[INFO] cloning repository https://github.com/trailofbits/muton [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/trailofbits/muton" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrailofbits%2Fmuton", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrailofbits%2Fmuton'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 55ea37175d5f450c5af4cec00ab5662b4a0e0912 [INFO] checking trailofbits/muton against try#349c4bfa6ac87b818f6fd19d4869c0b24790ac6a for pr-152856 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrailofbits%2Fmuton" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/trailofbits/muton [INFO] finished tweaking git repo https://github.com/trailofbits/muton [INFO] tweaked toml for git repo https://github.com/trailofbits/muton written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/trailofbits/muton on toolchain 349c4bfa6ac87b818f6fd19d4869c0b24790ac6a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+349c4bfa6ac87b818f6fd19d4869c0b24790ac6a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/trailofbits/muton 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" "+349c4bfa6ac87b818f6fd19d4869c0b24790ac6a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+349c4bfa6ac87b818f6fd19d4869c0b24790ac6a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0be5050f3ad8d9544dcee8128b470f2e154df6946ef244a5d2f980d4044b8910 [INFO] running `Command { std: "docker" "start" "-a" "0be5050f3ad8d9544dcee8128b470f2e154df6946ef244a5d2f980d4044b8910", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0be5050f3ad8d9544dcee8128b470f2e154df6946ef244a5d2f980d4044b8910", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0be5050f3ad8d9544dcee8128b470f2e154df6946ef244a5d2f980d4044b8910", kill_on_drop: false }` [INFO] [stdout] 0be5050f3ad8d9544dcee8128b470f2e154df6946ef244a5d2f980d4044b8910 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+349c4bfa6ac87b818f6fd19d4869c0b24790ac6a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef72257655bdb768847311ddaecb23bdc219b2235e11ce148de12da792ad5f79 [INFO] running `Command { std: "docker" "start" "-a" "ef72257655bdb768847311ddaecb23bdc219b2235e11ce148de12da792ad5f79", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.181 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling zmij v1.0.20 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling cc v1.2.55 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling tree-sitter-language v0.1.7 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking regex-syntax v0.8.9 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Checking clap_builder v4.5.57 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking unit-prefix v0.5.2 [INFO] [stderr] Checking streaming-iterator v0.1.9 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling mewt v2.0.1 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking console v0.16.2 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Compiling muton v2.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking similar v2.7.0 [INFO] [stderr] Checking fern v0.7.1 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Checking rustix v1.1.3 [INFO] [stderr] Checking indicatif v0.18.3 [INFO] [stderr] Checking ctrlc v3.5.1 [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/349c4bfa6ac87b818f6fd19d4869c0b24790ac6a/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/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="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=33e611a759ff1bc7 -C extra-filename=-d8864bc1138b3794 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-183f829d39b9e7b0.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-923d3c87caf631c6.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-da5762ff2c56da29.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" "ef72257655bdb768847311ddaecb23bdc219b2235e11ce148de12da792ad5f79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef72257655bdb768847311ddaecb23bdc219b2235e11ce148de12da792ad5f79", kill_on_drop: false }` [INFO] [stdout] ef72257655bdb768847311ddaecb23bdc219b2235e11ce148de12da792ad5f79