Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompatHelper: bump compat for "ImageCore" to "0.10" #403

CompatHelper: bump compat for "ImageCore" to "0.10"

fd646a5
Select commit
Loading
Failed to load commit list.
Merged

CompatHelper: bump compat for "ImageCore" to "0.10" #403

CompatHelper: bump compat for "ImageCore" to "0.10"
fd646a5
Select commit
Loading
Failed to load commit list.
Cirrus CI / Linux ARMv8 JULIA_VERSION:1 failed Jul 21, 2023 in 20s

Task Summary

Instruction install failed in 00:16

Details

✅ 00:00 clone
❌ 00:16 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.9/julia-1.9-latest-linux-aarch64.tar.gz
fatal: error thrown and no exception handler available.
ReadOnlyMemoryError()
__aarch64_sync_cache_range at /workspace/srcdir/gcc-12.1.0/libgcc/config/aarch64/sync-cache.c:78
_ZN4llvm3sys6Memory26InvalidateInstructionCacheEPKvm at /root/julia/bin/../lib/julia/libLLVM-14jl.so (unknown line)