|
|
|
| 1 | 2026-07-30T03:57:49.679Z | job assigned to worker 01KYRJPDG59261KWDHQZM8NT6J [factory aws, i-05368d54c1ad50342] (queued for 48 s) |
| |
| 2 | 2026-07-30T03:57:56.135Z | starting task 0: "setup" |
| 3 | 2026-07-30T03:57:56.142Z | ++ uname -s |
| 4 | 2026-07-30T03:57:56.145Z | + kern=SunOS |
| 5 | 2026-07-30T03:57:56.145Z | + build_user=build |
| 6 | 2026-07-30T03:57:56.145Z | + build_uid=12345 |
| 7 | 2026-07-30T03:57:56.145Z | + work_dir=/work |
| 8 | 2026-07-30T03:57:56.145Z | + input_dir=/input |
| 9 | 2026-07-30T03:57:56.145Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-30T03:57:56.145Z | + case "$kern" in |
| 11 | 2026-07-30T03:57:56.145Z | + groupadd -g 12345 build |
| 12 | 2026-07-30T03:57:56.148Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-30T03:57:58.152Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-30T03:57:58.215Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-30T03:57:58.218Z | + home_fs=zfs |
| 16 | 2026-07-30T03:57:58.219Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-30T03:57:58.219Z | + mkdir -p /home/build |
| 18 | 2026-07-30T03:57:58.219Z | + chown build:build /home/build /work |
| 19 | 2026-07-30T03:58:00.272Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-30T03:58:00.277Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-07-30T03:58:00.285Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-30T03:58:00.289Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-07-30T03:58:00.289Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-30T03:58:00.289Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-30T03:58:00.289Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-30T03:58:00.289Z | * rust toolchain channel = "stable" |
| 27 | 2026-07-30T03:58:00.289Z | * rust toolchain profile = "default" |
| 28 | 2026-07-30T03:58:00.292Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-30T03:58:00.292Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-07-30T03:58:00.417Z | info: downloading installer |
| 31 | 2026-07-30T03:58:01.883Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-30T03:58:01.883Z | warn: /opt/ooce/bin |
| 33 | 2026-07-30T03:58:01.883Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-30T03:58:01.883Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-30T03:58:01.883Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-30T03:58:01.883Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-30T03:58:01.883Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-30T03:58:01.883Z | error: cannot install while Rust is installed |
| 39 | 2026-07-30T03:58:01.883Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-30T03:58:01.883Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-30T03:58:01.883Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-30T03:58:01.883Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-30T03:58:01.883Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-30T03:58:01.897Z | info: profile set to default |
| 45 | 2026-07-30T03:58:01.897Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-30T03:58:01.900Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-07-30T03:58:02.042Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 48 | 2026-07-30T03:58:02.045Z | info: downloading 6 components |
| 49 | 2026-07-30T03:58:17.513Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-07-30T03:58:17.513Z | |
| 51 | 2026-07-30T03:58:17.540Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 52 | 2026-07-30T03:58:17.540Z | |
| 53 | 2026-07-30T03:58:17.540Z | |
| 54 | 2026-07-30T03:58:17.540Z | Rust is installed now. Great! |
| 55 | 2026-07-30T03:58:17.540Z | |
| 56 | 2026-07-30T03:58:17.540Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-30T03:58:17.540Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-30T03:58:17.540Z | |
| 59 | 2026-07-30T03:58:17.540Z | To configure your current shell, you need to source |
| 60 | 2026-07-30T03:58:17.540Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-30T03:58:17.540Z | |
| 62 | 2026-07-30T03:58:17.540Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-30T03:58:17.540Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-30T03:58:17.540Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-30T03:58:17.540Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-30T03:58:17.540Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-30T03:58:17.540Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-30T03:58:17.540Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-30T03:58:17.543Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-30T03:58:17.543Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-30T03:58:18.044Z | + rustup --version |
| 72 | 2026-07-30T03:58:18.054Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-30T03:58:18.054Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-30T03:58:18.054Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 75 | 2026-07-30T03:58:18.054Z | + cargo --version |
| 76 | 2026-07-30T03:58:18.054Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 77 | 2026-07-30T03:58:18.054Z | + rustc --version |
| 78 | 2026-07-30T03:58:18.054Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 79 | 2026-07-30T03:58:18.054Z | process exited: duration 17413 ms, exit code 0 |
| |
| 80 | 2026-07-30T03:58:18.065Z | starting task 2: "authentication" |
| 81 | 2026-07-30T03:58:18.082Z | process exited: duration 17 ms, exit code 0 |
| |
| 82 | 2026-07-30T03:58:18.090Z | starting task 3: "clone repository" |
| 83 | 2026-07-30T03:58:18.093Z | + mkdir -p /work/oxidecomputer/falcon |
| 84 | 2026-07-30T03:58:18.098Z | + git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon |
| 85 | 2026-07-30T03:58:18.126Z | Cloning into '/work/oxidecomputer/falcon'... |
| 86 | 2026-07-30T03:58:19.310Z | + cd /work/oxidecomputer/falcon |
| 87 | 2026-07-30T03:58:19.311Z | + git fetch origin dd5af36d650582043e5aaa8fd961a72c39f19b3e |
| 88 | 2026-07-30T03:58:19.655Z | From https://github.com/oxidecomputer/falcon |
| 89 | 2026-07-30T03:58:19.655Z | * branch dd5af36d650582043e5aaa8fd961a72c39f19b3e -> FETCH_HEAD |
| 90 | 2026-07-30T03:58:19.660Z | + [[ -n renovate/propolis-client-digest ]] |
| 91 | 2026-07-30T03:58:19.663Z | ++ git branch --show-current |
| 92 | 2026-07-30T03:58:19.663Z | + current=main |
| 93 | 2026-07-30T03:58:19.663Z | + [[ main != renovate/propolis-client-digest ]] |
| 94 | 2026-07-30T03:58:19.663Z | + git branch -f renovate/propolis-client-digest dd5af36d650582043e5aaa8fd961a72c39f19b3e |
| 95 | 2026-07-30T03:58:19.667Z | + git checkout -f renovate/propolis-client-digest |
| 96 | 2026-07-30T03:58:19.732Z | Switched to branch 'renovate/propolis-client-digest' |
| 97 | 2026-07-30T03:58:19.735Z | + git reset --hard dd5af36d650582043e5aaa8fd961a72c39f19b3e |
| 98 | 2026-07-30T03:58:19.738Z | HEAD is now at dd5af36 Update propolis-client digest to 046f743 |
| 99 | 2026-07-30T03:58:19.738Z | process exited: duration 1647 ms, exit code 0 |
| |
| 100 | 2026-07-30T03:58:19.744Z | starting task 4: "build" |
| 101 | 2026-07-30T03:58:19.751Z | + cargo --version |
| 102 | 2026-07-30T03:58:19.754Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 103 | 2026-07-30T03:58:19.924Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 104 | 2026-07-30T03:58:19.928Z | info: downloading 6 components |
| 105 | 2026-07-30T03:58:37.429Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 106 | 2026-07-30T03:58:37.432Z | + rustc --version |
| 107 | 2026-07-30T03:58:37.462Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 108 | 2026-07-30T03:58:37.466Z | + banner build |
| 109 | 2026-07-30T03:58:37.469Z | |
| 110 | 2026-07-30T03:58:37.469Z | ##### # # # # ##### |
| 111 | 2026-07-30T03:58:37.469Z | # # # # # # # # |
| 112 | 2026-07-30T03:58:37.469Z | ##### # # # # # # |
| 113 | 2026-07-30T03:58:37.469Z | # # # # # # # # |
| 114 | 2026-07-30T03:58:37.469Z | # # # # # # # # |
| 115 | 2026-07-30T03:58:37.469Z | ##### #### # ###### ##### |
| 116 | 2026-07-30T03:58:37.469Z | |
| 117 | 2026-07-30T03:58:37.469Z | + ptime -m cargo build --all |
| 118 | 2026-07-30T03:58:37.553Z | Updating crates.io index |
| 119 | 2026-07-30T03:58:37.556Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 120 | 2026-07-30T03:58:37.908Z | From https://github.com/oxidecomputer/netadm-sys |
| 121 | 2026-07-30T03:58:37.908Z | * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9 |
| 122 | 2026-07-30T03:58:37.916Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 123 | 2026-07-30T03:58:38.716Z | From https://github.com/oxidecomputer/propolis |
| 124 | 2026-07-30T03:58:38.716Z | * [new ref] 046f74302e2ea09a75b0a6810645d42c7df6644a -> refs/commit/046f74302e2ea09a75b0a6810645d42c7df6644a |
| 125 | 2026-07-30T03:58:38.764Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-07-30T03:58:39.020Z | From https://github.com/oxidecomputer/zone |
| 127 | 2026-07-30T03:58:39.020Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 128 | 2026-07-30T03:58:39.026Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 129 | 2026-07-30T03:58:39.276Z | From https://github.com/oxidecomputer/dlpi-sys |
| 130 | 2026-07-30T03:58:39.277Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 131 | 2026-07-30T03:58:39.333Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 132 | 2026-07-30T03:58:39.554Z | From https://github.com/jmesmon/rust-libzfs |
| 133 | 2026-07-30T03:58:39.554Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 134 | 2026-07-30T03:58:39.562Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 135 | 2026-07-30T03:58:39.827Z | From https://github.com/oxidecomputer/rusty-doors |
| 136 | 2026-07-30T03:58:39.827Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 137 | 2026-07-30T03:58:39.833Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 138 | 2026-07-30T03:58:41.127Z | From https://github.com/oxidecomputer/crucible |
| 139 | 2026-07-30T03:58:41.127Z | * [new ref] ad8a31742adc45e925e63443a5b43c8e30604022 -> refs/commit/ad8a31742adc45e925e63443a5b43c8e30604022 |
| 140 | 2026-07-30T03:58:43.054Z | Downloading crates ... |
| 141 | 2026-07-30T03:58:43.114Z | Downloaded cfg-if v1.0.4 |
| 142 | 2026-07-30T03:58:43.122Z | Downloaded cstr-argument v0.1.2 |
| 143 | 2026-07-30T03:58:43.125Z | Downloaded foreign-types v0.5.0 |
| 144 | 2026-07-30T03:58:43.125Z | Downloaded bitflags v2.13.0 |
| 145 | 2026-07-30T03:58:43.133Z | Downloaded futures-io v0.3.32 |
| 146 | 2026-07-30T03:58:43.136Z | Downloaded iana-time-zone v0.1.65 |
| 147 | 2026-07-30T03:58:43.147Z | Downloaded percent-encoding v2.3.2 |
| 148 | 2026-07-30T03:58:43.150Z | Downloaded itoa v1.0.18 |
| 149 | 2026-07-30T03:58:43.153Z | Downloaded icu_properties_data v2.2.0 |
| 150 | 2026-07-30T03:58:43.156Z | Downloaded proc-macro-error-attr v1.0.4 |
| 151 | 2026-07-30T03:58:43.159Z | Downloaded icu_normalizer v2.2.0 |
| 152 | 2026-07-30T03:58:43.159Z | Downloaded futures-channel v0.3.32 |
| 153 | 2026-07-30T03:58:43.163Z | Downloaded powerfmt v0.2.0 |
| 154 | 2026-07-30T03:58:43.166Z | Downloaded tabwriter v1.4.1 |
| 155 | 2026-07-30T03:58:43.166Z | Downloaded serde_urlencoded v0.7.1 |
| 156 | 2026-07-30T03:58:43.176Z | Downloaded equivalent v1.0.2 |
| 157 | 2026-07-30T03:58:43.179Z | Downloaded block-buffer v0.10.4 |
| 158 | 2026-07-30T03:58:43.184Z | Downloaded openssl-probe v0.2.1 |
| 159 | 2026-07-30T03:58:43.188Z | Downloaded lazy_static v1.5.0 |
| 160 | 2026-07-30T03:58:43.192Z | Downloaded anstyle-query v1.1.5 |
| 161 | 2026-07-30T03:58:43.196Z | Downloaded lru-slab v0.1.2 |
| 162 | 2026-07-30T03:58:43.196Z | Downloaded aho-corasick v1.1.4 |
| 163 | 2026-07-30T03:58:43.199Z | Downloaded atomic-waker v1.1.2 |
| 164 | 2026-07-30T03:58:43.202Z | Downloaded potential_utf v0.1.5 |
| 165 | 2026-07-30T03:58:43.205Z | Downloaded base16ct v1.0.0 |
| 166 | 2026-07-30T03:58:43.208Z | Downloaded crucible-workspace-hack v0.1.0 |
| 167 | 2026-07-30T03:58:43.212Z | Downloaded scopeguard v1.2.0 |
| 168 | 2026-07-30T03:58:43.212Z | Downloaded dyn-clone v1.0.20 |
| 169 | 2026-07-30T03:58:43.215Z | Downloaded displaydoc v0.2.6 |
| 170 | 2026-07-30T03:58:43.216Z | Downloaded data-encoding v2.11.0 |
| 171 | 2026-07-30T03:58:43.216Z | Downloaded slog-stdlog v4.1.1 |
| 172 | 2026-07-30T03:58:43.219Z | Downloaded progenitor-client v0.14.0 |
| 173 | 2026-07-30T03:58:43.219Z | Downloaded num_enum_derive v0.7.6 |
| 174 | 2026-07-30T03:58:43.219Z | Downloaded byteorder v1.5.0 |
| 175 | 2026-07-30T03:58:43.222Z | Downloaded rand_core v0.6.4 |
| 176 | 2026-07-30T03:58:43.222Z | Downloaded futures-macro v0.3.32 |
| 177 | 2026-07-30T03:58:43.225Z | Downloaded clap_lex v1.1.0 |
| 178 | 2026-07-30T03:58:43.226Z | Downloaded is-terminal v0.4.17 |
| 179 | 2026-07-30T03:58:43.226Z | Downloaded crypto-common v0.1.7 |
| 180 | 2026-07-30T03:58:43.229Z | Downloaded heck v0.5.0 |
| 181 | 2026-07-30T03:58:43.229Z | Downloaded errno v0.3.14 |
| 182 | 2026-07-30T03:58:43.233Z | Downloaded cfg_aliases v0.2.1 |
| 183 | 2026-07-30T03:58:43.233Z | Downloaded rand_chacha v0.3.1 |
| 184 | 2026-07-30T03:58:43.233Z | Downloaded foreign-types-shared v0.3.1 |
| 185 | 2026-07-30T03:58:43.237Z | Downloaded progenitor-macro v0.14.0 |
| 186 | 2026-07-30T03:58:43.237Z | Downloaded stable_deref_trait v1.2.1 |
| 187 | 2026-07-30T03:58:43.240Z | Downloaded cpufeatures v0.2.17 |
| 188 | 2026-07-30T03:58:43.240Z | Downloaded num-conv v0.2.2 |
| 189 | 2026-07-30T03:58:43.243Z | Downloaded anstyle v1.0.14 |
| 190 | 2026-07-30T03:58:43.243Z | Downloaded cmake v0.1.58 |
| 191 | 2026-07-30T03:58:43.243Z | Downloaded colorchoice v1.0.5 |
| 192 | 2026-07-30T03:58:43.248Z | Downloaded slab v0.4.12 |
| 193 | 2026-07-30T03:58:43.251Z | Downloaded is_terminal_polyfill v1.70.2 |
| 194 | 2026-07-30T03:58:43.251Z | Downloaded pin-project-lite v0.2.17 |
| 195 | 2026-07-30T03:58:43.254Z | Downloaded rand_core v0.10.1 |
| 196 | 2026-07-30T03:58:43.257Z | Downloaded once_cell v1.21.4 |
| 197 | 2026-07-30T03:58:43.257Z | Downloaded dunce v1.0.5 |
| 198 | 2026-07-30T03:58:43.260Z | Downloaded jobserver v0.1.35 |
| 199 | 2026-07-30T03:58:43.260Z | Downloaded console v0.16.3 |
| 200 | 2026-07-30T03:58:43.263Z | Downloaded sync_wrapper v1.0.2 |
| 201 | 2026-07-30T03:58:43.263Z | Downloaded base64 v0.21.7 |
| 202 | 2026-07-30T03:58:43.266Z | Downloaded foreign-types-macros v0.2.3 |
| 203 | 2026-07-30T03:58:43.269Z | Downloaded sha1 v0.10.6 |
| 204 | 2026-07-30T03:58:43.272Z | Downloaded take_mut v0.2.2 |
| 205 | 2026-07-30T03:58:43.273Z | Downloaded futures-core v0.3.32 |
| 206 | 2026-07-30T03:58:43.276Z | Downloaded idna_adapter v1.2.2 |
| 207 | 2026-07-30T03:58:43.276Z | Downloaded serde_spanned v1.1.1 |
| 208 | 2026-07-30T03:58:43.276Z | Downloaded pretty-hex v0.4.2 |
| 209 | 2026-07-30T03:58:43.279Z | Downloaded cpufeatures v0.3.0 |
| 210 | 2026-07-30T03:58:43.279Z | Downloaded subtle v2.6.1 |
| 211 | 2026-07-30T03:58:43.282Z | Downloaded rustc-hash v2.1.2 |
| 212 | 2026-07-30T03:58:43.282Z | Downloaded http-body v1.0.1 |
| 213 | 2026-07-30T03:58:43.282Z | Downloaded generic-array v0.14.7 |
| 214 | 2026-07-30T03:58:43.288Z | Downloaded heck v0.4.1 |
| 215 | 2026-07-30T03:58:43.294Z | Downloaded strsim v0.11.1 |
| 216 | 2026-07-30T03:58:43.296Z | Downloaded futures-task v0.3.32 |
| 217 | 2026-07-30T03:58:43.300Z | Downloaded tinyvec_macros v0.1.1 |
| 218 | 2026-07-30T03:58:43.303Z | Downloaded smf v0.2.3 |
| 219 | 2026-07-30T03:58:43.303Z | Downloaded pkg-config v0.3.33 |
| 220 | 2026-07-30T03:58:43.306Z | Downloaded rand_core v0.9.5 |
| 221 | 2026-07-30T03:58:43.306Z | Downloaded hyper-rustls v0.27.9 |
| 222 | 2026-07-30T03:58:43.309Z | Downloaded rand_chacha v0.9.0 |
| 223 | 2026-07-30T03:58:43.309Z | Downloaded proc-macro-error v1.0.4 |
| 224 | 2026-07-30T03:58:43.312Z | Downloaded serde_tokenstream v0.2.3 |
| 225 | 2026-07-30T03:58:43.312Z | Downloaded quote v1.0.45 |
| 226 | 2026-07-30T03:58:43.315Z | Downloaded digest v0.10.7 |
| 227 | 2026-07-30T03:58:43.315Z | Downloaded lock_api v0.4.14 |
| 228 | 2026-07-30T03:58:43.315Z | Downloaded ppv-lite86 v0.2.21 |
| 229 | 2026-07-30T03:58:43.319Z | Downloaded tokio-macros v2.7.0 |
| 230 | 2026-07-30T03:58:43.319Z | Downloaded time-core v0.1.8 |
| 231 | 2026-07-30T03:58:43.319Z | Downloaded parking_lot_core v0.9.12 |
| 232 | 2026-07-30T03:58:43.386Z | Downloaded serde_derive_internals v0.29.1 |
| 233 | 2026-07-30T03:58:43.386Z | Downloaded proc-macro-crate v3.5.0 |
| 234 | 2026-07-30T03:58:43.386Z | Downloaded num_enum v0.7.6 |
| 235 | 2026-07-30T03:58:43.390Z | Downloaded chacha20 v0.10.0 |
| 236 | 2026-07-30T03:58:43.390Z | Downloaded futures-sink v0.3.32 |
| 237 | 2026-07-30T03:58:43.390Z | Downloaded form_urlencoded v1.2.2 |
| 238 | 2026-07-30T03:58:43.390Z | Downloaded slog-scope v4.4.1 |
| 239 | 2026-07-30T03:58:43.390Z | Downloaded log v0.4.32 |
| 240 | 2026-07-30T03:58:43.390Z | Downloaded synstructure v0.13.2 |
| 241 | 2026-07-30T03:58:43.390Z | Downloaded slog-async v2.8.0 |
| 242 | 2026-07-30T03:58:43.390Z | Downloaded rustversion v1.0.22 |
| 243 | 2026-07-30T03:58:43.390Z | Downloaded parking_lot v0.12.5 |
| 244 | 2026-07-30T03:58:43.391Z | Downloaded either v1.16.0 |
| 245 | 2026-07-30T03:58:43.391Z | Downloaded litemap v0.8.2 |
| 246 | 2026-07-30T03:58:43.391Z | Downloaded deranged v0.5.8 |
| 247 | 2026-07-30T03:58:43.391Z | Downloaded try-lock v0.2.5 |
| 248 | 2026-07-30T03:58:43.391Z | Downloaded typeid v1.0.3 |
| 249 | 2026-07-30T03:58:43.391Z | Downloaded tower-layer v0.3.3 |
| 250 | 2026-07-30T03:58:43.391Z | Downloaded shlex v2.0.1 |
| 251 | 2026-07-30T03:58:43.391Z | Downloaded sha2 v0.10.9 |
| 252 | 2026-07-30T03:58:43.391Z | Downloaded clap_derive v4.6.1 |
| 253 | 2026-07-30T03:58:43.391Z | Downloaded rustls-native-certs v0.8.4 |
| 254 | 2026-07-30T03:58:43.391Z | Downloaded slog-envlogger v2.2.0 |
| 255 | 2026-07-30T03:58:43.391Z | Downloaded tower-service v0.3.3 |
| 256 | 2026-07-30T03:58:43.391Z | Downloaded signal-hook-registry v1.4.8 |
| 257 | 2026-07-30T03:58:43.391Z | Downloaded schemars_derive v0.8.22 |
| 258 | 2026-07-30T03:58:43.391Z | Downloaded typify-macro v0.6.2 |
| 259 | 2026-07-30T03:58:43.391Z | Downloaded thread_local v1.1.9 |
| 260 | 2026-07-30T03:58:43.391Z | Downloaded unit-prefix v0.5.2 |
| 261 | 2026-07-30T03:58:43.391Z | Downloaded slog-term v2.9.2 |
| 262 | 2026-07-30T03:58:43.391Z | Downloaded untrusted v0.9.0 |
| 263 | 2026-07-30T03:58:43.391Z | Downloaded utf8_iter v1.0.4 |
| 264 | 2026-07-30T03:58:43.391Z | Downloaded utf-8 v0.7.6 |
| 265 | 2026-07-30T03:58:43.391Z | Downloaded async-trait v0.1.89 |
| 266 | 2026-07-30T03:58:43.391Z | Downloaded find-msvc-tools v0.1.9 |
| 267 | 2026-07-30T03:58:43.391Z | Downloaded quinn-udp v0.5.14 |
| 268 | 2026-07-30T03:58:43.391Z | Downloaded autocfg v1.5.1 |
| 269 | 2026-07-30T03:58:43.391Z | Downloaded foldhash v0.2.0 |
| 270 | 2026-07-30T03:58:43.395Z | Downloaded oxnet v0.1.6 |
| 271 | 2026-07-30T03:58:43.395Z | Downloaded thiserror-impl v1.0.69 |
| 272 | 2026-07-30T03:58:43.395Z | Downloaded thiserror v2.0.18 |
| 273 | 2026-07-30T03:58:43.398Z | Downloaded zerofrom v0.1.8 |
| 274 | 2026-07-30T03:58:43.398Z | Downloaded version_check v0.9.5 |
| 275 | 2026-07-30T03:58:43.398Z | Downloaded want v0.3.1 |
| 276 | 2026-07-30T03:58:43.402Z | Downloaded utf8parse v0.2.2 |
| 277 | 2026-07-30T03:58:43.405Z | Downloaded yoke-derive v0.8.2 |
| 278 | 2026-07-30T03:58:43.406Z | Downloaded zerofrom-derive v0.1.7 |
| 279 | 2026-07-30T03:58:43.413Z | Downloaded crossbeam-utils v0.8.21 |
| 280 | 2026-07-30T03:58:43.417Z | Downloaded thiserror v1.0.69 |
| 281 | 2026-07-30T03:58:43.422Z | Downloaded fs_extra v1.3.0 |
| 282 | 2026-07-30T03:58:43.422Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 283 | 2026-07-30T03:58:43.422Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 284 | 2026-07-30T03:58:43.422Z | Downloaded ipnet v2.12.0 |
| 285 | 2026-07-30T03:58:43.426Z | Downloaded thiserror-impl v2.0.18 |
| 286 | 2026-07-30T03:58:43.426Z | Downloaded futures-executor v0.3.32 |
| 287 | 2026-07-30T03:58:43.432Z | Downloaded cargo_toml v0.22.3 |
| 288 | 2026-07-30T03:58:43.435Z | Downloaded camino v1.2.3 |
| 289 | 2026-07-30T03:58:43.435Z | Downloaded zone_cfg_derive v0.3.1 |
| 290 | 2026-07-30T03:58:43.435Z | Downloaded zone v0.3.1 |
| 291 | 2026-07-30T03:58:43.438Z | Downloaded colored v3.1.1 |
| 292 | 2026-07-30T03:58:43.438Z | Downloaded anstyle-parse v1.0.0 |
| 293 | 2026-07-30T03:58:43.438Z | Downloaded base64 v0.22.1 |
| 294 | 2026-07-30T03:58:43.442Z | Downloaded anstream v1.0.0 |
| 295 | 2026-07-30T03:58:43.442Z | Downloaded rustls-pki-types v1.14.1 |
| 296 | 2026-07-30T03:58:43.445Z | Downloaded getrandom v0.3.4 |
| 297 | 2026-07-30T03:58:43.445Z | Downloaded futures v0.3.32 |
| 298 | 2026-07-30T03:58:43.448Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 299 | 2026-07-30T03:58:43.451Z | Downloaded tokio-tungstenite v0.21.0 |
| 300 | 2026-07-30T03:58:43.454Z | Downloaded smallvec v1.15.1 |
| 301 | 2026-07-30T03:58:43.457Z | Downloaded progenitor v0.14.0 |
| 302 | 2026-07-30T03:58:43.457Z | Downloaded num-traits v0.2.19 |
| 303 | 2026-07-30T03:58:43.461Z | Downloaded rustls-platform-verifier v0.7.0 |
| 304 | 2026-07-30T03:58:43.464Z | Downloaded httparse v1.10.1 |
| 305 | 2026-07-30T03:58:43.467Z | Downloaded erased-serde v0.3.31 |
| 306 | 2026-07-30T03:58:43.470Z | Downloaded getrandom v0.2.17 |
| 307 | 2026-07-30T03:58:43.473Z | Downloaded serde_core v1.0.228 |
| 308 | 2026-07-30T03:58:43.473Z | Downloaded semver v1.0.28 |
| 309 | 2026-07-30T03:58:43.476Z | Downloaded schemars v0.8.22 |
| 310 | 2026-07-30T03:58:43.480Z | Downloaded writeable v0.6.3 |
| 311 | 2026-07-30T03:58:43.484Z | Downloaded allocator-api2 v0.2.21 |
| 312 | 2026-07-30T03:58:43.484Z | Downloaded socket2 v0.6.4 |
| 313 | 2026-07-30T03:58:43.487Z | Downloaded http-body-util v0.1.3 |
| 314 | 2026-07-30T03:58:43.487Z | Downloaded zerovec-derive v0.11.3 |
| 315 | 2026-07-30T03:58:43.487Z | Downloaded zeroize v1.8.2 |
| 316 | 2026-07-30T03:58:43.493Z | Downloaded time-macros v0.2.27 |
| 317 | 2026-07-30T03:58:43.496Z | Downloaded progenitor-impl v0.14.0 |
| 318 | 2026-07-30T03:58:43.499Z | Downloaded icu_properties v2.2.0 |
| 319 | 2026-07-30T03:58:43.504Z | Downloaded serde_yaml v0.9.34+deprecated |
| 320 | 2026-07-30T03:58:43.507Z | Downloaded zmij v1.0.21 |
| 321 | 2026-07-30T03:58:43.507Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 322 | 2026-07-30T03:58:43.507Z | Downloaded tinyvec v1.11.0 |
| 323 | 2026-07-30T03:58:43.510Z | Downloaded tokio-rustls v0.26.4 |
| 324 | 2026-07-30T03:58:43.510Z | Downloaded tinystr v0.8.3 |
| 325 | 2026-07-30T03:58:43.510Z | Downloaded serde_derive v1.0.228 |
| 326 | 2026-07-30T03:58:43.513Z | Downloaded tracing-attributes v0.1.31 |
| 327 | 2026-07-30T03:58:43.521Z | Downloaded getrandom v0.4.2 |
| 328 | 2026-07-30T03:58:43.525Z | Downloaded xz2 v0.1.7 |
| 329 | 2026-07-30T03:58:43.525Z | Downloaded ryu v1.0.23 |
| 330 | 2026-07-30T03:58:43.528Z | Downloaded rand v0.8.6 |
| 331 | 2026-07-30T03:58:43.528Z | Downloaded term v1.2.1 |
| 332 | 2026-07-30T03:58:43.532Z | Downloaded icu_provider v2.2.0 |
| 333 | 2026-07-30T03:58:43.532Z | Downloaded tungstenite v0.21.0 |
| 334 | 2026-07-30T03:58:43.535Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 335 | 2026-07-30T03:58:43.536Z | Downloaded prettyplease v0.2.37 |
| 336 | 2026-07-30T03:58:43.539Z | Downloaded proc-macro2 v1.0.106 |
| 337 | 2026-07-30T03:58:43.542Z | Downloaded icu_normalizer_data v2.2.0 |
| 338 | 2026-07-30T03:58:43.542Z | Downloaded anyhow v1.0.102 |
| 339 | 2026-07-30T03:58:43.545Z | Downloaded indicatif v0.18.4 |
| 340 | 2026-07-30T03:58:43.545Z | Downloaded rand v0.9.4 |
| 341 | 2026-07-30T03:58:43.549Z | Downloaded memchr v2.8.1 |
| 342 | 2026-07-30T03:58:43.552Z | Downloaded slog v2.8.2 |
| 343 | 2026-07-30T03:58:43.552Z | Downloaded clap v4.6.1 |
| 344 | 2026-07-30T03:58:43.557Z | Downloaded yoke v0.8.3 |
| 345 | 2026-07-30T03:58:43.560Z | Downloaded uuid v1.23.3 |
| 346 | 2026-07-30T03:58:43.560Z | Downloaded quinn v0.11.9 |
| 347 | 2026-07-30T03:58:43.563Z | Downloaded tracing-core v0.1.36 |
| 348 | 2026-07-30T03:58:43.566Z | Downloaded typify v0.6.2 |
| 349 | 2026-07-30T03:58:43.566Z | Downloaded unsafe-libyaml v0.2.11 |
| 350 | 2026-07-30T03:58:43.569Z | Downloaded serde v1.0.228 |
| 351 | 2026-07-30T03:58:43.572Z | Downloaded icu_locale_core v2.2.0 |
| 352 | 2026-07-30T03:58:43.586Z | Downloaded bytes v1.11.1 |
| 353 | 2026-07-30T03:58:43.590Z | Downloaded crossbeam-channel v0.5.15 |
| 354 | 2026-07-30T03:58:43.593Z | Downloaded arc-swap v1.9.1 |
| 355 | 2026-07-30T03:58:43.598Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 356 | 2026-07-30T03:58:43.601Z | Downloaded unicode-ident v1.0.24 |
| 357 | 2026-07-30T03:58:43.607Z | Downloaded mio v1.2.1 |
| 358 | 2026-07-30T03:58:43.610Z | Downloaded rustls-webpki v0.103.13 |
| 359 | 2026-07-30T03:58:43.613Z | Downloaded icu_collections v2.2.0 |
| 360 | 2026-07-30T03:58:43.616Z | Downloaded rand v0.10.1 |
| 361 | 2026-07-30T03:58:43.642Z | Downloaded http v1.4.1 |
| 362 | 2026-07-30T03:58:43.648Z | Downloaded url v2.5.8 |
| 363 | 2026-07-30T03:58:43.651Z | Downloaded ron v0.12.1 |
| 364 | 2026-07-30T03:58:43.654Z | Downloaded indexmap v2.14.0 |
| 365 | 2026-07-30T03:58:43.658Z | Downloaded cc v1.2.63 |
| 366 | 2026-07-30T03:58:43.658Z | Downloaded typenum v1.20.1 |
| 367 | 2026-07-30T03:58:43.665Z | Downloaded hyper-util v0.1.20 |
| 368 | 2026-07-30T03:58:43.670Z | Downloaded zerotrie v0.2.4 |
| 369 | 2026-07-30T03:58:43.691Z | Downloaded reqwest v0.12.28 |
| 370 | 2026-07-30T03:58:43.696Z | Downloaded regex v1.12.4 |
| 371 | 2026-07-30T03:58:43.701Z | Downloaded reqwest v0.13.4 |
| 372 | 2026-07-30T03:58:43.705Z | Downloaded serde_json v1.0.150 |
| 373 | 2026-07-30T03:58:43.708Z | Downloaded itertools v0.12.1 |
| 374 | 2026-07-30T03:58:43.712Z | Downloaded hyper v1.10.1 |
| 375 | 2026-07-30T03:58:43.715Z | Downloaded tokio-util v0.7.18 |
| 376 | 2026-07-30T03:58:43.720Z | Downloaded zerovec v0.11.6 |
| 377 | 2026-07-30T03:58:43.724Z | Downloaded tower v0.5.3 |
| 378 | 2026-07-30T03:58:43.727Z | Downloaded aws-lc-rs v1.17.3 |
| 379 | 2026-07-30T03:58:43.731Z | Downloaded portable-atomic v1.13.1 |
| 380 | 2026-07-30T03:58:43.735Z | Downloaded idna v1.1.0 |
| 381 | 2026-07-30T03:58:43.738Z | Downloaded tower-http v0.6.11 |
| 382 | 2026-07-30T03:58:43.742Z | Downloaded futures-util v0.3.32 |
| 383 | 2026-07-30T03:58:43.748Z | Downloaded hashbrown v0.17.1 |
| 384 | 2026-07-30T03:58:43.751Z | Downloaded hashbrown v0.16.1 |
| 385 | 2026-07-30T03:58:43.754Z | Downloaded clap_builder v4.6.0 |
| 386 | 2026-07-30T03:58:43.758Z | Downloaded winnow v1.0.3 |
| 387 | 2026-07-30T03:58:43.762Z | Downloaded winnow v0.7.15 |
| 388 | 2026-07-30T03:58:43.776Z | Downloaded time v0.3.47 |
| 389 | 2026-07-30T03:58:43.782Z | Downloaded chrono v0.4.45 |
| 390 | 2026-07-30T03:58:43.795Z | Downloaded syn v1.0.109 |
| 391 | 2026-07-30T03:58:43.802Z | Downloaded quinn-proto v0.11.14 |
| 392 | 2026-07-30T03:58:43.807Z | Downloaded unicode-width v0.2.2 |
| 393 | 2026-07-30T03:58:43.844Z | Downloaded typify-impl v0.6.2 |
| 394 | 2026-07-30T03:58:43.851Z | Downloaded tracing v0.1.44 |
| 395 | 2026-07-30T03:58:43.863Z | Downloaded zerocopy v0.8.50 |
| 396 | 2026-07-30T03:58:43.876Z | Downloaded syn v2.0.118 |
| 397 | 2026-07-30T03:58:43.890Z | Downloaded rustls v0.23.40 |
| 398 | 2026-07-30T03:58:43.896Z | Downloaded regex-syntax v0.8.11 |
| 399 | 2026-07-30T03:58:43.904Z | Downloaded regress v0.11.1 |
| 400 | 2026-07-30T03:58:43.908Z | Downloaded openapiv3 v2.2.0 |
| 401 | 2026-07-30T03:58:44.006Z | Downloaded regex-automata v0.4.14 |
| 402 | 2026-07-30T03:58:44.053Z | Downloaded lzma-sys v0.1.20 |
| 403 | 2026-07-30T03:58:44.068Z | Downloaded libc v0.2.186 |
| 404 | 2026-07-30T03:58:44.086Z | Downloaded tokio v1.52.3 |
| 405 | 2026-07-30T03:58:44.152Z | Downloaded ring v0.17.14 |
| 406 | 2026-07-30T03:58:44.605Z | Downloaded aws-lc-sys v0.43.0 |
| 407 | 2026-07-30T03:58:44.812Z | Compiling proc-macro2 v1.0.106 |
| 408 | 2026-07-30T03:58:44.812Z | Compiling unicode-ident v1.0.24 |
| 409 | 2026-07-30T03:58:44.812Z | Compiling quote v1.0.45 |
| 410 | 2026-07-30T03:58:44.813Z | Compiling libc v0.2.186 |
| 411 | 2026-07-30T03:58:44.813Z | Compiling cfg-if v1.0.4 |
| 412 | 2026-07-30T03:58:44.820Z | Compiling itoa v1.0.18 |
| 413 | 2026-07-30T03:58:44.820Z | Compiling serde_core v1.0.228 |
| 414 | 2026-07-30T03:58:44.986Z | Compiling memchr v2.8.1 |
| 415 | 2026-07-30T03:58:45.043Z | Compiling equivalent v1.0.2 |
| 416 | 2026-07-30T03:58:45.112Z | Compiling serde v1.0.228 |
| 417 | 2026-07-30T03:58:45.122Z | Compiling zmij v1.0.21 |
| 418 | 2026-07-30T03:58:45.384Z | Compiling autocfg v1.5.1 |
| 419 | 2026-07-30T03:58:45.453Z | Compiling version_check v0.9.5 |
| 420 | 2026-07-30T03:58:45.466Z | Compiling serde_json v1.0.150 |
| 421 | 2026-07-30T03:58:45.660Z | Compiling jobserver v0.1.35 |
| 422 | 2026-07-30T03:58:45.672Z | Compiling num-traits v0.2.19 |
| 423 | 2026-07-30T03:58:45.720Z | Compiling find-msvc-tools v0.1.9 |
| 424 | 2026-07-30T03:58:45.741Z | Compiling pin-project-lite v0.2.17 |
| 425 | 2026-07-30T03:58:45.833Z | Compiling stable_deref_trait v1.2.1 |
| 426 | 2026-07-30T03:58:45.888Z | Compiling smallvec v1.15.1 |
| 427 | 2026-07-30T03:58:45.904Z | Compiling bytes v1.11.1 |
| 428 | 2026-07-30T03:58:45.953Z | Compiling shlex v2.0.1 |
| 429 | 2026-07-30T03:58:46.095Z | Compiling cc v1.2.63 |
| 430 | 2026-07-30T03:58:46.127Z | Compiling syn v2.0.118 |
| 431 | 2026-07-30T03:58:46.224Z | Compiling pkg-config v0.3.33 |
| 432 | 2026-07-30T03:58:46.303Z | Compiling futures-core v0.3.32 |
| 433 | 2026-07-30T03:58:46.526Z | Compiling parking_lot_core v0.9.12 |
| 434 | 2026-07-30T03:58:46.947Z | Compiling hashbrown v0.17.1 |
| 435 | 2026-07-30T03:58:46.963Z | Compiling http v1.4.1 |
| 436 | 2026-07-30T03:58:46.963Z | Compiling socket2 v0.6.4 |
| 437 | 2026-07-30T03:58:46.963Z | Compiling rustversion v1.0.22 |
| 438 | 2026-07-30T03:58:47.106Z | Compiling futures-sink v0.3.32 |
| 439 | 2026-07-30T03:58:47.157Z | Compiling schemars v0.8.22 |
| 440 | 2026-07-30T03:58:47.206Z | Compiling scopeguard v1.2.0 |
| 441 | 2026-07-30T03:58:47.308Z | Compiling cmake v0.1.58 |
| 442 | 2026-07-30T03:58:47.336Z | Compiling lock_api v0.4.14 |
| 443 | 2026-07-30T03:58:47.447Z | Compiling errno v0.3.14 |
| 444 | 2026-07-30T03:58:47.458Z | Compiling writeable v0.6.3 |
| 445 | 2026-07-30T03:58:47.562Z | Compiling getrandom v0.4.2 |
| 446 | 2026-07-30T03:58:47.601Z | Compiling dyn-clone v1.0.20 |
| 447 | 2026-07-30T03:58:47.649Z | Compiling dunce v1.0.5 |
| 448 | 2026-07-30T03:58:47.649Z | Compiling litemap v0.8.2 |
| 449 | 2026-07-30T03:58:47.668Z | Compiling thiserror v2.0.18 |
| 450 | 2026-07-30T03:58:47.739Z | Compiling rand_core v0.10.1 |
| 451 | 2026-07-30T03:58:47.743Z | Compiling once_cell v1.21.4 |
| 452 | 2026-07-30T03:58:47.758Z | Compiling fs_extra v1.3.0 |
| 453 | 2026-07-30T03:58:47.783Z | Compiling signal-hook-registry v1.4.8 |
| 454 | 2026-07-30T03:58:47.849Z | Compiling parking_lot v0.12.5 |
| 455 | 2026-07-30T03:58:47.903Z | Compiling futures-channel v0.3.32 |
| 456 | 2026-07-30T03:58:47.958Z | Compiling mio v1.2.1 |
| 457 | 2026-07-30T03:58:48.018Z | Compiling aws-lc-sys v0.43.0 |
| 458 | 2026-07-30T03:58:48.088Z | Compiling winnow v1.0.3 |
| 459 | 2026-07-30T03:58:48.133Z | Compiling icu_normalizer_data v2.2.0 |
| 460 | 2026-07-30T03:58:48.203Z | Compiling icu_properties_data v2.2.0 |
| 461 | 2026-07-30T03:58:48.269Z | Compiling utf8_iter v1.0.4 |
| 462 | 2026-07-30T03:58:48.442Z | Compiling indexmap v2.14.0 |
| 463 | 2026-07-30T03:58:48.454Z | Compiling percent-encoding v2.3.2 |
| 464 | 2026-07-30T03:58:48.475Z | Compiling futures-io v0.3.32 |
| 465 | 2026-07-30T03:58:48.487Z | Compiling foldhash v0.2.0 |
| 466 | 2026-07-30T03:58:48.585Z | Compiling log v0.4.32 |
| 467 | 2026-07-30T03:58:48.638Z | Compiling allocator-api2 v0.2.21 |
| 468 | 2026-07-30T03:58:48.654Z | Compiling slab v0.4.12 |
| 469 | 2026-07-30T03:58:48.664Z | Compiling futures-task v0.3.32 |
| 470 | 2026-07-30T03:58:48.907Z | Compiling httparse v1.10.1 |
| 471 | 2026-07-30T03:58:48.955Z | Compiling hashbrown v0.16.1 |
| 472 | 2026-07-30T03:58:48.974Z | Compiling heck v0.5.0 |
| 473 | 2026-07-30T03:58:49.127Z | Compiling synstructure v0.13.2 |
| 474 | 2026-07-30T03:58:49.207Z | Compiling serde_derive_internals v0.29.1 |
| 475 | 2026-07-30T03:58:49.258Z | Compiling aws-lc-rs v1.17.3 |
| 476 | 2026-07-30T03:58:49.261Z | Compiling zeroize v1.8.2 |
| 477 | 2026-07-30T03:58:49.445Z | Compiling iana-time-zone v0.1.65 |
| 478 | 2026-07-30T03:58:49.558Z | Compiling chrono v0.4.45 |
| 479 | 2026-07-30T03:58:49.610Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 480 | 2026-07-30T03:58:49.673Z | Compiling syn v1.0.109 |
| 481 | 2026-07-30T03:58:50.013Z | Compiling rustls-pki-types v1.14.1 |
| 482 | 2026-07-30T03:58:50.072Z | Compiling form_urlencoded v1.2.2 |
| 483 | 2026-07-30T03:58:50.167Z | Compiling tracing-core v0.1.36 |
| 484 | 2026-07-30T03:58:50.200Z | Compiling http-body v1.0.1 |
| 485 | 2026-07-30T03:58:50.290Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-07-30T03:58:50.342Z | Compiling zerofrom-derive v0.1.7 |
| 487 | 2026-07-30T03:58:50.498Z | Compiling yoke-derive v0.8.2 |
| 488 | 2026-07-30T03:58:50.756Z | Compiling zerovec-derive v0.11.3 |
| 489 | 2026-07-30T03:58:50.775Z | Compiling displaydoc v0.2.6 |
| 490 | 2026-07-30T03:58:51.022Z | Compiling schemars_derive v0.8.22 |
| 491 | 2026-07-30T03:58:51.032Z | Compiling thiserror-impl v2.0.18 |
| 492 | 2026-07-30T03:58:51.524Z | Compiling zerofrom v0.1.8 |
| 493 | 2026-07-30T03:58:51.562Z | Compiling tokio-macros v2.7.0 |
| 494 | 2026-07-30T03:58:51.565Z | Compiling futures-macro v0.3.32 |
| 495 | 2026-07-30T03:58:51.641Z | Compiling yoke v0.8.3 |
| 496 | 2026-07-30T03:58:51.827Z | Compiling zerotrie v0.2.4 |
| 497 | 2026-07-30T03:58:51.839Z | Compiling zerovec v0.11.6 |
| 498 | 2026-07-30T03:58:52.119Z | Compiling tracing-attributes v0.1.31 |
| 499 | 2026-07-30T03:58:52.193Z | Compiling generic-array v0.14.7 |
| 500 | 2026-07-30T03:58:52.339Z | Compiling tokio v1.52.3 |
| 501 | 2026-07-30T03:58:52.390Z | Compiling tinystr v0.8.3 |
| 502 | 2026-07-30T03:58:52.418Z | Compiling potential_utf v0.1.5 |
| 503 | 2026-07-30T03:58:52.429Z | Compiling futures-util v0.3.32 |
| 504 | 2026-07-30T03:58:52.439Z | Compiling uuid v1.23.3 |
| 505 | 2026-07-30T03:58:52.583Z | Compiling icu_locale_core v2.2.0 |
| 506 | 2026-07-30T03:58:52.595Z | Compiling icu_collections v2.2.0 |
| 507 | 2026-07-30T03:58:52.717Z | Compiling regex-syntax v0.8.11 |
| 508 | 2026-07-30T03:58:53.364Z | Compiling icu_provider v2.2.0 |
| 509 | 2026-07-30T03:58:53.520Z | Compiling thiserror v1.0.69 |
| 510 | 2026-07-30T03:58:53.618Z | Compiling icu_properties v2.2.0 |
| 511 | 2026-07-30T03:58:53.675Z | Compiling icu_normalizer v2.2.0 |
| 512 | 2026-07-30T03:58:53.693Z | Compiling zerocopy v0.8.50 |
| 513 | 2026-07-30T03:58:54.111Z | Compiling tracing v0.1.44 |
| 514 | 2026-07-30T03:58:54.297Z | Compiling thiserror-impl v1.0.69 |
| 515 | 2026-07-30T03:58:54.761Z | Compiling idna_adapter v1.2.2 |
| 516 | 2026-07-30T03:58:54.785Z | Compiling regress v0.11.1 |
| 517 | 2026-07-30T03:58:54.895Z | Compiling idna v1.1.0 |
| 518 | 2026-07-30T03:58:55.464Z | Compiling semver v1.0.28 |
| 519 | 2026-07-30T03:58:55.631Z | Compiling base64 v0.22.1 |
| 520 | 2026-07-30T03:58:55.656Z | Compiling untrusted v0.9.0 |
| 521 | 2026-07-30T03:58:55.738Z | Compiling typenum v1.20.1 |
| 522 | 2026-07-30T03:58:55.775Z | Compiling tower-service v0.3.3 |
| 523 | 2026-07-30T03:58:55.786Z | Compiling rustls v0.23.40 |
| 524 | 2026-07-30T03:58:55.869Z | Compiling try-lock v0.2.5 |
| 525 | 2026-07-30T03:58:55.959Z | Compiling want v0.3.1 |
| 526 | 2026-07-30T03:58:56.087Z | Compiling url v2.5.8 |
| 527 | 2026-07-30T03:58:56.869Z | Compiling typify-impl v0.6.2 |
| 528 | 2026-07-30T03:58:56.902Z | Compiling serde_tokenstream v0.2.3 |
| 529 | 2026-07-30T03:58:57.187Z | Compiling slog v2.8.2 |
| 530 | 2026-07-30T03:58:57.437Z | Compiling proc-macro-error-attr v1.0.4 |
| 531 | 2026-07-30T03:58:57.485Z | Compiling ryu v1.0.23 |
| 532 | 2026-07-30T03:58:57.659Z | Compiling atomic-waker v1.1.2 |
| 533 | 2026-07-30T03:58:57.671Z | Compiling subtle v2.6.1 |
| 534 | 2026-07-30T03:58:57.746Z | Compiling hyper v1.10.1 |
| 535 | 2026-07-30T03:58:57.788Z | Compiling erased-serde v0.3.31 |
| 536 | 2026-07-30T03:58:57.824Z | Compiling bitflags v2.13.0 |
| 537 | 2026-07-30T03:58:58.061Z | Compiling sync_wrapper v1.0.2 |
| 538 | 2026-07-30T03:58:58.171Z | Compiling proc-macro-error v1.0.4 |
| 539 | 2026-07-30T03:58:58.295Z | Compiling tower-layer v0.3.3 |
| 540 | 2026-07-30T03:58:58.401Z | Compiling ipnet v2.12.0 |
| 541 | 2026-07-30T03:58:58.442Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 542 | 2026-07-30T03:58:58.460Z | Compiling tower v0.5.3 |
| 543 | 2026-07-30T03:58:58.668Z | Compiling hyper-util v0.1.20 |
| 544 | 2026-07-30T03:58:58.813Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 545 | 2026-07-30T03:58:58.928Z | Compiling ppv-lite86 v0.2.21 |
| 546 | 2026-07-30T03:58:59.029Z | Compiling block-buffer v0.10.4 |
| 547 | 2026-07-30T03:58:59.161Z | Compiling crypto-common v0.1.7 |
| 548 | 2026-07-30T03:58:59.236Z | Compiling aho-corasick v1.1.4 |
| 549 | 2026-07-30T03:58:59.284Z | Compiling getrandom v0.2.17 |
| 550 | 2026-07-30T03:58:59.449Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 551 | 2026-07-30T03:58:59.471Z | Compiling openssl-probe v0.2.1 |
| 552 | 2026-07-30T03:58:59.659Z | Compiling getrandom v0.3.4 |
| 553 | 2026-07-30T03:58:59.699Z | Compiling rustls-native-certs v0.8.4 |
| 554 | 2026-07-30T03:58:59.973Z | Compiling rand_core v0.6.4 |
| 555 | 2026-07-30T03:59:00.001Z | Compiling proc-macro-crate v3.5.0 |
| 556 | 2026-07-30T03:59:00.040Z | Compiling digest v0.10.7 |
| 557 | 2026-07-30T03:59:00.067Z | Compiling regex-automata v0.4.14 |
| 558 | 2026-07-30T03:59:00.236Z | Compiling tower-http v0.6.11 |
| 559 | 2026-07-30T03:59:00.527Z | Compiling serde_urlencoded v0.7.1 |
| 560 | 2026-07-30T03:59:00.650Z | Compiling http-body-util v0.1.3 |
| 561 | 2026-07-30T03:59:01.270Z | Compiling crossbeam-utils v0.8.21 |
| 562 | 2026-07-30T03:59:01.313Z | Compiling cpufeatures v0.2.17 |
| 563 | 2026-07-30T03:59:01.941Z | Compiling winnow v0.7.15 |
| 564 | 2026-07-30T03:59:01.998Z | Compiling heck v0.4.1 |
| 565 | 2026-07-30T03:59:01.998Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 566 | 2026-07-30T03:59:02.132Z | Compiling crucible-workspace-hack v0.1.0 |
| 567 | 2026-07-30T03:59:02.398Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 568 | 2026-07-30T03:59:02.643Z | Compiling regex v1.12.4 |
| 569 | 2026-07-30T03:59:03.248Z | Compiling typify-macro v0.6.2 |
| 570 | 2026-07-30T03:59:03.582Z | Compiling num_enum_derive v0.7.6 |
| 571 | 2026-07-30T03:59:03.598Z | Compiling rand_chacha v0.3.1 |
| 572 | 2026-07-30T03:59:03.834Z | Compiling tokio-util v0.7.18 |
| 573 | 2026-07-30T03:59:04.050Z | Compiling openapiv3 v2.2.0 |
| 574 | 2026-07-30T03:59:04.305Z | Compiling foreign-types-macros v0.2.3 |
| 575 | 2026-07-30T03:59:04.709Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 576 | 2026-07-30T03:59:04.739Z | Compiling serde_spanned v1.1.1 |
| 577 | 2026-07-30T03:59:04.889Z | Compiling powerfmt v0.2.0 |
| 578 | 2026-07-30T03:59:04.941Z | Compiling either v1.16.0 |
| 579 | 2026-07-30T03:59:05.012Z | Compiling foreign-types-shared v0.3.1 |
| 580 | 2026-07-30T03:59:05.100Z | Compiling anyhow v1.0.102 |
| 581 | 2026-07-30T03:59:05.109Z | Compiling num-conv v0.2.2 |
| 582 | 2026-07-30T03:59:05.151Z | Compiling cpufeatures v0.3.0 |
| 583 | 2026-07-30T03:59:05.228Z | Compiling time-core v0.1.8 |
| 584 | 2026-07-30T03:59:05.255Z | Compiling utf8parse v0.2.2 |
| 585 | 2026-07-30T03:59:05.258Z | Compiling prettyplease v0.2.37 |
| 586 | 2026-07-30T03:59:05.328Z | Compiling typify v0.6.2 |
| 587 | 2026-07-30T03:59:05.358Z | Compiling unsafe-libyaml v0.2.11 |
| 588 | 2026-07-30T03:59:05.358Z | Compiling time-macros v0.2.27 |
| 589 | 2026-07-30T03:59:05.410Z | Compiling anstyle-parse v1.0.0 |
| 590 | 2026-07-30T03:59:05.503Z | Compiling progenitor-impl v0.14.0 |
| 591 | 2026-07-30T03:59:05.731Z | Compiling chacha20 v0.10.0 |
| 592 | 2026-07-30T03:59:05.734Z | Compiling itertools v0.12.1 |
| 593 | 2026-07-30T03:59:05.876Z | Compiling serde_yaml v0.9.34+deprecated |
| 594 | 2026-07-30T03:59:06.037Z | Compiling foreign-types v0.5.0 |
| 595 | 2026-07-30T03:59:06.113Z | Compiling deranged v0.5.8 |
| 596 | 2026-07-30T03:59:06.391Z | Compiling toml v0.9.12+spec-1.1.0 |
| 597 | 2026-07-30T03:59:06.900Z | Compiling num_enum v0.7.6 |
| 598 | 2026-07-30T03:59:07.015Z | Compiling rand v0.8.6 |
| 599 | 2026-07-30T03:59:07.086Z | Compiling rand_core v0.9.5 |
| 600 | 2026-07-30T03:59:07.357Z | Compiling sha1 v0.10.6 |
| 601 | 2026-07-30T03:59:07.576Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 602 | 2026-07-30T03:59:07.585Z | Compiling arc-swap v1.9.1 |
| 603 | 2026-07-30T03:59:07.698Z | Compiling lzma-sys v0.1.20 |
| 604 | 2026-07-30T03:59:07.727Z | Compiling cstr-argument v0.1.2 |
| 605 | 2026-07-30T03:59:07.877Z | Compiling thread_local v1.1.9 |
| 606 | 2026-07-30T03:59:07.899Z | Compiling utf-8 v0.7.6 |
| 607 | 2026-07-30T03:59:07.958Z | Compiling portable-atomic v1.13.1 |
| 608 | 2026-07-30T03:59:08.084Z | Compiling lazy_static v1.5.0 |
| 609 | 2026-07-30T03:59:08.094Z | Compiling data-encoding v2.11.0 |
| 610 | 2026-07-30T03:59:08.106Z | Compiling pretty-hex v0.4.2 |
| 611 | 2026-07-30T03:59:08.158Z | Compiling colorchoice v1.0.5 |
| 612 | 2026-07-30T03:59:08.182Z | Compiling slog-async v2.8.0 |
| 613 | 2026-07-30T03:59:08.244Z | Compiling anstyle-query v1.1.5 |
| 614 | 2026-07-30T03:59:08.275Z | Compiling anstyle v1.0.14 |
| 615 | 2026-07-30T03:59:08.353Z | Compiling typeid v1.0.3 |
| 616 | 2026-07-30T03:59:08.416Z | Compiling is_terminal_polyfill v1.70.2 |
| 617 | 2026-07-30T03:59:08.475Z | Compiling unicode-width v0.2.2 |
| 618 | 2026-07-30T03:59:08.502Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f) |
| 619 | 2026-07-30T03:59:08.514Z | Compiling byteorder v1.5.0 |
| 620 | 2026-07-30T03:59:08.688Z | Compiling anstream v1.0.0 |
| 621 | 2026-07-30T03:59:08.737Z | Compiling tungstenite v0.21.0 |
| 622 | 2026-07-30T03:59:08.791Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80) |
| 623 | 2026-07-30T03:59:08.805Z | Compiling slog-scope v4.4.1 |
| 624 | 2026-07-30T03:59:08.974Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 625 | 2026-07-30T03:59:08.988Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 626 | 2026-07-30T03:59:09.017Z | Compiling crossbeam-channel v0.5.15 |
| 627 | 2026-07-30T03:59:09.070Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 628 | 2026-07-30T03:59:09.091Z | Compiling rand_chacha v0.9.0 |
| 629 | 2026-07-30T03:59:09.135Z | Compiling progenitor-macro v0.14.0 |
| 630 | 2026-07-30T03:59:09.374Z | Compiling cargo_toml v0.22.3 |
| 631 | 2026-07-30T03:59:09.504Z | Compiling time v0.3.47 |
| 632 | 2026-07-30T03:59:09.528Z | Compiling rand v0.10.1 |
| 633 | 2026-07-30T03:59:10.068Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 634 | 2026-07-30T03:59:10.201Z | Compiling futures-executor v0.3.32 |
| 635 | 2026-07-30T03:59:10.373Z | Compiling is-terminal v0.4.17 |
| 636 | 2026-07-30T03:59:10.459Z | Compiling colored v3.1.1 |
| 637 | 2026-07-30T03:59:10.470Z | Compiling camino v1.2.3 |
| 638 | 2026-07-30T03:59:10.483Z | Compiling strsim v0.11.1 |
| 639 | 2026-07-30T03:59:10.562Z | Compiling term v1.2.1 |
| 640 | 2026-07-30T03:59:10.791Z | Compiling oxnet v0.1.6 |
| 641 | 2026-07-30T03:59:10.843Z | Compiling clap_lex v1.1.0 |
| 642 | 2026-07-30T03:59:10.870Z | Compiling take_mut v0.2.2 |
| 643 | 2026-07-30T03:59:11.068Z | Compiling clap_builder v4.6.0 |
| 644 | 2026-07-30T03:59:11.274Z | Compiling slog-term v2.9.2 |
| 645 | 2026-07-30T03:59:11.569Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 646 | 2026-07-30T03:59:11.657Z | Compiling futures v0.3.32 |
| 647 | 2026-07-30T03:59:11.737Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 648 | 2026-07-30T03:59:11.860Z | Compiling rand v0.9.4 |
| 649 | 2026-07-30T03:59:12.478Z | Compiling tokio-tungstenite v0.21.0 |
| 650 | 2026-07-30T03:59:12.635Z | Compiling slog-stdlog v4.1.1 |
| 651 | 2026-07-30T03:59:12.784Z | Compiling console v0.16.3 |
| 652 | 2026-07-30T03:59:12.842Z | Compiling zone_cfg_derive v0.3.1 |
| 653 | 2026-07-30T03:59:12.901Z | Compiling clap_derive v4.6.1 |
| 654 | 2026-07-30T03:59:13.200Z | Compiling async-trait v0.1.89 |
| 655 | 2026-07-30T03:59:13.996Z | Compiling base64 v0.21.7 |
| 656 | 2026-07-30T03:59:14.158Z | Compiling unit-prefix v0.5.2 |
| 657 | 2026-07-30T03:59:14.306Z | Compiling indicatif v0.18.4 |
| 658 | 2026-07-30T03:59:14.325Z | Compiling zone v0.3.1 |
| 659 | 2026-07-30T03:59:14.450Z | Compiling ron v0.12.1 |
| 660 | 2026-07-30T03:59:14.585Z | Compiling clap v4.6.1 |
| 661 | 2026-07-30T03:59:14.662Z | Compiling slog-envlogger v2.2.0 |
| 662 | 2026-07-30T03:59:14.776Z | Compiling xz2 v0.1.7 |
| 663 | 2026-07-30T03:59:14.991Z | Compiling tabwriter v1.4.1 |
| 664 | 2026-07-30T03:59:15.010Z | Compiling sha2 v0.10.9 |
| 665 | 2026-07-30T03:59:15.060Z | Compiling reqwest v0.12.28 |
| 666 | 2026-07-30T03:59:15.228Z | Compiling smf v0.2.3 |
| 667 | 2026-07-30T03:59:15.319Z | Compiling base16ct v1.0.0 |
| 668 | 2026-07-30T03:59:15.360Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 669 | 2026-07-30T03:59:16.053Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 670 | 2026-07-30T03:59:16.436Z | Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 671 | 2026-07-30T03:59:19.967Z | Compiling rustls-webpki v0.103.13 |
| 672 | 2026-07-30T03:59:22.605Z | Compiling tokio-rustls v0.26.4 |
| 673 | 2026-07-30T03:59:22.605Z | Compiling rustls-platform-verifier v0.7.0 |
| 674 | 2026-07-30T03:59:22.787Z | Compiling hyper-rustls v0.27.9 |
| 675 | 2026-07-30T03:59:22.946Z | Compiling reqwest v0.13.4 |
| 676 | 2026-07-30T03:59:23.850Z | Compiling progenitor-client v0.14.0 |
| 677 | 2026-07-30T03:59:24.035Z | Compiling progenitor v0.14.0 |
| 678 | 2026-07-30T03:59:24.116Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 679 | 2026-07-30T03:59:27.351Z | error[E0308]: mismatched types |
| 680 | 2026-07-30T03:59:27.351Z | --> lib/src/lib.rs:1793:9 |
| 681 | 2026-07-30T03:59:27.351Z | | |
| 682 | 2026-07-30T03:59:27.351Z | 1791 | let client = propolis_client::Client::new_with_client( |
| 683 | 2026-07-30T03:59:27.351Z | | ---------------------------------------- arguments to this function are incorrect |
| 684 | 2026-07-30T03:59:27.351Z | 1792 | &format!("http://{}", sockaddr), |
| 685 | 2026-07-30T03:59:27.351Z | 1793 | reqwest_client, |
| 686 | 2026-07-30T03:59:27.351Z | | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client` |
| 687 | 2026-07-30T03:59:27.351Z | | |
| 688 | 2026-07-30T03:59:27.351Z | note: there are multiple different versions of crate `reqwest` in the dependency graph |
| 689 | 2026-07-30T03:59:27.351Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/async_impl/client.rs:93:1 |
| 690 | 2026-07-30T03:59:27.351Z | | |
| 691 | 2026-07-30T03:59:27.351Z | 93 | pub struct Client { |
| 692 | 2026-07-30T03:59:27.351Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 693 | 2026-07-30T03:59:27.351Z | | |
| 694 | 2026-07-30T03:59:27.351Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1 |
| 695 | 2026-07-30T03:59:27.351Z | | |
| 696 | 2026-07-30T03:59:27.351Z | 93 | pub struct Client { |
| 697 | 2026-07-30T03:59:27.351Z | | ----------------- this is the found type |
| 698 | 2026-07-30T03:59:27.351Z | = help: you can use `cargo tree` to explore your dependency tree |
| 699 | 2026-07-30T03:59:27.351Z | note: associated function defined here |
| 700 | 2026-07-30T03:59:27.351Z | --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs:44:1 |
| 701 | 2026-07-30T03:59:27.351Z | | |
| 702 | 2026-07-30T03:59:27.351Z | 44 | / progenitor::generate_api!( |
| 703 | 2026-07-30T03:59:27.351Z | 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json", |
| 704 | 2026-07-30T03:59:27.351Z | 46 | | interface = Builder, |
| 705 | 2026-07-30T03:59:27.351Z | 47 | | tags = Separate, |
| 706 | 2026-07-30T03:59:27.351Z | ... | |
| 707 | 2026-07-30T03:59:27.351Z | 70 | | ); |
| 708 | 2026-07-30T03:59:27.351Z | | |_^ |
| 709 | 2026-07-30T03:59:27.352Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 710 | 2026-07-30T03:59:27.352Z | |
| 711 | 2026-07-30T03:59:27.356Z | error[E0277]: a value of type `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>` cannot be built from an iterator over elements of type `(propolis_client::instance_spec::SpecKey, ComponentV0)` |
| 712 | 2026-07-30T03:59:27.356Z | --> lib/src/lib.rs:1830:18 |
| 713 | 2026-07-30T03:59:27.356Z | | |
| 714 | 2026-07-30T03:59:27.356Z | 1830 | .collect() |
| 715 | 2026-07-30T03:59:27.356Z | | ^^^^^^^ value of type `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>` cannot be built from `std::iter::Iterator<Item=(propolis_client::instance_spec::SpecKey, ComponentV0)>` |
| 716 | 2026-07-30T03:59:27.356Z | | |
| 717 | 2026-07-30T03:59:27.356Z | help: the trait `FromIterator<(propolis_client::instance_spec::SpecKey, ComponentV0)>` is not implemented for `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>` |
| 718 | 2026-07-30T03:59:27.356Z | but trait `FromIterator<(propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component)>` is implemented for it |
| 719 | 2026-07-30T03:59:27.356Z | --> /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/alloc/src/collections/btree/map.rs:2518:0 |
| 720 | 2026-07-30T03:59:27.356Z | = help: for that trait implementation, expected `propolis_client::instance_spec::Component`, found `ComponentV0` |
| 721 | 2026-07-30T03:59:27.356Z | note: the method call chain might not have had the expected associated types |
| 722 | 2026-07-30T03:59:27.356Z | --> lib/src/lib.rs:1829:18 |
| 723 | 2026-07-30T03:59:27.356Z | | |
| 724 | 2026-07-30T03:59:27.356Z | 1827 | components |
| 725 | 2026-07-30T03:59:27.356Z | | ---------- this expression has type `&BTreeMap<SpecKey, ComponentV0>` |
| 726 | 2026-07-30T03:59:27.356Z | 1828 | .iter() |
| 727 | 2026-07-30T03:59:27.356Z | | ------ `Iterator::Item` is `(&SpecKey, &ComponentV0)` here |
| 728 | 2026-07-30T03:59:27.356Z | 1829 | .map(|(spec_key, comp)| (spec_key.clone(), comp.clone())) |
| 729 | 2026-07-30T03:59:27.356Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Iterator::Item` changed to `(SpecKey, ComponentV0)` here |
| 730 | 2026-07-30T03:59:27.356Z | note: required by a bound in `std::iter::Iterator::collect` |
| 731 | 2026-07-30T03:59:27.356Z | --> /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/core/src/iter/traits/iterator.rs:2079:4 |
| 732 | 2026-07-30T03:59:27.357Z | |
| 733 | 2026-07-30T03:59:27.357Z | error[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied |
| 734 | 2026-07-30T03:59:27.357Z | --> lib/src/lib.rs:1849:40 |
| 735 | 2026-07-30T03:59:27.357Z | | |
| 736 | 2026-07-30T03:59:27.357Z | 1849 | match client.instance_ensure().body(&req).send().await { |
| 737 | 2026-07-30T03:59:27.357Z | | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest` |
| 738 | 2026-07-30T03:59:27.357Z | | |
| 739 | 2026-07-30T03:59:27.357Z | help: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest` |
| 740 | 2026-07-30T03:59:27.357Z | but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it |
| 741 | 2026-07-30T03:59:27.357Z | --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs:44:1 |
| 742 | 2026-07-30T03:59:27.358Z | | |
| 743 | 2026-07-30T03:59:27.358Z | 44 | / progenitor::generate_api!( |
| 744 | 2026-07-30T03:59:27.358Z | 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json", |
| 745 | 2026-07-30T03:59:27.358Z | 46 | | interface = Builder, |
| 746 | 2026-07-30T03:59:27.358Z | 47 | | tags = Separate, |
| 747 | 2026-07-30T03:59:27.358Z | ... | |
| 748 | 2026-07-30T03:59:27.358Z | 70 | | ); |
| 749 | 2026-07-30T03:59:27.358Z | | |_^ |
| 750 | 2026-07-30T03:59:27.358Z | = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest` |
| 751 | 2026-07-30T03:59:27.358Z | = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>` |
| 752 | 2026-07-30T03:59:27.358Z | = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>` |
| 753 | 2026-07-30T03:59:27.358Z | = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-dbc9b9e7e3ef21d9.long-type-8428060444505758550.txt' |
| 754 | 2026-07-30T03:59:27.358Z | = note: consider using `--verbose` to print the full type name to the console |
| 755 | 2026-07-30T03:59:27.358Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 756 | 2026-07-30T03:59:27.358Z | |
| 757 | 2026-07-30T03:59:27.358Z | error[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied |
| 758 | 2026-07-30T03:59:27.358Z | --> lib/src/lib.rs:1871:34 |
| 759 | 2026-07-30T03:59:27.358Z | | |
| 760 | 2026-07-30T03:59:27.358Z | 1871 | client.instance_ensure().body(&req).send().await?; |
| 761 | 2026-07-30T03:59:27.358Z | | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest` |
| 762 | 2026-07-30T03:59:27.358Z | | |
| 763 | 2026-07-30T03:59:27.358Z | help: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest` |
| 764 | 2026-07-30T03:59:27.358Z | but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it |
| 765 | 2026-07-30T03:59:27.358Z | --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs:44:1 |
| 766 | 2026-07-30T03:59:27.358Z | | |
| 767 | 2026-07-30T03:59:27.358Z | 44 | / progenitor::generate_api!( |
| 768 | 2026-07-30T03:59:27.358Z | 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json", |
| 769 | 2026-07-30T03:59:27.358Z | 46 | | interface = Builder, |
| 770 | 2026-07-30T03:59:27.358Z | 47 | | tags = Separate, |
| 771 | 2026-07-30T03:59:27.358Z | ... | |
| 772 | 2026-07-30T03:59:27.358Z | 70 | | ); |
| 773 | 2026-07-30T03:59:27.358Z | | |_^ |
| 774 | 2026-07-30T03:59:27.358Z | = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest` |
| 775 | 2026-07-30T03:59:27.358Z | = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>` |
| 776 | 2026-07-30T03:59:27.358Z | = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>` |
| 777 | 2026-07-30T03:59:27.358Z | = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-dbc9b9e7e3ef21d9.long-type-894034042591093834.txt' |
| 778 | 2026-07-30T03:59:27.358Z | = note: consider using `--verbose` to print the full type name to the console |
| 779 | 2026-07-30T03:59:27.358Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 780 | 2026-07-30T03:59:27.359Z | |
| 781 | 2026-07-30T03:59:27.359Z | error[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope |
| 782 | 2026-07-30T03:59:27.359Z | --> lib/src/lib.rs:2025:31 |
| 783 | 2026-07-30T03:59:27.359Z | | |
| 784 | 2026-07-30T03:59:27.359Z | 2025 | let mut stream = response.bytes_stream(); |
| 785 | 2026-07-30T03:59:27.359Z | | ^^^^^^^^^^^^ method not found in `reqwest::Response` |
| 786 | 2026-07-30T03:59:27.359Z | |
| 787 | 2026-07-30T03:59:27.359Z | Some errors have detailed explanations: E0277, E0308, E0599. |
| 788 | 2026-07-30T03:59:27.359Z | For more information about an error, try `rustc --explain E0277`. |
| 789 | 2026-07-30T03:59:27.359Z | error: could not compile `libfalcon` (lib) due to 5 previous errors |
| 790 | 2026-07-30T03:59:27.359Z | |
| 791 | 2026-07-30T03:59:27.359Z | real 49.719942122 |
| 792 | 2026-07-30T03:59:27.359Z | user 3:27.970485206 |
| 793 | 2026-07-30T03:59:27.359Z | sys 41.429040182 |
| 794 | 2026-07-30T03:59:27.359Z | trap 0.123425488 |
| 795 | 2026-07-30T03:59:27.359Z | tflt 0.327944907 |
| 796 | 2026-07-30T03:59:27.359Z | dflt 0.284235377 |
| 797 | 2026-07-30T03:59:27.359Z | kflt 0.009519801 |
| 798 | 2026-07-30T03:59:27.359Z | lock 12:44.188120515 |
| 799 | 2026-07-30T03:59:27.359Z | slp 11:23.277187615 |
| 800 | 2026-07-30T03:59:27.359Z | lat 12.785887420 |
| 801 | 2026-07-30T03:59:27.359Z | stop 42.958277927 |
| 802 | 2026-07-30T03:59:27.359Z | process exited: duration 67480 ms, exit code 101 |
| |
| 803 | 2026-07-30T03:59:27.366Z | found 0 output files |