[INFO] cloning repository https://github.com/downloadjpg/clicker-game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/downloadjpg/clicker-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdownloadjpg%2Fclicker-game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdownloadjpg%2Fclicker-game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8588465bd0f5ba89a8510353349b4bb9aaff7145 [INFO] building downloadjpg/clicker-game against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdownloadjpg%2Fclicker-game" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/downloadjpg/clicker-game on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/downloadjpg/clicker-game [INFO] finished tweaking git repo https://github.com/downloadjpg/clicker-game [INFO] tweaked toml for git repo https://github.com/downloadjpg/clicker-game written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/downloadjpg/clicker-game 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" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c65c3129b1fc90143b9a9478266331205cab6a5880de8bdba887b898d9a4fcaa [INFO] running `Command { std: "docker" "start" "-a" "c65c3129b1fc90143b9a9478266331205cab6a5880de8bdba887b898d9a4fcaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c65c3129b1fc90143b9a9478266331205cab6a5880de8bdba887b898d9a4fcaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c65c3129b1fc90143b9a9478266331205cab6a5880de8bdba887b898d9a4fcaa", kill_on_drop: false }` [INFO] [stdout] c65c3129b1fc90143b9a9478266331205cab6a5880de8bdba887b898d9a4fcaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3376b7a28d459a74a95fa92be42b8c79f5a195fd73693de0e19f374e8e3778b8 [INFO] running `Command { std: "docker" "start" "-a" "3376b7a28d459a74a95fa92be42b8c79f5a195fd73693de0e19f374e8e3778b8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling winnow v0.7.6 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling byte-slice-cast v1.2.3 [INFO] [stderr] Compiling crunchy v0.2.3 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling bs58 v0.5.1 [INFO] [stderr] Compiling fixed-hash v0.8.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling uint v0.9.5 [INFO] [stderr] Compiling gear-stack-buffer v1.8.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling gear-dlmalloc v0.2.0 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling str-buf v3.0.3 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling parity-scale-codec v3.7.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling gsys v1.8.0 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling libc-print v0.1.23 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling page_size v0.6.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling const_format v0.2.34 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling galloc v1.8.0 [INFO] [stderr] Compiling gear-ss58 v1.8.0 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling parity-scale-codec-derive v3.7.4 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.3 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling scale-info-derive v2.11.6 [INFO] [stderr] Compiling derive_more v0.99.19 [INFO] [stderr] Compiling enum-iterator-derive v1.4.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling enum-iterator v1.5.0 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling scale-info v2.11.6 [INFO] [stderr] Compiling impl-codec v0.6.0 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Compiling primitive-types v0.12.2 [INFO] [stderr] Compiling gear-core-errors v1.8.0 [INFO] [stderr] Compiling gmeta v1.7.1 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling gprimitives v1.8.0 [INFO] [stderr] Compiling gcore v1.8.0 [INFO] [stderr] Compiling gstd-codegen v1.8.0 [INFO] [stderr] Compiling gstd v1.8.0 [INFO] [stderr] Compiling io v0.0.2 [INFO] [stderr] Compiling clicker-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/game/state.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | fn cmd_install(&mut self, args: &[&str]) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Program` is more private than the item `Node::programs` [INFO] [stdout] --> src/game/state.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | pub programs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Node::programs` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Program` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/game/state.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | enum Program { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Miner` and `GPU` are never constructed [INFO] [stdout] --> src/game/state.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 174 | enum Program { [INFO] [stdout] | ------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 177 | Miner, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 178 | GPU, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `visible_nodes` is never read [INFO] [stdout] --> src/game/state.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct Network { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 183 | current_address: String, [INFO] [stdout] 184 | visible_nodes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.13s [INFO] running `Command { std: "docker" "inspect" "3376b7a28d459a74a95fa92be42b8c79f5a195fd73693de0e19f374e8e3778b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3376b7a28d459a74a95fa92be42b8c79f5a195fd73693de0e19f374e8e3778b8", kill_on_drop: false }` [INFO] [stdout] 3376b7a28d459a74a95fa92be42b8c79f5a195fd73693de0e19f374e8e3778b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36fb5f3b87962fd8fbc0213df0fea3004e1a5de7474a7b1d93d7e2dff03b992a [INFO] running `Command { std: "docker" "start" "-a" "36fb5f3b87962fd8fbc0213df0fea3004e1a5de7474a7b1d93d7e2dff03b992a", kill_on_drop: false }` [INFO] [stderr] Compiling clicker-game v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/game/state.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | fn cmd_install(&mut self, args: &[&str]) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Program` is more private than the item `Node::programs` [INFO] [stdout] --> src/game/state.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | pub programs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Node::programs` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Program` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/game/state.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | enum Program { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Miner` and `GPU` are never constructed [INFO] [stdout] --> src/game/state.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 174 | enum Program { [INFO] [stdout] | ------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 177 | Miner, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 178 | GPU, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `visible_nodes` is never read [INFO] [stdout] --> src/game/state.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct Network { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 183 | current_address: String, [INFO] [stdout] 184 | visible_nodes: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "36fb5f3b87962fd8fbc0213df0fea3004e1a5de7474a7b1d93d7e2dff03b992a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36fb5f3b87962fd8fbc0213df0fea3004e1a5de7474a7b1d93d7e2dff03b992a", kill_on_drop: false }` [INFO] [stdout] 36fb5f3b87962fd8fbc0213df0fea3004e1a5de7474a7b1d93d7e2dff03b992a