|
|
|
| 1 | 2026-06-29T19:20:48.229Z | job assigned to worker 01KWAD657R87P1CJ8JVH2FBTQZ [factory aws, i-0ddb8ac02e0d50b5b] (queued for 46 s) |
| |
| 2 | 2026-06-29T19:20:55.600Z | starting task 0: "setup" |
| 3 | 2026-06-29T19:20:55.604Z | ++ uname -s |
| 4 | 2026-06-29T19:20:55.608Z | + kern=SunOS |
| 5 | 2026-06-29T19:20:55.608Z | + build_user=build |
| 6 | 2026-06-29T19:20:55.608Z | + build_uid=12345 |
| 7 | 2026-06-29T19:20:55.608Z | + work_dir=/work |
| 8 | 2026-06-29T19:20:55.608Z | + input_dir=/input |
| 9 | 2026-06-29T19:20:55.608Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-29T19:20:55.608Z | + case "$kern" in |
| 11 | 2026-06-29T19:20:55.608Z | + groupadd -g 12345 build |
| 12 | 2026-06-29T19:20:55.611Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-29T19:20:57.617Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-29T19:20:57.719Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-29T19:20:57.725Z | + home_fs=zfs |
| 16 | 2026-06-29T19:20:57.725Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-29T19:20:57.725Z | + mkdir -p /home/build |
| 18 | 2026-06-29T19:20:57.728Z | + chown build:build /home/build /work |
| 19 | 2026-06-29T19:20:59.737Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-29T19:20:59.745Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2026-06-29T19:20:59.755Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-29T19:20:59.763Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-29T19:20:59.763Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-29T19:20:59.763Z | * rust toolchain profile = "default" |
| 25 | 2026-06-29T19:20:59.763Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-29T19:20:59.763Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-29T19:20:59.763Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-29T19:20:59.773Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-29T19:20:59.773Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-29T19:20:59.876Z | info: downloading installer |
| 31 | 2026-06-29T19:21:01.483Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-29T19:21:01.483Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-29T19:21:01.483Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-29T19:21:01.483Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-29T19:21:01.494Z | info: profile set to default |
| 36 | 2026-06-29T19:21:01.494Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-29T19:21:01.502Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-29T19:21:01.626Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-29T19:21:01.630Z | info: downloading 6 components |
| 40 | 2026-06-29T19:21:15.848Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-29T19:21:15.849Z | |
| 42 | 2026-06-29T19:21:15.872Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-29T19:21:15.872Z | |
| 44 | 2026-06-29T19:21:15.872Z | |
| 45 | 2026-06-29T19:21:15.872Z | Rust is installed now. Great! |
| 46 | 2026-06-29T19:21:15.872Z | |
| 47 | 2026-06-29T19:21:15.872Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-29T19:21:15.872Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-29T19:21:15.872Z | |
| 50 | 2026-06-29T19:21:15.872Z | To configure your current shell, you need to source |
| 51 | 2026-06-29T19:21:15.872Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-29T19:21:15.872Z | |
| 53 | 2026-06-29T19:21:15.872Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-29T19:21:15.876Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-29T19:21:15.876Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-29T19:21:15.876Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-29T19:21:15.876Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-29T19:21:15.876Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-29T19:21:15.876Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-29T19:21:15.876Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-29T19:21:15.876Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-29T19:21:15.994Z | + rustup --version |
| 63 | 2026-06-29T19:21:16.004Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-29T19:21:16.004Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-29T19:21:16.018Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-29T19:21:16.030Z | + cargo --version |
| 67 | 2026-06-29T19:21:16.030Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-29T19:21:16.030Z | + rustc --version |
| 69 | 2026-06-29T19:21:16.044Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-29T19:21:16.051Z | process exited: duration 16291 ms, exit code 0 |
| |
| 71 | 2026-06-29T19:21:16.063Z | starting task 2: "authentication" |
| 72 | 2026-06-29T19:21:16.092Z | process exited: duration 30 ms, exit code 0 |
| |
| 73 | 2026-06-29T19:21:16.099Z | starting task 3: "clone repository" |
| 74 | 2026-06-29T19:21:16.104Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-29T19:21:16.108Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-29T19:21:16.157Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-29T19:21:27.393Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-29T19:21:27.393Z | + git fetch origin a19e40f76561cacfaeced19610030fca654e2605 |
| 79 | 2026-06-29T19:21:27.680Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-29T19:21:27.680Z | * branch a19e40f76561cacfaeced19610030fca654e2605 -> FETCH_HEAD |
| 81 | 2026-06-29T19:21:27.696Z | + [[ -n john/scrimlet-reconcilers-mgd-bgp ]] |
| 82 | 2026-06-29T19:21:27.699Z | ++ git branch --show-current |
| 83 | 2026-06-29T19:21:27.699Z | + current=main |
| 84 | 2026-06-29T19:21:27.699Z | + [[ main != john/scrimlet-reconcilers-mgd-bgp ]] |
| 85 | 2026-06-29T19:21:27.699Z | + git branch -f john/scrimlet-reconcilers-mgd-bgp a19e40f76561cacfaeced19610030fca654e2605 |
| 86 | 2026-06-29T19:21:27.702Z | + git checkout -f john/scrimlet-reconcilers-mgd-bgp |
| 87 | 2026-06-29T19:21:27.946Z | Switched to branch 'john/scrimlet-reconcilers-mgd-bgp' |
| 88 | 2026-06-29T19:21:27.949Z | + git reset --hard a19e40f76561cacfaeced19610030fca654e2605 |
| 89 | 2026-06-29T19:21:28.190Z | HEAD is now at a19e40f76 also skip unnumbered peers if parent router failed to create |
| 90 | 2026-06-29T19:21:28.193Z | process exited: duration 12091 ms, exit code 0 |
| |
| 91 | 2026-06-29T19:21:28.199Z | starting task 4: "build" |
| 92 | 2026-06-29T19:21:28.204Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-29T19:21:28.207Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-29T19:21:28.207Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-29T19:21:28.207Z | + cargo --version |
| 96 | 2026-06-29T19:21:28.216Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 97 | 2026-06-29T19:21:28.219Z | + rustc --version |
| 98 | 2026-06-29T19:21:28.239Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 99 | 2026-06-29T19:21:28.242Z | + WORK=/work |
| 100 | 2026-06-29T19:21:28.242Z | + pfexec mkdir -p /work |
| 101 | 2026-06-29T19:21:28.245Z | + pfexec chown build /work |
| 102 | 2026-06-29T19:21:28.249Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-29T19:21:29.929Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-29T19:21:30.039Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-29T19:21:30.536Z | Planning: Solver setup ... Done (0.450s) |
| 106 | 2026-06-29T19:21:30.562Z | Planning: Running solver ... Done (0.025s) |
| 107 | 2026-06-29T19:21:30.573Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-29T19:21:30.599Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-29T19:21:30.634Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-29T19:21:30.647Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-06-29T19:21:30.650Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-06-29T19:21:30.823Z | Planning: Checking for conflicting actions ... Done (0.174s) |
| 113 | 2026-06-29T19:21:30.825Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-29T19:21:31.721Z | Planning: Evaluating mediators ... Done (0.898s) |
| 115 | 2026-06-29T19:21:31.725Z | Planning: Planning completed in 1.66 seconds |
| 116 | 2026-06-29T19:21:31.732Z | Packages to install: 2 |
| 117 | 2026-06-29T19:21:31.732Z | Estimated space available: 156.06 GB |
| 118 | 2026-06-29T19:21:31.732Z | Estimated space to be consumed: 30.96 MB |
| 119 | 2026-06-29T19:21:31.732Z | Create boot environment: No |
| 120 | 2026-06-29T19:21:31.735Z | Create backup boot environment: No |
| 121 | 2026-06-29T19:21:31.735Z | Rebuild boot archive: No |
| 122 | 2026-06-29T19:21:31.735Z | |
| 123 | 2026-06-29T19:21:31.735Z | Changed packages: |
| 124 | 2026-06-29T19:21:31.735Z | helios |
| 125 | 2026-06-29T19:21:31.735Z | developer/build-essential |
| 126 | 2026-06-29T19:21:31.735Z | None -> 11-3.0 |
| 127 | 2026-06-29T19:21:31.735Z | library/libxmlsec1 |
| 128 | 2026-06-29T19:21:31.735Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-29T19:21:31.758Z | |
| 130 | 2026-06-29T19:21:31.758Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-29T19:21:32.388Z | Download: Completed 1.28 MB in 0.63 seconds (2.0M/s) |
| 132 | 2026-06-29T19:21:32.465Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-29T19:21:32.503Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-29T19:21:32.515Z | Finalize: Updating package state database ... Done (0.012s) |
| 135 | 2026-06-29T19:21:32.515Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-29T19:21:32.544Z | Finalize: Updating image state ... Done (0.029s) |
| 137 | 2026-06-29T19:21:35.215Z | Finalize: Creating fast lookup database ... Done (2.644s) |
| 138 | 2026-06-29T19:21:35.286Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-06-29T19:21:35.291Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-29T19:21:35.369Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-29T19:21:35.683Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-29T19:21:35.788Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-29T19:21:35.791Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-29T19:21:35.942Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-29T19:21:35.951Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-29T19:21:35.967Z | Mediators to change: 2 |
| 147 | 2026-06-29T19:21:35.967Z | Create boot environment: No |
| 148 | 2026-06-29T19:21:35.967Z | Create backup boot environment: No |
| 149 | 2026-06-29T19:21:36.012Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-29T19:21:36.012Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-29T19:21:36.028Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-29T19:21:37.981Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-29T19:21:38.045Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-29T19:21:38.048Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-29T19:21:38.119Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-29T19:21:38.408Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-29T19:21:38.514Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-29T19:21:38.517Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-29T19:21:38.670Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-29T19:21:38.674Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-29T19:21:38.695Z | Mediators to change: 1 |
| 162 | 2026-06-29T19:21:38.695Z | Create boot environment: No |
| 163 | 2026-06-29T19:21:38.695Z | Create backup boot environment: No |
| 164 | 2026-06-29T19:21:38.750Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-29T19:21:38.750Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-29T19:21:38.770Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-29T19:21:40.713Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-29T19:21:40.776Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-29T19:21:40.779Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-29T19:21:40.838Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-29T19:21:41.150Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-29T19:21:41.150Z | apache system 2.4 system |
| 173 | 2026-06-29T19:21:41.150Z | clang system 15 system |
| 174 | 2026-06-29T19:21:41.150Z | csh system system illumos |
| 175 | 2026-06-29T19:21:41.150Z | ctags system system illumos |
| 176 | 2026-06-29T19:21:41.150Z | file vendor vendor darwinsys |
| 177 | 2026-06-29T19:21:41.150Z | file system system illumos |
| 178 | 2026-06-29T19:21:41.150Z | gcc vendor 14 vendor |
| 179 | 2026-06-29T19:21:41.150Z | gcc system 13 system |
| 180 | 2026-06-29T19:21:41.150Z | gcc system 10 system |
| 181 | 2026-06-29T19:21:41.150Z | go system 1.25 system |
| 182 | 2026-06-29T19:21:41.150Z | llvm system 15 system |
| 183 | 2026-06-29T19:21:41.150Z | mariadb system 11.4 system |
| 184 | 2026-06-29T19:21:41.150Z | mta vendor vendor dma |
| 185 | 2026-06-29T19:21:41.150Z | openjdk system 17 system |
| 186 | 2026-06-29T19:21:41.150Z | openjdk system 11 system |
| 187 | 2026-06-29T19:21:41.150Z | openssl vendor 3 vendor |
| 188 | 2026-06-29T19:21:41.150Z | perl system 5.40 system |
| 189 | 2026-06-29T19:21:41.150Z | postgresql system 18 system |
| 190 | 2026-06-29T19:21:41.151Z | postgresql system 17 system |
| 191 | 2026-06-29T19:21:41.151Z | python vendor 3 vendor |
| 192 | 2026-06-29T19:21:41.151Z | python system 2 system |
| 193 | 2026-06-29T19:21:41.151Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-29T19:21:41.151Z | ruby system 3.4 system |
| 195 | 2026-06-29T19:21:41.151Z | ruby system 3.0 system |
| 196 | 2026-06-29T19:21:41.151Z | words vendor vendor american-english |
| 197 | 2026-06-29T19:21:41.151Z | words system system australian-english |
| 198 | 2026-06-29T19:21:41.151Z | words system system british-english |
| 199 | 2026-06-29T19:21:41.151Z | words system system canadian-english |
| 200 | 2026-06-29T19:21:41.151Z | words system system french |
| 201 | 2026-06-29T19:21:41.151Z | words system system italian |
| 202 | 2026-06-29T19:21:41.151Z | words system system ngerman |
| 203 | 2026-06-29T19:21:41.151Z | words system system ogerman |
| 204 | 2026-06-29T19:21:41.151Z | words system system spanish |
| 205 | 2026-06-29T19:21:41.401Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-29T19:21:41.401Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-29T19:21:41.710Z | FMRI IFO |
| 208 | 2026-06-29T19:21:41.711Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-29T19:21:41.711Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-29T19:21:41.711Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-29T19:21:41.711Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-29T19:21:41.711Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-29T19:21:41.711Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-29T19:21:41.711Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-29T19:21:41.711Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-29T19:21:41.711Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-29T19:21:41.970Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-06-29T19:21:42.282Z | Updating crates.io index |
| 219 | 2026-06-29T19:21:42.286Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-06-29T19:21:42.521Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-06-29T19:21:42.865Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-06-29T19:21:43.166Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-06-29T19:21:44.105Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-06-29T19:21:44.595Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-06-29T19:21:46.146Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-06-29T19:21:46.910Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-06-29T19:21:47.185Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-06-29T19:21:49.517Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-06-29T19:21:49.787Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-06-29T19:21:50.120Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-06-29T19:21:50.373Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-06-29T19:21:50.811Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-06-29T19:21:51.361Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-06-29T19:21:51.603Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-06-29T19:21:51.858Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-06-29T19:21:52.122Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-06-29T19:21:52.417Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-06-29T19:21:52.645Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-06-29T19:21:52.885Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-06-29T19:21:53.143Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-06-29T19:21:53.493Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-06-29T19:21:53.827Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-06-29T19:21:54.078Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-06-29T19:21:54.489Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-06-29T19:21:54.744Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-06-29T19:21:55.081Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-06-29T19:21:55.308Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-06-29T19:21:55.609Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-06-29T19:21:55.931Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-06-29T19:21:56.309Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-06-29T19:21:56.690Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-06-29T19:21:57.013Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-29T19:21:57.313Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-06-29T19:21:57.612Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-06-29T19:21:57.901Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-06-29T19:21:58.189Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-06-29T19:21:58.479Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-06-29T19:21:58.708Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-06-29T19:22:01.500Z | Downloading crates ... |
| 260 | 2026-06-29T19:22:01.557Z | Downloaded cfg-if v1.0.4 |
| 261 | 2026-06-29T19:22:01.563Z | Downloaded cargo-platform v0.2.0 |
| 262 | 2026-06-29T19:22:01.566Z | Downloaded anstyle-parse v1.0.0 |
| 263 | 2026-06-29T19:22:01.566Z | Downloaded toml_datetime v0.6.11 |
| 264 | 2026-06-29T19:22:01.569Z | Downloaded fnv v1.0.7 |
| 265 | 2026-06-29T19:22:01.569Z | Downloaded dof v0.3.0 |
| 266 | 2026-06-29T19:22:01.569Z | Downloaded crypto-common v0.1.7 |
| 267 | 2026-06-29T19:22:01.572Z | Downloaded toml_write v0.1.2 |
| 268 | 2026-06-29T19:22:01.572Z | Downloaded serde_spanned v0.6.9 |
| 269 | 2026-06-29T19:22:01.572Z | Downloaded thiserror-impl v1.0.69 |
| 270 | 2026-06-29T19:22:01.575Z | Downloaded proc-macro-error-attr v1.0.4 |
| 271 | 2026-06-29T19:22:01.575Z | Downloaded cargo_metadata v0.21.0 |
| 272 | 2026-06-29T19:22:01.576Z | Downloaded cargo_toml v0.21.0 |
| 273 | 2026-06-29T19:22:01.579Z | Downloaded camino-tempfile v1.4.1 |
| 274 | 2026-06-29T19:22:01.579Z | Downloaded autocfg v1.5.0 |
| 275 | 2026-06-29T19:22:01.581Z | Downloaded yoke-derive v0.8.1 |
| 276 | 2026-06-29T19:22:01.582Z | Downloaded unicode-xid v0.2.6 |
| 277 | 2026-06-29T19:22:01.582Z | Downloaded generic-array v0.14.7 |
| 278 | 2026-06-29T19:22:01.585Z | Downloaded form_urlencoded v1.2.2 |
| 279 | 2026-06-29T19:22:01.585Z | Downloaded equivalent v1.0.2 |
| 280 | 2026-06-29T19:22:01.585Z | Downloaded pretty-hex v0.4.1 |
| 281 | 2026-06-29T19:22:01.588Z | Downloaded zerofrom v0.1.6 |
| 282 | 2026-06-29T19:22:01.588Z | Downloaded unicode-linebreak v0.1.5 |
| 283 | 2026-06-29T19:22:01.590Z | Downloaded thread-id v4.2.2 |
| 284 | 2026-06-29T19:22:01.590Z | Downloaded terminal_size v0.4.3 |
| 285 | 2026-06-29T19:22:01.593Z | Downloaded erased-serde v0.4.9 |
| 286 | 2026-06-29T19:22:01.593Z | Downloaded toml v0.8.23 |
| 287 | 2026-06-29T19:22:01.596Z | Downloaded usdt v0.5.0 |
| 288 | 2026-06-29T19:22:01.596Z | Downloaded bytecount v0.6.9 |
| 289 | 2026-06-29T19:22:01.601Z | Downloaded anstream v1.0.0 |
| 290 | 2026-06-29T19:22:01.602Z | Downloaded version_check v0.9.5 |
| 291 | 2026-06-29T19:22:01.602Z | Downloaded byteorder v1.5.0 |
| 292 | 2026-06-29T19:22:01.608Z | Downloaded bitflags v2.11.0 |
| 293 | 2026-06-29T19:22:01.608Z | Downloaded utf8parse v0.2.2 |
| 294 | 2026-06-29T19:22:01.608Z | Downloaded zerofrom-derive v0.1.6 |
| 295 | 2026-06-29T19:22:01.608Z | Downloaded utf8_iter v1.0.4 |
| 296 | 2026-06-29T19:22:01.608Z | Downloaded serde-value v0.7.0 |
| 297 | 2026-06-29T19:22:01.611Z | Downloaded usdt-macro v0.5.0 |
| 298 | 2026-06-29T19:22:01.611Z | Downloaded clap_lex v1.0.0 |
| 299 | 2026-06-29T19:22:01.611Z | Downloaded typeid v1.0.3 |
| 300 | 2026-06-29T19:22:01.615Z | Downloaded usdt-attr-macro v0.5.0 |
| 301 | 2026-06-29T19:22:01.615Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2026-06-29T19:22:01.625Z | Downloaded block-buffer v0.10.4 |
| 303 | 2026-06-29T19:22:01.625Z | Downloaded usdt-impl v0.5.0 |
| 304 | 2026-06-29T19:22:01.625Z | Downloaded colorchoice v1.0.4 |
| 305 | 2026-06-29T19:22:01.625Z | Downloaded tabled_derive v0.7.0 |
| 306 | 2026-06-29T19:22:01.625Z | Downloaded thiserror v1.0.69 |
| 307 | 2026-06-29T19:22:01.629Z | Downloaded yoke v0.8.1 |
| 308 | 2026-06-29T19:22:01.629Z | Downloaded tinystr v0.8.2 |
| 309 | 2026-06-29T19:22:01.629Z | Downloaded is_terminal_polyfill v1.70.2 |
| 310 | 2026-06-29T19:22:01.629Z | Downloaded plain v0.2.3 |
| 311 | 2026-06-29T19:22:01.629Z | Downloaded itoa v1.0.17 |
| 312 | 2026-06-29T19:22:01.633Z | Downloaded ucd-trie v0.1.7 |
| 313 | 2026-06-29T19:22:01.633Z | Downloaded fs-err v3.3.0 |
| 314 | 2026-06-29T19:22:01.633Z | Downloaded swrite v0.1.0 |
| 315 | 2026-06-29T19:22:01.633Z | Downloaded zmij v1.0.21 |
| 316 | 2026-06-29T19:22:01.637Z | Downloaded thiserror-impl v2.0.18 |
| 317 | 2026-06-29T19:22:01.637Z | Downloaded thiserror v2.0.18 |
| 318 | 2026-06-29T19:22:01.640Z | Downloaded zerovec-derive v0.11.2 |
| 319 | 2026-06-29T19:22:01.640Z | Downloaded zerocopy-derive v0.7.35 |
| 320 | 2026-06-29T19:22:01.643Z | Downloaded heck v0.5.0 |
| 321 | 2026-06-29T19:22:01.643Z | Downloaded stable_deref_trait v1.2.1 |
| 322 | 2026-06-29T19:22:01.643Z | Downloaded textwrap v0.16.2 |
| 323 | 2026-06-29T19:22:01.646Z | Downloaded unicode-ident v1.0.24 |
| 324 | 2026-06-29T19:22:01.646Z | Downloaded macaddr v1.0.1 |
| 325 | 2026-06-29T19:22:01.649Z | Downloaded smawk v0.3.2 |
| 326 | 2026-06-29T19:22:01.649Z | Downloaded writeable v0.6.2 |
| 327 | 2026-06-29T19:22:01.653Z | Downloaded scroll_derive v0.12.1 |
| 328 | 2026-06-29T19:22:01.653Z | Downloaded memmap v0.7.0 |
| 329 | 2026-06-29T19:22:01.653Z | Downloaded url v2.5.8 |
| 330 | 2026-06-29T19:22:01.657Z | Downloaded smallvec v1.15.1 |
| 331 | 2026-06-29T19:22:01.657Z | Downloaded digest v0.10.7 |
| 332 | 2026-06-29T19:22:01.660Z | Downloaded anstyle v1.0.14 |
| 333 | 2026-06-29T19:22:01.663Z | Downloaded icu_properties v2.1.2 |
| 334 | 2026-06-29T19:22:01.666Z | Downloaded serde-untagged v0.1.9 |
| 335 | 2026-06-29T19:22:01.666Z | Downloaded zerotrie v0.2.3 |
| 336 | 2026-06-29T19:22:01.670Z | Downloaded toml_edit v0.22.27 |
| 337 | 2026-06-29T19:22:01.670Z | Downloaded num-traits v0.2.19 |
| 338 | 2026-06-29T19:22:01.674Z | Downloaded typenum v1.19.0 |
| 339 | 2026-06-29T19:22:01.674Z | Downloaded synstructure v0.13.2 |
| 340 | 2026-06-29T19:22:01.674Z | Downloaded clap v4.6.1 |
| 341 | 2026-06-29T19:22:01.678Z | Downloaded idna_adapter v1.2.1 |
| 342 | 2026-06-29T19:22:01.681Z | Downloaded zerovec v0.11.5 |
| 343 | 2026-06-29T19:22:01.681Z | Downloaded sha2 v0.10.9 |
| 344 | 2026-06-29T19:22:01.684Z | Downloaded quote v1.0.45 |
| 345 | 2026-06-29T19:22:01.684Z | Downloaded heck v0.4.1 |
| 346 | 2026-06-29T19:22:01.687Z | Downloaded unicode-width v0.1.14 |
| 347 | 2026-06-29T19:22:01.691Z | Downloaded zerocopy v0.7.35 |
| 348 | 2026-06-29T19:22:01.696Z | Downloaded winnow v0.7.14 |
| 349 | 2026-06-29T19:22:01.701Z | Downloaded cargo-util-schemas v0.8.2 |
| 350 | 2026-06-29T19:22:01.703Z | Downloaded anstyle-query v1.1.5 |
| 351 | 2026-06-29T19:22:01.703Z | Downloaded icu_normalizer v2.1.1 |
| 352 | 2026-06-29T19:22:01.706Z | Downloaded unicode-width v0.2.0 |
| 353 | 2026-06-29T19:22:01.709Z | Downloaded scroll v0.12.0 |
| 354 | 2026-06-29T19:22:01.709Z | Downloaded litemap v0.8.1 |
| 355 | 2026-06-29T19:22:01.712Z | Downloaded clap_derive v4.6.1 |
| 356 | 2026-06-29T19:22:01.712Z | Downloaded ordered-float v2.10.1 |
| 357 | 2026-06-29T19:22:01.712Z | Downloaded pest_derive v2.8.6 |
| 358 | 2026-06-29T19:22:01.715Z | Downloaded fastrand v2.3.0 |
| 359 | 2026-06-29T19:22:01.715Z | Downloaded errno v0.3.14 |
| 360 | 2026-06-29T19:22:01.715Z | Downloaded cpufeatures v0.2.17 |
| 361 | 2026-06-29T19:22:01.715Z | Downloaded semver v1.0.28 |
| 362 | 2026-06-29T19:22:01.718Z | Downloaded strsim v0.11.1 |
| 363 | 2026-06-29T19:22:01.718Z | Downloaded camino v1.2.2 |
| 364 | 2026-06-29T19:22:01.718Z | Downloaded potential_utf v0.1.4 |
| 365 | 2026-06-29T19:22:01.721Z | Downloaded percent-encoding v2.3.2 |
| 366 | 2026-06-29T19:22:01.724Z | Downloaded papergrid v0.11.0 |
| 367 | 2026-06-29T19:22:01.727Z | Downloaded getrandom v0.4.1 |
| 368 | 2026-06-29T19:22:01.730Z | Downloaded icu_locale_core v2.1.1 |
| 369 | 2026-06-29T19:22:01.733Z | Downloaded displaydoc v0.2.5 |
| 370 | 2026-06-29T19:22:01.737Z | Downloaded once_cell v1.21.3 |
| 371 | 2026-06-29T19:22:01.740Z | Downloaded anyhow v1.0.102 |
| 372 | 2026-06-29T19:22:01.747Z | Downloaded serde_tokenstream v0.2.3 |
| 373 | 2026-06-29T19:22:01.750Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2026-06-29T19:22:01.750Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-06-29T19:22:01.760Z | Downloaded tempfile v3.25.0 |
| 376 | 2026-06-29T19:22:01.764Z | Downloaded serde_core v1.0.228 |
| 377 | 2026-06-29T19:22:01.771Z | Downloaded pest_meta v2.8.6 |
| 378 | 2026-06-29T19:22:01.774Z | Downloaded icu_provider v2.1.1 |
| 379 | 2026-06-29T19:22:01.774Z | Downloaded icu_collections v2.1.1 |
| 380 | 2026-06-29T19:22:01.777Z | Downloaded serde_derive v1.0.228 |
| 381 | 2026-06-29T19:22:01.780Z | Downloaded serde v1.0.228 |
| 382 | 2026-06-29T19:22:01.783Z | Downloaded log v0.4.29 |
| 383 | 2026-06-29T19:22:01.786Z | Downloaded pest_generator v2.8.6 |
| 384 | 2026-06-29T19:22:01.786Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-06-29T19:22:01.789Z | Downloaded icu_normalizer_data v2.1.1 |
| 386 | 2026-06-29T19:22:01.805Z | Downloaded memchr v2.8.0 |
| 387 | 2026-06-29T19:22:01.819Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-06-29T19:22:01.822Z | Downloaded pest v2.8.6 |
| 389 | 2026-06-29T19:22:01.825Z | Downloaded idna v1.1.0 |
| 390 | 2026-06-29T19:22:01.828Z | Downloaded goblin v0.8.2 |
| 391 | 2026-06-29T19:22:01.831Z | Downloaded serde_json v1.0.150 |
| 392 | 2026-06-29T19:22:01.834Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-06-29T19:22:01.845Z | Downloaded clap_builder v4.6.0 |
| 394 | 2026-06-29T19:22:01.848Z | Downloaded tabled v0.15.0 |
| 395 | 2026-06-29T19:22:01.858Z | Downloaded syn v1.0.109 |
| 396 | 2026-06-29T19:22:01.868Z | Downloaded syn v2.0.117 |
| 397 | 2026-06-29T19:22:01.882Z | Downloaded rustix v1.1.3 |
| 398 | 2026-06-29T19:22:01.910Z | Downloaded libc v0.2.185 |
| 399 | 2026-06-29T19:22:01.976Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-06-29T19:22:01.976Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-06-29T19:22:01.979Z | Compiling quote v1.0.45 |
| 402 | 2026-06-29T19:22:01.980Z | Compiling serde_core v1.0.228 |
| 403 | 2026-06-29T19:22:01.980Z | Compiling libc v0.2.185 |
| 404 | 2026-06-29T19:22:01.980Z | Compiling version_check v0.9.5 |
| 405 | 2026-06-29T19:22:01.980Z | Compiling memchr v2.8.0 |
| 406 | 2026-06-29T19:22:01.980Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-06-29T19:22:01.980Z | Compiling serde v1.0.228 |
| 408 | 2026-06-29T19:22:01.980Z | Compiling zmij v1.0.21 |
| 409 | 2026-06-29T19:22:02.152Z | Compiling thiserror v1.0.69 |
| 410 | 2026-06-29T19:22:02.156Z | Compiling autocfg v1.5.0 |
| 411 | 2026-06-29T19:22:02.157Z | Compiling itoa v1.0.17 |
| 412 | 2026-06-29T19:22:02.157Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-06-29T19:22:02.157Z | Compiling writeable v0.6.2 |
| 414 | 2026-06-29T19:22:02.395Z | Compiling litemap v0.8.1 |
| 415 | 2026-06-29T19:22:02.482Z | Compiling byteorder v1.5.0 |
| 416 | 2026-06-29T19:22:02.603Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-06-29T19:22:02.603Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-06-29T19:22:02.711Z | Compiling rustix v1.1.3 |
| 419 | 2026-06-29T19:22:02.783Z | Compiling serde_json v1.0.150 |
| 420 | 2026-06-29T19:22:02.783Z | Compiling bitflags v2.11.0 |
| 421 | 2026-06-29T19:22:02.783Z | Compiling hashbrown v0.17.0 |
| 422 | 2026-06-29T19:22:02.837Z | Compiling typeid v1.0.3 |
| 423 | 2026-06-29T19:22:02.880Z | Compiling pest v2.8.6 |
| 424 | 2026-06-29T19:22:02.880Z | Compiling num-traits v0.2.19 |
| 425 | 2026-06-29T19:22:03.018Z | Compiling smallvec v1.15.1 |
| 426 | 2026-06-29T19:22:03.078Z | Compiling equivalent v1.0.2 |
| 427 | 2026-06-29T19:22:03.092Z | Compiling usdt-impl v0.5.0 |
| 428 | 2026-06-29T19:22:03.092Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-29T19:22:03.177Z | Compiling toml_write v0.1.2 |
| 430 | 2026-06-29T19:22:03.247Z | Compiling indexmap v2.14.0 |
| 431 | 2026-06-29T19:22:03.251Z | Compiling erased-serde v0.4.9 |
| 432 | 2026-06-29T19:22:03.286Z | Compiling syn v1.0.109 |
| 433 | 2026-06-29T19:22:03.339Z | Compiling winnow v0.7.14 |
| 434 | 2026-06-29T19:22:03.352Z | Compiling errno v0.3.14 |
| 435 | 2026-06-29T19:22:03.384Z | Compiling thread-id v4.2.2 |
| 436 | 2026-06-29T19:22:03.523Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-06-29T19:22:03.527Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-06-29T19:22:03.567Z | Compiling log v0.4.29 |
| 439 | 2026-06-29T19:22:03.567Z | Compiling getrandom v0.4.1 |
| 440 | 2026-06-29T19:22:03.623Z | Compiling syn v2.0.117 |
| 441 | 2026-06-29T19:22:03.667Z | Compiling percent-encoding v2.3.2 |
| 442 | 2026-06-29T19:22:03.691Z | Compiling camino v1.2.2 |
| 443 | 2026-06-29T19:22:03.709Z | Compiling utf8_iter v1.0.4 |
| 444 | 2026-06-29T19:22:03.732Z | Compiling plain v0.2.3 |
| 445 | 2026-06-29T19:22:03.744Z | Compiling thiserror v2.0.18 |
| 446 | 2026-06-29T19:22:03.870Z | Compiling form_urlencoded v1.2.2 |
| 447 | 2026-06-29T19:22:03.901Z | Compiling anstyle-parse v1.0.0 |
| 448 | 2026-06-29T19:22:03.955Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-06-29T19:22:04.011Z | Compiling anstyle v1.0.14 |
| 450 | 2026-06-29T19:22:04.070Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-06-29T19:22:04.105Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-06-29T19:22:04.127Z | Compiling pretty-hex v0.4.1 |
| 453 | 2026-06-29T19:22:04.162Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-06-29T19:22:04.183Z | Compiling cfg-if v1.0.4 |
| 455 | 2026-06-29T19:22:04.201Z | Compiling anstyle-query v1.1.5 |
| 456 | 2026-06-29T19:22:04.285Z | Compiling fs-err v3.3.0 |
| 457 | 2026-06-29T19:22:04.303Z | Compiling anstream v1.0.0 |
| 458 | 2026-06-29T19:22:04.307Z | Compiling unicode-xid v0.2.6 |
| 459 | 2026-06-29T19:22:04.341Z | Compiling fastrand v2.3.0 |
| 460 | 2026-06-29T19:22:04.357Z | Compiling unicode-width v0.1.14 |
| 461 | 2026-06-29T19:22:04.374Z | Compiling strsim v0.11.1 |
| 462 | 2026-06-29T19:22:04.390Z | Compiling terminal_size v0.4.3 |
| 463 | 2026-06-29T19:22:04.447Z | Compiling fnv v1.0.7 |
| 464 | 2026-06-29T19:22:04.466Z | Compiling heck v0.4.1 |
| 465 | 2026-06-29T19:22:04.513Z | Compiling clap_lex v1.0.0 |
| 466 | 2026-06-29T19:22:04.553Z | Compiling once_cell v1.21.3 |
| 467 | 2026-06-29T19:22:04.574Z | Compiling anyhow v1.0.102 |
| 468 | 2026-06-29T19:22:04.696Z | Compiling semver v1.0.28 |
| 469 | 2026-06-29T19:22:04.749Z | Compiling heck v0.5.0 |
| 470 | 2026-06-29T19:22:04.775Z | Compiling bytecount v0.6.9 |
| 471 | 2026-06-29T19:22:04.802Z | Compiling tempfile v3.25.0 |
| 472 | 2026-06-29T19:22:04.870Z | Compiling clap_builder v4.6.0 |
| 473 | 2026-06-29T19:22:04.917Z | Compiling papergrid v0.11.0 |
| 474 | 2026-06-29T19:22:04.956Z | Compiling memmap v0.7.0 |
| 475 | 2026-06-29T19:22:05.017Z | Compiling smawk v0.3.2 |
| 476 | 2026-06-29T19:22:05.049Z | Compiling unicode-width v0.2.0 |
| 477 | 2026-06-29T19:22:05.137Z | Compiling serde-untagged v0.1.9 |
| 478 | 2026-06-29T19:22:05.156Z | Compiling unicode-linebreak v0.1.5 |
| 479 | 2026-06-29T19:22:05.171Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-06-29T19:22:05.231Z | Compiling swrite v0.1.0 |
| 481 | 2026-06-29T19:22:05.340Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-06-29T19:22:05.373Z | Compiling textwrap v0.16.2 |
| 483 | 2026-06-29T19:22:05.668Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-06-29T19:22:06.189Z | Compiling synstructure v0.13.2 |
| 485 | 2026-06-29T19:22:06.189Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-06-29T19:22:06.361Z | Compiling tabled v0.15.0 |
| 487 | 2026-06-29T19:22:06.715Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-06-29T19:22:06.715Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-06-29T19:22:06.715Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-06-29T19:22:06.719Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-06-29T19:22:06.719Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-06-29T19:22:06.719Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-06-29T19:22:06.719Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-06-29T19:22:06.766Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-06-29T19:22:06.800Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-06-29T19:22:06.804Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-06-29T19:22:06.893Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-06-29T19:22:07.492Z | Compiling scroll v0.12.0 |
| 499 | 2026-06-29T19:22:07.558Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-06-29T19:22:07.724Z | Compiling goblin v0.8.2 |
| 501 | 2026-06-29T19:22:07.746Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-06-29T19:22:07.867Z | Compiling yoke v0.8.1 |
| 503 | 2026-06-29T19:22:07.939Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-06-29T19:22:08.020Z | Compiling zerovec v0.11.5 |
| 505 | 2026-06-29T19:22:08.020Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-06-29T19:22:08.294Z | Compiling clap v4.6.1 |
| 507 | 2026-06-29T19:22:08.470Z | Compiling tinystr v0.8.2 |
| 508 | 2026-06-29T19:22:08.470Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-06-29T19:22:08.586Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-06-29T19:22:08.636Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-06-29T19:22:09.159Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-06-29T19:22:09.365Z | Compiling icu_properties v2.1.2 |
| 513 | 2026-06-29T19:22:09.365Z | Compiling icu_normalizer v2.1.1 |
| 514 | 2026-06-29T19:22:09.435Z | Compiling toml_datetime v0.6.11 |
| 515 | 2026-06-29T19:22:09.435Z | Compiling serde_spanned v0.6.9 |
| 516 | 2026-06-29T19:22:09.435Z | Compiling serde-value v0.7.0 |
| 517 | 2026-06-29T19:22:09.439Z | Compiling cargo-platform v0.2.0 |
| 518 | 2026-06-29T19:22:09.439Z | Compiling macaddr v1.0.1 |
| 519 | 2026-06-29T19:22:09.452Z | Compiling dof v0.3.0 |
| 520 | 2026-06-29T19:22:09.455Z | Compiling serde_tokenstream v0.2.3 |
| 521 | 2026-06-29T19:22:09.645Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-06-29T19:22:10.169Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-06-29T19:22:10.225Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-06-29T19:22:10.230Z | Compiling usdt-attr-macro v0.5.0 |
| 525 | 2026-06-29T19:22:10.274Z | Compiling idna v1.1.0 |
| 526 | 2026-06-29T19:22:10.555Z | Compiling url v2.5.8 |
| 527 | 2026-06-29T19:22:10.835Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-29T19:22:10.937Z | Compiling toml v0.8.23 |
| 529 | 2026-06-29T19:22:11.271Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-06-29T19:22:11.271Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-06-29T19:22:12.094Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-06-29T19:22:13.028Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-06-29T19:22:15.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.35s |
| 534 | 2026-06-29T19:22:15.370Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 535 | 2026-06-29T19:22:15.864Z | Downloading crates ... |
| 536 | 2026-06-29T19:22:15.959Z | Downloaded bit-set v0.8.0 |
| 537 | 2026-06-29T19:22:15.964Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-06-29T19:22:15.968Z | Downloaded anstream v0.6.21 |
| 539 | 2026-06-29T19:22:15.976Z | Downloaded assert_matches v1.5.0 |
| 540 | 2026-06-29T19:22:15.981Z | Downloaded base16ct v0.2.0 |
| 541 | 2026-06-29T19:22:15.981Z | Downloaded anstyle-parse v0.2.7 |
| 542 | 2026-06-29T19:22:15.981Z | Downloaded arc-swap v1.8.2 |
| 543 | 2026-06-29T19:22:15.985Z | Downloaded async-stream-impl v0.3.6 |
| 544 | 2026-06-29T19:22:15.985Z | Downloaded block-padding v0.3.3 |
| 545 | 2026-06-29T19:22:15.985Z | Downloaded block-buffer v0.12.1 |
| 546 | 2026-06-29T19:22:15.985Z | Downloaded bitfield-struct v0.6.2 |
| 547 | 2026-06-29T19:22:15.989Z | Downloaded bb8 v0.8.6 |
| 548 | 2026-06-29T19:22:15.989Z | Downloaded darling_macro v0.13.4 |
| 549 | 2026-06-29T19:22:15.996Z | Downloaded bit-set v0.5.3 |
| 550 | 2026-06-29T19:22:15.996Z | Downloaded arrayref v0.3.9 |
| 551 | 2026-06-29T19:22:15.996Z | Downloaded derive-where v1.6.0 |
| 552 | 2026-06-29T19:22:16.001Z | Downloaded defmt-parser v1.0.0 |
| 553 | 2026-06-29T19:22:16.001Z | Downloaded arrayvec v0.7.6 |
| 554 | 2026-06-29T19:22:16.001Z | Downloaded cfg_aliases v0.1.1 |
| 555 | 2026-06-29T19:22:16.001Z | Downloaded camino-tempfile-ext v0.3.3 |
| 556 | 2026-06-29T19:22:16.001Z | Downloaded console v0.16.2 |
| 557 | 2026-06-29T19:22:16.006Z | Downloaded bit-vec v0.8.0 |
| 558 | 2026-06-29T19:22:16.006Z | Downloaded base64ct v1.8.3 |
| 559 | 2026-06-29T19:22:16.006Z | Downloaded diesel-dtrace v0.5.0 |
| 560 | 2026-06-29T19:22:16.006Z | Downloaded bitfield-macros v0.19.4 |
| 561 | 2026-06-29T19:22:16.010Z | Downloaded array-init v0.0.4 |
| 562 | 2026-06-29T19:22:16.010Z | Downloaded atomicwrites v0.4.4 |
| 563 | 2026-06-29T19:22:16.010Z | Downloaded cpufeatures v0.3.0 |
| 564 | 2026-06-29T19:22:16.010Z | Downloaded bitflags v1.3.2 |
| 565 | 2026-06-29T19:22:16.016Z | Downloaded bit-vec v0.6.3 |
| 566 | 2026-06-29T19:22:16.016Z | Downloaded diff v0.1.13 |
| 567 | 2026-06-29T19:22:16.016Z | Downloaded blake2 v0.10.6 |
| 568 | 2026-06-29T19:22:16.022Z | Downloaded async-recursion v1.1.1 |
| 569 | 2026-06-29T19:22:16.022Z | Downloaded ahash v0.8.12 |
| 570 | 2026-06-29T19:22:16.022Z | Downloaded ar_archive_writer v0.5.1 |
| 571 | 2026-06-29T19:22:16.027Z | Downloaded embedded-io v0.4.0 |
| 572 | 2026-06-29T19:22:16.027Z | Downloaded aead v0.5.2 |
| 573 | 2026-06-29T19:22:16.028Z | Downloaded darling_macro v0.23.0 |
| 574 | 2026-06-29T19:22:16.028Z | Downloaded bitfield v0.19.4 |
| 575 | 2026-06-29T19:22:16.032Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 576 | 2026-06-29T19:22:16.032Z | Downloaded crc8 v0.1.1 |
| 577 | 2026-06-29T19:22:16.032Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 578 | 2026-06-29T19:22:16.032Z | Downloaded crc-catalog v2.4.0 |
| 579 | 2026-06-29T19:22:16.032Z | Downloaded backoff v0.4.0 |
| 580 | 2026-06-29T19:22:16.032Z | Downloaded async-stream v0.3.6 |
| 581 | 2026-06-29T19:22:16.039Z | Downloaded atty v0.2.14 |
| 582 | 2026-06-29T19:22:16.040Z | Downloaded atomic-waker v1.1.2 |
| 583 | 2026-06-29T19:22:16.047Z | Downloaded castaway v0.2.4 |
| 584 | 2026-06-29T19:22:16.054Z | Downloaded defmt v0.3.100 |
| 585 | 2026-06-29T19:22:16.055Z | Downloaded darling_macro v0.20.11 |
| 586 | 2026-06-29T19:22:16.055Z | Downloaded crunchy v0.2.4 |
| 587 | 2026-06-29T19:22:16.062Z | Downloaded cobs v0.3.0 |
| 588 | 2026-06-29T19:22:16.062Z | Downloaded ascii-canvas v3.0.0 |
| 589 | 2026-06-29T19:22:16.062Z | Downloaded ed25519-dalek v2.2.0 |
| 590 | 2026-06-29T19:22:16.062Z | Downloaded defmt-macros v1.0.1 |
| 591 | 2026-06-29T19:22:16.062Z | Downloaded data-encoding v2.10.0 |
| 592 | 2026-06-29T19:22:16.062Z | Downloaded ciborium-io v0.2.2 |
| 593 | 2026-06-29T19:22:16.067Z | Downloaded cfg_aliases v0.2.1 |
| 594 | 2026-06-29T19:22:16.067Z | Downloaded crucible-workspace-hack v0.1.0 |
| 595 | 2026-06-29T19:22:16.067Z | Downloaded crc v3.4.0 |
| 596 | 2026-06-29T19:22:16.067Z | Downloaded convert_case v0.4.0 |
| 597 | 2026-06-29T19:22:16.067Z | Downloaded darling_macro v0.21.3 |
| 598 | 2026-06-29T19:22:16.075Z | Downloaded debug-ignore v1.0.5 |
| 599 | 2026-06-29T19:22:16.076Z | Downloaded cstr-argument v0.1.2 |
| 600 | 2026-06-29T19:22:16.080Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 601 | 2026-06-29T19:22:16.086Z | Downloaded allocator-api2 v0.2.21 |
| 602 | 2026-06-29T19:22:16.086Z | Downloaded bcs v0.1.6 |
| 603 | 2026-06-29T19:22:16.092Z | Downloaded ctr v0.9.2 |
| 604 | 2026-06-29T19:22:16.092Z | Downloaded defmt v1.0.1 |
| 605 | 2026-06-29T19:22:16.092Z | Downloaded darling v0.13.4 |
| 606 | 2026-06-29T19:22:16.097Z | Downloaded ciborium-ll v0.2.2 |
| 607 | 2026-06-29T19:22:16.097Z | Downloaded csv-core v0.1.13 |
| 608 | 2026-06-29T19:22:16.097Z | Downloaded flagset v0.4.7 |
| 609 | 2026-06-29T19:22:16.097Z | Downloaded derive-ex v0.1.8 |
| 610 | 2026-06-29T19:22:16.097Z | Downloaded derive_builder_core v0.20.2 |
| 611 | 2026-06-29T19:22:16.097Z | Downloaded derive_more-impl v2.1.1 |
| 612 | 2026-06-29T19:22:16.101Z | Downloaded float-ord v0.3.2 |
| 613 | 2026-06-29T19:22:16.101Z | Downloaded env_filter v1.0.0 |
| 614 | 2026-06-29T19:22:16.104Z | Downloaded float-cmp v0.10.0 |
| 615 | 2026-06-29T19:22:16.104Z | Downloaded derive_builder_macro v0.20.2 |
| 616 | 2026-06-29T19:22:16.104Z | Downloaded foreign-types-macros v0.2.3 |
| 617 | 2026-06-29T19:22:16.104Z | Downloaded foreign-types-shared v0.3.1 |
| 618 | 2026-06-29T19:22:16.104Z | Downloaded fixedbitset v0.4.2 |
| 619 | 2026-06-29T19:22:16.110Z | Downloaded futures-macro v0.3.32 |
| 620 | 2026-06-29T19:22:16.110Z | Downloaded funty v2.0.0 |
| 621 | 2026-06-29T19:22:16.110Z | Downloaded endian-type v0.1.2 |
| 622 | 2026-06-29T19:22:16.110Z | Downloaded foreign-types v0.3.2 |
| 623 | 2026-06-29T19:22:16.110Z | Downloaded embedded-io v0.6.1 |
| 624 | 2026-06-29T19:22:16.117Z | Downloaded futures-sink v0.3.32 |
| 625 | 2026-06-29T19:22:16.117Z | Downloaded dunce v1.0.5 |
| 626 | 2026-06-29T19:22:16.117Z | Downloaded fd-lock v4.0.4 |
| 627 | 2026-06-29T19:22:16.117Z | Downloaded futures-task v0.3.32 |
| 628 | 2026-06-29T19:22:16.117Z | Downloaded document-features v0.2.12 |
| 629 | 2026-06-29T19:22:16.122Z | Downloaded git-stub v1.0.0 |
| 630 | 2026-06-29T19:22:16.122Z | Downloaded gethostname v0.5.0 |
| 631 | 2026-06-29T19:22:16.122Z | Downloaded fxhash v0.2.1 |
| 632 | 2026-06-29T19:22:16.122Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 633 | 2026-06-29T19:22:16.122Z | Downloaded difflib v0.4.0 |
| 634 | 2026-06-29T19:22:16.122Z | Downloaded base64 v0.21.7 |
| 635 | 2026-06-29T19:22:16.122Z | Downloaded globwalk v0.9.1 |
| 636 | 2026-06-29T19:22:16.126Z | Downloaded dyn-clone v1.0.20 |
| 637 | 2026-06-29T19:22:16.127Z | Downloaded cbc v0.1.2 |
| 638 | 2026-06-29T19:22:16.127Z | Downloaded display-error-chain v0.2.2 |
| 639 | 2026-06-29T19:22:16.127Z | Downloaded argon2 v0.5.3 |
| 640 | 2026-06-29T19:22:16.127Z | Downloaded dirs-sys-next v0.1.2 |
| 641 | 2026-06-29T19:22:16.131Z | Downloaded crypto-common v0.2.2 |
| 642 | 2026-06-29T19:22:16.131Z | Downloaded compression-core v0.4.31 |
| 643 | 2026-06-29T19:22:16.131Z | Downloaded dsl_auto_type v0.2.0 |
| 644 | 2026-06-29T19:22:16.131Z | Downloaded async-trait v0.1.89 |
| 645 | 2026-06-29T19:22:16.136Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-06-29T19:22:16.136Z | Downloaded cargo-platform v0.3.2 |
| 647 | 2026-06-29T19:22:16.136Z | Downloaded buf-list v1.1.2 |
| 648 | 2026-06-29T19:22:16.136Z | Downloaded dof v0.4.0 |
| 649 | 2026-06-29T19:22:16.142Z | Downloaded const_format_proc_macros v0.2.34 |
| 650 | 2026-06-29T19:22:16.142Z | Downloaded dtrace-parser v0.3.0 |
| 651 | 2026-06-29T19:22:16.148Z | Downloaded cexpr v0.6.0 |
| 652 | 2026-06-29T19:22:16.148Z | Downloaded dirs-next v2.0.0 |
| 653 | 2026-06-29T19:22:16.148Z | Downloaded hash32 v0.3.1 |
| 654 | 2026-06-29T19:22:16.148Z | Downloaded cassowary v0.3.0 |
| 655 | 2026-06-29T19:22:16.148Z | Downloaded byte-wrapper v0.1.0 |
| 656 | 2026-06-29T19:22:16.153Z | Downloaded hash32 v0.2.1 |
| 657 | 2026-06-29T19:22:16.153Z | Downloaded der_derive v0.7.3 |
| 658 | 2026-06-29T19:22:16.153Z | Downloaded futures-core v0.3.32 |
| 659 | 2026-06-29T19:22:16.157Z | Downloaded chacha20 v0.9.1 |
| 660 | 2026-06-29T19:22:16.157Z | Downloaded blowfish v0.9.1 |
| 661 | 2026-06-29T19:22:16.157Z | Downloaded cargo_metadata v0.23.1 |
| 662 | 2026-06-29T19:22:16.157Z | Downloaded darling v0.21.3 |
| 663 | 2026-06-29T19:22:16.165Z | Downloaded hex-literal v0.4.1 |
| 664 | 2026-06-29T19:22:16.165Z | Downloaded hex v0.4.3 |
| 665 | 2026-06-29T19:22:16.173Z | Downloaded fatfs v0.3.6 |
| 666 | 2026-06-29T19:22:16.173Z | Downloaded crossbeam-epoch v0.9.18 |
| 667 | 2026-06-29T19:22:16.173Z | Downloaded derive_builder v0.20.2 |
| 668 | 2026-06-29T19:22:16.173Z | Downloaded foreign-types v0.5.0 |
| 669 | 2026-06-29T19:22:16.173Z | Downloaded compression-codecs v0.4.37 |
| 670 | 2026-06-29T19:22:16.179Z | Downloaded home v0.5.12 |
| 671 | 2026-06-29T19:22:16.179Z | Downloaded constant_time_eq v0.4.2 |
| 672 | 2026-06-29T19:22:16.179Z | Downloaded darling v0.20.11 |
| 673 | 2026-06-29T19:22:16.179Z | Downloaded foreign-types-shared v0.1.1 |
| 674 | 2026-06-29T19:22:16.184Z | Downloaded foldhash v0.2.0 |
| 675 | 2026-06-29T19:22:16.184Z | Downloaded fs_extra v1.3.0 |
| 676 | 2026-06-29T19:22:16.184Z | Downloaded async-bb8-diesel v0.2.1 |
| 677 | 2026-06-29T19:22:16.184Z | Downloaded ghash v0.5.1 |
| 678 | 2026-06-29T19:22:16.184Z | Downloaded corncobs v0.1.4 |
| 679 | 2026-06-29T19:22:16.184Z | Downloaded cmake v0.1.57 |
| 680 | 2026-06-29T19:22:16.238Z | Downloaded http-range v0.1.5 |
| 681 | 2026-06-29T19:22:16.238Z | Downloaded daft-derive v0.1.7 |
| 682 | 2026-06-29T19:22:16.238Z | Downloaded hostname v0.3.1 |
| 683 | 2026-06-29T19:22:16.238Z | Downloaded crossbeam-deque v0.8.6 |
| 684 | 2026-06-29T19:22:16.248Z | Downloaded headers-core v0.3.0 |
| 685 | 2026-06-29T19:22:16.248Z | Downloaded http-body v1.0.1 |
| 686 | 2026-06-29T19:22:16.248Z | Downloaded git-stub-vcs v0.1.0 |
| 687 | 2026-06-29T19:22:16.248Z | Downloaded fallible-iterator v0.2.0 |
| 688 | 2026-06-29T19:22:16.248Z | Downloaded globset v0.4.18 |
| 689 | 2026-06-29T19:22:16.248Z | Downloaded env_logger v0.11.9 |
| 690 | 2026-06-29T19:22:16.248Z | Downloaded convert_case v0.10.0 |
| 691 | 2026-06-29T19:22:16.248Z | Downloaded find-msvc-tools v0.1.9 |
| 692 | 2026-06-29T19:22:16.248Z | Downloaded colored v3.1.1 |
| 693 | 2026-06-29T19:22:16.248Z | Downloaded filetime v0.2.27 |
| 694 | 2026-06-29T19:22:16.248Z | Downloaded httpdate v1.0.3 |
| 695 | 2026-06-29T19:22:16.248Z | Downloaded hostname v0.4.2 |
| 696 | 2026-06-29T19:22:16.248Z | Downloaded ed25519 v2.2.3 |
| 697 | 2026-06-29T19:22:16.248Z | Downloaded const-oid v0.9.6 |
| 698 | 2026-06-29T19:22:16.248Z | Downloaded fs-err v2.11.0 |
| 699 | 2026-06-29T19:22:16.248Z | Downloaded erased-serde v0.3.31 |
| 700 | 2026-06-29T19:22:16.248Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 701 | 2026-06-29T19:22:16.248Z | Downloaded inout v0.1.4 |
| 702 | 2026-06-29T19:22:16.248Z | Downloaded colored v2.2.0 |
| 703 | 2026-06-29T19:22:16.248Z | Downloaded base64 v0.22.1 |
| 704 | 2026-06-29T19:22:16.248Z | Downloaded crossbeam-utils v0.8.21 |
| 705 | 2026-06-29T19:22:16.248Z | Downloaded deranged v0.5.8 |
| 706 | 2026-06-29T19:22:16.248Z | Downloaded hubpack_derive v0.1.1 |
| 707 | 2026-06-29T19:22:16.248Z | Downloaded hubpack v0.1.2 |
| 708 | 2026-06-29T19:22:16.249Z | Downloaded instability v0.3.11 |
| 709 | 2026-06-29T19:22:16.249Z | Downloaded darling v0.23.0 |
| 710 | 2026-06-29T19:22:16.249Z | Downloaded crc32fast v1.5.0 |
| 711 | 2026-06-29T19:22:16.249Z | Downloaded ident_case v1.0.1 |
| 712 | 2026-06-29T19:22:16.249Z | Downloaded glob v0.3.3 |
| 713 | 2026-06-29T19:22:16.249Z | Downloaded futures-executor v0.3.32 |
| 714 | 2026-06-29T19:22:16.249Z | Downloaded fixedbitset v0.5.7 |
| 715 | 2026-06-29T19:22:16.249Z | Downloaded ciborium v0.2.2 |
| 716 | 2026-06-29T19:22:16.249Z | Downloaded darling_core v0.20.11 |
| 717 | 2026-06-29T19:22:16.249Z | Downloaded hyper-tls v0.6.0 |
| 718 | 2026-06-29T19:22:16.249Z | Downloaded either v1.15.0 |
| 719 | 2026-06-29T19:22:16.249Z | Downloaded ecdsa v0.16.9 |
| 720 | 2026-06-29T19:22:16.249Z | Downloaded instant v0.1.13 |
| 721 | 2026-06-29T19:22:16.249Z | Downloaded indent_write v2.2.0 |
| 722 | 2026-06-29T19:22:16.249Z | Downloaded foldhash v0.1.5 |
| 723 | 2026-06-29T19:22:16.249Z | Downloaded console v0.15.11 |
| 724 | 2026-06-29T19:22:16.249Z | Downloaded internet-checksum v0.2.1 |
| 725 | 2026-06-29T19:22:16.249Z | Downloaded indoc v1.0.9 |
| 726 | 2026-06-29T19:22:16.257Z | Downloaded is-terminal v0.4.17 |
| 727 | 2026-06-29T19:22:16.257Z | Downloaded cipher v0.4.4 |
| 728 | 2026-06-29T19:22:16.257Z | Downloaded group v0.13.0 |
| 729 | 2026-06-29T19:22:16.257Z | Downloaded lalrpop-util v0.19.12 |
| 730 | 2026-06-29T19:22:16.258Z | Downloaded is_ci v1.2.0 |
| 731 | 2026-06-29T19:22:16.258Z | Downloaded cancel-safe-futures v0.1.5 |
| 732 | 2026-06-29T19:22:16.258Z | Downloaded ff v0.13.1 |
| 733 | 2026-06-29T19:22:16.258Z | Downloaded chacha20 v0.10.0 |
| 734 | 2026-06-29T19:22:16.262Z | Downloaded getrandom v0.2.17 |
| 735 | 2026-06-29T19:22:16.262Z | Downloaded http-body-util v0.1.3 |
| 736 | 2026-06-29T19:22:16.262Z | Downloaded highway v1.3.0 |
| 737 | 2026-06-29T19:22:16.262Z | Downloaded futures-channel v0.3.32 |
| 738 | 2026-06-29T19:22:16.262Z | Downloaded libscf-sys v1.2.0 |
| 739 | 2026-06-29T19:22:16.262Z | Downloaded lazy_static v1.5.0 |
| 740 | 2026-06-29T19:22:16.266Z | Downloaded illumos-nvpair v0.3.0 |
| 741 | 2026-06-29T19:22:16.266Z | Downloaded des v0.8.1 |
| 742 | 2026-06-29T19:22:16.266Z | Downloaded kstat-rs v0.2.4 |
| 743 | 2026-06-29T19:22:16.266Z | Downloaded bzip2 v0.4.4 |
| 744 | 2026-06-29T19:22:16.271Z | Downloaded ena v0.14.4 |
| 745 | 2026-06-29T19:22:16.271Z | Downloaded digest v0.11.3 |
| 746 | 2026-06-29T19:22:16.271Z | Downloaded daft v0.1.7 |
| 747 | 2026-06-29T19:22:16.271Z | Downloaded bzip2 v0.6.1 |
| 748 | 2026-06-29T19:22:16.276Z | Downloaded backon v1.6.0 |
| 749 | 2026-06-29T19:22:16.276Z | Downloaded maybe-uninit v2.0.0 |
| 750 | 2026-06-29T19:22:16.276Z | Downloaded cookie_store v0.22.1 |
| 751 | 2026-06-29T19:22:16.280Z | Downloaded cookie v0.18.1 |
| 752 | 2026-06-29T19:22:16.280Z | Downloaded critical-section v1.2.0 |
| 753 | 2026-06-29T19:22:16.280Z | Downloaded const-oid v0.10.2 |
| 754 | 2026-06-29T19:22:16.286Z | Downloaded clang-sys v1.8.1 |
| 755 | 2026-06-29T19:22:16.286Z | Downloaded managed v0.8.0 |
| 756 | 2026-06-29T19:22:16.286Z | Downloaded lru-cache v0.1.2 |
| 757 | 2026-06-29T19:22:16.286Z | Downloaded lru v0.12.5 |
| 758 | 2026-06-29T19:22:16.290Z | Downloaded darling_core v0.13.4 |
| 759 | 2026-06-29T19:22:16.290Z | Downloaded lru-slab v0.1.2 |
| 760 | 2026-06-29T19:22:16.290Z | Downloaded async-compression v0.4.41 |
| 761 | 2026-06-29T19:22:16.294Z | Downloaded md-5 v0.10.6 |
| 762 | 2026-06-29T19:22:16.294Z | Downloaded match_cfg v0.1.0 |
| 763 | 2026-06-29T19:22:16.294Z | Downloaded memoffset v0.9.1 |
| 764 | 2026-06-29T19:22:16.298Z | Downloaded mime v0.3.17 |
| 765 | 2026-06-29T19:22:16.298Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 766 | 2026-06-29T19:22:16.304Z | Downloaded darling_core v0.23.0 |
| 767 | 2026-06-29T19:22:16.304Z | Downloaded crc-any v2.5.0 |
| 768 | 2026-06-29T19:22:16.310Z | Downloaded maplit v1.0.2 |
| 769 | 2026-06-29T19:22:16.310Z | Downloaded ipnetwork v0.21.1 |
| 770 | 2026-06-29T19:22:16.310Z | Downloaded md5 v0.7.0 |
| 771 | 2026-06-29T19:22:16.310Z | Downloaded hyper-staticfile v0.10.1 |
| 772 | 2026-06-29T19:22:16.310Z | Downloaded new_debug_unreachable v1.0.6 |
| 773 | 2026-06-29T19:22:16.313Z | Downloaded newtype_derive v0.1.6 |
| 774 | 2026-06-29T19:22:16.313Z | Downloaded normalize-line-endings v0.3.0 |
| 775 | 2026-06-29T19:22:16.313Z | Downloaded newline-converter v0.3.0 |
| 776 | 2026-06-29T19:22:16.313Z | Downloaded multimap v0.10.1 |
| 777 | 2026-06-29T19:22:16.313Z | Downloaded lzss v0.8.2 |
| 778 | 2026-06-29T19:22:16.313Z | Downloaded num-iter v0.1.45 |
| 779 | 2026-06-29T19:22:16.318Z | Downloaded nodrop v0.1.14 |
| 780 | 2026-06-29T19:22:16.318Z | Downloaded nonempty v0.12.0 |
| 781 | 2026-06-29T19:22:16.318Z | Downloaded num-derive v0.4.2 |
| 782 | 2026-06-29T19:22:16.323Z | Downloaded num-conv v0.2.0 |
| 783 | 2026-06-29T19:22:16.323Z | Downloaded bytes v1.11.1 |
| 784 | 2026-06-29T19:22:16.323Z | Downloaded ipnet v2.11.0 |
| 785 | 2026-06-29T19:22:16.327Z | Downloaded futures v0.3.32 |
| 786 | 2026-06-29T19:22:16.327Z | Downloaded jobserver v0.1.34 |
| 787 | 2026-06-29T19:22:16.332Z | Downloaded hybrid-array v0.4.10 |
| 788 | 2026-06-29T19:22:16.332Z | Downloaded half v1.8.3 |
| 789 | 2026-06-29T19:22:16.332Z | Downloaded num_threads v0.1.7 |
| 790 | 2026-06-29T19:22:16.332Z | Downloaded libloading v0.8.9 |
| 791 | 2026-06-29T19:22:16.340Z | Downloaded num v0.4.3 |
| 792 | 2026-06-29T19:22:16.340Z | Downloaded keccak v0.1.6 |
| 793 | 2026-06-29T19:22:16.340Z | Downloaded ingot-types v0.1.2 |
| 794 | 2026-06-29T19:22:16.340Z | Downloaded ingot v0.1.1 |
| 795 | 2026-06-29T19:22:16.343Z | Downloaded olpc-cjson v0.1.4 |
| 796 | 2026-06-29T19:22:16.343Z | Downloaded nibble_vec v0.1.0 |
| 797 | 2026-06-29T19:22:16.343Z | Downloaded enum-as-inner v0.6.1 |
| 798 | 2026-06-29T19:22:16.343Z | Downloaded downcast-rs v2.0.2 |
| 799 | 2026-06-29T19:22:16.343Z | Downloaded num_enum_derive v0.5.11 |
| 800 | 2026-06-29T19:22:16.343Z | Downloaded iana-time-zone v0.1.65 |
| 801 | 2026-06-29T19:22:16.343Z | Downloaded linear-map v1.2.0 |
| 802 | 2026-06-29T19:22:16.347Z | Downloaded dropshot_endpoint v0.17.1 |
| 803 | 2026-06-29T19:22:16.347Z | Downloaded compact_str v0.8.1 |
| 804 | 2026-06-29T19:22:16.352Z | Downloaded libsw-core v0.3.2 |
| 805 | 2026-06-29T19:22:16.355Z | Downloaded openssl-probe v0.2.1 |
| 806 | 2026-06-29T19:22:16.355Z | Downloaded libefi-sys v0.1.0 |
| 807 | 2026-06-29T19:22:16.355Z | Downloaded openssl-probe v0.1.6 |
| 808 | 2026-06-29T19:22:16.355Z | Downloaded openssl-macros v0.1.1 |
| 809 | 2026-06-29T19:22:16.355Z | Downloaded opaque-debug v0.3.1 |
| 810 | 2026-06-29T19:22:16.355Z | Downloaded linked-hash-map v0.5.6 |
| 811 | 2026-06-29T19:22:16.360Z | Downloaded humantime v2.3.0 |
| 812 | 2026-06-29T19:22:16.361Z | Downloaded darling_core v0.21.3 |
| 813 | 2026-06-29T19:22:16.368Z | Downloaded parse-display v0.10.0 |
| 814 | 2026-06-29T19:22:16.368Z | Downloaded oso-derive v0.27.3 |
| 815 | 2026-06-29T19:22:16.368Z | Downloaded drift v0.2.0 |
| 816 | 2026-06-29T19:22:16.371Z | Downloaded parse-size v1.1.0 |
| 817 | 2026-06-29T19:22:16.371Z | Downloaded mime_guess v2.0.5 |
| 818 | 2026-06-29T19:22:16.372Z | Downloaded hyper-rustls v0.27.7 |
| 819 | 2026-06-29T19:22:16.372Z | Downloaded aes v0.8.4 |
| 820 | 2026-06-29T19:22:16.375Z | Downloaded ingot-macros v0.1.1 |
| 821 | 2026-06-29T19:22:16.381Z | Downloaded der v0.7.10 |
| 822 | 2026-06-29T19:22:16.385Z | Downloaded multer v3.1.0 |
| 823 | 2026-06-29T19:22:16.385Z | Downloaded derive_more v0.99.20 |
| 824 | 2026-06-29T19:22:16.385Z | Downloaded newtype-uuid v1.3.2 |
| 825 | 2026-06-29T19:22:16.385Z | Downloaded packed_struct_codegen v0.10.1 |
| 826 | 2026-06-29T19:22:16.388Z | Downloaded indoc v2.0.7 |
| 827 | 2026-06-29T19:22:16.388Z | Downloaded pbkdf2 v0.12.2 |
| 828 | 2026-06-29T19:22:16.388Z | Downloaded phf_shared v0.11.3 |
| 829 | 2026-06-29T19:22:16.392Z | Downloaded crossbeam-channel v0.5.15 |
| 830 | 2026-06-29T19:22:16.392Z | Downloaded num_enum v0.7.6 |
| 831 | 2026-06-29T19:22:16.395Z | Downloaded num_enum v0.5.11 |
| 832 | 2026-06-29T19:22:16.401Z | Downloaded peg-runtime v0.8.5 |
| 833 | 2026-06-29T19:22:16.401Z | Downloaded libsw v3.5.0 |
| 834 | 2026-06-29T19:22:16.405Z | Downloaded getrandom v0.3.4 |
| 835 | 2026-06-29T19:22:16.405Z | Downloaded httparse v1.10.1 |
| 836 | 2026-06-29T19:22:16.405Z | Downloaded phf_shared v0.12.1 |
| 837 | 2026-06-29T19:22:16.408Z | Downloaded hmac v0.12.1 |
| 838 | 2026-06-29T19:22:16.408Z | Downloaded pbkdf2 v0.11.0 |
| 839 | 2026-06-29T19:22:16.408Z | Downloaded path-slash v0.1.5 |
| 840 | 2026-06-29T19:22:16.408Z | Downloaded num-integer v0.1.46 |
| 841 | 2026-06-29T19:22:16.412Z | Downloaded num-complex v0.4.6 |
| 842 | 2026-06-29T19:22:16.412Z | Downloaded num-rational v0.4.2 |
| 843 | 2026-06-29T19:22:16.418Z | Downloaded litrs v1.0.0 |
| 844 | 2026-06-29T19:22:16.418Z | Downloaded const_format v0.2.35 |
| 845 | 2026-06-29T19:22:16.422Z | Downloaded num_enum_derive v0.7.6 |
| 846 | 2026-06-29T19:22:16.422Z | Downloaded cc v1.2.56 |
| 847 | 2026-06-29T19:22:16.422Z | Downloaded half v2.7.1 |
| 848 | 2026-06-29T19:22:16.426Z | Downloaded proc-macro-crate v1.3.1 |
| 849 | 2026-06-29T19:22:16.431Z | Downloaded headers v0.4.1 |
| 850 | 2026-06-29T19:22:16.435Z | Downloaded powerfmt v0.2.0 |
| 851 | 2026-06-29T19:22:16.438Z | Downloaded predicates-tree v1.0.13 |
| 852 | 2026-06-29T19:22:16.453Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 853 | 2026-06-29T19:22:16.455Z | Downloaded proc-macro-crate v3.4.0 |
| 854 | 2026-06-29T19:22:16.456Z | Downloaded password-hash v0.4.2 |
| 855 | 2026-06-29T19:22:16.456Z | Downloaded owo-colors v4.3.0 |
| 856 | 2026-06-29T19:22:16.459Z | Downloaded newtype-uuid-macros v0.1.0 |
| 857 | 2026-06-29T19:22:16.459Z | Downloaded memmap2 v0.9.10 |
| 858 | 2026-06-29T19:22:16.463Z | Downloaded flume v0.11.1 |
| 859 | 2026-06-29T19:22:16.463Z | Downloaded progenitor-client v0.14.0 |
| 860 | 2026-06-29T19:22:16.469Z | Downloaded oxide-tokio-rt v0.1.4 |
| 861 | 2026-06-29T19:22:16.469Z | Downloaded ignore v0.4.25 |
| 862 | 2026-06-29T19:22:16.469Z | Downloaded flate2 v1.1.9 |
| 863 | 2026-06-29T19:22:16.473Z | Downloaded progenitor-macro v0.13.0 |
| 864 | 2026-06-29T19:22:16.473Z | Downloaded oxnet v0.1.6 |
| 865 | 2026-06-29T19:22:16.473Z | Downloaded radium v0.7.0 |
| 866 | 2026-06-29T19:22:16.473Z | Downloaded native-tls v0.2.18 |
| 867 | 2026-06-29T19:22:16.480Z | Downloaded nanorand v0.7.0 |
| 868 | 2026-06-29T19:22:16.480Z | Downloaded crypto-bigint v0.5.5 |
| 869 | 2026-06-29T19:22:16.485Z | Downloaded quick-error v1.2.3 |
| 870 | 2026-06-29T19:22:16.485Z | Downloaded rand_chacha v0.3.1 |
| 871 | 2026-06-29T19:22:16.485Z | Downloaded psl-types v2.0.11 |
| 872 | 2026-06-29T19:22:16.485Z | Downloaded phf v0.12.1 |
| 873 | 2026-06-29T19:22:16.485Z | Downloaded pem-rfc7468 v0.7.0 |
| 874 | 2026-06-29T19:22:16.491Z | Downloaded polyval v0.6.2 |
| 875 | 2026-06-29T19:22:16.491Z | Downloaded heapless v0.7.17 |
| 876 | 2026-06-29T19:22:16.491Z | Downloaded indexmap v1.9.3 |
| 877 | 2026-06-29T19:22:16.500Z | Downloaded phf v0.13.1 |
| 878 | 2026-06-29T19:22:16.500Z | Downloaded bumpalo v3.20.2 |
| 879 | 2026-06-29T19:22:16.500Z | Downloaded pin-project-internal v1.1.11 |
| 880 | 2026-06-29T19:22:16.500Z | Downloaded peg-macros v0.8.5 |
| 881 | 2026-06-29T19:22:16.500Z | Downloaded pem v3.0.6 |
| 882 | 2026-06-29T19:22:16.507Z | Downloaded rand_xorshift v0.4.0 |
| 883 | 2026-06-29T19:22:16.507Z | Downloaded ref-cast-impl v1.0.25 |
| 884 | 2026-06-29T19:22:16.507Z | Downloaded peg v0.8.5 |
| 885 | 2026-06-29T19:22:16.507Z | Downloaded ppv-lite86 v0.2.21 |
| 886 | 2026-06-29T19:22:16.507Z | Downloaded lock_api v0.4.14 |
| 887 | 2026-06-29T19:22:16.507Z | Downloaded parking_lot_core v0.9.12 |
| 888 | 2026-06-29T19:22:16.512Z | Downloaded pin-project-lite v0.2.17 |
| 889 | 2026-06-29T19:22:16.512Z | Downloaded phf_shared v0.13.1 |
| 890 | 2026-06-29T19:22:16.512Z | Downloaded elliptic-curve v0.13.8 |
| 891 | 2026-06-29T19:22:16.512Z | Downloaded postgres-protocol v0.6.10 |
| 892 | 2026-06-29T19:22:16.517Z | Downloaded recursive v0.1.1 |
| 893 | 2026-06-29T19:22:16.517Z | Downloaded progenitor-extras v0.2.0 |
| 894 | 2026-06-29T19:22:16.517Z | Downloaded progenitor-client v0.13.0 |
| 895 | 2026-06-29T19:22:16.517Z | Downloaded poly1305 v0.8.0 |
| 896 | 2026-06-29T19:22:16.522Z | Downloaded ref-cast v1.0.25 |
| 897 | 2026-06-29T19:22:16.522Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 898 | 2026-06-29T19:22:16.522Z | Downloaded pkcs8 v0.10.2 |
| 899 | 2026-06-29T19:22:16.527Z | Downloaded progenitor v0.14.0 |
| 900 | 2026-06-29T19:22:16.527Z | Downloaded derive_more v2.1.1 |
| 901 | 2026-06-29T19:22:16.531Z | Downloaded libbz2-rs-sys v0.2.2 |
| 902 | 2026-06-29T19:22:16.534Z | Downloaded pkg-config v0.3.32 |
| 903 | 2026-06-29T19:22:16.534Z | Downloaded paste v1.0.15 |
| 904 | 2026-06-29T19:22:16.534Z | Downloaded password-hash v0.5.0 |
| 905 | 2026-06-29T19:22:16.537Z | Downloaded primeorder v0.13.6 |
| 906 | 2026-06-29T19:22:16.537Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-06-29T19:22:16.537Z | Downloaded predicates v3.1.4 |
| 908 | 2026-06-29T19:22:16.543Z | Downloaded expectorate v1.2.0 |
| 909 | 2026-06-29T19:22:16.543Z | Downloaded omicron-zone-package v0.12.3 |
| 910 | 2026-06-29T19:22:16.546Z | Downloaded nu-ansi-term v0.50.3 |
| 911 | 2026-06-29T19:22:16.546Z | Downloaded parking_lot v0.11.2 |
| 912 | 2026-06-29T19:22:16.546Z | Downloaded rtoolbox v0.0.3 |
| 913 | 2026-06-29T19:22:16.546Z | Downloaded rustc_version v0.4.1 |
| 914 | 2026-06-29T19:22:16.549Z | Downloaded rustc_version v0.1.7 |
| 915 | 2026-06-29T19:22:16.549Z | Downloaded russh-cryptovec v0.7.3 |
| 916 | 2026-06-29T19:22:16.549Z | Downloaded psm v0.1.30 |
| 917 | 2026-06-29T19:22:16.552Z | Downloaded rustc-hash v2.1.1 |
| 918 | 2026-06-29T19:22:16.552Z | Downloaded progenitor-macro v0.14.0 |
| 919 | 2026-06-29T19:22:16.552Z | Downloaded indicatif v0.18.4 |
| 920 | 2026-06-29T19:22:16.555Z | Downloaded dropshot-api-manager v0.7.2 |
| 921 | 2026-06-29T19:22:16.558Z | Downloaded rand_core v0.9.5 |
| 922 | 2026-06-29T19:22:16.561Z | Downloaded rand_core v0.10.0 |
| 923 | 2026-06-29T19:22:16.561Z | Downloaded hickory-resolver v0.25.2 |
| 924 | 2026-06-29T19:22:16.564Z | Downloaded hickory-resolver v0.24.4 |
| 925 | 2026-06-29T19:22:16.566Z | Downloaded progenitor v0.13.0 |
| 926 | 2026-06-29T19:22:16.566Z | Downloaded rand_core v0.6.4 |
| 927 | 2026-06-29T19:22:16.569Z | Downloaded r2d2 v0.8.10 |
| 928 | 2026-06-29T19:22:16.569Z | Downloaded rand_chacha v0.9.0 |
| 929 | 2026-06-29T19:22:16.569Z | Downloaded salsa20 v0.10.2 |
| 930 | 2026-06-29T19:22:16.572Z | Downloaded postgres-types v0.2.12 |
| 931 | 2026-06-29T19:22:16.572Z | Downloaded heapless v0.8.0 |
| 932 | 2026-06-29T19:22:16.575Z | Downloaded chacha20poly1305 v0.10.1 |
| 933 | 2026-06-29T19:22:16.575Z | Downloaded predicates-core v1.0.10 |
| 934 | 2026-06-29T19:22:16.580Z | Downloaded precomputed-hash v0.1.1 |
| 935 | 2026-06-29T19:22:16.580Z | Downloaded parse-display-derive v0.10.0 |
| 936 | 2026-06-29T19:22:16.580Z | Downloaded papergrid v0.17.0 |
| 937 | 2026-06-29T19:22:16.583Z | Downloaded rand_seeder v0.4.0 |
| 938 | 2026-06-29T19:22:16.587Z | Downloaded miniz_oxide v0.8.9 |
| 939 | 2026-06-29T19:22:16.587Z | Downloaded postcard v1.1.3 |
| 940 | 2026-06-29T19:22:16.592Z | Downloaded pkcs5 v0.7.1 |
| 941 | 2026-06-29T19:22:16.592Z | Downloaded scheduled-thread-pool v0.2.7 |
| 942 | 2026-06-29T19:22:16.592Z | Downloaded same-file v1.0.6 |
| 943 | 2026-06-29T19:22:16.596Z | Downloaded pkcs1 v0.7.5 |
| 944 | 2026-06-29T19:22:16.596Z | Downloaded scopeguard v1.2.0 |
| 945 | 2026-06-29T19:22:16.596Z | Downloaded seq-macro v0.3.6 |
| 946 | 2026-06-29T19:22:16.596Z | Downloaded secrecy v0.8.0 |
| 947 | 2026-06-29T19:22:16.596Z | Downloaded parking_lot_core v0.8.6 |
| 948 | 2026-06-29T19:22:16.599Z | Downloaded serde_repr v0.1.20 |
| 949 | 2026-06-29T19:22:16.599Z | Downloaded secrecy v0.10.3 |
| 950 | 2026-06-29T19:22:16.599Z | Downloaded semver v0.1.20 |
| 951 | 2026-06-29T19:22:16.603Z | Downloaded scrypt v0.11.0 |
| 952 | 2026-06-29T19:22:16.603Z | Downloaded packed_struct v0.10.1 |
| 953 | 2026-06-29T19:22:16.603Z | Downloaded serde_bytes v0.11.19 |
| 954 | 2026-06-29T19:22:16.608Z | Downloaded serde_spanned v1.1.1 |
| 955 | 2026-06-29T19:22:16.608Z | Downloaded serde_plain v1.0.2 |
| 956 | 2026-06-29T19:22:16.611Z | Downloaded oso v0.27.3 |
| 957 | 2026-06-29T19:22:16.619Z | Downloaded serde-big-array v0.5.1 |
| 958 | 2026-06-29T19:22:16.622Z | Downloaded resolv-conf v0.7.6 |
| 959 | 2026-06-29T19:22:16.622Z | Downloaded proc-macro-error2 v2.0.1 |
| 960 | 2026-06-29T19:22:16.626Z | Downloaded rustls-pemfile v2.2.0 |
| 961 | 2026-06-29T19:22:16.629Z | Downloaded quinn-udp v0.5.14 |
| 962 | 2026-06-29T19:22:16.633Z | Downloaded pin-project v1.1.11 |
| 963 | 2026-06-29T19:22:16.637Z | Downloaded rustls-native-certs v0.8.3 |
| 964 | 2026-06-29T19:22:16.646Z | Downloaded siphasher v1.0.2 |
| 965 | 2026-06-29T19:22:16.650Z | Downloaded sigpipe v0.1.3 |
| 966 | 2026-06-29T19:22:16.650Z | Downloaded signature v2.2.0 |
| 967 | 2026-06-29T19:22:16.653Z | Downloaded parking_lot v0.12.5 |
| 968 | 2026-06-29T19:22:16.653Z | Downloaded signal-hook-tokio v0.3.1 |
| 969 | 2026-06-29T19:22:16.653Z | Downloaded signal-hook-mio v0.2.5 |
| 970 | 2026-06-29T19:22:16.653Z | Downloaded shell-words v1.1.1 |
| 971 | 2026-06-29T19:22:16.657Z | Downloaded sha1 v0.11.0 |
| 972 | 2026-06-29T19:22:16.657Z | Downloaded rusty-fork v0.3.1 |
| 973 | 2026-06-29T19:22:16.660Z | Downloaded sha1 v0.10.6 |
| 974 | 2026-06-29T19:22:16.661Z | Downloaded serde_urlencoded v0.7.1 |
| 975 | 2026-06-29T19:22:16.661Z | Downloaded rustversion v1.0.22 |
| 976 | 2026-06-29T19:22:16.665Z | Downloaded diesel_derives v2.3.7 |
| 977 | 2026-06-29T19:22:16.671Z | Downloaded minimal-lexical v0.2.1 |
| 978 | 2026-06-29T19:22:16.675Z | Downloaded sapling-renderdag v0.1.0 |
| 979 | 2026-06-29T19:22:16.675Z | Downloaded sec1 v0.7.3 |
| 980 | 2026-06-29T19:22:16.680Z | Downloaded scroll_derive v0.13.1 |
| 981 | 2026-06-29T19:22:16.680Z | Downloaded scroll v0.13.0 |
| 982 | 2026-06-29T19:22:16.680Z | Downloaded slog-envlogger v2.2.0 |
| 983 | 2026-06-29T19:22:16.680Z | Downloaded serde-hex v0.1.0 |
| 984 | 2026-06-29T19:22:16.684Z | Downloaded schemars_derive v0.8.22 |
| 985 | 2026-06-29T19:22:16.684Z | Downloaded jiff-static v0.2.21 |
| 986 | 2026-06-29T19:22:16.684Z | Downloaded sqlparser_derive v0.5.0 |
| 987 | 2026-06-29T19:22:16.688Z | Downloaded serde_derive_internals v0.29.1 |
| 988 | 2026-06-29T19:22:16.688Z | Downloaded hickory-server v0.25.2 |
| 989 | 2026-06-29T19:22:16.692Z | Downloaded aes-gcm v0.10.3 |
| 990 | 2026-06-29T19:22:16.693Z | Downloaded openssl-sys v0.9.115 |
| 991 | 2026-06-29T19:22:16.698Z | Downloaded crossterm v0.28.1 |
| 992 | 2026-06-29T19:22:16.702Z | Downloaded slog-bunyan v2.5.0 |
| 993 | 2026-06-29T19:22:16.705Z | Downloaded ssh-encoding v0.2.0 |
| 994 | 2026-06-29T19:22:16.710Z | Downloaded crossterm v0.29.0 |
| 995 | 2026-06-29T19:22:16.713Z | Downloaded ssh-cipher v0.2.0 |
| 996 | 2026-06-29T19:22:16.719Z | Downloaded strip-ansi-escapes v0.2.1 |
| 997 | 2026-06-29T19:22:16.723Z | Downloaded structmeta v0.3.0 |
| 998 | 2026-06-29T19:22:16.723Z | Downloaded strsim v0.10.0 |
| 999 | 2026-06-29T19:22:16.728Z | Downloaded strum v0.27.2 |
| 1000 | 2026-06-29T19:22:16.728Z | Downloaded serde_with_macros v1.5.2 |
| 1001 | 2026-06-29T19:22:16.728Z | Downloaded aho-corasick v1.1.4 |
| 1002 | 2026-06-29T19:22:16.732Z | Downloaded hashbrown v0.13.2 |
| 1003 | 2026-06-29T19:22:16.732Z | Downloaded http v1.4.2 |
| 1004 | 2026-06-29T19:22:16.736Z | Downloaded hashbrown v0.12.3 |
| 1005 | 2026-06-29T19:22:16.740Z | Downloaded subtle v2.6.1 |
| 1006 | 2026-06-29T19:22:16.740Z | Downloaded tagptr v0.2.0 |
| 1007 | 2026-06-29T19:22:16.740Z | Downloaded rustls-pki-types v1.14.0 |
| 1008 | 2026-06-29T19:22:16.744Z | Downloaded sync_wrapper v1.0.2 |
| 1009 | 2026-06-29T19:22:16.744Z | Downloaded smf v0.2.3 |
| 1010 | 2026-06-29T19:22:16.744Z | Downloaded slog-dtrace v0.3.0 |
| 1011 | 2026-06-29T19:22:16.744Z | Downloaded progenitor-impl v0.14.0 |
| 1012 | 2026-06-29T19:22:16.748Z | Downloaded supports-color v3.0.2 |
| 1013 | 2026-06-29T19:22:16.748Z | Downloaded signal-hook-registry v1.4.8 |
| 1014 | 2026-06-29T19:22:16.748Z | Downloaded slab v0.4.12 |
| 1015 | 2026-06-29T19:22:16.753Z | Downloaded smallvec v0.6.14 |
| 1016 | 2026-06-29T19:22:16.753Z | Downloaded serde_cbor v0.11.2 |
| 1017 | 2026-06-29T19:22:16.757Z | Downloaded spki v0.7.3 |
| 1018 | 2026-06-29T19:22:16.757Z | Downloaded simd-adler32 v0.3.8 |
| 1019 | 2026-06-29T19:22:16.757Z | Downloaded shlex v1.3.0 |
| 1020 | 2026-06-29T19:22:16.757Z | Downloaded sync-ptr v0.1.4 |
| 1021 | 2026-06-29T19:22:16.757Z | Downloaded serde_path_to_error v0.1.20 |
| 1022 | 2026-06-29T19:22:16.811Z | Downloaded tabwriter v1.4.1 |
| 1023 | 2026-06-29T19:22:16.811Z | Downloaded take_mut v0.2.2 |
| 1024 | 2026-06-29T19:22:16.811Z | Downloaded tabled_derive v0.11.0 |
| 1025 | 2026-06-29T19:22:16.821Z | Downloaded slog-async v2.8.0 |
| 1026 | 2026-06-29T19:22:16.821Z | Downloaded russh-keys v0.45.0 |
| 1027 | 2026-06-29T19:22:16.821Z | Downloaded time-core v0.1.8 |
| 1028 | 2026-06-29T19:22:16.821Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1029 | 2026-06-29T19:22:16.821Z | Downloaded structmeta-derive v0.3.0 |
| 1030 | 2026-06-29T19:22:16.821Z | Downloaded prefix-trie v0.7.0 |
| 1031 | 2026-06-29T19:22:16.821Z | Downloaded tinyvec_macros v0.1.1 |
| 1032 | 2026-06-29T19:22:16.821Z | Downloaded slog-term v2.9.2 |
| 1033 | 2026-06-29T19:22:16.821Z | Downloaded slog-stdlog v4.1.1 |
| 1034 | 2026-06-29T19:22:16.821Z | Downloaded slog-scope v4.4.1 |
| 1035 | 2026-06-29T19:22:16.821Z | Downloaded p256 v0.13.2 |
| 1036 | 2026-06-29T19:22:16.821Z | Downloaded rayon-core v1.13.0 |
| 1037 | 2026-06-29T19:22:16.821Z | Downloaded sqlformat v0.3.5 |
| 1038 | 2026-06-29T19:22:16.821Z | Downloaded serde_with_macros v3.17.0 |
| 1039 | 2026-06-29T19:22:16.821Z | Downloaded strum v0.26.3 |
| 1040 | 2026-06-29T19:22:16.821Z | Downloaded tokio-macros v2.7.0 |
| 1041 | 2026-06-29T19:22:16.821Z | Downloaded strum_macros v0.27.2 |
| 1042 | 2026-06-29T19:22:16.822Z | Downloaded stringprep v0.1.5 |
| 1043 | 2026-06-29T19:22:16.822Z | Downloaded itertools v0.10.5 |
| 1044 | 2026-06-29T19:22:16.822Z | Downloaded thread-id v5.1.0 |
| 1045 | 2026-06-29T19:22:16.822Z | Downloaded testing_table v0.3.0 |
| 1046 | 2026-06-29T19:22:16.822Z | Downloaded termtree v0.5.1 |
| 1047 | 2026-06-29T19:22:16.822Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-06-29T19:22:16.822Z | Downloaded ryu v1.0.23 |
| 1049 | 2026-06-29T19:22:16.822Z | Downloaded support-bundle-viewer v0.1.2 |
| 1050 | 2026-06-29T19:22:16.822Z | Downloaded strum_macros v0.26.4 |
| 1051 | 2026-06-29T19:22:16.822Z | Downloaded string_cache v0.8.9 |
| 1052 | 2026-06-29T19:22:16.822Z | Downloaded stacker v0.1.23 |
| 1053 | 2026-06-29T19:22:16.822Z | Downloaded slog-json v2.6.1 |
| 1054 | 2026-06-29T19:22:16.822Z | Downloaded nom v7.1.3 |
| 1055 | 2026-06-29T19:22:16.831Z | Downloaded hyper-util v0.1.20 |
| 1056 | 2026-06-29T19:22:16.831Z | Downloaded strum_macros v0.24.3 |
| 1057 | 2026-06-29T19:22:16.831Z | Downloaded tap v1.0.1 |
| 1058 | 2026-06-29T19:22:16.831Z | Downloaded spin v0.9.8 |
| 1059 | 2026-06-29T19:22:16.831Z | Downloaded snafu-derive v0.8.9 |
| 1060 | 2026-06-29T19:22:16.831Z | Downloaded mio v1.2.0 |
| 1061 | 2026-06-29T19:22:16.831Z | Downloaded rcgen v0.12.1 |
| 1062 | 2026-06-29T19:22:16.839Z | Downloaded ron v0.8.1 |
| 1063 | 2026-06-29T19:22:16.844Z | Downloaded thiserror-no-std v2.0.2 |
| 1064 | 2026-06-29T19:22:16.847Z | Downloaded pretty_assertions v1.4.1 |
| 1065 | 2026-06-29T19:22:16.850Z | Downloaded tower-layer v0.3.3 |
| 1066 | 2026-06-29T19:22:16.850Z | Downloaded try-lock v0.2.5 |
| 1067 | 2026-06-29T19:22:16.853Z | Downloaded tiny-keccak v2.0.2 |
| 1068 | 2026-06-29T19:22:16.853Z | Downloaded tokio-test v0.4.5 |
| 1069 | 2026-06-29T19:22:16.857Z | Downloaded thread_local v1.1.9 |
| 1070 | 2026-06-29T19:22:16.860Z | Downloaded prettyplease v0.2.37 |
| 1071 | 2026-06-29T19:22:16.864Z | Downloaded termios v0.3.3 |
| 1072 | 2026-06-29T19:22:16.868Z | Downloaded trait-variant v0.1.2 |
| 1073 | 2026-06-29T19:22:16.868Z | Downloaded static_assertions v1.1.0 |
| 1074 | 2026-06-29T19:22:16.874Z | Downloaded tokio-dtrace v0.1.1 |
| 1075 | 2026-06-29T19:22:16.877Z | Downloaded tls_codec v0.4.2 |
| 1076 | 2026-06-29T19:22:16.877Z | Downloaded tls_codec_derive v0.4.2 |
| 1077 | 2026-06-29T19:22:16.877Z | Downloaded tokio-native-tls v0.3.1 |
| 1078 | 2026-06-29T19:22:16.880Z | Downloaded rand v0.8.6 |
| 1079 | 2026-06-29T19:22:16.880Z | Downloaded qorb v0.4.1 |
| 1080 | 2026-06-29T19:22:16.883Z | Downloaded universal-hash v0.5.1 |
| 1081 | 2026-06-29T19:22:16.883Z | Downloaded unicode-truncate v1.1.0 |
| 1082 | 2026-06-29T19:22:16.887Z | Downloaded progenitor-impl v0.13.0 |
| 1083 | 2026-06-29T19:22:16.887Z | Downloaded hashbrown v0.15.5 |
| 1084 | 2026-06-29T19:22:16.890Z | Downloaded signal-hook v0.3.18 |
| 1085 | 2026-06-29T19:22:16.893Z | Downloaded publicsuffix v2.3.0 |
| 1086 | 2026-06-29T19:22:16.893Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-06-29T19:22:16.893Z | Downloaded quinn v0.11.9 |
| 1088 | 2026-06-29T19:22:16.898Z | Downloaded itertools v0.13.0 |
| 1089 | 2026-06-29T19:22:16.901Z | Downloaded term v1.2.1 |
| 1090 | 2026-06-29T19:22:16.904Z | Downloaded term v0.7.0 |
| 1091 | 2026-06-29T19:22:16.904Z | Downloaded iri-string v0.7.10 |
| 1092 | 2026-06-29T19:22:16.908Z | Downloaded unarray v0.1.4 |
| 1093 | 2026-06-29T19:22:16.912Z | Downloaded schemars v0.8.22 |
| 1094 | 2026-06-29T19:22:16.915Z | Downloaded untrusted v0.7.1 |
| 1095 | 2026-06-29T19:22:16.918Z | Downloaded utf-8 v0.7.6 |
| 1096 | 2026-06-29T19:22:16.918Z | Downloaded unit-prefix v0.5.2 |
| 1097 | 2026-06-29T19:22:16.918Z | Downloaded usdt-attr-macro v0.6.0 |
| 1098 | 2026-06-29T19:22:16.921Z | Downloaded typify-macro v0.6.2 |
| 1099 | 2026-06-29T19:22:16.922Z | Downloaded tower-service v0.3.3 |
| 1100 | 2026-06-29T19:22:16.922Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1101 | 2026-06-29T19:22:16.922Z | Downloaded num-bigint v0.4.6 |
| 1102 | 2026-06-29T19:22:16.925Z | Downloaded slog v2.8.2 |
| 1103 | 2026-06-29T19:22:16.929Z | Downloaded waitgroup v0.1.2 |
| 1104 | 2026-06-29T19:22:16.929Z | Downloaded time-macros v0.2.27 |
| 1105 | 2026-06-29T19:22:16.929Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1106 | 2026-06-29T19:22:16.936Z | Downloaded void v1.0.2 |
| 1107 | 2026-06-29T19:22:16.939Z | Downloaded hyper v1.10.1 |
| 1108 | 2026-06-29T19:22:16.942Z | Downloaded tui-tree-widget v0.23.1 |
| 1109 | 2026-06-29T19:22:16.945Z | Downloaded socket2 v0.5.10 |
| 1110 | 2026-06-29T19:22:16.945Z | Downloaded tokio-tungstenite v0.21.0 |
| 1111 | 2026-06-29T19:22:16.948Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1112 | 2026-06-29T19:22:16.948Z | Downloaded blake3 v1.8.5 |
| 1113 | 2026-06-29T19:22:16.953Z | Downloaded usdt v0.6.0 |
| 1114 | 2026-06-29T19:22:16.956Z | Downloaded subprocess v0.2.15 |
| 1115 | 2026-06-29T19:22:16.956Z | Downloaded want v0.3.1 |
| 1116 | 2026-06-29T19:22:16.960Z | Downloaded usdt-macro v0.6.0 |
| 1117 | 2026-06-29T19:22:16.960Z | Downloaded rustls-webpki v0.103.9 |
| 1118 | 2026-06-29T19:22:16.963Z | Downloaded snafu v0.8.9 |
| 1119 | 2026-06-29T19:22:16.966Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1120 | 2026-06-29T19:22:16.973Z | Downloaded xattr v1.6.1 |
| 1121 | 2026-06-29T19:22:16.973Z | Downloaded hashbrown v0.16.1 |
| 1122 | 2026-06-29T19:22:16.979Z | Downloaded zeroize_derive v1.4.3 |
| 1123 | 2026-06-29T19:22:16.979Z | Downloaded itertools v0.12.1 |
| 1124 | 2026-06-29T19:22:16.983Z | Downloaded xshell-macros v0.2.7 |
| 1125 | 2026-06-29T19:22:16.983Z | Downloaded libm v0.2.16 |
| 1126 | 2026-06-29T19:22:16.986Z | Downloaded similar v2.7.0 |
| 1127 | 2026-06-29T19:22:16.989Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1128 | 2026-06-29T19:22:16.992Z | Downloaded schemars v1.2.1 |
| 1129 | 2026-06-29T19:22:16.999Z | Downloaded whoami v1.6.1 |
| 1130 | 2026-06-29T19:22:17.002Z | Downloaded wait-timeout v0.2.1 |
| 1131 | 2026-06-29T19:22:17.002Z | Downloaded vergen-lib v0.1.6 |
| 1132 | 2026-06-29T19:22:17.002Z | Downloaded vergen-gitcl v1.0.8 |
| 1133 | 2026-06-29T19:22:17.008Z | Downloaded vergen-git2 v9.1.0 |
| 1134 | 2026-06-29T19:22:17.008Z | Downloaded unicase v2.9.0 |
| 1135 | 2026-06-29T19:22:17.008Z | Downloaded tinyvec v1.10.0 |
| 1136 | 2026-06-29T19:22:17.012Z | Downloaded whoami v2.1.0 |
| 1137 | 2026-06-29T19:22:17.012Z | Downloaded tokio-rustls v0.26.4 |
| 1138 | 2026-06-29T19:22:17.012Z | Downloaded h2 v0.4.15 |
| 1139 | 2026-06-29T19:22:17.016Z | Downloaded usdt-impl v0.6.0 |
| 1140 | 2026-06-29T19:22:17.016Z | Downloaded uzers v0.12.2 |
| 1141 | 2026-06-29T19:22:17.020Z | Downloaded tokio-stream v0.1.18 |
| 1142 | 2026-06-29T19:22:17.020Z | Downloaded libxml v0.3.3 |
| 1143 | 2026-06-29T19:22:17.023Z | Downloaded unicode-properties v0.1.4 |
| 1144 | 2026-06-29T19:22:17.023Z | Downloaded socket2 v0.6.3 |
| 1145 | 2026-06-29T19:22:17.026Z | Downloaded schemars v0.9.0 |
| 1146 | 2026-06-29T19:22:17.031Z | Downloaded xshell v0.2.7 |
| 1147 | 2026-06-29T19:22:17.034Z | Downloaded tokio-tungstenite v0.23.1 |
| 1148 | 2026-06-29T19:22:17.034Z | Downloaded zone_cfg_derive v0.3.1 |
| 1149 | 2026-06-29T19:22:17.037Z | Downloaded vsss-rs v3.3.4 |
| 1150 | 2026-06-29T19:22:17.037Z | Downloaded zone v0.3.1 |
| 1151 | 2026-06-29T19:22:17.037Z | Downloaded rand v0.9.2 |
| 1152 | 2026-06-29T19:22:17.041Z | Downloaded vergen-lib v9.1.0 |
| 1153 | 2026-06-29T19:22:17.046Z | Downloaded untrusted v0.9.0 |
| 1154 | 2026-06-29T19:22:17.046Z | Downloaded tar v0.4.45 |
| 1155 | 2026-06-29T19:22:17.047Z | Downloaded walkdir v2.5.0 |
| 1156 | 2026-06-29T19:22:17.047Z | Downloaded tracing-attributes v0.1.31 |
| 1157 | 2026-06-29T19:22:17.049Z | Downloaded rand v0.10.0 |
| 1158 | 2026-06-29T19:22:17.049Z | Downloaded vergen v9.1.0 |
| 1159 | 2026-06-29T19:22:17.049Z | Downloaded nom v8.0.0 |
| 1160 | 2026-06-29T19:22:17.052Z | Downloaded russh v0.45.0 |
| 1161 | 2026-06-29T19:22:17.055Z | Downloaded samael v0.0.19 |
| 1162 | 2026-06-29T19:22:17.059Z | Downloaded rsa v0.9.10 |
| 1163 | 2026-06-29T19:22:17.062Z | Downloaded twox-hash v2.1.2 |
| 1164 | 2026-06-29T19:22:17.066Z | Downloaded typify v0.6.2 |
| 1165 | 2026-06-29T19:22:17.066Z | Downloaded rustyline v14.0.0 |
| 1166 | 2026-06-29T19:22:17.069Z | Downloaded p521 v0.13.3 |
| 1167 | 2026-06-29T19:22:17.072Z | Downloaded iddqd v0.4.2 |
| 1168 | 2026-06-29T19:22:17.075Z | Downloaded yasna v0.5.2 |
| 1169 | 2026-06-29T19:22:17.078Z | Downloaded zerocopy v0.6.6 |
| 1170 | 2026-06-29T19:22:17.078Z | Downloaded num-bigint-dig v0.8.6 |
| 1171 | 2026-06-29T19:22:17.083Z | Downloaded itertools v0.14.0 |
| 1172 | 2026-06-29T19:22:17.088Z | Downloaded futures-util v0.3.32 |
| 1173 | 2026-06-29T19:22:17.093Z | Downloaded uuid v1.23.4 |
| 1174 | 2026-06-29T19:22:17.097Z | Downloaded zstd v0.13.3 |
| 1175 | 2026-06-29T19:22:17.097Z | Downloaded zeroize v1.8.2 |
| 1176 | 2026-06-29T19:22:17.097Z | Downloaded vte v0.14.1 |
| 1177 | 2026-06-29T19:22:17.100Z | Downloaded test-strategy v0.4.5 |
| 1178 | 2026-06-29T19:22:17.100Z | Downloaded aws-lc-rs v1.16.3 |
| 1179 | 2026-06-29T19:22:17.106Z | Downloaded zstd-safe v7.2.4 |
| 1180 | 2026-06-29T19:22:17.109Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1181 | 2026-06-29T19:22:17.113Z | Downloaded wyz v0.5.1 |
| 1182 | 2026-06-29T19:22:17.113Z | Downloaded steno v0.4.1 |
| 1183 | 2026-06-29T19:22:17.116Z | Downloaded hkdf v0.12.4 |
| 1184 | 2026-06-29T19:22:17.116Z | Downloaded serde_with v1.14.0 |
| 1185 | 2026-06-29T19:22:17.119Z | Downloaded zopfli v0.8.3 |
| 1186 | 2026-06-29T19:22:17.119Z | Downloaded tracing-core v0.1.36 |
| 1187 | 2026-06-29T19:22:17.123Z | Downloaded reqwest v0.13.2 |
| 1188 | 2026-06-29T19:22:17.126Z | Downloaded bitvec v1.0.1 |
| 1189 | 2026-06-29T19:22:17.134Z | Downloaded ssh-key v0.6.7 |
| 1190 | 2026-06-29T19:22:17.139Z | Downloaded bindgen v0.71.1 |
| 1191 | 2026-06-29T19:22:17.142Z | Downloaded tokio-postgres v0.7.16 |
| 1192 | 2026-06-29T19:22:17.144Z | Downloaded unicode_categories v0.1.1 |
| 1193 | 2026-06-29T19:22:17.144Z | Downloaded reqwest v0.12.28 |
| 1194 | 2026-06-29T19:22:17.148Z | Downloaded chrono v0.4.44 |
| 1195 | 2026-06-29T19:22:17.152Z | Downloaded yansi v1.0.1 |
| 1196 | 2026-06-29T19:22:17.154Z | Downloaded git2 v0.20.4 |
| 1197 | 2026-06-29T19:22:17.158Z | Downloaded unsafe-libyaml v0.2.11 |
| 1198 | 2026-06-29T19:22:17.163Z | Downloaded toml v0.7.8 |
| 1199 | 2026-06-29T19:22:17.167Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1200 | 2026-06-29T19:22:17.167Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-06-29T19:22:17.167Z | Downloaded rpassword v7.4.0 |
| 1202 | 2026-06-29T19:22:17.173Z | Downloaded tungstenite v0.21.0 |
| 1203 | 2026-06-29T19:22:17.179Z | Downloaded lalrpop v0.19.12 |
| 1204 | 2026-06-29T19:22:17.183Z | Downloaded goblin v0.10.5 |
| 1205 | 2026-06-29T19:22:17.190Z | Downloaded rayon v1.11.0 |
| 1206 | 2026-06-29T19:22:17.195Z | Downloaded unicode-bidi v0.3.18 |
| 1207 | 2026-06-29T19:22:17.198Z | Downloaded reedline v0.40.0 |
| 1208 | 2026-06-29T19:22:17.201Z | Downloaded moka v0.12.13 |
| 1209 | 2026-06-29T19:22:17.205Z | Downloaded unicode-segmentation v1.12.0 |
| 1210 | 2026-06-29T19:22:17.208Z | Downloaded tower v0.5.3 |
| 1211 | 2026-06-29T19:22:17.211Z | Downloaded toml_edit v0.19.15 |
| 1212 | 2026-06-29T19:22:17.222Z | Downloaded typed-path v0.9.3 |
| 1213 | 2026-06-29T19:22:17.226Z | Downloaded quick-xml v0.37.5 |
| 1214 | 2026-06-29T19:22:17.229Z | Downloaded serde_with v3.17.0 |
| 1215 | 2026-06-29T19:22:17.236Z | Downloaded tower-http v0.6.8 |
| 1216 | 2026-06-29T19:22:17.241Z | Downloaded proptest v1.11.0 |
| 1217 | 2026-06-29T19:22:17.247Z | Downloaded petname v2.0.2 |
| 1218 | 2026-06-29T19:22:17.250Z | Downloaded p384 v0.13.1 |
| 1219 | 2026-06-29T19:22:17.253Z | Downloaded regex v1.12.3 |
| 1220 | 2026-06-29T19:22:17.261Z | Downloaded zip v0.6.6 |
| 1221 | 2026-06-29T19:22:17.265Z | Downloaded quinn-proto v0.11.13 |
| 1222 | 2026-06-29T19:22:17.279Z | Downloaded winnow v0.6.26 |
| 1223 | 2026-06-29T19:22:17.284Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-06-29T19:22:17.291Z | Downloaded bstr v1.12.1 |
| 1225 | 2026-06-29T19:22:17.299Z | Downloaded zerocopy-derive v0.8.40 |
| 1226 | 2026-06-29T19:22:17.306Z | Downloaded polar-core v0.27.3 |
| 1227 | 2026-06-29T19:22:17.313Z | Downloaded winnow v1.0.3 |
| 1228 | 2026-06-29T19:22:17.327Z | Downloaded salty v0.3.0 |
| 1229 | 2026-06-29T19:22:17.331Z | Downloaded nix v0.31.2 |
| 1230 | 2026-06-29T19:22:17.338Z | Downloaded vcpkg v0.2.15 |
| 1231 | 2026-06-29T19:22:17.363Z | Downloaded regress v0.10.5 |
| 1232 | 2026-06-29T19:22:17.368Z | Downloaded object v0.37.3 |
| 1233 | 2026-06-29T19:22:17.375Z | Downloaded smoltcp v0.9.1 |
| 1234 | 2026-06-29T19:22:17.381Z | Downloaded regress v0.11.1 |
| 1235 | 2026-06-29T19:22:17.387Z | Downloaded smoltcp v0.11.0 |
| 1236 | 2026-06-29T19:22:17.394Z | Downloaded x509-cert v0.2.5 |
| 1237 | 2026-06-29T19:22:17.397Z | Downloaded unicode-normalization v0.1.25 |
| 1238 | 2026-06-29T19:22:17.412Z | Downloaded tough v0.22.0 |
| 1239 | 2026-06-29T19:22:17.437Z | Downloaded tokio-util v0.7.18 |
| 1240 | 2026-06-29T19:22:17.443Z | Downloaded zip v4.6.1 |
| 1241 | 2026-06-29T19:22:17.461Z | Downloaded object v0.30.4 |
| 1242 | 2026-06-29T19:22:17.471Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1243 | 2026-06-29T19:22:17.478Z | Downloaded winnow v0.5.40 |
| 1244 | 2026-06-29T19:22:17.486Z | Downloaded radix_trie v0.2.1 |
| 1245 | 2026-06-29T19:22:17.489Z | Downloaded curve25519-dalek v4.1.3 |
| 1246 | 2026-06-29T19:22:17.514Z | Downloaded nix v0.27.1 |
| 1247 | 2026-06-29T19:22:17.520Z | Downloaded petgraph v0.6.5 |
| 1248 | 2026-06-29T19:22:17.531Z | Downloaded tabled v0.20.0 |
| 1249 | 2026-06-29T19:22:17.542Z | Downloaded chrono-tz v0.10.4 |
| 1250 | 2026-06-29T19:22:17.554Z | Downloaded nix v0.28.0 |
| 1251 | 2026-06-29T19:22:17.583Z | Downloaded time v0.3.47 |
| 1252 | 2026-06-29T19:22:17.591Z | Downloaded openssl v0.10.79 |
| 1253 | 2026-06-29T19:22:17.596Z | Downloaded sha3 v0.10.8 |
| 1254 | 2026-06-29T19:22:17.607Z | Downloaded dropshot v0.17.1 |
| 1255 | 2026-06-29T19:22:17.621Z | Downloaded zlib-rs v0.6.2 |
| 1256 | 2026-06-29T19:22:17.631Z | Downloaded regex-syntax v0.6.29 |
| 1257 | 2026-06-29T19:22:17.673Z | Downloaded openapiv3 v2.2.0 |
| 1258 | 2026-06-29T19:22:17.689Z | Downloaded hickory-proto v0.25.2 |
| 1259 | 2026-06-29T19:22:17.699Z | Downloaded diesel v2.3.7 |
| 1260 | 2026-06-29T19:22:17.711Z | Downloaded regex-syntax v0.8.10 |
| 1261 | 2026-06-29T19:22:17.715Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-06-29T19:22:17.724Z | Downloaded zerocopy v0.8.40 |
| 1263 | 2026-06-29T19:22:17.729Z | Downloaded rustls v0.23.41 |
| 1264 | 2026-06-29T19:22:17.739Z | Downloaded ring v0.17.14 |
| 1265 | 2026-06-29T19:22:17.773Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-06-29T19:22:17.785Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1267 | 2026-06-29T19:22:17.852Z | Downloaded sqlparser v0.61.0 |
| 1268 | 2026-06-29T19:22:17.875Z | Downloaded typify-impl v0.6.2 |
| 1269 | 2026-06-29T19:22:17.882Z | Downloaded sled v0.34.7 |
| 1270 | 2026-06-29T19:22:17.961Z | Downloaded tracing v0.1.44 |
| 1271 | 2026-06-29T19:22:17.961Z | Downloaded ratatui v0.29.0 |
| 1272 | 2026-06-29T19:22:17.961Z | Downloaded regex-automata v0.4.14 |
| 1273 | 2026-06-29T19:22:17.961Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-06-29T19:22:17.983Z | Downloaded jiff v0.2.21 |
| 1275 | 2026-06-29T19:22:18.015Z | Downloaded csv v1.4.0 |
| 1276 | 2026-06-29T19:22:18.027Z | Downloaded petgraph v0.8.3 |
| 1277 | 2026-06-29T19:22:18.041Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1278 | 2026-06-29T19:22:18.051Z | Downloaded libz-sys v1.1.24 |
| 1279 | 2026-06-29T19:22:18.064Z | Downloaded tokio v1.52.1 |
| 1280 | 2026-06-29T19:22:18.111Z | Downloaded encoding_rs v0.8.35 |
| 1281 | 2026-06-29T19:22:18.359Z | Downloaded aws-lc-sys v0.40.0 |
| 1282 | 2026-06-29T19:22:18.611Z | Compiling libc v0.2.185 |
| 1283 | 2026-06-29T19:22:18.614Z | Compiling serde v1.0.228 |
| 1284 | 2026-06-29T19:22:18.614Z | Compiling log v0.4.29 |
| 1285 | 2026-06-29T19:22:18.614Z | Compiling smallvec v1.15.1 |
| 1286 | 2026-06-29T19:22:18.614Z | Compiling shlex v1.3.0 |
| 1287 | 2026-06-29T19:22:18.614Z | Compiling find-msvc-tools v0.1.9 |
| 1288 | 2026-06-29T19:22:18.614Z | Compiling typenum v1.19.0 |
| 1289 | 2026-06-29T19:22:18.614Z | Compiling subtle v2.6.1 |
| 1290 | 2026-06-29T19:22:18.773Z | Compiling generic-array v0.14.7 |
| 1291 | 2026-06-29T19:22:18.776Z | Compiling scopeguard v1.2.0 |
| 1292 | 2026-06-29T19:22:18.847Z | Compiling const-oid v0.9.6 |
| 1293 | 2026-06-29T19:22:18.849Z | Compiling serde_json v1.0.150 |
| 1294 | 2026-06-29T19:22:18.861Z | Compiling syn v2.0.117 |
| 1295 | 2026-06-29T19:22:18.875Z | Compiling zerocopy v0.8.40 |
| 1296 | 2026-06-29T19:22:18.879Z | Compiling parking_lot_core v0.9.12 |
| 1297 | 2026-06-29T19:22:18.879Z | Compiling pin-project-lite v0.2.17 |
| 1298 | 2026-06-29T19:22:18.933Z | Compiling lock_api v0.4.14 |
| 1299 | 2026-06-29T19:22:18.949Z | Compiling portable-atomic v1.13.1 |
| 1300 | 2026-06-29T19:22:18.963Z | Compiling pkg-config v0.3.32 |
| 1301 | 2026-06-29T19:22:18.977Z | Compiling bitflags v2.11.0 |
| 1302 | 2026-06-29T19:22:18.980Z | Compiling critical-section v1.2.0 |
| 1303 | 2026-06-29T19:22:19.103Z | Compiling libm v0.2.16 |
| 1304 | 2026-06-29T19:22:19.194Z | Compiling futures-core v0.3.32 |
| 1305 | 2026-06-29T19:22:19.197Z | Compiling num-traits v0.2.19 |
| 1306 | 2026-06-29T19:22:19.197Z | Compiling percent-encoding v2.3.2 |
| 1307 | 2026-06-29T19:22:19.277Z | Compiling futures-sink v0.3.32 |
| 1308 | 2026-06-29T19:22:19.280Z | Compiling futures-task v0.3.32 |
| 1309 | 2026-06-29T19:22:19.321Z | Compiling getrandom v0.4.1 |
| 1310 | 2026-06-29T19:22:19.326Z | Compiling futures-io v0.3.32 |
| 1311 | 2026-06-29T19:22:19.398Z | Compiling futures-channel v0.3.32 |
| 1312 | 2026-06-29T19:22:19.425Z | Compiling cpufeatures v0.2.17 |
| 1313 | 2026-06-29T19:22:19.429Z | Compiling slab v0.4.12 |
| 1314 | 2026-06-29T19:22:19.468Z | Compiling rand_core v0.10.0 |
| 1315 | 2026-06-29T19:22:19.500Z | Compiling indexmap v2.14.0 |
| 1316 | 2026-06-29T19:22:19.516Z | Compiling rustversion v1.0.22 |
| 1317 | 2026-06-29T19:22:19.520Z | Compiling getrandom v0.3.4 |
| 1318 | 2026-06-29T19:22:19.669Z | Compiling form_urlencoded v1.2.2 |
| 1319 | 2026-06-29T19:22:19.674Z | Compiling fs_extra v1.3.0 |
| 1320 | 2026-06-29T19:22:19.674Z | Compiling ident_case v1.0.1 |
| 1321 | 2026-06-29T19:22:19.674Z | Compiling dunce v1.0.5 |
| 1322 | 2026-06-29T19:22:19.681Z | Compiling base64ct v1.8.3 |
| 1323 | 2026-06-29T19:22:19.693Z | Compiling rustix v1.1.3 |
| 1324 | 2026-06-29T19:22:19.728Z | Compiling iana-time-zone v0.1.65 |
| 1325 | 2026-06-29T19:22:19.778Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-06-29T19:22:19.794Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-06-29T19:22:19.818Z | Compiling errno v0.3.14 |
| 1328 | 2026-06-29T19:22:19.874Z | Compiling mio v1.2.0 |
| 1329 | 2026-06-29T19:22:19.919Z | Compiling socket2 v0.6.3 |
| 1330 | 2026-06-29T19:22:19.948Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-06-29T19:22:19.975Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-06-29T19:22:19.990Z | Compiling cc v1.2.56 |
| 1333 | 2026-06-29T19:22:20.039Z | Compiling once_cell v1.21.3 |
| 1334 | 2026-06-29T19:22:20.064Z | Compiling parking_lot v0.12.5 |
| 1335 | 2026-06-29T19:22:20.160Z | Compiling pem-rfc7468 v0.7.0 |
| 1336 | 2026-06-29T19:22:20.179Z | Compiling regex-syntax v0.8.10 |
| 1337 | 2026-06-29T19:22:20.179Z | Compiling flagset v0.4.7 |
| 1338 | 2026-06-29T19:22:20.285Z | Compiling vcpkg v0.2.15 |
| 1339 | 2026-06-29T19:22:20.333Z | Compiling tracing-core v0.1.36 |
| 1340 | 2026-06-29T19:22:20.334Z | Compiling uuid v1.23.4 |
| 1341 | 2026-06-29T19:22:20.360Z | Compiling rustc_version v0.4.1 |
| 1342 | 2026-06-29T19:22:20.365Z | Compiling base64 v0.22.1 |
| 1343 | 2026-06-29T19:22:20.365Z | Compiling aws-lc-rs v1.16.3 |
| 1344 | 2026-06-29T19:22:20.502Z | Compiling rand_core v0.9.5 |
| 1345 | 2026-06-29T19:22:20.529Z | Compiling openssl-probe v0.2.1 |
| 1346 | 2026-06-29T19:22:20.565Z | Compiling tinyvec_macros v0.1.1 |
| 1347 | 2026-06-29T19:22:20.653Z | Compiling httparse v1.10.1 |
| 1348 | 2026-06-29T19:22:20.673Z | Compiling tinyvec v1.10.0 |
| 1349 | 2026-06-29T19:22:20.688Z | Compiling aho-corasick v1.1.4 |
| 1350 | 2026-06-29T19:22:20.721Z | Compiling cmake v0.1.57 |
| 1351 | 2026-06-29T19:22:20.736Z | Compiling atomic-waker v1.1.2 |
| 1352 | 2026-06-29T19:22:20.751Z | Compiling dyn-clone v1.0.20 |
| 1353 | 2026-06-29T19:22:20.804Z | Compiling tower-layer v0.3.3 |
| 1354 | 2026-06-29T19:22:20.898Z | Compiling schemars v0.8.22 |
| 1355 | 2026-06-29T19:22:20.909Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-06-29T19:22:20.991Z | Compiling try-lock v0.2.5 |
| 1357 | 2026-06-29T19:22:21.006Z | Compiling tower-service v0.3.3 |
| 1358 | 2026-06-29T19:22:21.024Z | Compiling untrusted v0.9.0 |
| 1359 | 2026-06-29T19:22:21.050Z | Compiling rustls v0.23.41 |
| 1360 | 2026-06-29T19:22:21.074Z | Compiling httpdate v1.0.3 |
| 1361 | 2026-06-29T19:22:21.121Z | Compiling want v0.3.1 |
| 1362 | 2026-06-29T19:22:21.138Z | Compiling foreign-types-shared v0.1.1 |
| 1363 | 2026-06-29T19:22:21.142Z | Compiling openssl v0.10.79 |
| 1364 | 2026-06-29T19:22:21.142Z | Compiling unicode-normalization v0.1.25 |
| 1365 | 2026-06-29T19:22:21.193Z | Compiling spin v0.9.8 |
| 1366 | 2026-06-29T19:22:21.206Z | Compiling time-core v0.1.8 |
| 1367 | 2026-06-29T19:22:21.233Z | Compiling foreign-types v0.3.2 |
| 1368 | 2026-06-29T19:22:21.249Z | Compiling crc32fast v1.5.0 |
| 1369 | 2026-06-29T19:22:21.254Z | Compiling num-conv v0.2.0 |
| 1370 | 2026-06-29T19:22:21.278Z | Compiling native-tls v0.2.18 |
| 1371 | 2026-06-29T19:22:21.312Z | Compiling powerfmt v0.2.0 |
| 1372 | 2026-06-29T19:22:21.326Z | Compiling wait-timeout v0.2.1 |
| 1373 | 2026-06-29T19:22:21.341Z | Compiling sync_wrapper v1.0.2 |
| 1374 | 2026-06-29T19:22:21.387Z | Compiling usdt-impl v0.6.0 |
| 1375 | 2026-06-29T19:22:21.416Z | Compiling time-macros v0.2.27 |
| 1376 | 2026-06-29T19:22:21.432Z | Compiling simd-adler32 v0.3.8 |
| 1377 | 2026-06-29T19:22:21.449Z | Compiling syn v1.0.109 |
| 1378 | 2026-06-29T19:22:21.487Z | Compiling bit-vec v0.8.0 |
| 1379 | 2026-06-29T19:22:21.546Z | Compiling deranged v0.5.8 |
| 1380 | 2026-06-29T19:22:21.561Z | Compiling tempfile v3.25.0 |
| 1381 | 2026-06-29T19:22:21.578Z | Compiling num_threads v0.1.7 |
| 1382 | 2026-06-29T19:22:21.647Z | Compiling siphasher v1.0.2 |
| 1383 | 2026-06-29T19:22:21.665Z | Compiling crossbeam-utils v0.8.21 |
| 1384 | 2026-06-29T19:22:21.669Z | Compiling quick-error v1.2.3 |
| 1385 | 2026-06-29T19:22:21.696Z | Compiling bit-set v0.8.0 |
| 1386 | 2026-06-29T19:22:21.711Z | Compiling aws-lc-sys v0.40.0 |
| 1387 | 2026-06-29T19:22:21.711Z | Compiling openssl-sys v0.9.115 |
| 1388 | 2026-06-29T19:22:21.742Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1389 | 2026-06-29T19:22:21.757Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1390 | 2026-06-29T19:22:21.842Z | Compiling rusty-fork v0.3.1 |
| 1391 | 2026-06-29T19:22:21.848Z | Compiling synstructure v0.13.2 |
| 1392 | 2026-06-29T19:22:21.852Z | Compiling pest_generator v2.8.6 |
| 1393 | 2026-06-29T19:22:21.874Z | Compiling serde_derive_internals v0.29.1 |
| 1394 | 2026-06-29T19:22:21.888Z | Compiling darling_core v0.20.11 |
| 1395 | 2026-06-29T19:22:21.984Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-06-29T19:22:22.111Z | Compiling darling_core v0.21.3 |
| 1397 | 2026-06-29T19:22:22.210Z | Compiling slog v2.8.2 |
| 1398 | 2026-06-29T19:22:22.352Z | Compiling heapless v0.7.17 |
| 1399 | 2026-06-29T19:22:22.424Z | Compiling rand_xorshift v0.4.0 |
| 1400 | 2026-06-29T19:22:22.517Z | Compiling thread-id v5.1.0 |
| 1401 | 2026-06-29T19:22:22.625Z | Compiling cookie v0.18.1 |
| 1402 | 2026-06-29T19:22:22.640Z | Compiling allocator-api2 v0.2.21 |
| 1403 | 2026-06-29T19:22:22.656Z | Compiling ryu v1.0.23 |
| 1404 | 2026-06-29T19:22:22.659Z | Compiling adler2 v2.0.1 |
| 1405 | 2026-06-29T19:22:22.687Z | Compiling time v0.3.47 |
| 1406 | 2026-06-29T19:22:22.687Z | Compiling paste v1.0.15 |
| 1407 | 2026-06-29T19:22:22.687Z | Compiling signal-hook v0.3.18 |
| 1408 | 2026-06-29T19:22:22.793Z | Compiling unarray v0.1.4 |
| 1409 | 2026-06-29T19:22:22.831Z | Compiling iri-string v0.7.10 |
| 1410 | 2026-06-29T19:22:22.847Z | Compiling anyhow v1.0.102 |
| 1411 | 2026-06-29T19:22:22.863Z | Compiling unicode-properties v0.1.4 |
| 1412 | 2026-06-29T19:22:22.882Z | Compiling unicode-bidi v0.3.18 |
| 1413 | 2026-06-29T19:22:22.926Z | Compiling zstd-safe v7.2.4 |
| 1414 | 2026-06-29T19:22:22.974Z | Compiling miniz_oxide v0.8.9 |
| 1415 | 2026-06-29T19:22:23.105Z | Compiling num-integer v0.1.46 |
| 1416 | 2026-06-29T19:22:23.158Z | Compiling vergen-lib v9.1.0 |
| 1417 | 2026-06-29T19:22:23.368Z | Compiling stringprep v0.1.5 |
| 1418 | 2026-06-29T19:22:23.438Z | Compiling curve25519-dalek v4.1.3 |
| 1419 | 2026-06-29T19:22:23.459Z | Compiling ff v0.13.1 |
| 1420 | 2026-06-29T19:22:23.460Z | Compiling hash32 v0.2.1 |
| 1421 | 2026-06-29T19:22:23.626Z | Compiling memoffset v0.9.1 |
| 1422 | 2026-06-29T19:22:23.626Z | Compiling encoding_rs v0.8.35 |
| 1423 | 2026-06-29T19:22:23.655Z | Compiling mime v0.3.17 |
| 1424 | 2026-06-29T19:22:23.658Z | Compiling serde_derive v1.0.228 |
| 1425 | 2026-06-29T19:22:23.689Z | Compiling zeroize_derive v1.4.3 |
| 1426 | 2026-06-29T19:22:23.791Z | Compiling zerofrom-derive v0.1.6 |
| 1427 | 2026-06-29T19:22:23.860Z | Compiling yoke-derive v0.8.1 |
| 1428 | 2026-06-29T19:22:23.868Z | Compiling zerovec-derive v0.11.2 |
| 1429 | 2026-06-29T19:22:23.888Z | Compiling zerocopy-derive v0.8.40 |
| 1430 | 2026-06-29T19:22:24.017Z | Compiling displaydoc v0.2.5 |
| 1431 | 2026-06-29T19:22:24.339Z | Compiling tokio-macros v2.7.0 |
| 1432 | 2026-06-29T19:22:24.378Z | Compiling futures-macro v0.3.32 |
| 1433 | 2026-06-29T19:22:24.397Z | Compiling zeroize v1.8.2 |
| 1434 | 2026-06-29T19:22:24.453Z | Compiling der_derive v0.7.3 |
| 1435 | 2026-06-29T19:22:24.773Z | Compiling thiserror-impl v2.0.18 |
| 1436 | 2026-06-29T19:22:24.787Z | Compiling tracing-attributes v0.1.31 |
| 1437 | 2026-06-29T19:22:25.127Z | Compiling rustls-pki-types v1.14.0 |
| 1438 | 2026-06-29T19:22:25.143Z | Compiling scroll_derive v0.13.1 |
| 1439 | 2026-06-29T19:22:25.158Z | Compiling pest_derive v2.8.6 |
| 1440 | 2026-06-29T19:22:25.259Z | Compiling crypto-common v0.1.7 |
| 1441 | 2026-06-29T19:22:25.291Z | Compiling block-buffer v0.10.4 |
| 1442 | 2026-06-29T19:22:25.300Z | Compiling futures-util v0.3.32 |
| 1443 | 2026-06-29T19:22:25.315Z | Compiling zerofrom v0.1.6 |
| 1444 | 2026-06-29T19:22:25.434Z | Compiling block-padding v0.3.3 |
| 1445 | 2026-06-29T19:22:25.460Z | Compiling yoke v0.8.1 |
| 1446 | 2026-06-29T19:22:25.485Z | Compiling digest v0.10.7 |
| 1447 | 2026-06-29T19:22:25.516Z | Compiling der v0.7.10 |
| 1448 | 2026-06-29T19:22:25.617Z | Compiling inout v0.1.4 |
| 1449 | 2026-06-29T19:22:25.632Z | Compiling zerovec v0.11.5 |
| 1450 | 2026-06-29T19:22:25.651Z | Compiling zerotrie v0.2.3 |
| 1451 | 2026-06-29T19:22:25.667Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-06-29T19:22:25.758Z | Compiling hmac v0.12.1 |
| 1453 | 2026-06-29T19:22:25.810Z | Compiling cipher v0.4.4 |
| 1454 | 2026-06-29T19:22:25.980Z | Compiling sha2 v0.10.9 |
| 1455 | 2026-06-29T19:22:26.037Z | Compiling pbkdf2 v0.12.2 |
| 1456 | 2026-06-29T19:22:26.055Z | Compiling scroll v0.13.0 |
| 1457 | 2026-06-29T19:22:26.159Z | Compiling tinystr v0.8.2 |
| 1458 | 2026-06-29T19:22:26.179Z | Compiling potential_utf v0.1.4 |
| 1459 | 2026-06-29T19:22:26.238Z | Compiling salsa20 v0.10.2 |
| 1460 | 2026-06-29T19:22:26.267Z | Compiling thiserror v2.0.18 |
| 1461 | 2026-06-29T19:22:26.280Z | Compiling tracing v0.1.44 |
| 1462 | 2026-06-29T19:22:26.370Z | Compiling icu_locale_core v2.1.1 |
| 1463 | 2026-06-29T19:22:26.373Z | Compiling icu_collections v2.1.1 |
| 1464 | 2026-06-29T19:22:26.387Z | Compiling scrypt v0.11.0 |
| 1465 | 2026-06-29T19:22:26.415Z | Compiling spki v0.7.3 |
| 1466 | 2026-06-29T19:22:26.418Z | Compiling cbc v0.1.2 |
| 1467 | 2026-06-29T19:22:26.418Z | Compiling aes v0.8.4 |
| 1468 | 2026-06-29T19:22:26.590Z | Compiling darling_macro v0.20.11 |
| 1469 | 2026-06-29T19:22:26.620Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-06-29T19:22:26.654Z | Compiling goblin v0.10.5 |
| 1471 | 2026-06-29T19:22:26.689Z | Compiling dtrace-parser v0.3.0 |
| 1472 | 2026-06-29T19:22:26.840Z | Compiling signature v2.2.0 |
| 1473 | 2026-06-29T19:22:26.903Z | Compiling pkcs5 v0.7.1 |
| 1474 | 2026-06-29T19:22:27.052Z | Compiling icu_provider v2.1.1 |
| 1475 | 2026-06-29T19:22:27.068Z | Compiling thiserror-impl v1.0.69 |
| 1476 | 2026-06-29T19:22:27.131Z | Compiling scroll_derive v0.12.1 |
| 1477 | 2026-06-29T19:22:27.160Z | Compiling darling v0.20.11 |
| 1478 | 2026-06-29T19:22:27.256Z | Compiling pkcs8 v0.10.2 |
| 1479 | 2026-06-29T19:22:27.307Z | Compiling icu_properties v2.1.2 |
| 1480 | 2026-06-29T19:22:27.377Z | Compiling bytes v1.11.1 |
| 1481 | 2026-06-29T19:22:27.418Z | Compiling icu_normalizer v2.1.1 |
| 1482 | 2026-06-29T19:22:27.423Z | Compiling chrono v0.4.44 |
| 1483 | 2026-06-29T19:22:27.451Z | Compiling ipnet v2.11.0 |
| 1484 | 2026-06-29T19:22:27.482Z | Compiling derive_builder_core v0.20.2 |
| 1485 | 2026-06-29T19:22:27.525Z | Compiling toml_datetime v0.6.11 |
| 1486 | 2026-06-29T19:22:27.599Z | Compiling serde_urlencoded v0.7.1 |
| 1487 | 2026-06-29T19:22:27.700Z | Compiling serde_tokenstream v0.2.3 |
| 1488 | 2026-06-29T19:22:27.821Z | Compiling serde_spanned v0.6.9 |
| 1489 | 2026-06-29T19:22:27.873Z | Compiling scroll v0.12.0 |
| 1490 | 2026-06-29T19:22:27.876Z | Compiling tokio v1.52.1 |
| 1491 | 2026-06-29T19:22:27.984Z | Compiling http v1.4.2 |
| 1492 | 2026-06-29T19:22:27.996Z | Compiling erased-serde v0.3.31 |
| 1493 | 2026-06-29T19:22:27.996Z | Compiling md-5 v0.10.6 |
| 1494 | 2026-06-29T19:22:28.035Z | Compiling rustls-native-certs v0.8.3 |
| 1495 | 2026-06-29T19:22:28.050Z | Compiling darling_macro v0.21.3 |
| 1496 | 2026-06-29T19:22:28.172Z | Compiling bstr v1.12.1 |
| 1497 | 2026-06-29T19:22:28.189Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-06-29T19:22:28.360Z | Compiling idna v1.1.0 |
| 1499 | 2026-06-29T19:22:28.363Z | Compiling pin-project-internal v1.1.11 |
| 1500 | 2026-06-29T19:22:28.389Z | Compiling derive_builder_macro v0.20.2 |
| 1501 | 2026-06-29T19:22:28.421Z | Compiling thiserror v1.0.69 |
| 1502 | 2026-06-29T19:22:28.450Z | Compiling ppv-lite86 v0.2.21 |
| 1503 | 2026-06-29T19:22:28.533Z | Compiling async-trait v0.1.89 |
| 1504 | 2026-06-29T19:22:28.548Z | Compiling zerocopy-derive v0.7.35 |
| 1505 | 2026-06-29T19:22:28.598Z | Compiling ref-cast v1.0.25 |
| 1506 | 2026-06-29T19:22:28.673Z | Compiling url v2.5.8 |
| 1507 | 2026-06-29T19:22:28.805Z | Compiling rand_chacha v0.9.0 |
| 1508 | 2026-06-29T19:22:28.865Z | Compiling http-body v1.0.1 |
| 1509 | 2026-06-29T19:22:28.893Z | Compiling rand_chacha v0.3.1 |
| 1510 | 2026-06-29T19:22:28.919Z | Compiling fallible-iterator v0.2.0 |
| 1511 | 2026-06-29T19:22:28.936Z | Compiling base16ct v0.2.0 |
| 1512 | 2026-06-29T19:22:28.951Z | Compiling litrs v1.0.0 |
| 1513 | 2026-06-29T19:22:29.047Z | Compiling rand v0.9.2 |
| 1514 | 2026-06-29T19:22:29.061Z | Compiling http-body-util v0.1.3 |
| 1515 | 2026-06-29T19:22:29.131Z | Compiling num-bigint-dig v0.8.6 |
| 1516 | 2026-06-29T19:22:29.329Z | Compiling psl-types v2.0.11 |
| 1517 | 2026-06-29T19:22:29.469Z | Compiling dof v0.4.0 |
| 1518 | 2026-06-29T19:22:29.484Z | Compiling rustix v0.38.44 |
| 1519 | 2026-06-29T19:22:29.502Z | Compiling cfg_aliases v0.2.1 |
| 1520 | 2026-06-29T19:22:29.522Z | Compiling smoltcp v0.9.1 |
| 1521 | 2026-06-29T19:22:29.539Z | Compiling zlib-rs v0.6.2 |
| 1522 | 2026-06-29T19:22:29.558Z | Compiling pin-project v1.1.11 |
| 1523 | 2026-06-29T19:22:29.588Z | Compiling nix v0.31.2 |
| 1524 | 2026-06-29T19:22:29.605Z | Compiling document-features v0.2.12 |
| 1525 | 2026-06-29T19:22:29.675Z | Compiling proptest v1.11.0 |
| 1526 | 2026-06-29T19:22:29.697Z | Compiling postgres-protocol v0.6.10 |
| 1527 | 2026-06-29T19:22:29.719Z | Compiling zerocopy v0.7.35 |
| 1528 | 2026-06-29T19:22:29.891Z | Compiling publicsuffix v2.3.0 |
| 1529 | 2026-06-29T19:22:29.945Z | Compiling rand v0.8.6 |
| 1530 | 2026-06-29T19:22:29.974Z | Compiling sec1 v0.7.3 |
| 1531 | 2026-06-29T19:22:30.045Z | Compiling ipnetwork v0.21.1 |
| 1532 | 2026-06-29T19:22:30.078Z | Compiling derive_builder v0.20.2 |
| 1533 | 2026-06-29T19:22:30.141Z | Compiling darling v0.21.3 |
| 1534 | 2026-06-29T19:22:30.260Z | Compiling goblin v0.8.2 |
| 1535 | 2026-06-29T19:22:30.276Z | Compiling futures-executor v0.3.32 |
| 1536 | 2026-06-29T19:22:30.279Z | Compiling hex v0.4.3 |
| 1537 | 2026-06-29T19:22:30.308Z | Compiling oxnet v0.1.6 |
| 1538 | 2026-06-29T19:22:30.480Z | Compiling hubpack_derive v0.1.1 |
| 1539 | 2026-06-29T19:22:30.562Z | Compiling hkdf v0.12.4 |
| 1540 | 2026-06-29T19:22:30.577Z | Compiling crypto-bigint v0.5.5 |
| 1541 | 2026-06-29T19:22:30.581Z | Compiling regex v1.12.3 |
| 1542 | 2026-06-29T19:22:30.767Z | Compiling strum_macros v0.27.2 |
| 1543 | 2026-06-29T19:22:30.770Z | Compiling daft-derive v0.1.7 |
| 1544 | 2026-06-29T19:22:30.795Z | Compiling ref-cast-impl v1.0.25 |
| 1545 | 2026-06-29T19:22:30.879Z | Compiling snafu-derive v0.8.9 |
| 1546 | 2026-06-29T19:22:30.882Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1547 | 2026-06-29T19:22:31.001Z | Compiling group v0.13.0 |
| 1548 | 2026-06-29T19:22:31.097Z | Compiling num-iter v0.1.45 |
| 1549 | 2026-06-29T19:22:31.242Z | Compiling phf_shared v0.13.1 |
| 1550 | 2026-06-29T19:22:31.411Z | Compiling terminal_size v0.4.3 |
| 1551 | 2026-06-29T19:22:31.426Z | Compiling lazy_static v1.5.0 |
| 1552 | 2026-06-29T19:22:31.459Z | Compiling anstyle-parse v0.2.7 |
| 1553 | 2026-06-29T19:22:31.514Z | Compiling vergen v9.1.0 |
| 1554 | 2026-06-29T19:22:31.541Z | Compiling cargo-platform v0.3.2 |
| 1555 | 2026-06-29T19:22:31.557Z | Compiling fs-err v3.3.0 |
| 1556 | 2026-06-29T19:22:31.574Z | Compiling ahash v0.8.12 |
| 1557 | 2026-06-29T19:22:31.593Z | Compiling object v0.37.3 |
| 1558 | 2026-06-29T19:22:31.596Z | Compiling foldhash v0.1.5 |
| 1559 | 2026-06-29T19:22:31.667Z | Compiling bitflags v1.3.2 |
| 1560 | 2026-06-29T19:22:31.720Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-06-29T19:22:31.761Z | Compiling tower v0.5.3 |
| 1562 | 2026-06-29T19:22:31.778Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-06-29T19:22:31.778Z | Compiling same-file v1.0.6 |
| 1564 | 2026-06-29T19:22:31.810Z | Compiling unicode-segmentation v1.12.0 |
| 1565 | 2026-06-29T19:22:31.826Z | Compiling winnow v0.5.40 |
| 1566 | 2026-06-29T19:22:31.846Z | Compiling libbz2-rs-sys v0.2.2 |
| 1567 | 2026-06-29T19:22:31.912Z | Compiling managed v0.8.0 |
| 1568 | 2026-06-29T19:22:31.987Z | Compiling bumpalo v3.20.2 |
| 1569 | 2026-06-29T19:22:32.002Z | Compiling foldhash v0.2.0 |
| 1570 | 2026-06-29T19:22:32.154Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-06-29T19:22:32.232Z | Compiling tower-http v0.6.8 |
| 1572 | 2026-06-29T19:22:32.248Z | Compiling zopfli v0.8.3 |
| 1573 | 2026-06-29T19:22:32.304Z | Compiling hashbrown v0.16.1 |
| 1574 | 2026-06-29T19:22:32.313Z | Compiling bzip2 v0.6.1 |
| 1575 | 2026-06-29T19:22:32.522Z | Compiling h2 v0.4.15 |
| 1576 | 2026-06-29T19:22:32.539Z | Compiling dof v0.3.0 |
| 1577 | 2026-06-29T19:22:32.561Z | Compiling daft v0.1.7 |
| 1578 | 2026-06-29T19:22:32.794Z | Compiling walkdir v2.5.0 |
| 1579 | 2026-06-29T19:22:32.821Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-06-29T19:22:32.825Z | Compiling strum v0.27.2 |
| 1581 | 2026-06-29T19:22:32.888Z | Compiling snafu v0.8.9 |
| 1582 | 2026-06-29T19:22:32.904Z | Compiling clap_builder v4.6.0 |
| 1583 | 2026-06-29T19:22:32.989Z | Compiling cargo_metadata v0.23.1 |
| 1584 | 2026-06-29T19:22:33.010Z | Compiling hashbrown v0.15.5 |
| 1585 | 2026-06-29T19:22:33.109Z | Compiling anstream v0.6.21 |
| 1586 | 2026-06-29T19:22:33.135Z | Compiling elliptic-curve v0.13.8 |
| 1587 | 2026-06-29T19:22:33.226Z | Compiling toml_edit v0.19.15 |
| 1588 | 2026-06-29T19:22:33.331Z | Compiling phf v0.13.1 |
| 1589 | 2026-06-29T19:22:33.439Z | Compiling signal-hook-mio v0.2.5 |
| 1590 | 2026-06-29T19:22:33.514Z | Compiling usdt-macro v0.6.0 |
| 1591 | 2026-06-29T19:22:33.530Z | Compiling usdt-attr-macro v0.6.0 |
| 1592 | 2026-06-29T19:22:33.565Z | Compiling hubpack v0.1.2 |
| 1593 | 2026-06-29T19:22:33.581Z | Compiling cookie_store v0.22.1 |
| 1594 | 2026-06-29T19:22:33.706Z | Compiling bzip2 v0.4.4 |
| 1595 | 2026-06-29T19:22:33.729Z | Compiling zstd v0.13.3 |
| 1596 | 2026-06-29T19:22:33.808Z | Compiling futures v0.3.32 |
| 1597 | 2026-06-29T19:22:33.823Z | Compiling serde_with_macros v3.17.0 |
| 1598 | 2026-06-29T19:22:33.841Z | Compiling postgres-types v0.2.12 |
| 1599 | 2026-06-29T19:22:33.943Z | Compiling globset v0.4.18 |
| 1600 | 2026-06-29T19:22:34.015Z | Compiling dtrace-parser v0.2.0 |
| 1601 | 2026-06-29T19:22:34.265Z | Compiling ed25519 v2.2.3 |
| 1602 | 2026-06-29T19:22:34.320Z | Compiling pkcs1 v0.7.5 |
| 1603 | 2026-06-29T19:22:34.408Z | Compiling serde_plain v1.0.2 |
| 1604 | 2026-06-29T19:22:34.411Z | Compiling serde-big-array v0.5.1 |
| 1605 | 2026-06-29T19:22:34.439Z | Compiling olpc-cjson v0.1.4 |
| 1606 | 2026-06-29T19:22:34.590Z | Compiling rfc6979 v0.4.0 |
| 1607 | 2026-06-29T19:22:34.627Z | Compiling clap_derive v4.6.1 |
| 1608 | 2026-06-29T19:22:34.641Z | Compiling enum-as-inner v0.6.1 |
| 1609 | 2026-06-29T19:22:34.654Z | Compiling serde_repr v0.1.20 |
| 1610 | 2026-06-29T19:22:34.732Z | Compiling strum_macros v0.26.4 |
| 1611 | 2026-06-29T19:22:34.747Z | Compiling async-recursion v1.1.1 |
| 1612 | 2026-06-29T19:22:34.792Z | Compiling phf_shared v0.11.3 |
| 1613 | 2026-06-29T19:22:35.006Z | Compiling float-cmp v0.10.0 |
| 1614 | 2026-06-29T19:22:35.020Z | Compiling pem v3.0.6 |
| 1615 | 2026-06-29T19:22:35.071Z | Compiling thread-id v4.2.2 |
| 1616 | 2026-06-29T19:22:35.180Z | Compiling memmap2 v0.9.10 |
| 1617 | 2026-06-29T19:22:35.197Z | Compiling env_filter v1.0.0 |
| 1618 | 2026-06-29T19:22:35.210Z | Compiling fixedbitset v0.4.2 |
| 1619 | 2026-06-29T19:22:35.214Z | Compiling difflib v0.4.0 |
| 1620 | 2026-06-29T19:22:35.249Z | Compiling winnow v1.0.3 |
| 1621 | 2026-06-29T19:22:35.377Z | Compiling normalize-line-endings v0.3.0 |
| 1622 | 2026-06-29T19:22:35.431Z | Compiling jiff v0.2.21 |
| 1623 | 2026-06-29T19:22:35.448Z | Compiling predicates-core v1.0.10 |
| 1624 | 2026-06-29T19:22:35.461Z | Compiling new_debug_unreachable v1.0.6 |
| 1625 | 2026-06-29T19:22:35.492Z | Compiling data-encoding v2.10.0 |
| 1626 | 2026-06-29T19:22:35.530Z | Compiling either v1.15.0 |
| 1627 | 2026-06-29T19:22:35.544Z | Compiling static_assertions v1.1.0 |
| 1628 | 2026-06-29T19:22:35.635Z | Compiling keccak v0.1.6 |
| 1629 | 2026-06-29T19:22:35.651Z | Compiling precomputed-hash v0.1.1 |
| 1630 | 2026-06-29T19:22:35.654Z | Compiling whoami v2.1.0 |
| 1631 | 2026-06-29T19:22:35.759Z | Compiling hyper v1.10.1 |
| 1632 | 2026-06-29T19:22:35.772Z | Compiling typed-path v0.9.3 |
| 1633 | 2026-06-29T19:22:35.828Z | Compiling fixedbitset v0.5.7 |
| 1634 | 2026-06-29T19:22:35.929Z | Compiling hickory-proto v0.25.2 |
| 1635 | 2026-06-29T19:22:35.999Z | Compiling tokio-postgres v0.7.16 |
| 1636 | 2026-06-29T19:22:36.094Z | Compiling petgraph v0.8.3 |
| 1637 | 2026-06-29T19:22:36.206Z | Compiling toml_edit v0.22.27 |
| 1638 | 2026-06-29T19:22:36.278Z | Compiling sha3 v0.10.8 |
| 1639 | 2026-06-29T19:22:36.361Z | Compiling string_cache v0.8.9 |
| 1640 | 2026-06-29T19:22:36.477Z | Compiling itertools v0.13.0 |
| 1641 | 2026-06-29T19:22:36.545Z | Compiling clap v4.6.1 |
| 1642 | 2026-06-29T19:22:36.615Z | Compiling strum v0.26.3 |
| 1643 | 2026-06-29T19:22:36.630Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1644 | 2026-06-29T19:22:36.648Z | Compiling predicates v3.1.4 |
| 1645 | 2026-06-29T19:22:36.769Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1646 | 2026-06-29T19:22:36.784Z | Compiling petgraph v0.6.5 |
| 1647 | 2026-06-29T19:22:36.841Z | Compiling env_logger v0.11.9 |
| 1648 | 2026-06-29T19:22:37.080Z | Compiling hyper-util v0.1.20 |
| 1649 | 2026-06-29T19:22:37.223Z | Compiling usdt v0.6.0 |
| 1650 | 2026-06-29T19:22:37.345Z | Compiling usdt-impl v0.5.0 |
| 1651 | 2026-06-29T19:22:37.454Z | Compiling serde_with v3.17.0 |
| 1652 | 2026-06-29T19:22:37.467Z | Compiling crossterm v0.28.1 |
| 1653 | 2026-06-29T19:22:37.523Z | Compiling ecdsa v0.16.9 |
| 1654 | 2026-06-29T19:22:37.808Z | Compiling toml v0.7.8 |
| 1655 | 2026-06-29T19:22:37.970Z | Compiling rsa v0.9.10 |
| 1656 | 2026-06-29T19:22:37.985Z | Compiling ed25519-dalek v2.2.0 |
| 1657 | 2026-06-29T19:22:38.147Z | Compiling zip v4.6.1 |
| 1658 | 2026-06-29T19:22:38.441Z | Compiling zip v0.6.6 |
| 1659 | 2026-06-29T19:22:38.658Z | Compiling hyper-tls v0.6.0 |
| 1660 | 2026-06-29T19:22:38.777Z | Compiling iddqd v0.4.2 |
| 1661 | 2026-06-29T19:22:38.902Z | Compiling reqwest v0.12.28 |
| 1662 | 2026-06-29T19:22:39.038Z | Compiling tokio-stream v0.1.18 |
| 1663 | 2026-06-29T19:22:39.055Z | Compiling heck v0.4.1 |
| 1664 | 2026-06-29T19:22:39.138Z | Compiling similar v2.7.0 |
| 1665 | 2026-06-29T19:22:39.188Z | Compiling buf-list v1.1.2 |
| 1666 | 2026-06-29T19:22:39.233Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1667 | 2026-06-29T19:22:39.254Z | Compiling openapiv3 v2.2.0 |
| 1668 | 2026-06-29T19:22:39.304Z | Compiling x509-cert v0.2.5 |
| 1669 | 2026-06-29T19:22:39.499Z | Compiling sha1 v0.10.6 |
| 1670 | 2026-06-29T19:22:39.547Z | Compiling crossbeam-epoch v0.9.18 |
| 1671 | 2026-06-29T19:22:39.569Z | Compiling lalrpop-util v0.19.12 |
| 1672 | 2026-06-29T19:22:39.583Z | Compiling peg-runtime v0.8.5 |
| 1673 | 2026-06-29T19:22:39.745Z | Compiling thread_local v1.1.9 |
| 1674 | 2026-06-29T19:22:39.760Z | Compiling slog-async v2.8.0 |
| 1675 | 2026-06-29T19:22:39.788Z | Compiling crossbeam-channel v0.5.15 |
| 1676 | 2026-06-29T19:22:39.871Z | Compiling is-terminal v0.4.17 |
| 1677 | 2026-06-29T19:22:39.893Z | Compiling filetime v0.2.27 |
| 1678 | 2026-06-29T19:22:39.907Z | Compiling take_mut v0.2.2 |
| 1679 | 2026-06-29T19:22:39.989Z | Compiling xattr v1.6.1 |
| 1680 | 2026-06-29T19:22:40.032Z | Compiling term v1.2.1 |
| 1681 | 2026-06-29T19:22:40.120Z | Compiling tar v0.4.45 |
| 1682 | 2026-06-29T19:22:40.335Z | Compiling slog-term v2.9.2 |
| 1683 | 2026-06-29T19:22:57.975Z | Compiling rustls-webpki v0.103.9 |
| 1684 | 2026-06-29T19:23:00.667Z | Compiling tokio-rustls v0.26.4 |
| 1685 | 2026-06-29T19:23:00.667Z | Compiling rustls-platform-verifier v0.6.2 |
| 1686 | 2026-06-29T19:23:00.675Z | Compiling tough v0.22.0 |
| 1687 | 2026-06-29T19:23:00.882Z | Compiling hyper-rustls v0.27.7 |
| 1688 | 2026-06-29T19:23:01.076Z | Compiling reqwest v0.13.2 |
| 1689 | 2026-06-29T19:23:03.207Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1690 | 2026-06-29T19:23:03.447Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1691 | 2026-06-29T19:23:06.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.82s |
| 1692 | 2026-06-29T19:23:06.398Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1693 | 2026-06-29T19:23:06.471Z | Jun 29 19:23:05.456 INFO Starting download, target: Cockroach |
| 1694 | 2026-06-29T19:23:06.472Z | Jun 29 19:23:05.457 INFO Starting download, target: Clickhouse |
| 1695 | 2026-06-29T19:23:06.489Z | Jun 29 19:23:05.457 INFO Starting download, target: MaghemiteMgd |
| 1696 | 2026-06-29T19:23:06.489Z | Jun 29 19:23:05.457 INFO Starting download, target: DendriteStub |
| 1697 | 2026-06-29T19:23:06.489Z | Jun 29 19:23:05.457 INFO Starting download, target: Console |
| 1698 | 2026-06-29T19:23:06.489Z | Jun 29 19:23:05.457 INFO Starting download, target: MaghemiteDdmd |
| 1699 | 2026-06-29T19:23:06.489Z | Jun 29 19:23:05.457 INFO Starting download, target: TransceiverControl |
| 1700 | 2026-06-29T19:23:06.490Z | Jun 29 19:23:05.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1701 | 2026-06-29T19:23:06.490Z | Jun 29 19:23:05.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1702 | 2026-06-29T19:23:06.490Z | Jun 29 19:23:05.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1703 | 2026-06-29T19:23:06.490Z | Jun 29 19:23:05.457 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1704 | 2026-06-29T19:23:06.490Z | Jun 29 19:23:05.457 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1705 | 2026-06-29T19:23:06.490Z | Jun 29 19:23:05.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1706 | 2026-06-29T19:23:06.490Z | Jun 29 19:23:05.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1707 | 2026-06-29T19:23:07.486Z | Jun 29 19:23:06.371 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1708 | 2026-06-29T19:23:07.735Z | Jun 29 19:23:06.601 INFO Download complete, target: TransceiverControl |
| 1709 | 2026-06-29T19:23:08.347Z | Jun 29 19:23:07.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1710 | 2026-06-29T19:23:08.603Z | Jun 29 19:23:07.520 INFO Download complete, target: Console |
| 1711 | 2026-06-29T19:23:09.220Z | Jun 29 19:23:08.138 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1712 | 2026-06-29T19:23:14.512Z | Jun 29 19:23:13.483 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1713 | 2026-06-29T19:23:14.565Z | Jun 29 19:23:13.537 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1714 | 2026-06-29T19:23:14.721Z | Jun 29 19:23:13.691 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1715 | 2026-06-29T19:23:15.695Z | Jun 29 19:23:14.674 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1716 | 2026-06-29T19:23:15.695Z | Jun 29 19:23:14.674 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1717 | 2026-06-29T19:23:15.972Z | Jun 29 19:23:14.976 INFO Checking that binary works, target: Clickhouse |
| 1718 | 2026-06-29T19:23:16.081Z | Jun 29 19:23:15.084 INFO Download complete, target: Clickhouse |
| 1719 | 2026-06-29T19:23:16.377Z | Jun 29 19:23:15.380 INFO Download complete, target: MaghemiteDdmd |
| 1720 | 2026-06-29T19:23:17.354Z | Jun 29 19:23:16.356 INFO Download complete, target: MaghemiteMgd |
| 1721 | 2026-06-29T19:23:17.398Z | Jun 29 19:23:16.399 INFO Download complete, target: DendriteStub |
| 1722 | 2026-06-29T19:23:20.327Z | Jun 29 19:23:19.331 INFO Checking that binary works, target: Cockroach |
| 1723 | 2026-06-29T19:23:20.454Z | Jun 29 19:23:19.456 INFO Download complete, target: Cockroach |
| 1724 | 2026-06-29T19:23:20.462Z | All prerequisites installed successfully |
| 1725 | 2026-06-29T19:23:20.468Z | |
| 1726 | 2026-06-29T19:23:20.468Z | real 1:52.206326568 |
| 1727 | 2026-06-29T19:23:20.468Z | user 6:50.954636205 |
| 1728 | 2026-06-29T19:23:20.468Z | sys 1:46.478378804 |
| 1729 | 2026-06-29T19:23:20.468Z | trap 0.269465104 |
| 1730 | 2026-06-29T19:23:20.468Z | tflt 1.218804592 |
| 1731 | 2026-06-29T19:23:20.469Z | dflt 1.638377010 |
| 1732 | 2026-06-29T19:23:20.469Z | kflt 0.026234005 |
| 1733 | 2026-06-29T19:23:20.469Z | lock 26:10.238456390 |
| 1734 | 2026-06-29T19:23:20.469Z | slp 18:51.723626543 |
| 1735 | 2026-06-29T19:23:20.469Z | lat 27.316529710 |
| 1736 | 2026-06-29T19:23:20.469Z | stop 2:59.913233715 |
| 1737 | 2026-06-29T19:23:20.469Z | + ptime -m cargo xtask download softnpu |
| 1738 | 2026-06-29T19:23:20.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1739 | 2026-06-29T19:23:20.951Z | Running `target/debug/xtask download softnpu` |
| 1740 | 2026-06-29T19:23:21.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1741 | 2026-06-29T19:23:21.691Z | Running `target/debug/xtask-downloader softnpu` |
| 1742 | 2026-06-29T19:23:21.748Z | Jun 29 19:23:20.732 INFO Starting download, target: Softnpu |
| 1743 | 2026-06-29T19:23:21.786Z | Jun 29 19:23:20.733 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1744 | 2026-06-29T19:23:22.485Z | Jun 29 19:23:21.485 INFO Download complete, target: Softnpu |
| 1745 | 2026-06-29T19:23:22.489Z | |
| 1746 | 2026-06-29T19:23:22.489Z | real 2.020274560 |
| 1747 | 2026-06-29T19:23:22.489Z | user 1.229087916 |
| 1748 | 2026-06-29T19:23:22.489Z | sys 0.591591281 |
| 1749 | 2026-06-29T19:23:22.489Z | trap 0.000665300 |
| 1750 | 2026-06-29T19:23:22.489Z | tflt 0.000284320 |
| 1751 | 2026-06-29T19:23:22.489Z | dflt 0.000231830 |
| 1752 | 2026-06-29T19:23:22.489Z | kflt 0.000000000 |
| 1753 | 2026-06-29T19:23:22.489Z | lock 14.047694302 |
| 1754 | 2026-06-29T19:23:22.489Z | slp 0.646447333 |
| 1755 | 2026-06-29T19:23:22.489Z | lat 0.082351616 |
| 1756 | 2026-06-29T19:23:22.489Z | stop 0.000181060 |
| 1757 | 2026-06-29T19:23:22.489Z | + export CARGO_INCREMENTAL=0 |
| 1758 | 2026-06-29T19:23:22.489Z | + CARGO_INCREMENTAL=0 |
| 1759 | 2026-06-29T19:23:22.490Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1760 | 2026-06-29T19:23:23.332Z | Compiling proc-macro2 v1.0.106 |
| 1761 | 2026-06-29T19:23:23.333Z | Compiling quote v1.0.45 |
| 1762 | 2026-06-29T19:23:23.333Z | Compiling unicode-ident v1.0.24 |
| 1763 | 2026-06-29T19:23:23.333Z | Compiling libc v0.2.185 |
| 1764 | 2026-06-29T19:23:23.339Z | Compiling serde_core v1.0.228 |
| 1765 | 2026-06-29T19:23:23.339Z | Compiling serde v1.0.228 |
| 1766 | 2026-06-29T19:23:23.339Z | Compiling cfg-if v1.0.4 |
| 1767 | 2026-06-29T19:23:23.339Z | Compiling version_check v0.9.5 |
| 1768 | 2026-06-29T19:23:23.339Z | Compiling typenum v1.19.0 |
| 1769 | 2026-06-29T19:23:23.340Z | Compiling shlex v1.3.0 |
| 1770 | 2026-06-29T19:23:23.340Z | Compiling find-msvc-tools v0.1.9 |
| 1771 | 2026-06-29T19:23:23.471Z | Compiling autocfg v1.5.0 |
| 1772 | 2026-06-29T19:23:23.477Z | Compiling zmij v1.0.21 |
| 1773 | 2026-06-29T19:23:23.477Z | Compiling memchr v2.8.0 |
| 1774 | 2026-06-29T19:23:23.477Z | Compiling serde_json v1.0.150 |
| 1775 | 2026-06-29T19:23:23.742Z | Compiling portable-atomic v1.13.1 |
| 1776 | 2026-06-29T19:23:23.800Z | Compiling libm v0.2.16 |
| 1777 | 2026-06-29T19:23:23.804Z | Compiling generic-array v0.14.7 |
| 1778 | 2026-06-29T19:23:23.804Z | Compiling zerocopy v0.8.40 |
| 1779 | 2026-06-29T19:23:23.853Z | Compiling icu_properties_data v2.1.2 |
| 1780 | 2026-06-29T19:23:23.902Z | Compiling smallvec v1.15.1 |
| 1781 | 2026-06-29T19:23:23.926Z | Compiling parking_lot_core v0.9.12 |
| 1782 | 2026-06-29T19:23:24.046Z | Compiling num-traits v0.2.19 |
| 1783 | 2026-06-29T19:23:24.092Z | Compiling icu_normalizer_data v2.1.1 |
| 1784 | 2026-06-29T19:23:24.096Z | Compiling itoa v1.0.17 |
| 1785 | 2026-06-29T19:23:24.096Z | Compiling getrandom v0.4.1 |
| 1786 | 2026-06-29T19:23:24.140Z | Compiling log v0.4.29 |
| 1787 | 2026-06-29T19:23:24.196Z | Compiling stable_deref_trait v1.2.1 |
| 1788 | 2026-06-29T19:23:24.226Z | Compiling pkg-config v0.3.32 |
| 1789 | 2026-06-29T19:23:24.318Z | Compiling subtle v2.6.1 |
| 1790 | 2026-06-29T19:23:24.374Z | Compiling jobserver v0.1.34 |
| 1791 | 2026-06-29T19:23:24.409Z | Compiling errno v0.3.14 |
| 1792 | 2026-06-29T19:23:24.426Z | Compiling getrandom v0.2.17 |
| 1793 | 2026-06-29T19:23:24.535Z | Compiling scopeguard v1.2.0 |
| 1794 | 2026-06-29T19:23:24.595Z | Compiling cc v1.2.56 |
| 1795 | 2026-06-29T19:23:24.631Z | Compiling rand_core v0.6.4 |
| 1796 | 2026-06-29T19:23:24.670Z | Compiling lock_api v0.4.14 |
| 1797 | 2026-06-29T19:23:24.733Z | Compiling fnv v1.0.7 |
| 1798 | 2026-06-29T19:23:24.750Z | Compiling syn v2.0.117 |
| 1799 | 2026-06-29T19:23:24.767Z | Compiling percent-encoding v2.3.2 |
| 1800 | 2026-06-29T19:23:24.785Z | Compiling writeable v0.6.2 |
| 1801 | 2026-06-29T19:23:24.834Z | Compiling litemap v0.8.1 |
| 1802 | 2026-06-29T19:23:24.875Z | Compiling thiserror v2.0.18 |
| 1803 | 2026-06-29T19:23:25.041Z | Compiling getrandom v0.3.4 |
| 1804 | 2026-06-29T19:23:25.041Z | Compiling pin-project-lite v0.2.17 |
| 1805 | 2026-06-29T19:23:25.125Z | Compiling rand_core v0.10.0 |
| 1806 | 2026-06-29T19:23:25.135Z | Compiling equivalent v1.0.2 |
| 1807 | 2026-06-29T19:23:25.204Z | Compiling schemars v0.8.22 |
| 1808 | 2026-06-29T19:23:25.229Z | Compiling rustversion v1.0.22 |
| 1809 | 2026-06-29T19:23:25.249Z | Compiling critical-section v1.2.0 |
| 1810 | 2026-06-29T19:23:25.290Z | Compiling utf8_iter v1.0.4 |
| 1811 | 2026-06-29T19:23:25.344Z | Compiling fs_extra v1.3.0 |
| 1812 | 2026-06-29T19:23:25.395Z | Compiling cmake v0.1.57 |
| 1813 | 2026-06-29T19:23:25.412Z | Compiling rustix v1.1.3 |
| 1814 | 2026-06-29T19:23:25.448Z | Compiling dunce v1.0.5 |
| 1815 | 2026-06-29T19:23:25.494Z | Compiling form_urlencoded v1.2.2 |
| 1816 | 2026-06-29T19:23:25.535Z | Compiling hashbrown v0.17.0 |
| 1817 | 2026-06-29T19:23:25.632Z | Compiling const-oid v0.9.6 |
| 1818 | 2026-06-29T19:23:25.775Z | Compiling once_cell v1.21.3 |
| 1819 | 2026-06-29T19:23:25.790Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-06-29T19:23:25.812Z | Compiling heck v0.5.0 |
| 1821 | 2026-06-29T19:23:26.019Z | Compiling bitflags v2.11.0 |
| 1822 | 2026-06-29T19:23:26.046Z | Compiling semver v1.0.28 |
| 1823 | 2026-06-29T19:23:26.071Z | Compiling aws-lc-sys v0.40.0 |
| 1824 | 2026-06-29T19:23:26.097Z | Compiling indexmap v2.14.0 |
| 1825 | 2026-06-29T19:23:26.153Z | Compiling parking_lot v0.12.5 |
| 1826 | 2026-06-29T19:23:26.180Z | Compiling socket2 v0.6.3 |
| 1827 | 2026-06-29T19:23:26.204Z | Compiling mio v1.2.0 |
| 1828 | 2026-06-29T19:23:26.220Z | Compiling futures-core v0.3.32 |
| 1829 | 2026-06-29T19:23:26.282Z | Compiling aws-lc-rs v1.16.3 |
| 1830 | 2026-06-29T19:23:26.396Z | Compiling thiserror v1.0.69 |
| 1831 | 2026-06-29T19:23:26.407Z | Compiling strsim v0.11.1 |
| 1832 | 2026-06-29T19:23:26.436Z | Compiling httparse v1.10.1 |
| 1833 | 2026-06-29T19:23:26.591Z | Compiling iana-time-zone v0.1.65 |
| 1834 | 2026-06-29T19:23:26.743Z | Compiling ucd-trie v0.1.7 |
| 1835 | 2026-06-29T19:23:26.743Z | Compiling byteorder v1.5.0 |
| 1836 | 2026-06-29T19:23:26.819Z | Compiling ident_case v1.0.1 |
| 1837 | 2026-06-29T19:23:26.850Z | Compiling syn v1.0.109 |
| 1838 | 2026-06-29T19:23:26.901Z | Compiling regex-syntax v0.8.10 |
| 1839 | 2026-06-29T19:23:26.916Z | Compiling pest v2.8.6 |
| 1840 | 2026-06-29T19:23:26.936Z | Compiling vcpkg v0.2.15 |
| 1841 | 2026-06-29T19:23:26.940Z | Compiling uuid v1.23.4 |
| 1842 | 2026-06-29T19:23:27.193Z | Compiling rustc_version v0.4.1 |
| 1843 | 2026-06-29T19:23:27.252Z | Compiling futures-sink v0.3.32 |
| 1844 | 2026-06-29T19:23:27.305Z | Compiling cpufeatures v0.2.17 |
| 1845 | 2026-06-29T19:23:27.387Z | Compiling rustls v0.23.41 |
| 1846 | 2026-06-29T19:23:27.408Z | Compiling futures-channel v0.3.32 |
| 1847 | 2026-06-29T19:23:27.509Z | Compiling aho-corasick v1.1.4 |
| 1848 | 2026-06-29T19:23:27.556Z | Compiling openssl-sys v0.9.115 |
| 1849 | 2026-06-29T19:23:27.615Z | Compiling futures-task v0.3.32 |
| 1850 | 2026-06-29T19:23:27.631Z | Compiling dyn-clone v1.0.20 |
| 1851 | 2026-06-29T19:23:27.631Z | Compiling slab v0.4.12 |
| 1852 | 2026-06-29T19:23:27.660Z | Compiling synstructure v0.13.2 |
| 1853 | 2026-06-29T19:23:27.730Z | Compiling serde_derive_internals v0.29.1 |
| 1854 | 2026-06-29T19:23:27.774Z | Compiling futures-io v0.3.32 |
| 1855 | 2026-06-29T19:23:28.029Z | Compiling pest_meta v2.8.6 |
| 1856 | 2026-06-29T19:23:28.060Z | Compiling plain v0.2.3 |
| 1857 | 2026-06-29T19:23:28.077Z | Compiling num-conv v0.2.0 |
| 1858 | 2026-06-29T19:23:28.093Z | Compiling crc32fast v1.5.0 |
| 1859 | 2026-06-29T19:23:28.107Z | Compiling time-core v0.1.8 |
| 1860 | 2026-06-29T19:23:28.192Z | Compiling base64 v0.22.1 |
| 1861 | 2026-06-29T19:23:28.209Z | Compiling crossbeam-utils v0.8.21 |
| 1862 | 2026-06-29T19:23:28.290Z | Compiling time-macros v0.2.27 |
| 1863 | 2026-06-29T19:23:28.395Z | Compiling openssl v0.10.79 |
| 1864 | 2026-06-29T19:23:28.409Z | Compiling regex-automata v0.4.14 |
| 1865 | 2026-06-29T19:23:28.479Z | Compiling pretty-hex v0.4.1 |
| 1866 | 2026-06-29T19:23:28.509Z | Compiling base64ct v1.8.3 |
| 1867 | 2026-06-29T19:23:28.541Z | Compiling anyhow v1.0.102 |
| 1868 | 2026-06-29T19:23:28.568Z | Compiling darling_core v0.21.3 |
| 1869 | 2026-06-29T19:23:28.642Z | Compiling pest_generator v2.8.6 |
| 1870 | 2026-06-29T19:23:28.657Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1871 | 2026-06-29T19:23:28.712Z | Compiling native-tls v0.2.18 |
| 1872 | 2026-06-29T19:23:28.729Z | Compiling flagset v0.4.7 |
| 1873 | 2026-06-29T19:23:28.818Z | Compiling pem-rfc7468 v0.7.0 |
| 1874 | 2026-06-29T19:23:28.837Z | Compiling rand_core v0.9.5 |
| 1875 | 2026-06-29T19:23:28.913Z | Compiling serde_derive v1.0.228 |
| 1876 | 2026-06-29T19:23:28.931Z | Compiling zeroize_derive v1.4.3 |
| 1877 | 2026-06-29T19:23:28.959Z | Compiling zerofrom-derive v0.1.6 |
| 1878 | 2026-06-29T19:23:28.975Z | Compiling yoke-derive v0.8.1 |
| 1879 | 2026-06-29T19:23:29.061Z | Compiling zerovec-derive v0.11.2 |
| 1880 | 2026-06-29T19:23:29.077Z | Compiling displaydoc v0.2.5 |
| 1881 | 2026-06-29T19:23:29.077Z | Compiling zerocopy-derive v0.8.40 |
| 1882 | 2026-06-29T19:23:29.114Z | Compiling tokio-macros v2.7.0 |
| 1883 | 2026-06-29T19:23:29.279Z | Compiling futures-macro v0.3.32 |
| 1884 | 2026-06-29T19:23:29.295Z | Compiling thiserror-impl v2.0.18 |
| 1885 | 2026-06-29T19:23:29.343Z | Compiling schemars_derive v0.8.22 |
| 1886 | 2026-06-29T19:23:29.560Z | Compiling zeroize v1.8.2 |
| 1887 | 2026-06-29T19:23:29.838Z | Compiling tracing-attributes v0.1.31 |
| 1888 | 2026-06-29T19:23:29.941Z | Compiling der_derive v0.7.3 |
| 1889 | 2026-06-29T19:23:30.100Z | Compiling zerofrom v0.1.6 |
| 1890 | 2026-06-29T19:23:30.133Z | Compiling thiserror-impl v1.0.69 |
| 1891 | 2026-06-29T19:23:30.248Z | Compiling yoke v0.8.1 |
| 1892 | 2026-06-29T19:23:30.409Z | Compiling crypto-common v0.1.7 |
| 1893 | 2026-06-29T19:23:30.462Z | Compiling zerovec v0.11.5 |
| 1894 | 2026-06-29T19:23:30.478Z | Compiling zerotrie v0.2.3 |
| 1895 | 2026-06-29T19:23:30.582Z | Compiling block-buffer v0.10.4 |
| 1896 | 2026-06-29T19:23:30.742Z | Compiling digest v0.10.7 |
| 1897 | 2026-06-29T19:23:30.763Z | Compiling pest_derive v2.8.6 |
| 1898 | 2026-06-29T19:23:30.887Z | Compiling futures-util v0.3.32 |
| 1899 | 2026-06-29T19:23:30.945Z | Compiling hmac v0.12.1 |
| 1900 | 2026-06-29T19:23:31.062Z | Compiling tinystr v0.8.2 |
| 1901 | 2026-06-29T19:23:31.068Z | Compiling potential_utf v0.1.4 |
| 1902 | 2026-06-29T19:23:31.151Z | Compiling block-padding v0.3.3 |
| 1903 | 2026-06-29T19:23:31.242Z | Compiling icu_locale_core v2.1.1 |
| 1904 | 2026-06-29T19:23:31.257Z | Compiling icu_collections v2.1.1 |
| 1905 | 2026-06-29T19:23:31.293Z | Compiling inout v0.1.4 |
| 1906 | 2026-06-29T19:23:31.324Z | Compiling sha2 v0.10.9 |
| 1907 | 2026-06-29T19:23:31.327Z | Compiling scroll_derive v0.12.1 |
| 1908 | 2026-06-29T19:23:31.469Z | Compiling cipher v0.4.4 |
| 1909 | 2026-06-29T19:23:31.523Z | Compiling scroll_derive v0.13.1 |
| 1910 | 2026-06-29T19:23:31.914Z | Compiling icu_provider v2.1.1 |
| 1911 | 2026-06-29T19:23:31.937Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-06-29T19:23:32.034Z | Compiling der v0.7.10 |
| 1913 | 2026-06-29T19:23:32.098Z | Compiling bytes v1.11.1 |
| 1914 | 2026-06-29T19:23:32.220Z | Compiling icu_normalizer v2.1.1 |
| 1915 | 2026-06-29T19:23:32.238Z | Compiling icu_properties v2.1.2 |
| 1916 | 2026-06-29T19:23:32.298Z | Compiling chrono v0.4.44 |
| 1917 | 2026-06-29T19:23:32.387Z | Compiling serde_tokenstream v0.2.3 |
| 1918 | 2026-06-29T19:23:32.698Z | Compiling tokio v1.52.1 |
| 1919 | 2026-06-29T19:23:32.810Z | Compiling http v1.4.2 |
| 1920 | 2026-06-29T19:23:33.136Z | Compiling idna_adapter v1.2.1 |
| 1921 | 2026-06-29T19:23:33.152Z | Compiling darling_macro v0.21.3 |
| 1922 | 2026-06-29T19:23:33.296Z | Compiling idna v1.1.0 |
| 1923 | 2026-06-29T19:23:33.431Z | Compiling ppv-lite86 v0.2.21 |
| 1924 | 2026-06-29T19:23:33.585Z | Compiling regex v1.12.3 |
| 1925 | 2026-06-29T19:23:33.733Z | Compiling url v2.5.8 |
| 1926 | 2026-06-29T19:23:33.739Z | Compiling zerocopy-derive v0.7.35 |
| 1927 | 2026-06-29T19:23:33.764Z | Compiling slog v2.8.2 |
| 1928 | 2026-06-29T19:23:33.785Z | Compiling tracing-core v0.1.36 |
| 1929 | 2026-06-29T19:23:34.010Z | Compiling cookie v0.18.1 |
| 1930 | 2026-06-29T19:23:34.214Z | Compiling tracing v0.1.44 |
| 1931 | 2026-06-29T19:23:34.644Z | Compiling darling v0.21.3 |
| 1932 | 2026-06-29T19:23:34.687Z | Compiling spki v0.7.3 |
| 1933 | 2026-06-29T19:23:34.731Z | Compiling salsa20 v0.10.2 |
| 1934 | 2026-06-29T19:23:34.823Z | Compiling pbkdf2 v0.12.2 |
| 1935 | 2026-06-29T19:23:34.980Z | Compiling camino v1.2.2 |
| 1936 | 2026-06-29T19:23:35.339Z | Compiling scrypt v0.11.0 |
| 1937 | 2026-06-29T19:23:35.354Z | Compiling rand_chacha v0.9.0 |
| 1938 | 2026-06-29T19:23:35.397Z | Compiling http-body v1.0.1 |
| 1939 | 2026-06-29T19:23:35.436Z | Compiling cbc v0.1.2 |
| 1940 | 2026-06-29T19:23:35.458Z | Compiling aes v0.8.4 |
| 1941 | 2026-06-29T19:23:35.550Z | Compiling rustls-pki-types v1.14.0 |
| 1942 | 2026-06-29T19:23:35.630Z | Compiling usdt-impl v0.5.0 |
| 1943 | 2026-06-29T19:23:35.658Z | Compiling paste v1.0.15 |
| 1944 | 2026-06-29T19:23:35.743Z | Compiling fastrand v2.3.0 |
| 1945 | 2026-06-29T19:23:35.773Z | Compiling tinyvec_macros v0.1.1 |
| 1946 | 2026-06-29T19:23:35.815Z | Compiling openssl-probe v0.2.1 |
| 1947 | 2026-06-29T19:23:35.860Z | Compiling usdt-impl v0.6.0 |
| 1948 | 2026-06-29T19:23:35.940Z | Compiling either v1.15.0 |
| 1949 | 2026-06-29T19:23:35.956Z | Compiling ref-cast v1.0.25 |
| 1950 | 2026-06-29T19:23:36.007Z | Compiling tinyvec v1.10.0 |
| 1951 | 2026-06-29T19:23:36.030Z | Compiling pkcs5 v0.7.1 |
| 1952 | 2026-06-29T19:23:36.066Z | Compiling rand v0.9.2 |
| 1953 | 2026-06-29T19:23:36.193Z | Compiling scroll v0.13.0 |
| 1954 | 2026-06-29T19:23:36.196Z | Compiling toml_datetime v0.6.11 |
| 1955 | 2026-06-29T19:23:36.265Z | Compiling serde_spanned v0.6.9 |
| 1956 | 2026-06-29T19:23:36.372Z | Compiling scroll v0.12.0 |
| 1957 | 2026-06-29T19:23:36.389Z | Compiling async-trait v0.1.89 |
| 1958 | 2026-06-29T19:23:36.393Z | Compiling heapless v0.7.17 |
| 1959 | 2026-06-29T19:23:36.482Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1960 | 2026-06-29T19:23:36.517Z | Compiling litrs v1.0.0 |
| 1961 | 2026-06-29T19:23:36.520Z | Compiling untrusted v0.7.1 |
| 1962 | 2026-06-29T19:23:36.656Z | Compiling tokio-util v0.7.18 |
| 1963 | 2026-06-29T19:23:36.674Z | Compiling tower-service v0.3.3 |
| 1964 | 2026-06-29T19:23:36.677Z | Compiling try-lock v0.2.5 |
| 1965 | 2026-06-29T19:23:36.708Z | Compiling rustix v0.38.44 |
| 1966 | 2026-06-29T19:23:36.711Z | Compiling signal-hook v0.3.18 |
| 1967 | 2026-06-29T19:23:36.810Z | Compiling tower-layer v0.3.3 |
| 1968 | 2026-06-29T19:23:36.814Z | Compiling zstd-safe v7.2.4 |
| 1969 | 2026-06-29T19:23:36.817Z | Compiling winnow v0.7.14 |
| 1970 | 2026-06-29T19:23:36.818Z | Compiling atomic-waker v1.1.2 |
| 1971 | 2026-06-29T19:23:36.845Z | Compiling winnow v1.0.3 |
| 1972 | 2026-06-29T19:23:36.941Z | Compiling want v0.3.1 |
| 1973 | 2026-06-29T19:23:37.040Z | Compiling document-features v0.2.12 |
| 1974 | 2026-06-29T19:23:37.056Z | Compiling goblin v0.8.2 |
| 1975 | 2026-06-29T19:23:37.213Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1976 | 2026-06-29T19:23:37.292Z | Compiling goblin v0.10.5 |
| 1977 | 2026-06-29T19:23:37.421Z | Compiling h2 v0.4.15 |
| 1978 | 2026-06-29T19:23:37.617Z | Compiling pkcs8 v0.10.2 |
| 1979 | 2026-06-29T19:23:37.684Z | Compiling zerocopy v0.7.35 |
| 1980 | 2026-06-29T19:23:37.838Z | Compiling ipnet v2.11.0 |
| 1981 | 2026-06-29T19:23:37.929Z | Compiling ref-cast-impl v1.0.25 |
| 1982 | 2026-06-29T19:23:37.959Z | Compiling darling_core v0.20.11 |
| 1983 | 2026-06-29T19:23:38.117Z | Compiling curve25519-dalek v4.1.3 |
| 1984 | 2026-06-29T19:23:38.282Z | Compiling memoffset v0.9.1 |
| 1985 | 2026-06-29T19:23:38.308Z | Compiling untrusted v0.9.0 |
| 1986 | 2026-06-29T19:23:38.397Z | Compiling utf8parse v0.2.2 |
| 1987 | 2026-06-29T19:23:38.453Z | Compiling foreign-types-shared v0.1.1 |
| 1988 | 2026-06-29T19:23:38.497Z | Compiling httpdate v1.0.3 |
| 1989 | 2026-06-29T19:23:38.563Z | Compiling winnow v0.5.40 |
| 1990 | 2026-06-29T19:23:38.737Z | Compiling powerfmt v0.2.0 |
| 1991 | 2026-06-29T19:23:38.851Z | Compiling tempfile v3.25.0 |
| 1992 | 2026-06-29T19:23:38.866Z | Compiling foreign-types v0.3.2 |
| 1993 | 2026-06-29T19:23:38.926Z | Compiling deranged v0.5.8 |
| 1994 | 2026-06-29T19:23:39.210Z | Compiling unicode-normalization v0.1.25 |
| 1995 | 2026-06-29T19:23:39.294Z | Compiling dtrace-parser v0.2.0 |
| 1996 | 2026-06-29T19:23:39.687Z | Compiling dof v0.3.0 |
| 1997 | 2026-06-29T19:23:39.903Z | Compiling toml_edit v0.19.15 |
| 1998 | 2026-06-29T19:23:39.946Z | Compiling darling_macro v0.20.11 |
| 1999 | 2026-06-29T19:23:40.077Z | Compiling dof v0.4.0 |
| 2000 | 2026-06-29T19:23:40.132Z | Compiling dtrace-parser v0.3.0 |
| 2001 | 2026-06-29T19:23:40.359Z | Compiling pin-project-internal v1.1.11 |
| 2002 | 2026-06-29T19:23:40.451Z | Compiling daft-derive v0.1.7 |
| 2003 | 2026-06-29T19:23:40.494Z | Compiling spin v0.9.8 |
| 2004 | 2026-06-29T19:23:40.512Z | Compiling thread-id v5.1.0 |
| 2005 | 2026-06-29T19:23:40.616Z | Compiling thread-id v4.2.2 |
| 2006 | 2026-06-29T19:23:40.720Z | Compiling hyper v1.10.1 |
| 2007 | 2026-06-29T19:23:40.737Z | Compiling num_threads v0.1.7 |
| 2008 | 2026-06-29T19:23:40.767Z | Compiling cfg_aliases v0.2.1 |
| 2009 | 2026-06-29T19:23:41.002Z | Compiling anstyle v1.0.14 |
| 2010 | 2026-06-29T19:23:41.046Z | Compiling smoltcp v0.9.1 |
| 2011 | 2026-06-29T19:23:41.158Z | Compiling num-bigint-dig v0.8.6 |
| 2012 | 2026-06-29T19:23:41.190Z | Compiling time v0.3.47 |
| 2013 | 2026-06-29T19:23:41.246Z | Compiling nix v0.31.2 |
| 2014 | 2026-06-29T19:23:41.420Z | Compiling darling v0.20.11 |
| 2015 | 2026-06-29T19:23:41.562Z | Compiling ipnetwork v0.21.1 |
| 2016 | 2026-06-29T19:23:41.833Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2017 | 2026-06-29T19:23:41.882Z | Compiling hyper-util v0.1.20 |
| 2018 | 2026-06-29T19:23:42.107Z | Compiling strum_macros v0.26.4 |
| 2019 | 2026-06-29T19:23:42.245Z | Compiling sync_wrapper v1.0.2 |
| 2020 | 2026-06-29T19:23:42.263Z | Compiling wait-timeout v0.2.1 |
| 2021 | 2026-06-29T19:23:42.464Z | Compiling is_terminal_polyfill v1.70.2 |
| 2022 | 2026-06-29T19:23:42.507Z | Compiling bit-vec v0.8.0 |
| 2023 | 2026-06-29T19:23:42.523Z | Compiling quick-error v1.2.3 |
| 2024 | 2026-06-29T19:23:42.571Z | Compiling anstyle-query v1.1.5 |
| 2025 | 2026-06-29T19:23:42.653Z | Compiling colorchoice v1.0.4 |
| 2026 | 2026-06-29T19:23:42.667Z | Compiling siphasher v1.0.2 |
| 2027 | 2026-06-29T19:23:42.703Z | Compiling simd-adler32 v0.3.8 |
| 2028 | 2026-06-29T19:23:42.827Z | Compiling bit-set v0.8.0 |
| 2029 | 2026-06-29T19:23:42.989Z | Compiling rusty-fork v0.3.1 |
| 2030 | 2026-06-29T19:23:43.161Z | Compiling tower v0.5.3 |
| 2031 | 2026-06-29T19:23:43.498Z | Compiling derive_builder_core v0.20.2 |
| 2032 | 2026-06-29T19:23:43.566Z | Compiling http-body-util v0.1.3 |
| 2033 | 2026-06-29T19:23:43.673Z | Compiling signature v2.2.0 |
| 2034 | 2026-06-29T19:23:43.838Z | Compiling hubpack_derive v0.1.1 |
| 2035 | 2026-06-29T19:23:43.850Z | Compiling rand_xorshift v0.4.0 |
| 2036 | 2026-06-29T19:23:43.969Z | Compiling snafu-derive v0.8.9 |
| 2037 | 2026-06-29T19:23:43.992Z | Compiling strum_macros v0.27.2 |
| 2038 | 2026-06-29T19:23:44.096Z | Compiling fs-err v3.3.0 |
| 2039 | 2026-06-29T19:23:44.194Z | Compiling ahash v0.8.12 |
| 2040 | 2026-06-29T19:23:44.319Z | Compiling adler2 v2.0.1 |
| 2041 | 2026-06-29T19:23:44.334Z | Compiling unicode-properties v0.1.4 |
| 2042 | 2026-06-29T19:23:44.432Z | Compiling allocator-api2 v0.2.21 |
| 2043 | 2026-06-29T19:23:44.466Z | Compiling unarray v0.1.4 |
| 2044 | 2026-06-29T19:23:44.564Z | Compiling ryu v1.0.23 |
| 2045 | 2026-06-29T19:23:44.579Z | Compiling unicode-segmentation v1.12.0 |
| 2046 | 2026-06-29T19:23:44.598Z | Compiling iri-string v0.7.10 |
| 2047 | 2026-06-29T19:23:44.614Z | Compiling unicode-bidi v0.3.18 |
| 2048 | 2026-06-29T19:23:44.762Z | Compiling object v0.37.3 |
| 2049 | 2026-06-29T19:23:44.781Z | Compiling serde_urlencoded v0.7.1 |
| 2050 | 2026-06-29T19:23:44.897Z | Compiling proptest v1.11.0 |
| 2051 | 2026-06-29T19:23:45.009Z | Compiling stringprep v0.1.5 |
| 2052 | 2026-06-29T19:23:45.086Z | Compiling miniz_oxide v0.8.9 |
| 2053 | 2026-06-29T19:23:45.331Z | Compiling derive_builder_macro v0.20.2 |
| 2054 | 2026-06-29T19:23:45.460Z | Compiling tokio-native-tls v0.3.1 |
| 2055 | 2026-06-29T19:23:45.679Z | Compiling usdt-attr-macro v0.6.0 |
| 2056 | 2026-06-29T19:23:45.682Z | Compiling usdt-macro v0.6.0 |
| 2057 | 2026-06-29T19:23:45.833Z | Compiling tower-http v0.6.8 |
| 2058 | 2026-06-29T19:23:45.853Z | Compiling anstyle-parse v1.0.0 |
| 2059 | 2026-06-29T19:23:46.093Z | Compiling rustls-native-certs v0.8.3 |
| 2060 | 2026-06-29T19:23:46.254Z | Compiling rand_chacha v0.3.1 |
| 2061 | 2026-06-29T19:23:46.284Z | Compiling erased-serde v0.3.31 |
| 2062 | 2026-06-29T19:23:46.365Z | Compiling md-5 v0.10.6 |
| 2063 | 2026-06-29T19:23:46.382Z | Compiling bstr v1.12.1 |
| 2064 | 2026-06-29T19:23:46.539Z | Compiling num-integer v0.1.46 |
| 2065 | 2026-06-29T19:23:46.597Z | Compiling hash32 v0.2.1 |
| 2066 | 2026-06-29T19:23:46.687Z | Compiling vergen-lib v9.1.0 |
| 2067 | 2026-06-29T19:23:46.718Z | Compiling ff v0.13.1 |
| 2068 | 2026-06-29T19:23:46.805Z | Compiling encoding_rs v0.8.35 |
| 2069 | 2026-06-29T19:23:46.859Z | Compiling mime v0.3.17 |
| 2070 | 2026-06-29T19:23:46.877Z | Compiling zlib-rs v0.6.2 |
| 2071 | 2026-06-29T19:23:46.907Z | Compiling psl-types v2.0.11 |
| 2072 | 2026-06-29T19:23:46.910Z | Compiling fallible-iterator v0.2.0 |
| 2073 | 2026-06-29T19:23:46.940Z | Compiling base16ct v0.2.0 |
| 2074 | 2026-06-29T19:23:47.049Z | Compiling publicsuffix v2.3.0 |
| 2075 | 2026-06-29T19:23:47.156Z | Compiling sec1 v0.7.3 |
| 2076 | 2026-06-29T19:23:47.242Z | Compiling postgres-protocol v0.6.10 |
| 2077 | 2026-06-29T19:23:47.271Z | Compiling newtype-uuid v1.3.2 |
| 2078 | 2026-06-29T19:23:47.349Z | Compiling group v0.13.0 |
| 2079 | 2026-06-29T19:23:47.385Z | Compiling num-iter v0.1.45 |
| 2080 | 2026-06-29T19:23:47.598Z | Compiling rand v0.8.6 |
| 2081 | 2026-06-29T19:23:48.076Z | Compiling anstream v1.0.0 |
| 2082 | 2026-06-29T19:23:48.117Z | Compiling oxnet v0.1.6 |
| 2083 | 2026-06-29T19:23:48.169Z | Compiling derive_builder v0.20.2 |
| 2084 | 2026-06-29T19:23:48.188Z | Compiling hyper-tls v0.6.0 |
| 2085 | 2026-06-29T19:23:48.239Z | Compiling heck v0.4.1 |
| 2086 | 2026-06-29T19:23:48.256Z | Compiling phf_shared v0.13.1 |
| 2087 | 2026-06-29T19:23:48.259Z | Compiling pin-project v1.1.11 |
| 2088 | 2026-06-29T19:23:48.385Z | Compiling lazy_static v1.5.0 |
| 2089 | 2026-06-29T19:23:48.416Z | Compiling anstyle-parse v0.2.7 |
| 2090 | 2026-06-29T19:23:48.516Z | Compiling terminal_size v0.4.3 |
| 2091 | 2026-06-29T19:23:48.533Z | Compiling serde_with_macros v3.17.0 |
| 2092 | 2026-06-29T19:23:48.548Z | Compiling futures-executor v0.3.32 |
| 2093 | 2026-06-29T19:23:48.565Z | Compiling hex v0.4.3 |
| 2094 | 2026-06-29T19:23:48.627Z | Compiling hkdf v0.12.4 |
| 2095 | 2026-06-29T19:23:48.662Z | Compiling crypto-bigint v0.5.5 |
| 2096 | 2026-06-29T19:23:48.679Z | Compiling enum-as-inner v0.6.1 |
| 2097 | 2026-06-29T19:23:48.782Z | Compiling async-recursion v1.1.1 |
| 2098 | 2026-06-29T19:23:48.799Z | Compiling serde_repr v0.1.20 |
| 2099 | 2026-06-29T19:23:48.815Z | Compiling clap_derive v4.6.1 |
| 2100 | 2026-06-29T19:23:48.872Z | Compiling vergen v9.1.0 |
| 2101 | 2026-06-29T19:23:48.932Z | Compiling cargo-platform v0.3.2 |
| 2102 | 2026-06-29T19:23:48.986Z | Compiling flate2 v1.1.9 |
| 2103 | 2026-06-29T19:23:49.207Z | Compiling managed v0.8.0 |
| 2104 | 2026-06-29T19:23:49.222Z | Compiling same-file v1.0.6 |
| 2105 | 2026-06-29T19:23:49.367Z | Compiling foldhash v0.1.5 |
| 2106 | 2026-06-29T19:23:49.407Z | Compiling bitflags v1.3.2 |
| 2107 | 2026-06-29T19:23:49.485Z | Compiling libbz2-rs-sys v0.2.2 |
| 2108 | 2026-06-29T19:23:49.501Z | Compiling bumpalo v3.20.2 |
| 2109 | 2026-06-29T19:23:49.520Z | Compiling clap_lex v1.0.0 |
| 2110 | 2026-06-29T19:23:49.573Z | Compiling foldhash v0.2.0 |
| 2111 | 2026-06-29T19:23:49.717Z | Compiling zopfli v0.8.3 |
| 2112 | 2026-06-29T19:23:49.750Z | Compiling hashbrown v0.16.1 |
| 2113 | 2026-06-29T19:23:49.765Z | Compiling clap_builder v4.6.0 |
| 2114 | 2026-06-29T19:23:49.800Z | Compiling elliptic-curve v0.13.8 |
| 2115 | 2026-06-29T19:23:50.028Z | Compiling bzip2 v0.6.1 |
| 2116 | 2026-06-29T19:23:50.108Z | Compiling hashbrown v0.15.5 |
| 2117 | 2026-06-29T19:23:50.257Z | Compiling walkdir v2.5.0 |
| 2118 | 2026-06-29T19:23:50.320Z | Compiling cargo_metadata v0.23.1 |
| 2119 | 2026-06-29T19:23:50.469Z | Compiling futures v0.3.32 |
| 2120 | 2026-06-29T19:23:50.556Z | Compiling zstd v0.13.3 |
| 2121 | 2026-06-29T19:23:50.778Z | Compiling anstream v0.6.21 |
| 2122 | 2026-06-29T19:23:50.937Z | Compiling phf v0.13.1 |
| 2123 | 2026-06-29T19:23:51.085Z | Compiling daft v0.1.7 |
| 2124 | 2026-06-29T19:23:51.117Z | Compiling reqwest v0.12.28 |
| 2125 | 2026-06-29T19:23:51.179Z | Compiling snafu v0.8.9 |
| 2126 | 2026-06-29T19:23:51.543Z | Compiling signal-hook-mio v0.2.5 |
| 2127 | 2026-06-29T19:23:51.581Z | Compiling cookie_store v0.22.1 |
| 2128 | 2026-06-29T19:23:51.643Z | Compiling postgres-types v0.2.12 |
| 2129 | 2026-06-29T19:23:51.673Z | Compiling bzip2 v0.4.4 |
| 2130 | 2026-06-29T19:23:51.688Z | Compiling globset v0.4.18 |
| 2131 | 2026-06-29T19:23:51.716Z | Compiling strum v0.27.2 |
| 2132 | 2026-06-29T19:23:52.065Z | Compiling hubpack v0.1.2 |
| 2133 | 2026-06-29T19:23:52.174Z | Compiling ed25519 v2.2.3 |
| 2134 | 2026-06-29T19:23:52.190Z | Compiling phf_shared v0.11.3 |
| 2135 | 2026-06-29T19:23:52.221Z | Compiling crossbeam-epoch v0.9.18 |
| 2136 | 2026-06-29T19:23:52.264Z | Compiling olpc-cjson v0.1.4 |
| 2137 | 2026-06-29T19:23:52.308Z | Compiling pkcs1 v0.7.5 |
| 2138 | 2026-06-29T19:23:52.429Z | Compiling pem v3.0.6 |
| 2139 | 2026-06-29T19:23:52.484Z | Compiling serde_plain v1.0.2 |
| 2140 | 2026-06-29T19:23:52.501Z | Compiling serde-big-array v0.5.1 |
| 2141 | 2026-06-29T19:23:52.595Z | Compiling rfc6979 v0.4.0 |
| 2142 | 2026-06-29T19:23:52.653Z | Compiling float-cmp v0.10.0 |
| 2143 | 2026-06-29T19:23:52.687Z | Compiling memmap2 v0.9.10 |
| 2144 | 2026-06-29T19:23:52.703Z | Compiling env_filter v1.0.0 |
| 2145 | 2026-06-29T19:23:52.740Z | Compiling normalize-line-endings v0.3.0 |
| 2146 | 2026-06-29T19:23:52.743Z | Compiling predicates-core v1.0.10 |
| 2147 | 2026-06-29T19:23:52.773Z | Compiling toml_write v0.1.2 |
| 2148 | 2026-06-29T19:23:52.822Z | Compiling whoami v2.1.0 |
| 2149 | 2026-06-29T19:23:52.858Z | Compiling fixedbitset v0.4.2 |
| 2150 | 2026-06-29T19:23:52.911Z | Compiling static_assertions v1.1.0 |
| 2151 | 2026-06-29T19:23:52.944Z | Compiling data-encoding v2.10.0 |
| 2152 | 2026-06-29T19:23:52.995Z | Compiling precomputed-hash v0.1.1 |
| 2153 | 2026-06-29T19:23:53.013Z | Compiling typed-path v0.9.3 |
| 2154 | 2026-06-29T19:23:53.079Z | Compiling fixedbitset v0.5.7 |
| 2155 | 2026-06-29T19:23:53.082Z | Compiling keccak v0.1.6 |
| 2156 | 2026-06-29T19:23:53.127Z | Compiling jiff v0.2.21 |
| 2157 | 2026-06-29T19:23:53.172Z | Compiling difflib v0.4.0 |
| 2158 | 2026-06-29T19:23:53.188Z | Compiling new_debug_unreachable v1.0.6 |
| 2159 | 2026-06-29T19:23:53.320Z | Compiling petgraph v0.8.3 |
| 2160 | 2026-06-29T19:23:53.405Z | Compiling predicates v3.1.4 |
| 2161 | 2026-06-29T19:23:53.420Z | Compiling string_cache v0.8.9 |
| 2162 | 2026-06-29T19:23:53.493Z | Compiling sha3 v0.10.8 |
| 2163 | 2026-06-29T19:23:53.630Z | Compiling hickory-proto v0.25.2 |
| 2164 | 2026-06-29T19:23:53.776Z | Compiling tokio-postgres v0.7.16 |
| 2165 | 2026-06-29T19:23:53.856Z | Compiling petgraph v0.6.5 |
| 2166 | 2026-06-29T19:23:53.892Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2167 | 2026-06-29T19:23:53.995Z | Compiling toml_edit v0.22.27 |
| 2168 | 2026-06-29T19:23:54.098Z | Compiling env_logger v0.11.9 |
| 2169 | 2026-06-29T19:23:54.161Z | Compiling usdt v0.6.0 |
| 2170 | 2026-06-29T19:23:54.435Z | Compiling ecdsa v0.16.9 |
| 2171 | 2026-06-29T19:23:54.438Z | Compiling rsa v0.9.10 |
| 2172 | 2026-06-29T19:23:55.098Z | Compiling ed25519-dalek v2.2.0 |
| 2173 | 2026-06-29T19:23:55.862Z | Compiling zip v4.6.1 |
| 2174 | 2026-06-29T19:23:55.924Z | Compiling zip v0.6.6 |
| 2175 | 2026-06-29T19:23:56.350Z | Compiling crossterm v0.28.1 |
| 2176 | 2026-06-29T19:23:56.457Z | Compiling iddqd v0.4.2 |
| 2177 | 2026-06-29T19:23:56.756Z | Compiling clap v4.6.1 |
| 2178 | 2026-06-29T19:23:56.803Z | Compiling serde_with v3.17.0 |
| 2179 | 2026-06-29T19:23:56.841Z | Compiling similar v2.7.0 |
| 2180 | 2026-06-29T19:23:56.887Z | Compiling strum v0.26.3 |
| 2181 | 2026-06-29T19:23:56.925Z | Compiling toml v0.7.8 |
| 2182 | 2026-06-29T19:23:57.041Z | Compiling tokio-stream v0.1.18 |
| 2183 | 2026-06-29T19:23:57.112Z | Compiling buf-list v1.1.2 |
| 2184 | 2026-06-29T19:23:57.446Z | Compiling itertools v0.13.0 |
| 2185 | 2026-06-29T19:23:57.525Z | Compiling x509-cert v0.2.5 |
| 2186 | 2026-06-29T19:23:57.588Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2187 | 2026-06-29T19:23:57.902Z | Compiling openapiv3 v2.2.0 |
| 2188 | 2026-06-29T19:23:57.994Z | Compiling sha1 v0.10.6 |
| 2189 | 2026-06-29T19:23:58.155Z | Compiling peg-runtime v0.8.5 |
| 2190 | 2026-06-29T19:23:58.210Z | Compiling lalrpop-util v0.19.12 |
| 2191 | 2026-06-29T19:24:14.548Z | Compiling rustls-webpki v0.103.9 |
| 2192 | 2026-06-29T19:24:15.474Z | Compiling cpufeatures v0.3.0 |
| 2193 | 2026-06-29T19:24:15.572Z | Compiling macaddr v1.0.1 |
| 2194 | 2026-06-29T19:24:15.663Z | Compiling structmeta-derive v0.3.0 |
| 2195 | 2026-06-29T19:24:15.687Z | Compiling hybrid-array v0.4.10 |
| 2196 | 2026-06-29T19:24:15.800Z | Compiling crucible-workspace-hack v0.1.0 |
| 2197 | 2026-06-29T19:24:15.873Z | Compiling rayon-core v1.13.0 |
| 2198 | 2026-06-29T19:24:15.991Z | Compiling itertools v0.14.0 |
| 2199 | 2026-06-29T19:24:16.034Z | Compiling secrecy v0.10.3 |
| 2200 | 2026-06-29T19:24:16.108Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2026-06-29T19:24:16.112Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2202 | 2026-06-29T19:24:16.147Z | Compiling heapless v0.8.0 |
| 2203 | 2026-06-29T19:24:16.200Z | Compiling block-buffer v0.12.1 |
| 2204 | 2026-06-29T19:24:16.219Z | Compiling crypto-common v0.2.2 |
| 2205 | 2026-06-29T19:24:16.325Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2206 | 2026-06-29T19:24:16.411Z | Compiling crossbeam-deque v0.8.6 |
| 2207 | 2026-06-29T19:24:16.470Z | Compiling hash32 v0.3.1 |
| 2208 | 2026-06-29T19:24:16.539Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-06-29T19:24:16.639Z | Compiling multer v3.1.0 |
| 2210 | 2026-06-29T19:24:16.661Z | Compiling thread_local v1.1.9 |
| 2211 | 2026-06-29T19:24:16.678Z | Compiling structmeta v0.3.0 |
| 2212 | 2026-06-29T19:24:16.681Z | Compiling smoltcp v0.11.0 |
| 2213 | 2026-06-29T19:24:16.713Z | Compiling compression-core v0.4.31 |
| 2214 | 2026-06-29T19:24:16.889Z | Compiling const-oid v0.10.2 |
| 2215 | 2026-06-29T19:24:16.918Z | Compiling unicode-width v0.2.0 |
| 2216 | 2026-06-29T19:24:16.934Z | Compiling match_cfg v0.1.0 |
| 2217 | 2026-06-29T19:24:17.009Z | Compiling slog-async v2.8.0 |
| 2218 | 2026-06-29T19:24:17.029Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2219 | 2026-06-29T19:24:17.046Z | Compiling hostname v0.3.1 |
| 2220 | 2026-06-29T19:24:17.087Z | Compiling digest v0.11.3 |
| 2221 | 2026-06-29T19:24:17.211Z | Compiling derive-ex v0.1.8 |
| 2222 | 2026-06-29T19:24:17.256Z | Compiling proc-macro-crate v3.4.0 |
| 2223 | 2026-06-29T19:24:17.271Z | Compiling compression-codecs v0.4.37 |
| 2224 | 2026-06-29T19:24:17.275Z | Compiling ingot-macros v0.1.1 |
| 2225 | 2026-06-29T19:24:17.377Z | Compiling atomicwrites v0.4.4 |
| 2226 | 2026-06-29T19:24:17.393Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-06-29T19:24:17.508Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-06-29T19:24:17.661Z | Compiling half v2.7.1 |
| 2229 | 2026-06-29T19:24:17.677Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-06-29T19:24:17.692Z | Compiling cobs v0.3.0 |
| 2231 | 2026-06-29T19:24:17.709Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-06-29T19:24:17.823Z | Compiling universal-hash v0.5.1 |
| 2233 | 2026-06-29T19:24:17.987Z | Compiling tokio-rustls v0.26.4 |
| 2234 | 2026-06-29T19:24:17.991Z | Compiling rustls-platform-verifier v0.6.2 |
| 2235 | 2026-06-29T19:24:18.028Z | Compiling tough v0.22.0 |
| 2236 | 2026-06-29T19:24:18.213Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-06-29T19:24:18.229Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2238 | 2026-06-29T19:24:18.311Z | Compiling hyper-rustls v0.27.7 |
| 2239 | 2026-06-29T19:24:18.419Z | Compiling serde_spanned v1.1.1 |
| 2240 | 2026-06-29T19:24:18.596Z | Compiling reqwest v0.13.2 |
| 2241 | 2026-06-29T19:24:18.639Z | Compiling is-terminal v0.4.17 |
| 2242 | 2026-06-29T19:24:18.676Z | Compiling dropshot v0.17.1 |
| 2243 | 2026-06-29T19:24:18.732Z | Compiling proc-macro-error-attr v1.0.4 |
| 2244 | 2026-06-29T19:24:18.764Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2245 | 2026-06-29T19:24:18.778Z | Compiling convert_case v0.4.0 |
| 2246 | 2026-06-29T19:24:18.802Z | Compiling ciborium-io v0.2.2 |
| 2247 | 2026-06-29T19:24:18.878Z | Compiling take_mut v0.2.2 |
| 2248 | 2026-06-29T19:24:18.899Z | Compiling term v1.2.1 |
| 2249 | 2026-06-29T19:24:18.925Z | Compiling opaque-debug v0.3.1 |
| 2250 | 2026-06-29T19:24:18.958Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2251 | 2026-06-29T19:24:19.086Z | Compiling poly1305 v0.8.0 |
| 2252 | 2026-06-29T19:24:19.111Z | Compiling derive_more v0.99.20 |
| 2253 | 2026-06-29T19:24:19.152Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2254 | 2026-06-29T19:24:19.243Z | Compiling slog-term v2.9.2 |
| 2255 | 2026-06-29T19:24:19.429Z | Compiling ciborium-ll v0.2.2 |
| 2256 | 2026-06-29T19:24:19.587Z | Compiling async-stream v0.3.6 |
| 2257 | 2026-06-29T19:24:19.678Z | Compiling thiserror-no-std v2.0.2 |
| 2258 | 2026-06-29T19:24:19.717Z | Compiling test-strategy v0.4.5 |
| 2259 | 2026-06-29T19:24:19.793Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2260 | 2026-06-29T19:24:19.809Z | Compiling postcard v1.1.3 |
| 2261 | 2026-06-29T19:24:19.908Z | Compiling ingot-types v0.1.2 |
| 2262 | 2026-06-29T19:24:20.240Z | Compiling num_enum_derive v0.7.6 |
| 2263 | 2026-06-29T19:24:20.281Z | Compiling slog-bunyan v2.5.0 |
| 2264 | 2026-06-29T19:24:20.378Z | Compiling ingot v0.1.1 |
| 2265 | 2026-06-29T19:24:20.486Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-06-29T19:24:20.750Z | Compiling sha1 v0.11.0 |
| 2267 | 2026-06-29T19:24:21.017Z | Compiling parse-display-derive v0.10.0 |
| 2268 | 2026-06-29T19:24:21.062Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2269 | 2026-06-29T19:24:21.186Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2270 | 2026-06-29T19:24:21.337Z | Compiling proc-macro-crate v1.3.1 |
| 2271 | 2026-06-29T19:24:21.396Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-06-29T19:24:21.451Z | Compiling backon v1.6.0 |
| 2273 | 2026-06-29T19:24:21.582Z | Compiling rustls-pemfile v2.2.0 |
| 2274 | 2026-06-29T19:24:21.630Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2275 | 2026-06-29T19:24:21.677Z | Compiling password-hash v0.5.0 |
| 2276 | 2026-06-29T19:24:21.696Z | Compiling dropshot_endpoint v0.17.1 |
| 2277 | 2026-06-29T19:24:21.733Z | Compiling chacha20 v0.9.1 |
| 2278 | 2026-06-29T19:24:21.774Z | Compiling blake2 v0.10.6 |
| 2279 | 2026-06-29T19:24:21.857Z | Compiling aead v0.5.2 |
| 2280 | 2026-06-29T19:24:21.887Z | Compiling foreign-types-macros v0.2.3 |
| 2281 | 2026-06-29T19:24:21.926Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2282 | 2026-06-29T19:24:22.010Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2283 | 2026-06-29T19:24:22.092Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-06-29T19:24:22.134Z | Compiling hostname v0.4.2 |
| 2285 | 2026-06-29T19:24:22.271Z | Compiling proc-macro-error v1.0.4 |
| 2286 | 2026-06-29T19:24:22.306Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2287 | 2026-06-29T19:24:22.327Z | Compiling instant v0.1.13 |
| 2288 | 2026-06-29T19:24:22.469Z | Compiling typeid v1.0.3 |
| 2289 | 2026-06-29T19:24:22.489Z | Compiling foreign-types-shared v0.3.1 |
| 2290 | 2026-06-29T19:24:22.508Z | Compiling debug-ignore v1.0.5 |
| 2291 | 2026-06-29T19:24:22.538Z | Compiling parse-display v0.10.0 |
| 2292 | 2026-06-29T19:24:22.574Z | Compiling backoff v0.4.0 |
| 2293 | 2026-06-29T19:24:22.609Z | Compiling foreign-types v0.5.0 |
| 2294 | 2026-06-29T19:24:22.624Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2295 | 2026-06-29T19:24:22.652Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2296 | 2026-06-29T19:24:22.669Z | Compiling argon2 v0.5.3 |
| 2297 | 2026-06-29T19:24:22.674Z | Compiling chacha20poly1305 v0.10.1 |
| 2298 | 2026-06-29T19:24:22.674Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2299 | 2026-06-29T19:24:22.720Z | Compiling num_enum_derive v0.5.11 |
| 2300 | 2026-06-29T19:24:22.749Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2301 | 2026-06-29T19:24:22.805Z | Compiling num_enum v0.7.6 |
| 2302 | 2026-06-29T19:24:22.821Z | Compiling vsss-rs v3.3.4 |
| 2303 | 2026-06-29T19:24:22.849Z | Compiling ciborium v0.2.2 |
| 2304 | 2026-06-29T19:24:23.194Z | Compiling tabwriter v1.4.1 |
| 2305 | 2026-06-29T19:24:23.245Z | Compiling chacha20 v0.10.0 |
| 2306 | 2026-06-29T19:24:23.290Z | Compiling regress v0.10.5 |
| 2307 | 2026-06-29T19:24:23.336Z | Compiling byte-wrapper v0.1.0 |
| 2308 | 2026-06-29T19:24:23.356Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2309 | 2026-06-29T19:24:23.423Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-06-29T19:24:23.467Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2311 | 2026-06-29T19:24:23.578Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-06-29T19:24:23.584Z | Compiling erased-serde v0.4.9 |
| 2313 | 2026-06-29T19:24:23.686Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2314 | 2026-06-29T19:24:23.704Z | Compiling humantime v2.3.0 |
| 2315 | 2026-06-29T19:24:23.750Z | Compiling num_enum v0.5.11 |
| 2316 | 2026-06-29T19:24:23.753Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-06-29T19:24:23.878Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-06-29T19:24:23.924Z | Compiling rand v0.10.0 |
| 2319 | 2026-06-29T19:24:23.957Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-06-29T19:24:24.165Z | Compiling rayon v1.11.0 |
| 2321 | 2026-06-29T19:24:24.185Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-06-29T19:24:24.208Z | Compiling colored v3.1.1 |
| 2323 | 2026-06-29T19:24:24.239Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-06-29T19:24:24.256Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-06-29T19:24:24.259Z | Compiling zone_cfg_derive v0.3.1 |
| 2326 | 2026-06-29T19:24:24.309Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2327 | 2026-06-29T19:24:24.363Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2328 | 2026-06-29T19:24:24.441Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2329 | 2026-06-29T19:24:24.495Z | Compiling camino-tempfile v1.4.1 |
| 2330 | 2026-06-29T19:24:24.682Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2331 | 2026-06-29T19:24:24.758Z | Compiling itertools v0.12.1 |
| 2332 | 2026-06-29T19:24:24.776Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-06-29T19:24:24.805Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-06-29T19:24:24.856Z | Compiling num-derive v0.4.2 |
| 2335 | 2026-06-29T19:24:24.900Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-06-29T19:24:24.920Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-06-29T19:24:24.937Z | Compiling blake3 v1.8.5 |
| 2338 | 2026-06-29T19:24:24.940Z | Compiling memmap v0.7.0 |
| 2339 | 2026-06-29T19:24:24.997Z | Compiling sigpipe v0.1.3 |
| 2340 | 2026-06-29T19:24:25.113Z | Compiling glob v0.3.3 |
| 2341 | 2026-06-29T19:24:25.207Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-06-29T19:24:25.227Z | Compiling swrite v0.1.0 |
| 2343 | 2026-06-29T19:24:25.360Z | Compiling serde-value v0.7.0 |
| 2344 | 2026-06-29T19:24:25.451Z | Compiling serde-untagged v0.1.9 |
| 2345 | 2026-06-29T19:24:25.571Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2346 | 2026-06-29T19:24:25.587Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2347 | 2026-06-29T19:24:25.590Z | Compiling usdt v0.5.0 |
| 2348 | 2026-06-29T19:24:25.804Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2349 | 2026-06-29T19:24:25.842Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2350 | 2026-06-29T19:24:25.922Z | Compiling toml v0.8.23 |
| 2351 | 2026-06-29T19:24:26.079Z | Compiling smf v0.2.3 |
| 2352 | 2026-06-29T19:24:26.098Z | Compiling filetime v0.2.27 |
| 2353 | 2026-06-29T19:24:26.131Z | Compiling zone v0.3.1 |
| 2354 | 2026-06-29T19:24:26.247Z | Compiling unicode-xid v0.2.6 |
| 2355 | 2026-06-29T19:24:26.319Z | Compiling xattr v1.6.1 |
| 2356 | 2026-06-29T19:24:26.341Z | Compiling arrayvec v0.7.6 |
| 2357 | 2026-06-29T19:24:26.412Z | Compiling constant_time_eq v0.4.2 |
| 2358 | 2026-06-29T19:24:26.427Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-06-29T19:24:26.441Z | Compiling arrayref v0.3.9 |
| 2360 | 2026-06-29T19:24:26.464Z | Compiling whoami v1.6.1 |
| 2361 | 2026-06-29T19:24:26.522Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-06-29T19:24:26.540Z | Compiling tar v0.4.45 |
| 2363 | 2026-06-29T19:24:26.543Z | Compiling cargo-util-schemas v0.8.2 |
| 2364 | 2026-06-29T19:24:26.588Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2365 | 2026-06-29T19:24:26.612Z | Compiling tokio-dtrace v0.1.1 |
| 2366 | 2026-06-29T19:24:26.635Z | Compiling console v0.16.2 |
| 2367 | 2026-06-29T19:24:26.847Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-06-29T19:24:26.943Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-06-29T19:24:26.968Z | Compiling topological-sort v0.2.2 |
| 2370 | 2026-06-29T19:24:27.003Z | Compiling unit-prefix v0.5.2 |
| 2371 | 2026-06-29T19:24:27.153Z | Compiling indicatif v0.18.4 |
| 2372 | 2026-06-29T19:24:27.185Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-06-29T19:24:27.215Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-06-29T19:24:27.261Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-06-29T19:24:27.710Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-06-29T19:24:36.218Z | Compiling progenitor-client v0.14.0 |
| 2377 | 2026-06-29T19:24:36.218Z | Compiling omicron-zone-package v0.12.3 |
| 2378 | 2026-06-29T19:24:36.476Z | Compiling progenitor-extras v0.2.0 |
| 2379 | 2026-06-29T19:24:36.821Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2380 | 2026-06-29T19:24:36.910Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-06-29T19:24:36.970Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2382 | 2026-06-29T19:24:36.986Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-06-29T19:24:37.045Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2384 | 2026-06-29T19:24:37.116Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2026-06-29T19:24:37.178Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2386 | 2026-06-29T19:24:37.322Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-06-29T19:24:37.834Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2388 | 2026-06-29T19:24:41.950Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2389 | 2026-06-29T19:24:49.923Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2390 | 2026-06-29T19:24:52.960Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-06-29T19:24:53.964Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-06-29T19:25:03.073Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2393 | 2026-06-29T19:25:03.207Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-06-29T19:25:03.265Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-06-29T19:25:03.268Z | Created new build target 'test' and set it as active |
| 2396 | 2026-06-29T19:25:03.268Z | |
| 2397 | 2026-06-29T19:25:03.268Z | real 1:40.777583414 |
| 2398 | 2026-06-29T19:25:03.268Z | user 16:29.598757049 |
| 2399 | 2026-06-29T19:25:03.268Z | sys 2:42.570182107 |
| 2400 | 2026-06-29T19:25:03.268Z | trap 0.471563382 |
| 2401 | 2026-06-29T19:25:03.268Z | tflt 2.722377552 |
| 2402 | 2026-06-29T19:25:03.268Z | dflt 3.996483385 |
| 2403 | 2026-06-29T19:25:03.268Z | kflt 0.012242314 |
| 2404 | 2026-06-29T19:25:03.268Z | lock 52:26.227917190 |
| 2405 | 2026-06-29T19:25:03.268Z | slp 42:37.382287261 |
| 2406 | 2026-06-29T19:25:03.268Z | lat 45.150939863 |
| 2407 | 2026-06-29T19:25:03.268Z | stop 5:28.343437356 |
| 2408 | 2026-06-29T19:25:03.268Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-06-29T19:25:04.079Z | Finished `release` profile [optimized] target(s) in 0.80s |
| 2410 | 2026-06-29T19:25:04.148Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-06-29T19:25:04.202Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-06-29T19:25:05.564Z | Compiling heck v0.5.0 |
| 2413 | 2026-06-29T19:25:05.564Z | Compiling regress v0.11.1 |
| 2414 | 2026-06-29T19:25:05.791Z | Compiling unsafe-libyaml v0.2.11 |
| 2415 | 2026-06-29T19:25:05.814Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2416 | 2026-06-29T19:25:05.837Z | Compiling unicode-width v0.1.14 |
| 2417 | 2026-06-29T19:25:05.840Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2418 | 2026-06-29T19:25:05.840Z | Compiling atomicwrites v0.4.4 |
| 2419 | 2026-06-29T19:25:05.900Z | Compiling derive-where v1.6.0 |
| 2420 | 2026-06-29T19:25:05.922Z | Compiling bytecount v0.6.9 |
| 2421 | 2026-06-29T19:25:05.925Z | Compiling is-terminal v0.4.17 |
| 2422 | 2026-06-29T19:25:05.925Z | Compiling prettyplease v0.2.37 |
| 2423 | 2026-06-29T19:25:05.944Z | Compiling console v0.15.11 |
| 2424 | 2026-06-29T19:25:05.948Z | Compiling newline-converter v0.3.0 |
| 2425 | 2026-06-29T19:25:05.948Z | Compiling hybrid-array v0.4.10 |
| 2426 | 2026-06-29T19:25:06.051Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-06-29T19:25:06.075Z | Compiling resolv-conf v0.7.6 |
| 2428 | 2026-06-29T19:25:06.078Z | Compiling cancel-safe-futures v0.1.5 |
| 2429 | 2026-06-29T19:25:06.114Z | Compiling owo-colors v4.3.0 |
| 2430 | 2026-06-29T19:25:06.138Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-06-29T19:25:06.158Z | Compiling num-rational v0.4.2 |
| 2432 | 2026-06-29T19:25:06.212Z | Compiling libsw-core v0.3.2 |
| 2433 | 2026-06-29T19:25:06.294Z | Compiling serde_yaml v0.9.34+deprecated |
| 2434 | 2026-06-29T19:25:06.356Z | Compiling expectorate v1.2.0 |
| 2435 | 2026-06-29T19:25:06.403Z | Compiling num-complex v0.4.6 |
| 2436 | 2026-06-29T19:25:06.426Z | Compiling thread_local v1.1.9 |
| 2437 | 2026-06-29T19:25:06.472Z | Compiling crypto-common v0.2.2 |
| 2438 | 2026-06-29T19:25:06.503Z | Compiling block-buffer v0.12.1 |
| 2439 | 2026-06-29T19:25:06.525Z | Compiling compression-core v0.4.31 |
| 2440 | 2026-06-29T19:25:06.596Z | Compiling const-oid v0.10.2 |
| 2441 | 2026-06-29T19:25:06.691Z | Compiling match_cfg v0.1.0 |
| 2442 | 2026-06-29T19:25:06.713Z | Compiling compression-codecs v0.4.37 |
| 2443 | 2026-06-29T19:25:06.787Z | Compiling hostname v0.3.1 |
| 2444 | 2026-06-29T19:25:06.822Z | Compiling num v0.4.3 |
| 2445 | 2026-06-29T19:25:06.890Z | Compiling libsw v3.5.0 |
| 2446 | 2026-06-29T19:25:06.926Z | Compiling slog-async v2.8.0 |
| 2447 | 2026-06-29T19:25:06.946Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2448 | 2026-06-29T19:25:06.981Z | Compiling multer v3.1.0 |
| 2449 | 2026-06-29T19:25:07.002Z | Compiling crossbeam-channel v0.5.15 |
| 2450 | 2026-06-29T19:25:07.047Z | Compiling digest v0.11.3 |
| 2451 | 2026-06-29T19:25:07.100Z | Compiling slog-json v2.6.1 |
| 2452 | 2026-06-29T19:25:07.122Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2453 | 2026-06-29T19:25:07.125Z | Compiling serde_spanned v1.1.1 |
| 2454 | 2026-06-29T19:25:07.167Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2455 | 2026-06-29T19:25:07.170Z | Compiling cpufeatures v0.3.0 |
| 2456 | 2026-06-29T19:25:07.192Z | Compiling term v1.2.1 |
| 2457 | 2026-06-29T19:25:07.249Z | Compiling take_mut v0.2.2 |
| 2458 | 2026-06-29T19:25:07.272Z | Compiling linked-hash-map v0.5.6 |
| 2459 | 2026-06-29T19:25:07.291Z | Compiling float-ord v0.3.2 |
| 2460 | 2026-06-29T19:25:07.315Z | Compiling typify-impl v0.6.2 |
| 2461 | 2026-06-29T19:25:07.335Z | Compiling linear-map v1.2.0 |
| 2462 | 2026-06-29T19:25:07.340Z | Compiling sha1 v0.11.0 |
| 2463 | 2026-06-29T19:25:07.415Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2464 | 2026-06-29T19:25:07.436Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2465 | 2026-06-29T19:25:07.439Z | Compiling slog-bunyan v2.5.0 |
| 2466 | 2026-06-29T19:25:07.535Z | Compiling slog-term v2.9.2 |
| 2467 | 2026-06-29T19:25:07.584Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2468 | 2026-06-29T19:25:07.587Z | Compiling lru-cache v0.1.2 |
| 2469 | 2026-06-29T19:25:07.651Z | Compiling async-compression v0.4.41 |
| 2470 | 2026-06-29T19:25:07.729Z | Compiling dropshot v0.17.1 |
| 2471 | 2026-06-29T19:25:07.775Z | Compiling async-stream v0.3.6 |
| 2472 | 2026-06-29T19:25:07.797Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2473 | 2026-06-29T19:25:07.824Z | Compiling progenitor-client v0.14.0 |
| 2474 | 2026-06-29T19:25:07.855Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2475 | 2026-06-29T19:25:07.959Z | Compiling waitgroup v0.1.2 |
| 2476 | 2026-06-29T19:25:07.979Z | Compiling rustls-pemfile v2.2.0 |
| 2477 | 2026-06-29T19:25:07.999Z | Compiling backon v1.6.0 |
| 2478 | 2026-06-29T19:25:08.067Z | Compiling serde_path_to_error v0.1.20 |
| 2479 | 2026-06-29T19:25:08.088Z | Compiling hostname v0.4.2 |
| 2480 | 2026-06-29T19:25:08.088Z | Compiling instant v0.1.13 |
| 2481 | 2026-06-29T19:25:08.132Z | Compiling debug-ignore v1.0.5 |
| 2482 | 2026-06-29T19:25:08.154Z | Compiling minimal-lexical v0.2.1 |
| 2483 | 2026-06-29T19:25:08.198Z | Compiling backoff v0.4.0 |
| 2484 | 2026-06-29T19:25:08.230Z | Compiling progenitor-extras v0.2.0 |
| 2485 | 2026-06-29T19:25:08.253Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2486 | 2026-06-29T19:25:08.270Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2487 | 2026-06-29T19:25:08.270Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2488 | 2026-06-29T19:25:08.425Z | Compiling nom v7.1.3 |
| 2489 | 2026-06-29T19:25:08.465Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2490 | 2026-06-29T19:25:08.510Z | Compiling parse-display v0.10.0 |
| 2491 | 2026-06-29T19:25:08.560Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2492 | 2026-06-29T19:25:08.590Z | Compiling hickory-proto v0.24.4 |
| 2493 | 2026-06-29T19:25:08.806Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2494 | 2026-06-29T19:25:08.826Z | Compiling regress v0.10.5 |
| 2495 | 2026-06-29T19:25:09.259Z | Compiling macaddr v1.0.1 |
| 2496 | 2026-06-29T19:25:09.507Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-06-29T19:25:09.590Z | Compiling humantime v2.3.0 |
| 2498 | 2026-06-29T19:25:09.654Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2499 | 2026-06-29T19:25:09.783Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2500 | 2026-06-29T19:25:09.860Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2501 | 2026-06-29T19:25:09.884Z | Compiling convert_case v0.10.0 |
| 2502 | 2026-06-29T19:25:10.111Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-06-29T19:25:10.203Z | Compiling derive_more-impl v2.1.1 |
| 2504 | 2026-06-29T19:25:10.265Z | Compiling toml v0.8.23 |
| 2505 | 2026-06-29T19:25:10.539Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2506 | 2026-06-29T19:25:10.740Z | Compiling typify-macro v0.6.2 |
| 2507 | 2026-06-29T19:25:10.802Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2508 | 2026-06-29T19:25:10.859Z | Compiling papergrid v0.11.0 |
| 2509 | 2026-06-29T19:25:10.910Z | Compiling tabled_derive v0.7.0 |
| 2510 | 2026-06-29T19:25:10.969Z | Compiling termtree v0.5.1 |
| 2511 | 2026-06-29T19:25:10.995Z | Compiling derive_more v2.1.1 |
| 2512 | 2026-06-29T19:25:11.109Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-06-29T19:25:11.169Z | Compiling crossterm v0.29.0 |
| 2514 | 2026-06-29T19:25:11.190Z | Compiling phf_shared v0.12.1 |
| 2515 | 2026-06-29T19:25:11.444Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2516 | 2026-06-29T19:25:11.818Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2517 | 2026-06-29T19:25:12.036Z | Compiling tabled v0.15.0 |
| 2518 | 2026-06-29T19:25:12.285Z | Compiling typify v0.6.2 |
| 2519 | 2026-06-29T19:25:12.420Z | Compiling progenitor-impl v0.14.0 |
| 2520 | 2026-06-29T19:25:13.181Z | Compiling qorb v0.4.1 |
| 2521 | 2026-06-29T19:25:13.216Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2522 | 2026-06-29T19:25:14.114Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2523 | 2026-06-29T19:25:14.575Z | Compiling progenitor-macro v0.14.0 |
| 2524 | 2026-06-29T19:25:14.646Z | Compiling vte v0.14.1 |
| 2525 | 2026-06-29T19:25:14.910Z | Compiling csv-core v0.1.13 |
| 2526 | 2026-06-29T19:25:15.371Z | Compiling highway v1.3.0 |
| 2527 | 2026-06-29T19:25:16.063Z | Compiling chrono-tz v0.10.4 |
| 2528 | 2026-06-29T19:25:16.141Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2529 | 2026-06-29T19:25:16.331Z | Compiling csv v1.4.0 |
| 2530 | 2026-06-29T19:25:16.479Z | Compiling strip-ansi-escapes v0.2.1 |
| 2531 | 2026-06-29T19:25:16.539Z | Compiling phf v0.12.1 |
| 2532 | 2026-06-29T19:25:16.578Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2533 | 2026-06-29T19:25:16.714Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2534 | 2026-06-29T19:25:16.742Z | Compiling const_format_proc_macros v0.2.34 |
| 2535 | 2026-06-29T19:25:17.052Z | Compiling fd-lock v4.0.4 |
| 2536 | 2026-06-29T19:25:17.073Z | Compiling peg-macros v0.8.5 |
| 2537 | 2026-06-29T19:25:17.548Z | Compiling nu-ansi-term v0.50.3 |
| 2538 | 2026-06-29T19:25:17.958Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2539 | 2026-06-29T19:25:18.096Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2540 | 2026-06-29T19:25:18.329Z | Compiling peg v0.8.5 |
| 2541 | 2026-06-29T19:25:18.432Z | Compiling reedline v0.40.0 |
| 2542 | 2026-06-29T19:25:18.562Z | Compiling const_format v0.2.35 |
| 2543 | 2026-06-29T19:25:18.656Z | Compiling progenitor v0.14.0 |
| 2544 | 2026-06-29T19:25:18.813Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2545 | 2026-06-29T19:25:18.856Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2546 | 2026-06-29T19:25:19.120Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2547 | 2026-06-29T19:25:19.374Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2548 | 2026-06-29T19:25:19.458Z | Compiling bcs v0.1.6 |
| 2549 | 2026-06-29T19:25:19.894Z | Compiling nom v8.0.0 |
| 2550 | 2026-06-29T19:25:19.939Z | Compiling semver v0.1.20 |
| 2551 | 2026-06-29T19:25:20.262Z | Compiling rustc_version v0.1.7 |
| 2552 | 2026-06-29T19:25:20.518Z | Compiling newtype_derive v0.1.6 |
| 2553 | 2026-06-29T19:25:20.745Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-06-29T19:25:21.015Z | Compiling unicode-linebreak v0.1.5 |
| 2555 | 2026-06-29T19:25:21.331Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2556 | 2026-06-29T19:25:21.439Z | Compiling smawk v0.3.2 |
| 2557 | 2026-06-29T19:25:21.529Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2558 | 2026-06-29T19:25:21.637Z | Compiling textwrap v0.16.2 |
| 2559 | 2026-06-29T19:25:21.792Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2560 | 2026-06-29T19:25:21.922Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2561 | 2026-06-29T19:25:22.040Z | Compiling steno v0.4.1 |
| 2562 | 2026-06-29T19:25:22.119Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2563 | 2026-06-29T19:25:22.250Z | Compiling base64 v0.21.7 |
| 2564 | 2026-06-29T19:25:22.521Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2565 | 2026-06-29T19:25:22.725Z | Compiling tagptr v0.2.0 |
| 2566 | 2026-06-29T19:25:22.763Z | Compiling utf-8 v0.7.6 |
| 2567 | 2026-06-29T19:25:22.784Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2568 | 2026-06-29T19:25:22.928Z | Compiling moka v0.12.13 |
| 2569 | 2026-06-29T19:25:23.007Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2570 | 2026-06-29T19:25:23.056Z | Compiling tungstenite v0.21.0 |
| 2571 | 2026-06-29T19:25:23.201Z | Compiling display-error-chain v0.2.2 |
| 2572 | 2026-06-29T19:25:23.249Z | Compiling radium v0.7.0 |
| 2573 | 2026-06-29T19:25:23.566Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2574 | 2026-06-29T19:25:23.706Z | Compiling tokio-tungstenite v0.21.0 |
| 2575 | 2026-06-29T19:25:24.099Z | Compiling hickory-resolver v0.25.2 |
| 2576 | 2026-06-29T19:25:24.188Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2577 | 2026-06-29T19:25:24.256Z | Compiling maybe-uninit v2.0.0 |
| 2578 | 2026-06-29T19:25:24.598Z | Compiling tap v1.0.1 |
| 2579 | 2026-06-29T19:25:24.755Z | Compiling wyz v0.5.1 |
| 2580 | 2026-06-29T19:25:24.954Z | Compiling zerocopy-derive v0.6.6 |
| 2581 | 2026-06-29T19:25:25.023Z | Compiling packed_struct v0.10.1 |
| 2582 | 2026-06-29T19:25:25.188Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2583 | 2026-06-29T19:25:25.304Z | Compiling funty v2.0.0 |
| 2584 | 2026-06-29T19:25:25.817Z | Compiling crc-catalog v2.4.0 |
| 2585 | 2026-06-29T19:25:25.952Z | Compiling crc v3.4.0 |
| 2586 | 2026-06-29T19:25:26.180Z | Compiling zerocopy v0.6.6 |
| 2587 | 2026-06-29T19:25:26.308Z | Compiling bitvec v1.0.1 |
| 2588 | 2026-06-29T19:25:26.562Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2589 | 2026-06-29T19:25:26.583Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-06-29T19:25:26.628Z | Compiling vergen-lib v0.1.6 |
| 2591 | 2026-06-29T19:25:26.851Z | Compiling bitfield-macros v0.19.4 |
| 2592 | 2026-06-29T19:25:27.527Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2593 | 2026-06-29T19:25:27.584Z | Compiling indexmap v1.9.3 |
| 2594 | 2026-06-29T19:25:27.618Z | Compiling nodrop v0.1.14 |
| 2595 | 2026-06-29T19:25:27.781Z | Compiling diesel_derives v2.3.7 |
| 2596 | 2026-06-29T19:25:27.872Z | Compiling array-init v0.0.4 |
| 2597 | 2026-06-29T19:25:27.893Z | Compiling proc-macro-error2 v2.0.1 |
| 2598 | 2026-06-29T19:25:28.002Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2599 | 2026-06-29T19:25:28.140Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2600 | 2026-06-29T19:25:28.245Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-06-29T19:25:28.299Z | Compiling smallvec v0.6.14 |
| 2602 | 2026-06-29T19:25:28.589Z | Compiling scheduled-thread-pool v0.2.7 |
| 2603 | 2026-06-29T19:25:28.738Z | Compiling dsl_auto_type v0.2.0 |
| 2604 | 2026-06-29T19:25:28.846Z | Compiling vergen-gitcl v1.0.8 |
| 2605 | 2026-06-29T19:25:29.082Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2606 | 2026-06-29T19:25:29.138Z | Compiling dirs-sys-next v0.1.2 |
| 2607 | 2026-06-29T19:25:29.221Z | Compiling maplit v1.0.2 |
| 2608 | 2026-06-29T19:25:29.288Z | Compiling crunchy v0.2.4 |
| 2609 | 2026-06-29T19:25:29.312Z | Compiling glob v0.3.3 |
| 2610 | 2026-06-29T19:25:29.344Z | Compiling hashbrown v0.12.3 |
| 2611 | 2026-06-29T19:25:29.412Z | Compiling dirs-next v2.0.0 |
| 2612 | 2026-06-29T19:25:29.565Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-06-29T19:25:29.685Z | Compiling clang-sys v1.8.1 |
| 2614 | 2026-06-29T19:25:29.761Z | Compiling r2d2 v0.8.10 |
| 2615 | 2026-06-29T19:25:30.078Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-06-29T19:25:30.227Z | Compiling tabled_derive v0.11.0 |
| 2617 | 2026-06-29T19:25:30.368Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-06-29T19:25:30.442Z | Compiling ron v0.8.1 |
| 2619 | 2026-06-29T19:25:30.487Z | Compiling papergrid v0.17.0 |
| 2620 | 2026-06-29T19:25:30.509Z | Compiling libscf-sys v1.2.0 |
| 2621 | 2026-06-29T19:25:30.615Z | Compiling testing_table v0.3.0 |
| 2622 | 2026-06-29T19:25:30.636Z | Compiling hashbrown v0.13.2 |
| 2623 | 2026-06-29T19:25:30.685Z | Compiling downcast-rs v2.0.2 |
| 2624 | 2026-06-29T19:25:30.819Z | Compiling tiny-keccak v2.0.2 |
| 2625 | 2026-06-29T19:25:31.039Z | Compiling crc-any v2.5.0 |
| 2626 | 2026-06-29T19:25:31.093Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-06-29T19:25:31.267Z | Compiling object v0.30.4 |
| 2628 | 2026-06-29T19:25:31.302Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-06-29T19:25:31.816Z | Compiling tabled v0.20.0 |
| 2630 | 2026-06-29T19:25:31.961Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2631 | 2026-06-29T19:25:32.132Z | Compiling term v0.7.0 |
| 2632 | 2026-06-29T19:25:32.199Z | Compiling progenitor-impl v0.13.0 |
| 2633 | 2026-06-29T19:25:32.633Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2634 | 2026-06-29T19:25:32.789Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2635 | 2026-06-29T19:25:33.003Z | Compiling xshell-macros v0.2.7 |
| 2636 | 2026-06-29T19:25:33.068Z | Compiling bit-vec v0.6.3 |
| 2637 | 2026-06-29T19:25:33.175Z | Compiling path-slash v0.1.5 |
| 2638 | 2026-06-29T19:25:33.314Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-06-29T19:25:33.438Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-06-29T19:25:33.458Z | Compiling xshell v0.2.7 |
| 2641 | 2026-06-29T19:25:33.722Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2642 | 2026-06-29T19:25:33.753Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2643 | 2026-06-29T19:25:34.131Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2644 | 2026-06-29T19:25:34.322Z | Compiling diesel v2.3.7 |
| 2645 | 2026-06-29T19:25:34.364Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2646 | 2026-06-29T19:25:34.659Z | Compiling progenitor-macro v0.13.0 |
| 2647 | 2026-06-29T19:25:34.821Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2648 | 2026-06-29T19:25:36.081Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2649 | 2026-06-29T19:25:36.167Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2650 | 2026-06-29T19:25:36.384Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2651 | 2026-06-29T19:25:36.714Z | Compiling progenitor-client v0.13.0 |
| 2652 | 2026-06-29T19:25:36.867Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2653 | 2026-06-29T19:25:37.047Z | Compiling itertools v0.10.5 |
| 2654 | 2026-06-29T19:25:37.273Z | Compiling ena v0.14.4 |
| 2655 | 2026-06-29T19:25:37.520Z | Compiling libloading v0.8.9 |
| 2656 | 2026-06-29T19:25:37.679Z | Compiling diff v0.1.13 |
| 2657 | 2026-06-29T19:25:37.765Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-06-29T19:25:37.866Z | Compiling unicase v2.9.0 |
| 2659 | 2026-06-29T19:25:37.963Z | Compiling bindgen v0.71.1 |
| 2660 | 2026-06-29T19:25:38.169Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2661 | 2026-06-29T19:25:38.384Z | Compiling cexpr v0.6.0 |
| 2662 | 2026-06-29T19:25:38.732Z | Compiling progenitor v0.13.0 |
| 2663 | 2026-06-29T19:25:38.915Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2664 | 2026-06-29T19:25:39.022Z | Compiling rustc-hash v2.1.1 |
| 2665 | 2026-06-29T19:25:39.143Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-06-29T19:25:39.185Z | Compiling crc8 v0.1.1 |
| 2667 | 2026-06-29T19:25:39.386Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2668 | 2026-06-29T19:25:39.631Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2669 | 2026-06-29T19:25:39.664Z | Compiling headers-core v0.3.0 |
| 2670 | 2026-06-29T19:25:39.826Z | Compiling libxml v0.3.3 |
| 2671 | 2026-06-29T19:25:40.120Z | Compiling headers v0.4.1 |
| 2672 | 2026-06-29T19:25:40.150Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2673 | 2026-06-29T19:25:40.171Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2674 | 2026-06-29T19:25:40.246Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-06-29T19:25:40.399Z | Compiling git-stub v1.0.0 |
| 2676 | 2026-06-29T19:25:40.587Z | Compiling indoc v1.0.9 |
| 2677 | 2026-06-29T19:25:40.666Z | Compiling git-stub-vcs v0.1.0 |
| 2678 | 2026-06-29T19:25:40.993Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2679 | 2026-06-29T19:25:41.030Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2680 | 2026-06-29T19:25:41.051Z | Compiling derive_builder v0.20.2 |
| 2681 | 2026-06-29T19:25:41.233Z | Compiling quick-xml v0.37.5 |
| 2682 | 2026-06-29T19:25:41.264Z | Compiling oso-derive v0.27.3 |
| 2683 | 2026-06-29T19:25:41.477Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2684 | 2026-06-29T19:25:41.775Z | Compiling openssl-probe v0.1.6 |
| 2685 | 2026-06-29T19:25:41.830Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-06-29T19:25:42.078Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2687 | 2026-06-29T19:25:42.550Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2688 | 2026-06-29T19:25:42.619Z | Compiling half v1.8.3 |
| 2689 | 2026-06-29T19:25:42.744Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2690 | 2026-06-29T19:25:42.970Z | Compiling serde_cbor v0.11.2 |
| 2691 | 2026-06-29T19:25:43.078Z | Compiling bb8 v0.8.6 |
| 2692 | 2026-06-29T19:25:43.453Z | Compiling trait-variant v0.1.2 |
| 2693 | 2026-06-29T19:25:43.996Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2694 | 2026-06-29T19:25:43.999Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2695 | 2026-06-29T19:25:44.043Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2696 | 2026-06-29T19:25:44.110Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2697 | 2026-06-29T19:25:44.215Z | Compiling samael v0.0.19 |
| 2698 | 2026-06-29T19:25:44.295Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2699 | 2026-06-29T19:25:44.384Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2700 | 2026-06-29T19:25:44.413Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-06-29T19:25:44.563Z | Compiling libz-sys v1.1.24 |
| 2702 | 2026-06-29T19:25:44.595Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2703 | 2026-06-29T19:25:44.999Z | Compiling salty v0.3.0 |
| 2704 | 2026-06-29T19:25:45.005Z | Compiling nonempty v0.12.0 |
| 2705 | 2026-06-29T19:25:45.360Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2706 | 2026-06-29T19:25:45.624Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2707 | 2026-06-29T19:25:45.798Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-06-29T19:25:46.289Z | Compiling arc-swap v1.8.2 |
| 2709 | 2026-06-29T19:25:46.327Z | Compiling fs-err v2.11.0 |
| 2710 | 2026-06-29T19:25:46.576Z | Compiling polar-core v0.27.3 |
| 2711 | 2026-06-29T19:25:46.580Z | Compiling mime_guess v2.0.5 |
| 2712 | 2026-06-29T19:25:46.688Z | Compiling slog-scope v4.4.1 |
| 2713 | 2026-06-29T19:25:46.791Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2714 | 2026-06-29T19:25:46.817Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2715 | 2026-06-29T19:25:47.137Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2716 | 2026-06-29T19:25:47.140Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2717 | 2026-06-29T19:25:47.620Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2718 | 2026-06-29T19:25:47.653Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2719 | 2026-06-29T19:25:48.195Z | Compiling nanorand v0.7.0 |
| 2720 | 2026-06-29T19:25:48.443Z | Compiling darling_core v0.23.0 |
| 2721 | 2026-06-29T19:25:48.564Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2722 | 2026-06-29T19:25:48.732Z | Compiling parking_lot_core v0.8.6 |
| 2723 | 2026-06-29T19:25:49.046Z | Compiling flume v0.11.1 |
| 2724 | 2026-06-29T19:25:49.447Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2725 | 2026-06-29T19:25:50.083Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2726 | 2026-06-29T19:25:50.515Z | Compiling slog-stdlog v4.1.1 |
| 2727 | 2026-06-29T19:25:50.613Z | Compiling darling_macro v0.23.0 |
| 2728 | 2026-06-29T19:25:51.030Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2729 | 2026-06-29T19:25:51.051Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2730 | 2026-06-29T19:25:51.076Z | Compiling primeorder v0.13.6 |
| 2731 | 2026-06-29T19:25:51.137Z | Compiling atty v0.2.14 |
| 2732 | 2026-06-29T19:25:51.291Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2733 | 2026-06-29T19:25:51.313Z | Compiling strsim v0.10.0 |
| 2734 | 2026-06-29T19:25:51.387Z | Compiling http-range v0.1.5 |
| 2735 | 2026-06-29T19:25:51.531Z | Compiling parse-size v1.1.0 |
| 2736 | 2026-06-29T19:25:51.719Z | Compiling diesel-dtrace v0.5.0 |
| 2737 | 2026-06-29T19:25:51.754Z | Compiling async-bb8-diesel v0.2.1 |
| 2738 | 2026-06-29T19:25:52.050Z | Compiling instability v0.3.11 |
| 2739 | 2026-06-29T19:25:52.197Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-06-29T19:25:52.319Z | Compiling darling_core v0.13.4 |
| 2741 | 2026-06-29T19:25:52.342Z | Compiling p384 v0.13.1 |
| 2742 | 2026-06-29T19:25:53.989Z | Compiling darling v0.23.0 |
| 2743 | 2026-06-29T19:25:54.104Z | Compiling slog-envlogger v2.2.0 |
| 2744 | 2026-06-29T19:25:55.305Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2745 | 2026-06-29T19:25:55.836Z | Compiling oso v0.27.3 |
| 2746 | 2026-06-29T19:25:56.063Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2747 | 2026-06-29T19:25:56.462Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2748 | 2026-06-29T19:25:57.000Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2749 | 2026-06-29T19:25:57.128Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-06-29T19:25:58.887Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2751 | 2026-06-29T19:25:59.923Z | Compiling ignore v0.4.25 |
| 2752 | 2026-06-29T19:26:00.047Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-06-29T19:26:00.481Z | Compiling castaway v0.2.4 |
| 2754 | 2026-06-29T19:26:00.588Z | Compiling vergen-git2 v9.1.0 |
| 2755 | 2026-06-29T19:26:00.645Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-06-29T19:26:00.819Z | Compiling indoc v2.0.7 |
| 2757 | 2026-06-29T19:26:00.990Z | Compiling compact_str v0.8.1 |
| 2758 | 2026-06-29T19:26:01.017Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-29T19:26:01.500Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-06-29T19:26:01.964Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2761 | 2026-06-29T19:26:02.124Z | Compiling parking_lot v0.11.2 |
| 2762 | 2026-06-29T19:26:02.157Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2763 | 2026-06-29T19:26:02.322Z | Compiling hyper-staticfile v0.10.1 |
| 2764 | 2026-06-29T19:26:02.639Z | Compiling darling_macro v0.13.4 |
| 2765 | 2026-06-29T19:26:03.162Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2766 | 2026-06-29T19:26:03.367Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2767 | 2026-06-29T19:26:03.396Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2768 | 2026-06-29T19:26:03.488Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2769 | 2026-06-29T19:26:03.810Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-06-29T19:26:03.859Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-06-29T19:26:04.141Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-06-29T19:26:04.303Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2773 | 2026-06-29T19:26:04.336Z | Compiling lru v0.12.5 |
| 2774 | 2026-06-29T19:26:04.362Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-06-29T19:26:04.532Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-06-29T19:26:04.572Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-06-29T19:26:04.619Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2778 | 2026-06-29T19:26:04.882Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2779 | 2026-06-29T19:26:04.916Z | Compiling corncobs v0.1.4 |
| 2780 | 2026-06-29T19:26:05.055Z | Compiling cassowary v0.3.0 |
| 2781 | 2026-06-29T19:26:05.058Z | Compiling hickory-server v0.25.2 |
| 2782 | 2026-06-29T19:26:05.101Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-06-29T19:26:05.157Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2784 | 2026-06-29T19:26:05.233Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2785 | 2026-06-29T19:26:05.259Z | Compiling camino-tempfile-ext v0.3.3 |
| 2786 | 2026-06-29T19:26:05.406Z | Compiling ratatui v0.29.0 |
| 2787 | 2026-06-29T19:26:05.490Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-06-29T19:26:05.824Z | Compiling darling v0.13.4 |
| 2789 | 2026-06-29T19:26:05.896Z | Compiling sled v0.34.7 |
| 2790 | 2026-06-29T19:26:06.651Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2791 | 2026-06-29T19:26:06.964Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2792 | 2026-06-29T19:26:06.986Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2793 | 2026-06-29T19:26:08.379Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2794 | 2026-06-29T19:26:08.437Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2795 | 2026-06-29T19:26:08.653Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-06-29T19:26:08.866Z | Compiling secrecy v0.8.0 |
| 2797 | 2026-06-29T19:26:09.059Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-06-29T19:26:09.633Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2799 | 2026-06-29T19:26:09.906Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-06-29T19:26:10.100Z | Compiling serde_with_macros v1.5.2 |
| 2801 | 2026-06-29T19:26:10.595Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2802 | 2026-06-29T19:26:10.934Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2803 | 2026-06-29T19:26:11.662Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2804 | 2026-06-29T19:26:13.005Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2805 | 2026-06-29T19:26:13.193Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2806 | 2026-06-29T19:26:13.370Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2807 | 2026-06-29T19:26:13.465Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2808 | 2026-06-29T19:26:13.618Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2809 | 2026-06-29T19:26:13.724Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2810 | 2026-06-29T19:26:13.740Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2811 | 2026-06-29T19:26:13.849Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2812 | 2026-06-29T19:26:13.950Z | Compiling void v1.0.2 |
| 2813 | 2026-06-29T19:26:14.103Z | Compiling lzss v0.8.2 |
| 2814 | 2026-06-29T19:26:14.395Z | Compiling illumos-nvpair v0.3.0 |
| 2815 | 2026-06-29T19:26:14.651Z | Compiling git2 v0.20.4 |
| 2816 | 2026-06-29T19:26:14.678Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2817 | 2026-06-29T19:26:14.895Z | Compiling serde_with v1.14.0 |
| 2818 | 2026-06-29T19:26:15.474Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2819 | 2026-06-29T19:26:16.109Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2820 | 2026-06-29T19:26:16.588Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2821 | 2026-06-29T19:26:18.195Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2822 | 2026-06-29T19:26:18.539Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2823 | 2026-06-29T19:26:19.118Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2824 | 2026-06-29T19:26:19.537Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2825 | 2026-06-29T19:26:19.780Z | Compiling tungstenite v0.23.0 |
| 2826 | 2026-06-29T19:26:19.834Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2827 | 2026-06-29T19:26:21.005Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2828 | 2026-06-29T19:26:21.232Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2829 | 2026-06-29T19:26:21.446Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2830 | 2026-06-29T19:26:21.603Z | Compiling nix v0.27.1 |
| 2831 | 2026-06-29T19:26:21.967Z | Compiling twox-hash v2.1.2 |
| 2832 | 2026-06-29T19:26:22.054Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-06-29T19:26:22.166Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2834 | 2026-06-29T19:26:22.280Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2835 | 2026-06-29T19:26:22.444Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-06-29T19:26:22.490Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2837 | 2026-06-29T19:26:22.774Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2838 | 2026-06-29T19:26:22.812Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2839 | 2026-06-29T19:26:23.516Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2840 | 2026-06-29T19:26:24.815Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2841 | 2026-06-29T19:26:25.462Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2842 | 2026-06-29T19:26:26.083Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2843 | 2026-06-29T19:26:26.509Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2844 | 2026-06-29T19:26:26.761Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2845 | 2026-06-29T19:26:26.817Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2846 | 2026-06-29T19:26:26.871Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2847 | 2026-06-29T19:26:27.220Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2848 | 2026-06-29T19:26:27.593Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2849 | 2026-06-29T19:26:27.620Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-06-29T19:26:27.799Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-06-29T19:26:27.870Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2852 | 2026-06-29T19:26:28.748Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2853 | 2026-06-29T19:26:29.299Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2854 | 2026-06-29T19:26:31.066Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2026-06-29T19:26:31.734Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2856 | 2026-06-29T19:26:33.036Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-06-29T19:26:33.462Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2858 | 2026-06-29T19:26:33.755Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2859 | 2026-06-29T19:26:33.852Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-06-29T19:26:33.983Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-06-29T19:26:34.182Z | Compiling fatfs v0.3.6 |
| 2862 | 2026-06-29T19:26:34.291Z | Compiling yasna v0.5.2 |
| 2863 | 2026-06-29T19:26:34.443Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2864 | 2026-06-29T19:26:34.792Z | Compiling assert_matches v1.5.0 |
| 2865 | 2026-06-29T19:26:34.903Z | Compiling is_ci v1.2.0 |
| 2866 | 2026-06-29T19:26:35.134Z | Compiling seq-macro v0.3.6 |
| 2867 | 2026-06-29T19:26:35.402Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-06-29T19:26:35.522Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-06-29T19:26:35.668Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-06-29T19:26:35.979Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2871 | 2026-06-29T19:26:36.853Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2872 | 2026-06-29T19:26:38.301Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2873 | 2026-06-29T19:26:38.549Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-06-29T19:26:38.778Z | Compiling subprocess v0.2.15 |
| 2875 | 2026-06-29T19:26:39.685Z | Compiling rtoolbox v0.0.3 |
| 2876 | 2026-06-29T19:26:39.963Z | Compiling rpassword v7.4.0 |
| 2877 | 2026-06-29T19:26:40.132Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2878 | 2026-06-29T19:26:40.328Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2879 | 2026-06-29T19:26:41.013Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2880 | 2026-06-29T19:26:41.034Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2881 | 2026-06-29T19:26:42.885Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2882 | 2026-06-29T19:26:43.026Z | Compiling tui-tree-widget v0.23.1 |
| 2883 | 2026-06-29T19:26:43.322Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2884 | 2026-06-29T19:26:43.566Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2885 | 2026-06-29T19:26:44.271Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2886 | 2026-06-29T19:26:44.502Z | Compiling uzers v0.12.2 |
| 2887 | 2026-06-29T19:26:44.634Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2888 | 2026-06-29T19:26:45.460Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2889 | 2026-06-29T19:26:46.189Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2890 | 2026-06-29T19:26:47.723Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2891 | 2026-06-29T19:26:47.968Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2892 | 2026-06-29T19:26:49.935Z | Compiling support-bundle-viewer v0.1.2 |
| 2893 | 2026-06-29T19:26:50.158Z | Compiling multimap v0.10.1 |
| 2894 | 2026-06-29T19:27:05.092Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2895 | 2026-06-29T19:27:06.710Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2896 | 2026-06-29T19:27:11.895Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2897 | 2026-06-29T19:27:12.859Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2898 | 2026-06-29T19:27:13.226Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2899 | 2026-06-29T19:37:07.810Z | Finished `release` profile [optimized] target(s) in 12m 03s |
| 2900 | 2026-06-29T19:37:52.748Z | |
| 2901 | 2026-06-29T19:37:52.748Z | real 12:49.450993249 |
| 2902 | 2026-06-29T19:37:52.751Z | user 1:21:23.202365096 |
| 2903 | 2026-06-29T19:37:52.751Z | sys 3:33.029805492 |
| 2904 | 2026-06-29T19:37:52.751Z | trap 1.718913135 |
| 2905 | 2026-06-29T19:37:52.751Z | tflt 2.336475878 |
| 2906 | 2026-06-29T19:37:52.751Z | dflt 17.434530356 |
| 2907 | 2026-06-29T19:37:52.751Z | kflt 0.006083920 |
| 2908 | 2026-06-29T19:37:52.751Z | lock 9:02:45.924626561 |
| 2909 | 2026-06-29T19:37:52.751Z | slp 2:25:25.792112909 |
| 2910 | 2026-06-29T19:37:52.751Z | lat 2:25.669055085 |
| 2911 | 2026-06-29T19:37:52.752Z | stop 5:07.510339080 |
| 2912 | 2026-06-29T19:37:52.752Z | + mapfile -t packages |
| 2913 | 2026-06-29T19:37:52.752Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2914 | 2026-06-29T19:37:53.618Z | Finished `release` profile [optimized] target(s) in 0.85s |
| 2915 | 2026-06-29T19:37:53.686Z | Running `target/release/omicron-package -t test list-outputs` |
| 2916 | 2026-06-29T19:37:53.741Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2917 | 2026-06-29T19:37:53.744Z | + ptime -m cargo build --locked --release -p xtask |
| 2918 | 2026-06-29T19:37:54.218Z | Compiling libc v0.2.185 |
| 2919 | 2026-06-29T19:37:54.218Z | Compiling serde v1.0.228 |
| 2920 | 2026-06-29T19:37:54.221Z | Compiling serde_core v1.0.228 |
| 2921 | 2026-06-29T19:37:54.221Z | Compiling rustix v1.1.3 |
| 2922 | 2026-06-29T19:37:54.313Z | Compiling serde_json v1.0.150 |
| 2923 | 2026-06-29T19:37:54.316Z | Compiling bitflags v2.11.0 |
| 2924 | 2026-06-29T19:37:54.346Z | Compiling num-traits v0.2.19 |
| 2925 | 2026-06-29T19:37:54.355Z | Compiling syn v2.0.117 |
| 2926 | 2026-06-29T19:37:54.367Z | Compiling smallvec v1.15.1 |
| 2927 | 2026-06-29T19:37:54.386Z | Compiling indexmap v2.14.0 |
| 2928 | 2026-06-29T19:37:54.397Z | Compiling usdt-impl v0.5.0 |
| 2929 | 2026-06-29T19:37:54.400Z | Compiling syn v1.0.109 |
| 2930 | 2026-06-29T19:37:54.422Z | Compiling getrandom v0.4.1 |
| 2931 | 2026-06-29T19:37:54.425Z | Compiling log v0.4.29 |
| 2932 | 2026-06-29T19:37:54.583Z | Compiling percent-encoding v2.3.2 |
| 2933 | 2026-06-29T19:37:54.727Z | Compiling form_urlencoded v1.2.2 |
| 2934 | 2026-06-29T19:37:54.794Z | Compiling fs-err v3.3.0 |
| 2935 | 2026-06-29T19:37:54.807Z | Compiling once_cell v1.21.3 |
| 2936 | 2026-06-29T19:37:54.825Z | Compiling heck v0.4.1 |
| 2937 | 2026-06-29T19:37:54.828Z | Compiling anyhow v1.0.102 |
| 2938 | 2026-06-29T19:37:55.055Z | Compiling thread-id v4.2.2 |
| 2939 | 2026-06-29T19:37:55.066Z | Compiling errno v0.3.14 |
| 2940 | 2026-06-29T19:37:55.097Z | Compiling memmap v0.7.0 |
| 2941 | 2026-06-29T19:37:55.369Z | Compiling ordered-float v2.10.1 |
| 2942 | 2026-06-29T19:37:55.882Z | Compiling proc-macro-error v1.0.4 |
| 2943 | 2026-06-29T19:37:56.088Z | Compiling terminal_size v0.4.3 |
| 2944 | 2026-06-29T19:37:56.088Z | Compiling tempfile v3.25.0 |
| 2945 | 2026-06-29T19:37:56.129Z | Compiling tabled_derive v0.7.0 |
| 2946 | 2026-06-29T19:37:56.187Z | Compiling clap_builder v4.6.0 |
| 2947 | 2026-06-29T19:37:56.187Z | Compiling textwrap v0.16.2 |
| 2948 | 2026-06-29T19:37:56.327Z | Compiling camino-tempfile v1.4.1 |
| 2949 | 2026-06-29T19:37:56.799Z | Compiling tabled v0.15.0 |
| 2950 | 2026-06-29T19:37:56.876Z | Compiling synstructure v0.13.2 |
| 2951 | 2026-06-29T19:37:56.876Z | Compiling pest_generator v2.8.6 |
| 2952 | 2026-06-29T19:37:57.255Z | Compiling serde_derive v1.0.228 |
| 2953 | 2026-06-29T19:37:57.255Z | Compiling zerovec-derive v0.11.2 |
| 2954 | 2026-06-29T19:37:57.262Z | Compiling displaydoc v0.2.5 |
| 2955 | 2026-06-29T19:37:57.262Z | Compiling thiserror-impl v1.0.69 |
| 2956 | 2026-06-29T19:37:57.262Z | Compiling zerocopy-derive v0.7.35 |
| 2957 | 2026-06-29T19:37:57.262Z | Compiling scroll_derive v0.12.1 |
| 2958 | 2026-06-29T19:37:57.262Z | Compiling thiserror-impl v2.0.18 |
| 2959 | 2026-06-29T19:37:57.262Z | Compiling clap_derive v4.6.1 |
| 2960 | 2026-06-29T19:37:57.295Z | Compiling zerofrom-derive v0.1.6 |
| 2961 | 2026-06-29T19:37:57.313Z | Compiling yoke-derive v0.8.1 |
| 2962 | 2026-06-29T19:37:57.413Z | Compiling pest_derive v2.8.6 |
| 2963 | 2026-06-29T19:37:57.958Z | Compiling scroll v0.12.0 |
| 2964 | 2026-06-29T19:37:58.073Z | Compiling zerocopy v0.7.35 |
| 2965 | 2026-06-29T19:37:58.291Z | Compiling goblin v0.8.2 |
| 2966 | 2026-06-29T19:37:58.432Z | Compiling zerofrom v0.1.6 |
| 2967 | 2026-06-29T19:37:58.469Z | Compiling thiserror v1.0.69 |
| 2968 | 2026-06-29T19:37:58.505Z | Compiling thiserror v2.0.18 |
| 2969 | 2026-06-29T19:37:58.574Z | Compiling yoke v0.8.1 |
| 2970 | 2026-06-29T19:37:58.601Z | Compiling dtrace-parser v0.2.0 |
| 2971 | 2026-06-29T19:37:58.774Z | Compiling zerovec v0.11.5 |
| 2972 | 2026-06-29T19:37:58.939Z | Compiling zerotrie v0.2.3 |
| 2973 | 2026-06-29T19:37:58.955Z | Compiling clap v4.6.1 |
| 2974 | 2026-06-29T19:37:59.393Z | Compiling tinystr v0.8.2 |
| 2975 | 2026-06-29T19:37:59.393Z | Compiling potential_utf v0.1.4 |
| 2976 | 2026-06-29T19:37:59.626Z | Compiling icu_locale_core v2.1.1 |
| 2977 | 2026-06-29T19:37:59.669Z | Compiling icu_collections v2.1.1 |
| 2978 | 2026-06-29T19:38:00.390Z | Compiling icu_provider v2.1.1 |
| 2979 | 2026-06-29T19:38:00.809Z | Compiling icu_properties v2.1.2 |
| 2980 | 2026-06-29T19:38:00.815Z | Compiling icu_normalizer v2.1.1 |
| 2981 | 2026-06-29T19:38:00.920Z | Compiling serde_spanned v0.6.9 |
| 2982 | 2026-06-29T19:38:00.940Z | Compiling toml_datetime v0.6.11 |
| 2983 | 2026-06-29T19:38:01.005Z | Compiling dof v0.3.0 |
| 2984 | 2026-06-29T19:38:01.019Z | Compiling serde-value v0.7.0 |
| 2985 | 2026-06-29T19:38:01.160Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-06-29T19:38:01.304Z | Compiling serde_tokenstream v0.2.3 |
| 2987 | 2026-06-29T19:38:01.331Z | Compiling cargo-platform v0.2.0 |
| 2988 | 2026-06-29T19:38:01.337Z | Compiling macaddr v1.0.1 |
| 2989 | 2026-06-29T19:38:01.764Z | Compiling idna_adapter v1.2.1 |
| 2990 | 2026-06-29T19:38:01.878Z | Compiling idna v1.1.0 |
| 2991 | 2026-06-29T19:38:01.900Z | Compiling usdt-macro v0.5.0 |
| 2992 | 2026-06-29T19:38:01.924Z | Compiling usdt-attr-macro v0.5.0 |
| 2993 | 2026-06-29T19:38:02.230Z | Compiling url v2.5.8 |
| 2994 | 2026-06-29T19:38:02.577Z | Compiling usdt v0.5.0 |
| 2995 | 2026-06-29T19:38:02.741Z | Compiling toml v0.8.23 |
| 2996 | 2026-06-29T19:38:03.188Z | Compiling cargo-util-schemas v0.8.2 |
| 2997 | 2026-06-29T19:38:03.189Z | Compiling cargo_toml v0.21.0 |
| 2998 | 2026-06-29T19:38:04.223Z | Compiling cargo_metadata v0.21.0 |
| 2999 | 2026-06-29T19:38:07.666Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3000 | 2026-06-29T19:38:10.678Z | Finished `release` profile [optimized] target(s) in 16.92s |
| 3001 | 2026-06-29T19:38:10.821Z | |
| 3002 | 2026-06-29T19:38:10.821Z | real 17.041632407 |
| 3003 | 2026-06-29T19:38:10.821Z | user 2:20.434924026 |
| 3004 | 2026-06-29T19:38:10.821Z | sys 17.167883866 |
| 3005 | 2026-06-29T19:38:10.826Z | trap 0.096127441 |
| 3006 | 2026-06-29T19:38:10.826Z | tflt 0.512225811 |
| 3007 | 2026-06-29T19:38:10.826Z | dflt 1.457261303 |
| 3008 | 2026-06-29T19:38:10.827Z | kflt 0.000755170 |
| 3009 | 2026-06-29T19:38:10.827Z | lock 5:25.110063156 |
| 3010 | 2026-06-29T19:38:10.827Z | slp 3:31.935899069 |
| 3011 | 2026-06-29T19:38:10.827Z | lat 5.707545753 |
| 3012 | 2026-06-29T19:38:10.827Z | stop 17.452130678 |
| 3013 | 2026-06-29T19:38:10.827Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3014 | 2026-06-29T19:38:10.827Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3015 | 2026-06-29T19:38:10.827Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3016 | 2026-06-29T19:38:10.827Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3017 | 2026-06-29T19:38:10.827Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3018 | 2026-06-29T19:38:11.706Z | Compiling progenitor-client v0.14.0 |
| 3019 | 2026-06-29T19:38:11.710Z | Compiling cpufeatures v0.3.0 |
| 3020 | 2026-06-29T19:38:11.710Z | Compiling newtype-uuid-macros v0.1.0 |
| 3021 | 2026-06-29T19:38:11.710Z | Compiling hybrid-array v0.4.10 |
| 3022 | 2026-06-29T19:38:11.710Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3023 | 2026-06-29T19:38:11.867Z | Compiling match_cfg v0.1.0 |
| 3024 | 2026-06-29T19:38:11.871Z | Compiling slog-json v2.6.1 |
| 3025 | 2026-06-29T19:38:11.871Z | Compiling structmeta-derive v0.3.0 |
| 3026 | 2026-06-29T19:38:11.871Z | Compiling multer v3.1.0 |
| 3027 | 2026-06-29T19:38:11.871Z | Compiling debug-ignore v1.0.5 |
| 3028 | 2026-06-29T19:38:11.871Z | Compiling compression-core v0.4.31 |
| 3029 | 2026-06-29T19:38:11.871Z | Compiling const-oid v0.10.2 |
| 3030 | 2026-06-29T19:38:11.877Z | Compiling atomicwrites v0.4.4 |
| 3031 | 2026-06-29T19:38:11.877Z | Compiling itertools v0.14.0 |
| 3032 | 2026-06-29T19:38:11.976Z | Compiling async-stream-impl v0.3.6 |
| 3033 | 2026-06-29T19:38:11.997Z | Compiling hostname v0.3.1 |
| 3034 | 2026-06-29T19:38:12.012Z | Compiling serde_spanned v1.1.1 |
| 3035 | 2026-06-29T19:38:12.046Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3036 | 2026-06-29T19:38:12.103Z | Compiling compression-codecs v0.4.37 |
| 3037 | 2026-06-29T19:38:12.117Z | Compiling dropshot v0.17.1 |
| 3038 | 2026-06-29T19:38:12.159Z | Compiling slog-bunyan v2.5.0 |
| 3039 | 2026-06-29T19:38:12.162Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3040 | 2026-06-29T19:38:12.193Z | Compiling waitgroup v0.1.2 |
| 3041 | 2026-06-29T19:38:12.232Z | Compiling rustls-pemfile v2.2.0 |
| 3042 | 2026-06-29T19:38:12.236Z | Compiling dropshot_endpoint v0.17.1 |
| 3043 | 2026-06-29T19:38:12.236Z | Compiling hostname v0.4.2 |
| 3044 | 2026-06-29T19:38:12.282Z | Compiling crypto-common v0.2.2 |
| 3045 | 2026-06-29T19:38:12.333Z | Compiling block-buffer v0.12.1 |
| 3046 | 2026-06-29T19:38:12.370Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3047 | 2026-06-29T19:38:12.388Z | Compiling async-compression v0.4.41 |
| 3048 | 2026-06-29T19:38:12.388Z | Compiling serde_path_to_error v0.1.20 |
| 3049 | 2026-06-29T19:38:12.439Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3050 | 2026-06-29T19:38:12.453Z | Compiling macaddr v1.0.1 |
| 3051 | 2026-06-29T19:38:12.453Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3052 | 2026-06-29T19:38:12.474Z | Compiling instant v0.1.13 |
| 3053 | 2026-06-29T19:38:12.525Z | Compiling regress v0.10.5 |
| 3054 | 2026-06-29T19:38:12.560Z | Compiling backon v1.6.0 |
| 3055 | 2026-06-29T19:38:12.617Z | Compiling backoff v0.4.0 |
| 3056 | 2026-06-29T19:38:12.637Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3057 | 2026-06-29T19:38:12.661Z | Compiling async-stream v0.3.6 |
| 3058 | 2026-06-29T19:38:12.724Z | Compiling progenitor-extras v0.2.0 |
| 3059 | 2026-06-29T19:38:12.732Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3060 | 2026-06-29T19:38:12.759Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3061 | 2026-06-29T19:38:12.768Z | Compiling humantime v2.3.0 |
| 3062 | 2026-06-29T19:38:12.768Z | Compiling universal-hash v0.5.1 |
| 3063 | 2026-06-29T19:38:12.834Z | Compiling opaque-debug v0.3.1 |
| 3064 | 2026-06-29T19:38:12.843Z | Compiling regress v0.11.1 |
| 3065 | 2026-06-29T19:38:12.873Z | Compiling half v2.7.1 |
| 3066 | 2026-06-29T19:38:12.913Z | Compiling digest v0.11.3 |
| 3067 | 2026-06-29T19:38:12.917Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3068 | 2026-06-29T19:38:12.952Z | Compiling ciborium-io v0.2.2 |
| 3069 | 2026-06-29T19:38:12.984Z | Compiling structmeta v0.3.0 |
| 3070 | 2026-06-29T19:38:13.012Z | Compiling crucible-workspace-hack v0.1.0 |
| 3071 | 2026-06-29T19:38:13.060Z | Compiling sha1 v0.11.0 |
| 3072 | 2026-06-29T19:38:13.076Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3073 | 2026-06-29T19:38:13.092Z | Compiling convert_case v0.4.0 |
| 3074 | 2026-06-29T19:38:13.112Z | Compiling aead v0.5.2 |
| 3075 | 2026-06-29T19:38:13.131Z | Compiling ciborium-ll v0.2.2 |
| 3076 | 2026-06-29T19:38:13.197Z | Compiling secrecy v0.10.3 |
| 3077 | 2026-06-29T19:38:13.235Z | Compiling derive-ex v0.1.8 |
| 3078 | 2026-06-29T19:38:13.253Z | Compiling parse-display-derive v0.10.0 |
| 3079 | 2026-06-29T19:38:13.351Z | Compiling ciborium v0.2.2 |
| 3080 | 2026-06-29T19:38:13.382Z | Compiling poly1305 v0.8.0 |
| 3081 | 2026-06-29T19:38:13.416Z | Compiling chacha20 v0.9.1 |
| 3082 | 2026-06-29T19:38:13.440Z | Compiling unsafe-libyaml v0.2.11 |
| 3083 | 2026-06-29T19:38:13.440Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3084 | 2026-06-29T19:38:13.440Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3085 | 2026-06-29T19:38:13.451Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3086 | 2026-06-29T19:38:13.510Z | Compiling derive_more v0.99.20 |
| 3087 | 2026-06-29T19:38:13.674Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3088 | 2026-06-29T19:38:13.705Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3089 | 2026-06-29T19:38:13.712Z | Compiling byte-wrapper v0.1.0 |
| 3090 | 2026-06-29T19:38:13.813Z | Compiling blake2 v0.10.6 |
| 3091 | 2026-06-29T19:38:13.829Z | Compiling password-hash v0.5.0 |
| 3092 | 2026-06-29T19:38:14.030Z | Compiling serde_yaml v0.9.34+deprecated |
| 3093 | 2026-06-29T19:38:14.033Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3094 | 2026-06-29T19:38:14.090Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3095 | 2026-06-29T19:38:14.110Z | Compiling argon2 v0.5.3 |
| 3096 | 2026-06-29T19:38:14.139Z | Compiling chacha20poly1305 v0.10.1 |
| 3097 | 2026-06-29T19:38:14.197Z | Compiling indent_write v2.2.0 |
| 3098 | 2026-06-29T19:38:14.276Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3099 | 2026-06-29T19:38:14.323Z | Compiling heapless v0.8.0 |
| 3100 | 2026-06-29T19:38:14.378Z | Compiling ingot-macros v0.1.1 |
| 3101 | 2026-06-29T19:38:14.383Z | Compiling tabwriter v1.4.1 |
| 3102 | 2026-06-29T19:38:14.417Z | Compiling hash32 v0.3.1 |
| 3103 | 2026-06-29T19:38:14.590Z | Compiling typify-impl v0.6.2 |
| 3104 | 2026-06-29T19:38:14.650Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3105 | 2026-06-29T19:38:14.897Z | Compiling proc-macro-crate v3.4.0 |
| 3106 | 2026-06-29T19:38:14.990Z | Compiling thiserror-no-std v2.0.2 |
| 3107 | 2026-06-29T19:38:15.021Z | Compiling num-derive v0.4.2 |
| 3108 | 2026-06-29T19:38:15.021Z | Compiling test-strategy v0.4.5 |
| 3109 | 2026-06-29T19:38:15.061Z | Compiling vsss-rs v3.3.4 |
| 3110 | 2026-06-29T19:38:15.071Z | Compiling parse-display v0.10.0 |
| 3111 | 2026-06-29T19:38:15.328Z | Compiling smoltcp v0.11.0 |
| 3112 | 2026-06-29T19:38:15.381Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3113 | 2026-06-29T19:38:15.489Z | Compiling num_enum_derive v0.7.6 |
| 3114 | 2026-06-29T19:38:15.516Z | Compiling cobs v0.3.0 |
| 3115 | 2026-06-29T19:38:15.679Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3116 | 2026-06-29T19:38:15.743Z | Compiling colored v3.1.1 |
| 3117 | 2026-06-29T19:38:15.790Z | Compiling postcard v1.1.3 |
| 3118 | 2026-06-29T19:38:15.813Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3119 | 2026-06-29T19:38:15.946Z | Compiling proc-macro-error v1.0.4 |
| 3120 | 2026-06-29T19:38:15.977Z | Compiling proc-macro-crate v1.3.1 |
| 3121 | 2026-06-29T19:38:16.016Z | Compiling foreign-types-macros v0.2.3 |
| 3122 | 2026-06-29T19:38:16.156Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3123 | 2026-06-29T19:38:16.177Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3124 | 2026-06-29T19:38:16.190Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3125 | 2026-06-29T19:38:16.191Z | Compiling rayon-core v1.13.0 |
| 3126 | 2026-06-29T19:38:16.231Z | Compiling foreign-types-shared v0.3.1 |
| 3127 | 2026-06-29T19:38:16.450Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3128 | 2026-06-29T19:38:16.477Z | Compiling num_enum_derive v0.5.11 |
| 3129 | 2026-06-29T19:38:16.477Z | Compiling chacha20 v0.10.0 |
| 3130 | 2026-06-29T19:38:16.499Z | Compiling crossbeam-deque v0.8.6 |
| 3131 | 2026-06-29T19:38:16.523Z | Compiling camino-tempfile v1.4.1 |
| 3132 | 2026-06-29T19:38:16.539Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3133 | 2026-06-29T19:38:16.609Z | Compiling num_enum v0.7.6 |
| 3134 | 2026-06-29T19:38:16.643Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3135 | 2026-06-29T19:38:16.697Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3136 | 2026-06-29T19:38:16.707Z | Compiling foreign-types v0.5.0 |
| 3137 | 2026-06-29T19:38:16.728Z | Compiling cstr-argument v0.1.2 |
| 3138 | 2026-06-29T19:38:16.744Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3139 | 2026-06-29T19:38:16.776Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3140 | 2026-06-29T19:38:16.780Z | Compiling rand v0.10.0 |
| 3141 | 2026-06-29T19:38:16.850Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3142 | 2026-06-29T19:38:16.945Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3143 | 2026-06-29T19:38:17.006Z | Compiling zone_cfg_derive v0.3.1 |
| 3144 | 2026-06-29T19:38:17.036Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3145 | 2026-06-29T19:38:17.057Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3146 | 2026-06-29T19:38:17.146Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3147 | 2026-06-29T19:38:17.191Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3148 | 2026-06-29T19:38:17.211Z | Compiling itertools v0.12.1 |
| 3149 | 2026-06-29T19:38:17.211Z | Compiling sigpipe v0.1.3 |
| 3150 | 2026-06-29T19:38:17.261Z | Compiling rayon v1.11.0 |
| 3151 | 2026-06-29T19:38:17.281Z | Compiling glob v0.3.3 |
| 3152 | 2026-06-29T19:38:17.324Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3153 | 2026-06-29T19:38:17.360Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3154 | 2026-06-29T19:38:17.404Z | Compiling ingot-types v0.1.2 |
| 3155 | 2026-06-29T19:38:17.511Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3156 | 2026-06-29T19:38:17.577Z | Compiling smf v0.2.3 |
| 3157 | 2026-06-29T19:38:17.608Z | Compiling num_enum v0.5.11 |
| 3158 | 2026-06-29T19:38:17.669Z | Compiling whoami v1.6.1 |
| 3159 | 2026-06-29T19:38:17.683Z | Compiling usdt-macro v0.5.0 |
| 3160 | 2026-06-29T19:38:17.770Z | Compiling usdt-attr-macro v0.5.0 |
| 3161 | 2026-06-29T19:38:17.815Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3162 | 2026-06-29T19:38:17.815Z | Compiling gethostname v0.5.0 |
| 3163 | 2026-06-29T19:38:17.823Z | Compiling ingot v0.1.1 |
| 3164 | 2026-06-29T19:38:17.893Z | Compiling num-rational v0.4.2 |
| 3165 | 2026-06-29T19:38:17.925Z | Compiling num-complex v0.4.6 |
| 3166 | 2026-06-29T19:38:17.954Z | Compiling memmap v0.7.0 |
| 3167 | 2026-06-29T19:38:18.099Z | Compiling derive-where v1.6.0 |
| 3168 | 2026-06-29T19:38:18.118Z | Compiling float-ord v0.3.2 |
| 3169 | 2026-06-29T19:38:18.151Z | Compiling toml v0.8.23 |
| 3170 | 2026-06-29T19:38:18.248Z | Compiling resolv-conf v0.7.6 |
| 3171 | 2026-06-29T19:38:18.275Z | Compiling num v0.4.3 |
| 3172 | 2026-06-29T19:38:18.387Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3173 | 2026-06-29T19:38:18.396Z | Compiling owo-colors v4.3.0 |
| 3174 | 2026-06-29T19:38:18.475Z | Compiling zone v0.3.1 |
| 3175 | 2026-06-29T19:38:18.547Z | Compiling cancel-safe-futures v0.1.5 |
| 3176 | 2026-06-29T19:38:18.547Z | Compiling libsw-core v0.3.2 |
| 3177 | 2026-06-29T19:38:18.569Z | Compiling prettyplease v0.2.37 |
| 3178 | 2026-06-29T19:38:18.601Z | Compiling usdt v0.5.0 |
| 3179 | 2026-06-29T19:38:18.641Z | Compiling console v0.15.11 |
| 3180 | 2026-06-29T19:38:18.730Z | Compiling libsw v3.5.0 |
| 3181 | 2026-06-29T19:38:18.815Z | Compiling hickory-proto v0.24.4 |
| 3182 | 2026-06-29T19:38:18.845Z | Compiling newline-converter v0.3.0 |
| 3183 | 2026-06-29T19:38:18.913Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-06-29T19:38:18.933Z | Compiling libefi-sys v0.1.0 |
| 3185 | 2026-06-29T19:38:19.000Z | Compiling linked-hash-map v0.5.6 |
| 3186 | 2026-06-29T19:38:19.038Z | Compiling linear-map v1.2.0 |
| 3187 | 2026-06-29T19:38:19.088Z | Compiling expectorate v1.2.0 |
| 3188 | 2026-06-29T19:38:19.189Z | Compiling lru-cache v0.1.2 |
| 3189 | 2026-06-29T19:38:19.192Z | Compiling git-stub v1.0.0 |
| 3190 | 2026-06-29T19:38:19.236Z | Compiling bitfield-struct v0.6.2 |
| 3191 | 2026-06-29T19:38:19.293Z | Compiling nom v8.0.0 |
| 3192 | 2026-06-29T19:38:19.445Z | Compiling semver v0.1.20 |
| 3193 | 2026-06-29T19:38:19.445Z | Compiling typify-macro v0.6.2 |
| 3194 | 2026-06-29T19:38:19.488Z | Compiling tokio-dtrace v0.1.1 |
| 3195 | 2026-06-29T19:38:19.556Z | Compiling rustc_version v0.1.7 |
| 3196 | 2026-06-29T19:38:19.556Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3197 | 2026-06-29T19:38:19.572Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3198 | 2026-06-29T19:38:19.572Z | Compiling git-stub-vcs v0.1.0 |
| 3199 | 2026-06-29T19:38:19.595Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3200 | 2026-06-29T19:38:19.595Z | Compiling slog-dtrace v0.3.0 |
| 3201 | 2026-06-29T19:38:19.638Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-06-29T19:38:19.744Z | Compiling minimal-lexical v0.2.1 |
| 3203 | 2026-06-29T19:38:19.761Z | Compiling newtype_derive v0.1.6 |
| 3204 | 2026-06-29T19:38:19.764Z | Compiling oxide-tokio-rt v0.1.4 |
| 3205 | 2026-06-29T19:38:19.799Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3206 | 2026-06-29T19:38:20.043Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3207 | 2026-06-29T19:38:20.046Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3208 | 2026-06-29T19:38:20.046Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-06-29T19:38:20.046Z | Compiling nom v7.1.3 |
| 3210 | 2026-06-29T19:38:20.046Z | Compiling phf_shared v0.12.1 |
| 3211 | 2026-06-29T19:38:20.046Z | Compiling csv-core v0.1.13 |
| 3212 | 2026-06-29T19:38:20.057Z | Compiling xshell-macros v0.2.7 |
| 3213 | 2026-06-29T19:38:20.111Z | Compiling chrono-tz v0.10.4 |
| 3214 | 2026-06-29T19:38:20.194Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-06-29T19:38:20.272Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3216 | 2026-06-29T19:38:20.448Z | Compiling highway v1.3.0 |
| 3217 | 2026-06-29T19:38:20.455Z | Compiling const_format_proc_macros v0.2.34 |
| 3218 | 2026-06-29T19:38:20.456Z | Compiling csv v1.4.0 |
| 3219 | 2026-06-29T19:38:20.456Z | Compiling phf v0.12.1 |
| 3220 | 2026-06-29T19:38:20.551Z | Compiling xshell v0.2.7 |
| 3221 | 2026-06-29T19:38:20.694Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3222 | 2026-06-29T19:38:22.844Z | Compiling primeorder v0.13.6 |
| 3223 | 2026-06-29T19:38:22.887Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3224 | 2026-06-29T19:38:22.887Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3225 | 2026-06-29T19:38:22.887Z | Compiling hickory-resolver v0.24.4 |
| 3226 | 2026-06-29T19:38:22.887Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3227 | 2026-06-29T19:38:22.887Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3228 | 2026-06-29T19:38:22.887Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3229 | 2026-06-29T19:38:22.887Z | Compiling typify v0.6.2 |
| 3230 | 2026-06-29T19:38:22.887Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3231 | 2026-06-29T19:38:22.887Z | Compiling progenitor-impl v0.14.0 |
| 3232 | 2026-06-29T19:38:22.887Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3233 | 2026-06-29T19:38:22.887Z | Compiling const_format v0.2.35 |
| 3234 | 2026-06-29T19:38:22.887Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-06-29T19:38:22.887Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3236 | 2026-06-29T19:38:22.887Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3237 | 2026-06-29T19:38:22.887Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3238 | 2026-06-29T19:38:22.887Z | Compiling tabled_derive v0.7.0 |
| 3239 | 2026-06-29T19:38:22.887Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3240 | 2026-06-29T19:38:22.887Z | Compiling bcs v0.1.6 |
| 3241 | 2026-06-29T19:38:22.887Z | Compiling qorb v0.4.1 |
| 3242 | 2026-06-29T19:38:22.888Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3243 | 2026-06-29T19:38:22.888Z | Compiling termtree v0.5.1 |
| 3244 | 2026-06-29T19:38:22.888Z | Compiling salty v0.3.0 |
| 3245 | 2026-06-29T19:38:22.888Z | Compiling tagptr v0.2.0 |
| 3246 | 2026-06-29T19:38:22.888Z | Compiling textwrap v0.16.2 |
| 3247 | 2026-06-29T19:38:22.888Z | Compiling moka v0.12.13 |
| 3248 | 2026-06-29T19:38:22.908Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3249 | 2026-06-29T19:38:22.908Z | Compiling steno v0.4.1 |
| 3250 | 2026-06-29T19:38:23.070Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3251 | 2026-06-29T19:38:23.121Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3252 | 2026-06-29T19:38:23.280Z | Compiling tabled v0.15.0 |
| 3253 | 2026-06-29T19:38:23.329Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3254 | 2026-06-29T19:38:23.347Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3255 | 2026-06-29T19:38:23.377Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3256 | 2026-06-29T19:38:23.396Z | Compiling base64 v0.21.7 |
| 3257 | 2026-06-29T19:38:23.415Z | Compiling radium v0.7.0 |
| 3258 | 2026-06-29T19:38:23.555Z | Compiling hickory-resolver v0.25.2 |
| 3259 | 2026-06-29T19:38:23.750Z | Compiling p384 v0.13.1 |
| 3260 | 2026-06-29T19:38:23.761Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3261 | 2026-06-29T19:38:23.903Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3262 | 2026-06-29T19:38:24.036Z | Compiling progenitor-macro v0.14.0 |
| 3263 | 2026-06-29T19:38:24.086Z | Compiling tap v1.0.1 |
| 3264 | 2026-06-29T19:38:24.110Z | Compiling maybe-uninit v2.0.0 |
| 3265 | 2026-06-29T19:38:24.238Z | Compiling wyz v0.5.1 |
| 3266 | 2026-06-29T19:38:24.304Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3267 | 2026-06-29T19:38:24.337Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3268 | 2026-06-29T19:38:24.468Z | Compiling utf-8 v0.7.6 |
| 3269 | 2026-06-29T19:38:24.501Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3270 | 2026-06-29T19:38:24.525Z | Compiling packed_struct v0.10.1 |
| 3271 | 2026-06-29T19:38:24.713Z | Compiling parking_lot_core v0.8.6 |
| 3272 | 2026-06-29T19:38:24.722Z | Compiling funty v2.0.0 |
| 3273 | 2026-06-29T19:38:24.765Z | Compiling tungstenite v0.21.0 |
| 3274 | 2026-06-29T19:38:24.792Z | Compiling proc-macro-error2 v2.0.1 |
| 3275 | 2026-06-29T19:38:24.912Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3276 | 2026-06-29T19:38:24.955Z | Compiling polyval v0.6.2 |
| 3277 | 2026-06-29T19:38:24.993Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3278 | 2026-06-29T19:38:25.063Z | Compiling bitvec v1.0.1 |
| 3279 | 2026-06-29T19:38:25.148Z | Compiling packed_struct_codegen v0.10.1 |
| 3280 | 2026-06-29T19:38:25.214Z | Compiling zerocopy-derive v0.6.6 |
| 3281 | 2026-06-29T19:38:25.313Z | Compiling bitfield-macros v0.19.4 |
| 3282 | 2026-06-29T19:38:25.558Z | Compiling indexmap v1.9.3 |
| 3283 | 2026-06-29T19:38:25.563Z | Compiling crc-catalog v2.4.0 |
| 3284 | 2026-06-29T19:38:25.661Z | Compiling nodrop v0.1.14 |
| 3285 | 2026-06-29T19:38:25.690Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3286 | 2026-06-29T19:38:25.708Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3287 | 2026-06-29T19:38:25.727Z | Compiling crc v3.4.0 |
| 3288 | 2026-06-29T19:38:25.796Z | Compiling array-init v0.0.4 |
| 3289 | 2026-06-29T19:38:25.843Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3290 | 2026-06-29T19:38:25.865Z | Compiling tokio-tungstenite v0.21.0 |
| 3291 | 2026-06-29T19:38:25.960Z | Compiling tabled_derive v0.11.0 |
| 3292 | 2026-06-29T19:38:25.976Z | Compiling ghash v0.5.1 |
| 3293 | 2026-06-29T19:38:26.106Z | Compiling bitfield v0.19.4 |
| 3294 | 2026-06-29T19:38:26.152Z | Compiling smallvec v0.6.14 |
| 3295 | 2026-06-29T19:38:26.184Z | Compiling zerocopy v0.6.6 |
| 3296 | 2026-06-29T19:38:26.218Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3297 | 2026-06-29T19:38:26.301Z | Compiling progenitor-impl v0.13.0 |
| 3298 | 2026-06-29T19:38:26.343Z | Compiling papergrid v0.17.0 |
| 3299 | 2026-06-29T19:38:26.385Z | Compiling libscf-sys v1.2.0 |
| 3300 | 2026-06-29T19:38:26.415Z | Compiling testing_table v0.3.0 |
| 3301 | 2026-06-29T19:38:26.437Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3302 | 2026-06-29T19:38:26.455Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3303 | 2026-06-29T19:38:26.519Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3304 | 2026-06-29T19:38:26.579Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3305 | 2026-06-29T19:38:26.593Z | Compiling ctr v0.9.2 |
| 3306 | 2026-06-29T19:38:26.616Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3307 | 2026-06-29T19:38:26.636Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3308 | 2026-06-29T19:38:26.660Z | Compiling corncobs v0.1.4 |
| 3309 | 2026-06-29T19:38:26.792Z | Compiling unicase v2.9.0 |
| 3310 | 2026-06-29T19:38:26.822Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3311 | 2026-06-29T19:38:26.840Z | Compiling hashbrown v0.12.3 |
| 3312 | 2026-06-29T19:38:26.872Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3313 | 2026-06-29T19:38:26.983Z | Compiling aes-gcm v0.10.3 |
| 3314 | 2026-06-29T19:38:26.996Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3315 | 2026-06-29T19:38:27.043Z | Compiling mime_guess v2.0.5 |
| 3316 | 2026-06-29T19:38:27.123Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3317 | 2026-06-29T19:38:27.216Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3318 | 2026-06-29T19:38:27.274Z | Compiling serde-hex v0.1.0 |
| 3319 | 2026-06-29T19:38:27.343Z | Compiling tabled v0.20.0 |
| 3320 | 2026-06-29T19:38:27.467Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3321 | 2026-06-29T19:38:27.548Z | Compiling parking_lot v0.11.2 |
| 3322 | 2026-06-29T19:38:27.642Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3323 | 2026-06-29T19:38:27.803Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3324 | 2026-06-29T19:38:27.818Z | Compiling ron v0.8.1 |
| 3325 | 2026-06-29T19:38:27.952Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3326 | 2026-06-29T19:38:27.981Z | Compiling hashbrown v0.13.2 |
| 3327 | 2026-06-29T19:38:28.045Z | Compiling progenitor-client v0.13.0 |
| 3328 | 2026-06-29T19:38:28.060Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3329 | 2026-06-29T19:38:28.090Z | Compiling blowfish v0.9.1 |
| 3330 | 2026-06-29T19:38:28.384Z | Compiling prefix-trie v0.7.0 |
| 3331 | 2026-06-29T19:38:28.412Z | Compiling ssh-encoding v0.2.0 |
| 3332 | 2026-06-29T19:38:28.447Z | Compiling fxhash v0.2.1 |
| 3333 | 2026-06-29T19:38:28.505Z | Compiling secrecy v0.8.0 |
| 3334 | 2026-06-29T19:38:28.615Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3335 | 2026-06-29T19:38:28.677Z | Compiling crc-any v2.5.0 |
| 3336 | 2026-06-29T19:38:28.719Z | Compiling ssh-cipher v0.2.0 |
| 3337 | 2026-06-29T19:38:28.801Z | Compiling hickory-server v0.25.2 |
| 3338 | 2026-06-29T19:38:32.786Z | Compiling sled v0.34.7 |
| 3339 | 2026-06-29T19:38:32.840Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-06-29T19:38:32.840Z | Compiling object v0.30.4 |
| 3341 | 2026-06-29T19:38:32.841Z | Compiling progenitor-macro v0.13.0 |
| 3342 | 2026-06-29T19:38:32.841Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3343 | 2026-06-29T19:38:32.841Z | Compiling progenitor v0.14.0 |
| 3344 | 2026-06-29T19:38:32.841Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3345 | 2026-06-29T19:38:32.841Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3346 | 2026-06-29T19:38:32.841Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3347 | 2026-06-29T19:38:32.841Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3348 | 2026-06-29T19:38:32.841Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3349 | 2026-06-29T19:38:32.841Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3350 | 2026-06-29T19:38:32.841Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3351 | 2026-06-29T19:38:32.841Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3352 | 2026-06-29T19:38:32.841Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3353 | 2026-06-29T19:38:32.841Z | Compiling password-hash v0.4.2 |
| 3354 | 2026-06-29T19:38:32.841Z | Compiling crc8 v0.1.1 |
| 3355 | 2026-06-29T19:38:32.851Z | Compiling path-slash v0.1.5 |
| 3356 | 2026-06-29T19:38:32.851Z | Compiling half v1.8.3 |
| 3357 | 2026-06-29T19:38:32.851Z | Compiling http-range v0.1.5 |
| 3358 | 2026-06-29T19:38:32.851Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3359 | 2026-06-29T19:38:32.851Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3360 | 2026-06-29T19:38:32.851Z | Compiling serde_cbor v0.11.2 |
| 3361 | 2026-06-29T19:38:32.851Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3362 | 2026-06-29T19:38:32.851Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3363 | 2026-06-29T19:38:32.851Z | Compiling pbkdf2 v0.11.0 |
| 3364 | 2026-06-29T19:38:32.851Z | Compiling illumos-nvpair v0.3.0 |
| 3365 | 2026-06-29T19:38:32.851Z | Compiling ssh-key v0.6.7 |
| 3366 | 2026-06-29T19:38:32.851Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3367 | 2026-06-29T19:38:32.851Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3368 | 2026-06-29T19:38:32.851Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3369 | 2026-06-29T19:38:32.851Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3370 | 2026-06-29T19:38:32.851Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3371 | 2026-06-29T19:38:32.851Z | Compiling p256 v0.13.2 |
| 3372 | 2026-06-29T19:38:32.851Z | Compiling p521 v0.13.3 |
| 3373 | 2026-06-29T19:38:32.851Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3374 | 2026-06-29T19:38:33.200Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3375 | 2026-06-29T19:38:33.220Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3376 | 2026-06-29T19:38:33.245Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2026-06-29T19:38:33.303Z | Compiling yasna v0.5.2 |
| 3378 | 2026-06-29T19:38:33.517Z | Compiling kstat-rs v0.2.4 |
| 3379 | 2026-06-29T19:38:33.775Z | Compiling headers-core v0.3.0 |
| 3380 | 2026-06-29T19:38:33.833Z | Compiling nanorand v0.7.0 |
| 3381 | 2026-06-29T19:38:33.874Z | Compiling atty v0.2.14 |
| 3382 | 2026-06-29T19:38:33.891Z | Compiling russh-cryptovec v0.7.3 |
| 3383 | 2026-06-29T19:38:33.911Z | Compiling home v0.5.12 |
| 3384 | 2026-06-29T19:38:33.931Z | Compiling md5 v0.7.0 |
| 3385 | 2026-06-29T19:38:33.949Z | Compiling headers v0.4.1 |
| 3386 | 2026-06-29T19:38:34.017Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3387 | 2026-06-29T19:38:34.049Z | Compiling rcgen v0.12.1 |
| 3388 | 2026-06-29T19:38:34.093Z | Compiling flume v0.11.1 |
| 3389 | 2026-06-29T19:38:34.109Z | Compiling russh-keys v0.45.0 |
| 3390 | 2026-06-29T19:38:34.171Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3391 | 2026-06-29T19:38:34.192Z | Compiling progenitor v0.13.0 |
| 3392 | 2026-06-29T19:38:34.260Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3393 | 2026-06-29T19:38:34.296Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3394 | 2026-06-29T19:38:34.345Z | Compiling hyper-staticfile v0.10.1 |
| 3395 | 2026-06-29T19:38:34.384Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3396 | 2026-06-29T19:38:34.440Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3397 | 2026-06-29T19:38:34.630Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3398 | 2026-06-29T19:38:34.741Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3399 | 2026-06-29T19:38:34.849Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3400 | 2026-06-29T19:38:34.912Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3401 | 2026-06-29T19:38:34.957Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3402 | 2026-06-29T19:38:34.975Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3403 | 2026-06-29T19:38:35.057Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3404 | 2026-06-29T19:38:35.082Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3405 | 2026-06-29T19:38:35.248Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3406 | 2026-06-29T19:38:35.282Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3407 | 2026-06-29T19:38:35.340Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3408 | 2026-06-29T19:38:35.390Z | Compiling num-bigint v0.4.6 |
| 3409 | 2026-06-29T19:38:35.452Z | Compiling des v0.8.1 |
| 3410 | 2026-06-29T19:38:35.523Z | Compiling subprocess v0.2.15 |
| 3411 | 2026-06-29T19:38:35.541Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3412 | 2026-06-29T19:38:35.690Z | Compiling hex-literal v0.4.1 |
| 3413 | 2026-06-29T19:38:35.690Z | Compiling display-error-chain v0.2.2 |
| 3414 | 2026-06-29T19:38:35.768Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3415 | 2026-06-29T19:38:35.785Z | Compiling colored v2.2.0 |
| 3416 | 2026-06-29T19:38:35.843Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3417 | 2026-06-29T19:38:35.869Z | Compiling socket2 v0.5.10 |
| 3418 | 2026-06-29T19:38:35.885Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3419 | 2026-06-29T19:38:36.009Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3420 | 2026-06-29T19:38:36.117Z | Compiling internet-checksum v0.2.1 |
| 3421 | 2026-06-29T19:38:36.784Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3422 | 2026-06-29T19:38:36.813Z | Compiling russh v0.45.0 |
| 3423 | 2026-06-29T19:38:37.783Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3424 | 2026-06-29T19:38:37.784Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3425 | 2026-06-29T19:38:40.238Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3426 | 2026-06-29T19:38:40.918Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3427 | 2026-06-29T19:38:41.181Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3428 | 2026-06-29T19:38:41.414Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3429 | 2026-06-29T19:38:43.609Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3430 | 2026-06-29T19:38:51.895Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3431 | 2026-06-29T19:38:51.895Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3432 | 2026-06-29T19:38:51.895Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3433 | 2026-06-29T19:38:51.895Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3434 | 2026-06-29T19:38:53.624Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3435 | 2026-06-29T19:38:53.720Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3436 | 2026-06-29T19:38:57.729Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3437 | 2026-06-29T19:39:36.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3438 | 2026-06-29T19:39:36.962Z | |
| 3439 | 2026-06-29T19:39:36.962Z | real 1:26.078888145 |
| 3440 | 2026-06-29T19:39:36.962Z | user 7:55.362216135 |
| 3441 | 2026-06-29T19:39:36.962Z | sys 1:39.277476188 |
| 3442 | 2026-06-29T19:39:36.963Z | trap 0.231570668 |
| 3443 | 2026-06-29T19:39:36.967Z | tflt 0.660630570 |
| 3444 | 2026-06-29T19:39:36.967Z | dflt 1.708996127 |
| 3445 | 2026-06-29T19:39:36.967Z | kflt 0.000254500 |
| 3446 | 2026-06-29T19:39:36.967Z | lock 26:45.010086038 |
| 3447 | 2026-06-29T19:39:36.967Z | slp 17:54.009529929 |
| 3448 | 2026-06-29T19:39:36.967Z | lat 36.731839941 |
| 3449 | 2026-06-29T19:39:36.967Z | stop 2:38.381988443 |
| 3450 | 2026-06-29T19:39:36.967Z | + mkdir tests |
| 3451 | 2026-06-29T19:39:36.967Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3452 | 2026-06-29T19:39:36.971Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3453 | 2026-06-29T19:39:36.992Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ff0e7ad78ddb05c4 tests/ |
| 3454 | 2026-06-29T19:39:37.023Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5e6f7b33fdbd1455 tests/ |
| 3455 | 2026-06-29T19:39:37.056Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ae8db41f4cb1f997 tests/ |
| 3456 | 2026-06-29T19:39:37.093Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6d7a5edd98817731 tests/ |
| 3457 | 2026-06-29T19:39:37.431Z | + 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) |
| 3458 | 2026-06-29T19:39:37.435Z | + 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-5e6f7b33fdbd1455 tests/commtest-ae8db41f4cb1f997 tests/dhcp_server-ff0e7ad78ddb05c4 tests/end_to_end_tests-6d7a5edd98817731 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 |
| 3459 | 2026-06-29T19:40:57.453Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3460 | 2026-06-29T19:40:57.454Z | a .github/buildomat/ci-env.sh 1K |
| 3461 | 2026-06-29T19:40:57.454Z | a out/target/test 1K |
| 3462 | 2026-06-29T19:40:57.454Z | a out/npuzone/npuzone 27402K |
| 3463 | 2026-06-29T19:40:57.454Z | a package-manifest.toml 35K |
| 3464 | 2026-06-29T19:40:57.454Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3465 | 2026-06-29T19:40:57.454Z | a target/release/omicron-package 40124K |
| 3466 | 2026-06-29T19:40:57.454Z | a target/release/xtask 11148K |
| 3467 | 2026-06-29T19:40:57.454Z | a target/debug/bootstrap 348706K |
| 3468 | 2026-06-29T19:40:57.454Z | a tests/bootstrap-5e6f7b33fdbd1455 31977K |
| 3469 | 2026-06-29T19:40:57.454Z | a tests/commtest-ae8db41f4cb1f997 43620K |
| 3470 | 2026-06-29T19:40:57.454Z | a tests/dhcp_server-ff0e7ad78ddb05c4 31977K |
| 3471 | 2026-06-29T19:40:57.454Z | a tests/end_to_end_tests-6d7a5edd98817731 390986K |
| 3472 | 2026-06-29T19:40:57.454Z | a tools/opte_version 1K |
| 3473 | 2026-06-29T19:40:57.454Z | a tools/opte_version_override 2K |
| 3474 | 2026-06-29T19:40:57.454Z | a out/clickhouse.tar.gz 311772K |
| 3475 | 2026-06-29T19:40:57.454Z | a out/clickhouse_keeper.tar.gz 298117K |
| 3476 | 2026-06-29T19:40:57.454Z | a out/clickhouse_server.tar.gz 311769K |
| 3477 | 2026-06-29T19:40:57.454Z | a out/cockroachdb.tar.gz 161726K |
| 3478 | 2026-06-29T19:40:57.454Z | a out/crucible-pantry-zone.tar.gz 38828K |
| 3479 | 2026-06-29T19:40:57.454Z | a out/crucible-utils.tar 18900K |
| 3480 | 2026-06-29T19:40:57.454Z | a out/crucible-zone.tar.gz 53524K |
| 3481 | 2026-06-29T19:40:57.454Z | a out/external-dns.tar.gz 46963K |
| 3482 | 2026-06-29T19:40:57.454Z | a out/internal-dns.tar.gz 46963K |
| 3483 | 2026-06-29T19:40:57.454Z | a out/mg-ddm-gz.tar 97917K |
| 3484 | 2026-06-29T19:40:57.454Z | a out/nexus.tar.gz 274844K |
| 3485 | 2026-06-29T19:40:57.454Z | a out/ntp.tar.gz 29756K |
| 3486 | 2026-06-29T19:40:57.454Z | a out/omicron-gateway-softnpu.tar.gz 28257K |
| 3487 | 2026-06-29T19:40:57.455Z | a out/omicron-sled-agent.tar 191580K |
| 3488 | 2026-06-29T19:40:57.455Z | a out/overlay.tar.gz 3K |
| 3489 | 2026-06-29T19:40:57.455Z | a out/oximeter.tar.gz 62390K |
| 3490 | 2026-06-29T19:40:57.456Z | a out/oxlog.tar 3808K |
| 3491 | 2026-06-29T19:40:57.456Z | a out/probe.tar.gz 3037K |
| 3492 | 2026-06-29T19:40:57.456Z | a out/propolis-server.tar.gz 34372K |
| 3493 | 2026-06-29T19:40:57.456Z | a out/pumpkind-gz.tar 26647K |
| 3494 | 2026-06-29T19:40:57.456Z | a out/switch-softnpu.tar.gz 448613K |
| 3495 | 2026-06-29T19:40:57.459Z | |
| 3496 | 2026-06-29T19:40:57.459Z | real 1:20.019135007 |
| 3497 | 2026-06-29T19:40:57.460Z | user 1:17.369945871 |
| 3498 | 2026-06-29T19:40:57.460Z | sys 4.395987520 |
| 3499 | 2026-06-29T19:40:57.460Z | trap 0.005634642 |
| 3500 | 2026-06-29T19:40:57.460Z | tflt 0.000000000 |
| 3501 | 2026-06-29T19:40:57.460Z | dflt 0.000000000 |
| 3502 | 2026-06-29T19:40:57.460Z | kflt 0.000000000 |
| 3503 | 2026-06-29T19:40:57.460Z | lock 0.000000000 |
| 3504 | 2026-06-29T19:40:57.460Z | slp 1:17.262338371 |
| 3505 | 2026-06-29T19:40:57.460Z | lat 0.998465955 |
| 3506 | 2026-06-29T19:40:57.460Z | stop 0.000503400 |
| 3507 | 2026-06-29T19:40:57.460Z | process exited: duration 1169247 ms, exit code 0 |
| |
| 3508 | 2026-06-29T19:40:57.474Z | found 1 output files |
| 3509 | 2026-06-29T19:40:57.474Z | uploading: /work/package.tar.gz (2489495110 bytes) |
| 3510 | 2026-06-29T19:41:26.084Z | uploaded: /work/package.tar.gz |