|
|
|
| 1 | 2026-03-17T02:16:08.853Z | job assigned to worker 01KKWS71BBDDYB9WCGRKBH7G1B [factory aws, i-0487d775bba40ff24] (queued for 53 s) |
| |
| 2 | 2026-03-17T02:16:17.118Z | starting task 0: "setup" |
| 3 | 2026-03-17T02:16:17.124Z | ++ uname -s |
| 4 | 2026-03-17T02:16:17.128Z | + kern=SunOS |
| 5 | 2026-03-17T02:16:17.128Z | + build_user=build |
| 6 | 2026-03-17T02:16:17.128Z | + build_uid=12345 |
| 7 | 2026-03-17T02:16:17.128Z | + work_dir=/work |
| 8 | 2026-03-17T02:16:17.128Z | + input_dir=/input |
| 9 | 2026-03-17T02:16:17.128Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-17T02:16:17.128Z | + case "$kern" in |
| 11 | 2026-03-17T02:16:17.128Z | + groupadd -g 12345 build |
| 12 | 2026-03-17T02:16:17.131Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-17T02:16:19.136Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-17T02:16:19.256Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-17T02:16:19.259Z | + home_fs=zfs |
| 16 | 2026-03-17T02:16:19.259Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-17T02:16:19.259Z | + mkdir -p /home/build |
| 18 | 2026-03-17T02:16:19.262Z | + chown build:build /home/build /work |
| 19 | 2026-03-17T02:16:21.262Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-17T02:16:21.265Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-03-17T02:16:21.272Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-17T02:16:21.276Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-17T02:16:21.276Z | * rust toolchain channel = "stable" |
| 24 | 2026-03-17T02:16:21.276Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-17T02:16:21.276Z | * rust toolchain profile = "default" |
| 26 | 2026-03-17T02:16:21.276Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-17T02:16:21.276Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-17T02:16:21.279Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-17T02:16:21.279Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-17T02:16:21.424Z | info: downloading installer |
| 31 | 2026-03-17T02:16:23.059Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-17T02:16:23.059Z | warn: /opt/ooce/bin |
| 33 | 2026-03-17T02:16:23.059Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-17T02:16:23.059Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-17T02:16:23.059Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-17T02:16:23.059Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-17T02:16:23.059Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-17T02:16:23.059Z | error: cannot install while Rust is installed |
| 39 | 2026-03-17T02:16:23.059Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-17T02:16:23.059Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-17T02:16:23.059Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-17T02:16:23.059Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-17T02:16:23.059Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-17T02:16:23.072Z | info: profile set to default |
| 45 | 2026-03-17T02:16:23.072Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-17T02:16:23.076Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-03-17T02:16:23.213Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-17T02:16:23.216Z | info: downloading 6 components |
| 49 | 2026-03-17T02:16:39.557Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-03-17T02:16:39.557Z | |
| 51 | 2026-03-17T02:16:39.599Z | stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-17T02:16:39.599Z | |
| 53 | 2026-03-17T02:16:39.604Z | |
| 54 | 2026-03-17T02:16:39.604Z | Rust is installed now. Great! |
| 55 | 2026-03-17T02:16:39.604Z | |
| 56 | 2026-03-17T02:16:39.604Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-17T02:16:39.604Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-17T02:16:39.604Z | |
| 59 | 2026-03-17T02:16:39.604Z | To configure your current shell, you need to source |
| 60 | 2026-03-17T02:16:39.604Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-17T02:16:39.604Z | |
| 62 | 2026-03-17T02:16:39.604Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-17T02:16:39.604Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-17T02:16:39.604Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-17T02:16:39.604Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-17T02:16:39.604Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-17T02:16:39.604Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-17T02:16:39.604Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-17T02:16:39.604Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-17T02:16:39.604Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-17T02:16:39.709Z | + rustup --version |
| 72 | 2026-03-17T02:16:39.720Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-17T02:16:39.723Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-17T02:16:39.746Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-17T02:16:39.749Z | + cargo --version |
| 76 | 2026-03-17T02:16:39.765Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-17T02:16:39.768Z | + rustc --version |
| 78 | 2026-03-17T02:16:39.793Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-17T02:16:39.796Z | process exited: duration 18514 ms, exit code 0 |
| |
| 80 | 2026-03-17T02:16:39.802Z | starting task 2: "authentication" |
| 81 | 2026-03-17T02:16:39.822Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-17T02:16:39.828Z | starting task 3: "clone repository" |
| 83 | 2026-03-17T02:16:39.832Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-03-17T02:16:39.835Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-03-17T02:16:39.867Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-03-17T02:16:41.272Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-03-17T02:16:41.272Z | + git fetch origin 3cb8706b2a9c71c94a194c4fac995db8a9ea6442 |
| 88 | 2026-03-17T02:16:41.547Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-03-17T02:16:41.547Z | * branch 3cb8706b2a9c71c94a194c4fac995db8a9ea6442 -> FETCH_HEAD |
| 90 | 2026-03-17T02:16:41.555Z | + [[ -n spr/papertigers/wire-up-vsock-device-to-propolis-server ]] |
| 91 | 2026-03-17T02:16:41.559Z | ++ git branch --show-current |
| 92 | 2026-03-17T02:16:41.559Z | + current=master |
| 93 | 2026-03-17T02:16:41.559Z | + [[ master != spr/papertigers/wire-up-vsock-device-to-propolis-server ]] |
| 94 | 2026-03-17T02:16:41.559Z | + git branch -f spr/papertigers/wire-up-vsock-device-to-propolis-server 3cb8706b2a9c71c94a194c4fac995db8a9ea6442 |
| 95 | 2026-03-17T02:16:41.562Z | + git checkout -f spr/papertigers/wire-up-vsock-device-to-propolis-server |
| 96 | 2026-03-17T02:16:41.588Z | Switched to branch 'spr/papertigers/wire-up-vsock-device-to-propolis-server' |
| 97 | 2026-03-17T02:16:41.591Z | + git reset --hard 3cb8706b2a9c71c94a194c4fac995db8a9ea6442 |
| 98 | 2026-03-17T02:16:41.614Z | HEAD is now at 3cb8706 rebase |
| 99 | 2026-03-17T02:16:41.617Z | process exited: duration 1786 ms, exit code 0 |
| |
| 100 | 2026-03-17T02:16:41.626Z | starting task 4: "build" |
| 101 | 2026-03-17T02:16:41.629Z | + cargo --version |
| 102 | 2026-03-17T02:16:41.635Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-03-17T02:16:41.817Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-03-17T02:16:41.820Z | info: downloading 6 components |
| 105 | 2026-03-17T02:16:58.397Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-03-17T02:16:58.400Z | + rustc --version |
| 107 | 2026-03-17T02:16:58.436Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-03-17T02:16:58.441Z | + banner prerequisites |
| 109 | 2026-03-17T02:16:58.444Z | |
| 110 | 2026-03-17T02:16:58.444Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-03-17T02:16:58.444Z | # # # # # # # # # # # # # # # |
| 112 | 2026-03-17T02:16:58.444Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-03-17T02:16:58.444Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-03-17T02:16:58.444Z | # # # # # # # # # # # # # # # |
| 115 | 2026-03-17T02:16:58.444Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-03-17T02:16:58.444Z | |
| 117 | 2026-03-17T02:16:58.444Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-03-17T02:17:09.356Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-03-17T02:17:19.031Z | Startup: Caching catalogs ... Done |
| 120 | 2026-03-17T02:17:41.412Z | Planning: Solver setup ... Done (20.749s) |
| 121 | 2026-03-17T02:17:41.562Z | Planning: Running solver ... Done (0.151s) |
| 122 | 2026-03-17T02:17:41.746Z | Planning: Finding local manifests ... Done (0.003s) |
| 123 | 2026-03-17T02:17:41.758Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-03-17T02:17:41.876Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-03-17T02:17:41.915Z | Planning: Package planning ... Done (0.040s) |
| 126 | 2026-03-17T02:17:41.953Z | Planning: Merging actions ... Done (0.037s) |
| 127 | 2026-03-17T02:17:42.093Z | Planning: Checking for conflicting actions ... Done (0.140s) |
| 128 | 2026-03-17T02:17:42.102Z | Planning: Consolidating action changes ... Done (0.009s) |
| 129 | 2026-03-17T02:17:42.961Z | Planning: Evaluating mediators ... Done (0.858s) |
| 130 | 2026-03-17T02:17:42.968Z | Planning: Planning completed in 23.78 seconds |
| 131 | 2026-03-17T02:17:42.982Z | Packages to install: 3 |
| 132 | 2026-03-17T02:17:42.982Z | Mediators to change: 2 |
| 133 | 2026-03-17T02:17:42.985Z | Services to change: 1 |
| 134 | 2026-03-17T02:17:42.985Z | Estimated space available: 154.92 GB |
| 135 | 2026-03-17T02:17:42.985Z | Estimated space to be consumed: 1.82 GB |
| 136 | 2026-03-17T02:17:42.985Z | Create boot environment: No |
| 137 | 2026-03-17T02:17:42.985Z | Create backup boot environment: No |
| 138 | 2026-03-17T02:17:42.985Z | Rebuild boot archive: No |
| 139 | 2026-03-17T02:17:42.985Z | |
| 140 | 2026-03-17T02:17:42.985Z | Changed mediators: |
| 141 | 2026-03-17T02:17:42.985Z | mediator clang: |
| 142 | 2026-03-17T02:17:42.985Z | version: None -> 15 (system default) |
| 143 | 2026-03-17T02:17:42.985Z | |
| 144 | 2026-03-17T02:17:42.985Z | mediator llvm: |
| 145 | 2026-03-17T02:17:42.985Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-03-17T02:17:42.985Z | |
| 147 | 2026-03-17T02:17:42.985Z | Changed packages: |
| 148 | 2026-03-17T02:17:42.985Z | helios-dev |
| 149 | 2026-03-17T02:17:42.985Z | developer/build-essential |
| 150 | 2026-03-17T02:17:42.985Z | None -> 11-2.0 |
| 151 | 2026-03-17T02:17:42.985Z | ooce/developer/clang-15 |
| 152 | 2026-03-17T02:17:42.985Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-17T02:17:42.986Z | ooce/developer/llvm-15 |
| 154 | 2026-03-17T02:17:42.986Z | None -> 15.0.7-2.0 |
| 155 | 2026-03-17T02:17:42.986Z | |
| 156 | 2026-03-17T02:17:42.986Z | Services: |
| 157 | 2026-03-17T02:17:42.986Z | restart_fmri: |
| 158 | 2026-03-17T02:17:42.986Z | svc:/system/update-man-index:default |
| 159 | 2026-03-17T02:17:43.030Z | |
| 160 | 2026-03-17T02:17:43.030Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-03-17T02:17:48.091Z | Download: 2001/3076 items 117.1/211.3MB 55% complete (23.8M/s) |
| 162 | 2026-03-17T02:17:53.704Z | Download: 3031/3076 items 201.8/211.3MB 95% complete (22.0M/s) |
| 163 | 2026-03-17T02:17:55.111Z | Download: Completed 211.31 MB in 12.08 seconds (17.5M/s) |
| 164 | 2026-03-17T02:17:56.052Z | Actions: 1/3430 actions (Installing new actions) |
| 165 | 2026-03-17T02:18:00.074Z | Actions: Completed 3430 actions in 4.02 seconds. |
| 166 | 2026-03-17T02:18:00.445Z | Done (0.366s) |
| 167 | 2026-03-17T02:18:00.445Z | Done (0.000s) |
| 168 | 2026-03-17T02:18:01.446Z | Done (1.000s) |
| 169 | 2026-03-17T02:18:05.381Z | Done (3.588s) |
| 170 | 2026-03-17T02:18:05.465Z | Done (0.017s) |
| 171 | 2026-03-17T02:18:05.468Z | Done (0.000s) |
| 172 | 2026-03-17T02:18:05.670Z | Done (0.000s) |
| 173 | 2026-03-17T02:18:06.641Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2026-03-17T02:18:06.783Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2026-03-17T02:18:06.786Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-03-17T02:18:07.004Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-03-17T02:18:07.008Z | Planning: Planning completed in 0.36 seconds |
| 178 | 2026-03-17T02:18:07.033Z | Mediators to change: 2 |
| 179 | 2026-03-17T02:18:07.033Z | Create boot environment: No |
| 180 | 2026-03-17T02:18:07.036Z | Create backup boot environment: No |
| 181 | 2026-03-17T02:18:07.111Z | Done |
| 182 | 2026-03-17T02:18:07.111Z | Done |
| 183 | 2026-03-17T02:18:07.828Z | Done |
| 184 | 2026-03-17T02:18:11.126Z | Done |
| 185 | 2026-03-17T02:18:11.209Z | Done |
| 186 | 2026-03-17T02:18:11.212Z | Done |
| 187 | 2026-03-17T02:18:11.362Z | Done |
| 188 | 2026-03-17T02:18:11.738Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 189 | 2026-03-17T02:18:11.739Z | clang system 15 system |
| 190 | 2026-03-17T02:18:11.739Z | csh system system illumos |
| 191 | 2026-03-17T02:18:11.739Z | ctags system system illumos |
| 192 | 2026-03-17T02:18:11.739Z | file system system illumos |
| 193 | 2026-03-17T02:18:11.739Z | gcc vendor 12 vendor |
| 194 | 2026-03-17T02:18:11.739Z | gcc system 10 system |
| 195 | 2026-03-17T02:18:11.739Z | gcc system 7 system |
| 196 | 2026-03-17T02:18:11.739Z | go system 1.20 system |
| 197 | 2026-03-17T02:18:11.739Z | go system 1.19 system |
| 198 | 2026-03-17T02:18:11.739Z | llvm system 15 system |
| 199 | 2026-03-17T02:18:11.739Z | llvm system 14 system |
| 200 | 2026-03-17T02:18:11.739Z | mariadb system 10.6 system |
| 201 | 2026-03-17T02:18:11.739Z | mta vendor vendor dma |
| 202 | 2026-03-17T02:18:11.739Z | openjdk system 17 system |
| 203 | 2026-03-17T02:18:11.739Z | openjdk system 11 system |
| 204 | 2026-03-17T02:18:11.739Z | openjdk system 1.8 system |
| 205 | 2026-03-17T02:18:11.739Z | openssl vendor 3 vendor |
| 206 | 2026-03-17T02:18:11.739Z | perl system 5.36 system |
| 207 | 2026-03-17T02:18:11.739Z | postgresql system 15 system |
| 208 | 2026-03-17T02:18:11.739Z | postgresql system 13 system |
| 209 | 2026-03-17T02:18:11.739Z | python vendor 3 vendor |
| 210 | 2026-03-17T02:18:11.739Z | python system 2 system |
| 211 | 2026-03-17T02:18:11.739Z | python3 system 3.11 system |
| 212 | 2026-03-17T02:18:11.739Z | ruby system 3.0 system |
| 213 | 2026-03-17T02:18:11.739Z | words vendor vendor american-english |
| 214 | 2026-03-17T02:18:11.742Z | words system system australian-english |
| 215 | 2026-03-17T02:18:11.742Z | words system system british-english |
| 216 | 2026-03-17T02:18:11.742Z | words system system canadian-english |
| 217 | 2026-03-17T02:18:11.742Z | words system system french |
| 218 | 2026-03-17T02:18:11.742Z | words system system italian |
| 219 | 2026-03-17T02:18:11.743Z | words system system ngerman |
| 220 | 2026-03-17T02:18:11.743Z | words system system ogerman |
| 221 | 2026-03-17T02:18:11.743Z | words system system spanish |
| 222 | 2026-03-17T02:18:12.038Z | PUBLISHER TYPE STATUS P LOCATION |
| 223 | 2026-03-17T02:18:12.038Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 224 | 2026-03-17T02:18:17.746Z | FMRI IFO |
| 225 | 2026-03-17T02:18:17.746Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 226 | 2026-03-17T02:18:17.746Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 227 | 2026-03-17T02:18:17.746Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 228 | 2026-03-17T02:18:17.746Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 229 | 2026-03-17T02:18:17.746Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 230 | 2026-03-17T02:18:17.746Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 231 | 2026-03-17T02:18:17.746Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 232 | 2026-03-17T02:18:18.715Z | All builder prerequisites installed successfully, and PATH looks valid |
| 233 | 2026-03-17T02:18:18.719Z | |
| 234 | 2026-03-17T02:18:18.719Z | real 1:20.225940409 |
| 235 | 2026-03-17T02:18:18.719Z | user 59.139800364 |
| 236 | 2026-03-17T02:18:18.719Z | sys 5.112195071 |
| 237 | 2026-03-17T02:18:18.719Z | trap 0.008904246 |
| 238 | 2026-03-17T02:18:18.719Z | tflt 0.025547705 |
| 239 | 2026-03-17T02:18:18.719Z | dflt 0.036743869 |
| 240 | 2026-03-17T02:18:18.719Z | kflt 0.012820737 |
| 241 | 2026-03-17T02:18:18.719Z | lock 0.000000000 |
| 242 | 2026-03-17T02:18:18.719Z | slp 1:36.148391329 |
| 243 | 2026-03-17T02:18:18.719Z | lat 0.038043797 |
| 244 | 2026-03-17T02:18:18.719Z | stop 0.000216257 |
| 245 | 2026-03-17T02:18:18.719Z | + banner check |
| 246 | 2026-03-17T02:18:18.719Z | |
| 247 | 2026-03-17T02:18:18.719Z | #### # # ###### #### # # |
| 248 | 2026-03-17T02:18:18.719Z | # # # # # # # # # |
| 249 | 2026-03-17T02:18:18.719Z | # ###### ##### # #### |
| 250 | 2026-03-17T02:18:18.719Z | # # # # # # # |
| 251 | 2026-03-17T02:18:18.719Z | # # # # # # # # # |
| 252 | 2026-03-17T02:18:18.719Z | #### # # ###### #### # # |
| 253 | 2026-03-17T02:18:18.719Z | |
| 254 | 2026-03-17T02:18:18.719Z | + ptime -m cargo check --features falcon |
| 255 | 2026-03-17T02:18:18.873Z | Updating crates.io index |
| 256 | 2026-03-17T02:18:18.876Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 257 | 2026-03-17T02:18:20.707Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-03-17T02:18:31.607Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 259 | 2026-03-17T02:18:31.832Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 260 | 2026-03-17T02:18:32.077Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 261 | 2026-03-17T02:18:32.394Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 262 | 2026-03-17T02:18:32.749Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-03-17T02:18:33.451Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2026-03-17T02:18:34.145Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-03-17T02:18:34.490Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2026-03-17T02:18:34.722Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2026-03-17T02:18:35.996Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 268 | 2026-03-17T02:18:36.466Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2026-03-17T02:18:38.211Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 270 | 2026-03-17T02:18:38.842Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-03-17T02:18:39.346Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2026-03-17T02:18:39.956Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-03-17T02:18:40.292Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 274 | 2026-03-17T02:18:40.784Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 275 | 2026-03-17T02:18:41.064Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 276 | 2026-03-17T02:18:42.557Z | Downloading crates ... |
| 277 | 2026-03-17T02:18:42.629Z | Downloaded aead v0.5.2 |
| 278 | 2026-03-17T02:18:42.640Z | Downloaded allocator-api2 v0.2.21 |
| 279 | 2026-03-17T02:18:42.644Z | Downloaded crucible-workspace-hack v0.1.0 |
| 280 | 2026-03-17T02:18:42.646Z | Downloaded cexpr v0.6.0 |
| 281 | 2026-03-17T02:18:42.649Z | Downloaded cargo-platform v0.1.8 |
| 282 | 2026-03-17T02:18:42.652Z | Downloaded atomicwrites v0.4.4 |
| 283 | 2026-03-17T02:18:42.655Z | Downloaded derive-ex v0.1.8 |
| 284 | 2026-03-17T02:18:42.658Z | Downloaded cobs v0.2.3 |
| 285 | 2026-03-17T02:18:42.661Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 286 | 2026-03-17T02:18:42.663Z | Downloaded darling v0.21.3 |
| 287 | 2026-03-17T02:18:42.668Z | Downloaded foreign-types v0.5.0 |
| 288 | 2026-03-17T02:18:42.671Z | Downloaded getrandom v0.2.14 |
| 289 | 2026-03-17T02:18:42.675Z | Downloaded equivalent v1.0.2 |
| 290 | 2026-03-17T02:18:42.678Z | Downloaded highway v1.3.0 |
| 291 | 2026-03-17T02:18:42.681Z | Downloaded fastrand v2.3.0 |
| 292 | 2026-03-17T02:18:42.684Z | Downloaded fixedbitset v0.4.2 |
| 293 | 2026-03-17T02:18:42.687Z | Downloaded argon2 v0.5.3 |
| 294 | 2026-03-17T02:18:42.690Z | Downloaded dof v0.3.0 |
| 295 | 2026-03-17T02:18:42.693Z | Downloaded cstr-argument v0.1.2 |
| 296 | 2026-03-17T02:18:42.696Z | Downloaded embedded-io v0.6.1 |
| 297 | 2026-03-17T02:18:42.699Z | Downloaded crossbeam-epoch v0.9.18 |
| 298 | 2026-03-17T02:18:42.702Z | Downloaded futures-channel v0.3.31 |
| 299 | 2026-03-17T02:18:42.704Z | Downloaded csv-core v0.1.12 |
| 300 | 2026-03-17T02:18:42.708Z | Downloaded dyn-clone v1.0.17 |
| 301 | 2026-03-17T02:18:42.710Z | Downloaded crossbeam-channel v0.5.15 |
| 302 | 2026-03-17T02:18:42.715Z | Downloaded glob v0.3.3 |
| 303 | 2026-03-17T02:18:42.718Z | Downloaded digest v0.10.7 |
| 304 | 2026-03-17T02:18:42.721Z | Downloaded fatfs v0.3.6 |
| 305 | 2026-03-17T02:18:42.725Z | Downloaded filetime v0.2.23 |
| 306 | 2026-03-17T02:18:42.728Z | Downloaded ctrlc v3.4.4 |
| 307 | 2026-03-17T02:18:42.731Z | Downloaded idna_adapter v1.2.0 |
| 308 | 2026-03-17T02:18:42.734Z | Downloaded bit_field v0.10.2 |
| 309 | 2026-03-17T02:18:42.737Z | Downloaded darling_macro v0.20.11 |
| 310 | 2026-03-17T02:18:42.740Z | Downloaded convert_case v0.4.0 |
| 311 | 2026-03-17T02:18:42.742Z | Downloaded bitstruct_derive v0.1.0 |
| 312 | 2026-03-17T02:18:42.745Z | Downloaded heck v0.4.1 |
| 313 | 2026-03-17T02:18:42.748Z | Downloaded generic-array v0.14.7 |
| 314 | 2026-03-17T02:18:42.751Z | Downloaded foreign-types-shared v0.3.1 |
| 315 | 2026-03-17T02:18:42.751Z | Downloaded darling_macro v0.21.3 |
| 316 | 2026-03-17T02:18:42.753Z | Downloaded hyper-tls v0.6.0 |
| 317 | 2026-03-17T02:18:42.756Z | Downloaded ident_case v1.0.1 |
| 318 | 2026-03-17T02:18:42.759Z | Downloaded block-buffer v0.10.4 |
| 319 | 2026-03-17T02:18:42.762Z | Downloaded http-body v1.0.1 |
| 320 | 2026-03-17T02:18:42.765Z | Downloaded home v0.5.11 |
| 321 | 2026-03-17T02:18:42.767Z | Downloaded hubpack v0.1.2 |
| 322 | 2026-03-17T02:18:42.770Z | Downloaded httpdate v1.0.3 |
| 323 | 2026-03-17T02:18:42.773Z | Downloaded git-stub v1.0.0 |
| 324 | 2026-03-17T02:18:42.776Z | Downloaded colorchoice v1.0.1 |
| 325 | 2026-03-17T02:18:42.778Z | Downloaded hex v0.4.3 |
| 326 | 2026-03-17T02:18:42.782Z | Downloaded instant v0.1.12 |
| 327 | 2026-03-17T02:18:42.783Z | Downloaded float-ord v0.3.2 |
| 328 | 2026-03-17T02:18:42.785Z | Downloaded is-terminal v0.4.12 |
| 329 | 2026-03-17T02:18:42.788Z | Downloaded futures-io v0.3.31 |
| 330 | 2026-03-17T02:18:42.788Z | Downloaded daft v0.1.5 |
| 331 | 2026-03-17T02:18:42.791Z | Downloaded defmt v0.3.8 |
| 332 | 2026-03-17T02:18:42.795Z | Downloaded is_terminal_polyfill v1.70.0 |
| 333 | 2026-03-17T02:18:42.798Z | Downloaded indent_write v2.2.0 |
| 334 | 2026-03-17T02:18:42.801Z | Downloaded icu_provider_macros v1.5.0 |
| 335 | 2026-03-17T02:18:42.803Z | Downloaded crossbeam-utils v0.8.19 |
| 336 | 2026-03-17T02:18:42.806Z | Downloaded is_ci v1.2.0 |
| 337 | 2026-03-17T02:18:42.809Z | Downloaded hostname v0.3.1 |
| 338 | 2026-03-17T02:18:42.812Z | Downloaded lazy_static v1.5.0 |
| 339 | 2026-03-17T02:18:42.815Z | Downloaded hostname v0.4.2 |
| 340 | 2026-03-17T02:18:42.818Z | Downloaded itoa v1.0.11 |
| 341 | 2026-03-17T02:18:42.820Z | Downloaded lazycell v1.3.0 |
| 342 | 2026-03-17T02:18:42.821Z | Downloaded linked-hash-map v0.5.6 |
| 343 | 2026-03-17T02:18:42.823Z | Downloaded kstat-rs v0.2.4 |
| 344 | 2026-03-17T02:18:42.826Z | Downloaded foreign-types-shared v0.1.1 |
| 345 | 2026-03-17T02:18:42.829Z | Downloaded cfg_aliases v0.2.1 |
| 346 | 2026-03-17T02:18:42.832Z | Downloaded foreign-types v0.3.2 |
| 347 | 2026-03-17T02:18:42.832Z | Downloaded deranged v0.5.3 |
| 348 | 2026-03-17T02:18:42.834Z | Downloaded funty v2.0.0 |
| 349 | 2026-03-17T02:18:42.838Z | Downloaded autocfg v1.3.0 |
| 350 | 2026-03-17T02:18:42.840Z | Downloaded git-stub-vcs v0.1.0 |
| 351 | 2026-03-17T02:18:42.843Z | Downloaded data-encoding v2.6.0 |
| 352 | 2026-03-17T02:18:42.846Z | Downloaded mime v0.3.17 |
| 353 | 2026-03-17T02:18:42.849Z | Downloaded newline-converter v0.3.0 |
| 354 | 2026-03-17T02:18:42.849Z | Downloaded http-body-util v0.1.3 |
| 355 | 2026-03-17T02:18:42.852Z | Downloaded cancel-safe-futures v0.1.5 |
| 356 | 2026-03-17T02:18:42.855Z | Downloaded ingot v0.1.1 |
| 357 | 2026-03-17T02:18:42.858Z | Downloaded darling v0.20.11 |
| 358 | 2026-03-17T02:18:42.862Z | Downloaded memmap v0.7.0 |
| 359 | 2026-03-17T02:18:42.865Z | Downloaded lru-slab v0.1.2 |
| 360 | 2026-03-17T02:18:42.868Z | Downloaded num v0.4.3 |
| 361 | 2026-03-17T02:18:42.870Z | Downloaded num_enum_derive v0.5.11 |
| 362 | 2026-03-17T02:18:42.873Z | Downloaded num-conv v0.2.0 |
| 363 | 2026-03-17T02:18:42.873Z | Downloaded newtype-uuid-macros v0.1.0 |
| 364 | 2026-03-17T02:18:42.876Z | Downloaded num-derive v0.4.2 |
| 365 | 2026-03-17T02:18:42.879Z | Downloaded ingot-types v0.1.2 |
| 366 | 2026-03-17T02:18:42.882Z | Downloaded humantime v2.3.0 |
| 367 | 2026-03-17T02:18:42.884Z | Downloaded futures-executor v0.3.31 |
| 368 | 2026-03-17T02:18:42.887Z | Downloaded foldhash v0.1.5 |
| 369 | 2026-03-17T02:18:42.887Z | Downloaded escargot v0.5.10 |
| 370 | 2026-03-17T02:18:42.890Z | Downloaded linear-map v1.2.0 |
| 371 | 2026-03-17T02:18:42.893Z | Downloaded dunce v1.0.5 |
| 372 | 2026-03-17T02:18:42.896Z | Downloaded fs_extra v1.3.0 |
| 373 | 2026-03-17T02:18:42.899Z | Downloaded icu_locid_transform v1.5.0 |
| 374 | 2026-03-17T02:18:42.901Z | Downloaded cookie v0.18.1 |
| 375 | 2026-03-17T02:18:42.904Z | Downloaded globset v0.4.14 |
| 376 | 2026-03-17T02:18:42.907Z | Downloaded multer v3.1.0 |
| 377 | 2026-03-17T02:18:42.910Z | Downloaded opaque-debug v0.3.1 |
| 378 | 2026-03-17T02:18:42.913Z | Downloaded omicron-workspace-hack v0.1.0 |
| 379 | 2026-03-17T02:18:42.913Z | Downloaded dropshot-api-manager v0.5.2 |
| 380 | 2026-03-17T02:18:42.916Z | Downloaded phf_shared v0.12.1 |
| 381 | 2026-03-17T02:18:42.919Z | Downloaded parse-display v0.10.0 |
| 382 | 2026-03-17T02:18:42.922Z | Downloaded jobserver v0.1.31 |
| 383 | 2026-03-17T02:18:42.926Z | Downloaded chrono v0.4.44 |
| 384 | 2026-03-17T02:18:42.929Z | Downloaded num-iter v0.1.45 |
| 385 | 2026-03-17T02:18:42.932Z | Downloaded powerfmt v0.2.0 |
| 386 | 2026-03-17T02:18:42.935Z | Downloaded openssl-probe v0.2.1 |
| 387 | 2026-03-17T02:18:42.935Z | Downloaded num-rational v0.4.2 |
| 388 | 2026-03-17T02:18:42.938Z | Downloaded num_threads v0.1.7 |
| 389 | 2026-03-17T02:18:42.940Z | Downloaded derive_builder v0.20.2 |
| 390 | 2026-03-17T02:18:42.943Z | Downloaded plain v0.2.3 |
| 391 | 2026-03-17T02:18:42.946Z | Downloaded libloading v0.8.9 |
| 392 | 2026-03-17T02:18:42.949Z | Downloaded newtype-uuid v1.3.1 |
| 393 | 2026-03-17T02:18:42.952Z | Downloaded libsw-core v0.3.2 |
| 394 | 2026-03-17T02:18:42.955Z | Downloaded libloading v0.7.4 |
| 395 | 2026-03-17T02:18:42.957Z | Downloaded pin-utils v0.1.0 |
| 396 | 2026-03-17T02:18:42.957Z | Downloaded percent-encoding v2.3.2 |
| 397 | 2026-03-17T02:18:42.960Z | Downloaded icu_normalizer v1.5.0 |
| 398 | 2026-03-17T02:18:42.963Z | Downloaded proc-macro-error-attr v1.0.4 |
| 399 | 2026-03-17T02:18:42.966Z | Downloaded pretty-hex v0.4.1 |
| 400 | 2026-03-17T02:18:42.969Z | Downloaded proc-macro-crate v1.3.1 |
| 401 | 2026-03-17T02:18:42.969Z | Downloaded oxnet v0.1.3 |
| 402 | 2026-03-17T02:18:42.972Z | Downloaded bytes v1.11.1 |
| 403 | 2026-03-17T02:18:42.975Z | Downloaded paste v1.0.15 |
| 404 | 2026-03-17T02:18:42.979Z | Downloaded progenitor-macro v0.11.1 |
| 405 | 2026-03-17T02:18:42.982Z | Downloaded progenitor-client v0.11.1 |
| 406 | 2026-03-17T02:18:42.984Z | Downloaded progenitor-macro v0.10.0 |
| 407 | 2026-03-17T02:18:42.985Z | Downloaded fs-err v3.1.2 |
| 408 | 2026-03-17T02:18:42.987Z | Downloaded rand_xorshift v0.3.0 |
| 409 | 2026-03-17T02:18:42.990Z | Downloaded parse-display-derive v0.10.0 |
| 410 | 2026-03-17T02:18:42.993Z | Downloaded progenitor-client v0.10.0 |
| 411 | 2026-03-17T02:18:42.993Z | Downloaded clap v4.5.4 |
| 412 | 2026-03-17T02:18:43.000Z | Downloaded progenitor-macro v0.13.0 |
| 413 | 2026-03-17T02:18:43.003Z | Downloaded icu_locid_transform_data v1.5.0 |
| 414 | 2026-03-17T02:18:43.006Z | Downloaded polyval v0.6.2 |
| 415 | 2026-03-17T02:18:43.006Z | Downloaded httparse v1.10.1 |
| 416 | 2026-03-17T02:18:43.009Z | Downloaded rustc_version v0.1.7 |
| 417 | 2026-03-17T02:18:43.012Z | Downloaded rustc-hash v2.1.1 |
| 418 | 2026-03-17T02:18:43.014Z | Downloaded darling_core v0.20.11 |
| 419 | 2026-03-17T02:18:43.018Z | Downloaded password-hash v0.5.0 |
| 420 | 2026-03-17T02:18:43.021Z | Downloaded pest_generator v2.8.4 |
| 421 | 2026-03-17T02:18:43.021Z | Downloaded icu_provider v1.5.0 |
| 422 | 2026-03-17T02:18:43.024Z | Downloaded progenitor v0.13.0 |
| 423 | 2026-03-17T02:18:43.027Z | Downloaded rand_chacha v0.3.1 |
| 424 | 2026-03-17T02:18:43.030Z | Downloaded pkg-config v0.3.30 |
| 425 | 2026-03-17T02:18:43.033Z | Downloaded pin-project-internal v1.1.10 |
| 426 | 2026-03-17T02:18:43.033Z | Downloaded memmap2 v0.9.9 |
| 427 | 2026-03-17T02:18:43.037Z | Downloaded icu_properties v1.5.1 |
| 428 | 2026-03-17T02:18:43.040Z | Downloaded rustc_version v0.4.1 |
| 429 | 2026-03-17T02:18:43.040Z | Downloaded passt v0.3.0 |
| 430 | 2026-03-17T02:18:43.043Z | Downloaded quick-error v1.2.3 |
| 431 | 2026-03-17T02:18:43.045Z | Downloaded quinn-udp v0.5.5 |
| 432 | 2026-03-17T02:18:43.045Z | Downloaded ref-cast-impl v1.0.25 |
| 433 | 2026-03-17T02:18:43.048Z | Downloaded pin-project-lite v0.2.14 |
| 434 | 2026-03-17T02:18:43.051Z | Downloaded quote v1.0.44 |
| 435 | 2026-03-17T02:18:43.054Z | Downloaded same-file v1.0.6 |
| 436 | 2026-03-17T02:18:43.057Z | Downloaded progenitor v0.10.0 |
| 437 | 2026-03-17T02:18:43.060Z | Downloaded parking_lot v0.12.2 |
| 438 | 2026-03-17T02:18:43.062Z | Downloaded rand_core v0.9.3 |
| 439 | 2026-03-17T02:18:43.065Z | Downloaded once_cell v1.21.3 |
| 440 | 2026-03-17T02:18:43.068Z | Downloaded ppv-lite86 v0.2.17 |
| 441 | 2026-03-17T02:18:43.068Z | Downloaded num-traits v0.2.19 |
| 442 | 2026-03-17T02:18:43.071Z | Downloaded serde_spanned v1.0.4 |
| 443 | 2026-03-17T02:18:43.074Z | Downloaded progenitor-client v0.13.0 |
| 444 | 2026-03-17T02:18:43.074Z | Downloaded futures v0.3.31 |
| 445 | 2026-03-17T02:18:43.078Z | Downloaded owo-colors v4.2.3 |
| 446 | 2026-03-17T02:18:43.081Z | Downloaded derive_more v0.99.20 |
| 447 | 2026-03-17T02:18:43.086Z | Downloaded num_enum v0.7.4 |
| 448 | 2026-03-17T02:18:43.090Z | Downloaded base64 v0.21.7 |
| 449 | 2026-03-17T02:18:43.093Z | Downloaded serde_urlencoded v0.7.1 |
| 450 | 2026-03-17T02:18:43.096Z | Downloaded num-complex v0.4.6 |
| 451 | 2026-03-17T02:18:43.099Z | Downloaded pest_derive v2.8.4 |
| 452 | 2026-03-17T02:18:43.102Z | Downloaded scroll_derive v0.12.0 |
| 453 | 2026-03-17T02:18:43.102Z | Downloaded scopeguard v1.2.0 |
| 454 | 2026-03-17T02:18:43.105Z | Downloaded serde-big-array v0.5.1 |
| 455 | 2026-03-17T02:18:43.107Z | Downloaded progenitor v0.11.1 |
| 456 | 2026-03-17T02:18:43.107Z | Downloaded serde_plain v1.0.2 |
| 457 | 2026-03-17T02:18:43.110Z | Downloaded serde_arrays v0.1.0 |
| 458 | 2026-03-17T02:18:43.113Z | Downloaded resolv-conf v0.7.0 |
| 459 | 2026-03-17T02:18:43.116Z | Downloaded siphasher v1.0.1 |
| 460 | 2026-03-17T02:18:43.116Z | Downloaded rand_chacha v0.9.0 |
| 461 | 2026-03-17T02:18:43.119Z | Downloaded rustls-pemfile v2.2.0 |
| 462 | 2026-03-17T02:18:43.119Z | Downloaded libsw v3.5.0 |
| 463 | 2026-03-17T02:18:43.122Z | Downloaded rusty-fork v0.3.0 |
| 464 | 2026-03-17T02:18:43.125Z | Downloaded papergrid v0.11.0 |
| 465 | 2026-03-17T02:18:43.128Z | Downloaded slog-bunyan v2.5.0 |
| 466 | 2026-03-17T02:18:43.131Z | Downloaded stable_deref_trait v1.2.0 |
| 467 | 2026-03-17T02:18:43.131Z | Downloaded sigpipe v0.1.3 |
| 468 | 2026-03-17T02:18:43.134Z | Downloaded sha1 v0.10.6 |
| 469 | 2026-03-17T02:18:43.137Z | Downloaded smawk v0.3.2 |
| 470 | 2026-03-17T02:18:43.137Z | Downloaded rustls-pemfile v1.0.4 |
| 471 | 2026-03-17T02:18:43.140Z | Downloaded ringbuffer v0.16.0 |
| 472 | 2026-03-17T02:18:43.140Z | Downloaded serde_spanned v0.6.9 |
| 473 | 2026-03-17T02:18:43.143Z | Downloaded serde_repr v0.1.19 |
| 474 | 2026-03-17T02:18:43.146Z | Downloaded icu_locid v1.5.0 |
| 475 | 2026-03-17T02:18:43.149Z | Downloaded jiff-static v0.2.15 |
| 476 | 2026-03-17T02:18:43.152Z | Downloaded postcard v1.0.9 |
| 477 | 2026-03-17T02:18:43.154Z | Downloaded serde_path_to_error v0.1.20 |
| 478 | 2026-03-17T02:18:43.157Z | Downloaded iddqd v0.3.14 |
| 479 | 2026-03-17T02:18:43.161Z | Downloaded indexmap v2.13.0 |
| 480 | 2026-03-17T02:18:43.165Z | Downloaded supports-color v2.1.0 |
| 481 | 2026-03-17T02:18:43.168Z | Downloaded hickory-resolver v0.24.4 |
| 482 | 2026-03-17T02:18:43.171Z | Downloaded sync_wrapper v1.0.1 |
| 483 | 2026-03-17T02:18:43.174Z | Downloaded signal-hook-registry v1.4.2 |
| 484 | 2026-03-17T02:18:43.174Z | Downloaded heapless v0.8.0 |
| 485 | 2026-03-17T02:18:43.177Z | Downloaded strsim v0.11.1 |
| 486 | 2026-03-17T02:18:43.180Z | Downloaded schemars_derive v0.8.22 |
| 487 | 2026-03-17T02:18:43.183Z | Downloaded take_mut v0.2.2 |
| 488 | 2026-03-17T02:18:43.183Z | Downloaded sha2 v0.10.9 |
| 489 | 2026-03-17T02:18:43.186Z | Downloaded rustversion v1.0.22 |
| 490 | 2026-03-17T02:18:43.189Z | Downloaded slab v0.4.9 |
| 491 | 2026-03-17T02:18:43.189Z | Downloaded supports-color v3.0.2 |
| 492 | 2026-03-17T02:18:43.192Z | Downloaded ryu v1.0.18 |
| 493 | 2026-03-17T02:18:43.195Z | Downloaded swrite v0.1.0 |
| 494 | 2026-03-17T02:18:43.195Z | Downloaded tap v1.0.1 |
| 495 | 2026-03-17T02:18:43.198Z | Downloaded strum v0.26.3 |
| 496 | 2026-03-17T02:18:43.198Z | Downloaded scroll v0.13.0 |
| 497 | 2026-03-17T02:18:43.201Z | Downloaded terminal_size v0.3.0 |
| 498 | 2026-03-17T02:18:43.201Z | Downloaded tabwriter v1.4.0 |
| 499 | 2026-03-17T02:18:43.204Z | Downloaded tabled_derive v0.7.0 |
| 500 | 2026-03-17T02:18:43.204Z | Downloaded semver v1.0.27 |
| 501 | 2026-03-17T02:18:43.207Z | Downloaded strum v0.27.2 |
| 502 | 2026-03-17T02:18:43.209Z | Downloaded structmeta-derive v0.3.0 |
| 503 | 2026-03-17T02:18:43.209Z | Downloaded slog-dtrace v0.3.0 |
| 504 | 2026-03-17T02:18:43.212Z | Downloaded sct v0.7.1 |
| 505 | 2026-03-17T02:18:43.215Z | Downloaded rustls-native-certs v0.8.3 |
| 506 | 2026-03-17T02:18:43.218Z | Downloaded terminal_size v0.4.3 |
| 507 | 2026-03-17T02:18:43.218Z | Downloaded thread-id v4.2.1 |
| 508 | 2026-03-17T02:18:43.221Z | Downloaded thiserror-impl v1.0.64 |
| 509 | 2026-03-17T02:18:43.221Z | Downloaded termtree v0.5.1 |
| 510 | 2026-03-17T02:18:43.224Z | Downloaded snafu-derive v0.8.9 |
| 511 | 2026-03-17T02:18:43.224Z | Downloaded thread-id v5.0.0 |
| 512 | 2026-03-17T02:18:43.226Z | Downloaded openssl-sys v0.9.107 |
| 513 | 2026-03-17T02:18:43.229Z | Downloaded static_assertions v1.1.0 |
| 514 | 2026-03-17T02:18:43.232Z | Downloaded slog-term v2.9.2 |
| 515 | 2026-03-17T02:18:43.235Z | Downloaded slog-json v2.6.1 |
| 516 | 2026-03-17T02:18:43.235Z | Downloaded slog-async v2.8.0 |
| 517 | 2026-03-17T02:18:43.238Z | Downloaded tagptr v0.2.0 |
| 518 | 2026-03-17T02:18:43.238Z | Downloaded strum_macros v0.26.4 |
| 519 | 2026-03-17T02:18:43.241Z | Downloaded serde_with_macros v3.15.0 |
| 520 | 2026-03-17T02:18:43.244Z | Downloaded mio v1.0.2 |
| 521 | 2026-03-17T02:18:43.246Z | Downloaded progenitor-impl v0.13.0 |
| 522 | 2026-03-17T02:18:43.249Z | Downloaded serde_derive_internals v0.29.1 |
| 523 | 2026-03-17T02:18:43.252Z | Downloaded toml_datetime v0.6.11 |
| 524 | 2026-03-17T02:18:43.252Z | Downloaded shlex v1.3.0 |
| 525 | 2026-03-17T02:18:43.255Z | Downloaded smf v0.2.3 |
| 526 | 2026-03-17T02:18:43.255Z | Downloaded strum_macros v0.27.2 |
| 527 | 2026-03-17T02:18:43.258Z | Downloaded progenitor-impl v0.10.0 |
| 528 | 2026-03-17T02:18:43.261Z | Downloaded tinyvec_macros v0.1.1 |
| 529 | 2026-03-17T02:18:43.261Z | Downloaded time-core v0.1.8 |
| 530 | 2026-03-17T02:18:43.264Z | Downloaded thread_local v1.1.8 |
| 531 | 2026-03-17T02:18:43.264Z | Downloaded schemars v0.8.22 |
| 532 | 2026-03-17T02:18:43.272Z | Downloaded toml_write v0.1.2 |
| 533 | 2026-03-17T02:18:43.275Z | Downloaded synstructure v0.13.1 |
| 534 | 2026-03-17T02:18:43.278Z | Downloaded pest_meta v2.8.4 |
| 535 | 2026-03-17T02:18:43.278Z | Downloaded proc-macro2 v1.0.106 |
| 536 | 2026-03-17T02:18:43.281Z | Downloaded secrecy v0.10.3 |
| 537 | 2026-03-17T02:18:43.284Z | Downloaded rand_core v0.6.4 |
| 538 | 2026-03-17T02:18:43.284Z | Downloaded memchr v2.7.2 |
| 539 | 2026-03-17T02:18:43.286Z | Downloaded thiserror v1.0.64 |
| 540 | 2026-03-17T02:18:43.290Z | Downloaded try-lock v0.2.5 |
| 541 | 2026-03-17T02:18:43.293Z | Downloaded tower-service v0.3.3 |
| 542 | 2026-03-17T02:18:43.293Z | Downloaded tower-layer v0.3.3 |
| 543 | 2026-03-17T02:18:43.296Z | Downloaded subtle v2.5.0 |
| 544 | 2026-03-17T02:18:43.296Z | Downloaded rustls-pki-types v1.12.0 |
| 545 | 2026-03-17T02:18:43.299Z | Downloaded structmeta v0.3.0 |
| 546 | 2026-03-17T02:18:43.302Z | Downloaded rustls-platform-verifier v0.6.2 |
| 547 | 2026-03-17T02:18:43.305Z | Downloaded ron v0.8.1 |
| 548 | 2026-03-17T02:18:43.308Z | Downloaded typify-macro v0.4.3 |
| 549 | 2026-03-17T02:18:43.310Z | Downloaded typeid v1.0.0 |
| 550 | 2026-03-17T02:18:43.311Z | Downloaded serde_tokenstream v0.2.3 |
| 551 | 2026-03-17T02:18:43.315Z | Downloaded scroll_derive v0.13.1 |
| 552 | 2026-03-17T02:18:43.315Z | Downloaded prettyplease v0.2.37 |
| 553 | 2026-03-17T02:18:43.317Z | Downloaded unarray v0.1.4 |
| 554 | 2026-03-17T02:18:43.317Z | Downloaded thiserror-impl v2.0.18 |
| 555 | 2026-03-17T02:18:43.320Z | Downloaded semver v0.1.20 |
| 556 | 2026-03-17T02:18:43.320Z | Downloaded unicode-xid v0.2.4 |
| 557 | 2026-03-17T02:18:43.323Z | Downloaded progenitor-impl v0.11.1 |
| 558 | 2026-03-17T02:18:43.326Z | Downloaded tokio-tungstenite v0.21.0 |
| 559 | 2026-03-17T02:18:43.326Z | Downloaded serde_yaml v0.9.34+deprecated |
| 560 | 2026-03-17T02:18:43.329Z | Downloaded slog v2.8.2 |
| 561 | 2026-03-17T02:18:43.331Z | Downloaded socket2 v0.5.10 |
| 562 | 2026-03-17T02:18:43.334Z | Downloaded hickory-resolver v0.25.2 |
| 563 | 2026-03-17T02:18:43.337Z | Downloaded utf8parse v0.2.1 |
| 564 | 2026-03-17T02:18:43.340Z | Downloaded usdt v0.5.0 |
| 565 | 2026-03-17T02:18:43.340Z | Downloaded untrusted v0.9.0 |
| 566 | 2026-03-17T02:18:43.340Z | Downloaded utf8_iter v1.0.4 |
| 567 | 2026-03-17T02:18:43.343Z | Downloaded rand v0.8.5 |
| 568 | 2026-03-17T02:18:43.346Z | Downloaded libm v0.2.8 |
| 569 | 2026-03-17T02:18:43.350Z | Downloaded universal-hash v0.5.1 |
| 570 | 2026-03-17T02:18:43.352Z | Downloaded time-macros v0.2.27 |
| 571 | 2026-03-17T02:18:43.355Z | Downloaded spin v0.9.8 |
| 572 | 2026-03-17T02:18:43.355Z | Downloaded serde_core v1.0.228 |
| 573 | 2026-03-17T02:18:43.358Z | Downloaded untrusted v0.7.1 |
| 574 | 2026-03-17T02:18:43.358Z | Downloaded tokio-rustls v0.25.0 |
| 575 | 2026-03-17T02:18:43.361Z | Downloaded utf16_iter v1.0.5 |
| 576 | 2026-03-17T02:18:43.361Z | Downloaded tracing-attributes v0.1.27 |
| 577 | 2026-03-17T02:18:43.364Z | Downloaded version_check v0.9.5 |
| 578 | 2026-03-17T02:18:43.364Z | Downloaded usdt-attr-macro v0.5.0 |
| 579 | 2026-03-17T02:18:43.368Z | Downloaded similar v2.7.0 |
| 580 | 2026-03-17T02:18:43.378Z | Downloaded usdt v0.6.0 |
| 581 | 2026-03-17T02:18:43.378Z | Downloaded tokio-macros v2.6.0 |
| 582 | 2026-03-17T02:18:43.378Z | Downloaded hyper-util v0.1.19 |
| 583 | 2026-03-17T02:18:43.378Z | Downloaded wait-timeout v0.2.0 |
| 584 | 2026-03-17T02:18:43.378Z | Downloaded usdt-macro v0.6.0 |
| 585 | 2026-03-17T02:18:43.382Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 586 | 2026-03-17T02:18:43.382Z | Downloaded want v0.3.1 |
| 587 | 2026-03-17T02:18:43.382Z | Downloaded waitgroup v0.1.2 |
| 588 | 2026-03-17T02:18:43.382Z | Downloaded tokio-rustls v0.24.1 |
| 589 | 2026-03-17T02:18:43.385Z | Downloaded which v4.4.2 |
| 590 | 2026-03-17T02:18:43.387Z | Downloaded serde_derive v1.0.228 |
| 591 | 2026-03-17T02:18:43.388Z | Downloaded utf-8 v0.7.6 |
| 592 | 2026-03-17T02:18:43.390Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 593 | 2026-03-17T02:18:43.390Z | Downloaded term v1.2.0 |
| 594 | 2026-03-17T02:18:43.393Z | Downloaded tokio-stream v0.1.17 |
| 595 | 2026-03-17T02:18:43.396Z | Downloaded minimal-lexical v0.2.1 |
| 596 | 2026-03-17T02:18:43.399Z | Downloaded aho-corasick v1.1.3 |
| 597 | 2026-03-17T02:18:43.403Z | Downloaded write16 v1.0.0 |
| 598 | 2026-03-17T02:18:43.406Z | Downloaded expectorate v1.2.0 |
| 599 | 2026-03-17T02:18:43.409Z | Downloaded thiserror v2.0.18 |
| 600 | 2026-03-17T02:18:43.412Z | Downloaded yoke-derive v0.7.5 |
| 601 | 2026-03-17T02:18:43.412Z | Downloaded icu_collections v1.5.0 |
| 602 | 2026-03-17T02:18:43.416Z | Downloaded qorb v0.4.1 |
| 603 | 2026-03-17T02:18:43.420Z | Downloaded tinystr v0.7.6 |
| 604 | 2026-03-17T02:18:43.422Z | Downloaded xattr v1.3.1 |
| 605 | 2026-03-17T02:18:43.425Z | Downloaded textwrap v0.16.2 |
| 606 | 2026-03-17T02:18:43.425Z | Downloaded test-strategy v0.4.3 |
| 607 | 2026-03-17T02:18:43.428Z | Downloaded zerofrom-derive v0.1.5 |
| 608 | 2026-03-17T02:18:43.431Z | Downloaded usdt-impl v0.6.0 |
| 609 | 2026-03-17T02:18:43.431Z | Downloaded tempfile v3.23.0 |
| 610 | 2026-03-17T02:18:43.434Z | Downloaded zone v0.3.1 |
| 611 | 2026-03-17T02:18:43.434Z | Downloaded snafu v0.8.9 |
| 612 | 2026-03-17T02:18:43.438Z | Downloaded unicode-linebreak v0.1.5 |
| 613 | 2026-03-17T02:18:43.440Z | Downloaded pin-project v1.1.10 |
| 614 | 2026-03-17T02:18:43.447Z | Downloaded zone_cfg_derive v0.3.0 |
| 615 | 2026-03-17T02:18:43.450Z | Downloaded num-bigint v0.4.5 |
| 616 | 2026-03-17T02:18:43.453Z | Downloaded vergen-git2 v9.1.0 |
| 617 | 2026-03-17T02:18:43.453Z | Downloaded usdt-macro v0.5.0 |
| 618 | 2026-03-17T02:18:43.456Z | Downloaded vergen-lib v9.1.0 |
| 619 | 2026-03-17T02:18:43.456Z | Downloaded typenum v1.17.0 |
| 620 | 2026-03-17T02:18:43.458Z | Downloaded usdt-attr-macro v0.6.0 |
| 621 | 2026-03-17T02:18:43.458Z | Downloaded toml v0.8.23 |
| 622 | 2026-03-17T02:18:43.461Z | Downloaded typify-macro v0.6.1 |
| 623 | 2026-03-17T02:18:43.461Z | Downloaded rayon-core v1.13.0 |
| 624 | 2026-03-17T02:18:43.464Z | Downloaded wyz v0.5.1 |
| 625 | 2026-03-17T02:18:43.467Z | Downloaded tokio-rustls v0.26.0 |
| 626 | 2026-03-17T02:18:43.467Z | Downloaded tinyvec v1.6.0 |
| 627 | 2026-03-17T02:18:43.469Z | Downloaded twox-hash v2.1.2 |
| 628 | 2026-03-17T02:18:43.472Z | Downloaded whoami v1.5.1 |
| 629 | 2026-03-17T02:18:43.472Z | Downloaded walkdir v2.5.0 |
| 630 | 2026-03-17T02:18:43.475Z | Downloaded quinn v0.11.9 |
| 631 | 2026-03-17T02:18:43.478Z | Downloaded yoke v0.7.5 |
| 632 | 2026-03-17T02:18:43.481Z | Downloaded writeable v0.5.5 |
| 633 | 2026-03-17T02:18:43.481Z | Downloaded tokio-native-tls v0.3.1 |
| 634 | 2026-03-17T02:18:43.484Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 635 | 2026-03-17T02:18:43.484Z | Downloaded nom v7.1.3 |
| 636 | 2026-03-17T02:18:43.486Z | Downloaded usdt-impl v0.5.0 |
| 637 | 2026-03-17T02:18:43.489Z | Downloaded smallvec v1.13.2 |
| 638 | 2026-03-17T02:18:43.492Z | Downloaded tokio-dtrace v0.1.1 |
| 639 | 2026-03-17T02:18:43.492Z | Downloaded steno v0.4.1 |
| 640 | 2026-03-17T02:18:43.495Z | Downloaded zmij v1.0.19 |
| 641 | 2026-03-17T02:18:43.498Z | Downloaded zerovec-derive v0.10.3 |
| 642 | 2026-03-17T02:18:43.498Z | Downloaded idna v1.0.3 |
| 643 | 2026-03-17T02:18:43.501Z | Downloaded socket2 v0.6.0 |
| 644 | 2026-03-17T02:18:43.503Z | Downloaded http v1.4.0 |
| 645 | 2026-03-17T02:18:43.506Z | Downloaded aes v0.8.4 |
| 646 | 2026-03-17T02:18:43.509Z | Downloaded rand v0.9.2 |
| 647 | 2026-03-17T02:18:43.512Z | Downloaded vergen v9.1.0 |
| 648 | 2026-03-17T02:18:43.512Z | Downloaded hashbrown v0.15.2 |
| 649 | 2026-03-17T02:18:43.515Z | Downloaded zerofrom v0.1.5 |
| 650 | 2026-03-17T02:18:43.518Z | Downloaded ucd-trie v0.1.6 |
| 651 | 2026-03-17T02:18:43.518Z | Downloaded clap_builder v4.5.2 |
| 652 | 2026-03-17T02:18:43.521Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 653 | 2026-03-17T02:18:43.524Z | Downloaded tracing v0.1.40 |
| 654 | 2026-03-17T02:18:43.527Z | Downloaded serde v1.0.228 |
| 655 | 2026-03-17T02:18:43.529Z | Downloaded cc v1.2.17 |
| 656 | 2026-03-17T02:18:43.532Z | Downloaded rustls-webpki v0.103.4 |
| 657 | 2026-03-17T02:18:43.535Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 658 | 2026-03-17T02:18:43.538Z | Downloaded zeroize v1.7.0 |
| 659 | 2026-03-17T02:18:43.538Z | Downloaded derive_builder_macro v0.20.2 |
| 660 | 2026-03-17T02:18:43.540Z | Downloaded tungstenite v0.21.0 |
| 661 | 2026-03-17T02:18:43.543Z | Downloaded zerocopy-derive v0.7.34 |
| 662 | 2026-03-17T02:18:43.546Z | Downloaded proc-macro-error v1.0.4 |
| 663 | 2026-03-17T02:18:43.549Z | Downloaded scroll v0.12.0 |
| 664 | 2026-03-17T02:18:43.549Z | Downloaded itertools v0.12.1 |
| 665 | 2026-03-17T02:18:43.553Z | Downloaded hashbrown v0.16.1 |
| 666 | 2026-03-17T02:18:43.556Z | Downloaded icu_normalizer_data v1.5.0 |
| 667 | 2026-03-17T02:18:43.559Z | Downloaded itertools v0.13.0 |
| 668 | 2026-03-17T02:18:43.563Z | Downloaded oxide-tokio-rt v0.1.2 |
| 669 | 2026-03-17T02:18:43.566Z | Downloaded unsafe-libyaml v0.2.11 |
| 670 | 2026-03-17T02:18:43.566Z | Downloaded typify v0.6.1 |
| 671 | 2026-03-17T02:18:43.569Z | Downloaded unicode-ident v1.0.24 |
| 672 | 2026-03-17T02:18:43.572Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 673 | 2026-03-17T02:18:43.575Z | Downloaded num_enum_derive v0.7.4 |
| 674 | 2026-03-17T02:18:43.578Z | Downloaded base64 v0.22.1 |
| 675 | 2026-03-17T02:18:43.578Z | Downloaded uuid v1.19.0 |
| 676 | 2026-03-17T02:18:43.582Z | Downloaded hyper v1.8.1 |
| 677 | 2026-03-17T02:18:43.585Z | Downloaded tracing-core v0.1.32 |
| 678 | 2026-03-17T02:18:43.588Z | Downloaded toml v0.7.8 |
| 679 | 2026-03-17T02:18:43.591Z | Downloaded tar v0.4.40 |
| 680 | 2026-03-17T02:18:43.594Z | Downloaded parking_lot_core v0.9.10 |
| 681 | 2026-03-17T02:18:43.594Z | Downloaded log v0.4.29 |
| 682 | 2026-03-17T02:18:43.597Z | Downloaded iri-string v0.7.8 |
| 683 | 2026-03-17T02:18:43.600Z | Downloaded pest v2.8.4 |
| 684 | 2026-03-17T02:18:43.604Z | Downloaded futures-util v0.3.31 |
| 685 | 2026-03-17T02:18:43.612Z | Downloaded typify v0.4.3 |
| 686 | 2026-03-17T02:18:43.615Z | Downloaded tower v0.5.2 |
| 687 | 2026-03-17T02:18:43.621Z | Downloaded rustc-hash v1.1.0 |
| 688 | 2026-03-17T02:18:43.624Z | Downloaded ref-cast v1.0.25 |
| 689 | 2026-03-17T02:18:43.624Z | Downloaded macaddr v1.0.1 |
| 690 | 2026-03-17T02:18:43.627Z | Downloaded toml_edit v0.22.27 |
| 691 | 2026-03-17T02:18:43.630Z | Downloaded derive-where v1.6.0 |
| 692 | 2026-03-17T02:18:43.633Z | Downloaded hyper-rustls v0.27.3 |
| 693 | 2026-03-17T02:18:43.633Z | Downloaded getrandom v0.3.2 |
| 694 | 2026-03-17T02:18:43.635Z | Downloaded url v2.5.4 |
| 695 | 2026-03-17T02:18:43.638Z | Downloaded const_format v0.2.35 |
| 696 | 2026-03-17T02:18:43.642Z | Downloaded blake2 v0.10.6 |
| 697 | 2026-03-17T02:18:43.645Z | Downloaded radium v0.7.0 |
| 698 | 2026-03-17T02:18:43.645Z | Downloaded phf v0.12.1 |
| 699 | 2026-03-17T02:18:43.645Z | Downloaded h2 v0.4.6 |
| 700 | 2026-03-17T02:18:43.648Z | Downloaded pem v3.0.5 |
| 701 | 2026-03-17T02:18:43.651Z | Downloaded pretty-hex v0.2.1 |
| 702 | 2026-03-17T02:18:43.651Z | Downloaded num_enum v0.5.11 |
| 703 | 2026-03-17T02:18:43.654Z | Downloaded ipnet v2.9.0 |
| 704 | 2026-03-17T02:18:43.657Z | Downloaded lock_api v0.4.12 |
| 705 | 2026-03-17T02:18:43.657Z | Downloaded typed-path v0.9.3 |
| 706 | 2026-03-17T02:18:43.661Z | Downloaded zerocopy-derive v0.8.27 |
| 707 | 2026-03-17T02:18:43.666Z | Downloaded derive_builder_core v0.20.2 |
| 708 | 2026-03-17T02:18:43.668Z | Downloaded aws-lc-rs v1.13.3 |
| 709 | 2026-03-17T02:18:43.673Z | Downloaded openssl-probe v0.1.5 |
| 710 | 2026-03-17T02:18:43.676Z | Downloaded rustls-webpki v0.101.7 |
| 711 | 2026-03-17T02:18:43.684Z | Downloaded tokio-util v0.7.16 |
| 712 | 2026-03-17T02:18:43.689Z | Downloaded openssl-macros v0.1.1 |
| 713 | 2026-03-17T02:18:43.692Z | Downloaded num-integer v0.1.46 |
| 714 | 2026-03-17T02:18:43.692Z | Downloaded native-tls v0.2.11 |
| 715 | 2026-03-17T02:18:43.695Z | Downloaded bitflags v1.3.2 |
| 716 | 2026-03-17T02:18:43.698Z | Downloaded unicode-segmentation v1.11.0 |
| 717 | 2026-03-17T02:18:43.698Z | Downloaded regex v1.12.3 |
| 718 | 2026-03-17T02:18:43.701Z | Downloaded rustls-webpki v0.102.4 |
| 719 | 2026-03-17T02:18:43.714Z | Downloaded toml_edit v0.19.15 |
| 720 | 2026-03-17T02:18:43.726Z | Downloaded tough v0.20.0 |
| 721 | 2026-03-17T02:18:43.733Z | Downloaded bindgen v0.69.5 |
| 722 | 2026-03-17T02:18:43.737Z | Downloaded reqwest v0.12.23 |
| 723 | 2026-03-17T02:18:43.742Z | Downloaded portable-atomic v1.11.1 |
| 724 | 2026-03-17T02:18:43.749Z | Downloaded moka v0.12.10 |
| 725 | 2026-03-17T02:18:43.753Z | Downloaded bitvec v1.0.1 |
| 726 | 2026-03-17T02:18:43.764Z | Downloaded zerovec v0.10.4 |
| 727 | 2026-03-17T02:18:43.768Z | Downloaded unicode-normalization v0.1.24 |
| 728 | 2026-03-17T02:18:43.771Z | Downloaded serde_with v3.15.0 |
| 729 | 2026-03-17T02:18:43.779Z | Downloaded serde_json v1.0.149 |
| 730 | 2026-03-17T02:18:43.784Z | Downloaded itertools v0.14.0 |
| 731 | 2026-03-17T02:18:43.789Z | Downloaded rayon v1.11.0 |
| 732 | 2026-03-17T02:18:43.795Z | Downloaded quinn-proto v0.11.13 |
| 733 | 2026-03-17T02:18:43.801Z | Downloaded git2 v0.20.2 |
| 734 | 2026-03-17T02:18:43.806Z | Downloaded dropshot v0.16.7 |
| 735 | 2026-03-17T02:18:43.821Z | Downloaded zerocopy v0.7.34 |
| 736 | 2026-03-17T02:18:43.833Z | Downloaded winnow v0.5.40 |
| 737 | 2026-03-17T02:18:43.839Z | Downloaded goblin v0.10.4 |
| 738 | 2026-03-17T02:18:43.844Z | Downloaded icu_properties_data v1.5.0 |
| 739 | 2026-03-17T02:18:43.851Z | Downloaded goblin v0.8.2 |
| 740 | 2026-03-17T02:18:43.855Z | Downloaded reqwest v0.13.2 |
| 741 | 2026-03-17T02:18:43.860Z | Downloaded proptest v1.5.0 |
| 742 | 2026-03-17T02:18:43.866Z | Downloaded iana-time-zone v0.1.64 |
| 743 | 2026-03-17T02:18:43.869Z | Downloaded olpc-cjson v0.1.4 |
| 744 | 2026-03-17T02:18:43.869Z | Downloaded ingot-macros v0.1.1 |
| 745 | 2026-03-17T02:18:43.872Z | Downloaded litemap v0.7.4 |
| 746 | 2026-03-17T02:18:43.872Z | Downloaded console v0.15.8 |
| 747 | 2026-03-17T02:18:43.875Z | Downloaded defmt-macros v0.3.9 |
| 748 | 2026-03-17T02:18:43.878Z | Downloaded winnow v0.7.13 |
| 749 | 2026-03-17T02:18:43.882Z | Downloaded tabled v0.15.0 |
| 750 | 2026-03-17T02:18:43.893Z | Downloaded clang-sys v1.8.1 |
| 751 | 2026-03-17T02:18:43.896Z | Downloaded newtype_derive v0.1.6 |
| 752 | 2026-03-17T02:18:43.896Z | Downloaded managed v0.8.0 |
| 753 | 2026-03-17T02:18:43.899Z | Downloaded lru-cache v0.1.2 |
| 754 | 2026-03-17T02:18:43.899Z | Downloaded match_cfg v0.1.0 |
| 755 | 2026-03-17T02:18:43.899Z | Downloaded ipnetwork v0.21.1 |
| 756 | 2026-03-17T02:18:43.902Z | Downloaded crossbeam-deque v0.8.5 |
| 757 | 2026-03-17T02:18:43.902Z | Downloaded colored v3.0.0 |
| 758 | 2026-03-17T02:18:43.905Z | Downloaded daft-derive v0.1.5 |
| 759 | 2026-03-17T02:18:43.908Z | Downloaded openssl v0.10.72 |
| 760 | 2026-03-17T02:18:43.911Z | Downloaded vcpkg v0.2.15 |
| 761 | 2026-03-17T02:18:43.940Z | Downloaded syn v1.0.109 |
| 762 | 2026-03-17T02:18:43.947Z | Downloaded nix v0.31.1 |
| 763 | 2026-03-17T02:18:43.955Z | Downloaded bstr v1.9.1 |
| 764 | 2026-03-17T02:18:43.962Z | Downloaded webpki-roots v0.26.3 |
| 765 | 2026-03-17T02:18:43.965Z | Downloaded zerocopy v0.8.27 |
| 766 | 2026-03-17T02:18:43.980Z | Downloaded unicode-width v0.1.14 |
| 767 | 2026-03-17T02:18:43.984Z | Downloaded webpki-roots v1.0.3 |
| 768 | 2026-03-17T02:18:43.987Z | Downloaded syn v2.0.117 |
| 769 | 2026-03-17T02:18:43.995Z | Downloaded nix v0.30.1 |
| 770 | 2026-03-17T02:18:44.003Z | Downloaded rustix v0.38.34 |
| 771 | 2026-03-17T02:18:44.018Z | Downloaded rustls v0.23.31 |
| 772 | 2026-03-17T02:18:44.027Z | Downloaded regex-syntax v0.8.5 |
| 773 | 2026-03-17T02:18:44.032Z | Downloaded hickory-proto v0.25.2 |
| 774 | 2026-03-17T02:18:44.043Z | Downloaded hickory-proto v0.24.4 |
| 775 | 2026-03-17T02:18:44.053Z | Downloaded regress v0.10.5 |
| 776 | 2026-03-17T02:18:44.058Z | Downloaded rustix v1.1.2 |
| 777 | 2026-03-17T02:18:44.075Z | Downloaded smoltcp v0.11.0 |
| 778 | 2026-03-17T02:18:44.083Z | Downloaded rustls v0.22.4 |
| 779 | 2026-03-17T02:18:44.092Z | Downloaded openapiv3 v2.2.0 |
| 780 | 2026-03-17T02:18:44.099Z | Downloaded unicode-width v0.2.1 |
| 781 | 2026-03-17T02:18:44.103Z | Downloaded rustls v0.21.12 |
| 782 | 2026-03-17T02:18:44.110Z | Downloaded nix v0.28.0 |
| 783 | 2026-03-17T02:18:44.118Z | Downloaded typify-impl v0.4.3 |
| 784 | 2026-03-17T02:18:44.127Z | Downloaded time v0.3.47 |
| 785 | 2026-03-17T02:18:44.136Z | Downloaded camino v1.2.2 |
| 786 | 2026-03-17T02:18:44.139Z | Downloaded ascii v1.1.0 |
| 787 | 2026-03-17T02:18:44.139Z | Downloaded cipher v0.4.4 |
| 788 | 2026-03-17T02:18:44.141Z | Downloaded cargo_metadata v0.18.1 |
| 789 | 2026-03-17T02:18:44.141Z | Downloaded drift v0.1.2 |
| 790 | 2026-03-17T02:18:44.145Z | Downloaded typify-impl v0.6.1 |
| 791 | 2026-03-17T02:18:44.152Z | Downloaded bit-set v0.5.3 |
| 792 | 2026-03-17T02:18:44.155Z | Downloaded bytecount v0.6.9 |
| 793 | 2026-03-17T02:18:44.155Z | Downloaded bincode v1.3.3 |
| 794 | 2026-03-17T02:18:44.158Z | Downloaded const_format_proc_macros v0.2.34 |
| 795 | 2026-03-17T02:18:44.158Z | Downloaded bcs v0.1.6 |
| 796 | 2026-03-17T02:18:44.161Z | Downloaded cargo_metadata v0.23.1 |
| 797 | 2026-03-17T02:18:44.161Z | Downloaded futures-core v0.3.32 |
| 798 | 2026-03-17T02:18:44.161Z | Downloaded foreign-types-macros v0.2.3 |
| 799 | 2026-03-17T02:18:44.164Z | Downloaded bitflags v2.9.4 |
| 800 | 2026-03-17T02:18:44.167Z | Downloaded anstream v0.6.14 |
| 801 | 2026-03-17T02:18:44.167Z | Downloaded heck v0.5.0 |
| 802 | 2026-03-17T02:18:44.167Z | Downloaded foldhash v0.2.0 |
| 803 | 2026-03-17T02:18:44.170Z | Downloaded displaydoc v0.2.5 |
| 804 | 2026-03-17T02:18:44.170Z | Downloaded critical-section v1.2.0 |
| 805 | 2026-03-17T02:18:44.172Z | Downloaded cmake v0.1.54 |
| 806 | 2026-03-17T02:18:44.172Z | Downloaded aes-gcm-siv v0.11.1 |
| 807 | 2026-03-17T02:18:44.175Z | Downloaded camino-tempfile v1.4.1 |
| 808 | 2026-03-17T02:18:44.175Z | Downloaded bit-vec v0.6.3 |
| 809 | 2026-03-17T02:18:44.175Z | Downloaded async-trait v0.1.89 |
| 810 | 2026-03-17T02:18:44.178Z | Downloaded inout v0.1.3 |
| 811 | 2026-03-17T02:18:44.178Z | Downloaded hash32 v0.3.1 |
| 812 | 2026-03-17T02:18:44.181Z | Downloaded futures-task v0.3.31 |
| 813 | 2026-03-17T02:18:44.181Z | Downloaded futures-macro v0.3.31 |
| 814 | 2026-03-17T02:18:44.181Z | Downloaded bitstruct v0.1.1 |
| 815 | 2026-03-17T02:18:44.181Z | Downloaded futures-sink v0.3.31 |
| 816 | 2026-03-17T02:18:44.184Z | Downloaded fnv v1.0.7 |
| 817 | 2026-03-17T02:18:44.184Z | Downloaded enum-as-inner v0.6.0 |
| 818 | 2026-03-17T02:18:44.184Z | Downloaded libc v0.2.180 |
| 819 | 2026-03-17T02:18:44.206Z | Downloaded atty v0.2.14 |
| 820 | 2026-03-17T02:18:44.209Z | Downloaded cfg_aliases v0.1.1 |
| 821 | 2026-03-17T02:18:44.209Z | Downloaded cargo-platform v0.3.2 |
| 822 | 2026-03-17T02:18:44.209Z | Downloaded hubpack_derive v0.1.1 |
| 823 | 2026-03-17T02:18:44.209Z | Downloaded gethostname v0.5.0 |
| 824 | 2026-03-17T02:18:44.212Z | Downloaded crypto-common v0.1.6 |
| 825 | 2026-03-17T02:18:44.212Z | Downloaded form_urlencoded v1.2.2 |
| 826 | 2026-03-17T02:18:44.212Z | Downloaded dtrace-parser v0.2.0 |
| 827 | 2026-03-17T02:18:44.212Z | Downloaded async-recursion v1.1.1 |
| 828 | 2026-03-17T02:18:44.215Z | Downloaded dropshot_endpoint v0.16.7 |
| 829 | 2026-03-17T02:18:44.218Z | Downloaded regex-automata v0.4.14 |
| 830 | 2026-03-17T02:18:44.226Z | Downloaded jiff v0.2.15 |
| 831 | 2026-03-17T02:18:44.238Z | Downloaded tokio v1.49.0 |
| 832 | 2026-03-17T02:18:44.265Z | Downloaded defmt-parser v0.3.4 |
| 833 | 2026-03-17T02:18:44.268Z | Downloaded petgraph v0.6.5 |
| 834 | 2026-03-17T02:18:44.277Z | Downloaded cfg-if v1.0.0 |
| 835 | 2026-03-17T02:18:44.280Z | Downloaded chrono-tz v0.10.4 |
| 836 | 2026-03-17T02:18:44.290Z | Downloaded erased-serde v0.4.5 |
| 837 | 2026-03-17T02:18:44.293Z | Downloaded either v1.15.0 |
| 838 | 2026-03-17T02:18:44.293Z | Downloaded csv v1.3.1 |
| 839 | 2026-03-17T02:18:44.305Z | Downloaded dof v0.4.0 |
| 840 | 2026-03-17T02:18:44.308Z | Downloaded base64ct v1.6.0 |
| 841 | 2026-03-17T02:18:44.308Z | Downloaded petgraph v0.8.3 |
| 842 | 2026-03-17T02:18:44.322Z | Downloaded encoding_rs v0.8.34 |
| 843 | 2026-03-17T02:18:44.337Z | Downloaded clap_lex v0.7.0 |
| 844 | 2026-03-17T02:18:44.340Z | Downloaded fixedbitset v0.5.7 |
| 845 | 2026-03-17T02:18:44.340Z | Downloaded erased-serde v0.3.31 |
| 846 | 2026-03-17T02:18:44.343Z | Downloaded dtrace-parser v0.3.0 |
| 847 | 2026-03-17T02:18:44.343Z | Downloaded anyhow v1.0.100 |
| 848 | 2026-03-17T02:18:44.345Z | Downloaded errno v0.3.14 |
| 849 | 2026-03-17T02:18:44.345Z | Downloaded clap_derive v4.5.4 |
| 850 | 2026-03-17T02:18:44.348Z | Downloaded async-stream-impl v0.3.6 |
| 851 | 2026-03-17T02:18:44.348Z | Downloaded anstyle-parse v0.2.4 |
| 852 | 2026-03-17T02:18:44.348Z | Downloaded embedded-io v0.4.0 |
| 853 | 2026-03-17T02:18:44.351Z | Downloaded ctr v0.9.2 |
| 854 | 2026-03-17T02:18:44.351Z | Downloaded anstyle v1.0.7 |
| 855 | 2026-03-17T02:18:44.351Z | Downloaded debug-ignore v1.0.5 |
| 856 | 2026-03-17T02:18:44.354Z | Downloaded darling_core v0.21.3 |
| 857 | 2026-03-17T02:18:44.357Z | Downloaded cpufeatures v0.2.12 |
| 858 | 2026-03-17T02:18:44.357Z | Downloaded anstyle-query v1.0.3 |
| 859 | 2026-03-17T02:18:44.357Z | Downloaded atomic-waker v1.1.2 |
| 860 | 2026-03-17T02:18:44.360Z | Downloaded byteorder v1.5.0 |
| 861 | 2026-03-17T02:18:44.360Z | Downloaded backoff v0.4.0 |
| 862 | 2026-03-17T02:18:44.363Z | Downloaded async-stream v0.3.6 |
| 863 | 2026-03-17T02:18:44.376Z | Downloaded fakedata_generator v0.7.1 |
| 864 | 2026-03-17T02:18:44.531Z | Downloaded ring v0.17.14 |
| 865 | 2026-03-17T02:18:44.560Z | Downloaded tower-http v0.6.8 |
| 866 | 2026-03-17T02:18:44.612Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 867 | 2026-03-17T02:18:44.932Z | Downloaded libz-sys v1.1.16 |
| 868 | 2026-03-17T02:18:45.304Z | Downloaded aws-lc-sys v0.30.0 |
| 869 | 2026-03-17T02:18:45.675Z | Compiling proc-macro2 v1.0.106 |
| 870 | 2026-03-17T02:18:45.675Z | Compiling quote v1.0.44 |
| 871 | 2026-03-17T02:18:45.678Z | Compiling unicode-ident v1.0.24 |
| 872 | 2026-03-17T02:18:45.678Z | Compiling libc v0.2.180 |
| 873 | 2026-03-17T02:18:45.678Z | Compiling serde_core v1.0.228 |
| 874 | 2026-03-17T02:18:45.678Z | Compiling serde v1.0.228 |
| 875 | 2026-03-17T02:18:45.678Z | Compiling autocfg v1.3.0 |
| 876 | 2026-03-17T02:18:45.678Z | Checking cfg-if v1.0.0 |
| 877 | 2026-03-17T02:18:46.059Z | Compiling memchr v2.7.2 |
| 878 | 2026-03-17T02:18:46.081Z | Compiling zmij v1.0.19 |
| 879 | 2026-03-17T02:18:46.422Z | Compiling serde_json v1.0.149 |
| 880 | 2026-03-17T02:18:46.732Z | Compiling getrandom v0.3.2 |
| 881 | 2026-03-17T02:18:46.948Z | Compiling libm v0.2.8 |
| 882 | 2026-03-17T02:18:47.197Z | Checking itoa v1.0.11 |
| 883 | 2026-03-17T02:18:47.251Z | Checking smallvec v1.13.2 |
| 884 | 2026-03-17T02:18:47.293Z | Compiling version_check v0.9.5 |
| 885 | 2026-03-17T02:18:47.319Z | Compiling shlex v1.3.0 |
| 886 | 2026-03-17T02:18:47.361Z | Compiling jobserver v0.1.31 |
| 887 | 2026-03-17T02:18:47.405Z | Compiling lock_api v0.4.12 |
| 888 | 2026-03-17T02:18:47.570Z | Compiling parking_lot_core v0.9.10 |
| 889 | 2026-03-17T02:18:47.686Z | Compiling cc v1.2.17 |
| 890 | 2026-03-17T02:18:47.812Z | Compiling syn v2.0.117 |
| 891 | 2026-03-17T02:18:47.859Z | Checking stable_deref_trait v1.2.0 |
| 892 | 2026-03-17T02:18:47.956Z | Compiling log v0.4.29 |
| 893 | 2026-03-17T02:18:47.981Z | Compiling thiserror v2.0.18 |
| 894 | 2026-03-17T02:18:48.057Z | Compiling heck v0.5.0 |
| 895 | 2026-03-17T02:18:48.104Z | Checking writeable v0.5.5 |
| 896 | 2026-03-17T02:18:48.188Z | Checking litemap v0.7.4 |
| 897 | 2026-03-17T02:18:48.341Z | Compiling slab v0.4.9 |
| 898 | 2026-03-17T02:18:48.449Z | Checking icu_locid_transform_data v1.5.0 |
| 899 | 2026-03-17T02:18:48.541Z | Checking percent-encoding v2.3.2 |
| 900 | 2026-03-17T02:18:48.544Z | Compiling num-traits v0.2.19 |
| 901 | 2026-03-17T02:18:48.687Z | Checking icu_properties_data v1.5.0 |
| 902 | 2026-03-17T02:18:48.730Z | Compiling rustversion v1.0.22 |
| 903 | 2026-03-17T02:18:48.867Z | Checking icu_normalizer_data v1.5.0 |
| 904 | 2026-03-17T02:18:48.966Z | Checking utf16_iter v1.0.5 |
| 905 | 2026-03-17T02:18:49.050Z | Checking write16 v1.0.0 |
| 906 | 2026-03-17T02:18:49.113Z | Checking utf8_iter v1.0.4 |
| 907 | 2026-03-17T02:18:49.286Z | Checking pin-project-lite v0.2.14 |
| 908 | 2026-03-17T02:18:49.309Z | Checking form_urlencoded v1.2.2 |
| 909 | 2026-03-17T02:18:49.404Z | Checking getrandom v0.2.14 |
| 910 | 2026-03-17T02:18:49.545Z | Compiling foldhash v0.2.0 |
| 911 | 2026-03-17T02:18:49.605Z | Compiling equivalent v1.0.2 |
| 912 | 2026-03-17T02:18:49.682Z | Compiling allocator-api2 v0.2.21 |
| 913 | 2026-03-17T02:18:49.723Z | Compiling portable-atomic v1.11.1 |
| 914 | 2026-03-17T02:18:49.779Z | Compiling regex-syntax v0.8.5 |
| 915 | 2026-03-17T02:18:49.808Z | Compiling ring v0.17.14 |
| 916 | 2026-03-17T02:18:50.017Z | Checking scopeguard v1.2.0 |
| 917 | 2026-03-17T02:18:50.124Z | Compiling hashbrown v0.16.1 |
| 918 | 2026-03-17T02:18:50.154Z | Compiling semver v1.0.27 |
| 919 | 2026-03-17T02:18:50.535Z | Checking socket2 v0.6.0 |
| 920 | 2026-03-17T02:18:50.557Z | Compiling aho-corasick v1.1.3 |
| 921 | 2026-03-17T02:18:50.681Z | Checking parking_lot v0.12.2 |
| 922 | 2026-03-17T02:18:50.860Z | Checking critical-section v1.2.0 |
| 923 | 2026-03-17T02:18:50.904Z | Checking mio v1.0.2 |
| 924 | 2026-03-17T02:18:50.926Z | Checking signal-hook-registry v1.4.2 |
| 925 | 2026-03-17T02:18:50.969Z | Checking iana-time-zone v0.1.64 |
| 926 | 2026-03-17T02:18:50.991Z | Checking once_cell v1.21.3 |
| 927 | 2026-03-17T02:18:51.102Z | Compiling thiserror v1.0.64 |
| 928 | 2026-03-17T02:18:51.209Z | Compiling bitflags v2.9.4 |
| 929 | 2026-03-17T02:18:51.534Z | Checking uuid v1.19.0 |
| 930 | 2026-03-17T02:18:51.640Z | Checking futures-core v0.3.32 |
| 931 | 2026-03-17T02:18:51.915Z | Compiling synstructure v0.13.1 |
| 932 | 2026-03-17T02:18:51.968Z | Compiling serde_derive_internals v0.29.1 |
| 933 | 2026-03-17T02:18:51.994Z | Compiling regex-automata v0.4.14 |
| 934 | 2026-03-17T02:18:52.864Z | Compiling schemars v0.8.22 |
| 935 | 2026-03-17T02:18:52.942Z | Checking dyn-clone v1.0.17 |
| 936 | 2026-03-17T02:18:53.010Z | Compiling fnv v1.0.7 |
| 937 | 2026-03-17T02:18:53.045Z | Compiling httparse v1.10.1 |
| 938 | 2026-03-17T02:18:53.071Z | Checking futures-sink v0.3.31 |
| 939 | 2026-03-17T02:18:53.133Z | Compiling indexmap v2.13.0 |
| 940 | 2026-03-17T02:18:53.205Z | Compiling typenum v1.17.0 |
| 941 | 2026-03-17T02:18:53.698Z | Compiling generic-array v0.14.7 |
| 942 | 2026-03-17T02:18:53.783Z | Compiling serde_derive v1.0.228 |
| 943 | 2026-03-17T02:18:53.881Z | Compiling zerofrom-derive v0.1.5 |
| 944 | 2026-03-17T02:18:53.960Z | Compiling yoke-derive v0.7.5 |
| 945 | 2026-03-17T02:18:53.993Z | Compiling zerovec-derive v0.10.3 |
| 946 | 2026-03-17T02:18:54.055Z | Compiling displaydoc v0.2.5 |
| 947 | 2026-03-17T02:18:54.307Z | Compiling icu_provider_macros v1.5.0 |
| 948 | 2026-03-17T02:18:54.640Z | Compiling tokio-macros v2.6.0 |
| 949 | 2026-03-17T02:18:54.999Z | Compiling schemars_derive v0.8.22 |
| 950 | 2026-03-17T02:18:55.022Z | Compiling thiserror-impl v2.0.18 |
| 951 | 2026-03-17T02:18:55.309Z | Compiling futures-macro v0.3.31 |
| 952 | 2026-03-17T02:18:55.332Z | Compiling regex v1.12.3 |
| 953 | 2026-03-17T02:18:55.501Z | Checking zerofrom v0.1.5 |
| 954 | 2026-03-17T02:18:55.523Z | Compiling thiserror-impl v1.0.64 |
| 955 | 2026-03-17T02:18:55.661Z | Checking yoke v0.7.5 |
| 956 | 2026-03-17T02:18:55.821Z | Checking futures-channel v0.3.31 |
| 957 | 2026-03-17T02:18:55.876Z | Checking pin-utils v0.1.0 |
| 958 | 2026-03-17T02:18:55.901Z | Checking zerovec v0.10.4 |
| 959 | 2026-03-17T02:18:55.966Z | Compiling errno v0.3.14 |
| 960 | 2026-03-17T02:18:56.070Z | Checking futures-task v0.3.31 |
| 961 | 2026-03-17T02:18:56.150Z | Checking futures-io v0.3.31 |
| 962 | 2026-03-17T02:18:56.248Z | Checking subtle v2.5.0 |
| 963 | 2026-03-17T02:18:56.359Z | Checking rand_core v0.6.4 |
| 964 | 2026-03-17T02:18:56.405Z | Checking futures-util v0.3.31 |
| 965 | 2026-03-17T02:18:56.455Z | Compiling ucd-trie v0.1.6 |
| 966 | 2026-03-17T02:18:56.579Z | Checking zeroize v1.7.0 |
| 967 | 2026-03-17T02:18:56.759Z | Compiling pest v2.8.4 |
| 968 | 2026-03-17T02:18:56.803Z | Compiling anyhow v1.0.100 |
| 969 | 2026-03-17T02:18:56.825Z | Compiling either v1.15.0 |
| 970 | 2026-03-17T02:18:56.859Z | Checking tinystr v0.7.6 |
| 971 | 2026-03-17T02:18:56.886Z | Checking icu_collections v1.5.0 |
| 972 | 2026-03-17T02:18:57.117Z | Checking icu_locid v1.5.0 |
| 973 | 2026-03-17T02:18:57.216Z | Compiling strsim v0.11.1 |
| 974 | 2026-03-17T02:18:57.331Z | Compiling tracing-attributes v0.1.27 |
| 975 | 2026-03-17T02:18:57.612Z | Checking tracing-core v0.1.32 |
| 976 | 2026-03-17T02:18:57.732Z | Checking icu_provider v1.5.0 |
| 977 | 2026-03-17T02:18:57.764Z | Compiling slog v2.8.2 |
| 978 | 2026-03-17T02:18:58.015Z | Checking bytes v1.11.1 |
| 979 | 2026-03-17T02:18:58.059Z | Checking chrono v0.4.44 |
| 980 | 2026-03-17T02:18:58.131Z | Checking icu_locid_transform v1.5.0 |
| 981 | 2026-03-17T02:18:58.258Z | Compiling serde_tokenstream v0.2.3 |
| 982 | 2026-03-17T02:18:58.623Z | Compiling pest_meta v2.8.4 |
| 983 | 2026-03-17T02:18:58.626Z | Checking tokio v1.49.0 |
| 984 | 2026-03-17T02:18:58.730Z | Checking icu_properties v1.5.1 |
| 985 | 2026-03-17T02:18:58.949Z | Checking http v1.4.0 |
| 986 | 2026-03-17T02:18:58.985Z | Checking byteorder v1.5.0 |
| 987 | 2026-03-17T02:18:59.088Z | Compiling rustix v0.38.34 |
| 988 | 2026-03-17T02:18:59.243Z | Checking untrusted v0.9.0 |
| 989 | 2026-03-17T02:18:59.265Z | Checking tracing v0.1.40 |
| 990 | 2026-03-17T02:18:59.383Z | Compiling pest_generator v2.8.4 |
| 991 | 2026-03-17T02:18:59.737Z | Checking rustls-pki-types v1.12.0 |
| 992 | 2026-03-17T02:19:00.216Z | Compiling ident_case v1.0.1 |
| 993 | 2026-03-17T02:19:00.532Z | Compiling pest_derive v2.8.4 |
| 994 | 2026-03-17T02:19:00.612Z | Checking icu_normalizer v1.5.0 |
| 995 | 2026-03-17T02:19:00.845Z | Compiling zerocopy v0.8.27 |
| 996 | 2026-03-17T02:19:01.095Z | Checking idna_adapter v1.2.0 |
| 997 | 2026-03-17T02:19:01.149Z | Compiling lazy_static v1.5.0 |
| 998 | 2026-03-17T02:19:01.256Z | Checking idna v1.0.3 |
| 999 | 2026-03-17T02:19:01.317Z | Compiling prettyplease v0.2.37 |
| 1000 | 2026-03-17T02:19:01.531Z | Compiling zerocopy-derive v0.8.27 |
| 1001 | 2026-03-17T02:19:01.587Z | Checking url v2.5.4 |
| 1002 | 2026-03-17T02:19:01.612Z | Compiling regress v0.10.5 |
| 1003 | 2026-03-17T02:19:01.730Z | Compiling minimal-lexical v0.2.1 |
| 1004 | 2026-03-17T02:19:02.046Z | Compiling glob v0.3.3 |
| 1005 | 2026-03-17T02:19:02.085Z | Compiling nom v7.1.3 |
| 1006 | 2026-03-17T02:19:02.498Z | Compiling clang-sys v1.8.1 |
| 1007 | 2026-03-17T02:19:02.707Z | Checking base64 v0.22.1 |
| 1008 | 2026-03-17T02:19:02.728Z | Compiling camino v1.2.2 |
| 1009 | 2026-03-17T02:19:02.962Z | Checking ipnet v2.9.0 |
| 1010 | 2026-03-17T02:19:02.989Z | Checking tokio-util v0.7.16 |
| 1011 | 2026-03-17T02:19:03.040Z | Compiling pkg-config v0.3.30 |
| 1012 | 2026-03-17T02:19:03.211Z | Compiling vcpkg v0.2.15 |
| 1013 | 2026-03-17T02:19:03.260Z | Checking crypto-common v0.1.6 |
| 1014 | 2026-03-17T02:19:03.341Z | Checking http-body v1.0.1 |
| 1015 | 2026-03-17T02:19:03.410Z | Compiling libloading v0.8.9 |
| 1016 | 2026-03-17T02:19:03.508Z | Checking atomic-waker v1.1.2 |
| 1017 | 2026-03-17T02:19:03.632Z | Compiling num-conv v0.2.0 |
| 1018 | 2026-03-17T02:19:03.654Z | Compiling bindgen v0.69.5 |
| 1019 | 2026-03-17T02:19:03.658Z | Compiling home v0.5.11 |
| 1020 | 2026-03-17T02:19:03.698Z | Compiling time-core v0.1.8 |
| 1021 | 2026-03-17T02:19:03.844Z | Compiling which v4.4.2 |
| 1022 | 2026-03-17T02:19:03.899Z | Compiling time-macros v0.2.27 |
| 1023 | 2026-03-17T02:19:03.921Z | Compiling cexpr v0.6.0 |
| 1024 | 2026-03-17T02:19:04.039Z | Compiling itertools v0.12.1 |
| 1025 | 2026-03-17T02:19:04.086Z | Compiling lazycell v1.3.0 |
| 1026 | 2026-03-17T02:19:04.162Z | Checking tower-service v0.3.3 |
| 1027 | 2026-03-17T02:19:04.230Z | Compiling paste v1.0.15 |
| 1028 | 2026-03-17T02:19:04.279Z | Checking ppv-lite86 v0.2.17 |
| 1029 | 2026-03-17T02:19:04.510Z | Checking try-lock v0.2.5 |
| 1030 | 2026-03-17T02:19:04.596Z | Checking tower-layer v0.3.3 |
| 1031 | 2026-03-17T02:19:04.638Z | Compiling rustc-hash v1.1.0 |
| 1032 | 2026-03-17T02:19:04.671Z | Checking want v0.3.1 |
| 1033 | 2026-03-17T02:19:04.776Z | Checking h2 v0.4.6 |
| 1034 | 2026-03-17T02:19:04.798Z | Compiling scroll_derive v0.13.1 |
| 1035 | 2026-03-17T02:19:04.801Z | Compiling cmake v0.1.54 |
| 1036 | 2026-03-17T02:19:04.840Z | Checking ryu v1.0.18 |
| 1037 | 2026-03-17T02:19:05.018Z | Compiling fs_extra v1.3.0 |
| 1038 | 2026-03-17T02:19:05.175Z | Compiling dunce v1.0.5 |
| 1039 | 2026-03-17T02:19:05.247Z | Checking httpdate v1.0.3 |
| 1040 | 2026-03-17T02:19:05.288Z | Compiling async-trait v0.1.89 |
| 1041 | 2026-03-17T02:19:05.311Z | Checking pretty-hex v0.4.1 |
| 1042 | 2026-03-17T02:19:05.429Z | Checking http-body-util v0.1.3 |
| 1043 | 2026-03-17T02:19:05.460Z | Checking encoding_rs v0.8.34 |
| 1044 | 2026-03-17T02:19:05.721Z | Checking mime v0.3.17 |
| 1045 | 2026-03-17T02:19:05.883Z | Checking plain v0.2.3 |
| 1046 | 2026-03-17T02:19:05.908Z | Compiling aws-lc-rs v1.13.3 |
| 1047 | 2026-03-17T02:19:05.954Z | Checking serde_urlencoded v0.7.1 |
| 1048 | 2026-03-17T02:19:06.226Z | Compiling openapiv3 v2.2.0 |
| 1049 | 2026-03-17T02:19:06.248Z | Checking erased-serde v0.3.31 |
| 1050 | 2026-03-17T02:19:06.614Z | Checking cpufeatures v0.2.12 |
| 1051 | 2026-03-17T02:19:07.031Z | Compiling scroll v0.13.0 |
| 1052 | 2026-03-17T02:19:07.210Z | Checking block-buffer v0.10.4 |
| 1053 | 2026-03-17T02:19:07.280Z | Checking hyper v1.8.1 |
| 1054 | 2026-03-17T02:19:07.604Z | Compiling crossbeam-utils v0.8.19 |
| 1055 | 2026-03-17T02:19:07.637Z | Compiling usdt-impl v0.6.0 |
| 1056 | 2026-03-17T02:19:07.938Z | Checking untrusted v0.7.1 |
| 1057 | 2026-03-17T02:19:08.043Z | Compiling goblin v0.10.4 |
| 1058 | 2026-03-17T02:19:08.089Z | Checking digest v0.10.7 |
| 1059 | 2026-03-17T02:19:08.339Z | Compiling typify-impl v0.4.3 |
| 1060 | 2026-03-17T02:19:08.407Z | Compiling darling_core v0.21.3 |
| 1061 | 2026-03-17T02:19:08.488Z | Checking hyper-util v0.1.19 |
| 1062 | 2026-03-17T02:19:10.182Z | Compiling rustls v0.23.31 |
| 1063 | 2026-03-17T02:19:10.443Z | Compiling dtrace-parser v0.3.0 |
| 1064 | 2026-03-17T02:19:10.464Z | Compiling thread-id v5.0.0 |
| 1065 | 2026-03-17T02:19:10.571Z | Compiling rustls v0.22.4 |
| 1066 | 2026-03-17T02:19:10.834Z | Compiling rustix v1.1.2 |
| 1067 | 2026-03-17T02:19:10.856Z | Compiling unsafe-libyaml v0.2.11 |
| 1068 | 2026-03-17T02:19:11.359Z | Checking futures-executor v0.3.31 |
| 1069 | 2026-03-17T02:19:11.447Z | Compiling darling_macro v0.21.3 |
| 1070 | 2026-03-17T02:19:11.547Z | Compiling strum_macros v0.26.4 |
| 1071 | 2026-03-17T02:19:11.615Z | Compiling serde_yaml v0.9.34+deprecated |
| 1072 | 2026-03-17T02:19:11.683Z | Compiling slog-async v2.8.0 |
| 1073 | 2026-03-17T02:19:12.058Z | Compiling dof v0.4.0 |
| 1074 | 2026-03-17T02:19:12.138Z | Compiling aws-lc-sys v0.30.0 |
| 1075 | 2026-03-17T02:19:12.160Z | Compiling darling v0.21.3 |
| 1076 | 2026-03-17T02:19:12.334Z | Checking futures v0.3.31 |
| 1077 | 2026-03-17T02:19:12.435Z | Compiling openssl-sys v0.9.107 |
| 1078 | 2026-03-17T02:19:13.128Z | Compiling daft-derive v0.1.5 |
| 1079 | 2026-03-17T02:19:13.246Z | Compiling typify-macro v0.4.3 |
| 1080 | 2026-03-17T02:19:13.414Z | Checking sync_wrapper v1.0.1 |
| 1081 | 2026-03-17T02:19:13.477Z | Checking rand_core v0.9.3 |
| 1082 | 2026-03-17T02:19:13.547Z | Compiling multer v3.1.0 |
| 1083 | 2026-03-17T02:19:13.695Z | Compiling omicron-workspace-hack v0.1.0 |
| 1084 | 2026-03-17T02:19:13.717Z | Checking rand_chacha v0.9.0 |
| 1085 | 2026-03-17T02:19:13.720Z | Compiling usdt-attr-macro v0.6.0 |
| 1086 | 2026-03-17T02:19:13.790Z | Compiling usdt-macro v0.6.0 |
| 1087 | 2026-03-17T02:19:13.893Z | Checking tower v0.5.2 |
| 1088 | 2026-03-17T02:19:14.060Z | Checking webpki-roots v0.26.3 |
| 1089 | 2026-03-17T02:19:14.208Z | Compiling async-stream-impl v0.3.6 |
| 1090 | 2026-03-17T02:19:14.383Z | Checking winnow v0.7.13 |
| 1091 | 2026-03-17T02:19:14.513Z | Checking iri-string v0.7.8 |
| 1092 | 2026-03-17T02:19:14.839Z | Checking powerfmt v0.2.0 |
| 1093 | 2026-03-17T02:19:15.041Z | Checking deranged v0.5.3 |
| 1094 | 2026-03-17T02:19:15.044Z | Checking rand v0.9.2 |
| 1095 | 2026-03-17T02:19:15.255Z | Compiling typify v0.4.3 |
| 1096 | 2026-03-17T02:19:15.276Z | Checking sha1 v0.10.6 |
| 1097 | 2026-03-17T02:19:15.368Z | Checking rand_chacha v0.3.1 |
| 1098 | 2026-03-17T02:19:15.476Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-03-17T02:19:15.612Z | Checking is-terminal v0.4.12 |
| 1100 | 2026-03-17T02:19:15.727Z | Checking match_cfg v0.1.0 |
| 1101 | 2026-03-17T02:19:15.816Z | Checking fastrand v2.3.0 |
| 1102 | 2026-03-17T02:19:15.836Z | Checking num_threads v0.1.7 |
| 1103 | 2026-03-17T02:19:15.930Z | Checking tower-http v0.6.8 |
| 1104 | 2026-03-17T02:19:15.952Z | Checking hostname v0.3.1 |
| 1105 | 2026-03-17T02:19:16.040Z | Checking tempfile v3.23.0 |
| 1106 | 2026-03-17T02:19:16.062Z | Checking rand v0.8.5 |
| 1107 | 2026-03-17T02:19:16.131Z | Checking ipnetwork v0.21.1 |
| 1108 | 2026-03-17T02:19:16.221Z | Compiling dropshot_endpoint v0.16.7 |
| 1109 | 2026-03-17T02:19:16.296Z | Compiling structmeta-derive v0.3.0 |
| 1110 | 2026-03-17T02:19:16.462Z | Checking foreign-types-shared v0.1.1 |
| 1111 | 2026-03-17T02:19:16.489Z | Checking time v0.3.47 |
| 1112 | 2026-03-17T02:19:16.571Z | Compiling openssl v0.10.72 |
| 1113 | 2026-03-17T02:19:16.620Z | Compiling ref-cast v1.0.25 |
| 1114 | 2026-03-17T02:19:16.785Z | Checking foreign-types v0.3.2 |
| 1115 | 2026-03-17T02:19:16.931Z | Checking crossbeam-channel v0.5.15 |
| 1116 | 2026-03-17T02:19:17.267Z | Compiling openssl-macros v0.1.1 |
| 1117 | 2026-03-17T02:19:17.383Z | Compiling ref-cast-impl v1.0.25 |
| 1118 | 2026-03-17T02:19:17.405Z | Compiling native-tls v0.2.11 |
| 1119 | 2026-03-17T02:19:17.742Z | Compiling structmeta v0.3.0 |
| 1120 | 2026-03-17T02:19:18.002Z | Checking thread_local v1.1.8 |
| 1121 | 2026-03-17T02:19:18.206Z | Checking openssl-probe v0.1.5 |
| 1122 | 2026-03-17T02:19:18.338Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1123 | 2026-03-17T02:19:18.381Z | Compiling progenitor-impl v0.11.1 |
| 1124 | 2026-03-17T02:19:18.456Z | Checking strum v0.26.3 |
| 1125 | 2026-03-17T02:19:18.790Z | Checking rustls-webpki v0.102.4 |
| 1126 | 2026-03-17T02:19:18.857Z | Checking serde_spanned v1.0.4 |
| 1127 | 2026-03-17T02:19:19.022Z | Checking take_mut v0.2.2 |
| 1128 | 2026-03-17T02:19:19.026Z | Checking debug-ignore v1.0.5 |
| 1129 | 2026-03-17T02:19:19.154Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1130 | 2026-03-17T02:19:19.175Z | Compiling syn v1.0.109 |
| 1131 | 2026-03-17T02:19:19.335Z | Checking term v1.2.0 |
| 1132 | 2026-03-17T02:19:19.624Z | Checking slog-term v2.9.2 |
| 1133 | 2026-03-17T02:19:19.973Z | Checking slog-json v2.6.1 |
| 1134 | 2026-03-17T02:19:20.167Z | Checking oxnet v0.1.3 |
| 1135 | 2026-03-17T02:19:20.390Z | Compiling serde_with_macros v3.15.0 |
| 1136 | 2026-03-17T02:19:20.415Z | Compiling derive-where v1.6.0 |
| 1137 | 2026-03-17T02:19:20.453Z | Compiling strum_macros v0.27.2 |
| 1138 | 2026-03-17T02:19:20.982Z | Checking tokio-native-tls v0.3.1 |
| 1139 | 2026-03-17T02:19:21.184Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1140 | 2026-03-17T02:19:21.317Z | Compiling progenitor-macro v0.11.1 |
| 1141 | 2026-03-17T02:19:21.402Z | Checking memmap2 v0.9.9 |
| 1142 | 2026-03-17T02:19:22.133Z | Checking spin v0.9.8 |
| 1143 | 2026-03-17T02:19:22.254Z | Checking usdt v0.6.0 |
| 1144 | 2026-03-17T02:19:22.454Z | Checking toml v0.9.12+spec-1.1.0 |
| 1145 | 2026-03-17T02:19:22.557Z | Checking tokio-rustls v0.25.0 |
| 1146 | 2026-03-17T02:19:22.816Z | Checking hyper-tls v0.6.0 |
| 1147 | 2026-03-17T02:19:22.863Z | Checking slog-bunyan v2.5.0 |
| 1148 | 2026-03-17T02:19:23.031Z | Compiling derive-ex v0.1.8 |
| 1149 | 2026-03-17T02:19:23.381Z | Checking async-stream v0.3.6 |
| 1150 | 2026-03-17T02:19:23.640Z | Checking waitgroup v0.1.2 |
| 1151 | 2026-03-17T02:19:23.772Z | Checking newtype-uuid v1.3.1 |
| 1152 | 2026-03-17T02:19:23.955Z | Checking rustls-pemfile v2.2.0 |
| 1153 | 2026-03-17T02:19:24.018Z | Checking webpki-roots v1.0.3 |
| 1154 | 2026-03-17T02:19:24.045Z | Compiling newtype-uuid-macros v0.1.0 |
| 1155 | 2026-03-17T02:19:24.130Z | Checking hex v0.4.3 |
| 1156 | 2026-03-17T02:19:24.303Z | Checking serde_path_to_error v0.1.20 |
| 1157 | 2026-03-17T02:19:24.651Z | Checking hostname v0.4.2 |
| 1158 | 2026-03-17T02:19:24.781Z | Checking quick-error v1.2.3 |
| 1159 | 2026-03-17T02:19:25.172Z | Compiling test-strategy v0.4.3 |
| 1160 | 2026-03-17T02:19:25.327Z | Compiling parse-display-derive v0.10.0 |
| 1161 | 2026-03-17T02:19:27.274Z | Compiling toml_datetime v0.6.11 |
| 1162 | 2026-03-17T02:19:27.360Z | Checking macaddr v1.0.1 |
| 1163 | 2026-03-17T02:19:27.383Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1164 | 2026-03-17T02:19:27.729Z | Checking daft v0.1.5 |
| 1165 | 2026-03-17T02:19:28.155Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1166 | 2026-03-17T02:19:28.668Z | Compiling zerocopy-derive v0.7.34 |
| 1167 | 2026-03-17T02:19:28.693Z | Checking wait-timeout v0.2.0 |
| 1168 | 2026-03-17T02:19:28.728Z | Checking bit-vec v0.6.3 |
| 1169 | 2026-03-17T02:19:28.851Z | Checking rusty-fork v0.3.0 |
| 1170 | 2026-03-17T02:19:28.961Z | Checking bit-set v0.5.3 |
| 1171 | 2026-03-17T02:19:29.221Z | Checking strum v0.27.2 |
| 1172 | 2026-03-17T02:19:29.260Z | Checking serde_with v3.15.0 |
| 1173 | 2026-03-17T02:19:29.965Z | Checking rand_xorshift v0.3.0 |
| 1174 | 2026-03-17T02:19:30.209Z | Checking unarray v0.1.4 |
| 1175 | 2026-03-17T02:19:30.343Z | Checking proptest v1.5.0 |
| 1176 | 2026-03-17T02:19:30.433Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1177 | 2026-03-17T02:19:30.665Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1178 | 2026-03-17T02:19:30.688Z | Compiling clap_derive v4.5.4 |
| 1179 | 2026-03-17T02:19:30.826Z | Checking instant v0.1.12 |
| 1180 | 2026-03-17T02:19:31.164Z | Checking utf8parse v0.2.1 |
| 1181 | 2026-03-17T02:19:31.304Z | Checking rustc-hash v2.1.1 |
| 1182 | 2026-03-17T02:19:31.360Z | Compiling crucible-workspace-hack v0.1.0 |
| 1183 | 2026-03-17T02:19:31.363Z | Checking anstyle-parse v0.2.4 |
| 1184 | 2026-03-17T02:19:31.487Z | Checking iddqd v0.3.14 |
| 1185 | 2026-03-17T02:19:31.617Z | Checking backoff v0.4.0 |
| 1186 | 2026-03-17T02:19:31.670Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1187 | 2026-03-17T02:19:31.913Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1188 | 2026-03-17T02:19:31.916Z | Checking parse-display v0.10.0 |
| 1189 | 2026-03-17T02:19:32.054Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1190 | 2026-03-17T02:19:32.122Z | Checking anstyle v1.0.7 |
| 1191 | 2026-03-17T02:19:32.372Z | Checking colorchoice v1.0.1 |
| 1192 | 2026-03-17T02:19:32.478Z | Checking anstyle-query v1.0.3 |
| 1193 | 2026-03-17T02:19:32.702Z | Checking is_terminal_polyfill v1.70.0 |
| 1194 | 2026-03-17T02:19:32.751Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1195 | 2026-03-17T02:19:32.815Z | Checking anstream v0.6.14 |
| 1196 | 2026-03-17T02:19:32.860Z | Compiling zerocopy v0.7.34 |
| 1197 | 2026-03-17T02:19:32.912Z | Compiling rustls-webpki v0.103.4 |
| 1198 | 2026-03-17T02:19:32.984Z | Checking terminal_size v0.3.0 |
| 1199 | 2026-03-17T02:19:33.230Z | Compiling scroll_derive v0.12.0 |
| 1200 | 2026-03-17T02:19:33.556Z | Compiling usdt-impl v0.5.0 |
| 1201 | 2026-03-17T02:19:33.636Z | Compiling heck v0.4.1 |
| 1202 | 2026-03-17T02:19:33.908Z | Checking clap_lex v0.7.0 |
| 1203 | 2026-03-17T02:19:33.967Z | Compiling winnow v0.5.40 |
| 1204 | 2026-03-17T02:19:34.082Z | Checking scroll v0.12.0 |
| 1205 | 2026-03-17T02:19:34.107Z | Checking clap_builder v4.5.2 |
| 1206 | 2026-03-17T02:19:34.284Z | Compiling dof v0.3.0 |
| 1207 | 2026-03-17T02:19:34.678Z | Compiling dtrace-parser v0.2.0 |
| 1208 | 2026-03-17T02:19:34.912Z | Compiling thread-id v4.2.1 |
| 1209 | 2026-03-17T02:19:35.562Z | Checking goblin v0.8.2 |
| 1210 | 2026-03-17T02:19:35.865Z | Compiling toml_edit v0.19.15 |
| 1211 | 2026-03-17T02:19:35.887Z | Checking clap v4.5.4 |
| 1212 | 2026-03-17T02:19:37.146Z | Checking unicode-width v0.1.14 |
| 1213 | 2026-03-17T02:19:37.360Z | Checking data-encoding v2.6.0 |
| 1214 | 2026-03-17T02:19:37.470Z | Compiling proc-macro-crate v1.3.1 |
| 1215 | 2026-03-17T02:19:38.060Z | Compiling tokio-rustls v0.26.0 |
| 1216 | 2026-03-17T02:19:38.357Z | Compiling hyper-rustls v0.27.3 |
| 1217 | 2026-03-17T02:19:38.645Z | Checking crossbeam-epoch v0.9.18 |
| 1218 | 2026-03-17T02:19:38.762Z | Checking num-integer v0.1.46 |
| 1219 | 2026-03-17T02:19:39.406Z | Compiling usdt-attr-macro v0.5.0 |
| 1220 | 2026-03-17T02:19:39.727Z | Compiling reqwest v0.12.23 |
| 1221 | 2026-03-17T02:19:39.830Z | Compiling usdt-macro v0.5.0 |
| 1222 | 2026-03-17T02:19:39.888Z | Checking serde_spanned v0.6.9 |
| 1223 | 2026-03-17T02:19:40.223Z | Checking memmap v0.7.0 |
| 1224 | 2026-03-17T02:19:40.252Z | Checking tinyvec_macros v0.1.1 |
| 1225 | 2026-03-17T02:19:40.350Z | Checking tinyvec v1.6.0 |
| 1226 | 2026-03-17T02:19:40.689Z | Checking usdt v0.5.0 |
| 1227 | 2026-03-17T02:19:40.837Z | Checking num-bigint v0.4.5 |
| 1228 | 2026-03-17T02:19:41.127Z | Compiling itertools v0.14.0 |
| 1229 | 2026-03-17T02:19:41.153Z | Compiling proc-macro-error-attr v1.0.4 |
| 1230 | 2026-03-17T02:19:41.599Z | Compiling heapless v0.8.0 |
| 1231 | 2026-03-17T02:19:42.089Z | Compiling progenitor-client v0.11.1 |
| 1232 | 2026-03-17T02:19:42.112Z | Checking num-rational v0.4.2 |
| 1233 | 2026-03-17T02:19:42.435Z | Checking num-iter v0.1.45 |
| 1234 | 2026-03-17T02:19:42.785Z | Compiling darling_core v0.20.11 |
| 1235 | 2026-03-17T02:19:42.828Z | Checking hash32 v0.3.1 |
| 1236 | 2026-03-17T02:19:42.852Z | Compiling ingot-macros v0.1.1 |
| 1237 | 2026-03-17T02:19:43.016Z | Checking num-complex v0.4.6 |
| 1238 | 2026-03-17T02:19:43.551Z | Compiling proc-macro-error v1.0.4 |
| 1239 | 2026-03-17T02:19:43.833Z | Checking bitflags v1.3.2 |
| 1240 | 2026-03-17T02:19:44.247Z | Compiling rayon-core v1.13.0 |
| 1241 | 2026-03-17T02:19:44.491Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1242 | 2026-03-17T02:19:44.664Z | Compiling smoltcp v0.11.0 |
| 1243 | 2026-03-17T02:19:45.580Z | Compiling darling_macro v0.20.11 |
| 1244 | 2026-03-17T02:19:46.408Z | Checking ingot-types v0.1.2 |
| 1245 | 2026-03-17T02:19:46.441Z | Checking num v0.4.3 |
| 1246 | 2026-03-17T02:19:46.606Z | Compiling progenitor v0.11.1 |
| 1247 | 2026-03-17T02:19:46.730Z | Checking crossbeam-deque v0.8.5 |
| 1248 | 2026-03-17T02:19:46.767Z | Compiling num_enum_derive v0.7.4 |
| 1249 | 2026-03-17T02:19:47.201Z | Checking bstr v1.9.1 |
| 1250 | 2026-03-17T02:19:47.506Z | Checking managed v0.8.0 |
| 1251 | 2026-03-17T02:19:47.542Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1252 | 2026-03-17T02:19:47.564Z | Checking cobs v0.2.3 |
| 1253 | 2026-03-17T02:19:47.718Z | Checking postcard v1.0.9 |
| 1254 | 2026-03-17T02:19:48.156Z | Checking num_enum v0.7.4 |
| 1255 | 2026-03-17T02:19:48.479Z | Checking ingot v0.1.1 |
| 1256 | 2026-03-17T02:19:48.648Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1257 | 2026-03-17T02:19:48.899Z | Compiling darling v0.20.11 |
| 1258 | 2026-03-17T02:19:49.134Z | Compiling progenitor-client v0.10.0 |
| 1259 | 2026-03-17T02:19:49.690Z | Compiling enum-as-inner v0.6.0 |
| 1260 | 2026-03-17T02:19:50.218Z | Compiling libz-sys v1.1.16 |
| 1261 | 2026-03-17T02:19:50.395Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1262 | 2026-03-17T02:19:50.684Z | Compiling foreign-types-macros v0.2.3 |
| 1263 | 2026-03-17T02:19:50.768Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1264 | 2026-03-17T02:19:50.943Z | Compiling semver v0.1.20 |
| 1265 | 2026-03-17T02:19:51.053Z | Compiling toml_write v0.1.2 |
| 1266 | 2026-03-17T02:19:51.261Z | Checking foreign-types-shared v0.3.1 |
| 1267 | 2026-03-17T02:19:51.333Z | Checking is_ci v1.2.0 |
| 1268 | 2026-03-17T02:19:51.397Z | Compiling toml_edit v0.22.27 |
| 1269 | 2026-03-17T02:19:51.526Z | Checking foreign-types v0.5.0 |
| 1270 | 2026-03-17T02:19:51.586Z | Compiling rustc_version v0.1.7 |
| 1271 | 2026-03-17T02:19:51.784Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1272 | 2026-03-17T02:19:51.807Z | Compiling derive_builder_core v0.20.2 |
| 1273 | 2026-03-17T02:19:51.857Z | Checking rayon v1.11.0 |
| 1274 | 2026-03-17T02:19:52.784Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1275 | 2026-03-17T02:19:52.865Z | Checking tabwriter v1.4.0 |
| 1276 | 2026-03-17T02:19:52.943Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1277 | 2026-03-17T02:19:52.974Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1278 | 2026-03-17T02:19:53.050Z | Checking cstr-argument v0.1.2 |
| 1279 | 2026-03-17T02:19:53.219Z | Checking float-ord v0.3.2 |
| 1280 | 2026-03-17T02:19:53.356Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1281 | 2026-03-17T02:19:53.635Z | Compiling owo-colors v4.2.3 |
| 1282 | 2026-03-17T02:19:53.962Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1283 | 2026-03-17T02:19:54.101Z | Compiling toml v0.8.23 |
| 1284 | 2026-03-17T02:19:54.123Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1285 | 2026-03-17T02:19:54.145Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1286 | 2026-03-17T02:19:54.334Z | Compiling derive_builder_macro v0.20.2 |
| 1287 | 2026-03-17T02:19:54.353Z | Compiling newtype_derive v0.1.6 |
| 1288 | 2026-03-17T02:19:54.635Z | Checking supports-color v2.1.0 |
| 1289 | 2026-03-17T02:19:54.736Z | Checking supports-color v3.0.2 |
| 1290 | 2026-03-17T02:19:54.799Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1291 | 2026-03-17T02:19:54.872Z | Checking resolv-conf v0.7.0 |
| 1292 | 2026-03-17T02:19:54.907Z | Checking atomicwrites v0.4.4 |
| 1293 | 2026-03-17T02:19:55.016Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1294 | 2026-03-17T02:19:55.064Z | Compiling vergen-lib v9.1.0 |
| 1295 | 2026-03-17T02:19:55.116Z | Compiling slog-dtrace v0.3.0 |
| 1296 | 2026-03-17T02:19:55.188Z | Compiling cfg_aliases v0.2.1 |
| 1297 | 2026-03-17T02:19:55.288Z | Checking openssl-probe v0.2.1 |
| 1298 | 2026-03-17T02:19:55.310Z | Checking colored v3.0.0 |
| 1299 | 2026-03-17T02:19:55.341Z | Checking linked-hash-map v0.5.6 |
| 1300 | 2026-03-17T02:19:55.440Z | Checking rustls-native-certs v0.8.3 |
| 1301 | 2026-03-17T02:19:55.576Z | Checking lru-cache v0.1.2 |
| 1302 | 2026-03-17T02:19:55.644Z | Compiling derive_builder v0.20.2 |
| 1303 | 2026-03-17T02:19:55.796Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1304 | 2026-03-17T02:19:55.916Z | Checking hickory-proto v0.24.4 |
| 1305 | 2026-03-17T02:19:55.952Z | Compiling zone_cfg_derive v0.3.0 |
| 1306 | 2026-03-17T02:19:56.563Z | Checking similar v2.7.0 |
| 1307 | 2026-03-17T02:19:56.834Z | Compiling hubpack_derive v0.1.1 |
| 1308 | 2026-03-17T02:19:57.023Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1309 | 2026-03-17T02:19:57.261Z | Checking camino-tempfile v1.4.1 |
| 1310 | 2026-03-17T02:19:57.462Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1311 | 2026-03-17T02:19:57.816Z | Compiling serde_repr v0.1.19 |
| 1312 | 2026-03-17T02:19:58.026Z | Compiling num-derive v0.4.2 |
| 1313 | 2026-03-17T02:19:58.049Z | Compiling vergen v9.1.0 |
| 1314 | 2026-03-17T02:19:58.156Z | Compiling cargo-platform v0.3.2 |
| 1315 | 2026-03-17T02:19:58.159Z | Checking sigpipe v0.1.3 |
| 1316 | 2026-03-17T02:19:58.278Z | Checking jiff v0.2.15 |
| 1317 | 2026-03-17T02:19:58.320Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1318 | 2026-03-17T02:19:58.480Z | Checking indent_write v2.2.0 |
| 1319 | 2026-03-17T02:19:58.540Z | Checking base64 v0.21.7 |
| 1320 | 2026-03-17T02:19:58.590Z | Compiling convert_case v0.4.0 |
| 1321 | 2026-03-17T02:19:58.642Z | Checking siphasher v1.0.1 |
| 1322 | 2026-03-17T02:19:58.853Z | Checking base64ct v1.6.0 |
| 1323 | 2026-03-17T02:19:58.874Z | Checking phf_shared v0.12.1 |
| 1324 | 2026-03-17T02:19:59.014Z | Compiling derive_more v0.99.20 |
| 1325 | 2026-03-17T02:19:59.093Z | Compiling cargo_metadata v0.23.1 |
| 1326 | 2026-03-17T02:19:59.155Z | Checking password-hash v0.5.0 |
| 1327 | 2026-03-17T02:19:59.245Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 1328 | 2026-03-17T02:19:59.478Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1329 | 2026-03-17T02:19:59.529Z | Checking zone v0.3.1 |
| 1330 | 2026-03-17T02:20:00.276Z | Checking rustls-platform-verifier v0.6.2 |
| 1331 | 2026-03-17T02:20:00.458Z | Checking hickory-resolver v0.24.4 |
| 1332 | 2026-03-17T02:20:00.796Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1333 | 2026-03-17T02:20:01.354Z | Checking hubpack v0.1.2 |
| 1334 | 2026-03-17T02:20:01.581Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1335 | 2026-03-17T02:20:01.749Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1336 | 2026-03-17T02:20:01.772Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1337 | 2026-03-17T02:20:01.954Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1338 | 2026-03-17T02:20:02.212Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1339 | 2026-03-17T02:20:02.420Z | Compiling progenitor-impl v0.10.0 |
| 1340 | 2026-03-17T02:20:02.485Z | Checking terminal_size v0.4.3 |
| 1341 | 2026-03-17T02:20:02.637Z | Checking blake2 v0.10.6 |
| 1342 | 2026-03-17T02:20:02.695Z | Checking tokio-stream v0.1.17 |
| 1343 | 2026-03-17T02:20:02.924Z | Checking serde-big-array v0.5.1 |
| 1344 | 2026-03-17T02:20:02.947Z | Checking smf v0.2.3 |
| 1345 | 2026-03-17T02:20:03.114Z | Compiling pin-project-internal v1.1.10 |
| 1346 | 2026-03-17T02:20:03.197Z | Compiling rustc_version v0.4.1 |
| 1347 | 2026-03-17T02:20:03.200Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1348 | 2026-03-17T02:20:03.243Z | Compiling vergen-git2 v9.1.0 |
| 1349 | 2026-03-17T02:20:03.265Z | Checking unicode-segmentation v1.11.0 |
| 1350 | 2026-03-17T02:20:03.524Z | Checking unicode-width v0.2.1 |
| 1351 | 2026-03-17T02:20:03.568Z | Compiling unicode-xid v0.2.4 |
| 1352 | 2026-03-17T02:20:03.673Z | Compiling cancel-safe-futures v0.1.5 |
| 1353 | 2026-03-17T02:20:03.724Z | Checking foldhash v0.1.5 |
| 1354 | 2026-03-17T02:20:03.876Z | Checking smawk v0.3.2 |
| 1355 | 2026-03-17T02:20:03.917Z | Checking whoami v1.5.1 |
| 1356 | 2026-03-17T02:20:04.003Z | Compiling chrono-tz v0.10.4 |
| 1357 | 2026-03-17T02:20:04.074Z | Checking unicode-linebreak v0.1.5 |
| 1358 | 2026-03-17T02:20:04.176Z | Checking static_assertions v1.1.0 |
| 1359 | 2026-03-17T02:20:04.274Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1360 | 2026-03-17T02:20:04.356Z | Checking hashbrown v0.15.2 |
| 1361 | 2026-03-17T02:20:04.380Z | Checking textwrap v0.16.2 |
| 1362 | 2026-03-17T02:20:04.585Z | Checking pin-project v1.1.10 |
| 1363 | 2026-03-17T02:20:04.665Z | Compiling const_format_proc_macros v0.2.34 |
| 1364 | 2026-03-17T02:20:04.708Z | Checking newline-converter v0.3.0 |
| 1365 | 2026-03-17T02:20:04.962Z | Checking qorb v0.4.1 |
| 1366 | 2026-03-17T02:20:05.356Z | Checking argon2 v0.5.3 |
| 1367 | 2026-03-17T02:20:05.427Z | Compiling progenitor-macro v0.10.0 |
| 1368 | 2026-03-17T02:20:05.713Z | Checking reqwest v0.13.2 |
| 1369 | 2026-03-17T02:20:05.737Z | Checking phf v0.12.1 |
| 1370 | 2026-03-17T02:20:05.930Z | Checking globset v0.4.14 |
| 1371 | 2026-03-17T02:20:06.243Z | Checking unicode-normalization v0.1.24 |
| 1372 | 2026-03-17T02:20:06.265Z | Checking tokio-dtrace v0.1.1 |
| 1373 | 2026-03-17T02:20:06.527Z | Checking console v0.15.8 |
| 1374 | 2026-03-17T02:20:06.844Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1375 | 2026-03-17T02:20:06.904Z | Compiling typify-impl v0.6.1 |
| 1376 | 2026-03-17T02:20:07.311Z | Checking libsw-core v0.3.2 |
| 1377 | 2026-03-17T02:20:07.498Z | Checking secrecy v0.10.3 |
| 1378 | 2026-03-17T02:20:07.521Z | Compiling async-recursion v1.1.1 |
| 1379 | 2026-03-17T02:20:07.647Z | Compiling snafu-derive v0.8.9 |
| 1380 | 2026-03-17T02:20:07.997Z | Compiling cookie v0.18.1 |
| 1381 | 2026-03-17T02:20:08.022Z | Checking csv-core v0.1.12 |
| 1382 | 2026-03-17T02:20:08.256Z | Checking same-file v1.0.6 |
| 1383 | 2026-03-17T02:20:08.282Z | Checking highway v1.3.0 |
| 1384 | 2026-03-17T02:20:08.386Z | Checking fixedbitset v0.4.2 |
| 1385 | 2026-03-17T02:20:08.411Z | Compiling rustls v0.21.12 |
| 1386 | 2026-03-17T02:20:08.585Z | Checking fixedbitset v0.5.7 |
| 1387 | 2026-03-17T02:20:08.680Z | Checking utf-8 v0.7.6 |
| 1388 | 2026-03-17T02:20:08.858Z | Checking bytecount v0.6.9 |
| 1389 | 2026-03-17T02:20:08.861Z | Compiling moka v0.12.10 |
| 1390 | 2026-03-17T02:20:08.900Z | Checking petgraph v0.8.3 |
| 1391 | 2026-03-17T02:20:08.993Z | Checking papergrid v0.11.0 |
| 1392 | 2026-03-17T02:20:09.178Z | Checking tungstenite v0.21.0 |
| 1393 | 2026-03-17T02:20:09.832Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1394 | 2026-03-17T02:20:09.990Z | Checking snafu v0.8.9 |
| 1395 | 2026-03-17T02:20:10.309Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1396 | 2026-03-17T02:20:11.145Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1397 | 2026-03-17T02:20:11.420Z | Checking progenitor v0.10.0 |
| 1398 | 2026-03-17T02:20:11.619Z | Checking petgraph v0.6.5 |
| 1399 | 2026-03-17T02:20:11.699Z | Checking walkdir v2.5.0 |
| 1400 | 2026-03-17T02:20:11.780Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1401 | 2026-03-17T02:20:11.843Z | Compiling typify-macro v0.6.1 |
| 1402 | 2026-03-17T02:20:11.891Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1403 | 2026-03-17T02:20:11.978Z | Checking csv v1.3.1 |
| 1404 | 2026-03-17T02:20:12.071Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1405 | 2026-03-17T02:20:12.177Z | Checking libsw v3.5.0 |
| 1406 | 2026-03-17T02:20:12.350Z | Checking expectorate v1.2.0 |
| 1407 | 2026-03-17T02:20:12.376Z | Checking olpc-cjson v0.1.4 |
| 1408 | 2026-03-17T02:20:12.408Z | Checking oxide-tokio-rt v0.1.2 |
| 1409 | 2026-03-17T02:20:12.482Z | Checking const_format v0.2.35 |
| 1410 | 2026-03-17T02:20:12.555Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1411 | 2026-03-17T02:20:12.579Z | Compiling nix v0.30.1 |
| 1412 | 2026-03-17T02:20:12.797Z | Compiling tabled_derive v0.7.0 |
| 1413 | 2026-03-17T02:20:12.821Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1414 | 2026-03-17T02:20:13.103Z | Checking gethostname v0.5.0 |
| 1415 | 2026-03-17T02:20:13.208Z | Checking pem v3.0.5 |
| 1416 | 2026-03-17T02:20:13.231Z | Checking inout v0.1.3 |
| 1417 | 2026-03-17T02:20:13.234Z | Checking rustls-webpki v0.101.7 |
| 1418 | 2026-03-17T02:20:13.370Z | Checking sct v0.7.1 |
| 1419 | 2026-03-17T02:20:13.393Z | Checking bcs v0.1.6 |
| 1420 | 2026-03-17T02:20:13.416Z | Checking serde_plain v1.0.2 |
| 1421 | 2026-03-17T02:20:13.539Z | Checking tagptr v0.2.0 |
| 1422 | 2026-03-17T02:20:13.606Z | Checking swrite v0.1.0 |
| 1423 | 2026-03-17T02:20:13.690Z | Checking typed-path v0.9.3 |
| 1424 | 2026-03-17T02:20:13.712Z | Checking linear-map v1.2.0 |
| 1425 | 2026-03-17T02:20:13.734Z | Compiling radium v0.7.0 |
| 1426 | 2026-03-17T02:20:13.734Z | Checking termtree v0.5.1 |
| 1427 | 2026-03-17T02:20:13.955Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1428 | 2026-03-17T02:20:14.022Z | Checking tabled v0.15.0 |
| 1429 | 2026-03-17T02:20:14.138Z | Checking cipher v0.4.4 |
| 1430 | 2026-03-17T02:20:14.391Z | Checking steno v0.4.1 |
| 1431 | 2026-03-17T02:20:14.752Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1432 | 2026-03-17T02:20:14.775Z | Checking tough v0.20.0 |
| 1433 | 2026-03-17T02:20:15.611Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1434 | 2026-03-17T02:20:15.633Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1435 | 2026-03-17T02:20:15.658Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1436 | 2026-03-17T02:20:15.984Z | Checking tokio-tungstenite v0.21.0 |
| 1437 | 2026-03-17T02:20:16.113Z | Checking hickory-proto v0.25.2 |
| 1438 | 2026-03-17T02:20:16.336Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1439 | 2026-03-17T02:20:16.607Z | Checking tap v1.0.1 |
| 1440 | 2026-03-17T02:20:16.751Z | Checking humantime v2.3.0 |
| 1441 | 2026-03-17T02:20:17.070Z | Checking wyz v0.5.1 |
| 1442 | 2026-03-17T02:20:17.324Z | Checking toml v1.0.6+spec-1.1.0 |
| 1443 | 2026-03-17T02:20:17.351Z | Checking tokio-rustls v0.24.1 |
| 1444 | 2026-03-17T02:20:17.650Z | Checking rustls-pemfile v1.0.4 |
| 1445 | 2026-03-17T02:20:17.726Z | Compiling num_enum_derive v0.5.11 |
| 1446 | 2026-03-17T02:20:17.816Z | Checking twox-hash v2.1.2 |
| 1447 | 2026-03-17T02:20:17.847Z | Checking universal-hash v0.5.1 |
| 1448 | 2026-03-17T02:20:18.007Z | Checking atty v0.2.14 |
| 1449 | 2026-03-17T02:20:18.130Z | Checking opaque-debug v0.3.1 |
| 1450 | 2026-03-17T02:20:18.133Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1451 | 2026-03-17T02:20:18.196Z | Checking funty v2.0.0 |
| 1452 | 2026-03-17T02:20:18.221Z | Checking polyval v0.6.2 |
| 1453 | 2026-03-17T02:20:18.288Z | Checking hickory-resolver v0.25.2 |
| 1454 | 2026-03-17T02:20:18.451Z | Checking aes v0.8.4 |
| 1455 | 2026-03-17T02:20:18.464Z | Checking ctr v0.9.2 |
| 1456 | 2026-03-17T02:20:18.649Z | Checking bitvec v1.0.1 |
| 1457 | 2026-03-17T02:20:18.671Z | Compiling typify v0.6.1 |
| 1458 | 2026-03-17T02:20:18.790Z | Compiling nix v0.31.1 |
| 1459 | 2026-03-17T02:20:18.910Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1460 | 2026-03-17T02:20:19.030Z | Checking num_enum v0.5.11 |
| 1461 | 2026-03-17T02:20:19.108Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1462 | 2026-03-17T02:20:19.192Z | Checking aead v0.5.2 |
| 1463 | 2026-03-17T02:20:19.297Z | Checking bincode v1.3.3 |
| 1464 | 2026-03-17T02:20:19.364Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1465 | 2026-03-17T02:20:19.632Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1466 | 2026-03-17T02:20:19.655Z | Checking passt v0.3.0 |
| 1467 | 2026-03-17T02:20:19.792Z | Checking fakedata_generator v0.7.1 |
| 1468 | 2026-03-17T02:20:19.795Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1469 | 2026-03-17T02:20:19.835Z | Checking aes-gcm-siv v0.11.1 |
| 1470 | 2026-03-17T02:20:19.966Z | Checking toml v0.7.8 |
| 1471 | 2026-03-17T02:20:20.012Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1472 | 2026-03-17T02:20:20.015Z | Compiling progenitor-impl v0.13.0 |
| 1473 | 2026-03-17T02:20:20.190Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1474 | 2026-03-17T02:20:20.231Z | Compiling bitstruct_derive v0.1.0 |
| 1475 | 2026-03-17T02:20:20.321Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1476 | 2026-03-17T02:20:20.397Z | Checking dropshot-api-manager-types v0.5.2 |
| 1477 | 2026-03-17T02:20:20.511Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1478 | 2026-03-17T02:20:20.615Z | Compiling fs-err v3.1.2 |
| 1479 | 2026-03-17T02:20:20.719Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1480 | 2026-03-17T02:20:20.743Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1481 | 2026-03-17T02:20:20.765Z | Checking ascii v1.1.0 |
| 1482 | 2026-03-17T02:20:20.797Z | Checking ringbuffer v0.16.0 |
| 1483 | 2026-03-17T02:20:20.896Z | Compiling cfg_aliases v0.1.1 |
| 1484 | 2026-03-17T02:20:20.996Z | Checking pretty-hex v0.2.1 |
| 1485 | 2026-03-17T02:20:21.019Z | Checking typeid v1.0.0 |
| 1486 | 2026-03-17T02:20:21.068Z | Checking bitstruct v0.1.1 |
| 1487 | 2026-03-17T02:20:21.090Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1488 | 2026-03-17T02:20:21.135Z | Checking erased-serde v0.4.5 |
| 1489 | 2026-03-17T02:20:21.138Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1490 | 2026-03-17T02:20:21.138Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1491 | 2026-03-17T02:20:21.201Z | Compiling nix v0.28.0 |
| 1492 | 2026-03-17T02:20:21.526Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1493 | 2026-03-17T02:20:21.687Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1494 | 2026-03-17T02:20:21.709Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1495 | 2026-03-17T02:20:21.943Z | Checking progenitor-client v0.13.0 |
| 1496 | 2026-03-17T02:20:22.116Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1497 | 2026-03-17T02:20:22.238Z | Checking serde_arrays v0.1.0 |
| 1498 | 2026-03-17T02:20:22.374Z | Checking libloading v0.7.4 |
| 1499 | 2026-03-17T02:20:22.396Z | Checking bit_field v0.10.2 |
| 1500 | 2026-03-17T02:20:22.480Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1501 | 2026-03-17T02:20:22.562Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1502 | 2026-03-17T02:20:22.585Z | Checking git-stub v1.0.0 |
| 1503 | 2026-03-17T02:20:22.642Z | Checking kstat-rs v0.2.4 |
| 1504 | 2026-03-17T02:20:22.684Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1505 | 2026-03-17T02:20:22.782Z | Compiling escargot v0.5.10 |
| 1506 | 2026-03-17T02:20:22.807Z | Checking git-stub-vcs v0.1.0 |
| 1507 | 2026-03-17T02:20:22.861Z | Checking ron v0.8.1 |
| 1508 | 2026-03-17T02:20:22.884Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1509 | 2026-03-17T02:20:23.056Z | Checking itertools v0.13.0 |
| 1510 | 2026-03-17T02:20:23.079Z | Compiling progenitor-macro v0.13.0 |
| 1511 | 2026-03-17T02:20:23.136Z | Checking xattr v1.3.1 |
| 1512 | 2026-03-17T02:20:23.303Z | Checking drift v0.1.2 |
| 1513 | 2026-03-17T02:20:23.574Z | Checking sha2 v0.10.9 |
| 1514 | 2026-03-17T02:20:23.630Z | Checking cargo-platform v0.1.8 |
| 1515 | 2026-03-17T02:20:23.703Z | Checking filetime v0.2.23 |
| 1516 | 2026-03-17T02:20:23.846Z | Checking cargo_metadata v0.18.1 |
| 1517 | 2026-03-17T02:20:23.875Z | Checking tar v0.4.40 |
| 1518 | 2026-03-17T02:20:23.907Z | Checking dropshot-api-manager v0.5.2 |
| 1519 | 2026-03-17T02:20:24.342Z | Checking ctrlc v3.4.4 |
| 1520 | 2026-03-17T02:20:24.512Z | Checking fatfs v0.3.6 |
| 1521 | 2026-03-17T02:20:25.018Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1522 | 2026-03-17T02:20:25.407Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1523 | 2026-03-17T02:20:25.640Z | Compiling git2 v0.20.2 |
| 1524 | 2026-03-17T02:20:27.180Z | Checking progenitor v0.13.0 |
| 1525 | 2026-03-17T02:20:27.328Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1526 | 2026-03-17T02:20:28.817Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1527 | 2026-03-17T02:20:29.577Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1528 | 2026-03-17T02:20:30.103Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1529 | 2026-03-17T02:20:34.768Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1530 | 2026-03-17T02:20:37.897Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1531 | 2026-03-17T02:20:39.818Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1532 | 2026-03-17T02:20:44.163Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1533 | 2026-03-17T02:20:52.475Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1534 | 2026-03-17T02:20:52.475Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1535 | 2026-03-17T02:20:58.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
| 1536 | 2026-03-17T02:20:58.665Z | |
| 1537 | 2026-03-17T02:20:58.669Z | real 2:39.788446141 |
| 1538 | 2026-03-17T02:20:58.669Z | user 10:47.829770279 |
| 1539 | 2026-03-17T02:20:58.669Z | sys 2:30.162602083 |
| 1540 | 2026-03-17T02:20:58.669Z | trap 0.336932446 |
| 1541 | 2026-03-17T02:20:58.669Z | tflt 0.824263029 |
| 1542 | 2026-03-17T02:20:58.669Z | dflt 0.382730977 |
| 1543 | 2026-03-17T02:20:58.669Z | kflt 0.006325870 |
| 1544 | 2026-03-17T02:20:58.669Z | lock 20:40.784062042 |
| 1545 | 2026-03-17T02:20:58.669Z | slp 42:56.773081197 |
| 1546 | 2026-03-17T02:20:58.669Z | lat 1:24.079246496 |
| 1547 | 2026-03-17T02:20:58.669Z | stop 4:28.096954382 |
| 1548 | 2026-03-17T02:20:58.669Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1549 | 2026-03-17T02:20:59.144Z | Downloading crates ... |
| 1550 | 2026-03-17T02:20:59.345Z | Downloaded serde_test v1.0.176 |
| 1551 | 2026-03-17T02:20:59.348Z | Downloaded fdeflate v0.3.4 |
| 1552 | 2026-03-17T02:20:59.351Z | Downloaded mockall v0.12.1 |
| 1553 | 2026-03-17T02:20:59.351Z | Downloaded termtree v0.4.1 |
| 1554 | 2026-03-17T02:20:59.354Z | Downloaded predicates-tree v1.0.9 |
| 1555 | 2026-03-17T02:20:59.358Z | Downloaded downcast v0.11.0 |
| 1556 | 2026-03-17T02:20:59.364Z | Downloaded fragile v2.0.0 |
| 1557 | 2026-03-17T02:20:59.367Z | Downloaded slog-envlogger v2.2.0 |
| 1558 | 2026-03-17T02:20:59.367Z | Downloaded predicates-core v1.0.6 |
| 1559 | 2026-03-17T02:20:59.370Z | Downloaded mockall_derive v0.12.1 |
| 1560 | 2026-03-17T02:20:59.373Z | Downloaded crc32fast v1.4.0 |
| 1561 | 2026-03-17T02:20:59.373Z | Downloaded png v0.17.13 |
| 1562 | 2026-03-17T02:20:59.376Z | Downloaded simd-adler32 v0.3.7 |
| 1563 | 2026-03-17T02:20:59.379Z | Downloaded slog-scope v4.4.0 |
| 1564 | 2026-03-17T02:20:59.383Z | Downloaded predicates v3.1.0 |
| 1565 | 2026-03-17T02:20:59.388Z | Downloaded slog-stdlog v4.1.1 |
| 1566 | 2026-03-17T02:20:59.391Z | Downloaded arc-swap v1.7.1 |
| 1567 | 2026-03-17T02:20:59.394Z | Downloaded bytemuck v1.16.0 |
| 1568 | 2026-03-17T02:20:59.397Z | Downloaded miniz_oxide v0.7.2 |
| 1569 | 2026-03-17T02:20:59.419Z | Downloaded flate2 v1.0.30 |
| 1570 | 2026-03-17T02:21:00.011Z | Downloaded image v0.25.1 |
| 1571 | 2026-03-17T02:21:00.264Z | Checking log v0.4.29 |
| 1572 | 2026-03-17T02:21:00.363Z | Checking tokio v1.49.0 |
| 1573 | 2026-03-17T02:21:00.385Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1574 | 2026-03-17T02:21:00.407Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1575 | 2026-03-17T02:21:00.420Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1576 | 2026-03-17T02:21:00.423Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1577 | 2026-03-17T02:21:00.444Z | Checking simd-adler32 v0.3.7 |
| 1578 | 2026-03-17T02:21:00.444Z | Compiling crc32fast v1.4.0 |
| 1579 | 2026-03-17T02:21:00.540Z | Checking rustls v0.23.31 |
| 1580 | 2026-03-17T02:21:00.620Z | Checking goblin v0.10.4 |
| 1581 | 2026-03-17T02:21:00.624Z | Checking rustls v0.22.4 |
| 1582 | 2026-03-17T02:21:00.643Z | Checking native-tls v0.2.11 |
| 1583 | 2026-03-17T02:21:00.748Z | Checking typify-impl v0.4.3 |
| 1584 | 2026-03-17T02:21:00.784Z | Checking goblin v0.8.2 |
| 1585 | 2026-03-17T02:21:00.812Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1586 | 2026-03-17T02:21:00.865Z | Checking tungstenite v0.21.0 |
| 1587 | 2026-03-17T02:21:01.433Z | Checking globset v0.4.14 |
| 1588 | 2026-03-17T02:21:01.739Z | Checking rustls v0.21.12 |
| 1589 | 2026-03-17T02:21:02.230Z | Checking typify v0.4.3 |
| 1590 | 2026-03-17T02:21:02.348Z | Checking progenitor-impl v0.11.1 |
| 1591 | 2026-03-17T02:21:02.585Z | Checking progenitor-impl v0.10.0 |
| 1592 | 2026-03-17T02:21:03.434Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1593 | 2026-03-17T02:21:03.475Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1594 | 2026-03-17T02:21:03.491Z | Checking dof v0.3.0 |
| 1595 | 2026-03-17T02:21:03.586Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1596 | 2026-03-17T02:21:03.643Z | Checking typify-impl v0.6.1 |
| 1597 | 2026-03-17T02:21:03.677Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1598 | 2026-03-17T02:21:03.709Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1599 | 2026-03-17T02:21:03.741Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1600 | 2026-03-17T02:21:03.744Z | Checking rustls-platform-verifier v0.6.2 |
| 1601 | 2026-03-17T02:21:03.867Z | Checking usdt-impl v0.5.0 |
| 1602 | 2026-03-17T02:21:03.903Z | Checking adler v1.0.2 |
| 1603 | 2026-03-17T02:21:03.942Z | Checking dof v0.4.0 |
| 1604 | 2026-03-17T02:21:04.003Z | Checking arc-swap v1.7.1 |
| 1605 | 2026-03-17T02:21:04.032Z | Checking miniz_oxide v0.7.2 |
| 1606 | 2026-03-17T02:21:04.089Z | Checking fdeflate v0.3.4 |
| 1607 | 2026-03-17T02:21:04.215Z | Checking usdt v0.5.0 |
| 1608 | 2026-03-17T02:21:04.275Z | Checking slog-scope v4.4.0 |
| 1609 | 2026-03-17T02:21:04.396Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1610 | 2026-03-17T02:21:04.409Z | Checking slog-dtrace v0.3.0 |
| 1611 | 2026-03-17T02:21:04.425Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1612 | 2026-03-17T02:21:04.456Z | Checking usdt-impl v0.6.0 |
| 1613 | 2026-03-17T02:21:04.469Z | Checking flate2 v1.0.30 |
| 1614 | 2026-03-17T02:21:04.644Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1615 | 2026-03-17T02:21:04.659Z | Checking slog-stdlog v4.1.1 |
| 1616 | 2026-03-17T02:21:04.673Z | Checking bytemuck v1.16.0 |
| 1617 | 2026-03-17T02:21:04.686Z | Checking tokio-util v0.7.16 |
| 1618 | 2026-03-17T02:21:04.780Z | Checking tokio-rustls v0.26.0 |
| 1619 | 2026-03-17T02:21:04.794Z | Checking tower v0.5.2 |
| 1620 | 2026-03-17T02:21:04.805Z | Checking usdt v0.6.0 |
| 1621 | 2026-03-17T02:21:04.819Z | Checking tokio-rustls v0.25.0 |
| 1622 | 2026-03-17T02:21:04.847Z | Checking tokio-native-tls v0.3.1 |
| 1623 | 2026-03-17T02:21:04.940Z | Checking backoff v0.4.0 |
| 1624 | 2026-03-17T02:21:04.994Z | Checking tokio-tungstenite v0.21.0 |
| 1625 | 2026-03-17T02:21:05.029Z | Checking hickory-proto v0.24.4 |
| 1626 | 2026-03-17T02:21:05.032Z | Checking zone v0.3.1 |
| 1627 | 2026-03-17T02:21:05.057Z | Checking tokio-dtrace v0.1.1 |
| 1628 | 2026-03-17T02:21:05.133Z | Checking libsw-core v0.3.2 |
| 1629 | 2026-03-17T02:21:05.146Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1630 | 2026-03-17T02:21:05.264Z | Checking oxide-tokio-rt v0.1.2 |
| 1631 | 2026-03-17T02:21:05.296Z | Checking tower-http v0.6.8 |
| 1632 | 2026-03-17T02:21:05.310Z | Checking libsw v3.5.0 |
| 1633 | 2026-03-17T02:21:05.313Z | Checking cancel-safe-futures v0.1.5 |
| 1634 | 2026-03-17T02:21:05.341Z | Checking h2 v0.4.6 |
| 1635 | 2026-03-17T02:21:05.423Z | Checking tokio-stream v0.1.17 |
| 1636 | 2026-03-17T02:21:05.482Z | Checking hickory-proto v0.25.2 |
| 1637 | 2026-03-17T02:21:05.495Z | Checking steno v0.4.1 |
| 1638 | 2026-03-17T02:21:05.622Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1639 | 2026-03-17T02:21:05.670Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1640 | 2026-03-17T02:21:05.827Z | Checking tokio-rustls v0.24.1 |
| 1641 | 2026-03-17T02:21:05.926Z | Checking typify v0.6.1 |
| 1642 | 2026-03-17T02:21:06.052Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1643 | 2026-03-17T02:21:06.076Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1644 | 2026-03-17T02:21:06.280Z | Checking progenitor-impl v0.13.0 |
| 1645 | 2026-03-17T02:21:06.307Z | Checking png v0.17.13 |
| 1646 | 2026-03-17T02:21:06.364Z | Checking predicates-core v1.0.6 |
| 1647 | 2026-03-17T02:21:06.509Z | Checking slog-envlogger v2.2.0 |
| 1648 | 2026-03-17T02:21:06.677Z | Checking termtree v0.4.1 |
| 1649 | 2026-03-17T02:21:06.831Z | Checking predicates v3.1.0 |
| 1650 | 2026-03-17T02:21:06.843Z | Checking predicates-tree v1.0.9 |
| 1651 | 2026-03-17T02:21:06.965Z | Compiling mockall_derive v0.12.1 |
| 1652 | 2026-03-17T02:21:06.997Z | Checking image v0.25.1 |
| 1653 | 2026-03-17T02:21:07.148Z | Checking hickory-resolver v0.24.4 |
| 1654 | 2026-03-17T02:21:07.160Z | Checking downcast v0.11.0 |
| 1655 | 2026-03-17T02:21:07.310Z | Checking fragile v2.0.0 |
| 1656 | 2026-03-17T02:21:07.323Z | Checking escargot v0.5.10 |
| 1657 | 2026-03-17T02:21:07.440Z | Checking fatfs v0.3.6 |
| 1658 | 2026-03-17T02:21:07.498Z | Checking serde_test v1.0.176 |
| 1659 | 2026-03-17T02:21:07.665Z | Checking hickory-resolver v0.25.2 |
| 1660 | 2026-03-17T02:21:07.778Z | Checking hyper v1.8.1 |
| 1661 | 2026-03-17T02:21:07.918Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1662 | 2026-03-17T02:21:08.015Z | Checking qorb v0.4.1 |
| 1663 | 2026-03-17T02:21:09.002Z | Checking hyper-util v0.1.19 |
| 1664 | 2026-03-17T02:21:09.871Z | Checking mockall v0.12.1 |
| 1665 | 2026-03-17T02:21:10.318Z | Checking hyper-rustls v0.27.3 |
| 1666 | 2026-03-17T02:21:10.321Z | Checking dropshot v0.16.7 |
| 1667 | 2026-03-17T02:21:10.321Z | Checking hyper-tls v0.6.0 |
| 1668 | 2026-03-17T02:21:10.530Z | Checking reqwest v0.12.23 |
| 1669 | 2026-03-17T02:21:10.533Z | Checking reqwest v0.13.2 |
| 1670 | 2026-03-17T02:21:11.408Z | Checking progenitor-client v0.11.1 |
| 1671 | 2026-03-17T02:21:11.408Z | Checking progenitor-client v0.10.0 |
| 1672 | 2026-03-17T02:21:11.411Z | Checking tough v0.20.0 |
| 1673 | 2026-03-17T02:21:11.518Z | Checking progenitor-client v0.13.0 |
| 1674 | 2026-03-17T02:21:11.666Z | Checking progenitor v0.10.0 |
| 1675 | 2026-03-17T02:21:11.678Z | Checking progenitor v0.11.1 |
| 1676 | 2026-03-17T02:21:11.781Z | Checking progenitor v0.13.0 |
| 1677 | 2026-03-17T02:21:11.814Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1678 | 2026-03-17T02:21:11.921Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1679 | 2026-03-17T02:21:12.636Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1680 | 2026-03-17T02:21:12.639Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1681 | 2026-03-17T02:21:12.639Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1682 | 2026-03-17T02:21:12.639Z | Checking dropshot-api-manager v0.5.2 |
| 1683 | 2026-03-17T02:21:13.418Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1684 | 2026-03-17T02:21:13.760Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1685 | 2026-03-17T02:21:14.676Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1686 | 2026-03-17T02:21:14.699Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1687 | 2026-03-17T02:21:15.263Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1688 | 2026-03-17T02:21:19.939Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1689 | 2026-03-17T02:21:19.942Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1690 | 2026-03-17T02:21:19.942Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1691 | 2026-03-17T02:21:19.942Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1692 | 2026-03-17T02:21:19.942Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1693 | 2026-03-17T02:21:19.943Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1694 | 2026-03-17T02:21:20.720Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1695 | 2026-03-17T02:21:21.615Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1696 | 2026-03-17T02:21:21.628Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1697 | 2026-03-17T02:21:21.631Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1698 | 2026-03-17T02:21:21.916Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1699 | 2026-03-17T02:21:22.222Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1700 | 2026-03-17T02:21:22.403Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1701 | 2026-03-17T02:21:22.486Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1702 | 2026-03-17T02:21:22.500Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1703 | 2026-03-17T02:21:24.608Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1704 | 2026-03-17T02:21:37.412Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1705 | 2026-03-17T02:21:42.230Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1706 | 2026-03-17T02:21:42.889Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1707 | 2026-03-17T02:21:46.510Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1708 | 2026-03-17T02:21:56.500Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1709 | 2026-03-17T02:21:56.503Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1710 | 2026-03-17T02:22:03.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1711 | 2026-03-17T02:22:03.390Z | |
| 1712 | 2026-03-17T02:22:03.393Z | real 1:04.681401921 |
| 1713 | 2026-03-17T02:22:03.393Z | user 2:34.784922525 |
| 1714 | 2026-03-17T02:22:03.393Z | sys 24.317283425 |
| 1715 | 2026-03-17T02:22:03.393Z | trap 0.049846543 |
| 1716 | 2026-03-17T02:22:03.393Z | tflt 0.064720321 |
| 1717 | 2026-03-17T02:22:03.393Z | dflt 0.011976679 |
| 1718 | 2026-03-17T02:22:03.393Z | kflt 0.000029132 |
| 1719 | 2026-03-17T02:22:03.393Z | lock 7:02.545822206 |
| 1720 | 2026-03-17T02:22:03.393Z | slp 8:43.533377896 |
| 1721 | 2026-03-17T02:22:03.393Z | lat 7.056162995 |
| 1722 | 2026-03-17T02:22:03.393Z | stop 17.272884342 |
| 1723 | 2026-03-17T02:22:03.393Z | + banner build |
| 1724 | 2026-03-17T02:22:03.393Z | |
| 1725 | 2026-03-17T02:22:03.393Z | ##### # # # # ##### |
| 1726 | 2026-03-17T02:22:03.393Z | # # # # # # # # |
| 1727 | 2026-03-17T02:22:03.393Z | ##### # # # # # # |
| 1728 | 2026-03-17T02:22:03.393Z | # # # # # # # # |
| 1729 | 2026-03-17T02:22:03.393Z | # # # # # # # # |
| 1730 | 2026-03-17T02:22:03.393Z | ##### #### # ###### ##### |
| 1731 | 2026-03-17T02:22:03.393Z | |
| 1732 | 2026-03-17T02:22:03.393Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1733 | 2026-03-17T02:22:04.152Z | Compiling proc-macro2 v1.0.106 |
| 1734 | 2026-03-17T02:22:04.152Z | Compiling quote v1.0.44 |
| 1735 | 2026-03-17T02:22:04.155Z | Compiling unicode-ident v1.0.24 |
| 1736 | 2026-03-17T02:22:04.155Z | Compiling libc v0.2.180 |
| 1737 | 2026-03-17T02:22:04.155Z | Compiling serde_core v1.0.228 |
| 1738 | 2026-03-17T02:22:04.155Z | Compiling serde v1.0.228 |
| 1739 | 2026-03-17T02:22:04.155Z | Compiling autocfg v1.3.0 |
| 1740 | 2026-03-17T02:22:04.155Z | Compiling cfg-if v1.0.0 |
| 1741 | 2026-03-17T02:22:04.371Z | Compiling memchr v2.7.2 |
| 1742 | 2026-03-17T02:22:04.392Z | Compiling zmij v1.0.19 |
| 1743 | 2026-03-17T02:22:04.770Z | Compiling getrandom v0.3.2 |
| 1744 | 2026-03-17T02:22:04.835Z | Compiling libm v0.2.8 |
| 1745 | 2026-03-17T02:22:05.134Z | Compiling itoa v1.0.11 |
| 1746 | 2026-03-17T02:22:05.186Z | Compiling smallvec v1.13.2 |
| 1747 | 2026-03-17T02:22:05.470Z | Compiling version_check v0.9.5 |
| 1748 | 2026-03-17T02:22:05.508Z | Compiling shlex v1.3.0 |
| 1749 | 2026-03-17T02:22:05.642Z | Compiling jobserver v0.1.31 |
| 1750 | 2026-03-17T02:22:05.776Z | Compiling lock_api v0.4.12 |
| 1751 | 2026-03-17T02:22:05.857Z | Compiling syn v2.0.117 |
| 1752 | 2026-03-17T02:22:06.876Z | Compiling parking_lot_core v0.9.10 |
| 1753 | 2026-03-17T02:22:06.879Z | Compiling cc v1.2.17 |
| 1754 | 2026-03-17T02:22:06.879Z | Compiling serde_json v1.0.149 |
| 1755 | 2026-03-17T02:22:06.879Z | Compiling stable_deref_trait v1.2.0 |
| 1756 | 2026-03-17T02:22:06.879Z | Compiling log v0.4.29 |
| 1757 | 2026-03-17T02:22:06.879Z | Compiling thiserror v2.0.18 |
| 1758 | 2026-03-17T02:22:06.879Z | Compiling slab v0.4.9 |
| 1759 | 2026-03-17T02:22:06.879Z | Compiling writeable v0.5.5 |
| 1760 | 2026-03-17T02:22:06.879Z | Compiling heck v0.5.0 |
| 1761 | 2026-03-17T02:22:06.879Z | Compiling litemap v0.7.4 |
| 1762 | 2026-03-17T02:22:06.970Z | Compiling rustversion v1.0.22 |
| 1763 | 2026-03-17T02:22:07.089Z | Compiling icu_locid_transform_data v1.5.0 |
| 1764 | 2026-03-17T02:22:07.177Z | Compiling percent-encoding v2.3.2 |
| 1765 | 2026-03-17T02:22:07.432Z | Compiling icu_properties_data v1.5.0 |
| 1766 | 2026-03-17T02:22:07.530Z | Compiling num-traits v0.2.19 |
| 1767 | 2026-03-17T02:22:07.617Z | Compiling utf16_iter v1.0.5 |
| 1768 | 2026-03-17T02:22:07.636Z | Compiling write16 v1.0.0 |
| 1769 | 2026-03-17T02:22:07.755Z | Compiling utf8_iter v1.0.4 |
| 1770 | 2026-03-17T02:22:07.769Z | Compiling icu_normalizer_data v1.5.0 |
| 1771 | 2026-03-17T02:22:07.853Z | Compiling pin-project-lite v0.2.14 |
| 1772 | 2026-03-17T02:22:07.954Z | Compiling form_urlencoded v1.2.2 |
| 1773 | 2026-03-17T02:22:07.970Z | Compiling getrandom v0.2.14 |
| 1774 | 2026-03-17T02:22:07.993Z | Compiling allocator-api2 v0.2.21 |
| 1775 | 2026-03-17T02:22:08.191Z | Compiling foldhash v0.2.0 |
| 1776 | 2026-03-17T02:22:08.255Z | Compiling equivalent v1.0.2 |
| 1777 | 2026-03-17T02:22:08.281Z | Compiling regex-syntax v0.8.5 |
| 1778 | 2026-03-17T02:22:08.420Z | Compiling hashbrown v0.16.1 |
| 1779 | 2026-03-17T02:22:08.439Z | Compiling ring v0.17.14 |
| 1780 | 2026-03-17T02:22:08.670Z | Compiling aho-corasick v1.1.3 |
| 1781 | 2026-03-17T02:22:09.247Z | Compiling scopeguard v1.2.0 |
| 1782 | 2026-03-17T02:22:09.491Z | Compiling semver v1.0.27 |
| 1783 | 2026-03-17T02:22:09.504Z | Compiling socket2 v0.6.0 |
| 1784 | 2026-03-17T02:22:09.706Z | Compiling parking_lot v0.12.2 |
| 1785 | 2026-03-17T02:22:09.751Z | Compiling portable-atomic v1.11.1 |
| 1786 | 2026-03-17T02:22:09.870Z | Compiling synstructure v0.13.1 |
| 1787 | 2026-03-17T02:22:10.321Z | Compiling serde_derive_internals v0.29.1 |
| 1788 | 2026-03-17T02:22:10.501Z | Compiling regex-automata v0.4.14 |
| 1789 | 2026-03-17T02:22:10.595Z | Compiling mio v1.0.2 |
| 1790 | 2026-03-17T02:22:10.631Z | Compiling signal-hook-registry v1.4.2 |
| 1791 | 2026-03-17T02:22:10.876Z | Compiling bitflags v2.9.4 |
| 1792 | 2026-03-17T02:22:11.415Z | Compiling thiserror v1.0.64 |
| 1793 | 2026-03-17T02:22:11.500Z | Compiling critical-section v1.2.0 |
| 1794 | 2026-03-17T02:22:11.513Z | Compiling iana-time-zone v0.1.64 |
| 1795 | 2026-03-17T02:22:11.633Z | Compiling uuid v1.19.0 |
| 1796 | 2026-03-17T02:22:11.719Z | Compiling serde_derive v1.0.228 |
| 1797 | 2026-03-17T02:22:11.733Z | Compiling zerofrom-derive v0.1.5 |
| 1798 | 2026-03-17T02:22:11.786Z | Compiling yoke-derive v0.7.5 |
| 1799 | 2026-03-17T02:22:11.799Z | Compiling zerovec-derive v0.10.3 |
| 1800 | 2026-03-17T02:22:11.962Z | Compiling displaydoc v0.2.5 |
| 1801 | 2026-03-17T02:22:12.174Z | Compiling icu_provider_macros v1.5.0 |
| 1802 | 2026-03-17T02:22:12.440Z | Compiling tokio-macros v2.6.0 |
| 1803 | 2026-03-17T02:22:12.901Z | Compiling schemars_derive v0.8.22 |
| 1804 | 2026-03-17T02:22:12.931Z | Compiling thiserror-impl v2.0.18 |
| 1805 | 2026-03-17T02:22:13.167Z | Compiling futures-macro v0.3.31 |
| 1806 | 2026-03-17T02:22:13.183Z | Compiling regex v1.12.3 |
| 1807 | 2026-03-17T02:22:13.377Z | Compiling zerofrom v0.1.5 |
| 1808 | 2026-03-17T02:22:13.546Z | Compiling yoke v0.7.5 |
| 1809 | 2026-03-17T02:22:13.734Z | Compiling once_cell v1.21.3 |
| 1810 | 2026-03-17T02:22:13.810Z | Compiling zerovec v0.10.4 |
| 1811 | 2026-03-17T02:22:14.035Z | Compiling thiserror-impl v1.0.64 |
| 1812 | 2026-03-17T02:22:14.200Z | Compiling futures-core v0.3.32 |
| 1813 | 2026-03-17T02:22:14.238Z | Compiling fnv v1.0.7 |
| 1814 | 2026-03-17T02:22:14.355Z | Compiling httparse v1.10.1 |
| 1815 | 2026-03-17T02:22:14.601Z | Compiling dyn-clone v1.0.17 |
| 1816 | 2026-03-17T02:22:14.723Z | Compiling schemars v0.8.22 |
| 1817 | 2026-03-17T02:22:14.787Z | Compiling indexmap v2.13.0 |
| 1818 | 2026-03-17T02:22:15.023Z | Compiling tinystr v0.7.6 |
| 1819 | 2026-03-17T02:22:15.037Z | Compiling icu_collections v1.5.0 |
| 1820 | 2026-03-17T02:22:15.253Z | Compiling icu_locid v1.5.0 |
| 1821 | 2026-03-17T02:22:15.556Z | Compiling futures-sink v0.3.31 |
| 1822 | 2026-03-17T02:22:15.900Z | Compiling typenum v1.17.0 |
| 1823 | 2026-03-17T02:22:16.119Z | Compiling bytes v1.11.1 |
| 1824 | 2026-03-17T02:22:16.165Z | Compiling icu_provider v1.5.0 |
| 1825 | 2026-03-17T02:22:16.206Z | Compiling serde_tokenstream v0.2.3 |
| 1826 | 2026-03-17T02:22:16.484Z | Compiling chrono v0.4.44 |
| 1827 | 2026-03-17T02:22:16.630Z | Compiling generic-array v0.14.7 |
| 1828 | 2026-03-17T02:22:16.759Z | Compiling icu_locid_transform v1.5.0 |
| 1829 | 2026-03-17T02:22:16.914Z | Compiling tokio v1.49.0 |
| 1830 | 2026-03-17T02:22:16.986Z | Compiling errno v0.3.14 |
| 1831 | 2026-03-17T02:22:17.169Z | Compiling futures-channel v0.3.31 |
| 1832 | 2026-03-17T02:22:17.386Z | Compiling pin-utils v0.1.0 |
| 1833 | 2026-03-17T02:22:17.475Z | Compiling futures-io v0.3.31 |
| 1834 | 2026-03-17T02:22:17.488Z | Compiling futures-task v0.3.31 |
| 1835 | 2026-03-17T02:22:17.626Z | Compiling icu_properties v1.5.1 |
| 1836 | 2026-03-17T02:22:17.705Z | Compiling futures-util v0.3.31 |
| 1837 | 2026-03-17T02:22:18.954Z | Compiling subtle v2.5.0 |
| 1838 | 2026-03-17T02:22:19.242Z | Compiling either v1.15.0 |
| 1839 | 2026-03-17T02:22:19.430Z | Compiling zeroize v1.7.0 |
| 1840 | 2026-03-17T02:22:19.509Z | Compiling ucd-trie v0.1.6 |
| 1841 | 2026-03-17T02:22:19.682Z | Compiling pest v2.8.4 |
| 1842 | 2026-03-17T02:22:19.793Z | Compiling icu_normalizer v1.5.0 |
| 1843 | 2026-03-17T02:22:19.942Z | Compiling rand_core v0.6.4 |
| 1844 | 2026-03-17T02:22:20.267Z | Compiling strsim v0.11.1 |
| 1845 | 2026-03-17T02:22:20.678Z | Compiling idna_adapter v1.2.0 |
| 1846 | 2026-03-17T02:22:20.857Z | Compiling idna v1.0.3 |
| 1847 | 2026-03-17T02:22:21.015Z | Compiling http v1.4.0 |
| 1848 | 2026-03-17T02:22:21.322Z | Compiling url v2.5.4 |
| 1849 | 2026-03-17T02:22:21.431Z | Compiling pest_meta v2.8.4 |
| 1850 | 2026-03-17T02:22:21.577Z | Compiling rustix v0.38.34 |
| 1851 | 2026-03-17T02:22:23.222Z | Compiling pest_generator v2.8.4 |
| 1852 | 2026-03-17T02:22:23.499Z | Compiling slog v2.8.2 |
| 1853 | 2026-03-17T02:22:23.712Z | Compiling anyhow v1.0.100 |
| 1854 | 2026-03-17T02:22:23.776Z | Compiling ident_case v1.0.1 |
| 1855 | 2026-03-17T02:22:23.930Z | Compiling prettyplease v0.2.37 |
| 1856 | 2026-03-17T02:22:24.040Z | Compiling pest_derive v2.8.4 |
| 1857 | 2026-03-17T02:22:24.690Z | Compiling tracing-core v0.1.32 |
| 1858 | 2026-03-17T02:22:25.263Z | Compiling tracing-attributes v0.1.27 |
| 1859 | 2026-03-17T02:22:25.369Z | Compiling lazy_static v1.5.0 |
| 1860 | 2026-03-17T02:22:25.401Z | Compiling untrusted v0.9.0 |
| 1861 | 2026-03-17T02:22:25.560Z | Compiling rustls-pki-types v1.12.0 |
| 1862 | 2026-03-17T02:22:25.574Z | Compiling regress v0.10.5 |
| 1863 | 2026-03-17T02:22:25.964Z | Compiling byteorder v1.5.0 |
| 1864 | 2026-03-17T02:22:26.308Z | Compiling zerocopy v0.8.27 |
| 1865 | 2026-03-17T02:22:26.650Z | Compiling glob v0.3.3 |
| 1866 | 2026-03-17T02:22:26.801Z | Compiling minimal-lexical v0.2.1 |
| 1867 | 2026-03-17T02:22:26.933Z | Compiling tracing v0.1.40 |
| 1868 | 2026-03-17T02:22:27.078Z | Compiling clang-sys v1.8.1 |
| 1869 | 2026-03-17T02:22:27.100Z | Compiling nom v7.1.3 |
| 1870 | 2026-03-17T02:22:27.431Z | Compiling zerocopy-derive v0.8.27 |
| 1871 | 2026-03-17T02:22:27.537Z | Compiling pkg-config v0.3.30 |
| 1872 | 2026-03-17T02:22:28.356Z | Compiling vcpkg v0.2.15 |
| 1873 | 2026-03-17T02:22:29.114Z | Compiling tokio-util v0.7.16 |
| 1874 | 2026-03-17T02:22:29.128Z | Compiling libloading v0.8.9 |
| 1875 | 2026-03-17T02:22:29.370Z | Compiling base64 v0.22.1 |
| 1876 | 2026-03-17T02:22:29.530Z | Compiling home v0.5.11 |
| 1877 | 2026-03-17T02:22:29.556Z | Compiling ipnet v2.9.0 |
| 1878 | 2026-03-17T02:22:29.649Z | Compiling bindgen v0.69.5 |
| 1879 | 2026-03-17T02:22:29.688Z | Compiling which v4.4.2 |
| 1880 | 2026-03-17T02:22:30.013Z | Compiling cexpr v0.6.0 |
| 1881 | 2026-03-17T02:22:30.037Z | Compiling itertools v0.12.1 |
| 1882 | 2026-03-17T02:22:30.459Z | Compiling ppv-lite86 v0.2.17 |
| 1883 | 2026-03-17T02:22:30.846Z | Compiling lazycell v1.3.0 |
| 1884 | 2026-03-17T02:22:30.925Z | Compiling rustc-hash v1.1.0 |
| 1885 | 2026-03-17T02:22:30.989Z | Compiling http-body v1.0.1 |
| 1886 | 2026-03-17T02:22:31.060Z | Compiling cmake v0.1.54 |
| 1887 | 2026-03-17T02:22:31.143Z | Compiling dunce v1.0.5 |
| 1888 | 2026-03-17T02:22:31.195Z | Compiling atomic-waker v1.1.2 |
| 1889 | 2026-03-17T02:22:31.263Z | Compiling num-conv v0.2.0 |
| 1890 | 2026-03-17T02:22:31.305Z | Compiling time-core v0.1.8 |
| 1891 | 2026-03-17T02:22:31.356Z | Compiling fs_extra v1.3.0 |
| 1892 | 2026-03-17T02:22:31.437Z | Compiling crypto-common v0.1.6 |
| 1893 | 2026-03-17T02:22:31.498Z | Compiling time-macros v0.2.27 |
| 1894 | 2026-03-17T02:22:31.511Z | Compiling try-lock v0.2.5 |
| 1895 | 2026-03-17T02:22:31.627Z | Compiling tower-layer v0.3.3 |
| 1896 | 2026-03-17T02:22:31.650Z | Compiling paste v1.0.15 |
| 1897 | 2026-03-17T02:22:31.689Z | Compiling tower-service v0.3.3 |
| 1898 | 2026-03-17T02:22:31.808Z | Compiling camino v1.2.2 |
| 1899 | 2026-03-17T02:22:31.963Z | Compiling want v0.3.1 |
| 1900 | 2026-03-17T02:22:32.064Z | Compiling h2 v0.4.6 |
| 1901 | 2026-03-17T02:22:32.222Z | Compiling scroll_derive v0.13.1 |
| 1902 | 2026-03-17T02:22:32.875Z | Compiling ryu v1.0.18 |
| 1903 | 2026-03-17T02:22:33.038Z | Compiling httpdate v1.0.3 |
| 1904 | 2026-03-17T02:22:33.290Z | Compiling aws-lc-rs v1.13.3 |
| 1905 | 2026-03-17T02:22:33.333Z | Compiling openapiv3 v2.2.0 |
| 1906 | 2026-03-17T02:22:33.498Z | Compiling async-trait v0.1.89 |
| 1907 | 2026-03-17T02:22:33.908Z | Compiling pretty-hex v0.4.1 |
| 1908 | 2026-03-17T02:22:34.111Z | Compiling http-body-util v0.1.3 |
| 1909 | 2026-03-17T02:22:34.131Z | Compiling encoding_rs v0.8.34 |
| 1910 | 2026-03-17T02:22:34.479Z | Compiling untrusted v0.7.1 |
| 1911 | 2026-03-17T02:22:34.494Z | Compiling plain v0.2.3 |
| 1912 | 2026-03-17T02:22:34.632Z | Compiling mime v0.3.17 |
| 1913 | 2026-03-17T02:22:34.635Z | Compiling serde_urlencoded v0.7.1 |
| 1914 | 2026-03-17T02:22:34.847Z | Compiling typify-impl v0.4.3 |
| 1915 | 2026-03-17T02:22:35.007Z | Compiling darling_core v0.21.3 |
| 1916 | 2026-03-17T02:22:35.256Z | Compiling erased-serde v0.3.31 |
| 1917 | 2026-03-17T02:22:35.569Z | Compiling hyper v1.8.1 |
| 1918 | 2026-03-17T02:22:36.228Z | Compiling usdt-impl v0.6.0 |
| 1919 | 2026-03-17T02:22:37.243Z | Compiling rustls v0.23.31 |
| 1920 | 2026-03-17T02:22:37.507Z | Compiling hyper-util v0.1.19 |
| 1921 | 2026-03-17T02:22:38.110Z | Compiling darling_macro v0.21.3 |
| 1922 | 2026-03-17T02:22:38.280Z | Compiling aws-lc-sys v0.30.0 |
| 1923 | 2026-03-17T02:22:39.808Z | Compiling typify-macro v0.4.3 |
| 1924 | 2026-03-17T02:22:39.949Z | Compiling scroll v0.13.0 |
| 1925 | 2026-03-17T02:22:40.420Z | Compiling unsafe-libyaml v0.2.11 |
| 1926 | 2026-03-17T02:22:40.494Z | Compiling cpufeatures v0.2.12 |
| 1927 | 2026-03-17T02:22:40.585Z | Compiling crossbeam-utils v0.8.19 |
| 1928 | 2026-03-17T02:22:41.060Z | Compiling goblin v0.10.4 |
| 1929 | 2026-03-17T02:22:41.179Z | Compiling serde_yaml v0.9.34+deprecated |
| 1930 | 2026-03-17T02:22:41.966Z | Compiling darling v0.21.3 |
| 1931 | 2026-03-17T02:22:42.064Z | Compiling block-buffer v0.10.4 |
| 1932 | 2026-03-17T02:22:42.513Z | Compiling strum_macros v0.26.4 |
| 1933 | 2026-03-17T02:22:42.922Z | Compiling omicron-workspace-hack v0.1.0 |
| 1934 | 2026-03-17T02:22:43.217Z | Compiling rustls v0.22.4 |
| 1935 | 2026-03-17T02:22:43.484Z | Compiling digest v0.10.7 |
| 1936 | 2026-03-17T02:22:43.825Z | Compiling openssl-sys v0.9.107 |
| 1937 | 2026-03-17T02:22:44.211Z | Compiling dtrace-parser v0.3.0 |
| 1938 | 2026-03-17T02:22:44.577Z | Compiling sync_wrapper v1.0.1 |
| 1939 | 2026-03-17T02:22:44.699Z | Compiling daft-derive v0.1.5 |
| 1940 | 2026-03-17T02:22:44.712Z | Compiling rand_core v0.9.3 |
| 1941 | 2026-03-17T02:22:45.030Z | Compiling dof v0.4.0 |
| 1942 | 2026-03-17T02:22:45.731Z | Compiling thread-id v5.0.0 |
| 1943 | 2026-03-17T02:22:45.836Z | Compiling slog-async v2.8.0 |
| 1944 | 2026-03-17T02:22:46.251Z | Compiling rand_chacha v0.9.0 |
| 1945 | 2026-03-17T02:22:46.902Z | Compiling tower v0.5.2 |
| 1946 | 2026-03-17T02:22:47.186Z | Compiling webpki-roots v0.26.3 |
| 1947 | 2026-03-17T02:22:47.345Z | Compiling futures-executor v0.3.31 |
| 1948 | 2026-03-17T02:22:47.864Z | Compiling multer v3.1.0 |
| 1949 | 2026-03-17T02:22:48.148Z | Compiling rustix v1.1.2 |
| 1950 | 2026-03-17T02:22:48.618Z | Compiling iri-string v0.7.8 |
| 1951 | 2026-03-17T02:22:49.292Z | Compiling futures v0.3.31 |
| 1952 | 2026-03-17T02:22:49.396Z | Compiling rand v0.9.2 |
| 1953 | 2026-03-17T02:22:49.839Z | Compiling typify v0.4.3 |
| 1954 | 2026-03-17T02:22:49.951Z | Compiling rand_chacha v0.3.1 |
| 1955 | 2026-03-17T02:22:50.342Z | Compiling ref-cast v1.0.25 |
| 1956 | 2026-03-17T02:22:50.737Z | Compiling tower-http v0.6.8 |
| 1957 | 2026-03-17T02:22:51.096Z | Compiling rand v0.8.5 |
| 1958 | 2026-03-17T02:22:52.070Z | Compiling usdt-attr-macro v0.6.0 |
| 1959 | 2026-03-17T02:22:52.144Z | Compiling usdt-macro v0.6.0 |
| 1960 | 2026-03-17T02:22:53.150Z | Compiling ipnetwork v0.21.1 |
| 1961 | 2026-03-17T02:22:53.185Z | Compiling structmeta-derive v0.3.0 |
| 1962 | 2026-03-17T02:22:53.198Z | Compiling async-stream-impl v0.3.6 |
| 1963 | 2026-03-17T02:22:53.440Z | Compiling dropshot v0.16.7 |
| 1964 | 2026-03-17T02:22:53.819Z | Compiling powerfmt v0.2.0 |
| 1965 | 2026-03-17T02:22:53.986Z | Compiling winnow v0.7.13 |
| 1966 | 2026-03-17T02:22:54.028Z | Compiling foreign-types-shared v0.1.1 |
| 1967 | 2026-03-17T02:22:54.136Z | Compiling openssl v0.10.72 |
| 1968 | 2026-03-17T02:22:54.149Z | Compiling foreign-types v0.3.2 |
| 1969 | 2026-03-17T02:22:54.236Z | Compiling deranged v0.5.3 |
| 1970 | 2026-03-17T02:22:54.600Z | Compiling structmeta v0.3.0 |
| 1971 | 2026-03-17T02:22:54.853Z | Compiling sha1 v0.10.6 |
| 1972 | 2026-03-17T02:22:55.247Z | Compiling openssl-macros v0.1.1 |
| 1973 | 2026-03-17T02:22:55.296Z | Compiling ref-cast-impl v1.0.25 |
| 1974 | 2026-03-17T02:22:55.323Z | Compiling num_threads v0.1.7 |
| 1975 | 2026-03-17T02:22:55.437Z | Compiling match_cfg v0.1.0 |
| 1976 | 2026-03-17T02:22:55.528Z | Compiling native-tls v0.2.11 |
| 1977 | 2026-03-17T02:22:56.010Z | Compiling hostname v0.3.1 |
| 1978 | 2026-03-17T02:22:56.073Z | Compiling time v0.3.47 |
| 1979 | 2026-03-17T02:22:56.159Z | Compiling dropshot_endpoint v0.16.7 |
| 1980 | 2026-03-17T02:22:56.348Z | Compiling fastrand v2.3.0 |
| 1981 | 2026-03-17T02:22:56.752Z | Compiling openssl-probe v0.1.5 |
| 1982 | 2026-03-17T02:22:57.068Z | Compiling tempfile v3.23.0 |
| 1983 | 2026-03-17T02:22:57.817Z | Compiling progenitor-impl v0.11.1 |
| 1984 | 2026-03-17T02:22:58.133Z | Compiling strum v0.26.3 |
| 1985 | 2026-03-17T02:22:58.171Z | Compiling crossbeam-channel v0.5.15 |
| 1986 | 2026-03-17T02:22:58.381Z | Compiling syn v1.0.109 |
| 1987 | 2026-03-17T02:22:59.416Z | Compiling oxnet v0.1.3 |
| 1988 | 2026-03-17T02:22:59.980Z | Compiling tokio-native-tls v0.3.1 |
| 1989 | 2026-03-17T02:23:00.111Z | Compiling serde_with_macros v3.15.0 |
| 1990 | 2026-03-17T02:23:00.221Z | Compiling thread_local v1.1.8 |
| 1991 | 2026-03-17T02:23:00.912Z | Compiling progenitor-macro v0.11.1 |
| 1992 | 2026-03-17T02:23:00.964Z | Compiling strum_macros v0.27.2 |
| 1993 | 2026-03-17T02:23:01.519Z | Compiling derive-where v1.6.0 |
| 1994 | 2026-03-17T02:23:03.785Z | Compiling hyper-tls v0.6.0 |
| 1995 | 2026-03-17T02:23:04.124Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1996 | 2026-03-17T02:23:04.230Z | Compiling derive-ex v0.1.8 |
| 1997 | 2026-03-17T02:23:06.560Z | Compiling rustls-webpki v0.102.4 |
| 1998 | 2026-03-17T02:23:06.617Z | Compiling webpki-roots v1.0.3 |
| 1999 | 2026-03-17T02:23:06.770Z | Compiling newtype-uuid v1.3.1 |
| 2000 | 2026-03-17T02:23:07.036Z | Compiling newtype-uuid-macros v0.1.0 |
| 2001 | 2026-03-17T02:23:08.075Z | Compiling serde_spanned v1.0.4 |
| 2002 | 2026-03-17T02:23:08.291Z | Compiling is-terminal v0.4.12 |
| 2003 | 2026-03-17T02:23:08.514Z | Compiling quick-error v1.2.3 |
| 2004 | 2026-03-17T02:23:08.648Z | Compiling debug-ignore v1.0.5 |
| 2005 | 2026-03-17T02:23:08.780Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2006 | 2026-03-17T02:23:08.869Z | Compiling term v1.2.0 |
| 2007 | 2026-03-17T02:23:09.055Z | Compiling take_mut v0.2.2 |
| 2008 | 2026-03-17T02:23:09.702Z | Compiling slog-term v2.9.2 |
| 2009 | 2026-03-17T02:23:11.218Z | Compiling test-strategy v0.4.3 |
| 2010 | 2026-03-17T02:23:11.631Z | Compiling slog-json v2.6.1 |
| 2011 | 2026-03-17T02:23:11.781Z | Compiling parse-display-derive v0.10.0 |
| 2012 | 2026-03-17T02:23:12.136Z | Compiling toml_datetime v0.6.11 |
| 2013 | 2026-03-17T02:23:12.464Z | Compiling macaddr v1.0.1 |
| 2014 | 2026-03-17T02:23:12.822Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2015 | 2026-03-17T02:23:13.075Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2016 | 2026-03-17T02:23:13.416Z | Compiling memmap2 v0.9.9 |
| 2017 | 2026-03-17T02:23:13.896Z | Compiling spin v0.9.8 |
| 2018 | 2026-03-17T02:23:13.992Z | Compiling usdt v0.6.0 |
| 2019 | 2026-03-17T02:23:14.061Z | Compiling tokio-rustls v0.25.0 |
| 2020 | 2026-03-17T02:23:14.362Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2021 | 2026-03-17T02:23:14.807Z | Compiling slog-bunyan v2.5.0 |
| 2022 | 2026-03-17T02:23:14.881Z | Compiling daft v0.1.5 |
| 2023 | 2026-03-17T02:23:15.024Z | Compiling async-stream v0.3.6 |
| 2024 | 2026-03-17T02:23:15.253Z | Compiling waitgroup v0.1.2 |
| 2025 | 2026-03-17T02:23:15.279Z | Compiling rustls-pemfile v2.2.0 |
| 2026 | 2026-03-17T02:23:15.321Z | Compiling serde_path_to_error v0.1.20 |
| 2027 | 2026-03-17T02:23:15.440Z | Compiling hostname v0.4.2 |
| 2028 | 2026-03-17T02:23:16.224Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2029 | 2026-03-17T02:23:17.793Z | Compiling hex v0.4.3 |
| 2030 | 2026-03-17T02:23:18.020Z | Compiling zerocopy-derive v0.7.34 |
| 2031 | 2026-03-17T02:23:18.207Z | Compiling wait-timeout v0.2.0 |
| 2032 | 2026-03-17T02:23:18.910Z | Compiling bit-vec v0.6.3 |
| 2033 | 2026-03-17T02:23:19.171Z | Compiling bit-set v0.5.3 |
| 2034 | 2026-03-17T02:23:19.264Z | Compiling rusty-fork v0.3.0 |
| 2035 | 2026-03-17T02:23:19.763Z | Compiling strum v0.27.2 |
| 2036 | 2026-03-17T02:23:19.931Z | Compiling serde_with v3.15.0 |
| 2037 | 2026-03-17T02:23:20.518Z | Compiling rand_xorshift v0.3.0 |
| 2038 | 2026-03-17T02:23:20.941Z | Compiling unarray v0.1.4 |
| 2039 | 2026-03-17T02:23:21.254Z | Compiling proptest v1.5.0 |
| 2040 | 2026-03-17T02:23:22.753Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2041 | 2026-03-17T02:23:22.913Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2042 | 2026-03-17T02:23:24.885Z | Compiling instant v0.1.12 |
| 2043 | 2026-03-17T02:23:25.233Z | Compiling rustc-hash v2.1.1 |
| 2044 | 2026-03-17T02:23:26.645Z | Compiling iddqd v0.3.14 |
| 2045 | 2026-03-17T02:23:27.783Z | Compiling backoff v0.4.0 |
| 2046 | 2026-03-17T02:23:28.052Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2047 | 2026-03-17T02:23:28.851Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2048 | 2026-03-17T02:23:29.133Z | Compiling parse-display v0.10.0 |
| 2049 | 2026-03-17T02:23:29.621Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2050 | 2026-03-17T02:23:29.798Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2051 | 2026-03-17T02:23:30.056Z | Compiling crucible-workspace-hack v0.1.0 |
| 2052 | 2026-03-17T02:23:30.991Z | Compiling zerocopy v0.7.34 |
| 2053 | 2026-03-17T02:23:31.785Z | Compiling rustls-webpki v0.103.4 |
| 2054 | 2026-03-17T02:23:32.533Z | Compiling scroll_derive v0.12.0 |
| 2055 | 2026-03-17T02:23:32.567Z | Compiling usdt-impl v0.5.0 |
| 2056 | 2026-03-17T02:23:32.850Z | Compiling winnow v0.5.40 |
| 2057 | 2026-03-17T02:23:33.292Z | Compiling heck v0.4.1 |
| 2058 | 2026-03-17T02:23:33.428Z | Compiling scroll v0.12.0 |
| 2059 | 2026-03-17T02:23:33.880Z | Compiling dof v0.3.0 |
| 2060 | 2026-03-17T02:23:34.264Z | Compiling dtrace-parser v0.2.0 |
| 2061 | 2026-03-17T02:23:34.590Z | Compiling clap_derive v4.5.4 |
| 2062 | 2026-03-17T02:23:34.807Z | Compiling toml_edit v0.19.15 |
| 2063 | 2026-03-17T02:23:35.093Z | Compiling thread-id v4.2.1 |
| 2064 | 2026-03-17T02:23:35.346Z | Compiling utf8parse v0.2.1 |
| 2065 | 2026-03-17T02:23:35.485Z | Compiling anstyle-parse v0.2.4 |
| 2066 | 2026-03-17T02:23:36.494Z | Compiling proc-macro-crate v1.3.1 |
| 2067 | 2026-03-17T02:23:36.881Z | Compiling goblin v0.8.2 |
| 2068 | 2026-03-17T02:23:37.586Z | Compiling tokio-rustls v0.26.0 |
| 2069 | 2026-03-17T02:23:38.116Z | Compiling is_terminal_polyfill v1.70.0 |
| 2070 | 2026-03-17T02:23:38.239Z | Compiling anstyle-query v1.0.3 |
| 2071 | 2026-03-17T02:23:38.269Z | Compiling unicode-width v0.1.14 |
| 2072 | 2026-03-17T02:23:38.369Z | Compiling data-encoding v2.6.0 |
| 2073 | 2026-03-17T02:23:38.772Z | Compiling anstyle v1.0.7 |
| 2074 | 2026-03-17T02:23:39.143Z | Compiling colorchoice v1.0.1 |
| 2075 | 2026-03-17T02:23:39.295Z | Compiling anstream v0.6.14 |
| 2076 | 2026-03-17T02:23:39.894Z | Compiling hyper-rustls v0.27.3 |
| 2077 | 2026-03-17T02:23:40.051Z | Compiling terminal_size v0.3.0 |
| 2078 | 2026-03-17T02:23:40.743Z | Compiling num-integer v0.1.46 |
| 2079 | 2026-03-17T02:23:41.863Z | Compiling clap_lex v0.7.0 |
| 2080 | 2026-03-17T02:23:42.459Z | Compiling clap_builder v4.5.2 |
| 2081 | 2026-03-17T02:23:42.990Z | Compiling reqwest v0.12.23 |
| 2082 | 2026-03-17T02:23:46.044Z | Compiling usdt-attr-macro v0.5.0 |
| 2083 | 2026-03-17T02:23:46.219Z | Compiling usdt-macro v0.5.0 |
| 2084 | 2026-03-17T02:23:46.586Z | Compiling serde_spanned v0.6.9 |
| 2085 | 2026-03-17T02:23:46.990Z | Compiling memmap v0.7.0 |
| 2086 | 2026-03-17T02:23:47.213Z | Compiling tinyvec_macros v0.1.1 |
| 2087 | 2026-03-17T02:23:47.268Z | Compiling usdt v0.5.0 |
| 2088 | 2026-03-17T02:23:47.287Z | Compiling tinyvec v1.6.0 |
| 2089 | 2026-03-17T02:23:47.514Z | Compiling clap v4.5.4 |
| 2090 | 2026-03-17T02:23:47.884Z | Compiling num-bigint v0.4.5 |
| 2091 | 2026-03-17T02:23:48.250Z | Compiling crossbeam-epoch v0.9.18 |
| 2092 | 2026-03-17T02:23:48.289Z | Compiling itertools v0.14.0 |
| 2093 | 2026-03-17T02:23:48.562Z | Compiling proc-macro-error-attr v1.0.4 |
| 2094 | 2026-03-17T02:23:49.112Z | Compiling heapless v0.8.0 |
| 2095 | 2026-03-17T02:23:49.639Z | Compiling num-rational v0.4.2 |
| 2096 | 2026-03-17T02:23:49.706Z | Compiling progenitor-client v0.11.1 |
| 2097 | 2026-03-17T02:23:50.034Z | Compiling ingot-macros v0.1.1 |
| 2098 | 2026-03-17T02:23:51.138Z | Compiling num-iter v0.1.45 |
| 2099 | 2026-03-17T02:23:51.649Z | Compiling hash32 v0.3.1 |
| 2100 | 2026-03-17T02:23:51.683Z | Compiling darling_core v0.20.11 |
| 2101 | 2026-03-17T02:23:52.210Z | Compiling num-complex v0.4.6 |
| 2102 | 2026-03-17T02:23:52.980Z | Compiling progenitor-client v0.10.0 |
| 2103 | 2026-03-17T02:23:53.486Z | Compiling progenitor v0.11.1 |
| 2104 | 2026-03-17T02:23:53.654Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2105 | 2026-03-17T02:23:53.787Z | Compiling proc-macro-error v1.0.4 |
| 2106 | 2026-03-17T02:23:54.521Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2107 | 2026-03-17T02:23:54.783Z | Compiling smoltcp v0.11.0 |
| 2108 | 2026-03-17T02:23:55.297Z | Compiling darling_macro v0.20.11 |
| 2109 | 2026-03-17T02:23:56.585Z | Compiling ingot-types v0.1.2 |
| 2110 | 2026-03-17T02:23:56.610Z | Compiling num v0.4.3 |
| 2111 | 2026-03-17T02:23:57.172Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2112 | 2026-03-17T02:23:57.366Z | Compiling num_enum_derive v0.7.4 |
| 2113 | 2026-03-17T02:23:58.464Z | Compiling managed v0.8.0 |
| 2114 | 2026-03-17T02:23:58.811Z | Compiling cobs v0.2.3 |
| 2115 | 2026-03-17T02:23:59.046Z | Compiling bitflags v1.3.2 |
| 2116 | 2026-03-17T02:23:59.091Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2117 | 2026-03-17T02:24:00.041Z | Compiling postcard v1.0.9 |
| 2118 | 2026-03-17T02:24:00.491Z | Compiling num_enum v0.7.4 |
| 2119 | 2026-03-17T02:24:01.248Z | Compiling ingot v0.1.1 |
| 2120 | 2026-03-17T02:24:03.514Z | Compiling darling v0.20.11 |
| 2121 | 2026-03-17T02:24:04.391Z | Compiling enum-as-inner v0.6.0 |
| 2122 | 2026-03-17T02:24:05.119Z | Compiling libz-sys v1.1.16 |
| 2123 | 2026-03-17T02:24:05.239Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2124 | 2026-03-17T02:24:05.618Z | Compiling foreign-types-macros v0.2.3 |
| 2125 | 2026-03-17T02:24:05.793Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2126 | 2026-03-17T02:24:06.102Z | Compiling foreign-types-shared v0.3.1 |
| 2127 | 2026-03-17T02:24:06.152Z | Compiling toml_write v0.1.2 |
| 2128 | 2026-03-17T02:24:06.168Z | Compiling rayon-core v1.13.0 |
| 2129 | 2026-03-17T02:24:06.379Z | Compiling toml_edit v0.22.27 |
| 2130 | 2026-03-17T02:24:06.486Z | Compiling foreign-types v0.5.0 |
| 2131 | 2026-03-17T02:24:06.548Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2132 | 2026-03-17T02:24:06.588Z | Compiling derive_builder_core v0.20.2 |
| 2133 | 2026-03-17T02:24:07.961Z | Compiling crossbeam-deque v0.8.5 |
| 2134 | 2026-03-17T02:24:08.238Z | Compiling tabwriter v1.4.0 |
| 2135 | 2026-03-17T02:24:08.716Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2136 | 2026-03-17T02:24:08.729Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2137 | 2026-03-17T02:24:09.352Z | Compiling cstr-argument v0.1.2 |
| 2138 | 2026-03-17T02:24:09.388Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2139 | 2026-03-17T02:24:09.672Z | Compiling float-ord v0.3.2 |
| 2140 | 2026-03-17T02:24:09.779Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2141 | 2026-03-17T02:24:09.852Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2142 | 2026-03-17T02:24:10.371Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2143 | 2026-03-17T02:24:10.636Z | Compiling toml v0.8.23 |
| 2144 | 2026-03-17T02:24:11.039Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2145 | 2026-03-17T02:24:11.308Z | Compiling derive_builder_macro v0.20.2 |
| 2146 | 2026-03-17T02:24:11.428Z | Compiling resolv-conf v0.7.0 |
| 2147 | 2026-03-17T02:24:11.599Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2148 | 2026-03-17T02:24:12.044Z | Compiling vergen-lib v9.1.0 |
| 2149 | 2026-03-17T02:24:12.158Z | Compiling slog-dtrace v0.3.0 |
| 2150 | 2026-03-17T02:24:12.296Z | Compiling colored v3.0.0 |
| 2151 | 2026-03-17T02:24:12.368Z | Compiling openssl-probe v0.2.1 |
| 2152 | 2026-03-17T02:24:12.466Z | Compiling semver v0.1.20 |
| 2153 | 2026-03-17T02:24:12.725Z | Compiling cfg_aliases v0.2.1 |
| 2154 | 2026-03-17T02:24:12.817Z | Compiling linked-hash-map v0.5.6 |
| 2155 | 2026-03-17T02:24:12.831Z | Compiling rustc_version v0.1.7 |
| 2156 | 2026-03-17T02:24:13.087Z | Compiling lru-cache v0.1.2 |
| 2157 | 2026-03-17T02:24:13.091Z | Compiling rustls-native-certs v0.8.3 |
| 2158 | 2026-03-17T02:24:17.309Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2159 | 2026-03-17T02:24:17.449Z | Compiling derive_builder v0.20.2 |
| 2160 | 2026-03-17T02:24:17.599Z | Compiling rayon v1.11.0 |
| 2161 | 2026-03-17T02:24:18.908Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2162 | 2026-03-17T02:24:19.208Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-03-17T02:24:20.517Z | Compiling zone_cfg_derive v0.3.0 |
| 2164 | 2026-03-17T02:24:21.417Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2165 | 2026-03-17T02:24:21.751Z | Compiling hubpack_derive v0.1.1 |
| 2166 | 2026-03-17T02:24:22.404Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2167 | 2026-03-17T02:24:22.686Z | Compiling camino-tempfile v1.4.1 |
| 2168 | 2026-03-17T02:24:22.870Z | Compiling num-derive v0.4.2 |
| 2169 | 2026-03-17T02:24:23.018Z | Compiling serde_repr v0.1.19 |
| 2170 | 2026-03-17T02:24:23.175Z | Compiling vergen v9.1.0 |
| 2171 | 2026-03-17T02:24:23.459Z | Compiling cargo-platform v0.3.2 |
| 2172 | 2026-03-17T02:24:23.603Z | Compiling sigpipe v0.1.3 |
| 2173 | 2026-03-17T02:24:23.716Z | Compiling base64ct v1.6.0 |
| 2174 | 2026-03-17T02:24:23.769Z | Compiling siphasher v1.0.1 |
| 2175 | 2026-03-17T02:24:23.783Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2176 | 2026-03-17T02:24:24.060Z | Compiling jiff v0.2.15 |
| 2177 | 2026-03-17T02:24:24.101Z | Compiling convert_case v0.4.0 |
| 2178 | 2026-03-17T02:24:24.155Z | Compiling base64 v0.21.7 |
| 2179 | 2026-03-17T02:24:24.274Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 2180 | 2026-03-17T02:24:24.509Z | Compiling derive_more v0.99.20 |
| 2181 | 2026-03-17T02:24:24.817Z | Compiling password-hash v0.5.0 |
| 2182 | 2026-03-17T02:24:25.151Z | Compiling phf_shared v0.12.1 |
| 2183 | 2026-03-17T02:24:25.219Z | Compiling cargo_metadata v0.23.1 |
| 2184 | 2026-03-17T02:24:25.462Z | Compiling zone v0.3.1 |
| 2185 | 2026-03-17T02:24:25.742Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2186 | 2026-03-17T02:24:26.031Z | Compiling hubpack v0.1.2 |
| 2187 | 2026-03-17T02:24:26.112Z | Compiling hickory-resolver v0.24.4 |
| 2188 | 2026-03-17T02:24:26.348Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2189 | 2026-03-17T02:24:26.980Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2190 | 2026-03-17T02:24:27.646Z | Compiling rustls-platform-verifier v0.6.2 |
| 2191 | 2026-03-17T02:24:29.258Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2192 | 2026-03-17T02:24:29.459Z | Compiling newtype_derive v0.1.6 |
| 2193 | 2026-03-17T02:24:29.669Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2194 | 2026-03-17T02:24:29.741Z | Compiling progenitor-impl v0.10.0 |
| 2195 | 2026-03-17T02:24:30.408Z | Compiling blake2 v0.10.6 |
| 2196 | 2026-03-17T02:24:31.071Z | Compiling tokio-stream v0.1.17 |
| 2197 | 2026-03-17T02:24:31.798Z | Compiling typify-impl v0.6.1 |
| 2198 | 2026-03-17T02:24:31.971Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2199 | 2026-03-17T02:24:31.990Z | Compiling smf v0.2.3 |
| 2200 | 2026-03-17T02:24:32.685Z | Compiling serde-big-array v0.5.1 |
| 2201 | 2026-03-17T02:24:32.889Z | Compiling pin-project-internal v1.1.10 |
| 2202 | 2026-03-17T02:24:33.299Z | Compiling rustc_version v0.4.1 |
| 2203 | 2026-03-17T02:24:33.406Z | Compiling vergen-git2 v9.1.0 |
| 2204 | 2026-03-17T02:24:33.645Z | Compiling cancel-safe-futures v0.1.5 |
| 2205 | 2026-03-17T02:24:33.684Z | Compiling unicode-xid v0.2.4 |
| 2206 | 2026-03-17T02:24:33.833Z | Compiling chrono-tz v0.10.4 |
| 2207 | 2026-03-17T02:24:33.946Z | Compiling owo-colors v4.2.3 |
| 2208 | 2026-03-17T02:24:34.105Z | Compiling foldhash v0.1.5 |
| 2209 | 2026-03-17T02:24:34.344Z | Compiling static_assertions v1.1.0 |
| 2210 | 2026-03-17T02:24:34.358Z | Compiling unicode-segmentation v1.11.0 |
| 2211 | 2026-03-17T02:24:34.379Z | Compiling whoami v1.5.1 |
| 2212 | 2026-03-17T02:24:34.434Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2213 | 2026-03-17T02:24:34.917Z | Compiling newline-converter v0.3.0 |
| 2214 | 2026-03-17T02:24:35.081Z | Compiling pin-project v1.1.10 |
| 2215 | 2026-03-17T02:24:35.122Z | Compiling hashbrown v0.15.2 |
| 2216 | 2026-03-17T02:24:35.245Z | Compiling const_format_proc_macros v0.2.34 |
| 2217 | 2026-03-17T02:24:36.311Z | Compiling progenitor-macro v0.10.0 |
| 2218 | 2026-03-17T02:24:36.437Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2219 | 2026-03-17T02:24:36.512Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2220 | 2026-03-17T02:24:36.730Z | Compiling typify-macro v0.6.1 |
| 2221 | 2026-03-17T02:24:36.830Z | Compiling qorb v0.4.1 |
| 2222 | 2026-03-17T02:24:38.516Z | Compiling argon2 v0.5.3 |
| 2223 | 2026-03-17T02:24:38.855Z | Compiling reqwest v0.13.2 |
| 2224 | 2026-03-17T02:24:39.410Z | Compiling phf v0.12.1 |
| 2225 | 2026-03-17T02:24:39.639Z | Compiling unicode-normalization v0.1.24 |
| 2226 | 2026-03-17T02:24:39.817Z | Compiling tokio-dtrace v0.1.1 |
| 2227 | 2026-03-17T02:24:40.280Z | Compiling console v0.15.8 |
| 2228 | 2026-03-17T02:24:40.402Z | Compiling atomicwrites v0.4.4 |
| 2229 | 2026-03-17T02:24:40.771Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2230 | 2026-03-17T02:24:41.903Z | Compiling libsw-core v0.3.2 |
| 2231 | 2026-03-17T02:24:42.132Z | Compiling secrecy v0.10.3 |
| 2232 | 2026-03-17T02:24:42.332Z | Compiling async-recursion v1.1.1 |
| 2233 | 2026-03-17T02:24:42.335Z | Compiling snafu-derive v0.8.9 |
| 2234 | 2026-03-17T02:24:43.228Z | Compiling cookie v0.18.1 |
| 2235 | 2026-03-17T02:24:43.518Z | Compiling csv-core v0.1.12 |
| 2236 | 2026-03-17T02:24:43.662Z | Compiling git2 v0.20.2 |
| 2237 | 2026-03-17T02:24:44.030Z | Compiling bstr v1.9.1 |
| 2238 | 2026-03-17T02:24:44.699Z | Compiling fixedbitset v0.5.7 |
| 2239 | 2026-03-17T02:24:44.932Z | Compiling rustls v0.21.12 |
| 2240 | 2026-03-17T02:24:45.207Z | Compiling bytecount v0.6.9 |
| 2241 | 2026-03-17T02:24:45.401Z | Compiling indent_write v2.2.0 |
| 2242 | 2026-03-17T02:24:45.435Z | Compiling similar v2.7.0 |
| 2243 | 2026-03-17T02:24:45.594Z | Compiling moka v0.12.10 |
| 2244 | 2026-03-17T02:24:45.911Z | Compiling highway v1.3.0 |
| 2245 | 2026-03-17T02:24:47.087Z | Compiling utf-8 v0.7.6 |
| 2246 | 2026-03-17T02:24:47.223Z | Compiling same-file v1.0.6 |
| 2247 | 2026-03-17T02:24:47.236Z | Compiling fixedbitset v0.4.2 |
| 2248 | 2026-03-17T02:24:47.345Z | Compiling tungstenite v0.21.0 |
| 2249 | 2026-03-17T02:24:47.435Z | Compiling petgraph v0.6.5 |
| 2250 | 2026-03-17T02:24:47.669Z | Compiling walkdir v2.5.0 |
| 2251 | 2026-03-17T02:24:48.575Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2252 | 2026-03-17T02:24:48.613Z | Compiling expectorate v1.2.0 |
| 2253 | 2026-03-17T02:24:48.845Z | Compiling papergrid v0.11.0 |
| 2254 | 2026-03-17T02:24:48.884Z | Compiling petgraph v0.8.3 |
| 2255 | 2026-03-17T02:24:49.920Z | Compiling snafu v0.8.9 |
| 2256 | 2026-03-17T02:24:49.924Z | Compiling globset v0.4.14 |
| 2257 | 2026-03-17T02:24:50.058Z | Compiling csv v1.3.1 |
| 2258 | 2026-03-17T02:24:50.708Z | Compiling progenitor v0.10.0 |
| 2259 | 2026-03-17T02:24:50.894Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2260 | 2026-03-17T02:24:51.307Z | Compiling libsw v3.5.0 |
| 2261 | 2026-03-17T02:24:51.342Z | Compiling olpc-cjson v0.1.4 |
| 2262 | 2026-03-17T02:24:51.536Z | Compiling oxide-tokio-rt v0.1.2 |
| 2263 | 2026-03-17T02:24:52.101Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2264 | 2026-03-17T02:24:52.194Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2265 | 2026-03-17T02:24:53.205Z | Compiling const_format v0.2.35 |
| 2266 | 2026-03-17T02:24:54.181Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2267 | 2026-03-17T02:24:55.261Z | Compiling nix v0.30.1 |
| 2268 | 2026-03-17T02:24:55.671Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2269 | 2026-03-17T02:24:55.805Z | Compiling tabled_derive v0.7.0 |
| 2270 | 2026-03-17T02:24:56.474Z | Compiling gethostname v0.5.0 |
| 2271 | 2026-03-17T02:24:56.645Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2272 | 2026-03-17T02:24:57.085Z | Compiling terminal_size v0.4.3 |
| 2273 | 2026-03-17T02:24:57.280Z | Compiling pem v3.0.5 |
| 2274 | 2026-03-17T02:24:58.111Z | Compiling inout v0.1.3 |
| 2275 | 2026-03-17T02:24:58.283Z | Compiling sct v0.7.1 |
| 2276 | 2026-03-17T02:24:58.298Z | Compiling rustls-webpki v0.101.7 |
| 2277 | 2026-03-17T02:24:58.576Z | Compiling bcs v0.1.6 |
| 2278 | 2026-03-17T02:24:59.096Z | Compiling serde_plain v1.0.2 |
| 2279 | 2026-03-17T02:24:59.399Z | Compiling linear-map v1.2.0 |
| 2280 | 2026-03-17T02:24:59.449Z | Compiling typed-path v0.9.3 |
| 2281 | 2026-03-17T02:24:59.675Z | Compiling termtree v0.5.1 |
| 2282 | 2026-03-17T02:24:59.690Z | Compiling unicode-width v0.2.1 |
| 2283 | 2026-03-17T02:24:59.733Z | Compiling smawk v0.3.2 |
| 2284 | 2026-03-17T02:24:59.886Z | Compiling radium v0.7.0 |
| 2285 | 2026-03-17T02:24:59.937Z | Compiling tagptr v0.2.0 |
| 2286 | 2026-03-17T02:25:00.097Z | Compiling unicode-linebreak v0.1.5 |
| 2287 | 2026-03-17T02:25:00.143Z | Compiling swrite v0.1.0 |
| 2288 | 2026-03-17T02:25:00.270Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2289 | 2026-03-17T02:25:00.447Z | Compiling textwrap v0.16.2 |
| 2290 | 2026-03-17T02:25:00.703Z | Compiling cipher v0.4.4 |
| 2291 | 2026-03-17T02:25:01.041Z | Compiling tough v0.20.0 |
| 2292 | 2026-03-17T02:25:02.151Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2293 | 2026-03-17T02:25:02.205Z | Compiling tabled v0.15.0 |
| 2294 | 2026-03-17T02:25:02.512Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2295 | 2026-03-17T02:25:03.205Z | Compiling steno v0.4.1 |
| 2296 | 2026-03-17T02:25:06.099Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2297 | 2026-03-17T02:25:08.931Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2298 | 2026-03-17T02:25:10.840Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2299 | 2026-03-17T02:25:12.023Z | Compiling tokio-tungstenite v0.21.0 |
| 2300 | 2026-03-17T02:25:12.255Z | Compiling hickory-proto v0.25.2 |
| 2301 | 2026-03-17T02:25:12.455Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2302 | 2026-03-17T02:25:13.000Z | Compiling humantime v2.3.0 |
| 2303 | 2026-03-17T02:25:13.685Z | Compiling tap v1.0.1 |
| 2304 | 2026-03-17T02:25:13.817Z | Compiling wyz v0.5.1 |
| 2305 | 2026-03-17T02:25:13.852Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2306 | 2026-03-17T02:25:14.149Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2307 | 2026-03-17T02:25:15.364Z | Compiling hickory-resolver v0.25.2 |
| 2308 | 2026-03-17T02:25:16.782Z | Compiling tokio-rustls v0.24.1 |
| 2309 | 2026-03-17T02:25:17.952Z | Compiling typify v0.6.1 |
| 2310 | 2026-03-17T02:25:18.074Z | Compiling rustls-pemfile v1.0.4 |
| 2311 | 2026-03-17T02:25:18.090Z | Compiling num_enum_derive v0.5.11 |
| 2312 | 2026-03-17T02:25:18.552Z | Compiling twox-hash v2.1.2 |
| 2313 | 2026-03-17T02:25:19.447Z | Compiling universal-hash v0.5.1 |
| 2314 | 2026-03-17T02:25:19.488Z | Compiling atty v0.2.14 |
| 2315 | 2026-03-17T02:25:19.629Z | Compiling funty v2.0.0 |
| 2316 | 2026-03-17T02:25:19.642Z | Compiling opaque-debug v0.3.1 |
| 2317 | 2026-03-17T02:25:19.739Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2318 | 2026-03-17T02:25:20.052Z | Compiling polyval v0.6.2 |
| 2319 | 2026-03-17T02:25:20.391Z | Compiling bitvec v1.0.1 |
| 2320 | 2026-03-17T02:25:23.440Z | Compiling num_enum v0.5.11 |
| 2321 | 2026-03-17T02:25:23.563Z | Compiling toml v0.7.8 |
| 2322 | 2026-03-17T02:25:23.607Z | Compiling progenitor-impl v0.13.0 |
| 2323 | 2026-03-17T02:25:23.702Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2324 | 2026-03-17T02:25:26.155Z | Compiling aes v0.8.4 |
| 2325 | 2026-03-17T02:25:26.389Z | Compiling ctr v0.9.2 |
| 2326 | 2026-03-17T02:25:26.575Z | Compiling nix v0.31.1 |
| 2327 | 2026-03-17T02:25:26.644Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2328 | 2026-03-17T02:25:26.926Z | Compiling aead v0.5.2 |
| 2329 | 2026-03-17T02:25:27.099Z | Compiling bincode v1.3.3 |
| 2330 | 2026-03-17T02:25:27.150Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2331 | 2026-03-17T02:25:27.181Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2332 | 2026-03-17T02:25:27.339Z | Compiling passt v0.3.0 |
| 2333 | 2026-03-17T02:25:27.412Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2334 | 2026-03-17T02:25:27.469Z | Compiling aes-gcm-siv v0.11.1 |
| 2335 | 2026-03-17T02:25:27.501Z | Compiling fakedata_generator v0.7.1 |
| 2336 | 2026-03-17T02:25:27.661Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2337 | 2026-03-17T02:25:27.688Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2338 | 2026-03-17T02:25:27.702Z | Compiling progenitor-macro v0.13.0 |
| 2339 | 2026-03-17T02:25:28.058Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2340 | 2026-03-17T02:25:28.729Z | Compiling progenitor-client v0.13.0 |
| 2341 | 2026-03-17T02:25:29.359Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2342 | 2026-03-17T02:25:29.394Z | Compiling bitstruct_derive v0.1.0 |
| 2343 | 2026-03-17T02:25:29.493Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2344 | 2026-03-17T02:25:29.759Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2345 | 2026-03-17T02:25:30.096Z | Compiling ringbuffer v0.16.0 |
| 2346 | 2026-03-17T02:25:30.250Z | Compiling typeid v1.0.0 |
| 2347 | 2026-03-17T02:25:30.417Z | Compiling pretty-hex v0.2.1 |
| 2348 | 2026-03-17T02:25:30.554Z | Compiling ascii v1.1.0 |
| 2349 | 2026-03-17T02:25:30.608Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2350 | 2026-03-17T02:25:30.931Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2351 | 2026-03-17T02:25:31.029Z | Compiling erased-serde v0.4.5 |
| 2352 | 2026-03-17T02:25:31.880Z | Compiling bitstruct v0.1.1 |
| 2353 | 2026-03-17T02:25:32.002Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2354 | 2026-03-17T02:25:32.095Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2355 | 2026-03-17T02:25:33.020Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2356 | 2026-03-17T02:25:33.362Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2357 | 2026-03-17T02:25:33.497Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2358 | 2026-03-17T02:25:33.643Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2359 | 2026-03-17T02:25:33.796Z | Compiling progenitor v0.13.0 |
| 2360 | 2026-03-17T02:25:33.986Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2361 | 2026-03-17T02:25:34.005Z | Compiling kstat-rs v0.2.4 |
| 2362 | 2026-03-17T02:25:34.197Z | Compiling serde_arrays v0.1.0 |
| 2363 | 2026-03-17T02:25:34.370Z | Compiling libloading v0.7.4 |
| 2364 | 2026-03-17T02:25:34.566Z | Compiling bit_field v0.10.2 |
| 2365 | 2026-03-17T02:25:34.678Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2366 | 2026-03-17T02:25:34.741Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2367 | 2026-03-17T02:25:34.764Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2368 | 2026-03-17T02:25:35.413Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2369 | 2026-03-17T02:25:35.893Z | Compiling ron v0.8.1 |
| 2370 | 2026-03-17T02:25:38.971Z | Compiling itertools v0.13.0 |
| 2371 | 2026-03-17T02:25:39.871Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2372 | 2026-03-17T02:25:40.069Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2373 | 2026-03-17T02:25:41.013Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2374 | 2026-03-17T02:25:52.170Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2375 | 2026-03-17T02:25:52.859Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2376 | 2026-03-17T02:26:06.762Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2377 | 2026-03-17T02:26:42.250Z | Finished `release` profile [optimized] target(s) in 4m 38s |
| 2378 | 2026-03-17T02:26:42.422Z | |
| 2379 | 2026-03-17T02:26:42.422Z | real 4:38.839580616 |
| 2380 | 2026-03-17T02:26:42.425Z | user 31:58.687472248 |
| 2381 | 2026-03-17T02:26:42.425Z | sys 2:45.556172255 |
| 2382 | 2026-03-17T02:26:42.425Z | trap 0.891703687 |
| 2383 | 2026-03-17T02:26:42.425Z | tflt 1.739559572 |
| 2384 | 2026-03-17T02:26:42.425Z | dflt 1.243560130 |
| 2385 | 2026-03-17T02:26:42.425Z | kflt 0.000142339 |
| 2386 | 2026-03-17T02:26:42.425Z | lock 1:32:13.503655023 |
| 2387 | 2026-03-17T02:26:42.425Z | slp 1:58:36.134926255 |
| 2388 | 2026-03-17T02:26:42.425Z | lat 2:31.775922561 |
| 2389 | 2026-03-17T02:26:42.425Z | stop 3:30.385487584 |
| 2390 | 2026-03-17T02:26:42.425Z | + OUTDIR=/work/release |
| 2391 | 2026-03-17T02:26:42.425Z | + mkdir -p /work/release |
| 2392 | 2026-03-17T02:26:42.425Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2393 | 2026-03-17T02:26:42.452Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2394 | 2026-03-17T02:26:42.532Z | + cd /work/release |
| 2395 | 2026-03-17T02:26:42.535Z | + digest -a sha256 propolis-cli |
| 2396 | 2026-03-17T02:26:42.558Z | + digest -a sha256 propolis-server |
| 2397 | 2026-03-17T02:26:42.615Z | process exited: duration 600666 ms, exit code 0 |
| |
| 2398 | 2026-03-17T02:26:42.621Z | found 4 output files |
| 2399 | 2026-03-17T02:26:42.621Z | uploading: /work/release/propolis-cli (25432688 bytes) |
| 2400 | 2026-03-17T02:26:43.797Z | uploaded: /work/release/propolis-cli |
| 2401 | 2026-03-17T02:26:43.800Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2402 | 2026-03-17T02:26:44.807Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2403 | 2026-03-17T02:26:44.810Z | uploading: /work/release/propolis-server (78107568 bytes) |
| 2404 | 2026-03-17T02:26:46.372Z | uploaded: /work/release/propolis-server |
| 2405 | 2026-03-17T02:26:46.372Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2406 | 2026-03-17T02:26:47.380Z | uploaded: /work/release/propolis-server.sha256.txt |