|
|
|
| 1 | 2026-05-11T07:54:43.962Z | job assigned to worker 01KRB0EPYQQTEJM6G8YZB288JP [factory aws, i-04743a447f4e47072] (queued for 44 s) |
| |
| 2 | 2026-05-11T07:54:50.496Z | starting task 0: "setup" |
| 3 | 2026-05-11T07:54:50.503Z | ++ uname -s |
| 4 | 2026-05-11T07:54:50.506Z | + kern=SunOS |
| 5 | 2026-05-11T07:54:50.506Z | + build_user=build |
| 6 | 2026-05-11T07:54:50.506Z | + build_uid=12345 |
| 7 | 2026-05-11T07:54:50.507Z | + work_dir=/work |
| 8 | 2026-05-11T07:54:50.507Z | + input_dir=/input |
| 9 | 2026-05-11T07:54:50.507Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T07:54:50.507Z | + case "$kern" in |
| 11 | 2026-05-11T07:54:50.507Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T07:54:50.510Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T07:54:52.518Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T07:54:52.601Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T07:54:52.604Z | + home_fs=zfs |
| 16 | 2026-05-11T07:54:52.604Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T07:54:52.604Z | + mkdir -p /home/build |
| 18 | 2026-05-11T07:54:52.604Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T07:54:53.605Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T07:54:53.609Z | process exited: duration 3111 ms, exit code 0 |
| |
| 21 | 2026-05-11T07:54:53.615Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T07:54:53.619Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-11T07:54:53.619Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-11T07:54:53.619Z | * rust toolchain profile = "default" |
| 25 | 2026-05-11T07:54:53.619Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-11T07:54:53.619Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T07:54:53.619Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T07:54:53.626Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T07:54:53.626Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-11T07:54:53.739Z | info: downloading installer |
| 31 | 2026-05-11T07:54:55.152Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-11T07:54:55.152Z | warn: /opt/ooce/bin |
| 33 | 2026-05-11T07:54:55.152Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-11T07:54:55.152Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-11T07:54:55.152Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-11T07:54:55.152Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-11T07:54:55.152Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-11T07:54:55.152Z | error: cannot install while Rust is installed |
| 39 | 2026-05-11T07:54:55.152Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-11T07:54:55.152Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-11T07:54:55.152Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-11T07:54:55.152Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-11T07:54:55.152Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-11T07:54:55.166Z | info: profile set to default |
| 45 | 2026-05-11T07:54:55.166Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-11T07:54:55.169Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-11T07:54:55.311Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-11T07:54:55.315Z | info: downloading 6 components |
| 49 | 2026-05-11T07:55:09.863Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-11T07:55:09.863Z | |
| 51 | 2026-05-11T07:55:09.899Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-11T07:55:09.899Z | |
| 53 | 2026-05-11T07:55:09.899Z | |
| 54 | 2026-05-11T07:55:09.899Z | Rust is installed now. Great! |
| 55 | 2026-05-11T07:55:09.899Z | |
| 56 | 2026-05-11T07:55:09.899Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-11T07:55:09.899Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-11T07:55:09.899Z | |
| 59 | 2026-05-11T07:55:09.899Z | To configure your current shell, you need to source |
| 60 | 2026-05-11T07:55:09.899Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-11T07:55:09.899Z | |
| 62 | 2026-05-11T07:55:09.899Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-11T07:55:09.899Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-11T07:55:09.899Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-11T07:55:09.899Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-11T07:55:09.899Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-11T07:55:09.899Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-11T07:55:09.899Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-11T07:55:09.903Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-11T07:55:09.903Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-11T07:55:09.990Z | + rustup --version |
| 72 | 2026-05-11T07:55:09.999Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-11T07:55:10.003Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-11T07:55:10.020Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-11T07:55:10.023Z | + cargo --version |
| 76 | 2026-05-11T07:55:10.037Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-11T07:55:10.040Z | + rustc --version |
| 78 | 2026-05-11T07:55:10.059Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-11T07:55:10.061Z | process exited: duration 16444 ms, exit code 0 |
| |
| 80 | 2026-05-11T07:55:10.067Z | starting task 2: "authentication" |
| 81 | 2026-05-11T07:55:10.083Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-11T07:55:10.089Z | starting task 3: "clone repository" |
| 83 | 2026-05-11T07:55:10.092Z | + mkdir -p /work/oxidecomputer/falcon |
| 84 | 2026-05-11T07:55:10.095Z | + git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon |
| 85 | 2026-05-11T07:55:10.130Z | Cloning into '/work/oxidecomputer/falcon'... |
| 86 | 2026-05-11T07:55:10.885Z | + cd /work/oxidecomputer/falcon |
| 87 | 2026-05-11T07:55:10.885Z | + git fetch origin cd0faa4ffdb985b71db4fcb6efe46f33b0ab4abb |
| 88 | 2026-05-11T07:55:11.119Z | From https://github.com/oxidecomputer/falcon |
| 89 | 2026-05-11T07:55:11.120Z | * branch cd0faa4ffdb985b71db4fcb6efe46f33b0ab4abb -> FETCH_HEAD |
| 90 | 2026-05-11T07:55:11.125Z | + [[ -n renovate/lock-file-maintenance ]] |
| 91 | 2026-05-11T07:55:11.128Z | ++ git branch --show-current |
| 92 | 2026-05-11T07:55:11.128Z | + current=main |
| 93 | 2026-05-11T07:55:11.128Z | + [[ main != renovate/lock-file-maintenance ]] |
| 94 | 2026-05-11T07:55:11.128Z | + git branch -f renovate/lock-file-maintenance cd0faa4ffdb985b71db4fcb6efe46f33b0ab4abb |
| 95 | 2026-05-11T07:55:11.131Z | + git checkout -f renovate/lock-file-maintenance |
| 96 | 2026-05-11T07:55:11.196Z | Switched to branch 'renovate/lock-file-maintenance' |
| 97 | 2026-05-11T07:55:11.199Z | + git reset --hard cd0faa4ffdb985b71db4fcb6efe46f33b0ab4abb |
| 98 | 2026-05-11T07:55:11.259Z | HEAD is now at cd0faa4 Lock file maintenance |
| 99 | 2026-05-11T07:55:11.262Z | process exited: duration 1170 ms, exit code 0 |
| |
| 100 | 2026-05-11T07:55:11.268Z | starting task 4: "build" |
| 101 | 2026-05-11T07:55:11.272Z | + cargo --version |
| 102 | 2026-05-11T07:55:11.278Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 103 | 2026-05-11T07:55:11.415Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 104 | 2026-05-11T07:55:11.418Z | info: downloading 6 components |
| 105 | 2026-05-11T07:55:26.103Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 106 | 2026-05-11T07:55:26.106Z | + rustc --version |
| 107 | 2026-05-11T07:55:26.134Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 108 | 2026-05-11T07:55:26.139Z | + banner build |
| 109 | 2026-05-11T07:55:26.142Z | |
| 110 | 2026-05-11T07:55:26.142Z | ##### # # # # ##### |
| 111 | 2026-05-11T07:55:26.142Z | # # # # # # # # |
| 112 | 2026-05-11T07:55:26.142Z | ##### # # # # # # |
| 113 | 2026-05-11T07:55:26.142Z | # # # # # # # # |
| 114 | 2026-05-11T07:55:26.142Z | # # # # # # # # |
| 115 | 2026-05-11T07:55:26.142Z | ##### #### # ###### ##### |
| 116 | 2026-05-11T07:55:26.142Z | |
| 117 | 2026-05-11T07:55:26.142Z | + ptime -m cargo build --all |
| 118 | 2026-05-11T07:55:26.221Z | Updating crates.io index |
| 119 | 2026-05-11T07:55:26.224Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 120 | 2026-05-11T07:55:26.587Z | From https://github.com/oxidecomputer/netadm-sys |
| 121 | 2026-05-11T07:55:26.587Z | * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8 |
| 122 | 2026-05-11T07:55:26.629Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 123 | 2026-05-11T07:55:27.248Z | From https://github.com/oxidecomputer/propolis |
| 124 | 2026-05-11T07:55:27.248Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 125 | 2026-05-11T07:55:27.425Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-05-11T07:55:27.718Z | From https://github.com/oxidecomputer/zone |
| 127 | 2026-05-11T07:55:27.718Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 128 | 2026-05-11T07:55:28.280Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 129 | 2026-05-11T07:55:28.583Z | From https://github.com/oxidecomputer/dlpi-sys |
| 130 | 2026-05-11T07:55:28.583Z | * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388 |
| 131 | 2026-05-11T07:55:28.589Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 132 | 2026-05-11T07:55:28.903Z | From https://github.com/jmesmon/rust-libzfs |
| 133 | 2026-05-11T07:55:28.903Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 134 | 2026-05-11T07:55:28.923Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 135 | 2026-05-11T07:55:29.192Z | From https://github.com/oxidecomputer/rusty-doors |
| 136 | 2026-05-11T07:55:29.192Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 137 | 2026-05-11T07:55:29.250Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 138 | 2026-05-11T07:55:30.059Z | From https://github.com/oxidecomputer/crucible |
| 139 | 2026-05-11T07:55:30.060Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 140 | 2026-05-11T07:55:31.914Z | Downloading crates ... |
| 141 | 2026-05-11T07:55:31.965Z | Downloaded block-buffer v0.10.4 |
| 142 | 2026-05-11T07:55:31.978Z | Downloaded bitflags v2.11.1 |
| 143 | 2026-05-11T07:55:31.981Z | Downloaded base16ct v1.0.0 |
| 144 | 2026-05-11T07:55:31.984Z | Downloaded cstr-argument v0.1.2 |
| 145 | 2026-05-11T07:55:31.989Z | Downloaded powerfmt v0.2.0 |
| 146 | 2026-05-11T07:55:31.992Z | Downloaded crypto-common v0.1.7 |
| 147 | 2026-05-11T07:55:31.992Z | Downloaded byteorder v1.5.0 |
| 148 | 2026-05-11T07:55:31.995Z | Downloaded foreign-types-macros v0.2.3 |
| 149 | 2026-05-11T07:55:31.998Z | Downloaded lru-slab v0.1.2 |
| 150 | 2026-05-11T07:55:32.001Z | Downloaded percent-encoding v2.3.2 |
| 151 | 2026-05-11T07:55:32.001Z | Downloaded futures-macro v0.3.32 |
| 152 | 2026-05-11T07:55:32.004Z | Downloaded bytes v1.11.1 |
| 153 | 2026-05-11T07:55:32.004Z | Downloaded atomic-waker v1.1.2 |
| 154 | 2026-05-11T07:55:32.008Z | Downloaded colorchoice v1.0.5 |
| 155 | 2026-05-11T07:55:32.013Z | Downloaded rand_chacha v0.3.1 |
| 156 | 2026-05-11T07:55:32.016Z | Downloaded potential_utf v0.1.5 |
| 157 | 2026-05-11T07:55:32.016Z | Downloaded allocator-api2 v0.2.21 |
| 158 | 2026-05-11T07:55:32.019Z | Downloaded http-body-util v0.1.3 |
| 159 | 2026-05-11T07:55:32.022Z | Downloaded num-conv v0.2.1 |
| 160 | 2026-05-11T07:55:32.024Z | Downloaded subtle v2.6.1 |
| 161 | 2026-05-11T07:55:32.025Z | Downloaded rustc-hash v2.1.2 |
| 162 | 2026-05-11T07:55:32.027Z | Downloaded equivalent v1.0.2 |
| 163 | 2026-05-11T07:55:32.027Z | Downloaded serde_urlencoded v0.7.1 |
| 164 | 2026-05-11T07:55:32.030Z | Downloaded foreign-types v0.5.0 |
| 165 | 2026-05-11T07:55:32.030Z | Downloaded http-body v1.0.1 |
| 166 | 2026-05-11T07:55:32.030Z | Downloaded heck v0.5.0 |
| 167 | 2026-05-11T07:55:32.033Z | Downloaded cpufeatures v0.3.0 |
| 168 | 2026-05-11T07:55:32.033Z | Downloaded sync_wrapper v1.0.2 |
| 169 | 2026-05-11T07:55:32.036Z | Downloaded slog-envlogger v2.2.0 |
| 170 | 2026-05-11T07:55:32.036Z | Downloaded dyn-clone v1.0.20 |
| 171 | 2026-05-11T07:55:32.036Z | Downloaded futures-task v0.3.32 |
| 172 | 2026-05-11T07:55:32.039Z | Downloaded futures-sink v0.3.32 |
| 173 | 2026-05-11T07:55:32.039Z | Downloaded anstyle-query v1.1.5 |
| 174 | 2026-05-11T07:55:32.039Z | Downloaded progenitor-client v0.10.0 |
| 175 | 2026-05-11T07:55:32.042Z | Downloaded progenitor-macro v0.10.0 |
| 176 | 2026-05-11T07:55:32.042Z | Downloaded errno v0.3.14 |
| 177 | 2026-05-11T07:55:32.046Z | Downloaded anstyle v1.0.14 |
| 178 | 2026-05-11T07:55:32.049Z | Downloaded anstream v1.0.0 |
| 179 | 2026-05-11T07:55:32.049Z | Downloaded find-msvc-tools v0.1.9 |
| 180 | 2026-05-11T07:55:32.051Z | Downloaded sha1 v0.10.6 |
| 181 | 2026-05-11T07:55:32.054Z | Downloaded futures-io v0.3.32 |
| 182 | 2026-05-11T07:55:32.057Z | Downloaded clap_lex v1.1.0 |
| 183 | 2026-05-11T07:55:32.060Z | Downloaded pretty-hex v0.4.2 |
| 184 | 2026-05-11T07:55:32.063Z | Downloaded take_mut v0.2.2 |
| 185 | 2026-05-11T07:55:32.063Z | Downloaded strsim v0.11.1 |
| 186 | 2026-05-11T07:55:32.065Z | Downloaded is_terminal_polyfill v1.70.2 |
| 187 | 2026-05-11T07:55:32.065Z | Downloaded proc-macro-error-attr v1.0.4 |
| 188 | 2026-05-11T07:55:32.065Z | Downloaded foldhash v0.2.0 |
| 189 | 2026-05-11T07:55:32.068Z | Downloaded proc-macro-crate v3.5.0 |
| 190 | 2026-05-11T07:55:32.068Z | Downloaded crucible-workspace-hack v0.1.0 |
| 191 | 2026-05-11T07:55:32.068Z | Downloaded time-core v0.1.8 |
| 192 | 2026-05-11T07:55:32.068Z | Downloaded oxnet v0.1.5 |
| 193 | 2026-05-11T07:55:32.072Z | Downloaded digest v0.10.7 |
| 194 | 2026-05-11T07:55:32.072Z | Downloaded getrandom v0.2.17 |
| 195 | 2026-05-11T07:55:32.075Z | Downloaded clap v4.6.1 |
| 196 | 2026-05-11T07:55:32.078Z | Downloaded ppv-lite86 v0.2.21 |
| 197 | 2026-05-11T07:55:32.080Z | Downloaded serde_spanned v1.1.1 |
| 198 | 2026-05-11T07:55:32.080Z | Downloaded num-traits v0.2.19 |
| 199 | 2026-05-11T07:55:32.083Z | Downloaded is-terminal v0.4.17 |
| 200 | 2026-05-11T07:55:32.083Z | Downloaded stable_deref_trait v1.2.1 |
| 201 | 2026-05-11T07:55:32.083Z | Downloaded idna_adapter v1.2.2 |
| 202 | 2026-05-11T07:55:32.086Z | Downloaded lazy_static v1.5.0 |
| 203 | 2026-05-11T07:55:32.086Z | Downloaded cfg_aliases v0.2.1 |
| 204 | 2026-05-11T07:55:32.086Z | Downloaded crossbeam-utils v0.8.21 |
| 205 | 2026-05-11T07:55:32.089Z | Downloaded generic-array v0.14.7 |
| 206 | 2026-05-11T07:55:32.089Z | Downloaded foreign-types-shared v0.3.1 |
| 207 | 2026-05-11T07:55:32.092Z | Downloaded cpufeatures v0.2.17 |
| 208 | 2026-05-11T07:55:32.095Z | Downloaded cfg-if v1.0.4 |
| 209 | 2026-05-11T07:55:32.098Z | Downloaded scopeguard v1.2.0 |
| 210 | 2026-05-11T07:55:32.098Z | Downloaded tinyvec_macros v0.1.1 |
| 211 | 2026-05-11T07:55:32.098Z | Downloaded form_urlencoded v1.2.2 |
| 212 | 2026-05-11T07:55:32.100Z | Downloaded futures-core v0.3.32 |
| 213 | 2026-05-11T07:55:32.103Z | Downloaded async-trait v0.1.89 |
| 214 | 2026-05-11T07:55:32.106Z | Downloaded tokio-macros v2.7.0 |
| 215 | 2026-05-11T07:55:32.106Z | Downloaded num_enum_derive v0.7.6 |
| 216 | 2026-05-11T07:55:32.106Z | Downloaded synstructure v0.13.2 |
| 217 | 2026-05-11T07:55:32.109Z | Downloaded itoa v1.0.18 |
| 218 | 2026-05-11T07:55:32.109Z | Downloaded either v1.15.0 |
| 219 | 2026-05-11T07:55:32.111Z | Downloaded thiserror-impl v2.0.18 |
| 220 | 2026-05-11T07:55:32.111Z | Downloaded slog-async v2.8.0 |
| 221 | 2026-05-11T07:55:32.114Z | Downloaded signal-hook-registry v1.4.8 |
| 222 | 2026-05-11T07:55:32.114Z | Downloaded rustversion v1.0.22 |
| 223 | 2026-05-11T07:55:32.114Z | Downloaded pin-project-lite v0.2.17 |
| 224 | 2026-05-11T07:55:32.117Z | Downloaded sha2 v0.10.9 |
| 225 | 2026-05-11T07:55:32.120Z | Downloaded slog-term v2.9.2 |
| 226 | 2026-05-11T07:55:32.120Z | Downloaded hyper-rustls v0.27.9 |
| 227 | 2026-05-11T07:55:32.123Z | Downloaded anstyle-parse v1.0.0 |
| 228 | 2026-05-11T07:55:32.123Z | Downloaded serde_derive_internals v0.29.1 |
| 229 | 2026-05-11T07:55:32.126Z | Downloaded rand_core v0.10.1 |
| 230 | 2026-05-11T07:55:32.126Z | Downloaded smf v0.2.3 |
| 231 | 2026-05-11T07:55:32.126Z | Downloaded progenitor v0.10.0 |
| 232 | 2026-05-11T07:55:32.126Z | Downloaded ipnet v2.12.0 |
| 233 | 2026-05-11T07:55:32.129Z | Downloaded num_enum v0.7.6 |
| 234 | 2026-05-11T07:55:32.131Z | Downloaded deranged v0.5.8 |
| 235 | 2026-05-11T07:55:32.131Z | Downloaded futures-executor v0.3.32 |
| 236 | 2026-05-11T07:55:32.134Z | Downloaded thiserror v2.0.18 |
| 237 | 2026-05-11T07:55:32.137Z | Downloaded tower-service v0.3.3 |
| 238 | 2026-05-11T07:55:32.137Z | Downloaded tower-layer v0.3.3 |
| 239 | 2026-05-11T07:55:32.137Z | Downloaded slog-scope v4.4.1 |
| 240 | 2026-05-11T07:55:32.137Z | Downloaded semver v1.0.28 |
| 241 | 2026-05-11T07:55:32.140Z | Downloaded try-lock v0.2.5 |
| 242 | 2026-05-11T07:55:32.140Z | Downloaded unit-prefix v0.5.2 |
| 243 | 2026-05-11T07:55:32.140Z | Downloaded want v0.3.1 |
| 244 | 2026-05-11T07:55:32.143Z | Downloaded shlex v1.3.0 |
| 245 | 2026-05-11T07:55:32.143Z | Downloaded proc-macro-error v1.0.4 |
| 246 | 2026-05-11T07:55:32.143Z | Downloaded pkg-config v0.3.33 |
| 247 | 2026-05-11T07:55:32.145Z | Downloaded typify-macro v0.4.3 |
| 248 | 2026-05-11T07:55:32.145Z | Downloaded untrusted v0.9.0 |
| 249 | 2026-05-11T07:55:32.145Z | Downloaded erased-serde v0.3.31 |
| 250 | 2026-05-11T07:55:32.148Z | Downloaded utf8_iter v1.0.4 |
| 251 | 2026-05-11T07:55:32.148Z | Downloaded thread_local v1.1.9 |
| 252 | 2026-05-11T07:55:32.148Z | Downloaded slog-stdlog v4.1.1 |
| 253 | 2026-05-11T07:55:32.151Z | Downloaded slab v0.4.12 |
| 254 | 2026-05-11T07:55:32.151Z | Downloaded thiserror-impl v1.0.69 |
| 255 | 2026-05-11T07:55:32.151Z | Downloaded rand_core v0.6.4 |
| 256 | 2026-05-11T07:55:32.151Z | Downloaded parking_lot_core v0.9.12 |
| 257 | 2026-05-11T07:55:32.154Z | Downloaded once_cell v1.21.4 |
| 258 | 2026-05-11T07:55:32.154Z | Downloaded futures-channel v0.3.32 |
| 259 | 2026-05-11T07:55:32.157Z | Downloaded tinystr v0.8.3 |
| 260 | 2026-05-11T07:55:32.157Z | Downloaded heck v0.4.1 |
| 261 | 2026-05-11T07:55:32.157Z | Downloaded thiserror v1.0.69 |
| 262 | 2026-05-11T07:55:32.160Z | Downloaded lock_api v0.4.14 |
| 263 | 2026-05-11T07:55:32.162Z | Downloaded displaydoc v0.2.5 |
| 264 | 2026-05-11T07:55:32.162Z | Downloaded chacha20 v0.10.0 |
| 265 | 2026-05-11T07:55:32.165Z | Downloaded autocfg v1.5.0 |
| 266 | 2026-05-11T07:55:32.165Z | Downloaded tabwriter v1.4.1 |
| 267 | 2026-05-11T07:55:32.168Z | Downloaded zone_cfg_derive v0.3.1 |
| 268 | 2026-05-11T07:55:32.168Z | Downloaded mio v1.2.0 |
| 269 | 2026-05-11T07:55:32.171Z | Downloaded schemars_derive v0.8.22 |
| 270 | 2026-05-11T07:55:32.171Z | Downloaded rand_core v0.9.5 |
| 271 | 2026-05-11T07:55:32.173Z | Downloaded rand_chacha v0.9.0 |
| 272 | 2026-05-11T07:55:32.173Z | Downloaded version_check v0.9.5 |
| 273 | 2026-05-11T07:55:32.176Z | Downloaded serde_tokenstream v0.2.3 |
| 274 | 2026-05-11T07:55:32.179Z | Downloaded data-encoding v2.11.0 |
| 275 | 2026-05-11T07:55:32.179Z | Downloaded cargo_toml v0.22.3 |
| 276 | 2026-05-11T07:55:32.182Z | Downloaded tokio-tungstenite v0.21.0 |
| 277 | 2026-05-11T07:55:32.185Z | Downloaded parking_lot v0.12.5 |
| 278 | 2026-05-11T07:55:32.185Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 279 | 2026-05-11T07:55:32.187Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 280 | 2026-05-11T07:55:32.187Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 281 | 2026-05-11T07:55:32.187Z | Downloaded yoke-derive v0.8.2 |
| 282 | 2026-05-11T07:55:32.191Z | Downloaded zone v0.3.1 |
| 283 | 2026-05-11T07:55:32.193Z | Downloaded base64 v0.22.1 |
| 284 | 2026-05-11T07:55:32.196Z | Downloaded colored v3.1.1 |
| 285 | 2026-05-11T07:55:32.196Z | Downloaded anyhow v1.0.102 |
| 286 | 2026-05-11T07:55:32.199Z | Downloaded utf-8 v0.7.6 |
| 287 | 2026-05-11T07:55:32.202Z | Downloaded time-macros v0.2.27 |
| 288 | 2026-05-11T07:55:32.202Z | Downloaded term v1.2.1 |
| 289 | 2026-05-11T07:55:32.205Z | Downloaded smallvec v1.15.1 |
| 290 | 2026-05-11T07:55:32.205Z | Downloaded rustls-pki-types v1.14.1 |
| 291 | 2026-05-11T07:55:32.207Z | Downloaded camino v1.2.2 |
| 292 | 2026-05-11T07:55:32.208Z | Downloaded base64 v0.21.7 |
| 293 | 2026-05-11T07:55:32.210Z | Downloaded typeid v1.0.3 |
| 294 | 2026-05-11T07:55:32.210Z | Downloaded quote v1.0.45 |
| 295 | 2026-05-11T07:55:32.213Z | Downloaded quinn-udp v0.5.14 |
| 296 | 2026-05-11T07:55:32.216Z | Downloaded utf8parse v0.2.2 |
| 297 | 2026-05-11T07:55:32.216Z | Downloaded zeroize v1.8.2 |
| 298 | 2026-05-11T07:55:32.218Z | Downloaded serde_core v1.0.228 |
| 299 | 2026-05-11T07:55:32.219Z | Downloaded proc-macro2 v1.0.106 |
| 300 | 2026-05-11T07:55:32.221Z | Downloaded zerovec-derive v0.11.3 |
| 301 | 2026-05-11T07:55:32.221Z | Downloaded ryu v1.0.23 |
| 302 | 2026-05-11T07:55:32.224Z | Downloaded zerofrom-derive v0.1.7 |
| 303 | 2026-05-11T07:55:32.224Z | Downloaded xz2 v0.1.7 |
| 304 | 2026-05-11T07:55:32.224Z | Downloaded console v0.16.3 |
| 305 | 2026-05-11T07:55:32.227Z | Downloaded slog v2.8.2 |
| 306 | 2026-05-11T07:55:32.230Z | Downloaded clap_derive v4.6.1 |
| 307 | 2026-05-11T07:55:32.232Z | Downloaded socket2 v0.6.3 |
| 308 | 2026-05-11T07:55:32.232Z | Downloaded litemap v0.8.2 |
| 309 | 2026-05-11T07:55:32.235Z | Downloaded iana-time-zone v0.1.65 |
| 310 | 2026-05-11T07:55:32.235Z | Downloaded serde_yaml v0.9.34+deprecated |
| 311 | 2026-05-11T07:55:32.238Z | Downloaded schemars v0.8.22 |
| 312 | 2026-05-11T07:55:32.242Z | Downloaded tracing-attributes v0.1.31 |
| 313 | 2026-05-11T07:55:32.245Z | Downloaded zerofrom v0.1.7 |
| 314 | 2026-05-11T07:55:32.245Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 315 | 2026-05-11T07:55:32.248Z | Downloaded tokio-rustls v0.26.4 |
| 316 | 2026-05-11T07:55:32.248Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 317 | 2026-05-11T07:55:32.251Z | Downloaded zmij v1.0.21 |
| 318 | 2026-05-11T07:55:32.257Z | Downloaded writeable v0.6.3 |
| 319 | 2026-05-11T07:55:32.260Z | Downloaded progenitor-impl v0.10.0 |
| 320 | 2026-05-11T07:55:32.260Z | Downloaded httparse v1.10.1 |
| 321 | 2026-05-11T07:55:32.271Z | Downloaded icu_provider v2.2.0 |
| 322 | 2026-05-11T07:55:32.274Z | Downloaded unicode-ident v1.0.24 |
| 323 | 2026-05-11T07:55:32.276Z | Downloaded tungstenite v0.21.0 |
| 324 | 2026-05-11T07:55:32.276Z | Downloaded memchr v2.8.0 |
| 325 | 2026-05-11T07:55:32.279Z | Downloaded serde_derive v1.0.228 |
| 326 | 2026-05-11T07:55:32.282Z | Downloaded tracing-core v0.1.36 |
| 327 | 2026-05-11T07:55:32.282Z | Downloaded log v0.4.29 |
| 328 | 2026-05-11T07:55:32.284Z | Downloaded futures v0.3.32 |
| 329 | 2026-05-11T07:55:32.287Z | Downloaded yoke v0.8.2 |
| 330 | 2026-05-11T07:55:32.287Z | Downloaded tinyvec v1.11.0 |
| 331 | 2026-05-11T07:55:32.290Z | Downloaded icu_properties v2.2.0 |
| 332 | 2026-05-11T07:55:32.290Z | Downloaded getrandom v0.4.2 |
| 333 | 2026-05-11T07:55:32.293Z | Downloaded getrandom v0.3.4 |
| 334 | 2026-05-11T07:55:32.295Z | Downloaded serde v1.0.228 |
| 335 | 2026-05-11T07:55:32.298Z | Downloaded quinn v0.11.9 |
| 336 | 2026-05-11T07:55:32.301Z | Downloaded rand v0.8.6 |
| 337 | 2026-05-11T07:55:32.304Z | Downloaded prettyplease v0.2.37 |
| 338 | 2026-05-11T07:55:32.306Z | Downloaded typify v0.4.3 |
| 339 | 2026-05-11T07:55:32.306Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 340 | 2026-05-11T07:55:32.309Z | Downloaded uuid v1.23.1 |
| 341 | 2026-05-11T07:55:32.312Z | Downloaded unsafe-libyaml v0.2.11 |
| 342 | 2026-05-11T07:55:32.312Z | Downloaded arc-swap v1.9.1 |
| 343 | 2026-05-11T07:55:32.315Z | Downloaded indicatif v0.18.4 |
| 344 | 2026-05-11T07:55:32.317Z | Downloaded icu_locale_core v2.2.0 |
| 345 | 2026-05-11T07:55:32.320Z | Downloaded rustls-webpki v0.103.13 |
| 346 | 2026-05-11T07:55:32.323Z | Downloaded cc v1.2.62 |
| 347 | 2026-05-11T07:55:32.323Z | Downloaded icu_normalizer v2.2.0 |
| 348 | 2026-05-11T07:55:32.326Z | Downloaded icu_normalizer_data v2.2.0 |
| 349 | 2026-05-11T07:55:32.328Z | Downloaded rand v0.9.4 |
| 350 | 2026-05-11T07:55:32.331Z | Downloaded crossbeam-channel v0.5.15 |
| 351 | 2026-05-11T07:55:32.341Z | Downloaded rand v0.10.1 |
| 352 | 2026-05-11T07:55:32.344Z | Downloaded icu_collections v2.2.0 |
| 353 | 2026-05-11T07:55:32.350Z | Downloaded tower v0.5.3 |
| 354 | 2026-05-11T07:55:32.355Z | Downloaded ron v0.12.1 |
| 355 | 2026-05-11T07:55:32.359Z | Downloaded http v1.4.0 |
| 356 | 2026-05-11T07:55:32.362Z | Downloaded aho-corasick v1.1.4 |
| 357 | 2026-05-11T07:55:32.371Z | Downloaded zerotrie v0.2.4 |
| 358 | 2026-05-11T07:55:32.378Z | Downloaded hyper-util v0.1.20 |
| 359 | 2026-05-11T07:55:32.381Z | Downloaded indexmap v2.14.0 |
| 360 | 2026-05-11T07:55:32.392Z | Downloaded reqwest v0.12.28 |
| 361 | 2026-05-11T07:55:32.395Z | Downloaded idna v1.1.0 |
| 362 | 2026-05-11T07:55:32.397Z | Downloaded url v2.5.8 |
| 363 | 2026-05-11T07:55:32.400Z | Downloaded typenum v1.20.0 |
| 364 | 2026-05-11T07:55:32.403Z | Downloaded zerovec v0.11.6 |
| 365 | 2026-05-11T07:55:32.406Z | Downloaded tower-http v0.6.10 |
| 366 | 2026-05-11T07:55:32.410Z | Downloaded regex v1.12.3 |
| 367 | 2026-05-11T07:55:32.417Z | Downloaded serde_json v1.0.149 |
| 368 | 2026-05-11T07:55:32.421Z | Downloaded itertools v0.12.1 |
| 369 | 2026-05-11T07:55:32.424Z | Downloaded tokio-util v0.7.18 |
| 370 | 2026-05-11T07:55:32.427Z | Downloaded hashbrown v0.17.1 |
| 371 | 2026-05-11T07:55:32.433Z | Downloaded portable-atomic v1.13.1 |
| 372 | 2026-05-11T07:55:32.437Z | Downloaded futures-util v0.3.32 |
| 373 | 2026-05-11T07:55:32.443Z | Downloaded winnow v1.0.2 |
| 374 | 2026-05-11T07:55:32.448Z | Downloaded icu_properties_data v2.2.0 |
| 375 | 2026-05-11T07:55:32.453Z | Downloaded hyper v1.9.0 |
| 376 | 2026-05-11T07:55:32.462Z | Downloaded hashbrown v0.16.1 |
| 377 | 2026-05-11T07:55:32.465Z | Downloaded quinn-proto v0.11.14 |
| 378 | 2026-05-11T07:55:32.468Z | Downloaded time v0.3.47 |
| 379 | 2026-05-11T07:55:32.475Z | Downloaded winnow v0.7.15 |
| 380 | 2026-05-11T07:55:32.481Z | Downloaded syn v1.0.109 |
| 381 | 2026-05-11T07:55:32.486Z | Downloaded clap_builder v4.6.0 |
| 382 | 2026-05-11T07:55:32.490Z | Downloaded chrono v0.4.44 |
| 383 | 2026-05-11T07:55:32.493Z | Downloaded webpki-roots v1.0.7 |
| 384 | 2026-05-11T07:55:32.505Z | Downloaded syn v2.0.117 |
| 385 | 2026-05-11T07:55:32.511Z | Downloaded unicode-width v0.2.2 |
| 386 | 2026-05-11T07:55:32.521Z | Downloaded zerocopy v0.8.48 |
| 387 | 2026-05-11T07:55:32.531Z | Downloaded openapiv3 v2.2.0 |
| 388 | 2026-05-11T07:55:32.537Z | Downloaded rustls v0.23.40 |
| 389 | 2026-05-11T07:55:32.543Z | Downloaded regex-syntax v0.8.10 |
| 390 | 2026-05-11T07:55:32.547Z | Downloaded regress v0.10.5 |
| 391 | 2026-05-11T07:55:32.551Z | Downloaded tracing v0.1.44 |
| 392 | 2026-05-11T07:55:32.575Z | Downloaded regex-automata v0.4.14 |
| 393 | 2026-05-11T07:55:32.583Z | Downloaded typify-impl v0.4.3 |
| 394 | 2026-05-11T07:55:32.628Z | Downloaded ring v0.17.14 |
| 395 | 2026-05-11T07:55:32.650Z | Downloaded lzma-sys v0.1.20 |
| 396 | 2026-05-11T07:55:32.665Z | Downloaded tokio v1.52.3 |
| 397 | 2026-05-11T07:55:32.686Z | Downloaded libc v0.2.186 |
| 398 | 2026-05-11T07:55:32.778Z | Compiling proc-macro2 v1.0.106 |
| 399 | 2026-05-11T07:55:32.778Z | Compiling unicode-ident v1.0.24 |
| 400 | 2026-05-11T07:55:32.778Z | Compiling quote v1.0.45 |
| 401 | 2026-05-11T07:55:32.781Z | Compiling libc v0.2.186 |
| 402 | 2026-05-11T07:55:32.781Z | Compiling cfg-if v1.0.4 |
| 403 | 2026-05-11T07:55:32.781Z | Compiling itoa v1.0.18 |
| 404 | 2026-05-11T07:55:32.781Z | Compiling serde_core v1.0.228 |
| 405 | 2026-05-11T07:55:32.936Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-11T07:55:32.994Z | Compiling equivalent v1.0.2 |
| 407 | 2026-05-11T07:55:33.047Z | Compiling zmij v1.0.21 |
| 408 | 2026-05-11T07:55:33.067Z | Compiling serde v1.0.228 |
| 409 | 2026-05-11T07:55:33.270Z | Compiling autocfg v1.5.0 |
| 410 | 2026-05-11T07:55:33.377Z | Compiling serde_json v1.0.149 |
| 411 | 2026-05-11T07:55:33.421Z | Compiling version_check v0.9.5 |
| 412 | 2026-05-11T07:55:33.612Z | Compiling stable_deref_trait v1.2.1 |
| 413 | 2026-05-11T07:55:33.615Z | Compiling num-traits v0.2.19 |
| 414 | 2026-05-11T07:55:33.641Z | Compiling bytes v1.11.1 |
| 415 | 2026-05-11T07:55:33.679Z | Compiling smallvec v1.15.1 |
| 416 | 2026-05-11T07:55:33.690Z | Compiling pin-project-lite v0.2.17 |
| 417 | 2026-05-11T07:55:33.873Z | Compiling shlex v1.3.0 |
| 418 | 2026-05-11T07:55:33.882Z | Compiling futures-core v0.3.32 |
| 419 | 2026-05-11T07:55:34.050Z | Compiling find-msvc-tools v0.1.9 |
| 420 | 2026-05-11T07:55:34.129Z | Compiling hashbrown v0.17.1 |
| 421 | 2026-05-11T07:55:34.255Z | Compiling syn v2.0.117 |
| 422 | 2026-05-11T07:55:34.264Z | Compiling cc v1.2.62 |
| 423 | 2026-05-11T07:55:34.274Z | Compiling rustversion v1.0.22 |
| 424 | 2026-05-11T07:55:34.283Z | Compiling parking_lot_core v0.9.12 |
| 425 | 2026-05-11T07:55:34.561Z | Compiling schemars v0.8.22 |
| 426 | 2026-05-11T07:55:34.680Z | Compiling http v1.4.0 |
| 427 | 2026-05-11T07:55:34.691Z | Compiling socket2 v0.6.3 |
| 428 | 2026-05-11T07:55:34.818Z | Compiling scopeguard v1.2.0 |
| 429 | 2026-05-11T07:55:34.913Z | Compiling rand_core v0.10.1 |
| 430 | 2026-05-11T07:55:35.044Z | Compiling thiserror v2.0.18 |
| 431 | 2026-05-11T07:55:35.063Z | Compiling getrandom v0.4.2 |
| 432 | 2026-05-11T07:55:35.102Z | Compiling dyn-clone v1.0.20 |
| 433 | 2026-05-11T07:55:35.132Z | Compiling futures-sink v0.3.32 |
| 434 | 2026-05-11T07:55:35.155Z | Compiling lock_api v0.4.14 |
| 435 | 2026-05-11T07:55:35.344Z | Compiling errno v0.3.14 |
| 436 | 2026-05-11T07:55:35.353Z | Compiling getrandom v0.2.17 |
| 437 | 2026-05-11T07:55:35.370Z | Compiling litemap v0.8.2 |
| 438 | 2026-05-11T07:55:35.490Z | Compiling winnow v1.0.2 |
| 439 | 2026-05-11T07:55:35.529Z | Compiling writeable v0.6.3 |
| 440 | 2026-05-11T07:55:35.529Z | Compiling signal-hook-registry v1.4.8 |
| 441 | 2026-05-11T07:55:35.553Z | Compiling parking_lot v0.12.5 |
| 442 | 2026-05-11T07:55:35.669Z | Compiling futures-channel v0.3.32 |
| 443 | 2026-05-11T07:55:35.725Z | Compiling indexmap v2.14.0 |
| 444 | 2026-05-11T07:55:35.768Z | Compiling mio v1.2.0 |
| 445 | 2026-05-11T07:55:35.852Z | Compiling icu_normalizer_data v2.2.0 |
| 446 | 2026-05-11T07:55:35.881Z | Compiling utf8_iter v1.0.4 |
| 447 | 2026-05-11T07:55:35.931Z | Compiling icu_properties_data v2.2.0 |
| 448 | 2026-05-11T07:55:36.025Z | Compiling foldhash v0.2.0 |
| 449 | 2026-05-11T07:55:36.028Z | Compiling once_cell v1.21.4 |
| 450 | 2026-05-11T07:55:36.087Z | Compiling allocator-api2 v0.2.21 |
| 451 | 2026-05-11T07:55:36.203Z | Compiling futures-io v0.3.32 |
| 452 | 2026-05-11T07:55:36.237Z | Compiling slab v0.4.12 |
| 453 | 2026-05-11T07:55:36.281Z | Compiling futures-task v0.3.32 |
| 454 | 2026-05-11T07:55:36.355Z | Compiling percent-encoding v2.3.2 |
| 455 | 2026-05-11T07:55:36.405Z | Compiling hashbrown v0.16.1 |
| 456 | 2026-05-11T07:55:36.408Z | Compiling heck v0.5.0 |
| 457 | 2026-05-11T07:55:36.423Z | Compiling iana-time-zone v0.1.65 |
| 458 | 2026-05-11T07:55:36.524Z | Compiling chrono v0.4.44 |
| 459 | 2026-05-11T07:55:36.556Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 460 | 2026-05-11T07:55:36.657Z | Compiling ring v0.17.14 |
| 461 | 2026-05-11T07:55:36.781Z | Compiling syn v1.0.109 |
| 462 | 2026-05-11T07:55:36.995Z | Compiling httparse v1.10.1 |
| 463 | 2026-05-11T07:55:37.116Z | Compiling synstructure v0.13.2 |
| 464 | 2026-05-11T07:55:37.126Z | Compiling serde_derive_internals v0.29.1 |
| 465 | 2026-05-11T07:55:37.172Z | Compiling log v0.4.29 |
| 466 | 2026-05-11T07:55:37.440Z | Compiling generic-array v0.14.7 |
| 467 | 2026-05-11T07:55:37.623Z | Compiling thiserror v1.0.69 |
| 468 | 2026-05-11T07:55:37.681Z | Compiling regex-syntax v0.8.10 |
| 469 | 2026-05-11T07:55:37.840Z | Compiling zeroize v1.8.2 |
| 470 | 2026-05-11T07:55:37.897Z | Compiling uuid v1.23.1 |
| 471 | 2026-05-11T07:55:37.954Z | Compiling zerocopy v0.8.48 |
| 472 | 2026-05-11T07:55:38.023Z | Compiling rustls-pki-types v1.14.1 |
| 473 | 2026-05-11T07:55:38.241Z | Compiling regress v0.10.5 |
| 474 | 2026-05-11T07:55:38.357Z | Compiling serde_derive v1.0.228 |
| 475 | 2026-05-11T07:55:38.384Z | Compiling zerofrom-derive v0.1.7 |
| 476 | 2026-05-11T07:55:38.511Z | Compiling yoke-derive v0.8.2 |
| 477 | 2026-05-11T07:55:38.530Z | Compiling zerovec-derive v0.11.3 |
| 478 | 2026-05-11T07:55:38.899Z | Compiling displaydoc v0.2.5 |
| 479 | 2026-05-11T07:55:39.593Z | Compiling schemars_derive v0.8.22 |
| 480 | 2026-05-11T07:55:39.593Z | Compiling zerofrom v0.1.7 |
| 481 | 2026-05-11T07:55:39.632Z | Compiling thiserror-impl v2.0.18 |
| 482 | 2026-05-11T07:55:39.656Z | Compiling tokio-macros v2.7.0 |
| 483 | 2026-05-11T07:55:39.715Z | Compiling yoke v0.8.2 |
| 484 | 2026-05-11T07:55:39.898Z | Compiling zerovec v0.11.6 |
| 485 | 2026-05-11T07:55:40.317Z | Compiling zerotrie v0.2.4 |
| 486 | 2026-05-11T07:55:40.401Z | Compiling tinystr v0.8.3 |
| 487 | 2026-05-11T07:55:40.431Z | Compiling potential_utf v0.1.5 |
| 488 | 2026-05-11T07:55:40.592Z | Compiling icu_locale_core v2.2.0 |
| 489 | 2026-05-11T07:55:40.601Z | Compiling icu_collections v2.2.0 |
| 490 | 2026-05-11T07:55:40.617Z | Compiling tokio v1.52.3 |
| 491 | 2026-05-11T07:55:40.797Z | Compiling futures-macro v0.3.32 |
| 492 | 2026-05-11T07:55:41.026Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-11T07:55:41.554Z | Compiling icu_provider v2.2.0 |
| 494 | 2026-05-11T07:55:41.586Z | Compiling tracing-attributes v0.1.31 |
| 495 | 2026-05-11T07:55:41.655Z | Compiling futures-util v0.3.32 |
| 496 | 2026-05-11T07:55:41.742Z | Compiling form_urlencoded v1.2.2 |
| 497 | 2026-05-11T07:55:41.891Z | Compiling icu_properties v2.2.0 |
| 498 | 2026-05-11T07:55:41.928Z | Compiling icu_normalizer v2.2.0 |
| 499 | 2026-05-11T07:55:42.163Z | Compiling tracing-core v0.1.36 |
| 500 | 2026-05-11T07:55:42.521Z | Compiling http-body v1.0.1 |
| 501 | 2026-05-11T07:55:42.618Z | Compiling semver v1.0.28 |
| 502 | 2026-05-11T07:55:42.669Z | Compiling typenum v1.20.0 |
| 503 | 2026-05-11T07:55:42.775Z | Compiling idna_adapter v1.2.2 |
| 504 | 2026-05-11T07:55:42.904Z | Compiling untrusted v0.9.0 |
| 505 | 2026-05-11T07:55:42.914Z | Compiling idna v1.1.0 |
| 506 | 2026-05-11T07:55:43.025Z | Compiling typify-impl v0.4.3 |
| 507 | 2026-05-11T07:55:43.080Z | Compiling tracing v0.1.44 |
| 508 | 2026-05-11T07:55:43.436Z | Compiling serde_tokenstream v0.2.3 |
| 509 | 2026-05-11T07:55:43.724Z | Compiling slog v2.8.2 |
| 510 | 2026-05-11T07:55:43.802Z | Compiling proc-macro-error-attr v1.0.4 |
| 511 | 2026-05-11T07:55:43.958Z | Compiling base64 v0.22.1 |
| 512 | 2026-05-11T07:55:43.967Z | Compiling rustls v0.23.40 |
| 513 | 2026-05-11T07:55:44.041Z | Compiling try-lock v0.2.5 |
| 514 | 2026-05-11T07:55:44.151Z | Compiling tower-service v0.3.3 |
| 515 | 2026-05-11T07:55:44.204Z | Compiling rustls-webpki v0.103.13 |
| 516 | 2026-05-11T07:55:44.245Z | Compiling want v0.3.1 |
| 517 | 2026-05-11T07:55:44.349Z | Compiling url v2.5.8 |
| 518 | 2026-05-11T07:55:44.414Z | Compiling erased-serde v0.3.31 |
| 519 | 2026-05-11T07:55:44.661Z | Compiling proc-macro-error v1.0.4 |
| 520 | 2026-05-11T07:55:44.901Z | Compiling subtle v2.6.1 |
| 521 | 2026-05-11T07:55:44.915Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 522 | 2026-05-11T07:55:45.050Z | Compiling atomic-waker v1.1.2 |
| 523 | 2026-05-11T07:55:45.060Z | Compiling ryu v1.0.23 |
| 524 | 2026-05-11T07:55:45.140Z | Compiling hyper v1.9.0 |
| 525 | 2026-05-11T07:55:45.164Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 526 | 2026-05-11T07:55:45.603Z | Compiling crypto-common v0.1.7 |
| 527 | 2026-05-11T07:55:45.731Z | Compiling block-buffer v0.10.4 |
| 528 | 2026-05-11T07:55:45.760Z | Compiling aho-corasick v1.1.4 |
| 529 | 2026-05-11T07:55:45.896Z | Compiling bitflags v2.11.1 |
| 530 | 2026-05-11T07:55:46.106Z | Compiling sync_wrapper v1.0.2 |
| 531 | 2026-05-11T07:55:46.216Z | Compiling tower-layer v0.3.3 |
| 532 | 2026-05-11T07:55:46.380Z | Compiling ppv-lite86 v0.2.21 |
| 533 | 2026-05-11T07:55:46.390Z | Compiling ipnet v2.12.0 |
| 534 | 2026-05-11T07:55:46.554Z | Compiling getrandom v0.3.4 |
| 535 | 2026-05-11T07:55:46.703Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 536 | 2026-05-11T07:55:46.848Z | Compiling hyper-util v0.1.20 |
| 537 | 2026-05-11T07:55:46.922Z | Compiling regex-automata v0.4.14 |
| 538 | 2026-05-11T07:55:46.931Z | Compiling tower v0.5.3 |
| 539 | 2026-05-11T07:55:47.415Z | Compiling digest v0.10.7 |
| 540 | 2026-05-11T07:55:47.844Z | Compiling proc-macro-crate v3.5.0 |
| 541 | 2026-05-11T07:55:47.884Z | Compiling tokio-rustls v0.26.4 |
| 542 | 2026-05-11T07:55:48.145Z | Compiling webpki-roots v1.0.7 |
| 543 | 2026-05-11T07:55:48.230Z | Compiling rand_core v0.6.4 |
| 544 | 2026-05-11T07:55:48.270Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 545 | 2026-05-11T07:55:48.485Z | Compiling heck v0.4.1 |
| 546 | 2026-05-11T07:55:48.687Z | Compiling crossbeam-utils v0.8.21 |
| 547 | 2026-05-11T07:55:48.800Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 548 | 2026-05-11T07:55:49.008Z | Compiling cpufeatures v0.2.17 |
| 549 | 2026-05-11T07:55:49.034Z | Compiling winnow v0.7.15 |
| 550 | 2026-05-11T07:55:49.078Z | Compiling crucible-workspace-hack v0.1.0 |
| 551 | 2026-05-11T07:55:49.290Z | Compiling typify-macro v0.4.3 |
| 552 | 2026-05-11T07:55:49.345Z | Compiling regex v1.12.3 |
| 553 | 2026-05-11T07:55:50.361Z | Compiling rand_chacha v0.3.1 |
| 554 | 2026-05-11T07:55:50.371Z | Compiling num_enum_derive v0.7.6 |
| 555 | 2026-05-11T07:55:50.420Z | Compiling hyper-rustls v0.27.9 |
| 556 | 2026-05-11T07:55:50.730Z | Compiling tower-http v0.6.10 |
| 557 | 2026-05-11T07:55:50.908Z | Compiling serde_urlencoded v0.7.1 |
| 558 | 2026-05-11T07:55:51.056Z | Compiling tokio-util v0.7.18 |
| 559 | 2026-05-11T07:55:51.164Z | Compiling http-body-util v0.1.3 |
| 560 | 2026-05-11T07:55:51.174Z | Compiling openapiv3 v2.2.0 |
| 561 | 2026-05-11T07:55:51.361Z | Compiling typify v0.4.3 |
| 562 | 2026-05-11T07:55:51.406Z | Compiling foreign-types-macros v0.2.3 |
| 563 | 2026-05-11T07:55:51.498Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 564 | 2026-05-11T07:55:51.544Z | Compiling serde_spanned v1.1.1 |
| 565 | 2026-05-11T07:55:51.695Z | Compiling foreign-types-shared v0.3.1 |
| 566 | 2026-05-11T07:55:51.787Z | Compiling time-core v0.1.8 |
| 567 | 2026-05-11T07:55:51.812Z | Compiling utf8parse v0.2.2 |
| 568 | 2026-05-11T07:55:51.924Z | Compiling cpufeatures v0.3.0 |
| 569 | 2026-05-11T07:55:51.934Z | Compiling unsafe-libyaml v0.2.11 |
| 570 | 2026-05-11T07:55:51.997Z | Compiling powerfmt v0.2.0 |
| 571 | 2026-05-11T07:55:52.075Z | Compiling prettyplease v0.2.37 |
| 572 | 2026-05-11T07:55:52.085Z | Compiling num-conv v0.2.1 |
| 573 | 2026-05-11T07:55:52.098Z | Compiling pkg-config v0.3.33 |
| 574 | 2026-05-11T07:55:52.116Z | Compiling either v1.15.0 |
| 575 | 2026-05-11T07:55:52.206Z | Compiling anyhow v1.0.102 |
| 576 | 2026-05-11T07:55:52.225Z | Compiling time-macros v0.2.27 |
| 577 | 2026-05-11T07:55:52.315Z | Compiling itertools v0.12.1 |
| 578 | 2026-05-11T07:55:52.337Z | Compiling deranged v0.5.8 |
| 579 | 2026-05-11T07:55:52.539Z | Compiling lzma-sys v0.1.20 |
| 580 | 2026-05-11T07:55:52.599Z | Compiling serde_yaml v0.9.34+deprecated |
| 581 | 2026-05-11T07:55:52.748Z | Compiling progenitor-impl v0.10.0 |
| 582 | 2026-05-11T07:55:52.809Z | Compiling foreign-types v0.5.0 |
| 583 | 2026-05-11T07:55:52.926Z | Compiling chacha20 v0.10.0 |
| 584 | 2026-05-11T07:55:53.242Z | Compiling anstyle-parse v1.0.0 |
| 585 | 2026-05-11T07:55:53.269Z | Compiling toml v0.9.12+spec-1.1.0 |
| 586 | 2026-05-11T07:55:53.315Z | Compiling num_enum v0.7.6 |
| 587 | 2026-05-11T07:55:53.427Z | Compiling reqwest v0.12.28 |
| 588 | 2026-05-11T07:55:53.437Z | Compiling rand_core v0.9.5 |
| 589 | 2026-05-11T07:55:53.520Z | Compiling rand v0.8.6 |
| 590 | 2026-05-11T07:55:54.027Z | Compiling sha1 v0.10.6 |
| 591 | 2026-05-11T07:55:54.169Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 592 | 2026-05-11T07:55:54.250Z | Compiling arc-swap v1.9.1 |
| 593 | 2026-05-11T07:55:54.271Z | Compiling cstr-argument v0.1.2 |
| 594 | 2026-05-11T07:55:54.423Z | Compiling thread_local v1.1.9 |
| 595 | 2026-05-11T07:55:54.482Z | Compiling unicode-width v0.2.2 |
| 596 | 2026-05-11T07:55:54.551Z | Compiling data-encoding v2.11.0 |
| 597 | 2026-05-11T07:55:54.683Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1) |
| 598 | 2026-05-11T07:55:54.700Z | Compiling lazy_static v1.5.0 |
| 599 | 2026-05-11T07:55:54.766Z | Compiling slog-async v2.8.0 |
| 600 | 2026-05-11T07:55:54.798Z | Compiling pretty-hex v0.4.2 |
| 601 | 2026-05-11T07:55:54.800Z | Compiling utf-8 v0.7.6 |
| 602 | 2026-05-11T07:55:54.913Z | Compiling anstyle-query v1.1.5 |
| 603 | 2026-05-11T07:55:54.935Z | Compiling anstyle v1.0.14 |
| 604 | 2026-05-11T07:55:54.986Z | Compiling byteorder v1.5.0 |
| 605 | 2026-05-11T07:55:55.020Z | Compiling portable-atomic v1.13.1 |
| 606 | 2026-05-11T07:55:55.068Z | Compiling typeid v1.0.3 |
| 607 | 2026-05-11T07:55:55.165Z | Compiling colorchoice v1.0.5 |
| 608 | 2026-05-11T07:55:55.217Z | Compiling is_terminal_polyfill v1.70.2 |
| 609 | 2026-05-11T07:55:55.280Z | Compiling tungstenite v0.21.0 |
| 610 | 2026-05-11T07:55:55.309Z | Compiling anstream v1.0.0 |
| 611 | 2026-05-11T07:55:55.426Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 612 | 2026-05-11T07:55:55.435Z | Compiling slog-scope v4.4.1 |
| 613 | 2026-05-11T07:55:55.515Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 614 | 2026-05-11T07:55:55.622Z | Compiling progenitor-client v0.10.0 |
| 615 | 2026-05-11T07:55:55.635Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 616 | 2026-05-11T07:55:55.697Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 617 | 2026-05-11T07:55:55.967Z | Compiling crossbeam-channel v0.5.15 |
| 618 | 2026-05-11T07:55:55.967Z | Compiling cargo_toml v0.22.3 |
| 619 | 2026-05-11T07:55:56.236Z | Compiling rand_chacha v0.9.0 |
| 620 | 2026-05-11T07:55:56.239Z | Compiling time v0.3.47 |
| 621 | 2026-05-11T07:55:56.272Z | Compiling progenitor-macro v0.10.0 |
| 622 | 2026-05-11T07:55:56.470Z | Compiling rand v0.10.1 |
| 623 | 2026-05-11T07:55:56.979Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 624 | 2026-05-11T07:55:57.026Z | Compiling futures-executor v0.3.32 |
| 625 | 2026-05-11T07:55:57.151Z | Compiling is-terminal v0.4.17 |
| 626 | 2026-05-11T07:55:57.252Z | Compiling colored v3.1.1 |
| 627 | 2026-05-11T07:55:57.287Z | Compiling clap_lex v1.1.0 |
| 628 | 2026-05-11T07:55:57.314Z | Compiling camino v1.2.2 |
| 629 | 2026-05-11T07:55:57.325Z | Compiling strsim v0.11.1 |
| 630 | 2026-05-11T07:55:57.377Z | Compiling take_mut v0.2.2 |
| 631 | 2026-05-11T07:55:57.490Z | Compiling oxnet v0.1.5 |
| 632 | 2026-05-11T07:55:57.536Z | Compiling term v1.2.1 |
| 633 | 2026-05-11T07:55:57.702Z | Compiling clap_builder v4.6.0 |
| 634 | 2026-05-11T07:55:57.759Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 635 | 2026-05-11T07:55:58.224Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 636 | 2026-05-11T07:55:58.251Z | Compiling slog-term v2.9.2 |
| 637 | 2026-05-11T07:55:58.262Z | Compiling futures v0.3.32 |
| 638 | 2026-05-11T07:55:58.452Z | Compiling rand v0.9.4 |
| 639 | 2026-05-11T07:55:58.851Z | Compiling tokio-tungstenite v0.21.0 |
| 640 | 2026-05-11T07:55:59.068Z | Compiling slog-stdlog v4.1.1 |
| 641 | 2026-05-11T07:55:59.216Z | Compiling console v0.16.3 |
| 642 | 2026-05-11T07:55:59.260Z | Compiling zone_cfg_derive v0.3.1 |
| 643 | 2026-05-11T07:55:59.271Z | Compiling async-trait v0.1.89 |
| 644 | 2026-05-11T07:55:59.313Z | Compiling clap_derive v4.6.1 |
| 645 | 2026-05-11T07:55:59.954Z | Compiling unit-prefix v0.5.2 |
| 646 | 2026-05-11T07:56:00.009Z | Compiling base64 v0.21.7 |
| 647 | 2026-05-11T07:56:00.094Z | Compiling indicatif v0.18.4 |
| 648 | 2026-05-11T07:56:00.248Z | Compiling zone v0.3.1 |
| 649 | 2026-05-11T07:56:00.344Z | Compiling ron v0.12.1 |
| 650 | 2026-05-11T07:56:00.353Z | Compiling slog-envlogger v2.2.0 |
| 651 | 2026-05-11T07:56:00.756Z | Compiling xz2 v0.1.7 |
| 652 | 2026-05-11T07:56:01.017Z | Compiling tabwriter v1.4.1 |
| 653 | 2026-05-11T07:56:01.020Z | Compiling clap v4.6.1 |
| 654 | 2026-05-11T07:56:01.104Z | Compiling sha2 v0.10.9 |
| 655 | 2026-05-11T07:56:01.171Z | Compiling smf v0.2.3 |
| 656 | 2026-05-11T07:56:01.266Z | Compiling base16ct v1.0.0 |
| 657 | 2026-05-11T07:56:01.338Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 658 | 2026-05-11T07:56:01.620Z | Compiling progenitor v0.10.0 |
| 659 | 2026-05-11T07:56:01.705Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 660 | 2026-05-11T07:56:01.942Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 661 | 2026-05-11T07:56:02.231Z | Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 662 | 2026-05-11T07:56:04.784Z | Compiling duo-unit v0.1.0 (/work/oxidecomputer/falcon/examples/duo-unit) |
| 663 | 2026-05-11T07:56:06.597Z | Compiling solo v0.1.0 (/work/oxidecomputer/falcon/examples/solo) |
| 664 | 2026-05-11T07:56:06.600Z | Compiling helios-dev v0.1.0 (/work/oxidecomputer/falcon/examples/helios-dev) |
| 665 | 2026-05-11T07:56:06.600Z | Compiling duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo) |
| 666 | 2026-05-11T07:56:14.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.88s |
| 667 | 2026-05-11T07:56:14.212Z | |
| 668 | 2026-05-11T07:56:14.212Z | real 48.033790825 |
| 669 | 2026-05-11T07:56:14.212Z | user 3:30.502583555 |
| 670 | 2026-05-11T07:56:14.212Z | sys 41.536913163 |
| 671 | 2026-05-11T07:56:14.212Z | trap 0.140336685 |
| 672 | 2026-05-11T07:56:14.212Z | tflt 0.209415097 |
| 673 | 2026-05-11T07:56:14.213Z | dflt 0.625345234 |
| 674 | 2026-05-11T07:56:14.215Z | kflt 0.013112220 |
| 675 | 2026-05-11T07:56:14.215Z | lock 12:45.219679476 |
| 676 | 2026-05-11T07:56:14.215Z | slp 11:21.080227838 |
| 677 | 2026-05-11T07:56:14.216Z | lat 16.287806711 |
| 678 | 2026-05-11T07:56:14.216Z | stop 39.393219667 |
| 679 | 2026-05-11T07:56:14.216Z | + ptime -m cargo build --all --release |
| 680 | 2026-05-11T07:56:14.409Z | Compiling proc-macro2 v1.0.106 |
| 681 | 2026-05-11T07:56:14.409Z | Compiling quote v1.0.45 |
| 682 | 2026-05-11T07:56:14.410Z | Compiling unicode-ident v1.0.24 |
| 683 | 2026-05-11T07:56:14.410Z | Compiling libc v0.2.186 |
| 684 | 2026-05-11T07:56:14.410Z | Compiling cfg-if v1.0.4 |
| 685 | 2026-05-11T07:56:14.410Z | Compiling serde_core v1.0.228 |
| 686 | 2026-05-11T07:56:14.413Z | Compiling memchr v2.8.0 |
| 687 | 2026-05-11T07:56:14.510Z | Compiling itoa v1.0.18 |
| 688 | 2026-05-11T07:56:14.547Z | Compiling zmij v1.0.21 |
| 689 | 2026-05-11T07:56:14.753Z | Compiling autocfg v1.5.0 |
| 690 | 2026-05-11T07:56:14.765Z | Compiling serde v1.0.228 |
| 691 | 2026-05-11T07:56:14.832Z | Compiling serde_json v1.0.149 |
| 692 | 2026-05-11T07:56:15.088Z | Compiling num-traits v0.2.19 |
| 693 | 2026-05-11T07:56:15.091Z | Compiling version_check v0.9.5 |
| 694 | 2026-05-11T07:56:15.111Z | Compiling equivalent v1.0.2 |
| 695 | 2026-05-11T07:56:15.181Z | Compiling pin-project-lite v0.2.17 |
| 696 | 2026-05-11T07:56:15.186Z | Compiling stable_deref_trait v1.2.1 |
| 697 | 2026-05-11T07:56:15.250Z | Compiling smallvec v1.15.1 |
| 698 | 2026-05-11T07:56:15.325Z | Compiling bytes v1.11.1 |
| 699 | 2026-05-11T07:56:15.342Z | Compiling futures-core v0.3.32 |
| 700 | 2026-05-11T07:56:15.486Z | Compiling shlex v1.3.0 |
| 701 | 2026-05-11T07:56:15.588Z | Compiling find-msvc-tools v0.1.9 |
| 702 | 2026-05-11T07:56:15.600Z | Compiling thiserror v2.0.18 |
| 703 | 2026-05-11T07:56:15.618Z | Compiling schemars v0.8.22 |
| 704 | 2026-05-11T07:56:15.655Z | Compiling syn v2.0.117 |
| 705 | 2026-05-11T07:56:15.716Z | Compiling cc v1.2.62 |
| 706 | 2026-05-11T07:56:15.954Z | Compiling parking_lot_core v0.9.12 |
| 707 | 2026-05-11T07:56:15.974Z | Compiling rustversion v1.0.22 |
| 708 | 2026-05-11T07:56:16.239Z | Compiling socket2 v0.6.3 |
| 709 | 2026-05-11T07:56:16.320Z | Compiling futures-sink v0.3.32 |
| 710 | 2026-05-11T07:56:16.361Z | Compiling scopeguard v1.2.0 |
| 711 | 2026-05-11T07:56:16.420Z | Compiling rand_core v0.10.1 |
| 712 | 2026-05-11T07:56:16.453Z | Compiling getrandom v0.4.2 |
| 713 | 2026-05-11T07:56:16.528Z | Compiling lock_api v0.4.14 |
| 714 | 2026-05-11T07:56:16.759Z | Compiling getrandom v0.2.17 |
| 715 | 2026-05-11T07:56:16.804Z | Compiling errno v0.3.14 |
| 716 | 2026-05-11T07:56:16.899Z | Compiling litemap v0.8.2 |
| 717 | 2026-05-11T07:56:16.956Z | Compiling writeable v0.6.3 |
| 718 | 2026-05-11T07:56:16.962Z | Compiling hashbrown v0.17.1 |
| 719 | 2026-05-11T07:56:17.036Z | Compiling parking_lot v0.12.5 |
| 720 | 2026-05-11T07:56:17.086Z | Compiling signal-hook-registry v1.4.8 |
| 721 | 2026-05-11T07:56:17.155Z | Compiling futures-channel v0.3.32 |
| 722 | 2026-05-11T07:56:17.191Z | Compiling http v1.4.0 |
| 723 | 2026-05-11T07:56:17.368Z | Compiling mio v1.2.0 |
| 724 | 2026-05-11T07:56:17.443Z | Compiling indexmap v2.14.0 |
| 725 | 2026-05-11T07:56:17.483Z | Compiling utf8_iter v1.0.4 |
| 726 | 2026-05-11T07:56:17.494Z | Compiling icu_normalizer_data v2.2.0 |
| 727 | 2026-05-11T07:56:17.622Z | Compiling icu_properties_data v2.2.0 |
| 728 | 2026-05-11T07:56:17.646Z | Compiling once_cell v1.21.4 |
| 729 | 2026-05-11T07:56:18.067Z | Compiling winnow v1.0.2 |
| 730 | 2026-05-11T07:56:18.079Z | Compiling iana-time-zone v0.1.65 |
| 731 | 2026-05-11T07:56:18.101Z | Compiling futures-io v0.3.32 |
| 732 | 2026-05-11T07:56:18.112Z | Compiling slab v0.4.12 |
| 733 | 2026-05-11T07:56:18.292Z | Compiling percent-encoding v2.3.2 |
| 734 | 2026-05-11T07:56:18.310Z | Compiling futures-task v0.3.32 |
| 735 | 2026-05-11T07:56:18.417Z | Compiling chrono v0.4.44 |
| 736 | 2026-05-11T07:56:18.554Z | Compiling synstructure v0.13.2 |
| 737 | 2026-05-11T07:56:19.000Z | Compiling serde_derive_internals v0.29.1 |
| 738 | 2026-05-11T07:56:19.044Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 739 | 2026-05-11T07:56:19.225Z | Compiling ring v0.17.14 |
| 740 | 2026-05-11T07:56:19.231Z | Compiling httparse v1.10.1 |
| 741 | 2026-05-11T07:56:19.404Z | Compiling foldhash v0.2.0 |
| 742 | 2026-05-11T07:56:19.555Z | Compiling allocator-api2 v0.2.21 |
| 743 | 2026-05-11T07:56:19.580Z | Compiling heck v0.5.0 |
| 744 | 2026-05-11T07:56:19.585Z | Compiling log v0.4.29 |
| 745 | 2026-05-11T07:56:19.716Z | Compiling syn v1.0.109 |
| 746 | 2026-05-11T07:56:19.755Z | Compiling serde_derive v1.0.228 |
| 747 | 2026-05-11T07:56:19.769Z | Compiling zerofrom-derive v0.1.7 |
| 748 | 2026-05-11T07:56:19.825Z | Compiling yoke-derive v0.8.2 |
| 749 | 2026-05-11T07:56:19.866Z | Compiling zerovec-derive v0.11.3 |
| 750 | 2026-05-11T07:56:20.034Z | Compiling displaydoc v0.2.5 |
| 751 | 2026-05-11T07:56:20.577Z | Compiling thiserror-impl v2.0.18 |
| 752 | 2026-05-11T07:56:20.835Z | Compiling schemars_derive v0.8.22 |
| 753 | 2026-05-11T07:56:20.900Z | Compiling tokio-macros v2.7.0 |
| 754 | 2026-05-11T07:56:20.948Z | Compiling zerofrom v0.1.7 |
| 755 | 2026-05-11T07:56:20.982Z | Compiling futures-macro v0.3.32 |
| 756 | 2026-05-11T07:56:21.068Z | Compiling yoke v0.8.2 |
| 757 | 2026-05-11T07:56:21.262Z | Compiling zerovec v0.11.6 |
| 758 | 2026-05-11T07:56:21.658Z | Compiling zerotrie v0.2.4 |
| 759 | 2026-05-11T07:56:21.828Z | Compiling tinystr v0.8.3 |
| 760 | 2026-05-11T07:56:21.851Z | Compiling potential_utf v0.1.5 |
| 761 | 2026-05-11T07:56:21.874Z | Compiling tokio v1.52.3 |
| 762 | 2026-05-11T07:56:21.918Z | Compiling futures-util v0.3.32 |
| 763 | 2026-05-11T07:56:22.023Z | Compiling icu_locale_core v2.2.0 |
| 764 | 2026-05-11T07:56:22.034Z | Compiling icu_collections v2.2.0 |
| 765 | 2026-05-11T07:56:22.088Z | Compiling hashbrown v0.16.1 |
| 766 | 2026-05-11T07:56:22.900Z | Compiling icu_provider v2.2.0 |
| 767 | 2026-05-11T07:56:22.969Z | Compiling generic-array v0.14.7 |
| 768 | 2026-05-11T07:56:23.080Z | Compiling zeroize v1.8.2 |
| 769 | 2026-05-11T07:56:23.116Z | Compiling dyn-clone v1.0.20 |
| 770 | 2026-05-11T07:56:23.208Z | Compiling icu_normalizer v2.2.0 |
| 771 | 2026-05-11T07:56:23.236Z | Compiling icu_properties v2.2.0 |
| 772 | 2026-05-11T07:56:23.262Z | Compiling thiserror v1.0.69 |
| 773 | 2026-05-11T07:56:23.520Z | Compiling uuid v1.23.1 |
| 774 | 2026-05-11T07:56:23.579Z | Compiling zerocopy v0.8.48 |
| 775 | 2026-05-11T07:56:23.992Z | Compiling rustls-pki-types v1.14.1 |
| 776 | 2026-05-11T07:56:24.105Z | Compiling regress v0.10.5 |
| 777 | 2026-05-11T07:56:24.404Z | Compiling idna_adapter v1.2.2 |
| 778 | 2026-05-11T07:56:24.802Z | Compiling tracing-attributes v0.1.31 |
| 779 | 2026-05-11T07:56:24.853Z | Compiling thiserror-impl v1.0.69 |
| 780 | 2026-05-11T07:56:24.859Z | Compiling form_urlencoded v1.2.2 |
| 781 | 2026-05-11T07:56:24.924Z | Compiling http-body v1.0.1 |
| 782 | 2026-05-11T07:56:25.006Z | Compiling tracing-core v0.1.36 |
| 783 | 2026-05-11T07:56:25.124Z | Compiling semver v1.0.28 |
| 784 | 2026-05-11T07:56:25.659Z | Compiling untrusted v0.9.0 |
| 785 | 2026-05-11T07:56:25.963Z | Compiling typenum v1.20.0 |
| 786 | 2026-05-11T07:56:26.045Z | Compiling tracing v0.1.44 |
| 787 | 2026-05-11T07:56:26.120Z | Compiling typify-impl v0.4.3 |
| 788 | 2026-05-11T07:56:26.236Z | Compiling idna v1.1.0 |
| 789 | 2026-05-11T07:56:27.156Z | Compiling serde_tokenstream v0.2.3 |
| 790 | 2026-05-11T07:56:27.437Z | Compiling slog v2.8.2 |
| 791 | 2026-05-11T07:56:27.678Z | Compiling proc-macro-error-attr v1.0.4 |
| 792 | 2026-05-11T07:56:27.946Z | Compiling rustls v0.23.40 |
| 793 | 2026-05-11T07:56:28.174Z | Compiling tower-service v0.3.3 |
| 794 | 2026-05-11T07:56:28.243Z | Compiling base64 v0.22.1 |
| 795 | 2026-05-11T07:56:28.264Z | Compiling try-lock v0.2.5 |
| 796 | 2026-05-11T07:56:28.359Z | Compiling want v0.3.1 |
| 797 | 2026-05-11T07:56:28.593Z | Compiling rustls-webpki v0.103.13 |
| 798 | 2026-05-11T07:56:28.713Z | Compiling url v2.5.8 |
| 799 | 2026-05-11T07:56:29.429Z | Compiling typify-macro v0.4.3 |
| 800 | 2026-05-11T07:56:29.470Z | Compiling ppv-lite86 v0.2.21 |
| 801 | 2026-05-11T07:56:29.797Z | Compiling erased-serde v0.3.31 |
| 802 | 2026-05-11T07:56:30.282Z | Compiling proc-macro-error v1.0.4 |
| 803 | 2026-05-11T07:56:30.431Z | Compiling subtle v2.6.1 |
| 804 | 2026-05-11T07:56:30.574Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 805 | 2026-05-11T07:56:30.764Z | Compiling atomic-waker v1.1.2 |
| 806 | 2026-05-11T07:56:30.808Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 807 | 2026-05-11T07:56:30.918Z | Compiling hyper v1.9.0 |
| 808 | 2026-05-11T07:56:31.604Z | Compiling block-buffer v0.10.4 |
| 809 | 2026-05-11T07:56:31.703Z | Compiling crypto-common v0.1.7 |
| 810 | 2026-05-11T07:56:31.709Z | Compiling bitflags v2.11.1 |
| 811 | 2026-05-11T07:56:31.743Z | Compiling aho-corasick v1.1.4 |
| 812 | 2026-05-11T07:56:31.747Z | Compiling sync_wrapper v1.0.2 |
| 813 | 2026-05-11T07:56:31.829Z | Compiling getrandom v0.3.4 |
| 814 | 2026-05-11T07:56:31.844Z | Compiling regex-syntax v0.8.10 |
| 815 | 2026-05-11T07:56:32.052Z | Compiling ipnet v2.12.0 |
| 816 | 2026-05-11T07:56:32.168Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 817 | 2026-05-11T07:56:33.092Z | Compiling tower-layer v0.3.3 |
| 818 | 2026-05-11T07:56:33.242Z | Compiling tower v0.5.3 |
| 819 | 2026-05-11T07:56:33.285Z | Compiling regex-automata v0.4.14 |
| 820 | 2026-05-11T07:56:33.850Z | Compiling hyper-util v0.1.20 |
| 821 | 2026-05-11T07:56:33.869Z | Compiling digest v0.10.7 |
| 822 | 2026-05-11T07:56:34.087Z | Compiling tokio-rustls v0.26.4 |
| 823 | 2026-05-11T07:56:34.451Z | Compiling proc-macro-crate v3.5.0 |
| 824 | 2026-05-11T07:56:35.781Z | Compiling webpki-roots v1.0.7 |
| 825 | 2026-05-11T07:56:35.896Z | Compiling rand_core v0.6.4 |
| 826 | 2026-05-11T07:56:36.154Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 827 | 2026-05-11T07:56:37.289Z | Compiling ryu v1.0.23 |
| 828 | 2026-05-11T07:56:37.572Z | Compiling crossbeam-utils v0.8.21 |
| 829 | 2026-05-11T07:56:37.572Z | Compiling heck v0.4.1 |
| 830 | 2026-05-11T07:56:37.705Z | Compiling crucible-workspace-hack v0.1.0 |
| 831 | 2026-05-11T07:56:37.761Z | Compiling cpufeatures v0.2.17 |
| 832 | 2026-05-11T07:56:37.943Z | Compiling serde_urlencoded v0.7.1 |
| 833 | 2026-05-11T07:56:38.663Z | Compiling regex v1.12.3 |
| 834 | 2026-05-11T07:56:38.711Z | Compiling rand_chacha v0.3.1 |
| 835 | 2026-05-11T07:56:39.174Z | Compiling hyper-rustls v0.27.9 |
| 836 | 2026-05-11T07:56:39.653Z | Compiling num_enum_derive v0.7.6 |
| 837 | 2026-05-11T07:56:39.828Z | Compiling tower-http v0.6.10 |
| 838 | 2026-05-11T07:56:39.921Z | Compiling typify v0.4.3 |
| 839 | 2026-05-11T07:56:40.007Z | Compiling tokio-util v0.7.18 |
| 840 | 2026-05-11T07:56:40.109Z | Compiling http-body-util v0.1.3 |
| 841 | 2026-05-11T07:56:40.379Z | Compiling openapiv3 v2.2.0 |
| 842 | 2026-05-11T07:56:40.482Z | Compiling foreign-types-macros v0.2.3 |
| 843 | 2026-05-11T07:56:40.685Z | Compiling serde_spanned v1.1.1 |
| 844 | 2026-05-11T07:56:40.810Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 845 | 2026-05-11T07:56:40.842Z | Compiling pkg-config v0.3.33 |
| 846 | 2026-05-11T07:56:41.071Z | Compiling prettyplease v0.2.37 |
| 847 | 2026-05-11T07:56:41.158Z | Compiling cpufeatures v0.3.0 |
| 848 | 2026-05-11T07:56:41.231Z | Compiling utf8parse v0.2.2 |
| 849 | 2026-05-11T07:56:41.288Z | Compiling anyhow v1.0.102 |
| 850 | 2026-05-11T07:56:41.482Z | Compiling foreign-types-shared v0.3.1 |
| 851 | 2026-05-11T07:56:41.574Z | Compiling time-core v0.1.8 |
| 852 | 2026-05-11T07:56:41.621Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 853 | 2026-05-11T07:56:41.714Z | Compiling either v1.15.0 |
| 854 | 2026-05-11T07:56:41.825Z | Compiling unsafe-libyaml v0.2.11 |
| 855 | 2026-05-11T07:56:41.930Z | Compiling winnow v0.7.15 |
| 856 | 2026-05-11T07:56:41.938Z | Compiling num-conv v0.2.1 |
| 857 | 2026-05-11T07:56:42.077Z | Compiling powerfmt v0.2.0 |
| 858 | 2026-05-11T07:56:42.348Z | Compiling serde_yaml v0.9.34+deprecated |
| 859 | 2026-05-11T07:56:42.480Z | Compiling deranged v0.5.8 |
| 860 | 2026-05-11T07:56:42.803Z | Compiling time-macros v0.2.27 |
| 861 | 2026-05-11T07:56:43.262Z | Compiling toml v0.9.12+spec-1.1.0 |
| 862 | 2026-05-11T07:56:43.574Z | Compiling itertools v0.12.1 |
| 863 | 2026-05-11T07:56:43.580Z | Compiling progenitor-impl v0.10.0 |
| 864 | 2026-05-11T07:56:43.994Z | Compiling foreign-types v0.5.0 |
| 865 | 2026-05-11T07:56:44.082Z | Compiling anstyle-parse v1.0.0 |
| 866 | 2026-05-11T07:56:44.296Z | Compiling lzma-sys v0.1.20 |
| 867 | 2026-05-11T07:56:44.373Z | Compiling chacha20 v0.10.0 |
| 868 | 2026-05-11T07:56:44.655Z | Compiling num_enum v0.7.6 |
| 869 | 2026-05-11T07:56:44.692Z | Compiling reqwest v0.12.28 |
| 870 | 2026-05-11T07:56:44.860Z | Compiling rand_core v0.9.5 |
| 871 | 2026-05-11T07:56:45.048Z | Compiling rand v0.8.6 |
| 872 | 2026-05-11T07:56:45.576Z | Compiling sha1 v0.10.6 |
| 873 | 2026-05-11T07:56:45.969Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 874 | 2026-05-11T07:56:46.004Z | Compiling arc-swap v1.9.1 |
| 875 | 2026-05-11T07:56:46.307Z | Compiling cstr-argument v0.1.2 |
| 876 | 2026-05-11T07:56:46.341Z | Compiling thread_local v1.1.9 |
| 877 | 2026-05-11T07:56:46.469Z | Compiling anstyle-query v1.1.5 |
| 878 | 2026-05-11T07:56:46.479Z | Compiling portable-atomic v1.13.1 |
| 879 | 2026-05-11T07:56:46.569Z | Compiling lazy_static v1.5.0 |
| 880 | 2026-05-11T07:56:46.669Z | Compiling typeid v1.0.3 |
| 881 | 2026-05-11T07:56:46.686Z | Compiling slog-async v2.8.0 |
| 882 | 2026-05-11T07:56:46.929Z | Compiling colorchoice v1.0.5 |
| 883 | 2026-05-11T07:56:46.969Z | Compiling byteorder v1.5.0 |
| 884 | 2026-05-11T07:56:46.988Z | Compiling utf-8 v0.7.6 |
| 885 | 2026-05-11T07:56:47.178Z | Compiling anstyle v1.0.14 |
| 886 | 2026-05-11T07:56:47.211Z | Compiling is_terminal_polyfill v1.70.2 |
| 887 | 2026-05-11T07:56:47.301Z | Compiling data-encoding v2.11.0 |
| 888 | 2026-05-11T07:56:47.326Z | Compiling unicode-width v0.2.2 |
| 889 | 2026-05-11T07:56:47.435Z | Compiling pretty-hex v0.4.2 |
| 890 | 2026-05-11T07:56:47.572Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1) |
| 891 | 2026-05-11T07:56:47.629Z | Compiling tungstenite v0.21.0 |
| 892 | 2026-05-11T07:56:47.687Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 893 | 2026-05-11T07:56:47.818Z | Compiling anstream v1.0.0 |
| 894 | 2026-05-11T07:56:47.906Z | Compiling time v0.3.47 |
| 895 | 2026-05-11T07:56:49.750Z | Compiling slog-scope v4.4.1 |
| 896 | 2026-05-11T07:56:49.959Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 897 | 2026-05-11T07:56:49.978Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 898 | 2026-05-11T07:56:50.081Z | Compiling crossbeam-channel v0.5.15 |
| 899 | 2026-05-11T07:56:50.200Z | Compiling progenitor-client v0.10.0 |
| 900 | 2026-05-11T07:56:50.379Z | Compiling progenitor-macro v0.10.0 |
| 901 | 2026-05-11T07:56:50.450Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 902 | 2026-05-11T07:56:50.684Z | Compiling rand_chacha v0.9.0 |
| 903 | 2026-05-11T07:56:50.777Z | Compiling rand v0.10.1 |
| 904 | 2026-05-11T07:56:51.927Z | Compiling cargo_toml v0.22.3 |
| 905 | 2026-05-11T07:56:52.258Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 906 | 2026-05-11T07:56:52.688Z | Compiling futures-executor v0.3.32 |
| 907 | 2026-05-11T07:56:53.237Z | Compiling is-terminal v0.4.17 |
| 908 | 2026-05-11T07:56:53.334Z | Compiling colored v3.1.1 |
| 909 | 2026-05-11T07:56:53.770Z | Compiling strsim v0.11.1 |
| 910 | 2026-05-11T07:56:54.002Z | Compiling clap_lex v1.1.0 |
| 911 | 2026-05-11T07:56:54.114Z | Compiling take_mut v0.2.2 |
| 912 | 2026-05-11T07:56:54.227Z | Compiling oxnet v0.1.5 |
| 913 | 2026-05-11T07:56:54.361Z | Compiling camino v1.2.2 |
| 914 | 2026-05-11T07:56:54.474Z | Compiling term v1.2.1 |
| 915 | 2026-05-11T07:56:54.552Z | Compiling progenitor v0.10.0 |
| 916 | 2026-05-11T07:56:54.736Z | Compiling clap_builder v4.6.0 |
| 917 | 2026-05-11T07:56:56.080Z | Compiling slog-term v2.9.2 |
| 918 | 2026-05-11T07:56:56.412Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 919 | 2026-05-11T07:56:57.277Z | Compiling futures v0.3.32 |
| 920 | 2026-05-11T07:56:57.354Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 921 | 2026-05-11T07:56:57.390Z | Compiling rand v0.9.4 |
| 922 | 2026-05-11T07:56:57.981Z | Compiling slog-stdlog v4.1.1 |
| 923 | 2026-05-11T07:56:58.336Z | Compiling tokio-tungstenite v0.21.0 |
| 924 | 2026-05-11T07:56:58.383Z | Compiling console v0.16.3 |
| 925 | 2026-05-11T07:56:58.833Z | Compiling zone_cfg_derive v0.3.1 |
| 926 | 2026-05-11T07:56:59.234Z | Compiling clap_derive v4.6.1 |
| 927 | 2026-05-11T07:56:59.506Z | Compiling async-trait v0.1.89 |
| 928 | 2026-05-11T07:56:59.955Z | Compiling unit-prefix v0.5.2 |
| 929 | 2026-05-11T07:57:00.470Z | Compiling base64 v0.21.7 |
| 930 | 2026-05-11T07:57:00.476Z | Compiling indicatif v0.18.4 |
| 931 | 2026-05-11T07:57:00.922Z | Compiling clap v4.6.1 |
| 932 | 2026-05-11T07:57:00.988Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 933 | 2026-05-11T07:57:01.000Z | Compiling zone v0.3.1 |
| 934 | 2026-05-11T07:57:02.630Z | Compiling ron v0.12.1 |
| 935 | 2026-05-11T07:57:03.468Z | Compiling slog-envlogger v2.2.0 |
| 936 | 2026-05-11T07:57:04.785Z | Compiling xz2 v0.1.7 |
| 937 | 2026-05-11T07:57:05.073Z | Compiling tabwriter v1.4.1 |
| 938 | 2026-05-11T07:57:05.159Z | Compiling sha2 v0.10.9 |
| 939 | 2026-05-11T07:57:05.427Z | Compiling smf v0.2.3 |
| 940 | 2026-05-11T07:57:05.480Z | Compiling base16ct v1.0.0 |
| 941 | 2026-05-11T07:57:05.506Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 942 | 2026-05-11T07:57:06.195Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 943 | 2026-05-11T07:57:06.608Z | Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 944 | 2026-05-11T07:57:07.851Z | Compiling duo-unit v0.1.0 (/work/oxidecomputer/falcon/examples/duo-unit) |
| 945 | 2026-05-11T07:57:11.229Z | Compiling solo v0.1.0 (/work/oxidecomputer/falcon/examples/solo) |
| 946 | 2026-05-11T07:57:11.229Z | Compiling duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo) |
| 947 | 2026-05-11T07:57:11.232Z | Compiling helios-dev v0.1.0 (/work/oxidecomputer/falcon/examples/helios-dev) |
| 948 | 2026-05-11T07:57:25.414Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 949 | 2026-05-11T07:57:25.470Z | |
| 950 | 2026-05-11T07:57:25.470Z | real 1:11.237367315 |
| 951 | 2026-05-11T07:57:25.470Z | user 8:03.488556025 |
| 952 | 2026-05-11T07:57:25.470Z | sys 39.366543289 |
| 953 | 2026-05-11T07:57:25.474Z | trap 0.256652701 |
| 954 | 2026-05-11T07:57:25.474Z | tflt 0.358759839 |
| 955 | 2026-05-11T07:57:25.474Z | dflt 0.770787133 |
| 956 | 2026-05-11T07:57:25.474Z | kflt 0.000037294 |
| 957 | 2026-05-11T07:57:25.474Z | lock 30:23.213356855 |
| 958 | 2026-05-11T07:57:25.474Z | slp 20:58.358259924 |
| 959 | 2026-05-11T07:57:25.474Z | lat 24.545131349 |
| 960 | 2026-05-11T07:57:25.474Z | stop 25.716901097 |
| 961 | 2026-05-11T07:57:25.474Z | + banner check |
| 962 | 2026-05-11T07:57:25.474Z | |
| 963 | 2026-05-11T07:57:25.474Z | #### # # ###### #### # # |
| 964 | 2026-05-11T07:57:25.474Z | # # # # # # # # # |
| 965 | 2026-05-11T07:57:25.474Z | # ###### ##### # #### |
| 966 | 2026-05-11T07:57:25.474Z | # # # # # # # |
| 967 | 2026-05-11T07:57:25.474Z | # # # # # # # # # |
| 968 | 2026-05-11T07:57:25.475Z | #### # # ###### #### # # |
| 969 | 2026-05-11T07:57:25.475Z | |
| 970 | 2026-05-11T07:57:25.475Z | + cargo fmt --all -- --check |
| 971 | 2026-05-11T07:57:25.582Z | + cargo clippy --all -- --deny warnings |
| 972 | 2026-05-11T07:57:25.876Z | Compiling unicode-ident v1.0.24 |
| 973 | 2026-05-11T07:57:25.876Z | Checking cfg-if v1.0.4 |
| 974 | 2026-05-11T07:57:25.879Z | Checking memchr v2.8.0 |
| 975 | 2026-05-11T07:57:25.880Z | Checking itoa v1.0.18 |
| 976 | 2026-05-11T07:57:25.880Z | Checking libc v0.2.186 |
| 977 | 2026-05-11T07:57:25.918Z | Checking serde_core v1.0.228 |
| 978 | 2026-05-11T07:57:25.930Z | Compiling equivalent v1.0.2 |
| 979 | 2026-05-11T07:57:25.932Z | Checking smallvec v1.15.1 |
| 980 | 2026-05-11T07:57:25.964Z | Checking stable_deref_trait v1.2.1 |
| 981 | 2026-05-11T07:57:25.994Z | Compiling proc-macro2 v1.0.106 |
| 982 | 2026-05-11T07:57:26.019Z | Checking pin-project-lite v0.2.17 |
| 983 | 2026-05-11T07:57:26.025Z | Checking bytes v1.11.1 |
| 984 | 2026-05-11T07:57:26.043Z | Checking futures-core v0.3.32 |
| 985 | 2026-05-11T07:57:26.090Z | Checking futures-sink v0.3.32 |
| 986 | 2026-05-11T07:57:26.096Z | Checking scopeguard v1.2.0 |
| 987 | 2026-05-11T07:57:26.150Z | Checking rand_core v0.10.1 |
| 988 | 2026-05-11T07:57:26.175Z | Checking lock_api v0.4.14 |
| 989 | 2026-05-11T07:57:26.196Z | Checking socket2 v0.6.3 |
| 990 | 2026-05-11T07:57:26.276Z | Checking parking_lot_core v0.9.12 |
| 991 | 2026-05-11T07:57:26.285Z | Checking errno v0.3.14 |
| 992 | 2026-05-11T07:57:26.336Z | Compiling quote v1.0.45 |
| 993 | 2026-05-11T07:57:26.354Z | Checking getrandom v0.2.17 |
| 994 | 2026-05-11T07:57:26.387Z | Compiling hashbrown v0.17.1 |
| 995 | 2026-05-11T07:57:26.423Z | Checking litemap v0.8.2 |
| 996 | 2026-05-11T07:57:26.434Z | Checking writeable v0.6.3 |
| 997 | 2026-05-11T07:57:26.448Z | Checking parking_lot v0.12.5 |
| 998 | 2026-05-11T07:57:26.481Z | Checking http v1.4.0 |
| 999 | 2026-05-11T07:57:26.525Z | Compiling syn v2.0.117 |
| 1000 | 2026-05-11T07:57:26.575Z | Checking signal-hook-registry v1.4.8 |
| 1001 | 2026-05-11T07:57:26.582Z | Checking getrandom v0.4.2 |
| 1002 | 2026-05-11T07:57:26.584Z | Checking mio v1.2.0 |
| 1003 | 2026-05-11T07:57:26.619Z | Checking futures-channel v0.3.32 |
| 1004 | 2026-05-11T07:57:26.707Z | Checking zmij v1.0.21 |
| 1005 | 2026-05-11T07:57:26.721Z | Checking utf8_iter v1.0.4 |
| 1006 | 2026-05-11T07:57:26.796Z | Checking once_cell v1.21.4 |
| 1007 | 2026-05-11T07:57:26.831Z | Checking num-traits v0.2.19 |
| 1008 | 2026-05-11T07:57:26.909Z | Compiling indexmap v2.14.0 |
| 1009 | 2026-05-11T07:57:26.916Z | Checking iana-time-zone v0.1.65 |
| 1010 | 2026-05-11T07:57:26.954Z | Checking percent-encoding v2.3.2 |
| 1011 | 2026-05-11T07:57:27.008Z | Checking slab v0.4.12 |
| 1012 | 2026-05-11T07:57:27.019Z | Compiling winnow v1.0.2 |
| 1013 | 2026-05-11T07:57:27.081Z | Checking futures-task v0.3.32 |
| 1014 | 2026-05-11T07:57:27.096Z | Checking futures-io v0.3.32 |
| 1015 | 2026-05-11T07:57:27.153Z | Compiling serde_json v1.0.149 |
| 1016 | 2026-05-11T07:57:27.200Z | Checking icu_properties_data v2.2.0 |
| 1017 | 2026-05-11T07:57:27.206Z | Checking icu_normalizer_data v2.2.0 |
| 1018 | 2026-05-11T07:57:27.296Z | Checking chrono v0.4.44 |
| 1019 | 2026-05-11T07:57:27.319Z | Compiling heck v0.5.0 |
| 1020 | 2026-05-11T07:57:27.509Z | Compiling allocator-api2 v0.2.21 |
| 1021 | 2026-05-11T07:57:27.527Z | Compiling foldhash v0.2.0 |
| 1022 | 2026-05-11T07:57:27.672Z | Checking log v0.4.29 |
| 1023 | 2026-05-11T07:57:27.792Z | Compiling hashbrown v0.16.1 |
| 1024 | 2026-05-11T07:57:27.824Z | Checking zeroize v1.8.2 |
| 1025 | 2026-05-11T07:57:27.960Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1026 | 2026-05-11T07:57:27.990Z | Compiling dyn-clone v1.0.20 |
| 1027 | 2026-05-11T07:57:28.019Z | Checking rustls-pki-types v1.14.1 |
| 1028 | 2026-05-11T07:57:28.048Z | Checking httparse v1.10.1 |
| 1029 | 2026-05-11T07:57:28.053Z | Compiling syn v1.0.109 |
| 1030 | 2026-05-11T07:57:28.107Z | Checking uuid v1.23.1 |
| 1031 | 2026-05-11T07:57:28.239Z | Checking form_urlencoded v1.2.2 |
| 1032 | 2026-05-11T07:57:28.281Z | Compiling regress v0.10.5 |
| 1033 | 2026-05-11T07:57:28.337Z | Checking http-body v1.0.1 |
| 1034 | 2026-05-11T07:57:28.355Z | Checking tracing-core v0.1.36 |
| 1035 | 2026-05-11T07:57:28.380Z | Checking untrusted v0.9.0 |
| 1036 | 2026-05-11T07:57:28.455Z | Checking typenum v1.20.0 |
| 1037 | 2026-05-11T07:57:28.573Z | Checking ring v0.17.14 |
| 1038 | 2026-05-11T07:57:28.583Z | Checking zerocopy v0.8.48 |
| 1039 | 2026-05-11T07:57:28.656Z | Checking try-lock v0.2.5 |
| 1040 | 2026-05-11T07:57:28.663Z | Checking base64 v0.22.1 |
| 1041 | 2026-05-11T07:57:28.743Z | Checking tower-service v0.3.3 |
| 1042 | 2026-05-11T07:57:28.823Z | Checking want v0.3.1 |
| 1043 | 2026-05-11T07:57:28.933Z | Checking atomic-waker v1.1.2 |
| 1044 | 2026-05-11T07:57:29.022Z | Checking subtle v2.6.1 |
| 1045 | 2026-05-11T07:57:29.047Z | Checking generic-array v0.14.7 |
| 1046 | 2026-05-11T07:57:29.269Z | Compiling synstructure v0.13.2 |
| 1047 | 2026-05-11T07:57:29.451Z | Compiling serde_derive_internals v0.29.1 |
| 1048 | 2026-05-11T07:57:29.466Z | Checking crypto-common v0.1.7 |
| 1049 | 2026-05-11T07:57:29.538Z | Checking rustls-webpki v0.103.13 |
| 1050 | 2026-05-11T07:57:29.568Z | Checking block-buffer v0.10.4 |
| 1051 | 2026-05-11T07:57:29.756Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 1052 | 2026-05-11T07:57:29.930Z | Checking rustls v0.23.40 |
| 1053 | 2026-05-11T07:57:30.164Z | Compiling proc-macro-error-attr v1.0.4 |
| 1054 | 2026-05-11T07:57:30.317Z | Checking bitflags v2.11.1 |
| 1055 | 2026-05-11T07:57:30.412Z | Compiling serde_derive v1.0.228 |
| 1056 | 2026-05-11T07:57:30.471Z | Compiling zerofrom-derive v0.1.7 |
| 1057 | 2026-05-11T07:57:30.582Z | Compiling yoke-derive v0.8.2 |
| 1058 | 2026-05-11T07:57:30.646Z | Compiling zerovec-derive v0.11.3 |
| 1059 | 2026-05-11T07:57:30.799Z | Compiling displaydoc v0.2.5 |
| 1060 | 2026-05-11T07:57:31.252Z | Compiling thiserror-impl v2.0.18 |
| 1061 | 2026-05-11T07:57:31.372Z | Compiling schemars_derive v0.8.22 |
| 1062 | 2026-05-11T07:57:31.559Z | Compiling tokio-macros v2.7.0 |
| 1063 | 2026-05-11T07:57:31.683Z | Compiling futures-macro v0.3.32 |
| 1064 | 2026-05-11T07:57:31.689Z | Checking zerofrom v0.1.7 |
| 1065 | 2026-05-11T07:57:31.737Z | Compiling tracing-attributes v0.1.31 |
| 1066 | 2026-05-11T07:57:31.791Z | Checking yoke v0.8.2 |
| 1067 | 2026-05-11T07:57:31.955Z | Checking zerovec v0.11.6 |
| 1068 | 2026-05-11T07:57:32.067Z | Checking zerotrie v0.2.4 |
| 1069 | 2026-05-11T07:57:32.287Z | Checking tokio v1.52.3 |
| 1070 | 2026-05-11T07:57:32.294Z | Compiling thiserror-impl v1.0.69 |
| 1071 | 2026-05-11T07:57:32.406Z | Checking tinystr v0.8.3 |
| 1072 | 2026-05-11T07:57:32.470Z | Checking potential_utf v0.1.5 |
| 1073 | 2026-05-11T07:57:32.493Z | Checking futures-util v0.3.32 |
| 1074 | 2026-05-11T07:57:32.557Z | Compiling thiserror v2.0.18 |
| 1075 | 2026-05-11T07:57:32.572Z | Checking icu_locale_core v2.2.0 |
| 1076 | 2026-05-11T07:57:32.590Z | Checking icu_collections v2.2.0 |
| 1077 | 2026-05-11T07:57:32.742Z | Checking ppv-lite86 v0.2.21 |
| 1078 | 2026-05-11T07:57:32.899Z | Checking aho-corasick v1.1.4 |
| 1079 | 2026-05-11T07:57:32.937Z | Checking tracing v0.1.44 |
| 1080 | 2026-05-11T07:57:33.019Z | Checking sync_wrapper v1.0.2 |
| 1081 | 2026-05-11T07:57:33.073Z | Checking serde v1.0.228 |
| 1082 | 2026-05-11T07:57:33.164Z | Checking icu_provider v2.2.0 |
| 1083 | 2026-05-11T07:57:33.389Z | Checking icu_properties v2.2.0 |
| 1084 | 2026-05-11T07:57:33.447Z | Checking icu_normalizer v2.2.0 |
| 1085 | 2026-05-11T07:57:33.455Z | Checking schemars v0.8.22 |
| 1086 | 2026-05-11T07:57:33.583Z | Compiling serde_tokenstream v0.2.3 |
| 1087 | 2026-05-11T07:57:33.746Z | Checking thiserror v1.0.69 |
| 1088 | 2026-05-11T07:57:33.834Z | Checking erased-serde v0.3.31 |
| 1089 | 2026-05-11T07:57:33.855Z | Compiling regex-syntax v0.8.10 |
| 1090 | 2026-05-11T07:57:34.062Z | Checking ipnet v2.12.0 |
| 1091 | 2026-05-11T07:57:34.203Z | Checking slog v2.8.2 |
| 1092 | 2026-05-11T07:57:34.221Z | Checking idna_adapter v1.2.2 |
| 1093 | 2026-05-11T07:57:34.273Z | Compiling typify-impl v0.4.3 |
| 1094 | 2026-05-11T07:57:34.331Z | Checking idna v1.1.0 |
| 1095 | 2026-05-11T07:57:34.358Z | Checking tower-layer v0.3.3 |
| 1096 | 2026-05-11T07:57:34.479Z | Compiling proc-macro-error v1.0.4 |
| 1097 | 2026-05-11T07:57:34.569Z | Checking url v2.5.8 |
| 1098 | 2026-05-11T07:57:34.622Z | Compiling proc-macro-crate v3.5.0 |
| 1099 | 2026-05-11T07:57:34.961Z | Checking digest v0.10.7 |
| 1100 | 2026-05-11T07:57:35.033Z | Checking webpki-roots v1.0.7 |
| 1101 | 2026-05-11T07:57:35.126Z | Checking rand_core v0.6.4 |
| 1102 | 2026-05-11T07:57:35.136Z | Checking ryu v1.0.23 |
| 1103 | 2026-05-11T07:57:35.260Z | Compiling regex-automata v0.4.14 |
| 1104 | 2026-05-11T07:57:35.288Z | Checking hyper v1.9.0 |
| 1105 | 2026-05-11T07:57:35.392Z | Checking tokio-rustls v0.26.4 |
| 1106 | 2026-05-11T07:57:35.605Z | Checking tower v0.5.3 |
| 1107 | 2026-05-11T07:57:35.854Z | Checking hyper-util v0.1.20 |
| 1108 | 2026-05-11T07:57:35.926Z | Checking cpufeatures v0.2.17 |
| 1109 | 2026-05-11T07:57:35.989Z | Checking semver v1.0.28 |
| 1110 | 2026-05-11T07:57:36.179Z | Checking tower-http v0.6.10 |
| 1111 | 2026-05-11T07:57:36.513Z | Checking tokio-util v0.7.18 |
| 1112 | 2026-05-11T07:57:36.642Z | Checking hyper-rustls v0.27.9 |
| 1113 | 2026-05-11T07:57:36.812Z | Checking rand_chacha v0.3.1 |
| 1114 | 2026-05-11T07:57:36.821Z | Checking serde_urlencoded v0.7.1 |
| 1115 | 2026-05-11T07:57:36.992Z | Compiling regex v1.12.3 |
| 1116 | 2026-05-11T07:57:37.019Z | Compiling num_enum_derive v0.7.6 |
| 1117 | 2026-05-11T07:57:37.059Z | Checking getrandom v0.3.4 |
| 1118 | 2026-05-11T07:57:37.190Z | Compiling openapiv3 v2.2.0 |
| 1119 | 2026-05-11T07:57:37.280Z | Compiling foreign-types-macros v0.2.3 |
| 1120 | 2026-05-11T07:57:37.301Z | Checking http-body-util v0.1.3 |
| 1121 | 2026-05-11T07:57:37.379Z | Compiling serde_spanned v1.1.1 |
| 1122 | 2026-05-11T07:57:37.392Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1123 | 2026-05-11T07:57:37.502Z | Checking utf8parse v0.2.2 |
| 1124 | 2026-05-11T07:57:37.518Z | Checking powerfmt v0.2.0 |
| 1125 | 2026-05-11T07:57:37.595Z | Checking either v1.15.0 |
| 1126 | 2026-05-11T07:57:37.643Z | Compiling typify-macro v0.4.3 |
| 1127 | 2026-05-11T07:57:37.655Z | Compiling winnow v0.7.15 |
| 1128 | 2026-05-11T07:57:37.658Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1129 | 2026-05-11T07:57:37.770Z | Compiling num-conv v0.2.1 |
| 1130 | 2026-05-11T07:57:37.851Z | Checking foreign-types-shared v0.3.1 |
| 1131 | 2026-05-11T07:57:37.903Z | Checking cpufeatures v0.3.0 |
| 1132 | 2026-05-11T07:57:37.924Z | Compiling time-core v0.1.8 |
| 1133 | 2026-05-11T07:57:37.963Z | Checking chacha20 v0.10.0 |
| 1134 | 2026-05-11T07:57:38.002Z | Compiling serde_yaml v0.9.34+deprecated |
| 1135 | 2026-05-11T07:57:38.023Z | Checking num_enum v0.7.6 |
| 1136 | 2026-05-11T07:57:38.055Z | Compiling time-macros v0.2.27 |
| 1137 | 2026-05-11T07:57:38.124Z | Checking foreign-types v0.5.0 |
| 1138 | 2026-05-11T07:57:38.149Z | Checking itertools v0.12.1 |
| 1139 | 2026-05-11T07:57:38.191Z | Checking deranged v0.5.8 |
| 1140 | 2026-05-11T07:57:38.721Z | Checking anstyle-parse v1.0.0 |
| 1141 | 2026-05-11T07:57:38.737Z | Checking reqwest v0.12.28 |
| 1142 | 2026-05-11T07:57:38.861Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1143 | 2026-05-11T07:57:38.938Z | Checking rand_core v0.9.5 |
| 1144 | 2026-05-11T07:57:39.087Z | Checking crucible-workspace-hack v0.1.0 |
| 1145 | 2026-05-11T07:57:39.098Z | Checking rand v0.8.6 |
| 1146 | 2026-05-11T07:57:39.121Z | Compiling typify v0.4.3 |
| 1147 | 2026-05-11T07:57:39.142Z | Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1148 | 2026-05-11T07:57:39.202Z | Compiling progenitor-impl v0.10.0 |
| 1149 | 2026-05-11T07:57:39.214Z | Checking crossbeam-utils v0.8.21 |
| 1150 | 2026-05-11T07:57:39.229Z | Checking sha1 v0.10.6 |
| 1151 | 2026-05-11T07:57:39.244Z | Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1152 | 2026-05-11T07:57:39.340Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1153 | 2026-05-11T07:57:39.371Z | Checking cstr-argument v0.1.2 |
| 1154 | 2026-05-11T07:57:39.387Z | Checking arc-swap v1.9.1 |
| 1155 | 2026-05-11T07:57:39.480Z | Checking thread_local v1.1.9 |
| 1156 | 2026-05-11T07:57:39.587Z | Checking utf-8 v0.7.6 |
| 1157 | 2026-05-11T07:57:39.592Z | Checking colorchoice v1.0.5 |
| 1158 | 2026-05-11T07:57:39.632Z | Checking anstyle v1.0.14 |
| 1159 | 2026-05-11T07:57:39.663Z | Checking pretty-hex v0.4.2 |
| 1160 | 2026-05-11T07:57:39.674Z | Checking byteorder v1.5.0 |
| 1161 | 2026-05-11T07:57:39.703Z | Checking data-encoding v2.11.0 |
| 1162 | 2026-05-11T07:57:39.770Z | Checking unicode-width v0.2.2 |
| 1163 | 2026-05-11T07:57:39.804Z | Checking lazy_static v1.5.0 |
| 1164 | 2026-05-11T07:57:39.819Z | Checking is_terminal_polyfill v1.70.2 |
| 1165 | 2026-05-11T07:57:39.888Z | Checking anstyle-query v1.1.5 |
| 1166 | 2026-05-11T07:57:39.895Z | Checking slog-scope v4.4.1 |
| 1167 | 2026-05-11T07:57:39.966Z | Checking tungstenite v0.21.0 |
| 1168 | 2026-05-11T07:57:39.969Z | Checking anstream v1.0.0 |
| 1169 | 2026-05-11T07:57:39.969Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1170 | 2026-05-11T07:57:39.994Z | Checking time v0.3.47 |
| 1171 | 2026-05-11T07:57:40.012Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 1172 | 2026-05-11T07:57:40.015Z | Compiling cargo_toml v0.22.3 |
| 1173 | 2026-05-11T07:57:40.061Z | Checking crossbeam-channel v0.5.15 |
| 1174 | 2026-05-11T07:57:40.149Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1175 | 2026-05-11T07:57:40.160Z | Checking progenitor-client v0.10.0 |
| 1176 | 2026-05-11T07:57:40.304Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1177 | 2026-05-11T07:57:40.356Z | Checking rand_chacha v0.9.0 |
| 1178 | 2026-05-11T07:57:40.359Z | Compiling prettyplease v0.2.37 |
| 1179 | 2026-05-11T07:57:40.380Z | Checking anyhow v1.0.102 |
| 1180 | 2026-05-11T07:57:40.525Z | Checking rand v0.10.1 |
| 1181 | 2026-05-11T07:57:40.557Z | Checking futures-executor v0.3.32 |
| 1182 | 2026-05-11T07:57:40.565Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1183 | 2026-05-11T07:57:40.695Z | Checking is-terminal v0.4.17 |
| 1184 | 2026-05-11T07:57:40.793Z | Checking term v1.2.1 |
| 1185 | 2026-05-11T07:57:40.800Z | Checking colored v3.1.1 |
| 1186 | 2026-05-11T07:57:40.803Z | Checking take_mut v0.2.2 |
| 1187 | 2026-05-11T07:57:40.897Z | Checking clap_lex v1.1.0 |
| 1188 | 2026-05-11T07:57:40.985Z | Checking strsim v0.11.1 |
| 1189 | 2026-05-11T07:57:40.991Z | Checking oxnet v0.1.5 |
| 1190 | 2026-05-11T07:57:41.006Z | Checking slog-term v2.9.2 |
| 1191 | 2026-05-11T07:57:41.044Z | Checking slog-async v2.8.0 |
| 1192 | 2026-05-11T07:57:41.078Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1193 | 2026-05-11T07:57:41.140Z | Checking clap_builder v4.6.0 |
| 1194 | 2026-05-11T07:57:41.147Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1) |
| 1195 | 2026-05-11T07:57:41.208Z | Checking futures v0.3.32 |
| 1196 | 2026-05-11T07:57:41.237Z | Checking rand v0.9.4 |
| 1197 | 2026-05-11T07:57:41.253Z | Checking lzma-sys v0.1.20 |
| 1198 | 2026-05-11T07:57:41.260Z | Compiling progenitor-macro v0.10.0 |
| 1199 | 2026-05-11T07:57:41.275Z | Checking tokio-tungstenite v0.21.0 |
| 1200 | 2026-05-11T07:57:41.347Z | Checking typeid v1.0.3 |
| 1201 | 2026-05-11T07:57:41.438Z | Checking portable-atomic v1.13.1 |
| 1202 | 2026-05-11T07:57:41.528Z | Checking console v0.16.3 |
| 1203 | 2026-05-11T07:57:41.690Z | Checking slog-stdlog v4.1.1 |
| 1204 | 2026-05-11T07:57:41.807Z | Compiling zone_cfg_derive v0.3.1 |
| 1205 | 2026-05-11T07:57:41.815Z | Compiling async-trait v0.1.89 |
| 1206 | 2026-05-11T07:57:41.836Z | Compiling clap_derive v4.6.1 |
| 1207 | 2026-05-11T07:57:42.289Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 1208 | 2026-05-11T07:57:42.304Z | Checking base64 v0.21.7 |
| 1209 | 2026-05-11T07:57:42.345Z | Checking unit-prefix v0.5.2 |
| 1210 | 2026-05-11T07:57:42.459Z | Checking indicatif v0.18.4 |
| 1211 | 2026-05-11T07:57:42.529Z | Checking zone v0.3.1 |
| 1212 | 2026-05-11T07:57:42.623Z | Checking slog-envlogger v2.2.0 |
| 1213 | 2026-05-11T07:57:42.761Z | Checking ron v0.12.1 |
| 1214 | 2026-05-11T07:57:42.773Z | Checking xz2 v0.1.7 |
| 1215 | 2026-05-11T07:57:42.802Z | Checking camino v1.2.2 |
| 1216 | 2026-05-11T07:57:42.829Z | Checking tabwriter v1.4.1 |
| 1217 | 2026-05-11T07:57:42.922Z | Checking sha2 v0.10.9 |
| 1218 | 2026-05-11T07:57:42.965Z | Checking smf v0.2.3 |
| 1219 | 2026-05-11T07:57:43.038Z | Checking base16ct v1.0.0 |
| 1220 | 2026-05-11T07:57:43.156Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1221 | 2026-05-11T07:57:43.497Z | Checking clap v4.6.1 |
| 1222 | 2026-05-11T07:57:43.748Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1223 | 2026-05-11T07:57:44.013Z | Checking ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 1224 | 2026-05-11T07:57:44.641Z | Checking progenitor v0.10.0 |
| 1225 | 2026-05-11T07:57:44.733Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1226 | 2026-05-11T07:57:47.355Z | Checking helios-dev v0.1.0 (/work/oxidecomputer/falcon/examples/helios-dev) |
| 1227 | 2026-05-11T07:57:47.358Z | Checking duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo) |
| 1228 | 2026-05-11T07:57:47.358Z | Checking duo-unit v0.1.0 (/work/oxidecomputer/falcon/examples/duo-unit) |
| 1229 | 2026-05-11T07:57:47.358Z | Checking solo v0.1.0 (/work/oxidecomputer/falcon/examples/solo) |
| 1230 | 2026-05-11T07:57:47.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.95s |
| 1231 | 2026-05-11T07:57:47.644Z | process exited: duration 156365 ms, exit code 0 |
| |
| 1232 | 2026-05-11T07:57:47.651Z | found 0 output files |