[INFO] cloning repository https://github.com/SugarFunge/sf-api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SugarFunge/sf-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSugarFunge%2Fsf-api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSugarFunge%2Fsf-api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cd17e439360d90d7b00d9b242db597e42206f137 [INFO] testing SugarFunge/sf-api against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSugarFunge%2Fsf-api" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SugarFunge/sf-api on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SugarFunge/sf-api [INFO] finished tweaking git repo https://github.com/SugarFunge/sf-api [INFO] tweaked toml for git repo https://github.com/SugarFunge/sf-api written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/SugarFunge/sf-api already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5896b9723dd1551a528fb93feb4664a139c7dfd961bf1581670e56ee6ac53015 [INFO] running `Command { std: "docker" "start" "-a" "5896b9723dd1551a528fb93feb4664a139c7dfd961bf1581670e56ee6ac53015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5896b9723dd1551a528fb93feb4664a139c7dfd961bf1581670e56ee6ac53015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5896b9723dd1551a528fb93feb4664a139c7dfd961bf1581670e56ee6ac53015", kill_on_drop: false }` [INFO] [stdout] 5896b9723dd1551a528fb93feb4664a139c7dfd961bf1581670e56ee6ac53015 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1488408b14c9d4fa4387e95c5334ec0e1872e1a924ce8db89d20076cf36d0b09 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1488408b14c9d4fa4387e95c5334ec0e1872e1a924ce8db89d20076cf36d0b09", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling arrayvec v0.7.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling sp-std v3.0.0 (https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.2#1d7f6e12) [INFO] [stderr] Compiling signal-hook v0.3.8 [INFO] [stderr] Compiling asn1_der v0.7.4 [INFO] [stderr] Compiling camino v1.0.4 [INFO] [stderr] Compiling parity-wasm v0.42.2 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling parity-wasm v0.32.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling ed25519 v1.1.1 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling which v4.1.0 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling generic-array v0.13.3 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling uint v0.9.0 [INFO] [stderr] Compiling uint v0.8.5 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling zstd-sys v1.4.20+zstd.1.4.9 [INFO] [stderr] Compiling backtrace v0.3.59 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling prost-build v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling pbkdf2 v0.4.0 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling simba v0.4.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling wasmi-validation v0.4.0 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling twox-hash v1.6.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling fixed-hash v0.5.2 [INFO] [stderr] Compiling hmac-drbg v0.2.0 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling wasmi v0.6.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling fixed-hash v0.7.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling libsecp256k1 v0.3.5 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling sp-panic-handler v3.0.0 (https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.2#1d7f6e12) [INFO] [stderr] Compiling sqlformat v0.1.6 [INFO] [stderr] error: could not compile `simba` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name simba --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simba-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' -C metadata=b6e116d4cd0adce1 -C extra-filename=-b6e116d4cd0adce1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-18a5334b7628223e.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-0ab438cfca3a1eaf.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-69cd556942570f0b.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-b66aa8d00e9b66d0.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1488408b14c9d4fa4387e95c5334ec0e1872e1a924ce8db89d20076cf36d0b09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1488408b14c9d4fa4387e95c5334ec0e1872e1a924ce8db89d20076cf36d0b09", kill_on_drop: false }` [INFO] [stdout] 1488408b14c9d4fa4387e95c5334ec0e1872e1a924ce8db89d20076cf36d0b09