Drop back to 4.11-compiler-compatibe code analysis (#16111) #37829
build.yml
on: push
Matrix: build-cli
Build: VSCode Extension
3m 17s
Check secret access
2s
Matrix: test-dotnet
Build NuGet Packages
1m 31s
Build Visual Studio Extension
12m 3s
Build Playground
3m 13s
Build Highlight Libraries
4m 18s
Build Windows Setup
1m 31s
Matrix: test-cli-e2e
PR Comment: Preview Links
4s
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
16 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: e9727f7d-fb41-4a35-92df-d13618900b00 Correlation ID: bbb91986-9320-4d89-bffe-d120d6400707 Timestamp: 2025-01-14 22:39:41Z
|
Test CLI (live) (osx-x64) (ff)
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: 3459a958-881b-44a8-aa03-7fc554380a00 Correlation ID: ebc5e9b5-2309-4b06-b78f-e67c4926b30c Timestamp: 2025-01-14 22:39:42Z
|
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: 2dc2c74a-967a-42ee-9fa9-3472efa62800 Correlation ID: 6a925d95-8f87-481d-aca1-6c69bb50e565 Timestamp: 2025-01-14 22:40:01Z
|
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: 4169aa36-d062-435b-83f0-6fc793680a00 Correlation ID: 67c70034-6268-4663-b6a1-22f5fd061dd8 Timestamp: 2025-01-14 22:40:31Z
|
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 96\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 151\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":5745,"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 (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-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
|
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 (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-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
|
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 Playground
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.
|
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
|
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
|
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 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
|
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
|
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...
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Bicep.VSLanguageServerClient.Vsix.vsix
|
34.9 MB |
|
TestResults
|
7.63 MB |
|
bicep-nupkg-any
|
35.8 MB |
|
bicep-nupkg-linux-arm64
|
41.5 MB |
|
bicep-nupkg-linux-x64
|
41.8 MB |
|
bicep-nupkg-osx-arm64
|
41.3 MB |
|
bicep-nupkg-osx-x64
|
41.8 MB |
|
bicep-nupkg-win-arm64
|
43.5 MB |
|
bicep-nupkg-win-x64
|
43.1 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.3 MB |
|
bicep-release-linux-musl-x64
|
43.7 MB |
|
bicep-release-linux-x64
|
43.7 MB |
|
bicep-release-osx-arm64
|
44 MB |
|
bicep-release-osx-x64
|
43.7 MB |
|
bicep-release-win-arm64
|
44.4 MB |
|
bicep-release-win-x64
|
44 MB |
|
bicep-setup-win-x64
|
36.2 MB |
|
build-binlog-files
|
1.37 MB |
|
playground
|
83.1 MB |
|
vscode-bicep.vsix
|
49.1 MB |
|