[INFO] fetching crate nexus-lib 0.1.0... [INFO] checking nexus-lib-0.1.0 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate nexus-lib 0.1.0 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate nexus-lib 0.1.0 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nexus-lib 0.1.0 [INFO] finished tweaking crates.io crate nexus-lib 0.1.0 [INFO] tweaked toml for crates.io crate nexus-lib 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] [stderr] Adding clutils v0.0.7 (latest: v0.0.11) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clutils v0.0.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25df67df53b5f8713245035979e1b5f20bed84109c105f41399c0d47c58dc2de [INFO] running `Command { std: "docker" "start" "-a" "25df67df53b5f8713245035979e1b5f20bed84109c105f41399c0d47c58dc2de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25df67df53b5f8713245035979e1b5f20bed84109c105f41399c0d47c58dc2de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25df67df53b5f8713245035979e1b5f20bed84109c105f41399c0d47c58dc2de", kill_on_drop: false }` [INFO] [stdout] 25df67df53b5f8713245035979e1b5f20bed84109c105f41399c0d47c58dc2de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8520ce49557f3c50b45d170cc45769ac7a4390d7cb6773fc5a4630ad4078386 [INFO] running `Command { std: "docker" "start" "-a" "d8520ce49557f3c50b45d170cc45769ac7a4390d7cb6773fc5a4630ad4078386", kill_on_drop: false }` [INFO] [stderr] Checking clutils v0.0.7 [INFO] [stderr] Checking nexus-lib v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parser/ast.rs:223:45 [INFO] [stdout] | [INFO] [stdout] 223 | Statement::Variable(var) => format!( [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 224 | | "{} {} = {}", [INFO] [stdout] 225 | | match var.is_const { [INFO] [stdout] 226 | | true => "const", [INFO] [stdout] ... | [INFO] [stdout] 229 | | todo!(), //var.name, [INFO] [stdout] | | ------- any code following this expression is unreachable [INFO] [stdout] 230 | | var.val, [INFO] [stdout] 231 | | ), [INFO] [stdout] | |_________________^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parser/ast.rs:223:45 [INFO] [stdout] | [INFO] [stdout] 223 | Statement::Variable(var) => format!( [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 224 | | "{} {} = {}", [INFO] [stdout] 225 | | match var.is_const { [INFO] [stdout] 226 | | true => "const", [INFO] [stdout] ... | [INFO] [stdout] 229 | | todo!(), //var.name, [INFO] [stdout] | | ------- any code following this expression is unreachable [INFO] [stdout] 230 | | var.val, [INFO] [stdout] 231 | | ), [INFO] [stdout] | |_________________^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ret` [INFO] [stdout] --> src/parser/ast.rs:232:35 [INFO] [stdout] | [INFO] [stdout] 232 | Statement::Return(ret) => todo!(), [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ret` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `br` [INFO] [stdout] --> src/parser/ast.rs:233:34 [INFO] [stdout] | [INFO] [stdout] 233 | Statement::Break(br) => todo!(), [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_br` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lcl` [INFO] [stdout] --> src/parser/ast.rs:234:34 [INFO] [stdout] | [INFO] [stdout] 234 | Statement::Local(lcl) => todo!(), [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_lcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ret` [INFO] [stdout] --> src/parser/ast.rs:232:35 [INFO] [stdout] | [INFO] [stdout] 232 | Statement::Return(ret) => todo!(), [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ret` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `br` [INFO] [stdout] --> src/parser/ast.rs:233:34 [INFO] [stdout] | [INFO] [stdout] 233 | Statement::Break(br) => todo!(), [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_br` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `lcl` [INFO] [stdout] --> src/parser/ast.rs:234:34 [INFO] [stdout] | [INFO] [stdout] 234 | Statement::Local(lcl) => todo!(), [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_lcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `CONTAINS`, `RANGE`, and `CONVERSION` are never constructed [INFO] [stdout] --> src/parser/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 21 | enum Precedence { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 29 | CONTAINS, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | RANGE, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | CONVERSION, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Precedence` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `CONTAINS`, `RANGE`, and `CONVERSION` are never constructed [INFO] [stdout] --> src/parser/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 21 | enum Precedence { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 29 | CONTAINS, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | RANGE, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | CONVERSION, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Precedence` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` 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` profile [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `Command { std: "docker" "inspect" "d8520ce49557f3c50b45d170cc45769ac7a4390d7cb6773fc5a4630ad4078386", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8520ce49557f3c50b45d170cc45769ac7a4390d7cb6773fc5a4630ad4078386", kill_on_drop: false }` [INFO] [stdout] d8520ce49557f3c50b45d170cc45769ac7a4390d7cb6773fc5a4630ad4078386