Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Grpc.Tools version to 2.65.0 #2488

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

stanley-cheung
Copy link
Contributor

Bump Grpc.Tools version on master to 2.65.0

@stanley-cheung
Copy link
Contributor Author

stanley-cheung commented Jul 18, 2024

The Nuget Build failed with this log messages:

+ dotnet pack --configuration Release --output ../../artifacts -p:ContinuousIntegrationBuild=true

Welcome to .NET 9.0!
---------------------
SDK Version: 9.0.100-preview.5.24305.3

Telemetry
---------
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry

----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux

----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
  Determining projects to restore...
  Failed to restore /tmpfs/src/github/grpc-dotnet/src/Grpc.Core.Api/Grpc.Core.Api.csproj (in 750 ms).
  Failed to restore /tmpfs/src/github/grpc-dotnet/src/Grpc.Auth/Grpc.Auth.csproj (in 1.11 sec).
/tmpfs/src/github/grpc-dotnet/.dotnet/sdk/9.0.100-preview.5.24305.3/NuGet.targets(170,5): error MSB4181: The "RestoreTask" task returned false but did not log an error. [/tmpfs/src/github/grpc-dotnet/src/Grpc.Auth/Grpc.Auth.csproj]

Perhaps related to #2457?

Other perhaps similar issue: dotnet/dnceng#3100

@JamesNK
Copy link
Member

JamesNK commented Jul 18, 2024

It might be a transient error. I suggest retrying.

@stanley-cheung
Copy link
Contributor Author

I re-tried twice but I am getting these errors now instead

/tmpfs/src/github/grpc-dotnet/src/Grpc.Auth/Grpc.Auth.csproj : error NU1301: Unable to load the service index for source [https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json](https://www.google.com/url?q=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json&sa=D).
/tmpfs/src/github/grpc-dotnet/src/Grpc.Auth/Grpc.Auth.csproj : error NU1301: Unable to load the service index for source [https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json](https://www.google.com/url?q=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json&sa=D).
/tmpfs/src/github/grpc-dotnet/src/Grpc.Auth/Grpc.Auth.csproj : error NU1301: Unable to load the service index for source [https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json](https://www.google.com/url?q=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json&sa=D).
/tmpfs/src/github/grpc-dotnet/src/Grpc.Auth/Grpc.Auth.csproj : error NU1301: Unable to load the service index for source [https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json](https://www.google.com/url?q=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json&sa=D).
/tmpfs/src/github/grpc-dotnet/src/Grpc.Auth/Grpc.Auth.csproj : error NU1301: Unable to load the service index for source [https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json](https://www.google.com/url?q=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json&sa=D).
/tmpfs/src/github/grpc-dotnet/src/Grpc.Auth/Grpc.Auth.csproj : error NU1301: Unable to load the service index for source [https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json](https://www.google.com/url?q=https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json&sa=D).

Still probably transient?

@JamesNK
Copy link
Member

JamesNK commented Jul 18, 2024

I think there is an ongoing outage for the site that hosts the package feed in the error message.

@JamesNK
Copy link
Member

JamesNK commented Jul 18, 2024

@stanley-cheung
Copy link
Contributor Author

https://status.dev.azure.com/_event/524064579

🤦 lucky me...

Thanks for the link. Will monitor and then retry

@stanley-cheung
Copy link
Contributor Author

@JamesNK Looks like the outage is over. I retried the job and now it passed. Thanks.

@JamesNK JamesNK merged commit 35b63da into grpc:master Jul 19, 2024
7 checks passed
@stanley-cheung stanley-cheung deleted the bump-grpc-tools-version branch July 19, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants