[INFO] cloning repository https://github.com/ocornoc/conduit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ocornoc/conduit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Focornoc%2Fconduit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Focornoc%2Fconduit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8caa29487231591fad052b849626fa81b2d5479f [INFO] testing ocornoc/conduit against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Focornoc%2Fconduit" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ocornoc/conduit on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ocornoc/conduit [INFO] finished tweaking git repo https://github.com/ocornoc/conduit [INFO] tweaked toml for git repo https://github.com/ocornoc/conduit written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/ocornoc/conduit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 533cd7975631e67758626f53cdeb1659134c62db0498cff537dbedd35aa5b09a [INFO] running `Command { std: "docker" "start" "-a" "533cd7975631e67758626f53cdeb1659134c62db0498cff537dbedd35aa5b09a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "533cd7975631e67758626f53cdeb1659134c62db0498cff537dbedd35aa5b09a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "533cd7975631e67758626f53cdeb1659134c62db0498cff537dbedd35aa5b09a", kill_on_drop: false }` [INFO] [stdout] 533cd7975631e67758626f53cdeb1659134c62db0498cff537dbedd35aa5b09a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64b18ccbfa664d0dbab236def8e851b8c565930c523f460f416197ded55209a5 [INFO] running `Command { std: "docker" "start" "-a" "64b18ccbfa664d0dbab236def8e851b8c565930c523f460f416197ded55209a5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling conduit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `coind` [INFO] [stdout] --> src/tt/mod.rs:673:36 [INFO] [stdout] | [INFO] [stdout] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stdout] | ^^^^^ help: try ignoring the field: `coind: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/tt/mod.rs:673:43 [INFO] [stdout] | [INFO] [stdout] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `arg_ty` [INFO] [stdout] --> src/tt/mod.rs:673:49 [INFO] [stdout] | [INFO] [stdout] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `arg_ty: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/tt/level.rs:74:19 [INFO] [stdout] | [INFO] [stdout] 74 | fn fmt(&self, f: &mut Formatter) -> FmtResult { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | let mut iter = Term::Iter { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `geneq` [INFO] [stdout] --> src/main.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn geneq(ctx: &mut GlobalContext) -> Result<(), TypeErr> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `GlobalDef` [INFO] [stdout] --> src/tt/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub type GlobalDef = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Raise` [INFO] [stdout] --> src/tt/mod.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | Raise(Term), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ty` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tt/mod.rs:264:10 [INFO] [stdout] | [INFO] [stdout] 264 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lower` [INFO] [stdout] --> src/tt/mod.rs:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | Lower(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tt/mod.rs:439:10 [INFO] [stdout] | [INFO] [stdout] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Elim` [INFO] [stdout] --> src/tt/mod.rs:446:5 [INFO] [stdout] | [INFO] [stdout] 446 | Elim(Coind, TorN), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tt/mod.rs:439:10 [INFO] [stdout] | [INFO] [stdout] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Coiter` [INFO] [stdout] --> src/tt/mod.rs:448:5 [INFO] [stdout] | [INFO] [stdout] 448 | Coiter { coind: Coind, args: Vec, arg_ty: Box }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tt/mod.rs:439:10 [INFO] [stdout] | [INFO] [stdout] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_tor_id` [INFO] [stdout] --> src/tt/mod.rs:604:8 [INFO] [stdout] | [INFO] [stdout] 604 | fn get_tor_id(&self) -> TorN { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sort` [INFO] [stdout] --> src/tt/mod.rs:818:12 [INFO] [stdout] | [INFO] [stdout] 818 | pub fn sort(&mut self) -> Ty { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sort_at_least` [INFO] [stdout] --> src/tt/mod.rs:822:12 [INFO] [stdout] | [INFO] [stdout] 822 | pub fn sort_at_least(&mut self, offset: u32) -> Ty { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sort_at_most` [INFO] [stdout] --> src/tt/mod.rs:826:12 [INFO] [stdout] | [INFO] [stdout] 826 | pub fn sort_at_most(&mut self, offset: u32) -> Ty { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sort_eq` [INFO] [stdout] --> src/tt/mod.rs:832:12 [INFO] [stdout] | [INFO] [stdout] 832 | pub fn sort_eq(&mut self, offset: u32) -> Ty { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_eq_constraint` [INFO] [stdout] --> src/tt/level.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn add_eq_constraint(&mut self, a: LevelVar, offset0: i32, b: LevelVar, offset1: i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 12s [INFO] running `Command { std: "docker" "inspect" "64b18ccbfa664d0dbab236def8e851b8c565930c523f460f416197ded55209a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64b18ccbfa664d0dbab236def8e851b8c565930c523f460f416197ded55209a5", kill_on_drop: false }` [INFO] [stdout] 64b18ccbfa664d0dbab236def8e851b8c565930c523f460f416197ded55209a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 402bd16a8c62a07cbd23c036a1619bb0a3fd7caa8e7762cd2024eb3a69f652c9 [INFO] running `Command { std: "docker" "start" "-a" "402bd16a8c62a07cbd23c036a1619bb0a3fd7caa8e7762cd2024eb3a69f652c9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling conduit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `coind` [INFO] [stdout] --> src/tt/mod.rs:673:36 [INFO] [stdout] | [INFO] [stdout] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stdout] | ^^^^^ help: try ignoring the field: `coind: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/tt/mod.rs:673:43 [INFO] [stdout] | [INFO] [stdout] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `arg_ty` [INFO] [stdout] --> src/tt/mod.rs:673:49 [INFO] [stdout] | [INFO] [stdout] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `arg_ty: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/tt/level.rs:74:19 [INFO] [stdout] | [INFO] [stdout] 74 | fn fmt(&self, f: &mut Formatter) -> FmtResult { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | let mut iter = Term::Iter { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `geneq` [INFO] [stdout] --> src/main.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn geneq(ctx: &mut GlobalContext) -> Result<(), TypeErr> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `GlobalDef` [INFO] [stdout] --> src/tt/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub type GlobalDef = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Raise` [INFO] [stdout] --> src/tt/mod.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | Raise(Term), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Ty` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tt/mod.rs:264:10 [INFO] [stdout] | [INFO] [stdout] 264 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Lower` [INFO] [stdout] --> src/tt/mod.rs:442:5 [INFO] [stdout] | [INFO] [stdout] 442 | Lower(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tt/mod.rs:439:10 [INFO] [stdout] | [INFO] [stdout] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Elim` [INFO] [stdout] --> src/tt/mod.rs:446:5 [INFO] [stdout] | [INFO] [stdout] 446 | Elim(Coind, TorN), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tt/mod.rs:439:10 [INFO] [stdout] | [INFO] [stdout] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Coiter` [INFO] [stdout] --> src/tt/mod.rs:448:5 [INFO] [stdout] | [INFO] [stdout] 448 | Coiter { coind: Coind, args: Vec, arg_ty: Box }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tt/mod.rs:439:10 [INFO] [stdout] | [INFO] [stdout] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_tor_id` [INFO] [stdout] --> src/tt/mod.rs:604:8 [INFO] [stdout] | [INFO] [stdout] 604 | fn get_tor_id(&self) -> TorN { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sort` [INFO] [stdout] --> src/tt/mod.rs:818:12 [INFO] [stdout] | [INFO] [stdout] 818 | pub fn sort(&mut self) -> Ty { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sort_at_least` [INFO] [stdout] --> src/tt/mod.rs:822:12 [INFO] [stdout] | [INFO] [stdout] 822 | pub fn sort_at_least(&mut self, offset: u32) -> Ty { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sort_at_most` [INFO] [stdout] --> src/tt/mod.rs:826:12 [INFO] [stdout] | [INFO] [stdout] 826 | pub fn sort_at_most(&mut self, offset: u32) -> Ty { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sort_eq` [INFO] [stdout] --> src/tt/mod.rs:832:12 [INFO] [stdout] | [INFO] [stdout] 832 | pub fn sort_eq(&mut self, offset: u32) -> Ty { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_eq_constraint` [INFO] [stdout] --> src/tt/level.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn add_eq_constraint(&mut self, a: LevelVar, offset0: i32, b: LevelVar, offset1: i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `Command { std: "docker" "inspect" "402bd16a8c62a07cbd23c036a1619bb0a3fd7caa8e7762cd2024eb3a69f652c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "402bd16a8c62a07cbd23c036a1619bb0a3fd7caa8e7762cd2024eb3a69f652c9", kill_on_drop: false }` [INFO] [stdout] 402bd16a8c62a07cbd23c036a1619bb0a3fd7caa8e7762cd2024eb3a69f652c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7d06901201f4eeb842971b03cf16dbcd654baf4ae6eb4cf36558898edde97986 [INFO] running `Command { std: "docker" "start" "-a" "7d06901201f4eeb842971b03cf16dbcd654baf4ae6eb4cf36558898edde97986", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `coind` [INFO] [stdout] [INFO] [stderr] --> src/tt/mod.rs:673:36 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^ help: try ignoring the field: `coind: _` [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/tt/mod.rs:673:43 [INFO] [stderr] | [INFO] [stderr] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `arg_ty` [INFO] [stderr] --> src/tt/mod.rs:673:49 [INFO] [stderr] | [INFO] [stderr] 673 | Term::Coiter { coind, args, arg_ty } => todo!(), [INFO] [stderr] | ^^^^^^ help: try ignoring the field: `arg_ty: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/tt/level.rs:74:19 [INFO] [stderr] | [INFO] [stderr] 74 | fn fmt(&self, f: &mut Formatter) -> FmtResult { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | let mut iter = Term::Iter { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `geneq` [INFO] [stderr] --> src/main.rs:4:4 [INFO] [stderr] | [INFO] [stderr] 4 | fn geneq(ctx: &mut GlobalContext) -> Result<(), TypeErr> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `GlobalDef` [INFO] [stderr] --> src/tt/mod.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub type GlobalDef = u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Raise` [INFO] [stderr] --> src/tt/mod.rs:268:5 [INFO] [stderr] | [INFO] [stderr] 268 | Raise(Term), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Ty` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/tt/mod.rs:264:10 [INFO] [stderr] | [INFO] [stderr] 264 | #[derive(Debug, PartialEq, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Lower` [INFO] [stderr] --> src/tt/mod.rs:442:5 [INFO] [stderr] | [INFO] [stderr] 442 | Lower(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/tt/mod.rs:439:10 [INFO] [stderr] | [INFO] [stderr] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Elim` [INFO] [stderr] --> src/tt/mod.rs:446:5 [INFO] [stderr] | [INFO] [stderr] 446 | Elim(Coind, TorN), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/tt/mod.rs:439:10 [INFO] [stderr] | [INFO] [stderr] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Coiter` [INFO] [stderr] --> src/tt/mod.rs:448:5 [INFO] [stderr] | [INFO] [stderr] 448 | Coiter { coind: Coind, args: Vec, arg_ty: Box }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Term` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/tt/mod.rs:439:10 [INFO] [stderr] | [INFO] [stderr] 439 | #[derive(Debug, PartialEq, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_tor_id` [INFO] [stderr] --> src/tt/mod.rs:604:8 [INFO] [stderr] | [INFO] [stderr] 604 | fn get_tor_id(&self) -> TorN { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `sort` [INFO] [stderr] --> src/tt/mod.rs:818:12 [INFO] [stderr] | [INFO] [stderr] 818 | pub fn sort(&mut self) -> Ty { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `sort_at_least` [INFO] [stderr] --> src/tt/mod.rs:822:12 [INFO] [stderr] | [INFO] [stderr] 822 | pub fn sort_at_least(&mut self, offset: u32) -> Ty { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `sort_at_most` [INFO] [stderr] --> src/tt/mod.rs:826:12 [INFO] [stderr] | [INFO] [stderr] 826 | pub fn sort_at_most(&mut self, offset: u32) -> Ty { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `sort_eq` [INFO] [stderr] --> src/tt/mod.rs:832:12 [INFO] [stderr] | [INFO] [stderr] 832 | pub fn sort_eq(&mut self, offset: u32) -> Ty { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `add_eq_constraint` [INFO] [stderr] --> src/tt/level.rs:105:12 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn add_eq_constraint(&mut self, a: LevelVar, offset0: i32, b: LevelVar, offset1: i32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `conduit` (bin "conduit" test) generated 17 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/conduit-4184e53c518d0af1) [INFO] running `Command { std: "docker" "inspect" "7d06901201f4eeb842971b03cf16dbcd654baf4ae6eb4cf36558898edde97986", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d06901201f4eeb842971b03cf16dbcd654baf4ae6eb4cf36558898edde97986", kill_on_drop: false }` [INFO] [stdout] 7d06901201f4eeb842971b03cf16dbcd654baf4ae6eb4cf36558898edde97986