[INFO] cloning repository https://github.com/HeavyPunk/scotty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HeavyPunk/scotty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeavyPunk%2Fscotty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeavyPunk%2Fscotty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9bbb1de79b34f997834de3290484f9f4efb06029
[INFO] checking HeavyPunk/scotty against try#22cc29ba5b459fb386c0406b9baf3a49eb0fba39 for pr-146095
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeavyPunk%2Fscotty" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/HeavyPunk/scotty
[INFO] finished tweaking git repo https://github.com/HeavyPunk/scotty
[INFO] tweaked toml for git repo https://github.com/HeavyPunk/scotty written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HeavyPunk/scotty on toolchain 22cc29ba5b459fb386c0406b9baf3a49eb0fba39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HeavyPunk/scotty 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" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd872f8b7999fbad8e1599617d3c67e2f2642cbb87a2490fc3bec865ac4c1c09
[INFO] running `Command { std: "docker" "start" "-a" "dd872f8b7999fbad8e1599617d3c67e2f2642cbb87a2490fc3bec865ac4c1c09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd872f8b7999fbad8e1599617d3c67e2f2642cbb87a2490fc3bec865ac4c1c09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd872f8b7999fbad8e1599617d3c67e2f2642cbb87a2490fc3bec865ac4c1c09", kill_on_drop: false }`
[INFO] [stdout] dd872f8b7999fbad8e1599617d3c67e2f2642cbb87a2490fc3bec865ac4c1c09
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+22cc29ba5b459fb386c0406b9baf3a49eb0fba39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a83f609a98ef61c2918d7b259c11774594f4f74c47fa49c5aa48b679f3f46e70
[INFO] running `Command { std: "docker" "start" "-a" "a83f609a98ef61c2918d7b259c11774594f4f74c47fa49c5aa48b679f3f46e70", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling cc v1.2.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking webpki-roots v1.0.2
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling if_chain v1.0.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling cookie-factory v0.2.4
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking as-any v0.3.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking clap_builder v4.5.48
[INFO] [stderr]     Checking toml_datetime v0.7.2
[INFO] [stderr]     Checking serde_spanned v1.0.2
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking toml_writer v1.0.3
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]    Compiling snafu-derive v0.7.5
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking input_buffer v0.5.0
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling deluxe-core v0.5.0
[INFO] [stderr]     Checking toml_parser v1.0.3
[INFO] [stderr]     Checking snafu v0.7.5
[INFO] [stderr]     Checking rustls-webpki v0.103.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking ref-cast v1.0.24
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]    Compiling deluxe-macros v0.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling pest v2.8.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr] error: could not compile `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/22cc29ba5b459fb386c0406b9baf3a49eb0fba39/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=5353b193443a8f3a -C extra-filename=-567ab5bb3f036f6d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-7c5027d079f636a7.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-ae1913eeaff32108.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-9bcde3556d193e0f.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" "a83f609a98ef61c2918d7b259c11774594f4f74c47fa49c5aa48b679f3f46e70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a83f609a98ef61c2918d7b259c11774594f4f74c47fa49c5aa48b679f3f46e70", kill_on_drop: false }`
[INFO] [stdout] a83f609a98ef61c2918d7b259c11774594f4f74c47fa49c5aa48b679f3f46e70
