[INFO] cloning repository andreasots/pathtracer [INFO] running `"git" "clone" "--bare" "git://github.com/andreasots/pathtracer.git" "work/cache/sources/gh/andreasots/pathtracer"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/andreasots/pathtracer'... [INFO] running `"git" "clone" "work/cache/sources/gh/andreasots/pathtracer" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/andreasots/pathtracer"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/andreasots/pathtracer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/andreasots/pathtracer" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andreasots/pathtracer"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andreasots/pathtracer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9b47c3caa247abf498c3f0a0099f91b034f7c218 [INFO] sha for GitHub repo andreasots/pathtracer: 9b47c3caa247abf498c3f0a0099f91b034f7c218 [INFO] validating manifest of andreasots/pathtracer 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 andreasots/pathtracer 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 andreasots/pathtracer [INFO] finished frobbing andreasots/pathtracer [INFO] frobbed toml for andreasots/pathtracer written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/andreasots/pathtracer/Cargo.toml [INFO] started frobbing andreasots/pathtracer [INFO] finished frobbing andreasots/pathtracer [INFO] frobbed toml for andreasots/pathtracer written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andreasots/pathtracer/Cargo.toml [INFO] crate andreasots/pathtracer 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 andreasots/pathtracer against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andreasots/pathtracer:/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] f624079a91bdadfe7c44fbbc881b5397dc54d03a3deb91a83791be7019c30cde [INFO] running `"docker" "start" "-a" "f624079a91bdadfe7c44fbbc881b5397dc54d03a3deb91a83791be7019c30cde"` [INFO] [stderr] Compiling fps_clock v2.0.0 [INFO] [stderr] Compiling minifb v0.11.2 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [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 pathtracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Point3`, `Unit`, `Vector3` [INFO] [stderr] --> src/scene.rs:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | use nalgebra::{IsometryMatrix3, Point3, Unit, Vector3}; [INFO] [stderr] | ^^^^^^ ^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Distribution` [INFO] [stderr] --> src/main.rs:7:27 [INFO] [stderr] | [INFO] [stderr] 7 | use rand::distributions::{Distribution, Standard, StandardNormal}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `other` [INFO] [stderr] --> src/pbrt_parser.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | fn other>(ident: Identifier, kind: S, parameters: Vec) -> Statement { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/pbrt_parser.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | fn new>(name: S, value: Value) -> Parameter { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.47s [INFO] running `"docker" "inspect" "f624079a91bdadfe7c44fbbc881b5397dc54d03a3deb91a83791be7019c30cde"` [INFO] running `"docker" "rm" "-f" "f624079a91bdadfe7c44fbbc881b5397dc54d03a3deb91a83791be7019c30cde"` [INFO] [stdout] f624079a91bdadfe7c44fbbc881b5397dc54d03a3deb91a83791be7019c30cde [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andreasots/pathtracer:/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] 06c076a14a4a7d755cead2794254cb4b38009a6dda4c3be0fe0cd60fa5ba4b00 [INFO] running `"docker" "start" "-a" "06c076a14a4a7d755cead2794254cb4b38009a6dda4c3be0fe0cd60fa5ba4b00"` [INFO] [stderr] Compiling pathtracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Point3`, `Unit`, `Vector3` [INFO] [stderr] --> src/scene.rs:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | use nalgebra::{IsometryMatrix3, Point3, Unit, Vector3}; [INFO] [stderr] | ^^^^^^ ^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Distribution` [INFO] [stderr] --> src/main.rs:7:27 [INFO] [stderr] | [INFO] [stderr] 7 | use rand::distributions::{Distribution, Standard, StandardNormal}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.33s [INFO] running `"docker" "inspect" "06c076a14a4a7d755cead2794254cb4b38009a6dda4c3be0fe0cd60fa5ba4b00"` [INFO] running `"docker" "rm" "-f" "06c076a14a4a7d755cead2794254cb4b38009a6dda4c3be0fe0cd60fa5ba4b00"` [INFO] [stdout] 06c076a14a4a7d755cead2794254cb4b38009a6dda4c3be0fe0cd60fa5ba4b00 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andreasots/pathtracer:/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] 854b1a69ac66f6b5e7df1eb8a4305574c5566ab53603ae91100325b3ba525229 [INFO] running `"docker" "start" "-a" "854b1a69ac66f6b5e7df1eb8a4305574c5566ab53603ae91100325b3ba525229"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/pathtracer-930254261b3e0d3d [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test pbrt_parser::example_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "854b1a69ac66f6b5e7df1eb8a4305574c5566ab53603ae91100325b3ba525229"` [INFO] running `"docker" "rm" "-f" "854b1a69ac66f6b5e7df1eb8a4305574c5566ab53603ae91100325b3ba525229"` [INFO] [stdout] 854b1a69ac66f6b5e7df1eb8a4305574c5566ab53603ae91100325b3ba525229