|
|
|
| 1 | 2026-03-26T03:49:21.579Z | job assigned to worker 01KMM44CR491HV8NDVVS8RTHBW [factory aws, i-06539e10ea91cf600] (queued for 47 s) |
| |
| 2 | 2026-03-26T03:49:28.913Z | starting task 0: "setup" |
| 3 | 2026-03-26T03:49:28.918Z | ++ uname -s |
| 4 | 2026-03-26T03:49:28.922Z | + kern=SunOS |
| 5 | 2026-03-26T03:49:28.922Z | + build_user=build |
| 6 | 2026-03-26T03:49:28.922Z | + build_uid=12345 |
| 7 | 2026-03-26T03:49:28.922Z | + work_dir=/work |
| 8 | 2026-03-26T03:49:28.922Z | + input_dir=/input |
| 9 | 2026-03-26T03:49:28.922Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-26T03:49:28.922Z | + case "$kern" in |
| 11 | 2026-03-26T03:49:28.922Z | + groupadd -g 12345 build |
| 12 | 2026-03-26T03:49:28.925Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-26T03:49:30.928Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-26T03:49:31.046Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-26T03:49:31.049Z | + home_fs=zfs |
| 16 | 2026-03-26T03:49:31.049Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-26T03:49:31.049Z | + mkdir -p /home/build |
| 18 | 2026-03-26T03:49:31.049Z | + chown build:build /home/build /work |
| 19 | 2026-03-26T03:49:33.051Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-26T03:49:33.054Z | process exited: duration 4142 ms, exit code 0 |
| |
| 21 | 2026-03-26T03:49:33.060Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-26T03:49:33.064Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-26T03:49:33.064Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-26T03:49:33.064Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-26T03:49:33.064Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-26T03:49:33.068Z | * rust toolchain channel = "stable" |
| 27 | 2026-03-26T03:49:33.068Z | * rust toolchain profile = "default" |
| 28 | 2026-03-26T03:49:33.068Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-26T03:49:33.069Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-26T03:49:33.175Z | info: downloading installer |
| 31 | 2026-03-26T03:49:34.516Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-26T03:49:34.516Z | warn: /opt/ooce/bin |
| 33 | 2026-03-26T03:49:34.516Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-26T03:49:34.516Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-26T03:49:34.516Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-26T03:49:34.516Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-26T03:49:34.516Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-26T03:49:34.516Z | error: cannot install while Rust is installed |
| 39 | 2026-03-26T03:49:34.516Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-26T03:49:34.516Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-26T03:49:34.516Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-26T03:49:34.516Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-26T03:49:34.516Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-26T03:49:34.530Z | info: profile set to default |
| 45 | 2026-03-26T03:49:34.530Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-26T03:49:34.533Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-03-26T03:49:34.681Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-26T03:49:34.684Z | info: downloading 6 components |
| 49 | 2026-03-26T03:49:50.323Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-03-26T03:49:50.323Z | |
| 51 | 2026-03-26T03:49:50.352Z | stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-26T03:49:50.352Z | |
| 53 | 2026-03-26T03:49:50.352Z | |
| 54 | 2026-03-26T03:49:50.352Z | Rust is installed now. Great! |
| 55 | 2026-03-26T03:49:50.352Z | |
| 56 | 2026-03-26T03:49:50.352Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-26T03:49:50.352Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-26T03:49:50.352Z | |
| 59 | 2026-03-26T03:49:50.352Z | To configure your current shell, you need to source |
| 60 | 2026-03-26T03:49:50.352Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-26T03:49:50.352Z | |
| 62 | 2026-03-26T03:49:50.352Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-26T03:49:50.352Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-26T03:49:50.352Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-26T03:49:50.352Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-26T03:49:50.352Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-26T03:49:50.352Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-26T03:49:50.352Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-26T03:49:50.355Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-26T03:49:50.356Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-26T03:49:50.444Z | + rustup --version |
| 72 | 2026-03-26T03:49:50.453Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-26T03:49:50.457Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-26T03:49:50.475Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-26T03:49:50.478Z | + cargo --version |
| 76 | 2026-03-26T03:49:50.491Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-26T03:49:50.494Z | + rustc --version |
| 78 | 2026-03-26T03:49:50.513Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-26T03:49:50.515Z | process exited: duration 17456 ms, exit code 0 |
| |
| 80 | 2026-03-26T03:49:50.523Z | starting task 2: "authentication" |
| 81 | 2026-03-26T03:49:50.539Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-03-26T03:49:50.545Z | starting task 3: "clone repository" |
| 83 | 2026-03-26T03:49:50.548Z | + mkdir -p /work/oxidecomputer/falcon |
| 84 | 2026-03-26T03:49:50.551Z | + git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon |
| 85 | 2026-03-26T03:49:50.685Z | Cloning into '/work/oxidecomputer/falcon'... |
| 86 | 2026-03-26T03:49:51.514Z | + cd /work/oxidecomputer/falcon |
| 87 | 2026-03-26T03:49:51.514Z | + git fetch origin b0488ab6a18ed8cdd3b5143d6ba1edf1cc2a3376 |
| 88 | 2026-03-26T03:49:51.751Z | From https://github.com/oxidecomputer/falcon |
| 89 | 2026-03-26T03:49:51.751Z | * branch b0488ab6a18ed8cdd3b5143d6ba1edf1cc2a3376 -> FETCH_HEAD |
| 90 | 2026-03-26T03:49:51.756Z | + [[ -n renovate/sha2-0.x ]] |
| 91 | 2026-03-26T03:49:51.759Z | ++ git branch --show-current |
| 92 | 2026-03-26T03:49:51.759Z | + current=main |
| 93 | 2026-03-26T03:49:51.759Z | + [[ main != renovate/sha2-0.x ]] |
| 94 | 2026-03-26T03:49:51.759Z | + git branch -f renovate/sha2-0.x b0488ab6a18ed8cdd3b5143d6ba1edf1cc2a3376 |
| 95 | 2026-03-26T03:49:51.762Z | + git checkout -f renovate/sha2-0.x |
| 96 | 2026-03-26T03:49:51.828Z | Switched to branch 'renovate/sha2-0.x' |
| 97 | 2026-03-26T03:49:51.831Z | + git reset --hard b0488ab6a18ed8cdd3b5143d6ba1edf1cc2a3376 |
| 98 | 2026-03-26T03:49:51.892Z | HEAD is now at b0488ab Update Rust crate sha2 to 0.11.0 |
| 99 | 2026-03-26T03:49:51.895Z | process exited: duration 1347 ms, exit code 0 |
| |
| 100 | 2026-03-26T03:49:51.901Z | starting task 4: "build" |
| 101 | 2026-03-26T03:49:51.906Z | + cargo --version |
| 102 | 2026-03-26T03:49:51.912Z | info: syncing channel updates for 1.92.0-x86_64-unknown-illumos |
| 103 | 2026-03-26T03:49:52.094Z | info: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08) |
| 104 | 2026-03-26T03:49:52.097Z | info: downloading 6 components |
| 105 | 2026-03-26T03:50:06.743Z | cargo 1.92.0 (344c4567c 2025-10-21) |
| 106 | 2026-03-26T03:50:06.747Z | + rustc --version |
| 107 | 2026-03-26T03:50:06.776Z | rustc 1.92.0 (ded5c06cf 2025-12-08) |
| 108 | 2026-03-26T03:50:06.781Z | + banner build |
| 109 | 2026-03-26T03:50:06.784Z | |
| 110 | 2026-03-26T03:50:06.784Z | ##### # # # # ##### |
| 111 | 2026-03-26T03:50:06.784Z | # # # # # # # # |
| 112 | 2026-03-26T03:50:06.784Z | ##### # # # # # # |
| 113 | 2026-03-26T03:50:06.784Z | # # # # # # # # |
| 114 | 2026-03-26T03:50:06.784Z | # # # # # # # # |
| 115 | 2026-03-26T03:50:06.784Z | ##### #### # ###### ##### |
| 116 | 2026-03-26T03:50:06.784Z | |
| 117 | 2026-03-26T03:50:06.784Z | + ptime -m cargo build --all |
| 118 | 2026-03-26T03:50:06.869Z | Updating crates.io index |
| 119 | 2026-03-26T03:50:06.872Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 120 | 2026-03-26T03:50:07.228Z | From https://github.com/oxidecomputer/netadm-sys |
| 121 | 2026-03-26T03:50:07.228Z | * [new ref] c1d9f7474d6db11c3bec6fb329abdd35985311f8 -> refs/commit/c1d9f7474d6db11c3bec6fb329abdd35985311f8 |
| 122 | 2026-03-26T03:50:07.300Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 123 | 2026-03-26T03:50:08.562Z | From https://github.com/oxidecomputer/propolis |
| 124 | 2026-03-26T03:50:08.562Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 125 | 2026-03-26T03:50:08.615Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-03-26T03:50:08.881Z | From https://github.com/oxidecomputer/zone |
| 127 | 2026-03-26T03:50:08.881Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 128 | 2026-03-26T03:50:09.564Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 129 | 2026-03-26T03:50:09.833Z | From https://github.com/oxidecomputer/dlpi-sys |
| 130 | 2026-03-26T03:50:09.833Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 131 | 2026-03-26T03:50:09.848Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 132 | 2026-03-26T03:50:10.142Z | From https://github.com/jmesmon/rust-libzfs |
| 133 | 2026-03-26T03:50:10.142Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 134 | 2026-03-26T03:50:10.162Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 135 | 2026-03-26T03:50:10.402Z | From https://github.com/oxidecomputer/rusty-doors |
| 136 | 2026-03-26T03:50:10.402Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 137 | 2026-03-26T03:50:10.408Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 138 | 2026-03-26T03:50:11.221Z | From https://github.com/oxidecomputer/crucible |
| 139 | 2026-03-26T03:50:11.222Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 140 | 2026-03-26T03:50:13.649Z | Downloading crates ... |
| 141 | 2026-03-26T03:50:13.714Z | Downloaded form_urlencoded v1.2.2 |
| 142 | 2026-03-26T03:50:13.718Z | Downloaded crucible-workspace-hack v0.1.0 |
| 143 | 2026-03-26T03:50:13.725Z | Downloaded icu_provider v2.1.1 |
| 144 | 2026-03-26T03:50:13.729Z | Downloaded num-conv v0.2.0 |
| 145 | 2026-03-26T03:50:13.732Z | Downloaded clap_derive v4.6.0 |
| 146 | 2026-03-26T03:50:13.737Z | Downloaded ipnet v2.12.0 |
| 147 | 2026-03-26T03:50:13.740Z | Downloaded async-trait v0.1.89 |
| 148 | 2026-03-26T03:50:13.743Z | Downloaded semver v1.0.27 |
| 149 | 2026-03-26T03:50:13.744Z | Downloaded thiserror-impl v1.0.69 |
| 150 | 2026-03-26T03:50:13.744Z | Downloaded cfg-if v1.0.4 |
| 151 | 2026-03-26T03:50:13.750Z | Downloaded pin-utils v0.1.0 |
| 152 | 2026-03-26T03:50:13.750Z | Downloaded itoa v1.0.17 |
| 153 | 2026-03-26T03:50:13.750Z | Downloaded icu_locale_core v2.1.1 |
| 154 | 2026-03-26T03:50:13.750Z | Downloaded slog v2.8.2 |
| 155 | 2026-03-26T03:50:13.753Z | Downloaded proc-macro-error v1.0.4 |
| 156 | 2026-03-26T03:50:13.756Z | Downloaded parking_lot_core v0.9.12 |
| 157 | 2026-03-26T03:50:13.756Z | Downloaded find-msvc-tools v0.1.9 |
| 158 | 2026-03-26T03:50:13.759Z | Downloaded dyn-clone v1.0.20 |
| 159 | 2026-03-26T03:50:13.762Z | Downloaded pin-project-lite v0.2.17 |
| 160 | 2026-03-26T03:50:13.766Z | Downloaded log v0.4.29 |
| 161 | 2026-03-26T03:50:13.766Z | Downloaded crypto-common v0.2.1 |
| 162 | 2026-03-26T03:50:13.766Z | Downloaded smf v0.2.3 |
| 163 | 2026-03-26T03:50:13.769Z | Downloaded progenitor-macro v0.10.0 |
| 164 | 2026-03-26T03:50:13.769Z | Downloaded percent-encoding v2.3.2 |
| 165 | 2026-03-26T03:50:13.769Z | Downloaded lazy_static v1.5.0 |
| 166 | 2026-03-26T03:50:13.773Z | Downloaded aho-corasick v1.1.4 |
| 167 | 2026-03-26T03:50:13.776Z | Downloaded tokio-tungstenite v0.21.0 |
| 168 | 2026-03-26T03:50:13.779Z | Downloaded proc-macro-crate v3.5.0 |
| 169 | 2026-03-26T03:50:13.779Z | Downloaded shlex v1.3.0 |
| 170 | 2026-03-26T03:50:13.782Z | Downloaded rand_chacha v0.3.1 |
| 171 | 2026-03-26T03:50:13.783Z | Downloaded camino v1.2.2 |
| 172 | 2026-03-26T03:50:13.783Z | Downloaded pkg-config v0.3.32 |
| 173 | 2026-03-26T03:50:13.785Z | Downloaded cfg_aliases v0.2.1 |
| 174 | 2026-03-26T03:50:13.785Z | Downloaded digest v0.11.2 |
| 175 | 2026-03-26T03:50:13.788Z | Downloaded proc-macro2 v1.0.106 |
| 176 | 2026-03-26T03:50:13.788Z | Downloaded quote v1.0.45 |
| 177 | 2026-03-26T03:50:13.792Z | Downloaded digest v0.10.7 |
| 178 | 2026-03-26T03:50:13.792Z | Downloaded ppv-lite86 v0.2.21 |
| 179 | 2026-03-26T03:50:13.792Z | Downloaded num_enum_derive v0.7.6 |
| 180 | 2026-03-26T03:50:13.795Z | Downloaded displaydoc v0.2.5 |
| 181 | 2026-03-26T03:50:13.795Z | Downloaded cc v1.2.57 |
| 182 | 2026-03-26T03:50:13.798Z | Downloaded foldhash v0.2.0 |
| 183 | 2026-03-26T03:50:13.798Z | Downloaded data-encoding v2.10.0 |
| 184 | 2026-03-26T03:50:13.801Z | Downloaded foreign-types-shared v0.3.1 |
| 185 | 2026-03-26T03:50:13.806Z | Downloaded http v1.4.0 |
| 186 | 2026-03-26T03:50:13.810Z | Downloaded block-buffer v0.12.0 |
| 187 | 2026-03-26T03:50:13.812Z | Downloaded serde_spanned v1.0.4 |
| 188 | 2026-03-26T03:50:13.815Z | Downloaded rustc-hash v2.1.1 |
| 189 | 2026-03-26T03:50:13.815Z | Downloaded crypto-common v0.1.7 |
| 190 | 2026-03-26T03:50:13.818Z | Downloaded futures v0.3.32 |
| 191 | 2026-03-26T03:50:13.821Z | Downloaded scopeguard v1.2.0 |
| 192 | 2026-03-26T03:50:13.821Z | Downloaded sync_wrapper v1.0.2 |
| 193 | 2026-03-26T03:50:13.824Z | Downloaded slog-envlogger v2.2.0 |
| 194 | 2026-03-26T03:50:13.824Z | Downloaded hyper v1.8.1 |
| 195 | 2026-03-26T03:50:13.827Z | Downloaded anstream v1.0.0 |
| 196 | 2026-03-26T03:50:13.830Z | Downloaded atomic-waker v1.1.2 |
| 197 | 2026-03-26T03:50:13.833Z | Downloaded typify-macro v0.4.3 |
| 198 | 2026-03-26T03:50:13.833Z | Downloaded base64 v0.21.7 |
| 199 | 2026-03-26T03:50:13.836Z | Downloaded foreign-types-macros v0.2.3 |
| 200 | 2026-03-26T03:50:13.836Z | Downloaded sha1 v0.10.6 |
| 201 | 2026-03-26T03:50:13.839Z | Downloaded hybrid-array v0.4.8 |
| 202 | 2026-03-26T03:50:13.842Z | Downloaded proc-macro-error-attr v1.0.4 |
| 203 | 2026-03-26T03:50:13.842Z | Downloaded foreign-types v0.5.0 |
| 204 | 2026-03-26T03:50:13.842Z | Downloaded cstr-argument v0.1.2 |
| 205 | 2026-03-26T03:50:13.842Z | Downloaded futures-core v0.3.32 |
| 206 | 2026-03-26T03:50:13.845Z | Downloaded base16ct v1.0.0 |
| 207 | 2026-03-26T03:50:13.845Z | Downloaded lru-slab v0.1.2 |
| 208 | 2026-03-26T03:50:13.848Z | Downloaded chacha20 v0.10.0 |
| 209 | 2026-03-26T03:50:13.851Z | Downloaded base64 v0.22.1 |
| 210 | 2026-03-26T03:50:13.854Z | Downloaded anstyle v1.0.14 |
| 211 | 2026-03-26T03:50:13.857Z | Downloaded powerfmt v0.2.0 |
| 212 | 2026-03-26T03:50:13.859Z | Downloaded deranged v0.5.8 |
| 213 | 2026-03-26T03:50:13.862Z | Downloaded zerofrom-derive v0.1.6 |
| 214 | 2026-03-26T03:50:13.862Z | Downloaded url v2.5.8 |
| 215 | 2026-03-26T03:50:13.862Z | Downloaded futures-io v0.3.32 |
| 216 | 2026-03-26T03:50:13.865Z | Downloaded block-buffer v0.10.4 |
| 217 | 2026-03-26T03:50:13.865Z | Downloaded clap_lex v1.1.0 |
| 218 | 2026-03-26T03:50:13.865Z | Downloaded subtle v2.6.1 |
| 219 | 2026-03-26T03:50:13.868Z | Downloaded pretty-hex v0.4.2 |
| 220 | 2026-03-26T03:50:13.868Z | Downloaded strsim v0.11.1 |
| 221 | 2026-03-26T03:50:13.874Z | Downloaded heck v0.5.0 |
| 222 | 2026-03-26T03:50:13.877Z | Downloaded rand_chacha v0.9.0 |
| 223 | 2026-03-26T03:50:13.877Z | Downloaded chrono v0.4.44 |
| 224 | 2026-03-26T03:50:13.880Z | Downloaded futures-sink v0.3.32 |
| 225 | 2026-03-26T03:50:13.886Z | Downloaded tabwriter v1.4.1 |
| 226 | 2026-03-26T03:50:13.889Z | Downloaded progenitor-client v0.10.0 |
| 227 | 2026-03-26T03:50:13.892Z | Downloaded heck v0.4.1 |
| 228 | 2026-03-26T03:50:13.895Z | Downloaded icu_properties v2.1.2 |
| 229 | 2026-03-26T03:50:13.899Z | Downloaded serde_urlencoded v0.7.1 |
| 230 | 2026-03-26T03:50:13.902Z | Downloaded futures-task v0.3.32 |
| 231 | 2026-03-26T03:50:13.902Z | Downloaded errno v0.3.14 |
| 232 | 2026-03-26T03:50:13.902Z | Downloaded stable_deref_trait v1.2.1 |
| 233 | 2026-03-26T03:50:13.905Z | Downloaded either v1.15.0 |
| 234 | 2026-03-26T03:50:13.905Z | Downloaded is_terminal_polyfill v1.70.2 |
| 235 | 2026-03-26T03:50:13.911Z | Downloaded http-body v1.0.1 |
| 236 | 2026-03-26T03:50:13.911Z | Downloaded equivalent v1.0.2 |
| 237 | 2026-03-26T03:50:13.915Z | Downloaded take_mut v0.2.2 |
| 238 | 2026-03-26T03:50:13.920Z | Downloaded tower-service v0.3.3 |
| 239 | 2026-03-26T03:50:13.923Z | Downloaded tower-layer v0.3.3 |
| 240 | 2026-03-26T03:50:13.926Z | Downloaded generic-array v0.14.7 |
| 241 | 2026-03-26T03:50:13.929Z | Downloaded oxnet v0.1.4 |
| 242 | 2026-03-26T03:50:13.929Z | Downloaded cpufeatures v0.2.17 |
| 243 | 2026-03-26T03:50:13.932Z | Downloaded rand_core v0.10.0 |
| 244 | 2026-03-26T03:50:13.932Z | Downloaded slog-scope v4.4.1 |
| 245 | 2026-03-26T03:50:13.932Z | Downloaded schemars_derive v0.8.22 |
| 246 | 2026-03-26T03:50:13.935Z | Downloaded progenitor v0.10.0 |
| 247 | 2026-03-26T03:50:13.935Z | Downloaded futures-executor v0.3.32 |
| 248 | 2026-03-26T03:50:13.935Z | Downloaded potential_utf v0.1.4 |
| 249 | 2026-03-26T03:50:13.938Z | Downloaded signal-hook-registry v1.4.8 |
| 250 | 2026-03-26T03:50:13.938Z | Downloaded rand_core v0.9.5 |
| 251 | 2026-03-26T03:50:13.938Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 252 | 2026-03-26T03:50:13.940Z | Downloaded console v0.16.3 |
| 253 | 2026-03-26T03:50:13.941Z | Downloaded colored v3.1.1 |
| 254 | 2026-03-26T03:50:13.943Z | Downloaded slog-async v2.8.0 |
| 255 | 2026-03-26T03:50:13.944Z | Downloaded rand_core v0.6.4 |
| 256 | 2026-03-26T03:50:13.946Z | Downloaded thiserror v1.0.69 |
| 257 | 2026-03-26T03:50:13.949Z | Downloaded is-terminal v0.4.17 |
| 258 | 2026-03-26T03:50:13.949Z | Downloaded futures-macro v0.3.32 |
| 259 | 2026-03-26T03:50:13.952Z | Downloaded try-lock v0.2.5 |
| 260 | 2026-03-26T03:50:13.955Z | Downloaded rustls-pki-types v1.14.0 |
| 261 | 2026-03-26T03:50:13.961Z | Downloaded num_enum v0.7.6 |
| 262 | 2026-03-26T03:50:13.963Z | Downloaded zerofrom v0.1.6 |
| 263 | 2026-03-26T03:50:13.966Z | Downloaded utf8_iter v1.0.4 |
| 264 | 2026-03-26T03:50:13.966Z | Downloaded cpufeatures v0.3.0 |
| 265 | 2026-03-26T03:50:13.969Z | Downloaded unit-prefix v0.5.2 |
| 266 | 2026-03-26T03:50:13.972Z | Downloaded yoke-derive v0.8.1 |
| 267 | 2026-03-26T03:50:13.975Z | Downloaded bytes v1.11.1 |
| 268 | 2026-03-26T03:50:13.977Z | Downloaded serde_tokenstream v0.2.3 |
| 269 | 2026-03-26T03:50:13.980Z | Downloaded getrandom v0.3.4 |
| 270 | 2026-03-26T03:50:13.983Z | Downloaded cargo_toml v0.22.3 |
| 271 | 2026-03-26T03:50:13.983Z | Downloaded bitflags v2.11.0 |
| 272 | 2026-03-26T03:50:13.986Z | Downloaded utf8parse v0.2.2 |
| 273 | 2026-03-26T03:50:13.986Z | Downloaded version_check v0.9.5 |
| 274 | 2026-03-26T03:50:13.986Z | Downloaded thiserror v2.0.18 |
| 275 | 2026-03-26T03:50:13.989Z | Downloaded rustversion v1.0.22 |
| 276 | 2026-03-26T03:50:13.992Z | Downloaded want v0.3.1 |
| 277 | 2026-03-26T03:50:13.992Z | Downloaded tinyvec_macros v0.1.1 |
| 278 | 2026-03-26T03:50:13.992Z | Downloaded time-core v0.1.8 |
| 279 | 2026-03-26T03:50:13.995Z | Downloaded synstructure v0.13.2 |
| 280 | 2026-03-26T03:50:13.995Z | Downloaded slog-stdlog v4.1.1 |
| 281 | 2026-03-26T03:50:13.995Z | Downloaded anyhow v1.0.102 |
| 282 | 2026-03-26T03:50:13.998Z | Downloaded zone_cfg_derive v0.3.1 |
| 283 | 2026-03-26T03:50:13.998Z | Downloaded slab v0.4.12 |
| 284 | 2026-03-26T03:50:13.998Z | Downloaded lock_api v0.4.14 |
| 285 | 2026-03-26T03:50:13.998Z | Downloaded slog-term v2.9.2 |
| 286 | 2026-03-26T03:50:14.002Z | Downloaded http-body-util v0.1.3 |
| 287 | 2026-03-26T03:50:14.005Z | Downloaded anstyle-parse v1.0.0 |
| 288 | 2026-03-26T03:50:14.005Z | Downloaded typeid v1.0.3 |
| 289 | 2026-03-26T03:50:14.005Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 290 | 2026-03-26T03:50:14.008Z | Downloaded idna_adapter v1.2.1 |
| 291 | 2026-03-26T03:50:14.008Z | Downloaded colorchoice v1.0.5 |
| 292 | 2026-03-26T03:50:14.013Z | Downloaded getrandom v0.2.17 |
| 293 | 2026-03-26T03:50:14.016Z | Downloaded sha2 v0.11.0 |
| 294 | 2026-03-26T03:50:14.019Z | Downloaded serde_derive_internals v0.29.1 |
| 295 | 2026-03-26T03:50:14.019Z | Downloaded litemap v0.8.1 |
| 296 | 2026-03-26T03:50:14.022Z | Downloaded hyper-util v0.1.20 |
| 297 | 2026-03-26T03:50:14.025Z | Downloaded anstyle-query v1.1.5 |
| 298 | 2026-03-26T03:50:14.025Z | Downloaded time-macros v0.2.27 |
| 299 | 2026-03-26T03:50:14.025Z | Downloaded thread_local v1.1.9 |
| 300 | 2026-03-26T03:50:14.028Z | Downloaded autocfg v1.5.0 |
| 301 | 2026-03-26T03:50:14.028Z | Downloaded iana-time-zone v0.1.65 |
| 302 | 2026-03-26T03:50:14.028Z | Downloaded erased-serde v0.3.31 |
| 303 | 2026-03-26T03:50:14.036Z | Downloaded zeroize v1.8.2 |
| 304 | 2026-03-26T03:50:14.039Z | Downloaded tinystr v0.8.2 |
| 305 | 2026-03-26T03:50:14.045Z | Downloaded zerovec-derive v0.11.2 |
| 306 | 2026-03-26T03:50:14.048Z | Downloaded byteorder v1.5.0 |
| 307 | 2026-03-26T03:50:14.055Z | Downloaded getrandom v0.4.2 |
| 308 | 2026-03-26T03:50:14.058Z | Downloaded yoke v0.8.1 |
| 309 | 2026-03-26T03:50:14.061Z | Downloaded untrusted v0.9.0 |
| 310 | 2026-03-26T03:50:14.061Z | Downloaded zone v0.3.1 |
| 311 | 2026-03-26T03:50:14.061Z | Downloaded zmij v1.0.21 |
| 312 | 2026-03-26T03:50:14.061Z | Downloaded utf-8 v0.7.6 |
| 313 | 2026-03-26T03:50:14.064Z | Downloaded quinn-udp v0.5.14 |
| 314 | 2026-03-26T03:50:14.064Z | Downloaded once_cell v1.21.4 |
| 315 | 2026-03-26T03:50:14.064Z | Downloaded tokio-macros v2.6.1 |
| 316 | 2026-03-26T03:50:14.067Z | Downloaded hyper-rustls v0.27.7 |
| 317 | 2026-03-26T03:50:14.067Z | Downloaded futures-channel v0.3.32 |
| 318 | 2026-03-26T03:50:14.067Z | Downloaded clap v4.6.0 |
| 319 | 2026-03-26T03:50:14.072Z | Downloaded parking_lot v0.12.5 |
| 320 | 2026-03-26T03:50:14.075Z | Downloaded const-oid v0.10.2 |
| 321 | 2026-03-26T03:50:14.075Z | Downloaded smallvec v1.15.1 |
| 322 | 2026-03-26T03:50:14.077Z | Downloaded allocator-api2 v0.2.21 |
| 323 | 2026-03-26T03:50:14.078Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 324 | 2026-03-26T03:50:14.080Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-03-26T03:50:14.080Z | Downloaded crossbeam-utils v0.8.21 |
| 326 | 2026-03-26T03:50:14.083Z | Downloaded term v1.2.1 |
| 327 | 2026-03-26T03:50:14.086Z | Downloaded schemars v0.8.22 |
| 328 | 2026-03-26T03:50:14.090Z | Downloaded tinyvec v1.11.0 |
| 329 | 2026-03-26T03:50:14.092Z | Downloaded num-traits v0.2.19 |
| 330 | 2026-03-26T03:50:14.095Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 331 | 2026-03-26T03:50:14.099Z | Downloaded typify v0.4.3 |
| 332 | 2026-03-26T03:50:14.102Z | Downloaded xz2 v0.1.7 |
| 333 | 2026-03-26T03:50:14.105Z | Downloaded tracing-core v0.1.36 |
| 334 | 2026-03-26T03:50:14.108Z | Downloaded serde_derive v1.0.228 |
| 335 | 2026-03-26T03:50:14.108Z | Downloaded httparse v1.10.1 |
| 336 | 2026-03-26T03:50:14.111Z | Downloaded icu_normalizer_data v2.1.1 |
| 337 | 2026-03-26T03:50:14.111Z | Downloaded writeable v0.6.2 |
| 338 | 2026-03-26T03:50:14.114Z | Downloaded icu_normalizer v2.1.1 |
| 339 | 2026-03-26T03:50:14.117Z | Downloaded crossbeam-channel v0.5.15 |
| 340 | 2026-03-26T03:50:14.120Z | Downloaded progenitor-impl v0.10.0 |
| 341 | 2026-03-26T03:50:14.125Z | Downloaded arc-swap v1.8.2 |
| 342 | 2026-03-26T03:50:14.128Z | Downloaded socket2 v0.6.3 |
| 343 | 2026-03-26T03:50:14.131Z | Downloaded ryu v1.0.23 |
| 344 | 2026-03-26T03:50:14.131Z | Downloaded zerotrie v0.2.3 |
| 345 | 2026-03-26T03:50:14.134Z | Downloaded icu_collections v2.1.1 |
| 346 | 2026-03-26T03:50:14.137Z | Downloaded tokio-rustls v0.26.4 |
| 347 | 2026-03-26T03:50:14.139Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-03-26T03:50:14.142Z | Downloaded tracing-attributes v0.1.31 |
| 349 | 2026-03-26T03:50:14.145Z | Downloaded serde_yaml v0.9.34+deprecated |
| 350 | 2026-03-26T03:50:14.145Z | Downloaded serde_core v1.0.228 |
| 351 | 2026-03-26T03:50:14.148Z | Downloaded indicatif v0.18.4 |
| 352 | 2026-03-26T03:50:14.151Z | Downloaded indexmap v2.13.0 |
| 353 | 2026-03-26T03:50:14.154Z | Downloaded tungstenite v0.21.0 |
| 354 | 2026-03-26T03:50:14.156Z | Downloaded uuid v1.22.0 |
| 355 | 2026-03-26T03:50:14.156Z | Downloaded clap_builder v4.6.0 |
| 356 | 2026-03-26T03:50:14.159Z | Downloaded unsafe-libyaml v0.2.11 |
| 357 | 2026-03-26T03:50:14.162Z | Downloaded tower v0.5.3 |
| 358 | 2026-03-26T03:50:14.166Z | Downloaded zerovec v0.11.5 |
| 359 | 2026-03-26T03:50:14.169Z | Downloaded rand v0.8.5 |
| 360 | 2026-03-26T03:50:14.172Z | Downloaded itertools v0.12.1 |
| 361 | 2026-03-26T03:50:14.176Z | Downloaded iri-string v0.7.10 |
| 362 | 2026-03-26T03:50:14.182Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 363 | 2026-03-26T03:50:14.185Z | Downloaded tokio-util v0.7.18 |
| 364 | 2026-03-26T03:50:14.189Z | Downloaded typenum v1.19.0 |
| 365 | 2026-03-26T03:50:14.192Z | Downloaded toml_edit v0.25.4+spec-1.1.0 |
| 366 | 2026-03-26T03:50:14.192Z | Downloaded icu_properties_data v2.1.2 |
| 367 | 2026-03-26T03:50:14.197Z | Downloaded serde v1.0.228 |
| 368 | 2026-03-26T03:50:14.199Z | Downloaded rustls-webpki v0.103.9 |
| 369 | 2026-03-26T03:50:14.202Z | Downloaded futures-util v0.3.32 |
| 370 | 2026-03-26T03:50:14.206Z | Downloaded idna v1.1.0 |
| 371 | 2026-03-26T03:50:14.209Z | Downloaded hashbrown v0.16.1 |
| 372 | 2026-03-26T03:50:14.216Z | Downloaded quinn v0.11.9 |
| 373 | 2026-03-26T03:50:14.219Z | Downloaded prettyplease v0.2.37 |
| 374 | 2026-03-26T03:50:14.222Z | Downloaded webpki-roots v1.0.6 |
| 375 | 2026-03-26T03:50:14.233Z | Downloaded rand v0.9.2 |
| 376 | 2026-03-26T03:50:14.237Z | Downloaded mio v1.1.1 |
| 377 | 2026-03-26T03:50:14.250Z | Downloaded typify-impl v0.4.3 |
| 378 | 2026-03-26T03:50:14.262Z | Downloaded memchr v2.8.0 |
| 379 | 2026-03-26T03:50:14.267Z | Downloaded rand v0.10.0 |
| 380 | 2026-03-26T03:50:14.275Z | Downloaded ron v0.12.0 |
| 381 | 2026-03-26T03:50:14.280Z | Downloaded tokio v1.50.0 |
| 382 | 2026-03-26T03:50:14.348Z | Downloaded tower-http v0.6.8 |
| 383 | 2026-03-26T03:50:14.352Z | Downloaded serde_json v1.0.149 |
| 384 | 2026-03-26T03:50:14.355Z | Downloaded reqwest v0.12.28 |
| 385 | 2026-03-26T03:50:14.390Z | Downloaded regex v1.12.3 |
| 386 | 2026-03-26T03:50:14.394Z | Downloaded syn v1.0.109 |
| 387 | 2026-03-26T03:50:14.402Z | Downloaded portable-atomic v1.13.1 |
| 388 | 2026-03-26T03:50:14.417Z | Downloaded winnow v0.7.15 |
| 389 | 2026-03-26T03:50:14.459Z | Downloaded time v0.3.47 |
| 390 | 2026-03-26T03:50:14.478Z | Downloaded quinn-proto v0.11.14 |
| 391 | 2026-03-26T03:50:14.525Z | Downloaded zerocopy v0.8.42 |
| 392 | 2026-03-26T03:50:14.533Z | Downloaded regress v0.10.5 |
| 393 | 2026-03-26T03:50:14.537Z | Downloaded unicode-width v0.2.2 |
| 394 | 2026-03-26T03:50:14.540Z | Downloaded syn v2.0.117 |
| 395 | 2026-03-26T03:50:14.550Z | Downloaded regex-automata v0.4.14 |
| 396 | 2026-03-26T03:50:14.567Z | Downloaded rustls v0.23.37 |
| 397 | 2026-03-26T03:50:14.573Z | Downloaded regex-syntax v0.8.10 |
| 398 | 2026-03-26T03:50:14.578Z | Downloaded openapiv3 v2.2.0 |
| 399 | 2026-03-26T03:50:14.606Z | Downloaded tracing v0.1.44 |
| 400 | 2026-03-26T03:50:14.686Z | Downloaded lzma-sys v0.1.20 |
| 401 | 2026-03-26T03:50:14.701Z | Downloaded libc v0.2.183 |
| 402 | 2026-03-26T03:50:14.754Z | Downloaded ring v0.17.14 |
| 403 | 2026-03-26T03:50:14.854Z | Compiling proc-macro2 v1.0.106 |
| 404 | 2026-03-26T03:50:14.854Z | Compiling unicode-ident v1.0.24 |
| 405 | 2026-03-26T03:50:14.857Z | Compiling quote v1.0.45 |
| 406 | 2026-03-26T03:50:14.857Z | Compiling libc v0.2.183 |
| 407 | 2026-03-26T03:50:14.857Z | Compiling cfg-if v1.0.4 |
| 408 | 2026-03-26T03:50:14.857Z | Compiling itoa v1.0.17 |
| 409 | 2026-03-26T03:50:14.857Z | Compiling serde_core v1.0.228 |
| 410 | 2026-03-26T03:50:15.008Z | Compiling memchr v2.8.0 |
| 411 | 2026-03-26T03:50:15.066Z | Compiling foldhash v0.2.0 |
| 412 | 2026-03-26T03:50:15.126Z | Compiling equivalent v1.0.2 |
| 413 | 2026-03-26T03:50:15.205Z | Compiling allocator-api2 v0.2.21 |
| 414 | 2026-03-26T03:50:15.226Z | Compiling serde v1.0.228 |
| 415 | 2026-03-26T03:50:15.325Z | Compiling zmij v1.0.21 |
| 416 | 2026-03-26T03:50:15.532Z | Compiling hashbrown v0.16.1 |
| 417 | 2026-03-26T03:50:15.584Z | Compiling autocfg v1.5.0 |
| 418 | 2026-03-26T03:50:15.652Z | Compiling serde_json v1.0.149 |
| 419 | 2026-03-26T03:50:15.700Z | Compiling version_check v0.9.5 |
| 420 | 2026-03-26T03:50:15.937Z | Compiling pin-project-lite v0.2.17 |
| 421 | 2026-03-26T03:50:15.970Z | Compiling bytes v1.11.1 |
| 422 | 2026-03-26T03:50:16.008Z | Compiling num-traits v0.2.19 |
| 423 | 2026-03-26T03:50:16.040Z | Compiling smallvec v1.15.1 |
| 424 | 2026-03-26T03:50:16.136Z | Compiling stable_deref_trait v1.2.1 |
| 425 | 2026-03-26T03:50:16.213Z | Compiling syn v2.0.117 |
| 426 | 2026-03-26T03:50:16.336Z | Compiling shlex v1.3.0 |
| 427 | 2026-03-26T03:50:16.404Z | Compiling futures-core v0.3.32 |
| 428 | 2026-03-26T03:50:16.523Z | Compiling find-msvc-tools v0.1.9 |
| 429 | 2026-03-26T03:50:16.556Z | Compiling schemars v0.8.22 |
| 430 | 2026-03-26T03:50:16.615Z | Compiling rustversion v1.0.22 |
| 431 | 2026-03-26T03:50:16.652Z | Compiling parking_lot_core v0.9.12 |
| 432 | 2026-03-26T03:50:16.769Z | Compiling cc v1.2.57 |
| 433 | 2026-03-26T03:50:16.965Z | Compiling http v1.4.0 |
| 434 | 2026-03-26T03:50:17.018Z | Compiling socket2 v0.6.3 |
| 435 | 2026-03-26T03:50:17.035Z | Compiling getrandom v0.4.2 |
| 436 | 2026-03-26T03:50:17.291Z | Compiling thiserror v2.0.18 |
| 437 | 2026-03-26T03:50:17.316Z | Compiling futures-sink v0.3.32 |
| 438 | 2026-03-26T03:50:17.334Z | Compiling dyn-clone v1.0.20 |
| 439 | 2026-03-26T03:50:17.417Z | Compiling rand_core v0.10.0 |
| 440 | 2026-03-26T03:50:17.426Z | Compiling typenum v1.19.0 |
| 441 | 2026-03-26T03:50:17.473Z | Compiling scopeguard v1.2.0 |
| 442 | 2026-03-26T03:50:17.569Z | Compiling lock_api v0.4.14 |
| 443 | 2026-03-26T03:50:17.789Z | Compiling getrandom v0.2.17 |
| 444 | 2026-03-26T03:50:17.806Z | Compiling errno v0.3.14 |
| 445 | 2026-03-26T03:50:17.854Z | Compiling winnow v0.7.15 |
| 446 | 2026-03-26T03:50:17.926Z | Compiling signal-hook-registry v1.4.8 |
| 447 | 2026-03-26T03:50:17.948Z | Compiling parking_lot v0.12.5 |
| 448 | 2026-03-26T03:50:18.006Z | Compiling futures-channel v0.3.32 |
| 449 | 2026-03-26T03:50:18.069Z | Compiling indexmap v2.13.0 |
| 450 | 2026-03-26T03:50:18.150Z | Compiling mio v1.1.1 |
| 451 | 2026-03-26T03:50:18.221Z | Compiling once_cell v1.21.4 |
| 452 | 2026-03-26T03:50:18.229Z | Compiling litemap v0.8.1 |
| 453 | 2026-03-26T03:50:18.355Z | Compiling writeable v0.6.2 |
| 454 | 2026-03-26T03:50:18.433Z | Compiling futures-task v0.3.32 |
| 455 | 2026-03-26T03:50:18.549Z | Compiling slab v0.4.12 |
| 456 | 2026-03-26T03:50:18.599Z | Compiling futures-io v0.3.32 |
| 457 | 2026-03-26T03:50:18.602Z | Compiling icu_normalizer_data v2.1.1 |
| 458 | 2026-03-26T03:50:18.675Z | Compiling iana-time-zone v0.1.65 |
| 459 | 2026-03-26T03:50:18.703Z | Compiling heck v0.5.0 |
| 460 | 2026-03-26T03:50:18.718Z | Compiling icu_properties_data v2.1.2 |
| 461 | 2026-03-26T03:50:18.755Z | Compiling ring v0.17.14 |
| 462 | 2026-03-26T03:50:18.855Z | Compiling chrono v0.4.44 |
| 463 | 2026-03-26T03:50:18.959Z | Compiling syn v1.0.109 |
| 464 | 2026-03-26T03:50:18.967Z | Compiling log v0.4.29 |
| 465 | 2026-03-26T03:50:19.182Z | Compiling synstructure v0.13.2 |
| 466 | 2026-03-26T03:50:19.267Z | Compiling serde_derive_internals v0.29.1 |
| 467 | 2026-03-26T03:50:19.299Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 468 | 2026-03-26T03:50:19.359Z | Compiling httparse v1.10.1 |
| 469 | 2026-03-26T03:50:19.552Z | Compiling percent-encoding v2.3.2 |
| 470 | 2026-03-26T03:50:19.846Z | Compiling uuid v1.22.0 |
| 471 | 2026-03-26T03:50:19.878Z | Compiling regex-syntax v0.8.10 |
| 472 | 2026-03-26T03:50:20.005Z | Compiling zerocopy v0.8.42 |
| 473 | 2026-03-26T03:50:20.035Z | Compiling zeroize v1.8.2 |
| 474 | 2026-03-26T03:50:20.123Z | Compiling thiserror v1.0.69 |
| 475 | 2026-03-26T03:50:20.211Z | Compiling rustls-pki-types v1.14.0 |
| 476 | 2026-03-26T03:50:20.333Z | Compiling serde_derive v1.0.228 |
| 477 | 2026-03-26T03:50:20.361Z | Compiling zerofrom-derive v0.1.6 |
| 478 | 2026-03-26T03:50:20.397Z | Compiling yoke-derive v0.8.1 |
| 479 | 2026-03-26T03:50:20.439Z | Compiling zerovec-derive v0.11.2 |
| 480 | 2026-03-26T03:50:20.625Z | Compiling displaydoc v0.2.5 |
| 481 | 2026-03-26T03:50:20.698Z | Compiling schemars_derive v0.8.22 |
| 482 | 2026-03-26T03:50:21.470Z | Compiling thiserror-impl v2.0.18 |
| 483 | 2026-03-26T03:50:21.504Z | Compiling tokio-macros v2.6.1 |
| 484 | 2026-03-26T03:50:21.513Z | Compiling futures-macro v0.3.32 |
| 485 | 2026-03-26T03:50:21.637Z | Compiling zerofrom v0.1.6 |
| 486 | 2026-03-26T03:50:21.768Z | Compiling yoke v0.8.1 |
| 487 | 2026-03-26T03:50:21.846Z | Compiling thiserror-impl v1.0.69 |
| 488 | 2026-03-26T03:50:21.961Z | Compiling zerovec v0.11.5 |
| 489 | 2026-03-26T03:50:21.993Z | Compiling zerotrie v0.2.3 |
| 490 | 2026-03-26T03:50:22.327Z | Compiling tracing-attributes v0.1.31 |
| 491 | 2026-03-26T03:50:22.345Z | Compiling tokio v1.50.0 |
| 492 | 2026-03-26T03:50:22.403Z | Compiling futures-util v0.3.32 |
| 493 | 2026-03-26T03:50:22.501Z | Compiling tinystr v0.8.2 |
| 494 | 2026-03-26T03:50:22.672Z | Compiling icu_locale_core v2.1.1 |
| 495 | 2026-03-26T03:50:22.705Z | Compiling potential_utf v0.1.4 |
| 496 | 2026-03-26T03:50:22.871Z | Compiling icu_collections v2.1.1 |
| 497 | 2026-03-26T03:50:23.401Z | Compiling icu_provider v2.1.1 |
| 498 | 2026-03-26T03:50:23.594Z | Compiling tracing-core v0.1.36 |
| 499 | 2026-03-26T03:50:23.679Z | Compiling icu_properties v2.1.2 |
| 500 | 2026-03-26T03:50:23.692Z | Compiling icu_normalizer v2.1.1 |
| 501 | 2026-03-26T03:50:24.115Z | Compiling http-body v1.0.1 |
| 502 | 2026-03-26T03:50:24.201Z | Compiling regress v0.10.5 |
| 503 | 2026-03-26T03:50:24.265Z | Compiling semver v1.0.27 |
| 504 | 2026-03-26T03:50:24.291Z | Compiling generic-array v0.14.7 |
| 505 | 2026-03-26T03:50:24.531Z | Compiling untrusted v0.9.0 |
| 506 | 2026-03-26T03:50:24.742Z | Compiling idna_adapter v1.2.1 |
| 507 | 2026-03-26T03:50:24.826Z | Compiling tracing v0.1.44 |
| 508 | 2026-03-26T03:50:24.875Z | Compiling serde_tokenstream v0.2.3 |
| 509 | 2026-03-26T03:50:25.163Z | Compiling form_urlencoded v1.2.2 |
| 510 | 2026-03-26T03:50:25.166Z | Compiling slog v2.8.2 |
| 511 | 2026-03-26T03:50:25.348Z | Compiling proc-macro-error-attr v1.0.4 |
| 512 | 2026-03-26T03:50:25.405Z | Compiling rustls v0.23.37 |
| 513 | 2026-03-26T03:50:25.591Z | Compiling try-lock v0.2.5 |
| 514 | 2026-03-26T03:50:25.636Z | Compiling utf8_iter v1.0.4 |
| 515 | 2026-03-26T03:50:25.700Z | Compiling base64 v0.22.1 |
| 516 | 2026-03-26T03:50:25.848Z | Compiling typify-impl v0.4.3 |
| 517 | 2026-03-26T03:50:26.063Z | Compiling tower-service v0.3.3 |
| 518 | 2026-03-26T03:50:26.160Z | Compiling rustls-webpki v0.103.9 |
| 519 | 2026-03-26T03:50:26.336Z | Compiling idna v1.1.0 |
| 520 | 2026-03-26T03:50:26.525Z | Compiling want v0.3.1 |
| 521 | 2026-03-26T03:50:26.801Z | Compiling erased-serde v0.3.31 |
| 522 | 2026-03-26T03:50:27.133Z | Compiling proc-macro-error v1.0.4 |
| 523 | 2026-03-26T03:50:27.208Z | Compiling ryu v1.0.23 |
| 524 | 2026-03-26T03:50:27.268Z | Compiling pin-utils v0.1.0 |
| 525 | 2026-03-26T03:50:27.318Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 526 | 2026-03-26T03:50:27.341Z | Compiling subtle v2.6.1 |
| 527 | 2026-03-26T03:50:27.390Z | Compiling atomic-waker v1.1.2 |
| 528 | 2026-03-26T03:50:27.500Z | Compiling toml_edit v0.25.4+spec-1.1.0 |
| 529 | 2026-03-26T03:50:27.512Z | Compiling hyper v1.8.1 |
| 530 | 2026-03-26T03:50:28.167Z | Compiling ppv-lite86 v0.2.21 |
| 531 | 2026-03-26T03:50:28.318Z | Compiling url v2.5.8 |
| 532 | 2026-03-26T03:50:28.377Z | Compiling aho-corasick v1.1.4 |
| 533 | 2026-03-26T03:50:28.415Z | Compiling bitflags v2.11.0 |
| 534 | 2026-03-26T03:50:28.497Z | Compiling sync_wrapper v1.0.2 |
| 535 | 2026-03-26T03:50:28.604Z | Compiling getrandom v0.3.4 |
| 536 | 2026-03-26T03:50:28.641Z | Compiling tower-layer v0.3.3 |
| 537 | 2026-03-26T03:50:28.740Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 538 | 2026-03-26T03:50:28.798Z | Compiling ipnet v2.12.0 |
| 539 | 2026-03-26T03:50:28.959Z | Compiling tower v0.5.3 |
| 540 | 2026-03-26T03:50:29.163Z | Compiling hyper-util v0.1.20 |
| 541 | 2026-03-26T03:50:29.279Z | Compiling regex-automata v0.4.14 |
| 542 | 2026-03-26T03:50:29.339Z | Compiling proc-macro-crate v3.5.0 |
| 543 | 2026-03-26T03:50:29.776Z | Compiling crypto-common v0.1.7 |
| 544 | 2026-03-26T03:50:29.906Z | Compiling block-buffer v0.10.4 |
| 545 | 2026-03-26T03:50:30.049Z | Compiling webpki-roots v1.0.6 |
| 546 | 2026-03-26T03:50:30.167Z | Compiling tokio-rustls v0.26.4 |
| 547 | 2026-03-26T03:50:30.435Z | Compiling rand_core v0.6.4 |
| 548 | 2026-03-26T03:50:30.666Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 549 | 2026-03-26T03:50:30.700Z | Compiling iri-string v0.7.10 |
| 550 | 2026-03-26T03:50:30.887Z | Compiling cpufeatures v0.3.0 |
| 551 | 2026-03-26T03:50:31.318Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 552 | 2026-03-26T03:50:31.555Z | Compiling crossbeam-utils v0.8.21 |
| 553 | 2026-03-26T03:50:31.888Z | Compiling heck v0.4.1 |
| 554 | 2026-03-26T03:50:32.098Z | Compiling crucible-workspace-hack v0.1.0 |
| 555 | 2026-03-26T03:50:32.303Z | Compiling typify-macro v0.4.3 |
| 556 | 2026-03-26T03:50:32.426Z | Compiling tower-http v0.6.8 |
| 557 | 2026-03-26T03:50:32.870Z | Compiling regex v1.12.3 |
| 558 | 2026-03-26T03:50:33.073Z | Compiling rand_chacha v0.3.1 |
| 559 | 2026-03-26T03:50:33.293Z | Compiling hyper-rustls v0.27.7 |
| 560 | 2026-03-26T03:50:33.346Z | Compiling digest v0.10.7 |
| 561 | 2026-03-26T03:50:33.370Z | Compiling num_enum_derive v0.7.6 |
| 562 | 2026-03-26T03:50:33.541Z | Compiling serde_urlencoded v0.7.1 |
| 563 | 2026-03-26T03:50:33.611Z | Compiling tokio-util v0.7.18 |
| 564 | 2026-03-26T03:50:33.715Z | Compiling http-body-util v0.1.3 |
| 565 | 2026-03-26T03:50:33.796Z | Compiling openapiv3 v2.2.0 |
| 566 | 2026-03-26T03:50:33.959Z | Compiling foreign-types-macros v0.2.3 |
| 567 | 2026-03-26T03:50:34.088Z | Compiling hybrid-array v0.4.8 |
| 568 | 2026-03-26T03:50:34.405Z | Compiling typify v0.4.3 |
| 569 | 2026-03-26T03:50:34.488Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 570 | 2026-03-26T03:50:34.497Z | Compiling serde_spanned v1.0.4 |
| 571 | 2026-03-26T03:50:34.551Z | Compiling pkg-config v0.3.32 |
| 572 | 2026-03-26T03:50:34.562Z | Compiling anyhow v1.0.102 |
| 573 | 2026-03-26T03:50:34.616Z | Compiling prettyplease v0.2.37 |
| 574 | 2026-03-26T03:50:34.649Z | Compiling foreign-types-shared v0.3.1 |
| 575 | 2026-03-26T03:50:34.741Z | Compiling either v1.15.0 |
| 576 | 2026-03-26T03:50:34.791Z | Compiling unsafe-libyaml v0.2.11 |
| 577 | 2026-03-26T03:50:34.866Z | Compiling powerfmt v0.2.0 |
| 578 | 2026-03-26T03:50:34.894Z | Compiling utf8parse v0.2.2 |
| 579 | 2026-03-26T03:50:34.947Z | Compiling num-conv v0.2.0 |
| 580 | 2026-03-26T03:50:35.006Z | Compiling time-core v0.1.8 |
| 581 | 2026-03-26T03:50:35.015Z | Compiling cpufeatures v0.2.17 |
| 582 | 2026-03-26T03:50:35.061Z | Compiling lzma-sys v0.1.20 |
| 583 | 2026-03-26T03:50:35.071Z | Compiling deranged v0.5.8 |
| 584 | 2026-03-26T03:50:35.079Z | Compiling sha1 v0.10.6 |
| 585 | 2026-03-26T03:50:35.153Z | Compiling time-macros v0.2.27 |
| 586 | 2026-03-26T03:50:35.309Z | Compiling serde_yaml v0.9.34+deprecated |
| 587 | 2026-03-26T03:50:35.450Z | Compiling progenitor-impl v0.10.0 |
| 588 | 2026-03-26T03:50:35.459Z | Compiling anstyle-parse v1.0.0 |
| 589 | 2026-03-26T03:50:35.477Z | Compiling itertools v0.12.1 |
| 590 | 2026-03-26T03:50:35.920Z | Compiling foreign-types v0.5.0 |
| 591 | 2026-03-26T03:50:35.999Z | Compiling toml v0.9.12+spec-1.1.0 |
| 592 | 2026-03-26T03:50:36.192Z | Compiling num_enum v0.7.6 |
| 593 | 2026-03-26T03:50:36.311Z | Compiling reqwest v0.12.28 |
| 594 | 2026-03-26T03:50:36.358Z | Compiling rand_core v0.9.5 |
| 595 | 2026-03-26T03:50:36.581Z | Compiling rand v0.8.5 |
| 596 | 2026-03-26T03:50:36.807Z | Compiling chacha20 v0.10.0 |
| 597 | 2026-03-26T03:50:36.983Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 598 | 2026-03-26T03:50:37.080Z | Compiling arc-swap v1.8.2 |
| 599 | 2026-03-26T03:50:37.269Z | Compiling cstr-argument v0.1.2 |
| 600 | 2026-03-26T03:50:37.323Z | Compiling thread_local v1.1.9 |
| 601 | 2026-03-26T03:50:37.399Z | Compiling portable-atomic v1.13.1 |
| 602 | 2026-03-26T03:50:37.430Z | Compiling typeid v1.0.3 |
| 603 | 2026-03-26T03:50:37.515Z | Compiling byteorder v1.5.0 |
| 604 | 2026-03-26T03:50:37.601Z | Compiling anstyle v1.0.14 |
| 605 | 2026-03-26T03:50:37.612Z | Compiling pretty-hex v0.4.2 |
| 606 | 2026-03-26T03:50:37.737Z | Compiling utf-8 v0.7.6 |
| 607 | 2026-03-26T03:50:37.747Z | Compiling lazy_static v1.5.0 |
| 608 | 2026-03-26T03:50:37.756Z | Compiling slog-async v2.8.0 |
| 609 | 2026-03-26T03:50:37.826Z | Compiling unicode-width v0.2.2 |
| 610 | 2026-03-26T03:50:37.848Z | Compiling colorchoice v1.0.5 |
| 611 | 2026-03-26T03:50:37.866Z | Compiling data-encoding v2.10.0 |
| 612 | 2026-03-26T03:50:37.915Z | Compiling anstyle-query v1.1.5 |
| 613 | 2026-03-26T03:50:37.961Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747) |
| 614 | 2026-03-26T03:50:38.024Z | Compiling is_terminal_polyfill v1.70.2 |
| 615 | 2026-03-26T03:50:38.099Z | Compiling anstream v1.0.0 |
| 616 | 2026-03-26T03:50:38.118Z | Compiling slog-scope v4.4.1 |
| 617 | 2026-03-26T03:50:38.151Z | Compiling tungstenite v0.21.0 |
| 618 | 2026-03-26T03:50:38.247Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 619 | 2026-03-26T03:50:38.384Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 620 | 2026-03-26T03:50:38.425Z | Compiling progenitor-client v0.10.0 |
| 621 | 2026-03-26T03:50:38.448Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 622 | 2026-03-26T03:50:38.502Z | Compiling crossbeam-channel v0.5.15 |
| 623 | 2026-03-26T03:50:38.707Z | Compiling rand v0.10.0 |
| 624 | 2026-03-26T03:50:38.717Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 625 | 2026-03-26T03:50:38.725Z | Compiling cargo_toml v0.22.3 |
| 626 | 2026-03-26T03:50:39.003Z | Compiling rand_chacha v0.9.0 |
| 627 | 2026-03-26T03:50:39.095Z | Compiling time v0.3.47 |
| 628 | 2026-03-26T03:50:39.163Z | Compiling progenitor-macro v0.10.0 |
| 629 | 2026-03-26T03:50:39.548Z | Compiling block-buffer v0.12.0 |
| 630 | 2026-03-26T03:50:39.709Z | Compiling crypto-common v0.2.1 |
| 631 | 2026-03-26T03:50:39.791Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 632 | 2026-03-26T03:50:39.869Z | Compiling futures-executor v0.3.32 |
| 633 | 2026-03-26T03:50:39.903Z | Compiling is-terminal v0.4.17 |
| 634 | 2026-03-26T03:50:39.999Z | Compiling oxnet v0.1.4 |
| 635 | 2026-03-26T03:50:40.094Z | Compiling colored v3.1.1 |
| 636 | 2026-03-26T03:50:40.153Z | Compiling term v1.2.1 |
| 637 | 2026-03-26T03:50:40.180Z | Compiling const-oid v0.10.2 |
| 638 | 2026-03-26T03:50:40.264Z | Compiling take_mut v0.2.2 |
| 639 | 2026-03-26T03:50:40.377Z | Compiling camino v1.2.2 |
| 640 | 2026-03-26T03:50:40.395Z | Compiling strsim v0.11.1 |
| 641 | 2026-03-26T03:50:40.493Z | Compiling clap_lex v1.1.0 |
| 642 | 2026-03-26T03:50:40.744Z | Compiling clap_builder v4.6.0 |
| 643 | 2026-03-26T03:50:40.761Z | Compiling slog-term v2.9.2 |
| 644 | 2026-03-26T03:50:40.819Z | Compiling digest v0.11.2 |
| 645 | 2026-03-26T03:50:40.988Z | Compiling futures v0.3.32 |
| 646 | 2026-03-26T03:50:40.998Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 647 | 2026-03-26T03:50:41.069Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 648 | 2026-03-26T03:50:41.430Z | Compiling rand v0.9.2 |
| 649 | 2026-03-26T03:50:41.517Z | Compiling tokio-tungstenite v0.21.0 |
| 650 | 2026-03-26T03:50:41.952Z | Compiling slog-stdlog v4.1.1 |
| 651 | 2026-03-26T03:50:42.132Z | Compiling console v0.16.3 |
| 652 | 2026-03-26T03:50:42.169Z | Compiling zone_cfg_derive v0.3.1 |
| 653 | 2026-03-26T03:50:42.521Z | Compiling clap_derive v4.6.0 |
| 654 | 2026-03-26T03:50:42.532Z | Compiling async-trait v0.1.89 |
| 655 | 2026-03-26T03:50:42.936Z | Compiling unit-prefix v0.5.2 |
| 656 | 2026-03-26T03:50:43.087Z | Compiling base64 v0.21.7 |
| 657 | 2026-03-26T03:50:43.175Z | Compiling indicatif v0.18.4 |
| 658 | 2026-03-26T03:50:43.277Z | Compiling zone v0.3.1 |
| 659 | 2026-03-26T03:50:43.433Z | Compiling slog-envlogger v2.2.0 |
| 660 | 2026-03-26T03:50:43.536Z | Compiling ron v0.12.0 |
| 661 | 2026-03-26T03:50:43.846Z | Compiling xz2 v0.1.7 |
| 662 | 2026-03-26T03:50:43.957Z | Compiling sha2 v0.11.0 |
| 663 | 2026-03-26T03:50:44.207Z | Compiling tabwriter v1.4.1 |
| 664 | 2026-03-26T03:50:44.283Z | Compiling clap v4.6.0 |
| 665 | 2026-03-26T03:50:44.366Z | Compiling smf v0.2.3 |
| 666 | 2026-03-26T03:50:44.452Z | Compiling base16ct v1.0.0 |
| 667 | 2026-03-26T03:50:44.517Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 668 | 2026-03-26T03:50:44.596Z | Compiling progenitor v0.10.0 |
| 669 | 2026-03-26T03:50:44.712Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 670 | 2026-03-26T03:50:45.115Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 671 | 2026-03-26T03:50:45.411Z | Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 672 | 2026-03-26T03:50:46.876Z | error[E0277]: the trait bound `sha2::Sha256: std::io::Write` is not satisfied |
| 673 | 2026-03-26T03:50:46.877Z | --> lib/src/ovmf.rs:44:25 |
| 674 | 2026-03-26T03:50:46.877Z | | |
| 675 | 2026-03-26T03:50:46.877Z | 44 | io::copy(&mut file, &mut hasher)?; |
| 676 | 2026-03-26T03:50:46.877Z | | -------- ^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `sha2::Sha256` |
| 677 | 2026-03-26T03:50:46.877Z | | | |
| 678 | 2026-03-26T03:50:46.877Z | | required by a bound introduced by this call |
| 679 | 2026-03-26T03:50:46.877Z | | |
| 680 | 2026-03-26T03:50:46.877Z | note: required by a bound in `std::io::copy` |
| 681 | 2026-03-26T03:50:46.877Z | --> /rustc/ded5c06cf21d2b93bffd5d884aa6e96934ee4234/library/std/src/io/copy.rs:61:1 |
| 682 | 2026-03-26T03:50:46.877Z | |
| 683 | 2026-03-26T03:50:46.883Z | error[E0277]: the trait bound `sha2::Sha256: std::io::Write` is not satisfied |
| 684 | 2026-03-26T03:50:46.883Z | --> lib/src/propolis.rs:47:25 |
| 685 | 2026-03-26T03:50:46.883Z | | |
| 686 | 2026-03-26T03:50:46.883Z | 47 | io::copy(&mut file, &mut hasher)?; |
| 687 | 2026-03-26T03:50:46.883Z | | -------- ^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `sha2::Sha256` |
| 688 | 2026-03-26T03:50:46.883Z | | | |
| 689 | 2026-03-26T03:50:46.883Z | | required by a bound introduced by this call |
| 690 | 2026-03-26T03:50:46.883Z | | |
| 691 | 2026-03-26T03:50:46.883Z | note: required by a bound in `std::io::copy` |
| 692 | 2026-03-26T03:50:46.883Z | --> /rustc/ded5c06cf21d2b93bffd5d884aa6e96934ee4234/library/std/src/io/copy.rs:61:1 |
| 693 | 2026-03-26T03:50:46.883Z | |
| 694 | 2026-03-26T03:50:47.408Z | For more information about this error, try `rustc --explain E0277`. |
| 695 | 2026-03-26T03:50:47.454Z | error: could not compile `libfalcon` (lib) due to 2 previous errors |
| 696 | 2026-03-26T03:50:47.614Z | |
| 697 | 2026-03-26T03:50:47.614Z | real 40.805186885 |
| 698 | 2026-03-26T03:50:47.614Z | user 3:14.715697849 |
| 699 | 2026-03-26T03:50:47.614Z | sys 37.650685119 |
| 700 | 2026-03-26T03:50:47.614Z | trap 0.146968441 |
| 701 | 2026-03-26T03:50:47.614Z | tflt 0.374993153 |
| 702 | 2026-03-26T03:50:47.614Z | dflt 0.296066342 |
| 703 | 2026-03-26T03:50:47.614Z | kflt 0.013770051 |
| 704 | 2026-03-26T03:50:47.614Z | lock 8:13.023456103 |
| 705 | 2026-03-26T03:50:47.614Z | slp 13:37.590843678 |
| 706 | 2026-03-26T03:50:47.614Z | lat 14.552394638 |
| 707 | 2026-03-26T03:50:47.614Z | stop 36.651245306 |
| 708 | 2026-03-26T03:50:47.617Z | process exited: duration 55717 ms, exit code 101 |
| |
| 709 | 2026-03-26T03:50:47.624Z | found 0 output files |