[INFO] cloning repository https://github.com/nutspanther/rust-discord-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nutspanther/rust-discord-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnutspanther%2Frust-discord-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnutspanther%2Frust-discord-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c86df6368a39c24ae0a5d426673e1cec485849a1 [INFO] checking nutspanther/rust-discord-bot against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnutspanther%2Frust-discord-bot" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nutspanther/rust-discord-bot on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nutspanther/rust-discord-bot [INFO] finished tweaking git repo https://github.com/nutspanther/rust-discord-bot [INFO] tweaked toml for git repo https://github.com/nutspanther/rust-discord-bot written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/nutspanther/rust-discord-bot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 990ae33778e1fc8262bd81e9e1465597d02601349e16fe5cbcd0a9dfa6749ab6 [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" "990ae33778e1fc8262bd81e9e1465597d02601349e16fe5cbcd0a9dfa6749ab6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "990ae33778e1fc8262bd81e9e1465597d02601349e16fe5cbcd0a9dfa6749ab6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "990ae33778e1fc8262bd81e9e1465597d02601349e16fe5cbcd0a9dfa6749ab6", kill_on_drop: false }` [INFO] [stdout] 990ae33778e1fc8262bd81e9e1465597d02601349e16fe5cbcd0a9dfa6749ab6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0c44eef154cea3eb9939d105caa9ed004099a2161c67ec9235ae3f95fa23908 [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" "c0c44eef154cea3eb9939d105caa9ed004099a2161c67ec9235ae3f95fa23908", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.1 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling serenity v0.7.1 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Compiling openssl-sys v0.9.51 [INFO] [stderr] Checking miniz_oxide v0.3.3 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking rand_os v0.1.2 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking webpki v0.21.0 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling command_attr v0.1.5 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling clang-sys v0.26.4 [INFO] [stderr] Checking ct-logs v0.6.0 [INFO] [stderr] Checking regex v1.1.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking webpki-roots v0.17.0 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] error: could not compile `http` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name http /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=5115c22b6997b4c9 -C extra-filename=-5115c22b6997b4c9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-befed82ef0d7ccc9.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-3adc791fcab49a79.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-8f84d8251e0a0c00.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" "c0c44eef154cea3eb9939d105caa9ed004099a2161c67ec9235ae3f95fa23908", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0c44eef154cea3eb9939d105caa9ed004099a2161c67ec9235ae3f95fa23908", kill_on_drop: false }` [INFO] [stdout] c0c44eef154cea3eb9939d105caa9ed004099a2161c67ec9235ae3f95fa23908