ci: split off strategy tests in drive-abci #3945
Annotations
1 error and 3 warnings
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -e -x -c source $HOME/.cargo/env && export SCCACHE_SERVER_PORT=$((RANDOM+1025)) && if [[ \"${CARGO_BUILD_PROFILE}\" == \"release\" ]] ; then mv .cargo/config-release.toml .cargo/config.toml && export OUT_DIRECTORY=release ; else export FEATURES_FLAG=\"--features=console,grovedbg\" ; export OUT_DIRECTORY=debug ; fi && if [[ -z \"${SCCACHE_MEMCACHED}\" ]] ; then unset SCCACHE_MEMCACHED ; fi ; cargo build --profile \"${CARGO_BUILD_PROFILE}\" --package drive-abci ${FEATURES_FLAG} --locked && cp /platform/target/${OUT_DIRECTORY}/drive-abci /artifacts/ && if [[ \"${RUSTC_WRAPPER}\" == \"sccache\" ]] ; then sccache --show-stats; fi" did not complete successfully: exit code: 101
|
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading