[INFO] cloning repository https://github.com/takejohn/longest-trail
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/takejohn/longest-trail" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakejohn%2Flongest-trail", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakejohn%2Flongest-trail'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 76af22b51fb946d917813bed684e038978cc4431
[INFO] checking takejohn/longest-trail against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakejohn%2Flongest-trail" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/takejohn/longest-trail
[INFO] finished tweaking git repo https://github.com/takejohn/longest-trail
[INFO] tweaked toml for git repo https://github.com/takejohn/longest-trail written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/takejohn/longest-trail on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/takejohn/longest-trail 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded egui_graphs v0.29.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b
[INFO] running `Command { std: "docker" "start" "aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b", 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" "aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b", 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" "aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling wayland-sys v0.31.10
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]    Compiling wayland-client v0.31.13
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zvariant_utils v3.3.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.9
[INFO] [stderr]    Compiling wayland-backend v0.3.14
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking accesskit v0.21.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling zbus_names v4.3.1
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling zbus_xml v5.1.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking zbus-lockstep v0.5.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking epaint_default_fonts v0.33.3
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking ron v0.11.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking accesskit_consumer v0.31.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking wayland-protocols v0.32.11
[INFO] [stderr]     Checking wayland-cursor v0.31.13
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking webbrowser v1.2.0
[INFO] [stderr]     Checking glutin v0.32.3
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr] error: could not compile `x11rb-protocol` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0b63defc8fd68957c635fe61f097b84df8fd9611/bin/rustc --crate-name x11rb_protocol --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.2/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="randr"' --cfg 'feature="render"' --cfg 'feature="resource_manager"' --cfg 'feature="shape"' --cfg 'feature="std"' --cfg 'feature="xfixes"' --cfg 'feature="xinput"' --cfg 'feature="xkb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-extensions", "composite", "damage", "dbe", "default", "dpms", "dri2", "dri3", "extra-traits", "glx", "present", "randr", "record", "render", "request-parsing", "res", "resource_manager", "screensaver", "serde", "shape", "shm", "std", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=6fdb4f7aeca99722 -C extra-filename=-97429d98e5942012 --out-dir /opt/rustwide/target/debug/build/x11rb-protocol/97429d98e5942012/out --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 `egui` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0b63defc8fd68957c635fe61f097b84df8fd9611/bin/rustc --crate-name egui --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/egui-0.33.3/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="accesskit"' --cfg 'feature="bytemuck"' --cfg 'feature="default_fonts"' --cfg 'feature="persistence"' --cfg 'feature="ron"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_override_unity", "accesskit", "bytemuck", "callstack", "cint", "color-hex", "default", "default_fonts", "document-features", "mint", "persistence", "rayon", "ron", "serde", "unity"))' -C metadata=d848fe6d887c3d8e -C extra-filename=-f22a68ac3d52a993 --out-dir /opt/rustwide/target/debug/build/egui/f22a68ac3d52a993/out -L dependency=/opt/rustwide/target/debug/build/ab_glyph/e022f3c966eb35c8/out -L dependency=/opt/rustwide/target/debug/build/ab_glyph_rasterizer/4318e6b3db3a1895/out -L dependency=/opt/rustwide/target/debug/build/accesskit/9884176f1b137830/out -L dependency=/opt/rustwide/target/debug/build/ahash/b3882c5e3b023ab4/out -L dependency=/opt/rustwide/target/debug/build/base64/94f76a0af59e302c/out -L dependency=/opt/rustwide/target/debug/build/bitflags/9eabf962e5e38faf/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/c12ba9b0cfd9ad22/out -L dependency=/opt/rustwide/target/debug/build/bytemuck_derive/ea20d18604518ce5/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/ecolor/40fa809b0ef70726/out -L dependency=/opt/rustwide/target/debug/build/emath/02d3f991a1f466d7/out -L dependency=/opt/rustwide/target/debug/build/enumn/f0f4036da6b6824d/out -L dependency=/opt/rustwide/target/debug/build/epaint/d0261fa6a01cec2c/out -L dependency=/opt/rustwide/target/debug/build/epaint_default_fonts/1148b6de143868bb/out -L dependency=/opt/rustwide/target/debug/build/getrandom/20012bf0a671e53b/out -L dependency=/opt/rustwide/target/debug/build/libc/6f65a897ddedb32c/out -L dependency=/opt/rustwide/target/debug/build/lock_api/b47e4fe57039b3cf/out -L dependency=/opt/rustwide/target/debug/build/log/243a4081f8655140/out -L dependency=/opt/rustwide/target/debug/build/nohash-hasher/089660ce1f261644/out -L dependency=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out -L dependency=/opt/rustwide/target/debug/build/owned_ttf_parser/1457cd51507aa8f8/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/14e501aefe4f4529/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/9c869dfc6875f12f/out -L dependency=/opt/rustwide/target/debug/build/profiling/4c714f4459437f9b/out -L dependency=/opt/rustwide/target/debug/build/ron/e1e1f8d46944cfe6/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/serde/b4952929d0be2cb8/out -L dependency=/opt/rustwide/target/debug/build/serde_core/30ac4ed9a0a88344/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/fe3528a3ad508b73/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out -L dependency=/opt/rustwide/target/debug/build/ttf-parser/f419aa8ff635fdfc/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/3becac50809745ee/out -L dependency=/opt/rustwide/target/debug/build/unicode-segmentation/2e434796dea6b7f0/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/24562efa7351dcde/out --extern accesskit=/opt/rustwide/target/debug/build/accesskit/9884176f1b137830/out/libaccesskit-9884176f1b137830.rmeta --extern ahash=/opt/rustwide/target/debug/build/ahash/b3882c5e3b023ab4/out/libahash-b3882c5e3b023ab4.rmeta --extern bitflags=/opt/rustwide/target/debug/build/bitflags/9eabf962e5e38faf/out/libbitflags-9eabf962e5e38faf.rmeta --extern emath=/opt/rustwide/target/debug/build/emath/02d3f991a1f466d7/out/libemath-02d3f991a1f466d7.rmeta --extern epaint=/opt/rustwide/target/debug/build/epaint/d0261fa6a01cec2c/out/libepaint-d0261fa6a01cec2c.rmeta --extern log=/opt/rustwide/target/debug/build/log/243a4081f8655140/out/liblog-243a4081f8655140.rmeta --extern nohash_hasher=/opt/rustwide/target/debug/build/nohash-hasher/089660ce1f261644/out/libnohash_hasher-089660ce1f261644.rmeta --extern profiling=/opt/rustwide/target/debug/build/profiling/4c714f4459437f9b/out/libprofiling-4c714f4459437f9b.rmeta --extern ron=/opt/rustwide/target/debug/build/ron/e1e1f8d46944cfe6/out/libron-e1e1f8d46944cfe6.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/b4952929d0be2cb8/out/libserde-b4952929d0be2cb8.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out/libsmallvec-96d7c7a7332b4422.rmeta --extern unicode_segmentation=/opt/rustwide/target/debug/build/unicode-segmentation/2e434796dea6b7f0/out/libunicode_segmentation-2e434796dea6b7f0.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b", kill_on_drop: false }`
[INFO] [stdout] aa8929fc411a211d106720d930f4966eca0e6e41520cbbe2bb4d9eb0fd55d16b
