[INFO] cloning repository https://github.com/gamma-delta/palkia
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gamma-delta/palkia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamma-delta%2Fpalkia", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamma-delta%2Fpalkia'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 88cd11489e6fb022bebf92537ed966f1b47561da
[INFO] checking gamma-delta/palkia against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgamma-delta%2Fpalkia" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gamma-delta/palkia
[INFO] finished tweaking git repo https://github.com/gamma-delta/palkia
[INFO] tweaked toml for git repo https://github.com/gamma-delta/palkia written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gamma-delta/palkia on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gamma-delta/palkia 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6b5e67ea7db128b39c14546c63c3ac1c2805bde3d2ddf4d64e35601442a5aa29
[INFO] running `Command { std: "docker" "start" "-a" "6b5e67ea7db128b39c14546c63c3ac1c2805bde3d2ddf4d64e35601442a5aa29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b5e67ea7db128b39c14546c63c3ac1c2805bde3d2ddf4d64e35601442a5aa29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b5e67ea7db128b39c14546c63c3ac1c2805bde3d2ddf4d64e35601442a5aa29", kill_on_drop: false }`
[INFO] [stdout] 6b5e67ea7db128b39c14546c63c3ac1c2805bde3d2ddf4d64e35601442a5aa29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf202279f0316fc0b0543025c69d919e0e9018be540fef7706dc7b8298e222e0
[INFO] running `Command { std: "docker" "start" "-a" "cf202279f0316fc0b0543025c69d919e0e9018be540fef7706dc7b8298e222e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking typeid v1.0.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]     Checking inventory v0.3.15
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.71
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking palkia_macros v0.13.1 (/opt/rustwide/workdir/palkia_macros)
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling typetag-impl v0.2.16
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling linkme-impl v0.3.27
[INFO] [stderr]     Checking linkme v0.3.27
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]     Checking kdl v4.6.0
[INFO] [stderr]     Checking smol_str v0.1.24
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]     Checking enumflags2 v0.7.10
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking generational-arena v0.2.9
[INFO] [stderr]     Checking crossterm v0.24.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking knurdy v0.2.0
[INFO] [stderr]     Checking aglet v0.5.2
[INFO] [stderr]     Checking typetag v0.2.16
[INFO] [stderr]     Checking palkia v0.16.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/access.rs:84:19
[INFO] [stdout]    |
[INFO] [stdout] 84 |   fn spawn_entity(&self) -> EntityBuilder;
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetimes are 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] 84 |   fn spawn_entity(&self) -> EntityBuilder<'_, '_>;
[INFO] [stdout]    |                                          ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/messages.rs:192:19
[INFO] [stdout]     |
[INFO] [stdout] 192 |   fn spawn_entity(&self) -> EntityBuilder {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetimes are 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] 192 |   fn spawn_entity(&self) -> EntityBuilder<'_, '_> {
[INFO] [stdout]     |                                          ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world/mod.rs:245:19
[INFO] [stdout]     |
[INFO] [stdout] 245 |   fn spawn_entity(&self) -> EntityBuilder {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetimes are 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] 245 |   fn spawn_entity(&self) -> EntityBuilder<'_, '_> {
[INFO] [stdout]     |                                          ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/access.rs:84:19
[INFO] [stdout]    |
[INFO] [stdout] 84 |   fn spawn_entity(&self) -> EntityBuilder;
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetimes are 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] 84 |   fn spawn_entity(&self) -> EntityBuilder<'_, '_>;
[INFO] [stdout]    |                                          ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/messages.rs:192:19
[INFO] [stdout]     |
[INFO] [stdout] 192 |   fn spawn_entity(&self) -> EntityBuilder {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetimes are 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] 192 |   fn spawn_entity(&self) -> EntityBuilder<'_, '_> {
[INFO] [stdout]     |                                          ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/world/mod.rs:245:19
[INFO] [stdout]     |
[INFO] [stdout] 245 |   fn spawn_entity(&self) -> EntityBuilder {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetimes are 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] 245 |   fn spawn_entity(&self) -> EntityBuilder<'_, '_> {
[INFO] [stdout]     |                                          ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.53s
[INFO] running `Command { std: "docker" "inspect" "cf202279f0316fc0b0543025c69d919e0e9018be540fef7706dc7b8298e222e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf202279f0316fc0b0543025c69d919e0e9018be540fef7706dc7b8298e222e0", kill_on_drop: false }`
[INFO] [stdout] cf202279f0316fc0b0543025c69d919e0e9018be540fef7706dc7b8298e222e0
