[INFO] fetching crate num-complex 0.2.1... [INFO] extracting crate num-complex 0.2.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/num-complex/0.2.1 [INFO] extracting crate num-complex 0.2.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/num-complex/0.2.1 [INFO] validating manifest of num-complex-0.2.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of num-complex-0.2.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing num-complex-0.2.1 [INFO] finished frobbing num-complex-0.2.1 [INFO] frobbed toml for num-complex-0.2.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/num-complex/0.2.1/Cargo.toml [INFO] started frobbing num-complex-0.2.1 [INFO] finished frobbing num-complex-0.2.1 [INFO] frobbed toml for num-complex-0.2.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/num-complex/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing num-complex-0.2.1 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/num-complex/0.2.1:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] e2954a4819f4b42064b0728d4b6cf11ec33cae7c6e1c567aeb998c0e227d312d [INFO] running `"docker" "start" "-a" "e2954a4819f4b42064b0728d4b6cf11ec33cae7c6e1c567aeb998c0e227d312d"` [INFO] [stderr] Compiling num-complex v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1101:29 [INFO] [stderr] | [INFO] [stderr] 1101 | a = &s[..i + 1].trim_right_matches(is_whitespace); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:1102:29 [INFO] [stderr] | [INFO] [stderr] 1102 | b = &s[i + 2..].trim_left_matches(is_whitespace); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s [INFO] running `"docker" "inspect" "e2954a4819f4b42064b0728d4b6cf11ec33cae7c6e1c567aeb998c0e227d312d"` [INFO] running `"docker" "rm" "-f" "e2954a4819f4b42064b0728d4b6cf11ec33cae7c6e1c567aeb998c0e227d312d"` [INFO] [stdout] e2954a4819f4b42064b0728d4b6cf11ec33cae7c6e1c567aeb998c0e227d312d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/num-complex/0.2.1:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] afcef2b81e6dfd1297f0799e6c50fa0d77ac33128a04adab5e8d7a27e4aa4d45 [INFO] running `"docker" "start" "-a" "afcef2b81e6dfd1297f0799e6c50fa0d77ac33128a04adab5e8d7a27e4aa4d45"` [INFO] [stderr] Compiling num-complex v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1101:29 [INFO] [stderr] | [INFO] [stderr] 1101 | a = &s[..i + 1].trim_right_matches(is_whitespace); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:1102:29 [INFO] [stderr] | [INFO] [stderr] 1102 | b = &s[i + 2..].trim_left_matches(is_whitespace); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.32s [INFO] running `"docker" "inspect" "afcef2b81e6dfd1297f0799e6c50fa0d77ac33128a04adab5e8d7a27e4aa4d45"` [INFO] running `"docker" "rm" "-f" "afcef2b81e6dfd1297f0799e6c50fa0d77ac33128a04adab5e8d7a27e4aa4d45"` [INFO] [stdout] afcef2b81e6dfd1297f0799e6c50fa0d77ac33128a04adab5e8d7a27e4aa4d45 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/num-complex/0.2.1:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] b2bb244805160a4b7b2016aeb40fb2fb5a2900dd54b4d7d514158496906036d6 [INFO] running `"docker" "start" "-a" "b2bb244805160a4b7b2016aeb40fb2fb5a2900dd54b4d7d514158496906036d6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/num_complex-0d6a608e41e59bb7 [INFO] [stdout] running 62 tests [INFO] [stdout] test test::complex_arithmetic::test_mul ... ok [INFO] [stdout] test test::complex_arithmetic::test_div ... ok [INFO] [stdout] test test::complex_arithmetic::test_add ... ok [INFO] [stdout] test cast::test::test_to_primitive ... ok [INFO] [stdout] test cast::test::test_num_cast ... ok [INFO] [stdout] test test::complex_arithmetic::test_sub ... ok [INFO] [stdout] test test::float::test_acos ... ok [INFO] [stdout] test test::float::test_arg ... ok [INFO] [stdout] test cast::test::test_from_primitive ... ok [INFO] [stdout] test test::float::test_asin ... ok [INFO] [stdout] test test::float::test_asinh ... ok [INFO] [stdout] test test::float::test_atan ... ok [INFO] [stdout] test test::float::test_atanh ... ok [INFO] [stdout] test test::float::test_cosh ... ok [INFO] [stdout] test test::float::test_exp_ln ... ok [INFO] [stdout] test test::float::test_ln ... ok [INFO] [stdout] test test::float::test_log ... ok [INFO] [stdout] test test::float::test_norm ... ok [INFO] [stdout] test test::float::test_acosh ... ok [INFO] [stdout] test test::float::test_cos ... ok [INFO] [stdout] test test::float::test_exp ... ok [INFO] [stdout] test test::float::test_hyperbolic_identites ... ok [INFO] [stdout] test test::float::test_sinh ... ok [INFO] [stdout] test test::float::test_sin ... ok [INFO] [stdout] test test::float::test_powf ... ok [INFO] [stdout] test test::float::test_polar_conv ... ok [INFO] [stdout] test test::float::test_powc ... ok [INFO] [stdout] test test::float::test_some_expf_cases ... ok [INFO] [stdout] test test::float::test_sqrt ... ok [INFO] [stdout] test test::float::test_tan ... ok [INFO] [stdout] test test::float::test_trig_identities ... ok [INFO] [stdout] test test::float::test_tanh ... ok [INFO] [stdout] test test::float::test_trig_to_hyperbolic ... ok [INFO] [stdout] test test::complex_arithmetic::test_neg ... ok [INFO] [stdout] test test::real_arithmetic::test_mul ... ok [INFO] [stdout] test test::real_arithmetic::test_add ... ok [INFO] [stdout] test test::real_arithmetic::test_div ... ok [INFO] [stdout] test test::real_arithmetic::test_div_rem_gaussian ... ok [INFO] [stdout] test test::complex_arithmetic::test_rem ... ok [INFO] [stdout] test cast::test::test_as_primitive ... ok [INFO] [stdout] test test::test_consts ... ok [INFO] [stdout] test test::test_conj ... ok [INFO] [stdout] test test::real_arithmetic::test_rem ... ok [INFO] [stdout] test test::real_arithmetic::test_sub ... ok [INFO] [stdout] test test::test_from_str ... ok [INFO] [stdout] test test::test_from_str_radix ... ok [INFO] [stdout] test test::test_hash ... ok [INFO] [stdout] test test::test_inv ... ok [INFO] [stdout] test test::test_inv_zero ... ok [INFO] [stdout] test test::test_is_infinite ... ok [INFO] [stdout] test test::test_is_finite ... ok [INFO] [stdout] test test::test_from_str_fail ... ok [INFO] [stdout] test test::test_hashset ... ok [INFO] [stdout] test test::test_is_nan_special_cases ... ok [INFO] [stdout] test test::test_is_nan ... ok [INFO] [stdout] test test::test_prod ... ok [INFO] [stdout] test test::test_scale_unscale ... ok [INFO] [stdout] test test::test_to_string ... ok [INFO] [stdout] test test::test_sum ... ok [INFO] [stdout] test test::test_string_formatting ... ok [INFO] [stdout] test test::test_is_normal ... ok [INFO] [stdout] test test::test_divide_by_zero_natural ... ok [INFO] [stderr] Doc-tests num-complex [INFO] [stdout] [INFO] [stdout] test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - Complex (line 71) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b2bb244805160a4b7b2016aeb40fb2fb5a2900dd54b4d7d514158496906036d6"` [INFO] running `"docker" "rm" "-f" "b2bb244805160a4b7b2016aeb40fb2fb5a2900dd54b4d7d514158496906036d6"` [INFO] [stdout] b2bb244805160a4b7b2016aeb40fb2fb5a2900dd54b4d7d514158496906036d6