Skip to content

Update Local TPN Files #37655

Update Local TPN Files

Update Local TPN Files #37655

Triggered via pull request January 10, 2025 02:13
Status Failure
Total duration 16m 37s
Artifacts 27

build.yml

on: pull_request
Check secret access
2s
Check secret access
Matrix: test-dotnet
Build NuGet Packages
1m 30s
Build NuGet Packages
Build Visual Studio Extension
16m 26s
Build Visual Studio Extension
Build Playground
3m 19s
Build Playground
Build Highlight Libraries
4m 22s
Build Highlight Libraries
Build Windows Setup
1m 37s
Build Windows Setup
Matrix: test-cli-e2e
PR Comment: Preview Links
2s
PR Comment: Preview Links
Matrix: Test: VSCode Bicep UI
Matrix: Test: VSCode Extension
Matrix: test-cli-live-linux-musl-x64
Matrix: test-cli-live
PR Comment: Dotnet Tests Summary
16s
PR Comment: Dotnet Tests Summary
Matrix: build-cli-nugets
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 28 warnings
Test CLI (live) (osx-x64) (ff)
AADSTS5000224: We are sorry, this resource is not available. If you are seeing this message by mistake, please contact Microsoft support. Trace ID: 25d3280e-a26c-4930-9c2f-28720dbd0b00 Correlation ID: 2f7ee70d-fc7b-4970-822d-28261cde29ec Timestamp: 2025-01-10 02:16:10Z Interactive authentication is needed. Please run: az login
Test CLI (live) (osx-x64) (ff)
Login failed with Error: The process '/opt/homebrew/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Test CLI (live) (linux-musl-x64) (ff)
AADSTS5000224: We are sorry, this resource is not available. If you are seeing this message by mistake, please contact Microsoft support. Trace ID: febd94ef-1d41-45f2-bb87-ea62b2582700 Correlation ID: b2b7d8fd-8672-4c26-8bc6-186f0f15f5e0 Timestamp: 2025-01-10 02:16:14Z
Test CLI (live) (linux-musl-x64) (ff)
Interactive authentication is needed. Please run: az login WARNING: Azure CLI 2.63.0 is the last version available on Alpine and will not receive updates. Consider migrating to the Azure Linux based image for Azure CLI. For more information: https://go.microsoft.com/fwlink/?linkid=2282203
Test CLI (live) (linux-musl-x64) (ff)
Login failed with Error: The process '/usr/local/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Test CLI (live) (linux-musl-x64) (prod)
The job was canceled because "ff" failed.
Test CLI (live) (linux-musl-x64) (prod)
The operation was canceled.
Test CLI (live) (linux-x64) (ff)
AADSTS5000224: We are sorry, this resource is not available. If you are seeing this message by mistake, please contact Microsoft support. Trace ID: 9ca58709-4846-4eef-89f4-74bafca10a00 Correlation ID: e7ef13d7-78e9-42ee-b24d-d116faef2053 Timestamp: 2025-01-10 02:16:35Z
Test CLI (live) (linux-x64) (ff)
Interactive authentication is needed. Please run: az login
Test CLI (live) (linux-x64) (ff)
Login failed with Error: The process '/usr/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Test CLI (live) (win-x64) (ff)
AADSTS5000224: We are sorry, this resource is not available. If you are seeing this message by mistake, please contact Microsoft support. Trace ID: 2ff34a52-561f-48a6-8f57-31b787452f00 Correlation ID: 92e2b015-5e29-4969-a101-f3b59ba2a7d5 Timestamp: 2025-01-10 02:17:10Z
Test CLI (live) (win-x64) (ff)
Interactive authentication is needed. Please run: az login
Test CLI (live) (win-x64) (ff)
Login failed with Error: The process 'C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin\az.cmd' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
src/live/local-deploy.test.ts > bicep local-deploy > should publish and run an extension published to a registry: src/Bicep.Cli.E2eTests/src/utils/command.ts#L84
Error: Process terminated prematurely. result = {"status":null,"signal":"SIGABRT","output":[null,"","WARNING: The 'publish-extension' CLI command group is an experimental feature. Experimental features should be enabled for testing purposes only, as there are no guarantees about the quality or stability of these features. Do not enable these settings for any production usage, or your production environment may be subject to breaking.\nUnhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'bytes')\n at Azure.Containers.ContainerRegistry.ContainerRegistryContentClient.UploadBlobAsync(Stream content, CancellationToken cancellationToken)\n at Azure.Containers.ContainerRegistry.ContainerRegistryContentClient.UploadBlobAsync(BinaryData content, CancellationToken cancellationToken)\n at Bicep.Core.Registry.AzureContainerRegistryManager.PushArtifactAsync(RootConfiguration configuration, IOciArtifactReference artifactReference, String mediaType, String artifactType, OciDescriptor config, IEnumerable`1 layers, OciManifestAnnotationsBuilder annotations) in /home/runner/work/bicep/bicep/src/Bicep.Core/Registry/AzureContainerRegistryManager.cs:line 85\n at Bicep.Core.Registry.OciArtifactRegistry.PublishExtension(OciArtifactReference reference, ExtensionPackage package) in /home/runner/work/bicep/bicep/src/Bicep.Core/Registry/OciArtifactRegistry.cs:line 341\n at Bicep.Core.Registry.ModuleDispatcher.PublishExtension(ArtifactReference reference, ExtensionPackage package) in /home/runner/work/bicep/bicep/src/Bicep.Core/Registry/ModuleDispatcher.cs:line 271\n at Bicep.Cli.Commands.PublishExtensionCommand.PublishExtensionAsync(ArtifactReference target, ExtensionPackage package, Boolean overwriteIfExists) in /home/runner/work/bicep/bicep/src/Bicep.Cli/Commands/PublishExtensionCommand.cs:line 87\n at Bicep.Cli.Commands.PublishExtensionCommand.RunAsync(PublishExtensionArguments args) in /home/runner/work/bicep/bicep/src/Bicep.Cli/Commands/PublishExtensionCommand.cs:line 74\n at Bicep.Cli.Program.RunAsync(String[] args, CancellationToken cancellationToken) in /home/runner/work/bicep/bicep/src/Bicep.Cli/Program.cs:line 99\n at Bicep.Cli.Program.<>c__DisplayClass3_0.<<Main>b__0>d.MoveNext() in /home/runner/work/bicep/bicep/src/Bicep.Cli/Program.cs:line 59\n--- End of stack trace from previous location ---\n at Bicep.Cli.Program.RunWithCancellationAsync(Func`2 runFunc) in /home/runner/work/bicep/bicep/src/Bicep.Cli/Program.cs:line 154\n at Bicep.Cli.Program.Main(String[] args) in /home/runner/work/bicep/bicep/src/Bicep.Cli/Program.cs:line 40\n at Bicep.Cli.Program.<Main>(String[] args)\n"],"pid":5419,"stdout":"","stderr":"WARNING: The 'publish-extension' CLI command group is an experimental feature. Experimental features should be enabled for testing purposes only, as there are no guarantees about the quality or stability of these features. Do not enable these settings for any production usage, or your production environment may be subject to breaking.\nUnhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'bytes')\n at Azure.Containers.ContainerRegistry.ContainerRegistryContentClient.UploadBlobAsync(Stream content, CancellationToken cancellationToken)\n at Azure.Containers.ContainerRegistry.ContainerRegistryContentClient.UploadBlobAsync(BinaryData content, CancellationToken cancellationToken)\n at Bicep.Core.Registry.AzureContainerRegistryManager.PushArtifactAsync(RootConfiguration configuration, IOciArtifactReference artifactReference, String mediaType, String artifactType, OciDescriptor config, IEnumerable`1 layers, OciManifestAnnotationsBuilder annotations) in /home/runner/work/bicep/bicep/src/Bicep.Core/Registry/AzureContainerRegistryManager.cs:line 85\n at Bicep.Core.Registry.OciArtifactRegistry.PublishExtension(OciArtifactReference reference, ExtensionPackage package) in /home/runner/work/bicep/bicep/src/Bicep.Core/Registry/OciArtifactRegistry.cs:line 341\n at Bicep.Core.Registry.ModuleDispatcher.PublishExtension(ArtifactReference reference, Exten
Test CLI (live) (osx-x64) (prod)
Process completed with exit code 1.
Check secret access
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build NuGet Packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI (win-arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI (linux-musl-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI (linux-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI (win-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI (osx-arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI (linux-arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI (osx-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test CLI (live) (linux-musl-x64) (ff)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test CLI (live) (linux-x64) (ff)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test CLI (e2e) (linux-musl-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build: VSCode Extension
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build: VSCode Extension
This extension consists of 467 files, out of which 104 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
Build Playground
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PR Comment: Preview Links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test: VSCode Bicep UI (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI NuGet Packages (linux-arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Dotnet (ubuntu-latest) (Core)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Highlight Libraries
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Dotnet (ubuntu-latest) (Others)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test CLI (e2e) (linux-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build CLI NuGet Packages (linux-x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Dotnet (ubuntu-latest) (LangServer)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test CLI (live) (linux-x64) (prod)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PR Comment: Dotnet Tests Summary
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test: VSCode Extension (ubuntu-latest, true)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test CLI (live) (osx-x64) (prod)
The initial run of Bicep Live E2E Tests failed. Retrying...

Artifacts

Produced during runtime
Name Size
Bicep.VSLanguageServerClient.Vsix.vsix
34.7 MB
TestResults
5.08 MB
bicep-nupkg-any
35.7 MB
bicep-nupkg-linux-arm64
41.3 MB
bicep-nupkg-linux-x64
41.6 MB
bicep-nupkg-osx-arm64
41.1 MB
bicep-nupkg-osx-x64
41.6 MB
bicep-nupkg-win-arm64
43.3 MB
bicep-nupkg-win-x64
42.9 MB
bicep-project-assets-linux-arm64
87.5 KB
bicep-project-assets-linux-musl-x64
87.5 KB
bicep-project-assets-linux-x64
87.5 KB
bicep-project-assets-osx-arm64
87.5 KB
bicep-project-assets-osx-x64
87.5 KB
bicep-project-assets-win-arm64
87.5 KB
bicep-project-assets-win-x64
87.5 KB
bicep-release-linux-arm64
44.1 MB
bicep-release-linux-musl-x64
43.5 MB
bicep-release-linux-x64
43.5 MB
bicep-release-osx-arm64
43.8 MB
bicep-release-osx-x64
43.5 MB
bicep-release-win-arm64
44.2 MB
bicep-release-win-x64
43.8 MB
bicep-setup-win-x64
36.1 MB
build-binlog-files
1.36 MB
playground
82.8 MB
vscode-bicep.vsix
49 MB