[INFO] cloning repository https://github.com/olirice/richrs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/olirice/richrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folirice%2Frichrs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folirice%2Frichrs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d9cd25425d471a1a90424bda076d0f631a1b4a5 [INFO] checking olirice/richrs against try#a7b168ac4977e8e93a43448b44847adaa305d5a9 for pr-150557 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folirice%2Frichrs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/olirice/richrs [INFO] finished tweaking git repo https://github.com/olirice/richrs [INFO] tweaked toml for git repo https://github.com/olirice/richrs written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/olirice/richrs on toolchain a7b168ac4977e8e93a43448b44847adaa305d5a9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/olirice/richrs 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" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efe4c5b2c43f392c57f7417caa7c27acff06ee64101f010335adcd3cbf9d8349 [INFO] running `Command { std: "docker" "start" "-a" "efe4c5b2c43f392c57f7417caa7c27acff06ee64101f010335adcd3cbf9d8349", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efe4c5b2c43f392c57f7417caa7c27acff06ee64101f010335adcd3cbf9d8349", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efe4c5b2c43f392c57f7417caa7c27acff06ee64101f010335adcd3cbf9d8349", kill_on_drop: false }` [INFO] [stdout] efe4c5b2c43f392c57f7417caa7c27acff06ee64101f010335adcd3cbf9d8349 [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff1bc01f39b908bdfa66e68aae66d8b392a11fdc4185c66256c9331f3da4c50e [INFO] running `Command { std: "docker" "start" "-a" "ff1bc01f39b908bdfa66e68aae66d8b392a11fdc4185c66256c9331f3da4c50e", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking tracing-core v0.1.35 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Checking rustix v1.1.2 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Compiling camino v1.2.1 [INFO] [stderr] Checking gzip-header v1.0.0 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Compiling llvm_profparser v0.7.1 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Compiling procfs v0.17.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Checking ruzstd v0.7.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking deflate v1.0.0 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling cargo-tarpaulin v0.31.5 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking object v0.26.2 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking procfs-core v0.17.0 [INFO] [stderr] Checking quick-xml v0.37.5 [INFO] [stderr] Checking similar v2.7.0 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking signal-hook-registry v1.4.7 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking semver v1.0.27 [INFO] [stderr] Checking tempfile v3.23.0 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking rusty-fork v0.3.1 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling libz-sys v1.1.23 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.18.3+1.9.2 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking glob v0.3.3 [INFO] [stderr] Checking pretty_assertions v1.4.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/a7b168ac4977e8e93a43448b44847adaa305d5a9/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/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=cbfa49eee3181cdd -C extra-filename=-be5e970b05c4857e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-43e32a25692bf44a.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-bc35874684ee2878.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] running `Command { std: "docker" "inspect" "ff1bc01f39b908bdfa66e68aae66d8b392a11fdc4185c66256c9331f3da4c50e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff1bc01f39b908bdfa66e68aae66d8b392a11fdc4185c66256c9331f3da4c50e", kill_on_drop: false }` [INFO] [stdout] ff1bc01f39b908bdfa66e68aae66d8b392a11fdc4185c66256c9331f3da4c50e