[INFO] cloning repository https://github.com/liquid-07/mujick [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liquid-07/mujick" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliquid-07%2Fmujick", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliquid-07%2Fmujick'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3b10446197603ad82198b39de815675b54165136 [INFO] checking liquid-07/mujick against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliquid-07%2Fmujick" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/liquid-07/mujick [INFO] finished tweaking git repo https://github.com/liquid-07/mujick [INFO] tweaked toml for git repo https://github.com/liquid-07/mujick written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/liquid-07/mujick on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/liquid-07/mujick 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: binary `Mujick` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /workspace/builds/worker-2-tc1/source/target/.../Mujick [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::non_kebab_case_bins` is set to `warn` by default [INFO] [stderr] help: to change the binary name to `mujick`, convert `package.name` [INFO] [stderr] --> Cargo.toml:29:8 [INFO] [stderr] | [INFO] [stderr] 29 - name = "Mujick" [INFO] [stderr] 29 + name = "mujick" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `mujick`, specify `bin.name` [INFO] [stderr] --> Cargo.toml:30:19 [INFO] [stderr] | [INFO] [stderr] 30 ~ version = "0.1.0" [INFO] [stderr] 31 + [[bin]] [INFO] [stderr] 32 + name = "mujick" [INFO] [stderr] 33 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `Mujick` (manifest) generated 1 warning [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded winapi-util v0.1.10 [INFO] [stderr] Downloaded rodio v0.21.1 [INFO] [stderr] Downloaded toml_datetime v0.7.0 [INFO] [stderr] Downloaded cc v1.2.34 [INFO] [stderr] Downloaded instability v0.3.7 [INFO] [stderr] Downloaded coreaudio-rs v0.13.0 [INFO] [stderr] Downloaded toml_edit v0.23.4 [INFO] [stderr] Downloaded ogg_pager v0.7.0 [INFO] [stderr] Downloaded cpal v0.16.0 [INFO] [stderr] Downloaded lofty_attr v0.11.1 [INFO] [stderr] Downloaded convert_case v0.7.1 [INFO] [stderr] Downloaded litrs v0.4.2 [INFO] [stderr] Downloaded owo-colors v4.2.1 [INFO] [stderr] Downloaded jiff-static v0.2.15 [INFO] [stderr] Downloaded flexi_logger v0.31.7 [INFO] [stderr] Downloaded lofty v0.22.4 [INFO] [stderr] Downloaded rustix v1.0.8 [INFO] [stderr] Downloaded jiff v0.2.15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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] b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79 [INFO] running `Command { std: "docker" "start" "b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79", 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" "b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79", 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" "b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: binary `Mujick` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /opt/rustwide/target/.../Mujick [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::non_kebab_case_bins` is set to `warn` by default [INFO] [stderr] help: to change the binary name to `mujick`, convert `package.name` [INFO] [stderr] --> Cargo.toml:29:8 [INFO] [stderr] | [INFO] [stderr] 29 - name = "Mujick" [INFO] [stderr] 29 + name = "mujick" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `mujick`, specify `bin.name` [INFO] [stderr] --> Cargo.toml:30:19 [INFO] [stderr] | [INFO] [stderr] 30 ~ version = "0.1.0" [INFO] [stderr] 31 + [[bin]] [INFO] [stderr] 32 + name = "mujick" [INFO] [stderr] 33 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `Mujick` (manifest) generated 1 warning [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling cc v1.2.34 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Checking symphonia-core v0.5.5 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling owo-colors v4.2.1 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking signal-hook v0.3.18 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Compiling cpal v0.16.0 [INFO] [stderr] Checking symphonia-metadata v0.5.5 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking symphonia-codec-pcm v0.5.5 [INFO] [stderr] Checking symphonia-codec-aac v0.5.5 [INFO] [stderr] Checking alsa v0.9.1 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Checking symphonia-utils-xiph v0.5.5 [INFO] [stderr] Checking symphonia-bundle-mp3 v0.5.5 [INFO] [stderr] Checking symphonia-format-riff v0.5.5 [INFO] [stderr] Checking crc32fast v1.5.0 [INFO] [stderr] Checking object v0.36.7 [INFO] [stderr] Checking symphonia-format-ogg v0.5.5 [INFO] [stderr] Checking symphonia-codec-vorbis v0.5.5 [INFO] [stderr] Checking symphonia-format-isomp4 v0.5.5 [INFO] [stderr] Checking symphonia-bundle-flac v0.5.5 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Checking dasp_sample v0.11.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking rustc-demangle v0.1.25 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking anstream v0.6.20 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking ogg_pager v0.7.0 [INFO] [stderr] Checking symphonia v0.5.5 [INFO] [stderr] Checking compact_str v0.8.1 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking jiff v0.2.15 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking rodio v0.21.1 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking env_filter v0.1.3 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling lofty_attr v0.11.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Checking backtrace v0.3.75 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking lofty v0.22.4 [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d8df82673d5911b6112a85bf91d9adefb2c66a1a/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=6fb64cbc6714e57f -C extra-filename=-71ccdce8221fa97b --out-dir /opt/rustwide/target/debug/build/tokio/71ccdce8221fa97b/out -L dependency=/opt/rustwide/target/debug/build/libc/d6ee29590563fcea/out --extern bytes=/opt/rustwide/target/debug/build/bytes/1e0f2c5263ca78fd/out/libbytes-1e0f2c5263ca78fd.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/d6ee29590563fcea/out/liblibc-d6ee29590563fcea.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/06c8a62ecac4abf6/out/libmio-06c8a62ecac4abf6.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/2ecca6b667797f49/out/libpin_project_lite-2ecca6b667797f49.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/04a1dcfa956f5507/out/libsocket2-04a1dcfa956f5507.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79", kill_on_drop: false }` [INFO] [stdout] b381e6ced8b863d3f41d8510ceac49c141a1a54797a6146e474c08d211a7ef79