[INFO] updating cached repository https://github.com/andreasots/pathtracer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9b47c3caa247abf498c3f0a0099f91b034f7c218 [INFO] testing andreasots/pathtracer against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreasots%2Fpathtracer" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andreasots/pathtracer on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/andreasots/pathtracer [INFO] finished tweaking git repo https://github.com/andreasots/pathtracer [INFO] tweaked toml for git repo https://github.com/andreasots/pathtracer written to work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/andreasots/pathtracer already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 601fe9def6b7b67dc86043c5053383884909dacab19e377a7a35adba39aa7d40 [INFO] running `"docker" "start" "-a" "601fe9def6b7b67dc86043c5053383884909dacab19e377a7a35adba39aa7d40"` [INFO] [stderr] Compiling libc v0.2.47 [INFO] [stderr] Compiling fps_clock v2.0.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling minifb v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling nalgebra v0.16.13 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] warning[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/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/rustwide/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 56.44s [INFO] running `"docker" "inspect" "601fe9def6b7b67dc86043c5053383884909dacab19e377a7a35adba39aa7d40"` [INFO] running `"docker" "rm" "-f" "601fe9def6b7b67dc86043c5053383884909dacab19e377a7a35adba39aa7d40"` [INFO] [stdout] 601fe9def6b7b67dc86043c5053383884909dacab19e377a7a35adba39aa7d40 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 322c6cc312d2f415df77b4c2a831ab1b1a38e142181fd42aa076882fbff23548 [INFO] running `"docker" "start" "-a" "322c6cc312d2f415df77b4c2a831ab1b1a38e142181fd42aa076882fbff23548"` [INFO] [stderr] Compiling pathtracer v0.1.0 (/opt/rustwide/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 5.36s [INFO] running `"docker" "inspect" "322c6cc312d2f415df77b4c2a831ab1b1a38e142181fd42aa076882fbff23548"` [INFO] running `"docker" "rm" "-f" "322c6cc312d2f415df77b4c2a831ab1b1a38e142181fd42aa076882fbff23548"` [INFO] [stdout] 322c6cc312d2f415df77b4c2a831ab1b1a38e142181fd42aa076882fbff23548 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 4ac0492e51fe69942f9cbc3702c57570e4ef590ec92114ad28ff53e5659bd13b [INFO] running `"docker" "start" "-a" "4ac0492e51fe69942f9cbc3702c57570e4ef590ec92114ad28ff53e5659bd13b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pathtracer-8696a3cfa50351f9 [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" "4ac0492e51fe69942f9cbc3702c57570e4ef590ec92114ad28ff53e5659bd13b"` [INFO] running `"docker" "rm" "-f" "4ac0492e51fe69942f9cbc3702c57570e4ef590ec92114ad28ff53e5659bd13b"` [INFO] [stdout] 4ac0492e51fe69942f9cbc3702c57570e4ef590ec92114ad28ff53e5659bd13b