[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] testing yoanlcq/grisui-prelude against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoanlcq%2Fgrisui-prelude" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yoanlcq/grisui-prelude on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-1/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=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.44.0" "build" "--frozen"` [INFO] [stdout] cd70b9a16c6f898c02533e49c51434e08b58e8c9dd0515e4b753cf24bf37f881 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "cd70b9a16c6f898c02533e49c51434e08b58e8c9dd0515e4b753cf24bf37f881"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling procedural-masquerade v0.1.5 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling smallvec v0.6.0 [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling proc-macro2 v0.3.6 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling freetype-sys v0.6.0 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling regex-syntax v0.5.5 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling rustc_version v0.2.2 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling pretty_assertions v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling parking_lot_core v0.2.13 [INFO] [stderr] Compiling quote v0.5.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling vek v0.9.3 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling gl v0.7.0 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling rental-impl v0.4.15 [INFO] [stderr] Compiling serde_derive v1.0.38 [INFO] [stderr] Compiling env_logger v0.5.7 [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: aborting due to 8 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" "cd70b9a16c6f898c02533e49c51434e08b58e8c9dd0515e4b753cf24bf37f881"` [INFO] running `"docker" "rm" "-f" "cd70b9a16c6f898c02533e49c51434e08b58e8c9dd0515e4b753cf24bf37f881"` [INFO] [stdout] cd70b9a16c6f898c02533e49c51434e08b58e8c9dd0515e4b753cf24bf37f881