[INFO] cloning repository https://github.com/terrelln/cs6120 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/terrelln/cs6120" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterrelln%2Fcs6120", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterrelln%2Fcs6120'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ab3430f908525dad76620699af1af2fcb6a96fe7 [INFO] checking terrelln/cs6120 against master#9e293ae9f8abecb0be5105787d181518c9012a19 for pr-146440-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterrelln%2Fcs6120" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/terrelln/cs6120 [INFO] finished tweaking git repo https://github.com/terrelln/cs6120 [INFO] tweaked toml for git repo https://github.com/terrelln/cs6120 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/terrelln/cs6120 on toolchain 9e293ae9f8abecb0be5105787d181518c9012a19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.10.5 (available: v0.14.0) [INFO] [stderr] Adding ordered-float v2.10.1 (available: v5.3.0) [INFO] [stderr] Adding rand v0.8.6 (available: v0.10.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded either v1.16.0 [INFO] [stderr] Downloaded autocfg v1.5.1 [INFO] [stderr] Downloaded serde_json v1.0.150 [INFO] [stderr] Downloaded zerocopy-derive v0.8.50 [INFO] [stderr] Downloaded rand v0.8.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1489163894c618c0521a7b9bdc5efbd5f1e0fde41694421717aeab38ff28213 [INFO] running `Command { std: "docker" "start" "-a" "e1489163894c618c0521a7b9bdc5efbd5f1e0fde41694421717aeab38ff28213", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1489163894c618c0521a7b9bdc5efbd5f1e0fde41694421717aeab38ff28213", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1489163894c618c0521a7b9bdc5efbd5f1e0fde41694421717aeab38ff28213", kill_on_drop: false }` [INFO] [stdout] e1489163894c618c0521a7b9bdc5efbd5f1e0fde41694421717aeab38ff28213 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 981bdcfc89500dd390e736c4a6fce4dfd855d4b16d54dbffdf22c0e77c4c8de6 [INFO] running `Command { std: "docker" "start" "-a" "981bdcfc89500dd390e736c4a6fce4dfd855d4b16d54dbffdf22c0e77c4c8de6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling autocfg v1.5.1 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Checking memchr v2.8.1 [INFO] [stderr] Checking either v1.16.0 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling zerocopy v0.8.50 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.6 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking cs6120 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::v2::control_flow_graph` [INFO] [stdout] --> src/v2/ssa.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::v2::control_flow_graph; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::v2::dominance_tree` [INFO] [stdout] --> src/v2/ssa.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::v2::dominance_tree; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::Ordering` [INFO] [stdout] --> src/v2/ssa.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::v2::control_flow_graph` [INFO] [stdout] --> src/v2/ssa.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::v2::control_flow_graph; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::v2::dominance_tree` [INFO] [stdout] --> src/v2/ssa.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::v2::dominance_tree; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::Ordering` [INFO] [stdout] --> src/v2/ssa.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `instruction::Instruction` [INFO] [stdout] --> src/v2/instruction.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | pub trait Instruction [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait `instruction::Instruction` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `instruction::Instruction::base` [INFO] [stdout] --> src/v2/instruction.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | fn base(&self) -> &InstructionBase; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `instruction::Instruction::base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `instruction::Instruction::mut_base` [INFO] [stdout] --> src/v2/instruction.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | fn mut_base(&mut self) -> &mut InstructionBase; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `instruction::Instruction::mut_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `instruction::Instruction::into_base` [INFO] [stdout] --> src/v2/instruction.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | fn into_base(self) -> InstructionBase; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `instruction::Instruction::into_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `::base` [INFO] [stdout] --> src/v2/instruction.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 347 | fn base(&self) -> &InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `::base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `::mut_base` [INFO] [stdout] --> src/v2/instruction.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 351 | fn mut_base(&mut self) -> &mut InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `::mut_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `::into_base` [INFO] [stdout] --> src/v2/instruction.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | fn into_base(self) -> InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `::into_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is more private than the item ` as instruction::Instruction>::base` [INFO] [stdout] --> src/v2/instruction.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | fn base(&self) -> &InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as instruction::Instruction>::base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is more private than the item ` as instruction::Instruction>::mut_base` [INFO] [stdout] --> src/v2/instruction.rs:368:5 [INFO] [stdout] | [INFO] [stdout] 368 | fn mut_base(&mut self) -> &mut InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as instruction::Instruction>::mut_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is more private than the item ` as instruction::Instruction>::into_base` [INFO] [stdout] --> src/v2/instruction.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | fn into_base(self) -> InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as instruction::Instruction>::into_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `instruction::Instruction` [INFO] [stdout] --> src/v2/instruction.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | pub trait Instruction [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait `instruction::Instruction` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `instruction::Instruction::base` [INFO] [stdout] --> src/v2/instruction.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | fn base(&self) -> &InstructionBase; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `instruction::Instruction::base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `instruction::Instruction::mut_base` [INFO] [stdout] --> src/v2/instruction.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | fn mut_base(&mut self) -> &mut InstructionBase; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `instruction::Instruction::mut_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `instruction::Instruction::into_base` [INFO] [stdout] --> src/v2/instruction.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | fn into_base(self) -> InstructionBase; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `instruction::Instruction::into_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `::base` [INFO] [stdout] --> src/v2/instruction.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 347 | fn base(&self) -> &InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `::base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `::mut_base` [INFO] [stdout] --> src/v2/instruction.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 351 | fn mut_base(&mut self) -> &mut InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `::mut_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase<::Dest, ::Arg>` is more private than the item `::into_base` [INFO] [stdout] --> src/v2/instruction.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | fn into_base(self) -> InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `::into_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase<::Dest, ::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is more private than the item ` as instruction::Instruction>::base` [INFO] [stdout] --> src/v2/instruction.rs:364:5 [INFO] [stdout] | [INFO] [stdout] 364 | fn base(&self) -> &InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as instruction::Instruction>::base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is more private than the item ` as instruction::Instruction>::mut_base` [INFO] [stdout] --> src/v2/instruction.rs:368:5 [INFO] [stdout] | [INFO] [stdout] 368 | fn mut_base(&mut self) -> &mut InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as instruction::Instruction>::mut_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is more private than the item ` as instruction::Instruction>::into_base` [INFO] [stdout] --> src/v2/instruction.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | fn into_base(self) -> InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method ` as instruction::Instruction>::into_base` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `InstructionBase< as instruction::Instruction>::Dest, as instruction::Instruction>::Arg>` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/v2/instruction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | enum InstructionBase { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_exit` and `add_node` are never used [INFO] [stdout] --> src/v2/graph.rs:381:16 [INFO] [stdout] | [INFO] [stdout] 366 | impl SimpleGraph { [INFO] [stdout] | ---------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 381 | pub fn set_exit(&mut self, exit: i32) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 385 | pub fn add_node(&mut self, node: i32) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s [INFO] running `Command { std: "docker" "inspect" "981bdcfc89500dd390e736c4a6fce4dfd855d4b16d54dbffdf22c0e77c4c8de6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "981bdcfc89500dd390e736c4a6fce4dfd855d4b16d54dbffdf22c0e77c4c8de6", kill_on_drop: false }` [INFO] [stdout] 981bdcfc89500dd390e736c4a6fce4dfd855d4b16d54dbffdf22c0e77c4c8de6