[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 master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanderslanglands%2Foptix-rs-pathtracer-example" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anderslanglands/optix-rs-pathtracer-example on toolchain 212aa3ea28d91a97d1e1261709c0b6e6790788e6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "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-0/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" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "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] c3d704078998b7ab95f0f330d6290ff36d3cfcc181ab5095d791ae6144f7fb17 [INFO] running `"docker" "start" "-a" "c3d704078998b7ab95f0f330d6290ff36d3cfcc181ab5095d791ae6144f7fb17"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling rust-ini v0.12.2 [INFO] [stderr] Compiling bindgen v0.41.0 [INFO] [stderr] Compiling cmake v0.1.35 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling proc-macro2 v0.3.5 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Checking approx v0.3.0 [INFO] [stderr] Compiling toml v0.4.8 [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] Checking generic-array v0.11.1 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Checking crossbeam-epoch v0.6.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking nom v4.1.1 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Compiling glfw-sys v3.2.2 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Checking alga v0.7.2 [INFO] [stderr] Compiling clang-sys v0.23.0 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking nalgebra v0.16.5 [INFO] [stderr] Checking config v0.9.1 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Checking glfw v0.23.0 [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-94f5b26edf01ca28/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: 0x55e7e18f2074 - backtrace::backtrace::libunwind::trace::h2f6ff4a33b1e15bd [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.44/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x55e7e18f2074 - backtrace::backtrace::trace_unsynchronized::h1c74f218935a964e [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.44/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55e7e18f2074 - std::sys_common::backtrace::_print_fmt::he616a2ffb42d7095 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x55e7e18f2074 - ::fmt::h3630928d424e5705 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x55e7e191803c - core::fmt::write::h51cecfc4364da7ce [INFO] [stderr] at src/libcore/fmt/mod.rs:1052 [INFO] [stderr] 5: 0x55e7e18ee287 - std::io::Write::write_fmt::hc4f750c57e05a637 [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x55e7e18f4cb5 - std::sys_common::backtrace::_print::hf5f697e6be8faefc [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x55e7e18f4cb5 - std::sys_common::backtrace::print::h82e92953d052a9e7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x55e7e18f4cb5 - std::panicking::default_hook::{{closure}}::hc7dd9b0d16882bee [INFO] [stderr] at src/libstd/panicking.rs:204 [INFO] [stderr] 9: 0x55e7e18f49f6 - std::panicking::default_hook::h36e2db9fb0f86871 [INFO] [stderr] at src/libstd/panicking.rs:224 [INFO] [stderr] 10: 0x55e7e18f52c2 - std::panicking::rust_panic_with_hook::h68e7a51e63e4fdd1 [INFO] [stderr] at src/libstd/panicking.rs:470 [INFO] [stderr] 11: 0x55e7e18f4eab - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:378 [INFO] [stderr] 12: 0x55e7e19168d1 - core::panicking::panic_fmt::hdec8bb9799ee149c [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 13: 0x55e7e1916663 - core::option::expect_failed::h358d22b949ba4184 [INFO] [stderr] at src/libcore/option.rs:1203 [INFO] [stderr] 14: 0x55e7e16ec45f - core::option::Option::expect::he429b51cef692cf1 [INFO] [stderr] at /rustc/212aa3ea28d91a97d1e1261709c0b6e6790788e6/src/libcore/option.rs:347 [INFO] [stderr] 15: 0x55e7e16e6a98 - build_script_build::main::hb8cebf37f4b171fb [INFO] [stderr] at /opt/rustwide/workdir/build.rs:21 [INFO] [stderr] 16: 0x55e7e16e8a1b - std::rt::lang_start::{{closure}}::ha90dd47dca008c6a [INFO] [stderr] at /rustc/212aa3ea28d91a97d1e1261709c0b6e6790788e6/src/libstd/rt.rs:67 [INFO] [stderr] 17: 0x55e7e18f4d83 - std::rt::lang_start_internal::{{closure}}::h5734d12debc7ef02 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 18: 0x55e7e18f4d83 - std::panicking::try::do_call::ha59ccfbb0233cd67 [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 19: 0x55e7e18fc8d7 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:86 [INFO] [stderr] 20: 0x55e7e18f5769 - std::panicking::try::hb1f8b5942fedc28f [INFO] [stderr] at src/libstd/panicking.rs:281 [INFO] [stderr] 21: 0x55e7e18f5769 - std::panic::catch_unwind::h3cfbd670c04cfa0a [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 22: 0x55e7e18f5769 - std::rt::lang_start_internal::h86b43da953c7be5a [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 23: 0x55e7e16e89f7 - std::rt::lang_start::haa9f105b1ef49149 [INFO] [stderr] at /rustc/212aa3ea28d91a97d1e1261709c0b6e6790788e6/src/libstd/rt.rs:67 [INFO] [stderr] 24: 0x55e7e16e702a - main [INFO] [stderr] 25: 0x7f68d285db97 - __libc_start_main [INFO] [stderr] 26: 0x55e7e16e59fa - _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" "c3d704078998b7ab95f0f330d6290ff36d3cfcc181ab5095d791ae6144f7fb17"` [INFO] running `"docker" "rm" "-f" "c3d704078998b7ab95f0f330d6290ff36d3cfcc181ab5095d791ae6144f7fb17"` [INFO] [stdout] c3d704078998b7ab95f0f330d6290ff36d3cfcc181ab5095d791ae6144f7fb17