Skip to content

Update executable to luxd #9

Update executable to luxd

Update executable to luxd #9

Triggered via push December 13, 2023 20:45
Status Failure
Total duration 37s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Analyze (go)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (go)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (go)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Failure invoking /opt/hostedtoolcache/CodeQL/2.15.3/x64/codeql/go/tools/autobuild.sh with arguments . Exit code 1 and error was: 2023/12/13 20:45:39 Autobuilder was built with go1.21.4, environment has go1.20.12 2023/12/13 20:45:39 LGTM_SRC is /home/runner/work/subnet-evm/subnet-evm 2023/12/13 20:45:39 Found go.mod, enabling go modules go: downloading github.com/ethereum/go-ethereum v1.12.0 go: downloading golang.org/x/crypto v0.14.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/deckarep/golang-set/v2 v2.1.0 go: downloading github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa go: downloading github.com/fsnotify/fsnotify v1.6.0 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 go: downloading github.com/status-im/keycard-go v0.2.0 go: downloading github.com/docker/docker v1.6.2 go: downloading golang.org/x/text v0.13.0 go: downloading github.com/cespare/cp v0.1.0 go: downloading github.com/luxdefi/node v1.10.17 verifying github.com/luxdefi/node@v1.10.17: checksum mismatch downloaded: h1:OhHbP4j3IOY33z+rtM1gcO3sjklUceB9Pb90W0LmfKk= go.sum: h1:Ri01nU5ukKC38ZCkCh3namaMZtJkSuv1X/vC13uJguc= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt. For more information, see 'go help module-auth'. 2023/12/13 20:45:40 Running /usr/bin/go failed, continuing anyway: exit status 1 2023/12/13 20:45:40 Failed to run `go mod tidy -e` 2023/12/13 20:45:40 Import path is 'github.com/luxdefi/subnet-evm' 2023/12/13 20:45:40 Build failed, continuing to install dependencies. 2023/12/13 20:45:40 Installing dependencies using `go get -v ./...` in `.`. verifying github.com/luxdefi/coreth@v0.12.9-rc.9/go.mod: checksum mismatch downloaded: h1:E4Z6heq/Rn4zqX38QWZAI7LR69cxXmWT+jiArxQC6t8= go.sum: h1:yrf2vEah4Fgj6sJ4UpHewo4DLolwdpf2bJuLRT80PGw= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt. For more information, see 'go help module-auth'. 2023/12/13 20:45:41 Running /usr/bin/go failed, continuing anyway: exit status 1 2023/12/13 20:45:41 Running extractor command '/opt/hostedtoolcache/CodeQL/2.15.3/x64/codeql/go/tools/linux64/go-extractor [./...]' from directory '.'. 2023/12/13 20:45:41 Build flags: ''; patterns: './...' 2023/12/13 20:45:41 Running packages.Load. 2023/12/13 20:45:41 Error running go tooling: err: exit status 1: stderr: go: downloading github.com/luxdefi/node v1.10.17 go: downloading github.com/holiman/bloomfilter/v2 v2.0.3 go: downloading github.com/olekukonko/tablewriter v0.0.5 go: downloading github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c go: downloading github.com/holiman/big v0.0.0-20221017200358-a027dc42d04e verifying github.com/luxdefi/node@v1.10.17: checksum mismatch downloaded: h1:OhHbP4j3IOY33z+rtM1gcO3sjklUceB9Pb90W0LmfKk= go.sum: h1:Ri01nU5ukKC38ZCkCh3namaMZtJkSuv1X/vC13uJguc= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt. For more information, see 'go help module-auth'. 2023/12/13 20:45:41 Extraction failed: exit status 1
Analyze (go)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, github/codeql-action/init@v1, github/codeql-action/autobuild@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/