[INFO] fetching crate splr 0.14.0... [INFO] building splr-0.14.0 against master#461e8078010433ff7de2db2aaae8a3cfb0847215 for pr-94962 [INFO] extracting crate splr 0.14.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate splr 0.14.0 on toolchain 461e8078010433ff7de2db2aaae8a3cfb0847215 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate splr 0.14.0 [INFO] finished tweaking crates.io crate splr 0.14.0 [INFO] tweaked toml for crates.io crate splr 0.14.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate splr 0.14.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c5b9a21fba507fdf6da6d79a94232f68d7bfa8522ea4c86a2a6959e995f078d [INFO] running `Command { std: "docker" "start" "-a" "6c5b9a21fba507fdf6da6d79a94232f68d7bfa8522ea4c86a2a6959e995f078d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c5b9a21fba507fdf6da6d79a94232f68d7bfa8522ea4c86a2a6959e995f078d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c5b9a21fba507fdf6da6d79a94232f68d7bfa8522ea4c86a2a6959e995f078d", kill_on_drop: false }` [INFO] [stdout] 6c5b9a21fba507fdf6da6d79a94232f68d7bfa8522ea4c86a2a6959e995f078d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40ac77f349b57428c2d010aab91874ceef321f43504ec1d2cadfb69b7269d7de [INFO] running `Command { std: "docker" "start" "-a" "40ac77f349b57428c2d010aab91874ceef321f43504ec1d2cadfb69b7269d7de", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling splr v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `activity_decay_default` [INFO] [stdout] --> src/assign/mod.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | activity_decay_default: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `activity_decay_step` [INFO] [stdout] --> src/assign/mod.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | activity_decay_step: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `during_vivification` [INFO] [stdout] --> src/assign/mod.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | during_vivification: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_lbd_update` [INFO] [stdout] --> src/cdb/mod.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | num_lbd_update: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `extra_inc` [INFO] [stdout] --> src/cdb/mod.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | extra_inc: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reducible` [INFO] [stdout] --> src/cdb/mod.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | reducible: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `restart_inc` [INFO] [stdout] --> src/solver/restart.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | restart_inc: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ProgressLuby` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/solver/restart.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.79s [INFO] running `Command { std: "docker" "inspect" "40ac77f349b57428c2d010aab91874ceef321f43504ec1d2cadfb69b7269d7de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40ac77f349b57428c2d010aab91874ceef321f43504ec1d2cadfb69b7269d7de", kill_on_drop: false }` [INFO] [stdout] 40ac77f349b57428c2d010aab91874ceef321f43504ec1d2cadfb69b7269d7de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+461e8078010433ff7de2db2aaae8a3cfb0847215" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5aff2016861cc45eb1b1353c28ca99e7c0f5f15279a1e812106233ee3c5eac6 [INFO] running `Command { std: "docker" "start" "-a" "f5aff2016861cc45eb1b1353c28ca99e7c0f5f15279a1e812106233ee3c5eac6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling splr v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `activity_decay_default` [INFO] [stdout] --> src/assign/mod.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | activity_decay_default: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `activity_decay_step` [INFO] [stdout] --> src/assign/mod.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | activity_decay_step: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `during_vivification` [INFO] [stdout] --> src/assign/mod.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | during_vivification: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_lbd_update` [INFO] [stdout] --> src/cdb/mod.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | num_lbd_update: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `extra_inc` [INFO] [stdout] --> src/cdb/mod.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | extra_inc: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reducible` [INFO] [stdout] --> src/cdb/mod.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | reducible: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `restart_inc` [INFO] [stdout] --> src/solver/restart.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | restart_inc: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ProgressLuby` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/solver/restart.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `activity_decay_default` [INFO] [stdout] --> src/assign/mod.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | activity_decay_default: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `activity_decay_step` [INFO] [stdout] --> src/assign/mod.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | activity_decay_step: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `during_vivification` [INFO] [stdout] --> src/assign/mod.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | during_vivification: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AssignStack` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/assign/mod.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `num_lbd_update` [INFO] [stdout] --> src/cdb/mod.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | num_lbd_update: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `extra_inc` [INFO] [stdout] --> src/cdb/mod.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | extra_inc: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `reducible` [INFO] [stdout] --> src/cdb/mod.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | reducible: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ClauseDB` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/cdb/mod.rs:219:10 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `restart_inc` [INFO] [stdout] --> src/solver/restart.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | restart_inc: f64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ProgressLuby` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/solver/restart.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.38s [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/splr-bcb139269b474803) [INFO] [stderr] Executable unittests src/bin/dmcr.rs (/opt/rustwide/target/debug/deps/dmcr-70df6bbfc617ec14) [INFO] [stderr] Executable unittests src/bin/splr.rs (/opt/rustwide/target/debug/deps/splr-185beef0721def5c) [INFO] [stderr] Executable tests/isat.rs (/opt/rustwide/target/debug/deps/isat-479e11ff8dbc09d4) [INFO] [stderr] Executable tests/isat2.rs (/opt/rustwide/target/debug/deps/isat2-34de3bf13fd0f46b) [INFO] [stderr] Executable tests/verify-certificates.rs (/opt/rustwide/target/debug/deps/verify_certificates-0fed5f84c025a233) [INFO] running `Command { std: "docker" "inspect" "f5aff2016861cc45eb1b1353c28ca99e7c0f5f15279a1e812106233ee3c5eac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5aff2016861cc45eb1b1353c28ca99e7c0f5f15279a1e812106233ee3c5eac6", kill_on_drop: false }` [INFO] [stdout] f5aff2016861cc45eb1b1353c28ca99e7c0f5f15279a1e812106233ee3c5eac6