[INFO] cloning repository https://github.com/SubAt0m1c/RustHypixelApi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SubAt0m1c/RustHypixelApi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubAt0m1c%2FRustHypixelApi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubAt0m1c%2FRustHypixelApi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d74febd7fb24609de0dc78074b37bdfa5170726d
[INFO] checking SubAt0m1c/RustHypixelApi against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubAt0m1c%2FRustHypixelApi" "/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/SubAt0m1c/RustHypixelApi
[INFO] finished tweaking git repo https://github.com/SubAt0m1c/RustHypixelApi
[INFO] tweaked toml for git repo https://github.com/SubAt0m1c/RustHypixelApi written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SubAt0m1c/RustHypixelApi on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SubAt0m1c/RustHypixelApi 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" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-2-tc1/source/ltmdb/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] [stderr] warning: Cargo.toml: unused manifest key: profile.release.debug-info
[INFO] [stderr] warning: binary `hypixel_api` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../hypixel_api
[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 `hypixel-api`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:44:8
[INFO] [stderr]    |
[INFO] [stderr] 44 - name = "hypixel_api"
[INFO] [stderr] 44 + name = "hypixel-api"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `hypixel-api`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:56:80
[INFO] [stderr]    |
[INFO] [stderr] 56 ~ members = ["ltmdb", "single_flight", "rapidhash_lite", "cusp", "simple_defer"]
[INFO] [stderr] 57 + [[bin]]
[INFO] [stderr] 58 + name = "hypixel-api"
[INFO] [stderr] 59 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `hypixel_api` (manifest) generated 2 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded halfbrown v0.4.0
[INFO] [stderr]   Downloaded papaya v0.2.4
[INFO] [stderr]   Downloaded value-trait v0.12.1
[INFO] [stderr]   Downloaded pingora-timeout v0.8.1
[INFO] [stderr]   Downloaded pingora-error v0.8.1
[INFO] [stderr]   Downloaded dashmap v6.2.1
[INFO] [stderr]   Downloaded nonzero_ext v0.3.0
[INFO] [stderr]   Downloaded impl-more v0.3.1
[INFO] [stderr]   Downloaded bytestring v1.5.1
[INFO] [stderr]   Downloaded mimalloc v0.1.52
[INFO] [stderr]   Downloaded seize v0.5.1
[INFO] [stderr]   Downloaded actix-governor v0.10.0
[INFO] [stderr]   Downloaded pingora-memory-cache v0.8.1
[INFO] [stderr]   Downloaded TinyUFO v0.8.1
[INFO] [stderr]   Downloaded futures-timer v3.0.4
[INFO] [stderr]   Downloaded seize v0.3.3
[INFO] [stderr]   Downloaded actix-router v0.5.4
[INFO] [stderr]   Downloaded spinning_top v0.3.0
[INFO] [stderr]   Downloaded crossbeam-skiplist v0.1.3
[INFO] [stderr]   Downloaded lz4_flex v0.13.1
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.53
[INFO] [stderr]   Downloaded flurry v0.5.2
[INFO] [stderr]   Downloaded cc v1.2.66
[INFO] [stderr]   Downloaded webpki-root-certs v1.0.8
[INFO] [stderr]   Downloaded simd-json v0.17.1
[INFO] [stderr]   Downloaded governor v0.10.4
[INFO] [stderr]   Downloaded actix-http v3.13.1
[INFO] [stderr]   Downloaded aws-lc-rs v1.17.1
[INFO] [stderr]   Downloaded actix-web v4.14.0
[INFO] [stderr]   Downloaded zerocopy v0.8.53
[INFO] [stderr]   Downloaded nix v0.31.3
[INFO] [stderr]   Downloaded rustls v0.23.41
[INFO] [stderr]   Downloaded libmimalloc-sys v0.1.49
[INFO] [stderr]   Downloaded aws-lc-sys v0.42.0
[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] 1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7
[INFO] running `Command { std: "docker" "start" "1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7", 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" "1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7" "/opt/rustwide/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7", 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" "1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7" "/opt/rustwide/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/ltmdb/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr] warning: Cargo.toml: unused manifest key: profile.release.debug-info
[INFO] [stderr] warning: binary `hypixel_api` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../hypixel_api
[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 `hypixel-api`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:44:8
[INFO] [stderr]    |
[INFO] [stderr] 44 - name = "hypixel_api"
[INFO] [stderr] 44 + name = "hypixel-api"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `hypixel-api`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:56:80
[INFO] [stderr]    |
[INFO] [stderr] 56 ~ members = ["ltmdb", "single_flight", "rapidhash_lite", "cusp", "simple_defer"]
[INFO] [stderr] 57 + [[bin]]
[INFO] [stderr] 58 + name = "hypixel-api"
[INFO] [stderr] 59 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `hypixel_api` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling zerocopy v0.8.53
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking seize v0.5.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking alloc-stdlib v0.2.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking brotli-decompressor v5.0.3
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling bytestring v1.5.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking papaya v0.2.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking simple_defer v0.1.0 (/opt/rustwide/workdir/simple_defer)
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking brotli v8.0.4
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking seize v0.3.3
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking crossbeam-skiplist v0.1.3
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking cusp v2.1.3 (/opt/rustwide/workdir/cusp)
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking impl-more v0.3.1
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking pingora-error v0.8.1
[INFO] [stderr]     Checking single_flight v0.0.2 (/opt/rustwide/workdir/single_flight)
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking rapidhash_lite v0.1.0 (/opt/rustwide/workdir/rapidhash_lite)
[INFO] [stderr]     Checking lz4_flex v0.13.1
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.118/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 opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=bf238a66586a8a9b -C extra-filename=-50e4fcaffe0d03cc --out-dir /opt/rustwide/target/debug/build/syn/50e4fcaffe0d03cc/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/51afa9cbe200ae9e/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/cefc7118f3a368b7/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/51afa9cbe200ae9e/out/libproc_macro2-51afa9cbe200ae9e.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/8304284e2c7f761f/out/libquote-8304284e2c7f761f.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/cefc7118f3a368b7/out/libunicode_ident-cefc7118f3a368b7.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" "1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7", kill_on_drop: false }`
[INFO] [stdout] 1b7a2d7fe16d8ae9eb0593977af8f4d9ef31b644a2b2e28bf129b49c85306bd7
