caldav-viewer
default.checks.x86_64-linux.package
· build #24
· raw
unpackPhase
1unpacking source archive /nix/store/rcwxg5vyrfrxqb2ah7b7k7wclq1yb4wa-hyxqnr19hlgcbid271r683wny6g2cgnd-source2source root is hyxqnr19hlgcbid271r683wny6g2cgnd-source3Executing cargoSetupPostUnpackHook4Finished cargoSetupPostUnpackHookpatchPhase
5Executing cargoSetupPostPatchHook6Validating consistency between /build/hyxqnr19hlgcbid271r683wny6g2cgnd-source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock7Finished cargoSetupPostPatchHookbuildPhase
8 Compiling unicode-ident v1.0.59 Compiling proc-macro2 v1.0.10610 Compiling quote v1.0.4611 Compiling autocfg v1.1.012 Compiling wasm-bindgen-shared v0.2.12713 Compiling rustversion v1.0.914 Compiling memchr v2.5.015 Compiling pin-project-lite v0.2.1716 Compiling futures-core v0.3.3217 Compiling once_cell v1.16.018 Compiling futures-sink v0.3.3219 Compiling bumpalo v3.11.120 Compiling futures-task v0.3.3221 Compiling futures-io v0.3.3222 Compiling cfg-if v1.0.023 Compiling serde_core v1.0.22924 Compiling serde v1.0.22925 Compiling itoa v1.0.426 Compiling serde_json v1.0.8727 Compiling ryu v1.0.1128 Compiling futures-channel v0.3.3229 Compiling thiserror v1.0.6930 Compiling version_check v0.9.431 Compiling equivalent v1.0.232 Compiling hashbrown v0.17.133 Compiling bytes v1.12.034 Compiling toml_datetime v0.6.1135 Compiling slab v0.4.736 Compiling winnow v0.5.4037 Compiling percent-encoding v2.2.038 Compiling fnv v1.0.739 Compiling syn v1.0.10340 Compiling prettyplease v0.2.3741 Compiling proc-macro-error-attr v1.0.442 Compiling form_urlencoded v1.1.043 Compiling proc-macro-error v1.0.444 Compiling thiserror v2.0.1945 Compiling num-traits v0.2.1546 Compiling tracing-core v0.1.3647 Compiling siphasher v1.0.348 Compiling chrono-tz v0.10.449 Compiling log v0.4.3350 Compiling urlencoding v2.1.351 Compiling phf_shared v0.12.152 Compiling http v0.2.1253 Compiling http v1.4.254 Compiling wasm-bindgen v0.2.12755 Compiling indexmap v2.14.056 Compiling phf v0.12.157 Compiling syn v2.0.11858 Compiling syn v3.0.059 Compiling toml_edit v0.19.1560 Compiling serde_derive v1.0.22961 Compiling thiserror-impl v2.0.1962 Compiling proc-macro-crate v1.3.163 Compiling wasm-bindgen-macro-support v0.2.12764 Compiling futures-macro v0.3.3265 Compiling thiserror-impl v1.0.6966 Compiling pin-project-internal v1.1.1367 Compiling gloo-worker-macros v0.1.068 Compiling implicit-clone-derive v0.1.269 Compiling tracing-attributes v0.1.3170 Compiling yew-macro v0.23.071 Compiling bincode v1.3.372 Compiling serde_urlencoded v0.7.173 Compiling implicit-clone v0.6.074 Compiling futures-util v0.3.3275 Compiling pin-project v1.1.1376 Compiling ical v0.11.077 Compiling tracing v0.1.4478 Compiling wasm-bindgen-macro v0.2.12779 Compiling futures v0.3.2580 Compiling pinned v0.1.081 Compiling js-sys v0.3.10482 Compiling console_error_panic_hook v0.1.783 Compiling web-sys v0.3.10484 Compiling wasm-bindgen-futures v0.4.7785 Compiling serde-wasm-bindgen v0.6.586 Compiling getrandom v0.2.1787 Compiling gloo-timers v0.3.088 Compiling chrono v0.4.4589 Compiling gloo-utils v0.2.090 Compiling gloo-events v0.2.091 Compiling gloo-dialogs v0.2.092 Compiling gloo-render v0.2.093 Compiling gloo-utils v0.3.094 Compiling wasm-logger v0.2.095 Compiling gloo-net v0.7.096 Compiling gloo-net v0.5.097 Compiling gloo-storage v0.3.098 Compiling gloo-console v0.3.099 Compiling gloo-worker v0.5.0100 Compiling gloo-file v0.3.0101 Compiling gloo-history v0.2.2102 Compiling gloo v0.11.0103 Compiling tokise v0.2.1104 Compiling yew v0.23.0105 Compiling yew-hooks v0.6.4106 Compiling caldav_viewer v0.1.0 (/build/hyxqnr19hlgcbid271r683wny6g2cgnd-source)107warning: variant `Parser` is never constructed108 --> src/lib.rs:34:5109 |11030 | enum Error {111 | ----- variant in this enum112...11334 | Parser,114 | ^^^^^^115 |116 = note: `Error` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis117 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default118119warning: field `end` is never read120 --> src/parser.rs:12:9121 |122 8 | pub struct CalendarEvent {123 | ------------- field in this struct124...12512 | pub end: DateTime<Local>,126 | ^^^127 |128 = note: `CalendarEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis129130warning: field `0` is never read131 --> src/parser.rs:22:16132 |13322 | ParseError(ParserError),134 | ---------- ^^^^^^^^^^^135 | |136 | field in this variant137 |138 = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis139help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field140 |14122 - ParseError(ParserError),14222 + ParseError(()),143 |144145warning: `caldav_viewer` (lib) generated 3 warnings146 Finished `release` profile [optimized] target(s) in 1m 43s1472026-08-08T03:03:37.440614Z ERROR error148error from build pipeline149150Caused by:151 0: HTML build pipeline failed (1 errors), showing first152 1: error from asset pipeline153 2: running wasm-bindgen154 3: couldn't find the required version (0.2.127) of the application wasm-bindgen (found: 0.2.121), unable to download in offline mode1552026-08-08T03:03:37.440711Z ERROR error from build pipeline