Running phase: unpackPhase unpacking source archive /nix/store/rcwxg5vyrfrxqb2ah7b7k7wclq1yb4wa-hyxqnr19hlgcbid271r683wny6g2cgnd-source source root is hyxqnr19hlgcbid271r683wny6g2cgnd-source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/hyxqnr19hlgcbid271r683wny6g2cgnd-source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Compiling unicode-ident v1.0.5 Compiling proc-macro2 v1.0.106 Compiling quote v1.0.46 Compiling autocfg v1.1.0 Compiling wasm-bindgen-shared v0.2.127 Compiling rustversion v1.0.9 Compiling memchr v2.5.0 Compiling pin-project-lite v0.2.17 Compiling futures-core v0.3.32 Compiling once_cell v1.16.0 Compiling futures-sink v0.3.32 Compiling bumpalo v3.11.1 Compiling futures-task v0.3.32 Compiling futures-io v0.3.32 Compiling cfg-if v1.0.0 Compiling serde_core v1.0.229 Compiling serde v1.0.229 Compiling itoa v1.0.4 Compiling serde_json v1.0.87 Compiling ryu v1.0.11 Compiling futures-channel v0.3.32 Compiling thiserror v1.0.69 Compiling version_check v0.9.4 Compiling equivalent v1.0.2 Compiling hashbrown v0.17.1 Compiling bytes v1.12.0 Compiling toml_datetime v0.6.11 Compiling slab v0.4.7 Compiling winnow v0.5.40 Compiling percent-encoding v2.2.0 Compiling fnv v1.0.7 Compiling syn v1.0.103 Compiling prettyplease v0.2.37 Compiling proc-macro-error-attr v1.0.4 Compiling form_urlencoded v1.1.0 Compiling proc-macro-error v1.0.4 Compiling thiserror v2.0.19 Compiling num-traits v0.2.15 Compiling tracing-core v0.1.36 Compiling siphasher v1.0.3 Compiling chrono-tz v0.10.4 Compiling log v0.4.33 Compiling urlencoding v2.1.3 Compiling phf_shared v0.12.1 Compiling http v0.2.12 Compiling http v1.4.2 Compiling wasm-bindgen v0.2.127 Compiling indexmap v2.14.0 Compiling phf v0.12.1 Compiling syn v2.0.118 Compiling syn v3.0.0 Compiling toml_edit v0.19.15 Compiling serde_derive v1.0.229 Compiling thiserror-impl v2.0.19 Compiling proc-macro-crate v1.3.1 Compiling wasm-bindgen-macro-support v0.2.127 Compiling futures-macro v0.3.32 Compiling thiserror-impl v1.0.69 Compiling pin-project-internal v1.1.13 Compiling gloo-worker-macros v0.1.0 Compiling implicit-clone-derive v0.1.2 Compiling tracing-attributes v0.1.31 Compiling yew-macro v0.23.0 Compiling bincode v1.3.3 Compiling serde_urlencoded v0.7.1 Compiling implicit-clone v0.6.0 Compiling futures-util v0.3.32 Compiling pin-project v1.1.13 Compiling ical v0.11.0 Compiling tracing v0.1.44 Compiling wasm-bindgen-macro v0.2.127 Compiling futures v0.3.25 Compiling pinned v0.1.0 Compiling js-sys v0.3.104 Compiling console_error_panic_hook v0.1.7 Compiling web-sys v0.3.104 Compiling wasm-bindgen-futures v0.4.77 Compiling serde-wasm-bindgen v0.6.5 Compiling getrandom v0.2.17 Compiling gloo-timers v0.3.0 Compiling chrono v0.4.45 Compiling gloo-utils v0.2.0 Compiling gloo-events v0.2.0 Compiling gloo-dialogs v0.2.0 Compiling gloo-render v0.2.0 Compiling gloo-utils v0.3.0 Compiling wasm-logger v0.2.0 Compiling gloo-net v0.7.0 Compiling gloo-net v0.5.0 Compiling gloo-storage v0.3.0 Compiling gloo-console v0.3.0 Compiling gloo-worker v0.5.0 Compiling gloo-file v0.3.0 Compiling gloo-history v0.2.2 Compiling gloo v0.11.0 Compiling tokise v0.2.1 Compiling yew v0.23.0 Compiling yew-hooks v0.6.4 Compiling caldav_viewer v0.1.0 (/build/hyxqnr19hlgcbid271r683wny6g2cgnd-source) warning: variant `Parser` is never constructed --> src/lib.rs:34:5 | 30 | enum Error { | ----- variant in this enum ... 34 | Parser, | ^^^^^^ | = note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: field `end` is never read --> src/parser.rs:12:9 | 8 | pub struct CalendarEvent { | ------------- field in this struct ... 12 | pub end: DateTime, | ^^^ | = note: `CalendarEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis warning: field `0` is never read --> src/parser.rs:22:16 | 22 | ParseError(ParserError), | ---------- ^^^^^^^^^^^ | | | field in this variant | = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 22 - ParseError(ParserError), 22 + ParseError(()), | warning: `caldav_viewer` (lib) generated 3 warnings Finished `release` profile [optimized] target(s) in 1m 43s 2026-08-08T03:03:37.440614Z ERROR error error from build pipeline Caused by: 0: HTML build pipeline failed (1 errors), showing first 1: error from asset pipeline 2: running wasm-bindgen 3: couldn't find the required version (0.2.127) of the application wasm-bindgen (found: 0.2.121), unable to download in offline mode 2026-08-08T03:03:37.440711Z ERROR error from build pipeline