[INFO] cloning repository SiegeEngine/mathwrap [INFO] running `"git" "clone" "--bare" "git://github.com/SiegeEngine/mathwrap.git" "work/cache/sources/gh/SiegeEngine/mathwrap"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/SiegeEngine/mathwrap'... [INFO] running `"git" "clone" "work/cache/sources/gh/SiegeEngine/mathwrap" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/SiegeEngine/mathwrap"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/SiegeEngine/mathwrap'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/SiegeEngine/mathwrap" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/SiegeEngine/mathwrap"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/SiegeEngine/mathwrap'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 47a1de79e6bd6fdffaebb851985a08815d9b7a5c [INFO] sha for GitHub repo SiegeEngine/mathwrap: 47a1de79e6bd6fdffaebb851985a08815d9b7a5c [INFO] validating manifest of SiegeEngine/mathwrap 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 SiegeEngine/mathwrap 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 SiegeEngine/mathwrap [INFO] finished frobbing SiegeEngine/mathwrap [INFO] frobbed toml for SiegeEngine/mathwrap written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/SiegeEngine/mathwrap/Cargo.toml [INFO] started frobbing SiegeEngine/mathwrap [INFO] finished frobbing SiegeEngine/mathwrap [INFO] frobbed toml for SiegeEngine/mathwrap written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/SiegeEngine/mathwrap/Cargo.toml [INFO] crate SiegeEngine/mathwrap already has a lockfile, it will not be regenerated [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 SiegeEngine/mathwrap against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/SiegeEngine/mathwrap:/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] ce2da5820a7b2ed7954621df94d28ac63fd96c620d2bfdf045de47787cc038a1 [INFO] running `"docker" "start" "-a" "ce2da5820a7b2ed7954621df94d28ac63fd96c620d2bfdf045de47787cc038a1"` [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling alga v0.5.4 [INFO] [stderr] Compiling nalgebra v0.14.3 [INFO] [stderr] warning[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.14.3/src/core/cg.rs:292:44 [INFO] [stderr] | [INFO] [stderr] 292 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)]; [INFO] [stderr] | ---------------------------^^^^------------------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling mathwrap v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.84s [INFO] running `"docker" "inspect" "ce2da5820a7b2ed7954621df94d28ac63fd96c620d2bfdf045de47787cc038a1"` [INFO] running `"docker" "rm" "-f" "ce2da5820a7b2ed7954621df94d28ac63fd96c620d2bfdf045de47787cc038a1"` [INFO] [stdout] ce2da5820a7b2ed7954621df94d28ac63fd96c620d2bfdf045de47787cc038a1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/SiegeEngine/mathwrap:/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] 1e66ae0cb69688b7a9c34586b143d91bd9c99ce39c5fea81e2dbf46963c363e5 [INFO] running `"docker" "start" "-a" "1e66ae0cb69688b7a9c34586b143d91bd9c99ce39c5fea81e2dbf46963c363e5"` [INFO] [stderr] Compiling mathwrap v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.31s [INFO] running `"docker" "inspect" "1e66ae0cb69688b7a9c34586b143d91bd9c99ce39c5fea81e2dbf46963c363e5"` [INFO] running `"docker" "rm" "-f" "1e66ae0cb69688b7a9c34586b143d91bd9c99ce39c5fea81e2dbf46963c363e5"` [INFO] [stdout] 1e66ae0cb69688b7a9c34586b143d91bd9c99ce39c5fea81e2dbf46963c363e5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/SiegeEngine/mathwrap:/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] ea83bfdd75b4aa9b221d86dde11b54cbac2be7260ffdc6acda251bbbf867c65b [INFO] running `"docker" "start" "-a" "ea83bfdd75b4aa9b221d86dde11b54cbac2be7260ffdc6acda251bbbf867c65b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/mathwrap-26ee191e494b4508 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test angle::tests::test_cgmath_conversion ... ok [INFO] [stdout] test angle::tests::test_cycles ... ok [INFO] [stdout] test angle::tests::test_assignops ... ok [INFO] [stdout] test angle::tests::test_degrees ... ok [INFO] [stdout] test angle::tests::test_radians ... ok [INFO] [stderr] Doc-tests mathwrap [INFO] [stdout] test angle::tests::test_relations ... ok [INFO] [stdout] test angle::tests::test_normalize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "ea83bfdd75b4aa9b221d86dde11b54cbac2be7260ffdc6acda251bbbf867c65b"` [INFO] running `"docker" "rm" "-f" "ea83bfdd75b4aa9b221d86dde11b54cbac2be7260ffdc6acda251bbbf867c65b"` [INFO] [stdout] ea83bfdd75b4aa9b221d86dde11b54cbac2be7260ffdc6acda251bbbf867c65b