[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#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoanlcq%2Fgrisui-prelude" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/yoanlcq/grisui-prelude on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-2/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 84a94e055958ff56c1af7e47601657d1967f1e6e0beb6fb8b52528fae1da3ae5
[INFO] running `"docker" "start" "-a" "84a94e055958ff56c1af7e47601657d1967f1e6e0beb6fb8b52528fae1da3ae5"`
[INFO] [stderr]    Compiling bitflags v1.0.1
[INFO] [stderr]    Compiling libloading v0.4.3
[INFO] [stderr]    Compiling procedural-masquerade v0.1.5
[INFO] [stderr]     Checking static_assertions v0.2.5
[INFO] [stderr]     Checking difference v1.0.0
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]    Compiling log v0.4.1
[INFO] [stderr]    Compiling libz-sys v1.0.18
[INFO] [stderr]    Compiling backtrace-sys v0.1.16
[INFO] [stderr]    Compiling freetype-sys v0.6.0
[INFO] [stderr]     Checking owning_ref v0.3.3
[INFO] [stderr]     Checking regex-syntax v0.5.5
[INFO] [stderr]     Checking humantime v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.2.13
[INFO] [stderr]    Compiling rustc_version v0.2.2
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling serde_derive_internals v0.23.1
[INFO] [stderr]     Checking sdl2 v0.31.0
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]     Checking aho-corasick v0.6.4
[INFO] [stderr]     Checking pretty_assertions v0.4.1
[INFO] [stderr]     Checking parking_lot v0.4.8
[INFO] [stderr]    Compiling vek v0.9.3
[INFO] [stderr]    Compiling gl_generator v0.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.38
[INFO] [stderr]    Compiling gl v0.7.0
[INFO] [stderr]     Checking regex v0.2.10
[INFO] [stderr]    Compiling rental-impl v0.4.15
[INFO] [stderr]     Checking env_logger v0.5.7
[INFO] [stderr]     Checking serde v1.0.38
[INFO] [stderr]     Checking backtrace v0.3.6
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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] error: could not compile `vek`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "84a94e055958ff56c1af7e47601657d1967f1e6e0beb6fb8b52528fae1da3ae5"`
[INFO] running `"docker" "rm" "-f" "84a94e055958ff56c1af7e47601657d1967f1e6e0beb6fb8b52528fae1da3ae5"`
[INFO] [stdout] 84a94e055958ff56c1af7e47601657d1967f1e6e0beb6fb8b52528fae1da3ae5
