[INFO] cloning repository https://github.com/ckampfe/russ [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ckampfe/russ" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckampfe%2Fruss", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckampfe%2Fruss'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1482bb1df13738fdd4ea1badf2146a9ed8e6656e [INFO] building ckampfe/russ against try#c38f3f86763ea281f7c555c13ef11baad4a4fff4 for pr-111698 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fckampfe%2Fruss" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ckampfe/russ on toolchain c38f3f86763ea281f7c555c13ef11baad4a4fff4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c38f3f86763ea281f7c555c13ef11baad4a4fff4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ckampfe/russ [INFO] finished tweaking git repo https://github.com/ckampfe/russ [INFO] tweaked toml for git repo https://github.com/ckampfe/russ written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ckampfe/russ 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" "+c38f3f86763ea281f7c555c13ef11baad4a4fff4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+c38f3f86763ea281f7c555c13ef11baad4a4fff4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6e53004964659e83dc2050bdc790618eb2fbf39a52317febac4569f15397565 [INFO] running `Command { std: "docker" "start" "-a" "a6e53004964659e83dc2050bdc790618eb2fbf39a52317febac4569f15397565", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6e53004964659e83dc2050bdc790618eb2fbf39a52317febac4569f15397565", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6e53004964659e83dc2050bdc790618eb2fbf39a52317febac4569f15397565", kill_on_drop: false }` [INFO] [stdout] a6e53004964659e83dc2050bdc790618eb2fbf39a52317febac4569f15397565 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:5ff2268d62e97bff2cde7d5815dd6ed5b47097566f13b8d0ca110b04b60e07ed" "/opt/rustwide/cargo-home/bin/cargo" "+c38f3f86763ea281f7c555c13ef11baad4a4fff4" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d79cca14ff3f1684d106fe6b035ea9d7fbaba26ff125fc2c0edd7ef793b81ba2 [INFO] running `Command { std: "docker" "start" "-a" "d79cca14ff3f1684d106fe6b035ea9d7fbaba26ff125fc2c0edd7ef793b81ba2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.141 [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling serde v1.0.159 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling io-lifetimes v1.0.9 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling rustix v0.37.7 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling signal-hook v0.3.15 [INFO] [stderr] Compiling iana-time-zone v0.1.56 [INFO] [stderr] Compiling linux-raw-sys v0.3.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Compiling chrono v0.4.24 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling anstyle-parse v0.1.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Compiling concolor-override v1.0.0 [INFO] [stderr] Compiling anstyle v0.3.5 [INFO] [stderr] Compiling concolor-query v0.3.3 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling libsqlite3-sys v0.25.2 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling quick-xml v0.28.1 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.7 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling is-terminal v0.4.6 [INFO] [stderr] Compiling anstream v0.2.6 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling hashlink v0.8.1 [INFO] [stderr] Compiling syn v2.0.13 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling clap_lex v0.4.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling anyhow v1.0.70 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling clap_builder v4.2.1 [INFO] [stderr] Compiling crossterm v0.26.1 [INFO] [stderr] Compiling r2d2 v0.8.10 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling diligent-date-parser v0.1.4 [INFO] [stderr] Compiling dirs-sys v0.4.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling directories v5.0.0 [INFO] [stderr] Compiling atom_syndication v0.12.1 [INFO] [stderr] Compiling webbrowser v0.8.8 [INFO] [stderr] Compiling ratatui v0.20.1 [INFO] [stderr] Compiling rss v2.0.3 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling xml5ever v0.17.0 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling wsl v0.1.0 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling x11rb-protocol v0.10.0 [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/c38f3f86763ea281f7c555c13ef11baad4a4fff4/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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 -C debuginfo=0 --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="quote"' -C metadata=9af5c835bc3f669e -C extra-filename=-9af5c835bc3f669e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-6493228eb779d437.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-303d23da1afe9832.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-06eb5ecd65a06ce0.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" "d79cca14ff3f1684d106fe6b035ea9d7fbaba26ff125fc2c0edd7ef793b81ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d79cca14ff3f1684d106fe6b035ea9d7fbaba26ff125fc2c0edd7ef793b81ba2", kill_on_drop: false }` [INFO] [stdout] d79cca14ff3f1684d106fe6b035ea9d7fbaba26ff125fc2c0edd7ef793b81ba2