|
|
|
| 1 | 2026-03-11T20:43:56.603Z | job assigned to worker 01KKFA6YCEK4XAS2CJXQ270JG0 [factory aws, i-02f33ff2d40e7b59c] (queued for 1 m 2 s) |
| |
| 2 | 2026-03-11T20:44:04.417Z | starting task 0: "setup" |
| 3 | 2026-03-11T20:44:04.429Z | ++ uname -s |
| 4 | 2026-03-11T20:44:04.429Z | + kern=SunOS |
| 5 | 2026-03-11T20:44:04.429Z | + build_user=build |
| 6 | 2026-03-11T20:44:04.429Z | + build_uid=12345 |
| 7 | 2026-03-11T20:44:04.429Z | + work_dir=/work |
| 8 | 2026-03-11T20:44:04.429Z | + input_dir=/input |
| 9 | 2026-03-11T20:44:04.429Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T20:44:04.429Z | + case "$kern" in |
| 11 | 2026-03-11T20:44:04.429Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T20:44:04.429Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T20:44:06.420Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T20:44:06.520Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T20:44:06.523Z | + home_fs=zfs |
| 16 | 2026-03-11T20:44:06.523Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T20:44:06.523Z | + mkdir -p /home/build |
| 18 | 2026-03-11T20:44:06.526Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T20:44:07.526Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T20:44:07.530Z | process exited: duration 3124 ms, exit code 0 |
| |
| 21 | 2026-03-11T20:44:07.537Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T20:44:07.541Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-11T20:44:07.541Z | * rust toolchain channel = "stable" |
| 24 | 2026-03-11T20:44:07.541Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-11T20:44:07.541Z | * rust toolchain profile = "default" |
| 26 | 2026-03-11T20:44:07.541Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-11T20:44:07.541Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-11T20:44:07.544Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T20:44:07.544Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-11T20:44:07.675Z | info: downloading installer |
| 31 | 2026-03-11T20:44:09.314Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T20:44:09.314Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T20:44:09.314Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T20:44:09.314Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T20:44:09.314Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T20:44:09.315Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T20:44:09.315Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T20:44:09.315Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T20:44:09.315Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T20:44:09.330Z | info: profile set to 'default' |
| 41 | 2026-03-11T20:44:09.330Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T20:44:09.333Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2026-03-11T20:44:09.484Z | info: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02) |
| 44 | 2026-03-11T20:44:09.484Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T20:44:10.428Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T20:44:10.874Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T20:44:12.598Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T20:44:14.451Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T20:44:22.147Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T20:44:22.411Z | info: installing component 'cargo' |
| 51 | 2026-03-11T20:44:23.243Z | info: installing component 'clippy' |
| 52 | 2026-03-11T20:44:23.603Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T20:44:25.093Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T20:44:26.556Z | info: installing component 'rustc' |
| 55 | 2026-03-11T20:44:32.424Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T20:44:32.713Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 57 | 2026-03-11T20:44:32.713Z | |
| 58 | 2026-03-11T20:44:33.132Z | stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 59 | 2026-03-11T20:44:33.132Z | |
| 60 | 2026-03-11T20:44:33.154Z | |
| 61 | 2026-03-11T20:44:33.154Z | Rust is installed now. Great! |
| 62 | 2026-03-11T20:44:33.154Z | |
| 63 | 2026-03-11T20:44:33.154Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T20:44:33.154Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T20:44:33.154Z | |
| 66 | 2026-03-11T20:44:33.154Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T20:44:33.154Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T20:44:33.154Z | |
| 69 | 2026-03-11T20:44:33.154Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T20:44:33.154Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T20:44:33.154Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T20:44:33.154Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T20:44:33.242Z | + rustup --version |
| 74 | 2026-03-11T20:44:33.251Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T20:44:33.257Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T20:44:33.322Z | info: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 77 | 2026-03-11T20:44:33.326Z | + cargo --version |
| 78 | 2026-03-11T20:44:33.380Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 79 | 2026-03-11T20:44:33.383Z | + rustc --version |
| 80 | 2026-03-11T20:44:33.444Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 81 | 2026-03-11T20:44:33.448Z | process exited: duration 25904 ms, exit code 0 |
| |
| 82 | 2026-03-11T20:44:33.456Z | starting task 2: "authentication" |
| 83 | 2026-03-11T20:44:33.476Z | process exited: duration 20 ms, exit code 0 |
| |
| 84 | 2026-03-11T20:44:33.485Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T20:44:33.489Z | + mkdir -p /work/oxidecomputer/propolis |
| 86 | 2026-03-11T20:44:33.492Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 87 | 2026-03-11T20:44:33.523Z | Cloning into '/work/oxidecomputer/propolis'... |
| 88 | 2026-03-11T20:44:35.252Z | + cd /work/oxidecomputer/propolis |
| 89 | 2026-03-11T20:44:35.252Z | + git fetch origin e42f6e5632a6975aca486a4efe7d1b86abe6dd64 |
| 90 | 2026-03-11T20:44:35.567Z | From https://github.com/oxidecomputer/propolis |
| 91 | 2026-03-11T20:44:35.567Z | * branch e42f6e5632a6975aca486a4efe7d1b86abe6dd64 -> FETCH_HEAD |
| 92 | 2026-03-11T20:44:35.575Z | + [[ -n alan/cru-wants-oximeter ]] |
| 93 | 2026-03-11T20:44:35.579Z | ++ git branch --show-current |
| 94 | 2026-03-11T20:44:35.579Z | + current=master |
| 95 | 2026-03-11T20:44:35.579Z | + [[ master != alan/cru-wants-oximeter ]] |
| 96 | 2026-03-11T20:44:35.579Z | + git branch -f alan/cru-wants-oximeter e42f6e5632a6975aca486a4efe7d1b86abe6dd64 |
| 97 | 2026-03-11T20:44:35.584Z | + git checkout -f alan/cru-wants-oximeter |
| 98 | 2026-03-11T20:44:35.609Z | Switched to branch 'alan/cru-wants-oximeter' |
| 99 | 2026-03-11T20:44:35.614Z | + git reset --hard e42f6e5632a6975aca486a4efe7d1b86abe6dd64 |
| 100 | 2026-03-11T20:44:35.618Z | HEAD is now at e42f6e5 Move clone after loop |
| 101 | 2026-03-11T20:44:35.618Z | process exited: duration 2132 ms, exit code 0 |
| |
| 102 | 2026-03-11T20:44:35.625Z | starting task 4: "build" |
| 103 | 2026-03-11T20:44:35.630Z | + cargo --version |
| 104 | 2026-03-11T20:44:35.636Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 105 | 2026-03-11T20:44:35.805Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 106 | 2026-03-11T20:44:35.809Z | info: downloading component 'cargo' |
| 107 | 2026-03-11T20:44:36.795Z | info: downloading component 'clippy' |
| 108 | 2026-03-11T20:44:37.207Z | info: downloading component 'rust-docs' |
| 109 | 2026-03-11T20:44:38.691Z | info: downloading component 'rust-std' |
| 110 | 2026-03-11T20:44:40.709Z | info: downloading component 'rustc' |
| 111 | 2026-03-11T20:44:49.340Z | info: downloading component 'rustfmt' |
| 112 | 2026-03-11T20:44:50.630Z | info: installing component 'cargo' |
| 113 | 2026-03-11T20:44:50.634Z | info: installing component 'clippy' |
| 114 | 2026-03-11T20:44:50.817Z | info: installing component 'rust-docs' |
| 115 | 2026-03-11T20:44:52.216Z | info: installing component 'rust-std' |
| 116 | 2026-03-11T20:44:53.802Z | info: installing component 'rustc' |
| 117 | 2026-03-11T20:44:59.468Z | info: installing component 'rustfmt' |
| 118 | 2026-03-11T20:44:59.866Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 119 | 2026-03-11T20:44:59.869Z | + rustc --version |
| 120 | 2026-03-11T20:44:59.946Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 121 | 2026-03-11T20:44:59.950Z | + banner prerequisites |
| 122 | 2026-03-11T20:44:59.953Z | |
| 123 | 2026-03-11T20:44:59.954Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 124 | 2026-03-11T20:44:59.954Z | # # # # # # # # # # # # # # # |
| 125 | 2026-03-11T20:44:59.954Z | # # # # ##### # # ##### # # # # # #### # |
| 126 | 2026-03-11T20:44:59.954Z | ##### ##### # ##### # # # # # # # # # |
| 127 | 2026-03-11T20:44:59.954Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-11T20:44:59.954Z | # # # ###### # # ###### ### # #### # #### # |
| 129 | 2026-03-11T20:44:59.954Z | |
| 130 | 2026-03-11T20:44:59.954Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 131 | 2026-03-11T20:45:10.496Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 132 | 2026-03-11T20:45:19.976Z | Startup: Caching catalogs ... Done |
| 133 | 2026-03-11T20:45:41.376Z | Planning: Solver setup ... Done (19.850s) |
| 134 | 2026-03-11T20:45:41.524Z | Planning: Running solver ... Done (0.151s) |
| 135 | 2026-03-11T20:45:41.703Z | Planning: Finding local manifests ... Done (0.002s) |
| 136 | 2026-03-11T20:45:41.717Z | Planning: Fetching manifests: 0/3 0% complete |
| 137 | 2026-03-11T20:45:41.836Z | Planning: Fetching manifests: 3/3 100% complete |
| 138 | 2026-03-11T20:45:41.875Z | Planning: Package planning ... Done (0.040s) |
| 139 | 2026-03-11T20:45:41.913Z | Planning: Merging actions ... Done (0.037s) |
| 140 | 2026-03-11T20:45:42.186Z | Planning: Checking for conflicting actions ... Done (0.271s) |
| 141 | 2026-03-11T20:45:42.195Z | Planning: Consolidating action changes ... Done (0.009s) |
| 142 | 2026-03-11T20:45:42.912Z | Planning: Evaluating mediators ... Done (0.718s) |
| 143 | 2026-03-11T20:45:42.920Z | Planning: Planning completed in 22.81 seconds |
| 144 | 2026-03-11T20:45:42.933Z | Packages to install: 3 |
| 145 | 2026-03-11T20:45:42.936Z | Mediators to change: 2 |
| 146 | 2026-03-11T20:45:42.936Z | Services to change: 1 |
| 147 | 2026-03-11T20:45:42.936Z | Estimated space available: 154.92 GB |
| 148 | 2026-03-11T20:45:42.936Z | Estimated space to be consumed: 1.81 GB |
| 149 | 2026-03-11T20:45:42.936Z | Create boot environment: No |
| 150 | 2026-03-11T20:45:42.936Z | Create backup boot environment: No |
| 151 | 2026-03-11T20:45:42.936Z | Rebuild boot archive: No |
| 152 | 2026-03-11T20:45:42.936Z | |
| 153 | 2026-03-11T20:45:42.936Z | Changed mediators: |
| 154 | 2026-03-11T20:45:42.936Z | mediator clang: |
| 155 | 2026-03-11T20:45:42.936Z | version: None -> 15 (system default) |
| 156 | 2026-03-11T20:45:42.936Z | |
| 157 | 2026-03-11T20:45:42.936Z | mediator llvm: |
| 158 | 2026-03-11T20:45:42.936Z | version: 14 (system default) -> 15 (system default) |
| 159 | 2026-03-11T20:45:42.936Z | |
| 160 | 2026-03-11T20:45:42.936Z | Changed packages: |
| 161 | 2026-03-11T20:45:42.936Z | helios-dev |
| 162 | 2026-03-11T20:45:42.936Z | developer/build-essential |
| 163 | 2026-03-11T20:45:42.936Z | None -> 11-2.0 |
| 164 | 2026-03-11T20:45:42.936Z | ooce/developer/clang-15 |
| 165 | 2026-03-11T20:45:42.936Z | None -> 15.0.7-2.0 |
| 166 | 2026-03-11T20:45:42.936Z | ooce/developer/llvm-15 |
| 167 | 2026-03-11T20:45:42.936Z | None -> 15.0.7-2.0 |
| 168 | 2026-03-11T20:45:42.936Z | |
| 169 | 2026-03-11T20:45:42.936Z | Services: |
| 170 | 2026-03-11T20:45:42.936Z | restart_fmri: |
| 171 | 2026-03-11T20:45:42.936Z | svc:/system/update-man-index:default |
| 172 | 2026-03-11T20:45:42.979Z | |
| 173 | 2026-03-11T20:45:42.979Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 174 | 2026-03-11T20:45:48.066Z | Download: 2002/3076 items 117.3/211.3MB 55% complete (23.8M/s) |
| 175 | 2026-03-11T20:45:53.677Z | Download: 3029/3076 items 201.8/211.3MB 95% complete (22.2M/s) |
| 176 | 2026-03-11T20:45:55.054Z | Download: Completed 211.31 MB in 12.07 seconds (17.5M/s) |
| 177 | 2026-03-11T20:45:55.323Z | Actions: 1/3430 actions (Installing new actions) |
| 178 | 2026-03-11T20:45:59.344Z | Actions: Completed 3430 actions in 4.01 seconds. |
| 179 | 2026-03-11T20:46:00.067Z | Done (0.723s) |
| 180 | 2026-03-11T20:46:00.067Z | Done (0.000s) |
| 181 | 2026-03-11T20:46:01.067Z | Done (0.989s) |
| 182 | 2026-03-11T20:46:05.513Z | Done (4.098s) |
| 183 | 2026-03-11T20:46:05.594Z | Done (0.015s) |
| 184 | 2026-03-11T20:46:05.597Z | Done (0.000s) |
| 185 | 2026-03-11T20:46:05.794Z | Done (0.000s) |
| 186 | 2026-03-11T20:46:06.740Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-03-11T20:46:06.883Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-03-11T20:46:06.887Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-03-11T20:46:07.145Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-03-11T20:46:07.153Z | Planning: Planning completed in 0.37 seconds |
| 191 | 2026-03-11T20:46:07.153Z | Mediators to change: 2 |
| 192 | 2026-03-11T20:46:07.153Z | Create boot environment: No |
| 193 | 2026-03-11T20:46:07.154Z | Create backup boot environment: No |
| 194 | 2026-03-11T20:46:07.199Z | Done |
| 195 | 2026-03-11T20:46:07.199Z | Done |
| 196 | 2026-03-11T20:46:07.916Z | Done |
| 197 | 2026-03-11T20:46:11.237Z | Done |
| 198 | 2026-03-11T20:46:11.322Z | Done |
| 199 | 2026-03-11T20:46:11.326Z | Done |
| 200 | 2026-03-11T20:46:11.495Z | Done |
| 201 | 2026-03-11T20:46:11.863Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 202 | 2026-03-11T20:46:11.864Z | clang system 15 system |
| 203 | 2026-03-11T20:46:11.864Z | csh system system illumos |
| 204 | 2026-03-11T20:46:11.864Z | ctags system system illumos |
| 205 | 2026-03-11T20:46:11.864Z | file system system illumos |
| 206 | 2026-03-11T20:46:11.864Z | gcc vendor 12 vendor |
| 207 | 2026-03-11T20:46:11.864Z | gcc system 10 system |
| 208 | 2026-03-11T20:46:11.864Z | gcc system 7 system |
| 209 | 2026-03-11T20:46:11.864Z | go system 1.20 system |
| 210 | 2026-03-11T20:46:11.864Z | go system 1.19 system |
| 211 | 2026-03-11T20:46:11.864Z | llvm system 15 system |
| 212 | 2026-03-11T20:46:11.864Z | llvm system 14 system |
| 213 | 2026-03-11T20:46:11.864Z | mariadb system 10.6 system |
| 214 | 2026-03-11T20:46:11.864Z | mta vendor vendor dma |
| 215 | 2026-03-11T20:46:11.864Z | openjdk system 17 system |
| 216 | 2026-03-11T20:46:11.864Z | openjdk system 11 system |
| 217 | 2026-03-11T20:46:11.864Z | openjdk system 1.8 system |
| 218 | 2026-03-11T20:46:11.864Z | openssl vendor 3 vendor |
| 219 | 2026-03-11T20:46:11.864Z | perl system 5.36 system |
| 220 | 2026-03-11T20:46:11.864Z | postgresql system 15 system |
| 221 | 2026-03-11T20:46:11.864Z | postgresql system 13 system |
| 222 | 2026-03-11T20:46:11.864Z | python vendor 3 vendor |
| 223 | 2026-03-11T20:46:11.864Z | python system 2 system |
| 224 | 2026-03-11T20:46:11.864Z | python3 system 3.11 system |
| 225 | 2026-03-11T20:46:11.864Z | ruby system 3.0 system |
| 226 | 2026-03-11T20:46:11.864Z | words vendor vendor american-english |
| 227 | 2026-03-11T20:46:11.864Z | words system system australian-english |
| 228 | 2026-03-11T20:46:11.864Z | words system system british-english |
| 229 | 2026-03-11T20:46:11.864Z | words system system canadian-english |
| 230 | 2026-03-11T20:46:11.864Z | words system system french |
| 231 | 2026-03-11T20:46:11.864Z | words system system italian |
| 232 | 2026-03-11T20:46:11.864Z | words system system ngerman |
| 233 | 2026-03-11T20:46:11.864Z | words system system ogerman |
| 234 | 2026-03-11T20:46:11.864Z | words system system spanish |
| 235 | 2026-03-11T20:46:12.156Z | PUBLISHER TYPE STATUS P LOCATION |
| 236 | 2026-03-11T20:46:12.156Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 237 | 2026-03-11T20:46:17.781Z | FMRI IFO |
| 238 | 2026-03-11T20:46:17.781Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 239 | 2026-03-11T20:46:17.781Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 240 | 2026-03-11T20:46:17.781Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 241 | 2026-03-11T20:46:17.781Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 242 | 2026-03-11T20:46:17.781Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 243 | 2026-03-11T20:46:17.781Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 244 | 2026-03-11T20:46:17.781Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 245 | 2026-03-11T20:46:18.719Z | All builder prerequisites installed successfully, and PATH looks valid |
| 246 | 2026-03-11T20:46:18.722Z | |
| 247 | 2026-03-11T20:46:18.722Z | real 1:18.751743009 |
| 248 | 2026-03-11T20:46:18.723Z | user 58.092174836 |
| 249 | 2026-03-11T20:46:18.723Z | sys 5.112290872 |
| 250 | 2026-03-11T20:46:18.723Z | trap 0.008243674 |
| 251 | 2026-03-11T20:46:18.723Z | tflt 0.022700732 |
| 252 | 2026-03-11T20:46:18.723Z | dflt 0.032188464 |
| 253 | 2026-03-11T20:46:18.723Z | kflt 0.011428694 |
| 254 | 2026-03-11T20:46:18.723Z | lock 0.000000000 |
| 255 | 2026-03-11T20:46:18.723Z | slp 1:34.235287826 |
| 256 | 2026-03-11T20:46:18.723Z | lat 0.041761645 |
| 257 | 2026-03-11T20:46:18.723Z | stop 0.000244409 |
| 258 | 2026-03-11T20:46:18.723Z | + banner check |
| 259 | 2026-03-11T20:46:18.723Z | |
| 260 | 2026-03-11T20:46:18.723Z | #### # # ###### #### # # |
| 261 | 2026-03-11T20:46:18.723Z | # # # # # # # # # |
| 262 | 2026-03-11T20:46:18.723Z | # ###### ##### # #### |
| 263 | 2026-03-11T20:46:18.723Z | # # # # # # # |
| 264 | 2026-03-11T20:46:18.723Z | # # # # # # # # # |
| 265 | 2026-03-11T20:46:18.723Z | #### # # ###### #### # # |
| 266 | 2026-03-11T20:46:18.723Z | |
| 267 | 2026-03-11T20:46:18.723Z | + ptime -m cargo check --features falcon |
| 268 | 2026-03-11T20:46:18.923Z | Updating crates.io index |
| 269 | 2026-03-11T20:46:18.970Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-03-11T20:46:22.768Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 271 | 2026-03-11T20:46:33.550Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 272 | 2026-03-11T20:46:34.057Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-03-11T20:46:34.348Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 274 | 2026-03-11T20:46:34.655Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 275 | 2026-03-11T20:46:35.563Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 276 | 2026-03-11T20:46:35.923Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 277 | 2026-03-11T20:46:36.576Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 278 | 2026-03-11T20:46:36.913Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 279 | 2026-03-11T20:46:37.146Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 280 | 2026-03-11T20:46:38.232Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 281 | 2026-03-11T20:46:39.168Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 282 | 2026-03-11T20:46:40.904Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 283 | 2026-03-11T20:46:41.686Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 284 | 2026-03-11T20:46:42.262Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 285 | 2026-03-11T20:46:42.970Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2026-03-11T20:46:43.455Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-03-11T20:46:43.822Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-03-11T20:46:44.110Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-03-11T20:46:45.997Z | Downloading crates ... |
| 290 | 2026-03-11T20:46:46.076Z | Downloaded aead v0.5.2 |
| 291 | 2026-03-11T20:46:46.109Z | Downloaded derive_builder v0.20.2 |
| 292 | 2026-03-11T20:46:46.117Z | Downloaded derive_builder_macro v0.20.2 |
| 293 | 2026-03-11T20:46:46.122Z | Downloaded cpufeatures v0.2.12 |
| 294 | 2026-03-11T20:46:46.122Z | Downloaded icu_locid v1.5.0 |
| 295 | 2026-03-11T20:46:46.132Z | Downloaded dof v0.4.0 |
| 296 | 2026-03-11T20:46:46.145Z | Downloaded critical-section v1.2.0 |
| 297 | 2026-03-11T20:46:46.145Z | Downloaded cfg-if v1.0.0 |
| 298 | 2026-03-11T20:46:46.145Z | Downloaded cargo-platform v0.1.8 |
| 299 | 2026-03-11T20:46:46.145Z | Downloaded defmt-parser v0.3.4 |
| 300 | 2026-03-11T20:46:46.145Z | Downloaded cstr-argument v0.1.2 |
| 301 | 2026-03-11T20:46:46.150Z | Downloaded clap v4.5.4 |
| 302 | 2026-03-11T20:46:46.150Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2026-03-11T20:46:46.155Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 304 | 2026-03-11T20:46:46.155Z | Downloaded futures-sink v0.3.31 |
| 305 | 2026-03-11T20:46:46.170Z | Downloaded heck v0.4.1 |
| 306 | 2026-03-11T20:46:46.175Z | Downloaded colored v3.0.0 |
| 307 | 2026-03-11T20:46:46.175Z | Downloaded dunce v1.0.5 |
| 308 | 2026-03-11T20:46:46.175Z | Downloaded cmake v0.1.54 |
| 309 | 2026-03-11T20:46:46.175Z | Downloaded crossbeam-utils v0.8.19 |
| 310 | 2026-03-11T20:46:46.175Z | Downloaded globset v0.4.14 |
| 311 | 2026-03-11T20:46:46.182Z | Downloaded digest v0.10.7 |
| 312 | 2026-03-11T20:46:46.182Z | Downloaded anstyle v1.0.7 |
| 313 | 2026-03-11T20:46:46.183Z | Downloaded http-body v1.0.1 |
| 314 | 2026-03-11T20:46:46.188Z | Downloaded gethostname v0.5.0 |
| 315 | 2026-03-11T20:46:46.188Z | Downloaded hostname v0.4.2 |
| 316 | 2026-03-11T20:46:46.195Z | Downloaded darling v0.20.11 |
| 317 | 2026-03-11T20:46:46.198Z | Downloaded futures v0.3.31 |
| 318 | 2026-03-11T20:46:46.204Z | Downloaded heck v0.5.0 |
| 319 | 2026-03-11T20:46:46.207Z | Downloaded form_urlencoded v1.2.2 |
| 320 | 2026-03-11T20:46:46.207Z | Downloaded embedded-io v0.4.0 |
| 321 | 2026-03-11T20:46:46.210Z | Downloaded hex v0.4.3 |
| 322 | 2026-03-11T20:46:46.215Z | Downloaded dof v0.3.0 |
| 323 | 2026-03-11T20:46:46.215Z | Downloaded generic-array v0.14.7 |
| 324 | 2026-03-11T20:46:46.218Z | Downloaded atomic-waker v1.1.2 |
| 325 | 2026-03-11T20:46:46.218Z | Downloaded hubpack v0.1.2 |
| 326 | 2026-03-11T20:46:46.222Z | Downloaded http-body-util v0.1.3 |
| 327 | 2026-03-11T20:46:46.226Z | Downloaded erased-serde v0.4.5 |
| 328 | 2026-03-11T20:46:46.229Z | Downloaded foreign-types-shared v0.3.1 |
| 329 | 2026-03-11T20:46:46.229Z | Downloaded fnv v1.0.7 |
| 330 | 2026-03-11T20:46:46.232Z | Downloaded git-stub v1.0.0 |
| 331 | 2026-03-11T20:46:46.235Z | Downloaded fixedbitset v0.4.2 |
| 332 | 2026-03-11T20:46:46.238Z | Downloaded foldhash v0.1.5 |
| 333 | 2026-03-11T20:46:46.241Z | Downloaded displaydoc v0.2.5 |
| 334 | 2026-03-11T20:46:46.244Z | Downloaded icu_provider_macros v1.5.0 |
| 335 | 2026-03-11T20:46:46.247Z | Downloaded indent_write v2.2.0 |
| 336 | 2026-03-11T20:46:46.271Z | Downloaded hubpack_derive v0.1.1 |
| 337 | 2026-03-11T20:46:46.272Z | Downloaded funty v2.0.0 |
| 338 | 2026-03-11T20:46:46.276Z | Downloaded block-buffer v0.10.4 |
| 339 | 2026-03-11T20:46:46.276Z | Downloaded bit_field v0.10.2 |
| 340 | 2026-03-11T20:46:46.276Z | Downloaded bit-set v0.5.3 |
| 341 | 2026-03-11T20:46:46.276Z | Downloaded kstat-rs v0.2.4 |
| 342 | 2026-03-11T20:46:46.276Z | Downloaded icu_locid_transform v1.5.0 |
| 343 | 2026-03-11T20:46:46.276Z | Downloaded hyper-tls v0.6.0 |
| 344 | 2026-03-11T20:46:46.277Z | Downloaded atomicwrites v0.4.4 |
| 345 | 2026-03-11T20:46:46.277Z | Downloaded highway v1.3.0 |
| 346 | 2026-03-11T20:46:46.277Z | Downloaded is-terminal v0.4.12 |
| 347 | 2026-03-11T20:46:46.277Z | Downloaded lazy_static v1.5.0 |
| 348 | 2026-03-11T20:46:46.287Z | Downloaded fs-err v3.1.2 |
| 349 | 2026-03-11T20:46:46.287Z | Downloaded daft-derive v0.1.5 |
| 350 | 2026-03-11T20:46:46.292Z | Downloaded cexpr v0.6.0 |
| 351 | 2026-03-11T20:46:46.292Z | Downloaded glob v0.3.3 |
| 352 | 2026-03-11T20:46:46.292Z | Downloaded is_terminal_polyfill v1.70.0 |
| 353 | 2026-03-11T20:46:46.314Z | Downloaded dropshot-api-manager v0.5.2 |
| 354 | 2026-03-11T20:46:46.322Z | Downloaded linked-hash-map v0.5.6 |
| 355 | 2026-03-11T20:46:46.322Z | Downloaded memmap v0.7.0 |
| 356 | 2026-03-11T20:46:46.322Z | Downloaded httpdate v1.0.3 |
| 357 | 2026-03-11T20:46:46.322Z | Downloaded camino v1.2.2 |
| 358 | 2026-03-11T20:46:46.322Z | Downloaded foldhash v0.2.0 |
| 359 | 2026-03-11T20:46:46.322Z | Downloaded lazycell v1.3.0 |
| 360 | 2026-03-11T20:46:46.322Z | Downloaded erased-serde v0.3.31 |
| 361 | 2026-03-11T20:46:46.322Z | Downloaded newtype-uuid-macros v0.1.0 |
| 362 | 2026-03-11T20:46:46.322Z | Downloaded instant v0.1.12 |
| 363 | 2026-03-11T20:46:46.322Z | Downloaded mime v0.3.17 |
| 364 | 2026-03-11T20:46:46.322Z | Downloaded match_cfg v0.1.0 |
| 365 | 2026-03-11T20:46:46.341Z | Downloaded managed v0.8.0 |
| 366 | 2026-03-11T20:46:46.341Z | Downloaded newline-converter v0.3.0 |
| 367 | 2026-03-11T20:46:46.346Z | Downloaded idna_adapter v1.2.0 |
| 368 | 2026-03-11T20:46:46.346Z | Downloaded getrandom v0.2.14 |
| 369 | 2026-03-11T20:46:46.346Z | Downloaded anstyle-parse v0.2.4 |
| 370 | 2026-03-11T20:46:46.346Z | Downloaded num-conv v0.1.0 |
| 371 | 2026-03-11T20:46:46.346Z | Downloaded jobserver v0.1.31 |
| 372 | 2026-03-11T20:46:46.346Z | Downloaded hyper-rustls v0.27.3 |
| 373 | 2026-03-11T20:46:46.346Z | Downloaded num_threads v0.1.7 |
| 374 | 2026-03-11T20:46:46.349Z | Downloaded newtype_derive v0.1.6 |
| 375 | 2026-03-11T20:46:46.349Z | Downloaded num v0.4.3 |
| 376 | 2026-03-11T20:46:46.359Z | Downloaded lru-slab v0.1.2 |
| 377 | 2026-03-11T20:46:46.359Z | Downloaded deranged v0.5.3 |
| 378 | 2026-03-11T20:46:46.362Z | Downloaded olpc-cjson v0.1.4 |
| 379 | 2026-03-11T20:46:46.362Z | Downloaded openssl-macros v0.1.1 |
| 380 | 2026-03-11T20:46:46.362Z | Downloaded futures-channel v0.3.31 |
| 381 | 2026-03-11T20:46:46.362Z | Downloaded lock_api v0.4.12 |
| 382 | 2026-03-11T20:46:46.365Z | Downloaded openssl-probe v0.2.1 |
| 383 | 2026-03-11T20:46:46.373Z | Downloaded omicron-workspace-hack v0.1.0 |
| 384 | 2026-03-11T20:46:46.373Z | Downloaded num_enum_derive v0.5.11 |
| 385 | 2026-03-11T20:46:46.377Z | Downloaded ingot v0.1.1 |
| 386 | 2026-03-11T20:46:46.377Z | Downloaded parse-display v0.10.0 |
| 387 | 2026-03-11T20:46:46.377Z | Downloaded opaque-debug v0.3.1 |
| 388 | 2026-03-11T20:46:46.377Z | Downloaded linear-map v1.2.0 |
| 389 | 2026-03-11T20:46:46.381Z | Downloaded libsw-core v0.3.2 |
| 390 | 2026-03-11T20:46:46.447Z | Downloaded libloading v0.8.9 |
| 391 | 2026-03-11T20:46:46.447Z | Downloaded pin-utils v0.1.0 |
| 392 | 2026-03-11T20:46:46.554Z | Downloaded humantime v2.3.0 |
| 393 | 2026-03-11T20:46:46.555Z | Downloaded proc-macro-crate v1.3.1 |
| 394 | 2026-03-11T20:46:46.555Z | Downloaded percent-encoding v2.3.2 |
| 395 | 2026-03-11T20:46:46.555Z | Downloaded phf_shared v0.12.1 |
| 396 | 2026-03-11T20:46:46.555Z | Downloaded pretty-hex v0.2.1 |
| 397 | 2026-03-11T20:46:46.555Z | Downloaded getrandom v0.3.2 |
| 398 | 2026-03-11T20:46:46.555Z | Downloaded ipnet v2.9.0 |
| 399 | 2026-03-11T20:46:46.555Z | Downloaded cookie v0.18.1 |
| 400 | 2026-03-11T20:46:46.555Z | Downloaded newtype-uuid v1.3.1 |
| 401 | 2026-03-11T20:46:46.555Z | Downloaded ingot-macros v0.1.1 |
| 402 | 2026-03-11T20:46:46.555Z | Downloaded powerfmt v0.2.0 |
| 403 | 2026-03-11T20:46:46.555Z | Downloaded plain v0.2.3 |
| 404 | 2026-03-11T20:46:46.555Z | Downloaded proc-macro-error-attr v1.0.4 |
| 405 | 2026-03-11T20:46:46.555Z | Downloaded pretty-hex v0.4.1 |
| 406 | 2026-03-11T20:46:46.555Z | Downloaded num-derive v0.4.2 |
| 407 | 2026-03-11T20:46:46.555Z | Downloaded iana-time-zone v0.1.64 |
| 408 | 2026-03-11T20:46:46.555Z | Downloaded httparse v1.10.1 |
| 409 | 2026-03-11T20:46:46.555Z | Downloaded libloading v0.7.4 |
| 410 | 2026-03-11T20:46:46.555Z | Downloaded num_enum_derive v0.7.4 |
| 411 | 2026-03-11T20:46:46.555Z | Downloaded quick-error v1.2.3 |
| 412 | 2026-03-11T20:46:46.555Z | Downloaded base64 v0.22.1 |
| 413 | 2026-03-11T20:46:46.555Z | Downloaded progenitor-macro v0.13.0 |
| 414 | 2026-03-11T20:46:46.555Z | Downloaded multer v3.1.0 |
| 415 | 2026-03-11T20:46:46.555Z | Downloaded radium v0.7.0 |
| 416 | 2026-03-11T20:46:46.555Z | Downloaded progenitor-client v0.11.1 |
| 417 | 2026-03-11T20:46:46.555Z | Downloaded openssl-probe v0.1.5 |
| 418 | 2026-03-11T20:46:46.555Z | Downloaded password-hash v0.5.0 |
| 419 | 2026-03-11T20:46:46.555Z | Downloaded passt v0.3.0 |
| 420 | 2026-03-11T20:46:47.586Z | Downloaded parse-display-derive v0.10.0 |
| 421 | 2026-03-11T20:46:47.586Z | Downloaded oxide-tokio-rt v0.1.2 |
| 422 | 2026-03-11T20:46:47.586Z | Downloaded icu_properties v1.5.1 |
| 423 | 2026-03-11T20:46:47.586Z | Downloaded pkg-config v0.3.30 |
| 424 | 2026-03-11T20:46:47.586Z | Downloaded rand_chacha v0.3.1 |
| 425 | 2026-03-11T20:46:47.586Z | Downloaded native-tls v0.2.11 |
| 426 | 2026-03-11T20:46:47.586Z | Downloaded rustc-hash v1.1.0 |
| 427 | 2026-03-11T20:46:47.586Z | Downloaded rand_xorshift v0.3.0 |
| 428 | 2026-03-11T20:46:47.586Z | Downloaded rustc-hash v2.1.1 |
| 429 | 2026-03-11T20:46:47.586Z | Downloaded pin-project-lite v0.2.14 |
| 430 | 2026-03-11T20:46:47.586Z | Downloaded ref-cast v1.0.25 |
| 431 | 2026-03-11T20:46:47.586Z | Downloaded icu_provider v1.5.0 |
| 432 | 2026-03-11T20:46:47.586Z | Downloaded paste v1.0.15 |
| 433 | 2026-03-11T20:46:47.586Z | Downloaded ppv-lite86 v0.2.17 |
| 434 | 2026-03-11T20:46:47.586Z | Downloaded polyval v0.6.2 |
| 435 | 2026-03-11T20:46:47.586Z | Downloaded rustc_version v0.4.1 |
| 436 | 2026-03-11T20:46:47.586Z | Downloaded rustc_version v0.1.7 |
| 437 | 2026-03-11T20:46:47.586Z | Downloaded derive_more v0.99.20 |
| 438 | 2026-03-11T20:46:47.586Z | Downloaded proc-macro-error v1.0.4 |
| 439 | 2026-03-11T20:46:47.586Z | Downloaded same-file v1.0.6 |
| 440 | 2026-03-11T20:46:47.586Z | Downloaded progenitor-client v0.13.0 |
| 441 | 2026-03-11T20:46:47.586Z | Downloaded progenitor v0.10.0 |
| 442 | 2026-03-11T20:46:47.586Z | Downloaded crossbeam-epoch v0.9.18 |
| 443 | 2026-03-11T20:46:47.586Z | Downloaded anyhow v1.0.100 |
| 444 | 2026-03-11T20:46:47.586Z | Downloaded fatfs v0.3.6 |
| 445 | 2026-03-11T20:46:47.586Z | Downloaded icu_normalizer v1.5.0 |
| 446 | 2026-03-11T20:46:47.587Z | Downloaded scroll_derive v0.13.1 |
| 447 | 2026-03-11T20:46:47.587Z | Downloaded serde-big-array v0.5.1 |
| 448 | 2026-03-11T20:46:47.587Z | Downloaded quinn-udp v0.5.5 |
| 449 | 2026-03-11T20:46:47.587Z | Downloaded scroll_derive v0.12.0 |
| 450 | 2026-03-11T20:46:47.587Z | Downloaded semver v0.1.20 |
| 451 | 2026-03-11T20:46:47.587Z | Downloaded secrecy v0.10.3 |
| 452 | 2026-03-11T20:46:47.587Z | Downloaded parking_lot_core v0.9.10 |
| 453 | 2026-03-11T20:46:47.587Z | Downloaded scopeguard v1.2.0 |
| 454 | 2026-03-11T20:46:47.587Z | Downloaded log v0.4.29 |
| 455 | 2026-03-11T20:46:47.587Z | Downloaded pin-project-internal v1.1.10 |
| 456 | 2026-03-11T20:46:47.587Z | Downloaded serde_arrays v0.1.0 |
| 457 | 2026-03-11T20:46:47.587Z | Downloaded sha1 v0.10.6 |
| 458 | 2026-03-11T20:46:47.587Z | Downloaded serde_repr v0.1.19 |
| 459 | 2026-03-11T20:46:47.587Z | Downloaded serde_urlencoded v0.7.1 |
| 460 | 2026-03-11T20:46:47.587Z | Downloaded siphasher v1.0.1 |
| 461 | 2026-03-11T20:46:47.587Z | Downloaded smawk v0.3.2 |
| 462 | 2026-03-11T20:46:47.587Z | Downloaded serde_plain v1.0.2 |
| 463 | 2026-03-11T20:46:47.587Z | Downloaded resolv-conf v0.7.0 |
| 464 | 2026-03-11T20:46:47.588Z | Downloaded icu_collections v1.5.0 |
| 465 | 2026-03-11T20:46:47.588Z | Downloaded pest_derive v2.8.4 |
| 466 | 2026-03-11T20:46:47.588Z | Downloaded allocator-api2 v0.2.21 |
| 467 | 2026-03-11T20:46:47.588Z | Downloaded postcard v1.0.9 |
| 468 | 2026-03-11T20:46:47.588Z | Downloaded rand_core v0.9.3 |
| 469 | 2026-03-11T20:46:47.588Z | Downloaded rusty-fork v0.3.0 |
| 470 | 2026-03-11T20:46:47.588Z | Downloaded jiff-static v0.2.15 |
| 471 | 2026-03-11T20:46:47.588Z | Downloaded sigpipe v0.1.3 |
| 472 | 2026-03-11T20:46:47.588Z | Downloaded rustversion v1.0.22 |
| 473 | 2026-03-11T20:46:47.588Z | Downloaded rustls-pemfile v1.0.4 |
| 474 | 2026-03-11T20:46:47.588Z | Downloaded ref-cast-impl v1.0.25 |
| 475 | 2026-03-11T20:46:47.588Z | Downloaded hashbrown v0.15.2 |
| 476 | 2026-03-11T20:46:47.588Z | Downloaded ringbuffer v0.15.0 |
| 477 | 2026-03-11T20:46:47.588Z | Downloaded rand_core v0.6.4 |
| 478 | 2026-03-11T20:46:47.588Z | Downloaded structmeta v0.3.0 |
| 479 | 2026-03-11T20:46:47.588Z | Downloaded schemars_derive v0.8.22 |
| 480 | 2026-03-11T20:46:47.588Z | Downloaded progenitor v0.13.0 |
| 481 | 2026-03-11T20:46:47.588Z | Downloaded slog-bunyan v2.5.0 |
| 482 | 2026-03-11T20:46:47.588Z | Downloaded semver v1.0.27 |
| 483 | 2026-03-11T20:46:47.588Z | Downloaded supports-color v2.1.0 |
| 484 | 2026-03-11T20:46:47.588Z | Downloaded strsim v0.11.1 |
| 485 | 2026-03-11T20:46:47.588Z | Downloaded serde_derive_internals v0.29.1 |
| 486 | 2026-03-11T20:46:47.588Z | Downloaded num-traits v0.2.19 |
| 487 | 2026-03-11T20:46:47.588Z | Downloaded derive-where v1.6.0 |
| 488 | 2026-03-11T20:46:47.588Z | Downloaded scroll v0.12.0 |
| 489 | 2026-03-11T20:46:47.588Z | Downloaded swrite v0.1.0 |
| 490 | 2026-03-11T20:46:47.647Z | Downloaded serde_tokenstream v0.2.3 |
| 491 | 2026-03-11T20:46:47.647Z | Downloaded strum v0.27.2 |
| 492 | 2026-03-11T20:46:47.647Z | Downloaded supports-color v3.0.2 |
| 493 | 2026-03-11T20:46:47.647Z | Downloaded subtle v2.5.0 |
| 494 | 2026-03-11T20:46:47.647Z | Downloaded papergrid v0.11.0 |
| 495 | 2026-03-11T20:46:47.647Z | Downloaded tap v1.0.1 |
| 496 | 2026-03-11T20:46:47.647Z | Downloaded quote v1.0.44 |
| 497 | 2026-03-11T20:46:47.647Z | Downloaded sha2 v0.10.9 |
| 498 | 2026-03-11T20:46:47.647Z | Downloaded terminal_size v0.3.0 |
| 499 | 2026-03-11T20:46:47.647Z | Downloaded hickory-resolver v0.25.2 |
| 500 | 2026-03-11T20:46:47.647Z | Downloaded expectorate v1.2.0 |
| 501 | 2026-03-11T20:46:47.648Z | Downloaded take_mut v0.2.2 |
| 502 | 2026-03-11T20:46:47.648Z | Downloaded tabwriter v1.4.0 |
| 503 | 2026-03-11T20:46:47.648Z | Downloaded tabled_derive v0.7.0 |
| 504 | 2026-03-11T20:46:47.648Z | Downloaded sync_wrapper v1.0.1 |
| 505 | 2026-03-11T20:46:47.648Z | Downloaded rustls-native-certs v0.8.3 |
| 506 | 2026-03-11T20:46:47.648Z | Downloaded serde_path_to_error v0.1.20 |
| 507 | 2026-03-11T20:46:47.648Z | Downloaded pin-project v1.1.10 |
| 508 | 2026-03-11T20:46:47.648Z | Downloaded tagptr v0.2.0 |
| 509 | 2026-03-11T20:46:47.648Z | Downloaded proc-macro2 v1.0.106 |
| 510 | 2026-03-11T20:46:47.648Z | Downloaded thread-id v4.2.1 |
| 511 | 2026-03-11T20:46:47.648Z | Downloaded tinyvec_macros v0.1.1 |
| 512 | 2026-03-11T20:46:47.648Z | Downloaded time-core v0.1.6 |
| 513 | 2026-03-11T20:46:47.648Z | Downloaded slog-term v2.9.2 |
| 514 | 2026-03-11T20:46:47.648Z | Downloaded thread_local v1.1.8 |
| 515 | 2026-03-11T20:46:47.648Z | Downloaded snafu-derive v0.8.9 |
| 516 | 2026-03-11T20:46:47.648Z | Downloaded static_assertions v1.1.0 |
| 517 | 2026-03-11T20:46:47.648Z | Downloaded slog-json v2.6.1 |
| 518 | 2026-03-11T20:46:47.648Z | Downloaded hyper-util v0.1.19 |
| 519 | 2026-03-11T20:46:47.648Z | Downloaded stable_deref_trait v1.2.0 |
| 520 | 2026-03-11T20:46:47.648Z | Downloaded ryu v1.0.18 |
| 521 | 2026-03-11T20:46:47.648Z | Downloaded smf v0.2.3 |
| 522 | 2026-03-11T20:46:47.648Z | Downloaded slog-dtrace v0.3.0 |
| 523 | 2026-03-11T20:46:47.648Z | Downloaded progenitor-impl v0.10.0 |
| 524 | 2026-03-11T20:46:47.648Z | Downloaded thread-id v5.0.0 |
| 525 | 2026-03-11T20:46:47.648Z | Downloaded toml_write v0.1.2 |
| 526 | 2026-03-11T20:46:47.648Z | Downloaded termtree v0.5.1 |
| 527 | 2026-03-11T20:46:47.648Z | Downloaded toml_datetime v0.6.11 |
| 528 | 2026-03-11T20:46:47.648Z | Downloaded terminal_size v0.4.3 |
| 529 | 2026-03-11T20:46:47.648Z | Downloaded slab v0.4.9 |
| 530 | 2026-03-11T20:46:47.648Z | Downloaded minimal-lexical v0.2.1 |
| 531 | 2026-03-11T20:46:47.648Z | Downloaded signal-hook-registry v1.4.2 |
| 532 | 2026-03-11T20:46:47.648Z | Downloaded shlex v1.3.0 |
| 533 | 2026-03-11T20:46:47.649Z | Downloaded strum v0.26.3 |
| 534 | 2026-03-11T20:46:47.649Z | Downloaded structmeta-derive v0.3.0 |
| 535 | 2026-03-11T20:46:47.649Z | Downloaded sct v0.7.1 |
| 536 | 2026-03-11T20:46:47.649Z | Downloaded tower-service v0.3.3 |
| 537 | 2026-03-11T20:46:47.649Z | Downloaded strum_macros v0.26.4 |
| 538 | 2026-03-11T20:46:47.649Z | Downloaded synstructure v0.13.1 |
| 539 | 2026-03-11T20:46:47.649Z | Downloaded try-lock v0.2.5 |
| 540 | 2026-03-11T20:46:47.649Z | Downloaded tower-layer v0.3.3 |
| 541 | 2026-03-11T20:46:47.649Z | Downloaded serde_with_macros v3.15.0 |
| 542 | 2026-03-11T20:46:47.649Z | Downloaded scroll v0.13.0 |
| 543 | 2026-03-11T20:46:47.649Z | Downloaded rustls-pemfile v2.2.0 |
| 544 | 2026-03-11T20:46:47.649Z | Downloaded thiserror-impl v2.0.18 |
| 545 | 2026-03-11T20:46:47.649Z | Downloaded futures-util v0.3.31 |
| 546 | 2026-03-11T20:46:47.649Z | Downloaded schemars v0.8.22 |
| 547 | 2026-03-11T20:46:47.649Z | Downloaded unarray v0.1.4 |
| 548 | 2026-03-11T20:46:47.649Z | Downloaded typify-macro v0.4.3 |
| 549 | 2026-03-11T20:46:47.649Z | Downloaded thiserror v2.0.18 |
| 550 | 2026-03-11T20:46:47.649Z | Downloaded unicode-xid v0.2.4 |
| 551 | 2026-03-11T20:46:47.649Z | Downloaded usdt-attr-macro v0.5.0 |
| 552 | 2026-03-11T20:46:47.649Z | Downloaded rustls-platform-verifier v0.6.2 |
| 553 | 2026-03-11T20:46:47.649Z | Downloaded typify-macro v0.6.1 |
| 554 | 2026-03-11T20:46:47.649Z | Downloaded time-macros v0.2.24 |
| 555 | 2026-03-11T20:46:47.649Z | Downloaded unicode-linebreak v0.1.5 |
| 556 | 2026-03-11T20:46:47.649Z | Downloaded untrusted v0.7.1 |
| 557 | 2026-03-11T20:46:47.649Z | Downloaded usdt v0.6.0 |
| 558 | 2026-03-11T20:46:47.649Z | Downloaded tokio-tungstenite v0.21.0 |
| 559 | 2026-03-11T20:46:47.649Z | Downloaded tokio-rustls v0.25.0 |
| 560 | 2026-03-11T20:46:47.649Z | Downloaded usdt-attr-macro v0.6.0 |
| 561 | 2026-03-11T20:46:47.649Z | Downloaded utf-8 v0.7.6 |
| 562 | 2026-03-11T20:46:47.649Z | Downloaded tokio-native-tls v0.3.1 |
| 563 | 2026-03-11T20:46:47.649Z | Downloaded rustls-pki-types v1.12.0 |
| 564 | 2026-03-11T20:46:47.649Z | Downloaded version_check v0.9.5 |
| 565 | 2026-03-11T20:46:47.649Z | Downloaded usdt v0.5.0 |
| 566 | 2026-03-11T20:46:47.649Z | Downloaded spin v0.9.8 |
| 567 | 2026-03-11T20:46:47.649Z | Downloaded serde_core v1.0.228 |
| 568 | 2026-03-11T20:46:47.649Z | Downloaded similar v2.7.0 |
| 569 | 2026-03-11T20:46:47.650Z | Downloaded usdt-macro v0.6.0 |
| 570 | 2026-03-11T20:46:47.650Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 571 | 2026-03-11T20:46:47.650Z | Downloaded utf16_iter v1.0.5 |
| 572 | 2026-03-11T20:46:47.650Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 573 | 2026-03-11T20:46:47.650Z | Downloaded tokio-dtrace v0.1.1 |
| 574 | 2026-03-11T20:46:47.650Z | Downloaded want v0.3.1 |
| 575 | 2026-03-11T20:46:47.650Z | Downloaded utf8_iter v1.0.4 |
| 576 | 2026-03-11T20:46:47.650Z | Downloaded waitgroup v0.1.2 |
| 577 | 2026-03-11T20:46:47.650Z | Downloaded utf8parse v0.2.1 |
| 578 | 2026-03-11T20:46:47.650Z | Downloaded term v1.2.0 |
| 579 | 2026-03-11T20:46:47.650Z | Downloaded usdt-macro v0.5.0 |
| 580 | 2026-03-11T20:46:47.650Z | Downloaded tracing-attributes v0.1.27 |
| 581 | 2026-03-11T20:46:47.650Z | Downloaded which v4.4.2 |
| 582 | 2026-03-11T20:46:47.650Z | Downloaded prettyplease v0.2.37 |
| 583 | 2026-03-11T20:46:47.650Z | Downloaded memchr v2.7.2 |
| 584 | 2026-03-11T20:46:47.650Z | Downloaded slog v2.8.2 |
| 585 | 2026-03-11T20:46:47.650Z | Downloaded indexmap v2.13.0 |
| 586 | 2026-03-11T20:46:47.650Z | Downloaded thiserror v1.0.64 |
| 587 | 2026-03-11T20:46:47.650Z | Downloaded rayon-core v1.12.1 |
| 588 | 2026-03-11T20:46:47.650Z | Downloaded tinyvec v1.6.0 |
| 589 | 2026-03-11T20:46:47.650Z | Downloaded write16 v1.0.0 |
| 590 | 2026-03-11T20:46:47.674Z | Downloaded thiserror-impl v1.0.64 |
| 591 | 2026-03-11T20:46:47.674Z | Downloaded socket2 v0.6.0 |
| 592 | 2026-03-11T20:46:47.674Z | Downloaded tokio-stream v0.1.17 |
| 593 | 2026-03-11T20:46:47.675Z | Downloaded socket2 v0.5.10 |
| 594 | 2026-03-11T20:46:47.675Z | Downloaded qorb v0.4.1 |
| 595 | 2026-03-11T20:46:47.675Z | Downloaded yoke-derive v0.7.5 |
| 596 | 2026-03-11T20:46:47.675Z | Downloaded usdt-impl v0.5.0 |
| 597 | 2026-03-11T20:46:47.675Z | Downloaded http v1.4.0 |
| 598 | 2026-03-11T20:46:47.675Z | Downloaded xattr v1.3.1 |
| 599 | 2026-03-11T20:46:47.675Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 600 | 2026-03-11T20:46:47.675Z | Downloaded tokio-rustls v0.24.1 |
| 601 | 2026-03-11T20:46:47.675Z | Downloaded strum_macros v0.27.2 |
| 602 | 2026-03-11T20:46:47.675Z | Downloaded serde_yaml v0.9.34+deprecated |
| 603 | 2026-03-11T20:46:47.675Z | Downloaded wait-timeout v0.2.0 |
| 604 | 2026-03-11T20:46:47.675Z | Downloaded zerofrom-derive v0.1.5 |
| 605 | 2026-03-11T20:46:47.675Z | Downloaded zone v0.3.1 |
| 606 | 2026-03-11T20:46:47.675Z | Downloaded toml v0.8.23 |
| 607 | 2026-03-11T20:46:47.675Z | Downloaded ron v0.8.1 |
| 608 | 2026-03-11T20:46:47.675Z | Downloaded twox-hash v2.1.0 |
| 609 | 2026-03-11T20:46:47.675Z | Downloaded usdt-impl v0.6.0 |
| 610 | 2026-03-11T20:46:47.675Z | Downloaded mio v1.0.2 |
| 611 | 2026-03-11T20:46:47.675Z | Downloaded vergen-lib v0.1.6 |
| 612 | 2026-03-11T20:46:47.675Z | Downloaded hashbrown v0.16.1 |
| 613 | 2026-03-11T20:46:47.675Z | Downloaded zone_cfg_derive v0.3.0 |
| 614 | 2026-03-11T20:46:47.675Z | Downloaded writeable v0.5.5 |
| 615 | 2026-03-11T20:46:47.675Z | Downloaded nom v7.1.3 |
| 616 | 2026-03-11T20:46:47.675Z | Downloaded whoami v1.5.1 |
| 617 | 2026-03-11T20:46:47.675Z | Downloaded walkdir v2.5.0 |
| 618 | 2026-03-11T20:46:47.675Z | Downloaded toml v0.7.8 |
| 619 | 2026-03-11T20:46:47.675Z | Downloaded tokio-rustls v0.26.0 |
| 620 | 2026-03-11T20:46:47.675Z | Downloaded yoke v0.7.5 |
| 621 | 2026-03-11T20:46:47.675Z | Downloaded num-bigint v0.4.5 |
| 622 | 2026-03-11T20:46:47.675Z | Downloaded aes v0.8.4 |
| 623 | 2026-03-11T20:46:47.675Z | Downloaded serde v1.0.228 |
| 624 | 2026-03-11T20:46:47.675Z | Downloaded quinn v0.11.9 |
| 625 | 2026-03-11T20:46:47.675Z | Downloaded libm v0.2.8 |
| 626 | 2026-03-11T20:46:47.675Z | Downloaded tar v0.4.40 |
| 627 | 2026-03-11T20:46:47.675Z | Downloaded vergen-git2 v1.0.7 |
| 628 | 2026-03-11T20:46:47.675Z | Downloaded typenum v1.17.0 |
| 629 | 2026-03-11T20:46:47.676Z | Downloaded zmij v1.0.19 |
| 630 | 2026-03-11T20:46:47.676Z | Downloaded snafu v0.8.9 |
| 631 | 2026-03-11T20:46:47.676Z | Downloaded textwrap v0.16.2 |
| 632 | 2026-03-11T20:46:47.676Z | Downloaded rustls-webpki v0.103.4 |
| 633 | 2026-03-11T20:46:47.676Z | Downloaded unicode-ident v1.0.24 |
| 634 | 2026-03-11T20:46:47.676Z | Downloaded itertools v0.13.0 |
| 635 | 2026-03-11T20:46:47.676Z | Downloaded wyz v0.5.1 |
| 636 | 2026-03-11T20:46:47.676Z | Downloaded unsafe-libyaml v0.2.11 |
| 637 | 2026-03-11T20:46:47.676Z | Downloaded test-strategy v0.4.3 |
| 638 | 2026-03-11T20:46:47.676Z | Downloaded iri-string v0.7.8 |
| 639 | 2026-03-11T20:46:47.676Z | Downloaded vergen v9.0.6 |
| 640 | 2026-03-11T20:46:47.676Z | Downloaded zerovec-derive v0.10.3 |
| 641 | 2026-03-11T20:46:47.676Z | Downloaded zeroize v1.7.0 |
| 642 | 2026-03-11T20:46:47.676Z | Downloaded rand v0.9.2 |
| 643 | 2026-03-11T20:46:47.676Z | Downloaded tracing-core v0.1.32 |
| 644 | 2026-03-11T20:46:47.676Z | Downloaded rand v0.8.5 |
| 645 | 2026-03-11T20:46:47.676Z | Downloaded pest v2.8.4 |
| 646 | 2026-03-11T20:46:47.676Z | Downloaded itertools v0.14.0 |
| 647 | 2026-03-11T20:46:47.676Z | Downloaded h2 v0.4.6 |
| 648 | 2026-03-11T20:46:47.676Z | Downloaded typify v0.6.1 |
| 649 | 2026-03-11T20:46:47.676Z | Downloaded itertools v0.12.1 |
| 650 | 2026-03-11T20:46:47.676Z | Downloaded ucd-trie v0.1.6 |
| 651 | 2026-03-11T20:46:47.676Z | Downloaded toml_edit v0.22.27 |
| 652 | 2026-03-11T20:46:47.676Z | Downloaded idna v1.0.3 |
| 653 | 2026-03-11T20:46:47.676Z | Downloaded steno v0.4.1 |
| 654 | 2026-03-11T20:46:47.676Z | Downloaded zerocopy-derive v0.7.34 |
| 655 | 2026-03-11T20:46:47.676Z | Downloaded hyper v1.8.1 |
| 656 | 2026-03-11T20:46:47.676Z | Downloaded bindgen v0.69.5 |
| 657 | 2026-03-11T20:46:47.676Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 658 | 2026-03-11T20:46:47.676Z | Downloaded tokio-macros v2.6.0 |
| 659 | 2026-03-11T20:46:47.676Z | Downloaded zerofrom v0.1.5 |
| 660 | 2026-03-11T20:46:47.676Z | Downloaded tempfile v3.23.0 |
| 661 | 2026-03-11T20:46:47.677Z | Downloaded tracing v0.1.40 |
| 662 | 2026-03-11T20:46:47.677Z | Downloaded tungstenite v0.21.0 |
| 663 | 2026-03-11T20:46:47.677Z | Downloaded goblin v0.8.2 |
| 664 | 2026-03-11T20:46:47.677Z | Downloaded clap_builder v4.5.2 |
| 665 | 2026-03-11T20:46:47.677Z | Downloaded serde_derive v1.0.228 |
| 666 | 2026-03-11T20:46:47.677Z | Downloaded iddqd v0.3.14 |
| 667 | 2026-03-11T20:46:47.677Z | Downloaded untrusted v0.9.0 |
| 668 | 2026-03-11T20:46:47.677Z | Downloaded progenitor-impl v0.11.1 |
| 669 | 2026-03-11T20:46:47.677Z | Downloaded openssl-sys v0.9.107 |
| 670 | 2026-03-11T20:46:47.677Z | Downloaded universal-hash v0.5.1 |
| 671 | 2026-03-11T20:46:47.677Z | Downloaded typeid v1.0.0 |
| 672 | 2026-03-11T20:46:47.677Z | Downloaded tinystr v0.7.6 |
| 673 | 2026-03-11T20:46:47.677Z | Downloaded smallvec v1.13.2 |
| 674 | 2026-03-11T20:46:47.677Z | Downloaded zerocopy-derive v0.8.27 |
| 675 | 2026-03-11T20:46:47.677Z | Downloaded url v2.5.4 |
| 676 | 2026-03-11T20:46:47.677Z | Downloaded slog-async v2.8.0 |
| 677 | 2026-03-11T20:46:47.677Z | Downloaded toml_edit v0.19.15 |
| 678 | 2026-03-11T20:46:47.677Z | Downloaded uuid v1.19.0 |
| 679 | 2026-03-11T20:46:47.677Z | Downloaded progenitor-impl v0.13.0 |
| 680 | 2026-03-11T20:46:47.677Z | Downloaded crossbeam-channel v0.5.15 |
| 681 | 2026-03-11T20:46:47.677Z | Downloaded typify v0.4.3 |
| 682 | 2026-03-11T20:46:47.678Z | Downloaded darling_core v0.21.3 |
| 683 | 2026-03-11T20:46:47.678Z | Downloaded darling_core v0.20.11 |
| 684 | 2026-03-11T20:46:47.678Z | Downloaded rand_chacha v0.9.0 |
| 685 | 2026-03-11T20:46:47.678Z | Downloaded tokio-util v0.7.16 |
| 686 | 2026-03-11T20:46:47.678Z | Downloaded chrono v0.4.44 |
| 687 | 2026-03-11T20:46:47.678Z | Downloaded serde_spanned v1.0.4 |
| 688 | 2026-03-11T20:46:47.678Z | Downloaded serde_spanned v0.6.9 |
| 689 | 2026-03-11T20:46:47.678Z | Downloaded pest_meta v2.8.4 |
| 690 | 2026-03-11T20:46:48.084Z | Downloaded progenitor v0.11.1 |
| 691 | 2026-03-11T20:46:48.084Z | Downloaded parking_lot v0.12.2 |
| 692 | 2026-03-11T20:46:48.084Z | Downloaded owo-colors v4.2.3 |
| 693 | 2026-03-11T20:46:48.084Z | Downloaded once_cell v1.21.3 |
| 694 | 2026-03-11T20:46:48.084Z | Downloaded unicode-normalization v0.1.24 |
| 695 | 2026-03-11T20:46:48.084Z | Downloaded serde_json v1.0.149 |
| 696 | 2026-03-11T20:46:48.084Z | Downloaded phf v0.12.1 |
| 697 | 2026-03-11T20:46:48.084Z | Downloaded pest_generator v2.8.4 |
| 698 | 2026-03-11T20:46:48.084Z | Downloaded pem v3.0.5 |
| 699 | 2026-03-11T20:46:48.085Z | Downloaded git2 v0.20.2 |
| 700 | 2026-03-11T20:46:48.085Z | Downloaded memmap2 v0.9.9 |
| 701 | 2026-03-11T20:46:48.085Z | Downloaded aho-corasick v1.1.3 |
| 702 | 2026-03-11T20:46:48.085Z | Downloaded icu_normalizer_data v1.5.0 |
| 703 | 2026-03-11T20:46:48.085Z | Downloaded oxnet v0.1.3 |
| 704 | 2026-03-11T20:46:48.085Z | Downloaded rustls-webpki v0.102.4 |
| 705 | 2026-03-11T20:46:48.085Z | Downloaded typed-path v0.9.3 |
| 706 | 2026-03-11T20:46:48.085Z | Downloaded tower v0.5.2 |
| 707 | 2026-03-11T20:46:48.085Z | Downloaded proptest v1.5.0 |
| 708 | 2026-03-11T20:46:48.085Z | Downloaded zerocopy v0.7.34 |
| 709 | 2026-03-11T20:46:48.085Z | Downloaded reqwest v0.12.23 |
| 710 | 2026-03-11T20:46:48.085Z | Downloaded aws-lc-rs v1.13.3 |
| 711 | 2026-03-11T20:46:48.085Z | Downloaded unicode-segmentation v1.11.0 |
| 712 | 2026-03-11T20:46:48.086Z | Downloaded portable-atomic v1.11.1 |
| 713 | 2026-03-11T20:46:48.086Z | Downloaded regex v1.12.3 |
| 714 | 2026-03-11T20:46:48.086Z | Downloaded reqwest v0.13.2 |
| 715 | 2026-03-11T20:46:48.086Z | Downloaded goblin v0.10.4 |
| 716 | 2026-03-11T20:46:48.086Z | Downloaded time v0.3.44 |
| 717 | 2026-03-11T20:46:48.086Z | Downloaded num_enum v0.5.11 |
| 718 | 2026-03-11T20:46:48.086Z | Downloaded tough v0.20.0 |
| 719 | 2026-03-11T20:46:48.086Z | Downloaded tower-http v0.6.8 |
| 720 | 2026-03-11T20:46:48.086Z | Downloaded winnow v0.7.13 |
| 721 | 2026-03-11T20:46:48.086Z | Downloaded rustls-webpki v0.101.7 |
| 722 | 2026-03-11T20:46:48.086Z | Downloaded tabled v0.15.0 |
| 723 | 2026-03-11T20:46:48.086Z | Downloaded syn v1.0.109 |
| 724 | 2026-03-11T20:46:48.086Z | Downloaded bitvec v1.0.1 |
| 725 | 2026-03-11T20:46:48.086Z | Downloaded moka v0.12.10 |
| 726 | 2026-03-11T20:46:48.086Z | Downloaded zerovec v0.10.4 |
| 727 | 2026-03-11T20:46:48.087Z | Downloaded winnow v0.5.40 |
| 728 | 2026-03-11T20:46:48.087Z | Downloaded icu_properties_data v1.5.0 |
| 729 | 2026-03-11T20:46:48.087Z | Downloaded nix v0.29.0 |
| 730 | 2026-03-11T20:46:48.087Z | Downloaded zerocopy v0.8.27 |
| 731 | 2026-03-11T20:46:48.087Z | Downloaded webpki-roots v1.0.3 |
| 732 | 2026-03-11T20:46:48.087Z | Downloaded hickory-proto v0.24.4 |
| 733 | 2026-03-11T20:46:48.087Z | Downloaded syn v2.0.117 |
| 734 | 2026-03-11T20:46:48.087Z | Downloaded nix v0.31.1 |
| 735 | 2026-03-11T20:46:48.087Z | Downloaded rustix v0.38.34 |
| 736 | 2026-03-11T20:46:48.087Z | Downloaded hickory-proto v0.25.2 |
| 737 | 2026-03-11T20:46:48.087Z | Downloaded rustls v0.23.31 |
| 738 | 2026-03-11T20:46:48.087Z | Downloaded vcpkg v0.2.15 |
| 739 | 2026-03-11T20:46:48.087Z | Downloaded openapiv3 v2.2.0 |
| 740 | 2026-03-11T20:46:48.087Z | Downloaded rustls v0.22.4 |
| 741 | 2026-03-11T20:46:48.087Z | Downloaded rustls v0.21.12 |
| 742 | 2026-03-11T20:46:48.087Z | Downloaded regress v0.10.5 |
| 743 | 2026-03-11T20:46:48.087Z | Downloaded serde_with v3.15.0 |
| 744 | 2026-03-11T20:46:48.087Z | Downloaded webpki-roots v0.26.3 |
| 745 | 2026-03-11T20:46:48.087Z | Downloaded unicode-width v0.1.14 |
| 746 | 2026-03-11T20:46:48.087Z | Downloaded unicode-width v0.2.1 |
| 747 | 2026-03-11T20:46:48.087Z | Downloaded nix v0.28.0 |
| 748 | 2026-03-11T20:46:48.087Z | Downloaded openssl v0.10.72 |
| 749 | 2026-03-11T20:46:48.087Z | Downloaded bstr v1.9.1 |
| 750 | 2026-03-11T20:46:48.087Z | Downloaded rayon v1.10.0 |
| 751 | 2026-03-11T20:46:48.087Z | Downloaded smoltcp v0.11.0 |
| 752 | 2026-03-11T20:46:48.087Z | Downloaded regex-automata v0.4.14 |
| 753 | 2026-03-11T20:46:48.087Z | Downloaded regex-syntax v0.8.5 |
| 754 | 2026-03-11T20:46:48.087Z | Downloaded quinn-proto v0.11.13 |
| 755 | 2026-03-11T20:46:48.087Z | Downloaded num-integer v0.1.46 |
| 756 | 2026-03-11T20:46:48.087Z | Downloaded jiff v0.2.15 |
| 757 | 2026-03-11T20:46:48.087Z | Downloaded rustix v1.1.2 |
| 758 | 2026-03-11T20:46:48.087Z | Downloaded petgraph v0.6.5 |
| 759 | 2026-03-11T20:46:48.087Z | Downloaded libsw v3.5.0 |
| 760 | 2026-03-11T20:46:48.087Z | Downloaded base64 v0.21.7 |
| 761 | 2026-03-11T20:46:48.087Z | Downloaded petgraph v0.8.3 |
| 762 | 2026-03-11T20:46:48.087Z | Downloaded progenitor-macro v0.11.1 |
| 763 | 2026-03-11T20:46:48.087Z | Downloaded progenitor-macro v0.10.0 |
| 764 | 2026-03-11T20:46:48.087Z | Downloaded progenitor-client v0.10.0 |
| 765 | 2026-03-11T20:46:48.088Z | Downloaded num_enum v0.7.4 |
| 766 | 2026-03-11T20:46:48.088Z | Downloaded num-rational v0.4.2 |
| 767 | 2026-03-11T20:46:48.088Z | Downloaded num-complex v0.4.6 |
| 768 | 2026-03-11T20:46:48.088Z | Downloaded ipnetwork v0.21.1 |
| 769 | 2026-03-11T20:46:48.088Z | Downloaded ingot-types v0.1.2 |
| 770 | 2026-03-11T20:46:48.088Z | Downloaded lru-cache v0.1.2 |
| 771 | 2026-03-11T20:46:48.088Z | Downloaded icu_locid_transform_data v1.5.0 |
| 772 | 2026-03-11T20:46:48.088Z | Downloaded hickory-resolver v0.24.4 |
| 773 | 2026-03-11T20:46:48.088Z | Downloaded heapless v0.8.0 |
| 774 | 2026-03-11T20:46:48.088Z | Downloaded clang-sys v1.8.1 |
| 775 | 2026-03-11T20:46:48.088Z | Downloaded cancel-safe-futures v0.1.5 |
| 776 | 2026-03-11T20:46:48.088Z | Downloaded litemap v0.7.4 |
| 777 | 2026-03-11T20:46:48.088Z | Downloaded darling v0.21.3 |
| 778 | 2026-03-11T20:46:48.088Z | Downloaded typify-impl v0.6.1 |
| 779 | 2026-03-11T20:46:48.088Z | Downloaded typify-impl v0.4.3 |
| 780 | 2026-03-11T20:46:48.088Z | Downloaded console v0.15.8 |
| 781 | 2026-03-11T20:46:48.088Z | Downloaded num-iter v0.1.45 |
| 782 | 2026-03-11T20:46:48.088Z | Downloaded backoff v0.4.0 |
| 783 | 2026-03-11T20:46:48.088Z | Downloaded daft v0.1.5 |
| 784 | 2026-03-11T20:46:48.088Z | Downloaded cipher v0.4.4 |
| 785 | 2026-03-11T20:46:48.088Z | Downloaded bytecount v0.6.9 |
| 786 | 2026-03-11T20:46:48.088Z | Downloaded defmt-macros v0.3.9 |
| 787 | 2026-03-11T20:46:48.088Z | Downloaded data-encoding v2.6.0 |
| 788 | 2026-03-11T20:46:48.088Z | Downloaded ctr v0.9.2 |
| 789 | 2026-03-11T20:46:48.088Z | Downloaded crossbeam-deque v0.8.5 |
| 790 | 2026-03-11T20:46:48.091Z | Downloaded async-trait v0.1.89 |
| 791 | 2026-03-11T20:46:48.091Z | Downloaded argon2 v0.5.3 |
| 792 | 2026-03-11T20:46:48.091Z | Downloaded fs_extra v1.3.0 |
| 793 | 2026-03-11T20:46:48.091Z | Downloaded bitflags v1.3.2 |
| 794 | 2026-03-11T20:46:48.091Z | Downloaded macaddr v1.0.1 |
| 795 | 2026-03-11T20:46:48.091Z | Downloaded bitflags v2.9.4 |
| 796 | 2026-03-11T20:46:48.091Z | Downloaded aes-gcm-siv v0.11.1 |
| 797 | 2026-03-11T20:46:48.091Z | Downloaded derive_builder_core v0.20.2 |
| 798 | 2026-03-11T20:46:48.092Z | Downloaded bincode v1.3.3 |
| 799 | 2026-03-11T20:46:48.092Z | Downloaded base64ct v1.6.0 |
| 800 | 2026-03-11T20:46:48.092Z | Downloaded autocfg v1.3.0 |
| 801 | 2026-03-11T20:46:48.092Z | Downloaded ident_case v1.0.1 |
| 802 | 2026-03-11T20:46:48.092Z | Downloaded fixedbitset v0.5.7 |
| 803 | 2026-03-11T20:46:48.092Z | Downloaded ascii v1.1.0 |
| 804 | 2026-03-11T20:46:48.092Z | Downloaded cargo_metadata v0.19.2 |
| 805 | 2026-03-11T20:46:48.092Z | Downloaded camino-tempfile v1.4.1 |
| 806 | 2026-03-11T20:46:48.092Z | Downloaded anstream v0.6.14 |
| 807 | 2026-03-11T20:46:48.092Z | Downloaded bcs v0.1.6 |
| 808 | 2026-03-11T20:46:48.092Z | Downloaded const_format v0.2.35 |
| 809 | 2026-03-11T20:46:48.092Z | Downloaded clap_derive v4.5.4 |
| 810 | 2026-03-11T20:46:48.092Z | Downloaded inout v0.1.3 |
| 811 | 2026-03-11T20:46:48.092Z | Downloaded encoding_rs v0.8.34 |
| 812 | 2026-03-11T20:46:48.092Z | Downloaded darling_macro v0.21.3 |
| 813 | 2026-03-11T20:46:48.092Z | Downloaded hash32 v0.3.1 |
| 814 | 2026-03-11T20:46:48.092Z | Downloaded git-stub-vcs v0.1.0 |
| 815 | 2026-03-11T20:46:48.092Z | Downloaded escargot v0.5.10 |
| 816 | 2026-03-11T20:46:48.092Z | Downloaded either v1.15.0 |
| 817 | 2026-03-11T20:46:48.092Z | Downloaded itoa v1.0.11 |
| 818 | 2026-03-11T20:46:48.092Z | Downloaded is_ci v1.2.0 |
| 819 | 2026-03-11T20:46:48.092Z | Downloaded derive-ex v0.1.8 |
| 820 | 2026-03-11T20:46:48.092Z | Downloaded csv-core v0.1.12 |
| 821 | 2026-03-11T20:46:48.092Z | Downloaded errno v0.3.14 |
| 822 | 2026-03-11T20:46:48.092Z | Downloaded const_format_proc_macros v0.2.34 |
| 823 | 2026-03-11T20:46:48.092Z | Downloaded cobs v0.2.3 |
| 824 | 2026-03-11T20:46:48.092Z | Downloaded async-stream-impl v0.3.6 |
| 825 | 2026-03-11T20:46:48.092Z | Downloaded foreign-types v0.3.2 |
| 826 | 2026-03-11T20:46:48.092Z | Downloaded hostname v0.3.1 |
| 827 | 2026-03-11T20:46:48.092Z | Downloaded home v0.5.11 |
| 828 | 2026-03-11T20:46:48.092Z | Downloaded futures-task v0.3.31 |
| 829 | 2026-03-11T20:46:48.092Z | Downloaded futures-macro v0.3.31 |
| 830 | 2026-03-11T20:46:48.092Z | Downloaded futures-io v0.3.31 |
| 831 | 2026-03-11T20:46:48.092Z | Downloaded foreign-types-shared v0.1.1 |
| 832 | 2026-03-11T20:46:48.093Z | Downloaded equivalent v1.0.2 |
| 833 | 2026-03-11T20:46:48.093Z | Downloaded colorchoice v1.0.1 |
| 834 | 2026-03-11T20:46:48.093Z | Downloaded atty v0.2.14 |
| 835 | 2026-03-11T20:46:48.093Z | Downloaded fastrand v2.3.0 |
| 836 | 2026-03-11T20:46:48.093Z | Downloaded dyn-clone v1.0.17 |
| 837 | 2026-03-11T20:46:48.093Z | Downloaded crucible-workspace-hack v0.1.0 |
| 838 | 2026-03-11T20:46:48.093Z | Downloaded async-recursion v1.1.1 |
| 839 | 2026-03-11T20:46:48.093Z | Downloaded float-ord v0.3.2 |
| 840 | 2026-03-11T20:46:48.093Z | Downloaded ctrlc v3.4.4 |
| 841 | 2026-03-11T20:46:48.093Z | Downloaded async-stream v0.3.6 |
| 842 | 2026-03-11T20:46:48.093Z | Downloaded bit-vec v0.6.3 |
| 843 | 2026-03-11T20:46:48.093Z | Downloaded defmt v0.3.8 |
| 844 | 2026-03-11T20:46:48.093Z | Downloaded cfg_aliases v0.2.1 |
| 845 | 2026-03-11T20:46:48.093Z | Downloaded foreign-types-macros v0.2.3 |
| 846 | 2026-03-11T20:46:48.093Z | Downloaded foreign-types v0.5.0 |
| 847 | 2026-03-11T20:46:48.093Z | Downloaded futures-executor v0.3.31 |
| 848 | 2026-03-11T20:46:48.093Z | Downloaded crypto-common v0.1.6 |
| 849 | 2026-03-11T20:46:48.093Z | Downloaded byteorder v1.5.0 |
| 850 | 2026-03-11T20:46:48.093Z | Downloaded cargo_metadata v0.18.1 |
| 851 | 2026-03-11T20:46:48.093Z | Downloaded clap_lex v0.7.0 |
| 852 | 2026-03-11T20:46:48.093Z | Downloaded blake2 v0.10.6 |
| 853 | 2026-03-11T20:46:48.093Z | Downloaded bitstruct v0.1.1 |
| 854 | 2026-03-11T20:46:48.093Z | Downloaded filetime v0.2.23 |
| 855 | 2026-03-11T20:46:48.093Z | Downloaded futures-core v0.3.32 |
| 856 | 2026-03-11T20:46:48.093Z | Downloaded enum-as-inner v0.6.0 |
| 857 | 2026-03-11T20:46:48.093Z | Downloaded embedded-io v0.6.1 |
| 858 | 2026-03-11T20:46:48.093Z | Downloaded dtrace-parser v0.3.0 |
| 859 | 2026-03-11T20:46:48.093Z | Downloaded dropshot v0.16.7 |
| 860 | 2026-03-11T20:46:48.093Z | Downloaded darling_macro v0.20.11 |
| 861 | 2026-03-11T20:46:48.093Z | Downloaded chrono-tz v0.10.4 |
| 862 | 2026-03-11T20:46:48.093Z | Downloaded dropshot_endpoint v0.16.7 |
| 863 | 2026-03-11T20:46:48.093Z | Downloaded drift v0.1.2 |
| 864 | 2026-03-11T20:46:48.093Z | Downloaded debug-ignore v1.0.5 |
| 865 | 2026-03-11T20:46:48.093Z | Downloaded convert_case v0.4.0 |
| 866 | 2026-03-11T20:46:48.093Z | Downloaded bitstruct_derive v0.1.0 |
| 867 | 2026-03-11T20:46:48.094Z | Downloaded anstyle-query v1.0.3 |
| 868 | 2026-03-11T20:46:48.094Z | Downloaded cc v1.2.17 |
| 869 | 2026-03-11T20:46:48.094Z | Downloaded cfg_aliases v0.1.1 |
| 870 | 2026-03-11T20:46:48.094Z | Downloaded bytes v1.11.1 |
| 871 | 2026-03-11T20:46:48.094Z | Downloaded libc v0.2.180 |
| 872 | 2026-03-11T20:46:48.094Z | Downloaded csv v1.3.1 |
| 873 | 2026-03-11T20:46:48.094Z | Downloaded tokio v1.49.0 |
| 874 | 2026-03-11T20:46:48.094Z | Downloaded fakedata_generator v0.5.0 |
| 875 | 2026-03-11T20:46:48.109Z | Downloaded ring v0.17.14 |
| 876 | 2026-03-11T20:46:48.175Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 877 | 2026-03-11T20:46:48.527Z | Downloaded libz-sys v1.1.16 |
| 878 | 2026-03-11T20:46:48.964Z | Downloaded aws-lc-sys v0.30.0 |
| 879 | 2026-03-11T20:46:49.336Z | Compiling proc-macro2 v1.0.106 |
| 880 | 2026-03-11T20:46:49.336Z | Compiling quote v1.0.44 |
| 881 | 2026-03-11T20:46:49.339Z | Compiling unicode-ident v1.0.24 |
| 882 | 2026-03-11T20:46:49.339Z | Compiling libc v0.2.180 |
| 883 | 2026-03-11T20:46:49.339Z | Compiling serde_core v1.0.228 |
| 884 | 2026-03-11T20:46:49.339Z | Compiling serde v1.0.228 |
| 885 | 2026-03-11T20:46:49.339Z | Compiling autocfg v1.3.0 |
| 886 | 2026-03-11T20:46:49.339Z | Checking cfg-if v1.0.0 |
| 887 | 2026-03-11T20:46:49.725Z | Compiling memchr v2.7.2 |
| 888 | 2026-03-11T20:46:49.749Z | Compiling zmij v1.0.19 |
| 889 | 2026-03-11T20:46:50.039Z | Compiling serde_json v1.0.149 |
| 890 | 2026-03-11T20:46:50.348Z | Compiling libm v0.2.8 |
| 891 | 2026-03-11T20:46:50.569Z | Compiling getrandom v0.3.2 |
| 892 | 2026-03-11T20:46:50.744Z | Checking itoa v1.0.11 |
| 893 | 2026-03-11T20:46:50.908Z | Checking smallvec v1.13.2 |
| 894 | 2026-03-11T20:46:51.012Z | Compiling version_check v0.9.5 |
| 895 | 2026-03-11T20:46:51.034Z | Compiling shlex v1.3.0 |
| 896 | 2026-03-11T20:46:51.084Z | Compiling lock_api v0.4.12 |
| 897 | 2026-03-11T20:46:51.134Z | Compiling jobserver v0.1.31 |
| 898 | 2026-03-11T20:46:51.263Z | Compiling parking_lot_core v0.9.10 |
| 899 | 2026-03-11T20:46:51.456Z | Compiling cc v1.2.17 |
| 900 | 2026-03-11T20:46:51.568Z | Compiling syn v2.0.117 |
| 901 | 2026-03-11T20:46:51.677Z | Checking stable_deref_trait v1.2.0 |
| 902 | 2026-03-11T20:46:51.730Z | Compiling log v0.4.29 |
| 903 | 2026-03-11T20:46:51.776Z | Compiling thiserror v2.0.18 |
| 904 | 2026-03-11T20:46:51.839Z | Compiling heck v0.5.0 |
| 905 | 2026-03-11T20:46:51.909Z | Checking litemap v0.7.4 |
| 906 | 2026-03-11T20:46:51.966Z | Checking writeable v0.5.5 |
| 907 | 2026-03-11T20:46:52.126Z | Compiling slab v0.4.9 |
| 908 | 2026-03-11T20:46:52.159Z | Checking percent-encoding v2.3.2 |
| 909 | 2026-03-11T20:46:52.202Z | Checking icu_locid_transform_data v1.5.0 |
| 910 | 2026-03-11T20:46:52.704Z | Compiling num-traits v0.2.19 |
| 911 | 2026-03-11T20:46:52.707Z | Compiling rustversion v1.0.22 |
| 912 | 2026-03-11T20:46:52.707Z | Checking icu_properties_data v1.5.0 |
| 913 | 2026-03-11T20:46:52.707Z | Checking getrandom v0.2.14 |
| 914 | 2026-03-11T20:46:52.782Z | Checking write16 v1.0.0 |
| 915 | 2026-03-11T20:46:52.857Z | Checking icu_normalizer_data v1.5.0 |
| 916 | 2026-03-11T20:46:52.880Z | Checking utf16_iter v1.0.5 |
| 917 | 2026-03-11T20:46:52.901Z | Checking utf8_iter v1.0.4 |
| 918 | 2026-03-11T20:46:53.064Z | Checking pin-project-lite v0.2.14 |
| 919 | 2026-03-11T20:46:53.115Z | Checking form_urlencoded v1.2.2 |
| 920 | 2026-03-11T20:46:53.283Z | Compiling foldhash v0.2.0 |
| 921 | 2026-03-11T20:46:53.337Z | Compiling allocator-api2 v0.2.21 |
| 922 | 2026-03-11T20:46:53.386Z | Compiling equivalent v1.0.2 |
| 923 | 2026-03-11T20:46:53.520Z | Compiling portable-atomic v1.11.1 |
| 924 | 2026-03-11T20:46:53.556Z | Compiling regex-syntax v0.8.5 |
| 925 | 2026-03-11T20:46:53.602Z | Compiling ring v0.17.14 |
| 926 | 2026-03-11T20:46:53.738Z | Checking scopeguard v1.2.0 |
| 927 | 2026-03-11T20:46:53.797Z | Compiling hashbrown v0.16.1 |
| 928 | 2026-03-11T20:46:54.086Z | Compiling semver v1.0.27 |
| 929 | 2026-03-11T20:46:54.375Z | Checking socket2 v0.6.0 |
| 930 | 2026-03-11T20:46:54.378Z | Compiling aho-corasick v1.1.3 |
| 931 | 2026-03-11T20:46:54.480Z | Checking parking_lot v0.12.2 |
| 932 | 2026-03-11T20:46:54.611Z | Checking critical-section v1.2.0 |
| 933 | 2026-03-11T20:46:54.721Z | Checking mio v1.0.2 |
| 934 | 2026-03-11T20:46:54.728Z | Checking signal-hook-registry v1.4.2 |
| 935 | 2026-03-11T20:46:54.749Z | Checking iana-time-zone v0.1.64 |
| 936 | 2026-03-11T20:46:54.778Z | Checking once_cell v1.21.3 |
| 937 | 2026-03-11T20:46:54.881Z | Compiling thiserror v1.0.64 |
| 938 | 2026-03-11T20:46:55.004Z | Compiling bitflags v2.9.4 |
| 939 | 2026-03-11T20:46:55.290Z | Checking uuid v1.19.0 |
| 940 | 2026-03-11T20:46:55.497Z | Checking futures-core v0.3.32 |
| 941 | 2026-03-11T20:46:55.658Z | Compiling synstructure v0.13.1 |
| 942 | 2026-03-11T20:46:55.675Z | Compiling serde_derive_internals v0.29.1 |
| 943 | 2026-03-11T20:46:55.766Z | Compiling regex-automata v0.4.14 |
| 944 | 2026-03-11T20:46:56.706Z | Checking dyn-clone v1.0.17 |
| 945 | 2026-03-11T20:46:56.728Z | Compiling schemars v0.8.22 |
| 946 | 2026-03-11T20:46:56.750Z | Compiling httparse v1.10.1 |
| 947 | 2026-03-11T20:46:56.833Z | Compiling fnv v1.0.7 |
| 948 | 2026-03-11T20:46:56.860Z | Checking futures-sink v0.3.31 |
| 949 | 2026-03-11T20:46:57.017Z | Compiling indexmap v2.13.0 |
| 950 | 2026-03-11T20:46:57.045Z | Compiling typenum v1.17.0 |
| 951 | 2026-03-11T20:46:57.547Z | Compiling serde_derive v1.0.228 |
| 952 | 2026-03-11T20:46:57.573Z | Compiling zerofrom-derive v0.1.5 |
| 953 | 2026-03-11T20:46:57.610Z | Compiling yoke-derive v0.7.5 |
| 954 | 2026-03-11T20:46:57.800Z | Compiling zerovec-derive v0.10.3 |
| 955 | 2026-03-11T20:46:57.894Z | Compiling displaydoc v0.2.5 |
| 956 | 2026-03-11T20:46:58.034Z | Compiling icu_provider_macros v1.5.0 |
| 957 | 2026-03-11T20:46:58.726Z | Compiling tokio-macros v2.6.0 |
| 958 | 2026-03-11T20:46:58.823Z | Compiling schemars_derive v0.8.22 |
| 959 | 2026-03-11T20:46:58.954Z | Compiling thiserror-impl v2.0.18 |
| 960 | 2026-03-11T20:46:59.131Z | Compiling futures-macro v0.3.31 |
| 961 | 2026-03-11T20:46:59.176Z | Checking zerofrom v0.1.5 |
| 962 | 2026-03-11T20:46:59.294Z | Compiling regex v1.12.3 |
| 963 | 2026-03-11T20:46:59.335Z | Checking yoke v0.7.5 |
| 964 | 2026-03-11T20:46:59.419Z | Compiling thiserror-impl v1.0.64 |
| 965 | 2026-03-11T20:46:59.581Z | Checking zerovec v0.10.4 |
| 966 | 2026-03-11T20:46:59.791Z | Compiling generic-array v0.14.7 |
| 967 | 2026-03-11T20:47:00.009Z | Checking futures-channel v0.3.31 |
| 968 | 2026-03-11T20:47:00.133Z | Checking pin-utils v0.1.0 |
| 969 | 2026-03-11T20:47:00.212Z | Checking rand_core v0.6.4 |
| 970 | 2026-03-11T20:47:00.232Z | Compiling errno v0.3.14 |
| 971 | 2026-03-11T20:47:00.258Z | Checking futures-io v0.3.31 |
| 972 | 2026-03-11T20:47:00.405Z | Checking subtle v2.5.0 |
| 973 | 2026-03-11T20:47:00.429Z | Checking futures-task v0.3.31 |
| 974 | 2026-03-11T20:47:00.435Z | Checking zeroize v1.7.0 |
| 975 | 2026-03-11T20:47:00.436Z | Compiling ucd-trie v0.1.6 |
| 976 | 2026-03-11T20:47:00.499Z | Checking tinystr v0.7.6 |
| 977 | 2026-03-11T20:47:00.578Z | Checking icu_collections v1.5.0 |
| 978 | 2026-03-11T20:47:00.622Z | Checking futures-util v0.3.31 |
| 979 | 2026-03-11T20:47:00.738Z | Compiling pest v2.8.4 |
| 980 | 2026-03-11T20:47:00.753Z | Checking icu_locid v1.5.0 |
| 981 | 2026-03-11T20:47:00.797Z | Compiling either v1.15.0 |
| 982 | 2026-03-11T20:47:00.913Z | Compiling anyhow v1.0.100 |
| 983 | 2026-03-11T20:47:01.056Z | Compiling strsim v0.11.1 |
| 984 | 2026-03-11T20:47:01.079Z | Compiling tracing-attributes v0.1.27 |
| 985 | 2026-03-11T20:47:01.341Z | Checking icu_provider v1.5.0 |
| 986 | 2026-03-11T20:47:01.737Z | Checking tracing-core v0.1.32 |
| 987 | 2026-03-11T20:47:01.764Z | Compiling slog v2.8.2 |
| 988 | 2026-03-11T20:47:01.784Z | Checking bytes v1.11.1 |
| 989 | 2026-03-11T20:47:01.811Z | Checking icu_locid_transform v1.5.0 |
| 990 | 2026-03-11T20:47:02.156Z | Compiling serde_tokenstream v0.2.3 |
| 991 | 2026-03-11T20:47:02.292Z | Checking chrono v0.4.44 |
| 992 | 2026-03-11T20:47:02.402Z | Checking tokio v1.49.0 |
| 993 | 2026-03-11T20:47:02.466Z | Checking icu_properties v1.5.1 |
| 994 | 2026-03-11T20:47:02.535Z | Checking http v1.4.0 |
| 995 | 2026-03-11T20:47:02.793Z | Compiling pest_meta v2.8.4 |
| 996 | 2026-03-11T20:47:02.873Z | Checking byteorder v1.5.0 |
| 997 | 2026-03-11T20:47:03.162Z | Compiling rustix v0.38.34 |
| 998 | 2026-03-11T20:47:03.314Z | Checking untrusted v0.9.0 |
| 999 | 2026-03-11T20:47:03.348Z | Checking tracing v0.1.40 |
| 1000 | 2026-03-11T20:47:03.577Z | Compiling pest_generator v2.8.4 |
| 1001 | 2026-03-11T20:47:03.711Z | Checking rustls-pki-types v1.12.0 |
| 1002 | 2026-03-11T20:47:04.249Z | Compiling ident_case v1.0.1 |
| 1003 | 2026-03-11T20:47:04.310Z | Checking icu_normalizer v1.5.0 |
| 1004 | 2026-03-11T20:47:04.673Z | Compiling pest_derive v2.8.4 |
| 1005 | 2026-03-11T20:47:04.778Z | Compiling zerocopy v0.8.27 |
| 1006 | 2026-03-11T20:47:04.800Z | Checking idna_adapter v1.2.0 |
| 1007 | 2026-03-11T20:47:04.955Z | Checking idna v1.0.3 |
| 1008 | 2026-03-11T20:47:05.274Z | Checking url v2.5.4 |
| 1009 | 2026-03-11T20:47:05.297Z | Compiling prettyplease v0.2.37 |
| 1010 | 2026-03-11T20:47:05.302Z | Compiling lazy_static v1.5.0 |
| 1011 | 2026-03-11T20:47:05.561Z | Compiling zerocopy-derive v0.8.27 |
| 1012 | 2026-03-11T20:47:05.628Z | Compiling regress v0.10.5 |
| 1013 | 2026-03-11T20:47:05.774Z | Compiling glob v0.3.3 |
| 1014 | 2026-03-11T20:47:06.036Z | Compiling minimal-lexical v0.2.1 |
| 1015 | 2026-03-11T20:47:06.210Z | Compiling clang-sys v1.8.1 |
| 1016 | 2026-03-11T20:47:06.349Z | Compiling nom v7.1.3 |
| 1017 | 2026-03-11T20:47:06.410Z | Compiling camino v1.2.2 |
| 1018 | 2026-03-11T20:47:06.659Z | Checking tokio-util v0.7.16 |
| 1019 | 2026-03-11T20:47:06.712Z | Compiling pkg-config v0.3.30 |
| 1020 | 2026-03-11T20:47:06.760Z | Checking base64 v0.22.1 |
| 1021 | 2026-03-11T20:47:06.810Z | Checking ipnet v2.9.0 |
| 1022 | 2026-03-11T20:47:07.115Z | Compiling vcpkg v0.2.15 |
| 1023 | 2026-03-11T20:47:07.376Z | Checking crypto-common v0.1.6 |
| 1024 | 2026-03-11T20:47:07.515Z | Checking http-body v1.0.1 |
| 1025 | 2026-03-11T20:47:07.515Z | Compiling libloading v0.8.9 |
| 1026 | 2026-03-11T20:47:07.515Z | Compiling num-conv v0.1.0 |
| 1027 | 2026-03-11T20:47:07.585Z | Compiling bindgen v0.69.5 |
| 1028 | 2026-03-11T20:47:07.628Z | Compiling home v0.5.11 |
| 1029 | 2026-03-11T20:47:07.628Z | Checking atomic-waker v1.1.2 |
| 1030 | 2026-03-11T20:47:07.730Z | Compiling time-core v0.1.6 |
| 1031 | 2026-03-11T20:47:07.772Z | Compiling which v4.4.2 |
| 1032 | 2026-03-11T20:47:07.823Z | Compiling itertools v0.12.1 |
| 1033 | 2026-03-11T20:47:07.925Z | Checking tower-layer v0.3.3 |
| 1034 | 2026-03-11T20:47:07.960Z | Compiling time-macros v0.2.24 |
| 1035 | 2026-03-11T20:47:08.043Z | Compiling cexpr v0.6.0 |
| 1036 | 2026-03-11T20:47:08.084Z | Checking ppv-lite86 v0.2.17 |
| 1037 | 2026-03-11T20:47:08.160Z | Compiling lazycell v1.3.0 |
| 1038 | 2026-03-11T20:47:08.295Z | Compiling paste v1.0.15 |
| 1039 | 2026-03-11T20:47:08.362Z | Checking try-lock v0.2.5 |
| 1040 | 2026-03-11T20:47:08.472Z | Checking tower-service v0.3.3 |
| 1041 | 2026-03-11T20:47:08.484Z | Compiling rustc-hash v1.1.0 |
| 1042 | 2026-03-11T20:47:08.581Z | Checking want v0.3.1 |
| 1043 | 2026-03-11T20:47:08.632Z | Checking h2 v0.4.6 |
| 1044 | 2026-03-11T20:47:08.716Z | Compiling scroll_derive v0.13.1 |
| 1045 | 2026-03-11T20:47:08.739Z | Compiling cmake v0.1.54 |
| 1046 | 2026-03-11T20:47:08.811Z | Checking ryu v1.0.18 |
| 1047 | 2026-03-11T20:47:08.986Z | Compiling dunce v1.0.5 |
| 1048 | 2026-03-11T20:47:09.014Z | Compiling fs_extra v1.3.0 |
| 1049 | 2026-03-11T20:47:09.110Z | Checking httpdate v1.0.3 |
| 1050 | 2026-03-11T20:47:09.215Z | Compiling async-trait v0.1.89 |
| 1051 | 2026-03-11T20:47:09.329Z | Checking pretty-hex v0.4.1 |
| 1052 | 2026-03-11T20:47:09.351Z | Checking http-body-util v0.1.3 |
| 1053 | 2026-03-11T20:47:09.473Z | Checking plain v0.2.3 |
| 1054 | 2026-03-11T20:47:09.603Z | Compiling aws-lc-rs v1.13.3 |
| 1055 | 2026-03-11T20:47:09.641Z | Checking serde_urlencoded v0.7.1 |
| 1056 | 2026-03-11T20:47:09.837Z | Compiling openapiv3 v2.2.0 |
| 1057 | 2026-03-11T20:47:09.913Z | Checking erased-serde v0.3.31 |
| 1058 | 2026-03-11T20:47:10.201Z | Checking cpufeatures v0.2.12 |
| 1059 | 2026-03-11T20:47:10.526Z | Compiling scroll v0.13.0 |
| 1060 | 2026-03-11T20:47:10.845Z | Checking block-buffer v0.10.4 |
| 1061 | 2026-03-11T20:47:11.076Z | Checking hyper v1.8.1 |
| 1062 | 2026-03-11T20:47:11.128Z | Compiling usdt-impl v0.6.0 |
| 1063 | 2026-03-11T20:47:11.458Z | Compiling crossbeam-utils v0.8.19 |
| 1064 | 2026-03-11T20:47:11.529Z | Checking untrusted v0.7.1 |
| 1065 | 2026-03-11T20:47:11.676Z | Compiling goblin v0.10.4 |
| 1066 | 2026-03-11T20:47:11.903Z | Checking digest v0.10.7 |
| 1067 | 2026-03-11T20:47:11.994Z | Compiling typify-impl v0.4.3 |
| 1068 | 2026-03-11T20:47:12.160Z | Compiling darling_core v0.21.3 |
| 1069 | 2026-03-11T20:47:12.356Z | Checking hyper-util v0.1.19 |
| 1070 | 2026-03-11T20:47:13.858Z | Compiling rustls v0.23.31 |
| 1071 | 2026-03-11T20:47:14.119Z | Checking rand_chacha v0.3.1 |
| 1072 | 2026-03-11T20:47:14.143Z | Compiling dtrace-parser v0.3.0 |
| 1073 | 2026-03-11T20:47:14.366Z | Compiling thread-id v5.0.0 |
| 1074 | 2026-03-11T20:47:14.475Z | Compiling rustix v1.1.2 |
| 1075 | 2026-03-11T20:47:14.497Z | Compiling rustls v0.22.4 |
| 1076 | 2026-03-11T20:47:14.761Z | Compiling unsafe-libyaml v0.2.11 |
| 1077 | 2026-03-11T20:47:15.054Z | Checking rand v0.8.5 |
| 1078 | 2026-03-11T20:47:15.198Z | Compiling darling_macro v0.21.3 |
| 1079 | 2026-03-11T20:47:15.218Z | Checking futures-executor v0.3.31 |
| 1080 | 2026-03-11T20:47:15.402Z | Compiling strum_macros v0.26.4 |
| 1081 | 2026-03-11T20:47:15.534Z | Compiling dof v0.4.0 |
| 1082 | 2026-03-11T20:47:15.675Z | Compiling serde_yaml v0.9.34+deprecated |
| 1083 | 2026-03-11T20:47:15.777Z | Compiling slog-async v2.8.0 |
| 1084 | 2026-03-11T20:47:15.826Z | Compiling aws-lc-sys v0.30.0 |
| 1085 | 2026-03-11T20:47:15.883Z | Compiling darling v0.21.3 |
| 1086 | 2026-03-11T20:47:15.975Z | Checking futures v0.3.31 |
| 1087 | 2026-03-11T20:47:16.647Z | Compiling openssl-sys v0.9.107 |
| 1088 | 2026-03-11T20:47:16.897Z | Compiling typify-macro v0.4.3 |
| 1089 | 2026-03-11T20:47:17.177Z | Compiling daft-derive v0.1.5 |
| 1090 | 2026-03-11T20:47:17.276Z | Checking sync_wrapper v1.0.1 |
| 1091 | 2026-03-11T20:47:17.336Z | Compiling multer v3.1.0 |
| 1092 | 2026-03-11T20:47:17.356Z | Checking encoding_rs v0.8.34 |
| 1093 | 2026-03-11T20:47:17.409Z | Checking mime v0.3.17 |
| 1094 | 2026-03-11T20:47:17.654Z | Compiling omicron-workspace-hack v0.1.0 |
| 1095 | 2026-03-11T20:47:17.676Z | Checking tower v0.5.2 |
| 1096 | 2026-03-11T20:47:17.744Z | Compiling usdt-macro v0.6.0 |
| 1097 | 2026-03-11T20:47:17.773Z | Compiling usdt-attr-macro v0.6.0 |
| 1098 | 2026-03-11T20:47:18.132Z | Checking webpki-roots v0.26.3 |
| 1099 | 2026-03-11T20:47:18.280Z | Compiling async-stream-impl v0.3.6 |
| 1100 | 2026-03-11T20:47:18.410Z | Checking iri-string v0.7.8 |
| 1101 | 2026-03-11T20:47:18.775Z | Checking powerfmt v0.2.0 |
| 1102 | 2026-03-11T20:47:18.867Z | Checking sha1 v0.10.6 |
| 1103 | 2026-03-11T20:47:18.926Z | Compiling typify v0.4.3 |
| 1104 | 2026-03-11T20:47:18.971Z | Checking deranged v0.5.3 |
| 1105 | 2026-03-11T20:47:19.038Z | Compiling dropshot v0.16.7 |
| 1106 | 2026-03-11T20:47:19.069Z | Checking is-terminal v0.4.12 |
| 1107 | 2026-03-11T20:47:19.155Z | Checking match_cfg v0.1.0 |
| 1108 | 2026-03-11T20:47:19.181Z | Checking num_threads v0.1.7 |
| 1109 | 2026-03-11T20:47:19.244Z | Checking fastrand v2.3.0 |
| 1110 | 2026-03-11T20:47:19.325Z | Checking winnow v0.7.13 |
| 1111 | 2026-03-11T20:47:19.477Z | Checking tempfile v3.23.0 |
| 1112 | 2026-03-11T20:47:19.486Z | Checking hostname v0.3.1 |
| 1113 | 2026-03-11T20:47:19.614Z | Checking ipnetwork v0.21.1 |
| 1114 | 2026-03-11T20:47:19.737Z | Compiling dropshot_endpoint v0.16.7 |
| 1115 | 2026-03-11T20:47:19.874Z | Checking tower-http v0.6.8 |
| 1116 | 2026-03-11T20:47:19.920Z | Compiling structmeta-derive v0.3.0 |
| 1117 | 2026-03-11T20:47:20.218Z | Compiling openssl v0.10.72 |
| 1118 | 2026-03-11T20:47:20.364Z | Checking time v0.3.44 |
| 1119 | 2026-03-11T20:47:20.463Z | Compiling ref-cast v1.0.25 |
| 1120 | 2026-03-11T20:47:20.572Z | Checking foreign-types-shared v0.1.1 |
| 1121 | 2026-03-11T20:47:20.693Z | Checking foreign-types v0.3.2 |
| 1122 | 2026-03-11T20:47:20.781Z | Checking crossbeam-channel v0.5.15 |
| 1123 | 2026-03-11T20:47:20.925Z | Compiling ref-cast-impl v1.0.25 |
| 1124 | 2026-03-11T20:47:21.207Z | Compiling openssl-macros v0.1.1 |
| 1125 | 2026-03-11T20:47:21.228Z | Checking rand_core v0.9.3 |
| 1126 | 2026-03-11T20:47:21.253Z | Compiling structmeta v0.3.0 |
| 1127 | 2026-03-11T20:47:21.381Z | Compiling native-tls v0.2.11 |
| 1128 | 2026-03-11T20:47:21.509Z | Checking rand_chacha v0.9.0 |
| 1129 | 2026-03-11T20:47:21.788Z | Checking thread_local v1.1.8 |
| 1130 | 2026-03-11T20:47:21.943Z | Checking openssl-probe v0.1.5 |
| 1131 | 2026-03-11T20:47:22.014Z | Checking rand v0.9.2 |
| 1132 | 2026-03-11T20:47:22.039Z | Compiling progenitor-impl v0.11.1 |
| 1133 | 2026-03-11T20:47:22.078Z | Checking strum v0.26.3 |
| 1134 | 2026-03-11T20:47:22.595Z | Checking rustls-webpki v0.102.4 |
| 1135 | 2026-03-11T20:47:22.722Z | Checking term v1.2.0 |
| 1136 | 2026-03-11T20:47:22.743Z | Checking debug-ignore v1.0.5 |
| 1137 | 2026-03-11T20:47:22.869Z | Checking take_mut v0.2.2 |
| 1138 | 2026-03-11T20:47:23.020Z | Compiling syn v1.0.109 |
| 1139 | 2026-03-11T20:47:23.229Z | Checking slog-term v2.9.2 |
| 1140 | 2026-03-11T20:47:23.690Z | Checking slog-json v2.6.1 |
| 1141 | 2026-03-11T20:47:23.878Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1142 | 2026-03-11T20:47:24.004Z | Checking oxnet v0.1.3 |
| 1143 | 2026-03-11T20:47:24.095Z | Compiling serde_with_macros v3.15.0 |
| 1144 | 2026-03-11T20:47:24.279Z | Compiling strum_macros v0.27.2 |
| 1145 | 2026-03-11T20:47:24.313Z | Compiling derive-where v1.6.0 |
| 1146 | 2026-03-11T20:47:24.949Z | Checking tokio-native-tls v0.3.1 |
| 1147 | 2026-03-11T20:47:24.991Z | Compiling progenitor-macro v0.11.1 |
| 1148 | 2026-03-11T20:47:25.122Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1149 | 2026-03-11T20:47:25.172Z | Checking serde_spanned v1.0.4 |
| 1150 | 2026-03-11T20:47:25.754Z | Checking memmap2 v0.9.9 |
| 1151 | 2026-03-11T20:47:25.885Z | Checking spin v0.9.8 |
| 1152 | 2026-03-11T20:47:25.961Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1153 | 2026-03-11T20:47:26.061Z | Checking usdt v0.6.0 |
| 1154 | 2026-03-11T20:47:26.197Z | Checking toml v0.9.12+spec-1.1.0 |
| 1155 | 2026-03-11T20:47:26.313Z | Checking hyper-tls v0.6.0 |
| 1156 | 2026-03-11T20:47:26.563Z | Checking tokio-rustls v0.25.0 |
| 1157 | 2026-03-11T20:47:26.775Z | Checking slog-bunyan v2.5.0 |
| 1158 | 2026-03-11T20:47:26.918Z | Compiling derive-ex v0.1.8 |
| 1159 | 2026-03-11T20:47:27.313Z | Checking async-stream v0.3.6 |
| 1160 | 2026-03-11T20:47:27.566Z | Checking waitgroup v0.1.2 |
| 1161 | 2026-03-11T20:47:27.690Z | Checking newtype-uuid v1.3.1 |
| 1162 | 2026-03-11T20:47:27.737Z | Checking webpki-roots v1.0.3 |
| 1163 | 2026-03-11T20:47:27.881Z | Checking rustls-pemfile v2.2.0 |
| 1164 | 2026-03-11T20:47:27.901Z | Compiling newtype-uuid-macros v0.1.0 |
| 1165 | 2026-03-11T20:47:27.928Z | Checking hex v0.4.3 |
| 1166 | 2026-03-11T20:47:28.183Z | Checking serde_path_to_error v0.1.20 |
| 1167 | 2026-03-11T20:47:28.447Z | Checking hostname v0.4.2 |
| 1168 | 2026-03-11T20:47:28.573Z | Checking quick-error v1.2.3 |
| 1169 | 2026-03-11T20:47:29.071Z | Compiling test-strategy v0.4.3 |
| 1170 | 2026-03-11T20:47:29.174Z | Compiling parse-display-derive v0.10.0 |
| 1171 | 2026-03-11T20:47:31.039Z | Compiling toml_datetime v0.6.11 |
| 1172 | 2026-03-11T20:47:31.157Z | Checking macaddr v1.0.1 |
| 1173 | 2026-03-11T20:47:31.182Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1174 | 2026-03-11T20:47:31.600Z | Checking daft v0.1.5 |
| 1175 | 2026-03-11T20:47:32.017Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1176 | 2026-03-11T20:47:32.447Z | Compiling zerocopy-derive v0.7.34 |
| 1177 | 2026-03-11T20:47:32.587Z | Checking wait-timeout v0.2.0 |
| 1178 | 2026-03-11T20:47:32.610Z | Checking bit-vec v0.6.3 |
| 1179 | 2026-03-11T20:47:32.744Z | Checking rusty-fork v0.3.0 |
| 1180 | 2026-03-11T20:47:32.846Z | Checking bit-set v0.5.3 |
| 1181 | 2026-03-11T20:47:33.115Z | Checking strum v0.27.2 |
| 1182 | 2026-03-11T20:47:33.256Z | Checking serde_with v3.15.0 |
| 1183 | 2026-03-11T20:47:33.831Z | Checking rand_xorshift v0.3.0 |
| 1184 | 2026-03-11T20:47:34.179Z | Checking unarray v0.1.4 |
| 1185 | 2026-03-11T20:47:34.257Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1186 | 2026-03-11T20:47:34.314Z | Checking proptest v1.5.0 |
| 1187 | 2026-03-11T20:47:34.531Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1188 | 2026-03-11T20:47:34.657Z | Compiling clap_derive v4.5.4 |
| 1189 | 2026-03-11T20:47:34.706Z | Checking instant v0.1.12 |
| 1190 | 2026-03-11T20:47:35.015Z | Checking utf8parse v0.2.1 |
| 1191 | 2026-03-11T20:47:35.081Z | Compiling crucible-workspace-hack v0.1.0 |
| 1192 | 2026-03-11T20:47:35.158Z | Checking rustc-hash v2.1.1 |
| 1193 | 2026-03-11T20:47:35.296Z | Checking anstyle-parse v0.2.4 |
| 1194 | 2026-03-11T20:47:35.323Z | Checking iddqd v0.3.14 |
| 1195 | 2026-03-11T20:47:35.467Z | Checking backoff v0.4.0 |
| 1196 | 2026-03-11T20:47:35.491Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1197 | 2026-03-11T20:47:35.699Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1198 | 2026-03-11T20:47:35.725Z | Checking parse-display v0.10.0 |
| 1199 | 2026-03-11T20:47:35.835Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1200 | 2026-03-11T20:47:35.902Z | Checking colorchoice v1.0.1 |
| 1201 | 2026-03-11T20:47:36.300Z | Checking anstyle-query v1.0.3 |
| 1202 | 2026-03-11T20:47:36.451Z | Checking is_terminal_polyfill v1.70.0 |
| 1203 | 2026-03-11T20:47:36.498Z | Checking anstyle v1.0.7 |
| 1204 | 2026-03-11T20:47:36.621Z | Compiling zerocopy v0.7.34 |
| 1205 | 2026-03-11T20:47:36.653Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1206 | 2026-03-11T20:47:36.676Z | Compiling rustls-webpki v0.103.4 |
| 1207 | 2026-03-11T20:47:36.727Z | Checking anstream v0.6.14 |
| 1208 | 2026-03-11T20:47:36.943Z | Checking terminal_size v0.3.0 |
| 1209 | 2026-03-11T20:47:37.137Z | Compiling scroll_derive v0.12.0 |
| 1210 | 2026-03-11T20:47:37.407Z | Compiling usdt-impl v0.5.0 |
| 1211 | 2026-03-11T20:47:37.474Z | Compiling winnow v0.5.40 |
| 1212 | 2026-03-11T20:47:37.739Z | Checking clap_lex v0.7.0 |
| 1213 | 2026-03-11T20:47:37.742Z | Compiling heck v0.4.1 |
| 1214 | 2026-03-11T20:47:37.985Z | Checking scroll v0.12.0 |
| 1215 | 2026-03-11T20:47:38.143Z | Checking clap_builder v4.5.2 |
| 1216 | 2026-03-11T20:47:38.287Z | Compiling dof v0.3.0 |
| 1217 | 2026-03-11T20:47:38.654Z | Compiling dtrace-parser v0.2.0 |
| 1218 | 2026-03-11T20:47:38.917Z | Compiling thread-id v4.2.1 |
| 1219 | 2026-03-11T20:47:39.378Z | Compiling toml_edit v0.19.15 |
| 1220 | 2026-03-11T20:47:39.650Z | Checking goblin v0.8.2 |
| 1221 | 2026-03-11T20:47:39.834Z | Checking clap v4.5.4 |
| 1222 | 2026-03-11T20:47:40.681Z | Checking serde_spanned v0.6.9 |
| 1223 | 2026-03-11T20:47:40.981Z | Compiling proc-macro-crate v1.3.1 |
| 1224 | 2026-03-11T20:47:41.468Z | Checking unicode-width v0.1.14 |
| 1225 | 2026-03-11T20:47:41.473Z | Checking data-encoding v2.6.0 |
| 1226 | 2026-03-11T20:47:41.976Z | Compiling tokio-rustls v0.26.0 |
| 1227 | 2026-03-11T20:47:42.267Z | Compiling hyper-rustls v0.27.3 |
| 1228 | 2026-03-11T20:47:42.464Z | Checking crossbeam-epoch v0.9.18 |
| 1229 | 2026-03-11T20:47:42.712Z | Checking num-integer v0.1.46 |
| 1230 | 2026-03-11T20:47:43.317Z | Compiling usdt-macro v0.5.0 |
| 1231 | 2026-03-11T20:47:43.586Z | Compiling usdt-attr-macro v0.5.0 |
| 1232 | 2026-03-11T20:47:43.751Z | Compiling reqwest v0.12.23 |
| 1233 | 2026-03-11T20:47:43.794Z | Checking memmap v0.7.0 |
| 1234 | 2026-03-11T20:47:43.966Z | Checking tinyvec_macros v0.1.1 |
| 1235 | 2026-03-11T20:47:44.077Z | Checking tinyvec v1.6.0 |
| 1236 | 2026-03-11T20:47:44.516Z | Checking usdt v0.5.0 |
| 1237 | 2026-03-11T20:47:44.721Z | Checking num-bigint v0.4.5 |
| 1238 | 2026-03-11T20:47:44.937Z | Compiling itertools v0.14.0 |
| 1239 | 2026-03-11T20:47:44.974Z | Compiling proc-macro-error-attr v1.0.4 |
| 1240 | 2026-03-11T20:47:45.314Z | Compiling heapless v0.8.0 |
| 1241 | 2026-03-11T20:47:45.911Z | Compiling progenitor-client v0.11.1 |
| 1242 | 2026-03-11T20:47:45.934Z | Checking num-rational v0.4.2 |
| 1243 | 2026-03-11T20:47:46.282Z | Checking num-iter v0.1.45 |
| 1244 | 2026-03-11T20:47:46.622Z | Compiling ingot-macros v0.1.1 |
| 1245 | 2026-03-11T20:47:46.652Z | Compiling darling_core v0.20.11 |
| 1246 | 2026-03-11T20:47:46.702Z | Checking hash32 v0.3.1 |
| 1247 | 2026-03-11T20:47:46.869Z | Checking num-complex v0.4.6 |
| 1248 | 2026-03-11T20:47:47.462Z | Compiling proc-macro-error v1.0.4 |
| 1249 | 2026-03-11T20:47:47.743Z | Checking bitflags v1.3.2 |
| 1250 | 2026-03-11T20:47:47.861Z | Compiling rayon-core v1.12.1 |
| 1251 | 2026-03-11T20:47:47.905Z | Compiling smoltcp v0.11.0 |
| 1252 | 2026-03-11T20:47:48.343Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1253 | 2026-03-11T20:47:49.475Z | Compiling darling_macro v0.20.11 |
| 1254 | 2026-03-11T20:47:50.183Z | Checking ingot-types v0.1.2 |
| 1255 | 2026-03-11T20:47:50.246Z | Checking num v0.4.3 |
| 1256 | 2026-03-11T20:47:50.407Z | Compiling progenitor v0.11.1 |
| 1257 | 2026-03-11T20:47:50.518Z | Checking crossbeam-deque v0.8.5 |
| 1258 | 2026-03-11T20:47:50.563Z | Compiling num_enum_derive v0.7.4 |
| 1259 | 2026-03-11T20:47:51.011Z | Checking bstr v1.9.1 |
| 1260 | 2026-03-11T20:47:51.235Z | Checking managed v0.8.0 |
| 1261 | 2026-03-11T20:47:51.258Z | Checking toml_write v0.1.2 |
| 1262 | 2026-03-11T20:47:51.279Z | Checking cobs v0.2.3 |
| 1263 | 2026-03-11T20:47:51.466Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1264 | 2026-03-11T20:47:51.506Z | Checking toml_edit v0.22.27 |
| 1265 | 2026-03-11T20:47:51.570Z | Checking postcard v1.0.9 |
| 1266 | 2026-03-11T20:47:51.959Z | Checking num_enum v0.7.4 |
| 1267 | 2026-03-11T20:47:52.703Z | Checking ingot v0.1.1 |
| 1268 | 2026-03-11T20:47:52.854Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1269 | 2026-03-11T20:47:53.048Z | Compiling darling v0.20.11 |
| 1270 | 2026-03-11T20:47:53.245Z | Compiling progenitor-client v0.10.0 |
| 1271 | 2026-03-11T20:47:53.759Z | Compiling enum-as-inner v0.6.0 |
| 1272 | 2026-03-11T20:47:54.360Z | Compiling libz-sys v1.1.16 |
| 1273 | 2026-03-11T20:47:54.514Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1274 | 2026-03-11T20:47:54.798Z | Compiling foreign-types-macros v0.2.3 |
| 1275 | 2026-03-11T20:47:54.843Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1276 | 2026-03-11T20:47:55.335Z | Checking is_ci v1.2.0 |
| 1277 | 2026-03-11T20:47:55.395Z | Compiling semver v0.1.20 |
| 1278 | 2026-03-11T20:47:55.419Z | Checking foreign-types-shared v0.3.1 |
| 1279 | 2026-03-11T20:47:55.632Z | Checking foreign-types v0.5.0 |
| 1280 | 2026-03-11T20:47:55.729Z | Compiling rustc_version v0.1.7 |
| 1281 | 2026-03-11T20:47:55.904Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1282 | 2026-03-11T20:47:55.926Z | Compiling derive_builder_core v0.20.2 |
| 1283 | 2026-03-11T20:47:55.999Z | Checking toml v0.8.23 |
| 1284 | 2026-03-11T20:47:56.547Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1285 | 2026-03-11T20:47:56.621Z | Checking rayon v1.10.0 |
| 1286 | 2026-03-11T20:47:57.038Z | Checking tabwriter v1.4.0 |
| 1287 | 2026-03-11T20:47:57.104Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1288 | 2026-03-11T20:47:57.162Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1289 | 2026-03-11T20:47:57.227Z | Checking cstr-argument v0.1.2 |
| 1290 | 2026-03-11T20:47:57.384Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1291 | 2026-03-11T20:47:57.660Z | Compiling owo-colors v4.2.3 |
| 1292 | 2026-03-11T20:47:57.717Z | Checking float-ord v0.3.2 |
| 1293 | 2026-03-11T20:47:58.031Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1294 | 2026-03-11T20:47:58.193Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1295 | 2026-03-11T20:47:58.235Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1296 | 2026-03-11T20:47:58.415Z | Compiling derive_builder_macro v0.20.2 |
| 1297 | 2026-03-11T20:47:58.436Z | Compiling newtype_derive v0.1.6 |
| 1298 | 2026-03-11T20:47:58.682Z | Checking supports-color v3.0.2 |
| 1299 | 2026-03-11T20:47:58.728Z | Checking supports-color v2.1.0 |
| 1300 | 2026-03-11T20:47:58.838Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1301 | 2026-03-11T20:47:58.889Z | Checking resolv-conf v0.7.0 |
| 1302 | 2026-03-11T20:47:58.931Z | Checking atomicwrites v0.4.4 |
| 1303 | 2026-03-11T20:47:58.953Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1304 | 2026-03-11T20:47:59.094Z | Compiling vergen-lib v0.1.6 |
| 1305 | 2026-03-11T20:47:59.117Z | Compiling slog-dtrace v0.3.0 |
| 1306 | 2026-03-11T20:47:59.144Z | Compiling cfg_aliases v0.2.1 |
| 1307 | 2026-03-11T20:47:59.210Z | Checking colored v3.0.0 |
| 1308 | 2026-03-11T20:47:59.258Z | Checking linked-hash-map v0.5.6 |
| 1309 | 2026-03-11T20:47:59.400Z | Compiling derive_builder v0.20.2 |
| 1310 | 2026-03-11T20:47:59.507Z | Checking lru-cache v0.1.2 |
| 1311 | 2026-03-11T20:47:59.574Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1312 | 2026-03-11T20:47:59.680Z | Checking hickory-proto v0.24.4 |
| 1313 | 2026-03-11T20:47:59.733Z | Compiling zone_cfg_derive v0.3.0 |
| 1314 | 2026-03-11T20:48:00.369Z | Checking similar v2.7.0 |
| 1315 | 2026-03-11T20:48:00.588Z | Compiling hubpack_derive v0.1.1 |
| 1316 | 2026-03-11T20:48:00.809Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1317 | 2026-03-11T20:48:01.040Z | Checking camino-tempfile v1.4.1 |
| 1318 | 2026-03-11T20:48:01.210Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1319 | 2026-03-11T20:48:01.605Z | Compiling cargo-platform v0.1.8 |
| 1320 | 2026-03-11T20:48:01.775Z | Compiling serde_repr v0.1.19 |
| 1321 | 2026-03-11T20:48:01.802Z | Compiling num-derive v0.4.2 |
| 1322 | 2026-03-11T20:48:01.910Z | Compiling vergen v9.0.6 |
| 1323 | 2026-03-11T20:48:01.970Z | Checking sigpipe v0.1.3 |
| 1324 | 2026-03-11T20:48:02.031Z | Checking siphasher v1.0.1 |
| 1325 | 2026-03-11T20:48:02.072Z | Compiling convert_case v0.4.0 |
| 1326 | 2026-03-11T20:48:02.183Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1327 | 2026-03-11T20:48:02.208Z | Checking base64 v0.21.7 |
| 1328 | 2026-03-11T20:48:02.459Z | Checking jiff v0.2.15 |
| 1329 | 2026-03-11T20:48:02.492Z | Checking indent_write v2.2.0 |
| 1330 | 2026-03-11T20:48:02.514Z | Checking base64ct v1.6.0 |
| 1331 | 2026-03-11T20:48:02.514Z | Compiling derive_more v0.99.20 |
| 1332 | 2026-03-11T20:48:02.680Z | Checking phf_shared v0.12.1 |
| 1333 | 2026-03-11T20:48:02.849Z | Checking password-hash v0.5.0 |
| 1334 | 2026-03-11T20:48:02.900Z | Compiling cargo_metadata v0.19.2 |
| 1335 | 2026-03-11T20:48:03.020Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 1336 | 2026-03-11T20:48:03.140Z | Checking zone v0.3.1 |
| 1337 | 2026-03-11T20:48:03.307Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1338 | 2026-03-11T20:48:03.598Z | Checking hickory-resolver v0.24.4 |
| 1339 | 2026-03-11T20:48:04.593Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1340 | 2026-03-11T20:48:04.739Z | Checking hubpack v0.1.2 |
| 1341 | 2026-03-11T20:48:04.951Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1342 | 2026-03-11T20:48:05.146Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1343 | 2026-03-11T20:48:05.402Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1344 | 2026-03-11T20:48:05.859Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1345 | 2026-03-11T20:48:05.942Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1346 | 2026-03-11T20:48:05.997Z | Compiling progenitor-impl v0.10.0 |
| 1347 | 2026-03-11T20:48:06.062Z | Checking terminal_size v0.4.3 |
| 1348 | 2026-03-11T20:48:06.213Z | Checking blake2 v0.10.6 |
| 1349 | 2026-03-11T20:48:06.503Z | Checking tokio-stream v0.1.17 |
| 1350 | 2026-03-11T20:48:06.529Z | Checking serde-big-array v0.5.1 |
| 1351 | 2026-03-11T20:48:06.626Z | Checking smf v0.2.3 |
| 1352 | 2026-03-11T20:48:06.663Z | Compiling pin-project-internal v1.1.10 |
| 1353 | 2026-03-11T20:48:06.704Z | Compiling rustc_version v0.4.1 |
| 1354 | 2026-03-11T20:48:06.935Z | Compiling vergen-git2 v1.0.7 |
| 1355 | 2026-03-11T20:48:07.005Z | Checking unicode-width v0.2.1 |
| 1356 | 2026-03-11T20:48:07.035Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1357 | 2026-03-11T20:48:07.080Z | Compiling cancel-safe-futures v0.1.5 |
| 1358 | 2026-03-11T20:48:07.216Z | Compiling chrono-tz v0.10.4 |
| 1359 | 2026-03-11T20:48:07.346Z | Checking static_assertions v1.1.0 |
| 1360 | 2026-03-11T20:48:07.380Z | Checking smawk v0.3.2 |
| 1361 | 2026-03-11T20:48:07.440Z | Checking foldhash v0.1.5 |
| 1362 | 2026-03-11T20:48:07.480Z | Compiling unicode-xid v0.2.4 |
| 1363 | 2026-03-11T20:48:07.547Z | Checking whoami v1.5.1 |
| 1364 | 2026-03-11T20:48:07.619Z | Checking unicode-segmentation v1.11.0 |
| 1365 | 2026-03-11T20:48:07.641Z | Checking unicode-linebreak v0.1.5 |
| 1366 | 2026-03-11T20:48:07.772Z | Compiling const_format_proc_macros v0.2.34 |
| 1367 | 2026-03-11T20:48:08.000Z | Checking textwrap v0.16.2 |
| 1368 | 2026-03-11T20:48:08.034Z | Checking newline-converter v0.3.0 |
| 1369 | 2026-03-11T20:48:08.119Z | Checking pin-project v1.1.10 |
| 1370 | 2026-03-11T20:48:08.160Z | Checking hashbrown v0.15.2 |
| 1371 | 2026-03-11T20:48:08.227Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1372 | 2026-03-11T20:48:08.309Z | Checking qorb v0.4.1 |
| 1373 | 2026-03-11T20:48:08.821Z | Checking argon2 v0.5.3 |
| 1374 | 2026-03-11T20:48:08.999Z | Compiling progenitor-macro v0.10.0 |
| 1375 | 2026-03-11T20:48:09.216Z | Checking phf v0.12.1 |
| 1376 | 2026-03-11T20:48:09.259Z | Checking globset v0.4.14 |
| 1377 | 2026-03-11T20:48:09.406Z | Checking unicode-normalization v0.1.24 |
| 1378 | 2026-03-11T20:48:09.591Z | Checking tokio-dtrace v0.1.1 |
| 1379 | 2026-03-11T20:48:09.614Z | Checking console v0.15.8 |
| 1380 | 2026-03-11T20:48:09.817Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1381 | 2026-03-11T20:48:09.979Z | Compiling typify-impl v0.6.1 |
| 1382 | 2026-03-11T20:48:10.461Z | Checking libsw-core v0.3.2 |
| 1383 | 2026-03-11T20:48:10.652Z | Checking secrecy v0.10.3 |
| 1384 | 2026-03-11T20:48:10.794Z | Compiling snafu-derive v0.8.9 |
| 1385 | 2026-03-11T20:48:11.088Z | Compiling async-recursion v1.1.1 |
| 1386 | 2026-03-11T20:48:11.181Z | Compiling cookie v0.18.1 |
| 1387 | 2026-03-11T20:48:11.483Z | Checking csv-core v0.1.12 |
| 1388 | 2026-03-11T20:48:11.724Z | Checking same-file v1.0.6 |
| 1389 | 2026-03-11T20:48:11.864Z | Compiling moka v0.12.10 |
| 1390 | 2026-03-11T20:48:11.886Z | Checking fixedbitset v0.5.7 |
| 1391 | 2026-03-11T20:48:11.996Z | Checking fixedbitset v0.4.2 |
| 1392 | 2026-03-11T20:48:12.140Z | Checking highway v1.3.0 |
| 1393 | 2026-03-11T20:48:12.196Z | Compiling rustls v0.21.12 |
| 1394 | 2026-03-11T20:48:12.428Z | Checking bytecount v0.6.9 |
| 1395 | 2026-03-11T20:48:12.458Z | Checking utf-8 v0.7.6 |
| 1396 | 2026-03-11T20:48:12.559Z | Checking papergrid v0.11.0 |
| 1397 | 2026-03-11T20:48:12.622Z | Checking tungstenite v0.21.0 |
| 1398 | 2026-03-11T20:48:13.155Z | Checking petgraph v0.6.5 |
| 1399 | 2026-03-11T20:48:13.176Z | Checking snafu v0.8.9 |
| 1400 | 2026-03-11T20:48:13.390Z | Checking petgraph v0.8.3 |
| 1401 | 2026-03-11T20:48:13.512Z | Checking walkdir v2.5.0 |
| 1402 | 2026-03-11T20:48:13.726Z | Checking csv v1.3.1 |
| 1403 | 2026-03-11T20:48:14.216Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1404 | 2026-03-11T20:48:14.900Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1405 | 2026-03-11T20:48:14.968Z | Checking progenitor v0.10.0 |
| 1406 | 2026-03-11T20:48:14.989Z | Compiling typify-macro v0.6.1 |
| 1407 | 2026-03-11T20:48:15.193Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1408 | 2026-03-11T20:48:15.280Z | Checking libsw v3.5.0 |
| 1409 | 2026-03-11T20:48:15.466Z | Checking expectorate v1.2.0 |
| 1410 | 2026-03-11T20:48:15.487Z | Checking olpc-cjson v0.1.4 |
| 1411 | 2026-03-11T20:48:15.630Z | Checking oxide-tokio-rt v0.1.2 |
| 1412 | 2026-03-11T20:48:15.674Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1413 | 2026-03-11T20:48:15.800Z | Checking const_format v0.2.35 |
| 1414 | 2026-03-11T20:48:16.050Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1415 | 2026-03-11T20:48:16.107Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1416 | 2026-03-11T20:48:16.250Z | Compiling nix v0.29.0 |
| 1417 | 2026-03-11T20:48:16.297Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1418 | 2026-03-11T20:48:16.590Z | Compiling tabled_derive v0.7.0 |
| 1419 | 2026-03-11T20:48:16.649Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1420 | 2026-03-11T20:48:16.726Z | Checking gethostname v0.5.0 |
| 1421 | 2026-03-11T20:48:16.793Z | Checking pem v3.0.5 |
| 1422 | 2026-03-11T20:48:16.824Z | Checking inout v0.1.3 |
| 1423 | 2026-03-11T20:48:16.847Z | Checking rustls-webpki v0.101.7 |
| 1424 | 2026-03-11T20:48:16.984Z | Checking sct v0.7.1 |
| 1425 | 2026-03-11T20:48:17.039Z | Checking bcs v0.1.6 |
| 1426 | 2026-03-11T20:48:17.061Z | Checking serde_plain v1.0.2 |
| 1427 | 2026-03-11T20:48:17.084Z | Checking swrite v0.1.0 |
| 1428 | 2026-03-11T20:48:17.152Z | Checking termtree v0.5.1 |
| 1429 | 2026-03-11T20:48:17.201Z | Checking tagptr v0.2.0 |
| 1430 | 2026-03-11T20:48:17.251Z | Checking typed-path v0.9.3 |
| 1431 | 2026-03-11T20:48:17.296Z | Checking linear-map v1.2.0 |
| 1432 | 2026-03-11T20:48:17.319Z | Compiling radium v0.7.0 |
| 1433 | 2026-03-11T20:48:17.522Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1434 | 2026-03-11T20:48:17.711Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1435 | 2026-03-11T20:48:17.854Z | Checking tabled v0.15.0 |
| 1436 | 2026-03-11T20:48:18.233Z | Checking cipher v0.4.4 |
| 1437 | 2026-03-11T20:48:18.339Z | Checking tough v0.20.0 |
| 1438 | 2026-03-11T20:48:18.508Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1439 | 2026-03-11T20:48:19.078Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1440 | 2026-03-11T20:48:19.404Z | Checking steno v0.4.1 |
| 1441 | 2026-03-11T20:48:19.497Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1442 | 2026-03-11T20:48:19.966Z | Checking tokio-tungstenite v0.21.0 |
| 1443 | 2026-03-11T20:48:20.177Z | Checking hickory-proto v0.25.2 |
| 1444 | 2026-03-11T20:48:20.515Z | Checking openssl-probe v0.2.1 |
| 1445 | 2026-03-11T20:48:20.540Z | Checking humantime v2.3.0 |
| 1446 | 2026-03-11T20:48:20.655Z | Checking tap v1.0.1 |
| 1447 | 2026-03-11T20:48:20.678Z | Checking rustls-native-certs v0.8.3 |
| 1448 | 2026-03-11T20:48:20.777Z | Checking tokio-rustls v0.24.1 |
| 1449 | 2026-03-11T20:48:20.799Z | Checking wyz v0.5.1 |
| 1450 | 2026-03-11T20:48:21.033Z | Checking rustls-pemfile v1.0.4 |
| 1451 | 2026-03-11T20:48:21.055Z | Compiling num_enum_derive v0.5.11 |
| 1452 | 2026-03-11T20:48:21.136Z | Checking twox-hash v2.1.0 |
| 1453 | 2026-03-11T20:48:21.197Z | Checking universal-hash v0.5.1 |
| 1454 | 2026-03-11T20:48:21.269Z | Checking atty v0.2.14 |
| 1455 | 2026-03-11T20:48:21.353Z | Checking funty v2.0.0 |
| 1456 | 2026-03-11T20:48:21.380Z | Checking opaque-debug v0.3.1 |
| 1457 | 2026-03-11T20:48:21.482Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1458 | 2026-03-11T20:48:21.535Z | Checking polyval v0.6.2 |
| 1459 | 2026-03-11T20:48:21.736Z | Checking rustls-platform-verifier v0.6.2 |
| 1460 | 2026-03-11T20:48:21.787Z | Checking aes v0.8.4 |
| 1461 | 2026-03-11T20:48:21.841Z | Checking bitvec v1.0.1 |
| 1462 | 2026-03-11T20:48:21.917Z | Checking ctr v0.9.2 |
| 1463 | 2026-03-11T20:48:22.121Z | Compiling typify v0.6.1 |
| 1464 | 2026-03-11T20:48:22.245Z | Compiling nix v0.31.1 |
| 1465 | 2026-03-11T20:48:22.280Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1466 | 2026-03-11T20:48:22.331Z | Checking hickory-resolver v0.25.2 |
| 1467 | 2026-03-11T20:48:22.405Z | Checking num_enum v0.5.11 |
| 1468 | 2026-03-11T20:48:22.568Z | Checking aead v0.5.2 |
| 1469 | 2026-03-11T20:48:22.739Z | Checking bincode v1.3.3 |
| 1470 | 2026-03-11T20:48:22.761Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1471 | 2026-03-11T20:48:23.044Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1472 | 2026-03-11T20:48:23.156Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1473 | 2026-03-11T20:48:23.182Z | Checking passt v0.3.0 |
| 1474 | 2026-03-11T20:48:23.201Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1475 | 2026-03-11T20:48:23.313Z | Checking fakedata_generator v0.5.0 |
| 1476 | 2026-03-11T20:48:23.352Z | Checking toml v0.7.8 |
| 1477 | 2026-03-11T20:48:23.472Z | Checking aes-gcm-siv v0.11.1 |
| 1478 | 2026-03-11T20:48:23.510Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1479 | 2026-03-11T20:48:23.653Z | Compiling progenitor-impl v0.13.0 |
| 1480 | 2026-03-11T20:48:23.695Z | Checking reqwest v0.13.2 |
| 1481 | 2026-03-11T20:48:23.788Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1482 | 2026-03-11T20:48:23.860Z | Compiling bitstruct_derive v0.1.0 |
| 1483 | 2026-03-11T20:48:23.902Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1484 | 2026-03-11T20:48:23.926Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1485 | 2026-03-11T20:48:24.071Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1486 | 2026-03-11T20:48:24.111Z | Checking dropshot-api-manager-types v0.5.2 |
| 1487 | 2026-03-11T20:48:24.168Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1488 | 2026-03-11T20:48:24.312Z | Compiling fs-err v3.1.2 |
| 1489 | 2026-03-11T20:48:24.332Z | Compiling cfg_aliases v0.1.1 |
| 1490 | 2026-03-11T20:48:24.417Z | Checking ascii v1.1.0 |
| 1491 | 2026-03-11T20:48:24.439Z | Checking pretty-hex v0.2.1 |
| 1492 | 2026-03-11T20:48:24.583Z | Checking typeid v1.0.0 |
| 1493 | 2026-03-11T20:48:24.606Z | Checking ringbuffer v0.15.0 |
| 1494 | 2026-03-11T20:48:24.666Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1495 | 2026-03-11T20:48:24.694Z | Checking bitstruct v0.1.1 |
| 1496 | 2026-03-11T20:48:24.716Z | Checking erased-serde v0.4.5 |
| 1497 | 2026-03-11T20:48:24.751Z | Checking progenitor-client v0.13.0 |
| 1498 | 2026-03-11T20:48:24.803Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1499 | 2026-03-11T20:48:24.857Z | Compiling nix v0.28.0 |
| 1500 | 2026-03-11T20:48:25.014Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1501 | 2026-03-11T20:48:25.037Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1502 | 2026-03-11T20:48:25.261Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1503 | 2026-03-11T20:48:25.339Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1504 | 2026-03-11T20:48:25.544Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1505 | 2026-03-11T20:48:25.701Z | Checking serde_arrays v0.1.0 |
| 1506 | 2026-03-11T20:48:25.792Z | Checking libloading v0.7.4 |
| 1507 | 2026-03-11T20:48:25.835Z | Checking bit_field v0.10.2 |
| 1508 | 2026-03-11T20:48:25.984Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1509 | 2026-03-11T20:48:26.017Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1510 | 2026-03-11T20:48:26.044Z | Checking git-stub v1.0.0 |
| 1511 | 2026-03-11T20:48:26.171Z | Checking kstat-rs v0.2.4 |
| 1512 | 2026-03-11T20:48:26.239Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1513 | 2026-03-11T20:48:26.265Z | Compiling escargot v0.5.10 |
| 1514 | 2026-03-11T20:48:26.348Z | Checking git-stub-vcs v0.1.0 |
| 1515 | 2026-03-11T20:48:26.416Z | Checking ron v0.8.1 |
| 1516 | 2026-03-11T20:48:26.441Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1517 | 2026-03-11T20:48:26.612Z | Checking itertools v0.13.0 |
| 1518 | 2026-03-11T20:48:26.666Z | Checking xattr v1.3.1 |
| 1519 | 2026-03-11T20:48:26.688Z | Compiling progenitor-macro v0.13.0 |
| 1520 | 2026-03-11T20:48:26.831Z | Checking drift v0.1.2 |
| 1521 | 2026-03-11T20:48:27.128Z | Checking sha2 v0.10.9 |
| 1522 | 2026-03-11T20:48:27.262Z | Checking filetime v0.2.23 |
| 1523 | 2026-03-11T20:48:27.367Z | Checking cargo_metadata v0.18.1 |
| 1524 | 2026-03-11T20:48:27.427Z | Checking tar v0.4.40 |
| 1525 | 2026-03-11T20:48:27.450Z | Checking dropshot-api-manager v0.5.2 |
| 1526 | 2026-03-11T20:48:27.902Z | Checking ctrlc v3.4.4 |
| 1527 | 2026-03-11T20:48:28.066Z | Checking fatfs v0.3.6 |
| 1528 | 2026-03-11T20:48:28.570Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1529 | 2026-03-11T20:48:28.969Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1530 | 2026-03-11T20:48:29.246Z | Compiling git2 v0.20.2 |
| 1531 | 2026-03-11T20:48:30.761Z | Checking progenitor v0.13.0 |
| 1532 | 2026-03-11T20:48:30.907Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1533 | 2026-03-11T20:48:32.385Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1534 | 2026-03-11T20:48:33.127Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1535 | 2026-03-11T20:48:33.641Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1536 | 2026-03-11T20:48:38.016Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1537 | 2026-03-11T20:48:41.941Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1538 | 2026-03-11T20:48:43.064Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1539 | 2026-03-11T20:48:47.452Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1540 | 2026-03-11T20:48:55.791Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1541 | 2026-03-11T20:48:55.804Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1542 | 2026-03-11T20:49:01.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
| 1543 | 2026-03-11T20:49:01.936Z | |
| 1544 | 2026-03-11T20:49:01.939Z | real 2:43.113915703 |
| 1545 | 2026-03-11T20:49:01.939Z | user 10:46.347115940 |
| 1546 | 2026-03-11T20:49:01.939Z | sys 2:29.691329608 |
| 1547 | 2026-03-11T20:49:01.939Z | trap 0.327788849 |
| 1548 | 2026-03-11T20:49:01.939Z | tflt 1.584485630 |
| 1549 | 2026-03-11T20:49:01.939Z | dflt 1.073299295 |
| 1550 | 2026-03-11T20:49:01.939Z | kflt 0.009947699 |
| 1551 | 2026-03-11T20:49:01.939Z | lock 20:38.323172634 |
| 1552 | 2026-03-11T20:49:01.939Z | slp 42:59.664560200 |
| 1553 | 2026-03-11T20:49:01.939Z | lat 1:23.907494508 |
| 1554 | 2026-03-11T20:49:01.939Z | stop 4:31.077938364 |
| 1555 | 2026-03-11T20:49:01.939Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1556 | 2026-03-11T20:49:02.502Z | Downloading crates ... |
| 1557 | 2026-03-11T20:49:02.706Z | Downloaded crc32fast v1.4.0 |
| 1558 | 2026-03-11T20:49:02.710Z | Downloaded slog-scope v4.4.0 |
| 1559 | 2026-03-11T20:49:02.710Z | Downloaded png v0.17.13 |
| 1560 | 2026-03-11T20:49:02.715Z | Downloaded termtree v0.4.1 |
| 1561 | 2026-03-11T20:49:02.718Z | Downloaded downcast v0.11.0 |
| 1562 | 2026-03-11T20:49:02.718Z | Downloaded serde_test v1.0.176 |
| 1563 | 2026-03-11T20:49:02.718Z | Downloaded predicates v3.1.0 |
| 1564 | 2026-03-11T20:49:02.722Z | Downloaded predicates-core v1.0.6 |
| 1565 | 2026-03-11T20:49:02.722Z | Downloaded fragile v2.0.0 |
| 1566 | 2026-03-11T20:49:02.725Z | Downloaded simd-adler32 v0.3.7 |
| 1567 | 2026-03-11T20:49:02.725Z | Downloaded mockall_derive v0.12.1 |
| 1568 | 2026-03-11T20:49:02.728Z | Downloaded slog-envlogger v2.2.0 |
| 1569 | 2026-03-11T20:49:02.731Z | Downloaded fdeflate v0.3.4 |
| 1570 | 2026-03-11T20:49:02.734Z | Downloaded predicates-tree v1.0.9 |
| 1571 | 2026-03-11T20:49:02.737Z | Downloaded slog-stdlog v4.1.1 |
| 1572 | 2026-03-11T20:49:02.740Z | Downloaded mockall v0.12.1 |
| 1573 | 2026-03-11T20:49:02.740Z | Downloaded bytemuck v1.16.0 |
| 1574 | 2026-03-11T20:49:02.743Z | Downloaded miniz_oxide v0.7.2 |
| 1575 | 2026-03-11T20:49:02.751Z | Downloaded arc-swap v1.7.1 |
| 1576 | 2026-03-11T20:49:02.778Z | Downloaded flate2 v1.0.30 |
| 1577 | 2026-03-11T20:49:03.420Z | Downloaded image v0.25.1 |
| 1578 | 2026-03-11T20:49:03.655Z | Checking log v0.4.29 |
| 1579 | 2026-03-11T20:49:03.754Z | Checking tokio v1.49.0 |
| 1580 | 2026-03-11T20:49:03.778Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1581 | 2026-03-11T20:49:03.800Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1582 | 2026-03-11T20:49:03.814Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1583 | 2026-03-11T20:49:03.817Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1584 | 2026-03-11T20:49:03.839Z | Compiling crc32fast v1.4.0 |
| 1585 | 2026-03-11T20:49:03.839Z | Checking simd-adler32 v0.3.7 |
| 1586 | 2026-03-11T20:49:03.933Z | Checking rustls v0.23.31 |
| 1587 | 2026-03-11T20:49:03.993Z | Checking goblin v0.10.4 |
| 1588 | 2026-03-11T20:49:04.006Z | Checking rustls v0.22.4 |
| 1589 | 2026-03-11T20:49:04.024Z | Checking native-tls v0.2.11 |
| 1590 | 2026-03-11T20:49:04.111Z | Checking typify-impl v0.4.3 |
| 1591 | 2026-03-11T20:49:04.142Z | Checking goblin v0.8.2 |
| 1592 | 2026-03-11T20:49:04.185Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1593 | 2026-03-11T20:49:04.236Z | Checking tungstenite v0.21.0 |
| 1594 | 2026-03-11T20:49:04.756Z | Checking globset v0.4.14 |
| 1595 | 2026-03-11T20:49:05.062Z | Checking rustls v0.21.12 |
| 1596 | 2026-03-11T20:49:05.566Z | Checking typify v0.4.3 |
| 1597 | 2026-03-11T20:49:05.687Z | Checking progenitor-impl v0.11.1 |
| 1598 | 2026-03-11T20:49:05.937Z | Checking progenitor-impl v0.10.0 |
| 1599 | 2026-03-11T20:49:06.621Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1600 | 2026-03-11T20:49:06.743Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1601 | 2026-03-11T20:49:06.793Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1602 | 2026-03-11T20:49:06.816Z | Checking typify-impl v0.6.1 |
| 1603 | 2026-03-11T20:49:06.919Z | Checking dof v0.3.0 |
| 1604 | 2026-03-11T20:49:06.961Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1605 | 2026-03-11T20:49:06.979Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1606 | 2026-03-11T20:49:07.127Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1607 | 2026-03-11T20:49:07.180Z | Checking adler v1.0.2 |
| 1608 | 2026-03-11T20:49:07.193Z | Checking rustls-platform-verifier v0.6.2 |
| 1609 | 2026-03-11T20:49:07.290Z | Checking usdt-impl v0.5.0 |
| 1610 | 2026-03-11T20:49:07.304Z | Checking miniz_oxide v0.7.2 |
| 1611 | 2026-03-11T20:49:07.389Z | Checking arc-swap v1.7.1 |
| 1612 | 2026-03-11T20:49:07.403Z | Checking dof v0.4.0 |
| 1613 | 2026-03-11T20:49:07.521Z | Checking fdeflate v0.3.4 |
| 1614 | 2026-03-11T20:49:07.635Z | Checking usdt v0.5.0 |
| 1615 | 2026-03-11T20:49:07.657Z | Checking slog-scope v4.4.0 |
| 1616 | 2026-03-11T20:49:07.745Z | Checking flate2 v1.0.30 |
| 1617 | 2026-03-11T20:49:07.819Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1618 | 2026-03-11T20:49:07.824Z | Checking slog-dtrace v0.3.0 |
| 1619 | 2026-03-11T20:49:07.837Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1620 | 2026-03-11T20:49:07.908Z | Checking usdt-impl v0.6.0 |
| 1621 | 2026-03-11T20:49:07.912Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1622 | 2026-03-11T20:49:08.061Z | Checking slog-stdlog v4.1.1 |
| 1623 | 2026-03-11T20:49:08.065Z | Checking predicates-core v1.0.6 |
| 1624 | 2026-03-11T20:49:08.090Z | Checking bytemuck v1.16.0 |
| 1625 | 2026-03-11T20:49:08.118Z | Checking png v0.17.13 |
| 1626 | 2026-03-11T20:49:08.182Z | Checking tokio-util v0.7.16 |
| 1627 | 2026-03-11T20:49:08.195Z | Checking tokio-rustls v0.26.0 |
| 1628 | 2026-03-11T20:49:08.216Z | Checking tower v0.5.2 |
| 1629 | 2026-03-11T20:49:08.236Z | Checking tokio-rustls v0.25.0 |
| 1630 | 2026-03-11T20:49:08.258Z | Checking usdt v0.6.0 |
| 1631 | 2026-03-11T20:49:08.354Z | Checking tokio-native-tls v0.3.1 |
| 1632 | 2026-03-11T20:49:08.374Z | Checking backoff v0.4.0 |
| 1633 | 2026-03-11T20:49:08.446Z | Checking tokio-tungstenite v0.21.0 |
| 1634 | 2026-03-11T20:49:08.458Z | Checking hickory-proto v0.24.4 |
| 1635 | 2026-03-11T20:49:08.474Z | Checking zone v0.3.1 |
| 1636 | 2026-03-11T20:49:08.534Z | Checking libsw-core v0.3.2 |
| 1637 | 2026-03-11T20:49:08.580Z | Checking tokio-dtrace v0.1.1 |
| 1638 | 2026-03-11T20:49:08.701Z | Checking libsw v3.5.0 |
| 1639 | 2026-03-11T20:49:08.730Z | Checking tower-http v0.6.8 |
| 1640 | 2026-03-11T20:49:08.777Z | Checking cancel-safe-futures v0.1.5 |
| 1641 | 2026-03-11T20:49:08.815Z | Checking oxide-tokio-rt v0.1.2 |
| 1642 | 2026-03-11T20:49:08.824Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1643 | 2026-03-11T20:49:08.836Z | Checking h2 v0.4.6 |
| 1644 | 2026-03-11T20:49:08.878Z | Checking tokio-stream v0.1.17 |
| 1645 | 2026-03-11T20:49:08.939Z | Checking hickory-proto v0.25.2 |
| 1646 | 2026-03-11T20:49:08.951Z | Checking steno v0.4.1 |
| 1647 | 2026-03-11T20:49:09.062Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1648 | 2026-03-11T20:49:09.087Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1649 | 2026-03-11T20:49:09.363Z | Checking tokio-rustls v0.24.1 |
| 1650 | 2026-03-11T20:49:09.463Z | Checking typify v0.6.1 |
| 1651 | 2026-03-11T20:49:09.624Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1652 | 2026-03-11T20:49:09.630Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1653 | 2026-03-11T20:49:09.765Z | Checking progenitor-impl v0.13.0 |
| 1654 | 2026-03-11T20:49:09.799Z | Checking image v0.25.1 |
| 1655 | 2026-03-11T20:49:09.835Z | Checking slog-envlogger v2.2.0 |
| 1656 | 2026-03-11T20:49:10.002Z | Checking termtree v0.4.1 |
| 1657 | 2026-03-11T20:49:10.160Z | Checking predicates-tree v1.0.9 |
| 1658 | 2026-03-11T20:49:10.274Z | Checking predicates v3.1.0 |
| 1659 | 2026-03-11T20:49:10.284Z | Compiling mockall_derive v0.12.1 |
| 1660 | 2026-03-11T20:49:10.528Z | Checking hickory-resolver v0.24.4 |
| 1661 | 2026-03-11T20:49:10.602Z | Checking fragile v2.0.0 |
| 1662 | 2026-03-11T20:49:10.791Z | Checking downcast v0.11.0 |
| 1663 | 2026-03-11T20:49:10.798Z | Checking escargot v0.5.10 |
| 1664 | 2026-03-11T20:49:10.812Z | Checking fatfs v0.3.6 |
| 1665 | 2026-03-11T20:49:10.914Z | Checking serde_test v1.0.176 |
| 1666 | 2026-03-11T20:49:11.125Z | Checking hickory-resolver v0.25.2 |
| 1667 | 2026-03-11T20:49:11.330Z | Checking hyper v1.8.1 |
| 1668 | 2026-03-11T20:49:11.404Z | Checking qorb v0.4.1 |
| 1669 | 2026-03-11T20:49:11.416Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1670 | 2026-03-11T20:49:12.554Z | Checking hyper-util v0.1.19 |
| 1671 | 2026-03-11T20:49:13.235Z | Checking mockall v0.12.1 |
| 1672 | 2026-03-11T20:49:13.823Z | Checking hyper-rustls v0.27.3 |
| 1673 | 2026-03-11T20:49:13.823Z | Checking dropshot v0.16.7 |
| 1674 | 2026-03-11T20:49:13.826Z | Checking hyper-tls v0.6.0 |
| 1675 | 2026-03-11T20:49:14.031Z | Checking reqwest v0.12.23 |
| 1676 | 2026-03-11T20:49:14.034Z | Checking reqwest v0.13.2 |
| 1677 | 2026-03-11T20:49:14.810Z | Checking progenitor-client v0.13.0 |
| 1678 | 2026-03-11T20:49:15.032Z | Checking progenitor-client v0.11.1 |
| 1679 | 2026-03-11T20:49:15.033Z | Checking progenitor-client v0.10.0 |
| 1680 | 2026-03-11T20:49:15.036Z | Checking tough v0.20.0 |
| 1681 | 2026-03-11T20:49:15.067Z | Checking progenitor v0.13.0 |
| 1682 | 2026-03-11T20:49:15.222Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1683 | 2026-03-11T20:49:15.303Z | Checking progenitor v0.11.1 |
| 1684 | 2026-03-11T20:49:15.323Z | Checking progenitor v0.10.0 |
| 1685 | 2026-03-11T20:49:15.460Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1686 | 2026-03-11T20:49:16.138Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1687 | 2026-03-11T20:49:16.141Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1688 | 2026-03-11T20:49:16.141Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1689 | 2026-03-11T20:49:16.141Z | Checking dropshot-api-manager v0.5.2 |
| 1690 | 2026-03-11T20:49:16.895Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1691 | 2026-03-11T20:49:17.232Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1692 | 2026-03-11T20:49:17.987Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1693 | 2026-03-11T20:49:18.293Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1694 | 2026-03-11T20:49:18.565Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1695 | 2026-03-11T20:49:23.541Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1696 | 2026-03-11T20:49:23.546Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1697 | 2026-03-11T20:49:23.547Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1698 | 2026-03-11T20:49:23.547Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1699 | 2026-03-11T20:49:23.547Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1700 | 2026-03-11T20:49:23.547Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1701 | 2026-03-11T20:49:24.314Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1702 | 2026-03-11T20:49:25.168Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1703 | 2026-03-11T20:49:25.245Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1704 | 2026-03-11T20:49:25.249Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1705 | 2026-03-11T20:49:25.497Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1706 | 2026-03-11T20:49:25.854Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1707 | 2026-03-11T20:49:25.988Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1708 | 2026-03-11T20:49:26.120Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1709 | 2026-03-11T20:49:26.141Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1710 | 2026-03-11T20:49:28.243Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1711 | 2026-03-11T20:49:41.021Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1712 | 2026-03-11T20:49:45.844Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1713 | 2026-03-11T20:49:46.505Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1714 | 2026-03-11T20:49:50.167Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1715 | 2026-03-11T20:50:00.147Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1716 | 2026-03-11T20:50:00.150Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1717 | 2026-03-11T20:50:06.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1718 | 2026-03-11T20:50:07.055Z | |
| 1719 | 2026-03-11T20:50:07.060Z | real 1:05.101043842 |
| 1720 | 2026-03-11T20:50:07.060Z | user 2:34.262425026 |
| 1721 | 2026-03-11T20:50:07.060Z | sys 24.399529046 |
| 1722 | 2026-03-11T20:50:07.060Z | trap 0.052485232 |
| 1723 | 2026-03-11T20:50:07.060Z | tflt 0.095025746 |
| 1724 | 2026-03-11T20:50:07.060Z | dflt 0.011338123 |
| 1725 | 2026-03-11T20:50:07.060Z | kflt 0.000037002 |
| 1726 | 2026-03-11T20:50:07.060Z | lock 7:02.843231060 |
| 1727 | 2026-03-11T20:50:07.060Z | slp 8:42.058892065 |
| 1728 | 2026-03-11T20:50:07.060Z | lat 7.152174601 |
| 1729 | 2026-03-11T20:50:07.060Z | stop 18.328319459 |
| 1730 | 2026-03-11T20:50:07.060Z | + banner build |
| 1731 | 2026-03-11T20:50:07.060Z | |
| 1732 | 2026-03-11T20:50:07.060Z | ##### # # # # ##### |
| 1733 | 2026-03-11T20:50:07.060Z | # # # # # # # # |
| 1734 | 2026-03-11T20:50:07.060Z | ##### # # # # # # |
| 1735 | 2026-03-11T20:50:07.060Z | # # # # # # # # |
| 1736 | 2026-03-11T20:50:07.061Z | # # # # # # # # |
| 1737 | 2026-03-11T20:50:07.061Z | ##### #### # ###### ##### |
| 1738 | 2026-03-11T20:50:07.061Z | |
| 1739 | 2026-03-11T20:50:07.061Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1740 | 2026-03-11T20:50:07.854Z | Compiling proc-macro2 v1.0.106 |
| 1741 | 2026-03-11T20:50:07.854Z | Compiling quote v1.0.44 |
| 1742 | 2026-03-11T20:50:07.858Z | Compiling unicode-ident v1.0.24 |
| 1743 | 2026-03-11T20:50:07.858Z | Compiling libc v0.2.180 |
| 1744 | 2026-03-11T20:50:07.858Z | Compiling serde_core v1.0.228 |
| 1745 | 2026-03-11T20:50:07.859Z | Compiling serde v1.0.228 |
| 1746 | 2026-03-11T20:50:07.859Z | Compiling autocfg v1.3.0 |
| 1747 | 2026-03-11T20:50:07.859Z | Compiling cfg-if v1.0.0 |
| 1748 | 2026-03-11T20:50:08.058Z | Compiling memchr v2.7.2 |
| 1749 | 2026-03-11T20:50:08.091Z | Compiling zmij v1.0.19 |
| 1750 | 2026-03-11T20:50:08.452Z | Compiling libm v0.2.8 |
| 1751 | 2026-03-11T20:50:08.515Z | Compiling getrandom v0.3.2 |
| 1752 | 2026-03-11T20:50:08.803Z | Compiling itoa v1.0.11 |
| 1753 | 2026-03-11T20:50:08.963Z | Compiling smallvec v1.13.2 |
| 1754 | 2026-03-11T20:50:09.095Z | Compiling version_check v0.9.5 |
| 1755 | 2026-03-11T20:50:09.280Z | Compiling shlex v1.3.0 |
| 1756 | 2026-03-11T20:50:09.293Z | Compiling jobserver v0.1.31 |
| 1757 | 2026-03-11T20:50:09.437Z | Compiling syn v2.0.117 |
| 1758 | 2026-03-11T20:50:09.472Z | Compiling lock_api v0.4.12 |
| 1759 | 2026-03-11T20:50:09.511Z | Compiling parking_lot_core v0.9.10 |
| 1760 | 2026-03-11T20:50:09.534Z | Compiling cc v1.2.17 |
| 1761 | 2026-03-11T20:50:09.752Z | Compiling serde_json v1.0.149 |
| 1762 | 2026-03-11T20:50:09.830Z | Compiling stable_deref_trait v1.2.0 |
| 1763 | 2026-03-11T20:50:09.927Z | Compiling log v0.4.29 |
| 1764 | 2026-03-11T20:50:10.070Z | Compiling thiserror v2.0.18 |
| 1765 | 2026-03-11T20:50:10.207Z | Compiling slab v0.4.9 |
| 1766 | 2026-03-11T20:50:10.442Z | Compiling litemap v0.7.4 |
| 1767 | 2026-03-11T20:50:10.514Z | Compiling heck v0.5.0 |
| 1768 | 2026-03-11T20:50:10.538Z | Compiling writeable v0.5.5 |
| 1769 | 2026-03-11T20:50:10.569Z | Compiling percent-encoding v2.3.2 |
| 1770 | 2026-03-11T20:50:10.748Z | Compiling rustversion v1.0.22 |
| 1771 | 2026-03-11T20:50:10.784Z | Compiling icu_locid_transform_data v1.5.0 |
| 1772 | 2026-03-11T20:50:10.879Z | Compiling icu_properties_data v1.5.0 |
| 1773 | 2026-03-11T20:50:11.126Z | Compiling num-traits v0.2.19 |
| 1774 | 2026-03-11T20:50:11.214Z | Compiling utf16_iter v1.0.5 |
| 1775 | 2026-03-11T20:50:11.296Z | Compiling write16 v1.0.0 |
| 1776 | 2026-03-11T20:50:11.355Z | Compiling utf8_iter v1.0.4 |
| 1777 | 2026-03-11T20:50:11.388Z | Compiling icu_normalizer_data v1.5.0 |
| 1778 | 2026-03-11T20:50:11.547Z | Compiling getrandom v0.2.14 |
| 1779 | 2026-03-11T20:50:11.622Z | Compiling pin-project-lite v0.2.14 |
| 1780 | 2026-03-11T20:50:11.721Z | Compiling form_urlencoded v1.2.2 |
| 1781 | 2026-03-11T20:50:11.740Z | Compiling foldhash v0.2.0 |
| 1782 | 2026-03-11T20:50:11.826Z | Compiling equivalent v1.0.2 |
| 1783 | 2026-03-11T20:50:11.930Z | Compiling allocator-api2 v0.2.21 |
| 1784 | 2026-03-11T20:50:11.992Z | Compiling regex-syntax v0.8.5 |
| 1785 | 2026-03-11T20:50:12.057Z | Compiling ring v0.17.14 |
| 1786 | 2026-03-11T20:50:12.233Z | Compiling aho-corasick v1.1.3 |
| 1787 | 2026-03-11T20:50:12.355Z | Compiling hashbrown v0.16.1 |
| 1788 | 2026-03-11T20:50:12.868Z | Compiling scopeguard v1.2.0 |
| 1789 | 2026-03-11T20:50:13.141Z | Compiling semver v1.0.27 |
| 1790 | 2026-03-11T20:50:13.184Z | Compiling socket2 v0.6.0 |
| 1791 | 2026-03-11T20:50:13.307Z | Compiling portable-atomic v1.11.1 |
| 1792 | 2026-03-11T20:50:13.521Z | Compiling synstructure v0.13.1 |
| 1793 | 2026-03-11T20:50:13.593Z | Compiling serde_derive_internals v0.29.1 |
| 1794 | 2026-03-11T20:50:13.894Z | Compiling parking_lot v0.12.2 |
| 1795 | 2026-03-11T20:50:14.193Z | Compiling regex-automata v0.4.14 |
| 1796 | 2026-03-11T20:50:14.218Z | Compiling signal-hook-registry v1.4.2 |
| 1797 | 2026-03-11T20:50:14.260Z | Compiling mio v1.0.2 |
| 1798 | 2026-03-11T20:50:14.633Z | Compiling bitflags v2.9.4 |
| 1799 | 2026-03-11T20:50:15.027Z | Compiling thiserror v1.0.64 |
| 1800 | 2026-03-11T20:50:15.064Z | Compiling iana-time-zone v0.1.64 |
| 1801 | 2026-03-11T20:50:15.229Z | Compiling critical-section v1.2.0 |
| 1802 | 2026-03-11T20:50:15.331Z | Compiling uuid v1.19.0 |
| 1803 | 2026-03-11T20:50:15.379Z | Compiling serde_derive v1.0.228 |
| 1804 | 2026-03-11T20:50:15.439Z | Compiling zerofrom-derive v0.1.5 |
| 1805 | 2026-03-11T20:50:15.443Z | Compiling yoke-derive v0.7.5 |
| 1806 | 2026-03-11T20:50:15.527Z | Compiling zerovec-derive v0.10.3 |
| 1807 | 2026-03-11T20:50:15.543Z | Compiling displaydoc v0.2.5 |
| 1808 | 2026-03-11T20:50:15.911Z | Compiling icu_provider_macros v1.5.0 |
| 1809 | 2026-03-11T20:50:16.170Z | Compiling schemars_derive v0.8.22 |
| 1810 | 2026-03-11T20:50:16.532Z | Compiling tokio-macros v2.6.0 |
| 1811 | 2026-03-11T20:50:16.643Z | Compiling thiserror-impl v2.0.18 |
| 1812 | 2026-03-11T20:50:16.878Z | Compiling futures-macro v0.3.31 |
| 1813 | 2026-03-11T20:50:16.931Z | Compiling regex v1.12.3 |
| 1814 | 2026-03-11T20:50:17.109Z | Compiling zerofrom v0.1.5 |
| 1815 | 2026-03-11T20:50:17.283Z | Compiling yoke v0.7.5 |
| 1816 | 2026-03-11T20:50:17.511Z | Compiling zerovec v0.10.4 |
| 1817 | 2026-03-11T20:50:17.550Z | Compiling once_cell v1.21.3 |
| 1818 | 2026-03-11T20:50:17.814Z | Compiling thiserror-impl v1.0.64 |
| 1819 | 2026-03-11T20:50:17.848Z | Compiling futures-core v0.3.32 |
| 1820 | 2026-03-11T20:50:17.870Z | Compiling fnv v1.0.7 |
| 1821 | 2026-03-11T20:50:18.042Z | Compiling schemars v0.8.22 |
| 1822 | 2026-03-11T20:50:18.328Z | Compiling dyn-clone v1.0.17 |
| 1823 | 2026-03-11T20:50:18.470Z | Compiling httparse v1.10.1 |
| 1824 | 2026-03-11T20:50:18.521Z | Compiling indexmap v2.13.0 |
| 1825 | 2026-03-11T20:50:18.755Z | Compiling tinystr v0.7.6 |
| 1826 | 2026-03-11T20:50:18.788Z | Compiling icu_collections v1.5.0 |
| 1827 | 2026-03-11T20:50:19.104Z | Compiling icu_locid v1.5.0 |
| 1828 | 2026-03-11T20:50:19.350Z | Compiling futures-sink v0.3.31 |
| 1829 | 2026-03-11T20:50:19.623Z | Compiling typenum v1.17.0 |
| 1830 | 2026-03-11T20:50:19.643Z | Compiling generic-array v0.14.7 |
| 1831 | 2026-03-11T20:50:19.838Z | Compiling bytes v1.11.1 |
| 1832 | 2026-03-11T20:50:19.892Z | Compiling icu_provider v1.5.0 |
| 1833 | 2026-03-11T20:50:19.948Z | Compiling serde_tokenstream v0.2.3 |
| 1834 | 2026-03-11T20:50:20.201Z | Compiling chrono v0.4.44 |
| 1835 | 2026-03-11T20:50:20.340Z | Compiling errno v0.3.14 |
| 1836 | 2026-03-11T20:50:20.531Z | Compiling icu_locid_transform v1.5.0 |
| 1837 | 2026-03-11T20:50:20.549Z | Compiling futures-channel v0.3.31 |
| 1838 | 2026-03-11T20:50:20.793Z | Compiling tokio v1.49.0 |
| 1839 | 2026-03-11T20:50:20.882Z | Compiling pin-utils v0.1.0 |
| 1840 | 2026-03-11T20:50:21.136Z | Compiling futures-task v0.3.31 |
| 1841 | 2026-03-11T20:50:21.151Z | Compiling futures-io v0.3.31 |
| 1842 | 2026-03-11T20:50:21.344Z | Compiling futures-util v0.3.31 |
| 1843 | 2026-03-11T20:50:21.397Z | Compiling icu_properties v1.5.1 |
| 1844 | 2026-03-11T20:50:22.493Z | Compiling rand_core v0.6.4 |
| 1845 | 2026-03-11T20:50:22.826Z | Compiling subtle v2.5.0 |
| 1846 | 2026-03-11T20:50:23.092Z | Compiling either v1.15.0 |
| 1847 | 2026-03-11T20:50:23.304Z | Compiling ucd-trie v0.1.6 |
| 1848 | 2026-03-11T20:50:23.363Z | Compiling zeroize v1.7.0 |
| 1849 | 2026-03-11T20:50:23.598Z | Compiling icu_normalizer v1.5.0 |
| 1850 | 2026-03-11T20:50:23.618Z | Compiling pest v2.8.4 |
| 1851 | 2026-03-11T20:50:23.769Z | Compiling strsim v0.11.1 |
| 1852 | 2026-03-11T20:50:24.172Z | Compiling http v1.4.0 |
| 1853 | 2026-03-11T20:50:24.838Z | Compiling idna_adapter v1.2.0 |
| 1854 | 2026-03-11T20:50:24.949Z | Compiling rustix v0.38.34 |
| 1855 | 2026-03-11T20:50:25.007Z | Compiling idna v1.0.3 |
| 1856 | 2026-03-11T20:50:25.335Z | Compiling pest_meta v2.8.4 |
| 1857 | 2026-03-11T20:50:25.500Z | Compiling url v2.5.4 |
| 1858 | 2026-03-11T20:50:26.587Z | Compiling pest_generator v2.8.4 |
| 1859 | 2026-03-11T20:50:27.138Z | Compiling slog v2.8.2 |
| 1860 | 2026-03-11T20:50:27.422Z | Compiling ident_case v1.0.1 |
| 1861 | 2026-03-11T20:50:27.477Z | Compiling prettyplease v0.2.37 |
| 1862 | 2026-03-11T20:50:27.607Z | Compiling anyhow v1.0.100 |
| 1863 | 2026-03-11T20:50:27.853Z | Compiling pest_derive v2.8.4 |
| 1864 | 2026-03-11T20:50:28.490Z | Compiling tracing-core v0.1.32 |
| 1865 | 2026-03-11T20:50:28.503Z | Compiling tracing-attributes v0.1.27 |
| 1866 | 2026-03-11T20:50:28.899Z | Compiling untrusted v0.9.0 |
| 1867 | 2026-03-11T20:50:29.062Z | Compiling lazy_static v1.5.0 |
| 1868 | 2026-03-11T20:50:29.284Z | Compiling rustls-pki-types v1.12.0 |
| 1869 | 2026-03-11T20:50:29.341Z | Compiling regress v0.10.5 |
| 1870 | 2026-03-11T20:50:29.764Z | Compiling zerocopy v0.8.27 |
| 1871 | 2026-03-11T20:50:30.149Z | Compiling tracing v0.1.40 |
| 1872 | 2026-03-11T20:50:30.265Z | Compiling byteorder v1.5.0 |
| 1873 | 2026-03-11T20:50:30.346Z | Compiling minimal-lexical v0.2.1 |
| 1874 | 2026-03-11T20:50:30.583Z | Compiling glob v0.3.3 |
| 1875 | 2026-03-11T20:50:30.626Z | Compiling nom v7.1.3 |
| 1876 | 2026-03-11T20:50:30.764Z | Compiling zerocopy-derive v0.8.27 |
| 1877 | 2026-03-11T20:50:31.022Z | Compiling clang-sys v1.8.1 |
| 1878 | 2026-03-11T20:50:31.622Z | Compiling pkg-config v0.3.30 |
| 1879 | 2026-03-11T20:50:32.452Z | Compiling vcpkg v0.2.15 |
| 1880 | 2026-03-11T20:50:32.741Z | Compiling tokio-util v0.7.16 |
| 1881 | 2026-03-11T20:50:33.106Z | Compiling libloading v0.8.9 |
| 1882 | 2026-03-11T20:50:33.219Z | Compiling base64 v0.22.1 |
| 1883 | 2026-03-11T20:50:33.354Z | Compiling bindgen v0.69.5 |
| 1884 | 2026-03-11T20:50:33.447Z | Compiling home v0.5.11 |
| 1885 | 2026-03-11T20:50:33.609Z | Compiling ipnet v2.9.0 |
| 1886 | 2026-03-11T20:50:33.692Z | Compiling which v4.4.2 |
| 1887 | 2026-03-11T20:50:33.867Z | Compiling cexpr v0.6.0 |
| 1888 | 2026-03-11T20:50:34.015Z | Compiling itertools v0.12.1 |
| 1889 | 2026-03-11T20:50:34.040Z | Compiling ppv-lite86 v0.2.17 |
| 1890 | 2026-03-11T20:50:34.490Z | Compiling rustc-hash v1.1.0 |
| 1891 | 2026-03-11T20:50:34.660Z | Compiling lazycell v1.3.0 |
| 1892 | 2026-03-11T20:50:34.674Z | Compiling http-body v1.0.1 |
| 1893 | 2026-03-11T20:50:34.804Z | Compiling cmake v0.1.54 |
| 1894 | 2026-03-11T20:50:34.880Z | Compiling num-conv v0.1.0 |
| 1895 | 2026-03-11T20:50:35.081Z | Compiling atomic-waker v1.1.2 |
| 1896 | 2026-03-11T20:50:35.204Z | Compiling time-core v0.1.6 |
| 1897 | 2026-03-11T20:50:35.243Z | Compiling dunce v1.0.5 |
| 1898 | 2026-03-11T20:50:35.243Z | Compiling fs_extra v1.3.0 |
| 1899 | 2026-03-11T20:50:35.268Z | Compiling crypto-common v0.1.6 |
| 1900 | 2026-03-11T20:50:35.377Z | Compiling tower-service v0.3.3 |
| 1901 | 2026-03-11T20:50:35.408Z | Compiling time-macros v0.2.24 |
| 1902 | 2026-03-11T20:50:35.490Z | Compiling paste v1.0.15 |
| 1903 | 2026-03-11T20:50:35.503Z | Compiling try-lock v0.2.5 |
| 1904 | 2026-03-11T20:50:35.603Z | Compiling tower-layer v0.3.3 |
| 1905 | 2026-03-11T20:50:35.649Z | Compiling camino v1.2.2 |
| 1906 | 2026-03-11T20:50:35.965Z | Compiling want v0.3.1 |
| 1907 | 2026-03-11T20:50:36.074Z | Compiling h2 v0.4.6 |
| 1908 | 2026-03-11T20:50:36.187Z | Compiling scroll_derive v0.13.1 |
| 1909 | 2026-03-11T20:50:36.824Z | Compiling httpdate v1.0.3 |
| 1910 | 2026-03-11T20:50:36.917Z | Compiling ryu v1.0.18 |
| 1911 | 2026-03-11T20:50:37.287Z | Compiling aws-lc-rs v1.13.3 |
| 1912 | 2026-03-11T20:50:37.300Z | Compiling openapiv3 v2.2.0 |
| 1913 | 2026-03-11T20:50:37.357Z | Compiling async-trait v0.1.89 |
| 1914 | 2026-03-11T20:50:38.010Z | Compiling pretty-hex v0.4.1 |
| 1915 | 2026-03-11T20:50:38.060Z | Compiling http-body-util v0.1.3 |
| 1916 | 2026-03-11T20:50:38.148Z | Compiling plain v0.2.3 |
| 1917 | 2026-03-11T20:50:38.208Z | Compiling untrusted v0.7.1 |
| 1918 | 2026-03-11T20:50:38.292Z | Compiling serde_urlencoded v0.7.1 |
| 1919 | 2026-03-11T20:50:38.363Z | Compiling typify-impl v0.4.3 |
| 1920 | 2026-03-11T20:50:38.429Z | Compiling darling_core v0.21.3 |
| 1921 | 2026-03-11T20:50:38.653Z | Compiling erased-serde v0.3.31 |
| 1922 | 2026-03-11T20:50:39.374Z | Compiling hyper v1.8.1 |
| 1923 | 2026-03-11T20:50:39.419Z | Compiling usdt-impl v0.6.0 |
| 1924 | 2026-03-11T20:50:39.541Z | Compiling rustls v0.23.31 |
| 1925 | 2026-03-11T20:50:40.517Z | Compiling scroll v0.13.0 |
| 1926 | 2026-03-11T20:50:40.872Z | Compiling rand_chacha v0.3.1 |
| 1927 | 2026-03-11T20:50:41.570Z | Compiling hyper-util v0.1.19 |
| 1928 | 2026-03-11T20:50:41.826Z | Compiling darling_macro v0.21.3 |
| 1929 | 2026-03-11T20:50:42.106Z | Compiling aws-lc-sys v0.30.0 |
| 1930 | 2026-03-11T20:50:42.235Z | Compiling crossbeam-utils v0.8.19 |
| 1931 | 2026-03-11T20:50:42.558Z | Compiling cpufeatures v0.2.12 |
| 1932 | 2026-03-11T20:50:42.657Z | Compiling unsafe-libyaml v0.2.11 |
| 1933 | 2026-03-11T20:50:43.436Z | Compiling typify-macro v0.4.3 |
| 1934 | 2026-03-11T20:50:43.535Z | Compiling serde_yaml v0.9.34+deprecated |
| 1935 | 2026-03-11T20:50:43.888Z | Compiling goblin v0.10.4 |
| 1936 | 2026-03-11T20:50:44.802Z | Compiling darling v0.21.3 |
| 1937 | 2026-03-11T20:50:45.369Z | Compiling rand v0.8.5 |
| 1938 | 2026-03-11T20:50:45.598Z | Compiling block-buffer v0.10.4 |
| 1939 | 2026-03-11T20:50:46.063Z | Compiling strum_macros v0.26.4 |
| 1940 | 2026-03-11T20:50:46.576Z | Compiling omicron-workspace-hack v0.1.0 |
| 1941 | 2026-03-11T20:50:46.845Z | Compiling rustls v0.22.4 |
| 1942 | 2026-03-11T20:50:47.114Z | Compiling digest v0.10.7 |
| 1943 | 2026-03-11T20:50:47.490Z | Compiling openssl-sys v0.9.107 |
| 1944 | 2026-03-11T20:50:47.842Z | Compiling dof v0.4.0 |
| 1945 | 2026-03-11T20:50:48.213Z | Compiling dtrace-parser v0.3.0 |
| 1946 | 2026-03-11T20:50:48.351Z | Compiling sync_wrapper v1.0.1 |
| 1947 | 2026-03-11T20:50:48.493Z | Compiling daft-derive v0.1.5 |
| 1948 | 2026-03-11T20:50:49.049Z | Compiling thread-id v5.0.0 |
| 1949 | 2026-03-11T20:50:49.270Z | Compiling slog-async v2.8.0 |
| 1950 | 2026-03-11T20:50:49.478Z | Compiling tower v0.5.2 |
| 1951 | 2026-03-11T20:50:49.704Z | Compiling webpki-roots v0.26.3 |
| 1952 | 2026-03-11T20:50:49.856Z | Compiling futures-executor v0.3.31 |
| 1953 | 2026-03-11T20:50:50.655Z | Compiling multer v3.1.0 |
| 1954 | 2026-03-11T20:50:51.331Z | Compiling iri-string v0.7.8 |
| 1955 | 2026-03-11T20:50:51.657Z | Compiling rustix v1.1.2 |
| 1956 | 2026-03-11T20:50:52.051Z | Compiling futures v0.3.31 |
| 1957 | 2026-03-11T20:50:52.154Z | Compiling typify v0.4.3 |
| 1958 | 2026-03-11T20:50:52.266Z | Compiling encoding_rs v0.8.34 |
| 1959 | 2026-03-11T20:50:52.404Z | Compiling ref-cast v1.0.25 |
| 1960 | 2026-03-11T20:50:53.003Z | Compiling mime v0.3.17 |
| 1961 | 2026-03-11T20:50:53.606Z | Compiling tower-http v0.6.8 |
| 1962 | 2026-03-11T20:50:55.939Z | Compiling usdt-macro v0.6.0 |
| 1963 | 2026-03-11T20:50:56.044Z | Compiling usdt-attr-macro v0.6.0 |
| 1964 | 2026-03-11T20:50:56.338Z | Compiling ipnetwork v0.21.1 |
| 1965 | 2026-03-11T20:50:57.004Z | Compiling structmeta-derive v0.3.0 |
| 1966 | 2026-03-11T20:50:57.180Z | Compiling async-stream-impl v0.3.6 |
| 1967 | 2026-03-11T20:50:57.184Z | Compiling dropshot v0.16.7 |
| 1968 | 2026-03-11T20:50:57.486Z | Compiling foreign-types-shared v0.1.1 |
| 1969 | 2026-03-11T20:50:57.576Z | Compiling powerfmt v0.2.0 |
| 1970 | 2026-03-11T20:50:57.597Z | Compiling openssl v0.10.72 |
| 1971 | 2026-03-11T20:50:57.894Z | Compiling deranged v0.5.3 |
| 1972 | 2026-03-11T20:50:57.926Z | Compiling foreign-types v0.3.2 |
| 1973 | 2026-03-11T20:50:58.022Z | Compiling sha1 v0.10.6 |
| 1974 | 2026-03-11T20:50:58.439Z | Compiling structmeta v0.3.0 |
| 1975 | 2026-03-11T20:50:58.455Z | Compiling openssl-macros v0.1.1 |
| 1976 | 2026-03-11T20:50:58.487Z | Compiling ref-cast-impl v1.0.25 |
| 1977 | 2026-03-11T20:50:58.690Z | Compiling rand_core v0.9.3 |
| 1978 | 2026-03-11T20:50:59.007Z | Compiling native-tls v0.2.11 |
| 1979 | 2026-03-11T20:50:59.041Z | Compiling match_cfg v0.1.0 |
| 1980 | 2026-03-11T20:50:59.049Z | Compiling winnow v0.7.13 |
| 1981 | 2026-03-11T20:50:59.283Z | Compiling num_threads v0.1.7 |
| 1982 | 2026-03-11T20:50:59.323Z | Compiling hostname v0.3.1 |
| 1983 | 2026-03-11T20:50:59.395Z | Compiling rand_chacha v0.9.0 |
| 1984 | 2026-03-11T20:50:59.519Z | Compiling time v0.3.44 |
| 1985 | 2026-03-11T20:50:59.621Z | Compiling dropshot_endpoint v0.16.7 |
| 1986 | 2026-03-11T20:51:00.173Z | Compiling openssl-probe v0.1.5 |
| 1987 | 2026-03-11T20:51:00.554Z | Compiling fastrand v2.3.0 |
| 1988 | 2026-03-11T20:51:00.993Z | Compiling tempfile v3.23.0 |
| 1989 | 2026-03-11T20:51:01.883Z | Compiling rand v0.9.2 |
| 1990 | 2026-03-11T20:51:02.050Z | Compiling progenitor-impl v0.11.1 |
| 1991 | 2026-03-11T20:51:02.105Z | Compiling strum v0.26.3 |
| 1992 | 2026-03-11T20:51:02.234Z | Compiling crossbeam-channel v0.5.15 |
| 1993 | 2026-03-11T20:51:02.824Z | Compiling syn v1.0.109 |
| 1994 | 2026-03-11T20:51:03.533Z | Compiling tokio-native-tls v0.3.1 |
| 1995 | 2026-03-11T20:51:03.728Z | Compiling oxnet v0.1.3 |
| 1996 | 2026-03-11T20:51:03.783Z | Compiling serde_with_macros v3.15.0 |
| 1997 | 2026-03-11T20:51:04.334Z | Compiling thread_local v1.1.8 |
| 1998 | 2026-03-11T20:51:05.014Z | Compiling progenitor-macro v0.11.1 |
| 1999 | 2026-03-11T20:51:05.026Z | Compiling derive-where v1.6.0 |
| 2000 | 2026-03-11T20:51:05.250Z | Compiling strum_macros v0.27.2 |
| 2001 | 2026-03-11T20:51:07.769Z | Compiling hyper-tls v0.6.0 |
| 2002 | 2026-03-11T20:51:07.878Z | Compiling derive-ex v0.1.8 |
| 2003 | 2026-03-11T20:51:10.077Z | Compiling rustls-webpki v0.102.4 |
| 2004 | 2026-03-11T20:51:11.088Z | Compiling webpki-roots v1.0.3 |
| 2005 | 2026-03-11T20:51:11.192Z | Compiling newtype-uuid v1.3.1 |
| 2006 | 2026-03-11T20:51:11.240Z | Compiling newtype-uuid-macros v0.1.0 |
| 2007 | 2026-03-11T20:51:12.337Z | Compiling is-terminal v0.4.12 |
| 2008 | 2026-03-11T20:51:12.464Z | Compiling debug-ignore v1.0.5 |
| 2009 | 2026-03-11T20:51:12.464Z | Compiling term v1.2.0 |
| 2010 | 2026-03-11T20:51:12.565Z | Compiling quick-error v1.2.3 |
| 2011 | 2026-03-11T20:51:12.743Z | Compiling take_mut v0.2.2 |
| 2012 | 2026-03-11T20:51:13.838Z | Compiling slog-term v2.9.2 |
| 2013 | 2026-03-11T20:51:14.792Z | Compiling test-strategy v0.4.3 |
| 2014 | 2026-03-11T20:51:15.476Z | Compiling slog-json v2.6.1 |
| 2015 | 2026-03-11T20:51:15.674Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2016 | 2026-03-11T20:51:15.775Z | Compiling parse-display-derive v0.10.0 |
| 2017 | 2026-03-11T20:51:16.755Z | Compiling toml_datetime v0.6.11 |
| 2018 | 2026-03-11T20:51:17.077Z | Compiling macaddr v1.0.1 |
| 2019 | 2026-03-11T20:51:17.161Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2020 | 2026-03-11T20:51:17.542Z | Compiling serde_spanned v1.0.4 |
| 2021 | 2026-03-11T20:51:17.552Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2022 | 2026-03-11T20:51:17.608Z | Compiling memmap2 v0.9.9 |
| 2023 | 2026-03-11T20:51:17.750Z | Compiling spin v0.9.8 |
| 2024 | 2026-03-11T20:51:17.975Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2025 | 2026-03-11T20:51:18.127Z | Compiling usdt v0.6.0 |
| 2026 | 2026-03-11T20:51:18.327Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2027 | 2026-03-11T20:51:18.440Z | Compiling tokio-rustls v0.25.0 |
| 2028 | 2026-03-11T20:51:18.842Z | Compiling slog-bunyan v2.5.0 |
| 2029 | 2026-03-11T20:51:18.931Z | Compiling daft v0.1.5 |
| 2030 | 2026-03-11T20:51:19.204Z | Compiling async-stream v0.3.6 |
| 2031 | 2026-03-11T20:51:19.332Z | Compiling waitgroup v0.1.2 |
| 2032 | 2026-03-11T20:51:19.428Z | Compiling rustls-pemfile v2.2.0 |
| 2033 | 2026-03-11T20:51:19.436Z | Compiling serde_path_to_error v0.1.20 |
| 2034 | 2026-03-11T20:51:19.531Z | Compiling hostname v0.4.2 |
| 2035 | 2026-03-11T20:51:20.351Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2036 | 2026-03-11T20:51:21.944Z | Compiling hex v0.4.3 |
| 2037 | 2026-03-11T20:51:22.112Z | Compiling zerocopy-derive v0.7.34 |
| 2038 | 2026-03-11T20:51:26.417Z | Compiling wait-timeout v0.2.0 |
| 2039 | 2026-03-11T20:51:26.534Z | Compiling bit-vec v0.6.3 |
| 2040 | 2026-03-11T20:51:26.534Z | Compiling bit-set v0.5.3 |
| 2041 | 2026-03-11T20:51:26.535Z | Compiling rusty-fork v0.3.0 |
| 2042 | 2026-03-11T20:51:26.535Z | Compiling strum v0.27.2 |
| 2043 | 2026-03-11T20:51:26.535Z | Compiling serde_with v3.15.0 |
| 2044 | 2026-03-11T20:51:26.564Z | Compiling rand_xorshift v0.3.0 |
| 2045 | 2026-03-11T20:51:26.564Z | Compiling unarray v0.1.4 |
| 2046 | 2026-03-11T20:51:26.564Z | Compiling proptest v1.5.0 |
| 2047 | 2026-03-11T20:51:26.835Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2048 | 2026-03-11T20:51:26.992Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2049 | 2026-03-11T20:51:29.071Z | Compiling instant v0.1.12 |
| 2050 | 2026-03-11T20:51:29.356Z | Compiling rustc-hash v2.1.1 |
| 2051 | 2026-03-11T20:51:30.255Z | Compiling iddqd v0.3.14 |
| 2052 | 2026-03-11T20:51:32.029Z | Compiling backoff v0.4.0 |
| 2053 | 2026-03-11T20:51:32.299Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2054 | 2026-03-11T20:51:32.573Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2055 | 2026-03-11T20:51:32.855Z | Compiling parse-display v0.10.0 |
| 2056 | 2026-03-11T20:51:33.382Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2057 | 2026-03-11T20:51:33.559Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2058 | 2026-03-11T20:51:33.965Z | Compiling crucible-workspace-hack v0.1.0 |
| 2059 | 2026-03-11T20:51:35.047Z | Compiling zerocopy v0.7.34 |
| 2060 | 2026-03-11T20:51:35.872Z | Compiling rustls-webpki v0.103.4 |
| 2061 | 2026-03-11T20:51:36.479Z | Compiling scroll_derive v0.12.0 |
| 2062 | 2026-03-11T20:51:36.799Z | Compiling usdt-impl v0.5.0 |
| 2063 | 2026-03-11T20:51:36.920Z | Compiling heck v0.4.1 |
| 2064 | 2026-03-11T20:51:37.124Z | Compiling winnow v0.5.40 |
| 2065 | 2026-03-11T20:51:37.382Z | Compiling scroll v0.12.0 |
| 2066 | 2026-03-11T20:51:37.786Z | Compiling dof v0.3.0 |
| 2067 | 2026-03-11T20:51:38.246Z | Compiling dtrace-parser v0.2.0 |
| 2068 | 2026-03-11T20:51:38.522Z | Compiling clap_derive v4.5.4 |
| 2069 | 2026-03-11T20:51:39.030Z | Compiling toml_edit v0.19.15 |
| 2070 | 2026-03-11T20:51:39.073Z | Compiling thread-id v4.2.1 |
| 2071 | 2026-03-11T20:51:39.584Z | Compiling utf8parse v0.2.1 |
| 2072 | 2026-03-11T20:51:39.726Z | Compiling anstyle-parse v0.2.4 |
| 2073 | 2026-03-11T20:51:40.745Z | Compiling proc-macro-crate v1.3.1 |
| 2074 | 2026-03-11T20:51:40.858Z | Compiling goblin v0.8.2 |
| 2075 | 2026-03-11T20:51:41.305Z | Compiling tokio-rustls v0.26.0 |
| 2076 | 2026-03-11T20:51:42.196Z | Compiling serde_spanned v0.6.9 |
| 2077 | 2026-03-11T20:51:42.491Z | Compiling unicode-width v0.1.14 |
| 2078 | 2026-03-11T20:51:42.607Z | Compiling anstyle-query v1.0.3 |
| 2079 | 2026-03-11T20:51:42.736Z | Compiling colorchoice v1.0.1 |
| 2080 | 2026-03-11T20:51:42.750Z | Compiling is_terminal_polyfill v1.70.0 |
| 2081 | 2026-03-11T20:51:42.900Z | Compiling anstyle v1.0.7 |
| 2082 | 2026-03-11T20:51:43.254Z | Compiling data-encoding v2.6.0 |
| 2083 | 2026-03-11T20:51:43.329Z | Compiling anstream v0.6.14 |
| 2084 | 2026-03-11T20:51:43.935Z | Compiling hyper-rustls v0.27.3 |
| 2085 | 2026-03-11T20:51:43.953Z | Compiling terminal_size v0.3.0 |
| 2086 | 2026-03-11T20:51:44.298Z | Compiling num-integer v0.1.46 |
| 2087 | 2026-03-11T20:51:46.123Z | Compiling clap_lex v0.7.0 |
| 2088 | 2026-03-11T20:51:46.769Z | Compiling clap_builder v4.5.2 |
| 2089 | 2026-03-11T20:51:47.181Z | Compiling reqwest v0.12.23 |
| 2090 | 2026-03-11T20:51:50.107Z | Compiling usdt-attr-macro v0.5.0 |
| 2091 | 2026-03-11T20:51:50.706Z | Compiling usdt-macro v0.5.0 |
| 2092 | 2026-03-11T20:51:50.727Z | Compiling memmap v0.7.0 |
| 2093 | 2026-03-11T20:51:51.006Z | Compiling tinyvec_macros v0.1.1 |
| 2094 | 2026-03-11T20:51:51.398Z | Compiling tinyvec v1.6.0 |
| 2095 | 2026-03-11T20:51:51.448Z | Compiling clap v4.5.4 |
| 2096 | 2026-03-11T20:51:51.606Z | Compiling usdt v0.5.0 |
| 2097 | 2026-03-11T20:51:51.839Z | Compiling num-bigint v0.4.5 |
| 2098 | 2026-03-11T20:51:52.399Z | Compiling crossbeam-epoch v0.9.18 |
| 2099 | 2026-03-11T20:51:52.425Z | Compiling itertools v0.14.0 |
| 2100 | 2026-03-11T20:51:52.708Z | Compiling proc-macro-error-attr v1.0.4 |
| 2101 | 2026-03-11T20:51:53.273Z | Compiling heapless v0.8.0 |
| 2102 | 2026-03-11T20:51:53.418Z | Compiling num-rational v0.4.2 |
| 2103 | 2026-03-11T20:51:54.113Z | Compiling ingot-macros v0.1.1 |
| 2104 | 2026-03-11T20:51:54.444Z | Compiling progenitor-client v0.11.1 |
| 2105 | 2026-03-11T20:51:55.182Z | Compiling num-iter v0.1.45 |
| 2106 | 2026-03-11T20:51:55.972Z | Compiling hash32 v0.3.1 |
| 2107 | 2026-03-11T20:51:55.999Z | Compiling darling_core v0.20.11 |
| 2108 | 2026-03-11T20:51:56.522Z | Compiling num-complex v0.4.6 |
| 2109 | 2026-03-11T20:51:57.299Z | Compiling progenitor-client v0.10.0 |
| 2110 | 2026-03-11T20:51:57.660Z | Compiling progenitor v0.11.1 |
| 2111 | 2026-03-11T20:51:57.824Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2112 | 2026-03-11T20:51:57.851Z | Compiling proc-macro-error v1.0.4 |
| 2113 | 2026-03-11T20:51:58.922Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2114 | 2026-03-11T20:51:59.159Z | Compiling smoltcp v0.11.0 |
| 2115 | 2026-03-11T20:52:00.468Z | Compiling darling_macro v0.20.11 |
| 2116 | 2026-03-11T20:52:01.165Z | Compiling ingot-types v0.1.2 |
| 2117 | 2026-03-11T20:52:01.228Z | Compiling num v0.4.3 |
| 2118 | 2026-03-11T20:52:01.332Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2119 | 2026-03-11T20:52:02.176Z | Compiling num_enum_derive v0.7.4 |
| 2120 | 2026-03-11T20:52:03.252Z | Compiling toml_write v0.1.2 |
| 2121 | 2026-03-11T20:52:03.339Z | Compiling bitflags v1.3.2 |
| 2122 | 2026-03-11T20:52:03.570Z | Compiling managed v0.8.0 |
| 2123 | 2026-03-11T20:52:03.583Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2124 | 2026-03-11T20:52:03.587Z | Compiling cobs v0.2.3 |
| 2125 | 2026-03-11T20:52:03.940Z | Compiling postcard v1.0.9 |
| 2126 | 2026-03-11T20:52:04.392Z | Compiling num_enum v0.7.4 |
| 2127 | 2026-03-11T20:52:04.563Z | Compiling toml_edit v0.22.27 |
| 2128 | 2026-03-11T20:52:07.593Z | Compiling ingot v0.1.1 |
| 2129 | 2026-03-11T20:52:08.988Z | Compiling darling v0.20.11 |
| 2130 | 2026-03-11T20:52:09.986Z | Compiling enum-as-inner v0.6.0 |
| 2131 | 2026-03-11T20:52:10.770Z | Compiling libz-sys v1.1.16 |
| 2132 | 2026-03-11T20:52:10.968Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2133 | 2026-03-11T20:52:11.511Z | Compiling foreign-types-macros v0.2.3 |
| 2134 | 2026-03-11T20:52:11.606Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2135 | 2026-03-11T20:52:12.178Z | Compiling rayon-core v1.12.1 |
| 2136 | 2026-03-11T20:52:12.275Z | Compiling foreign-types-shared v0.3.1 |
| 2137 | 2026-03-11T20:52:12.398Z | Compiling foreign-types v0.5.0 |
| 2138 | 2026-03-11T20:52:12.739Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2139 | 2026-03-11T20:52:14.938Z | Compiling derive_builder_core v0.20.2 |
| 2140 | 2026-03-11T20:52:15.392Z | Compiling toml v0.8.23 |
| 2141 | 2026-03-11T20:52:15.729Z | Compiling crossbeam-deque v0.8.5 |
| 2142 | 2026-03-11T20:52:15.840Z | Compiling tabwriter v1.4.0 |
| 2143 | 2026-03-11T20:52:15.860Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2144 | 2026-03-11T20:52:16.034Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2145 | 2026-03-11T20:52:16.054Z | Compiling cstr-argument v0.1.2 |
| 2146 | 2026-03-11T20:52:16.265Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2147 | 2026-03-11T20:52:16.318Z | Compiling float-ord v0.3.2 |
| 2148 | 2026-03-11T20:52:16.495Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2149 | 2026-03-11T20:52:16.612Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2150 | 2026-03-11T20:52:16.652Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2151 | 2026-03-11T20:52:16.684Z | Compiling derive_builder_macro v0.20.2 |
| 2152 | 2026-03-11T20:52:17.410Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2153 | 2026-03-11T20:52:17.777Z | Compiling resolv-conf v0.7.0 |
| 2154 | 2026-03-11T20:52:18.489Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2155 | 2026-03-11T20:52:18.533Z | Compiling vergen-lib v0.1.6 |
| 2156 | 2026-03-11T20:52:18.644Z | Compiling slog-dtrace v0.3.0 |
| 2157 | 2026-03-11T20:52:18.778Z | Compiling semver v0.1.20 |
| 2158 | 2026-03-11T20:52:18.826Z | Compiling linked-hash-map v0.5.6 |
| 2159 | 2026-03-11T20:52:18.948Z | Compiling cfg_aliases v0.2.1 |
| 2160 | 2026-03-11T20:52:19.044Z | Compiling colored v3.0.0 |
| 2161 | 2026-03-11T20:52:19.080Z | Compiling lru-cache v0.1.2 |
| 2162 | 2026-03-11T20:52:19.109Z | Compiling rustc_version v0.1.7 |
| 2163 | 2026-03-11T20:52:19.258Z | Compiling rayon v1.10.0 |
| 2164 | 2026-03-11T20:52:21.596Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2165 | 2026-03-11T20:52:22.220Z | Compiling derive_builder v0.20.2 |
| 2166 | 2026-03-11T20:52:22.378Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2167 | 2026-03-11T20:52:22.715Z | Compiling hickory-proto v0.24.4 |
| 2168 | 2026-03-11T20:52:23.212Z | Compiling zone_cfg_derive v0.3.0 |
| 2169 | 2026-03-11T20:52:24.546Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2170 | 2026-03-11T20:52:26.076Z | Compiling hubpack_derive v0.1.1 |
| 2171 | 2026-03-11T20:52:26.326Z | Compiling camino-tempfile v1.4.1 |
| 2172 | 2026-03-11T20:52:26.733Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2173 | 2026-03-11T20:52:26.762Z | Compiling cargo-platform v0.1.8 |
| 2174 | 2026-03-11T20:52:26.820Z | Compiling serde_repr v0.1.19 |
| 2175 | 2026-03-11T20:52:27.017Z | Compiling num-derive v0.4.2 |
| 2176 | 2026-03-11T20:52:27.066Z | Compiling vergen v9.0.6 |
| 2177 | 2026-03-11T20:52:27.359Z | Compiling sigpipe v0.1.3 |
| 2178 | 2026-03-11T20:52:27.480Z | Compiling base64ct v1.6.0 |
| 2179 | 2026-03-11T20:52:27.580Z | Compiling siphasher v1.0.1 |
| 2180 | 2026-03-11T20:52:27.852Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2181 | 2026-03-11T20:52:27.931Z | Compiling jiff v0.2.15 |
| 2182 | 2026-03-11T20:52:28.268Z | Compiling convert_case v0.4.0 |
| 2183 | 2026-03-11T20:52:28.408Z | Compiling base64 v0.21.7 |
| 2184 | 2026-03-11T20:52:28.686Z | Compiling derive_more v0.99.20 |
| 2185 | 2026-03-11T20:52:29.068Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 2186 | 2026-03-11T20:52:29.345Z | Compiling password-hash v0.5.0 |
| 2187 | 2026-03-11T20:52:29.941Z | Compiling phf_shared v0.12.1 |
| 2188 | 2026-03-11T20:52:30.015Z | Compiling cargo_metadata v0.19.2 |
| 2189 | 2026-03-11T20:52:30.234Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2190 | 2026-03-11T20:52:30.249Z | Compiling hubpack v0.1.2 |
| 2191 | 2026-03-11T20:52:30.572Z | Compiling zone v0.3.1 |
| 2192 | 2026-03-11T20:52:30.586Z | Compiling hickory-resolver v0.24.4 |
| 2193 | 2026-03-11T20:52:30.624Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2194 | 2026-03-11T20:52:31.714Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2195 | 2026-03-11T20:52:32.323Z | Compiling newtype_derive v0.1.6 |
| 2196 | 2026-03-11T20:52:32.972Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2197 | 2026-03-11T20:52:33.482Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2198 | 2026-03-11T20:52:33.949Z | Compiling progenitor-impl v0.10.0 |
| 2199 | 2026-03-11T20:52:34.231Z | Compiling blake2 v0.10.6 |
| 2200 | 2026-03-11T20:52:34.880Z | Compiling tokio-stream v0.1.17 |
| 2201 | 2026-03-11T20:52:35.585Z | Compiling typify-impl v0.6.1 |
| 2202 | 2026-03-11T20:52:35.704Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2203 | 2026-03-11T20:52:36.729Z | Compiling smf v0.2.3 |
| 2204 | 2026-03-11T20:52:36.935Z | Compiling serde-big-array v0.5.1 |
| 2205 | 2026-03-11T20:52:37.078Z | Compiling pin-project-internal v1.1.10 |
| 2206 | 2026-03-11T20:52:37.141Z | Compiling rustc_version v0.4.1 |
| 2207 | 2026-03-11T20:52:37.499Z | Compiling vergen-git2 v1.0.7 |
| 2208 | 2026-03-11T20:52:37.786Z | Compiling foldhash v0.1.5 |
| 2209 | 2026-03-11T20:52:38.067Z | Compiling whoami v1.5.1 |
| 2210 | 2026-03-11T20:52:38.163Z | Compiling static_assertions v1.1.0 |
| 2211 | 2026-03-11T20:52:38.259Z | Compiling cancel-safe-futures v0.1.5 |
| 2212 | 2026-03-11T20:52:38.565Z | Compiling owo-colors v4.2.3 |
| 2213 | 2026-03-11T20:52:38.578Z | Compiling chrono-tz v0.10.4 |
| 2214 | 2026-03-11T20:52:38.612Z | Compiling unicode-segmentation v1.11.0 |
| 2215 | 2026-03-11T20:52:38.851Z | Compiling unicode-xid v0.2.4 |
| 2216 | 2026-03-11T20:52:39.006Z | Compiling const_format_proc_macros v0.2.34 |
| 2217 | 2026-03-11T20:52:39.040Z | Compiling newline-converter v0.3.0 |
| 2218 | 2026-03-11T20:52:39.241Z | Compiling pin-project v1.1.10 |
| 2219 | 2026-03-11T20:52:39.378Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2220 | 2026-03-11T20:52:39.417Z | Compiling hashbrown v0.15.2 |
| 2221 | 2026-03-11T20:52:40.251Z | Compiling progenitor-macro v0.10.0 |
| 2222 | 2026-03-11T20:52:40.602Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2223 | 2026-03-11T20:52:40.616Z | Compiling typify-macro v0.6.1 |
| 2224 | 2026-03-11T20:52:40.932Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2225 | 2026-03-11T20:52:40.944Z | Compiling qorb v0.4.1 |
| 2226 | 2026-03-11T20:52:42.422Z | Compiling argon2 v0.5.3 |
| 2227 | 2026-03-11T20:52:42.769Z | Compiling phf v0.12.1 |
| 2228 | 2026-03-11T20:52:42.996Z | Compiling unicode-normalization v0.1.24 |
| 2229 | 2026-03-11T20:52:43.722Z | Compiling tokio-dtrace v0.1.1 |
| 2230 | 2026-03-11T20:52:43.744Z | Compiling console v0.15.8 |
| 2231 | 2026-03-11T20:52:44.174Z | Compiling atomicwrites v0.4.4 |
| 2232 | 2026-03-11T20:52:44.270Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2233 | 2026-03-11T20:52:44.915Z | Compiling libsw-core v0.3.2 |
| 2234 | 2026-03-11T20:52:45.148Z | Compiling secrecy v0.10.3 |
| 2235 | 2026-03-11T20:52:45.349Z | Compiling snafu-derive v0.8.9 |
| 2236 | 2026-03-11T20:52:45.396Z | Compiling async-recursion v1.1.1 |
| 2237 | 2026-03-11T20:52:46.313Z | Compiling cookie v0.18.1 |
| 2238 | 2026-03-11T20:52:46.359Z | Compiling bstr v1.9.1 |
| 2239 | 2026-03-11T20:52:46.605Z | Compiling csv-core v0.1.12 |
| 2240 | 2026-03-11T20:52:47.130Z | Compiling utf-8 v0.7.6 |
| 2241 | 2026-03-11T20:52:47.257Z | Compiling same-file v1.0.6 |
| 2242 | 2026-03-11T20:52:47.386Z | Compiling fixedbitset v0.5.7 |
| 2243 | 2026-03-11T20:52:47.468Z | Compiling bytecount v0.6.9 |
| 2244 | 2026-03-11T20:52:47.700Z | Compiling indent_write v2.2.0 |
| 2245 | 2026-03-11T20:52:47.801Z | Compiling highway v1.3.0 |
| 2246 | 2026-03-11T20:52:47.888Z | Compiling fixedbitset v0.4.2 |
| 2247 | 2026-03-11T20:52:48.072Z | Compiling moka v0.12.10 |
| 2248 | 2026-03-11T20:52:48.320Z | Compiling similar v2.7.0 |
| 2249 | 2026-03-11T20:52:48.677Z | Compiling rustls v0.21.12 |
| 2250 | 2026-03-11T20:52:48.970Z | Compiling expectorate v1.2.0 |
| 2251 | 2026-03-11T20:52:49.258Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2252 | 2026-03-11T20:52:49.373Z | Compiling petgraph v0.6.5 |
| 2253 | 2026-03-11T20:52:49.512Z | Compiling git2 v0.20.2 |
| 2254 | 2026-03-11T20:52:50.958Z | Compiling snafu v0.8.9 |
| 2255 | 2026-03-11T20:52:51.690Z | Compiling petgraph v0.8.3 |
| 2256 | 2026-03-11T20:52:51.716Z | Compiling papergrid v0.11.0 |
| 2257 | 2026-03-11T20:52:51.730Z | Compiling walkdir v2.5.0 |
| 2258 | 2026-03-11T20:52:51.917Z | Compiling tungstenite v0.21.0 |
| 2259 | 2026-03-11T20:52:51.930Z | Compiling globset v0.4.14 |
| 2260 | 2026-03-11T20:52:53.314Z | Compiling csv v1.3.1 |
| 2261 | 2026-03-11T20:52:53.862Z | Compiling progenitor v0.10.0 |
| 2262 | 2026-03-11T20:52:54.038Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2263 | 2026-03-11T20:52:54.441Z | Compiling libsw v3.5.0 |
| 2264 | 2026-03-11T20:52:54.603Z | Compiling oxide-tokio-rt v0.1.2 |
| 2265 | 2026-03-11T20:52:54.616Z | Compiling olpc-cjson v0.1.4 |
| 2266 | 2026-03-11T20:52:54.868Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2267 | 2026-03-11T20:52:54.991Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2268 | 2026-03-11T20:52:55.006Z | Compiling const_format v0.2.35 |
| 2269 | 2026-03-11T20:52:55.756Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2270 | 2026-03-11T20:52:56.475Z | Compiling nix v0.29.0 |
| 2271 | 2026-03-11T20:52:57.009Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2272 | 2026-03-11T20:52:57.022Z | Compiling tabled_derive v0.7.0 |
| 2273 | 2026-03-11T20:52:57.302Z | Compiling gethostname v0.5.0 |
| 2274 | 2026-03-11T20:52:57.474Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2275 | 2026-03-11T20:52:58.286Z | Compiling terminal_size v0.4.3 |
| 2276 | 2026-03-11T20:52:58.488Z | Compiling pem v3.0.5 |
| 2277 | 2026-03-11T20:52:58.541Z | Compiling inout v0.1.3 |
| 2278 | 2026-03-11T20:52:58.730Z | Compiling rustls-webpki v0.101.7 |
| 2279 | 2026-03-11T20:52:59.349Z | Compiling sct v0.7.1 |
| 2280 | 2026-03-11T20:52:59.652Z | Compiling bcs v0.1.6 |
| 2281 | 2026-03-11T20:53:00.220Z | Compiling serde_plain v1.0.2 |
| 2282 | 2026-03-11T20:53:00.587Z | Compiling openssl-probe v0.2.1 |
| 2283 | 2026-03-11T20:53:00.590Z | Compiling swrite v0.1.0 |
| 2284 | 2026-03-11T20:53:00.730Z | Compiling radium v0.7.0 |
| 2285 | 2026-03-11T20:53:00.819Z | Compiling termtree v0.5.1 |
| 2286 | 2026-03-11T20:53:00.925Z | Compiling linear-map v1.2.0 |
| 2287 | 2026-03-11T20:53:01.055Z | Compiling typed-path v0.9.3 |
| 2288 | 2026-03-11T20:53:01.150Z | Compiling smawk v0.3.2 |
| 2289 | 2026-03-11T20:53:01.219Z | Compiling unicode-width v0.2.1 |
| 2290 | 2026-03-11T20:53:01.303Z | Compiling tagptr v0.2.0 |
| 2291 | 2026-03-11T20:53:01.356Z | Compiling unicode-linebreak v0.1.5 |
| 2292 | 2026-03-11T20:53:01.433Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2293 | 2026-03-11T20:53:01.631Z | Compiling textwrap v0.16.2 |
| 2294 | 2026-03-11T20:53:02.157Z | Compiling rustls-native-certs v0.8.3 |
| 2295 | 2026-03-11T20:53:03.159Z | Compiling tough v0.20.0 |
| 2296 | 2026-03-11T20:53:03.524Z | Compiling cipher v0.4.4 |
| 2297 | 2026-03-11T20:53:03.655Z | Compiling tabled v0.15.0 |
| 2298 | 2026-03-11T20:53:03.860Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2299 | 2026-03-11T20:53:03.998Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2300 | 2026-03-11T20:53:04.747Z | Compiling steno v0.4.1 |
| 2301 | 2026-03-11T20:53:05.559Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2302 | 2026-03-11T20:53:10.126Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2303 | 2026-03-11T20:53:11.295Z | Compiling tokio-tungstenite v0.21.0 |
| 2304 | 2026-03-11T20:53:11.704Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2305 | 2026-03-11T20:53:12.405Z | Compiling hickory-proto v0.25.2 |
| 2306 | 2026-03-11T20:53:15.141Z | Compiling humantime v2.3.0 |
| 2307 | 2026-03-11T20:53:15.686Z | Compiling tap v1.0.1 |
| 2308 | 2026-03-11T20:53:15.868Z | Compiling wyz v0.5.1 |
| 2309 | 2026-03-11T20:53:16.089Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2310 | 2026-03-11T20:53:16.169Z | Compiling hickory-resolver v0.25.2 |
| 2311 | 2026-03-11T20:53:17.646Z | Compiling tokio-rustls v0.24.1 |
| 2312 | 2026-03-11T20:53:18.570Z | Compiling rustls-platform-verifier v0.6.2 |
| 2313 | 2026-03-11T20:53:19.468Z | Compiling typify v0.6.1 |
| 2314 | 2026-03-11T20:53:19.592Z | Compiling rustls-pemfile v1.0.4 |
| 2315 | 2026-03-11T20:53:19.663Z | Compiling num_enum_derive v0.5.11 |
| 2316 | 2026-03-11T20:53:20.175Z | Compiling twox-hash v2.1.0 |
| 2317 | 2026-03-11T20:53:20.805Z | Compiling universal-hash v0.5.1 |
| 2318 | 2026-03-11T20:53:21.003Z | Compiling atty v0.2.14 |
| 2319 | 2026-03-11T20:53:21.073Z | Compiling opaque-debug v0.3.1 |
| 2320 | 2026-03-11T20:53:21.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2321 | 2026-03-11T20:53:21.169Z | Compiling funty v2.0.0 |
| 2322 | 2026-03-11T20:53:21.464Z | Compiling polyval v0.6.2 |
| 2323 | 2026-03-11T20:53:21.813Z | Compiling bitvec v1.0.1 |
| 2324 | 2026-03-11T20:53:23.822Z | Compiling num_enum v0.5.11 |
| 2325 | 2026-03-11T20:53:23.996Z | Compiling progenitor-impl v0.13.0 |
| 2326 | 2026-03-11T20:53:24.485Z | Compiling reqwest v0.13.2 |
| 2327 | 2026-03-11T20:53:24.721Z | Compiling toml v0.7.8 |
| 2328 | 2026-03-11T20:53:27.062Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2329 | 2026-03-11T20:53:27.333Z | Compiling aes v0.8.4 |
| 2330 | 2026-03-11T20:53:27.462Z | Compiling ctr v0.9.2 |
| 2331 | 2026-03-11T20:53:27.725Z | Compiling nix v0.31.1 |
| 2332 | 2026-03-11T20:53:28.119Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2333 | 2026-03-11T20:53:28.260Z | Compiling aead v0.5.2 |
| 2334 | 2026-03-11T20:53:28.416Z | Compiling bincode v1.3.3 |
| 2335 | 2026-03-11T20:53:28.517Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2336 | 2026-03-11T20:53:28.602Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2337 | 2026-03-11T20:53:28.739Z | Compiling passt v0.3.0 |
| 2338 | 2026-03-11T20:53:28.766Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2339 | 2026-03-11T20:53:28.875Z | Compiling aes-gcm-siv v0.11.1 |
| 2340 | 2026-03-11T20:53:29.014Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2341 | 2026-03-11T20:53:29.028Z | Compiling fakedata_generator v0.5.0 |
| 2342 | 2026-03-11T20:53:29.073Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2343 | 2026-03-11T20:53:29.122Z | Compiling progenitor-macro v0.13.0 |
| 2344 | 2026-03-11T20:53:29.452Z | Compiling progenitor-client v0.13.0 |
| 2345 | 2026-03-11T20:53:29.959Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2346 | 2026-03-11T20:53:31.455Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2347 | 2026-03-11T20:53:31.590Z | Compiling bitstruct_derive v0.1.0 |
| 2348 | 2026-03-11T20:53:32.454Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2349 | 2026-03-11T20:53:32.730Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2350 | 2026-03-11T20:53:33.079Z | Compiling ascii v1.1.0 |
| 2351 | 2026-03-11T20:53:33.536Z | Compiling typeid v1.0.0 |
| 2352 | 2026-03-11T20:53:33.701Z | Compiling pretty-hex v0.2.1 |
| 2353 | 2026-03-11T20:53:33.934Z | Compiling ringbuffer v0.15.0 |
| 2354 | 2026-03-11T20:53:34.360Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2355 | 2026-03-11T20:53:34.410Z | Compiling erased-serde v0.4.5 |
| 2356 | 2026-03-11T20:53:34.666Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2357 | 2026-03-11T20:53:35.242Z | Compiling progenitor v0.13.0 |
| 2358 | 2026-03-11T20:53:35.282Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2359 | 2026-03-11T20:53:35.435Z | Compiling bitstruct v0.1.1 |
| 2360 | 2026-03-11T20:53:35.595Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2361 | 2026-03-11T20:53:35.868Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2362 | 2026-03-11T20:53:36.446Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2363 | 2026-03-11T20:53:36.900Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2364 | 2026-03-11T20:53:37.198Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2365 | 2026-03-11T20:53:37.607Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2366 | 2026-03-11T20:53:37.946Z | Compiling kstat-rs v0.2.4 |
| 2367 | 2026-03-11T20:53:38.316Z | Compiling serde_arrays v0.1.0 |
| 2368 | 2026-03-11T20:53:38.496Z | Compiling libloading v0.7.4 |
| 2369 | 2026-03-11T20:53:38.500Z | Compiling bit_field v0.10.2 |
| 2370 | 2026-03-11T20:53:38.707Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2371 | 2026-03-11T20:53:38.820Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2372 | 2026-03-11T20:53:38.867Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2373 | 2026-03-11T20:53:43.739Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2374 | 2026-03-11T20:53:43.848Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2375 | 2026-03-11T20:53:44.285Z | Compiling ron v0.8.1 |
| 2376 | 2026-03-11T20:53:44.299Z | Compiling itertools v0.13.0 |
| 2377 | 2026-03-11T20:53:46.272Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2378 | 2026-03-11T20:53:46.470Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2379 | 2026-03-11T20:53:54.248Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2380 | 2026-03-11T20:53:58.550Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2381 | 2026-03-11T20:54:13.808Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2382 | 2026-03-11T20:54:45.962Z | Finished `release` profile [optimized] target(s) in 4m 38s |
| 2383 | 2026-03-11T20:54:46.134Z | |
| 2384 | 2026-03-11T20:54:46.137Z | real 4:38.992601226 |
| 2385 | 2026-03-11T20:54:46.137Z | user 31:52.296752181 |
| 2386 | 2026-03-11T20:54:46.138Z | sys 2:47.106038149 |
| 2387 | 2026-03-11T20:54:46.138Z | trap 0.877853327 |
| 2388 | 2026-03-11T20:54:46.138Z | tflt 1.716093903 |
| 2389 | 2026-03-11T20:54:46.138Z | dflt 1.133454147 |
| 2390 | 2026-03-11T20:54:46.138Z | kflt 0.000145633 |
| 2391 | 2026-03-11T20:54:46.138Z | lock 1:32:15.050812343 |
| 2392 | 2026-03-11T20:54:46.138Z | slp 1:58:36.359050275 |
| 2393 | 2026-03-11T20:54:46.138Z | lat 2:34.536651473 |
| 2394 | 2026-03-11T20:54:46.138Z | stop 3:23.987379896 |
| 2395 | 2026-03-11T20:54:46.138Z | + OUTDIR=/work/release |
| 2396 | 2026-03-11T20:54:46.138Z | + mkdir -p /work/release |
| 2397 | 2026-03-11T20:54:46.138Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2398 | 2026-03-11T20:54:46.166Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2399 | 2026-03-11T20:54:46.246Z | + cd /work/release |
| 2400 | 2026-03-11T20:54:46.250Z | + digest -a sha256 propolis-cli |
| 2401 | 2026-03-11T20:54:46.272Z | + digest -a sha256 propolis-server |
| 2402 | 2026-03-11T20:54:46.329Z | process exited: duration 610608 ms, exit code 0 |
| |
| 2403 | 2026-03-11T20:54:46.341Z | found 4 output files |
| 2404 | 2026-03-11T20:54:46.341Z | uploading: /work/release/propolis-cli (24802192 bytes) |
| 2405 | 2026-03-11T20:54:47.610Z | uploaded: /work/release/propolis-cli |
| 2406 | 2026-03-11T20:54:47.614Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2407 | 2026-03-11T20:54:48.623Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2408 | 2026-03-11T20:54:48.623Z | uploading: /work/release/propolis-server (76320536 bytes) |
| 2409 | 2026-03-11T20:54:51.115Z | uploaded: /work/release/propolis-server |
| 2410 | 2026-03-11T20:54:51.118Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2411 | 2026-03-11T20:54:52.186Z | uploaded: /work/release/propolis-server.sha256.txt |