[INFO] fetching crate quant-suite 0.1.1...
[INFO] checking quant-suite-0.1.1 against master#b286722878e18db29a7fbe672be7c4d3b02e8e4d for pr-127655
[INFO] extracting crate quant-suite 0.1.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate quant-suite 0.1.1 on toolchain b286722878e18db29a7fbe672be7c4d3b02e8e4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate quant-suite 0.1.1
[INFO] finished tweaking crates.io crate quant-suite 0.1.1
[INFO] tweaked toml for crates.io crate quant-suite 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate quant-suite 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" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded logger v0.4.0
[INFO] [stderr]   Downloaded async-macros v2.0.0
[INFO] [stderr]   Downloaded ctrader-fix v0.5.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 541c12b0b23b6bbd9bc4f25c1c526335b4f5d35e98def9087c0d1a3629b89b51
[INFO] running `Command { std: "docker" "start" "-a" "541c12b0b23b6bbd9bc4f25c1c526335b4f5d35e98def9087c0d1a3629b89b51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "541c12b0b23b6bbd9bc4f25c1c526335b4f5d35e98def9087c0d1a3629b89b51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "541c12b0b23b6bbd9bc4f25c1c526335b4f5d35e98def9087c0d1a3629b89b51", kill_on_drop: false }`
[INFO] [stdout] 541c12b0b23b6bbd9bc4f25c1c526335b4f5d35e98def9087c0d1a3629b89b51
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c0304687d5ed6607521d1dea929f3734ebd312cfcbf7b7137c25a4338f59bff
[INFO] running `Command { std: "docker" "start" "-a" "7c0304687d5ed6607521d1dea929f3734ebd312cfcbf7b7137c25a4338f59bff", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]     Checking value-bag v1.8.1
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking fastrand v2.0.2
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]     Checking traitobject v0.1.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling phf v0.7.24
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking waker-fn v1.1.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]     Checking async-task v4.7.0
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking event-listener-strategy v0.5.1
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]     Checking async-channel v2.2.1
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]     Checking mime v0.2.6
[INFO] [stderr]     Checking unsafe-any v0.4.2
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]     Checking typemap v0.3.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling mime_guess v1.8.8
[INFO] [stderr]     Checking async-executor v1.11.0
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking event-listener v3.1.0
[INFO] [stderr]     Checking typeable v0.1.2
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking plugin v0.2.6
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking nanoid v0.4.0
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking anstyle v1.0.6
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking modifier v0.1.0
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking async-macros v2.0.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]     Checking iron v0.6.1
[INFO] [stderr]     Checking logger v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking polling v3.6.0
[INFO] [stderr]     Checking async-io v2.3.2
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]     Checking env_logger v0.11.3
[INFO] [stderr]     Checking quant-suite v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking async-signal v0.2.5
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-process v1.8.1
[INFO] [stderr]     Checking async-std v1.12.0
[INFO] [stderr]     Checking num_enum v0.7.2
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking ctrader-fix v0.5.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
[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" "7c0304687d5ed6607521d1dea929f3734ebd312cfcbf7b7137c25a4338f59bff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c0304687d5ed6607521d1dea929f3734ebd312cfcbf7b7137c25a4338f59bff", kill_on_drop: false }`
[INFO] [stdout] 7c0304687d5ed6607521d1dea929f3734ebd312cfcbf7b7137c25a4338f59bff
[INFO] checking quant-suite-0.1.1 against try#6a5749073f2ebf59d7740d30e50a932a85756ee7 for pr-127655
[INFO] extracting crate quant-suite 0.1.1 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate quant-suite 0.1.1 on toolchain 6a5749073f2ebf59d7740d30e50a932a85756ee7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate quant-suite 0.1.1
[INFO] finished tweaking crates.io crate quant-suite 0.1.1
[INFO] tweaked toml for crates.io crate quant-suite 0.1.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate quant-suite 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" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e08d63fd514fd0d1f0c70d375b66e63b41d7996e9dca279315d1aec208ed368f
[INFO] running `Command { std: "docker" "start" "-a" "e08d63fd514fd0d1f0c70d375b66e63b41d7996e9dca279315d1aec208ed368f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e08d63fd514fd0d1f0c70d375b66e63b41d7996e9dca279315d1aec208ed368f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e08d63fd514fd0d1f0c70d375b66e63b41d7996e9dca279315d1aec208ed368f", kill_on_drop: false }`
[INFO] [stdout] e08d63fd514fd0d1f0c70d375b66e63b41d7996e9dca279315d1aec208ed368f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+6a5749073f2ebf59d7740d30e50a932a85756ee7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12c82bd621609400b0ca0045816a67627ceee98bed4e8b8d2086728de62c0be2
[INFO] running `Command { std: "docker" "start" "-a" "12c82bd621609400b0ca0045816a67627ceee98bed4e8b8d2086728de62c0be2", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]     Checking value-bag v1.8.1
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking fastrand v2.0.2
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking traitobject v0.1.0
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling phf v0.7.24
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]     Checking async-task v4.7.0
[INFO] [stderr]     Checking waker-fn v1.1.1
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking event-listener-strategy v0.5.1
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking async-channel v2.2.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking mime v0.2.6
[INFO] [stderr]     Checking unsafe-any v0.4.2
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking typemap v0.3.3
[INFO] [stdout] error: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/typemap-0.3.3/src/lib.rs:185:18
[INFO] [stdout]     |
[INFO] [stdout] 185 | impl<'a, K: Key, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> Entry<'a, K, A> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr] error: could not compile `typemap` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "12c82bd621609400b0ca0045816a67627ceee98bed4e8b8d2086728de62c0be2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12c82bd621609400b0ca0045816a67627ceee98bed4e8b8d2086728de62c0be2", kill_on_drop: false }`
[INFO] [stdout] 12c82bd621609400b0ca0045816a67627ceee98bed4e8b8d2086728de62c0be2
