[INFO] cloning repository https://github.com/luizlls/netrine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luizlls/netrine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluizlls%2Fnetrine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluizlls%2Fnetrine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e59733da092b3497a229ba3ea47660e52e96d4a
[INFO] checking luizlls/netrine against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluizlls%2Fnetrine" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/luizlls/netrine
[INFO] finished tweaking git repo https://github.com/luizlls/netrine
[INFO] tweaked toml for git repo https://github.com/luizlls/netrine written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/luizlls/netrine on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/luizlls/netrine 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978
[INFO] running `Command { std: "docker" "start" "8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]    Compiling cranelift-srcgen v0.125.3
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling cranelift-isle v0.125.3
[INFO] [stderr]    Compiling cranelift-bitset v0.125.3
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.125.3
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.125.3
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking wasmtime-internal-math v38.0.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking cranelift-control v0.125.3
[INFO] [stderr]    Compiling wasmparser v0.239.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.125.3
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling wasm-encoder v0.239.0
[INFO] [stderr]    Compiling wasm-encoder v0.240.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling cpp_demangle v0.4.5
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ittapi-sys v0.4.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling wasmtime-internal-unwinder v38.0.3
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pulley-macros v38.0.3
[INFO] [stderr]    Compiling wasmtime-internal-versioned-export-macros v38.0.3
[INFO] [stderr]    Compiling pulley-interpreter v38.0.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling wasmtime-internal-fiber v38.0.3
[INFO] [stderr]    Compiling wasmtime-internal-jit-debug v38.0.3
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking compiler v0.0.1 (/opt/rustwide/workdir/compiler)
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stdout] warning: unused import: `format`
[INFO] [stdout]  --> compiler/src/types.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::{self, Display, format};
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasmtime-internal-component-macro v38.0.3
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> compiler/src/hir/check.rs:39:19
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn infer_function(ctx: &mut Context, function: &mut Function, _span: Span) -> Result<TypeId> {
[INFO] [stdout]    |                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `function`
[INFO] [stdout]   --> compiler/src/hir/check.rs:39:38
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn infer_function(ctx: &mut Context, function: &mut Function, _span: Span) -> Result<TypeId> {
[INFO] [stdout]    |                                      ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> compiler/src/hir/check.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn infer_definition(ctx: &mut Context, definition: &mut Definition, _span: Span) -> Result<TypeId> {
[INFO] [stdout]    |                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `definition`
[INFO] [stdout]   --> compiler/src/hir/check.rs:43:40
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn infer_definition(ctx: &mut Context, definition: &mut Definition, _span: Span) -> Result<TypeId> {
[INFO] [stdout]    |                                        ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_definition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wasmtime-internal-component-util v38.0.3
[INFO] [stderr]    Compiling wasmtime-internal-cache v38.0.3
[INFO] [stdout] warning: field `store` is never read
[INFO] [stdout]   --> compiler/src/mir/lower.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | struct Context<'ctx> {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     store: &'ctx Store,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Context` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]   --> compiler/src/store/name_store.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 52 | impl NameStore {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn get(&self, symbol: Name) -> Option<&str> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `store_type` is never used
[INFO] [stdout]   --> compiler/src/store/store.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Store {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn store_type(&mut self, type_: Type) -> TypeId {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]   --> compiler/src/store/type_store.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl TypeStore {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn get(&self, type_id: TypeId) -> Option<&Type> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_many` is never used
[INFO] [stdout]    --> compiler/src/syntax/parser.rs:357:4
[INFO] [stdout]     |
[INFO] [stdout] 357 | fn parse_many<F, T>(ctx: &mut Context, until: TokenKind, mut parse: F) -> Result<Vec<T>>
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Function` is never constructed
[INFO] [stdout]   --> compiler/src/types.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub enum Type {
[INFO] [stdout]    |          ---- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 33 |     Function(FunctionType),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> compiler/src/types.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl FunctionType {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 50 |     pub fn new(arguments: Box<[TypeId]>, result: TypeId) -> FunctionType {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking wast v240.0.0
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking directories-next v2.0.0
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.125.3
[INFO] [stderr]    Compiling wasmtime v38.0.3
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking ittapi v0.4.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking memfd v0.6.5
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking wasmtime-internal-jit-icache-coherence v38.0.3
[INFO] [stderr]     Checking wasmtime-internal-slab v38.0.3
[INFO] [stderr]     Checking wasm v0.0.1 (/opt/rustwide/workdir/wasm)
[INFO] [stderr]     Checking netrine v0.0.1 (/opt/rustwide/workdir/netrine)
[INFO] [stdout] warning: unused import: `format`
[INFO] [stdout]  --> compiler/src/types.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::{self, Display, format};
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cranelift-entity v0.125.3
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> compiler/src/hir/check.rs:39:19
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn infer_function(ctx: &mut Context, function: &mut Function, _span: Span) -> Result<TypeId> {
[INFO] [stdout]    |                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `function`
[INFO] [stdout]   --> compiler/src/hir/check.rs:39:38
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn infer_function(ctx: &mut Context, function: &mut Function, _span: Span) -> Result<TypeId> {
[INFO] [stdout]    |                                      ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_function`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> compiler/src/hir/check.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn infer_definition(ctx: &mut Context, definition: &mut Definition, _span: Span) -> Result<TypeId> {
[INFO] [stdout]    |                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `definition`
[INFO] [stdout]   --> compiler/src/hir/check.rs:43:40
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn infer_definition(ctx: &mut Context, definition: &mut Definition, _span: Span) -> Result<TypeId> {
[INFO] [stdout]    |                                        ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_definition`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `store` is never read
[INFO] [stdout]   --> compiler/src/mir/lower.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | struct Context<'ctx> {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     store: &'ctx Store,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Context` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `store_type` is never used
[INFO] [stdout]   --> compiler/src/store/store.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Store {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn store_type(&mut self, type_: Type) -> TypeId {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_many` is never used
[INFO] [stdout]    --> compiler/src/syntax/parser.rs:357:4
[INFO] [stdout]     |
[INFO] [stdout] 357 | fn parse_many<F, T>(ctx: &mut Context, until: TokenKind, mut parse: F) -> Result<Vec<T>>
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking cranelift-bforest v0.125.3
[INFO] [stderr]     Checking regalloc2 v0.13.2
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling cranelift-codegen v0.125.3
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling wit-parser v0.239.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking wat v1.240.0
[INFO] [stderr]     Checking fxprof-processed-profile v0.8.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling wasmtime-internal-wit-bindgen v38.0.3
[INFO] [stderr]     Checking wasmprinter v0.239.0
[INFO] [stderr]     Checking wasmtime-environ v38.0.3
[INFO] [stderr]     Checking cranelift-native v0.125.3
[INFO] [stderr]     Checking cranelift-frontend v0.125.3
[INFO] [stderr]     Checking wasmtime-internal-cranelift v38.0.3
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
[INFO] running `Command { std: "docker" "inspect" "8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978", kill_on_drop: false }`
[INFO] [stdout] 8b6b30a743b5d2fb3529cc88a2cc5f6e5114a9a59773e332c214127a7af5e978
