[INFO] updating cached repository https://github.com/yoanlcq/grisui-prelude [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] f1e5b32b8b902989894656e4acdddb99082ff19d [INFO] checking yoanlcq/grisui-prelude against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoanlcq%2Fgrisui-prelude" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yoanlcq/grisui-prelude on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/yoanlcq/grisui-prelude [INFO] finished tweaking git repo https://github.com/yoanlcq/grisui-prelude [INFO] tweaked toml for git repo https://github.com/yoanlcq/grisui-prelude written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/yoanlcq/grisui-prelude already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 2178675a464041930b9cff9f6fd0709fd26a42d3213398703d0d479acab7145f [INFO] running `"docker" "start" "-a" "2178675a464041930b9cff9f6fd0709fd26a42d3213398703d0d479acab7145f"` [INFO] [stderr] Compiling cc v1.0.10 [INFO] [stderr] Checking num-traits v0.2.2 [INFO] [stderr] Compiling procedural-masquerade v0.1.5 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Checking smallvec v0.6.0 [INFO] [stderr] Checking static_assertions v0.2.5 [INFO] [stderr] Checking difference v1.0.0 [INFO] [stderr] Checking atty v0.2.8 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling proc-macro2 v0.3.6 [INFO] [stderr] Checking regex-syntax v0.5.5 [INFO] [stderr] Compiling freetype-sys v0.6.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Compiling rustc_version v0.2.2 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Checking pretty_assertions v0.4.1 [INFO] [stderr] Checking parking_lot_core v0.2.13 [INFO] [stderr] Compiling vek v0.9.3 [INFO] [stderr] Compiling quote v0.5.1 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Checking num-iter v0.1.35 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Compiling gl v0.7.0 [INFO] [stderr] Checking sdl2 v0.31.0 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_derive v1.0.38 [INFO] [stderr] Compiling rental-impl v0.4.15 [INFO] [stderr] Checking env_logger v0.5.7 [INFO] [stderr] Checking backtrace v0.3.6 [INFO] [stderr] Checking serde v1.0.38 [INFO] [stderr] Checking rental v0.4.16 [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1653:31 [INFO] [stderr] | [INFO] [stderr] 1653 | rows[3][0] += rows[0].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1654:31 [INFO] [stderr] | [INFO] [stderr] 1654 | rows[3][1] += rows[1].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1655:31 [INFO] [stderr] | [INFO] [stderr] 1655 | rows[3][2] += rows[2].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1656:31 [INFO] [stderr] | [INFO] [stderr] 1656 | rows[3][3] += rows[3].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1653:31 [INFO] [stderr] | [INFO] [stderr] 1653 | rows[3][0] += rows[0].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1654:31 [INFO] [stderr] | [INFO] [stderr] 1654 | rows[3][1] += rows[1].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1655:31 [INFO] [stderr] | [INFO] [stderr] 1655 | rows[3][2] += rows[2].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1656:31 [INFO] [stderr] | [INFO] [stderr] 1656 | rows[3][3] += rows[3].dot(t); [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] 3606 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1653:31 [INFO] [stderr] | [INFO] [stderr] 1653 | rows[3][0] += rows[0].dot(t); [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] 3628 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1654:31 [INFO] [stderr] | [INFO] [stderr] 1654 | rows[3][1] += rows[1].dot(t); [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] 3628 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1655:31 [INFO] [stderr] | [INFO] [stderr] 1655 | rows[3][2] += rows[2].dot(t); [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] 3628 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1656:31 [INFO] [stderr] | [INFO] [stderr] 1656 | rows[3][3] += rows[3].dot(t); [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] 3628 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1653:31 [INFO] [stderr] | [INFO] [stderr] 1653 | rows[3][0] += rows[0].dot(t); [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] 3628 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1654:31 [INFO] [stderr] | [INFO] [stderr] 1654 | rows[3][1] += rows[1].dot(t); [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] 3628 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1655:31 [INFO] [stderr] | [INFO] [stderr] 1655 | rows[3][2] += rows[2].dot(t); [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] 3628 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `rows` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.9.3/src/mat.rs:1656:31 [INFO] [stderr] | [INFO] [stderr] 1656 | rows[3][3] += rows[3].dot(t); [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] 3628 | mat_declare_modules!{} [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] Checking al-sys v0.5.1 [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] Checking alto v3.0.1 [INFO] [stderr] error: could not compile `vek`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2178675a464041930b9cff9f6fd0709fd26a42d3213398703d0d479acab7145f"` [INFO] running `"docker" "rm" "-f" "2178675a464041930b9cff9f6fd0709fd26a42d3213398703d0d479acab7145f"` [INFO] [stdout] 2178675a464041930b9cff9f6fd0709fd26a42d3213398703d0d479acab7145f