[INFO] crate appro-eq 0.2.2 is already in cache [INFO] extracting crate appro-eq 0.2.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/appro-eq/0.2.2 [INFO] extracting crate appro-eq 0.2.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/appro-eq/0.2.2 [INFO] validating manifest of appro-eq-0.2.2 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of appro-eq-0.2.2 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing appro-eq-0.2.2 [INFO] finished frobbing appro-eq-0.2.2 [INFO] frobbed toml for appro-eq-0.2.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/appro-eq/0.2.2/Cargo.toml [INFO] started frobbing appro-eq-0.2.2 [INFO] finished frobbing appro-eq-0.2.2 [INFO] frobbed toml for appro-eq-0.2.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/appro-eq/0.2.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing appro-eq-0.2.2 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/appro-eq/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] a3bb6d403ca5c3193d5deab4d63bc32844b84b403c75c0199567c60a36589f6a [INFO] running `"docker" "start" "-a" "a3bb6d403ca5c3193d5deab4d63bc32844b84b403c75c0199567c60a36589f6a"` [INFO] [stderr] Compiling appro-eq v0.2.2 (/opt/crater/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.79s [INFO] running `"docker" "inspect" "a3bb6d403ca5c3193d5deab4d63bc32844b84b403c75c0199567c60a36589f6a"` [INFO] running `"docker" "rm" "-f" "a3bb6d403ca5c3193d5deab4d63bc32844b84b403c75c0199567c60a36589f6a"` [INFO] [stdout] a3bb6d403ca5c3193d5deab4d63bc32844b84b403c75c0199567c60a36589f6a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/appro-eq/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] d82e438b66edb1367928c86d6d4a2ab439be7ef292216bf96e8539137b2b1a99 [INFO] running `"docker" "start" "-a" "d82e438b66edb1367928c86d6d4a2ab439be7ef292216bf96e8539137b2b1a99"` [INFO] [stderr] Compiling appro-eq v0.2.2 (/opt/crater/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 3.02s [INFO] running `"docker" "inspect" "d82e438b66edb1367928c86d6d4a2ab439be7ef292216bf96e8539137b2b1a99"` [INFO] running `"docker" "rm" "-f" "d82e438b66edb1367928c86d6d4a2ab439be7ef292216bf96e8539137b2b1a99"` [INFO] [stdout] d82e438b66edb1367928c86d6d4a2ab439be7ef292216bf96e8539137b2b1a99 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/appro-eq/0.2.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 0fab451090209a132e0afbe71208af7c92ac0c18c121351c3a852206296e5ed0 [INFO] running `"docker" "start" "-a" "0fab451090209a132e0afbe71208af7c92ac0c18c121351c3a852206296e5ed0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/appro_eq-02cd225283866764 [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/crater/target/debug/deps/lib-1fb4b97c87e5cb15 [INFO] [stdout] [INFO] [stdout] running 376 tests [INFO] [stdout] test bad_compare_with_arc::none::normal ... ok [INFO] [stdout] test bad_compare_with_arc::rel::debug ... ok [INFO] [stdout] test bad_compare_with_array::none::debug ... ok [INFO] [stdout] test bad_compare_with_array::abs::debug ... ok [INFO] [stdout] test bad_compare_with_arc::abs::normal ... ok [INFO] [stdout] test bad_compare_with_arc::rel::normal ... ok [INFO] [stdout] test bad_compare_with_array::abs::normal ... ok [INFO] [stdout] test bad_compare_with_arc::abs::debug ... ok [INFO] [stdout] test bad_compare_with_arc::none::debug ... ok [INFO] [stdout] test bad_compare_with_array::rel::debug ... ok [INFO] [stdout] test bad_compare_with_array::none::normal ... ok [INFO] [stdout] test bad_compare_with_array::rel::normal ... ok [INFO] [stdout] test bad_compare_with_cell::abs::normal ... ok [INFO] [stdout] test bad_compare_with_cell::rel::debug ... ok [INFO] [stdout] test bad_compare_with_cell::rel::normal ... ok [INFO] [stdout] test bad_compare_with_duration::abs::normal ... ok [INFO] [stdout] test bad_compare_with_duration::abs::debug ... ok [INFO] [stdout] test bad_compare_with_duration::none::debug ... ok [INFO] [stdout] test bad_compare_with_cell::none::normal ... 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_cell::abs::debug ... ok [INFO] [stdout] test bad_compare_with_cell::none::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::none::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::abs::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::abs::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::none::debug ... 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_f32_f64::none::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::none::debug ... ok [INFO] [stdout] test bad_compare_with_duration::rel::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::abs::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::none::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::rel::debug ... ok [INFO] [stdout] test bad_compare_with_instant_none::normal ... ok [INFO] [stdout] test bad_compare_with_instant_none::debug ... ok [INFO] [stdout] test bad_compare_with_option_both_some::abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_both_some::abs::normal ... ok [INFO] [stdout] test bad_compare_with_option_both_some::none::debug ... ok [INFO] [stdout] test bad_compare_with_option_both_some::none::normal ... ok [INFO] [stdout] test bad_compare_with_option_both_some::rel::debug ... ok [INFO] [stdout] test bad_compare_with_instant_abs::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::rel::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::abs::normal ... ok [INFO] [stdout] test bad_compare_with_option_both_some::rel::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::abs::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::rel::normal ... ok [INFO] [stdout] test bad_compare_with_option_left_some::abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_left_some::none::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_right_some::none::debug ... ok [INFO] [stdout] test bad_compare_with_option_right_some::rel::debug ... ok [INFO] [stdout] test bad_compare_with_option_right_some::rel::normal ... ok [INFO] [stdout] test bad_compare_with_rc::abs::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_instant_abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_left_some::none::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_rc::abs::normal ... ok [INFO] [stdout] test bad_compare_with_rc::none::debug ... ok [INFO] [stdout] test bad_compare_with_refcell::none::debug ... ok [INFO] [stdout] test bad_compare_with_refcell::abs::normal ... 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_rel_div_zero_f32::debug ... ok [INFO] [stdout] test bad_compare_with_rel_div_zero_f32::normal ... ok [INFO] [stdout] test bad_compare_with_refcell::none::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::debug ... ok [INFO] [stdout] test bad_compare_with_slice::abs::normal ... ok [INFO] [stdout] test bad_compare_with_slice::none::debug ... ok [INFO] [stdout] test bad_compare_with_slice::none::normal ... ok [INFO] [stdout] test bad_compare_with_slice::rel::debug ... ok [INFO] [stdout] test bad_compare_with_rc::none::normal ... ok [INFO] [stdout] test bad_compare_with_systemtime_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_vector::abs::normal ... ok [INFO] [stdout] test bad_compare_with_vector::none::debug ... ok [INFO] [stdout] test bad_compare_with_systemtime_abs::debug ... ok [INFO] [stdout] test bad_compare_with_systemtime_none::debug ... ok [INFO] [stdout] test bad_compare_with_vector::none::normal ... ok [INFO] [stdout] test bad_compare_with_slice::rel::normal ... ok [INFO] [stdout] test bad_compare_with_refcell::abs::debug ... ok [INFO] [stdout] test bad_compare_with_rc::rel::debug ... ok [INFO] [stdout] test bad_compare_with_rc::rel::normal ... ok [INFO] [stdout] test bad_compare_with_weak::rel::normal ... ok [INFO] [stdout] test bad_compare_with_weak::rel::debug ... ok [INFO] [stdout] test bad_len_compare_with_slice::abs::debug ... ok [INFO] [stdout] test bad_len_compare_with_slice::abs::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::none::debug ... ok [INFO] [stdout] test bad_compare_with_weak::none::normal ... ok [INFO] [stdout] test bad_compare_with_weak::none::debug ... ok [INFO] [stdout] test bad_compare_with_weak::abs::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::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_len_compare_with_slice::rel::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::none::debug ... ok [INFO] [stdout] test compare_with_arc::abs::debug ... ok [INFO] [stdout] test bad_compare_with_vector::rel::debug ... ok [INFO] [stdout] test compare_with_arc::abs::normal ... ok [INFO] [stdout] test compare_with_arc::none::normal ... ok [INFO] [stdout] test compare_with_arc::none::debug ... ok [INFO] [stdout] test compare_with_arc::rel::debug ... ok [INFO] [stdout] test compare_with_arc::rel::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_array::none::debug ... ok [INFO] [stdout] test compare_with_array::none::normal ... ok [INFO] [stdout] test compare_with_array::rel::debug ... 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_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::abs::normal ... ok [INFO] [stdout] test compare_with_duration::abs::debug ... ok [INFO] [stdout] test compare_with_duration::none::debug ... ok [INFO] [stdout] test compare_with_duration::none::normal ... ok [INFO] [stdout] test compare_with_duration::rel::debug ... 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_explicit_eps::abs::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::none::debug ... ok [INFO] [stdout] test compare_with_explicit_eps::none::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::rel::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::abs::debug ... ok [INFO] [stdout] test bad_len_compare_with_slice::none::normal ... ok [INFO] [stdout] test compare_with_instant_none::debug ... ok [INFO] [stdout] test compare_with_instant_abs::normal ... 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::abs::debug ... ok [INFO] [stdout] test compare_with_option_both_none::none::debug ... ok [INFO] [stdout] test compare_with_option_both_none::rel::debug ... ok [INFO] [stdout] test compare_with_option_both_none::none::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::abs::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::rel::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::none::normal ... ok [INFO] [stdout] test compare_with_option_both_some::none::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::rel::normal ... ok [INFO] [stdout] test compare_with_option_both_none::rel::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::rel::normal ... ok [INFO] [stdout] test compare_with_option_both_some::rel::debug ... ok [INFO] [stdout] test compare_with_rc::abs::normal ... ok [INFO] [stdout] test compare_with_instant_abs::debug ... ok [INFO] [stdout] test compare_with_rc::none::normal ... ok [INFO] [stdout] test compare_with_rc::none::debug ... ok [INFO] [stdout] test compare_with_rc::abs::debug ... ok [INFO] [stdout] test compare_with_rc::rel::normal ... ok [INFO] [stdout] test compare_with_refcell::none::debug ... ok [INFO] [stdout] test compare_with_option_both_some::rel::normal ... ok [INFO] [stdout] test compare_with_refcell::none::normal ... ok [INFO] [stdout] test compare_with_refcell::rel::normal ... ok [INFO] [stdout] test compare_with_refcell::abs::debug ... ok [INFO] [stdout] test compare_with_slice::abs::normal ... ok [INFO] [stdout] test compare_with_refcell::abs::normal ... ok [INFO] [stdout] test compare_with_slice::none::debug ... ok [INFO] [stdout] test compare_with_slice::rel::debug ... ok [INFO] [stdout] test compare_with_option_both_some::none::normal ... ok [INFO] [stdout] test compare_with_systemtime_abs::debug ... ok [INFO] [stdout] test compare_with_refcell::rel::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_slice::abs::debug ... ok [INFO] [stdout] test compare_with_vector::abs::debug ... ok [INFO] [stdout] test compare_with_vector::none::debug ... ok [INFO] [stdout] test compare_with_slice::none::normal ... ok [INFO] [stdout] test compare_with_vector::none::normal ... ok [INFO] [stdout] test compare_with_vector::rel::normal ... ok [INFO] [stdout] test compare_with_slice::rel::normal ... ok [INFO] [stdout] test compare_with_weak::abs::debug ... ok [INFO] [stdout] test compare_with_vector::abs::normal ... ok [INFO] [stdout] test compare_with_systemtime_none::debug ... ok [INFO] [stdout] test compare_with_weak::rel::debug ... ok [INFO] [stdout] test compare_with_weak::rel::normal ... ok [INFO] [stdout] test compare_with_vector::rel::debug ... ok [INFO] [stdout] test compare_with_weak::abs::normal ... ok [INFO] [stdout] test compare_with_rc::rel::debug ... ok [INFO] [stdout] test compare_with_weak::none::debug ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test i128::it_should_not_panic_if_values_are_appro_equal::none::normal ... 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::abs::normal ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test compare_with_weak::none::normal ... ok [INFO] [stdout] test compare_with_option_both_some::abs::debug ... ok [INFO] [stdout] test compare_with_option_both_some::abs::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_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::none::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::abs::debug ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_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_not_appro_equal::abs::debug ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::abs::normal ... 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::debug ... 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::rel::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test i32::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::none::debug ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test i32::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 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::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 i32::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test i64::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test i64::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::rel::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test i64::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test i64::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::normal ... 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::debug ... ok [INFO] [stdout] test i32::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::rel::normal ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_appro_equal::abs::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::rel::normal ... ok [INFO] [stdout] test i8::it_should_panic_if_values_are_not_appro_equal::abs::debug ... 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::debug ... 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::rel::debug ... 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_rel_div_zero::debug ... 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::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal_f32_f64::abs::debug ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_rel_div_zero::normal ... 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_f32_f64::none::debug ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::rel::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::abs::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::abs::debug ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::rel::debug ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::none::normal ... 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::none::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_f32_f64::rel::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::rel::normal ... 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_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_not_panic_if_values_are_appro_equal_f64_f32::rel::debug ... 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::abs::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal::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::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_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::debug ... 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::none::normal ... 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 it_should_panic_if_values_are_not_appro_equal_f32_f64::abs::normal ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f32_f64::abs::debug ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_appro_equal::rel::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::abs::debug ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f32_f64::rel::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal::rel::debug ... 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::rel::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::debug ... ok [INFO] [stdout] test u16::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::none::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::normal ... 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::rel::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::abs::debug ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::rel::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::none::normal ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::rel::debug ... 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_rel_div_zero::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::normal ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::rel::normal ... 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::debug ... 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_not_appro_equal::none::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::none::normal ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_not_appro_equal::rel::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::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::normal ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_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_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::rel::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::abs::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::abs::normal ... 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::debug ... 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 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::abs::debug ... 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::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 u32::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stderr] Doc-tests appro_eq [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::abs::normal ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 376 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 - debug_assert_appro_eq (line 132) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq (line 21) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_rel (line 85) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq (line 13) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_rel (line 93) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_abs (line 49) ... 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 162) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_rel (line 192) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_abs (line 154) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_rel (line 184) ... 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" "0fab451090209a132e0afbe71208af7c92ac0c18c121351c3a852206296e5ed0"` [INFO] running `"docker" "rm" "-f" "0fab451090209a132e0afbe71208af7c92ac0c18c121351c3a852206296e5ed0"` [INFO] [stdout] 0fab451090209a132e0afbe71208af7c92ac0c18c121351c3a852206296e5ed0