|
|
|
| 1 | 2026-03-12T00:00:08.382Z | job assigned to worker 01KKFNCFVQM4QCHP7ZFNDRQNSF [factory aws, i-05c7e1619f9d53ab6] (queued for 1 m 56 s) |
| |
| 2 | 2026-03-12T00:00:15.773Z | starting task 0: "setup" |
| 3 | 2026-03-12T00:00:15.780Z | ++ uname -s |
| 4 | 2026-03-12T00:00:15.783Z | + kern=SunOS |
| 5 | 2026-03-12T00:00:15.783Z | + build_user=build |
| 6 | 2026-03-12T00:00:15.783Z | + build_uid=12345 |
| 7 | 2026-03-12T00:00:15.783Z | + work_dir=/work |
| 8 | 2026-03-12T00:00:15.783Z | + input_dir=/input |
| 9 | 2026-03-12T00:00:15.783Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-12T00:00:15.783Z | + case "$kern" in |
| 11 | 2026-03-12T00:00:15.783Z | + groupadd -g 12345 build |
| 12 | 2026-03-12T00:00:15.786Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-12T00:00:17.790Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-12T00:00:17.902Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-12T00:00:17.905Z | + home_fs=zfs |
| 16 | 2026-03-12T00:00:17.905Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-12T00:00:17.905Z | + mkdir -p /home/build |
| 18 | 2026-03-12T00:00:17.908Z | + chown build:build /home/build /work |
| 19 | 2026-03-12T00:00:19.908Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-12T00:00:19.911Z | process exited: duration 4136 ms, exit code 0 |
| |
| 21 | 2026-03-12T00:00:19.918Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-12T00:00:19.922Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-12T00:00:19.922Z | * rust toolchain channel = "stable" |
| 24 | 2026-03-12T00:00:19.922Z | * rust toolchain profile = "default" |
| 25 | 2026-03-12T00:00:19.922Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-12T00:00:19.922Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-12T00:00:19.922Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-12T00:00:19.925Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-12T00:00:19.925Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-12T00:00:20.190Z | info: downloading installer |
| 31 | 2026-03-12T00:00:21.552Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-12T00:00:21.552Z | warn: /opt/ooce/bin |
| 33 | 2026-03-12T00:00:21.552Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-12T00:00:21.552Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-12T00:00:21.552Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-12T00:00:21.552Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-12T00:00:21.552Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-12T00:00:21.552Z | error: cannot install while Rust is installed |
| 39 | 2026-03-12T00:00:21.552Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-12T00:00:21.569Z | info: profile set to 'default' |
| 41 | 2026-03-12T00:00:21.569Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-12T00:00:21.572Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2026-03-12T00:00:21.718Z | info: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02) |
| 44 | 2026-03-12T00:00:21.718Z | info: downloading component 'cargo' |
| 45 | 2026-03-12T00:00:22.718Z | info: downloading component 'clippy' |
| 46 | 2026-03-12T00:00:23.123Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-12T00:00:24.586Z | info: downloading component 'rust-std' |
| 48 | 2026-03-12T00:00:26.372Z | info: downloading component 'rustc' |
| 49 | 2026-03-12T00:00:35.195Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-12T00:00:35.517Z | info: installing component 'cargo' |
| 51 | 2026-03-12T00:00:36.349Z | info: installing component 'clippy' |
| 52 | 2026-03-12T00:00:36.713Z | info: installing component 'rust-docs' |
| 53 | 2026-03-12T00:00:38.211Z | info: installing component 'rust-std' |
| 54 | 2026-03-12T00:00:39.674Z | info: installing component 'rustc' |
| 55 | 2026-03-12T00:00:45.512Z | info: installing component 'rustfmt' |
| 56 | 2026-03-12T00:00:45.805Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 57 | 2026-03-12T00:00:45.805Z | |
| 58 | 2026-03-12T00:00:46.218Z | stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 59 | 2026-03-12T00:00:46.218Z | |
| 60 | 2026-03-12T00:00:46.221Z | |
| 61 | 2026-03-12T00:00:46.221Z | Rust is installed now. Great! |
| 62 | 2026-03-12T00:00:46.221Z | |
| 63 | 2026-03-12T00:00:46.221Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-12T00:00:46.221Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-12T00:00:46.221Z | |
| 66 | 2026-03-12T00:00:46.221Z | To configure your current shell, you need to source |
| 67 | 2026-03-12T00:00:46.221Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-12T00:00:46.221Z | |
| 69 | 2026-03-12T00:00:46.221Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-12T00:00:46.221Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-12T00:00:46.222Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-12T00:00:46.222Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-12T00:00:46.315Z | + rustup --version |
| 74 | 2026-03-12T00:00:46.326Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-12T00:00:46.329Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-12T00:00:46.396Z | info: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 77 | 2026-03-12T00:00:46.400Z | + cargo --version |
| 78 | 2026-03-12T00:00:46.452Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 79 | 2026-03-12T00:00:46.455Z | + rustc --version |
| 80 | 2026-03-12T00:00:46.515Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 81 | 2026-03-12T00:00:46.518Z | process exited: duration 26599 ms, exit code 0 |
| |
| 82 | 2026-03-12T00:00:46.524Z | starting task 2: "authentication" |
| 83 | 2026-03-12T00:00:46.543Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-12T00:00:46.550Z | starting task 3: "clone repository" |
| 85 | 2026-03-12T00:00:46.553Z | + mkdir -p /work/oxidecomputer/propolis |
| 86 | 2026-03-12T00:00:46.556Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 87 | 2026-03-12T00:00:46.588Z | Cloning into '/work/oxidecomputer/propolis'... |
| 88 | 2026-03-12T00:00:48.662Z | + cd /work/oxidecomputer/propolis |
| 89 | 2026-03-12T00:00:48.662Z | + git fetch origin 291c8d4ecdb74c315a5415d2c9b598a9521e63f1 |
| 90 | 2026-03-12T00:00:49.158Z | From https://github.com/oxidecomputer/propolis |
| 91 | 2026-03-12T00:00:49.158Z | * branch 291c8d4ecdb74c315a5415d2c9b598a9521e63f1 -> FETCH_HEAD |
| 92 | 2026-03-12T00:00:49.162Z | + [[ -n '' ]] |
| 93 | 2026-03-12T00:00:49.162Z | + git reset --hard 291c8d4ecdb74c315a5415d2c9b598a9521e63f1 |
| 94 | 2026-03-12T00:00:49.192Z | HEAD is now at 291c8d4 Add cache topology verification to guest_cpu_topo_test |
| 95 | 2026-03-12T00:00:49.195Z | process exited: duration 2643 ms, exit code 0 |
| |
| 96 | 2026-03-12T00:00:49.202Z | starting task 4: "build" |
| 97 | 2026-03-12T00:00:49.206Z | + cargo --version |
| 98 | 2026-03-12T00:00:49.212Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 99 | 2026-03-12T00:00:49.380Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 100 | 2026-03-12T00:00:49.383Z | info: downloading component 'cargo' |
| 101 | 2026-03-12T00:00:50.347Z | info: downloading component 'clippy' |
| 102 | 2026-03-12T00:00:50.782Z | info: downloading component 'rust-docs' |
| 103 | 2026-03-12T00:00:52.215Z | info: downloading component 'rust-std' |
| 104 | 2026-03-12T00:00:54.734Z | info: downloading component 'rustc' |
| 105 | 2026-03-12T00:01:02.019Z | info: downloading component 'rustfmt' |
| 106 | 2026-03-12T00:01:02.279Z | info: installing component 'cargo' |
| 107 | 2026-03-12T00:01:03.112Z | info: installing component 'clippy' |
| 108 | 2026-03-12T00:01:03.468Z | info: installing component 'rust-docs' |
| 109 | 2026-03-12T00:01:04.880Z | info: installing component 'rust-std' |
| 110 | 2026-03-12T00:01:06.454Z | info: installing component 'rustc' |
| 111 | 2026-03-12T00:01:12.195Z | info: installing component 'rustfmt' |
| 112 | 2026-03-12T00:01:12.592Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 113 | 2026-03-12T00:01:12.596Z | + rustc --version |
| 114 | 2026-03-12T00:01:12.674Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 115 | 2026-03-12T00:01:12.681Z | + banner prerequisites |
| 116 | 2026-03-12T00:01:12.684Z | |
| 117 | 2026-03-12T00:01:12.684Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-03-12T00:01:12.684Z | # # # # # # # # # # # # # # # |
| 119 | 2026-03-12T00:01:12.684Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-03-12T00:01:12.684Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-03-12T00:01:12.684Z | # # # # # # # # # # # # # # # |
| 122 | 2026-03-12T00:01:12.684Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-03-12T00:01:12.684Z | |
| 124 | 2026-03-12T00:01:12.684Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-03-12T00:01:23.801Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 126 | 2026-03-12T00:01:33.306Z | Startup: Caching catalogs ... Done |
| 127 | 2026-03-12T00:01:54.765Z | Planning: Solver setup ... Done (19.877s) |
| 128 | 2026-03-12T00:01:54.913Z | Planning: Running solver ... Done (0.149s) |
| 129 | 2026-03-12T00:01:55.098Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-03-12T00:01:55.110Z | Planning: Fetching manifests: 0/3 0% complete |
| 131 | 2026-03-12T00:01:55.228Z | Planning: Fetching manifests: 3/3 100% complete |
| 132 | 2026-03-12T00:01:55.264Z | Planning: Package planning ... Done (0.041s) |
| 133 | 2026-03-12T00:01:55.300Z | Planning: Merging actions ... Done (0.036s) |
| 134 | 2026-03-12T00:01:55.442Z | Planning: Checking for conflicting actions ... Done (0.142s) |
| 135 | 2026-03-12T00:01:55.451Z | Planning: Consolidating action changes ... Done (0.009s) |
| 136 | 2026-03-12T00:01:56.303Z | Planning: Evaluating mediators ... Done (0.852s) |
| 137 | 2026-03-12T00:01:56.312Z | Planning: Planning completed in 22.86 seconds |
| 138 | 2026-03-12T00:01:56.326Z | Packages to install: 3 |
| 139 | 2026-03-12T00:01:56.330Z | Mediators to change: 2 |
| 140 | 2026-03-12T00:01:56.330Z | Services to change: 1 |
| 141 | 2026-03-12T00:01:56.331Z | Estimated space available: 154.92 GB |
| 142 | 2026-03-12T00:01:56.331Z | Estimated space to be consumed: 1.81 GB |
| 143 | 2026-03-12T00:01:56.331Z | Create boot environment: No |
| 144 | 2026-03-12T00:01:56.331Z | Create backup boot environment: No |
| 145 | 2026-03-12T00:01:56.331Z | Rebuild boot archive: No |
| 146 | 2026-03-12T00:01:56.331Z | |
| 147 | 2026-03-12T00:01:56.331Z | Changed mediators: |
| 148 | 2026-03-12T00:01:56.331Z | mediator clang: |
| 149 | 2026-03-12T00:01:56.331Z | version: None -> 15 (system default) |
| 150 | 2026-03-12T00:01:56.331Z | |
| 151 | 2026-03-12T00:01:56.331Z | mediator llvm: |
| 152 | 2026-03-12T00:01:56.331Z | version: 14 (system default) -> 15 (system default) |
| 153 | 2026-03-12T00:01:56.331Z | |
| 154 | 2026-03-12T00:01:56.331Z | Changed packages: |
| 155 | 2026-03-12T00:01:56.331Z | helios-dev |
| 156 | 2026-03-12T00:01:56.331Z | developer/build-essential |
| 157 | 2026-03-12T00:01:56.331Z | None -> 11-2.0 |
| 158 | 2026-03-12T00:01:56.332Z | ooce/developer/clang-15 |
| 159 | 2026-03-12T00:01:56.332Z | None -> 15.0.7-2.0 |
| 160 | 2026-03-12T00:01:56.332Z | ooce/developer/llvm-15 |
| 161 | 2026-03-12T00:01:56.332Z | None -> 15.0.7-2.0 |
| 162 | 2026-03-12T00:01:56.332Z | |
| 163 | 2026-03-12T00:01:56.332Z | Services: |
| 164 | 2026-03-12T00:01:56.332Z | restart_fmri: |
| 165 | 2026-03-12T00:01:56.332Z | svc:/system/update-man-index:default |
| 166 | 2026-03-12T00:01:56.374Z | |
| 167 | 2026-03-12T00:01:56.374Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 168 | 2026-03-12T00:02:01.438Z | Download: 2001/3076 items 117.9/211.3MB 55% complete (23.8M/s) |
| 169 | 2026-03-12T00:02:06.477Z | Download: 3056/3076 items 205.3/211.3MB 97% complete (20.7M/s) |
| 170 | 2026-03-12T00:02:07.423Z | Download: Completed 211.31 MB in 11.05 seconds (19.1M/s) |
| 171 | 2026-03-12T00:02:07.739Z | Actions: 1/3430 actions (Installing new actions) |
| 172 | 2026-03-12T00:02:11.757Z | Actions: Completed 3430 actions in 4.02 seconds. |
| 173 | 2026-03-12T00:02:12.513Z | Done (0.751s) |
| 174 | 2026-03-12T00:02:12.513Z | Done (0.000s) |
| 175 | 2026-03-12T00:02:13.515Z | Done (1.001s) |
| 176 | 2026-03-12T00:02:17.520Z | Done (3.639s) |
| 177 | 2026-03-12T00:02:17.606Z | Done (0.018s) |
| 178 | 2026-03-12T00:02:17.616Z | Done (0.000s) |
| 179 | 2026-03-12T00:02:17.756Z | Done (0.000s) |
| 180 | 2026-03-12T00:02:18.726Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-03-12T00:02:18.868Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-03-12T00:02:18.877Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-03-12T00:02:19.091Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-03-12T00:02:19.106Z | Planning: Planning completed in 0.37 seconds |
| 185 | 2026-03-12T00:02:19.121Z | Mediators to change: 2 |
| 186 | 2026-03-12T00:02:19.121Z | Create boot environment: No |
| 187 | 2026-03-12T00:02:19.131Z | Create backup boot environment: No |
| 188 | 2026-03-12T00:02:19.186Z | Done |
| 189 | 2026-03-12T00:02:19.186Z | Done |
| 190 | 2026-03-12T00:02:23.515Z | Done |
| 191 | 2026-03-12T00:02:23.529Z | Done |
| 192 | 2026-03-12T00:02:23.529Z | Done |
| 193 | 2026-03-12T00:02:23.529Z | Done |
| 194 | 2026-03-12T00:02:23.529Z | Done |
| 195 | 2026-03-12T00:02:23.882Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-03-12T00:02:23.882Z | clang system 15 system |
| 197 | 2026-03-12T00:02:23.882Z | csh system system illumos |
| 198 | 2026-03-12T00:02:23.883Z | ctags system system illumos |
| 199 | 2026-03-12T00:02:23.883Z | file system system illumos |
| 200 | 2026-03-12T00:02:23.883Z | gcc vendor 12 vendor |
| 201 | 2026-03-12T00:02:23.883Z | gcc system 10 system |
| 202 | 2026-03-12T00:02:23.883Z | gcc system 7 system |
| 203 | 2026-03-12T00:02:23.883Z | go system 1.20 system |
| 204 | 2026-03-12T00:02:23.883Z | go system 1.19 system |
| 205 | 2026-03-12T00:02:23.883Z | llvm system 15 system |
| 206 | 2026-03-12T00:02:23.883Z | llvm system 14 system |
| 207 | 2026-03-12T00:02:23.883Z | mariadb system 10.6 system |
| 208 | 2026-03-12T00:02:23.883Z | mta vendor vendor dma |
| 209 | 2026-03-12T00:02:23.883Z | openjdk system 17 system |
| 210 | 2026-03-12T00:02:23.883Z | openjdk system 11 system |
| 211 | 2026-03-12T00:02:23.883Z | openjdk system 1.8 system |
| 212 | 2026-03-12T00:02:23.883Z | openssl vendor 3 vendor |
| 213 | 2026-03-12T00:02:23.883Z | perl system 5.36 system |
| 214 | 2026-03-12T00:02:23.883Z | postgresql system 15 system |
| 215 | 2026-03-12T00:02:23.883Z | postgresql system 13 system |
| 216 | 2026-03-12T00:02:23.883Z | python vendor 3 vendor |
| 217 | 2026-03-12T00:02:23.883Z | python system 2 system |
| 218 | 2026-03-12T00:02:23.883Z | python3 system 3.11 system |
| 219 | 2026-03-12T00:02:23.883Z | ruby system 3.0 system |
| 220 | 2026-03-12T00:02:23.883Z | words vendor vendor american-english |
| 221 | 2026-03-12T00:02:23.883Z | words system system australian-english |
| 222 | 2026-03-12T00:02:23.883Z | words system system british-english |
| 223 | 2026-03-12T00:02:23.883Z | words system system canadian-english |
| 224 | 2026-03-12T00:02:23.883Z | words system system french |
| 225 | 2026-03-12T00:02:23.883Z | words system system italian |
| 226 | 2026-03-12T00:02:23.883Z | words system system ngerman |
| 227 | 2026-03-12T00:02:23.883Z | words system system ogerman |
| 228 | 2026-03-12T00:02:23.883Z | words system system spanish |
| 229 | 2026-03-12T00:02:24.181Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-03-12T00:02:24.181Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 231 | 2026-03-12T00:02:29.999Z | FMRI IFO |
| 232 | 2026-03-12T00:02:29.999Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 233 | 2026-03-12T00:02:29.999Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 234 | 2026-03-12T00:02:29.999Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 235 | 2026-03-12T00:02:29.999Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 236 | 2026-03-12T00:02:29.999Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 237 | 2026-03-12T00:02:29.999Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 238 | 2026-03-12T00:02:29.999Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 239 | 2026-03-12T00:02:30.995Z | All builder prerequisites installed successfully, and PATH looks valid |
| 240 | 2026-03-12T00:02:30.998Z | |
| 241 | 2026-03-12T00:02:30.998Z | real 1:18.308436586 |
| 242 | 2026-03-12T00:02:30.998Z | user 58.901452405 |
| 243 | 2026-03-12T00:02:30.998Z | sys 5.114577492 |
| 244 | 2026-03-12T00:02:30.998Z | trap 0.009052050 |
| 245 | 2026-03-12T00:02:30.998Z | tflt 0.026963125 |
| 246 | 2026-03-12T00:02:30.998Z | dflt 0.037858808 |
| 247 | 2026-03-12T00:02:30.998Z | kflt 0.014221692 |
| 248 | 2026-03-12T00:02:30.998Z | lock 0.000000000 |
| 249 | 2026-03-12T00:02:30.998Z | slp 1:32.501324166 |
| 250 | 2026-03-12T00:02:30.998Z | lat 0.049980363 |
| 251 | 2026-03-12T00:02:30.998Z | stop 0.000218868 |
| 252 | 2026-03-12T00:02:30.998Z | + banner check |
| 253 | 2026-03-12T00:02:30.998Z | |
| 254 | 2026-03-12T00:02:30.998Z | #### # # ###### #### # # |
| 255 | 2026-03-12T00:02:30.998Z | # # # # # # # # # |
| 256 | 2026-03-12T00:02:30.998Z | # ###### ##### # #### |
| 257 | 2026-03-12T00:02:30.998Z | # # # # # # # |
| 258 | 2026-03-12T00:02:30.998Z | # # # # # # # # # |
| 259 | 2026-03-12T00:02:30.998Z | #### # # ###### #### # # |
| 260 | 2026-03-12T00:02:30.999Z | |
| 261 | 2026-03-12T00:02:30.999Z | + ptime -m cargo check --features falcon |
| 262 | 2026-03-12T00:02:31.198Z | Updating crates.io index |
| 263 | 2026-03-12T00:02:31.243Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2026-03-12T00:02:33.504Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 265 | 2026-03-12T00:02:45.186Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 266 | 2026-03-12T00:02:45.566Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-03-12T00:02:45.830Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 268 | 2026-03-12T00:02:46.142Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 269 | 2026-03-12T00:02:46.846Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 270 | 2026-03-12T00:02:47.167Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2026-03-12T00:02:47.901Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-03-12T00:02:48.153Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 273 | 2026-03-12T00:02:48.568Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-03-12T00:02:48.891Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 275 | 2026-03-12T00:02:50.080Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 276 | 2026-03-12T00:02:51.284Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 277 | 2026-03-12T00:02:52.072Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 278 | 2026-03-12T00:02:52.600Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 279 | 2026-03-12T00:02:53.320Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-03-12T00:02:53.854Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-03-12T00:02:54.204Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-03-12T00:02:54.453Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-03-12T00:02:56.187Z | Downloading crates ... |
| 284 | 2026-03-12T00:02:56.294Z | Downloaded aead v0.5.2 |
| 285 | 2026-03-12T00:02:56.299Z | Downloaded defmt-parser v0.3.4 |
| 286 | 2026-03-12T00:02:56.299Z | Downloaded aes-gcm-siv v0.11.1 |
| 287 | 2026-03-12T00:02:56.299Z | Downloaded cargo_metadata v0.19.2 |
| 288 | 2026-03-12T00:02:56.299Z | Downloaded data-encoding v2.6.0 |
| 289 | 2026-03-12T00:02:56.299Z | Downloaded cargo-platform v0.1.8 |
| 290 | 2026-03-12T00:02:56.299Z | Downloaded block-buffer v0.10.4 |
| 291 | 2026-03-12T00:02:56.299Z | Downloaded bit-vec v0.6.3 |
| 292 | 2026-03-12T00:02:56.302Z | Downloaded foreign-types-shared v0.3.1 |
| 293 | 2026-03-12T00:02:56.302Z | Downloaded atty v0.2.14 |
| 294 | 2026-03-12T00:02:56.305Z | Downloaded bit-set v0.5.3 |
| 295 | 2026-03-12T00:02:56.308Z | Downloaded globset v0.4.14 |
| 296 | 2026-03-12T00:02:56.311Z | Downloaded iana-time-zone v0.1.64 |
| 297 | 2026-03-12T00:02:56.314Z | Downloaded futures v0.3.31 |
| 298 | 2026-03-12T00:02:56.319Z | Downloaded funty v2.0.0 |
| 299 | 2026-03-12T00:02:56.322Z | Downloaded derive_builder_macro v0.20.2 |
| 300 | 2026-03-12T00:02:56.325Z | Downloaded hostname v0.4.2 |
| 301 | 2026-03-12T00:02:56.328Z | Downloaded hubpack_derive v0.1.1 |
| 302 | 2026-03-12T00:02:56.331Z | Downloaded home v0.5.11 |
| 303 | 2026-03-12T00:02:56.333Z | Downloaded darling_macro v0.20.11 |
| 304 | 2026-03-12T00:02:56.336Z | Downloaded bincode v1.3.3 |
| 305 | 2026-03-12T00:02:56.339Z | Downloaded http-body-util v0.1.3 |
| 306 | 2026-03-12T00:02:56.342Z | Downloaded embedded-io v0.4.0 |
| 307 | 2026-03-12T00:02:56.345Z | Downloaded hostname v0.3.1 |
| 308 | 2026-03-12T00:02:56.349Z | Downloaded humantime v2.3.0 |
| 309 | 2026-03-12T00:02:56.352Z | Downloaded hickory-resolver v0.24.4 |
| 310 | 2026-03-12T00:02:56.354Z | Downloaded hex v0.4.3 |
| 311 | 2026-03-12T00:02:56.357Z | Downloaded foreign-types v0.5.0 |
| 312 | 2026-03-12T00:02:56.360Z | Downloaded crucible-workspace-hack v0.1.0 |
| 313 | 2026-03-12T00:02:56.363Z | Downloaded atomic-waker v1.1.2 |
| 314 | 2026-03-12T00:02:56.366Z | Downloaded bitstruct v0.1.1 |
| 315 | 2026-03-12T00:02:56.369Z | Downloaded httpdate v1.0.3 |
| 316 | 2026-03-12T00:02:56.371Z | Downloaded http-body v1.0.1 |
| 317 | 2026-03-12T00:02:56.374Z | Downloaded embedded-io v0.6.1 |
| 318 | 2026-03-12T00:02:56.377Z | Downloaded debug-ignore v1.0.5 |
| 319 | 2026-03-12T00:02:56.377Z | Downloaded cfg_aliases v0.2.1 |
| 320 | 2026-03-12T00:02:56.380Z | Downloaded allocator-api2 v0.2.21 |
| 321 | 2026-03-12T00:02:56.383Z | Downloaded cobs v0.2.3 |
| 322 | 2026-03-12T00:02:56.386Z | Downloaded fnv v1.0.7 |
| 323 | 2026-03-12T00:02:56.389Z | Downloaded glob v0.3.3 |
| 324 | 2026-03-12T00:02:56.392Z | Downloaded heck v0.4.1 |
| 325 | 2026-03-12T00:02:56.395Z | Downloaded byteorder v1.5.0 |
| 326 | 2026-03-12T00:02:56.398Z | Downloaded hubpack v0.1.2 |
| 327 | 2026-03-12T00:02:56.401Z | Downloaded futures-executor v0.3.31 |
| 328 | 2026-03-12T00:02:56.404Z | Downloaded filetime v0.2.23 |
| 329 | 2026-03-12T00:02:56.406Z | Downloaded darling_macro v0.21.3 |
| 330 | 2026-03-12T00:02:56.406Z | Downloaded dtrace-parser v0.2.0 |
| 331 | 2026-03-12T00:02:56.409Z | Downloaded dyn-clone v1.0.17 |
| 332 | 2026-03-12T00:02:56.412Z | Downloaded cfg_aliases v0.1.1 |
| 333 | 2026-03-12T00:02:56.415Z | Downloaded cstr-argument v0.1.2 |
| 334 | 2026-03-12T00:02:56.418Z | Downloaded crypto-common v0.1.6 |
| 335 | 2026-03-12T00:02:56.418Z | Downloaded colorchoice v1.0.1 |
| 336 | 2026-03-12T00:02:56.421Z | Downloaded futures-macro v0.3.31 |
| 337 | 2026-03-12T00:02:56.424Z | Downloaded inout v0.1.3 |
| 338 | 2026-03-12T00:02:56.427Z | Downloaded ident_case v1.0.1 |
| 339 | 2026-03-12T00:02:56.430Z | Downloaded fastrand v2.3.0 |
| 340 | 2026-03-12T00:02:56.430Z | Downloaded idna_adapter v1.2.0 |
| 341 | 2026-03-12T00:02:56.433Z | Downloaded generic-array v0.14.7 |
| 342 | 2026-03-12T00:02:56.435Z | Downloaded crossbeam-deque v0.8.5 |
| 343 | 2026-03-12T00:02:56.438Z | Downloaded fs_extra v1.3.0 |
| 344 | 2026-03-12T00:02:56.441Z | Downloaded cipher v0.4.4 |
| 345 | 2026-03-12T00:02:56.444Z | Downloaded daft-derive v0.1.5 |
| 346 | 2026-03-12T00:02:56.447Z | Downloaded match_cfg v0.1.0 |
| 347 | 2026-03-12T00:02:56.450Z | Downloaded itoa v1.0.11 |
| 348 | 2026-03-12T00:02:56.453Z | Downloaded dof v0.3.0 |
| 349 | 2026-03-12T00:02:56.456Z | Downloaded macaddr v1.0.1 |
| 350 | 2026-03-12T00:02:56.459Z | Downloaded is-terminal v0.4.12 |
| 351 | 2026-03-12T00:02:56.459Z | Downloaded ctr v0.9.2 |
| 352 | 2026-03-12T00:02:56.463Z | Downloaded lazy_static v1.5.0 |
| 353 | 2026-03-12T00:02:56.466Z | Downloaded managed v0.8.0 |
| 354 | 2026-03-12T00:02:56.470Z | Downloaded hyper-tls v0.6.0 |
| 355 | 2026-03-12T00:02:56.470Z | Downloaded lru-cache v0.1.2 |
| 356 | 2026-03-12T00:02:56.473Z | Downloaded cancel-safe-futures v0.1.5 |
| 357 | 2026-03-12T00:02:56.476Z | Downloaded memmap v0.7.0 |
| 358 | 2026-03-12T00:02:56.479Z | Downloaded linked-hash-map v0.5.6 |
| 359 | 2026-03-12T00:02:56.482Z | Downloaded backoff v0.4.0 |
| 360 | 2026-03-12T00:02:56.485Z | Downloaded mime v0.3.17 |
| 361 | 2026-03-12T00:02:56.485Z | Downloaded autocfg v1.3.0 |
| 362 | 2026-03-12T00:02:56.488Z | Downloaded const_format_proc_macros v0.2.34 |
| 363 | 2026-03-12T00:02:56.491Z | Downloaded derive_builder_core v0.20.2 |
| 364 | 2026-03-12T00:02:56.494Z | Downloaded newtype_derive v0.1.6 |
| 365 | 2026-03-12T00:02:56.496Z | Downloaded icu_provider_macros v1.5.0 |
| 366 | 2026-03-12T00:02:56.499Z | Downloaded cexpr v0.6.0 |
| 367 | 2026-03-12T00:02:56.502Z | Downloaded erased-serde v0.3.31 |
| 368 | 2026-03-12T00:02:56.505Z | Downloaded fatfs v0.3.6 |
| 369 | 2026-03-12T00:02:56.508Z | Downloaded newtype-uuid-macros v0.1.0 |
| 370 | 2026-03-12T00:02:56.511Z | Downloaded num-iter v0.1.45 |
| 371 | 2026-03-12T00:02:56.511Z | Downloaded opaque-debug v0.3.1 |
| 372 | 2026-03-12T00:02:56.514Z | Downloaded openssl-macros v0.1.1 |
| 373 | 2026-03-12T00:02:56.517Z | Downloaded icu_locid_transform v1.5.0 |
| 374 | 2026-03-12T00:02:56.519Z | Downloaded is_terminal_polyfill v1.70.0 |
| 375 | 2026-03-12T00:02:56.519Z | Downloaded jobserver v0.1.31 |
| 376 | 2026-03-12T00:02:56.522Z | Downloaded omicron-workspace-hack v0.1.0 |
| 377 | 2026-03-12T00:02:56.525Z | Downloaded libloading v0.7.4 |
| 378 | 2026-03-12T00:02:56.528Z | Downloaded futures-sink v0.3.31 |
| 379 | 2026-03-12T00:02:56.530Z | Downloaded linear-map v1.2.0 |
| 380 | 2026-03-12T00:02:56.533Z | Downloaded either v1.15.0 |
| 381 | 2026-03-12T00:02:56.533Z | Downloaded defmt v0.3.8 |
| 382 | 2026-03-12T00:02:56.537Z | Downloaded openssl-probe v0.1.5 |
| 383 | 2026-03-12T00:02:56.539Z | Downloaded num_enum_derive v0.5.11 |
| 384 | 2026-03-12T00:02:56.542Z | Downloaded lock_api v0.4.12 |
| 385 | 2026-03-12T00:02:56.545Z | Downloaded parse-display v0.10.0 |
| 386 | 2026-03-12T00:02:56.545Z | Downloaded darling v0.20.11 |
| 387 | 2026-03-12T00:02:56.549Z | Downloaded libsw-core v0.3.2 |
| 388 | 2026-03-12T00:02:56.552Z | Downloaded native-tls v0.2.11 |
| 389 | 2026-03-12T00:02:56.555Z | Downloaded percent-encoding v2.3.2 |
| 390 | 2026-03-12T00:02:56.558Z | Downloaded libsw v3.5.0 |
| 391 | 2026-03-12T00:02:56.561Z | Downloaded clang-sys v1.8.1 |
| 392 | 2026-03-12T00:02:56.564Z | Downloaded highway v1.3.0 |
| 393 | 2026-03-12T00:02:56.567Z | Downloaded plain v0.2.3 |
| 394 | 2026-03-12T00:02:56.567Z | Downloaded num-integer v0.1.46 |
| 395 | 2026-03-12T00:02:56.570Z | Downloaded getrandom v0.2.14 |
| 396 | 2026-03-12T00:02:56.572Z | Downloaded pretty-hex v0.4.1 |
| 397 | 2026-03-12T00:02:56.575Z | Downloaded num-complex v0.4.6 |
| 398 | 2026-03-12T00:02:56.578Z | Downloaded num-rational v0.4.2 |
| 399 | 2026-03-12T00:02:56.578Z | Downloaded progenitor-client v0.10.0 |
| 400 | 2026-03-12T00:02:56.581Z | Downloaded progenitor-macro v0.11.1 |
| 401 | 2026-03-12T00:02:56.584Z | Downloaded progenitor-macro v0.10.0 |
| 402 | 2026-03-12T00:02:56.584Z | Downloaded proc-macro-crate v1.3.1 |
| 403 | 2026-03-12T00:02:56.587Z | Downloaded rand_chacha v0.3.1 |
| 404 | 2026-03-12T00:02:56.590Z | Downloaded num_enum_derive v0.7.4 |
| 405 | 2026-03-12T00:02:56.590Z | Downloaded httparse v1.10.1 |
| 406 | 2026-03-12T00:02:56.594Z | Downloaded proc-macro-error-attr v1.0.4 |
| 407 | 2026-03-12T00:02:56.597Z | Downloaded hyper-rustls v0.27.3 |
| 408 | 2026-03-12T00:02:56.600Z | Downloaded pin-utils v0.1.0 |
| 409 | 2026-03-12T00:02:56.600Z | Downloaded num_enum v0.7.4 |
| 410 | 2026-03-12T00:02:56.604Z | Downloaded libloading v0.8.9 |
| 411 | 2026-03-12T00:02:56.606Z | Downloaded pem v3.0.5 |
| 412 | 2026-03-12T00:02:56.609Z | Downloaded rand_xorshift v0.3.0 |
| 413 | 2026-03-12T00:02:56.612Z | Downloaded quick-error v1.2.3 |
| 414 | 2026-03-12T00:02:56.615Z | Downloaded clap_derive v4.5.4 |
| 415 | 2026-03-12T00:02:56.615Z | Downloaded clap v4.5.4 |
| 416 | 2026-03-12T00:02:56.622Z | Downloaded oxide-tokio-rt v0.1.2 |
| 417 | 2026-03-12T00:02:56.626Z | Downloaded radium v0.7.0 |
| 418 | 2026-03-12T00:02:56.629Z | Downloaded phf_shared v0.12.1 |
| 419 | 2026-03-12T00:02:56.629Z | Downloaded rustc_version v0.1.7 |
| 420 | 2026-03-12T00:02:56.632Z | Downloaded bytes v1.10.1 |
| 421 | 2026-03-12T00:02:56.634Z | Downloaded parse-display-derive v0.10.0 |
| 422 | 2026-03-12T00:02:56.637Z | Downloaded paste v1.0.15 |
| 423 | 2026-03-12T00:02:56.640Z | Downloaded rustc-hash v2.1.1 |
| 424 | 2026-03-12T00:02:56.643Z | Downloaded rustc_version v0.4.1 |
| 425 | 2026-03-12T00:02:56.643Z | Downloaded pest_generator v2.8.4 |
| 426 | 2026-03-12T00:02:56.646Z | Downloaded pin-project-internal v1.1.10 |
| 427 | 2026-03-12T00:02:56.648Z | Downloaded ppv-lite86 v0.2.17 |
| 428 | 2026-03-12T00:02:56.651Z | Downloaded ref-cast v1.0.25 |
| 429 | 2026-03-12T00:02:56.654Z | Downloaded ref-cast-impl v1.0.25 |
| 430 | 2026-03-12T00:02:56.654Z | Downloaded pretty-hex v0.2.1 |
| 431 | 2026-03-12T00:02:56.657Z | Downloaded dof v0.1.5 |
| 432 | 2026-03-12T00:02:56.657Z | Downloaded scroll_derive v0.12.0 |
| 433 | 2026-03-12T00:02:56.660Z | Downloaded semver v0.1.20 |
| 434 | 2026-03-12T00:02:56.663Z | Downloaded same-file v1.0.6 |
| 435 | 2026-03-12T00:02:56.663Z | Downloaded ingot-macros v0.1.1 |
| 436 | 2026-03-12T00:02:56.665Z | Downloaded dropshot_endpoint v0.16.6 |
| 437 | 2026-03-12T00:02:56.668Z | Downloaded pkg-config v0.3.30 |
| 438 | 2026-03-12T00:02:56.671Z | Downloaded icu_normalizer_data v1.5.0 |
| 439 | 2026-03-12T00:02:56.674Z | Downloaded password-hash v0.5.0 |
| 440 | 2026-03-12T00:02:56.674Z | Downloaded once_cell v1.21.3 |
| 441 | 2026-03-12T00:02:56.677Z | Downloaded rand_core v0.6.4 |
| 442 | 2026-03-12T00:02:56.680Z | Downloaded multer v3.1.0 |
| 443 | 2026-03-12T00:02:56.683Z | Downloaded icu_provider v1.5.0 |
| 444 | 2026-03-12T00:02:56.685Z | Downloaded progenitor-client v0.11.1 |
| 445 | 2026-03-12T00:02:56.688Z | Downloaded progenitor v0.10.0 |
| 446 | 2026-03-12T00:02:56.688Z | Downloaded progenitor v0.11.1 |
| 447 | 2026-03-12T00:02:56.691Z | Downloaded scroll_derive v0.13.1 |
| 448 | 2026-03-12T00:02:56.694Z | Downloaded serde_arrays v0.1.0 |
| 449 | 2026-03-12T00:02:56.694Z | Downloaded serde_urlencoded v0.7.1 |
| 450 | 2026-03-12T00:02:56.698Z | Downloaded serde_repr v0.1.19 |
| 451 | 2026-03-12T00:02:56.698Z | Downloaded derive-where v1.6.0 |
| 452 | 2026-03-12T00:02:56.701Z | Downloaded serde-big-array v0.5.1 |
| 453 | 2026-03-12T00:02:56.705Z | Downloaded secrecy v0.10.3 |
| 454 | 2026-03-12T00:02:56.708Z | Downloaded owo-colors v4.2.3 |
| 455 | 2026-03-12T00:02:56.708Z | Downloaded quote v1.0.40 |
| 456 | 2026-03-12T00:02:56.710Z | Downloaded quinn-udp v0.5.5 |
| 457 | 2026-03-12T00:02:56.713Z | Downloaded darling_core v0.21.3 |
| 458 | 2026-03-12T00:02:56.717Z | Downloaded siphasher v1.0.1 |
| 459 | 2026-03-12T00:02:56.720Z | Downloaded sha1 v0.10.6 |
| 460 | 2026-03-12T00:02:56.723Z | Downloaded num-traits v0.2.19 |
| 461 | 2026-03-12T00:02:56.726Z | Downloaded rustls-pemfile v1.0.4 |
| 462 | 2026-03-12T00:02:56.726Z | Downloaded pest_derive v2.8.4 |
| 463 | 2026-03-12T00:02:56.729Z | Downloaded schemars_derive v0.8.22 |
| 464 | 2026-03-12T00:02:56.731Z | Downloaded rusty-fork v0.3.0 |
| 465 | 2026-03-12T00:02:56.734Z | Downloaded rustls-pemfile v2.2.0 |
| 466 | 2026-03-12T00:02:56.737Z | Downloaded ringbuffer v0.15.0 |
| 467 | 2026-03-12T00:02:56.737Z | Downloaded sigpipe v0.1.3 |
| 468 | 2026-03-12T00:02:56.740Z | Downloaded jiff-static v0.2.15 |
| 469 | 2026-03-12T00:02:56.743Z | Downloaded scroll v0.12.0 |
| 470 | 2026-03-12T00:02:56.743Z | Downloaded pin-project-lite v0.2.14 |
| 471 | 2026-03-12T00:02:56.747Z | Downloaded scroll v0.13.0 |
| 472 | 2026-03-12T00:02:56.750Z | Downloaded rustversion v1.0.22 |
| 473 | 2026-03-12T00:02:56.752Z | Downloaded papergrid v0.11.0 |
| 474 | 2026-03-12T00:02:56.755Z | Downloaded strum v0.26.3 |
| 475 | 2026-03-12T00:02:56.758Z | Downloaded const_format v0.2.35 |
| 476 | 2026-03-12T00:02:56.761Z | Downloaded passt v0.3.0 |
| 477 | 2026-03-12T00:02:56.764Z | Downloaded postcard v1.0.9 |
| 478 | 2026-03-12T00:02:56.767Z | Downloaded smawk v0.3.2 |
| 479 | 2026-03-12T00:02:56.767Z | Downloaded hickory-resolver v0.25.2 |
| 480 | 2026-03-12T00:02:56.771Z | Downloaded strum v0.27.2 |
| 481 | 2026-03-12T00:02:56.774Z | Downloaded sync_wrapper v1.0.1 |
| 482 | 2026-03-12T00:02:56.774Z | Downloaded supports-color v2.1.0 |
| 483 | 2026-03-12T00:02:56.777Z | Downloaded subtle v2.5.0 |
| 484 | 2026-03-12T00:02:56.777Z | Downloaded serde_path_to_error v0.1.20 |
| 485 | 2026-03-12T00:02:56.780Z | Downloaded structmeta-derive v0.3.0 |
| 486 | 2026-03-12T00:02:56.780Z | Downloaded pin-project v1.1.10 |
| 487 | 2026-03-12T00:02:56.789Z | Downloaded supports-color v3.0.2 |
| 488 | 2026-03-12T00:02:56.792Z | Downloaded sha2 v0.10.9 |
| 489 | 2026-03-12T00:02:56.795Z | Downloaded tap v1.0.1 |
| 490 | 2026-03-12T00:02:56.795Z | Downloaded tagptr v0.2.0 |
| 491 | 2026-03-12T00:02:56.798Z | Downloaded tabwriter v1.4.0 |
| 492 | 2026-03-12T00:02:56.798Z | Downloaded tabled_derive v0.7.0 |
| 493 | 2026-03-12T00:02:56.801Z | Downloaded termtree v0.5.1 |
| 494 | 2026-03-12T00:02:56.801Z | Downloaded terminal_size v0.3.0 |
| 495 | 2026-03-12T00:02:56.804Z | Downloaded slog-bunyan v2.5.0 |
| 496 | 2026-03-12T00:02:56.804Z | Downloaded terminal_size v0.4.3 |
| 497 | 2026-03-12T00:02:56.807Z | Downloaded thread_local v1.1.8 |
| 498 | 2026-03-12T00:02:56.808Z | Downloaded time-core v0.1.6 |
| 499 | 2026-03-12T00:02:56.811Z | Downloaded dropshot-api-manager v0.3.0 |
| 500 | 2026-03-12T00:02:56.814Z | Downloaded swrite v0.1.0 |
| 501 | 2026-03-12T00:02:56.814Z | Downloaded slog-dtrace v0.3.0 |
| 502 | 2026-03-12T00:02:56.817Z | Downloaded icu_collections v1.5.0 |
| 503 | 2026-03-12T00:02:56.820Z | Downloaded memchr v2.7.2 |
| 504 | 2026-03-12T00:02:56.824Z | Downloaded thread-id v5.0.0 |
| 505 | 2026-03-12T00:02:56.826Z | Downloaded thread-id v4.2.1 |
| 506 | 2026-03-12T00:02:56.826Z | Downloaded smf v0.2.3 |
| 507 | 2026-03-12T00:02:56.829Z | Downloaded thiserror-impl v1.0.64 |
| 508 | 2026-03-12T00:02:56.829Z | Downloaded snafu-derive v0.8.9 |
| 509 | 2026-03-12T00:02:56.832Z | Downloaded static_assertions v1.1.0 |
| 510 | 2026-03-12T00:02:56.832Z | Downloaded tinyvec_macros v0.1.1 |
| 511 | 2026-03-12T00:02:56.835Z | Downloaded h2 v0.4.6 |
| 512 | 2026-03-12T00:02:56.838Z | Downloaded slog-term v2.9.2 |
| 513 | 2026-03-12T00:02:56.841Z | Downloaded slog-json v2.6.1 |
| 514 | 2026-03-12T00:02:56.844Z | Downloaded strum_macros v0.26.4 |
| 515 | 2026-03-12T00:02:56.847Z | Downloaded slog-async v2.8.0 |
| 516 | 2026-03-12T00:02:56.847Z | Downloaded slab v0.4.9 |
| 517 | 2026-03-12T00:02:56.850Z | Downloaded signal-hook-registry v1.4.2 |
| 518 | 2026-03-12T00:02:56.850Z | Downloaded base64 v0.21.7 |
| 519 | 2026-03-12T00:02:56.853Z | Downloaded synstructure v0.12.6 |
| 520 | 2026-03-12T00:02:56.856Z | Downloaded pest_meta v2.8.4 |
| 521 | 2026-03-12T00:02:56.856Z | Downloaded shlex v1.3.0 |
| 522 | 2026-03-12T00:02:56.859Z | Downloaded serde_with_macros v3.15.0 |
| 523 | 2026-03-12T00:02:56.862Z | Downloaded ryu v1.0.18 |
| 524 | 2026-03-12T00:02:56.863Z | Downloaded serde_tokenstream v0.1.7 |
| 525 | 2026-03-12T00:02:56.865Z | Downloaded quinn v0.11.5 |
| 526 | 2026-03-12T00:02:56.868Z | Downloaded proc-macro2 v1.0.101 |
| 527 | 2026-03-12T00:02:56.871Z | Downloaded progenitor-impl v0.11.1 |
| 528 | 2026-03-12T00:02:56.874Z | Downloaded thiserror v1.0.64 |
| 529 | 2026-03-12T00:02:56.877Z | Downloaded try-lock v0.2.5 |
| 530 | 2026-03-12T00:02:56.880Z | Downloaded progenitor-impl v0.10.0 |
| 531 | 2026-03-12T00:02:56.880Z | Downloaded hyper-util v0.1.19 |
| 532 | 2026-03-12T00:02:56.884Z | Downloaded expectorate v1.2.0 |
| 533 | 2026-03-12T00:02:56.887Z | Downloaded time-macros v0.2.24 |
| 534 | 2026-03-12T00:02:56.890Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 535 | 2026-03-12T00:02:56.890Z | Downloaded take_mut v0.2.2 |
| 536 | 2026-03-12T00:02:56.894Z | Downloaded unicode-linebreak v0.1.5 |
| 537 | 2026-03-12T00:02:56.894Z | Downloaded untrusted v0.7.1 |
| 538 | 2026-03-12T00:02:56.894Z | Downloaded typify-macro v0.4.3 |
| 539 | 2026-03-12T00:02:56.897Z | Downloaded typeid v1.0.0 |
| 540 | 2026-03-12T00:02:56.897Z | Downloaded tower-service v0.3.3 |
| 541 | 2026-03-12T00:02:56.897Z | Downloaded cc v1.2.17 |
| 542 | 2026-03-12T00:02:56.901Z | Downloaded mio v1.0.2 |
| 543 | 2026-03-12T00:02:56.904Z | Downloaded http v1.4.0 |
| 544 | 2026-03-12T00:02:56.909Z | Downloaded synstructure v0.13.1 |
| 545 | 2026-03-12T00:02:56.912Z | Downloaded ron v0.8.1 |
| 546 | 2026-03-12T00:02:56.915Z | Downloaded usdt-attr-macro v0.6.0 |
| 547 | 2026-03-12T00:02:56.915Z | Downloaded rustls-pki-types v1.12.0 |
| 548 | 2026-03-12T00:02:56.918Z | Downloaded usdt-macro v0.3.5 |
| 549 | 2026-03-12T00:02:56.918Z | Downloaded utf16_iter v1.0.5 |
| 550 | 2026-03-12T00:02:56.921Z | Downloaded usdt-macro v0.6.0 |
| 551 | 2026-03-12T00:02:56.921Z | Downloaded usdt-macro v0.5.0 |
| 552 | 2026-03-12T00:02:56.921Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 553 | 2026-03-12T00:02:56.924Z | Downloaded thiserror-impl v2.0.17 |
| 554 | 2026-03-12T00:02:56.924Z | Downloaded thiserror v2.0.17 |
| 555 | 2026-03-12T00:02:56.928Z | Downloaded serde_derive v1.0.228 |
| 556 | 2026-03-12T00:02:56.931Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 557 | 2026-03-12T00:02:56.934Z | Downloaded utf8_iter v1.0.4 |
| 558 | 2026-03-12T00:02:56.934Z | Downloaded utf-8 v0.7.6 |
| 559 | 2026-03-12T00:02:56.936Z | Downloaded universal-hash v0.5.1 |
| 560 | 2026-03-12T00:02:56.936Z | Downloaded unarray v0.1.4 |
| 561 | 2026-03-12T00:02:56.939Z | Downloaded tinystr v0.7.6 |
| 562 | 2026-03-12T00:02:56.940Z | Downloaded tokio-macros v2.6.0 |
| 563 | 2026-03-12T00:02:56.942Z | Downloaded tempfile v3.23.0 |
| 564 | 2026-03-12T00:02:56.942Z | Downloaded utf8parse v0.2.1 |
| 565 | 2026-03-12T00:02:56.945Z | Downloaded wait-timeout v0.2.0 |
| 566 | 2026-03-12T00:02:56.945Z | Downloaded smallvec v1.13.2 |
| 567 | 2026-03-12T00:02:56.948Z | Downloaded similar v2.7.0 |
| 568 | 2026-03-12T00:02:56.952Z | Downloaded tokio-dtrace v0.1.1 |
| 569 | 2026-03-12T00:02:56.954Z | Downloaded proc-macro-error v1.0.4 |
| 570 | 2026-03-12T00:02:56.957Z | Downloaded prettyplease v0.2.37 |
| 571 | 2026-03-12T00:02:56.960Z | Downloaded want v0.3.1 |
| 572 | 2026-03-12T00:02:56.960Z | Downloaded which v4.4.2 |
| 573 | 2026-03-12T00:02:56.963Z | Downloaded unicode-xid v0.2.4 |
| 574 | 2026-03-12T00:02:56.963Z | Downloaded tokio-tungstenite v0.21.0 |
| 575 | 2026-03-12T00:02:56.966Z | Downloaded usdt v0.5.0 |
| 576 | 2026-03-12T00:02:56.966Z | Downloaded indexmap v2.12.1 |
| 577 | 2026-03-12T00:02:56.969Z | Downloaded socket2 v0.6.0 |
| 578 | 2026-03-12T00:02:56.972Z | Downloaded serde_core v1.0.228 |
| 579 | 2026-03-12T00:02:56.972Z | Downloaded usdt-attr-macro v0.3.5 |
| 580 | 2026-03-12T00:02:56.975Z | Downloaded usdt v0.3.5 |
| 581 | 2026-03-12T00:02:56.975Z | Downloaded toml v0.8.23 |
| 582 | 2026-03-12T00:02:56.978Z | Downloaded usdt-attr-macro v0.5.0 |
| 583 | 2026-03-12T00:02:56.978Z | Downloaded tokio-native-tls v0.3.1 |
| 584 | 2026-03-12T00:02:56.981Z | Downloaded tokio-rustls v0.25.0 |
| 585 | 2026-03-12T00:02:56.981Z | Downloaded openssl-sys v0.9.107 |
| 586 | 2026-03-12T00:02:56.984Z | Downloaded yoke-derive v0.7.5 |
| 587 | 2026-03-12T00:02:56.987Z | Downloaded usdt v0.6.0 |
| 588 | 2026-03-12T00:02:56.987Z | Downloaded untrusted v0.9.0 |
| 589 | 2026-03-12T00:02:56.989Z | Downloaded toml_write v0.1.2 |
| 590 | 2026-03-12T00:02:56.989Z | Downloaded waitgroup v0.1.2 |
| 591 | 2026-03-12T00:02:56.992Z | Downloaded write16 v1.0.0 |
| 592 | 2026-03-12T00:02:56.992Z | Downloaded hashbrown v0.16.1 |
| 593 | 2026-03-12T00:02:56.995Z | Downloaded xattr v1.3.1 |
| 594 | 2026-03-12T00:02:56.998Z | Downloaded serde_yaml v0.9.34+deprecated |
| 595 | 2026-03-12T00:02:57.001Z | Downloaded tracing-attributes v0.1.27 |
| 596 | 2026-03-12T00:02:57.004Z | Downloaded num-bigint v0.4.5 |
| 597 | 2026-03-12T00:02:57.007Z | Downloaded vergen-git2 v1.0.7 |
| 598 | 2026-03-12T00:02:57.007Z | Downloaded term v1.2.0 |
| 599 | 2026-03-12T00:02:57.009Z | Downloaded zone v0.3.1 |
| 600 | 2026-03-12T00:02:57.009Z | Downloaded walkdir v2.5.0 |
| 601 | 2026-03-12T00:02:57.012Z | Downloaded version_check v0.9.5 |
| 602 | 2026-03-12T00:02:57.012Z | Downloaded vergen-lib v0.1.6 |
| 603 | 2026-03-12T00:02:57.016Z | Downloaded minimal-lexical v0.2.1 |
| 604 | 2026-03-12T00:02:57.018Z | Downloaded tinyvec v1.6.0 |
| 605 | 2026-03-12T00:02:57.021Z | Downloaded tower-layer v0.3.3 |
| 606 | 2026-03-12T00:02:57.021Z | Downloaded toml_datetime v0.6.11 |
| 607 | 2026-03-12T00:02:57.021Z | Downloaded strum_macros v0.27.2 |
| 608 | 2026-03-12T00:02:57.024Z | Downloaded writeable v0.5.5 |
| 609 | 2026-03-12T00:02:57.024Z | Downloaded typenum v1.17.0 |
| 610 | 2026-03-12T00:02:57.027Z | Downloaded rand v0.9.2 |
| 611 | 2026-03-12T00:02:57.031Z | Downloaded zerofrom-derive v0.1.5 |
| 612 | 2026-03-12T00:02:57.031Z | Downloaded zerofrom v0.1.5 |
| 613 | 2026-03-12T00:02:57.034Z | Downloaded iri-string v0.7.8 |
| 614 | 2026-03-12T00:02:57.038Z | Downloaded usdt-impl v0.3.5 |
| 615 | 2026-03-12T00:02:57.038Z | Downloaded schemars v0.8.22 |
| 616 | 2026-03-12T00:02:57.046Z | Downloaded zone_cfg_derive v0.3.0 |
| 617 | 2026-03-12T00:02:57.049Z | Downloaded futures-util v0.3.31 |
| 618 | 2026-03-12T00:02:57.054Z | Downloaded zerovec-derive v0.10.3 |
| 619 | 2026-03-12T00:02:57.057Z | Downloaded zerocopy v0.3.2 |
| 620 | 2026-03-12T00:02:57.057Z | Downloaded zeroize v1.7.0 |
| 621 | 2026-03-12T00:02:57.060Z | Downloaded tar v0.4.40 |
| 622 | 2026-03-12T00:02:57.063Z | Downloaded tokio-stream v0.1.17 |
| 623 | 2026-03-12T00:02:57.066Z | Downloaded tokio-rustls v0.24.1 |
| 624 | 2026-03-12T00:02:57.066Z | Downloaded typify v0.4.3 |
| 625 | 2026-03-12T00:02:57.068Z | Downloaded iddqd v0.3.14 |
| 626 | 2026-03-12T00:02:57.072Z | Downloaded whoami v1.5.1 |
| 627 | 2026-03-12T00:02:57.075Z | Downloaded hyper v1.8.1 |
| 628 | 2026-03-12T00:02:57.079Z | Downloaded toml_edit v0.22.27 |
| 629 | 2026-03-12T00:02:57.082Z | Downloaded unsafe-libyaml v0.2.11 |
| 630 | 2026-03-12T00:02:57.085Z | Downloaded unicode-ident v1.0.18 |
| 631 | 2026-03-12T00:02:57.088Z | Downloaded textwrap v0.16.2 |
| 632 | 2026-03-12T00:02:57.090Z | Downloaded ucd-trie v0.1.6 |
| 633 | 2026-03-12T00:02:57.091Z | Downloaded yoke v0.7.5 |
| 634 | 2026-03-12T00:02:57.093Z | Downloaded test-strategy v0.4.3 |
| 635 | 2026-03-12T00:02:57.096Z | Downloaded twox-hash v2.1.0 |
| 636 | 2026-03-12T00:02:57.099Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 637 | 2026-03-12T00:02:57.099Z | Downloaded zerocopy-derive v0.7.34 |
| 638 | 2026-03-12T00:02:57.102Z | Downloaded uuid v1.19.0 |
| 639 | 2026-03-12T00:02:57.105Z | Downloaded tracing v0.1.40 |
| 640 | 2026-03-12T00:02:57.108Z | Downloaded tokio-rustls v0.26.0 |
| 641 | 2026-03-12T00:02:57.111Z | Downloaded itertools v0.13.0 |
| 642 | 2026-03-12T00:02:57.113Z | Downloaded nom v7.1.3 |
| 643 | 2026-03-12T00:02:57.117Z | Downloaded toml_edit v0.19.15 |
| 644 | 2026-03-12T00:02:57.129Z | Downloaded vergen v9.0.6 |
| 645 | 2026-03-12T00:02:57.132Z | Downloaded toml v0.9.10+spec-1.1.0 |
| 646 | 2026-03-12T00:02:57.135Z | Downloaded slog v2.8.2 |
| 647 | 2026-03-12T00:02:57.137Z | Downloaded toml v0.7.8 |
| 648 | 2026-03-12T00:02:57.140Z | Downloaded rand v0.8.5 |
| 649 | 2026-03-12T00:02:57.144Z | Downloaded tracing-core v0.1.32 |
| 650 | 2026-03-12T00:02:57.144Z | Downloaded qorb v0.4.1 |
| 651 | 2026-03-12T00:02:57.147Z | Downloaded aho-corasick v1.1.3 |
| 652 | 2026-03-12T00:02:57.150Z | Downloaded url v2.5.4 |
| 653 | 2026-03-12T00:02:57.153Z | Downloaded goblin v0.10.4 |
| 654 | 2026-03-12T00:02:57.158Z | Downloaded git2 v0.20.2 |
| 655 | 2026-03-12T00:02:57.164Z | Downloaded steno v0.4.1 |
| 656 | 2026-03-12T00:02:57.167Z | Downloaded idna v1.0.3 |
| 657 | 2026-03-12T00:02:57.169Z | Downloaded itertools v0.14.0 |
| 658 | 2026-03-12T00:02:57.174Z | Downloaded snafu v0.8.9 |
| 659 | 2026-03-12T00:02:57.179Z | Downloaded itertools v0.12.1 |
| 660 | 2026-03-12T00:02:57.184Z | Downloaded libm v0.2.8 |
| 661 | 2026-03-12T00:02:57.189Z | Downloaded tungstenite v0.21.0 |
| 662 | 2026-03-12T00:02:57.192Z | Downloaded regex v1.11.3 |
| 663 | 2026-03-12T00:02:57.196Z | Downloaded serde v1.0.228 |
| 664 | 2026-03-12T00:02:57.199Z | Downloaded rayon-core v1.12.1 |
| 665 | 2026-03-12T00:02:57.202Z | Downloaded reqwest v0.12.23 |
| 666 | 2026-03-12T00:02:57.206Z | Downloaded tower v0.5.2 |
| 667 | 2026-03-12T00:02:57.212Z | Downloaded zerocopy-derive v0.8.27 |
| 668 | 2026-03-12T00:02:57.217Z | Downloaded wyz v0.5.1 |
| 669 | 2026-03-12T00:02:57.220Z | Downloaded bindgen v0.69.5 |
| 670 | 2026-03-12T00:02:57.223Z | Downloaded rayon v1.10.0 |
| 671 | 2026-03-12T00:02:57.229Z | Downloaded serde_json v1.0.145 |
| 672 | 2026-03-12T00:02:57.234Z | Downloaded portable-atomic v1.11.1 |
| 673 | 2026-03-12T00:02:57.239Z | Downloaded pest v2.8.4 |
| 674 | 2026-03-12T00:02:57.242Z | Downloaded usdt-impl v0.6.0 |
| 675 | 2026-03-12T00:02:57.245Z | Downloaded tokio-util v0.7.16 |
| 676 | 2026-03-12T00:02:57.248Z | Downloaded clap_builder v4.5.2 |
| 677 | 2026-03-12T00:02:57.253Z | Downloaded tower-http v0.6.6 |
| 678 | 2026-03-12T00:02:57.258Z | Downloaded usdt-impl v0.5.0 |
| 679 | 2026-03-12T00:02:57.261Z | Downloaded spin v0.9.8 |
| 680 | 2026-03-12T00:02:57.261Z | Downloaded socket2 v0.5.10 |
| 681 | 2026-03-12T00:02:57.264Z | Downloaded hashbrown v0.15.2 |
| 682 | 2026-03-12T00:02:57.267Z | Downloaded goblin v0.8.2 |
| 683 | 2026-03-12T00:02:57.270Z | Downloaded serde_derive_internals v0.29.1 |
| 684 | 2026-03-12T00:02:57.273Z | Downloaded rand_core v0.9.3 |
| 685 | 2026-03-12T00:02:57.273Z | Downloaded tough v0.20.0 |
| 686 | 2026-03-12T00:02:57.279Z | Downloaded serde_with v3.15.0 |
| 687 | 2026-03-12T00:02:57.287Z | Downloaded zerovec v0.10.4 |
| 688 | 2026-03-12T00:02:57.291Z | Downloaded structmeta v0.3.0 |
| 689 | 2026-03-12T00:02:57.295Z | Downloaded strsim v0.11.1 |
| 690 | 2026-03-12T00:02:57.295Z | Downloaded serde_tokenstream v0.2.2 |
| 691 | 2026-03-12T00:02:57.295Z | Downloaded semver v1.0.27 |
| 692 | 2026-03-12T00:02:57.299Z | Downloaded num_enum v0.5.11 |
| 693 | 2026-03-12T00:02:57.303Z | Downloaded sct v0.7.1 |
| 694 | 2026-03-12T00:02:57.303Z | Downloaded rustls-webpki v0.102.4 |
| 695 | 2026-03-12T00:02:57.315Z | Downloaded winnow v0.5.40 |
| 696 | 2026-03-12T00:02:57.321Z | Downloaded crossbeam-channel v0.5.15 |
| 697 | 2026-03-12T00:02:57.324Z | Downloaded stable_deref_trait v1.2.0 |
| 698 | 2026-03-12T00:02:57.327Z | Downloaded serde_spanned v1.0.4 |
| 699 | 2026-03-12T00:02:57.327Z | Downloaded serde_spanned v0.6.9 |
| 700 | 2026-03-12T00:02:57.327Z | Downloaded serde_plain v1.0.2 |
| 701 | 2026-03-12T00:02:57.330Z | Downloaded rand_chacha v0.9.0 |
| 702 | 2026-03-12T00:02:57.330Z | Downloaded rustc-hash v1.1.0 |
| 703 | 2026-03-12T00:02:57.330Z | Downloaded bitvec v1.0.1 |
| 704 | 2026-03-12T00:02:57.339Z | Downloaded tabled v0.15.0 |
| 705 | 2026-03-12T00:02:57.351Z | Downloaded aws-lc-rs v1.13.3 |
| 706 | 2026-03-12T00:02:57.357Z | Downloaded winnow v0.7.13 |
| 707 | 2026-03-12T00:02:57.364Z | Downloaded zerocopy v0.7.34 |
| 708 | 2026-03-12T00:02:57.375Z | Downloaded openssl v0.10.72 |
| 709 | 2026-03-12T00:02:57.382Z | Downloaded unicode-segmentation v1.11.0 |
| 710 | 2026-03-12T00:02:57.385Z | Downloaded typed-path v0.9.3 |
| 711 | 2026-03-12T00:02:57.388Z | Downloaded rustls-webpki v0.101.7 |
| 712 | 2026-03-12T00:02:57.399Z | Downloaded unicode-normalization v0.1.24 |
| 713 | 2026-03-12T00:02:57.402Z | Downloaded icu_properties_data v1.5.0 |
| 714 | 2026-03-12T00:02:57.409Z | Downloaded quinn-proto v0.11.8 |
| 715 | 2026-03-12T00:02:57.413Z | Downloaded proptest v1.5.0 |
| 716 | 2026-03-12T00:02:57.419Z | Downloaded zerocopy v0.8.27 |
| 717 | 2026-03-12T00:02:57.437Z | Downloaded unicode-width v0.2.1 |
| 718 | 2026-03-12T00:02:57.440Z | Downloaded hickory-proto v0.24.4 |
| 719 | 2026-03-12T00:02:57.452Z | Downloaded webpki-roots v1.0.3 |
| 720 | 2026-03-12T00:02:57.456Z | Downloaded openapiv3 v2.2.0 |
| 721 | 2026-03-12T00:02:57.460Z | Downloaded dropshot v0.16.6 |
| 722 | 2026-03-12T00:02:57.492Z | Downloaded rustix v0.38.34 |
| 723 | 2026-03-12T00:02:57.492Z | Downloaded moka v0.12.10 |
| 724 | 2026-03-12T00:02:57.498Z | Downloaded hickory-proto v0.25.2 |
| 725 | 2026-03-12T00:02:57.509Z | Downloaded rustix v1.1.2 |
| 726 | 2026-03-12T00:02:57.525Z | Downloaded regress v0.10.4 |
| 727 | 2026-03-12T00:02:57.531Z | Downloaded regex-syntax v0.8.5 |
| 728 | 2026-03-12T00:02:57.537Z | Downloaded smoltcp v0.11.0 |
| 729 | 2026-03-12T00:02:57.545Z | Downloaded chrono v0.4.42 |
| 730 | 2026-03-12T00:02:57.549Z | Downloaded time v0.3.44 |
| 731 | 2026-03-12T00:02:57.555Z | Downloaded resolv-conf v0.7.0 |
| 732 | 2026-03-12T00:02:57.558Z | Downloaded scopeguard v1.2.0 |
| 733 | 2026-03-12T00:02:57.558Z | Downloaded heapless v0.8.0 |
| 734 | 2026-03-12T00:02:57.562Z | Downloaded icu_properties v1.5.1 |
| 735 | 2026-03-12T00:02:57.562Z | Downloaded parking_lot v0.12.2 |
| 736 | 2026-03-12T00:02:57.565Z | Downloaded phf v0.12.1 |
| 737 | 2026-03-12T00:02:57.565Z | Downloaded polyval v0.6.2 |
| 738 | 2026-03-12T00:02:57.568Z | Downloaded parking_lot_core v0.9.10 |
| 739 | 2026-03-12T00:02:57.568Z | Downloaded oxnet v0.1.3 |
| 740 | 2026-03-12T00:02:57.570Z | Downloaded base64 v0.22.1 |
| 741 | 2026-03-12T00:02:57.573Z | Downloaded litemap v0.7.4 |
| 742 | 2026-03-12T00:02:57.573Z | Downloaded derive_more v0.99.20 |
| 743 | 2026-03-12T00:02:57.576Z | Downloaded icu_normalizer v1.5.0 |
| 744 | 2026-03-12T00:02:57.579Z | Downloaded icu_locid v1.5.0 |
| 745 | 2026-03-12T00:02:57.582Z | Downloaded log v0.4.27 |
| 746 | 2026-03-12T00:02:57.585Z | Downloaded memmap2 v0.9.9 |
| 747 | 2026-03-12T00:02:57.585Z | Downloaded powerfmt v0.2.0 |
| 748 | 2026-03-12T00:02:57.585Z | Downloaded console v0.15.8 |
| 749 | 2026-03-12T00:02:57.588Z | Downloaded async-trait v0.1.89 |
| 750 | 2026-03-12T00:02:57.591Z | Downloaded webpki-roots v0.26.3 |
| 751 | 2026-03-12T00:02:57.594Z | Downloaded vcpkg v0.2.15 |
| 752 | 2026-03-12T00:02:57.620Z | Downloaded rustls v0.21.12 |
| 753 | 2026-03-12T00:02:57.627Z | Downloaded syn v2.0.111 |
| 754 | 2026-03-12T00:02:57.635Z | Downloaded bstr v1.9.1 |
| 755 | 2026-03-12T00:02:57.641Z | Downloaded nix v0.29.0 |
| 756 | 2026-03-12T00:02:57.649Z | Downloaded unicode-width v0.1.14 |
| 757 | 2026-03-12T00:02:57.653Z | Downloaded rustls v0.22.4 |
| 758 | 2026-03-12T00:02:57.661Z | Downloaded nix v0.28.0 |
| 759 | 2026-03-12T00:02:57.668Z | Downloaded syn v1.0.109 |
| 760 | 2026-03-12T00:02:57.675Z | Downloaded regex-automata v0.4.11 |
| 761 | 2026-03-12T00:02:57.686Z | Downloaded darling v0.21.3 |
| 762 | 2026-03-12T00:02:57.690Z | Downloaded newtype-uuid v1.3.1 |
| 763 | 2026-03-12T00:02:57.693Z | Downloaded defmt-macros v0.3.9 |
| 764 | 2026-03-12T00:02:57.693Z | Downloaded icu_locid_transform_data v1.5.0 |
| 765 | 2026-03-12T00:02:57.696Z | Downloaded base64ct v1.6.0 |
| 766 | 2026-03-12T00:02:57.696Z | Downloaded ascii v1.1.0 |
| 767 | 2026-03-12T00:02:57.699Z | Downloaded colored v3.0.0 |
| 768 | 2026-03-12T00:02:57.702Z | Downloaded anyhow v1.0.100 |
| 769 | 2026-03-12T00:02:57.702Z | Downloaded ipnetwork v0.21.1 |
| 770 | 2026-03-12T00:02:57.705Z | Downloaded ipnet v2.9.0 |
| 771 | 2026-03-12T00:02:57.705Z | Downloaded ingot v0.1.1 |
| 772 | 2026-03-12T00:02:57.708Z | Downloaded escargot v0.5.10 |
| 773 | 2026-03-12T00:02:57.708Z | Downloaded displaydoc v0.2.5 |
| 774 | 2026-03-12T00:02:57.710Z | Downloaded ingot-types v0.1.2 |
| 775 | 2026-03-12T00:02:57.710Z | Downloaded crossbeam-utils v0.8.19 |
| 776 | 2026-03-12T00:02:57.713Z | Downloaded crossbeam-epoch v0.9.18 |
| 777 | 2026-03-12T00:02:57.713Z | Downloaded cookie v0.18.1 |
| 778 | 2026-03-12T00:02:57.716Z | Downloaded olpc-cjson v0.1.4 |
| 779 | 2026-03-12T00:02:57.716Z | Downloaded num_threads v0.1.7 |
| 780 | 2026-03-12T00:02:57.716Z | Downloaded num-derive v0.4.2 |
| 781 | 2026-03-12T00:02:57.720Z | Downloaded num-conv v0.1.0 |
| 782 | 2026-03-12T00:02:57.720Z | Downloaded num v0.4.3 |
| 783 | 2026-03-12T00:02:57.720Z | Downloaded futures-channel v0.3.31 |
| 784 | 2026-03-12T00:02:57.720Z | Downloaded newline-converter v0.3.0 |
| 785 | 2026-03-12T00:02:57.723Z | Downloaded deranged v0.5.3 |
| 786 | 2026-03-12T00:02:57.724Z | Downloaded daft v0.1.5 |
| 787 | 2026-03-12T00:02:57.724Z | Downloaded lazycell v1.3.0 |
| 788 | 2026-03-12T00:02:57.724Z | Downloaded kstat-rs v0.2.4 |
| 789 | 2026-03-12T00:02:57.727Z | Downloaded fixedbitset v0.4.2 |
| 790 | 2026-03-12T00:02:57.727Z | Downloaded rustls v0.23.10 |
| 791 | 2026-03-12T00:02:57.735Z | Downloaded bcs v0.1.6 |
| 792 | 2026-03-12T00:02:57.738Z | Downloaded cmake v0.1.54 |
| 793 | 2026-03-12T00:02:57.738Z | Downloaded critical-section v1.2.0 |
| 794 | 2026-03-12T00:02:57.741Z | Downloaded indent_write v2.2.0 |
| 795 | 2026-03-12T00:02:57.741Z | Downloaded futures-io v0.3.31 |
| 796 | 2026-03-12T00:02:57.741Z | Downloaded is_ci v1.2.0 |
| 797 | 2026-03-12T00:02:57.741Z | Downloaded instant v0.1.12 |
| 798 | 2026-03-12T00:02:57.744Z | Downloaded foreign-types-shared v0.1.1 |
| 799 | 2026-03-12T00:02:57.744Z | Downloaded argon2 v0.5.3 |
| 800 | 2026-03-12T00:02:57.744Z | Downloaded drift v0.1.2 |
| 801 | 2026-03-12T00:02:57.747Z | Downloaded csv-core v0.1.12 |
| 802 | 2026-03-12T00:02:57.749Z | Downloaded camino-tempfile v1.4.1 |
| 803 | 2026-03-12T00:02:57.749Z | Downloaded cpufeatures v0.2.12 |
| 804 | 2026-03-12T00:02:57.749Z | Downloaded cargo_metadata v0.18.1 |
| 805 | 2026-03-12T00:02:57.752Z | Downloaded bytecount v0.6.9 |
| 806 | 2026-03-12T00:02:57.752Z | Downloaded clap_lex v0.7.0 |
| 807 | 2026-03-12T00:02:57.755Z | Downloaded dtrace-parser v0.1.14 |
| 808 | 2026-03-12T00:02:57.755Z | Downloaded cfg-if v1.0.0 |
| 809 | 2026-03-12T00:02:57.755Z | Downloaded enum-as-inner v0.6.0 |
| 810 | 2026-03-12T00:02:57.755Z | Downloaded dunce v1.0.5 |
| 811 | 2026-03-12T00:02:57.759Z | Downloaded dtrace-parser v0.3.0 |
| 812 | 2026-03-12T00:02:57.759Z | Downloaded derive-ex v0.1.8 |
| 813 | 2026-03-12T00:02:57.759Z | Downloaded heck v0.5.0 |
| 814 | 2026-03-12T00:02:57.759Z | Downloaded futures-core v0.3.31 |
| 815 | 2026-03-12T00:02:57.762Z | Downloaded equivalent v1.0.2 |
| 816 | 2026-03-12T00:02:57.762Z | Downloaded atomicwrites v0.4.4 |
| 817 | 2026-03-12T00:02:57.762Z | Downloaded futures-task v0.3.31 |
| 818 | 2026-03-12T00:02:57.762Z | Downloaded fs-err v3.1.2 |
| 819 | 2026-03-12T00:02:57.765Z | Downloaded foldhash v0.1.5 |
| 820 | 2026-03-12T00:02:57.765Z | Downloaded fixedbitset v0.5.7 |
| 821 | 2026-03-12T00:02:57.765Z | Downloaded errno v0.3.14 |
| 822 | 2026-03-12T00:02:57.768Z | Downloaded async-stream v0.3.6 |
| 823 | 2026-03-12T00:02:57.768Z | Downloaded getrandom v0.3.2 |
| 824 | 2026-03-12T00:02:57.771Z | Downloaded async-recursion v1.1.1 |
| 825 | 2026-03-12T00:02:57.774Z | Downloaded ctrlc v3.4.4 |
| 826 | 2026-03-12T00:02:57.774Z | Downloaded hash32 v0.3.1 |
| 827 | 2026-03-12T00:02:57.774Z | Downloaded foldhash v0.2.0 |
| 828 | 2026-03-12T00:02:57.777Z | Downloaded float-ord v0.3.2 |
| 829 | 2026-03-12T00:02:57.777Z | Downloaded erased-serde v0.4.5 |
| 830 | 2026-03-12T00:02:57.777Z | Downloaded convert_case v0.4.0 |
| 831 | 2026-03-12T00:02:57.777Z | Downloaded digest v0.10.7 |
| 832 | 2026-03-12T00:02:57.780Z | Downloaded camino v1.2.2 |
| 833 | 2026-03-12T00:02:57.780Z | Downloaded blake2 v0.10.6 |
| 834 | 2026-03-12T00:02:57.783Z | Downloaded bitflags v2.9.4 |
| 835 | 2026-03-12T00:02:57.786Z | Downloaded bitflags v1.3.2 |
| 836 | 2026-03-12T00:02:57.789Z | Downloaded gethostname v0.5.0 |
| 837 | 2026-03-12T00:02:57.789Z | Downloaded foreign-types v0.3.2 |
| 838 | 2026-03-12T00:02:57.789Z | Downloaded anstream v0.6.14 |
| 839 | 2026-03-12T00:02:57.792Z | Downloaded bitstruct_derive v0.1.0 |
| 840 | 2026-03-12T00:02:57.792Z | Downloaded bit_field v0.10.2 |
| 841 | 2026-03-12T00:02:57.792Z | Downloaded aes v0.8.4 |
| 842 | 2026-03-12T00:02:57.796Z | Downloaded form_urlencoded v1.2.2 |
| 843 | 2026-03-12T00:02:57.796Z | Downloaded dof v0.4.0 |
| 844 | 2026-03-12T00:02:57.796Z | Downloaded darling_core v0.20.11 |
| 845 | 2026-03-12T00:02:57.798Z | Downloaded foreign-types-macros v0.2.3 |
| 846 | 2026-03-12T00:02:57.798Z | Downloaded encoding_rs v0.8.34 |
| 847 | 2026-03-12T00:02:57.813Z | Downloaded derive_builder v0.20.2 |
| 848 | 2026-03-12T00:02:57.817Z | Downloaded typify-impl v0.4.3 |
| 849 | 2026-03-12T00:02:57.826Z | Downloaded anstyle-parse v0.2.4 |
| 850 | 2026-03-12T00:02:57.829Z | Downloaded anstyle v1.0.7 |
| 851 | 2026-03-12T00:02:57.829Z | Downloaded anstyle-query v1.0.3 |
| 852 | 2026-03-12T00:02:57.832Z | Downloaded async-stream-impl v0.3.6 |
| 853 | 2026-03-12T00:02:57.880Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 854 | 2026-03-12T00:02:57.920Z | Downloaded zerocopy-derive v0.2.0 |
| 855 | 2026-03-12T00:02:57.978Z | Downloaded jiff v0.2.15 |
| 856 | 2026-03-12T00:02:57.990Z | Downloaded petgraph v0.6.5 |
| 857 | 2026-03-12T00:02:58.003Z | Downloaded fakedata_generator v0.5.0 |
| 858 | 2026-03-12T00:02:58.044Z | Downloaded libc v0.2.176 |
| 859 | 2026-03-12T00:02:58.062Z | Downloaded chrono-tz v0.10.4 |
| 860 | 2026-03-12T00:02:58.072Z | Downloaded petgraph v0.8.3 |
| 861 | 2026-03-12T00:02:58.088Z | Downloaded csv v1.3.1 |
| 862 | 2026-03-12T00:02:58.101Z | Downloaded tokio v1.48.0 |
| 863 | 2026-03-12T00:02:58.245Z | Downloaded ring v0.17.14 |
| 864 | 2026-03-12T00:02:58.620Z | Downloaded libz-sys v1.1.16 |
| 865 | 2026-03-12T00:02:59.092Z | Downloaded aws-lc-sys v0.30.0 |
| 866 | 2026-03-12T00:02:59.478Z | Compiling proc-macro2 v1.0.101 |
| 867 | 2026-03-12T00:02:59.478Z | Compiling unicode-ident v1.0.18 |
| 868 | 2026-03-12T00:02:59.481Z | Compiling libc v0.2.176 |
| 869 | 2026-03-12T00:02:59.482Z | Compiling serde_core v1.0.228 |
| 870 | 2026-03-12T00:02:59.482Z | Compiling serde v1.0.228 |
| 871 | 2026-03-12T00:02:59.482Z | Compiling autocfg v1.3.0 |
| 872 | 2026-03-12T00:02:59.482Z | Checking cfg-if v1.0.0 |
| 873 | 2026-03-12T00:02:59.482Z | Compiling memchr v2.7.2 |
| 874 | 2026-03-12T00:02:59.815Z | Compiling serde_json v1.0.145 |
| 875 | 2026-03-12T00:03:00.267Z | Compiling libm v0.2.8 |
| 876 | 2026-03-12T00:03:00.404Z | Compiling version_check v0.9.5 |
| 877 | 2026-03-12T00:03:00.623Z | Compiling getrandom v0.3.2 |
| 878 | 2026-03-12T00:03:00.644Z | Checking itoa v1.0.11 |
| 879 | 2026-03-12T00:03:00.824Z | Checking smallvec v1.13.2 |
| 880 | 2026-03-12T00:03:00.983Z | Compiling shlex v1.3.0 |
| 881 | 2026-03-12T00:03:01.021Z | Compiling lock_api v0.4.12 |
| 882 | 2026-03-12T00:03:01.073Z | Compiling jobserver v0.1.31 |
| 883 | 2026-03-12T00:03:01.099Z | Compiling quote v1.0.40 |
| 884 | 2026-03-12T00:03:01.126Z | Compiling parking_lot_core v0.9.10 |
| 885 | 2026-03-12T00:03:01.221Z | Compiling ryu v1.0.18 |
| 886 | 2026-03-12T00:03:01.380Z | Compiling syn v2.0.111 |
| 887 | 2026-03-12T00:03:01.433Z | Compiling cc v1.2.17 |
| 888 | 2026-03-12T00:03:01.479Z | Checking stable_deref_trait v1.2.0 |
| 889 | 2026-03-12T00:03:01.521Z | Compiling rustversion v1.0.22 |
| 890 | 2026-03-12T00:03:01.542Z | Compiling slab v0.4.9 |
| 891 | 2026-03-12T00:03:01.594Z | Compiling log v0.4.27 |
| 892 | 2026-03-12T00:03:01.627Z | Compiling thiserror v2.0.17 |
| 893 | 2026-03-12T00:03:01.841Z | Compiling heck v0.5.0 |
| 894 | 2026-03-12T00:03:01.942Z | Checking litemap v0.7.4 |
| 895 | 2026-03-12T00:03:02.124Z | Compiling thiserror v1.0.64 |
| 896 | 2026-03-12T00:03:02.184Z | Checking writeable v0.5.5 |
| 897 | 2026-03-12T00:03:02.322Z | Compiling num-traits v0.2.19 |
| 898 | 2026-03-12T00:03:02.433Z | Checking pin-project-lite v0.2.14 |
| 899 | 2026-03-12T00:03:02.562Z | Checking getrandom v0.2.14 |
| 900 | 2026-03-12T00:03:02.786Z | Compiling regex-syntax v0.8.5 |
| 901 | 2026-03-12T00:03:02.807Z | Checking icu_locid_transform_data v1.5.0 |
| 902 | 2026-03-12T00:03:02.900Z | Checking percent-encoding v2.3.2 |
| 903 | 2026-03-12T00:03:03.092Z | Checking icu_properties_data v1.5.0 |
| 904 | 2026-03-12T00:03:03.114Z | Compiling aho-corasick v1.1.3 |
| 905 | 2026-03-12T00:03:03.261Z | Checking utf16_iter v1.0.5 |
| 906 | 2026-03-12T00:03:03.264Z | Checking icu_normalizer_data v1.5.0 |
| 907 | 2026-03-12T00:03:03.374Z | Checking utf8_iter v1.0.4 |
| 908 | 2026-03-12T00:03:03.410Z | Checking write16 v1.0.0 |
| 909 | 2026-03-12T00:03:03.478Z | Checking form_urlencoded v1.2.2 |
| 910 | 2026-03-12T00:03:03.573Z | Compiling bitflags v2.9.4 |
| 911 | 2026-03-12T00:03:03.594Z | Checking scopeguard v1.2.0 |
| 912 | 2026-03-12T00:03:03.855Z | Checking socket2 v0.6.0 |
| 913 | 2026-03-12T00:03:03.897Z | Compiling portable-atomic v1.11.1 |
| 914 | 2026-03-12T00:03:04.004Z | Checking parking_lot v0.12.2 |
| 915 | 2026-03-12T00:03:04.134Z | Compiling allocator-api2 v0.2.21 |
| 916 | 2026-03-12T00:03:04.155Z | Compiling ring v0.17.14 |
| 917 | 2026-03-12T00:03:04.191Z | Checking mio v1.0.2 |
| 918 | 2026-03-12T00:03:04.251Z | Checking signal-hook-registry v1.4.2 |
| 919 | 2026-03-12T00:03:04.455Z | Compiling equivalent v1.0.2 |
| 920 | 2026-03-12T00:03:04.578Z | Checking critical-section v1.2.0 |
| 921 | 2026-03-12T00:03:04.582Z | Compiling semver v1.0.27 |
| 922 | 2026-03-12T00:03:04.736Z | Checking iana-time-zone v0.1.64 |
| 923 | 2026-03-12T00:03:04.784Z | Checking futures-core v0.3.31 |
| 924 | 2026-03-12T00:03:04.879Z | Compiling regex-automata v0.4.11 |
| 925 | 2026-03-12T00:03:04.946Z | Compiling fnv v1.0.7 |
| 926 | 2026-03-12T00:03:05.036Z | Checking uuid v1.19.0 |
| 927 | 2026-03-12T00:03:05.074Z | Compiling errno v0.3.14 |
| 928 | 2026-03-12T00:03:05.164Z | Checking once_cell v1.21.3 |
| 929 | 2026-03-12T00:03:05.257Z | Compiling ucd-trie v0.1.6 |
| 930 | 2026-03-12T00:03:05.393Z | Compiling synstructure v0.13.1 |
| 931 | 2026-03-12T00:03:05.422Z | Compiling serde_derive_internals v0.29.1 |
| 932 | 2026-03-12T00:03:05.548Z | Compiling pest v2.8.4 |
| 933 | 2026-03-12T00:03:05.999Z | Compiling typenum v1.17.0 |
| 934 | 2026-03-12T00:03:06.076Z | Compiling hashbrown v0.16.1 |
| 935 | 2026-03-12T00:03:06.469Z | Compiling httparse v1.10.1 |
| 936 | 2026-03-12T00:03:06.679Z | Compiling generic-array v0.14.7 |
| 937 | 2026-03-12T00:03:06.944Z | Checking futures-sink v0.3.31 |
| 938 | 2026-03-12T00:03:06.965Z | Compiling schemars v0.8.22 |
| 939 | 2026-03-12T00:03:06.987Z | Checking dyn-clone v1.0.17 |
| 940 | 2026-03-12T00:03:07.075Z | Compiling pest_meta v2.8.4 |
| 941 | 2026-03-12T00:03:07.175Z | Compiling indexmap v2.12.1 |
| 942 | 2026-03-12T00:03:07.240Z | Compiling regex v1.11.3 |
| 943 | 2026-03-12T00:03:07.286Z | Compiling serde_derive v1.0.228 |
| 944 | 2026-03-12T00:03:07.313Z | Compiling zerofrom-derive v0.1.5 |
| 945 | 2026-03-12T00:03:07.728Z | Compiling yoke-derive v0.7.5 |
| 946 | 2026-03-12T00:03:07.786Z | Compiling zerovec-derive v0.10.3 |
| 947 | 2026-03-12T00:03:08.038Z | Compiling displaydoc v0.2.5 |
| 948 | 2026-03-12T00:03:08.571Z | Compiling icu_provider_macros v1.5.0 |
| 949 | 2026-03-12T00:03:08.991Z | Compiling tokio-macros v2.6.0 |
| 950 | 2026-03-12T00:03:09.016Z | Checking zerofrom v0.1.5 |
| 951 | 2026-03-12T00:03:09.038Z | Compiling schemars_derive v0.8.22 |
| 952 | 2026-03-12T00:03:09.061Z | Compiling thiserror-impl v2.0.17 |
| 953 | 2026-03-12T00:03:09.140Z | Compiling thiserror-impl v1.0.64 |
| 954 | 2026-03-12T00:03:09.164Z | Compiling futures-macro v0.3.31 |
| 955 | 2026-03-12T00:03:09.186Z | Checking yoke v0.7.5 |
| 956 | 2026-03-12T00:03:09.292Z | Compiling pest_generator v2.8.4 |
| 957 | 2026-03-12T00:03:09.425Z | Checking zerovec v0.10.4 |
| 958 | 2026-03-12T00:03:10.136Z | Compiling pest_derive v2.8.4 |
| 959 | 2026-03-12T00:03:10.255Z | Compiling either v1.15.0 |
| 960 | 2026-03-12T00:03:10.378Z | Checking tinystr v0.7.6 |
| 961 | 2026-03-12T00:03:10.536Z | Checking icu_collections v1.5.0 |
| 962 | 2026-03-12T00:03:10.648Z | Checking rand_core v0.6.4 |
| 963 | 2026-03-12T00:03:10.669Z | Checking icu_locid v1.5.0 |
| 964 | 2026-03-12T00:03:10.748Z | Compiling rustix v0.38.34 |
| 965 | 2026-03-12T00:03:10.776Z | Checking futures-channel v0.3.31 |
| 966 | 2026-03-12T00:03:10.830Z | Checking byteorder v1.5.0 |
| 967 | 2026-03-12T00:03:10.864Z | Checking pin-utils v0.1.0 |
| 968 | 2026-03-12T00:03:10.954Z | Checking futures-io v0.3.31 |
| 969 | 2026-03-12T00:03:10.976Z | Compiling prettyplease v0.2.37 |
| 970 | 2026-03-12T00:03:11.101Z | Compiling lazy_static v1.5.0 |
| 971 | 2026-03-12T00:03:11.122Z | Checking futures-task v0.3.31 |
| 972 | 2026-03-12T00:03:11.226Z | Compiling anyhow v1.0.100 |
| 973 | 2026-03-12T00:03:11.252Z | Checking icu_provider v1.5.0 |
| 974 | 2026-03-12T00:03:11.296Z | Checking futures-util v0.3.31 |
| 975 | 2026-03-12T00:03:11.563Z | Checking subtle v2.5.0 |
| 976 | 2026-03-12T00:03:11.587Z | Checking bytes v1.10.1 |
| 977 | 2026-03-12T00:03:11.655Z | Checking icu_locid_transform v1.5.0 |
| 978 | 2026-03-12T00:03:11.738Z | Checking chrono v0.4.42 |
| 979 | 2026-03-12T00:03:11.809Z | Compiling serde_tokenstream v0.2.2 |
| 980 | 2026-03-12T00:03:12.193Z | Checking tokio v1.48.0 |
| 981 | 2026-03-12T00:03:12.268Z | Checking icu_properties v1.5.1 |
| 982 | 2026-03-12T00:03:12.416Z | Compiling glob v0.3.3 |
| 983 | 2026-03-12T00:03:12.675Z | Compiling minimal-lexical v0.2.1 |
| 984 | 2026-03-12T00:03:12.864Z | Compiling strsim v0.11.1 |
| 985 | 2026-03-12T00:03:12.919Z | Compiling clang-sys v1.8.1 |
| 986 | 2026-03-12T00:03:12.989Z | Compiling nom v7.1.3 |
| 987 | 2026-03-12T00:03:13.371Z | Compiling slog v2.8.2 |
| 988 | 2026-03-12T00:03:13.976Z | Compiling ident_case v1.0.1 |
| 989 | 2026-03-12T00:03:14.000Z | Checking http v1.4.0 |
| 990 | 2026-03-12T00:03:14.023Z | Compiling libloading v0.8.9 |
| 991 | 2026-03-12T00:03:14.127Z | Compiling bindgen v0.69.5 |
| 992 | 2026-03-12T00:03:14.209Z | Checking icu_normalizer v1.5.0 |
| 993 | 2026-03-12T00:03:14.272Z | Compiling zerocopy v0.8.27 |
| 994 | 2026-03-12T00:03:14.478Z | Compiling home v0.5.11 |
| 995 | 2026-03-12T00:03:14.689Z | Compiling pkg-config v0.3.30 |
| 996 | 2026-03-12T00:03:14.704Z | Checking idna_adapter v1.2.0 |
| 997 | 2026-03-12T00:03:14.783Z | Checking zeroize v1.7.0 |
| 998 | 2026-03-12T00:03:14.863Z | Checking idna v1.0.3 |
| 999 | 2026-03-12T00:03:14.885Z | Compiling cexpr v0.6.0 |
| 1000 | 2026-03-12T00:03:14.885Z | Compiling which v4.4.2 |
| 1001 | 2026-03-12T00:03:15.190Z | Checking url v2.5.4 |
| 1002 | 2026-03-12T00:03:15.226Z | Compiling itertools v0.12.1 |
| 1003 | 2026-03-12T00:03:15.255Z | Compiling zerocopy-derive v0.8.27 |
| 1004 | 2026-03-12T00:03:15.278Z | Compiling tracing-attributes v0.1.27 |
| 1005 | 2026-03-12T00:03:15.670Z | Checking tracing-core v0.1.32 |
| 1006 | 2026-03-12T00:03:15.972Z | Compiling vcpkg v0.2.15 |
| 1007 | 2026-03-12T00:03:16.083Z | Compiling lazycell v1.3.0 |
| 1008 | 2026-03-12T00:03:16.237Z | Compiling rustc-hash v1.1.0 |
| 1009 | 2026-03-12T00:03:16.450Z | Compiling cmake v0.1.54 |
| 1010 | 2026-03-12T00:03:16.573Z | Compiling dunce v1.0.5 |
| 1011 | 2026-03-12T00:03:16.652Z | Compiling fs_extra v1.3.0 |
| 1012 | 2026-03-12T00:03:16.748Z | Checking untrusted v0.9.0 |
| 1013 | 2026-03-12T00:03:17.009Z | Checking tracing v0.1.40 |
| 1014 | 2026-03-12T00:03:17.036Z | Checking rustls-pki-types v1.12.0 |
| 1015 | 2026-03-12T00:03:17.036Z | Checking crypto-common v0.1.6 |
| 1016 | 2026-03-12T00:03:17.185Z | Compiling camino v1.2.2 |
| 1017 | 2026-03-12T00:03:17.308Z | Compiling num-conv v0.1.0 |
| 1018 | 2026-03-12T00:03:17.512Z | Compiling time-core v0.1.6 |
| 1019 | 2026-03-12T00:03:17.609Z | Compiling aws-lc-rs v1.13.3 |
| 1020 | 2026-03-12T00:03:17.688Z | Checking tokio-util v0.7.16 |
| 1021 | 2026-03-12T00:03:17.716Z | Compiling time-macros v0.2.24 |
| 1022 | 2026-03-12T00:03:17.936Z | Checking ppv-lite86 v0.2.17 |
| 1023 | 2026-03-12T00:03:18.146Z | Checking ipnet v2.9.0 |
| 1024 | 2026-03-12T00:03:18.259Z | Compiling paste v1.0.15 |
| 1025 | 2026-03-12T00:03:18.323Z | Compiling scroll_derive v0.13.1 |
| 1026 | 2026-03-12T00:03:18.345Z | Checking base64 v0.22.1 |
| 1027 | 2026-03-12T00:03:18.487Z | Compiling foldhash v0.1.5 |
| 1028 | 2026-03-12T00:03:18.704Z | Checking untrusted v0.7.1 |
| 1029 | 2026-03-12T00:03:18.708Z | Compiling hashbrown v0.15.2 |
| 1030 | 2026-03-12T00:03:18.851Z | Checking http-body v1.0.1 |
| 1031 | 2026-03-12T00:03:19.158Z | Compiling syn v1.0.109 |
| 1032 | 2026-03-12T00:03:19.209Z | Checking atomic-waker v1.1.2 |
| 1033 | 2026-03-12T00:03:19.390Z | Compiling async-trait v0.1.89 |
| 1034 | 2026-03-12T00:03:19.412Z | Compiling regress v0.10.4 |
| 1035 | 2026-03-12T00:03:19.435Z | Checking tower-layer v0.3.3 |
| 1036 | 2026-03-12T00:03:19.523Z | Checking try-lock v0.2.5 |
| 1037 | 2026-03-12T00:03:19.609Z | Checking tower-service v0.3.3 |
| 1038 | 2026-03-12T00:03:19.633Z | Checking want v0.3.1 |
| 1039 | 2026-03-12T00:03:19.724Z | Checking h2 v0.4.6 |
| 1040 | 2026-03-12T00:03:19.754Z | Checking httpdate v1.0.3 |
| 1041 | 2026-03-12T00:03:19.790Z | Checking erased-serde v0.3.31 |
| 1042 | 2026-03-12T00:03:20.233Z | Checking cpufeatures v0.2.12 |
| 1043 | 2026-03-12T00:03:20.327Z | Checking pretty-hex v0.4.1 |
| 1044 | 2026-03-12T00:03:20.481Z | Compiling scroll v0.13.0 |
| 1045 | 2026-03-12T00:03:20.706Z | Checking block-buffer v0.10.4 |
| 1046 | 2026-03-12T00:03:20.829Z | Checking plain v0.2.3 |
| 1047 | 2026-03-12T00:03:20.854Z | Compiling crossbeam-utils v0.8.19 |
| 1048 | 2026-03-12T00:03:20.966Z | Compiling usdt-impl v0.6.0 |
| 1049 | 2026-03-12T00:03:21.024Z | Compiling goblin v0.10.4 |
| 1050 | 2026-03-12T00:03:21.269Z | Checking digest v0.10.7 |
| 1051 | 2026-03-12T00:03:21.322Z | Checking http-body-util v0.1.3 |
| 1052 | 2026-03-12T00:03:21.520Z | Compiling typify-impl v0.4.3 |
| 1053 | 2026-03-12T00:03:22.233Z | Checking hyper v1.8.1 |
| 1054 | 2026-03-12T00:03:22.993Z | Compiling openssl-sys v0.9.107 |
| 1055 | 2026-03-12T00:03:23.281Z | Compiling aws-lc-sys v0.30.0 |
| 1056 | 2026-03-12T00:03:23.457Z | Checking hyper-util v0.1.19 |
| 1057 | 2026-03-12T00:03:23.558Z | Compiling darling_core v0.21.3 |
| 1058 | 2026-03-12T00:03:23.717Z | Checking encoding_rs v0.8.34 |
| 1059 | 2026-03-12T00:03:24.951Z | Checking mime v0.3.17 |
| 1060 | 2026-03-12T00:03:25.052Z | Compiling dof v0.4.0 |
| 1061 | 2026-03-12T00:03:25.084Z | Checking rand_chacha v0.3.1 |
| 1062 | 2026-03-12T00:03:25.177Z | Compiling openapiv3 v2.2.0 |
| 1063 | 2026-03-12T00:03:25.343Z | Checking serde_urlencoded v0.7.1 |
| 1064 | 2026-03-12T00:03:25.465Z | Compiling dtrace-parser v0.3.0 |
| 1065 | 2026-03-12T00:03:25.632Z | Compiling thread-id v5.0.0 |
| 1066 | 2026-03-12T00:03:26.153Z | Compiling rustls v0.22.4 |
| 1067 | 2026-03-12T00:03:26.450Z | Checking rand v0.8.5 |
| 1068 | 2026-03-12T00:03:26.536Z | Compiling typify-macro v0.4.3 |
| 1069 | 2026-03-12T00:03:26.610Z | Checking futures-executor v0.3.31 |
| 1070 | 2026-03-12T00:03:26.677Z | Compiling darling_macro v0.21.3 |
| 1071 | 2026-03-12T00:03:27.032Z | Compiling strum_macros v0.26.4 |
| 1072 | 2026-03-12T00:03:27.151Z | Compiling rustix v1.1.2 |
| 1073 | 2026-03-12T00:03:27.297Z | Compiling slog-async v2.8.0 |
| 1074 | 2026-03-12T00:03:27.371Z | Compiling darling v0.21.3 |
| 1075 | 2026-03-12T00:03:27.475Z | Checking futures v0.3.31 |
| 1076 | 2026-03-12T00:03:27.578Z | Compiling daft-derive v0.1.5 |
| 1077 | 2026-03-12T00:03:27.743Z | Compiling multer v3.1.0 |
| 1078 | 2026-03-12T00:03:27.879Z | Compiling openssl v0.10.72 |
| 1079 | 2026-03-12T00:03:28.025Z | Compiling unsafe-libyaml v0.2.11 |
| 1080 | 2026-03-12T00:03:28.210Z | Compiling omicron-workspace-hack v0.1.0 |
| 1081 | 2026-03-12T00:03:28.564Z | Checking foreign-types-shared v0.1.1 |
| 1082 | 2026-03-12T00:03:28.585Z | Compiling typify v0.4.3 |
| 1083 | 2026-03-12T00:03:28.684Z | Checking foreign-types v0.3.2 |
| 1084 | 2026-03-12T00:03:28.727Z | Compiling usdt-attr-macro v0.6.0 |
| 1085 | 2026-03-12T00:03:28.733Z | Compiling usdt-macro v0.6.0 |
| 1086 | 2026-03-12T00:03:28.791Z | Compiling serde_yaml v0.9.34+deprecated |
| 1087 | 2026-03-12T00:03:29.179Z | Compiling async-stream-impl v0.3.6 |
| 1088 | 2026-03-12T00:03:29.282Z | Compiling openssl-macros v0.1.1 |
| 1089 | 2026-03-12T00:03:29.484Z | Compiling native-tls v0.2.11 |
| 1090 | 2026-03-12T00:03:29.781Z | Compiling rustls v0.23.10 |
| 1091 | 2026-03-12T00:03:29.839Z | Checking powerfmt v0.2.0 |
| 1092 | 2026-03-12T00:03:30.039Z | Checking deranged v0.5.3 |
| 1093 | 2026-03-12T00:03:30.077Z | Checking sha1 v0.10.6 |
| 1094 | 2026-03-12T00:03:30.284Z | Checking is-terminal v0.4.12 |
| 1095 | 2026-03-12T00:03:30.305Z | Compiling dropshot v0.16.6 |
| 1096 | 2026-03-12T00:03:30.398Z | Checking num_threads v0.1.7 |
| 1097 | 2026-03-12T00:03:30.439Z | Checking match_cfg v0.1.0 |
| 1098 | 2026-03-12T00:03:30.510Z | Checking winnow v0.7.13 |
| 1099 | 2026-03-12T00:03:30.582Z | Checking openssl-probe v0.1.5 |
| 1100 | 2026-03-12T00:03:30.733Z | Checking hostname v0.3.1 |
| 1101 | 2026-03-12T00:03:30.854Z | Checking ipnetwork v0.21.1 |
| 1102 | 2026-03-12T00:03:30.875Z | Compiling dropshot_endpoint v0.16.6 |
| 1103 | 2026-03-12T00:03:31.133Z | Compiling structmeta-derive v0.3.0 |
| 1104 | 2026-03-12T00:03:31.174Z | Checking sync_wrapper v1.0.1 |
| 1105 | 2026-03-12T00:03:31.305Z | Compiling ref-cast v1.0.25 |
| 1106 | 2026-03-12T00:03:31.483Z | Checking time v0.3.44 |
| 1107 | 2026-03-12T00:03:31.702Z | Checking fastrand v2.3.0 |
| 1108 | 2026-03-12T00:03:31.952Z | Checking tempfile v3.23.0 |
| 1109 | 2026-03-12T00:03:31.982Z | Checking tower v0.5.2 |
| 1110 | 2026-03-12T00:03:32.106Z | Checking crossbeam-channel v0.5.15 |
| 1111 | 2026-03-12T00:03:32.509Z | Checking webpki-roots v0.26.3 |
| 1112 | 2026-03-12T00:03:32.532Z | Compiling structmeta v0.3.0 |
| 1113 | 2026-03-12T00:03:32.538Z | Compiling ref-cast-impl v1.0.25 |
| 1114 | 2026-03-12T00:03:32.580Z | Checking rand_core v0.9.3 |
| 1115 | 2026-03-12T00:03:32.801Z | Checking iri-string v0.7.8 |
| 1116 | 2026-03-12T00:03:32.825Z | Checking rand_chacha v0.9.0 |
| 1117 | 2026-03-12T00:03:33.086Z | Checking webpki-roots v1.0.3 |
| 1118 | 2026-03-12T00:03:33.102Z | Checking tokio-native-tls v0.3.1 |
| 1119 | 2026-03-12T00:03:33.240Z | Checking thread_local v1.1.8 |
| 1120 | 2026-03-12T00:03:33.319Z | Checking hyper-tls v0.6.0 |
| 1121 | 2026-03-12T00:03:33.608Z | Checking rand v0.9.2 |
| 1122 | 2026-03-12T00:03:33.638Z | Checking strum v0.26.3 |
| 1123 | 2026-03-12T00:03:33.846Z | Compiling progenitor-impl v0.11.1 |
| 1124 | 2026-03-12T00:03:34.307Z | Checking tower-http v0.6.6 |
| 1125 | 2026-03-12T00:03:34.488Z | Checking term v1.2.0 |
| 1126 | 2026-03-12T00:03:34.552Z | Checking debug-ignore v1.0.5 |
| 1127 | 2026-03-12T00:03:34.727Z | Checking take_mut v0.2.2 |
| 1128 | 2026-03-12T00:03:34.780Z | Checking slog-term v2.9.2 |
| 1129 | 2026-03-12T00:03:35.034Z | Checking slog-json v2.6.1 |
| 1130 | 2026-03-12T00:03:35.130Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1131 | 2026-03-12T00:03:35.233Z | Checking oxnet v0.1.3 |
| 1132 | 2026-03-12T00:03:35.268Z | Compiling serde_with_macros v3.15.0 |
| 1133 | 2026-03-12T00:03:35.289Z | Compiling strum_macros v0.27.2 |
| 1134 | 2026-03-12T00:03:35.522Z | Compiling derive-where v1.6.0 |
| 1135 | 2026-03-12T00:03:35.581Z | Checking serde_spanned v1.0.4 |
| 1136 | 2026-03-12T00:03:35.765Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1137 | 2026-03-12T00:03:36.737Z | Checking memmap2 v0.9.9 |
| 1138 | 2026-03-12T00:03:36.866Z | Compiling progenitor-macro v0.11.1 |
| 1139 | 2026-03-12T00:03:36.948Z | Checking spin v0.9.8 |
| 1140 | 2026-03-12T00:03:37.091Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1141 | 2026-03-12T00:03:37.333Z | Checking toml v0.9.10+spec-1.1.0 |
| 1142 | 2026-03-12T00:03:37.360Z | Checking usdt v0.6.0 |
| 1143 | 2026-03-12T00:03:37.769Z | Checking slog-bunyan v2.5.0 |
| 1144 | 2026-03-12T00:03:37.791Z | Compiling derive-ex v0.1.8 |
| 1145 | 2026-03-12T00:03:37.912Z | Checking async-stream v0.3.6 |
| 1146 | 2026-03-12T00:03:42.452Z | Checking waitgroup v0.1.2 |
| 1147 | 2026-03-12T00:03:42.496Z | Checking rustls-pemfile v2.2.0 |
| 1148 | 2026-03-12T00:03:42.496Z | Checking newtype-uuid v1.3.1 |
| 1149 | 2026-03-12T00:03:42.496Z | Compiling newtype-uuid-macros v0.1.0 |
| 1150 | 2026-03-12T00:03:42.496Z | Checking serde_path_to_error v0.1.20 |
| 1151 | 2026-03-12T00:03:42.496Z | Checking hostname v0.4.2 |
| 1152 | 2026-03-12T00:03:42.496Z | Checking quick-error v1.2.3 |
| 1153 | 2026-03-12T00:03:42.496Z | Compiling parse-display-derive v0.10.0 |
| 1154 | 2026-03-12T00:03:42.496Z | Compiling toml_datetime v0.6.11 |
| 1155 | 2026-03-12T00:03:42.496Z | Compiling test-strategy v0.4.3 |
| 1156 | 2026-03-12T00:03:42.496Z | Checking macaddr v1.0.1 |
| 1157 | 2026-03-12T00:03:42.496Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1158 | 2026-03-12T00:03:42.496Z | Checking daft v0.1.5 |
| 1159 | 2026-03-12T00:03:42.496Z | Checking hex v0.4.3 |
| 1160 | 2026-03-12T00:03:42.496Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1161 | 2026-03-12T00:03:42.496Z | Checking wait-timeout v0.2.0 |
| 1162 | 2026-03-12T00:03:42.496Z | Checking bit-vec v0.6.3 |
| 1163 | 2026-03-12T00:03:42.496Z | Checking rusty-fork v0.3.0 |
| 1164 | 2026-03-12T00:03:42.496Z | Checking bit-set v0.5.3 |
| 1165 | 2026-03-12T00:03:42.563Z | Checking strum v0.27.2 |
| 1166 | 2026-03-12T00:03:42.695Z | Checking serde_with v3.15.0 |
| 1167 | 2026-03-12T00:03:43.792Z | Compiling rustls-webpki v0.102.4 |
| 1168 | 2026-03-12T00:03:43.856Z | Checking rand_xorshift v0.3.0 |
| 1169 | 2026-03-12T00:03:43.880Z | Compiling thread-id v4.2.1 |
| 1170 | 2026-03-12T00:03:43.992Z | Checking unarray v0.1.4 |
| 1171 | 2026-03-12T00:03:44.173Z | Checking proptest v1.5.0 |
| 1172 | 2026-03-12T00:03:44.400Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1173 | 2026-03-12T00:03:44.577Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1174 | 2026-03-12T00:03:44.584Z | Compiling zerocopy-derive v0.7.34 |
| 1175 | 2026-03-12T00:03:44.712Z | Compiling clap_derive v4.5.4 |
| 1176 | 2026-03-12T00:03:44.940Z | Checking instant v0.1.12 |
| 1177 | 2026-03-12T00:03:45.051Z | Checking rustc-hash v2.1.1 |
| 1178 | 2026-03-12T00:03:45.201Z | Checking foldhash v0.2.0 |
| 1179 | 2026-03-12T00:03:45.285Z | Checking utf8parse v0.2.1 |
| 1180 | 2026-03-12T00:03:45.447Z | Checking anstyle-parse v0.2.4 |
| 1181 | 2026-03-12T00:03:45.524Z | Checking iddqd v0.3.14 |
| 1182 | 2026-03-12T00:03:45.646Z | Checking backoff v0.4.0 |
| 1183 | 2026-03-12T00:03:45.856Z | Checking parse-display v0.10.0 |
| 1184 | 2026-03-12T00:03:45.862Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1185 | 2026-03-12T00:03:46.045Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1186 | 2026-03-12T00:03:46.121Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1187 | 2026-03-12T00:03:46.453Z | Checking is_terminal_polyfill v1.70.0 |
| 1188 | 2026-03-12T00:03:46.513Z | Checking colorchoice v1.0.1 |
| 1189 | 2026-03-12T00:03:46.555Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1190 | 2026-03-12T00:03:46.578Z | Compiling crucible-workspace-hack v0.1.0 |
| 1191 | 2026-03-12T00:03:46.754Z | Compiling unicode-xid v0.2.4 |
| 1192 | 2026-03-12T00:03:46.847Z | Checking anstyle-query v1.0.3 |
| 1193 | 2026-03-12T00:03:46.907Z | Checking anstyle v1.0.7 |
| 1194 | 2026-03-12T00:03:46.981Z | Checking terminal_size v0.3.0 |
| 1195 | 2026-03-12T00:03:47.155Z | Checking anstream v0.6.14 |
| 1196 | 2026-03-12T00:03:47.452Z | Compiling winnow v0.5.40 |
| 1197 | 2026-03-12T00:03:47.489Z | Compiling heck v0.4.1 |
| 1198 | 2026-03-12T00:03:47.620Z | Checking clap_lex v0.7.0 |
| 1199 | 2026-03-12T00:03:47.813Z | Checking clap_builder v4.5.2 |
| 1200 | 2026-03-12T00:03:48.169Z | Compiling zerocopy v0.7.34 |
| 1201 | 2026-03-12T00:03:49.309Z | Compiling toml_edit v0.19.15 |
| 1202 | 2026-03-12T00:03:49.382Z | Checking serde_spanned v0.6.9 |
| 1203 | 2026-03-12T00:03:49.550Z | Compiling scroll_derive v0.12.0 |
| 1204 | 2026-03-12T00:03:49.601Z | Compiling usdt-impl v0.5.0 |
| 1205 | 2026-03-12T00:03:49.626Z | Checking clap v4.5.4 |
| 1206 | 2026-03-12T00:03:49.731Z | Checking unicode-width v0.1.14 |
| 1207 | 2026-03-12T00:03:50.423Z | Checking data-encoding v2.6.0 |
| 1208 | 2026-03-12T00:03:50.559Z | Checking scroll v0.12.0 |
| 1209 | 2026-03-12T00:03:51.003Z | Compiling tokio-rustls v0.26.0 |
| 1210 | 2026-03-12T00:03:51.023Z | Compiling proc-macro-crate v1.3.1 |
| 1211 | 2026-03-12T00:03:51.475Z | Compiling dof v0.3.0 |
| 1212 | 2026-03-12T00:03:51.656Z | Compiling hyper-rustls v0.27.3 |
| 1213 | 2026-03-12T00:03:51.934Z | Compiling dtrace-parser v0.2.0 |
| 1214 | 2026-03-12T00:03:51.996Z | Checking num-integer v0.1.46 |
| 1215 | 2026-03-12T00:03:52.306Z | Compiling reqwest v0.12.23 |
| 1216 | 2026-03-12T00:03:52.584Z | Checking goblin v0.8.2 |
| 1217 | 2026-03-12T00:03:53.372Z | Checking tinyvec_macros v0.1.1 |
| 1218 | 2026-03-12T00:03:53.674Z | Checking tinyvec v1.6.0 |
| 1219 | 2026-03-12T00:03:54.221Z | Checking num-bigint v0.4.5 |
| 1220 | 2026-03-12T00:03:54.451Z | Checking crossbeam-epoch v0.9.18 |
| 1221 | 2026-03-12T00:03:54.662Z | Compiling itertools v0.14.0 |
| 1222 | 2026-03-12T00:03:54.846Z | Compiling proc-macro-error-attr v1.0.4 |
| 1223 | 2026-03-12T00:03:55.061Z | Compiling heapless v0.8.0 |
| 1224 | 2026-03-12T00:03:55.453Z | Checking num-rational v0.4.2 |
| 1225 | 2026-03-12T00:03:55.879Z | Compiling progenitor-client v0.11.1 |
| 1226 | 2026-03-12T00:03:55.906Z | Compiling usdt-macro v0.5.0 |
| 1227 | 2026-03-12T00:03:55.987Z | Compiling usdt-attr-macro v0.5.0 |
| 1228 | 2026-03-12T00:03:56.193Z | Checking num-iter v0.1.45 |
| 1229 | 2026-03-12T00:03:56.364Z | Compiling ingot-macros v0.1.1 |
| 1230 | 2026-03-12T00:03:56.481Z | Compiling darling_core v0.20.11 |
| 1231 | 2026-03-12T00:03:56.634Z | Checking num-complex v0.4.6 |
| 1232 | 2026-03-12T00:03:56.764Z | Checking hash32 v0.3.1 |
| 1233 | 2026-03-12T00:03:57.292Z | Checking memmap v0.7.0 |
| 1234 | 2026-03-12T00:03:57.320Z | Compiling proc-macro-error v1.0.4 |
| 1235 | 2026-03-12T00:03:57.681Z | Checking bitflags v1.3.2 |
| 1236 | 2026-03-12T00:03:57.997Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1237 | 2026-03-12T00:03:58.057Z | Compiling smoltcp v0.11.0 |
| 1238 | 2026-03-12T00:03:59.201Z | Compiling tokio-rustls v0.25.0 |
| 1239 | 2026-03-12T00:03:59.378Z | Compiling darling_macro v0.20.11 |
| 1240 | 2026-03-12T00:04:00.131Z | Checking usdt v0.5.0 |
| 1241 | 2026-03-12T00:04:00.131Z | Checking num v0.4.3 |
| 1242 | 2026-03-12T00:04:00.131Z | Checking ingot-types v0.1.2 |
| 1243 | 2026-03-12T00:04:00.265Z | Compiling progenitor v0.11.1 |
| 1244 | 2026-03-12T00:04:00.440Z | Compiling num_enum_derive v0.7.4 |
| 1245 | 2026-03-12T00:04:00.472Z | Compiling synstructure v0.12.6 |
| 1246 | 2026-03-12T00:04:00.904Z | Checking bstr v1.9.1 |
| 1247 | 2026-03-12T00:04:01.249Z | Checking toml_write v0.1.2 |
| 1248 | 2026-03-12T00:04:01.397Z | Checking managed v0.8.0 |
| 1249 | 2026-03-12T00:04:01.419Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1250 | 2026-03-12T00:04:01.460Z | Checking cobs v0.2.3 |
| 1251 | 2026-03-12T00:04:01.482Z | Checking toml_edit v0.22.27 |
| 1252 | 2026-03-12T00:04:01.612Z | Checking postcard v1.0.9 |
| 1253 | 2026-03-12T00:04:01.809Z | Checking num_enum v0.7.4 |
| 1254 | 2026-03-12T00:04:01.977Z | Compiling zerocopy-derive v0.2.0 |
| 1255 | 2026-03-12T00:04:06.125Z | Checking ingot v0.1.1 |
| 1256 | 2026-03-12T00:04:06.154Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1257 | 2026-03-12T00:04:06.154Z | Compiling darling v0.20.11 |
| 1258 | 2026-03-12T00:04:06.154Z | Compiling progenitor-client v0.10.0 |
| 1259 | 2026-03-12T00:04:06.154Z | Compiling enum-as-inner v0.6.0 |
| 1260 | 2026-03-12T00:04:06.154Z | Compiling libz-sys v1.1.16 |
| 1261 | 2026-03-12T00:04:06.154Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1262 | 2026-03-12T00:04:06.154Z | Compiling foreign-types-macros v0.2.3 |
| 1263 | 2026-03-12T00:04:06.154Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1264 | 2026-03-12T00:04:06.154Z | Checking is_ci v1.2.0 |
| 1265 | 2026-03-12T00:04:06.154Z | Compiling semver v0.1.20 |
| 1266 | 2026-03-12T00:04:06.154Z | Checking foreign-types-shared v0.3.1 |
| 1267 | 2026-03-12T00:04:06.154Z | Compiling rayon-core v1.12.1 |
| 1268 | 2026-03-12T00:04:06.154Z | Compiling rustc_version v0.1.7 |
| 1269 | 2026-03-12T00:04:06.155Z | Checking foreign-types v0.5.0 |
| 1270 | 2026-03-12T00:04:06.255Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1271 | 2026-03-12T00:04:06.262Z | Compiling derive_builder_core v0.20.2 |
| 1272 | 2026-03-12T00:04:06.330Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1273 | 2026-03-12T00:04:07.139Z | Checking toml v0.8.23 |
| 1274 | 2026-03-12T00:04:07.367Z | Checking crossbeam-deque v0.8.5 |
| 1275 | 2026-03-12T00:04:07.480Z | Checking tabwriter v1.4.0 |
| 1276 | 2026-03-12T00:04:07.584Z | Compiling progenitor-impl v0.10.0 |
| 1277 | 2026-03-12T00:04:07.606Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1278 | 2026-03-12T00:04:07.671Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1279 | 2026-03-12T00:04:08.224Z | Checking cstr-argument v0.1.2 |
| 1280 | 2026-03-12T00:04:08.313Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1281 | 2026-03-12T00:04:08.380Z | Compiling float-ord v0.3.2 |
| 1282 | 2026-03-12T00:04:08.642Z | Compiling owo-colors v4.2.3 |
| 1283 | 2026-03-12T00:04:08.763Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1284 | 2026-03-12T00:04:09.243Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1285 | 2026-03-12T00:04:09.512Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1286 | 2026-03-12T00:04:09.699Z | Compiling derive_builder_macro v0.20.2 |
| 1287 | 2026-03-12T00:04:09.846Z | Compiling newtype_derive v0.1.6 |
| 1288 | 2026-03-12T00:04:09.873Z | Checking supports-color v3.0.2 |
| 1289 | 2026-03-12T00:04:10.037Z | Checking supports-color v2.1.0 |
| 1290 | 2026-03-12T00:04:10.133Z | Checking resolv-conf v0.7.0 |
| 1291 | 2026-03-12T00:04:10.200Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1292 | 2026-03-12T00:04:10.388Z | Compiling vergen-lib v0.1.6 |
| 1293 | 2026-03-12T00:04:10.391Z | Compiling slog-dtrace v0.3.0 |
| 1294 | 2026-03-12T00:04:10.608Z | Compiling progenitor-macro v0.10.0 |
| 1295 | 2026-03-12T00:04:10.668Z | Checking linked-hash-map v0.5.6 |
| 1296 | 2026-03-12T00:04:10.695Z | Checking colored v3.0.0 |
| 1297 | 2026-03-12T00:04:10.898Z | Checking lru-cache v0.1.2 |
| 1298 | 2026-03-12T00:04:11.152Z | Compiling derive_builder v0.20.2 |
| 1299 | 2026-03-12T00:04:11.566Z | Checking rayon v1.10.0 |
| 1300 | 2026-03-12T00:04:11.589Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1301 | 2026-03-12T00:04:12.048Z | Checking hickory-proto v0.24.4 |
| 1302 | 2026-03-12T00:04:12.239Z | Compiling zone_cfg_derive v0.3.0 |
| 1303 | 2026-03-12T00:04:12.617Z | Checking similar v2.7.0 |
| 1304 | 2026-03-12T00:04:13.610Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1305 | 2026-03-12T00:04:14.156Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1306 | 2026-03-12T00:04:14.496Z | Checking atomicwrites v0.4.4 |
| 1307 | 2026-03-12T00:04:14.535Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1308 | 2026-03-12T00:04:14.566Z | Checking camino-tempfile v1.4.1 |
| 1309 | 2026-03-12T00:04:14.662Z | Compiling hubpack_derive v0.1.1 |
| 1310 | 2026-03-12T00:04:14.796Z | Compiling cargo-platform v0.1.8 |
| 1311 | 2026-03-12T00:04:15.110Z | Compiling num-derive v0.4.2 |
| 1312 | 2026-03-12T00:04:15.295Z | Compiling serde_repr v0.1.19 |
| 1313 | 2026-03-12T00:04:15.470Z | Compiling vergen v9.0.6 |
| 1314 | 2026-03-12T00:04:15.562Z | Checking sigpipe v0.1.3 |
| 1315 | 2026-03-12T00:04:15.668Z | Compiling usdt-impl v0.3.5 |
| 1316 | 2026-03-12T00:04:15.751Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1317 | 2026-03-12T00:04:15.985Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1318 | 2026-03-12T00:04:16.037Z | Checking siphasher v1.0.1 |
| 1319 | 2026-03-12T00:04:16.255Z | Checking indent_write v2.2.0 |
| 1320 | 2026-03-12T00:04:16.276Z | Checking base64ct v1.6.0 |
| 1321 | 2026-03-12T00:04:16.365Z | Compiling convert_case v0.4.0 |
| 1322 | 2026-03-12T00:04:16.429Z | Checking base64 v0.21.7 |
| 1323 | 2026-03-12T00:04:16.589Z | Checking jiff v0.2.15 |
| 1324 | 2026-03-12T00:04:16.656Z | Checking progenitor v0.10.0 |
| 1325 | 2026-03-12T00:04:16.750Z | Checking password-hash v0.5.0 |
| 1326 | 2026-03-12T00:04:16.790Z | Compiling derive_more v0.99.20 |
| 1327 | 2026-03-12T00:04:16.825Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 1328 | 2026-03-12T00:04:16.902Z | Checking phf_shared v0.12.1 |
| 1329 | 2026-03-12T00:04:17.122Z | Checking hubpack v0.1.2 |
| 1330 | 2026-03-12T00:04:17.125Z | Compiling cargo_metadata v0.19.2 |
| 1331 | 2026-03-12T00:04:17.196Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1332 | 2026-03-12T00:04:17.345Z | Checking zone v0.3.1 |
| 1333 | 2026-03-12T00:04:17.396Z | Checking hickory-resolver v0.24.4 |
| 1334 | 2026-03-12T00:04:17.419Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1335 | 2026-03-12T00:04:17.818Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1336 | 2026-03-12T00:04:18.638Z | Compiling zerocopy v0.3.2 |
| 1337 | 2026-03-12T00:04:18.644Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1338 | 2026-03-12T00:04:18.863Z | Checking terminal_size v0.4.3 |
| 1339 | 2026-03-12T00:04:18.928Z | Checking blake2 v0.10.6 |
| 1340 | 2026-03-12T00:04:19.020Z | Checking tokio-stream v0.1.17 |
| 1341 | 2026-03-12T00:04:19.225Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1342 | 2026-03-12T00:04:19.365Z | Checking serde-big-array v0.5.1 |
| 1343 | 2026-03-12T00:04:19.522Z | Checking smf v0.2.3 |
| 1344 | 2026-03-12T00:04:19.545Z | Compiling pin-project-internal v1.1.10 |
| 1345 | 2026-03-12T00:04:19.586Z | Compiling rustc_version v0.4.1 |
| 1346 | 2026-03-12T00:04:19.822Z | Compiling vergen-git2 v1.0.7 |
| 1347 | 2026-03-12T00:04:19.955Z | Checking unicode-linebreak v0.1.5 |
| 1348 | 2026-03-12T00:04:19.976Z | Checking static_assertions v1.1.0 |
| 1349 | 2026-03-12T00:04:20.075Z | Checking unicode-width v0.2.1 |
| 1350 | 2026-03-12T00:04:20.110Z | Checking whoami v1.5.1 |
| 1351 | 2026-03-12T00:04:20.133Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1352 | 2026-03-12T00:04:20.240Z | Compiling chrono-tz v0.10.4 |
| 1353 | 2026-03-12T00:04:20.334Z | Checking smawk v0.3.2 |
| 1354 | 2026-03-12T00:04:20.337Z | Checking unicode-segmentation v1.11.0 |
| 1355 | 2026-03-12T00:04:20.415Z | Compiling cancel-safe-futures v0.1.5 |
| 1356 | 2026-03-12T00:04:20.503Z | Checking textwrap v0.16.2 |
| 1357 | 2026-03-12T00:04:20.585Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1358 | 2026-03-12T00:04:20.771Z | Checking newline-converter v0.3.0 |
| 1359 | 2026-03-12T00:04:20.799Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1360 | 2026-03-12T00:04:20.916Z | Checking qorb v0.4.1 |
| 1361 | 2026-03-12T00:04:21.037Z | Checking pin-project v1.1.10 |
| 1362 | 2026-03-12T00:04:21.226Z | Checking argon2 v0.5.3 |
| 1363 | 2026-03-12T00:04:21.606Z | Compiling dof v0.1.5 |
| 1364 | 2026-03-12T00:04:22.025Z | Checking phf v0.12.1 |
| 1365 | 2026-03-12T00:04:22.178Z | Checking globset v0.4.14 |
| 1366 | 2026-03-12T00:04:22.202Z | Checking tokio-dtrace v0.1.1 |
| 1367 | 2026-03-12T00:04:22.223Z | Checking unicode-normalization v0.1.24 |
| 1368 | 2026-03-12T00:04:22.425Z | Checking console v0.15.8 |
| 1369 | 2026-03-12T00:04:22.499Z | Compiling const_format_proc_macros v0.2.34 |
| 1370 | 2026-03-12T00:04:22.763Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1371 | 2026-03-12T00:04:22.786Z | Compiling dtrace-parser v0.1.14 |
| 1372 | 2026-03-12T00:04:22.836Z | Checking libsw-core v0.3.2 |
| 1373 | 2026-03-12T00:04:23.023Z | Checking secrecy v0.10.3 |
| 1374 | 2026-03-12T00:04:23.168Z | Compiling async-recursion v1.1.1 |
| 1375 | 2026-03-12T00:04:23.331Z | Compiling snafu-derive v0.8.9 |
| 1376 | 2026-03-12T00:04:23.390Z | Compiling cookie v0.18.1 |
| 1377 | 2026-03-12T00:04:23.548Z | Checking csv-core v0.1.12 |
| 1378 | 2026-03-12T00:04:23.600Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1379 | 2026-03-12T00:04:23.652Z | Checking highway v1.3.0 |
| 1380 | 2026-03-12T00:04:23.687Z | Checking fixedbitset v0.5.7 |
| 1381 | 2026-03-12T00:04:23.715Z | Checking fixedbitset v0.4.2 |
| 1382 | 2026-03-12T00:04:23.891Z | Checking same-file v1.0.6 |
| 1383 | 2026-03-12T00:04:23.916Z | Checking utf-8 v0.7.6 |
| 1384 | 2026-03-12T00:04:23.951Z | Compiling rustls v0.21.12 |
| 1385 | 2026-03-12T00:04:24.043Z | Checking bytecount v0.6.9 |
| 1386 | 2026-03-12T00:04:24.066Z | Compiling moka v0.12.10 |
| 1387 | 2026-03-12T00:04:24.090Z | Compiling cfg_aliases v0.2.1 |
| 1388 | 2026-03-12T00:04:24.093Z | Checking tungstenite v0.21.0 |
| 1389 | 2026-03-12T00:04:24.177Z | Checking papergrid v0.11.0 |
| 1390 | 2026-03-12T00:04:24.199Z | Compiling nix v0.29.0 |
| 1391 | 2026-03-12T00:04:24.386Z | Checking walkdir v2.5.0 |
| 1392 | 2026-03-12T00:04:24.423Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1393 | 2026-03-12T00:04:24.597Z | Checking petgraph v0.8.3 |
| 1394 | 2026-03-12T00:04:24.666Z | Checking petgraph v0.6.5 |
| 1395 | 2026-03-12T00:04:24.727Z | Checking csv v1.3.1 |
| 1396 | 2026-03-12T00:04:25.093Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1397 | 2026-03-12T00:04:25.235Z | Checking const_format v0.2.35 |
| 1398 | 2026-03-12T00:04:25.435Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1399 | 2026-03-12T00:04:25.541Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1400 | 2026-03-12T00:04:25.776Z | Checking snafu v0.8.9 |
| 1401 | 2026-03-12T00:04:25.798Z | Checking libsw v3.5.0 |
| 1402 | 2026-03-12T00:04:25.980Z | Checking expectorate v1.2.0 |
| 1403 | 2026-03-12T00:04:26.003Z | Checking olpc-cjson v0.1.4 |
| 1404 | 2026-03-12T00:04:26.085Z | Checking oxide-tokio-rt v0.1.2 |
| 1405 | 2026-03-12T00:04:26.178Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1406 | 2026-03-12T00:04:26.371Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1407 | 2026-03-12T00:04:26.461Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1408 | 2026-03-12T00:04:26.586Z | Compiling tabled_derive v0.7.0 |
| 1409 | 2026-03-12T00:04:26.855Z | Checking gethostname v0.5.0 |
| 1410 | 2026-03-12T00:04:26.879Z | Compiling serde_tokenstream v0.1.7 |
| 1411 | 2026-03-12T00:04:26.902Z | Checking pem v3.0.5 |
| 1412 | 2026-03-12T00:04:26.971Z | Checking rustls-webpki v0.101.7 |
| 1413 | 2026-03-12T00:04:26.997Z | Checking sct v0.7.1 |
| 1414 | 2026-03-12T00:04:27.021Z | Checking inout v0.1.3 |
| 1415 | 2026-03-12T00:04:27.109Z | Checking bcs v0.1.6 |
| 1416 | 2026-03-12T00:04:27.169Z | Checking serde_plain v1.0.2 |
| 1417 | 2026-03-12T00:04:27.192Z | Checking termtree v0.5.1 |
| 1418 | 2026-03-12T00:04:27.216Z | Compiling radium v0.7.0 |
| 1419 | 2026-03-12T00:04:27.363Z | Checking typed-path v0.9.3 |
| 1420 | 2026-03-12T00:04:27.386Z | Checking linear-map v1.2.0 |
| 1421 | 2026-03-12T00:04:27.411Z | Checking swrite v0.1.0 |
| 1422 | 2026-03-12T00:04:27.434Z | Checking tagptr v0.2.0 |
| 1423 | 2026-03-12T00:04:27.608Z | Checking cipher v0.4.4 |
| 1424 | 2026-03-12T00:04:27.630Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1425 | 2026-03-12T00:04:27.809Z | Checking tabled v0.15.0 |
| 1426 | 2026-03-12T00:04:27.861Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1427 | 2026-03-12T00:04:28.429Z | Checking tough v0.20.0 |
| 1428 | 2026-03-12T00:04:28.797Z | Checking steno v0.4.1 |
| 1429 | 2026-03-12T00:04:31.874Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1430 | 2026-03-12T00:04:31.898Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1431 | 2026-03-12T00:04:31.898Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1432 | 2026-03-12T00:04:31.899Z | Checking tokio-tungstenite v0.21.0 |
| 1433 | 2026-03-12T00:04:31.899Z | Checking hickory-proto v0.25.2 |
| 1434 | 2026-03-12T00:04:31.914Z | Checking tap v1.0.1 |
| 1435 | 2026-03-12T00:04:31.914Z | Checking humantime v2.3.0 |
| 1436 | 2026-03-12T00:04:31.914Z | Checking wyz v0.5.1 |
| 1437 | 2026-03-12T00:04:31.914Z | Checking tokio-rustls v0.24.1 |
| 1438 | 2026-03-12T00:04:31.914Z | Compiling usdt-macro v0.3.5 |
| 1439 | 2026-03-12T00:04:31.914Z | Compiling usdt-attr-macro v0.3.5 |
| 1440 | 2026-03-12T00:04:31.914Z | Checking rustls-pemfile v1.0.4 |
| 1441 | 2026-03-12T00:04:31.914Z | Compiling num_enum_derive v0.5.11 |
| 1442 | 2026-03-12T00:04:33.825Z | Checking twox-hash v2.1.0 |
| 1443 | 2026-03-12T00:04:33.848Z | Checking universal-hash v0.5.1 |
| 1444 | 2026-03-12T00:04:33.848Z | Checking atty v0.2.14 |
| 1445 | 2026-03-12T00:04:33.848Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1446 | 2026-03-12T00:04:33.848Z | Checking hickory-resolver v0.25.2 |
| 1447 | 2026-03-12T00:04:33.849Z | Checking funty v2.0.0 |
| 1448 | 2026-03-12T00:04:33.849Z | Checking opaque-debug v0.3.1 |
| 1449 | 2026-03-12T00:04:33.849Z | Checking polyval v0.6.2 |
| 1450 | 2026-03-12T00:04:33.849Z | Checking num_enum v0.5.11 |
| 1451 | 2026-03-12T00:04:33.849Z | Checking usdt v0.3.5 |
| 1452 | 2026-03-12T00:04:33.849Z | Checking bitvec v1.0.1 |
| 1453 | 2026-03-12T00:04:33.849Z | Checking ctr v0.9.2 |
| 1454 | 2026-03-12T00:04:33.849Z | Checking aes v0.8.4 |
| 1455 | 2026-03-12T00:04:33.849Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1456 | 2026-03-12T00:04:33.849Z | Checking aead v0.5.2 |
| 1457 | 2026-03-12T00:04:33.849Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1458 | 2026-03-12T00:04:33.849Z | Checking bincode v1.3.3 |
| 1459 | 2026-03-12T00:04:33.849Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1460 | 2026-03-12T00:04:33.849Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1461 | 2026-03-12T00:04:33.849Z | Checking passt v0.3.0 |
| 1462 | 2026-03-12T00:04:34.015Z | Checking fakedata_generator v0.5.0 |
| 1463 | 2026-03-12T00:04:34.031Z | Checking toml v0.7.8 |
| 1464 | 2026-03-12T00:04:34.057Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1465 | 2026-03-12T00:04:34.099Z | Checking aes-gcm-siv v0.11.1 |
| 1466 | 2026-03-12T00:04:34.402Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1467 | 2026-03-12T00:04:34.408Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1468 | 2026-03-12T00:04:34.408Z | Checking dropshot-api-manager-types v0.3.0 |
| 1469 | 2026-03-12T00:04:34.408Z | Compiling bitstruct_derive v0.1.0 |
| 1470 | 2026-03-12T00:04:34.408Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1471 | 2026-03-12T00:04:34.408Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1472 | 2026-03-12T00:04:34.424Z | Checking ascii v1.1.0 |
| 1473 | 2026-03-12T00:04:34.450Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1474 | 2026-03-12T00:04:34.474Z | Checking typeid v1.0.0 |
| 1475 | 2026-03-12T00:04:35.630Z | Checking pretty-hex v0.2.1 |
| 1476 | 2026-03-12T00:04:35.651Z | Checking ringbuffer v0.15.0 |
| 1477 | 2026-03-12T00:04:35.651Z | Compiling cfg_aliases v0.1.1 |
| 1478 | 2026-03-12T00:04:35.651Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1479 | 2026-03-12T00:04:35.651Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1480 | 2026-03-12T00:04:35.651Z | Compiling nix v0.28.0 |
| 1481 | 2026-03-12T00:04:35.651Z | Checking erased-serde v0.4.5 |
| 1482 | 2026-03-12T00:04:35.651Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1483 | 2026-03-12T00:04:35.651Z | Checking bitstruct v0.1.1 |
| 1484 | 2026-03-12T00:04:35.651Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1485 | 2026-03-12T00:04:35.651Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1486 | 2026-03-12T00:04:35.651Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1487 | 2026-03-12T00:04:35.651Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
| 1488 | 2026-03-12T00:04:35.651Z | Checking serde_arrays v0.1.0 |
| 1489 | 2026-03-12T00:04:35.651Z | Compiling fs-err v3.1.2 |
| 1490 | 2026-03-12T00:04:35.651Z | Checking libloading v0.7.4 |
| 1491 | 2026-03-12T00:04:35.651Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1492 | 2026-03-12T00:04:35.705Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1493 | 2026-03-12T00:04:35.878Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1494 | 2026-03-12T00:04:35.884Z | Checking kstat-rs v0.2.4 |
| 1495 | 2026-03-12T00:04:35.884Z | Compiling escargot v0.5.10 |
| 1496 | 2026-03-12T00:04:36.006Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1497 | 2026-03-12T00:04:36.040Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1498 | 2026-03-12T00:04:36.063Z | Checking ron v0.8.1 |
| 1499 | 2026-03-12T00:04:36.747Z | Checking itertools v0.13.0 |
| 1500 | 2026-03-12T00:04:36.757Z | Checking xattr v1.3.1 |
| 1501 | 2026-03-12T00:04:36.757Z | Checking drift v0.1.2 |
| 1502 | 2026-03-12T00:04:36.757Z | Checking sha2 v0.10.9 |
| 1503 | 2026-03-12T00:04:36.843Z | Checking filetime v0.2.23 |
| 1504 | 2026-03-12T00:04:36.866Z | Checking bit_field v0.10.2 |
| 1505 | 2026-03-12T00:04:37.004Z | Checking dropshot-api-manager v0.3.0 |
| 1506 | 2026-03-12T00:04:37.026Z | Checking tar v0.4.40 |
| 1507 | 2026-03-12T00:04:37.048Z | Checking cargo_metadata v0.18.1 |
| 1508 | 2026-03-12T00:04:37.510Z | Checking ctrlc v3.4.4 |
| 1509 | 2026-03-12T00:04:37.677Z | Checking fatfs v0.3.6 |
| 1510 | 2026-03-12T00:04:37.961Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1511 | 2026-03-12T00:04:38.381Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1512 | 2026-03-12T00:04:38.701Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1513 | 2026-03-12T00:04:38.949Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1514 | 2026-03-12T00:04:39.265Z | Compiling git2 v0.20.2 |
| 1515 | 2026-03-12T00:04:42.374Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1516 | 2026-03-12T00:04:48.314Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1517 | 2026-03-12T00:04:50.924Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1518 | 2026-03-12T00:04:53.419Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1519 | 2026-03-12T00:04:57.829Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1520 | 2026-03-12T00:05:05.432Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1521 | 2026-03-12T00:05:05.435Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1522 | 2026-03-12T00:05:11.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
| 1523 | 2026-03-12T00:05:11.753Z | |
| 1524 | 2026-03-12T00:05:11.757Z | real 2:40.677542745 |
| 1525 | 2026-03-12T00:05:11.757Z | user 10:40.176482895 |
| 1526 | 2026-03-12T00:05:11.757Z | sys 2:29.258675105 |
| 1527 | 2026-03-12T00:05:11.758Z | trap 0.311178523 |
| 1528 | 2026-03-12T00:05:11.758Z | tflt 0.793175061 |
| 1529 | 2026-03-12T00:05:11.758Z | dflt 0.298498198 |
| 1530 | 2026-03-12T00:05:11.758Z | kflt 0.009231950 |
| 1531 | 2026-03-12T00:05:11.758Z | lock 20:16.126500510 |
| 1532 | 2026-03-12T00:05:11.758Z | slp 42:15.914210578 |
| 1533 | 2026-03-12T00:05:11.758Z | lat 1:22.962497630 |
| 1534 | 2026-03-12T00:05:11.758Z | stop 4:35.051134991 |
| 1535 | 2026-03-12T00:05:11.758Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1536 | 2026-03-12T00:05:12.318Z | Downloading crates ... |
| 1537 | 2026-03-12T00:05:12.534Z | Downloaded slog-envlogger v2.2.0 |
| 1538 | 2026-03-12T00:05:12.538Z | Downloaded termtree v0.4.1 |
| 1539 | 2026-03-12T00:05:12.538Z | Downloaded downcast v0.11.0 |
| 1540 | 2026-03-12T00:05:12.541Z | Downloaded arc-swap v1.7.1 |
| 1541 | 2026-03-12T00:05:12.541Z | Downloaded simd-adler32 v0.3.7 |
| 1542 | 2026-03-12T00:05:12.544Z | Downloaded slog-stdlog v4.1.1 |
| 1543 | 2026-03-12T00:05:12.545Z | Downloaded fdeflate v0.3.4 |
| 1544 | 2026-03-12T00:05:12.545Z | Downloaded serde_test v1.0.176 |
| 1545 | 2026-03-12T00:05:12.548Z | Downloaded predicates-core v1.0.6 |
| 1546 | 2026-03-12T00:05:12.548Z | Downloaded mockall v0.12.1 |
| 1547 | 2026-03-12T00:05:12.548Z | Downloaded fragile v2.0.0 |
| 1548 | 2026-03-12T00:05:12.552Z | Downloaded predicates-tree v1.0.9 |
| 1549 | 2026-03-12T00:05:12.552Z | Downloaded crc32fast v1.4.0 |
| 1550 | 2026-03-12T00:05:12.552Z | Downloaded predicates v3.1.0 |
| 1551 | 2026-03-12T00:05:12.555Z | Downloaded bytemuck v1.16.0 |
| 1552 | 2026-03-12T00:05:12.556Z | Downloaded slog-scope v4.4.0 |
| 1553 | 2026-03-12T00:05:12.559Z | Downloaded mockall_derive v0.12.1 |
| 1554 | 2026-03-12T00:05:12.562Z | Downloaded miniz_oxide v0.7.2 |
| 1555 | 2026-03-12T00:05:12.565Z | Downloaded png v0.17.13 |
| 1556 | 2026-03-12T00:05:12.599Z | Downloaded flate2 v1.0.30 |
| 1557 | 2026-03-12T00:05:13.208Z | Downloaded image v0.25.1 |
| 1558 | 2026-03-12T00:05:13.461Z | Checking log v0.4.27 |
| 1559 | 2026-03-12T00:05:13.555Z | Checking tokio v1.48.0 |
| 1560 | 2026-03-12T00:05:13.580Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1561 | 2026-03-12T00:05:13.602Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1562 | 2026-03-12T00:05:13.615Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1563 | 2026-03-12T00:05:13.619Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1564 | 2026-03-12T00:05:13.640Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 1565 | 2026-03-12T00:05:13.644Z | Compiling crc32fast v1.4.0 |
| 1566 | 2026-03-12T00:05:13.746Z | Checking goblin v0.10.4 |
| 1567 | 2026-03-12T00:05:13.778Z | Checking native-tls v0.2.11 |
| 1568 | 2026-03-12T00:05:13.796Z | Checking rustls v0.23.10 |
| 1569 | 2026-03-12T00:05:13.808Z | Checking rustls v0.22.4 |
| 1570 | 2026-03-12T00:05:13.920Z | Checking typify-impl v0.4.3 |
| 1571 | 2026-03-12T00:05:13.970Z | Checking goblin v0.8.2 |
| 1572 | 2026-03-12T00:05:13.998Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1573 | 2026-03-12T00:05:14.025Z | Checking tungstenite v0.21.0 |
| 1574 | 2026-03-12T00:05:14.553Z | Checking globset v0.4.14 |
| 1575 | 2026-03-12T00:05:14.861Z | Checking rustls v0.21.12 |
| 1576 | 2026-03-12T00:05:15.419Z | Checking typify v0.4.3 |
| 1577 | 2026-03-12T00:05:15.542Z | Checking progenitor-impl v0.11.1 |
| 1578 | 2026-03-12T00:05:15.795Z | Checking progenitor-impl v0.10.0 |
| 1579 | 2026-03-12T00:05:16.424Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1580 | 2026-03-12T00:05:16.589Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1581 | 2026-03-12T00:05:16.639Z | Checking dof v0.3.0 |
| 1582 | 2026-03-12T00:05:16.664Z | Checking simd-adler32 v0.3.7 |
| 1583 | 2026-03-12T00:05:16.686Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1584 | 2026-03-12T00:05:16.749Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1585 | 2026-03-12T00:05:16.762Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1586 | 2026-03-12T00:05:16.847Z | Checking adler v1.0.2 |
| 1587 | 2026-03-12T00:05:16.960Z | Checking arc-swap v1.7.1 |
| 1588 | 2026-03-12T00:05:16.977Z | Checking miniz_oxide v0.7.2 |
| 1589 | 2026-03-12T00:05:17.011Z | Checking fdeflate v0.3.4 |
| 1590 | 2026-03-12T00:05:17.014Z | Checking usdt-impl v0.5.0 |
| 1591 | 2026-03-12T00:05:17.084Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1592 | 2026-03-12T00:05:17.125Z | Checking dof v0.4.0 |
| 1593 | 2026-03-12T00:05:17.237Z | Checking slog-scope v4.4.0 |
| 1594 | 2026-03-12T00:05:17.319Z | Checking predicates-core v1.0.6 |
| 1595 | 2026-03-12T00:05:17.336Z | Checking bytemuck v1.16.0 |
| 1596 | 2026-03-12T00:05:17.365Z | Checking usdt v0.5.0 |
| 1597 | 2026-03-12T00:05:17.393Z | Checking slog-stdlog v4.1.1 |
| 1598 | 2026-03-12T00:05:17.430Z | Checking flate2 v1.0.30 |
| 1599 | 2026-03-12T00:05:17.467Z | Checking termtree v0.4.1 |
| 1600 | 2026-03-12T00:05:17.529Z | Checking slog-envlogger v2.2.0 |
| 1601 | 2026-03-12T00:05:17.549Z | Checking slog-dtrace v0.3.0 |
| 1602 | 2026-03-12T00:05:17.597Z | Checking predicates v3.1.0 |
| 1603 | 2026-03-12T00:05:17.624Z | Checking predicates-tree v1.0.9 |
| 1604 | 2026-03-12T00:05:17.638Z | Compiling mockall_derive v0.12.1 |
| 1605 | 2026-03-12T00:05:17.650Z | Checking usdt-impl v0.6.0 |
| 1606 | 2026-03-12T00:05:17.693Z | Checking downcast v0.11.0 |
| 1607 | 2026-03-12T00:05:17.746Z | Checking fragile v2.0.0 |
| 1608 | 2026-03-12T00:05:17.817Z | Checking png v0.17.13 |
| 1609 | 2026-03-12T00:05:17.821Z | Checking escargot v0.5.10 |
| 1610 | 2026-03-12T00:05:17.832Z | Checking tokio-util v0.7.16 |
| 1611 | 2026-03-12T00:05:17.845Z | Checking tokio-rustls v0.26.0 |
| 1612 | 2026-03-12T00:05:17.926Z | Checking tower v0.5.2 |
| 1613 | 2026-03-12T00:05:17.938Z | Checking tokio-native-tls v0.3.1 |
| 1614 | 2026-03-12T00:05:17.996Z | Checking usdt v0.6.0 |
| 1615 | 2026-03-12T00:05:18.106Z | Checking tokio-rustls v0.25.0 |
| 1616 | 2026-03-12T00:05:18.126Z | Checking backoff v0.4.0 |
| 1617 | 2026-03-12T00:05:18.185Z | Checking tokio-tungstenite v0.21.0 |
| 1618 | 2026-03-12T00:05:18.347Z | Checking hickory-proto v0.24.4 |
| 1619 | 2026-03-12T00:05:18.365Z | Checking zone v0.3.1 |
| 1620 | 2026-03-12T00:05:18.453Z | Checking tokio-dtrace v0.1.1 |
| 1621 | 2026-03-12T00:05:18.466Z | Checking tower-http v0.6.6 |
| 1622 | 2026-03-12T00:05:18.509Z | Checking h2 v0.4.6 |
| 1623 | 2026-03-12T00:05:18.525Z | Checking tokio-stream v0.1.17 |
| 1624 | 2026-03-12T00:05:18.529Z | Checking libsw-core v0.3.2 |
| 1625 | 2026-03-12T00:05:18.666Z | Checking oxide-tokio-rt v0.1.2 |
| 1626 | 2026-03-12T00:05:18.702Z | Checking libsw v3.5.0 |
| 1627 | 2026-03-12T00:05:18.823Z | Checking cancel-safe-futures v0.1.5 |
| 1628 | 2026-03-12T00:05:18.836Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1629 | 2026-03-12T00:05:18.840Z | Checking steno v0.4.1 |
| 1630 | 2026-03-12T00:05:18.888Z | Checking hickory-proto v0.25.2 |
| 1631 | 2026-03-12T00:05:19.040Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1632 | 2026-03-12T00:05:19.113Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1633 | 2026-03-12T00:05:19.496Z | Checking tokio-rustls v0.24.1 |
| 1634 | 2026-03-12T00:05:19.725Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1635 | 2026-03-12T00:05:19.737Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1636 | 2026-03-12T00:05:19.944Z | Checking image v0.25.1 |
| 1637 | 2026-03-12T00:05:19.983Z | Checking fatfs v0.3.6 |
| 1638 | 2026-03-12T00:05:20.153Z | Checking serde_test v1.0.176 |
| 1639 | 2026-03-12T00:05:20.458Z | Checking hickory-resolver v0.24.4 |
| 1640 | 2026-03-12T00:05:20.586Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1641 | 2026-03-12T00:05:20.977Z | Checking hyper v1.8.1 |
| 1642 | 2026-03-12T00:05:21.046Z | Checking hickory-resolver v0.25.2 |
| 1643 | 2026-03-12T00:05:21.074Z | Checking mockall v0.12.1 |
| 1644 | 2026-03-12T00:05:21.311Z | Checking qorb v0.4.1 |
| 1645 | 2026-03-12T00:05:22.157Z | Checking hyper-util v0.1.19 |
| 1646 | 2026-03-12T00:05:23.648Z | Checking hyper-rustls v0.27.3 |
| 1647 | 2026-03-12T00:05:23.648Z | Checking hyper-tls v0.6.0 |
| 1648 | 2026-03-12T00:05:23.654Z | Checking dropshot v0.16.6 |
| 1649 | 2026-03-12T00:05:23.654Z | Checking reqwest v0.12.23 |
| 1650 | 2026-03-12T00:05:24.609Z | Checking progenitor-client v0.10.0 |
| 1651 | 2026-03-12T00:05:24.609Z | Checking progenitor-client v0.11.1 |
| 1652 | 2026-03-12T00:05:24.612Z | Checking tough v0.20.0 |
| 1653 | 2026-03-12T00:05:24.858Z | Checking progenitor v0.11.1 |
| 1654 | 2026-03-12T00:05:24.861Z | Checking progenitor v0.10.0 |
| 1655 | 2026-03-12T00:05:25.003Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1656 | 2026-03-12T00:05:25.006Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1657 | 2026-03-12T00:05:25.869Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1658 | 2026-03-12T00:05:25.874Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1659 | 2026-03-12T00:05:25.874Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1660 | 2026-03-12T00:05:25.874Z | Checking dropshot-api-manager v0.3.0 |
| 1661 | 2026-03-12T00:05:26.457Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1662 | 2026-03-12T00:05:26.647Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1663 | 2026-03-12T00:05:27.657Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1664 | 2026-03-12T00:05:27.900Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1665 | 2026-03-12T00:05:28.240Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1666 | 2026-03-12T00:05:33.187Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1667 | 2026-03-12T00:05:33.187Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1668 | 2026-03-12T00:05:33.191Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1669 | 2026-03-12T00:05:33.191Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1670 | 2026-03-12T00:05:33.191Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1671 | 2026-03-12T00:05:33.191Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1672 | 2026-03-12T00:05:33.988Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1673 | 2026-03-12T00:05:34.866Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1674 | 2026-03-12T00:05:34.881Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1675 | 2026-03-12T00:05:34.885Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1676 | 2026-03-12T00:05:35.203Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1677 | 2026-03-12T00:05:35.475Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1678 | 2026-03-12T00:05:35.695Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1679 | 2026-03-12T00:05:35.740Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1680 | 2026-03-12T00:05:35.775Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1681 | 2026-03-12T00:05:37.989Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1682 | 2026-03-12T00:05:50.837Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1683 | 2026-03-12T00:05:55.699Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1684 | 2026-03-12T00:05:56.358Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1685 | 2026-03-12T00:06:00.021Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1686 | 2026-03-12T00:06:09.173Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1687 | 2026-03-12T00:06:09.176Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1688 | 2026-03-12T00:06:16.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1689 | 2026-03-12T00:06:16.234Z | |
| 1690 | 2026-03-12T00:06:16.237Z | real 1:04.472083535 |
| 1691 | 2026-03-12T00:06:16.237Z | user 2:28.892482606 |
| 1692 | 2026-03-12T00:06:16.237Z | sys 23.368523118 |
| 1693 | 2026-03-12T00:06:16.237Z | trap 0.043971195 |
| 1694 | 2026-03-12T00:06:16.238Z | tflt 0.047176133 |
| 1695 | 2026-03-12T00:06:16.238Z | dflt 0.008224291 |
| 1696 | 2026-03-12T00:06:16.238Z | kflt 0.000064390 |
| 1697 | 2026-03-12T00:06:16.238Z | lock 6:55.200669775 |
| 1698 | 2026-03-12T00:06:16.238Z | slp 8:28.297672228 |
| 1699 | 2026-03-12T00:06:16.238Z | lat 6.001275551 |
| 1700 | 2026-03-12T00:06:16.238Z | stop 16.036240346 |
| 1701 | 2026-03-12T00:06:16.238Z | + banner build |
| 1702 | 2026-03-12T00:06:16.238Z | |
| 1703 | 2026-03-12T00:06:16.238Z | ##### # # # # ##### |
| 1704 | 2026-03-12T00:06:16.238Z | # # # # # # # # |
| 1705 | 2026-03-12T00:06:16.238Z | ##### # # # # # # |
| 1706 | 2026-03-12T00:06:16.238Z | # # # # # # # # |
| 1707 | 2026-03-12T00:06:16.238Z | # # # # # # # # |
| 1708 | 2026-03-12T00:06:16.238Z | ##### #### # ###### ##### |
| 1709 | 2026-03-12T00:06:16.238Z | |
| 1710 | 2026-03-12T00:06:16.238Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1711 | 2026-03-12T00:06:17.028Z | Compiling proc-macro2 v1.0.101 |
| 1712 | 2026-03-12T00:06:17.028Z | Compiling unicode-ident v1.0.18 |
| 1713 | 2026-03-12T00:06:17.031Z | Compiling libc v0.2.176 |
| 1714 | 2026-03-12T00:06:17.031Z | Compiling serde_core v1.0.228 |
| 1715 | 2026-03-12T00:06:17.031Z | Compiling serde v1.0.228 |
| 1716 | 2026-03-12T00:06:17.031Z | Compiling autocfg v1.3.0 |
| 1717 | 2026-03-12T00:06:17.031Z | Compiling cfg-if v1.0.0 |
| 1718 | 2026-03-12T00:06:17.031Z | Compiling memchr v2.7.2 |
| 1719 | 2026-03-12T00:06:17.307Z | Compiling version_check v0.9.5 |
| 1720 | 2026-03-12T00:06:17.658Z | Compiling libm v0.2.8 |
| 1721 | 2026-03-12T00:06:17.930Z | Compiling getrandom v0.3.2 |
| 1722 | 2026-03-12T00:06:17.948Z | Compiling itoa v1.0.11 |
| 1723 | 2026-03-12T00:06:18.323Z | Compiling smallvec v1.13.2 |
| 1724 | 2026-03-12T00:06:18.371Z | Compiling shlex v1.3.0 |
| 1725 | 2026-03-12T00:06:18.431Z | Compiling quote v1.0.40 |
| 1726 | 2026-03-12T00:06:18.550Z | Compiling jobserver v0.1.31 |
| 1727 | 2026-03-12T00:06:18.609Z | Compiling lock_api v0.4.12 |
| 1728 | 2026-03-12T00:06:18.648Z | Compiling parking_lot_core v0.9.10 |
| 1729 | 2026-03-12T00:06:18.720Z | Compiling syn v2.0.111 |
| 1730 | 2026-03-12T00:06:18.794Z | Compiling ryu v1.0.18 |
| 1731 | 2026-03-12T00:06:18.834Z | Compiling cc v1.2.17 |
| 1732 | 2026-03-12T00:06:18.902Z | Compiling serde_json v1.0.145 |
| 1733 | 2026-03-12T00:06:18.999Z | Compiling stable_deref_trait v1.2.0 |
| 1734 | 2026-03-12T00:06:19.092Z | Compiling rustversion v1.0.22 |
| 1735 | 2026-03-12T00:06:19.209Z | Compiling slab v0.4.9 |
| 1736 | 2026-03-12T00:06:19.314Z | Compiling log v0.4.27 |
| 1737 | 2026-03-12T00:06:19.349Z | Compiling thiserror v2.0.17 |
| 1738 | 2026-03-12T00:06:19.499Z | Compiling writeable v0.5.5 |
| 1739 | 2026-03-12T00:06:19.550Z | Compiling thiserror v1.0.64 |
| 1740 | 2026-03-12T00:06:19.780Z | Compiling litemap v0.7.4 |
| 1741 | 2026-03-12T00:06:19.935Z | Compiling pin-project-lite v0.2.14 |
| 1742 | 2026-03-12T00:06:20.057Z | Compiling heck v0.5.0 |
| 1743 | 2026-03-12T00:06:20.286Z | Compiling num-traits v0.2.19 |
| 1744 | 2026-03-12T00:06:20.323Z | Compiling icu_locid_transform_data v1.5.0 |
| 1745 | 2026-03-12T00:06:20.326Z | Compiling regex-syntax v0.8.5 |
| 1746 | 2026-03-12T00:06:20.360Z | Compiling percent-encoding v2.3.2 |
| 1747 | 2026-03-12T00:06:20.683Z | Compiling getrandom v0.2.14 |
| 1748 | 2026-03-12T00:06:20.755Z | Compiling icu_properties_data v1.5.0 |
| 1749 | 2026-03-12T00:06:20.879Z | Compiling aho-corasick v1.1.3 |
| 1750 | 2026-03-12T00:06:20.934Z | Compiling utf16_iter v1.0.5 |
| 1751 | 2026-03-12T00:06:21.116Z | Compiling write16 v1.0.0 |
| 1752 | 2026-03-12T00:06:21.244Z | Compiling icu_normalizer_data v1.5.0 |
| 1753 | 2026-03-12T00:06:21.341Z | Compiling utf8_iter v1.0.4 |
| 1754 | 2026-03-12T00:06:21.444Z | Compiling form_urlencoded v1.2.2 |
| 1755 | 2026-03-12T00:06:21.548Z | Compiling bitflags v2.9.4 |
| 1756 | 2026-03-12T00:06:21.814Z | Compiling scopeguard v1.2.0 |
| 1757 | 2026-03-12T00:06:21.911Z | Compiling allocator-api2 v0.2.21 |
| 1758 | 2026-03-12T00:06:22.092Z | Compiling ring v0.17.14 |
| 1759 | 2026-03-12T00:06:22.240Z | Compiling socket2 v0.6.0 |
| 1760 | 2026-03-12T00:06:22.346Z | Compiling equivalent v1.0.2 |
| 1761 | 2026-03-12T00:06:22.436Z | Compiling regex-automata v0.4.11 |
| 1762 | 2026-03-12T00:06:22.455Z | Compiling parking_lot v0.12.2 |
| 1763 | 2026-03-12T00:06:22.782Z | Compiling signal-hook-registry v1.4.2 |
| 1764 | 2026-03-12T00:06:22.880Z | Compiling synstructure v0.13.1 |
| 1765 | 2026-03-12T00:06:23.250Z | Compiling serde_derive_internals v0.29.1 |
| 1766 | 2026-03-12T00:06:23.319Z | Compiling mio v1.0.2 |
| 1767 | 2026-03-12T00:06:23.399Z | Compiling portable-atomic v1.11.1 |
| 1768 | 2026-03-12T00:06:23.608Z | Compiling semver v1.0.27 |
| 1769 | 2026-03-12T00:06:23.622Z | Compiling critical-section v1.2.0 |
| 1770 | 2026-03-12T00:06:23.644Z | Compiling fnv v1.0.7 |
| 1771 | 2026-03-12T00:06:23.770Z | Compiling futures-core v0.3.31 |
| 1772 | 2026-03-12T00:06:23.978Z | Compiling iana-time-zone v0.1.64 |
| 1773 | 2026-03-12T00:06:24.229Z | Compiling hashbrown v0.16.1 |
| 1774 | 2026-03-12T00:06:24.351Z | Compiling uuid v1.19.0 |
| 1775 | 2026-03-12T00:06:24.524Z | Compiling errno v0.3.14 |
| 1776 | 2026-03-12T00:06:24.704Z | Compiling ucd-trie v0.1.6 |
| 1777 | 2026-03-12T00:06:24.717Z | Compiling once_cell v1.21.3 |
| 1778 | 2026-03-12T00:06:24.757Z | Compiling serde_derive v1.0.228 |
| 1779 | 2026-03-12T00:06:24.971Z | Compiling zerofrom-derive v0.1.5 |
| 1780 | 2026-03-12T00:06:24.987Z | Compiling yoke-derive v0.7.5 |
| 1781 | 2026-03-12T00:06:25.029Z | Compiling zerovec-derive v0.10.3 |
| 1782 | 2026-03-12T00:06:25.042Z | Compiling displaydoc v0.2.5 |
| 1783 | 2026-03-12T00:06:25.136Z | Compiling icu_provider_macros v1.5.0 |
| 1784 | 2026-03-12T00:06:25.667Z | Compiling tokio-macros v2.6.0 |
| 1785 | 2026-03-12T00:06:25.870Z | Compiling schemars_derive v0.8.22 |
| 1786 | 2026-03-12T00:06:26.017Z | Compiling thiserror-impl v2.0.17 |
| 1787 | 2026-03-12T00:06:26.168Z | Compiling thiserror-impl v1.0.64 |
| 1788 | 2026-03-12T00:06:26.376Z | Compiling regex v1.11.3 |
| 1789 | 2026-03-12T00:06:26.428Z | Compiling futures-macro v0.3.31 |
| 1790 | 2026-03-12T00:06:26.623Z | Compiling zerofrom v0.1.5 |
| 1791 | 2026-03-12T00:06:26.673Z | Compiling pest v2.8.4 |
| 1792 | 2026-03-12T00:06:26.792Z | Compiling yoke v0.7.5 |
| 1793 | 2026-03-12T00:06:26.938Z | Compiling httparse v1.10.1 |
| 1794 | 2026-03-12T00:06:27.071Z | Compiling zerovec v0.10.4 |
| 1795 | 2026-03-12T00:06:27.378Z | Compiling typenum v1.17.0 |
| 1796 | 2026-03-12T00:06:27.529Z | Compiling indexmap v2.12.1 |
| 1797 | 2026-03-12T00:06:27.942Z | Compiling generic-array v0.14.7 |
| 1798 | 2026-03-12T00:06:28.037Z | Compiling futures-sink v0.3.31 |
| 1799 | 2026-03-12T00:06:28.175Z | Compiling pest_meta v2.8.4 |
| 1800 | 2026-03-12T00:06:28.223Z | Compiling schemars v0.8.22 |
| 1801 | 2026-03-12T00:06:28.452Z | Compiling tinystr v0.7.6 |
| 1802 | 2026-03-12T00:06:28.455Z | Compiling icu_collections v1.5.0 |
| 1803 | 2026-03-12T00:06:28.479Z | Compiling dyn-clone v1.0.17 |
| 1804 | 2026-03-12T00:06:28.743Z | Compiling icu_locid v1.5.0 |
| 1805 | 2026-03-12T00:06:28.779Z | Compiling either v1.15.0 |
| 1806 | 2026-03-12T00:06:28.857Z | Compiling rand_core v0.6.4 |
| 1807 | 2026-03-12T00:06:28.907Z | Compiling rustix v0.38.34 |
| 1808 | 2026-03-12T00:06:29.053Z | Compiling pest_generator v2.8.4 |
| 1809 | 2026-03-12T00:06:29.174Z | Compiling bytes v1.10.1 |
| 1810 | 2026-03-12T00:06:29.377Z | Compiling chrono v0.4.42 |
| 1811 | 2026-03-12T00:06:29.850Z | Compiling icu_provider v1.5.0 |
| 1812 | 2026-03-12T00:06:29.884Z | Compiling serde_tokenstream v0.2.2 |
| 1813 | 2026-03-12T00:06:30.027Z | Compiling tokio v1.48.0 |
| 1814 | 2026-03-12T00:06:30.098Z | Compiling pest_derive v2.8.4 |
| 1815 | 2026-03-12T00:06:30.161Z | Compiling futures-channel v0.3.31 |
| 1816 | 2026-03-12T00:06:30.441Z | Compiling icu_locid_transform v1.5.0 |
| 1817 | 2026-03-12T00:06:30.474Z | Compiling prettyplease v0.2.37 |
| 1818 | 2026-03-12T00:06:30.488Z | Compiling pin-utils v0.1.0 |
| 1819 | 2026-03-12T00:06:31.110Z | Compiling strsim v0.11.1 |
| 1820 | 2026-03-12T00:06:31.493Z | Compiling icu_properties v1.5.1 |
| 1821 | 2026-03-12T00:06:31.966Z | Compiling futures-io v0.3.31 |
| 1822 | 2026-03-12T00:06:32.136Z | Compiling futures-task v0.3.31 |
| 1823 | 2026-03-12T00:06:32.218Z | Compiling byteorder v1.5.0 |
| 1824 | 2026-03-12T00:06:32.370Z | Compiling lazy_static v1.5.0 |
| 1825 | 2026-03-12T00:06:32.373Z | Compiling futures-util v0.3.31 |
| 1826 | 2026-03-12T00:06:33.063Z | Compiling slog v2.8.2 |
| 1827 | 2026-03-12T00:06:33.728Z | Compiling icu_normalizer v1.5.0 |
| 1828 | 2026-03-12T00:06:33.816Z | Compiling subtle v2.5.0 |
| 1829 | 2026-03-12T00:06:33.906Z | Compiling anyhow v1.0.100 |
| 1830 | 2026-03-12T00:06:34.049Z | Compiling glob v0.3.3 |
| 1831 | 2026-03-12T00:06:34.069Z | Compiling ident_case v1.0.1 |
| 1832 | 2026-03-12T00:06:34.219Z | Compiling minimal-lexical v0.2.1 |
| 1833 | 2026-03-12T00:06:34.350Z | Compiling idna_adapter v1.2.0 |
| 1834 | 2026-03-12T00:06:34.483Z | Compiling clang-sys v1.8.1 |
| 1835 | 2026-03-12T00:06:34.529Z | Compiling idna v1.0.3 |
| 1836 | 2026-03-12T00:06:34.532Z | Compiling nom v7.1.3 |
| 1837 | 2026-03-12T00:06:34.982Z | Compiling url v2.5.4 |
| 1838 | 2026-03-12T00:06:35.220Z | Compiling pkg-config v0.3.30 |
| 1839 | 2026-03-12T00:06:36.508Z | Compiling zerocopy v0.8.27 |
| 1840 | 2026-03-12T00:06:37.021Z | Compiling vcpkg v0.2.15 |
| 1841 | 2026-03-12T00:06:37.273Z | Compiling http v1.4.0 |
| 1842 | 2026-03-12T00:06:37.369Z | Compiling libloading v0.8.9 |
| 1843 | 2026-03-12T00:06:37.615Z | Compiling zeroize v1.7.0 |
| 1844 | 2026-03-12T00:06:37.789Z | Compiling home v0.5.11 |
| 1845 | 2026-03-12T00:06:37.796Z | Compiling bindgen v0.69.5 |
| 1846 | 2026-03-12T00:06:37.940Z | Compiling which v4.4.2 |
| 1847 | 2026-03-12T00:06:38.005Z | Compiling cexpr v0.6.0 |
| 1848 | 2026-03-12T00:06:38.266Z | Compiling itertools v0.12.1 |
| 1849 | 2026-03-12T00:06:38.951Z | Compiling tracing-core v0.1.32 |
| 1850 | 2026-03-12T00:06:39.387Z | Compiling tracing-attributes v0.1.27 |
| 1851 | 2026-03-12T00:06:39.546Z | Compiling zerocopy-derive v0.8.27 |
| 1852 | 2026-03-12T00:06:39.680Z | Compiling rustc-hash v1.1.0 |
| 1853 | 2026-03-12T00:06:39.870Z | Compiling lazycell v1.3.0 |
| 1854 | 2026-03-12T00:06:41.020Z | Compiling cmake v0.1.54 |
| 1855 | 2026-03-12T00:06:41.044Z | Compiling tracing v0.1.40 |
| 1856 | 2026-03-12T00:06:41.261Z | Compiling fs_extra v1.3.0 |
| 1857 | 2026-03-12T00:06:41.311Z | Compiling dunce v1.0.5 |
| 1858 | 2026-03-12T00:06:41.464Z | Compiling untrusted v0.9.0 |
| 1859 | 2026-03-12T00:06:41.593Z | Compiling ppv-lite86 v0.2.17 |
| 1860 | 2026-03-12T00:06:41.739Z | Compiling rustls-pki-types v1.12.0 |
| 1861 | 2026-03-12T00:06:42.099Z | Compiling aws-lc-rs v1.13.3 |
| 1862 | 2026-03-12T00:06:42.202Z | Compiling time-core v0.1.6 |
| 1863 | 2026-03-12T00:06:42.274Z | Compiling num-conv v0.1.0 |
| 1864 | 2026-03-12T00:06:42.394Z | Compiling foldhash v0.1.5 |
| 1865 | 2026-03-12T00:06:42.441Z | Compiling crypto-common v0.1.6 |
| 1866 | 2026-03-12T00:06:42.466Z | Compiling time-macros v0.2.24 |
| 1867 | 2026-03-12T00:06:42.601Z | Compiling hashbrown v0.15.2 |
| 1868 | 2026-03-12T00:06:42.791Z | Compiling tokio-util v0.7.16 |
| 1869 | 2026-03-12T00:06:43.237Z | Compiling ipnet v2.9.0 |
| 1870 | 2026-03-12T00:06:43.358Z | Compiling paste v1.0.15 |
| 1871 | 2026-03-12T00:06:43.730Z | Compiling camino v1.2.2 |
| 1872 | 2026-03-12T00:06:43.906Z | Compiling syn v1.0.109 |
| 1873 | 2026-03-12T00:06:44.140Z | Compiling regress v0.10.4 |
| 1874 | 2026-03-12T00:06:44.206Z | Compiling scroll_derive v0.13.1 |
| 1875 | 2026-03-12T00:06:44.361Z | Compiling untrusted v0.7.1 |
| 1876 | 2026-03-12T00:06:44.516Z | Compiling base64 v0.22.1 |
| 1877 | 2026-03-12T00:06:45.337Z | Compiling http-body v1.0.1 |
| 1878 | 2026-03-12T00:06:45.748Z | Compiling atomic-waker v1.1.2 |
| 1879 | 2026-03-12T00:06:45.807Z | Compiling async-trait v0.1.89 |
| 1880 | 2026-03-12T00:06:46.206Z | Compiling aws-lc-sys v0.30.0 |
| 1881 | 2026-03-12T00:06:46.321Z | Compiling typify-impl v0.4.3 |
| 1882 | 2026-03-12T00:06:46.918Z | Compiling tower-service v0.3.3 |
| 1883 | 2026-03-12T00:06:47.143Z | Compiling try-lock v0.2.5 |
| 1884 | 2026-03-12T00:06:47.290Z | Compiling tower-layer v0.3.3 |
| 1885 | 2026-03-12T00:06:47.309Z | Compiling want v0.3.1 |
| 1886 | 2026-03-12T00:06:47.536Z | Compiling h2 v0.4.6 |
| 1887 | 2026-03-12T00:06:47.583Z | Compiling httpdate v1.0.3 |
| 1888 | 2026-03-12T00:06:48.053Z | Compiling openssl-sys v0.9.107 |
| 1889 | 2026-03-12T00:06:48.209Z | Compiling darling_core v0.21.3 |
| 1890 | 2026-03-12T00:06:48.831Z | Compiling erased-serde v0.3.31 |
| 1891 | 2026-03-12T00:06:49.733Z | Compiling pretty-hex v0.4.1 |
| 1892 | 2026-03-12T00:06:49.928Z | Compiling usdt-impl v0.6.0 |
| 1893 | 2026-03-12T00:06:50.295Z | Compiling scroll v0.13.0 |
| 1894 | 2026-03-12T00:06:50.592Z | Compiling rand_chacha v0.3.1 |
| 1895 | 2026-03-12T00:06:50.751Z | Compiling hyper v1.8.1 |
| 1896 | 2026-03-12T00:06:50.929Z | Compiling openapiv3 v2.2.0 |
| 1897 | 2026-03-12T00:06:51.370Z | Compiling darling_macro v0.21.3 |
| 1898 | 2026-03-12T00:06:51.385Z | Compiling typify-macro v0.4.3 |
| 1899 | 2026-03-12T00:06:51.533Z | Compiling plain v0.2.3 |
| 1900 | 2026-03-12T00:06:51.671Z | Compiling cpufeatures v0.2.12 |
| 1901 | 2026-03-12T00:06:51.764Z | Compiling crossbeam-utils v0.8.19 |
| 1902 | 2026-03-12T00:06:52.194Z | Compiling darling v0.21.3 |
| 1903 | 2026-03-12T00:06:52.270Z | Compiling goblin v0.10.4 |
| 1904 | 2026-03-12T00:06:52.297Z | Compiling rand v0.8.5 |
| 1905 | 2026-03-12T00:06:53.110Z | Compiling hyper-util v0.1.19 |
| 1906 | 2026-03-12T00:06:53.460Z | Compiling typify v0.4.3 |
| 1907 | 2026-03-12T00:06:55.456Z | Compiling http-body-util v0.1.3 |
| 1908 | 2026-03-12T00:06:55.746Z | Compiling block-buffer v0.10.4 |
| 1909 | 2026-03-12T00:06:55.837Z | Compiling strum_macros v0.26.4 |
| 1910 | 2026-03-12T00:06:55.937Z | Compiling encoding_rs v0.8.34 |
| 1911 | 2026-03-12T00:06:56.150Z | Compiling mime v0.3.17 |
| 1912 | 2026-03-12T00:06:56.200Z | Compiling omicron-workspace-hack v0.1.0 |
| 1913 | 2026-03-12T00:06:56.474Z | Compiling rustls v0.22.4 |
| 1914 | 2026-03-12T00:06:56.747Z | Compiling dof v0.4.0 |
| 1915 | 2026-03-12T00:06:56.859Z | Compiling digest v0.10.7 |
| 1916 | 2026-03-12T00:06:57.664Z | Compiling dtrace-parser v0.3.0 |
| 1917 | 2026-03-12T00:06:57.846Z | Compiling serde_urlencoded v0.7.1 |
| 1918 | 2026-03-12T00:06:57.877Z | Compiling daft-derive v0.1.5 |
| 1919 | 2026-03-12T00:06:58.091Z | Compiling thread-id v5.0.0 |
| 1920 | 2026-03-12T00:06:58.132Z | Compiling slog-async v2.8.0 |
| 1921 | 2026-03-12T00:06:58.339Z | Compiling unsafe-libyaml v0.2.11 |
| 1922 | 2026-03-12T00:06:58.541Z | Compiling foreign-types-shared v0.1.1 |
| 1923 | 2026-03-12T00:06:58.554Z | Compiling openssl v0.10.72 |
| 1924 | 2026-03-12T00:06:58.653Z | Compiling foreign-types v0.3.2 |
| 1925 | 2026-03-12T00:06:58.933Z | Compiling futures-executor v0.3.31 |
| 1926 | 2026-03-12T00:06:59.273Z | Compiling serde_yaml v0.9.34+deprecated |
| 1927 | 2026-03-12T00:06:59.517Z | Compiling openssl-macros v0.1.1 |
| 1928 | 2026-03-12T00:06:59.714Z | Compiling multer v3.1.0 |
| 1929 | 2026-03-12T00:06:59.854Z | Compiling native-tls v0.2.11 |
| 1930 | 2026-03-12T00:07:00.004Z | Compiling rustls v0.23.10 |
| 1931 | 2026-03-12T00:07:00.109Z | Compiling rustix v1.1.2 |
| 1932 | 2026-03-12T00:07:00.994Z | Compiling futures v0.3.31 |
| 1933 | 2026-03-12T00:07:01.447Z | Compiling ref-cast v1.0.25 |
| 1934 | 2026-03-12T00:07:01.869Z | Compiling openssl-probe v0.1.5 |
| 1935 | 2026-03-12T00:07:04.557Z | Compiling usdt-attr-macro v0.6.0 |
| 1936 | 2026-03-12T00:07:04.796Z | Compiling usdt-macro v0.6.0 |
| 1937 | 2026-03-12T00:07:05.707Z | Compiling ipnetwork v0.21.1 |
| 1938 | 2026-03-12T00:07:05.875Z | Compiling async-stream-impl v0.3.6 |
| 1939 | 2026-03-12T00:07:06.714Z | Compiling structmeta-derive v0.3.0 |
| 1940 | 2026-03-12T00:07:07.207Z | Compiling sync_wrapper v1.0.1 |
| 1941 | 2026-03-12T00:07:07.349Z | Compiling dropshot v0.16.6 |
| 1942 | 2026-03-12T00:07:07.642Z | Compiling powerfmt v0.2.0 |
| 1943 | 2026-03-12T00:07:07.752Z | Compiling tower v0.5.2 |
| 1944 | 2026-03-12T00:07:07.976Z | Compiling deranged v0.5.3 |
| 1945 | 2026-03-12T00:07:08.002Z | Compiling tokio-native-tls v0.3.1 |
| 1946 | 2026-03-12T00:07:08.126Z | Compiling structmeta v0.3.0 |
| 1947 | 2026-03-12T00:07:08.238Z | Compiling sha1 v0.10.6 |
| 1948 | 2026-03-12T00:07:08.400Z | Compiling webpki-roots v0.26.3 |
| 1949 | 2026-03-12T00:07:08.562Z | Compiling ref-cast-impl v1.0.25 |
| 1950 | 2026-03-12T00:07:08.565Z | Compiling rand_core v0.9.3 |
| 1951 | 2026-03-12T00:07:08.920Z | Compiling iri-string v0.7.8 |
| 1952 | 2026-03-12T00:07:08.978Z | Compiling winnow v0.7.13 |
| 1953 | 2026-03-12T00:07:09.009Z | Compiling match_cfg v0.1.0 |
| 1954 | 2026-03-12T00:07:09.124Z | Compiling num_threads v0.1.7 |
| 1955 | 2026-03-12T00:07:09.240Z | Compiling hostname v0.3.1 |
| 1956 | 2026-03-12T00:07:09.279Z | Compiling rand_chacha v0.9.0 |
| 1957 | 2026-03-12T00:07:09.349Z | Compiling hyper-tls v0.6.0 |
| 1958 | 2026-03-12T00:07:09.673Z | Compiling time v0.3.44 |
| 1959 | 2026-03-12T00:07:09.805Z | Compiling webpki-roots v1.0.3 |
| 1960 | 2026-03-12T00:07:09.958Z | Compiling dropshot_endpoint v0.16.6 |
| 1961 | 2026-03-12T00:07:11.298Z | Compiling tower-http v0.6.6 |
| 1962 | 2026-03-12T00:07:11.906Z | Compiling fastrand v2.3.0 |
| 1963 | 2026-03-12T00:07:12.251Z | Compiling tempfile v3.23.0 |
| 1964 | 2026-03-12T00:07:13.344Z | Compiling rand v0.9.2 |
| 1965 | 2026-03-12T00:07:13.737Z | Compiling strum v0.26.3 |
| 1966 | 2026-03-12T00:07:13.905Z | Compiling crossbeam-channel v0.5.15 |
| 1967 | 2026-03-12T00:07:14.025Z | Compiling progenitor-impl v0.11.1 |
| 1968 | 2026-03-12T00:07:15.451Z | Compiling oxnet v0.1.3 |
| 1969 | 2026-03-12T00:07:15.521Z | Compiling serde_with_macros v3.15.0 |
| 1970 | 2026-03-12T00:07:15.942Z | Compiling thread_local v1.1.8 |
| 1971 | 2026-03-12T00:07:16.402Z | Compiling derive-where v1.6.0 |
| 1972 | 2026-03-12T00:07:17.039Z | Compiling strum_macros v0.27.2 |
| 1973 | 2026-03-12T00:07:17.060Z | Compiling progenitor-macro v0.11.1 |
| 1974 | 2026-03-12T00:07:19.105Z | Compiling derive-ex v0.1.8 |
| 1975 | 2026-03-12T00:07:21.304Z | Compiling newtype-uuid v1.3.1 |
| 1976 | 2026-03-12T00:07:22.561Z | Compiling newtype-uuid-macros v0.1.0 |
| 1977 | 2026-03-12T00:07:23.136Z | Compiling is-terminal v0.4.12 |
| 1978 | 2026-03-12T00:07:23.245Z | Compiling debug-ignore v1.0.5 |
| 1979 | 2026-03-12T00:07:23.393Z | Compiling term v1.2.0 |
| 1980 | 2026-03-12T00:07:23.655Z | Compiling take_mut v0.2.2 |
| 1981 | 2026-03-12T00:07:23.699Z | Compiling quick-error v1.2.3 |
| 1982 | 2026-03-12T00:07:23.826Z | Compiling slog-term v2.9.2 |
| 1983 | 2026-03-12T00:07:25.637Z | Compiling test-strategy v0.4.3 |
| 1984 | 2026-03-12T00:07:25.759Z | Compiling slog-json v2.6.1 |
| 1985 | 2026-03-12T00:07:25.978Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1986 | 2026-03-12T00:07:26.088Z | Compiling parse-display-derive v0.10.0 |
| 1987 | 2026-03-12T00:07:27.083Z | Compiling macaddr v1.0.1 |
| 1988 | 2026-03-12T00:07:27.456Z | Compiling toml_datetime v0.6.11 |
| 1989 | 2026-03-12T00:07:27.543Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1990 | 2026-03-12T00:07:27.780Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1991 | 2026-03-12T00:07:28.122Z | Compiling serde_spanned v1.0.4 |
| 1992 | 2026-03-12T00:07:28.234Z | Compiling memmap2 v0.9.9 |
| 1993 | 2026-03-12T00:07:28.347Z | Compiling spin v0.9.8 |
| 1994 | 2026-03-12T00:07:28.499Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1995 | 2026-03-12T00:07:28.777Z | Compiling toml v0.9.10+spec-1.1.0 |
| 1996 | 2026-03-12T00:07:28.843Z | Compiling usdt v0.6.0 |
| 1997 | 2026-03-12T00:07:29.748Z | Compiling slog-bunyan v2.5.0 |
| 1998 | 2026-03-12T00:07:29.965Z | Compiling daft v0.1.5 |
| 1999 | 2026-03-12T00:07:30.225Z | Compiling async-stream v0.3.6 |
| 2000 | 2026-03-12T00:07:30.333Z | Compiling waitgroup v0.1.2 |
| 2001 | 2026-03-12T00:07:30.355Z | Compiling rustls-pemfile v2.2.0 |
| 2002 | 2026-03-12T00:07:30.441Z | Compiling serde_path_to_error v0.1.20 |
| 2003 | 2026-03-12T00:07:30.515Z | Compiling hostname v0.4.2 |
| 2004 | 2026-03-12T00:07:31.009Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2005 | 2026-03-12T00:07:31.496Z | Compiling hex v0.4.3 |
| 2006 | 2026-03-12T00:07:31.598Z | Compiling wait-timeout v0.2.0 |
| 2007 | 2026-03-12T00:07:31.909Z | Compiling bit-vec v0.6.3 |
| 2008 | 2026-03-12T00:07:32.155Z | Compiling rusty-fork v0.3.0 |
| 2009 | 2026-03-12T00:07:32.270Z | Compiling bit-set v0.5.3 |
| 2010 | 2026-03-12T00:07:32.928Z | Compiling strum v0.27.2 |
| 2011 | 2026-03-12T00:07:33.094Z | Compiling serde_with v3.15.0 |
| 2012 | 2026-03-12T00:07:33.346Z | Compiling rustls-webpki v0.102.4 |
| 2013 | 2026-03-12T00:07:34.158Z | Compiling rand_xorshift v0.3.0 |
| 2014 | 2026-03-12T00:07:34.326Z | Compiling thread-id v4.2.1 |
| 2015 | 2026-03-12T00:07:34.340Z | Compiling unarray v0.1.4 |
| 2016 | 2026-03-12T00:07:34.686Z | Compiling proptest v1.5.0 |
| 2017 | 2026-03-12T00:07:35.061Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2018 | 2026-03-12T00:07:35.134Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2019 | 2026-03-12T00:07:35.929Z | Compiling zerocopy-derive v0.7.34 |
| 2020 | 2026-03-12T00:07:36.099Z | Compiling instant v0.1.12 |
| 2021 | 2026-03-12T00:07:36.467Z | Compiling foldhash v0.2.0 |
| 2022 | 2026-03-12T00:07:37.036Z | Compiling rustc-hash v2.1.1 |
| 2023 | 2026-03-12T00:07:37.191Z | Compiling iddqd v0.3.14 |
| 2024 | 2026-03-12T00:07:37.212Z | Compiling backoff v0.4.0 |
| 2025 | 2026-03-12T00:07:37.475Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2026 | 2026-03-12T00:07:37.751Z | Compiling parse-display v0.10.0 |
| 2027 | 2026-03-12T00:07:38.879Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2028 | 2026-03-12T00:07:39.139Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2029 | 2026-03-12T00:07:39.318Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2030 | 2026-03-12T00:07:39.778Z | Compiling unicode-xid v0.2.4 |
| 2031 | 2026-03-12T00:07:41.328Z | Compiling winnow v0.5.40 |
| 2032 | 2026-03-12T00:07:42.190Z | Compiling heck v0.4.1 |
| 2033 | 2026-03-12T00:07:42.205Z | Compiling crucible-workspace-hack v0.1.0 |
| 2034 | 2026-03-12T00:07:43.264Z | Compiling toml_edit v0.19.15 |
| 2035 | 2026-03-12T00:07:43.603Z | Compiling clap_derive v4.5.4 |
| 2036 | 2026-03-12T00:07:45.519Z | Compiling utf8parse v0.2.1 |
| 2037 | 2026-03-12T00:07:45.565Z | Compiling proc-macro-crate v1.3.1 |
| 2038 | 2026-03-12T00:07:45.666Z | Compiling anstyle-parse v0.2.4 |
| 2039 | 2026-03-12T00:07:46.116Z | Compiling zerocopy v0.7.34 |
| 2040 | 2026-03-12T00:07:46.539Z | Compiling tokio-rustls v0.26.0 |
| 2041 | 2026-03-12T00:07:46.907Z | Compiling serde_spanned v0.6.9 |
| 2042 | 2026-03-12T00:07:47.068Z | Compiling scroll_derive v0.12.0 |
| 2043 | 2026-03-12T00:07:47.081Z | Compiling usdt-impl v0.5.0 |
| 2044 | 2026-03-12T00:07:47.282Z | Compiling anstyle v1.0.7 |
| 2045 | 2026-03-12T00:07:47.398Z | Compiling data-encoding v2.6.0 |
| 2046 | 2026-03-12T00:07:47.564Z | Compiling anstyle-query v1.0.3 |
| 2047 | 2026-03-12T00:07:47.642Z | Compiling is_terminal_polyfill v1.70.0 |
| 2048 | 2026-03-12T00:07:47.698Z | Compiling colorchoice v1.0.1 |
| 2049 | 2026-03-12T00:07:47.760Z | Compiling unicode-width v0.1.14 |
| 2050 | 2026-03-12T00:07:47.853Z | Compiling anstream v0.6.14 |
| 2051 | 2026-03-12T00:07:47.972Z | Compiling scroll v0.12.0 |
| 2052 | 2026-03-12T00:07:48.437Z | Compiling dof v0.3.0 |
| 2053 | 2026-03-12T00:07:48.466Z | Compiling hyper-rustls v0.27.3 |
| 2054 | 2026-03-12T00:07:48.790Z | Compiling terminal_size v0.3.0 |
| 2055 | 2026-03-12T00:07:48.928Z | Compiling dtrace-parser v0.2.0 |
| 2056 | 2026-03-12T00:07:48.973Z | Compiling num-integer v0.1.46 |
| 2057 | 2026-03-12T00:07:49.628Z | Compiling clap_lex v0.7.0 |
| 2058 | 2026-03-12T00:07:49.715Z | Compiling reqwest v0.12.23 |
| 2059 | 2026-03-12T00:07:50.102Z | Compiling clap_builder v4.5.2 |
| 2060 | 2026-03-12T00:07:50.685Z | Compiling goblin v0.8.2 |
| 2061 | 2026-03-12T00:07:51.958Z | Compiling tinyvec_macros v0.1.1 |
| 2062 | 2026-03-12T00:07:52.046Z | Compiling tinyvec v1.6.0 |
| 2063 | 2026-03-12T00:07:52.966Z | Compiling clap v4.5.4 |
| 2064 | 2026-03-12T00:07:53.075Z | Compiling num-bigint v0.4.5 |
| 2065 | 2026-03-12T00:07:53.651Z | Compiling crossbeam-epoch v0.9.18 |
| 2066 | 2026-03-12T00:07:55.547Z | Compiling itertools v0.14.0 |
| 2067 | 2026-03-12T00:07:57.255Z | Compiling tokio-rustls v0.25.0 |
| 2068 | 2026-03-12T00:07:57.764Z | Compiling proc-macro-error-attr v1.0.4 |
| 2069 | 2026-03-12T00:07:58.076Z | Compiling heapless v0.8.0 |
| 2070 | 2026-03-12T00:07:59.057Z | Compiling ingot-macros v0.1.1 |
| 2071 | 2026-03-12T00:08:02.590Z | Compiling progenitor-client v0.10.0 |
| 2072 | 2026-03-12T00:08:03.080Z | Compiling progenitor-client v0.11.1 |
| 2073 | 2026-03-12T00:08:03.207Z | Compiling num-rational v0.4.2 |
| 2074 | 2026-03-12T00:08:03.521Z | Compiling progenitor v0.11.1 |
| 2075 | 2026-03-12T00:08:03.697Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2076 | 2026-03-12T00:08:05.068Z | Compiling usdt-attr-macro v0.5.0 |
| 2077 | 2026-03-12T00:08:05.239Z | Compiling usdt-macro v0.5.0 |
| 2078 | 2026-03-12T00:08:06.044Z | Compiling num-iter v0.1.45 |
| 2079 | 2026-03-12T00:08:06.627Z | Compiling darling_core v0.20.11 |
| 2080 | 2026-03-12T00:08:06.654Z | Compiling hash32 v0.3.1 |
| 2081 | 2026-03-12T00:08:06.868Z | Compiling num-complex v0.4.6 |
| 2082 | 2026-03-12T00:08:07.604Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2083 | 2026-03-12T00:08:09.722Z | Compiling memmap v0.7.0 |
| 2084 | 2026-03-12T00:08:09.753Z | Compiling proc-macro-error v1.0.4 |
| 2085 | 2026-03-12T00:08:10.074Z | Compiling smoltcp v0.11.0 |
| 2086 | 2026-03-12T00:08:10.247Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2087 | 2026-03-12T00:08:12.687Z | Compiling usdt v0.5.0 |
| 2088 | 2026-03-12T00:08:13.501Z | Compiling darling_macro v0.20.11 |
| 2089 | 2026-03-12T00:08:13.788Z | Compiling num v0.4.3 |
| 2090 | 2026-03-12T00:08:14.539Z | Compiling ingot-types v0.1.2 |
| 2091 | 2026-03-12T00:08:14.638Z | Compiling num_enum_derive v0.7.4 |
| 2092 | 2026-03-12T00:08:14.913Z | Compiling synstructure v0.12.6 |
| 2093 | 2026-03-12T00:08:15.699Z | Compiling bitflags v1.3.2 |
| 2094 | 2026-03-12T00:08:15.916Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2095 | 2026-03-12T00:08:15.972Z | Compiling cobs v0.2.3 |
| 2096 | 2026-03-12T00:08:16.193Z | Compiling managed v0.8.0 |
| 2097 | 2026-03-12T00:08:16.382Z | Compiling toml_write v0.1.2 |
| 2098 | 2026-03-12T00:08:16.566Z | Compiling postcard v1.0.9 |
| 2099 | 2026-03-12T00:08:16.709Z | Compiling toml_edit v0.22.27 |
| 2100 | 2026-03-12T00:08:16.940Z | Compiling num_enum v0.7.4 |
| 2101 | 2026-03-12T00:08:17.111Z | Compiling zerocopy-derive v0.2.0 |
| 2102 | 2026-03-12T00:08:17.932Z | Compiling ingot v0.1.1 |
| 2103 | 2026-03-12T00:08:18.193Z | Compiling darling v0.20.11 |
| 2104 | 2026-03-12T00:08:20.928Z | Compiling enum-as-inner v0.6.0 |
| 2105 | 2026-03-12T00:08:21.595Z | Compiling libz-sys v1.1.16 |
| 2106 | 2026-03-12T00:08:21.834Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2107 | 2026-03-12T00:08:22.302Z | Compiling foreign-types-macros v0.2.3 |
| 2108 | 2026-03-12T00:08:22.330Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2109 | 2026-03-12T00:08:22.443Z | Compiling foreign-types-shared v0.3.1 |
| 2110 | 2026-03-12T00:08:22.566Z | Compiling rayon-core v1.12.1 |
| 2111 | 2026-03-12T00:08:22.814Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2112 | 2026-03-12T00:08:22.990Z | Compiling toml v0.8.23 |
| 2113 | 2026-03-12T00:08:23.149Z | Compiling foreign-types v0.5.0 |
| 2114 | 2026-03-12T00:08:23.292Z | Compiling derive_builder_core v0.20.2 |
| 2115 | 2026-03-12T00:08:24.751Z | Compiling crossbeam-deque v0.8.5 |
| 2116 | 2026-03-12T00:08:25.035Z | Compiling tabwriter v1.4.0 |
| 2117 | 2026-03-12T00:08:25.057Z | Compiling progenitor-impl v0.10.0 |
| 2118 | 2026-03-12T00:08:25.524Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2119 | 2026-03-12T00:08:26.177Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2120 | 2026-03-12T00:08:26.180Z | Compiling cstr-argument v0.1.2 |
| 2121 | 2026-03-12T00:08:26.266Z | Compiling float-ord v0.3.2 |
| 2122 | 2026-03-12T00:08:26.398Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2123 | 2026-03-12T00:08:26.412Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2124 | 2026-03-12T00:08:26.430Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2125 | 2026-03-12T00:08:26.704Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2126 | 2026-03-12T00:08:27.849Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2127 | 2026-03-12T00:08:27.900Z | Compiling derive_builder_macro v0.20.2 |
| 2128 | 2026-03-12T00:08:27.988Z | Compiling resolv-conf v0.7.0 |
| 2129 | 2026-03-12T00:08:28.047Z | Compiling progenitor-macro v0.10.0 |
| 2130 | 2026-03-12T00:08:28.645Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2131 | 2026-03-12T00:08:28.832Z | Compiling vergen-lib v0.1.6 |
| 2132 | 2026-03-12T00:08:28.907Z | Compiling usdt-impl v0.3.5 |
| 2133 | 2026-03-12T00:08:29.122Z | Compiling slog-dtrace v0.3.0 |
| 2134 | 2026-03-12T00:08:29.233Z | Compiling semver v0.1.20 |
| 2135 | 2026-03-12T00:08:29.236Z | Compiling colored v3.0.0 |
| 2136 | 2026-03-12T00:08:29.421Z | Compiling linked-hash-map v0.5.6 |
| 2137 | 2026-03-12T00:08:29.711Z | Compiling lru-cache v0.1.2 |
| 2138 | 2026-03-12T00:08:29.896Z | Compiling rustc_version v0.1.7 |
| 2139 | 2026-03-12T00:08:34.168Z | Compiling progenitor v0.10.0 |
| 2140 | 2026-03-12T00:08:34.181Z | Compiling derive_builder v0.20.2 |
| 2141 | 2026-03-12T00:08:34.332Z | Compiling rayon v1.10.0 |
| 2142 | 2026-03-12T00:08:34.346Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2143 | 2026-03-12T00:08:35.737Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2144 | 2026-03-12T00:08:36.621Z | Compiling hickory-proto v0.24.4 |
| 2145 | 2026-03-12T00:08:36.897Z | Compiling zone_cfg_derive v0.3.0 |
| 2146 | 2026-03-12T00:08:37.779Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2147 | 2026-03-12T00:08:38.065Z | Compiling camino-tempfile v1.4.1 |
| 2148 | 2026-03-12T00:08:38.503Z | Compiling hubpack_derive v0.1.1 |
| 2149 | 2026-03-12T00:08:38.585Z | Compiling cargo-platform v0.1.8 |
| 2150 | 2026-03-12T00:08:38.897Z | Compiling num-derive v0.4.2 |
| 2151 | 2026-03-12T00:08:39.162Z | Compiling serde_repr v0.1.19 |
| 2152 | 2026-03-12T00:08:39.300Z | Compiling vergen v9.0.6 |
| 2153 | 2026-03-12T00:08:39.374Z | Compiling sigpipe v0.1.3 |
| 2154 | 2026-03-12T00:08:39.492Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2155 | 2026-03-12T00:08:39.582Z | Compiling convert_case v0.4.0 |
| 2156 | 2026-03-12T00:08:39.775Z | Compiling jiff v0.2.15 |
| 2157 | 2026-03-12T00:08:39.941Z | Compiling base64 v0.21.7 |
| 2158 | 2026-03-12T00:08:40.156Z | Compiling siphasher v1.0.1 |
| 2159 | 2026-03-12T00:08:40.426Z | Compiling base64ct v1.6.0 |
| 2160 | 2026-03-12T00:08:40.590Z | Compiling phf_shared v0.12.1 |
| 2161 | 2026-03-12T00:08:40.865Z | Compiling password-hash v0.5.0 |
| 2162 | 2026-03-12T00:08:40.888Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 2163 | 2026-03-12T00:08:41.173Z | Compiling derive_more v0.99.20 |
| 2164 | 2026-03-12T00:08:41.398Z | Compiling hickory-resolver v0.24.4 |
| 2165 | 2026-03-12T00:08:41.773Z | Compiling hubpack v0.1.2 |
| 2166 | 2026-03-12T00:08:42.077Z | Compiling zone v0.3.1 |
| 2167 | 2026-03-12T00:08:42.099Z | Compiling cargo_metadata v0.19.2 |
| 2168 | 2026-03-12T00:08:43.810Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2169 | 2026-03-12T00:08:43.823Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2170 | 2026-03-12T00:08:44.187Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2171 | 2026-03-12T00:08:44.769Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2172 | 2026-03-12T00:08:47.490Z | Compiling newtype_derive v0.1.6 |
| 2173 | 2026-03-12T00:08:47.517Z | Compiling zerocopy v0.3.2 |
| 2174 | 2026-03-12T00:08:47.782Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2175 | 2026-03-12T00:08:47.863Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2176 | 2026-03-12T00:08:48.386Z | Compiling blake2 v0.10.6 |
| 2177 | 2026-03-12T00:08:48.668Z | Compiling tokio-stream v0.1.17 |
| 2178 | 2026-03-12T00:08:48.739Z | Compiling serde-big-array v0.5.1 |
| 2179 | 2026-03-12T00:08:48.947Z | Compiling smf v0.2.3 |
| 2180 | 2026-03-12T00:08:49.044Z | Compiling pin-project-internal v1.1.10 |
| 2181 | 2026-03-12T00:08:49.402Z | Compiling rustc_version v0.4.1 |
| 2182 | 2026-03-12T00:08:49.766Z | Compiling vergen-git2 v1.0.7 |
| 2183 | 2026-03-12T00:08:50.021Z | Compiling static_assertions v1.1.0 |
| 2184 | 2026-03-12T00:08:50.050Z | Compiling cancel-safe-futures v0.1.5 |
| 2185 | 2026-03-12T00:08:50.117Z | Compiling whoami v1.5.1 |
| 2186 | 2026-03-12T00:08:50.360Z | Compiling unicode-segmentation v1.11.0 |
| 2187 | 2026-03-12T00:08:50.393Z | Compiling owo-colors v4.2.3 |
| 2188 | 2026-03-12T00:08:50.554Z | Compiling chrono-tz v0.10.4 |
| 2189 | 2026-03-12T00:08:50.678Z | Compiling pin-project v1.1.10 |
| 2190 | 2026-03-12T00:08:50.804Z | Compiling newline-converter v0.3.0 |
| 2191 | 2026-03-12T00:08:50.890Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2192 | 2026-03-12T00:08:51.074Z | Compiling qorb v0.4.1 |
| 2193 | 2026-03-12T00:08:51.452Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2194 | 2026-03-12T00:08:51.757Z | Compiling argon2 v0.5.3 |
| 2195 | 2026-03-12T00:08:51.776Z | Compiling dof v0.1.5 |
| 2196 | 2026-03-12T00:08:52.247Z | Compiling phf v0.12.1 |
| 2197 | 2026-03-12T00:08:52.624Z | Compiling tokio-dtrace v0.1.1 |
| 2198 | 2026-03-12T00:08:53.064Z | Compiling unicode-normalization v0.1.24 |
| 2199 | 2026-03-12T00:08:53.090Z | Compiling console v0.15.8 |
| 2200 | 2026-03-12T00:08:53.893Z | Compiling const_format_proc_macros v0.2.34 |
| 2201 | 2026-03-12T00:08:54.164Z | Compiling atomicwrites v0.4.4 |
| 2202 | 2026-03-12T00:08:54.427Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2203 | 2026-03-12T00:08:54.517Z | Compiling dtrace-parser v0.1.14 |
| 2204 | 2026-03-12T00:08:54.777Z | Compiling secrecy v0.10.3 |
| 2205 | 2026-03-12T00:08:54.961Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2206 | 2026-03-12T00:08:54.998Z | Compiling libsw-core v0.3.2 |
| 2207 | 2026-03-12T00:08:55.083Z | Compiling async-recursion v1.1.1 |
| 2208 | 2026-03-12T00:08:55.219Z | Compiling snafu-derive v0.8.9 |
| 2209 | 2026-03-12T00:08:55.353Z | Compiling csv-core v0.1.12 |
| 2210 | 2026-03-12T00:08:55.869Z | Compiling bstr v1.9.1 |
| 2211 | 2026-03-12T00:08:55.915Z | Compiling cookie v0.18.1 |
| 2212 | 2026-03-12T00:08:55.971Z | Compiling bytecount v0.6.9 |
| 2213 | 2026-03-12T00:08:56.196Z | Compiling moka v0.12.10 |
| 2214 | 2026-03-12T00:08:56.315Z | Compiling same-file v1.0.6 |
| 2215 | 2026-03-12T00:08:56.472Z | Compiling similar v2.7.0 |
| 2216 | 2026-03-12T00:08:56.528Z | Compiling fixedbitset v0.5.7 |
| 2217 | 2026-03-12T00:08:56.609Z | Compiling cfg_aliases v0.2.1 |
| 2218 | 2026-03-12T00:08:56.703Z | Compiling highway v1.3.0 |
| 2219 | 2026-03-12T00:08:57.186Z | Compiling fixedbitset v0.4.2 |
| 2220 | 2026-03-12T00:08:57.218Z | Compiling utf-8 v0.7.6 |
| 2221 | 2026-03-12T00:08:57.479Z | Compiling indent_write v2.2.0 |
| 2222 | 2026-03-12T00:08:57.595Z | Compiling rustls v0.21.12 |
| 2223 | 2026-03-12T00:08:57.610Z | Compiling snafu v0.8.9 |
| 2224 | 2026-03-12T00:08:57.613Z | Compiling petgraph v0.6.5 |
| 2225 | 2026-03-12T00:08:57.664Z | Compiling tungstenite v0.21.0 |
| 2226 | 2026-03-12T00:08:57.922Z | Compiling expectorate v1.2.0 |
| 2227 | 2026-03-12T00:08:58.366Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2228 | 2026-03-12T00:08:59.833Z | Compiling petgraph v0.8.3 |
| 2229 | 2026-03-12T00:09:00.113Z | Compiling nix v0.29.0 |
| 2230 | 2026-03-12T00:09:00.409Z | Compiling walkdir v2.5.0 |
| 2231 | 2026-03-12T00:09:00.433Z | Compiling globset v0.4.14 |
| 2232 | 2026-03-12T00:09:00.699Z | Compiling papergrid v0.11.0 |
| 2233 | 2026-03-12T00:09:01.324Z | Compiling git2 v0.20.2 |
| 2234 | 2026-03-12T00:09:01.337Z | Compiling csv v1.3.1 |
| 2235 | 2026-03-12T00:09:02.098Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2236 | 2026-03-12T00:09:02.652Z | Compiling libsw v3.5.0 |
| 2237 | 2026-03-12T00:09:02.913Z | Compiling const_format v0.2.35 |
| 2238 | 2026-03-12T00:09:03.126Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2239 | 2026-03-12T00:09:03.557Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2240 | 2026-03-12T00:09:03.665Z | Compiling olpc-cjson v0.1.4 |
| 2241 | 2026-03-12T00:09:03.725Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2242 | 2026-03-12T00:09:03.915Z | Compiling oxide-tokio-rt v0.1.2 |
| 2243 | 2026-03-12T00:09:05.595Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2244 | 2026-03-12T00:09:06.088Z | Compiling tabled_derive v0.7.0 |
| 2245 | 2026-03-12T00:09:06.307Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2246 | 2026-03-12T00:09:06.545Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2247 | 2026-03-12T00:09:07.374Z | Compiling gethostname v0.5.0 |
| 2248 | 2026-03-12T00:09:07.553Z | Compiling terminal_size v0.4.3 |
| 2249 | 2026-03-12T00:09:07.615Z | Compiling serde_tokenstream v0.1.7 |
| 2250 | 2026-03-12T00:09:07.777Z | Compiling rustls-webpki v0.101.7 |
| 2251 | 2026-03-12T00:09:07.965Z | Compiling sct v0.7.1 |
| 2252 | 2026-03-12T00:09:08.272Z | Compiling pem v3.0.5 |
| 2253 | 2026-03-12T00:09:09.147Z | Compiling inout v0.1.3 |
| 2254 | 2026-03-12T00:09:09.349Z | Compiling bcs v0.1.6 |
| 2255 | 2026-03-12T00:09:09.697Z | Compiling serde_plain v1.0.2 |
| 2256 | 2026-03-12T00:09:09.881Z | Compiling typed-path v0.9.3 |
| 2257 | 2026-03-12T00:09:09.914Z | Compiling tagptr v0.2.0 |
| 2258 | 2026-03-12T00:09:10.075Z | Compiling linear-map v1.2.0 |
| 2259 | 2026-03-12T00:09:10.129Z | Compiling unicode-width v0.2.1 |
| 2260 | 2026-03-12T00:09:10.431Z | Compiling termtree v0.5.1 |
| 2261 | 2026-03-12T00:09:10.599Z | Compiling radium v0.7.0 |
| 2262 | 2026-03-12T00:09:10.650Z | Compiling smawk v0.3.2 |
| 2263 | 2026-03-12T00:09:10.665Z | Compiling swrite v0.1.0 |
| 2264 | 2026-03-12T00:09:10.775Z | Compiling unicode-linebreak v0.1.5 |
| 2265 | 2026-03-12T00:09:10.795Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2266 | 2026-03-12T00:09:11.011Z | Compiling cipher v0.4.4 |
| 2267 | 2026-03-12T00:09:11.133Z | Compiling textwrap v0.16.2 |
| 2268 | 2026-03-12T00:09:11.340Z | Compiling tabled v0.15.0 |
| 2269 | 2026-03-12T00:09:12.801Z | Compiling tough v0.20.0 |
| 2270 | 2026-03-12T00:09:12.816Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2271 | 2026-03-12T00:09:13.634Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2272 | 2026-03-12T00:09:13.930Z | Compiling steno v0.4.1 |
| 2273 | 2026-03-12T00:09:14.859Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2274 | 2026-03-12T00:09:14.940Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2275 | 2026-03-12T00:09:21.505Z | Compiling tokio-tungstenite v0.21.0 |
| 2276 | 2026-03-12T00:09:21.634Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2277 | 2026-03-12T00:09:22.070Z | Compiling hickory-proto v0.25.2 |
| 2278 | 2026-03-12T00:09:24.870Z | Compiling tap v1.0.1 |
| 2279 | 2026-03-12T00:09:26.174Z | Compiling humantime v2.3.0 |
| 2280 | 2026-03-12T00:09:26.757Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2281 | 2026-03-12T00:09:27.762Z | Compiling hickory-resolver v0.25.2 |
| 2282 | 2026-03-12T00:09:29.555Z | Compiling wyz v0.5.1 |
| 2283 | 2026-03-12T00:09:31.864Z | Compiling tokio-rustls v0.24.1 |
| 2284 | 2026-03-12T00:09:32.529Z | Compiling usdt-macro v0.3.5 |
| 2285 | 2026-03-12T00:09:33.309Z | Compiling usdt-attr-macro v0.3.5 |
| 2286 | 2026-03-12T00:09:33.425Z | Compiling rustls-pemfile v1.0.4 |
| 2287 | 2026-03-12T00:09:33.892Z | Compiling num_enum_derive v0.5.11 |
| 2288 | 2026-03-12T00:09:34.285Z | Compiling twox-hash v2.1.0 |
| 2289 | 2026-03-12T00:09:34.333Z | Compiling universal-hash v0.5.1 |
| 2290 | 2026-03-12T00:09:34.529Z | Compiling atty v0.2.14 |
| 2291 | 2026-03-12T00:09:34.679Z | Compiling funty v2.0.0 |
| 2292 | 2026-03-12T00:09:34.898Z | Compiling opaque-debug v0.3.1 |
| 2293 | 2026-03-12T00:09:34.997Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2294 | 2026-03-12T00:09:35.281Z | Compiling num_enum v0.5.11 |
| 2295 | 2026-03-12T00:09:35.313Z | Compiling bitvec v1.0.1 |
| 2296 | 2026-03-12T00:09:35.451Z | Compiling polyval v0.6.2 |
| 2297 | 2026-03-12T00:09:36.194Z | Compiling usdt v0.3.5 |
| 2298 | 2026-03-12T00:09:36.331Z | Compiling toml v0.7.8 |
| 2299 | 2026-03-12T00:09:36.512Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2300 | 2026-03-12T00:09:36.918Z | Compiling aes v0.8.4 |
| 2301 | 2026-03-12T00:09:38.188Z | Compiling ctr v0.9.2 |
| 2302 | 2026-03-12T00:09:38.257Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2303 | 2026-03-12T00:09:38.458Z | Compiling aead v0.5.2 |
| 2304 | 2026-03-12T00:09:38.581Z | Compiling bincode v1.3.3 |
| 2305 | 2026-03-12T00:09:38.742Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2306 | 2026-03-12T00:09:38.908Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2307 | 2026-03-12T00:09:38.935Z | Compiling passt v0.3.0 |
| 2308 | 2026-03-12T00:09:39.164Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2309 | 2026-03-12T00:09:39.220Z | Compiling fakedata_generator v0.5.0 |
| 2310 | 2026-03-12T00:09:39.267Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2311 | 2026-03-12T00:09:39.292Z | Compiling aes-gcm-siv v0.11.1 |
| 2312 | 2026-03-12T00:09:39.521Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2313 | 2026-03-12T00:09:39.524Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
| 2314 | 2026-03-12T00:09:40.052Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2315 | 2026-03-12T00:09:40.148Z | Compiling bitstruct_derive v0.1.0 |
| 2316 | 2026-03-12T00:09:40.331Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2317 | 2026-03-12T00:09:40.683Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
| 2318 | 2026-03-12T00:09:40.820Z | Compiling ringbuffer v0.15.0 |
| 2319 | 2026-03-12T00:09:40.866Z | Compiling pretty-hex v0.2.1 |
| 2320 | 2026-03-12T00:09:41.043Z | Compiling typeid v1.0.0 |
| 2321 | 2026-03-12T00:09:41.062Z | Compiling ascii v1.1.0 |
| 2322 | 2026-03-12T00:09:41.212Z | Compiling erased-serde v0.4.5 |
| 2323 | 2026-03-12T00:09:41.255Z | Compiling bitstruct v0.1.1 |
| 2324 | 2026-03-12T00:09:41.384Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2325 | 2026-03-12T00:09:41.535Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2326 | 2026-03-12T00:09:41.839Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2327 | 2026-03-12T00:09:41.862Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2328 | 2026-03-12T00:09:42.066Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 2329 | 2026-03-12T00:09:42.114Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2330 | 2026-03-12T00:09:42.391Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2331 | 2026-03-12T00:09:42.598Z | Compiling dropshot-api-manager-types v0.3.0 |
| 2332 | 2026-03-12T00:09:43.066Z | Compiling serde_arrays v0.1.0 |
| 2333 | 2026-03-12T00:09:43.100Z | Compiling kstat-rs v0.2.4 |
| 2334 | 2026-03-12T00:09:43.242Z | Compiling libloading v0.7.4 |
| 2335 | 2026-03-12T00:09:43.291Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2336 | 2026-03-12T00:09:43.559Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2337 | 2026-03-12T00:09:43.682Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2338 | 2026-03-12T00:09:44.146Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2339 | 2026-03-12T00:09:44.642Z | Compiling ron v0.8.1 |
| 2340 | 2026-03-12T00:09:45.493Z | Compiling itertools v0.13.0 |
| 2341 | 2026-03-12T00:09:46.268Z | Compiling bit_field v0.10.2 |
| 2342 | 2026-03-12T00:09:47.184Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2343 | 2026-03-12T00:09:47.494Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2344 | 2026-03-12T00:09:48.953Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2345 | 2026-03-12T00:10:03.924Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2346 | 2026-03-12T00:10:11.527Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2347 | 2026-03-12T00:10:20.623Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2348 | 2026-03-12T00:10:52.121Z | Finished `release` profile [optimized] target(s) in 4m 35s |
| 2349 | 2026-03-12T00:10:52.290Z | |
| 2350 | 2026-03-12T00:10:52.293Z | real 4:36.003511210 |
| 2351 | 2026-03-12T00:10:52.293Z | user 30:55.313661336 |
| 2352 | 2026-03-12T00:10:52.293Z | sys 2:45.914696021 |
| 2353 | 2026-03-12T00:10:52.293Z | trap 0.863804224 |
| 2354 | 2026-03-12T00:10:52.293Z | tflt 1.678759547 |
| 2355 | 2026-03-12T00:10:52.293Z | dflt 1.860154040 |
| 2356 | 2026-03-12T00:10:52.293Z | kflt 0.000190358 |
| 2357 | 2026-03-12T00:10:52.293Z | lock 1:24:55.837189811 |
| 2358 | 2026-03-12T00:10:52.294Z | slp 1:50:28.271328426 |
| 2359 | 2026-03-12T00:10:52.294Z | lat 2:30.175529477 |
| 2360 | 2026-03-12T00:10:52.294Z | stop 3:29.500807012 |
| 2361 | 2026-03-12T00:10:52.294Z | + OUTDIR=/work/release |
| 2362 | 2026-03-12T00:10:52.294Z | + mkdir -p /work/release |
| 2363 | 2026-03-12T00:10:52.294Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2364 | 2026-03-12T00:10:52.321Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2365 | 2026-03-12T00:10:52.407Z | + cd /work/release |
| 2366 | 2026-03-12T00:10:52.411Z | + digest -a sha256 propolis-cli |
| 2367 | 2026-03-12T00:10:52.434Z | + digest -a sha256 propolis-server |
| 2368 | 2026-03-12T00:10:52.491Z | process exited: duration 603270 ms, exit code 0 |
| |
| 2369 | 2026-03-12T00:10:52.504Z | found 4 output files |
| 2370 | 2026-03-12T00:10:52.504Z | uploading: /work/release/propolis-cli (25851064 bytes) |
| 2371 | 2026-03-12T00:10:53.758Z | uploaded: /work/release/propolis-cli |
| 2372 | 2026-03-12T00:10:53.761Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2373 | 2026-03-12T00:10:54.767Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2374 | 2026-03-12T00:10:54.770Z | uploading: /work/release/propolis-server (77627696 bytes) |
| 2375 | 2026-03-12T00:10:56.663Z | uploaded: /work/release/propolis-server |
| 2376 | 2026-03-12T00:10:56.663Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2377 | 2026-03-12T00:10:57.678Z | uploaded: /work/release/propolis-server.sha256.txt |