Skip to content

Bump tower from 0.4.13 to 0.5.0 #119

Bump tower from 0.4.13 to 0.5.0

Bump tower from 0.4.13 to 0.5.0 #119

Triggered via push August 15, 2024 13:32
Status Failure
Total duration 3m 18s
Artifacts

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux ; if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then export TARGET=x86_64-unknown-linux-musl ; elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then export TARGET=aarch64-unknown-linux-musl ; export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-gnu-gcc ; export CC_aarch64_unknown_linux_musl=aarch64-linux-gnu-gcc ; export CXX_aarch64_unknown_linux_musl=aarch64-linux-gnu-g++ ; fi ; cargo test --release --target ${TARGET} -- --test-threads 1 ; cargo build --release --target ${TARGET} && mkdir -p target/final/release/ && mv target/${TARGET}/release/hahaha target/final/release/hahaha ; file target/final/release/hahaha" did not complete successfully: exit code: 101