[INFO] cloning repository https://github.com/thirdtruck/fennec
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thirdtruck/fennec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthirdtruck%2Ffennec", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthirdtruck%2Ffennec'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ccad8c2a9515dae340602d8522ff24f7af1bea9e
[INFO] testing thirdtruck/fennec against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthirdtruck%2Ffennec" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thirdtruck/fennec
[INFO] finished tweaking git repo https://github.com/thirdtruck/fennec
[INFO] tweaked toml for git repo https://github.com/thirdtruck/fennec written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thirdtruck/fennec on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thirdtruck/fennec 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4bfc39128b9919384041098a6b435ba3585788ba190e35a78b08c9d18b856160
[INFO] running `Command { std: "docker" "start" "-a" "4bfc39128b9919384041098a6b435ba3585788ba190e35a78b08c9d18b856160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4bfc39128b9919384041098a6b435ba3585788ba190e35a78b08c9d18b856160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bfc39128b9919384041098a6b435ba3585788ba190e35a78b08c9d18b856160", kill_on_drop: false }`
[INFO] [stdout] 4bfc39128b9919384041098a6b435ba3585788ba190e35a78b08c9d18b856160
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2015de9a1e56120b36258254257bfee4930508bf3011738586f48774f8dc44c1
[INFO] running `Command { std: "docker" "start" "-a" "2015de9a1e56120b36258254257bfee4930508bf3011738586f48774f8dc44c1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.104
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.148
[INFO] [stderr]    Compiling serde v1.0.148
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling concurrent-queue v2.1.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling erased-serde v0.3.24
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling uuid v1.3.0
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling async-lock v2.6.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.4
[INFO] [stderr]    Compiling async-channel v1.8.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling async-executor v1.5.0
[INFO] [stderr]    Compiling bevy_ptr v0.9.1
[INFO] [stderr]    Compiling bevy_tasks v0.9.1
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling cmake v0.1.49
[INFO] [stderr]    Compiling raw-window-handle v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling filetime v0.2.19
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling bevy_macro_utils v0.9.1
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling ash v0.37.2+1.3.238
[INFO] [stderr]    Compiling glow v0.11.2
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling pp-rs v0.2.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]    Compiling bytemuck_derive v1.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling bevy_reflect_derive v0.9.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.9.1
[INFO] [stderr]    Compiling bytemuck v1.12.3
[INFO] [stderr]    Compiling bevy_derive v0.9.1
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling gpu-alloc-types v0.2.0
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.1
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling wgpu-core v0.14.2
[INFO] [stderr]    Compiling gpu-alloc v0.5.3
[INFO] [stderr]    Compiling notify v5.1.0
[INFO] [stderr]    Compiling image v0.24.5
[INFO] [stderr]    Compiling encase_derive_impl v0.4.1
[INFO] [stderr]    Compiling nix v0.25.0
[INFO] [stderr]    Compiling wgpu-types v0.14.1
[INFO] [stderr]    Compiling renderdoc-sys v0.7.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling profiling v1.0.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling encase_derive v0.4.1
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling const_panic v0.2.7
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling bevy_encase_derive v0.9.1
[INFO] [stderr]    Compiling bevy_render_macros v0.9.1
[INFO] [stderr]    Compiling foreign-types-macros v0.2.2
[INFO] [stderr]    Compiling crossfont v0.5.1
[INFO] [stderr]    Compiling x11-dl v2.20.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling foreign-types-shared v0.3.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling serde_json v1.0.89
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling foreign-types v0.5.0
[INFO] [stderr]    Compiling xcursor v0.3.4
[INFO] [stderr]    Compiling tiny-skia-path v0.7.0
[INFO] [stderr]    Compiling calloop v0.10.3
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling glam v0.22.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling bevy_utils v0.9.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling servo-fontconfig v0.5.1
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling freetype-rs v0.26.0
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling safe_arch v0.5.2
[INFO] [stderr]    Compiling memmap2 v0.5.8
[INFO] [stderr]    Compiling tokio v1.24.2
[INFO] [stderr]    Compiling ttf-parser v0.18.1
[INFO] [stderr]    Compiling bevy_math v0.9.1
[INFO] [stderr]    Compiling encase v0.4.1
[INFO] [stderr]    Compiling bevy_reflect v0.9.1
[INFO] [stderr]    Compiling naga v0.10.0
[INFO] [stderr]    Compiling bevy_mikktspace v0.9.1
[INFO] [stderr]    Compiling hexasphere v8.0.0
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling tiny-skia v0.7.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.18.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling bevy_ecs v0.9.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling radsort v0.1.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling ab_glyph v0.2.20
[INFO] [stderr]    Compiling wgpu-hal v0.14.1
[INFO] [stderr]    Compiling cipher v0.4.3
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling universal-hash v0.5.0
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling polyval v0.6.0
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling bevy_app v0.9.1
[INFO] [stderr]    Compiling bevy_log v0.9.1
[INFO] [stderr]    Compiling bevy_core v0.9.1
[INFO] [stderr]    Compiling bevy_time v0.9.1
[INFO] [stderr]    Compiling bevy_input v0.9.1
[INFO] [stderr]    Compiling bevy_diagnostic v0.9.1
[INFO] [stderr]    Compiling bevy_hierarchy v0.9.1
[INFO] [stderr]    Compiling bevy_asset v0.9.1
[INFO] [stderr]    Compiling bevy_transform v0.9.1
[INFO] [stderr]    Compiling wgpu v0.14.2
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling bevy_window v0.9.1
[INFO] [stderr]    Compiling safe_arch v0.6.0
[INFO] [stderr]    Compiling euclid v0.22.7
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling svg_fmt v0.4.1
[INFO] [stderr]    Compiling ref-cast v1.0.14
[INFO] [stderr]    Compiling cpal v0.14.2
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling base64 v0.20.0
[INFO] [stderr]    Compiling gltf-derive v1.1.0
[INFO] [stderr]    Compiling pest v2.5.4
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling wide v0.7.5
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling bevy_render v0.9.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling ghash v0.5.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.2
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.14
[INFO] [stderr]    Compiling aead v0.5.1
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling alsa v0.6.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling gilrs v0.10.1
[INFO] [stderr]    Compiling rectangle-pack v0.4.2
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling ron v0.8.0
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling aes-gcm v0.10.1
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling ultraviolet v0.9.0
[INFO] [stderr]    Compiling gilrs-core v0.5.2
[INFO] [stderr]    Compiling pest_meta v2.5.4
[INFO] [stderr]    Compiling gltf-json v1.1.0
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling devise_core v0.3.1
[INFO] [stderr]    Compiling hash32-derive v0.1.1
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling bstr v1.1.0
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling state v0.5.3
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling urlencoding v2.1.2
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling net2 v0.2.38
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling globset v0.4.10
[INFO] [stderr]    Compiling taffy v0.1.0
[INFO] [stderr]    Compiling devise_codegen v0.3.1
[INFO] [stderr]    Compiling bevy_core_pipeline v0.9.1
[INFO] [stderr]    Compiling bevy_scene v0.9.1
[INFO] [stderr]    Compiling gltf v1.1.0
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling bracket-geometry v0.8.7
[INFO] [stderr]    Compiling pest_generator v2.5.4
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling rodio v0.16.0
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling bevy_animation v0.9.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling figment v0.10.8
[INFO] [stderr]    Compiling bevy_sprite v0.9.1
[INFO] [stderr]    Compiling bevy_pbr v0.9.1
[INFO] [stderr]    Compiling multer v2.0.4
[INFO] [stderr]    Compiling atomic v0.5.1
[INFO] [stderr]    Compiling rustix v0.36.5
[INFO] [stderr]    Compiling unicode-bidi v0.3.10
[INFO] [stderr]    Compiling async-trait v0.1.63
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.2
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling bevy_audio v0.9.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling pest_derive v2.5.4
[INFO] [stderr]    Compiling bevy_text v0.9.1
[INFO] [stderr]    Compiling bevy_gilrs v0.9.1
[INFO] [stderr]    Compiling devise v0.3.1
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling wayland-egl v0.29.5
[INFO] [stderr]    Compiling bracket-color v0.8.7
[INFO] [stderr]    Compiling bevy_ui v0.9.1
[INFO] [stderr]    Compiling bracket-embedding v0.8.7
[INFO] [stderr]    Compiling x11rb-protocol v0.10.0
[INFO] [stderr]    Compiling ecolor v0.20.0
[INFO] [stderr]    Compiling emath v0.20.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling bevy_gltf v0.9.1
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling rocket v0.5.0-rc.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling epaint v0.20.0
[INFO] [stderr]    Compiling rocket_codegen v0.5.0-rc.2
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling bracket-random v0.8.7
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling x11rb v0.10.1
[INFO] [stderr]    Compiling bracket-rex v0.8.7
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling object-pool v0.5.4
[INFO] [stderr]    Compiling bracket-algorithm-traits v0.8.7
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling ubyte v0.10.3
[INFO] [stderr]    Compiling inotify v0.7.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling clap_derive v4.1.0
[INFO] [stderr]    Compiling notify v4.0.17
[INFO] [stderr]    Compiling clap_lex v0.3.0
[INFO] [stderr]    Compiling bracket-pathfinding v0.8.7
[INFO] [stderr]    Compiling arboard v3.2.0
[INFO] [stderr]    Compiling webbrowser v0.8.7
[INFO] [stderr]    Compiling tera v1.17.1
[INFO] [stderr]    Compiling bracket-noise v0.8.7
[INFO] [stderr]    Compiling is-terminal v0.4.1
[INFO] [stderr]    Compiling egui v0.20.1
[INFO] [stderr]    Compiling handlebars v4.3.6
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.4
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling normpath v0.3.2
[INFO] [stderr]    Compiling clap v4.1.4
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling serde_yaml v0.9.14
[INFO] [stderr]    Compiling rocket_dyn_templates v0.1.0-rc.2
[INFO] [stderr]    Compiling sctk-adwaita v0.4.3
[INFO] [stderr]    Compiling winit v0.27.5
[INFO] [stderr]    Compiling bevy_winit v0.9.1
[INFO] [stderr]    Compiling glutin v0.29.1
[INFO] [stderr]    Compiling bevy_internal v0.9.1
[INFO] [stderr]    Compiling bracket-terminal v0.8.7
[INFO] [stderr]    Compiling bevy v0.9.1
[INFO] [stderr]    Compiling bevy_egui v0.19.0
[INFO] [stderr]    Compiling bracket-lib v0.8.7
[INFO] [stderr]    Compiling fennec v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 24s
[INFO] running `Command { std: "docker" "inspect" "2015de9a1e56120b36258254257bfee4930508bf3011738586f48774f8dc44c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2015de9a1e56120b36258254257bfee4930508bf3011738586f48774f8dc44c1", kill_on_drop: false }`
[INFO] [stdout] 2015de9a1e56120b36258254257bfee4930508bf3011738586f48774f8dc44c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b3661b83dc9df40014315c538788063dce70ce2a53d70f2be9d1db840f5ef6f
[INFO] running `Command { std: "docker" "start" "-a" "9b3661b83dc9df40014315c538788063dce70ce2a53d70f2be9d1db840f5ef6f", kill_on_drop: false }`
[INFO] [stderr]    Compiling fennec v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.79s
[INFO] running `Command { std: "docker" "inspect" "9b3661b83dc9df40014315c538788063dce70ce2a53d70f2be9d1db840f5ef6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b3661b83dc9df40014315c538788063dce70ce2a53d70f2be9d1db840f5ef6f", kill_on_drop: false }`
[INFO] [stdout] 9b3661b83dc9df40014315c538788063dce70ce2a53d70f2be9d1db840f5ef6f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 14144e1abe59f3eec66cebddf263f8b3efeb17974bd62adcfe29d941047713a0
[INFO] running `Command { std: "docker" "start" "-a" "14144e1abe59f3eec66cebddf263f8b3efeb17974bd62adcfe29d941047713a0", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fennec-8a0ea00e3982edd7)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test cursors::tests::new_within_stays_within_the_upper_range ... ok
[INFO] [stdout] test visibility::tests::test_initial_range_is_correct ... ok
[INFO] [stdout] test visibility::tests::test_range_end_moves_correctly_when_moved_backward_beyond_range ... ok
[INFO] [stdout] test cursors::tests::new_within_stays_within_the_lower_range ... ok
[INFO] [stdout] test cursors::tests::moved_backward_within_stays_within_upper_range ... ok
[INFO] [stdout] test cursors::tests::moved_forward_within_stays_within_upper_range ... ok
[INFO] [stdout] test visibility::tests::test_range_end_moves_correctly_when_moved_forward_within_range ... ok
[INFO] [stderr]      Running unittests src/bin/add-snippet.rs (/opt/rustwide/target/debug/deps/add_snippet-a411172f35f403ac)
[INFO] [stdout] test visibility::tests::test_range_end_moves_correctly_when_moved_backward_within_range ... ok
[INFO] [stdout] test visibility::tests::test_range_end_moves_correctly_when_moved_forward_beyond_range ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/bevy-egui-test.rs (/opt/rustwide/target/debug/deps/bevy_egui_test-8b6bc4e132434738)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/define.rs (/opt/rustwide/target/debug/deps/define-411bd09fed08a7f7)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/fennec.rs (/opt/rustwide/target/debug/deps/fennec-22213af43e625f4b)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/migrate.rs (/opt/rustwide/target/debug/deps/migrate-2299231319d5f9cd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/search.rs (/opt/rustwide/target/debug/deps/search-5b626fa32f695e4e)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/server.rs (/opt/rustwide/target/debug/deps/server-541ed874bee06354)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fennec
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "14144e1abe59f3eec66cebddf263f8b3efeb17974bd62adcfe29d941047713a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14144e1abe59f3eec66cebddf263f8b3efeb17974bd62adcfe29d941047713a0", kill_on_drop: false }`
[INFO] [stdout] 14144e1abe59f3eec66cebddf263f8b3efeb17974bd62adcfe29d941047713a0
