[INFO] cloning repository https://github.com/ssankko/tomoru-google-helpers-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ssankko/tomoru-google-helpers-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssankko%2Ftomoru-google-helpers-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssankko%2Ftomoru-google-helpers-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e46e67a29353ea14d5918e5f6c97157461d7a4e0 [INFO] checking ssankko/tomoru-google-helpers-rs against master#c919f490bbcd2b29b74016101f7ec71aaa24bdbb for pr-79073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssankko%2Ftomoru-google-helpers-rs" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ssankko/tomoru-google-helpers-rs on toolchain c919f490bbcd2b29b74016101f7ec71aaa24bdbb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ssankko/tomoru-google-helpers-rs [INFO] finished tweaking git repo https://github.com/ssankko/tomoru-google-helpers-rs [INFO] tweaked toml for git repo https://github.com/ssankko/tomoru-google-helpers-rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ssankko/tomoru-google-helpers-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1aa052de64dae659b8fb3e2334022f7079503022b207128f4e23707513476ed4 [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" "1aa052de64dae659b8fb3e2334022f7079503022b207128f4e23707513476ed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1aa052de64dae659b8fb3e2334022f7079503022b207128f4e23707513476ed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1aa052de64dae659b8fb3e2334022f7079503022b207128f4e23707513476ed4", kill_on_drop: false }` [INFO] [stdout] 1aa052de64dae659b8fb3e2334022f7079503022b207128f4e23707513476ed4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+c919f490bbcd2b29b74016101f7ec71aaa24bdbb" "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] 62cb6926a7bcaa2e531ecdcec9cf9283be062275a46bdd9245ece5a19652bb9d [INFO] running `Command { std: "docker" "start" "-a" "62cb6926a7bcaa2e531ecdcec9cf9283be062275a46bdd9245ece5a19652bb9d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling bytes v0.5.5 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling multimap v0.8.1 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Compiling prost-types v0.6.1 [INFO] [stderr] Compiling tonic-build v0.3.1 [INFO] [stderr] Compiling tomoru-helpers-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `place_in_src` [INFO] [stdout] --> build.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 43 | fn place_in_src(file_name: &str) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `TreeEntry` [INFO] [stdout] --> build.rs:128:6 [INFO] [stdout] | [INFO] [stdout] 128 | enum TreeEntry { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> build.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | fn get_mut(&mut self, part: &str) -> Option<&mut Box> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get` [INFO] [stdout] --> build.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | fn get(&mut self, part: &str) -> Option<&Box> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> build.rs:148:8 [INFO] [stdout] | [INFO] [stdout] 148 | fn insert(&mut self, part: String, node: TreeEntry) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.41s [INFO] running `Command { std: "docker" "inspect" "62cb6926a7bcaa2e531ecdcec9cf9283be062275a46bdd9245ece5a19652bb9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62cb6926a7bcaa2e531ecdcec9cf9283be062275a46bdd9245ece5a19652bb9d", kill_on_drop: false }` [INFO] [stdout] 62cb6926a7bcaa2e531ecdcec9cf9283be062275a46bdd9245ece5a19652bb9d