[INFO] cloning repository https://github.com/mukund-kri/NoteApp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mukund-kri/NoteApp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmukund-kri%2FNoteApp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmukund-kri%2FNoteApp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d03f072f46d396fbb8fd9ff85d579c0480bde37d [INFO] building mukund-kri/NoteApp against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmukund-kri%2FNoteApp" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mukund-kri/NoteApp [INFO] finished tweaking git repo https://github.com/mukund-kri/NoteApp [INFO] tweaked toml for git repo https://github.com/mukund-kri/NoteApp written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mukund-kri/NoteApp on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mukund-kri/NoteApp 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b218a3e1b978da00aa90b570d313cc26acad704199899af26c1751b1bc9b1253 [INFO] running `Command { std: "docker" "start" "-a" "b218a3e1b978da00aa90b570d313cc26acad704199899af26c1751b1bc9b1253", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b218a3e1b978da00aa90b570d313cc26acad704199899af26c1751b1bc9b1253", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b218a3e1b978da00aa90b570d313cc26acad704199899af26c1751b1bc9b1253", kill_on_drop: false }` [INFO] [stdout] b218a3e1b978da00aa90b570d313cc26acad704199899af26c1751b1bc9b1253 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 4d3e50dc3f3bcd32b320b01570040cbe6a846d845270046855eff569b563e7e1 [INFO] running `Command { std: "docker" "start" "-a" "4d3e50dc3f3bcd32b320b01570040cbe6a846d845270046855eff569b563e7e1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling miniz_oxide v0.7.3 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling palette v0.7.6 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling fast-srgb8 v1.0.0 [INFO] [stderr] Compiling web-time v0.2.4 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling glam v0.25.0 [INFO] [stderr] Compiling xxhash-rust v0.8.10 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling ttf-parser v0.19.2 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling unicode-ccc v0.1.2 [INFO] [stderr] Compiling unicode-script v0.5.6 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Compiling zeno v0.2.3 [INFO] [stderr] Compiling memmap2 v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling yazi v0.1.6 [INFO] [stderr] Compiling unicode-properties v0.1.1 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling sys-locale v0.3.1 [INFO] [stderr] Compiling rangemap v1.5.1 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling self_cell v1.0.4 [INFO] [stderr] Compiling mutate_once v0.1.1 [INFO] [stderr] Compiling euclid v0.22.10 [INFO] [stderr] Compiling kamadak-exif v0.5.5 [INFO] [stderr] Compiling wgpu v0.19.4 [INFO] [stderr] Compiling svg_fmt v0.4.3 [INFO] [stderr] Compiling softbuffer v0.4.3 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling parking_lot v0.12.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling etagere v0.2.10 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling built v0.7.3 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling lru v0.12.3 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling winit v0.29.15 [INFO] [stderr] Compiling kurbo v0.10.4 [INFO] [stderr] Compiling num-bigint v0.4.5 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling bitstream-io v2.3.0 [INFO] [stderr] Compiling fontdb v0.15.0 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling cursor-icon v1.1.0 [INFO] [stderr] Compiling imgref v1.10.1 [INFO] [stderr] Compiling avif-serialize v0.8.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling zune-jpeg v0.4.11 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.92 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.92 [INFO] [stderr] Compiling bytemuck_derive v1.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.92 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling bytemuck v1.16.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling wasm-bindgen v0.2.92 [INFO] [stderr] Compiling window_clipboard v0.4.1 [INFO] [stderr] Compiling image-webp v0.1.2 [INFO] [stderr] Compiling font-types v0.5.3 [INFO] [stderr] Compiling rustybuzz v0.11.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling rgb v0.8.37 [INFO] [stderr] Compiling read-fonts v0.19.1 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling js-sys v0.3.69 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling wasm-timer v0.2.5 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.42 [INFO] [stderr] Compiling web-sys v0.3.67 [INFO] [stderr] Compiling swash v0.1.16 [INFO] [stderr] Compiling ravif v0.11.5 [INFO] [stderr] Compiling image v0.25.1 [INFO] [stderr] error: could not compile `ravif` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/bin/rustc --crate-name ravif --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.11.5/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=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=ab3676969ebaf64f -C extra-filename=-2b07e461c2cdfc19 --out-dir /opt/rustwide/target/wasm32-wasip1/debug/deps --target wasm32-wasip1 -L dependency=/opt/rustwide/target/wasm32-wasip1/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern avif_serialize=/opt/rustwide/target/wasm32-wasip1/debug/deps/libavif_serialize-7526bf1d1d6129ff.rmeta --extern imgref=/opt/rustwide/target/wasm32-wasip1/debug/deps/libimgref-2c2b2808b6648f83.rmeta --extern loop9=/opt/rustwide/target/wasm32-wasip1/debug/deps/libloop9-983da33c45ba45ca.rmeta --extern quick_error=/opt/rustwide/target/wasm32-wasip1/debug/deps/libquick_error-d37b5d841d8d4609.rmeta --extern rav1e=/opt/rustwide/target/wasm32-wasip1/debug/deps/librav1e-ad87850fb3b7e073.rmeta --extern rayon=/opt/rustwide/target/wasm32-wasip1/debug/deps/librayon-37818a835eb6dba4.rmeta --extern rgb=/opt/rustwide/target/wasm32-wasip1/debug/deps/librgb-32ea71fc722d5b77.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 `image` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/23647e694de8d0904848ad068b2e0ec2dd098c37/bin/rustc --crate-name image --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.24.9/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=2 --cfg 'feature="bmp"' --cfg 'feature="dds"' --cfg 'feature="default"' --cfg 'feature="dxt"' --cfg 'feature="exr"' --cfg 'feature="farbfeld"' --cfg 'feature="gif"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="jpeg_rayon"' --cfg 'feature="openexr"' --cfg 'feature="png"' --cfg 'feature="pnm"' --cfg 'feature="qoi"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avif", "avif-decoder", "avif-encoder", "benchmarks", "bmp", "dav1d", "dcv-color-primitives", "dds", "default", "dxt", "exr", "farbfeld", "gif", "hdr", "ico", "jpeg", "jpeg_rayon", "libwebp", "mp4parse", "openexr", "png", "pnm", "qoi", "ravif", "rayon", "rgb", "tga", "tiff", "webp", "webp-encoder"))' -C metadata=de6f1eae22324497 -C extra-filename=-2e3f3931a1184876 --out-dir /opt/rustwide/target/wasm32-wasip1/debug/deps --target wasm32-wasip1 -L dependency=/opt/rustwide/target/wasm32-wasip1/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/wasm32-wasip1/debug/deps/libbytemuck-2a874568f8f72960.rmeta --extern byteorder=/opt/rustwide/target/wasm32-wasip1/debug/deps/libbyteorder-529cc76400af54b3.rmeta --extern color_quant=/opt/rustwide/target/wasm32-wasip1/debug/deps/libcolor_quant-8e07a515e6ff48c0.rmeta --extern exr=/opt/rustwide/target/wasm32-wasip1/debug/deps/libexr-e8fb07f60c20e277.rmeta --extern gif=/opt/rustwide/target/wasm32-wasip1/debug/deps/libgif-232fa5c57545039d.rmeta --extern jpeg=/opt/rustwide/target/wasm32-wasip1/debug/deps/libjpeg_decoder-b9d55150f8260472.rmeta --extern num_traits=/opt/rustwide/target/wasm32-wasip1/debug/deps/libnum_traits-14c0b589c88d1f7d.rmeta --extern png=/opt/rustwide/target/wasm32-wasip1/debug/deps/libpng-3f11e44ab09082d1.rmeta --extern qoi=/opt/rustwide/target/wasm32-wasip1/debug/deps/libqoi-2b5725f65a713403.rmeta --extern tiff=/opt/rustwide/target/wasm32-wasip1/debug/deps/libtiff-298d193fb49a8baa.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "4d3e50dc3f3bcd32b320b01570040cbe6a846d845270046855eff569b563e7e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d3e50dc3f3bcd32b320b01570040cbe6a846d845270046855eff569b563e7e1", kill_on_drop: false }` [INFO] [stdout] 4d3e50dc3f3bcd32b320b01570040cbe6a846d845270046855eff569b563e7e1