[INFO] fetching crate tnt 1.0.1... [INFO] testing tnt-1.0.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate tnt 1.0.1 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate tnt 1.0.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tnt 1.0.1 [INFO] finished tweaking crates.io crate tnt 1.0.1 [INFO] tweaked toml for crates.io crate tnt 1.0.1 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate crates.io crate tnt 1.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bded3666b289b00f0699d8488a2ba17c4033c2e36d568a6b84aa2e70d0daa5ed [INFO] running `Command { std: "docker" "start" "-a" "bded3666b289b00f0699d8488a2ba17c4033c2e36d568a6b84aa2e70d0daa5ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bded3666b289b00f0699d8488a2ba17c4033c2e36d568a6b84aa2e70d0daa5ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bded3666b289b00f0699d8488a2ba17c4033c2e36d568a6b84aa2e70d0daa5ed", kill_on_drop: false }` [INFO] [stdout] bded3666b289b00f0699d8488a2ba17c4033c2e36d568a6b84aa2e70d0daa5ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17c9d6b14d959520bed38cd80afb49e1c62122897b4e26bd1407841e15d647af [INFO] running `Command { std: "docker" "start" "-a" "17c9d6b14d959520bed38cd80afb49e1c62122897b4e26bd1407841e15d647af", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling fancy-regex v0.5.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling tnt v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/logic_errors.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | message: String [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LogicError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logic_errors.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug)] [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.16s [INFO] running `Command { std: "docker" "inspect" "17c9d6b14d959520bed38cd80afb49e1c62122897b4e26bd1407841e15d647af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17c9d6b14d959520bed38cd80afb49e1c62122897b4e26bd1407841e15d647af", kill_on_drop: false }` [INFO] [stdout] 17c9d6b14d959520bed38cd80afb49e1c62122897b4e26bd1407841e15d647af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b12380a72e04d1af930df9537893794d59e234ccc1d7133abf28532ab4b52efd [INFO] running `Command { std: "docker" "start" "-a" "b12380a72e04d1af930df9537893794d59e234ccc1d7133abf28532ab4b52efd", kill_on_drop: false }` [INFO] [stderr] Compiling tnt v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/logic_errors.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | message: String [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LogicError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logic_errors.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug)] [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/logic_errors.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | message: String [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LogicError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/logic_errors.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug)] [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.09s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tnt-27ba0903df31f145) [INFO] running `Command { std: "docker" "inspect" "b12380a72e04d1af930df9537893794d59e234ccc1d7133abf28532ab4b52efd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b12380a72e04d1af930df9537893794d59e234ccc1d7133abf28532ab4b52efd", kill_on_drop: false }` [INFO] [stdout] b12380a72e04d1af930df9537893794d59e234ccc1d7133abf28532ab4b52efd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] efa8b5ee256631eab868318b21b58fb170f20ce5ca318948504c8fbac63e26d3 [INFO] running `Command { std: "docker" "start" "-a" "efa8b5ee256631eab868318b21b58fb170f20ce5ca318948504c8fbac63e26d3", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `message` [INFO] [stderr] --> src/logic_errors.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | message: String [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `LogicError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/logic_errors.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug)] [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: `tnt` (lib) generated 1 warning [INFO] [stderr] warning: `tnt` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tnt-27ba0903df31f145) [INFO] [stdout] [INFO] [stdout] running 53 tests [INFO] [stdout] test operations::construction::tests::test_eq ... ok [INFO] [stdout] test formula::test::test_replace_var ... ok [INFO] [stdout] test formula::test::test_specify_var ... ok [INFO] [stdout] test operations::construction::tests::test_and ... ok [INFO] [stdout] test operations::construction::tests::test_forall ... ok [INFO] [stdout] test operations::construction::tests::test_implies ... ok [INFO] [stdout] test operations::construction::tests::test_not ... ok [INFO] [stdout] test operations::construction::tests::test_or ... ok [INFO] [stdout] test operations::construction::tests::test_exists ... ok [INFO] [stdout] test operations::production::test::test_interchange_ae_err ... ok [INFO] [stdout] test operations::production::test::test_induction ... ok [INFO] [stdout] test operations::production::test::test_interchange_ae ... ok [INFO] [stdout] test operations::production::test::test_generalization ... ok [INFO] [stdout] test operations::production::test::test_generalization_err ... ok [INFO] [stdout] test operations::production::test::test_predecessor_err_1 ... ok [INFO] [stdout] test operations::production::test::test_predecessor ... ok [INFO] [stdout] test operations::production::test::test_predecessor_err_2 ... ok [INFO] [stdout] test operations::production::test::test_interchange_ea_err ... ok [INFO] [stdout] test operations::production::test::test_interchange_ea ... ok [INFO] [stdout] test operations::production::test::test_successor ... ok [INFO] [stdout] test operations::production::test::test_successor_err ... ok [INFO] [stdout] test operations::production::test::test_specification ... ok [INFO] [stdout] test operations::production::test::test_symmetry_err ... ok [INFO] [stdout] test operations::production::test::test_symmetry ... ok [INFO] [stdout] test operations::production::test::test_specification_err2 ... ok [INFO] [stdout] test operations::production::test::test_transitivity_err_1_left ... ok [INFO] [stdout] test operations::production::test::test_transitivity ... ok [INFO] [stdout] test operations::production::test::test_transitivity_err_2 ... ok [INFO] [stdout] test operations::production::test::test_transitivity_err_1_right ... ok [INFO] [stdout] test properties::test::test_is_equation ... ok [INFO] [stdout] test properties::test::test_is_simple_formula ... ok [INFO] [stdout] test properties::test::test_is_num ... ok [INFO] [stdout] test operations::production::test::test_specification_err1 ... ok [INFO] [stdout] test properties::test::test_is_complex_formula ... ok [INFO] [stdout] test properties::test::test_is_var ... ok [INFO] [stdout] test random::test::test_random_number ... ok [INFO] [stdout] test properties::test::test_is_formula ... ok [INFO] [stdout] test random::test::test_random_variable ... ok [INFO] [stdout] test string_manip::test::test_get_bound_vars ... ok [INFO] [stdout] test random::test::test_random_expression ... ok [INFO] [stdout] test string_manip::test::test_get_vars ... ok [INFO] [stdout] test string_manip::test::test_left_implies ... ok [INFO] [stdout] test string_manip::test::test_replace_all_re ... ok [INFO] [stdout] test string_manip::test::test_split_arithmetic ... ok [INFO] [stdout] test string_manip::test::test_split_logical ... ok [INFO] [stdout] test string_manip::test::test_strip_succ_all ... ok [INFO] [stdout] test string_manip::test::test_strip_quants ... ok [INFO] [stdout] test translate::test::test_arithmetize ... ok [INFO] [stdout] test translate::test::test_to_austere ... ok [INFO] [stdout] test terms::test::test_expression ... ok [INFO] [stdout] test terms::test::test_number ... ok [INFO] [stdout] test terms::test::test_variable ... ok [INFO] [stdout] test translate::test::test_to_english ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests tnt [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test src/operations/production.rs - operations::production::existence (line 56) ... FAILED [INFO] [stdout] test src/operations/production.rs - operations::production::specification (line 11) ... FAILED [INFO] [stdout] test src/operations/production.rs - operations::production::induction (line 142) ... FAILED [INFO] [stdout] test src/operations/production.rs - operations::production::interchange_ea (line 76) ... FAILED [INFO] [stdout] test src/operations/production.rs - operations::production::generalization (line 38) ... FAILED [INFO] [stdout] test src/operations/construction.rs - operations::construction::exists (line 71) ... FAILED [INFO] [stdout] test src/operations/production.rs - operations::production::interchange_ae (line 109) ... FAILED [INFO] [stdout] test src/operations/construction.rs - operations::construction::forall (line 84) ... FAILED [INFO] [stdout] test src/operations/construction.rs - operations::construction::or (line 32) ... ok [INFO] [stdout] test src/operations/construction.rs - operations::construction::implies (line 58) ... ok [INFO] [stdout] test src/operations/production.rs - operations::production::predecessor (line 196) ... ok [INFO] [stdout] test src/operations/production.rs - operations::production::symmetry (line 222) ... ok [INFO] [stdout] test src/operations/production.rs - operations::production::successor (line 174) ... ok [INFO] [stdout] test src/operations/production.rs - operations::production::transitivity (line 244) ... FAILED [INFO] [stdout] test src/operations/construction.rs - operations::construction::not (line 20) ... ok [INFO] [stdout] test src/operations/construction.rs - operations::construction::eq (line 8) ... ok [INFO] [stdout] test src/operations/construction.rs - operations::construction::and (line 45) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/operations/production.rs - operations::production::existence (line 56) stdout ---- [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/operations/production.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 9 | existence(f,a); // Ea':Ea:[a=a&a'=a'] [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/operations/production.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn existence(x: &Formula, t: &T, v: &Variable) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/operations/production.rs - operations::production::specification (line 11) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/operations/production.rs - operations::production::induction (line 142) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/operations/production.rs - operations::production::interchange_ea (line 76) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/operations/production.rs - operations::production::generalization (line 38) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/operations/construction.rs - operations::construction::exists (line 71) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/operations/production.rs - operations::production::interchange_ae (line 109) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/operations/construction.rs - operations::construction::forall (line 84) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestYF8ZLa/rust_out.rust_out.437e7926-cgu.0.rcgu.o" "/tmp/rustdoctestYF8ZLa/rust_out.3k7xorn5yc5fk4pb.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtnt-47258c020c9f3ddd.rlib" "/opt/rustwide/target/debug/deps/librand-e305fb927c0b20f1.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d8c064d2f9b71db0.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-5b9a8f5473c08257.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-0f088a9b8ff57298.rlib" "/opt/rustwide/target/debug/deps/liblibc-2d5307fb34c32c1c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libfancy_regex-aed9505d4bd57ae6.rlib" "/opt/rustwide/target/debug/deps/libregex-7583fb84023d42ce.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2b10e0bd838fb06d.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-05a60f3c03734a45.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-ea33e0b70ada9cfe.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-893f4c3b4ecb939d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libbit_set-2ae2d6fed814227a.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-2e1afe2890772364.rlib" "/opt/rustwide/target/debug/deps/libnum-1f62a2b5b32495bf.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-55590068a21bd762.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-1c360e6a13206730.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-0b5d040c5d0e6b95.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-e6a051b50fa5a25f.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-557857d5c29aa2ea.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-464536e541267335.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestYF8ZLa/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/operations/production.rs - operations::production::transitivity (line 244) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'Sb'=(1+1) is not a well formed formula', src/formula.rs:28:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x562163611edd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x562163611edd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562163611edd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x562163611edd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56216362cdbc - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x562163610151 - std::io::Write::write_fmt::ha30651f608022a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x562163613835 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x562163613835 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x562163613835 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5621636134e9 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:314:9 [INFO] [stdout] 10: 0x562163613d82 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x562163613c67 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x562163612394 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x562163613999 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5621633f3943 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5621633f8296 - tnt::formula::Formula::new::hbbe05d2c104b373e [INFO] [stdout] at /opt/rustwide/workdir/src/formula.rs:28:13 [INFO] [stdout] 16: 0x5621633f3e73 - rust_out::main::_doctest_main_src_operations_production_rs_244_0::hea1fa35bcf142ac3 [INFO] [stdout] 17: 0x5621633f3e36 - rust_out::main::h3d3c95f1f21b751b [INFO] [stdout] 18: 0x5621633f3de3 - core::ops::function::FnOnce::call_once::h359be4aec5e1561c [INFO] [stdout] 19: 0x5621633f3ca9 - std::sys_common::backtrace::__rust_begin_short_backtrace::hf1c468c32d98493e [INFO] [stdout] 20: 0x5621633f3d19 - std::rt::lang_start::{{closure}}::hc74257e153f5ba59 [INFO] [stdout] 21: 0x56216360d3ae - core::ops::function::impls:: for &F>::call_once::hae31cd38f966dcbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x56216360d3ae - std::panicking::try::do_call::h4a4c12a32b804624 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 23: 0x56216360d3ae - std::panicking::try::h87f80f5db1929b60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 24: 0x56216360d3ae - std::panic::catch_unwind::hbc53afd5a2bdc195 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 25: 0x56216360d3ae - std::rt::lang_start_internal::{{closure}}::h2e62ddd08385fac8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:48 [INFO] [stdout] 26: 0x56216360d3ae - std::panicking::try::do_call::h04b85b79b362213e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 27: 0x56216360d3ae - std::panicking::try::h428fba6a4941d8ed [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 28: 0x56216360d3ae - std::panic::catch_unwind::hd73c90258412492e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 29: 0x56216360d3ae - std::rt::lang_start_internal::h26255896a96668b5 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:20 [INFO] [stdout] 30: 0x5621633f3d01 - std::rt::lang_start::habb7d5349de31a07 [INFO] [stdout] 31: 0x5621633f3f33 - main [INFO] [stdout] 32: 0x7f1235bf50b3 - __libc_start_main [INFO] [stdout] 33: 0x5621633f3bde - _start [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/operations/construction.rs - operations::construction::exists (line 71) [INFO] [stdout] src/operations/construction.rs - operations::construction::forall (line 84) [INFO] [stdout] src/operations/production.rs - operations::production::existence (line 56) [INFO] [stdout] src/operations/production.rs - operations::production::generalization (line 38) [INFO] [stdout] src/operations/production.rs - operations::production::induction (line 142) [INFO] [stdout] src/operations/production.rs - operations::production::interchange_ae (line 109) [INFO] [stdout] src/operations/production.rs - operations::production::interchange_ea (line 76) [INFO] [stdout] src/operations/production.rs - operations::production::specification (line 11) [INFO] [stdout] src/operations/production.rs - operations::production::transitivity (line 244) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.37s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "efa8b5ee256631eab868318b21b58fb170f20ce5ca318948504c8fbac63e26d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efa8b5ee256631eab868318b21b58fb170f20ce5ca318948504c8fbac63e26d3", kill_on_drop: false }` [INFO] [stdout] efa8b5ee256631eab868318b21b58fb170f20ce5ca318948504c8fbac63e26d3