[INFO] cloning repository https://github.com/OffprintStudios/pulp-fiction-dash [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OffprintStudios/pulp-fiction-dash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOffprintStudios%2Fpulp-fiction-dash", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOffprintStudios%2Fpulp-fiction-dash'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f66adeedc041062ef92255c2166446cd24404dd [INFO] checking OffprintStudios/pulp-fiction-dash against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOffprintStudios%2Fpulp-fiction-dash" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/OffprintStudios/pulp-fiction-dash on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/OffprintStudios/pulp-fiction-dash [INFO] finished tweaking git repo https://github.com/OffprintStudios/pulp-fiction-dash [INFO] tweaked toml for git repo https://github.com/OffprintStudios/pulp-fiction-dash written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/OffprintStudios/pulp-fiction-dash already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d4ec9dbca11ee34751ffdc3d7b80d2c6efd04ea9d4796d27d0752afbdf6450a1 [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" "d4ec9dbca11ee34751ffdc3d7b80d2c6efd04ea9d4796d27d0752afbdf6450a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d4ec9dbca11ee34751ffdc3d7b80d2c6efd04ea9d4796d27d0752afbdf6450a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4ec9dbca11ee34751ffdc3d7b80d2c6efd04ea9d4796d27d0752afbdf6450a1", kill_on_drop: false }` [INFO] [stdout] d4ec9dbca11ee34751ffdc3d7b80d2c6efd04ea9d4796d27d0752afbdf6450a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3afcba1ca82be30da2ee745a1c48a7696b408bd391e000f67c3b21c53a1d821 [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" "a3afcba1ca82be30da2ee745a1c48a7696b408bd391e000f67c3b21c53a1d821", kill_on_drop: false }` [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Compiling hashbrown v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Checking fastrand v1.3.5 [INFO] [stderr] Compiling rustversion v1.0.3 [INFO] [stderr] Compiling inlinable_string v0.1.11 [INFO] [stderr] Checking async-task v4.0.2 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking ubyte v0.10.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.1.0 (https://github.com/SergioBenitez/proc-macro2-diagnostics.git?rev=13fbb43#13fbb43d) [INFO] [stderr] Compiling cookie v0.15.0-dev (https://github.com/SergioBenitez/cookie-rs.git?rev=3795f2e#3795f2e6) [INFO] [stderr] Compiling uncased v0.9.1 [INFO] [stderr] Compiling rocket_http v0.5.0-dev (https://github.com/SergioBenitez/Rocket?branch=master#1369dc47) [INFO] [stderr] Compiling atomic v0.5.0 [INFO] [stderr] Compiling tracing-core v0.1.16 [INFO] [stderr] Checking dashmap v4.0.0-rc6 [INFO] [stderr] Compiling rocket v0.5.0-dev (https://github.com/SergioBenitez/Rocket?branch=master#1369dc47) [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Checking async-channel v1.4.2 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking nb-connect v1.0.0 [INFO] [stderr] Checking futures-lite v1.8.0 [INFO] [stderr] Checking tracing v0.1.19 [INFO] [stderr] Checking polling v1.1.0 [INFO] [stderr] Checking os_info v2.0.8 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling miniz_oxide v0.4.2 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling block-cipher v0.7.1 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking md4 v0.8.0 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking md2 v0.8.0 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.2 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling serde_with_macros v1.1.0 [INFO] [stderr] Compiling dotenv_codegen_implementation v0.15.0 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] error: could not compile `object` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/object-0.20.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="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=61c1b52dff51b80f -C extra-filename=-61c1b52dff51b80f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (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" "a3afcba1ca82be30da2ee745a1c48a7696b408bd391e000f67c3b21c53a1d821", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3afcba1ca82be30da2ee745a1c48a7696b408bd391e000f67c3b21c53a1d821", kill_on_drop: false }` [INFO] [stdout] a3afcba1ca82be30da2ee745a1c48a7696b408bd391e000f67c3b21c53a1d821