|
|
|
| 1 | 2026-05-28T00:40:50.557Z | job assigned to worker 01KSP0C53TKWN6B6NP9F4TB5Y4 [factory aws, i-0b79b804d0aea36c5] (queued for 58 s) |
| |
| 2 | 2026-05-28T00:40:58.121Z | starting task 0: "setup" |
| 3 | 2026-05-28T00:40:58.126Z | ++ uname -s |
| 4 | 2026-05-28T00:40:58.130Z | + kern=SunOS |
| 5 | 2026-05-28T00:40:58.130Z | + build_user=build |
| 6 | 2026-05-28T00:40:58.130Z | + build_uid=12345 |
| 7 | 2026-05-28T00:40:58.130Z | + work_dir=/work |
| 8 | 2026-05-28T00:40:58.130Z | + input_dir=/input |
| 9 | 2026-05-28T00:40:58.130Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T00:40:58.130Z | + case "$kern" in |
| 11 | 2026-05-28T00:40:58.130Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T00:40:58.133Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T00:41:00.139Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T00:41:00.258Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T00:41:00.261Z | + home_fs=zfs |
| 16 | 2026-05-28T00:41:00.261Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T00:41:00.261Z | + mkdir -p /home/build |
| 18 | 2026-05-28T00:41:00.261Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T00:41:02.265Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T00:41:02.268Z | process exited: duration 4150 ms, exit code 0 |
| |
| 21 | 2026-05-28T00:41:02.275Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T00:41:02.281Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T00:41:02.281Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T00:41:02.281Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-28T00:41:02.281Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-28T00:41:02.281Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T00:41:02.281Z | * rust toolchain profile = "default" |
| 28 | 2026-05-28T00:41:02.285Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T00:41:02.285Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T00:41:02.394Z | info: downloading installer |
| 31 | 2026-05-28T00:41:03.757Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T00:41:03.757Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T00:41:03.758Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T00:41:03.758Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T00:41:03.765Z | info: profile set to default |
| 36 | 2026-05-28T00:41:03.765Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T00:41:03.768Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T00:41:03.901Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T00:41:03.904Z | info: downloading 6 components |
| 40 | 2026-05-28T00:41:18.648Z | |
| 41 | 2026-05-28T00:41:18.648Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-28T00:41:18.679Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T00:41:18.679Z | |
| 44 | 2026-05-28T00:41:18.679Z | |
| 45 | 2026-05-28T00:41:18.679Z | Rust is installed now. Great! |
| 46 | 2026-05-28T00:41:18.679Z | |
| 47 | 2026-05-28T00:41:18.679Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T00:41:18.683Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T00:41:18.683Z | |
| 50 | 2026-05-28T00:41:18.683Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T00:41:18.683Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T00:41:18.683Z | |
| 53 | 2026-05-28T00:41:18.683Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T00:41:18.683Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T00:41:18.683Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T00:41:18.683Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T00:41:18.683Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T00:41:18.683Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T00:41:18.683Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T00:41:18.683Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T00:41:18.683Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T00:41:18.774Z | + rustup --version |
| 63 | 2026-05-28T00:41:18.781Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T00:41:18.784Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T00:41:18.803Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T00:41:18.806Z | + cargo --version |
| 67 | 2026-05-28T00:41:18.814Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T00:41:18.817Z | + rustc --version |
| 69 | 2026-05-28T00:41:18.837Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T00:41:18.840Z | process exited: duration 16564 ms, exit code 0 |
| |
| 71 | 2026-05-28T00:41:18.847Z | starting task 2: "authentication" |
| 72 | 2026-05-28T00:41:18.865Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-28T00:41:18.872Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T00:41:18.877Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T00:41:18.880Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T00:41:18.919Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T00:41:28.821Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T00:41:28.821Z | + git fetch origin f331e2d2335f7c3da6b6223f64736f3d5f2f860a |
| 79 | 2026-05-28T00:41:29.128Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T00:41:29.128Z | * branch f331e2d2335f7c3da6b6223f64736f3d5f2f860a -> FETCH_HEAD |
| 81 | 2026-05-28T00:41:29.143Z | + [[ -n ry/opte-984 ]] |
| 82 | 2026-05-28T00:41:29.147Z | ++ git branch --show-current |
| 83 | 2026-05-28T00:41:29.147Z | + current=main |
| 84 | 2026-05-28T00:41:29.147Z | + [[ main != ry/opte-984 ]] |
| 85 | 2026-05-28T00:41:29.148Z | + git branch -f ry/opte-984 f331e2d2335f7c3da6b6223f64736f3d5f2f860a |
| 86 | 2026-05-28T00:41:29.151Z | + git checkout -f ry/opte-984 |
| 87 | 2026-05-28T00:41:29.389Z | Switched to branch 'ry/opte-984' |
| 88 | 2026-05-28T00:41:29.392Z | + git reset --hard f331e2d2335f7c3da6b6223f64736f3d5f2f860a |
| 89 | 2026-05-28T00:41:29.406Z | HEAD is now at f331e2d23 kyle's review feedback |
| 90 | 2026-05-28T00:41:29.410Z | process exited: duration 10535 ms, exit code 0 |
| |
| 91 | 2026-05-28T00:41:29.416Z | starting task 4: "build" |
| 92 | 2026-05-28T00:41:29.422Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T00:41:29.423Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T00:41:29.423Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T00:41:29.423Z | + cargo --version |
| 96 | 2026-05-28T00:41:29.433Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T00:41:29.437Z | + rustc --version |
| 98 | 2026-05-28T00:41:29.458Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T00:41:29.462Z | + WORK=/work |
| 100 | 2026-05-28T00:41:29.462Z | + pfexec mkdir -p /work |
| 101 | 2026-05-28T00:41:29.467Z | + pfexec chown build /work |
| 102 | 2026-05-28T00:41:29.471Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-28T00:41:31.025Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-28T00:41:31.096Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-28T00:41:31.368Z | Planning: Solver setup ... Done (0.229s) |
| 106 | 2026-05-28T00:41:31.386Z | Planning: Running solver ... Done (0.019s) |
| 107 | 2026-05-28T00:41:31.393Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-28T00:41:31.405Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-28T00:41:31.422Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-28T00:41:31.436Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-28T00:41:31.440Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-28T00:41:31.627Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 113 | 2026-05-28T00:41:31.630Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-28T00:41:32.515Z | Planning: Evaluating mediators ... Done (0.887s) |
| 115 | 2026-05-28T00:41:32.518Z | Planning: Planning completed in 1.40 seconds |
| 116 | 2026-05-28T00:41:32.525Z | Packages to install: 2 |
| 117 | 2026-05-28T00:41:32.525Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-28T00:41:32.525Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-28T00:41:32.525Z | Create boot environment: No |
| 120 | 2026-05-28T00:41:32.525Z | Create backup boot environment: No |
| 121 | 2026-05-28T00:41:32.525Z | Rebuild boot archive: No |
| 122 | 2026-05-28T00:41:32.529Z | |
| 123 | 2026-05-28T00:41:32.529Z | Changed packages: |
| 124 | 2026-05-28T00:41:32.529Z | helios |
| 125 | 2026-05-28T00:41:32.529Z | developer/build-essential |
| 126 | 2026-05-28T00:41:32.529Z | None -> 11-3.0 |
| 127 | 2026-05-28T00:41:32.529Z | library/libxmlsec1 |
| 128 | 2026-05-28T00:41:32.529Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-28T00:41:32.552Z | |
| 130 | 2026-05-28T00:41:32.552Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-28T00:41:33.161Z | Download: Completed 1.28 MB in 0.61 seconds (2.1M/s) |
| 132 | 2026-05-28T00:41:33.227Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-28T00:41:33.267Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-28T00:41:33.301Z | Finalize: Updating package state database ... Done (0.034s) |
| 135 | 2026-05-28T00:41:33.301Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-28T00:41:33.320Z | Finalize: Updating image state ... Done (0.019s) |
| 137 | 2026-05-28T00:41:35.883Z | Finalize: Creating fast lookup database ... Done (2.540s) |
| 138 | 2026-05-28T00:41:35.948Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-28T00:41:35.951Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-28T00:41:36.057Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-28T00:41:36.364Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-28T00:41:36.473Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-28T00:41:36.476Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-28T00:41:36.637Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-28T00:41:36.640Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-28T00:41:36.663Z | Mediators to change: 2 |
| 147 | 2026-05-28T00:41:36.663Z | Create boot environment: No |
| 148 | 2026-05-28T00:41:36.663Z | Create backup boot environment: No |
| 149 | 2026-05-28T00:41:36.740Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-28T00:41:36.740Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-28T00:41:36.751Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-28T00:41:38.720Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-28T00:41:38.781Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-28T00:41:38.782Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-28T00:41:38.869Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-28T00:41:39.157Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-28T00:41:39.262Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-28T00:41:39.265Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-28T00:41:39.425Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-28T00:41:39.428Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-28T00:41:39.450Z | Mediators to change: 1 |
| 162 | 2026-05-28T00:41:39.450Z | Create boot environment: No |
| 163 | 2026-05-28T00:41:39.450Z | Create backup boot environment: No |
| 164 | 2026-05-28T00:41:39.509Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-28T00:41:39.509Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-28T00:41:39.521Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-28T00:41:41.485Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-28T00:41:41.551Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-28T00:41:41.554Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-28T00:41:41.625Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-28T00:41:41.946Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-28T00:41:41.946Z | apache system 2.4 system |
| 173 | 2026-05-28T00:41:41.946Z | clang system 15 system |
| 174 | 2026-05-28T00:41:41.946Z | csh system system illumos |
| 175 | 2026-05-28T00:41:41.946Z | ctags system system illumos |
| 176 | 2026-05-28T00:41:41.946Z | file vendor vendor darwinsys |
| 177 | 2026-05-28T00:41:41.946Z | file system system illumos |
| 178 | 2026-05-28T00:41:41.946Z | gcc vendor 14 vendor |
| 179 | 2026-05-28T00:41:41.946Z | gcc system 13 system |
| 180 | 2026-05-28T00:41:41.946Z | gcc system 10 system |
| 181 | 2026-05-28T00:41:41.946Z | go system 1.25 system |
| 182 | 2026-05-28T00:41:41.946Z | llvm system 15 system |
| 183 | 2026-05-28T00:41:41.947Z | mariadb system 11.4 system |
| 184 | 2026-05-28T00:41:41.947Z | mta vendor vendor dma |
| 185 | 2026-05-28T00:41:41.947Z | openjdk system 17 system |
| 186 | 2026-05-28T00:41:41.947Z | openjdk system 11 system |
| 187 | 2026-05-28T00:41:41.947Z | openssl vendor 3 vendor |
| 188 | 2026-05-28T00:41:41.947Z | perl system 5.40 system |
| 189 | 2026-05-28T00:41:41.947Z | postgresql system 18 system |
| 190 | 2026-05-28T00:41:41.947Z | postgresql system 17 system |
| 191 | 2026-05-28T00:41:41.947Z | python vendor 3 vendor |
| 192 | 2026-05-28T00:41:41.947Z | python system 2 system |
| 193 | 2026-05-28T00:41:41.947Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-28T00:41:41.947Z | ruby system 3.4 system |
| 195 | 2026-05-28T00:41:41.947Z | ruby system 3.0 system |
| 196 | 2026-05-28T00:41:41.947Z | words vendor vendor american-english |
| 197 | 2026-05-28T00:41:41.947Z | words system system australian-english |
| 198 | 2026-05-28T00:41:41.947Z | words system system british-english |
| 199 | 2026-05-28T00:41:41.947Z | words system system canadian-english |
| 200 | 2026-05-28T00:41:41.947Z | words system system french |
| 201 | 2026-05-28T00:41:41.947Z | words system system italian |
| 202 | 2026-05-28T00:41:41.947Z | words system system ngerman |
| 203 | 2026-05-28T00:41:41.947Z | words system system ogerman |
| 204 | 2026-05-28T00:41:41.947Z | words system system spanish |
| 205 | 2026-05-28T00:41:42.204Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-28T00:41:42.204Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-28T00:41:42.490Z | FMRI IFO |
| 208 | 2026-05-28T00:41:42.490Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-28T00:41:42.490Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-28T00:41:42.490Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-28T00:41:42.490Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-28T00:41:42.490Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-28T00:41:42.490Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-28T00:41:42.490Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-28T00:41:42.490Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-28T00:41:42.490Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-28T00:41:42.738Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-28T00:41:43.003Z | Updating crates.io index |
| 219 | 2026-05-28T00:41:43.040Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-28T00:41:43.283Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-28T00:41:44.097Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-28T00:41:44.836Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-28T00:41:45.593Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-28T00:41:46.105Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-28T00:41:47.430Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-28T00:41:48.124Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-28T00:41:48.450Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-28T00:41:49.682Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-28T00:41:49.988Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-28T00:41:50.404Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-28T00:41:50.630Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-28T00:41:51.646Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-28T00:41:52.138Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-28T00:41:52.373Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-28T00:41:52.800Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-28T00:41:53.135Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-28T00:41:53.541Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-28T00:41:53.811Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-28T00:41:54.017Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-28T00:41:54.254Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-28T00:41:54.664Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-28T00:41:55.220Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-05-28T00:41:55.825Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-05-28T00:41:56.129Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-05-28T00:41:56.436Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-05-28T00:41:56.752Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-05-28T00:41:57.768Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 248 | 2026-05-28T00:41:58.712Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-28T00:41:59.164Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-05-28T00:41:59.541Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-28T00:41:59.755Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-28T00:42:00.153Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-28T00:42:00.497Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-28T00:42:01.261Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-28T00:42:01.527Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-28T00:42:01.787Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-28T00:42:02.020Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-28T00:42:02.441Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-28T00:42:12.774Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 260 | 2026-05-28T00:42:14.723Z | Downloading crates ... |
| 261 | 2026-05-28T00:42:14.795Z | Downloaded dtrace-parser v0.2.0 |
| 262 | 2026-05-28T00:42:14.798Z | Downloaded errno v0.3.14 |
| 263 | 2026-05-28T00:42:14.801Z | Downloaded colorchoice v1.0.4 |
| 264 | 2026-05-28T00:42:14.801Z | Downloaded writeable v0.6.2 |
| 265 | 2026-05-28T00:42:14.806Z | Downloaded proc-macro-error-attr v1.0.4 |
| 266 | 2026-05-28T00:42:14.811Z | Downloaded stable_deref_trait v1.2.1 |
| 267 | 2026-05-28T00:42:14.811Z | Downloaded serde-value v0.7.0 |
| 268 | 2026-05-28T00:42:14.811Z | Downloaded ordered-float v2.10.1 |
| 269 | 2026-05-28T00:42:14.814Z | Downloaded anstyle-query v1.1.5 |
| 270 | 2026-05-28T00:42:14.817Z | Downloaded anstyle v1.0.14 |
| 271 | 2026-05-28T00:42:14.820Z | Downloaded cargo-platform v0.2.0 |
| 272 | 2026-05-28T00:42:14.820Z | Downloaded synstructure v0.13.2 |
| 273 | 2026-05-28T00:42:14.820Z | Downloaded sha2 v0.10.9 |
| 274 | 2026-05-28T00:42:14.820Z | Downloaded cargo_toml v0.21.0 |
| 275 | 2026-05-28T00:42:14.825Z | Downloaded log v0.4.29 |
| 276 | 2026-05-28T00:42:14.825Z | Downloaded anyhow v1.0.102 |
| 277 | 2026-05-28T00:42:14.828Z | Downloaded semver v1.0.28 |
| 278 | 2026-05-28T00:42:14.828Z | Downloaded equivalent v1.0.2 |
| 279 | 2026-05-28T00:42:14.828Z | Downloaded block-buffer v0.10.4 |
| 280 | 2026-05-28T00:42:14.828Z | Downloaded cfg-if v1.0.4 |
| 281 | 2026-05-28T00:42:14.828Z | Downloaded camino v1.2.2 |
| 282 | 2026-05-28T00:42:14.831Z | Downloaded fnv v1.0.7 |
| 283 | 2026-05-28T00:42:14.834Z | Downloaded icu_provider v2.1.1 |
| 284 | 2026-05-28T00:42:14.837Z | Downloaded form_urlencoded v1.2.2 |
| 285 | 2026-05-28T00:42:14.840Z | Downloaded icu_normalizer_data v2.1.1 |
| 286 | 2026-05-28T00:42:14.844Z | Downloaded quote v1.0.45 |
| 287 | 2026-05-28T00:42:14.847Z | Downloaded crypto-common v0.1.7 |
| 288 | 2026-05-28T00:42:14.850Z | Downloaded utf8parse v0.2.2 |
| 289 | 2026-05-28T00:42:14.853Z | Downloaded zerotrie v0.2.3 |
| 290 | 2026-05-28T00:42:14.853Z | Downloaded erased-serde v0.4.9 |
| 291 | 2026-05-28T00:42:14.856Z | Downloaded camino-tempfile v1.4.1 |
| 292 | 2026-05-28T00:42:14.856Z | Downloaded typeid v1.0.3 |
| 293 | 2026-05-28T00:42:14.856Z | Downloaded proc-macro-error v1.0.4 |
| 294 | 2026-05-28T00:42:14.859Z | Downloaded toml_datetime v0.6.11 |
| 295 | 2026-05-28T00:42:14.859Z | Downloaded tempfile v3.25.0 |
| 296 | 2026-05-28T00:42:14.862Z | Downloaded zmij v1.0.21 |
| 297 | 2026-05-28T00:42:14.862Z | Downloaded thiserror v1.0.69 |
| 298 | 2026-05-28T00:42:14.866Z | Downloaded yoke v0.8.1 |
| 299 | 2026-05-28T00:42:14.866Z | Downloaded zerocopy-derive v0.7.35 |
| 300 | 2026-05-28T00:42:14.869Z | Downloaded unicode-ident v1.0.24 |
| 301 | 2026-05-28T00:42:14.869Z | Downloaded url v2.5.8 |
| 302 | 2026-05-28T00:42:14.872Z | Downloaded clap_lex v1.0.0 |
| 303 | 2026-05-28T00:42:14.872Z | Downloaded potential_utf v0.1.4 |
| 304 | 2026-05-28T00:42:14.872Z | Downloaded smawk v0.3.2 |
| 305 | 2026-05-28T00:42:14.876Z | Downloaded zerovec-derive v0.11.2 |
| 306 | 2026-05-28T00:42:14.876Z | Downloaded strsim v0.11.1 |
| 307 | 2026-05-28T00:42:14.876Z | Downloaded utf8_iter v1.0.4 |
| 308 | 2026-05-28T00:42:14.876Z | Downloaded plain v0.2.3 |
| 309 | 2026-05-28T00:42:14.879Z | Downloaded cpufeatures v0.2.17 |
| 310 | 2026-05-28T00:42:14.879Z | Downloaded thiserror-impl v2.0.18 |
| 311 | 2026-05-28T00:42:14.879Z | Downloaded usdt-impl v0.5.0 |
| 312 | 2026-05-28T00:42:14.879Z | Downloaded heck v0.4.1 |
| 313 | 2026-05-28T00:42:14.879Z | Downloaded cargo-util-schemas v0.8.2 |
| 314 | 2026-05-28T00:42:14.883Z | Downloaded toml_write v0.1.2 |
| 315 | 2026-05-28T00:42:14.883Z | Downloaded pretty-hex v0.4.1 |
| 316 | 2026-05-28T00:42:14.883Z | Downloaded autocfg v1.5.0 |
| 317 | 2026-05-28T00:42:14.883Z | Downloaded heck v0.5.0 |
| 318 | 2026-05-28T00:42:14.886Z | Downloaded textwrap v0.16.2 |
| 319 | 2026-05-28T00:42:14.886Z | Downloaded itoa v1.0.17 |
| 320 | 2026-05-28T00:42:14.886Z | Downloaded idna_adapter v1.2.1 |
| 321 | 2026-05-28T00:42:14.889Z | Downloaded zerofrom-derive v0.1.6 |
| 322 | 2026-05-28T00:42:14.889Z | Downloaded usdt-attr-macro v0.5.0 |
| 323 | 2026-05-28T00:42:14.889Z | Downloaded unicode-xid v0.2.6 |
| 324 | 2026-05-28T00:42:14.889Z | Downloaded is_terminal_polyfill v1.70.2 |
| 325 | 2026-05-28T00:42:14.889Z | Downloaded cargo_metadata v0.21.0 |
| 326 | 2026-05-28T00:42:14.893Z | Downloaded memmap v0.7.0 |
| 327 | 2026-05-28T00:42:14.893Z | Downloaded scroll_derive v0.12.1 |
| 328 | 2026-05-28T00:42:14.893Z | Downloaded macaddr v1.0.1 |
| 329 | 2026-05-28T00:42:14.896Z | Downloaded ucd-trie v0.1.7 |
| 330 | 2026-05-28T00:42:14.896Z | Downloaded toml v0.8.23 |
| 331 | 2026-05-28T00:42:14.899Z | Downloaded unicode-linebreak v0.1.5 |
| 332 | 2026-05-28T00:42:14.899Z | Downloaded serde_spanned v0.6.9 |
| 333 | 2026-05-28T00:42:14.902Z | Downloaded zerofrom v0.1.6 |
| 334 | 2026-05-28T00:42:14.902Z | Downloaded percent-encoding v2.3.2 |
| 335 | 2026-05-28T00:42:14.903Z | Downloaded usdt-macro v0.5.0 |
| 336 | 2026-05-28T00:42:14.903Z | Downloaded typenum v1.19.0 |
| 337 | 2026-05-28T00:42:14.907Z | Downloaded thiserror-impl v1.0.69 |
| 338 | 2026-05-28T00:42:14.907Z | Downloaded dof v0.3.0 |
| 339 | 2026-05-28T00:42:14.907Z | Downloaded tabled_derive v0.7.0 |
| 340 | 2026-05-28T00:42:14.907Z | Downloaded zerocopy v0.7.35 |
| 341 | 2026-05-28T00:42:14.915Z | Downloaded thread-id v4.2.2 |
| 342 | 2026-05-28T00:42:14.918Z | Downloaded fastrand v2.3.0 |
| 343 | 2026-05-28T00:42:14.918Z | Downloaded displaydoc v0.2.5 |
| 344 | 2026-05-28T00:42:14.918Z | Downloaded digest v0.10.7 |
| 345 | 2026-05-28T00:42:14.922Z | Downloaded bytecount v0.6.9 |
| 346 | 2026-05-28T00:42:14.922Z | Downloaded terminal_size v0.4.3 |
| 347 | 2026-05-28T00:42:14.922Z | Downloaded swrite v0.1.0 |
| 348 | 2026-05-28T00:42:14.925Z | Downloaded winnow v0.7.14 |
| 349 | 2026-05-28T00:42:14.929Z | Downloaded yoke-derive v0.8.1 |
| 350 | 2026-05-28T00:42:14.929Z | Downloaded anstream v1.0.0 |
| 351 | 2026-05-28T00:42:14.932Z | Downloaded generic-array v0.14.7 |
| 352 | 2026-05-28T00:42:14.935Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-05-28T00:42:14.938Z | Downloaded unicode-width v0.2.0 |
| 354 | 2026-05-28T00:42:14.941Z | Downloaded anstyle-parse v1.0.0 |
| 355 | 2026-05-28T00:42:14.945Z | Downloaded byteorder v1.5.0 |
| 356 | 2026-05-28T00:42:14.945Z | Downloaded version_check v0.9.5 |
| 357 | 2026-05-28T00:42:14.945Z | Downloaded usdt v0.5.0 |
| 358 | 2026-05-28T00:42:14.949Z | Downloaded toml_edit v0.22.27 |
| 359 | 2026-05-28T00:42:14.954Z | Downloaded once_cell v1.21.3 |
| 360 | 2026-05-28T00:42:14.957Z | Downloaded litemap v0.8.1 |
| 361 | 2026-05-28T00:42:14.957Z | Downloaded fs-err v3.3.0 |
| 362 | 2026-05-28T00:42:14.960Z | Downloaded clap_derive v4.6.1 |
| 363 | 2026-05-28T00:42:14.960Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-05-28T00:42:14.963Z | Downloaded scroll v0.12.0 |
| 365 | 2026-05-28T00:42:14.966Z | Downloaded tinystr v0.8.2 |
| 366 | 2026-05-28T00:42:14.966Z | Downloaded papergrid v0.11.0 |
| 367 | 2026-05-28T00:42:14.969Z | Downloaded zerovec v0.11.5 |
| 368 | 2026-05-28T00:42:14.973Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-05-28T00:42:14.976Z | Downloaded pest_derive v2.8.6 |
| 370 | 2026-05-28T00:42:14.976Z | Downloaded serde-untagged v0.1.9 |
| 371 | 2026-05-28T00:42:14.979Z | Downloaded pest v2.8.6 |
| 372 | 2026-05-28T00:42:14.982Z | Downloaded smallvec v1.15.1 |
| 373 | 2026-05-28T00:42:14.982Z | Downloaded pest_generator v2.8.6 |
| 374 | 2026-05-28T00:42:14.982Z | Downloaded serde_tokenstream v0.2.3 |
| 375 | 2026-05-28T00:42:14.987Z | Downloaded icu_properties v2.1.2 |
| 376 | 2026-05-28T00:42:14.987Z | Downloaded proc-macro2 v1.0.106 |
| 377 | 2026-05-28T00:42:14.987Z | Downloaded num-traits v0.2.19 |
| 378 | 2026-05-28T00:42:14.991Z | Downloaded clap v4.6.1 |
| 379 | 2026-05-28T00:42:14.995Z | Downloaded icu_normalizer v2.1.1 |
| 380 | 2026-05-28T00:42:14.998Z | Downloaded hashbrown v0.17.0 |
| 381 | 2026-05-28T00:42:15.001Z | Downloaded serde_core v1.0.228 |
| 382 | 2026-05-28T00:42:15.008Z | Downloaded pest_meta v2.8.6 |
| 383 | 2026-05-28T00:42:15.011Z | Downloaded icu_locale_core v2.1.1 |
| 384 | 2026-05-28T00:42:15.014Z | Downloaded serde_derive v1.0.228 |
| 385 | 2026-05-28T00:42:15.014Z | Downloaded getrandom v0.4.1 |
| 386 | 2026-05-28T00:42:15.021Z | Downloaded serde v1.0.228 |
| 387 | 2026-05-28T00:42:15.025Z | Downloaded icu_collections v2.1.1 |
| 388 | 2026-05-28T00:42:15.036Z | Downloaded memchr v2.8.0 |
| 389 | 2026-05-28T00:42:15.046Z | Downloaded icu_properties_data v2.1.2 |
| 390 | 2026-05-28T00:42:15.052Z | Downloaded indexmap v2.14.0 |
| 391 | 2026-05-28T00:42:15.059Z | Downloaded idna v1.1.0 |
| 392 | 2026-05-28T00:42:15.085Z | Downloaded goblin v0.8.2 |
| 393 | 2026-05-28T00:42:15.090Z | Downloaded serde_json v1.0.149 |
| 394 | 2026-05-28T00:42:15.094Z | Downloaded tabled v0.15.0 |
| 395 | 2026-05-28T00:42:15.101Z | Downloaded clap_builder v4.6.0 |
| 396 | 2026-05-28T00:42:15.107Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-28T00:42:15.116Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-28T00:42:15.125Z | Downloaded rustix v1.1.3 |
| 399 | 2026-05-28T00:42:15.153Z | Downloaded libc v0.2.185 |
| 400 | 2026-05-28T00:42:15.220Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-05-28T00:42:15.220Z | Compiling quote v1.0.45 |
| 402 | 2026-05-28T00:42:15.220Z | Compiling unicode-ident v1.0.24 |
| 403 | 2026-05-28T00:42:15.223Z | Compiling serde_core v1.0.228 |
| 404 | 2026-05-28T00:42:15.223Z | Compiling libc v0.2.185 |
| 405 | 2026-05-28T00:42:15.223Z | Compiling version_check v0.9.5 |
| 406 | 2026-05-28T00:42:15.224Z | Compiling serde v1.0.228 |
| 407 | 2026-05-28T00:42:15.224Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-28T00:42:15.224Z | Compiling memchr v2.8.0 |
| 409 | 2026-05-28T00:42:15.224Z | Compiling zmij v1.0.21 |
| 410 | 2026-05-28T00:42:15.224Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-28T00:42:15.409Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-28T00:42:15.412Z | Compiling ucd-trie v0.1.7 |
| 413 | 2026-05-28T00:42:15.412Z | Compiling thiserror v1.0.69 |
| 414 | 2026-05-28T00:42:15.412Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-28T00:42:15.647Z | Compiling litemap v0.8.1 |
| 416 | 2026-05-28T00:42:15.723Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-05-28T00:42:15.744Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-28T00:42:15.808Z | Compiling rustix v1.1.3 |
| 419 | 2026-05-28T00:42:15.947Z | Compiling pest v2.8.6 |
| 420 | 2026-05-28T00:42:15.950Z | Compiling icu_properties_data v2.1.2 |
| 421 | 2026-05-28T00:42:16.000Z | Compiling bitflags v2.11.0 |
| 422 | 2026-05-28T00:42:16.050Z | Compiling serde_json v1.0.149 |
| 423 | 2026-05-28T00:42:16.068Z | Compiling num-traits v0.2.19 |
| 424 | 2026-05-28T00:42:16.210Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-28T00:42:16.213Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-05-28T00:42:16.248Z | Compiling smallvec v1.15.1 |
| 427 | 2026-05-28T00:42:16.298Z | Compiling typeid v1.0.3 |
| 428 | 2026-05-28T00:42:16.335Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-05-28T00:42:16.339Z | Compiling proc-macro-error-attr v1.0.4 |
| 430 | 2026-05-28T00:42:16.405Z | Compiling errno v0.3.14 |
| 431 | 2026-05-28T00:42:16.439Z | Compiling thread-id v4.2.2 |
| 432 | 2026-05-28T00:42:16.476Z | Compiling toml_write v0.1.2 |
| 433 | 2026-05-28T00:42:16.516Z | Compiling winnow v0.7.14 |
| 434 | 2026-05-28T00:42:16.520Z | Compiling syn v1.0.109 |
| 435 | 2026-05-28T00:42:16.596Z | Compiling erased-serde v0.4.9 |
| 436 | 2026-05-28T00:42:16.628Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-05-28T00:42:16.631Z | Compiling percent-encoding v2.3.2 |
| 438 | 2026-05-28T00:42:16.703Z | Compiling plain v0.2.3 |
| 439 | 2026-05-28T00:42:16.906Z | Compiling indexmap v2.14.0 |
| 440 | 2026-05-28T00:42:16.925Z | Compiling thiserror v2.0.18 |
| 441 | 2026-05-28T00:42:16.928Z | Compiling getrandom v0.4.1 |
| 442 | 2026-05-28T00:42:16.928Z | Compiling camino v1.2.2 |
| 443 | 2026-05-28T00:42:16.977Z | Compiling utf8_iter v1.0.4 |
| 444 | 2026-05-28T00:42:16.981Z | Compiling log v0.4.29 |
| 445 | 2026-05-28T00:42:17.070Z | Compiling syn v2.0.117 |
| 446 | 2026-05-28T00:42:17.088Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-28T00:42:17.119Z | Compiling utf8parse v0.2.2 |
| 448 | 2026-05-28T00:42:17.260Z | Compiling anstyle-parse v1.0.0 |
| 449 | 2026-05-28T00:42:17.342Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-05-28T00:42:17.361Z | Compiling form_urlencoded v1.2.2 |
| 451 | 2026-05-28T00:42:17.412Z | Compiling pretty-hex v0.4.1 |
| 452 | 2026-05-28T00:42:17.434Z | Compiling anstyle v1.0.14 |
| 453 | 2026-05-28T00:42:17.482Z | Compiling terminal_size v0.4.3 |
| 454 | 2026-05-28T00:42:17.536Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-05-28T00:42:17.555Z | Compiling anstyle-query v1.1.5 |
| 456 | 2026-05-28T00:42:17.578Z | Compiling colorchoice v1.0.4 |
| 457 | 2026-05-28T00:42:17.598Z | Compiling cfg-if v1.0.4 |
| 458 | 2026-05-28T00:42:17.638Z | Compiling fs-err v3.3.0 |
| 459 | 2026-05-28T00:42:17.657Z | Compiling anyhow v1.0.102 |
| 460 | 2026-05-28T00:42:17.661Z | Compiling once_cell v1.21.3 |
| 461 | 2026-05-28T00:42:17.714Z | Compiling anstream v1.0.0 |
| 462 | 2026-05-28T00:42:17.753Z | Compiling unicode-xid v0.2.6 |
| 463 | 2026-05-28T00:42:17.773Z | Compiling unicode-width v0.1.14 |
| 464 | 2026-05-28T00:42:17.853Z | Compiling semver v1.0.28 |
| 465 | 2026-05-28T00:42:17.934Z | Compiling strsim v0.11.1 |
| 466 | 2026-05-28T00:42:17.937Z | Compiling fastrand v2.3.0 |
| 467 | 2026-05-28T00:42:18.002Z | Compiling bytecount v0.6.9 |
| 468 | 2026-05-28T00:42:18.053Z | Compiling fnv v1.0.7 |
| 469 | 2026-05-28T00:42:18.085Z | Compiling clap_lex v1.0.0 |
| 470 | 2026-05-28T00:42:18.153Z | Compiling heck v0.5.0 |
| 471 | 2026-05-28T00:42:18.172Z | Compiling heck v0.4.1 |
| 472 | 2026-05-28T00:42:18.172Z | Compiling tempfile v3.25.0 |
| 473 | 2026-05-28T00:42:18.207Z | Compiling serde-untagged v0.1.9 |
| 474 | 2026-05-28T00:42:18.227Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-28T00:42:18.250Z | Compiling clap_builder v4.6.0 |
| 476 | 2026-05-28T00:42:18.357Z | Compiling memmap v0.7.0 |
| 477 | 2026-05-28T00:42:18.422Z | Compiling smawk v0.3.2 |
| 478 | 2026-05-28T00:42:18.442Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-05-28T00:42:18.469Z | Compiling unicode-linebreak v0.1.5 |
| 480 | 2026-05-28T00:42:18.589Z | Compiling camino-tempfile v1.4.1 |
| 481 | 2026-05-28T00:42:18.593Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-05-28T00:42:18.623Z | Compiling swrite v0.1.0 |
| 483 | 2026-05-28T00:42:18.678Z | Compiling textwrap v0.16.2 |
| 484 | 2026-05-28T00:42:18.982Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-05-28T00:42:19.632Z | Compiling synstructure v0.13.2 |
| 486 | 2026-05-28T00:42:19.632Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-05-28T00:42:19.664Z | Compiling tabled v0.15.0 |
| 488 | 2026-05-28T00:42:20.156Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-05-28T00:42:20.156Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-05-28T00:42:20.160Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-05-28T00:42:20.160Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-05-28T00:42:20.160Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-05-28T00:42:20.160Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-05-28T00:42:20.160Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-05-28T00:42:20.160Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-28T00:42:20.160Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-28T00:42:20.174Z | Compiling clap_derive v4.6.1 |
| 498 | 2026-05-28T00:42:20.265Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-05-28T00:42:20.799Z | Compiling scroll v0.12.0 |
| 500 | 2026-05-28T00:42:20.950Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-05-28T00:42:21.025Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-28T00:42:21.333Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-05-28T00:42:21.343Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-28T00:42:21.422Z | Compiling yoke v0.8.1 |
| 505 | 2026-05-28T00:42:21.560Z | Compiling clap v4.6.1 |
| 506 | 2026-05-28T00:42:21.590Z | Compiling zerovec v0.11.5 |
| 507 | 2026-05-28T00:42:21.590Z | Compiling zerotrie v0.2.3 |
| 508 | 2026-05-28T00:42:22.100Z | Compiling tinystr v0.8.2 |
| 509 | 2026-05-28T00:42:22.100Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-05-28T00:42:22.227Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-05-28T00:42:22.250Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-28T00:42:22.786Z | Compiling icu_provider v2.1.1 |
| 513 | 2026-05-28T00:42:22.856Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-28T00:42:22.857Z | Compiling serde_spanned v0.6.9 |
| 515 | 2026-05-28T00:42:22.860Z | Compiling serde-value v0.7.0 |
| 516 | 2026-05-28T00:42:22.860Z | Compiling cargo-platform v0.2.0 |
| 517 | 2026-05-28T00:42:22.860Z | Compiling macaddr v1.0.1 |
| 518 | 2026-05-28T00:42:22.875Z | Compiling dof v0.3.0 |
| 519 | 2026-05-28T00:42:22.878Z | Compiling serde_tokenstream v0.2.3 |
| 520 | 2026-05-28T00:42:23.011Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-28T00:42:23.011Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-28T00:42:23.069Z | Compiling toml_edit v0.22.27 |
| 523 | 2026-05-28T00:42:23.630Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-28T00:42:23.630Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-05-28T00:42:23.836Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-05-28T00:42:23.942Z | Compiling idna v1.1.0 |
| 527 | 2026-05-28T00:42:24.200Z | Compiling usdt v0.5.0 |
| 528 | 2026-05-28T00:42:24.203Z | Compiling url v2.5.8 |
| 529 | 2026-05-28T00:42:24.354Z | Compiling toml v0.8.23 |
| 530 | 2026-05-28T00:42:24.688Z | Compiling cargo-util-schemas v0.8.2 |
| 531 | 2026-05-28T00:42:24.688Z | Compiling cargo_toml v0.21.0 |
| 532 | 2026-05-28T00:42:25.494Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-05-28T00:42:26.405Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-05-28T00:42:28.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.96s |
| 535 | 2026-05-28T00:42:28.783Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 536 | 2026-05-28T00:42:29.342Z | Downloading crates ... |
| 537 | 2026-05-28T00:42:29.440Z | Downloaded anstream v0.6.21 |
| 538 | 2026-05-28T00:42:29.444Z | Downloaded byte-wrapper v0.1.0 |
| 539 | 2026-05-28T00:42:29.448Z | Downloaded cassowary v0.3.0 |
| 540 | 2026-05-28T00:42:29.452Z | Downloaded ahash v0.8.12 |
| 541 | 2026-05-28T00:42:29.455Z | Downloaded allocator-api2 v0.2.21 |
| 542 | 2026-05-28T00:42:29.459Z | Downloaded backon v1.6.0 |
| 543 | 2026-05-28T00:42:29.460Z | Downloaded crucible-workspace-hack v0.1.0 |
| 544 | 2026-05-28T00:42:29.463Z | Downloaded darling_macro v0.20.11 |
| 545 | 2026-05-28T00:42:29.463Z | Downloaded castaway v0.2.4 |
| 546 | 2026-05-28T00:42:29.467Z | Downloaded cstr-argument v0.1.2 |
| 547 | 2026-05-28T00:42:29.467Z | Downloaded adler2 v2.0.1 |
| 548 | 2026-05-28T00:42:29.470Z | Downloaded base64ct v1.8.3 |
| 549 | 2026-05-28T00:42:29.470Z | Downloaded argon2 v0.5.3 |
| 550 | 2026-05-28T00:42:29.470Z | Downloaded backoff v0.4.0 |
| 551 | 2026-05-28T00:42:29.474Z | Downloaded cargo_metadata v0.19.2 |
| 552 | 2026-05-28T00:42:29.477Z | Downloaded bit-vec v0.8.0 |
| 553 | 2026-05-28T00:42:29.477Z | Downloaded arrayref v0.3.9 |
| 554 | 2026-05-28T00:42:29.481Z | Downloaded aead v0.5.2 |
| 555 | 2026-05-28T00:42:29.481Z | Downloaded camino-tempfile-ext v0.3.3 |
| 556 | 2026-05-28T00:42:29.481Z | Downloaded crossbeam-utils v0.8.21 |
| 557 | 2026-05-28T00:42:29.484Z | Downloaded cookie v0.18.1 |
| 558 | 2026-05-28T00:42:29.484Z | Downloaded crc-catalog v2.4.0 |
| 559 | 2026-05-28T00:42:29.484Z | Downloaded dof v0.4.0 |
| 560 | 2026-05-28T00:42:29.487Z | Downloaded cexpr v0.6.0 |
| 561 | 2026-05-28T00:42:29.487Z | Downloaded bitfield-macros v0.19.4 |
| 562 | 2026-05-28T00:42:29.487Z | Downloaded bit-set v0.8.0 |
| 563 | 2026-05-28T00:42:29.493Z | Downloaded darling v0.20.11 |
| 564 | 2026-05-28T00:42:29.496Z | Downloaded aho-corasick v1.1.4 |
| 565 | 2026-05-28T00:42:29.496Z | Downloaded const-oid v0.9.6 |
| 566 | 2026-05-28T00:42:29.500Z | Downloaded difflib v0.4.0 |
| 567 | 2026-05-28T00:42:29.500Z | Downloaded flume v0.11.1 |
| 568 | 2026-05-28T00:42:29.504Z | Downloaded display-error-chain v0.2.2 |
| 569 | 2026-05-28T00:42:29.504Z | Downloaded ascii-canvas v3.0.0 |
| 570 | 2026-05-28T00:42:29.504Z | Downloaded diesel-dtrace v0.5.0 |
| 571 | 2026-05-28T00:42:29.504Z | Downloaded des v0.8.1 |
| 572 | 2026-05-28T00:42:29.508Z | Downloaded document-features v0.2.12 |
| 573 | 2026-05-28T00:42:29.508Z | Downloaded atomicwrites v0.4.4 |
| 574 | 2026-05-28T00:42:29.508Z | Downloaded block-padding v0.3.3 |
| 575 | 2026-05-28T00:42:29.509Z | Downloaded buf-list v1.1.2 |
| 576 | 2026-05-28T00:42:29.512Z | Downloaded foreign-types-macros v0.2.3 |
| 577 | 2026-05-28T00:42:29.515Z | Downloaded const_format_proc_macros v0.2.34 |
| 578 | 2026-05-28T00:42:29.515Z | Downloaded ciborium-io v0.2.2 |
| 579 | 2026-05-28T00:42:29.515Z | Downloaded cfg_aliases v0.1.1 |
| 580 | 2026-05-28T00:42:29.515Z | Downloaded atty v0.2.14 |
| 581 | 2026-05-28T00:42:29.518Z | Downloaded async-recursion v1.1.1 |
| 582 | 2026-05-28T00:42:29.518Z | Downloaded convert_case v0.4.0 |
| 583 | 2026-05-28T00:42:29.521Z | Downloaded dropshot v0.16.7 |
| 584 | 2026-05-28T00:42:29.531Z | Downloaded embedded-io v0.4.0 |
| 585 | 2026-05-28T00:42:29.534Z | Downloaded daft-derive v0.1.7 |
| 586 | 2026-05-28T00:42:29.537Z | Downloaded enum-as-inner v0.6.1 |
| 587 | 2026-05-28T00:42:29.537Z | Downloaded crunchy v0.2.4 |
| 588 | 2026-05-28T00:42:29.537Z | Downloaded cpufeatures v0.3.0 |
| 589 | 2026-05-28T00:42:29.544Z | Downloaded bitfield v0.19.4 |
| 590 | 2026-05-28T00:42:29.544Z | Downloaded base64 v0.21.7 |
| 591 | 2026-05-28T00:42:29.544Z | Downloaded bit-set v0.5.3 |
| 592 | 2026-05-28T00:42:29.547Z | Downloaded foreign-types v0.5.0 |
| 593 | 2026-05-28T00:42:29.547Z | Downloaded crc8 v0.1.1 |
| 594 | 2026-05-28T00:42:29.547Z | Downloaded convert_case v0.10.0 |
| 595 | 2026-05-28T00:42:29.547Z | Downloaded cipher v0.4.4 |
| 596 | 2026-05-28T00:42:29.547Z | Downloaded env_filter v1.0.0 |
| 597 | 2026-05-28T00:42:29.547Z | Downloaded defmt v0.3.100 |
| 598 | 2026-05-28T00:42:29.550Z | Downloaded base16ct v0.2.0 |
| 599 | 2026-05-28T00:42:29.550Z | Downloaded float-ord v0.3.2 |
| 600 | 2026-05-28T00:42:29.550Z | Downloaded cbc v0.1.2 |
| 601 | 2026-05-28T00:42:29.553Z | Downloaded bitflags v1.3.2 |
| 602 | 2026-05-28T00:42:29.553Z | Downloaded async-stream v0.3.6 |
| 603 | 2026-05-28T00:42:29.557Z | Downloaded arrayvec v0.7.6 |
| 604 | 2026-05-28T00:42:29.557Z | Downloaded daft v0.1.7 |
| 605 | 2026-05-28T00:42:29.561Z | Downloaded futures-task v0.3.32 |
| 606 | 2026-05-28T00:42:29.561Z | Downloaded foreign-types-shared v0.1.1 |
| 607 | 2026-05-28T00:42:29.561Z | Downloaded cancel-safe-futures v0.1.5 |
| 608 | 2026-05-28T00:42:29.564Z | Downloaded erased-serde v0.3.31 |
| 609 | 2026-05-28T00:42:29.564Z | Downloaded dunce v1.0.5 |
| 610 | 2026-05-28T00:42:29.564Z | Downloaded futures-macro v0.3.32 |
| 611 | 2026-05-28T00:42:29.567Z | Downloaded futures-io v0.3.32 |
| 612 | 2026-05-28T00:42:29.567Z | Downloaded ciborium-ll v0.2.2 |
| 613 | 2026-05-28T00:42:29.567Z | Downloaded dirs-next v2.0.0 |
| 614 | 2026-05-28T00:42:29.567Z | Downloaded diff v0.1.13 |
| 615 | 2026-05-28T00:42:29.570Z | Downloaded futures-sink v0.3.32 |
| 616 | 2026-05-28T00:42:29.570Z | Downloaded cobs v0.3.0 |
| 617 | 2026-05-28T00:42:29.574Z | Downloaded bb8 v0.8.6 |
| 618 | 2026-05-28T00:42:29.574Z | Downloaded foreign-types-shared v0.3.1 |
| 619 | 2026-05-28T00:42:29.574Z | Downloaded downcast-rs v2.0.2 |
| 620 | 2026-05-28T00:42:29.574Z | Downloaded cargo-platform v0.1.9 |
| 621 | 2026-05-28T00:42:29.577Z | Downloaded flagset v0.4.7 |
| 622 | 2026-05-28T00:42:29.577Z | Downloaded blowfish v0.9.1 |
| 623 | 2026-05-28T00:42:29.577Z | Downloaded atomic-waker v1.1.2 |
| 624 | 2026-05-28T00:42:29.577Z | Downloaded foldhash v0.1.5 |
| 625 | 2026-05-28T00:42:29.581Z | Downloaded compression-codecs v0.4.37 |
| 626 | 2026-05-28T00:42:29.584Z | Downloaded ecdsa v0.16.9 |
| 627 | 2026-05-28T00:42:29.584Z | Downloaded anstyle-parse v0.2.7 |
| 628 | 2026-05-28T00:42:29.585Z | Downloaded csv-core v0.1.13 |
| 629 | 2026-05-28T00:42:29.585Z | Downloaded globwalk v0.9.1 |
| 630 | 2026-05-28T00:42:29.588Z | Downloaded chacha20 v0.9.1 |
| 631 | 2026-05-28T00:42:29.588Z | Downloaded async-trait v0.1.89 |
| 632 | 2026-05-28T00:42:29.591Z | Downloaded endian-type v0.1.2 |
| 633 | 2026-05-28T00:42:29.591Z | Downloaded dsl_auto_type v0.2.0 |
| 634 | 2026-05-28T00:42:29.591Z | Downloaded darling_macro v0.23.0 |
| 635 | 2026-05-28T00:42:29.591Z | Downloaded colored v3.1.1 |
| 636 | 2026-05-28T00:42:29.594Z | Downloaded blake2 v0.10.6 |
| 637 | 2026-05-28T00:42:29.597Z | Downloaded fd-lock v4.0.4 |
| 638 | 2026-05-28T00:42:29.597Z | Downloaded bitfield-struct v0.6.2 |
| 639 | 2026-05-28T00:42:29.597Z | Downloaded dyn-clone v1.0.20 |
| 640 | 2026-05-28T00:42:29.600Z | Downloaded dtrace-parser v0.3.0 |
| 641 | 2026-05-28T00:42:29.600Z | Downloaded debug-ignore v1.0.5 |
| 642 | 2026-05-28T00:42:29.600Z | Downloaded bcs v0.1.6 |
| 643 | 2026-05-28T00:42:29.603Z | Downloaded der_derive v0.7.3 |
| 644 | 2026-05-28T00:42:29.603Z | Downloaded crc v3.4.0 |
| 645 | 2026-05-28T00:42:29.603Z | Downloaded drift v0.1.4 |
| 646 | 2026-05-28T00:42:29.608Z | Downloaded headers-core v0.3.0 |
| 647 | 2026-05-28T00:42:29.611Z | Downloaded hex-literal v0.4.1 |
| 648 | 2026-05-28T00:42:29.611Z | Downloaded foreign-types v0.3.2 |
| 649 | 2026-05-28T00:42:29.611Z | Downloaded derive_builder_macro v0.20.2 |
| 650 | 2026-05-28T00:42:29.611Z | Downloaded darling v0.23.0 |
| 651 | 2026-05-28T00:42:29.615Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-05-28T00:42:29.618Z | Downloaded constant_time_eq v0.4.2 |
| 653 | 2026-05-28T00:42:29.618Z | Downloaded funty v2.0.0 |
| 654 | 2026-05-28T00:42:29.618Z | Downloaded cmake v0.1.57 |
| 655 | 2026-05-28T00:42:29.621Z | Downloaded bit-vec v0.6.3 |
| 656 | 2026-05-28T00:42:29.621Z | Downloaded embedded-io v0.6.1 |
| 657 | 2026-05-28T00:42:29.621Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 658 | 2026-05-28T00:42:29.621Z | Downloaded fxhash v0.2.1 |
| 659 | 2026-05-28T00:42:29.624Z | Downloaded darling_macro v0.21.3 |
| 660 | 2026-05-28T00:42:29.624Z | Downloaded futures-core v0.3.32 |
| 661 | 2026-05-28T00:42:29.624Z | Downloaded ghash v0.5.1 |
| 662 | 2026-05-28T00:42:29.624Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 663 | 2026-05-28T00:42:29.636Z | Downloaded hex v0.4.3 |
| 664 | 2026-05-28T00:42:29.636Z | Downloaded ena v0.14.4 |
| 665 | 2026-05-28T00:42:29.636Z | Downloaded fallible-iterator v0.2.0 |
| 666 | 2026-05-28T00:42:29.640Z | Downloaded hash32 v0.2.1 |
| 667 | 2026-05-28T00:42:29.640Z | Downloaded data-encoding v2.10.0 |
| 668 | 2026-05-28T00:42:29.640Z | Downloaded ed25519 v2.2.3 |
| 669 | 2026-05-28T00:42:29.640Z | Downloaded console v0.16.2 |
| 670 | 2026-05-28T00:42:29.640Z | Downloaded ciborium v0.2.2 |
| 671 | 2026-05-28T00:42:29.641Z | Downloaded hubpack_derive v0.1.1 |
| 672 | 2026-05-28T00:42:29.641Z | Downloaded http-body v1.0.1 |
| 673 | 2026-05-28T00:42:29.641Z | Downloaded hostname v0.3.1 |
| 674 | 2026-05-28T00:42:29.641Z | Downloaded http-range v0.1.5 |
| 675 | 2026-05-28T00:42:29.641Z | Downloaded gethostname v0.5.0 |
| 676 | 2026-05-28T00:42:29.641Z | Downloaded cfg_aliases v0.2.1 |
| 677 | 2026-05-28T00:42:29.641Z | Downloaded futures-executor v0.3.32 |
| 678 | 2026-05-28T00:42:29.644Z | Downloaded hubpack v0.1.2 |
| 679 | 2026-05-28T00:42:29.644Z | Downloaded glob v0.3.3 |
| 680 | 2026-05-28T00:42:29.644Z | Downloaded either v1.15.0 |
| 681 | 2026-05-28T00:42:29.644Z | Downloaded env_logger v0.11.9 |
| 682 | 2026-05-28T00:42:29.648Z | Downloaded deranged v0.5.8 |
| 683 | 2026-05-28T00:42:29.648Z | Downloaded ctr v0.9.2 |
| 684 | 2026-05-28T00:42:29.651Z | Downloaded hostname v0.4.2 |
| 685 | 2026-05-28T00:42:29.651Z | Downloaded httpdate v1.0.3 |
| 686 | 2026-05-28T00:42:29.651Z | Downloaded defmt-parser v1.0.0 |
| 687 | 2026-05-28T00:42:29.654Z | Downloaded fixedbitset v0.5.7 |
| 688 | 2026-05-28T00:42:29.654Z | Downloaded crossbeam-deque v0.8.6 |
| 689 | 2026-05-28T00:42:29.654Z | Downloaded hyper-tls v0.6.0 |
| 690 | 2026-05-28T00:42:29.658Z | Downloaded fixedbitset v0.4.2 |
| 691 | 2026-05-28T00:42:29.658Z | Downloaded derive-ex v0.1.8 |
| 692 | 2026-05-28T00:42:29.658Z | Downloaded indent_write v2.2.0 |
| 693 | 2026-05-28T00:42:29.658Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 694 | 2026-05-28T00:42:29.661Z | Downloaded illumos-nvpair v0.3.0 |
| 695 | 2026-05-28T00:42:29.661Z | Downloaded ident_case v1.0.1 |
| 696 | 2026-05-28T00:42:29.661Z | Downloaded darling v0.21.3 |
| 697 | 2026-05-28T00:42:29.664Z | Downloaded filetime v0.2.27 |
| 698 | 2026-05-28T00:42:29.665Z | Downloaded dropshot_endpoint v0.16.7 |
| 699 | 2026-05-28T00:42:29.669Z | Downloaded hash32 v0.3.1 |
| 700 | 2026-05-28T00:42:29.669Z | Downloaded globset v0.4.18 |
| 701 | 2026-05-28T00:42:29.669Z | Downloaded corncobs v0.1.4 |
| 702 | 2026-05-28T00:42:29.673Z | Downloaded inout v0.1.4 |
| 703 | 2026-05-28T00:42:29.673Z | Downloaded critical-section v1.2.0 |
| 704 | 2026-05-28T00:42:29.673Z | Downloaded cookie_store v0.22.1 |
| 705 | 2026-05-28T00:42:29.673Z | Downloaded async-stream-impl v0.3.6 |
| 706 | 2026-05-28T00:42:29.677Z | Downloaded ff v0.13.1 |
| 707 | 2026-05-28T00:42:29.677Z | Downloaded indoc v1.0.9 |
| 708 | 2026-05-28T00:42:29.677Z | Downloaded float-cmp v0.10.0 |
| 709 | 2026-05-28T00:42:29.677Z | Downloaded getrandom v0.2.17 |
| 710 | 2026-05-28T00:42:29.680Z | Downloaded defmt v1.0.1 |
| 711 | 2026-05-28T00:42:29.683Z | Downloaded crc32fast v1.5.0 |
| 712 | 2026-05-28T00:42:29.683Z | Downloaded instant v0.1.13 |
| 713 | 2026-05-28T00:42:29.687Z | Downloaded fs_extra v1.3.0 |
| 714 | 2026-05-28T00:42:29.687Z | Downloaded instability v0.3.11 |
| 715 | 2026-05-28T00:42:29.688Z | Downloaded is_ci v1.2.0 |
| 716 | 2026-05-28T00:42:29.692Z | Downloaded internet-checksum v0.2.1 |
| 717 | 2026-05-28T00:42:29.692Z | Downloaded derive_builder_core v0.20.2 |
| 718 | 2026-05-28T00:42:29.692Z | Downloaded foldhash v0.2.0 |
| 719 | 2026-05-28T00:42:29.692Z | Downloaded assert_matches v1.5.0 |
| 720 | 2026-05-28T00:42:29.692Z | Downloaded lazy_static v1.5.0 |
| 721 | 2026-05-28T00:42:29.696Z | Downloaded lalrpop-util v0.19.12 |
| 722 | 2026-05-28T00:42:29.696Z | Downloaded http-body-util v0.1.3 |
| 723 | 2026-05-28T00:42:29.696Z | Downloaded colored v2.2.0 |
| 724 | 2026-05-28T00:42:29.696Z | Downloaded git-stub-vcs v0.1.0 |
| 725 | 2026-05-28T00:42:29.699Z | Downloaded keccak v0.1.6 |
| 726 | 2026-05-28T00:42:29.699Z | Downloaded highway v1.3.0 |
| 727 | 2026-05-28T00:42:29.701Z | Downloaded futures-channel v0.3.32 |
| 728 | 2026-05-28T00:42:29.701Z | Downloaded group v0.13.0 |
| 729 | 2026-05-28T00:42:29.702Z | Downloaded defmt-macros v1.0.1 |
| 730 | 2026-05-28T00:42:29.705Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 731 | 2026-05-28T00:42:29.705Z | Downloaded array-init v0.0.4 |
| 732 | 2026-05-28T00:42:29.705Z | Downloaded dirs-sys-next v0.1.2 |
| 733 | 2026-05-28T00:42:29.713Z | Downloaded find-msvc-tools v0.1.9 |
| 734 | 2026-05-28T00:42:29.713Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 735 | 2026-05-28T00:42:29.713Z | Downloaded console v0.15.11 |
| 736 | 2026-05-28T00:42:29.713Z | Downloaded chacha20poly1305 v0.10.1 |
| 737 | 2026-05-28T00:42:29.713Z | Downloaded arc-swap v1.8.2 |
| 738 | 2026-05-28T00:42:29.718Z | Downloaded hyper-staticfile v0.10.1 |
| 739 | 2026-05-28T00:42:29.718Z | Downloaded linked-hash-map v0.5.6 |
| 740 | 2026-05-28T00:42:29.718Z | Downloaded const_format v0.2.35 |
| 741 | 2026-05-28T00:42:29.721Z | Downloaded home v0.5.12 |
| 742 | 2026-05-28T00:42:29.721Z | Downloaded derive-where v1.6.0 |
| 743 | 2026-05-28T00:42:29.724Z | Downloaded lru-cache v0.1.2 |
| 744 | 2026-05-28T00:42:29.724Z | Downloaded lru v0.12.5 |
| 745 | 2026-05-28T00:42:29.724Z | Downloaded maplit v1.0.2 |
| 746 | 2026-05-28T00:42:29.724Z | Downloaded libscf-sys v1.1.0 |
| 747 | 2026-05-28T00:42:29.727Z | Downloaded humantime v2.3.0 |
| 748 | 2026-05-28T00:42:29.727Z | Downloaded lru-slab v0.1.2 |
| 749 | 2026-05-28T00:42:29.727Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 750 | 2026-05-28T00:42:29.731Z | Downloaded ipnetwork v0.21.1 |
| 751 | 2026-05-28T00:42:29.731Z | Downloaded clang-sys v1.8.1 |
| 752 | 2026-05-28T00:42:29.733Z | Downloaded bzip2 v0.4.4 |
| 753 | 2026-05-28T00:42:29.733Z | Downloaded indoc v2.0.7 |
| 754 | 2026-05-28T00:42:29.737Z | Downloaded compression-core v0.4.31 |
| 755 | 2026-05-28T00:42:29.737Z | Downloaded chacha20 v0.10.0 |
| 756 | 2026-05-28T00:42:29.740Z | Downloaded new_debug_unreachable v1.0.6 |
| 757 | 2026-05-28T00:42:29.740Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-05-28T00:42:29.740Z | Downloaded md5 v0.7.0 |
| 759 | 2026-05-28T00:42:29.740Z | Downloaded maybe-uninit v2.0.0 |
| 760 | 2026-05-28T00:42:29.743Z | Downloaded multimap v0.10.1 |
| 761 | 2026-05-28T00:42:29.743Z | Downloaded match_cfg v0.1.0 |
| 762 | 2026-05-28T00:42:29.743Z | Downloaded md-5 v0.10.6 |
| 763 | 2026-05-28T00:42:29.743Z | Downloaded newline-converter v0.3.0 |
| 764 | 2026-05-28T00:42:29.746Z | Downloaded newtype-uuid-macros v0.1.0 |
| 765 | 2026-05-28T00:42:29.746Z | Downloaded nodrop v0.1.14 |
| 766 | 2026-05-28T00:42:29.746Z | Downloaded futures v0.3.32 |
| 767 | 2026-05-28T00:42:29.750Z | Downloaded derive_builder v0.20.2 |
| 768 | 2026-05-28T00:42:29.753Z | Downloaded is-terminal v0.4.17 |
| 769 | 2026-05-28T00:42:29.756Z | Downloaded jobserver v0.1.34 |
| 770 | 2026-05-28T00:42:29.756Z | Downloaded crossbeam-epoch v0.9.18 |
| 771 | 2026-05-28T00:42:29.756Z | Downloaded newtype_derive v0.1.6 |
| 772 | 2026-05-28T00:42:29.760Z | Downloaded fs-err v2.11.0 |
| 773 | 2026-05-28T00:42:29.760Z | Downloaded mime v0.3.17 |
| 774 | 2026-05-28T00:42:29.760Z | Downloaded nibble_vec v0.1.0 |
| 775 | 2026-05-28T00:42:29.763Z | Downloaded num-iter v0.1.45 |
| 776 | 2026-05-28T00:42:29.763Z | Downloaded num-conv v0.2.0 |
| 777 | 2026-05-28T00:42:29.763Z | Downloaded num v0.4.3 |
| 778 | 2026-05-28T00:42:29.763Z | Downloaded normalize-line-endings v0.3.0 |
| 779 | 2026-05-28T00:42:29.766Z | Downloaded lzss v0.8.2 |
| 780 | 2026-05-28T00:42:29.766Z | Downloaded nonempty v0.12.0 |
| 781 | 2026-05-28T00:42:29.766Z | Downloaded kstat-rs v0.2.4 |
| 782 | 2026-05-28T00:42:29.767Z | Downloaded ingot-types v0.1.2 |
| 783 | 2026-05-28T00:42:29.770Z | Downloaded bzip2 v0.6.1 |
| 784 | 2026-05-28T00:42:29.770Z | Downloaded async-bb8-diesel v0.2.1 |
| 785 | 2026-05-28T00:42:29.770Z | Downloaded num-derive v0.4.2 |
| 786 | 2026-05-28T00:42:29.773Z | Downloaded num-derive v0.3.3 |
| 787 | 2026-05-28T00:42:29.773Z | Downloaded num_enum_derive v0.5.11 |
| 788 | 2026-05-28T00:42:29.778Z | Downloaded libefi-sys v0.1.0 |
| 789 | 2026-05-28T00:42:29.782Z | Downloaded httparse v1.10.1 |
| 790 | 2026-05-28T00:42:29.782Z | Downloaded iana-time-zone v0.1.65 |
| 791 | 2026-05-28T00:42:29.785Z | Downloaded opaque-debug v0.3.1 |
| 792 | 2026-05-28T00:42:29.785Z | Downloaded fatfs v0.3.6 |
| 793 | 2026-05-28T00:42:29.787Z | Downloaded olpc-cjson v0.1.4 |
| 794 | 2026-05-28T00:42:29.787Z | Downloaded crc-any v2.5.0 |
| 795 | 2026-05-28T00:42:29.791Z | Downloaded openssl-probe v0.2.1 |
| 796 | 2026-05-28T00:42:29.791Z | Downloaded openssl-probe v0.1.6 |
| 797 | 2026-05-28T00:42:29.791Z | Downloaded base64 v0.22.1 |
| 798 | 2026-05-28T00:42:29.794Z | Downloaded ingot v0.1.1 |
| 799 | 2026-05-28T00:42:29.794Z | Downloaded libsw v3.5.0 |
| 800 | 2026-05-28T00:42:29.794Z | Downloaded linear-map v1.2.0 |
| 801 | 2026-05-28T00:42:29.797Z | Downloaded dropshot_endpoint v0.17.0 |
| 802 | 2026-05-28T00:42:29.800Z | Downloaded openssl-macros v0.1.1 |
| 803 | 2026-05-28T00:42:29.800Z | Downloaded derive_more-impl v2.1.1 |
| 804 | 2026-05-28T00:42:29.804Z | Downloaded libsw-core v0.3.2 |
| 805 | 2026-05-28T00:42:29.806Z | Downloaded oso-derive v0.27.3 |
| 806 | 2026-05-28T00:42:29.806Z | Downloaded ingot-macros v0.1.1 |
| 807 | 2026-05-28T00:42:29.809Z | Downloaded half v1.8.3 |
| 808 | 2026-05-28T00:42:29.809Z | Downloaded nanorand v0.7.0 |
| 809 | 2026-05-28T00:42:29.810Z | Downloaded managed v0.8.0 |
| 810 | 2026-05-28T00:42:29.812Z | Downloaded ipnet v2.11.0 |
| 811 | 2026-05-28T00:42:29.813Z | Downloaded packed_struct_codegen v0.10.1 |
| 812 | 2026-05-28T00:42:29.816Z | Downloaded getrandom v0.3.4 |
| 813 | 2026-05-28T00:42:29.816Z | Downloaded elliptic-curve v0.13.8 |
| 814 | 2026-05-28T00:42:29.819Z | Downloaded newtype-uuid v1.3.2 |
| 815 | 2026-05-28T00:42:29.819Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-05-28T00:42:29.822Z | Downloaded path-slash v0.1.5 |
| 817 | 2026-05-28T00:42:29.822Z | Downloaded multer v3.1.0 |
| 818 | 2026-05-28T00:42:29.824Z | Downloaded native-tls v0.2.18 |
| 819 | 2026-05-28T00:42:29.827Z | Downloaded derive_more v0.99.20 |
| 820 | 2026-05-28T00:42:29.832Z | Downloaded half v2.7.1 |
| 821 | 2026-05-28T00:42:29.832Z | Downloaded hmac v0.12.1 |
| 822 | 2026-05-28T00:42:29.835Z | Downloaded hyper-rustls v0.27.7 |
| 823 | 2026-05-28T00:42:29.838Z | Downloaded nu-ansi-term v0.50.3 |
| 824 | 2026-05-28T00:42:29.841Z | Downloaded num-integer v0.1.46 |
| 825 | 2026-05-28T00:42:29.841Z | Downloaded num-complex v0.4.6 |
| 826 | 2026-05-28T00:42:29.844Z | Downloaded pbkdf2 v0.11.0 |
| 827 | 2026-05-28T00:42:29.848Z | Downloaded darling_core v0.23.0 |
| 828 | 2026-05-28T00:42:29.851Z | Downloaded num_enum_derive v0.7.6 |
| 829 | 2026-05-28T00:42:29.851Z | Downloaded num_enum v0.7.6 |
| 830 | 2026-05-28T00:42:29.867Z | Downloaded pin-utils v0.1.0 |
| 831 | 2026-05-28T00:42:29.870Z | Downloaded der v0.7.10 |
| 832 | 2026-05-28T00:42:29.874Z | Downloaded phf_shared v0.12.1 |
| 833 | 2026-05-28T00:42:29.874Z | Downloaded phf_shared v0.11.3 |
| 834 | 2026-05-28T00:42:29.874Z | Downloaded peg-runtime v0.8.5 |
| 835 | 2026-05-28T00:42:29.874Z | Downloaded num_threads v0.1.7 |
| 836 | 2026-05-28T00:42:29.878Z | Downloaded precomputed-hash v0.1.1 |
| 837 | 2026-05-28T00:42:29.878Z | Downloaded powerfmt v0.2.0 |
| 838 | 2026-05-28T00:42:29.878Z | Downloaded phf_shared v0.13.1 |
| 839 | 2026-05-28T00:42:29.878Z | Downloaded owo-colors v4.3.0 |
| 840 | 2026-05-28T00:42:29.881Z | Downloaded memmap2 v0.9.10 |
| 841 | 2026-05-28T00:42:29.881Z | Downloaded litrs v1.0.0 |
| 842 | 2026-05-28T00:42:29.881Z | Downloaded indexmap v1.9.3 |
| 843 | 2026-05-28T00:42:29.885Z | Downloaded mime_guess v2.0.5 |
| 844 | 2026-05-28T00:42:29.885Z | Downloaded compact_str v0.8.1 |
| 845 | 2026-05-28T00:42:29.888Z | Downloaded expectorate v1.2.0 |
| 846 | 2026-05-28T00:42:29.888Z | Downloaded password-hash v0.4.2 |
| 847 | 2026-05-28T00:42:29.896Z | Downloaded progenitor-client v0.10.0 |
| 848 | 2026-05-28T00:42:29.896Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 849 | 2026-05-28T00:42:29.896Z | Downloaded proc-macro-crate v3.4.0 |
| 850 | 2026-05-28T00:42:29.896Z | Downloaded proc-macro-crate v1.3.1 |
| 851 | 2026-05-28T00:42:29.896Z | Downloaded predicates-tree v1.0.13 |
| 852 | 2026-05-28T00:42:29.896Z | Downloaded predicates-core v1.0.10 |
| 853 | 2026-05-28T00:42:29.896Z | Downloaded oxnet v0.1.5 |
| 854 | 2026-05-28T00:42:29.900Z | Downloaded paste v1.0.15 |
| 855 | 2026-05-28T00:42:29.900Z | Downloaded pbkdf2 v0.12.2 |
| 856 | 2026-05-28T00:42:29.900Z | Downloaded parse-display-derive v0.10.0 |
| 857 | 2026-05-28T00:42:29.900Z | Downloaded ed25519-dalek v2.2.0 |
| 858 | 2026-05-28T00:42:29.906Z | Downloaded password-hash v0.5.0 |
| 859 | 2026-05-28T00:42:29.906Z | Downloaded libbz2-rs-sys v0.2.2 |
| 860 | 2026-05-28T00:42:29.910Z | Downloaded async-compression v0.4.41 |
| 861 | 2026-05-28T00:42:29.910Z | Downloaded heapless v0.7.17 |
| 862 | 2026-05-28T00:42:29.914Z | Downloaded psl-types v2.0.11 |
| 863 | 2026-05-28T00:42:29.914Z | Downloaded progenitor-macro v0.14.0 |
| 864 | 2026-05-28T00:42:29.914Z | Downloaded progenitor-client v0.11.2 |
| 865 | 2026-05-28T00:42:29.914Z | Downloaded peg-macros v0.8.5 |
| 866 | 2026-05-28T00:42:29.917Z | Downloaded peg v0.8.5 |
| 867 | 2026-05-28T00:42:29.917Z | Downloaded quick-error v1.2.3 |
| 868 | 2026-05-28T00:42:29.920Z | Downloaded progenitor-macro v0.13.0 |
| 869 | 2026-05-28T00:42:29.920Z | Downloaded progenitor-macro v0.10.0 |
| 870 | 2026-05-28T00:42:29.920Z | Downloaded pem-rfc7468 v0.7.0 |
| 871 | 2026-05-28T00:42:29.923Z | Downloaded num-rational v0.4.2 |
| 872 | 2026-05-28T00:42:29.923Z | Downloaded diesel_derives v2.3.7 |
| 873 | 2026-05-28T00:42:29.927Z | Downloaded pin-project-lite v0.2.17 |
| 874 | 2026-05-28T00:42:29.930Z | Downloaded pkg-config v0.3.32 |
| 875 | 2026-05-28T00:42:29.930Z | Downloaded radium v0.7.0 |
| 876 | 2026-05-28T00:42:29.933Z | Downloaded polyval v0.6.2 |
| 877 | 2026-05-28T00:42:29.933Z | Downloaded ppv-lite86 v0.2.21 |
| 878 | 2026-05-28T00:42:29.933Z | Downloaded poly1305 v0.8.0 |
| 879 | 2026-05-28T00:42:29.936Z | Downloaded pkcs8 v0.10.2 |
| 880 | 2026-05-28T00:42:29.937Z | Downloaded rand_chacha v0.3.1 |
| 881 | 2026-05-28T00:42:29.939Z | Downloaded crossbeam-channel v0.5.15 |
| 882 | 2026-05-28T00:42:29.943Z | Downloaded ignore v0.4.25 |
| 883 | 2026-05-28T00:42:29.943Z | Downloaded predicates v3.1.4 |
| 884 | 2026-05-28T00:42:29.946Z | Downloaded postgres-protocol v0.6.10 |
| 885 | 2026-05-28T00:42:29.946Z | Downloaded primeorder v0.13.6 |
| 886 | 2026-05-28T00:42:29.946Z | Downloaded indicatif v0.18.4 |
| 887 | 2026-05-28T00:42:29.949Z | Downloaded bumpalo v3.20.2 |
| 888 | 2026-05-28T00:42:29.952Z | Downloaded rand_xorshift v0.4.0 |
| 889 | 2026-05-28T00:42:29.952Z | Downloaded recursive v0.1.1 |
| 890 | 2026-05-28T00:42:29.952Z | Downloaded packed_struct v0.10.1 |
| 891 | 2026-05-28T00:42:29.956Z | Downloaded ar_archive_writer v0.5.1 |
| 892 | 2026-05-28T00:42:29.956Z | Downloaded crossterm v0.29.0 |
| 893 | 2026-05-28T00:42:29.959Z | Downloaded progenitor v0.11.2 |
| 894 | 2026-05-28T00:42:29.963Z | Downloaded parking_lot v0.12.5 |
| 895 | 2026-05-28T00:42:29.963Z | Downloaded parking_lot_core v0.8.6 |
| 896 | 2026-05-28T00:42:29.966Z | Downloaded phf v0.13.1 |
| 897 | 2026-05-28T00:42:29.966Z | Downloaded hickory-resolver v0.24.4 |
| 898 | 2026-05-28T00:42:29.970Z | Downloaded ref-cast-impl v1.0.25 |
| 899 | 2026-05-28T00:42:29.970Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 900 | 2026-05-28T00:42:29.970Z | Downloaded progenitor v0.14.0 |
| 901 | 2026-05-28T00:42:29.970Z | Downloaded progenitor v0.10.0 |
| 902 | 2026-05-28T00:42:29.973Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-05-28T00:42:29.973Z | Downloaded progenitor-macro v0.11.2 |
| 904 | 2026-05-28T00:42:29.973Z | Downloaded progenitor-client v0.13.0 |
| 905 | 2026-05-28T00:42:29.977Z | Downloaded progenitor-client v0.14.0 |
| 906 | 2026-05-28T00:42:29.977Z | Downloaded ref-cast v1.0.25 |
| 907 | 2026-05-28T00:42:29.977Z | Downloaded pkcs1 v0.7.5 |
| 908 | 2026-05-28T00:42:29.980Z | Downloaded progenitor v0.13.0 |
| 909 | 2026-05-28T00:42:29.980Z | Downloaded parking_lot_core v0.9.12 |
| 910 | 2026-05-28T00:42:29.980Z | Downloaded phf v0.12.1 |
| 911 | 2026-05-28T00:42:29.984Z | Downloaded russh-cryptovec v0.7.3 |
| 912 | 2026-05-28T00:42:29.984Z | Downloaded hickory-resolver v0.25.2 |
| 913 | 2026-05-28T00:42:29.988Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-05-28T00:42:29.988Z | Downloaded progenitor-extras v0.2.0 |
| 915 | 2026-05-28T00:42:29.988Z | Downloaded r2d2 v0.8.10 |
| 916 | 2026-05-28T00:42:29.992Z | Downloaded rustc-hash v2.1.1 |
| 917 | 2026-05-28T00:42:29.992Z | Downloaded rtoolbox v0.0.3 |
| 918 | 2026-05-28T00:42:29.992Z | Downloaded pem v3.0.6 |
| 919 | 2026-05-28T00:42:29.992Z | Downloaded omicron-zone-package v0.12.2 |
| 920 | 2026-05-28T00:42:29.995Z | Downloaded pin-project-internal v1.1.11 |
| 921 | 2026-05-28T00:42:29.995Z | Downloaded dropshot-api-manager v0.7.1 |
| 922 | 2026-05-28T00:42:29.995Z | Downloaded rustc_version v0.4.1 |
| 923 | 2026-05-28T00:42:29.998Z | Downloaded postgres-types v0.2.12 |
| 924 | 2026-05-28T00:42:29.998Z | Downloaded psm v0.1.30 |
| 925 | 2026-05-28T00:42:30.002Z | Downloaded oso v0.27.3 |
| 926 | 2026-05-28T00:42:30.002Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-05-28T00:42:30.006Z | Downloaded postcard v1.1.3 |
| 928 | 2026-05-28T00:42:30.006Z | Downloaded derive_more v2.1.1 |
| 929 | 2026-05-28T00:42:30.011Z | Downloaded papergrid v0.17.0 |
| 930 | 2026-05-28T00:42:30.015Z | Downloaded miniz_oxide v0.8.9 |
| 931 | 2026-05-28T00:42:30.018Z | Downloaded salsa20 v0.10.2 |
| 932 | 2026-05-28T00:42:30.018Z | Downloaded rand_core v0.6.4 |
| 933 | 2026-05-28T00:42:30.018Z | Downloaded p256 v0.13.2 |
| 934 | 2026-05-28T00:42:30.021Z | Downloaded rand_seeder v0.4.0 |
| 935 | 2026-05-28T00:42:30.021Z | Downloaded rand_core v0.9.5 |
| 936 | 2026-05-28T00:42:30.026Z | Downloaded proc-macro-error2 v2.0.1 |
| 937 | 2026-05-28T00:42:30.026Z | Downloaded rand_core v0.10.0 |
| 938 | 2026-05-28T00:42:30.029Z | Downloaded parking_lot v0.11.2 |
| 939 | 2026-05-28T00:42:30.029Z | Downloaded cc v1.2.56 |
| 940 | 2026-05-28T00:42:30.029Z | Downloaded same-file v1.0.6 |
| 941 | 2026-05-28T00:42:30.032Z | Downloaded hashbrown v0.13.2 |
| 942 | 2026-05-28T00:42:30.032Z | Downloaded crypto-bigint v0.5.5 |
| 943 | 2026-05-28T00:42:30.036Z | Downloaded scheduled-thread-pool v0.2.7 |
| 944 | 2026-05-28T00:42:30.039Z | Downloaded parse-display v0.10.0 |
| 945 | 2026-05-28T00:42:30.039Z | Downloaded bytes v1.11.1 |
| 946 | 2026-05-28T00:42:30.043Z | Downloaded secrecy v0.10.3 |
| 947 | 2026-05-28T00:42:30.043Z | Downloaded secrecy v0.8.0 |
| 948 | 2026-05-28T00:42:30.043Z | Downloaded pkcs5 v0.7.1 |
| 949 | 2026-05-28T00:42:30.046Z | Downloaded serde-big-array v0.5.1 |
| 950 | 2026-05-28T00:42:30.046Z | Downloaded scrypt v0.11.0 |
| 951 | 2026-05-28T00:42:30.050Z | Downloaded scroll_derive v0.13.1 |
| 952 | 2026-05-28T00:42:30.050Z | Downloaded aes-gcm v0.10.3 |
| 953 | 2026-05-28T00:42:30.054Z | Downloaded headers v0.4.1 |
| 954 | 2026-05-28T00:42:30.055Z | Downloaded serde_bytes v0.11.19 |
| 955 | 2026-05-28T00:42:30.058Z | Downloaded serde_plain v1.0.2 |
| 956 | 2026-05-28T00:42:30.058Z | Downloaded scopeguard v1.2.0 |
| 957 | 2026-05-28T00:42:30.058Z | Downloaded serde_urlencoded v0.7.1 |
| 958 | 2026-05-28T00:42:30.058Z | Downloaded serde_repr v0.1.20 |
| 959 | 2026-05-28T00:42:30.058Z | Downloaded aes v0.8.4 |
| 960 | 2026-05-28T00:42:30.061Z | Downloaded resolv-conf v0.7.6 |
| 961 | 2026-05-28T00:42:30.061Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-05-28T00:42:30.064Z | Downloaded pin-project v1.1.11 |
| 963 | 2026-05-28T00:42:30.068Z | Downloaded quinn-udp v0.5.14 |
| 964 | 2026-05-28T00:42:30.071Z | Downloaded serde_spanned v1.0.4 |
| 965 | 2026-05-28T00:42:30.071Z | Downloaded semver v0.1.20 |
| 966 | 2026-05-28T00:42:30.074Z | Downloaded signal-hook-mio v0.2.5 |
| 967 | 2026-05-28T00:42:30.074Z | Downloaded shell-words v1.1.1 |
| 968 | 2026-05-28T00:42:30.075Z | Downloaded sha1 v0.10.6 |
| 969 | 2026-05-28T00:42:30.078Z | Downloaded oxide-tokio-rt v0.1.4 |
| 970 | 2026-05-28T00:42:30.078Z | Downloaded sigpipe v0.1.3 |
| 971 | 2026-05-28T00:42:30.078Z | Downloaded signature v2.2.0 |
| 972 | 2026-05-28T00:42:30.078Z | Downloaded lock_api v0.4.14 |
| 973 | 2026-05-28T00:42:30.081Z | Downloaded siphasher v1.0.2 |
| 974 | 2026-05-28T00:42:30.081Z | Downloaded openssl-sys v0.9.115 |
| 975 | 2026-05-28T00:42:30.084Z | Downloaded rustls-pemfile v1.0.4 |
| 976 | 2026-05-28T00:42:30.084Z | Downloaded rustls-native-certs v0.8.3 |
| 977 | 2026-05-28T00:42:30.087Z | Downloaded prefix-trie v0.7.0 |
| 978 | 2026-05-28T00:42:30.091Z | Downloaded rustls-pemfile v2.2.0 |
| 979 | 2026-05-28T00:42:30.091Z | Downloaded signal-hook-tokio v0.3.1 |
| 980 | 2026-05-28T00:42:30.091Z | Downloaded minimal-lexical v0.2.1 |
| 981 | 2026-05-28T00:42:30.094Z | Downloaded flate2 v1.1.9 |
| 982 | 2026-05-28T00:42:30.097Z | Downloaded heapless v0.8.0 |
| 983 | 2026-05-28T00:42:30.100Z | Downloaded num_enum v0.5.11 |
| 984 | 2026-05-28T00:42:30.103Z | Downloaded libloading v0.8.9 |
| 985 | 2026-05-28T00:42:30.103Z | Downloaded slog-bunyan v2.5.0 |
| 986 | 2026-05-28T00:42:30.106Z | Downloaded jiff-static v0.2.21 |
| 987 | 2026-05-28T00:42:30.106Z | Downloaded schemars_derive v0.8.22 |
| 988 | 2026-05-28T00:42:30.109Z | Downloaded darling_core v0.21.3 |
| 989 | 2026-05-28T00:42:30.112Z | Downloaded slog-envlogger v2.2.0 |
| 990 | 2026-05-28T00:42:30.112Z | Downloaded darling_core v0.20.11 |
| 991 | 2026-05-28T00:42:30.121Z | Downloaded progenitor-impl v0.13.0 |
| 992 | 2026-05-28T00:42:30.125Z | Downloaded serde-hex v0.1.0 |
| 993 | 2026-05-28T00:42:30.125Z | Downloaded sec1 v0.7.3 |
| 994 | 2026-05-28T00:42:30.127Z | Downloaded sct v0.7.1 |
| 995 | 2026-05-28T00:42:30.128Z | Downloaded sqlparser_derive v0.5.0 |
| 996 | 2026-05-28T00:42:30.131Z | Downloaded scroll v0.13.0 |
| 997 | 2026-05-28T00:42:30.131Z | Downloaded ssh-cipher v0.2.0 |
| 998 | 2026-05-28T00:42:30.131Z | Downloaded http v1.4.0 |
| 999 | 2026-05-28T00:42:30.134Z | Downloaded sapling-renderdag v0.1.0 |
| 1000 | 2026-05-28T00:42:30.134Z | Downloaded rusty-fork v0.3.1 |
| 1001 | 2026-05-28T00:42:30.137Z | Downloaded rustversion v1.0.22 |
| 1002 | 2026-05-28T00:42:30.137Z | Downloaded ssh-encoding v0.2.0 |
| 1003 | 2026-05-28T00:42:30.141Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1004 | 2026-05-28T00:42:30.141Z | Downloaded serde_path_to_error v0.1.20 |
| 1005 | 2026-05-28T00:42:30.144Z | Downloaded serde_derive_internals v0.29.1 |
| 1006 | 2026-05-28T00:42:30.148Z | Downloaded signal-hook-registry v1.4.8 |
| 1007 | 2026-05-28T00:42:30.151Z | Downloaded shlex v1.3.0 |
| 1008 | 2026-05-28T00:42:30.151Z | Downloaded strum v0.27.2 |
| 1009 | 2026-05-28T00:42:30.154Z | Downloaded structmeta-derive v0.3.0 |
| 1010 | 2026-05-28T00:42:30.154Z | Downloaded structmeta v0.3.0 |
| 1011 | 2026-05-28T00:42:30.157Z | Downloaded slog-dtrace v0.3.0 |
| 1012 | 2026-05-28T00:42:30.160Z | Downloaded prettyplease v0.2.37 |
| 1013 | 2026-05-28T00:42:30.163Z | Downloaded rustls-pki-types v1.14.0 |
| 1014 | 2026-05-28T00:42:30.163Z | Downloaded hashbrown v0.12.3 |
| 1015 | 2026-05-28T00:42:30.166Z | Downloaded tabled_derive v0.11.0 |
| 1016 | 2026-05-28T00:42:30.166Z | Downloaded rcgen v0.12.1 |
| 1017 | 2026-05-28T00:42:30.171Z | Downloaded slab v0.4.12 |
| 1018 | 2026-05-28T00:42:30.171Z | Downloaded slog-async v2.8.0 |
| 1019 | 2026-05-28T00:42:30.174Z | Downloaded strum v0.26.3 |
| 1020 | 2026-05-28T00:42:30.174Z | Downloaded sync_wrapper v1.0.2 |
| 1021 | 2026-05-28T00:42:30.174Z | Downloaded slog-term v2.9.2 |
| 1022 | 2026-05-28T00:42:30.174Z | Downloaded slog-stdlog v4.1.1 |
| 1023 | 2026-05-28T00:42:30.177Z | Downloaded subtle v2.6.1 |
| 1024 | 2026-05-28T00:42:30.177Z | Downloaded crossterm v0.28.1 |
| 1025 | 2026-05-28T00:42:30.180Z | Downloaded termtree v0.5.1 |
| 1026 | 2026-05-28T00:42:30.180Z | Downloaded tap v1.0.1 |
| 1027 | 2026-05-28T00:42:30.185Z | Downloaded tagptr v0.2.0 |
| 1028 | 2026-05-28T00:42:30.185Z | Downloaded smf v0.2.3 |
| 1029 | 2026-05-28T00:42:30.185Z | Downloaded smallvec v0.6.14 |
| 1030 | 2026-05-28T00:42:30.185Z | Downloaded slog-scope v4.4.1 |
| 1031 | 2026-05-28T00:42:30.188Z | Downloaded progenitor-impl v0.14.0 |
| 1032 | 2026-05-28T00:42:30.188Z | Downloaded progenitor-impl v0.11.2 |
| 1033 | 2026-05-28T00:42:30.188Z | Downloaded itertools v0.10.5 |
| 1034 | 2026-05-28T00:42:30.191Z | Downloaded sync-ptr v0.1.4 |
| 1035 | 2026-05-28T00:42:30.194Z | Downloaded take_mut v0.2.2 |
| 1036 | 2026-05-28T00:42:30.194Z | Downloaded tabwriter v1.4.1 |
| 1037 | 2026-05-28T00:42:30.194Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-05-28T00:42:30.194Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-05-28T00:42:30.199Z | Downloaded mio v1.2.0 |
| 1040 | 2026-05-28T00:42:30.199Z | Downloaded time-core v0.1.8 |
| 1041 | 2026-05-28T00:42:30.202Z | Downloaded hyper-util v0.1.20 |
| 1042 | 2026-05-28T00:42:30.205Z | Downloaded ron v0.8.1 |
| 1043 | 2026-05-28T00:42:30.208Z | Downloaded stringprep v0.1.5 |
| 1044 | 2026-05-28T00:42:30.208Z | Downloaded spki v0.7.3 |
| 1045 | 2026-05-28T00:42:30.208Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-05-28T00:42:30.212Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1047 | 2026-05-28T00:42:30.212Z | Downloaded testing_table v0.3.0 |
| 1048 | 2026-05-28T00:42:30.212Z | Downloaded serde_cbor v0.11.2 |
| 1049 | 2026-05-28T00:42:30.216Z | Downloaded tinyvec_macros v0.1.1 |
| 1050 | 2026-05-28T00:42:30.216Z | Downloaded thread-id v5.1.0 |
| 1051 | 2026-05-28T00:42:30.219Z | Downloaded russh-keys v0.45.0 |
| 1052 | 2026-05-28T00:42:30.219Z | Downloaded serde_with_macros v3.17.0 |
| 1053 | 2026-05-28T00:42:30.219Z | Downloaded hickory-server v0.25.2 |
| 1054 | 2026-05-28T00:42:30.222Z | Downloaded string_cache v0.8.9 |
| 1055 | 2026-05-28T00:42:30.222Z | Downloaded simd-adler32 v0.3.8 |
| 1056 | 2026-05-28T00:42:30.225Z | Downloaded progenitor-impl v0.10.0 |
| 1057 | 2026-05-28T00:42:30.225Z | Downloaded static_assertions v1.1.0 |
| 1058 | 2026-05-28T00:42:30.228Z | Downloaded strum_macros v0.27.2 |
| 1059 | 2026-05-28T00:42:30.232Z | Downloaded strum_macros v0.24.3 |
| 1060 | 2026-05-28T00:42:30.235Z | Downloaded strum_macros v0.26.4 |
| 1061 | 2026-05-28T00:42:30.235Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1062 | 2026-05-28T00:42:30.238Z | Downloaded hashbrown v0.16.1 |
| 1063 | 2026-05-28T00:42:30.241Z | Downloaded rayon-core v1.13.0 |
| 1064 | 2026-05-28T00:42:30.244Z | Downloaded pretty_assertions v1.4.1 |
| 1065 | 2026-05-28T00:42:30.248Z | Downloaded tokio-macros v2.7.0 |
| 1066 | 2026-05-28T00:42:30.251Z | Downloaded ryu v1.0.23 |
| 1067 | 2026-05-28T00:42:30.251Z | Downloaded num-bigint v0.4.6 |
| 1068 | 2026-05-28T00:42:30.257Z | Downloaded schemars v0.8.22 |
| 1069 | 2026-05-28T00:42:30.263Z | Downloaded support-bundle-viewer v0.1.2 |
| 1070 | 2026-05-28T00:42:30.266Z | Downloaded hashbrown v0.15.5 |
| 1071 | 2026-05-28T00:42:30.269Z | Downloaded thiserror-no-std v2.0.2 |
| 1072 | 2026-05-28T00:42:30.274Z | Downloaded thread_local v1.1.9 |
| 1073 | 2026-05-28T00:42:30.274Z | Downloaded termios v0.3.3 |
| 1074 | 2026-05-28T00:42:30.280Z | Downloaded stacker v0.1.23 |
| 1075 | 2026-05-28T00:42:30.283Z | Downloaded tower-layer v0.3.3 |
| 1076 | 2026-05-28T00:42:30.283Z | Downloaded topological-sort v0.2.2 |
| 1077 | 2026-05-28T00:42:30.283Z | Downloaded sqlformat v0.3.5 |
| 1078 | 2026-05-28T00:42:30.286Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1079 | 2026-05-28T00:42:30.286Z | Downloaded trait-variant v0.1.2 |
| 1080 | 2026-05-28T00:42:30.290Z | Downloaded spin v0.9.8 |
| 1081 | 2026-05-28T00:42:30.290Z | Downloaded qorb v0.4.1 |
| 1082 | 2026-05-28T00:42:30.293Z | Downloaded publicsuffix v2.3.0 |
| 1083 | 2026-05-28T00:42:30.297Z | Downloaded libxml v0.3.3 |
| 1084 | 2026-05-28T00:42:30.301Z | Downloaded tiny-keccak v2.0.2 |
| 1085 | 2026-05-28T00:42:30.301Z | Downloaded signal-hook v0.3.18 |
| 1086 | 2026-05-28T00:42:30.301Z | Downloaded unarray v0.1.4 |
| 1087 | 2026-05-28T00:42:30.304Z | Downloaded typify-macro v0.6.2 |
| 1088 | 2026-05-28T00:42:30.304Z | Downloaded iri-string v0.7.10 |
| 1089 | 2026-05-28T00:42:30.307Z | Downloaded typify-macro v0.4.3 |
| 1090 | 2026-05-28T00:42:30.307Z | Downloaded tokio-native-tls v0.3.1 |
| 1091 | 2026-05-28T00:42:30.310Z | Downloaded tls_codec v0.4.2 |
| 1092 | 2026-05-28T00:42:30.310Z | Downloaded rand v0.8.6 |
| 1093 | 2026-05-28T00:42:30.313Z | Downloaded quinn v0.11.9 |
| 1094 | 2026-05-28T00:42:30.316Z | Downloaded tls_codec_derive v0.4.2 |
| 1095 | 2026-05-28T00:42:30.316Z | Downloaded slog v2.8.2 |
| 1096 | 2026-05-28T00:42:30.319Z | Downloaded usdt v0.6.0 |
| 1097 | 2026-05-28T00:42:30.319Z | Downloaded unicode-truncate v1.1.0 |
| 1098 | 2026-05-28T00:42:30.319Z | Downloaded nom v7.1.3 |
| 1099 | 2026-05-28T00:42:30.323Z | Downloaded universal-hash v0.5.1 |
| 1100 | 2026-05-28T00:42:30.324Z | Downloaded tower-service v0.3.3 |
| 1101 | 2026-05-28T00:42:30.327Z | Downloaded tokio-tungstenite v0.21.0 |
| 1102 | 2026-05-28T00:42:30.330Z | Downloaded untrusted v0.7.1 |
| 1103 | 2026-05-28T00:42:30.330Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-05-28T00:42:30.330Z | Downloaded num-bigint-dig v0.8.6 |
| 1105 | 2026-05-28T00:42:30.333Z | Downloaded term v0.7.0 |
| 1106 | 2026-05-28T00:42:30.336Z | Downloaded unit-prefix v0.5.2 |
| 1107 | 2026-05-28T00:42:30.336Z | Downloaded socket2 v0.5.10 |
| 1108 | 2026-05-28T00:42:30.339Z | Downloaded utf-8 v0.7.6 |
| 1109 | 2026-05-28T00:42:30.339Z | Downloaded usdt-attr-macro v0.6.0 |
| 1110 | 2026-05-28T00:42:30.339Z | Downloaded untrusted v0.9.0 |
| 1111 | 2026-05-28T00:42:30.339Z | Downloaded futures-util v0.3.32 |
| 1112 | 2026-05-28T00:42:30.345Z | Downloaded wait-timeout v0.2.1 |
| 1113 | 2026-05-28T00:42:30.349Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1114 | 2026-05-28T00:42:30.349Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1115 | 2026-05-28T00:42:30.349Z | Downloaded time-macros v0.2.27 |
| 1116 | 2026-05-28T00:42:30.352Z | Downloaded socket2 v0.6.3 |
| 1117 | 2026-05-28T00:42:30.352Z | Downloaded rsa v0.9.10 |
| 1118 | 2026-05-28T00:42:30.356Z | Downloaded try-lock v0.2.5 |
| 1119 | 2026-05-28T00:42:30.359Z | Downloaded rand v0.9.2 |
| 1120 | 2026-05-28T00:42:30.359Z | Downloaded iddqd v0.4.1 |
| 1121 | 2026-05-28T00:42:30.362Z | Downloaded waitgroup v0.1.2 |
| 1122 | 2026-05-28T00:42:30.367Z | Downloaded void v1.0.2 |
| 1123 | 2026-05-28T00:42:30.367Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1124 | 2026-05-28T00:42:30.367Z | Downloaded h2 v0.4.13 |
| 1125 | 2026-05-28T00:42:30.380Z | Downloaded subprocess v0.2.15 |
| 1126 | 2026-05-28T00:42:30.383Z | Downloaded similar v2.7.0 |
| 1127 | 2026-05-28T00:42:30.386Z | Downloaded unicase v2.9.0 |
| 1128 | 2026-05-28T00:42:30.386Z | Downloaded tokio-tungstenite v0.23.1 |
| 1129 | 2026-05-28T00:42:30.389Z | Downloaded samael v0.0.19 |
| 1130 | 2026-05-28T00:42:30.393Z | Downloaded tokio-stream v0.1.18 |
| 1131 | 2026-05-28T00:42:30.396Z | Downloaded tokio-rustls v0.26.4 |
| 1132 | 2026-05-28T00:42:30.396Z | Downloaded tokio-rustls v0.25.0 |
| 1133 | 2026-05-28T00:42:30.399Z | Downloaded tokio-rustls v0.24.1 |
| 1134 | 2026-05-28T00:42:30.399Z | Downloaded libm v0.2.16 |
| 1135 | 2026-05-28T00:42:30.404Z | Downloaded zeroize_derive v1.4.3 |
| 1136 | 2026-05-28T00:42:30.408Z | Downloaded xshell-macros v0.2.7 |
| 1137 | 2026-05-28T00:42:30.408Z | Downloaded schemars v0.9.0 |
| 1138 | 2026-05-28T00:42:30.412Z | Downloaded tui-tree-widget v0.23.1 |
| 1139 | 2026-05-28T00:42:30.419Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1140 | 2026-05-28T00:42:30.419Z | Downloaded rustls-webpki v0.103.9 |
| 1141 | 2026-05-28T00:42:30.419Z | Downloaded vergen-gitcl v1.0.8 |
| 1142 | 2026-05-28T00:42:30.419Z | Downloaded zone v0.3.1 |
| 1143 | 2026-05-28T00:42:30.419Z | Downloaded want v0.3.1 |
| 1144 | 2026-05-28T00:42:30.419Z | Downloaded usdt-impl v0.6.0 |
| 1145 | 2026-05-28T00:42:30.424Z | Downloaded vergen-git2 v1.0.7 |
| 1146 | 2026-05-28T00:42:30.424Z | Downloaded uzers v0.12.2 |
| 1147 | 2026-05-28T00:42:30.424Z | Downloaded usdt-macro v0.6.0 |
| 1148 | 2026-05-28T00:42:30.424Z | Downloaded tracing-attributes v0.1.31 |
| 1149 | 2026-05-28T00:42:30.427Z | Downloaded test-strategy v0.4.5 |
| 1150 | 2026-05-28T00:42:30.427Z | Downloaded hyper v1.8.1 |
| 1151 | 2026-05-28T00:42:30.430Z | Downloaded blake3 v1.8.3 |
| 1152 | 2026-05-28T00:42:30.435Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-05-28T00:42:30.440Z | Downloaded whoami v1.6.1 |
| 1154 | 2026-05-28T00:42:30.440Z | Downloaded walkdir v2.5.0 |
| 1155 | 2026-05-28T00:42:30.443Z | Downloaded vergen-lib v0.1.6 |
| 1156 | 2026-05-28T00:42:30.443Z | Downloaded vsss-rs v3.3.4 |
| 1157 | 2026-05-28T00:42:30.443Z | Downloaded tinyvec v1.10.0 |
| 1158 | 2026-05-28T00:42:30.444Z | Downloaded russh v0.45.0 |
| 1159 | 2026-05-28T00:42:30.447Z | Downloaded term v1.2.1 |
| 1160 | 2026-05-28T00:42:30.450Z | Downloaded itertools v0.12.1 |
| 1161 | 2026-05-28T00:42:30.453Z | Downloaded twox-hash v2.1.2 |
| 1162 | 2026-05-28T00:42:30.457Z | Downloaded itertools v0.14.0 |
| 1163 | 2026-05-28T00:42:30.460Z | Downloaded whoami v2.1.0 |
| 1164 | 2026-05-28T00:42:30.460Z | Downloaded zeroize v1.8.2 |
| 1165 | 2026-05-28T00:42:30.460Z | Downloaded wyz v0.5.1 |
| 1166 | 2026-05-28T00:42:30.465Z | Downloaded toml v0.7.8 |
| 1167 | 2026-05-28T00:42:30.465Z | Downloaded nom v8.0.0 |
| 1168 | 2026-05-28T00:42:30.469Z | Downloaded tar v0.4.45 |
| 1169 | 2026-05-28T00:42:30.469Z | Downloaded zone_cfg_derive v0.3.1 |
| 1170 | 2026-05-28T00:42:30.469Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1171 | 2026-05-28T00:42:30.473Z | Downloaded schemars v1.2.1 |
| 1172 | 2026-05-28T00:42:30.479Z | Downloaded zstd v0.13.3 |
| 1173 | 2026-05-28T00:42:30.483Z | Downloaded snafu v0.8.9 |
| 1174 | 2026-05-28T00:42:30.497Z | Downloaded vergen v9.0.6 |
| 1175 | 2026-05-28T00:42:30.497Z | Downloaded tungstenite v0.21.0 |
| 1176 | 2026-05-28T00:42:30.497Z | Downloaded hkdf v0.12.4 |
| 1177 | 2026-05-28T00:42:30.497Z | Downloaded rand v0.10.0 |
| 1178 | 2026-05-28T00:42:30.497Z | Downloaded xshell v0.2.7 |
| 1179 | 2026-05-28T00:42:30.497Z | Downloaded unicode-properties v0.1.4 |
| 1180 | 2026-05-28T00:42:30.497Z | Downloaded tungstenite v0.23.0 |
| 1181 | 2026-05-28T00:42:30.497Z | Downloaded itertools v0.13.0 |
| 1182 | 2026-05-28T00:42:30.501Z | Downloaded typify v0.4.3 |
| 1183 | 2026-05-28T00:42:30.504Z | Downloaded rustyline v14.0.0 |
| 1184 | 2026-05-28T00:42:30.512Z | Downloaded zerocopy v0.6.6 |
| 1185 | 2026-05-28T00:42:30.516Z | Downloaded unsafe-libyaml v0.2.11 |
| 1186 | 2026-05-28T00:42:30.516Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1187 | 2026-05-28T00:42:30.520Z | Downloaded yasna v0.5.2 |
| 1188 | 2026-05-28T00:42:30.523Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1189 | 2026-05-28T00:42:30.530Z | Downloaded vte v0.14.1 |
| 1190 | 2026-05-28T00:42:30.533Z | Downloaded zstd-safe v7.2.4 |
| 1191 | 2026-05-28T00:42:30.536Z | Downloaded steno v0.4.1 |
| 1192 | 2026-05-28T00:42:30.541Z | Downloaded tracing-core v0.1.36 |
| 1193 | 2026-05-28T00:42:30.546Z | Downloaded p521 v0.13.3 |
| 1194 | 2026-05-28T00:42:30.549Z | Downloaded typify v0.6.2 |
| 1195 | 2026-05-28T00:42:30.549Z | Downloaded bindgen v0.71.1 |
| 1196 | 2026-05-28T00:42:30.554Z | Downloaded rpassword v7.4.0 |
| 1197 | 2026-05-28T00:42:30.558Z | Downloaded reedline v0.40.0 |
| 1198 | 2026-05-28T00:42:30.564Z | Downloaded unicode-bidi v0.3.18 |
| 1199 | 2026-05-28T00:42:30.567Z | Downloaded bitvec v1.0.1 |
| 1200 | 2026-05-28T00:42:30.573Z | Downloaded uuid v1.23.0 |
| 1201 | 2026-05-28T00:42:30.576Z | Downloaded toml_edit v0.19.15 |
| 1202 | 2026-05-28T00:42:30.585Z | Downloaded ssh-key v0.6.7 |
| 1203 | 2026-05-28T00:42:30.589Z | Downloaded aws-lc-rs v1.16.3 |
| 1204 | 2026-05-28T00:42:30.597Z | Downloaded unicode_categories v0.1.1 |
| 1205 | 2026-05-28T00:42:30.600Z | Downloaded tokio-postgres v0.7.16 |
| 1206 | 2026-05-28T00:42:30.600Z | Downloaded p384 v0.13.1 |
| 1207 | 2026-05-28T00:42:30.603Z | Downloaded reqwest v0.13.2 |
| 1208 | 2026-05-28T00:42:30.606Z | Downloaded chrono v0.4.44 |
| 1209 | 2026-05-28T00:42:30.610Z | Downloaded zopfli v0.8.3 |
| 1210 | 2026-05-28T00:42:30.613Z | Downloaded portable-atomic v1.13.1 |
| 1211 | 2026-05-28T00:42:30.619Z | Downloaded git2 v0.20.4 |
| 1212 | 2026-05-28T00:42:30.622Z | Downloaded regex v1.12.3 |
| 1213 | 2026-05-28T00:42:30.638Z | Downloaded zip v0.6.6 |
| 1214 | 2026-05-28T00:42:30.641Z | Downloaded tower v0.5.3 |
| 1215 | 2026-05-28T00:42:30.646Z | Downloaded reqwest v0.12.28 |
| 1216 | 2026-05-28T00:42:30.650Z | Downloaded quick-xml v0.37.5 |
| 1217 | 2026-05-28T00:42:30.653Z | Downloaded yansi v1.0.1 |
| 1218 | 2026-05-28T00:42:30.656Z | Downloaded typed-path v0.9.3 |
| 1219 | 2026-05-28T00:42:30.659Z | Downloaded lalrpop v0.19.12 |
| 1220 | 2026-05-28T00:42:30.664Z | Downloaded x509-cert v0.2.5 |
| 1221 | 2026-05-28T00:42:30.668Z | Downloaded zerocopy-derive v0.8.40 |
| 1222 | 2026-05-28T00:42:30.673Z | Downloaded goblin v0.10.5 |
| 1223 | 2026-05-28T00:42:30.677Z | Downloaded moka v0.12.13 |
| 1224 | 2026-05-28T00:42:30.682Z | Downloaded rustls-webpki v0.101.7 |
| 1225 | 2026-05-28T00:42:30.691Z | Downloaded unicode-segmentation v1.12.0 |
| 1226 | 2026-05-28T00:42:30.694Z | Downloaded tower-http v0.6.8 |
| 1227 | 2026-05-28T00:42:30.697Z | Downloaded salty v0.3.0 |
| 1228 | 2026-05-28T00:42:30.701Z | Downloaded petname v2.0.2 |
| 1229 | 2026-05-28T00:42:30.704Z | Downloaded tough v0.22.0 |
| 1230 | 2026-05-28T00:42:30.709Z | Downloaded rayon v1.11.0 |
| 1231 | 2026-05-28T00:42:30.716Z | Downloaded tokio-util v0.7.18 |
| 1232 | 2026-05-28T00:42:30.725Z | Downloaded unicode-normalization v0.1.25 |
| 1233 | 2026-05-28T00:42:30.733Z | Downloaded nix v0.27.1 |
| 1234 | 2026-05-28T00:42:30.754Z | Downloaded serde_with v3.17.0 |
| 1235 | 2026-05-28T00:42:30.760Z | Downloaded zip v4.6.1 |
| 1236 | 2026-05-28T00:42:30.764Z | Downloaded quinn-proto v0.11.13 |
| 1237 | 2026-05-28T00:42:30.769Z | Downloaded proptest v1.10.0 |
| 1238 | 2026-05-28T00:42:30.775Z | Downloaded polar-core v0.27.3 |
| 1239 | 2026-05-28T00:42:30.781Z | Downloaded rustls-webpki v0.102.8 |
| 1240 | 2026-05-28T00:42:30.792Z | Downloaded winnow v0.6.26 |
| 1241 | 2026-05-28T00:42:30.796Z | Downloaded curve25519-dalek v4.1.3 |
| 1242 | 2026-05-28T00:42:30.801Z | Downloaded bstr v1.12.1 |
| 1243 | 2026-05-28T00:42:30.806Z | Downloaded time v0.3.47 |
| 1244 | 2026-05-28T00:42:30.815Z | Downloaded winnow v0.5.40 |
| 1245 | 2026-05-28T00:42:30.818Z | Downloaded nix v0.28.0 |
| 1246 | 2026-05-28T00:42:30.824Z | Downloaded smoltcp v0.9.1 |
| 1247 | 2026-05-28T00:42:30.830Z | Downloaded vcpkg v0.2.15 |
| 1248 | 2026-05-28T00:42:30.853Z | Downloaded radix_trie v0.2.1 |
| 1249 | 2026-05-28T00:42:30.856Z | Downloaded openssl v0.10.79 |
| 1250 | 2026-05-28T00:42:30.862Z | Downloaded object v0.30.4 |
| 1251 | 2026-05-28T00:42:30.887Z | Downloaded tabled v0.20.0 |
| 1252 | 2026-05-28T00:42:30.899Z | Downloaded rustls v0.23.37 |
| 1253 | 2026-05-28T00:42:30.906Z | Downloaded nix v0.29.0 |
| 1254 | 2026-05-28T00:42:30.913Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-05-28T00:42:30.920Z | Downloaded rustix v0.38.44 |
| 1256 | 2026-05-28T00:42:30.933Z | Downloaded rustls v0.21.12 |
| 1257 | 2026-05-28T00:42:30.939Z | Downloaded regex-syntax v0.6.29 |
| 1258 | 2026-05-28T00:42:30.943Z | Downloaded nix v0.31.2 |
| 1259 | 2026-05-28T00:42:30.949Z | Downloaded object v0.37.3 |
| 1260 | 2026-05-28T00:42:30.956Z | Downloaded webpki-roots v1.0.6 |
| 1261 | 2026-05-28T00:42:30.961Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-05-28T00:42:30.967Z | Downloaded zlib-rs v0.6.2 |
| 1263 | 2026-05-28T00:42:30.970Z | Downloaded dropshot v0.17.0 |
| 1264 | 2026-05-28T00:42:30.983Z | Downloaded diesel v2.3.7 |
| 1265 | 2026-05-28T00:42:30.995Z | Downloaded typify-impl v0.6.2 |
| 1266 | 2026-05-28T00:42:31.004Z | Downloaded typify-impl v0.4.3 |
| 1267 | 2026-05-28T00:42:31.013Z | Downloaded zerocopy v0.8.40 |
| 1268 | 2026-05-28T00:42:31.017Z | Downloaded regress v0.10.5 |
| 1269 | 2026-05-28T00:42:31.022Z | Downloaded rustls v0.22.4 |
| 1270 | 2026-05-28T00:42:31.032Z | Downloaded regress v0.11.1 |
| 1271 | 2026-05-28T00:42:31.035Z | Downloaded regex-syntax v0.8.10 |
| 1272 | 2026-05-28T00:42:31.040Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1273 | 2026-05-28T00:42:31.047Z | Downloaded hickory-proto v0.25.2 |
| 1274 | 2026-05-28T00:42:31.057Z | Downloaded chrono-tz v0.10.4 |
| 1275 | 2026-05-28T00:42:31.067Z | Downloaded openapiv3 v2.2.0 |
| 1276 | 2026-05-28T00:42:31.091Z | Downloaded petgraph v0.8.3 |
| 1277 | 2026-05-28T00:42:31.113Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-05-28T00:42:31.125Z | Downloaded sqlparser v0.61.0 |
| 1279 | 2026-05-28T00:42:31.131Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1280 | 2026-05-28T00:42:31.142Z | Downloaded sled v0.34.7 |
| 1281 | 2026-05-28T00:42:31.148Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-05-28T00:42:31.160Z | Downloaded tracing v0.1.44 |
| 1283 | 2026-05-28T00:42:31.172Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-05-28T00:42:31.195Z | Downloaded zerocopy-derive v0.6.6 |
| 1285 | 2026-05-28T00:42:31.203Z | Downloaded regex-automata v0.4.14 |
| 1286 | 2026-05-28T00:42:31.223Z | Downloaded petgraph v0.6.5 |
| 1287 | 2026-05-28T00:42:31.235Z | Downloaded jiff v0.2.21 |
| 1288 | 2026-05-28T00:42:31.255Z | Downloaded csv v1.4.0 |
| 1289 | 2026-05-28T00:42:31.275Z | Downloaded sha3 v0.10.8 |
| 1290 | 2026-05-28T00:42:31.283Z | Downloaded ring v0.17.14 |
| 1291 | 2026-05-28T00:42:31.334Z | Downloaded encoding_rs v0.8.35 |
| 1292 | 2026-05-28T00:42:31.363Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1293 | 2026-05-28T00:42:31.809Z | Downloaded aws-lc-sys v0.40.0 |
| 1294 | 2026-05-28T00:42:32.053Z | Compiling libc v0.2.185 |
| 1295 | 2026-05-28T00:42:32.053Z | Compiling serde v1.0.228 |
| 1296 | 2026-05-28T00:42:32.056Z | Compiling log v0.4.29 |
| 1297 | 2026-05-28T00:42:32.056Z | Compiling shlex v1.3.0 |
| 1298 | 2026-05-28T00:42:32.056Z | Compiling find-msvc-tools v0.1.9 |
| 1299 | 2026-05-28T00:42:32.056Z | Compiling smallvec v1.15.1 |
| 1300 | 2026-05-28T00:42:32.056Z | Compiling typenum v1.19.0 |
| 1301 | 2026-05-28T00:42:32.056Z | Compiling subtle v2.6.1 |
| 1302 | 2026-05-28T00:42:32.211Z | Compiling generic-array v0.14.7 |
| 1303 | 2026-05-28T00:42:32.222Z | Compiling scopeguard v1.2.0 |
| 1304 | 2026-05-28T00:42:32.316Z | Compiling const-oid v0.9.6 |
| 1305 | 2026-05-28T00:42:32.320Z | Compiling serde_json v1.0.149 |
| 1306 | 2026-05-28T00:42:32.324Z | Compiling syn v2.0.117 |
| 1307 | 2026-05-28T00:42:32.341Z | Compiling zerocopy v0.8.40 |
| 1308 | 2026-05-28T00:42:32.344Z | Compiling pin-project-lite v0.2.17 |
| 1309 | 2026-05-28T00:42:32.344Z | Compiling portable-atomic v1.13.1 |
| 1310 | 2026-05-28T00:42:32.437Z | Compiling lock_api v0.4.14 |
| 1311 | 2026-05-28T00:42:32.452Z | Compiling parking_lot_core v0.9.12 |
| 1312 | 2026-05-28T00:42:32.501Z | Compiling pkg-config v0.3.32 |
| 1313 | 2026-05-28T00:42:32.515Z | Compiling bitflags v2.11.0 |
| 1314 | 2026-05-28T00:42:32.530Z | Compiling libm v0.2.16 |
| 1315 | 2026-05-28T00:42:32.543Z | Compiling futures-core v0.3.32 |
| 1316 | 2026-05-28T00:42:32.546Z | Compiling critical-section v1.2.0 |
| 1317 | 2026-05-28T00:42:32.631Z | Compiling num-traits v0.2.19 |
| 1318 | 2026-05-28T00:42:32.659Z | Compiling percent-encoding v2.3.2 |
| 1319 | 2026-05-28T00:42:32.705Z | Compiling futures-sink v0.3.32 |
| 1320 | 2026-05-28T00:42:32.709Z | Compiling futures-task v0.3.32 |
| 1321 | 2026-05-28T00:42:32.734Z | Compiling cpufeatures v0.2.17 |
| 1322 | 2026-05-28T00:42:32.775Z | Compiling futures-io v0.3.32 |
| 1323 | 2026-05-28T00:42:32.790Z | Compiling slab v0.4.12 |
| 1324 | 2026-05-28T00:42:32.825Z | Compiling futures-channel v0.3.32 |
| 1325 | 2026-05-28T00:42:32.862Z | Compiling getrandom v0.4.1 |
| 1326 | 2026-05-28T00:42:32.880Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-05-28T00:42:32.906Z | Compiling indexmap v2.14.0 |
| 1328 | 2026-05-28T00:42:32.918Z | Compiling rustversion v1.0.22 |
| 1329 | 2026-05-28T00:42:32.961Z | Compiling getrandom v0.3.4 |
| 1330 | 2026-05-28T00:42:32.992Z | Compiling form_urlencoded v1.2.2 |
| 1331 | 2026-05-28T00:42:33.034Z | Compiling dunce v1.0.5 |
| 1332 | 2026-05-28T00:42:33.053Z | Compiling fs_extra v1.3.0 |
| 1333 | 2026-05-28T00:42:33.071Z | Compiling ident_case v1.0.1 |
| 1334 | 2026-05-28T00:42:33.099Z | Compiling base64ct v1.8.3 |
| 1335 | 2026-05-28T00:42:33.128Z | Compiling flagset v0.4.7 |
| 1336 | 2026-05-28T00:42:33.145Z | Compiling regex-syntax v0.8.10 |
| 1337 | 2026-05-28T00:42:33.192Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-05-28T00:42:33.210Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-05-28T00:42:33.227Z | Compiling errno v0.3.14 |
| 1340 | 2026-05-28T00:42:33.272Z | Compiling mio v1.2.0 |
| 1341 | 2026-05-28T00:42:33.309Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-28T00:42:33.343Z | Compiling rand_core v0.6.4 |
| 1343 | 2026-05-28T00:42:33.357Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-28T00:42:33.423Z | Compiling cc v1.2.56 |
| 1345 | 2026-05-28T00:42:33.444Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-28T00:42:33.515Z | Compiling parking_lot v0.12.5 |
| 1347 | 2026-05-28T00:42:33.602Z | Compiling pem-rfc7468 v0.7.0 |
| 1348 | 2026-05-28T00:42:33.617Z | Compiling iana-time-zone v0.1.65 |
| 1349 | 2026-05-28T00:42:33.660Z | Compiling rustix v1.1.3 |
| 1350 | 2026-05-28T00:42:33.664Z | Compiling vcpkg v0.2.15 |
| 1351 | 2026-05-28T00:42:33.686Z | Compiling aws-lc-rs v1.16.3 |
| 1352 | 2026-05-28T00:42:33.698Z | Compiling tracing-core v0.1.36 |
| 1353 | 2026-05-28T00:42:33.759Z | Compiling uuid v1.23.0 |
| 1354 | 2026-05-28T00:42:33.836Z | Compiling rustc_version v0.4.1 |
| 1355 | 2026-05-28T00:42:33.849Z | Compiling base64 v0.22.1 |
| 1356 | 2026-05-28T00:42:33.920Z | Compiling rand_core v0.9.5 |
| 1357 | 2026-05-28T00:42:33.935Z | Compiling httparse v1.10.1 |
| 1358 | 2026-05-28T00:42:34.002Z | Compiling openssl-probe v0.2.1 |
| 1359 | 2026-05-28T00:42:34.020Z | Compiling untrusted v0.7.1 |
| 1360 | 2026-05-28T00:42:34.100Z | Compiling tinyvec_macros v0.1.1 |
| 1361 | 2026-05-28T00:42:34.166Z | Compiling untrusted v0.9.0 |
| 1362 | 2026-05-28T00:42:34.181Z | Compiling cmake v0.1.57 |
| 1363 | 2026-05-28T00:42:34.194Z | Compiling tinyvec v1.10.0 |
| 1364 | 2026-05-28T00:42:34.209Z | Compiling aho-corasick v1.1.4 |
| 1365 | 2026-05-28T00:42:34.213Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-05-28T00:42:34.240Z | Compiling schemars v0.8.22 |
| 1367 | 2026-05-28T00:42:34.278Z | Compiling try-lock v0.2.5 |
| 1368 | 2026-05-28T00:42:34.292Z | Compiling tower-layer v0.3.3 |
| 1369 | 2026-05-28T00:42:34.322Z | Compiling rustls v0.23.37 |
| 1370 | 2026-05-28T00:42:34.367Z | Compiling dyn-clone v1.0.20 |
| 1371 | 2026-05-28T00:42:34.390Z | Compiling tower-service v0.3.3 |
| 1372 | 2026-05-28T00:42:34.404Z | Compiling want v0.3.1 |
| 1373 | 2026-05-28T00:42:34.462Z | Compiling httpdate v1.0.3 |
| 1374 | 2026-05-28T00:42:34.474Z | Compiling pin-utils v0.1.0 |
| 1375 | 2026-05-28T00:42:34.502Z | Compiling foreign-types-shared v0.1.1 |
| 1376 | 2026-05-28T00:42:34.507Z | Compiling openssl v0.10.79 |
| 1377 | 2026-05-28T00:42:34.533Z | Compiling unicode-normalization v0.1.25 |
| 1378 | 2026-05-28T00:42:34.537Z | Compiling spin v0.9.8 |
| 1379 | 2026-05-28T00:42:34.537Z | Compiling crc32fast v1.5.0 |
| 1380 | 2026-05-28T00:42:34.576Z | Compiling num-conv v0.2.0 |
| 1381 | 2026-05-28T00:42:34.576Z | Compiling native-tls v0.2.18 |
| 1382 | 2026-05-28T00:42:34.606Z | Compiling foreign-types v0.3.2 |
| 1383 | 2026-05-28T00:42:34.620Z | Compiling time-core v0.1.8 |
| 1384 | 2026-05-28T00:42:34.623Z | Compiling powerfmt v0.2.0 |
| 1385 | 2026-05-28T00:42:34.689Z | Compiling wait-timeout v0.2.1 |
| 1386 | 2026-05-28T00:42:34.706Z | Compiling sync_wrapper v1.0.2 |
| 1387 | 2026-05-28T00:42:34.724Z | Compiling syn v1.0.109 |
| 1388 | 2026-05-28T00:42:34.739Z | Compiling usdt-impl v0.6.0 |
| 1389 | 2026-05-28T00:42:34.774Z | Compiling deranged v0.5.8 |
| 1390 | 2026-05-28T00:42:34.789Z | Compiling unicode-segmentation v1.12.0 |
| 1391 | 2026-05-28T00:42:34.806Z | Compiling time-macros v0.2.27 |
| 1392 | 2026-05-28T00:42:34.823Z | Compiling siphasher v1.0.2 |
| 1393 | 2026-05-28T00:42:34.838Z | Compiling simd-adler32 v0.3.8 |
| 1394 | 2026-05-28T00:42:34.853Z | Compiling bit-vec v0.8.0 |
| 1395 | 2026-05-28T00:42:34.925Z | Compiling quick-error v1.2.3 |
| 1396 | 2026-05-28T00:42:34.976Z | Compiling crossbeam-utils v0.8.21 |
| 1397 | 2026-05-28T00:42:34.992Z | Compiling num_threads v0.1.7 |
| 1398 | 2026-05-28T00:42:35.050Z | Compiling regex-automata v0.4.14 |
| 1399 | 2026-05-28T00:42:35.061Z | Compiling bit-set v0.8.0 |
| 1400 | 2026-05-28T00:42:35.080Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-05-28T00:42:35.094Z | Compiling ring v0.17.14 |
| 1402 | 2026-05-28T00:42:35.117Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-05-28T00:42:35.121Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-05-28T00:42:35.199Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1405 | 2026-05-28T00:42:35.214Z | Compiling slog v2.8.2 |
| 1406 | 2026-05-28T00:42:35.240Z | Compiling tempfile v3.25.0 |
| 1407 | 2026-05-28T00:42:35.302Z | Compiling synstructure v0.13.2 |
| 1408 | 2026-05-28T00:42:35.320Z | Compiling pest_generator v2.8.6 |
| 1409 | 2026-05-28T00:42:35.442Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-05-28T00:42:35.537Z | Compiling darling_core v0.20.11 |
| 1411 | 2026-05-28T00:42:35.558Z | Compiling rusty-fork v0.3.1 |
| 1412 | 2026-05-28T00:42:35.626Z | Compiling darling_core v0.21.3 |
| 1413 | 2026-05-28T00:42:35.664Z | Compiling heapless v0.7.17 |
| 1414 | 2026-05-28T00:42:35.813Z | Compiling rand_xorshift v0.4.0 |
| 1415 | 2026-05-28T00:42:35.931Z | Compiling thread-id v5.1.0 |
| 1416 | 2026-05-28T00:42:35.948Z | Compiling cookie v0.18.1 |
| 1417 | 2026-05-28T00:42:35.951Z | Compiling time v0.3.47 |
| 1418 | 2026-05-28T00:42:35.962Z | Compiling ryu v1.0.23 |
| 1419 | 2026-05-28T00:42:35.997Z | Compiling anyhow v1.0.102 |
| 1420 | 2026-05-28T00:42:36.011Z | Compiling iri-string v0.7.10 |
| 1421 | 2026-05-28T00:42:36.029Z | Compiling signal-hook v0.3.18 |
| 1422 | 2026-05-28T00:42:36.058Z | Compiling unicode-properties v0.1.4 |
| 1423 | 2026-05-28T00:42:36.155Z | Compiling unicode-bidi v0.3.18 |
| 1424 | 2026-05-28T00:42:36.171Z | Compiling allocator-api2 v0.2.21 |
| 1425 | 2026-05-28T00:42:36.217Z | Compiling adler2 v2.0.1 |
| 1426 | 2026-05-28T00:42:36.271Z | Compiling unarray v0.1.4 |
| 1427 | 2026-05-28T00:42:36.285Z | Compiling paste v1.0.15 |
| 1428 | 2026-05-28T00:42:36.327Z | Compiling zstd-safe v7.2.4 |
| 1429 | 2026-05-28T00:42:36.369Z | Compiling miniz_oxide v0.8.9 |
| 1430 | 2026-05-28T00:42:36.508Z | Compiling stringprep v0.1.5 |
| 1431 | 2026-05-28T00:42:36.671Z | Compiling heck v0.4.1 |
| 1432 | 2026-05-28T00:42:36.755Z | Compiling num-integer v0.1.46 |
| 1433 | 2026-05-28T00:42:36.912Z | Compiling vergen-lib v0.1.6 |
| 1434 | 2026-05-28T00:42:37.018Z | Compiling curve25519-dalek v4.1.3 |
| 1435 | 2026-05-28T00:42:37.033Z | Compiling ff v0.13.1 |
| 1436 | 2026-05-28T00:42:37.049Z | Compiling serde_derive v1.0.228 |
| 1437 | 2026-05-28T00:42:37.071Z | Compiling zeroize_derive v1.4.3 |
| 1438 | 2026-05-28T00:42:37.101Z | Compiling zerofrom-derive v0.1.6 |
| 1439 | 2026-05-28T00:42:37.117Z | Compiling yoke-derive v0.8.1 |
| 1440 | 2026-05-28T00:42:37.187Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-05-28T00:42:37.349Z | Compiling zerocopy-derive v0.8.40 |
| 1442 | 2026-05-28T00:42:37.377Z | Compiling displaydoc v0.2.5 |
| 1443 | 2026-05-28T00:42:37.611Z | Compiling tokio-macros v2.7.0 |
| 1444 | 2026-05-28T00:42:37.640Z | Compiling futures-macro v0.3.32 |
| 1445 | 2026-05-28T00:42:37.752Z | Compiling zeroize v1.8.2 |
| 1446 | 2026-05-28T00:42:37.974Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-05-28T00:42:38.145Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-05-28T00:42:38.249Z | Compiling thiserror-impl v2.0.18 |
| 1449 | 2026-05-28T00:42:38.332Z | Compiling tracing-attributes v0.1.31 |
| 1450 | 2026-05-28T00:42:38.366Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-05-28T00:42:38.379Z | Compiling scroll_derive v0.13.1 |
| 1452 | 2026-05-28T00:42:38.478Z | Compiling crypto-common v0.1.7 |
| 1453 | 2026-05-28T00:42:38.502Z | Compiling block-buffer v0.10.4 |
| 1454 | 2026-05-28T00:42:38.549Z | Compiling zerofrom v0.1.6 |
| 1455 | 2026-05-28T00:42:38.629Z | Compiling futures-util v0.3.32 |
| 1456 | 2026-05-28T00:42:38.644Z | Compiling digest v0.10.7 |
| 1457 | 2026-05-28T00:42:38.686Z | Compiling yoke v0.8.1 |
| 1458 | 2026-05-28T00:42:38.702Z | Compiling block-padding v0.3.3 |
| 1459 | 2026-05-28T00:42:38.886Z | Compiling zerovec v0.11.5 |
| 1460 | 2026-05-28T00:42:38.901Z | Compiling zerotrie v0.2.3 |
| 1461 | 2026-05-28T00:42:38.914Z | Compiling hmac v0.12.1 |
| 1462 | 2026-05-28T00:42:38.968Z | Compiling inout v0.1.4 |
| 1463 | 2026-05-28T00:42:39.088Z | Compiling sha2 v0.10.9 |
| 1464 | 2026-05-28T00:42:39.153Z | Compiling cipher v0.4.4 |
| 1465 | 2026-05-28T00:42:39.227Z | Compiling der v0.7.10 |
| 1466 | 2026-05-28T00:42:39.244Z | Compiling pbkdf2 v0.12.2 |
| 1467 | 2026-05-28T00:42:39.315Z | Compiling pest_derive v2.8.6 |
| 1468 | 2026-05-28T00:42:39.374Z | Compiling tinystr v0.8.2 |
| 1469 | 2026-05-28T00:42:39.408Z | Compiling potential_utf v0.1.4 |
| 1470 | 2026-05-28T00:42:39.434Z | Compiling salsa20 v0.10.2 |
| 1471 | 2026-05-28T00:42:39.604Z | Compiling icu_locale_core v2.1.1 |
| 1472 | 2026-05-28T00:42:39.618Z | Compiling icu_collections v2.1.1 |
| 1473 | 2026-05-28T00:42:39.618Z | Compiling scrypt v0.11.0 |
| 1474 | 2026-05-28T00:42:39.678Z | Compiling thiserror v2.0.18 |
| 1475 | 2026-05-28T00:42:39.694Z | Compiling cbc v0.1.2 |
| 1476 | 2026-05-28T00:42:39.715Z | Compiling tracing v0.1.44 |
| 1477 | 2026-05-28T00:42:39.731Z | Compiling aes v0.8.4 |
| 1478 | 2026-05-28T00:42:39.806Z | Compiling scroll v0.13.0 |
| 1479 | 2026-05-28T00:42:39.859Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-28T00:42:39.905Z | Compiling openssl-macros v0.1.1 |
| 1481 | 2026-05-28T00:42:40.004Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-05-28T00:42:40.089Z | Compiling spki v0.7.3 |
| 1483 | 2026-05-28T00:42:40.122Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-28T00:42:40.326Z | Compiling icu_provider v2.1.1 |
| 1485 | 2026-05-28T00:42:40.329Z | Compiling pkcs5 v0.7.1 |
| 1486 | 2026-05-28T00:42:40.372Z | Compiling darling v0.20.11 |
| 1487 | 2026-05-28T00:42:40.466Z | Compiling derive_builder_core v0.20.2 |
| 1488 | 2026-05-28T00:42:40.481Z | Compiling dtrace-parser v0.3.0 |
| 1489 | 2026-05-28T00:42:40.496Z | Compiling bytes v1.11.1 |
| 1490 | 2026-05-28T00:42:40.518Z | Compiling chrono v0.4.44 |
| 1491 | 2026-05-28T00:42:40.577Z | Compiling icu_normalizer v2.1.1 |
| 1492 | 2026-05-28T00:42:40.592Z | Compiling icu_properties v2.1.2 |
| 1493 | 2026-05-28T00:42:40.644Z | Compiling pkcs8 v0.10.2 |
| 1494 | 2026-05-28T00:42:40.807Z | Compiling ipnet v2.11.0 |
| 1495 | 2026-05-28T00:42:40.849Z | Compiling signature v2.2.0 |
| 1496 | 2026-05-28T00:42:40.961Z | Compiling webpki-roots v1.0.6 |
| 1497 | 2026-05-28T00:42:40.977Z | Compiling tokio v1.52.1 |
| 1498 | 2026-05-28T00:42:41.053Z | Compiling http v1.4.0 |
| 1499 | 2026-05-28T00:42:41.098Z | Compiling thiserror-impl v1.0.69 |
| 1500 | 2026-05-28T00:42:41.119Z | Compiling scroll_derive v0.12.1 |
| 1501 | 2026-05-28T00:42:41.139Z | Compiling erased-serde v0.3.31 |
| 1502 | 2026-05-28T00:42:41.252Z | Compiling serde_tokenstream v0.2.3 |
| 1503 | 2026-05-28T00:42:41.343Z | Compiling serde_urlencoded v0.7.1 |
| 1504 | 2026-05-28T00:42:41.368Z | Compiling derive_builder_macro v0.20.2 |
| 1505 | 2026-05-28T00:42:41.577Z | Compiling idna_adapter v1.2.1 |
| 1506 | 2026-05-28T00:42:41.612Z | Compiling serde_spanned v0.6.9 |
| 1507 | 2026-05-28T00:42:41.652Z | Compiling toml_datetime v0.6.11 |
| 1508 | 2026-05-28T00:42:41.692Z | Compiling idna v1.1.0 |
| 1509 | 2026-05-28T00:42:41.738Z | Compiling ppv-lite86 v0.2.21 |
| 1510 | 2026-05-28T00:42:41.753Z | Compiling http-body v1.0.1 |
| 1511 | 2026-05-28T00:42:41.798Z | Compiling md-5 v0.10.6 |
| 1512 | 2026-05-28T00:42:41.854Z | Compiling scroll v0.12.0 |
| 1513 | 2026-05-28T00:42:41.928Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-05-28T00:42:41.943Z | Compiling darling_macro v0.21.3 |
| 1515 | 2026-05-28T00:42:41.946Z | Compiling bstr v1.12.1 |
| 1516 | 2026-05-28T00:42:41.972Z | Compiling zerocopy-derive v0.7.35 |
| 1517 | 2026-05-28T00:42:41.989Z | Compiling async-trait v0.1.89 |
| 1518 | 2026-05-28T00:42:41.990Z | Compiling pin-project-internal v1.1.11 |
| 1519 | 2026-05-28T00:42:42.033Z | Compiling url v2.5.8 |
| 1520 | 2026-05-28T00:42:42.079Z | Compiling rand_chacha v0.9.0 |
| 1521 | 2026-05-28T00:42:42.138Z | Compiling rand_chacha v0.3.1 |
| 1522 | 2026-05-28T00:42:42.188Z | Compiling hash32 v0.2.1 |
| 1523 | 2026-05-28T00:42:42.390Z | Compiling rand v0.9.2 |
| 1524 | 2026-05-28T00:42:42.405Z | Compiling memoffset v0.9.1 |
| 1525 | 2026-05-28T00:42:42.454Z | Compiling encoding_rs v0.8.35 |
| 1526 | 2026-05-28T00:42:42.480Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-05-28T00:42:42.636Z | Compiling ref-cast v1.0.25 |
| 1528 | 2026-05-28T00:42:42.799Z | Compiling litrs v1.0.0 |
| 1529 | 2026-05-28T00:42:42.870Z | Compiling base16ct v0.2.0 |
| 1530 | 2026-05-28T00:42:42.891Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-05-28T00:42:42.951Z | Compiling dof v0.4.0 |
| 1532 | 2026-05-28T00:42:42.966Z | Compiling proptest v1.10.0 |
| 1533 | 2026-05-28T00:42:42.979Z | Compiling fallible-iterator v0.2.0 |
| 1534 | 2026-05-28T00:42:43.068Z | Compiling smoltcp v0.9.1 |
| 1535 | 2026-05-28T00:42:43.072Z | Compiling psl-types v2.0.11 |
| 1536 | 2026-05-28T00:42:43.099Z | Compiling zlib-rs v0.6.2 |
| 1537 | 2026-05-28T00:42:43.162Z | Compiling mime v0.3.17 |
| 1538 | 2026-05-28T00:42:43.227Z | Compiling cfg_aliases v0.2.1 |
| 1539 | 2026-05-28T00:42:43.241Z | Compiling rustix v0.38.44 |
| 1540 | 2026-05-28T00:42:43.306Z | Compiling postgres-protocol v0.6.10 |
| 1541 | 2026-05-28T00:42:43.320Z | Compiling nix v0.31.2 |
| 1542 | 2026-05-28T00:42:43.370Z | Compiling document-features v0.2.12 |
| 1543 | 2026-05-28T00:42:43.409Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-05-28T00:42:43.459Z | Compiling publicsuffix v2.3.0 |
| 1545 | 2026-05-28T00:42:43.490Z | Compiling pin-project v1.1.11 |
| 1546 | 2026-05-28T00:42:43.636Z | Compiling sec1 v0.7.3 |
| 1547 | 2026-05-28T00:42:43.650Z | Compiling oxnet v0.1.5 |
| 1548 | 2026-05-28T00:42:43.727Z | Compiling zerocopy v0.7.35 |
| 1549 | 2026-05-28T00:42:43.827Z | Compiling darling v0.21.3 |
| 1550 | 2026-05-28T00:42:43.881Z | Compiling rand v0.8.6 |
| 1551 | 2026-05-28T00:42:43.926Z | Compiling goblin v0.8.2 |
| 1552 | 2026-05-28T00:42:43.942Z | Compiling derive_builder v0.20.2 |
| 1553 | 2026-05-28T00:42:43.989Z | Compiling futures-executor v0.3.32 |
| 1554 | 2026-05-28T00:42:44.015Z | Compiling hubpack_derive v0.1.1 |
| 1555 | 2026-05-28T00:42:44.072Z | Compiling cargo-platform v0.1.9 |
| 1556 | 2026-05-28T00:42:44.087Z | Compiling hex v0.4.3 |
| 1557 | 2026-05-28T00:42:44.175Z | Compiling hkdf v0.12.4 |
| 1558 | 2026-05-28T00:42:44.260Z | Compiling crypto-bigint v0.5.5 |
| 1559 | 2026-05-28T00:42:44.311Z | Compiling regex v1.12.3 |
| 1560 | 2026-05-28T00:42:44.374Z | Compiling group v0.13.0 |
| 1561 | 2026-05-28T00:42:44.377Z | Compiling snafu-derive v0.8.9 |
| 1562 | 2026-05-28T00:42:44.404Z | Compiling ref-cast-impl v1.0.25 |
| 1563 | 2026-05-28T00:42:44.439Z | Compiling daft-derive v0.1.7 |
| 1564 | 2026-05-28T00:42:44.458Z | Compiling strum_macros v0.27.2 |
| 1565 | 2026-05-28T00:42:44.501Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1566 | 2026-05-28T00:42:44.516Z | Compiling num-iter v0.1.45 |
| 1567 | 2026-05-28T00:42:44.756Z | Compiling terminal_size v0.4.3 |
| 1568 | 2026-05-28T00:42:44.902Z | Compiling tokio-util v0.7.18 |
| 1569 | 2026-05-28T00:42:44.917Z | Compiling tower v0.5.3 |
| 1570 | 2026-05-28T00:42:44.989Z | Compiling tokio-native-tls v0.3.1 |
| 1571 | 2026-05-28T00:42:45.017Z | Compiling phf_shared v0.13.1 |
| 1572 | 2026-05-28T00:42:45.059Z | Compiling lazy_static v1.5.0 |
| 1573 | 2026-05-28T00:42:45.105Z | Compiling anstyle-parse v0.2.7 |
| 1574 | 2026-05-28T00:42:45.170Z | Compiling vergen v9.0.6 |
| 1575 | 2026-05-28T00:42:45.184Z | Compiling fs-err v3.3.0 |
| 1576 | 2026-05-28T00:42:45.200Z | Compiling ahash v0.8.12 |
| 1577 | 2026-05-28T00:42:45.218Z | Compiling foldhash v0.1.5 |
| 1578 | 2026-05-28T00:42:45.276Z | Compiling newtype-uuid v1.3.2 |
| 1579 | 2026-05-28T00:42:45.305Z | Compiling foldhash v0.2.0 |
| 1580 | 2026-05-28T00:42:45.371Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-05-28T00:42:45.396Z | Compiling libbz2-rs-sys v0.2.2 |
| 1582 | 2026-05-28T00:42:45.411Z | Compiling same-file v1.0.6 |
| 1583 | 2026-05-28T00:42:45.427Z | Compiling bitflags v1.3.2 |
| 1584 | 2026-05-28T00:42:45.442Z | Compiling winnow v0.5.40 |
| 1585 | 2026-05-28T00:42:45.512Z | Compiling managed v0.8.0 |
| 1586 | 2026-05-28T00:42:45.542Z | Compiling bumpalo v3.20.2 |
| 1587 | 2026-05-28T00:42:45.591Z | Compiling h2 v0.4.13 |
| 1588 | 2026-05-28T00:42:45.635Z | Compiling object v0.37.3 |
| 1589 | 2026-05-28T00:42:45.742Z | Compiling zopfli v0.8.3 |
| 1590 | 2026-05-28T00:42:45.813Z | Compiling bzip2 v0.6.1 |
| 1591 | 2026-05-28T00:42:45.987Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-05-28T00:42:46.003Z | Compiling clap_builder v4.6.0 |
| 1593 | 2026-05-28T00:42:46.061Z | Compiling walkdir v2.5.0 |
| 1594 | 2026-05-28T00:42:46.125Z | Compiling daft v0.1.7 |
| 1595 | 2026-05-28T00:42:46.334Z | Compiling snafu v0.8.9 |
| 1596 | 2026-05-28T00:42:46.350Z | Compiling dof v0.3.0 |
| 1597 | 2026-05-28T00:42:46.387Z | Compiling hashbrown v0.16.1 |
| 1598 | 2026-05-28T00:42:46.452Z | Compiling hashbrown v0.15.5 |
| 1599 | 2026-05-28T00:42:46.469Z | Compiling anstream v0.6.21 |
| 1600 | 2026-05-28T00:42:46.484Z | Compiling phf v0.13.1 |
| 1601 | 2026-05-28T00:42:46.487Z | Compiling strum v0.27.2 |
| 1602 | 2026-05-28T00:42:46.537Z | Compiling elliptic-curve v0.13.8 |
| 1603 | 2026-05-28T00:42:46.761Z | Compiling signal-hook-mio v0.2.5 |
| 1604 | 2026-05-28T00:42:46.841Z | Compiling toml_edit v0.19.15 |
| 1605 | 2026-05-28T00:42:46.856Z | Compiling cargo_metadata v0.19.2 |
| 1606 | 2026-05-28T00:42:46.891Z | Compiling cookie_store v0.22.1 |
| 1607 | 2026-05-28T00:42:46.968Z | Compiling usdt-attr-macro v0.6.0 |
| 1608 | 2026-05-28T00:42:46.990Z | Compiling usdt-macro v0.6.0 |
| 1609 | 2026-05-28T00:42:47.029Z | Compiling hubpack v0.1.2 |
| 1610 | 2026-05-28T00:42:47.066Z | Compiling bzip2 v0.4.4 |
| 1611 | 2026-05-28T00:42:47.150Z | Compiling futures v0.3.32 |
| 1612 | 2026-05-28T00:42:47.176Z | Compiling serde_with_macros v3.17.0 |
| 1613 | 2026-05-28T00:42:47.302Z | Compiling postgres-types v0.2.12 |
| 1614 | 2026-05-28T00:42:47.345Z | Compiling zstd v0.13.3 |
| 1615 | 2026-05-28T00:42:47.453Z | Compiling dtrace-parser v0.2.0 |
| 1616 | 2026-05-28T00:42:47.570Z | Compiling globset v0.4.18 |
| 1617 | 2026-05-28T00:42:47.634Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-05-28T00:42:47.764Z | Compiling pkcs1 v0.7.5 |
| 1619 | 2026-05-28T00:42:47.799Z | Compiling olpc-cjson v0.1.4 |
| 1620 | 2026-05-28T00:42:47.883Z | Compiling serde-big-array v0.5.1 |
| 1621 | 2026-05-28T00:42:47.978Z | Compiling serde_plain v1.0.2 |
| 1622 | 2026-05-28T00:42:48.042Z | Compiling rfc6979 v0.4.0 |
| 1623 | 2026-05-28T00:42:48.182Z | Compiling enum-as-inner v0.6.1 |
| 1624 | 2026-05-28T00:42:48.197Z | Compiling clap_derive v4.6.1 |
| 1625 | 2026-05-28T00:42:48.201Z | Compiling strum_macros v0.26.4 |
| 1626 | 2026-05-28T00:42:48.247Z | Compiling async-recursion v1.1.1 |
| 1627 | 2026-05-28T00:42:48.257Z | Compiling serde_repr v0.1.20 |
| 1628 | 2026-05-28T00:42:48.288Z | Compiling phf_shared v0.11.3 |
| 1629 | 2026-05-28T00:42:48.348Z | Compiling float-cmp v0.10.0 |
| 1630 | 2026-05-28T00:42:48.421Z | Compiling pem v3.0.6 |
| 1631 | 2026-05-28T00:42:48.496Z | Compiling thread-id v4.2.2 |
| 1632 | 2026-05-28T00:42:48.515Z | Compiling memmap2 v0.9.10 |
| 1633 | 2026-05-28T00:42:48.576Z | Compiling env_filter v1.0.0 |
| 1634 | 2026-05-28T00:42:48.593Z | Compiling hyper v1.8.1 |
| 1635 | 2026-05-28T00:42:48.736Z | Compiling either v1.15.0 |
| 1636 | 2026-05-28T00:42:48.758Z | Compiling static_assertions v1.1.0 |
| 1637 | 2026-05-28T00:42:48.794Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-28T00:42:48.825Z | Compiling data-encoding v2.10.0 |
| 1639 | 2026-05-28T00:42:48.846Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-05-28T00:42:48.919Z | Compiling normalize-line-endings v0.3.0 |
| 1641 | 2026-05-28T00:42:48.934Z | Compiling keccak v0.1.6 |
| 1642 | 2026-05-28T00:42:48.966Z | Compiling difflib v0.4.0 |
| 1643 | 2026-05-28T00:42:49.031Z | Compiling predicates-core v1.0.10 |
| 1644 | 2026-05-28T00:42:49.089Z | Compiling new_debug_unreachable v1.0.6 |
| 1645 | 2026-05-28T00:42:49.114Z | Compiling jiff v0.2.21 |
| 1646 | 2026-05-28T00:42:49.175Z | Compiling precomputed-hash v0.1.1 |
| 1647 | 2026-05-28T00:42:49.226Z | Compiling whoami v2.1.0 |
| 1648 | 2026-05-28T00:42:49.276Z | Compiling fixedbitset v0.5.7 |
| 1649 | 2026-05-28T00:42:49.521Z | Compiling petgraph v0.8.3 |
| 1650 | 2026-05-28T00:42:49.555Z | Compiling tokio-postgres v0.7.16 |
| 1651 | 2026-05-28T00:42:49.570Z | Compiling string_cache v0.8.9 |
| 1652 | 2026-05-28T00:42:49.601Z | Compiling predicates v3.1.4 |
| 1653 | 2026-05-28T00:42:49.617Z | Compiling hickory-proto v0.25.2 |
| 1654 | 2026-05-28T00:42:49.660Z | Compiling sha3 v0.10.8 |
| 1655 | 2026-05-28T00:42:49.752Z | Compiling hyper-util v0.1.20 |
| 1656 | 2026-05-28T00:42:49.766Z | Compiling petgraph v0.6.5 |
| 1657 | 2026-05-28T00:42:49.821Z | Compiling itertools v0.13.0 |
| 1658 | 2026-05-28T00:42:50.028Z | Compiling strum v0.26.3 |
| 1659 | 2026-05-28T00:42:50.053Z | Compiling clap v4.6.1 |
| 1660 | 2026-05-28T00:42:50.068Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1661 | 2026-05-28T00:42:50.133Z | Compiling toml_edit v0.22.27 |
| 1662 | 2026-05-28T00:42:50.151Z | Compiling env_logger v0.11.9 |
| 1663 | 2026-05-28T00:42:50.177Z | Compiling usdt v0.6.0 |
| 1664 | 2026-05-28T00:42:50.245Z | Compiling usdt-impl v0.5.0 |
| 1665 | 2026-05-28T00:42:50.271Z | Compiling serde_with v3.17.0 |
| 1666 | 2026-05-28T00:42:50.458Z | Compiling toml v0.7.8 |
| 1667 | 2026-05-28T00:42:50.515Z | Compiling crossterm v0.28.1 |
| 1668 | 2026-05-28T00:42:50.862Z | Compiling ecdsa v0.16.9 |
| 1669 | 2026-05-28T00:42:51.069Z | Compiling rsa v0.9.10 |
| 1670 | 2026-05-28T00:42:51.085Z | Compiling ed25519-dalek v2.2.0 |
| 1671 | 2026-05-28T00:42:51.253Z | Compiling hyper-tls v0.6.0 |
| 1672 | 2026-05-28T00:42:51.503Z | Compiling zip v0.6.6 |
| 1673 | 2026-05-28T00:42:51.535Z | Compiling iddqd v0.4.1 |
| 1674 | 2026-05-28T00:42:51.734Z | Compiling zip v4.6.1 |
| 1675 | 2026-05-28T00:42:52.032Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1676 | 2026-05-28T00:42:52.054Z | Compiling tokio-stream v0.1.18 |
| 1677 | 2026-05-28T00:42:52.124Z | Compiling buf-list v1.1.2 |
| 1678 | 2026-05-28T00:42:52.198Z | Compiling similar v2.7.0 |
| 1679 | 2026-05-28T00:42:52.420Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1680 | 2026-05-28T00:42:52.436Z | Compiling openapiv3 v2.2.0 |
| 1681 | 2026-05-28T00:42:52.540Z | Compiling x509-cert v0.2.5 |
| 1682 | 2026-05-28T00:42:52.683Z | Compiling sha1 v0.10.6 |
| 1683 | 2026-05-28T00:42:52.736Z | Compiling crossbeam-epoch v0.9.18 |
| 1684 | 2026-05-28T00:42:52.757Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1685 | 2026-05-28T00:42:52.823Z | Compiling peg-runtime v0.8.5 |
| 1686 | 2026-05-28T00:42:52.938Z | Compiling lalrpop-util v0.19.12 |
| 1687 | 2026-05-28T00:42:52.954Z | Compiling thread_local v1.1.9 |
| 1688 | 2026-05-28T00:42:52.972Z | Compiling slog-async v2.8.0 |
| 1689 | 2026-05-28T00:42:53.007Z | Compiling crossbeam-channel v0.5.15 |
| 1690 | 2026-05-28T00:42:53.070Z | Compiling is-terminal v0.4.17 |
| 1691 | 2026-05-28T00:42:53.092Z | Compiling filetime v0.2.27 |
| 1692 | 2026-05-28T00:42:53.107Z | Compiling term v1.2.1 |
| 1693 | 2026-05-28T00:42:53.128Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-05-28T00:42:53.148Z | Compiling xattr v1.6.1 |
| 1695 | 2026-05-28T00:42:53.291Z | Compiling tar v0.4.45 |
| 1696 | 2026-05-28T00:42:53.408Z | Compiling slog-term v2.9.2 |
| 1697 | 2026-05-28T00:43:10.841Z | Compiling rustls-webpki v0.103.9 |
| 1698 | 2026-05-28T00:43:13.628Z | Compiling tokio-rustls v0.26.4 |
| 1699 | 2026-05-28T00:43:13.628Z | Compiling rustls-platform-verifier v0.6.2 |
| 1700 | 2026-05-28T00:43:13.834Z | Compiling hyper-rustls v0.27.7 |
| 1701 | 2026-05-28T00:43:14.024Z | Compiling reqwest v0.12.28 |
| 1702 | 2026-05-28T00:43:14.028Z | Compiling reqwest v0.13.2 |
| 1703 | 2026-05-28T00:43:15.229Z | Compiling tough v0.22.0 |
| 1704 | 2026-05-28T00:43:17.730Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1705 | 2026-05-28T00:43:17.976Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1706 | 2026-05-28T00:43:20.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.93s |
| 1707 | 2026-05-28T00:43:20.937Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1708 | 2026-05-28T00:43:20.998Z | May 28 00:43:20.641 INFO Starting download, target: Clickhouse |
| 1709 | 2026-05-28T00:43:20.999Z | May 28 00:43:20.642 INFO Starting download, target: Cockroach |
| 1710 | 2026-05-28T00:43:20.999Z | May 28 00:43:20.642 INFO Starting download, target: Console |
| 1711 | 2026-05-28T00:43:20.999Z | May 28 00:43:20.642 INFO Starting download, target: DendriteStub |
| 1712 | 2026-05-28T00:43:20.999Z | May 28 00:43:20.642 INFO Starting download, target: MaghemiteMgd |
| 1713 | 2026-05-28T00:43:21.004Z | May 28 00:43:20.642 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-05-28T00:43:21.004Z | May 28 00:43:20.642 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1715 | 2026-05-28T00:43:21.004Z | May 28 00:43:20.642 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1716 | 2026-05-28T00:43:21.004Z | May 28 00:43:20.642 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1717 | 2026-05-28T00:43:21.004Z | May 28 00:43:20.642 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1718 | 2026-05-28T00:43:21.004Z | May 28 00:43:20.642 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1719 | 2026-05-28T00:43:21.004Z | May 28 00:43:20.643 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1720 | 2026-05-28T00:43:21.422Z | May 28 00:43:21.043 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1721 | 2026-05-28T00:43:21.616Z | May 28 00:43:21.259 INFO Download complete, target: TransceiverControl |
| 1722 | 2026-05-28T00:43:22.076Z | May 28 00:43:21.717 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1723 | 2026-05-28T00:43:22.320Z | May 28 00:43:21.960 INFO Download complete, target: Console |
| 1724 | 2026-05-28T00:43:22.462Z | May 28 00:43:22.105 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1725 | 2026-05-28T00:43:22.819Z | May 28 00:43:22.458 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1726 | 2026-05-28T00:43:23.081Z | May 28 00:43:22.725 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1727 | 2026-05-28T00:43:23.081Z | May 28 00:43:22.726 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1728 | 2026-05-28T00:43:23.285Z | May 28 00:43:22.929 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1729 | 2026-05-28T00:43:24.918Z | May 28 00:43:24.562 INFO Download complete, target: DendriteStub |
| 1730 | 2026-05-28T00:43:25.240Z | May 28 00:43:24.884 INFO Download complete, target: MaghemiteMgd |
| 1731 | 2026-05-28T00:43:27.990Z | May 28 00:43:27.634 INFO Checking that binary works, target: Cockroach |
| 1732 | 2026-05-28T00:43:28.123Z | May 28 00:43:27.763 INFO Download complete, target: Cockroach |
| 1733 | 2026-05-28T00:43:30.293Z | May 28 00:43:29.936 INFO Checking that binary works, target: Clickhouse |
| 1734 | 2026-05-28T00:43:30.386Z | May 28 00:43:30.029 INFO Download complete, target: Clickhouse |
| 1735 | 2026-05-28T00:43:30.392Z | All prerequisites installed successfully |
| 1736 | 2026-05-28T00:43:30.397Z | |
| 1737 | 2026-05-28T00:43:30.397Z | real 2:00.919937910 |
| 1738 | 2026-05-28T00:43:30.397Z | user 6:56.956028689 |
| 1739 | 2026-05-28T00:43:30.397Z | sys 1:41.360321001 |
| 1740 | 2026-05-28T00:43:30.397Z | trap 0.266827116 |
| 1741 | 2026-05-28T00:43:30.397Z | tflt 1.128857861 |
| 1742 | 2026-05-28T00:43:30.397Z | dflt 1.683993273 |
| 1743 | 2026-05-28T00:43:30.397Z | kflt 0.031919281 |
| 1744 | 2026-05-28T00:43:30.397Z | lock 23:25.368838053 |
| 1745 | 2026-05-28T00:43:30.397Z | slp 18:55.284958989 |
| 1746 | 2026-05-28T00:43:30.397Z | lat 24.233973947 |
| 1747 | 2026-05-28T00:43:30.397Z | stop 2:54.268049499 |
| 1748 | 2026-05-28T00:43:30.397Z | + ptime -m cargo xtask download softnpu |
| 1749 | 2026-05-28T00:43:30.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1750 | 2026-05-28T00:43:30.954Z | Running `target/debug/xtask download softnpu` |
| 1751 | 2026-05-28T00:43:31.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1752 | 2026-05-28T00:43:31.823Z | Running `target/debug/xtask-downloader softnpu` |
| 1753 | 2026-05-28T00:43:31.868Z | May 28 00:43:31.511 INFO Starting download, target: Softnpu |
| 1754 | 2026-05-28T00:43:31.873Z | May 28 00:43:31.512 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1755 | 2026-05-28T00:43:32.444Z | May 28 00:43:32.088 INFO Download complete, target: Softnpu |
| 1756 | 2026-05-28T00:43:32.447Z | |
| 1757 | 2026-05-28T00:43:32.451Z | real 2.049296148 |
| 1758 | 2026-05-28T00:43:32.451Z | user 1.384536365 |
| 1759 | 2026-05-28T00:43:32.451Z | sys 0.671258208 |
| 1760 | 2026-05-28T00:43:32.451Z | trap 0.000603280 |
| 1761 | 2026-05-28T00:43:32.451Z | tflt 0.000215370 |
| 1762 | 2026-05-28T00:43:32.451Z | dflt 0.000098510 |
| 1763 | 2026-05-28T00:43:32.451Z | kflt 0.000000000 |
| 1764 | 2026-05-28T00:43:32.451Z | lock 10.602950669 |
| 1765 | 2026-05-28T00:43:32.451Z | slp 0.436236351 |
| 1766 | 2026-05-28T00:43:32.451Z | lat 0.084127571 |
| 1767 | 2026-05-28T00:43:32.451Z | stop 0.000182100 |
| 1768 | 2026-05-28T00:43:32.452Z | + export CARGO_INCREMENTAL=0 |
| 1769 | 2026-05-28T00:43:32.452Z | + CARGO_INCREMENTAL=0 |
| 1770 | 2026-05-28T00:43:32.452Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1771 | 2026-05-28T00:43:33.348Z | Compiling proc-macro2 v1.0.106 |
| 1772 | 2026-05-28T00:43:33.348Z | Compiling quote v1.0.45 |
| 1773 | 2026-05-28T00:43:33.348Z | Compiling unicode-ident v1.0.24 |
| 1774 | 2026-05-28T00:43:33.348Z | Compiling libc v0.2.185 |
| 1775 | 2026-05-28T00:43:33.351Z | Compiling serde_core v1.0.228 |
| 1776 | 2026-05-28T00:43:33.351Z | Compiling serde v1.0.228 |
| 1777 | 2026-05-28T00:43:33.351Z | Compiling cfg-if v1.0.4 |
| 1778 | 2026-05-28T00:43:33.496Z | Compiling version_check v0.9.5 |
| 1779 | 2026-05-28T00:43:33.499Z | Compiling shlex v1.3.0 |
| 1780 | 2026-05-28T00:43:33.499Z | Compiling find-msvc-tools v0.1.9 |
| 1781 | 2026-05-28T00:43:33.499Z | Compiling typenum v1.19.0 |
| 1782 | 2026-05-28T00:43:33.511Z | Compiling zmij v1.0.21 |
| 1783 | 2026-05-28T00:43:33.514Z | Compiling autocfg v1.5.0 |
| 1784 | 2026-05-28T00:43:33.514Z | Compiling serde_json v1.0.149 |
| 1785 | 2026-05-28T00:43:33.514Z | Compiling memchr v2.8.0 |
| 1786 | 2026-05-28T00:43:33.793Z | Compiling portable-atomic v1.13.1 |
| 1787 | 2026-05-28T00:43:33.796Z | Compiling libm v0.2.16 |
| 1788 | 2026-05-28T00:43:33.815Z | Compiling zerocopy v0.8.40 |
| 1789 | 2026-05-28T00:43:33.851Z | Compiling parking_lot_core v0.9.12 |
| 1790 | 2026-05-28T00:43:33.866Z | Compiling smallvec v1.15.1 |
| 1791 | 2026-05-28T00:43:33.883Z | Compiling icu_properties_data v2.1.2 |
| 1792 | 2026-05-28T00:43:33.944Z | Compiling icu_normalizer_data v2.1.1 |
| 1793 | 2026-05-28T00:43:34.038Z | Compiling generic-array v0.14.7 |
| 1794 | 2026-05-28T00:43:34.099Z | Compiling num-traits v0.2.19 |
| 1795 | 2026-05-28T00:43:34.127Z | Compiling itoa v1.0.17 |
| 1796 | 2026-05-28T00:43:34.142Z | Compiling getrandom v0.4.1 |
| 1797 | 2026-05-28T00:43:34.159Z | Compiling log v0.4.29 |
| 1798 | 2026-05-28T00:43:34.174Z | Compiling stable_deref_trait v1.2.1 |
| 1799 | 2026-05-28T00:43:34.205Z | Compiling pkg-config v0.3.32 |
| 1800 | 2026-05-28T00:43:34.271Z | Compiling subtle v2.6.1 |
| 1801 | 2026-05-28T00:43:34.389Z | Compiling scopeguard v1.2.0 |
| 1802 | 2026-05-28T00:43:34.421Z | Compiling jobserver v0.1.34 |
| 1803 | 2026-05-28T00:43:34.421Z | Compiling getrandom v0.2.17 |
| 1804 | 2026-05-28T00:43:34.471Z | Compiling errno v0.3.14 |
| 1805 | 2026-05-28T00:43:34.539Z | Compiling lock_api v0.4.14 |
| 1806 | 2026-05-28T00:43:34.647Z | Compiling rand_core v0.6.4 |
| 1807 | 2026-05-28T00:43:34.711Z | Compiling cc v1.2.56 |
| 1808 | 2026-05-28T00:43:34.789Z | Compiling litemap v0.8.1 |
| 1809 | 2026-05-28T00:43:34.789Z | Compiling writeable v0.6.2 |
| 1810 | 2026-05-28T00:43:34.789Z | Compiling percent-encoding v2.3.2 |
| 1811 | 2026-05-28T00:43:34.842Z | Compiling syn v2.0.117 |
| 1812 | 2026-05-28T00:43:34.868Z | Compiling fnv v1.0.7 |
| 1813 | 2026-05-28T00:43:34.911Z | Compiling pin-project-lite v0.2.17 |
| 1814 | 2026-05-28T00:43:34.959Z | Compiling thiserror v2.0.18 |
| 1815 | 2026-05-28T00:43:34.999Z | Compiling getrandom v0.3.4 |
| 1816 | 2026-05-28T00:43:35.051Z | Compiling equivalent v1.0.2 |
| 1817 | 2026-05-28T00:43:35.069Z | Compiling dunce v1.0.5 |
| 1818 | 2026-05-28T00:43:35.087Z | Compiling fs_extra v1.3.0 |
| 1819 | 2026-05-28T00:43:35.140Z | Compiling schemars v0.8.22 |
| 1820 | 2026-05-28T00:43:35.247Z | Compiling rustversion v1.0.22 |
| 1821 | 2026-05-28T00:43:35.247Z | Compiling rand_core v0.10.0 |
| 1822 | 2026-05-28T00:43:35.247Z | Compiling utf8_iter v1.0.4 |
| 1823 | 2026-05-28T00:43:35.372Z | Compiling form_urlencoded v1.2.2 |
| 1824 | 2026-05-28T00:43:35.460Z | Compiling cmake v0.1.57 |
| 1825 | 2026-05-28T00:43:35.460Z | Compiling critical-section v1.2.0 |
| 1826 | 2026-05-28T00:43:35.511Z | Compiling signal-hook-registry v1.4.8 |
| 1827 | 2026-05-28T00:43:35.586Z | Compiling hashbrown v0.17.0 |
| 1828 | 2026-05-28T00:43:35.621Z | Compiling rustix v1.1.3 |
| 1829 | 2026-05-28T00:43:35.621Z | Compiling mio v1.2.0 |
| 1830 | 2026-05-28T00:43:35.710Z | Compiling socket2 v0.6.3 |
| 1831 | 2026-05-28T00:43:35.776Z | Compiling once_cell v1.21.3 |
| 1832 | 2026-05-28T00:43:35.929Z | Compiling semver v1.0.28 |
| 1833 | 2026-05-28T00:43:35.966Z | Compiling ring v0.17.14 |
| 1834 | 2026-05-28T00:43:36.020Z | Compiling bitflags v2.11.0 |
| 1835 | 2026-05-28T00:43:36.020Z | Compiling aws-lc-sys v0.40.0 |
| 1836 | 2026-05-28T00:43:36.047Z | Compiling indexmap v2.14.0 |
| 1837 | 2026-05-28T00:43:36.152Z | Compiling parking_lot v0.12.5 |
| 1838 | 2026-05-28T00:43:36.174Z | Compiling const-oid v0.9.6 |
| 1839 | 2026-05-28T00:43:36.236Z | Compiling aws-lc-rs v1.16.3 |
| 1840 | 2026-05-28T00:43:36.284Z | Compiling futures-core v0.3.32 |
| 1841 | 2026-05-28T00:43:36.340Z | Compiling httparse v1.10.1 |
| 1842 | 2026-05-28T00:43:36.463Z | Compiling thiserror v1.0.69 |
| 1843 | 2026-05-28T00:43:36.497Z | Compiling strsim v0.11.1 |
| 1844 | 2026-05-28T00:43:36.498Z | Compiling vcpkg v0.2.15 |
| 1845 | 2026-05-28T00:43:36.654Z | Compiling ucd-trie v0.1.7 |
| 1846 | 2026-05-28T00:43:36.800Z | Compiling byteorder v1.5.0 |
| 1847 | 2026-05-28T00:43:36.816Z | Compiling iana-time-zone v0.1.65 |
| 1848 | 2026-05-28T00:43:36.816Z | Compiling pest v2.8.6 |
| 1849 | 2026-05-28T00:43:36.816Z | Compiling syn v1.0.109 |
| 1850 | 2026-05-28T00:43:36.817Z | Compiling ident_case v1.0.1 |
| 1851 | 2026-05-28T00:43:36.867Z | Compiling regex-syntax v0.8.10 |
| 1852 | 2026-05-28T00:43:36.911Z | Compiling heck v0.5.0 |
| 1853 | 2026-05-28T00:43:36.932Z | Compiling uuid v1.23.0 |
| 1854 | 2026-05-28T00:43:36.967Z | Compiling cpufeatures v0.2.17 |
| 1855 | 2026-05-28T00:43:37.059Z | Compiling rustls v0.23.37 |
| 1856 | 2026-05-28T00:43:37.065Z | Compiling openssl-sys v0.9.115 |
| 1857 | 2026-05-28T00:43:37.238Z | Compiling futures-sink v0.3.32 |
| 1858 | 2026-05-28T00:43:37.257Z | Compiling rustc_version v0.4.1 |
| 1859 | 2026-05-28T00:43:37.314Z | Compiling futures-task v0.3.32 |
| 1860 | 2026-05-28T00:43:37.349Z | Compiling futures-channel v0.3.32 |
| 1861 | 2026-05-28T00:43:37.362Z | Compiling futures-io v0.3.32 |
| 1862 | 2026-05-28T00:43:37.496Z | Compiling slab v0.4.12 |
| 1863 | 2026-05-28T00:43:37.543Z | Compiling aho-corasick v1.1.4 |
| 1864 | 2026-05-28T00:43:37.614Z | Compiling synstructure v0.13.2 |
| 1865 | 2026-05-28T00:43:37.631Z | Compiling serde_derive_internals v0.29.1 |
| 1866 | 2026-05-28T00:43:37.751Z | Compiling dyn-clone v1.0.20 |
| 1867 | 2026-05-28T00:43:37.888Z | Compiling pest_meta v2.8.6 |
| 1868 | 2026-05-28T00:43:37.933Z | Compiling crc32fast v1.5.0 |
| 1869 | 2026-05-28T00:43:37.964Z | Compiling base64 v0.22.1 |
| 1870 | 2026-05-28T00:43:38.034Z | Compiling plain v0.2.3 |
| 1871 | 2026-05-28T00:43:38.057Z | Compiling openssl v0.10.79 |
| 1872 | 2026-05-28T00:43:38.130Z | Compiling time-core v0.1.8 |
| 1873 | 2026-05-28T00:43:38.174Z | Compiling crossbeam-utils v0.8.21 |
| 1874 | 2026-05-28T00:43:38.280Z | Compiling num-conv v0.2.0 |
| 1875 | 2026-05-28T00:43:38.333Z | Compiling native-tls v0.2.18 |
| 1876 | 2026-05-28T00:43:38.370Z | Compiling pretty-hex v0.4.1 |
| 1877 | 2026-05-28T00:43:38.415Z | Compiling regex-automata v0.4.14 |
| 1878 | 2026-05-28T00:43:38.430Z | Compiling time-macros v0.2.27 |
| 1879 | 2026-05-28T00:43:38.481Z | Compiling pest_generator v2.8.6 |
| 1880 | 2026-05-28T00:43:38.481Z | Compiling base64ct v1.8.3 |
| 1881 | 2026-05-28T00:43:38.485Z | Compiling anyhow v1.0.102 |
| 1882 | 2026-05-28T00:43:38.529Z | Compiling darling_core v0.21.3 |
| 1883 | 2026-05-28T00:43:38.678Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1884 | 2026-05-28T00:43:38.695Z | Compiling tracing-core v0.1.36 |
| 1885 | 2026-05-28T00:43:38.804Z | Compiling pem-rfc7468 v0.7.0 |
| 1886 | 2026-05-28T00:43:38.884Z | Compiling serde_derive v1.0.228 |
| 1887 | 2026-05-28T00:43:38.993Z | Compiling zeroize_derive v1.4.3 |
| 1888 | 2026-05-28T00:43:38.997Z | Compiling zerofrom-derive v0.1.6 |
| 1889 | 2026-05-28T00:43:39.044Z | Compiling yoke-derive v0.8.1 |
| 1890 | 2026-05-28T00:43:39.064Z | Compiling zerovec-derive v0.11.2 |
| 1891 | 2026-05-28T00:43:39.086Z | Compiling displaydoc v0.2.5 |
| 1892 | 2026-05-28T00:43:39.127Z | Compiling zerocopy-derive v0.8.40 |
| 1893 | 2026-05-28T00:43:39.167Z | Compiling tokio-macros v2.7.0 |
| 1894 | 2026-05-28T00:43:39.406Z | Compiling futures-macro v0.3.32 |
| 1895 | 2026-05-28T00:43:39.605Z | Compiling zeroize v1.8.2 |
| 1896 | 2026-05-28T00:43:39.844Z | Compiling thiserror-impl v2.0.18 |
| 1897 | 2026-05-28T00:43:39.859Z | Compiling schemars_derive v0.8.22 |
| 1898 | 2026-05-28T00:43:39.979Z | Compiling tracing-attributes v0.1.31 |
| 1899 | 2026-05-28T00:43:40.111Z | Compiling der_derive v0.7.3 |
| 1900 | 2026-05-28T00:43:40.128Z | Compiling zerofrom v0.1.6 |
| 1901 | 2026-05-28T00:43:40.280Z | Compiling yoke v0.8.1 |
| 1902 | 2026-05-28T00:43:40.336Z | Compiling crypto-common v0.1.7 |
| 1903 | 2026-05-28T00:43:40.462Z | Compiling zerovec v0.11.5 |
| 1904 | 2026-05-28T00:43:40.493Z | Compiling zerotrie v0.2.3 |
| 1905 | 2026-05-28T00:43:40.634Z | Compiling block-buffer v0.10.4 |
| 1906 | 2026-05-28T00:43:40.804Z | Compiling digest v0.10.7 |
| 1907 | 2026-05-28T00:43:40.951Z | Compiling thiserror-impl v1.0.69 |
| 1908 | 2026-05-28T00:43:41.040Z | Compiling tinystr v0.8.2 |
| 1909 | 2026-05-28T00:43:41.058Z | Compiling potential_utf v0.1.4 |
| 1910 | 2026-05-28T00:43:41.075Z | Compiling pest_derive v2.8.6 |
| 1911 | 2026-05-28T00:43:41.079Z | Compiling futures-util v0.3.32 |
| 1912 | 2026-05-28T00:43:41.133Z | Compiling hmac v0.12.1 |
| 1913 | 2026-05-28T00:43:41.188Z | Compiling icu_collections v2.1.1 |
| 1914 | 2026-05-28T00:43:41.263Z | Compiling icu_locale_core v2.1.1 |
| 1915 | 2026-05-28T00:43:41.579Z | Compiling block-padding v0.3.3 |
| 1916 | 2026-05-28T00:43:41.737Z | Compiling inout v0.1.4 |
| 1917 | 2026-05-28T00:43:41.871Z | Compiling rustls-pki-types v1.14.0 |
| 1918 | 2026-05-28T00:43:41.903Z | Compiling openssl-macros v0.1.1 |
| 1919 | 2026-05-28T00:43:41.922Z | Compiling cipher v0.4.4 |
| 1920 | 2026-05-28T00:43:41.952Z | Compiling sha2 v0.10.9 |
| 1921 | 2026-05-28T00:43:42.066Z | Compiling bytes v1.11.1 |
| 1922 | 2026-05-28T00:43:42.081Z | Compiling icu_provider v2.1.1 |
| 1923 | 2026-05-28T00:43:42.170Z | Compiling chrono v0.4.44 |
| 1924 | 2026-05-28T00:43:42.304Z | Compiling serde_tokenstream v0.2.3 |
| 1925 | 2026-05-28T00:43:42.490Z | Compiling icu_normalizer v2.1.1 |
| 1926 | 2026-05-28T00:43:42.506Z | Compiling icu_properties v2.1.2 |
| 1927 | 2026-05-28T00:43:42.608Z | Compiling tokio v1.52.1 |
| 1928 | 2026-05-28T00:43:42.962Z | Compiling scroll_derive v0.12.1 |
| 1929 | 2026-05-28T00:43:43.073Z | Compiling scroll_derive v0.13.1 |
| 1930 | 2026-05-28T00:43:43.520Z | Compiling idna_adapter v1.2.1 |
| 1931 | 2026-05-28T00:43:43.613Z | Compiling ppv-lite86 v0.2.21 |
| 1932 | 2026-05-28T00:43:43.682Z | Compiling idna v1.1.0 |
| 1933 | 2026-05-28T00:43:43.750Z | Compiling http v1.4.0 |
| 1934 | 2026-05-28T00:43:43.799Z | Compiling flagset v0.4.7 |
| 1935 | 2026-05-28T00:43:43.815Z | Compiling untrusted v0.9.0 |
| 1936 | 2026-05-28T00:43:43.947Z | Compiling der v0.7.10 |
| 1937 | 2026-05-28T00:43:43.972Z | Compiling tracing v0.1.44 |
| 1938 | 2026-05-28T00:43:44.033Z | Compiling url v2.5.8 |
| 1939 | 2026-05-28T00:43:44.139Z | Compiling darling_macro v0.21.3 |
| 1940 | 2026-05-28T00:43:44.237Z | Compiling regex v1.12.3 |
| 1941 | 2026-05-28T00:43:44.253Z | Compiling zerocopy-derive v0.7.35 |
| 1942 | 2026-05-28T00:43:44.422Z | Compiling rand_core v0.9.5 |
| 1943 | 2026-05-28T00:43:44.648Z | Compiling slog v2.8.2 |
| 1944 | 2026-05-28T00:43:45.033Z | Compiling spki v0.7.3 |
| 1945 | 2026-05-28T00:43:45.066Z | Compiling darling v0.21.3 |
| 1946 | 2026-05-28T00:43:45.083Z | Compiling salsa20 v0.10.2 |
| 1947 | 2026-05-28T00:43:45.162Z | Compiling pbkdf2 v0.12.2 |
| 1948 | 2026-05-28T00:43:45.677Z | Compiling cookie v0.18.1 |
| 1949 | 2026-05-28T00:43:45.707Z | Compiling camino v1.2.2 |
| 1950 | 2026-05-28T00:43:46.058Z | Compiling scrypt v0.11.0 |
| 1951 | 2026-05-28T00:43:46.071Z | Compiling http-body v1.0.1 |
| 1952 | 2026-05-28T00:43:46.089Z | Compiling rand_chacha v0.9.0 |
| 1953 | 2026-05-28T00:43:46.242Z | Compiling cbc v0.1.2 |
| 1954 | 2026-05-28T00:43:46.283Z | Compiling aes v0.8.4 |
| 1955 | 2026-05-28T00:43:46.361Z | Compiling usdt-impl v0.5.0 |
| 1956 | 2026-05-28T00:43:46.390Z | Compiling tokio-util v0.7.18 |
| 1957 | 2026-05-28T00:43:46.478Z | Compiling tinyvec_macros v0.1.1 |
| 1958 | 2026-05-28T00:43:46.481Z | Compiling unicode-segmentation v1.12.0 |
| 1959 | 2026-05-28T00:43:46.523Z | Compiling either v1.15.0 |
| 1960 | 2026-05-28T00:43:46.557Z | Compiling atomic-waker v1.1.2 |
| 1961 | 2026-05-28T00:43:46.600Z | Compiling winnow v0.7.14 |
| 1962 | 2026-05-28T00:43:46.711Z | Compiling openssl-probe v0.2.1 |
| 1963 | 2026-05-28T00:43:46.728Z | Compiling paste v1.0.15 |
| 1964 | 2026-05-28T00:43:46.748Z | Compiling ref-cast v1.0.25 |
| 1965 | 2026-05-28T00:43:46.871Z | Compiling usdt-impl v0.6.0 |
| 1966 | 2026-05-28T00:43:46.894Z | Compiling untrusted v0.7.1 |
| 1967 | 2026-05-28T00:43:47.037Z | Compiling pkcs5 v0.7.1 |
| 1968 | 2026-05-28T00:43:47.053Z | Compiling tinyvec v1.10.0 |
| 1969 | 2026-05-28T00:43:47.224Z | Compiling rand v0.9.2 |
| 1970 | 2026-05-28T00:43:47.489Z | Compiling scroll v0.13.0 |
| 1971 | 2026-05-28T00:43:47.598Z | Compiling scroll v0.12.0 |
| 1972 | 2026-05-28T00:43:47.685Z | Compiling serde_spanned v0.6.9 |
| 1973 | 2026-05-28T00:43:47.749Z | Compiling toml_datetime v0.6.11 |
| 1974 | 2026-05-28T00:43:47.781Z | Compiling async-trait v0.1.89 |
| 1975 | 2026-05-28T00:43:47.796Z | Compiling heapless v0.7.17 |
| 1976 | 2026-05-28T00:43:47.847Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1977 | 2026-05-28T00:43:47.889Z | Compiling zstd-safe v7.2.4 |
| 1978 | 2026-05-28T00:43:48.068Z | Compiling signal-hook v0.3.18 |
| 1979 | 2026-05-28T00:43:48.084Z | Compiling tower-layer v0.3.3 |
| 1980 | 2026-05-28T00:43:48.088Z | Compiling try-lock v0.2.5 |
| 1981 | 2026-05-28T00:43:48.151Z | Compiling fastrand v2.3.0 |
| 1982 | 2026-05-28T00:43:48.224Z | Compiling tower-service v0.3.3 |
| 1983 | 2026-05-28T00:43:48.336Z | Compiling want v0.3.1 |
| 1984 | 2026-05-28T00:43:48.351Z | Compiling h2 v0.4.13 |
| 1985 | 2026-05-28T00:43:48.421Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1986 | 2026-05-28T00:43:48.503Z | Compiling goblin v0.8.2 |
| 1987 | 2026-05-28T00:43:48.518Z | Compiling goblin v0.10.5 |
| 1988 | 2026-05-28T00:43:48.680Z | Compiling pkcs8 v0.10.2 |
| 1989 | 2026-05-28T00:43:48.792Z | Compiling heck v0.4.1 |
| 1990 | 2026-05-28T00:43:48.918Z | Compiling zerocopy v0.7.35 |
| 1991 | 2026-05-28T00:43:48.991Z | Compiling ipnet v2.11.0 |
| 1992 | 2026-05-28T00:43:49.022Z | Compiling ref-cast-impl v1.0.25 |
| 1993 | 2026-05-28T00:43:49.192Z | Compiling darling_core v0.20.11 |
| 1994 | 2026-05-28T00:43:49.471Z | Compiling curve25519-dalek v4.1.3 |
| 1995 | 2026-05-28T00:43:49.484Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1996 | 2026-05-28T00:43:49.583Z | Compiling memoffset v0.9.1 |
| 1997 | 2026-05-28T00:43:49.801Z | Compiling rustix v0.38.44 |
| 1998 | 2026-05-28T00:43:49.812Z | Compiling httpdate v1.0.3 |
| 1999 | 2026-05-28T00:43:49.961Z | Compiling foreign-types-shared v0.1.1 |
| 2000 | 2026-05-28T00:43:50.068Z | Compiling utf8parse v0.2.2 |
| 2001 | 2026-05-28T00:43:50.214Z | Compiling winnow v0.5.40 |
| 2002 | 2026-05-28T00:43:50.239Z | Compiling litrs v1.0.0 |
| 2003 | 2026-05-28T00:43:50.330Z | Compiling pin-utils v0.1.0 |
| 2004 | 2026-05-28T00:43:50.417Z | Compiling foreign-types v0.3.2 |
| 2005 | 2026-05-28T00:43:50.505Z | Compiling tempfile v3.25.0 |
| 2006 | 2026-05-28T00:43:50.752Z | Compiling document-features v0.2.12 |
| 2007 | 2026-05-28T00:43:50.854Z | Compiling dof v0.3.0 |
| 2008 | 2026-05-28T00:43:51.140Z | Compiling unicode-normalization v0.1.25 |
| 2009 | 2026-05-28T00:43:51.173Z | Compiling darling_macro v0.20.11 |
| 2010 | 2026-05-28T00:43:51.274Z | Compiling dof v0.4.0 |
| 2011 | 2026-05-28T00:43:51.289Z | Compiling dtrace-parser v0.2.0 |
| 2012 | 2026-05-28T00:43:51.467Z | Compiling hyper v1.8.1 |
| 2013 | 2026-05-28T00:43:51.626Z | Compiling toml_edit v0.19.15 |
| 2014 | 2026-05-28T00:43:51.689Z | Compiling dtrace-parser v0.3.0 |
| 2015 | 2026-05-28T00:43:51.719Z | Compiling daft-derive v0.1.7 |
| 2016 | 2026-05-28T00:43:51.874Z | Compiling pin-project-internal v1.1.11 |
| 2017 | 2026-05-28T00:43:51.902Z | Compiling spin v0.9.8 |
| 2018 | 2026-05-28T00:43:51.946Z | Compiling thread-id v4.2.2 |
| 2019 | 2026-05-28T00:43:52.052Z | Compiling thread-id v5.1.0 |
| 2020 | 2026-05-28T00:43:52.084Z | Compiling smoltcp v0.9.1 |
| 2021 | 2026-05-28T00:43:52.125Z | Compiling anstyle v1.0.14 |
| 2022 | 2026-05-28T00:43:52.165Z | Compiling cfg_aliases v0.2.1 |
| 2023 | 2026-05-28T00:43:52.257Z | Compiling powerfmt v0.2.0 |
| 2024 | 2026-05-28T00:43:52.284Z | Compiling num-bigint-dig v0.8.6 |
| 2025 | 2026-05-28T00:43:52.323Z | Compiling nix v0.31.2 |
| 2026 | 2026-05-28T00:43:52.413Z | Compiling deranged v0.5.8 |
| 2027 | 2026-05-28T00:43:52.695Z | Compiling hyper-util v0.1.20 |
| 2028 | 2026-05-28T00:43:52.849Z | Compiling darling v0.20.11 |
| 2029 | 2026-05-28T00:43:52.951Z | Compiling rustls-native-certs v0.8.3 |
| 2030 | 2026-05-28T00:43:52.968Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-05-28T00:43:53.217Z | Compiling strum_macros v0.26.4 |
| 2032 | 2026-05-28T00:43:53.231Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2033 | 2026-05-28T00:43:53.668Z | Compiling sync_wrapper v1.0.2 |
| 2034 | 2026-05-28T00:43:53.783Z | Compiling wait-timeout v0.2.1 |
| 2035 | 2026-05-28T00:43:53.874Z | Compiling colorchoice v1.0.4 |
| 2036 | 2026-05-28T00:43:54.037Z | Compiling siphasher v1.0.2 |
| 2037 | 2026-05-28T00:43:54.042Z | Compiling quick-error v1.2.3 |
| 2038 | 2026-05-28T00:43:54.140Z | Compiling is_terminal_polyfill v1.70.2 |
| 2039 | 2026-05-28T00:43:54.177Z | Compiling bit-vec v0.8.0 |
| 2040 | 2026-05-28T00:43:54.209Z | Compiling anstyle-query v1.1.5 |
| 2041 | 2026-05-28T00:43:54.250Z | Compiling num_threads v0.1.7 |
| 2042 | 2026-05-28T00:43:54.362Z | Compiling simd-adler32 v0.3.8 |
| 2043 | 2026-05-28T00:43:54.365Z | Compiling time v0.3.47 |
| 2044 | 2026-05-28T00:43:54.422Z | Compiling bit-set v0.8.0 |
| 2045 | 2026-05-28T00:43:54.601Z | Compiling rusty-fork v0.3.1 |
| 2046 | 2026-05-28T00:43:54.616Z | Compiling tower v0.5.3 |
| 2047 | 2026-05-28T00:43:54.963Z | Compiling derive_builder_core v0.20.2 |
| 2048 | 2026-05-28T00:43:54.985Z | Compiling snafu-derive v0.8.9 |
| 2049 | 2026-05-28T00:43:55.095Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-05-28T00:43:55.421Z | Compiling webpki-roots v1.0.6 |
| 2051 | 2026-05-28T00:43:55.503Z | Compiling rand_xorshift v0.4.0 |
| 2052 | 2026-05-28T00:43:55.556Z | Compiling signature v2.2.0 |
| 2053 | 2026-05-28T00:43:55.580Z | Compiling hubpack_derive v0.1.1 |
| 2054 | 2026-05-28T00:43:55.667Z | Compiling strum_macros v0.27.2 |
| 2055 | 2026-05-28T00:43:55.791Z | Compiling fs-err v3.3.0 |
| 2056 | 2026-05-28T00:43:55.880Z | Compiling ahash v0.8.12 |
| 2057 | 2026-05-28T00:43:55.963Z | Compiling encoding_rs v0.8.35 |
| 2058 | 2026-05-28T00:43:56.046Z | Compiling adler2 v2.0.1 |
| 2059 | 2026-05-28T00:43:56.114Z | Compiling unicode-properties v0.1.4 |
| 2060 | 2026-05-28T00:43:56.130Z | Compiling ryu v1.0.23 |
| 2061 | 2026-05-28T00:43:56.148Z | Compiling iri-string v0.7.10 |
| 2062 | 2026-05-28T00:43:56.163Z | Compiling mime v0.3.17 |
| 2063 | 2026-05-28T00:43:56.198Z | Compiling allocator-api2 v0.2.21 |
| 2064 | 2026-05-28T00:43:56.308Z | Compiling object v0.37.3 |
| 2065 | 2026-05-28T00:43:56.381Z | Compiling unarray v0.1.4 |
| 2066 | 2026-05-28T00:43:56.551Z | Compiling unicode-bidi v0.3.18 |
| 2067 | 2026-05-28T00:43:56.569Z | Compiling proptest v1.10.0 |
| 2068 | 2026-05-28T00:43:56.632Z | Compiling serde_urlencoded v0.7.1 |
| 2069 | 2026-05-28T00:43:56.745Z | Compiling miniz_oxide v0.8.9 |
| 2070 | 2026-05-28T00:43:56.921Z | Compiling stringprep v0.1.5 |
| 2071 | 2026-05-28T00:43:57.096Z | Compiling derive_builder_macro v0.20.2 |
| 2072 | 2026-05-28T00:43:57.288Z | Compiling tower-http v0.6.8 |
| 2073 | 2026-05-28T00:43:57.326Z | Compiling tokio-native-tls v0.3.1 |
| 2074 | 2026-05-28T00:43:57.342Z | Compiling usdt-attr-macro v0.6.0 |
| 2075 | 2026-05-28T00:43:57.464Z | Compiling usdt-macro v0.6.0 |
| 2076 | 2026-05-28T00:43:57.570Z | Compiling anstyle-parse v1.0.0 |
| 2077 | 2026-05-28T00:43:57.825Z | Compiling rand_chacha v0.3.1 |
| 2078 | 2026-05-28T00:43:57.854Z | Compiling erased-serde v0.3.31 |
| 2079 | 2026-05-28T00:43:57.926Z | Compiling md-5 v0.10.6 |
| 2080 | 2026-05-28T00:43:57.976Z | Compiling bstr v1.12.1 |
| 2081 | 2026-05-28T00:43:58.124Z | Compiling num-integer v0.1.46 |
| 2082 | 2026-05-28T00:43:58.153Z | Compiling hash32 v0.2.1 |
| 2083 | 2026-05-28T00:43:58.186Z | Compiling vergen-lib v0.1.6 |
| 2084 | 2026-05-28T00:43:58.219Z | Compiling ff v0.13.1 |
| 2085 | 2026-05-28T00:43:58.407Z | Compiling base16ct v0.2.0 |
| 2086 | 2026-05-28T00:43:58.440Z | Compiling zlib-rs v0.6.2 |
| 2087 | 2026-05-28T00:43:58.480Z | Compiling psl-types v2.0.11 |
| 2088 | 2026-05-28T00:43:58.484Z | Compiling fallible-iterator v0.2.0 |
| 2089 | 2026-05-28T00:43:58.556Z | Compiling sec1 v0.7.3 |
| 2090 | 2026-05-28T00:43:58.591Z | Compiling publicsuffix v2.3.0 |
| 2091 | 2026-05-28T00:43:58.610Z | Compiling newtype-uuid v1.3.2 |
| 2092 | 2026-05-28T00:43:58.663Z | Compiling num-iter v0.1.45 |
| 2093 | 2026-05-28T00:43:58.763Z | Compiling postgres-protocol v0.6.10 |
| 2094 | 2026-05-28T00:43:58.799Z | Compiling group v0.13.0 |
| 2095 | 2026-05-28T00:43:59.007Z | Compiling rand v0.8.6 |
| 2096 | 2026-05-28T00:43:59.412Z | Compiling oxnet v0.1.5 |
| 2097 | 2026-05-28T00:43:59.472Z | Compiling anstream v1.0.0 |
| 2098 | 2026-05-28T00:43:59.692Z | Compiling derive_builder v0.20.2 |
| 2099 | 2026-05-28T00:43:59.768Z | Compiling hyper-tls v0.6.0 |
| 2100 | 2026-05-28T00:43:59.800Z | Compiling phf_shared v0.13.1 |
| 2101 | 2026-05-28T00:43:59.828Z | Compiling pin-project v1.1.11 |
| 2102 | 2026-05-28T00:43:59.931Z | Compiling lazy_static v1.5.0 |
| 2103 | 2026-05-28T00:43:59.963Z | Compiling anstyle-parse v0.2.7 |
| 2104 | 2026-05-28T00:44:00.061Z | Compiling terminal_size v0.4.3 |
| 2105 | 2026-05-28T00:44:00.084Z | Compiling serde_with_macros v3.17.0 |
| 2106 | 2026-05-28T00:44:00.089Z | Compiling futures-executor v0.3.32 |
| 2107 | 2026-05-28T00:44:00.125Z | Compiling hex v0.4.3 |
| 2108 | 2026-05-28T00:44:00.263Z | Compiling cargo-platform v0.1.9 |
| 2109 | 2026-05-28T00:44:00.319Z | Compiling hkdf v0.12.4 |
| 2110 | 2026-05-28T00:44:00.391Z | Compiling crypto-bigint v0.5.5 |
| 2111 | 2026-05-28T00:44:00.434Z | Compiling enum-as-inner v0.6.1 |
| 2112 | 2026-05-28T00:44:00.483Z | Compiling flate2 v1.1.9 |
| 2113 | 2026-05-28T00:44:00.519Z | Compiling clap_derive v4.6.1 |
| 2114 | 2026-05-28T00:44:00.603Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-05-28T00:44:00.614Z | Compiling serde_repr v0.1.20 |
| 2116 | 2026-05-28T00:44:00.750Z | Compiling vergen v9.0.6 |
| 2117 | 2026-05-28T00:44:00.891Z | Compiling clap_lex v1.0.0 |
| 2118 | 2026-05-28T00:44:00.910Z | Compiling same-file v1.0.6 |
| 2119 | 2026-05-28T00:44:00.951Z | Compiling managed v0.8.0 |
| 2120 | 2026-05-28T00:44:00.967Z | Compiling bumpalo v3.20.2 |
| 2121 | 2026-05-28T00:44:01.095Z | Compiling bitflags v1.3.2 |
| 2122 | 2026-05-28T00:44:01.137Z | Compiling libbz2-rs-sys v0.2.2 |
| 2123 | 2026-05-28T00:44:01.154Z | Compiling foldhash v0.1.5 |
| 2124 | 2026-05-28T00:44:01.248Z | Compiling foldhash v0.2.0 |
| 2125 | 2026-05-28T00:44:01.315Z | Compiling hashbrown v0.15.5 |
| 2126 | 2026-05-28T00:44:01.354Z | Compiling elliptic-curve v0.13.8 |
| 2127 | 2026-05-28T00:44:01.443Z | Compiling hashbrown v0.16.1 |
| 2128 | 2026-05-28T00:44:01.557Z | Compiling bzip2 v0.6.1 |
| 2129 | 2026-05-28T00:44:01.684Z | Compiling zopfli v0.8.3 |
| 2130 | 2026-05-28T00:44:01.720Z | Compiling clap_builder v4.6.0 |
| 2131 | 2026-05-28T00:44:01.737Z | Compiling walkdir v2.5.0 |
| 2132 | 2026-05-28T00:44:02.033Z | Compiling cargo_metadata v0.19.2 |
| 2133 | 2026-05-28T00:44:02.057Z | Compiling futures v0.3.32 |
| 2134 | 2026-05-28T00:44:02.186Z | Compiling anstream v0.6.21 |
| 2135 | 2026-05-28T00:44:02.376Z | Compiling phf v0.13.1 |
| 2136 | 2026-05-28T00:44:02.391Z | Compiling snafu v0.8.9 |
| 2137 | 2026-05-28T00:44:02.394Z | Compiling signal-hook-mio v0.2.5 |
| 2138 | 2026-05-28T00:44:02.489Z | Compiling zstd v0.13.3 |
| 2139 | 2026-05-28T00:44:02.558Z | Compiling daft v0.1.7 |
| 2140 | 2026-05-28T00:44:02.765Z | Compiling cookie_store v0.22.1 |
| 2141 | 2026-05-28T00:44:02.765Z | Compiling postgres-types v0.2.12 |
| 2142 | 2026-05-28T00:44:02.851Z | Compiling bzip2 v0.4.4 |
| 2143 | 2026-05-28T00:44:02.857Z | Compiling globset v0.4.18 |
| 2144 | 2026-05-28T00:44:03.069Z | Compiling strum v0.27.2 |
| 2145 | 2026-05-28T00:44:03.266Z | Compiling hubpack v0.1.2 |
| 2146 | 2026-05-28T00:44:03.310Z | Compiling ed25519 v2.2.3 |
| 2147 | 2026-05-28T00:44:03.375Z | Compiling phf_shared v0.11.3 |
| 2148 | 2026-05-28T00:44:03.478Z | Compiling crossbeam-epoch v0.9.18 |
| 2149 | 2026-05-28T00:44:03.559Z | Compiling olpc-cjson v0.1.4 |
| 2150 | 2026-05-28T00:44:03.646Z | Compiling pkcs1 v0.7.5 |
| 2151 | 2026-05-28T00:44:03.646Z | Compiling pem v3.0.6 |
| 2152 | 2026-05-28T00:44:03.736Z | Compiling serde_plain v1.0.2 |
| 2153 | 2026-05-28T00:44:03.743Z | Compiling serde-big-array v0.5.1 |
| 2154 | 2026-05-28T00:44:03.970Z | Compiling rfc6979 v0.4.0 |
| 2155 | 2026-05-28T00:44:04.025Z | Compiling float-cmp v0.10.0 |
| 2156 | 2026-05-28T00:44:04.025Z | Compiling memmap2 v0.9.10 |
| 2157 | 2026-05-28T00:44:04.026Z | Compiling env_filter v1.0.0 |
| 2158 | 2026-05-28T00:44:04.026Z | Compiling toml_write v0.1.2 |
| 2159 | 2026-05-28T00:44:04.026Z | Compiling normalize-line-endings v0.3.0 |
| 2160 | 2026-05-28T00:44:04.049Z | Compiling whoami v2.1.0 |
| 2161 | 2026-05-28T00:44:04.049Z | Compiling new_debug_unreachable v1.0.6 |
| 2162 | 2026-05-28T00:44:04.101Z | Compiling difflib v0.4.0 |
| 2163 | 2026-05-28T00:44:04.174Z | Compiling precomputed-hash v0.1.1 |
| 2164 | 2026-05-28T00:44:04.242Z | Compiling fixedbitset v0.4.2 |
| 2165 | 2026-05-28T00:44:04.242Z | Compiling typed-path v0.9.3 |
| 2166 | 2026-05-28T00:44:04.242Z | Compiling static_assertions v1.1.0 |
| 2167 | 2026-05-28T00:44:04.286Z | Compiling predicates-core v1.0.10 |
| 2168 | 2026-05-28T00:44:04.286Z | Compiling keccak v0.1.6 |
| 2169 | 2026-05-28T00:44:04.324Z | Compiling jiff v0.2.21 |
| 2170 | 2026-05-28T00:44:04.418Z | Compiling fixedbitset v0.5.7 |
| 2171 | 2026-05-28T00:44:04.575Z | Compiling data-encoding v2.10.0 |
| 2172 | 2026-05-28T00:44:04.575Z | Compiling sha3 v0.10.8 |
| 2173 | 2026-05-28T00:44:04.575Z | Compiling predicates v3.1.4 |
| 2174 | 2026-05-28T00:44:04.575Z | Compiling petgraph v0.6.5 |
| 2175 | 2026-05-28T00:44:04.575Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2176 | 2026-05-28T00:44:04.770Z | Compiling tokio-postgres v0.7.16 |
| 2177 | 2026-05-28T00:44:04.864Z | Compiling petgraph v0.8.3 |
| 2178 | 2026-05-28T00:44:04.864Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-05-28T00:44:04.972Z | Compiling string_cache v0.8.9 |
| 2180 | 2026-05-28T00:44:05.065Z | Compiling toml_edit v0.22.27 |
| 2181 | 2026-05-28T00:44:05.374Z | Compiling env_logger v0.11.9 |
| 2182 | 2026-05-28T00:44:05.535Z | Compiling usdt v0.6.0 |
| 2183 | 2026-05-28T00:44:05.611Z | Compiling ecdsa v0.16.9 |
| 2184 | 2026-05-28T00:44:05.839Z | Compiling rsa v0.9.10 |
| 2185 | 2026-05-28T00:44:05.982Z | Compiling ed25519-dalek v2.2.0 |
| 2186 | 2026-05-28T00:44:06.506Z | Compiling clap v4.6.1 |
| 2187 | 2026-05-28T00:44:06.667Z | Compiling crossterm v0.28.1 |
| 2188 | 2026-05-28T00:44:06.783Z | Compiling zip v0.6.6 |
| 2189 | 2026-05-28T00:44:06.783Z | Compiling iddqd v0.4.1 |
| 2190 | 2026-05-28T00:44:07.040Z | Compiling zip v4.6.1 |
| 2191 | 2026-05-28T00:44:07.391Z | Compiling serde_with v3.17.0 |
| 2192 | 2026-05-28T00:44:07.439Z | Compiling similar v2.7.0 |
| 2193 | 2026-05-28T00:44:07.486Z | Compiling strum v0.26.3 |
| 2194 | 2026-05-28T00:44:07.539Z | Compiling toml v0.7.8 |
| 2195 | 2026-05-28T00:44:07.644Z | Compiling tokio-stream v0.1.18 |
| 2196 | 2026-05-28T00:44:07.860Z | Compiling itertools v0.13.0 |
| 2197 | 2026-05-28T00:44:07.898Z | Compiling buf-list v1.1.2 |
| 2198 | 2026-05-28T00:44:08.090Z | Compiling x509-cert v0.2.5 |
| 2199 | 2026-05-28T00:44:08.190Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2200 | 2026-05-28T00:44:08.227Z | Compiling openapiv3 v2.2.0 |
| 2201 | 2026-05-28T00:44:08.462Z | Compiling sha1 v0.10.6 |
| 2202 | 2026-05-28T00:44:08.699Z | Compiling peg-runtime v0.8.5 |
| 2203 | 2026-05-28T00:44:08.893Z | Compiling lalrpop-util v0.19.12 |
| 2204 | 2026-05-28T00:44:23.705Z | Compiling rustls-webpki v0.103.9 |
| 2205 | 2026-05-28T00:44:25.438Z | Compiling macaddr v1.0.1 |
| 2206 | 2026-05-28T00:44:25.479Z | Compiling structmeta-derive v0.3.0 |
| 2207 | 2026-05-28T00:44:25.556Z | Compiling rayon-core v1.13.0 |
| 2208 | 2026-05-28T00:44:25.625Z | Compiling crucible-workspace-hack v0.1.0 |
| 2209 | 2026-05-28T00:44:25.645Z | Compiling itertools v0.14.0 |
| 2210 | 2026-05-28T00:44:25.754Z | Compiling secrecy v0.10.3 |
| 2211 | 2026-05-28T00:44:25.785Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2212 | 2026-05-28T00:44:25.819Z | Compiling rustls v0.22.4 |
| 2213 | 2026-05-28T00:44:25.849Z | Compiling heapless v0.8.0 |
| 2214 | 2026-05-28T00:44:26.035Z | Compiling crossbeam-deque v0.8.6 |
| 2215 | 2026-05-28T00:44:26.050Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2216 | 2026-05-28T00:44:26.159Z | Compiling rustls-webpki v0.102.8 |
| 2217 | 2026-05-28T00:44:26.218Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2218 | 2026-05-28T00:44:26.235Z | Compiling hash32 v0.3.1 |
| 2219 | 2026-05-28T00:44:26.276Z | Compiling multer v3.1.0 |
| 2220 | 2026-05-28T00:44:26.284Z | Compiling thread_local v1.1.9 |
| 2221 | 2026-05-28T00:44:26.337Z | Compiling match_cfg v0.1.0 |
| 2222 | 2026-05-28T00:44:26.388Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2223 | 2026-05-28T00:44:26.421Z | Compiling compression-core v0.4.31 |
| 2224 | 2026-05-28T00:44:26.437Z | Compiling slog-async v2.8.0 |
| 2225 | 2026-05-28T00:44:26.479Z | Compiling smoltcp v0.11.0 |
| 2226 | 2026-05-28T00:44:26.494Z | Compiling structmeta v0.3.0 |
| 2227 | 2026-05-28T00:44:26.626Z | Compiling unicode-width v0.2.0 |
| 2228 | 2026-05-28T00:44:26.686Z | Compiling proc-macro-crate v3.4.0 |
| 2229 | 2026-05-28T00:44:26.738Z | Compiling derive-ex v0.1.8 |
| 2230 | 2026-05-28T00:44:26.781Z | Compiling compression-codecs v0.4.37 |
| 2231 | 2026-05-28T00:44:26.891Z | Compiling hostname v0.3.1 |
| 2232 | 2026-05-28T00:44:26.931Z | Compiling ingot-macros v0.1.1 |
| 2233 | 2026-05-28T00:44:27.079Z | Compiling slog-json v2.6.1 |
| 2234 | 2026-05-28T00:44:27.125Z | Compiling crossbeam-channel v0.5.15 |
| 2235 | 2026-05-28T00:44:27.168Z | Compiling half v2.7.1 |
| 2236 | 2026-05-28T00:44:27.247Z | Compiling newtype-uuid-macros v0.1.0 |
| 2237 | 2026-05-28T00:44:27.341Z | Compiling cobs v0.3.0 |
| 2238 | 2026-05-28T00:44:27.474Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2239 | 2026-05-28T00:44:27.545Z | Compiling tokio-rustls v0.26.4 |
| 2240 | 2026-05-28T00:44:27.632Z | Compiling rustls-platform-verifier v0.6.2 |
| 2241 | 2026-05-28T00:44:27.815Z | Compiling hyper-rustls v0.27.7 |
| 2242 | 2026-05-28T00:44:27.832Z | Compiling universal-hash v0.5.1 |
| 2243 | 2026-05-28T00:44:27.858Z | Compiling async-stream-impl v0.3.6 |
| 2244 | 2026-05-28T00:44:27.976Z | Compiling serde_spanned v1.0.4 |
| 2245 | 2026-05-28T00:44:27.996Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-05-28T00:44:28.011Z | Compiling is-terminal v0.4.17 |
| 2247 | 2026-05-28T00:44:28.133Z | Compiling reqwest v0.12.28 |
| 2248 | 2026-05-28T00:44:28.149Z | Compiling reqwest v0.13.2 |
| 2249 | 2026-05-28T00:44:28.167Z | Compiling proc-macro-error-attr v1.0.4 |
| 2250 | 2026-05-28T00:44:28.259Z | Compiling dropshot v0.17.0 |
| 2251 | 2026-05-28T00:44:28.447Z | Compiling term v1.2.1 |
| 2252 | 2026-05-28T00:44:28.455Z | Compiling ciborium-io v0.2.2 |
| 2253 | 2026-05-28T00:44:28.466Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2254 | 2026-05-28T00:44:28.486Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2255 | 2026-05-28T00:44:28.503Z | Compiling opaque-debug v0.3.1 |
| 2256 | 2026-05-28T00:44:28.521Z | Compiling take_mut v0.2.2 |
| 2257 | 2026-05-28T00:44:28.570Z | Compiling convert_case v0.4.0 |
| 2258 | 2026-05-28T00:44:28.595Z | Compiling poly1305 v0.8.0 |
| 2259 | 2026-05-28T00:44:28.724Z | Compiling tokio-rustls v0.25.0 |
| 2260 | 2026-05-28T00:44:28.751Z | Compiling slog-term v2.9.2 |
| 2261 | 2026-05-28T00:44:28.798Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2262 | 2026-05-28T00:44:28.902Z | Compiling derive_more v0.99.20 |
| 2263 | 2026-05-28T00:44:28.988Z | Compiling ciborium-ll v0.2.2 |
| 2264 | 2026-05-28T00:44:29.164Z | Compiling thiserror-no-std v2.0.2 |
| 2265 | 2026-05-28T00:44:29.281Z | Compiling async-stream v0.3.6 |
| 2266 | 2026-05-28T00:44:29.296Z | Compiling test-strategy v0.4.5 |
| 2267 | 2026-05-28T00:44:29.353Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2268 | 2026-05-28T00:44:29.502Z | Compiling postcard v1.1.3 |
| 2269 | 2026-05-28T00:44:29.521Z | Compiling ingot-types v0.1.2 |
| 2270 | 2026-05-28T00:44:29.898Z | Compiling tough v0.22.0 |
| 2271 | 2026-05-28T00:44:29.927Z | Compiling ingot v0.1.1 |
| 2272 | 2026-05-28T00:44:30.037Z | Compiling slog-bunyan v2.5.0 |
| 2273 | 2026-05-28T00:44:30.078Z | Compiling num_enum_derive v0.7.6 |
| 2274 | 2026-05-28T00:44:30.188Z | Compiling async-compression v0.4.41 |
| 2275 | 2026-05-28T00:44:30.626Z | Compiling parse-display-derive v0.10.0 |
| 2276 | 2026-05-28T00:44:30.687Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2277 | 2026-05-28T00:44:31.058Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2278 | 2026-05-28T00:44:31.122Z | Compiling proc-macro-crate v1.3.1 |
| 2279 | 2026-05-28T00:44:31.149Z | Compiling backon v1.6.0 |
| 2280 | 2026-05-28T00:44:31.305Z | Compiling waitgroup v0.1.2 |
| 2281 | 2026-05-28T00:44:31.423Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2282 | 2026-05-28T00:44:31.446Z | Compiling password-hash v0.5.0 |
| 2283 | 2026-05-28T00:44:31.460Z | Compiling chacha20 v0.9.1 |
| 2284 | 2026-05-28T00:44:31.585Z | Compiling dropshot_endpoint v0.17.0 |
| 2285 | 2026-05-28T00:44:31.602Z | Compiling rustls-pemfile v2.2.0 |
| 2286 | 2026-05-28T00:44:31.602Z | Compiling blake2 v0.10.6 |
| 2287 | 2026-05-28T00:44:31.761Z | Compiling aead v0.5.2 |
| 2288 | 2026-05-28T00:44:31.818Z | Compiling foreign-types-macros v0.2.3 |
| 2289 | 2026-05-28T00:44:31.978Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 2290 | 2026-05-28T00:44:32.098Z | Compiling serde_path_to_error v0.1.20 |
| 2291 | 2026-05-28T00:44:32.151Z | Compiling hostname v0.4.2 |
| 2292 | 2026-05-28T00:44:32.215Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 2293 | 2026-05-28T00:44:32.268Z | Compiling proc-macro-error v1.0.4 |
| 2294 | 2026-05-28T00:44:32.302Z | Compiling instant v0.1.13 |
| 2295 | 2026-05-28T00:44:32.346Z | Compiling cpufeatures v0.3.0 |
| 2296 | 2026-05-28T00:44:32.407Z | Compiling typeid v1.0.3 |
| 2297 | 2026-05-28T00:44:32.410Z | Compiling debug-ignore v1.0.5 |
| 2298 | 2026-05-28T00:44:32.442Z | Compiling foreign-types-shared v0.3.1 |
| 2299 | 2026-05-28T00:44:32.446Z | Compiling chacha20 v0.10.0 |
| 2300 | 2026-05-28T00:44:32.446Z | Compiling backoff v0.4.0 |
| 2301 | 2026-05-28T00:44:32.523Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 2302 | 2026-05-28T00:44:32.544Z | Compiling parse-display v0.10.0 |
| 2303 | 2026-05-28T00:44:32.544Z | Compiling chacha20poly1305 v0.10.1 |
| 2304 | 2026-05-28T00:44:32.574Z | Compiling foreign-types v0.5.0 |
| 2305 | 2026-05-28T00:44:32.587Z | Compiling argon2 v0.5.3 |
| 2306 | 2026-05-28T00:44:32.636Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2307 | 2026-05-28T00:44:32.680Z | Compiling num_enum_derive v0.5.11 |
| 2308 | 2026-05-28T00:44:32.726Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2309 | 2026-05-28T00:44:32.741Z | Compiling num_enum v0.7.6 |
| 2310 | 2026-05-28T00:44:32.808Z | Compiling vsss-rs v3.3.4 |
| 2311 | 2026-05-28T00:44:32.884Z | Compiling ciborium v0.2.2 |
| 2312 | 2026-05-28T00:44:33.089Z | Compiling tabwriter v1.4.1 |
| 2313 | 2026-05-28T00:44:33.300Z | Compiling regress v0.10.5 |
| 2314 | 2026-05-28T00:44:33.437Z | Compiling byte-wrapper v0.1.0 |
| 2315 | 2026-05-28T00:44:33.474Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2316 | 2026-05-28T00:44:33.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2317 | 2026-05-28T00:44:33.592Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-05-28T00:44:33.613Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 2319 | 2026-05-28T00:44:33.717Z | Compiling cstr-argument v0.1.2 |
| 2320 | 2026-05-28T00:44:33.855Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2321 | 2026-05-28T00:44:33.909Z | Compiling erased-serde v0.4.9 |
| 2322 | 2026-05-28T00:44:34.033Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2323 | 2026-05-28T00:44:34.056Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-05-28T00:44:34.203Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-05-28T00:44:34.217Z | Compiling num_enum v0.5.11 |
| 2326 | 2026-05-28T00:44:34.248Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2327 | 2026-05-28T00:44:34.303Z | Compiling rand v0.10.0 |
| 2328 | 2026-05-28T00:44:34.331Z | Compiling rayon v1.11.0 |
| 2329 | 2026-05-28T00:44:34.362Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-05-28T00:44:34.367Z | Compiling libefi-sys v0.1.0 |
| 2331 | 2026-05-28T00:44:34.431Z | Compiling colored v3.1.1 |
| 2332 | 2026-05-28T00:44:34.493Z | Compiling indent_write v2.2.0 |
| 2333 | 2026-05-28T00:44:34.531Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2334 | 2026-05-28T00:44:34.611Z | Compiling zone_cfg_derive v0.3.1 |
| 2335 | 2026-05-28T00:44:34.638Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 2336 | 2026-05-28T00:44:34.670Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2337 | 2026-05-28T00:44:34.743Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2338 | 2026-05-28T00:44:34.902Z | Compiling camino-tempfile v1.4.1 |
| 2339 | 2026-05-28T00:44:34.983Z | Compiling itertools v0.12.1 |
| 2340 | 2026-05-28T00:44:35.110Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-05-28T00:44:35.126Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2026-05-28T00:44:35.262Z | Compiling num-derive v0.4.2 |
| 2343 | 2026-05-28T00:44:35.289Z | Compiling bitfield-struct v0.6.2 |
| 2344 | 2026-05-28T00:44:35.317Z | Compiling ordered-float v2.10.1 |
| 2345 | 2026-05-28T00:44:35.346Z | Compiling blake3 v1.8.3 |
| 2346 | 2026-05-28T00:44:35.659Z | Compiling memmap v0.7.0 |
| 2347 | 2026-05-28T00:44:35.720Z | Compiling sigpipe v0.1.3 |
| 2348 | 2026-05-28T00:44:35.836Z | Compiling swrite v0.1.0 |
| 2349 | 2026-05-28T00:44:35.853Z | Compiling glob v0.3.3 |
| 2350 | 2026-05-28T00:44:35.885Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2351 | 2026-05-28T00:44:35.901Z | Compiling usdt v0.5.0 |
| 2352 | 2026-05-28T00:44:35.929Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2353 | 2026-05-28T00:44:36.125Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 2354 | 2026-05-28T00:44:36.176Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2355 | 2026-05-28T00:44:36.260Z | Compiling serde-value v0.7.0 |
| 2356 | 2026-05-28T00:44:36.461Z | Compiling zone v0.3.1 |
| 2357 | 2026-05-28T00:44:36.495Z | Compiling serde-untagged v0.1.9 |
| 2358 | 2026-05-28T00:44:36.514Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2359 | 2026-05-28T00:44:36.793Z | Compiling toml v0.8.23 |
| 2360 | 2026-05-28T00:44:36.812Z | Compiling smf v0.2.3 |
| 2361 | 2026-05-28T00:44:36.852Z | Compiling filetime v0.2.27 |
| 2362 | 2026-05-28T00:44:36.864Z | Compiling unicode-xid v0.2.6 |
| 2363 | 2026-05-28T00:44:36.879Z | Compiling arrayref v0.3.9 |
| 2364 | 2026-05-28T00:44:36.896Z | Compiling constant_time_eq v0.4.2 |
| 2365 | 2026-05-28T00:44:36.977Z | Compiling whoami v1.6.1 |
| 2366 | 2026-05-28T00:44:36.994Z | Compiling arrayvec v0.7.6 |
| 2367 | 2026-05-28T00:44:37.023Z | Compiling xattr v1.6.1 |
| 2368 | 2026-05-28T00:44:37.078Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2369 | 2026-05-28T00:44:37.103Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2370 | 2026-05-28T00:44:37.119Z | Compiling tokio-dtrace v0.1.1 |
| 2371 | 2026-05-28T00:44:37.178Z | Compiling tar v0.4.45 |
| 2372 | 2026-05-28T00:44:37.255Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2373 | 2026-05-28T00:44:37.356Z | Compiling cargo-util-schemas v0.8.2 |
| 2374 | 2026-05-28T00:44:37.448Z | Compiling console v0.16.2 |
| 2375 | 2026-05-28T00:44:37.464Z | Compiling gethostname v0.5.0 |
| 2376 | 2026-05-28T00:44:37.628Z | Compiling cargo-platform v0.2.0 |
| 2377 | 2026-05-28T00:44:37.927Z | Compiling topological-sort v0.2.2 |
| 2378 | 2026-05-28T00:44:37.958Z | Compiling unit-prefix v0.5.2 |
| 2379 | 2026-05-28T00:44:38.013Z | Compiling oxide-tokio-rt v0.1.4 |
| 2380 | 2026-05-28T00:44:38.031Z | Compiling shell-words v1.1.1 |
| 2381 | 2026-05-28T00:44:38.120Z | Compiling indicatif v0.18.4 |
| 2382 | 2026-05-28T00:44:38.155Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2383 | 2026-05-28T00:44:38.561Z | Compiling cargo_metadata v0.21.0 |
| 2384 | 2026-05-28T00:44:47.663Z | Compiling progenitor-client v0.10.0 |
| 2385 | 2026-05-28T00:44:47.664Z | Compiling omicron-zone-package v0.12.2 |
| 2386 | 2026-05-28T00:44:47.696Z | Compiling progenitor-client v0.14.0 |
| 2387 | 2026-05-28T00:44:48.157Z | Compiling progenitor-extras v0.2.0 |
| 2388 | 2026-05-28T00:44:50.340Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2389 | 2026-05-28T00:44:50.357Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2390 | 2026-05-28T00:44:50.373Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2391 | 2026-05-28T00:44:50.448Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2392 | 2026-05-28T00:44:50.542Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2393 | 2026-05-28T00:44:50.646Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2394 | 2026-05-28T00:44:50.667Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2395 | 2026-05-28T00:44:50.739Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2396 | 2026-05-28T00:44:50.791Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2397 | 2026-05-28T00:44:54.692Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2398 | 2026-05-28T00:45:02.389Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2399 | 2026-05-28T00:45:05.463Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2400 | 2026-05-28T00:45:06.431Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2401 | 2026-05-28T00:45:16.162Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2402 | 2026-05-28T00:45:16.317Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2403 | 2026-05-28T00:45:16.382Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2404 | 2026-05-28T00:45:16.386Z | Created new build target 'test' and set it as active |
| 2405 | 2026-05-28T00:45:16.386Z | |
| 2406 | 2026-05-28T00:45:16.386Z | real 1:43.931415005 |
| 2407 | 2026-05-28T00:45:16.386Z | user 17:00.134259104 |
| 2408 | 2026-05-28T00:45:16.386Z | sys 2:36.404856770 |
| 2409 | 2026-05-28T00:45:16.386Z | trap 0.461263508 |
| 2410 | 2026-05-28T00:45:16.387Z | tflt 2.939846660 |
| 2411 | 2026-05-28T00:45:16.387Z | dflt 4.517151455 |
| 2412 | 2026-05-28T00:45:16.387Z | kflt 0.000556480 |
| 2413 | 2026-05-28T00:45:16.387Z | lock 52:50.321067232 |
| 2414 | 2026-05-28T00:45:16.387Z | slp 43:17.167709413 |
| 2415 | 2026-05-28T00:45:16.387Z | lat 42.878972529 |
| 2416 | 2026-05-28T00:45:16.387Z | stop 5:29.881491110 |
| 2417 | 2026-05-28T00:45:16.392Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2418 | 2026-05-28T00:45:17.291Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2419 | 2026-05-28T00:45:17.365Z | Running `target/release/omicron-package -t test package` |
| 2420 | 2026-05-28T00:45:17.423Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2421 | 2026-05-28T00:45:18.868Z | Compiling heck v0.5.0 |
| 2422 | 2026-05-28T00:45:18.868Z | Compiling regress v0.11.1 |
| 2423 | 2026-05-28T00:45:18.871Z | Compiling unsafe-libyaml v0.2.11 |
| 2424 | 2026-05-28T00:45:19.127Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2425 | 2026-05-28T00:45:19.148Z | Compiling regress v0.10.5 |
| 2426 | 2026-05-28T00:45:19.173Z | Compiling is-terminal v0.4.17 |
| 2427 | 2026-05-28T00:45:19.175Z | Compiling unicode-width v0.1.14 |
| 2428 | 2026-05-28T00:45:19.214Z | Compiling prettyplease v0.2.37 |
| 2429 | 2026-05-28T00:45:19.236Z | Compiling bytecount v0.6.9 |
| 2430 | 2026-05-28T00:45:19.236Z | Compiling rustls v0.22.4 |
| 2431 | 2026-05-28T00:45:19.239Z | Compiling rustls-webpki v0.102.8 |
| 2432 | 2026-05-28T00:45:19.239Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-05-28T00:45:19.239Z | Compiling thread_local v1.1.9 |
| 2434 | 2026-05-28T00:45:19.259Z | Compiling compression-core v0.4.31 |
| 2435 | 2026-05-28T00:45:19.280Z | Compiling match_cfg v0.1.0 |
| 2436 | 2026-05-28T00:45:19.337Z | Compiling multer v3.1.0 |
| 2437 | 2026-05-28T00:45:19.403Z | Compiling hostname v0.3.1 |
| 2438 | 2026-05-28T00:45:19.424Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2439 | 2026-05-28T00:45:19.450Z | Compiling compression-codecs v0.4.37 |
| 2440 | 2026-05-28T00:45:19.455Z | Compiling slog-async v2.8.0 |
| 2441 | 2026-05-28T00:45:19.455Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2442 | 2026-05-28T00:45:19.515Z | Compiling crossbeam-channel v0.5.15 |
| 2443 | 2026-05-28T00:45:19.518Z | Compiling slog-json v2.6.1 |
| 2444 | 2026-05-28T00:45:19.559Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2445 | 2026-05-28T00:45:19.562Z | Compiling serde_spanned v1.0.4 |
| 2446 | 2026-05-28T00:45:19.562Z | Compiling term v1.2.1 |
| 2447 | 2026-05-28T00:45:19.656Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-05-28T00:45:19.680Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2449 | 2026-05-28T00:45:19.708Z | Compiling take_mut v0.2.2 |
| 2450 | 2026-05-28T00:45:19.768Z | Compiling slog-bunyan v2.5.0 |
| 2451 | 2026-05-28T00:45:19.790Z | Compiling async-compression v0.4.41 |
| 2452 | 2026-05-28T00:45:19.919Z | Compiling slog-term v2.9.2 |
| 2453 | 2026-05-28T00:45:19.940Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2454 | 2026-05-28T00:45:19.979Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2455 | 2026-05-28T00:45:20.019Z | Compiling async-stream v0.3.6 |
| 2456 | 2026-05-28T00:45:20.119Z | Compiling dropshot v0.17.0 |
| 2457 | 2026-05-28T00:45:20.119Z | Compiling num-rational v0.4.2 |
| 2458 | 2026-05-28T00:45:20.165Z | Compiling progenitor-client v0.14.0 |
| 2459 | 2026-05-28T00:45:20.199Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2460 | 2026-05-28T00:45:20.238Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2461 | 2026-05-28T00:45:20.301Z | Compiling waitgroup v0.1.2 |
| 2462 | 2026-05-28T00:45:20.322Z | Compiling backon v1.6.0 |
| 2463 | 2026-05-28T00:45:20.403Z | Compiling rustls-pemfile v2.2.0 |
| 2464 | 2026-05-28T00:45:20.453Z | Compiling num-complex v0.4.6 |
| 2465 | 2026-05-28T00:45:20.475Z | Compiling hostname v0.4.2 |
| 2466 | 2026-05-28T00:45:20.499Z | Compiling serde_path_to_error v0.1.20 |
| 2467 | 2026-05-28T00:45:20.503Z | Compiling instant v0.1.13 |
| 2468 | 2026-05-28T00:45:20.521Z | Compiling debug-ignore v1.0.5 |
| 2469 | 2026-05-28T00:45:20.564Z | Compiling progenitor-extras v0.2.0 |
| 2470 | 2026-05-28T00:45:20.626Z | Compiling typify-impl v0.6.2 |
| 2471 | 2026-05-28T00:45:20.648Z | Compiling backoff v0.4.0 |
| 2472 | 2026-05-28T00:45:20.668Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2473 | 2026-05-28T00:45:20.687Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2474 | 2026-05-28T00:45:20.917Z | Compiling num v0.4.3 |
| 2475 | 2026-05-28T00:45:20.938Z | Compiling parse-display v0.10.0 |
| 2476 | 2026-05-28T00:45:20.990Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2477 | 2026-05-28T00:45:21.013Z | Compiling progenitor-client v0.10.0 |
| 2478 | 2026-05-28T00:45:21.034Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2479 | 2026-05-28T00:45:21.058Z | Compiling macaddr v1.0.1 |
| 2480 | 2026-05-28T00:45:21.178Z | Compiling float-ord v0.3.2 |
| 2481 | 2026-05-28T00:45:21.268Z | Compiling console v0.15.11 |
| 2482 | 2026-05-28T00:45:21.314Z | Compiling atomicwrites v0.4.4 |
| 2483 | 2026-05-28T00:45:21.334Z | Compiling newline-converter v0.3.0 |
| 2484 | 2026-05-28T00:45:21.337Z | Compiling slog-dtrace v0.3.0 |
| 2485 | 2026-05-28T00:45:21.432Z | Compiling cancel-safe-futures v0.1.5 |
| 2486 | 2026-05-28T00:45:21.536Z | Compiling resolv-conf v0.7.6 |
| 2487 | 2026-05-28T00:45:21.612Z | Compiling tokio-rustls v0.25.0 |
| 2488 | 2026-05-28T00:45:21.653Z | Compiling expectorate v1.2.0 |
| 2489 | 2026-05-28T00:45:21.674Z | Compiling owo-colors v4.3.0 |
| 2490 | 2026-05-28T00:45:21.745Z | Compiling toml v0.8.23 |
| 2491 | 2026-05-28T00:45:21.771Z | Compiling libsw-core v0.3.2 |
| 2492 | 2026-05-28T00:45:21.925Z | Compiling linked-hash-map v0.5.6 |
| 2493 | 2026-05-28T00:45:21.979Z | Compiling libsw v3.5.0 |
| 2494 | 2026-05-28T00:45:22.164Z | Compiling linear-map v1.2.0 |
| 2495 | 2026-05-28T00:45:22.187Z | Compiling lru-cache v0.1.2 |
| 2496 | 2026-05-28T00:45:22.234Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2497 | 2026-05-28T00:45:22.258Z | Compiling minimal-lexical v0.2.1 |
| 2498 | 2026-05-28T00:45:22.329Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2499 | 2026-05-28T00:45:22.353Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2500 | 2026-05-28T00:45:22.407Z | Compiling hickory-proto v0.24.4 |
| 2501 | 2026-05-28T00:45:22.449Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-05-28T00:45:22.521Z | Compiling nom v7.1.3 |
| 2503 | 2026-05-28T00:45:22.571Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2504 | 2026-05-28T00:45:22.599Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-05-28T00:45:22.682Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-05-28T00:45:22.981Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2507 | 2026-05-28T00:45:23.049Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2508 | 2026-05-28T00:45:23.562Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-05-28T00:45:23.895Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-05-28T00:45:23.954Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2511 | 2026-05-28T00:45:24.119Z | Compiling papergrid v0.11.0 |
| 2512 | 2026-05-28T00:45:24.147Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-05-28T00:45:24.172Z | Compiling tabled_derive v0.7.0 |
| 2514 | 2026-05-28T00:45:24.338Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2515 | 2026-05-28T00:45:24.586Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2516 | 2026-05-28T00:45:24.804Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2517 | 2026-05-28T00:45:24.953Z | Compiling hickory-resolver v0.24.4 |
| 2518 | 2026-05-28T00:45:25.073Z | Compiling derive_more v2.1.1 |
| 2519 | 2026-05-28T00:45:25.106Z | Compiling termtree v0.5.1 |
| 2520 | 2026-05-28T00:45:25.196Z | Compiling crossterm v0.29.0 |
| 2521 | 2026-05-28T00:45:25.347Z | Compiling tabled v0.15.0 |
| 2522 | 2026-05-28T00:45:25.700Z | Compiling typify v0.6.2 |
| 2523 | 2026-05-28T00:45:25.989Z | Compiling progenitor-impl v0.14.0 |
| 2524 | 2026-05-28T00:45:26.175Z | Compiling qorb v0.4.1 |
| 2525 | 2026-05-28T00:45:26.522Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2526 | 2026-05-28T00:45:28.206Z | Compiling progenitor-macro v0.14.0 |
| 2527 | 2026-05-28T00:45:28.229Z | Compiling phf_shared v0.12.1 |
| 2528 | 2026-05-28T00:45:28.355Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2529 | 2026-05-28T00:45:28.477Z | Compiling vte v0.14.1 |
| 2530 | 2026-05-28T00:45:28.735Z | Compiling csv-core v0.1.13 |
| 2531 | 2026-05-28T00:45:28.873Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-05-28T00:45:29.209Z | Compiling highway v1.3.0 |
| 2533 | 2026-05-28T00:45:29.356Z | Compiling csv v1.4.0 |
| 2534 | 2026-05-28T00:45:29.570Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2535 | 2026-05-28T00:45:29.937Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-05-28T00:45:30.222Z | Compiling strip-ansi-escapes v0.2.1 |
| 2537 | 2026-05-28T00:45:30.357Z | Compiling phf v0.12.1 |
| 2538 | 2026-05-28T00:45:30.464Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-05-28T00:45:30.563Z | Compiling const_format_proc_macros v0.2.34 |
| 2540 | 2026-05-28T00:45:30.793Z | Compiling fd-lock v4.0.4 |
| 2541 | 2026-05-28T00:45:30.945Z | Compiling peg-macros v0.8.5 |
| 2542 | 2026-05-28T00:45:30.973Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2543 | 2026-05-28T00:45:31.348Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2544 | 2026-05-28T00:45:31.738Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-28T00:45:31.966Z | Compiling const_format v0.2.35 |
| 2546 | 2026-05-28T00:45:32.210Z | Compiling peg v0.8.5 |
| 2547 | 2026-05-28T00:45:32.261Z | Compiling progenitor v0.14.0 |
| 2548 | 2026-05-28T00:45:32.313Z | Compiling reedline v0.40.0 |
| 2549 | 2026-05-28T00:45:32.447Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2550 | 2026-05-28T00:45:32.468Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2551 | 2026-05-28T00:45:32.494Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2552 | 2026-05-28T00:45:33.187Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-05-28T00:45:33.219Z | Compiling bcs v0.1.6 |
| 2554 | 2026-05-28T00:45:33.471Z | Compiling nom v8.0.0 |
| 2555 | 2026-05-28T00:45:33.662Z | Compiling semver v0.1.20 |
| 2556 | 2026-05-28T00:45:33.948Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-05-28T00:45:34.181Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-05-28T00:45:34.406Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-05-28T00:45:34.668Z | Compiling smawk v0.3.2 |
| 2560 | 2026-05-28T00:45:34.863Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 2561 | 2026-05-28T00:45:34.909Z | Compiling humantime v2.3.0 |
| 2562 | 2026-05-28T00:45:34.971Z | Compiling unicode-linebreak v0.1.5 |
| 2563 | 2026-05-28T00:45:35.274Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2564 | 2026-05-28T00:45:35.306Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-05-28T00:45:35.426Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2566 | 2026-05-28T00:45:35.508Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2567 | 2026-05-28T00:45:35.580Z | Compiling base64 v0.21.7 |
| 2568 | 2026-05-28T00:45:35.669Z | Compiling steno v0.4.1 |
| 2569 | 2026-05-28T00:45:35.790Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2570 | 2026-05-28T00:45:36.117Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 2571 | 2026-05-28T00:45:36.149Z | Compiling progenitor-impl v0.13.0 |
| 2572 | 2026-05-28T00:45:36.242Z | Compiling progenitor-client v0.13.0 |
| 2573 | 2026-05-28T00:45:36.968Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-05-28T00:45:37.163Z | Compiling moka v0.12.13 |
| 2575 | 2026-05-28T00:45:37.339Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2576 | 2026-05-28T00:45:37.545Z | Compiling utf-8 v0.7.6 |
| 2577 | 2026-05-28T00:45:37.612Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2578 | 2026-05-28T00:45:37.786Z | Compiling tungstenite v0.21.0 |
| 2579 | 2026-05-28T00:45:37.815Z | Compiling radium v0.7.0 |
| 2580 | 2026-05-28T00:45:38.135Z | Compiling maybe-uninit v2.0.0 |
| 2581 | 2026-05-28T00:45:38.316Z | Compiling progenitor-macro v0.13.0 |
| 2582 | 2026-05-28T00:45:38.394Z | Compiling hickory-resolver v0.25.2 |
| 2583 | 2026-05-28T00:45:38.431Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-05-28T00:45:38.852Z | Compiling tap v1.0.1 |
| 2585 | 2026-05-28T00:45:39.011Z | Compiling wyz v0.5.1 |
| 2586 | 2026-05-28T00:45:39.207Z | Compiling zerocopy-derive v0.6.6 |
| 2587 | 2026-05-28T00:45:39.287Z | Compiling packed_struct v0.10.1 |
| 2588 | 2026-05-28T00:45:39.561Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2589 | 2026-05-28T00:45:39.915Z | Compiling funty v2.0.0 |
| 2590 | 2026-05-28T00:45:39.990Z | Compiling display-error-chain v0.2.2 |
| 2591 | 2026-05-28T00:45:40.166Z | Compiling crc-catalog v2.4.0 |
| 2592 | 2026-05-28T00:45:40.305Z | Compiling bitvec v1.0.1 |
| 2593 | 2026-05-28T00:45:40.478Z | Compiling crc v3.4.0 |
| 2594 | 2026-05-28T00:45:40.714Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 2595 | 2026-05-28T00:45:40.886Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 2596 | 2026-05-28T00:45:41.025Z | Compiling zerocopy v0.6.6 |
| 2597 | 2026-05-28T00:45:41.412Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2598 | 2026-05-28T00:45:41.509Z | Compiling packed_struct_codegen v0.10.1 |
| 2599 | 2026-05-28T00:45:42.129Z | Compiling num-derive v0.3.3 |
| 2600 | 2026-05-28T00:45:42.493Z | Compiling progenitor v0.13.0 |
| 2601 | 2026-05-28T00:45:42.542Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-05-28T00:45:42.563Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2603 | 2026-05-28T00:45:42.674Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2604 | 2026-05-28T00:45:43.002Z | Compiling indexmap v1.9.3 |
| 2605 | 2026-05-28T00:45:43.026Z | Compiling nodrop v0.1.14 |
| 2606 | 2026-05-28T00:45:43.154Z | Compiling array-init v0.0.4 |
| 2607 | 2026-05-28T00:45:43.245Z | Compiling bitfield v0.19.4 |
| 2608 | 2026-05-28T00:45:43.301Z | Compiling libscf-sys v1.1.0 |
| 2609 | 2026-05-28T00:45:43.346Z | Compiling proc-macro-error2 v2.0.1 |
| 2610 | 2026-05-28T00:45:43.551Z | Compiling smallvec v0.6.14 |
| 2611 | 2026-05-28T00:45:43.591Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-05-28T00:45:43.671Z | Compiling tabled_derive v0.11.0 |
| 2613 | 2026-05-28T00:45:43.772Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-05-28T00:45:43.825Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2615 | 2026-05-28T00:45:44.222Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2616 | 2026-05-28T00:45:44.388Z | Compiling ron v0.8.1 |
| 2617 | 2026-05-28T00:45:44.489Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2618 | 2026-05-28T00:45:44.519Z | Compiling typify-impl v0.4.3 |
| 2619 | 2026-05-28T00:45:44.718Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2620 | 2026-05-28T00:45:44.758Z | Compiling papergrid v0.17.0 |
| 2621 | 2026-05-28T00:45:44.854Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2622 | 2026-05-28T00:45:45.016Z | Compiling testing_table v0.3.0 |
| 2623 | 2026-05-28T00:45:45.452Z | Compiling hashbrown v0.13.2 |
| 2624 | 2026-05-28T00:45:45.909Z | Compiling vergen-gitcl v1.0.8 |
| 2625 | 2026-05-28T00:45:46.077Z | Compiling dirs-sys-next v0.1.2 |
| 2626 | 2026-05-28T00:45:46.142Z | Compiling crunchy v0.2.4 |
| 2627 | 2026-05-28T00:45:46.369Z | Compiling crc-any v2.5.0 |
| 2628 | 2026-05-28T00:45:46.438Z | Compiling glob v0.3.3 |
| 2629 | 2026-05-28T00:45:46.627Z | Compiling maplit v1.0.2 |
| 2630 | 2026-05-28T00:45:46.748Z | Compiling diesel_derives v2.3.7 |
| 2631 | 2026-05-28T00:45:46.802Z | Compiling dirs-next v2.0.0 |
| 2632 | 2026-05-28T00:45:46.823Z | Compiling clang-sys v1.8.1 |
| 2633 | 2026-05-28T00:45:46.877Z | Compiling object v0.30.4 |
| 2634 | 2026-05-28T00:45:46.953Z | Compiling tabled v0.20.0 |
| 2635 | 2026-05-28T00:45:47.006Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2636 | 2026-05-28T00:45:47.213Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2637 | 2026-05-28T00:45:47.256Z | Compiling dsl_auto_type v0.2.0 |
| 2638 | 2026-05-28T00:45:47.434Z | Compiling scheduled-thread-pool v0.2.7 |
| 2639 | 2026-05-28T00:45:47.688Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2640 | 2026-05-28T00:45:47.814Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2641 | 2026-05-28T00:45:47.914Z | Compiling path-slash v0.1.5 |
| 2642 | 2026-05-28T00:45:47.991Z | Compiling typify-macro v0.4.3 |
| 2643 | 2026-05-28T00:45:48.041Z | Compiling xshell-macros v0.2.7 |
| 2644 | 2026-05-28T00:45:48.062Z | Compiling tiny-keccak v2.0.2 |
| 2645 | 2026-05-28T00:45:48.165Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2646 | 2026-05-28T00:45:48.442Z | Compiling xshell v0.2.7 |
| 2647 | 2026-05-28T00:45:48.632Z | Compiling r2d2 v0.8.10 |
| 2648 | 2026-05-28T00:45:48.918Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2649 | 2026-05-28T00:45:49.521Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2650 | 2026-05-28T00:45:49.781Z | Compiling term v0.7.0 |
| 2651 | 2026-05-28T00:45:50.427Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2652 | 2026-05-28T00:45:50.458Z | Compiling downcast-rs v2.0.2 |
| 2653 | 2026-05-28T00:45:50.594Z | Compiling bit-vec v0.6.3 |
| 2654 | 2026-05-28T00:45:50.820Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2655 | 2026-05-28T00:45:50.843Z | Compiling bit-set v0.5.3 |
| 2656 | 2026-05-28T00:45:51.039Z | Compiling ascii-canvas v3.0.0 |
| 2657 | 2026-05-28T00:45:51.306Z | Compiling itertools v0.10.5 |
| 2658 | 2026-05-28T00:45:51.508Z | Compiling ena v0.14.4 |
| 2659 | 2026-05-28T00:45:51.722Z | Compiling libloading v0.8.9 |
| 2660 | 2026-05-28T00:45:51.768Z | Compiling unicase v2.9.0 |
| 2661 | 2026-05-28T00:45:51.957Z | Compiling bindgen v0.71.1 |
| 2662 | 2026-05-28T00:45:52.090Z | Compiling diff v0.1.13 |
| 2663 | 2026-05-28T00:45:52.123Z | Compiling crc8 v0.1.1 |
| 2664 | 2026-05-28T00:45:52.246Z | Compiling regex-syntax v0.6.29 |
| 2665 | 2026-05-28T00:45:52.352Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2666 | 2026-05-28T00:45:52.382Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2667 | 2026-05-28T00:45:52.432Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-05-28T00:45:52.940Z | Compiling diesel v2.3.7 |
| 2669 | 2026-05-28T00:45:52.982Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2670 | 2026-05-28T00:45:53.042Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2671 | 2026-05-28T00:45:53.084Z | Compiling rustc-hash v2.1.1 |
| 2672 | 2026-05-28T00:45:53.235Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2673 | 2026-05-28T00:45:53.257Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2674 | 2026-05-28T00:45:53.281Z | Compiling typify v0.4.3 |
| 2675 | 2026-05-28T00:45:53.418Z | Compiling headers-core v0.3.0 |
| 2676 | 2026-05-28T00:45:53.577Z | Compiling lalrpop v0.19.12 |
| 2677 | 2026-05-28T00:45:53.665Z | Compiling git-stub v1.0.0 |
| 2678 | 2026-05-28T00:45:53.841Z | Compiling libxml v0.3.3 |
| 2679 | 2026-05-28T00:45:53.923Z | Compiling git-stub-vcs v0.1.0 |
| 2680 | 2026-05-28T00:45:54.151Z | Compiling headers v0.4.1 |
| 2681 | 2026-05-28T00:45:54.222Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2682 | 2026-05-28T00:45:54.271Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2683 | 2026-05-28T00:45:54.514Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2684 | 2026-05-28T00:45:54.760Z | Compiling strum_macros v0.24.3 |
| 2685 | 2026-05-28T00:45:54.983Z | Compiling indoc v1.0.9 |
| 2686 | 2026-05-28T00:45:55.330Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-05-28T00:45:55.436Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2688 | 2026-05-28T00:45:55.470Z | Compiling derive_builder v0.20.2 |
| 2689 | 2026-05-28T00:45:55.491Z | Compiling oso-derive v0.27.3 |
| 2690 | 2026-05-28T00:45:55.555Z | Compiling quick-xml v0.37.5 |
| 2691 | 2026-05-28T00:45:55.642Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2692 | 2026-05-28T00:45:55.845Z | Compiling half v1.8.3 |
| 2693 | 2026-05-28T00:45:56.024Z | Compiling openssl-probe v0.1.6 |
| 2694 | 2026-05-28T00:45:56.093Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-05-28T00:45:56.325Z | Compiling serde_cbor v0.11.2 |
| 2696 | 2026-05-28T00:45:56.379Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2697 | 2026-05-28T00:45:56.802Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2698 | 2026-05-28T00:45:57.050Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2699 | 2026-05-28T00:45:57.183Z | Compiling bb8 v0.8.6 |
| 2700 | 2026-05-28T00:45:57.271Z | Compiling trait-variant v0.1.2 |
| 2701 | 2026-05-28T00:45:57.334Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2702 | 2026-05-28T00:45:57.402Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2703 | 2026-05-28T00:45:57.563Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2704 | 2026-05-28T00:45:57.616Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2705 | 2026-05-28T00:45:57.758Z | Compiling fxhash v0.2.1 |
| 2706 | 2026-05-28T00:45:57.806Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2707 | 2026-05-28T00:45:57.858Z | Compiling salty v0.3.0 |
| 2708 | 2026-05-28T00:45:58.168Z | Compiling progenitor-impl v0.10.0 |
| 2709 | 2026-05-28T00:45:58.221Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2710 | 2026-05-28T00:45:58.270Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2711 | 2026-05-28T00:45:58.296Z | Compiling kstat-rs v0.2.4 |
| 2712 | 2026-05-28T00:45:58.392Z | Compiling samael v0.0.19 |
| 2713 | 2026-05-28T00:45:58.595Z | Compiling libz-sys v1.1.24 |
| 2714 | 2026-05-28T00:45:58.787Z | Compiling nonempty v0.12.0 |
| 2715 | 2026-05-28T00:45:58.966Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-05-28T00:45:59.013Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2717 | 2026-05-28T00:46:00.096Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2718 | 2026-05-28T00:46:00.274Z | Compiling progenitor-macro v0.10.0 |
| 2719 | 2026-05-28T00:46:00.523Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2720 | 2026-05-28T00:46:00.601Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2721 | 2026-05-28T00:46:01.056Z | Compiling polar-core v0.27.3 |
| 2722 | 2026-05-28T00:46:01.480Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2723 | 2026-05-28T00:46:01.942Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2724 | 2026-05-28T00:46:02.063Z | Compiling darling_core v0.23.0 |
| 2725 | 2026-05-28T00:46:02.607Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-05-28T00:46:02.978Z | Compiling arc-swap v1.8.2 |
| 2727 | 2026-05-28T00:46:03.346Z | Compiling fs-err v2.11.0 |
| 2728 | 2026-05-28T00:46:03.587Z | Compiling parking_lot_core v0.8.6 |
| 2729 | 2026-05-28T00:46:04.060Z | Compiling slog-scope v4.4.1 |
| 2730 | 2026-05-28T00:46:04.097Z | Compiling mime_guess v2.0.5 |
| 2731 | 2026-05-28T00:46:04.280Z | Compiling progenitor v0.10.0 |
| 2732 | 2026-05-28T00:46:04.300Z | Compiling darling_macro v0.23.0 |
| 2733 | 2026-05-28T00:46:04.462Z | Compiling flume v0.11.1 |
| 2734 | 2026-05-28T00:46:04.511Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-28T00:46:04.605Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2736 | 2026-05-28T00:46:04.845Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2737 | 2026-05-28T00:46:05.321Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-05-28T00:46:05.644Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 2739 | 2026-05-28T00:46:06.495Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2740 | 2026-05-28T00:46:06.739Z | Compiling instability v0.3.11 |
| 2741 | 2026-05-28T00:46:06.910Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2742 | 2026-05-28T00:46:07.019Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-05-28T00:46:07.174Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 2744 | 2026-05-28T00:46:07.283Z | Compiling p384 v0.13.1 |
| 2745 | 2026-05-28T00:46:07.990Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2746 | 2026-05-28T00:46:08.285Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2747 | 2026-05-28T00:46:08.542Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2748 | 2026-05-28T00:46:12.356Z | Compiling oso v0.27.3 |
| 2749 | 2026-05-28T00:46:12.980Z | Compiling diesel-dtrace v0.5.0 |
| 2750 | 2026-05-28T00:46:13.299Z | Compiling async-bb8-diesel v0.2.1 |
| 2751 | 2026-05-28T00:46:13.403Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2752 | 2026-05-28T00:46:13.895Z | Compiling darling v0.23.0 |
| 2753 | 2026-05-28T00:46:14.051Z | Compiling slog-stdlog v4.1.1 |
| 2754 | 2026-05-28T00:46:15.086Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2755 | 2026-05-28T00:46:15.109Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2756 | 2026-05-28T00:46:15.182Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2757 | 2026-05-28T00:46:15.371Z | Compiling ignore v0.4.25 |
| 2758 | 2026-05-28T00:46:16.097Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-28T00:46:16.303Z | Compiling castaway v0.2.4 |
| 2760 | 2026-05-28T00:46:16.459Z | Compiling atty v0.2.14 |
| 2761 | 2026-05-28T00:46:16.501Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-05-28T00:46:16.607Z | Compiling parse-size v1.1.0 |
| 2763 | 2026-05-28T00:46:16.734Z | Compiling indoc v2.0.7 |
| 2764 | 2026-05-28T00:46:16.867Z | Compiling http-range v0.1.5 |
| 2765 | 2026-05-28T00:46:17.198Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-05-28T00:46:17.514Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2767 | 2026-05-28T00:46:17.999Z | Compiling compact_str v0.8.1 |
| 2768 | 2026-05-28T00:46:18.022Z | Compiling globwalk v0.9.1 |
| 2769 | 2026-05-28T00:46:18.683Z | Compiling parking_lot v0.11.2 |
| 2770 | 2026-05-28T00:46:18.708Z | Compiling slog-envlogger v2.2.0 |
| 2771 | 2026-05-28T00:46:18.731Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2772 | 2026-05-28T00:46:19.877Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2773 | 2026-05-28T00:46:19.899Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2774 | 2026-05-28T00:46:20.387Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2775 | 2026-05-28T00:46:20.466Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-05-28T00:46:20.500Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2777 | 2026-05-28T00:46:20.958Z | Compiling progenitor-impl v0.11.2 |
| 2778 | 2026-05-28T00:46:21.152Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2779 | 2026-05-28T00:46:21.215Z | Compiling predicates-tree v1.0.13 |
| 2780 | 2026-05-28T00:46:21.259Z | Compiling unicode-truncate v1.1.0 |
| 2781 | 2026-05-28T00:46:21.470Z | Compiling lru v0.12.5 |
| 2782 | 2026-05-28T00:46:21.492Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-05-28T00:46:21.672Z | Compiling rand_seeder v0.4.0 |
| 2784 | 2026-05-28T00:46:21.698Z | Compiling prefix-trie v0.7.0 |
| 2785 | 2026-05-28T00:46:21.933Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2786 | 2026-05-28T00:46:22.039Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2787 | 2026-05-28T00:46:22.195Z | Compiling vergen-git2 v1.0.7 |
| 2788 | 2026-05-28T00:46:22.216Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2789 | 2026-05-28T00:46:22.362Z | Compiling corncobs v0.1.4 |
| 2790 | 2026-05-28T00:46:22.432Z | Compiling cassowary v0.3.0 |
| 2791 | 2026-05-28T00:46:22.505Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-05-28T00:46:22.563Z | Compiling hickory-server v0.25.2 |
| 2793 | 2026-05-28T00:46:22.601Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2794 | 2026-05-28T00:46:22.623Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2795 | 2026-05-28T00:46:22.742Z | Compiling ratatui v0.29.0 |
| 2796 | 2026-05-28T00:46:22.838Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2797 | 2026-05-28T00:46:22.906Z | Compiling camino-tempfile-ext v0.3.3 |
| 2798 | 2026-05-28T00:46:23.085Z | Compiling progenitor-macro v0.11.2 |
| 2799 | 2026-05-28T00:46:23.257Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2800 | 2026-05-28T00:46:23.554Z | Compiling hyper-staticfile v0.10.1 |
| 2801 | 2026-05-28T00:46:24.012Z | Compiling sled v0.34.7 |
| 2802 | 2026-05-28T00:46:24.757Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2803 | 2026-05-28T00:46:25.510Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2804 | 2026-05-28T00:46:26.862Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2805 | 2026-05-28T00:46:27.081Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2806 | 2026-05-28T00:46:27.312Z | Compiling progenitor-client v0.11.2 |
| 2807 | 2026-05-28T00:46:27.561Z | Compiling secrecy v0.8.0 |
| 2808 | 2026-05-28T00:46:27.638Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2809 | 2026-05-28T00:46:27.754Z | Compiling rustls v0.21.12 |
| 2810 | 2026-05-28T00:46:27.901Z | Compiling progenitor v0.11.2 |
| 2811 | 2026-05-28T00:46:28.086Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2812 | 2026-05-28T00:46:28.149Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2813 | 2026-05-28T00:46:28.323Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2814 | 2026-05-28T00:46:29.819Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2815 | 2026-05-28T00:46:30.138Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2816 | 2026-05-28T00:46:30.768Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2817 | 2026-05-28T00:46:30.937Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2818 | 2026-05-28T00:46:32.742Z | Compiling git2 v0.20.4 |
| 2819 | 2026-05-28T00:46:33.182Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2820 | 2026-05-28T00:46:33.215Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2821 | 2026-05-28T00:46:33.434Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2822 | 2026-05-28T00:46:33.656Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2823 | 2026-05-28T00:46:33.745Z | Compiling sct v0.7.1 |
| 2824 | 2026-05-28T00:46:33.876Z | Compiling rustls-webpki v0.101.7 |
| 2825 | 2026-05-28T00:46:34.015Z | Compiling nix v0.29.0 |
| 2826 | 2026-05-28T00:46:34.435Z | Compiling dropshot v0.16.7 |
| 2827 | 2026-05-28T00:46:34.666Z | Compiling void v1.0.2 |
| 2828 | 2026-05-28T00:46:34.820Z | Compiling lzss v0.8.2 |
| 2829 | 2026-05-28T00:46:35.659Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2830 | 2026-05-28T00:46:35.680Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2831 | 2026-05-28T00:46:35.703Z | Compiling illumos-nvpair v0.3.0 |
| 2832 | 2026-05-28T00:46:35.808Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2833 | 2026-05-28T00:46:36.421Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2834 | 2026-05-28T00:46:36.771Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-05-28T00:46:36.839Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2836 | 2026-05-28T00:46:36.947Z | Compiling tungstenite v0.23.0 |
| 2837 | 2026-05-28T00:46:37.086Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-05-28T00:46:37.108Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2839 | 2026-05-28T00:46:37.330Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2840 | 2026-05-28T00:46:37.489Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2841 | 2026-05-28T00:46:37.558Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2842 | 2026-05-28T00:46:37.716Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2843 | 2026-05-28T00:46:37.779Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2844 | 2026-05-28T00:46:37.802Z | Compiling nix v0.27.1 |
| 2845 | 2026-05-28T00:46:37.936Z | Compiling dropshot_endpoint v0.16.7 |
| 2846 | 2026-05-28T00:46:38.953Z | Compiling serde_bytes v0.11.19 |
| 2847 | 2026-05-28T00:46:39.208Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2848 | 2026-05-28T00:46:39.272Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2849 | 2026-05-28T00:46:39.431Z | Compiling tokio-tungstenite v0.23.1 |
| 2850 | 2026-05-28T00:46:39.821Z | Compiling tokio-rustls v0.24.1 |
| 2851 | 2026-05-28T00:46:40.146Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2852 | 2026-05-28T00:46:42.034Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-05-28T00:46:43.157Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2854 | 2026-05-28T00:46:43.700Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2855 | 2026-05-28T00:46:44.194Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2856 | 2026-05-28T00:46:44.782Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2857 | 2026-05-28T00:46:45.269Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2858 | 2026-05-28T00:46:45.312Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2859 | 2026-05-28T00:46:45.867Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2860 | 2026-05-28T00:46:46.944Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2861 | 2026-05-28T00:46:47.317Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2862 | 2026-05-28T00:46:47.631Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2863 | 2026-05-28T00:46:48.407Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2864 | 2026-05-28T00:46:48.587Z | Compiling rustls-pemfile v1.0.4 |
| 2865 | 2026-05-28T00:46:49.012Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2866 | 2026-05-28T00:46:49.072Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2867 | 2026-05-28T00:46:49.095Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2868 | 2026-05-28T00:46:49.358Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2869 | 2026-05-28T00:46:50.366Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2870 | 2026-05-28T00:46:50.480Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2871 | 2026-05-28T00:46:52.200Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2872 | 2026-05-28T00:46:52.280Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2873 | 2026-05-28T00:46:52.432Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2874 | 2026-05-28T00:46:53.281Z | Compiling signal-hook-tokio v0.3.1 |
| 2875 | 2026-05-28T00:46:53.388Z | Compiling twox-hash v2.1.2 |
| 2876 | 2026-05-28T00:46:53.471Z | Compiling yasna v0.5.2 |
| 2877 | 2026-05-28T00:46:53.834Z | Compiling is_ci v1.2.0 |
| 2878 | 2026-05-28T00:46:53.949Z | Compiling supports-color v3.0.2 |
| 2879 | 2026-05-28T00:46:54.034Z | Compiling rcgen v0.12.1 |
| 2880 | 2026-05-28T00:46:54.208Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-05-28T00:46:54.239Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2882 | 2026-05-28T00:46:54.375Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2883 | 2026-05-28T00:46:54.414Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2884 | 2026-05-28T00:46:54.974Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2885 | 2026-05-28T00:46:55.236Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2886 | 2026-05-28T00:46:56.300Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2887 | 2026-05-28T00:46:57.192Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2888 | 2026-05-28T00:46:58.419Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2889 | 2026-05-28T00:46:58.731Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2890 | 2026-05-28T00:46:58.935Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2891 | 2026-05-28T00:46:58.963Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2892 | 2026-05-28T00:46:59.168Z | Compiling fatfs v0.3.6 |
| 2893 | 2026-05-28T00:46:59.171Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2894 | 2026-05-28T00:46:59.215Z | Compiling rtoolbox v0.0.3 |
| 2895 | 2026-05-28T00:46:59.400Z | Compiling subprocess v0.2.15 |
| 2896 | 2026-05-28T00:46:59.497Z | Compiling seq-macro v0.3.6 |
| 2897 | 2026-05-28T00:46:59.984Z | Compiling assert_matches v1.5.0 |
| 2898 | 2026-05-28T00:47:00.113Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2899 | 2026-05-28T00:47:00.368Z | Compiling rpassword v7.4.0 |
| 2900 | 2026-05-28T00:47:00.764Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2901 | 2026-05-28T00:47:01.625Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2902 | 2026-05-28T00:47:01.763Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2903 | 2026-05-28T00:47:02.133Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2904 | 2026-05-28T00:47:02.921Z | Compiling tui-tree-widget v0.23.1 |
| 2905 | 2026-05-28T00:47:03.209Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2906 | 2026-05-28T00:47:03.569Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2907 | 2026-05-28T00:47:04.093Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2908 | 2026-05-28T00:47:04.249Z | Compiling uzers v0.12.2 |
| 2909 | 2026-05-28T00:47:04.787Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2910 | 2026-05-28T00:47:05.147Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2911 | 2026-05-28T00:47:06.284Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2912 | 2026-05-28T00:47:07.699Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2913 | 2026-05-28T00:47:09.020Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2914 | 2026-05-28T00:47:11.054Z | Compiling support-bundle-viewer v0.1.2 |
| 2915 | 2026-05-28T00:47:11.232Z | Compiling multimap v0.10.1 |
| 2916 | 2026-05-28T00:47:20.461Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2917 | 2026-05-28T00:47:20.866Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2918 | 2026-05-28T00:47:21.862Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2919 | 2026-05-28T00:47:30.501Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2920 | 2026-05-28T00:53:15.028Z | Finished `release` profile [optimized] target(s) in 7m 57s |
| 2921 | 2026-05-28T00:54:00.819Z | |
| 2922 | 2026-05-28T00:54:00.819Z | real 8:44.403641885 |
| 2923 | 2026-05-28T00:54:00.819Z | user 1:18:21.937912424 |
| 2924 | 2026-05-28T00:54:00.822Z | sys 3:30.918472368 |
| 2925 | 2026-05-28T00:54:00.822Z | trap 1.781101964 |
| 2926 | 2026-05-28T00:54:00.822Z | tflt 2.313651640 |
| 2927 | 2026-05-28T00:54:00.822Z | dflt 15.194575215 |
| 2928 | 2026-05-28T00:54:00.822Z | kflt 0.027644267 |
| 2929 | 2026-05-28T00:54:00.822Z | lock 6:40:22.346081303 |
| 2930 | 2026-05-28T00:54:00.822Z | slp 2:13:55.620689949 |
| 2931 | 2026-05-28T00:54:00.822Z | lat 2:30.056466988 |
| 2932 | 2026-05-28T00:54:00.822Z | stop 5:29.653263352 |
| 2933 | 2026-05-28T00:54:00.822Z | + mapfile -t packages |
| 2934 | 2026-05-28T00:54:00.822Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2935 | 2026-05-28T00:54:01.787Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2936 | 2026-05-28T00:54:01.868Z | Running `target/release/omicron-package -t test list-outputs` |
| 2937 | 2026-05-28T00:54:01.927Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2938 | 2026-05-28T00:54:01.931Z | + ptime -m cargo build --locked --release -p xtask |
| 2939 | 2026-05-28T00:54:02.475Z | Compiling libc v0.2.185 |
| 2940 | 2026-05-28T00:54:02.475Z | Compiling serde v1.0.228 |
| 2941 | 2026-05-28T00:54:02.475Z | Compiling serde_core v1.0.228 |
| 2942 | 2026-05-28T00:54:02.478Z | Compiling rustix v1.1.3 |
| 2943 | 2026-05-28T00:54:02.479Z | Compiling bitflags v2.11.0 |
| 2944 | 2026-05-28T00:54:02.479Z | Compiling serde_json v1.0.149 |
| 2945 | 2026-05-28T00:54:02.609Z | Compiling num-traits v0.2.19 |
| 2946 | 2026-05-28T00:54:02.620Z | Compiling syn v2.0.117 |
| 2947 | 2026-05-28T00:54:02.652Z | Compiling smallvec v1.15.1 |
| 2948 | 2026-05-28T00:54:02.655Z | Compiling indexmap v2.14.0 |
| 2949 | 2026-05-28T00:54:02.674Z | Compiling usdt-impl v0.5.0 |
| 2950 | 2026-05-28T00:54:02.685Z | Compiling syn v1.0.109 |
| 2951 | 2026-05-28T00:54:02.698Z | Compiling percent-encoding v2.3.2 |
| 2952 | 2026-05-28T00:54:02.698Z | Compiling log v0.4.29 |
| 2953 | 2026-05-28T00:54:02.882Z | Compiling getrandom v0.4.1 |
| 2954 | 2026-05-28T00:54:02.945Z | Compiling form_urlencoded v1.2.2 |
| 2955 | 2026-05-28T00:54:03.066Z | Compiling fs-err v3.3.0 |
| 2956 | 2026-05-28T00:54:03.070Z | Compiling once_cell v1.21.3 |
| 2957 | 2026-05-28T00:54:03.101Z | Compiling heck v0.4.1 |
| 2958 | 2026-05-28T00:54:03.103Z | Compiling anyhow v1.0.102 |
| 2959 | 2026-05-28T00:54:03.324Z | Compiling thread-id v4.2.2 |
| 2960 | 2026-05-28T00:54:03.333Z | Compiling errno v0.3.14 |
| 2961 | 2026-05-28T00:54:03.369Z | Compiling memmap v0.7.0 |
| 2962 | 2026-05-28T00:54:03.629Z | Compiling ordered-float v2.10.1 |
| 2963 | 2026-05-28T00:54:04.155Z | Compiling proc-macro-error v1.0.4 |
| 2964 | 2026-05-28T00:54:04.364Z | Compiling terminal_size v0.4.3 |
| 2965 | 2026-05-28T00:54:04.364Z | Compiling tempfile v3.25.0 |
| 2966 | 2026-05-28T00:54:04.397Z | Compiling tabled_derive v0.7.0 |
| 2967 | 2026-05-28T00:54:04.458Z | Compiling clap_builder v4.6.0 |
| 2968 | 2026-05-28T00:54:04.458Z | Compiling textwrap v0.16.2 |
| 2969 | 2026-05-28T00:54:04.599Z | Compiling camino-tempfile v1.4.1 |
| 2970 | 2026-05-28T00:54:05.050Z | Compiling tabled v0.15.0 |
| 2971 | 2026-05-28T00:54:05.141Z | Compiling synstructure v0.13.2 |
| 2972 | 2026-05-28T00:54:05.141Z | Compiling pest_generator v2.8.6 |
| 2973 | 2026-05-28T00:54:05.530Z | Compiling serde_derive v1.0.228 |
| 2974 | 2026-05-28T00:54:05.530Z | Compiling zerovec-derive v0.11.2 |
| 2975 | 2026-05-28T00:54:05.533Z | Compiling displaydoc v0.2.5 |
| 2976 | 2026-05-28T00:54:05.533Z | Compiling thiserror-impl v1.0.69 |
| 2977 | 2026-05-28T00:54:05.533Z | Compiling zerocopy-derive v0.7.35 |
| 2978 | 2026-05-28T00:54:05.533Z | Compiling scroll_derive v0.12.1 |
| 2979 | 2026-05-28T00:54:05.533Z | Compiling thiserror-impl v2.0.18 |
| 2980 | 2026-05-28T00:54:05.533Z | Compiling clap_derive v4.6.1 |
| 2981 | 2026-05-28T00:54:05.564Z | Compiling zerofrom-derive v0.1.6 |
| 2982 | 2026-05-28T00:54:05.567Z | Compiling yoke-derive v0.8.1 |
| 2983 | 2026-05-28T00:54:05.660Z | Compiling pest_derive v2.8.6 |
| 2984 | 2026-05-28T00:54:06.253Z | Compiling scroll v0.12.0 |
| 2985 | 2026-05-28T00:54:06.397Z | Compiling zerocopy v0.7.35 |
| 2986 | 2026-05-28T00:54:06.578Z | Compiling goblin v0.8.2 |
| 2987 | 2026-05-28T00:54:06.650Z | Compiling thiserror v1.0.69 |
| 2988 | 2026-05-28T00:54:06.673Z | Compiling thiserror v2.0.18 |
| 2989 | 2026-05-28T00:54:06.685Z | Compiling zerofrom v0.1.6 |
| 2990 | 2026-05-28T00:54:06.756Z | Compiling dtrace-parser v0.2.0 |
| 2991 | 2026-05-28T00:54:06.800Z | Compiling yoke v0.8.1 |
| 2992 | 2026-05-28T00:54:06.984Z | Compiling zerovec v0.11.5 |
| 2993 | 2026-05-28T00:54:07.014Z | Compiling zerotrie v0.2.3 |
| 2994 | 2026-05-28T00:54:07.210Z | Compiling clap v4.6.1 |
| 2995 | 2026-05-28T00:54:07.601Z | Compiling tinystr v0.8.2 |
| 2996 | 2026-05-28T00:54:07.834Z | Compiling icu_locale_core v2.1.1 |
| 2997 | 2026-05-28T00:54:07.866Z | Compiling potential_utf v0.1.4 |
| 2998 | 2026-05-28T00:54:08.073Z | Compiling icu_collections v2.1.1 |
| 2999 | 2026-05-28T00:54:08.714Z | Compiling icu_provider v2.1.1 |
| 3000 | 2026-05-28T00:54:08.803Z | Compiling toml_datetime v0.6.11 |
| 3001 | 2026-05-28T00:54:08.957Z | Compiling serde_spanned v0.6.9 |
| 3002 | 2026-05-28T00:54:08.970Z | Compiling dof v0.3.0 |
| 3003 | 2026-05-28T00:54:09.156Z | Compiling icu_properties v2.1.2 |
| 3004 | 2026-05-28T00:54:09.169Z | Compiling icu_normalizer v2.1.1 |
| 3005 | 2026-05-28T00:54:09.210Z | Compiling toml_edit v0.22.27 |
| 3006 | 2026-05-28T00:54:09.433Z | Compiling serde_tokenstream v0.2.3 |
| 3007 | 2026-05-28T00:54:09.504Z | Compiling serde-value v0.7.0 |
| 3008 | 2026-05-28T00:54:09.569Z | Compiling cargo-platform v0.2.0 |
| 3009 | 2026-05-28T00:54:09.688Z | Compiling macaddr v1.0.1 |
| 3010 | 2026-05-28T00:54:09.892Z | Compiling usdt-macro v0.5.0 |
| 3011 | 2026-05-28T00:54:09.920Z | Compiling usdt-attr-macro v0.5.0 |
| 3012 | 2026-05-28T00:54:10.053Z | Compiling idna_adapter v1.2.1 |
| 3013 | 2026-05-28T00:54:10.185Z | Compiling idna v1.1.0 |
| 3014 | 2026-05-28T00:54:10.542Z | Compiling url v2.5.8 |
| 3015 | 2026-05-28T00:54:10.586Z | Compiling usdt v0.5.0 |
| 3016 | 2026-05-28T00:54:10.770Z | Compiling toml v0.8.23 |
| 3017 | 2026-05-28T00:54:11.216Z | Compiling cargo-util-schemas v0.8.2 |
| 3018 | 2026-05-28T00:54:11.232Z | Compiling cargo_toml v0.21.0 |
| 3019 | 2026-05-28T00:54:12.241Z | Compiling cargo_metadata v0.21.0 |
| 3020 | 2026-05-28T00:54:15.295Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3021 | 2026-05-28T00:54:18.293Z | Finished `release` profile [optimized] target(s) in 16.35s |
| 3022 | 2026-05-28T00:54:18.419Z | |
| 3023 | 2026-05-28T00:54:18.419Z | real 16.454187694 |
| 3024 | 2026-05-28T00:54:18.419Z | user 2:21.422174114 |
| 3025 | 2026-05-28T00:54:18.419Z | sys 16.345945092 |
| 3026 | 2026-05-28T00:54:18.419Z | trap 0.086627856 |
| 3027 | 2026-05-28T00:54:18.419Z | tflt 0.440222408 |
| 3028 | 2026-05-28T00:54:18.419Z | dflt 1.518570064 |
| 3029 | 2026-05-28T00:54:18.422Z | kflt 0.000029870 |
| 3030 | 2026-05-28T00:54:18.422Z | lock 5:04.760571157 |
| 3031 | 2026-05-28T00:54:18.422Z | slp 3:18.491384277 |
| 3032 | 2026-05-28T00:54:18.422Z | lat 6.302362903 |
| 3033 | 2026-05-28T00:54:18.422Z | stop 19.309737660 |
| 3034 | 2026-05-28T00:54:18.422Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3035 | 2026-05-28T00:54:18.422Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3036 | 2026-05-28T00:54:18.422Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3037 | 2026-05-28T00:54:18.422Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3038 | 2026-05-28T00:54:18.422Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3039 | 2026-05-28T00:54:19.380Z | Compiling newtype-uuid-macros v0.1.0 |
| 3040 | 2026-05-28T00:54:19.382Z | Compiling regress v0.10.5 |
| 3041 | 2026-05-28T00:54:19.383Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3042 | 2026-05-28T00:54:19.383Z | Compiling structmeta-derive v0.3.0 |
| 3043 | 2026-05-28T00:54:19.383Z | Compiling rustls v0.22.4 |
| 3044 | 2026-05-28T00:54:19.383Z | Compiling progenitor-client v0.14.0 |
| 3045 | 2026-05-28T00:54:19.383Z | Compiling rustls-webpki v0.102.8 |
| 3046 | 2026-05-28T00:54:19.530Z | Compiling multer v3.1.0 |
| 3047 | 2026-05-28T00:54:19.533Z | Compiling match_cfg v0.1.0 |
| 3048 | 2026-05-28T00:54:19.533Z | Compiling debug-ignore v1.0.5 |
| 3049 | 2026-05-28T00:54:19.533Z | Compiling compression-core v0.4.31 |
| 3050 | 2026-05-28T00:54:19.545Z | Compiling slog-json v2.6.1 |
| 3051 | 2026-05-28T00:54:19.567Z | Compiling async-stream-impl v0.3.6 |
| 3052 | 2026-05-28T00:54:19.570Z | Compiling serde_spanned v1.0.4 |
| 3053 | 2026-05-28T00:54:19.570Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3054 | 2026-05-28T00:54:19.570Z | Compiling dropshot v0.17.0 |
| 3055 | 2026-05-28T00:54:19.739Z | Compiling compression-codecs v0.4.37 |
| 3056 | 2026-05-28T00:54:19.821Z | Compiling hostname v0.3.1 |
| 3057 | 2026-05-28T00:54:19.837Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3058 | 2026-05-28T00:54:19.840Z | Compiling itertools v0.14.0 |
| 3059 | 2026-05-28T00:54:19.857Z | Compiling waitgroup v0.1.2 |
| 3060 | 2026-05-28T00:54:19.876Z | Compiling rustls-pemfile v2.2.0 |
| 3061 | 2026-05-28T00:54:19.945Z | Compiling async-compression v0.4.41 |
| 3062 | 2026-05-28T00:54:19.984Z | Compiling slog-bunyan v2.5.0 |
| 3063 | 2026-05-28T00:54:20.006Z | Compiling dropshot_endpoint v0.17.0 |
| 3064 | 2026-05-28T00:54:20.041Z | Compiling serde_path_to_error v0.1.20 |
| 3065 | 2026-05-28T00:54:20.056Z | Compiling hostname v0.4.2 |
| 3066 | 2026-05-28T00:54:20.095Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3067 | 2026-05-28T00:54:20.148Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3068 | 2026-05-28T00:54:20.168Z | Compiling macaddr v1.0.1 |
| 3069 | 2026-05-28T00:54:20.207Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3070 | 2026-05-28T00:54:20.235Z | Compiling instant v0.1.13 |
| 3071 | 2026-05-28T00:54:20.285Z | Compiling progenitor-client v0.10.0 |
| 3072 | 2026-05-28T00:54:20.302Z | Compiling async-stream v0.3.6 |
| 3073 | 2026-05-28T00:54:20.305Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3074 | 2026-05-28T00:54:20.345Z | Compiling backon v1.6.0 |
| 3075 | 2026-05-28T00:54:20.362Z | Compiling backoff v0.4.0 |
| 3076 | 2026-05-28T00:54:20.404Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3077 | 2026-05-28T00:54:20.420Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3078 | 2026-05-28T00:54:20.435Z | Compiling universal-hash v0.5.1 |
| 3079 | 2026-05-28T00:54:20.496Z | Compiling unsafe-libyaml v0.2.11 |
| 3080 | 2026-05-28T00:54:20.512Z | Compiling progenitor-extras v0.2.0 |
| 3081 | 2026-05-28T00:54:20.569Z | Compiling opaque-debug v0.3.1 |
| 3082 | 2026-05-28T00:54:20.587Z | Compiling half v2.7.1 |
| 3083 | 2026-05-28T00:54:20.590Z | Compiling ciborium-io v0.2.2 |
| 3084 | 2026-05-28T00:54:20.619Z | Compiling crucible-workspace-hack v0.1.0 |
| 3085 | 2026-05-28T00:54:20.643Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3086 | 2026-05-28T00:54:20.659Z | Compiling regress v0.11.1 |
| 3087 | 2026-05-28T00:54:20.718Z | Compiling convert_case v0.4.0 |
| 3088 | 2026-05-28T00:54:20.783Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3089 | 2026-05-28T00:54:20.803Z | Compiling aead v0.5.2 |
| 3090 | 2026-05-28T00:54:20.851Z | Compiling ciborium-ll v0.2.2 |
| 3091 | 2026-05-28T00:54:20.883Z | Compiling structmeta v0.3.0 |
| 3092 | 2026-05-28T00:54:20.911Z | Compiling secrecy v0.10.3 |
| 3093 | 2026-05-28T00:54:20.955Z | Compiling poly1305 v0.8.0 |
| 3094 | 2026-05-28T00:54:20.987Z | Compiling chacha20 v0.9.1 |
| 3095 | 2026-05-28T00:54:21.029Z | Compiling ciborium v0.2.2 |
| 3096 | 2026-05-28T00:54:21.061Z | Compiling serde_yaml v0.9.34+deprecated |
| 3097 | 2026-05-28T00:54:21.090Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3098 | 2026-05-28T00:54:21.107Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3099 | 2026-05-28T00:54:21.126Z | Compiling derive_more v0.99.20 |
| 3100 | 2026-05-28T00:54:21.129Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3101 | 2026-05-28T00:54:21.129Z | Compiling derive-ex v0.1.8 |
| 3102 | 2026-05-28T00:54:21.263Z | Compiling parse-display-derive v0.10.0 |
| 3103 | 2026-05-28T00:54:21.281Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3104 | 2026-05-28T00:54:21.335Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3105 | 2026-05-28T00:54:21.423Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3106 | 2026-05-28T00:54:21.491Z | Compiling byte-wrapper v0.1.0 |
| 3107 | 2026-05-28T00:54:21.510Z | Compiling password-hash v0.5.0 |
| 3108 | 2026-05-28T00:54:21.582Z | Compiling blake2 v0.10.6 |
| 3109 | 2026-05-28T00:54:21.621Z | Compiling chacha20poly1305 v0.10.1 |
| 3110 | 2026-05-28T00:54:21.716Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3111 | 2026-05-28T00:54:21.797Z | Compiling indent_write v2.2.0 |
| 3112 | 2026-05-28T00:54:21.825Z | Compiling heapless v0.8.0 |
| 3113 | 2026-05-28T00:54:21.864Z | Compiling argon2 v0.5.3 |
| 3114 | 2026-05-28T00:54:21.935Z | Compiling tokio-rustls v0.25.0 |
| 3115 | 2026-05-28T00:54:21.956Z | Compiling ingot-macros v0.1.1 |
| 3116 | 2026-05-28T00:54:22.185Z | Compiling tabwriter v1.4.1 |
| 3117 | 2026-05-28T00:54:22.352Z | Compiling typify-impl v0.6.2 |
| 3118 | 2026-05-28T00:54:22.436Z | Compiling proc-macro-crate v3.4.0 |
| 3119 | 2026-05-28T00:54:22.516Z | Compiling thiserror-no-std v2.0.2 |
| 3120 | 2026-05-28T00:54:22.548Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3121 | 2026-05-28T00:54:22.636Z | Compiling vsss-rs v3.3.4 |
| 3122 | 2026-05-28T00:54:22.806Z | Compiling num-rational v0.4.2 |
| 3123 | 2026-05-28T00:54:22.840Z | Compiling hash32 v0.3.1 |
| 3124 | 2026-05-28T00:54:22.863Z | Compiling test-strategy v0.4.5 |
| 3125 | 2026-05-28T00:54:22.980Z | Compiling num-complex v0.4.6 |
| 3126 | 2026-05-28T00:54:23.015Z | Compiling parse-display v0.10.0 |
| 3127 | 2026-05-28T00:54:23.032Z | Compiling num_enum_derive v0.7.6 |
| 3128 | 2026-05-28T00:54:23.049Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3129 | 2026-05-28T00:54:23.085Z | Compiling smoltcp v0.11.0 |
| 3130 | 2026-05-28T00:54:23.294Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3131 | 2026-05-28T00:54:23.338Z | Compiling num v0.4.3 |
| 3132 | 2026-05-28T00:54:23.432Z | Compiling atomicwrites v0.4.4 |
| 3133 | 2026-05-28T00:54:23.433Z | Compiling cobs v0.3.0 |
| 3134 | 2026-05-28T00:54:23.465Z | Compiling float-ord v0.3.2 |
| 3135 | 2026-05-28T00:54:23.504Z | Compiling colored v3.1.1 |
| 3136 | 2026-05-28T00:54:23.522Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3137 | 2026-05-28T00:54:23.608Z | Compiling postcard v1.1.3 |
| 3138 | 2026-05-28T00:54:23.657Z | Compiling proc-macro-error v1.0.4 |
| 3139 | 2026-05-28T00:54:23.682Z | Compiling proc-macro-crate v1.3.1 |
| 3140 | 2026-05-28T00:54:23.697Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 3141 | 2026-05-28T00:54:23.758Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3142 | 2026-05-28T00:54:23.774Z | Compiling foreign-types-macros v0.2.3 |
| 3143 | 2026-05-28T00:54:23.895Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 3144 | 2026-05-28T00:54:23.943Z | Compiling cpufeatures v0.3.0 |
| 3145 | 2026-05-28T00:54:23.965Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3146 | 2026-05-28T00:54:23.982Z | Compiling rayon-core v1.13.0 |
| 3147 | 2026-05-28T00:54:24.001Z | Compiling foreign-types-shared v0.3.1 |
| 3148 | 2026-05-28T00:54:24.018Z | Compiling chacha20 v0.10.0 |
| 3149 | 2026-05-28T00:54:24.133Z | Compiling num_enum v0.7.6 |
| 3150 | 2026-05-28T00:54:24.192Z | Compiling num_enum_derive v0.5.11 |
| 3151 | 2026-05-28T00:54:24.210Z | Compiling toml v0.8.23 |
| 3152 | 2026-05-28T00:54:24.226Z | Compiling crossbeam-deque v0.8.6 |
| 3153 | 2026-05-28T00:54:24.271Z | Compiling camino-tempfile v1.4.1 |
| 3154 | 2026-05-28T00:54:24.286Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3155 | 2026-05-28T00:54:24.302Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 3156 | 2026-05-28T00:54:24.318Z | Compiling cstr-argument v0.1.2 |
| 3157 | 2026-05-28T00:54:24.415Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3158 | 2026-05-28T00:54:24.431Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3159 | 2026-05-28T00:54:24.468Z | Compiling foreign-types v0.5.0 |
| 3160 | 2026-05-28T00:54:24.499Z | Compiling rand v0.10.0 |
| 3161 | 2026-05-28T00:54:24.528Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3162 | 2026-05-28T00:54:24.567Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3163 | 2026-05-28T00:54:24.681Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3164 | 2026-05-28T00:54:24.755Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3165 | 2026-05-28T00:54:24.771Z | Compiling zone_cfg_derive v0.3.1 |
| 3166 | 2026-05-28T00:54:24.795Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3167 | 2026-05-28T00:54:24.855Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3168 | 2026-05-28T00:54:24.893Z | Compiling rayon v1.11.0 |
| 3169 | 2026-05-28T00:54:24.912Z | Compiling itertools v0.12.1 |
| 3170 | 2026-05-28T00:54:24.915Z | Compiling ingot-types v0.1.2 |
| 3171 | 2026-05-28T00:54:24.948Z | Compiling num-derive v0.4.2 |
| 3172 | 2026-05-28T00:54:24.983Z | Compiling sigpipe v0.1.3 |
| 3173 | 2026-05-28T00:54:25.019Z | Compiling prettyplease v0.2.37 |
| 3174 | 2026-05-28T00:54:25.046Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3175 | 2026-05-28T00:54:25.083Z | Compiling glob v0.3.3 |
| 3176 | 2026-05-28T00:54:25.172Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3177 | 2026-05-28T00:54:25.281Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3178 | 2026-05-28T00:54:25.310Z | Compiling ingot v0.1.1 |
| 3179 | 2026-05-28T00:54:25.377Z | Compiling num_enum v0.5.11 |
| 3180 | 2026-05-28T00:54:25.418Z | Compiling smf v0.2.3 |
| 3181 | 2026-05-28T00:54:25.451Z | Compiling whoami v1.6.1 |
| 3182 | 2026-05-28T00:54:25.502Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3183 | 2026-05-28T00:54:25.525Z | Compiling usdt-attr-macro v0.5.0 |
| 3184 | 2026-05-28T00:54:25.560Z | Compiling usdt-macro v0.5.0 |
| 3185 | 2026-05-28T00:54:25.793Z | Compiling gethostname v0.5.0 |
| 3186 | 2026-05-28T00:54:25.842Z | Compiling memmap v0.7.0 |
| 3187 | 2026-05-28T00:54:25.938Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3188 | 2026-05-28T00:54:25.957Z | Compiling derive-where v1.6.0 |
| 3189 | 2026-05-28T00:54:25.989Z | Compiling resolv-conf v0.7.6 |
| 3190 | 2026-05-28T00:54:26.058Z | Compiling zone v0.3.1 |
| 3191 | 2026-05-28T00:54:26.076Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3192 | 2026-05-28T00:54:26.180Z | Compiling cancel-safe-futures v0.1.5 |
| 3193 | 2026-05-28T00:54:26.245Z | Compiling owo-colors v4.3.0 |
| 3194 | 2026-05-28T00:54:26.372Z | Compiling libsw-core v0.3.2 |
| 3195 | 2026-05-28T00:54:26.388Z | Compiling console v0.15.11 |
| 3196 | 2026-05-28T00:54:26.391Z | Compiling hickory-proto v0.24.4 |
| 3197 | 2026-05-28T00:54:26.425Z | Compiling usdt v0.5.0 |
| 3198 | 2026-05-28T00:54:26.568Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3199 | 2026-05-28T00:54:26.699Z | Compiling libsw v3.5.0 |
| 3200 | 2026-05-28T00:54:26.717Z | Compiling newline-converter v0.3.0 |
| 3201 | 2026-05-28T00:54:26.734Z | Compiling linked-hash-map v0.5.6 |
| 3202 | 2026-05-28T00:54:26.750Z | Compiling libefi-sys v0.1.0 |
| 3203 | 2026-05-28T00:54:26.782Z | Compiling linear-map v1.2.0 |
| 3204 | 2026-05-28T00:54:26.802Z | Compiling git-stub v1.0.0 |
| 3205 | 2026-05-28T00:54:26.861Z | Compiling expectorate v1.2.0 |
| 3206 | 2026-05-28T00:54:26.906Z | Compiling lru-cache v0.1.2 |
| 3207 | 2026-05-28T00:54:26.954Z | Compiling bitfield-struct v0.6.2 |
| 3208 | 2026-05-28T00:54:26.996Z | Compiling nom v8.0.0 |
| 3209 | 2026-05-28T00:54:26.999Z | Compiling typify-macro v0.6.2 |
| 3210 | 2026-05-28T00:54:27.032Z | Compiling semver v0.1.20 |
| 3211 | 2026-05-28T00:54:27.064Z | Compiling git-stub-vcs v0.1.0 |
| 3212 | 2026-05-28T00:54:27.067Z | Compiling tokio-dtrace v0.1.1 |
| 3213 | 2026-05-28T00:54:27.101Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 3214 | 2026-05-28T00:54:27.188Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3215 | 2026-05-28T00:54:27.265Z | Compiling rustc_version v0.1.7 |
| 3216 | 2026-05-28T00:54:27.293Z | Compiling slog-dtrace v0.3.0 |
| 3217 | 2026-05-28T00:54:27.347Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3218 | 2026-05-28T00:54:27.365Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3219 | 2026-05-28T00:54:27.416Z | Compiling minimal-lexical v0.2.1 |
| 3220 | 2026-05-28T00:54:27.434Z | Compiling oxide-tokio-rt v0.1.4 |
| 3221 | 2026-05-28T00:54:27.459Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3222 | 2026-05-28T00:54:27.477Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-05-28T00:54:27.535Z | Compiling newtype_derive v0.1.6 |
| 3224 | 2026-05-28T00:54:27.552Z | Compiling typify-impl v0.4.3 |
| 3225 | 2026-05-28T00:54:27.582Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3226 | 2026-05-28T00:54:27.662Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3227 | 2026-05-28T00:54:27.679Z | Compiling nom v7.1.3 |
| 3228 | 2026-05-28T00:54:27.697Z | Compiling phf_shared v0.12.1 |
| 3229 | 2026-05-28T00:54:27.726Z | Compiling csv-core v0.1.13 |
| 3230 | 2026-05-28T00:54:27.756Z | Compiling highway v1.3.0 |
| 3231 | 2026-05-28T00:54:27.774Z | Compiling chrono-tz v0.10.4 |
| 3232 | 2026-05-28T00:54:27.898Z | Compiling xshell-macros v0.2.7 |
| 3233 | 2026-05-28T00:54:27.987Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3234 | 2026-05-28T00:54:28.021Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 3235 | 2026-05-28T00:54:28.144Z | Compiling csv v1.4.0 |
| 3236 | 2026-05-28T00:54:28.161Z | Compiling phf v0.12.1 |
| 3237 | 2026-05-28T00:54:28.176Z | Compiling const_format_proc_macros v0.2.34 |
| 3238 | 2026-05-28T00:54:28.323Z | Compiling xshell v0.2.7 |
| 3239 | 2026-05-28T00:54:28.356Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3240 | 2026-05-28T00:54:28.409Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 3241 | 2026-05-28T00:54:28.523Z | Compiling hickory-resolver v0.24.4 |
| 3242 | 2026-05-28T00:54:28.688Z | Compiling primeorder v0.13.6 |
| 3243 | 2026-05-28T00:54:28.706Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3244 | 2026-05-28T00:54:28.883Z | Compiling typify v0.6.2 |
| 3245 | 2026-05-28T00:54:28.986Z | Compiling progenitor-impl v0.14.0 |
| 3246 | 2026-05-28T00:54:28.989Z | Compiling tabled_derive v0.7.0 |
| 3247 | 2026-05-28T00:54:29.030Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3248 | 2026-05-28T00:54:29.032Z | Compiling bcs v0.1.6 |
| 3249 | 2026-05-28T00:54:29.065Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3250 | 2026-05-28T00:54:29.065Z | Compiling const_format v0.2.35 |
| 3251 | 2026-05-28T00:54:29.308Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3252 | 2026-05-28T00:54:29.396Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3253 | 2026-05-28T00:54:29.450Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3254 | 2026-05-28T00:54:29.609Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 3255 | 2026-05-28T00:54:29.674Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62) |
| 3256 | 2026-05-28T00:54:29.706Z | Compiling qorb v0.4.1 |
| 3257 | 2026-05-28T00:54:29.756Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3258 | 2026-05-28T00:54:29.884Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3259 | 2026-05-28T00:54:29.977Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3260 | 2026-05-28T00:54:30.096Z | Compiling tagptr v0.2.0 |
| 3261 | 2026-05-28T00:54:30.277Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3262 | 2026-05-28T00:54:30.343Z | Compiling salty v0.3.0 |
| 3263 | 2026-05-28T00:54:30.417Z | Compiling termtree v0.5.1 |
| 3264 | 2026-05-28T00:54:30.456Z | Compiling textwrap v0.16.2 |
| 3265 | 2026-05-28T00:54:30.601Z | Compiling moka v0.12.13 |
| 3266 | 2026-05-28T00:54:30.651Z | Compiling tabled v0.15.0 |
| 3267 | 2026-05-28T00:54:30.696Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3268 | 2026-05-28T00:54:30.852Z | Compiling steno v0.4.1 |
| 3269 | 2026-05-28T00:54:30.886Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3270 | 2026-05-28T00:54:30.946Z | Compiling humantime v2.3.0 |
| 3271 | 2026-05-28T00:54:30.966Z | Compiling radium v0.7.0 |
| 3272 | 2026-05-28T00:54:31.053Z | Compiling base64 v0.21.7 |
| 3273 | 2026-05-28T00:54:31.249Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3274 | 2026-05-28T00:54:31.351Z | Compiling hickory-resolver v0.25.2 |
| 3275 | 2026-05-28T00:54:31.412Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3276 | 2026-05-28T00:54:31.430Z | Compiling p384 v0.13.1 |
| 3277 | 2026-05-28T00:54:31.514Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3278 | 2026-05-28T00:54:31.758Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3279 | 2026-05-28T00:54:31.802Z | Compiling progenitor-macro v0.14.0 |
| 3280 | 2026-05-28T00:54:31.805Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3281 | 2026-05-28T00:54:32.056Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3282 | 2026-05-28T00:54:32.075Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3283 | 2026-05-28T00:54:32.093Z | Compiling tap v1.0.1 |
| 3284 | 2026-05-28T00:54:32.216Z | Compiling typify-macro v0.4.3 |
| 3285 | 2026-05-28T00:54:32.238Z | Compiling maybe-uninit v2.0.0 |
| 3286 | 2026-05-28T00:54:32.256Z | Compiling wyz v0.5.1 |
| 3287 | 2026-05-28T00:54:32.408Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3288 | 2026-05-28T00:54:32.591Z | Compiling progenitor-impl v0.13.0 |
| 3289 | 2026-05-28T00:54:32.634Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3290 | 2026-05-28T00:54:32.719Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3291 | 2026-05-28T00:54:32.992Z | Compiling funty v2.0.0 |
| 3292 | 2026-05-28T00:54:33.050Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3293 | 2026-05-28T00:54:33.077Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3294 | 2026-05-28T00:54:33.152Z | Compiling packed_struct v0.10.1 |
| 3295 | 2026-05-28T00:54:33.309Z | Compiling utf-8 v0.7.6 |
| 3296 | 2026-05-28T00:54:33.326Z | Compiling parking_lot_core v0.8.6 |
| 3297 | 2026-05-28T00:54:33.464Z | Compiling tungstenite v0.21.0 |
| 3298 | 2026-05-28T00:54:33.513Z | Compiling bitvec v1.0.1 |
| 3299 | 2026-05-28T00:54:33.530Z | Compiling proc-macro-error2 v2.0.1 |
| 3300 | 2026-05-28T00:54:33.623Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 3301 | 2026-05-28T00:54:33.659Z | Compiling polyval v0.6.2 |
| 3302 | 2026-05-28T00:54:33.684Z | Compiling progenitor-client v0.13.0 |
| 3303 | 2026-05-28T00:54:33.738Z | Compiling num-derive v0.3.3 |
| 3304 | 2026-05-28T00:54:33.766Z | Compiling packed_struct_codegen v0.10.1 |
| 3305 | 2026-05-28T00:54:33.884Z | Compiling zerocopy-derive v0.6.6 |
| 3306 | 2026-05-28T00:54:33.917Z | Compiling bitfield-macros v0.19.4 |
| 3307 | 2026-05-28T00:54:33.936Z | Compiling indexmap v1.9.3 |
| 3308 | 2026-05-28T00:54:34.033Z | Compiling typify v0.4.3 |
| 3309 | 2026-05-28T00:54:34.050Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3310 | 2026-05-28T00:54:34.190Z | Compiling crc-catalog v2.4.0 |
| 3311 | 2026-05-28T00:54:34.208Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3312 | 2026-05-28T00:54:34.311Z | Compiling nodrop v0.1.14 |
| 3313 | 2026-05-28T00:54:34.377Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3314 | 2026-05-28T00:54:34.431Z | Compiling array-init v0.0.4 |
| 3315 | 2026-05-28T00:54:34.468Z | Compiling crc v3.4.0 |
| 3316 | 2026-05-28T00:54:34.648Z | Compiling progenitor-impl v0.11.2 |
| 3317 | 2026-05-28T00:54:34.710Z | Compiling tokio-tungstenite v0.21.0 |
| 3318 | 2026-05-28T00:54:34.746Z | Compiling libscf-sys v1.1.0 |
| 3319 | 2026-05-28T00:54:34.763Z | Compiling bitfield v0.19.4 |
| 3320 | 2026-05-28T00:54:34.825Z | Compiling zerocopy v0.6.6 |
| 3321 | 2026-05-28T00:54:34.842Z | Compiling tabled_derive v0.11.0 |
| 3322 | 2026-05-28T00:54:34.923Z | Compiling ghash v0.5.1 |
| 3323 | 2026-05-28T00:54:35.081Z | Compiling smallvec v0.6.14 |
| 3324 | 2026-05-28T00:54:35.114Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3325 | 2026-05-28T00:54:35.177Z | Compiling papergrid v0.17.0 |
| 3326 | 2026-05-28T00:54:35.195Z | Compiling testing_table v0.3.0 |
| 3327 | 2026-05-28T00:54:35.330Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3328 | 2026-05-28T00:54:35.349Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3329 | 2026-05-28T00:54:35.353Z | Compiling progenitor-macro v0.13.0 |
| 3330 | 2026-05-28T00:54:35.386Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 3331 | 2026-05-28T00:54:35.389Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3332 | 2026-05-28T00:54:35.553Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3333 | 2026-05-28T00:54:35.581Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3334 | 2026-05-28T00:54:35.707Z | Compiling ctr v0.9.2 |
| 3335 | 2026-05-28T00:54:35.776Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3336 | 2026-05-28T00:54:35.795Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3337 | 2026-05-28T00:54:35.905Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3338 | 2026-05-28T00:54:35.922Z | Compiling corncobs v0.1.4 |
| 3339 | 2026-05-28T00:54:35.942Z | Compiling unicase v2.9.0 |
| 3340 | 2026-05-28T00:54:36.037Z | Compiling hashbrown v0.12.3 |
| 3341 | 2026-05-28T00:54:36.104Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3342 | 2026-05-28T00:54:36.123Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3343 | 2026-05-28T00:54:36.142Z | Compiling tabled v0.20.0 |
| 3344 | 2026-05-28T00:54:36.184Z | Compiling mime_guess v2.0.5 |
| 3345 | 2026-05-28T00:54:36.296Z | Compiling aes-gcm v0.10.3 |
| 3346 | 2026-05-28T00:54:36.345Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3347 | 2026-05-28T00:54:36.513Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3348 | 2026-05-28T00:54:36.571Z | Compiling serde-hex v0.1.0 |
| 3349 | 2026-05-28T00:54:36.590Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3350 | 2026-05-28T00:54:36.609Z | Compiling parking_lot v0.11.2 |
| 3351 | 2026-05-28T00:54:36.817Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3352 | 2026-05-28T00:54:36.929Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3353 | 2026-05-28T00:54:36.982Z | Compiling progenitor v0.14.0 |
| 3354 | 2026-05-28T00:54:37.029Z | Compiling progenitor-impl v0.10.0 |
| 3355 | 2026-05-28T00:54:37.047Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3356 | 2026-05-28T00:54:37.158Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 3357 | 2026-05-28T00:54:37.180Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3358 | 2026-05-28T00:54:37.371Z | Compiling progenitor-macro v0.11.2 |
| 3359 | 2026-05-28T00:54:37.391Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53) |
| 3360 | 2026-05-28T00:54:37.531Z | Compiling ron v0.8.1 |
| 3361 | 2026-05-28T00:54:37.842Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3362 | 2026-05-28T00:54:37.881Z | Compiling hashbrown v0.13.2 |
| 3363 | 2026-05-28T00:54:38.165Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3364 | 2026-05-28T00:54:38.370Z | Compiling progenitor-client v0.11.2 |
| 3365 | 2026-05-28T00:54:38.386Z | Compiling prefix-trie v0.7.0 |
| 3366 | 2026-05-28T00:54:38.431Z | Compiling blowfish v0.9.1 |
| 3367 | 2026-05-28T00:54:38.572Z | Compiling ssh-encoding v0.2.0 |
| 3368 | 2026-05-28T00:54:38.652Z | Compiling fxhash v0.2.1 |
| 3369 | 2026-05-28T00:54:38.710Z | Compiling secrecy v0.8.0 |
| 3370 | 2026-05-28T00:54:38.729Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3371 | 2026-05-28T00:54:38.806Z | Compiling crc-any v2.5.0 |
| 3372 | 2026-05-28T00:54:38.829Z | Compiling ssh-cipher v0.2.0 |
| 3373 | 2026-05-28T00:54:38.882Z | Compiling sled v0.34.7 |
| 3374 | 2026-05-28T00:54:38.901Z | Compiling hickory-server v0.25.2 |
| 3375 | 2026-05-28T00:54:38.963Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3376 | 2026-05-28T00:54:39.008Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3377 | 2026-05-28T00:54:39.304Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3378 | 2026-05-28T00:54:39.416Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3379 | 2026-05-28T00:54:39.540Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3380 | 2026-05-28T00:54:39.727Z | Compiling progenitor-macro v0.10.0 |
| 3381 | 2026-05-28T00:54:40.031Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3382 | 2026-05-28T00:54:40.230Z | Compiling object v0.30.4 |
| 3383 | 2026-05-28T00:54:40.452Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3384 | 2026-05-28T00:54:40.500Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3385 | 2026-05-28T00:54:40.564Z | Compiling progenitor v0.13.0 |
| 3386 | 2026-05-28T00:54:40.748Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3387 | 2026-05-28T00:54:40.794Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3388 | 2026-05-28T00:54:40.928Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3389 | 2026-05-28T00:54:41.150Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3390 | 2026-05-28T00:54:41.590Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3391 | 2026-05-28T00:54:41.629Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3392 | 2026-05-28T00:54:41.727Z | Compiling password-hash v0.4.2 |
| 3393 | 2026-05-28T00:54:41.959Z | Compiling http-range v0.1.5 |
| 3394 | 2026-05-28T00:54:42.016Z | Compiling path-slash v0.1.5 |
| 3395 | 2026-05-28T00:54:42.056Z | Compiling half v1.8.3 |
| 3396 | 2026-05-28T00:54:42.113Z | Compiling crc8 v0.1.1 |
| 3397 | 2026-05-28T00:54:42.145Z | Compiling pbkdf2 v0.11.0 |
| 3398 | 2026-05-28T00:54:42.191Z | Compiling illumos-nvpair v0.3.0 |
| 3399 | 2026-05-28T00:54:42.296Z | Compiling serde_cbor v0.11.2 |
| 3400 | 2026-05-28T00:54:42.362Z | Compiling ssh-key v0.6.7 |
| 3401 | 2026-05-28T00:54:42.469Z | Compiling progenitor v0.11.2 |
| 3402 | 2026-05-28T00:54:42.492Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3403 | 2026-05-28T00:54:42.632Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3404 | 2026-05-28T00:54:42.648Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3405 | 2026-05-28T00:54:42.667Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3406 | 2026-05-28T00:54:42.754Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3407 | 2026-05-28T00:54:42.796Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3408 | 2026-05-28T00:54:42.927Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3409 | 2026-05-28T00:54:43.140Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3410 | 2026-05-28T00:54:43.187Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3411 | 2026-05-28T00:54:43.276Z | Compiling p256 v0.13.2 |
| 3412 | 2026-05-28T00:54:43.327Z | Compiling p521 v0.13.3 |
| 3413 | 2026-05-28T00:54:43.346Z | Compiling yasna v0.5.2 |
| 3414 | 2026-05-28T00:54:43.422Z | Compiling kstat-rs v0.2.4 |
| 3415 | 2026-05-28T00:54:43.445Z | Compiling headers-core v0.3.0 |
| 3416 | 2026-05-28T00:54:43.596Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3417 | 2026-05-28T00:54:43.682Z | Compiling nanorand v0.7.0 |
| 3418 | 2026-05-28T00:54:43.705Z | Compiling russh-cryptovec v0.7.3 |
| 3419 | 2026-05-28T00:54:43.722Z | Compiling atty v0.2.14 |
| 3420 | 2026-05-28T00:54:43.746Z | Compiling home v0.5.12 |
| 3421 | 2026-05-28T00:54:43.857Z | Compiling md5 v0.7.0 |
| 3422 | 2026-05-28T00:54:43.913Z | Compiling flume v0.11.1 |
| 3423 | 2026-05-28T00:54:43.930Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3424 | 2026-05-28T00:54:43.975Z | Compiling rcgen v0.12.1 |
| 3425 | 2026-05-28T00:54:43.996Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3426 | 2026-05-28T00:54:44.050Z | Compiling russh-keys v0.45.0 |
| 3427 | 2026-05-28T00:54:44.104Z | Compiling headers v0.4.1 |
| 3428 | 2026-05-28T00:54:44.176Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3429 | 2026-05-28T00:54:44.201Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3430 | 2026-05-28T00:54:44.279Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3431 | 2026-05-28T00:54:44.370Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3432 | 2026-05-28T00:54:44.631Z | Compiling hyper-staticfile v0.10.1 |
| 3433 | 2026-05-28T00:54:44.664Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3434 | 2026-05-28T00:54:44.719Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3435 | 2026-05-28T00:54:44.850Z | Compiling progenitor v0.10.0 |
| 3436 | 2026-05-28T00:54:44.919Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3437 | 2026-05-28T00:54:44.937Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3438 | 2026-05-28T00:54:45.027Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3439 | 2026-05-28T00:54:45.057Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3440 | 2026-05-28T00:54:45.201Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3441 | 2026-05-28T00:54:45.240Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3442 | 2026-05-28T00:54:45.361Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3443 | 2026-05-28T00:54:45.517Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3444 | 2026-05-28T00:54:45.582Z | Compiling num-bigint v0.4.6 |
| 3445 | 2026-05-28T00:54:45.647Z | Compiling des v0.8.1 |
| 3446 | 2026-05-28T00:54:45.688Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-05-28T00:54:45.722Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3448 | 2026-05-28T00:54:45.740Z | Compiling display-error-chain v0.2.2 |
| 3449 | 2026-05-28T00:54:45.761Z | Compiling hex-literal v0.4.1 |
| 3450 | 2026-05-28T00:54:45.861Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3451 | 2026-05-28T00:54:45.878Z | Compiling colored v2.2.0 |
| 3452 | 2026-05-28T00:54:45.904Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3453 | 2026-05-28T00:54:45.920Z | Compiling socket2 v0.5.10 |
| 3454 | 2026-05-28T00:54:46.171Z | Compiling internet-checksum v0.2.1 |
| 3455 | 2026-05-28T00:54:46.174Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3456 | 2026-05-28T00:54:46.265Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3457 | 2026-05-28T00:54:46.284Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3458 | 2026-05-28T00:54:46.738Z | Compiling russh v0.45.0 |
| 3459 | 2026-05-28T00:54:48.845Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3460 | 2026-05-28T00:54:48.962Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3461 | 2026-05-28T00:54:49.584Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3462 | 2026-05-28T00:54:50.060Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3463 | 2026-05-28T00:54:51.229Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3464 | 2026-05-28T00:54:59.341Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3465 | 2026-05-28T00:54:59.341Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-05-28T00:54:59.341Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3467 | 2026-05-28T00:54:59.344Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3468 | 2026-05-28T00:55:01.084Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3469 | 2026-05-28T00:55:01.136Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3470 | 2026-05-28T00:55:05.445Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3471 | 2026-05-28T00:55:44.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3472 | 2026-05-28T00:55:44.383Z | |
| 3473 | 2026-05-28T00:55:44.383Z | real 1:25.896514937 |
| 3474 | 2026-05-28T00:55:44.383Z | user 8:22.749478361 |
| 3475 | 2026-05-28T00:55:44.384Z | sys 1:42.936059093 |
| 3476 | 2026-05-28T00:55:44.384Z | trap 0.260088799 |
| 3477 | 2026-05-28T00:55:44.387Z | tflt 0.443583702 |
| 3478 | 2026-05-28T00:55:44.387Z | dflt 1.910749092 |
| 3479 | 2026-05-28T00:55:44.387Z | kflt 0.000330630 |
| 3480 | 2026-05-28T00:55:44.387Z | lock 29:48.765742927 |
| 3481 | 2026-05-28T00:55:44.387Z | slp 19:24.501644463 |
| 3482 | 2026-05-28T00:55:44.387Z | lat 41.802150098 |
| 3483 | 2026-05-28T00:55:44.388Z | stop 2:56.662266142 |
| 3484 | 2026-05-28T00:55:44.388Z | + mkdir tests |
| 3485 | 2026-05-28T00:55:44.391Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3486 | 2026-05-28T00:55:44.391Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3487 | 2026-05-28T00:55:44.423Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8e30062213f4d334 tests/ |
| 3488 | 2026-05-28T00:55:44.439Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7ca117ff035fd5b1 tests/ |
| 3489 | 2026-05-28T00:55:44.460Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8dfd692fd374cfa2 tests/ |
| 3490 | 2026-05-28T00:55:44.482Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b24d43f04cf15e8 tests/ |
| 3491 | 2026-05-28T00:55:44.713Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3492 | 2026-05-28T00:55:44.716Z | + 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-7ca117ff035fd5b1 tests/commtest-8dfd692fd374cfa2 tests/dhcp_server-8e30062213f4d334 tests/end_to_end_tests-8b24d43f04cf15e8 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3493 | 2026-05-28T00:57:04.346Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3494 | 2026-05-28T00:57:04.346Z | a .github/buildomat/ci-env.sh 1K |
| 3495 | 2026-05-28T00:57:04.346Z | a out/target/test 1K |
| 3496 | 2026-05-28T00:57:04.346Z | a out/npuzone/npuzone 27402K |
| 3497 | 2026-05-28T00:57:04.346Z | a package-manifest.toml 35K |
| 3498 | 2026-05-28T00:57:04.346Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3499 | 2026-05-28T00:57:04.346Z | a target/release/omicron-package 44919K |
| 3500 | 2026-05-28T00:57:04.346Z | a target/release/xtask 11453K |
| 3501 | 2026-05-28T00:57:04.346Z | a target/debug/bootstrap 353747K |
| 3502 | 2026-05-28T00:57:04.346Z | a tests/bootstrap-7ca117ff035fd5b1 31215K |
| 3503 | 2026-05-28T00:57:04.346Z | a tests/commtest-8dfd692fd374cfa2 32300K |
| 3504 | 2026-05-28T00:57:04.346Z | a tests/dhcp_server-8e30062213f4d334 31215K |
| 3505 | 2026-05-28T00:57:04.347Z | a tests/end_to_end_tests-8b24d43f04cf15e8 394811K |
| 3506 | 2026-05-28T00:57:04.347Z | a tools/opte_version 1K |
| 3507 | 2026-05-28T00:57:04.347Z | a tools/opte_version_override 2K |
| 3508 | 2026-05-28T00:57:04.347Z | a out/clickhouse.tar.gz 320676K |
| 3509 | 2026-05-28T00:57:04.347Z | a out/clickhouse_keeper.tar.gz 305763K |
| 3510 | 2026-05-28T00:57:04.347Z | a out/clickhouse_server.tar.gz 320674K |
| 3511 | 2026-05-28T00:57:04.347Z | a out/cockroachdb.tar.gz 165450K |
| 3512 | 2026-05-28T00:57:04.347Z | a out/crucible-pantry-zone.tar.gz 43956K |
| 3513 | 2026-05-28T00:57:04.347Z | a out/crucible-utils.tar 17744K |
| 3514 | 2026-05-28T00:57:04.347Z | a out/crucible-zone.tar.gz 58094K |
| 3515 | 2026-05-28T00:57:04.347Z | a out/external-dns.tar.gz 50091K |
| 3516 | 2026-05-28T00:57:04.347Z | a out/internal-dns.tar.gz 50090K |
| 3517 | 2026-05-28T00:57:04.347Z | a out/mg-ddm-gz.tar 102570K |
| 3518 | 2026-05-28T00:57:04.347Z | a out/nexus.tar.gz 217781K |
| 3519 | 2026-05-28T00:57:04.347Z | a out/ntp.tar.gz 32187K |
| 3520 | 2026-05-28T00:57:04.347Z | a out/omicron-gateway-softnpu.tar.gz 29625K |
| 3521 | 2026-05-28T00:57:04.347Z | a out/omicron-sled-agent.tar 202409K |
| 3522 | 2026-05-28T00:57:04.348Z | a out/overlay.tar.gz 3K |
| 3523 | 2026-05-28T00:57:04.348Z | a out/oximeter.tar.gz 65263K |
| 3524 | 2026-05-28T00:57:04.348Z | a out/oxlog.tar 3782K |
| 3525 | 2026-05-28T00:57:04.348Z | a out/probe.tar.gz 3037K |
| 3526 | 2026-05-28T00:57:04.348Z | a out/propolis-server.tar.gz 38727K |
| 3527 | 2026-05-28T00:57:04.348Z | a out/pumpkind-gz.tar 26647K |
| 3528 | 2026-05-28T00:57:04.348Z | a out/switch-softnpu.tar.gz 398921K |
| 3529 | 2026-05-28T00:57:04.352Z | |
| 3530 | 2026-05-28T00:57:04.352Z | real 1:19.628197656 |
| 3531 | 2026-05-28T00:57:04.352Z | user 1:16.928870718 |
| 3532 | 2026-05-28T00:57:04.352Z | sys 4.441464309 |
| 3533 | 2026-05-28T00:57:04.352Z | trap 0.006617647 |
| 3534 | 2026-05-28T00:57:04.352Z | tflt 0.000000000 |
| 3535 | 2026-05-28T00:57:04.352Z | dflt 0.000000000 |
| 3536 | 2026-05-28T00:57:04.352Z | kflt 0.000000000 |
| 3537 | 2026-05-28T00:57:04.352Z | lock 0.000000000 |
| 3538 | 2026-05-28T00:57:04.352Z | slp 1:16.863803503 |
| 3539 | 2026-05-28T00:57:04.352Z | lat 1.011378683 |
| 3540 | 2026-05-28T00:57:04.352Z | stop 0.000196950 |
| 3541 | 2026-05-28T00:57:04.352Z | process exited: duration 934917 ms, exit code 0 |
| |
| 3542 | 2026-05-28T00:57:04.367Z | found 1 output files |
| 3543 | 2026-05-28T00:57:04.367Z | uploading: /work/package.tar.gz (2447837318 bytes) |
| 3544 | 2026-05-28T00:57:34.254Z | uploaded: /work/package.tar.gz |