[INFO] cloning repository https://github.com/theswerd/basedbot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/theswerd/basedbot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheswerd%2Fbasedbot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheswerd%2Fbasedbot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ce72c995fa5265ac6fec5b3bab64125f0f1fe74
[INFO] checking theswerd/basedbot against c0dfa9ae292642b7683cf7162ffb6880170df098 for pr-160902
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheswerd%2Fbasedbot" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/theswerd/basedbot
[INFO] finished tweaking git repo https://github.com/theswerd/basedbot
[INFO] tweaked toml for git repo https://github.com/theswerd/basedbot written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/theswerd/basedbot on toolchain c0dfa9ae292642b7683cf7162ffb6880170df098
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/theswerd/basedbot 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" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: zeroth/Cargo.toml: file `/workspace/builds/worker-1-tc2/source/zeroth/build.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `zeroth-build`
[INFO] [stderr]   * `build-script` target `build-script-build`
[INFO] [stderr] warning: `zeroth` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047
[INFO] running `Command { std: "docker" "start" "d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047", 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" "d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047", 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" "d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: zeroth/Cargo.toml: file `/opt/rustwide/workdir/zeroth/build.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `zeroth-build`
[INFO] [stderr]   * `build-script` target `build-script-build`
[INFO] [stderr] warning: `zeroth` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking rustls-pki-types v1.10.1
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling prost-derive v0.13.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling snafu-derive v0.8.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling pin-project v1.1.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling prost v0.13.4
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling prost-types v0.13.4
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking num_enum v0.7.3
[INFO] [stderr]     Checking snafu v0.8.5
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking yaml-rust2 v0.9.0
[INFO] [stderr]    Compiling bon-macros v3.3.0
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking color-spantrace v0.2.1
[INFO] [stderr]     Checking color-eyre v0.6.3
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling prost-build v0.13.4
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling krec v0.2.9
[INFO] [stderr]     Checking bon v3.3.0
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling h2 v0.4.7
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking tokio-rustls v0.25.0
[INFO] [stderr]     Checking hyper v0.14.31
[INFO] [stderr]     Checking humanoid v0.1.0 (/opt/rustwide/workdir/humanoid)
[INFO] [stdout] warning: unused import: `time::Duration`
[INFO] [stdout]  --> humanoid/src/runtime.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ops::Deref, sync::Arc, time::Duration};
[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: `time::Duration`
[INFO] [stdout]  --> humanoid/src/runtime.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{ops::Deref, sync::Arc, time::Duration};
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rumqttc v0.24.0
[INFO] [stderr]    Compiling hyper v1.5.1
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling zeroth v0.1.0 (/opt/rustwide/workdir/zeroth)
[INFO] [stderr]    Compiling kbot v0.1.0 (/opt/rustwide/workdir/kbot)
[INFO] [stdout] warning: unused import: `strum::IntoEnumIterator`
[INFO] [stdout]   --> kbot/src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use strum::IntoEnumIterator;
[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: `strum::IntoEnumIterator`
[INFO] [stdout]   --> kbot/src/lib.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use strum::IntoEnumIterator;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `proto` is private
[INFO] [stdout]  --> zeroth/tests/integration.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use zeroth::proto::Empty;
[INFO] [stdout]   |                 ^^^^^  ----- struct `Empty` is not publicly re-exported
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `proto` is defined here
[INFO] [stdout]  --> zeroth/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod proto {
[INFO] [stdout]   | ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0603`.
[INFO] [stdout] 
[INFO] [stdout] warning: field `imu` is never read
[INFO] [stdout]    --> kbot/src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct Client {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 120 |     imu: kos_proto::imu::imu_service_client::ImuServiceClient<tonic::transport::Channel>,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zeroth` (test "integration") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: field `imu` is never read
[INFO] [stdout]    --> kbot/src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct Client {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 120 |     imu: kos_proto::imu::imu_service_client::ImuServiceClient<tonic::transport::Channel>,
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047", kill_on_drop: false }`
[INFO] [stdout] d045f8258da399494d819adac2234521aa7cebe8e955f5b1477c67595220a047
