Skip to content

Create build pipeline (#15) #20

Create build pipeline (#15)

Create build pipeline (#15) #20

Re-run triggered July 31, 2024 11:07
Status Failure
Total duration 38s
Artifacts

release.yml

on: push
build-binaries
25s
build-binaries
build-docker-standalone
4s
build-docker-standalone
build-docker-bundle
4s
build-docker-bundle
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
build-docker-bundle
Command failed: docker login -u *** --password-stdin ghcr.io Error response from daemon: Get "https://ghcr.io/v2/": denied: denied
build-docker-standalone
Command failed: docker login -u *** --password-stdin ghcr.io Error response from daemon: Get "https://ghcr.io/v2/": denied: denied
build-docker-bundle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-docker-bundle
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-binaries
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-binaries: src/qest/Connectors/MsSqlConnector.cs#L15
Non-nullable field 'Connection' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Connectors/MsSqlConnector.cs#L15
Non-nullable field 'currentTest' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Visualizers/TreeVisualizer.cs#L27
Non-nullable field 'Test' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-binaries: src/qest/Commands/RunCommand.cs#L29
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Commands/RunCommand.cs#L36
Non-nullable property 'OutputFormat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Commands/GenerateCommand.cs#L23
Non-nullable property 'Folder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Commands/GenerateCommand.cs#L27
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-binaries: src/qest/Connectors/MsSqlConnector.cs#L224
Converting null literal or possible null value to non-nullable type.
build-binaries: src/qest/Connectors/MsSqlConnector.cs#L225
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.