[INFO] cloning repository https://github.com/tomoveon/SemantiST
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomoveon/SemantiST" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomoveon%2FSemantiST", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomoveon%2FSemantiST'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 47caa599457491aac0ad55b7488fcd1ebb1ae857
[INFO] checking tomoveon/SemantiST against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomoveon%2FSemantiST" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/tomoveon/SemantiST
[INFO] finished tweaking git repo https://github.com/tomoveon/SemantiST
[INFO] tweaked toml for git repo https://github.com/tomoveon/SemantiST written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomoveon/SemantiST on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tomoveon/SemantiST 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `license` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | license = "MIT"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.license`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[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] ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5
[INFO] running `Command { std: "docker" "start" "ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5", 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" "ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5", 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" "ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `license` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | license = "MIT"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.license`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling which v8.0.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling inkwell v0.8.0
[INFO] [stderr]     Checking plc_util v0.5.0 (https://github.com/PLC-lang/rusty.git?rev=be1de6f175ec1bed7928904dfb694208a24043fb#be1de6f1)
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling plc_llvm v0.5.0 (https://github.com/PLC-lang/rusty.git?rev=be1de6f175ec1bed7928904dfb694208a24043fb#be1de6f1)
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling inkwell_internals v0.13.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking annotate-snippets v0.11.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking plc_source v0.5.0 (https://github.com/PLC-lang/rusty.git?rev=be1de6f175ec1bed7928904dfb694208a24043fb#be1de6f1)
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling llvm-sys v211.0.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling plc_derive v0.5.0 (https://github.com/PLC-lang/rusty.git?rev=be1de6f175ec1bed7928904dfb694208a24043fb#be1de6f1)
[INFO] [stderr]     Checking generational-arena v0.2.9
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking bstr v1.12.3
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=74e4fdcce06f21ba -C extra-filename=-9dc455b348cee768 --out-dir /opt/rustwide/target/debug/build/tokio/9dc455b348cee768/out -L dependency=/opt/rustwide/target/debug/build/libc/16836f44866b8b3d/out --extern bytes=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/16836f44866b8b3d/out/liblibc-16836f44866b8b3d.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/2ddca7b2f0060b57/out/libmio-2ddca7b2f0060b57.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/a15b25382da1507c/out/libsocket2-a15b25382da1507c.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] [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/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/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 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=2d206b438f3a8cac -C extra-filename=-33679cb14918414c --out-dir /opt/rustwide/target/debug/build/pest/33679cb14918414c/out --extern memchr=/opt/rustwide/target/debug/build/memchr/9f16a2ed58d5c44b/out/libmemchr-9f16a2ed58d5c44b.rmeta --extern ucd_trie=/opt/rustwide/target/debug/build/ucd-trie/9bcde3556d193e0f/out/libucd_trie-9bcde3556d193e0f.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5", kill_on_drop: false }`
[INFO] [stdout] ec3853bfda03405d74d126864e408ffac203fbf5e7808d8ff922177dee5e95c5
