[INFO] cloning repository Mohitty/gsoc2019_task [INFO] running `"git" "clone" "--bare" "git://github.com/Mohitty/gsoc2019_task.git" "work/cache/sources/gh/Mohitty/gsoc2019_task"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Mohitty/gsoc2019_task'... [INFO] running `"git" "clone" "work/cache/sources/gh/Mohitty/gsoc2019_task" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Mohitty/gsoc2019_task"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Mohitty/gsoc2019_task'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Mohitty/gsoc2019_task" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mohitty/gsoc2019_task"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mohitty/gsoc2019_task'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 723039bb3c62dbf5d4282ed5dafc2cc61e88a150 [INFO] sha for GitHub repo Mohitty/gsoc2019_task: 723039bb3c62dbf5d4282ed5dafc2cc61e88a150 [INFO] validating manifest of Mohitty/gsoc2019_task 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 Mohitty/gsoc2019_task 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 Mohitty/gsoc2019_task [INFO] finished frobbing Mohitty/gsoc2019_task [INFO] frobbed toml for Mohitty/gsoc2019_task written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Mohitty/gsoc2019_task/Cargo.toml [INFO] started frobbing Mohitty/gsoc2019_task [INFO] finished frobbing Mohitty/gsoc2019_task [INFO] frobbed toml for Mohitty/gsoc2019_task written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mohitty/gsoc2019_task/Cargo.toml [INFO] crate Mohitty/gsoc2019_task 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 Mohitty/gsoc2019_task against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mohitty/gsoc2019_task:/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] dceacc6c8fa925c10a0e61dbd5e7b6995503209af1dff572fcabf9039ff38527 [INFO] running `"docker" "start" "-a" "dceacc6c8fa925c10a0e61dbd5e7b6995503209af1dff572fcabf9039ff38527"` [INFO] [stderr] Compiling approx v0.3.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling nalgebra v0.16.13 [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.16.13/src/base/cg.rs:291:44 [INFO] [stderr] | [INFO] [stderr] 291 | 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 kfchallenge v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.94s [INFO] running `"docker" "inspect" "dceacc6c8fa925c10a0e61dbd5e7b6995503209af1dff572fcabf9039ff38527"` [INFO] running `"docker" "rm" "-f" "dceacc6c8fa925c10a0e61dbd5e7b6995503209af1dff572fcabf9039ff38527"` [INFO] [stdout] dceacc6c8fa925c10a0e61dbd5e7b6995503209af1dff572fcabf9039ff38527 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mohitty/gsoc2019_task:/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] 6620fcba39c41aae628601aa88d94320758614fd8dcee84174ab85567ad5a0dd [INFO] running `"docker" "start" "-a" "6620fcba39c41aae628601aa88d94320758614fd8dcee84174ab85567ad5a0dd"` [INFO] [stderr] Compiling kfchallenge v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.93s [INFO] running `"docker" "inspect" "6620fcba39c41aae628601aa88d94320758614fd8dcee84174ab85567ad5a0dd"` [INFO] running `"docker" "rm" "-f" "6620fcba39c41aae628601aa88d94320758614fd8dcee84174ab85567ad5a0dd"` [INFO] [stdout] 6620fcba39c41aae628601aa88d94320758614fd8dcee84174ab85567ad5a0dd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Mohitty/gsoc2019_task:/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] 5fba4101b5ef007262a64e8bf898509beb16f2c775a5a74362e3ef8802e11f87 [INFO] running `"docker" "start" "-a" "5fba4101b5ef007262a64e8bf898509beb16f2c775a5a74362e3ef8802e11f87"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/kfchallenge-64fea581d09e8d2d [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test geometry::test::test_is_inside ... ok [INFO] [stdout] test geometry::test::test_local_to_global ... ok [INFO] [stdout] test geometry::test::test_global_to_local ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5fba4101b5ef007262a64e8bf898509beb16f2c775a5a74362e3ef8802e11f87"` [INFO] running `"docker" "rm" "-f" "5fba4101b5ef007262a64e8bf898509beb16f2c775a5a74362e3ef8802e11f87"` [INFO] [stdout] 5fba4101b5ef007262a64e8bf898509beb16f2c775a5a74362e3ef8802e11f87