[INFO] fetching crate dianac 0.1.0... [INFO] checking dianac-0.1.0 against try#de0e80659cee4f27282e60d63bbb8c5271a0d147 for pr-129392 [INFO] extracting crate dianac 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate dianac 0.1.0 on toolchain de0e80659cee4f27282e60d63bbb8c5271a0d147 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+de0e80659cee4f27282e60d63bbb8c5271a0d147" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dianac 0.1.0 [INFO] finished tweaking crates.io crate dianac 0.1.0 [INFO] tweaked toml for crates.io crate dianac 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate dianac 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+de0e80659cee4f27282e60d63bbb8c5271a0d147" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+de0e80659cee4f27282e60d63bbb8c5271a0d147" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3677915b2c7dcea2ff8e0170410d08d30dc8d1cef95444cb6d310cc3eb9712fc [INFO] running `Command { std: "docker" "start" "-a" "3677915b2c7dcea2ff8e0170410d08d30dc8d1cef95444cb6d310cc3eb9712fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3677915b2c7dcea2ff8e0170410d08d30dc8d1cef95444cb6d310cc3eb9712fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3677915b2c7dcea2ff8e0170410d08d30dc8d1cef95444cb6d310cc3eb9712fc", kill_on_drop: false }` [INFO] [stdout] 3677915b2c7dcea2ff8e0170410d08d30dc8d1cef95444cb6d310cc3eb9712fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+de0e80659cee4f27282e60d63bbb8c5271a0d147" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69115b0ccc4f3302a877d75be161495f4db963d883cb757ad0f8557a992b3b1d [INFO] running `Command { std: "docker" "start" "-a" "69115b0ccc4f3302a877d75be161495f4db963d883cb757ad0f8557a992b3b1d", kill_on_drop: false }` [INFO] [stderr] Compiling arbitrary-int v1.2.7 [INFO] [stderr] Checking colored v2.1.0 [INFO] [stderr] Checking bimap v0.6.3 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Checking clap_builder v4.5.13 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Compiling bitbybit v1.3.2 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking clap v4.5.13 [INFO] [stderr] Checking dianac v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `condition` [INFO] [stdout] --> src/compilation/handlers.rs:319:16 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn lih<'a>(condition: Conditional, address: AddressTuple) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_condition` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `address` [INFO] [stdout] --> src/compilation/handlers.rs:319:40 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn lih<'a>(condition: Conditional, address: AddressTuple) -> Vec> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `condition` [INFO] [stdout] --> src/compilation/handlers.rs:319:16 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn lih<'a>(condition: Conditional, address: AddressTuple) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_condition` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `address` [INFO] [stdout] --> src/compilation/handlers.rs:319:40 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn lih<'a>(condition: Conditional, address: AddressTuple) -> Vec> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0`, `1`, and `2` are never read [INFO] [stdout] --> src/compilation/ir.rs:63:28 [INFO] [stdout] | [INFO] [stdout] 63 | pub struct Conditional<'a>(pub Either<'a>, pub ConditionalKind, pub Either<'a>); [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing these fields [INFO] [stdout] = note: `Conditional` 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: function `decode_character` is never used [INFO] [stdout] --> src/character_encoding.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn decode_character(numeric: &u6) -> &'static char { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/errors.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | IoError(IoError), [INFO] [stdout] | ------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 5 | IoError(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0`, `1`, and `2` are never read [INFO] [stdout] --> src/compilation/ir.rs:63:28 [INFO] [stdout] | [INFO] [stdout] 63 | pub struct Conditional<'a>(pub Either<'a>, pub ConditionalKind, pub Either<'a>); [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing these fields [INFO] [stdout] = note: `Conditional` 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: method `tokenize` is never used [INFO] [stdout] --> src/compilation/lexer.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 17 | impl<'a> Cursor<'a> { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] 18 | pub fn tokenize(mut self) -> impl Iterator + 'a { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decode_character` is never used [INFO] [stdout] --> src/character_encoding.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn decode_character(numeric: &u6) -> &'static char { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/errors.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | IoError(IoError), [INFO] [stdout] | ------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 5 | IoError(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.98s [INFO] running `Command { std: "docker" "inspect" "69115b0ccc4f3302a877d75be161495f4db963d883cb757ad0f8557a992b3b1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69115b0ccc4f3302a877d75be161495f4db963d883cb757ad0f8557a992b3b1d", kill_on_drop: false }` [INFO] [stdout] 69115b0ccc4f3302a877d75be161495f4db963d883cb757ad0f8557a992b3b1d