[INFO] updating cached repository https://github.com/anderslanglands/optix-rs-pathtracer-example [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 86c0fbb13707d491b33228f34524aedf6b170c9e [INFO] checking anderslanglands/optix-rs-pathtracer-example against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanderslanglands%2Foptix-rs-pathtracer-example" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anderslanglands/optix-rs-pathtracer-example on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/anderslanglands/optix-rs-pathtracer-example [INFO] finished tweaking git repo https://github.com/anderslanglands/optix-rs-pathtracer-example [INFO] tweaked toml for git repo https://github.com/anderslanglands/optix-rs-pathtracer-example written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/anderslanglands/optix-rs-pathtracer-example already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b2541c6abee59fd639f07e8f70a319a7bd7ba50ef10ee1a3e22671526d046faa [INFO] running `"docker" "start" "-a" "b2541c6abee59fd639f07e8f70a319a7bd7ba50ef10ee1a3e22671526d046faa"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling rust-ini v0.12.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling bindgen v0.41.0 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling glfw-sys v3.2.2 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling toml v0.4.8 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Compiling serde_json v1.0.32 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Checking crossbeam-epoch v0.6.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking alga v0.7.2 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling clang-sys v0.23.0 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking nalgebra v0.16.5 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Checking glfw v0.23.0 [INFO] [stderr] Compiling config v0.9.1 [INFO] [stderr] Compiling optix-pathtracer-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::path::PathBuf` [INFO] [stderr] --> build.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::PathBuf; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> build.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `optix-pathtracer-example v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/optix-pathtracer-example-48834504a4a6df0c/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'OPTIX_ROOT not found. You must set OPTIX_ROOT either as an environment variable, or in build-settings.toml to point to the root of your OptiX installation.', build.rs:21:22 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55a244284b98 - backtrace::backtrace::libunwind::trace::h2e8c2dc2de171fe2 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55a244284b98 - backtrace::backtrace::trace_unsynchronized::h7aa4c132b10c7ee3 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55a244284b98 - std::sys_common::backtrace::_print_fmt::h1942b7aafbde352f [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x55a244284b98 - ::fmt::h95769d76088227e3 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x55a2442aab9c - core::fmt::write::h5449cc1bc822e495 [INFO] [stderr] at src/libcore/fmt/mod.rs:1052 [INFO] [stderr] 5: 0x55a244280e37 - std::io::Write::write_fmt::h84f4214f658d281c [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x55a2442877b5 - std::sys_common::backtrace::_print::h6dc1123e98efaa83 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x55a2442877b5 - std::sys_common::backtrace::print::hedc9d8b1887612e4 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x55a2442877b5 - std::panicking::default_hook::{{closure}}::hd2554eb10d7a19f9 [INFO] [stderr] at src/libstd/panicking.rs:204 [INFO] [stderr] 9: 0x55a2442874f6 - std::panicking::default_hook::haccd3e09b604f2d2 [INFO] [stderr] at src/libstd/panicking.rs:224 [INFO] [stderr] 10: 0x55a244287dc2 - std::panicking::rust_panic_with_hook::h9df121a4b9c153a9 [INFO] [stderr] at src/libstd/panicking.rs:470 [INFO] [stderr] 11: 0x55a2442879ab - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:378 [INFO] [stderr] 12: 0x55a2442a93d1 - core::panicking::panic_fmt::h6cb862d5747526c7 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 13: 0x55a2442a9163 - core::option::expect_failed::h9f227a4c9c539eac [INFO] [stderr] at src/libcore/option.rs:1191 [INFO] [stderr] 14: 0x55a24407b435 - core::option::Option::expect::h9e5addba68c2d217 [INFO] [stderr] at /rustc/f149601db42efe10ece8b284ab681fd4a6fcb89c/src/libcore/option.rs:347 [INFO] [stderr] 15: 0x55a244075728 - build_script_build::main::h828152d29d63de36 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:21 [INFO] [stderr] 16: 0x55a244077850 - std::rt::lang_start::{{closure}}::h1b089bab169ed626 [INFO] [stderr] at /rustc/f149601db42efe10ece8b284ab681fd4a6fcb89c/src/libstd/rt.rs:67 [INFO] [stderr] 17: 0x55a244287883 - std::rt::lang_start_internal::{{closure}}::hb14eb9c0c678a8cb [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 18: 0x55a244287883 - std::panicking::try::do_call::h1c64a799be75ef67 [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 19: 0x55a24428f3a7 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:86 [INFO] [stderr] 20: 0x55a244288269 - std::panicking::try::h98fa498825d75aa7 [INFO] [stderr] at src/libstd/panicking.rs:281 [INFO] [stderr] 21: 0x55a244288269 - std::panic::catch_unwind::h480b3762cc3fd11f [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 22: 0x55a244288269 - std::rt::lang_start_internal::h90fbd8b8afb10fb4 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 23: 0x55a244077829 - std::rt::lang_start::h631f59bcd2d18e41 [INFO] [stderr] at /rustc/f149601db42efe10ece8b284ab681fd4a6fcb89c/src/libstd/rt.rs:67 [INFO] [stderr] 24: 0x55a244075cba - main [INFO] [stderr] 25: 0x7f03c2ef0b97 - __libc_start_main [INFO] [stderr] 26: 0x55a24407464a - _start [INFO] [stderr] 27: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[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.5/src/base/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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: could not compile `nalgebra`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b2541c6abee59fd639f07e8f70a319a7bd7ba50ef10ee1a3e22671526d046faa"` [INFO] running `"docker" "rm" "-f" "b2541c6abee59fd639f07e8f70a319a7bd7ba50ef10ee1a3e22671526d046faa"` [INFO] [stdout] b2541c6abee59fd639f07e8f70a319a7bd7ba50ef10ee1a3e22671526d046faa