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

Prepare next development iteration #55

Closed
wants to merge 1 commit into from

Prepare next development iteration

842bd92
Select commit
Loading
Failed to load commit list.
Closed

Prepare next development iteration #55

Prepare next development iteration
842bd92
Select commit
Loading
Failed to load commit list.
Cirrus CI / build cancelled Dec 18, 2024 in 58s

Task Summary

Instruction build failed in 00:38

Details

ℹ️ PR was closed!

✅ 00:00 clone
✅ 00:19 gradle
⏹️ 00:38 build

:sonar-go-to-slang:spotlessCheck (Thread[Execution worker Thread 3,5,main]) started.

> Task :sonar-go-to-slang:spotlessCheck
Skipping task ':sonar-go-to-slang:spotlessCheck' as it has no actions.
Resolve mutations for :sonar-go-to-slang:check (Thread[Execution worker Thread 3,5,main]) started.
:sonar-go-to-slang:check (Thread[Execution worker Thread 3,5,main]) started.

> Task :sonar-go-to-slang:check
Skipping task ':sonar-go-to-slang:check' as it has no actions.
Resolve mutations for :sonar-go-to-slang:generateTestReport (Thread[Execution worker Thread 3,5,main]) started.
:sonar-go-to-slang:generateTestReport (Thread[Execution worker Thread 3,5,main]) started.

> Task :sonar-go-to-slang:generateTestReport
Caching disabled for task ':sonar-go-to-slang:generateTestReport' because:
  Gradle would require more information to cache this task
Task ':sonar-go-to-slang:generateTestReport' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command './make.sh''. Working directory: /tmp/cirrus-ci-build/sonar-go-to-slang Command: ./make.sh generate-test-report
Successfully started process 'command './make.sh''
+ readonly GO_VERSION=1.23.4
+ GO_VERSION=1.23.4
+ readonly DEFAULT_GO_BINARY_DIRECTORY=/home/sonarsource/go/bin
+ DEFAULT_GO_BINARY_DIRECTORY=/home/sonarsource/go/bin
+ readonly DEFAULT_GO_BINARY=/home/sonarsource/go/bin/go
+ DEFAULT_GO_BINARY=/home/sonarsource/go/bin/go
+ main generate-test-report
+ [[ 1 -ne 1 ]]
+ local command=generate-test-report
+ case "${command}" in
+ generate_test_report
+ local path_to_binary
++ install_go 1.23.4
++ [[ 1 -ne 1 ]]
++ local go_version=1.23.4
++ local go_binary
++ local go_in_path
+++ command -v go
++ go_in_path=
++ [[ -n '' ]]
++ [[ -f /home/sonarsource/go/bin/go ]]
++ is_go_binary_the_expected_version /home/sonarsource/go/bin/go 1.23.4
++ [[ 2 -ne 2 ]]
++ local go_binary=/home/sonarsource/go/bin/go
++ local expected_version=1.23.4
++ bash -c '/home/sonarsource/go/bin/go version'
++ grep --quiet 1.23.4
warning: GOPATH set to GOROOT (/home/sonarsource/go) has no effect
++ go_binary=/home/sonarsource/go/bin/go
++ echo /home/sonarsource/go/bin/go
+ path_to_binary=/home/sonarsource/go/bin/go
+ bash -c '/home/sonarsource/go/bin/go test -json > test-report.out'
warning: GOPATH set to GOROOT (/home/sonarsource/go) has no effect
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/davecgh/go-spew v1.1.1