[INFO] crate roots 0.0.4 is already in cache [INFO] extracting crate roots 0.0.4 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/roots/0.0.4 [INFO] extracting crate roots 0.0.4 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/roots/0.0.4 [INFO] validating manifest of roots-0.0.4 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of roots-0.0.4 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing roots-0.0.4 [INFO] finished frobbing roots-0.0.4 [INFO] frobbed toml for roots-0.0.4 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/roots/0.0.4/Cargo.toml [INFO] started frobbing roots-0.0.4 [INFO] finished frobbing roots-0.0.4 [INFO] frobbed toml for roots-0.0.4 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/roots/0.0.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing roots-0.0.4 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/roots/0.0.4:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] a3c16fccff5bccdbd2a388b4a1cde86d6cfc502f03f56aff62d504210104ab88 [INFO] running `"docker" "start" "-a" "a3c16fccff5bccdbd2a388b4a1cde86d6cfc502f03f56aff62d504210104ab88"` [INFO] [stderr] Compiling roots v0.0.4 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/lib.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / macro_rules! assert_float_eq( [INFO] [stderr] 42 | | ($precision:expr, $given:expr , $expected:expr) => ({ [INFO] [stderr] 43 | | match (&($precision), &($given), &($expected)) { [INFO] [stderr] 44 | | (precision_val, given_val, expected_val) => { [INFO] [stderr] ... | [INFO] [stderr] 51 | | }) [INFO] [stderr] 52 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/lib.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / macro_rules! assert_float_array_eq( [INFO] [stderr] 55 | | ($precision:expr, $given:expr , $expected:expr) => ({ [INFO] [stderr] 56 | | match (&($precision), &($given), &($expected)) { [INFO] [stderr] 57 | | (precision_val, given_val, expected_val) => { [INFO] [stderr] ... | [INFO] [stderr] 64 | | }) [INFO] [stderr] 65 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `"docker" "inspect" "a3c16fccff5bccdbd2a388b4a1cde86d6cfc502f03f56aff62d504210104ab88"` [INFO] running `"docker" "rm" "-f" "a3c16fccff5bccdbd2a388b4a1cde86d6cfc502f03f56aff62d504210104ab88"` [INFO] [stdout] a3c16fccff5bccdbd2a388b4a1cde86d6cfc502f03f56aff62d504210104ab88 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/roots/0.0.4:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 8ccb672f42c6acacc03b3749758ada804c04e818007a369135bfbcf46cbfcc24 [INFO] running `"docker" "start" "-a" "8ccb672f42c6acacc03b3749758ada804c04e818007a369135bfbcf46cbfcc24"` [INFO] [stderr] Compiling roots v0.0.4 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `"docker" "inspect" "8ccb672f42c6acacc03b3749758ada804c04e818007a369135bfbcf46cbfcc24"` [INFO] running `"docker" "rm" "-f" "8ccb672f42c6acacc03b3749758ada804c04e818007a369135bfbcf46cbfcc24"` [INFO] [stdout] 8ccb672f42c6acacc03b3749758ada804c04e818007a369135bfbcf46cbfcc24 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/roots/0.0.4:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] a9c774b8facb8ac8c000ffc5354e3eb56120e8b713701936e25708272ee9eec0 [INFO] running `"docker" "start" "-a" "a9c774b8facb8ac8c000ffc5354e3eb56120e8b713701936e25708272ee9eec0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/roots-b27fa9ac2b8ab2a1 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test analytical::biquadratic::test::test_find_roots_biquadratic ... ok [INFO] [stdout] test analytical::linear::test::test_find_roots_linear ... ok [INFO] [stdout] test analytical::cubic::test::test_find_roots_cubic ... ok [INFO] [stdout] test analytical::cubic_depressed::test::test_find_roots_cubic_depressed ... ok [INFO] [stdout] test analytical::cubic_normalized::test::test_find_roots_cubic_normalized ... ok [INFO] [stdout] test analytical::quartic_depressed::test::test_find_roots_quartic_depressed ... ok [INFO] [stdout] test analytical::roots::test_roots ... ok [INFO] [stdout] test analytical::quadratic::test::test_find_roots_quadratic_big_a1 ... ok [INFO] [stdout] test analytical::quadratic::test::test_find_roots_quadratic_small_a2 ... ok [INFO] [stdout] test analytical::quartic::test::test_find_roots_quartic ... ok [INFO] [stdout] test float::test_float_cbrt ... ok [INFO] [stdout] test numerical::brent::test::test_find_root_brent_simple ... ok [INFO] [stdout] test numerical::regula_falsi::test::test_find_root_regula_falsi ... ok [INFO] [stderr] Doc-tests roots [INFO] [stdout] test numerical::newton_raphson::test::test_find_root_newton_raphson ... ok [INFO] [stdout] test numerical::secant::test::test_find_root_secant ... ok [INFO] [stdout] test analytical::quadratic::test::test_find_roots_quadratic ... ok [INFO] [stdout] test numerical::brent::test::test_find_root_brent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/analytical/cubic_depressed.rs - analytical::cubic_depressed::find_roots_cubic_depressed (line 34) ... ok [INFO] [stdout] test src/analytical/cubic_normalized.rs - analytical::cubic_normalized::find_roots_cubic_normalized (line 34) ... ok [INFO] [stdout] test src/analytical/quadratic.rs - analytical::quadratic::find_roots_quadratic (line 34) ... ok [INFO] [stdout] test src/analytical/cubic.rs - analytical::cubic::find_roots_cubic (line 34) ... ok [INFO] [stdout] test src/analytical/biquadratic.rs - analytical::biquadratic::find_roots_biquadratic (line 34) ... ok [INFO] [stdout] test src/analytical/quartic_depressed.rs - analytical::quartic_depressed::find_roots_quartic_depressed (line 34) ... ok [INFO] [stdout] test src/analytical/quartic.rs - analytical::quartic::find_roots_quartic (line 35) ... ok [INFO] [stdout] test src/analytical/linear.rs - analytical::linear::find_roots_linear (line 32) ... ok [INFO] [stdout] test src/numerical/brent.rs - numerical::brent::find_root_brent (line 45) ... ok [INFO] [stdout] test src/numerical/newton_raphson.rs - numerical::newton_raphson::find_root_newton_raphson (line 50) ... ok [INFO] [stdout] test src/numerical/secant.rs - numerical::secant::find_root_secant (line 50) ... ok [INFO] [stdout] test src/numerical/regula_falsi.rs - numerical::regula_falsi::find_root_regula_falsi (line 60) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a9c774b8facb8ac8c000ffc5354e3eb56120e8b713701936e25708272ee9eec0"` [INFO] running `"docker" "rm" "-f" "a9c774b8facb8ac8c000ffc5354e3eb56120e8b713701936e25708272ee9eec0"` [INFO] [stdout] a9c774b8facb8ac8c000ffc5354e3eb56120e8b713701936e25708272ee9eec0