[INFO] fetching crate gdrust 0.1.0...
[INFO] checking gdrust-0.1.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate gdrust 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate gdrust 0.1.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate gdrust 0.1.0
[INFO] finished tweaking crates.io crate gdrust 0.1.0
[INFO] tweaked toml for crates.io crate gdrust 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gdnative-core v0.9.3
[INFO] [stderr]   Downloaded gdnative v0.9.3
[INFO] [stderr]   Downloaded gdnative-impl-proc-macros v0.9.3
[INFO] [stderr]   Downloaded gdnative_bindings_generator v0.9.3
[INFO] [stderr]   Downloaded mini-internal v0.1.13
[INFO] [stderr]   Downloaded gdnative-derive v0.9.3
[INFO] [stderr]   Downloaded gdnative-sys v0.9.3
[INFO] [stderr]   Downloaded gdnative-bindings v0.9.3
[INFO] [stderr]   Downloaded miniserde v0.1.13
[INFO] [stderr]   Downloaded gdrust_macros v0.1.0
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7311bd1368b11fb5815b3baf9fc1415ffb8fc04b2955513f23adfb08f15eec32
[INFO] running `Command { std: "docker" "start" "-a" "7311bd1368b11fb5815b3baf9fc1415ffb8fc04b2955513f23adfb08f15eec32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7311bd1368b11fb5815b3baf9fc1415ffb8fc04b2955513f23adfb08f15eec32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7311bd1368b11fb5815b3baf9fc1415ffb8fc04b2955513f23adfb08f15eec32", kill_on_drop: false }`
[INFO] [stdout] 7311bd1368b11fb5815b3baf9fc1415ffb8fc04b2955513f23adfb08f15eec32
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d0a3fb583cdddb34de2aa35a6feefdc92edc6615b4655b332ddb99961dc0ed04
[INFO] running `Command { std: "docker" "start" "-a" "d0a3fb583cdddb34de2aa35a6feefdc92edc6615b4655b332ddb99961dc0ed04", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling bindgen v0.56.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling unindent v0.1.11
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling roxmltree v0.14.1
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling mini-internal v0.1.13
[INFO] [stderr]    Compiling gdnative-impl-proc-macros v0.9.3
[INFO] [stderr]    Compiling gdnative-derive v0.9.3
[INFO] [stderr]    Compiling gdrust_macros v0.1.0
[INFO] [stderr]    Compiling miniserde v0.1.13
[INFO] [stderr]    Compiling gdnative_bindings_generator v0.9.3
[INFO] [stderr]    Compiling gdnative-bindings v0.9.3
[INFO] [stderr]    Compiling gdnative-sys v0.9.3
[INFO] [stderr]     Checking gdnative-core v0.9.3
[INFO] [stderr]     Checking gdnative v0.9.3
[INFO] [stderr]     Checking gdrust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0309]: the parameter type `Child` may not live long enough
[INFO] [stdout]    --> src/unsafe_functions/node_ext.rs:45:5
[INFO] [stdout]     |
[INFO] [stdout] 44  |   impl<'a, T: SubClass<Node>> NodeExt for TRef<'a, T> {
[INFO] [stdout]     |        -- the parameter type `Child` must be valid for the lifetime `'a` as defined here...
[INFO] [stdout] 45  | /     fn expect_node<Child: SubClass<Node>, P: Into<NodePath>>(
[INFO] [stdout] 46  | |         &self,
[INFO] [stdout] 47  | |         path: P,
[INFO] [stdout] 48  | |     ) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     | |________________________________^ ...so that the type `Child` will meet its required lifetime bounds...
[INFO] [stdout]     |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gdnative-core-0.9.3/src/object.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     obj: &'a T,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 45  |     fn expect_node<Child: SubClass<Node> + 'a, P: Into<NodePath>>(
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0309]: the parameter type `Child` may not live long enough
[INFO] [stdout]    --> src/unsafe_functions/node_ext.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout] 44  | impl<'a, T: SubClass<Node>> NodeExt for TRef<'a, T> {
[INFO] [stdout]     |      -- the parameter type `Child` must be valid for the lifetime `'a` as defined here...
[INFO] [stdout] ...
[INFO] [stdout] 62  |     fn expect_parent<Child: SubClass<Node>>(&self) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `Child` will meet its required lifetime bounds...
[INFO] [stdout]     |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gdnative-core-0.9.3/src/object.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     obj: &'a T,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 62  |     fn expect_parent<Child: SubClass<Node> + 'a>(&self) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0309]: the parameter type `Child` may not live long enough
[INFO] [stdout]    --> src/unsafe_functions/node_ext.rs:45:5
[INFO] [stdout]     |
[INFO] [stdout] 44  |   impl<'a, T: SubClass<Node>> NodeExt for TRef<'a, T> {
[INFO] [stdout]     |        -- the parameter type `Child` must be valid for the lifetime `'a` as defined here...
[INFO] [stdout] 45  | /     fn expect_node<Child: SubClass<Node>, P: Into<NodePath>>(
[INFO] [stdout] 46  | |         &self,
[INFO] [stdout] 47  | |         path: P,
[INFO] [stdout] 48  | |     ) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     | |________________________________^ ...so that the type `Child` will meet its required lifetime bounds...
[INFO] [stdout]     |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gdnative-core-0.9.3/src/object.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     obj: &'a T,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 45  |     fn expect_node<Child: SubClass<Node> + 'a, P: Into<NodePath>>(
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0309]: the parameter type `Child` may not live long enough
[INFO] [stdout]    --> src/unsafe_functions/node_ext.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout] 44  | impl<'a, T: SubClass<Node>> NodeExt for TRef<'a, T> {
[INFO] [stdout]     |      -- the parameter type `Child` must be valid for the lifetime `'a` as defined here...
[INFO] [stdout] ...
[INFO] [stdout] 62  |     fn expect_parent<Child: SubClass<Node>>(&self) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `Child` will meet its required lifetime bounds...
[INFO] [stdout]     |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gdnative-core-0.9.3/src/object.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     obj: &'a T,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 62  |     fn expect_parent<Child: SubClass<Node> + 'a>(&self) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0309`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gdrust` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0309`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gdrust` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "d0a3fb583cdddb34de2aa35a6feefdc92edc6615b4655b332ddb99961dc0ed04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0a3fb583cdddb34de2aa35a6feefdc92edc6615b4655b332ddb99961dc0ed04", kill_on_drop: false }`
[INFO] [stdout] d0a3fb583cdddb34de2aa35a6feefdc92edc6615b4655b332ddb99961dc0ed04
[INFO] checking gdrust-0.1.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate gdrust 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate gdrust 0.1.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate gdrust 0.1.0
[INFO] finished tweaking crates.io crate gdrust 0.1.0
[INFO] tweaked toml for crates.io crate gdrust 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e019b22354e8578bb0de18b3cc093f49a666cd6fb7509ffe25542c436d26085
[INFO] running `Command { std: "docker" "start" "-a" "7e019b22354e8578bb0de18b3cc093f49a666cd6fb7509ffe25542c436d26085", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e019b22354e8578bb0de18b3cc093f49a666cd6fb7509ffe25542c436d26085", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e019b22354e8578bb0de18b3cc093f49a666cd6fb7509ffe25542c436d26085", kill_on_drop: false }`
[INFO] [stdout] 7e019b22354e8578bb0de18b3cc093f49a666cd6fb7509ffe25542c436d26085
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47f26d5df5769eb42bc17c95b59c54ab9a680dd2209cdb2d9416195af9632c21
[INFO] running `Command { std: "docker" "start" "-a" "47f26d5df5769eb42bc17c95b59c54ab9a680dd2209cdb2d9416195af9632c21", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling bindgen v0.56.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling unindent v0.1.11
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling roxmltree v0.14.1
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling mini-internal v0.1.13
[INFO] [stderr]    Compiling gdnative-impl-proc-macros v0.9.3
[INFO] [stderr]    Compiling gdnative-derive v0.9.3
[INFO] [stderr]    Compiling gdrust_macros v0.1.0
[INFO] [stderr]    Compiling miniserde v0.1.13
[INFO] [stderr]    Compiling gdnative_bindings_generator v0.9.3
[INFO] [stderr]    Compiling gdnative-bindings v0.9.3
[INFO] [stderr]    Compiling gdnative-sys v0.9.3
[INFO] [stderr]     Checking gdnative-core v0.9.3
[INFO] [stderr]     Checking gdnative v0.9.3
[INFO] [stderr]     Checking gdrust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0309]: the parameter type `Child` may not live long enough
[INFO] [stdout]    --> src/unsafe_functions/node_ext.rs:45:5
[INFO] [stdout]     |
[INFO] [stdout] 44  |   impl<'a, T: SubClass<Node>> NodeExt for TRef<'a, T> {
[INFO] [stdout]     |        -- the parameter type `Child` must be valid for the lifetime `'a` as defined here...
[INFO] [stdout] 45  | /     fn expect_node<Child: SubClass<Node>, P: Into<NodePath>>(
[INFO] [stdout] 46  | |         &self,
[INFO] [stdout] 47  | |         path: P,
[INFO] [stdout] 48  | |     ) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     | |________________________________^ ...so that the type `Child` will meet its required lifetime bounds...
[INFO] [stdout]     |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gdnative-core-0.9.3/src/object.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     obj: &'a T,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 45  |     fn expect_node<Child: SubClass<Node> + 'a, P: Into<NodePath>>(
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0309]: the parameter type `Child` may not live long enough
[INFO] [stdout]    --> src/unsafe_functions/node_ext.rs:45:5
[INFO] [stdout]     |
[INFO] [stdout] 44  |   impl<'a, T: SubClass<Node>> NodeExt for TRef<'a, T> {
[INFO] [stdout]     |        -- the parameter type `Child` must be valid for the lifetime `'a` as defined here...
[INFO] [stdout] 45  | /     fn expect_node<Child: SubClass<Node>, P: Into<NodePath>>(
[INFO] [stdout] 46  | |         &self,
[INFO] [stdout] 47  | |         path: P,
[INFO] [stdout] 48  | |     ) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     | |________________________________^ ...so that the type `Child` will meet its required lifetime bounds...
[INFO] [stdout]     |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gdnative-core-0.9.3/src/object.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     obj: &'a T,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 45  |     fn expect_node<Child: SubClass<Node> + 'a, P: Into<NodePath>>(
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0309]: the parameter type `Child` may not live long enough
[INFO] [stdout]    --> src/unsafe_functions/node_ext.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout] 44  | impl<'a, T: SubClass<Node>> NodeExt for TRef<'a, T> {
[INFO] [stdout]     |      -- the parameter type `Child` must be valid for the lifetime `'a` as defined here...
[INFO] [stdout] ...
[INFO] [stdout] 62  |     fn expect_parent<Child: SubClass<Node>>(&self) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `Child` will meet its required lifetime bounds...
[INFO] [stdout]     |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gdnative-core-0.9.3/src/object.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     obj: &'a T,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 62  |     fn expect_parent<Child: SubClass<Node> + 'a>(&self) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0309]: the parameter type `Child` may not live long enough
[INFO] [stdout]    --> src/unsafe_functions/node_ext.rs:62:5
[INFO] [stdout]     |
[INFO] [stdout] 44  | impl<'a, T: SubClass<Node>> NodeExt for TRef<'a, T> {
[INFO] [stdout]     |      -- the parameter type `Child` must be valid for the lifetime `'a` as defined here...
[INFO] [stdout] ...
[INFO] [stdout] 62  |     fn expect_parent<Child: SubClass<Node>>(&self) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...so that the type `Child` will meet its required lifetime bounds...
[INFO] [stdout]     |
[INFO] [stdout] note: ...that is required by this bound
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gdnative-core-0.9.3/src/object.rs:842:5
[INFO] [stdout]     |
[INFO] [stdout] 842 |     obj: &'a T,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] help: consider adding an explicit lifetime bound
[INFO] [stdout]     |
[INFO] [stdout] 62  |     fn expect_parent<Child: SubClass<Node> + 'a>(&self) -> TRef<'a, Child, Shared> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0309`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gdrust` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0309`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gdrust` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "47f26d5df5769eb42bc17c95b59c54ab9a680dd2209cdb2d9416195af9632c21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47f26d5df5769eb42bc17c95b59c54ab9a680dd2209cdb2d9416195af9632c21", kill_on_drop: false }`
[INFO] [stdout] 47f26d5df5769eb42bc17c95b59c54ab9a680dd2209cdb2d9416195af9632c21
