[INFO] cloning repository https://github.com/TheAnimatrix/PathSmith [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheAnimatrix/PathSmith" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheAnimatrix%2FPathSmith", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheAnimatrix%2FPathSmith'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 660d8241bbe22d6c41023c59110c2476f71dbeb0 [INFO] checking TheAnimatrix/PathSmith against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheAnimatrix%2FPathSmith" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/TheAnimatrix/PathSmith [INFO] finished tweaking git repo https://github.com/TheAnimatrix/PathSmith [INFO] tweaked toml for git repo https://github.com/TheAnimatrix/PathSmith written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/TheAnimatrix/PathSmith on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/TheAnimatrix/PathSmith 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" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded vtracer v0.6.5 [INFO] [stderr] Downloaded kmeans_colors v0.6.0 [INFO] [stderr] Downloaded visioncortex v0.8.10 [INFO] [stderr] Downloaded roots v0.0.6 [INFO] [stderr] Downloaded imageproc v0.25.1 [INFO] [stderr] Downloaded flo_curves v0.3.1 [INFO] [stderr] Downloaded usvg v0.44.0 [INFO] [stderr] Downloaded resvg v0.44.0 [INFO] [stderr] Downloaded unicode-ccc v0.3.0 [INFO] [stderr] Downloaded unicode-bidi-mirroring v0.3.0 [INFO] [stderr] Downloaded ttf-parser v0.24.1 [INFO] [stderr] Downloaded rustybuzz v0.18.0 [INFO] [stderr] Downloaded fontdb v0.22.0 [INFO] [stderr] Downloaded image-compare v0.4.2 [INFO] [stderr] Downloaded image-webp v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d [INFO] running `Command { std: "docker" "start" "4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d", 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" "4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d", 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" "4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking bitflags v2.11.1 [INFO] [stderr] Checking log v0.4.30 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking siphasher v1.0.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking zerocopy v0.8.50 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking pxfm v0.1.29 [INFO] [stderr] Checking phf_shared v0.11.3 [INFO] [stderr] Checking safe_arch v0.7.4 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking wide v0.7.33 [INFO] [stderr] Compiling palette v0.7.6 [INFO] [stderr] Checking roots v0.0.6 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking gif v0.11.4 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking jpeg-decoder v0.3.2 [INFO] [stderr] Checking fast-srgb8 v1.0.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.122 [INFO] [stderr] Compiling typenum v1.20.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Compiling openssl-sys v0.9.116 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking flo_curves v0.3.1 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Checking http v1.4.1 [INFO] [stderr] Checking mio v1.2.1 [INFO] [stderr] Checking socket2 v0.6.4 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking visioncortex v0.8.10 [INFO] [stderr] Checking quick-xml v0.36.2 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Checking core_maths v0.1.1 [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Checking simba v0.8.1 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking ttf-parser v0.24.1 [INFO] [stderr] Compiling openssl v0.10.80 [INFO] [stderr] Checking futures-task v0.3.32 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Compiling bumpalo v3.20.3 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking tinyvec v1.11.0 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking fontconfig-parser v0.5.8 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Checking tiff v0.6.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking kurbo v0.11.3 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling wasm-bindgen v0.2.122 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Checking memmap2 v0.9.10 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Checking unicode-bidi-mirroring v0.3.0 [INFO] [stderr] Checking unicode-ccc v0.3.0 [INFO] [stderr] Checking unicode-properties v0.1.4 [INFO] [stderr] Checking unicode-script v0.5.8 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling rust-embed-utils v8.11.0 [INFO] [stderr] Checking simplecss v0.2.2 [INFO] [stderr] Compiling zip v2.4.2 [INFO] [stderr] Checking openssl-probe v0.2.1 [INFO] [stderr] Checking xmlwriter v0.1.0 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Checking imagesize v0.13.0 [INFO] [stderr] Checking data-url v0.3.2 [INFO] [stderr] Checking hashbrown v0.17.1 [INFO] [stderr] Checking zune-jpeg v0.4.21 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking zopfli v0.8.3 [INFO] [stderr] Checking rgb v0.8.53 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.122 [INFO] [stderr] Checking moxcms v0.8.1 [INFO] [stderr] Checking image-webp v0.1.3 [INFO] [stderr] Checking indexmap v2.14.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/4eb62535fc12dd1a63fd43a4173e224e79313c4d/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/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=38efe9c620ca8d0f -C extra-filename=-ae6c806947fc9697 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-d4cb564e807a9cd7.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-aa2c5b8519914b46.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `simba` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4eb62535fc12dd1a63fd43a4173e224e79313c4d/bin/rustc --crate-name simba --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simba-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="wide"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cordic", "cuda", "cuda_std", "cust_core", "decimal", "default", "fixed", "libm", "libm_force", "packed_simd", "partial_fixed_point_support", "rand", "rkyv", "rkyv-serialize", "serde", "serde_serialize", "std", "wide"))' -C metadata=1a2c55d13fe23475 -C extra-filename=-6fe2053374155d15 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-af828394db651bc1.rmeta --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-5ffd65672b377e45.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-db5824db52a73596.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-c5e5e8a2bd161c29.so --extern wide=/opt/rustwide/target/debug/deps/libwide-917054010afe400d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d", kill_on_drop: false }` [INFO] [stdout] 4ac8684ca426bbe1c19574ad398e10fc80449c6ef9e30cb00f9be064bc7f421d