[INFO] updating cached repository https://github.com/zesterer/glint
[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] 2f91f3e93749ac5c5d230df3bb5652957bec0890
[INFO] checking zesterer/glint against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzesterer%2Fglint" "/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/zesterer/glint 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/zesterer/glint
[INFO] finished tweaking git repo https://github.com/zesterer/glint
[INFO] tweaked toml for git repo https://github.com/zesterer/glint written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/zesterer/glint 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-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 8d116286f5c1663b2cf93b623a1af3118f2d965c89d9d5472a10a2a9f9361bed
[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" "8d116286f5c1663b2cf93b623a1af3118f2d965c89d9d5472a10a2a9f9361bed"`
[INFO] [stderr]    Compiling khronos_api v3.0.0
[INFO] [stderr]     Checking static_assertions v0.2.5
[INFO] [stderr]    Compiling wayland-scanner v0.21.10
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]     Checking wayland-sys v0.21.10
[INFO] [stderr]     Checking nix v0.12.0
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking approx v0.3.1
[INFO] [stderr]    Compiling vek v0.9.5
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking x11-dl v2.18.3
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking rusttype v0.7.3
[INFO] [stderr]     Checking andrew v0.1.5
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]    Compiling gl_generator v0.10.0
[INFO] [stderr]    Compiling wayland-client v0.21.10
[INFO] [stderr]    Compiling wayland-protocols v0.21.10
[INFO] [stderr]    Compiling glutin v0.19.0
[INFO] [stderr]    Compiling glium v0.23.0
[INFO] [stderr]     Checking wayland-commons v0.21.10
[INFO] [stderr]     Checking smithay-client-toolkit v0.4.4
[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.5/src/mat.rs:1703:31
[INFO] [stderr]      |
[INFO] [stderr] 1703 |                 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] 3729 |     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.5/src/mat.rs:1704:31
[INFO] [stderr]      |
[INFO] [stderr] 1704 |                 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] 3729 |     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.5/src/mat.rs:1705:31
[INFO] [stderr]      |
[INFO] [stderr] 1705 |                 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] 3729 |     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.5/src/mat.rs:1706:31
[INFO] [stderr]      |
[INFO] [stderr] 1706 |                 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] 3729 |     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.5/src/mat.rs:1703:31
[INFO] [stderr]      |
[INFO] [stderr] 1703 |                 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] 3729 |     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.5/src/mat.rs:1704:31
[INFO] [stderr]      |
[INFO] [stderr] 1704 |                 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] 3729 |     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.5/src/mat.rs:1705:31
[INFO] [stderr]      |
[INFO] [stderr] 1705 |                 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] 3729 |     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.5/src/mat.rs:1706:31
[INFO] [stderr]      |
[INFO] [stderr] 1706 |                 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] 3729 |     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.5/src/mat.rs:1703:31
[INFO] [stderr]      |
[INFO] [stderr] 1703 |                 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] 3751 |     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.5/src/mat.rs:1704:31
[INFO] [stderr]      |
[INFO] [stderr] 1704 |                 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] 3751 |     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.5/src/mat.rs:1705:31
[INFO] [stderr]      |
[INFO] [stderr] 1705 |                 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] 3751 |     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.5/src/mat.rs:1706:31
[INFO] [stderr]      |
[INFO] [stderr] 1706 |                 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] 3751 |     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.5/src/mat.rs:1703:31
[INFO] [stderr]      |
[INFO] [stderr] 1703 |                 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] 3751 |     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.5/src/mat.rs:1704:31
[INFO] [stderr]      |
[INFO] [stderr] 1704 |                 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] 3751 |     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.5/src/mat.rs:1705:31
[INFO] [stderr]      |
[INFO] [stderr] 1705 |                 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] 3751 |     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.5/src/mat.rs:1706:31
[INFO] [stderr]      |
[INFO] [stderr] 1706 |                 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] 3751 |     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 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" "8d116286f5c1663b2cf93b623a1af3118f2d965c89d9d5472a10a2a9f9361bed"`
[INFO] running `"docker" "rm" "-f" "8d116286f5c1663b2cf93b623a1af3118f2d965c89d9d5472a10a2a9f9361bed"`
[INFO] [stdout] 8d116286f5c1663b2cf93b623a1af3118f2d965c89d9d5472a10a2a9f9361bed
