[INFO] cloning repository https://github.com/xlambein/zezaye [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xlambein/zezaye" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxlambein%2Fzezaye", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxlambein%2Fzezaye'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8e53158af5efdd5cd0011dab73d47c3fec14467 [INFO] testing xlambein/zezaye against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxlambein%2Fzezaye" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xlambein/zezaye on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xlambein/zezaye [INFO] finished tweaking git repo https://github.com/xlambein/zezaye [INFO] tweaked toml for git repo https://github.com/xlambein/zezaye written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/xlambein/zezaye already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ad4f5ac6ceb7f1ba8e68256828700bd99377dc174fec370c392dab1c7781450 [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" "6ad4f5ac6ceb7f1ba8e68256828700bd99377dc174fec370c392dab1c7781450", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ad4f5ac6ceb7f1ba8e68256828700bd99377dc174fec370c392dab1c7781450", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ad4f5ac6ceb7f1ba8e68256828700bd99377dc174fec370c392dab1c7781450", kill_on_drop: false }` [INFO] [stdout] 6ad4f5ac6ceb7f1ba8e68256828700bd99377dc174fec370c392dab1c7781450 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd9e42ca1bded15fed7b2f17ded7dbbf0a35fa85fb38e29475448bf0420568a3 [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" "cd9e42ca1bded15fed7b2f17ded7dbbf0a35fa85fb38e29475448bf0420568a3", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling intbits v0.2.0 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling object v0.26.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.19 [INFO] [stderr] Compiling nix v0.22.0 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling zezaye v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Read` [INFO] [stdout] --> src/compiler.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | Read = 0, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BX` [INFO] [stdout] --> src/program_buffer.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | BX, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Scale2` [INFO] [stdout] --> src/program_buffer.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | Scale2 = 0b01, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Scale4` [INFO] [stdout] --> src/program_buffer.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | Scale4 = 0b10, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Scale8` [INFO] [stdout] --> src/program_buffer.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | Scale8 = 0b11, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AX` [INFO] [stdout] --> src/program_buffer.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | AX = 0, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CX` [INFO] [stdout] --> src/program_buffer.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | CX, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DX` [INFO] [stdout] --> src/program_buffer.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | DX, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BX` [INFO] [stdout] --> src/program_buffer.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | BX, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BP` [INFO] [stdout] --> src/program_buffer.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | BP, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SI` [INFO] [stdout] --> src/program_buffer.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | SI, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DI` [INFO] [stdout] --> src/program_buffer.rs:197:5 [INFO] [stdout] | [INFO] [stdout] 197 | DI, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_d_imm` [INFO] [stdout] --> src/program_buffer.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 347 | op_d_imm!(add_d_imm, 0x81, 0); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 348 | op_d!(add_d, 0x01, 0x03); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `or_d_imm` [INFO] [stdout] --> src/program_buffer.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 353 | op_d_imm!(or_d_imm, 0x81, 1); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `or_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 354 | op_d!(or_d, 0x09, 0x0B); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `or_q_imm` [INFO] [stdout] --> src/program_buffer.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 355 | op_q_imm!(or_q_imm, 0x81, 1); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `and_d_imm` [INFO] [stdout] --> src/program_buffer.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 359 | op_d_imm!(and_d_imm, 0x81, 4); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `and_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 360 | op_d!(and_d, 0x21, 0x23); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `and_q_imm` [INFO] [stdout] --> src/program_buffer.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 361 | op_q_imm!(and_q_imm, 0x81, 4); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sub_d_imm` [INFO] [stdout] --> src/program_buffer.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | op_d_imm!(sub_d_imm, 0x81, 5); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sub_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 366 | op_d!(sub_d, 0x29, 0x2B); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sub_q` [INFO] [stdout] --> src/program_buffer.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 368 | op_q!(sub_q, 0x29, 0x2B); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cmp_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | op_d!(cmp_d, 0x39, 0x3B); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cmp_q_imm` [INFO] [stdout] --> src/program_buffer.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | op_q_imm!(cmp_q_imm, 0x81, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shl_d_imm` [INFO] [stdout] --> src/program_buffer.rs:210:9 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 428 | op_d_imm8!(shl_d_imm, 0xc1, 4); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shl_q_imm` [INFO] [stdout] --> src/program_buffer.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 429 | op_q_imm8!(shl_q_imm, 0xc1, 4); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shr_d_imm` [INFO] [stdout] --> src/program_buffer.rs:210:9 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 432 | op_d_imm8!(shr_d_imm, 0xc1, 5); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `make_writeable` [INFO] [stdout] --> src/program_buffer.rs:462:19 [INFO] [stdout] | [INFO] [stdout] 462 | pub unsafe fn make_writeable(self) -> ProgramBuffer { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_slice` [INFO] [stdout] --> src/program_buffer.rs:478:12 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn as_slice(&self) -> &[u8] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/reader.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn read(&mut self) -> Result> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "cd9e42ca1bded15fed7b2f17ded7dbbf0a35fa85fb38e29475448bf0420568a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd9e42ca1bded15fed7b2f17ded7dbbf0a35fa85fb38e29475448bf0420568a3", kill_on_drop: false }` [INFO] [stdout] cd9e42ca1bded15fed7b2f17ded7dbbf0a35fa85fb38e29475448bf0420568a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a86691feb6a006b6c69903c51cd1722e2e9b874658668e56d3d9bd61862b7eef [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" "a86691feb6a006b6c69903c51cd1722e2e9b874658668e56d3d9bd61862b7eef", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling filedescriptor v0.8.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling gag v1.0.0 [INFO] [stderr] Compiling zezaye v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Read` [INFO] [stdout] --> src/compiler.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | Read = 0, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BX` [INFO] [stdout] --> src/program_buffer.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | BX, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Scale2` [INFO] [stdout] --> src/program_buffer.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | Scale2 = 0b01, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Scale4` [INFO] [stdout] --> src/program_buffer.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | Scale4 = 0b10, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Scale8` [INFO] [stdout] --> src/program_buffer.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | Scale8 = 0b11, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AX` [INFO] [stdout] --> src/program_buffer.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | AX = 0, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CX` [INFO] [stdout] --> src/program_buffer.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | CX, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DX` [INFO] [stdout] --> src/program_buffer.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | DX, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BX` [INFO] [stdout] --> src/program_buffer.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | BX, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BP` [INFO] [stdout] --> src/program_buffer.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | BP, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SI` [INFO] [stdout] --> src/program_buffer.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | SI, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DI` [INFO] [stdout] --> src/program_buffer.rs:197:5 [INFO] [stdout] | [INFO] [stdout] 197 | DI, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_d_imm` [INFO] [stdout] --> src/program_buffer.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 347 | op_d_imm!(add_d_imm, 0x81, 0); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 348 | op_d!(add_d, 0x01, 0x03); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `or_d_imm` [INFO] [stdout] --> src/program_buffer.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 353 | op_d_imm!(or_d_imm, 0x81, 1); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `or_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 354 | op_d!(or_d, 0x09, 0x0B); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `or_q_imm` [INFO] [stdout] --> src/program_buffer.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 355 | op_q_imm!(or_q_imm, 0x81, 1); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `and_d_imm` [INFO] [stdout] --> src/program_buffer.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 359 | op_d_imm!(and_d_imm, 0x81, 4); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `and_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 360 | op_d!(and_d, 0x21, 0x23); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `and_q_imm` [INFO] [stdout] --> src/program_buffer.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 361 | op_q_imm!(and_q_imm, 0x81, 4); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sub_d_imm` [INFO] [stdout] --> src/program_buffer.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 365 | op_d_imm!(sub_d_imm, 0x81, 5); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sub_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 366 | op_d!(sub_d, 0x29, 0x2B); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sub_q` [INFO] [stdout] --> src/program_buffer.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 368 | op_q!(sub_q, 0x29, 0x2B); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cmp_d` [INFO] [stdout] --> src/program_buffer.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | op_d!(cmp_d, 0x39, 0x3B); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cmp_q_imm` [INFO] [stdout] --> src/program_buffer.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | op_q_imm!(cmp_q_imm, 0x81, 7); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shl_d_imm` [INFO] [stdout] --> src/program_buffer.rs:210:9 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 428 | op_d_imm8!(shl_d_imm, 0xc1, 4); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shl_q_imm` [INFO] [stdout] --> src/program_buffer.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 429 | op_q_imm8!(shl_q_imm, 0xc1, 4); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_q_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shr_d_imm` [INFO] [stdout] --> src/program_buffer.rs:210:9 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 432 | op_d_imm8!(shr_d_imm, 0xc1, 5); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `op_d_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `as_slice` [INFO] [stdout] --> src/program_buffer.rs:478:12 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn as_slice(&self) -> &[u8] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read` [INFO] [stdout] --> src/reader.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn read(&mut self) -> Result> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.30s [INFO] running `Command { std: "docker" "inspect" "a86691feb6a006b6c69903c51cd1722e2e9b874658668e56d3d9bd61862b7eef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a86691feb6a006b6c69903c51cd1722e2e9b874658668e56d3d9bd61862b7eef", kill_on_drop: false }` [INFO] [stdout] a86691feb6a006b6c69903c51cd1722e2e9b874658668e56d3d9bd61862b7eef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0c92365540227e73ea53448177f719635df8c7108f1bcb11a2a2681fdf8f383b [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" "0c92365540227e73ea53448177f719635df8c7108f1bcb11a2a2681fdf8f383b", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `Read` [INFO] [stderr] --> src/compiler.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | Read = 0, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BX` [INFO] [stderr] --> src/program_buffer.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | BX, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Scale2` [INFO] [stderr] --> src/program_buffer.rs:182:5 [INFO] [stderr] | [INFO] [stderr] 182 | Scale2 = 0b01, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Scale4` [INFO] [stderr] --> src/program_buffer.rs:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | Scale4 = 0b10, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Scale8` [INFO] [stderr] --> src/program_buffer.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | Scale8 = 0b11, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AX` [INFO] [stderr] --> src/program_buffer.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | AX = 0, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `CX` [INFO] [stderr] --> src/program_buffer.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | CX, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DX` [INFO] [stderr] --> src/program_buffer.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | DX, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BX` [INFO] [stderr] --> src/program_buffer.rs:193:5 [INFO] [stderr] | [INFO] [stderr] 193 | BX, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BP` [INFO] [stderr] --> src/program_buffer.rs:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | BP, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `SI` [INFO] [stderr] --> src/program_buffer.rs:196:5 [INFO] [stderr] | [INFO] [stderr] 196 | SI, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DI` [INFO] [stderr] --> src/program_buffer.rs:197:5 [INFO] [stderr] | [INFO] [stderr] 197 | DI, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `add_d_imm` [INFO] [stderr] --> src/program_buffer.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 347 | op_d_imm!(add_d_imm, 0x81, 0); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `add_d` [INFO] [stderr] --> src/program_buffer.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 348 | op_d!(add_d, 0x01, 0x03); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `or_d_imm` [INFO] [stderr] --> src/program_buffer.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 353 | op_d_imm!(or_d_imm, 0x81, 1); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `or_d` [INFO] [stderr] --> src/program_buffer.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 354 | op_d!(or_d, 0x09, 0x0B); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `or_q_imm` [INFO] [stderr] --> src/program_buffer.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 355 | op_q_imm!(or_q_imm, 0x81, 1); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `and_d_imm` [INFO] [stderr] --> src/program_buffer.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 359 | op_d_imm!(and_d_imm, 0x81, 4); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `and_d` [INFO] [stderr] --> src/program_buffer.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 360 | op_d!(and_d, 0x21, 0x23); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `and_q_imm` [INFO] [stderr] --> src/program_buffer.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 361 | op_q_imm!(and_q_imm, 0x81, 4); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `sub_d_imm` [INFO] [stderr] --> src/program_buffer.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 365 | op_d_imm!(sub_d_imm, 0x81, 5); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `sub_d` [INFO] [stderr] --> src/program_buffer.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 366 | op_d!(sub_d, 0x29, 0x2B); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `sub_q` [INFO] [stderr] --> src/program_buffer.rs:256:9 [INFO] [stderr] | [INFO] [stderr] 256 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 368 | op_q!(sub_q, 0x29, 0x2B); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_q` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cmp_d` [INFO] [stderr] --> src/program_buffer.rs:226:9 [INFO] [stderr] | [INFO] [stderr] 226 | pub fn $op_name(&mut self, dest: impl Into, src: impl Into) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 372 | op_d!(cmp_d, 0x39, 0x3B); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cmp_q_imm` [INFO] [stderr] --> src/program_buffer.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate32) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 373 | op_q_imm!(cmp_q_imm, 0x81, 7); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_q_imm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `shl_d_imm` [INFO] [stderr] --> src/program_buffer.rs:210:9 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 428 | op_d_imm8!(shl_d_imm, 0xc1, 4); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `shl_q_imm` [INFO] [stderr] --> src/program_buffer.rs:234:9 [INFO] [stderr] | [INFO] [stderr] 234 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 429 | op_q_imm8!(shl_q_imm, 0xc1, 4); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_q_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `shr_d_imm` [INFO] [stderr] --> src/program_buffer.rs:210:9 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn $op_name(&mut self, dest: impl Into, src: impl Immediate8) -> &mut Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 432 | op_d_imm8!(shr_d_imm, 0xc1, 5); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `op_d_imm8` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `as_slice` [INFO] [stderr] --> src/program_buffer.rs:478:12 [INFO] [stderr] | [INFO] [stderr] 478 | pub fn as_slice(&self) -> &[u8] { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `read` [INFO] [stderr] --> src/reader.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn read(&mut self) -> Result> { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `zezaye` (bin "zezaye" test) generated 30 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zezaye-90f74c7de676d7b7) [INFO] [stdout] [INFO] [stdout] running 45 tests [INFO] [stdout] test compiler::tests::test_compile_cond_default ... ok [INFO] [stdout] test compiler::tests::test_compile_cond_in_let ... ok [INFO] [stdout] test compiler::tests::test_compile_add1_nested ... ok [INFO] [stdout] test compiler::tests::test_compile_is_nil_false ... ok [INFO] [stdout] test compiler::tests::test_compile_is_nil_true ... ok [INFO] [stdout] test compiler::tests::test_compile_cond_not_bool ... ok [INFO] [stdout] test compiler::tests::test_compile_car_cdr ... ok [INFO] [stdout] test compiler::tests::test_compile_let ... ok [INFO] [stdout] test compiler::tests::test_compile_is_int_true ... ok [INFO] [stdout] test compiler::tests::test_compile_char ... ok [INFO] [stdout] test compiler::tests::test_compile_cons ... ok [INFO] [stdout] test compiler::tests::test_compile_car ... ok [INFO] [stdout] test compiler::tests::test_compile_negative_integer ... ok [INFO] [stdout] test compiler::tests::test_compile_nested_let_shadowing ... ok [INFO] [stdout] test compiler::tests::test_compile_nested_let ... ok [INFO] [stdout] test compiler::env::tests::test_env ... ok [INFO] [stdout] test compiler::tests::test_compile_identifier ... ok [INFO] [stdout] test compiler::tests::test_compile_is_int_false ... ok [INFO] [stdout] test compiler::tests::test_compile_cond_first ... ok [INFO] [stdout] test compiler::tests::test_compile_cond_second ... ok [INFO] [stdout] test compiler::tests::test_compile_nested_cons ... ok [INFO] [stdout] test compiler::tests::test_compile_print ... ignored [INFO] [stdout] test compiler::tests::test_compile_putchar ... ignored [INFO] [stdout] test compiler::tests::test_compile_string_length ... ok [INFO] [stdout] test compiler::tests::test_compile_nil ... ok [INFO] [stdout] test compiler::tests::test_compile_string ... ok [INFO] [stdout] test compiler::tests::test_compile_plus ... ok [INFO] [stdout] test compiler::tests::test_compile_plus_nested ... ok [INFO] [stdout] test compiler::tests::test_compile_positive_integer ... ok [INFO] [stdout] test compiler::tests::test_compile_add1 ... ok [INFO] [stdout] test compiler::tests::test_compile_cdr ... ok [INFO] [stdout] test reader::test::test_read_expr_char ... ok [INFO] [stdout] test reader::test::test_read_expr_list ... ok [INFO] [stdout] test program_buffer::tests::test_buffer_execute_and_edit ... ok [INFO] [stdout] test reader::test::test_read_expr_number ... ok [INFO] [stdout] test reader::test::test_read_expr_symbol ... ok [INFO] [stdout] test reader::test::test_read_expr_string ... ok [INFO] [stdout] test object::tests::test_bit_mask ... ok [INFO] [stdout] test object::tests::test_object_parse_word ... ok [INFO] [stdout] test compiler::tests::test_compile_sub1 ... ok [INFO] [stdout] test object::tests::test_object_to_word ... ok [INFO] [stdout] test reader::test::test_read_expr_bool ... ok [INFO] [stdout] test compiler::tests::test_compile_string_ref ... ok [INFO] [stdout] test program_buffer::tests::test_page_allocator ... ok [INFO] [stdout] test compiler::tests::test_compile_let_parallel_fails - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0c92365540227e73ea53448177f719635df8c7108f1bcb11a2a2681fdf8f383b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c92365540227e73ea53448177f719635df8c7108f1bcb11a2a2681fdf8f383b", kill_on_drop: false }` [INFO] [stdout] 0c92365540227e73ea53448177f719635df8c7108f1bcb11a2a2681fdf8f383b