[INFO] fetching crate sat-rs 0.0.3...
[INFO] testing sat-rs-0.0.3 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate sat-rs 0.0.3 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate sat-rs 0.0.3 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate sat-rs 0.0.3
[INFO] finished tweaking crates.io crate sat-rs 0.0.3
[INFO] tweaked toml for crates.io crate sat-rs 0.0.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate sat-rs 0.0.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 941ed15f7daf472a89ac3a0125605b5004408fc035ec3619ff004a4ad3500a94
[INFO] running `Command { std: "docker" "start" "-a" "941ed15f7daf472a89ac3a0125605b5004408fc035ec3619ff004a4ad3500a94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "941ed15f7daf472a89ac3a0125605b5004408fc035ec3619ff004a4ad3500a94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "941ed15f7daf472a89ac3a0125605b5004408fc035ec3619ff004a4ad3500a94", kill_on_drop: false }`
[INFO] [stdout] 941ed15f7daf472a89ac3a0125605b5004408fc035ec3619ff004a4ad3500a94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56beb956c4f5969827d80a7fa43e88849f505e8ed2836c89dc56c84011d3aea1
[INFO] running `Command { std: "docker" "start" "-a" "56beb956c4f5969827d80a7fa43e88849f505e8ed2836c89dc56c84011d3aea1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.74
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling anstream v0.6.5
[INFO] [stderr]    Compiling clap_builder v4.4.12
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.46
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling clap v4.4.12
[INFO] [stderr]    Compiling sat-rs v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `num_clauses` and `num_vars` are never read
[INFO] [stdout]    --> src/notation.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct Formula {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub num_clauses: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 118 |     pub num_vars: i32,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Formula` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
[INFO] running `Command { std: "docker" "inspect" "56beb956c4f5969827d80a7fa43e88849f505e8ed2836c89dc56c84011d3aea1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56beb956c4f5969827d80a7fa43e88849f505e8ed2836c89dc56c84011d3aea1", kill_on_drop: false }`
[INFO] [stdout] 56beb956c4f5969827d80a7fa43e88849f505e8ed2836c89dc56c84011d3aea1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5af0567c9f02fd3d5796542cd6c753ce10c5acfb47b3edce28c661353b7c5b6c
[INFO] running `Command { std: "docker" "start" "-a" "5af0567c9f02fd3d5796542cd6c753ce10c5acfb47b3edce28c661353b7c5b6c", kill_on_drop: false }`
[INFO] [stderr]    Compiling sat-rs v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `num_clauses` and `num_vars` are never read
[INFO] [stdout]    --> src/notation.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct Formula {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub num_clauses: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 118 |     pub num_vars: i32,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Formula` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `num_clauses` and `num_vars` are never read
[INFO] [stdout]    --> src/notation.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct Formula {
[INFO] [stdout]     |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub num_clauses: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 118 |     pub num_vars: i32,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Formula` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "5af0567c9f02fd3d5796542cd6c753ce10c5acfb47b3edce28c661353b7c5b6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5af0567c9f02fd3d5796542cd6c753ce10c5acfb47b3edce28c661353b7c5b6c", kill_on_drop: false }`
[INFO] [stdout] 5af0567c9f02fd3d5796542cd6c753ce10c5acfb47b3edce28c661353b7c5b6c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 600f4ee04b9030452345d85636cc2a0b803b8b5ddcf62858887d6d2c07795cf6
[INFO] running `Command { std: "docker" "start" "-a" "600f4ee04b9030452345d85636cc2a0b803b8b5ddcf62858887d6d2c07795cf6", kill_on_drop: false }`
[INFO] [stderr] warning: fields `num_clauses` and `num_vars` are never read
[INFO] [stderr]    --> src/notation.rs:117:9
[INFO] [stderr]     |
[INFO] [stderr] 114 | pub struct Formula {
[INFO] [stderr]     |            ------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 117 |     pub num_clauses: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 118 |     pub num_vars: i32,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Formula` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `sat-rs` (bin "sat-rs") generated 1 warning
[INFO] [stderr] warning: `sat-rs` (bin "sat-rs" test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sat_rs-cf15b80a622630be)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sat_rs-e3b7a38fdf525a38)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/parser_test.rs (/opt/rustwide/target/debug/deps/parser_test-64cb26c6f2205d5e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_parse_cnf ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sat_rs
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/solvers/syntactic.rs - solvers::syntactic::syntactic_algorithm (line 41) ... FAILED
[INFO] [stdout] test src/cnfparser.rs - cnfparser::parse_cnf (line 16) ... FAILED
[INFO] [stdout] test src/notation.rs - notation::Formula::evaluate (line 156) ... FAILED
[INFO] [stdout] test src/notation.rs - notation::Clause (line 74) ... ok
[INFO] [stdout] test src/notation.rs - notation::Clause::new (line 96) ... ok
[INFO] [stdout] test src/notation.rs - notation::Formula::new (line 127) ... ok
[INFO] [stdout] test src/notation.rs - notation::Literal (line 14) ... ok
[INFO] [stdout] test src/notation.rs - notation::Literal::from_value (line 53) ... ok
[INFO] [stdout] test src/notation.rs - notation::Literal::new (line 34) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/solvers/syntactic.rs - solvers::syntactic::syntactic_algorithm (line 41) stdout ----
[INFO] [stdout] error: couldn't read `src/solvers/bin/problem.cnf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/solvers/syntactic.rs:46:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | let buffer = include_str!("bin/problem.cnf");
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a file with the same name in a different directory
[INFO] [stdout]   |
[INFO] [stdout] 8 | let buffer = include_str!("../../bin/problem.cnf");
[INFO] [stdout]   |                           ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/cnfparser.rs - cnfparser::parse_cnf (line 16) stdout ----
[INFO] [stdout] error: couldn't read `src/bin/problem.cnf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/cnfparser.rs:20:14
[INFO] [stdout]   |
[INFO] [stdout] 7 | let buffer = include_str!("bin/problem.cnf");
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a file with the same name in a different directory
[INFO] [stdout]   |
[INFO] [stdout] 7 | let buffer = include_str!("../bin/problem.cnf");
[INFO] [stdout]   |                           ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/notation.rs - notation::Formula::evaluate (line 156) stdout ----
[INFO] [stdout] error: couldn't read `src/bin/problem.cnf`: No such file or directory (os error 2)
[INFO] [stdout]  --> src/notation.rs:161:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | let buffer = include_str!("bin/problem.cnf");
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a file with the same name in a different directory
[INFO] [stdout]   |
[INFO] [stdout] 8 | let buffer = include_str!("../bin/problem.cnf");
[INFO] [stdout]   |                           ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/cnfparser.rs - cnfparser::parse_cnf (line 16)
[INFO] [stdout]     src/notation.rs - notation::Formula::evaluate (line 156)
[INFO] [stdout]     src/solvers/syntactic.rs - solvers::syntactic::syntactic_algorithm (line 41)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 6 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "600f4ee04b9030452345d85636cc2a0b803b8b5ddcf62858887d6d2c07795cf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "600f4ee04b9030452345d85636cc2a0b803b8b5ddcf62858887d6d2c07795cf6", kill_on_drop: false }`
[INFO] [stdout] 600f4ee04b9030452345d85636cc2a0b803b8b5ddcf62858887d6d2c07795cf6
