Skip to content

Build docker images #192

Build docker images

Build docker images #192

Triggered via schedule February 6, 2024 01:17
Status Failure
Total duration 9m 51s
Artifacts

build_dockers.yml

on: schedule
builds_envs_setup
0s
builds_envs_setup
builds_run  /  docker_build
9m 35s
builds_run / docker_build
Fit to window
Zoom out
Zoom in

Annotations

1 error
builds_run / docker_build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"${BUILDARCH}\" != \"${TARGETARCH}\" ] ; then . /tari-dan/docker_rig/cross-compile-tooling.sh ; fi && if [ -n \"${RUST_TOOLCHAIN}\" ] ; then rustup toolchain install ${RUST_TOOLCHAIN} --force-non-host ; fi && cd /tari-dan/applications/tari_indexer_web_ui && npm install react-scripts && npm run build && cd /tari-dan/applications/tari_validator_node_web_ui && npm install react-scripts && npm run build && cd /tari-dan/ && rustup target add wasm32-unknown-unknown && rustup target list --installed && rustup toolchain list && rustup show && cargo build ${RUST_TARGET} --release --locked --bin tari_indexer --bin tari_dan_wallet_daemon --bin tari_dan_wallet_cli --bin tari_signaling_server --bin tari_validator_node --bin tari_validator_node_cli && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_indexer /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_dan_wallet_daemon /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_dan_wallet_cli /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_signaling_server /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_validator_node /usr/local/bin/ && cp -v /tari-dan/target/${BUILD_TARGET}release/tari_validator_node_cli /usr/local/bin/ && echo \"Tari Dan Build Done\"" did not complete successfully: exit code: 101