[INFO] fetching crate chime 0.6.0...
[INFO] checking chime-0.6.0 against try#95813608313bff49cfc1afc393a946a3c085b772 for pr-148946
[INFO] extracting crate chime 0.6.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate chime 0.6.0
[INFO] finished tweaking crates.io crate chime 0.6.0
[INFO] tweaked toml for crates.io crate chime 0.6.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate chime 0.6.0 on toolchain 95813608313bff49cfc1afc393a946a3c085b772
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 78 packages to latest compatible versions
[INFO] [stderr]       Adding bevy_ecs v0.13.2 (available: v0.17.2)
[INFO] [stderr]       Adding glam v0.25.0 (available: v0.30.9)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d4c3410935ae14cf75c3110ede6fbaf01347f138b1d84181767a7f6440f5e4c
[INFO] running `Command { std: "docker" "start" "-a" "4d4c3410935ae14cf75c3110ede6fbaf01347f138b1d84181767a7f6440f5e4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d4c3410935ae14cf75c3110ede6fbaf01347f138b1d84181767a7f6440f5e4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d4c3410935ae14cf75c3110ede6fbaf01347f138b1d84181767a7f6440f5e4c", kill_on_drop: false }`
[INFO] [stdout] 4d4c3410935ae14cf75c3110ede6fbaf01347f138b1d84181767a7f6440f5e4c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d1e5ab47ffc59d0a326502935c97d92912d4cfd3bdf3fffdcce024bf44f0d12
[INFO] running `Command { std: "docker" "start" "-a" "2d1e5ab47ffc59d0a326502935c97d92912d4cfd3bdf3fffdcce024bf44f0d12", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling chime-flux-proc-macro v0.3.0
[INFO] [stderr]     Checking chime v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self::impls::*`
[INFO] [stdout]   --> src/flux.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::impls::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self::impls::*`
[INFO] [stdout]   --> src/flux.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use self::impls::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/flux.rs:67:8
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn at(&self, time: Time) -> MomentRef<Self::Moment>
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn at(&self, time: Time) -> MomentRef<'_, Self::Moment>
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/flux.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn at_mut(&mut self, time: Time) -> MomentRefMut<Self::Moment>
[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] 92 |     fn at_mut(&mut self, time: Time) -> MomentRefMut<'_, Self::Moment>
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/flux.rs:270:12
[INFO] [stdout]     |
[INFO] [stdout] 270 |     fn at_vec(&self, time: Time) -> MomentVecRef<SIZE, Self::Moment>
[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] 270 |     fn at_vec(&self, time: Time) -> MomentVecRef<'_, SIZE, Self::Moment>
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/flux.rs:281:16
[INFO] [stdout]     |
[INFO] [stdout] 281 |     fn at_vec_mut(&mut self, time: Time) -> MomentVecRefMut<SIZE, Self::Moment>
[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] 281 |     fn at_vec_mut(&mut self, time: Time) -> MomentVecRefMut<'_, SIZE, Self::Moment>
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/flux.rs:67:8
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn at(&self, time: Time) -> MomentRef<Self::Moment>
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn at(&self, time: Time) -> MomentRef<'_, Self::Moment>
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/flux.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn at_mut(&mut self, time: Time) -> MomentRefMut<Self::Moment>
[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] 92 |     fn at_mut(&mut self, time: Time) -> MomentRefMut<'_, Self::Moment>
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/flux.rs:270:12
[INFO] [stdout]     |
[INFO] [stdout] 270 |     fn at_vec(&self, time: Time) -> MomentVecRef<SIZE, Self::Moment>
[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] 270 |     fn at_vec(&self, time: Time) -> MomentVecRef<'_, SIZE, Self::Moment>
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/flux.rs:281:16
[INFO] [stdout]     |
[INFO] [stdout] 281 |     fn at_vec_mut(&mut self, time: Time) -> MomentVecRefMut<SIZE, Self::Moment>
[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] 281 |     fn at_vec_mut(&mut self, time: Time) -> MomentVecRefMut<'_, SIZE, Self::Moment>
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s
[INFO] running `Command { std: "docker" "inspect" "2d1e5ab47ffc59d0a326502935c97d92912d4cfd3bdf3fffdcce024bf44f0d12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d1e5ab47ffc59d0a326502935c97d92912d4cfd3bdf3fffdcce024bf44f0d12", kill_on_drop: false }`
[INFO] [stdout] 2d1e5ab47ffc59d0a326502935c97d92912d4cfd3bdf3fffdcce024bf44f0d12
