[INFO] fetching crate z3 0.11.2... [INFO] testing z3-0.11.2 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate z3 0.11.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate z3 0.11.2 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate z3 0.11.2 [INFO] finished tweaking crates.io crate z3 0.11.2 [INFO] tweaked toml for crates.io crate z3 0.11.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded z3-sys v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 53b45e8d20b5590e538cff86e2d4e977d27e87b1406757bc9b3343eb2534dc27 [INFO] running `Command { std: "docker" "start" "-a" "53b45e8d20b5590e538cff86e2d4e977d27e87b1406757bc9b3343eb2534dc27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53b45e8d20b5590e538cff86e2d4e977d27e87b1406757bc9b3343eb2534dc27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53b45e8d20b5590e538cff86e2d4e977d27e87b1406757bc9b3343eb2534dc27", kill_on_drop: false }` [INFO] [stdout] 53b45e8d20b5590e538cff86e2d4e977d27e87b1406757bc9b3343eb2534dc27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b28f544f460c710275e3b82ee247482a50e59e0c75177acad00facde39ab434d [INFO] running `Command { std: "docker" "start" "-a" "b28f544f460c710275e3b82ee247482a50e59e0c75177acad00facde39ab434d", kill_on_drop: false }` [INFO] [stderr] Compiling bindgen v0.58.1 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling z3-sys v0.7.1 [INFO] [stderr] Compiling z3 v0.11.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/optimize.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | #[allow(unused_comparisons)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `assert` [INFO] [stdout] --> src/optimize.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | assert!(denom_valid, "Weight denominator cannot be negative"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_weight` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/optimize.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | #[allow(unused_comparisons)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `assert` [INFO] [stdout] --> src/optimize.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | assert!(denom_valid, "Weight denominator cannot be negative"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_weight` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.01s [INFO] running `Command { std: "docker" "inspect" "b28f544f460c710275e3b82ee247482a50e59e0c75177acad00facde39ab434d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b28f544f460c710275e3b82ee247482a50e59e0c75177acad00facde39ab434d", kill_on_drop: false }` [INFO] [stdout] b28f544f460c710275e3b82ee247482a50e59e0c75177acad00facde39ab434d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90971b1e63e5ce243363e69c4ac8955ac2d38b7cba2b03434261c771ade084b1 [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" "90971b1e63e5ce243363e69c4ac8955ac2d38b7cba2b03434261c771ade084b1", kill_on_drop: false }` [INFO] [stderr] Compiling z3 v0.11.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/optimize.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | #[allow(unused_comparisons)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `assert` [INFO] [stdout] --> src/optimize.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | assert!(denom_valid, "Weight denominator cannot be negative"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_weight` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/optimize.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | #[allow(unused_comparisons)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `assert` [INFO] [stdout] --> src/optimize.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | assert!(denom_valid, "Weight denominator cannot be negative"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_weight` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/optimize.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | #[allow(unused_comparisons)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `assert` [INFO] [stdout] --> src/optimize.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | assert!(denom_valid, "Weight denominator cannot be negative"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_weight` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `allow` [INFO] [stdout] --> src/optimize.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | #[allow(unused_comparisons)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `assert` [INFO] [stdout] --> src/optimize.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | assert!(denom_valid, "Weight denominator cannot be negative"); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / impl_weight! { [INFO] [stdout] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stdout] 264 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_weight` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> tests/lib.rs:497:9 [INFO] [stdout] | [INFO] [stdout] 497 | let mut fac = RecFuncDecl::new(&ctx, "fac", &[&Sort::int(&ctx)], &Sort::int(&ctx)); [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: variable does not need to be mutable [INFO] [stdout] --> tests/lib.rs:541:9 [INFO] [stdout] | [INFO] [stdout] 541 | let mut fac = RecFuncDecl::new(&ctx, "fac", &[&Sort::int(&ctx)], &Sort::int(&ctx)); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `Command { std: "docker" "inspect" "90971b1e63e5ce243363e69c4ac8955ac2d38b7cba2b03434261c771ade084b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90971b1e63e5ce243363e69c4ac8955ac2d38b7cba2b03434261c771ade084b1", kill_on_drop: false }` [INFO] [stdout] 90971b1e63e5ce243363e69c4ac8955ac2d38b7cba2b03434261c771ade084b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9726755a74ce9b191f6a9af722bc919366b69ffb6b901a7d3b2ee402b1b09b91 [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" "9726755a74ce9b191f6a9af722bc919366b69ffb6b901a7d3b2ee402b1b09b91", kill_on_drop: false }` [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/optimize.rs:253:21 [INFO] [stderr] | [INFO] [stderr] 253 | #[allow(unused_comparisons)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 262 | / impl_weight! { [INFO] [stderr] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stderr] 264 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `assert` [INFO] [stderr] --> src/optimize.rs:254:21 [INFO] [stderr] | [INFO] [stderr] 254 | assert!(denom_valid, "Weight denominator cannot be negative"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stdout] [INFO] [stderr] 262 | / impl_weight! { [INFO] [stdout] running 1 test [INFO] [stderr] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stderr] 264 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `impl_weight` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `allow` [INFO] [stderr] --> src/optimize.rs:253:21 [INFO] [stderr] | [INFO] [stderr] 253 | #[allow(unused_comparisons)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 262 | / impl_weight! { [INFO] [stderr] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stderr] 264 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `allow` will be ignored, since it's applied to the macro invocation `assert` [INFO] [stderr] --> src/optimize.rs:254:21 [INFO] [stderr] | [INFO] [stderr] 254 | assert!(denom_valid, "Weight denominator cannot be negative"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 262 | / impl_weight! { [INFO] [stderr] 263 | | u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, isize [INFO] [stderr] 264 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `impl_weight` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `z3` (lib) generated 2 warnings [INFO] [stderr] warning: `z3` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/lib.rs:497:9 [INFO] [stderr] | [INFO] [stderr] 497 | let mut fac = RecFuncDecl::new(&ctx, "fac", &[&Sort::int(&ctx)], &Sort::int(&ctx)); [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: variable does not need to be mutable [INFO] [stderr] --> tests/lib.rs:541:9 [INFO] [stderr] | [INFO] [stderr] 541 | let mut fac = RecFuncDecl::new(&ctx, "fac", &[&Sort::int(&ctx)], &Sort::int(&ctx)); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: `z3` (test "lib") generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/z3-fe842a282897ec74) [INFO] [stdout] test model::test_unsat ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-f9be27c742416529) [INFO] [stdout] [INFO] [stdout] running 63 tests [INFO] [stdout] test test_config ... ok [INFO] [stdout] test test_arbitrary_size_int ... ok [INFO] [stdout] test test_ast_safe_eq ... ok [INFO] [stdout] test test_format ... ok [INFO] [stdout] test test_cloning_ast ... ok [INFO] [stdout] test test_arbitrary_size_real ... ok [INFO] [stdout] test test_context ... ok [INFO] [stdout] test test_floating_point_bits ... ok [INFO] [stdout] test test_dynamic_as_set ... ok [INFO] [stdout] test test_goal_is_inconsistent ... ok [INFO] [stdout] test test_goal_depth ... ok [INFO] [stdout] test test_float_add ... ok [INFO] [stdout] test test_goal_is_sat ... ok [INFO] [stdout] test check_application_of_tactic_to_goal ... ok [INFO] [stdout] test test_ast_safe_decl ... ok [INFO] [stdout] test test_goal_get_precision ... ok [INFO] [stdout] test test_model_translate ... ok [INFO] [stdout] test test_goal_size ... ok [INFO] [stdout] test test_bitvectors ... ok [INFO] [stdout] test test_pb_ops_model ... ok [INFO] [stdout] test test_probe_eq ... ok [INFO] [stdout] test test_probe_gt ... ok [INFO] [stdout] test test_probe_gte ... ok [INFO] [stdout] test test_probe_le ... ok [INFO] [stdout] test test_ast_translate ... ok [INFO] [stdout] test test_probe_lt ... ok [INFO] [stdout] test test_array_store_select ... ok [INFO] [stdout] test get_model_without_check_does_not_exit ... ok [INFO] [stdout] test test_mutually_recursive_datatype ... ok [INFO] [stdout] test test_probe_debug ... ok [INFO] [stdout] test function_ref_count ... ok [INFO] [stdout] test test_datatype_builder ... ok [INFO] [stdout] test test_goal_reset ... ok [INFO] [stdout] test test_goal_get_formulas ... ok [INFO] [stderr] error: test failed, to rerun pass '--test lib' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/lib-f9be27c742416529` (signal: 11, SIGSEGV: invalid memory reference) [INFO] running `Command { std: "docker" "inspect" "9726755a74ce9b191f6a9af722bc919366b69ffb6b901a7d3b2ee402b1b09b91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9726755a74ce9b191f6a9af722bc919366b69ffb6b901a7d3b2ee402b1b09b91", kill_on_drop: false }` [INFO] [stdout] 9726755a74ce9b191f6a9af722bc919366b69ffb6b901a7d3b2ee402b1b09b91