[INFO] cloning repository https://github.com/gregzanch/raya
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gregzanch/raya" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregzanch%2Fraya", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregzanch%2Fraya'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97594df1e764898d6f55c406d2558a29754145a0
[INFO] checking gregzanch/raya against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgregzanch%2Fraya" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gregzanch/raya
[INFO] finished tweaking git repo https://github.com/gregzanch/raya
[INFO] tweaked toml for git repo https://github.com/gregzanch/raya written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gregzanch/raya on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gregzanch/raya already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fefddeca3b29e0cc62d1c070936fe96667ca1f6733235d727513a80add9eb4b2
[INFO] running `Command { std: "docker" "start" "-a" "fefddeca3b29e0cc62d1c070936fe96667ca1f6733235d727513a80add9eb4b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fefddeca3b29e0cc62d1c070936fe96667ca1f6733235d727513a80add9eb4b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fefddeca3b29e0cc62d1c070936fe96667ca1f6733235d727513a80add9eb4b2", kill_on_drop: false }`
[INFO] [stdout] fefddeca3b29e0cc62d1c070936fe96667ca1f6733235d727513a80add9eb4b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 767dcf5e69938b06b62f7f87cb9618f98052051d00239891fc9621ff0c5399e6
[INFO] running `Command { std: "docker" "start" "-a" "767dcf5e69938b06b62f7f87cb9618f98052051d00239891fc9621ff0c5399e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.99
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling serde_derive v1.0.127
[INFO] [stderr]    Compiling serde v1.0.127
[INFO] [stderr]     Checking bitflags v1.3.1
[INFO] [stderr]    Compiling serde_json v1.0.66
[INFO] [stderr]     Checking num-complex v0.4.0
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking strength_reduce v0.2.3
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling paste v1.0.5
[INFO] [stderr]     Checking num-iter v0.1.42
[INFO] [stderr]     Checking num-rational v0.3.2
[INFO] [stderr]     Checking num-rational v0.4.0
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking transpose v0.2.1
[INFO] [stderr]     Checking rayon-core v1.9.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking primal-check v0.3.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking simba v0.5.1
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking pbr v1.0.4
[INFO] [stderr]     Checking rustfft v6.0.1
[INFO] [stderr]     Checking rayon v1.5.1
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking roots v0.0.7
[INFO] [stderr]     Checking hound v3.4.0
[INFO] [stderr]    Compiling gltf-derive v0.16.0
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]     Checking nalgebra v0.28.0
[INFO] [stderr]     Checking gltf-json v0.16.0
[INFO] [stderr]     Checking gltf v0.16.0
[INFO] [stderr]     Checking raya v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/scene/intersection.rs:70:10
[INFO] [stdout]    |
[INFO] [stdout] 66 |         node: &'a SceneNode,
[INFO] [stdout]    |                -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 70 |     ) -> Intersection {
[INFO] [stdout]    |          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 70 |     ) -> Intersection<'a> {
[INFO] [stdout]    |                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene/node.rs:91:19
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn intersects(&self, ray: &Ray) -> Option<Intersection> {
[INFO] [stdout]    |                   ^^^^^                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn intersects(&self, ray: &Ray) -> Option<Intersection<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/scene/node.rs:152:19
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn intersects(&self, ray: &Ray) -> Option<Intersection>;
[INFO] [stdout]     |                   ^^^^^                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn intersects(&self, ray: &Ray) -> Option<Intersection<'_>>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/scene/intersection.rs:70:10
[INFO] [stdout]    |
[INFO] [stdout] 66 |         node: &'a SceneNode,
[INFO] [stdout]    |                -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 70 |     ) -> Intersection {
[INFO] [stdout]    |          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 70 |     ) -> Intersection<'a> {
[INFO] [stdout]    |                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene/node.rs:91:19
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn intersects(&self, ray: &Ray) -> Option<Intersection> {
[INFO] [stdout]    |                   ^^^^^                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn intersects(&self, ray: &Ray) -> Option<Intersection<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/scene/node.rs:152:19
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn intersects(&self, ray: &Ray) -> Option<Intersection>;
[INFO] [stdout]     |                   ^^^^^                       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     fn intersects(&self, ray: &Ray) -> Option<Intersection<'_>>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nalgebra v0.28.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "767dcf5e69938b06b62f7f87cb9618f98052051d00239891fc9621ff0c5399e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "767dcf5e69938b06b62f7f87cb9618f98052051d00239891fc9621ff0c5399e6", kill_on_drop: false }`
[INFO] [stdout] 767dcf5e69938b06b62f7f87cb9618f98052051d00239891fc9621ff0c5399e6
