[INFO] cloning repository https://github.com/TheWindoof/LibRapidRust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheWindoof/LibRapidRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheWindoof%2FLibRapidRust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheWindoof%2FLibRapidRust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 85066f8446c2cb7f2161d9c5dbcafa12199ddf38 [INFO] testing TheWindoof/LibRapidRust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheWindoof%2FLibRapidRust" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheWindoof/LibRapidRust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/TheWindoof/LibRapidRust [INFO] finished tweaking git repo https://github.com/TheWindoof/LibRapidRust [INFO] tweaked toml for git repo https://github.com/TheWindoof/LibRapidRust written to /workspace/builds/worker-29/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71d1ad860fb5f524a97cd7483c12cb873236a3a0da60970a6a2f93cac4eb913e [INFO] running `Command { std: "docker" "start" "-a" "71d1ad860fb5f524a97cd7483c12cb873236a3a0da60970a6a2f93cac4eb913e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71d1ad860fb5f524a97cd7483c12cb873236a3a0da60970a6a2f93cac4eb913e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71d1ad860fb5f524a97cd7483c12cb873236a3a0da60970a6a2f93cac4eb913e", kill_on_drop: false }` [INFO] [stdout] 71d1ad860fb5f524a97cd7483c12cb873236a3a0da60970a6a2f93cac4eb913e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a758c66096e3f816cba3a4810d41b9439f54d79fc36a27691417323e61d87df1 [INFO] running `Command { std: "docker" "start" "-a" "a758c66096e3f816cba3a4810d41b9439f54d79fc36a27691417323e61d87df1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling lib_rapid v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `Command { std: "docker" "inspect" "a758c66096e3f816cba3a4810d41b9439f54d79fc36a27691417323e61d87df1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a758c66096e3f816cba3a4810d41b9439f54d79fc36a27691417323e61d87df1", kill_on_drop: false }` [INFO] [stdout] a758c66096e3f816cba3a4810d41b9439f54d79fc36a27691417323e61d87df1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53201b908e48f793a5cb86239a47453bbaa5fba33ce5d9f6d5336682fdaead4c [INFO] running `Command { std: "docker" "start" "-a" "53201b908e48f793a5cb86239a47453bbaa5fba33ce5d9f6d5336682fdaead4c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lib_rapid v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.93s [INFO] running `Command { std: "docker" "inspect" "53201b908e48f793a5cb86239a47453bbaa5fba33ce5d9f6d5336682fdaead4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53201b908e48f793a5cb86239a47453bbaa5fba33ce5d9f6d5336682fdaead4c", kill_on_drop: false }` [INFO] [stdout] 53201b908e48f793a5cb86239a47453bbaa5fba33ce5d9f6d5336682fdaead4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 76ee320e844c95f73cc9ec1000a5bbc74b55999f51b0319038a23121634f67a6 [INFO] running `Command { std: "docker" "start" "-a" "76ee320e844c95f73cc9ec1000a5bbc74b55999f51b0319038a23121634f67a6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.22s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lib_rapid-eaaad73c83cc03bc) [INFO] [stdout] [INFO] [stderr] Doc-tests lib_rapid [INFO] [stdout] running 1 test [INFO] [stdout] test benchmarks::benchmark ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 173 tests [INFO] [stdout] test src/compsci/general.rs - compsci::general::SliceOps::swap_top (line 33) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::intsect_with (line 159) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::set_c (line 101) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::c (line 69) ... FAILED [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::is_numeric (line 115) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::get_fun_val_of (line 308) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::SliceOps::positions_of (line 55) ... FAILED [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::complex_conjugate (line 129) ... FAILED [INFO] [stdout] test src/math/general.rs - math::general::better_be_even (line 410) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::BitwiseSlice::and_with (line 114) ... FAILED [INFO] [stdout] test src/compsci/colours/rgba.rs - compsci::colours::rgba::RGBa::from_str (line 43) ... FAILED [INFO] [stdout] test src/compsci/stringhelpers.rs - compsci::stringhelpers::StringUtils::is_alphanumeric (line 103) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::set_m (line 83) ... FAILED [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::magenta (line 117) ... FAILED [INFO] [stdout] test src/math/general/avg_macros.rs - math::general::avg_macros::median (line 52) ... FAILED [INFO] [stdout] test src/math/general.rs - math::general::NumDigits::cross_sum (line 87) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::new (line 37) ... FAILED [INFO] [stdout] test src/math/general.rs - math::general::Averages::mid_range (line 70) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::m (line 53) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::new (line 34) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::raw_decompose (line 288) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::BinaryInsert::binary_insert (line 137) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::FloatMagic::real_exponent (line 272) ... FAILED [INFO] [stdout] test src/math/general.rs - math::general::NumTools::cube (line 220) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::set_b (line 157) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::get_vertex (line 288) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::a (line 88) ... FAILED [INFO] [stdout] test src/compsci/unit_conversion.rs - compsci::unit_conversion::BinaryPrefix (line 74) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::b (line 104) ... FAILED [INFO] [stdout] test src/math/complex.rs - math::complex::ComplexNumber::abs_f32 (line 160) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::intsect_with_quadratic (line 193) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::intsect_with_quadratic (line 182) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::intsect_with_linear (line 268) ... FAILED [INFO] [stdout] test src/math/general/avg_macros.rs - math::general::avg_macros::harmonic_mean (line 28) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::get_derivative (line 325) ... FAILED [INFO] [stdout] test src/math/general.rs - math::general::NumTools::square (line 205) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::BitwiseSlice::xor_with (line 74) ... FAILED [INFO] [stdout] test src/compsci/colours/cmyk.rs - compsci::colours::cmyk::CMYK::yellow (line 132) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::BinaryInsert::binary_insert_no_dup (line 156) ... FAILED [INFO] [stdout] test src/compsci/general.rs - compsci::general::BitwiseSlice::or_with (line 94) ... FAILED [INFO] [stdout] test src/math/general/avg_macros.rs - math::general::avg_macros::arithmetic_mean (line 4) ... FAILED [INFO] [stdout] test src/math/equations/linear.rs - math::equations::linear::LinearEquation::get_root (line 121) ... FAILED [INFO] [stdout] test src/math/sets/vec_sets.rs - math::sets::vec_sets::VecSet::insert (line 255) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::get_solutions (line 196) ... FAILED [INFO] [stdout] test src/math/equations/quadratic.rs - math::equations::quadratic::QuadraticEquation::set_a (line 136) ... FAILED [INFO] [stdout] test src/math/primes.rs - math::primes::Primality::is_prime (line 38) ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name lib_rapid --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bincode=/opt/rustwide/target/debug/deps/libbincode-37072f2f22cbdb93.rlib --extern bit_vec=/opt/rustwide/target/debug/deps/libbit_vec-a54f1b709dd4a352.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-f011a6b0398c1ac8.rlib --extern lib_rapid=/opt/rustwide/target/debug/deps/liblib_rapid-d86edc25b280d744.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8694140f610cbfa8.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "76ee320e844c95f73cc9ec1000a5bbc74b55999f51b0319038a23121634f67a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76ee320e844c95f73cc9ec1000a5bbc74b55999f51b0319038a23121634f67a6", kill_on_drop: false }` [INFO] [stdout] 76ee320e844c95f73cc9ec1000a5bbc74b55999f51b0319038a23121634f67a6