[INFO] cloning repository https://github.com/djmcgill/domingler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/djmcgill/domingler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmcgill%2Fdomingler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmcgill%2Fdomingler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6783c99e07f4e0fa5ea5f0eb0f43c264a8644093 [INFO] checking djmcgill/domingler against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjmcgill%2Fdomingler" "/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/djmcgill/domingler 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/djmcgill/domingler [INFO] finished tweaking git repo https://github.com/djmcgill/domingler [INFO] tweaked toml for git repo https://github.com/djmcgill/domingler written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/djmcgill/domingler 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] 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" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d631456eba82e77d7be2d63c19930134c78b5d2376ead4ffc14b6ab49b15258 [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" "0d631456eba82e77d7be2d63c19930134c78b5d2376ead4ffc14b6ab49b15258", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d631456eba82e77d7be2d63c19930134c78b5d2376ead4ffc14b6ab49b15258", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d631456eba82e77d7be2d63c19930134c78b5d2376ead4ffc14b6ab49b15258", kill_on_drop: false }` [INFO] [stdout] 0d631456eba82e77d7be2d63c19930134c78b5d2376ead4ffc14b6ab49b15258 [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" "+beta" "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] ef7bc208ec1a6e7f5cd4aefe7fc2007add85f63127ce8e99e37faee0ff137409 [INFO] running `Command { std: "docker" "start" "-a" "ef7bc208ec1a6e7f5cd4aefe7fc2007add85f63127ce8e99e37faee0ff137409", 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] [stderr] Checking domingler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/mapper.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | { btreeset![721, 724, 733, 795, 805, 813, 818, 847, 875, 893, 900, 920, 1091] }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/mapper.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | { btreeset![721, 724, 733, 795, 805, 813, 818, 847, 875, 893, 900, 920, 1091] }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/main.rs:165:25 [INFO] [stdout] | [INFO] [stdout] 165 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `poptype_implicit_definition_count` is assigned to, but never used [INFO] [stdout] --> src/mapper.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | let mut poptype_implicit_definition_count = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_poptype_implicit_definition_count` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `enchantments_implicit_definition_count` [INFO] [stdout] --> src/mapper.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | let mut enchantments_implicit_definition_count = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_enchantments_implicit_definition_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/mapper.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | let mut enchantments_implicit_definition_count = 0; [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/main.rs:165:25 [INFO] [stdout] | [INFO] [stdout] 165 | Err(e) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `poptype_implicit_definition_count` is assigned to, but never used [INFO] [stdout] --> src/mapper.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | let mut poptype_implicit_definition_count = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_poptype_implicit_definition_count` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `enchantments_implicit_definition_count` [INFO] [stdout] --> src/mapper.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | let mut enchantments_implicit_definition_count = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_enchantments_implicit_definition_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/mapper.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | let mut enchantments_implicit_definition_count = 0; [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.03s [INFO] running `Command { std: "docker" "inspect" "ef7bc208ec1a6e7f5cd4aefe7fc2007add85f63127ce8e99e37faee0ff137409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef7bc208ec1a6e7f5cd4aefe7fc2007add85f63127ce8e99e37faee0ff137409", kill_on_drop: false }` [INFO] [stdout] ef7bc208ec1a6e7f5cd4aefe7fc2007add85f63127ce8e99e37faee0ff137409