[INFO] cloning repository https://github.com/mrpedrobraga/rpg-baker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrpedrobraga/rpg-baker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrpedrobraga%2Frpg-baker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrpedrobraga%2Frpg-baker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 202988c1fe631383de264bb5ffe30344297b47b0
[INFO] checking mrpedrobraga/rpg-baker against master#fce0e74720d199eb7839fdb51af35ac5226da178 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrpedrobraga%2Frpg-baker" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mrpedrobraga/rpg-baker
[INFO] finished tweaking git repo https://github.com/mrpedrobraga/rpg-baker
[INFO] tweaked toml for git repo https://github.com/mrpedrobraga/rpg-baker written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mrpedrobraga/rpg-baker on toolchain fce0e74720d199eb7839fdb51af35ac5226da178
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mrpedrobraga/rpg-baker 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" "+fce0e74720d199eb7839fdb51af35ac5226da178" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hashmap_macro v0.1.0
[INFO] [stderr]   Downloaded futures-signals v0.3.34
[INFO] [stderr]   Downloaded ordermap v0.5.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 37ce0351cbda6282819fc06ec4df1e6c8be96bde00ad9d2cb81e1fbc7ed346f5
[INFO] running `Command { std: "docker" "start" "-a" "37ce0351cbda6282819fc06ec4df1e6c8be96bde00ad9d2cb81e1fbc7ed346f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37ce0351cbda6282819fc06ec4df1e6c8be96bde00ad9d2cb81e1fbc7ed346f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37ce0351cbda6282819fc06ec4df1e6c8be96bde00ad9d2cb81e1fbc7ed346f5", kill_on_drop: false }`
[INFO] [stdout] 37ce0351cbda6282819fc06ec4df1e6c8be96bde00ad9d2cb81e1fbc7ed346f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1c9f33b52fb02245e99547402ffd2e7d55c74e9b143f254903f35cc58c27b42
[INFO] running `Command { std: "docker" "start" "-a" "c1c9f33b52fb02245e99547402ffd2e7d55c74e9b143f254903f35cc58c27b42", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling uuid v1.15.1
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking discard v1.0.4
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking hashmap_macro v0.1.0
[INFO] [stderr]     Checking notify v8.0.0
[INFO] [stderr]    Compiling libz-sys v1.1.21
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.18.0+1.9.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.9
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling gensym v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking pin-project v1.1.9
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking strum v0.27.1
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking futures-signals v0.3.34
[INFO] [stderr]     Checking either v1.14.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking ordermap v0.5.5
[INFO] [stderr]     Checking git2 v0.20.0
[INFO] [stderr]     Checking rpg-baker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `descriptor`
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_descriptor`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / block_define! {
[INFO] [stdout] 60 | |     ChangeScreen { },
[INFO] [stdout] 61 | |     description: r#"Changes the current screen to {new_screen}.
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/behaviour/helpers.rs:36:21
[INFO] [stdout]    |
[INFO] [stdout] 36 |                   let mut block = Self::create();
[INFO] [stdout]    |                       ----^^^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / block_define! {
[INFO] [stdout] 60 | |     ChangeScreen { },
[INFO] [stdout] 61 | |     description: r#"Changes the current screen to {new_screen}.
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `descriptor`
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_descriptor`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / block_define! {
[INFO] [stdout] 60 | |     ChangeScreen { },
[INFO] [stdout] 61 | |     description: r#"Changes the current screen to {new_screen}.
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/behaviour/helpers.rs:36:21
[INFO] [stdout]    |
[INFO] [stdout] 36 |                   let mut block = Self::create();
[INFO] [stdout]    |                       ----^^^^^
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / block_define! {
[INFO] [stdout] 60 | |     ChangeScreen { },
[INFO] [stdout] 61 | |     description: r#"Changes the current screen to {new_screen}.
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/mod.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn reify(&self) -> BehaviourInstance {
[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] 36 |     pub fn reify(&self) -> BehaviourInstance<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/behaviour/mod.rs:111:18
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn reify(&self) -> Result<Box<dyn TypedBlock>, ReifyError> {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here     ---------- 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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn reify(&self) -> Result<Box<dyn TypedBlock>, ReifyError<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/behaviour/mod.rs:232:36
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError>
[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] 232 |     fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>>
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / block_define! {
[INFO] [stdout] 27 | |     Int { v },
[INFO] [stdout] 28 | |     description: "Returns an integer.",
[INFO] [stdout] 29 | |     evaluate: |block: &Int| {
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |             fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / block_define! {
[INFO] [stdout] 35 | |     Add { a, b },
[INFO] [stdout] 36 | |     description: "Adds two numbers and returns them.",
[INFO] [stdout] 37 | |     evaluate: |block: &Add| {
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |             fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / block_define! {
[INFO] [stdout] 51 | |     Log { what },
[INFO] [stdout] 52 | |     description: "Logs a value to the standard output.",
[INFO] [stdout] 53 | |     evaluate: |block: &Log| {
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |             fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / block_define! {
[INFO] [stdout] 60 | |     ChangeScreen { },
[INFO] [stdout] 61 | |     description: r#"Changes the current screen to {new_screen}.
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |             fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project/mod.rs:97:27
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn run_from_start(&self) -> Game {
[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] 97 |     pub fn run_from_start(&self) -> Game<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project/runtime/mod.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn from_project(project: &Project) -> Game {
[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] 18 |     pub fn from_project(project: &Project) -> Game<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/mod.rs:36:18
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn reify(&self) -> BehaviourInstance {
[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] 36 |     pub fn reify(&self) -> BehaviourInstance<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/behaviour/mod.rs:111:18
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn reify(&self) -> Result<Box<dyn TypedBlock>, ReifyError> {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here     ---------- 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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn reify(&self) -> Result<Box<dyn TypedBlock>, ReifyError<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/behaviour/mod.rs:232:36
[INFO] [stdout]     |
[INFO] [stdout] 232 |     fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError>
[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] 232 |     fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>>
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / block_define! {
[INFO] [stdout] 27 | |     Int { v },
[INFO] [stdout] 28 | |     description: "Returns an integer.",
[INFO] [stdout] 29 | |     evaluate: |block: &Int| {
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |             fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / block_define! {
[INFO] [stdout] 35 | |     Add { a, b },
[INFO] [stdout] 36 | |     description: "Adds two numbers and returns them.",
[INFO] [stdout] 37 | |     evaluate: |block: &Add| {
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |             fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / block_define! {
[INFO] [stdout] 51 | |     Log { what },
[INFO] [stdout] 52 | |     description: "Logs a value to the standard output.",
[INFO] [stdout] 53 | |     evaluate: |block: &Log| {
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |             fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/behaviour/helpers.rs:35:44
[INFO] [stdout]    |
[INFO] [stdout] 35 |               fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError> {
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^                  ---------- the same lifetime is hidden here
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/behaviour/std_blocks/mod.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / block_define! {
[INFO] [stdout] 60 | |     ChangeScreen { },
[INFO] [stdout] 61 | |     description: r#"Changes the current screen to {new_screen}.
[INFO] [stdout] ...  |
[INFO] [stdout] 68 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: this warning originates in the macro `block_define` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |             fn from_descriptor(descriptor: &BlockInstanceDescriptor) -> Result<Self, ReifyError<'_>> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project/mod.rs:97:27
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn run_from_start(&self) -> Game {
[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] 97 |     pub fn run_from_start(&self) -> Game<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project/runtime/mod.rs:18:34
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn from_project(project: &Project) -> Game {
[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] 18 |     pub fn from_project(project: &Project) -> Game<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "c1c9f33b52fb02245e99547402ffd2e7d55c74e9b143f254903f35cc58c27b42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1c9f33b52fb02245e99547402ffd2e7d55c74e9b143f254903f35cc58c27b42", kill_on_drop: false }`
[INFO] [stdout] c1c9f33b52fb02245e99547402ffd2e7d55c74e9b143f254903f35cc58c27b42
