[INFO] crate appro-eq 0.2.2 is already in cache [INFO] testing appro-eq-0.2.2 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate appro-eq 0.2.2 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate appro-eq 0.2.2 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate appro-eq 0.2.2 [INFO] finished tweaking crates.io crate appro-eq 0.2.2 [INFO] tweaked toml for crates.io crate appro-eq 0.2.2 written to work/builds/worker-7/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 4aa6670d0cb09d65b4e18d745014f1f57f987ec6cae5387728ebbfd860f2198f [INFO] running `"docker" "start" "-a" "4aa6670d0cb09d65b4e18d745014f1f57f987ec6cae5387728ebbfd860f2198f"` [INFO] [stderr] Compiling appro-eq v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | Box [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:108:32 [INFO] [stderr] | [INFO] [stderr] 108 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:650:75 [INFO] [stderr] | [INFO] [stderr] 650 | Err(e) => Err(ApproEqError::ComponentError(Box::new(e) as Box)), [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "4aa6670d0cb09d65b4e18d745014f1f57f987ec6cae5387728ebbfd860f2198f"` [INFO] running `"docker" "rm" "-f" "4aa6670d0cb09d65b4e18d745014f1f57f987ec6cae5387728ebbfd860f2198f"` [INFO] [stdout] 4aa6670d0cb09d65b4e18d745014f1f57f987ec6cae5387728ebbfd860f2198f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] a2eb96801c79d441a8fde5f599ec08c229a8b3c87fa35ed46f4b2f32d1a98fd8 [INFO] running `"docker" "start" "-a" "a2eb96801c79d441a8fde5f599ec08c229a8b3c87fa35ed46f4b2f32d1a98fd8"` [INFO] [stderr] Compiling appro-eq v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | Box [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:108:32 [INFO] [stderr] | [INFO] [stderr] 108 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:650:75 [INFO] [stderr] | [INFO] [stderr] 650 | Err(e) => Err(ApproEqError::ComponentError(Box::new(e) as Box)), [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.89s [INFO] running `"docker" "inspect" "a2eb96801c79d441a8fde5f599ec08c229a8b3c87fa35ed46f4b2f32d1a98fd8"` [INFO] running `"docker" "rm" "-f" "a2eb96801c79d441a8fde5f599ec08c229a8b3c87fa35ed46f4b2f32d1a98fd8"` [INFO] [stdout] a2eb96801c79d441a8fde5f599ec08c229a8b3c87fa35ed46f4b2f32d1a98fd8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] fb0b63d009b074cc5e90ead7e64bd783bd6f407ad08d42dc26122731a2005c00 [INFO] running `"docker" "start" "-a" "fb0b63d009b074cc5e90ead7e64bd783bd6f407ad08d42dc26122731a2005c00"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/appro_eq-497ca168b62c166f [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lib-0b939cf4ce5dcf35 [INFO] [stdout] [INFO] [stdout] running 376 tests [INFO] [stdout] test bad_compare_with_arc::abs::normal ... ok [INFO] [stdout] test bad_compare_with_array::none::debug ... ok [INFO] [stdout] test bad_compare_with_arc::none::normal ... ok [INFO] [stdout] test bad_compare_with_array::rel::debug ... ok [INFO] [stdout] test bad_compare_with_array::abs::normal ... ok [INFO] [stdout] test bad_compare_with_cell::abs::debug ... ok [INFO] [stdout] test bad_compare_with_cell::abs::normal ... ok [INFO] [stdout] test bad_compare_with_cell::none::debug ... ok [INFO] [stdout] test bad_compare_with_arc::none::debug ... ok [INFO] [stdout] test bad_compare_with_cell::none::normal ... ok [INFO] [stdout] test bad_compare_with_arc::rel::normal ... ok [INFO] [stdout] test bad_compare_with_cell::rel::debug ... ok [INFO] [stdout] test bad_compare_with_arc::rel::debug ... ok [INFO] [stdout] test bad_compare_with_array::rel::normal ... ok [INFO] [stdout] test bad_compare_with_array::none::normal ... ok [INFO] [stdout] test bad_compare_with_array::abs::debug ... ok [INFO] [stdout] test bad_compare_with_cell::rel::normal ... ok [INFO] [stdout] test bad_compare_with_duration::abs::debug ... ok [INFO] [stdout] test bad_compare_with_duration::abs::normal ... ok [INFO] [stdout] test bad_compare_with_duration::none::debug ... ok [INFO] [stdout] test bad_compare_with_duration::rel::debug ... ok [INFO] [stdout] test bad_compare_with_duration::none::normal ... ok [INFO] [stdout] test bad_compare_with_duration::rel::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::abs::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::abs::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::none::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::none::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::rel::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::rel::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::abs::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::abs::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::none::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::none::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::rel::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::abs::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::rel::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::rel::normal ... ok [INFO] [stdout] test bad_compare_with_instant_abs::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::none::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::rel::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::abs::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::none::normal ... ok [INFO] [stdout] test bad_compare_with_instant_none::debug ... ok [INFO] [stdout] test bad_compare_with_instant_abs::normal ... ok [INFO] [stdout] test bad_compare_with_option_both_some::none::normal ... ok [INFO] [stdout] test bad_compare_with_instant_none::normal ... ok [INFO] [stdout] test bad_compare_with_option_left_some::abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_both_some::abs::normal ... ok [INFO] [stdout] test bad_compare_with_option_left_some::none::normal ... ok [INFO] [stdout] test bad_compare_with_option_both_some::abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_left_some::abs::normal ... ok [INFO] [stdout] test bad_compare_with_option_right_some::none::normal ... ok [INFO] [stdout] test bad_compare_with_option_both_some::none::debug ... ok [INFO] [stdout] test bad_compare_with_option_left_some::none::debug ... ok [INFO] [stdout] test bad_compare_with_option_left_some::rel::debug ... ok [INFO] [stdout] test bad_compare_with_option_left_some::rel::normal ... ok [INFO] [stdout] test bad_compare_with_option_right_some::abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_right_some::abs::normal ... ok [INFO] [stdout] test bad_compare_with_option_right_some::none::debug ... ok [INFO] [stdout] test bad_compare_with_option_both_some::rel::debug ... ok [INFO] [stdout] test bad_compare_with_option_both_some::rel::normal ... ok [INFO] [stdout] test bad_compare_with_option_right_some::rel::normal ... ok [INFO] [stdout] test bad_compare_with_option_right_some::rel::debug ... ok [INFO] [stdout] test bad_compare_with_rc::abs::debug ... ok [INFO] [stdout] test bad_compare_with_rc::rel::debug ... ok [INFO] [stdout] test bad_compare_with_rc::abs::normal ... ok [INFO] [stdout] test bad_compare_with_refcell::abs::normal ... ok [INFO] [stdout] test bad_compare_with_rc::none::normal ... ok [INFO] [stdout] test bad_compare_with_rc::rel::normal ... ok [INFO] [stdout] test bad_compare_with_refcell::none::normal ... ok [INFO] [stdout] test bad_compare_with_refcell::abs::debug ... ok [INFO] [stdout] test bad_compare_with_rel_div_zero_f32::debug ... ok [INFO] [stdout] test bad_compare_with_refcell::none::debug ... ok [INFO] [stdout] test bad_compare_with_refcell::rel::normal ... ok [INFO] [stdout] test bad_compare_with_refcell::rel::debug ... ok [INFO] [stdout] test bad_compare_with_slice::abs::debug ... ok [INFO] [stdout] test bad_compare_with_systemtime_abs::debug ... ok [INFO] [stdout] test bad_compare_with_slice::rel::debug ... ok [INFO] [stdout] test bad_compare_with_rel_div_zero_f32::normal ... ok [INFO] [stdout] test bad_compare_with_slice::rel::normal ... ok [INFO] [stdout] test bad_compare_with_rel_div_zero_f64::debug ... ok [INFO] [stdout] test bad_compare_with_rel_div_zero_f64::normal ... ok [INFO] [stdout] test bad_compare_with_slice::abs::normal ... ok [INFO] [stdout] test bad_compare_with_slice::none::normal ... ok [INFO] [stdout] test bad_compare_with_slice::none::debug ... ok [INFO] [stdout] test bad_compare_with_rc::none::debug ... ok [INFO] [stdout] test bad_compare_with_vector::none::debug ... ok [INFO] [stdout] test bad_compare_with_systemtime_none::debug ... ok [INFO] [stdout] test bad_compare_with_vector::rel::debug ... ok [INFO] [stdout] test bad_compare_with_weak::abs::debug ... ok [INFO] [stdout] test bad_compare_with_vector::rel::normal ... ok [INFO] [stdout] test bad_compare_with_weak::abs::normal ... ok [INFO] [stdout] test bad_compare_with_systemtime_none::normal ... ok [INFO] [stdout] test bad_compare_with_vector::abs::debug ... ok [INFO] [stdout] test bad_compare_with_systemtime_abs::normal ... ok [INFO] [stdout] test bad_compare_with_vector::abs::normal ... ok [INFO] [stdout] test bad_compare_with_vector::none::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::abs::normal ... ok [INFO] [stdout] test bad_compare_with_weak::none::debug ... ok [INFO] [stdout] test bad_compare_with_weak::none::normal ... ok [INFO] [stdout] test bad_compare_with_weak::rel::debug ... ok [INFO] [stdout] test bad_compare_with_weak::rel::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::abs::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::abs::debug ... ok [INFO] [stdout] test bad_len_compare_with_slice::none::debug ... ok [INFO] [stdout] test bad_len_compare_with_slice::none::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::abs::debug ... ok [INFO] [stdout] test bad_len_compare_with_slice::rel::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::rel::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::none::normal ... ok [INFO] [stdout] test compare_with_arc::abs::debug ... ok [INFO] [stdout] test compare_with_arc::abs::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::rel::debug ... ok [INFO] [stdout] test compare_with_arc::none::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::rel::normal ... ok [INFO] [stdout] test compare_with_arc::none::normal ... ok [INFO] [stdout] test compare_with_arc::rel::debug ... ok [INFO] [stdout] test compare_with_array::none::debug ... ok [INFO] [stdout] test compare_with_arc::rel::normal ... ok [INFO] [stdout] test compare_with_array::rel::debug ... ok [INFO] [stdout] test compare_with_array::none::normal ... ok [INFO] [stdout] test compare_with_array::rel::normal ... ok [INFO] [stdout] test compare_with_cell::abs::debug ... ok [INFO] [stdout] test compare_with_cell::abs::normal ... ok [INFO] [stdout] test compare_with_array::abs::debug ... ok [INFO] [stdout] test compare_with_array::abs::normal ... ok [INFO] [stdout] test compare_with_duration::abs::debug ... ok [INFO] [stdout] test compare_with_cell::none::debug ... ok [INFO] [stdout] test compare_with_cell::none::normal ... ok [INFO] [stdout] test compare_with_cell::rel::debug ... ok [INFO] [stdout] test compare_with_cell::rel::normal ... ok [INFO] [stdout] test compare_with_duration::rel::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::abs::debug ... ok [INFO] [stdout] test compare_with_duration::abs::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::none::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::rel::debug ... ok [INFO] [stdout] test compare_with_explicit_eps::rel::normal ... ok [INFO] [stdout] test compare_with_duration::none::debug ... ok [INFO] [stdout] test compare_with_duration::none::normal ... ok [INFO] [stdout] test compare_with_instant_abs::normal ... ok [INFO] [stdout] test compare_with_duration::rel::debug ... ok [INFO] [stdout] test compare_with_explicit_eps::none::debug ... ok [INFO] [stdout] test compare_with_instant_abs::debug ... ok [INFO] [stdout] test compare_with_instant_none::debug ... ok [INFO] [stdout] test compare_with_explicit_eps::abs::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::none::debug ... ok [INFO] [stdout] test compare_with_instant_none::normal ... ok [INFO] [stdout] test compare_with_option_both_none::abs::normal ... ok [INFO] [stdout] test compare_with_option_both_none::none::debug ... ok [INFO] [stdout] test compare_with_option_both_none::none::normal ... ok [INFO] [stdout] test compare_with_option_both_none::rel::debug ... ok [INFO] [stdout] test compare_with_option_both_some::abs::debug ... ok [INFO] [stdout] test compare_with_option_both_some::none::normal ... ok [INFO] [stdout] test compare_with_option_both_some::abs::normal ... ok [INFO] [stdout] test compare_with_option_both_some::rel::debug ... ok [INFO] [stdout] test compare_with_option_both_none::rel::normal ... ok [INFO] [stdout] test compare_with_option_both_some::none::debug ... ok [INFO] [stdout] test compare_with_rc::abs::debug ... ok [INFO] [stdout] test compare_with_option_both_some::rel::normal ... ok [INFO] [stdout] test compare_with_rc::none::normal ... ok [INFO] [stdout] test compare_with_rc::rel::debug ... ok [INFO] [stdout] test compare_with_rc::rel::normal ... ok [INFO] [stdout] test compare_with_refcell::abs::debug ... ok [INFO] [stdout] test compare_with_refcell::abs::normal ... ok [INFO] [stdout] test compare_with_rc::abs::normal ... ok [INFO] [stdout] test compare_with_refcell::none::debug ... ok [INFO] [stdout] test compare_with_refcell::none::normal ... ok [INFO] [stdout] test compare_with_rc::none::debug ... ok [INFO] [stdout] test compare_with_slice::rel::normal ... ok [INFO] [stdout] test compare_with_refcell::rel::debug ... ok [INFO] [stdout] test compare_with_refcell::rel::normal ... ok [INFO] [stdout] test compare_with_systemtime_none::debug ... ok [INFO] [stdout] test compare_with_slice::abs::debug ... ok [INFO] [stdout] test compare_with_slice::none::debug ... ok [INFO] [stdout] test compare_with_vector::abs::debug ... ok [INFO] [stdout] test compare_with_slice::abs::normal ... ok [INFO] [stdout] test compare_with_slice::none::normal ... ok [INFO] [stdout] test compare_with_option_both_none::abs::debug ... ok [INFO] [stdout] test compare_with_vector::rel::normal ... ok [INFO] [stdout] test compare_with_slice::rel::debug ... ok [INFO] [stdout] test compare_with_systemtime_abs::debug ... ok [INFO] [stdout] test compare_with_systemtime_abs::normal ... ok [INFO] [stdout] test compare_with_systemtime_none::normal ... ok [INFO] [stdout] test compare_with_vector::abs::normal ... ok [INFO] [stdout] test compare_with_vector::none::debug ... ok [INFO] [stdout] test compare_with_vector::none::normal ... ok [INFO] [stdout] test compare_with_vector::rel::debug ... ok [INFO] [stdout] test compare_with_weak::abs::debug ... ok [INFO] [stdout] test compare_with_weak::abs::normal ... ok [INFO] [stdout] test compare_with_weak::none::normal ... ok [INFO] [stdout] test compare_with_weak::none::debug ... ok [INFO] [stdout] test compare_with_weak::rel::normal ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test compare_with_weak::rel::debug ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test i16::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test i16::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test i16::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test i16::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test i16::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test i16::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test i64::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test i64::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test i64::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test i64::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test i64::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test i64::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f32_f64::abs::normal ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f32_f64::abs::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f32_f64::none::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f32_f64::none::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f32_f64::rel::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64::none::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64::rel::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f32_f64::rel::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64::abs::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64::abs::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64::rel::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64_f32::abs::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64::none::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64_f32::abs::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64_f32::none::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64_f32::none::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64_f32::rel::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f64_f32::rel::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f32_f64::abs::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f32_f64::abs::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f32_f64::none::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f32_f64::none::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f32_f64::rel::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f32_f64::rel::normal ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f64_f32::abs::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f64_f32::abs::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f64_f32::none::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f64_f32::none::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f64_f32::rel::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f64_f32::rel::debug ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u16::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test u16::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test u16::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test u16::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test u16::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test u16::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test u8::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test u8::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test u8::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test u8::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test u8::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test u8::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test u8::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test u8::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test bad_compare_with_arc::abs::debug ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 376 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests appro_eq [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test src/assert.rs - assert_appro_eq_abs (line 57) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_rel (line 85) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_rel (line 184) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq (line 132) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_abs (line 49) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq (line 21) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_abs (line 162) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_rel (line 93) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_rel (line 192) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq (line 13) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq (line 124) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_abs (line 154) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fb0b63d009b074cc5e90ead7e64bd783bd6f407ad08d42dc26122731a2005c00"` [INFO] running `"docker" "rm" "-f" "fb0b63d009b074cc5e90ead7e64bd783bd6f407ad08d42dc26122731a2005c00"` [INFO] [stdout] fb0b63d009b074cc5e90ead7e64bd783bd6f407ad08d42dc26122731a2005c00