|
|
|
| 1 | 2026-06-26T12:15:22.104Z | job assigned to worker 01KW1XMQ94JPCGTGJQ7N4F8EHN [factory aws, i-072c6774d9d33e9fd] (queued for 59 s) |
| |
| 2 | 2026-06-26T12:15:29.526Z | starting task 0: "setup" |
| 3 | 2026-06-26T12:15:29.530Z | ++ uname -s |
| 4 | 2026-06-26T12:15:29.534Z | + kern=SunOS |
| 5 | 2026-06-26T12:15:29.534Z | + build_user=build |
| 6 | 2026-06-26T12:15:29.534Z | + build_uid=12345 |
| 7 | 2026-06-26T12:15:29.534Z | + work_dir=/work |
| 8 | 2026-06-26T12:15:29.534Z | + input_dir=/input |
| 9 | 2026-06-26T12:15:29.534Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T12:15:29.534Z | + case "$kern" in |
| 11 | 2026-06-26T12:15:29.534Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T12:15:29.537Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T12:15:31.541Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T12:15:31.633Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T12:15:31.637Z | + home_fs=zfs |
| 16 | 2026-06-26T12:15:31.637Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T12:15:31.637Z | + mkdir -p /home/build |
| 18 | 2026-06-26T12:15:31.637Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T12:15:33.639Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T12:15:33.642Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-06-26T12:15:33.650Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T12:15:33.654Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-26T12:15:33.658Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-26T12:15:33.658Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-26T12:15:33.658Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-06-26T12:15:33.658Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T12:15:33.658Z | * rust toolchain profile = "default" |
| 28 | 2026-06-26T12:15:33.659Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T12:15:33.659Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-26T12:15:33.721Z | info: downloading installer |
| 31 | 2026-06-26T12:15:35.167Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T12:15:35.167Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T12:15:35.167Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T12:15:35.167Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T12:15:35.179Z | info: profile set to default |
| 36 | 2026-06-26T12:15:35.179Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T12:15:35.182Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T12:15:35.324Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-26T12:15:35.327Z | info: downloading 6 components |
| 40 | 2026-06-26T12:15:49.902Z | |
| 41 | 2026-06-26T12:15:49.902Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-26T12:15:49.930Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-26T12:15:49.930Z | |
| 44 | 2026-06-26T12:15:49.930Z | |
| 45 | 2026-06-26T12:15:49.931Z | Rust is installed now. Great! |
| 46 | 2026-06-26T12:15:49.931Z | |
| 47 | 2026-06-26T12:15:49.931Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T12:15:49.931Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T12:15:49.931Z | |
| 50 | 2026-06-26T12:15:49.931Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T12:15:49.931Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T12:15:49.931Z | |
| 53 | 2026-06-26T12:15:49.931Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T12:15:49.935Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T12:15:49.935Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T12:15:49.935Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T12:15:49.935Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T12:15:49.935Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T12:15:49.935Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T12:15:49.935Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T12:15:49.935Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T12:15:50.027Z | + rustup --version |
| 63 | 2026-06-26T12:15:50.032Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T12:15:50.035Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T12:15:50.054Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-26T12:15:50.057Z | + cargo --version |
| 67 | 2026-06-26T12:15:50.066Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-26T12:15:50.068Z | + rustc --version |
| 69 | 2026-06-26T12:15:50.089Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-26T12:15:50.093Z | process exited: duration 16442 ms, exit code 0 |
| |
| 71 | 2026-06-26T12:15:50.099Z | starting task 2: "authentication" |
| 72 | 2026-06-26T12:15:50.117Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-26T12:15:50.122Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T12:15:50.127Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T12:15:50.130Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T12:15:50.163Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T12:16:00.182Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T12:16:00.182Z | + git fetch origin 850b377fd89407e6b8f83161ebf8158bc7a237f3 |
| 79 | 2026-06-26T12:16:00.488Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T12:16:00.488Z | * branch 850b377fd89407e6b8f83161ebf8158bc7a237f3 -> FETCH_HEAD |
| 81 | 2026-06-26T12:16:00.503Z | + [[ -n nsk/bgp-config-update-endpoint ]] |
| 82 | 2026-06-26T12:16:00.506Z | ++ git branch --show-current |
| 83 | 2026-06-26T12:16:00.509Z | + current=main |
| 84 | 2026-06-26T12:16:00.509Z | + [[ main != nsk/bgp-config-update-endpoint ]] |
| 85 | 2026-06-26T12:16:00.509Z | + git branch -f nsk/bgp-config-update-endpoint 850b377fd89407e6b8f83161ebf8158bc7a237f3 |
| 86 | 2026-06-26T12:16:00.512Z | + git checkout -f nsk/bgp-config-update-endpoint |
| 87 | 2026-06-26T12:16:00.760Z | Switched to branch 'nsk/bgp-config-update-endpoint' |
| 88 | 2026-06-26T12:16:00.767Z | + git reset --hard 850b377fd89407e6b8f83161ebf8158bc7a237f3 |
| 89 | 2026-06-26T12:16:00.850Z | HEAD is now at 850b377fd add bgp_config_update integration test |
| 90 | 2026-06-26T12:16:00.853Z | process exited: duration 10729 ms, exit code 0 |
| |
| 91 | 2026-06-26T12:16:00.859Z | starting task 4: "build" |
| 92 | 2026-06-26T12:16:00.864Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-26T12:16:00.864Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-26T12:16:00.864Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-26T12:16:00.866Z | + cargo --version |
| 96 | 2026-06-26T12:16:00.874Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-26T12:16:00.877Z | + rustc --version |
| 98 | 2026-06-26T12:16:00.898Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-26T12:16:00.901Z | + WORK=/work |
| 100 | 2026-06-26T12:16:00.901Z | + pfexec mkdir -p /work |
| 101 | 2026-06-26T12:16:00.904Z | + pfexec chown build /work |
| 102 | 2026-06-26T12:16:00.907Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-26T12:16:02.465Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-26T12:16:02.574Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-26T12:16:03.059Z | Planning: Solver setup ... Done (0.439s) |
| 106 | 2026-06-26T12:16:03.084Z | Planning: Running solver ... Done (0.025s) |
| 107 | 2026-06-26T12:16:03.096Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-26T12:16:03.106Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-26T12:16:03.124Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-26T12:16:03.139Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-06-26T12:16:03.141Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-06-26T12:16:03.307Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 113 | 2026-06-26T12:16:03.310Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-26T12:16:04.197Z | Planning: Evaluating mediators ... Done (0.889s) |
| 115 | 2026-06-26T12:16:04.200Z | Planning: Planning completed in 1.60 seconds |
| 116 | 2026-06-26T12:16:04.206Z | Packages to install: 2 |
| 117 | 2026-06-26T12:16:04.206Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-26T12:16:04.206Z | Estimated space to be consumed: 30.96 MB |
| 119 | 2026-06-26T12:16:04.209Z | Create boot environment: No |
| 120 | 2026-06-26T12:16:04.209Z | Create backup boot environment: No |
| 121 | 2026-06-26T12:16:04.209Z | Rebuild boot archive: No |
| 122 | 2026-06-26T12:16:04.209Z | |
| 123 | 2026-06-26T12:16:04.209Z | Changed packages: |
| 124 | 2026-06-26T12:16:04.209Z | helios |
| 125 | 2026-06-26T12:16:04.209Z | developer/build-essential |
| 126 | 2026-06-26T12:16:04.209Z | None -> 11-3.0 |
| 127 | 2026-06-26T12:16:04.209Z | library/libxmlsec1 |
| 128 | 2026-06-26T12:16:04.209Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-26T12:16:04.231Z | |
| 130 | 2026-06-26T12:16:04.231Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-26T12:16:05.531Z | Download: Completed 1.28 MB in 1.30 seconds (1009k/s) |
| 132 | 2026-06-26T12:16:05.591Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-26T12:16:05.630Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-26T12:16:05.643Z | Finalize: Updating package state database ... Done (0.012s) |
| 135 | 2026-06-26T12:16:05.643Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-26T12:16:05.672Z | Finalize: Updating image state ... Done (0.029s) |
| 137 | 2026-06-26T12:16:08.264Z | Finalize: Creating fast lookup database ... Done (2.564s) |
| 138 | 2026-06-26T12:16:08.336Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-06-26T12:16:08.340Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-26T12:16:08.436Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-26T12:16:08.751Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-26T12:16:08.856Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-26T12:16:08.859Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-26T12:16:09.011Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-26T12:16:09.014Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-26T12:16:09.036Z | Mediators to change: 2 |
| 147 | 2026-06-26T12:16:09.036Z | Create boot environment: No |
| 148 | 2026-06-26T12:16:09.036Z | Create backup boot environment: No |
| 149 | 2026-06-26T12:16:09.102Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-26T12:16:09.102Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-26T12:16:09.118Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-26T12:16:11.056Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-26T12:16:11.121Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-26T12:16:11.125Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-26T12:16:11.175Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-26T12:16:11.461Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-26T12:16:11.565Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-26T12:16:11.569Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-26T12:16:11.724Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-26T12:16:11.727Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-26T12:16:11.746Z | Mediators to change: 1 |
| 162 | 2026-06-26T12:16:11.746Z | Create boot environment: No |
| 163 | 2026-06-26T12:16:11.746Z | Create backup boot environment: No |
| 164 | 2026-06-26T12:16:11.785Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-26T12:16:11.785Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-26T12:16:11.805Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-26T12:16:13.749Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-26T12:16:13.813Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-26T12:16:13.816Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-26T12:16:13.866Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-26T12:16:14.175Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-26T12:16:14.176Z | apache system 2.4 system |
| 173 | 2026-06-26T12:16:14.176Z | clang system 15 system |
| 174 | 2026-06-26T12:16:14.176Z | csh system system illumos |
| 175 | 2026-06-26T12:16:14.176Z | ctags system system illumos |
| 176 | 2026-06-26T12:16:14.176Z | file vendor vendor darwinsys |
| 177 | 2026-06-26T12:16:14.176Z | file system system illumos |
| 178 | 2026-06-26T12:16:14.176Z | gcc vendor 14 vendor |
| 179 | 2026-06-26T12:16:14.176Z | gcc system 13 system |
| 180 | 2026-06-26T12:16:14.176Z | gcc system 10 system |
| 181 | 2026-06-26T12:16:14.176Z | go system 1.25 system |
| 182 | 2026-06-26T12:16:14.176Z | llvm system 15 system |
| 183 | 2026-06-26T12:16:14.176Z | mariadb system 11.4 system |
| 184 | 2026-06-26T12:16:14.176Z | mta vendor vendor dma |
| 185 | 2026-06-26T12:16:14.176Z | openjdk system 17 system |
| 186 | 2026-06-26T12:16:14.176Z | openjdk system 11 system |
| 187 | 2026-06-26T12:16:14.176Z | openssl vendor 3 vendor |
| 188 | 2026-06-26T12:16:14.177Z | perl system 5.40 system |
| 189 | 2026-06-26T12:16:14.177Z | postgresql system 18 system |
| 190 | 2026-06-26T12:16:14.177Z | postgresql system 17 system |
| 191 | 2026-06-26T12:16:14.177Z | python vendor 3 vendor |
| 192 | 2026-06-26T12:16:14.177Z | python system 2 system |
| 193 | 2026-06-26T12:16:14.177Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-26T12:16:14.177Z | ruby system 3.4 system |
| 195 | 2026-06-26T12:16:14.177Z | ruby system 3.0 system |
| 196 | 2026-06-26T12:16:14.177Z | words vendor vendor american-english |
| 197 | 2026-06-26T12:16:14.177Z | words system system australian-english |
| 198 | 2026-06-26T12:16:14.177Z | words system system british-english |
| 199 | 2026-06-26T12:16:14.177Z | words system system canadian-english |
| 200 | 2026-06-26T12:16:14.177Z | words system system french |
| 201 | 2026-06-26T12:16:14.177Z | words system system italian |
| 202 | 2026-06-26T12:16:14.177Z | words system system ngerman |
| 203 | 2026-06-26T12:16:14.177Z | words system system ogerman |
| 204 | 2026-06-26T12:16:14.177Z | words system system spanish |
| 205 | 2026-06-26T12:16:14.426Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-26T12:16:14.427Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-26T12:16:14.733Z | FMRI IFO |
| 208 | 2026-06-26T12:16:14.733Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-26T12:16:14.733Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-26T12:16:14.733Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-26T12:16:14.733Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-26T12:16:14.733Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-26T12:16:14.733Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-26T12:16:14.733Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-26T12:16:14.733Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-26T12:16:14.733Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-26T12:16:14.980Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-26T12:16:15.316Z | Updating crates.io index |
| 219 | 2026-06-26T12:16:15.318Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-26T12:16:15.587Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-26T12:16:16.625Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-26T12:16:16.932Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-26T12:16:18.091Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-26T12:16:18.647Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-26T12:16:20.194Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-26T12:16:21.017Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-26T12:16:21.442Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-26T12:16:22.625Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-26T12:16:23.049Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-26T12:16:23.533Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-26T12:16:23.833Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-26T12:16:24.353Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-26T12:16:24.873Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-26T12:16:25.128Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-26T12:16:25.476Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-26T12:16:25.799Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-26T12:16:26.198Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-26T12:16:26.520Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-26T12:16:26.793Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-26T12:16:27.106Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-26T12:16:27.515Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-26T12:16:27.881Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-26T12:16:28.237Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-26T12:16:28.652Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-26T12:16:28.953Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-26T12:16:29.279Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-26T12:16:29.624Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-26T12:16:30.641Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-26T12:16:31.490Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-26T12:16:31.962Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-26T12:16:32.280Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-26T12:16:32.666Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-26T12:16:32.981Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-26T12:16:33.386Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-26T12:16:33.687Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-26T12:16:34.191Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-26T12:16:34.488Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-26T12:16:34.759Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-26T12:16:35.196Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 260 | 2026-06-26T12:16:47.722Z | Downloading crates ... |
| 261 | 2026-06-26T12:16:47.774Z | Downloaded anstream v1.0.0 |
| 262 | 2026-06-26T12:16:47.777Z | Downloaded cargo-platform v0.2.0 |
| 263 | 2026-06-26T12:16:47.780Z | Downloaded camino v1.2.2 |
| 264 | 2026-06-26T12:16:47.780Z | Downloaded camino-tempfile v1.4.1 |
| 265 | 2026-06-26T12:16:47.785Z | Downloaded cargo_metadata v0.21.0 |
| 266 | 2026-06-26T12:16:47.787Z | Downloaded form_urlencoded v1.2.2 |
| 267 | 2026-06-26T12:16:47.790Z | Downloaded anstyle v1.0.14 |
| 268 | 2026-06-26T12:16:47.792Z | Downloaded itoa v1.0.17 |
| 269 | 2026-06-26T12:16:47.792Z | Downloaded writeable v0.6.2 |
| 270 | 2026-06-26T12:16:47.792Z | Downloaded clap_lex v1.0.0 |
| 271 | 2026-06-26T12:16:47.795Z | Downloaded block-buffer v0.10.4 |
| 272 | 2026-06-26T12:16:47.795Z | Downloaded serde-untagged v0.1.9 |
| 273 | 2026-06-26T12:16:47.795Z | Downloaded proc-macro-error-attr v1.0.4 |
| 274 | 2026-06-26T12:16:47.797Z | Downloaded cargo-util-schemas v0.8.2 |
| 275 | 2026-06-26T12:16:47.797Z | Downloaded scroll_derive v0.12.1 |
| 276 | 2026-06-26T12:16:47.800Z | Downloaded smallvec v1.15.1 |
| 277 | 2026-06-26T12:16:47.803Z | Downloaded dtrace-parser v0.2.0 |
| 278 | 2026-06-26T12:16:47.803Z | Downloaded textwrap v0.16.2 |
| 279 | 2026-06-26T12:16:47.804Z | Downloaded digest v0.10.7 |
| 280 | 2026-06-26T12:16:47.806Z | Downloaded potential_utf v0.1.4 |
| 281 | 2026-06-26T12:16:47.806Z | Downloaded cpufeatures v0.2.17 |
| 282 | 2026-06-26T12:16:47.806Z | Downloaded getrandom v0.4.1 |
| 283 | 2026-06-26T12:16:47.809Z | Downloaded zerovec-derive v0.11.2 |
| 284 | 2026-06-26T12:16:47.812Z | Downloaded crypto-common v0.1.7 |
| 285 | 2026-06-26T12:16:47.812Z | Downloaded toml_datetime v0.6.11 |
| 286 | 2026-06-26T12:16:47.812Z | Downloaded serde_core v1.0.228 |
| 287 | 2026-06-26T12:16:47.815Z | Downloaded thread-id v4.2.2 |
| 288 | 2026-06-26T12:16:47.818Z | Downloaded unicode-linebreak v0.1.5 |
| 289 | 2026-06-26T12:16:47.818Z | Downloaded typeid v1.0.3 |
| 290 | 2026-06-26T12:16:47.820Z | Downloaded ordered-float v2.10.1 |
| 291 | 2026-06-26T12:16:47.823Z | Downloaded is_terminal_polyfill v1.70.2 |
| 292 | 2026-06-26T12:16:47.823Z | Downloaded usdt-attr-macro v0.5.0 |
| 293 | 2026-06-26T12:16:47.826Z | Downloaded thiserror-impl v1.0.69 |
| 294 | 2026-06-26T12:16:47.826Z | Downloaded yoke-derive v0.8.1 |
| 295 | 2026-06-26T12:16:47.829Z | Downloaded anstyle-query v1.1.5 |
| 296 | 2026-06-26T12:16:47.829Z | Downloaded zerofrom-derive v0.1.6 |
| 297 | 2026-06-26T12:16:47.829Z | Downloaded version_check v0.9.5 |
| 298 | 2026-06-26T12:16:47.831Z | Downloaded toml_write v0.1.2 |
| 299 | 2026-06-26T12:16:47.831Z | Downloaded memmap v0.7.0 |
| 300 | 2026-06-26T12:16:47.831Z | Downloaded generic-array v0.14.7 |
| 301 | 2026-06-26T12:16:47.834Z | Downloaded usdt-macro v0.5.0 |
| 302 | 2026-06-26T12:16:47.837Z | Downloaded plain v0.2.3 |
| 303 | 2026-06-26T12:16:47.837Z | Downloaded heck v0.5.0 |
| 304 | 2026-06-26T12:16:47.837Z | Downloaded colorchoice v1.0.4 |
| 305 | 2026-06-26T12:16:47.842Z | Downloaded zerofrom v0.1.6 |
| 306 | 2026-06-26T12:16:47.845Z | Downloaded utf8_iter v1.0.4 |
| 307 | 2026-06-26T12:16:47.845Z | Downloaded tabled_derive v0.7.0 |
| 308 | 2026-06-26T12:16:47.848Z | Downloaded usdt v0.5.0 |
| 309 | 2026-06-26T12:16:47.851Z | Downloaded stable_deref_trait v1.2.1 |
| 310 | 2026-06-26T12:16:47.851Z | Downloaded idna_adapter v1.2.1 |
| 311 | 2026-06-26T12:16:47.851Z | Downloaded terminal_size v0.4.3 |
| 312 | 2026-06-26T12:16:47.854Z | Downloaded fnv v1.0.7 |
| 313 | 2026-06-26T12:16:47.854Z | Downloaded yoke v0.8.1 |
| 314 | 2026-06-26T12:16:47.854Z | Downloaded usdt-impl v0.5.0 |
| 315 | 2026-06-26T12:16:47.857Z | Downloaded unicode-xid v0.2.6 |
| 316 | 2026-06-26T12:16:47.857Z | Downloaded strsim v0.11.1 |
| 317 | 2026-06-26T12:16:47.859Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-06-26T12:16:47.859Z | Downloaded tinystr v0.8.2 |
| 319 | 2026-06-26T12:16:47.862Z | Downloaded thiserror-impl v2.0.18 |
| 320 | 2026-06-26T12:16:47.862Z | Downloaded zmij v1.0.21 |
| 321 | 2026-06-26T12:16:47.865Z | Downloaded thiserror v1.0.69 |
| 322 | 2026-06-26T12:16:47.867Z | Downloaded macaddr v1.0.1 |
| 323 | 2026-06-26T12:16:47.867Z | Downloaded fastrand v2.3.0 |
| 324 | 2026-06-26T12:16:47.867Z | Downloaded thiserror v2.0.18 |
| 325 | 2026-06-26T12:16:47.870Z | Downloaded serde_spanned v0.6.9 |
| 326 | 2026-06-26T12:16:47.873Z | Downloaded cfg-if v1.0.4 |
| 327 | 2026-06-26T12:16:47.875Z | Downloaded percent-encoding v2.3.2 |
| 328 | 2026-06-26T12:16:47.878Z | Downloaded zerocopy-derive v0.7.35 |
| 329 | 2026-06-26T12:16:47.881Z | Downloaded ucd-trie v0.1.7 |
| 330 | 2026-06-26T12:16:47.884Z | Downloaded pretty-hex v0.4.1 |
| 331 | 2026-06-26T12:16:47.886Z | Downloaded toml v0.8.23 |
| 332 | 2026-06-26T12:16:47.886Z | Downloaded serde-value v0.7.0 |
| 333 | 2026-06-26T12:16:47.889Z | Downloaded dof v0.3.0 |
| 334 | 2026-06-26T12:16:47.889Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-06-26T12:16:47.893Z | Downloaded scroll v0.12.0 |
| 336 | 2026-06-26T12:16:47.896Z | Downloaded heck v0.4.1 |
| 337 | 2026-06-26T12:16:47.896Z | Downloaded displaydoc v0.2.5 |
| 338 | 2026-06-26T12:16:47.900Z | Downloaded toml_edit v0.22.27 |
| 339 | 2026-06-26T12:16:47.904Z | Downloaded fs-err v3.3.0 |
| 340 | 2026-06-26T12:16:47.906Z | Downloaded zerotrie v0.2.3 |
| 341 | 2026-06-26T12:16:47.909Z | Downloaded url v2.5.8 |
| 342 | 2026-06-26T12:16:47.912Z | Downloaded typenum v1.19.0 |
| 343 | 2026-06-26T12:16:47.912Z | Downloaded synstructure v0.13.2 |
| 344 | 2026-06-26T12:16:47.914Z | Downloaded errno v0.3.14 |
| 345 | 2026-06-26T12:16:47.914Z | Downloaded autocfg v1.5.0 |
| 346 | 2026-06-26T12:16:47.919Z | Downloaded smawk v0.3.2 |
| 347 | 2026-06-26T12:16:47.922Z | Downloaded sha2 v0.10.9 |
| 348 | 2026-06-26T12:16:47.922Z | Downloaded equivalent v1.0.2 |
| 349 | 2026-06-26T12:16:47.924Z | Downloaded bytecount v0.6.9 |
| 350 | 2026-06-26T12:16:47.927Z | Downloaded anstyle-parse v1.0.0 |
| 351 | 2026-06-26T12:16:47.930Z | Downloaded swrite v0.1.0 |
| 352 | 2026-06-26T12:16:47.930Z | Downloaded serde_tokenstream v0.2.3 |
| 353 | 2026-06-26T12:16:47.930Z | Downloaded cargo_toml v0.21.0 |
| 354 | 2026-06-26T12:16:47.933Z | Downloaded proc-macro-error v1.0.4 |
| 355 | 2026-06-26T12:16:47.935Z | Downloaded erased-serde v0.4.9 |
| 356 | 2026-06-26T12:16:47.938Z | Downloaded zerovec v0.11.5 |
| 357 | 2026-06-26T12:16:47.942Z | Downloaded quote v1.0.45 |
| 358 | 2026-06-26T12:16:47.944Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-06-26T12:16:47.944Z | Downloaded zerocopy v0.7.35 |
| 360 | 2026-06-26T12:16:47.953Z | Downloaded litemap v0.8.1 |
| 361 | 2026-06-26T12:16:47.956Z | Downloaded winnow v0.7.14 |
| 362 | 2026-06-26T12:16:47.965Z | Downloaded once_cell v1.21.3 |
| 363 | 2026-06-26T12:16:47.968Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-06-26T12:16:47.970Z | Downloaded semver v1.0.28 |
| 365 | 2026-06-26T12:16:47.973Z | Downloaded byteorder v1.5.0 |
| 366 | 2026-06-26T12:16:47.973Z | Downloaded unicode-width v0.1.14 |
| 367 | 2026-06-26T12:16:47.976Z | Downloaded tempfile v3.25.0 |
| 368 | 2026-06-26T12:16:47.979Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-06-26T12:16:47.981Z | Downloaded clap_derive v4.6.1 |
| 370 | 2026-06-26T12:16:47.987Z | Downloaded icu_provider v2.1.1 |
| 371 | 2026-06-26T12:16:47.990Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-06-26T12:16:47.995Z | Downloaded num-traits v0.2.19 |
| 373 | 2026-06-26T12:16:47.998Z | Downloaded log v0.4.29 |
| 374 | 2026-06-26T12:16:47.998Z | Downloaded pest_derive v2.8.6 |
| 375 | 2026-06-26T12:16:48.001Z | Downloaded clap v4.6.1 |
| 376 | 2026-06-26T12:16:48.004Z | Downloaded serde_derive v1.0.228 |
| 377 | 2026-06-26T12:16:48.007Z | Downloaded icu_properties v2.1.2 |
| 378 | 2026-06-26T12:16:48.009Z | Downloaded anyhow v1.0.102 |
| 379 | 2026-06-26T12:16:48.019Z | Downloaded proc-macro2 v1.0.106 |
| 380 | 2026-06-26T12:16:48.027Z | Downloaded pest_meta v2.8.6 |
| 381 | 2026-06-26T12:16:48.030Z | Downloaded icu_normalizer v2.1.1 |
| 382 | 2026-06-26T12:16:48.033Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-06-26T12:16:48.045Z | Downloaded icu_normalizer_data v2.1.1 |
| 384 | 2026-06-26T12:16:48.048Z | Downloaded serde v1.0.228 |
| 385 | 2026-06-26T12:16:48.061Z | Downloaded memchr v2.8.0 |
| 386 | 2026-06-26T12:16:48.064Z | Downloaded indexmap v2.14.0 |
| 387 | 2026-06-26T12:16:48.066Z | Downloaded icu_collections v2.1.1 |
| 388 | 2026-06-26T12:16:48.069Z | Downloaded pest v2.8.6 |
| 389 | 2026-06-26T12:16:48.072Z | Downloaded clap_builder v4.6.0 |
| 390 | 2026-06-26T12:16:48.091Z | Downloaded idna v1.1.0 |
| 391 | 2026-06-26T12:16:48.099Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-06-26T12:16:48.103Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-06-26T12:16:48.107Z | Downloaded icu_properties_data v2.1.2 |
| 394 | 2026-06-26T12:16:48.111Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-26T12:16:48.128Z | Downloaded tabled v0.15.0 |
| 396 | 2026-06-26T12:16:48.137Z | Downloaded syn v1.0.109 |
| 397 | 2026-06-26T12:16:48.152Z | Downloaded syn v2.0.117 |
| 398 | 2026-06-26T12:16:48.166Z | Downloaded rustix v1.1.3 |
| 399 | 2026-06-26T12:16:48.197Z | Downloaded libc v0.2.185 |
| 400 | 2026-06-26T12:16:48.264Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-06-26T12:16:48.264Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-26T12:16:48.267Z | Compiling quote v1.0.45 |
| 403 | 2026-06-26T12:16:48.267Z | Compiling serde_core v1.0.228 |
| 404 | 2026-06-26T12:16:48.267Z | Compiling libc v0.2.185 |
| 405 | 2026-06-26T12:16:48.267Z | Compiling version_check v0.9.5 |
| 406 | 2026-06-26T12:16:48.267Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-06-26T12:16:48.267Z | Compiling serde v1.0.228 |
| 408 | 2026-06-26T12:16:48.267Z | Compiling memchr v2.8.0 |
| 409 | 2026-06-26T12:16:48.267Z | Compiling zmij v1.0.21 |
| 410 | 2026-06-26T12:16:48.267Z | Compiling thiserror v1.0.69 |
| 411 | 2026-06-26T12:16:48.267Z | Compiling ucd-trie v0.1.7 |
| 412 | 2026-06-26T12:16:48.454Z | Compiling itoa v1.0.17 |
| 413 | 2026-06-26T12:16:48.485Z | Compiling autocfg v1.5.0 |
| 414 | 2026-06-26T12:16:48.488Z | Compiling litemap v0.8.1 |
| 415 | 2026-06-26T12:16:48.744Z | Compiling writeable v0.6.2 |
| 416 | 2026-06-26T12:16:48.809Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-06-26T12:16:48.949Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-06-26T12:16:48.952Z | Compiling byteorder v1.5.0 |
| 419 | 2026-06-26T12:16:49.006Z | Compiling rustix v1.1.3 |
| 420 | 2026-06-26T12:16:49.045Z | Compiling pest v2.8.6 |
| 421 | 2026-06-26T12:16:49.064Z | Compiling bitflags v2.11.0 |
| 422 | 2026-06-26T12:16:49.068Z | Compiling serde_json v1.0.149 |
| 423 | 2026-06-26T12:16:49.168Z | Compiling num-traits v0.2.19 |
| 424 | 2026-06-26T12:16:49.263Z | Compiling equivalent v1.0.2 |
| 425 | 2026-06-26T12:16:49.349Z | Compiling typeid v1.0.3 |
| 426 | 2026-06-26T12:16:49.406Z | Compiling smallvec v1.15.1 |
| 427 | 2026-06-26T12:16:49.443Z | Compiling hashbrown v0.17.0 |
| 428 | 2026-06-26T12:16:49.446Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-26T12:16:49.497Z | Compiling usdt-impl v0.5.0 |
| 430 | 2026-06-26T12:16:49.514Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-06-26T12:16:49.519Z | Compiling winnow v0.7.14 |
| 432 | 2026-06-26T12:16:49.535Z | Compiling errno v0.3.14 |
| 433 | 2026-06-26T12:16:49.612Z | Compiling thread-id v4.2.2 |
| 434 | 2026-06-26T12:16:49.632Z | Compiling syn v1.0.109 |
| 435 | 2026-06-26T12:16:49.663Z | Compiling toml_write v0.1.2 |
| 436 | 2026-06-26T12:16:49.803Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-06-26T12:16:49.808Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-06-26T12:16:49.906Z | Compiling plain v0.2.3 |
| 439 | 2026-06-26T12:16:49.927Z | Compiling log v0.4.29 |
| 440 | 2026-06-26T12:16:49.946Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-06-26T12:16:49.951Z | Compiling utf8_iter v1.0.4 |
| 442 | 2026-06-26T12:16:49.983Z | Compiling indexmap v2.14.0 |
| 443 | 2026-06-26T12:16:50.044Z | Compiling syn v2.0.117 |
| 444 | 2026-06-26T12:16:50.044Z | Compiling thiserror v2.0.18 |
| 445 | 2026-06-26T12:16:50.080Z | Compiling camino v1.2.2 |
| 446 | 2026-06-26T12:16:50.083Z | Compiling getrandom v0.4.1 |
| 447 | 2026-06-26T12:16:50.139Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-06-26T12:16:50.177Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-06-26T12:16:50.299Z | Compiling anstyle-parse v1.0.0 |
| 450 | 2026-06-26T12:16:50.400Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-06-26T12:16:50.476Z | Compiling anstyle-query v1.1.5 |
| 452 | 2026-06-26T12:16:50.538Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-06-26T12:16:50.578Z | Compiling cfg-if v1.0.4 |
| 454 | 2026-06-26T12:16:50.597Z | Compiling anstyle v1.0.14 |
| 455 | 2026-06-26T12:16:50.616Z | Compiling colorchoice v1.0.4 |
| 456 | 2026-06-26T12:16:50.640Z | Compiling is_terminal_polyfill v1.70.2 |
| 457 | 2026-06-26T12:16:50.734Z | Compiling terminal_size v0.4.3 |
| 458 | 2026-06-26T12:16:50.737Z | Compiling fs-err v3.3.0 |
| 459 | 2026-06-26T12:16:50.772Z | Compiling fastrand v2.3.0 |
| 460 | 2026-06-26T12:16:50.777Z | Compiling unicode-xid v0.2.6 |
| 461 | 2026-06-26T12:16:50.777Z | Compiling strsim v0.11.1 |
| 462 | 2026-06-26T12:16:50.828Z | Compiling anstream v1.0.0 |
| 463 | 2026-06-26T12:16:50.956Z | Compiling semver v1.0.28 |
| 464 | 2026-06-26T12:16:50.979Z | Compiling anyhow v1.0.102 |
| 465 | 2026-06-26T12:16:51.013Z | Compiling heck v0.5.0 |
| 466 | 2026-06-26T12:16:51.018Z | Compiling once_cell v1.21.3 |
| 467 | 2026-06-26T12:16:51.121Z | Compiling heck v0.4.1 |
| 468 | 2026-06-26T12:16:51.168Z | Compiling fnv v1.0.7 |
| 469 | 2026-06-26T12:16:51.187Z | Compiling clap_lex v1.0.0 |
| 470 | 2026-06-26T12:16:51.213Z | Compiling unicode-width v0.1.14 |
| 471 | 2026-06-26T12:16:51.256Z | Compiling serde-untagged v0.1.9 |
| 472 | 2026-06-26T12:16:51.290Z | Compiling bytecount v0.6.9 |
| 473 | 2026-06-26T12:16:51.308Z | Compiling tempfile v3.25.0 |
| 474 | 2026-06-26T12:16:51.368Z | Compiling clap_builder v4.6.0 |
| 475 | 2026-06-26T12:16:51.387Z | Compiling memmap v0.7.0 |
| 476 | 2026-06-26T12:16:51.442Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-06-26T12:16:51.461Z | Compiling papergrid v0.11.0 |
| 478 | 2026-06-26T12:16:51.464Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-06-26T12:16:51.516Z | Compiling smawk v0.3.2 |
| 480 | 2026-06-26T12:16:51.615Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-06-26T12:16:51.679Z | Compiling swrite v0.1.0 |
| 482 | 2026-06-26T12:16:51.706Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-06-26T12:16:51.724Z | Compiling textwrap v0.16.2 |
| 484 | 2026-06-26T12:16:52.034Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-06-26T12:16:52.603Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-26T12:16:52.603Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-26T12:16:52.698Z | Compiling tabled v0.15.0 |
| 488 | 2026-06-26T12:16:53.122Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-06-26T12:16:53.122Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-06-26T12:16:53.125Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-06-26T12:16:53.125Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-06-26T12:16:53.125Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-06-26T12:16:53.209Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-06-26T12:16:53.229Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-06-26T12:16:53.250Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-06-26T12:16:53.253Z | Compiling scroll_derive v0.12.1 |
| 497 | 2026-06-26T12:16:53.267Z | Compiling thiserror-impl v2.0.18 |
| 498 | 2026-06-26T12:16:53.267Z | Compiling clap_derive v4.6.1 |
| 499 | 2026-06-26T12:16:53.876Z | Compiling scroll v0.12.0 |
| 500 | 2026-06-26T12:16:54.113Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-06-26T12:16:54.129Z | Compiling goblin v0.8.2 |
| 502 | 2026-06-26T12:16:54.150Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-06-26T12:16:54.285Z | Compiling yoke v0.8.1 |
| 504 | 2026-06-26T12:16:54.342Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2026-06-26T12:16:54.444Z | Compiling zerovec v0.11.5 |
| 506 | 2026-06-26T12:16:54.444Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-06-26T12:16:54.689Z | Compiling clap v4.6.1 |
| 508 | 2026-06-26T12:16:54.874Z | Compiling tinystr v0.8.2 |
| 509 | 2026-06-26T12:16:54.874Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-06-26T12:16:55.006Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-06-26T12:16:55.026Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-06-26T12:16:55.560Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-06-26T12:16:55.644Z | Compiling dof v0.3.0 |
| 514 | 2026-06-26T12:16:55.647Z | Compiling serde_tokenstream v0.2.3 |
| 515 | 2026-06-26T12:16:55.679Z | Compiling toml_datetime v0.6.11 |
| 516 | 2026-06-26T12:16:55.682Z | Compiling serde_spanned v0.6.9 |
| 517 | 2026-06-26T12:16:55.682Z | Compiling serde-value v0.7.0 |
| 518 | 2026-06-26T12:16:55.682Z | Compiling cargo-platform v0.2.0 |
| 519 | 2026-06-26T12:16:55.682Z | Compiling macaddr v1.0.1 |
| 520 | 2026-06-26T12:16:55.776Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-06-26T12:16:55.776Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-06-26T12:16:55.915Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-06-26T12:16:56.374Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-26T12:16:56.377Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-06-26T12:16:56.609Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-06-26T12:16:56.718Z | Compiling idna v1.1.0 |
| 527 | 2026-06-26T12:16:56.957Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-26T12:16:56.980Z | Compiling url v2.5.8 |
| 529 | 2026-06-26T12:16:57.192Z | Compiling toml v0.8.23 |
| 530 | 2026-06-26T12:16:57.523Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-06-26T12:16:57.523Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-06-26T12:16:58.314Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-06-26T12:16:59.237Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-06-26T12:17:01.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.52s |
| 535 | 2026-06-26T12:17:01.590Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 536 | 2026-06-26T12:17:02.134Z | Downloading crates ... |
| 537 | 2026-06-26T12:17:02.221Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-06-26T12:17:02.225Z | Downloaded array-init v0.0.4 |
| 539 | 2026-06-26T12:17:02.237Z | Downloaded arc-swap v1.8.2 |
| 540 | 2026-06-26T12:17:02.241Z | Downloaded bit-set v0.8.0 |
| 541 | 2026-06-26T12:17:02.248Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 542 | 2026-06-26T12:17:02.250Z | Downloaded crc-any v2.5.0 |
| 543 | 2026-06-26T12:17:02.250Z | Downloaded defmt-macros v1.0.1 |
| 544 | 2026-06-26T12:17:02.253Z | Downloaded derive_builder_core v0.20.2 |
| 545 | 2026-06-26T12:17:02.256Z | Downloaded ciborium-ll v0.2.2 |
| 546 | 2026-06-26T12:17:02.256Z | Downloaded bit-vec v0.8.0 |
| 547 | 2026-06-26T12:17:02.256Z | Downloaded crc8 v0.1.1 |
| 548 | 2026-06-26T12:17:02.259Z | Downloaded darling v0.23.0 |
| 549 | 2026-06-26T12:17:02.261Z | Downloaded darling_macro v0.21.3 |
| 550 | 2026-06-26T12:17:02.261Z | Downloaded darling v0.21.3 |
| 551 | 2026-06-26T12:17:02.265Z | Downloaded critical-section v1.2.0 |
| 552 | 2026-06-26T12:17:02.267Z | Downloaded debug-ignore v1.0.5 |
| 553 | 2026-06-26T12:17:02.270Z | Downloaded derive-ex v0.1.8 |
| 554 | 2026-06-26T12:17:02.270Z | Downloaded base16ct v0.2.0 |
| 555 | 2026-06-26T12:17:02.270Z | Downloaded async-recursion v1.1.1 |
| 556 | 2026-06-26T12:17:02.273Z | Downloaded data-encoding v2.10.0 |
| 557 | 2026-06-26T12:17:02.276Z | Downloaded compression-core v0.4.31 |
| 558 | 2026-06-26T12:17:02.276Z | Downloaded defmt v1.0.1 |
| 559 | 2026-06-26T12:17:02.278Z | Downloaded buf-list v1.1.2 |
| 560 | 2026-06-26T12:17:02.281Z | Downloaded async-trait v0.1.89 |
| 561 | 2026-06-26T12:17:02.284Z | Downloaded anstream v0.6.21 |
| 562 | 2026-06-26T12:17:02.284Z | Downloaded derive_more v0.99.20 |
| 563 | 2026-06-26T12:17:02.286Z | Downloaded embedded-io v0.4.0 |
| 564 | 2026-06-26T12:17:02.289Z | Downloaded downcast-rs v2.0.2 |
| 565 | 2026-06-26T12:17:02.289Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 566 | 2026-06-26T12:17:02.292Z | Downloaded crossbeam-epoch v0.9.18 |
| 567 | 2026-06-26T12:17:02.292Z | Downloaded ciborium-io v0.2.2 |
| 568 | 2026-06-26T12:17:02.292Z | Downloaded cobs v0.3.0 |
| 569 | 2026-06-26T12:17:02.295Z | Downloaded atty v0.2.14 |
| 570 | 2026-06-26T12:17:02.295Z | Downloaded bit-set v0.5.3 |
| 571 | 2026-06-26T12:17:02.295Z | Downloaded fixedbitset v0.4.2 |
| 572 | 2026-06-26T12:17:02.298Z | Downloaded castaway v0.2.4 |
| 573 | 2026-06-26T12:17:02.298Z | Downloaded bb8 v0.8.6 |
| 574 | 2026-06-26T12:17:02.298Z | Downloaded async-stream v0.3.6 |
| 575 | 2026-06-26T12:17:02.300Z | Downloaded bitfield-struct v0.6.2 |
| 576 | 2026-06-26T12:17:02.300Z | Downloaded cpufeatures v0.3.0 |
| 577 | 2026-06-26T12:17:02.304Z | Downloaded block-padding v0.3.3 |
| 578 | 2026-06-26T12:17:02.304Z | Downloaded env_logger v0.11.9 |
| 579 | 2026-06-26T12:17:02.304Z | Downloaded darling_core v0.21.3 |
| 580 | 2026-06-26T12:17:02.307Z | Downloaded float-ord v0.3.2 |
| 581 | 2026-06-26T12:17:02.307Z | Downloaded ecdsa v0.16.9 |
| 582 | 2026-06-26T12:17:02.310Z | Downloaded embedded-io v0.6.1 |
| 583 | 2026-06-26T12:17:02.310Z | Downloaded atomic-waker v1.1.2 |
| 584 | 2026-06-26T12:17:02.312Z | Downloaded filetime v0.2.27 |
| 585 | 2026-06-26T12:17:02.313Z | Downloaded ena v0.14.4 |
| 586 | 2026-06-26T12:17:02.315Z | Downloaded bitfield-macros v0.19.4 |
| 587 | 2026-06-26T12:17:02.315Z | Downloaded crossbeam-deque v0.8.6 |
| 588 | 2026-06-26T12:17:02.315Z | Downloaded defmt-parser v1.0.0 |
| 589 | 2026-06-26T12:17:02.316Z | Downloaded cipher v0.4.4 |
| 590 | 2026-06-26T12:17:02.321Z | Downloaded bit-vec v0.6.3 |
| 591 | 2026-06-26T12:17:02.321Z | Downloaded cfg_aliases v0.2.1 |
| 592 | 2026-06-26T12:17:02.321Z | Downloaded atomicwrites v0.4.4 |
| 593 | 2026-06-26T12:17:02.321Z | Downloaded dyn-clone v1.0.20 |
| 594 | 2026-06-26T12:17:02.323Z | Downloaded argon2 v0.5.3 |
| 595 | 2026-06-26T12:17:02.323Z | Downloaded flagset v0.4.7 |
| 596 | 2026-06-26T12:17:02.323Z | Downloaded dirs-sys-next v0.1.2 |
| 597 | 2026-06-26T12:17:02.323Z | Downloaded anstyle-parse v0.2.7 |
| 598 | 2026-06-26T12:17:02.326Z | Downloaded fd-lock v4.0.4 |
| 599 | 2026-06-26T12:17:02.326Z | Downloaded compression-codecs v0.4.37 |
| 600 | 2026-06-26T12:17:02.329Z | Downloaded ahash v0.8.12 |
| 601 | 2026-06-26T12:17:02.332Z | Downloaded enum-as-inner v0.6.1 |
| 602 | 2026-06-26T12:17:02.332Z | Downloaded display-error-chain v0.2.2 |
| 603 | 2026-06-26T12:17:02.332Z | Downloaded bitflags v1.3.2 |
| 604 | 2026-06-26T12:17:02.334Z | Downloaded ascii-canvas v3.0.0 |
| 605 | 2026-06-26T12:17:02.334Z | Downloaded aead v0.5.2 |
| 606 | 2026-06-26T12:17:02.337Z | Downloaded async-stream-impl v0.3.6 |
| 607 | 2026-06-26T12:17:02.337Z | Downloaded darling_macro v0.20.11 |
| 608 | 2026-06-26T12:17:02.337Z | Downloaded darling_macro v0.13.4 |
| 609 | 2026-06-26T12:17:02.340Z | Downloaded cstr-argument v0.1.2 |
| 610 | 2026-06-26T12:17:02.342Z | Downloaded crc v3.4.0 |
| 611 | 2026-06-26T12:17:02.345Z | Downloaded document-features v0.2.12 |
| 612 | 2026-06-26T12:17:02.345Z | Downloaded arrayref v0.3.9 |
| 613 | 2026-06-26T12:17:02.348Z | Downloaded assert_matches v1.5.0 |
| 614 | 2026-06-26T12:17:02.348Z | Downloaded foreign-types-macros v0.2.3 |
| 615 | 2026-06-26T12:17:02.348Z | Downloaded dunce v1.0.5 |
| 616 | 2026-06-26T12:17:02.363Z | Downloaded crc-catalog v2.4.0 |
| 617 | 2026-06-26T12:17:02.363Z | Downloaded dtrace-parser v0.3.0 |
| 618 | 2026-06-26T12:17:02.363Z | Downloaded difflib v0.4.0 |
| 619 | 2026-06-26T12:17:02.363Z | Downloaded crunchy v0.2.4 |
| 620 | 2026-06-26T12:17:02.363Z | Downloaded cfg_aliases v0.1.1 |
| 621 | 2026-06-26T12:17:02.363Z | Downloaded cargo-platform v0.3.2 |
| 622 | 2026-06-26T12:17:02.363Z | Downloaded foreign-types-shared v0.1.1 |
| 623 | 2026-06-26T12:17:02.363Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 624 | 2026-06-26T12:17:02.364Z | Downloaded foreign-types v0.5.0 |
| 625 | 2026-06-26T12:17:02.364Z | Downloaded foreign-types v0.3.2 |
| 626 | 2026-06-26T12:17:02.368Z | Downloaded futures-core v0.3.32 |
| 627 | 2026-06-26T12:17:02.370Z | Downloaded futures-io v0.3.32 |
| 628 | 2026-06-26T12:17:02.370Z | Downloaded corncobs v0.1.4 |
| 629 | 2026-06-26T12:17:02.373Z | Downloaded dof v0.4.0 |
| 630 | 2026-06-26T12:17:02.373Z | Downloaded cbc v0.1.2 |
| 631 | 2026-06-26T12:17:02.373Z | Downloaded dirs-next v2.0.0 |
| 632 | 2026-06-26T12:17:02.376Z | Downloaded defmt v0.3.100 |
| 633 | 2026-06-26T12:17:02.376Z | Downloaded endian-type v0.1.2 |
| 634 | 2026-06-26T12:17:02.376Z | Downloaded der_derive v0.7.3 |
| 635 | 2026-06-26T12:17:02.378Z | Downloaded daft v0.1.7 |
| 636 | 2026-06-26T12:17:02.379Z | Downloaded cexpr v0.6.0 |
| 637 | 2026-06-26T12:17:02.381Z | Downloaded daft-derive v0.1.7 |
| 638 | 2026-06-26T12:17:02.384Z | Downloaded funty v2.0.0 |
| 639 | 2026-06-26T12:17:02.384Z | Downloaded der v0.7.10 |
| 640 | 2026-06-26T12:17:02.387Z | Downloaded byte-wrapper v0.1.0 |
| 641 | 2026-06-26T12:17:02.389Z | Downloaded cargo_metadata v0.23.1 |
| 642 | 2026-06-26T12:17:02.389Z | Downloaded bitfield v0.19.4 |
| 643 | 2026-06-26T12:17:02.389Z | Downloaded futures-sink v0.3.32 |
| 644 | 2026-06-26T12:17:02.392Z | Downloaded futures-macro v0.3.32 |
| 645 | 2026-06-26T12:17:02.392Z | Downloaded async-bb8-diesel v0.2.1 |
| 646 | 2026-06-26T12:17:02.392Z | Downloaded backoff v0.4.0 |
| 647 | 2026-06-26T12:17:02.395Z | Downloaded git-stub v1.0.0 |
| 648 | 2026-06-26T12:17:02.399Z | Downloaded fxhash v0.2.1 |
| 649 | 2026-06-26T12:17:02.399Z | Downloaded futures-task v0.3.32 |
| 650 | 2026-06-26T12:17:02.402Z | Downloaded crucible-workspace-hack v0.1.0 |
| 651 | 2026-06-26T12:17:02.402Z | Downloaded ghash v0.5.1 |
| 652 | 2026-06-26T12:17:02.402Z | Downloaded hash32 v0.2.1 |
| 653 | 2026-06-26T12:17:02.402Z | Downloaded derive_builder_macro v0.20.2 |
| 654 | 2026-06-26T12:17:02.404Z | Downloaded darling_macro v0.23.0 |
| 655 | 2026-06-26T12:17:02.404Z | Downloaded headers-core v0.3.0 |
| 656 | 2026-06-26T12:17:02.407Z | Downloaded hash32 v0.3.1 |
| 657 | 2026-06-26T12:17:02.410Z | Downloaded hex v0.4.3 |
| 658 | 2026-06-26T12:17:02.410Z | Downloaded dsl_auto_type v0.2.0 |
| 659 | 2026-06-26T12:17:02.410Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 660 | 2026-06-26T12:17:02.412Z | Downloaded hex-literal v0.4.1 |
| 661 | 2026-06-26T12:17:02.413Z | Downloaded hostname v0.3.1 |
| 662 | 2026-06-26T12:17:02.415Z | Downloaded bcs v0.1.6 |
| 663 | 2026-06-26T12:17:02.418Z | Downloaded elliptic-curve v0.13.8 |
| 664 | 2026-06-26T12:17:02.421Z | Downloaded fallible-iterator v0.2.0 |
| 665 | 2026-06-26T12:17:02.423Z | Downloaded csv-core v0.1.13 |
| 666 | 2026-06-26T12:17:02.423Z | Downloaded float-cmp v0.10.0 |
| 667 | 2026-06-26T12:17:02.423Z | Downloaded find-msvc-tools v0.1.9 |
| 668 | 2026-06-26T12:17:02.427Z | Downloaded const_format_proc_macros v0.2.34 |
| 669 | 2026-06-26T12:17:02.428Z | Downloaded convert_case v0.4.0 |
| 670 | 2026-06-26T12:17:02.431Z | Downloaded either v1.15.0 |
| 671 | 2026-06-26T12:17:02.431Z | Downloaded env_filter v1.0.0 |
| 672 | 2026-06-26T12:17:02.431Z | Downloaded diesel-dtrace v0.5.0 |
| 673 | 2026-06-26T12:17:02.431Z | Downloaded convert_case v0.10.0 |
| 674 | 2026-06-26T12:17:02.433Z | Downloaded constant_time_eq v0.4.2 |
| 675 | 2026-06-26T12:17:02.433Z | Downloaded home v0.5.12 |
| 676 | 2026-06-26T12:17:02.436Z | Downloaded chacha20 v0.9.1 |
| 677 | 2026-06-26T12:17:02.436Z | Downloaded http-body v1.0.1 |
| 678 | 2026-06-26T12:17:02.436Z | Downloaded hostname v0.4.2 |
| 679 | 2026-06-26T12:17:02.439Z | Downloaded ed25519 v2.2.3 |
| 680 | 2026-06-26T12:17:02.439Z | Downloaded darling v0.13.4 |
| 681 | 2026-06-26T12:17:02.442Z | Downloaded fixedbitset v0.5.7 |
| 682 | 2026-06-26T12:17:02.442Z | Downloaded ctr v0.9.2 |
| 683 | 2026-06-26T12:17:02.445Z | Downloaded foldhash v0.2.0 |
| 684 | 2026-06-26T12:17:02.445Z | Downloaded hubpack v0.1.2 |
| 685 | 2026-06-26T12:17:02.447Z | Downloaded cassowary v0.3.0 |
| 686 | 2026-06-26T12:17:02.447Z | Downloaded http-range v0.1.5 |
| 687 | 2026-06-26T12:17:02.448Z | Downloaded derive_builder v0.20.2 |
| 688 | 2026-06-26T12:17:02.450Z | Downloaded foreign-types-shared v0.3.1 |
| 689 | 2026-06-26T12:17:02.453Z | Downloaded bzip2 v0.6.1 |
| 690 | 2026-06-26T12:17:02.453Z | Downloaded bzip2 v0.4.4 |
| 691 | 2026-06-26T12:17:02.453Z | Downloaded derive_more v2.1.1 |
| 692 | 2026-06-26T12:17:02.460Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 693 | 2026-06-26T12:17:02.462Z | Downloaded hubpack_derive v0.1.1 |
| 694 | 2026-06-26T12:17:02.462Z | Downloaded futures-executor v0.3.32 |
| 695 | 2026-06-26T12:17:02.462Z | Downloaded gethostname v0.5.0 |
| 696 | 2026-06-26T12:17:02.465Z | Downloaded fs_extra v1.3.0 |
| 697 | 2026-06-26T12:17:02.465Z | Downloaded git-stub-vcs v0.1.0 |
| 698 | 2026-06-26T12:17:02.468Z | Downloaded hyper-tls v0.6.0 |
| 699 | 2026-06-26T12:17:02.468Z | Downloaded foldhash v0.1.5 |
| 700 | 2026-06-26T12:17:02.468Z | Downloaded indent_write v2.2.0 |
| 701 | 2026-06-26T12:17:02.471Z | Downloaded ident_case v1.0.1 |
| 702 | 2026-06-26T12:17:02.471Z | Downloaded ff v0.13.1 |
| 703 | 2026-06-26T12:17:02.471Z | Downloaded group v0.13.0 |
| 704 | 2026-06-26T12:17:02.474Z | Downloaded globwalk v0.9.1 |
| 705 | 2026-06-26T12:17:02.474Z | Downloaded globset v0.4.18 |
| 706 | 2026-06-26T12:17:02.474Z | Downloaded glob v0.3.3 |
| 707 | 2026-06-26T12:17:02.477Z | Downloaded indoc v1.0.9 |
| 708 | 2026-06-26T12:17:02.477Z | Downloaded instant v0.1.13 |
| 709 | 2026-06-26T12:17:02.479Z | Downloaded erased-serde v0.3.31 |
| 710 | 2026-06-26T12:17:02.480Z | Downloaded const-oid v0.9.6 |
| 711 | 2026-06-26T12:17:02.482Z | Downloaded fs-err v2.11.0 |
| 712 | 2026-06-26T12:17:02.483Z | Downloaded internet-checksum v0.2.1 |
| 713 | 2026-06-26T12:17:02.483Z | Downloaded instability v0.3.11 |
| 714 | 2026-06-26T12:17:02.485Z | Downloaded diff v0.1.13 |
| 715 | 2026-06-26T12:17:02.485Z | Downloaded ed25519-dalek v2.2.0 |
| 716 | 2026-06-26T12:17:02.488Z | Downloaded is_ci v1.2.0 |
| 717 | 2026-06-26T12:17:02.488Z | Downloaded is-terminal v0.4.17 |
| 718 | 2026-06-26T12:17:02.491Z | Downloaded crossbeam-utils v0.8.21 |
| 719 | 2026-06-26T12:17:02.491Z | Downloaded blake2 v0.10.6 |
| 720 | 2026-06-26T12:17:02.493Z | Downloaded derive-where v1.6.0 |
| 721 | 2026-06-26T12:17:02.496Z | Downloaded console v0.15.11 |
| 722 | 2026-06-26T12:17:02.502Z | Downloaded cookie v0.18.1 |
| 723 | 2026-06-26T12:17:02.502Z | Downloaded darling v0.20.11 |
| 724 | 2026-06-26T12:17:02.505Z | Downloaded crc32fast v1.5.0 |
| 725 | 2026-06-26T12:17:02.505Z | Downloaded colored v2.2.0 |
| 726 | 2026-06-26T12:17:02.505Z | Downloaded keccak v0.1.6 |
| 727 | 2026-06-26T12:17:02.507Z | Downloaded lazy_static v1.5.0 |
| 728 | 2026-06-26T12:17:02.507Z | Downloaded cmake v0.1.57 |
| 729 | 2026-06-26T12:17:02.508Z | Downloaded httpdate v1.0.3 |
| 730 | 2026-06-26T12:17:02.510Z | Downloaded highway v1.3.0 |
| 731 | 2026-06-26T12:17:02.510Z | Downloaded fatfs v0.3.6 |
| 732 | 2026-06-26T12:17:02.514Z | Downloaded humantime v2.3.0 |
| 733 | 2026-06-26T12:17:02.514Z | Downloaded cancel-safe-futures v0.1.5 |
| 734 | 2026-06-26T12:17:02.518Z | Downloaded console v0.16.2 |
| 735 | 2026-06-26T12:17:02.518Z | Downloaded kstat-rs v0.2.4 |
| 736 | 2026-06-26T12:17:02.518Z | Downloaded colored v3.1.1 |
| 737 | 2026-06-26T12:17:02.521Z | Downloaded lalrpop-util v0.19.12 |
| 738 | 2026-06-26T12:17:02.521Z | Downloaded chacha20 v0.10.0 |
| 739 | 2026-06-26T12:17:02.524Z | Downloaded arrayvec v0.7.6 |
| 740 | 2026-06-26T12:17:02.524Z | Downloaded illumos-nvpair v0.3.0 |
| 741 | 2026-06-26T12:17:02.524Z | Downloaded clang-sys v1.8.1 |
| 742 | 2026-06-26T12:17:02.524Z | Downloaded base64 v0.21.7 |
| 743 | 2026-06-26T12:17:02.527Z | Downloaded mime v0.3.17 |
| 744 | 2026-06-26T12:17:02.529Z | Downloaded cookie_store v0.22.1 |
| 745 | 2026-06-26T12:17:02.529Z | Downloaded memoffset v0.9.1 |
| 746 | 2026-06-26T12:17:02.532Z | Downloaded lru-slab v0.1.2 |
| 747 | 2026-06-26T12:17:02.532Z | Downloaded managed v0.8.0 |
| 748 | 2026-06-26T12:17:02.532Z | Downloaded lzss v0.8.2 |
| 749 | 2026-06-26T12:17:02.535Z | Downloaded lru v0.12.5 |
| 750 | 2026-06-26T12:17:02.535Z | Downloaded futures-channel v0.3.32 |
| 751 | 2026-06-26T12:17:02.535Z | Downloaded md-5 v0.10.6 |
| 752 | 2026-06-26T12:17:02.538Z | Downloaded lru-cache v0.1.2 |
| 753 | 2026-06-26T12:17:02.538Z | Downloaded des v0.8.1 |
| 754 | 2026-06-26T12:17:02.540Z | Downloaded linked-hash-map v0.5.6 |
| 755 | 2026-06-26T12:17:02.540Z | Downloaded libscf-sys v1.1.0 |
| 756 | 2026-06-26T12:17:02.540Z | Downloaded hyper-staticfile v0.10.1 |
| 757 | 2026-06-26T12:17:02.543Z | Downloaded half v1.8.3 |
| 758 | 2026-06-26T12:17:02.543Z | Downloaded getrandom v0.2.17 |
| 759 | 2026-06-26T12:17:02.546Z | Downloaded ipnet v2.11.0 |
| 760 | 2026-06-26T12:17:02.546Z | Downloaded ingot v0.1.1 |
| 761 | 2026-06-26T12:17:02.549Z | Downloaded inout v0.1.4 |
| 762 | 2026-06-26T12:17:02.549Z | Downloaded ingot-types v0.1.2 |
| 763 | 2026-06-26T12:17:02.549Z | Downloaded ipnetwork v0.21.1 |
| 764 | 2026-06-26T12:17:02.552Z | Downloaded multimap v0.10.1 |
| 765 | 2026-06-26T12:17:02.552Z | Downloaded new_debug_unreachable v1.0.6 |
| 766 | 2026-06-26T12:17:02.552Z | Downloaded md5 v0.7.0 |
| 767 | 2026-06-26T12:17:02.555Z | Downloaded newtype-uuid-macros v0.1.0 |
| 768 | 2026-06-26T12:17:02.555Z | Downloaded nibble_vec v0.1.0 |
| 769 | 2026-06-26T12:17:02.555Z | Downloaded nodrop v0.1.14 |
| 770 | 2026-06-26T12:17:02.557Z | Downloaded newtype_derive v0.1.6 |
| 771 | 2026-06-26T12:17:02.557Z | Downloaded nonempty v0.12.0 |
| 772 | 2026-06-26T12:17:02.558Z | Downloaded newline-converter v0.3.0 |
| 773 | 2026-06-26T12:17:02.560Z | Downloaded jobserver v0.1.34 |
| 774 | 2026-06-26T12:17:02.560Z | Downloaded hmac v0.12.1 |
| 775 | 2026-06-26T12:17:02.563Z | Downloaded dropshot_endpoint v0.17.0 |
| 776 | 2026-06-26T12:17:02.563Z | Downloaded match_cfg v0.1.0 |
| 777 | 2026-06-26T12:17:02.566Z | Downloaded maplit v1.0.2 |
| 778 | 2026-06-26T12:17:02.566Z | Downloaded indoc v2.0.7 |
| 779 | 2026-06-26T12:17:02.569Z | Downloaded ciborium v0.2.2 |
| 780 | 2026-06-26T12:17:02.569Z | Downloaded backon v1.6.0 |
| 781 | 2026-06-26T12:17:02.571Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 782 | 2026-06-26T12:17:02.571Z | Downloaded camino-tempfile-ext v0.3.3 |
| 783 | 2026-06-26T12:17:02.574Z | Downloaded num v0.4.3 |
| 784 | 2026-06-26T12:17:02.574Z | Downloaded normalize-line-endings v0.3.0 |
| 785 | 2026-06-26T12:17:02.577Z | Downloaded blowfish v0.9.1 |
| 786 | 2026-06-26T12:17:02.577Z | Downloaded base64ct v1.8.3 |
| 787 | 2026-06-26T12:17:02.577Z | Downloaded num-iter v0.1.45 |
| 788 | 2026-06-26T12:17:02.580Z | Downloaded deranged v0.5.8 |
| 789 | 2026-06-26T12:17:02.580Z | Downloaded libefi-sys v0.1.0 |
| 790 | 2026-06-26T12:17:02.583Z | Downloaded num_threads v0.1.7 |
| 791 | 2026-06-26T12:17:02.583Z | Downloaded num-conv v0.2.0 |
| 792 | 2026-06-26T12:17:02.583Z | Downloaded http-body-util v0.1.3 |
| 793 | 2026-06-26T12:17:02.585Z | Downloaded libloading v0.8.9 |
| 794 | 2026-06-26T12:17:02.585Z | Downloaded httparse v1.10.1 |
| 795 | 2026-06-26T12:17:02.588Z | Downloaded chacha20poly1305 v0.10.1 |
| 796 | 2026-06-26T12:17:02.591Z | Downloaded openssl-probe v0.1.6 |
| 797 | 2026-06-26T12:17:02.591Z | Downloaded openssl-macros v0.1.1 |
| 798 | 2026-06-26T12:17:02.591Z | Downloaded opaque-debug v0.3.1 |
| 799 | 2026-06-26T12:17:02.591Z | Downloaded openssl-probe v0.2.1 |
| 800 | 2026-06-26T12:17:02.594Z | Downloaded darling_core v0.13.4 |
| 801 | 2026-06-26T12:17:02.596Z | Downloaded olpc-cjson v0.1.4 |
| 802 | 2026-06-26T12:17:02.596Z | Downloaded num-derive v0.3.3 |
| 803 | 2026-06-26T12:17:02.596Z | Downloaded hyper-rustls v0.27.7 |
| 804 | 2026-06-26T12:17:02.599Z | Downloaded libsw-core v0.3.2 |
| 805 | 2026-06-26T12:17:02.599Z | Downloaded bumpalo v3.20.2 |
| 806 | 2026-06-26T12:17:02.602Z | Downloaded libsw v3.5.0 |
| 807 | 2026-06-26T12:17:02.602Z | Downloaded maybe-uninit v2.0.0 |
| 808 | 2026-06-26T12:17:02.604Z | Downloaded linear-map v1.2.0 |
| 809 | 2026-06-26T12:17:02.604Z | Downloaded packed_struct_codegen v0.10.1 |
| 810 | 2026-06-26T12:17:02.607Z | Downloaded oso-derive v0.27.3 |
| 811 | 2026-06-26T12:17:02.607Z | Downloaded iana-time-zone v0.1.65 |
| 812 | 2026-06-26T12:17:02.607Z | Downloaded getrandom v0.3.4 |
| 813 | 2026-06-26T12:17:02.622Z | Downloaded pbkdf2 v0.11.0 |
| 814 | 2026-06-26T12:17:02.625Z | Downloaded multer v3.1.0 |
| 815 | 2026-06-26T12:17:02.628Z | Downloaded parse-display v0.10.0 |
| 816 | 2026-06-26T12:17:02.628Z | Downloaded newtype-uuid v1.3.2 |
| 817 | 2026-06-26T12:17:02.631Z | Downloaded native-tls v0.2.18 |
| 818 | 2026-06-26T12:17:02.631Z | Downloaded pbkdf2 v0.12.2 |
| 819 | 2026-06-26T12:17:02.634Z | Downloaded parse-size v1.1.0 |
| 820 | 2026-06-26T12:17:02.634Z | Downloaded darling_core v0.23.0 |
| 821 | 2026-06-26T12:17:02.637Z | Downloaded bytes v1.11.1 |
| 822 | 2026-06-26T12:17:02.640Z | Downloaded compact_str v0.8.1 |
| 823 | 2026-06-26T12:17:02.647Z | Downloaded futures v0.3.32 |
| 824 | 2026-06-26T12:17:02.649Z | Downloaded path-slash v0.1.5 |
| 825 | 2026-06-26T12:17:02.652Z | Downloaded num-complex v0.4.6 |
| 826 | 2026-06-26T12:17:02.652Z | Downloaded nu-ansi-term v0.50.3 |
| 827 | 2026-06-26T12:17:02.655Z | Downloaded phf_shared v0.13.1 |
| 828 | 2026-06-26T12:17:02.655Z | Downloaded peg-runtime v0.8.5 |
| 829 | 2026-06-26T12:17:02.670Z | Downloaded precomputed-hash v0.1.1 |
| 830 | 2026-06-26T12:17:02.673Z | Downloaded pin-utils v0.1.0 |
| 831 | 2026-06-26T12:17:02.673Z | Downloaded phf_shared v0.12.1 |
| 832 | 2026-06-26T12:17:02.673Z | Downloaded num_enum_derive v0.7.6 |
| 833 | 2026-06-26T12:17:02.676Z | Downloaded num_enum_derive v0.5.11 |
| 834 | 2026-06-26T12:17:02.676Z | Downloaded num_enum v0.7.6 |
| 835 | 2026-06-26T12:17:02.679Z | Downloaded num_enum v0.5.11 |
| 836 | 2026-06-26T12:17:02.682Z | Downloaded oxide-tokio-rt v0.1.4 |
| 837 | 2026-06-26T12:17:02.682Z | Downloaded memmap2 v0.9.10 |
| 838 | 2026-06-26T12:17:02.685Z | Downloaded lock_api v0.4.14 |
| 839 | 2026-06-26T12:17:02.685Z | Downloaded litrs v1.0.0 |
| 840 | 2026-06-26T12:17:02.687Z | Downloaded predicates-tree v1.0.13 |
| 841 | 2026-06-26T12:17:02.688Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 842 | 2026-06-26T12:17:02.688Z | Downloaded powerfmt v0.2.0 |
| 843 | 2026-06-26T12:17:02.692Z | Downloaded proc-macro-crate v1.3.1 |
| 844 | 2026-06-26T12:17:02.692Z | Downloaded predicates-core v1.0.10 |
| 845 | 2026-06-26T12:17:02.692Z | Downloaded owo-colors v4.3.0 |
| 846 | 2026-06-26T12:17:02.694Z | Downloaded indexmap v1.9.3 |
| 847 | 2026-06-26T12:17:02.694Z | Downloaded proc-macro-crate v3.4.0 |
| 848 | 2026-06-26T12:17:02.694Z | Downloaded headers v0.4.1 |
| 849 | 2026-06-26T12:17:02.697Z | Downloaded nanorand v0.7.0 |
| 850 | 2026-06-26T12:17:02.700Z | Downloaded num-rational v0.4.2 |
| 851 | 2026-06-26T12:17:02.700Z | Downloaded parking_lot_core v0.8.6 |
| 852 | 2026-06-26T12:17:02.703Z | Downloaded password-hash v0.5.0 |
| 853 | 2026-06-26T12:17:02.703Z | Downloaded progenitor-client v0.10.0 |
| 854 | 2026-06-26T12:17:02.706Z | Downloaded ingot-macros v0.1.1 |
| 855 | 2026-06-26T12:17:02.706Z | Downloaded half v2.7.1 |
| 856 | 2026-06-26T12:17:02.709Z | Downloaded peg-macros v0.8.5 |
| 857 | 2026-06-26T12:17:02.709Z | Downloaded packed_struct v0.10.1 |
| 858 | 2026-06-26T12:17:02.712Z | Downloaded progenitor-client v0.14.0 |
| 859 | 2026-06-26T12:17:02.712Z | Downloaded progenitor-macro v0.11.2 |
| 860 | 2026-06-26T12:17:02.712Z | Downloaded heapless v0.8.0 |
| 861 | 2026-06-26T12:17:02.715Z | Downloaded progenitor-macro v0.14.0 |
| 862 | 2026-06-26T12:17:02.715Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-06-26T12:17:02.715Z | Downloaded allocator-api2 v0.2.21 |
| 864 | 2026-06-26T12:17:02.718Z | Downloaded progenitor-client v0.11.2 |
| 865 | 2026-06-26T12:17:02.718Z | Downloaded base64 v0.22.1 |
| 866 | 2026-06-26T12:17:02.721Z | Downloaded const_format v0.2.35 |
| 867 | 2026-06-26T12:17:02.724Z | Downloaded flate2 v1.1.9 |
| 868 | 2026-06-26T12:17:02.727Z | Downloaded darling_core v0.20.11 |
| 869 | 2026-06-26T12:17:02.730Z | Downloaded crypto-bigint v0.5.5 |
| 870 | 2026-06-26T12:17:02.733Z | Downloaded quick-error v1.2.3 |
| 871 | 2026-06-26T12:17:02.735Z | Downloaded pem v3.0.6 |
| 872 | 2026-06-26T12:17:02.735Z | Downloaded crossterm v0.28.1 |
| 873 | 2026-06-26T12:17:02.739Z | Downloaded pin-project-lite v0.2.17 |
| 874 | 2026-06-26T12:17:02.742Z | Downloaded pkg-config v0.3.32 |
| 875 | 2026-06-26T12:17:02.744Z | Downloaded pkcs8 v0.10.2 |
| 876 | 2026-06-26T12:17:02.747Z | Downloaded rand_chacha v0.3.1 |
| 877 | 2026-06-26T12:17:02.747Z | Downloaded radium v0.7.0 |
| 878 | 2026-06-26T12:17:02.747Z | Downloaded phf v0.13.1 |
| 879 | 2026-06-26T12:17:02.750Z | Downloaded ppv-lite86 v0.2.21 |
| 880 | 2026-06-26T12:17:02.750Z | Downloaded phf v0.12.1 |
| 881 | 2026-06-26T12:17:02.750Z | Downloaded cc v1.2.56 |
| 882 | 2026-06-26T12:17:02.753Z | Downloaded pem-rfc7468 v0.7.0 |
| 883 | 2026-06-26T12:17:02.753Z | Downloaded omicron-zone-package v0.12.2 |
| 884 | 2026-06-26T12:17:02.755Z | Downloaded phf_shared v0.11.3 |
| 885 | 2026-06-26T12:17:02.755Z | Downloaded postgres-protocol v0.6.10 |
| 886 | 2026-06-26T12:17:02.758Z | Downloaded primeorder v0.13.6 |
| 887 | 2026-06-26T12:17:02.758Z | Downloaded predicates v3.1.4 |
| 888 | 2026-06-26T12:17:02.761Z | Downloaded oxnet v0.1.5 |
| 889 | 2026-06-26T12:17:02.761Z | Downloaded polyval v0.6.2 |
| 890 | 2026-06-26T12:17:02.764Z | Downloaded rand_xorshift v0.4.0 |
| 891 | 2026-06-26T12:17:02.764Z | Downloaded libbz2-rs-sys v0.2.2 |
| 892 | 2026-06-26T12:17:02.766Z | Downloaded progenitor v0.14.0 |
| 893 | 2026-06-26T12:17:02.766Z | Downloaded ignore v0.4.25 |
| 894 | 2026-06-26T12:17:02.769Z | Downloaded psl-types v2.0.11 |
| 895 | 2026-06-26T12:17:02.769Z | Downloaded password-hash v0.4.2 |
| 896 | 2026-06-26T12:17:02.772Z | Downloaded proc-macro-error2 v2.0.1 |
| 897 | 2026-06-26T12:17:02.772Z | Downloaded peg v0.8.5 |
| 898 | 2026-06-26T12:17:02.775Z | Downloaded progenitor-client v0.13.0 |
| 899 | 2026-06-26T12:17:02.775Z | Downloaded progenitor v0.13.0 |
| 900 | 2026-06-26T12:17:02.778Z | Downloaded parking_lot v0.12.5 |
| 901 | 2026-06-26T12:17:02.778Z | Downloaded pin-project-internal v1.1.11 |
| 902 | 2026-06-26T12:17:02.781Z | Downloaded ref-cast v1.0.25 |
| 903 | 2026-06-26T12:17:02.781Z | Downloaded parking_lot_core v0.9.12 |
| 904 | 2026-06-26T12:17:02.783Z | Downloaded progenitor-extras v0.2.0 |
| 905 | 2026-06-26T12:17:02.783Z | Downloaded async-compression v0.4.41 |
| 906 | 2026-06-26T12:17:02.786Z | Downloaded parking_lot v0.11.2 |
| 907 | 2026-06-26T12:17:02.789Z | Downloaded hickory-resolver v0.24.4 |
| 908 | 2026-06-26T12:17:02.792Z | Downloaded crossbeam-channel v0.5.15 |
| 909 | 2026-06-26T12:17:02.795Z | Downloaded paste v1.0.15 |
| 910 | 2026-06-26T12:17:02.797Z | Downloaded parse-display-derive v0.10.0 |
| 911 | 2026-06-26T12:17:02.797Z | Downloaded heapless v0.7.17 |
| 912 | 2026-06-26T12:17:02.800Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 913 | 2026-06-26T12:17:02.800Z | Downloaded recursive v0.1.1 |
| 914 | 2026-06-26T12:17:02.800Z | Downloaded psm v0.1.30 |
| 915 | 2026-06-26T12:17:02.803Z | Downloaded drift v0.2.0 |
| 916 | 2026-06-26T12:17:02.807Z | Downloaded rustc-hash v2.1.1 |
| 917 | 2026-06-26T12:17:02.810Z | Downloaded russh-cryptovec v0.7.3 |
| 918 | 2026-06-26T12:17:02.810Z | Downloaded rfc6979 v0.4.0 |
| 919 | 2026-06-26T12:17:02.810Z | Downloaded num-integer v0.1.46 |
| 920 | 2026-06-26T12:17:02.813Z | Downloaded num-derive v0.4.2 |
| 921 | 2026-06-26T12:17:02.813Z | Downloaded mime_guess v2.0.5 |
| 922 | 2026-06-26T12:17:02.816Z | Downloaded rustc_version v0.4.1 |
| 923 | 2026-06-26T12:17:02.816Z | Downloaded rustc_version v0.1.7 |
| 924 | 2026-06-26T12:17:02.816Z | Downloaded rtoolbox v0.0.3 |
| 925 | 2026-06-26T12:17:02.816Z | Downloaded r2d2 v0.8.10 |
| 926 | 2026-06-26T12:17:02.819Z | Downloaded flume v0.11.1 |
| 927 | 2026-06-26T12:17:02.821Z | Downloaded ar_archive_writer v0.5.1 |
| 928 | 2026-06-26T12:17:02.826Z | Downloaded indicatif v0.18.4 |
| 929 | 2026-06-26T12:17:02.830Z | Downloaded postgres-types v0.2.12 |
| 930 | 2026-06-26T12:17:02.833Z | Downloaded poly1305 v0.8.0 |
| 931 | 2026-06-26T12:17:02.833Z | Downloaded postcard v1.1.3 |
| 932 | 2026-06-26T12:17:02.835Z | Downloaded p256 v0.13.2 |
| 933 | 2026-06-26T12:17:02.838Z | Downloaded rand_seeder v0.4.0 |
| 934 | 2026-06-26T12:17:02.838Z | Downloaded same-file v1.0.6 |
| 935 | 2026-06-26T12:17:02.838Z | Downloaded salsa20 v0.10.2 |
| 936 | 2026-06-26T12:17:02.841Z | Downloaded rand_core v0.10.0 |
| 937 | 2026-06-26T12:17:02.841Z | Downloaded rand_core v0.6.4 |
| 938 | 2026-06-26T12:17:02.841Z | Downloaded sapling-renderdag v0.1.0 |
| 939 | 2026-06-26T12:17:02.844Z | Downloaded derive_more-impl v2.1.1 |
| 940 | 2026-06-26T12:17:02.846Z | Downloaded expectorate v1.2.0 |
| 941 | 2026-06-26T12:17:02.849Z | Downloaded rand_chacha v0.9.0 |
| 942 | 2026-06-26T12:17:02.849Z | Downloaded miniz_oxide v0.8.9 |
| 943 | 2026-06-26T12:17:02.852Z | Downloaded ref-cast-impl v1.0.25 |
| 944 | 2026-06-26T12:17:02.852Z | Downloaded progenitor v0.11.2 |
| 945 | 2026-06-26T12:17:02.852Z | Downloaded scroll_derive v0.13.1 |
| 946 | 2026-06-26T12:17:02.855Z | Downloaded scheduled-thread-pool v0.2.7 |
| 947 | 2026-06-26T12:17:02.857Z | Downloaded serde-big-array v0.5.1 |
| 948 | 2026-06-26T12:17:02.860Z | Downloaded seq-macro v0.3.6 |
| 949 | 2026-06-26T12:17:02.860Z | Downloaded serde_bytes v0.11.19 |
| 950 | 2026-06-26T12:17:02.860Z | Downloaded semver v0.1.20 |
| 951 | 2026-06-26T12:17:02.864Z | Downloaded secrecy v0.8.0 |
| 952 | 2026-06-26T12:17:02.864Z | Downloaded scrypt v0.11.0 |
| 953 | 2026-06-26T12:17:02.867Z | Downloaded diesel_derives v2.3.7 |
| 954 | 2026-06-26T12:17:02.870Z | Downloaded jiff-static v0.2.21 |
| 955 | 2026-06-26T12:17:02.874Z | Downloaded http v1.4.0 |
| 956 | 2026-06-26T12:17:02.877Z | Downloaded hickory-resolver v0.25.2 |
| 957 | 2026-06-26T12:17:02.879Z | Downloaded resolv-conf v0.7.6 |
| 958 | 2026-06-26T12:17:02.884Z | Downloaded pkcs1 v0.7.5 |
| 959 | 2026-06-26T12:17:02.887Z | Downloaded serde_urlencoded v0.7.1 |
| 960 | 2026-06-26T12:17:02.887Z | Downloaded rustls-native-certs v0.8.3 |
| 961 | 2026-06-26T12:17:02.890Z | Downloaded aho-corasick v1.1.4 |
| 962 | 2026-06-26T12:17:02.892Z | Downloaded serde_spanned v1.0.4 |
| 963 | 2026-06-26T12:17:02.895Z | Downloaded pkcs5 v0.7.1 |
| 964 | 2026-06-26T12:17:02.895Z | Downloaded serde_repr v0.1.20 |
| 965 | 2026-06-26T12:17:02.898Z | Downloaded quinn-udp v0.5.14 |
| 966 | 2026-06-26T12:17:02.899Z | Downloaded serde_plain v1.0.2 |
| 967 | 2026-06-26T12:17:02.903Z | Downloaded pin-project v1.1.11 |
| 968 | 2026-06-26T12:17:02.906Z | Downloaded shell-words v1.1.1 |
| 969 | 2026-06-26T12:17:02.908Z | Downloaded sha1 v0.10.6 |
| 970 | 2026-06-26T12:17:02.908Z | Downloaded signature v2.2.0 |
| 971 | 2026-06-26T12:17:02.911Z | Downloaded signal-hook-tokio v0.3.1 |
| 972 | 2026-06-26T12:17:02.911Z | Downloaded rustls-pemfile v1.0.4 |
| 973 | 2026-06-26T12:17:02.911Z | Downloaded oso v0.27.3 |
| 974 | 2026-06-26T12:17:02.914Z | Downloaded hyper-util v0.1.20 |
| 975 | 2026-06-26T12:17:02.916Z | Downloaded rusty-fork v0.3.1 |
| 976 | 2026-06-26T12:17:02.919Z | Downloaded rustversion v1.0.22 |
| 977 | 2026-06-26T12:17:02.919Z | Downloaded rand_core v0.9.5 |
| 978 | 2026-06-26T12:17:02.922Z | Downloaded aes-gcm v0.10.3 |
| 979 | 2026-06-26T12:17:02.925Z | Downloaded progenitor-impl v0.14.0 |
| 980 | 2026-06-26T12:17:02.925Z | Downloaded serde-hex v0.1.0 |
| 981 | 2026-06-26T12:17:02.927Z | Downloaded scroll v0.13.0 |
| 982 | 2026-06-26T12:17:02.927Z | Downloaded siphasher v1.0.2 |
| 983 | 2026-06-26T12:17:02.927Z | Downloaded scopeguard v1.2.0 |
| 984 | 2026-06-26T12:17:02.931Z | Downloaded minimal-lexical v0.2.1 |
| 985 | 2026-06-26T12:17:02.933Z | Downloaded papergrid v0.17.0 |
| 986 | 2026-06-26T12:17:02.936Z | Downloaded hashbrown v0.13.2 |
| 987 | 2026-06-26T12:17:02.938Z | Downloaded slog-envlogger v2.2.0 |
| 988 | 2026-06-26T12:17:02.938Z | Downloaded slog-bunyan v2.5.0 |
| 989 | 2026-06-26T12:17:02.941Z | Downloaded secrecy v0.10.3 |
| 990 | 2026-06-26T12:17:02.941Z | Downloaded sec1 v0.7.3 |
| 991 | 2026-06-26T12:17:02.941Z | Downloaded sct v0.7.1 |
| 992 | 2026-06-26T12:17:02.945Z | Downloaded schemars_derive v0.8.22 |
| 993 | 2026-06-26T12:17:02.947Z | Downloaded hashbrown v0.12.3 |
| 994 | 2026-06-26T12:17:02.947Z | Downloaded hickory-server v0.25.2 |
| 995 | 2026-06-26T12:17:02.950Z | Downloaded serde_path_to_error v0.1.20 |
| 996 | 2026-06-26T12:17:02.960Z | Downloaded serde_derive_internals v0.29.1 |
| 997 | 2026-06-26T12:17:02.962Z | Downloaded serde_with_macros v1.5.2 |
| 998 | 2026-06-26T12:17:02.965Z | Downloaded russh-keys v0.45.0 |
| 999 | 2026-06-26T12:17:02.974Z | Downloaded ssh-cipher v0.2.0 |
| 1000 | 2026-06-26T12:17:02.977Z | Downloaded sqlparser_derive v0.5.0 |
| 1001 | 2026-06-26T12:17:02.977Z | Downloaded ssh-encoding v0.2.0 |
| 1002 | 2026-06-26T12:17:02.977Z | Downloaded signal-hook-mio v0.2.5 |
| 1003 | 2026-06-26T12:17:02.979Z | Downloaded shlex v1.3.0 |
| 1004 | 2026-06-26T12:17:02.982Z | Downloaded rustls-pki-types v1.14.0 |
| 1005 | 2026-06-26T12:17:02.982Z | Downloaded signal-hook-registry v1.4.8 |
| 1006 | 2026-06-26T12:17:02.985Z | Downloaded prettyplease v0.2.37 |
| 1007 | 2026-06-26T12:17:02.985Z | Downloaded openssl-sys v0.9.115 |
| 1008 | 2026-06-26T12:17:02.988Z | Downloaded simd-adler32 v0.3.8 |
| 1009 | 2026-06-26T12:17:02.990Z | Downloaded rustls-pemfile v2.2.0 |
| 1010 | 2026-06-26T12:17:02.993Z | Downloaded strsim v0.10.0 |
| 1011 | 2026-06-26T12:17:02.993Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1012 | 2026-06-26T12:17:02.993Z | Downloaded pretty_assertions v1.4.1 |
| 1013 | 2026-06-26T12:17:02.996Z | Downloaded prefix-trie v0.7.0 |
| 1014 | 2026-06-26T12:17:02.996Z | Downloaded sigpipe v0.1.3 |
| 1015 | 2026-06-26T12:17:02.998Z | Downloaded structmeta-derive v0.3.0 |
| 1016 | 2026-06-26T12:17:03.001Z | Downloaded structmeta v0.3.0 |
| 1017 | 2026-06-26T12:17:03.004Z | Downloaded progenitor-impl v0.13.0 |
| 1018 | 2026-06-26T12:17:03.006Z | Downloaded strum v0.27.2 |
| 1019 | 2026-06-26T12:17:03.007Z | Downloaded slog-scope v4.4.1 |
| 1020 | 2026-06-26T12:17:03.007Z | Downloaded slog-json v2.6.1 |
| 1021 | 2026-06-26T12:17:03.009Z | Downloaded progenitor-impl v0.11.2 |
| 1022 | 2026-06-26T12:17:03.009Z | Downloaded subtle v2.6.1 |
| 1023 | 2026-06-26T12:17:03.012Z | Downloaded supports-color v3.0.2 |
| 1024 | 2026-06-26T12:17:03.012Z | Downloaded slog-dtrace v0.3.0 |
| 1025 | 2026-06-26T12:17:03.012Z | Downloaded slog-async v2.8.0 |
| 1026 | 2026-06-26T12:17:03.015Z | Downloaded sync_wrapper v1.0.2 |
| 1027 | 2026-06-26T12:17:03.015Z | Downloaded sync-ptr v0.1.4 |
| 1028 | 2026-06-26T12:17:03.015Z | Downloaded slog-term v2.9.2 |
| 1029 | 2026-06-26T12:17:03.017Z | Downloaded slab v0.4.12 |
| 1030 | 2026-06-26T12:17:03.017Z | Downloaded serde_cbor v0.11.2 |
| 1031 | 2026-06-26T12:17:03.020Z | Downloaded num-bigint v0.4.6 |
| 1032 | 2026-06-26T12:17:03.023Z | Downloaded dropshot-api-manager v0.7.2 |
| 1033 | 2026-06-26T12:17:03.027Z | Downloaded rcgen v0.12.1 |
| 1034 | 2026-06-26T12:17:03.031Z | Downloaded smallvec v0.6.14 |
| 1035 | 2026-06-26T12:17:03.034Z | Downloaded snafu-derive v0.8.9 |
| 1036 | 2026-06-26T12:17:03.034Z | Downloaded slog-stdlog v4.1.1 |
| 1037 | 2026-06-26T12:17:03.037Z | Downloaded take_mut v0.2.2 |
| 1038 | 2026-06-26T12:17:03.037Z | Downloaded smf v0.2.3 |
| 1039 | 2026-06-26T12:17:03.037Z | Downloaded serde_with_macros v3.17.0 |
| 1040 | 2026-06-26T12:17:03.040Z | Downloaded tagptr v0.2.0 |
| 1041 | 2026-06-26T12:17:03.040Z | Downloaded tabled_derive v0.11.0 |
| 1042 | 2026-06-26T12:17:03.040Z | Downloaded sqlformat v0.3.5 |
| 1043 | 2026-06-26T12:17:03.043Z | Downloaded spki v0.7.3 |
| 1044 | 2026-06-26T12:17:03.043Z | Downloaded tabwriter v1.4.1 |
| 1045 | 2026-06-26T12:17:03.043Z | Downloaded termtree v0.5.1 |
| 1046 | 2026-06-26T12:17:03.048Z | Downloaded testing_table v0.3.0 |
| 1047 | 2026-06-26T12:17:03.051Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1048 | 2026-06-26T12:17:03.054Z | Downloaded crossterm v0.29.0 |
| 1049 | 2026-06-26T12:17:03.057Z | Downloaded stringprep v0.1.5 |
| 1050 | 2026-06-26T12:17:03.060Z | Downloaded thread-id v5.1.0 |
| 1051 | 2026-06-26T12:17:03.063Z | Downloaded static_assertions v1.1.0 |
| 1052 | 2026-06-26T12:17:03.063Z | Downloaded stacker v0.1.23 |
| 1053 | 2026-06-26T12:17:03.066Z | Downloaded tinyvec_macros v0.1.1 |
| 1054 | 2026-06-26T12:17:03.066Z | Downloaded time-core v0.1.8 |
| 1055 | 2026-06-26T12:17:03.066Z | Downloaded string_cache v0.8.9 |
| 1056 | 2026-06-26T12:17:03.066Z | Downloaded mio v1.2.0 |
| 1057 | 2026-06-26T12:17:03.070Z | Downloaded hashbrown v0.15.5 |
| 1058 | 2026-06-26T12:17:03.074Z | Downloaded itertools v0.10.5 |
| 1059 | 2026-06-26T12:17:03.079Z | Downloaded ryu v1.0.23 |
| 1060 | 2026-06-26T12:17:03.081Z | Downloaded tap v1.0.1 |
| 1061 | 2026-06-26T12:17:03.084Z | Downloaded strum_macros v0.26.4 |
| 1062 | 2026-06-26T12:17:03.084Z | Downloaded strum_macros v0.24.3 |
| 1063 | 2026-06-26T12:17:03.087Z | Downloaded strum v0.26.3 |
| 1064 | 2026-06-26T12:17:03.097Z | Downloaded quinn v0.11.9 |
| 1065 | 2026-06-26T12:17:03.102Z | Downloaded support-bundle-viewer v0.1.2 |
| 1066 | 2026-06-26T12:17:03.105Z | Downloaded strum_macros v0.27.2 |
| 1067 | 2026-06-26T12:17:03.105Z | Downloaded ron v0.8.1 |
| 1068 | 2026-06-26T12:17:03.109Z | Downloaded publicsuffix v2.3.0 |
| 1069 | 2026-06-26T12:17:03.114Z | Downloaded nom v7.1.3 |
| 1070 | 2026-06-26T12:17:03.117Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1071 | 2026-06-26T12:17:03.123Z | Downloaded thiserror-no-std v2.0.2 |
| 1072 | 2026-06-26T12:17:03.126Z | Downloaded spin v0.9.8 |
| 1073 | 2026-06-26T12:17:03.129Z | Downloaded topological-sort v0.2.2 |
| 1074 | 2026-06-26T12:17:03.129Z | Downloaded signal-hook v0.3.18 |
| 1075 | 2026-06-26T12:17:03.132Z | Downloaded termios v0.3.3 |
| 1076 | 2026-06-26T12:17:03.132Z | Downloaded tower-service v0.3.3 |
| 1077 | 2026-06-26T12:17:03.138Z | Downloaded rand v0.8.6 |
| 1078 | 2026-06-26T12:17:03.138Z | Downloaded tower-layer v0.3.3 |
| 1079 | 2026-06-26T12:17:03.141Z | Downloaded tokio-native-tls v0.3.1 |
| 1080 | 2026-06-26T12:17:03.141Z | Downloaded try-lock v0.2.5 |
| 1081 | 2026-06-26T12:17:03.141Z | Downloaded trait-variant v0.1.2 |
| 1082 | 2026-06-26T12:17:03.141Z | Downloaded rayon-core v1.13.0 |
| 1083 | 2026-06-26T12:17:03.141Z | Downloaded typify-macro v0.4.3 |
| 1084 | 2026-06-26T12:17:03.144Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1085 | 2026-06-26T12:17:03.147Z | Downloaded aes v0.8.4 |
| 1086 | 2026-06-26T12:17:03.152Z | Downloaded tiny-keccak v2.0.2 |
| 1087 | 2026-06-26T12:17:03.152Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-06-26T12:17:03.155Z | Downloaded thread_local v1.1.9 |
| 1089 | 2026-06-26T12:17:03.155Z | Downloaded libxml v0.3.3 |
| 1090 | 2026-06-26T12:17:03.155Z | Downloaded tokio-rustls v0.25.0 |
| 1091 | 2026-06-26T12:17:03.158Z | Downloaded tokio-dtrace v0.1.1 |
| 1092 | 2026-06-26T12:17:03.158Z | Downloaded tokio-tungstenite v0.23.1 |
| 1093 | 2026-06-26T12:17:03.161Z | Downloaded tokio-tungstenite v0.21.0 |
| 1094 | 2026-06-26T12:17:03.161Z | Downloaded tls_codec_derive v0.4.2 |
| 1095 | 2026-06-26T12:17:03.163Z | Downloaded itertools v0.12.1 |
| 1096 | 2026-06-26T12:17:03.167Z | Downloaded unarray v0.1.4 |
| 1097 | 2026-06-26T12:17:03.167Z | Downloaded untrusted v0.9.0 |
| 1098 | 2026-06-26T12:17:03.173Z | Downloaded tokio-macros v2.7.0 |
| 1099 | 2026-06-26T12:17:03.176Z | Downloaded similar v2.7.0 |
| 1100 | 2026-06-26T12:17:03.176Z | Downloaded universal-hash v0.5.1 |
| 1101 | 2026-06-26T12:17:03.179Z | Downloaded itertools v0.13.0 |
| 1102 | 2026-06-26T12:17:03.183Z | Downloaded typify-macro v0.6.2 |
| 1103 | 2026-06-26T12:17:03.186Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1104 | 2026-06-26T12:17:03.186Z | Downloaded usdt-attr-macro v0.6.0 |
| 1105 | 2026-06-26T12:17:03.189Z | Downloaded usdt v0.6.0 |
| 1106 | 2026-06-26T12:17:03.192Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1107 | 2026-06-26T12:17:03.192Z | Downloaded unit-prefix v0.5.2 |
| 1108 | 2026-06-26T12:17:03.198Z | Downloaded hyper v1.8.1 |
| 1109 | 2026-06-26T12:17:03.200Z | Downloaded untrusted v0.7.1 |
| 1110 | 2026-06-26T12:17:03.200Z | Downloaded unicode-truncate v1.1.0 |
| 1111 | 2026-06-26T12:17:03.200Z | Downloaded hashbrown v0.16.1 |
| 1112 | 2026-06-26T12:17:03.203Z | Downloaded utf-8 v0.7.6 |
| 1113 | 2026-06-26T12:17:03.208Z | Downloaded usdt-macro v0.6.0 |
| 1114 | 2026-06-26T12:17:03.208Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1115 | 2026-06-26T12:17:03.208Z | Downloaded qorb v0.4.1 |
| 1116 | 2026-06-26T12:17:03.211Z | Downloaded tui-tree-widget v0.23.1 |
| 1117 | 2026-06-26T12:17:03.212Z | Downloaded rustls-webpki v0.103.9 |
| 1118 | 2026-06-26T12:17:03.212Z | Downloaded samael v0.0.19 |
| 1119 | 2026-06-26T12:17:03.214Z | Downloaded socket2 v0.5.10 |
| 1120 | 2026-06-26T12:17:03.219Z | Downloaded void v1.0.2 |
| 1121 | 2026-06-26T12:17:03.219Z | Downloaded rsa v0.9.10 |
| 1122 | 2026-06-26T12:17:03.222Z | Downloaded waitgroup v0.1.2 |
| 1123 | 2026-06-26T12:17:03.222Z | Downloaded schemars v0.9.0 |
| 1124 | 2026-06-26T12:17:03.227Z | Downloaded want v0.3.1 |
| 1125 | 2026-06-26T12:17:03.230Z | Downloaded slog v2.8.2 |
| 1126 | 2026-06-26T12:17:03.230Z | Downloaded schemars v0.8.22 |
| 1127 | 2026-06-26T12:17:03.237Z | Downloaded unicase v2.9.0 |
| 1128 | 2026-06-26T12:17:03.240Z | Downloaded tls_codec v0.4.2 |
| 1129 | 2026-06-26T12:17:03.240Z | Downloaded tokio-rustls v0.26.4 |
| 1130 | 2026-06-26T12:17:03.240Z | Downloaded wait-timeout v0.2.1 |
| 1131 | 2026-06-26T12:17:03.247Z | Downloaded xattr v1.6.1 |
| 1132 | 2026-06-26T12:17:03.247Z | Downloaded iri-string v0.7.10 |
| 1133 | 2026-06-26T12:17:03.250Z | Downloaded term v1.2.1 |
| 1134 | 2026-06-26T12:17:03.250Z | Downloaded term v0.7.0 |
| 1135 | 2026-06-26T12:17:03.253Z | Downloaded rand v0.9.2 |
| 1136 | 2026-06-26T12:17:03.253Z | Downloaded num-bigint-dig v0.8.6 |
| 1137 | 2026-06-26T12:17:03.256Z | Downloaded xshell-macros v0.2.7 |
| 1138 | 2026-06-26T12:17:03.259Z | Downloaded snafu v0.8.9 |
| 1139 | 2026-06-26T12:17:03.262Z | Downloaded itertools v0.14.0 |
| 1140 | 2026-06-26T12:17:03.265Z | Downloaded hkdf v0.12.4 |
| 1141 | 2026-06-26T12:17:03.269Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2026-06-26T12:17:03.269Z | Downloaded socket2 v0.6.3 |
| 1143 | 2026-06-26T12:17:03.272Z | Downloaded uzers v0.12.2 |
| 1144 | 2026-06-26T12:17:03.280Z | Downloaded zone v0.3.1 |
| 1145 | 2026-06-26T12:17:03.280Z | Downloaded zone_cfg_derive v0.3.1 |
| 1146 | 2026-06-26T12:17:03.281Z | Downloaded vergen-gitcl v1.0.8 |
| 1147 | 2026-06-26T12:17:03.287Z | Downloaded vergen-git2 v9.1.0 |
| 1148 | 2026-06-26T12:17:03.287Z | Downloaded vergen-lib v0.1.6 |
| 1149 | 2026-06-26T12:17:03.287Z | Downloaded tracing-attributes v0.1.31 |
| 1150 | 2026-06-26T12:17:03.290Z | Downloaded vsss-rs v3.3.4 |
| 1151 | 2026-06-26T12:17:03.293Z | Downloaded schemars v1.2.1 |
| 1152 | 2026-06-26T12:17:03.301Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1153 | 2026-06-26T12:17:03.304Z | Downloaded vergen-lib v9.1.0 |
| 1154 | 2026-06-26T12:17:03.304Z | Downloaded blake3 v1.8.3 |
| 1155 | 2026-06-26T12:17:03.308Z | Downloaded wyz v0.5.1 |
| 1156 | 2026-06-26T12:17:03.311Z | Downloaded unicode-properties v0.1.4 |
| 1157 | 2026-06-26T12:17:03.311Z | Downloaded tokio-stream v0.1.18 |
| 1158 | 2026-06-26T12:17:03.314Z | Downloaded tinyvec v1.10.0 |
| 1159 | 2026-06-26T12:17:03.317Z | Downloaded test-strategy v0.4.5 |
| 1160 | 2026-06-26T12:17:03.317Z | Downloaded twox-hash v2.1.2 |
| 1161 | 2026-06-26T12:17:03.320Z | Downloaded whoami v1.6.1 |
| 1162 | 2026-06-26T12:17:03.320Z | Downloaded walkdir v2.5.0 |
| 1163 | 2026-06-26T12:17:03.327Z | Downloaded rand v0.10.0 |
| 1164 | 2026-06-26T12:17:03.330Z | Downloaded subprocess v0.2.15 |
| 1165 | 2026-06-26T12:17:03.333Z | Downloaded futures-util v0.3.32 |
| 1166 | 2026-06-26T12:17:03.339Z | Downloaded zeroize v1.8.2 |
| 1167 | 2026-06-26T12:17:03.342Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1168 | 2026-06-26T12:17:03.344Z | Downloaded xshell v0.2.7 |
| 1169 | 2026-06-26T12:17:03.345Z | Downloaded zeroize_derive v1.4.3 |
| 1170 | 2026-06-26T12:17:03.345Z | Downloaded toml v0.7.8 |
| 1171 | 2026-06-26T12:17:03.349Z | Downloaded libm v0.2.16 |
| 1172 | 2026-06-26T12:17:03.352Z | Downloaded zstd v0.13.3 |
| 1173 | 2026-06-26T12:17:03.355Z | Downloaded vergen v9.1.0 |
| 1174 | 2026-06-26T12:17:03.356Z | Downloaded usdt-impl v0.6.0 |
| 1175 | 2026-06-26T12:17:03.359Z | Downloaded rustyline v14.0.0 |
| 1176 | 2026-06-26T12:17:03.362Z | Downloaded steno v0.4.1 |
| 1177 | 2026-06-26T12:17:03.362Z | Downloaded tar v0.4.45 |
| 1178 | 2026-06-26T12:17:03.365Z | Downloaded unicode-bidi v0.3.18 |
| 1179 | 2026-06-26T12:17:03.365Z | Downloaded nom v8.0.0 |
| 1180 | 2026-06-26T12:17:03.376Z | Downloaded tungstenite v0.21.0 |
| 1181 | 2026-06-26T12:17:03.379Z | Downloaded typify v0.6.2 |
| 1182 | 2026-06-26T12:17:03.382Z | Downloaded typify v0.4.3 |
| 1183 | 2026-06-26T12:17:03.384Z | Downloaded yasna v0.5.2 |
| 1184 | 2026-06-26T12:17:03.384Z | Downloaded tungstenite v0.23.0 |
| 1185 | 2026-06-26T12:17:03.387Z | Downloaded whoami v2.1.0 |
| 1186 | 2026-06-26T12:17:03.399Z | Downloaded zstd-safe v7.2.4 |
| 1187 | 2026-06-26T12:17:03.403Z | Downloaded iddqd v0.4.2 |
| 1188 | 2026-06-26T12:17:03.405Z | Downloaded tracing-core v0.1.36 |
| 1189 | 2026-06-26T12:17:03.408Z | Downloaded h2 v0.4.13 |
| 1190 | 2026-06-26T12:17:03.413Z | Downloaded russh v0.45.0 |
| 1191 | 2026-06-26T12:17:03.436Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1192 | 2026-06-26T12:17:03.439Z | Downloaded p521 v0.13.3 |
| 1193 | 2026-06-26T12:17:03.441Z | Downloaded chrono v0.4.44 |
| 1194 | 2026-06-26T12:17:03.444Z | Downloaded bitvec v1.0.1 |
| 1195 | 2026-06-26T12:17:03.454Z | Downloaded zopfli v0.8.3 |
| 1196 | 2026-06-26T12:17:03.456Z | Downloaded aws-lc-rs v1.16.3 |
| 1197 | 2026-06-26T12:17:03.461Z | Downloaded uuid v1.23.0 |
| 1198 | 2026-06-26T12:17:03.463Z | Downloaded serde_with v1.14.0 |
| 1199 | 2026-06-26T12:17:03.466Z | Downloaded unsafe-libyaml v0.2.11 |
| 1200 | 2026-06-26T12:17:03.469Z | Downloaded toml_edit v0.19.15 |
| 1201 | 2026-06-26T12:17:03.477Z | Downloaded vte v0.14.1 |
| 1202 | 2026-06-26T12:17:03.480Z | Downloaded zerocopy v0.6.6 |
| 1203 | 2026-06-26T12:17:03.483Z | Downloaded unicode_categories v0.1.1 |
| 1204 | 2026-06-26T12:17:03.483Z | Downloaded git2 v0.20.4 |
| 1205 | 2026-06-26T12:17:03.487Z | Downloaded bindgen v0.71.1 |
| 1206 | 2026-06-26T12:17:03.491Z | Downloaded tokio-postgres v0.7.16 |
| 1207 | 2026-06-26T12:17:03.494Z | Downloaded reqwest v0.13.2 |
| 1208 | 2026-06-26T12:17:03.497Z | Downloaded regex v1.12.3 |
| 1209 | 2026-06-26T12:17:03.502Z | Downloaded yansi v1.0.1 |
| 1210 | 2026-06-26T12:17:03.505Z | Downloaded portable-atomic v1.13.1 |
| 1211 | 2026-06-26T12:17:03.507Z | Downloaded rayon v1.11.0 |
| 1212 | 2026-06-26T12:17:03.512Z | Downloaded ssh-key v0.6.7 |
| 1213 | 2026-06-26T12:17:03.516Z | Downloaded quick-xml v0.37.5 |
| 1214 | 2026-06-26T12:17:03.520Z | Downloaded p384 v0.13.1 |
| 1215 | 2026-06-26T12:17:03.523Z | Downloaded rpassword v7.4.0 |
| 1216 | 2026-06-26T12:17:03.526Z | Downloaded reedline v0.40.0 |
| 1217 | 2026-06-26T12:17:03.534Z | Downloaded x509-cert v0.2.5 |
| 1218 | 2026-06-26T12:17:03.552Z | Downloaded zerocopy-derive v0.8.40 |
| 1219 | 2026-06-26T12:17:03.558Z | Downloaded zip v0.6.6 |
| 1220 | 2026-06-26T12:17:03.560Z | Downloaded rustls-webpki v0.101.7 |
| 1221 | 2026-06-26T12:17:03.568Z | Downloaded typed-path v0.9.3 |
| 1222 | 2026-06-26T12:17:03.571Z | Downloaded goblin v0.10.5 |
| 1223 | 2026-06-26T12:17:03.576Z | Downloaded zip v4.6.1 |
| 1224 | 2026-06-26T12:17:03.579Z | Downloaded lalrpop v0.19.12 |
| 1225 | 2026-06-26T12:17:03.587Z | Downloaded unicode-segmentation v1.12.0 |
| 1226 | 2026-06-26T12:17:03.590Z | Downloaded salty v0.3.0 |
| 1227 | 2026-06-26T12:17:03.592Z | Downloaded tower-http v0.6.8 |
| 1228 | 2026-06-26T12:17:03.596Z | Downloaded petname v2.0.2 |
| 1229 | 2026-06-26T12:17:03.599Z | Downloaded moka v0.12.13 |
| 1230 | 2026-06-26T12:17:03.604Z | Downloaded tokio-util v0.7.18 |
| 1231 | 2026-06-26T12:17:03.608Z | Downloaded tower v0.5.3 |
| 1232 | 2026-06-26T12:17:03.617Z | Downloaded reqwest v0.12.28 |
| 1233 | 2026-06-26T12:17:03.630Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-06-26T12:17:03.638Z | Downloaded serde_with v3.17.0 |
| 1235 | 2026-06-26T12:17:03.644Z | Downloaded quinn-proto v0.11.13 |
| 1236 | 2026-06-26T12:17:03.649Z | Downloaded unicode-normalization v0.1.25 |
| 1237 | 2026-06-26T12:17:03.652Z | Downloaded bstr v1.12.1 |
| 1238 | 2026-06-26T12:17:03.662Z | Downloaded object v0.30.4 |
| 1239 | 2026-06-26T12:17:03.669Z | Downloaded polar-core v0.27.3 |
| 1240 | 2026-06-26T12:17:03.675Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-06-26T12:17:03.681Z | Downloaded tabled v0.20.0 |
| 1242 | 2026-06-26T12:17:03.690Z | Downloaded rustls v0.21.12 |
| 1243 | 2026-06-26T12:17:03.696Z | Downloaded rustls-webpki v0.102.8 |
| 1244 | 2026-06-26T12:17:03.708Z | Downloaded tough v0.22.0 |
| 1245 | 2026-06-26T12:17:03.711Z | Downloaded time v0.3.47 |
| 1246 | 2026-06-26T12:17:03.720Z | Downloaded zlib-rs v0.6.2 |
| 1247 | 2026-06-26T12:17:03.723Z | Downloaded smoltcp v0.9.1 |
| 1248 | 2026-06-26T12:17:03.728Z | Downloaded winnow v0.5.40 |
| 1249 | 2026-06-26T12:17:03.733Z | Downloaded nix v0.27.1 |
| 1250 | 2026-06-26T12:17:03.739Z | Downloaded rustls v0.22.4 |
| 1251 | 2026-06-26T12:17:03.746Z | Downloaded radix_trie v0.2.1 |
| 1252 | 2026-06-26T12:17:03.749Z | Downloaded openssl v0.10.79 |
| 1253 | 2026-06-26T12:17:03.755Z | Downloaded winnow v0.6.26 |
| 1254 | 2026-06-26T12:17:03.761Z | Downloaded openapiv3 v2.2.0 |
| 1255 | 2026-06-26T12:17:03.783Z | Downloaded nix v0.28.0 |
| 1256 | 2026-06-26T12:17:03.821Z | Downloaded dropshot v0.17.0 |
| 1257 | 2026-06-26T12:17:03.845Z | Downloaded object v0.37.3 |
| 1258 | 2026-06-26T12:17:03.866Z | Downloaded vcpkg v0.2.15 |
| 1259 | 2026-06-26T12:17:03.889Z | Downloaded regex-syntax v0.6.29 |
| 1260 | 2026-06-26T12:17:03.893Z | Downloaded nix v0.31.2 |
| 1261 | 2026-06-26T12:17:03.900Z | Downloaded sqlparser v0.61.0 |
| 1262 | 2026-06-26T12:17:03.905Z | Downloaded webpki-roots v1.0.6 |
| 1263 | 2026-06-26T12:17:03.908Z | Downloaded sled v0.34.7 |
| 1264 | 2026-06-26T12:17:03.913Z | Downloaded regress v0.10.5 |
| 1265 | 2026-06-26T12:17:03.918Z | Downloaded hickory-proto v0.25.2 |
| 1266 | 2026-06-26T12:17:03.926Z | Downloaded zerocopy v0.8.40 |
| 1267 | 2026-06-26T12:17:03.931Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1268 | 2026-06-26T12:17:03.938Z | Downloaded smoltcp v0.11.0 |
| 1269 | 2026-06-26T12:17:03.944Z | Downloaded hickory-proto v0.24.4 |
| 1270 | 2026-06-26T12:17:03.952Z | Downloaded rustix v0.38.44 |
| 1271 | 2026-06-26T12:17:03.965Z | Downloaded regress v0.11.1 |
| 1272 | 2026-06-26T12:17:03.970Z | Downloaded diesel v2.3.7 |
| 1273 | 2026-06-26T12:17:03.981Z | Downloaded rustls v0.23.37 |
| 1274 | 2026-06-26T12:17:03.988Z | Downloaded regex-syntax v0.8.10 |
| 1275 | 2026-06-26T12:17:03.992Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-06-26T12:17:04.001Z | Downloaded ratatui v0.29.0 |
| 1277 | 2026-06-26T12:17:04.036Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-06-26T12:17:04.048Z | Downloaded sha3 v0.10.8 |
| 1279 | 2026-06-26T12:17:04.051Z | Downloaded tokio v1.52.1 |
| 1280 | 2026-06-26T12:17:04.083Z | Downloaded typify-impl v0.6.2 |
| 1281 | 2026-06-26T12:17:04.091Z | Downloaded tracing v0.1.44 |
| 1282 | 2026-06-26T12:17:04.112Z | Downloaded typify-impl v0.4.3 |
| 1283 | 2026-06-26T12:17:04.120Z | Downloaded regex-automata v0.4.14 |
| 1284 | 2026-06-26T12:17:04.136Z | Downloaded zerocopy-derive v0.6.6 |
| 1285 | 2026-06-26T12:17:04.158Z | Downloaded petgraph v0.6.5 |
| 1286 | 2026-06-26T12:17:04.173Z | Downloaded jiff v0.2.21 |
| 1287 | 2026-06-26T12:17:04.185Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1288 | 2026-06-26T12:17:04.218Z | Downloaded petgraph v0.8.3 |
| 1289 | 2026-06-26T12:17:04.228Z | Downloaded csv v1.4.0 |
| 1290 | 2026-06-26T12:17:04.245Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-06-26T12:17:04.304Z | Downloaded encoding_rs v0.8.35 |
| 1292 | 2026-06-26T12:17:04.316Z | Downloaded ring v0.17.14 |
| 1293 | 2026-06-26T12:17:04.753Z | Downloaded aws-lc-sys v0.40.0 |
| 1294 | 2026-06-26T12:17:05.012Z | Compiling libc v0.2.185 |
| 1295 | 2026-06-26T12:17:05.016Z | Compiling serde v1.0.228 |
| 1296 | 2026-06-26T12:17:05.016Z | Compiling log v0.4.29 |
| 1297 | 2026-06-26T12:17:05.016Z | Compiling shlex v1.3.0 |
| 1298 | 2026-06-26T12:17:05.016Z | Compiling find-msvc-tools v0.1.9 |
| 1299 | 2026-06-26T12:17:05.016Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-06-26T12:17:05.016Z | Compiling typenum v1.19.0 |
| 1301 | 2026-06-26T12:17:05.016Z | Compiling subtle v2.6.1 |
| 1302 | 2026-06-26T12:17:05.186Z | Compiling generic-array v0.14.7 |
| 1303 | 2026-06-26T12:17:05.189Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-06-26T12:17:05.206Z | Compiling const-oid v0.9.6 |
| 1305 | 2026-06-26T12:17:05.271Z | Compiling serde_json v1.0.149 |
| 1306 | 2026-06-26T12:17:05.296Z | Compiling syn v2.0.117 |
| 1307 | 2026-06-26T12:17:05.299Z | Compiling zerocopy v0.8.40 |
| 1308 | 2026-06-26T12:17:05.299Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-06-26T12:17:05.324Z | Compiling portable-atomic v1.13.1 |
| 1310 | 2026-06-26T12:17:05.363Z | Compiling lock_api v0.4.14 |
| 1311 | 2026-06-26T12:17:05.388Z | Compiling parking_lot_core v0.9.12 |
| 1312 | 2026-06-26T12:17:05.405Z | Compiling pkg-config v0.3.32 |
| 1313 | 2026-06-26T12:17:05.426Z | Compiling bitflags v2.11.0 |
| 1314 | 2026-06-26T12:17:05.445Z | Compiling futures-core v0.3.32 |
| 1315 | 2026-06-26T12:17:05.460Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-06-26T12:17:05.463Z | Compiling libm v0.2.16 |
| 1317 | 2026-06-26T12:17:05.531Z | Compiling num-traits v0.2.19 |
| 1318 | 2026-06-26T12:17:05.565Z | Compiling percent-encoding v2.3.2 |
| 1319 | 2026-06-26T12:17:05.619Z | Compiling futures-sink v0.3.32 |
| 1320 | 2026-06-26T12:17:05.622Z | Compiling cpufeatures v0.2.17 |
| 1321 | 2026-06-26T12:17:05.666Z | Compiling futures-task v0.3.32 |
| 1322 | 2026-06-26T12:17:05.716Z | Compiling futures-io v0.3.32 |
| 1323 | 2026-06-26T12:17:05.735Z | Compiling futures-channel v0.3.32 |
| 1324 | 2026-06-26T12:17:05.750Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-06-26T12:17:05.766Z | Compiling slab v0.4.12 |
| 1326 | 2026-06-26T12:17:05.808Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-06-26T12:17:05.825Z | Compiling indexmap v2.14.0 |
| 1328 | 2026-06-26T12:17:05.885Z | Compiling getrandom v0.3.4 |
| 1329 | 2026-06-26T12:17:05.911Z | Compiling rustversion v1.0.22 |
| 1330 | 2026-06-26T12:17:05.981Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-06-26T12:17:05.996Z | Compiling fs_extra v1.3.0 |
| 1332 | 2026-06-26T12:17:06.012Z | Compiling dunce v1.0.5 |
| 1333 | 2026-06-26T12:17:06.015Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-06-26T12:17:06.028Z | Compiling base64ct v1.8.3 |
| 1335 | 2026-06-26T12:17:06.070Z | Compiling rustix v1.1.3 |
| 1336 | 2026-06-26T12:17:06.130Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-06-26T12:17:06.148Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-06-26T12:17:06.168Z | Compiling errno v0.3.14 |
| 1339 | 2026-06-26T12:17:06.217Z | Compiling mio v1.2.0 |
| 1340 | 2026-06-26T12:17:06.278Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-06-26T12:17:06.281Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-06-26T12:17:06.307Z | Compiling signal-hook-registry v1.4.8 |
| 1343 | 2026-06-26T12:17:06.345Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-06-26T12:17:06.359Z | Compiling cc v1.2.56 |
| 1345 | 2026-06-26T12:17:06.449Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-06-26T12:17:06.497Z | Compiling pem-rfc7468 v0.7.0 |
| 1347 | 2026-06-26T12:17:06.512Z | Compiling iana-time-zone v0.1.65 |
| 1348 | 2026-06-26T12:17:06.552Z | Compiling flagset v0.4.7 |
| 1349 | 2026-06-26T12:17:06.575Z | Compiling regex-syntax v0.8.10 |
| 1350 | 2026-06-26T12:17:06.607Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-06-26T12:17:06.624Z | Compiling vcpkg v0.2.15 |
| 1352 | 2026-06-26T12:17:06.716Z | Compiling uuid v1.23.0 |
| 1353 | 2026-06-26T12:17:06.747Z | Compiling tracing-core v0.1.36 |
| 1354 | 2026-06-26T12:17:06.750Z | Compiling rustc_version v0.4.1 |
| 1355 | 2026-06-26T12:17:06.750Z | Compiling base64 v0.22.1 |
| 1356 | 2026-06-26T12:17:06.818Z | Compiling tinyvec_macros v0.1.1 |
| 1357 | 2026-06-26T12:17:06.860Z | Compiling rand_core v0.9.5 |
| 1358 | 2026-06-26T12:17:06.899Z | Compiling openssl-probe v0.2.1 |
| 1359 | 2026-06-26T12:17:06.931Z | Compiling untrusted v0.7.1 |
| 1360 | 2026-06-26T12:17:06.953Z | Compiling untrusted v0.9.0 |
| 1361 | 2026-06-26T12:17:07.023Z | Compiling httparse v1.10.1 |
| 1362 | 2026-06-26T12:17:07.073Z | Compiling cmake v0.1.57 |
| 1363 | 2026-06-26T12:17:07.097Z | Compiling tinyvec v1.10.0 |
| 1364 | 2026-06-26T12:17:07.100Z | Compiling aho-corasick v1.1.4 |
| 1365 | 2026-06-26T12:17:07.127Z | Compiling dyn-clone v1.0.20 |
| 1366 | 2026-06-26T12:17:07.130Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-06-26T12:17:07.156Z | Compiling tower-layer v0.3.3 |
| 1368 | 2026-06-26T12:17:07.159Z | Compiling schemars v0.8.22 |
| 1369 | 2026-06-26T12:17:07.255Z | Compiling atomic-waker v1.1.2 |
| 1370 | 2026-06-26T12:17:07.283Z | Compiling rustls v0.23.37 |
| 1371 | 2026-06-26T12:17:07.298Z | Compiling try-lock v0.2.5 |
| 1372 | 2026-06-26T12:17:07.314Z | Compiling httpdate v1.0.3 |
| 1373 | 2026-06-26T12:17:07.346Z | Compiling openssl v0.10.79 |
| 1374 | 2026-06-26T12:17:07.364Z | Compiling foreign-types-shared v0.1.1 |
| 1375 | 2026-06-26T12:17:07.405Z | Compiling want v0.3.1 |
| 1376 | 2026-06-26T12:17:07.433Z | Compiling pin-utils v0.1.0 |
| 1377 | 2026-06-26T12:17:07.433Z | Compiling unicode-normalization v0.1.25 |
| 1378 | 2026-06-26T12:17:07.467Z | Compiling foreign-types v0.3.2 |
| 1379 | 2026-06-26T12:17:07.470Z | Compiling spin v0.9.8 |
| 1380 | 2026-06-26T12:17:07.510Z | Compiling powerfmt v0.2.0 |
| 1381 | 2026-06-26T12:17:07.527Z | Compiling native-tls v0.2.18 |
| 1382 | 2026-06-26T12:17:07.529Z | Compiling time-core v0.1.8 |
| 1383 | 2026-06-26T12:17:07.529Z | Compiling num-conv v0.2.0 |
| 1384 | 2026-06-26T12:17:07.571Z | Compiling crc32fast v1.5.0 |
| 1385 | 2026-06-26T12:17:07.576Z | Compiling wait-timeout v0.2.1 |
| 1386 | 2026-06-26T12:17:07.600Z | Compiling sync_wrapper v1.0.2 |
| 1387 | 2026-06-26T12:17:07.619Z | Compiling usdt-impl v0.6.0 |
| 1388 | 2026-06-26T12:17:07.674Z | Compiling deranged v0.5.8 |
| 1389 | 2026-06-26T12:17:07.723Z | Compiling tempfile v3.25.0 |
| 1390 | 2026-06-26T12:17:07.723Z | Compiling time-macros v0.2.27 |
| 1391 | 2026-06-26T12:17:07.751Z | Compiling unicode-segmentation v1.12.0 |
| 1392 | 2026-06-26T12:17:07.751Z | Compiling num_threads v0.1.7 |
| 1393 | 2026-06-26T12:17:07.779Z | Compiling quick-error v1.2.3 |
| 1394 | 2026-06-26T12:17:07.803Z | Compiling siphasher v1.0.2 |
| 1395 | 2026-06-26T12:17:07.853Z | Compiling crossbeam-utils v0.8.21 |
| 1396 | 2026-06-26T12:17:07.873Z | Compiling bit-vec v0.8.0 |
| 1397 | 2026-06-26T12:17:07.876Z | Compiling syn v1.0.109 |
| 1398 | 2026-06-26T12:17:07.920Z | Compiling simd-adler32 v0.3.8 |
| 1399 | 2026-06-26T12:17:07.924Z | Compiling aws-lc-sys v0.40.0 |
| 1400 | 2026-06-26T12:17:07.958Z | Compiling ring v0.17.14 |
| 1401 | 2026-06-26T12:17:07.964Z | Compiling openssl-sys v0.9.115 |
| 1402 | 2026-06-26T12:17:08.010Z | Compiling regex-automata v0.4.14 |
| 1403 | 2026-06-26T12:17:08.024Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-06-26T12:17:08.146Z | Compiling synstructure v0.13.2 |
| 1405 | 2026-06-26T12:17:08.166Z | Compiling serde_derive_internals v0.29.1 |
| 1406 | 2026-06-26T12:17:08.200Z | Compiling pest_generator v2.8.6 |
| 1407 | 2026-06-26T12:17:08.217Z | Compiling darling_core v0.20.11 |
| 1408 | 2026-06-26T12:17:08.253Z | Compiling bit-set v0.8.0 |
| 1409 | 2026-06-26T12:17:08.320Z | Compiling darling_core v0.21.3 |
| 1410 | 2026-06-26T12:17:08.431Z | Compiling rusty-fork v0.3.1 |
| 1411 | 2026-06-26T12:17:08.770Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1412 | 2026-06-26T12:17:08.805Z | Compiling slog v2.8.2 |
| 1413 | 2026-06-26T12:17:08.865Z | Compiling heapless v0.7.17 |
| 1414 | 2026-06-26T12:17:08.913Z | Compiling time v0.3.47 |
| 1415 | 2026-06-26T12:17:08.973Z | Compiling rand_xorshift v0.4.0 |
| 1416 | 2026-06-26T12:17:09.003Z | Compiling thread-id v5.1.0 |
| 1417 | 2026-06-26T12:17:09.027Z | Compiling cookie v0.18.1 |
| 1418 | 2026-06-26T12:17:09.091Z | Compiling ryu v1.0.23 |
| 1419 | 2026-06-26T12:17:09.105Z | Compiling allocator-api2 v0.2.21 |
| 1420 | 2026-06-26T12:17:09.121Z | Compiling adler2 v2.0.1 |
| 1421 | 2026-06-26T12:17:09.165Z | Compiling unicode-bidi v0.3.18 |
| 1422 | 2026-06-26T12:17:09.181Z | Compiling iri-string v0.7.10 |
| 1423 | 2026-06-26T12:17:09.195Z | Compiling anyhow v1.0.102 |
| 1424 | 2026-06-26T12:17:09.212Z | Compiling unarray v0.1.4 |
| 1425 | 2026-06-26T12:17:09.239Z | Compiling zstd-safe v7.2.4 |
| 1426 | 2026-06-26T12:17:09.272Z | Compiling signal-hook v0.3.18 |
| 1427 | 2026-06-26T12:17:09.291Z | Compiling unicode-properties v0.1.4 |
| 1428 | 2026-06-26T12:17:09.333Z | Compiling paste v1.0.15 |
| 1429 | 2026-06-26T12:17:09.451Z | Compiling miniz_oxide v0.8.9 |
| 1430 | 2026-06-26T12:17:09.499Z | Compiling stringprep v0.1.5 |
| 1431 | 2026-06-26T12:17:09.731Z | Compiling heck v0.4.1 |
| 1432 | 2026-06-26T12:17:09.773Z | Compiling num-integer v0.1.46 |
| 1433 | 2026-06-26T12:17:09.861Z | Compiling serde_derive v1.0.228 |
| 1434 | 2026-06-26T12:17:09.972Z | Compiling zeroize_derive v1.4.3 |
| 1435 | 2026-06-26T12:17:09.987Z | Compiling zerofrom-derive v0.1.6 |
| 1436 | 2026-06-26T12:17:10.113Z | Compiling yoke-derive v0.8.1 |
| 1437 | 2026-06-26T12:17:10.129Z | Compiling zerocopy-derive v0.8.40 |
| 1438 | 2026-06-26T12:17:10.209Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-06-26T12:17:10.319Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-06-26T12:17:10.548Z | Compiling tokio-macros v2.7.0 |
| 1441 | 2026-06-26T12:17:10.625Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-06-26T12:17:10.655Z | Compiling zeroize v1.8.2 |
| 1443 | 2026-06-26T12:17:10.747Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-06-26T12:17:10.975Z | Compiling rustls-pki-types v1.14.0 |
| 1445 | 2026-06-26T12:17:11.113Z | Compiling tracing-attributes v0.1.31 |
| 1446 | 2026-06-26T12:17:11.330Z | Compiling thiserror-impl v2.0.18 |
| 1447 | 2026-06-26T12:17:11.333Z | Compiling pest_derive v2.8.6 |
| 1448 | 2026-06-26T12:17:11.382Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-06-26T12:17:11.447Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-06-26T12:17:11.463Z | Compiling zerofrom v0.1.6 |
| 1451 | 2026-06-26T12:17:11.478Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-06-26T12:17:11.500Z | Compiling futures-util v0.3.32 |
| 1453 | 2026-06-26T12:17:11.607Z | Compiling yoke v0.8.1 |
| 1454 | 2026-06-26T12:17:11.629Z | Compiling digest v0.10.7 |
| 1455 | 2026-06-26T12:17:11.669Z | Compiling block-padding v0.3.3 |
| 1456 | 2026-06-26T12:17:11.765Z | Compiling der v0.7.10 |
| 1457 | 2026-06-26T12:17:11.813Z | Compiling zerovec v0.11.5 |
| 1458 | 2026-06-26T12:17:11.828Z | Compiling zerotrie v0.2.3 |
| 1459 | 2026-06-26T12:17:11.846Z | Compiling hmac v0.12.1 |
| 1460 | 2026-06-26T12:17:11.888Z | Compiling inout v0.1.4 |
| 1461 | 2026-06-26T12:17:12.327Z | Compiling sha2 v0.10.9 |
| 1462 | 2026-06-26T12:17:12.327Z | Compiling cipher v0.4.4 |
| 1463 | 2026-06-26T12:17:12.327Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-06-26T12:17:12.327Z | Compiling tinystr v0.8.2 |
| 1465 | 2026-06-26T12:17:12.327Z | Compiling potential_utf v0.1.4 |
| 1466 | 2026-06-26T12:17:12.331Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-06-26T12:17:12.357Z | Compiling cbc v0.1.2 |
| 1468 | 2026-06-26T12:17:12.485Z | Compiling icu_locale_core v2.1.1 |
| 1469 | 2026-06-26T12:17:12.485Z | Compiling icu_collections v2.1.1 |
| 1470 | 2026-06-26T12:17:12.517Z | Compiling tracing v0.1.44 |
| 1471 | 2026-06-26T12:17:12.517Z | Compiling scrypt v0.11.0 |
| 1472 | 2026-06-26T12:17:12.546Z | Compiling aes v0.8.4 |
| 1473 | 2026-06-26T12:17:12.615Z | Compiling spki v0.7.3 |
| 1474 | 2026-06-26T12:17:12.747Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-06-26T12:17:12.803Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-06-26T12:17:12.824Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-06-26T12:17:12.839Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-06-26T12:17:12.873Z | Compiling rustls-native-certs v0.8.3 |
| 1479 | 2026-06-26T12:17:13.012Z | Compiling pkcs5 v0.7.1 |
| 1480 | 2026-06-26T12:17:13.027Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-06-26T12:17:13.178Z | Compiling icu_provider v2.1.1 |
| 1482 | 2026-06-26T12:17:13.332Z | Compiling bytes v1.11.1 |
| 1483 | 2026-06-26T12:17:13.409Z | Compiling chrono v0.4.44 |
| 1484 | 2026-06-26T12:17:13.424Z | Compiling icu_properties v2.1.2 |
| 1485 | 2026-06-26T12:17:13.427Z | Compiling icu_normalizer v2.1.1 |
| 1486 | 2026-06-26T12:17:13.502Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-06-26T12:17:13.518Z | Compiling pkcs8 v0.10.2 |
| 1488 | 2026-06-26T12:17:13.561Z | Compiling darling v0.20.11 |
| 1489 | 2026-06-26T12:17:13.631Z | Compiling derive_builder_core v0.20.2 |
| 1490 | 2026-06-26T12:17:13.649Z | Compiling scroll v0.13.0 |
| 1491 | 2026-06-26T12:17:13.663Z | Compiling signature v2.2.0 |
| 1492 | 2026-06-26T12:17:13.817Z | Compiling tokio v1.52.1 |
| 1493 | 2026-06-26T12:17:13.834Z | Compiling http v1.4.0 |
| 1494 | 2026-06-26T12:17:13.906Z | Compiling webpki-roots v1.0.6 |
| 1495 | 2026-06-26T12:17:13.937Z | Compiling goblin v0.10.5 |
| 1496 | 2026-06-26T12:17:13.963Z | Compiling scroll_derive v0.12.1 |
| 1497 | 2026-06-26T12:17:14.025Z | Compiling thiserror-impl v1.0.69 |
| 1498 | 2026-06-26T12:17:14.046Z | Compiling serde_tokenstream v0.2.3 |
| 1499 | 2026-06-26T12:17:14.071Z | Compiling erased-serde v0.3.31 |
| 1500 | 2026-06-26T12:17:14.086Z | Compiling serde_urlencoded v0.7.1 |
| 1501 | 2026-06-26T12:17:14.362Z | Compiling idna_adapter v1.2.1 |
| 1502 | 2026-06-26T12:17:14.387Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2026-06-26T12:17:14.508Z | Compiling idna v1.1.0 |
| 1504 | 2026-06-26T12:17:14.553Z | Compiling ppv-lite86 v0.2.21 |
| 1505 | 2026-06-26T12:17:14.571Z | Compiling http-body v1.0.1 |
| 1506 | 2026-06-26T12:17:14.586Z | Compiling toml_datetime v0.6.11 |
| 1507 | 2026-06-26T12:17:14.604Z | Compiling derive_builder_macro v0.20.2 |
| 1508 | 2026-06-26T12:17:14.623Z | Compiling md-5 v0.10.6 |
| 1509 | 2026-06-26T12:17:14.692Z | Compiling scroll v0.12.0 |
| 1510 | 2026-06-26T12:17:14.748Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-06-26T12:17:14.763Z | Compiling darling_macro v0.21.3 |
| 1512 | 2026-06-26T12:17:14.811Z | Compiling url v2.5.8 |
| 1513 | 2026-06-26T12:17:14.852Z | Compiling rand_chacha v0.9.0 |
| 1514 | 2026-06-26T12:17:14.873Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-06-26T12:17:14.888Z | Compiling bstr v1.12.1 |
| 1516 | 2026-06-26T12:17:14.903Z | Compiling zerocopy-derive v0.7.35 |
| 1517 | 2026-06-26T12:17:14.979Z | Compiling pin-project-internal v1.1.11 |
| 1518 | 2026-06-26T12:17:15.009Z | Compiling async-trait v0.1.89 |
| 1519 | 2026-06-26T12:17:15.106Z | Compiling rand v0.9.2 |
| 1520 | 2026-06-26T12:17:15.203Z | Compiling vergen-lib v9.1.0 |
| 1521 | 2026-06-26T12:17:15.282Z | Compiling curve25519-dalek v4.1.3 |
| 1522 | 2026-06-26T12:17:15.403Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-06-26T12:17:15.524Z | Compiling ff v0.13.1 |
| 1524 | 2026-06-26T12:17:15.583Z | Compiling hash32 v0.2.1 |
| 1525 | 2026-06-26T12:17:15.639Z | Compiling memoffset v0.9.1 |
| 1526 | 2026-06-26T12:17:15.654Z | Compiling encoding_rs v0.8.35 |
| 1527 | 2026-06-26T12:17:15.682Z | Compiling proptest v1.10.0 |
| 1528 | 2026-06-26T12:17:15.714Z | Compiling smoltcp v0.9.1 |
| 1529 | 2026-06-26T12:17:15.796Z | Compiling mime v0.3.17 |
| 1530 | 2026-06-26T12:17:15.822Z | Compiling fallible-iterator v0.2.0 |
| 1531 | 2026-06-26T12:17:15.858Z | Compiling psl-types v2.0.11 |
| 1532 | 2026-06-26T12:17:15.913Z | Compiling base16ct v0.2.0 |
| 1533 | 2026-06-26T12:17:15.933Z | Compiling cfg_aliases v0.2.1 |
| 1534 | 2026-06-26T12:17:15.999Z | Compiling ref-cast v1.0.25 |
| 1535 | 2026-06-26T12:17:16.022Z | Compiling zlib-rs v0.6.2 |
| 1536 | 2026-06-26T12:17:16.083Z | Compiling num-bigint-dig v0.8.6 |
| 1537 | 2026-06-26T12:17:16.098Z | Compiling litrs v1.0.0 |
| 1538 | 2026-06-26T12:17:16.101Z | Compiling rustix v0.38.44 |
| 1539 | 2026-06-26T12:17:16.127Z | Compiling postgres-protocol v0.6.10 |
| 1540 | 2026-06-26T12:17:16.143Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2026-06-26T12:17:16.147Z | Compiling pin-project v1.1.11 |
| 1542 | 2026-06-26T12:17:16.345Z | Compiling sec1 v0.7.3 |
| 1543 | 2026-06-26T12:17:16.349Z | Compiling nix v0.31.2 |
| 1544 | 2026-06-26T12:17:16.390Z | Compiling oxnet v0.1.5 |
| 1545 | 2026-06-26T12:17:16.430Z | Compiling publicsuffix v2.3.0 |
| 1546 | 2026-06-26T12:17:16.579Z | Compiling zerocopy v0.7.35 |
| 1547 | 2026-06-26T12:17:16.636Z | Compiling document-features v0.2.12 |
| 1548 | 2026-06-26T12:17:16.652Z | Compiling group v0.13.0 |
| 1549 | 2026-06-26T12:17:16.683Z | Compiling dof v0.4.0 |
| 1550 | 2026-06-26T12:17:16.715Z | Compiling darling v0.21.3 |
| 1551 | 2026-06-26T12:17:16.718Z | Compiling derive_builder v0.20.2 |
| 1552 | 2026-06-26T12:17:16.745Z | Compiling rand v0.8.6 |
| 1553 | 2026-06-26T12:17:16.768Z | Compiling goblin v0.8.2 |
| 1554 | 2026-06-26T12:17:16.827Z | Compiling futures-executor v0.3.32 |
| 1555 | 2026-06-26T12:17:16.843Z | Compiling hubpack_derive v0.1.1 |
| 1556 | 2026-06-26T12:17:16.875Z | Compiling hex v0.4.3 |
| 1557 | 2026-06-26T12:17:17.073Z | Compiling hkdf v0.12.4 |
| 1558 | 2026-06-26T12:17:17.102Z | Compiling crypto-bigint v0.5.5 |
| 1559 | 2026-06-26T12:17:17.145Z | Compiling regex v1.12.3 |
| 1560 | 2026-06-26T12:17:17.240Z | Compiling num-iter v0.1.45 |
| 1561 | 2026-06-26T12:17:17.253Z | Compiling snafu-derive v0.8.9 |
| 1562 | 2026-06-26T12:17:17.268Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1563 | 2026-06-26T12:17:17.283Z | Compiling daft-derive v0.1.7 |
| 1564 | 2026-06-26T12:17:17.333Z | Compiling ref-cast-impl v1.0.25 |
| 1565 | 2026-06-26T12:17:17.373Z | Compiling strum_macros v0.27.2 |
| 1566 | 2026-06-26T12:17:17.595Z | Compiling tokio-util v0.7.18 |
| 1567 | 2026-06-26T12:17:17.611Z | Compiling tower v0.5.3 |
| 1568 | 2026-06-26T12:17:17.775Z | Compiling tokio-native-tls v0.3.1 |
| 1569 | 2026-06-26T12:17:18.030Z | Compiling tower-http v0.6.8 |
| 1570 | 2026-06-26T12:17:18.112Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-06-26T12:17:18.250Z | Compiling phf_shared v0.13.1 |
| 1572 | 2026-06-26T12:17:18.274Z | Compiling h2 v0.4.13 |
| 1573 | 2026-06-26T12:17:18.289Z | Compiling terminal_size v0.4.3 |
| 1574 | 2026-06-26T12:17:18.449Z | Compiling lazy_static v1.5.0 |
| 1575 | 2026-06-26T12:17:18.461Z | Compiling anstyle-parse v0.2.7 |
| 1576 | 2026-06-26T12:17:18.477Z | Compiling vergen v9.1.0 |
| 1577 | 2026-06-26T12:17:18.493Z | Compiling cargo-platform v0.3.2 |
| 1578 | 2026-06-26T12:17:18.496Z | Compiling fs-err v3.3.0 |
| 1579 | 2026-06-26T12:17:18.524Z | Compiling ahash v0.8.12 |
| 1580 | 2026-06-26T12:17:18.555Z | Compiling same-file v1.0.6 |
| 1581 | 2026-06-26T12:17:18.645Z | Compiling bumpalo v3.20.2 |
| 1582 | 2026-06-26T12:17:18.667Z | Compiling bitflags v1.3.2 |
| 1583 | 2026-06-26T12:17:18.682Z | Compiling foldhash v0.2.0 |
| 1584 | 2026-06-26T12:17:18.725Z | Compiling foldhash v0.1.5 |
| 1585 | 2026-06-26T12:17:18.737Z | Compiling winnow v0.5.40 |
| 1586 | 2026-06-26T12:17:18.754Z | Compiling libbz2-rs-sys v0.2.2 |
| 1587 | 2026-06-26T12:17:18.770Z | Compiling managed v0.8.0 |
| 1588 | 2026-06-26T12:17:18.785Z | Compiling object v0.37.3 |
| 1589 | 2026-06-26T12:17:18.943Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-06-26T12:17:18.966Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-06-26T12:17:18.990Z | Compiling dof v0.3.0 |
| 1592 | 2026-06-26T12:17:19.191Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-06-26T12:17:19.205Z | Compiling snafu v0.8.9 |
| 1594 | 2026-06-26T12:17:19.266Z | Compiling bzip2 v0.6.1 |
| 1595 | 2026-06-26T12:17:19.281Z | Compiling hashbrown v0.16.1 |
| 1596 | 2026-06-26T12:17:19.374Z | Compiling strum v0.27.2 |
| 1597 | 2026-06-26T12:17:19.390Z | Compiling clap_builder v4.6.0 |
| 1598 | 2026-06-26T12:17:19.530Z | Compiling cargo_metadata v0.23.1 |
| 1599 | 2026-06-26T12:17:19.564Z | Compiling walkdir v2.5.0 |
| 1600 | 2026-06-26T12:17:19.582Z | Compiling anstream v0.6.21 |
| 1601 | 2026-06-26T12:17:19.613Z | Compiling usdt-macro v0.6.0 |
| 1602 | 2026-06-26T12:17:19.630Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-06-26T12:17:19.738Z | Compiling daft v0.1.7 |
| 1604 | 2026-06-26T12:17:19.891Z | Compiling phf v0.13.1 |
| 1605 | 2026-06-26T12:17:19.894Z | Compiling signal-hook-mio v0.2.5 |
| 1606 | 2026-06-26T12:17:19.924Z | Compiling elliptic-curve v0.13.8 |
| 1607 | 2026-06-26T12:17:20.056Z | Compiling cookie_store v0.22.1 |
| 1608 | 2026-06-26T12:17:20.085Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-06-26T12:17:20.167Z | Compiling toml_edit v0.19.15 |
| 1610 | 2026-06-26T12:17:20.267Z | Compiling bzip2 v0.4.4 |
| 1611 | 2026-06-26T12:17:20.304Z | Compiling futures v0.3.32 |
| 1612 | 2026-06-26T12:17:20.319Z | Compiling serde_with_macros v3.17.0 |
| 1613 | 2026-06-26T12:17:20.404Z | Compiling zstd v0.13.3 |
| 1614 | 2026-06-26T12:17:20.419Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-06-26T12:17:20.461Z | Compiling dtrace-parser v0.2.0 |
| 1616 | 2026-06-26T12:17:20.500Z | Compiling globset v0.4.18 |
| 1617 | 2026-06-26T12:17:20.515Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-06-26T12:17:20.698Z | Compiling pkcs1 v0.7.5 |
| 1619 | 2026-06-26T12:17:20.749Z | Compiling serde-big-array v0.5.1 |
| 1620 | 2026-06-26T12:17:20.910Z | Compiling serde_plain v1.0.2 |
| 1621 | 2026-06-26T12:17:20.936Z | Compiling olpc-cjson v0.1.4 |
| 1622 | 2026-06-26T12:17:21.009Z | Compiling rfc6979 v0.4.0 |
| 1623 | 2026-06-26T12:17:21.110Z | Compiling async-recursion v1.1.1 |
| 1624 | 2026-06-26T12:17:21.127Z | Compiling clap_derive v4.6.1 |
| 1625 | 2026-06-26T12:17:21.145Z | Compiling serde_repr v0.1.20 |
| 1626 | 2026-06-26T12:17:21.156Z | Compiling strum_macros v0.26.4 |
| 1627 | 2026-06-26T12:17:21.215Z | Compiling enum-as-inner v0.6.1 |
| 1628 | 2026-06-26T12:17:21.262Z | Compiling phf_shared v0.11.3 |
| 1629 | 2026-06-26T12:17:21.440Z | Compiling hyper v1.8.1 |
| 1630 | 2026-06-26T12:17:21.467Z | Compiling float-cmp v0.10.0 |
| 1631 | 2026-06-26T12:17:21.518Z | Compiling pem v3.0.6 |
| 1632 | 2026-06-26T12:17:21.525Z | Compiling memmap2 v0.9.10 |
| 1633 | 2026-06-26T12:17:21.638Z | Compiling thread-id v4.2.2 |
| 1634 | 2026-06-26T12:17:21.715Z | Compiling env_filter v1.0.0 |
| 1635 | 2026-06-26T12:17:21.741Z | Compiling new_debug_unreachable v1.0.6 |
| 1636 | 2026-06-26T12:17:21.762Z | Compiling difflib v0.4.0 |
| 1637 | 2026-06-26T12:17:21.780Z | Compiling normalize-line-endings v0.3.0 |
| 1638 | 2026-06-26T12:17:21.797Z | Compiling fixedbitset v0.4.2 |
| 1639 | 2026-06-26T12:17:21.825Z | Compiling data-encoding v2.10.0 |
| 1640 | 2026-06-26T12:17:21.865Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-06-26T12:17:21.891Z | Compiling static_assertions v1.1.0 |
| 1642 | 2026-06-26T12:17:21.977Z | Compiling either v1.15.0 |
| 1643 | 2026-06-26T12:17:22.033Z | Compiling typed-path v0.9.3 |
| 1644 | 2026-06-26T12:17:22.049Z | Compiling jiff v0.2.21 |
| 1645 | 2026-06-26T12:17:22.193Z | Compiling precomputed-hash v0.1.1 |
| 1646 | 2026-06-26T12:17:22.209Z | Compiling predicates-core v1.0.10 |
| 1647 | 2026-06-26T12:17:22.303Z | Compiling keccak v0.1.6 |
| 1648 | 2026-06-26T12:17:22.351Z | Compiling whoami v2.1.0 |
| 1649 | 2026-06-26T12:17:22.366Z | Compiling predicates v3.1.4 |
| 1650 | 2026-06-26T12:17:22.403Z | Compiling string_cache v0.8.9 |
| 1651 | 2026-06-26T12:17:22.419Z | Compiling itertools v0.13.0 |
| 1652 | 2026-06-26T12:17:22.545Z | Compiling hyper-util v0.1.20 |
| 1653 | 2026-06-26T12:17:22.657Z | Compiling tokio-postgres v0.7.16 |
| 1654 | 2026-06-26T12:17:22.747Z | Compiling sha3 v0.10.8 |
| 1655 | 2026-06-26T12:17:22.864Z | Compiling hickory-proto v0.25.2 |
| 1656 | 2026-06-26T12:17:22.945Z | Compiling clap v4.6.1 |
| 1657 | 2026-06-26T12:17:22.989Z | Compiling strum v0.26.3 |
| 1658 | 2026-06-26T12:17:23.004Z | Compiling petgraph v0.8.3 |
| 1659 | 2026-06-26T12:17:23.021Z | Compiling toml_edit v0.22.27 |
| 1660 | 2026-06-26T12:17:23.047Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1661 | 2026-06-26T12:17:23.079Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-06-26T12:17:23.122Z | Compiling env_logger v0.11.9 |
| 1663 | 2026-06-26T12:17:23.138Z | Compiling usdt-impl v0.5.0 |
| 1664 | 2026-06-26T12:17:23.219Z | Compiling usdt v0.6.0 |
| 1665 | 2026-06-26T12:17:23.289Z | Compiling toml v0.7.8 |
| 1666 | 2026-06-26T12:17:23.502Z | Compiling serde_with v3.17.0 |
| 1667 | 2026-06-26T12:17:23.516Z | Compiling crossterm v0.28.1 |
| 1668 | 2026-06-26T12:17:23.666Z | Compiling ecdsa v0.16.9 |
| 1669 | 2026-06-26T12:17:23.746Z | Compiling rsa v0.9.10 |
| 1670 | 2026-06-26T12:17:23.935Z | Compiling hyper-tls v0.6.0 |
| 1671 | 2026-06-26T12:17:24.095Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-06-26T12:17:24.323Z | Compiling zip v0.6.6 |
| 1673 | 2026-06-26T12:17:24.781Z | Compiling zip v4.6.1 |
| 1674 | 2026-06-26T12:17:24.898Z | Compiling iddqd v0.4.2 |
| 1675 | 2026-06-26T12:17:25.035Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-06-26T12:17:25.205Z | Compiling tokio-stream v0.1.18 |
| 1677 | 2026-06-26T12:17:25.250Z | Compiling buf-list v1.1.2 |
| 1678 | 2026-06-26T12:17:25.300Z | Compiling similar v2.7.0 |
| 1679 | 2026-06-26T12:17:25.374Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-06-26T12:17:25.557Z | Compiling openapiv3 v2.2.0 |
| 1681 | 2026-06-26T12:17:25.688Z | Compiling x509-cert v0.2.5 |
| 1682 | 2026-06-26T12:17:25.703Z | Compiling sha1 v0.10.6 |
| 1683 | 2026-06-26T12:17:25.721Z | Compiling crossbeam-epoch v0.9.18 |
| 1684 | 2026-06-26T12:17:25.736Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2026-06-26T12:17:25.783Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2026-06-26T12:17:25.817Z | Compiling thread_local v1.1.9 |
| 1687 | 2026-06-26T12:17:25.944Z | Compiling slog-async v2.8.0 |
| 1688 | 2026-06-26T12:17:25.954Z | Compiling crossbeam-channel v0.5.15 |
| 1689 | 2026-06-26T12:17:25.996Z | Compiling is-terminal v0.4.17 |
| 1690 | 2026-06-26T12:17:26.038Z | Compiling filetime v0.2.27 |
| 1691 | 2026-06-26T12:17:26.064Z | Compiling xattr v1.6.1 |
| 1692 | 2026-06-26T12:17:26.095Z | Compiling term v1.2.1 |
| 1693 | 2026-06-26T12:17:26.114Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-06-26T12:17:26.225Z | Compiling tar v0.4.45 |
| 1695 | 2026-06-26T12:17:26.385Z | Compiling slog-term v2.9.2 |
| 1696 | 2026-06-26T12:17:43.964Z | Compiling rustls-webpki v0.103.9 |
| 1697 | 2026-06-26T12:17:46.784Z | Compiling tokio-rustls v0.26.4 |
| 1698 | 2026-06-26T12:17:46.784Z | Compiling rustls-platform-verifier v0.6.2 |
| 1699 | 2026-06-26T12:17:46.986Z | Compiling hyper-rustls v0.27.7 |
| 1700 | 2026-06-26T12:17:47.186Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-06-26T12:17:47.186Z | Compiling reqwest v0.13.2 |
| 1702 | 2026-06-26T12:17:48.390Z | Compiling tough v0.22.0 |
| 1703 | 2026-06-26T12:17:50.860Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1704 | 2026-06-26T12:17:51.093Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1705 | 2026-06-26T12:17:53.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.26s |
| 1706 | 2026-06-26T12:17:54.069Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1707 | 2026-06-26T12:17:54.126Z | Jun 26 12:17:53.708 INFO Starting download, target: Clickhouse |
| 1708 | 2026-06-26T12:17:54.126Z | Jun 26 12:17:53.709 INFO Starting download, target: DendriteStub |
| 1709 | 2026-06-26T12:17:54.126Z | Jun 26 12:17:53.709 INFO Starting download, target: Console |
| 1710 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Starting download, target: Cockroach |
| 1711 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Starting download, target: MaghemiteMgd |
| 1712 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Starting download, target: TransceiverControl |
| 1713 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1714 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1715 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1716 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1717 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1718 | 2026-06-26T12:17:54.130Z | Jun 26 12:17:53.709 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1719 | 2026-06-26T12:17:54.602Z | Jun 26 12:17:54.178 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1720 | 2026-06-26T12:17:54.803Z | Jun 26 12:17:54.385 INFO Download complete, target: TransceiverControl |
| 1721 | 2026-06-26T12:17:55.702Z | Jun 26 12:17:55.282 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1722 | 2026-06-26T12:17:55.793Z | Jun 26 12:17:55.372 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1723 | 2026-06-26T12:17:55.918Z | Jun 26 12:17:55.500 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1724 | 2026-06-26T12:17:56.163Z | Jun 26 12:17:55.745 INFO Download complete, target: Console |
| 1725 | 2026-06-26T12:17:56.534Z | Jun 26 12:17:56.116 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1726 | 2026-06-26T12:17:58.093Z | Jun 26 12:17:57.674 INFO Download complete, target: MaghemiteMgd |
| 1727 | 2026-06-26T12:17:58.287Z | Jun 26 12:17:57.869 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1728 | 2026-06-26T12:17:58.287Z | Jun 26 12:17:57.869 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1729 | 2026-06-26T12:17:58.291Z | Jun 26 12:17:57.874 INFO Download complete, target: DendriteStub |
| 1730 | 2026-06-26T12:18:03.008Z | Jun 26 12:18:02.589 INFO Checking that binary works, target: Cockroach |
| 1731 | 2026-06-26T12:18:03.135Z | Jun 26 12:18:02.717 INFO Download complete, target: Cockroach |
| 1732 | 2026-06-26T12:18:03.510Z | Jun 26 12:18:03.082 INFO Checking that binary works, target: Clickhouse |
| 1733 | 2026-06-26T12:18:03.590Z | Jun 26 12:18:03.170 INFO Download complete, target: Clickhouse |
| 1734 | 2026-06-26T12:18:03.595Z | All prerequisites installed successfully |
| 1735 | 2026-06-26T12:18:03.601Z | |
| 1736 | 2026-06-26T12:18:03.601Z | real 2:02.685835714 |
| 1737 | 2026-06-26T12:18:03.601Z | user 6:54.158367458 |
| 1738 | 2026-06-26T12:18:03.601Z | sys 1:44.111682174 |
| 1739 | 2026-06-26T12:18:03.601Z | trap 0.237908066 |
| 1740 | 2026-06-26T12:18:03.601Z | tflt 1.227339912 |
| 1741 | 2026-06-26T12:18:03.601Z | dflt 1.938300852 |
| 1742 | 2026-06-26T12:18:03.601Z | kflt 0.035417194 |
| 1743 | 2026-06-26T12:18:03.601Z | lock 22:56.069247264 |
| 1744 | 2026-06-26T12:18:03.601Z | slp 18:53.175521505 |
| 1745 | 2026-06-26T12:18:03.602Z | lat 25.235651612 |
| 1746 | 2026-06-26T12:18:03.602Z | stop 2:56.673101073 |
| 1747 | 2026-06-26T12:18:03.602Z | + ptime -m cargo xtask download softnpu |
| 1748 | 2026-06-26T12:18:04.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1749 | 2026-06-26T12:18:04.135Z | Running `target/debug/xtask download softnpu` |
| 1750 | 2026-06-26T12:18:04.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1751 | 2026-06-26T12:18:04.952Z | Running `target/debug/xtask-downloader softnpu` |
| 1752 | 2026-06-26T12:18:04.991Z | Jun 26 12:18:04.573 INFO Starting download, target: Softnpu |
| 1753 | 2026-06-26T12:18:04.994Z | Jun 26 12:18:04.574 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1754 | 2026-06-26T12:18:05.667Z | Jun 26 12:18:05.250 INFO Download complete, target: Softnpu |
| 1755 | 2026-06-26T12:18:05.671Z | |
| 1756 | 2026-06-26T12:18:05.674Z | real 2.069860899 |
| 1757 | 2026-06-26T12:18:05.674Z | user 1.325179576 |
| 1758 | 2026-06-26T12:18:05.674Z | sys 0.652742676 |
| 1759 | 2026-06-26T12:18:05.674Z | trap 0.000622300 |
| 1760 | 2026-06-26T12:18:05.674Z | tflt 0.000100230 |
| 1761 | 2026-06-26T12:18:05.674Z | dflt 0.000386590 |
| 1762 | 2026-06-26T12:18:05.674Z | kflt 0.000000000 |
| 1763 | 2026-06-26T12:18:05.674Z | lock 12.138526315 |
| 1764 | 2026-06-26T12:18:05.674Z | slp 0.537360731 |
| 1765 | 2026-06-26T12:18:05.674Z | lat 0.098418311 |
| 1766 | 2026-06-26T12:18:05.674Z | stop 0.000167940 |
| 1767 | 2026-06-26T12:18:05.674Z | + export CARGO_INCREMENTAL=0 |
| 1768 | 2026-06-26T12:18:05.674Z | + CARGO_INCREMENTAL=0 |
| 1769 | 2026-06-26T12:18:05.674Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1770 | 2026-06-26T12:18:06.562Z | Compiling proc-macro2 v1.0.106 |
| 1771 | 2026-06-26T12:18:06.562Z | Compiling quote v1.0.45 |
| 1772 | 2026-06-26T12:18:06.562Z | Compiling unicode-ident v1.0.24 |
| 1773 | 2026-06-26T12:18:06.566Z | Compiling libc v0.2.185 |
| 1774 | 2026-06-26T12:18:06.566Z | Compiling serde_core v1.0.228 |
| 1775 | 2026-06-26T12:18:06.566Z | Compiling serde v1.0.228 |
| 1776 | 2026-06-26T12:18:06.566Z | Compiling cfg-if v1.0.4 |
| 1777 | 2026-06-26T12:18:06.566Z | Compiling version_check v0.9.5 |
| 1778 | 2026-06-26T12:18:06.566Z | Compiling find-msvc-tools v0.1.9 |
| 1779 | 2026-06-26T12:18:06.566Z | Compiling shlex v1.3.0 |
| 1780 | 2026-06-26T12:18:06.566Z | Compiling typenum v1.19.0 |
| 1781 | 2026-06-26T12:18:06.566Z | Compiling zmij v1.0.21 |
| 1782 | 2026-06-26T12:18:06.710Z | Compiling autocfg v1.5.0 |
| 1783 | 2026-06-26T12:18:06.714Z | Compiling memchr v2.8.0 |
| 1784 | 2026-06-26T12:18:06.714Z | Compiling serde_json v1.0.149 |
| 1785 | 2026-06-26T12:18:06.910Z | Compiling portable-atomic v1.13.1 |
| 1786 | 2026-06-26T12:18:06.924Z | Compiling libm v0.2.16 |
| 1787 | 2026-06-26T12:18:07.008Z | Compiling zerocopy v0.8.40 |
| 1788 | 2026-06-26T12:18:07.111Z | Compiling smallvec v1.15.1 |
| 1789 | 2026-06-26T12:18:07.129Z | Compiling parking_lot_core v0.9.12 |
| 1790 | 2026-06-26T12:18:07.158Z | Compiling generic-array v0.14.7 |
| 1791 | 2026-06-26T12:18:07.193Z | Compiling icu_normalizer_data v2.1.1 |
| 1792 | 2026-06-26T12:18:07.198Z | Compiling num-traits v0.2.19 |
| 1793 | 2026-06-26T12:18:07.311Z | Compiling icu_properties_data v2.1.2 |
| 1794 | 2026-06-26T12:18:07.344Z | Compiling itoa v1.0.17 |
| 1795 | 2026-06-26T12:18:07.363Z | Compiling getrandom v0.4.1 |
| 1796 | 2026-06-26T12:18:07.384Z | Compiling log v0.4.29 |
| 1797 | 2026-06-26T12:18:07.429Z | Compiling stable_deref_trait v1.2.1 |
| 1798 | 2026-06-26T12:18:07.446Z | Compiling pkg-config v0.3.32 |
| 1799 | 2026-06-26T12:18:07.461Z | Compiling subtle v2.6.1 |
| 1800 | 2026-06-26T12:18:07.636Z | Compiling scopeguard v1.2.0 |
| 1801 | 2026-06-26T12:18:07.669Z | Compiling writeable v0.6.2 |
| 1802 | 2026-06-26T12:18:07.714Z | Compiling jobserver v0.1.34 |
| 1803 | 2026-06-26T12:18:07.717Z | Compiling getrandom v0.2.17 |
| 1804 | 2026-06-26T12:18:07.744Z | Compiling lock_api v0.4.14 |
| 1805 | 2026-06-26T12:18:07.793Z | Compiling errno v0.3.14 |
| 1806 | 2026-06-26T12:18:07.878Z | Compiling rand_core v0.6.4 |
| 1807 | 2026-06-26T12:18:07.909Z | Compiling litemap v0.8.1 |
| 1808 | 2026-06-26T12:18:07.941Z | Compiling cc v1.2.56 |
| 1809 | 2026-06-26T12:18:07.972Z | Compiling percent-encoding v2.3.2 |
| 1810 | 2026-06-26T12:18:08.065Z | Compiling syn v2.0.117 |
| 1811 | 2026-06-26T12:18:08.069Z | Compiling fnv v1.0.7 |
| 1812 | 2026-06-26T12:18:08.096Z | Compiling pin-project-lite v0.2.17 |
| 1813 | 2026-06-26T12:18:08.179Z | Compiling thiserror v2.0.18 |
| 1814 | 2026-06-26T12:18:08.213Z | Compiling getrandom v0.3.4 |
| 1815 | 2026-06-26T12:18:08.276Z | Compiling equivalent v1.0.2 |
| 1816 | 2026-06-26T12:18:08.357Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-06-26T12:18:08.372Z | Compiling fs_extra v1.3.0 |
| 1818 | 2026-06-26T12:18:08.390Z | Compiling dunce v1.0.5 |
| 1819 | 2026-06-26T12:18:08.466Z | Compiling rustversion v1.0.22 |
| 1820 | 2026-06-26T12:18:08.497Z | Compiling schemars v0.8.22 |
| 1821 | 2026-06-26T12:18:08.541Z | Compiling critical-section v1.2.0 |
| 1822 | 2026-06-26T12:18:08.557Z | Compiling utf8_iter v1.0.4 |
| 1823 | 2026-06-26T12:18:08.597Z | Compiling form_urlencoded v1.2.2 |
| 1824 | 2026-06-26T12:18:08.629Z | Compiling rustix v1.1.3 |
| 1825 | 2026-06-26T12:18:08.681Z | Compiling cmake v0.1.57 |
| 1826 | 2026-06-26T12:18:08.749Z | Compiling signal-hook-registry v1.4.8 |
| 1827 | 2026-06-26T12:18:08.838Z | Compiling hashbrown v0.17.0 |
| 1828 | 2026-06-26T12:18:08.842Z | Compiling mio v1.2.0 |
| 1829 | 2026-06-26T12:18:08.908Z | Compiling once_cell v1.21.3 |
| 1830 | 2026-06-26T12:18:09.066Z | Compiling semver v1.0.28 |
| 1831 | 2026-06-26T12:18:09.102Z | Compiling bitflags v2.11.0 |
| 1832 | 2026-06-26T12:18:09.186Z | Compiling parking_lot v0.12.5 |
| 1833 | 2026-06-26T12:18:09.202Z | Compiling socket2 v0.6.3 |
| 1834 | 2026-06-26T12:18:09.237Z | Compiling const-oid v0.9.6 |
| 1835 | 2026-06-26T12:18:09.260Z | Compiling ring v0.17.14 |
| 1836 | 2026-06-26T12:18:09.288Z | Compiling aws-lc-sys v0.40.0 |
| 1837 | 2026-06-26T12:18:09.388Z | Compiling indexmap v2.14.0 |
| 1838 | 2026-06-26T12:18:09.490Z | Compiling aws-lc-rs v1.16.3 |
| 1839 | 2026-06-26T12:18:09.529Z | Compiling futures-core v0.3.32 |
| 1840 | 2026-06-26T12:18:09.592Z | Compiling httparse v1.10.1 |
| 1841 | 2026-06-26T12:18:09.706Z | Compiling vcpkg v0.2.15 |
| 1842 | 2026-06-26T12:18:09.721Z | Compiling strsim v0.11.1 |
| 1843 | 2026-06-26T12:18:09.741Z | Compiling thiserror v1.0.69 |
| 1844 | 2026-06-26T12:18:09.927Z | Compiling byteorder v1.5.0 |
| 1845 | 2026-06-26T12:18:10.018Z | Compiling ucd-trie v0.1.7 |
| 1846 | 2026-06-26T12:18:10.035Z | Compiling iana-time-zone v0.1.65 |
| 1847 | 2026-06-26T12:18:10.056Z | Compiling ident_case v1.0.1 |
| 1848 | 2026-06-26T12:18:10.060Z | Compiling regex-syntax v0.8.10 |
| 1849 | 2026-06-26T12:18:10.106Z | Compiling heck v0.5.0 |
| 1850 | 2026-06-26T12:18:10.124Z | Compiling syn v1.0.109 |
| 1851 | 2026-06-26T12:18:10.175Z | Compiling pest v2.8.6 |
| 1852 | 2026-06-26T12:18:10.178Z | Compiling uuid v1.23.0 |
| 1853 | 2026-06-26T12:18:10.191Z | Compiling cpufeatures v0.2.17 |
| 1854 | 2026-06-26T12:18:10.267Z | Compiling rustls v0.23.37 |
| 1855 | 2026-06-26T12:18:10.312Z | Compiling openssl-sys v0.9.115 |
| 1856 | 2026-06-26T12:18:10.478Z | Compiling futures-sink v0.3.32 |
| 1857 | 2026-06-26T12:18:10.510Z | Compiling rustc_version v0.4.1 |
| 1858 | 2026-06-26T12:18:10.580Z | Compiling futures-channel v0.3.32 |
| 1859 | 2026-06-26T12:18:10.672Z | Compiling futures-io v0.3.32 |
| 1860 | 2026-06-26T12:18:10.753Z | Compiling futures-task v0.3.32 |
| 1861 | 2026-06-26T12:18:10.776Z | Compiling slab v0.4.12 |
| 1862 | 2026-06-26T12:18:10.862Z | Compiling aho-corasick v1.1.4 |
| 1863 | 2026-06-26T12:18:10.865Z | Compiling dyn-clone v1.0.20 |
| 1864 | 2026-06-26T12:18:10.895Z | Compiling synstructure v0.13.2 |
| 1865 | 2026-06-26T12:18:10.927Z | Compiling serde_derive_internals v0.29.1 |
| 1866 | 2026-06-26T12:18:11.188Z | Compiling crc32fast v1.5.0 |
| 1867 | 2026-06-26T12:18:11.216Z | Compiling openssl v0.10.79 |
| 1868 | 2026-06-26T12:18:11.237Z | Compiling base64 v0.22.1 |
| 1869 | 2026-06-26T12:18:11.292Z | Compiling pest_meta v2.8.6 |
| 1870 | 2026-06-26T12:18:11.328Z | Compiling plain v0.2.3 |
| 1871 | 2026-06-26T12:18:11.424Z | Compiling num-conv v0.2.0 |
| 1872 | 2026-06-26T12:18:11.456Z | Compiling crossbeam-utils v0.8.21 |
| 1873 | 2026-06-26T12:18:11.502Z | Compiling time-core v0.1.8 |
| 1874 | 2026-06-26T12:18:11.621Z | Compiling native-tls v0.2.18 |
| 1875 | 2026-06-26T12:18:11.654Z | Compiling pretty-hex v0.4.1 |
| 1876 | 2026-06-26T12:18:11.672Z | Compiling regex-automata v0.4.14 |
| 1877 | 2026-06-26T12:18:11.700Z | Compiling time-macros v0.2.27 |
| 1878 | 2026-06-26T12:18:11.733Z | Compiling base64ct v1.8.3 |
| 1879 | 2026-06-26T12:18:11.750Z | Compiling anyhow v1.0.102 |
| 1880 | 2026-06-26T12:18:11.768Z | Compiling darling_core v0.21.3 |
| 1881 | 2026-06-26T12:18:11.852Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1882 | 2026-06-26T12:18:11.910Z | Compiling pest_generator v2.8.6 |
| 1883 | 2026-06-26T12:18:11.989Z | Compiling pem-rfc7468 v0.7.0 |
| 1884 | 2026-06-26T12:18:12.041Z | Compiling tracing-core v0.1.36 |
| 1885 | 2026-06-26T12:18:12.162Z | Compiling serde_derive v1.0.228 |
| 1886 | 2026-06-26T12:18:12.224Z | Compiling zeroize_derive v1.4.3 |
| 1887 | 2026-06-26T12:18:12.246Z | Compiling zerofrom-derive v0.1.6 |
| 1888 | 2026-06-26T12:18:12.262Z | Compiling yoke-derive v0.8.1 |
| 1889 | 2026-06-26T12:18:12.278Z | Compiling zerovec-derive v0.11.2 |
| 1890 | 2026-06-26T12:18:12.297Z | Compiling displaydoc v0.2.5 |
| 1891 | 2026-06-26T12:18:12.556Z | Compiling zerocopy-derive v0.8.40 |
| 1892 | 2026-06-26T12:18:12.571Z | Compiling tokio-macros v2.7.0 |
| 1893 | 2026-06-26T12:18:12.659Z | Compiling futures-macro v0.3.32 |
| 1894 | 2026-06-26T12:18:12.827Z | Compiling zeroize v1.8.2 |
| 1895 | 2026-06-26T12:18:13.091Z | Compiling thiserror-impl v2.0.18 |
| 1896 | 2026-06-26T12:18:13.220Z | Compiling schemars_derive v0.8.22 |
| 1897 | 2026-06-26T12:18:13.251Z | Compiling tracing-attributes v0.1.31 |
| 1898 | 2026-06-26T12:18:13.309Z | Compiling der_derive v0.7.3 |
| 1899 | 2026-06-26T12:18:13.410Z | Compiling zerofrom v0.1.6 |
| 1900 | 2026-06-26T12:18:13.556Z | Compiling yoke v0.8.1 |
| 1901 | 2026-06-26T12:18:13.675Z | Compiling crypto-common v0.1.7 |
| 1902 | 2026-06-26T12:18:13.727Z | Compiling zerovec v0.11.5 |
| 1903 | 2026-06-26T12:18:13.766Z | Compiling zerotrie v0.2.3 |
| 1904 | 2026-06-26T12:18:13.841Z | Compiling block-buffer v0.10.4 |
| 1905 | 2026-06-26T12:18:13.976Z | Compiling digest v0.10.7 |
| 1906 | 2026-06-26T12:18:14.214Z | Compiling thiserror-impl v1.0.69 |
| 1907 | 2026-06-26T12:18:14.243Z | Compiling pest_derive v2.8.6 |
| 1908 | 2026-06-26T12:18:14.313Z | Compiling tinystr v0.8.2 |
| 1909 | 2026-06-26T12:18:14.330Z | Compiling potential_utf v0.1.4 |
| 1910 | 2026-06-26T12:18:14.376Z | Compiling futures-util v0.3.32 |
| 1911 | 2026-06-26T12:18:14.379Z | Compiling hmac v0.12.1 |
| 1912 | 2026-06-26T12:18:14.538Z | Compiling icu_locale_core v2.1.1 |
| 1913 | 2026-06-26T12:18:14.541Z | Compiling icu_collections v2.1.1 |
| 1914 | 2026-06-26T12:18:14.699Z | Compiling block-padding v0.3.3 |
| 1915 | 2026-06-26T12:18:14.865Z | Compiling inout v0.1.4 |
| 1916 | 2026-06-26T12:18:15.037Z | Compiling rustls-pki-types v1.14.0 |
| 1917 | 2026-06-26T12:18:15.174Z | Compiling openssl-macros v0.1.1 |
| 1918 | 2026-06-26T12:18:15.190Z | Compiling cipher v0.4.4 |
| 1919 | 2026-06-26T12:18:15.305Z | Compiling bytes v1.11.1 |
| 1920 | 2026-06-26T12:18:15.322Z | Compiling icu_provider v2.1.1 |
| 1921 | 2026-06-26T12:18:15.393Z | Compiling chrono v0.4.44 |
| 1922 | 2026-06-26T12:18:15.582Z | Compiling icu_normalizer v2.1.1 |
| 1923 | 2026-06-26T12:18:15.597Z | Compiling icu_properties v2.1.2 |
| 1924 | 2026-06-26T12:18:15.872Z | Compiling tokio v1.52.1 |
| 1925 | 2026-06-26T12:18:16.214Z | Compiling serde_tokenstream v0.2.3 |
| 1926 | 2026-06-26T12:18:16.230Z | Compiling sha2 v0.10.9 |
| 1927 | 2026-06-26T12:18:16.522Z | Compiling idna_adapter v1.2.1 |
| 1928 | 2026-06-26T12:18:16.658Z | Compiling idna v1.1.0 |
| 1929 | 2026-06-26T12:18:16.771Z | Compiling ppv-lite86 v0.2.21 |
| 1930 | 2026-06-26T12:18:16.808Z | Compiling scroll_derive v0.13.1 |
| 1931 | 2026-06-26T12:18:16.830Z | Compiling scroll_derive v0.12.1 |
| 1932 | 2026-06-26T12:18:16.995Z | Compiling url v2.5.8 |
| 1933 | 2026-06-26T12:18:17.115Z | Compiling http v1.4.0 |
| 1934 | 2026-06-26T12:18:17.213Z | Compiling untrusted v0.9.0 |
| 1935 | 2026-06-26T12:18:17.306Z | Compiling flagset v0.4.7 |
| 1936 | 2026-06-26T12:18:17.378Z | Compiling tracing v0.1.44 |
| 1937 | 2026-06-26T12:18:17.453Z | Compiling der v0.7.10 |
| 1938 | 2026-06-26T12:18:17.608Z | Compiling darling_macro v0.21.3 |
| 1939 | 2026-06-26T12:18:17.616Z | Compiling regex v1.12.3 |
| 1940 | 2026-06-26T12:18:17.797Z | Compiling zerocopy-derive v0.7.35 |
| 1941 | 2026-06-26T12:18:17.814Z | Compiling rand_core v0.9.5 |
| 1942 | 2026-06-26T12:18:18.038Z | Compiling slog v2.8.2 |
| 1943 | 2026-06-26T12:18:18.615Z | Compiling spki v0.7.3 |
| 1944 | 2026-06-26T12:18:18.631Z | Compiling darling v0.21.3 |
| 1945 | 2026-06-26T12:18:18.736Z | Compiling salsa20 v0.10.2 |
| 1946 | 2026-06-26T12:18:18.755Z | Compiling pbkdf2 v0.12.2 |
| 1947 | 2026-06-26T12:18:19.095Z | Compiling cookie v0.18.1 |
| 1948 | 2026-06-26T12:18:19.272Z | Compiling camino v1.2.2 |
| 1949 | 2026-06-26T12:18:19.456Z | Compiling scrypt v0.11.0 |
| 1950 | 2026-06-26T12:18:19.501Z | Compiling http-body v1.0.1 |
| 1951 | 2026-06-26T12:18:19.545Z | Compiling rand_chacha v0.9.0 |
| 1952 | 2026-06-26T12:18:19.605Z | Compiling cbc v0.1.2 |
| 1953 | 2026-06-26T12:18:19.620Z | Compiling aes v0.8.4 |
| 1954 | 2026-06-26T12:18:19.677Z | Compiling tokio-util v0.7.18 |
| 1955 | 2026-06-26T12:18:19.767Z | Compiling usdt-impl v0.5.0 |
| 1956 | 2026-06-26T12:18:19.783Z | Compiling unicode-segmentation v1.12.0 |
| 1957 | 2026-06-26T12:18:19.810Z | Compiling paste v1.0.15 |
| 1958 | 2026-06-26T12:18:19.914Z | Compiling usdt-impl v0.6.0 |
| 1959 | 2026-06-26T12:18:19.944Z | Compiling winnow v0.7.14 |
| 1960 | 2026-06-26T12:18:20.077Z | Compiling fastrand v2.3.0 |
| 1961 | 2026-06-26T12:18:20.111Z | Compiling ref-cast v1.0.25 |
| 1962 | 2026-06-26T12:18:20.153Z | Compiling openssl-probe v0.2.1 |
| 1963 | 2026-06-26T12:18:20.181Z | Compiling untrusted v0.7.1 |
| 1964 | 2026-06-26T12:18:20.248Z | Compiling either v1.15.0 |
| 1965 | 2026-06-26T12:18:20.327Z | Compiling tinyvec_macros v0.1.1 |
| 1966 | 2026-06-26T12:18:20.343Z | Compiling atomic-waker v1.1.2 |
| 1967 | 2026-06-26T12:18:20.411Z | Compiling tinyvec v1.10.0 |
| 1968 | 2026-06-26T12:18:20.440Z | Compiling pkcs5 v0.7.1 |
| 1969 | 2026-06-26T12:18:20.506Z | Compiling rand v0.9.2 |
| 1970 | 2026-06-26T12:18:20.773Z | Compiling scroll v0.13.0 |
| 1971 | 2026-06-26T12:18:20.887Z | Compiling scroll v0.12.0 |
| 1972 | 2026-06-26T12:18:20.903Z | Compiling toml_datetime v0.6.11 |
| 1973 | 2026-06-26T12:18:20.981Z | Compiling serde_spanned v0.6.9 |
| 1974 | 2026-06-26T12:18:21.010Z | Compiling async-trait v0.1.89 |
| 1975 | 2026-06-26T12:18:21.054Z | Compiling heapless v0.7.17 |
| 1976 | 2026-06-26T12:18:21.147Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1977 | 2026-06-26T12:18:21.163Z | Compiling tower-layer v0.3.3 |
| 1978 | 2026-06-26T12:18:21.181Z | Compiling rustix v0.38.44 |
| 1979 | 2026-06-26T12:18:21.319Z | Compiling try-lock v0.2.5 |
| 1980 | 2026-06-26T12:18:21.335Z | Compiling tower-service v0.3.3 |
| 1981 | 2026-06-26T12:18:21.404Z | Compiling zstd-safe v7.2.4 |
| 1982 | 2026-06-26T12:18:21.464Z | Compiling signal-hook v0.3.18 |
| 1983 | 2026-06-26T12:18:21.583Z | Compiling want v0.3.1 |
| 1984 | 2026-06-26T12:18:21.685Z | Compiling h2 v0.4.13 |
| 1985 | 2026-06-26T12:18:21.699Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1986 | 2026-06-26T12:18:21.738Z | Compiling goblin v0.8.2 |
| 1987 | 2026-06-26T12:18:21.756Z | Compiling goblin v0.10.5 |
| 1988 | 2026-06-26T12:18:21.799Z | Compiling pkcs8 v0.10.2 |
| 1989 | 2026-06-26T12:18:21.991Z | Compiling heck v0.4.1 |
| 1990 | 2026-06-26T12:18:22.105Z | Compiling zerocopy v0.7.35 |
| 1991 | 2026-06-26T12:18:22.131Z | Compiling ipnet v2.11.0 |
| 1992 | 2026-06-26T12:18:22.285Z | Compiling ref-cast-impl v1.0.25 |
| 1993 | 2026-06-26T12:18:22.356Z | Compiling darling_core v0.20.11 |
| 1994 | 2026-06-26T12:18:22.662Z | Compiling curve25519-dalek v4.1.3 |
| 1995 | 2026-06-26T12:18:22.702Z | Compiling memoffset v0.9.1 |
| 1996 | 2026-06-26T12:18:22.822Z | Compiling winnow v0.5.40 |
| 1997 | 2026-06-26T12:18:22.947Z | Compiling httpdate v1.0.3 |
| 1998 | 2026-06-26T12:18:23.163Z | Compiling litrs v1.0.0 |
| 1999 | 2026-06-26T12:18:23.190Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-06-26T12:18:23.534Z | Compiling pin-utils v0.1.0 |
| 2001 | 2026-06-26T12:18:23.624Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-06-26T12:18:23.639Z | Compiling document-features v0.2.12 |
| 2003 | 2026-06-26T12:18:23.655Z | Compiling tempfile v3.25.0 |
| 2004 | 2026-06-26T12:18:23.729Z | Compiling foreign-types v0.3.2 |
| 2005 | 2026-06-26T12:18:24.013Z | Compiling dof v0.3.0 |
| 2006 | 2026-06-26T12:18:24.173Z | Compiling toml_edit v0.19.15 |
| 2007 | 2026-06-26T12:18:24.286Z | Compiling unicode-normalization v0.1.25 |
| 2008 | 2026-06-26T12:18:24.347Z | Compiling darling_macro v0.20.11 |
| 2009 | 2026-06-26T12:18:24.529Z | Compiling dof v0.4.0 |
| 2010 | 2026-06-26T12:18:24.628Z | Compiling hyper v1.8.1 |
| 2011 | 2026-06-26T12:18:24.644Z | Compiling dtrace-parser v0.2.0 |
| 2012 | 2026-06-26T12:18:24.869Z | Compiling dtrace-parser v0.3.0 |
| 2013 | 2026-06-26T12:18:25.104Z | Compiling daft-derive v0.1.7 |
| 2014 | 2026-06-26T12:18:25.104Z | Compiling pin-project-internal v1.1.11 |
| 2015 | 2026-06-26T12:18:25.356Z | Compiling spin v0.9.8 |
| 2016 | 2026-06-26T12:18:25.373Z | Compiling thread-id v5.1.0 |
| 2017 | 2026-06-26T12:18:25.471Z | Compiling thread-id v4.2.2 |
| 2018 | 2026-06-26T12:18:25.487Z | Compiling cfg_aliases v0.2.1 |
| 2019 | 2026-06-26T12:18:25.505Z | Compiling powerfmt v0.2.0 |
| 2020 | 2026-06-26T12:18:25.575Z | Compiling num-bigint-dig v0.8.6 |
| 2021 | 2026-06-26T12:18:25.592Z | Compiling smoltcp v0.9.1 |
| 2022 | 2026-06-26T12:18:25.595Z | Compiling anstyle v1.0.14 |
| 2023 | 2026-06-26T12:18:25.595Z | Compiling nix v0.31.2 |
| 2024 | 2026-06-26T12:18:25.765Z | Compiling hyper-util v0.1.20 |
| 2025 | 2026-06-26T12:18:25.786Z | Compiling deranged v0.5.8 |
| 2026 | 2026-06-26T12:18:26.059Z | Compiling darling v0.20.11 |
| 2027 | 2026-06-26T12:18:26.154Z | Compiling rustls-native-certs v0.8.3 |
| 2028 | 2026-06-26T12:18:26.352Z | Compiling ipnetwork v0.21.1 |
| 2029 | 2026-06-26T12:18:26.467Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2030 | 2026-06-26T12:18:26.589Z | Compiling strum_macros v0.26.4 |
| 2031 | 2026-06-26T12:18:26.901Z | Compiling sync_wrapper v1.0.2 |
| 2032 | 2026-06-26T12:18:26.932Z | Compiling wait-timeout v0.2.1 |
| 2033 | 2026-06-26T12:18:27.042Z | Compiling colorchoice v1.0.4 |
| 2034 | 2026-06-26T12:18:27.233Z | Compiling num_threads v0.1.7 |
| 2035 | 2026-06-26T12:18:27.332Z | Compiling bit-vec v0.8.0 |
| 2036 | 2026-06-26T12:18:27.348Z | Compiling is_terminal_polyfill v1.70.2 |
| 2037 | 2026-06-26T12:18:27.351Z | Compiling simd-adler32 v0.3.8 |
| 2038 | 2026-06-26T12:18:27.426Z | Compiling anstyle-query v1.1.5 |
| 2039 | 2026-06-26T12:18:27.451Z | Compiling siphasher v1.0.2 |
| 2040 | 2026-06-26T12:18:27.557Z | Compiling quick-error v1.2.3 |
| 2041 | 2026-06-26T12:18:27.597Z | Compiling bit-set v0.8.0 |
| 2042 | 2026-06-26T12:18:27.651Z | Compiling rusty-fork v0.3.1 |
| 2043 | 2026-06-26T12:18:27.818Z | Compiling time v0.3.47 |
| 2044 | 2026-06-26T12:18:27.952Z | Compiling tower v0.5.3 |
| 2045 | 2026-06-26T12:18:28.091Z | Compiling derive_builder_core v0.20.2 |
| 2046 | 2026-06-26T12:18:28.171Z | Compiling snafu-derive v0.8.9 |
| 2047 | 2026-06-26T12:18:28.480Z | Compiling http-body-util v0.1.3 |
| 2048 | 2026-06-26T12:18:28.748Z | Compiling webpki-roots v1.0.6 |
| 2049 | 2026-06-26T12:18:28.782Z | Compiling rand_xorshift v0.4.0 |
| 2050 | 2026-06-26T12:18:28.872Z | Compiling signature v2.2.0 |
| 2051 | 2026-06-26T12:18:28.889Z | Compiling hubpack_derive v0.1.1 |
| 2052 | 2026-06-26T12:18:28.921Z | Compiling strum_macros v0.27.2 |
| 2053 | 2026-06-26T12:18:29.037Z | Compiling fs-err v3.3.0 |
| 2054 | 2026-06-26T12:18:29.135Z | Compiling ahash v0.8.12 |
| 2055 | 2026-06-26T12:18:29.273Z | Compiling encoding_rs v0.8.35 |
| 2056 | 2026-06-26T12:18:29.319Z | Compiling object v0.37.3 |
| 2057 | 2026-06-26T12:18:29.338Z | Compiling unicode-properties v0.1.4 |
| 2058 | 2026-06-26T12:18:29.439Z | Compiling adler2 v2.0.1 |
| 2059 | 2026-06-26T12:18:29.455Z | Compiling iri-string v0.7.10 |
| 2060 | 2026-06-26T12:18:29.557Z | Compiling ryu v1.0.23 |
| 2061 | 2026-06-26T12:18:29.575Z | Compiling unicode-bidi v0.3.18 |
| 2062 | 2026-06-26T12:18:29.664Z | Compiling allocator-api2 v0.2.21 |
| 2063 | 2026-06-26T12:18:29.668Z | Compiling mime v0.3.17 |
| 2064 | 2026-06-26T12:18:29.733Z | Compiling unarray v0.1.4 |
| 2065 | 2026-06-26T12:18:29.775Z | Compiling serde_urlencoded v0.7.1 |
| 2066 | 2026-06-26T12:18:29.858Z | Compiling proptest v1.10.0 |
| 2067 | 2026-06-26T12:18:29.967Z | Compiling stringprep v0.1.5 |
| 2068 | 2026-06-26T12:18:30.013Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-06-26T12:18:30.350Z | Compiling derive_builder_macro v0.20.2 |
| 2070 | 2026-06-26T12:18:30.493Z | Compiling tokio-native-tls v0.3.1 |
| 2071 | 2026-06-26T12:18:30.559Z | Compiling usdt-macro v0.6.0 |
| 2072 | 2026-06-26T12:18:30.695Z | Compiling tower-http v0.6.8 |
| 2073 | 2026-06-26T12:18:30.712Z | Compiling usdt-attr-macro v0.6.0 |
| 2074 | 2026-06-26T12:18:30.816Z | Compiling anstyle-parse v1.0.0 |
| 2075 | 2026-06-26T12:18:31.094Z | Compiling rand_chacha v0.3.1 |
| 2076 | 2026-06-26T12:18:31.127Z | Compiling erased-serde v0.3.31 |
| 2077 | 2026-06-26T12:18:31.147Z | Compiling md-5 v0.10.6 |
| 2078 | 2026-06-26T12:18:31.235Z | Compiling bstr v1.12.1 |
| 2079 | 2026-06-26T12:18:31.300Z | Compiling num-integer v0.1.46 |
| 2080 | 2026-06-26T12:18:31.316Z | Compiling hash32 v0.2.1 |
| 2081 | 2026-06-26T12:18:31.378Z | Compiling vergen-lib v9.1.0 |
| 2082 | 2026-06-26T12:18:31.476Z | Compiling ff v0.13.1 |
| 2083 | 2026-06-26T12:18:31.588Z | Compiling base16ct v0.2.0 |
| 2084 | 2026-06-26T12:18:31.613Z | Compiling psl-types v2.0.11 |
| 2085 | 2026-06-26T12:18:31.627Z | Compiling zlib-rs v0.6.2 |
| 2086 | 2026-06-26T12:18:31.641Z | Compiling fallible-iterator v0.2.0 |
| 2087 | 2026-06-26T12:18:31.748Z | Compiling publicsuffix v2.3.0 |
| 2088 | 2026-06-26T12:18:31.764Z | Compiling sec1 v0.7.3 |
| 2089 | 2026-06-26T12:18:31.855Z | Compiling newtype-uuid v1.3.2 |
| 2090 | 2026-06-26T12:18:31.910Z | Compiling group v0.13.0 |
| 2091 | 2026-06-26T12:18:31.939Z | Compiling postgres-protocol v0.6.10 |
| 2092 | 2026-06-26T12:18:32.047Z | Compiling num-iter v0.1.45 |
| 2093 | 2026-06-26T12:18:32.195Z | Compiling rand v0.8.6 |
| 2094 | 2026-06-26T12:18:32.689Z | Compiling oxnet v0.1.5 |
| 2095 | 2026-06-26T12:18:32.707Z | Compiling anstream v1.0.0 |
| 2096 | 2026-06-26T12:18:32.831Z | Compiling derive_builder v0.20.2 |
| 2097 | 2026-06-26T12:18:33.005Z | Compiling hyper-tls v0.6.0 |
| 2098 | 2026-06-26T12:18:33.071Z | Compiling phf_shared v0.13.1 |
| 2099 | 2026-06-26T12:18:33.071Z | Compiling pin-project v1.1.11 |
| 2100 | 2026-06-26T12:18:33.182Z | Compiling lazy_static v1.5.0 |
| 2101 | 2026-06-26T12:18:33.198Z | Compiling anstyle-parse v0.2.7 |
| 2102 | 2026-06-26T12:18:33.371Z | Compiling terminal_size v0.4.3 |
| 2103 | 2026-06-26T12:18:33.412Z | Compiling serde_with_macros v3.17.0 |
| 2104 | 2026-06-26T12:18:33.437Z | Compiling futures-executor v0.3.32 |
| 2105 | 2026-06-26T12:18:33.453Z | Compiling hex v0.4.3 |
| 2106 | 2026-06-26T12:18:33.639Z | Compiling hkdf v0.12.4 |
| 2107 | 2026-06-26T12:18:33.642Z | Compiling crypto-bigint v0.5.5 |
| 2108 | 2026-06-26T12:18:33.704Z | Compiling flate2 v1.1.9 |
| 2109 | 2026-06-26T12:18:33.797Z | Compiling clap_derive v4.6.1 |
| 2110 | 2026-06-26T12:18:33.814Z | Compiling enum-as-inner v0.6.1 |
| 2111 | 2026-06-26T12:18:33.831Z | Compiling serde_repr v0.1.20 |
| 2112 | 2026-06-26T12:18:33.902Z | Compiling async-recursion v1.1.1 |
| 2113 | 2026-06-26T12:18:33.947Z | Compiling vergen v9.1.0 |
| 2114 | 2026-06-26T12:18:34.002Z | Compiling cargo-platform v0.3.2 |
| 2115 | 2026-06-26T12:18:34.164Z | Compiling libbz2-rs-sys v0.2.2 |
| 2116 | 2026-06-26T12:18:34.259Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-06-26T12:18:34.280Z | Compiling same-file v1.0.6 |
| 2118 | 2026-06-26T12:18:34.364Z | Compiling bumpalo v3.20.2 |
| 2119 | 2026-06-26T12:18:34.383Z | Compiling clap_lex v1.0.0 |
| 2120 | 2026-06-26T12:18:34.464Z | Compiling managed v0.8.0 |
| 2121 | 2026-06-26T12:18:34.562Z | Compiling bitflags v1.3.2 |
| 2122 | 2026-06-26T12:18:34.652Z | Compiling foldhash v0.2.0 |
| 2123 | 2026-06-26T12:18:34.769Z | Compiling zopfli v0.8.3 |
| 2124 | 2026-06-26T12:18:34.786Z | Compiling bzip2 v0.6.1 |
| 2125 | 2026-06-26T12:18:34.800Z | Compiling elliptic-curve v0.13.8 |
| 2126 | 2026-06-26T12:18:34.818Z | Compiling hashbrown v0.16.1 |
| 2127 | 2026-06-26T12:18:34.876Z | Compiling clap_builder v4.6.0 |
| 2128 | 2026-06-26T12:18:35.005Z | Compiling walkdir v2.5.0 |
| 2129 | 2026-06-26T12:18:35.166Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-06-26T12:18:35.303Z | Compiling cargo_metadata v0.23.1 |
| 2131 | 2026-06-26T12:18:35.424Z | Compiling futures v0.3.32 |
| 2132 | 2026-06-26T12:18:35.515Z | Compiling zstd v0.13.3 |
| 2133 | 2026-06-26T12:18:35.601Z | Compiling anstream v0.6.21 |
| 2134 | 2026-06-26T12:18:35.652Z | Compiling phf v0.13.1 |
| 2135 | 2026-06-26T12:18:35.786Z | Compiling snafu v0.8.9 |
| 2136 | 2026-06-26T12:18:35.818Z | Compiling signal-hook-mio v0.2.5 |
| 2137 | 2026-06-26T12:18:35.834Z | Compiling daft v0.1.7 |
| 2138 | 2026-06-26T12:18:35.952Z | Compiling cookie_store v0.22.1 |
| 2139 | 2026-06-26T12:18:36.124Z | Compiling postgres-types v0.2.12 |
| 2140 | 2026-06-26T12:18:36.140Z | Compiling bzip2 v0.4.4 |
| 2141 | 2026-06-26T12:18:36.225Z | Compiling globset v0.4.18 |
| 2142 | 2026-06-26T12:18:36.364Z | Compiling strum v0.27.2 |
| 2143 | 2026-06-26T12:18:36.543Z | Compiling hubpack v0.1.2 |
| 2144 | 2026-06-26T12:18:36.621Z | Compiling ed25519 v2.2.3 |
| 2145 | 2026-06-26T12:18:36.636Z | Compiling phf_shared v0.11.3 |
| 2146 | 2026-06-26T12:18:36.733Z | Compiling crossbeam-epoch v0.9.18 |
| 2147 | 2026-06-26T12:18:36.792Z | Compiling olpc-cjson v0.1.4 |
| 2148 | 2026-06-26T12:18:36.809Z | Compiling pkcs1 v0.7.5 |
| 2149 | 2026-06-26T12:18:36.843Z | Compiling pem v3.0.6 |
| 2150 | 2026-06-26T12:18:37.013Z | Compiling serde-big-array v0.5.1 |
| 2151 | 2026-06-26T12:18:37.099Z | Compiling serde_plain v1.0.2 |
| 2152 | 2026-06-26T12:18:37.145Z | Compiling rfc6979 v0.4.0 |
| 2153 | 2026-06-26T12:18:37.148Z | Compiling float-cmp v0.10.0 |
| 2154 | 2026-06-26T12:18:37.179Z | Compiling memmap2 v0.9.10 |
| 2155 | 2026-06-26T12:18:37.197Z | Compiling env_filter v1.0.0 |
| 2156 | 2026-06-26T12:18:37.200Z | Compiling whoami v2.1.0 |
| 2157 | 2026-06-26T12:18:37.229Z | Compiling normalize-line-endings v0.3.0 |
| 2158 | 2026-06-26T12:18:37.249Z | Compiling difflib v0.4.0 |
| 2159 | 2026-06-26T12:18:37.303Z | Compiling precomputed-hash v0.1.1 |
| 2160 | 2026-06-26T12:18:37.346Z | Compiling typed-path v0.9.3 |
| 2161 | 2026-06-26T12:18:37.400Z | Compiling jiff v0.2.21 |
| 2162 | 2026-06-26T12:18:37.415Z | Compiling keccak v0.1.6 |
| 2163 | 2026-06-26T12:18:37.460Z | Compiling fixedbitset v0.5.7 |
| 2164 | 2026-06-26T12:18:37.481Z | Compiling fixedbitset v0.4.2 |
| 2165 | 2026-06-26T12:18:37.561Z | Compiling static_assertions v1.1.0 |
| 2166 | 2026-06-26T12:18:37.589Z | Compiling new_debug_unreachable v1.0.6 |
| 2167 | 2026-06-26T12:18:37.635Z | Compiling data-encoding v2.10.0 |
| 2168 | 2026-06-26T12:18:37.658Z | Compiling toml_write v0.1.2 |
| 2169 | 2026-06-26T12:18:37.678Z | Compiling predicates-core v1.0.10 |
| 2170 | 2026-06-26T12:18:37.702Z | Compiling petgraph v0.8.3 |
| 2171 | 2026-06-26T12:18:37.702Z | Compiling string_cache v0.8.9 |
| 2172 | 2026-06-26T12:18:37.740Z | Compiling petgraph v0.6.5 |
| 2173 | 2026-06-26T12:18:37.769Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2174 | 2026-06-26T12:18:37.867Z | Compiling toml_edit v0.22.27 |
| 2175 | 2026-06-26T12:18:37.882Z | Compiling predicates v3.1.4 |
| 2176 | 2026-06-26T12:18:37.960Z | Compiling hickory-proto v0.25.2 |
| 2177 | 2026-06-26T12:18:38.171Z | Compiling sha3 v0.10.8 |
| 2178 | 2026-06-26T12:18:38.238Z | Compiling tokio-postgres v0.7.16 |
| 2179 | 2026-06-26T12:18:38.527Z | Compiling env_logger v0.11.9 |
| 2180 | 2026-06-26T12:18:38.674Z | Compiling usdt v0.6.0 |
| 2181 | 2026-06-26T12:18:38.865Z | Compiling ecdsa v0.16.9 |
| 2182 | 2026-06-26T12:18:38.945Z | Compiling rsa v0.9.10 |
| 2183 | 2026-06-26T12:18:39.246Z | Compiling ed25519-dalek v2.2.0 |
| 2184 | 2026-06-26T12:18:39.632Z | Compiling clap v4.6.1 |
| 2185 | 2026-06-26T12:18:39.697Z | Compiling zip v0.6.6 |
| 2186 | 2026-06-26T12:18:39.730Z | Compiling crossterm v0.28.1 |
| 2187 | 2026-06-26T12:18:40.157Z | Compiling zip v4.6.1 |
| 2188 | 2026-06-26T12:18:40.214Z | Compiling iddqd v0.4.2 |
| 2189 | 2026-06-26T12:18:40.388Z | Compiling serde_with v3.17.0 |
| 2190 | 2026-06-26T12:18:40.503Z | Compiling similar v2.7.0 |
| 2191 | 2026-06-26T12:18:40.527Z | Compiling strum v0.26.3 |
| 2192 | 2026-06-26T12:18:40.563Z | Compiling toml v0.7.8 |
| 2193 | 2026-06-26T12:18:40.683Z | Compiling itertools v0.13.0 |
| 2194 | 2026-06-26T12:18:40.978Z | Compiling tokio-stream v0.1.18 |
| 2195 | 2026-06-26T12:18:41.060Z | Compiling buf-list v1.1.2 |
| 2196 | 2026-06-26T12:18:41.174Z | Compiling x509-cert v0.2.5 |
| 2197 | 2026-06-26T12:18:41.428Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2198 | 2026-06-26T12:18:41.462Z | Compiling openapiv3 v2.2.0 |
| 2199 | 2026-06-26T12:18:41.564Z | Compiling sha1 v0.10.6 |
| 2200 | 2026-06-26T12:18:41.799Z | Compiling peg-runtime v0.8.5 |
| 2201 | 2026-06-26T12:18:41.815Z | Compiling lalrpop-util v0.19.12 |
| 2202 | 2026-06-26T12:18:56.519Z | Compiling rustls-webpki v0.103.9 |
| 2203 | 2026-06-26T12:18:58.387Z | Compiling macaddr v1.0.1 |
| 2204 | 2026-06-26T12:18:58.403Z | Compiling structmeta-derive v0.3.0 |
| 2205 | 2026-06-26T12:18:58.605Z | Compiling crucible-workspace-hack v0.1.0 |
| 2206 | 2026-06-26T12:18:58.706Z | Compiling rayon-core v1.13.0 |
| 2207 | 2026-06-26T12:18:58.830Z | Compiling itertools v0.14.0 |
| 2208 | 2026-06-26T12:18:58.871Z | Compiling secrecy v0.10.3 |
| 2209 | 2026-06-26T12:18:58.940Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2210 | 2026-06-26T12:18:58.957Z | Compiling rustls v0.22.4 |
| 2211 | 2026-06-26T12:18:59.068Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2212 | 2026-06-26T12:18:59.085Z | Compiling heapless v0.8.0 |
| 2213 | 2026-06-26T12:18:59.285Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2214 | 2026-06-26T12:18:59.326Z | Compiling crossbeam-deque v0.8.6 |
| 2215 | 2026-06-26T12:18:59.342Z | Compiling rustls-webpki v0.102.8 |
| 2216 | 2026-06-26T12:18:59.372Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2217 | 2026-06-26T12:18:59.422Z | Compiling structmeta v0.3.0 |
| 2218 | 2026-06-26T12:18:59.544Z | Compiling hash32 v0.3.1 |
| 2219 | 2026-06-26T12:18:59.568Z | Compiling multer v3.1.0 |
| 2220 | 2026-06-26T12:18:59.583Z | Compiling thread_local v1.1.9 |
| 2221 | 2026-06-26T12:18:59.602Z | Compiling unicode-width v0.2.0 |
| 2222 | 2026-06-26T12:18:59.654Z | Compiling smoltcp v0.11.0 |
| 2223 | 2026-06-26T12:18:59.674Z | Compiling match_cfg v0.1.0 |
| 2224 | 2026-06-26T12:18:59.734Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2225 | 2026-06-26T12:18:59.762Z | Compiling slog-async v2.8.0 |
| 2226 | 2026-06-26T12:18:59.781Z | Compiling compression-core v0.4.31 |
| 2227 | 2026-06-26T12:18:59.851Z | Compiling proc-macro-crate v3.4.0 |
| 2228 | 2026-06-26T12:18:59.936Z | Compiling compression-codecs v0.4.37 |
| 2229 | 2026-06-26T12:18:59.985Z | Compiling hostname v0.3.1 |
| 2230 | 2026-06-26T12:19:00.017Z | Compiling tokio-rustls v0.26.4 |
| 2231 | 2026-06-26T12:19:00.040Z | Compiling rustls-platform-verifier v0.6.2 |
| 2232 | 2026-06-26T12:19:00.090Z | Compiling ingot-macros v0.1.1 |
| 2233 | 2026-06-26T12:19:00.176Z | Compiling derive-ex v0.1.8 |
| 2234 | 2026-06-26T12:19:00.270Z | Compiling hyper-rustls v0.27.7 |
| 2235 | 2026-06-26T12:19:00.295Z | Compiling atomicwrites v0.4.4 |
| 2236 | 2026-06-26T12:19:00.313Z | Compiling slog-json v2.6.1 |
| 2237 | 2026-06-26T12:19:00.336Z | Compiling crossbeam-channel v0.5.15 |
| 2238 | 2026-06-26T12:19:00.582Z | Compiling reqwest v0.12.28 |
| 2239 | 2026-06-26T12:19:00.598Z | Compiling reqwest v0.13.2 |
| 2240 | 2026-06-26T12:19:00.617Z | Compiling half v2.7.1 |
| 2241 | 2026-06-26T12:19:00.634Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-06-26T12:19:00.976Z | Compiling cobs v0.3.0 |
| 2243 | 2026-06-26T12:19:01.036Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2244 | 2026-06-26T12:19:01.165Z | Compiling universal-hash v0.5.1 |
| 2245 | 2026-06-26T12:19:01.299Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-06-26T12:19:01.331Z | Compiling serde_spanned v1.0.4 |
| 2247 | 2026-06-26T12:19:01.360Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2248 | 2026-06-26T12:19:01.523Z | Compiling is-terminal v0.4.17 |
| 2249 | 2026-06-26T12:19:01.647Z | Compiling proc-macro-error-attr v1.0.4 |
| 2250 | 2026-06-26T12:19:01.688Z | Compiling dropshot v0.17.0 |
| 2251 | 2026-06-26T12:19:01.723Z | Compiling convert_case v0.4.0 |
| 2252 | 2026-06-26T12:19:01.740Z | Compiling ciborium-io v0.2.2 |
| 2253 | 2026-06-26T12:19:01.819Z | Compiling opaque-debug v0.3.1 |
| 2254 | 2026-06-26T12:19:01.857Z | Compiling term v1.2.1 |
| 2255 | 2026-06-26T12:19:01.873Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2256 | 2026-06-26T12:19:01.889Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2257 | 2026-06-26T12:19:01.914Z | Compiling take_mut v0.2.2 |
| 2258 | 2026-06-26T12:19:01.991Z | Compiling tokio-rustls v0.25.0 |
| 2259 | 2026-06-26T12:19:02.054Z | Compiling derive_more v0.99.20 |
| 2260 | 2026-06-26T12:19:02.085Z | Compiling thiserror-no-std v2.0.2 |
| 2261 | 2026-06-26T12:19:02.124Z | Compiling tough v0.22.0 |
| 2262 | 2026-06-26T12:19:02.173Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2263 | 2026-06-26T12:19:02.205Z | Compiling slog-term v2.9.2 |
| 2264 | 2026-06-26T12:19:02.262Z | Compiling poly1305 v0.8.0 |
| 2265 | 2026-06-26T12:19:02.281Z | Compiling async-stream v0.3.6 |
| 2266 | 2026-06-26T12:19:02.495Z | Compiling ciborium-ll v0.2.2 |
| 2267 | 2026-06-26T12:19:02.696Z | Compiling ingot-types v0.1.2 |
| 2268 | 2026-06-26T12:19:02.748Z | Compiling test-strategy v0.4.5 |
| 2269 | 2026-06-26T12:19:02.793Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2270 | 2026-06-26T12:19:02.910Z | Compiling postcard v1.1.3 |
| 2271 | 2026-06-26T12:19:03.161Z | Compiling ingot v0.1.1 |
| 2272 | 2026-06-26T12:19:03.343Z | Compiling slog-bunyan v2.5.0 |
| 2273 | 2026-06-26T12:19:03.482Z | Compiling num_enum_derive v0.7.6 |
| 2274 | 2026-06-26T12:19:03.553Z | Compiling async-compression v0.4.41 |
| 2275 | 2026-06-26T12:19:03.858Z | Compiling parse-display-derive v0.10.0 |
| 2276 | 2026-06-26T12:19:03.962Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2277 | 2026-06-26T12:19:04.046Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2278 | 2026-06-26T12:19:04.096Z | Compiling proc-macro-crate v1.3.1 |
| 2279 | 2026-06-26T12:19:04.281Z | Compiling waitgroup v0.1.2 |
| 2280 | 2026-06-26T12:19:04.302Z | Compiling backon v1.6.0 |
| 2281 | 2026-06-26T12:19:04.458Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2282 | 2026-06-26T12:19:04.458Z | Compiling password-hash v0.5.0 |
| 2283 | 2026-06-26T12:19:04.489Z | Compiling chacha20 v0.9.1 |
| 2284 | 2026-06-26T12:19:04.584Z | Compiling dropshot_endpoint v0.17.0 |
| 2285 | 2026-06-26T12:19:04.600Z | Compiling rustls-pemfile v2.2.0 |
| 2286 | 2026-06-26T12:19:04.760Z | Compiling blake2 v0.10.6 |
| 2287 | 2026-06-26T12:19:04.861Z | Compiling aead v0.5.2 |
| 2288 | 2026-06-26T12:19:04.925Z | Compiling foreign-types-macros v0.2.3 |
| 2289 | 2026-06-26T12:19:05.088Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2290 | 2026-06-26T12:19:05.321Z | Compiling serde_path_to_error v0.1.20 |
| 2291 | 2026-06-26T12:19:05.337Z | Compiling hostname v0.4.2 |
| 2292 | 2026-06-26T12:19:05.427Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2293 | 2026-06-26T12:19:05.443Z | Compiling proc-macro-error v1.0.4 |
| 2294 | 2026-06-26T12:19:05.460Z | Compiling instant v0.1.13 |
| 2295 | 2026-06-26T12:19:05.508Z | Compiling debug-ignore v1.0.5 |
| 2296 | 2026-06-26T12:19:05.544Z | Compiling foreign-types-shared v0.3.1 |
| 2297 | 2026-06-26T12:19:05.571Z | Compiling typeid v1.0.3 |
| 2298 | 2026-06-26T12:19:05.609Z | Compiling cpufeatures v0.3.0 |
| 2299 | 2026-06-26T12:19:05.645Z | Compiling foreign-types v0.5.0 |
| 2300 | 2026-06-26T12:19:05.679Z | Compiling backoff v0.4.0 |
| 2301 | 2026-06-26T12:19:05.712Z | Compiling chacha20 v0.10.0 |
| 2302 | 2026-06-26T12:19:05.716Z | Compiling parse-display v0.10.0 |
| 2303 | 2026-06-26T12:19:05.745Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2304 | 2026-06-26T12:19:05.763Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2305 | 2026-06-26T12:19:05.766Z | Compiling chacha20poly1305 v0.10.1 |
| 2306 | 2026-06-26T12:19:05.794Z | Compiling argon2 v0.5.3 |
| 2307 | 2026-06-26T12:19:05.824Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2308 | 2026-06-26T12:19:05.915Z | Compiling num_enum_derive v0.5.11 |
| 2309 | 2026-06-26T12:19:05.931Z | Compiling num_enum v0.7.6 |
| 2310 | 2026-06-26T12:19:05.946Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2311 | 2026-06-26T12:19:06.044Z | Compiling ciborium v0.2.2 |
| 2312 | 2026-06-26T12:19:06.093Z | Compiling vsss-rs v3.3.4 |
| 2313 | 2026-06-26T12:19:06.126Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2314 | 2026-06-26T12:19:06.476Z | Compiling tabwriter v1.4.1 |
| 2315 | 2026-06-26T12:19:06.559Z | Compiling regress v0.10.5 |
| 2316 | 2026-06-26T12:19:06.600Z | Compiling byte-wrapper v0.1.0 |
| 2317 | 2026-06-26T12:19:06.620Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2318 | 2026-06-26T12:19:06.814Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2026-06-26T12:19:06.847Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2320 | 2026-06-26T12:19:06.868Z | Compiling cstr-argument v0.1.2 |
| 2321 | 2026-06-26T12:19:06.886Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2322 | 2026-06-26T12:19:07.065Z | Compiling erased-serde v0.4.9 |
| 2323 | 2026-06-26T12:19:07.100Z | Compiling humantime v2.3.0 |
| 2324 | 2026-06-26T12:19:07.264Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2325 | 2026-06-26T12:19:07.430Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2326 | 2026-06-26T12:19:07.433Z | Compiling num_enum v0.5.11 |
| 2327 | 2026-06-26T12:19:07.464Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2328 | 2026-06-26T12:19:07.506Z | Compiling rand v0.10.0 |
| 2329 | 2026-06-26T12:19:07.568Z | Compiling rayon v1.11.0 |
| 2330 | 2026-06-26T12:19:07.599Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2331 | 2026-06-26T12:19:07.615Z | Compiling indent_write v2.2.0 |
| 2332 | 2026-06-26T12:19:07.672Z | Compiling colored v3.1.1 |
| 2333 | 2026-06-26T12:19:07.741Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2334 | 2026-06-26T12:19:07.770Z | Compiling libefi-sys v0.1.0 |
| 2335 | 2026-06-26T12:19:07.791Z | Compiling zone_cfg_derive v0.3.1 |
| 2336 | 2026-06-26T12:19:07.864Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2337 | 2026-06-26T12:19:07.976Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2338 | 2026-06-26T12:19:08.017Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2339 | 2026-06-26T12:19:08.068Z | Compiling camino-tempfile v1.4.1 |
| 2340 | 2026-06-26T12:19:08.254Z | Compiling itertools v0.12.1 |
| 2341 | 2026-06-26T12:19:08.317Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2026-06-26T12:19:08.383Z | Compiling usdt-macro v0.5.0 |
| 2343 | 2026-06-26T12:19:08.457Z | Compiling bitfield-struct v0.6.2 |
| 2344 | 2026-06-26T12:19:08.526Z | Compiling num-derive v0.4.2 |
| 2345 | 2026-06-26T12:19:08.541Z | Compiling ordered-float v2.10.1 |
| 2346 | 2026-06-26T12:19:08.572Z | Compiling blake3 v1.8.3 |
| 2347 | 2026-06-26T12:19:08.845Z | Compiling sigpipe v0.1.3 |
| 2348 | 2026-06-26T12:19:08.951Z | Compiling memmap v0.7.0 |
| 2349 | 2026-06-26T12:19:08.968Z | Compiling glob v0.3.3 |
| 2350 | 2026-06-26T12:19:09.083Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2351 | 2026-06-26T12:19:09.098Z | Compiling swrite v0.1.0 |
| 2352 | 2026-06-26T12:19:09.115Z | Compiling usdt v0.5.0 |
| 2353 | 2026-06-26T12:19:09.217Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2354 | 2026-06-26T12:19:09.234Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-06-26T12:19:09.455Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2356 | 2026-06-26T12:19:09.574Z | Compiling zone v0.3.1 |
| 2357 | 2026-06-26T12:19:09.646Z | Compiling serde-value v0.7.0 |
| 2358 | 2026-06-26T12:19:09.723Z | Compiling serde-untagged v0.1.9 |
| 2359 | 2026-06-26T12:19:09.761Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2360 | 2026-06-26T12:19:09.914Z | Compiling toml v0.8.23 |
| 2361 | 2026-06-26T12:19:10.032Z | Compiling smf v0.2.3 |
| 2362 | 2026-06-26T12:19:10.080Z | Compiling filetime v0.2.27 |
| 2363 | 2026-06-26T12:19:10.098Z | Compiling whoami v1.6.1 |
| 2364 | 2026-06-26T12:19:10.101Z | Compiling arrayref v0.3.9 |
| 2365 | 2026-06-26T12:19:10.191Z | Compiling arrayvec v0.7.6 |
| 2366 | 2026-06-26T12:19:10.211Z | Compiling unicode-xid v0.2.6 |
| 2367 | 2026-06-26T12:19:10.313Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-06-26T12:19:10.338Z | Compiling constant_time_eq v0.4.2 |
| 2369 | 2026-06-26T12:19:10.354Z | Compiling xattr v1.6.1 |
| 2370 | 2026-06-26T12:19:10.381Z | Compiling cargo-util-schemas v0.8.2 |
| 2371 | 2026-06-26T12:19:10.411Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2372 | 2026-06-26T12:19:10.452Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2373 | 2026-06-26T12:19:10.550Z | Compiling tar v0.4.45 |
| 2374 | 2026-06-26T12:19:10.587Z | Compiling tokio-dtrace v0.1.1 |
| 2375 | 2026-06-26T12:19:10.718Z | Compiling console v0.16.2 |
| 2376 | 2026-06-26T12:19:10.935Z | Compiling gethostname v0.5.0 |
| 2377 | 2026-06-26T12:19:11.094Z | Compiling cargo-platform v0.2.0 |
| 2378 | 2026-06-26T12:19:11.094Z | Compiling unit-prefix v0.5.2 |
| 2379 | 2026-06-26T12:19:11.132Z | Compiling topological-sort v0.2.2 |
| 2380 | 2026-06-26T12:19:11.174Z | Compiling oxide-tokio-rt v0.1.4 |
| 2381 | 2026-06-26T12:19:11.298Z | Compiling indicatif v0.18.4 |
| 2382 | 2026-06-26T12:19:11.312Z | Compiling shell-words v1.1.1 |
| 2383 | 2026-06-26T12:19:11.330Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2384 | 2026-06-26T12:19:11.537Z | Compiling cargo_metadata v0.21.0 |
| 2385 | 2026-06-26T12:19:20.917Z | Compiling progenitor-client v0.14.0 |
| 2386 | 2026-06-26T12:19:20.962Z | Compiling progenitor-client v0.10.0 |
| 2387 | 2026-06-26T12:19:20.963Z | Compiling omicron-zone-package v0.12.2 |
| 2388 | 2026-06-26T12:19:21.400Z | Compiling progenitor-extras v0.2.0 |
| 2389 | 2026-06-26T12:19:23.617Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2390 | 2026-06-26T12:19:23.641Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2391 | 2026-06-26T12:19:23.684Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2392 | 2026-06-26T12:19:23.687Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2393 | 2026-06-26T12:19:23.724Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2394 | 2026-06-26T12:19:23.748Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2395 | 2026-06-26T12:19:23.861Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2396 | 2026-06-26T12:19:23.922Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2397 | 2026-06-26T12:19:24.033Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2398 | 2026-06-26T12:19:27.883Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2399 | 2026-06-26T12:19:35.515Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2400 | 2026-06-26T12:19:38.595Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2401 | 2026-06-26T12:19:39.570Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2402 | 2026-06-26T12:19:49.158Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2403 | 2026-06-26T12:19:49.312Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2404 | 2026-06-26T12:19:49.373Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2405 | 2026-06-26T12:19:49.376Z | Created new build target 'test' and set it as active |
| 2406 | 2026-06-26T12:19:49.379Z | |
| 2407 | 2026-06-26T12:19:49.379Z | real 1:43.700541090 |
| 2408 | 2026-06-26T12:19:49.379Z | user 16:52.424516112 |
| 2409 | 2026-06-26T12:19:49.379Z | sys 2:39.146081420 |
| 2410 | 2026-06-26T12:19:49.379Z | trap 0.456307310 |
| 2411 | 2026-06-26T12:19:49.379Z | tflt 2.963200915 |
| 2412 | 2026-06-26T12:19:49.379Z | dflt 4.651614740 |
| 2413 | 2026-06-26T12:19:49.379Z | kflt 0.000513070 |
| 2414 | 2026-06-26T12:19:49.379Z | lock 52:34.622020885 |
| 2415 | 2026-06-26T12:19:49.379Z | slp 43:09.035920897 |
| 2416 | 2026-06-26T12:19:49.380Z | lat 42.830339053 |
| 2417 | 2026-06-26T12:19:49.380Z | stop 5:32.959420558 |
| 2418 | 2026-06-26T12:19:49.380Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2419 | 2026-06-26T12:19:50.266Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2420 | 2026-06-26T12:19:50.335Z | Running `target/release/omicron-package -t test package` |
| 2421 | 2026-06-26T12:19:50.392Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2422 | 2026-06-26T12:19:51.828Z | Compiling heck v0.5.0 |
| 2423 | 2026-06-26T12:19:51.832Z | Compiling regress v0.11.1 |
| 2424 | 2026-06-26T12:19:52.054Z | Compiling unsafe-libyaml v0.2.11 |
| 2425 | 2026-06-26T12:19:52.092Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2426 | 2026-06-26T12:19:52.118Z | Compiling atomicwrites v0.4.4 |
| 2427 | 2026-06-26T12:19:52.143Z | Compiling regress v0.10.5 |
| 2428 | 2026-06-26T12:19:52.165Z | Compiling is-terminal v0.4.17 |
| 2429 | 2026-06-26T12:19:52.183Z | Compiling unicode-width v0.1.14 |
| 2430 | 2026-06-26T12:19:52.186Z | Compiling prettyplease v0.2.37 |
| 2431 | 2026-06-26T12:19:52.186Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2432 | 2026-06-26T12:19:52.186Z | Compiling bytecount v0.6.9 |
| 2433 | 2026-06-26T12:19:52.205Z | Compiling rustls v0.22.4 |
| 2434 | 2026-06-26T12:19:52.208Z | Compiling rustls-webpki v0.102.8 |
| 2435 | 2026-06-26T12:19:52.247Z | Compiling derive-where v1.6.0 |
| 2436 | 2026-06-26T12:19:52.250Z | Compiling thread_local v1.1.9 |
| 2437 | 2026-06-26T12:19:52.308Z | Compiling match_cfg v0.1.0 |
| 2438 | 2026-06-26T12:19:52.332Z | Compiling compression-core v0.4.31 |
| 2439 | 2026-06-26T12:19:52.394Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2440 | 2026-06-26T12:19:52.430Z | Compiling hostname v0.3.1 |
| 2441 | 2026-06-26T12:19:52.456Z | Compiling multer v3.1.0 |
| 2442 | 2026-06-26T12:19:52.459Z | Compiling slog-async v2.8.0 |
| 2443 | 2026-06-26T12:19:52.517Z | Compiling compression-codecs v0.4.37 |
| 2444 | 2026-06-26T12:19:52.538Z | Compiling crossbeam-channel v0.5.15 |
| 2445 | 2026-06-26T12:19:52.560Z | Compiling serde_yaml v0.9.34+deprecated |
| 2446 | 2026-06-26T12:19:52.560Z | Compiling slog-json v2.6.1 |
| 2447 | 2026-06-26T12:19:52.604Z | Compiling serde_spanned v1.0.4 |
| 2448 | 2026-06-26T12:19:52.607Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2449 | 2026-06-26T12:19:52.607Z | Compiling take_mut v0.2.2 |
| 2450 | 2026-06-26T12:19:52.718Z | Compiling term v1.2.1 |
| 2451 | 2026-06-26T12:19:52.760Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2452 | 2026-06-26T12:19:52.782Z | Compiling slog-bunyan v2.5.0 |
| 2453 | 2026-06-26T12:19:52.785Z | Compiling async-compression v0.4.41 |
| 2454 | 2026-06-26T12:19:52.896Z | Compiling dropshot v0.17.0 |
| 2455 | 2026-06-26T12:19:52.948Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2456 | 2026-06-26T12:19:52.972Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2457 | 2026-06-26T12:19:53.013Z | Compiling slog-term v2.9.2 |
| 2458 | 2026-06-26T12:19:53.017Z | Compiling async-stream v0.3.6 |
| 2459 | 2026-06-26T12:19:53.148Z | Compiling num-rational v0.4.2 |
| 2460 | 2026-06-26T12:19:53.170Z | Compiling progenitor-client v0.14.0 |
| 2461 | 2026-06-26T12:19:53.242Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2462 | 2026-06-26T12:19:53.263Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2463 | 2026-06-26T12:19:53.290Z | Compiling waitgroup v0.1.2 |
| 2464 | 2026-06-26T12:19:53.419Z | Compiling backon v1.6.0 |
| 2465 | 2026-06-26T12:19:53.444Z | Compiling rustls-pemfile v2.2.0 |
| 2466 | 2026-06-26T12:19:53.474Z | Compiling num-complex v0.4.6 |
| 2467 | 2026-06-26T12:19:53.493Z | Compiling hostname v0.4.2 |
| 2468 | 2026-06-26T12:19:53.517Z | Compiling serde_path_to_error v0.1.20 |
| 2469 | 2026-06-26T12:19:53.544Z | Compiling instant v0.1.13 |
| 2470 | 2026-06-26T12:19:53.566Z | Compiling typify-impl v0.6.2 |
| 2471 | 2026-06-26T12:19:53.650Z | Compiling debug-ignore v1.0.5 |
| 2472 | 2026-06-26T12:19:53.673Z | Compiling backoff v0.4.0 |
| 2473 | 2026-06-26T12:19:53.676Z | Compiling progenitor-extras v0.2.0 |
| 2474 | 2026-06-26T12:19:53.715Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2475 | 2026-06-26T12:19:53.862Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2476 | 2026-06-26T12:19:53.895Z | Compiling num v0.4.3 |
| 2477 | 2026-06-26T12:19:53.917Z | Compiling parse-display v0.10.0 |
| 2478 | 2026-06-26T12:19:53.954Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2479 | 2026-06-26T12:19:53.983Z | Compiling progenitor-client v0.10.0 |
| 2480 | 2026-06-26T12:19:54.007Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2481 | 2026-06-26T12:19:54.133Z | Compiling macaddr v1.0.1 |
| 2482 | 2026-06-26T12:19:54.137Z | Compiling float-ord v0.3.2 |
| 2483 | 2026-06-26T12:19:54.181Z | Compiling humantime v2.3.0 |
| 2484 | 2026-06-26T12:19:54.295Z | Compiling console v0.15.11 |
| 2485 | 2026-06-26T12:19:54.346Z | Compiling newline-converter v0.3.0 |
| 2486 | 2026-06-26T12:19:54.392Z | Compiling slog-dtrace v0.3.0 |
| 2487 | 2026-06-26T12:19:54.454Z | Compiling cancel-safe-futures v0.1.5 |
| 2488 | 2026-06-26T12:19:54.475Z | Compiling owo-colors v4.3.0 |
| 2489 | 2026-06-26T12:19:54.512Z | Compiling resolv-conf v0.7.6 |
| 2490 | 2026-06-26T12:19:54.604Z | Compiling tokio-rustls v0.25.0 |
| 2491 | 2026-06-26T12:19:54.712Z | Compiling expectorate v1.2.0 |
| 2492 | 2026-06-26T12:19:54.777Z | Compiling toml v0.8.23 |
| 2493 | 2026-06-26T12:19:54.808Z | Compiling libsw-core v0.3.2 |
| 2494 | 2026-06-26T12:19:54.989Z | Compiling libsw v3.5.0 |
| 2495 | 2026-06-26T12:19:55.029Z | Compiling linked-hash-map v0.5.6 |
| 2496 | 2026-06-26T12:19:55.171Z | Compiling linear-map v1.2.0 |
| 2497 | 2026-06-26T12:19:55.234Z | Compiling lru-cache v0.1.2 |
| 2498 | 2026-06-26T12:19:55.264Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2499 | 2026-06-26T12:19:55.306Z | Compiling minimal-lexical v0.2.1 |
| 2500 | 2026-06-26T12:19:55.371Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2501 | 2026-06-26T12:19:55.409Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2502 | 2026-06-26T12:19:55.431Z | Compiling hickory-proto v0.24.4 |
| 2503 | 2026-06-26T12:19:55.452Z | Compiling unicode-xid v0.2.6 |
| 2504 | 2026-06-26T12:19:55.563Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2505 | 2026-06-26T12:19:55.595Z | Compiling nom v7.1.3 |
| 2506 | 2026-06-26T12:19:55.598Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2507 | 2026-06-26T12:19:55.639Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2508 | 2026-06-26T12:19:55.871Z | Compiling convert_case v0.10.0 |
| 2509 | 2026-06-26T12:19:56.170Z | Compiling derive_more-impl v2.1.1 |
| 2510 | 2026-06-26T12:19:56.472Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-06-26T12:19:56.944Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2512 | 2026-06-26T12:19:56.975Z | Compiling derive_more v2.1.1 |
| 2513 | 2026-06-26T12:19:56.996Z | Compiling papergrid v0.11.0 |
| 2514 | 2026-06-26T12:19:57.028Z | Compiling typify-macro v0.6.2 |
| 2515 | 2026-06-26T12:19:57.087Z | Compiling tabled_derive v0.7.0 |
| 2516 | 2026-06-26T12:19:57.113Z | Compiling termtree v0.5.1 |
| 2517 | 2026-06-26T12:19:57.319Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2518 | 2026-06-26T12:19:57.572Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2519 | 2026-06-26T12:19:57.903Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-06-26T12:19:57.977Z | Compiling hickory-resolver v0.24.4 |
| 2521 | 2026-06-26T12:19:58.120Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2522 | 2026-06-26T12:19:58.187Z | Compiling tabled v0.15.0 |
| 2523 | 2026-06-26T12:19:58.356Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2524 | 2026-06-26T12:19:58.551Z | Compiling typify v0.6.2 |
| 2525 | 2026-06-26T12:19:58.705Z | Compiling progenitor-impl v0.14.0 |
| 2526 | 2026-06-26T12:19:59.495Z | Compiling qorb v0.4.1 |
| 2527 | 2026-06-26T12:19:59.539Z | Compiling crossterm v0.29.0 |
| 2528 | 2026-06-26T12:20:00.852Z | Compiling progenitor-macro v0.14.0 |
| 2529 | 2026-06-26T12:20:01.425Z | Compiling phf_shared v0.12.1 |
| 2530 | 2026-06-26T12:20:01.677Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2531 | 2026-06-26T12:20:02.245Z | Compiling csv-core v0.1.13 |
| 2532 | 2026-06-26T12:20:02.473Z | Compiling vte v0.14.1 |
| 2533 | 2026-06-26T12:20:02.680Z | Compiling highway v1.3.0 |
| 2534 | 2026-06-26T12:20:02.735Z | Compiling chrono-tz v0.10.4 |
| 2535 | 2026-06-26T12:20:02.954Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-06-26T12:20:03.333Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2537 | 2026-06-26T12:20:03.425Z | Compiling strip-ansi-escapes v0.2.1 |
| 2538 | 2026-06-26T12:20:03.475Z | Compiling csv v1.4.0 |
| 2539 | 2026-06-26T12:20:03.581Z | Compiling phf v0.12.1 |
| 2540 | 2026-06-26T12:20:03.785Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-06-26T12:20:03.868Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-06-26T12:20:03.925Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-06-26T12:20:03.992Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2544 | 2026-06-26T12:20:04.268Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2545 | 2026-06-26T12:20:04.482Z | Compiling peg-macros v0.8.5 |
| 2546 | 2026-06-26T12:20:04.645Z | Compiling nu-ansi-term v0.50.3 |
| 2547 | 2026-06-26T12:20:04.868Z | Compiling const_format v0.2.35 |
| 2548 | 2026-06-26T12:20:04.929Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-06-26T12:20:05.119Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2550 | 2026-06-26T12:20:05.192Z | Compiling reedline v0.40.0 |
| 2551 | 2026-06-26T12:20:05.389Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2552 | 2026-06-26T12:20:05.734Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2553 | 2026-06-26T12:20:05.760Z | Compiling peg v0.8.5 |
| 2554 | 2026-06-26T12:20:06.034Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2555 | 2026-06-26T12:20:06.170Z | Compiling bcs v0.1.6 |
| 2556 | 2026-06-26T12:20:06.582Z | Compiling nom v8.0.0 |
| 2557 | 2026-06-26T12:20:06.610Z | Compiling semver v0.1.20 |
| 2558 | 2026-06-26T12:20:06.915Z | Compiling rustc_version v0.1.7 |
| 2559 | 2026-06-26T12:20:07.154Z | Compiling newtype_derive v0.1.6 |
| 2560 | 2026-06-26T12:20:07.377Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2561 | 2026-06-26T12:20:07.633Z | Compiling smawk v0.3.2 |
| 2562 | 2026-06-26T12:20:07.830Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2563 | 2026-06-26T12:20:07.941Z | Compiling unicode-linebreak v0.1.5 |
| 2564 | 2026-06-26T12:20:08.181Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-06-26T12:20:08.273Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2566 | 2026-06-26T12:20:08.460Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-06-26T12:20:08.600Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2568 | 2026-06-26T12:20:08.767Z | Compiling base64 v0.21.7 |
| 2569 | 2026-06-26T12:20:08.900Z | Compiling steno v0.4.1 |
| 2570 | 2026-06-26T12:20:08.961Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-06-26T12:20:09.310Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2572 | 2026-06-26T12:20:09.313Z | Compiling tagptr v0.2.0 |
| 2573 | 2026-06-26T12:20:09.355Z | Compiling utf-8 v0.7.6 |
| 2574 | 2026-06-26T12:20:09.524Z | Compiling moka v0.12.13 |
| 2575 | 2026-06-26T12:20:09.575Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2576 | 2026-06-26T12:20:09.596Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-06-26T12:20:09.767Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-06-26T12:20:09.826Z | Compiling radium v0.7.0 |
| 2579 | 2026-06-26T12:20:09.829Z | Compiling tap v1.0.1 |
| 2580 | 2026-06-26T12:20:10.008Z | Compiling display-error-chain v0.2.2 |
| 2581 | 2026-06-26T12:20:10.157Z | Compiling maybe-uninit v2.0.0 |
| 2582 | 2026-06-26T12:20:10.411Z | Compiling tokio-tungstenite v0.21.0 |
| 2583 | 2026-06-26T12:20:10.792Z | Compiling hickory-resolver v0.25.2 |
| 2584 | 2026-06-26T12:20:10.817Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2585 | 2026-06-26T12:20:10.817Z | Compiling wyz v0.5.1 |
| 2586 | 2026-06-26T12:20:11.056Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2587 | 2026-06-26T12:20:11.087Z | Compiling num-derive v0.3.3 |
| 2588 | 2026-06-26T12:20:11.477Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-06-26T12:20:11.872Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2590 | 2026-06-26T12:20:12.011Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2591 | 2026-06-26T12:20:12.254Z | Compiling funty v2.0.0 |
| 2592 | 2026-06-26T12:20:12.410Z | Compiling crc-catalog v2.4.0 |
| 2593 | 2026-06-26T12:20:12.542Z | Compiling packed_struct v0.10.1 |
| 2594 | 2026-06-26T12:20:12.850Z | Compiling bitvec v1.0.1 |
| 2595 | 2026-06-26T12:20:13.199Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2596 | 2026-06-26T12:20:13.403Z | Compiling crc v3.4.0 |
| 2597 | 2026-06-26T12:20:13.631Z | Compiling proc-macro-error2 v2.0.1 |
| 2598 | 2026-06-26T12:20:13.897Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2599 | 2026-06-26T12:20:13.933Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2600 | 2026-06-26T12:20:13.954Z | Compiling zerocopy v0.6.6 |
| 2601 | 2026-06-26T12:20:14.071Z | Compiling libscf-sys v1.1.0 |
| 2602 | 2026-06-26T12:20:14.348Z | Compiling packed_struct_codegen v0.10.1 |
| 2603 | 2026-06-26T12:20:14.370Z | Compiling vergen-lib v0.1.6 |
| 2604 | 2026-06-26T12:20:14.616Z | Compiling bitfield-macros v0.19.4 |
| 2605 | 2026-06-26T12:20:14.683Z | Compiling indexmap v1.9.3 |
| 2606 | 2026-06-26T12:20:14.924Z | Compiling nodrop v0.1.14 |
| 2607 | 2026-06-26T12:20:15.054Z | Compiling array-init v0.0.4 |
| 2608 | 2026-06-26T12:20:15.332Z | Compiling bitfield v0.19.4 |
| 2609 | 2026-06-26T12:20:15.459Z | Compiling smallvec v0.6.14 |
| 2610 | 2026-06-26T12:20:15.484Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2611 | 2026-06-26T12:20:15.668Z | Compiling tabled_derive v0.11.0 |
| 2612 | 2026-06-26T12:20:15.750Z | Compiling papergrid v0.17.0 |
| 2613 | 2026-06-26T12:20:15.897Z | Compiling testing_table v0.3.0 |
| 2614 | 2026-06-26T12:20:16.219Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-06-26T12:20:16.329Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-06-26T12:20:16.376Z | Compiling crunchy v0.2.4 |
| 2617 | 2026-06-26T12:20:16.450Z | Compiling maplit v1.0.2 |
| 2618 | 2026-06-26T12:20:16.571Z | Compiling diesel_derives v2.3.7 |
| 2619 | 2026-06-26T12:20:16.594Z | Compiling hashbrown v0.12.3 |
| 2620 | 2026-06-26T12:20:16.617Z | Compiling glob v0.3.3 |
| 2621 | 2026-06-26T12:20:16.700Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2622 | 2026-06-26T12:20:16.726Z | Compiling dirs-next v2.0.0 |
| 2623 | 2026-06-26T12:20:16.864Z | Compiling serde-hex v0.1.0 |
| 2624 | 2026-06-26T12:20:16.908Z | Compiling tabled v0.20.0 |
| 2625 | 2026-06-26T12:20:16.980Z | Compiling clang-sys v1.8.1 |
| 2626 | 2026-06-26T12:20:17.237Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2627 | 2026-06-26T12:20:17.259Z | Compiling ron v0.8.1 |
| 2628 | 2026-06-26T12:20:17.356Z | Compiling hashbrown v0.13.2 |
| 2629 | 2026-06-26T12:20:17.376Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2630 | 2026-06-26T12:20:17.481Z | Compiling scheduled-thread-pool v0.2.7 |
| 2631 | 2026-06-26T12:20:17.715Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2632 | 2026-06-26T12:20:17.967Z | Compiling dsl_auto_type v0.2.0 |
| 2633 | 2026-06-26T12:20:18.089Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2634 | 2026-06-26T12:20:18.320Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2635 | 2026-06-26T12:20:18.545Z | Compiling crc-any v2.5.0 |
| 2636 | 2026-06-26T12:20:18.567Z | Compiling tiny-keccak v2.0.2 |
| 2637 | 2026-06-26T12:20:18.889Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-06-26T12:20:18.998Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2639 | 2026-06-26T12:20:19.001Z | Compiling object v0.30.4 |
| 2640 | 2026-06-26T12:20:19.676Z | Compiling r2d2 v0.8.10 |
| 2641 | 2026-06-26T12:20:19.749Z | Compiling term v0.7.0 |
| 2642 | 2026-06-26T12:20:20.028Z | Compiling bit-vec v0.6.3 |
| 2643 | 2026-06-26T12:20:20.089Z | Compiling downcast-rs v2.0.2 |
| 2644 | 2026-06-26T12:20:20.227Z | Compiling xshell-macros v0.2.7 |
| 2645 | 2026-06-26T12:20:20.250Z | Compiling path-slash v0.1.5 |
| 2646 | 2026-06-26T12:20:20.271Z | Compiling bit-set v0.5.3 |
| 2647 | 2026-06-26T12:20:20.440Z | Compiling ascii-canvas v3.0.0 |
| 2648 | 2026-06-26T12:20:20.540Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2649 | 2026-06-26T12:20:20.628Z | Compiling xshell v0.2.7 |
| 2650 | 2026-06-26T12:20:20.707Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2651 | 2026-06-26T12:20:21.216Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-06-26T12:20:21.365Z | Compiling itertools v0.10.5 |
| 2653 | 2026-06-26T12:20:21.928Z | Compiling ena v0.14.4 |
| 2654 | 2026-06-26T12:20:22.171Z | Compiling libloading v0.8.9 |
| 2655 | 2026-06-26T12:20:22.407Z | Compiling unicase v2.9.0 |
| 2656 | 2026-06-26T12:20:22.444Z | Compiling diff v0.1.13 |
| 2657 | 2026-06-26T12:20:22.710Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-06-26T12:20:22.731Z | Compiling crc8 v0.1.1 |
| 2659 | 2026-06-26T12:20:22.872Z | Compiling bindgen v0.71.1 |
| 2660 | 2026-06-26T12:20:23.153Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2661 | 2026-06-26T12:20:23.246Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2662 | 2026-06-26T12:20:23.425Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2663 | 2026-06-26T12:20:23.491Z | Compiling diesel v2.3.7 |
| 2664 | 2026-06-26T12:20:23.799Z | Compiling cexpr v0.6.0 |
| 2665 | 2026-06-26T12:20:24.027Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2666 | 2026-06-26T12:20:24.292Z | Compiling lalrpop v0.19.12 |
| 2667 | 2026-06-26T12:20:24.415Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2668 | 2026-06-26T12:20:24.447Z | Compiling rustc-hash v2.1.1 |
| 2669 | 2026-06-26T12:20:24.594Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2670 | 2026-06-26T12:20:24.653Z | Compiling headers-core v0.3.0 |
| 2671 | 2026-06-26T12:20:24.676Z | Compiling libxml v0.3.3 |
| 2672 | 2026-06-26T12:20:24.680Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2673 | 2026-06-26T12:20:24.721Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2674 | 2026-06-26T12:20:24.816Z | Compiling headers v0.4.1 |
| 2675 | 2026-06-26T12:20:24.976Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2676 | 2026-06-26T12:20:25.200Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2677 | 2026-06-26T12:20:25.265Z | Compiling git-stub v1.0.0 |
| 2678 | 2026-06-26T12:20:25.534Z | Compiling strum_macros v0.24.3 |
| 2679 | 2026-06-26T12:20:25.668Z | Compiling indoc v1.0.9 |
| 2680 | 2026-06-26T12:20:25.886Z | Compiling git-stub-vcs v0.1.0 |
| 2681 | 2026-06-26T12:20:26.116Z | Compiling progenitor-impl v0.13.0 |
| 2682 | 2026-06-26T12:20:26.247Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2683 | 2026-06-26T12:20:26.439Z | Compiling derive_builder v0.20.2 |
| 2684 | 2026-06-26T12:20:26.470Z | Compiling quick-xml v0.37.5 |
| 2685 | 2026-06-26T12:20:26.611Z | Compiling oso-derive v0.27.3 |
| 2686 | 2026-06-26T12:20:26.783Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2687 | 2026-06-26T12:20:27.006Z | Compiling openssl-probe v0.1.6 |
| 2688 | 2026-06-26T12:20:27.169Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2689 | 2026-06-26T12:20:27.307Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2690 | 2026-06-26T12:20:27.487Z | Compiling progenitor-client v0.13.0 |
| 2691 | 2026-06-26T12:20:27.894Z | Compiling half v1.8.3 |
| 2692 | 2026-06-26T12:20:27.916Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-06-26T12:20:28.027Z | Compiling bb8 v0.8.6 |
| 2694 | 2026-06-26T12:20:28.050Z | Compiling trait-variant v0.1.2 |
| 2695 | 2026-06-26T12:20:28.167Z | Compiling serde_cbor v0.11.2 |
| 2696 | 2026-06-26T12:20:28.263Z | Compiling progenitor-macro v0.13.0 |
| 2697 | 2026-06-26T12:20:28.423Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2698 | 2026-06-26T12:20:28.472Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2699 | 2026-06-26T12:20:28.601Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2700 | 2026-06-26T12:20:28.815Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2701 | 2026-06-26T12:20:29.041Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2702 | 2026-06-26T12:20:29.209Z | Compiling samael v0.0.19 |
| 2703 | 2026-06-26T12:20:29.253Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2704 | 2026-06-26T12:20:29.274Z | Compiling typify-impl v0.4.3 |
| 2705 | 2026-06-26T12:20:29.320Z | Compiling fxhash v0.2.1 |
| 2706 | 2026-06-26T12:20:29.349Z | Compiling libz-sys v1.1.24 |
| 2707 | 2026-06-26T12:20:29.491Z | Compiling nonempty v0.12.0 |
| 2708 | 2026-06-26T12:20:29.723Z | Compiling salty v0.3.0 |
| 2709 | 2026-06-26T12:20:29.995Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2710 | 2026-06-26T12:20:30.193Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2711 | 2026-06-26T12:20:30.649Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2712 | 2026-06-26T12:20:30.673Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2713 | 2026-06-26T12:20:30.766Z | Compiling kstat-rs v0.2.4 |
| 2714 | 2026-06-26T12:20:31.202Z | Compiling arc-swap v1.8.2 |
| 2715 | 2026-06-26T12:20:31.261Z | Compiling fs-err v2.11.0 |
| 2716 | 2026-06-26T12:20:31.694Z | Compiling polar-core v0.27.3 |
| 2717 | 2026-06-26T12:20:31.748Z | Compiling slog-scope v4.4.1 |
| 2718 | 2026-06-26T12:20:31.780Z | Compiling mime_guess v2.0.5 |
| 2719 | 2026-06-26T12:20:32.214Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2026-06-26T12:20:32.312Z | Compiling progenitor v0.13.0 |
| 2721 | 2026-06-26T12:20:32.351Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2722 | 2026-06-26T12:20:32.491Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2723 | 2026-06-26T12:20:32.722Z | Compiling typify-macro v0.4.3 |
| 2724 | 2026-06-26T12:20:33.524Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2725 | 2026-06-26T12:20:33.549Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2726 | 2026-06-26T12:20:33.897Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2727 | 2026-06-26T12:20:34.005Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2728 | 2026-06-26T12:20:34.269Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2729 | 2026-06-26T12:20:34.483Z | Compiling nanorand v0.7.0 |
| 2730 | 2026-06-26T12:20:34.530Z | Compiling darling_core v0.23.0 |
| 2731 | 2026-06-26T12:20:34.861Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2732 | 2026-06-26T12:20:34.893Z | Compiling parking_lot_core v0.8.6 |
| 2733 | 2026-06-26T12:20:35.212Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2734 | 2026-06-26T12:20:35.990Z | Compiling flume v0.11.1 |
| 2735 | 2026-06-26T12:20:36.398Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2736 | 2026-06-26T12:20:36.712Z | Compiling darling_macro v0.23.0 |
| 2737 | 2026-06-26T12:20:36.771Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2738 | 2026-06-26T12:20:36.826Z | Compiling slog-stdlog v4.1.1 |
| 2739 | 2026-06-26T12:20:37.291Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-06-26T12:20:37.400Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2741 | 2026-06-26T12:20:38.585Z | Compiling primeorder v0.13.6 |
| 2742 | 2026-06-26T12:20:38.791Z | Compiling atty v0.2.14 |
| 2743 | 2026-06-26T12:20:38.920Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2744 | 2026-06-26T12:20:39.012Z | Compiling parse-size v1.1.0 |
| 2745 | 2026-06-26T12:20:39.166Z | Compiling strsim v0.10.0 |
| 2746 | 2026-06-26T12:20:39.232Z | Compiling instability v0.3.11 |
| 2747 | 2026-06-26T12:20:39.255Z | Compiling http-range v0.1.5 |
| 2748 | 2026-06-26T12:20:39.478Z | Compiling darling_core v0.13.4 |
| 2749 | 2026-06-26T12:20:39.539Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2750 | 2026-06-26T12:20:39.585Z | Compiling p384 v0.13.1 |
| 2751 | 2026-06-26T12:20:41.181Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-06-26T12:20:42.526Z | Compiling oso v0.27.3 |
| 2753 | 2026-06-26T12:20:43.285Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2754 | 2026-06-26T12:20:43.341Z | Compiling diesel-dtrace v0.5.0 |
| 2755 | 2026-06-26T12:20:43.671Z | Compiling async-bb8-diesel v0.2.1 |
| 2756 | 2026-06-26T12:20:43.886Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2757 | 2026-06-26T12:20:44.471Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2758 | 2026-06-26T12:20:45.646Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2759 | 2026-06-26T12:20:45.738Z | Compiling darling v0.23.0 |
| 2760 | 2026-06-26T12:20:45.856Z | Compiling slog-envlogger v2.2.0 |
| 2761 | 2026-06-26T12:20:47.045Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2762 | 2026-06-26T12:20:47.532Z | Compiling typify v0.4.3 |
| 2763 | 2026-06-26T12:20:47.719Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2764 | 2026-06-26T12:20:48.370Z | Compiling ignore v0.4.25 |
| 2765 | 2026-06-26T12:20:48.923Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-06-26T12:20:50.342Z | Compiling vergen-git2 v9.1.0 |
| 2767 | 2026-06-26T12:20:50.391Z | Compiling castaway v0.2.4 |
| 2768 | 2026-06-26T12:20:50.453Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2769 | 2026-06-26T12:20:50.551Z | Compiling indoc v2.0.7 |
| 2770 | 2026-06-26T12:20:50.613Z | Compiling compact_str v0.8.1 |
| 2771 | 2026-06-26T12:20:50.759Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2772 | 2026-06-26T12:20:50.783Z | Compiling globwalk v0.9.1 |
| 2773 | 2026-06-26T12:20:51.037Z | Compiling progenitor-impl v0.11.2 |
| 2774 | 2026-06-26T12:20:51.222Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2775 | 2026-06-26T12:20:51.491Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2776 | 2026-06-26T12:20:51.695Z | Compiling parking_lot v0.11.2 |
| 2777 | 2026-06-26T12:20:51.753Z | Compiling hyper-staticfile v0.10.1 |
| 2778 | 2026-06-26T12:20:52.083Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-06-26T12:20:52.616Z | Compiling darling_macro v0.13.4 |
| 2780 | 2026-06-26T12:20:52.958Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2781 | 2026-06-26T12:20:52.998Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-06-26T12:20:53.131Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2783 | 2026-06-26T12:20:53.176Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2784 | 2026-06-26T12:20:53.332Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2785 | 2026-06-26T12:20:53.624Z | Compiling predicates-tree v1.0.13 |
| 2786 | 2026-06-26T12:20:53.657Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2787 | 2026-06-26T12:20:53.790Z | Compiling unicode-truncate v1.1.0 |
| 2788 | 2026-06-26T12:20:53.901Z | Compiling lru v0.12.5 |
| 2789 | 2026-06-26T12:20:54.014Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2790 | 2026-06-26T12:20:54.095Z | Compiling rand_seeder v0.4.0 |
| 2791 | 2026-06-26T12:20:54.131Z | Compiling prefix-trie v0.7.0 |
| 2792 | 2026-06-26T12:20:54.394Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2793 | 2026-06-26T12:20:54.570Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2794 | 2026-06-26T12:20:54.632Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2795 | 2026-06-26T12:20:54.820Z | Compiling corncobs v0.1.4 |
| 2796 | 2026-06-26T12:20:54.853Z | Compiling rustls v0.21.12 |
| 2797 | 2026-06-26T12:20:54.875Z | Compiling cassowary v0.3.0 |
| 2798 | 2026-06-26T12:20:54.923Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2799 | 2026-06-26T12:20:55.063Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2800 | 2026-06-26T12:20:55.104Z | Compiling hickory-server v0.25.2 |
| 2801 | 2026-06-26T12:20:55.151Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2802 | 2026-06-26T12:20:55.174Z | Compiling ratatui v0.29.0 |
| 2803 | 2026-06-26T12:20:55.239Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2804 | 2026-06-26T12:20:55.490Z | Compiling camino-tempfile-ext v0.3.3 |
| 2805 | 2026-06-26T12:20:55.721Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2806 | 2026-06-26T12:20:55.770Z | Compiling progenitor-macro v0.11.2 |
| 2807 | 2026-06-26T12:20:56.140Z | Compiling darling v0.13.4 |
| 2808 | 2026-06-26T12:20:56.260Z | Compiling sled v0.34.7 |
| 2809 | 2026-06-26T12:20:57.263Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2810 | 2026-06-26T12:20:58.960Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2811 | 2026-06-26T12:20:59.744Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2812 | 2026-06-26T12:20:59.940Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2813 | 2026-06-26T12:21:00.127Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2814 | 2026-06-26T12:21:00.349Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2815 | 2026-06-26T12:21:00.371Z | Compiling progenitor-client v0.11.2 |
| 2816 | 2026-06-26T12:21:00.577Z | Compiling rustls-webpki v0.101.7 |
| 2817 | 2026-06-26T12:21:00.745Z | Compiling git2 v0.20.4 |
| 2818 | 2026-06-26T12:21:00.788Z | Compiling sct v0.7.1 |
| 2819 | 2026-06-26T12:21:00.923Z | Compiling secrecy v0.8.0 |
| 2820 | 2026-06-26T12:21:01.064Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2821 | 2026-06-26T12:21:02.371Z | Compiling progenitor v0.11.2 |
| 2822 | 2026-06-26T12:21:02.646Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2823 | 2026-06-26T12:21:03.421Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2824 | 2026-06-26T12:21:03.651Z | Compiling serde_with_macros v1.5.2 |
| 2825 | 2026-06-26T12:21:03.768Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2826 | 2026-06-26T12:21:04.483Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2827 | 2026-06-26T12:21:04.506Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2828 | 2026-06-26T12:21:05.061Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2829 | 2026-06-26T12:21:06.226Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2830 | 2026-06-26T12:21:06.270Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2831 | 2026-06-26T12:21:06.590Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2832 | 2026-06-26T12:21:06.819Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2833 | 2026-06-26T12:21:06.948Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2834 | 2026-06-26T12:21:07.054Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2835 | 2026-06-26T12:21:07.182Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2836 | 2026-06-26T12:21:07.282Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2837 | 2026-06-26T12:21:07.435Z | Compiling void v1.0.2 |
| 2838 | 2026-06-26T12:21:07.604Z | Compiling lzss v0.8.2 |
| 2839 | 2026-06-26T12:21:08.094Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2840 | 2026-06-26T12:21:08.780Z | Compiling illumos-nvpair v0.3.0 |
| 2841 | 2026-06-26T12:21:09.226Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2842 | 2026-06-26T12:21:09.971Z | Compiling serde_with v1.14.0 |
| 2843 | 2026-06-26T12:21:10.784Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2844 | 2026-06-26T12:21:11.138Z | Compiling tokio-rustls v0.24.1 |
| 2845 | 2026-06-26T12:21:11.587Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2846 | 2026-06-26T12:21:11.727Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2847 | 2026-06-26T12:21:11.749Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-06-26T12:21:11.753Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2849 | 2026-06-26T12:21:12.508Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2850 | 2026-06-26T12:21:12.775Z | Compiling tungstenite v0.23.0 |
| 2851 | 2026-06-26T12:21:13.352Z | Compiling rustls-pemfile v1.0.4 |
| 2852 | 2026-06-26T12:21:13.543Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2853 | 2026-06-26T12:21:13.780Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2854 | 2026-06-26T12:21:13.858Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2855 | 2026-06-26T12:21:14.021Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2856 | 2026-06-26T12:21:14.097Z | Compiling nix v0.27.1 |
| 2857 | 2026-06-26T12:21:15.146Z | Compiling twox-hash v2.1.2 |
| 2858 | 2026-06-26T12:21:15.253Z | Compiling serde_bytes v0.11.19 |
| 2859 | 2026-06-26T12:21:15.549Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2860 | 2026-06-26T12:21:15.624Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2861 | 2026-06-26T12:21:15.670Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2862 | 2026-06-26T12:21:16.127Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2863 | 2026-06-26T12:21:16.179Z | Compiling tokio-tungstenite v0.23.1 |
| 2864 | 2026-06-26T12:21:16.562Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2865 | 2026-06-26T12:21:16.666Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2866 | 2026-06-26T12:21:18.590Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2867 | 2026-06-26T12:21:19.715Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2868 | 2026-06-26T12:21:20.005Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2869 | 2026-06-26T12:21:20.399Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2870 | 2026-06-26T12:21:20.636Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2871 | 2026-06-26T12:21:20.850Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2872 | 2026-06-26T12:21:20.970Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2873 | 2026-06-26T12:21:21.316Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2874 | 2026-06-26T12:21:21.717Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2875 | 2026-06-26T12:21:22.020Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2876 | 2026-06-26T12:21:23.751Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2877 | 2026-06-26T12:21:24.710Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2878 | 2026-06-26T12:21:25.142Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2879 | 2026-06-26T12:21:25.462Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2880 | 2026-06-26T12:21:25.931Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2881 | 2026-06-26T12:21:26.398Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2882 | 2026-06-26T12:21:26.752Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2883 | 2026-06-26T12:21:27.863Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2884 | 2026-06-26T12:21:27.915Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2885 | 2026-06-26T12:21:28.145Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2886 | 2026-06-26T12:21:28.429Z | Compiling signal-hook-tokio v0.3.1 |
| 2887 | 2026-06-26T12:21:28.620Z | Compiling fatfs v0.3.6 |
| 2888 | 2026-06-26T12:21:28.905Z | Compiling yasna v0.5.2 |
| 2889 | 2026-06-26T12:21:29.059Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2890 | 2026-06-26T12:21:29.091Z | Compiling seq-macro v0.3.6 |
| 2891 | 2026-06-26T12:21:29.602Z | Compiling is_ci v1.2.0 |
| 2892 | 2026-06-26T12:21:29.688Z | Compiling assert_matches v1.5.0 |
| 2893 | 2026-06-26T12:21:29.801Z | Compiling supports-color v3.0.2 |
| 2894 | 2026-06-26T12:21:29.822Z | Compiling rcgen v0.12.1 |
| 2895 | 2026-06-26T12:21:29.868Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2896 | 2026-06-26T12:21:30.078Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2897 | 2026-06-26T12:21:30.465Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2898 | 2026-06-26T12:21:31.086Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2899 | 2026-06-26T12:21:31.361Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2900 | 2026-06-26T12:21:31.506Z | Compiling rtoolbox v0.0.3 |
| 2901 | 2026-06-26T12:21:31.603Z | Compiling subprocess v0.2.15 |
| 2902 | 2026-06-26T12:21:31.790Z | Compiling rpassword v7.4.0 |
| 2903 | 2026-06-26T12:21:32.083Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2904 | 2026-06-26T12:21:32.813Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2905 | 2026-06-26T12:21:33.789Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2906 | 2026-06-26T12:21:33.930Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2907 | 2026-06-26T12:21:34.175Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2908 | 2026-06-26T12:21:34.197Z | Compiling tui-tree-widget v0.23.1 |
| 2909 | 2026-06-26T12:21:34.479Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2910 | 2026-06-26T12:21:34.672Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2911 | 2026-06-26T12:21:35.221Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2912 | 2026-06-26T12:21:36.402Z | Compiling uzers v0.12.2 |
| 2913 | 2026-06-26T12:21:37.159Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2914 | 2026-06-26T12:21:37.864Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2915 | 2026-06-26T12:21:38.930Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2916 | 2026-06-26T12:21:40.533Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2917 | 2026-06-26T12:21:43.099Z | Compiling support-bundle-viewer v0.1.2 |
| 2918 | 2026-06-26T12:21:43.845Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2919 | 2026-06-26T12:21:45.013Z | Compiling multimap v0.10.1 |
| 2920 | 2026-06-26T12:21:49.784Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2921 | 2026-06-26T12:21:59.356Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2922 | 2026-06-26T12:22:05.977Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2923 | 2026-06-26T12:22:07.066Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2924 | 2026-06-26T12:22:08.407Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2925 | 2026-06-26T12:28:10.056Z | Finished `release` profile [optimized] target(s) in 8m 19s |
| 2926 | 2026-06-26T12:28:56.520Z | |
| 2927 | 2026-06-26T12:28:56.520Z | real 9:07.121326311 |
| 2928 | 2026-06-26T12:28:56.523Z | user 1:19:23.847385681 |
| 2929 | 2026-06-26T12:28:56.523Z | sys 3:37.121800809 |
| 2930 | 2026-06-26T12:28:56.523Z | trap 1.749858545 |
| 2931 | 2026-06-26T12:28:56.523Z | tflt 2.535769222 |
| 2932 | 2026-06-26T12:28:56.523Z | dflt 16.934528706 |
| 2933 | 2026-06-26T12:28:56.523Z | kflt 0.019679591 |
| 2934 | 2026-06-26T12:28:56.524Z | lock 6:43:49.234519181 |
| 2935 | 2026-06-26T12:28:56.524Z | slp 2:17:36.678427996 |
| 2936 | 2026-06-26T12:28:56.524Z | lat 2:31.977022619 |
| 2937 | 2026-06-26T12:28:56.524Z | stop 5:25.933327975 |
| 2938 | 2026-06-26T12:28:56.524Z | + mapfile -t packages |
| 2939 | 2026-06-26T12:28:56.524Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2940 | 2026-06-26T12:28:57.483Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2941 | 2026-06-26T12:28:57.559Z | Running `target/release/omicron-package -t test list-outputs` |
| 2942 | 2026-06-26T12:28:57.622Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2943 | 2026-06-26T12:28:57.625Z | + ptime -m cargo build --locked --release -p xtask |
| 2944 | 2026-06-26T12:28:58.158Z | Compiling libc v0.2.185 |
| 2945 | 2026-06-26T12:28:58.158Z | Compiling serde v1.0.228 |
| 2946 | 2026-06-26T12:28:58.161Z | Compiling serde_core v1.0.228 |
| 2947 | 2026-06-26T12:28:58.161Z | Compiling rustix v1.1.3 |
| 2948 | 2026-06-26T12:28:58.263Z | Compiling serde_json v1.0.149 |
| 2949 | 2026-06-26T12:28:58.266Z | Compiling bitflags v2.11.0 |
| 2950 | 2026-06-26T12:28:58.301Z | Compiling num-traits v0.2.19 |
| 2951 | 2026-06-26T12:28:58.309Z | Compiling syn v2.0.117 |
| 2952 | 2026-06-26T12:28:58.320Z | Compiling smallvec v1.15.1 |
| 2953 | 2026-06-26T12:28:58.323Z | Compiling indexmap v2.14.0 |
| 2954 | 2026-06-26T12:28:58.351Z | Compiling usdt-impl v0.5.0 |
| 2955 | 2026-06-26T12:28:58.362Z | Compiling syn v1.0.109 |
| 2956 | 2026-06-26T12:28:58.376Z | Compiling log v0.4.29 |
| 2957 | 2026-06-26T12:28:58.380Z | Compiling percent-encoding v2.3.2 |
| 2958 | 2026-06-26T12:28:58.536Z | Compiling getrandom v0.4.1 |
| 2959 | 2026-06-26T12:28:58.616Z | Compiling form_urlencoded v1.2.2 |
| 2960 | 2026-06-26T12:28:58.746Z | Compiling fs-err v3.3.0 |
| 2961 | 2026-06-26T12:28:58.750Z | Compiling once_cell v1.21.3 |
| 2962 | 2026-06-26T12:28:58.790Z | Compiling heck v0.4.1 |
| 2963 | 2026-06-26T12:28:58.797Z | Compiling anyhow v1.0.102 |
| 2964 | 2026-06-26T12:28:59.025Z | Compiling errno v0.3.14 |
| 2965 | 2026-06-26T12:28:59.025Z | Compiling thread-id v4.2.2 |
| 2966 | 2026-06-26T12:28:59.029Z | Compiling memmap v0.7.0 |
| 2967 | 2026-06-26T12:28:59.296Z | Compiling ordered-float v2.10.1 |
| 2968 | 2026-06-26T12:28:59.836Z | Compiling proc-macro-error v1.0.4 |
| 2969 | 2026-06-26T12:29:00.043Z | Compiling terminal_size v0.4.3 |
| 2970 | 2026-06-26T12:29:00.043Z | Compiling tempfile v3.25.0 |
| 2971 | 2026-06-26T12:29:00.086Z | Compiling tabled_derive v0.7.0 |
| 2972 | 2026-06-26T12:29:00.152Z | Compiling clap_builder v4.6.0 |
| 2973 | 2026-06-26T12:29:00.152Z | Compiling textwrap v0.16.2 |
| 2974 | 2026-06-26T12:29:00.276Z | Compiling camino-tempfile v1.4.1 |
| 2975 | 2026-06-26T12:29:00.779Z | Compiling tabled v0.15.0 |
| 2976 | 2026-06-26T12:29:00.811Z | Compiling synstructure v0.13.2 |
| 2977 | 2026-06-26T12:29:00.811Z | Compiling pest_generator v2.8.6 |
| 2978 | 2026-06-26T12:29:01.197Z | Compiling serde_derive v1.0.228 |
| 2979 | 2026-06-26T12:29:01.197Z | Compiling zerofrom-derive v0.1.6 |
| 2980 | 2026-06-26T12:29:01.202Z | Compiling yoke-derive v0.8.1 |
| 2981 | 2026-06-26T12:29:01.202Z | Compiling zerovec-derive v0.11.2 |
| 2982 | 2026-06-26T12:29:01.202Z | Compiling displaydoc v0.2.5 |
| 2983 | 2026-06-26T12:29:01.202Z | Compiling thiserror-impl v1.0.69 |
| 2984 | 2026-06-26T12:29:01.202Z | Compiling zerocopy-derive v0.7.35 |
| 2985 | 2026-06-26T12:29:01.202Z | Compiling scroll_derive v0.12.1 |
| 2986 | 2026-06-26T12:29:01.202Z | Compiling thiserror-impl v2.0.18 |
| 2987 | 2026-06-26T12:29:01.202Z | Compiling clap_derive v4.6.1 |
| 2988 | 2026-06-26T12:29:01.347Z | Compiling pest_derive v2.8.6 |
| 2989 | 2026-06-26T12:29:01.914Z | Compiling scroll v0.12.0 |
| 2990 | 2026-06-26T12:29:02.117Z | Compiling zerocopy v0.7.35 |
| 2991 | 2026-06-26T12:29:02.181Z | Compiling goblin v0.8.2 |
| 2992 | 2026-06-26T12:29:02.358Z | Compiling zerofrom v0.1.6 |
| 2993 | 2026-06-26T12:29:02.402Z | Compiling thiserror v1.0.69 |
| 2994 | 2026-06-26T12:29:02.483Z | Compiling yoke v0.8.1 |
| 2995 | 2026-06-26T12:29:02.506Z | Compiling dtrace-parser v0.2.0 |
| 2996 | 2026-06-26T12:29:02.534Z | Compiling thiserror v2.0.18 |
| 2997 | 2026-06-26T12:29:02.672Z | Compiling zerovec v0.11.5 |
| 2998 | 2026-06-26T12:29:02.709Z | Compiling zerotrie v0.2.3 |
| 2999 | 2026-06-26T12:29:02.887Z | Compiling clap v4.6.1 |
| 3000 | 2026-06-26T12:29:03.293Z | Compiling tinystr v0.8.2 |
| 3001 | 2026-06-26T12:29:03.530Z | Compiling icu_locale_core v2.1.1 |
| 3002 | 2026-06-26T12:29:04.145Z | Compiling potential_utf v0.1.4 |
| 3003 | 2026-06-26T12:29:04.375Z | Compiling icu_collections v2.1.1 |
| 3004 | 2026-06-26T12:29:04.472Z | Compiling icu_provider v2.1.1 |
| 3005 | 2026-06-26T12:29:04.599Z | Compiling serde_spanned v0.6.9 |
| 3006 | 2026-06-26T12:29:04.612Z | Compiling toml_datetime v0.6.11 |
| 3007 | 2026-06-26T12:29:04.704Z | Compiling dof v0.3.0 |
| 3008 | 2026-06-26T12:29:04.750Z | Compiling icu_properties v2.1.2 |
| 3009 | 2026-06-26T12:29:04.781Z | Compiling icu_normalizer v2.1.1 |
| 3010 | 2026-06-26T12:29:04.927Z | Compiling toml_edit v0.22.27 |
| 3011 | 2026-06-26T12:29:05.036Z | Compiling serde_tokenstream v0.2.3 |
| 3012 | 2026-06-26T12:29:05.089Z | Compiling serde-value v0.7.0 |
| 3013 | 2026-06-26T12:29:05.102Z | Compiling cargo-platform v0.2.0 |
| 3014 | 2026-06-26T12:29:05.138Z | Compiling macaddr v1.0.1 |
| 3015 | 2026-06-26T12:29:05.558Z | Compiling usdt-macro v0.5.0 |
| 3016 | 2026-06-26T12:29:05.574Z | Compiling usdt-attr-macro v0.5.0 |
| 3017 | 2026-06-26T12:29:05.676Z | Compiling idna_adapter v1.2.1 |
| 3018 | 2026-06-26T12:29:05.812Z | Compiling idna v1.1.0 |
| 3019 | 2026-06-26T12:29:06.155Z | Compiling url v2.5.8 |
| 3020 | 2026-06-26T12:29:06.238Z | Compiling usdt v0.5.0 |
| 3021 | 2026-06-26T12:29:06.496Z | Compiling toml v0.8.23 |
| 3022 | 2026-06-26T12:29:06.947Z | Compiling cargo-util-schemas v0.8.2 |
| 3023 | 2026-06-26T12:29:06.972Z | Compiling cargo_toml v0.21.0 |
| 3024 | 2026-06-26T12:29:07.976Z | Compiling cargo_metadata v0.21.0 |
| 3025 | 2026-06-26T12:29:11.051Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3026 | 2026-06-26T12:29:14.054Z | Finished `release` profile [optimized] target(s) in 16.41s |
| 3027 | 2026-06-26T12:29:14.182Z | |
| 3028 | 2026-06-26T12:29:14.183Z | real 16.520288174 |
| 3029 | 2026-06-26T12:29:14.183Z | user 2:21.385977512 |
| 3030 | 2026-06-26T12:29:14.183Z | sys 17.099311500 |
| 3031 | 2026-06-26T12:29:14.183Z | trap 0.099410657 |
| 3032 | 2026-06-26T12:29:14.183Z | tflt 0.560783737 |
| 3033 | 2026-06-26T12:29:14.186Z | dflt 1.411882530 |
| 3034 | 2026-06-26T12:29:14.187Z | kflt 0.000055850 |
| 3035 | 2026-06-26T12:29:14.187Z | lock 5:20.171336330 |
| 3036 | 2026-06-26T12:29:14.187Z | slp 3:25.831949083 |
| 3037 | 2026-06-26T12:29:14.187Z | lat 7.297914473 |
| 3038 | 2026-06-26T12:29:14.187Z | stop 21.353500296 |
| 3039 | 2026-06-26T12:29:14.187Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3040 | 2026-06-26T12:29:14.187Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3041 | 2026-06-26T12:29:14.187Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3042 | 2026-06-26T12:29:14.187Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3043 | 2026-06-26T12:29:14.187Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3044 | 2026-06-26T12:29:15.144Z | Compiling progenitor-client v0.14.0 |
| 3045 | 2026-06-26T12:29:15.144Z | Compiling newtype-uuid-macros v0.1.0 |
| 3046 | 2026-06-26T12:29:15.147Z | Compiling structmeta-derive v0.3.0 |
| 3047 | 2026-06-26T12:29:15.147Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3048 | 2026-06-26T12:29:15.147Z | Compiling rustls v0.22.4 |
| 3049 | 2026-06-26T12:29:15.306Z | Compiling rustls-webpki v0.102.8 |
| 3050 | 2026-06-26T12:29:15.310Z | Compiling multer v3.1.0 |
| 3051 | 2026-06-26T12:29:15.310Z | Compiling debug-ignore v1.0.5 |
| 3052 | 2026-06-26T12:29:15.323Z | Compiling compression-core v0.4.31 |
| 3053 | 2026-06-26T12:29:15.328Z | Compiling match_cfg v0.1.0 |
| 3054 | 2026-06-26T12:29:15.328Z | Compiling atomicwrites v0.4.4 |
| 3055 | 2026-06-26T12:29:15.328Z | Compiling slog-json v2.6.1 |
| 3056 | 2026-06-26T12:29:15.435Z | Compiling async-stream-impl v0.3.6 |
| 3057 | 2026-06-26T12:29:15.438Z | Compiling serde_spanned v1.0.4 |
| 3058 | 2026-06-26T12:29:15.470Z | Compiling hostname v0.3.1 |
| 3059 | 2026-06-26T12:29:15.473Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3060 | 2026-06-26T12:29:15.488Z | Compiling dropshot v0.17.0 |
| 3061 | 2026-06-26T12:29:15.556Z | Compiling compression-codecs v0.4.37 |
| 3062 | 2026-06-26T12:29:15.575Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3063 | 2026-06-26T12:29:15.595Z | Compiling itertools v0.14.0 |
| 3064 | 2026-06-26T12:29:15.598Z | Compiling waitgroup v0.1.2 |
| 3065 | 2026-06-26T12:29:15.651Z | Compiling slog-bunyan v2.5.0 |
| 3066 | 2026-06-26T12:29:15.654Z | Compiling rustls-pemfile v2.2.0 |
| 3067 | 2026-06-26T12:29:15.654Z | Compiling dropshot_endpoint v0.17.0 |
| 3068 | 2026-06-26T12:29:15.805Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3069 | 2026-06-26T12:29:15.809Z | Compiling async-compression v0.4.41 |
| 3070 | 2026-06-26T12:29:15.859Z | Compiling hostname v0.4.2 |
| 3071 | 2026-06-26T12:29:15.863Z | Compiling serde_path_to_error v0.1.20 |
| 3072 | 2026-06-26T12:29:15.863Z | Compiling regress v0.10.5 |
| 3073 | 2026-06-26T12:29:15.863Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3074 | 2026-06-26T12:29:15.929Z | Compiling macaddr v1.0.1 |
| 3075 | 2026-06-26T12:29:15.952Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3076 | 2026-06-26T12:29:16.022Z | Compiling instant v0.1.13 |
| 3077 | 2026-06-26T12:29:16.086Z | Compiling backon v1.6.0 |
| 3078 | 2026-06-26T12:29:16.089Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3079 | 2026-06-26T12:29:16.152Z | Compiling backoff v0.4.0 |
| 3080 | 2026-06-26T12:29:16.170Z | Compiling progenitor-client v0.10.0 |
| 3081 | 2026-06-26T12:29:16.186Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3082 | 2026-06-26T12:29:16.190Z | Compiling async-stream v0.3.6 |
| 3083 | 2026-06-26T12:29:16.246Z | Compiling progenitor-extras v0.2.0 |
| 3084 | 2026-06-26T12:29:16.265Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3085 | 2026-06-26T12:29:16.291Z | Compiling humantime v2.3.0 |
| 3086 | 2026-06-26T12:29:16.311Z | Compiling universal-hash v0.5.1 |
| 3087 | 2026-06-26T12:29:16.390Z | Compiling opaque-debug v0.3.1 |
| 3088 | 2026-06-26T12:29:16.407Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3089 | 2026-06-26T12:29:16.425Z | Compiling half v2.7.1 |
| 3090 | 2026-06-26T12:29:16.460Z | Compiling structmeta v0.3.0 |
| 3091 | 2026-06-26T12:29:16.479Z | Compiling crucible-workspace-hack v0.1.0 |
| 3092 | 2026-06-26T12:29:16.500Z | Compiling ciborium-io v0.2.2 |
| 3093 | 2026-06-26T12:29:16.500Z | Compiling convert_case v0.4.0 |
| 3094 | 2026-06-26T12:29:16.537Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3095 | 2026-06-26T12:29:16.558Z | Compiling aead v0.5.2 |
| 3096 | 2026-06-26T12:29:16.575Z | Compiling secrecy v0.10.3 |
| 3097 | 2026-06-26T12:29:16.592Z | Compiling poly1305 v0.8.0 |
| 3098 | 2026-06-26T12:29:16.639Z | Compiling chacha20 v0.9.1 |
| 3099 | 2026-06-26T12:29:16.713Z | Compiling derive-ex v0.1.8 |
| 3100 | 2026-06-26T12:29:16.737Z | Compiling parse-display-derive v0.10.0 |
| 3101 | 2026-06-26T12:29:16.757Z | Compiling ciborium-ll v0.2.2 |
| 3102 | 2026-06-26T12:29:16.793Z | Compiling regress v0.11.1 |
| 3103 | 2026-06-26T12:29:16.818Z | Compiling unsafe-libyaml v0.2.11 |
| 3104 | 2026-06-26T12:29:16.872Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3105 | 2026-06-26T12:29:16.890Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3106 | 2026-06-26T12:29:16.910Z | Compiling derive_more v0.99.20 |
| 3107 | 2026-06-26T12:29:16.934Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3108 | 2026-06-26T12:29:16.953Z | Compiling ciborium v0.2.2 |
| 3109 | 2026-06-26T12:29:17.005Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3110 | 2026-06-26T12:29:17.110Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3111 | 2026-06-26T12:29:17.143Z | Compiling byte-wrapper v0.1.0 |
| 3112 | 2026-06-26T12:29:17.287Z | Compiling blake2 v0.10.6 |
| 3113 | 2026-06-26T12:29:17.304Z | Compiling password-hash v0.5.0 |
| 3114 | 2026-06-26T12:29:17.380Z | Compiling serde_yaml v0.9.34+deprecated |
| 3115 | 2026-06-26T12:29:17.517Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3116 | 2026-06-26T12:29:17.536Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3117 | 2026-06-26T12:29:17.554Z | Compiling tokio-rustls v0.25.0 |
| 3118 | 2026-06-26T12:29:17.575Z | Compiling argon2 v0.5.3 |
| 3119 | 2026-06-26T12:29:17.597Z | Compiling chacha20poly1305 v0.10.1 |
| 3120 | 2026-06-26T12:29:17.740Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3121 | 2026-06-26T12:29:17.813Z | Compiling indent_write v2.2.0 |
| 3122 | 2026-06-26T12:29:17.831Z | Compiling heapless v0.8.0 |
| 3123 | 2026-06-26T12:29:17.875Z | Compiling ingot-macros v0.1.1 |
| 3124 | 2026-06-26T12:29:17.981Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3125 | 2026-06-26T12:29:18.251Z | Compiling thiserror-no-std v2.0.2 |
| 3126 | 2026-06-26T12:29:18.286Z | Compiling tabwriter v1.4.1 |
| 3127 | 2026-06-26T12:29:18.375Z | Compiling typify-impl v0.6.2 |
| 3128 | 2026-06-26T12:29:18.391Z | Compiling vsss-rs v3.3.4 |
| 3129 | 2026-06-26T12:29:18.492Z | Compiling test-strategy v0.4.5 |
| 3130 | 2026-06-26T12:29:18.530Z | Compiling parse-display v0.10.0 |
| 3131 | 2026-06-26T12:29:18.556Z | Compiling proc-macro-crate v3.4.0 |
| 3132 | 2026-06-26T12:29:18.798Z | Compiling hash32 v0.3.1 |
| 3133 | 2026-06-26T12:29:18.840Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3134 | 2026-06-26T12:29:18.876Z | Compiling smoltcp v0.11.0 |
| 3135 | 2026-06-26T12:29:18.894Z | Compiling num-rational v0.4.2 |
| 3136 | 2026-06-26T12:29:19.134Z | Compiling cobs v0.3.0 |
| 3137 | 2026-06-26T12:29:19.154Z | Compiling num-complex v0.4.6 |
| 3138 | 2026-06-26T12:29:19.185Z | Compiling num_enum_derive v0.7.6 |
| 3139 | 2026-06-26T12:29:19.205Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3140 | 2026-06-26T12:29:19.290Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3141 | 2026-06-26T12:29:19.388Z | Compiling colored v3.1.1 |
| 3142 | 2026-06-26T12:29:19.414Z | Compiling postcard v1.1.3 |
| 3143 | 2026-06-26T12:29:19.432Z | Compiling proc-macro-error v1.0.4 |
| 3144 | 2026-06-26T12:29:19.504Z | Compiling proc-macro-crate v1.3.1 |
| 3145 | 2026-06-26T12:29:19.545Z | Compiling num v0.4.3 |
| 3146 | 2026-06-26T12:29:19.581Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3147 | 2026-06-26T12:29:19.598Z | Compiling foreign-types-macros v0.2.3 |
| 3148 | 2026-06-26T12:29:19.644Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3149 | 2026-06-26T12:29:19.794Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3150 | 2026-06-26T12:29:19.813Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3151 | 2026-06-26T12:29:19.816Z | Compiling float-ord v0.3.2 |
| 3152 | 2026-06-26T12:29:19.968Z | Compiling foreign-types-shared v0.3.1 |
| 3153 | 2026-06-26T12:29:19.968Z | Compiling rayon-core v1.13.0 |
| 3154 | 2026-06-26T12:29:20.002Z | Compiling cpufeatures v0.3.0 |
| 3155 | 2026-06-26T12:29:20.069Z | Compiling num_enum_derive v0.5.11 |
| 3156 | 2026-06-26T12:29:20.105Z | Compiling chacha20 v0.10.0 |
| 3157 | 2026-06-26T12:29:20.126Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3158 | 2026-06-26T12:29:20.126Z | Compiling crossbeam-deque v0.8.6 |
| 3159 | 2026-06-26T12:29:20.198Z | Compiling camino-tempfile v1.4.1 |
| 3160 | 2026-06-26T12:29:20.243Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3161 | 2026-06-26T12:29:20.266Z | Compiling foreign-types v0.5.0 |
| 3162 | 2026-06-26T12:29:20.283Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3163 | 2026-06-26T12:29:20.308Z | Compiling cstr-argument v0.1.2 |
| 3164 | 2026-06-26T12:29:20.333Z | Compiling num_enum v0.7.6 |
| 3165 | 2026-06-26T12:29:20.371Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3166 | 2026-06-26T12:29:20.388Z | Compiling rand v0.10.0 |
| 3167 | 2026-06-26T12:29:20.473Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3168 | 2026-06-26T12:29:20.491Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3169 | 2026-06-26T12:29:20.525Z | Compiling toml v0.8.23 |
| 3170 | 2026-06-26T12:29:20.617Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3171 | 2026-06-26T12:29:20.721Z | Compiling zone_cfg_derive v0.3.1 |
| 3172 | 2026-06-26T12:29:20.751Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3173 | 2026-06-26T12:29:20.771Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3174 | 2026-06-26T12:29:20.790Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3175 | 2026-06-26T12:29:20.808Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3176 | 2026-06-26T12:29:20.809Z | Compiling itertools v0.12.1 |
| 3177 | 2026-06-26T12:29:20.905Z | Compiling ingot-types v0.1.2 |
| 3178 | 2026-06-26T12:29:20.945Z | Compiling rayon v1.11.0 |
| 3179 | 2026-06-26T12:29:20.963Z | Compiling num-derive v0.4.2 |
| 3180 | 2026-06-26T12:29:21.052Z | Compiling sigpipe v0.1.3 |
| 3181 | 2026-06-26T12:29:21.164Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3182 | 2026-06-26T12:29:21.183Z | Compiling num_enum v0.5.11 |
| 3183 | 2026-06-26T12:29:21.215Z | Compiling glob v0.3.3 |
| 3184 | 2026-06-26T12:29:21.232Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3185 | 2026-06-26T12:29:21.321Z | Compiling ingot v0.1.1 |
| 3186 | 2026-06-26T12:29:21.354Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3187 | 2026-06-26T12:29:21.357Z | Compiling smf v0.2.3 |
| 3188 | 2026-06-26T12:29:21.360Z | Compiling prettyplease v0.2.37 |
| 3189 | 2026-06-26T12:29:21.420Z | Compiling whoami v1.6.1 |
| 3190 | 2026-06-26T12:29:21.438Z | Compiling usdt-macro v0.5.0 |
| 3191 | 2026-06-26T12:29:21.499Z | Compiling usdt-attr-macro v0.5.0 |
| 3192 | 2026-06-26T12:29:21.689Z | Compiling gethostname v0.5.0 |
| 3193 | 2026-06-26T12:29:21.734Z | Compiling memmap v0.7.0 |
| 3194 | 2026-06-26T12:29:21.844Z | Compiling derive-where v1.6.0 |
| 3195 | 2026-06-26T12:29:21.909Z | Compiling resolv-conf v0.7.6 |
| 3196 | 2026-06-26T12:29:21.927Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3197 | 2026-06-26T12:29:21.943Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3198 | 2026-06-26T12:29:21.964Z | Compiling zone v0.3.1 |
| 3199 | 2026-06-26T12:29:22.082Z | Compiling cancel-safe-futures v0.1.5 |
| 3200 | 2026-06-26T12:29:22.100Z | Compiling owo-colors v4.3.0 |
| 3201 | 2026-06-26T12:29:22.243Z | Compiling libsw-core v0.3.2 |
| 3202 | 2026-06-26T12:29:22.294Z | Compiling console v0.15.11 |
| 3203 | 2026-06-26T12:29:22.363Z | Compiling hickory-proto v0.24.4 |
| 3204 | 2026-06-26T12:29:22.366Z | Compiling usdt v0.5.0 |
| 3205 | 2026-06-26T12:29:22.449Z | Compiling libsw v3.5.0 |
| 3206 | 2026-06-26T12:29:22.580Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3207 | 2026-06-26T12:29:22.667Z | Compiling newline-converter v0.3.0 |
| 3208 | 2026-06-26T12:29:22.685Z | Compiling linked-hash-map v0.5.6 |
| 3209 | 2026-06-26T12:29:22.688Z | Compiling libefi-sys v0.1.0 |
| 3210 | 2026-06-26T12:29:22.734Z | Compiling linear-map v1.2.0 |
| 3211 | 2026-06-26T12:29:22.753Z | Compiling git-stub v1.0.0 |
| 3212 | 2026-06-26T12:29:22.815Z | Compiling expectorate v1.2.0 |
| 3213 | 2026-06-26T12:29:22.866Z | Compiling lru-cache v0.1.2 |
| 3214 | 2026-06-26T12:29:22.908Z | Compiling bitfield-struct v0.6.2 |
| 3215 | 2026-06-26T12:29:22.926Z | Compiling nom v8.0.0 |
| 3216 | 2026-06-26T12:29:22.965Z | Compiling semver v0.1.20 |
| 3217 | 2026-06-26T12:29:23.009Z | Compiling git-stub-vcs v0.1.0 |
| 3218 | 2026-06-26T12:29:23.029Z | Compiling tokio-dtrace v0.1.1 |
| 3219 | 2026-06-26T12:29:23.048Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3220 | 2026-06-26T12:29:23.068Z | Compiling typify-macro v0.6.2 |
| 3221 | 2026-06-26T12:29:23.208Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3222 | 2026-06-26T12:29:23.227Z | Compiling rustc_version v0.1.7 |
| 3223 | 2026-06-26T12:29:23.245Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3224 | 2026-06-26T12:29:23.291Z | Compiling slog-dtrace v0.3.0 |
| 3225 | 2026-06-26T12:29:23.309Z | Compiling minimal-lexical v0.2.1 |
| 3226 | 2026-06-26T12:29:23.337Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3227 | 2026-06-26T12:29:23.362Z | Compiling oxide-tokio-rt v0.1.4 |
| 3228 | 2026-06-26T12:29:23.398Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3229 | 2026-06-26T12:29:23.402Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3230 | 2026-06-26T12:29:23.434Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3231 | 2026-06-26T12:29:23.437Z | Compiling phf_shared v0.12.1 |
| 3232 | 2026-06-26T12:29:23.485Z | Compiling newtype_derive v0.1.6 |
| 3233 | 2026-06-26T12:29:23.578Z | Compiling nom v7.1.3 |
| 3234 | 2026-06-26T12:29:23.605Z | Compiling csv-core v0.1.13 |
| 3235 | 2026-06-26T12:29:23.632Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3236 | 2026-06-26T12:29:23.649Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3237 | 2026-06-26T12:29:23.669Z | Compiling highway v1.3.0 |
| 3238 | 2026-06-26T12:29:23.686Z | Compiling xshell-macros v0.2.7 |
| 3239 | 2026-06-26T12:29:23.711Z | Compiling chrono-tz v0.10.4 |
| 3240 | 2026-06-26T12:29:23.817Z | Compiling csv v1.4.0 |
| 3241 | 2026-06-26T12:29:23.893Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3242 | 2026-06-26T12:29:24.006Z | Compiling const_format_proc_macros v0.2.34 |
| 3243 | 2026-06-26T12:29:24.028Z | Compiling phf v0.12.1 |
| 3244 | 2026-06-26T12:29:24.082Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3245 | 2026-06-26T12:29:24.144Z | Compiling xshell v0.2.7 |
| 3246 | 2026-06-26T12:29:24.375Z | Compiling primeorder v0.13.6 |
| 3247 | 2026-06-26T12:29:24.419Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3248 | 2026-06-26T12:29:24.565Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3249 | 2026-06-26T12:29:24.713Z | Compiling hickory-resolver v0.24.4 |
| 3250 | 2026-06-26T12:29:24.733Z | Compiling tabled_derive v0.7.0 |
| 3251 | 2026-06-26T12:29:24.753Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3252 | 2026-06-26T12:29:24.776Z | Compiling bcs v0.1.6 |
| 3253 | 2026-06-26T12:29:24.934Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3254 | 2026-06-26T12:29:24.984Z | Compiling typify v0.6.2 |
| 3255 | 2026-06-26T12:29:25.018Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3256 | 2026-06-26T12:29:25.070Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3257 | 2026-06-26T12:29:25.122Z | Compiling progenitor-impl v0.14.0 |
| 3258 | 2026-06-26T12:29:25.137Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3259 | 2026-06-26T12:29:25.325Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3260 | 2026-06-26T12:29:25.344Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3261 | 2026-06-26T12:29:25.575Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3262 | 2026-06-26T12:29:25.678Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3263 | 2026-06-26T12:29:25.736Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3264 | 2026-06-26T12:29:25.759Z | Compiling qorb v0.4.1 |
| 3265 | 2026-06-26T12:29:25.784Z | Compiling const_format v0.2.35 |
| 3266 | 2026-06-26T12:29:26.007Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3267 | 2026-06-26T12:29:26.036Z | Compiling termtree v0.5.1 |
| 3268 | 2026-06-26T12:29:26.075Z | Compiling tagptr v0.2.0 |
| 3269 | 2026-06-26T12:29:26.136Z | Compiling salty v0.3.0 |
| 3270 | 2026-06-26T12:29:26.206Z | Compiling textwrap v0.16.2 |
| 3271 | 2026-06-26T12:29:26.228Z | Compiling moka v0.12.13 |
| 3272 | 2026-06-26T12:29:26.265Z | Compiling tabled v0.15.0 |
| 3273 | 2026-06-26T12:29:26.443Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3274 | 2026-06-26T12:29:26.703Z | Compiling steno v0.4.1 |
| 3275 | 2026-06-26T12:29:26.722Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3276 | 2026-06-26T12:29:26.765Z | Compiling base64 v0.21.7 |
| 3277 | 2026-06-26T12:29:26.815Z | Compiling radium v0.7.0 |
| 3278 | 2026-06-26T12:29:26.896Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3279 | 2026-06-26T12:29:26.997Z | Compiling hickory-resolver v0.25.2 |
| 3280 | 2026-06-26T12:29:27.063Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3281 | 2026-06-26T12:29:27.142Z | Compiling p384 v0.13.1 |
| 3282 | 2026-06-26T12:29:27.164Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3283 | 2026-06-26T12:29:27.233Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3284 | 2026-06-26T12:29:27.470Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3285 | 2026-06-26T12:29:27.675Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3286 | 2026-06-26T12:29:27.732Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3287 | 2026-06-26T12:29:27.751Z | Compiling typify-impl v0.4.3 |
| 3288 | 2026-06-26T12:29:27.835Z | Compiling tap v1.0.1 |
| 3289 | 2026-06-26T12:29:27.854Z | Compiling progenitor-macro v0.14.0 |
| 3290 | 2026-06-26T12:29:27.974Z | Compiling maybe-uninit v2.0.0 |
| 3291 | 2026-06-26T12:29:27.993Z | Compiling wyz v0.5.1 |
| 3292 | 2026-06-26T12:29:28.211Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3293 | 2026-06-26T12:29:28.231Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3294 | 2026-06-26T12:29:28.358Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3295 | 2026-06-26T12:29:28.468Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3296 | 2026-06-26T12:29:28.611Z | Compiling parking_lot_core v0.8.6 |
| 3297 | 2026-06-26T12:29:28.646Z | Compiling packed_struct v0.10.1 |
| 3298 | 2026-06-26T12:29:28.678Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3299 | 2026-06-26T12:29:28.713Z | Compiling funty v2.0.0 |
| 3300 | 2026-06-26T12:29:28.803Z | Compiling utf-8 v0.7.6 |
| 3301 | 2026-06-26T12:29:28.905Z | Compiling proc-macro-error2 v2.0.1 |
| 3302 | 2026-06-26T12:29:29.012Z | Compiling tungstenite v0.21.0 |
| 3303 | 2026-06-26T12:29:29.067Z | Compiling polyval v0.6.2 |
| 3304 | 2026-06-26T12:29:29.085Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3305 | 2026-06-26T12:29:29.151Z | Compiling bitvec v1.0.1 |
| 3306 | 2026-06-26T12:29:29.180Z | Compiling num-derive v0.3.3 |
| 3307 | 2026-06-26T12:29:29.253Z | Compiling packed_struct_codegen v0.10.1 |
| 3308 | 2026-06-26T12:29:29.301Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3309 | 2026-06-26T12:29:29.330Z | Compiling zerocopy-derive v0.6.6 |
| 3310 | 2026-06-26T12:29:29.377Z | Compiling bitfield-macros v0.19.4 |
| 3311 | 2026-06-26T12:29:29.444Z | Compiling indexmap v1.9.3 |
| 3312 | 2026-06-26T12:29:29.611Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3313 | 2026-06-26T12:29:29.696Z | Compiling crc-catalog v2.4.0 |
| 3314 | 2026-06-26T12:29:29.827Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3315 | 2026-06-26T12:29:29.846Z | Compiling nodrop v0.1.14 |
| 3316 | 2026-06-26T12:29:29.889Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3317 | 2026-06-26T12:29:29.949Z | Compiling array-init v0.0.4 |
| 3318 | 2026-06-26T12:29:29.969Z | Compiling crc v3.4.0 |
| 3319 | 2026-06-26T12:29:30.146Z | Compiling tokio-tungstenite v0.21.0 |
| 3320 | 2026-06-26T12:29:30.175Z | Compiling libscf-sys v1.1.0 |
| 3321 | 2026-06-26T12:29:30.200Z | Compiling bitfield v0.19.4 |
| 3322 | 2026-06-26T12:29:30.243Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3323 | 2026-06-26T12:29:30.276Z | Compiling zerocopy v0.6.6 |
| 3324 | 2026-06-26T12:29:30.352Z | Compiling tabled_derive v0.11.0 |
| 3325 | 2026-06-26T12:29:30.369Z | Compiling ghash v0.5.1 |
| 3326 | 2026-06-26T12:29:30.441Z | Compiling smallvec v0.6.14 |
| 3327 | 2026-06-26T12:29:30.555Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-06-26T12:29:30.684Z | Compiling papergrid v0.17.0 |
| 3329 | 2026-06-26T12:29:30.705Z | Compiling testing_table v0.3.0 |
| 3330 | 2026-06-26T12:29:30.720Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3331 | 2026-06-26T12:29:30.767Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3332 | 2026-06-26T12:29:30.883Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3333 | 2026-06-26T12:29:30.902Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3334 | 2026-06-26T12:29:30.985Z | Compiling ctr v0.9.2 |
| 3335 | 2026-06-26T12:29:31.010Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3336 | 2026-06-26T12:29:31.136Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3337 | 2026-06-26T12:29:31.154Z | Compiling corncobs v0.1.4 |
| 3338 | 2026-06-26T12:29:31.222Z | Compiling unicase v2.9.0 |
| 3339 | 2026-06-26T12:29:31.323Z | Compiling hashbrown v0.12.3 |
| 3340 | 2026-06-26T12:29:31.364Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3341 | 2026-06-26T12:29:31.368Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3342 | 2026-06-26T12:29:31.458Z | Compiling mime_guess v2.0.5 |
| 3343 | 2026-06-26T12:29:31.482Z | Compiling aes-gcm v0.10.3 |
| 3344 | 2026-06-26T12:29:31.526Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3345 | 2026-06-26T12:29:31.554Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3346 | 2026-06-26T12:29:31.598Z | Compiling parking_lot v0.11.2 |
| 3347 | 2026-06-26T12:29:31.639Z | Compiling serde-hex v0.1.0 |
| 3348 | 2026-06-26T12:29:31.704Z | Compiling tabled v0.20.0 |
| 3349 | 2026-06-26T12:29:31.816Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3350 | 2026-06-26T12:29:31.916Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3351 | 2026-06-26T12:29:32.016Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3352 | 2026-06-26T12:29:32.035Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3353 | 2026-06-26T12:29:32.246Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3354 | 2026-06-26T12:29:32.249Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3355 | 2026-06-26T12:29:32.285Z | Compiling ron v0.8.1 |
| 3356 | 2026-06-26T12:29:32.304Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3357 | 2026-06-26T12:29:32.389Z | Compiling typify-macro v0.4.3 |
| 3358 | 2026-06-26T12:29:32.413Z | Compiling hashbrown v0.13.2 |
| 3359 | 2026-06-26T12:29:32.442Z | Compiling progenitor-client v0.11.2 |
| 3360 | 2026-06-26T12:29:32.598Z | Compiling blowfish v0.9.1 |
| 3361 | 2026-06-26T12:29:32.803Z | Compiling prefix-trie v0.7.0 |
| 3362 | 2026-06-26T12:29:32.807Z | Compiling ssh-encoding v0.2.0 |
| 3363 | 2026-06-26T12:29:32.879Z | Compiling fxhash v0.2.1 |
| 3364 | 2026-06-26T12:29:32.938Z | Compiling secrecy v0.8.0 |
| 3365 | 2026-06-26T12:29:33.060Z | Compiling crc-any v2.5.0 |
| 3366 | 2026-06-26T12:29:33.078Z | Compiling progenitor v0.14.0 |
| 3367 | 2026-06-26T12:29:33.118Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3368 | 2026-06-26T12:29:33.166Z | Compiling hickory-server v0.25.2 |
| 3369 | 2026-06-26T12:29:33.224Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3370 | 2026-06-26T12:29:33.265Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3371 | 2026-06-26T12:29:33.328Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3372 | 2026-06-26T12:29:33.390Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3373 | 2026-06-26T12:29:33.421Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3374 | 2026-06-26T12:29:33.809Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3375 | 2026-06-26T12:29:34.079Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3376 | 2026-06-26T12:29:34.110Z | Compiling ssh-cipher v0.2.0 |
| 3377 | 2026-06-26T12:29:34.129Z | Compiling sled v0.34.7 |
| 3378 | 2026-06-26T12:29:34.189Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3379 | 2026-06-26T12:29:34.283Z | Compiling object v0.30.4 |
| 3380 | 2026-06-26T12:29:34.300Z | Compiling typify v0.4.3 |
| 3381 | 2026-06-26T12:29:34.447Z | Compiling progenitor-impl v0.11.2 |
| 3382 | 2026-06-26T12:29:34.531Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3383 | 2026-06-26T12:29:34.743Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3384 | 2026-06-26T12:29:34.746Z | Compiling password-hash v0.4.2 |
| 3385 | 2026-06-26T12:29:34.781Z | Compiling crc8 v0.1.1 |
| 3386 | 2026-06-26T12:29:34.894Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3387 | 2026-06-26T12:29:34.929Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3388 | 2026-06-26T12:29:35.127Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3389 | 2026-06-26T12:29:35.182Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3390 | 2026-06-26T12:29:35.435Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3391 | 2026-06-26T12:29:35.543Z | Compiling path-slash v0.1.5 |
| 3392 | 2026-06-26T12:29:35.712Z | Compiling http-range v0.1.5 |
| 3393 | 2026-06-26T12:29:35.928Z | Compiling half v1.8.3 |
| 3394 | 2026-06-26T12:29:35.971Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3395 | 2026-06-26T12:29:36.190Z | Compiling serde_cbor v0.11.2 |
| 3396 | 2026-06-26T12:29:36.237Z | Compiling pbkdf2 v0.11.0 |
| 3397 | 2026-06-26T12:29:36.292Z | Compiling ssh-key v0.6.7 |
| 3398 | 2026-06-26T12:29:36.490Z | Compiling illumos-nvpair v0.3.0 |
| 3399 | 2026-06-26T12:29:36.786Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3400 | 2026-06-26T12:29:36.840Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3401 | 2026-06-26T12:29:37.182Z | Compiling progenitor-macro v0.11.2 |
| 3402 | 2026-06-26T12:29:37.272Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3403 | 2026-06-26T12:29:37.322Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3404 | 2026-06-26T12:29:37.360Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3405 | 2026-06-26T12:29:37.409Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3406 | 2026-06-26T12:29:37.636Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3407 | 2026-06-26T12:29:37.815Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3408 | 2026-06-26T12:29:37.865Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3409 | 2026-06-26T12:29:37.887Z | Compiling p256 v0.13.2 |
| 3410 | 2026-06-26T12:29:37.902Z | Compiling p521 v0.13.3 |
| 3411 | 2026-06-26T12:29:37.978Z | Compiling yasna v0.5.2 |
| 3412 | 2026-06-26T12:29:38.009Z | Compiling kstat-rs v0.2.4 |
| 3413 | 2026-06-26T12:29:38.292Z | Compiling headers-core v0.3.0 |
| 3414 | 2026-06-26T12:29:38.334Z | Compiling nanorand v0.7.0 |
| 3415 | 2026-06-26T12:29:38.347Z | Compiling russh-cryptovec v0.7.3 |
| 3416 | 2026-06-26T12:29:38.347Z | Compiling atty v0.2.14 |
| 3417 | 2026-06-26T12:29:38.383Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3418 | 2026-06-26T12:29:38.390Z | Compiling home v0.5.12 |
| 3419 | 2026-06-26T12:29:38.459Z | Compiling md5 v0.7.0 |
| 3420 | 2026-06-26T12:29:38.505Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3421 | 2026-06-26T12:29:38.567Z | Compiling flume v0.11.1 |
| 3422 | 2026-06-26T12:29:38.588Z | Compiling rcgen v0.12.1 |
| 3423 | 2026-06-26T12:29:38.655Z | Compiling russh-keys v0.45.0 |
| 3424 | 2026-06-26T12:29:38.675Z | Compiling headers v0.4.1 |
| 3425 | 2026-06-26T12:29:38.694Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3426 | 2026-06-26T12:29:38.762Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3427 | 2026-06-26T12:29:38.926Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3428 | 2026-06-26T12:29:38.966Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3429 | 2026-06-26T12:29:39.014Z | Compiling hyper-staticfile v0.10.1 |
| 3430 | 2026-06-26T12:29:39.139Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3431 | 2026-06-26T12:29:39.312Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3432 | 2026-06-26T12:29:39.400Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3433 | 2026-06-26T12:29:39.445Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3434 | 2026-06-26T12:29:39.532Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3435 | 2026-06-26T12:29:39.551Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3436 | 2026-06-26T12:29:39.554Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3437 | 2026-06-26T12:29:39.585Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3438 | 2026-06-26T12:29:39.826Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3439 | 2026-06-26T12:29:39.864Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3440 | 2026-06-26T12:29:39.950Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3441 | 2026-06-26T12:29:40.040Z | Compiling num-bigint v0.4.6 |
| 3442 | 2026-06-26T12:29:40.081Z | Compiling des v0.8.1 |
| 3443 | 2026-06-26T12:29:40.245Z | Compiling subprocess v0.2.15 |
| 3444 | 2026-06-26T12:29:40.266Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3445 | 2026-06-26T12:29:40.273Z | Compiling hex-literal v0.4.1 |
| 3446 | 2026-06-26T12:29:40.307Z | Compiling display-error-chain v0.2.2 |
| 3447 | 2026-06-26T12:29:40.352Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3448 | 2026-06-26T12:29:40.375Z | Compiling colored v2.2.0 |
| 3449 | 2026-06-26T12:29:40.385Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3450 | 2026-06-26T12:29:40.438Z | Compiling socket2 v0.5.10 |
| 3451 | 2026-06-26T12:29:40.485Z | Compiling internet-checksum v0.2.1 |
| 3452 | 2026-06-26T12:29:40.745Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3453 | 2026-06-26T12:29:40.894Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3454 | 2026-06-26T12:29:41.262Z | Compiling russh v0.45.0 |
| 3455 | 2026-06-26T12:29:41.888Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3456 | 2026-06-26T12:29:41.888Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3457 | 2026-06-26T12:29:42.223Z | Compiling progenitor v0.11.2 |
| 3458 | 2026-06-26T12:29:42.353Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3459 | 2026-06-26T12:29:44.341Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3460 | 2026-06-26T12:29:45.019Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3461 | 2026-06-26T12:29:45.492Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3462 | 2026-06-26T12:29:47.199Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3463 | 2026-06-26T12:29:47.933Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3464 | 2026-06-26T12:29:55.200Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3465 | 2026-06-26T12:29:55.200Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-06-26T12:29:55.204Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3467 | 2026-06-26T12:29:55.204Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3468 | 2026-06-26T12:29:56.932Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3469 | 2026-06-26T12:29:56.979Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3470 | 2026-06-26T12:30:01.170Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3471 | 2026-06-26T12:30:40.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3472 | 2026-06-26T12:30:40.345Z | |
| 3473 | 2026-06-26T12:30:40.349Z | real 1:26.096714112 |
| 3474 | 2026-06-26T12:30:40.349Z | user 8:09.586293970 |
| 3475 | 2026-06-26T12:30:40.349Z | sys 1:43.404584833 |
| 3476 | 2026-06-26T12:30:40.349Z | trap 0.246860215 |
| 3477 | 2026-06-26T12:30:40.349Z | tflt 0.499944521 |
| 3478 | 2026-06-26T12:30:40.349Z | dflt 1.638949644 |
| 3479 | 2026-06-26T12:30:40.350Z | kflt 0.000200470 |
| 3480 | 2026-06-26T12:30:40.350Z | lock 27:33.439635325 |
| 3481 | 2026-06-26T12:30:40.350Z | slp 18:40.506756211 |
| 3482 | 2026-06-26T12:30:40.350Z | lat 37.320041451 |
| 3483 | 2026-06-26T12:30:40.350Z | stop 2:46.413753586 |
| 3484 | 2026-06-26T12:30:40.350Z | + mkdir tests |
| 3485 | 2026-06-26T12:30:40.353Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3486 | 2026-06-26T12:30:40.353Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3487 | 2026-06-26T12:30:40.372Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3c957eae36d31f7 tests/ |
| 3488 | 2026-06-26T12:30:40.393Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6069cdcc719bba09 tests/ |
| 3489 | 2026-06-26T12:30:40.413Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-bfb5b69e1285ed97 tests/ |
| 3490 | 2026-06-26T12:30:40.434Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c45cf88ed4ec198b tests/ |
| 3491 | 2026-06-26T12:30:40.771Z | + 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) |
| 3492 | 2026-06-26T12:30:40.775Z | + 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-6069cdcc719bba09 tests/commtest-bfb5b69e1285ed97 tests/dhcp_server-e3c957eae36d31f7 tests/end_to_end_tests-c45cf88ed4ec198b 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 |
| 3493 | 2026-06-26T12:32:02.739Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3494 | 2026-06-26T12:32:02.740Z | a .github/buildomat/ci-env.sh 1K |
| 3495 | 2026-06-26T12:32:02.740Z | a out/target/test 1K |
| 3496 | 2026-06-26T12:32:02.740Z | a out/npuzone/npuzone 27402K |
| 3497 | 2026-06-26T12:32:02.740Z | a package-manifest.toml 35K |
| 3498 | 2026-06-26T12:32:02.740Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3499 | 2026-06-26T12:32:02.740Z | a target/release/omicron-package 46204K |
| 3500 | 2026-06-26T12:32:02.740Z | a target/release/xtask 11453K |
| 3501 | 2026-06-26T12:32:02.740Z | a target/debug/bootstrap 354841K |
| 3502 | 2026-06-26T12:32:02.740Z | a tests/bootstrap-6069cdcc719bba09 31215K |
| 3503 | 2026-06-26T12:32:02.740Z | a tests/commtest-bfb5b69e1285ed97 32300K |
| 3504 | 2026-06-26T12:32:02.740Z | a tests/dhcp_server-e3c957eae36d31f7 31215K |
| 3505 | 2026-06-26T12:32:02.740Z | a tests/end_to_end_tests-c45cf88ed4ec198b 395920K |
| 3506 | 2026-06-26T12:32:02.740Z | a tools/opte_version 1K |
| 3507 | 2026-06-26T12:32:02.740Z | a tools/opte_version_override 2K |
| 3508 | 2026-06-26T12:32:02.740Z | a out/clickhouse.tar.gz 321860K |
| 3509 | 2026-06-26T12:32:02.740Z | a out/clickhouse_keeper.tar.gz 306930K |
| 3510 | 2026-06-26T12:32:02.740Z | a out/clickhouse_server.tar.gz 321858K |
| 3511 | 2026-06-26T12:32:02.740Z | a out/cockroachdb.tar.gz 166146K |
| 3512 | 2026-06-26T12:32:02.740Z | a out/crucible-pantry-zone.tar.gz 41128K |
| 3513 | 2026-06-26T12:32:02.740Z | a out/crucible-utils.tar 16478K |
| 3514 | 2026-06-26T12:32:02.740Z | a out/crucible-zone.tar.gz 56698K |
| 3515 | 2026-06-26T12:32:02.740Z | a out/external-dns.tar.gz 51266K |
| 3516 | 2026-06-26T12:32:02.740Z | a out/internal-dns.tar.gz 51266K |
| 3517 | 2026-06-26T12:32:02.740Z | a out/mg-ddm-gz.tar 97912K |
| 3518 | 2026-06-26T12:32:02.740Z | a out/nexus.tar.gz 281038K |
| 3519 | 2026-06-26T12:32:02.740Z | a out/ntp.tar.gz 32802K |
| 3520 | 2026-06-26T12:32:02.740Z | a out/omicron-gateway-softnpu.tar.gz 29549K |
| 3521 | 2026-06-26T12:32:02.741Z | a out/omicron-sled-agent.tar 206468K |
| 3522 | 2026-06-26T12:32:02.741Z | a out/overlay.tar.gz 3K |
| 3523 | 2026-06-26T12:32:02.741Z | a out/oximeter.tar.gz 68153K |
| 3524 | 2026-06-26T12:32:02.741Z | a out/oxlog.tar 3782K |
| 3525 | 2026-06-26T12:32:02.741Z | a out/probe.tar.gz 3037K |
| 3526 | 2026-06-26T12:32:02.741Z | a out/propolis-server.tar.gz 34918K |
| 3527 | 2026-06-26T12:32:02.741Z | a out/pumpkind-gz.tar 26647K |
| 3528 | 2026-06-26T12:32:02.741Z | a out/switch-softnpu.tar.gz 455082K |
| 3529 | 2026-06-26T12:32:02.745Z | |
| 3530 | 2026-06-26T12:32:02.745Z | real 1:21.965350059 |
| 3531 | 2026-06-26T12:32:02.745Z | user 1:19.238462235 |
| 3532 | 2026-06-26T12:32:02.745Z | sys 4.478567176 |
| 3533 | 2026-06-26T12:32:02.745Z | trap 0.005915824 |
| 3534 | 2026-06-26T12:32:02.745Z | tflt 0.000000000 |
| 3535 | 2026-06-26T12:32:02.745Z | dflt 0.000000000 |
| 3536 | 2026-06-26T12:32:02.745Z | kflt 0.000000000 |
| 3537 | 2026-06-26T12:32:02.745Z | lock 0.000000000 |
| 3538 | 2026-06-26T12:32:02.745Z | slp 1:19.174143486 |
| 3539 | 2026-06-26T12:32:02.746Z | lat 1.028452105 |
| 3540 | 2026-06-26T12:32:02.746Z | stop 0.000186230 |
| 3541 | 2026-06-26T12:32:02.746Z | process exited: duration 961880 ms, exit code 0 |
| |
| 3542 | 2026-06-26T12:32:02.761Z | found 1 output files |
| 3543 | 2026-06-26T12:32:02.767Z | uploading: /work/package.tar.gz (2567995734 bytes) |
| 3544 | 2026-06-26T12:32:33.450Z | uploaded: /work/package.tar.gz |