[INFO] cloning repository https://github.com/terjekv/treetop-rest
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/terjekv/treetop-rest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterjekv%2Ftreetop-rest", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterjekv%2Ftreetop-rest'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ad4386fee1b3913d09734915e3582b7b3f5054ec
[INFO] checking terjekv/treetop-rest against try#5f6abd89da253a562ad85d235b9342a3ac336c28 for pr-156114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterjekv%2Ftreetop-rest" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/terjekv/treetop-rest
[INFO] finished tweaking git repo https://github.com/terjekv/treetop-rest
[INFO] tweaked toml for git repo https://github.com/terjekv/treetop-rest written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/terjekv/treetop-rest on toolchain 5f6abd89da253a562ad85d235b9342a3ac336c28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5f6abd89da253a562ad85d235b9342a3ac336c28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/terjekv/treetop-rest 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" "+5f6abd89da253a562ad85d235b9342a3ac336c28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5f6abd89da253a562ad85d235b9342a3ac336c28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3270d0439fb8c2d02567230833e503d1f82ddd451ff88952c78830c85331cbb7
[INFO] running `Command { std: "docker" "start" "-a" "3270d0439fb8c2d02567230833e503d1f82ddd451ff88952c78830c85331cbb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3270d0439fb8c2d02567230833e503d1f82ddd451ff88952c78830c85331cbb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3270d0439fb8c2d02567230833e503d1f82ddd451ff88952c78830c85331cbb7", kill_on_drop: false }`
[INFO] [stdout] 3270d0439fb8c2d02567230833e503d1f82ddd451ff88952c78830c85331cbb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5f6abd89da253a562ad85d235b9342a3ac336c28" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86a2c12a3928bf518331170714bae21d411bb4a4c60ee8104003776506f6b814
[INFO] running `Command { std: "docker" "start" "-a" "86a2c12a3928bf518331170714bae21d411bb4a4c60ee8104003776506f6b814", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling vergen-lib v9.1.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling cargo-platform v0.3.2
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling vergen v9.1.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling term v1.2.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling cargo_metadata v0.23.1
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling sysinfo v0.37.2
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling vergen-gitcl v9.1.0
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling lalrpop-util v0.22.2
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling lalrpop v0.22.2
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling stacker v0.1.23
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling logos-codegen v0.16.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]     Checking hybrid-array v0.4.10
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling psm v0.1.30
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]     Checking unicode-security v0.1.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking linked_hash_set v0.1.6
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling logos-derive v0.16.1
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking nonempty v0.12.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking smol_str v0.3.6
[INFO] [stderr]     Checking rustc-literal-escaper v0.0.7
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking unsafe-libyaml-norway v0.2.15
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking pretty v0.12.5
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking serde_norway v0.9.42
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking logos v0.16.1
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]    Compiling utoipa-gen v5.4.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr] error: could not compile `h2` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/5f6abd89da253a562ad85d235b9342a3ac336c28/bin/rustc --crate-name h2 --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=505f892404c6de62 -C extra-filename=-c3ef985dc64eafce --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-cccdc721da232fd0.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-5e48c1f6e9eac5b8.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-1255c4f9a6b35c77.rmeta --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-18b47c4dc48c740a.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-5675c686d04ed8ac.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-ebd8c0dc4b9ff0b5.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-7fecc3d66c514d41.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-2d96a1a48bf6cf52.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e3ae1f2a8675a88b.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-73442087c2162b3f.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-1ff6d93a3db9bb94.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/5f6abd89da253a562ad85d235b9342a3ac336c28/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.22.2/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"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=add62b8e4b546d1a -C extra-filename=-bf201f17c60a4053 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-818798a5f6bd92f5.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-916dc05357663692.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-119f6633ba249de0.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-2f9a7602434b68ca.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-4f30921113272958.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-13f66385adc0c3d7.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-1e44267076016af2.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-040b3a863bffdc34.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-57e26a4474d307e1.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-48f81a5069306edb.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-39e9a3ef79b87bd1.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-9c357b8a2ae3e341.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-5a4b4127df1b9c50.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-5d22f0347837196a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "86a2c12a3928bf518331170714bae21d411bb4a4c60ee8104003776506f6b814", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86a2c12a3928bf518331170714bae21d411bb4a4c60ee8104003776506f6b814", kill_on_drop: false }`
[INFO] [stdout] 86a2c12a3928bf518331170714bae21d411bb4a4c60ee8104003776506f6b814
