[INFO] crate appro-eq 0.3.0 is already in cache [INFO] testing appro-eq-0.3.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate appro-eq 0.3.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate appro-eq 0.3.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate appro-eq 0.3.0 [INFO] finished tweaking crates.io crate appro-eq 0.3.0 [INFO] tweaked toml for crates.io crate appro-eq 0.3.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 20e243066574b36892b73b72c83c3c606ba08348875279e67be5a453259de7d1 [INFO] running `"docker" "start" "-a" "20e243066574b36892b73b72c83c3c606ba08348875279e67be5a453259de7d1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling appro-eq v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:89:58 [INFO] [stderr] | [INFO] [stderr] 89 | ApproEqError::ComponentError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `"docker" "inspect" "20e243066574b36892b73b72c83c3c606ba08348875279e67be5a453259de7d1"` [INFO] running `"docker" "rm" "-f" "20e243066574b36892b73b72c83c3c606ba08348875279e67be5a453259de7d1"` [INFO] [stdout] 20e243066574b36892b73b72c83c3c606ba08348875279e67be5a453259de7d1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 405391f7f10d05bf21f76cbe3b59b91c5ac7c2165022b6bf8aaca5c5725d7ee3 [INFO] running `"docker" "start" "-a" "405391f7f10d05bf21f76cbe3b59b91c5ac7c2165022b6bf8aaca5c5725d7ee3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:89:58 [INFO] [stderr] | [INFO] [stderr] 89 | ApproEqError::ComponentError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling appro-eq v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:89:58 [INFO] [stderr] | [INFO] [stderr] 89 | ApproEqError::ComponentError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.88s [INFO] running `"docker" "inspect" "405391f7f10d05bf21f76cbe3b59b91c5ac7c2165022b6bf8aaca5c5725d7ee3"` [INFO] running `"docker" "rm" "-f" "405391f7f10d05bf21f76cbe3b59b91c5ac7c2165022b6bf8aaca5c5725d7ee3"` [INFO] [stdout] 405391f7f10d05bf21f76cbe3b59b91c5ac7c2165022b6bf8aaca5c5725d7ee3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ca6a784356e98c91d0ef6b889b10cc9507a6c9e419922f37cfa27f4e784e2244 [INFO] running `"docker" "start" "-a" "ca6a784356e98c91d0ef6b889b10cc9507a6c9e419922f37cfa27f4e784e2244"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:89:58 [INFO] [stderr] | [INFO] [stderr] 89 | ApproEqError::ComponentError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:89:58 [INFO] [stderr] | [INFO] [stderr] 89 | ApproEqError::ComponentError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/appro_eq-c8361c4b32153189 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lib-646754a704c1d713 [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] [stdout] [INFO] [stdout] running 376 tests [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::none::normal ... 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_arc::none::debug ... ok [INFO] [stdout] test bad_compare_with_array::rel::normal ... ok [INFO] [stdout] test bad_compare_with_arc::abs::normal ... ok [INFO] [stdout] test bad_compare_with_arc::abs::debug ... ok [INFO] [stdout] test bad_compare_with_duration::rel::debug ... ok [INFO] [stdout] test bad_compare_with_duration::abs::normal ... ok [INFO] [stdout] test bad_compare_with_cell::none::debug ... ok [INFO] [stdout] test bad_compare_with_cell::abs::debug ... ok [INFO] [stdout] test bad_compare_with_array::none::normal ... ok [INFO] [stdout] test bad_compare_with_array::none::debug ... ok [INFO] [stdout] test bad_compare_with_array::abs::normal ... ok [INFO] [stdout] test bad_compare_with_array::abs::debug ... ok [INFO] [stdout] test bad_compare_with_arc::rel::normal ... ok [INFO] [stdout] test bad_compare_with_duration::abs::debug ... ok [INFO] [stdout] test bad_compare_with_cell::rel::normal ... ok [INFO] [stdout] test bad_compare_with_duration::rel::normal ... ok [INFO] [stdout] test bad_compare_with_arc::rel::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::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::abs::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::rel::debug ... ok [INFO] [stdout] test bad_compare_with_duration::none::normal ... ok [INFO] [stdout] test bad_compare_with_duration::none::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::abs::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::abs::normal ... ok [INFO] [stdout] test bad_compare_with_instant_none::debug ... ok [INFO] [stdout] test bad_compare_with_instant_none::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_explicit_eps::none::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::abs::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::rel::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::none::debug ... 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_explicit_eps::rel::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f32_f64::none::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps_f64_f32::rel::normal ... ok [INFO] [stdout] test bad_compare_with_option_left_some::none::normal ... ok [INFO] [stdout] test bad_compare_with_option_left_some::rel::normal ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::abs::debug ... 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_instant_abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_both_some::abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_both_some::rel::debug ... ok [INFO] [stdout] test bad_compare_with_explicit_eps::none::normal ... ok [INFO] [stdout] test bad_compare_with_option_both_some::abs::normal ... ok [INFO] [stdout] test bad_compare_with_option_left_some::abs::debug ... ok [INFO] [stdout] test bad_compare_with_option_left_some::rel::debug ... ok [INFO] [stdout] test bad_compare_with_option_right_some::rel::normal ... ok [INFO] [stdout] test bad_compare_with_option_both_some::rel::normal ... ok [INFO] [stdout] test bad_compare_with_option_left_some::abs::normal ... ok [INFO] [stdout] test bad_compare_with_option_right_some::rel::debug ... ok [INFO] [stdout] test bad_compare_with_refcell::rel::debug ... ok [INFO] [stdout] test bad_compare_with_instant_abs::normal ... ok [INFO] [stdout] test bad_compare_with_rc::rel::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_rel_div_zero_f32::debug ... ok [INFO] [stdout] test bad_compare_with_option_right_some::abs::debug ... ok [INFO] [stdout] test bad_compare_with_refcell::abs::debug ... ok [INFO] [stdout] test bad_compare_with_rc::rel::normal ... ok [INFO] [stdout] test bad_compare_with_rc::none::normal ... ok [INFO] [stdout] test bad_compare_with_rc::none::debug ... ok [INFO] [stdout] test bad_compare_with_rc::abs::debug ... ok [INFO] [stdout] test bad_compare_with_refcell::abs::normal ... ok [INFO] [stdout] test bad_compare_with_systemtime_abs::normal ... ok [INFO] [stdout] test bad_compare_with_slice::none::normal ... ok [INFO] [stdout] test bad_compare_with_option_left_some::none::debug ... ok [INFO] [stdout] test bad_compare_with_rel_div_zero_f64::normal ... ok [INFO] [stdout] test bad_compare_with_rel_div_zero_f32::normal ... ok [INFO] [stdout] test bad_compare_with_slice::abs::debug ... ok [INFO] [stdout] test bad_compare_with_rel_div_zero_f64::debug ... ok [INFO] [stdout] test bad_compare_with_slice::abs::normal ... ok [INFO] [stdout] test bad_compare_with_refcell::rel::normal ... ok [INFO] [stdout] test bad_compare_with_refcell::none::normal ... ok [INFO] [stdout] test bad_compare_with_slice::none::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::debug ... ok [INFO] [stdout] test bad_len_compare_with_slice::abs::debug ... 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_compare_with_weak::none::debug ... ok [INFO] [stdout] test bad_compare_with_weak::none::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::abs::normal ... ok [INFO] [stdout] test bad_compare_with_slice::rel::normal ... 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_systemtime_none::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::abs::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::abs::normal ... 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::none::normal ... ok [INFO] [stdout] test bad_compare_with_vector::abs::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::rel::debug ... ok [INFO] [stdout] test compare_with_arc::none::normal ... ok [INFO] [stdout] test bad_len_compare_with_vector::none::normal ... ok [INFO] [stdout] test compare_with_arc::none::debug ... ok [INFO] [stdout] test bad_compare_with_vector::none::debug ... ok [INFO] [stdout] test compare_with_arc::rel::debug ... ok [INFO] [stdout] test compare_with_arc::abs::debug ... ok [INFO] [stdout] test compare_with_arc::abs::normal ... ok [INFO] [stdout] test compare_with_array::abs::debug ... ok [INFO] [stdout] test compare_with_arc::rel::normal ... ok [INFO] [stdout] test compare_with_array::abs::normal ... ok [INFO] [stdout] test bad_compare_with_vector::abs::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::none::debug ... ok [INFO] [stdout] test bad_len_compare_with_slice::rel::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::none::normal ... ok [INFO] [stdout] test bad_len_compare_with_slice::rel::debug ... ok [INFO] [stdout] test bad_compare_with_refcell::none::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::none::debug ... ok [INFO] [stdout] test bad_len_compare_with_vector::rel::normal ... ok [INFO] [stdout] test compare_with_array::none::debug ... ok [INFO] [stdout] test compare_with_array::rel::normal ... ok [INFO] [stdout] test compare_with_array::rel::debug ... ok [INFO] [stdout] test compare_with_duration::abs::debug ... ok [INFO] [stdout] test compare_with_cell::rel::normal ... ok [INFO] [stdout] test compare_with_array::none::normal ... ok [INFO] [stdout] test compare_with_duration::none::normal ... ok [INFO] [stdout] test compare_with_cell::none::debug ... ok [INFO] [stdout] test compare_with_cell::abs::debug ... ok [INFO] [stdout] test compare_with_cell::rel::debug ... ok [INFO] [stdout] test compare_with_duration::rel::normal ... ok [INFO] [stdout] test compare_with_duration::rel::debug ... ok [INFO] [stdout] test compare_with_cell::none::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::abs::debug ... ok [INFO] [stdout] test compare_with_cell::abs::normal ... ok [INFO] [stdout] test compare_with_duration::abs::normal ... ok [INFO] [stdout] test compare_with_duration::none::debug ... ok [INFO] [stdout] test compare_with_explicit_eps::none::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::rel::normal ... ok [INFO] [stdout] test compare_with_instant_abs::debug ... ok [INFO] [stdout] test compare_with_option_both_none::abs::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_some::abs::normal ... ok [INFO] [stdout] test compare_with_option_both_some::none::debug ... ok [INFO] [stdout] test compare_with_option_both_some::none::normal ... ok [INFO] [stdout] test compare_with_option_both_some::rel::debug ... ok [INFO] [stdout] test compare_with_option_both_some::rel::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::rel::debug ... ok [INFO] [stdout] test compare_with_rc::abs::debug ... ok [INFO] [stdout] test compare_with_option_both_none::none::debug ... ok [INFO] [stdout] test compare_with_explicit_eps::none::debug ... ok [INFO] [stdout] test compare_with_instant_abs::normal ... ok [INFO] [stdout] test compare_with_rc::none::debug ... ok [INFO] [stdout] test compare_with_rc::none::normal ... ok [INFO] [stdout] test compare_with_rc::abs::normal ... ok [INFO] [stdout] test compare_with_refcell::abs::debug ... ok [INFO] [stdout] test compare_with_refcell::none::debug ... ok [INFO] [stdout] test compare_with_refcell::abs::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_slice::abs::normal ... ok [INFO] [stdout] test compare_with_slice::abs::debug ... ok [INFO] [stdout] test compare_with_slice::none::debug ... ok [INFO] [stdout] test compare_with_slice::none::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_slice::rel::normal ... ok [INFO] [stdout] test compare_with_systemtime_abs::normal ... ok [INFO] [stdout] test compare_with_systemtime_none::debug ... ok [INFO] [stdout] test compare_with_systemtime_none::normal ... ok [INFO] [stdout] test compare_with_vector::abs::debug ... 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_vector::rel::normal ... 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::debug ... ok [INFO] [stdout] test compare_with_weak::none::normal ... ok [INFO] [stdout] test compare_with_weak::rel::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 i128::it_should_not_panic_if_values_are_appro_equal::abs::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::none::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::rel::normal ... ok [INFO] [stdout] test compare_with_explicit_eps::abs::normal ... ok [INFO] [stdout] test compare_with_option_both_some::abs::debug ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test compare_with_option_both_none::rel::normal ... 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 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::debug ... 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::normal ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_not_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 i16::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::abs::debug ... ok [INFO] [stdout] test compare_with_option_both_none::rel::debug ... ok [INFO] [stdout] test compare_with_instant_none::debug ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test compare_with_option_both_none::none::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::debug ... ok [INFO] [stdout] test i128::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::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::rel::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_not_appro_equal::none::normal ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_rel_div_zero::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_not_appro_equal::rel::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_rel_div_zero::debug ... 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 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::normal ... ok [INFO] [stdout] test i64::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 i32::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test i64::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::rel::debug ... ok [INFO] [stdout] test i32::it_should_panic_if_values_are_rel_div_zero::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 i64::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::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::abs::debug ... 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::rel::normal ... ok [INFO] [stdout] test i32::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test i8::it_should_not_panic_if_values_are_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::none::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::abs::normal ... ok [INFO] [stdout] test it_should_not_panic_if_values_are_appro_equal::none::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 it_should_not_panic_if_values_are_appro_equal::rel::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::normal ... 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::normal ... 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::rel::debug ... 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::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_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 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::abs::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::rel::normal ... ok [INFO] [stdout] test i16::it_should_panic_if_values_are_rel_div_zero::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::none::debug ... 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::rel::normal ... 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::normal ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test it_should_panic_if_values_are_not_appro_equal_f64_f32::rel::debug ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_rel_div_zero::debug ... 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_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 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::normal ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_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_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::none::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_f32_f64::none::debug ... ok [INFO] [stdout] test u128::it_should_not_panic_if_values_are_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::rel::debug ... 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::rel::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::normal ... ok [INFO] [stdout] test i64::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::abs::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_not_appro_equal::none::normal ... ok [INFO] [stdout] test u16::it_should_not_panic_if_values_are_appro_equal::rel::normal ... 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::none::normal ... ok [INFO] [stdout] test u16::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::abs::normal ... ok [INFO] [stdout] test u32::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test u16::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::none::debug ... ok [INFO] [stdout] test u16::it_should_not_panic_if_values_are_appro_equal::abs::debug ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::none::debug ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_rel_div_zero::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_not_panic_if_values_are_appro_equal::rel::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_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::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 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::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 u32::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::normal ... ok [INFO] [stdout] test u64::it_should_not_panic_if_values_are_appro_equal::none::debug ... ok [INFO] [stdout] test u32::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::rel::normal ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::abs::normal ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_rel_div_zero::normal ... ok [INFO] [stdout] test u128::it_should_panic_if_values_are_not_appro_equal::rel::normal ... ok [INFO] [stdout] test u8::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::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::none::debug ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::none::normal ... ok [INFO] [stdout] test u16::it_should_panic_if_values_are_not_appro_equal::rel::debug ... ok [INFO] [stdout] test u8::it_should_not_panic_if_values_are_appro_equal::rel::normal ... ok [INFO] [stdout] test u32::it_should_panic_if_values_are_rel_div_zero::debug ... ok [INFO] [stdout] test u16::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::debug ... ok [INFO] [stdout] test u16::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::rel::debug ... ok [INFO] [stdout] test u64::it_should_panic_if_values_are_rel_div_zero::debug ... 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::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::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::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 u8::it_should_panic_if_values_are_not_appro_equal::rel::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 (line 21) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_abs (line 183) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_abs (line 64) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq (line 13) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_rel (line 99) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq (line 145) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_rel (line 205) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_rel (line 107) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_abs (line 175) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq_rel (line 213) ... ok [INFO] [stdout] test src/assert.rs - debug_assert_appro_eq (line 153) ... ok [INFO] [stdout] test src/assert.rs - assert_appro_eq_abs (line 56) ... 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" "ca6a784356e98c91d0ef6b889b10cc9507a6c9e419922f37cfa27f4e784e2244"` [INFO] running `"docker" "rm" "-f" "ca6a784356e98c91d0ef6b889b10cc9507a6c9e419922f37cfa27f4e784e2244"` [INFO] [stdout] ca6a784356e98c91d0ef6b889b10cc9507a6c9e419922f37cfa27f4e784e2244