Include imported variables in max variables check (#15956) #37511
build.yml
on: push
Matrix: build-cli
Build: VSCode Extension
3m 12s
Check secret access
2s
Matrix: test-dotnet
Build NuGet Packages
1m 35s
Build Visual Studio Extension
12m 22s
Build Playground
3m 20s
Build Highlight Libraries
4m 25s
Build Windows Setup
1m 26s
Matrix: test-cli-e2e
PR Comment: Preview Links
5s
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
18s
Matrix: build-cli-nugets
Annotations
21 errors, 30 warnings, and 30 notices
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: 371f607f-a3fa-4a78-a602-acd9282e0a01 Correlation ID: 37b0879b-043a-465b-b072-0c314fcf8f33 Timestamp: 2025-01-06 21:29:58Z
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.
|
Build CLI NuGet Packages (osx-arm64)
Process completed with exit code 1.
|
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: d1181e42-c71b-4495-94f3-0a46506a3101 Correlation ID: c1d6c21a-6ba2-40b9-b2cc-87e071d6cdcf Timestamp: 2025-01-06 21:30:03Z
|
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.
|
Build CLI NuGet Packages (linux-arm64)
Process completed with exit code 1.
|
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.
|
Build CLI NuGet Packages (win-arm64)
Process completed with exit code 1.
|
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: 8ba34a89-a1d9-4108-8f00-b61c65b51101 Correlation ID: 461a08de-2694-4cdb-8c5e-1bedff496c28 Timestamp: 2025-01-06 21:30:15Z
|
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.
|
Build CLI NuGet Packages (linux-x64)
Process completed with exit code 1.
|
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: 9406910b-3ecd-40bb-adca-12af8c6c1301 Correlation ID: bf8e9a64-7f5c-4689-af71-9689f7f0fd1a Timestamp: 2025-01-06 21:30:49Z
|
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":5327,"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.
|
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":7821,"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 (osx-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-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 (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 (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-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 (osx-arm64)
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
|
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
|
Build CLI NuGet Packages (win-arm64)
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
|
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 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 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
|
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 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
|
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 CLI (live) (osx-x64) (prod)
The initial run of Bicep Live E2E Tests failed. Retrying...
|
Test: VSCode Extension (ubuntu-latest, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
11593 tests found (test 1 to 489)
There are 11593 tests, see "Raw output" for the list of tests 1 to 489.
|
11593 tests found (test 490 to 905)
There are 11593 tests, see "Raw output" for the list of tests 490 to 905.
|
11593 tests found (test 906 to 1190)
There are 11593 tests, see "Raw output" for the list of tests 906 to 1190.
|
11593 tests found (test 1191 to 1669)
There are 11593 tests, see "Raw output" for the list of tests 1191 to 1669.
|
11593 tests found (test 1670 to 2092)
There are 11593 tests, see "Raw output" for the list of tests 1670 to 2092.
|
11593 tests found (test 2093 to 2541)
There are 11593 tests, see "Raw output" for the list of tests 2093 to 2541.
|
11593 tests found (test 2542 to 3166)
There are 11593 tests, see "Raw output" for the list of tests 2542 to 3166.
|
11593 tests found (test 3167 to 3584)
There are 11593 tests, see "Raw output" for the list of tests 3167 to 3584.
|
11593 tests found (test 3585 to 4123)
There are 11593 tests, see "Raw output" for the list of tests 3585 to 4123.
|
11593 tests found (test 4124 to 4496)
There are 11593 tests, see "Raw output" for the list of tests 4124 to 4496.
|
11593 tests found (test 4497 to 4753)
There are 11593 tests, see "Raw output" for the list of tests 4497 to 4753.
|
11593 tests found (test 4754 to 5088)
There are 11593 tests, see "Raw output" for the list of tests 4754 to 5088.
|
11593 tests found (test 5089 to 5420)
There are 11593 tests, see "Raw output" for the list of tests 5089 to 5420.
|
11593 tests found (test 5421 to 5752)
There are 11593 tests, see "Raw output" for the list of tests 5421 to 5752.
|
11593 tests found (test 5753 to 6087)
There are 11593 tests, see "Raw output" for the list of tests 5753 to 6087.
|
11593 tests found (test 6088 to 6424)
There are 11593 tests, see "Raw output" for the list of tests 6088 to 6424.
|
11593 tests found (test 6425 to 6768)
There are 11593 tests, see "Raw output" for the list of tests 6425 to 6768.
|
11593 tests found (test 6769 to 7099)
There are 11593 tests, see "Raw output" for the list of tests 6769 to 7099.
|
11593 tests found (test 7100 to 7419)
There are 11593 tests, see "Raw output" for the list of tests 7100 to 7419.
|
11593 tests found (test 7420 to 7853)
There are 11593 tests, see "Raw output" for the list of tests 7420 to 7853.
|
11593 tests found (test 7854 to 8263)
There are 11593 tests, see "Raw output" for the list of tests 7854 to 8263.
|
11593 tests found (test 8264 to 8759)
There are 11593 tests, see "Raw output" for the list of tests 8264 to 8759.
|
11593 tests found (test 8760 to 9178)
There are 11593 tests, see "Raw output" for the list of tests 8760 to 9178.
|
11593 tests found (test 9179 to 9583)
There are 11593 tests, see "Raw output" for the list of tests 9179 to 9583.
|
11593 tests found (test 9584 to 9983)
There are 11593 tests, see "Raw output" for the list of tests 9584 to 9983.
|
11593 tests found (test 9984 to 10487)
There are 11593 tests, see "Raw output" for the list of tests 9984 to 10487.
|
11593 tests found (test 10488 to 10865)
There are 11593 tests, see "Raw output" for the list of tests 10488 to 10865.
|
11593 tests found (test 10866 to 11196)
There are 11593 tests, see "Raw output" for the list of tests 10866 to 11196.
|
11593 tests found (test 11197 to 11414)
There are 11593 tests, see "Raw output" for the list of tests 11197 to 11414.
|
11593 tests found (test 11415 to 11593)
There are 11593 tests, see "Raw output" for the list of tests 11415 to 11593.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Bicep.VSLanguageServerClient.Vsix.vsix
|
34.7 MB |
|
TestResults
|
7.59 MB |
|
bicep-nupkg-any
|
35.6 MB |
|
bicep-nupkg-osx-x64
|
41.6 MB |
|
bicep-nupkg-win-x64
|
42.9 MB |
|
bicep-project-assets-linux-arm64
|
87.6 KB |
|
bicep-project-assets-linux-musl-x64
|
87.6 KB |
|
bicep-project-assets-linux-x64
|
87.6 KB |
|
bicep-project-assets-osx-arm64
|
87.6 KB |
|
bicep-project-assets-osx-x64
|
87.6 KB |
|
bicep-project-assets-win-arm64
|
87.6 KB |
|
bicep-project-assets-win-x64
|
87.6 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
|
48.9 MB |
|