[INFO] cloning repository https://github.com/davidspies/rsatsolver [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davidspies/rsatsolver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidspies%2Frsatsolver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidspies%2Frsatsolver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 35a28c3011b362d6a02d0b8ad23577f22f72d89c [INFO] checking davidspies/rsatsolver against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidspies%2Frsatsolver" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidspies/rsatsolver on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/davidspies/rsatsolver [INFO] finished tweaking git repo https://github.com/davidspies/rsatsolver [INFO] tweaked toml for git repo https://github.com/davidspies/rsatsolver written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/davidspies/rsatsolver already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b53850c95f11979821ac728906aa6b97433102a832abd942ee81f6f0de57cd1 [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" "7b53850c95f11979821ac728906aa6b97433102a832abd942ee81f6f0de57cd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b53850c95f11979821ac728906aa6b97433102a832abd942ee81f6f0de57cd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b53850c95f11979821ac728906aa6b97433102a832abd942ee81f6f0de57cd1", kill_on_drop: false }` [INFO] [stdout] 7b53850c95f11979821ac728906aa6b97433102a832abd942ee81f6f0de57cd1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0876b0c2c99e088427e32bc9ed72e57db8193317c3bf7bccaf3a5cf9a98f41c [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" "b0876b0c2c99e088427e32bc9ed72e57db8193317c3bf7bccaf3a5cf9a98f41c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rsatsolver v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `state::State` [INFO] [stdout] --> src/solver.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use state::State; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wrapped::WrappedProblem` [INFO] [stdout] --> src/solver.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use wrapped::WrappedProblem; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `state::State` [INFO] [stdout] --> src/solver.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use state::State; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wrapped::WrappedProblem` [INFO] [stdout] --> src/solver.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use wrapped::WrappedProblem; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `DisjunctionIter` [INFO] [stdout] --> src/problem.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub type DisjunctionIter<'a> = hash_map::Iter<'a, Variable, Sign>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/problem.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter` [INFO] [stdout] --> src/problem.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn iter(&self) -> DisjunctionIter { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Problem` [INFO] [stdout] --> src/problem.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Problem { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vars` [INFO] [stdout] --> src/problem.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn vars(&self) -> HashSet { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/problem.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn new V>(init: F) -> SignMap { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `State` [INFO] [stdout] --> src/solver/state.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct State<'problem> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/solver/state.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(problem: &'problem Problem) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_var` [INFO] [stdout] --> src/solver/state.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | fn init_var(&v: &Variable) -> (Variable, AssignInfo) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_set` [INFO] [stdout] --> src/solver/state.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn is_set(&self, v: Variable) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sign_of` [INFO] [stdout] --> src/solver/state.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn sign_of(&self, v: Variable) -> Option { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_disjunction` [INFO] [stdout] --> src/solver/state.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn add_disjunction(&mut self, disjunction: &'problem Disjunction) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `assign` [INFO] [stdout] --> src/solver/state.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn assign(&mut self, var: Variable, sig: Sign) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unassign` [INFO] [stdout] --> src/solver/state.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn unassign(&mut self, var: Variable) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_and_clear_propagators` [INFO] [stdout] --> src/solver/state.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn get_and_clear_propagators(&mut self) -> Vec<&'problem Disjunction> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_and_clear_pures` [INFO] [stdout] --> src/solver/state.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn get_and_clear_pures(&mut self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `AssignInfo` [INFO] [stdout] --> src/solver/state.rs:113:8 [INFO] [stdout] | [INFO] [stdout] 113 | struct AssignInfo { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `DisjunctionInfo` [INFO] [stdout] --> src/solver/state.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 118 | struct DisjunctionInfo<'problem> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/solver/state.rs:125:8 [INFO] [stdout] | [INFO] [stdout] 125 | fn new(state: &State, disjunction: &'problem Disjunction) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `WrappedProblem` [INFO] [stdout] --> src/solver/wrapped.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct WrappedProblem { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `AllDisjunctionsIter` [INFO] [stdout] --> src/solver/wrapped.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / pub type AllDisjunctionsIter<'a> = [INFO] [stdout] 12 | | Chain, slice::Iter<'a, Disjunction>>; [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `disjunctions` [INFO] [stdout] --> src/solver/wrapped.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn disjunctions(&self) -> AllDisjunctionsIter { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Solver` [INFO] [stdout] --> src/solver.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Solver { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `DisjunctionIter` [INFO] [stdout] --> src/problem.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub type DisjunctionIter<'a> = hash_map::Iter<'a, Variable, Sign>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/problem.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter` [INFO] [stdout] --> src/problem.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn iter(&self) -> DisjunctionIter { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Problem` [INFO] [stdout] --> src/problem.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Problem { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vars` [INFO] [stdout] --> src/problem.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn vars(&self) -> HashSet { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/problem.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn new V>(init: F) -> SignMap { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `State` [INFO] [stdout] --> src/solver/state.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct State<'problem> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/solver/state.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(problem: &'problem Problem) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_var` [INFO] [stdout] --> src/solver/state.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | fn init_var(&v: &Variable) -> (Variable, AssignInfo) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_set` [INFO] [stdout] --> src/solver/state.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn is_set(&self, v: Variable) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sign_of` [INFO] [stdout] --> src/solver/state.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn sign_of(&self, v: Variable) -> Option { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_disjunction` [INFO] [stdout] --> src/solver/state.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn add_disjunction(&mut self, disjunction: &'problem Disjunction) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `assign` [INFO] [stdout] --> src/solver/state.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn assign(&mut self, var: Variable, sig: Sign) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unassign` [INFO] [stdout] --> src/solver/state.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn unassign(&mut self, var: Variable) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_and_clear_propagators` [INFO] [stdout] --> src/solver/state.rs:105:12 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn get_and_clear_propagators(&mut self) -> Vec<&'problem Disjunction> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_and_clear_pures` [INFO] [stdout] --> src/solver/state.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn get_and_clear_pures(&mut self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `AssignInfo` [INFO] [stdout] --> src/solver/state.rs:113:8 [INFO] [stdout] | [INFO] [stdout] 113 | struct AssignInfo { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `DisjunctionInfo` [INFO] [stdout] --> src/solver/state.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 118 | struct DisjunctionInfo<'problem> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/solver/state.rs:125:8 [INFO] [stdout] | [INFO] [stdout] 125 | fn new(state: &State, disjunction: &'problem Disjunction) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `WrappedProblem` [INFO] [stdout] --> src/solver/wrapped.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct WrappedProblem { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `AllDisjunctionsIter` [INFO] [stdout] --> src/solver/wrapped.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / pub type AllDisjunctionsIter<'a> = [INFO] [stdout] 12 | | Chain, slice::Iter<'a, Disjunction>>; [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `disjunctions` [INFO] [stdout] --> src/solver/wrapped.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn disjunctions(&self) -> AllDisjunctionsIter { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Solver` [INFO] [stdout] --> src/solver.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Solver { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.40s [INFO] running `Command { std: "docker" "inspect" "b0876b0c2c99e088427e32bc9ed72e57db8193317c3bf7bccaf3a5cf9a98f41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0876b0c2c99e088427e32bc9ed72e57db8193317c3bf7bccaf3a5cf9a98f41c", kill_on_drop: false }` [INFO] [stdout] b0876b0c2c99e088427e32bc9ed72e57db8193317c3bf7bccaf3a5cf9a98f41c