[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 beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssankko%2Ftomoru-google-helpers-rs" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ssankko/tomoru-google-helpers-rs 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/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-7/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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-stream-impl v0.3.0 [INFO] [stderr] Downloaded async-stream v0.3.0 [INFO] [stderr] Downloaded tonic v0.3.1 [INFO] [stderr] Downloaded tonic-build v0.3.1 [INFO] [stderr] Downloaded yup-oauth2 v4.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 681199c9a49a8d8913ee1dbe595b8e0d47e50456ffe708a52e493aee6e5f3d29 [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" "681199c9a49a8d8913ee1dbe595b8e0d47e50456ffe708a52e493aee6e5f3d29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "681199c9a49a8d8913ee1dbe595b8e0d47e50456ffe708a52e493aee6e5f3d29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "681199c9a49a8d8913ee1dbe595b8e0d47e50456ffe708a52e493aee6e5f3d29", kill_on_drop: false }` [INFO] [stdout] 681199c9a49a8d8913ee1dbe595b8e0d47e50456ffe708a52e493aee6e5f3d29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 074b413c32256721e836cfb1267a326df30c2654837a47804cf03159dd288e59 [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" "074b413c32256721e836cfb1267a326df30c2654837a47804cf03159dd288e59", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.72 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling multimap v0.8.1 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [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 37.65s [INFO] running `Command { std: "docker" "inspect" "074b413c32256721e836cfb1267a326df30c2654837a47804cf03159dd288e59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "074b413c32256721e836cfb1267a326df30c2654837a47804cf03159dd288e59", kill_on_drop: false }` [INFO] [stdout] 074b413c32256721e836cfb1267a326df30c2654837a47804cf03159dd288e59