[INFO] cloning repository https://github.com/elci-group/bus-station
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elci-group/bus-station" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felci-group%2Fbus-station", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felci-group%2Fbus-station'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c4d29f555742287b2567bc83219d9ea08a713f3c
[INFO] checking elci-group/bus-station against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felci-group%2Fbus-station" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/elci-group/bus-station
[INFO] finished tweaking git repo https://github.com/elci-group/bus-station
[INFO] tweaked toml for git repo https://github.com/elci-group/bus-station written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/elci-group/bus-station on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/elci-group/bus-station 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609
[INFO] running `Command { std: "docker" "start" "3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609", 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" "3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609", 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" "3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]    Compiling cranelift-isle v0.91.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.91.1
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling rkyv v0.7.46
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.91.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling corosensei v0.1.4
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]     Checking cranelift-entity v0.91.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling core-error v0.0.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling cranelift-codegen v0.91.1
[INFO] [stderr]     Checking more-asserts v0.2.2
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking gimli v0.26.2
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking regalloc2 v0.5.1
[INFO] [stderr]     Checking region v3.0.2
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stderr]    Compiling enum-iterator-derive v0.7.0
[INFO] [stderr]    Compiling rkyv_derive v0.7.46
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking enum-iterator v0.7.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking cranelift-egraph v0.91.1
[INFO] [stderr]     Checking cranelift-bforest v0.91.1
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]     Checking memmap2 v0.6.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]     Checking wasmparser v0.121.2
[INFO] [stderr]     Checking shared-buffer v0.1.4
[INFO] [stderr]     Checking enumset v1.1.10
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking zvariant_utils v3.3.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking wasm-encoder v0.32.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v4.4.0
[INFO] [stderr]     Checking self_cell v1.2.2
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking wasmer-types v4.4.0
[INFO] [stderr]     Checking aya-obj v0.2.1
[INFO] [stderr]     Checking wast v64.0.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking wasmer-vm v4.4.0
[INFO] [stderr]    Compiling zbus_names v4.3.1
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking wasmer-compiler v4.4.0
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling wasmer-derive v4.4.0
[INFO] [stderr]     Checking aya-log-common v0.1.15
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking wat v1.0.71
[INFO] [stderr]     Checking aya v0.13.1
[INFO] [stderr]     Checking cranelift-frontend v0.91.1
[INFO] [stderr]     Checking wasmer v4.4.0
[INFO] [stderr]     Checking aya-log v0.2.1
[INFO] [stderr]     Checking bus-station v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `aya::Ebpf`
[INFO] [stdout]  --> src/runtime/ebpf.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use aya::Ebpf;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `aya::Ebpf`
[INFO] [stdout]  --> src/runtime/ebpf.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use aya::Ebpf;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `aya-log`
[INFO] [stderr]  --> Cargo.toml:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | aya-log = "0.2.1"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `aya-log`
[INFO] [stderr] warning: `bus-station` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
[INFO] running `Command { std: "docker" "inspect" "3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609", kill_on_drop: false }`
[INFO] [stdout] 3d9ee83e8e95c75868bd8ebcdc60f76050404d54b3b73dc42176996e0c92d609
