[INFO] fetching crate projgeom-rs 0.1.3...
[INFO] testing projgeom-rs-0.1.3 against 1.91.0 for beta-1.92-2
[INFO] extracting crate projgeom-rs 0.1.3 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate projgeom-rs 0.1.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate projgeom-rs 0.1.3
[INFO] tweaked toml for crates.io crate projgeom-rs 0.1.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate projgeom-rs 0.1.3 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 79 packages to latest compatible versions
[INFO] [stderr]       Adding svgbob v0.6.6 (available: v0.6.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded svgbobdoc v0.3.0
[INFO] [stderr]   Downloaded phf_macros v0.10.0
[INFO] [stderr]   Downloaded jss v0.5.1
[INFO] [stderr]   Downloaded quickcheck_macros v1.1.0
[INFO] [stderr]   Downloaded mt-dom v0.15.0
[INFO] [stderr]   Downloaded simba v0.7.3
[INFO] [stderr]   Downloaded fractions-rs v0.1.5
[INFO] [stderr]   Downloaded sauron-core v0.45.2
[INFO] [stderr]   Downloaded svgbob v0.6.6
[INFO] [stderr]   Downloaded pom v3.4.0
[INFO] [stderr]   Downloaded parry2d v0.8.0
[INFO] [stderr]   Downloaded sauron v0.45.2
[INFO] [stderr]   Downloaded nalgebra v0.30.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63882c05b569842a689a5989f05c109bab7fa996db786595056dfa50f48d58fc
[INFO] running `Command { std: "docker" "start" "-a" "63882c05b569842a689a5989f05c109bab7fa996db786595056dfa50f48d58fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63882c05b569842a689a5989f05c109bab7fa996db786595056dfa50f48d58fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63882c05b569842a689a5989f05c109bab7fa996db786595056dfa50f48d58fc", kill_on_drop: false }`
[INFO] [stdout] 63882c05b569842a689a5989f05c109bab7fa996db786595056dfa50f48d58fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 53b18399308a8d2a2f5f9fd356f75c4792d73a2c815eceace232ee8c73ed582f
[INFO] running `Command { std: "docker" "start" "-a" "53b18399308a8d2a2f5f9fd356f75c4792d73a2c815eceace232ee8c73ed582f", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling mt-dom v0.15.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pom v3.4.0
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling fractions-rs v0.1.5
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling simba v0.7.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling jss v0.5.1
[INFO] [stderr]    Compiling sauron-core v0.45.2
[INFO] [stderr]    Compiling sauron v0.45.2
[INFO] [stderr]    Compiling nalgebra v0.30.1
[INFO] [stderr]    Compiling parry2d v0.8.0
[INFO] [stderr]    Compiling svgbob v0.6.6
[INFO] [stderr]    Compiling svgbobdoc v0.3.0
[INFO] [stderr]    Compiling projgeom-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.30s
[INFO] running `Command { std: "docker" "inspect" "53b18399308a8d2a2f5f9fd356f75c4792d73a2c815eceace232ee8c73ed582f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53b18399308a8d2a2f5f9fd356f75c4792d73a2c815eceace232ee8c73ed582f", kill_on_drop: false }`
[INFO] [stdout] 53b18399308a8d2a2f5f9fd356f75c4792d73a2c815eceace232ee8c73ed582f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ddbd186446f9bd659923554185e14dcd482f1e86aa2d29f79f51803e1c8192b
[INFO] running `Command { std: "docker" "start" "-a" "5ddbd186446f9bd659923554185e14dcd482f1e86aa2d29f79f51803e1c8192b", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pom v3.4.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling jss v0.5.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling quickcheck_macros v1.1.0
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling sauron-core v0.45.2
[INFO] [stderr]    Compiling sauron v0.45.2
[INFO] [stderr]    Compiling svgbob v0.6.6
[INFO] [stderr]    Compiling svgbobdoc v0.3.0
[INFO] [stderr]    Compiling projgeom-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.20s
[INFO] running `Command { std: "docker" "inspect" "5ddbd186446f9bd659923554185e14dcd482f1e86aa2d29f79f51803e1c8192b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ddbd186446f9bd659923554185e14dcd482f1e86aa2d29f79f51803e1c8192b", kill_on_drop: false }`
[INFO] [stdout] 5ddbd186446f9bd659923554185e14dcd482f1e86aa2d29f79f51803e1c8192b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e25a2b82da2598abb0ec952a4b03fb715789d466f5693ec7e7e647f0ecc61e81
[INFO] running `Command { std: "docker" "start" "-a" "e25a2b82da2598abb0ec952a4b03fb715789d466f5693ec7e7e647f0ecc61e81", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/projgeom_rs-8abcf4772eec55c0)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test pg_plane::tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-df23c089d3a04349)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test test_ell_line ... ok
[INFO] [stdout] test test_cross ... ok
[INFO] [stdout] test test_add_sub ... ok
[INFO] [stdout] test test_add_sub_assign ... ok
[INFO] [stdout] test test_ell_point ... ok
[INFO] [stdout] test it_works ... ok
[INFO] [stdout] test test_hyp_point ... ok
[INFO] [stdout] test test_mul_div ... ok
[INFO] [stdout] test test_myck_line ... ok
[INFO] [stdout] test test_myck_point ... ok
[INFO] [stdout] test test_hyp_line ... ok
[INFO] [stdout] test test_euclid_point ... ok
[INFO] [stdout] test test_mul_div_assign ... ok
[INFO] [stdout] test test_ordering ... ok
[INFO] [stdout] test test_persp_point ... ok
[INFO] [stderr]    Doc-tests projgeom_rs
[INFO] [stdout] test test_pg_line ... ok
[INFO] [stdout] test test_pg_point_q ... ok
[INFO] [stdout] test test_pg_point ... ok
[INFO] [stdout] test test_pg_point_q2 ... ok
[INFO] [stdout] test test_pg_point_q3 ... ok
[INFO] [stdout] test test_special ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/pg_object.rs - pg_object::cross2 (line 47) ... ok
[INFO] [stdout] test src/pg_object.rs - pg_object::plucker_operation (line 79) ... ok
[INFO] [stdout] test src/pg_object.rs - pg_object::dot_product (line 19) ... ok
[INFO] [stdout] test src/pg_object.rs - pg_object::dot1 (line 33) ... ok
[INFO] [stdout] test src/pg_plane.rs - pg_plane::coincident (line 56) ... ok
[INFO] [stdout] test src/pg_object.rs - pg_object::cross_product (line 61) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e25a2b82da2598abb0ec952a4b03fb715789d466f5693ec7e7e647f0ecc61e81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e25a2b82da2598abb0ec952a4b03fb715789d466f5693ec7e7e647f0ecc61e81", kill_on_drop: false }`
[INFO] [stdout] e25a2b82da2598abb0ec952a4b03fb715789d466f5693ec7e7e647f0ecc61e81
