[INFO] fetching crate ebi 0.3.3...
[INFO] checking ebi-0.3.3 against try#3a4cb0edb4040379c037e06efeb5409e44be7b77 for pr-146377
[INFO] extracting crate ebi 0.3.3 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate ebi 0.3.3
[INFO] finished tweaking crates.io crate ebi 0.3.3
[INFO] tweaked toml for crates.io crate ebi 0.3.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ebi 0.3.3 on toolchain 3a4cb0edb4040379c037e06efeb5409e44be7b77
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ebi 0.3.3 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" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9b27cc7cae26d1b19b56497bce4ef88af7957fe0ddba08d9e0c933e95d8db46b
[INFO] running `Command { std: "docker" "start" "-a" "9b27cc7cae26d1b19b56497bce4ef88af7957fe0ddba08d9e0c933e95d8db46b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b27cc7cae26d1b19b56497bce4ef88af7957fe0ddba08d9e0c933e95d8db46b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b27cc7cae26d1b19b56497bce4ef88af7957fe0ddba08d9e0c933e95d8db46b", kill_on_drop: false }`
[INFO] [stdout] 9b27cc7cae26d1b19b56497bce4ef88af7957fe0ddba08d9e0c933e95d8db46b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ba9fc45e00b46fcc827894125fbb4157870c55418486119c0e462b15edd5d58
[INFO] running `Command { std: "docker" "start" "-a" "5ba9fc45e00b46fcc827894125fbb4157870c55418486119c0e462b15edd5d58", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling zerocopy v0.8.28
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling malachite-nz v0.7.1
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling pest v2.8.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling dot-structures v0.1.2
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking kurbo v0.11.3
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]     Checking sdd v3.0.10
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]     Checking unicode-ccc v0.4.0
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.4.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]     Checking fontconfig-parser v0.5.8
[INFO] [stderr]     Checking scc v2.4.0
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling dot-generator v0.2.0
[INFO] [stderr]    Compiling into-attr v0.1.1
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking kurbo v0.12.0
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking svgtypes v0.15.3
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking imagesize v0.13.0
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling pest_meta v2.8.4
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking fontdb v0.23.0
[INFO] [stderr]     Checking safe_arch v0.9.3
[INFO] [stderr]     Checking font-types v0.10.1
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking rustybuzz v0.20.1
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking read-fonts v0.35.0
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking wide v0.8.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking malachite-base v0.7.1
[INFO] [stderr]    Compiling pest_generator v2.8.4
[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/3a4cb0edb4040379c037e06efeb5409e44be7b77/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=d720683a7eb1f0bb -C extra-filename=-f609ab54df013a72 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-1fa2a4182ec7eb61.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-aa5fcb7eb0e8d6c1.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-9533002ac35f5809.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 `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/3a4cb0edb4040379c037e06efeb5409e44be7b77/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.4/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 --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=d427081c20070d66 -C extra-filename=-0644c31c1acd3095 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-7c3b23e851763d6f.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-213135b8194a5b8c.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "5ba9fc45e00b46fcc827894125fbb4157870c55418486119c0e462b15edd5d58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ba9fc45e00b46fcc827894125fbb4157870c55418486119c0e462b15edd5d58", kill_on_drop: false }`
[INFO] [stdout] 5ba9fc45e00b46fcc827894125fbb4157870c55418486119c0e462b15edd5d58
