[INFO] cloning repository https://github.com/qiuzhanghua/rust-app [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qiuzhanghua/rust-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqiuzhanghua%2Frust-app", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqiuzhanghua%2Frust-app'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6bfc6e0b17117656c3c8650b1e2c5d2857dbd55c [INFO] checking qiuzhanghua/rust-app against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqiuzhanghua%2Frust-app" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qiuzhanghua/rust-app 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/qiuzhanghua/rust-app [INFO] finished tweaking git repo https://github.com/qiuzhanghua/rust-app [INFO] tweaked toml for git repo https://github.com/qiuzhanghua/rust-app written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/qiuzhanghua/rust-app 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 90dfe5533dd136cea141aadbe171068cbd7bcc4b9fc207726eff04b388811b64 [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" "90dfe5533dd136cea141aadbe171068cbd7bcc4b9fc207726eff04b388811b64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90dfe5533dd136cea141aadbe171068cbd7bcc4b9fc207726eff04b388811b64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90dfe5533dd136cea141aadbe171068cbd7bcc4b9fc207726eff04b388811b64", kill_on_drop: false }` [INFO] [stdout] 90dfe5533dd136cea141aadbe171068cbd7bcc4b9fc207726eff04b388811b64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c1779bb543adc5407d293daefc3feb38ec4047583e2dcd1110a02c79479d6d43 [INFO] running `Command { std: "docker" "start" "-a" "c1779bb543adc5407d293daefc3feb38ec4047583e2dcd1110a02c79479d6d43", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling path-slash v0.1.1 [INFO] [stderr] Compiling openssl v0.10.27 [INFO] [stderr] Compiling io-enum v0.2.2 [INFO] [stderr] Compiling mysql v17.0.0 [INFO] [stderr] Checking json v0.12.1 [INFO] [stderr] Compiling ring v0.16.10 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling bytestring v0.1.4 [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Checking twoway v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.7 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling lexical-core v0.6.2 [INFO] [stderr] Compiling lexical v4.0.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking pem v0.7.0 [INFO] [stderr] Checking java-properties v1.2.0 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling derive_utils v0.9.1 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] error: could not compile `http` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name http --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-0.2.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 -C metadata=b1067e53b75862d1 -C extra-filename=-b1067e53b75862d1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-879803455d619582.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-37dc92b0673ee3ab.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-8338b4900cac543c.rmeta --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" "c1779bb543adc5407d293daefc3feb38ec4047583e2dcd1110a02c79479d6d43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1779bb543adc5407d293daefc3feb38ec4047583e2dcd1110a02c79479d6d43", kill_on_drop: false }` [INFO] [stdout] c1779bb543adc5407d293daefc3feb38ec4047583e2dcd1110a02c79479d6d43