[INFO] cloning repository https://github.com/rmaccrimm/ynab-importer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rmaccrimm/ynab-importer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frmaccrimm%2Fynab-importer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frmaccrimm%2Fynab-importer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8d93362229413488d43bcfc30dd814c1c7e225d0 [INFO] checking rmaccrimm/ynab-importer against try#a3a874232ae0a7586b5fbe7483c5a42e157bd62a for pr-151109 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frmaccrimm%2Fynab-importer" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rmaccrimm/ynab-importer [INFO] finished tweaking git repo https://github.com/rmaccrimm/ynab-importer [INFO] tweaked toml for git repo https://github.com/rmaccrimm/ynab-importer written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rmaccrimm/ynab-importer on toolchain a3a874232ae0a7586b5fbe7483c5a42e157bd62a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rmaccrimm/ynab-importer 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" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 203d9306421fad37f03676f7277c860902496f698a64870ff956665d2600a037 [INFO] running `Command { std: "docker" "start" "-a" "203d9306421fad37f03676f7277c860902496f698a64870ff956665d2600a037", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "203d9306421fad37f03676f7277c860902496f698a64870ff956665d2600a037", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "203d9306421fad37f03676f7277c860902496f698a64870ff956665d2600a037", kill_on_drop: false }` [INFO] [stdout] 203d9306421fad37f03676f7277c860902496f698a64870ff956665d2600a037 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c62dc6a4591ed38e999616aff9249495add96eb3c1b9bb071e76bee09f82c775 [INFO] running `Command { std: "docker" "start" "-a" "c62dc6a4591ed38e999616aff9249495add96eb3c1b9bb071e76bee09f82c775", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling winnow v0.6.21 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling version-compare v0.2.0 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling cc v1.2.6 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking libloading v0.8.6 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling wayland-sys v0.31.5 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking litemap v0.7.4 [INFO] [stderr] Checking futures-lite v2.5.0 [INFO] [stderr] Compiling endi v1.1.0 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking bytes v1.9.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking event-listener-strategy v0.5.3 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling cfg-expr v0.15.8 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] Checking cpufeatures v0.2.16 [INFO] [stderr] Compiling syn v2.0.94 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Checking async-executor v1.13.1 [INFO] [stderr] Compiling xml-rs v0.8.24 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling gio v0.18.4 [INFO] [stderr] Compiling wayland-scanner v0.31.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Checking async-fs v2.1.2 [INFO] [stderr] Checking accesskit v0.17.1 [INFO] [stderr] Checking miniz_oxide v0.8.2 [INFO] [stderr] Compiling wayland-backend v0.3.7 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Checking immutable-chunkmap v2.0.6 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking xdg-home v1.3.0 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking memmap2 v0.9.5 [INFO] [stderr] Checking x11-dl v2.21.0 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling winit v0.30.7 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling built v0.7.5 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Checking accesskit_consumer v0.26.0 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Compiling glutin_glx_sys v0.6.0 [INFO] [stderr] Compiling glutin_egl_sys v0.7.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling gtk v0.18.2 [INFO] [stderr] Checking owned_ttf_parser v0.25.0 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling libxdo-sys v0.11.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Checking epaint_default_fonts v0.30.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking ab_glyph v0.2.29 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling glutin v0.32.1 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking avif-serialize v0.8.2 [INFO] [stderr] Compiling glutin-winit v0.5.0 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking home v0.5.11 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking rustls-pki-types v1.10.1 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking libxdo v0.6.0 [INFO] [stderr] Checking image-webp v0.2.0 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking notify-types v1.0.1 [INFO] [stderr] Checking inotify v0.10.2 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zvariant_utils v2.1.0 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking rustls-pemfile v2.2.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/a3a874232ae0a7586b5fbe7483c5a42e157bd62a/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.94/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=008d5857c60c0da7 -C extra-filename=-182a6f088bfec333 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-6f5a5ae7196e1b8b.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-48561894ef9a625f.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-13328ff8d6cc16fd.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" "c62dc6a4591ed38e999616aff9249495add96eb3c1b9bb071e76bee09f82c775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c62dc6a4591ed38e999616aff9249495add96eb3c1b9bb071e76bee09f82c775", kill_on_drop: false }` [INFO] [stdout] c62dc6a4591ed38e999616aff9249495add96eb3c1b9bb071e76bee09f82c775