[INFO] crate granne 0.5.0 is already in cache
[INFO] checking granne-0.5.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate granne 0.5.0 into /workspace/builds/worker-9/source
[INFO] validating manifest of crates.io crate granne 0.5.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate granne 0.5.0
[INFO] finished tweaking crates.io crate granne 0.5.0
[INFO] tweaked toml for crates.io crate granne 0.5.0 written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] crate crates.io crate granne 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 56c393971176662de1531567325a0a8d455cdce46ca07dab8e7b992e50561605
[INFO] running `"docker" "start" "-a" "56c393971176662de1531567325a0a8d455cdce46ca07dab8e7b992e50561605"`
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]    Compiling granne v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking parking_lot_core v0.7.0
[INFO] [stderr]     Checking madvise v0.1.0
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking flate2 v1.0.13
[INFO] [stderr]     Checking stream-vbyte v0.3.2
[INFO] [stderr]     Checking pbr v1.0.2
[INFO] [stderr]     Checking rayon-core v1.7.0
[INFO] [stderr]     Checking parking_lot v0.10.0
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]     Checking serde_json v1.0.48
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/elements/dense_vector.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |                 Self(self.0.into_owned())
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/elements/angular.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | dense_vector!(f32);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `elements::angular::Vectors<'static>`
[INFO] [stderr]               found struct `elements::angular::Vectors<'a>`
[INFO] [stderr] note: the lifetime `'a` as defined on the impl at 40:14...
[INFO] [stderr]   --> src/elements/dense_vector.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 |         impl<'a> Vectors<'a> {
[INFO] [stderr]    |              ^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/elements/angular.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | dense_vector!(f32);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    = note: ...does not necessarily outlive the static lifetime
[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[E0308]: mismatched types
[INFO] [stderr]   --> src/elements/dense_vector.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |                 Self(self.0.into_owned())
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/elements/angular_int.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | dense_vector!(i8);
[INFO] [stderr]    | ------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `elements::angular_int::Vectors<'static>`
[INFO] [stderr]               found struct `elements::angular_int::Vectors<'a>`
[INFO] [stderr] note: the lifetime `'a` as defined on the impl at 40:14...
[INFO] [stderr]   --> src/elements/dense_vector.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 |         impl<'a> Vectors<'a> {
[INFO] [stderr]    |              ^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/elements/angular_int.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | dense_vector!(i8);
[INFO] [stderr]    | ------------------ in this macro invocation
[INFO] [stderr]    = note: ...does not necessarily outlive the static lifetime
[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[E0308]: mismatched types
[INFO] [stderr]   --> src/elements/dense_vector.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |                 Self(self.0.into_owned())
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/elements/angular.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | dense_vector!(f32);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `elements::angular::Vectors<'static>`
[INFO] [stderr]               found struct `elements::angular::Vectors<'a>`
[INFO] [stderr] note: the lifetime `'a` as defined on the impl at 40:14...
[INFO] [stderr]   --> src/elements/dense_vector.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 |         impl<'a> Vectors<'a> {
[INFO] [stderr]    |              ^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/elements/angular.rs:53:1
[INFO] [stderr]    |
[INFO] [stderr] 53 | dense_vector!(f32);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    = note: ...does not necessarily outlive the static lifetime
[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[E0308]: mismatched types
[INFO] [stderr]   --> src/elements/dense_vector.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |                 Self(self.0.into_owned())
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/elements/angular_int.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | dense_vector!(i8);
[INFO] [stderr]    | ------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected struct `elements::angular_int::Vectors<'static>`
[INFO] [stderr]               found struct `elements::angular_int::Vectors<'a>`
[INFO] [stderr] note: the lifetime `'a` as defined on the impl at 40:14...
[INFO] [stderr]   --> src/elements/dense_vector.rs:40:14
[INFO] [stderr]    |
[INFO] [stderr] 40 |         impl<'a> Vectors<'a> {
[INFO] [stderr]    |              ^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/elements/angular_int.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | dense_vector!(i8);
[INFO] [stderr]    | ------------------ in this macro invocation
[INFO] [stderr]    = note: ...does not necessarily outlive the static lifetime
[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 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `granne`.
[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: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `granne`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "56c393971176662de1531567325a0a8d455cdce46ca07dab8e7b992e50561605"`
[INFO] running `"docker" "rm" "-f" "56c393971176662de1531567325a0a8d455cdce46ca07dab8e7b992e50561605"`
[INFO] [stdout] 56c393971176662de1531567325a0a8d455cdce46ca07dab8e7b992e50561605
