|
|
|
| 1 | 2026-05-22T00:39:06.360Z | job assigned to worker 01KS6HWZFS8Z3GZREGATTVMCQ1 [factory aws, i-0f60b159a69a0be1a] (queued for 50 s) |
| |
| 2 | 2026-05-22T00:39:13.722Z | starting task 0: "setup" |
| 3 | 2026-05-22T00:39:13.726Z | ++ uname -s |
| 4 | 2026-05-22T00:39:13.730Z | + kern=SunOS |
| 5 | 2026-05-22T00:39:13.730Z | + build_user=build |
| 6 | 2026-05-22T00:39:13.730Z | + build_uid=12345 |
| 7 | 2026-05-22T00:39:13.730Z | + work_dir=/work |
| 8 | 2026-05-22T00:39:13.730Z | + input_dir=/input |
| 9 | 2026-05-22T00:39:13.730Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T00:39:13.730Z | + case "$kern" in |
| 11 | 2026-05-22T00:39:13.730Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T00:39:13.743Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T00:39:15.752Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T00:39:15.826Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T00:39:15.830Z | + home_fs=zfs |
| 16 | 2026-05-22T00:39:15.830Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T00:39:15.830Z | + mkdir -p /home/build |
| 18 | 2026-05-22T00:39:15.834Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T00:39:17.832Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T00:39:17.836Z | process exited: duration 4116 ms, exit code 0 |
| |
| 21 | 2026-05-22T00:39:17.842Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T00:39:17.848Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-22T00:39:17.848Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-22T00:39:17.848Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-22T00:39:17.848Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-22T00:39:17.848Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-22T00:39:17.848Z | * rust toolchain profile = "default" |
| 28 | 2026-05-22T00:39:17.852Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T00:39:17.852Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-22T00:39:17.928Z | info: downloading installer |
| 31 | 2026-05-22T00:39:19.322Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T00:39:19.322Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T00:39:19.322Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T00:39:19.322Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T00:39:19.336Z | info: profile set to default |
| 36 | 2026-05-22T00:39:19.336Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T00:39:19.340Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T00:39:19.473Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-22T00:39:19.477Z | info: downloading 6 components |
| 40 | 2026-05-22T00:39:33.728Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T00:39:33.728Z | |
| 42 | 2026-05-22T00:39:33.758Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-22T00:39:33.758Z | |
| 44 | 2026-05-22T00:39:33.758Z | |
| 45 | 2026-05-22T00:39:33.758Z | Rust is installed now. Great! |
| 46 | 2026-05-22T00:39:33.758Z | |
| 47 | 2026-05-22T00:39:33.758Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T00:39:33.758Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T00:39:33.758Z | |
| 50 | 2026-05-22T00:39:33.758Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T00:39:33.758Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T00:39:33.758Z | |
| 53 | 2026-05-22T00:39:33.758Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T00:39:33.761Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T00:39:33.761Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T00:39:33.761Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T00:39:33.761Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T00:39:33.761Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T00:39:33.761Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T00:39:33.761Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T00:39:33.761Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T00:39:33.850Z | + rustup --version |
| 63 | 2026-05-22T00:39:33.856Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T00:39:33.859Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T00:39:33.879Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-22T00:39:33.882Z | + cargo --version |
| 67 | 2026-05-22T00:39:33.890Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-22T00:39:33.893Z | + rustc --version |
| 69 | 2026-05-22T00:39:33.913Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-22T00:39:33.916Z | process exited: duration 16073 ms, exit code 0 |
| |
| 71 | 2026-05-22T00:39:33.922Z | starting task 2: "authentication" |
| 72 | 2026-05-22T00:39:33.939Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-22T00:39:33.945Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T00:39:33.950Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-22T00:39:33.953Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-22T00:39:34.002Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-22T00:39:44.196Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-22T00:39:44.196Z | + git fetch origin 66f835675b62f95838d91d0b107b7207943af2f9 |
| 79 | 2026-05-22T00:39:44.466Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-22T00:39:44.466Z | * branch 66f835675b62f95838d91d0b107b7207943af2f9 -> FETCH_HEAD |
| 81 | 2026-05-22T00:39:44.480Z | + [[ -n zl/ddm-internal-dns ]] |
| 82 | 2026-05-22T00:39:44.483Z | ++ git branch --show-current |
| 83 | 2026-05-22T00:39:44.483Z | + current=main |
| 84 | 2026-05-22T00:39:44.483Z | + [[ main != zl/ddm-internal-dns ]] |
| 85 | 2026-05-22T00:39:44.483Z | + git branch -f zl/ddm-internal-dns 66f835675b62f95838d91d0b107b7207943af2f9 |
| 86 | 2026-05-22T00:39:44.486Z | + git checkout -f zl/ddm-internal-dns |
| 87 | 2026-05-22T00:39:44.725Z | Switched to branch 'zl/ddm-internal-dns' |
| 88 | 2026-05-22T00:39:44.728Z | + git reset --hard 66f835675b62f95838d91d0b107b7207943af2f9 |
| 89 | 2026-05-22T00:39:44.742Z | HEAD is now at 66f835675 [review] address feedback, todo self-reference oximeter/oxlog issue, one more mags update |
| 90 | 2026-05-22T00:39:44.746Z | process exited: duration 10798 ms, exit code 0 |
| |
| 91 | 2026-05-22T00:39:44.752Z | starting task 4: "build" |
| 92 | 2026-05-22T00:39:44.758Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-22T00:39:44.758Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-22T00:39:44.758Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-22T00:39:44.758Z | + cargo --version |
| 96 | 2026-05-22T00:39:44.769Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-22T00:39:44.772Z | + rustc --version |
| 98 | 2026-05-22T00:39:44.793Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-22T00:39:44.796Z | + WORK=/work |
| 100 | 2026-05-22T00:39:44.796Z | + pfexec mkdir -p /work |
| 101 | 2026-05-22T00:39:44.799Z | + pfexec chown build /work |
| 102 | 2026-05-22T00:39:44.802Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-22T00:39:47.171Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-22T00:39:47.246Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-22T00:39:47.481Z | Planning: Solver setup ... Done (0.201s) |
| 106 | 2026-05-22T00:39:47.500Z | Planning: Running solver ... Done (0.018s) |
| 107 | 2026-05-22T00:39:47.513Z | Planning: Finding local manifests ... Done (0.012s) |
| 108 | 2026-05-22T00:39:47.529Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-22T00:39:47.974Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-22T00:39:47.989Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-22T00:39:47.992Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-22T00:39:48.189Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 113 | 2026-05-22T00:39:48.192Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-22T00:39:49.899Z | Planning: Evaluating mediators ... Done (1.708s) |
| 115 | 2026-05-22T00:39:49.902Z | Planning: Planning completed in 2.64 seconds |
| 116 | 2026-05-22T00:39:49.909Z | Packages to install: 2 |
| 117 | 2026-05-22T00:39:49.909Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-22T00:39:49.909Z | Estimated space to be consumed: 21.14 MB |
| 119 | 2026-05-22T00:39:49.909Z | Create boot environment: No |
| 120 | 2026-05-22T00:39:49.909Z | Create backup boot environment: No |
| 121 | 2026-05-22T00:39:49.909Z | Rebuild boot archive: No |
| 122 | 2026-05-22T00:39:49.912Z | |
| 123 | 2026-05-22T00:39:49.912Z | Changed packages: |
| 124 | 2026-05-22T00:39:49.912Z | helios |
| 125 | 2026-05-22T00:39:49.912Z | developer/build-essential |
| 126 | 2026-05-22T00:39:49.912Z | None -> 11-3.0 |
| 127 | 2026-05-22T00:39:49.912Z | library/libxmlsec1 |
| 128 | 2026-05-22T00:39:49.912Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-22T00:39:49.966Z | |
| 130 | 2026-05-22T00:39:49.966Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-22T00:39:50.472Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 132 | 2026-05-22T00:39:50.515Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-22T00:39:50.564Z | Actions: Completed 268 actions in 0.05 seconds. |
| 134 | 2026-05-22T00:39:50.572Z | Finalize: Updating package state database ... Done (0.008s) |
| 135 | 2026-05-22T00:39:50.572Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-22T00:39:50.590Z | Finalize: Updating image state ... Done (0.017s) |
| 137 | 2026-05-22T00:39:53.557Z | Finalize: Creating fast lookup database ... Done (2.945s) |
| 138 | 2026-05-22T00:39:53.635Z | Finalize: Reading search index ... Done (0.018s) |
| 139 | 2026-05-22T00:39:53.638Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-22T00:39:53.700Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-22T00:39:53.994Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-22T00:39:54.098Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-22T00:39:54.101Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-22T00:39:54.257Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-22T00:39:54.261Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-22T00:39:54.281Z | Mediators to change: 2 |
| 147 | 2026-05-22T00:39:54.281Z | Create boot environment: No |
| 148 | 2026-05-22T00:39:54.281Z | Create backup boot environment: No |
| 149 | 2026-05-22T00:39:54.322Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-22T00:39:54.322Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-22T00:39:54.331Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-22T00:39:56.282Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-22T00:39:56.343Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-22T00:39:56.347Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-22T00:39:56.405Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-22T00:39:56.689Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-22T00:39:56.795Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-22T00:39:56.798Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-22T00:39:56.954Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-22T00:39:56.957Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-22T00:39:56.980Z | Mediators to change: 1 |
| 162 | 2026-05-22T00:39:56.980Z | Create boot environment: No |
| 163 | 2026-05-22T00:39:56.980Z | Create backup boot environment: No |
| 164 | 2026-05-22T00:39:57.022Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-22T00:39:57.022Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-22T00:39:57.034Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-22T00:39:58.976Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-22T00:39:59.036Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-22T00:39:59.040Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-22T00:39:59.083Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-22T00:39:59.395Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-22T00:39:59.395Z | apache system 2.4 system |
| 173 | 2026-05-22T00:39:59.395Z | clang system 15 system |
| 174 | 2026-05-22T00:39:59.395Z | csh system system illumos |
| 175 | 2026-05-22T00:39:59.395Z | ctags system system illumos |
| 176 | 2026-05-22T00:39:59.395Z | file vendor vendor darwinsys |
| 177 | 2026-05-22T00:39:59.395Z | file system system illumos |
| 178 | 2026-05-22T00:39:59.395Z | gcc vendor 14 vendor |
| 179 | 2026-05-22T00:39:59.395Z | gcc system 13 system |
| 180 | 2026-05-22T00:39:59.395Z | gcc system 10 system |
| 181 | 2026-05-22T00:39:59.395Z | go system 1.25 system |
| 182 | 2026-05-22T00:39:59.395Z | llvm system 15 system |
| 183 | 2026-05-22T00:39:59.395Z | mariadb system 11.4 system |
| 184 | 2026-05-22T00:39:59.395Z | mta vendor vendor dma |
| 185 | 2026-05-22T00:39:59.395Z | openjdk system 17 system |
| 186 | 2026-05-22T00:39:59.395Z | openjdk system 11 system |
| 187 | 2026-05-22T00:39:59.395Z | openssl vendor 3 vendor |
| 188 | 2026-05-22T00:39:59.395Z | perl system 5.40 system |
| 189 | 2026-05-22T00:39:59.395Z | postgresql system 18 system |
| 190 | 2026-05-22T00:39:59.395Z | postgresql system 17 system |
| 191 | 2026-05-22T00:39:59.395Z | python vendor 3 vendor |
| 192 | 2026-05-22T00:39:59.395Z | python system 2 system |
| 193 | 2026-05-22T00:39:59.395Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-22T00:39:59.395Z | ruby system 3.4 system |
| 195 | 2026-05-22T00:39:59.395Z | ruby system 3.0 system |
| 196 | 2026-05-22T00:39:59.395Z | words vendor vendor american-english |
| 197 | 2026-05-22T00:39:59.395Z | words system system australian-english |
| 198 | 2026-05-22T00:39:59.395Z | words system system british-english |
| 199 | 2026-05-22T00:39:59.395Z | words system system canadian-english |
| 200 | 2026-05-22T00:39:59.395Z | words system system french |
| 201 | 2026-05-22T00:39:59.395Z | words system system italian |
| 202 | 2026-05-22T00:39:59.395Z | words system system ngerman |
| 203 | 2026-05-22T00:39:59.395Z | words system system ogerman |
| 204 | 2026-05-22T00:39:59.395Z | words system system spanish |
| 205 | 2026-05-22T00:39:59.655Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-22T00:39:59.655Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-22T00:39:59.925Z | FMRI IFO |
| 208 | 2026-05-22T00:39:59.925Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-22T00:39:59.925Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-22T00:39:59.925Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-22T00:39:59.925Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-22T00:39:59.925Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-22T00:39:59.925Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-22T00:39:59.925Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-22T00:39:59.925Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-22T00:39:59.925Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-22T00:40:00.157Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-22T00:40:00.439Z | Updating crates.io index |
| 219 | 2026-05-22T00:40:00.442Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-22T00:40:00.960Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-22T00:40:01.281Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-22T00:40:01.677Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-22T00:40:02.863Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-22T00:40:03.350Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-22T00:40:05.060Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-22T00:40:05.779Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-22T00:40:06.167Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-22T00:40:07.123Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-22T00:40:07.466Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-22T00:40:07.853Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-22T00:40:08.136Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-22T00:40:09.315Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-22T00:40:09.936Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-22T00:40:10.154Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-22T00:40:10.518Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-22T00:40:10.892Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-22T00:40:11.305Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-22T00:40:11.677Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-22T00:40:11.911Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-22T00:40:12.158Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-22T00:40:12.519Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-22T00:40:12.909Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-22T00:40:13.558Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-22T00:40:13.875Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-22T00:40:14.130Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-22T00:40:14.413Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-22T00:40:15.319Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-22T00:40:16.182Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-22T00:40:16.591Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-05-22T00:40:16.966Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-22T00:40:17.207Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-22T00:40:17.556Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-22T00:40:17.902Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-22T00:40:18.475Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-22T00:40:18.705Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-22T00:40:18.950Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-22T00:40:19.179Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-05-22T00:40:31.531Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-05-22T00:40:32.035Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 260 | 2026-05-22T00:40:33.696Z | Downloading crates ... |
| 261 | 2026-05-22T00:40:33.743Z | Downloaded camino-tempfile v1.4.1 |
| 262 | 2026-05-22T00:40:33.748Z | Downloaded cargo-util-schemas v0.8.2 |
| 263 | 2026-05-22T00:40:33.751Z | Downloaded bytecount v0.6.9 |
| 264 | 2026-05-22T00:40:33.751Z | Downloaded cargo-platform v0.2.0 |
| 265 | 2026-05-22T00:40:33.756Z | Downloaded cfg-if v1.0.4 |
| 266 | 2026-05-22T00:40:33.761Z | Downloaded clap_lex v1.0.0 |
| 267 | 2026-05-22T00:40:33.764Z | Downloaded block-buffer v0.10.4 |
| 268 | 2026-05-22T00:40:33.764Z | Downloaded byteorder v1.5.0 |
| 269 | 2026-05-22T00:40:33.764Z | Downloaded cargo_toml v0.21.0 |
| 270 | 2026-05-22T00:40:33.767Z | Downloaded cargo_metadata v0.21.0 |
| 271 | 2026-05-22T00:40:33.771Z | Downloaded autocfg v1.5.0 |
| 272 | 2026-05-22T00:40:33.771Z | Downloaded anstream v1.0.0 |
| 273 | 2026-05-22T00:40:33.771Z | Downloaded version_check v0.9.5 |
| 274 | 2026-05-22T00:40:33.774Z | Downloaded camino v1.2.2 |
| 275 | 2026-05-22T00:40:33.777Z | Downloaded usdt-macro v0.5.0 |
| 276 | 2026-05-22T00:40:33.777Z | Downloaded zerofrom-derive v0.1.6 |
| 277 | 2026-05-22T00:40:33.777Z | Downloaded utf8parse v0.2.2 |
| 278 | 2026-05-22T00:40:33.780Z | Downloaded unicode-linebreak v0.1.5 |
| 279 | 2026-05-22T00:40:33.780Z | Downloaded usdt v0.5.0 |
| 280 | 2026-05-22T00:40:33.780Z | Downloaded potential_utf v0.1.4 |
| 281 | 2026-05-22T00:40:33.780Z | Downloaded percent-encoding v2.3.2 |
| 282 | 2026-05-22T00:40:33.783Z | Downloaded zerocopy-derive v0.7.35 |
| 283 | 2026-05-22T00:40:33.785Z | Downloaded utf8_iter v1.0.4 |
| 284 | 2026-05-22T00:40:33.785Z | Downloaded usdt-attr-macro v0.5.0 |
| 285 | 2026-05-22T00:40:33.785Z | Downloaded toml_datetime v0.6.11 |
| 286 | 2026-05-22T00:40:33.785Z | Downloaded plain v0.2.3 |
| 287 | 2026-05-22T00:40:33.789Z | Downloaded heck v0.4.1 |
| 288 | 2026-05-22T00:40:33.789Z | Downloaded crypto-common v0.1.7 |
| 289 | 2026-05-22T00:40:33.789Z | Downloaded clap_derive v4.6.1 |
| 290 | 2026-05-22T00:40:33.789Z | Downloaded typeid v1.0.3 |
| 291 | 2026-05-22T00:40:33.792Z | Downloaded litemap v0.8.1 |
| 292 | 2026-05-22T00:40:33.792Z | Downloaded form_urlencoded v1.2.2 |
| 293 | 2026-05-22T00:40:33.792Z | Downloaded fastrand v2.3.0 |
| 294 | 2026-05-22T00:40:33.793Z | Downloaded toml_write v0.1.2 |
| 295 | 2026-05-22T00:40:33.797Z | Downloaded dtrace-parser v0.2.0 |
| 296 | 2026-05-22T00:40:33.797Z | Downloaded erased-serde v0.4.9 |
| 297 | 2026-05-22T00:40:33.797Z | Downloaded zerofrom v0.1.6 |
| 298 | 2026-05-22T00:40:33.797Z | Downloaded clap_builder v4.6.0 |
| 299 | 2026-05-22T00:40:33.800Z | Downloaded thread-id v4.2.2 |
| 300 | 2026-05-22T00:40:33.800Z | Downloaded idna_adapter v1.2.1 |
| 301 | 2026-05-22T00:40:33.800Z | Downloaded yoke-derive v0.8.1 |
| 302 | 2026-05-22T00:40:33.803Z | Downloaded unicode-xid v0.2.6 |
| 303 | 2026-05-22T00:40:33.803Z | Downloaded colorchoice v1.0.4 |
| 304 | 2026-05-22T00:40:33.803Z | Downloaded tabled_derive v0.7.0 |
| 305 | 2026-05-22T00:40:33.806Z | Downloaded memmap v0.7.0 |
| 306 | 2026-05-22T00:40:33.806Z | Downloaded equivalent v1.0.2 |
| 307 | 2026-05-22T00:40:33.809Z | Downloaded generic-array v0.14.7 |
| 308 | 2026-05-22T00:40:33.812Z | Downloaded serde-value v0.7.0 |
| 309 | 2026-05-22T00:40:33.812Z | Downloaded fnv v1.0.7 |
| 310 | 2026-05-22T00:40:33.812Z | Downloaded dof v0.3.0 |
| 311 | 2026-05-22T00:40:33.815Z | Downloaded thiserror v2.0.18 |
| 312 | 2026-05-22T00:40:33.818Z | Downloaded thiserror-impl v2.0.18 |
| 313 | 2026-05-22T00:40:33.818Z | Downloaded thiserror v1.0.69 |
| 314 | 2026-05-22T00:40:33.821Z | Downloaded is_terminal_polyfill v1.70.2 |
| 315 | 2026-05-22T00:40:33.821Z | Downloaded thiserror-impl v1.0.69 |
| 316 | 2026-05-22T00:40:33.824Z | Downloaded yoke v0.8.1 |
| 317 | 2026-05-22T00:40:33.824Z | Downloaded tinystr v0.8.2 |
| 318 | 2026-05-22T00:40:33.827Z | Downloaded terminal_size v0.4.3 |
| 319 | 2026-05-22T00:40:33.827Z | Downloaded swrite v0.1.0 |
| 320 | 2026-05-22T00:40:33.827Z | Downloaded strsim v0.11.1 |
| 321 | 2026-05-22T00:40:33.827Z | Downloaded macaddr v1.0.1 |
| 322 | 2026-05-22T00:40:33.827Z | Downloaded stable_deref_trait v1.2.1 |
| 323 | 2026-05-22T00:40:33.830Z | Downloaded scroll_derive v0.12.1 |
| 324 | 2026-05-22T00:40:33.830Z | Downloaded itoa v1.0.17 |
| 325 | 2026-05-22T00:40:33.830Z | Downloaded heck v0.5.0 |
| 326 | 2026-05-22T00:40:33.830Z | Downloaded writeable v0.6.2 |
| 327 | 2026-05-22T00:40:33.831Z | Downloaded usdt-impl v0.5.0 |
| 328 | 2026-05-22T00:40:33.833Z | Downloaded ucd-trie v0.1.7 |
| 329 | 2026-05-22T00:40:33.834Z | Downloaded cpufeatures v0.2.17 |
| 330 | 2026-05-22T00:40:33.834Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-05-22T00:40:33.834Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2026-05-22T00:40:33.837Z | Downloaded zmij v1.0.21 |
| 333 | 2026-05-22T00:40:33.840Z | Downloaded toml v0.8.23 |
| 334 | 2026-05-22T00:40:33.840Z | Downloaded textwrap v0.16.2 |
| 335 | 2026-05-22T00:40:33.843Z | Downloaded anstyle-query v1.1.5 |
| 336 | 2026-05-22T00:40:33.846Z | Downloaded zerovec-derive v0.11.2 |
| 337 | 2026-05-22T00:40:33.846Z | Downloaded unicode-ident v1.0.24 |
| 338 | 2026-05-22T00:40:33.848Z | Downloaded ordered-float v2.10.1 |
| 339 | 2026-05-22T00:40:33.849Z | Downloaded smawk v0.3.2 |
| 340 | 2026-05-22T00:40:33.851Z | Downloaded sha2 v0.10.9 |
| 341 | 2026-05-22T00:40:33.854Z | Downloaded zerotrie v0.2.3 |
| 342 | 2026-05-22T00:40:33.857Z | Downloaded serde-untagged v0.1.9 |
| 343 | 2026-05-22T00:40:33.857Z | Downloaded typenum v1.19.0 |
| 344 | 2026-05-22T00:40:33.861Z | Downloaded errno v0.3.14 |
| 345 | 2026-05-22T00:40:33.861Z | Downloaded fs-err v3.3.0 |
| 346 | 2026-05-22T00:40:33.861Z | Downloaded digest v0.10.7 |
| 347 | 2026-05-22T00:40:33.861Z | Downloaded proc-macro-error-attr v1.0.4 |
| 348 | 2026-05-22T00:40:33.864Z | Downloaded scroll v0.12.0 |
| 349 | 2026-05-22T00:40:33.864Z | Downloaded url v2.5.8 |
| 350 | 2026-05-22T00:40:33.864Z | Downloaded quote v1.0.45 |
| 351 | 2026-05-22T00:40:33.867Z | Downloaded toml_edit v0.22.27 |
| 352 | 2026-05-22T00:40:33.870Z | Downloaded icu_normalizer_data v2.1.1 |
| 353 | 2026-05-22T00:40:33.878Z | Downloaded anstyle-parse v1.0.0 |
| 354 | 2026-05-22T00:40:33.881Z | Downloaded zerovec v0.11.5 |
| 355 | 2026-05-22T00:40:33.884Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-05-22T00:40:33.884Z | Downloaded anstyle v1.0.14 |
| 357 | 2026-05-22T00:40:33.884Z | Downloaded zerocopy v0.7.35 |
| 358 | 2026-05-22T00:40:33.891Z | Downloaded synstructure v0.13.2 |
| 359 | 2026-05-22T00:40:33.894Z | Downloaded winnow v0.7.14 |
| 360 | 2026-05-22T00:40:33.897Z | Downloaded smallvec v1.15.1 |
| 361 | 2026-05-22T00:40:33.900Z | Downloaded serde v1.0.228 |
| 362 | 2026-05-22T00:40:33.903Z | Downloaded pest_generator v2.8.6 |
| 363 | 2026-05-22T00:40:33.903Z | Downloaded pest_derive v2.8.6 |
| 364 | 2026-05-22T00:40:33.903Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-05-22T00:40:33.906Z | Downloaded semver v1.0.28 |
| 366 | 2026-05-22T00:40:33.909Z | Downloaded displaydoc v0.2.5 |
| 367 | 2026-05-22T00:40:33.909Z | Downloaded unicode-width v0.1.14 |
| 368 | 2026-05-22T00:40:33.917Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-05-22T00:40:33.920Z | Downloaded tempfile v3.25.0 |
| 370 | 2026-05-22T00:40:33.924Z | Downloaded once_cell v1.21.3 |
| 371 | 2026-05-22T00:40:33.928Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-05-22T00:40:33.931Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-05-22T00:40:33.934Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2026-05-22T00:40:33.934Z | Downloaded num-traits v0.2.19 |
| 375 | 2026-05-22T00:40:33.937Z | Downloaded icu_provider v2.1.1 |
| 376 | 2026-05-22T00:40:33.937Z | Downloaded icu_properties v2.1.2 |
| 377 | 2026-05-22T00:40:33.940Z | Downloaded log v0.4.29 |
| 378 | 2026-05-22T00:40:33.943Z | Downloaded getrandom v0.4.1 |
| 379 | 2026-05-22T00:40:33.943Z | Downloaded serde_core v1.0.228 |
| 380 | 2026-05-22T00:40:33.946Z | Downloaded proc-macro2 v1.0.106 |
| 381 | 2026-05-22T00:40:33.951Z | Downloaded anyhow v1.0.102 |
| 382 | 2026-05-22T00:40:33.955Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-05-22T00:40:33.961Z | Downloaded clap v4.6.1 |
| 384 | 2026-05-22T00:40:33.968Z | Downloaded memchr v2.8.0 |
| 385 | 2026-05-22T00:40:33.971Z | Downloaded icu_collections v2.1.1 |
| 386 | 2026-05-22T00:40:33.974Z | Downloaded pest_meta v2.8.6 |
| 387 | 2026-05-22T00:40:33.978Z | Downloaded icu_normalizer v2.1.1 |
| 388 | 2026-05-22T00:40:33.985Z | Downloaded indexmap v2.14.0 |
| 389 | 2026-05-22T00:40:34.001Z | Downloaded goblin v0.8.2 |
| 390 | 2026-05-22T00:40:34.010Z | Downloaded idna v1.1.0 |
| 391 | 2026-05-22T00:40:34.013Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-05-22T00:40:34.019Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-05-22T00:40:34.023Z | Downloaded pest v2.8.6 |
| 394 | 2026-05-22T00:40:34.032Z | Downloaded icu_properties_data v2.1.2 |
| 395 | 2026-05-22T00:40:34.039Z | Downloaded tabled v0.15.0 |
| 396 | 2026-05-22T00:40:34.053Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-22T00:40:34.066Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-22T00:40:34.079Z | Downloaded rustix v1.1.3 |
| 399 | 2026-05-22T00:40:34.099Z | Downloaded libc v0.2.185 |
| 400 | 2026-05-22T00:40:34.167Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-05-22T00:40:34.170Z | Compiling quote v1.0.45 |
| 402 | 2026-05-22T00:40:34.170Z | Compiling unicode-ident v1.0.24 |
| 403 | 2026-05-22T00:40:34.170Z | Compiling serde_core v1.0.228 |
| 404 | 2026-05-22T00:40:34.170Z | Compiling libc v0.2.185 |
| 405 | 2026-05-22T00:40:34.170Z | Compiling version_check v0.9.5 |
| 406 | 2026-05-22T00:40:34.170Z | Compiling memchr v2.8.0 |
| 407 | 2026-05-22T00:40:34.170Z | Compiling serde v1.0.228 |
| 408 | 2026-05-22T00:40:34.170Z | Compiling stable_deref_trait v1.2.1 |
| 409 | 2026-05-22T00:40:34.170Z | Compiling zmij v1.0.21 |
| 410 | 2026-05-22T00:40:34.170Z | Compiling thiserror v1.0.69 |
| 411 | 2026-05-22T00:40:34.170Z | Compiling ucd-trie v0.1.7 |
| 412 | 2026-05-22T00:40:34.170Z | Compiling itoa v1.0.17 |
| 413 | 2026-05-22T00:40:34.352Z | Compiling autocfg v1.5.0 |
| 414 | 2026-05-22T00:40:34.355Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-22T00:40:34.571Z | Compiling litemap v0.8.1 |
| 416 | 2026-05-22T00:40:34.721Z | Compiling byteorder v1.5.0 |
| 417 | 2026-05-22T00:40:34.744Z | Compiling rustix v1.1.3 |
| 418 | 2026-05-22T00:40:34.761Z | Compiling icu_normalizer_data v2.1.1 |
| 419 | 2026-05-22T00:40:34.831Z | Compiling pest v2.8.6 |
| 420 | 2026-05-22T00:40:34.875Z | Compiling icu_properties_data v2.1.2 |
| 421 | 2026-05-22T00:40:35.053Z | Compiling serde_json v1.0.149 |
| 422 | 2026-05-22T00:40:35.072Z | Compiling bitflags v2.11.0 |
| 423 | 2026-05-22T00:40:35.132Z | Compiling num-traits v0.2.19 |
| 424 | 2026-05-22T00:40:35.150Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-22T00:40:35.184Z | Compiling equivalent v1.0.2 |
| 426 | 2026-05-22T00:40:35.320Z | Compiling smallvec v1.15.1 |
| 427 | 2026-05-22T00:40:35.404Z | Compiling hashbrown v0.17.0 |
| 428 | 2026-05-22T00:40:35.408Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-05-22T00:40:35.468Z | Compiling usdt-impl v0.5.0 |
| 430 | 2026-05-22T00:40:35.472Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-22T00:40:35.521Z | Compiling syn v1.0.109 |
| 432 | 2026-05-22T00:40:35.562Z | Compiling toml_write v0.1.2 |
| 433 | 2026-05-22T00:40:35.597Z | Compiling erased-serde v0.4.9 |
| 434 | 2026-05-22T00:40:35.617Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-05-22T00:40:35.652Z | Compiling camino v1.2.2 |
| 436 | 2026-05-22T00:40:35.715Z | Compiling utf8_iter v1.0.4 |
| 437 | 2026-05-22T00:40:35.768Z | Compiling errno v0.3.14 |
| 438 | 2026-05-22T00:40:35.784Z | Compiling thread-id v4.2.2 |
| 439 | 2026-05-22T00:40:35.809Z | Compiling log v0.4.29 |
| 440 | 2026-05-22T00:40:35.852Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-05-22T00:40:35.871Z | Compiling getrandom v0.4.1 |
| 442 | 2026-05-22T00:40:35.908Z | Compiling indexmap v2.14.0 |
| 443 | 2026-05-22T00:40:35.941Z | Compiling plain v0.2.3 |
| 444 | 2026-05-22T00:40:35.958Z | Compiling utf8parse v0.2.2 |
| 445 | 2026-05-22T00:40:35.995Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-22T00:40:36.014Z | Compiling thiserror v2.0.18 |
| 447 | 2026-05-22T00:40:36.017Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-22T00:40:36.103Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-05-22T00:40:36.222Z | Compiling pretty-hex v0.4.1 |
| 450 | 2026-05-22T00:40:36.242Z | Compiling is_terminal_polyfill v1.70.2 |
| 451 | 2026-05-22T00:40:36.259Z | Compiling anstyle v1.0.14 |
| 452 | 2026-05-22T00:40:36.278Z | Compiling syn v2.0.117 |
| 453 | 2026-05-22T00:40:36.311Z | Compiling ordered-float v2.10.1 |
| 454 | 2026-05-22T00:40:36.385Z | Compiling cfg-if v1.0.4 |
| 455 | 2026-05-22T00:40:36.420Z | Compiling anstyle-query v1.1.5 |
| 456 | 2026-05-22T00:40:36.423Z | Compiling colorchoice v1.0.4 |
| 457 | 2026-05-22T00:40:36.563Z | Compiling anstream v1.0.0 |
| 458 | 2026-05-22T00:40:36.582Z | Compiling fs-err v3.3.0 |
| 459 | 2026-05-22T00:40:36.582Z | Compiling fnv v1.0.7 |
| 460 | 2026-05-22T00:40:36.615Z | Compiling heck v0.4.1 |
| 461 | 2026-05-22T00:40:36.618Z | Compiling once_cell v1.21.3 |
| 462 | 2026-05-22T00:40:36.699Z | Compiling clap_lex v1.0.0 |
| 463 | 2026-05-22T00:40:36.717Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-22T00:40:36.721Z | Compiling bytecount v0.6.9 |
| 465 | 2026-05-22T00:40:36.814Z | Compiling terminal_size v0.4.3 |
| 466 | 2026-05-22T00:40:36.872Z | Compiling strsim v0.11.1 |
| 467 | 2026-05-22T00:40:36.891Z | Compiling fastrand v2.3.0 |
| 468 | 2026-05-22T00:40:36.894Z | Compiling anyhow v1.0.102 |
| 469 | 2026-05-22T00:40:36.894Z | Compiling heck v0.5.0 |
| 470 | 2026-05-22T00:40:36.999Z | Compiling semver v1.0.28 |
| 471 | 2026-05-22T00:40:37.002Z | Compiling unicode-width v0.1.14 |
| 472 | 2026-05-22T00:40:37.092Z | Compiling tempfile v3.25.0 |
| 473 | 2026-05-22T00:40:37.175Z | Compiling clap_builder v4.6.0 |
| 474 | 2026-05-22T00:40:37.212Z | Compiling memmap v0.7.0 |
| 475 | 2026-05-22T00:40:37.264Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-22T00:40:37.310Z | Compiling papergrid v0.11.0 |
| 477 | 2026-05-22T00:40:37.328Z | Compiling unicode-linebreak v0.1.5 |
| 478 | 2026-05-22T00:40:37.344Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-05-22T00:40:37.382Z | Compiling unicode-width v0.2.0 |
| 480 | 2026-05-22T00:40:37.431Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-05-22T00:40:37.446Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-05-22T00:40:37.587Z | Compiling swrite v0.1.0 |
| 483 | 2026-05-22T00:40:37.615Z | Compiling textwrap v0.16.2 |
| 484 | 2026-05-22T00:40:37.968Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-05-22T00:40:38.630Z | Compiling tabled v0.15.0 |
| 486 | 2026-05-22T00:40:38.758Z | Compiling synstructure v0.13.2 |
| 487 | 2026-05-22T00:40:38.759Z | Compiling pest_generator v2.8.6 |
| 488 | 2026-05-22T00:40:39.318Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-05-22T00:40:39.318Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-05-22T00:40:39.321Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-05-22T00:40:39.321Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-05-22T00:40:39.321Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-05-22T00:40:39.321Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-05-22T00:40:39.321Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-05-22T00:40:39.321Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-22T00:40:39.321Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-22T00:40:39.321Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-05-22T00:40:39.403Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-05-22T00:40:39.960Z | Compiling scroll v0.12.0 |
| 500 | 2026-05-22T00:40:40.177Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-22T00:40:40.207Z | Compiling zerocopy v0.7.35 |
| 502 | 2026-05-22T00:40:40.345Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-05-22T00:40:40.452Z | Compiling yoke v0.8.1 |
| 504 | 2026-05-22T00:40:40.559Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-05-22T00:40:40.607Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-22T00:40:40.607Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-22T00:40:40.774Z | Compiling clap v4.6.1 |
| 508 | 2026-05-22T00:40:41.030Z | Compiling tinystr v0.8.2 |
| 509 | 2026-05-22T00:40:41.030Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-05-22T00:40:41.149Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-05-22T00:40:41.179Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-22T00:40:41.736Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-05-22T00:40:41.844Z | Compiling dof v0.3.0 |
| 514 | 2026-05-22T00:40:41.847Z | Compiling serde_tokenstream v0.2.3 |
| 515 | 2026-05-22T00:40:41.861Z | Compiling serde_spanned v0.6.9 |
| 516 | 2026-05-22T00:40:41.865Z | Compiling toml_datetime v0.6.11 |
| 517 | 2026-05-22T00:40:41.865Z | Compiling serde-value v0.7.0 |
| 518 | 2026-05-22T00:40:41.865Z | Compiling cargo-platform v0.2.0 |
| 519 | 2026-05-22T00:40:41.878Z | Compiling macaddr v1.0.1 |
| 520 | 2026-05-22T00:40:41.964Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-22T00:40:41.967Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-22T00:40:42.083Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-05-22T00:40:42.602Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-22T00:40:42.658Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-05-22T00:40:42.830Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-05-22T00:40:42.950Z | Compiling idna v1.1.0 |
| 527 | 2026-05-22T00:40:43.167Z | Compiling usdt v0.5.0 |
| 528 | 2026-05-22T00:40:43.246Z | Compiling url v2.5.8 |
| 529 | 2026-05-22T00:40:43.352Z | Compiling toml v0.8.23 |
| 530 | 2026-05-22T00:40:43.648Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-05-22T00:40:43.648Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-05-22T00:40:44.420Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-05-22T00:40:45.342Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-05-22T00:40:47.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.44s |
| 535 | 2026-05-22T00:40:47.685Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-05-22T00:40:48.253Z | Downloading crates ... |
| 537 | 2026-05-22T00:40:48.358Z | Downloaded async-recursion v1.1.1 |
| 538 | 2026-05-22T00:40:48.361Z | Downloaded base16ct v0.2.0 |
| 539 | 2026-05-22T00:40:48.364Z | Downloaded aes v0.8.4 |
| 540 | 2026-05-22T00:40:48.364Z | Downloaded crc-any v2.5.0 |
| 541 | 2026-05-22T00:40:48.368Z | Downloaded aho-corasick v1.1.4 |
| 542 | 2026-05-22T00:40:48.371Z | Downloaded document-features v0.2.12 |
| 543 | 2026-05-22T00:40:48.375Z | Downloaded crc8 v0.1.1 |
| 544 | 2026-05-22T00:40:48.376Z | Downloaded darling v0.20.11 |
| 545 | 2026-05-22T00:40:48.379Z | Downloaded crunchy v0.2.4 |
| 546 | 2026-05-22T00:40:48.379Z | Downloaded crossbeam-epoch v0.9.18 |
| 547 | 2026-05-22T00:40:48.379Z | Downloaded async-stream-impl v0.3.6 |
| 548 | 2026-05-22T00:40:48.382Z | Downloaded embedded-io v0.4.0 |
| 549 | 2026-05-22T00:40:48.382Z | Downloaded ascii-canvas v3.0.0 |
| 550 | 2026-05-22T00:40:48.385Z | Downloaded async-trait v0.1.89 |
| 551 | 2026-05-22T00:40:48.388Z | Downloaded atomicwrites v0.4.4 |
| 552 | 2026-05-22T00:40:48.388Z | Downloaded argon2 v0.5.3 |
| 553 | 2026-05-22T00:40:48.388Z | Downloaded assert_matches v1.5.0 |
| 554 | 2026-05-22T00:40:48.391Z | Downloaded ahash v0.8.12 |
| 555 | 2026-05-22T00:40:48.394Z | Downloaded anstyle-parse v0.2.7 |
| 556 | 2026-05-22T00:40:48.394Z | Downloaded ctr v0.9.2 |
| 557 | 2026-05-22T00:40:48.397Z | Downloaded atty v0.2.14 |
| 558 | 2026-05-22T00:40:48.397Z | Downloaded critical-section v1.2.0 |
| 559 | 2026-05-22T00:40:48.400Z | Downloaded float-ord v0.3.2 |
| 560 | 2026-05-22T00:40:48.400Z | Downloaded endian-type v0.1.2 |
| 561 | 2026-05-22T00:40:48.403Z | Downloaded backoff v0.4.0 |
| 562 | 2026-05-22T00:40:48.403Z | Downloaded ed25519-dalek v2.2.0 |
| 563 | 2026-05-22T00:40:48.406Z | Downloaded defmt v0.3.100 |
| 564 | 2026-05-22T00:40:48.406Z | Downloaded dof v0.4.0 |
| 565 | 2026-05-22T00:40:48.406Z | Downloaded csv-core v0.1.13 |
| 566 | 2026-05-22T00:40:48.410Z | Downloaded fd-lock v4.0.4 |
| 567 | 2026-05-22T00:40:48.410Z | Downloaded anstream v0.6.21 |
| 568 | 2026-05-22T00:40:48.413Z | Downloaded dirs-sys-next v0.1.2 |
| 569 | 2026-05-22T00:40:48.413Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 570 | 2026-05-22T00:40:48.413Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 571 | 2026-05-22T00:40:48.417Z | Downloaded bb8 v0.8.6 |
| 572 | 2026-05-22T00:40:48.420Z | Downloaded defmt-parser v1.0.0 |
| 573 | 2026-05-22T00:40:48.423Z | Downloaded dyn-clone v1.0.20 |
| 574 | 2026-05-22T00:40:48.423Z | Downloaded debug-ignore v1.0.5 |
| 575 | 2026-05-22T00:40:48.426Z | Downloaded bit-set v0.5.3 |
| 576 | 2026-05-22T00:40:48.426Z | Downloaded ciborium-ll v0.2.2 |
| 577 | 2026-05-22T00:40:48.426Z | Downloaded darling_macro v0.20.11 |
| 578 | 2026-05-22T00:40:48.426Z | Downloaded enum-as-inner v0.6.1 |
| 579 | 2026-05-22T00:40:48.430Z | Downloaded dunce v1.0.5 |
| 580 | 2026-05-22T00:40:48.430Z | Downloaded derive_builder_macro v0.20.2 |
| 581 | 2026-05-22T00:40:48.430Z | Downloaded array-init v0.0.4 |
| 582 | 2026-05-22T00:40:48.433Z | Downloaded atomic-waker v1.1.2 |
| 583 | 2026-05-22T00:40:48.433Z | Downloaded cpufeatures v0.3.0 |
| 584 | 2026-05-22T00:40:48.433Z | Downloaded cfg_aliases v0.2.1 |
| 585 | 2026-05-22T00:40:48.437Z | Downloaded arrayref v0.3.9 |
| 586 | 2026-05-22T00:40:48.437Z | Downloaded float-cmp v0.10.0 |
| 587 | 2026-05-22T00:40:48.440Z | Downloaded cobs v0.3.0 |
| 588 | 2026-05-22T00:40:48.440Z | Downloaded bcs v0.1.6 |
| 589 | 2026-05-22T00:40:48.440Z | Downloaded adler2 v2.0.1 |
| 590 | 2026-05-22T00:40:48.440Z | Downloaded ciborium-io v0.2.2 |
| 591 | 2026-05-22T00:40:48.443Z | Downloaded base64 v0.22.1 |
| 592 | 2026-05-22T00:40:48.443Z | Downloaded dirs-next v2.0.0 |
| 593 | 2026-05-22T00:40:48.447Z | Downloaded fallible-iterator v0.2.0 |
| 594 | 2026-05-22T00:40:48.447Z | Downloaded ed25519 v2.2.3 |
| 595 | 2026-05-22T00:40:48.450Z | Downloaded crc-catalog v2.4.0 |
| 596 | 2026-05-22T00:40:48.450Z | Downloaded backon v1.6.0 |
| 597 | 2026-05-22T00:40:48.450Z | Downloaded castaway v0.2.4 |
| 598 | 2026-05-22T00:40:48.453Z | Downloaded foreign-types-shared v0.1.1 |
| 599 | 2026-05-22T00:40:48.453Z | Downloaded display-error-chain v0.2.2 |
| 600 | 2026-05-22T00:40:48.453Z | Downloaded cstr-argument v0.1.2 |
| 601 | 2026-05-22T00:40:48.453Z | Downloaded cfg_aliases v0.1.1 |
| 602 | 2026-05-22T00:40:48.456Z | Downloaded async-stream v0.3.6 |
| 603 | 2026-05-22T00:40:48.456Z | Downloaded either v1.15.0 |
| 604 | 2026-05-22T00:40:48.456Z | Downloaded daft v0.1.7 |
| 605 | 2026-05-22T00:40:48.459Z | Downloaded defmt v1.0.1 |
| 606 | 2026-05-22T00:40:48.462Z | Downloaded foreign-types v0.3.2 |
| 607 | 2026-05-22T00:40:48.462Z | Downloaded convert_case v0.4.0 |
| 608 | 2026-05-22T00:40:48.462Z | Downloaded bitfield-macros v0.19.4 |
| 609 | 2026-05-22T00:40:48.462Z | Downloaded difflib v0.4.0 |
| 610 | 2026-05-22T00:40:48.468Z | Downloaded compression-core v0.4.31 |
| 611 | 2026-05-22T00:40:48.468Z | Downloaded funty v2.0.0 |
| 612 | 2026-05-22T00:40:48.468Z | Downloaded dsl_auto_type v0.2.0 |
| 613 | 2026-05-22T00:40:48.471Z | Downloaded downcast-rs v2.0.2 |
| 614 | 2026-05-22T00:40:48.471Z | Downloaded darling_macro v0.21.3 |
| 615 | 2026-05-22T00:40:48.471Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 616 | 2026-05-22T00:40:48.471Z | Downloaded crucible-workspace-hack v0.1.0 |
| 617 | 2026-05-22T00:40:48.471Z | Downloaded bitfield-struct v0.6.2 |
| 618 | 2026-05-22T00:40:48.475Z | Downloaded cargo-platform v0.1.9 |
| 619 | 2026-05-22T00:40:48.475Z | Downloaded gethostname v0.5.0 |
| 620 | 2026-05-22T00:40:48.484Z | Downloaded dtrace-parser v0.3.0 |
| 621 | 2026-05-22T00:40:48.487Z | Downloaded flagset v0.4.7 |
| 622 | 2026-05-22T00:40:48.487Z | Downloaded foreign-types-macros v0.2.3 |
| 623 | 2026-05-22T00:40:48.487Z | Downloaded block-padding v0.3.3 |
| 624 | 2026-05-22T00:40:48.490Z | Downloaded darling_macro v0.23.0 |
| 625 | 2026-05-22T00:40:48.490Z | Downloaded crossterm v0.28.1 |
| 626 | 2026-05-22T00:40:48.492Z | Downloaded env_logger v0.11.9 |
| 627 | 2026-05-22T00:40:48.498Z | Downloaded camino-tempfile-ext v0.3.3 |
| 628 | 2026-05-22T00:40:48.498Z | Downloaded bit-vec v0.8.0 |
| 629 | 2026-05-22T00:40:48.501Z | Downloaded aead v0.5.2 |
| 630 | 2026-05-22T00:40:48.501Z | Downloaded fixedbitset v0.4.2 |
| 631 | 2026-05-22T00:40:48.501Z | Downloaded bitfield v0.19.4 |
| 632 | 2026-05-22T00:40:48.501Z | Downloaded cexpr v0.6.0 |
| 633 | 2026-05-22T00:40:48.501Z | Downloaded futures-macro v0.3.32 |
| 634 | 2026-05-22T00:40:48.501Z | Downloaded futures-core v0.3.32 |
| 635 | 2026-05-22T00:40:48.505Z | Downloaded futures-sink v0.3.32 |
| 636 | 2026-05-22T00:40:48.505Z | Downloaded futures-io v0.3.32 |
| 637 | 2026-05-22T00:40:48.505Z | Downloaded corncobs v0.1.4 |
| 638 | 2026-05-22T00:40:48.508Z | Downloaded bitflags v1.3.2 |
| 639 | 2026-05-22T00:40:48.508Z | Downloaded foreign-types-shared v0.3.1 |
| 640 | 2026-05-22T00:40:48.508Z | Downloaded fxhash v0.2.1 |
| 641 | 2026-05-22T00:40:48.508Z | Downloaded futures-task v0.3.32 |
| 642 | 2026-05-22T00:40:48.512Z | Downloaded git-stub v1.0.0 |
| 643 | 2026-05-22T00:40:48.512Z | Downloaded foreign-types v0.5.0 |
| 644 | 2026-05-22T00:40:48.512Z | Downloaded fixedbitset v0.5.7 |
| 645 | 2026-05-22T00:40:48.515Z | Downloaded env_filter v1.0.0 |
| 646 | 2026-05-22T00:40:48.515Z | Downloaded der v0.7.10 |
| 647 | 2026-05-22T00:40:48.518Z | Downloaded crossbeam-deque v0.8.6 |
| 648 | 2026-05-22T00:40:48.518Z | Downloaded crypto-bigint v0.5.5 |
| 649 | 2026-05-22T00:40:48.521Z | Downloaded ghash v0.5.1 |
| 650 | 2026-05-22T00:40:48.524Z | Downloaded cipher v0.4.4 |
| 651 | 2026-05-22T00:40:48.524Z | Downloaded hash32 v0.2.1 |
| 652 | 2026-05-22T00:40:48.524Z | Downloaded globwalk v0.9.1 |
| 653 | 2026-05-22T00:40:48.527Z | Downloaded hash32 v0.3.1 |
| 654 | 2026-05-22T00:40:48.527Z | Downloaded chacha20 v0.9.1 |
| 655 | 2026-05-22T00:40:48.527Z | Downloaded headers-core v0.3.0 |
| 656 | 2026-05-22T00:40:48.530Z | Downloaded cbc v0.1.2 |
| 657 | 2026-05-22T00:40:48.530Z | Downloaded foldhash v0.2.0 |
| 658 | 2026-05-22T00:40:48.530Z | Downloaded cargo_metadata v0.19.2 |
| 659 | 2026-05-22T00:40:48.533Z | Downloaded bit-set v0.8.0 |
| 660 | 2026-05-22T00:40:48.533Z | Downloaded diff v0.1.13 |
| 661 | 2026-05-22T00:40:48.536Z | Downloaded darling v0.23.0 |
| 662 | 2026-05-22T00:40:48.539Z | Downloaded cassowary v0.3.0 |
| 663 | 2026-05-22T00:40:48.539Z | Downloaded cmake v0.1.57 |
| 664 | 2026-05-22T00:40:48.539Z | Downloaded blowfish v0.9.1 |
| 665 | 2026-05-22T00:40:48.542Z | Downloaded buf-list v1.1.2 |
| 666 | 2026-05-22T00:40:48.543Z | Downloaded crc v3.4.0 |
| 667 | 2026-05-22T00:40:48.545Z | Downloaded hex-literal v0.4.1 |
| 668 | 2026-05-22T00:40:48.545Z | Downloaded constant_time_eq v0.4.2 |
| 669 | 2026-05-22T00:40:48.545Z | Downloaded hex v0.4.3 |
| 670 | 2026-05-22T00:40:48.548Z | Downloaded hostname v0.4.2 |
| 671 | 2026-05-22T00:40:48.548Z | Downloaded ena v0.14.4 |
| 672 | 2026-05-22T00:40:48.548Z | Downloaded ff v0.13.1 |
| 673 | 2026-05-22T00:40:48.551Z | Downloaded erased-serde v0.3.31 |
| 674 | 2026-05-22T00:40:48.551Z | Downloaded foldhash v0.1.5 |
| 675 | 2026-05-22T00:40:48.555Z | Downloaded const_format_proc_macros v0.2.34 |
| 676 | 2026-05-22T00:40:48.555Z | Downloaded derive_builder_core v0.20.2 |
| 677 | 2026-05-22T00:40:48.558Z | Downloaded base64 v0.21.7 |
| 678 | 2026-05-22T00:40:48.558Z | Downloaded cookie v0.18.1 |
| 679 | 2026-05-22T00:40:48.562Z | Downloaded fs_extra v1.3.0 |
| 680 | 2026-05-22T00:40:48.562Z | Downloaded hubpack_derive v0.1.1 |
| 681 | 2026-05-22T00:40:48.562Z | Downloaded http-body v1.0.1 |
| 682 | 2026-05-22T00:40:48.565Z | Downloaded http-range v0.1.5 |
| 683 | 2026-05-22T00:40:48.565Z | Downloaded ecdsa v0.16.9 |
| 684 | 2026-05-22T00:40:48.565Z | Downloaded deranged v0.5.8 |
| 685 | 2026-05-22T00:40:48.565Z | Downloaded git-stub-vcs v0.1.0 |
| 686 | 2026-05-22T00:40:48.568Z | Downloaded httpdate v1.0.3 |
| 687 | 2026-05-22T00:40:48.568Z | Downloaded group v0.13.0 |
| 688 | 2026-05-22T00:40:48.568Z | Downloaded futures-executor v0.3.32 |
| 689 | 2026-05-22T00:40:48.571Z | Downloaded filetime v0.2.27 |
| 690 | 2026-05-22T00:40:48.571Z | Downloaded hyper-tls v0.6.0 |
| 691 | 2026-05-22T00:40:48.572Z | Downloaded cookie_store v0.22.1 |
| 692 | 2026-05-22T00:40:48.574Z | Downloaded indent_write v2.2.0 |
| 693 | 2026-05-22T00:40:48.574Z | Downloaded inout v0.1.4 |
| 694 | 2026-05-22T00:40:48.574Z | Downloaded indoc v1.0.9 |
| 695 | 2026-05-22T00:40:48.579Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 696 | 2026-05-22T00:40:48.579Z | Downloaded is_ci v1.2.0 |
| 697 | 2026-05-22T00:40:48.579Z | Downloaded is-terminal v0.4.17 |
| 698 | 2026-05-22T00:40:48.583Z | Downloaded fs-err v2.11.0 |
| 699 | 2026-05-22T00:40:48.583Z | Downloaded der_derive v0.7.3 |
| 700 | 2026-05-22T00:40:48.583Z | Downloaded convert_case v0.10.0 |
| 701 | 2026-05-22T00:40:48.583Z | Downloaded colored v3.1.1 |
| 702 | 2026-05-22T00:40:48.586Z | Downloaded find-msvc-tools v0.1.9 |
| 703 | 2026-05-22T00:40:48.587Z | Downloaded colored v2.2.0 |
| 704 | 2026-05-22T00:40:48.587Z | Downloaded glob v0.3.3 |
| 705 | 2026-05-22T00:40:48.590Z | Downloaded blake2 v0.10.6 |
| 706 | 2026-05-22T00:40:48.590Z | Downloaded clang-sys v1.8.1 |
| 707 | 2026-05-22T00:40:48.593Z | Downloaded console v0.15.11 |
| 708 | 2026-05-22T00:40:48.593Z | Downloaded compression-codecs v0.4.37 |
| 709 | 2026-05-22T00:40:48.595Z | Downloaded console v0.16.2 |
| 710 | 2026-05-22T00:40:48.595Z | Downloaded ciborium v0.2.2 |
| 711 | 2026-05-22T00:40:48.599Z | Downloaded bzip2 v0.4.4 |
| 712 | 2026-05-22T00:40:48.599Z | Downloaded illumos-nvpair v0.3.0 |
| 713 | 2026-05-22T00:40:48.602Z | Downloaded ident_case v1.0.1 |
| 714 | 2026-05-22T00:40:48.602Z | Downloaded lazy_static v1.5.0 |
| 715 | 2026-05-22T00:40:48.602Z | Downloaded kstat-rs v0.2.4 |
| 716 | 2026-05-22T00:40:48.605Z | Downloaded internet-checksum v0.2.1 |
| 717 | 2026-05-22T00:40:48.605Z | Downloaded instant v0.1.13 |
| 718 | 2026-05-22T00:40:48.605Z | Downloaded instability v0.3.11 |
| 719 | 2026-05-22T00:40:48.605Z | Downloaded home v0.5.12 |
| 720 | 2026-05-22T00:40:48.608Z | Downloaded const-oid v0.9.6 |
| 721 | 2026-05-22T00:40:48.608Z | Downloaded keccak v0.1.6 |
| 722 | 2026-05-22T00:40:48.608Z | Downloaded async-compression v0.4.41 |
| 723 | 2026-05-22T00:40:48.611Z | Downloaded futures-channel v0.3.32 |
| 724 | 2026-05-22T00:40:48.614Z | Downloaded async-bb8-diesel v0.2.1 |
| 725 | 2026-05-22T00:40:48.614Z | Downloaded lalrpop-util v0.19.12 |
| 726 | 2026-05-22T00:40:48.617Z | Downloaded drift v0.1.4 |
| 727 | 2026-05-22T00:40:48.620Z | Downloaded lru-slab v0.1.2 |
| 728 | 2026-05-22T00:40:48.623Z | Downloaded md5 v0.7.0 |
| 729 | 2026-05-22T00:40:48.623Z | Downloaded lzss v0.8.2 |
| 730 | 2026-05-22T00:40:48.623Z | Downloaded libscf-sys v1.1.0 |
| 731 | 2026-05-22T00:40:48.626Z | Downloaded lru-cache v0.1.2 |
| 732 | 2026-05-22T00:40:48.626Z | Downloaded humantime v2.3.0 |
| 733 | 2026-05-22T00:40:48.626Z | Downloaded hostname v0.3.1 |
| 734 | 2026-05-22T00:40:48.629Z | Downloaded md-5 v0.10.6 |
| 735 | 2026-05-22T00:40:48.629Z | Downloaded lru v0.12.5 |
| 736 | 2026-05-22T00:40:48.629Z | Downloaded match_cfg v0.1.0 |
| 737 | 2026-05-22T00:40:48.632Z | Downloaded managed v0.8.0 |
| 738 | 2026-05-22T00:40:48.632Z | Downloaded getrandom v0.2.17 |
| 739 | 2026-05-22T00:40:48.635Z | Downloaded defmt-macros v1.0.1 |
| 740 | 2026-05-22T00:40:48.635Z | Downloaded hyper-staticfile v0.10.1 |
| 741 | 2026-05-22T00:40:48.638Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 742 | 2026-05-22T00:40:48.638Z | Downloaded ingot-types v0.1.2 |
| 743 | 2026-05-22T00:40:48.641Z | Downloaded hubpack v0.1.2 |
| 744 | 2026-05-22T00:40:48.641Z | Downloaded http-body-util v0.1.3 |
| 745 | 2026-05-22T00:40:48.641Z | Downloaded memoffset v0.9.1 |
| 746 | 2026-05-22T00:40:48.644Z | Downloaded mime v0.3.17 |
| 747 | 2026-05-22T00:40:48.644Z | Downloaded derive_more v0.99.20 |
| 748 | 2026-05-22T00:40:48.647Z | Downloaded derive_builder v0.20.2 |
| 749 | 2026-05-22T00:40:48.650Z | Downloaded multimap v0.10.1 |
| 750 | 2026-05-22T00:40:48.650Z | Downloaded darling v0.21.3 |
| 751 | 2026-05-22T00:40:48.653Z | Downloaded half v1.8.3 |
| 752 | 2026-05-22T00:40:48.656Z | Downloaded globset v0.4.18 |
| 753 | 2026-05-22T00:40:48.656Z | Downloaded maybe-uninit v2.0.0 |
| 754 | 2026-05-22T00:40:48.656Z | Downloaded ipnet v2.11.0 |
| 755 | 2026-05-22T00:40:48.659Z | Downloaded chacha20 v0.10.0 |
| 756 | 2026-05-22T00:40:48.659Z | Downloaded cancel-safe-futures v0.1.5 |
| 757 | 2026-05-22T00:40:48.662Z | Downloaded ingot v0.1.1 |
| 758 | 2026-05-22T00:40:48.662Z | Downloaded new_debug_unreachable v1.0.6 |
| 759 | 2026-05-22T00:40:48.665Z | Downloaded newline-converter v0.3.0 |
| 760 | 2026-05-22T00:40:48.665Z | Downloaded ipnetwork v0.21.1 |
| 761 | 2026-05-22T00:40:48.665Z | Downloaded highway v1.3.0 |
| 762 | 2026-05-22T00:40:48.668Z | Downloaded num v0.4.3 |
| 763 | 2026-05-22T00:40:48.668Z | Downloaded allocator-api2 v0.2.21 |
| 764 | 2026-05-22T00:40:48.671Z | Downloaded num-conv v0.2.0 |
| 765 | 2026-05-22T00:40:48.671Z | Downloaded newtype-uuid-macros v0.1.0 |
| 766 | 2026-05-22T00:40:48.671Z | Downloaded hmac v0.12.1 |
| 767 | 2026-05-22T00:40:48.674Z | Downloaded dropshot-api-manager v0.7.1 |
| 768 | 2026-05-22T00:40:48.674Z | Downloaded chacha20poly1305 v0.10.1 |
| 769 | 2026-05-22T00:40:48.677Z | Downloaded diesel-dtrace v0.5.0 |
| 770 | 2026-05-22T00:40:48.677Z | Downloaded crc32fast v1.5.0 |
| 771 | 2026-05-22T00:40:48.680Z | Downloaded dropshot_endpoint v0.17.0 |
| 772 | 2026-05-22T00:40:48.680Z | Downloaded flume v0.11.1 |
| 773 | 2026-05-22T00:40:48.684Z | Downloaded num_enum_derive v0.5.11 |
| 774 | 2026-05-22T00:40:48.684Z | Downloaded normalize-line-endings v0.3.0 |
| 775 | 2026-05-22T00:40:48.687Z | Downloaded num-iter v0.1.45 |
| 776 | 2026-05-22T00:40:48.687Z | Downloaded num-derive v0.3.3 |
| 777 | 2026-05-22T00:40:48.687Z | Downloaded linked-hash-map v0.5.6 |
| 778 | 2026-05-22T00:40:48.687Z | Downloaded libsw v3.5.0 |
| 779 | 2026-05-22T00:40:48.687Z | Downloaded libsw-core v0.3.2 |
| 780 | 2026-05-22T00:40:48.690Z | Downloaded libloading v0.8.9 |
| 781 | 2026-05-22T00:40:48.690Z | Downloaded nodrop v0.1.14 |
| 782 | 2026-05-22T00:40:48.690Z | Downloaded newtype_derive v0.1.6 |
| 783 | 2026-05-22T00:40:48.694Z | Downloaded derive-where v1.6.0 |
| 784 | 2026-05-22T00:40:48.694Z | Downloaded openssl-probe v0.1.6 |
| 785 | 2026-05-22T00:40:48.698Z | Downloaded opaque-debug v0.3.1 |
| 786 | 2026-05-22T00:40:48.698Z | Downloaded num_threads v0.1.7 |
| 787 | 2026-05-22T00:40:48.698Z | Downloaded libefi-sys v0.1.0 |
| 788 | 2026-05-22T00:40:48.698Z | Downloaded olpc-cjson v0.1.4 |
| 789 | 2026-05-22T00:40:48.698Z | Downloaded oso-derive v0.27.3 |
| 790 | 2026-05-22T00:40:48.701Z | Downloaded openssl-probe v0.2.1 |
| 791 | 2026-05-22T00:40:48.701Z | Downloaded getrandom v0.3.4 |
| 792 | 2026-05-22T00:40:48.701Z | Downloaded lock_api v0.4.14 |
| 793 | 2026-05-22T00:40:48.704Z | Downloaded maplit v1.0.2 |
| 794 | 2026-05-22T00:40:48.704Z | Downloaded linear-map v1.2.0 |
| 795 | 2026-05-22T00:40:48.704Z | Downloaded aes-gcm v0.10.3 |
| 796 | 2026-05-22T00:40:48.707Z | Downloaded dropshot_endpoint v0.16.7 |
| 797 | 2026-05-22T00:40:48.710Z | Downloaded openssl-macros v0.1.1 |
| 798 | 2026-05-22T00:40:48.710Z | Downloaded parse-size v1.1.0 |
| 799 | 2026-05-22T00:40:48.710Z | Downloaded parse-display v0.10.0 |
| 800 | 2026-05-22T00:40:48.710Z | Downloaded des v0.8.1 |
| 801 | 2026-05-22T00:40:48.713Z | Downloaded daft-derive v0.1.7 |
| 802 | 2026-05-22T00:40:48.716Z | Downloaded hyper-rustls v0.27.7 |
| 803 | 2026-05-22T00:40:48.716Z | Downloaded nibble_vec v0.1.0 |
| 804 | 2026-05-22T00:40:48.719Z | Downloaded mime_guess v2.0.5 |
| 805 | 2026-05-22T00:40:48.719Z | Downloaded crossbeam-utils v0.8.21 |
| 806 | 2026-05-22T00:40:48.728Z | Downloaded elliptic-curve v0.13.8 |
| 807 | 2026-05-22T00:40:48.731Z | Downloaded ingot-macros v0.1.1 |
| 808 | 2026-05-22T00:40:48.731Z | Downloaded nonempty v0.12.0 |
| 809 | 2026-05-22T00:40:48.731Z | Downloaded bytes v1.11.1 |
| 810 | 2026-05-22T00:40:48.731Z | Downloaded native-tls v0.2.18 |
| 811 | 2026-05-22T00:40:48.731Z | Downloaded nanorand v0.7.0 |
| 812 | 2026-05-22T00:40:48.731Z | Downloaded peg-runtime v0.8.5 |
| 813 | 2026-05-22T00:40:48.731Z | Downloaded pbkdf2 v0.11.0 |
| 814 | 2026-05-22T00:40:48.734Z | Downloaded phf_shared v0.12.1 |
| 815 | 2026-05-22T00:40:48.734Z | Downloaded phf_shared v0.11.3 |
| 816 | 2026-05-22T00:40:48.734Z | Downloaded path-slash v0.1.5 |
| 817 | 2026-05-22T00:40:48.736Z | Downloaded multer v3.1.0 |
| 818 | 2026-05-22T00:40:48.736Z | Downloaded phf_shared v0.13.1 |
| 819 | 2026-05-22T00:40:48.739Z | Downloaded flate2 v1.1.9 |
| 820 | 2026-05-22T00:40:48.742Z | Downloaded pbkdf2 v0.12.2 |
| 821 | 2026-05-22T00:40:48.742Z | Downloaded packed_struct_codegen v0.10.1 |
| 822 | 2026-05-22T00:40:48.742Z | Downloaded derive_more v2.1.1 |
| 823 | 2026-05-22T00:40:48.762Z | Downloaded pin-utils v0.1.0 |
| 824 | 2026-05-22T00:40:48.764Z | Downloaded num_enum v0.7.6 |
| 825 | 2026-05-22T00:40:48.767Z | Downloaded num-rational v0.4.2 |
| 826 | 2026-05-22T00:40:48.767Z | Downloaded num-integer v0.1.46 |
| 827 | 2026-05-22T00:40:48.770Z | Downloaded num-derive v0.4.2 |
| 828 | 2026-05-22T00:40:48.770Z | Downloaded nu-ansi-term v0.50.3 |
| 829 | 2026-05-22T00:40:48.773Z | Downloaded precomputed-hash v0.1.1 |
| 830 | 2026-05-22T00:40:48.773Z | Downloaded memmap2 v0.9.10 |
| 831 | 2026-05-22T00:40:48.773Z | Downloaded litrs v1.0.0 |
| 832 | 2026-05-22T00:40:48.775Z | Downloaded ignore v0.4.25 |
| 833 | 2026-05-22T00:40:48.776Z | Downloaded oxnet v0.1.5 |
| 834 | 2026-05-22T00:40:48.778Z | Downloaded proc-macro-crate v3.4.0 |
| 835 | 2026-05-22T00:40:48.778Z | Downloaded predicates-core v1.0.10 |
| 836 | 2026-05-22T00:40:48.778Z | Downloaded parking_lot_core v0.8.6 |
| 837 | 2026-05-22T00:40:48.781Z | Downloaded num_enum v0.5.11 |
| 838 | 2026-05-22T00:40:48.784Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 839 | 2026-05-22T00:40:48.787Z | Downloaded progenitor-client v0.14.0 |
| 840 | 2026-05-22T00:40:48.787Z | Downloaded predicates-tree v1.0.13 |
| 841 | 2026-05-22T00:40:48.787Z | Downloaded futures v0.3.32 |
| 842 | 2026-05-22T00:40:48.789Z | Downloaded indexmap v1.9.3 |
| 843 | 2026-05-22T00:40:48.792Z | Downloaded parse-display-derive v0.10.0 |
| 844 | 2026-05-22T00:40:48.799Z | Downloaded oxide-tokio-rt v0.1.4 |
| 845 | 2026-05-22T00:40:48.799Z | Downloaded owo-colors v4.3.0 |
| 846 | 2026-05-22T00:40:48.799Z | Downloaded half v2.7.1 |
| 847 | 2026-05-22T00:40:48.799Z | Downloaded progenitor-client v0.11.2 |
| 848 | 2026-05-22T00:40:48.799Z | Downloaded paste v1.0.15 |
| 849 | 2026-05-22T00:40:48.802Z | Downloaded progenitor-client v0.10.0 |
| 850 | 2026-05-22T00:40:48.802Z | Downloaded proc-macro-crate v1.3.1 |
| 851 | 2026-05-22T00:40:48.802Z | Downloaded powerfmt v0.2.0 |
| 852 | 2026-05-22T00:40:48.802Z | Downloaded heapless v0.8.0 |
| 853 | 2026-05-22T00:40:48.805Z | Downloaded quick-error v1.2.3 |
| 854 | 2026-05-22T00:40:48.808Z | Downloaded crossterm v0.29.0 |
| 855 | 2026-05-22T00:40:48.810Z | Downloaded num-complex v0.4.6 |
| 856 | 2026-05-22T00:40:48.810Z | Downloaded headers v0.4.1 |
| 857 | 2026-05-22T00:40:48.813Z | Downloaded psl-types v2.0.11 |
| 858 | 2026-05-22T00:40:48.817Z | Downloaded progenitor-macro v0.13.0 |
| 859 | 2026-05-22T00:40:48.817Z | Downloaded progenitor-macro v0.10.0 |
| 860 | 2026-05-22T00:40:48.817Z | Downloaded phf v0.13.1 |
| 861 | 2026-05-22T00:40:48.820Z | Downloaded libbz2-rs-sys v0.2.2 |
| 862 | 2026-05-22T00:40:48.820Z | Downloaded progenitor-macro v0.14.0 |
| 863 | 2026-05-22T00:40:48.820Z | Downloaded pkg-config v0.3.32 |
| 864 | 2026-05-22T00:40:48.823Z | Downloaded password-hash v0.5.0 |
| 865 | 2026-05-22T00:40:48.823Z | Downloaded poly1305 v0.8.0 |
| 866 | 2026-05-22T00:40:48.823Z | Downloaded pkcs8 v0.10.2 |
| 867 | 2026-05-22T00:40:48.826Z | Downloaded derive_more-impl v2.1.1 |
| 868 | 2026-05-22T00:40:48.829Z | Downloaded rand_chacha v0.3.1 |
| 869 | 2026-05-22T00:40:48.829Z | Downloaded phf v0.12.1 |
| 870 | 2026-05-22T00:40:48.829Z | Downloaded rand_xorshift v0.4.0 |
| 871 | 2026-05-22T00:40:48.831Z | Downloaded password-hash v0.4.2 |
| 872 | 2026-05-22T00:40:48.832Z | Downloaded packed_struct v0.10.1 |
| 873 | 2026-05-22T00:40:48.834Z | Downloaded radium v0.7.0 |
| 874 | 2026-05-22T00:40:48.835Z | Downloaded peg-macros v0.8.5 |
| 875 | 2026-05-22T00:40:48.835Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 876 | 2026-05-22T00:40:48.835Z | Downloaded num_enum_derive v0.7.6 |
| 877 | 2026-05-22T00:40:48.837Z | Downloaded pem-rfc7468 v0.7.0 |
| 878 | 2026-05-22T00:40:48.837Z | Downloaded pin-project-lite v0.2.17 |
| 879 | 2026-05-22T00:40:48.840Z | Downloaded postgres-protocol v0.6.10 |
| 880 | 2026-05-22T00:40:48.843Z | Downloaded pem v3.0.6 |
| 881 | 2026-05-22T00:40:48.843Z | Downloaded peg v0.8.5 |
| 882 | 2026-05-22T00:40:48.846Z | Downloaded primeorder v0.13.6 |
| 883 | 2026-05-22T00:40:48.846Z | Downloaded progenitor v0.14.0 |
| 884 | 2026-05-22T00:40:48.849Z | Downloaded recursive v0.1.1 |
| 885 | 2026-05-22T00:40:48.849Z | Downloaded progenitor v0.13.0 |
| 886 | 2026-05-22T00:40:48.849Z | Downloaded proc-macro-error2 v2.0.1 |
| 887 | 2026-05-22T00:40:48.852Z | Downloaded ref-cast v1.0.25 |
| 888 | 2026-05-22T00:40:48.855Z | Downloaded predicates v3.1.4 |
| 889 | 2026-05-22T00:40:48.855Z | Downloaded progenitor-macro v0.11.2 |
| 890 | 2026-05-22T00:40:48.857Z | Downloaded ppv-lite86 v0.2.21 |
| 891 | 2026-05-22T00:40:48.857Z | Downloaded httparse v1.10.1 |
| 892 | 2026-05-22T00:40:48.860Z | Downloaded heapless v0.7.17 |
| 893 | 2026-05-22T00:40:48.860Z | Downloaded indicatif v0.18.4 |
| 894 | 2026-05-22T00:40:48.863Z | Downloaded iana-time-zone v0.1.65 |
| 895 | 2026-05-22T00:40:48.866Z | Downloaded newtype-uuid v1.3.2 |
| 896 | 2026-05-22T00:40:48.866Z | Downloaded jobserver v0.1.34 |
| 897 | 2026-05-22T00:40:48.868Z | Downloaded fatfs v0.3.6 |
| 898 | 2026-05-22T00:40:48.868Z | Downloaded darling_core v0.23.0 |
| 899 | 2026-05-22T00:40:48.871Z | Downloaded psm v0.1.30 |
| 900 | 2026-05-22T00:40:48.874Z | Downloaded rfc6979 v0.4.0 |
| 901 | 2026-05-22T00:40:48.874Z | Downloaded progenitor-client v0.13.0 |
| 902 | 2026-05-22T00:40:48.877Z | Downloaded progenitor v0.11.2 |
| 903 | 2026-05-22T00:40:48.877Z | Downloaded pin-project-internal v1.1.11 |
| 904 | 2026-05-22T00:40:48.877Z | Downloaded parking_lot v0.11.2 |
| 905 | 2026-05-22T00:40:48.880Z | Downloaded cc v1.2.56 |
| 906 | 2026-05-22T00:40:48.882Z | Downloaded rtoolbox v0.0.3 |
| 907 | 2026-05-22T00:40:48.882Z | Downloaded darling_core v0.21.3 |
| 908 | 2026-05-22T00:40:48.885Z | Downloaded ref-cast-impl v1.0.25 |
| 909 | 2026-05-22T00:40:48.885Z | Downloaded rustc_version v0.4.1 |
| 910 | 2026-05-22T00:40:48.888Z | Downloaded bzip2 v0.6.1 |
| 911 | 2026-05-22T00:40:48.888Z | Downloaded indoc v2.0.7 |
| 912 | 2026-05-22T00:40:48.890Z | Downloaded rustc_version v0.1.7 |
| 913 | 2026-05-22T00:40:48.890Z | Downloaded polyval v0.6.2 |
| 914 | 2026-05-22T00:40:48.890Z | Downloaded rustc-hash v2.1.1 |
| 915 | 2026-05-22T00:40:48.893Z | Downloaded bumpalo v3.20.2 |
| 916 | 2026-05-22T00:40:48.893Z | Downloaded parking_lot_core v0.9.12 |
| 917 | 2026-05-22T00:40:48.896Z | Downloaded pkcs1 v0.7.5 |
| 918 | 2026-05-22T00:40:48.896Z | Downloaded rand_seeder v0.4.0 |
| 919 | 2026-05-22T00:40:48.899Z | Downloaded rand_core v0.6.4 |
| 920 | 2026-05-22T00:40:48.899Z | Downloaded rand_chacha v0.9.0 |
| 921 | 2026-05-22T00:40:48.899Z | Downloaded parking_lot v0.12.5 |
| 922 | 2026-05-22T00:40:48.901Z | Downloaded const_format v0.2.35 |
| 923 | 2026-05-22T00:40:48.904Z | Downloaded compact_str v0.8.1 |
| 924 | 2026-05-22T00:40:48.907Z | Downloaded postgres-types v0.2.12 |
| 925 | 2026-05-22T00:40:48.909Z | Downloaded progenitor-extras v0.2.0 |
| 926 | 2026-05-22T00:40:48.909Z | Downloaded arc-swap v1.8.2 |
| 927 | 2026-05-22T00:40:48.912Z | Downloaded ar_archive_writer v0.5.1 |
| 928 | 2026-05-22T00:40:48.917Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 929 | 2026-05-22T00:40:48.917Z | Downloaded data-encoding v2.10.0 |
| 930 | 2026-05-22T00:40:48.917Z | Downloaded base64ct v1.8.3 |
| 931 | 2026-05-22T00:40:48.920Z | Downloaded embedded-io v0.6.1 |
| 932 | 2026-05-22T00:40:48.920Z | Downloaded omicron-zone-package v0.12.2 |
| 933 | 2026-05-22T00:40:48.920Z | Downloaded byte-wrapper v0.1.0 |
| 934 | 2026-05-22T00:40:48.923Z | Downloaded pkcs5 v0.7.1 |
| 935 | 2026-05-22T00:40:48.923Z | Downloaded hickory-resolver v0.24.4 |
| 936 | 2026-05-22T00:40:48.925Z | Downloaded salsa20 v0.10.2 |
| 937 | 2026-05-22T00:40:48.928Z | Downloaded sapling-renderdag v0.1.0 |
| 938 | 2026-05-22T00:40:48.928Z | Downloaded scheduled-thread-pool v0.2.7 |
| 939 | 2026-05-22T00:40:48.928Z | Downloaded scroll_derive v0.13.1 |
| 940 | 2026-05-22T00:40:48.931Z | Downloaded scopeguard v1.2.0 |
| 941 | 2026-05-22T00:40:48.931Z | Downloaded secrecy v0.8.0 |
| 942 | 2026-05-22T00:40:48.931Z | Downloaded postcard v1.1.3 |
| 943 | 2026-05-22T00:40:48.934Z | Downloaded scrypt v0.11.0 |
| 944 | 2026-05-22T00:40:48.934Z | Downloaded same-file v1.0.6 |
| 945 | 2026-05-22T00:40:48.934Z | Downloaded rand_core v0.10.0 |
| 946 | 2026-05-22T00:40:48.937Z | Downloaded bit-vec v0.6.3 |
| 947 | 2026-05-22T00:40:48.937Z | Downloaded arrayvec v0.7.6 |
| 948 | 2026-05-22T00:40:48.939Z | Downloaded miniz_oxide v0.8.9 |
| 949 | 2026-05-22T00:40:48.939Z | Downloaded oso v0.27.3 |
| 950 | 2026-05-22T00:40:48.942Z | Downloaded crossbeam-channel v0.5.15 |
| 951 | 2026-05-22T00:40:48.945Z | Downloaded russh-cryptovec v0.7.3 |
| 952 | 2026-05-22T00:40:48.945Z | Downloaded derive-ex v0.1.8 |
| 953 | 2026-05-22T00:40:48.945Z | Downloaded darling_core v0.20.11 |
| 954 | 2026-05-22T00:40:48.948Z | Downloaded semver v0.1.20 |
| 955 | 2026-05-22T00:40:48.951Z | Downloaded secrecy v0.10.3 |
| 956 | 2026-05-22T00:40:48.954Z | Downloaded hickory-resolver v0.25.2 |
| 957 | 2026-05-22T00:40:48.956Z | Downloaded quinn-udp v0.5.14 |
| 958 | 2026-05-22T00:40:48.959Z | Downloaded rustls-native-certs v0.8.3 |
| 959 | 2026-05-22T00:40:48.959Z | Downloaded rand_core v0.9.5 |
| 960 | 2026-05-22T00:40:48.962Z | Downloaded serde-big-array v0.5.1 |
| 961 | 2026-05-22T00:40:48.964Z | Downloaded serde_urlencoded v0.7.1 |
| 962 | 2026-05-22T00:40:48.964Z | Downloaded serde_bytes v0.11.19 |
| 963 | 2026-05-22T00:40:48.967Z | Downloaded p256 v0.13.2 |
| 964 | 2026-05-22T00:40:48.967Z | Downloaded signal-hook-mio v0.2.5 |
| 965 | 2026-05-22T00:40:48.970Z | Downloaded papergrid v0.17.0 |
| 966 | 2026-05-22T00:40:48.973Z | Downloaded rustls-pemfile v1.0.4 |
| 967 | 2026-05-22T00:40:48.975Z | Downloaded jiff-static v0.2.21 |
| 968 | 2026-05-22T00:40:48.975Z | Downloaded prefix-trie v0.7.0 |
| 969 | 2026-05-22T00:40:48.978Z | Downloaded shell-words v1.1.1 |
| 970 | 2026-05-22T00:40:48.978Z | Downloaded sha1 v0.10.6 |
| 971 | 2026-05-22T00:40:48.981Z | Downloaded serde_spanned v1.0.4 |
| 972 | 2026-05-22T00:40:48.981Z | Downloaded serde_repr v0.1.20 |
| 973 | 2026-05-22T00:40:48.983Z | Downloaded expectorate v1.2.0 |
| 974 | 2026-05-22T00:40:48.983Z | Downloaded rustls-pemfile v2.2.0 |
| 975 | 2026-05-22T00:40:48.986Z | Downloaded r2d2 v0.8.10 |
| 976 | 2026-05-22T00:40:48.986Z | Downloaded serde_plain v1.0.2 |
| 977 | 2026-05-22T00:40:48.989Z | Downloaded rustversion v1.0.22 |
| 978 | 2026-05-22T00:40:48.992Z | Downloaded hashbrown v0.13.2 |
| 979 | 2026-05-22T00:40:48.994Z | Downloaded scroll v0.13.0 |
| 980 | 2026-05-22T00:40:48.994Z | Downloaded siphasher v1.0.2 |
| 981 | 2026-05-22T00:40:48.997Z | Downloaded signal-hook-tokio v0.3.1 |
| 982 | 2026-05-22T00:40:48.998Z | Downloaded rusty-fork v0.3.1 |
| 983 | 2026-05-22T00:40:48.998Z | Downloaded signature v2.2.0 |
| 984 | 2026-05-22T00:40:49.001Z | Downloaded progenitor-impl v0.13.0 |
| 985 | 2026-05-22T00:40:49.001Z | Downloaded sigpipe v0.1.3 |
| 986 | 2026-05-22T00:40:49.001Z | Downloaded progenitor-impl v0.11.2 |
| 987 | 2026-05-22T00:40:49.004Z | Downloaded pin-project v1.1.11 |
| 988 | 2026-05-22T00:40:49.007Z | Downloaded sec1 v0.7.3 |
| 989 | 2026-05-22T00:40:49.010Z | Downloaded russh-keys v0.45.0 |
| 990 | 2026-05-22T00:40:49.010Z | Downloaded openssl-sys v0.9.115 |
| 991 | 2026-05-22T00:40:49.013Z | Downloaded minimal-lexical v0.2.1 |
| 992 | 2026-05-22T00:40:49.017Z | Downloaded slog-envlogger v2.2.0 |
| 993 | 2026-05-22T00:40:49.019Z | Downloaded progenitor v0.10.0 |
| 994 | 2026-05-22T00:40:49.019Z | Downloaded http v1.4.0 |
| 995 | 2026-05-22T00:40:49.022Z | Downloaded slog-bunyan v2.5.0 |
| 996 | 2026-05-22T00:40:49.022Z | Downloaded sct v0.7.1 |
| 997 | 2026-05-22T00:40:49.025Z | Downloaded resolv-conf v0.7.6 |
| 998 | 2026-05-22T00:40:49.025Z | Downloaded serde-hex v0.1.0 |
| 999 | 2026-05-22T00:40:49.027Z | Downloaded seq-macro v0.3.6 |
| 1000 | 2026-05-22T00:40:49.027Z | Downloaded hashbrown v0.12.3 |
| 1001 | 2026-05-22T00:40:49.031Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-05-22T00:40:49.034Z | Downloaded shlex v1.3.0 |
| 1003 | 2026-05-22T00:40:49.037Z | Downloaded rcgen v0.12.1 |
| 1004 | 2026-05-22T00:40:49.041Z | Downloaded serde_path_to_error v0.1.20 |
| 1005 | 2026-05-22T00:40:49.044Z | Downloaded progenitor-impl v0.10.0 |
| 1006 | 2026-05-22T00:40:49.047Z | Downloaded diesel_derives v2.3.7 |
| 1007 | 2026-05-22T00:40:49.051Z | Downloaded progenitor-impl v0.14.0 |
| 1008 | 2026-05-22T00:40:49.056Z | Downloaded sqlparser_derive v0.5.0 |
| 1009 | 2026-05-22T00:40:49.065Z | Downloaded signal-hook-registry v1.4.8 |
| 1010 | 2026-05-22T00:40:49.067Z | Downloaded strum v0.26.3 |
| 1011 | 2026-05-22T00:40:49.067Z | Downloaded structmeta-derive v0.3.0 |
| 1012 | 2026-05-22T00:40:49.070Z | Downloaded ssh-encoding v0.2.0 |
| 1013 | 2026-05-22T00:40:49.073Z | Downloaded slab v0.4.12 |
| 1014 | 2026-05-22T00:40:49.073Z | Downloaded slog-json v2.6.1 |
| 1015 | 2026-05-22T00:40:49.076Z | Downloaded simd-adler32 v0.3.8 |
| 1016 | 2026-05-22T00:40:49.076Z | Downloaded sync-ptr v0.1.4 |
| 1017 | 2026-05-22T00:40:49.079Z | Downloaded take_mut v0.2.2 |
| 1018 | 2026-05-22T00:40:49.079Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-05-22T00:40:49.079Z | Downloaded supports-color v3.0.2 |
| 1020 | 2026-05-22T00:40:49.082Z | Downloaded subtle v2.6.1 |
| 1021 | 2026-05-22T00:40:49.082Z | Downloaded ssh-cipher v0.2.0 |
| 1022 | 2026-05-22T00:40:49.082Z | Downloaded hickory-server v0.25.2 |
| 1023 | 2026-05-22T00:40:49.085Z | Downloaded prettyplease v0.2.37 |
| 1024 | 2026-05-22T00:40:49.087Z | Downloaded strum v0.27.2 |
| 1025 | 2026-05-22T00:40:49.090Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-05-22T00:40:49.090Z | Downloaded slog-dtrace v0.3.0 |
| 1027 | 2026-05-22T00:40:49.090Z | Downloaded slog-async v2.8.0 |
| 1028 | 2026-05-22T00:40:49.093Z | Downloaded termtree v0.5.1 |
| 1029 | 2026-05-22T00:40:49.093Z | Downloaded slog-stdlog v4.1.1 |
| 1030 | 2026-05-22T00:40:49.093Z | Downloaded slog-scope v4.4.1 |
| 1031 | 2026-05-22T00:40:49.095Z | Downloaded smallvec v0.6.14 |
| 1032 | 2026-05-22T00:40:49.100Z | Downloaded tagptr v0.2.0 |
| 1033 | 2026-05-22T00:40:49.103Z | Downloaded tabled_derive v0.11.0 |
| 1034 | 2026-05-22T00:40:49.108Z | Downloaded rayon-core v1.13.0 |
| 1035 | 2026-05-22T00:40:49.111Z | Downloaded itertools v0.10.5 |
| 1036 | 2026-05-22T00:40:49.114Z | Downloaded snafu-derive v0.8.9 |
| 1037 | 2026-05-22T00:40:49.117Z | Downloaded tinyvec_macros v0.1.1 |
| 1038 | 2026-05-22T00:40:49.117Z | Downloaded time-core v0.1.8 |
| 1039 | 2026-05-22T00:40:49.117Z | Downloaded serde_with_macros v3.17.0 |
| 1040 | 2026-05-22T00:40:49.120Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1041 | 2026-05-22T00:40:49.122Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1042 | 2026-05-22T00:40:49.122Z | Downloaded static_assertions v1.1.0 |
| 1043 | 2026-05-22T00:40:49.125Z | Downloaded spki v0.7.3 |
| 1044 | 2026-05-22T00:40:49.125Z | Downloaded testing_table v0.3.0 |
| 1045 | 2026-05-22T00:40:49.128Z | Downloaded nom v7.1.3 |
| 1046 | 2026-05-22T00:40:49.134Z | Downloaded ryu v1.0.23 |
| 1047 | 2026-05-22T00:40:49.136Z | Downloaded stacker v0.1.23 |
| 1048 | 2026-05-22T00:40:49.139Z | Downloaded sqlformat v0.3.5 |
| 1049 | 2026-05-22T00:40:49.139Z | Downloaded stringprep v0.1.5 |
| 1050 | 2026-05-22T00:40:49.142Z | Downloaded schemars_derive v0.8.22 |
| 1051 | 2026-05-22T00:40:49.142Z | Downloaded tokio-macros v2.7.0 |
| 1052 | 2026-05-22T00:40:49.142Z | Downloaded thread-id v5.1.0 |
| 1053 | 2026-05-22T00:40:49.145Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1054 | 2026-05-22T00:40:49.145Z | Downloaded string_cache v0.8.9 |
| 1055 | 2026-05-22T00:40:49.148Z | Downloaded rustls-pki-types v1.14.0 |
| 1056 | 2026-05-22T00:40:49.150Z | Downloaded sync_wrapper v1.0.2 |
| 1057 | 2026-05-22T00:40:49.153Z | Downloaded slog-term v2.9.2 |
| 1058 | 2026-05-22T00:40:49.159Z | Downloaded pretty_assertions v1.4.1 |
| 1059 | 2026-05-22T00:40:49.161Z | Downloaded hyper-util v0.1.20 |
| 1060 | 2026-05-22T00:40:49.164Z | Downloaded smf v0.2.3 |
| 1061 | 2026-05-22T00:40:49.167Z | Downloaded quinn v0.11.9 |
| 1062 | 2026-05-22T00:40:49.167Z | Downloaded libxml v0.3.3 |
| 1063 | 2026-05-22T00:40:49.170Z | Downloaded termios v0.3.3 |
| 1064 | 2026-05-22T00:40:49.172Z | Downloaded support-bundle-viewer v0.1.2 |
| 1065 | 2026-05-22T00:40:49.172Z | Downloaded strum_macros v0.27.2 |
| 1066 | 2026-05-22T00:40:49.175Z | Downloaded strum_macros v0.26.4 |
| 1067 | 2026-05-22T00:40:49.175Z | Downloaded strum_macros v0.24.3 |
| 1068 | 2026-05-22T00:40:49.178Z | Downloaded mio v1.2.0 |
| 1069 | 2026-05-22T00:40:49.182Z | Downloaded tap v1.0.1 |
| 1070 | 2026-05-22T00:40:49.185Z | Downloaded serde_cbor v0.11.2 |
| 1071 | 2026-05-22T00:40:49.185Z | Downloaded topological-sort v0.2.2 |
| 1072 | 2026-05-22T00:40:49.188Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1073 | 2026-05-22T00:40:49.190Z | Downloaded thiserror-no-std v2.0.2 |
| 1074 | 2026-05-22T00:40:49.193Z | Downloaded trait-variant v0.1.2 |
| 1075 | 2026-05-22T00:40:49.193Z | Downloaded tower-service v0.3.3 |
| 1076 | 2026-05-22T00:40:49.196Z | Downloaded try-lock v0.2.5 |
| 1077 | 2026-05-22T00:40:49.196Z | Downloaded qorb v0.4.1 |
| 1078 | 2026-05-22T00:40:49.198Z | Downloaded itertools v0.12.1 |
| 1079 | 2026-05-22T00:40:49.201Z | Downloaded tls_codec v0.4.2 |
| 1080 | 2026-05-22T00:40:49.204Z | Downloaded spin v0.9.8 |
| 1081 | 2026-05-22T00:40:49.204Z | Downloaded thread_local v1.1.9 |
| 1082 | 2026-05-22T00:40:49.206Z | Downloaded ron v0.8.1 |
| 1083 | 2026-05-22T00:40:49.209Z | Downloaded publicsuffix v2.3.0 |
| 1084 | 2026-05-22T00:40:49.212Z | Downloaded tokio-dtrace v0.1.1 |
| 1085 | 2026-05-22T00:40:49.212Z | Downloaded tokio-native-tls v0.3.1 |
| 1086 | 2026-05-22T00:40:49.215Z | Downloaded tokio-rustls v0.25.0 |
| 1087 | 2026-05-22T00:40:49.215Z | Downloaded tls_codec_derive v0.4.2 |
| 1088 | 2026-05-22T00:40:49.215Z | Downloaded rand v0.8.6 |
| 1089 | 2026-05-22T00:40:49.217Z | Downloaded signal-hook v0.3.18 |
| 1090 | 2026-05-22T00:40:49.220Z | Downloaded tower-layer v0.3.3 |
| 1091 | 2026-05-22T00:40:49.220Z | Downloaded num-bigint v0.4.6 |
| 1092 | 2026-05-22T00:40:49.223Z | Downloaded slog v2.8.2 |
| 1093 | 2026-05-22T00:40:49.226Z | Downloaded similar v2.7.0 |
| 1094 | 2026-05-22T00:40:49.229Z | Downloaded typify-macro v0.6.2 |
| 1095 | 2026-05-22T00:40:49.229Z | Downloaded typify-macro v0.4.3 |
| 1096 | 2026-05-22T00:40:49.229Z | Downloaded hashbrown v0.16.1 |
| 1097 | 2026-05-22T00:40:49.232Z | Downloaded tiny-keccak v2.0.2 |
| 1098 | 2026-05-22T00:40:49.236Z | Downloaded tokio-tungstenite v0.21.0 |
| 1099 | 2026-05-22T00:40:49.238Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1100 | 2026-05-22T00:40:49.238Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1101 | 2026-05-22T00:40:49.238Z | Downloaded tokio-tungstenite v0.23.1 |
| 1102 | 2026-05-22T00:40:49.238Z | Downloaded schemars v0.9.0 |
| 1103 | 2026-05-22T00:40:49.246Z | Downloaded universal-hash v0.5.1 |
| 1104 | 2026-05-22T00:40:49.249Z | Downloaded unit-prefix v0.5.2 |
| 1105 | 2026-05-22T00:40:49.249Z | Downloaded unarray v0.1.4 |
| 1106 | 2026-05-22T00:40:49.249Z | Downloaded schemars v0.8.22 |
| 1107 | 2026-05-22T00:40:49.255Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1108 | 2026-05-22T00:40:49.257Z | Downloaded iri-string v0.7.10 |
| 1109 | 2026-05-22T00:40:49.260Z | Downloaded untrusted v0.7.1 |
| 1110 | 2026-05-22T00:40:49.263Z | Downloaded term v1.2.1 |
| 1111 | 2026-05-22T00:40:49.263Z | Downloaded term v0.7.0 |
| 1112 | 2026-05-22T00:40:49.266Z | Downloaded samael v0.0.19 |
| 1113 | 2026-05-22T00:40:49.270Z | Downloaded socket2 v0.6.3 |
| 1114 | 2026-05-22T00:40:49.272Z | Downloaded time-macros v0.2.27 |
| 1115 | 2026-05-22T00:40:49.275Z | Downloaded usdt-attr-macro v0.6.0 |
| 1116 | 2026-05-22T00:40:49.275Z | Downloaded untrusted v0.9.0 |
| 1117 | 2026-05-22T00:40:49.277Z | Downloaded utf-8 v0.7.6 |
| 1118 | 2026-05-22T00:40:49.280Z | Downloaded void v1.0.2 |
| 1119 | 2026-05-22T00:40:49.280Z | Downloaded tui-tree-widget v0.23.1 |
| 1120 | 2026-05-22T00:40:49.283Z | Downloaded tokio-rustls v0.24.1 |
| 1121 | 2026-05-22T00:40:49.286Z | Downloaded nom v8.0.0 |
| 1122 | 2026-05-22T00:40:49.288Z | Downloaded wait-timeout v0.2.1 |
| 1123 | 2026-05-22T00:40:49.288Z | Downloaded schemars v1.2.1 |
| 1124 | 2026-05-22T00:40:49.296Z | Downloaded want v0.3.1 |
| 1125 | 2026-05-22T00:40:49.299Z | Downloaded waitgroup v0.1.2 |
| 1126 | 2026-05-22T00:40:49.299Z | Downloaded tokio-stream v0.1.18 |
| 1127 | 2026-05-22T00:40:49.302Z | Downloaded russh v0.45.0 |
| 1128 | 2026-05-22T00:40:49.305Z | Downloaded hyper v1.8.1 |
| 1129 | 2026-05-22T00:40:49.307Z | Downloaded unicode-truncate v1.1.0 |
| 1130 | 2026-05-22T00:40:49.310Z | Downloaded xattr v1.6.1 |
| 1131 | 2026-05-22T00:40:49.310Z | Downloaded unicase v2.9.0 |
| 1132 | 2026-05-22T00:40:49.313Z | Downloaded itertools v0.13.0 |
| 1133 | 2026-05-22T00:40:49.315Z | Downloaded p521 v0.13.3 |
| 1134 | 2026-05-22T00:40:49.318Z | Downloaded hashbrown v0.15.5 |
| 1135 | 2026-05-22T00:40:49.320Z | Downloaded zone_cfg_derive v0.3.1 |
| 1136 | 2026-05-22T00:40:49.320Z | Downloaded h2 v0.4.13 |
| 1137 | 2026-05-22T00:40:49.323Z | Downloaded snafu v0.8.9 |
| 1138 | 2026-05-22T00:40:49.327Z | Downloaded xshell-macros v0.2.7 |
| 1139 | 2026-05-22T00:40:49.330Z | Downloaded zeroize_derive v1.4.3 |
| 1140 | 2026-05-22T00:40:49.330Z | Downloaded test-strategy v0.4.5 |
| 1141 | 2026-05-22T00:40:49.332Z | Downloaded usdt-impl v0.6.0 |
| 1142 | 2026-05-22T00:40:49.333Z | Downloaded futures-util v0.3.32 |
| 1143 | 2026-05-22T00:40:49.338Z | Downloaded usdt-macro v0.6.0 |
| 1144 | 2026-05-22T00:40:49.341Z | Downloaded uzers v0.12.2 |
| 1145 | 2026-05-22T00:40:49.341Z | Downloaded usdt v0.6.0 |
| 1146 | 2026-05-22T00:40:49.341Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1147 | 2026-05-22T00:40:49.344Z | Downloaded zone v0.3.1 |
| 1148 | 2026-05-22T00:40:49.344Z | Downloaded twox-hash v2.1.2 |
| 1149 | 2026-05-22T00:40:49.344Z | Downloaded tinyvec v1.10.0 |
| 1150 | 2026-05-22T00:40:49.347Z | Downloaded socket2 v0.5.10 |
| 1151 | 2026-05-22T00:40:49.347Z | Downloaded tracing-attributes v0.1.31 |
| 1152 | 2026-05-22T00:40:49.350Z | Downloaded hkdf v0.12.4 |
| 1153 | 2026-05-22T00:40:49.353Z | Downloaded rand v0.9.2 |
| 1154 | 2026-05-22T00:40:49.353Z | Downloaded vergen-git2 v1.0.7 |
| 1155 | 2026-05-22T00:40:49.355Z | Downloaded rsa v0.9.10 |
| 1156 | 2026-05-22T00:40:49.358Z | Downloaded walkdir v2.5.0 |
| 1157 | 2026-05-22T00:40:49.361Z | Downloaded vsss-rs v3.3.4 |
| 1158 | 2026-05-22T00:40:49.363Z | Downloaded vergen-lib v0.1.6 |
| 1159 | 2026-05-22T00:40:49.363Z | Downloaded vergen-gitcl v1.0.8 |
| 1160 | 2026-05-22T00:40:49.366Z | Downloaded num-bigint-dig v0.8.6 |
| 1161 | 2026-05-22T00:40:49.366Z | Downloaded subprocess v0.2.15 |
| 1162 | 2026-05-22T00:40:49.369Z | Downloaded rand v0.10.1 |
| 1163 | 2026-05-22T00:40:49.372Z | Downloaded whoami v2.1.0 |
| 1164 | 2026-05-22T00:40:49.372Z | Downloaded tokio-rustls v0.26.4 |
| 1165 | 2026-05-22T00:40:49.375Z | Downloaded rustls-webpki v0.103.9 |
| 1166 | 2026-05-22T00:40:49.375Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1167 | 2026-05-22T00:40:49.377Z | Downloaded unicode-properties v0.1.4 |
| 1168 | 2026-05-22T00:40:49.380Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1169 | 2026-05-22T00:40:49.380Z | Downloaded xshell v0.2.7 |
| 1170 | 2026-05-22T00:40:49.383Z | Downloaded tar v0.4.45 |
| 1171 | 2026-05-22T00:40:49.383Z | Downloaded zeroize v1.8.2 |
| 1172 | 2026-05-22T00:40:49.386Z | Downloaded wyz v0.5.1 |
| 1173 | 2026-05-22T00:40:49.386Z | Downloaded rustyline v14.0.0 |
| 1174 | 2026-05-22T00:40:49.389Z | Downloaded toml v0.7.8 |
| 1175 | 2026-05-22T00:40:49.392Z | Downloaded blake3 v1.8.3 |
| 1176 | 2026-05-22T00:40:49.395Z | Downloaded tungstenite v0.23.0 |
| 1177 | 2026-05-22T00:40:49.397Z | Downloaded tungstenite v0.21.0 |
| 1178 | 2026-05-22T00:40:49.400Z | Downloaded tracing-core v0.1.36 |
| 1179 | 2026-05-22T00:40:49.402Z | Downloaded itertools v0.14.0 |
| 1180 | 2026-05-22T00:40:49.405Z | Downloaded iddqd v0.4.1 |
| 1181 | 2026-05-22T00:40:49.412Z | Downloaded vergen v9.0.6 |
| 1182 | 2026-05-22T00:40:49.414Z | Downloaded libm v0.2.16 |
| 1183 | 2026-05-22T00:40:49.418Z | Downloaded unicode-bidi v0.3.18 |
| 1184 | 2026-05-22T00:40:49.421Z | Downloaded steno v0.4.1 |
| 1185 | 2026-05-22T00:40:49.429Z | Downloaded typify v0.6.2 |
| 1186 | 2026-05-22T00:40:49.431Z | Downloaded typify v0.4.3 |
| 1187 | 2026-05-22T00:40:49.434Z | Downloaded whoami v1.6.1 |
| 1188 | 2026-05-22T00:40:49.434Z | Downloaded zerocopy v0.6.6 |
| 1189 | 2026-05-22T00:40:49.437Z | Downloaded yasna v0.5.2 |
| 1190 | 2026-05-22T00:40:49.440Z | Downloaded aws-lc-rs v1.16.3 |
| 1191 | 2026-05-22T00:40:49.446Z | Downloaded uuid v1.23.0 |
| 1192 | 2026-05-22T00:40:49.455Z | Downloaded zstd v0.13.3 |
| 1193 | 2026-05-22T00:40:49.458Z | Downloaded zstd-safe v7.2.4 |
| 1194 | 2026-05-22T00:40:49.461Z | Downloaded vte v0.14.1 |
| 1195 | 2026-05-22T00:40:49.470Z | Downloaded reedline v0.40.0 |
| 1196 | 2026-05-22T00:40:49.475Z | Downloaded toml_edit v0.19.15 |
| 1197 | 2026-05-22T00:40:49.487Z | Downloaded zopfli v0.8.3 |
| 1198 | 2026-05-22T00:40:49.491Z | Downloaded unsafe-libyaml v0.2.11 |
| 1199 | 2026-05-22T00:40:49.491Z | Downloaded p384 v0.13.1 |
| 1200 | 2026-05-22T00:40:49.494Z | Downloaded git2 v0.20.4 |
| 1201 | 2026-05-22T00:40:49.498Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1202 | 2026-05-22T00:40:49.501Z | Downloaded bitvec v1.0.1 |
| 1203 | 2026-05-22T00:40:49.510Z | Downloaded tokio-postgres v0.7.16 |
| 1204 | 2026-05-22T00:40:49.513Z | Downloaded portable-atomic v1.13.1 |
| 1205 | 2026-05-22T00:40:49.517Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-05-22T00:40:49.520Z | Downloaded reqwest v0.12.28 |
| 1207 | 2026-05-22T00:40:49.525Z | Downloaded yansi v1.0.1 |
| 1208 | 2026-05-22T00:40:49.528Z | Downloaded rayon v1.11.0 |
| 1209 | 2026-05-22T00:40:49.532Z | Downloaded rpassword v7.4.0 |
| 1210 | 2026-05-22T00:40:49.535Z | Downloaded regex v1.12.3 |
| 1211 | 2026-05-22T00:40:49.538Z | Downloaded zip v0.6.6 |
| 1212 | 2026-05-22T00:40:49.562Z | Downloaded chrono v0.4.44 |
| 1213 | 2026-05-22T00:40:49.566Z | Downloaded unicode_categories v0.1.1 |
| 1214 | 2026-05-22T00:40:49.569Z | Downloaded rustls-webpki v0.101.7 |
| 1215 | 2026-05-22T00:40:49.575Z | Downloaded ssh-key v0.6.7 |
| 1216 | 2026-05-22T00:40:49.581Z | Downloaded tower v0.5.3 |
| 1217 | 2026-05-22T00:40:49.585Z | Downloaded lalrpop v0.19.12 |
| 1218 | 2026-05-22T00:40:49.591Z | Downloaded x509-cert v0.2.5 |
| 1219 | 2026-05-22T00:40:49.594Z | Downloaded zerocopy-derive v0.8.40 |
| 1220 | 2026-05-22T00:40:49.599Z | Downloaded typed-path v0.9.3 |
| 1221 | 2026-05-22T00:40:49.602Z | Downloaded quick-xml v0.37.5 |
| 1222 | 2026-05-22T00:40:49.606Z | Downloaded goblin v0.10.5 |
| 1223 | 2026-05-22T00:40:49.610Z | Downloaded dropshot v0.16.7 |
| 1224 | 2026-05-22T00:40:49.622Z | Downloaded moka v0.12.13 |
| 1225 | 2026-05-22T00:40:49.626Z | Downloaded unicode-segmentation v1.12.0 |
| 1226 | 2026-05-22T00:40:49.631Z | Downloaded unicode-normalization v0.1.25 |
| 1227 | 2026-05-22T00:40:49.634Z | Downloaded salty v0.3.0 |
| 1228 | 2026-05-22T00:40:49.637Z | Downloaded zip v4.6.1 |
| 1229 | 2026-05-22T00:40:49.637Z | Downloaded bindgen v0.71.1 |
| 1230 | 2026-05-22T00:40:49.643Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-05-22T00:40:49.646Z | Downloaded rustls-webpki v0.102.8 |
| 1232 | 2026-05-22T00:40:49.662Z | Downloaded curve25519-dalek v4.1.3 |
| 1233 | 2026-05-22T00:40:49.666Z | Downloaded tokio-util v0.7.18 |
| 1234 | 2026-05-22T00:40:49.666Z | Downloaded tough v0.22.0 |
| 1235 | 2026-05-22T00:40:49.669Z | Downloaded proptest v1.10.0 |
| 1236 | 2026-05-22T00:40:49.681Z | Downloaded quinn-proto v0.11.13 |
| 1237 | 2026-05-22T00:40:49.684Z | Downloaded radix_trie v0.2.1 |
| 1238 | 2026-05-22T00:40:49.687Z | Downloaded petname v2.0.2 |
| 1239 | 2026-05-22T00:40:49.690Z | Downloaded serde_with v3.17.0 |
| 1240 | 2026-05-22T00:40:49.696Z | Downloaded object v0.30.4 |
| 1241 | 2026-05-22T00:40:49.711Z | Downloaded polar-core v0.27.3 |
| 1242 | 2026-05-22T00:40:49.716Z | Downloaded winnow v0.6.26 |
| 1243 | 2026-05-22T00:40:49.721Z | Downloaded nix v0.28.0 |
| 1244 | 2026-05-22T00:40:49.733Z | Downloaded nix v0.27.1 |
| 1245 | 2026-05-22T00:40:49.739Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-05-22T00:40:49.748Z | Downloaded winnow v0.5.40 |
| 1247 | 2026-05-22T00:40:49.754Z | Downloaded nix v0.29.0 |
| 1248 | 2026-05-22T00:40:49.760Z | Downloaded bstr v1.12.1 |
| 1249 | 2026-05-22T00:40:49.766Z | Downloaded openssl v0.10.79 |
| 1250 | 2026-05-22T00:40:49.771Z | Downloaded nix v0.31.2 |
| 1251 | 2026-05-22T00:40:49.777Z | Downloaded zlib-rs v0.6.2 |
| 1252 | 2026-05-22T00:40:49.780Z | Downloaded winnow v1.0.3 |
| 1253 | 2026-05-22T00:40:49.786Z | Downloaded hickory-proto v0.24.4 |
| 1254 | 2026-05-22T00:40:49.794Z | Downloaded dropshot v0.17.0 |
| 1255 | 2026-05-22T00:40:49.807Z | Downloaded smoltcp v0.9.1 |
| 1256 | 2026-05-22T00:40:49.813Z | Downloaded object v0.37.3 |
| 1257 | 2026-05-22T00:40:49.819Z | Downloaded regex-syntax v0.6.29 |
| 1258 | 2026-05-22T00:40:49.823Z | Downloaded zerocopy v0.8.40 |
| 1259 | 2026-05-22T00:40:49.830Z | Downloaded rustls v0.22.4 |
| 1260 | 2026-05-22T00:40:49.839Z | Downloaded vcpkg v0.2.15 |
| 1261 | 2026-05-22T00:40:49.862Z | Downloaded webpki-roots v1.0.6 |
| 1262 | 2026-05-22T00:40:49.865Z | Downloaded openapiv3 v2.2.0 |
| 1263 | 2026-05-22T00:40:49.870Z | Downloaded regress v0.10.5 |
| 1264 | 2026-05-22T00:40:49.875Z | Downloaded smoltcp v0.11.0 |
| 1265 | 2026-05-22T00:40:49.882Z | Downloaded regress v0.11.1 |
| 1266 | 2026-05-22T00:40:49.888Z | Downloaded regex-syntax v0.8.10 |
| 1267 | 2026-05-22T00:40:49.893Z | Downloaded diesel v2.3.7 |
| 1268 | 2026-05-22T00:40:49.905Z | Downloaded hickory-proto v0.25.2 |
| 1269 | 2026-05-22T00:40:49.914Z | Downloaded time v0.3.47 |
| 1270 | 2026-05-22T00:40:49.921Z | Downloaded rustls v0.23.37 |
| 1271 | 2026-05-22T00:40:49.929Z | Downloaded rustix v0.38.44 |
| 1272 | 2026-05-22T00:40:49.942Z | Downloaded tracing v0.1.44 |
| 1273 | 2026-05-22T00:40:49.955Z | Downloaded rustls v0.21.12 |
| 1274 | 2026-05-22T00:40:49.975Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1275 | 2026-05-22T00:40:49.989Z | Downloaded zerocopy-derive v0.6.6 |
| 1276 | 2026-05-22T00:40:49.995Z | Downloaded sqlparser v0.61.0 |
| 1277 | 2026-05-22T00:40:50.005Z | Downloaded regex-automata v0.4.14 |
| 1278 | 2026-05-22T00:40:50.013Z | Downloaded sled v0.34.7 |
| 1279 | 2026-05-22T00:40:50.019Z | Downloaded typify-impl v0.6.2 |
| 1280 | 2026-05-22T00:40:50.028Z | Downloaded typify-impl v0.4.3 |
| 1281 | 2026-05-22T00:40:50.037Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-05-22T00:40:50.049Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-05-22T00:40:50.059Z | Downloaded chrono-tz v0.10.4 |
| 1284 | 2026-05-22T00:40:50.092Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-05-22T00:40:50.124Z | Downloaded petgraph v0.6.5 |
| 1286 | 2026-05-22T00:40:50.144Z | Downloaded petgraph v0.8.3 |
| 1287 | 2026-05-22T00:40:50.158Z | Downloaded csv v1.4.0 |
| 1288 | 2026-05-22T00:40:50.171Z | Downloaded sha3 v0.10.8 |
| 1289 | 2026-05-22T00:40:50.174Z | Downloaded libz-sys v1.1.24 |
| 1290 | 2026-05-22T00:40:50.187Z | Downloaded tokio v1.52.1 |
| 1291 | 2026-05-22T00:40:50.225Z | Downloaded encoding_rs v0.8.35 |
| 1292 | 2026-05-22T00:40:50.239Z | Downloaded ring v0.17.14 |
| 1293 | 2026-05-22T00:40:50.292Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1294 | 2026-05-22T00:40:50.784Z | Downloaded aws-lc-sys v0.40.0 |
| 1295 | 2026-05-22T00:40:51.037Z | Compiling libc v0.2.185 |
| 1296 | 2026-05-22T00:40:51.037Z | Compiling serde v1.0.228 |
| 1297 | 2026-05-22T00:40:51.042Z | Compiling log v0.4.29 |
| 1298 | 2026-05-22T00:40:51.042Z | Compiling shlex v1.3.0 |
| 1299 | 2026-05-22T00:40:51.042Z | Compiling find-msvc-tools v0.1.9 |
| 1300 | 2026-05-22T00:40:51.042Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-05-22T00:40:51.042Z | Compiling typenum v1.19.0 |
| 1302 | 2026-05-22T00:40:51.042Z | Compiling subtle v2.6.1 |
| 1303 | 2026-05-22T00:40:51.042Z | Compiling generic-array v0.14.7 |
| 1304 | 2026-05-22T00:40:51.042Z | Compiling scopeguard v1.2.0 |
| 1305 | 2026-05-22T00:40:51.185Z | Compiling const-oid v0.9.6 |
| 1306 | 2026-05-22T00:40:51.244Z | Compiling serde_json v1.0.149 |
| 1307 | 2026-05-22T00:40:51.268Z | Compiling syn v2.0.117 |
| 1308 | 2026-05-22T00:40:51.281Z | Compiling zerocopy v0.8.40 |
| 1309 | 2026-05-22T00:40:51.283Z | Compiling pin-project-lite v0.2.17 |
| 1310 | 2026-05-22T00:40:51.294Z | Compiling portable-atomic v1.13.1 |
| 1311 | 2026-05-22T00:40:51.371Z | Compiling lock_api v0.4.14 |
| 1312 | 2026-05-22T00:40:51.396Z | Compiling parking_lot_core v0.9.12 |
| 1313 | 2026-05-22T00:40:51.410Z | Compiling pkg-config v0.3.32 |
| 1314 | 2026-05-22T00:40:51.413Z | Compiling bitflags v2.11.0 |
| 1315 | 2026-05-22T00:40:51.439Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-05-22T00:40:51.439Z | Compiling libm v0.2.16 |
| 1317 | 2026-05-22T00:40:51.465Z | Compiling futures-core v0.3.32 |
| 1318 | 2026-05-22T00:40:51.554Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-05-22T00:40:51.598Z | Compiling percent-encoding v2.3.2 |
| 1320 | 2026-05-22T00:40:51.612Z | Compiling futures-sink v0.3.32 |
| 1321 | 2026-05-22T00:40:51.629Z | Compiling slab v0.4.12 |
| 1322 | 2026-05-22T00:40:51.657Z | Compiling futures-task v0.3.32 |
| 1323 | 2026-05-22T00:40:51.671Z | Compiling getrandom v0.4.1 |
| 1324 | 2026-05-22T00:40:51.703Z | Compiling futures-channel v0.3.32 |
| 1325 | 2026-05-22T00:40:51.735Z | Compiling cpufeatures v0.2.17 |
| 1326 | 2026-05-22T00:40:51.778Z | Compiling futures-io v0.3.32 |
| 1327 | 2026-05-22T00:40:51.806Z | Compiling rand_core v0.10.0 |
| 1328 | 2026-05-22T00:40:51.835Z | Compiling indexmap v2.14.0 |
| 1329 | 2026-05-22T00:40:51.835Z | Compiling rustversion v1.0.22 |
| 1330 | 2026-05-22T00:40:51.863Z | Compiling getrandom v0.3.4 |
| 1331 | 2026-05-22T00:40:51.939Z | Compiling form_urlencoded v1.2.2 |
| 1332 | 2026-05-22T00:40:51.953Z | Compiling fs_extra v1.3.0 |
| 1333 | 2026-05-22T00:40:51.968Z | Compiling dunce v1.0.5 |
| 1334 | 2026-05-22T00:40:51.983Z | Compiling ident_case v1.0.1 |
| 1335 | 2026-05-22T00:40:51.988Z | Compiling base64ct v1.8.3 |
| 1336 | 2026-05-22T00:40:52.014Z | Compiling flagset v0.4.7 |
| 1337 | 2026-05-22T00:40:52.057Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-22T00:40:52.080Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-22T00:40:52.130Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-22T00:40:52.160Z | Compiling mio v1.2.0 |
| 1341 | 2026-05-22T00:40:52.175Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-22T00:40:52.191Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-05-22T00:40:52.241Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-22T00:40:52.300Z | Compiling cc v1.2.56 |
| 1345 | 2026-05-22T00:40:52.315Z | Compiling pem-rfc7468 v0.7.0 |
| 1346 | 2026-05-22T00:40:52.368Z | Compiling parking_lot v0.12.5 |
| 1347 | 2026-05-22T00:40:52.430Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-05-22T00:40:52.446Z | Compiling regex-syntax v0.8.10 |
| 1349 | 2026-05-22T00:40:52.476Z | Compiling iana-time-zone v0.1.65 |
| 1350 | 2026-05-22T00:40:52.490Z | Compiling rustix v1.1.3 |
| 1351 | 2026-05-22T00:40:52.506Z | Compiling vcpkg v0.2.15 |
| 1352 | 2026-05-22T00:40:52.533Z | Compiling aws-lc-rs v1.16.3 |
| 1353 | 2026-05-22T00:40:52.647Z | Compiling tracing-core v0.1.36 |
| 1354 | 2026-05-22T00:40:52.662Z | Compiling uuid v1.23.0 |
| 1355 | 2026-05-22T00:40:52.666Z | Compiling rustc_version v0.4.1 |
| 1356 | 2026-05-22T00:40:52.689Z | Compiling base64 v0.22.1 |
| 1357 | 2026-05-22T00:40:52.692Z | Compiling openssl-probe v0.2.1 |
| 1358 | 2026-05-22T00:40:52.750Z | Compiling untrusted v0.9.0 |
| 1359 | 2026-05-22T00:40:52.838Z | Compiling rand_core v0.9.5 |
| 1360 | 2026-05-22T00:40:52.884Z | Compiling httparse v1.10.1 |
| 1361 | 2026-05-22T00:40:52.900Z | Compiling tinyvec_macros v0.1.1 |
| 1362 | 2026-05-22T00:40:52.903Z | Compiling untrusted v0.7.1 |
| 1363 | 2026-05-22T00:40:52.930Z | Compiling aho-corasick v1.1.4 |
| 1364 | 2026-05-22T00:40:52.979Z | Compiling tinyvec v1.10.0 |
| 1365 | 2026-05-22T00:40:53.019Z | Compiling dyn-clone v1.0.20 |
| 1366 | 2026-05-22T00:40:53.033Z | Compiling cmake v0.1.57 |
| 1367 | 2026-05-22T00:40:53.053Z | Compiling tower-layer v0.3.3 |
| 1368 | 2026-05-22T00:40:53.069Z | Compiling try-lock v0.2.5 |
| 1369 | 2026-05-22T00:40:53.131Z | Compiling rustls v0.23.37 |
| 1370 | 2026-05-22T00:40:53.168Z | Compiling tower-service v0.3.3 |
| 1371 | 2026-05-22T00:40:53.192Z | Compiling atomic-waker v1.1.2 |
| 1372 | 2026-05-22T00:40:53.218Z | Compiling schemars v0.8.22 |
| 1373 | 2026-05-22T00:40:53.232Z | Compiling want v0.3.1 |
| 1374 | 2026-05-22T00:40:53.236Z | Compiling openssl v0.10.79 |
| 1375 | 2026-05-22T00:40:53.261Z | Compiling httpdate v1.0.3 |
| 1376 | 2026-05-22T00:40:53.289Z | Compiling pin-utils v0.1.0 |
| 1377 | 2026-05-22T00:40:53.314Z | Compiling foreign-types-shared v0.1.1 |
| 1378 | 2026-05-22T00:40:53.329Z | Compiling unicode-normalization v0.1.25 |
| 1379 | 2026-05-22T00:40:53.356Z | Compiling spin v0.9.8 |
| 1380 | 2026-05-22T00:40:53.371Z | Compiling native-tls v0.2.18 |
| 1381 | 2026-05-22T00:40:53.385Z | Compiling powerfmt v0.2.0 |
| 1382 | 2026-05-22T00:40:53.414Z | Compiling foreign-types v0.3.2 |
| 1383 | 2026-05-22T00:40:53.431Z | Compiling crc32fast v1.5.0 |
| 1384 | 2026-05-22T00:40:53.461Z | Compiling time-core v0.1.8 |
| 1385 | 2026-05-22T00:40:53.478Z | Compiling num-conv v0.2.0 |
| 1386 | 2026-05-22T00:40:53.493Z | Compiling wait-timeout v0.2.1 |
| 1387 | 2026-05-22T00:40:53.508Z | Compiling sync_wrapper v1.0.2 |
| 1388 | 2026-05-22T00:40:53.511Z | Compiling bit-vec v0.8.0 |
| 1389 | 2026-05-22T00:40:53.583Z | Compiling deranged v0.5.8 |
| 1390 | 2026-05-22T00:40:53.598Z | Compiling simd-adler32 v0.3.8 |
| 1391 | 2026-05-22T00:40:53.612Z | Compiling quick-error v1.2.3 |
| 1392 | 2026-05-22T00:40:53.627Z | Compiling crossbeam-utils v0.8.21 |
| 1393 | 2026-05-22T00:40:53.630Z | Compiling time-macros v0.2.27 |
| 1394 | 2026-05-22T00:40:53.656Z | Compiling syn v1.0.109 |
| 1395 | 2026-05-22T00:40:53.659Z | Compiling siphasher v1.0.2 |
| 1396 | 2026-05-22T00:40:53.741Z | Compiling num_threads v0.1.7 |
| 1397 | 2026-05-22T00:40:53.780Z | Compiling usdt-impl v0.6.0 |
| 1398 | 2026-05-22T00:40:53.795Z | Compiling bit-set v0.8.0 |
| 1399 | 2026-05-22T00:40:53.834Z | Compiling slog v2.8.2 |
| 1400 | 2026-05-22T00:40:53.849Z | Compiling heapless v0.7.17 |
| 1401 | 2026-05-22T00:40:53.867Z | Compiling rand_xorshift v0.4.0 |
| 1402 | 2026-05-22T00:40:53.881Z | Compiling thread-id v5.1.0 |
| 1403 | 2026-05-22T00:40:53.896Z | Compiling aws-lc-sys v0.40.0 |
| 1404 | 2026-05-22T00:40:53.937Z | Compiling ring v0.17.14 |
| 1405 | 2026-05-22T00:40:53.978Z | Compiling openssl-sys v0.9.115 |
| 1406 | 2026-05-22T00:40:53.993Z | Compiling regex-automata v0.4.14 |
| 1407 | 2026-05-22T00:40:53.996Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1408 | 2026-05-22T00:40:54.022Z | Compiling synstructure v0.13.2 |
| 1409 | 2026-05-22T00:40:54.025Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-05-22T00:40:54.053Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-05-22T00:40:54.056Z | Compiling darling_core v0.20.11 |
| 1412 | 2026-05-22T00:40:54.188Z | Compiling tempfile v3.25.0 |
| 1413 | 2026-05-22T00:40:54.407Z | Compiling darling_core v0.21.3 |
| 1414 | 2026-05-22T00:40:54.592Z | Compiling rusty-fork v0.3.1 |
| 1415 | 2026-05-22T00:40:54.732Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1416 | 2026-05-22T00:40:54.765Z | Compiling cookie v0.18.1 |
| 1417 | 2026-05-22T00:40:54.795Z | Compiling paste v1.0.15 |
| 1418 | 2026-05-22T00:40:54.848Z | Compiling unarray v0.1.4 |
| 1419 | 2026-05-22T00:40:54.869Z | Compiling time v0.3.47 |
| 1420 | 2026-05-22T00:40:54.940Z | Compiling anyhow v1.0.102 |
| 1421 | 2026-05-22T00:40:54.955Z | Compiling unicode-bidi v0.3.18 |
| 1422 | 2026-05-22T00:40:54.968Z | Compiling unicode-properties v0.1.4 |
| 1423 | 2026-05-22T00:40:54.983Z | Compiling allocator-api2 v0.2.21 |
| 1424 | 2026-05-22T00:40:55.080Z | Compiling signal-hook v0.3.18 |
| 1425 | 2026-05-22T00:40:55.095Z | Compiling ryu v1.0.23 |
| 1426 | 2026-05-22T00:40:55.120Z | Compiling iri-string v0.7.10 |
| 1427 | 2026-05-22T00:40:55.278Z | Compiling zstd-safe v7.2.4 |
| 1428 | 2026-05-22T00:40:55.292Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-05-22T00:40:55.339Z | Compiling stringprep v0.1.5 |
| 1430 | 2026-05-22T00:40:55.398Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-05-22T00:40:55.624Z | Compiling num-integer v0.1.46 |
| 1432 | 2026-05-22T00:40:55.643Z | Compiling vergen-lib v0.1.6 |
| 1433 | 2026-05-22T00:40:55.813Z | Compiling curve25519-dalek v4.1.3 |
| 1434 | 2026-05-22T00:40:55.843Z | Compiling ff v0.13.1 |
| 1435 | 2026-05-22T00:40:55.956Z | Compiling serde_derive v1.0.228 |
| 1436 | 2026-05-22T00:40:55.970Z | Compiling zeroize_derive v1.4.3 |
| 1437 | 2026-05-22T00:40:55.999Z | Compiling zerofrom-derive v0.1.6 |
| 1438 | 2026-05-22T00:40:56.037Z | Compiling yoke-derive v0.8.1 |
| 1439 | 2026-05-22T00:40:56.085Z | Compiling zerocopy-derive v0.8.40 |
| 1440 | 2026-05-22T00:40:56.172Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-05-22T00:40:56.257Z | Compiling displaydoc v0.2.5 |
| 1442 | 2026-05-22T00:40:56.548Z | Compiling tokio-macros v2.7.0 |
| 1443 | 2026-05-22T00:40:56.570Z | Compiling futures-macro v0.3.32 |
| 1444 | 2026-05-22T00:40:56.647Z | Compiling zeroize v1.8.2 |
| 1445 | 2026-05-22T00:40:56.708Z | Compiling der_derive v0.7.3 |
| 1446 | 2026-05-22T00:40:57.063Z | Compiling rustls-pki-types v1.14.0 |
| 1447 | 2026-05-22T00:40:57.077Z | Compiling tracing-attributes v0.1.31 |
| 1448 | 2026-05-22T00:40:57.260Z | Compiling thiserror-impl v2.0.18 |
| 1449 | 2026-05-22T00:40:57.327Z | Compiling scroll_derive v0.13.1 |
| 1450 | 2026-05-22T00:40:57.358Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-05-22T00:40:57.434Z | Compiling crypto-common v0.1.7 |
| 1452 | 2026-05-22T00:40:57.474Z | Compiling block-buffer v0.10.4 |
| 1453 | 2026-05-22T00:40:57.489Z | Compiling zerofrom v0.1.6 |
| 1454 | 2026-05-22T00:40:57.546Z | Compiling futures-util v0.3.32 |
| 1455 | 2026-05-22T00:40:57.600Z | Compiling yoke v0.8.1 |
| 1456 | 2026-05-22T00:40:57.630Z | Compiling digest v0.10.7 |
| 1457 | 2026-05-22T00:40:57.660Z | Compiling block-padding v0.3.3 |
| 1458 | 2026-05-22T00:40:57.731Z | Compiling der v0.7.10 |
| 1459 | 2026-05-22T00:40:57.796Z | Compiling zerovec v0.11.5 |
| 1460 | 2026-05-22T00:40:57.836Z | Compiling zerotrie v0.2.3 |
| 1461 | 2026-05-22T00:40:57.887Z | Compiling hmac v0.12.1 |
| 1462 | 2026-05-22T00:40:58.061Z | Compiling inout v0.1.4 |
| 1463 | 2026-05-22T00:40:58.153Z | Compiling sha2 v0.10.9 |
| 1464 | 2026-05-22T00:40:58.153Z | Compiling pbkdf2 v0.12.2 |
| 1465 | 2026-05-22T00:40:58.298Z | Compiling tinystr v0.8.2 |
| 1466 | 2026-05-22T00:40:58.352Z | Compiling potential_utf v0.1.4 |
| 1467 | 2026-05-22T00:40:58.372Z | Compiling cipher v0.4.4 |
| 1468 | 2026-05-22T00:40:58.387Z | Compiling pest_derive v2.8.6 |
| 1469 | 2026-05-22T00:40:58.496Z | Compiling icu_locale_core v2.1.1 |
| 1470 | 2026-05-22T00:40:58.524Z | Compiling icu_collections v2.1.1 |
| 1471 | 2026-05-22T00:40:58.537Z | Compiling tracing v0.1.44 |
| 1472 | 2026-05-22T00:40:58.656Z | Compiling spki v0.7.3 |
| 1473 | 2026-05-22T00:40:58.706Z | Compiling salsa20 v0.10.2 |
| 1474 | 2026-05-22T00:40:58.734Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-05-22T00:40:58.824Z | Compiling scrypt v0.11.0 |
| 1476 | 2026-05-22T00:40:58.858Z | Compiling cbc v0.1.2 |
| 1477 | 2026-05-22T00:40:58.874Z | Compiling aes v0.8.4 |
| 1478 | 2026-05-22T00:40:58.877Z | Compiling scroll v0.13.0 |
| 1479 | 2026-05-22T00:40:58.901Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-22T00:40:59.014Z | Compiling openssl-macros v0.1.1 |
| 1481 | 2026-05-22T00:40:59.030Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-05-22T00:40:59.032Z | Compiling dtrace-parser v0.3.0 |
| 1483 | 2026-05-22T00:40:59.155Z | Compiling signature v2.2.0 |
| 1484 | 2026-05-22T00:40:59.224Z | Compiling icu_provider v2.1.1 |
| 1485 | 2026-05-22T00:40:59.350Z | Compiling pkcs5 v0.7.1 |
| 1486 | 2026-05-22T00:40:59.363Z | Compiling goblin v0.10.5 |
| 1487 | 2026-05-22T00:40:59.469Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-05-22T00:40:59.485Z | Compiling icu_properties v2.1.2 |
| 1489 | 2026-05-22T00:40:59.499Z | Compiling bytes v1.11.1 |
| 1490 | 2026-05-22T00:40:59.532Z | Compiling chrono v0.4.44 |
| 1491 | 2026-05-22T00:40:59.550Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-05-22T00:40:59.636Z | Compiling darling v0.20.11 |
| 1493 | 2026-05-22T00:40:59.729Z | Compiling pkcs8 v0.10.2 |
| 1494 | 2026-05-22T00:40:59.852Z | Compiling derive_builder_core v0.20.2 |
| 1495 | 2026-05-22T00:40:59.868Z | Compiling webpki-roots v1.0.6 |
| 1496 | 2026-05-22T00:40:59.960Z | Compiling thiserror-impl v1.0.69 |
| 1497 | 2026-05-22T00:40:59.977Z | Compiling tokio v1.52.1 |
| 1498 | 2026-05-22T00:41:00.009Z | Compiling http v1.4.0 |
| 1499 | 2026-05-22T00:41:00.042Z | Compiling scroll_derive v0.12.1 |
| 1500 | 2026-05-22T00:41:00.064Z | Compiling serde_urlencoded v0.7.1 |
| 1501 | 2026-05-22T00:41:00.087Z | Compiling erased-serde v0.3.31 |
| 1502 | 2026-05-22T00:41:00.138Z | Compiling serde_tokenstream v0.2.3 |
| 1503 | 2026-05-22T00:41:00.319Z | Compiling toml_datetime v0.6.11 |
| 1504 | 2026-05-22T00:41:00.466Z | Compiling idna_adapter v1.2.1 |
| 1505 | 2026-05-22T00:41:00.588Z | Compiling idna v1.1.0 |
| 1506 | 2026-05-22T00:41:00.588Z | Compiling ppv-lite86 v0.2.21 |
| 1507 | 2026-05-22T00:41:00.616Z | Compiling serde_spanned v0.6.9 |
| 1508 | 2026-05-22T00:41:00.630Z | Compiling md-5 v0.10.6 |
| 1509 | 2026-05-22T00:41:00.762Z | Compiling http-body v1.0.1 |
| 1510 | 2026-05-22T00:41:00.777Z | Compiling scroll v0.12.0 |
| 1511 | 2026-05-22T00:41:00.780Z | Compiling derive_builder_macro v0.20.2 |
| 1512 | 2026-05-22T00:41:00.780Z | Compiling darling_macro v0.21.3 |
| 1513 | 2026-05-22T00:41:00.822Z | Compiling bstr v1.12.1 |
| 1514 | 2026-05-22T00:41:00.930Z | Compiling url v2.5.8 |
| 1515 | 2026-05-22T00:41:00.945Z | Compiling rand_chacha v0.9.0 |
| 1516 | 2026-05-22T00:41:00.961Z | Compiling http-body-util v0.1.3 |
| 1517 | 2026-05-22T00:41:00.976Z | Compiling rand_chacha v0.3.1 |
| 1518 | 2026-05-22T00:41:01.077Z | Compiling async-trait v0.1.89 |
| 1519 | 2026-05-22T00:41:01.225Z | Compiling rand v0.9.2 |
| 1520 | 2026-05-22T00:41:01.278Z | Compiling pin-project-internal v1.1.11 |
| 1521 | 2026-05-22T00:41:01.278Z | Compiling zerocopy-derive v0.7.35 |
| 1522 | 2026-05-22T00:41:01.306Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-05-22T00:41:01.326Z | Compiling hash32 v0.2.1 |
| 1524 | 2026-05-22T00:41:01.423Z | Compiling memoffset v0.9.1 |
| 1525 | 2026-05-22T00:41:01.538Z | Compiling encoding_rs v0.8.35 |
| 1526 | 2026-05-22T00:41:01.580Z | Compiling psl-types v2.0.11 |
| 1527 | 2026-05-22T00:41:01.637Z | Compiling base16ct v0.2.0 |
| 1528 | 2026-05-22T00:41:01.674Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2026-05-22T00:41:01.718Z | Compiling fallible-iterator v0.2.0 |
| 1530 | 2026-05-22T00:41:01.761Z | Compiling smoltcp v0.9.1 |
| 1531 | 2026-05-22T00:41:01.775Z | Compiling mime v0.3.17 |
| 1532 | 2026-05-22T00:41:01.810Z | Compiling proptest v1.10.0 |
| 1533 | 2026-05-22T00:41:01.832Z | Compiling num-bigint-dig v0.8.6 |
| 1534 | 2026-05-22T00:41:02.041Z | Compiling ref-cast v1.0.25 |
| 1535 | 2026-05-22T00:41:02.069Z | Compiling dof v0.4.0 |
| 1536 | 2026-05-22T00:41:02.072Z | Compiling litrs v1.0.0 |
| 1537 | 2026-05-22T00:41:02.118Z | Compiling zlib-rs v0.6.2 |
| 1538 | 2026-05-22T00:41:02.140Z | Compiling rustix v0.38.44 |
| 1539 | 2026-05-22T00:41:02.191Z | Compiling zerocopy v0.7.35 |
| 1540 | 2026-05-22T00:41:02.375Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2026-05-22T00:41:02.446Z | Compiling pin-project v1.1.11 |
| 1542 | 2026-05-22T00:41:02.498Z | Compiling postgres-protocol v0.6.10 |
| 1543 | 2026-05-22T00:41:02.574Z | Compiling nix v0.31.2 |
| 1544 | 2026-05-22T00:41:02.619Z | Compiling oxnet v0.1.5 |
| 1545 | 2026-05-22T00:41:02.632Z | Compiling document-features v0.2.12 |
| 1546 | 2026-05-22T00:41:02.647Z | Compiling sec1 v0.7.3 |
| 1547 | 2026-05-22T00:41:02.744Z | Compiling publicsuffix v2.3.0 |
| 1548 | 2026-05-22T00:41:02.911Z | Compiling darling v0.21.3 |
| 1549 | 2026-05-22T00:41:02.925Z | Compiling derive_builder v0.20.2 |
| 1550 | 2026-05-22T00:41:02.941Z | Compiling rand v0.8.6 |
| 1551 | 2026-05-22T00:41:02.957Z | Compiling goblin v0.8.2 |
| 1552 | 2026-05-22T00:41:03.043Z | Compiling futures-executor v0.3.32 |
| 1553 | 2026-05-22T00:41:03.068Z | Compiling hubpack_derive v0.1.1 |
| 1554 | 2026-05-22T00:41:03.083Z | Compiling hex v0.4.3 |
| 1555 | 2026-05-22T00:41:03.086Z | Compiling cargo-platform v0.1.9 |
| 1556 | 2026-05-22T00:41:03.243Z | Compiling hkdf v0.12.4 |
| 1557 | 2026-05-22T00:41:03.267Z | Compiling crypto-bigint v0.5.5 |
| 1558 | 2026-05-22T00:41:03.302Z | Compiling regex v1.12.3 |
| 1559 | 2026-05-22T00:41:03.400Z | Compiling group v0.13.0 |
| 1560 | 2026-05-22T00:41:03.415Z | Compiling snafu-derive v0.8.9 |
| 1561 | 2026-05-22T00:41:03.428Z | Compiling ref-cast-impl v1.0.25 |
| 1562 | 2026-05-22T00:41:03.432Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1563 | 2026-05-22T00:41:03.458Z | Compiling strum_macros v0.27.2 |
| 1564 | 2026-05-22T00:41:03.543Z | Compiling daft-derive v0.1.7 |
| 1565 | 2026-05-22T00:41:03.594Z | Compiling num-iter v0.1.45 |
| 1566 | 2026-05-22T00:41:03.729Z | Compiling tokio-util v0.7.18 |
| 1567 | 2026-05-22T00:41:03.749Z | Compiling tower v0.5.3 |
| 1568 | 2026-05-22T00:41:03.790Z | Compiling tokio-native-tls v0.3.1 |
| 1569 | 2026-05-22T00:41:04.004Z | Compiling terminal_size v0.4.3 |
| 1570 | 2026-05-22T00:41:04.020Z | Compiling phf_shared v0.13.1 |
| 1571 | 2026-05-22T00:41:04.160Z | Compiling newtype-uuid v1.3.2 |
| 1572 | 2026-05-22T00:41:04.203Z | Compiling lazy_static v1.5.0 |
| 1573 | 2026-05-22T00:41:04.304Z | Compiling tower-http v0.6.8 |
| 1574 | 2026-05-22T00:41:04.318Z | Compiling anstyle-parse v0.2.7 |
| 1575 | 2026-05-22T00:41:04.334Z | Compiling vergen v9.0.6 |
| 1576 | 2026-05-22T00:41:04.337Z | Compiling fs-err v3.3.0 |
| 1577 | 2026-05-22T00:41:04.363Z | Compiling ahash v0.8.12 |
| 1578 | 2026-05-22T00:41:04.467Z | Compiling h2 v0.4.13 |
| 1579 | 2026-05-22T00:41:04.521Z | Compiling managed v0.8.0 |
| 1580 | 2026-05-22T00:41:04.535Z | Compiling unicode-segmentation v1.12.0 |
| 1581 | 2026-05-22T00:41:04.549Z | Compiling bitflags v1.3.2 |
| 1582 | 2026-05-22T00:41:04.564Z | Compiling object v0.37.3 |
| 1583 | 2026-05-22T00:41:04.590Z | Compiling foldhash v0.1.5 |
| 1584 | 2026-05-22T00:41:04.638Z | Compiling foldhash v0.2.0 |
| 1585 | 2026-05-22T00:41:04.731Z | Compiling same-file v1.0.6 |
| 1586 | 2026-05-22T00:41:04.749Z | Compiling libbz2-rs-sys v0.2.2 |
| 1587 | 2026-05-22T00:41:04.776Z | Compiling winnow v0.5.40 |
| 1588 | 2026-05-22T00:41:04.858Z | Compiling bumpalo v3.20.2 |
| 1589 | 2026-05-22T00:41:04.887Z | Compiling walkdir v2.5.0 |
| 1590 | 2026-05-22T00:41:04.914Z | Compiling hashbrown v0.16.1 |
| 1591 | 2026-05-22T00:41:04.927Z | Compiling hashbrown v0.15.5 |
| 1592 | 2026-05-22T00:41:05.125Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-05-22T00:41:05.238Z | Compiling dof v0.3.0 |
| 1594 | 2026-05-22T00:41:05.371Z | Compiling bzip2 v0.6.1 |
| 1595 | 2026-05-22T00:41:05.400Z | Compiling snafu v0.8.9 |
| 1596 | 2026-05-22T00:41:05.450Z | Compiling zopfli v0.8.3 |
| 1597 | 2026-05-22T00:41:05.483Z | Compiling strum v0.27.2 |
| 1598 | 2026-05-22T00:41:05.533Z | Compiling clap_builder v4.6.0 |
| 1599 | 2026-05-22T00:41:05.552Z | Compiling daft v0.1.7 |
| 1600 | 2026-05-22T00:41:05.567Z | Compiling anstream v0.6.21 |
| 1601 | 2026-05-22T00:41:05.621Z | Compiling phf v0.13.1 |
| 1602 | 2026-05-22T00:41:05.636Z | Compiling elliptic-curve v0.13.8 |
| 1603 | 2026-05-22T00:41:05.759Z | Compiling signal-hook-mio v0.2.5 |
| 1604 | 2026-05-22T00:41:05.791Z | Compiling cargo_metadata v0.19.2 |
| 1605 | 2026-05-22T00:41:05.892Z | Compiling cookie_store v0.22.1 |
| 1606 | 2026-05-22T00:41:05.895Z | Compiling usdt-macro v0.6.0 |
| 1607 | 2026-05-22T00:41:05.922Z | Compiling usdt-attr-macro v0.6.0 |
| 1608 | 2026-05-22T00:41:05.994Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-05-22T00:41:06.058Z | Compiling bzip2 v0.4.4 |
| 1610 | 2026-05-22T00:41:06.143Z | Compiling toml_edit v0.19.15 |
| 1611 | 2026-05-22T00:41:06.236Z | Compiling futures v0.3.32 |
| 1612 | 2026-05-22T00:41:06.251Z | Compiling serde_with_macros v3.17.0 |
| 1613 | 2026-05-22T00:41:06.299Z | Compiling postgres-types v0.2.12 |
| 1614 | 2026-05-22T00:41:06.328Z | Compiling zstd v0.13.3 |
| 1615 | 2026-05-22T00:41:06.521Z | Compiling dtrace-parser v0.2.0 |
| 1616 | 2026-05-22T00:41:06.573Z | Compiling globset v0.4.18 |
| 1617 | 2026-05-22T00:41:06.618Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-05-22T00:41:06.693Z | Compiling pkcs1 v0.7.5 |
| 1619 | 2026-05-22T00:41:06.768Z | Compiling serde_plain v1.0.2 |
| 1620 | 2026-05-22T00:41:06.875Z | Compiling serde-big-array v0.5.1 |
| 1621 | 2026-05-22T00:41:06.985Z | Compiling olpc-cjson v0.1.4 |
| 1622 | 2026-05-22T00:41:07.034Z | Compiling rfc6979 v0.4.0 |
| 1623 | 2026-05-22T00:41:07.116Z | Compiling strum_macros v0.26.4 |
| 1624 | 2026-05-22T00:41:07.149Z | Compiling serde_repr v0.1.20 |
| 1625 | 2026-05-22T00:41:07.164Z | Compiling async-recursion v1.1.1 |
| 1626 | 2026-05-22T00:41:07.178Z | Compiling clap_derive v4.6.1 |
| 1627 | 2026-05-22T00:41:07.281Z | Compiling enum-as-inner v0.6.1 |
| 1628 | 2026-05-22T00:41:07.298Z | Compiling phf_shared v0.11.3 |
| 1629 | 2026-05-22T00:41:07.403Z | Compiling float-cmp v0.10.0 |
| 1630 | 2026-05-22T00:41:07.503Z | Compiling hyper v1.8.1 |
| 1631 | 2026-05-22T00:41:07.518Z | Compiling pem v3.0.6 |
| 1632 | 2026-05-22T00:41:07.536Z | Compiling thread-id v4.2.2 |
| 1633 | 2026-05-22T00:41:07.569Z | Compiling memmap2 v0.9.10 |
| 1634 | 2026-05-22T00:41:07.634Z | Compiling env_filter v1.0.0 |
| 1635 | 2026-05-22T00:41:07.722Z | Compiling whoami v2.1.0 |
| 1636 | 2026-05-22T00:41:07.805Z | Compiling normalize-line-endings v0.3.0 |
| 1637 | 2026-05-22T00:41:07.826Z | Compiling difflib v0.4.0 |
| 1638 | 2026-05-22T00:41:07.858Z | Compiling data-encoding v2.10.0 |
| 1639 | 2026-05-22T00:41:07.873Z | Compiling static_assertions v1.1.0 |
| 1640 | 2026-05-22T00:41:07.917Z | Compiling predicates-core v1.0.10 |
| 1641 | 2026-05-22T00:41:07.956Z | Compiling precomputed-hash v0.1.1 |
| 1642 | 2026-05-22T00:41:07.970Z | Compiling new_debug_unreachable v1.0.6 |
| 1643 | 2026-05-22T00:41:08.052Z | Compiling either v1.15.0 |
| 1644 | 2026-05-22T00:41:08.067Z | Compiling typed-path v0.9.3 |
| 1645 | 2026-05-22T00:41:08.116Z | Compiling fixedbitset v0.5.7 |
| 1646 | 2026-05-22T00:41:08.131Z | Compiling jiff v0.2.21 |
| 1647 | 2026-05-22T00:41:08.279Z | Compiling keccak v0.1.6 |
| 1648 | 2026-05-22T00:41:08.425Z | Compiling fixedbitset v0.4.2 |
| 1649 | 2026-05-22T00:41:08.443Z | Compiling sha3 v0.10.8 |
| 1650 | 2026-05-22T00:41:08.506Z | Compiling petgraph v0.8.3 |
| 1651 | 2026-05-22T00:41:08.566Z | Compiling itertools v0.13.0 |
| 1652 | 2026-05-22T00:41:08.581Z | Compiling hyper-util v0.1.20 |
| 1653 | 2026-05-22T00:41:08.664Z | Compiling petgraph v0.6.5 |
| 1654 | 2026-05-22T00:41:08.795Z | Compiling hickory-proto v0.25.2 |
| 1655 | 2026-05-22T00:41:08.826Z | Compiling predicates v3.1.4 |
| 1656 | 2026-05-22T00:41:08.904Z | Compiling string_cache v0.8.9 |
| 1657 | 2026-05-22T00:41:08.919Z | Compiling strum v0.26.3 |
| 1658 | 2026-05-22T00:41:09.014Z | Compiling clap v4.6.1 |
| 1659 | 2026-05-22T00:41:09.065Z | Compiling tokio-postgres v0.7.16 |
| 1660 | 2026-05-22T00:41:09.130Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1661 | 2026-05-22T00:41:09.133Z | Compiling toml_edit v0.22.27 |
| 1662 | 2026-05-22T00:41:09.162Z | Compiling env_logger v0.11.9 |
| 1663 | 2026-05-22T00:41:09.194Z | Compiling usdt v0.6.0 |
| 1664 | 2026-05-22T00:41:09.361Z | Compiling usdt-impl v0.5.0 |
| 1665 | 2026-05-22T00:41:09.476Z | Compiling toml v0.7.8 |
| 1666 | 2026-05-22T00:41:09.503Z | Compiling serde_with v3.17.0 |
| 1667 | 2026-05-22T00:41:09.534Z | Compiling crossterm v0.28.1 |
| 1668 | 2026-05-22T00:41:09.862Z | Compiling ecdsa v0.16.9 |
| 1669 | 2026-05-22T00:41:09.966Z | Compiling rsa v0.9.10 |
| 1670 | 2026-05-22T00:41:10.102Z | Compiling hyper-tls v0.6.0 |
| 1671 | 2026-05-22T00:41:10.209Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-05-22T00:41:10.415Z | Compiling zip v0.6.6 |
| 1673 | 2026-05-22T00:41:10.539Z | Compiling iddqd v0.4.1 |
| 1674 | 2026-05-22T00:41:10.877Z | Compiling zip v4.6.1 |
| 1675 | 2026-05-22T00:41:11.144Z | Compiling similar v2.7.0 |
| 1676 | 2026-05-22T00:41:11.160Z | Compiling heck v0.4.1 |
| 1677 | 2026-05-22T00:41:11.254Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1678 | 2026-05-22T00:41:11.269Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-05-22T00:41:11.411Z | Compiling buf-list v1.1.2 |
| 1680 | 2026-05-22T00:41:11.426Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1681 | 2026-05-22T00:41:11.706Z | Compiling openapiv3 v2.2.0 |
| 1682 | 2026-05-22T00:41:11.747Z | Compiling x509-cert v0.2.5 |
| 1683 | 2026-05-22T00:41:11.762Z | Compiling sha1 v0.10.6 |
| 1684 | 2026-05-22T00:41:11.817Z | Compiling crossbeam-epoch v0.9.18 |
| 1685 | 2026-05-22T00:41:11.833Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1686 | 2026-05-22T00:41:11.871Z | Compiling peg-runtime v0.8.5 |
| 1687 | 2026-05-22T00:41:11.904Z | Compiling lalrpop-util v0.19.12 |
| 1688 | 2026-05-22T00:41:11.931Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-05-22T00:41:12.005Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-05-22T00:41:12.020Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-05-22T00:41:12.053Z | Compiling is-terminal v0.4.17 |
| 1692 | 2026-05-22T00:41:12.115Z | Compiling filetime v0.2.27 |
| 1693 | 2026-05-22T00:41:12.147Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-05-22T00:41:12.166Z | Compiling xattr v1.6.1 |
| 1695 | 2026-05-22T00:41:12.169Z | Compiling term v1.2.1 |
| 1696 | 2026-05-22T00:41:12.306Z | Compiling tar v0.4.45 |
| 1697 | 2026-05-22T00:41:12.484Z | Compiling slog-term v2.9.2 |
| 1698 | 2026-05-22T00:41:30.045Z | Compiling rustls-webpki v0.103.9 |
| 1699 | 2026-05-22T00:41:32.809Z | Compiling tokio-rustls v0.26.4 |
| 1700 | 2026-05-22T00:41:32.809Z | Compiling rustls-platform-verifier v0.6.2 |
| 1701 | 2026-05-22T00:41:33.014Z | Compiling hyper-rustls v0.27.7 |
| 1702 | 2026-05-22T00:41:33.197Z | Compiling reqwest v0.12.28 |
| 1703 | 2026-05-22T00:41:33.218Z | Compiling reqwest v0.13.2 |
| 1704 | 2026-05-22T00:41:34.418Z | Compiling tough v0.22.0 |
| 1705 | 2026-05-22T00:41:36.921Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-05-22T00:41:37.150Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-05-22T00:41:40.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s |
| 1708 | 2026-05-22T00:41:40.141Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1709 | 2026-05-22T00:41:40.194Z | May 22 00:41:39.517 INFO Starting download, target: Cockroach |
| 1710 | 2026-05-22T00:41:40.194Z | May 22 00:41:39.518 INFO Starting download, target: Clickhouse |
| 1711 | 2026-05-22T00:41:40.194Z | May 22 00:41:39.518 INFO Starting download, target: Console |
| 1712 | 2026-05-22T00:41:40.194Z | May 22 00:41:39.518 INFO Starting download, target: DendriteStub |
| 1713 | 2026-05-22T00:41:40.194Z | May 22 00:41:39.518 INFO Starting download, target: MaghemiteMgd |
| 1714 | 2026-05-22T00:41:40.197Z | May 22 00:41:39.518 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-05-22T00:41:40.197Z | May 22 00:41:39.518 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-05-22T00:41:40.197Z | May 22 00:41:39.518 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2026-05-22T00:41:40.197Z | May 22 00:41:39.518 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1718 | 2026-05-22T00:41:40.197Z | May 22 00:41:39.518 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-05-22T00:41:40.197Z | May 22 00:41:39.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1720 | 2026-05-22T00:41:40.197Z | May 22 00:41:39.518 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1721 | 2026-05-22T00:41:40.198Z | May 22 00:41:39.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2026-05-22T00:41:40.198Z | May 22 00:41:39.519 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1723 | 2026-05-22T00:41:40.545Z | May 22 00:41:39.867 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2026-05-22T00:41:40.788Z | May 22 00:41:40.097 INFO Download complete, target: TransceiverControl |
| 1725 | 2026-05-22T00:41:41.185Z | May 22 00:41:40.506 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1726 | 2026-05-22T00:41:41.443Z | May 22 00:41:40.750 INFO Download complete, target: Console |
| 1727 | 2026-05-22T00:41:42.704Z | May 22 00:41:42.010 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1728 | 2026-05-22T00:41:43.094Z | May 22 00:41:42.374 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1729 | 2026-05-22T00:41:43.216Z | May 22 00:41:42.401 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1730 | 2026-05-22T00:41:43.372Z | May 22 00:41:42.633 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1731 | 2026-05-22T00:41:43.947Z | May 22 00:41:43.270 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1732 | 2026-05-22T00:41:43.947Z | May 22 00:41:43.270 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1733 | 2026-05-22T00:41:45.093Z | May 22 00:41:44.415 INFO Download complete, target: MaghemiteDdmd |
| 1734 | 2026-05-22T00:41:45.728Z | May 22 00:41:45.053 INFO Download complete, target: MaghemiteMgd |
| 1735 | 2026-05-22T00:41:45.983Z | May 22 00:41:45.308 INFO Download complete, target: DendriteStub |
| 1736 | 2026-05-22T00:41:48.776Z | May 22 00:41:48.101 INFO Checking that binary works, target: Cockroach |
| 1737 | 2026-05-22T00:41:48.978Z | May 22 00:41:48.302 INFO Download complete, target: Cockroach |
| 1738 | 2026-05-22T00:41:49.597Z | May 22 00:41:48.921 INFO Checking that binary works, target: Clickhouse |
| 1739 | 2026-05-22T00:41:49.715Z | May 22 00:41:49.039 INFO Download complete, target: Clickhouse |
| 1740 | 2026-05-22T00:41:49.720Z | All prerequisites installed successfully |
| 1741 | 2026-05-22T00:41:49.724Z | |
| 1742 | 2026-05-22T00:41:49.724Z | real 2:04.903004454 |
| 1743 | 2026-05-22T00:41:49.724Z | user 6:57.996216559 |
| 1744 | 2026-05-22T00:41:49.724Z | sys 1:42.077124754 |
| 1745 | 2026-05-22T00:41:49.724Z | trap 0.258907282 |
| 1746 | 2026-05-22T00:41:49.724Z | tflt 2.255835573 |
| 1747 | 2026-05-22T00:41:49.724Z | dflt 3.051490049 |
| 1748 | 2026-05-22T00:41:49.724Z | kflt 0.060845831 |
| 1749 | 2026-05-22T00:41:49.724Z | lock 22:47.563912727 |
| 1750 | 2026-05-22T00:41:49.724Z | slp 19:16.138574672 |
| 1751 | 2026-05-22T00:41:49.724Z | lat 21.939225367 |
| 1752 | 2026-05-22T00:41:49.724Z | stop 2:49.151889638 |
| 1753 | 2026-05-22T00:41:49.724Z | + ptime -m cargo xtask download softnpu |
| 1754 | 2026-05-22T00:41:50.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1755 | 2026-05-22T00:41:50.306Z | Running `target/debug/xtask download softnpu` |
| 1756 | 2026-05-22T00:41:51.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1757 | 2026-05-22T00:41:51.182Z | Running `target/debug/xtask-downloader softnpu` |
| 1758 | 2026-05-22T00:41:51.223Z | May 22 00:41:50.543 INFO Starting download, target: Softnpu |
| 1759 | 2026-05-22T00:41:51.227Z | May 22 00:41:50.544 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1760 | 2026-05-22T00:41:52.491Z | May 22 00:41:51.813 INFO Download complete, target: Softnpu |
| 1761 | 2026-05-22T00:41:52.508Z | |
| 1762 | 2026-05-22T00:41:52.508Z | real 2.765408015 |
| 1763 | 2026-05-22T00:41:52.508Z | user 1.385254695 |
| 1764 | 2026-05-22T00:41:52.508Z | sys 0.664791333 |
| 1765 | 2026-05-22T00:41:52.508Z | trap 0.000528440 |
| 1766 | 2026-05-22T00:41:52.509Z | tflt 0.000101170 |
| 1767 | 2026-05-22T00:41:52.509Z | dflt 0.000049190 |
| 1768 | 2026-05-22T00:41:52.509Z | kflt 0.000000000 |
| 1769 | 2026-05-22T00:41:52.509Z | lock 23.448436690 |
| 1770 | 2026-05-22T00:41:52.509Z | slp 1.146865762 |
| 1771 | 2026-05-22T00:41:52.509Z | lat 0.081175026 |
| 1772 | 2026-05-22T00:41:52.509Z | stop 0.000197520 |
| 1773 | 2026-05-22T00:41:52.509Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-22T00:41:52.509Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-22T00:41:52.509Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1776 | 2026-05-22T00:41:53.422Z | Compiling proc-macro2 v1.0.106 |
| 1777 | 2026-05-22T00:41:53.422Z | Compiling quote v1.0.45 |
| 1778 | 2026-05-22T00:41:53.422Z | Compiling unicode-ident v1.0.24 |
| 1779 | 2026-05-22T00:41:53.422Z | Compiling libc v0.2.185 |
| 1780 | 2026-05-22T00:41:53.422Z | Compiling serde_core v1.0.228 |
| 1781 | 2026-05-22T00:41:53.453Z | Compiling serde v1.0.228 |
| 1782 | 2026-05-22T00:41:53.453Z | Compiling cfg-if v1.0.4 |
| 1783 | 2026-05-22T00:41:53.453Z | Compiling version_check v0.9.5 |
| 1784 | 2026-05-22T00:41:53.454Z | Compiling find-msvc-tools v0.1.9 |
| 1785 | 2026-05-22T00:41:53.574Z | Compiling shlex v1.3.0 |
| 1786 | 2026-05-22T00:41:53.611Z | Compiling typenum v1.19.0 |
| 1787 | 2026-05-22T00:41:53.611Z | Compiling zmij v1.0.21 |
| 1788 | 2026-05-22T00:41:53.611Z | Compiling autocfg v1.5.0 |
| 1789 | 2026-05-22T00:41:53.611Z | Compiling serde_json v1.0.149 |
| 1790 | 2026-05-22T00:41:53.611Z | Compiling memchr v2.8.0 |
| 1791 | 2026-05-22T00:41:53.716Z | Compiling portable-atomic v1.13.1 |
| 1792 | 2026-05-22T00:41:53.835Z | Compiling libm v0.2.16 |
| 1793 | 2026-05-22T00:41:53.855Z | Compiling zerocopy v0.8.40 |
| 1794 | 2026-05-22T00:41:53.944Z | Compiling parking_lot_core v0.9.12 |
| 1795 | 2026-05-22T00:41:53.980Z | Compiling smallvec v1.15.1 |
| 1796 | 2026-05-22T00:41:54.072Z | Compiling generic-array v0.14.7 |
| 1797 | 2026-05-22T00:41:54.079Z | Compiling icu_normalizer_data v2.1.1 |
| 1798 | 2026-05-22T00:41:54.099Z | Compiling icu_properties_data v2.1.2 |
| 1799 | 2026-05-22T00:41:54.117Z | Compiling num-traits v0.2.19 |
| 1800 | 2026-05-22T00:41:54.196Z | Compiling itoa v1.0.17 |
| 1801 | 2026-05-22T00:41:54.212Z | Compiling getrandom v0.4.1 |
| 1802 | 2026-05-22T00:41:54.270Z | Compiling log v0.4.29 |
| 1803 | 2026-05-22T00:41:54.274Z | Compiling stable_deref_trait v1.2.1 |
| 1804 | 2026-05-22T00:41:54.274Z | Compiling pkg-config v0.3.32 |
| 1805 | 2026-05-22T00:41:54.380Z | Compiling subtle v2.6.1 |
| 1806 | 2026-05-22T00:41:54.494Z | Compiling scopeguard v1.2.0 |
| 1807 | 2026-05-22T00:41:54.575Z | Compiling writeable v0.6.2 |
| 1808 | 2026-05-22T00:41:54.583Z | Compiling percent-encoding v2.3.2 |
| 1809 | 2026-05-22T00:41:54.604Z | Compiling litemap v0.8.1 |
| 1810 | 2026-05-22T00:41:54.652Z | Compiling jobserver v0.1.34 |
| 1811 | 2026-05-22T00:41:54.749Z | Compiling getrandom v0.2.17 |
| 1812 | 2026-05-22T00:41:54.779Z | Compiling errno v0.3.14 |
| 1813 | 2026-05-22T00:41:54.796Z | Compiling lock_api v0.4.14 |
| 1814 | 2026-05-22T00:41:54.876Z | Compiling cc v1.2.56 |
| 1815 | 2026-05-22T00:41:54.919Z | Compiling syn v2.0.117 |
| 1816 | 2026-05-22T00:41:54.940Z | Compiling rand_core v0.6.4 |
| 1817 | 2026-05-22T00:41:54.986Z | Compiling pin-project-lite v0.2.17 |
| 1818 | 2026-05-22T00:41:55.004Z | Compiling fnv v1.0.7 |
| 1819 | 2026-05-22T00:41:55.070Z | Compiling thiserror v2.0.18 |
| 1820 | 2026-05-22T00:41:55.139Z | Compiling getrandom v0.3.4 |
| 1821 | 2026-05-22T00:41:55.184Z | Compiling dunce v1.0.5 |
| 1822 | 2026-05-22T00:41:55.209Z | Compiling fs_extra v1.3.0 |
| 1823 | 2026-05-22T00:41:55.215Z | Compiling equivalent v1.0.2 |
| 1824 | 2026-05-22T00:41:55.254Z | Compiling rustversion v1.0.22 |
| 1825 | 2026-05-22T00:41:55.289Z | Compiling utf8_iter v1.0.4 |
| 1826 | 2026-05-22T00:41:55.305Z | Compiling schemars v0.8.22 |
| 1827 | 2026-05-22T00:41:55.335Z | Compiling rand_core v0.10.0 |
| 1828 | 2026-05-22T00:41:55.449Z | Compiling form_urlencoded v1.2.2 |
| 1829 | 2026-05-22T00:41:55.489Z | Compiling critical-section v1.2.0 |
| 1830 | 2026-05-22T00:41:55.521Z | Compiling signal-hook-registry v1.4.8 |
| 1831 | 2026-05-22T00:41:55.616Z | Compiling cmake v0.1.57 |
| 1832 | 2026-05-22T00:41:55.640Z | Compiling hashbrown v0.17.0 |
| 1833 | 2026-05-22T00:41:55.667Z | Compiling rustix v1.1.3 |
| 1834 | 2026-05-22T00:41:55.734Z | Compiling mio v1.2.0 |
| 1835 | 2026-05-22T00:41:55.770Z | Compiling socket2 v0.6.3 |
| 1836 | 2026-05-22T00:41:56.015Z | Compiling bitflags v2.11.0 |
| 1837 | 2026-05-22T00:41:56.049Z | Compiling semver v1.0.28 |
| 1838 | 2026-05-22T00:41:56.058Z | Compiling once_cell v1.21.3 |
| 1839 | 2026-05-22T00:41:56.092Z | Compiling parking_lot v0.12.5 |
| 1840 | 2026-05-22T00:41:56.217Z | Compiling ring v0.17.14 |
| 1841 | 2026-05-22T00:41:56.235Z | Compiling aws-lc-sys v0.40.0 |
| 1842 | 2026-05-22T00:41:56.238Z | Compiling indexmap v2.14.0 |
| 1843 | 2026-05-22T00:41:56.238Z | Compiling const-oid v0.9.6 |
| 1844 | 2026-05-22T00:41:56.373Z | Compiling heck v0.5.0 |
| 1845 | 2026-05-22T00:41:56.393Z | Compiling aws-lc-rs v1.16.3 |
| 1846 | 2026-05-22T00:41:56.411Z | Compiling futures-core v0.3.32 |
| 1847 | 2026-05-22T00:41:56.458Z | Compiling httparse v1.10.1 |
| 1848 | 2026-05-22T00:41:56.602Z | Compiling vcpkg v0.2.15 |
| 1849 | 2026-05-22T00:41:56.609Z | Compiling strsim v0.11.1 |
| 1850 | 2026-05-22T00:41:56.624Z | Compiling thiserror v1.0.69 |
| 1851 | 2026-05-22T00:41:56.724Z | Compiling iana-time-zone v0.1.65 |
| 1852 | 2026-05-22T00:41:56.788Z | Compiling ucd-trie v0.1.7 |
| 1853 | 2026-05-22T00:41:56.916Z | Compiling byteorder v1.5.0 |
| 1854 | 2026-05-22T00:41:56.957Z | Compiling pest v2.8.6 |
| 1855 | 2026-05-22T00:41:56.984Z | Compiling regex-syntax v0.8.10 |
| 1856 | 2026-05-22T00:41:56.988Z | Compiling syn v1.0.109 |
| 1857 | 2026-05-22T00:41:57.027Z | Compiling ident_case v1.0.1 |
| 1858 | 2026-05-22T00:41:57.043Z | Compiling uuid v1.23.0 |
| 1859 | 2026-05-22T00:41:57.110Z | Compiling cpufeatures v0.2.17 |
| 1860 | 2026-05-22T00:41:57.143Z | Compiling rustls v0.23.37 |
| 1861 | 2026-05-22T00:41:57.177Z | Compiling openssl-sys v0.9.115 |
| 1862 | 2026-05-22T00:41:57.351Z | Compiling futures-sink v0.3.32 |
| 1863 | 2026-05-22T00:41:57.368Z | Compiling rustc_version v0.4.1 |
| 1864 | 2026-05-22T00:41:57.447Z | Compiling futures-task v0.3.32 |
| 1865 | 2026-05-22T00:41:57.475Z | Compiling futures-channel v0.3.32 |
| 1866 | 2026-05-22T00:41:57.616Z | Compiling slab v0.4.12 |
| 1867 | 2026-05-22T00:41:57.633Z | Compiling futures-io v0.3.32 |
| 1868 | 2026-05-22T00:41:57.722Z | Compiling aho-corasick v1.1.4 |
| 1869 | 2026-05-22T00:41:57.754Z | Compiling synstructure v0.13.2 |
| 1870 | 2026-05-22T00:41:57.770Z | Compiling serde_derive_internals v0.29.1 |
| 1871 | 2026-05-22T00:41:57.842Z | Compiling dyn-clone v1.0.20 |
| 1872 | 2026-05-22T00:41:58.031Z | Compiling pest_meta v2.8.6 |
| 1873 | 2026-05-22T00:41:58.051Z | Compiling crc32fast v1.5.0 |
| 1874 | 2026-05-22T00:41:58.067Z | Compiling base64 v0.22.1 |
| 1875 | 2026-05-22T00:41:58.070Z | Compiling plain v0.2.3 |
| 1876 | 2026-05-22T00:41:58.209Z | Compiling openssl v0.10.79 |
| 1877 | 2026-05-22T00:41:58.226Z | Compiling crossbeam-utils v0.8.21 |
| 1878 | 2026-05-22T00:41:58.241Z | Compiling time-core v0.1.8 |
| 1879 | 2026-05-22T00:41:58.302Z | Compiling num-conv v0.2.0 |
| 1880 | 2026-05-22T00:41:58.457Z | Compiling time-macros v0.2.27 |
| 1881 | 2026-05-22T00:41:58.544Z | Compiling pretty-hex v0.4.1 |
| 1882 | 2026-05-22T00:41:58.548Z | Compiling native-tls v0.2.18 |
| 1883 | 2026-05-22T00:41:58.593Z | Compiling regex-automata v0.4.14 |
| 1884 | 2026-05-22T00:41:58.627Z | Compiling anyhow v1.0.102 |
| 1885 | 2026-05-22T00:41:58.646Z | Compiling pest_generator v2.8.6 |
| 1886 | 2026-05-22T00:41:58.669Z | Compiling base64ct v1.8.3 |
| 1887 | 2026-05-22T00:41:58.717Z | Compiling darling_core v0.21.3 |
| 1888 | 2026-05-22T00:41:58.813Z | Compiling tracing-core v0.1.36 |
| 1889 | 2026-05-22T00:41:58.829Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1890 | 2026-05-22T00:41:58.939Z | Compiling pem-rfc7468 v0.7.0 |
| 1891 | 2026-05-22T00:41:59.006Z | Compiling serde_derive v1.0.228 |
| 1892 | 2026-05-22T00:41:59.119Z | Compiling zeroize_derive v1.4.3 |
| 1893 | 2026-05-22T00:41:59.167Z | Compiling zerofrom-derive v0.1.6 |
| 1894 | 2026-05-22T00:41:59.189Z | Compiling yoke-derive v0.8.1 |
| 1895 | 2026-05-22T00:41:59.217Z | Compiling zerovec-derive v0.11.2 |
| 1896 | 2026-05-22T00:41:59.220Z | Compiling displaydoc v0.2.5 |
| 1897 | 2026-05-22T00:41:59.278Z | Compiling zerocopy-derive v0.8.40 |
| 1898 | 2026-05-22T00:41:59.321Z | Compiling tokio-macros v2.7.0 |
| 1899 | 2026-05-22T00:41:59.441Z | Compiling futures-macro v0.3.32 |
| 1900 | 2026-05-22T00:41:59.728Z | Compiling zeroize v1.8.2 |
| 1901 | 2026-05-22T00:41:59.984Z | Compiling thiserror-impl v2.0.18 |
| 1902 | 2026-05-22T00:42:00.004Z | Compiling schemars_derive v0.8.22 |
| 1903 | 2026-05-22T00:42:00.130Z | Compiling tracing-attributes v0.1.31 |
| 1904 | 2026-05-22T00:42:00.211Z | Compiling der_derive v0.7.3 |
| 1905 | 2026-05-22T00:42:00.247Z | Compiling thiserror-impl v1.0.69 |
| 1906 | 2026-05-22T00:42:00.287Z | Compiling zerofrom v0.1.6 |
| 1907 | 2026-05-22T00:42:00.430Z | Compiling yoke v0.8.1 |
| 1908 | 2026-05-22T00:42:00.470Z | Compiling crypto-common v0.1.7 |
| 1909 | 2026-05-22T00:42:00.604Z | Compiling zerovec v0.11.5 |
| 1910 | 2026-05-22T00:42:00.633Z | Compiling zerotrie v0.2.3 |
| 1911 | 2026-05-22T00:42:00.838Z | Compiling block-buffer v0.10.4 |
| 1912 | 2026-05-22T00:42:01.099Z | Compiling digest v0.10.7 |
| 1913 | 2026-05-22T00:42:01.119Z | Compiling tinystr v0.8.2 |
| 1914 | 2026-05-22T00:42:01.145Z | Compiling potential_utf v0.1.4 |
| 1915 | 2026-05-22T00:42:01.198Z | Compiling pest_derive v2.8.6 |
| 1916 | 2026-05-22T00:42:01.304Z | Compiling icu_locale_core v2.1.1 |
| 1917 | 2026-05-22T00:42:01.337Z | Compiling icu_collections v2.1.1 |
| 1918 | 2026-05-22T00:42:01.354Z | Compiling futures-util v0.3.32 |
| 1919 | 2026-05-22T00:42:01.358Z | Compiling hmac v0.12.1 |
| 1920 | 2026-05-22T00:42:01.478Z | Compiling block-padding v0.3.3 |
| 1921 | 2026-05-22T00:42:01.520Z | Compiling rustls-pki-types v1.14.0 |
| 1922 | 2026-05-22T00:42:01.661Z | Compiling inout v0.1.4 |
| 1923 | 2026-05-22T00:42:01.829Z | Compiling openssl-macros v0.1.1 |
| 1924 | 2026-05-22T00:42:02.073Z | Compiling icu_provider v2.1.1 |
| 1925 | 2026-05-22T00:42:02.090Z | Compiling bytes v1.11.1 |
| 1926 | 2026-05-22T00:42:02.218Z | Compiling chrono v0.4.44 |
| 1927 | 2026-05-22T00:42:02.234Z | Compiling serde_tokenstream v0.2.3 |
| 1928 | 2026-05-22T00:42:02.238Z | Compiling cipher v0.4.4 |
| 1929 | 2026-05-22T00:42:02.350Z | Compiling icu_normalizer v2.1.1 |
| 1930 | 2026-05-22T00:42:02.506Z | Compiling icu_properties v2.1.2 |
| 1931 | 2026-05-22T00:42:02.577Z | Compiling sha2 v0.10.9 |
| 1932 | 2026-05-22T00:42:02.620Z | Compiling tokio v1.52.1 |
| 1933 | 2026-05-22T00:42:03.254Z | Compiling scroll_derive v0.13.1 |
| 1934 | 2026-05-22T00:42:03.447Z | Compiling idna_adapter v1.2.1 |
| 1935 | 2026-05-22T00:42:03.595Z | Compiling idna v1.1.0 |
| 1936 | 2026-05-22T00:42:03.612Z | Compiling ppv-lite86 v0.2.21 |
| 1937 | 2026-05-22T00:42:03.855Z | Compiling scroll_derive v0.12.1 |
| 1938 | 2026-05-22T00:42:03.947Z | Compiling url v2.5.8 |
| 1939 | 2026-05-22T00:42:03.963Z | Compiling http v1.4.0 |
| 1940 | 2026-05-22T00:42:04.048Z | Compiling flagset v0.4.7 |
| 1941 | 2026-05-22T00:42:04.084Z | Compiling untrusted v0.9.0 |
| 1942 | 2026-05-22T00:42:04.203Z | Compiling der v0.7.10 |
| 1943 | 2026-05-22T00:42:04.243Z | Compiling tracing v0.1.44 |
| 1944 | 2026-05-22T00:42:04.465Z | Compiling darling_macro v0.21.3 |
| 1945 | 2026-05-22T00:42:04.508Z | Compiling regex v1.12.3 |
| 1946 | 2026-05-22T00:42:04.523Z | Compiling zerocopy-derive v0.7.35 |
| 1947 | 2026-05-22T00:42:04.939Z | Compiling rand_core v0.9.5 |
| 1948 | 2026-05-22T00:42:04.955Z | Compiling slog v2.8.2 |
| 1949 | 2026-05-22T00:42:05.198Z | Compiling spki v0.7.3 |
| 1950 | 2026-05-22T00:42:05.330Z | Compiling darling v0.21.3 |
| 1951 | 2026-05-22T00:42:05.414Z | Compiling salsa20 v0.10.2 |
| 1952 | 2026-05-22T00:42:05.430Z | Compiling pbkdf2 v0.12.2 |
| 1953 | 2026-05-22T00:42:05.775Z | Compiling cookie v0.18.1 |
| 1954 | 2026-05-22T00:42:05.956Z | Compiling camino v1.2.2 |
| 1955 | 2026-05-22T00:42:06.197Z | Compiling scrypt v0.11.0 |
| 1956 | 2026-05-22T00:42:06.263Z | Compiling rand_chacha v0.9.0 |
| 1957 | 2026-05-22T00:42:06.292Z | Compiling http-body v1.0.1 |
| 1958 | 2026-05-22T00:42:06.388Z | Compiling tokio-util v0.7.18 |
| 1959 | 2026-05-22T00:42:06.437Z | Compiling aes v0.8.4 |
| 1960 | 2026-05-22T00:42:06.453Z | Compiling cbc v0.1.2 |
| 1961 | 2026-05-22T00:42:06.525Z | Compiling usdt-impl v0.5.0 |
| 1962 | 2026-05-22T00:42:06.554Z | Compiling tinyvec_macros v0.1.1 |
| 1963 | 2026-05-22T00:42:06.609Z | Compiling atomic-waker v1.1.2 |
| 1964 | 2026-05-22T00:42:06.635Z | Compiling untrusted v0.7.1 |
| 1965 | 2026-05-22T00:42:06.651Z | Compiling either v1.15.0 |
| 1966 | 2026-05-22T00:42:06.771Z | Compiling ref-cast v1.0.25 |
| 1967 | 2026-05-22T00:42:06.775Z | Compiling paste v1.0.15 |
| 1968 | 2026-05-22T00:42:06.806Z | Compiling openssl-probe v0.2.1 |
| 1969 | 2026-05-22T00:42:06.892Z | Compiling usdt-impl v0.6.0 |
| 1970 | 2026-05-22T00:42:06.914Z | Compiling winnow v0.7.14 |
| 1971 | 2026-05-22T00:42:06.981Z | Compiling pkcs5 v0.7.1 |
| 1972 | 2026-05-22T00:42:07.122Z | Compiling tinyvec v1.10.0 |
| 1973 | 2026-05-22T00:42:07.196Z | Compiling rand v0.9.2 |
| 1974 | 2026-05-22T00:42:07.518Z | Compiling scroll v0.12.0 |
| 1975 | 2026-05-22T00:42:07.625Z | Compiling scroll v0.13.0 |
| 1976 | 2026-05-22T00:42:07.668Z | Compiling serde_spanned v0.6.9 |
| 1977 | 2026-05-22T00:42:07.711Z | Compiling toml_datetime v0.6.11 |
| 1978 | 2026-05-22T00:42:07.802Z | Compiling async-trait v0.1.89 |
| 1979 | 2026-05-22T00:42:07.818Z | Compiling heapless v0.7.17 |
| 1980 | 2026-05-22T00:42:07.890Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1981 | 2026-05-22T00:42:07.928Z | Compiling tower-service v0.3.3 |
| 1982 | 2026-05-22T00:42:07.974Z | Compiling zstd-safe v7.2.4 |
| 1983 | 2026-05-22T00:42:08.047Z | Compiling signal-hook v0.3.18 |
| 1984 | 2026-05-22T00:42:08.063Z | Compiling tower-layer v0.3.3 |
| 1985 | 2026-05-22T00:42:08.091Z | Compiling try-lock v0.2.5 |
| 1986 | 2026-05-22T00:42:08.348Z | Compiling fastrand v2.3.0 |
| 1987 | 2026-05-22T00:42:08.365Z | Compiling want v0.3.1 |
| 1988 | 2026-05-22T00:42:08.397Z | Compiling h2 v0.4.13 |
| 1989 | 2026-05-22T00:42:08.446Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1990 | 2026-05-22T00:42:08.589Z | Compiling goblin v0.10.5 |
| 1991 | 2026-05-22T00:42:08.696Z | Compiling goblin v0.8.2 |
| 1992 | 2026-05-22T00:42:08.714Z | Compiling pkcs8 v0.10.2 |
| 1993 | 2026-05-22T00:42:08.846Z | Compiling zerocopy v0.7.35 |
| 1994 | 2026-05-22T00:42:09.020Z | Compiling ipnet v2.11.0 |
| 1995 | 2026-05-22T00:42:09.053Z | Compiling ref-cast-impl v1.0.25 |
| 1996 | 2026-05-22T00:42:09.264Z | Compiling darling_core v0.20.11 |
| 1997 | 2026-05-22T00:42:09.404Z | Compiling curve25519-dalek v4.1.3 |
| 1998 | 2026-05-22T00:42:09.484Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1999 | 2026-05-22T00:42:09.616Z | Compiling memoffset v0.9.1 |
| 2000 | 2026-05-22T00:42:09.662Z | Compiling litrs v1.0.0 |
| 2001 | 2026-05-22T00:42:09.771Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-05-22T00:42:09.831Z | Compiling pin-utils v0.1.0 |
| 2003 | 2026-05-22T00:42:09.874Z | Compiling winnow v0.5.40 |
| 2004 | 2026-05-22T00:42:10.074Z | Compiling httpdate v1.0.3 |
| 2005 | 2026-05-22T00:42:10.312Z | Compiling rustix v0.38.44 |
| 2006 | 2026-05-22T00:42:10.347Z | Compiling utf8parse v0.2.2 |
| 2007 | 2026-05-22T00:42:10.524Z | Compiling document-features v0.2.12 |
| 2008 | 2026-05-22T00:42:10.543Z | Compiling foreign-types v0.3.2 |
| 2009 | 2026-05-22T00:42:10.739Z | Compiling tempfile v3.25.0 |
| 2010 | 2026-05-22T00:42:10.952Z | Compiling dof v0.3.0 |
| 2011 | 2026-05-22T00:42:11.098Z | Compiling unicode-normalization v0.1.25 |
| 2012 | 2026-05-22T00:42:11.226Z | Compiling darling_macro v0.20.11 |
| 2013 | 2026-05-22T00:42:11.243Z | Compiling toml_edit v0.19.15 |
| 2014 | 2026-05-22T00:42:11.313Z | Compiling dof v0.4.0 |
| 2015 | 2026-05-22T00:42:11.329Z | Compiling hyper v1.8.1 |
| 2016 | 2026-05-22T00:42:11.574Z | Compiling dtrace-parser v0.2.0 |
| 2017 | 2026-05-22T00:42:11.710Z | Compiling dtrace-parser v0.3.0 |
| 2018 | 2026-05-22T00:42:11.802Z | Compiling pin-project-internal v1.1.11 |
| 2019 | 2026-05-22T00:42:11.917Z | Compiling daft-derive v0.1.7 |
| 2020 | 2026-05-22T00:42:12.015Z | Compiling spin v0.9.8 |
| 2021 | 2026-05-22T00:42:12.055Z | Compiling thread-id v5.1.0 |
| 2022 | 2026-05-22T00:42:12.167Z | Compiling thread-id v4.2.2 |
| 2023 | 2026-05-22T00:42:12.179Z | Compiling num-bigint-dig v0.8.6 |
| 2024 | 2026-05-22T00:42:12.258Z | Compiling anstyle v1.0.14 |
| 2025 | 2026-05-22T00:42:12.308Z | Compiling powerfmt v0.2.0 |
| 2026 | 2026-05-22T00:42:12.325Z | Compiling smoltcp v0.9.1 |
| 2027 | 2026-05-22T00:42:12.367Z | Compiling cfg_aliases v0.2.1 |
| 2028 | 2026-05-22T00:42:12.452Z | Compiling nix v0.31.2 |
| 2029 | 2026-05-22T00:42:12.533Z | Compiling deranged v0.5.8 |
| 2030 | 2026-05-22T00:42:12.609Z | Compiling hyper-util v0.1.20 |
| 2031 | 2026-05-22T00:42:12.857Z | Compiling darling v0.20.11 |
| 2032 | 2026-05-22T00:42:12.958Z | Compiling rustls-native-certs v0.8.3 |
| 2033 | 2026-05-22T00:42:13.002Z | Compiling ipnetwork v0.21.1 |
| 2034 | 2026-05-22T00:42:13.439Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2035 | 2026-05-22T00:42:13.555Z | Compiling strum_macros v0.26.4 |
| 2036 | 2026-05-22T00:42:13.670Z | Compiling sync_wrapper v1.0.2 |
| 2037 | 2026-05-22T00:42:13.683Z | Compiling wait-timeout v0.2.1 |
| 2038 | 2026-05-22T00:42:13.821Z | Compiling simd-adler32 v0.3.8 |
| 2039 | 2026-05-22T00:42:13.954Z | Compiling colorchoice v1.0.4 |
| 2040 | 2026-05-22T00:42:14.081Z | Compiling quick-error v1.2.3 |
| 2041 | 2026-05-22T00:42:14.303Z | Compiling anstyle-query v1.1.5 |
| 2042 | 2026-05-22T00:42:14.322Z | Compiling is_terminal_polyfill v1.70.2 |
| 2043 | 2026-05-22T00:42:14.337Z | Compiling bit-vec v0.8.0 |
| 2044 | 2026-05-22T00:42:14.359Z | Compiling siphasher v1.0.2 |
| 2045 | 2026-05-22T00:42:14.376Z | Compiling num_threads v0.1.7 |
| 2046 | 2026-05-22T00:42:14.489Z | Compiling time v0.3.47 |
| 2047 | 2026-05-22T00:42:14.555Z | Compiling bit-set v0.8.0 |
| 2048 | 2026-05-22T00:42:14.611Z | Compiling rusty-fork v0.3.1 |
| 2049 | 2026-05-22T00:42:14.650Z | Compiling tower v0.5.3 |
| 2050 | 2026-05-22T00:42:15.093Z | Compiling derive_builder_core v0.20.2 |
| 2051 | 2026-05-22T00:42:15.172Z | Compiling http-body-util v0.1.3 |
| 2052 | 2026-05-22T00:42:15.473Z | Compiling webpki-roots v1.0.6 |
| 2053 | 2026-05-22T00:42:15.483Z | Compiling rand_xorshift v0.4.0 |
| 2054 | 2026-05-22T00:42:15.486Z | Compiling signature v2.2.0 |
| 2055 | 2026-05-22T00:42:15.516Z | Compiling hubpack_derive v0.1.1 |
| 2056 | 2026-05-22T00:42:15.602Z | Compiling snafu-derive v0.8.9 |
| 2057 | 2026-05-22T00:42:15.649Z | Compiling strum_macros v0.27.2 |
| 2058 | 2026-05-22T00:42:15.854Z | Compiling fs-err v3.3.0 |
| 2059 | 2026-05-22T00:42:15.889Z | Compiling ahash v0.8.12 |
| 2060 | 2026-05-22T00:42:15.976Z | Compiling encoding_rs v0.8.35 |
| 2061 | 2026-05-22T00:42:16.003Z | Compiling iri-string v0.7.10 |
| 2062 | 2026-05-22T00:42:16.062Z | Compiling allocator-api2 v0.2.21 |
| 2063 | 2026-05-22T00:42:16.113Z | Compiling mime v0.3.17 |
| 2064 | 2026-05-22T00:42:16.289Z | Compiling unarray v0.1.4 |
| 2065 | 2026-05-22T00:42:16.294Z | Compiling object v0.37.3 |
| 2066 | 2026-05-22T00:42:16.341Z | Compiling unicode-segmentation v1.12.0 |
| 2067 | 2026-05-22T00:42:16.357Z | Compiling ryu v1.0.23 |
| 2068 | 2026-05-22T00:42:16.453Z | Compiling unicode-bidi v0.3.18 |
| 2069 | 2026-05-22T00:42:16.590Z | Compiling unicode-properties v0.1.4 |
| 2070 | 2026-05-22T00:42:16.617Z | Compiling adler2 v2.0.1 |
| 2071 | 2026-05-22T00:42:16.628Z | Compiling serde_urlencoded v0.7.1 |
| 2072 | 2026-05-22T00:42:16.716Z | Compiling miniz_oxide v0.8.9 |
| 2073 | 2026-05-22T00:42:16.827Z | Compiling stringprep v0.1.5 |
| 2074 | 2026-05-22T00:42:16.848Z | Compiling proptest v1.10.0 |
| 2075 | 2026-05-22T00:42:16.979Z | Compiling derive_builder_macro v0.20.2 |
| 2076 | 2026-05-22T00:42:17.211Z | Compiling tower-http v0.6.8 |
| 2077 | 2026-05-22T00:42:17.361Z | Compiling tokio-native-tls v0.3.1 |
| 2078 | 2026-05-22T00:42:17.379Z | Compiling usdt-attr-macro v0.6.0 |
| 2079 | 2026-05-22T00:42:17.403Z | Compiling usdt-macro v0.6.0 |
| 2080 | 2026-05-22T00:42:17.547Z | Compiling anstyle-parse v1.0.0 |
| 2081 | 2026-05-22T00:42:17.734Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-05-22T00:42:17.751Z | Compiling erased-serde v0.3.31 |
| 2083 | 2026-05-22T00:42:17.825Z | Compiling md-5 v0.10.6 |
| 2084 | 2026-05-22T00:42:17.871Z | Compiling bstr v1.12.1 |
| 2085 | 2026-05-22T00:42:17.994Z | Compiling num-integer v0.1.46 |
| 2086 | 2026-05-22T00:42:18.125Z | Compiling hash32 v0.2.1 |
| 2087 | 2026-05-22T00:42:18.145Z | Compiling vergen-lib v0.1.6 |
| 2088 | 2026-05-22T00:42:18.161Z | Compiling ff v0.13.1 |
| 2089 | 2026-05-22T00:42:18.332Z | Compiling zlib-rs v0.6.2 |
| 2090 | 2026-05-22T00:42:18.350Z | Compiling fallible-iterator v0.2.0 |
| 2091 | 2026-05-22T00:42:18.367Z | Compiling psl-types v2.0.11 |
| 2092 | 2026-05-22T00:42:18.416Z | Compiling base16ct v0.2.0 |
| 2093 | 2026-05-22T00:42:18.530Z | Compiling publicsuffix v2.3.0 |
| 2094 | 2026-05-22T00:42:18.545Z | Compiling sec1 v0.7.3 |
| 2095 | 2026-05-22T00:42:18.586Z | Compiling group v0.13.0 |
| 2096 | 2026-05-22T00:42:18.653Z | Compiling postgres-protocol v0.6.10 |
| 2097 | 2026-05-22T00:42:18.681Z | Compiling num-iter v0.1.45 |
| 2098 | 2026-05-22T00:42:19.088Z | Compiling newtype-uuid v1.3.2 |
| 2099 | 2026-05-22T00:42:19.181Z | Compiling rand v0.8.6 |
| 2100 | 2026-05-22T00:42:19.344Z | Compiling oxnet v0.1.5 |
| 2101 | 2026-05-22T00:42:19.461Z | Compiling anstream v1.0.0 |
| 2102 | 2026-05-22T00:42:19.768Z | Compiling hyper-tls v0.6.0 |
| 2103 | 2026-05-22T00:42:19.784Z | Compiling derive_builder v0.20.2 |
| 2104 | 2026-05-22T00:42:19.818Z | Compiling heck v0.4.1 |
| 2105 | 2026-05-22T00:42:19.858Z | Compiling phf_shared v0.13.1 |
| 2106 | 2026-05-22T00:42:19.918Z | Compiling pin-project v1.1.11 |
| 2107 | 2026-05-22T00:42:20.011Z | Compiling lazy_static v1.5.0 |
| 2108 | 2026-05-22T00:42:20.081Z | Compiling anstyle-parse v0.2.7 |
| 2109 | 2026-05-22T00:42:20.151Z | Compiling terminal_size v0.4.3 |
| 2110 | 2026-05-22T00:42:20.181Z | Compiling serde_with_macros v3.17.0 |
| 2111 | 2026-05-22T00:42:20.203Z | Compiling futures-executor v0.3.32 |
| 2112 | 2026-05-22T00:42:20.219Z | Compiling hex v0.4.3 |
| 2113 | 2026-05-22T00:42:20.407Z | Compiling flate2 v1.1.9 |
| 2114 | 2026-05-22T00:42:20.450Z | Compiling cargo-platform v0.1.9 |
| 2115 | 2026-05-22T00:42:20.480Z | Compiling hkdf v0.12.4 |
| 2116 | 2026-05-22T00:42:20.537Z | Compiling crypto-bigint v0.5.5 |
| 2117 | 2026-05-22T00:42:20.609Z | Compiling clap_derive v4.6.1 |
| 2118 | 2026-05-22T00:42:20.626Z | Compiling enum-as-inner v0.6.1 |
| 2119 | 2026-05-22T00:42:20.643Z | Compiling serde_repr v0.1.20 |
| 2120 | 2026-05-22T00:42:20.690Z | Compiling async-recursion v1.1.1 |
| 2121 | 2026-05-22T00:42:20.731Z | Compiling vergen v9.0.6 |
| 2122 | 2026-05-22T00:42:20.817Z | Compiling libbz2-rs-sys v0.2.2 |
| 2123 | 2026-05-22T00:42:21.140Z | Compiling foldhash v0.2.0 |
| 2124 | 2026-05-22T00:42:21.178Z | Compiling foldhash v0.1.5 |
| 2125 | 2026-05-22T00:42:21.321Z | Compiling managed v0.8.0 |
| 2126 | 2026-05-22T00:42:21.371Z | Compiling bumpalo v3.20.2 |
| 2127 | 2026-05-22T00:42:21.374Z | Compiling bitflags v1.3.2 |
| 2128 | 2026-05-22T00:42:21.406Z | Compiling same-file v1.0.6 |
| 2129 | 2026-05-22T00:42:21.477Z | Compiling clap_lex v1.0.0 |
| 2130 | 2026-05-22T00:42:21.495Z | Compiling elliptic-curve v0.13.8 |
| 2131 | 2026-05-22T00:42:21.585Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-05-22T00:42:21.618Z | Compiling walkdir v2.5.0 |
| 2133 | 2026-05-22T00:42:21.652Z | Compiling clap_builder v4.6.0 |
| 2134 | 2026-05-22T00:42:21.710Z | Compiling hashbrown v0.15.5 |
| 2135 | 2026-05-22T00:42:21.922Z | Compiling hashbrown v0.16.1 |
| 2136 | 2026-05-22T00:42:22.154Z | Compiling bzip2 v0.6.1 |
| 2137 | 2026-05-22T00:42:22.367Z | Compiling cargo_metadata v0.19.2 |
| 2138 | 2026-05-22T00:42:22.370Z | Compiling futures v0.3.32 |
| 2139 | 2026-05-22T00:42:22.468Z | Compiling anstream v0.6.21 |
| 2140 | 2026-05-22T00:42:22.471Z | Compiling zstd v0.13.3 |
| 2141 | 2026-05-22T00:42:22.759Z | Compiling phf v0.13.1 |
| 2142 | 2026-05-22T00:42:22.780Z | Compiling snafu v0.8.9 |
| 2143 | 2026-05-22T00:42:23.118Z | Compiling signal-hook-mio v0.2.5 |
| 2144 | 2026-05-22T00:42:23.141Z | Compiling daft v0.1.7 |
| 2145 | 2026-05-22T00:42:23.162Z | Compiling cookie_store v0.22.1 |
| 2146 | 2026-05-22T00:42:23.259Z | Compiling postgres-types v0.2.12 |
| 2147 | 2026-05-22T00:42:23.444Z | Compiling bzip2 v0.4.4 |
| 2148 | 2026-05-22T00:42:23.485Z | Compiling globset v0.4.18 |
| 2149 | 2026-05-22T00:42:23.515Z | Compiling strum v0.27.2 |
| 2150 | 2026-05-22T00:42:23.703Z | Compiling hubpack v0.1.2 |
| 2151 | 2026-05-22T00:42:23.721Z | Compiling ed25519 v2.2.3 |
| 2152 | 2026-05-22T00:42:23.738Z | Compiling phf_shared v0.11.3 |
| 2153 | 2026-05-22T00:42:23.786Z | Compiling crossbeam-epoch v0.9.18 |
| 2154 | 2026-05-22T00:42:23.821Z | Compiling olpc-cjson v0.1.4 |
| 2155 | 2026-05-22T00:42:23.840Z | Compiling pkcs1 v0.7.5 |
| 2156 | 2026-05-22T00:42:23.955Z | Compiling pem v3.0.6 |
| 2157 | 2026-05-22T00:42:24.016Z | Compiling serde_plain v1.0.2 |
| 2158 | 2026-05-22T00:42:24.081Z | Compiling serde-big-array v0.5.1 |
| 2159 | 2026-05-22T00:42:24.122Z | Compiling rfc6979 v0.4.0 |
| 2160 | 2026-05-22T00:42:24.137Z | Compiling float-cmp v0.10.0 |
| 2161 | 2026-05-22T00:42:24.220Z | Compiling memmap2 v0.9.10 |
| 2162 | 2026-05-22T00:42:24.237Z | Compiling env_filter v1.0.0 |
| 2163 | 2026-05-22T00:42:24.256Z | Compiling data-encoding v2.10.0 |
| 2164 | 2026-05-22T00:42:24.273Z | Compiling difflib v0.4.0 |
| 2165 | 2026-05-22T00:42:24.273Z | Compiling fixedbitset v0.5.7 |
| 2166 | 2026-05-22T00:42:24.343Z | Compiling precomputed-hash v0.1.1 |
| 2167 | 2026-05-22T00:42:24.441Z | Compiling keccak v0.1.6 |
| 2168 | 2026-05-22T00:42:24.465Z | Compiling new_debug_unreachable v1.0.6 |
| 2169 | 2026-05-22T00:42:24.469Z | Compiling toml_write v0.1.2 |
| 2170 | 2026-05-22T00:42:24.535Z | Compiling typed-path v0.9.3 |
| 2171 | 2026-05-22T00:42:24.553Z | Compiling normalize-line-endings v0.3.0 |
| 2172 | 2026-05-22T00:42:24.582Z | Compiling predicates-core v1.0.10 |
| 2173 | 2026-05-22T00:42:24.617Z | Compiling jiff v0.2.21 |
| 2174 | 2026-05-22T00:42:24.670Z | Compiling static_assertions v1.1.0 |
| 2175 | 2026-05-22T00:42:24.685Z | Compiling fixedbitset v0.4.2 |
| 2176 | 2026-05-22T00:42:24.700Z | Compiling whoami v2.1.0 |
| 2177 | 2026-05-22T00:42:24.742Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2178 | 2026-05-22T00:42:24.758Z | Compiling predicates v3.1.4 |
| 2179 | 2026-05-22T00:42:24.761Z | Compiling toml_edit v0.22.27 |
| 2180 | 2026-05-22T00:42:24.789Z | Compiling sha3 v0.10.8 |
| 2181 | 2026-05-22T00:42:24.805Z | Compiling hickory-proto v0.25.2 |
| 2182 | 2026-05-22T00:42:24.905Z | Compiling petgraph v0.6.5 |
| 2183 | 2026-05-22T00:42:24.984Z | Compiling tokio-postgres v0.7.16 |
| 2184 | 2026-05-22T00:42:25.054Z | Compiling string_cache v0.8.9 |
| 2185 | 2026-05-22T00:42:25.073Z | Compiling petgraph v0.8.3 |
| 2186 | 2026-05-22T00:42:25.354Z | Compiling env_logger v0.11.9 |
| 2187 | 2026-05-22T00:42:25.669Z | Compiling usdt v0.6.0 |
| 2188 | 2026-05-22T00:42:25.703Z | Compiling ecdsa v0.16.9 |
| 2189 | 2026-05-22T00:42:25.852Z | Compiling rsa v0.9.10 |
| 2190 | 2026-05-22T00:42:25.942Z | Compiling ed25519-dalek v2.2.0 |
| 2191 | 2026-05-22T00:42:26.613Z | Compiling zip v0.6.6 |
| 2192 | 2026-05-22T00:42:26.650Z | Compiling crossterm v0.28.1 |
| 2193 | 2026-05-22T00:42:26.984Z | Compiling iddqd v0.4.1 |
| 2194 | 2026-05-22T00:42:27.083Z | Compiling clap v4.6.1 |
| 2195 | 2026-05-22T00:42:27.163Z | Compiling zip v4.6.1 |
| 2196 | 2026-05-22T00:42:27.445Z | Compiling serde_with v3.17.0 |
| 2197 | 2026-05-22T00:42:27.490Z | Compiling similar v2.7.0 |
| 2198 | 2026-05-22T00:42:27.529Z | Compiling strum v0.26.3 |
| 2199 | 2026-05-22T00:42:27.643Z | Compiling toml v0.7.8 |
| 2200 | 2026-05-22T00:42:27.754Z | Compiling tokio-stream v0.1.18 |
| 2201 | 2026-05-22T00:42:27.837Z | Compiling itertools v0.13.0 |
| 2202 | 2026-05-22T00:42:28.098Z | Compiling buf-list v1.1.2 |
| 2203 | 2026-05-22T00:42:28.293Z | Compiling x509-cert v0.2.5 |
| 2204 | 2026-05-22T00:42:28.328Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2205 | 2026-05-22T00:42:28.377Z | Compiling openapiv3 v2.2.0 |
| 2206 | 2026-05-22T00:42:28.602Z | Compiling sha1 v0.10.6 |
| 2207 | 2026-05-22T00:42:28.955Z | Compiling peg-runtime v0.8.5 |
| 2208 | 2026-05-22T00:42:29.194Z | Compiling lalrpop-util v0.19.12 |
| 2209 | 2026-05-22T00:42:43.983Z | Compiling rustls-webpki v0.103.9 |
| 2210 | 2026-05-22T00:42:45.323Z | Compiling macaddr v1.0.1 |
| 2211 | 2026-05-22T00:42:45.367Z | Compiling structmeta-derive v0.3.0 |
| 2212 | 2026-05-22T00:42:45.461Z | Compiling crucible-workspace-hack v0.1.0 |
| 2213 | 2026-05-22T00:42:45.498Z | Compiling rayon-core v1.13.0 |
| 2214 | 2026-05-22T00:42:45.623Z | Compiling itertools v0.14.0 |
| 2215 | 2026-05-22T00:42:45.682Z | Compiling secrecy v0.10.3 |
| 2216 | 2026-05-22T00:42:45.698Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2217 | 2026-05-22T00:42:45.738Z | Compiling rustls v0.22.4 |
| 2218 | 2026-05-22T00:42:45.903Z | Compiling heapless v0.8.0 |
| 2219 | 2026-05-22T00:42:45.967Z | Compiling crossbeam-deque v0.8.6 |
| 2220 | 2026-05-22T00:42:46.012Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2221 | 2026-05-22T00:42:46.036Z | Compiling rustls-webpki v0.102.8 |
| 2222 | 2026-05-22T00:42:46.112Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2223 | 2026-05-22T00:42:46.223Z | Compiling hash32 v0.3.1 |
| 2224 | 2026-05-22T00:42:46.281Z | Compiling multer v3.1.0 |
| 2225 | 2026-05-22T00:42:46.363Z | Compiling structmeta v0.3.0 |
| 2226 | 2026-05-22T00:42:46.397Z | Compiling thread_local v1.1.9 |
| 2227 | 2026-05-22T00:42:46.414Z | Compiling smoltcp v0.11.0 |
| 2228 | 2026-05-22T00:42:46.447Z | Compiling slog-async v2.8.0 |
| 2229 | 2026-05-22T00:42:46.506Z | Compiling match_cfg v0.1.0 |
| 2230 | 2026-05-22T00:42:46.522Z | Compiling unicode-width v0.2.0 |
| 2231 | 2026-05-22T00:42:46.586Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-05-22T00:42:46.608Z | Compiling compression-core v0.4.31 |
| 2233 | 2026-05-22T00:42:46.769Z | Compiling compression-codecs v0.4.37 |
| 2234 | 2026-05-22T00:42:46.789Z | Compiling derive-ex v0.1.8 |
| 2235 | 2026-05-22T00:42:46.806Z | Compiling hostname v0.3.1 |
| 2236 | 2026-05-22T00:42:46.824Z | Compiling proc-macro-crate v3.4.0 |
| 2237 | 2026-05-22T00:42:46.905Z | Compiling ingot-macros v0.1.1 |
| 2238 | 2026-05-22T00:42:46.939Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-05-22T00:42:46.987Z | Compiling crossbeam-channel v0.5.15 |
| 2240 | 2026-05-22T00:42:47.156Z | Compiling half v2.7.1 |
| 2241 | 2026-05-22T00:42:47.210Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-05-22T00:42:47.269Z | Compiling cobs v0.3.0 |
| 2243 | 2026-05-22T00:42:47.399Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2244 | 2026-05-22T00:42:47.542Z | Compiling universal-hash v0.5.1 |
| 2245 | 2026-05-22T00:42:47.602Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-05-22T00:42:47.710Z | Compiling serde_spanned v1.0.4 |
| 2247 | 2026-05-22T00:42:47.730Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2248 | 2026-05-22T00:42:47.889Z | Compiling tokio-rustls v0.26.4 |
| 2249 | 2026-05-22T00:42:47.910Z | Compiling rustls-platform-verifier v0.6.2 |
| 2250 | 2026-05-22T00:42:47.961Z | Compiling is-terminal v0.4.17 |
| 2251 | 2026-05-22T00:42:48.082Z | Compiling dropshot v0.17.0 |
| 2252 | 2026-05-22T00:42:48.144Z | Compiling hyper-rustls v0.27.7 |
| 2253 | 2026-05-22T00:42:48.185Z | Compiling proc-macro-error-attr v1.0.4 |
| 2254 | 2026-05-22T00:42:48.188Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2255 | 2026-05-22T00:42:48.188Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2256 | 2026-05-22T00:42:48.319Z | Compiling term v1.2.1 |
| 2257 | 2026-05-22T00:42:48.336Z | Compiling opaque-debug v0.3.1 |
| 2258 | 2026-05-22T00:42:48.400Z | Compiling reqwest v0.12.28 |
| 2259 | 2026-05-22T00:42:48.424Z | Compiling reqwest v0.13.2 |
| 2260 | 2026-05-22T00:42:48.440Z | Compiling convert_case v0.4.0 |
| 2261 | 2026-05-22T00:42:48.487Z | Compiling take_mut v0.2.2 |
| 2262 | 2026-05-22T00:42:48.503Z | Compiling ciborium-io v0.2.2 |
| 2263 | 2026-05-22T00:42:48.519Z | Compiling thiserror-no-std v2.0.2 |
| 2264 | 2026-05-22T00:42:48.578Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2265 | 2026-05-22T00:42:48.619Z | Compiling ciborium-ll v0.2.2 |
| 2266 | 2026-05-22T00:42:48.672Z | Compiling slog-term v2.9.2 |
| 2267 | 2026-05-22T00:42:48.773Z | Compiling derive_more v0.99.20 |
| 2268 | 2026-05-22T00:42:48.910Z | Compiling poly1305 v0.8.0 |
| 2269 | 2026-05-22T00:42:48.996Z | Compiling tokio-rustls v0.25.0 |
| 2270 | 2026-05-22T00:42:49.259Z | Compiling test-strategy v0.4.5 |
| 2271 | 2026-05-22T00:42:49.534Z | Compiling ingot-types v0.1.2 |
| 2272 | 2026-05-22T00:42:49.553Z | Compiling async-stream v0.3.6 |
| 2273 | 2026-05-22T00:42:49.576Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2274 | 2026-05-22T00:42:49.772Z | Compiling postcard v1.1.3 |
| 2275 | 2026-05-22T00:42:49.919Z | Compiling num_enum_derive v0.7.6 |
| 2276 | 2026-05-22T00:42:50.002Z | Compiling tough v0.22.0 |
| 2277 | 2026-05-22T00:42:50.133Z | Compiling ingot v0.1.1 |
| 2278 | 2026-05-22T00:42:50.167Z | Compiling slog-bunyan v2.5.0 |
| 2279 | 2026-05-22T00:42:50.369Z | Compiling async-compression v0.4.41 |
| 2280 | 2026-05-22T00:42:50.848Z | Compiling parse-display-derive v0.10.0 |
| 2281 | 2026-05-22T00:42:50.891Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2282 | 2026-05-22T00:42:50.955Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2283 | 2026-05-22T00:42:50.974Z | Compiling proc-macro-crate v1.3.1 |
| 2284 | 2026-05-22T00:42:51.229Z | Compiling backon v1.6.0 |
| 2285 | 2026-05-22T00:42:51.329Z | Compiling waitgroup v0.1.2 |
| 2286 | 2026-05-22T00:42:51.348Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2287 | 2026-05-22T00:42:51.519Z | Compiling password-hash v0.5.0 |
| 2288 | 2026-05-22T00:42:51.590Z | Compiling chacha20 v0.9.1 |
| 2289 | 2026-05-22T00:42:51.654Z | Compiling dropshot_endpoint v0.17.0 |
| 2290 | 2026-05-22T00:42:51.767Z | Compiling rustls-pemfile v2.2.0 |
| 2291 | 2026-05-22T00:42:51.857Z | Compiling blake2 v0.10.6 |
| 2292 | 2026-05-22T00:42:51.903Z | Compiling aead v0.5.2 |
| 2293 | 2026-05-22T00:42:52.071Z | Compiling foreign-types-macros v0.2.3 |
| 2294 | 2026-05-22T00:42:52.118Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2295 | 2026-05-22T00:42:52.360Z | Compiling serde_path_to_error v0.1.20 |
| 2296 | 2026-05-22T00:42:52.363Z | Compiling hostname v0.4.2 |
| 2297 | 2026-05-22T00:42:52.384Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2298 | 2026-05-22T00:42:52.470Z | Compiling proc-macro-error v1.0.4 |
| 2299 | 2026-05-22T00:42:52.492Z | Compiling instant v0.1.13 |
| 2300 | 2026-05-22T00:42:52.508Z | Compiling cpufeatures v0.3.0 |
| 2301 | 2026-05-22T00:42:52.561Z | Compiling typeid v1.0.3 |
| 2302 | 2026-05-22T00:42:52.564Z | Compiling debug-ignore v1.0.5 |
| 2303 | 2026-05-22T00:42:52.607Z | Compiling foreign-types-shared v0.3.1 |
| 2304 | 2026-05-22T00:42:52.642Z | Compiling chacha20 v0.10.0 |
| 2305 | 2026-05-22T00:42:52.684Z | Compiling backoff v0.4.0 |
| 2306 | 2026-05-22T00:42:52.700Z | Compiling foreign-types v0.5.0 |
| 2307 | 2026-05-22T00:42:52.703Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2308 | 2026-05-22T00:42:52.716Z | Compiling parse-display v0.10.0 |
| 2309 | 2026-05-22T00:42:52.749Z | Compiling argon2 v0.5.3 |
| 2310 | 2026-05-22T00:42:52.804Z | Compiling chacha20poly1305 v0.10.1 |
| 2311 | 2026-05-22T00:42:52.820Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2312 | 2026-05-22T00:42:52.836Z | Compiling num_enum_derive v0.5.11 |
| 2313 | 2026-05-22T00:42:52.851Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2314 | 2026-05-22T00:42:52.927Z | Compiling num_enum v0.7.6 |
| 2315 | 2026-05-22T00:42:52.942Z | Compiling ciborium v0.2.2 |
| 2316 | 2026-05-22T00:42:52.979Z | Compiling vsss-rs v3.3.4 |
| 2317 | 2026-05-22T00:42:53.193Z | Compiling tabwriter v1.4.1 |
| 2318 | 2026-05-22T00:42:53.235Z | Compiling regress v0.10.5 |
| 2319 | 2026-05-22T00:42:53.585Z | Compiling byte-wrapper v0.1.0 |
| 2320 | 2026-05-22T00:42:53.624Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2321 | 2026-05-22T00:42:53.651Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2322 | 2026-05-22T00:42:53.795Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2323 | 2026-05-22T00:42:53.812Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2324 | 2026-05-22T00:42:53.815Z | Compiling cstr-argument v0.1.2 |
| 2325 | 2026-05-22T00:42:53.847Z | Compiling erased-serde v0.4.9 |
| 2326 | 2026-05-22T00:42:53.987Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2327 | 2026-05-22T00:42:54.023Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 2328 | 2026-05-22T00:42:54.194Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-05-22T00:42:54.252Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-05-22T00:42:54.273Z | Compiling num_enum v0.5.11 |
| 2331 | 2026-05-22T00:42:54.411Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2332 | 2026-05-22T00:42:54.448Z | Compiling rand v0.10.1 |
| 2333 | 2026-05-22T00:42:54.466Z | Compiling rayon v1.11.0 |
| 2334 | 2026-05-22T00:42:54.494Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2335 | 2026-05-22T00:42:54.510Z | Compiling libefi-sys v0.1.0 |
| 2336 | 2026-05-22T00:42:54.574Z | Compiling colored v3.1.1 |
| 2337 | 2026-05-22T00:42:54.633Z | Compiling winnow v1.0.3 |
| 2338 | 2026-05-22T00:42:54.665Z | Compiling indent_write v2.2.0 |
| 2339 | 2026-05-22T00:42:54.668Z | Compiling zone_cfg_derive v0.3.1 |
| 2340 | 2026-05-22T00:42:54.744Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2341 | 2026-05-22T00:42:54.840Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2342 | 2026-05-22T00:42:54.878Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2343 | 2026-05-22T00:42:54.975Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2344 | 2026-05-22T00:42:55.109Z | Compiling camino-tempfile v1.4.1 |
| 2345 | 2026-05-22T00:42:55.217Z | Compiling itertools v0.12.1 |
| 2346 | 2026-05-22T00:42:55.260Z | Compiling usdt-attr-macro v0.5.0 |
| 2347 | 2026-05-22T00:42:55.276Z | Compiling usdt-macro v0.5.0 |
| 2348 | 2026-05-22T00:42:55.313Z | Compiling num-derive v0.4.2 |
| 2349 | 2026-05-22T00:42:55.436Z | Compiling bitfield-struct v0.6.2 |
| 2350 | 2026-05-22T00:42:55.452Z | Compiling blake3 v1.8.3 |
| 2351 | 2026-05-22T00:42:55.521Z | Compiling ordered-float v2.10.1 |
| 2352 | 2026-05-22T00:42:55.823Z | Compiling memmap v0.7.0 |
| 2353 | 2026-05-22T00:42:55.971Z | Compiling sigpipe v0.1.3 |
| 2354 | 2026-05-22T00:42:56.018Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2355 | 2026-05-22T00:42:56.074Z | Compiling glob v0.3.3 |
| 2356 | 2026-05-22T00:42:56.090Z | Compiling swrite v0.1.0 |
| 2357 | 2026-05-22T00:42:56.107Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2358 | 2026-05-22T00:42:56.124Z | Compiling usdt v0.5.0 |
| 2359 | 2026-05-22T00:42:56.208Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2360 | 2026-05-22T00:42:56.266Z | Compiling serde-value v0.7.0 |
| 2361 | 2026-05-22T00:42:56.442Z | Compiling serde-untagged v0.1.9 |
| 2362 | 2026-05-22T00:42:56.612Z | Compiling zone v0.3.1 |
| 2363 | 2026-05-22T00:42:56.662Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2364 | 2026-05-22T00:42:56.786Z | Compiling toml v0.8.23 |
| 2365 | 2026-05-22T00:42:56.813Z | Compiling smf v0.2.3 |
| 2366 | 2026-05-22T00:42:56.910Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2367 | 2026-05-22T00:42:56.960Z | Compiling filetime v0.2.27 |
| 2368 | 2026-05-22T00:42:56.981Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-05-22T00:42:56.998Z | Compiling arrayvec v0.7.6 |
| 2370 | 2026-05-22T00:42:57.013Z | Compiling whoami v1.6.1 |
| 2371 | 2026-05-22T00:42:57.016Z | Compiling unicode-xid v0.2.6 |
| 2372 | 2026-05-22T00:42:57.077Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2373 | 2026-05-22T00:42:57.178Z | Compiling constant_time_eq v0.4.2 |
| 2374 | 2026-05-22T00:42:57.193Z | Compiling xattr v1.6.1 |
| 2375 | 2026-05-22T00:42:57.211Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-05-22T00:42:57.245Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-05-22T00:42:57.261Z | Compiling cargo-util-schemas v0.8.2 |
| 2378 | 2026-05-22T00:42:57.393Z | Compiling tar v0.4.45 |
| 2379 | 2026-05-22T00:42:57.509Z | Compiling tokio-dtrace v0.1.1 |
| 2380 | 2026-05-22T00:42:57.526Z | Compiling console v0.16.2 |
| 2381 | 2026-05-22T00:42:57.863Z | Compiling gethostname v0.5.0 |
| 2382 | 2026-05-22T00:42:57.933Z | Compiling cargo-platform v0.2.0 |
| 2383 | 2026-05-22T00:42:57.957Z | Compiling topological-sort v0.2.2 |
| 2384 | 2026-05-22T00:42:57.982Z | Compiling unit-prefix v0.5.2 |
| 2385 | 2026-05-22T00:42:58.025Z | Compiling oxide-tokio-rt v0.1.4 |
| 2386 | 2026-05-22T00:42:58.148Z | Compiling indicatif v0.18.4 |
| 2387 | 2026-05-22T00:42:58.164Z | Compiling shell-words v1.1.1 |
| 2388 | 2026-05-22T00:42:58.216Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2389 | 2026-05-22T00:42:58.508Z | Compiling cargo_metadata v0.21.0 |
| 2390 | 2026-05-22T00:43:07.943Z | Compiling progenitor-client v0.10.0 |
| 2391 | 2026-05-22T00:43:07.944Z | Compiling omicron-zone-package v0.12.2 |
| 2392 | 2026-05-22T00:43:07.961Z | Compiling progenitor-client v0.14.0 |
| 2393 | 2026-05-22T00:43:08.466Z | Compiling progenitor-extras v0.2.0 |
| 2394 | 2026-05-22T00:43:10.621Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2395 | 2026-05-22T00:43:10.639Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2396 | 2026-05-22T00:43:10.681Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2397 | 2026-05-22T00:43:10.708Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2398 | 2026-05-22T00:43:10.805Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2399 | 2026-05-22T00:43:10.866Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2400 | 2026-05-22T00:43:10.934Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2401 | 2026-05-22T00:43:10.953Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2402 | 2026-05-22T00:43:11.051Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2403 | 2026-05-22T00:43:15.025Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2404 | 2026-05-22T00:43:22.601Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-05-22T00:43:25.675Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2406 | 2026-05-22T00:43:26.646Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2407 | 2026-05-22T00:43:36.419Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2408 | 2026-05-22T00:43:36.581Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2409 | 2026-05-22T00:43:36.650Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2410 | 2026-05-22T00:43:36.653Z | Created new build target 'test' and set it as active |
| 2411 | 2026-05-22T00:43:36.656Z | |
| 2412 | 2026-05-22T00:43:36.656Z | real 1:44.154436761 |
| 2413 | 2026-05-22T00:43:36.656Z | user 17:00.383607108 |
| 2414 | 2026-05-22T00:43:36.656Z | sys 2:38.121789258 |
| 2415 | 2026-05-22T00:43:36.656Z | trap 0.467907350 |
| 2416 | 2026-05-22T00:43:36.656Z | tflt 2.863848539 |
| 2417 | 2026-05-22T00:43:36.656Z | dflt 4.240977151 |
| 2418 | 2026-05-22T00:43:36.656Z | kflt 0.000632620 |
| 2419 | 2026-05-22T00:43:36.656Z | lock 52:52.103830313 |
| 2420 | 2026-05-22T00:43:36.657Z | slp 43:16.930013535 |
| 2421 | 2026-05-22T00:43:36.657Z | lat 41.755492472 |
| 2422 | 2026-05-22T00:43:36.657Z | stop 5:33.407909896 |
| 2423 | 2026-05-22T00:43:36.657Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2424 | 2026-05-22T00:43:37.581Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2425 | 2026-05-22T00:43:37.662Z | Running `target/release/omicron-package -t test package` |
| 2426 | 2026-05-22T00:43:37.722Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2427 | 2026-05-22T00:43:39.272Z | Compiling heck v0.5.0 |
| 2428 | 2026-05-22T00:43:39.276Z | Compiling regress v0.11.1 |
| 2429 | 2026-05-22T00:43:39.276Z | Compiling unsafe-libyaml v0.2.11 |
| 2430 | 2026-05-22T00:43:39.552Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2431 | 2026-05-22T00:43:39.552Z | Compiling regress v0.10.5 |
| 2432 | 2026-05-22T00:43:39.598Z | Compiling unicode-width v0.1.14 |
| 2433 | 2026-05-22T00:43:39.620Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-05-22T00:43:39.623Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-05-22T00:43:39.623Z | Compiling derive-where v1.6.0 |
| 2436 | 2026-05-22T00:43:39.661Z | Compiling num-rational v0.4.2 |
| 2437 | 2026-05-22T00:43:39.664Z | Compiling num-complex v0.4.6 |
| 2438 | 2026-05-22T00:43:39.682Z | Compiling rustls v0.22.4 |
| 2439 | 2026-05-22T00:43:39.685Z | Compiling rustls-webpki v0.102.8 |
| 2440 | 2026-05-22T00:43:39.685Z | Compiling thread_local v1.1.9 |
| 2441 | 2026-05-22T00:43:39.685Z | Compiling compression-core v0.4.31 |
| 2442 | 2026-05-22T00:43:39.771Z | Compiling match_cfg v0.1.0 |
| 2443 | 2026-05-22T00:43:39.793Z | Compiling bytecount v0.6.9 |
| 2444 | 2026-05-22T00:43:39.867Z | Compiling float-ord v0.3.2 |
| 2445 | 2026-05-22T00:43:39.926Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2446 | 2026-05-22T00:43:39.949Z | Compiling hostname v0.3.1 |
| 2447 | 2026-05-22T00:43:39.953Z | Compiling compression-codecs v0.4.37 |
| 2448 | 2026-05-22T00:43:39.992Z | Compiling multer v3.1.0 |
| 2449 | 2026-05-22T00:43:40.013Z | Compiling serde_yaml v0.9.34+deprecated |
| 2450 | 2026-05-22T00:43:40.036Z | Compiling slog-async v2.8.0 |
| 2451 | 2026-05-22T00:43:40.060Z | Compiling crossbeam-channel v0.5.15 |
| 2452 | 2026-05-22T00:43:40.083Z | Compiling slog-json v2.6.1 |
| 2453 | 2026-05-22T00:43:40.105Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2454 | 2026-05-22T00:43:40.129Z | Compiling serde_spanned v1.0.4 |
| 2455 | 2026-05-22T00:43:40.178Z | Compiling term v1.2.1 |
| 2456 | 2026-05-22T00:43:40.223Z | Compiling num v0.4.3 |
| 2457 | 2026-05-22T00:43:40.313Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2458 | 2026-05-22T00:43:40.335Z | Compiling take_mut v0.2.2 |
| 2459 | 2026-05-22T00:43:40.339Z | Compiling slog-bunyan v2.5.0 |
| 2460 | 2026-05-22T00:43:40.412Z | Compiling async-compression v0.4.41 |
| 2461 | 2026-05-22T00:43:40.495Z | Compiling slog-term v2.9.2 |
| 2462 | 2026-05-22T00:43:40.515Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2463 | 2026-05-22T00:43:40.594Z | Compiling console v0.15.11 |
| 2464 | 2026-05-22T00:43:40.691Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2465 | 2026-05-22T00:43:40.713Z | Compiling dropshot v0.17.0 |
| 2466 | 2026-05-22T00:43:40.744Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2467 | 2026-05-22T00:43:40.781Z | Compiling async-stream v0.3.6 |
| 2468 | 2026-05-22T00:43:40.855Z | Compiling progenitor-client v0.14.0 |
| 2469 | 2026-05-22T00:43:40.886Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2470 | 2026-05-22T00:43:40.908Z | Compiling waitgroup v0.1.2 |
| 2471 | 2026-05-22T00:43:40.937Z | Compiling backon v1.6.0 |
| 2472 | 2026-05-22T00:43:40.968Z | Compiling rustls-pemfile v2.2.0 |
| 2473 | 2026-05-22T00:43:40.992Z | Compiling serde_path_to_error v0.1.20 |
| 2474 | 2026-05-22T00:43:41.017Z | Compiling typify-impl v0.6.2 |
| 2475 | 2026-05-22T00:43:41.074Z | Compiling hostname v0.4.2 |
| 2476 | 2026-05-22T00:43:41.096Z | Compiling instant v0.1.13 |
| 2477 | 2026-05-22T00:43:41.175Z | Compiling debug-ignore v1.0.5 |
| 2478 | 2026-05-22T00:43:41.197Z | Compiling backoff v0.4.0 |
| 2479 | 2026-05-22T00:43:41.197Z | Compiling progenitor-extras v0.2.0 |
| 2480 | 2026-05-22T00:43:41.243Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2481 | 2026-05-22T00:43:41.314Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2482 | 2026-05-22T00:43:41.366Z | Compiling parse-display v0.10.0 |
| 2483 | 2026-05-22T00:43:41.366Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2484 | 2026-05-22T00:43:41.481Z | Compiling newline-converter v0.3.0 |
| 2485 | 2026-05-22T00:43:41.507Z | Compiling atomicwrites v0.4.4 |
| 2486 | 2026-05-22T00:43:41.550Z | Compiling progenitor-client v0.10.0 |
| 2487 | 2026-05-22T00:43:41.628Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2488 | 2026-05-22T00:43:41.679Z | Compiling macaddr v1.0.1 |
| 2489 | 2026-05-22T00:43:41.719Z | Compiling expectorate v1.2.0 |
| 2490 | 2026-05-22T00:43:41.872Z | Compiling slog-dtrace v0.3.0 |
| 2491 | 2026-05-22T00:43:41.924Z | Compiling progenitor-client v0.13.0 |
| 2492 | 2026-05-22T00:43:41.947Z | Compiling cancel-safe-futures v0.1.5 |
| 2493 | 2026-05-22T00:43:41.972Z | Compiling resolv-conf v0.7.6 |
| 2494 | 2026-05-22T00:43:41.998Z | Compiling owo-colors v4.3.0 |
| 2495 | 2026-05-22T00:43:42.022Z | Compiling libsw-core v0.3.2 |
| 2496 | 2026-05-22T00:43:42.114Z | Compiling tokio-rustls v0.25.0 |
| 2497 | 2026-05-22T00:43:42.192Z | Compiling minimal-lexical v0.2.1 |
| 2498 | 2026-05-22T00:43:42.261Z | Compiling libsw v3.5.0 |
| 2499 | 2026-05-22T00:43:42.475Z | Compiling nom v7.1.3 |
| 2500 | 2026-05-22T00:43:42.479Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2501 | 2026-05-22T00:43:42.524Z | Compiling toml v0.8.23 |
| 2502 | 2026-05-22T00:43:42.527Z | Compiling num-derive v0.3.3 |
| 2503 | 2026-05-22T00:43:42.627Z | Compiling linear-map v1.2.0 |
| 2504 | 2026-05-22T00:43:42.691Z | Compiling linked-hash-map v0.5.6 |
| 2505 | 2026-05-22T00:43:42.866Z | Compiling hickory-proto v0.24.4 |
| 2506 | 2026-05-22T00:43:42.887Z | Compiling unicode-xid v0.2.6 |
| 2507 | 2026-05-22T00:43:42.941Z | Compiling lru-cache v0.1.2 |
| 2508 | 2026-05-22T00:43:42.964Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2509 | 2026-05-22T00:43:43.045Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2510 | 2026-05-22T00:43:43.123Z | Compiling csv-core v0.1.13 |
| 2511 | 2026-05-22T00:43:43.147Z | Compiling termtree v0.5.1 |
| 2512 | 2026-05-22T00:43:43.196Z | Compiling highway v1.3.0 |
| 2513 | 2026-05-22T00:43:43.349Z | Compiling csv v1.4.0 |
| 2514 | 2026-05-22T00:43:43.431Z | Compiling papergrid v0.11.0 |
| 2515 | 2026-05-22T00:43:43.454Z | Compiling libscf-sys v1.1.0 |
| 2516 | 2026-05-22T00:43:43.567Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-05-22T00:43:43.628Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2518 | 2026-05-22T00:43:43.853Z | Compiling phf_shared v0.12.1 |
| 2519 | 2026-05-22T00:43:43.925Z | Compiling tagptr v0.2.0 |
| 2520 | 2026-05-22T00:43:43.983Z | Compiling chrono-tz v0.10.4 |
| 2521 | 2026-05-22T00:43:44.050Z | Compiling phf v0.12.1 |
| 2522 | 2026-05-22T00:43:44.102Z | Compiling moka v0.12.13 |
| 2523 | 2026-05-22T00:43:44.125Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2524 | 2026-05-22T00:43:44.232Z | Compiling const_format_proc_macros v0.2.34 |
| 2525 | 2026-05-22T00:43:44.253Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2526 | 2026-05-22T00:43:44.472Z | Compiling tabled v0.15.0 |
| 2527 | 2026-05-22T00:43:44.551Z | Compiling typify-macro v0.6.2 |
| 2528 | 2026-05-22T00:43:44.696Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2529 | 2026-05-22T00:43:44.989Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2530 | 2026-05-22T00:43:45.016Z | Compiling const_format v0.2.35 |
| 2531 | 2026-05-22T00:43:45.248Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2532 | 2026-05-22T00:43:45.359Z | Compiling hickory-resolver v0.24.4 |
| 2533 | 2026-05-22T00:43:45.519Z | Compiling hickory-resolver v0.25.2 |
| 2534 | 2026-05-22T00:43:46.098Z | Compiling typify v0.6.2 |
| 2535 | 2026-05-22T00:43:46.335Z | Compiling progenitor-impl v0.14.0 |
| 2536 | 2026-05-22T00:43:46.981Z | Compiling progenitor-impl v0.13.0 |
| 2537 | 2026-05-22T00:43:48.542Z | Compiling progenitor-macro v0.14.0 |
| 2538 | 2026-05-22T00:43:48.746Z | Compiling qorb v0.4.1 |
| 2539 | 2026-05-22T00:43:49.213Z | Compiling progenitor-macro v0.13.0 |
| 2540 | 2026-05-22T00:43:49.305Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2541 | 2026-05-22T00:43:50.685Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2542 | 2026-05-22T00:43:51.497Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2543 | 2026-05-22T00:43:52.054Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2544 | 2026-05-22T00:43:52.236Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2545 | 2026-05-22T00:43:52.365Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2546 | 2026-05-22T00:43:52.490Z | Compiling bcs v0.1.6 |
| 2547 | 2026-05-22T00:43:52.638Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2548 | 2026-05-22T00:43:52.661Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-05-22T00:43:52.837Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2550 | 2026-05-22T00:43:53.179Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2551 | 2026-05-22T00:43:53.294Z | Compiling progenitor v0.13.0 |
| 2552 | 2026-05-22T00:43:53.472Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2553 | 2026-05-22T00:43:53.721Z | Compiling semver v0.1.20 |
| 2554 | 2026-05-22T00:43:54.005Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-05-22T00:43:54.190Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2556 | 2026-05-22T00:43:54.246Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2557 | 2026-05-22T00:43:54.439Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2558 | 2026-05-22T00:43:54.787Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2559 | 2026-05-22T00:43:55.074Z | Compiling newtype_derive v0.1.6 |
| 2560 | 2026-05-22T00:43:55.335Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2561 | 2026-05-22T00:43:56.244Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2562 | 2026-05-22T00:43:56.769Z | Compiling convert_case v0.10.0 |
| 2563 | 2026-05-22T00:43:57.075Z | Compiling humantime v2.3.0 |
| 2564 | 2026-05-22T00:43:57.240Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2565 | 2026-05-22T00:43:57.484Z | Compiling smawk v0.3.2 |
| 2566 | 2026-05-22T00:43:57.582Z | Compiling unicode-linebreak v0.1.5 |
| 2567 | 2026-05-22T00:43:57.689Z | Compiling derive_more-impl v2.1.1 |
| 2568 | 2026-05-22T00:43:57.869Z | Compiling textwrap v0.16.2 |
| 2569 | 2026-05-22T00:43:57.899Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2570 | 2026-05-22T00:43:58.194Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2571 | 2026-05-22T00:43:58.238Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2572 | 2026-05-22T00:43:58.484Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2573 | 2026-05-22T00:43:58.751Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2574 | 2026-05-22T00:43:58.972Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2575 | 2026-05-22T00:43:59.312Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2576 | 2026-05-22T00:43:59.492Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 2577 | 2026-05-22T00:44:00.007Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2578 | 2026-05-22T00:44:00.104Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2579 | 2026-05-22T00:44:00.365Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2580 | 2026-05-22T00:44:00.626Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2581 | 2026-05-22T00:44:00.806Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2582 | 2026-05-22T00:44:01.178Z | Compiling derive_more v2.1.1 |
| 2583 | 2026-05-22T00:44:01.211Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2584 | 2026-05-22T00:44:01.274Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2585 | 2026-05-22T00:44:01.297Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2586 | 2026-05-22T00:44:01.346Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2587 | 2026-05-22T00:44:01.435Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2588 | 2026-05-22T00:44:01.478Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2589 | 2026-05-22T00:44:01.516Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2590 | 2026-05-22T00:44:01.645Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2591 | 2026-05-22T00:44:01.746Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2592 | 2026-05-22T00:44:01.798Z | Compiling steno v0.4.1 |
| 2593 | 2026-05-22T00:44:02.237Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2594 | 2026-05-22T00:44:02.562Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2595 | 2026-05-22T00:44:03.555Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2596 | 2026-05-22T00:44:03.841Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2597 | 2026-05-22T00:44:04.252Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2598 | 2026-05-22T00:44:04.439Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2599 | 2026-05-22T00:44:04.509Z | Compiling crossterm v0.29.0 |
| 2600 | 2026-05-22T00:44:05.100Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2601 | 2026-05-22T00:44:05.988Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2602 | 2026-05-22T00:44:07.446Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2603 | 2026-05-22T00:44:07.588Z | Compiling vte v0.14.1 |
| 2604 | 2026-05-22T00:44:07.662Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2605 | 2026-05-22T00:44:07.687Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2606 | 2026-05-22T00:44:07.877Z | Compiling strip-ansi-escapes v0.2.1 |
| 2607 | 2026-05-22T00:44:07.988Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2608 | 2026-05-22T00:44:08.319Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2609 | 2026-05-22T00:44:08.452Z | Compiling fd-lock v4.0.4 |
| 2610 | 2026-05-22T00:44:08.632Z | Compiling peg-macros v0.8.5 |
| 2611 | 2026-05-22T00:44:08.802Z | Compiling nu-ansi-term v0.50.3 |
| 2612 | 2026-05-22T00:44:09.150Z | Compiling reedline v0.40.0 |
| 2613 | 2026-05-22T00:44:09.384Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2614 | 2026-05-22T00:44:09.888Z | Compiling peg v0.8.5 |
| 2615 | 2026-05-22T00:44:09.999Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2616 | 2026-05-22T00:44:10.311Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2617 | 2026-05-22T00:44:10.806Z | Compiling nom v8.0.0 |
| 2618 | 2026-05-22T00:44:10.831Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 2619 | 2026-05-22T00:44:11.372Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2620 | 2026-05-22T00:44:11.610Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2621 | 2026-05-22T00:44:11.876Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2622 | 2026-05-22T00:44:11.997Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2623 | 2026-05-22T00:44:12.065Z | Compiling base64 v0.21.7 |
| 2624 | 2026-05-22T00:44:12.614Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2625 | 2026-05-22T00:44:12.638Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2626 | 2026-05-22T00:44:12.763Z | Compiling utf-8 v0.7.6 |
| 2627 | 2026-05-22T00:44:12.912Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2628 | 2026-05-22T00:44:13.029Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2629 | 2026-05-22T00:44:13.089Z | Compiling tungstenite v0.21.0 |
| 2630 | 2026-05-22T00:44:13.202Z | Compiling radium v0.7.0 |
| 2631 | 2026-05-22T00:44:13.210Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 2632 | 2026-05-22T00:44:13.501Z | Compiling tap v1.0.1 |
| 2633 | 2026-05-22T00:44:13.524Z | Compiling maybe-uninit v2.0.0 |
| 2634 | 2026-05-22T00:44:13.660Z | Compiling wyz v0.5.1 |
| 2635 | 2026-05-22T00:44:13.685Z | Compiling tokio-tungstenite v0.21.0 |
| 2636 | 2026-05-22T00:44:13.898Z | Compiling zerocopy-derive v0.6.6 |
| 2637 | 2026-05-22T00:44:13.924Z | Compiling packed_struct v0.10.1 |
| 2638 | 2026-05-22T00:44:13.975Z | Compiling crc-catalog v2.4.0 |
| 2639 | 2026-05-22T00:44:14.104Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2640 | 2026-05-22T00:44:14.127Z | Compiling funty v2.0.0 |
| 2641 | 2026-05-22T00:44:14.214Z | Compiling display-error-chain v0.2.2 |
| 2642 | 2026-05-22T00:44:14.447Z | Compiling crc v3.4.0 |
| 2643 | 2026-05-22T00:44:14.691Z | Compiling bitvec v1.0.1 |
| 2644 | 2026-05-22T00:44:14.716Z | Compiling zerocopy v0.6.6 |
| 2645 | 2026-05-22T00:44:15.192Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2646 | 2026-05-22T00:44:15.214Z | Compiling packed_struct_codegen v0.10.1 |
| 2647 | 2026-05-22T00:44:15.301Z | Compiling bitfield-macros v0.19.4 |
| 2648 | 2026-05-22T00:44:16.002Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2649 | 2026-05-22T00:44:16.229Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2650 | 2026-05-22T00:44:16.409Z | Compiling indexmap v1.9.3 |
| 2651 | 2026-05-22T00:44:16.412Z | Compiling nodrop v0.1.14 |
| 2652 | 2026-05-22T00:44:16.568Z | Compiling array-init v0.0.4 |
| 2653 | 2026-05-22T00:44:16.689Z | Compiling proc-macro-error2 v2.0.1 |
| 2654 | 2026-05-22T00:44:16.975Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2655 | 2026-05-22T00:44:17.054Z | Compiling bitfield v0.19.4 |
| 2656 | 2026-05-22T00:44:17.259Z | Compiling smallvec v0.6.14 |
| 2657 | 2026-05-22T00:44:17.395Z | Compiling hashbrown v0.12.3 |
| 2658 | 2026-05-22T00:44:17.546Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 2659 | 2026-05-22T00:44:17.690Z | Compiling serde-hex v0.1.0 |
| 2660 | 2026-05-22T00:44:18.066Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2661 | 2026-05-22T00:44:18.102Z | Compiling tabled_derive v0.11.0 |
| 2662 | 2026-05-22T00:44:18.124Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2663 | 2026-05-22T00:44:18.540Z | Compiling ron v0.8.1 |
| 2664 | 2026-05-22T00:44:18.563Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2665 | 2026-05-22T00:44:18.586Z | Compiling typify-impl v0.4.3 |
| 2666 | 2026-05-22T00:44:19.160Z | Compiling papergrid v0.17.0 |
| 2667 | 2026-05-22T00:44:19.257Z | Compiling testing_table v0.3.0 |
| 2668 | 2026-05-22T00:44:19.528Z | Compiling hashbrown v0.13.2 |
| 2669 | 2026-05-22T00:44:19.694Z | Compiling vergen-gitcl v1.0.8 |
| 2670 | 2026-05-22T00:44:19.819Z | Compiling dirs-sys-next v0.1.2 |
| 2671 | 2026-05-22T00:44:19.938Z | Compiling crunchy v0.2.4 |
| 2672 | 2026-05-22T00:44:20.092Z | Compiling crc-any v2.5.0 |
| 2673 | 2026-05-22T00:44:20.162Z | Compiling glob v0.3.3 |
| 2674 | 2026-05-22T00:44:20.239Z | Compiling diesel_derives v2.3.7 |
| 2675 | 2026-05-22T00:44:20.311Z | Compiling maplit v1.0.2 |
| 2676 | 2026-05-22T00:44:20.435Z | Compiling tabled v0.20.0 |
| 2677 | 2026-05-22T00:44:20.524Z | Compiling object v0.30.4 |
| 2678 | 2026-05-22T00:44:20.550Z | Compiling clang-sys v1.8.1 |
| 2679 | 2026-05-22T00:44:20.571Z | Compiling dirs-next v2.0.0 |
| 2680 | 2026-05-22T00:44:20.759Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2681 | 2026-05-22T00:44:20.915Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2682 | 2026-05-22T00:44:20.948Z | Compiling dsl_auto_type v0.2.0 |
| 2683 | 2026-05-22T00:44:20.973Z | Compiling scheduled-thread-pool v0.2.7 |
| 2684 | 2026-05-22T00:44:21.447Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2685 | 2026-05-22T00:44:21.511Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2686 | 2026-05-22T00:44:21.586Z | Compiling path-slash v0.1.5 |
| 2687 | 2026-05-22T00:44:21.685Z | Compiling xshell-macros v0.2.7 |
| 2688 | 2026-05-22T00:44:21.756Z | Compiling tiny-keccak v2.0.2 |
| 2689 | 2026-05-22T00:44:21.866Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2690 | 2026-05-22T00:44:22.035Z | Compiling typify-macro v0.4.3 |
| 2691 | 2026-05-22T00:44:22.084Z | Compiling xshell v0.2.7 |
| 2692 | 2026-05-22T00:44:22.376Z | Compiling r2d2 v0.8.10 |
| 2693 | 2026-05-22T00:44:22.742Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2694 | 2026-05-22T00:44:23.444Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2695 | 2026-05-22T00:44:24.109Z | Compiling term v0.7.0 |
| 2696 | 2026-05-22T00:44:24.748Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2697 | 2026-05-22T00:44:24.814Z | Compiling bit-vec v0.6.3 |
| 2698 | 2026-05-22T00:44:25.018Z | Compiling downcast-rs v2.0.2 |
| 2699 | 2026-05-22T00:44:25.057Z | Compiling bit-set v0.5.3 |
| 2700 | 2026-05-22T00:44:25.154Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2701 | 2026-05-22T00:44:25.255Z | Compiling ascii-canvas v3.0.0 |
| 2702 | 2026-05-22T00:44:25.473Z | Compiling itertools v0.10.5 |
| 2703 | 2026-05-22T00:44:25.522Z | Compiling ena v0.14.4 |
| 2704 | 2026-05-22T00:44:25.766Z | Compiling libloading v0.8.9 |
| 2705 | 2026-05-22T00:44:26.008Z | Compiling regex-syntax v0.6.29 |
| 2706 | 2026-05-22T00:44:26.270Z | Compiling bindgen v0.71.1 |
| 2707 | 2026-05-22T00:44:26.384Z | Compiling unicase v2.9.0 |
| 2708 | 2026-05-22T00:44:26.514Z | Compiling diff v0.1.13 |
| 2709 | 2026-05-22T00:44:26.593Z | Compiling crc8 v0.1.1 |
| 2710 | 2026-05-22T00:44:26.752Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2711 | 2026-05-22T00:44:26.755Z | Compiling diesel v2.3.7 |
| 2712 | 2026-05-22T00:44:26.799Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2713 | 2026-05-22T00:44:27.408Z | Compiling lalrpop v0.19.12 |
| 2714 | 2026-05-22T00:44:27.517Z | Compiling cexpr v0.6.0 |
| 2715 | 2026-05-22T00:44:27.969Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2716 | 2026-05-22T00:44:27.991Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2717 | 2026-05-22T00:44:28.062Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2718 | 2026-05-22T00:44:28.151Z | Compiling rustc-hash v2.1.1 |
| 2719 | 2026-05-22T00:44:28.174Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2720 | 2026-05-22T00:44:28.253Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2721 | 2026-05-22T00:44:28.274Z | Compiling typify v0.4.3 |
| 2722 | 2026-05-22T00:44:28.419Z | Compiling headers-core v0.3.0 |
| 2723 | 2026-05-22T00:44:28.581Z | Compiling git-stub v1.0.0 |
| 2724 | 2026-05-22T00:44:28.724Z | Compiling libxml v0.3.3 |
| 2725 | 2026-05-22T00:44:28.764Z | Compiling git-stub-vcs v0.1.0 |
| 2726 | 2026-05-22T00:44:28.856Z | Compiling headers v0.4.1 |
| 2727 | 2026-05-22T00:44:28.882Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2728 | 2026-05-22T00:44:29.092Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2729 | 2026-05-22T00:44:29.336Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2730 | 2026-05-22T00:44:29.728Z | Compiling strum_macros v0.24.3 |
| 2731 | 2026-05-22T00:44:29.815Z | Compiling indoc v1.0.9 |
| 2732 | 2026-05-22T00:44:30.075Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 2733 | 2026-05-22T00:44:30.507Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2734 | 2026-05-22T00:44:30.691Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2735 | 2026-05-22T00:44:30.733Z | Compiling derive_builder v0.20.2 |
| 2736 | 2026-05-22T00:44:30.909Z | Compiling oso-derive v0.27.3 |
| 2737 | 2026-05-22T00:44:30.983Z | Compiling quick-xml v0.37.5 |
| 2738 | 2026-05-22T00:44:31.190Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2739 | 2026-05-22T00:44:31.588Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 2740 | 2026-05-22T00:44:32.161Z | Compiling half v1.8.3 |
| 2741 | 2026-05-22T00:44:32.508Z | Compiling openssl-probe v0.1.6 |
| 2742 | 2026-05-22T00:44:32.629Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 2743 | 2026-05-22T00:44:32.670Z | Compiling serde_cbor v0.11.2 |
| 2744 | 2026-05-22T00:44:32.855Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2745 | 2026-05-22T00:44:32.910Z | Compiling samael v0.0.19 |
| 2746 | 2026-05-22T00:44:33.590Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2747 | 2026-05-22T00:44:33.689Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2748 | 2026-05-22T00:44:33.712Z | Compiling bb8 v0.8.6 |
| 2749 | 2026-05-22T00:44:33.919Z | Compiling trait-variant v0.1.2 |
| 2750 | 2026-05-22T00:44:34.104Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2751 | 2026-05-22T00:44:34.404Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2752 | 2026-05-22T00:44:34.437Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2753 | 2026-05-22T00:44:34.471Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2754 | 2026-05-22T00:44:34.747Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2755 | 2026-05-22T00:44:34.867Z | Compiling polar-core v0.27.3 |
| 2756 | 2026-05-22T00:44:34.982Z | Compiling fxhash v0.2.1 |
| 2757 | 2026-05-22T00:44:35.160Z | Compiling salty v0.3.0 |
| 2758 | 2026-05-22T00:44:35.791Z | Compiling progenitor-impl v0.10.0 |
| 2759 | 2026-05-22T00:44:35.815Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2760 | 2026-05-22T00:44:35.861Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2761 | 2026-05-22T00:44:35.898Z | Compiling kstat-rs v0.2.4 |
| 2762 | 2026-05-22T00:44:36.376Z | Compiling libz-sys v1.1.24 |
| 2763 | 2026-05-22T00:44:36.775Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2764 | 2026-05-22T00:44:36.817Z | Compiling nonempty v0.12.0 |
| 2765 | 2026-05-22T00:44:36.941Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2766 | 2026-05-22T00:44:37.058Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2767 | 2026-05-22T00:44:37.931Z | Compiling progenitor-macro v0.10.0 |
| 2768 | 2026-05-22T00:44:38.320Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2769 | 2026-05-22T00:44:38.797Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2770 | 2026-05-22T00:44:39.095Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2771 | 2026-05-22T00:44:40.414Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2772 | 2026-05-22T00:44:40.588Z | Compiling darling_core v0.23.0 |
| 2773 | 2026-05-22T00:44:40.612Z | Compiling nanorand v0.7.0 |
| 2774 | 2026-05-22T00:44:40.989Z | Compiling arc-swap v1.8.2 |
| 2775 | 2026-05-22T00:44:41.375Z | Compiling fs-err v2.11.0 |
| 2776 | 2026-05-22T00:44:41.886Z | Compiling parking_lot_core v0.8.6 |
| 2777 | 2026-05-22T00:44:41.957Z | Compiling progenitor v0.10.0 |
| 2778 | 2026-05-22T00:44:42.158Z | Compiling mime_guess v2.0.5 |
| 2779 | 2026-05-22T00:44:42.380Z | Compiling slog-scope v4.4.1 |
| 2780 | 2026-05-22T00:44:42.705Z | Compiling flume v0.11.1 |
| 2781 | 2026-05-22T00:44:42.731Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2782 | 2026-05-22T00:44:42.810Z | Compiling darling_macro v0.23.0 |
| 2783 | 2026-05-22T00:44:42.893Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2784 | 2026-05-22T00:44:43.133Z | Compiling primeorder v0.13.6 |
| 2785 | 2026-05-22T00:44:43.316Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2786 | 2026-05-22T00:44:43.460Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2787 | 2026-05-22T00:44:43.703Z | Compiling instability v0.3.11 |
| 2788 | 2026-05-22T00:44:43.746Z | Compiling oso v0.27.3 |
| 2789 | 2026-05-22T00:44:45.013Z | Compiling async-bb8-diesel v0.2.1 |
| 2790 | 2026-05-22T00:44:45.480Z | Compiling diesel-dtrace v0.5.0 |
| 2791 | 2026-05-22T00:44:46.665Z | Compiling p384 v0.13.1 |
| 2792 | 2026-05-22T00:44:47.186Z | Compiling darling v0.23.0 |
| 2793 | 2026-05-22T00:44:47.461Z | Compiling slog-stdlog v4.1.1 |
| 2794 | 2026-05-22T00:44:48.794Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2795 | 2026-05-22T00:44:48.818Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2796 | 2026-05-22T00:44:48.854Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 2797 | 2026-05-22T00:44:49.666Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2798 | 2026-05-22T00:44:49.974Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2799 | 2026-05-22T00:44:50.243Z | Compiling ignore v0.4.25 |
| 2800 | 2026-05-22T00:44:51.150Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2801 | 2026-05-22T00:44:52.579Z | Compiling castaway v0.2.4 |
| 2802 | 2026-05-22T00:44:52.671Z | Compiling atty v0.2.14 |
| 2803 | 2026-05-22T00:44:52.750Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2804 | 2026-05-22T00:44:52.854Z | Compiling http-range v0.1.5 |
| 2805 | 2026-05-22T00:44:52.993Z | Compiling parse-size v1.1.0 |
| 2806 | 2026-05-22T00:44:53.190Z | Compiling indoc v2.0.7 |
| 2807 | 2026-05-22T00:44:53.216Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2808 | 2026-05-22T00:44:53.272Z | Compiling compact_str v0.8.1 |
| 2809 | 2026-05-22T00:44:53.308Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2810 | 2026-05-22T00:44:53.999Z | Compiling globwalk v0.9.1 |
| 2811 | 2026-05-22T00:44:54.348Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2812 | 2026-05-22T00:44:54.422Z | Compiling parking_lot v0.11.2 |
| 2813 | 2026-05-22T00:44:54.694Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2814 | 2026-05-22T00:44:54.895Z | Compiling slog-envlogger v2.2.0 |
| 2815 | 2026-05-22T00:44:55.269Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2816 | 2026-05-22T00:44:55.359Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2817 | 2026-05-22T00:44:55.417Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2818 | 2026-05-22T00:44:55.700Z | Compiling progenitor-impl v0.11.2 |
| 2819 | 2026-05-22T00:44:55.888Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2820 | 2026-05-22T00:44:56.081Z | Compiling predicates-tree v1.0.13 |
| 2821 | 2026-05-22T00:44:56.147Z | Compiling unicode-truncate v1.1.0 |
| 2822 | 2026-05-22T00:44:56.365Z | Compiling lru v0.12.5 |
| 2823 | 2026-05-22T00:44:56.539Z | Compiling rand_seeder v0.4.0 |
| 2824 | 2026-05-22T00:44:56.592Z | Compiling prefix-trie v0.7.0 |
| 2825 | 2026-05-22T00:44:56.798Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2826 | 2026-05-22T00:44:57.086Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2827 | 2026-05-22T00:44:57.242Z | Compiling vergen-git2 v1.0.7 |
| 2828 | 2026-05-22T00:44:57.265Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2829 | 2026-05-22T00:44:57.337Z | Compiling corncobs v0.1.4 |
| 2830 | 2026-05-22T00:44:57.491Z | Compiling cassowary v0.3.0 |
| 2831 | 2026-05-22T00:44:57.570Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2832 | 2026-05-22T00:44:57.599Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2833 | 2026-05-22T00:44:57.655Z | Compiling hickory-server v0.25.2 |
| 2834 | 2026-05-22T00:44:57.776Z | Compiling ratatui v0.29.0 |
| 2835 | 2026-05-22T00:44:57.860Z | Compiling progenitor-macro v0.11.2 |
| 2836 | 2026-05-22T00:44:58.297Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2837 | 2026-05-22T00:44:58.519Z | Compiling camino-tempfile-ext v0.3.3 |
| 2838 | 2026-05-22T00:44:59.126Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2839 | 2026-05-22T00:44:59.159Z | Compiling hyper-staticfile v0.10.1 |
| 2840 | 2026-05-22T00:44:59.183Z | Compiling sled v0.34.7 |
| 2841 | 2026-05-22T00:45:00.366Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2842 | 2026-05-22T00:45:01.026Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2843 | 2026-05-22T00:45:01.837Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2844 | 2026-05-22T00:45:02.693Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2845 | 2026-05-22T00:45:03.374Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2846 | 2026-05-22T00:45:05.075Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2847 | 2026-05-22T00:45:05.078Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2848 | 2026-05-22T00:45:06.015Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2849 | 2026-05-22T00:45:06.258Z | Compiling progenitor-client v0.11.2 |
| 2850 | 2026-05-22T00:45:06.815Z | Compiling secrecy v0.8.0 |
| 2851 | 2026-05-22T00:45:07.023Z | Compiling rustls v0.21.12 |
| 2852 | 2026-05-22T00:45:07.250Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2853 | 2026-05-22T00:45:07.728Z | Compiling progenitor v0.11.2 |
| 2854 | 2026-05-22T00:45:08.271Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2855 | 2026-05-22T00:45:08.583Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2856 | 2026-05-22T00:45:08.680Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2857 | 2026-05-22T00:45:09.094Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2858 | 2026-05-22T00:45:09.673Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2859 | 2026-05-22T00:45:09.820Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2860 | 2026-05-22T00:45:10.788Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 2861 | 2026-05-22T00:45:11.159Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2862 | 2026-05-22T00:45:11.402Z | Compiling git2 v0.20.4 |
| 2863 | 2026-05-22T00:45:12.758Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2864 | 2026-05-22T00:45:12.841Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2865 | 2026-05-22T00:45:12.925Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2866 | 2026-05-22T00:45:12.997Z | Compiling sct v0.7.1 |
| 2867 | 2026-05-22T00:45:13.090Z | Compiling rustls-webpki v0.101.7 |
| 2868 | 2026-05-22T00:45:13.198Z | Compiling nix v0.29.0 |
| 2869 | 2026-05-22T00:45:13.280Z | Compiling dropshot v0.16.7 |
| 2870 | 2026-05-22T00:45:13.519Z | Compiling void v1.0.2 |
| 2871 | 2026-05-22T00:45:13.675Z | Compiling lzss v0.8.2 |
| 2872 | 2026-05-22T00:45:14.269Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 2873 | 2026-05-22T00:45:14.475Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2874 | 2026-05-22T00:45:14.775Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2875 | 2026-05-22T00:45:14.800Z | Compiling illumos-nvpair v0.3.0 |
| 2876 | 2026-05-22T00:45:15.210Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2877 | 2026-05-22T00:45:15.614Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2878 | 2026-05-22T00:45:15.645Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2879 | 2026-05-22T00:45:15.894Z | Compiling tungstenite v0.23.0 |
| 2880 | 2026-05-22T00:45:16.335Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2881 | 2026-05-22T00:45:16.668Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2882 | 2026-05-22T00:45:16.923Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2883 | 2026-05-22T00:45:16.975Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2884 | 2026-05-22T00:45:17.152Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2885 | 2026-05-22T00:45:17.203Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2886 | 2026-05-22T00:45:17.389Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2887 | 2026-05-22T00:45:17.443Z | Compiling nix v0.27.1 |
| 2888 | 2026-05-22T00:45:18.256Z | Compiling dropshot_endpoint v0.16.7 |
| 2889 | 2026-05-22T00:45:18.538Z | Compiling serde_bytes v0.11.19 |
| 2890 | 2026-05-22T00:45:18.782Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2891 | 2026-05-22T00:45:18.888Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2892 | 2026-05-22T00:45:19.654Z | Compiling tokio-tungstenite v0.23.1 |
| 2893 | 2026-05-22T00:45:20.059Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2894 | 2026-05-22T00:45:20.320Z | Compiling tokio-rustls v0.24.1 |
| 2895 | 2026-05-22T00:45:21.635Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2896 | 2026-05-22T00:45:22.294Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2897 | 2026-05-22T00:45:24.530Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2898 | 2026-05-22T00:45:25.183Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2899 | 2026-05-22T00:45:25.483Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2900 | 2026-05-22T00:45:25.517Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2901 | 2026-05-22T00:45:25.763Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2902 | 2026-05-22T00:45:25.899Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2903 | 2026-05-22T00:45:27.317Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2904 | 2026-05-22T00:45:27.509Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2905 | 2026-05-22T00:45:27.814Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2906 | 2026-05-22T00:45:28.013Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2907 | 2026-05-22T00:45:28.398Z | Compiling rustls-pemfile v1.0.4 |
| 2908 | 2026-05-22T00:45:28.829Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2909 | 2026-05-22T00:45:28.944Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2910 | 2026-05-22T00:45:28.968Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2911 | 2026-05-22T00:45:29.287Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2912 | 2026-05-22T00:45:29.876Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2913 | 2026-05-22T00:45:30.577Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2914 | 2026-05-22T00:45:31.667Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2915 | 2026-05-22T00:45:31.904Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2916 | 2026-05-22T00:45:32.594Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2917 | 2026-05-22T00:45:32.771Z | Compiling signal-hook-tokio v0.3.1 |
| 2918 | 2026-05-22T00:45:32.973Z | Compiling twox-hash v2.1.2 |
| 2919 | 2026-05-22T00:45:32.999Z | Compiling yasna v0.5.2 |
| 2920 | 2026-05-22T00:45:33.055Z | Compiling is_ci v1.2.0 |
| 2921 | 2026-05-22T00:45:33.142Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2922 | 2026-05-22T00:45:33.299Z | Compiling supports-color v3.0.2 |
| 2923 | 2026-05-22T00:45:33.593Z | Compiling rcgen v0.12.1 |
| 2924 | 2026-05-22T00:45:33.616Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2925 | 2026-05-22T00:45:34.051Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2926 | 2026-05-22T00:45:34.346Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2927 | 2026-05-22T00:45:34.518Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2928 | 2026-05-22T00:45:36.733Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2929 | 2026-05-22T00:45:37.373Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2930 | 2026-05-22T00:45:37.982Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2931 | 2026-05-22T00:45:38.229Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2932 | 2026-05-22T00:45:38.360Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2933 | 2026-05-22T00:45:38.606Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2934 | 2026-05-22T00:45:38.838Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2935 | 2026-05-22T00:45:39.055Z | Compiling fatfs v0.3.6 |
| 2936 | 2026-05-22T00:45:39.144Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2937 | 2026-05-22T00:45:40.069Z | Compiling rtoolbox v0.0.3 |
| 2938 | 2026-05-22T00:45:40.264Z | Compiling subprocess v0.2.15 |
| 2939 | 2026-05-22T00:45:40.366Z | Compiling assert_matches v1.5.0 |
| 2940 | 2026-05-22T00:45:40.480Z | Compiling seq-macro v0.3.6 |
| 2941 | 2026-05-22T00:45:41.001Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2942 | 2026-05-22T00:45:42.002Z | Compiling rpassword v7.4.0 |
| 2943 | 2026-05-22T00:45:42.364Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2944 | 2026-05-22T00:45:42.465Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2945 | 2026-05-22T00:45:42.605Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2946 | 2026-05-22T00:45:42.905Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2947 | 2026-05-22T00:45:44.623Z | Compiling tui-tree-widget v0.23.1 |
| 2948 | 2026-05-22T00:45:44.921Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2949 | 2026-05-22T00:45:45.084Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2950 | 2026-05-22T00:45:45.609Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2951 | 2026-05-22T00:45:45.669Z | Compiling uzers v0.12.2 |
| 2952 | 2026-05-22T00:45:46.330Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2953 | 2026-05-22T00:45:46.900Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2954 | 2026-05-22T00:45:47.921Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2955 | 2026-05-22T00:45:48.207Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2956 | 2026-05-22T00:45:51.916Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2957 | 2026-05-22T00:45:54.133Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2958 | 2026-05-22T00:45:55.068Z | Compiling support-bundle-viewer v0.1.2 |
| 2959 | 2026-05-22T00:45:56.968Z | Compiling multimap v0.10.1 |
| 2960 | 2026-05-22T00:46:12.914Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2961 | 2026-05-22T00:46:16.177Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2962 | 2026-05-22T00:46:17.213Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2963 | 2026-05-22T00:51:32.629Z | Finished `release` profile [optimized] target(s) in 7m 54s |
| 2964 | 2026-05-22T00:52:18.638Z | |
| 2965 | 2026-05-22T00:52:18.638Z | real 8:41.957814364 |
| 2966 | 2026-05-22T00:52:18.638Z | user 1:22:40.659990221 |
| 2967 | 2026-05-22T00:52:18.641Z | sys 3:48.935728291 |
| 2968 | 2026-05-22T00:52:18.641Z | trap 1.891177712 |
| 2969 | 2026-05-22T00:52:18.641Z | tflt 3.679886898 |
| 2970 | 2026-05-22T00:52:18.641Z | dflt 16.385247227 |
| 2971 | 2026-05-22T00:52:18.641Z | kflt 0.038275710 |
| 2972 | 2026-05-22T00:52:18.641Z | lock 7:05:11.742628667 |
| 2973 | 2026-05-22T00:52:18.641Z | slp 2:29:21.042335979 |
| 2974 | 2026-05-22T00:52:18.641Z | lat 2:47.117353896 |
| 2975 | 2026-05-22T00:52:18.641Z | stop 6:02.023903689 |
| 2976 | 2026-05-22T00:52:18.641Z | + mapfile -t packages |
| 2977 | 2026-05-22T00:52:18.641Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2978 | 2026-05-22T00:52:19.624Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2979 | 2026-05-22T00:52:19.703Z | Running `target/release/omicron-package -t test list-outputs` |
| 2980 | 2026-05-22T00:52:19.762Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2981 | 2026-05-22T00:52:19.766Z | + ptime -m cargo build --locked --release -p xtask |
| 2982 | 2026-05-22T00:52:20.323Z | Compiling libc v0.2.185 |
| 2983 | 2026-05-22T00:52:20.323Z | Compiling serde v1.0.228 |
| 2984 | 2026-05-22T00:52:20.326Z | Compiling serde_core v1.0.228 |
| 2985 | 2026-05-22T00:52:20.326Z | Compiling rustix v1.1.3 |
| 2986 | 2026-05-22T00:52:20.419Z | Compiling bitflags v2.11.0 |
| 2987 | 2026-05-22T00:52:20.423Z | Compiling serde_json v1.0.149 |
| 2988 | 2026-05-22T00:52:20.474Z | Compiling num-traits v0.2.19 |
| 2989 | 2026-05-22T00:52:20.484Z | Compiling syn v2.0.117 |
| 2990 | 2026-05-22T00:52:20.495Z | Compiling smallvec v1.15.1 |
| 2991 | 2026-05-22T00:52:20.506Z | Compiling indexmap v2.14.0 |
| 2992 | 2026-05-22T00:52:20.528Z | Compiling usdt-impl v0.5.0 |
| 2993 | 2026-05-22T00:52:20.531Z | Compiling syn v1.0.109 |
| 2994 | 2026-05-22T00:52:20.551Z | Compiling percent-encoding v2.3.2 |
| 2995 | 2026-05-22T00:52:20.556Z | Compiling getrandom v0.4.1 |
| 2996 | 2026-05-22T00:52:20.716Z | Compiling log v0.4.29 |
| 2997 | 2026-05-22T00:52:20.764Z | Compiling form_urlencoded v1.2.2 |
| 2998 | 2026-05-22T00:52:20.923Z | Compiling fs-err v3.3.0 |
| 2999 | 2026-05-22T00:52:20.923Z | Compiling heck v0.4.1 |
| 3000 | 2026-05-22T00:52:20.935Z | Compiling once_cell v1.21.3 |
| 3001 | 2026-05-22T00:52:20.967Z | Compiling anyhow v1.0.102 |
| 3002 | 2026-05-22T00:52:21.143Z | Compiling thread-id v4.2.2 |
| 3003 | 2026-05-22T00:52:21.194Z | Compiling errno v0.3.14 |
| 3004 | 2026-05-22T00:52:21.228Z | Compiling memmap v0.7.0 |
| 3005 | 2026-05-22T00:52:21.487Z | Compiling ordered-float v2.10.1 |
| 3006 | 2026-05-22T00:52:22.025Z | Compiling proc-macro-error v1.0.4 |
| 3007 | 2026-05-22T00:52:22.212Z | Compiling terminal_size v0.4.3 |
| 3008 | 2026-05-22T00:52:22.214Z | Compiling tempfile v3.25.0 |
| 3009 | 2026-05-22T00:52:22.275Z | Compiling tabled_derive v0.7.0 |
| 3010 | 2026-05-22T00:52:22.313Z | Compiling clap_builder v4.6.0 |
| 3011 | 2026-05-22T00:52:22.313Z | Compiling textwrap v0.16.2 |
| 3012 | 2026-05-22T00:52:22.448Z | Compiling camino-tempfile v1.4.1 |
| 3013 | 2026-05-22T00:52:22.958Z | Compiling tabled v0.15.0 |
| 3014 | 2026-05-22T00:52:22.980Z | Compiling synstructure v0.13.2 |
| 3015 | 2026-05-22T00:52:22.980Z | Compiling pest_generator v2.8.6 |
| 3016 | 2026-05-22T00:52:23.378Z | Compiling serde_derive v1.0.228 |
| 3017 | 2026-05-22T00:52:23.381Z | Compiling zerofrom-derive v0.1.6 |
| 3018 | 2026-05-22T00:52:23.381Z | Compiling yoke-derive v0.8.1 |
| 3019 | 2026-05-22T00:52:23.381Z | Compiling zerovec-derive v0.11.2 |
| 3020 | 2026-05-22T00:52:23.381Z | Compiling displaydoc v0.2.5 |
| 3021 | 2026-05-22T00:52:23.381Z | Compiling thiserror-impl v1.0.69 |
| 3022 | 2026-05-22T00:52:23.381Z | Compiling zerocopy-derive v0.7.35 |
| 3023 | 2026-05-22T00:52:23.390Z | Compiling scroll_derive v0.12.1 |
| 3024 | 2026-05-22T00:52:23.394Z | Compiling thiserror-impl v2.0.18 |
| 3025 | 2026-05-22T00:52:23.394Z | Compiling clap_derive v4.6.1 |
| 3026 | 2026-05-22T00:52:23.494Z | Compiling pest_derive v2.8.6 |
| 3027 | 2026-05-22T00:52:24.116Z | Compiling scroll v0.12.0 |
| 3028 | 2026-05-22T00:52:24.219Z | Compiling zerocopy v0.7.35 |
| 3029 | 2026-05-22T00:52:24.398Z | Compiling zerofrom v0.1.6 |
| 3030 | 2026-05-22T00:52:24.439Z | Compiling goblin v0.8.2 |
| 3031 | 2026-05-22T00:52:24.558Z | Compiling yoke v0.8.1 |
| 3032 | 2026-05-22T00:52:24.615Z | Compiling thiserror v1.0.69 |
| 3033 | 2026-05-22T00:52:24.644Z | Compiling thiserror v2.0.18 |
| 3034 | 2026-05-22T00:52:24.733Z | Compiling zerovec v0.11.5 |
| 3035 | 2026-05-22T00:52:24.745Z | Compiling zerotrie v0.2.3 |
| 3036 | 2026-05-22T00:52:24.763Z | Compiling dtrace-parser v0.2.0 |
| 3037 | 2026-05-22T00:52:25.091Z | Compiling clap v4.6.1 |
| 3038 | 2026-05-22T00:52:25.371Z | Compiling tinystr v0.8.2 |
| 3039 | 2026-05-22T00:52:25.386Z | Compiling potential_utf v0.1.4 |
| 3040 | 2026-05-22T00:52:25.588Z | Compiling icu_locale_core v2.1.1 |
| 3041 | 2026-05-22T00:52:25.615Z | Compiling icu_collections v2.1.1 |
| 3042 | 2026-05-22T00:52:26.362Z | Compiling icu_provider v2.1.1 |
| 3043 | 2026-05-22T00:52:26.700Z | Compiling icu_properties v2.1.2 |
| 3044 | 2026-05-22T00:52:26.792Z | Compiling icu_normalizer v2.1.1 |
| 3045 | 2026-05-22T00:52:26.994Z | Compiling toml_datetime v0.6.11 |
| 3046 | 2026-05-22T00:52:27.009Z | Compiling serde_spanned v0.6.9 |
| 3047 | 2026-05-22T00:52:27.052Z | Compiling dof v0.3.0 |
| 3048 | 2026-05-22T00:52:27.095Z | Compiling serde_tokenstream v0.2.3 |
| 3049 | 2026-05-22T00:52:27.192Z | Compiling serde-value v0.7.0 |
| 3050 | 2026-05-22T00:52:27.233Z | Compiling toml_edit v0.22.27 |
| 3051 | 2026-05-22T00:52:27.244Z | Compiling cargo-platform v0.2.0 |
| 3052 | 2026-05-22T00:52:27.428Z | Compiling macaddr v1.0.1 |
| 3053 | 2026-05-22T00:52:27.672Z | Compiling idna_adapter v1.2.1 |
| 3054 | 2026-05-22T00:52:27.807Z | Compiling idna v1.1.0 |
| 3055 | 2026-05-22T00:52:27.984Z | Compiling usdt-macro v0.5.0 |
| 3056 | 2026-05-22T00:52:28.099Z | Compiling usdt-attr-macro v0.5.0 |
| 3057 | 2026-05-22T00:52:28.204Z | Compiling url v2.5.8 |
| 3058 | 2026-05-22T00:52:28.742Z | Compiling usdt v0.5.0 |
| 3059 | 2026-05-22T00:52:28.822Z | Compiling toml v0.8.23 |
| 3060 | 2026-05-22T00:52:29.259Z | Compiling cargo-util-schemas v0.8.2 |
| 3061 | 2026-05-22T00:52:29.259Z | Compiling cargo_toml v0.21.0 |
| 3062 | 2026-05-22T00:52:30.280Z | Compiling cargo_metadata v0.21.0 |
| 3063 | 2026-05-22T00:52:33.377Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3064 | 2026-05-22T00:52:36.379Z | Finished `release` profile [optimized] target(s) in 16.60s |
| 3065 | 2026-05-22T00:52:36.510Z | |
| 3066 | 2026-05-22T00:52:36.510Z | real 16.708787305 |
| 3067 | 2026-05-22T00:52:36.510Z | user 2:21.945857385 |
| 3068 | 2026-05-22T00:52:36.510Z | sys 16.803671262 |
| 3069 | 2026-05-22T00:52:36.510Z | trap 0.096715231 |
| 3070 | 2026-05-22T00:52:36.513Z | tflt 0.552049981 |
| 3071 | 2026-05-22T00:52:36.513Z | dflt 1.332436369 |
| 3072 | 2026-05-22T00:52:36.513Z | kflt 0.000075180 |
| 3073 | 2026-05-22T00:52:36.513Z | lock 5:22.535406923 |
| 3074 | 2026-05-22T00:52:36.513Z | slp 3:29.790217528 |
| 3075 | 2026-05-22T00:52:36.513Z | lat 6.167741270 |
| 3076 | 2026-05-22T00:52:36.513Z | stop 19.428669573 |
| 3077 | 2026-05-22T00:52:36.513Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3078 | 2026-05-22T00:52:36.513Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3079 | 2026-05-22T00:52:36.513Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3080 | 2026-05-22T00:52:36.513Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3081 | 2026-05-22T00:52:36.513Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3082 | 2026-05-22T00:52:37.582Z | Compiling newtype-uuid-macros v0.1.0 |
| 3083 | 2026-05-22T00:52:37.585Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3084 | 2026-05-22T00:52:37.585Z | Compiling rustls v0.22.4 |
| 3085 | 2026-05-22T00:52:37.585Z | Compiling debug-ignore v1.0.5 |
| 3086 | 2026-05-22T00:52:37.585Z | Compiling rustls-webpki v0.102.8 |
| 3087 | 2026-05-22T00:52:37.585Z | Compiling structmeta-derive v0.3.0 |
| 3088 | 2026-05-22T00:52:37.585Z | Compiling multer v3.1.0 |
| 3089 | 2026-05-22T00:52:37.741Z | Compiling match_cfg v0.1.0 |
| 3090 | 2026-05-22T00:52:37.744Z | Compiling compression-core v0.4.31 |
| 3091 | 2026-05-22T00:52:37.744Z | Compiling slog-json v2.6.1 |
| 3092 | 2026-05-22T00:52:37.744Z | Compiling async-stream-impl v0.3.6 |
| 3093 | 2026-05-22T00:52:37.755Z | Compiling serde_spanned v1.0.4 |
| 3094 | 2026-05-22T00:52:37.758Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3095 | 2026-05-22T00:52:37.813Z | Compiling dropshot v0.17.0 |
| 3096 | 2026-05-22T00:52:37.862Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3097 | 2026-05-22T00:52:37.865Z | Compiling waitgroup v0.1.2 |
| 3098 | 2026-05-22T00:52:37.950Z | Compiling hostname v0.3.1 |
| 3099 | 2026-05-22T00:52:38.002Z | Compiling compression-codecs v0.4.37 |
| 3100 | 2026-05-22T00:52:38.005Z | Compiling rustls-pemfile v2.2.0 |
| 3101 | 2026-05-22T00:52:38.056Z | Compiling dropshot_endpoint v0.17.0 |
| 3102 | 2026-05-22T00:52:38.056Z | Compiling serde_path_to_error v0.1.20 |
| 3103 | 2026-05-22T00:52:38.093Z | Compiling slog-bunyan v2.5.0 |
| 3104 | 2026-05-22T00:52:38.144Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3105 | 2026-05-22T00:52:38.147Z | Compiling hostname v0.4.2 |
| 3106 | 2026-05-22T00:52:38.147Z | Compiling regress v0.10.5 |
| 3107 | 2026-05-22T00:52:38.198Z | Compiling async-compression v0.4.41 |
| 3108 | 2026-05-22T00:52:38.257Z | Compiling progenitor-client v0.14.0 |
| 3109 | 2026-05-22T00:52:38.277Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3110 | 2026-05-22T00:52:38.315Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3111 | 2026-05-22T00:52:38.347Z | Compiling itertools v0.14.0 |
| 3112 | 2026-05-22T00:52:38.370Z | Compiling async-stream v0.3.6 |
| 3113 | 2026-05-22T00:52:38.428Z | Compiling macaddr v1.0.1 |
| 3114 | 2026-05-22T00:52:38.446Z | Compiling instant v0.1.13 |
| 3115 | 2026-05-22T00:52:38.517Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3116 | 2026-05-22T00:52:38.535Z | Compiling progenitor-client v0.10.0 |
| 3117 | 2026-05-22T00:52:38.539Z | Compiling backon v1.6.0 |
| 3118 | 2026-05-22T00:52:38.572Z | Compiling backoff v0.4.0 |
| 3119 | 2026-05-22T00:52:38.590Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3120 | 2026-05-22T00:52:38.610Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 3121 | 2026-05-22T00:52:38.616Z | Compiling convert_case v0.4.0 |
| 3122 | 2026-05-22T00:52:38.645Z | Compiling secrecy v0.10.3 |
| 3123 | 2026-05-22T00:52:38.678Z | Compiling universal-hash v0.5.1 |
| 3124 | 2026-05-22T00:52:38.731Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3125 | 2026-05-22T00:52:38.787Z | Compiling progenitor-extras v0.2.0 |
| 3126 | 2026-05-22T00:52:38.810Z | Compiling opaque-debug v0.3.1 |
| 3127 | 2026-05-22T00:52:38.829Z | Compiling half v2.7.1 |
| 3128 | 2026-05-22T00:52:38.848Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3129 | 2026-05-22T00:52:38.868Z | Compiling ciborium-io v0.2.2 |
| 3130 | 2026-05-22T00:52:38.888Z | Compiling crucible-workspace-hack v0.1.0 |
| 3131 | 2026-05-22T00:52:38.906Z | Compiling aead v0.5.2 |
| 3132 | 2026-05-22T00:52:38.959Z | Compiling structmeta v0.3.0 |
| 3133 | 2026-05-22T00:52:38.993Z | Compiling poly1305 v0.8.0 |
| 3134 | 2026-05-22T00:52:39.026Z | Compiling derive_more v0.99.20 |
| 3135 | 2026-05-22T00:52:39.045Z | Compiling chacha20 v0.9.1 |
| 3136 | 2026-05-22T00:52:39.065Z | Compiling unsafe-libyaml v0.2.11 |
| 3137 | 2026-05-22T00:52:39.093Z | Compiling ciborium-ll v0.2.2 |
| 3138 | 2026-05-22T00:52:39.160Z | Compiling byte-wrapper v0.1.0 |
| 3139 | 2026-05-22T00:52:39.180Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3140 | 2026-05-22T00:52:39.213Z | Compiling regress v0.11.1 |
| 3141 | 2026-05-22T00:52:39.235Z | Compiling derive-ex v0.1.8 |
| 3142 | 2026-05-22T00:52:39.320Z | Compiling parse-display-derive v0.10.0 |
| 3143 | 2026-05-22T00:52:39.329Z | Compiling ciborium v0.2.2 |
| 3144 | 2026-05-22T00:52:39.341Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3145 | 2026-05-22T00:52:39.475Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3146 | 2026-05-22T00:52:39.520Z | Compiling password-hash v0.5.0 |
| 3147 | 2026-05-22T00:52:39.524Z | Compiling blake2 v0.10.6 |
| 3148 | 2026-05-22T00:52:39.557Z | Compiling chacha20poly1305 v0.10.1 |
| 3149 | 2026-05-22T00:52:39.651Z | Compiling serde_yaml v0.9.34+deprecated |
| 3150 | 2026-05-22T00:52:39.732Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3151 | 2026-05-22T00:52:39.766Z | Compiling indent_write v2.2.0 |
| 3152 | 2026-05-22T00:52:39.846Z | Compiling argon2 v0.5.3 |
| 3153 | 2026-05-22T00:52:39.863Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3154 | 2026-05-22T00:52:39.898Z | Compiling num-rational v0.4.2 |
| 3155 | 2026-05-22T00:52:39.930Z | Compiling num-complex v0.4.6 |
| 3156 | 2026-05-22T00:52:39.961Z | Compiling atomicwrites v0.4.4 |
| 3157 | 2026-05-22T00:52:39.981Z | Compiling heapless v0.8.0 |
| 3158 | 2026-05-22T00:52:40.141Z | Compiling tokio-rustls v0.25.0 |
| 3159 | 2026-05-22T00:52:40.180Z | Compiling float-ord v0.3.2 |
| 3160 | 2026-05-22T00:52:40.319Z | Compiling num v0.4.3 |
| 3161 | 2026-05-22T00:52:40.405Z | Compiling ingot-macros v0.1.1 |
| 3162 | 2026-05-22T00:52:40.423Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3163 | 2026-05-22T00:52:40.537Z | Compiling proc-macro-crate v3.4.0 |
| 3164 | 2026-05-22T00:52:40.561Z | Compiling camino-tempfile v1.4.1 |
| 3165 | 2026-05-22T00:52:40.723Z | Compiling thiserror-no-std v2.0.2 |
| 3166 | 2026-05-22T00:52:40.823Z | Compiling vsss-rs v3.3.4 |
| 3167 | 2026-05-22T00:52:40.841Z | Compiling hash32 v0.3.1 |
| 3168 | 2026-05-22T00:52:40.859Z | Compiling typify-impl v0.6.2 |
| 3169 | 2026-05-22T00:52:41.069Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3170 | 2026-05-22T00:52:41.073Z | Compiling smoltcp v0.11.0 |
| 3171 | 2026-05-22T00:52:41.073Z | Compiling test-strategy v0.4.5 |
| 3172 | 2026-05-22T00:52:41.082Z | Compiling parse-display v0.10.0 |
| 3173 | 2026-05-22T00:52:41.139Z | Compiling num_enum_derive v0.7.6 |
| 3174 | 2026-05-22T00:52:41.201Z | Compiling tabwriter v1.4.1 |
| 3175 | 2026-05-22T00:52:41.292Z | Compiling cobs v0.3.0 |
| 3176 | 2026-05-22T00:52:41.429Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 3177 | 2026-05-22T00:52:41.433Z | Compiling proc-macro-error v1.0.4 |
| 3178 | 2026-05-22T00:52:41.463Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3179 | 2026-05-22T00:52:41.479Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3180 | 2026-05-22T00:52:41.574Z | Compiling postcard v1.1.3 |
| 3181 | 2026-05-22T00:52:41.608Z | Compiling proc-macro-crate v1.3.1 |
| 3182 | 2026-05-22T00:52:41.674Z | Compiling foreign-types-macros v0.2.3 |
| 3183 | 2026-05-22T00:52:41.695Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3184 | 2026-05-22T00:52:41.715Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3185 | 2026-05-22T00:52:41.800Z | Compiling cpufeatures v0.3.0 |
| 3186 | 2026-05-22T00:52:41.902Z | Compiling colored v3.1.1 |
| 3187 | 2026-05-22T00:52:41.944Z | Compiling rayon-core v1.13.0 |
| 3188 | 2026-05-22T00:52:41.963Z | Compiling foreign-types-shared v0.3.1 |
| 3189 | 2026-05-22T00:52:42.068Z | Compiling num_enum_derive v0.5.11 |
| 3190 | 2026-05-22T00:52:42.085Z | Compiling chacha20 v0.10.0 |
| 3191 | 2026-05-22T00:52:42.088Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3192 | 2026-05-22T00:52:42.252Z | Compiling num_enum v0.7.6 |
| 3193 | 2026-05-22T00:52:42.326Z | Compiling crossbeam-deque v0.8.6 |
| 3194 | 2026-05-22T00:52:42.346Z | Compiling foreign-types v0.5.0 |
| 3195 | 2026-05-22T00:52:42.349Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3196 | 2026-05-22T00:52:42.402Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3197 | 2026-05-22T00:52:42.437Z | Compiling cstr-argument v0.1.2 |
| 3198 | 2026-05-22T00:52:42.441Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 3199 | 2026-05-22T00:52:42.473Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 3200 | 2026-05-22T00:52:42.478Z | Compiling rand v0.10.1 |
| 3201 | 2026-05-22T00:52:42.609Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3202 | 2026-05-22T00:52:42.627Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3203 | 2026-05-22T00:52:42.627Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3204 | 2026-05-22T00:52:42.701Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3205 | 2026-05-22T00:52:42.720Z | Compiling toml v0.8.23 |
| 3206 | 2026-05-22T00:52:42.818Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3207 | 2026-05-22T00:52:42.893Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3208 | 2026-05-22T00:52:42.914Z | Compiling winnow v1.0.3 |
| 3209 | 2026-05-22T00:52:42.966Z | Compiling rayon v1.11.0 |
| 3210 | 2026-05-22T00:52:42.993Z | Compiling zone_cfg_derive v0.3.1 |
| 3211 | 2026-05-22T00:52:43.180Z | Compiling num_enum v0.5.11 |
| 3212 | 2026-05-22T00:52:43.225Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3213 | 2026-05-22T00:52:43.247Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3214 | 2026-05-22T00:52:43.266Z | Compiling itertools v0.12.1 |
| 3215 | 2026-05-22T00:52:43.297Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3216 | 2026-05-22T00:52:43.333Z | Compiling num-derive v0.4.2 |
| 3217 | 2026-05-22T00:52:43.351Z | Compiling ingot-types v0.1.2 |
| 3218 | 2026-05-22T00:52:43.372Z | Compiling sigpipe v0.1.3 |
| 3219 | 2026-05-22T00:52:43.389Z | Compiling glob v0.3.3 |
| 3220 | 2026-05-22T00:52:43.431Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3221 | 2026-05-22T00:52:43.476Z | Compiling smf v0.2.3 |
| 3222 | 2026-05-22T00:52:43.654Z | Compiling whoami v1.6.1 |
| 3223 | 2026-05-22T00:52:43.695Z | Compiling prettyplease v0.2.37 |
| 3224 | 2026-05-22T00:52:43.698Z | Compiling gethostname v0.5.0 |
| 3225 | 2026-05-22T00:52:43.785Z | Compiling ingot v0.1.1 |
| 3226 | 2026-05-22T00:52:43.804Z | Compiling usdt-attr-macro v0.5.0 |
| 3227 | 2026-05-22T00:52:43.822Z | Compiling usdt-macro v0.5.0 |
| 3228 | 2026-05-22T00:52:43.864Z | Compiling derive-where v1.6.0 |
| 3229 | 2026-05-22T00:52:43.966Z | Compiling memmap v0.7.0 |
| 3230 | 2026-05-22T00:52:44.037Z | Compiling resolv-conf v0.7.6 |
| 3231 | 2026-05-22T00:52:44.041Z | Compiling console v0.15.11 |
| 3232 | 2026-05-22T00:52:44.183Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3233 | 2026-05-22T00:52:44.314Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3234 | 2026-05-22T00:52:44.387Z | Compiling newline-converter v0.3.0 |
| 3235 | 2026-05-22T00:52:44.538Z | Compiling zone v0.3.1 |
| 3236 | 2026-05-22T00:52:44.557Z | Compiling owo-colors v4.3.0 |
| 3237 | 2026-05-22T00:52:44.601Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3238 | 2026-05-22T00:52:44.625Z | Compiling cancel-safe-futures v0.1.5 |
| 3239 | 2026-05-22T00:52:44.656Z | Compiling expectorate v1.2.0 |
| 3240 | 2026-05-22T00:52:44.672Z | Compiling usdt v0.5.0 |
| 3241 | 2026-05-22T00:52:44.727Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3242 | 2026-05-22T00:52:44.784Z | Compiling libsw-core v0.3.2 |
| 3243 | 2026-05-22T00:52:44.847Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3244 | 2026-05-22T00:52:45.029Z | Compiling libsw v3.5.0 |
| 3245 | 2026-05-22T00:52:45.036Z | Compiling hickory-proto v0.24.4 |
| 3246 | 2026-05-22T00:52:45.199Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3247 | 2026-05-22T00:52:45.220Z | Compiling linked-hash-map v0.5.6 |
| 3248 | 2026-05-22T00:52:45.236Z | Compiling linear-map v1.2.0 |
| 3249 | 2026-05-22T00:52:45.272Z | Compiling minimal-lexical v0.2.1 |
| 3250 | 2026-05-22T00:52:45.295Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3251 | 2026-05-22T00:52:45.316Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3252 | 2026-05-22T00:52:45.333Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3253 | 2026-05-22T00:52:45.430Z | Compiling typify-macro v0.6.2 |
| 3254 | 2026-05-22T00:52:45.450Z | Compiling lru-cache v0.1.2 |
| 3255 | 2026-05-22T00:52:45.453Z | Compiling progenitor-client v0.13.0 |
| 3256 | 2026-05-22T00:52:45.453Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3257 | 2026-05-22T00:52:45.504Z | Compiling nom v7.1.3 |
| 3258 | 2026-05-22T00:52:45.571Z | Compiling tokio-dtrace v0.1.1 |
| 3259 | 2026-05-22T00:52:45.612Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3260 | 2026-05-22T00:52:45.630Z | Compiling csv-core v0.1.13 |
| 3261 | 2026-05-22T00:52:45.767Z | Compiling slog-dtrace v0.3.0 |
| 3262 | 2026-05-22T00:52:45.794Z | Compiling tagptr v0.2.0 |
| 3263 | 2026-05-22T00:52:45.826Z | Compiling highway v1.3.0 |
| 3264 | 2026-05-22T00:52:45.844Z | Compiling semver v0.1.20 |
| 3265 | 2026-05-22T00:52:45.866Z | Compiling csv v1.4.0 |
| 3266 | 2026-05-22T00:52:45.897Z | Compiling oxide-tokio-rt v0.1.4 |
| 3267 | 2026-05-22T00:52:45.921Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3268 | 2026-05-22T00:52:45.986Z | Compiling moka v0.12.13 |
| 3269 | 2026-05-22T00:52:46.018Z | Compiling phf_shared v0.12.1 |
| 3270 | 2026-05-22T00:52:46.162Z | Compiling rustc_version v0.1.7 |
| 3271 | 2026-05-22T00:52:46.230Z | Compiling chrono-tz v0.10.4 |
| 3272 | 2026-05-22T00:52:46.246Z | Compiling const_format_proc_macros v0.2.34 |
| 3273 | 2026-05-22T00:52:46.246Z | Compiling phf v0.12.1 |
| 3274 | 2026-05-22T00:52:46.420Z | Compiling newtype_derive v0.1.6 |
| 3275 | 2026-05-22T00:52:46.438Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3276 | 2026-05-22T00:52:46.454Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3277 | 2026-05-22T00:52:46.703Z | Compiling hickory-resolver v0.25.2 |
| 3278 | 2026-05-22T00:52:46.720Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3279 | 2026-05-22T00:52:46.796Z | Compiling bcs v0.1.6 |
| 3280 | 2026-05-22T00:52:46.821Z | Compiling num-derive v0.3.3 |
| 3281 | 2026-05-22T00:52:46.906Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3282 | 2026-05-22T00:52:47.042Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3283 | 2026-05-22T00:52:47.129Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3284 | 2026-05-22T00:52:47.133Z | Compiling const_format v0.2.35 |
| 3285 | 2026-05-22T00:52:47.166Z | Compiling termtree v0.5.1 |
| 3286 | 2026-05-22T00:52:47.286Z | Compiling hickory-resolver v0.24.4 |
| 3287 | 2026-05-22T00:52:47.309Z | Compiling typify v0.6.2 |
| 3288 | 2026-05-22T00:52:47.354Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3289 | 2026-05-22T00:52:47.397Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3290 | 2026-05-22T00:52:47.450Z | Compiling progenitor-impl v0.14.0 |
| 3291 | 2026-05-22T00:52:47.493Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3292 | 2026-05-22T00:52:47.564Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3293 | 2026-05-22T00:52:47.583Z | Compiling progenitor-impl v0.13.0 |
| 3294 | 2026-05-22T00:52:47.731Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3295 | 2026-05-22T00:52:47.778Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3296 | 2026-05-22T00:52:48.215Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3297 | 2026-05-22T00:52:48.342Z | Compiling qorb v0.4.1 |
| 3298 | 2026-05-22T00:52:48.346Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3299 | 2026-05-22T00:52:48.658Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3300 | 2026-05-22T00:52:48.694Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3301 | 2026-05-22T00:52:48.919Z | Compiling libscf-sys v1.1.0 |
| 3302 | 2026-05-22T00:52:49.096Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3303 | 2026-05-22T00:52:49.257Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3304 | 2026-05-22T00:52:49.350Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3305 | 2026-05-22T00:52:49.378Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3306 | 2026-05-22T00:52:49.522Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3307 | 2026-05-22T00:52:49.574Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3308 | 2026-05-22T00:52:49.637Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3309 | 2026-05-22T00:52:49.690Z | Compiling tabled_derive v0.7.0 |
| 3310 | 2026-05-22T00:52:49.980Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3311 | 2026-05-22T00:52:50.000Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3312 | 2026-05-22T00:52:50.149Z | Compiling textwrap v0.16.2 |
| 3313 | 2026-05-22T00:52:50.181Z | Compiling progenitor-macro v0.14.0 |
| 3314 | 2026-05-22T00:52:50.240Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3315 | 2026-05-22T00:52:50.343Z | Compiling progenitor-macro v0.13.0 |
| 3316 | 2026-05-22T00:52:50.467Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3317 | 2026-05-22T00:52:50.486Z | Compiling steno v0.4.1 |
| 3318 | 2026-05-22T00:52:50.502Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3319 | 2026-05-22T00:52:50.526Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 3320 | 2026-05-22T00:52:50.677Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3321 | 2026-05-22T00:52:50.770Z | Compiling tabled v0.15.0 |
| 3322 | 2026-05-22T00:52:50.946Z | Compiling humantime v2.3.0 |
| 3323 | 2026-05-22T00:52:51.041Z | Compiling libefi-sys v0.1.0 |
| 3324 | 2026-05-22T00:52:51.143Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3325 | 2026-05-22T00:52:51.235Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3326 | 2026-05-22T00:52:51.257Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3327 | 2026-05-22T00:52:51.304Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3328 | 2026-05-22T00:52:51.410Z | Compiling git-stub v1.0.0 |
| 3329 | 2026-05-22T00:52:51.451Z | Compiling bitfield-struct v0.6.2 |
| 3330 | 2026-05-22T00:52:51.679Z | Compiling nom v8.0.0 |
| 3331 | 2026-05-22T00:52:51.723Z | Compiling git-stub-vcs v0.1.0 |
| 3332 | 2026-05-22T00:52:52.128Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3333 | 2026-05-22T00:52:52.150Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3334 | 2026-05-22T00:52:52.181Z | Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 3335 | 2026-05-22T00:52:52.288Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3336 | 2026-05-22T00:52:52.307Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3337 | 2026-05-22T00:52:52.467Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3338 | 2026-05-22T00:52:52.703Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3339 | 2026-05-22T00:52:52.812Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3340 | 2026-05-22T00:52:52.830Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3341 | 2026-05-22T00:52:52.977Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3342 | 2026-05-22T00:52:52.996Z | Compiling typify-impl v0.4.3 |
| 3343 | 2026-05-22T00:52:53.043Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3344 | 2026-05-22T00:52:53.073Z | Compiling xshell-macros v0.2.7 |
| 3345 | 2026-05-22T00:52:53.179Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3346 | 2026-05-22T00:52:53.182Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3347 | 2026-05-22T00:52:53.242Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3348 | 2026-05-22T00:52:53.511Z | Compiling xshell v0.2.7 |
| 3349 | 2026-05-22T00:52:53.633Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3350 | 2026-05-22T00:52:53.707Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3351 | 2026-05-22T00:52:53.814Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 3352 | 2026-05-22T00:52:53.949Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3353 | 2026-05-22T00:52:54.068Z | Compiling primeorder v0.13.6 |
| 3354 | 2026-05-22T00:52:54.212Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3355 | 2026-05-22T00:52:54.357Z | Compiling salty v0.3.0 |
| 3356 | 2026-05-22T00:52:54.378Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3357 | 2026-05-22T00:52:54.484Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3358 | 2026-05-22T00:52:54.551Z | Compiling radium v0.7.0 |
| 3359 | 2026-05-22T00:52:54.682Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3360 | 2026-05-22T00:52:54.865Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3361 | 2026-05-22T00:52:54.898Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3362 | 2026-05-22T00:52:54.933Z | Compiling base64 v0.21.7 |
| 3363 | 2026-05-22T00:52:55.186Z | Compiling p384 v0.13.1 |
| 3364 | 2026-05-22T00:52:55.211Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3365 | 2026-05-22T00:52:55.281Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3366 | 2026-05-22T00:52:55.340Z | Compiling tap v1.0.1 |
| 3367 | 2026-05-22T00:52:55.372Z | Compiling progenitor v0.14.0 |
| 3368 | 2026-05-22T00:52:55.492Z | Compiling maybe-uninit v2.0.0 |
| 3369 | 2026-05-22T00:52:55.523Z | Compiling wyz v0.5.1 |
| 3370 | 2026-05-22T00:52:55.563Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3371 | 2026-05-22T00:52:55.598Z | Compiling progenitor v0.13.0 |
| 3372 | 2026-05-22T00:52:55.629Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3373 | 2026-05-22T00:52:55.766Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3374 | 2026-05-22T00:52:55.807Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3375 | 2026-05-22T00:52:55.807Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3376 | 2026-05-22T00:52:55.888Z | Compiling utf-8 v0.7.6 |
| 3377 | 2026-05-22T00:52:55.999Z | Compiling parking_lot_core v0.8.6 |
| 3378 | 2026-05-22T00:52:56.073Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3379 | 2026-05-22T00:52:56.091Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3380 | 2026-05-22T00:52:56.147Z | Compiling packed_struct v0.10.1 |
| 3381 | 2026-05-22T00:52:56.241Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3382 | 2026-05-22T00:52:56.287Z | Compiling funty v2.0.0 |
| 3383 | 2026-05-22T00:52:56.396Z | Compiling proc-macro-error2 v2.0.1 |
| 3384 | 2026-05-22T00:52:56.477Z | Compiling tungstenite v0.21.0 |
| 3385 | 2026-05-22T00:52:56.759Z | Compiling bitvec v1.0.1 |
| 3386 | 2026-05-22T00:52:57.218Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3387 | 2026-05-22T00:52:57.354Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3388 | 2026-05-22T00:52:57.398Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3389 | 2026-05-22T00:52:58.248Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 3390 | 2026-05-22T00:52:58.298Z | Compiling typify-macro v0.4.3 |
| 3391 | 2026-05-22T00:52:58.366Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3392 | 2026-05-22T00:52:58.389Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3393 | 2026-05-22T00:52:58.571Z | Compiling polyval v0.6.2 |
| 3394 | 2026-05-22T00:52:58.593Z | Compiling packed_struct_codegen v0.10.1 |
| 3395 | 2026-05-22T00:52:58.593Z | Compiling bitfield-macros v0.19.4 |
| 3396 | 2026-05-22T00:52:58.733Z | Compiling zerocopy-derive v0.6.6 |
| 3397 | 2026-05-22T00:52:58.841Z | Compiling indexmap v1.9.3 |
| 3398 | 2026-05-22T00:52:58.920Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3399 | 2026-05-22T00:52:59.075Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3400 | 2026-05-22T00:52:59.143Z | Compiling crc-catalog v2.4.0 |
| 3401 | 2026-05-22T00:52:59.277Z | Compiling nodrop v0.1.14 |
| 3402 | 2026-05-22T00:52:59.340Z | Compiling crc v3.4.0 |
| 3403 | 2026-05-22T00:52:59.389Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3404 | 2026-05-22T00:52:59.408Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3405 | 2026-05-22T00:52:59.578Z | Compiling bitfield v0.19.4 |
| 3406 | 2026-05-22T00:52:59.659Z | Compiling zerocopy v0.6.6 |
| 3407 | 2026-05-22T00:52:59.758Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3408 | 2026-05-22T00:52:59.906Z | Compiling array-init v0.0.4 |
| 3409 | 2026-05-22T00:53:00.041Z | Compiling ghash v0.5.1 |
| 3410 | 2026-05-22T00:53:00.109Z | Compiling typify v0.4.3 |
| 3411 | 2026-05-22T00:53:00.126Z | Compiling smallvec v0.6.14 |
| 3412 | 2026-05-22T00:53:00.224Z | Compiling progenitor-impl v0.11.2 |
| 3413 | 2026-05-22T00:53:00.251Z | Compiling tokio-tungstenite v0.21.0 |
| 3414 | 2026-05-22T00:53:00.270Z | Compiling tabled_derive v0.11.0 |
| 3415 | 2026-05-22T00:53:00.383Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3416 | 2026-05-22T00:53:00.412Z | Compiling papergrid v0.17.0 |
| 3417 | 2026-05-22T00:53:00.502Z | Compiling testing_table v0.3.0 |
| 3418 | 2026-05-22T00:53:00.598Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3419 | 2026-05-22T00:53:00.619Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3420 | 2026-05-22T00:53:00.656Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3421 | 2026-05-22T00:53:00.701Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3422 | 2026-05-22T00:53:00.865Z | Compiling ctr v0.9.2 |
| 3423 | 2026-05-22T00:53:00.881Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3424 | 2026-05-22T00:53:00.952Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3425 | 2026-05-22T00:53:00.970Z | Compiling unicase v2.9.0 |
| 3426 | 2026-05-22T00:53:01.042Z | Compiling corncobs v0.1.4 |
| 3427 | 2026-05-22T00:53:01.068Z | Compiling hashbrown v0.12.3 |
| 3428 | 2026-05-22T00:53:01.115Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3429 | 2026-05-22T00:53:01.215Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3430 | 2026-05-22T00:53:01.232Z | Compiling mime_guess v2.0.5 |
| 3431 | 2026-05-22T00:53:01.250Z | Compiling aes-gcm v0.10.3 |
| 3432 | 2026-05-22T00:53:01.254Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3433 | 2026-05-22T00:53:01.316Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3434 | 2026-05-22T00:53:01.335Z | Compiling parking_lot v0.11.2 |
| 3435 | 2026-05-22T00:53:01.382Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3436 | 2026-05-22T00:53:01.482Z | Compiling serde-hex v0.1.0 |
| 3437 | 2026-05-22T00:53:01.518Z | Compiling tabled v0.20.0 |
| 3438 | 2026-05-22T00:53:01.597Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3439 | 2026-05-22T00:53:01.656Z | Compiling progenitor-impl v0.10.0 |
| 3440 | 2026-05-22T00:53:01.715Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3441 | 2026-05-22T00:53:01.813Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 3442 | 2026-05-22T00:53:01.829Z | Compiling ron v0.8.1 |
| 3443 | 2026-05-22T00:53:01.943Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3444 | 2026-05-22T00:53:02.002Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3445 | 2026-05-22T00:53:02.020Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3446 | 2026-05-22T00:53:02.162Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3447 | 2026-05-22T00:53:02.349Z | Compiling hashbrown v0.13.2 |
| 3448 | 2026-05-22T00:53:02.423Z | Compiling progenitor-client v0.11.2 |
| 3449 | 2026-05-22T00:53:02.513Z | Compiling ssh-encoding v0.2.0 |
| 3450 | 2026-05-22T00:53:02.569Z | Compiling prefix-trie v0.7.0 |
| 3451 | 2026-05-22T00:53:02.602Z | Compiling blowfish v0.9.1 |
| 3452 | 2026-05-22T00:53:02.779Z | Compiling fxhash v0.2.1 |
| 3453 | 2026-05-22T00:53:02.815Z | Compiling secrecy v0.8.0 |
| 3454 | 2026-05-22T00:53:02.858Z | Compiling crc-any v2.5.0 |
| 3455 | 2026-05-22T00:53:02.886Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3456 | 2026-05-22T00:53:02.889Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3457 | 2026-05-22T00:53:02.954Z | Compiling progenitor-macro v0.11.2 |
| 3458 | 2026-05-22T00:53:02.995Z | Compiling hickory-server v0.25.2 |
| 3459 | 2026-05-22T00:53:03.013Z | Compiling sled v0.34.7 |
| 3460 | 2026-05-22T00:53:03.154Z | Compiling object v0.30.4 |
| 3461 | 2026-05-22T00:53:03.173Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3462 | 2026-05-22T00:53:03.284Z | Compiling ssh-cipher v0.2.0 |
| 3463 | 2026-05-22T00:53:03.494Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3464 | 2026-05-22T00:53:03.553Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3465 | 2026-05-22T00:53:03.714Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3466 | 2026-05-22T00:53:03.927Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3467 | 2026-05-22T00:53:03.987Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3468 | 2026-05-22T00:53:04.025Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3469 | 2026-05-22T00:53:04.088Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3470 | 2026-05-22T00:53:04.106Z | Compiling password-hash v0.4.2 |
| 3471 | 2026-05-22T00:53:04.124Z | Compiling path-slash v0.1.5 |
| 3472 | 2026-05-22T00:53:04.294Z | Compiling crc8 v0.1.1 |
| 3473 | 2026-05-22T00:53:04.341Z | Compiling progenitor-macro v0.10.0 |
| 3474 | 2026-05-22T00:53:04.387Z | Compiling half v1.8.3 |
| 3475 | 2026-05-22T00:53:04.444Z | Compiling http-range v0.1.5 |
| 3476 | 2026-05-22T00:53:04.537Z | Compiling pbkdf2 v0.11.0 |
| 3477 | 2026-05-22T00:53:04.664Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3478 | 2026-05-22T00:53:04.700Z | Compiling serde_cbor v0.11.2 |
| 3479 | 2026-05-22T00:53:04.775Z | Compiling illumos-nvpair v0.3.0 |
| 3480 | 2026-05-22T00:53:04.903Z | Compiling ssh-key v0.6.7 |
| 3481 | 2026-05-22T00:53:05.132Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3482 | 2026-05-22T00:53:05.360Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3483 | 2026-05-22T00:53:05.378Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3484 | 2026-05-22T00:53:05.381Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3485 | 2026-05-22T00:53:05.481Z | Compiling p256 v0.13.2 |
| 3486 | 2026-05-22T00:53:05.727Z | Compiling p521 v0.13.3 |
| 3487 | 2026-05-22T00:53:05.887Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3488 | 2026-05-22T00:53:05.912Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3489 | 2026-05-22T00:53:05.930Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3490 | 2026-05-22T00:53:06.047Z | Compiling yasna v0.5.2 |
| 3491 | 2026-05-22T00:53:06.152Z | Compiling kstat-rs v0.2.4 |
| 3492 | 2026-05-22T00:53:06.275Z | Compiling headers-core v0.3.0 |
| 3493 | 2026-05-22T00:53:06.322Z | Compiling nanorand v0.7.0 |
| 3494 | 2026-05-22T00:53:06.435Z | Compiling atty v0.2.14 |
| 3495 | 2026-05-22T00:53:06.483Z | Compiling russh-cryptovec v0.7.3 |
| 3496 | 2026-05-22T00:53:06.581Z | Compiling home v0.5.12 |
| 3497 | 2026-05-22T00:53:06.690Z | Compiling md5 v0.7.0 |
| 3498 | 2026-05-22T00:53:06.697Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3499 | 2026-05-22T00:53:06.716Z | Compiling flume v0.11.1 |
| 3500 | 2026-05-22T00:53:06.728Z | Compiling rcgen v0.12.1 |
| 3501 | 2026-05-22T00:53:06.748Z | Compiling headers v0.4.1 |
| 3502 | 2026-05-22T00:53:06.763Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3503 | 2026-05-22T00:53:06.784Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3504 | 2026-05-22T00:53:06.850Z | Compiling russh-keys v0.45.0 |
| 3505 | 2026-05-22T00:53:06.956Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3506 | 2026-05-22T00:53:07.065Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3507 | 2026-05-22T00:53:07.393Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3508 | 2026-05-22T00:53:07.440Z | Compiling hyper-staticfile v0.10.1 |
| 3509 | 2026-05-22T00:53:07.529Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3510 | 2026-05-22T00:53:07.632Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3511 | 2026-05-22T00:53:07.742Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3512 | 2026-05-22T00:53:07.987Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3513 | 2026-05-22T00:53:08.048Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3514 | 2026-05-22T00:53:08.067Z | Compiling progenitor v0.11.2 |
| 3515 | 2026-05-22T00:53:08.115Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3516 | 2026-05-22T00:53:08.257Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3517 | 2026-05-22T00:53:08.280Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3518 | 2026-05-22T00:53:08.298Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3519 | 2026-05-22T00:53:08.318Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3520 | 2026-05-22T00:53:08.340Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3521 | 2026-05-22T00:53:08.470Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3522 | 2026-05-22T00:53:08.498Z | Compiling num-bigint v0.4.6 |
| 3523 | 2026-05-22T00:53:08.699Z | Compiling des v0.8.1 |
| 3524 | 2026-05-22T00:53:08.823Z | Compiling subprocess v0.2.15 |
| 3525 | 2026-05-22T00:53:08.936Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3526 | 2026-05-22T00:53:09.022Z | Compiling hex-literal v0.4.1 |
| 3527 | 2026-05-22T00:53:09.094Z | Compiling display-error-chain v0.2.2 |
| 3528 | 2026-05-22T00:53:09.140Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3529 | 2026-05-22T00:53:09.170Z | Compiling colored v2.2.0 |
| 3530 | 2026-05-22T00:53:09.217Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3531 | 2026-05-22T00:53:09.272Z | Compiling socket2 v0.5.10 |
| 3532 | 2026-05-22T00:53:09.298Z | Compiling internet-checksum v0.2.1 |
| 3533 | 2026-05-22T00:53:09.402Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3534 | 2026-05-22T00:53:09.432Z | Compiling progenitor v0.10.0 |
| 3535 | 2026-05-22T00:53:09.600Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3536 | 2026-05-22T00:53:09.730Z | Compiling russh v0.45.0 |
| 3537 | 2026-05-22T00:53:10.379Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3538 | 2026-05-22T00:53:18.550Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3539 | 2026-05-22T00:53:20.221Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3540 | 2026-05-22T00:53:21.205Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 3541 | 2026-05-22T00:53:21.996Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830) |
| 3542 | 2026-05-22T00:53:25.105Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3543 | 2026-05-22T00:53:25.105Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3544 | 2026-05-22T00:53:34.144Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3545 | 2026-05-22T00:53:42.021Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3546 | 2026-05-22T00:53:42.021Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3547 | 2026-05-22T00:53:42.021Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3548 | 2026-05-22T00:53:42.024Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3549 | 2026-05-22T00:53:43.897Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3550 | 2026-05-22T00:53:43.916Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3551 | 2026-05-22T00:53:48.019Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3552 | 2026-05-22T00:54:28.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
| 3553 | 2026-05-22T00:54:28.909Z | |
| 3554 | 2026-05-22T00:54:28.909Z | real 1:52.327281076 |
| 3555 | 2026-05-22T00:54:28.909Z | user 9:50.951101466 |
| 3556 | 2026-05-22T00:54:28.909Z | sys 1:58.539444495 |
| 3557 | 2026-05-22T00:54:28.912Z | trap 0.301751984 |
| 3558 | 2026-05-22T00:54:28.912Z | tflt 0.494744924 |
| 3559 | 2026-05-22T00:54:28.912Z | dflt 1.755374806 |
| 3560 | 2026-05-22T00:54:28.912Z | kflt 0.000311550 |
| 3561 | 2026-05-22T00:54:28.912Z | lock 34:59.005170894 |
| 3562 | 2026-05-22T00:54:28.912Z | slp 23:08.680244155 |
| 3563 | 2026-05-22T00:54:28.912Z | lat 46.402200096 |
| 3564 | 2026-05-22T00:54:28.912Z | stop 3:17.096818471 |
| 3565 | 2026-05-22T00:54:28.912Z | + mkdir tests |
| 3566 | 2026-05-22T00:54:28.915Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3567 | 2026-05-22T00:54:28.918Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3568 | 2026-05-22T00:54:29.023Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-943020ced87f80a6 tests/ |
| 3569 | 2026-05-22T00:54:29.053Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a61c74111735eeca tests/ |
| 3570 | 2026-05-22T00:54:29.082Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b81659c58c740d2b tests/ |
| 3571 | 2026-05-22T00:54:29.106Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a4cdaee5a648e13a tests/ |
| 3572 | 2026-05-22T00:54:29.378Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3573 | 2026-05-22T00:54:29.381Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a61c74111735eeca tests/commtest-b81659c58c740d2b tests/dhcp_server-943020ced87f80a6 tests/end_to_end_tests-a4cdaee5a648e13a tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3574 | 2026-05-22T00:55:53.663Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3575 | 2026-05-22T00:55:53.663Z | a .github/buildomat/ci-env.sh 1K |
| 3576 | 2026-05-22T00:55:53.663Z | a out/target/test 1K |
| 3577 | 2026-05-22T00:55:53.663Z | a out/npuzone/npuzone 27402K |
| 3578 | 2026-05-22T00:55:53.663Z | a package-manifest.toml 35K |
| 3579 | 2026-05-22T00:55:53.663Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3580 | 2026-05-22T00:55:53.663Z | a target/release/omicron-package 45981K |
| 3581 | 2026-05-22T00:55:53.663Z | a target/release/xtask 11453K |
| 3582 | 2026-05-22T00:55:53.663Z | a target/debug/bootstrap 414598K |
| 3583 | 2026-05-22T00:55:53.663Z | a tests/bootstrap-a61c74111735eeca 31215K |
| 3584 | 2026-05-22T00:55:53.663Z | a tests/commtest-b81659c58c740d2b 32300K |
| 3585 | 2026-05-22T00:55:53.663Z | a tests/dhcp_server-943020ced87f80a6 31215K |
| 3586 | 2026-05-22T00:55:53.663Z | a tests/end_to_end_tests-a4cdaee5a648e13a 475614K |
| 3587 | 2026-05-22T00:55:53.663Z | a tools/opte_version 1K |
| 3588 | 2026-05-22T00:55:53.663Z | a tools/opte_version_override 2K |
| 3589 | 2026-05-22T00:55:53.663Z | a out/clickhouse.tar.gz 321187K |
| 3590 | 2026-05-22T00:55:53.663Z | a out/clickhouse_keeper.tar.gz 306276K |
| 3591 | 2026-05-22T00:55:53.663Z | a out/clickhouse_server.tar.gz 321184K |
| 3592 | 2026-05-22T00:55:53.663Z | a out/cockroachdb.tar.gz 165941K |
| 3593 | 2026-05-22T00:55:53.663Z | a out/crucible-pantry-zone.tar.gz 44455K |
| 3594 | 2026-05-22T00:55:53.663Z | a out/crucible-utils.tar 17744K |
| 3595 | 2026-05-22T00:55:53.664Z | a out/crucible-zone.tar.gz 58593K |
| 3596 | 2026-05-22T00:55:53.664Z | a out/external-dns.tar.gz 51129K |
| 3597 | 2026-05-22T00:55:53.664Z | a out/internal-dns.tar.gz 51128K |
| 3598 | 2026-05-22T00:55:53.664Z | a out/mg-ddm-gz.tar 102917K |
| 3599 | 2026-05-22T00:55:53.664Z | a out/nexus.tar.gz 239808K |
| 3600 | 2026-05-22T00:55:53.664Z | a out/ntp.tar.gz 32685K |
| 3601 | 2026-05-22T00:55:53.664Z | a out/omicron-gateway-softnpu.tar.gz 33483K |
| 3602 | 2026-05-22T00:55:53.664Z | a out/omicron-sled-agent.tar 225260K |
| 3603 | 2026-05-22T00:55:53.664Z | a out/overlay.tar.gz 3K |
| 3604 | 2026-05-22T00:55:53.664Z | a out/oximeter.tar.gz 76041K |
| 3605 | 2026-05-22T00:55:53.664Z | a out/oxlog.tar 3782K |
| 3606 | 2026-05-22T00:55:53.664Z | a out/probe.tar.gz 3037K |
| 3607 | 2026-05-22T00:55:53.664Z | a out/propolis-server.tar.gz 38727K |
| 3608 | 2026-05-22T00:55:53.664Z | a out/pumpkind-gz.tar 26647K |
| 3609 | 2026-05-22T00:55:53.664Z | a out/switch-softnpu.tar.gz 414819K |
| 3610 | 2026-05-22T00:55:53.668Z | |
| 3611 | 2026-05-22T00:55:53.668Z | real 1:24.282151546 |
| 3612 | 2026-05-22T00:55:53.668Z | user 1:21.488244452 |
| 3613 | 2026-05-22T00:55:53.668Z | sys 4.637404242 |
| 3614 | 2026-05-22T00:55:53.668Z | trap 0.007717898 |
| 3615 | 2026-05-22T00:55:53.668Z | tflt 0.000000000 |
| 3616 | 2026-05-22T00:55:53.668Z | dflt 0.000000000 |
| 3617 | 2026-05-22T00:55:53.668Z | kflt 0.000000000 |
| 3618 | 2026-05-22T00:55:53.668Z | lock 0.000000000 |
| 3619 | 2026-05-22T00:55:53.668Z | slp 1:21.353104158 |
| 3620 | 2026-05-22T00:55:53.668Z | lat 1.071791392 |
| 3621 | 2026-05-22T00:55:53.668Z | stop 0.000221750 |
| 3622 | 2026-05-22T00:55:53.668Z | process exited: duration 968904 ms, exit code 0 |
| |
| 3623 | 2026-05-22T00:55:53.682Z | found 1 output files |
| 3624 | 2026-05-22T00:55:53.682Z | uploading: /work/package.tar.gz (2544805068 bytes) |
| 3625 | 2026-05-22T00:56:23.798Z | uploaded: /work/package.tar.gz |