[INFO] cloning repository https://github.com/jlgerber/packybara-grpc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jlgerber/packybara-grpc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjlgerber%2Fpackybara-grpc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjlgerber%2Fpackybara-grpc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1dbc6a1c90f2810bb8e3a02aabdd4d5c83d62b0b [INFO] checking jlgerber/packybara-grpc against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjlgerber%2Fpackybara-grpc" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jlgerber/packybara-grpc 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/jlgerber/packybara-grpc [INFO] finished tweaking git repo https://github.com/jlgerber/packybara-grpc [INFO] tweaked toml for git repo https://github.com/jlgerber/packybara-grpc written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/jlgerber/packybara-grpc 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 90a871cf4ff592caa4b7dd6b49235ff5c59c702b2df38764fdb4c9d777e31f19 [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" "90a871cf4ff592caa4b7dd6b49235ff5c59c702b2df38764fdb4c9d777e31f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90a871cf4ff592caa4b7dd6b49235ff5c59c702b2df38764fdb4c9d777e31f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90a871cf4ff592caa4b7dd6b49235ff5c59c702b2df38764fdb4c9d777e31f19", kill_on_drop: false }` [INFO] [stdout] 90a871cf4ff592caa4b7dd6b49235ff5c59c702b2df38764fdb4c9d777e31f19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] fc2805a67812c5b6ac6d58475aafe53a957ea98ef326bf7ec9b4f090279ca7d1 [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" "fc2805a67812c5b6ac6d58475aafe53a957ea98ef326bf7ec9b4f090279ca7d1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking siphasher v0.3.1 [INFO] [stderr] Compiling doc-comment v0.3.2 [INFO] [stderr] Compiling multimap v0.8.0 [INFO] [stderr] Checking simple_xml_serialize v0.2.3 [INFO] [stderr] Checking whoami v0.8.1 [INFO] [stderr] Compiling backtrace-sys v0.1.34 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking regex v1.3.5 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking backtrace v0.3.45 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking postgres-protocol v0.5.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking postgres-types v0.1.1 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling tracing-attributes v0.1.7 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling snafu-derive v0.6.2 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling simple_xml_serialize_macro v0.2.1 [INFO] [stderr] error: could not compile `snafu-derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name snafu_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/snafu-derive-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=cee46a62052318d3 -C extra-filename=-cee46a62052318d3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-e8e9509e0348ff0a.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-42f21872eed50e5f.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-b79057e2b939442d.rlib --extern proc_macro --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" "fc2805a67812c5b6ac6d58475aafe53a957ea98ef326bf7ec9b4f090279ca7d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc2805a67812c5b6ac6d58475aafe53a957ea98ef326bf7ec9b4f090279ca7d1", kill_on_drop: false }` [INFO] [stdout] fc2805a67812c5b6ac6d58475aafe53a957ea98ef326bf7ec9b4f090279ca7d1