[INFO] fetching crate inovo-rs 0.1.1...
[INFO] checking inovo-rs-0.1.1 against master#3139ff09e9d07f7700f8d15ed25a231e29c43627 for pr-121848-3
[INFO] extracting crate inovo-rs 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate inovo-rs 0.1.1 on toolchain 3139ff09e9d07f7700f8d15ed25a231e29c43627
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate inovo-rs 0.1.1
[INFO] finished tweaking crates.io crate inovo-rs 0.1.1
[INFO] tweaked toml for crates.io crate inovo-rs 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate inovo-rs 0.1.1 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" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded websocket-base v0.26.5
[INFO] [stderr]   Downloaded neli v0.6.4
[INFO] [stderr]   Downloaded local-ip-address v0.6.1
[INFO] [stderr]   Downloaded wide v0.7.20
[INFO] [stderr]   Downloaded tokio-tls v0.2.1
[INFO] [stderr]   Downloaded neli-proc-macros v0.1.3
[INFO] [stderr]   Downloaded websocket v0.27.1
[INFO] [stderr]   Downloaded bytemuck v1.16.0
[INFO] [stderr]   Downloaded nalgebra v0.32.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7c248e0f6f1cb69149064f0528534c2d11ca9e79f02ab241cc67abe372f72b20
[INFO] running `Command { std: "docker" "start" "-a" "7c248e0f6f1cb69149064f0528534c2d11ca9e79f02ab241cc67abe372f72b20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7c248e0f6f1cb69149064f0528534c2d11ca9e79f02ab241cc67abe372f72b20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c248e0f6f1cb69149064f0528534c2d11ca9e79f02ab241cc67abe372f72b20", kill_on_drop: false }`
[INFO] [stdout] 7c248e0f6f1cb69149064f0528534c2d11ca9e79f02ab241cc67abe372f72b20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+3139ff09e9d07f7700f8d15ed25a231e29c43627" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec5f6651f7c9bf86b9167e4ad7e9b9006a57eaea43b3a1289ac0b8e2b1caa58a
[INFO] running `Command { std: "docker" "start" "-a" "ec5f6651f7c9bf86b9167e4ad7e9b9006a57eaea43b3a1289ac0b8e2b1caa58a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking bytemuck v1.16.0
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking wide v0.7.20
[INFO] [stderr]     Checking mime v0.2.6
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking traitobject v0.1.0
[INFO] [stderr]     Checking typeable v0.1.2
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling nalgebra-macros v0.2.1
[INFO] [stderr]     Checking tokio-tls v0.2.1
[INFO] [stderr]     Checking websocket-base v0.26.5
[INFO] [stderr]     Checking websocket v0.27.1
[INFO] [stderr]     Checking nalgebra v0.32.5
[INFO] [stderr]    Compiling neli-proc-macros v0.1.3
[INFO] [stderr]     Checking neli v0.6.4
[INFO] [stderr]     Checking local-ip-address v0.6.1
[INFO] [stderr]     Checking inovo-rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `guard`
[INFO] [stdout]    --> examples/inovo_rs.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let guard = bot.with_linear_relative(vz.clone())?;
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_guard`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> examples/inovo_rs.rs:118:13
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let mut guard_3 = guard_2.with_joint(j1.clone())?;
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.41s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: traitobject v0.1.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ec5f6651f7c9bf86b9167e4ad7e9b9006a57eaea43b3a1289ac0b8e2b1caa58a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec5f6651f7c9bf86b9167e4ad7e9b9006a57eaea43b3a1289ac0b8e2b1caa58a", kill_on_drop: false }`
[INFO] [stdout] ec5f6651f7c9bf86b9167e4ad7e9b9006a57eaea43b3a1289ac0b8e2b1caa58a
[INFO] checking inovo-rs-0.1.1 against try#a2cff3b7a9661c90ec0d581d3f3a69bb97c11138 for pr-121848-3
[INFO] extracting crate inovo-rs 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate inovo-rs 0.1.1 on toolchain a2cff3b7a9661c90ec0d581d3f3a69bb97c11138
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a2cff3b7a9661c90ec0d581d3f3a69bb97c11138" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate inovo-rs 0.1.1
[INFO] finished tweaking crates.io crate inovo-rs 0.1.1
[INFO] tweaked toml for crates.io crate inovo-rs 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate inovo-rs 0.1.1 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" "+a2cff3b7a9661c90ec0d581d3f3a69bb97c11138" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+a2cff3b7a9661c90ec0d581d3f3a69bb97c11138" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b3a83729c6050362fc0f52470b8a4d02066373c86b3bd1220c20b44bd456b948
[INFO] running `Command { std: "docker" "start" "-a" "b3a83729c6050362fc0f52470b8a4d02066373c86b3bd1220c20b44bd456b948", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3a83729c6050362fc0f52470b8a4d02066373c86b3bd1220c20b44bd456b948", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3a83729c6050362fc0f52470b8a4d02066373c86b3bd1220c20b44bd456b948", kill_on_drop: false }`
[INFO] [stdout] b3a83729c6050362fc0f52470b8a4d02066373c86b3bd1220c20b44bd456b948
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+a2cff3b7a9661c90ec0d581d3f3a69bb97c11138" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c994e6bc7744a1bc46d63e346fb3d50f0c1eda3a70f3a1635941f2d48f0d2063
[INFO] running `Command { std: "docker" "start" "-a" "c994e6bc7744a1bc46d63e346fb3d50f0c1eda3a70f3a1635941f2d48f0d2063", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking bytemuck v1.16.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking mime v0.2.6
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]     Checking wide v0.7.20
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking traitobject v0.1.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]     Checking typeable v0.1.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling nalgebra-macros v0.2.1
[INFO] [stderr]     Checking tokio-tls v0.2.1
[INFO] [stderr]     Checking websocket-base v0.26.5
[INFO] [stderr]     Checking websocket v0.27.1
[INFO] [stderr]     Checking nalgebra v0.32.5
[INFO] [stderr]    Compiling neli-proc-macros v0.1.3
[INFO] [stderr]     Checking neli v0.6.4
[INFO] [stderr]     Checking local-ip-address v0.6.1
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "c994e6bc7744a1bc46d63e346fb3d50f0c1eda3a70f3a1635941f2d48f0d2063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c994e6bc7744a1bc46d63e346fb3d50f0c1eda3a70f3a1635941f2d48f0d2063", kill_on_drop: false }`
[INFO] [stdout] c994e6bc7744a1bc46d63e346fb3d50f0c1eda3a70f3a1635941f2d48f0d2063
