[INFO] cloning repository https://github.com/mhazoglou/complex [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mhazoglou/complex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhazoglou%2Fcomplex", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhazoglou%2Fcomplex'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 596e0b0b570ba275f5adf9135826ac413e239697 [INFO] testing mhazoglou/complex against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhazoglou%2Fcomplex" "/workspace/builds/worker-46/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-46/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mhazoglou/complex on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mhazoglou/complex [INFO] finished tweaking git repo https://github.com/mhazoglou/complex [INFO] tweaked toml for git repo https://github.com/mhazoglou/complex written to /workspace/builds/worker-46/source/Cargo.toml [INFO] crate git repo https://github.com/mhazoglou/complex already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42e736f5c50fc2e1a8daf6a99425f03d3a8d9defa83c166e37e54ac18ef30452 [INFO] running `Command { std: "docker" "start" "-a" "42e736f5c50fc2e1a8daf6a99425f03d3a8d9defa83c166e37e54ac18ef30452", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42e736f5c50fc2e1a8daf6a99425f03d3a8d9defa83c166e37e54ac18ef30452", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42e736f5c50fc2e1a8daf6a99425f03d3a8d9defa83c166e37e54ac18ef30452", kill_on_drop: false }` [INFO] [stdout] 42e736f5c50fc2e1a8daf6a99425f03d3a8d9defa83c166e37e54ac18ef30452 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfaaa9b58a0611e01387732f8c6ef598b45e6ea9ea6c0531c48c6d61511c21e1 [INFO] running `Command { std: "docker" "start" "-a" "bfaaa9b58a0611e01387732f8c6ef598b45e6ea9ea6c0531c48c6d61511c21e1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling complex v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `type_of` [INFO] [stdout] --> src/fmt.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn type_of(_: &T) -> &'static str { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.01s [INFO] running `Command { std: "docker" "inspect" "bfaaa9b58a0611e01387732f8c6ef598b45e6ea9ea6c0531c48c6d61511c21e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfaaa9b58a0611e01387732f8c6ef598b45e6ea9ea6c0531c48c6d61511c21e1", kill_on_drop: false }` [INFO] [stdout] bfaaa9b58a0611e01387732f8c6ef598b45e6ea9ea6c0531c48c6d61511c21e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] add6daeba3f1ce152677eb21a75e8edbefee5c4d256a030a4536c0be08f0b32c [INFO] running `Command { std: "docker" "start" "-a" "add6daeba3f1ce152677eb21a75e8edbefee5c4d256a030a4536c0be08f0b32c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling complex v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `type_of` [INFO] [stdout] --> src/fmt.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn type_of(_: &T) -> &'static str { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `type_of` [INFO] [stdout] --> src/fmt.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn type_of(_: &T) -> &'static str { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.83s [INFO] running `Command { std: "docker" "inspect" "add6daeba3f1ce152677eb21a75e8edbefee5c4d256a030a4536c0be08f0b32c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "add6daeba3f1ce152677eb21a75e8edbefee5c4d256a030a4536c0be08f0b32c", kill_on_drop: false }` [INFO] [stdout] add6daeba3f1ce152677eb21a75e8edbefee5c4d256a030a4536c0be08f0b32c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-46/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8f628a118258aea5dafdfbb32da50523787ec286696894c9044e0ec7ce9959f7 [INFO] running `Command { std: "docker" "start" "-a" "8f628a118258aea5dafdfbb32da50523787ec286696894c9044e0ec7ce9959f7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: function is never used: `type_of` [INFO] [stderr] --> src/fmt.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | fn type_of(_: &T) -> &'static str { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `complex` (lib) generated 1 warning [INFO] [stderr] warning: `complex` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.83s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/complex-c132c9700387e9e3) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/complex-51ebaa360ddc336f) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/arithmetic_tests.rs (/opt/rustwide/target/debug/deps/arithmetic_tests-9ae5926cb5f9fa81) [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test test_add_complexf64_and_f64 ... ok [INFO] [stdout] test test_add_octonionf64_and_f64 ... ok [INFO] [stdout] test test_add_complexf32_and_f32 ... ok [INFO] [stdout] test test_add_octonionf32_and_f32 ... ok [INFO] [stdout] test test_add_quaternionf32_and_f32 ... ok [INFO] [stdout] test test_add_quaternionf64_and_f64 ... ok [INFO] [stdout] test test_add_two_complexf32 ... ok [INFO] [stdout] test test_add_two_complexf64 ... ok [INFO] [stdout] test test_add_two_octonionsf32 ... ok [INFO] [stdout] test test_add_two_octonionsf64 ... ok [INFO] [stdout] test test_add_two_quaternionsf32 ... ok [INFO] [stdout] test test_add_two_quaternionsf64 ... ok [INFO] [stdout] test test_associator_two_octonionf32 ... ok [INFO] [stdout] test test_commutator_two_octonionf32 ... ok [INFO] [stdout] test test_associator_two_octonionf64 ... ok [INFO] [stdout] test test_commutator_two_octonionf64 ... ok [INFO] [stdout] test test_commutator_two_quaternionf32 ... ok [INFO] [stdout] test test_commutator_two_quaternionf64 ... ok [INFO] [stdout] test test_div_complexf32_and_f32 ... ok [INFO] [stdout] test test_div_complexf64_and_f64 ... ok [INFO] [stdout] test test_div_octonionf32_and_f32 ... ok [INFO] [stdout] test test_div_octonionf64_and_f64 ... ok [INFO] [stdout] test test_div_quaternionf32_and_f32 ... ok [INFO] [stdout] test test_div_quaternionf64_and_f64 ... ok [INFO] [stdout] test test_div_two_complexf32 ... ok [INFO] [stdout] test test_div_two_complexf64 ... ok [INFO] [stdout] test test_div_two_octonionf32 ... ok [INFO] [stdout] test test_div_two_octonionf64 ... ok [INFO] [stdout] test test_div_two_quaternionf32 ... ok [INFO] [stdout] test test_div_two_quaternionf64 ... ok [INFO] [stdout] test test_exp_complexf32 ... ok [INFO] [stdout] test test_mul_complexf32_and_f32 ... ok [INFO] [stdout] test test_mul_complexf64_and_f64 ... ok [INFO] [stdout] test test_mul_octonionf32_and_f32 ... ok [INFO] [stdout] test test_mul_octonionf64_and_f64 ... ok [INFO] [stdout] test test_mul_quaternionf32_and_f32 ... ok [INFO] [stdout] test test_mul_quaternionf64_and_f64 ... ok [INFO] [stdout] test test_mul_two_complexf32 ... ok [INFO] [stdout] test test_mul_two_complexf64 ... ok [INFO] [stdout] test test_mul_two_octonionf32 ... ok [INFO] [stdout] test test_mul_two_octonionf64 ... ok [INFO] [stdout] test test_mul_two_quaternionf32 ... ok [INFO] [stdout] test test_mul_two_quaternionf64 ... ok [INFO] [stdout] test test_neg_complexf32 ... ok [INFO] [stdout] test test_neg_complexf64 ... ok [INFO] [stdout] test test_exp_complexf64 ... ok [INFO] [stdout] test test_neg_octonionf32 ... ok [INFO] [stdout] test test_neg_octonionf64 ... ok [INFO] [stdout] test test_neg_quaternionf32 ... ok [INFO] [stdout] test test_neg_quaternionf64 ... ok [INFO] [stdout] test test_rem_complexf32_and_f32 ... ok [INFO] [stdout] test test_rem_f32_and_complexf32 ... ok [INFO] [stdout] test test_rem_two_complexf32 ... ok [INFO] [stdout] test test_sub_complexf32_and_f32 ... ok [INFO] [stdout] test test_sub_complexf64_and_f64 ... ok [INFO] [stdout] test test_sub_octonionf32_and_f32 ... ok [INFO] [stdout] test test_sub_octonionf64_and_f64 ... ok [INFO] [stdout] test test_sub_quaternionf32_and_f32 ... ok [INFO] [stdout] test test_sub_quaternionf64_and_f64 ... ok [INFO] [stdout] test test_sub_two_complexf32 ... ok [INFO] [stdout] test test_sub_two_complexf64 ... ok [INFO] [stdout] test test_sub_two_octonionf32 ... ok [INFO] [stdout] test test_sub_two_octonionf64 ... ok [INFO] [stdout] test test_sub_two_quaternionf32 ... ok [INFO] [stdout] test test_sub_two_quaternionf64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/print_parse_tests.rs (/opt/rustwide/target/debug/deps/print_parse_tests-51de6768ff42992f) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test test_print_complexf64 ... ok [INFO] [stdout] test test_print_complexf32 ... ok [INFO] [stdout] test test_parse_complexf64_no_real_part ... ok [INFO] [stdout] test test_parse_complexf64_no_imaginary_part ... ok [INFO] [stdout] test test_parse_complexf64 ... ok [INFO] [stdout] test test_parse_complexf32_no_real_part ... ok [INFO] [stdout] test test_parse_complexf32 ... ok [INFO] [stdout] test test_parse_complexf32_no_imaginary_part ... ok [INFO] [stdout] test test_parse_complexf64_err - should panic ... ok [INFO] [stdout] test test_parse_complexf32_err - should panic ... ok [INFO] [stdout] test test_parse_quaternionf64 ... ok [INFO] [stdout] test test_parse_octonionf64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Doc-tests complex [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test src/lib.rs - Functions::cosh (line 219) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::powi (line 192) ... FAILED [INFO] [stdout] test src/lib.rs - Rounding::trunc (line 543) ... FAILED [INFO] [stdout] test src/lib.rs - AbsSq::abs_sq (line 984) ... FAILED [INFO] [stdout] test src/lib.rs - Rounding::floor (line 504) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::exp (line 110) ... FAILED [INFO] [stdout] test src/lib.rs - Conjugate::conj (line 942) ... FAILED [INFO] [stdout] test src/lib.rs - Rounding::round (line 531) ... FAILED [INFO] [stdout] test src/lib.rs - ImaginaryConstants::j (line 725) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::powu (line 179) ... FAILED [INFO] [stdout] test src/lib.rs - Rounding::ceil (line 517) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::powz (line 152) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::sinh (line 205) ... FAILED [INFO] [stdout] test src/lib.rs - ImaginaryConstants::i (line 710) ... FAILED [INFO] [stdout] test src/lib.rs - Fill::from_vec (line 868) ... FAILED [INFO] [stdout] test src/lib.rs - Rounding::fract (line 555) ... FAILED [INFO] [stdout] test src/lib.rs - Complex::new (line 88) ... FAILED [INFO] [stdout] test src/lib.rs - complex (line 21) ... FAILED [INFO] [stdout] test src/lib.rs - Fill::from_slice (line 853) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::powu_tail (line 166) ... FAILED [INFO] [stdout] test src/lib.rs - Identity::zero (line 643) ... FAILED [INFO] [stdout] test src/lib.rs - ImaginaryConstants::k (line 740) ... FAILED [INFO] [stdout] test src/lib.rs - Fill::fill (line 840) ... FAILED [INFO] [stdout] test src/lib.rs - Identity::one (line 656) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::cos (line 261) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::sin (line 247) ... FAILED [INFO] [stdout] test src/lib.rs - Real::real (line 1024) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::powf (line 139) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::ln (line 125) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::tanh (line 233) ... FAILED [INFO] [stdout] test src/lib.rs - Functions::tan (line 275) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Functions::cosh (line 219) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::powi (line 192) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Rounding::trunc (line 543) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - AbsSq::abs_sq (line 984) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Rounding::floor (line 504) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::exp (line 110) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Conjugate::conj (line 942) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Rounding::round (line 531) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ImaginaryConstants::j (line 725) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::powu (line 179) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Rounding::ceil (line 517) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::powz (line 152) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::sinh (line 205) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ImaginaryConstants::i (line 710) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Fill::from_vec (line 868) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Rounding::fract (line 555) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Complex::new (line 88) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - complex (line 21) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Fill::from_slice (line 853) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::powu_tail (line 166) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Identity::zero (line 643) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ImaginaryConstants::k (line 740) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Fill::fill (line 840) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Identity::one (line 656) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::cos (line 261) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::sin (line 247) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Real::real (line 1024) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::powf (line 139) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::ln (line 125) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Functions::tanh (line 233) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - AbsSq::abs_sq (line 984) [INFO] [stdout] src/lib.rs - Complex::new (line 88) [INFO] [stdout] src/lib.rs - Conjugate::conj (line 942) [INFO] [stdout] src/lib.rs - Fill::fill (line 840) [INFO] [stdout] src/lib.rs - Fill::from_slice (line 853) [INFO] [stdout] src/lib.rs - Fill::from_vec (line 868) [INFO] [stdout] src/lib.rs - Functions::cos (line 261) [INFO] [stdout] src/lib.rs - Functions::cosh (line 219) [INFO] [stdout] src/lib.rs - Functions::exp (line 110) [INFO] [stdout] src/lib.rs - Functions::ln (line 125) [INFO] [stdout] src/lib.rs - Functions::powf (line 139) [INFO] [stdout] src/lib.rs - Functions::powi (line 192) [INFO] [stdout] src/lib.rs - Functions::powu (line 179) [INFO] [stdout] src/lib.rs - Functions::powu_tail (line 166) [INFO] [stdout] src/lib.rs - Functions::powz (line 152) [INFO] [stdout] src/lib.rs - Functions::sin (line 247) [INFO] [stdout] src/lib.rs - Functions::sinh (line 205) [INFO] [stdout] src/lib.rs - Functions::tanh (line 233) [INFO] [stdout] src/lib.rs - Identity::one (line 656) [INFO] [stdout] src/lib.rs - Identity::zero (line 643) [INFO] [stdout] src/lib.rs - ImaginaryConstants::i (line 710) [INFO] [stdout] src/lib.rs - ImaginaryConstants::j (line 725) [INFO] [stdout] src/lib.rs - ImaginaryConstants::k (line 740) [INFO] [stdout] src/lib.rs - Real::real (line 1024) [INFO] [stdout] src/lib.rs - Rounding::ceil (line 517) [INFO] [stdout] src/lib.rs - Rounding::floor (line 504) [INFO] [stdout] src/lib.rs - Rounding::fract (line 555) [INFO] [stdout] src/lib.rs - Rounding::round (line 531) [INFO] [stdout] src/lib.rs - Rounding::trunc (line 543) [INFO] [stdout] src/lib.rs - complex (line 21) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 30 failed; 0 ignored; 0 measured; 0 filtered out; finished in 31.17s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "8f628a118258aea5dafdfbb32da50523787ec286696894c9044e0ec7ce9959f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f628a118258aea5dafdfbb32da50523787ec286696894c9044e0ec7ce9959f7", kill_on_drop: false }` [INFO] [stdout] 8f628a118258aea5dafdfbb32da50523787ec286696894c9044e0ec7ce9959f7