[INFO] cloning repository https://github.com/keejkrej/claw-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keejkrej/claw-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeejkrej%2Fclaw-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeejkrej%2Fclaw-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 76938b09b712377cc4d010f5b613d042a8e8d213
[INFO] checking keejkrej/claw-rs against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeejkrej%2Fclaw-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/keejkrej/claw-rs
[INFO] finished tweaking git repo https://github.com/keejkrej/claw-rs
[INFO] tweaked toml for git repo https://github.com/keejkrej/claw-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/keejkrej/claw-rs on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/keejkrej/claw-rs 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144
[INFO] running `Command { std: "docker" "start" "0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144", 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" "0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144", 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" "0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking getrandom v0.4.1
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling aws-lc-sys v0.37.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling libz-sys v1.1.24
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling dupe_derive v0.9.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling ts-rs-macros v11.1.0
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling lalrpop-util v0.19.12
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling allocative v0.3.4
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking ts-rs v11.1.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling schemafy_core v0.5.2
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling lalrpop v0.19.12
[INFO] [stderr]    Compiling allocative_derive v0.3.3
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking path-dedot v3.1.1
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling starlark_map v0.13.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]     Checking path-absolutize v3.1.1
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling schemafy_lib v0.5.2
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking dupe v0.9.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling icu_locale_data v2.1.2
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]    Compiling schemafy v0.5.2
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking logos v0.12.1
[INFO] [stderr]     Checking codex-utils-absolute-path v0.0.0 (https://github.com/openai/codex.git?rev=2bd87d1a7580b2ac7a1727660f2dcb9ab0f7393d#2bd87d1a)
[INFO] [stderr]     Checking annotate-snippets v0.9.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking wildcard v0.3.0
[INFO] [stderr]    Compiling rama-macros v0.3.0-alpha.4
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]    Compiling starlark v0.13.0
[INFO] [stderr]     Checking smol_str v0.3.5
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]    Compiling icu_decimal_data v2.1.1
[INFO] [stderr]     Checking display_container v0.9.0
[INFO] [stderr]     Checking rustyline v14.0.0
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking rama-utils v0.3.0-alpha.4
[INFO] [stderr]     Checking zune-jpeg v0.5.12
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]    Compiling starlark_derive v0.13.0
[INFO] [stderr]     Checking debugserver-types v0.5.0
[INFO] [stderr]    Compiling serde_with_macros v3.17.0
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking tokio-graceful v0.2.2
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]     Checking asynk-strim v0.1.5
[INFO] [stderr]     Checking rama-error v0.3.0-alpha.4
[INFO] [stderr]     Checking inventory v0.3.22
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking cmp_any v0.8.1
[INFO] [stderr]     Checking rama-core v0.3.0-alpha.4
[INFO] [stderr]     Checking codex-utils-cache v0.0.0 (https://github.com/openai/codex.git?rev=2bd87d1a7580b2ac7a1727660f2dcb9ab0f7393d#2bd87d1a)
[INFO] [stderr]     Checking serde_with v3.17.0
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name lalrpop --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=d6d23295dab97bf4 -C extra-filename=-51592335cd219a4e --out-dir /opt/rustwide/target/debug/build/lalrpop/51592335cd219a4e/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/2412effc83fd09ed/out -L dependency=/opt/rustwide/target/debug/build/ascii-canvas/2fb1dfeb2ce13912/out -L dependency=/opt/rustwide/target/debug/build/bit-set/1abc97c8f91329a2/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/8d5c8d6a6143f11b/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/crunchy/f0587e5ee190d1af/out -L dependency=/opt/rustwide/target/debug/build/diff/1e51ea032474e4fa/out -L dependency=/opt/rustwide/target/debug/build/dirs-next/5538bd21e71475fb/out -L dependency=/opt/rustwide/target/debug/build/dirs-sys-next/a6197d1f63febc69/out -L dependency=/opt/rustwide/target/debug/build/either/83398d5149ee9b15/out -L dependency=/opt/rustwide/target/debug/build/ena/ffd4d3c8989bc812/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/fixedbitset/69defad4b00af737/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/02299615a88690b6/out -L dependency=/opt/rustwide/target/debug/build/indexmap/4e73c999a8e6a4f5/out -L dependency=/opt/rustwide/target/debug/build/is-terminal/8b6ad1ad18dcdfd7/out -L dependency=/opt/rustwide/target/debug/build/itertools/e2e81cedcd16ef2c/out -L dependency=/opt/rustwide/target/debug/build/lalrpop-util/9cb2446fea670300/out -L dependency=/opt/rustwide/target/debug/build/libc/7c6d1a78c5d01e44/out -L dependency=/opt/rustwide/target/debug/build/lock_api/886e26369390df02/out -L dependency=/opt/rustwide/target/debug/build/log/3ed344fefb710324/out -L dependency=/opt/rustwide/target/debug/build/memchr/9f16a2ed58d5c44b/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/ded5321d275224be/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/92b7c04ba4b651bb/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/eee21279a75e4554/out -L dependency=/opt/rustwide/target/debug/build/petgraph/e083511e4ab48514/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/b54074c3dfe50e3e/out -L dependency=/opt/rustwide/target/debug/build/precomputed-hash/537e948e8edfb962/out -L dependency=/opt/rustwide/target/debug/build/regex/13b4460dba5abfd6/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/6d0b5d5e5d9a1934/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/f8ed72d78990c0ba/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/fdf6b66a5f2005e2/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/22e389c5edc90715/out -L dependency=/opt/rustwide/target/debug/build/serde/c5379ee626213657/out -L dependency=/opt/rustwide/target/debug/build/serde_core/17d707fc11a0fe7f/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/948a9769d77dedc0/out -L dependency=/opt/rustwide/target/debug/build/siphasher/924578c8d2d31401/out -L dependency=/opt/rustwide/target/debug/build/smallvec/f002a74aede8c00e/out -L dependency=/opt/rustwide/target/debug/build/string_cache/c3367c62f3038e7c/out -L dependency=/opt/rustwide/target/debug/build/term/1e914ee3bc1f281c/out -L dependency=/opt/rustwide/target/debug/build/tiny-keccak/5c7d9ee328baeb20/out -L dependency=/opt/rustwide/target/debug/build/unicode-xid/4dfc1b165cf6adea/out --extern ascii_canvas=/opt/rustwide/target/debug/build/ascii-canvas/2fb1dfeb2ce13912/out/libascii_canvas-2fb1dfeb2ce13912.rmeta --extern bit_set=/opt/rustwide/target/debug/build/bit-set/1abc97c8f91329a2/out/libbit_set-1abc97c8f91329a2.rmeta --extern diff=/opt/rustwide/target/debug/build/diff/1e51ea032474e4fa/out/libdiff-1e51ea032474e4fa.rmeta --extern ena=/opt/rustwide/target/debug/build/ena/ffd4d3c8989bc812/out/libena-ffd4d3c8989bc812.rmeta --extern is_terminal=/opt/rustwide/target/debug/build/is-terminal/8b6ad1ad18dcdfd7/out/libis_terminal-8b6ad1ad18dcdfd7.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/e2e81cedcd16ef2c/out/libitertools-e2e81cedcd16ef2c.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/build/lalrpop-util/9cb2446fea670300/out/liblalrpop_util-9cb2446fea670300.rmeta --extern petgraph=/opt/rustwide/target/debug/build/petgraph/e083511e4ab48514/out/libpetgraph-e083511e4ab48514.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/13b4460dba5abfd6/out/libregex-13b4460dba5abfd6.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/fdf6b66a5f2005e2/out/libregex_syntax-fdf6b66a5f2005e2.rmeta --extern string_cache=/opt/rustwide/target/debug/build/string_cache/c3367c62f3038e7c/out/libstring_cache-c3367c62f3038e7c.rmeta --extern term=/opt/rustwide/target/debug/build/term/1e914ee3bc1f281c/out/libterm-1e914ee3bc1f281c.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/build/tiny-keccak/5c7d9ee328baeb20/out/libtiny_keccak-5c7d9ee328baeb20.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/4dfc1b165cf6adea/out/libunicode_xid-4dfc1b165cf6adea.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144", kill_on_drop: false }`
[INFO] [stdout] 0701e0c7e611492df7437de9ee3c46d3c88ffe26e222fbea4615ee3895e2a144
