|
|
|
| 1 | 2026-03-03T09:54:52.142Z | job assigned to worker 01KJSHXMGM0EENT9AW6QFNGHJ8 [factory gimlet-EVT22200007-propolis, EVT22200007/60007] (queued for 24 s) |
| |
| 2 | 2026-03-03T09:55:00.464Z | starting task 0: "setup" |
| 3 | 2026-03-03T09:55:00.489Z | ++ uname -s |
| 4 | 2026-03-03T09:55:00.489Z | + kern=SunOS |
| 5 | 2026-03-03T09:55:00.489Z | + build_user=build |
| 6 | 2026-03-03T09:55:00.489Z | + build_uid=12345 |
| 7 | 2026-03-03T09:55:00.489Z | + work_dir=/work |
| 8 | 2026-03-03T09:55:00.489Z | + input_dir=/input |
| 9 | 2026-03-03T09:55:00.489Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-03T09:55:00.489Z | + case "$kern" in |
| 11 | 2026-03-03T09:55:00.489Z | + groupadd -g 12345 build |
| 12 | 2026-03-03T09:55:00.489Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-03T09:55:02.486Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-03T09:55:02.523Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-03T09:55:02.548Z | + home_fs=zfs |
| 16 | 2026-03-03T09:55:02.548Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-03T09:55:02.548Z | + mkdir -p /home/build |
| 18 | 2026-03-03T09:55:02.548Z | + chown build:build /home/build /work |
| 19 | 2026-03-03T09:55:04.533Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-03T09:55:04.557Z | process exited: duration 4074 ms, exit code 0 |
| |
| 21 | 2026-03-03T09:55:04.606Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-03T09:55:04.631Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-03T09:55:04.631Z | * rust toolchain channel = "stable" |
| 24 | 2026-03-03T09:55:04.631Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-03T09:55:04.631Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-03T09:55:04.631Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-03T09:55:04.631Z | * rust toolchain profile = "default" |
| 28 | 2026-03-03T09:55:04.631Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-03T09:55:04.631Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-03T09:55:04.743Z | info: downloading installer |
| 31 | 2026-03-03T09:55:05.188Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-03T09:55:05.188Z | warn: /opt/ooce/bin |
| 33 | 2026-03-03T09:55:05.188Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-03T09:55:05.188Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-03T09:55:05.188Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-03T09:55:05.188Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-03T09:55:05.188Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-03T09:55:05.188Z | error: cannot install while Rust is installed |
| 39 | 2026-03-03T09:55:05.188Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-03T09:55:05.212Z | info: profile set to 'default' |
| 41 | 2026-03-03T09:55:05.212Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-03T09:55:05.212Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2026-03-03T09:55:05.302Z | info: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11) |
| 44 | 2026-03-03T09:55:05.302Z | info: downloading component 'cargo' |
| 45 | 2026-03-03T09:55:05.554Z | info: downloading component 'clippy' |
| 46 | 2026-03-03T09:55:05.632Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-03T09:55:05.884Z | info: downloading component 'rust-std' |
| 48 | 2026-03-03T09:55:06.246Z | info: downloading component 'rustc' |
| 49 | 2026-03-03T09:55:07.467Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-03T09:55:07.531Z | info: installing component 'cargo' |
| 51 | 2026-03-03T09:55:08.792Z | info: installing component 'clippy' |
| 52 | 2026-03-03T09:55:09.243Z | info: installing component 'rust-docs' |
| 53 | 2026-03-03T09:55:12.530Z | info: installing component 'rust-std' |
| 54 | 2026-03-03T09:55:14.575Z | info: installing component 'rustc' |
| 55 | 2026-03-03T09:55:22.513Z | info: installing component 'rustfmt' |
| 56 | 2026-03-03T09:55:22.873Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 57 | 2026-03-03T09:55:22.873Z | |
| 58 | 2026-03-03T09:55:23.044Z | stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 59 | 2026-03-03T09:55:23.044Z | |
| 60 | 2026-03-03T09:55:23.068Z | |
| 61 | 2026-03-03T09:55:23.069Z | Rust is installed now. Great! |
| 62 | 2026-03-03T09:55:23.069Z | |
| 63 | 2026-03-03T09:55:23.069Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-03T09:55:23.069Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-03T09:55:23.069Z | |
| 66 | 2026-03-03T09:55:23.069Z | To configure your current shell, you need to source |
| 67 | 2026-03-03T09:55:23.069Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-03T09:55:23.069Z | |
| 69 | 2026-03-03T09:55:23.069Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-03T09:55:23.069Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-03T09:55:23.069Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-03T09:55:23.069Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-03T09:55:23.158Z | + rustup --version |
| 74 | 2026-03-03T09:55:23.182Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-03T09:55:23.182Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-03T09:55:23.259Z | info: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)` |
| 77 | 2026-03-03T09:55:23.283Z | + cargo --version |
| 78 | 2026-03-03T09:55:23.338Z | cargo 1.93.1 (083ac5135 2025-12-15) |
| 79 | 2026-03-03T09:55:23.362Z | + rustc --version |
| 80 | 2026-03-03T09:55:23.421Z | rustc 1.93.1 (01f6ddf75 2026-02-11) |
| 81 | 2026-03-03T09:55:23.446Z | process exited: duration 18819 ms, exit code 0 |
| |
| 82 | 2026-03-03T09:55:23.494Z | starting task 2: "authentication" |
| 83 | 2026-03-03T09:55:23.548Z | process exited: duration 54 ms, exit code 0 |
| |
| 84 | 2026-03-03T09:55:23.596Z | starting task 3: "clone repository" |
| 85 | 2026-03-03T09:55:23.621Z | + mkdir -p /work/oxidecomputer/falcon |
| 86 | 2026-03-03T09:55:23.621Z | + git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon |
| 87 | 2026-03-03T09:55:23.645Z | Cloning into '/work/oxidecomputer/falcon'... |
| 88 | 2026-03-03T09:55:24.703Z | + cd /work/oxidecomputer/falcon |
| 89 | 2026-03-03T09:55:24.703Z | + git fetch origin 657556776c70e5c47386760d97425955c7d7de09 |
| 90 | 2026-03-03T09:55:25.239Z | From https://github.com/oxidecomputer/falcon |
| 91 | 2026-03-03T09:55:25.239Z | * branch 657556776c70e5c47386760d97425955c7d7de09 -> FETCH_HEAD |
| 92 | 2026-03-03T09:55:25.263Z | + [[ -n renovate/tokio-1.x ]] |
| 93 | 2026-03-03T09:55:25.263Z | ++ git branch --show-current |
| 94 | 2026-03-03T09:55:25.263Z | + current=main |
| 95 | 2026-03-03T09:55:25.263Z | + [[ main != renovate/tokio-1.x ]] |
| 96 | 2026-03-03T09:55:25.263Z | + git branch -f renovate/tokio-1.x 657556776c70e5c47386760d97425955c7d7de09 |
| 97 | 2026-03-03T09:55:25.263Z | + git checkout -f renovate/tokio-1.x |
| 98 | 2026-03-03T09:55:25.367Z | Switched to branch 'renovate/tokio-1.x' |
| 99 | 2026-03-03T09:55:25.391Z | + git reset --hard 657556776c70e5c47386760d97425955c7d7de09 |
| 100 | 2026-03-03T09:55:25.392Z | HEAD is now at 6575567 Update Rust crate tokio to 1.50.0 |
| 101 | 2026-03-03T09:55:25.392Z | process exited: duration 1778 ms, exit code 0 |
| |
| 102 | 2026-03-03T09:55:25.440Z | starting task 4: "build" |
| 103 | 2026-03-03T09:55:25.464Z | + cargo --version |
| 104 | 2026-03-03T09:55:25.464Z | info: syncing channel updates for '1.92.0-x86_64-unknown-illumos' |
| 105 | 2026-03-03T09:55:25.552Z | info: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08) |
| 106 | 2026-03-03T09:55:25.577Z | info: downloading component 'cargo' |
| 107 | 2026-03-03T09:55:25.702Z | info: downloading component 'clippy' |
| 108 | 2026-03-03T09:55:25.788Z | info: downloading component 'rust-docs' |
| 109 | 2026-03-03T09:55:26.027Z | info: downloading component 'rust-std' |
| 110 | 2026-03-03T09:55:26.346Z | info: downloading component 'rustc' |
| 111 | 2026-03-03T09:55:27.378Z | info: downloading component 'rustfmt' |
| 112 | 2026-03-03T09:55:27.890Z | info: installing component 'cargo' |
| 113 | 2026-03-03T09:55:28.500Z | info: installing component 'clippy' |
| 114 | 2026-03-03T09:55:28.942Z | info: installing component 'rust-docs' |
| 115 | 2026-03-03T09:55:32.066Z | info: installing component 'rust-std' |
| 116 | 2026-03-03T09:55:34.152Z | info: installing component 'rustc' |
| 117 | 2026-03-03T09:55:42.124Z | info: installing component 'rustfmt' |
| 118 | 2026-03-03T09:55:42.625Z | cargo 1.92.0 (344c4567c 2025-10-21) |
| 119 | 2026-03-03T09:55:42.650Z | + rustc --version |
| 120 | 2026-03-03T09:55:42.789Z | rustc 1.92.0 (ded5c06cf 2025-12-08) |
| 121 | 2026-03-03T09:55:42.814Z | + banner build |
| 122 | 2026-03-03T09:55:42.814Z | |
| 123 | 2026-03-03T09:55:42.814Z | ##### # # # # ##### |
| 124 | 2026-03-03T09:55:42.814Z | # # # # # # # # |
| 125 | 2026-03-03T09:55:42.814Z | ##### # # # # # # |
| 126 | 2026-03-03T09:55:42.814Z | # # # # # # # # |
| 127 | 2026-03-03T09:55:42.814Z | # # # # # # # # |
| 128 | 2026-03-03T09:55:42.815Z | ##### #### # ###### ##### |
| 129 | 2026-03-03T09:55:42.815Z | |
| 130 | 2026-03-03T09:55:42.815Z | + ptime -m cargo build --all |
| 131 | 2026-03-03T09:55:43.057Z | Updating crates.io index |
| 132 | 2026-03-03T09:55:43.082Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 133 | 2026-03-03T09:55:43.562Z | From https://github.com/oxidecomputer/netadm-sys |
| 134 | 2026-03-03T09:55:43.562Z | * [new ref] 5c5135ecfc91961c35dce798ea985cd1f21e1459 -> refs/commit/5c5135ecfc91961c35dce798ea985cd1f21e1459 |
| 135 | 2026-03-03T09:55:43.631Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 136 | 2026-03-03T09:55:45.000Z | From https://github.com/oxidecomputer/propolis |
| 137 | 2026-03-03T09:55:45.000Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 138 | 2026-03-03T09:55:45.190Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 139 | 2026-03-03T09:55:45.602Z | From https://github.com/oxidecomputer/zone |
| 140 | 2026-03-03T09:55:45.602Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 141 | 2026-03-03T09:55:45.627Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-03-03T09:55:46.002Z | From https://github.com/oxidecomputer/dlpi-sys |
| 143 | 2026-03-03T09:55:46.002Z | * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993 |
| 144 | 2026-03-03T09:55:46.027Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-03-03T09:55:46.445Z | From https://github.com/jmesmon/rust-libzfs |
| 146 | 2026-03-03T09:55:46.445Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 147 | 2026-03-03T09:55:46.470Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 148 | 2026-03-03T09:55:46.826Z | From https://github.com/oxidecomputer/rusty-doors |
| 149 | 2026-03-03T09:55:46.826Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 150 | 2026-03-03T09:55:46.851Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 151 | 2026-03-03T09:55:48.671Z | From https://github.com/oxidecomputer/crucible |
| 152 | 2026-03-03T09:55:48.671Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 153 | 2026-03-03T09:55:49.584Z | Downloading crates ... |
| 154 | 2026-03-03T09:55:49.652Z | Downloaded equivalent v1.0.2 |
| 155 | 2026-03-03T09:55:49.678Z | Downloaded cfg-if v1.0.4 |
| 156 | 2026-03-03T09:55:49.678Z | Downloaded chacha20 v0.10.0 |
| 157 | 2026-03-03T09:55:49.678Z | Downloaded cfg_aliases v0.2.1 |
| 158 | 2026-03-03T09:55:49.678Z | Downloaded cargo_toml v0.22.3 |
| 159 | 2026-03-03T09:55:49.678Z | Downloaded bytes v1.11.1 |
| 160 | 2026-03-03T09:55:49.705Z | Downloaded ppv-lite86 v0.2.21 |
| 161 | 2026-03-03T09:55:49.705Z | Downloaded potential_utf v0.1.4 |
| 162 | 2026-03-03T09:55:49.705Z | Downloaded progenitor-macro v0.10.0 |
| 163 | 2026-03-03T09:55:49.705Z | Downloaded tower-service v0.3.3 |
| 164 | 2026-03-03T09:55:49.705Z | Downloaded pin-project-lite v0.2.16 |
| 165 | 2026-03-03T09:55:49.732Z | Downloaded typeid v1.0.3 |
| 166 | 2026-03-03T09:55:49.732Z | Downloaded unit-prefix v0.5.2 |
| 167 | 2026-03-03T09:55:49.732Z | Downloaded tracing-attributes v0.1.31 |
| 168 | 2026-03-03T09:55:49.732Z | Downloaded zone_cfg_derive v0.3.1 |
| 169 | 2026-03-03T09:55:49.757Z | Downloaded writeable v0.6.2 |
| 170 | 2026-03-03T09:55:49.757Z | Downloaded zmij v1.0.21 |
| 171 | 2026-03-03T09:55:49.757Z | Downloaded url v2.5.8 |
| 172 | 2026-03-03T09:55:49.757Z | Downloaded zerotrie v0.2.3 |
| 173 | 2026-03-03T09:55:49.757Z | Downloaded mio v1.1.1 |
| 174 | 2026-03-03T09:55:49.781Z | Downloaded tokio-util v0.7.18 |
| 175 | 2026-03-03T09:55:49.781Z | Downloaded zerovec v0.11.5 |
| 176 | 2026-03-03T09:55:49.781Z | Downloaded tower-http v0.6.8 |
| 177 | 2026-03-03T09:55:49.807Z | Downloaded subtle v2.6.1 |
| 178 | 2026-03-03T09:55:49.807Z | Downloaded winnow v0.7.14 |
| 179 | 2026-03-03T09:55:49.807Z | Downloaded zerofrom v0.1.6 |
| 180 | 2026-03-03T09:55:49.807Z | Downloaded proc-macro-error v1.0.4 |
| 181 | 2026-03-03T09:55:49.808Z | Downloaded slab v0.4.12 |
| 182 | 2026-03-03T09:55:49.808Z | Downloaded num_enum_derive v0.7.5 |
| 183 | 2026-03-03T09:55:49.832Z | Downloaded webpki-roots v1.0.6 |
| 184 | 2026-03-03T09:55:49.832Z | Downloaded unicode-width v0.2.2 |
| 185 | 2026-03-03T09:55:49.832Z | Downloaded thiserror v2.0.18 |
| 186 | 2026-03-03T09:55:49.832Z | Downloaded tinystr v0.8.2 |
| 187 | 2026-03-03T09:55:49.832Z | Downloaded yoke v0.8.1 |
| 188 | 2026-03-03T09:55:49.832Z | Downloaded rand_chacha v0.9.0 |
| 189 | 2026-03-03T09:55:49.857Z | Downloaded thread_local v1.1.9 |
| 190 | 2026-03-03T09:55:49.857Z | Downloaded once_cell v1.21.3 |
| 191 | 2026-03-03T09:55:49.858Z | Downloaded quinn-udp v0.5.14 |
| 192 | 2026-03-03T09:55:49.858Z | Downloaded tracing v0.1.44 |
| 193 | 2026-03-03T09:55:49.882Z | Downloaded tinyvec v1.10.0 |
| 194 | 2026-03-03T09:55:49.882Z | Downloaded unicode-ident v1.0.24 |
| 195 | 2026-03-03T09:55:49.882Z | Downloaded prettyplease v0.2.37 |
| 196 | 2026-03-03T09:55:49.882Z | Downloaded ryu v1.0.23 |
| 197 | 2026-03-03T09:55:49.882Z | Downloaded rand v0.8.5 |
| 198 | 2026-03-03T09:55:49.908Z | Downloaded serde v1.0.228 |
| 199 | 2026-03-03T09:55:49.908Z | Downloaded rand v0.10.0 |
| 200 | 2026-03-03T09:55:49.908Z | Downloaded syn v1.0.109 |
| 201 | 2026-03-03T09:55:49.908Z | Downloaded rand v0.9.2 |
| 202 | 2026-03-03T09:55:49.932Z | Downloaded rustls-webpki v0.103.9 |
| 203 | 2026-03-03T09:55:49.932Z | Downloaded ron v0.12.0 |
| 204 | 2026-03-03T09:55:49.932Z | Downloaded serde_json v1.0.149 |
| 205 | 2026-03-03T09:55:49.957Z | Downloaded regex v1.12.3 |
| 206 | 2026-03-03T09:55:49.957Z | Downloaded portable-atomic v1.13.1 |
| 207 | 2026-03-03T09:55:49.957Z | Downloaded time v0.3.47 |
| 208 | 2026-03-03T09:55:49.982Z | Downloaded reqwest v0.12.28 |
| 209 | 2026-03-03T09:55:49.982Z | Downloaded libc v0.2.182 |
| 210 | 2026-03-03T09:55:50.007Z | Downloaded zerocopy v0.8.39 |
| 211 | 2026-03-03T09:55:50.032Z | Downloaded syn v2.0.117 |
| 212 | 2026-03-03T09:55:50.056Z | Downloaded lzma-sys v0.1.20 |
| 213 | 2026-03-03T09:55:50.081Z | Downloaded regress v0.10.5 |
| 214 | 2026-03-03T09:55:50.081Z | Downloaded rustls v0.23.36 |
| 215 | 2026-03-03T09:55:50.106Z | Downloaded regex-syntax v0.8.9 |
| 216 | 2026-03-03T09:55:50.106Z | Downloaded quinn-proto v0.11.13 |
| 217 | 2026-03-03T09:55:50.106Z | Downloaded tokio v1.50.0 |
| 218 | 2026-03-03T09:55:50.146Z | Downloaded openapiv3 v2.2.0 |
| 219 | 2026-03-03T09:55:50.171Z | Downloaded quinn v0.11.9 |
| 220 | 2026-03-03T09:55:50.171Z | Downloaded socket2 v0.6.2 |
| 221 | 2026-03-03T09:55:50.171Z | Downloaded slog v2.8.2 |
| 222 | 2026-03-03T09:55:50.171Z | Downloaded typify-impl v0.4.3 |
| 223 | 2026-03-03T09:55:50.196Z | Downloaded serde_yaml v0.9.34+deprecated |
| 224 | 2026-03-03T09:55:50.196Z | Downloaded serde_derive v1.0.228 |
| 225 | 2026-03-03T09:55:50.196Z | Downloaded serde_core v1.0.228 |
| 226 | 2026-03-03T09:55:50.196Z | Downloaded semver v1.0.27 |
| 227 | 2026-03-03T09:55:50.196Z | Downloaded schemars v0.8.22 |
| 228 | 2026-03-03T09:55:50.220Z | Downloaded regex-automata v0.4.14 |
| 229 | 2026-03-03T09:55:50.220Z | Downloaded progenitor-impl v0.10.0 |
| 230 | 2026-03-03T09:55:50.245Z | Downloaded term v1.2.1 |
| 231 | 2026-03-03T09:55:50.245Z | Downloaded smallvec v1.15.1 |
| 232 | 2026-03-03T09:55:50.245Z | Downloaded rustls-pki-types v1.14.0 |
| 233 | 2026-03-03T09:55:50.245Z | Downloaded num-traits v0.2.19 |
| 234 | 2026-03-03T09:55:50.245Z | Downloaded proc-macro2 v1.0.106 |
| 235 | 2026-03-03T09:55:50.245Z | Downloaded xz2 v0.1.7 |
| 236 | 2026-03-03T09:55:50.245Z | Downloaded time-macros v0.2.27 |
| 237 | 2026-03-03T09:55:50.245Z | Downloaded thiserror-impl v2.0.18 |
| 238 | 2026-03-03T09:55:50.245Z | Downloaded thiserror v1.0.69 |
| 239 | 2026-03-03T09:55:50.271Z | Downloaded smf v0.2.3 |
| 240 | 2026-03-03T09:55:50.271Z | Downloaded slog-stdlog v4.1.1 |
| 241 | 2026-03-03T09:55:50.271Z | Downloaded slog-scope v4.4.1 |
| 242 | 2026-03-03T09:55:50.271Z | Downloaded slog-async v2.8.0 |
| 243 | 2026-03-03T09:55:50.271Z | Downloaded signal-hook-registry v1.4.8 |
| 244 | 2026-03-03T09:55:50.271Z | Downloaded shlex v1.3.0 |
| 245 | 2026-03-03T09:55:50.271Z | Downloaded sha2 v0.10.9 |
| 246 | 2026-03-03T09:55:50.271Z | Downloaded serde_tokenstream v0.2.2 |
| 247 | 2026-03-03T09:55:50.271Z | Downloaded serde_derive_internals v0.29.1 |
| 248 | 2026-03-03T09:55:50.271Z | Downloaded rustversion v1.0.22 |
| 249 | 2026-03-03T09:55:50.271Z | Downloaded synstructure v0.13.2 |
| 250 | 2026-03-03T09:55:50.271Z | Downloaded slog-term v2.9.2 |
| 251 | 2026-03-03T09:55:50.271Z | Downloaded schemars_derive v0.8.22 |
| 252 | 2026-03-03T09:55:50.271Z | Downloaded thiserror-impl v1.0.69 |
| 253 | 2026-03-03T09:55:50.271Z | Downloaded sync_wrapper v1.0.2 |
| 254 | 2026-03-03T09:55:50.271Z | Downloaded strsim v0.11.1 |
| 255 | 2026-03-03T09:55:50.271Z | Downloaded rand_core v0.6.4 |
| 256 | 2026-03-03T09:55:50.296Z | Downloaded progenitor v0.10.0 |
| 257 | 2026-03-03T09:55:50.296Z | Downloaded rand_core v0.9.5 |
| 258 | 2026-03-03T09:55:50.296Z | Downloaded quote v1.0.44 |
| 259 | 2026-03-03T09:55:50.296Z | Downloaded yoke-derive v0.8.1 |
| 260 | 2026-03-03T09:55:50.296Z | Downloaded typify-macro v0.4.3 |
| 261 | 2026-03-03T09:55:50.296Z | Downloaded stable_deref_trait v1.2.1 |
| 262 | 2026-03-03T09:55:50.296Z | Downloaded slog-envlogger v2.2.0 |
| 263 | 2026-03-03T09:55:50.296Z | Downloaded serde_spanned v1.0.4 |
| 264 | 2026-03-03T09:55:50.296Z | Downloaded time-core v0.1.8 |
| 265 | 2026-03-03T09:55:50.296Z | Downloaded tabwriter v1.4.1 |
| 266 | 2026-03-03T09:55:50.296Z | Downloaded scopeguard v1.2.0 |
| 267 | 2026-03-03T09:55:50.296Z | Downloaded take_mut v0.2.2 |
| 268 | 2026-03-03T09:55:50.296Z | Downloaded sha1 v0.10.6 |
| 269 | 2026-03-03T09:55:50.296Z | Downloaded serde_urlencoded v0.7.1 |
| 270 | 2026-03-03T09:55:50.296Z | Downloaded futures-util v0.3.32 |
| 271 | 2026-03-03T09:55:50.321Z | Downloaded proc-macro-crate v3.4.0 |
| 272 | 2026-03-03T09:55:50.321Z | Downloaded icu_properties_data v2.1.2 |
| 273 | 2026-03-03T09:55:50.321Z | Downloaded hyper v1.8.1 |
| 274 | 2026-03-03T09:55:50.321Z | Downloaded idna v1.1.0 |
| 275 | 2026-03-03T09:55:50.346Z | Downloaded uuid v1.21.0 |
| 276 | 2026-03-03T09:55:50.346Z | Downloaded tower v0.5.3 |
| 277 | 2026-03-03T09:55:50.346Z | Downloaded rand_chacha v0.3.1 |
| 278 | 2026-03-03T09:55:50.346Z | Downloaded itertools v0.12.1 |
| 279 | 2026-03-03T09:55:50.346Z | Downloaded iri-string v0.7.10 |
| 280 | 2026-03-03T09:55:50.371Z | Downloaded ring v0.17.14 |
| 281 | 2026-03-03T09:55:50.396Z | Downloaded indexmap v2.13.0 |
| 282 | 2026-03-03T09:55:50.421Z | Downloaded hyper-util v0.1.20 |
| 283 | 2026-03-03T09:55:50.421Z | Downloaded typify v0.4.3 |
| 284 | 2026-03-03T09:55:50.421Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 285 | 2026-03-03T09:55:50.421Z | Downloaded rustc-hash v2.1.1 |
| 286 | 2026-03-03T09:55:50.421Z | Downloaded memchr v2.8.0 |
| 287 | 2026-03-03T09:55:50.421Z | Downloaded base64 v0.21.7 |
| 288 | 2026-03-03T09:55:50.446Z | Downloaded zerovec-derive v0.11.2 |
| 289 | 2026-03-03T09:55:50.446Z | Downloaded zeroize v1.8.2 |
| 290 | 2026-03-03T09:55:50.446Z | Downloaded unsafe-libyaml v0.2.11 |
| 291 | 2026-03-03T09:55:50.446Z | Downloaded typenum v1.19.0 |
| 292 | 2026-03-03T09:55:50.446Z | Downloaded hashbrown v0.16.1 |
| 293 | 2026-03-03T09:55:50.446Z | Downloaded utf8parse v0.2.2 |
| 294 | 2026-03-03T09:55:50.446Z | Downloaded tungstenite v0.21.0 |
| 295 | 2026-03-03T09:55:50.446Z | Downloaded tracing-core v0.1.36 |
| 296 | 2026-03-03T09:55:50.446Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 297 | 2026-03-03T09:55:50.470Z | Downloaded indicatif v0.18.4 |
| 298 | 2026-03-03T09:55:50.470Z | Downloaded zone v0.3.1 |
| 299 | 2026-03-03T09:55:50.471Z | Downloaded zerofrom-derive v0.1.6 |
| 300 | 2026-03-03T09:55:50.471Z | Downloaded want v0.3.1 |
| 301 | 2026-03-03T09:55:50.471Z | Downloaded version_check v0.9.5 |
| 302 | 2026-03-03T09:55:50.471Z | Downloaded utf8_iter v1.0.4 |
| 303 | 2026-03-03T09:55:50.471Z | Downloaded utf-8 v0.7.6 |
| 304 | 2026-03-03T09:55:50.471Z | Downloaded untrusted v0.9.0 |
| 305 | 2026-03-03T09:55:50.471Z | Downloaded progenitor-client v0.10.0 |
| 306 | 2026-03-03T09:55:50.471Z | Downloaded pretty-hex v0.4.1 |
| 307 | 2026-03-03T09:55:50.496Z | Downloaded log v0.4.29 |
| 308 | 2026-03-03T09:55:50.496Z | Downloaded icu_normalizer v2.1.1 |
| 309 | 2026-03-03T09:55:50.496Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 310 | 2026-03-03T09:55:50.496Z | Downloaded tokio-rustls v0.26.4 |
| 311 | 2026-03-03T09:55:50.496Z | Downloaded icu_provider v2.1.1 |
| 312 | 2026-03-03T09:55:50.496Z | Downloaded httparse v1.10.1 |
| 313 | 2026-03-03T09:55:50.496Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 314 | 2026-03-03T09:55:50.496Z | Downloaded tokio-tungstenite v0.21.0 |
| 315 | 2026-03-03T09:55:50.496Z | Downloaded proc-macro-error-attr v1.0.4 |
| 316 | 2026-03-03T09:55:50.496Z | Downloaded litemap v0.8.1 |
| 317 | 2026-03-03T09:55:50.496Z | Downloaded icu_collections v2.1.1 |
| 318 | 2026-03-03T09:55:50.496Z | Downloaded hyper-rustls v0.27.7 |
| 319 | 2026-03-03T09:55:50.496Z | Downloaded http v1.4.0 |
| 320 | 2026-03-03T09:55:50.521Z | Downloaded getrandom v0.4.1 |
| 321 | 2026-03-03T09:55:50.521Z | Downloaded getrandom v0.3.4 |
| 322 | 2026-03-03T09:55:50.521Z | Downloaded getrandom v0.2.17 |
| 323 | 2026-03-03T09:55:50.546Z | Downloaded futures v0.3.32 |
| 324 | 2026-03-03T09:55:50.546Z | Downloaded erased-serde v0.3.31 |
| 325 | 2026-03-03T09:55:50.546Z | Downloaded either v1.15.0 |
| 326 | 2026-03-03T09:55:50.546Z | Downloaded deranged v0.5.8 |
| 327 | 2026-03-03T09:55:50.546Z | Downloaded try-lock v0.2.5 |
| 328 | 2026-03-03T09:55:50.546Z | Downloaded tower-layer v0.3.3 |
| 329 | 2026-03-03T09:55:50.546Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 330 | 2026-03-03T09:55:50.546Z | Downloaded tokio-macros v2.6.0 |
| 331 | 2026-03-03T09:55:50.571Z | Downloaded tinyvec_macros v0.1.1 |
| 332 | 2026-03-03T09:55:50.571Z | Downloaded rand_core v0.10.0 |
| 333 | 2026-03-03T09:55:50.571Z | Downloaded lock_api v0.4.14 |
| 334 | 2026-03-03T09:55:50.572Z | Downloaded futures-channel v0.3.32 |
| 335 | 2026-03-03T09:55:50.572Z | Downloaded futures-executor v0.3.32 |
| 336 | 2026-03-03T09:55:50.572Z | Downloaded displaydoc v0.2.5 |
| 337 | 2026-03-03T09:55:50.572Z | Downloaded data-encoding v2.10.0 |
| 338 | 2026-03-03T09:55:50.572Z | Downloaded parking_lot v0.12.5 |
| 339 | 2026-03-03T09:55:50.572Z | Downloaded oxnet v0.1.4 |
| 340 | 2026-03-03T09:55:50.572Z | Downloaded itoa v1.0.17 |
| 341 | 2026-03-03T09:55:50.572Z | Downloaded ipnet v2.11.0 |
| 342 | 2026-03-03T09:55:50.596Z | Downloaded icu_normalizer_data v2.1.1 |
| 343 | 2026-03-03T09:55:50.596Z | Downloaded icu_locale_core v2.1.1 |
| 344 | 2026-03-03T09:55:50.596Z | Downloaded http-body v1.0.1 |
| 345 | 2026-03-03T09:55:50.596Z | Downloaded futures-macro v0.3.32 |
| 346 | 2026-03-03T09:55:50.596Z | Downloaded futures-io v0.3.32 |
| 347 | 2026-03-03T09:55:50.596Z | Downloaded crypto-common v0.1.7 |
| 348 | 2026-03-03T09:55:50.597Z | Downloaded cpufeatures v0.3.0 |
| 349 | 2026-03-03T09:55:50.597Z | Downloaded anstyle-query v1.1.5 |
| 350 | 2026-03-03T09:55:50.597Z | Downloaded parking_lot_core v0.9.12 |
| 351 | 2026-03-03T09:55:50.597Z | Downloaded num-conv v0.2.0 |
| 352 | 2026-03-03T09:55:50.597Z | Downloaded lazy_static v1.5.0 |
| 353 | 2026-03-03T09:55:50.622Z | Downloaded is_terminal_polyfill v1.70.2 |
| 354 | 2026-03-03T09:55:50.622Z | Downloaded is-terminal v0.4.17 |
| 355 | 2026-03-03T09:55:50.622Z | Downloaded idna_adapter v1.2.1 |
| 356 | 2026-03-03T09:55:50.622Z | Downloaded heck v0.5.0 |
| 357 | 2026-03-03T09:55:50.622Z | Downloaded generic-array v0.14.7 |
| 358 | 2026-03-03T09:55:50.622Z | Downloaded futures-task v0.3.32 |
| 359 | 2026-03-03T09:55:50.622Z | Downloaded futures-core v0.3.32 |
| 360 | 2026-03-03T09:55:50.622Z | Downloaded form_urlencoded v1.2.2 |
| 361 | 2026-03-03T09:55:50.622Z | Downloaded foreign-types-shared v0.3.1 |
| 362 | 2026-03-03T09:55:50.622Z | Downloaded foreign-types-macros v0.2.3 |
| 363 | 2026-03-03T09:55:50.622Z | Downloaded errno v0.3.14 |
| 364 | 2026-03-03T09:55:50.622Z | Downloaded cstr-argument v0.1.2 |
| 365 | 2026-03-03T09:55:50.622Z | Downloaded crossbeam-channel v0.5.15 |
| 366 | 2026-03-03T09:55:50.622Z | Downloaded cpufeatures v0.2.17 |
| 367 | 2026-03-03T09:55:50.622Z | Downloaded colored v3.1.1 |
| 368 | 2026-03-03T09:55:50.647Z | Downloaded colorchoice v1.0.4 |
| 369 | 2026-03-03T09:55:50.647Z | Downloaded clap_lex v1.0.0 |
| 370 | 2026-03-03T09:55:50.647Z | Downloaded pkg-config v0.3.32 |
| 371 | 2026-03-03T09:55:50.647Z | Downloaded pin-utils v0.1.0 |
| 372 | 2026-03-03T09:55:50.647Z | Downloaded percent-encoding v2.3.2 |
| 373 | 2026-03-03T09:55:50.647Z | Downloaded lru-slab v0.1.2 |
| 374 | 2026-03-03T09:55:50.647Z | Downloaded icu_properties v2.1.2 |
| 375 | 2026-03-03T09:55:50.647Z | Downloaded iana-time-zone v0.1.65 |
| 376 | 2026-03-03T09:55:50.647Z | Downloaded http-body-util v0.1.3 |
| 377 | 2026-03-03T09:55:50.672Z | Downloaded heck v0.4.1 |
| 378 | 2026-03-03T09:55:50.672Z | Downloaded foldhash v0.2.0 |
| 379 | 2026-03-03T09:55:50.672Z | Downloaded find-msvc-tools v0.1.9 |
| 380 | 2026-03-03T09:55:50.672Z | Downloaded dyn-clone v1.0.20 |
| 381 | 2026-03-03T09:55:50.672Z | Downloaded digest v0.10.7 |
| 382 | 2026-03-03T09:55:50.672Z | Downloaded crucible-workspace-hack v0.1.0 |
| 383 | 2026-03-03T09:55:50.672Z | Downloaded crossbeam-utils v0.8.21 |
| 384 | 2026-03-03T09:55:50.672Z | Downloaded console v0.16.2 |
| 385 | 2026-03-03T09:55:50.672Z | Downloaded clap_builder v4.5.60 |
| 386 | 2026-03-03T09:55:50.672Z | Downloaded clap v4.5.60 |
| 387 | 2026-03-03T09:55:50.697Z | Downloaded chrono v0.4.43 |
| 388 | 2026-03-03T09:55:50.697Z | Downloaded powerfmt v0.2.0 |
| 389 | 2026-03-03T09:55:50.697Z | Downloaded num_enum v0.7.5 |
| 390 | 2026-03-03T09:55:50.697Z | Downloaded futures-sink v0.3.32 |
| 391 | 2026-03-03T09:55:50.697Z | Downloaded foreign-types v0.5.0 |
| 392 | 2026-03-03T09:55:50.722Z | Downloaded clap_derive v4.5.55 |
| 393 | 2026-03-03T09:55:50.722Z | Downloaded bitflags v2.11.0 |
| 394 | 2026-03-03T09:55:50.722Z | Downloaded base64 v0.22.1 |
| 395 | 2026-03-03T09:55:50.722Z | Downloaded arc-swap v1.8.2 |
| 396 | 2026-03-03T09:55:50.722Z | Downloaded anstream v0.6.21 |
| 397 | 2026-03-03T09:55:50.722Z | Downloaded allocator-api2 v0.2.21 |
| 398 | 2026-03-03T09:55:50.722Z | Downloaded aho-corasick v1.1.4 |
| 399 | 2026-03-03T09:55:50.722Z | Downloaded cc v1.2.56 |
| 400 | 2026-03-03T09:55:50.747Z | Downloaded camino v1.2.2 |
| 401 | 2026-03-03T09:55:50.747Z | Downloaded byteorder v1.5.0 |
| 402 | 2026-03-03T09:55:50.747Z | Downloaded base16ct v1.0.0 |
| 403 | 2026-03-03T09:55:50.747Z | Downloaded autocfg v1.5.0 |
| 404 | 2026-03-03T09:55:50.747Z | Downloaded atomic-waker v1.1.2 |
| 405 | 2026-03-03T09:55:50.747Z | Downloaded async-trait v0.1.89 |
| 406 | 2026-03-03T09:55:50.747Z | Downloaded anyhow v1.0.102 |
| 407 | 2026-03-03T09:55:50.747Z | Downloaded anstyle-parse v0.2.7 |
| 408 | 2026-03-03T09:55:50.747Z | Downloaded anstyle v1.0.13 |
| 409 | 2026-03-03T09:55:50.747Z | Downloaded block-buffer v0.10.4 |
| 410 | 2026-03-03T09:55:50.915Z | Compiling proc-macro2 v1.0.106 |
| 411 | 2026-03-03T09:55:50.915Z | Compiling unicode-ident v1.0.24 |
| 412 | 2026-03-03T09:55:50.940Z | Compiling quote v1.0.44 |
| 413 | 2026-03-03T09:55:50.940Z | Compiling libc v0.2.182 |
| 414 | 2026-03-03T09:55:50.940Z | Compiling cfg-if v1.0.4 |
| 415 | 2026-03-03T09:55:50.940Z | Compiling itoa v1.0.17 |
| 416 | 2026-03-03T09:55:50.965Z | Compiling serde_core v1.0.228 |
| 417 | 2026-03-03T09:55:51.133Z | Compiling memchr v2.8.0 |
| 418 | 2026-03-03T09:55:51.228Z | Compiling foldhash v0.2.0 |
| 419 | 2026-03-03T09:55:51.347Z | Compiling allocator-api2 v0.2.21 |
| 420 | 2026-03-03T09:55:51.534Z | Compiling equivalent v1.0.2 |
| 421 | 2026-03-03T09:55:51.617Z | Compiling zmij v1.0.21 |
| 422 | 2026-03-03T09:55:51.664Z | Compiling serde v1.0.228 |
| 423 | 2026-03-03T09:55:51.944Z | Compiling hashbrown v0.16.1 |
| 424 | 2026-03-03T09:55:52.223Z | Compiling version_check v0.9.5 |
| 425 | 2026-03-03T09:55:52.268Z | Compiling autocfg v1.5.0 |
| 426 | 2026-03-03T09:55:52.485Z | Compiling serde_json v1.0.149 |
| 427 | 2026-03-03T09:55:52.707Z | Compiling pin-project-lite v0.2.16 |
| 428 | 2026-03-03T09:55:52.807Z | Compiling smallvec v1.15.1 |
| 429 | 2026-03-03T09:55:52.835Z | Compiling bytes v1.11.1 |
| 430 | 2026-03-03T09:55:53.022Z | Compiling num-traits v0.2.19 |
| 431 | 2026-03-03T09:55:53.066Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-03-03T09:55:53.181Z | Compiling shlex v1.3.0 |
| 433 | 2026-03-03T09:55:53.334Z | Compiling syn v2.0.117 |
| 434 | 2026-03-03T09:55:53.496Z | Compiling find-msvc-tools v0.1.9 |
| 435 | 2026-03-03T09:55:53.529Z | Compiling futures-core v0.3.32 |
| 436 | 2026-03-03T09:55:53.725Z | Compiling cc v1.2.56 |
| 437 | 2026-03-03T09:55:53.767Z | Compiling schemars v0.8.22 |
| 438 | 2026-03-03T09:55:53.893Z | Compiling parking_lot_core v0.9.12 |
| 439 | 2026-03-03T09:55:54.095Z | Compiling rustversion v1.0.22 |
| 440 | 2026-03-03T09:55:54.306Z | Compiling http v1.4.0 |
| 441 | 2026-03-03T09:55:54.669Z | Compiling socket2 v0.6.2 |
| 442 | 2026-03-03T09:55:54.993Z | Compiling thiserror v2.0.18 |
| 443 | 2026-03-03T09:55:55.055Z | Compiling getrandom v0.4.1 |
| 444 | 2026-03-03T09:55:55.372Z | Compiling scopeguard v1.2.0 |
| 445 | 2026-03-03T09:55:55.424Z | Compiling rand_core v0.10.0 |
| 446 | 2026-03-03T09:55:55.487Z | Compiling once_cell v1.21.3 |
| 447 | 2026-03-03T09:55:55.522Z | Compiling futures-sink v0.3.32 |
| 448 | 2026-03-03T09:55:55.585Z | Compiling dyn-clone v1.0.20 |
| 449 | 2026-03-03T09:55:55.733Z | Compiling lock_api v0.4.14 |
| 450 | 2026-03-03T09:55:55.943Z | Compiling getrandom v0.2.17 |
| 451 | 2026-03-03T09:55:55.968Z | Compiling errno v0.3.14 |
| 452 | 2026-03-03T09:55:55.993Z | Compiling winnow v0.7.14 |
| 453 | 2026-03-03T09:55:56.205Z | Compiling parking_lot v0.12.5 |
| 454 | 2026-03-03T09:55:56.237Z | Compiling signal-hook-registry v1.4.8 |
| 455 | 2026-03-03T09:55:56.262Z | Compiling futures-channel v0.3.32 |
| 456 | 2026-03-03T09:55:56.348Z | Compiling indexmap v2.13.0 |
| 457 | 2026-03-03T09:55:56.383Z | Compiling mio v1.1.1 |
| 458 | 2026-03-03T09:55:56.620Z | Compiling writeable v0.6.2 |
| 459 | 2026-03-03T09:55:56.689Z | Compiling litemap v0.8.1 |
| 460 | 2026-03-03T09:55:56.905Z | Compiling futures-task v0.3.32 |
| 461 | 2026-03-03T09:55:56.952Z | Compiling slab v0.4.12 |
| 462 | 2026-03-03T09:55:56.998Z | Compiling icu_properties_data v2.1.2 |
| 463 | 2026-03-03T09:55:57.177Z | Compiling icu_normalizer_data v2.1.1 |
| 464 | 2026-03-03T09:55:57.218Z | Compiling futures-io v0.3.32 |
| 465 | 2026-03-03T09:55:57.307Z | Compiling heck v0.5.0 |
| 466 | 2026-03-03T09:55:57.354Z | Compiling iana-time-zone v0.1.65 |
| 467 | 2026-03-03T09:55:57.512Z | Compiling chrono v0.4.43 |
| 468 | 2026-03-03T09:55:57.537Z | Compiling ring v0.17.14 |
| 469 | 2026-03-03T09:55:57.561Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 470 | 2026-03-03T09:55:57.769Z | Compiling httparse v1.10.1 |
| 471 | 2026-03-03T09:55:57.986Z | Compiling typenum v1.19.0 |
| 472 | 2026-03-03T09:55:58.295Z | Compiling percent-encoding v2.3.2 |
| 473 | 2026-03-03T09:55:58.350Z | Compiling syn v1.0.109 |
| 474 | 2026-03-03T09:55:58.545Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 475 | 2026-03-03T09:55:58.600Z | Compiling log v0.4.29 |
| 476 | 2026-03-03T09:55:58.995Z | Compiling generic-array v0.14.7 |
| 477 | 2026-03-03T09:55:59.146Z | Compiling synstructure v0.13.2 |
| 478 | 2026-03-03T09:55:59.297Z | Compiling serde_derive_internals v0.29.1 |
| 479 | 2026-03-03T09:55:59.574Z | Compiling zerocopy v0.8.39 |
| 480 | 2026-03-03T09:55:59.816Z | Compiling zeroize v1.8.2 |
| 481 | 2026-03-03T09:56:00.086Z | Compiling regex-syntax v0.8.9 |
| 482 | 2026-03-03T09:56:00.115Z | Compiling thiserror v1.0.69 |
| 483 | 2026-03-03T09:56:00.181Z | Compiling uuid v1.21.0 |
| 484 | 2026-03-03T09:56:00.290Z | Compiling rustls-pki-types v1.14.0 |
| 485 | 2026-03-03T09:56:01.108Z | Compiling tracing-core v0.1.36 |
| 486 | 2026-03-03T09:56:01.254Z | Compiling http-body v1.0.1 |
| 487 | 2026-03-03T09:56:01.297Z | Compiling semver v1.0.27 |
| 488 | 2026-03-03T09:56:01.480Z | Compiling regress v0.10.5 |
| 489 | 2026-03-03T09:56:01.725Z | Compiling untrusted v0.9.0 |
| 490 | 2026-03-03T09:56:01.851Z | Compiling serde_derive v1.0.228 |
| 491 | 2026-03-03T09:56:01.904Z | Compiling zerofrom-derive v0.1.6 |
| 492 | 2026-03-03T09:56:02.026Z | Compiling yoke-derive v0.8.1 |
| 493 | 2026-03-03T09:56:02.220Z | Compiling zerovec-derive v0.11.2 |
| 494 | 2026-03-03T09:56:02.758Z | Compiling displaydoc v0.2.5 |
| 495 | 2026-03-03T09:56:03.858Z | Compiling schemars_derive v0.8.22 |
| 496 | 2026-03-03T09:56:04.098Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-03-03T09:56:04.123Z | Compiling tokio-macros v2.6.0 |
| 498 | 2026-03-03T09:56:04.217Z | Compiling zerofrom v0.1.6 |
| 499 | 2026-03-03T09:56:04.443Z | Compiling yoke v0.8.1 |
| 500 | 2026-03-03T09:56:04.778Z | Compiling zerovec v0.11.5 |
| 501 | 2026-03-03T09:56:05.076Z | Compiling zerotrie v0.2.3 |
| 502 | 2026-03-03T09:56:05.363Z | Compiling tokio v1.50.0 |
| 503 | 2026-03-03T09:56:05.663Z | Compiling futures-macro v0.3.32 |
| 504 | 2026-03-03T09:56:05.820Z | Compiling tinystr v0.8.2 |
| 505 | 2026-03-03T09:56:06.086Z | Compiling icu_locale_core v2.1.1 |
| 506 | 2026-03-03T09:56:06.158Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-03-03T09:56:06.421Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-03-03T09:56:06.541Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-03-03T09:56:07.359Z | Compiling icu_provider v2.1.1 |
| 510 | 2026-03-03T09:56:07.691Z | Compiling futures-util v0.3.32 |
| 511 | 2026-03-03T09:56:07.916Z | Compiling icu_normalizer v2.1.1 |
| 512 | 2026-03-03T09:56:07.941Z | Compiling icu_properties v2.1.2 |
| 513 | 2026-03-03T09:56:07.966Z | Compiling tracing-attributes v0.1.31 |
| 514 | 2026-03-03T09:56:08.342Z | Compiling serde_tokenstream v0.2.2 |
| 515 | 2026-03-03T09:56:10.062Z | Compiling tracing v0.1.44 |
| 516 | 2026-03-03T09:56:10.240Z | Compiling idna_adapter v1.2.1 |
| 517 | 2026-03-03T09:56:10.445Z | Compiling typify-impl v0.4.3 |
| 518 | 2026-03-03T09:56:10.470Z | Compiling form_urlencoded v1.2.2 |
| 519 | 2026-03-03T09:56:10.837Z | Compiling slog v2.8.2 |
| 520 | 2026-03-03T09:56:10.862Z | Compiling proc-macro-error-attr v1.0.4 |
| 521 | 2026-03-03T09:56:11.165Z | Compiling base64 v0.22.1 |
| 522 | 2026-03-03T09:56:11.190Z | Compiling utf8_iter v1.0.4 |
| 523 | 2026-03-03T09:56:11.396Z | Compiling rustls v0.23.36 |
| 524 | 2026-03-03T09:56:11.588Z | Compiling try-lock v0.2.5 |
| 525 | 2026-03-03T09:56:11.688Z | Compiling tower-service v0.3.3 |
| 526 | 2026-03-03T09:56:11.748Z | Compiling want v0.3.1 |
| 527 | 2026-03-03T09:56:11.785Z | Compiling idna v1.1.0 |
| 528 | 2026-03-03T09:56:11.900Z | Compiling rustls-webpki v0.103.9 |
| 529 | 2026-03-03T09:56:12.018Z | Compiling erased-serde v0.3.31 |
| 530 | 2026-03-03T09:56:12.200Z | Compiling proc-macro-error v1.0.4 |
| 531 | 2026-03-03T09:56:12.439Z | Compiling subtle v2.6.1 |
| 532 | 2026-03-03T09:56:12.513Z | Compiling atomic-waker v1.1.2 |
| 533 | 2026-03-03T09:56:12.681Z | Compiling ryu v1.0.23 |
| 534 | 2026-03-03T09:56:12.706Z | Compiling pin-utils v0.1.0 |
| 535 | 2026-03-03T09:56:12.804Z | Compiling hyper v1.8.1 |
| 536 | 2026-03-03T09:56:13.298Z | Compiling url v2.5.8 |
| 537 | 2026-03-03T09:56:13.756Z | Compiling crypto-common v0.1.7 |
| 538 | 2026-03-03T09:56:13.941Z | Compiling block-buffer v0.10.4 |
| 539 | 2026-03-03T09:56:14.142Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 540 | 2026-03-03T09:56:14.248Z | Compiling bitflags v2.11.0 |
| 541 | 2026-03-03T09:56:14.620Z | Compiling aho-corasick v1.1.4 |
| 542 | 2026-03-03T09:56:14.839Z | Compiling sync_wrapper v1.0.2 |
| 543 | 2026-03-03T09:56:14.991Z | Compiling ppv-lite86 v0.2.21 |
| 544 | 2026-03-03T09:56:15.240Z | Compiling getrandom v0.3.4 |
| 545 | 2026-03-03T09:56:15.700Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 546 | 2026-03-03T09:56:15.830Z | Compiling ipnet v2.11.0 |
| 547 | 2026-03-03T09:56:15.962Z | Compiling tower-layer v0.3.3 |
| 548 | 2026-03-03T09:56:16.083Z | Compiling proc-macro-crate v3.4.0 |
| 549 | 2026-03-03T09:56:16.240Z | Compiling tower v0.5.3 |
| 550 | 2026-03-03T09:56:16.765Z | Compiling regex-automata v0.4.14 |
| 551 | 2026-03-03T09:56:16.858Z | Compiling hyper-util v0.1.20 |
| 552 | 2026-03-03T09:56:17.523Z | Compiling digest v0.10.7 |
| 553 | 2026-03-03T09:56:17.824Z | Compiling webpki-roots v1.0.6 |
| 554 | 2026-03-03T09:56:17.993Z | Compiling tokio-rustls v0.26.4 |
| 555 | 2026-03-03T09:56:18.389Z | Compiling rand_core v0.6.4 |
| 556 | 2026-03-03T09:56:19.018Z | Compiling iri-string v0.7.10 |
| 557 | 2026-03-03T09:56:19.255Z | Compiling crossbeam-utils v0.8.21 |
| 558 | 2026-03-03T09:56:19.685Z | Compiling crucible-workspace-hack v0.1.0 |
| 559 | 2026-03-03T09:56:19.968Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 560 | 2026-03-03T09:56:20.318Z | Compiling heck v0.4.1 |
| 561 | 2026-03-03T09:56:20.701Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 562 | 2026-03-03T09:56:21.031Z | Compiling cpufeatures v0.2.17 |
| 563 | 2026-03-03T09:56:21.768Z | Compiling tower-http v0.6.8 |
| 564 | 2026-03-03T09:56:22.269Z | Compiling typify-macro v0.4.3 |
| 565 | 2026-03-03T09:56:22.618Z | Compiling regex v1.12.3 |
| 566 | 2026-03-03T09:56:23.551Z | Compiling rand_chacha v0.3.1 |
| 567 | 2026-03-03T09:56:23.642Z | Compiling hyper-rustls v0.27.7 |
| 568 | 2026-03-03T09:56:23.720Z | Compiling num_enum_derive v0.7.5 |
| 569 | 2026-03-03T09:56:24.374Z | Compiling serde_urlencoded v0.7.1 |
| 570 | 2026-03-03T09:56:24.402Z | Compiling tokio-util v0.7.18 |
| 571 | 2026-03-03T09:56:24.435Z | Compiling openapiv3 v2.2.0 |
| 572 | 2026-03-03T09:56:24.837Z | Compiling foreign-types-macros v0.2.3 |
| 573 | 2026-03-03T09:56:25.319Z | Compiling http-body-util v0.1.3 |
| 574 | 2026-03-03T09:56:25.752Z | Compiling typify v0.4.3 |
| 575 | 2026-03-03T09:56:25.807Z | Compiling serde_spanned v1.0.4 |
| 576 | 2026-03-03T09:56:25.881Z | Compiling utf8parse v0.2.2 |
| 577 | 2026-03-03T09:56:25.947Z | Compiling unsafe-libyaml v0.2.11 |
| 578 | 2026-03-03T09:56:26.008Z | Compiling time-core v0.1.8 |
| 579 | 2026-03-03T09:56:26.042Z | Compiling cpufeatures v0.3.0 |
| 580 | 2026-03-03T09:56:26.067Z | Compiling num-conv v0.2.0 |
| 581 | 2026-03-03T09:56:26.157Z | Compiling foreign-types-shared v0.3.1 |
| 582 | 2026-03-03T09:56:26.299Z | Compiling either v1.15.0 |
| 583 | 2026-03-03T09:56:26.325Z | Compiling powerfmt v0.2.0 |
| 584 | 2026-03-03T09:56:26.325Z | Compiling anyhow v1.0.102 |
| 585 | 2026-03-03T09:56:26.401Z | Compiling prettyplease v0.2.37 |
| 586 | 2026-03-03T09:56:26.675Z | Compiling pkg-config v0.3.32 |
| 587 | 2026-03-03T09:56:26.717Z | Compiling itertools v0.12.1 |
| 588 | 2026-03-03T09:56:26.784Z | Compiling deranged v0.5.8 |
| 589 | 2026-03-03T09:56:27.267Z | Compiling serde_yaml v0.9.34+deprecated |
| 590 | 2026-03-03T09:56:27.344Z | Compiling time-macros v0.2.27 |
| 591 | 2026-03-03T09:56:27.534Z | Compiling lzma-sys v0.1.20 |
| 592 | 2026-03-03T09:56:27.780Z | Compiling progenitor-impl v0.10.0 |
| 593 | 2026-03-03T09:56:28.162Z | Compiling foreign-types v0.5.0 |
| 594 | 2026-03-03T09:56:28.263Z | Compiling chacha20 v0.10.0 |
| 595 | 2026-03-03T09:56:28.713Z | Compiling anstyle-parse v0.2.7 |
| 596 | 2026-03-03T09:56:28.933Z | Compiling toml v0.9.12+spec-1.1.0 |
| 597 | 2026-03-03T09:56:29.140Z | Compiling reqwest v0.12.28 |
| 598 | 2026-03-03T09:56:29.221Z | Compiling num_enum v0.7.5 |
| 599 | 2026-03-03T09:56:29.310Z | Compiling rand_core v0.9.5 |
| 600 | 2026-03-03T09:56:29.395Z | Compiling rand v0.8.5 |
| 601 | 2026-03-03T09:56:30.241Z | Compiling sha1 v0.10.6 |
| 602 | 2026-03-03T09:56:30.486Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 603 | 2026-03-03T09:56:30.735Z | Compiling arc-swap v1.8.2 |
| 604 | 2026-03-03T09:56:30.760Z | Compiling cstr-argument v0.1.2 |
| 605 | 2026-03-03T09:56:30.870Z | Compiling thread_local v1.1.9 |
| 606 | 2026-03-03T09:56:30.995Z | Compiling data-encoding v2.10.0 |
| 607 | 2026-03-03T09:56:31.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#5c5135ec) |
| 608 | 2026-03-03T09:56:31.335Z | Compiling anstyle v1.0.13 |
| 609 | 2026-03-03T09:56:31.360Z | Compiling is_terminal_polyfill v1.70.2 |
| 610 | 2026-03-03T09:56:31.493Z | Compiling typeid v1.0.3 |
| 611 | 2026-03-03T09:56:31.606Z | Compiling lazy_static v1.5.0 |
| 612 | 2026-03-03T09:56:31.731Z | Compiling slog-async v2.8.0 |
| 613 | 2026-03-03T09:56:31.756Z | Compiling unicode-width v0.2.2 |
| 614 | 2026-03-03T09:56:31.922Z | Compiling byteorder v1.5.0 |
| 615 | 2026-03-03T09:56:32.091Z | Compiling portable-atomic v1.13.1 |
| 616 | 2026-03-03T09:56:32.169Z | Compiling utf-8 v0.7.6 |
| 617 | 2026-03-03T09:56:32.255Z | Compiling anstyle-query v1.1.5 |
| 618 | 2026-03-03T09:56:32.338Z | Compiling colorchoice v1.0.4 |
| 619 | 2026-03-03T09:56:32.431Z | Compiling pretty-hex v0.4.1 |
| 620 | 2026-03-03T09:56:32.481Z | Compiling anstream v0.6.21 |
| 621 | 2026-03-03T09:56:32.526Z | Compiling tungstenite v0.21.0 |
| 622 | 2026-03-03T09:56:32.677Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 623 | 2026-03-03T09:56:32.826Z | Compiling slog-scope v4.4.1 |
| 624 | 2026-03-03T09:56:32.943Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 625 | 2026-03-03T09:56:33.009Z | Compiling progenitor-client v0.10.0 |
| 626 | 2026-03-03T09:56:33.085Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 627 | 2026-03-03T09:56:33.120Z | Compiling cargo_toml v0.22.3 |
| 628 | 2026-03-03T09:56:33.275Z | Compiling crossbeam-channel v0.5.15 |
| 629 | 2026-03-03T09:56:33.443Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 630 | 2026-03-03T09:56:34.201Z | Compiling rand_chacha v0.9.0 |
| 631 | 2026-03-03T09:56:34.273Z | Compiling time v0.3.47 |
| 632 | 2026-03-03T09:56:34.344Z | Compiling rand v0.10.0 |
| 633 | 2026-03-03T09:56:34.873Z | Compiling progenitor-macro v0.10.0 |
| 634 | 2026-03-03T09:56:35.606Z | Compiling futures-executor v0.3.32 |
| 635 | 2026-03-03T09:56:35.706Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 636 | 2026-03-03T09:56:35.975Z | Compiling is-terminal v0.4.17 |
| 637 | 2026-03-03T09:56:36.091Z | Compiling term v1.2.1 |
| 638 | 2026-03-03T09:56:36.117Z | Compiling oxnet v0.1.4 |
| 639 | 2026-03-03T09:56:36.253Z | Compiling take_mut v0.2.2 |
| 640 | 2026-03-03T09:56:36.408Z | Compiling camino v1.2.2 |
| 641 | 2026-03-03T09:56:36.433Z | Compiling clap_lex v1.0.0 |
| 642 | 2026-03-03T09:56:36.474Z | Compiling strsim v0.11.1 |
| 643 | 2026-03-03T09:56:36.598Z | Compiling colored v3.1.1 |
| 644 | 2026-03-03T09:56:36.856Z | Compiling clap_builder v4.5.60 |
| 645 | 2026-03-03T09:56:37.207Z | Compiling slog-term v2.9.2 |
| 646 | 2026-03-03T09:56:37.440Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 647 | 2026-03-03T09:56:38.135Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 648 | 2026-03-03T09:56:38.323Z | Compiling futures v0.3.32 |
| 649 | 2026-03-03T09:56:38.433Z | Compiling rand v0.9.2 |
| 650 | 2026-03-03T09:56:38.526Z | Compiling tokio-tungstenite v0.21.0 |
| 651 | 2026-03-03T09:56:39.004Z | Compiling slog-stdlog v4.1.1 |
| 652 | 2026-03-03T09:56:39.727Z | Compiling console v0.16.2 |
| 653 | 2026-03-03T09:56:39.830Z | Compiling zone_cfg_derive v0.3.1 |
| 654 | 2026-03-03T09:56:39.933Z | Compiling clap_derive v4.5.55 |
| 655 | 2026-03-03T09:56:40.358Z | Compiling async-trait v0.1.89 |
| 656 | 2026-03-03T09:56:41.286Z | Compiling unit-prefix v0.5.2 |
| 657 | 2026-03-03T09:56:41.436Z | Compiling base64 v0.21.7 |
| 658 | 2026-03-03T09:56:41.513Z | Compiling indicatif v0.18.4 |
| 659 | 2026-03-03T09:56:41.790Z | Compiling zone v0.3.1 |
| 660 | 2026-03-03T09:56:42.041Z | Compiling ron v0.12.0 |
| 661 | 2026-03-03T09:56:42.221Z | Compiling slog-envlogger v2.2.0 |
| 662 | 2026-03-03T09:56:42.944Z | Compiling xz2 v0.1.7 |
| 663 | 2026-03-03T09:56:43.267Z | Compiling clap v4.5.60 |
| 664 | 2026-03-03T09:56:43.380Z | Compiling tabwriter v1.4.1 |
| 665 | 2026-03-03T09:56:43.404Z | Compiling sha2 v0.10.9 |
| 666 | 2026-03-03T09:56:43.509Z | Compiling smf v0.2.3 |
| 667 | 2026-03-03T09:56:43.802Z | Compiling base16ct v1.0.0 |
| 668 | 2026-03-03T09:56:44.019Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 669 | 2026-03-03T09:56:45.074Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 670 | 2026-03-03T09:56:45.211Z | Compiling progenitor v0.10.0 |
| 671 | 2026-03-03T09:56:45.342Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 672 | 2026-03-03T09:56:45.772Z | Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 673 | 2026-03-03T09:56:52.801Z | Compiling duo-unit v0.1.0 (/work/oxidecomputer/falcon/examples/duo-unit) |
| 674 | 2026-03-03T09:56:57.181Z | Compiling helios-dev v0.1.0 (/work/oxidecomputer/falcon/examples/helios-dev) |
| 675 | 2026-03-03T09:56:57.181Z | Compiling solo v0.1.0 (/work/oxidecomputer/falcon/examples/solo) |
| 676 | 2026-03-03T09:56:57.181Z | Compiling duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo) |
| 677 | 2026-03-03T09:57:10.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 678 | 2026-03-03T09:57:10.836Z | |
| 679 | 2026-03-03T09:57:10.837Z | real 1:27.980271747 |
| 680 | 2026-03-03T09:57:10.837Z | user 6:45.986665092 |
| 681 | 2026-03-03T09:57:10.862Z | sys 1:12.444884972 |
| 682 | 2026-03-03T09:57:10.862Z | trap 0.214261683 |
| 683 | 2026-03-03T09:57:10.862Z | tflt 0.147631225 |
| 684 | 2026-03-03T09:57:10.862Z | dflt 0.491641207 |
| 685 | 2026-03-03T09:57:10.862Z | kflt 0.003010404 |
| 686 | 2026-03-03T09:57:10.862Z | lock 19:20.952992875 |
| 687 | 2026-03-03T09:57:10.862Z | slp 28:21.027960677 |
| 688 | 2026-03-03T09:57:10.862Z | lat 33.408501517 |
| 689 | 2026-03-03T09:57:10.862Z | stop 1:02.585324203 |
| 690 | 2026-03-03T09:57:10.862Z | + ptime -m cargo build --all --release |
| 691 | 2026-03-03T09:57:11.394Z | Compiling proc-macro2 v1.0.106 |
| 692 | 2026-03-03T09:57:11.394Z | Compiling quote v1.0.44 |
| 693 | 2026-03-03T09:57:11.394Z | Compiling unicode-ident v1.0.24 |
| 694 | 2026-03-03T09:57:11.419Z | Compiling libc v0.2.182 |
| 695 | 2026-03-03T09:57:11.419Z | Compiling cfg-if v1.0.4 |
| 696 | 2026-03-03T09:57:11.419Z | Compiling serde_core v1.0.228 |
| 697 | 2026-03-03T09:57:11.419Z | Compiling memchr v2.8.0 |
| 698 | 2026-03-03T09:57:11.560Z | Compiling itoa v1.0.17 |
| 699 | 2026-03-03T09:57:11.629Z | Compiling zmij v1.0.21 |
| 700 | 2026-03-03T09:57:11.967Z | Compiling autocfg v1.5.0 |
| 701 | 2026-03-03T09:57:12.028Z | Compiling serde v1.0.228 |
| 702 | 2026-03-03T09:57:12.089Z | Compiling serde_json v1.0.149 |
| 703 | 2026-03-03T09:57:12.426Z | Compiling version_check v0.9.5 |
| 704 | 2026-03-03T09:57:12.580Z | Compiling allocator-api2 v0.2.21 |
| 705 | 2026-03-03T09:57:12.631Z | Compiling num-traits v0.2.19 |
| 706 | 2026-03-03T09:57:12.930Z | Compiling equivalent v1.0.2 |
| 707 | 2026-03-03T09:57:12.954Z | Compiling foldhash v0.2.0 |
| 708 | 2026-03-03T09:57:13.012Z | Compiling smallvec v1.15.1 |
| 709 | 2026-03-03T09:57:13.041Z | Compiling pin-project-lite v0.2.16 |
| 710 | 2026-03-03T09:57:13.172Z | Compiling hashbrown v0.16.1 |
| 711 | 2026-03-03T09:57:13.200Z | Compiling stable_deref_trait v1.2.1 |
| 712 | 2026-03-03T09:57:13.487Z | Compiling bytes v1.11.1 |
| 713 | 2026-03-03T09:57:13.722Z | Compiling syn v2.0.117 |
| 714 | 2026-03-03T09:57:13.751Z | Compiling shlex v1.3.0 |
| 715 | 2026-03-03T09:57:13.795Z | Compiling futures-core v0.3.32 |
| 716 | 2026-03-03T09:57:13.823Z | Compiling find-msvc-tools v0.1.9 |
| 717 | 2026-03-03T09:57:14.054Z | Compiling schemars v0.8.22 |
| 718 | 2026-03-03T09:57:14.079Z | Compiling thiserror v2.0.18 |
| 719 | 2026-03-03T09:57:14.246Z | Compiling cc v1.2.56 |
| 720 | 2026-03-03T09:57:14.384Z | Compiling parking_lot_core v0.9.12 |
| 721 | 2026-03-03T09:57:14.436Z | Compiling rustversion v1.0.22 |
| 722 | 2026-03-03T09:57:14.825Z | Compiling socket2 v0.6.2 |
| 723 | 2026-03-03T09:57:15.069Z | Compiling once_cell v1.21.3 |
| 724 | 2026-03-03T09:57:15.298Z | Compiling getrandom v0.4.1 |
| 725 | 2026-03-03T09:57:15.487Z | Compiling scopeguard v1.2.0 |
| 726 | 2026-03-03T09:57:15.646Z | Compiling futures-sink v0.3.32 |
| 727 | 2026-03-03T09:57:15.753Z | Compiling rand_core v0.10.0 |
| 728 | 2026-03-03T09:57:15.841Z | Compiling lock_api v0.4.14 |
| 729 | 2026-03-03T09:57:16.305Z | Compiling errno v0.3.14 |
| 730 | 2026-03-03T09:57:16.330Z | Compiling getrandom v0.2.17 |
| 731 | 2026-03-03T09:57:16.574Z | Compiling signal-hook-registry v1.4.8 |
| 732 | 2026-03-03T09:57:16.768Z | Compiling parking_lot v0.12.5 |
| 733 | 2026-03-03T09:57:16.793Z | Compiling indexmap v2.13.0 |
| 734 | 2026-03-03T09:57:16.818Z | Compiling futures-channel v0.3.32 |
| 735 | 2026-03-03T09:57:16.918Z | Compiling http v1.4.0 |
| 736 | 2026-03-03T09:57:17.218Z | Compiling mio v1.1.1 |
| 737 | 2026-03-03T09:57:17.353Z | Compiling writeable v0.6.2 |
| 738 | 2026-03-03T09:57:17.389Z | Compiling litemap v0.8.1 |
| 739 | 2026-03-03T09:57:18.067Z | Compiling futures-task v0.3.32 |
| 740 | 2026-03-03T09:57:18.189Z | Compiling icu_normalizer_data v2.1.1 |
| 741 | 2026-03-03T09:57:18.360Z | Compiling icu_properties_data v2.1.2 |
| 742 | 2026-03-03T09:57:18.469Z | Compiling futures-io v0.3.32 |
| 743 | 2026-03-03T09:57:18.513Z | Compiling slab v0.4.12 |
| 744 | 2026-03-03T09:57:18.538Z | Compiling winnow v0.7.14 |
| 745 | 2026-03-03T09:57:18.702Z | Compiling iana-time-zone v0.1.65 |
| 746 | 2026-03-03T09:57:19.245Z | Compiling chrono v0.4.43 |
| 747 | 2026-03-03T09:57:19.415Z | Compiling ring v0.17.14 |
| 748 | 2026-03-03T09:57:20.071Z | Compiling synstructure v0.13.2 |
| 749 | 2026-03-03T09:57:20.235Z | Compiling serde_derive_internals v0.29.1 |
| 750 | 2026-03-03T09:57:20.514Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 751 | 2026-03-03T09:57:20.801Z | Compiling typenum v1.19.0 |
| 752 | 2026-03-03T09:57:20.984Z | Compiling percent-encoding v2.3.2 |
| 753 | 2026-03-03T09:57:21.066Z | Compiling httparse v1.10.1 |
| 754 | 2026-03-03T09:57:21.357Z | Compiling log v0.4.29 |
| 755 | 2026-03-03T09:57:21.421Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 756 | 2026-03-03T09:57:21.607Z | Compiling syn v1.0.109 |
| 757 | 2026-03-03T09:57:21.632Z | Compiling heck v0.5.0 |
| 758 | 2026-03-03T09:57:22.325Z | Compiling generic-array v0.14.7 |
| 759 | 2026-03-03T09:57:22.513Z | Compiling zeroize v1.8.2 |
| 760 | 2026-03-03T09:57:22.539Z | Compiling uuid v1.21.0 |
| 761 | 2026-03-03T09:57:22.661Z | Compiling zerocopy v0.8.39 |
| 762 | 2026-03-03T09:57:22.709Z | Compiling dyn-clone v1.0.20 |
| 763 | 2026-03-03T09:57:22.837Z | Compiling thiserror v1.0.69 |
| 764 | 2026-03-03T09:57:22.904Z | Compiling rustls-pki-types v1.14.0 |
| 765 | 2026-03-03T09:57:23.051Z | Compiling serde_derive v1.0.228 |
| 766 | 2026-03-03T09:57:23.076Z | Compiling zerofrom-derive v0.1.6 |
| 767 | 2026-03-03T09:57:23.277Z | Compiling yoke-derive v0.8.1 |
| 768 | 2026-03-03T09:57:23.322Z | Compiling zerovec-derive v0.11.2 |
| 769 | 2026-03-03T09:57:23.517Z | Compiling displaydoc v0.2.5 |
| 770 | 2026-03-03T09:57:24.456Z | Compiling thiserror-impl v2.0.18 |
| 771 | 2026-03-03T09:57:24.777Z | Compiling schemars_derive v0.8.22 |
| 772 | 2026-03-03T09:57:25.175Z | Compiling tokio-macros v2.6.0 |
| 773 | 2026-03-03T09:57:25.270Z | Compiling futures-macro v0.3.32 |
| 774 | 2026-03-03T09:57:25.309Z | Compiling zerofrom v0.1.6 |
| 775 | 2026-03-03T09:57:25.513Z | Compiling yoke v0.8.1 |
| 776 | 2026-03-03T09:57:25.876Z | Compiling zerovec v0.11.5 |
| 777 | 2026-03-03T09:57:26.124Z | Compiling zerotrie v0.2.3 |
| 778 | 2026-03-03T09:57:26.482Z | Compiling tokio v1.50.0 |
| 779 | 2026-03-03T09:57:26.827Z | Compiling futures-util v0.3.32 |
| 780 | 2026-03-03T09:57:26.988Z | Compiling tinystr v0.8.2 |
| 781 | 2026-03-03T09:57:27.027Z | Compiling potential_utf v0.1.4 |
| 782 | 2026-03-03T09:57:27.102Z | Compiling tracing-attributes v0.1.31 |
| 783 | 2026-03-03T09:57:27.224Z | Compiling icu_collections v2.1.1 |
| 784 | 2026-03-03T09:57:27.318Z | Compiling icu_locale_core v2.1.1 |
| 785 | 2026-03-03T09:57:27.396Z | Compiling thiserror-impl v1.0.69 |
| 786 | 2026-03-03T09:57:29.348Z | Compiling icu_provider v2.1.1 |
| 787 | 2026-03-03T09:57:30.094Z | Compiling icu_properties v2.1.2 |
| 788 | 2026-03-03T09:57:30.388Z | Compiling icu_normalizer v2.1.1 |
| 789 | 2026-03-03T09:57:30.703Z | Compiling http-body v1.0.1 |
| 790 | 2026-03-03T09:57:32.044Z | Compiling semver v1.0.27 |
| 791 | 2026-03-03T09:57:32.116Z | Compiling regress v0.10.5 |
| 792 | 2026-03-03T09:57:32.141Z | Compiling tracing-core v0.1.36 |
| 793 | 2026-03-03T09:57:32.684Z | Compiling untrusted v0.9.0 |
| 794 | 2026-03-03T09:57:33.259Z | Compiling tracing v0.1.44 |
| 795 | 2026-03-03T09:57:33.994Z | Compiling idna_adapter v1.2.1 |
| 796 | 2026-03-03T09:57:34.206Z | Compiling serde_tokenstream v0.2.2 |
| 797 | 2026-03-03T09:57:34.894Z | Compiling form_urlencoded v1.2.2 |
| 798 | 2026-03-03T09:57:35.345Z | Compiling typify-impl v0.4.3 |
| 799 | 2026-03-03T09:57:35.376Z | Compiling slog v2.8.2 |
| 800 | 2026-03-03T09:57:35.756Z | Compiling proc-macro-error-attr v1.0.4 |
| 801 | 2026-03-03T09:57:36.089Z | Compiling utf8_iter v1.0.4 |
| 802 | 2026-03-03T09:57:36.354Z | Compiling rustls v0.23.36 |
| 803 | 2026-03-03T09:57:36.590Z | Compiling try-lock v0.2.5 |
| 804 | 2026-03-03T09:57:36.674Z | Compiling tower-service v0.3.3 |
| 805 | 2026-03-03T09:57:36.748Z | Compiling base64 v0.22.1 |
| 806 | 2026-03-03T09:57:36.812Z | Compiling want v0.3.1 |
| 807 | 2026-03-03T09:57:37.181Z | Compiling idna v1.1.0 |
| 808 | 2026-03-03T09:57:37.660Z | Compiling rustls-webpki v0.103.9 |
| 809 | 2026-03-03T09:57:41.157Z | Compiling erased-serde v0.3.31 |
| 810 | 2026-03-03T09:57:41.283Z | Compiling proc-macro-error v1.0.4 |
| 811 | 2026-03-03T09:57:41.475Z | Compiling atomic-waker v1.1.2 |
| 812 | 2026-03-03T09:57:41.641Z | Compiling pin-utils v0.1.0 |
| 813 | 2026-03-03T09:57:41.666Z | Compiling subtle v2.6.1 |
| 814 | 2026-03-03T09:57:41.741Z | Compiling hyper v1.8.1 |
| 815 | 2026-03-03T09:57:41.929Z | Compiling ppv-lite86 v0.2.21 |
| 816 | 2026-03-03T09:57:42.637Z | Compiling url v2.5.8 |
| 817 | 2026-03-03T09:57:42.836Z | Compiling typify-macro v0.4.3 |
| 818 | 2026-03-03T09:57:43.287Z | Compiling block-buffer v0.10.4 |
| 819 | 2026-03-03T09:57:43.410Z | Compiling crypto-common v0.1.7 |
| 820 | 2026-03-03T09:57:43.517Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 821 | 2026-03-03T09:57:43.619Z | Compiling bitflags v2.11.0 |
| 822 | 2026-03-03T09:57:43.879Z | Compiling aho-corasick v1.1.4 |
| 823 | 2026-03-03T09:57:44.244Z | Compiling sync_wrapper v1.0.2 |
| 824 | 2026-03-03T09:57:45.391Z | Compiling getrandom v0.3.4 |
| 825 | 2026-03-03T09:57:45.416Z | Compiling regex-syntax v0.8.9 |
| 826 | 2026-03-03T09:57:45.950Z | Compiling tower-layer v0.3.3 |
| 827 | 2026-03-03T09:57:46.753Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 828 | 2026-03-03T09:57:47.085Z | Compiling ipnet v2.11.0 |
| 829 | 2026-03-03T09:57:47.130Z | Compiling tower v0.5.3 |
| 830 | 2026-03-03T09:57:47.493Z | Compiling proc-macro-crate v3.4.0 |
| 831 | 2026-03-03T09:57:48.242Z | Compiling regex-automata v0.4.14 |
| 832 | 2026-03-03T09:57:48.299Z | Compiling tokio-rustls v0.26.4 |
| 833 | 2026-03-03T09:57:48.778Z | Compiling hyper-util v0.1.20 |
| 834 | 2026-03-03T09:57:49.238Z | Compiling digest v0.10.7 |
| 835 | 2026-03-03T09:57:53.459Z | Compiling webpki-roots v1.0.6 |
| 836 | 2026-03-03T09:57:53.628Z | Compiling rand_core v0.6.4 |
| 837 | 2026-03-03T09:57:53.730Z | Compiling heck v0.4.1 |
| 838 | 2026-03-03T09:57:54.033Z | Compiling crucible-workspace-hack v0.1.0 |
| 839 | 2026-03-03T09:57:54.328Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 840 | 2026-03-03T09:57:54.845Z | Compiling cpufeatures v0.2.17 |
| 841 | 2026-03-03T09:57:54.946Z | Compiling crossbeam-utils v0.8.21 |
| 842 | 2026-03-03T09:57:55.397Z | Compiling ryu v1.0.23 |
| 843 | 2026-03-03T09:57:55.708Z | Compiling iri-string v0.7.10 |
| 844 | 2026-03-03T09:57:55.910Z | Compiling serde_urlencoded v0.7.1 |
| 845 | 2026-03-03T09:57:57.824Z | Compiling rand_chacha v0.3.1 |
| 846 | 2026-03-03T09:57:58.941Z | Compiling tower-http v0.6.8 |
| 847 | 2026-03-03T09:57:59.599Z | Compiling hyper-rustls v0.27.7 |
| 848 | 2026-03-03T09:57:59.833Z | Compiling regex v1.12.3 |
| 849 | 2026-03-03T09:58:00.691Z | Compiling num_enum_derive v0.7.5 |
| 850 | 2026-03-03T09:58:00.995Z | Compiling typify v0.4.3 |
| 851 | 2026-03-03T09:58:01.142Z | Compiling tokio-util v0.7.18 |
| 852 | 2026-03-03T09:58:02.344Z | Compiling http-body-util v0.1.3 |
| 853 | 2026-03-03T09:58:02.369Z | Compiling openapiv3 v2.2.0 |
| 854 | 2026-03-03T09:58:02.537Z | Compiling foreign-types-macros v0.2.3 |
| 855 | 2026-03-03T09:58:02.635Z | Compiling serde_spanned v1.0.4 |
| 856 | 2026-03-03T09:58:02.802Z | Compiling unsafe-libyaml v0.2.11 |
| 857 | 2026-03-03T09:58:02.855Z | Compiling anyhow v1.0.102 |
| 858 | 2026-03-03T09:58:03.331Z | Compiling foreign-types-shared v0.3.1 |
| 859 | 2026-03-03T09:58:03.452Z | Compiling powerfmt v0.2.0 |
| 860 | 2026-03-03T09:58:03.512Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 861 | 2026-03-03T09:58:03.865Z | Compiling prettyplease v0.2.37 |
| 862 | 2026-03-03T09:58:03.890Z | Compiling cpufeatures v0.3.0 |
| 863 | 2026-03-03T09:58:03.976Z | Compiling num-conv v0.2.0 |
| 864 | 2026-03-03T09:58:04.002Z | Compiling time-core v0.1.8 |
| 865 | 2026-03-03T09:58:04.202Z | Compiling either v1.15.0 |
| 866 | 2026-03-03T09:58:04.582Z | Compiling utf8parse v0.2.2 |
| 867 | 2026-03-03T09:58:04.613Z | Compiling pkg-config v0.3.32 |
| 868 | 2026-03-03T09:58:04.746Z | Compiling anstyle-parse v0.2.7 |
| 869 | 2026-03-03T09:58:05.087Z | Compiling itertools v0.12.1 |
| 870 | 2026-03-03T09:58:05.331Z | Compiling progenitor-impl v0.10.0 |
| 871 | 2026-03-03T09:58:05.426Z | Compiling lzma-sys v0.1.20 |
| 872 | 2026-03-03T09:58:05.996Z | Compiling serde_yaml v0.9.34+deprecated |
| 873 | 2026-03-03T09:58:07.747Z | Compiling time-macros v0.2.27 |
| 874 | 2026-03-03T09:58:07.957Z | Compiling chacha20 v0.10.0 |
| 875 | 2026-03-03T09:58:08.439Z | Compiling toml v0.9.12+spec-1.1.0 |
| 876 | 2026-03-03T09:58:08.464Z | Compiling deranged v0.5.8 |
| 877 | 2026-03-03T09:58:09.338Z | Compiling foreign-types v0.5.0 |
| 878 | 2026-03-03T09:58:09.501Z | Compiling reqwest v0.12.28 |
| 879 | 2026-03-03T09:58:10.223Z | Compiling num_enum v0.7.5 |
| 880 | 2026-03-03T09:58:10.392Z | Compiling rand_core v0.9.5 |
| 881 | 2026-03-03T09:58:10.785Z | Compiling rand v0.8.5 |
| 882 | 2026-03-03T09:58:10.995Z | Compiling sha1 v0.10.6 |
| 883 | 2026-03-03T09:58:11.787Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 884 | 2026-03-03T09:58:12.186Z | Compiling arc-swap v1.8.2 |
| 885 | 2026-03-03T09:58:12.245Z | Compiling cstr-argument v0.1.2 |
| 886 | 2026-03-03T09:58:12.487Z | Compiling thread_local v1.1.9 |
| 887 | 2026-03-03T09:58:12.512Z | Compiling lazy_static v1.5.0 |
| 888 | 2026-03-03T09:58:12.797Z | Compiling anstyle-query v1.1.5 |
| 889 | 2026-03-03T09:58:12.951Z | Compiling anstyle v1.0.13 |
| 890 | 2026-03-03T09:58:12.980Z | Compiling unicode-width v0.2.2 |
| 891 | 2026-03-03T09:58:13.110Z | Compiling colorchoice v1.0.4 |
| 892 | 2026-03-03T09:58:13.296Z | Compiling portable-atomic v1.13.1 |
| 893 | 2026-03-03T09:58:13.411Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#5c5135ec) |
| 894 | 2026-03-03T09:58:13.470Z | Compiling slog-async v2.8.0 |
| 895 | 2026-03-03T09:58:13.725Z | Compiling typeid v1.0.3 |
| 896 | 2026-03-03T09:58:13.884Z | Compiling pretty-hex v0.4.1 |
| 897 | 2026-03-03T09:58:14.052Z | Compiling data-encoding v2.10.0 |
| 898 | 2026-03-03T09:58:14.109Z | Compiling utf-8 v0.7.6 |
| 899 | 2026-03-03T09:58:14.333Z | Compiling is_terminal_polyfill v1.70.2 |
| 900 | 2026-03-03T09:58:14.390Z | Compiling byteorder v1.5.0 |
| 901 | 2026-03-03T09:58:14.415Z | Compiling time v0.3.47 |
| 902 | 2026-03-03T09:58:14.476Z | Compiling anstream v0.6.21 |
| 903 | 2026-03-03T09:58:14.839Z | Compiling tungstenite v0.21.0 |
| 904 | 2026-03-03T09:58:15.485Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 905 | 2026-03-03T09:58:17.807Z | Compiling slog-scope v4.4.1 |
| 906 | 2026-03-03T09:58:17.980Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 907 | 2026-03-03T09:58:18.139Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 908 | 2026-03-03T09:58:18.519Z | Compiling crossbeam-channel v0.5.15 |
| 909 | 2026-03-03T09:58:18.801Z | Compiling progenitor-client v0.10.0 |
| 910 | 2026-03-03T09:58:18.889Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 911 | 2026-03-03T09:58:18.950Z | Compiling rand_chacha v0.9.0 |
| 912 | 2026-03-03T09:58:19.627Z | Compiling cargo_toml v0.22.3 |
| 913 | 2026-03-03T09:58:19.879Z | Compiling progenitor-macro v0.10.0 |
| 914 | 2026-03-03T09:58:20.948Z | Compiling rand v0.10.0 |
| 915 | 2026-03-03T09:58:22.817Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 916 | 2026-03-03T09:58:23.633Z | Compiling futures-executor v0.3.32 |
| 917 | 2026-03-03T09:58:24.337Z | Compiling is-terminal v0.4.17 |
| 918 | 2026-03-03T09:58:24.469Z | Compiling strsim v0.11.1 |
| 919 | 2026-03-03T09:58:24.511Z | Compiling colored v3.1.1 |
| 920 | 2026-03-03T09:58:25.388Z | Compiling term v1.2.1 |
| 921 | 2026-03-03T09:58:25.642Z | Compiling camino v1.2.2 |
| 922 | 2026-03-03T09:58:25.878Z | Compiling oxnet v0.1.4 |
| 923 | 2026-03-03T09:58:26.113Z | Compiling clap_lex v1.0.0 |
| 924 | 2026-03-03T09:58:26.421Z | Compiling take_mut v0.2.2 |
| 925 | 2026-03-03T09:58:26.715Z | Compiling clap_builder v4.5.60 |
| 926 | 2026-03-03T09:58:27.934Z | Compiling progenitor v0.10.0 |
| 927 | 2026-03-03T09:58:28.848Z | Compiling slog-term v2.9.2 |
| 928 | 2026-03-03T09:58:29.008Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 929 | 2026-03-03T09:58:30.296Z | Compiling futures v0.3.32 |
| 930 | 2026-03-03T09:58:30.404Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 931 | 2026-03-03T09:58:31.352Z | Compiling rand v0.9.2 |
| 932 | 2026-03-03T09:58:32.571Z | Compiling slog-stdlog v4.1.1 |
| 933 | 2026-03-03T09:58:33.199Z | Compiling tokio-tungstenite v0.21.0 |
| 934 | 2026-03-03T09:58:33.864Z | Compiling console v0.16.2 |
| 935 | 2026-03-03T09:58:35.023Z | Compiling zone_cfg_derive v0.3.1 |
| 936 | 2026-03-03T09:58:35.604Z | Compiling async-trait v0.1.89 |
| 937 | 2026-03-03T09:58:36.038Z | Compiling clap_derive v4.5.55 |
| 938 | 2026-03-03T09:58:37.010Z | Compiling base64 v0.21.7 |
| 939 | 2026-03-03T09:58:37.277Z | Compiling unit-prefix v0.5.2 |
| 940 | 2026-03-03T09:58:37.437Z | Compiling indicatif v0.18.4 |
| 941 | 2026-03-03T09:58:37.510Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 942 | 2026-03-03T09:58:38.889Z | Compiling clap v4.5.60 |
| 943 | 2026-03-03T09:58:38.989Z | Compiling zone v0.3.1 |
| 944 | 2026-03-03T09:58:41.887Z | Compiling ron v0.12.0 |
| 945 | 2026-03-03T09:58:42.811Z | Compiling slog-envlogger v2.2.0 |
| 946 | 2026-03-03T09:58:44.757Z | Compiling xz2 v0.1.7 |
| 947 | 2026-03-03T09:58:45.129Z | Compiling tabwriter v1.4.1 |
| 948 | 2026-03-03T09:58:45.267Z | Compiling sha2 v0.10.9 |
| 949 | 2026-03-03T09:58:45.744Z | Compiling smf v0.2.3 |
| 950 | 2026-03-03T09:58:45.969Z | Compiling base16ct v1.0.0 |
| 951 | 2026-03-03T09:58:46.126Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 952 | 2026-03-03T09:58:47.161Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 953 | 2026-03-03T09:58:48.306Z | Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 954 | 2026-03-03T09:58:49.614Z | Compiling duo-unit v0.1.0 (/work/oxidecomputer/falcon/examples/duo-unit) |
| 955 | 2026-03-03T09:58:56.146Z | Compiling duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo) |
| 956 | 2026-03-03T09:58:56.147Z | Compiling solo v0.1.0 (/work/oxidecomputer/falcon/examples/solo) |
| 957 | 2026-03-03T09:58:56.147Z | Compiling helios-dev v0.1.0 (/work/oxidecomputer/falcon/examples/helios-dev) |
| 958 | 2026-03-03T09:59:22.304Z | Finished `release` profile [optimized] target(s) in 2m 11s |
| 959 | 2026-03-03T09:59:22.365Z | |
| 960 | 2026-03-03T09:59:22.366Z | real 2:11.511047084 |
| 961 | 2026-03-03T09:59:22.366Z | user 15:15.016177521 |
| 962 | 2026-03-03T09:59:22.366Z | sys 1:02.609605708 |
| 963 | 2026-03-03T09:59:22.391Z | trap 0.460503510 |
| 964 | 2026-03-03T09:59:22.391Z | tflt 0.347786277 |
| 965 | 2026-03-03T09:59:22.391Z | dflt 0.723152604 |
| 966 | 2026-03-03T09:59:22.391Z | kflt 0.005644826 |
| 967 | 2026-03-03T09:59:22.391Z | lock 45:18.254485141 |
| 968 | 2026-03-03T09:59:22.391Z | slp 52:13.241750621 |
| 969 | 2026-03-03T09:59:22.391Z | lat 45.428901327 |
| 970 | 2026-03-03T09:59:22.391Z | stop 34.569509758 |
| 971 | 2026-03-03T09:59:22.391Z | + banner check |
| 972 | 2026-03-03T09:59:22.391Z | |
| 973 | 2026-03-03T09:59:22.391Z | #### # # ###### #### # # |
| 974 | 2026-03-03T09:59:22.391Z | # # # # # # # # # |
| 975 | 2026-03-03T09:59:22.391Z | # ###### ##### # #### |
| 976 | 2026-03-03T09:59:22.391Z | # # # # # # # |
| 977 | 2026-03-03T09:59:22.391Z | # # # # # # # # # |
| 978 | 2026-03-03T09:59:22.391Z | #### # # ###### #### # # |
| 979 | 2026-03-03T09:59:22.391Z | |
| 980 | 2026-03-03T09:59:22.391Z | + cargo fmt --all -- --check |
| 981 | 2026-03-03T09:59:22.822Z | + cargo clippy --all -- --deny warnings |
| 982 | 2026-03-03T09:59:23.466Z | Compiling unicode-ident v1.0.24 |
| 983 | 2026-03-03T09:59:23.466Z | Checking cfg-if v1.0.4 |
| 984 | 2026-03-03T09:59:23.466Z | Checking memchr v2.8.0 |
| 985 | 2026-03-03T09:59:23.491Z | Checking itoa v1.0.17 |
| 986 | 2026-03-03T09:59:23.491Z | Checking libc v0.2.182 |
| 987 | 2026-03-03T09:59:23.491Z | Checking serde_core v1.0.228 |
| 988 | 2026-03-03T09:59:23.491Z | Compiling equivalent v1.0.2 |
| 989 | 2026-03-03T09:59:23.491Z | Compiling allocator-api2 v0.2.21 |
| 990 | 2026-03-03T09:59:23.583Z | Compiling foldhash v0.2.0 |
| 991 | 2026-03-03T09:59:23.619Z | Checking smallvec v1.15.1 |
| 992 | 2026-03-03T09:59:23.672Z | Compiling proc-macro2 v1.0.106 |
| 993 | 2026-03-03T09:59:23.720Z | Checking pin-project-lite v0.2.16 |
| 994 | 2026-03-03T09:59:23.826Z | Checking stable_deref_trait v1.2.1 |
| 995 | 2026-03-03T09:59:23.851Z | Checking bytes v1.11.1 |
| 996 | 2026-03-03T09:59:23.911Z | Checking futures-core v0.3.32 |
| 997 | 2026-03-03T09:59:23.936Z | Checking futures-sink v0.3.32 |
| 998 | 2026-03-03T09:59:24.069Z | Compiling hashbrown v0.16.1 |
| 999 | 2026-03-03T09:59:24.093Z | Checking scopeguard v1.2.0 |
| 1000 | 2026-03-03T09:59:24.118Z | Checking once_cell v1.21.3 |
| 1001 | 2026-03-03T09:59:24.163Z | Checking rand_core v0.10.0 |
| 1002 | 2026-03-03T09:59:24.217Z | Checking socket2 v0.6.2 |
| 1003 | 2026-03-03T09:59:24.242Z | Checking lock_api v0.4.14 |
| 1004 | 2026-03-03T09:59:24.352Z | Compiling quote v1.0.44 |
| 1005 | 2026-03-03T09:59:24.378Z | Checking errno v0.3.14 |
| 1006 | 2026-03-03T09:59:24.540Z | Checking parking_lot_core v0.9.12 |
| 1007 | 2026-03-03T09:59:24.565Z | Checking getrandom v0.2.17 |
| 1008 | 2026-03-03T09:59:24.661Z | Compiling syn v2.0.117 |
| 1009 | 2026-03-03T09:59:24.744Z | Checking http v1.4.0 |
| 1010 | 2026-03-03T09:59:24.769Z | Checking getrandom v0.4.1 |
| 1011 | 2026-03-03T09:59:24.801Z | Checking signal-hook-registry v1.4.8 |
| 1012 | 2026-03-03T09:59:24.844Z | Checking parking_lot v0.12.5 |
| 1013 | 2026-03-03T09:59:24.925Z | Checking mio v1.1.1 |
| 1014 | 2026-03-03T09:59:24.959Z | Checking futures-channel v0.3.32 |
| 1015 | 2026-03-03T09:59:25.041Z | Checking zmij v1.0.21 |
| 1016 | 2026-03-03T09:59:25.140Z | Compiling indexmap v2.13.0 |
| 1017 | 2026-03-03T09:59:25.165Z | Checking litemap v0.8.1 |
| 1018 | 2026-03-03T09:59:25.280Z | Checking writeable v0.6.2 |
| 1019 | 2026-03-03T09:59:25.397Z | Checking num-traits v0.2.19 |
| 1020 | 2026-03-03T09:59:25.447Z | Checking slab v0.4.12 |
| 1021 | 2026-03-03T09:59:25.582Z | Compiling winnow v0.7.14 |
| 1022 | 2026-03-03T09:59:25.741Z | Checking iana-time-zone v0.1.65 |
| 1023 | 2026-03-03T09:59:25.871Z | Checking futures-io v0.3.32 |
| 1024 | 2026-03-03T09:59:25.896Z | Checking futures-task v0.3.32 |
| 1025 | 2026-03-03T09:59:25.944Z | Compiling serde_json v1.0.149 |
| 1026 | 2026-03-03T09:59:26.118Z | Checking percent-encoding v2.3.2 |
| 1027 | 2026-03-03T09:59:26.317Z | Compiling heck v0.5.0 |
| 1028 | 2026-03-03T09:59:26.397Z | Checking log v0.4.29 |
| 1029 | 2026-03-03T09:59:26.589Z | Checking chrono v0.4.43 |
| 1030 | 2026-03-03T09:59:26.667Z | Checking icu_normalizer_data v2.1.1 |
| 1031 | 2026-03-03T09:59:26.692Z | Checking icu_properties_data v2.1.2 |
| 1032 | 2026-03-03T09:59:26.769Z | Checking zeroize v1.8.2 |
| 1033 | 2026-03-03T09:59:26.872Z | Compiling dyn-clone v1.0.20 |
| 1034 | 2026-03-03T09:59:26.987Z | Checking rustls-pki-types v1.14.0 |
| 1035 | 2026-03-03T09:59:27.070Z | Compiling syn v1.0.109 |
| 1036 | 2026-03-03T09:59:27.491Z | Checking httparse v1.10.1 |
| 1037 | 2026-03-03T09:59:27.785Z | Checking typenum v1.19.0 |
| 1038 | 2026-03-03T09:59:27.825Z | Checking uuid v1.21.0 |
| 1039 | 2026-03-03T09:59:27.850Z | Checking http-body v1.0.1 |
| 1040 | 2026-03-03T09:59:28.033Z | Compiling regress v0.10.5 |
| 1041 | 2026-03-03T09:59:28.095Z | Checking tracing-core v0.1.36 |
| 1042 | 2026-03-03T09:59:28.325Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1043 | 2026-03-03T09:59:28.653Z | Checking untrusted v0.9.0 |
| 1044 | 2026-03-03T09:59:28.812Z | Checking ring v0.17.14 |
| 1045 | 2026-03-03T09:59:28.838Z | Checking generic-array v0.14.7 |
| 1046 | 2026-03-03T09:59:28.968Z | Checking zerocopy v0.8.39 |
| 1047 | 2026-03-03T09:59:29.371Z | Checking form_urlencoded v1.2.2 |
| 1048 | 2026-03-03T09:59:29.555Z | Checking utf8_iter v1.0.4 |
| 1049 | 2026-03-03T09:59:29.738Z | Checking tower-service v0.3.3 |
| 1050 | 2026-03-03T09:59:29.763Z | Checking try-lock v0.2.5 |
| 1051 | 2026-03-03T09:59:29.858Z | Checking base64 v0.22.1 |
| 1052 | 2026-03-03T09:59:29.892Z | Checking want v0.3.1 |
| 1053 | 2026-03-03T09:59:30.226Z | Checking atomic-waker v1.1.2 |
| 1054 | 2026-03-03T09:59:30.251Z | Checking pin-utils v0.1.0 |
| 1055 | 2026-03-03T09:59:30.344Z | Checking subtle v2.6.1 |
| 1056 | 2026-03-03T09:59:30.369Z | Compiling proc-macro-error-attr v1.0.4 |
| 1057 | 2026-03-03T09:59:30.587Z | Compiling synstructure v0.13.2 |
| 1058 | 2026-03-03T09:59:30.647Z | Compiling serde_derive_internals v0.29.1 |
| 1059 | 2026-03-03T09:59:30.690Z | Checking rustls-webpki v0.103.9 |
| 1060 | 2026-03-03T09:59:31.280Z | Checking crypto-common v0.1.7 |
| 1061 | 2026-03-03T09:59:31.390Z | Checking rustls v0.23.36 |
| 1062 | 2026-03-03T09:59:31.455Z | Checking block-buffer v0.10.4 |
| 1063 | 2026-03-03T09:59:31.484Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1064 | 2026-03-03T09:59:31.650Z | Checking bitflags v2.11.0 |
| 1065 | 2026-03-03T09:59:31.901Z | Checking aho-corasick v1.1.4 |
| 1066 | 2026-03-03T09:59:32.114Z | Checking sync_wrapper v1.0.2 |
| 1067 | 2026-03-03T09:59:32.924Z | Checking ipnet v2.11.0 |
| 1068 | 2026-03-03T09:59:33.200Z | Compiling regex-syntax v0.8.9 |
| 1069 | 2026-03-03T09:59:33.303Z | Checking tower-layer v0.3.3 |
| 1070 | 2026-03-03T09:59:33.328Z | Compiling serde_derive v1.0.228 |
| 1071 | 2026-03-03T09:59:33.328Z | Compiling zerofrom-derive v0.1.6 |
| 1072 | 2026-03-03T09:59:33.531Z | Compiling yoke-derive v0.8.1 |
| 1073 | 2026-03-03T09:59:34.206Z | Compiling zerovec-derive v0.11.2 |
| 1074 | 2026-03-03T09:59:34.807Z | Compiling displaydoc v0.2.5 |
| 1075 | 2026-03-03T09:59:35.058Z | Compiling schemars_derive v0.8.22 |
| 1076 | 2026-03-03T09:59:35.246Z | Compiling thiserror-impl v2.0.18 |
| 1077 | 2026-03-03T09:59:35.290Z | Compiling tokio-macros v2.6.0 |
| 1078 | 2026-03-03T09:59:35.516Z | Checking zerofrom v0.1.6 |
| 1079 | 2026-03-03T09:59:35.714Z | Checking yoke v0.8.1 |
| 1080 | 2026-03-03T09:59:35.978Z | Compiling futures-macro v0.3.32 |
| 1081 | 2026-03-03T09:59:36.006Z | Checking zerotrie v0.2.3 |
| 1082 | 2026-03-03T09:59:36.075Z | Checking zerovec v0.11.5 |
| 1083 | 2026-03-03T09:59:36.408Z | Compiling tracing-attributes v0.1.31 |
| 1084 | 2026-03-03T09:59:36.546Z | Checking tokio v1.50.0 |
| 1085 | 2026-03-03T09:59:36.920Z | Checking tinystr v0.8.2 |
| 1086 | 2026-03-03T09:59:37.192Z | Checking potential_utf v0.1.4 |
| 1087 | 2026-03-03T09:59:37.230Z | Checking icu_locale_core v2.1.1 |
| 1088 | 2026-03-03T09:59:37.261Z | Compiling thiserror-impl v1.0.69 |
| 1089 | 2026-03-03T09:59:37.350Z | Checking futures-util v0.3.32 |
| 1090 | 2026-03-03T09:59:37.401Z | Checking icu_collections v2.1.1 |
| 1091 | 2026-03-03T09:59:37.426Z | Compiling thiserror v2.0.18 |
| 1092 | 2026-03-03T09:59:37.700Z | Checking ppv-lite86 v0.2.21 |
| 1093 | 2026-03-03T09:59:38.136Z | Checking serde v1.0.228 |
| 1094 | 2026-03-03T09:59:38.284Z | Checking icu_provider v2.1.1 |
| 1095 | 2026-03-03T09:59:38.550Z | Checking tracing v0.1.44 |
| 1096 | 2026-03-03T09:59:38.665Z | Checking icu_properties v2.1.2 |
| 1097 | 2026-03-03T09:59:38.850Z | Checking icu_normalizer v2.1.1 |
| 1098 | 2026-03-03T09:59:38.908Z | Checking schemars v0.8.22 |
| 1099 | 2026-03-03T09:59:39.306Z | Checking thiserror v1.0.69 |
| 1100 | 2026-03-03T09:59:39.373Z | Compiling serde_tokenstream v0.2.2 |
| 1101 | 2026-03-03T09:59:39.447Z | Checking erased-serde v0.3.31 |
| 1102 | 2026-03-03T09:59:39.842Z | Compiling regex-automata v0.4.14 |
| 1103 | 2026-03-03T09:59:40.116Z | Compiling proc-macro-crate v3.4.0 |
| 1104 | 2026-03-03T09:59:40.251Z | Checking idna_adapter v1.2.1 |
| 1105 | 2026-03-03T09:59:40.288Z | Checking slog v2.8.2 |
| 1106 | 2026-03-03T09:59:40.423Z | Checking idna v1.1.0 |
| 1107 | 2026-03-03T09:59:40.771Z | Compiling typify-impl v0.4.3 |
| 1108 | 2026-03-03T09:59:40.895Z | Checking url v2.5.8 |
| 1109 | 2026-03-03T09:59:40.971Z | Checking digest v0.10.7 |
| 1110 | 2026-03-03T09:59:41.158Z | Compiling proc-macro-error v1.0.4 |
| 1111 | 2026-03-03T09:59:41.548Z | Checking webpki-roots v1.0.6 |
| 1112 | 2026-03-03T09:59:41.623Z | Checking rand_core v0.6.4 |
| 1113 | 2026-03-03T09:59:41.712Z | Checking iri-string v0.7.10 |
| 1114 | 2026-03-03T09:59:41.890Z | Checking semver v1.0.27 |
| 1115 | 2026-03-03T09:59:42.205Z | Checking ryu v1.0.23 |
| 1116 | 2026-03-03T09:59:42.475Z | Checking hyper v1.8.1 |
| 1117 | 2026-03-03T09:59:42.586Z | Checking tokio-rustls v0.26.4 |
| 1118 | 2026-03-03T09:59:42.921Z | Checking tower v0.5.3 |
| 1119 | 2026-03-03T09:59:43.406Z | Checking hyper-util v0.1.20 |
| 1120 | 2026-03-03T09:59:43.586Z | Checking cpufeatures v0.2.17 |
| 1121 | 2026-03-03T09:59:43.679Z | Checking regex v1.12.3 |
| 1122 | 2026-03-03T09:59:43.727Z | Checking tower-http v0.6.8 |
| 1123 | 2026-03-03T09:59:44.182Z | Checking tokio-util v0.7.18 |
| 1124 | 2026-03-03T09:59:44.207Z | Checking serde_urlencoded v0.7.1 |
| 1125 | 2026-03-03T09:59:44.546Z | Checking rand_chacha v0.3.1 |
| 1126 | 2026-03-03T09:59:44.690Z | Compiling num_enum_derive v0.7.5 |
| 1127 | 2026-03-03T09:59:44.832Z | Checking hyper-rustls v0.27.7 |
| 1128 | 2026-03-03T09:59:44.857Z | Checking getrandom v0.3.4 |
| 1129 | 2026-03-03T09:59:44.882Z | Compiling openapiv3 v2.2.0 |
| 1130 | 2026-03-03T09:59:44.924Z | Compiling foreign-types-macros v0.2.3 |
| 1131 | 2026-03-03T09:59:45.131Z | Checking http-body-util v0.1.3 |
| 1132 | 2026-03-03T09:59:45.484Z | Compiling serde_spanned v1.0.4 |
| 1133 | 2026-03-03T09:59:45.675Z | Checking utf8parse v0.2.2 |
| 1134 | 2026-03-03T09:59:45.823Z | Compiling num-conv v0.2.0 |
| 1135 | 2026-03-03T09:59:45.931Z | Checking powerfmt v0.2.0 |
| 1136 | 2026-03-03T09:59:46.004Z | Checking foreign-types-shared v0.3.1 |
| 1137 | 2026-03-03T09:59:46.044Z | Checking cpufeatures v0.3.0 |
| 1138 | 2026-03-03T09:59:46.124Z | Checking either v1.15.0 |
| 1139 | 2026-03-03T09:59:46.149Z | Compiling time-core v0.1.8 |
| 1140 | 2026-03-03T09:59:46.149Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1141 | 2026-03-03T09:59:46.246Z | Checking deranged v0.5.8 |
| 1142 | 2026-03-03T09:59:46.385Z | Compiling time-macros v0.2.27 |
| 1143 | 2026-03-03T09:59:46.434Z | Checking num_enum v0.7.5 |
| 1144 | 2026-03-03T09:59:46.459Z | Checking itertools v0.12.1 |
| 1145 | 2026-03-03T09:59:46.501Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1146 | 2026-03-03T09:59:47.579Z | Compiling typify-macro v0.4.3 |
| 1147 | 2026-03-03T09:59:47.830Z | Checking chacha20 v0.10.0 |
| 1148 | 2026-03-03T09:59:48.095Z | Checking foreign-types v0.5.0 |
| 1149 | 2026-03-03T09:59:48.134Z | Compiling serde_yaml v0.9.34+deprecated |
| 1150 | 2026-03-03T09:59:48.180Z | Checking anstyle-parse v0.2.7 |
| 1151 | 2026-03-03T09:59:48.205Z | Checking reqwest v0.12.28 |
| 1152 | 2026-03-03T09:59:48.355Z | Checking rand_core v0.9.5 |
| 1153 | 2026-03-03T09:59:48.434Z | Checking rand v0.8.5 |
| 1154 | 2026-03-03T09:59:48.485Z | Checking crucible-workspace-hack v0.1.0 |
| 1155 | 2026-03-03T09:59:48.574Z | Checking crossbeam-utils v0.8.21 |
| 1156 | 2026-03-03T09:59:48.641Z | Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1157 | 2026-03-03T09:59:48.666Z | Checking sha1 v0.10.6 |
| 1158 | 2026-03-03T09:59:48.783Z | Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1159 | 2026-03-03T09:59:48.908Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1160 | 2026-03-03T09:59:48.941Z | Checking arc-swap v1.8.2 |
| 1161 | 2026-03-03T09:59:49.034Z | Checking cstr-argument v0.1.2 |
| 1162 | 2026-03-03T09:59:49.169Z | Checking thread_local v1.1.9 |
| 1163 | 2026-03-03T09:59:49.310Z | Checking anstyle-query v1.1.5 |
| 1164 | 2026-03-03T09:59:49.355Z | Checking colorchoice v1.0.4 |
| 1165 | 2026-03-03T09:59:49.403Z | Checking is_terminal_polyfill v1.70.2 |
| 1166 | 2026-03-03T09:59:49.428Z | Checking lazy_static v1.5.0 |
| 1167 | 2026-03-03T09:59:49.428Z | Checking pretty-hex v0.4.1 |
| 1168 | 2026-03-03T09:59:49.453Z | Checking data-encoding v2.10.0 |
| 1169 | 2026-03-03T09:59:49.494Z | Checking byteorder v1.5.0 |
| 1170 | 2026-03-03T09:59:49.532Z | Checking utf-8 v0.7.6 |
| 1171 | 2026-03-03T09:59:49.601Z | Checking unicode-width v0.2.2 |
| 1172 | 2026-03-03T09:59:49.655Z | Checking anstyle v1.0.13 |
| 1173 | 2026-03-03T09:59:49.726Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1174 | 2026-03-03T09:59:49.794Z | Checking time v0.3.47 |
| 1175 | 2026-03-03T09:59:49.842Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 1176 | 2026-03-03T09:59:49.875Z | Checking slog-scope v4.4.1 |
| 1177 | 2026-03-03T09:59:49.917Z | Checking tungstenite v0.21.0 |
| 1178 | 2026-03-03T09:59:49.957Z | Checking anstream v0.6.21 |
| 1179 | 2026-03-03T09:59:50.028Z | Checking progenitor-client v0.10.0 |
| 1180 | 2026-03-03T09:59:50.068Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1181 | 2026-03-03T09:59:50.093Z | Checking crossbeam-channel v0.5.15 |
| 1182 | 2026-03-03T09:59:50.177Z | Compiling typify v0.4.3 |
| 1183 | 2026-03-03T09:59:50.301Z | Compiling progenitor-impl v0.10.0 |
| 1184 | 2026-03-03T09:59:50.340Z | Checking rand_chacha v0.9.0 |
| 1185 | 2026-03-03T09:59:50.366Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1186 | 2026-03-03T09:59:50.677Z | Checking rand v0.10.0 |
| 1187 | 2026-03-03T09:59:50.701Z | Compiling prettyplease v0.2.37 |
| 1188 | 2026-03-03T09:59:50.736Z | Checking anyhow v1.0.102 |
| 1189 | 2026-03-03T09:59:50.773Z | Compiling cargo_toml v0.22.3 |
| 1190 | 2026-03-03T09:59:50.858Z | Checking futures-executor v0.3.32 |
| 1191 | 2026-03-03T09:59:51.060Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1192 | 2026-03-03T09:59:51.085Z | Checking is-terminal v0.4.17 |
| 1193 | 2026-03-03T09:59:51.203Z | Checking colored v3.1.1 |
| 1194 | 2026-03-03T09:59:51.397Z | Checking clap_lex v1.0.0 |
| 1195 | 2026-03-03T09:59:51.493Z | Checking strsim v0.11.1 |
| 1196 | 2026-03-03T09:59:51.546Z | Checking take_mut v0.2.2 |
| 1197 | 2026-03-03T09:59:51.573Z | Checking term v1.2.1 |
| 1198 | 2026-03-03T09:59:51.630Z | Checking oxnet v0.1.4 |
| 1199 | 2026-03-03T09:59:51.693Z | Checking slog-async v2.8.0 |
| 1200 | 2026-03-03T09:59:51.747Z | Checking clap_builder v4.5.60 |
| 1201 | 2026-03-03T09:59:51.913Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#5c5135ec) |
| 1202 | 2026-03-03T09:59:51.939Z | Checking slog-term v2.9.2 |
| 1203 | 2026-03-03T09:59:51.964Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1204 | 2026-03-03T09:59:52.012Z | Checking futures v0.3.32 |
| 1205 | 2026-03-03T09:59:52.070Z | Checking lzma-sys v0.1.20 |
| 1206 | 2026-03-03T09:59:52.111Z | Checking tokio-tungstenite v0.21.0 |
| 1207 | 2026-03-03T09:59:52.219Z | Checking rand v0.9.2 |
| 1208 | 2026-03-03T09:59:52.405Z | Checking slog-stdlog v4.1.1 |
| 1209 | 2026-03-03T09:59:52.532Z | Checking portable-atomic v1.13.1 |
| 1210 | 2026-03-03T09:59:52.578Z | Checking typeid v1.0.3 |
| 1211 | 2026-03-03T09:59:52.710Z | Checking console v0.16.2 |
| 1212 | 2026-03-03T09:59:53.173Z | Compiling zone_cfg_derive v0.3.1 |
| 1213 | 2026-03-03T09:59:53.228Z | Compiling async-trait v0.1.89 |
| 1214 | 2026-03-03T09:59:53.309Z | Compiling clap_derive v4.5.55 |
| 1215 | 2026-03-03T09:59:53.829Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1216 | 2026-03-03T09:59:54.157Z | Checking unit-prefix v0.5.2 |
| 1217 | 2026-03-03T09:59:54.221Z | Checking base64 v0.21.7 |
| 1218 | 2026-03-03T09:59:54.246Z | Checking zone v0.3.1 |
| 1219 | 2026-03-03T09:59:54.345Z | Checking indicatif v0.18.4 |
| 1220 | 2026-03-03T09:59:54.584Z | Compiling progenitor-macro v0.10.0 |
| 1221 | 2026-03-03T09:59:54.642Z | Checking ron v0.12.0 |
| 1222 | 2026-03-03T09:59:54.799Z | Checking slog-envlogger v2.2.0 |
| 1223 | 2026-03-03T09:59:54.930Z | Checking xz2 v0.1.7 |
| 1224 | 2026-03-03T09:59:54.967Z | Checking camino v1.2.2 |
| 1225 | 2026-03-03T09:59:55.018Z | Checking tabwriter v1.4.1 |
| 1226 | 2026-03-03T09:59:55.197Z | Checking sha2 v0.10.9 |
| 1227 | 2026-03-03T09:59:55.232Z | Checking smf v0.2.3 |
| 1228 | 2026-03-03T09:59:55.425Z | Checking base16ct v1.0.0 |
| 1229 | 2026-03-03T09:59:55.526Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 1230 | 2026-03-03T09:59:55.654Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1231 | 2026-03-03T09:59:56.223Z | Checking clap v4.5.60 |
| 1232 | 2026-03-03T09:59:56.580Z | Checking zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 1233 | 2026-03-03T09:59:57.102Z | Checking ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 1234 | 2026-03-03T09:59:58.838Z | Checking progenitor v0.10.0 |
| 1235 | 2026-03-03T09:59:58.981Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 1236 | 2026-03-03T10:00:04.300Z | Checking solo v0.1.0 (/work/oxidecomputer/falcon/examples/solo) |
| 1237 | 2026-03-03T10:00:04.301Z | Checking helios-dev v0.1.0 (/work/oxidecomputer/falcon/examples/helios-dev) |
| 1238 | 2026-03-03T10:00:04.326Z | Checking duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo) |
| 1239 | 2026-03-03T10:00:04.326Z | Checking duo-unit v0.1.0 (/work/oxidecomputer/falcon/examples/duo-unit) |
| 1240 | 2026-03-03T10:00:04.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.65s |
| 1241 | 2026-03-03T10:00:04.753Z | process exited: duration 279315 ms, exit code 0 |
| |
| 1242 | 2026-03-03T10:00:04.803Z | found 0 output files |