[INFO] fetching crate godot-core 0.4.4... [INFO] checking godot-core-0.4.4 against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-3 [INFO] extracting crate godot-core 0.4.4 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate godot-core 0.4.4 [INFO] finished tweaking crates.io crate godot-core 0.4.4 [INFO] tweaked toml for crates.io crate godot-core 0.4.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate godot-core 0.4.4 on toolchain 81ab7f2139295590561adbe6d5b0aaa2feff765f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate godot-core 0.4.4 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" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7adf6fde86b1bd151fa3d4ba3664a898f0d821c282cf9eddfd593b1cb33ee803 [INFO] running `Command { std: "docker" "start" "-a" "7adf6fde86b1bd151fa3d4ba3664a898f0d821c282cf9eddfd593b1cb33ee803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7adf6fde86b1bd151fa3d4ba3664a898f0d821c282cf9eddfd593b1cb33ee803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7adf6fde86b1bd151fa3d4ba3664a898f0d821c282cf9eddfd593b1cb33ee803", kill_on_drop: false }` [INFO] [stdout] 7adf6fde86b1bd151fa3d4ba3664a898f0d821c282cf9eddfd593b1cb33ee803 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4ca4a89bdd030e3637d2aa26ac47179ae15b50b482f18ce0ccdfe8eda5b3abe [INFO] running `Command { std: "docker" "start" "-a" "c4ca4a89bdd030e3637d2aa26ac47179ae15b50b482f18ce0ccdfe8eda5b3abe", kill_on_drop: false }` [INFO] [stderr] Compiling godot-bindings v0.4.4 [INFO] [stderr] Compiling gdextension-api v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling nanoserde-derive v0.2.1 [INFO] [stderr] Checking glam v0.30.9 [INFO] [stderr] Checking godot-cell v0.4.4 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Compiling nanoserde v0.2.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling godot-codegen v0.4.4 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling godot-ffi v0.4.4 [INFO] [stderr] Compiling godot-core v0.4.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0446]: crate-private trait `instance_storage::InstanceCache` in public interface [INFO] [stdout] --> src/obj/bounds.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | type InstanceCache: InstanceCache; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] | [INFO] [stdout] ::: src/storage/instance_storage.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | pub(crate) trait InstanceCache: Clone { [INFO] [stdout] | ------------------------------------- `instance_storage::InstanceCache` declared as crate-private [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0446]: crate-private trait `instance_storage::InstanceCache` in public interface [INFO] [stdout] --> src/obj/bounds.rs:366:5 [INFO] [stdout] | [INFO] [stdout] 366 | type InstanceCache: InstanceCache; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] | [INFO] [stdout] ::: src/storage/instance_storage.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | pub(crate) trait InstanceCache: Clone { [INFO] [stdout] | ------------------------------------- `instance_storage::InstanceCache` declared as crate-private [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0446`. [INFO] [stdout] [INFO] [stderr] error: could not compile `godot-core` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0446`. [INFO] [stdout] [INFO] [stderr] error: could not compile `godot-core` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c4ca4a89bdd030e3637d2aa26ac47179ae15b50b482f18ce0ccdfe8eda5b3abe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4ca4a89bdd030e3637d2aa26ac47179ae15b50b482f18ce0ccdfe8eda5b3abe", kill_on_drop: false }` [INFO] [stdout] c4ca4a89bdd030e3637d2aa26ac47179ae15b50b482f18ce0ccdfe8eda5b3abe