[INFO] cloning repository https://github.com/aheart/toy-assembler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aheart/toy-assembler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faheart%2Ftoy-assembler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faheart%2Ftoy-assembler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8f8e1fd19e44013700fc3308db4cd93738a33c86 [INFO] testing aheart/toy-assembler against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faheart%2Ftoy-assembler" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aheart/toy-assembler on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aheart/toy-assembler [INFO] finished tweaking git repo https://github.com/aheart/toy-assembler [INFO] tweaked toml for git repo https://github.com/aheart/toy-assembler written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/aheart/toy-assembler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2167ed1dace1204363ce049537d7a1745c188848b4ddaf615d1e188a67956eae [INFO] running `Command { std: "docker" "start" "-a" "2167ed1dace1204363ce049537d7a1745c188848b4ddaf615d1e188a67956eae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2167ed1dace1204363ce049537d7a1745c188848b4ddaf615d1e188a67956eae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2167ed1dace1204363ce049537d7a1745c188848b4ddaf615d1e188a67956eae", kill_on_drop: false }` [INFO] [stdout] 2167ed1dace1204363ce049537d7a1745c188848b4ddaf615d1e188a67956eae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19814297ea9a552612ec22287dd0bf5baa6a4f118c29938e80db7e2deecbf073 [INFO] running `Command { std: "docker" "start" "-a" "19814297ea9a552612ec22287dd0bf5baa6a4f118c29938e80db7e2deecbf073", kill_on_drop: false }` [INFO] [stderr] Compiling toy-assembler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `X86` [INFO] [stdout] --> src/elf.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | X86 = 1, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Architecture` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Big` [INFO] [stdout] --> src/elf.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | Big = 2, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Endianness` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HpUx` [INFO] [stdout] --> src/elf.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | HpUx = 0x01, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NetBsd` [INFO] [stdout] --> src/elf.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | NetBsd = 0x02, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Linux` [INFO] [stdout] --> src/elf.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | Linux = 0x03, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GnuHurd` [INFO] [stdout] --> src/elf.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | GnuHurd = 0x04, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Solaris` [INFO] [stdout] --> src/elf.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | Solaris = 0x06, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Aix` [INFO] [stdout] --> src/elf.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | Aix = 0x07, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Irix` [INFO] [stdout] --> src/elf.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | Irix = 0x08, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FreeBsd` [INFO] [stdout] --> src/elf.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | FreeBsd = 0x09, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Tru64` [INFO] [stdout] --> src/elf.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | Tru64 = 0x0A, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NovellModesto` [INFO] [stdout] --> src/elf.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | NovellModesto = 0x0B, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OpenBsd` [INFO] [stdout] --> src/elf.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | OpenBsd = 0x0C, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OpenVms` [INFO] [stdout] --> src/elf.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | OpenVms = 0x0D, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NonStopKernel` [INFO] [stdout] --> src/elf.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | NonStopKernel = 0x0E, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Aros` [INFO] [stdout] --> src/elf.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | Aros = 0x0F, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FenixOs` [INFO] [stdout] --> src/elf.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | FenixOs = 0x10, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CloudAbi` [INFO] [stdout] --> src/elf.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | CloudAbi = 0x11, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StratusTechnologiesOpenVos` [INFO] [stdout] --> src/elf.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | StratusTechnologiesOpenVos = 0x12, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtNone` [INFO] [stdout] --> src/elf.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | EtNone = 0x00, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtRel` [INFO] [stdout] --> src/elf.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | EtRel = 0x01, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtDyn` [INFO] [stdout] --> src/elf.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | EtDyn = 0x03, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtCore` [INFO] [stdout] --> src/elf.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | EtCore = 0x04, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtLoos` [INFO] [stdout] --> src/elf.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | EtLoos = 0xFE00, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtHios` [INFO] [stdout] --> src/elf.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | EtHios = 0xFEFF, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtLoproc` [INFO] [stdout] --> src/elf.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | EtLoproc = 0xFF00, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtHiproc` [INFO] [stdout] --> src/elf.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | EtHiproc = 0xFFFF, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "19814297ea9a552612ec22287dd0bf5baa6a4f118c29938e80db7e2deecbf073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19814297ea9a552612ec22287dd0bf5baa6a4f118c29938e80db7e2deecbf073", kill_on_drop: false }` [INFO] [stdout] 19814297ea9a552612ec22287dd0bf5baa6a4f118c29938e80db7e2deecbf073 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcc44992a77f5cf43a6343d3edb5a47f284dae3ea90db3048f707a6a5061b755 [INFO] running `Command { std: "docker" "start" "-a" "bcc44992a77f5cf43a6343d3edb5a47f284dae3ea90db3048f707a6a5061b755", kill_on_drop: false }` [INFO] [stderr] Compiling toy-assembler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `X86` [INFO] [stdout] --> src/elf.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | X86 = 1, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Architecture` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:5:16 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Big` [INFO] [stdout] --> src/elf.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | Big = 2, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Endianness` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `HpUx` [INFO] [stdout] --> src/elf.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | HpUx = 0x01, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NetBsd` [INFO] [stdout] --> src/elf.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | NetBsd = 0x02, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Linux` [INFO] [stdout] --> src/elf.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | Linux = 0x03, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GnuHurd` [INFO] [stdout] --> src/elf.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | GnuHurd = 0x04, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Solaris` [INFO] [stdout] --> src/elf.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | Solaris = 0x06, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Aix` [INFO] [stdout] --> src/elf.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | Aix = 0x07, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Irix` [INFO] [stdout] --> src/elf.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | Irix = 0x08, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FreeBsd` [INFO] [stdout] --> src/elf.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | FreeBsd = 0x09, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Tru64` [INFO] [stdout] --> src/elf.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | Tru64 = 0x0A, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NovellModesto` [INFO] [stdout] --> src/elf.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | NovellModesto = 0x0B, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OpenBsd` [INFO] [stdout] --> src/elf.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | OpenBsd = 0x0C, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OpenVms` [INFO] [stdout] --> src/elf.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | OpenVms = 0x0D, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NonStopKernel` [INFO] [stdout] --> src/elf.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | NonStopKernel = 0x0E, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Aros` [INFO] [stdout] --> src/elf.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | Aros = 0x0F, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FenixOs` [INFO] [stdout] --> src/elf.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | FenixOs = 0x10, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CloudAbi` [INFO] [stdout] --> src/elf.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | CloudAbi = 0x11, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StratusTechnologiesOpenVos` [INFO] [stdout] --> src/elf.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | StratusTechnologiesOpenVos = 0x12, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtNone` [INFO] [stdout] --> src/elf.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | EtNone = 0x00, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtRel` [INFO] [stdout] --> src/elf.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | EtRel = 0x01, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtDyn` [INFO] [stdout] --> src/elf.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | EtDyn = 0x03, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtCore` [INFO] [stdout] --> src/elf.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | EtCore = 0x04, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtLoos` [INFO] [stdout] --> src/elf.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | EtLoos = 0xFE00, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtHios` [INFO] [stdout] --> src/elf.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | EtHios = 0xFEFF, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtLoproc` [INFO] [stdout] --> src/elf.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | EtLoproc = 0xFF00, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EtHiproc` [INFO] [stdout] --> src/elf.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | EtHiproc = 0xFFFF, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/elf.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/toy_assembler-454094958c089a8f) [INFO] running `Command { std: "docker" "inspect" "bcc44992a77f5cf43a6343d3edb5a47f284dae3ea90db3048f707a6a5061b755", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcc44992a77f5cf43a6343d3edb5a47f284dae3ea90db3048f707a6a5061b755", kill_on_drop: false }` [INFO] [stdout] bcc44992a77f5cf43a6343d3edb5a47f284dae3ea90db3048f707a6a5061b755 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 820c698600510b4dcee05791517b80959327a3e4d595e61cc1da6ebf78a99c9a [INFO] running `Command { std: "docker" "start" "-a" "820c698600510b4dcee05791517b80959327a3e4d595e61cc1da6ebf78a99c9a", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `X86` [INFO] [stderr] --> src/elf.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | X86 = 1, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Architecture` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Big` [INFO] [stderr] --> src/elf.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | Big = 2, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Endianness` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `HpUx` [INFO] [stderr] --> src/elf.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | HpUx = 0x01, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NetBsd` [INFO] [stderr] --> src/elf.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | NetBsd = 0x02, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Linux` [INFO] [stderr] --> src/elf.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | Linux = 0x03, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `GnuHurd` [INFO] [stderr] --> src/elf.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | GnuHurd = 0x04, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Solaris` [INFO] [stderr] --> src/elf.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Solaris = 0x06, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Aix` [INFO] [stderr] --> src/elf.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | Aix = 0x07, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Irix` [INFO] [stderr] --> src/elf.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | Irix = 0x08, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FreeBsd` [INFO] [stderr] --> src/elf.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | FreeBsd = 0x09, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Tru64` [INFO] [stderr] --> src/elf.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | Tru64 = 0x0A, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NovellModesto` [INFO] [stderr] --> src/elf.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | NovellModesto = 0x0B, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `OpenBsd` [INFO] [stderr] --> src/elf.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | OpenBsd = 0x0C, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `OpenVms` [INFO] [stderr] --> src/elf.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | OpenVms = 0x0D, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NonStopKernel` [INFO] [stderr] --> src/elf.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | NonStopKernel = 0x0E, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Aros` [INFO] [stderr] --> src/elf.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | Aros = 0x0F, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FenixOs` [INFO] [stderr] --> src/elf.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | FenixOs = 0x10, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `CloudAbi` [INFO] [stderr] --> src/elf.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | CloudAbi = 0x11, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `StratusTechnologiesOpenVos` [INFO] [stderr] --> src/elf.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | StratusTechnologiesOpenVos = 0x12, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `OsAbi` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtNone` [INFO] [stderr] --> src/elf.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | EtNone = 0x00, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtRel` [INFO] [stderr] --> src/elf.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | EtRel = 0x01, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtDyn` [INFO] [stderr] --> src/elf.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | EtDyn = 0x03, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtCore` [INFO] [stderr] --> src/elf.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | EtCore = 0x04, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtLoos` [INFO] [stderr] --> src/elf.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | EtLoos = 0xFE00, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtHios` [INFO] [stderr] --> src/elf.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | EtHios = 0xFEFF, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtLoproc` [INFO] [stderr] --> src/elf.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | EtLoproc = 0xFF00, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EtHiproc` [INFO] [stderr] --> src/elf.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | EtHiproc = 0xFFFF, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ObjectFileType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/elf.rs:42:16 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `toy-assembler` (bin "toy-assembler" test) generated 27 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/toy_assembler-454094958c089a8f) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "820c698600510b4dcee05791517b80959327a3e4d595e61cc1da6ebf78a99c9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "820c698600510b4dcee05791517b80959327a3e4d595e61cc1da6ebf78a99c9a", kill_on_drop: false }` [INFO] [stdout] 820c698600510b4dcee05791517b80959327a3e4d595e61cc1da6ebf78a99c9a