Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 #407
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Cirrus CI / Linux ARMv8 JULIA_VERSION:1.6
failed
Oct 9, 2023 in 22s
Task Summary
Instruction install failed in 00:20
Details
✅ 00:00 clone
❌ 00:20 install
'\''
if [ ! -z "\${CODECOV}" ]; then
if [ "${OS}" = "freebsd" ]; then
# See https://github.com/codecov/uploader/issues/849 for FreeBSD
echo "[CIRRUSCI.JL] Skipping Codecov submission on this platform, sorry :("
else
if [ "${OS}" = "musl" ]; then
CODECOV_OS="alpine"
elif [ "${OS}" = "mac" ]; then
CODECOV_OS="macos"
else
CODECOV_OS="${OS}"
fi
CODECOV_URL="https://uploader.codecov.io/latest/\${CODECOV_OS}/codecov"
echo "[CIRRUSCI.JL] Downloading the Codecov uploader from \${CODECOV_URL}"
curl -L "\${CODECOV_URL}" -o /usr/local/bin/codecov
chmod +x /usr/local/bin/codecov
if [ "${OS}" = "mac" ] && [ "${ARCH}" = "aarch64" ]; then
sudo softwareupdate --install-rosetta --agree-to-license
CODECOV_EXE="arch -x86_64 codecov"
elif [ "${OS}" = "linux" ] && [ "${ARCH}" != "x86_64" ] && [ ! -z "\$(which apt)" ]; then
apt install -y qemu-user
CODECOV_EXE="qemu-x86_64 /usr/local/bin/codecov"
else
CODECOV_EXE="codecov"
fi
if [ ! -z "\${CODECOV_TOKEN}" ]; then
CODECOV_EXE="\${CODECOV_EXE} -t \${CODECOV_TOKEN}"
fi
\${CODECOV_EXE} \
-R "${CIRRUS_WORKING_DIR}" \
--file lcov.info \
--source "github.com/ararslan/CirrusCI.jl" \
--verbose
fi
fi
if [ ! -z "\${COVERALLS}" ]; then
echo "[CIRRUSCI.JL] Coveralls is not currently supported"
fi
;;
*)
echo "Usage: cirrusjl <build|test|coverage>" >&2
exit 1
;;
esac
EOF
chmod +x /usr/local/bin/cirrusjl'
-e �[0;34m[CIRRUSCI.JL]�[0m: OS name: linux
-e �[0;34m[CIRRUSCI.JL]�[0m: Architecture name: aarch64
-e �[0;34m[CIRRUSCI.JL]�[0m: Downloading Julia from https://julialang-s3.julialang.org/bin/linux/aarch64/1.6/julia-1.6-latest-linux-aarch64.tar.gz
fatal: error thrown and no exception handler available.
InitError(mod=:Logging, error=ReadOnlyMemoryError())
__aarch64_sync_cache_range at /workspace/srcdir/gcc-7.1.0/libgcc/config/aarch64/sync-cache.c:54
_ZN4llvm3sys6Memory26InvalidateInstructionCacheEPKvm at /root/julia/bin/../lib/julia/libLLVM-11jl.so (unknown line)
Loading