[INFO] updating cached 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" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6bfc6e0b17117656c3c8650b1e2c5d2857dbd55c [INFO] checking qiuzhanghua/rust-app against master#8ac1525e091d3db28e67adcbbd6db1e1deaa37fb for pr-73323 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqiuzhanghua%2Frust-app" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qiuzhanghua/rust-app on toolchain 8ac1525e091d3db28e67adcbbd6db1e1deaa37fb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "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-6/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" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f5ed427eb94a8c994ec72070cc4f880a5c40ae0701b4ae96e719c90eb3ee3719 [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" "f5ed427eb94a8c994ec72070cc4f880a5c40ae0701b4ae96e719c90eb3ee3719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5ed427eb94a8c994ec72070cc4f880a5c40ae0701b4ae96e719c90eb3ee3719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5ed427eb94a8c994ec72070cc4f880a5c40ae0701b4ae96e719c90eb3ee3719", kill_on_drop: false }` [INFO] [stdout] f5ed427eb94a8c994ec72070cc4f880a5c40ae0701b4ae96e719c90eb3ee3719 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8ac1525e091d3db28e67adcbbd6db1e1deaa37fb" "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] fb9d13da016178f91e92a48b41e141502565e86ce4f5e446249eb40c7da32f42 [INFO] running `Command { std: "docker" "start" "-a" "fb9d13da016178f91e92a48b41e141502565e86ce4f5e446249eb40c7da32f42", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Checking smallvec v1.2.0 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Checking regex-syntax v0.6.14 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling path-slash v0.1.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Compiling openssl v0.10.27 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Compiling io-enum v0.2.2 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Checking ascii v0.9.3 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking instant v0.1.2 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling mysql v17.0.0 [INFO] [stderr] Checking antidote v1.0.0 [INFO] [stderr] Checking json v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling indexmap v1.3.1 [INFO] [stderr] Compiling ring v0.16.10 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking http v0.2.0 [INFO] [stderr] Checking bytestring v0.1.4 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Checking aho-corasick v0.7.7 [INFO] [stderr] Checking twoway v0.2.1 [INFO] [stderr] Checking typemap v0.3.3 [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] Checking generic-array v0.13.2 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking idna v0.1.5 [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 --crate-type lib --emit=dep-info,metadata -Cembed-bitcode=no -C debuginfo=2 -C metadata=f0a9fb6652b0b573 -C extra-filename=-f0a9fb6652b0b573 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5090c3c048da11ce.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-013e50a144e54931.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-50567b3a34bd24d7.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" "fb9d13da016178f91e92a48b41e141502565e86ce4f5e446249eb40c7da32f42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb9d13da016178f91e92a48b41e141502565e86ce4f5e446249eb40c7da32f42", kill_on_drop: false }` [INFO] [stdout] fb9d13da016178f91e92a48b41e141502565e86ce4f5e446249eb40c7da32f42