|
|
|
| 1 | 2026-06-22T19:15:42.009Z | job assigned to worker 01KVRC3SGG6R2QWEA2FASRMN5H [factory aws, i-0ef8eb5a02130af40] (queued for 50 s) |
| |
| 2 | 2026-06-22T19:15:49.609Z | starting task 0: "setup" |
| 3 | 2026-06-22T19:15:49.613Z | ++ uname -s |
| 4 | 2026-06-22T19:15:49.616Z | + kern=SunOS |
| 5 | 2026-06-22T19:15:49.616Z | + build_user=build |
| 6 | 2026-06-22T19:15:49.617Z | + build_uid=12345 |
| 7 | 2026-06-22T19:15:49.617Z | + work_dir=/work |
| 8 | 2026-06-22T19:15:49.617Z | + input_dir=/input |
| 9 | 2026-06-22T19:15:49.617Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-22T19:15:49.617Z | + case "$kern" in |
| 11 | 2026-06-22T19:15:49.617Z | + groupadd -g 12345 build |
| 12 | 2026-06-22T19:15:49.620Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-22T19:15:51.627Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-22T19:15:51.809Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-22T19:15:51.812Z | + home_fs=zfs |
| 16 | 2026-06-22T19:15:51.812Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-22T19:15:51.812Z | + mkdir -p /home/build |
| 18 | 2026-06-22T19:15:51.812Z | + chown build:build /home/build /work |
| 19 | 2026-06-22T19:15:53.814Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-22T19:15:53.817Z | process exited: duration 4210 ms, exit code 0 |
| |
| 21 | 2026-06-22T19:15:53.823Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-22T19:15:53.830Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-22T19:15:53.830Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-22T19:15:53.830Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-22T19:15:53.830Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-22T19:15:53.830Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-06-22T19:15:53.830Z | * rust toolchain profile = "default" |
| 28 | 2026-06-22T19:15:53.834Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-22T19:15:53.834Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-22T19:15:53.988Z | info: downloading installer |
| 31 | 2026-06-22T19:15:55.497Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-22T19:15:55.497Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-22T19:15:55.497Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-22T19:15:55.497Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-22T19:15:55.509Z | info: profile set to default |
| 36 | 2026-06-22T19:15:55.510Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-22T19:15:55.515Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-22T19:15:55.676Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-22T19:15:55.676Z | info: downloading 6 components |
| 40 | 2026-06-22T19:16:10.495Z | |
| 41 | 2026-06-22T19:16:10.495Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-22T19:16:10.525Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-22T19:16:10.525Z | |
| 44 | 2026-06-22T19:16:10.525Z | |
| 45 | 2026-06-22T19:16:10.525Z | Rust is installed now. Great! |
| 46 | 2026-06-22T19:16:10.525Z | |
| 47 | 2026-06-22T19:16:10.525Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-22T19:16:10.525Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-22T19:16:10.525Z | |
| 50 | 2026-06-22T19:16:10.525Z | To configure your current shell, you need to source |
| 51 | 2026-06-22T19:16:10.525Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-22T19:16:10.525Z | |
| 53 | 2026-06-22T19:16:10.525Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-22T19:16:10.525Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-22T19:16:10.525Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-22T19:16:10.525Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-22T19:16:10.525Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-22T19:16:10.525Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-22T19:16:10.526Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-22T19:16:10.529Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-22T19:16:10.529Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-22T19:16:10.626Z | + rustup --version |
| 63 | 2026-06-22T19:16:10.633Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-22T19:16:10.633Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-22T19:16:10.654Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-22T19:16:10.657Z | + cargo --version |
| 67 | 2026-06-22T19:16:10.666Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-22T19:16:10.670Z | + rustc --version |
| 69 | 2026-06-22T19:16:10.689Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-22T19:16:10.692Z | process exited: duration 16868 ms, exit code 0 |
| |
| 71 | 2026-06-22T19:16:10.698Z | starting task 2: "authentication" |
| 72 | 2026-06-22T19:16:10.717Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-22T19:16:10.724Z | starting task 3: "clone repository" |
| 74 | 2026-06-22T19:16:10.728Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-22T19:16:10.731Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-22T19:16:10.762Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-22T19:16:21.789Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-22T19:16:21.789Z | + git fetch origin 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 |
| 79 | 2026-06-22T19:16:22.062Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-22T19:16:22.062Z | * branch 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 -> FETCH_HEAD |
| 81 | 2026-06-22T19:16:22.078Z | + [[ -n '' ]] |
| 82 | 2026-06-22T19:16:22.078Z | + git reset --hard 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 |
| 83 | 2026-06-22T19:16:22.319Z | HEAD is now at 66d918368 [spr] initial version |
| 84 | 2026-06-22T19:16:22.323Z | process exited: duration 11598 ms, exit code 0 |
| |
| 85 | 2026-06-22T19:16:22.329Z | starting task 4: "build" |
| 86 | 2026-06-22T19:16:22.335Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-06-22T19:16:22.335Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-06-22T19:16:22.335Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-06-22T19:16:22.335Z | + cargo --version |
| 90 | 2026-06-22T19:16:22.346Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-06-22T19:16:22.349Z | + rustc --version |
| 92 | 2026-06-22T19:16:22.370Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-06-22T19:16:22.373Z | + WORK=/work |
| 94 | 2026-06-22T19:16:22.373Z | + pfexec mkdir -p /work |
| 95 | 2026-06-22T19:16:22.376Z | + pfexec chown build /work |
| 96 | 2026-06-22T19:16:22.379Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2026-06-22T19:16:23.962Z | Startup: Refreshing catalog 'helios' ... Done |
| 98 | 2026-06-22T19:16:24.060Z | Startup: Caching catalogs ... Done |
| 99 | 2026-06-22T19:16:24.485Z | Planning: Solver setup ... Done (0.381s) |
| 100 | 2026-06-22T19:16:24.508Z | Planning: Running solver ... Done (0.023s) |
| 101 | 2026-06-22T19:16:24.519Z | Planning: Finding local manifests ... Done (0.003s) |
| 102 | 2026-06-22T19:16:24.528Z | Planning: Fetching manifests: 0/2 0% complete |
| 103 | 2026-06-22T19:16:24.544Z | Planning: Fetching manifests: 2/2 100% complete |
| 104 | 2026-06-22T19:16:24.560Z | Planning: Package planning ... Done (0.014s) |
| 105 | 2026-06-22T19:16:24.563Z | Planning: Merging actions ... Done (0.001s) |
| 106 | 2026-06-22T19:16:24.731Z | Planning: Checking for conflicting actions ... Done (0.171s) |
| 107 | 2026-06-22T19:16:24.734Z | Planning: Consolidating action changes ... Done (0.001s) |
| 108 | 2026-06-22T19:16:25.636Z | Planning: Evaluating mediators ... Done (0.904s) |
| 109 | 2026-06-22T19:16:25.639Z | Planning: Planning completed in 1.56 seconds |
| 110 | 2026-06-22T19:16:25.646Z | Packages to install: 2 |
| 111 | 2026-06-22T19:16:25.646Z | Estimated space available: 156.07 GB |
| 112 | 2026-06-22T19:16:25.646Z | Estimated space to be consumed: 28.17 MB |
| 113 | 2026-06-22T19:16:25.646Z | Create boot environment: No |
| 114 | 2026-06-22T19:16:25.646Z | Create backup boot environment: No |
| 115 | 2026-06-22T19:16:25.646Z | Rebuild boot archive: No |
| 116 | 2026-06-22T19:16:25.649Z | |
| 117 | 2026-06-22T19:16:25.649Z | Changed packages: |
| 118 | 2026-06-22T19:16:25.649Z | helios |
| 119 | 2026-06-22T19:16:25.649Z | developer/build-essential |
| 120 | 2026-06-22T19:16:25.649Z | None -> 11-3.0 |
| 121 | 2026-06-22T19:16:25.649Z | library/libxmlsec1 |
| 122 | 2026-06-22T19:16:25.649Z | None -> 1.2.35-3.0 |
| 123 | 2026-06-22T19:16:25.672Z | |
| 124 | 2026-06-22T19:16:25.672Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 125 | 2026-06-22T19:16:26.330Z | Download: Completed 1.28 MB in 0.66 seconds (1.9M/s) |
| 126 | 2026-06-22T19:16:26.391Z | Actions: 1/268 actions (Installing new actions) |
| 127 | 2026-06-22T19:16:26.430Z | Actions: Completed 268 actions in 0.04 seconds. |
| 128 | 2026-06-22T19:16:26.441Z | Finalize: Updating package state database ... Done (0.011s) |
| 129 | 2026-06-22T19:16:26.441Z | Finalize: Updating package cache ... Done (0.000s) |
| 130 | 2026-06-22T19:16:26.467Z | Finalize: Updating image state ... Done (0.025s) |
| 131 | 2026-06-22T19:16:29.095Z | Finalize: Creating fast lookup database ... Done (2.603s) |
| 132 | 2026-06-22T19:16:29.168Z | Finalize: Reading search index ... Done (0.013s) |
| 133 | 2026-06-22T19:16:29.171Z | Finalize: Updating search index ... Done (0.000s) |
| 134 | 2026-06-22T19:16:29.253Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-06-22T19:16:29.562Z | Planning: Evaluating mediator changes ... Done |
| 136 | 2026-06-22T19:16:29.666Z | Planning: Checking for conflicting actions ... Done |
| 137 | 2026-06-22T19:16:29.669Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-06-22T19:16:29.824Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-06-22T19:16:29.827Z | Planning: Planning completed in 0.26 seconds |
| 140 | 2026-06-22T19:16:29.847Z | Mediators to change: 2 |
| 141 | 2026-06-22T19:16:29.847Z | Create boot environment: No |
| 142 | 2026-06-22T19:16:29.847Z | Create backup boot environment: No |
| 143 | 2026-06-22T19:16:29.919Z | Finalize: Updating package state database ... Done |
| 144 | 2026-06-22T19:16:29.920Z | Finalize: Updating package cache ... Done |
| 145 | 2026-06-22T19:16:29.937Z | Finalize: Updating image state ... Done |
| 146 | 2026-06-22T19:16:31.875Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-06-22T19:16:31.940Z | Finalize: Reading search index ... Done |
| 148 | 2026-06-22T19:16:31.943Z | Finalize: Updating search index ... Done |
| 149 | 2026-06-22T19:16:32.028Z | Finalize: Updating package cache ... Done |
| 150 | 2026-06-22T19:16:32.317Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2026-06-22T19:16:32.421Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2026-06-22T19:16:32.424Z | Planning: Consolidating action changes ... Done |
| 153 | 2026-06-22T19:16:32.580Z | Planning: Evaluating mediators ... Done |
| 154 | 2026-06-22T19:16:32.583Z | Planning: Planning completed in 0.26 seconds |
| 155 | 2026-06-22T19:16:32.605Z | Mediators to change: 1 |
| 156 | 2026-06-22T19:16:32.605Z | Create boot environment: No |
| 157 | 2026-06-22T19:16:32.605Z | Create backup boot environment: No |
| 158 | 2026-06-22T19:16:32.681Z | Finalize: Updating package state database ... Done |
| 159 | 2026-06-22T19:16:32.681Z | Finalize: Updating package cache ... Done |
| 160 | 2026-06-22T19:16:32.699Z | Finalize: Updating image state ... Done |
| 161 | 2026-06-22T19:16:34.634Z | Finalize: Creating fast lookup database ... Done |
| 162 | 2026-06-22T19:16:34.697Z | Finalize: Reading search index ... Done |
| 163 | 2026-06-22T19:16:34.700Z | Finalize: Updating search index ... Done |
| 164 | 2026-06-22T19:16:34.777Z | Finalize: Updating package cache ... Done |
| 165 | 2026-06-22T19:16:35.089Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 166 | 2026-06-22T19:16:35.089Z | apache system 2.4 system |
| 167 | 2026-06-22T19:16:35.089Z | clang system 15 system |
| 168 | 2026-06-22T19:16:35.089Z | csh system system illumos |
| 169 | 2026-06-22T19:16:35.089Z | ctags system system illumos |
| 170 | 2026-06-22T19:16:35.089Z | file vendor vendor darwinsys |
| 171 | 2026-06-22T19:16:35.089Z | file system system illumos |
| 172 | 2026-06-22T19:16:35.089Z | gcc vendor 14 vendor |
| 173 | 2026-06-22T19:16:35.089Z | gcc system 13 system |
| 174 | 2026-06-22T19:16:35.089Z | gcc system 10 system |
| 175 | 2026-06-22T19:16:35.089Z | go system 1.25 system |
| 176 | 2026-06-22T19:16:35.089Z | llvm system 15 system |
| 177 | 2026-06-22T19:16:35.090Z | mariadb system 11.4 system |
| 178 | 2026-06-22T19:16:35.090Z | mta vendor vendor dma |
| 179 | 2026-06-22T19:16:35.090Z | openjdk system 17 system |
| 180 | 2026-06-22T19:16:35.090Z | openjdk system 11 system |
| 181 | 2026-06-22T19:16:35.090Z | openssl vendor 3 vendor |
| 182 | 2026-06-22T19:16:35.090Z | perl system 5.40 system |
| 183 | 2026-06-22T19:16:35.090Z | postgresql system 18 system |
| 184 | 2026-06-22T19:16:35.090Z | postgresql system 17 system |
| 185 | 2026-06-22T19:16:35.090Z | python vendor 3 vendor |
| 186 | 2026-06-22T19:16:35.090Z | python system 2 system |
| 187 | 2026-06-22T19:16:35.090Z | python3 vendor 3.13 vendor |
| 188 | 2026-06-22T19:16:35.090Z | ruby system 3.4 system |
| 189 | 2026-06-22T19:16:35.090Z | ruby system 3.0 system |
| 190 | 2026-06-22T19:16:35.090Z | words vendor vendor american-english |
| 191 | 2026-06-22T19:16:35.090Z | words system system australian-english |
| 192 | 2026-06-22T19:16:35.090Z | words system system british-english |
| 193 | 2026-06-22T19:16:35.090Z | words system system canadian-english |
| 194 | 2026-06-22T19:16:35.090Z | words system system french |
| 195 | 2026-06-22T19:16:35.090Z | words system system italian |
| 196 | 2026-06-22T19:16:35.090Z | words system system ngerman |
| 197 | 2026-06-22T19:16:35.090Z | words system system ogerman |
| 198 | 2026-06-22T19:16:35.090Z | words system system spanish |
| 199 | 2026-06-22T19:16:35.350Z | PUBLISHER TYPE STATUS P LOCATION |
| 200 | 2026-06-22T19:16:35.350Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 201 | 2026-06-22T19:16:35.643Z | FMRI IFO |
| 202 | 2026-06-22T19:16:35.644Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 203 | 2026-06-22T19:16:35.644Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 204 | 2026-06-22T19:16:35.644Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 205 | 2026-06-22T19:16:35.644Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 206 | 2026-06-22T19:16:35.644Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 207 | 2026-06-22T19:16:35.644Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 208 | 2026-06-22T19:16:35.644Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 209 | 2026-06-22T19:16:35.644Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 210 | 2026-06-22T19:16:35.644Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 211 | 2026-06-22T19:16:35.894Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 212 | 2026-06-22T19:16:36.150Z | Updating crates.io index |
| 213 | 2026-06-22T19:16:36.197Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 214 | 2026-06-22T19:16:37.186Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 215 | 2026-06-22T19:16:37.711Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 216 | 2026-06-22T19:16:38.033Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 217 | 2026-06-22T19:16:39.285Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 218 | 2026-06-22T19:16:40.357Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 219 | 2026-06-22T19:16:41.949Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 220 | 2026-06-22T19:16:42.706Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 221 | 2026-06-22T19:16:43.254Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-06-22T19:16:44.877Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-06-22T19:16:45.145Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 224 | 2026-06-22T19:16:45.778Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 225 | 2026-06-22T19:16:46.040Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 226 | 2026-06-22T19:16:46.715Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 227 | 2026-06-22T19:16:47.184Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-06-22T19:16:47.542Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 229 | 2026-06-22T19:16:47.953Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 230 | 2026-06-22T19:16:48.188Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 231 | 2026-06-22T19:16:48.843Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 232 | 2026-06-22T19:16:49.072Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 233 | 2026-06-22T19:16:49.321Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 234 | 2026-06-22T19:16:49.607Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 235 | 2026-06-22T19:16:50.079Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-06-22T19:16:50.591Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 237 | 2026-06-22T19:16:50.882Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 238 | 2026-06-22T19:16:51.452Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 239 | 2026-06-22T19:16:51.736Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 240 | 2026-06-22T19:16:52.061Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 241 | 2026-06-22T19:16:53.417Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-06-22T19:16:54.123Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 243 | 2026-06-22T19:16:54.590Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-06-22T19:16:54.971Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 245 | 2026-06-22T19:16:55.453Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 246 | 2026-06-22T19:16:55.911Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 247 | 2026-06-22T19:16:56.285Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 248 | 2026-06-22T19:16:56.678Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 249 | 2026-06-22T19:16:57.507Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 250 | 2026-06-22T19:16:57.734Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 251 | 2026-06-22T19:16:58.016Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 252 | 2026-06-22T19:16:58.345Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 253 | 2026-06-22T19:17:00.528Z | Downloading crates ... |
| 254 | 2026-06-22T19:17:00.618Z | Downloaded equivalent v1.0.2 |
| 255 | 2026-06-22T19:17:00.663Z | Downloaded plain v0.2.3 |
| 256 | 2026-06-22T19:17:00.664Z | Downloaded macaddr v1.0.1 |
| 257 | 2026-06-22T19:17:00.664Z | Downloaded heck v0.4.1 |
| 258 | 2026-06-22T19:17:00.664Z | Downloaded cpufeatures v0.2.17 |
| 259 | 2026-06-22T19:17:00.664Z | Downloaded serde_spanned v0.6.9 |
| 260 | 2026-06-22T19:17:00.664Z | Downloaded unicode-ident v1.0.24 |
| 261 | 2026-06-22T19:17:00.664Z | Downloaded typenum v1.19.0 |
| 262 | 2026-06-22T19:17:00.664Z | Downloaded strsim v0.11.1 |
| 263 | 2026-06-22T19:17:00.664Z | Downloaded toml_datetime v0.6.11 |
| 264 | 2026-06-22T19:17:00.664Z | Downloaded thiserror-impl v1.0.69 |
| 265 | 2026-06-22T19:17:00.664Z | Downloaded cfg-if v1.0.4 |
| 266 | 2026-06-22T19:17:00.665Z | Downloaded camino-tempfile v1.4.1 |
| 267 | 2026-06-22T19:17:00.665Z | Downloaded terminal_size v0.4.3 |
| 268 | 2026-06-22T19:17:00.665Z | Downloaded scroll v0.12.0 |
| 269 | 2026-06-22T19:17:00.669Z | Downloaded proc-macro-error v1.0.4 |
| 270 | 2026-06-22T19:17:00.669Z | Downloaded displaydoc v0.2.5 |
| 271 | 2026-06-22T19:17:00.669Z | Downloaded bytecount v0.6.9 |
| 272 | 2026-06-22T19:17:00.669Z | Downloaded yoke-derive v0.8.1 |
| 273 | 2026-06-22T19:17:00.669Z | Downloaded typeid v1.0.3 |
| 274 | 2026-06-22T19:17:00.669Z | Downloaded pest_derive v2.8.6 |
| 275 | 2026-06-22T19:17:00.669Z | Downloaded toml_write v0.1.2 |
| 276 | 2026-06-22T19:17:00.669Z | Downloaded thread-id v4.2.2 |
| 277 | 2026-06-22T19:17:00.670Z | Downloaded errno v0.3.14 |
| 278 | 2026-06-22T19:17:00.670Z | Downloaded form_urlencoded v1.2.2 |
| 279 | 2026-06-22T19:17:00.670Z | Downloaded cargo-util-schemas v0.8.2 |
| 280 | 2026-06-22T19:17:00.670Z | Downloaded version_check v0.9.5 |
| 281 | 2026-06-22T19:17:00.670Z | Downloaded percent-encoding v2.3.2 |
| 282 | 2026-06-22T19:17:00.733Z | Downloaded fnv v1.0.7 |
| 283 | 2026-06-22T19:17:00.733Z | Downloaded num-traits v0.2.19 |
| 284 | 2026-06-22T19:17:00.733Z | Downloaded zerofrom-derive v0.1.6 |
| 285 | 2026-06-22T19:17:00.733Z | Downloaded utf8_iter v1.0.4 |
| 286 | 2026-06-22T19:17:00.733Z | Downloaded proc-macro2 v1.0.106 |
| 287 | 2026-06-22T19:17:00.733Z | Downloaded zerofrom v0.1.6 |
| 288 | 2026-06-22T19:17:00.733Z | Downloaded writeable v0.6.2 |
| 289 | 2026-06-22T19:17:00.733Z | Downloaded unicode-xid v0.2.6 |
| 290 | 2026-06-22T19:17:00.733Z | Downloaded thiserror-impl v2.0.18 |
| 291 | 2026-06-22T19:17:00.733Z | Downloaded idna_adapter v1.2.1 |
| 292 | 2026-06-22T19:17:00.734Z | Downloaded heck v0.5.0 |
| 293 | 2026-06-22T19:17:00.734Z | Downloaded icu_locale_core v2.1.1 |
| 294 | 2026-06-22T19:17:00.734Z | Downloaded utf8parse v0.2.2 |
| 295 | 2026-06-22T19:17:00.734Z | Downloaded zmij v1.0.21 |
| 296 | 2026-06-22T19:17:00.734Z | Downloaded usdt-macro v0.5.0 |
| 297 | 2026-06-22T19:17:00.734Z | Downloaded ordered-float v2.10.1 |
| 298 | 2026-06-22T19:17:00.734Z | Downloaded thiserror v2.0.18 |
| 299 | 2026-06-22T19:17:00.734Z | Downloaded potential_utf v0.1.4 |
| 300 | 2026-06-22T19:17:00.734Z | Downloaded getrandom v0.4.1 |
| 301 | 2026-06-22T19:17:00.734Z | Downloaded block-buffer v0.10.4 |
| 302 | 2026-06-22T19:17:00.734Z | Downloaded tinystr v0.8.2 |
| 303 | 2026-06-22T19:17:00.734Z | Downloaded zerovec-derive v0.11.2 |
| 304 | 2026-06-22T19:17:00.734Z | Downloaded yoke v0.8.1 |
| 305 | 2026-06-22T19:17:00.734Z | Downloaded thiserror v1.0.69 |
| 306 | 2026-06-22T19:17:00.734Z | Downloaded usdt-impl v0.5.0 |
| 307 | 2026-06-22T19:17:00.735Z | Downloaded zerocopy-derive v0.7.35 |
| 308 | 2026-06-22T19:17:00.735Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-06-22T19:17:00.735Z | Downloaded swrite v0.1.0 |
| 310 | 2026-06-22T19:17:00.735Z | Downloaded fastrand v2.3.0 |
| 311 | 2026-06-22T19:17:00.735Z | Downloaded toml v0.8.23 |
| 312 | 2026-06-22T19:17:00.735Z | Downloaded smawk v0.3.2 |
| 313 | 2026-06-22T19:17:00.735Z | Downloaded itoa v1.0.17 |
| 314 | 2026-06-22T19:17:00.735Z | Downloaded usdt v0.5.0 |
| 315 | 2026-06-22T19:17:00.735Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-06-22T19:17:00.735Z | Downloaded textwrap v0.16.2 |
| 317 | 2026-06-22T19:17:00.735Z | Downloaded clap_derive v4.6.1 |
| 318 | 2026-06-22T19:17:00.735Z | Downloaded serde_core v1.0.228 |
| 319 | 2026-06-22T19:17:00.735Z | Downloaded anstyle-query v1.1.5 |
| 320 | 2026-06-22T19:17:00.735Z | Downloaded anstream v1.0.0 |
| 321 | 2026-06-22T19:17:00.801Z | Downloaded ucd-trie v0.1.7 |
| 322 | 2026-06-22T19:17:00.802Z | Downloaded unicode-linebreak v0.1.5 |
| 323 | 2026-06-22T19:17:00.802Z | Downloaded generic-array v0.14.7 |
| 324 | 2026-06-22T19:17:00.802Z | Downloaded zerotrie v0.2.3 |
| 325 | 2026-06-22T19:17:00.802Z | Downloaded crypto-common v0.1.7 |
| 326 | 2026-06-22T19:17:00.802Z | Downloaded stable_deref_trait v1.2.1 |
| 327 | 2026-06-22T19:17:00.802Z | Downloaded serde-value v0.7.0 |
| 328 | 2026-06-22T19:17:00.802Z | Downloaded dtrace-parser v0.2.0 |
| 329 | 2026-06-22T19:17:00.802Z | Downloaded dof v0.3.0 |
| 330 | 2026-06-22T19:17:00.802Z | Downloaded clap_lex v1.0.0 |
| 331 | 2026-06-22T19:17:00.802Z | Downloaded cargo-platform v0.2.0 |
| 332 | 2026-06-22T19:17:00.802Z | Downloaded toml_edit v0.22.27 |
| 333 | 2026-06-22T19:17:00.803Z | Downloaded pretty-hex v0.4.1 |
| 334 | 2026-06-22T19:17:00.803Z | Downloaded memmap v0.7.0 |
| 335 | 2026-06-22T19:17:00.803Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2026-06-22T19:17:00.803Z | Downloaded colorchoice v1.0.4 |
| 337 | 2026-06-22T19:17:00.803Z | Downloaded zerocopy v0.7.35 |
| 338 | 2026-06-22T19:17:00.803Z | Downloaded url v2.5.8 |
| 339 | 2026-06-22T19:17:00.803Z | Downloaded cargo_toml v0.21.0 |
| 340 | 2026-06-22T19:17:00.803Z | Downloaded zerovec v0.11.5 |
| 341 | 2026-06-22T19:17:00.804Z | Downloaded synstructure v0.13.2 |
| 342 | 2026-06-22T19:17:00.804Z | Downloaded serde-untagged v0.1.9 |
| 343 | 2026-06-22T19:17:00.804Z | Downloaded scroll_derive v0.12.1 |
| 344 | 2026-06-22T19:17:00.804Z | Downloaded winnow v0.7.14 |
| 345 | 2026-06-22T19:17:00.804Z | Downloaded litemap v0.8.1 |
| 346 | 2026-06-22T19:17:00.804Z | Downloaded icu_properties v2.1.2 |
| 347 | 2026-06-22T19:17:00.804Z | Downloaded cargo_metadata v0.21.0 |
| 348 | 2026-06-22T19:17:00.804Z | Downloaded unicode-width v0.1.14 |
| 349 | 2026-06-22T19:17:00.804Z | Downloaded anyhow v1.0.102 |
| 350 | 2026-06-22T19:17:00.804Z | Downloaded unicode-width v0.2.0 |
| 351 | 2026-06-22T19:17:00.874Z | Downloaded proc-macro-error-attr v1.0.4 |
| 352 | 2026-06-22T19:17:00.874Z | Downloaded anstyle-parse v1.0.0 |
| 353 | 2026-06-22T19:17:00.874Z | Downloaded fs-err v3.3.0 |
| 354 | 2026-06-22T19:17:00.874Z | Downloaded serde_tokenstream v0.2.3 |
| 355 | 2026-06-22T19:17:00.874Z | Downloaded bitflags v2.11.0 |
| 356 | 2026-06-22T19:17:00.874Z | Downloaded autocfg v1.5.0 |
| 357 | 2026-06-22T19:17:00.874Z | Downloaded digest v0.10.7 |
| 358 | 2026-06-22T19:17:00.874Z | Downloaded erased-serde v0.4.9 |
| 359 | 2026-06-22T19:17:00.875Z | Downloaded camino v1.2.2 |
| 360 | 2026-06-22T19:17:00.876Z | Downloaded anstyle v1.0.14 |
| 361 | 2026-06-22T19:17:00.876Z | Downloaded quote v1.0.45 |
| 362 | 2026-06-22T19:17:00.876Z | Downloaded icu_provider v2.1.1 |
| 363 | 2026-06-22T19:17:00.876Z | Downloaded pest_generator v2.8.6 |
| 364 | 2026-06-22T19:17:00.876Z | Downloaded sha2 v0.10.9 |
| 365 | 2026-06-22T19:17:00.876Z | Downloaded smallvec v1.15.1 |
| 366 | 2026-06-22T19:17:00.876Z | Downloaded serde_derive v1.0.228 |
| 367 | 2026-06-22T19:17:00.876Z | Downloaded tempfile v3.25.0 |
| 368 | 2026-06-22T19:17:00.876Z | Downloaded serde v1.0.228 |
| 369 | 2026-06-22T19:17:00.939Z | Downloaded pest_meta v2.8.6 |
| 370 | 2026-06-22T19:17:00.939Z | Downloaded once_cell v1.21.3 |
| 371 | 2026-06-22T19:17:00.939Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-06-22T19:17:00.939Z | Downloaded log v0.4.29 |
| 373 | 2026-06-22T19:17:00.939Z | Downloaded semver v1.0.28 |
| 374 | 2026-06-22T19:17:00.939Z | Downloaded clap v4.6.1 |
| 375 | 2026-06-22T19:17:00.939Z | Downloaded byteorder v1.5.0 |
| 376 | 2026-06-22T19:17:00.939Z | Downloaded icu_normalizer_data v2.1.1 |
| 377 | 2026-06-22T19:17:00.939Z | Downloaded icu_normalizer v2.1.1 |
| 378 | 2026-06-22T19:17:00.939Z | Downloaded memchr v2.8.0 |
| 379 | 2026-06-22T19:17:00.940Z | Downloaded icu_collections v2.1.1 |
| 380 | 2026-06-22T19:17:00.940Z | Downloaded indexmap v2.14.0 |
| 381 | 2026-06-22T19:17:00.940Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-06-22T19:17:01.032Z | Downloaded pest v2.8.6 |
| 383 | 2026-06-22T19:17:01.032Z | Downloaded idna v1.1.0 |
| 384 | 2026-06-22T19:17:01.032Z | Downloaded serde_json v1.0.149 |
| 385 | 2026-06-22T19:17:01.032Z | Downloaded icu_properties_data v2.1.2 |
| 386 | 2026-06-22T19:17:01.032Z | Downloaded clap_builder v4.6.0 |
| 387 | 2026-06-22T19:17:01.032Z | Downloaded goblin v0.8.2 |
| 388 | 2026-06-22T19:17:01.032Z | Downloaded tabled v0.15.0 |
| 389 | 2026-06-22T19:17:01.032Z | Downloaded syn v1.0.109 |
| 390 | 2026-06-22T19:17:01.032Z | Downloaded syn v2.0.117 |
| 391 | 2026-06-22T19:17:01.104Z | Downloaded rustix v1.1.3 |
| 392 | 2026-06-22T19:17:01.104Z | Downloaded libc v0.2.185 |
| 393 | 2026-06-22T19:17:01.173Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-06-22T19:17:01.173Z | Compiling quote v1.0.45 |
| 395 | 2026-06-22T19:17:01.173Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-06-22T19:17:01.173Z | Compiling serde_core v1.0.228 |
| 397 | 2026-06-22T19:17:01.173Z | Compiling libc v0.2.185 |
| 398 | 2026-06-22T19:17:01.173Z | Compiling version_check v0.9.5 |
| 399 | 2026-06-22T19:17:01.173Z | Compiling stable_deref_trait v1.2.1 |
| 400 | 2026-06-22T19:17:01.174Z | Compiling memchr v2.8.0 |
| 401 | 2026-06-22T19:17:01.269Z | Compiling serde v1.0.228 |
| 402 | 2026-06-22T19:17:01.347Z | Compiling zmij v1.0.21 |
| 403 | 2026-06-22T19:17:01.347Z | Compiling itoa v1.0.17 |
| 404 | 2026-06-22T19:17:01.347Z | Compiling thiserror v1.0.69 |
| 405 | 2026-06-22T19:17:01.347Z | Compiling autocfg v1.5.0 |
| 406 | 2026-06-22T19:17:01.347Z | Compiling ucd-trie v0.1.7 |
| 407 | 2026-06-22T19:17:01.347Z | Compiling writeable v0.6.2 |
| 408 | 2026-06-22T19:17:01.422Z | Compiling litemap v0.8.1 |
| 409 | 2026-06-22T19:17:01.506Z | Compiling icu_properties_data v2.1.2 |
| 410 | 2026-06-22T19:17:01.572Z | Compiling icu_normalizer_data v2.1.1 |
| 411 | 2026-06-22T19:17:01.638Z | Compiling byteorder v1.5.0 |
| 412 | 2026-06-22T19:17:01.667Z | Compiling rustix v1.1.3 |
| 413 | 2026-06-22T19:17:01.691Z | Compiling serde_json v1.0.149 |
| 414 | 2026-06-22T19:17:01.719Z | Compiling bitflags v2.11.0 |
| 415 | 2026-06-22T19:17:01.753Z | Compiling pest v2.8.6 |
| 416 | 2026-06-22T19:17:01.817Z | Compiling num-traits v0.2.19 |
| 417 | 2026-06-22T19:17:01.864Z | Compiling equivalent v1.0.2 |
| 418 | 2026-06-22T19:17:01.959Z | Compiling smallvec v1.15.1 |
| 419 | 2026-06-22T19:17:01.996Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-06-22T19:17:02.000Z | Compiling typeid v1.0.3 |
| 421 | 2026-06-22T19:17:02.000Z | Compiling proc-macro-error-attr v1.0.4 |
| 422 | 2026-06-22T19:17:02.046Z | Compiling usdt-impl v0.5.0 |
| 423 | 2026-06-22T19:17:02.068Z | Compiling erased-serde v0.4.9 |
| 424 | 2026-06-22T19:17:02.163Z | Compiling winnow v0.7.14 |
| 425 | 2026-06-22T19:17:02.193Z | Compiling syn v1.0.109 |
| 426 | 2026-06-22T19:17:02.212Z | Compiling toml_write v0.1.2 |
| 427 | 2026-06-22T19:17:02.267Z | Compiling proc-macro-error v1.0.4 |
| 428 | 2026-06-22T19:17:02.285Z | Compiling getrandom v0.4.1 |
| 429 | 2026-06-22T19:17:02.382Z | Compiling errno v0.3.14 |
| 430 | 2026-06-22T19:17:02.398Z | Compiling thread-id v4.2.2 |
| 431 | 2026-06-22T19:17:02.480Z | Compiling plain v0.2.3 |
| 432 | 2026-06-22T19:17:02.517Z | Compiling indexmap v2.14.0 |
| 433 | 2026-06-22T19:17:02.552Z | Compiling log v0.4.29 |
| 434 | 2026-06-22T19:17:02.572Z | Compiling camino v1.2.2 |
| 435 | 2026-06-22T19:17:02.575Z | Compiling percent-encoding v2.3.2 |
| 436 | 2026-06-22T19:17:02.585Z | Compiling utf8parse v0.2.2 |
| 437 | 2026-06-22T19:17:02.618Z | Compiling utf8_iter v1.0.4 |
| 438 | 2026-06-22T19:17:02.621Z | Compiling thiserror v2.0.18 |
| 439 | 2026-06-22T19:17:02.674Z | Compiling syn v2.0.117 |
| 440 | 2026-06-22T19:17:02.732Z | Compiling form_urlencoded v1.2.2 |
| 441 | 2026-06-22T19:17:02.748Z | Compiling anstyle-parse v1.0.0 |
| 442 | 2026-06-22T19:17:02.782Z | Compiling pest_meta v2.8.6 |
| 443 | 2026-06-22T19:17:02.938Z | Compiling ordered-float v2.10.1 |
| 444 | 2026-06-22T19:17:02.974Z | Compiling cfg-if v1.0.4 |
| 445 | 2026-06-22T19:17:02.978Z | Compiling is_terminal_polyfill v1.70.2 |
| 446 | 2026-06-22T19:17:02.992Z | Compiling anstyle-query v1.1.5 |
| 447 | 2026-06-22T19:17:03.046Z | Compiling anstyle v1.0.14 |
| 448 | 2026-06-22T19:17:03.064Z | Compiling pretty-hex v0.4.1 |
| 449 | 2026-06-22T19:17:03.101Z | Compiling colorchoice v1.0.4 |
| 450 | 2026-06-22T19:17:03.190Z | Compiling fs-err v3.3.0 |
| 451 | 2026-06-22T19:17:03.225Z | Compiling anstream v1.0.0 |
| 452 | 2026-06-22T19:17:03.228Z | Compiling fastrand v2.3.0 |
| 453 | 2026-06-22T19:17:03.257Z | Compiling fnv v1.0.7 |
| 454 | 2026-06-22T19:17:03.261Z | Compiling unicode-width v0.1.14 |
| 455 | 2026-06-22T19:17:03.287Z | Compiling once_cell v1.21.3 |
| 456 | 2026-06-22T19:17:03.321Z | Compiling heck v0.4.1 |
| 457 | 2026-06-22T19:17:03.337Z | Compiling strsim v0.11.1 |
| 458 | 2026-06-22T19:17:03.389Z | Compiling terminal_size v0.4.3 |
| 459 | 2026-06-22T19:17:03.404Z | Compiling heck v0.5.0 |
| 460 | 2026-06-22T19:17:03.531Z | Compiling bytecount v0.6.9 |
| 461 | 2026-06-22T19:17:03.550Z | Compiling unicode-xid v0.2.6 |
| 462 | 2026-06-22T19:17:03.567Z | Compiling anyhow v1.0.102 |
| 463 | 2026-06-22T19:17:03.570Z | Compiling clap_lex v1.0.0 |
| 464 | 2026-06-22T19:17:03.570Z | Compiling tempfile v3.25.0 |
| 465 | 2026-06-22T19:17:03.694Z | Compiling semver v1.0.28 |
| 466 | 2026-06-22T19:17:03.698Z | Compiling papergrid v0.11.0 |
| 467 | 2026-06-22T19:17:03.726Z | Compiling memmap v0.7.0 |
| 468 | 2026-06-22T19:17:03.742Z | Compiling smawk v0.3.2 |
| 469 | 2026-06-22T19:17:03.813Z | Compiling clap_builder v4.6.0 |
| 470 | 2026-06-22T19:17:03.837Z | Compiling unicode-linebreak v0.1.5 |
| 471 | 2026-06-22T19:17:03.951Z | Compiling unicode-width v0.2.0 |
| 472 | 2026-06-22T19:17:03.994Z | Compiling camino-tempfile v1.4.1 |
| 473 | 2026-06-22T19:17:04.054Z | Compiling serde-untagged v0.1.9 |
| 474 | 2026-06-22T19:17:04.095Z | Compiling swrite v0.1.0 |
| 475 | 2026-06-22T19:17:04.139Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 476 | 2026-06-22T19:17:04.211Z | Compiling textwrap v0.16.2 |
| 477 | 2026-06-22T19:17:04.542Z | Compiling tabled_derive v0.7.0 |
| 478 | 2026-06-22T19:17:05.190Z | Compiling tabled v0.15.0 |
| 479 | 2026-06-22T19:17:05.206Z | Compiling synstructure v0.13.2 |
| 480 | 2026-06-22T19:17:05.210Z | Compiling pest_generator v2.8.6 |
| 481 | 2026-06-22T19:17:05.765Z | Compiling serde_derive v1.0.228 |
| 482 | 2026-06-22T19:17:05.765Z | Compiling zerofrom-derive v0.1.6 |
| 483 | 2026-06-22T19:17:05.768Z | Compiling yoke-derive v0.8.1 |
| 484 | 2026-06-22T19:17:05.768Z | Compiling zerovec-derive v0.11.2 |
| 485 | 2026-06-22T19:17:05.768Z | Compiling displaydoc v0.2.5 |
| 486 | 2026-06-22T19:17:05.768Z | Compiling thiserror-impl v1.0.69 |
| 487 | 2026-06-22T19:17:05.768Z | Compiling zerocopy-derive v0.7.35 |
| 488 | 2026-06-22T19:17:05.768Z | Compiling pest_derive v2.8.6 |
| 489 | 2026-06-22T19:17:05.768Z | Compiling scroll_derive v0.12.1 |
| 490 | 2026-06-22T19:17:05.768Z | Compiling thiserror-impl v2.0.18 |
| 491 | 2026-06-22T19:17:05.768Z | Compiling clap_derive v4.6.1 |
| 492 | 2026-06-22T19:17:06.415Z | Compiling scroll v0.12.0 |
| 493 | 2026-06-22T19:17:06.609Z | Compiling zerocopy v0.7.35 |
| 494 | 2026-06-22T19:17:06.647Z | Compiling goblin v0.8.2 |
| 495 | 2026-06-22T19:17:06.867Z | Compiling zerofrom v0.1.6 |
| 496 | 2026-06-22T19:17:06.971Z | Compiling yoke v0.8.1 |
| 497 | 2026-06-22T19:17:07.002Z | Compiling dtrace-parser v0.2.0 |
| 498 | 2026-06-22T19:17:07.123Z | Compiling zerovec v0.11.5 |
| 499 | 2026-06-22T19:17:07.123Z | Compiling zerotrie v0.2.3 |
| 500 | 2026-06-22T19:17:07.180Z | Compiling clap v4.6.1 |
| 501 | 2026-06-22T19:17:07.545Z | Compiling tinystr v0.8.2 |
| 502 | 2026-06-22T19:17:07.545Z | Compiling potential_utf v0.1.4 |
| 503 | 2026-06-22T19:17:07.654Z | Compiling icu_collections v2.1.1 |
| 504 | 2026-06-22T19:17:07.700Z | Compiling icu_locale_core v2.1.1 |
| 505 | 2026-06-22T19:17:08.264Z | Compiling icu_provider v2.1.1 |
| 506 | 2026-06-22T19:17:08.394Z | Compiling serde_spanned v0.6.9 |
| 507 | 2026-06-22T19:17:08.395Z | Compiling toml_datetime v0.6.11 |
| 508 | 2026-06-22T19:17:08.395Z | Compiling serde-value v0.7.0 |
| 509 | 2026-06-22T19:17:08.398Z | Compiling cargo-platform v0.2.0 |
| 510 | 2026-06-22T19:17:08.398Z | Compiling macaddr v1.0.1 |
| 511 | 2026-06-22T19:17:08.409Z | Compiling dof v0.3.0 |
| 512 | 2026-06-22T19:17:08.413Z | Compiling serde_tokenstream v0.2.3 |
| 513 | 2026-06-22T19:17:08.485Z | Compiling icu_properties v2.1.2 |
| 514 | 2026-06-22T19:17:08.489Z | Compiling icu_normalizer v2.1.1 |
| 515 | 2026-06-22T19:17:08.640Z | Compiling toml_edit v0.22.27 |
| 516 | 2026-06-22T19:17:09.117Z | Compiling usdt-attr-macro v0.5.0 |
| 517 | 2026-06-22T19:17:09.120Z | Compiling usdt-macro v0.5.0 |
| 518 | 2026-06-22T19:17:09.308Z | Compiling idna_adapter v1.2.1 |
| 519 | 2026-06-22T19:17:09.407Z | Compiling idna v1.1.0 |
| 520 | 2026-06-22T19:17:09.661Z | Compiling url v2.5.8 |
| 521 | 2026-06-22T19:17:09.691Z | Compiling usdt v0.5.0 |
| 522 | 2026-06-22T19:17:09.878Z | Compiling toml v0.8.23 |
| 523 | 2026-06-22T19:17:10.200Z | Compiling cargo-util-schemas v0.8.2 |
| 524 | 2026-06-22T19:17:10.200Z | Compiling cargo_toml v0.21.0 |
| 525 | 2026-06-22T19:17:10.987Z | Compiling cargo_metadata v0.21.0 |
| 526 | 2026-06-22T19:17:11.893Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 527 | 2026-06-22T19:17:13.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.23s |
| 528 | 2026-06-22T19:17:14.183Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 529 | 2026-06-22T19:17:14.661Z | Downloading crates ... |
| 530 | 2026-06-22T19:17:14.762Z | Downloaded bitfield-struct v0.6.2 |
| 531 | 2026-06-22T19:17:14.769Z | Downloaded atomic-waker v1.1.2 |
| 532 | 2026-06-22T19:17:14.772Z | Downloaded base16ct v0.2.0 |
| 533 | 2026-06-22T19:17:14.783Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 534 | 2026-06-22T19:17:14.786Z | Downloaded ecdsa v0.16.9 |
| 535 | 2026-06-22T19:17:14.786Z | Downloaded assert_matches v1.5.0 |
| 536 | 2026-06-22T19:17:14.791Z | Downloaded async-stream v0.3.6 |
| 537 | 2026-06-22T19:17:14.794Z | Downloaded arc-swap v1.8.2 |
| 538 | 2026-06-22T19:17:14.797Z | Downloaded anstyle-parse v0.2.7 |
| 539 | 2026-06-22T19:17:14.801Z | Downloaded arrayvec v0.7.6 |
| 540 | 2026-06-22T19:17:14.804Z | Downloaded bb8 v0.8.6 |
| 541 | 2026-06-22T19:17:14.804Z | Downloaded atomicwrites v0.4.4 |
| 542 | 2026-06-22T19:17:14.804Z | Downloaded csv-core v0.1.13 |
| 543 | 2026-06-22T19:17:14.807Z | Downloaded async-stream-impl v0.3.6 |
| 544 | 2026-06-22T19:17:14.807Z | Downloaded arrayref v0.3.9 |
| 545 | 2026-06-22T19:17:14.807Z | Downloaded array-init v0.0.4 |
| 546 | 2026-06-22T19:17:14.807Z | Downloaded aead v0.5.2 |
| 547 | 2026-06-22T19:17:14.811Z | Downloaded atty v0.2.14 |
| 548 | 2026-06-22T19:17:14.811Z | Downloaded des v0.8.1 |
| 549 | 2026-06-22T19:17:14.815Z | Downloaded darling v0.23.0 |
| 550 | 2026-06-22T19:17:14.818Z | Downloaded either v1.15.0 |
| 551 | 2026-06-22T19:17:14.820Z | Downloaded derive_builder_core v0.20.2 |
| 552 | 2026-06-22T19:17:14.820Z | Downloaded defmt-parser v1.0.0 |
| 553 | 2026-06-22T19:17:14.820Z | Downloaded ascii-canvas v3.0.0 |
| 554 | 2026-06-22T19:17:14.823Z | Downloaded diff v0.1.13 |
| 555 | 2026-06-22T19:17:14.823Z | Downloaded anstream v0.6.21 |
| 556 | 2026-06-22T19:17:14.826Z | Downloaded fd-lock v4.0.4 |
| 557 | 2026-06-22T19:17:14.826Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 558 | 2026-06-22T19:17:14.829Z | Downloaded dof v0.4.0 |
| 559 | 2026-06-22T19:17:14.829Z | Downloaded ctr v0.9.2 |
| 560 | 2026-06-22T19:17:14.829Z | Downloaded difflib v0.4.0 |
| 561 | 2026-06-22T19:17:14.832Z | Downloaded darling_core v0.13.4 |
| 562 | 2026-06-22T19:17:14.835Z | Downloaded defmt-macros v1.0.1 |
| 563 | 2026-06-22T19:17:14.838Z | Downloaded downcast-rs v2.0.2 |
| 564 | 2026-06-22T19:17:14.838Z | Downloaded bit-set v0.5.3 |
| 565 | 2026-06-22T19:17:14.838Z | Downloaded daft-derive v0.1.7 |
| 566 | 2026-06-22T19:17:14.841Z | Downloaded async-trait v0.1.89 |
| 567 | 2026-06-22T19:17:14.844Z | Downloaded bcs v0.1.6 |
| 568 | 2026-06-22T19:17:14.848Z | Downloaded darling_macro v0.20.11 |
| 569 | 2026-06-22T19:17:14.848Z | Downloaded daft v0.1.7 |
| 570 | 2026-06-22T19:17:14.851Z | Downloaded enum-as-inner v0.6.1 |
| 571 | 2026-06-22T19:17:14.851Z | Downloaded embedded-io v0.4.0 |
| 572 | 2026-06-22T19:17:14.851Z | Downloaded darling v0.20.11 |
| 573 | 2026-06-22T19:17:14.854Z | Downloaded cfg_aliases v0.2.1 |
| 574 | 2026-06-22T19:17:14.854Z | Downloaded adler2 v2.0.1 |
| 575 | 2026-06-22T19:17:14.858Z | Downloaded dunce v1.0.5 |
| 576 | 2026-06-22T19:17:14.858Z | Downloaded cobs v0.3.0 |
| 577 | 2026-06-22T19:17:14.861Z | Downloaded ciborium-ll v0.2.2 |
| 578 | 2026-06-22T19:17:14.861Z | Downloaded deranged v0.5.8 |
| 579 | 2026-06-22T19:17:14.861Z | Downloaded async-recursion v1.1.1 |
| 580 | 2026-06-22T19:17:14.865Z | Downloaded cmake v0.1.57 |
| 581 | 2026-06-22T19:17:14.868Z | Downloaded ar_archive_writer v0.5.1 |
| 582 | 2026-06-22T19:17:14.873Z | Downloaded foreign-types v0.5.0 |
| 583 | 2026-06-22T19:17:14.876Z | Downloaded convert_case v0.4.0 |
| 584 | 2026-06-22T19:17:14.879Z | Downloaded cpufeatures v0.3.0 |
| 585 | 2026-06-22T19:17:14.883Z | Downloaded cfg_aliases v0.1.1 |
| 586 | 2026-06-22T19:17:14.887Z | Downloaded env_filter v1.0.0 |
| 587 | 2026-06-22T19:17:14.887Z | Downloaded ciborium-io v0.2.2 |
| 588 | 2026-06-22T19:17:14.887Z | Downloaded cargo-platform v0.3.2 |
| 589 | 2026-06-22T19:17:14.892Z | Downloaded crc v3.4.0 |
| 590 | 2026-06-22T19:17:14.895Z | Downloaded endian-type v0.1.2 |
| 591 | 2026-06-22T19:17:14.895Z | Downloaded bitfield-macros v0.19.4 |
| 592 | 2026-06-22T19:17:14.898Z | Downloaded derive_builder_macro v0.20.2 |
| 593 | 2026-06-22T19:17:14.902Z | Downloaded backon v1.6.0 |
| 594 | 2026-06-22T19:17:14.902Z | Downloaded async-bb8-diesel v0.2.1 |
| 595 | 2026-06-22T19:17:14.906Z | Downloaded document-features v0.2.12 |
| 596 | 2026-06-22T19:17:14.906Z | Downloaded compression-core v0.4.31 |
| 597 | 2026-06-22T19:17:14.906Z | Downloaded cancel-safe-futures v0.1.5 |
| 598 | 2026-06-22T19:17:14.908Z | Downloaded derive-ex v0.1.8 |
| 599 | 2026-06-22T19:17:14.908Z | Downloaded erased-serde v0.3.31 |
| 600 | 2026-06-22T19:17:14.912Z | Downloaded diesel-dtrace v0.5.0 |
| 601 | 2026-06-22T19:17:14.912Z | Downloaded foreign-types v0.3.2 |
| 602 | 2026-06-22T19:17:14.912Z | Downloaded dyn-clone v1.0.20 |
| 603 | 2026-06-22T19:17:14.915Z | Downloaded darling v0.13.4 |
| 604 | 2026-06-22T19:17:14.915Z | Downloaded dtrace-parser v0.3.0 |
| 605 | 2026-06-22T19:17:14.918Z | Downloaded crc8 v0.1.1 |
| 606 | 2026-06-22T19:17:14.918Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 607 | 2026-06-22T19:17:14.918Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 608 | 2026-06-22T19:17:14.920Z | Downloaded critical-section v1.2.0 |
| 609 | 2026-06-22T19:17:14.920Z | Downloaded bit-set v0.8.0 |
| 610 | 2026-06-22T19:17:14.923Z | Downloaded foreign-types-shared v0.3.1 |
| 611 | 2026-06-22T19:17:14.923Z | Downloaded foreign-types-shared v0.1.1 |
| 612 | 2026-06-22T19:17:14.928Z | Downloaded env_logger v0.11.9 |
| 613 | 2026-06-22T19:17:14.931Z | Downloaded castaway v0.2.4 |
| 614 | 2026-06-22T19:17:14.931Z | Downloaded display-error-chain v0.2.2 |
| 615 | 2026-06-22T19:17:14.931Z | Downloaded dsl_auto_type v0.2.0 |
| 616 | 2026-06-22T19:17:14.931Z | Downloaded darling_macro v0.21.3 |
| 617 | 2026-06-22T19:17:14.931Z | Downloaded futures-core v0.3.32 |
| 618 | 2026-06-22T19:17:14.934Z | Downloaded backoff v0.4.0 |
| 619 | 2026-06-22T19:17:14.934Z | Downloaded darling_macro v0.23.0 |
| 620 | 2026-06-22T19:17:14.937Z | Downloaded flagset v0.4.7 |
| 621 | 2026-06-22T19:17:14.937Z | Downloaded defmt v0.3.100 |
| 622 | 2026-06-22T19:17:14.941Z | Downloaded crc-any v2.5.0 |
| 623 | 2026-06-22T19:17:14.941Z | Downloaded git-stub v1.0.0 |
| 624 | 2026-06-22T19:17:14.941Z | Downloaded defmt v1.0.1 |
| 625 | 2026-06-22T19:17:14.944Z | Downloaded hash32 v0.2.1 |
| 626 | 2026-06-22T19:17:14.944Z | Downloaded fxhash v0.2.1 |
| 627 | 2026-06-22T19:17:14.944Z | Downloaded globwalk v0.9.1 |
| 628 | 2026-06-22T19:17:14.946Z | Downloaded fixedbitset v0.5.7 |
| 629 | 2026-06-22T19:17:14.946Z | Downloaded cipher v0.4.4 |
| 630 | 2026-06-22T19:17:14.949Z | Downloaded blowfish v0.9.1 |
| 631 | 2026-06-22T19:17:14.949Z | Downloaded corncobs v0.1.4 |
| 632 | 2026-06-22T19:17:14.949Z | Downloaded bit-vec v0.6.3 |
| 633 | 2026-06-22T19:17:14.952Z | Downloaded argon2 v0.5.3 |
| 634 | 2026-06-22T19:17:14.952Z | Downloaded gethostname v0.5.0 |
| 635 | 2026-06-22T19:17:14.955Z | Downloaded bit-vec v0.8.0 |
| 636 | 2026-06-22T19:17:14.955Z | Downloaded chacha20 v0.9.1 |
| 637 | 2026-06-22T19:17:14.955Z | Downloaded futures-task v0.3.32 |
| 638 | 2026-06-22T19:17:14.958Z | Downloaded dirs-sys-next v0.1.2 |
| 639 | 2026-06-22T19:17:14.958Z | Downloaded cbc v0.1.2 |
| 640 | 2026-06-22T19:17:14.958Z | Downloaded cassowary v0.3.0 |
| 641 | 2026-06-22T19:17:14.960Z | Downloaded derive_builder v0.20.2 |
| 642 | 2026-06-22T19:17:14.963Z | Downloaded constant_time_eq v0.4.2 |
| 643 | 2026-06-22T19:17:14.963Z | Downloaded cargo_metadata v0.23.1 |
| 644 | 2026-06-22T19:17:14.966Z | Downloaded foreign-types-macros v0.2.3 |
| 645 | 2026-06-22T19:17:14.966Z | Downloaded hex-literal v0.4.1 |
| 646 | 2026-06-22T19:17:14.966Z | Downloaded float-ord v0.3.2 |
| 647 | 2026-06-22T19:17:14.969Z | Downloaded filetime v0.2.27 |
| 648 | 2026-06-22T19:17:14.969Z | Downloaded crossbeam-deque v0.8.6 |
| 649 | 2026-06-22T19:17:14.969Z | Downloaded crypto-bigint v0.5.5 |
| 650 | 2026-06-22T19:17:14.972Z | Downloaded ff v0.13.1 |
| 651 | 2026-06-22T19:17:14.975Z | Downloaded cookie v0.18.1 |
| 652 | 2026-06-22T19:17:14.975Z | Downloaded camino-tempfile-ext v0.3.3 |
| 653 | 2026-06-22T19:17:14.978Z | Downloaded buf-list v1.1.2 |
| 654 | 2026-06-22T19:17:14.978Z | Downloaded base64 v0.21.7 |
| 655 | 2026-06-22T19:17:14.981Z | Downloaded git-stub-vcs v0.1.0 |
| 656 | 2026-06-22T19:17:14.982Z | Downloaded ena v0.14.4 |
| 657 | 2026-06-22T19:17:14.984Z | Downloaded dirs-next v2.0.0 |
| 658 | 2026-06-22T19:17:14.984Z | Downloaded debug-ignore v1.0.5 |
| 659 | 2026-06-22T19:17:14.984Z | Downloaded cexpr v0.6.0 |
| 660 | 2026-06-22T19:17:14.987Z | Downloaded hex v0.4.3 |
| 661 | 2026-06-22T19:17:14.987Z | Downloaded futures-macro v0.3.32 |
| 662 | 2026-06-22T19:17:14.992Z | Downloaded darling_macro v0.13.4 |
| 663 | 2026-06-22T19:17:14.992Z | Downloaded block-padding v0.3.3 |
| 664 | 2026-06-22T19:17:14.992Z | Downloaded foldhash v0.2.0 |
| 665 | 2026-06-22T19:17:14.992Z | Downloaded base64ct v1.8.3 |
| 666 | 2026-06-22T19:17:14.995Z | Downloaded allocator-api2 v0.2.21 |
| 667 | 2026-06-22T19:17:14.995Z | Downloaded fs-err v2.11.0 |
| 668 | 2026-06-22T19:17:14.995Z | Downloaded convert_case v0.10.0 |
| 669 | 2026-06-22T19:17:14.999Z | Downloaded colored v2.2.0 |
| 670 | 2026-06-22T19:17:14.999Z | Downloaded clang-sys v1.8.1 |
| 671 | 2026-06-22T19:17:14.999Z | Downloaded funty v2.0.0 |
| 672 | 2026-06-22T19:17:15.003Z | Downloaded fs_extra v1.3.0 |
| 673 | 2026-06-22T19:17:15.003Z | Downloaded chacha20 v0.10.0 |
| 674 | 2026-06-22T19:17:15.003Z | Downloaded hostname v0.4.2 |
| 675 | 2026-06-22T19:17:15.006Z | Downloaded hostname v0.3.1 |
| 676 | 2026-06-22T19:17:15.006Z | Downloaded darling v0.21.3 |
| 677 | 2026-06-22T19:17:15.009Z | Downloaded hubpack v0.1.2 |
| 678 | 2026-06-22T19:17:15.009Z | Downloaded embedded-io v0.6.1 |
| 679 | 2026-06-22T19:17:15.012Z | Downloaded flate2 v1.1.9 |
| 680 | 2026-06-22T19:17:15.014Z | Downloaded group v0.13.0 |
| 681 | 2026-06-22T19:17:15.015Z | Downloaded const-oid v0.9.6 |
| 682 | 2026-06-22T19:17:15.018Z | Downloaded http-range v0.1.5 |
| 683 | 2026-06-22T19:17:15.018Z | Downloaded home v0.5.12 |
| 684 | 2026-06-22T19:17:15.018Z | Downloaded http-body v1.0.1 |
| 685 | 2026-06-22T19:17:15.018Z | Downloaded glob v0.3.3 |
| 686 | 2026-06-22T19:17:15.021Z | Downloaded fatfs v0.3.6 |
| 687 | 2026-06-22T19:17:15.021Z | Downloaded httpdate v1.0.3 |
| 688 | 2026-06-22T19:17:15.024Z | Downloaded cookie_store v0.22.1 |
| 689 | 2026-06-22T19:17:15.024Z | Downloaded ident_case v1.0.1 |
| 690 | 2026-06-22T19:17:15.027Z | Downloaded find-msvc-tools v0.1.9 |
| 691 | 2026-06-22T19:17:15.027Z | Downloaded dropshot_endpoint v0.17.0 |
| 692 | 2026-06-22T19:17:15.031Z | Downloaded der_derive v0.7.3 |
| 693 | 2026-06-22T19:17:15.031Z | Downloaded indent_write v2.2.0 |
| 694 | 2026-06-22T19:17:15.031Z | Downloaded indoc v1.0.9 |
| 695 | 2026-06-22T19:17:15.043Z | Downloaded console v0.16.2 |
| 696 | 2026-06-22T19:17:15.043Z | Downloaded aes-gcm v0.10.3 |
| 697 | 2026-06-22T19:17:15.043Z | Downloaded crunchy v0.2.4 |
| 698 | 2026-06-22T19:17:15.047Z | Downloaded bytes v1.11.1 |
| 699 | 2026-06-22T19:17:15.047Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 700 | 2026-06-22T19:17:15.047Z | Downloaded crc-catalog v2.4.0 |
| 701 | 2026-06-22T19:17:15.047Z | Downloaded illumos-nvpair v0.3.0 |
| 702 | 2026-06-22T19:17:15.047Z | Downloaded foldhash v0.1.5 |
| 703 | 2026-06-22T19:17:15.047Z | Downloaded float-cmp v0.10.0 |
| 704 | 2026-06-22T19:17:15.047Z | Downloaded ed25519 v2.2.3 |
| 705 | 2026-06-22T19:17:15.047Z | Downloaded instability v0.3.11 |
| 706 | 2026-06-22T19:17:15.047Z | Downloaded globset v0.4.18 |
| 707 | 2026-06-22T19:17:15.047Z | Downloaded kstat-rs v0.2.4 |
| 708 | 2026-06-22T19:17:15.047Z | Downloaded ciborium v0.2.2 |
| 709 | 2026-06-22T19:17:15.051Z | Downloaded bitflags v1.3.2 |
| 710 | 2026-06-22T19:17:15.051Z | Downloaded highway v1.3.0 |
| 711 | 2026-06-22T19:17:15.051Z | Downloaded const_format_proc_macros v0.2.34 |
| 712 | 2026-06-22T19:17:15.054Z | Downloaded derive-where v1.6.0 |
| 713 | 2026-06-22T19:17:15.054Z | Downloaded byte-wrapper v0.1.0 |
| 714 | 2026-06-22T19:17:15.058Z | Downloaded instant v0.1.13 |
| 715 | 2026-06-22T19:17:15.058Z | Downloaded is_ci v1.2.0 |
| 716 | 2026-06-22T19:17:15.058Z | Downloaded http-body-util v0.1.3 |
| 717 | 2026-06-22T19:17:15.061Z | Downloaded hyper-tls v0.6.0 |
| 718 | 2026-06-22T19:17:15.061Z | Downloaded futures-channel v0.3.32 |
| 719 | 2026-06-22T19:17:15.064Z | Downloaded blake2 v0.10.6 |
| 720 | 2026-06-22T19:17:15.064Z | Downloaded darling_core v0.23.0 |
| 721 | 2026-06-22T19:17:15.067Z | Downloaded lazy_static v1.5.0 |
| 722 | 2026-06-22T19:17:15.067Z | Downloaded libscf-sys v1.1.0 |
| 723 | 2026-06-22T19:17:15.070Z | Downloaded is-terminal v0.4.17 |
| 724 | 2026-06-22T19:17:15.070Z | Downloaded keccak v0.1.6 |
| 725 | 2026-06-22T19:17:15.070Z | Downloaded humantime v2.3.0 |
| 726 | 2026-06-22T19:17:15.073Z | Downloaded fallible-iterator v0.2.0 |
| 727 | 2026-06-22T19:17:15.073Z | Downloaded linked-hash-map v0.5.6 |
| 728 | 2026-06-22T19:17:15.073Z | Downloaded lalrpop-util v0.19.12 |
| 729 | 2026-06-22T19:17:15.073Z | Downloaded console v0.15.11 |
| 730 | 2026-06-22T19:17:15.078Z | Downloaded compression-codecs v0.4.37 |
| 731 | 2026-06-22T19:17:15.081Z | Downloaded bzip2 v0.6.1 |
| 732 | 2026-06-22T19:17:15.081Z | Downloaded lzss v0.8.2 |
| 733 | 2026-06-22T19:17:15.081Z | Downloaded lru v0.12.5 |
| 734 | 2026-06-22T19:17:15.081Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 735 | 2026-06-22T19:17:15.085Z | Downloaded managed v0.8.0 |
| 736 | 2026-06-22T19:17:15.085Z | Downloaded futures-executor v0.3.32 |
| 737 | 2026-06-22T19:17:15.088Z | Downloaded aes v0.8.4 |
| 738 | 2026-06-22T19:17:15.088Z | Downloaded elliptic-curve v0.13.8 |
| 739 | 2026-06-22T19:17:15.093Z | Downloaded colored v3.1.1 |
| 740 | 2026-06-22T19:17:15.093Z | Downloaded md5 v0.7.0 |
| 741 | 2026-06-22T19:17:15.096Z | Downloaded internet-checksum v0.2.1 |
| 742 | 2026-06-22T19:17:15.096Z | Downloaded getrandom v0.2.17 |
| 743 | 2026-06-22T19:17:15.096Z | Downloaded md-5 v0.10.6 |
| 744 | 2026-06-22T19:17:15.096Z | Downloaded match_cfg v0.1.0 |
| 745 | 2026-06-22T19:17:15.099Z | Downloaded maybe-uninit v2.0.0 |
| 746 | 2026-06-22T19:17:15.099Z | Downloaded maplit v1.0.2 |
| 747 | 2026-06-22T19:17:15.099Z | Downloaded hyper-staticfile v0.10.1 |
| 748 | 2026-06-22T19:17:15.102Z | Downloaded multimap v0.10.1 |
| 749 | 2026-06-22T19:17:15.102Z | Downloaded memoffset v0.9.1 |
| 750 | 2026-06-22T19:17:15.102Z | Downloaded ingot-types v0.1.2 |
| 751 | 2026-06-22T19:17:15.102Z | Downloaded headers-core v0.3.0 |
| 752 | 2026-06-22T19:17:15.106Z | Downloaded ghash v0.5.1 |
| 753 | 2026-06-22T19:17:15.106Z | Downloaded bzip2 v0.4.4 |
| 754 | 2026-06-22T19:17:15.106Z | Downloaded ahash v0.8.12 |
| 755 | 2026-06-22T19:17:15.109Z | Downloaded crossbeam-epoch v0.9.18 |
| 756 | 2026-06-22T19:17:15.109Z | Downloaded bitfield v0.19.4 |
| 757 | 2026-06-22T19:17:15.109Z | Downloaded hmac v0.12.1 |
| 758 | 2026-06-22T19:17:15.113Z | Downloaded data-encoding v2.10.0 |
| 759 | 2026-06-22T19:17:15.113Z | Downloaded crucible-workspace-hack v0.1.0 |
| 760 | 2026-06-22T19:17:15.113Z | Downloaded fixedbitset v0.4.2 |
| 761 | 2026-06-22T19:17:15.116Z | Downloaded darling_core v0.21.3 |
| 762 | 2026-06-22T19:17:15.116Z | Downloaded ipnetwork v0.21.1 |
| 763 | 2026-06-22T19:17:15.119Z | Downloaded nibble_vec v0.1.0 |
| 764 | 2026-06-22T19:17:15.119Z | Downloaded hash32 v0.3.1 |
| 765 | 2026-06-22T19:17:15.122Z | Downloaded httparse v1.10.1 |
| 766 | 2026-06-22T19:17:15.122Z | Downloaded ed25519-dalek v2.2.0 |
| 767 | 2026-06-22T19:17:15.125Z | Downloaded hubpack_derive v0.1.1 |
| 768 | 2026-06-22T19:17:15.125Z | Downloaded jobserver v0.1.34 |
| 769 | 2026-06-22T19:17:15.125Z | Downloaded const_format v0.2.35 |
| 770 | 2026-06-22T19:17:15.132Z | Downloaded compact_str v0.8.1 |
| 771 | 2026-06-22T19:17:15.135Z | Downloaded crc32fast v1.5.0 |
| 772 | 2026-06-22T19:17:15.135Z | Downloaded normalize-line-endings v0.3.0 |
| 773 | 2026-06-22T19:17:15.135Z | Downloaded libefi-sys v0.1.0 |
| 774 | 2026-06-22T19:17:15.135Z | Downloaded ingot v0.1.1 |
| 775 | 2026-06-22T19:17:15.135Z | Downloaded num-derive v0.4.2 |
| 776 | 2026-06-22T19:17:15.135Z | Downloaded num v0.4.3 |
| 777 | 2026-06-22T19:17:15.138Z | Downloaded libsw v3.5.0 |
| 778 | 2026-06-22T19:17:15.138Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-06-22T19:17:15.138Z | Downloaded num-derive v0.3.3 |
| 780 | 2026-06-22T19:17:15.142Z | Downloaded nonempty v0.12.0 |
| 781 | 2026-06-22T19:17:15.142Z | Downloaded async-compression v0.4.41 |
| 782 | 2026-06-22T19:17:15.145Z | Downloaded lru-slab v0.1.2 |
| 783 | 2026-06-22T19:17:15.145Z | Downloaded lru-cache v0.1.2 |
| 784 | 2026-06-22T19:17:15.145Z | Downloaded oso-derive v0.27.3 |
| 785 | 2026-06-22T19:17:15.145Z | Downloaded openssl-probe v0.2.1 |
| 786 | 2026-06-22T19:17:15.148Z | Downloaded mime v0.3.17 |
| 787 | 2026-06-22T19:17:15.148Z | Downloaded olpc-cjson v0.1.4 |
| 788 | 2026-06-22T19:17:15.148Z | Downloaded num_threads v0.1.7 |
| 789 | 2026-06-22T19:17:15.151Z | Downloaded num-conv v0.2.0 |
| 790 | 2026-06-22T19:17:15.151Z | Downloaded linear-map v1.2.0 |
| 791 | 2026-06-22T19:17:15.151Z | Downloaded inout v0.1.4 |
| 792 | 2026-06-22T19:17:15.151Z | Downloaded crossbeam-utils v0.8.21 |
| 793 | 2026-06-22T19:17:15.156Z | Downloaded newtype_derive v0.1.6 |
| 794 | 2026-06-22T19:17:15.156Z | Downloaded openssl-macros v0.1.1 |
| 795 | 2026-06-22T19:17:15.156Z | Downloaded derive_more v0.99.20 |
| 796 | 2026-06-22T19:17:15.159Z | Downloaded heapless v0.7.17 |
| 797 | 2026-06-22T19:17:15.162Z | Downloaded flume v0.11.1 |
| 798 | 2026-06-22T19:17:15.162Z | Downloaded hyper-rustls v0.27.7 |
| 799 | 2026-06-22T19:17:15.165Z | Downloaded getrandom v0.3.4 |
| 800 | 2026-06-22T19:17:15.165Z | Downloaded chacha20poly1305 v0.10.1 |
| 801 | 2026-06-22T19:17:15.168Z | Downloaded newline-converter v0.3.0 |
| 802 | 2026-06-22T19:17:15.168Z | Downloaded new_debug_unreachable v1.0.6 |
| 803 | 2026-06-22T19:17:15.168Z | Downloaded futures-sink v0.3.32 |
| 804 | 2026-06-22T19:17:15.172Z | Downloaded futures-io v0.3.32 |
| 805 | 2026-06-22T19:17:15.172Z | Downloaded cstr-argument v0.1.2 |
| 806 | 2026-06-22T19:17:15.175Z | Downloaded dropshot v0.17.0 |
| 807 | 2026-06-22T19:17:15.185Z | Downloaded newtype-uuid-macros v0.1.0 |
| 808 | 2026-06-22T19:17:15.188Z | Downloaded openssl-probe v0.1.6 |
| 809 | 2026-06-22T19:17:15.188Z | Downloaded nodrop v0.1.14 |
| 810 | 2026-06-22T19:17:15.189Z | Downloaded native-tls v0.2.18 |
| 811 | 2026-06-22T19:17:15.191Z | Downloaded nanorand v0.7.0 |
| 812 | 2026-06-22T19:17:15.191Z | Downloaded ingot-macros v0.1.1 |
| 813 | 2026-06-22T19:17:15.194Z | Downloaded base64 v0.22.1 |
| 814 | 2026-06-22T19:17:15.195Z | Downloaded litrs v1.0.0 |
| 815 | 2026-06-22T19:17:15.197Z | Downloaded pbkdf2 v0.12.2 |
| 816 | 2026-06-22T19:17:15.197Z | Downloaded indoc v2.0.7 |
| 817 | 2026-06-22T19:17:15.200Z | Downloaded parse-display v0.10.0 |
| 818 | 2026-06-22T19:17:15.200Z | Downloaded drift v0.2.0 |
| 819 | 2026-06-22T19:17:15.205Z | Downloaded pbkdf2 v0.11.0 |
| 820 | 2026-06-22T19:17:15.208Z | Downloaded parse-size v1.1.0 |
| 821 | 2026-06-22T19:17:15.208Z | Downloaded packed_struct_codegen v0.10.1 |
| 822 | 2026-06-22T19:17:15.208Z | Downloaded iana-time-zone v0.1.65 |
| 823 | 2026-06-22T19:17:15.212Z | Downloaded num_enum_derive v0.5.11 |
| 824 | 2026-06-22T19:17:15.212Z | Downloaded num_enum v0.5.11 |
| 825 | 2026-06-22T19:17:15.216Z | Downloaded num-iter v0.1.45 |
| 826 | 2026-06-22T19:17:15.216Z | Downloaded lock_api v0.4.14 |
| 827 | 2026-06-22T19:17:15.219Z | Downloaded cc v1.2.56 |
| 828 | 2026-06-22T19:17:15.219Z | Downloaded libloading v0.8.9 |
| 829 | 2026-06-22T19:17:15.219Z | Downloaded multer v3.1.0 |
| 830 | 2026-06-22T19:17:15.222Z | Downloaded opaque-debug v0.3.1 |
| 831 | 2026-06-22T19:17:15.222Z | Downloaded pin-utils v0.1.0 |
| 832 | 2026-06-22T19:17:15.225Z | Downloaded phf_shared v0.12.1 |
| 833 | 2026-06-22T19:17:15.225Z | Downloaded peg-runtime v0.8.5 |
| 834 | 2026-06-22T19:17:15.225Z | Downloaded phf_shared v0.11.3 |
| 835 | 2026-06-22T19:17:15.225Z | Downloaded num-integer v0.1.46 |
| 836 | 2026-06-22T19:17:15.269Z | Downloaded darling_core v0.20.11 |
| 837 | 2026-06-22T19:17:15.269Z | Downloaded phf_shared v0.13.1 |
| 838 | 2026-06-22T19:17:15.269Z | Downloaded heapless v0.8.0 |
| 839 | 2026-06-22T19:17:15.269Z | Downloaded packed_struct v0.10.1 |
| 840 | 2026-06-22T19:17:15.269Z | Downloaded oxide-tokio-rt v0.1.4 |
| 841 | 2026-06-22T19:17:15.269Z | Downloaded nu-ansi-term v0.50.3 |
| 842 | 2026-06-22T19:17:15.269Z | Downloaded oxnet v0.1.6 |
| 843 | 2026-06-22T19:17:15.269Z | Downloaded predicates-core v1.0.10 |
| 844 | 2026-06-22T19:17:15.269Z | Downloaded mime_guess v2.0.5 |
| 845 | 2026-06-22T19:17:15.269Z | Downloaded num_enum_derive v0.7.6 |
| 846 | 2026-06-22T19:17:15.269Z | Downloaded newtype-uuid v1.3.2 |
| 847 | 2026-06-22T19:17:15.269Z | Downloaded libsw-core v0.3.2 |
| 848 | 2026-06-22T19:17:15.269Z | Downloaded proc-macro-crate v1.3.1 |
| 849 | 2026-06-22T19:17:15.269Z | Downloaded predicates-tree v1.0.13 |
| 850 | 2026-06-22T19:17:15.269Z | Downloaded precomputed-hash v0.1.1 |
| 851 | 2026-06-22T19:17:15.269Z | Downloaded headers v0.4.1 |
| 852 | 2026-06-22T19:17:15.269Z | Downloaded path-slash v0.1.5 |
| 853 | 2026-06-22T19:17:15.269Z | Downloaded parking_lot_core v0.8.6 |
| 854 | 2026-06-22T19:17:15.272Z | Downloaded progenitor-client v0.14.0 |
| 855 | 2026-06-22T19:17:15.272Z | Downloaded password-hash v0.5.0 |
| 856 | 2026-06-22T19:17:15.272Z | Downloaded powerfmt v0.2.0 |
| 857 | 2026-06-22T19:17:15.272Z | Downloaded crossterm v0.28.1 |
| 858 | 2026-06-22T19:17:15.272Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 859 | 2026-06-22T19:17:15.272Z | Downloaded progenitor-macro v0.14.0 |
| 860 | 2026-06-22T19:17:15.272Z | Downloaded bumpalo v3.20.2 |
| 861 | 2026-06-22T19:17:15.272Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-06-22T19:17:15.275Z | Downloaded parse-display-derive v0.10.0 |
| 863 | 2026-06-22T19:17:15.275Z | Downloaded proc-macro-crate v3.4.0 |
| 864 | 2026-06-22T19:17:15.275Z | Downloaded half v1.8.3 |
| 865 | 2026-06-22T19:17:15.278Z | Downloaded derive_more-impl v2.1.1 |
| 866 | 2026-06-22T19:17:15.283Z | Downloaded pem v3.0.6 |
| 867 | 2026-06-22T19:17:15.283Z | Downloaded peg v0.8.5 |
| 868 | 2026-06-22T19:17:15.288Z | Downloaded quick-error v1.2.3 |
| 869 | 2026-06-22T19:17:15.288Z | Downloaded paste v1.0.15 |
| 870 | 2026-06-22T19:17:15.288Z | Downloaded password-hash v0.4.2 |
| 871 | 2026-06-22T19:17:15.288Z | Downloaded radium v0.7.0 |
| 872 | 2026-06-22T19:17:15.291Z | Downloaded phf v0.13.1 |
| 873 | 2026-06-22T19:17:15.291Z | Downloaded num_enum v0.7.6 |
| 874 | 2026-06-22T19:17:15.291Z | Downloaded indicatif v0.18.4 |
| 875 | 2026-06-22T19:17:15.294Z | Downloaded pkg-config v0.3.32 |
| 876 | 2026-06-22T19:17:15.296Z | Downloaded owo-colors v4.3.0 |
| 877 | 2026-06-22T19:17:15.297Z | Downloaded derive_more v2.1.1 |
| 878 | 2026-06-22T19:17:15.303Z | Downloaded progenitor-macro v0.13.0 |
| 879 | 2026-06-22T19:17:15.306Z | Downloaded crossbeam-channel v0.5.15 |
| 880 | 2026-06-22T19:17:15.309Z | Downloaded memmap2 v0.9.10 |
| 881 | 2026-06-22T19:17:15.309Z | Downloaded hashbrown v0.13.2 |
| 882 | 2026-06-22T19:17:15.312Z | Downloaded num-complex v0.4.6 |
| 883 | 2026-06-22T19:17:15.312Z | Downloaded hickory-resolver v0.25.2 |
| 884 | 2026-06-22T19:17:15.315Z | Downloaded der v0.7.10 |
| 885 | 2026-06-22T19:17:15.318Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 886 | 2026-06-22T19:17:15.318Z | Downloaded rand_chacha v0.3.1 |
| 887 | 2026-06-22T19:17:15.321Z | Downloaded libbz2-rs-sys v0.2.2 |
| 888 | 2026-06-22T19:17:15.321Z | Downloaded rand_xorshift v0.4.0 |
| 889 | 2026-06-22T19:17:15.321Z | Downloaded recursive v0.1.1 |
| 890 | 2026-06-22T19:17:15.324Z | Downloaded proc-macro-error2 v2.0.1 |
| 891 | 2026-06-22T19:17:15.324Z | Downloaded pkcs8 v0.10.2 |
| 892 | 2026-06-22T19:17:15.327Z | Downloaded pin-project-internal v1.1.11 |
| 893 | 2026-06-22T19:17:15.327Z | Downloaded progenitor v0.13.0 |
| 894 | 2026-06-22T19:17:15.327Z | Downloaded pem-rfc7468 v0.7.0 |
| 895 | 2026-06-22T19:17:15.332Z | Downloaded half v2.7.1 |
| 896 | 2026-06-22T19:17:15.335Z | Downloaded rustc-hash v2.1.1 |
| 897 | 2026-06-22T19:17:15.335Z | Downloaded rtoolbox v0.0.3 |
| 898 | 2026-06-22T19:17:15.335Z | Downloaded postgres-protocol v0.6.10 |
| 899 | 2026-06-22T19:17:15.335Z | Downloaded poly1305 v0.8.0 |
| 900 | 2026-06-22T19:17:15.338Z | Downloaded omicron-zone-package v0.12.2 |
| 901 | 2026-06-22T19:17:15.341Z | Downloaded parking_lot v0.11.2 |
| 902 | 2026-06-22T19:17:15.341Z | Downloaded ref-cast-impl v1.0.25 |
| 903 | 2026-06-22T19:17:15.344Z | Downloaded ignore v0.4.25 |
| 904 | 2026-06-22T19:17:15.344Z | Downloaded futures v0.3.32 |
| 905 | 2026-06-22T19:17:15.349Z | Downloaded primeorder v0.13.6 |
| 906 | 2026-06-22T19:17:15.355Z | Downloaded predicates v3.1.4 |
| 907 | 2026-06-22T19:17:15.355Z | Downloaded ppv-lite86 v0.2.21 |
| 908 | 2026-06-22T19:17:15.355Z | Downloaded num-rational v0.4.2 |
| 909 | 2026-06-22T19:17:15.356Z | Downloaded rustc_version v0.4.1 |
| 910 | 2026-06-22T19:17:15.356Z | Downloaded progenitor-client v0.13.0 |
| 911 | 2026-06-22T19:17:15.359Z | Downloaded peg-macros v0.8.5 |
| 912 | 2026-06-22T19:17:15.359Z | Downloaded rustc_version v0.1.7 |
| 913 | 2026-06-22T19:17:15.359Z | Downloaded russh-cryptovec v0.7.3 |
| 914 | 2026-06-22T19:17:15.359Z | Downloaded rfc6979 v0.4.0 |
| 915 | 2026-06-22T19:17:15.359Z | Downloaded parking_lot v0.12.5 |
| 916 | 2026-06-22T19:17:15.359Z | Downloaded papergrid v0.17.0 |
| 917 | 2026-06-22T19:17:15.362Z | Downloaded psm v0.1.30 |
| 918 | 2026-06-22T19:17:15.365Z | Downloaded indexmap v1.9.3 |
| 919 | 2026-06-22T19:17:15.368Z | Downloaded rand_seeder v0.4.0 |
| 920 | 2026-06-22T19:17:15.368Z | Downloaded parking_lot_core v0.9.12 |
| 921 | 2026-06-22T19:17:15.368Z | Downloaded diesel_derives v2.3.7 |
| 922 | 2026-06-22T19:17:15.373Z | Downloaded ref-cast v1.0.25 |
| 923 | 2026-06-22T19:17:15.376Z | Downloaded r2d2 v0.8.10 |
| 924 | 2026-06-22T19:17:15.376Z | Downloaded pkcs5 v0.7.1 |
| 925 | 2026-06-22T19:17:15.379Z | Downloaded oso v0.27.3 |
| 926 | 2026-06-22T19:17:15.379Z | Downloaded progenitor-extras v0.2.0 |
| 927 | 2026-06-22T19:17:15.382Z | Downloaded progenitor v0.14.0 |
| 928 | 2026-06-22T19:17:15.382Z | Downloaded phf v0.12.1 |
| 929 | 2026-06-22T19:17:15.385Z | Downloaded pin-project-lite v0.2.17 |
| 930 | 2026-06-22T19:17:15.388Z | Downloaded pkcs1 v0.7.5 |
| 931 | 2026-06-22T19:17:15.388Z | Downloaded miniz_oxide v0.8.9 |
| 932 | 2026-06-22T19:17:15.391Z | Downloaded rand_chacha v0.9.0 |
| 933 | 2026-06-22T19:17:15.391Z | Downloaded rand_core v0.10.0 |
| 934 | 2026-06-22T19:17:15.391Z | Downloaded rand_core v0.6.4 |
| 935 | 2026-06-22T19:17:15.393Z | Downloaded sapling-renderdag v0.1.0 |
| 936 | 2026-06-22T19:17:15.394Z | Downloaded semver v0.1.20 |
| 937 | 2026-06-22T19:17:15.394Z | Downloaded secrecy v0.8.0 |
| 938 | 2026-06-22T19:17:15.396Z | Downloaded scheduled-thread-pool v0.2.7 |
| 939 | 2026-06-22T19:17:15.396Z | Downloaded scopeguard v1.2.0 |
| 940 | 2026-06-22T19:17:15.396Z | Downloaded postgres-types v0.2.12 |
| 941 | 2026-06-22T19:17:15.399Z | Downloaded hickory-resolver v0.24.4 |
| 942 | 2026-06-22T19:17:15.402Z | Downloaded resolv-conf v0.7.6 |
| 943 | 2026-06-22T19:17:15.402Z | Downloaded quinn-udp v0.5.14 |
| 944 | 2026-06-22T19:17:15.405Z | Downloaded http v1.4.0 |
| 945 | 2026-06-22T19:17:15.408Z | Downloaded same-file v1.0.6 |
| 946 | 2026-06-22T19:17:15.408Z | Downloaded polyval v0.6.2 |
| 947 | 2026-06-22T19:17:15.408Z | Downloaded p256 v0.13.2 |
| 948 | 2026-06-22T19:17:15.412Z | Downloaded pin-project v1.1.11 |
| 949 | 2026-06-22T19:17:15.417Z | Downloaded secrecy v0.10.3 |
| 950 | 2026-06-22T19:17:15.421Z | Downloaded rustls-native-certs v0.8.3 |
| 951 | 2026-06-22T19:17:15.425Z | Downloaded serde_repr v0.1.20 |
| 952 | 2026-06-22T19:17:15.428Z | Downloaded serde_spanned v1.0.4 |
| 953 | 2026-06-22T19:17:15.428Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-06-22T19:17:15.428Z | Downloaded scroll_derive v0.13.1 |
| 955 | 2026-06-22T19:17:15.431Z | Downloaded serde_bytes v0.11.19 |
| 956 | 2026-06-22T19:17:15.431Z | Downloaded salsa20 v0.10.2 |
| 957 | 2026-06-22T19:17:15.434Z | Downloaded hashbrown v0.12.3 |
| 958 | 2026-06-22T19:17:15.437Z | Downloaded aho-corasick v1.1.4 |
| 959 | 2026-06-22T19:17:15.440Z | Downloaded postcard v1.1.3 |
| 960 | 2026-06-22T19:17:15.444Z | Downloaded serde_urlencoded v0.7.1 |
| 961 | 2026-06-22T19:17:15.444Z | Downloaded rusty-fork v0.3.1 |
| 962 | 2026-06-22T19:17:15.448Z | Downloaded shell-words v1.1.1 |
| 963 | 2026-06-22T19:17:15.451Z | Downloaded rustls-pemfile v1.0.4 |
| 964 | 2026-06-22T19:17:15.453Z | Downloaded rustls-pemfile v2.2.0 |
| 965 | 2026-06-22T19:17:15.456Z | Downloaded minimal-lexical v0.2.1 |
| 966 | 2026-06-22T19:17:15.459Z | Downloaded scrypt v0.11.0 |
| 967 | 2026-06-22T19:17:15.459Z | Downloaded scroll v0.13.0 |
| 968 | 2026-06-22T19:17:15.462Z | Downloaded rustversion v1.0.22 |
| 969 | 2026-06-22T19:17:15.465Z | Downloaded sigpipe v0.1.3 |
| 970 | 2026-06-22T19:17:15.465Z | Downloaded signal-hook-tokio v0.3.1 |
| 971 | 2026-06-22T19:17:15.465Z | Downloaded signature v2.2.0 |
| 972 | 2026-06-22T19:17:15.465Z | Downloaded serde-big-array v0.5.1 |
| 973 | 2026-06-22T19:17:15.468Z | Downloaded siphasher v1.0.2 |
| 974 | 2026-06-22T19:17:15.468Z | Downloaded serde-hex v0.1.0 |
| 975 | 2026-06-22T19:17:15.468Z | Downloaded slog-envlogger v2.2.0 |
| 976 | 2026-06-22T19:17:15.471Z | Downloaded sha1 v0.10.6 |
| 977 | 2026-06-22T19:17:15.474Z | Downloaded sct v0.7.1 |
| 978 | 2026-06-22T19:17:15.477Z | Downloaded hyper-util v0.1.20 |
| 979 | 2026-06-22T19:17:15.479Z | Downloaded jiff-static v0.2.21 |
| 980 | 2026-06-22T19:17:15.482Z | Downloaded rand_core v0.9.5 |
| 981 | 2026-06-22T19:17:15.482Z | Downloaded hickory-server v0.25.2 |
| 982 | 2026-06-22T19:17:15.487Z | Downloaded slog-bunyan v2.5.0 |
| 983 | 2026-06-22T19:17:15.493Z | Downloaded expectorate v1.2.0 |
| 984 | 2026-06-22T19:17:15.500Z | Downloaded serde_path_to_error v0.1.20 |
| 985 | 2026-06-22T19:17:15.503Z | Downloaded seq-macro v0.3.6 |
| 986 | 2026-06-22T19:17:15.507Z | Downloaded serde_derive_internals v0.29.1 |
| 987 | 2026-06-22T19:17:15.510Z | Downloaded hashbrown v0.16.1 |
| 988 | 2026-06-22T19:17:15.514Z | Downloaded hashbrown v0.15.5 |
| 989 | 2026-06-22T19:17:15.517Z | Downloaded serde_with_macros v1.5.2 |
| 990 | 2026-06-22T19:17:15.520Z | Downloaded russh-keys v0.45.0 |
| 991 | 2026-06-22T19:17:15.520Z | Downloaded signal-hook-registry v1.4.8 |
| 992 | 2026-06-22T19:17:15.523Z | Downloaded strum v0.27.2 |
| 993 | 2026-06-22T19:17:15.523Z | Downloaded sqlparser_derive v0.5.0 |
| 994 | 2026-06-22T19:17:15.523Z | Downloaded rustls-pki-types v1.14.0 |
| 995 | 2026-06-22T19:17:15.527Z | Downloaded ssh-cipher v0.2.0 |
| 996 | 2026-06-22T19:17:15.530Z | Downloaded prefix-trie v0.7.0 |
| 997 | 2026-06-22T19:17:15.533Z | Downloaded sec1 v0.7.3 |
| 998 | 2026-06-22T19:17:15.533Z | Downloaded structmeta-derive v0.3.0 |
| 999 | 2026-06-22T19:17:15.536Z | Downloaded strsim v0.10.0 |
| 1000 | 2026-06-22T19:17:15.536Z | Downloaded openssl-sys v0.9.115 |
| 1001 | 2026-06-22T19:17:15.539Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1002 | 2026-06-22T19:17:15.539Z | Downloaded signal-hook-mio v0.2.5 |
| 1003 | 2026-06-22T19:17:15.543Z | Downloaded structmeta v0.3.0 |
| 1004 | 2026-06-22T19:17:15.549Z | Downloaded shlex v1.3.0 |
| 1005 | 2026-06-22T19:17:15.552Z | Downloaded simd-adler32 v0.3.8 |
| 1006 | 2026-06-22T19:17:15.554Z | Downloaded slab v0.4.12 |
| 1007 | 2026-06-22T19:17:15.554Z | Downloaded slog-scope v4.4.1 |
| 1008 | 2026-06-22T19:17:15.557Z | Downloaded slog-async v2.8.0 |
| 1009 | 2026-06-22T19:17:15.561Z | Downloaded slog-dtrace v0.3.0 |
| 1010 | 2026-06-22T19:17:15.561Z | Downloaded prettyplease v0.2.37 |
| 1011 | 2026-06-22T19:17:15.564Z | Downloaded slog-json v2.6.1 |
| 1012 | 2026-06-22T19:17:15.564Z | Downloaded itertools v0.10.5 |
| 1013 | 2026-06-22T19:17:15.567Z | Downloaded tap v1.0.1 |
| 1014 | 2026-06-22T19:17:15.567Z | Downloaded take_mut v0.2.2 |
| 1015 | 2026-06-22T19:17:15.567Z | Downloaded subtle v2.6.1 |
| 1016 | 2026-06-22T19:17:15.570Z | Downloaded strum v0.26.3 |
| 1017 | 2026-06-22T19:17:15.570Z | Downloaded slog-term v2.9.2 |
| 1018 | 2026-06-22T19:17:15.570Z | Downloaded dropshot-api-manager v0.7.2 |
| 1019 | 2026-06-22T19:17:15.573Z | Downloaded tabwriter v1.4.1 |
| 1020 | 2026-06-22T19:17:15.576Z | Downloaded sync_wrapper v1.0.2 |
| 1021 | 2026-06-22T19:17:15.579Z | Downloaded sync-ptr v0.1.4 |
| 1022 | 2026-06-22T19:17:15.582Z | Downloaded supports-color v3.0.2 |
| 1023 | 2026-06-22T19:17:15.582Z | Downloaded termtree v0.5.1 |
| 1024 | 2026-06-22T19:17:15.582Z | Downloaded ryu v1.0.23 |
| 1025 | 2026-06-22T19:17:15.585Z | Downloaded stringprep v0.1.5 |
| 1026 | 2026-06-22T19:17:15.585Z | Downloaded sqlformat v0.3.5 |
| 1027 | 2026-06-22T19:17:15.588Z | Downloaded tabled_derive v0.11.0 |
| 1028 | 2026-06-22T19:17:15.588Z | Downloaded slog-stdlog v4.1.1 |
| 1029 | 2026-06-22T19:17:15.588Z | Downloaded progenitor-impl v0.13.0 |
| 1030 | 2026-06-22T19:17:15.591Z | Downloaded num-bigint v0.4.6 |
| 1031 | 2026-06-22T19:17:15.594Z | Downloaded tokio-macros v2.7.0 |
| 1032 | 2026-06-22T19:17:15.594Z | Downloaded testing_table v0.3.0 |
| 1033 | 2026-06-22T19:17:15.594Z | Downloaded static_assertions v1.1.0 |
| 1034 | 2026-06-22T19:17:15.597Z | Downloaded pretty_assertions v1.4.1 |
| 1035 | 2026-06-22T19:17:15.597Z | Downloaded progenitor-impl v0.14.0 |
| 1036 | 2026-06-22T19:17:15.600Z | Downloaded quinn v0.11.9 |
| 1037 | 2026-06-22T19:17:15.603Z | Downloaded stacker v0.1.23 |
| 1038 | 2026-06-22T19:17:15.603Z | Downloaded ssh-encoding v0.2.0 |
| 1039 | 2026-06-22T19:17:15.603Z | Downloaded serde_cbor v0.11.2 |
| 1040 | 2026-06-22T19:17:15.605Z | Downloaded strum_macros v0.26.4 |
| 1041 | 2026-06-22T19:17:15.608Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1042 | 2026-06-22T19:17:15.608Z | Downloaded time-core v0.1.8 |
| 1043 | 2026-06-22T19:17:15.608Z | Downloaded tinyvec_macros v0.1.1 |
| 1044 | 2026-06-22T19:17:15.611Z | Downloaded crossterm v0.29.0 |
| 1045 | 2026-06-22T19:17:15.615Z | Downloaded thread-id v5.1.0 |
| 1046 | 2026-06-22T19:17:15.615Z | Downloaded libxml v0.3.3 |
| 1047 | 2026-06-22T19:17:15.618Z | Downloaded rcgen v0.12.1 |
| 1048 | 2026-06-22T19:17:15.621Z | Downloaded strum_macros v0.27.2 |
| 1049 | 2026-06-22T19:17:15.621Z | Downloaded serde_with_macros v3.17.0 |
| 1050 | 2026-06-22T19:17:15.624Z | Downloaded snafu-derive v0.8.9 |
| 1051 | 2026-06-22T19:17:15.627Z | Downloaded strum_macros v0.24.3 |
| 1052 | 2026-06-22T19:17:15.627Z | Downloaded string_cache v0.8.9 |
| 1053 | 2026-06-22T19:17:15.630Z | Downloaded rayon-core v1.13.0 |
| 1054 | 2026-06-22T19:17:15.633Z | Downloaded schemars_derive v0.8.22 |
| 1055 | 2026-06-22T19:17:15.636Z | Downloaded spki v0.7.3 |
| 1056 | 2026-06-22T19:17:15.646Z | Downloaded tagptr v0.2.0 |
| 1057 | 2026-06-22T19:17:15.650Z | Downloaded thiserror-no-std v2.0.2 |
| 1058 | 2026-06-22T19:17:15.653Z | Downloaded smallvec v0.6.14 |
| 1059 | 2026-06-22T19:17:15.653Z | Downloaded topological-sort v0.2.2 |
| 1060 | 2026-06-22T19:17:15.653Z | Downloaded smf v0.2.3 |
| 1061 | 2026-06-22T19:17:15.656Z | Downloaded termios v0.3.3 |
| 1062 | 2026-06-22T19:17:15.656Z | Downloaded spin v0.9.8 |
| 1063 | 2026-06-22T19:17:15.659Z | Downloaded rand v0.8.6 |
| 1064 | 2026-06-22T19:17:15.659Z | Downloaded publicsuffix v2.3.0 |
| 1065 | 2026-06-22T19:17:15.662Z | Downloaded qorb v0.4.1 |
| 1066 | 2026-06-22T19:17:15.665Z | Downloaded schemars v0.8.22 |
| 1067 | 2026-06-22T19:17:15.669Z | Downloaded time-macros v0.2.27 |
| 1068 | 2026-06-22T19:17:15.672Z | Downloaded trait-variant v0.1.2 |
| 1069 | 2026-06-22T19:17:15.672Z | Downloaded tower-service v0.3.3 |
| 1070 | 2026-06-22T19:17:15.672Z | Downloaded tower-layer v0.3.3 |
| 1071 | 2026-06-22T19:17:15.676Z | Downloaded tokio-dtrace v0.1.1 |
| 1072 | 2026-06-22T19:17:15.676Z | Downloaded tls_codec_derive v0.4.2 |
| 1073 | 2026-06-22T19:17:15.676Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1074 | 2026-06-22T19:17:15.678Z | Downloaded thread_local v1.1.9 |
| 1075 | 2026-06-22T19:17:15.678Z | Downloaded ron v0.8.1 |
| 1076 | 2026-06-22T19:17:15.681Z | Downloaded tls_codec v0.4.2 |
| 1077 | 2026-06-22T19:17:15.684Z | Downloaded try-lock v0.2.5 |
| 1078 | 2026-06-22T19:17:15.684Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1079 | 2026-06-22T19:17:15.687Z | Downloaded unarray v0.1.4 |
| 1080 | 2026-06-22T19:17:15.687Z | Downloaded itertools v0.13.0 |
| 1081 | 2026-06-22T19:17:15.690Z | Downloaded support-bundle-viewer v0.1.2 |
| 1082 | 2026-06-22T19:17:15.693Z | Downloaded schemars v0.9.0 |
| 1083 | 2026-06-22T19:17:15.698Z | Downloaded tokio-native-tls v0.3.1 |
| 1084 | 2026-06-22T19:17:15.701Z | Downloaded untrusted v0.7.1 |
| 1085 | 2026-06-22T19:17:15.701Z | Downloaded unicode-truncate v1.1.0 |
| 1086 | 2026-06-22T19:17:15.702Z | Downloaded slog v2.8.2 |
| 1087 | 2026-06-22T19:17:15.707Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1088 | 2026-06-22T19:17:15.707Z | Downloaded nom v7.1.3 |
| 1089 | 2026-06-22T19:17:15.710Z | Downloaded typify-macro v0.6.2 |
| 1090 | 2026-06-22T19:17:15.710Z | Downloaded aws-lc-rs v1.16.3 |
| 1091 | 2026-06-22T19:17:15.713Z | Downloaded term v0.7.0 |
| 1092 | 2026-06-22T19:17:15.716Z | Downloaded socket2 v0.6.3 |
| 1093 | 2026-06-22T19:17:15.719Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1094 | 2026-06-22T19:17:15.719Z | Downloaded tokio-rustls v0.25.0 |
| 1095 | 2026-06-22T19:17:15.719Z | Downloaded socket2 v0.5.10 |
| 1096 | 2026-06-22T19:17:15.722Z | Downloaded void v1.0.2 |
| 1097 | 2026-06-22T19:17:15.722Z | Downloaded tokio-tungstenite v0.21.0 |
| 1098 | 2026-06-22T19:17:15.722Z | Downloaded rand v0.9.2 |
| 1099 | 2026-06-22T19:17:15.725Z | Downloaded mio v1.2.0 |
| 1100 | 2026-06-22T19:17:15.728Z | Downloaded num-bigint-dig v0.8.6 |
| 1101 | 2026-06-22T19:17:15.731Z | Downloaded itertools v0.12.1 |
| 1102 | 2026-06-22T19:17:15.734Z | Downloaded term v1.2.1 |
| 1103 | 2026-06-22T19:17:15.737Z | Downloaded hyper v1.8.1 |
| 1104 | 2026-06-22T19:17:15.740Z | Downloaded tiny-keccak v2.0.2 |
| 1105 | 2026-06-22T19:17:15.743Z | Downloaded want v0.3.1 |
| 1106 | 2026-06-22T19:17:15.743Z | Downloaded waitgroup v0.1.2 |
| 1107 | 2026-06-22T19:17:15.743Z | Downloaded usdt-attr-macro v0.6.0 |
| 1108 | 2026-06-22T19:17:15.746Z | Downloaded usdt-macro v0.6.0 |
| 1109 | 2026-06-22T19:17:15.746Z | Downloaded untrusted v0.9.0 |
| 1110 | 2026-06-22T19:17:15.753Z | Downloaded tui-tree-widget v0.23.1 |
| 1111 | 2026-06-22T19:17:15.757Z | Downloaded unit-prefix v0.5.2 |
| 1112 | 2026-06-22T19:17:15.760Z | Downloaded utf-8 v0.7.6 |
| 1113 | 2026-06-22T19:17:15.760Z | Downloaded rustls-webpki v0.103.9 |
| 1114 | 2026-06-22T19:17:15.763Z | Downloaded schemars v1.2.1 |
| 1115 | 2026-06-22T19:17:15.769Z | Downloaded unicase v2.9.0 |
| 1116 | 2026-06-22T19:17:15.772Z | Downloaded nom v8.0.0 |
| 1117 | 2026-06-22T19:17:15.775Z | Downloaded xattr v1.6.1 |
| 1118 | 2026-06-22T19:17:15.775Z | Downloaded xshell-macros v0.2.7 |
| 1119 | 2026-06-22T19:17:15.775Z | Downloaded tokio-rustls v0.24.1 |
| 1120 | 2026-06-22T19:17:15.779Z | Downloaded iri-string v0.7.10 |
| 1121 | 2026-06-22T19:17:15.782Z | Downloaded usdt v0.6.0 |
| 1122 | 2026-06-22T19:17:15.782Z | Downloaded similar v2.7.0 |
| 1123 | 2026-06-22T19:17:15.785Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1124 | 2026-06-22T19:17:15.785Z | Downloaded uzers v0.12.2 |
| 1125 | 2026-06-22T19:17:15.789Z | Downloaded tokio-tungstenite v0.23.1 |
| 1126 | 2026-06-22T19:17:15.789Z | Downloaded tinyvec v1.10.0 |
| 1127 | 2026-06-22T19:17:15.792Z | Downloaded signal-hook v0.3.18 |
| 1128 | 2026-06-22T19:17:15.795Z | Downloaded zeroize_derive v1.4.3 |
| 1129 | 2026-06-22T19:17:15.795Z | Downloaded universal-hash v0.5.1 |
| 1130 | 2026-06-22T19:17:15.795Z | Downloaded tokio-stream v0.1.18 |
| 1131 | 2026-06-22T19:17:15.798Z | Downloaded zone_cfg_derive v0.3.1 |
| 1132 | 2026-06-22T19:17:15.798Z | Downloaded wait-timeout v0.2.1 |
| 1133 | 2026-06-22T19:17:15.798Z | Downloaded zone v0.3.1 |
| 1134 | 2026-06-22T19:17:15.802Z | Downloaded vergen-gitcl v1.0.8 |
| 1135 | 2026-06-22T19:17:15.802Z | Downloaded vsss-rs v3.3.4 |
| 1136 | 2026-06-22T19:17:15.802Z | Downloaded vergen-lib v9.1.0 |
| 1137 | 2026-06-22T19:17:15.805Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1138 | 2026-06-22T19:17:15.805Z | Downloaded diesel v2.3.7 |
| 1139 | 2026-06-22T19:17:15.814Z | Downloaded test-strategy v0.4.5 |
| 1140 | 2026-06-22T19:17:15.817Z | Downloaded rand v0.10.0 |
| 1141 | 2026-06-22T19:17:15.821Z | Downloaded snafu v0.8.9 |
| 1142 | 2026-06-22T19:17:15.824Z | Downloaded vergen-lib v0.1.6 |
| 1143 | 2026-06-22T19:17:15.827Z | Downloaded whoami v2.1.0 |
| 1144 | 2026-06-22T19:17:15.830Z | Downloaded whoami v1.6.1 |
| 1145 | 2026-06-22T19:17:15.833Z | Downloaded tracing-attributes v0.1.31 |
| 1146 | 2026-06-22T19:17:15.833Z | Downloaded hkdf v0.12.4 |
| 1147 | 2026-06-22T19:17:15.833Z | Downloaded blake3 v1.8.3 |
| 1148 | 2026-06-22T19:17:15.837Z | Downloaded unicode-properties v0.1.4 |
| 1149 | 2026-06-22T19:17:15.840Z | Downloaded vergen-git2 v9.1.0 |
| 1150 | 2026-06-22T19:17:15.843Z | Downloaded wyz v0.5.1 |
| 1151 | 2026-06-22T19:17:15.847Z | Downloaded h2 v0.4.13 |
| 1152 | 2026-06-22T19:17:15.852Z | Downloaded russh v0.45.0 |
| 1153 | 2026-06-22T19:17:15.855Z | Downloaded tokio-rustls v0.26.4 |
| 1154 | 2026-06-22T19:17:15.858Z | Downloaded walkdir v2.5.0 |
| 1155 | 2026-06-22T19:17:15.861Z | Downloaded zstd-safe v7.2.4 |
| 1156 | 2026-06-22T19:17:15.861Z | Downloaded futures-util v0.3.32 |
| 1157 | 2026-06-22T19:17:15.868Z | Downloaded zeroize v1.8.2 |
| 1158 | 2026-06-22T19:17:15.871Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1159 | 2026-06-22T19:17:15.875Z | Downloaded rsa v0.9.10 |
| 1160 | 2026-06-22T19:17:15.875Z | Downloaded toml v0.7.8 |
| 1161 | 2026-06-22T19:17:15.878Z | Downloaded steno v0.4.1 |
| 1162 | 2026-06-22T19:17:15.878Z | Downloaded tar v0.4.45 |
| 1163 | 2026-06-22T19:17:15.881Z | Downloaded libm v0.2.16 |
| 1164 | 2026-06-22T19:17:15.885Z | Downloaded samael v0.0.19 |
| 1165 | 2026-06-22T19:17:15.888Z | Downloaded xshell v0.2.7 |
| 1166 | 2026-06-22T19:17:15.892Z | Downloaded unsafe-libyaml v0.2.11 |
| 1167 | 2026-06-22T19:17:15.895Z | Downloaded subprocess v0.2.15 |
| 1168 | 2026-06-22T19:17:15.898Z | Downloaded p521 v0.13.3 |
| 1169 | 2026-06-22T19:17:15.902Z | Downloaded tracing-core v0.1.36 |
| 1170 | 2026-06-22T19:17:15.905Z | Downloaded twox-hash v2.1.2 |
| 1171 | 2026-06-22T19:17:15.905Z | Downloaded iddqd v0.4.2 |
| 1172 | 2026-06-22T19:17:15.908Z | Downloaded yasna v0.5.2 |
| 1173 | 2026-06-22T19:17:15.911Z | Downloaded uuid v1.23.0 |
| 1174 | 2026-06-22T19:17:15.914Z | Downloaded zerocopy v0.6.6 |
| 1175 | 2026-06-22T19:17:15.914Z | Downloaded rustyline v14.0.0 |
| 1176 | 2026-06-22T19:17:15.917Z | Downloaded vergen v9.1.0 |
| 1177 | 2026-06-22T19:17:15.917Z | Downloaded typify v0.6.2 |
| 1178 | 2026-06-22T19:17:15.920Z | Downloaded usdt-impl v0.6.0 |
| 1179 | 2026-06-22T19:17:15.923Z | Downloaded rpassword v7.4.0 |
| 1180 | 2026-06-22T19:17:15.926Z | Downloaded serde_with v1.14.0 |
| 1181 | 2026-06-22T19:17:15.929Z | Downloaded ssh-key v0.6.7 |
| 1182 | 2026-06-22T19:17:15.932Z | Downloaded chrono v0.4.44 |
| 1183 | 2026-06-22T19:17:15.936Z | Downloaded itertools v0.14.0 |
| 1184 | 2026-06-22T19:17:15.941Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-06-22T19:17:15.944Z | Downloaded bitvec v1.0.1 |
| 1186 | 2026-06-22T19:17:15.953Z | Downloaded zstd v0.13.3 |
| 1187 | 2026-06-22T19:17:15.956Z | Downloaded unicode-bidi v0.3.18 |
| 1188 | 2026-06-22T19:17:15.956Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1189 | 2026-06-22T19:17:15.956Z | Downloaded reedline v0.40.0 |
| 1190 | 2026-06-22T19:17:15.964Z | Downloaded zopfli v0.8.3 |
| 1191 | 2026-06-22T19:17:15.969Z | Downloaded tokio-postgres v0.7.16 |
| 1192 | 2026-06-22T19:17:15.972Z | Downloaded tungstenite v0.23.0 |
| 1193 | 2026-06-22T19:17:15.975Z | Downloaded git2 v0.20.4 |
| 1194 | 2026-06-22T19:17:15.981Z | Downloaded toml_edit v0.19.15 |
| 1195 | 2026-06-22T19:17:15.991Z | Downloaded vte v0.14.1 |
| 1196 | 2026-06-22T19:17:15.994Z | Downloaded yansi v1.0.1 |
| 1197 | 2026-06-22T19:17:15.997Z | Downloaded regex v1.12.3 |
| 1198 | 2026-06-22T19:17:16.000Z | Downloaded reqwest v0.13.2 |
| 1199 | 2026-06-22T19:17:16.003Z | Downloaded lalrpop v0.19.12 |
| 1200 | 2026-06-22T19:17:16.013Z | Downloaded bindgen v0.71.1 |
| 1201 | 2026-06-22T19:17:16.019Z | Downloaded zip v0.6.6 |
| 1202 | 2026-06-22T19:17:16.022Z | Downloaded unicode_categories v0.1.1 |
| 1203 | 2026-06-22T19:17:16.027Z | Downloaded rayon v1.11.0 |
| 1204 | 2026-06-22T19:17:16.038Z | Downloaded reqwest v0.12.28 |
| 1205 | 2026-06-22T19:17:16.055Z | Downloaded quick-xml v0.37.5 |
| 1206 | 2026-06-22T19:17:16.061Z | Downloaded salty v0.3.0 |
| 1207 | 2026-06-22T19:17:16.064Z | Downloaded zerocopy-derive v0.8.40 |
| 1208 | 2026-06-22T19:17:16.069Z | Downloaded rustls-webpki v0.101.7 |
| 1209 | 2026-06-22T19:17:16.076Z | Downloaded unicode-segmentation v1.12.0 |
| 1210 | 2026-06-22T19:17:16.079Z | Downloaded goblin v0.10.5 |
| 1211 | 2026-06-22T19:17:16.083Z | Downloaded curve25519-dalek v4.1.3 |
| 1212 | 2026-06-22T19:17:16.088Z | Downloaded x509-cert v0.2.5 |
| 1213 | 2026-06-22T19:17:16.091Z | Downloaded portable-atomic v1.13.1 |
| 1214 | 2026-06-22T19:17:16.096Z | Downloaded typed-path v0.9.3 |
| 1215 | 2026-06-22T19:17:16.099Z | Downloaded unicode-normalization v0.1.25 |
| 1216 | 2026-06-22T19:17:16.103Z | Downloaded tower v0.5.3 |
| 1217 | 2026-06-22T19:17:16.106Z | Downloaded p384 v0.13.1 |
| 1218 | 2026-06-22T19:17:16.109Z | Downloaded zip v4.6.1 |
| 1219 | 2026-06-22T19:17:16.112Z | Downloaded serde_with v3.17.0 |
| 1220 | 2026-06-22T19:17:16.118Z | Downloaded proptest v1.10.0 |
| 1221 | 2026-06-22T19:17:16.126Z | Downloaded moka v0.12.13 |
| 1222 | 2026-06-22T19:17:16.128Z | Downloaded tough v0.22.0 |
| 1223 | 2026-06-22T19:17:16.133Z | Downloaded tokio-util v0.7.18 |
| 1224 | 2026-06-22T19:17:16.137Z | Downloaded petname v2.0.2 |
| 1225 | 2026-06-22T19:17:16.141Z | Downloaded tower-http v0.6.8 |
| 1226 | 2026-06-22T19:17:16.160Z | Downloaded object v0.30.4 |
| 1227 | 2026-06-22T19:17:16.176Z | Downloaded nix v0.27.1 |
| 1228 | 2026-06-22T19:17:16.185Z | Downloaded winnow v0.6.26 |
| 1229 | 2026-06-22T19:17:16.192Z | Downloaded radix_trie v0.2.1 |
| 1230 | 2026-06-22T19:17:16.200Z | Downloaded rustls-webpki v0.102.8 |
| 1231 | 2026-06-22T19:17:16.210Z | Downloaded quinn-proto v0.11.13 |
| 1232 | 2026-06-22T19:17:16.214Z | Downloaded winnow v0.5.40 |
| 1233 | 2026-06-22T19:17:16.219Z | Downloaded bstr v1.12.1 |
| 1234 | 2026-06-22T19:17:16.233Z | Downloaded openssl v0.10.79 |
| 1235 | 2026-06-22T19:17:16.239Z | Downloaded rustls v0.21.12 |
| 1236 | 2026-06-22T19:17:16.245Z | Downloaded tabled v0.20.0 |
| 1237 | 2026-06-22T19:17:16.254Z | Downloaded time v0.3.47 |
| 1238 | 2026-06-22T19:17:16.261Z | Downloaded smoltcp v0.9.1 |
| 1239 | 2026-06-22T19:17:16.268Z | Downloaded regex-syntax v0.6.29 |
| 1240 | 2026-06-22T19:17:16.272Z | Downloaded nix v0.28.0 |
| 1241 | 2026-06-22T19:17:16.306Z | Downloaded polar-core v0.27.3 |
| 1242 | 2026-06-22T19:17:16.306Z | Downloaded zlib-rs v0.6.2 |
| 1243 | 2026-06-22T19:17:16.306Z | Downloaded hickory-proto v0.24.4 |
| 1244 | 2026-06-22T19:17:16.306Z | Downloaded nix v0.31.2 |
| 1245 | 2026-06-22T19:17:16.309Z | Downloaded smoltcp v0.11.0 |
| 1246 | 2026-06-22T19:17:16.318Z | Downloaded vcpkg v0.2.15 |
| 1247 | 2026-06-22T19:17:16.340Z | Downloaded zerocopy v0.8.40 |
| 1248 | 2026-06-22T19:17:16.345Z | Downloaded regress v0.11.1 |
| 1249 | 2026-06-22T19:17:16.350Z | Downloaded object v0.37.3 |
| 1250 | 2026-06-22T19:17:16.356Z | Downloaded rustls v0.22.4 |
| 1251 | 2026-06-22T19:17:16.365Z | Downloaded rustix v0.38.44 |
| 1252 | 2026-06-22T19:17:16.377Z | Downloaded rustls v0.23.37 |
| 1253 | 2026-06-22T19:17:16.383Z | Downloaded regex-syntax v0.8.10 |
| 1254 | 2026-06-22T19:17:16.387Z | Downloaded webpki-roots v1.0.6 |
| 1255 | 2026-06-22T19:17:16.390Z | Downloaded regress v0.10.5 |
| 1256 | 2026-06-22T19:17:16.394Z | Downloaded hickory-proto v0.25.2 |
| 1257 | 2026-06-22T19:17:16.403Z | Downloaded openapiv3 v2.2.0 |
| 1258 | 2026-06-22T19:17:16.436Z | Downloaded sqlparser v0.61.0 |
| 1259 | 2026-06-22T19:17:16.458Z | Downloaded sled v0.34.7 |
| 1260 | 2026-06-22T19:17:16.466Z | Downloaded typify-impl v0.6.2 |
| 1261 | 2026-06-22T19:17:16.475Z | Downloaded tracing v0.1.44 |
| 1262 | 2026-06-22T19:17:16.487Z | Downloaded ratatui v0.29.0 |
| 1263 | 2026-06-22T19:17:16.498Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1264 | 2026-06-22T19:17:16.505Z | Downloaded zerocopy-derive v0.6.6 |
| 1265 | 2026-06-22T19:17:16.520Z | Downloaded regex-automata v0.4.14 |
| 1266 | 2026-06-22T19:17:16.539Z | Downloaded chrono-tz v0.10.4 |
| 1267 | 2026-06-22T19:17:16.550Z | Downloaded petgraph v0.6.5 |
| 1268 | 2026-06-22T19:17:16.561Z | Downloaded petgraph v0.8.3 |
| 1269 | 2026-06-22T19:17:16.577Z | Downloaded libz-sys v1.1.24 |
| 1270 | 2026-06-22T19:17:16.586Z | Downloaded jiff v0.2.21 |
| 1271 | 2026-06-22T19:17:16.597Z | Downloaded csv v1.4.0 |
| 1272 | 2026-06-22T19:17:16.609Z | Downloaded tokio v1.52.1 |
| 1273 | 2026-06-22T19:17:16.639Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1274 | 2026-06-22T19:17:16.649Z | Downloaded sha3 v0.10.8 |
| 1275 | 2026-06-22T19:17:16.724Z | Downloaded encoding_rs v0.8.35 |
| 1276 | 2026-06-22T19:17:16.752Z | Downloaded ring v0.17.14 |
| 1277 | 2026-06-22T19:17:16.779Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1278 | 2026-06-22T19:17:17.233Z | Downloaded aws-lc-sys v0.40.0 |
| 1279 | 2026-06-22T19:17:17.486Z | Compiling libc v0.2.185 |
| 1280 | 2026-06-22T19:17:17.486Z | Compiling serde v1.0.228 |
| 1281 | 2026-06-22T19:17:17.489Z | Compiling log v0.4.29 |
| 1282 | 2026-06-22T19:17:17.489Z | Compiling find-msvc-tools v0.1.9 |
| 1283 | 2026-06-22T19:17:17.489Z | Compiling shlex v1.3.0 |
| 1284 | 2026-06-22T19:17:17.489Z | Compiling smallvec v1.15.1 |
| 1285 | 2026-06-22T19:17:17.489Z | Compiling typenum v1.19.0 |
| 1286 | 2026-06-22T19:17:17.489Z | Compiling subtle v2.6.1 |
| 1287 | 2026-06-22T19:17:17.489Z | Compiling generic-array v0.14.7 |
| 1288 | 2026-06-22T19:17:17.489Z | Compiling scopeguard v1.2.0 |
| 1289 | 2026-06-22T19:17:17.665Z | Compiling const-oid v0.9.6 |
| 1290 | 2026-06-22T19:17:17.677Z | Compiling serde_json v1.0.149 |
| 1291 | 2026-06-22T19:17:17.703Z | Compiling syn v2.0.117 |
| 1292 | 2026-06-22T19:17:17.715Z | Compiling zerocopy v0.8.40 |
| 1293 | 2026-06-22T19:17:17.718Z | Compiling portable-atomic v1.13.1 |
| 1294 | 2026-06-22T19:17:17.728Z | Compiling lock_api v0.4.14 |
| 1295 | 2026-06-22T19:17:17.731Z | Compiling pin-project-lite v0.2.17 |
| 1296 | 2026-06-22T19:17:17.815Z | Compiling parking_lot_core v0.9.12 |
| 1297 | 2026-06-22T19:17:17.840Z | Compiling pkg-config v0.3.32 |
| 1298 | 2026-06-22T19:17:17.855Z | Compiling bitflags v2.11.0 |
| 1299 | 2026-06-22T19:17:17.868Z | Compiling critical-section v1.2.0 |
| 1300 | 2026-06-22T19:17:17.903Z | Compiling futures-core v0.3.32 |
| 1301 | 2026-06-22T19:17:17.931Z | Compiling libm v0.2.16 |
| 1302 | 2026-06-22T19:17:17.945Z | Compiling num-traits v0.2.19 |
| 1303 | 2026-06-22T19:17:17.986Z | Compiling percent-encoding v2.3.2 |
| 1304 | 2026-06-22T19:17:18.014Z | Compiling futures-sink v0.3.32 |
| 1305 | 2026-06-22T19:17:18.017Z | Compiling slab v0.4.12 |
| 1306 | 2026-06-22T19:17:18.090Z | Compiling futures-task v0.3.32 |
| 1307 | 2026-06-22T19:17:18.093Z | Compiling futures-io v0.3.32 |
| 1308 | 2026-06-22T19:17:18.104Z | Compiling cpufeatures v0.2.17 |
| 1309 | 2026-06-22T19:17:18.137Z | Compiling futures-channel v0.3.32 |
| 1310 | 2026-06-22T19:17:18.192Z | Compiling getrandom v0.4.1 |
| 1311 | 2026-06-22T19:17:18.205Z | Compiling rand_core v0.10.0 |
| 1312 | 2026-06-22T19:17:18.217Z | Compiling indexmap v2.14.0 |
| 1313 | 2026-06-22T19:17:18.231Z | Compiling getrandom v0.3.4 |
| 1314 | 2026-06-22T19:17:18.274Z | Compiling rustversion v1.0.22 |
| 1315 | 2026-06-22T19:17:18.287Z | Compiling form_urlencoded v1.2.2 |
| 1316 | 2026-06-22T19:17:18.348Z | Compiling dunce v1.0.5 |
| 1317 | 2026-06-22T19:17:18.370Z | Compiling fs_extra v1.3.0 |
| 1318 | 2026-06-22T19:17:18.385Z | Compiling base64ct v1.8.3 |
| 1319 | 2026-06-22T19:17:18.402Z | Compiling ident_case v1.0.1 |
| 1320 | 2026-06-22T19:17:18.439Z | Compiling regex-syntax v0.8.10 |
| 1321 | 2026-06-22T19:17:18.472Z | Compiling flagset v0.4.7 |
| 1322 | 2026-06-22T19:17:18.487Z | Compiling getrandom v0.2.17 |
| 1323 | 2026-06-22T19:17:18.548Z | Compiling jobserver v0.1.34 |
| 1324 | 2026-06-22T19:17:18.561Z | Compiling errno v0.3.14 |
| 1325 | 2026-06-22T19:17:18.613Z | Compiling mio v1.2.0 |
| 1326 | 2026-06-22T19:17:18.643Z | Compiling rand_core v0.6.4 |
| 1327 | 2026-06-22T19:17:18.675Z | Compiling signal-hook-registry v1.4.8 |
| 1328 | 2026-06-22T19:17:18.741Z | Compiling socket2 v0.6.3 |
| 1329 | 2026-06-22T19:17:18.741Z | Compiling once_cell v1.21.3 |
| 1330 | 2026-06-22T19:17:18.797Z | Compiling cc v1.2.56 |
| 1331 | 2026-06-22T19:17:18.828Z | Compiling parking_lot v0.12.5 |
| 1332 | 2026-06-22T19:17:18.889Z | Compiling pem-rfc7468 v0.7.0 |
| 1333 | 2026-06-22T19:17:18.933Z | Compiling rustix v1.1.3 |
| 1334 | 2026-06-22T19:17:18.948Z | Compiling iana-time-zone v0.1.65 |
| 1335 | 2026-06-22T19:17:18.951Z | Compiling aws-lc-rs v1.16.3 |
| 1336 | 2026-06-22T19:17:18.975Z | Compiling vcpkg v0.2.15 |
| 1337 | 2026-06-22T19:17:18.989Z | Compiling tracing-core v0.1.36 |
| 1338 | 2026-06-22T19:17:19.108Z | Compiling uuid v1.23.0 |
| 1339 | 2026-06-22T19:17:19.123Z | Compiling rustc_version v0.4.1 |
| 1340 | 2026-06-22T19:17:19.158Z | Compiling rand_core v0.9.5 |
| 1341 | 2026-06-22T19:17:19.202Z | Compiling base64 v0.22.1 |
| 1342 | 2026-06-22T19:17:19.217Z | Compiling untrusted v0.9.0 |
| 1343 | 2026-06-22T19:17:19.257Z | Compiling httparse v1.10.1 |
| 1344 | 2026-06-22T19:17:19.271Z | Compiling untrusted v0.7.1 |
| 1345 | 2026-06-22T19:17:19.351Z | Compiling openssl-probe v0.2.1 |
| 1346 | 2026-06-22T19:17:19.410Z | Compiling tinyvec_macros v0.1.1 |
| 1347 | 2026-06-22T19:17:19.414Z | Compiling aho-corasick v1.1.4 |
| 1348 | 2026-06-22T19:17:19.446Z | Compiling schemars v0.8.22 |
| 1349 | 2026-06-22T19:17:19.462Z | Compiling dyn-clone v1.0.20 |
| 1350 | 2026-06-22T19:17:19.478Z | Compiling try-lock v0.2.5 |
| 1351 | 2026-06-22T19:17:19.491Z | Compiling tinyvec v1.10.0 |
| 1352 | 2026-06-22T19:17:19.537Z | Compiling cmake v0.1.57 |
| 1353 | 2026-06-22T19:17:19.553Z | Compiling tower-layer v0.3.3 |
| 1354 | 2026-06-22T19:17:19.556Z | Compiling rustls v0.23.37 |
| 1355 | 2026-06-22T19:17:19.593Z | Compiling atomic-waker v1.1.2 |
| 1356 | 2026-06-22T19:17:19.616Z | Compiling tower-service v0.3.3 |
| 1357 | 2026-06-22T19:17:19.699Z | Compiling want v0.3.1 |
| 1358 | 2026-06-22T19:17:19.730Z | Compiling pin-utils v0.1.0 |
| 1359 | 2026-06-22T19:17:19.792Z | Compiling httpdate v1.0.3 |
| 1360 | 2026-06-22T19:17:19.792Z | Compiling foreign-types-shared v0.1.1 |
| 1361 | 2026-06-22T19:17:19.813Z | Compiling openssl v0.10.79 |
| 1362 | 2026-06-22T19:17:19.824Z | Compiling socket2 v0.5.10 |
| 1363 | 2026-06-22T19:17:19.828Z | Compiling spin v0.9.8 |
| 1364 | 2026-06-22T19:17:19.864Z | Compiling time-core v0.1.8 |
| 1365 | 2026-06-22T19:17:19.899Z | Compiling foreign-types v0.3.2 |
| 1366 | 2026-06-22T19:17:19.914Z | Compiling unicode-normalization v0.1.25 |
| 1367 | 2026-06-22T19:17:19.930Z | Compiling native-tls v0.2.18 |
| 1368 | 2026-06-22T19:17:19.945Z | Compiling num-conv v0.2.0 |
| 1369 | 2026-06-22T19:17:19.987Z | Compiling crc32fast v1.5.0 |
| 1370 | 2026-06-22T19:17:20.023Z | Compiling powerfmt v0.2.0 |
| 1371 | 2026-06-22T19:17:20.039Z | Compiling wait-timeout v0.2.1 |
| 1372 | 2026-06-22T19:17:20.052Z | Compiling sync_wrapper v1.0.2 |
| 1373 | 2026-06-22T19:17:20.056Z | Compiling siphasher v1.0.2 |
| 1374 | 2026-06-22T19:17:20.078Z | Compiling usdt-impl v0.6.0 |
| 1375 | 2026-06-22T19:17:20.093Z | Compiling bit-vec v0.8.0 |
| 1376 | 2026-06-22T19:17:20.106Z | Compiling time-macros v0.2.27 |
| 1377 | 2026-06-22T19:17:20.153Z | Compiling quick-error v1.2.3 |
| 1378 | 2026-06-22T19:17:20.172Z | Compiling syn v1.0.109 |
| 1379 | 2026-06-22T19:17:20.299Z | Compiling deranged v0.5.8 |
| 1380 | 2026-06-22T19:17:20.311Z | Compiling simd-adler32 v0.3.8 |
| 1381 | 2026-06-22T19:17:20.311Z | Compiling unicode-segmentation v1.12.0 |
| 1382 | 2026-06-22T19:17:20.314Z | Compiling num_threads v0.1.7 |
| 1383 | 2026-06-22T19:17:20.317Z | Compiling crossbeam-utils v0.8.21 |
| 1384 | 2026-06-22T19:17:20.355Z | Compiling regex-automata v0.4.14 |
| 1385 | 2026-06-22T19:17:20.384Z | Compiling bit-set v0.8.0 |
| 1386 | 2026-06-22T19:17:20.411Z | Compiling slog v2.8.2 |
| 1387 | 2026-06-22T19:17:20.426Z | Compiling heapless v0.7.17 |
| 1388 | 2026-06-22T19:17:20.467Z | Compiling aws-lc-sys v0.40.0 |
| 1389 | 2026-06-22T19:17:20.515Z | Compiling ring v0.17.14 |
| 1390 | 2026-06-22T19:17:20.558Z | Compiling openssl-sys v0.9.115 |
| 1391 | 2026-06-22T19:17:20.572Z | Compiling tempfile v3.25.0 |
| 1392 | 2026-06-22T19:17:20.588Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1393 | 2026-06-22T19:17:20.653Z | Compiling synstructure v0.13.2 |
| 1394 | 2026-06-22T19:17:20.688Z | Compiling serde_derive_internals v0.29.1 |
| 1395 | 2026-06-22T19:17:20.702Z | Compiling pest_generator v2.8.6 |
| 1396 | 2026-06-22T19:17:20.704Z | Compiling darling_core v0.20.11 |
| 1397 | 2026-06-22T19:17:20.878Z | Compiling rusty-fork v0.3.1 |
| 1398 | 2026-06-22T19:17:20.960Z | Compiling darling_core v0.21.3 |
| 1399 | 2026-06-22T19:17:21.025Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1400 | 2026-06-22T19:17:21.221Z | Compiling rand_xorshift v0.4.0 |
| 1401 | 2026-06-22T19:17:21.331Z | Compiling time v0.3.47 |
| 1402 | 2026-06-22T19:17:21.335Z | Compiling thread-id v5.1.0 |
| 1403 | 2026-06-22T19:17:21.356Z | Compiling cookie v0.18.1 |
| 1404 | 2026-06-22T19:17:21.360Z | Compiling anyhow v1.0.102 |
| 1405 | 2026-06-22T19:17:21.385Z | Compiling unicode-properties v0.1.4 |
| 1406 | 2026-06-22T19:17:21.407Z | Compiling iri-string v0.7.10 |
| 1407 | 2026-06-22T19:17:21.427Z | Compiling zstd-safe v7.2.4 |
| 1408 | 2026-06-22T19:17:21.523Z | Compiling signal-hook v0.3.18 |
| 1409 | 2026-06-22T19:17:21.580Z | Compiling paste v1.0.15 |
| 1410 | 2026-06-22T19:17:21.618Z | Compiling unicode-bidi v0.3.18 |
| 1411 | 2026-06-22T19:17:21.648Z | Compiling unarray v0.1.4 |
| 1412 | 2026-06-22T19:17:21.682Z | Compiling ryu v1.0.23 |
| 1413 | 2026-06-22T19:17:21.698Z | Compiling adler2 v2.0.1 |
| 1414 | 2026-06-22T19:17:21.714Z | Compiling allocator-api2 v0.2.21 |
| 1415 | 2026-06-22T19:17:21.837Z | Compiling miniz_oxide v0.8.9 |
| 1416 | 2026-06-22T19:17:21.976Z | Compiling stringprep v0.1.5 |
| 1417 | 2026-06-22T19:17:22.072Z | Compiling heck v0.4.1 |
| 1418 | 2026-06-22T19:17:22.181Z | Compiling num-integer v0.1.46 |
| 1419 | 2026-06-22T19:17:22.313Z | Compiling vergen-lib v9.1.0 |
| 1420 | 2026-06-22T19:17:22.402Z | Compiling curve25519-dalek v4.1.3 |
| 1421 | 2026-06-22T19:17:22.445Z | Compiling ff v0.13.1 |
| 1422 | 2026-06-22T19:17:22.460Z | Compiling serde_derive v1.0.228 |
| 1423 | 2026-06-22T19:17:22.475Z | Compiling zeroize_derive v1.4.3 |
| 1424 | 2026-06-22T19:17:22.532Z | Compiling zerofrom-derive v0.1.6 |
| 1425 | 2026-06-22T19:17:22.541Z | Compiling yoke-derive v0.8.1 |
| 1426 | 2026-06-22T19:17:22.589Z | Compiling zerocopy-derive v0.8.40 |
| 1427 | 2026-06-22T19:17:22.612Z | Compiling zerovec-derive v0.11.2 |
| 1428 | 2026-06-22T19:17:22.752Z | Compiling displaydoc v0.2.5 |
| 1429 | 2026-06-22T19:17:23.004Z | Compiling tokio-macros v2.7.0 |
| 1430 | 2026-06-22T19:17:23.020Z | Compiling futures-macro v0.3.32 |
| 1431 | 2026-06-22T19:17:23.124Z | Compiling der_derive v0.7.3 |
| 1432 | 2026-06-22T19:17:23.172Z | Compiling zeroize v1.8.2 |
| 1433 | 2026-06-22T19:17:23.528Z | Compiling rustls-pki-types v1.14.0 |
| 1434 | 2026-06-22T19:17:23.583Z | Compiling tracing-attributes v0.1.31 |
| 1435 | 2026-06-22T19:17:23.739Z | Compiling thiserror-impl v2.0.18 |
| 1436 | 2026-06-22T19:17:23.778Z | Compiling pest_derive v2.8.6 |
| 1437 | 2026-06-22T19:17:23.797Z | Compiling schemars_derive v0.8.22 |
| 1438 | 2026-06-22T19:17:23.883Z | Compiling futures-util v0.3.32 |
| 1439 | 2026-06-22T19:17:23.959Z | Compiling crypto-common v0.1.7 |
| 1440 | 2026-06-22T19:17:23.971Z | Compiling zerofrom v0.1.6 |
| 1441 | 2026-06-22T19:17:24.006Z | Compiling block-buffer v0.10.4 |
| 1442 | 2026-06-22T19:17:24.121Z | Compiling yoke v0.8.1 |
| 1443 | 2026-06-22T19:17:24.135Z | Compiling block-padding v0.3.3 |
| 1444 | 2026-06-22T19:17:24.161Z | Compiling digest v0.10.7 |
| 1445 | 2026-06-22T19:17:24.204Z | Compiling der v0.7.10 |
| 1446 | 2026-06-22T19:17:24.252Z | Compiling scroll_derive v0.13.1 |
| 1447 | 2026-06-22T19:17:24.307Z | Compiling zerovec v0.11.5 |
| 1448 | 2026-06-22T19:17:24.322Z | Compiling zerotrie v0.2.3 |
| 1449 | 2026-06-22T19:17:24.428Z | Compiling hmac v0.12.1 |
| 1450 | 2026-06-22T19:17:24.601Z | Compiling inout v0.1.4 |
| 1451 | 2026-06-22T19:17:24.635Z | Compiling sha2 v0.10.9 |
| 1452 | 2026-06-22T19:17:24.649Z | Compiling pbkdf2 v0.12.2 |
| 1453 | 2026-06-22T19:17:24.828Z | Compiling tinystr v0.8.2 |
| 1454 | 2026-06-22T19:17:24.841Z | Compiling potential_utf v0.1.4 |
| 1455 | 2026-06-22T19:17:24.878Z | Compiling cipher v0.4.4 |
| 1456 | 2026-06-22T19:17:24.990Z | Compiling icu_collections v2.1.1 |
| 1457 | 2026-06-22T19:17:25.029Z | Compiling icu_locale_core v2.1.1 |
| 1458 | 2026-06-22T19:17:25.067Z | Compiling spki v0.7.3 |
| 1459 | 2026-06-22T19:17:25.136Z | Compiling salsa20 v0.10.2 |
| 1460 | 2026-06-22T19:17:25.163Z | Compiling aes v0.8.4 |
| 1461 | 2026-06-22T19:17:25.176Z | Compiling cbc v0.1.2 |
| 1462 | 2026-06-22T19:17:25.190Z | Compiling tracing v0.1.44 |
| 1463 | 2026-06-22T19:17:25.204Z | Compiling thiserror v2.0.18 |
| 1464 | 2026-06-22T19:17:25.290Z | Compiling scrypt v0.11.0 |
| 1465 | 2026-06-22T19:17:25.329Z | Compiling scroll v0.13.0 |
| 1466 | 2026-06-22T19:17:25.345Z | Compiling darling_macro v0.20.11 |
| 1467 | 2026-06-22T19:17:25.456Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-06-22T19:17:25.481Z | Compiling rustls-native-certs v0.8.3 |
| 1469 | 2026-06-22T19:17:25.510Z | Compiling dtrace-parser v0.3.0 |
| 1470 | 2026-06-22T19:17:25.570Z | Compiling goblin v0.10.5 |
| 1471 | 2026-06-22T19:17:25.620Z | Compiling pkcs5 v0.7.1 |
| 1472 | 2026-06-22T19:17:25.791Z | Compiling icu_provider v2.1.1 |
| 1473 | 2026-06-22T19:17:25.856Z | Compiling darling v0.20.11 |
| 1474 | 2026-06-22T19:17:25.951Z | Compiling bytes v1.11.1 |
| 1475 | 2026-06-22T19:17:25.978Z | Compiling chrono v0.4.44 |
| 1476 | 2026-06-22T19:17:26.012Z | Compiling ipnet v2.11.0 |
| 1477 | 2026-06-22T19:17:26.030Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-06-22T19:17:26.114Z | Compiling icu_properties v2.1.2 |
| 1479 | 2026-06-22T19:17:26.117Z | Compiling icu_normalizer v2.1.1 |
| 1480 | 2026-06-22T19:17:26.140Z | Compiling derive_builder_core v0.20.2 |
| 1481 | 2026-06-22T19:17:26.229Z | Compiling signature v2.2.0 |
| 1482 | 2026-06-22T19:17:26.265Z | Compiling webpki-roots v1.0.6 |
| 1483 | 2026-06-22T19:17:26.293Z | Compiling thiserror-impl v1.0.69 |
| 1484 | 2026-06-22T19:17:26.356Z | Compiling scroll_derive v0.12.1 |
| 1485 | 2026-06-22T19:17:26.396Z | Compiling toml_datetime v0.6.11 |
| 1486 | 2026-06-22T19:17:26.431Z | Compiling tokio v1.52.1 |
| 1487 | 2026-06-22T19:17:26.541Z | Compiling http v1.4.0 |
| 1488 | 2026-06-22T19:17:26.592Z | Compiling serde_tokenstream v0.2.3 |
| 1489 | 2026-06-22T19:17:26.684Z | Compiling serde_urlencoded v0.7.1 |
| 1490 | 2026-06-22T19:17:26.698Z | Compiling serde_spanned v0.6.9 |
| 1491 | 2026-06-22T19:17:26.855Z | Compiling erased-serde v0.3.31 |
| 1492 | 2026-06-22T19:17:26.923Z | Compiling md-5 v0.10.6 |
| 1493 | 2026-06-22T19:17:26.942Z | Compiling darling_macro v0.21.3 |
| 1494 | 2026-06-22T19:17:27.039Z | Compiling idna_adapter v1.2.1 |
| 1495 | 2026-06-22T19:17:27.061Z | Compiling ppv-lite86 v0.2.21 |
| 1496 | 2026-06-22T19:17:27.108Z | Compiling scroll v0.12.0 |
| 1497 | 2026-06-22T19:17:27.166Z | Compiling idna v1.1.0 |
| 1498 | 2026-06-22T19:17:27.201Z | Compiling http-body v1.0.1 |
| 1499 | 2026-06-22T19:17:27.224Z | Compiling derive_builder_macro v0.20.2 |
| 1500 | 2026-06-22T19:17:27.254Z | Compiling bstr v1.12.1 |
| 1501 | 2026-06-22T19:17:27.356Z | Compiling rand_chacha v0.9.0 |
| 1502 | 2026-06-22T19:17:27.374Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-06-22T19:17:27.458Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2026-06-22T19:17:27.464Z | Compiling pin-project-internal v1.1.11 |
| 1505 | 2026-06-22T19:17:27.464Z | Compiling zerocopy-derive v0.7.35 |
| 1506 | 2026-06-22T19:17:27.464Z | Compiling url v2.5.8 |
| 1507 | 2026-06-22T19:17:27.483Z | Compiling async-trait v0.1.89 |
| 1508 | 2026-06-22T19:17:27.622Z | Compiling rand v0.9.2 |
| 1509 | 2026-06-22T19:17:27.636Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-06-22T19:17:27.724Z | Compiling hash32 v0.2.1 |
| 1511 | 2026-06-22T19:17:27.751Z | Compiling memoffset v0.9.1 |
| 1512 | 2026-06-22T19:17:27.842Z | Compiling encoding_rs v0.8.35 |
| 1513 | 2026-06-22T19:17:27.922Z | Compiling rustix v0.38.44 |
| 1514 | 2026-06-22T19:17:27.936Z | Compiling ref-cast v1.0.25 |
| 1515 | 2026-06-22T19:17:28.073Z | Compiling psl-types v2.0.11 |
| 1516 | 2026-06-22T19:17:28.242Z | Compiling proptest v1.10.0 |
| 1517 | 2026-06-22T19:17:28.258Z | Compiling zlib-rs v0.6.2 |
| 1518 | 2026-06-22T19:17:28.276Z | Compiling base16ct v0.2.0 |
| 1519 | 2026-06-22T19:17:28.296Z | Compiling fallible-iterator v0.2.0 |
| 1520 | 2026-06-22T19:17:28.347Z | Compiling dof v0.4.0 |
| 1521 | 2026-06-22T19:17:28.376Z | Compiling cfg_aliases v0.2.1 |
| 1522 | 2026-06-22T19:17:28.438Z | Compiling mime v0.3.17 |
| 1523 | 2026-06-22T19:17:28.461Z | Compiling smoltcp v0.9.1 |
| 1524 | 2026-06-22T19:17:28.476Z | Compiling litrs v1.0.0 |
| 1525 | 2026-06-22T19:17:28.509Z | Compiling num-bigint-dig v0.8.6 |
| 1526 | 2026-06-22T19:17:28.546Z | Compiling nix v0.31.2 |
| 1527 | 2026-06-22T19:17:28.582Z | Compiling pin-project v1.1.11 |
| 1528 | 2026-06-22T19:17:28.624Z | Compiling postgres-protocol v0.6.10 |
| 1529 | 2026-06-22T19:17:28.694Z | Compiling sec1 v0.7.3 |
| 1530 | 2026-06-22T19:17:28.709Z | Compiling ipnetwork v0.21.1 |
| 1531 | 2026-06-22T19:17:28.742Z | Compiling zerocopy v0.7.35 |
| 1532 | 2026-06-22T19:17:28.985Z | Compiling oxnet v0.1.6 |
| 1533 | 2026-06-22T19:17:28.999Z | Compiling publicsuffix v2.3.0 |
| 1534 | 2026-06-22T19:17:29.003Z | Compiling document-features v0.2.12 |
| 1535 | 2026-06-22T19:17:29.139Z | Compiling derive_builder v0.20.2 |
| 1536 | 2026-06-22T19:17:29.184Z | Compiling rand v0.8.6 |
| 1537 | 2026-06-22T19:17:29.185Z | Compiling darling v0.21.3 |
| 1538 | 2026-06-22T19:17:29.259Z | Compiling goblin v0.8.2 |
| 1539 | 2026-06-22T19:17:29.282Z | Compiling hubpack_derive v0.1.1 |
| 1540 | 2026-06-22T19:17:29.311Z | Compiling futures-executor v0.3.32 |
| 1541 | 2026-06-22T19:17:29.370Z | Compiling hex v0.4.3 |
| 1542 | 2026-06-22T19:17:29.436Z | Compiling hkdf v0.12.4 |
| 1543 | 2026-06-22T19:17:29.542Z | Compiling crypto-bigint v0.5.5 |
| 1544 | 2026-06-22T19:17:29.611Z | Compiling regex v1.12.3 |
| 1545 | 2026-06-22T19:17:29.653Z | Compiling group v0.13.0 |
| 1546 | 2026-06-22T19:17:29.671Z | Compiling daft-derive v0.1.7 |
| 1547 | 2026-06-22T19:17:29.694Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1548 | 2026-06-22T19:17:29.713Z | Compiling snafu-derive v0.8.9 |
| 1549 | 2026-06-22T19:17:29.726Z | Compiling strum_macros v0.27.2 |
| 1550 | 2026-06-22T19:17:29.837Z | Compiling ref-cast-impl v1.0.25 |
| 1551 | 2026-06-22T19:17:29.865Z | Compiling num-iter v0.1.45 |
| 1552 | 2026-06-22T19:17:30.122Z | Compiling terminal_size v0.4.3 |
| 1553 | 2026-06-22T19:17:30.245Z | Compiling tokio-util v0.7.18 |
| 1554 | 2026-06-22T19:17:30.281Z | Compiling tower v0.5.3 |
| 1555 | 2026-06-22T19:17:30.303Z | Compiling tokio-native-tls v0.3.1 |
| 1556 | 2026-06-22T19:17:30.379Z | Compiling phf_shared v0.13.1 |
| 1557 | 2026-06-22T19:17:30.397Z | Compiling lazy_static v1.5.0 |
| 1558 | 2026-06-22T19:17:30.410Z | Compiling anstyle-parse v0.2.7 |
| 1559 | 2026-06-22T19:17:30.486Z | Compiling vergen v9.1.0 |
| 1560 | 2026-06-22T19:17:30.502Z | Compiling cargo-platform v0.3.2 |
| 1561 | 2026-06-22T19:17:30.514Z | Compiling fs-err v3.3.0 |
| 1562 | 2026-06-22T19:17:30.535Z | Compiling ahash v0.8.12 |
| 1563 | 2026-06-22T19:17:30.609Z | Compiling newtype-uuid v1.3.2 |
| 1564 | 2026-06-22T19:17:30.635Z | Compiling managed v0.8.0 |
| 1565 | 2026-06-22T19:17:30.689Z | Compiling tower-http v0.6.8 |
| 1566 | 2026-06-22T19:17:30.718Z | Compiling libbz2-rs-sys v0.2.2 |
| 1567 | 2026-06-22T19:17:30.753Z | Compiling winnow v0.5.40 |
| 1568 | 2026-06-22T19:17:30.779Z | Compiling object v0.37.3 |
| 1569 | 2026-06-22T19:17:30.792Z | Compiling foldhash v0.2.0 |
| 1570 | 2026-06-22T19:17:30.867Z | Compiling bumpalo v3.20.2 |
| 1571 | 2026-06-22T19:17:30.964Z | Compiling h2 v0.4.13 |
| 1572 | 2026-06-22T19:17:31.030Z | Compiling same-file v1.0.6 |
| 1573 | 2026-06-22T19:17:31.071Z | Compiling bitflags v1.3.2 |
| 1574 | 2026-06-22T19:17:31.123Z | Compiling flate2 v1.1.9 |
| 1575 | 2026-06-22T19:17:31.141Z | Compiling foldhash v0.1.5 |
| 1576 | 2026-06-22T19:17:31.157Z | Compiling walkdir v2.5.0 |
| 1577 | 2026-06-22T19:17:31.214Z | Compiling clap_builder v4.6.0 |
| 1578 | 2026-06-22T19:17:31.294Z | Compiling hashbrown v0.15.5 |
| 1579 | 2026-06-22T19:17:31.423Z | Compiling bzip2 v0.6.1 |
| 1580 | 2026-06-22T19:17:31.502Z | Compiling zopfli v0.8.3 |
| 1581 | 2026-06-22T19:17:31.542Z | Compiling dof v0.3.0 |
| 1582 | 2026-06-22T19:17:31.558Z | Compiling hashbrown v0.16.1 |
| 1583 | 2026-06-22T19:17:31.651Z | Compiling daft v0.1.7 |
| 1584 | 2026-06-22T19:17:31.687Z | Compiling snafu v0.8.9 |
| 1585 | 2026-06-22T19:17:31.813Z | Compiling strum v0.27.2 |
| 1586 | 2026-06-22T19:17:31.899Z | Compiling cargo_metadata v0.23.1 |
| 1587 | 2026-06-22T19:17:31.939Z | Compiling phf v0.13.1 |
| 1588 | 2026-06-22T19:17:31.953Z | Compiling anstream v0.6.21 |
| 1589 | 2026-06-22T19:17:31.966Z | Compiling elliptic-curve v0.13.8 |
| 1590 | 2026-06-22T19:17:32.058Z | Compiling toml_edit v0.19.15 |
| 1591 | 2026-06-22T19:17:32.202Z | Compiling signal-hook-mio v0.2.5 |
| 1592 | 2026-06-22T19:17:32.242Z | Compiling cookie_store v0.22.1 |
| 1593 | 2026-06-22T19:17:32.263Z | Compiling usdt-macro v0.6.0 |
| 1594 | 2026-06-22T19:17:32.277Z | Compiling usdt-attr-macro v0.6.0 |
| 1595 | 2026-06-22T19:17:32.278Z | Compiling hubpack v0.1.2 |
| 1596 | 2026-06-22T19:17:32.330Z | Compiling bzip2 v0.4.4 |
| 1597 | 2026-06-22T19:17:32.391Z | Compiling futures v0.3.32 |
| 1598 | 2026-06-22T19:17:32.482Z | Compiling serde_with_macros v3.17.0 |
| 1599 | 2026-06-22T19:17:32.605Z | Compiling zstd v0.13.3 |
| 1600 | 2026-06-22T19:17:32.619Z | Compiling postgres-types v0.2.12 |
| 1601 | 2026-06-22T19:17:32.859Z | Compiling dtrace-parser v0.2.0 |
| 1602 | 2026-06-22T19:17:32.887Z | Compiling globset v0.4.18 |
| 1603 | 2026-06-22T19:17:32.914Z | Compiling ed25519 v2.2.3 |
| 1604 | 2026-06-22T19:17:33.040Z | Compiling pkcs1 v0.7.5 |
| 1605 | 2026-06-22T19:17:33.106Z | Compiling serde-big-array v0.5.1 |
| 1606 | 2026-06-22T19:17:33.189Z | Compiling serde_plain v1.0.2 |
| 1607 | 2026-06-22T19:17:33.265Z | Compiling olpc-cjson v0.1.4 |
| 1608 | 2026-06-22T19:17:33.277Z | Compiling rfc6979 v0.4.0 |
| 1609 | 2026-06-22T19:17:33.402Z | Compiling clap_derive v4.6.1 |
| 1610 | 2026-06-22T19:17:33.415Z | Compiling enum-as-inner v0.6.1 |
| 1611 | 2026-06-22T19:17:33.437Z | Compiling async-recursion v1.1.1 |
| 1612 | 2026-06-22T19:17:33.452Z | Compiling strum_macros v0.26.4 |
| 1613 | 2026-06-22T19:17:33.572Z | Compiling serde_repr v0.1.20 |
| 1614 | 2026-06-22T19:17:33.622Z | Compiling phf_shared v0.11.3 |
| 1615 | 2026-06-22T19:17:33.635Z | Compiling float-cmp v0.10.0 |
| 1616 | 2026-06-22T19:17:33.681Z | Compiling pem v3.0.6 |
| 1617 | 2026-06-22T19:17:33.796Z | Compiling memmap2 v0.9.10 |
| 1618 | 2026-06-22T19:17:33.821Z | Compiling thread-id v4.2.2 |
| 1619 | 2026-06-22T19:17:33.835Z | Compiling env_filter v1.0.0 |
| 1620 | 2026-06-22T19:17:33.953Z | Compiling hyper v1.8.1 |
| 1621 | 2026-06-22T19:17:33.956Z | Compiling keccak v0.1.6 |
| 1622 | 2026-06-22T19:17:34.029Z | Compiling precomputed-hash v0.1.1 |
| 1623 | 2026-06-22T19:17:34.029Z | Compiling jiff v0.2.21 |
| 1624 | 2026-06-22T19:17:34.123Z | Compiling predicates-core v1.0.10 |
| 1625 | 2026-06-22T19:17:34.136Z | Compiling data-encoding v2.10.0 |
| 1626 | 2026-06-22T19:17:34.151Z | Compiling new_debug_unreachable v1.0.6 |
| 1627 | 2026-06-22T19:17:34.167Z | Compiling difflib v0.4.0 |
| 1628 | 2026-06-22T19:17:34.206Z | Compiling static_assertions v1.1.0 |
| 1629 | 2026-06-22T19:17:34.239Z | Compiling fixedbitset v0.4.2 |
| 1630 | 2026-06-22T19:17:34.289Z | Compiling whoami v2.1.0 |
| 1631 | 2026-06-22T19:17:34.317Z | Compiling fixedbitset v0.5.7 |
| 1632 | 2026-06-22T19:17:34.467Z | Compiling typed-path v0.9.3 |
| 1633 | 2026-06-22T19:17:34.662Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2026-06-22T19:17:34.704Z | Compiling either v1.15.0 |
| 1635 | 2026-06-22T19:17:34.719Z | Compiling petgraph v0.8.3 |
| 1636 | 2026-06-22T19:17:34.820Z | Compiling predicates v3.1.4 |
| 1637 | 2026-06-22T19:17:34.834Z | Compiling tokio-postgres v0.7.16 |
| 1638 | 2026-06-22T19:17:34.837Z | Compiling hickory-proto v0.25.2 |
| 1639 | 2026-06-22T19:17:34.922Z | Compiling petgraph v0.6.5 |
| 1640 | 2026-06-22T19:17:34.971Z | Compiling itertools v0.13.0 |
| 1641 | 2026-06-22T19:17:34.985Z | Compiling toml_edit v0.22.27 |
| 1642 | 2026-06-22T19:17:35.218Z | Compiling hyper-util v0.1.20 |
| 1643 | 2026-06-22T19:17:35.300Z | Compiling clap v4.6.1 |
| 1644 | 2026-06-22T19:17:35.322Z | Compiling strum v0.26.3 |
| 1645 | 2026-06-22T19:17:35.398Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1646 | 2026-06-22T19:17:35.466Z | Compiling string_cache v0.8.9 |
| 1647 | 2026-06-22T19:17:35.511Z | Compiling sha3 v0.10.8 |
| 1648 | 2026-06-22T19:17:35.599Z | Compiling env_logger v0.11.9 |
| 1649 | 2026-06-22T19:17:35.717Z | Compiling usdt v0.6.0 |
| 1650 | 2026-06-22T19:17:35.751Z | Compiling usdt-impl v0.5.0 |
| 1651 | 2026-06-22T19:17:35.978Z | Compiling serde_with v3.17.0 |
| 1652 | 2026-06-22T19:17:35.992Z | Compiling crossterm v0.28.1 |
| 1653 | 2026-06-22T19:17:35.994Z | Compiling toml v0.7.8 |
| 1654 | 2026-06-22T19:17:36.248Z | Compiling ecdsa v0.16.9 |
| 1655 | 2026-06-22T19:17:36.356Z | Compiling rsa v0.9.10 |
| 1656 | 2026-06-22T19:17:36.443Z | Compiling ed25519-dalek v2.2.0 |
| 1657 | 2026-06-22T19:17:36.631Z | Compiling hyper-tls v0.6.0 |
| 1658 | 2026-06-22T19:17:36.754Z | Compiling zip v4.6.1 |
| 1659 | 2026-06-22T19:17:36.990Z | Compiling zip v0.6.6 |
| 1660 | 2026-06-22T19:17:37.095Z | Compiling iddqd v0.4.2 |
| 1661 | 2026-06-22T19:17:37.535Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1662 | 2026-06-22T19:17:37.562Z | Compiling tokio-stream v0.1.18 |
| 1663 | 2026-06-22T19:17:37.589Z | Compiling buf-list v1.1.2 |
| 1664 | 2026-06-22T19:17:37.707Z | Compiling similar v2.7.0 |
| 1665 | 2026-06-22T19:17:37.743Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1666 | 2026-06-22T19:17:37.757Z | Compiling openapiv3 v2.2.0 |
| 1667 | 2026-06-22T19:17:37.772Z | Compiling x509-cert v0.2.5 |
| 1668 | 2026-06-22T19:17:37.881Z | Compiling sha1 v0.10.6 |
| 1669 | 2026-06-22T19:17:38.044Z | Compiling crossbeam-epoch v0.9.18 |
| 1670 | 2026-06-22T19:17:38.061Z | Compiling lalrpop-util v0.19.12 |
| 1671 | 2026-06-22T19:17:38.123Z | Compiling peg-runtime v0.8.5 |
| 1672 | 2026-06-22T19:17:38.179Z | Compiling thread_local v1.1.9 |
| 1673 | 2026-06-22T19:17:38.200Z | Compiling slog-async v2.8.0 |
| 1674 | 2026-06-22T19:17:38.284Z | Compiling crossbeam-channel v0.5.15 |
| 1675 | 2026-06-22T19:17:38.290Z | Compiling is-terminal v0.4.17 |
| 1676 | 2026-06-22T19:17:38.350Z | Compiling filetime v0.2.27 |
| 1677 | 2026-06-22T19:17:38.382Z | Compiling take_mut v0.2.2 |
| 1678 | 2026-06-22T19:17:38.396Z | Compiling term v1.2.1 |
| 1679 | 2026-06-22T19:17:38.411Z | Compiling xattr v1.6.1 |
| 1680 | 2026-06-22T19:17:38.537Z | Compiling tar v0.4.45 |
| 1681 | 2026-06-22T19:17:38.718Z | Compiling slog-term v2.9.2 |
| 1682 | 2026-06-22T19:17:56.320Z | Compiling rustls-webpki v0.103.9 |
| 1683 | 2026-06-22T19:17:59.069Z | Compiling tokio-rustls v0.26.4 |
| 1684 | 2026-06-22T19:17:59.069Z | Compiling rustls-platform-verifier v0.6.2 |
| 1685 | 2026-06-22T19:17:59.258Z | Compiling hyper-rustls v0.27.7 |
| 1686 | 2026-06-22T19:17:59.447Z | Compiling reqwest v0.12.28 |
| 1687 | 2026-06-22T19:17:59.450Z | Compiling reqwest v0.13.2 |
| 1688 | 2026-06-22T19:18:00.651Z | Compiling tough v0.22.0 |
| 1689 | 2026-06-22T19:18:03.118Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1690 | 2026-06-22T19:18:03.351Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1691 | 2026-06-22T19:18:06.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.99s |
| 1692 | 2026-06-22T19:18:06.368Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1693 | 2026-06-22T19:18:06.419Z | Jun 22 19:18:06.358 INFO Starting download, target: Cockroach |
| 1694 | 2026-06-22T19:18:06.419Z | Jun 22 19:18:06.359 INFO Starting download, target: Console |
| 1695 | 2026-06-22T19:18:06.419Z | Jun 22 19:18:06.359 INFO Starting download, target: Clickhouse |
| 1696 | 2026-06-22T19:18:06.419Z | Jun 22 19:18:06.359 INFO Starting download, target: DendriteStub |
| 1697 | 2026-06-22T19:18:06.419Z | Jun 22 19:18:06.359 INFO Starting download, target: MaghemiteMgd |
| 1698 | 2026-06-22T19:18:06.419Z | Jun 22 19:18:06.359 INFO Starting download, target: MaghemiteDdmd |
| 1699 | 2026-06-22T19:18:06.422Z | Jun 22 19:18:06.359 INFO Starting download, target: TransceiverControl |
| 1700 | 2026-06-22T19:18:06.423Z | Jun 22 19:18:06.359 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1701 | 2026-06-22T19:18:06.423Z | Jun 22 19:18:06.360 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1702 | 2026-06-22T19:18:06.423Z | Jun 22 19:18:06.360 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1703 | 2026-06-22T19:18:06.423Z | Jun 22 19:18:06.360 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1704 | 2026-06-22T19:18:06.423Z | Jun 22 19:18:06.360 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1705 | 2026-06-22T19:18:06.423Z | Jun 22 19:18:06.360 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1706 | 2026-06-22T19:18:06.423Z | Jun 22 19:18:06.360 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1707 | 2026-06-22T19:18:06.969Z | Jun 22 19:18:06.884 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1708 | 2026-06-22T19:18:07.159Z | Jun 22 19:18:07.094 INFO Download complete, target: TransceiverControl |
| 1709 | 2026-06-22T19:18:07.429Z | Jun 22 19:18:07.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1710 | 2026-06-22T19:18:07.676Z | Jun 22 19:18:07.611 INFO Download complete, target: Console |
| 1711 | 2026-06-22T19:18:08.180Z | Jun 22 19:18:08.115 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1712 | 2026-06-22T19:18:08.336Z | Jun 22 19:18:08.262 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1713 | 2026-06-22T19:18:08.527Z | Jun 22 19:18:08.430 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1714 | 2026-06-22T19:18:08.842Z | Jun 22 19:18:08.782 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1715 | 2026-06-22T19:18:08.842Z | Jun 22 19:18:08.782 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1716 | 2026-06-22T19:18:09.522Z | Jun 22 19:18:09.462 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1717 | 2026-06-22T19:18:10.598Z | Jun 22 19:18:10.539 INFO Download complete, target: MaghemiteDdmd |
| 1718 | 2026-06-22T19:18:11.009Z | Jun 22 19:18:10.932 INFO Download complete, target: DendriteStub |
| 1719 | 2026-06-22T19:18:11.095Z | Jun 22 19:18:11.032 INFO Download complete, target: MaghemiteMgd |
| 1720 | 2026-06-22T19:18:13.593Z | Jun 22 19:18:13.533 INFO Checking that binary works, target: Cockroach |
| 1721 | 2026-06-22T19:18:13.708Z | Jun 22 19:18:13.648 INFO Download complete, target: Cockroach |
| 1722 | 2026-06-22T19:18:16.242Z | Jun 22 19:18:16.173 INFO Checking that binary works, target: Clickhouse |
| 1723 | 2026-06-22T19:18:16.378Z | Jun 22 19:18:16.266 INFO Download complete, target: Clickhouse |
| 1724 | 2026-06-22T19:18:16.438Z | All prerequisites installed successfully |
| 1725 | 2026-06-22T19:18:16.438Z | |
| 1726 | 2026-06-22T19:18:16.438Z | real 1:53.949538755 |
| 1727 | 2026-06-22T19:18:16.438Z | user 6:50.396737778 |
| 1728 | 2026-06-22T19:18:16.438Z | sys 1:39.799641990 |
| 1729 | 2026-06-22T19:18:16.439Z | trap 0.268417917 |
| 1730 | 2026-06-22T19:18:16.439Z | tflt 1.155087686 |
| 1731 | 2026-06-22T19:18:16.439Z | dflt 1.677466421 |
| 1732 | 2026-06-22T19:18:16.439Z | kflt 0.022123514 |
| 1733 | 2026-06-22T19:18:16.439Z | lock 23:12.745114576 |
| 1734 | 2026-06-22T19:18:16.439Z | slp 18:51.267824005 |
| 1735 | 2026-06-22T19:18:16.439Z | lat 23.880875023 |
| 1736 | 2026-06-22T19:18:16.439Z | stop 2:34.859158083 |
| 1737 | 2026-06-22T19:18:16.439Z | + ptime -m cargo xtask download softnpu |
| 1738 | 2026-06-22T19:18:16.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1739 | 2026-06-22T19:18:16.831Z | Running `target/debug/xtask download softnpu` |
| 1740 | 2026-06-22T19:18:17.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1741 | 2026-06-22T19:18:17.558Z | Running `target/debug/xtask-downloader softnpu` |
| 1742 | 2026-06-22T19:18:17.593Z | Jun 22 19:18:17.530 INFO Starting download, target: Softnpu |
| 1743 | 2026-06-22T19:18:17.604Z | Jun 22 19:18:17.530 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1744 | 2026-06-22T19:18:18.102Z | Jun 22 19:18:18.042 INFO Download complete, target: Softnpu |
| 1745 | 2026-06-22T19:18:18.106Z | |
| 1746 | 2026-06-22T19:18:18.109Z | real 1.766340599 |
| 1747 | 2026-06-22T19:18:18.109Z | user 1.237890208 |
| 1748 | 2026-06-22T19:18:18.109Z | sys 0.582238252 |
| 1749 | 2026-06-22T19:18:18.109Z | trap 0.000466090 |
| 1750 | 2026-06-22T19:18:18.109Z | tflt 0.000213000 |
| 1751 | 2026-06-22T19:18:18.109Z | dflt 0.000171520 |
| 1752 | 2026-06-22T19:18:18.109Z | kflt 0.000000000 |
| 1753 | 2026-06-22T19:18:18.109Z | lock 9.330094875 |
| 1754 | 2026-06-22T19:18:18.109Z | slp 0.392525670 |
| 1755 | 2026-06-22T19:18:18.109Z | lat 0.086695071 |
| 1756 | 2026-06-22T19:18:18.109Z | stop 0.000194300 |
| 1757 | 2026-06-22T19:18:18.109Z | + export CARGO_INCREMENTAL=0 |
| 1758 | 2026-06-22T19:18:18.109Z | + CARGO_INCREMENTAL=0 |
| 1759 | 2026-06-22T19:18:18.109Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1760 | 2026-06-22T19:18:18.949Z | Compiling proc-macro2 v1.0.106 |
| 1761 | 2026-06-22T19:18:18.949Z | Compiling quote v1.0.45 |
| 1762 | 2026-06-22T19:18:18.949Z | Compiling unicode-ident v1.0.24 |
| 1763 | 2026-06-22T19:18:18.949Z | Compiling libc v0.2.185 |
| 1764 | 2026-06-22T19:18:18.955Z | Compiling serde_core v1.0.228 |
| 1765 | 2026-06-22T19:18:18.955Z | Compiling serde v1.0.228 |
| 1766 | 2026-06-22T19:18:18.955Z | Compiling cfg-if v1.0.4 |
| 1767 | 2026-06-22T19:18:18.955Z | Compiling version_check v0.9.5 |
| 1768 | 2026-06-22T19:18:18.955Z | Compiling shlex v1.3.0 |
| 1769 | 2026-06-22T19:18:18.955Z | Compiling find-msvc-tools v0.1.9 |
| 1770 | 2026-06-22T19:18:18.955Z | Compiling typenum v1.19.0 |
| 1771 | 2026-06-22T19:18:18.955Z | Compiling autocfg v1.5.0 |
| 1772 | 2026-06-22T19:18:18.955Z | Compiling zmij v1.0.21 |
| 1773 | 2026-06-22T19:18:18.955Z | Compiling memchr v2.8.0 |
| 1774 | 2026-06-22T19:18:19.115Z | Compiling serde_json v1.0.149 |
| 1775 | 2026-06-22T19:18:19.261Z | Compiling portable-atomic v1.13.1 |
| 1776 | 2026-06-22T19:18:19.305Z | Compiling libm v0.2.16 |
| 1777 | 2026-06-22T19:18:19.321Z | Compiling zerocopy v0.8.40 |
| 1778 | 2026-06-22T19:18:19.364Z | Compiling smallvec v1.15.1 |
| 1779 | 2026-06-22T19:18:19.455Z | Compiling parking_lot_core v0.9.12 |
| 1780 | 2026-06-22T19:18:19.572Z | Compiling generic-array v0.14.7 |
| 1781 | 2026-06-22T19:18:19.588Z | Compiling num-traits v0.2.19 |
| 1782 | 2026-06-22T19:18:19.616Z | Compiling icu_normalizer_data v2.1.1 |
| 1783 | 2026-06-22T19:18:19.619Z | Compiling icu_properties_data v2.1.2 |
| 1784 | 2026-06-22T19:18:19.619Z | Compiling itoa v1.0.17 |
| 1785 | 2026-06-22T19:18:19.661Z | Compiling getrandom v0.4.1 |
| 1786 | 2026-06-22T19:18:19.703Z | Compiling log v0.4.29 |
| 1787 | 2026-06-22T19:18:19.719Z | Compiling stable_deref_trait v1.2.1 |
| 1788 | 2026-06-22T19:18:19.784Z | Compiling pkg-config v0.3.32 |
| 1789 | 2026-06-22T19:18:19.823Z | Compiling subtle v2.6.1 |
| 1790 | 2026-06-22T19:18:19.950Z | Compiling jobserver v0.1.34 |
| 1791 | 2026-06-22T19:18:19.953Z | Compiling getrandom v0.2.17 |
| 1792 | 2026-06-22T19:18:20.010Z | Compiling errno v0.3.14 |
| 1793 | 2026-06-22T19:18:20.013Z | Compiling scopeguard v1.2.0 |
| 1794 | 2026-06-22T19:18:20.118Z | Compiling rand_core v0.6.4 |
| 1795 | 2026-06-22T19:18:20.157Z | Compiling lock_api v0.4.14 |
| 1796 | 2026-06-22T19:18:20.174Z | Compiling cc v1.2.56 |
| 1797 | 2026-06-22T19:18:20.261Z | Compiling writeable v0.6.2 |
| 1798 | 2026-06-22T19:18:20.261Z | Compiling fnv v1.0.7 |
| 1799 | 2026-06-22T19:18:20.300Z | Compiling litemap v0.8.1 |
| 1800 | 2026-06-22T19:18:20.393Z | Compiling percent-encoding v2.3.2 |
| 1801 | 2026-06-22T19:18:20.456Z | Compiling pin-project-lite v0.2.17 |
| 1802 | 2026-06-22T19:18:20.470Z | Compiling thiserror v2.0.18 |
| 1803 | 2026-06-22T19:18:20.548Z | Compiling getrandom v0.3.4 |
| 1804 | 2026-06-22T19:18:20.579Z | Compiling equivalent v1.0.2 |
| 1805 | 2026-06-22T19:18:20.582Z | Compiling rand_core v0.10.0 |
| 1806 | 2026-06-22T19:18:20.637Z | Compiling syn v2.0.117 |
| 1807 | 2026-06-22T19:18:20.682Z | Compiling schemars v0.8.22 |
| 1808 | 2026-06-22T19:18:20.685Z | Compiling rustversion v1.0.22 |
| 1809 | 2026-06-22T19:18:20.697Z | Compiling fs_extra v1.3.0 |
| 1810 | 2026-06-22T19:18:20.725Z | Compiling dunce v1.0.5 |
| 1811 | 2026-06-22T19:18:20.794Z | Compiling utf8_iter v1.0.4 |
| 1812 | 2026-06-22T19:18:20.797Z | Compiling rustix v1.1.3 |
| 1813 | 2026-06-22T19:18:20.869Z | Compiling critical-section v1.2.0 |
| 1814 | 2026-06-22T19:18:20.873Z | Compiling form_urlencoded v1.2.2 |
| 1815 | 2026-06-22T19:18:20.985Z | Compiling cmake v0.1.57 |
| 1816 | 2026-06-22T19:18:21.033Z | Compiling hashbrown v0.17.0 |
| 1817 | 2026-06-22T19:18:21.036Z | Compiling signal-hook-registry v1.4.8 |
| 1818 | 2026-06-22T19:18:21.123Z | Compiling const-oid v0.9.6 |
| 1819 | 2026-06-22T19:18:21.355Z | Compiling bitflags v2.11.0 |
| 1820 | 2026-06-22T19:18:21.473Z | Compiling semver v1.0.28 |
| 1821 | 2026-06-22T19:18:21.535Z | Compiling once_cell v1.21.3 |
| 1822 | 2026-06-22T19:18:21.551Z | Compiling indexmap v2.14.0 |
| 1823 | 2026-06-22T19:18:21.567Z | Compiling ring v0.17.14 |
| 1824 | 2026-06-22T19:18:21.591Z | Compiling aws-lc-sys v0.40.0 |
| 1825 | 2026-06-22T19:18:21.648Z | Compiling parking_lot v0.12.5 |
| 1826 | 2026-06-22T19:18:21.669Z | Compiling socket2 v0.6.3 |
| 1827 | 2026-06-22T19:18:21.719Z | Compiling mio v1.2.0 |
| 1828 | 2026-06-22T19:18:21.784Z | Compiling aws-lc-rs v1.16.3 |
| 1829 | 2026-06-22T19:18:21.814Z | Compiling futures-core v0.3.32 |
| 1830 | 2026-06-22T19:18:21.866Z | Compiling thiserror v1.0.69 |
| 1831 | 2026-06-22T19:18:21.869Z | Compiling strsim v0.11.1 |
| 1832 | 2026-06-22T19:18:21.897Z | Compiling httparse v1.10.1 |
| 1833 | 2026-06-22T19:18:22.074Z | Compiling ucd-trie v0.1.7 |
| 1834 | 2026-06-22T19:18:22.170Z | Compiling byteorder v1.5.0 |
| 1835 | 2026-06-22T19:18:22.201Z | Compiling iana-time-zone v0.1.65 |
| 1836 | 2026-06-22T19:18:22.247Z | Compiling vcpkg v0.2.15 |
| 1837 | 2026-06-22T19:18:22.262Z | Compiling pest v2.8.6 |
| 1838 | 2026-06-22T19:18:22.331Z | Compiling ident_case v1.0.1 |
| 1839 | 2026-06-22T19:18:22.346Z | Compiling syn v1.0.109 |
| 1840 | 2026-06-22T19:18:22.360Z | Compiling heck v0.5.0 |
| 1841 | 2026-06-22T19:18:22.428Z | Compiling regex-syntax v0.8.10 |
| 1842 | 2026-06-22T19:18:22.447Z | Compiling uuid v1.23.0 |
| 1843 | 2026-06-22T19:18:22.507Z | Compiling cpufeatures v0.2.17 |
| 1844 | 2026-06-22T19:18:22.686Z | Compiling rustls v0.23.37 |
| 1845 | 2026-06-22T19:18:22.702Z | Compiling rustc_version v0.4.1 |
| 1846 | 2026-06-22T19:18:22.783Z | Compiling futures-sink v0.3.32 |
| 1847 | 2026-06-22T19:18:22.830Z | Compiling openssl-sys v0.9.115 |
| 1848 | 2026-06-22T19:18:22.886Z | Compiling futures-channel v0.3.32 |
| 1849 | 2026-06-22T19:18:22.968Z | Compiling aho-corasick v1.1.4 |
| 1850 | 2026-06-22T19:18:23.002Z | Compiling dyn-clone v1.0.20 |
| 1851 | 2026-06-22T19:18:23.016Z | Compiling futures-task v0.3.32 |
| 1852 | 2026-06-22T19:18:23.077Z | Compiling slab v0.4.12 |
| 1853 | 2026-06-22T19:18:23.091Z | Compiling futures-io v0.3.32 |
| 1854 | 2026-06-22T19:18:23.340Z | Compiling pest_meta v2.8.6 |
| 1855 | 2026-06-22T19:18:23.357Z | Compiling plain v0.2.3 |
| 1856 | 2026-06-22T19:18:23.360Z | Compiling crc32fast v1.5.0 |
| 1857 | 2026-06-22T19:18:23.384Z | Compiling time-core v0.1.8 |
| 1858 | 2026-06-22T19:18:23.480Z | Compiling synstructure v0.13.2 |
| 1859 | 2026-06-22T19:18:23.496Z | Compiling serde_derive_internals v0.29.1 |
| 1860 | 2026-06-22T19:18:23.528Z | Compiling base64 v0.22.1 |
| 1861 | 2026-06-22T19:18:23.547Z | Compiling crossbeam-utils v0.8.21 |
| 1862 | 2026-06-22T19:18:23.547Z | Compiling openssl v0.10.79 |
| 1863 | 2026-06-22T19:18:23.550Z | Compiling num-conv v0.2.0 |
| 1864 | 2026-06-22T19:18:23.724Z | Compiling time-macros v0.2.27 |
| 1865 | 2026-06-22T19:18:23.834Z | Compiling pretty-hex v0.4.1 |
| 1866 | 2026-06-22T19:18:23.936Z | Compiling pest_generator v2.8.6 |
| 1867 | 2026-06-22T19:18:23.965Z | Compiling regex-automata v0.4.14 |
| 1868 | 2026-06-22T19:18:23.987Z | Compiling anyhow v1.0.102 |
| 1869 | 2026-06-22T19:18:24.002Z | Compiling base64ct v1.8.3 |
| 1870 | 2026-06-22T19:18:24.047Z | Compiling native-tls v0.2.18 |
| 1871 | 2026-06-22T19:18:24.060Z | Compiling darling_core v0.21.3 |
| 1872 | 2026-06-22T19:18:24.251Z | Compiling pem-rfc7468 v0.7.0 |
| 1873 | 2026-06-22T19:18:24.271Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1874 | 2026-06-22T19:18:24.301Z | Compiling flagset v0.4.7 |
| 1875 | 2026-06-22T19:18:24.317Z | Compiling rand_core v0.9.5 |
| 1876 | 2026-06-22T19:18:24.476Z | Compiling tracing-core v0.1.36 |
| 1877 | 2026-06-22T19:18:24.513Z | Compiling slog v2.8.2 |
| 1878 | 2026-06-22T19:18:24.597Z | Compiling untrusted v0.9.0 |
| 1879 | 2026-06-22T19:18:24.709Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-06-22T19:18:24.727Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-06-22T19:18:24.741Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-06-22T19:18:24.763Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-06-22T19:18:24.784Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-06-22T19:18:24.798Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-06-22T19:18:24.812Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-06-22T19:18:24.875Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-06-22T19:18:24.933Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-06-22T19:18:25.325Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-06-22T19:18:25.547Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-06-22T19:18:25.580Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-06-22T19:18:25.700Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-06-22T19:18:25.703Z | Compiling der_derive v0.7.3 |
| 1893 | 2026-06-22T19:18:25.790Z | Compiling thiserror-impl v1.0.69 |
| 1894 | 2026-06-22T19:18:25.870Z | Compiling zerofrom v0.1.6 |
| 1895 | 2026-06-22T19:18:26.013Z | Compiling yoke v0.8.1 |
| 1896 | 2026-06-22T19:18:26.067Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-06-22T19:18:26.189Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-06-22T19:18:26.220Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-06-22T19:18:26.318Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-06-22T19:18:26.480Z | Compiling digest v0.10.7 |
| 1901 | 2026-06-22T19:18:26.716Z | Compiling tinystr v0.8.2 |
| 1902 | 2026-06-22T19:18:26.731Z | Compiling potential_utf v0.1.4 |
| 1903 | 2026-06-22T19:18:26.734Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-06-22T19:18:26.766Z | Compiling hmac v0.12.1 |
| 1905 | 2026-06-22T19:18:26.839Z | Compiling futures-util v0.3.32 |
| 1906 | 2026-06-22T19:18:26.884Z | Compiling icu_collections v2.1.1 |
| 1907 | 2026-06-22T19:18:26.918Z | Compiling icu_locale_core v2.1.1 |
| 1908 | 2026-06-22T19:18:26.949Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-06-22T19:18:26.969Z | Compiling sha2 v0.10.9 |
| 1910 | 2026-06-22T19:18:27.153Z | Compiling inout v0.1.4 |
| 1911 | 2026-06-22T19:18:27.327Z | Compiling cipher v0.4.4 |
| 1912 | 2026-06-22T19:18:27.406Z | Compiling rustls-pki-types v1.14.0 |
| 1913 | 2026-06-22T19:18:27.548Z | Compiling scroll_derive v0.12.1 |
| 1914 | 2026-06-22T19:18:27.572Z | Compiling scroll_derive v0.13.1 |
| 1915 | 2026-06-22T19:18:27.653Z | Compiling openssl-macros v0.1.1 |
| 1916 | 2026-06-22T19:18:27.724Z | Compiling icu_provider v2.1.1 |
| 1917 | 2026-06-22T19:18:27.815Z | Compiling bytes v1.11.1 |
| 1918 | 2026-06-22T19:18:28.058Z | Compiling icu_properties v2.1.2 |
| 1919 | 2026-06-22T19:18:28.058Z | Compiling icu_normalizer v2.1.1 |
| 1920 | 2026-06-22T19:18:28.153Z | Compiling chrono v0.4.44 |
| 1921 | 2026-06-22T19:18:28.248Z | Compiling serde_tokenstream v0.2.3 |
| 1922 | 2026-06-22T19:18:28.480Z | Compiling tokio v1.52.1 |
| 1923 | 2026-06-22T19:18:28.996Z | Compiling idna_adapter v1.2.1 |
| 1924 | 2026-06-22T19:18:29.130Z | Compiling idna v1.1.0 |
| 1925 | 2026-06-22T19:18:29.152Z | Compiling ppv-lite86 v0.2.21 |
| 1926 | 2026-06-22T19:18:29.258Z | Compiling http v1.4.0 |
| 1927 | 2026-06-22T19:18:29.466Z | Compiling url v2.5.8 |
| 1928 | 2026-06-22T19:18:29.488Z | Compiling der v0.7.10 |
| 1929 | 2026-06-22T19:18:29.503Z | Compiling darling_macro v0.21.3 |
| 1930 | 2026-06-22T19:18:29.523Z | Compiling regex v1.12.3 |
| 1931 | 2026-06-22T19:18:29.591Z | Compiling zerocopy-derive v0.7.35 |
| 1932 | 2026-06-22T19:18:29.972Z | Compiling darling v0.21.3 |
| 1933 | 2026-06-22T19:18:30.094Z | Compiling salsa20 v0.10.2 |
| 1934 | 2026-06-22T19:18:30.094Z | Compiling pbkdf2 v0.12.2 |
| 1935 | 2026-06-22T19:18:30.236Z | Compiling tracing v0.1.44 |
| 1936 | 2026-06-22T19:18:30.360Z | Compiling spki v0.7.3 |
| 1937 | 2026-06-22T19:18:31.059Z | Compiling cookie v0.18.1 |
| 1938 | 2026-06-22T19:18:31.182Z | Compiling camino v1.2.2 |
| 1939 | 2026-06-22T19:18:31.396Z | Compiling scrypt v0.11.0 |
| 1940 | 2026-06-22T19:18:31.493Z | Compiling http-body v1.0.1 |
| 1941 | 2026-06-22T19:18:31.499Z | Compiling rand_chacha v0.9.0 |
| 1942 | 2026-06-22T19:18:31.528Z | Compiling aes v0.8.4 |
| 1943 | 2026-06-22T19:18:31.580Z | Compiling cbc v0.1.2 |
| 1944 | 2026-06-22T19:18:31.666Z | Compiling usdt-impl v0.5.0 |
| 1945 | 2026-06-22T19:18:31.726Z | Compiling either v1.15.0 |
| 1946 | 2026-06-22T19:18:31.739Z | Compiling winnow v0.7.14 |
| 1947 | 2026-06-22T19:18:31.848Z | Compiling openssl-probe v0.2.1 |
| 1948 | 2026-06-22T19:18:31.865Z | Compiling tinyvec_macros v0.1.1 |
| 1949 | 2026-06-22T19:18:31.940Z | Compiling paste v1.0.15 |
| 1950 | 2026-06-22T19:18:31.956Z | Compiling fastrand v2.3.0 |
| 1951 | 2026-06-22T19:18:31.959Z | Compiling usdt-impl v0.6.0 |
| 1952 | 2026-06-22T19:18:32.008Z | Compiling ref-cast v1.0.25 |
| 1953 | 2026-06-22T19:18:32.025Z | Compiling unicode-segmentation v1.12.0 |
| 1954 | 2026-06-22T19:18:32.061Z | Compiling untrusted v0.7.1 |
| 1955 | 2026-06-22T19:18:32.213Z | Compiling tokio-util v0.7.18 |
| 1956 | 2026-06-22T19:18:32.217Z | Compiling tinyvec v1.10.0 |
| 1957 | 2026-06-22T19:18:32.303Z | Compiling pkcs5 v0.7.1 |
| 1958 | 2026-06-22T19:18:32.359Z | Compiling rand v0.9.2 |
| 1959 | 2026-06-22T19:18:32.465Z | Compiling scroll v0.13.0 |
| 1960 | 2026-06-22T19:18:32.474Z | Compiling scroll v0.12.0 |
| 1961 | 2026-06-22T19:18:32.622Z | Compiling toml_datetime v0.6.11 |
| 1962 | 2026-06-22T19:18:32.737Z | Compiling serde_spanned v0.6.9 |
| 1963 | 2026-06-22T19:18:32.878Z | Compiling async-trait v0.1.89 |
| 1964 | 2026-06-22T19:18:32.893Z | Compiling heapless v0.7.17 |
| 1965 | 2026-06-22T19:18:33.048Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-06-22T19:18:33.063Z | Compiling try-lock v0.2.5 |
| 1967 | 2026-06-22T19:18:33.188Z | Compiling atomic-waker v1.1.2 |
| 1968 | 2026-06-22T19:18:33.204Z | Compiling zstd-safe v7.2.4 |
| 1969 | 2026-06-22T19:18:33.225Z | Compiling tower-layer v0.3.3 |
| 1970 | 2026-06-22T19:18:33.304Z | Compiling rustix v0.38.44 |
| 1971 | 2026-06-22T19:18:33.331Z | Compiling signal-hook v0.3.18 |
| 1972 | 2026-06-22T19:18:33.422Z | Compiling tower-service v0.3.3 |
| 1973 | 2026-06-22T19:18:33.505Z | Compiling h2 v0.4.13 |
| 1974 | 2026-06-22T19:18:33.523Z | Compiling want v0.3.1 |
| 1975 | 2026-06-22T19:18:33.540Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1976 | 2026-06-22T19:18:33.634Z | Compiling goblin v0.8.2 |
| 1977 | 2026-06-22T19:18:33.699Z | Compiling goblin v0.10.5 |
| 1978 | 2026-06-22T19:18:33.776Z | Compiling pkcs8 v0.10.2 |
| 1979 | 2026-06-22T19:18:33.850Z | Compiling heck v0.4.1 |
| 1980 | 2026-06-22T19:18:34.071Z | Compiling zerocopy v0.7.35 |
| 1981 | 2026-06-22T19:18:34.087Z | Compiling ipnet v2.11.0 |
| 1982 | 2026-06-22T19:18:34.112Z | Compiling ref-cast-impl v1.0.25 |
| 1983 | 2026-06-22T19:18:34.181Z | Compiling darling_core v0.20.11 |
| 1984 | 2026-06-22T19:18:34.519Z | Compiling curve25519-dalek v4.1.3 |
| 1985 | 2026-06-22T19:18:34.554Z | Compiling memoffset v0.9.1 |
| 1986 | 2026-06-22T19:18:34.645Z | Compiling foreign-types-shared v0.1.1 |
| 1987 | 2026-06-22T19:18:34.800Z | Compiling utf8parse v0.2.2 |
| 1988 | 2026-06-22T19:18:34.862Z | Compiling winnow v0.5.40 |
| 1989 | 2026-06-22T19:18:34.925Z | Compiling litrs v1.0.0 |
| 1990 | 2026-06-22T19:18:34.925Z | Compiling pin-utils v0.1.0 |
| 1991 | 2026-06-22T19:18:34.995Z | Compiling httpdate v1.0.3 |
| 1992 | 2026-06-22T19:18:35.162Z | Compiling tempfile v3.25.0 |
| 1993 | 2026-06-22T19:18:35.282Z | Compiling foreign-types v0.3.2 |
| 1994 | 2026-06-22T19:18:35.401Z | Compiling document-features v0.2.12 |
| 1995 | 2026-06-22T19:18:35.857Z | Compiling dof v0.3.0 |
| 1996 | 2026-06-22T19:18:35.936Z | Compiling unicode-normalization v0.1.25 |
| 1997 | 2026-06-22T19:18:36.117Z | Compiling darling_macro v0.20.11 |
| 1998 | 2026-06-22T19:18:36.256Z | Compiling toml_edit v0.19.15 |
| 1999 | 2026-06-22T19:18:36.281Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-06-22T19:18:36.368Z | Compiling dof v0.4.0 |
| 2001 | 2026-06-22T19:18:36.468Z | Compiling hyper v1.8.1 |
| 2002 | 2026-06-22T19:18:36.624Z | Compiling dtrace-parser v0.3.0 |
| 2003 | 2026-06-22T19:18:36.840Z | Compiling pin-project-internal v1.1.11 |
| 2004 | 2026-06-22T19:18:36.876Z | Compiling daft-derive v0.1.7 |
| 2005 | 2026-06-22T19:18:37.005Z | Compiling spin v0.9.8 |
| 2006 | 2026-06-22T19:18:37.141Z | Compiling thread-id v5.1.0 |
| 2007 | 2026-06-22T19:18:37.241Z | Compiling thread-id v4.2.2 |
| 2008 | 2026-06-22T19:18:37.257Z | Compiling socket2 v0.5.10 |
| 2009 | 2026-06-22T19:18:37.261Z | Compiling anstyle v1.0.14 |
| 2010 | 2026-06-22T19:18:37.300Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-06-22T19:18:37.397Z | Compiling cfg_aliases v0.2.1 |
| 2012 | 2026-06-22T19:18:37.438Z | Compiling smoltcp v0.9.1 |
| 2013 | 2026-06-22T19:18:37.507Z | Compiling num-bigint-dig v0.8.6 |
| 2014 | 2026-06-22T19:18:37.581Z | Compiling hyper-util v0.1.20 |
| 2015 | 2026-06-22T19:18:37.599Z | Compiling deranged v0.5.8 |
| 2016 | 2026-06-22T19:18:37.644Z | Compiling nix v0.31.2 |
| 2017 | 2026-06-22T19:18:37.964Z | Compiling darling v0.20.11 |
| 2018 | 2026-06-22T19:18:38.063Z | Compiling rustls-native-certs v0.8.3 |
| 2019 | 2026-06-22T19:18:38.147Z | Compiling ipnetwork v0.21.1 |
| 2020 | 2026-06-22T19:18:38.304Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2021 | 2026-06-22T19:18:38.366Z | Compiling strum_macros v0.26.4 |
| 2022 | 2026-06-22T19:18:38.555Z | Compiling sync_wrapper v1.0.2 |
| 2023 | 2026-06-22T19:18:38.593Z | Compiling wait-timeout v0.2.1 |
| 2024 | 2026-06-22T19:18:38.769Z | Compiling siphasher v1.0.2 |
| 2025 | 2026-06-22T19:18:38.891Z | Compiling anstyle-query v1.1.5 |
| 2026 | 2026-06-22T19:18:39.007Z | Compiling is_terminal_polyfill v1.70.2 |
| 2027 | 2026-06-22T19:18:39.051Z | Compiling colorchoice v1.0.4 |
| 2028 | 2026-06-22T19:18:39.127Z | Compiling quick-error v1.2.3 |
| 2029 | 2026-06-22T19:18:39.163Z | Compiling bit-vec v0.8.0 |
| 2030 | 2026-06-22T19:18:39.179Z | Compiling num_threads v0.1.7 |
| 2031 | 2026-06-22T19:18:39.240Z | Compiling simd-adler32 v0.3.8 |
| 2032 | 2026-06-22T19:18:39.289Z | Compiling rusty-fork v0.3.1 |
| 2033 | 2026-06-22T19:18:39.358Z | Compiling bit-set v0.8.0 |
| 2034 | 2026-06-22T19:18:39.393Z | Compiling time v0.3.47 |
| 2035 | 2026-06-22T19:18:39.488Z | Compiling tower v0.5.3 |
| 2036 | 2026-06-22T19:18:39.763Z | Compiling derive_builder_core v0.20.2 |
| 2037 | 2026-06-22T19:18:39.778Z | Compiling snafu-derive v0.8.9 |
| 2038 | 2026-06-22T19:18:39.863Z | Compiling http-body-util v0.1.3 |
| 2039 | 2026-06-22T19:18:39.989Z | Compiling webpki-roots v1.0.6 |
| 2040 | 2026-06-22T19:18:40.137Z | Compiling signature v2.2.0 |
| 2041 | 2026-06-22T19:18:40.386Z | Compiling hubpack_derive v0.1.1 |
| 2042 | 2026-06-22T19:18:40.425Z | Compiling strum_macros v0.27.2 |
| 2043 | 2026-06-22T19:18:40.551Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-06-22T19:18:40.675Z | Compiling fs-err v3.3.0 |
| 2045 | 2026-06-22T19:18:40.716Z | Compiling ahash v0.8.12 |
| 2046 | 2026-06-22T19:18:40.799Z | Compiling allocator-api2 v0.2.21 |
| 2047 | 2026-06-22T19:18:40.873Z | Compiling unarray v0.1.4 |
| 2048 | 2026-06-22T19:18:40.903Z | Compiling unicode-properties v0.1.4 |
| 2049 | 2026-06-22T19:18:41.000Z | Compiling ryu v1.0.23 |
| 2050 | 2026-06-22T19:18:41.062Z | Compiling unicode-bidi v0.3.18 |
| 2051 | 2026-06-22T19:18:41.118Z | Compiling object v0.37.3 |
| 2052 | 2026-06-22T19:18:41.149Z | Compiling adler2 v2.0.1 |
| 2053 | 2026-06-22T19:18:41.185Z | Compiling iri-string v0.7.10 |
| 2054 | 2026-06-22T19:18:41.305Z | Compiling miniz_oxide v0.8.9 |
| 2055 | 2026-06-22T19:18:41.310Z | Compiling serde_urlencoded v0.7.1 |
| 2056 | 2026-06-22T19:18:41.393Z | Compiling stringprep v0.1.5 |
| 2057 | 2026-06-22T19:18:41.494Z | Compiling proptest v1.10.0 |
| 2058 | 2026-06-22T19:18:41.807Z | Compiling derive_builder_macro v0.20.2 |
| 2059 | 2026-06-22T19:18:41.878Z | Compiling tokio-native-tls v0.3.1 |
| 2060 | 2026-06-22T19:18:42.064Z | Compiling usdt-macro v0.6.0 |
| 2061 | 2026-06-22T19:18:42.179Z | Compiling usdt-attr-macro v0.6.0 |
| 2062 | 2026-06-22T19:18:42.430Z | Compiling tower-http v0.6.8 |
| 2063 | 2026-06-22T19:18:42.593Z | Compiling anstyle-parse v1.0.0 |
| 2064 | 2026-06-22T19:18:42.903Z | Compiling rand_chacha v0.3.1 |
| 2065 | 2026-06-22T19:18:42.925Z | Compiling erased-serde v0.3.31 |
| 2066 | 2026-06-22T19:18:42.947Z | Compiling md-5 v0.10.6 |
| 2067 | 2026-06-22T19:18:43.038Z | Compiling bstr v1.12.1 |
| 2068 | 2026-06-22T19:18:43.124Z | Compiling num-integer v0.1.46 |
| 2069 | 2026-06-22T19:18:43.138Z | Compiling hash32 v0.2.1 |
| 2070 | 2026-06-22T19:18:43.183Z | Compiling vergen-lib v9.1.0 |
| 2071 | 2026-06-22T19:18:43.186Z | Compiling ff v0.13.1 |
| 2072 | 2026-06-22T19:18:43.339Z | Compiling encoding_rs v0.8.35 |
| 2073 | 2026-06-22T19:18:43.486Z | Compiling mime v0.3.17 |
| 2074 | 2026-06-22T19:18:43.501Z | Compiling base16ct v0.2.0 |
| 2075 | 2026-06-22T19:18:43.508Z | Compiling zlib-rs v0.6.2 |
| 2076 | 2026-06-22T19:18:43.526Z | Compiling fallible-iterator v0.2.0 |
| 2077 | 2026-06-22T19:18:43.541Z | Compiling psl-types v2.0.11 |
| 2078 | 2026-06-22T19:18:43.564Z | Compiling newtype-uuid v1.3.2 |
| 2079 | 2026-06-22T19:18:43.626Z | Compiling sec1 v0.7.3 |
| 2080 | 2026-06-22T19:18:43.664Z | Compiling publicsuffix v2.3.0 |
| 2081 | 2026-06-22T19:18:43.853Z | Compiling postgres-protocol v0.6.10 |
| 2082 | 2026-06-22T19:18:43.915Z | Compiling num-iter v0.1.45 |
| 2083 | 2026-06-22T19:18:43.945Z | Compiling group v0.13.0 |
| 2084 | 2026-06-22T19:18:44.131Z | Compiling rand v0.8.6 |
| 2085 | 2026-06-22T19:18:44.438Z | Compiling anstream v1.0.0 |
| 2086 | 2026-06-22T19:18:44.571Z | Compiling oxnet v0.1.6 |
| 2087 | 2026-06-22T19:18:44.637Z | Compiling derive_builder v0.20.2 |
| 2088 | 2026-06-22T19:18:44.640Z | Compiling hyper-tls v0.6.0 |
| 2089 | 2026-06-22T19:18:44.764Z | Compiling phf_shared v0.13.1 |
| 2090 | 2026-06-22T19:18:44.817Z | Compiling pin-project v1.1.11 |
| 2091 | 2026-06-22T19:18:44.864Z | Compiling lazy_static v1.5.0 |
| 2092 | 2026-06-22T19:18:44.878Z | Compiling anstyle-parse v0.2.7 |
| 2093 | 2026-06-22T19:18:45.009Z | Compiling terminal_size v0.4.3 |
| 2094 | 2026-06-22T19:18:45.025Z | Compiling serde_with_macros v3.17.0 |
| 2095 | 2026-06-22T19:18:45.065Z | Compiling futures-executor v0.3.32 |
| 2096 | 2026-06-22T19:18:45.080Z | Compiling hex v0.4.3 |
| 2097 | 2026-06-22T19:18:45.264Z | Compiling hkdf v0.12.4 |
| 2098 | 2026-06-22T19:18:45.279Z | Compiling crypto-bigint v0.5.5 |
| 2099 | 2026-06-22T19:18:45.298Z | Compiling clap_derive v4.6.1 |
| 2100 | 2026-06-22T19:18:45.313Z | Compiling enum-as-inner v0.6.1 |
| 2101 | 2026-06-22T19:18:45.317Z | Compiling async-recursion v1.1.1 |
| 2102 | 2026-06-22T19:18:45.409Z | Compiling serde_repr v0.1.20 |
| 2103 | 2026-06-22T19:18:45.441Z | Compiling vergen v9.1.0 |
| 2104 | 2026-06-22T19:18:45.462Z | Compiling cargo-platform v0.3.2 |
| 2105 | 2026-06-22T19:18:45.643Z | Compiling flate2 v1.1.9 |
| 2106 | 2026-06-22T19:18:45.737Z | Compiling bitflags v1.3.2 |
| 2107 | 2026-06-22T19:18:45.752Z | Compiling managed v0.8.0 |
| 2108 | 2026-06-22T19:18:45.944Z | Compiling foldhash v0.1.5 |
| 2109 | 2026-06-22T19:18:45.973Z | Compiling clap_lex v1.0.0 |
| 2110 | 2026-06-22T19:18:45.976Z | Compiling libbz2-rs-sys v0.2.2 |
| 2111 | 2026-06-22T19:18:46.055Z | Compiling foldhash v0.2.0 |
| 2112 | 2026-06-22T19:18:46.071Z | Compiling bumpalo v3.20.2 |
| 2113 | 2026-06-22T19:18:46.074Z | Compiling same-file v1.0.6 |
| 2114 | 2026-06-22T19:18:46.253Z | Compiling hashbrown v0.16.1 |
| 2115 | 2026-06-22T19:18:46.284Z | Compiling zopfli v0.8.3 |
| 2116 | 2026-06-22T19:18:46.330Z | Compiling walkdir v2.5.0 |
| 2117 | 2026-06-22T19:18:46.353Z | Compiling elliptic-curve v0.13.8 |
| 2118 | 2026-06-22T19:18:46.570Z | Compiling bzip2 v0.6.1 |
| 2119 | 2026-06-22T19:18:46.629Z | Compiling clap_builder v4.6.0 |
| 2120 | 2026-06-22T19:18:46.711Z | Compiling hashbrown v0.15.5 |
| 2121 | 2026-06-22T19:18:46.784Z | Compiling cargo_metadata v0.23.1 |
| 2122 | 2026-06-22T19:18:46.882Z | Compiling futures v0.3.32 |
| 2123 | 2026-06-22T19:18:46.909Z | Compiling zstd v0.13.3 |
| 2124 | 2026-06-22T19:18:47.284Z | Compiling anstream v0.6.21 |
| 2125 | 2026-06-22T19:18:47.587Z | Compiling phf v0.13.1 |
| 2126 | 2026-06-22T19:18:47.710Z | Compiling snafu v0.8.9 |
| 2127 | 2026-06-22T19:18:47.766Z | Compiling daft v0.1.7 |
| 2128 | 2026-06-22T19:18:48.072Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-06-22T19:18:48.122Z | Compiling cookie_store v0.22.1 |
| 2130 | 2026-06-22T19:18:48.202Z | Compiling postgres-types v0.2.12 |
| 2131 | 2026-06-22T19:18:48.354Z | Compiling bzip2 v0.4.4 |
| 2132 | 2026-06-22T19:18:48.376Z | Compiling globset v0.4.18 |
| 2133 | 2026-06-22T19:18:48.468Z | Compiling strum v0.27.2 |
| 2134 | 2026-06-22T19:18:48.632Z | Compiling hubpack v0.1.2 |
| 2135 | 2026-06-22T19:18:48.647Z | Compiling ed25519 v2.2.3 |
| 2136 | 2026-06-22T19:18:48.664Z | Compiling phf_shared v0.11.3 |
| 2137 | 2026-06-22T19:18:48.740Z | Compiling crossbeam-epoch v0.9.18 |
| 2138 | 2026-06-22T19:18:48.768Z | Compiling olpc-cjson v0.1.4 |
| 2139 | 2026-06-22T19:18:48.804Z | Compiling pkcs1 v0.7.5 |
| 2140 | 2026-06-22T19:18:48.876Z | Compiling pem v3.0.6 |
| 2141 | 2026-06-22T19:18:48.980Z | Compiling serde_plain v1.0.2 |
| 2142 | 2026-06-22T19:18:48.992Z | Compiling serde-big-array v0.5.1 |
| 2143 | 2026-06-22T19:18:49.035Z | Compiling rfc6979 v0.4.0 |
| 2144 | 2026-06-22T19:18:49.152Z | Compiling float-cmp v0.10.0 |
| 2145 | 2026-06-22T19:18:49.170Z | Compiling memmap2 v0.9.10 |
| 2146 | 2026-06-22T19:18:49.186Z | Compiling env_filter v1.0.0 |
| 2147 | 2026-06-22T19:18:49.190Z | Compiling keccak v0.1.6 |
| 2148 | 2026-06-22T19:18:49.190Z | Compiling jiff v0.2.21 |
| 2149 | 2026-06-22T19:18:49.245Z | Compiling precomputed-hash v0.1.1 |
| 2150 | 2026-06-22T19:18:49.267Z | Compiling toml_write v0.1.2 |
| 2151 | 2026-06-22T19:18:49.312Z | Compiling typed-path v0.9.3 |
| 2152 | 2026-06-22T19:18:49.347Z | Compiling fixedbitset v0.4.2 |
| 2153 | 2026-06-22T19:18:49.444Z | Compiling difflib v0.4.0 |
| 2154 | 2026-06-22T19:18:49.459Z | Compiling fixedbitset v0.5.7 |
| 2155 | 2026-06-22T19:18:49.474Z | Compiling new_debug_unreachable v1.0.6 |
| 2156 | 2026-06-22T19:18:49.491Z | Compiling normalize-line-endings v0.3.0 |
| 2157 | 2026-06-22T19:18:49.507Z | Compiling static_assertions v1.1.0 |
| 2158 | 2026-06-22T19:18:49.529Z | Compiling whoami v2.1.0 |
| 2159 | 2026-06-22T19:18:49.558Z | Compiling predicates-core v1.0.10 |
| 2160 | 2026-06-22T19:18:49.598Z | Compiling data-encoding v2.10.0 |
| 2161 | 2026-06-22T19:18:49.612Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2162 | 2026-06-22T19:18:49.738Z | Compiling predicates v3.1.4 |
| 2163 | 2026-06-22T19:18:49.753Z | Compiling tokio-postgres v0.7.16 |
| 2164 | 2026-06-22T19:18:49.809Z | Compiling petgraph v0.8.3 |
| 2165 | 2026-06-22T19:18:49.875Z | Compiling string_cache v0.8.9 |
| 2166 | 2026-06-22T19:18:49.924Z | Compiling hickory-proto v0.25.2 |
| 2167 | 2026-06-22T19:18:50.066Z | Compiling petgraph v0.6.5 |
| 2168 | 2026-06-22T19:18:50.306Z | Compiling toml_edit v0.22.27 |
| 2169 | 2026-06-22T19:18:50.419Z | Compiling sha3 v0.10.8 |
| 2170 | 2026-06-22T19:18:50.714Z | Compiling env_logger v0.11.9 |
| 2171 | 2026-06-22T19:18:50.740Z | Compiling usdt v0.6.0 |
| 2172 | 2026-06-22T19:18:51.025Z | Compiling ecdsa v0.16.9 |
| 2173 | 2026-06-22T19:18:51.044Z | Compiling rsa v0.9.10 |
| 2174 | 2026-06-22T19:18:51.438Z | Compiling ed25519-dalek v2.2.0 |
| 2175 | 2026-06-22T19:18:51.781Z | Compiling zip v4.6.1 |
| 2176 | 2026-06-22T19:18:51.959Z | Compiling zip v0.6.6 |
| 2177 | 2026-06-22T19:18:52.367Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-06-22T19:18:52.481Z | Compiling clap v4.6.1 |
| 2179 | 2026-06-22T19:18:52.503Z | Compiling iddqd v0.4.2 |
| 2180 | 2026-06-22T19:18:52.626Z | Compiling serde_with v3.17.0 |
| 2181 | 2026-06-22T19:18:52.705Z | Compiling similar v2.7.0 |
| 2182 | 2026-06-22T19:18:52.893Z | Compiling strum v0.26.3 |
| 2183 | 2026-06-22T19:18:52.908Z | Compiling toml v0.7.8 |
| 2184 | 2026-06-22T19:18:52.997Z | Compiling tokio-stream v0.1.18 |
| 2185 | 2026-06-22T19:18:53.094Z | Compiling buf-list v1.1.2 |
| 2186 | 2026-06-22T19:18:53.363Z | Compiling itertools v0.13.0 |
| 2187 | 2026-06-22T19:18:53.466Z | Compiling x509-cert v0.2.5 |
| 2188 | 2026-06-22T19:18:53.568Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2189 | 2026-06-22T19:18:53.702Z | Compiling openapiv3 v2.2.0 |
| 2190 | 2026-06-22T19:18:53.871Z | Compiling sha1 v0.10.6 |
| 2191 | 2026-06-22T19:18:54.115Z | Compiling peg-runtime v0.8.5 |
| 2192 | 2026-06-22T19:18:54.271Z | Compiling lalrpop-util v0.19.12 |
| 2193 | 2026-06-22T19:19:08.692Z | Compiling rustls-webpki v0.103.9 |
| 2194 | 2026-06-22T19:19:10.530Z | Compiling macaddr v1.0.1 |
| 2195 | 2026-06-22T19:19:10.534Z | Compiling structmeta-derive v0.3.0 |
| 2196 | 2026-06-22T19:19:10.703Z | Compiling crucible-workspace-hack v0.1.0 |
| 2197 | 2026-06-22T19:19:10.706Z | Compiling rayon-core v1.13.0 |
| 2198 | 2026-06-22T19:19:10.781Z | Compiling itertools v0.14.0 |
| 2199 | 2026-06-22T19:19:10.828Z | Compiling secrecy v0.10.3 |
| 2200 | 2026-06-22T19:19:10.946Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2026-06-22T19:19:10.961Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2202 | 2026-06-22T19:19:11.011Z | Compiling heapless v0.8.0 |
| 2203 | 2026-06-22T19:19:11.044Z | Compiling rustls v0.22.4 |
| 2204 | 2026-06-22T19:19:11.200Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2205 | 2026-06-22T19:19:11.303Z | Compiling crossbeam-deque v0.8.6 |
| 2206 | 2026-06-22T19:19:11.352Z | Compiling rustls-webpki v0.102.8 |
| 2207 | 2026-06-22T19:19:11.371Z | Compiling hash32 v0.3.1 |
| 2208 | 2026-06-22T19:19:11.390Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-06-22T19:19:11.405Z | Compiling multer v3.1.0 |
| 2210 | 2026-06-22T19:19:11.512Z | Compiling thread_local v1.1.9 |
| 2211 | 2026-06-22T19:19:11.544Z | Compiling compression-core v0.4.31 |
| 2212 | 2026-06-22T19:19:11.547Z | Compiling structmeta v0.3.0 |
| 2213 | 2026-06-22T19:19:11.574Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2214 | 2026-06-22T19:19:11.582Z | Compiling unicode-width v0.2.0 |
| 2215 | 2026-06-22T19:19:11.603Z | Compiling slog-async v2.8.0 |
| 2216 | 2026-06-22T19:19:11.621Z | Compiling match_cfg v0.1.0 |
| 2217 | 2026-06-22T19:19:11.707Z | Compiling smoltcp v0.11.0 |
| 2218 | 2026-06-22T19:19:11.738Z | Compiling compression-codecs v0.4.37 |
| 2219 | 2026-06-22T19:19:11.776Z | Compiling derive-ex v0.1.8 |
| 2220 | 2026-06-22T19:19:11.874Z | Compiling proc-macro-crate v3.4.0 |
| 2221 | 2026-06-22T19:19:11.912Z | Compiling hostname v0.3.1 |
| 2222 | 2026-06-22T19:19:12.017Z | Compiling ingot-macros v0.1.1 |
| 2223 | 2026-06-22T19:19:12.093Z | Compiling atomicwrites v0.4.4 |
| 2224 | 2026-06-22T19:19:12.121Z | Compiling slog-json v2.6.1 |
| 2225 | 2026-06-22T19:19:12.153Z | Compiling crossbeam-channel v0.5.15 |
| 2226 | 2026-06-22T19:19:12.326Z | Compiling half v2.7.1 |
| 2227 | 2026-06-22T19:19:12.392Z | Compiling tokio-rustls v0.26.4 |
| 2228 | 2026-06-22T19:19:12.411Z | Compiling rustls-platform-verifier v0.6.2 |
| 2229 | 2026-06-22T19:19:12.555Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-06-22T19:19:12.630Z | Compiling hyper-rustls v0.27.7 |
| 2231 | 2026-06-22T19:19:12.683Z | Compiling cobs v0.3.0 |
| 2232 | 2026-06-22T19:19:12.702Z | Compiling universal-hash v0.5.1 |
| 2233 | 2026-06-22T19:19:12.862Z | Compiling reqwest v0.12.28 |
| 2234 | 2026-06-22T19:19:12.865Z | Compiling reqwest v0.13.2 |
| 2235 | 2026-06-22T19:19:12.963Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2236 | 2026-06-22T19:19:12.984Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-06-22T19:19:13.197Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2238 | 2026-06-22T19:19:13.272Z | Compiling serde_spanned v1.0.4 |
| 2239 | 2026-06-22T19:19:13.320Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-06-22T19:19:13.436Z | Compiling dropshot v0.17.0 |
| 2241 | 2026-06-22T19:19:13.456Z | Compiling proc-macro-error-attr v1.0.4 |
| 2242 | 2026-06-22T19:19:13.583Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2243 | 2026-06-22T19:19:13.605Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2244 | 2026-06-22T19:19:13.641Z | Compiling convert_case v0.4.0 |
| 2245 | 2026-06-22T19:19:13.657Z | Compiling term v1.2.1 |
| 2246 | 2026-06-22T19:19:13.673Z | Compiling ciborium-io v0.2.2 |
| 2247 | 2026-06-22T19:19:13.785Z | Compiling opaque-debug v0.3.1 |
| 2248 | 2026-06-22T19:19:13.799Z | Compiling take_mut v0.2.2 |
| 2249 | 2026-06-22T19:19:13.876Z | Compiling poly1305 v0.8.0 |
| 2250 | 2026-06-22T19:19:13.891Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2251 | 2026-06-22T19:19:13.937Z | Compiling tokio-rustls v0.25.0 |
| 2252 | 2026-06-22T19:19:13.965Z | Compiling derive_more v0.99.20 |
| 2253 | 2026-06-22T19:19:13.999Z | Compiling thiserror-no-std v2.0.2 |
| 2254 | 2026-06-22T19:19:14.077Z | Compiling slog-term v2.9.2 |
| 2255 | 2026-06-22T19:19:14.228Z | Compiling ciborium-ll v0.2.2 |
| 2256 | 2026-06-22T19:19:14.397Z | Compiling tough v0.22.0 |
| 2257 | 2026-06-22T19:19:14.531Z | Compiling async-stream v0.3.6 |
| 2258 | 2026-06-22T19:19:14.571Z | Compiling test-strategy v0.4.5 |
| 2259 | 2026-06-22T19:19:14.644Z | Compiling ingot-types v0.1.2 |
| 2260 | 2026-06-22T19:19:14.738Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-06-22T19:19:15.110Z | Compiling ingot v0.1.1 |
| 2262 | 2026-06-22T19:19:15.310Z | Compiling postcard v1.1.3 |
| 2263 | 2026-06-22T19:19:15.389Z | Compiling num_enum_derive v0.7.6 |
| 2264 | 2026-06-22T19:19:15.451Z | Compiling slog-bunyan v2.5.0 |
| 2265 | 2026-06-22T19:19:15.706Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-06-22T19:19:15.868Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-06-22T19:19:16.149Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2268 | 2026-06-22T19:19:16.168Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-06-22T19:19:16.196Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-06-22T19:19:16.212Z | Compiling waitgroup v0.1.2 |
| 2271 | 2026-06-22T19:19:16.330Z | Compiling backon v1.6.0 |
| 2272 | 2026-06-22T19:19:16.387Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2273 | 2026-06-22T19:19:16.415Z | Compiling chacha20 v0.9.1 |
| 2274 | 2026-06-22T19:19:16.490Z | Compiling dropshot_endpoint v0.17.0 |
| 2275 | 2026-06-22T19:19:16.554Z | Compiling rustls-pemfile v2.2.0 |
| 2276 | 2026-06-22T19:19:16.596Z | Compiling blake2 v0.10.6 |
| 2277 | 2026-06-22T19:19:16.693Z | Compiling aead v0.5.2 |
| 2278 | 2026-06-22T19:19:16.856Z | Compiling password-hash v0.5.0 |
| 2279 | 2026-06-22T19:19:16.871Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-06-22T19:19:16.899Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2281 | 2026-06-22T19:19:17.246Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-06-22T19:19:17.404Z | Compiling hostname v0.4.2 |
| 2283 | 2026-06-22T19:19:17.409Z | Compiling proc-macro-error v1.0.4 |
| 2284 | 2026-06-22T19:19:17.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2285 | 2026-06-22T19:19:17.462Z | Compiling instant v0.1.13 |
| 2286 | 2026-06-22T19:19:17.497Z | Compiling cpufeatures v0.3.0 |
| 2287 | 2026-06-22T19:19:17.528Z | Compiling foreign-types-shared v0.3.1 |
| 2288 | 2026-06-22T19:19:17.576Z | Compiling debug-ignore v1.0.5 |
| 2289 | 2026-06-22T19:19:17.600Z | Compiling typeid v1.0.3 |
| 2290 | 2026-06-22T19:19:17.615Z | Compiling foreign-types v0.5.0 |
| 2291 | 2026-06-22T19:19:17.674Z | Compiling chacha20 v0.10.0 |
| 2292 | 2026-06-22T19:19:17.703Z | Compiling backoff v0.4.0 |
| 2293 | 2026-06-22T19:19:17.729Z | Compiling parse-display v0.10.0 |
| 2294 | 2026-06-22T19:19:17.732Z | Compiling argon2 v0.5.3 |
| 2295 | 2026-06-22T19:19:17.760Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2296 | 2026-06-22T19:19:17.871Z | Compiling chacha20poly1305 v0.10.1 |
| 2297 | 2026-06-22T19:19:17.942Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2298 | 2026-06-22T19:19:17.957Z | Compiling num_enum_derive v0.5.11 |
| 2299 | 2026-06-22T19:19:17.973Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2300 | 2026-06-22T19:19:17.991Z | Compiling num_enum v0.7.6 |
| 2301 | 2026-06-22T19:19:18.044Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2302 | 2026-06-22T19:19:18.060Z | Compiling ciborium v0.2.2 |
| 2303 | 2026-06-22T19:19:18.302Z | Compiling vsss-rs v3.3.4 |
| 2304 | 2026-06-22T19:19:18.337Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2305 | 2026-06-22T19:19:18.459Z | Compiling tabwriter v1.4.1 |
| 2306 | 2026-06-22T19:19:18.532Z | Compiling regress v0.10.5 |
| 2307 | 2026-06-22T19:19:18.645Z | Compiling byte-wrapper v0.1.0 |
| 2308 | 2026-06-22T19:19:18.752Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2309 | 2026-06-22T19:19:18.769Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-06-22T19:19:18.843Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2311 | 2026-06-22T19:19:18.900Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-06-22T19:19:18.922Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2313 | 2026-06-22T19:19:19.089Z | Compiling humantime v2.3.0 |
| 2314 | 2026-06-22T19:19:19.132Z | Compiling erased-serde v0.4.9 |
| 2315 | 2026-06-22T19:19:19.174Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2316 | 2026-06-22T19:19:19.210Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2317 | 2026-06-22T19:19:19.361Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-06-22T19:19:19.473Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2319 | 2026-06-22T19:19:19.540Z | Compiling rand v0.10.0 |
| 2320 | 2026-06-22T19:19:19.556Z | Compiling rayon v1.11.0 |
| 2321 | 2026-06-22T19:19:19.561Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-06-22T19:19:19.601Z | Compiling colored v3.1.1 |
| 2323 | 2026-06-22T19:19:19.643Z | Compiling indent_write v2.2.0 |
| 2324 | 2026-06-22T19:19:19.728Z | Compiling libefi-sys v0.1.0 |
| 2325 | 2026-06-22T19:19:19.742Z | Compiling zone_cfg_derive v0.3.1 |
| 2326 | 2026-06-22T19:19:19.801Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2327 | 2026-06-22T19:19:19.816Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2328 | 2026-06-22T19:19:19.942Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2026-06-22T19:19:19.976Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2330 | 2026-06-22T19:19:20.139Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-06-22T19:19:20.213Z | Compiling itertools v0.12.1 |
| 2332 | 2026-06-22T19:19:20.290Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-06-22T19:19:20.314Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-06-22T19:19:20.383Z | Compiling bitfield-struct v0.6.2 |
| 2335 | 2026-06-22T19:19:20.512Z | Compiling num-derive v0.4.2 |
| 2336 | 2026-06-22T19:19:20.529Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-06-22T19:19:20.544Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-06-22T19:19:20.831Z | Compiling memmap v0.7.0 |
| 2339 | 2026-06-22T19:19:20.899Z | Compiling sigpipe v0.1.3 |
| 2340 | 2026-06-22T19:19:20.993Z | Compiling swrite v0.1.0 |
| 2341 | 2026-06-22T19:19:21.010Z | Compiling glob v0.3.3 |
| 2342 | 2026-06-22T19:19:21.024Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2343 | 2026-06-22T19:19:21.060Z | Compiling usdt v0.5.0 |
| 2344 | 2026-06-22T19:19:21.079Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-06-22T19:19:21.258Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2346 | 2026-06-22T19:19:21.397Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2347 | 2026-06-22T19:19:21.411Z | Compiling serde-value v0.7.0 |
| 2348 | 2026-06-22T19:19:21.630Z | Compiling zone v0.3.1 |
| 2349 | 2026-06-22T19:19:21.655Z | Compiling serde-untagged v0.1.9 |
| 2350 | 2026-06-22T19:19:21.731Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2351 | 2026-06-22T19:19:21.949Z | Compiling toml v0.8.23 |
| 2352 | 2026-06-22T19:19:21.949Z | Compiling smf v0.2.3 |
| 2353 | 2026-06-22T19:19:21.979Z | Compiling filetime v0.2.27 |
| 2354 | 2026-06-22T19:19:22.026Z | Compiling whoami v1.6.1 |
| 2355 | 2026-06-22T19:19:22.042Z | Compiling xattr v1.6.1 |
| 2356 | 2026-06-22T19:19:22.104Z | Compiling constant_time_eq v0.4.2 |
| 2357 | 2026-06-22T19:19:22.138Z | Compiling arrayref v0.3.9 |
| 2358 | 2026-06-22T19:19:22.230Z | Compiling arrayvec v0.7.6 |
| 2359 | 2026-06-22T19:19:22.244Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2360 | 2026-06-22T19:19:22.278Z | Compiling unicode-xid v0.2.6 |
| 2361 | 2026-06-22T19:19:22.299Z | Compiling tar v0.4.45 |
| 2362 | 2026-06-22T19:19:22.335Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-06-22T19:19:22.351Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2364 | 2026-06-22T19:19:22.486Z | Compiling cargo-util-schemas v0.8.2 |
| 2365 | 2026-06-22T19:19:22.530Z | Compiling tokio-dtrace v0.1.1 |
| 2366 | 2026-06-22T19:19:22.607Z | Compiling console v0.16.2 |
| 2367 | 2026-06-22T19:19:22.874Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-06-22T19:19:23.034Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-06-22T19:19:23.034Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-06-22T19:19:23.147Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-06-22T19:19:23.212Z | Compiling indicatif v0.18.4 |
| 2372 | 2026-06-22T19:19:23.239Z | Compiling oxide-tokio-rt v0.1.4 |
| 2373 | 2026-06-22T19:19:23.253Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-06-22T19:19:23.348Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-06-22T19:19:23.810Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-06-22T19:19:32.761Z | Compiling omicron-zone-package v0.12.2 |
| 2377 | 2026-06-22T19:19:32.807Z | Compiling progenitor-client v0.14.0 |
| 2378 | 2026-06-22T19:19:33.276Z | Compiling progenitor-extras v0.2.0 |
| 2379 | 2026-06-22T19:19:35.491Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2380 | 2026-06-22T19:19:35.567Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-06-22T19:19:35.674Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2382 | 2026-06-22T19:19:35.738Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-06-22T19:19:35.752Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2384 | 2026-06-22T19:19:35.784Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-06-22T19:19:35.822Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2386 | 2026-06-22T19:19:35.836Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2387 | 2026-06-22T19:19:35.984Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-06-22T19:19:39.614Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2389 | 2026-06-22T19:19:47.278Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2390 | 2026-06-22T19:19:50.328Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-06-22T19:19:51.306Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-06-22T19:20:00.975Z | Finished `release` profile [optimized] target(s) in 1m 42s |
| 2393 | 2026-06-22T19:20:01.112Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-06-22T19:20:01.171Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-06-22T19:20:01.174Z | Created new build target 'test' and set it as active |
| 2396 | 2026-06-22T19:20:01.178Z | |
| 2397 | 2026-06-22T19:20:01.178Z | real 1:43.062611772 |
| 2398 | 2026-06-22T19:20:01.178Z | user 16:56.594615763 |
| 2399 | 2026-06-22T19:20:01.178Z | sys 2:33.736825192 |
| 2400 | 2026-06-22T19:20:01.179Z | trap 0.466600292 |
| 2401 | 2026-06-22T19:20:01.179Z | tflt 2.705940426 |
| 2402 | 2026-06-22T19:20:01.179Z | dflt 4.383145055 |
| 2403 | 2026-06-22T19:20:01.179Z | kflt 0.000609380 |
| 2404 | 2026-06-22T19:20:01.179Z | lock 52:37.874237550 |
| 2405 | 2026-06-22T19:20:01.179Z | slp 43:15.879753824 |
| 2406 | 2026-06-22T19:20:01.179Z | lat 41.151863272 |
| 2407 | 2026-06-22T19:20:01.179Z | stop 5:13.948339780 |
| 2408 | 2026-06-22T19:20:01.179Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-06-22T19:20:01.978Z | Finished `release` profile [optimized] target(s) in 0.79s |
| 2410 | 2026-06-22T19:20:02.039Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-06-22T19:20:02.095Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-06-22T19:20:03.458Z | Compiling heck v0.5.0 |
| 2413 | 2026-06-22T19:20:03.461Z | Compiling regress v0.11.1 |
| 2414 | 2026-06-22T19:20:03.653Z | Compiling unsafe-libyaml v0.2.11 |
| 2415 | 2026-06-22T19:20:03.714Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2416 | 2026-06-22T19:20:03.743Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2417 | 2026-06-22T19:20:03.766Z | Compiling unicode-width v0.1.14 |
| 2418 | 2026-06-22T19:20:03.766Z | Compiling atomicwrites v0.4.4 |
| 2419 | 2026-06-22T19:20:03.784Z | Compiling derive-where v1.6.0 |
| 2420 | 2026-06-22T19:20:03.803Z | Compiling bytecount v0.6.9 |
| 2421 | 2026-06-22T19:20:03.805Z | Compiling is-terminal v0.4.17 |
| 2422 | 2026-06-22T19:20:03.805Z | Compiling prettyplease v0.2.37 |
| 2423 | 2026-06-22T19:20:03.882Z | Compiling console v0.15.11 |
| 2424 | 2026-06-22T19:20:03.882Z | Compiling newline-converter v0.3.0 |
| 2425 | 2026-06-22T19:20:03.885Z | Compiling slog-dtrace v0.3.0 |
| 2426 | 2026-06-22T19:20:03.941Z | Compiling owo-colors v4.3.0 |
| 2427 | 2026-06-22T19:20:03.966Z | Compiling cancel-safe-futures v0.1.5 |
| 2428 | 2026-06-22T19:20:03.986Z | Compiling resolv-conf v0.7.6 |
| 2429 | 2026-06-22T19:20:03.989Z | Compiling rustls v0.22.4 |
| 2430 | 2026-06-22T19:20:04.029Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-06-22T19:20:04.060Z | Compiling num-rational v0.4.2 |
| 2432 | 2026-06-22T19:20:04.063Z | Compiling libsw-core v0.3.2 |
| 2433 | 2026-06-22T19:20:04.100Z | Compiling rustls-webpki v0.102.8 |
| 2434 | 2026-06-22T19:20:04.146Z | Compiling num-complex v0.4.6 |
| 2435 | 2026-06-22T19:20:04.202Z | Compiling serde_yaml v0.9.34+deprecated |
| 2436 | 2026-06-22T19:20:04.265Z | Compiling expectorate v1.2.0 |
| 2437 | 2026-06-22T19:20:04.287Z | Compiling thread_local v1.1.9 |
| 2438 | 2026-06-22T19:20:04.354Z | Compiling match_cfg v0.1.0 |
| 2439 | 2026-06-22T19:20:04.372Z | Compiling compression-core v0.4.31 |
| 2440 | 2026-06-22T19:20:04.454Z | Compiling hostname v0.3.1 |
| 2441 | 2026-06-22T19:20:04.502Z | Compiling compression-codecs v0.4.37 |
| 2442 | 2026-06-22T19:20:04.544Z | Compiling num v0.4.3 |
| 2443 | 2026-06-22T19:20:04.638Z | Compiling libsw v3.5.0 |
| 2444 | 2026-06-22T19:20:04.677Z | Compiling multer v3.1.0 |
| 2445 | 2026-06-22T19:20:04.747Z | Compiling slog-async v2.8.0 |
| 2446 | 2026-06-22T19:20:04.767Z | Compiling crossbeam-channel v0.5.15 |
| 2447 | 2026-06-22T19:20:04.786Z | Compiling slog-json v2.6.1 |
| 2448 | 2026-06-22T19:20:04.812Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2449 | 2026-06-22T19:20:04.858Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2450 | 2026-06-22T19:20:04.950Z | Compiling serde_spanned v1.0.4 |
| 2451 | 2026-06-22T19:20:04.996Z | Compiling linear-map v1.2.0 |
| 2452 | 2026-06-22T19:20:05.017Z | Compiling float-ord v0.3.2 |
| 2453 | 2026-06-22T19:20:05.020Z | Compiling take_mut v0.2.2 |
| 2454 | 2026-06-22T19:20:05.057Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2455 | 2026-06-22T19:20:05.078Z | Compiling linked-hash-map v0.5.6 |
| 2456 | 2026-06-22T19:20:05.107Z | Compiling term v1.2.1 |
| 2457 | 2026-06-22T19:20:05.130Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2458 | 2026-06-22T19:20:05.176Z | Compiling typify-impl v0.6.2 |
| 2459 | 2026-06-22T19:20:05.179Z | Compiling slog-bunyan v2.5.0 |
| 2460 | 2026-06-22T19:20:05.242Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2461 | 2026-06-22T19:20:05.295Z | Compiling lru-cache v0.1.2 |
| 2462 | 2026-06-22T19:20:05.320Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2463 | 2026-06-22T19:20:05.359Z | Compiling async-compression v0.4.41 |
| 2464 | 2026-06-22T19:20:05.491Z | Compiling slog-term v2.9.2 |
| 2465 | 2026-06-22T19:20:05.588Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2466 | 2026-06-22T19:20:05.623Z | Compiling async-stream v0.3.6 |
| 2467 | 2026-06-22T19:20:05.654Z | Compiling dropshot v0.17.0 |
| 2468 | 2026-06-22T19:20:05.701Z | Compiling progenitor-client v0.14.0 |
| 2469 | 2026-06-22T19:20:05.722Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2470 | 2026-06-22T19:20:05.725Z | Compiling waitgroup v0.1.2 |
| 2471 | 2026-06-22T19:20:05.764Z | Compiling backon v1.6.0 |
| 2472 | 2026-06-22T19:20:05.821Z | Compiling rustls-pemfile v2.2.0 |
| 2473 | 2026-06-22T19:20:05.900Z | Compiling serde_path_to_error v0.1.20 |
| 2474 | 2026-06-22T19:20:05.928Z | Compiling hostname v0.4.2 |
| 2475 | 2026-06-22T19:20:05.989Z | Compiling instant v0.1.13 |
| 2476 | 2026-06-22T19:20:06.011Z | Compiling debug-ignore v1.0.5 |
| 2477 | 2026-06-22T19:20:06.034Z | Compiling minimal-lexical v0.2.1 |
| 2478 | 2026-06-22T19:20:06.055Z | Compiling progenitor-extras v0.2.0 |
| 2479 | 2026-06-22T19:20:06.106Z | Compiling backoff v0.4.0 |
| 2480 | 2026-06-22T19:20:06.126Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2481 | 2026-06-22T19:20:06.148Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2482 | 2026-06-22T19:20:06.300Z | Compiling nom v7.1.3 |
| 2483 | 2026-06-22T19:20:06.333Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2484 | 2026-06-22T19:20:06.355Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2485 | 2026-06-22T19:20:06.374Z | Compiling tokio-rustls v0.25.0 |
| 2486 | 2026-06-22T19:20:06.406Z | Compiling parse-display v0.10.0 |
| 2487 | 2026-06-22T19:20:06.452Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2488 | 2026-06-22T19:20:06.655Z | Compiling hickory-proto v0.24.4 |
| 2489 | 2026-06-22T19:20:06.719Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2490 | 2026-06-22T19:20:07.068Z | Compiling regress v0.10.5 |
| 2491 | 2026-06-22T19:20:07.472Z | Compiling macaddr v1.0.1 |
| 2492 | 2026-06-22T19:20:07.549Z | Compiling unicode-xid v0.2.6 |
| 2493 | 2026-06-22T19:20:07.646Z | Compiling humantime v2.3.0 |
| 2494 | 2026-06-22T19:20:07.713Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2495 | 2026-06-22T19:20:07.812Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2496 | 2026-06-22T19:20:07.888Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2497 | 2026-06-22T19:20:07.924Z | Compiling convert_case v0.10.0 |
| 2498 | 2026-06-22T19:20:08.036Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2499 | 2026-06-22T19:20:08.140Z | Compiling toml v0.8.23 |
| 2500 | 2026-06-22T19:20:08.223Z | Compiling derive_more-impl v2.1.1 |
| 2501 | 2026-06-22T19:20:08.446Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2502 | 2026-06-22T19:20:08.647Z | Compiling typify-macro v0.6.2 |
| 2503 | 2026-06-22T19:20:08.697Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2504 | 2026-06-22T19:20:08.722Z | Compiling papergrid v0.11.0 |
| 2505 | 2026-06-22T19:20:08.857Z | Compiling tabled_derive v0.7.0 |
| 2506 | 2026-06-22T19:20:09.000Z | Compiling derive_more v2.1.1 |
| 2507 | 2026-06-22T19:20:09.095Z | Compiling hickory-resolver v0.24.4 |
| 2508 | 2026-06-22T19:20:09.115Z | Compiling termtree v0.5.1 |
| 2509 | 2026-06-22T19:20:09.137Z | Compiling crossterm v0.29.0 |
| 2510 | 2026-06-22T19:20:09.310Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2511 | 2026-06-22T19:20:09.755Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2512 | 2026-06-22T19:20:10.166Z | Compiling typify v0.6.2 |
| 2513 | 2026-06-22T19:20:10.310Z | Compiling progenitor-impl v0.14.0 |
| 2514 | 2026-06-22T19:20:11.026Z | Compiling qorb v0.4.1 |
| 2515 | 2026-06-22T19:20:11.253Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2516 | 2026-06-22T19:20:11.470Z | Compiling tabled v0.15.0 |
| 2517 | 2026-06-22T19:20:12.066Z | Compiling phf_shared v0.12.1 |
| 2518 | 2026-06-22T19:20:12.322Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2519 | 2026-06-22T19:20:12.527Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-06-22T19:20:12.852Z | Compiling csv-core v0.1.13 |
| 2521 | 2026-06-22T19:20:13.280Z | Compiling vte v0.14.1 |
| 2522 | 2026-06-22T19:20:13.418Z | Compiling chrono-tz v0.10.4 |
| 2523 | 2026-06-22T19:20:13.644Z | Compiling highway v1.3.0 |
| 2524 | 2026-06-22T19:20:13.991Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2525 | 2026-06-22T19:20:14.279Z | Compiling strip-ansi-escapes v0.2.1 |
| 2526 | 2026-06-22T19:20:14.363Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-06-22T19:20:14.557Z | Compiling csv v1.4.0 |
| 2528 | 2026-06-22T19:20:14.760Z | Compiling phf v0.12.1 |
| 2529 | 2026-06-22T19:20:14.823Z | Compiling const_format_proc_macros v0.2.34 |
| 2530 | 2026-06-22T19:20:14.850Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2531 | 2026-06-22T19:20:14.872Z | Compiling fd-lock v4.0.4 |
| 2532 | 2026-06-22T19:20:14.963Z | Compiling peg-macros v0.8.5 |
| 2533 | 2026-06-22T19:20:15.046Z | Compiling nu-ansi-term v0.50.3 |
| 2534 | 2026-06-22T19:20:15.320Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2535 | 2026-06-22T19:20:15.580Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2536 | 2026-06-22T19:20:16.147Z | Compiling const_format v0.2.35 |
| 2537 | 2026-06-22T19:20:16.195Z | Compiling peg v0.8.5 |
| 2538 | 2026-06-22T19:20:16.336Z | Compiling reedline v0.40.0 |
| 2539 | 2026-06-22T19:20:16.589Z | Compiling progenitor v0.14.0 |
| 2540 | 2026-06-22T19:20:16.657Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2541 | 2026-06-22T19:20:16.769Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2542 | 2026-06-22T19:20:17.066Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-06-22T19:20:17.290Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2544 | 2026-06-22T19:20:17.703Z | Compiling bcs v0.1.6 |
| 2545 | 2026-06-22T19:20:18.166Z | Compiling nom v8.0.0 |
| 2546 | 2026-06-22T19:20:19.359Z | Compiling semver v0.1.20 |
| 2547 | 2026-06-22T19:20:19.489Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2548 | 2026-06-22T19:20:19.648Z | Compiling rustc_version v0.1.7 |
| 2549 | 2026-06-22T19:20:19.710Z | Compiling unicode-linebreak v0.1.5 |
| 2550 | 2026-06-22T19:20:19.783Z | Compiling smawk v0.3.2 |
| 2551 | 2026-06-22T19:20:19.822Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-06-22T19:20:19.878Z | Compiling newtype_derive v0.1.6 |
| 2553 | 2026-06-22T19:20:19.969Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2554 | 2026-06-22T19:20:20.026Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2555 | 2026-06-22T19:20:20.048Z | Compiling textwrap v0.16.2 |
| 2556 | 2026-06-22T19:20:20.072Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2557 | 2026-06-22T19:20:20.074Z | Compiling base64 v0.21.7 |
| 2558 | 2026-06-22T19:20:20.136Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2559 | 2026-06-22T19:20:20.284Z | Compiling steno v0.4.1 |
| 2560 | 2026-06-22T19:20:20.492Z | Compiling tagptr v0.2.0 |
| 2561 | 2026-06-22T19:20:20.627Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2562 | 2026-06-22T19:20:20.687Z | Compiling utf-8 v0.7.6 |
| 2563 | 2026-06-22T19:20:20.748Z | Compiling moka v0.12.13 |
| 2564 | 2026-06-22T19:20:20.795Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2565 | 2026-06-22T19:20:20.919Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2566 | 2026-06-22T19:20:21.048Z | Compiling tungstenite v0.21.0 |
| 2567 | 2026-06-22T19:20:21.088Z | Compiling display-error-chain v0.2.2 |
| 2568 | 2026-06-22T19:20:21.438Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-06-22T19:20:21.655Z | Compiling tokio-tungstenite v0.21.0 |
| 2570 | 2026-06-22T19:20:22.011Z | Compiling hickory-resolver v0.25.2 |
| 2571 | 2026-06-22T19:20:22.053Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2572 | 2026-06-22T19:20:22.106Z | Compiling radium v0.7.0 |
| 2573 | 2026-06-22T19:20:22.446Z | Compiling tap v1.0.1 |
| 2574 | 2026-06-22T19:20:22.599Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-06-22T19:20:22.662Z | Compiling wyz v0.5.1 |
| 2576 | 2026-06-22T19:20:22.962Z | Compiling vergen-lib v0.1.6 |
| 2577 | 2026-06-22T19:20:23.172Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2578 | 2026-06-22T19:20:23.242Z | Compiling zerocopy-derive v0.6.6 |
| 2579 | 2026-06-22T19:20:23.245Z | Compiling crc-catalog v2.4.0 |
| 2580 | 2026-06-22T19:20:23.410Z | Compiling packed_struct v0.10.1 |
| 2581 | 2026-06-22T19:20:23.645Z | Compiling diesel_derives v2.3.7 |
| 2582 | 2026-06-22T19:20:23.888Z | Compiling funty v2.0.0 |
| 2583 | 2026-06-22T19:20:24.032Z | Compiling zerocopy v0.6.6 |
| 2584 | 2026-06-22T19:20:24.358Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2585 | 2026-06-22T19:20:24.411Z | Compiling bitvec v1.0.1 |
| 2586 | 2026-06-22T19:20:24.825Z | Compiling crc v3.4.0 |
| 2587 | 2026-06-22T19:20:25.051Z | Compiling scheduled-thread-pool v0.2.7 |
| 2588 | 2026-06-22T19:20:25.135Z | Compiling dsl_auto_type v0.2.0 |
| 2589 | 2026-06-22T19:20:25.384Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-06-22T19:20:25.675Z | Compiling vergen-gitcl v1.0.8 |
| 2591 | 2026-06-22T19:20:25.704Z | Compiling bitfield-macros v0.19.4 |
| 2592 | 2026-06-22T19:20:25.899Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2593 | 2026-06-22T19:20:26.039Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2594 | 2026-06-22T19:20:26.193Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2595 | 2026-06-22T19:20:26.397Z | Compiling dirs-sys-next v0.1.2 |
| 2596 | 2026-06-22T19:20:26.422Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2597 | 2026-06-22T19:20:26.424Z | Compiling indexmap v1.9.3 |
| 2598 | 2026-06-22T19:20:26.658Z | Compiling crunchy v0.2.4 |
| 2599 | 2026-06-22T19:20:26.701Z | Compiling maplit v1.0.2 |
| 2600 | 2026-06-22T19:20:26.726Z | Compiling glob v0.3.3 |
| 2601 | 2026-06-22T19:20:26.821Z | Compiling nodrop v0.1.14 |
| 2602 | 2026-06-22T19:20:26.840Z | Compiling proc-macro-error2 v2.0.1 |
| 2603 | 2026-06-22T19:20:26.969Z | Compiling array-init v0.0.4 |
| 2604 | 2026-06-22T19:20:27.016Z | Compiling dirs-next v2.0.0 |
| 2605 | 2026-06-22T19:20:27.102Z | Compiling clang-sys v1.8.1 |
| 2606 | 2026-06-22T19:20:27.184Z | Compiling bitfield v0.19.4 |
| 2607 | 2026-06-22T19:20:27.405Z | Compiling r2d2 v0.8.10 |
| 2608 | 2026-06-22T19:20:27.499Z | Compiling smallvec v0.6.14 |
| 2609 | 2026-06-22T19:20:27.701Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-06-22T19:20:27.748Z | Compiling hashbrown v0.12.3 |
| 2611 | 2026-06-22T19:20:27.771Z | Compiling tiny-keccak v2.0.2 |
| 2612 | 2026-06-22T19:20:27.847Z | Compiling downcast-rs v2.0.2 |
| 2613 | 2026-06-22T19:20:28.030Z | Compiling serde-hex v0.1.0 |
| 2614 | 2026-06-22T19:20:28.414Z | Compiling tabled_derive v0.11.0 |
| 2615 | 2026-06-22T19:20:28.491Z | Compiling term v0.7.0 |
| 2616 | 2026-06-22T19:20:28.569Z | Compiling libscf-sys v1.1.0 |
| 2617 | 2026-06-22T19:20:28.612Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2618 | 2026-06-22T19:20:28.737Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2619 | 2026-06-22T19:20:28.757Z | Compiling ron v0.8.1 |
| 2620 | 2026-06-22T19:20:28.843Z | Compiling papergrid v0.17.0 |
| 2621 | 2026-06-22T19:20:28.865Z | Compiling testing_table v0.3.0 |
| 2622 | 2026-06-22T19:20:28.970Z | Compiling hashbrown v0.13.2 |
| 2623 | 2026-06-22T19:20:28.992Z | Compiling crc-any v2.5.0 |
| 2624 | 2026-06-22T19:20:29.302Z | Compiling bit-vec v0.6.3 |
| 2625 | 2026-06-22T19:20:29.436Z | Compiling ascii-canvas v3.0.0 |
| 2626 | 2026-06-22T19:20:29.448Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-06-22T19:20:29.537Z | Compiling object v0.30.4 |
| 2628 | 2026-06-22T19:20:29.576Z | Compiling bit-set v0.5.3 |
| 2629 | 2026-06-22T19:20:29.677Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-06-22T19:20:29.760Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2631 | 2026-06-22T19:20:30.138Z | Compiling tabled v0.20.0 |
| 2632 | 2026-06-22T19:20:30.382Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2633 | 2026-06-22T19:20:30.404Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2634 | 2026-06-22T19:20:30.887Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2635 | 2026-06-22T19:20:30.994Z | Compiling progenitor-impl v0.13.0 |
| 2636 | 2026-06-22T19:20:31.134Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2637 | 2026-06-22T19:20:31.383Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2638 | 2026-06-22T19:20:31.505Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2639 | 2026-06-22T19:20:31.681Z | Compiling diesel v2.3.7 |
| 2640 | 2026-06-22T19:20:31.707Z | Compiling itertools v0.10.5 |
| 2641 | 2026-06-22T19:20:31.710Z | Compiling ena v0.14.4 |
| 2642 | 2026-06-22T19:20:31.710Z | Compiling libloading v0.8.9 |
| 2643 | 2026-06-22T19:20:31.968Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2644 | 2026-06-22T19:20:31.993Z | Compiling bindgen v0.71.1 |
| 2645 | 2026-06-22T19:20:32.200Z | Compiling path-slash v0.1.5 |
| 2646 | 2026-06-22T19:20:32.297Z | Compiling diff v0.1.13 |
| 2647 | 2026-06-22T19:20:32.402Z | Compiling unicase v2.9.0 |
| 2648 | 2026-06-22T19:20:32.560Z | Compiling regex-syntax v0.6.29 |
| 2649 | 2026-06-22T19:20:32.698Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-06-22T19:20:32.828Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2651 | 2026-06-22T19:20:33.094Z | Compiling xshell v0.2.7 |
| 2652 | 2026-06-22T19:20:33.177Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2653 | 2026-06-22T19:20:34.289Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-06-22T19:20:34.447Z | Compiling progenitor-macro v0.13.0 |
| 2655 | 2026-06-22T19:20:34.561Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2656 | 2026-06-22T19:20:35.565Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-06-22T19:20:35.946Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-06-22T19:20:36.160Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2659 | 2026-06-22T19:20:36.225Z | Compiling progenitor-client v0.13.0 |
| 2660 | 2026-06-22T19:20:36.620Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-06-22T19:20:36.792Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2662 | 2026-06-22T19:20:37.977Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2663 | 2026-06-22T19:20:38.025Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2664 | 2026-06-22T19:20:38.439Z | Compiling progenitor v0.13.0 |
| 2665 | 2026-06-22T19:20:38.491Z | Compiling headers-core v0.3.0 |
| 2666 | 2026-06-22T19:20:38.624Z | Compiling libxml v0.3.3 |
| 2667 | 2026-06-22T19:20:38.652Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-06-22T19:20:38.674Z | Compiling headers v0.4.1 |
| 2669 | 2026-06-22T19:20:38.791Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-06-22T19:20:38.917Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-06-22T19:20:38.992Z | Compiling indoc v1.0.9 |
| 2672 | 2026-06-22T19:20:39.170Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2673 | 2026-06-22T19:20:39.215Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-06-22T19:20:39.423Z | Compiling git-stub v1.0.0 |
| 2675 | 2026-06-22T19:20:39.445Z | Compiling derive_builder v0.20.2 |
| 2676 | 2026-06-22T19:20:39.642Z | Compiling quick-xml v0.37.5 |
| 2677 | 2026-06-22T19:20:39.689Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-06-22T19:20:39.941Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2679 | 2026-06-22T19:20:40.160Z | Compiling openssl-probe v0.1.6 |
| 2680 | 2026-06-22T19:20:40.199Z | Compiling git-stub-vcs v0.1.0 |
| 2681 | 2026-06-22T19:20:40.353Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-06-22T19:20:40.453Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2683 | 2026-06-22T19:20:40.551Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2684 | 2026-06-22T19:20:40.771Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2685 | 2026-06-22T19:20:40.903Z | Compiling bb8 v0.8.6 |
| 2686 | 2026-06-22T19:20:41.060Z | Compiling trait-variant v0.1.2 |
| 2687 | 2026-06-22T19:20:41.182Z | Compiling half v1.8.3 |
| 2688 | 2026-06-22T19:20:41.312Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-06-22T19:20:41.378Z | Compiling samael v0.0.19 |
| 2690 | 2026-06-22T19:20:41.579Z | Compiling serde_cbor v0.11.2 |
| 2691 | 2026-06-22T19:20:41.628Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2692 | 2026-06-22T19:20:41.682Z | Compiling polar-core v0.27.3 |
| 2693 | 2026-06-22T19:20:41.702Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2694 | 2026-06-22T19:20:42.310Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2695 | 2026-06-22T19:20:42.529Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2696 | 2026-06-22T19:20:42.570Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2697 | 2026-06-22T19:20:42.737Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2698 | 2026-06-22T19:20:42.902Z | Compiling nonempty v0.12.0 |
| 2699 | 2026-06-22T19:20:42.969Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2700 | 2026-06-22T19:20:43.019Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-06-22T19:20:43.131Z | Compiling libz-sys v1.1.24 |
| 2702 | 2026-06-22T19:20:43.174Z | Compiling salty v0.3.0 |
| 2703 | 2026-06-22T19:20:43.607Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2704 | 2026-06-22T19:20:43.763Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-06-22T19:20:43.947Z | Compiling kstat-rs v0.2.4 |
| 2706 | 2026-06-22T19:20:44.359Z | Compiling arc-swap v1.8.2 |
| 2707 | 2026-06-22T19:20:44.423Z | Compiling fs-err v2.11.0 |
| 2708 | 2026-06-22T19:20:44.788Z | Compiling slog-scope v4.4.1 |
| 2709 | 2026-06-22T19:20:44.836Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2710 | 2026-06-22T19:20:44.904Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-06-22T19:20:45.179Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2712 | 2026-06-22T19:20:45.413Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2713 | 2026-06-22T19:20:45.872Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2714 | 2026-06-22T19:20:45.909Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2715 | 2026-06-22T19:20:46.242Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2716 | 2026-06-22T19:20:46.641Z | Compiling nanorand v0.7.0 |
| 2717 | 2026-06-22T19:20:47.021Z | Compiling darling_core v0.23.0 |
| 2718 | 2026-06-22T19:20:47.044Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2719 | 2026-06-22T19:20:47.203Z | Compiling parking_lot_core v0.8.6 |
| 2720 | 2026-06-22T19:20:47.536Z | Compiling flume v0.11.1 |
| 2721 | 2026-06-22T19:20:47.602Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2722 | 2026-06-22T19:20:48.016Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2723 | 2026-06-22T19:20:49.101Z | Compiling diesel-dtrace v0.5.0 |
| 2724 | 2026-06-22T19:20:49.223Z | Compiling async-bb8-diesel v0.2.1 |
| 2725 | 2026-06-22T19:20:49.244Z | Compiling darling_macro v0.23.0 |
| 2726 | 2026-06-22T19:20:49.421Z | Compiling slog-stdlog v4.1.1 |
| 2727 | 2026-06-22T19:20:49.874Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2728 | 2026-06-22T19:20:49.948Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2729 | 2026-06-22T19:20:49.999Z | Compiling primeorder v0.13.6 |
| 2730 | 2026-06-22T19:20:50.062Z | Compiling atty v0.2.14 |
| 2731 | 2026-06-22T19:20:50.207Z | Compiling strsim v0.10.0 |
| 2732 | 2026-06-22T19:20:50.307Z | Compiling http-range v0.1.5 |
| 2733 | 2026-06-22T19:20:50.509Z | Compiling oso v0.27.3 |
| 2734 | 2026-06-22T19:20:50.655Z | Compiling parse-size v1.1.0 |
| 2735 | 2026-06-22T19:20:50.858Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2736 | 2026-06-22T19:20:51.103Z | Compiling instability v0.3.11 |
| 2737 | 2026-06-22T19:20:51.155Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2738 | 2026-06-22T19:20:51.382Z | Compiling darling_core v0.13.4 |
| 2739 | 2026-06-22T19:20:52.026Z | Compiling p384 v0.13.1 |
| 2740 | 2026-06-22T19:20:53.063Z | Compiling darling v0.23.0 |
| 2741 | 2026-06-22T19:20:53.177Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2742 | 2026-06-22T19:20:54.217Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2743 | 2026-06-22T19:20:55.305Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2744 | 2026-06-22T19:20:55.874Z | Compiling slog-envlogger v2.2.0 |
| 2745 | 2026-06-22T19:20:56.909Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2746 | 2026-06-22T19:20:57.597Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2747 | 2026-06-22T19:20:57.794Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2748 | 2026-06-22T19:20:58.048Z | Compiling ignore v0.4.25 |
| 2749 | 2026-06-22T19:20:58.342Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2750 | 2026-06-22T19:20:58.345Z | Compiling vergen-git2 v9.1.0 |
| 2751 | 2026-06-22T19:20:58.613Z | Compiling castaway v0.2.4 |
| 2752 | 2026-06-22T19:20:58.756Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-06-22T19:20:58.802Z | Compiling indoc v2.0.7 |
| 2754 | 2026-06-22T19:20:59.081Z | Compiling compact_str v0.8.1 |
| 2755 | 2026-06-22T19:20:59.725Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-06-22T19:20:59.937Z | Compiling globwalk v0.9.1 |
| 2757 | 2026-06-22T19:21:00.255Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2758 | 2026-06-22T19:21:00.581Z | Compiling parking_lot v0.11.2 |
| 2759 | 2026-06-22T19:21:00.612Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2760 | 2026-06-22T19:21:00.891Z | Compiling hyper-staticfile v0.10.1 |
| 2761 | 2026-06-22T19:21:01.257Z | Compiling darling_macro v0.13.4 |
| 2762 | 2026-06-22T19:21:01.737Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2763 | 2026-06-22T19:21:01.763Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2764 | 2026-06-22T19:21:01.808Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2765 | 2026-06-22T19:21:01.925Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2766 | 2026-06-22T19:21:02.090Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2767 | 2026-06-22T19:21:02.290Z | Compiling predicates-tree v1.0.13 |
| 2768 | 2026-06-22T19:21:02.373Z | Compiling unicode-truncate v1.1.0 |
| 2769 | 2026-06-22T19:21:02.471Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2770 | 2026-06-22T19:21:02.563Z | Compiling lru v0.12.5 |
| 2771 | 2026-06-22T19:21:02.591Z | Compiling prefix-trie v0.7.0 |
| 2772 | 2026-06-22T19:21:02.688Z | Compiling rand_seeder v0.4.0 |
| 2773 | 2026-06-22T19:21:02.777Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-06-22T19:21:02.789Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2775 | 2026-06-22T19:21:02.944Z | Compiling cassowary v0.3.0 |
| 2776 | 2026-06-22T19:21:03.031Z | Compiling corncobs v0.1.4 |
| 2777 | 2026-06-22T19:21:03.083Z | Compiling rustls v0.21.12 |
| 2778 | 2026-06-22T19:21:03.114Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2779 | 2026-06-22T19:21:03.227Z | Compiling ratatui v0.29.0 |
| 2780 | 2026-06-22T19:21:03.272Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-06-22T19:21:03.376Z | Compiling hickory-server v0.25.2 |
| 2782 | 2026-06-22T19:21:03.425Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2783 | 2026-06-22T19:21:03.629Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2784 | 2026-06-22T19:21:03.810Z | Compiling camino-tempfile-ext v0.3.3 |
| 2785 | 2026-06-22T19:21:04.022Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-06-22T19:21:04.045Z | Compiling darling v0.13.4 |
| 2787 | 2026-06-22T19:21:04.347Z | Compiling sled v0.34.7 |
| 2788 | 2026-06-22T19:21:04.446Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2789 | 2026-06-22T19:21:04.513Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2790 | 2026-06-22T19:21:05.268Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2791 | 2026-06-22T19:21:06.665Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2792 | 2026-06-22T19:21:07.381Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2793 | 2026-06-22T19:21:07.514Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2794 | 2026-06-22T19:21:07.624Z | Compiling sct v0.7.1 |
| 2795 | 2026-06-22T19:21:07.759Z | Compiling rustls-webpki v0.101.7 |
| 2796 | 2026-06-22T19:21:07.875Z | Compiling secrecy v0.8.0 |
| 2797 | 2026-06-22T19:21:07.897Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-06-22T19:21:08.400Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2799 | 2026-06-22T19:21:09.454Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-06-22T19:21:09.786Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2801 | 2026-06-22T19:21:09.921Z | Compiling serde_with_macros v1.5.2 |
| 2802 | 2026-06-22T19:21:10.563Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2803 | 2026-06-22T19:21:10.890Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2804 | 2026-06-22T19:21:11.375Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2805 | 2026-06-22T19:21:11.397Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2806 | 2026-06-22T19:21:11.630Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2807 | 2026-06-22T19:21:11.851Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2808 | 2026-06-22T19:21:12.073Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2809 | 2026-06-22T19:21:12.315Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2810 | 2026-06-22T19:21:12.532Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-06-22T19:21:12.758Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2812 | 2026-06-22T19:21:12.984Z | Compiling git2 v0.20.4 |
| 2813 | 2026-06-22T19:21:12.990Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2814 | 2026-06-22T19:21:13.232Z | Compiling void v1.0.2 |
| 2815 | 2026-06-22T19:21:13.376Z | Compiling lzss v0.8.2 |
| 2816 | 2026-06-22T19:21:13.726Z | Compiling illumos-nvpair v0.3.0 |
| 2817 | 2026-06-22T19:21:14.208Z | Compiling serde_with v1.14.0 |
| 2818 | 2026-06-22T19:21:14.293Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2819 | 2026-06-22T19:21:14.906Z | Compiling tokio-rustls v0.24.1 |
| 2820 | 2026-06-22T19:21:15.677Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2821 | 2026-06-22T19:21:15.703Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2822 | 2026-06-22T19:21:16.034Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2823 | 2026-06-22T19:21:16.274Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2824 | 2026-06-22T19:21:17.625Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2825 | 2026-06-22T19:21:18.018Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2826 | 2026-06-22T19:21:18.477Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2827 | 2026-06-22T19:21:18.949Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2828 | 2026-06-22T19:21:19.002Z | Compiling tungstenite v0.23.0 |
| 2829 | 2026-06-22T19:21:19.154Z | Compiling rustls-pemfile v1.0.4 |
| 2830 | 2026-06-22T19:21:19.200Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2831 | 2026-06-22T19:21:19.365Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2832 | 2026-06-22T19:21:19.573Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2833 | 2026-06-22T19:21:19.594Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2834 | 2026-06-22T19:21:19.806Z | Compiling nix v0.27.1 |
| 2835 | 2026-06-22T19:21:20.493Z | Compiling twox-hash v2.1.2 |
| 2836 | 2026-06-22T19:21:20.990Z | Compiling serde_bytes v0.11.19 |
| 2837 | 2026-06-22T19:21:20.993Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2838 | 2026-06-22T19:21:21.276Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2839 | 2026-06-22T19:21:21.332Z | Compiling tokio-tungstenite v0.23.1 |
| 2840 | 2026-06-22T19:21:21.392Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2841 | 2026-06-22T19:21:21.735Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2842 | 2026-06-22T19:21:21.772Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2843 | 2026-06-22T19:21:22.441Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2844 | 2026-06-22T19:21:23.785Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2845 | 2026-06-22T19:21:24.429Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2846 | 2026-06-22T19:21:25.180Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2847 | 2026-06-22T19:21:25.301Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2848 | 2026-06-22T19:21:25.579Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2849 | 2026-06-22T19:21:25.691Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2850 | 2026-06-22T19:21:26.130Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2851 | 2026-06-22T19:21:26.398Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2852 | 2026-06-22T19:21:26.447Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2853 | 2026-06-22T19:21:26.469Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2854 | 2026-06-22T19:21:26.566Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2855 | 2026-06-22T19:21:27.419Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2856 | 2026-06-22T19:21:28.115Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2857 | 2026-06-22T19:21:30.654Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2858 | 2026-06-22T19:21:30.839Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2859 | 2026-06-22T19:21:31.266Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2860 | 2026-06-22T19:21:32.146Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2861 | 2026-06-22T19:21:32.630Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2862 | 2026-06-22T19:21:32.855Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2863 | 2026-06-22T19:21:33.369Z | Compiling signal-hook-tokio v0.3.1 |
| 2864 | 2026-06-22T19:21:33.393Z | Compiling fatfs v0.3.6 |
| 2865 | 2026-06-22T19:21:33.515Z | Compiling yasna v0.5.2 |
| 2866 | 2026-06-22T19:21:33.570Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2867 | 2026-06-22T19:21:33.814Z | Compiling is_ci v1.2.0 |
| 2868 | 2026-06-22T19:21:34.037Z | Compiling assert_matches v1.5.0 |
| 2869 | 2026-06-22T19:21:34.129Z | Compiling seq-macro v0.3.6 |
| 2870 | 2026-06-22T19:21:34.150Z | Compiling rcgen v0.12.1 |
| 2871 | 2026-06-22T19:21:34.631Z | Compiling supports-color v3.0.2 |
| 2872 | 2026-06-22T19:21:34.672Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2873 | 2026-06-22T19:21:35.019Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2874 | 2026-06-22T19:21:36.094Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2875 | 2026-06-22T19:21:37.389Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2876 | 2026-06-22T19:21:37.624Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2877 | 2026-06-22T19:21:37.860Z | Compiling subprocess v0.2.15 |
| 2878 | 2026-06-22T19:21:38.060Z | Compiling rtoolbox v0.0.3 |
| 2879 | 2026-06-22T19:21:38.358Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2880 | 2026-06-22T19:21:38.640Z | Compiling rpassword v7.4.0 |
| 2881 | 2026-06-22T19:21:38.989Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2882 | 2026-06-22T19:21:39.991Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2883 | 2026-06-22T19:21:40.063Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2884 | 2026-06-22T19:21:40.191Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2885 | 2026-06-22T19:21:41.436Z | Compiling tui-tree-widget v0.23.1 |
| 2886 | 2026-06-22T19:21:41.721Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2887 | 2026-06-22T19:21:42.022Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2888 | 2026-06-22T19:21:42.491Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2889 | 2026-06-22T19:21:42.714Z | Compiling uzers v0.12.2 |
| 2890 | 2026-06-22T19:21:43.532Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-06-22T19:21:44.165Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2892 | 2026-06-22T19:21:45.149Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2893 | 2026-06-22T19:21:46.426Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2894 | 2026-06-22T19:21:47.551Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2895 | 2026-06-22T19:21:49.161Z | Compiling support-bundle-viewer v0.1.2 |
| 2896 | 2026-06-22T19:21:49.728Z | Compiling multimap v0.10.1 |
| 2897 | 2026-06-22T19:22:00.808Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2898 | 2026-06-22T19:22:09.327Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2899 | 2026-06-22T19:22:12.136Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2900 | 2026-06-22T19:22:12.520Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2901 | 2026-06-22T19:22:14.914Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2902 | 2026-06-22T19:28:30.803Z | Finished `release` profile [optimized] target(s) in 8m 28s |
| 2903 | 2026-06-22T19:29:16.448Z | |
| 2904 | 2026-06-22T19:29:16.448Z | real 9:15.243303532 |
| 2905 | 2026-06-22T19:29:16.451Z | user 1:18:45.622759416 |
| 2906 | 2026-06-22T19:29:16.451Z | sys 3:25.897691582 |
| 2907 | 2026-06-22T19:29:16.451Z | trap 1.748087982 |
| 2908 | 2026-06-22T19:29:16.451Z | tflt 2.391554968 |
| 2909 | 2026-06-22T19:29:16.451Z | dflt 17.609316271 |
| 2910 | 2026-06-22T19:29:16.451Z | kflt 0.005876192 |
| 2911 | 2026-06-22T19:29:16.451Z | lock 6:53:12.047527718 |
| 2912 | 2026-06-22T19:29:16.451Z | slp 2:12:48.439024276 |
| 2913 | 2026-06-22T19:29:16.451Z | lat 2:20.623925305 |
| 2914 | 2026-06-22T19:29:16.452Z | stop 5:05.062799639 |
| 2915 | 2026-06-22T19:29:16.452Z | + mapfile -t packages |
| 2916 | 2026-06-22T19:29:16.452Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2917 | 2026-06-22T19:29:17.310Z | Finished `release` profile [optimized] target(s) in 0.85s |
| 2918 | 2026-06-22T19:29:17.383Z | Running `target/release/omicron-package -t test list-outputs` |
| 2919 | 2026-06-22T19:29:17.445Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2920 | 2026-06-22T19:29:17.448Z | + ptime -m cargo build --locked --release -p xtask |
| 2921 | 2026-06-22T19:29:17.919Z | Compiling libc v0.2.185 |
| 2922 | 2026-06-22T19:29:17.919Z | Compiling serde v1.0.228 |
| 2923 | 2026-06-22T19:29:17.926Z | Compiling serde_core v1.0.228 |
| 2924 | 2026-06-22T19:29:17.926Z | Compiling rustix v1.1.3 |
| 2925 | 2026-06-22T19:29:18.005Z | Compiling bitflags v2.11.0 |
| 2926 | 2026-06-22T19:29:18.435Z | Compiling serde_json v1.0.149 |
| 2927 | 2026-06-22T19:29:18.442Z | Compiling num-traits v0.2.19 |
| 2928 | 2026-06-22T19:29:18.442Z | Compiling syn v2.0.117 |
| 2929 | 2026-06-22T19:29:18.442Z | Compiling smallvec v1.15.1 |
| 2930 | 2026-06-22T19:29:18.442Z | Compiling indexmap v2.14.0 |
| 2931 | 2026-06-22T19:29:18.443Z | Compiling usdt-impl v0.5.0 |
| 2932 | 2026-06-22T19:29:18.443Z | Compiling syn v1.0.109 |
| 2933 | 2026-06-22T19:29:18.443Z | Compiling getrandom v0.4.1 |
| 2934 | 2026-06-22T19:29:18.443Z | Compiling percent-encoding v2.3.2 |
| 2935 | 2026-06-22T19:29:18.443Z | Compiling log v0.4.29 |
| 2936 | 2026-06-22T19:29:18.443Z | Compiling form_urlencoded v1.2.2 |
| 2937 | 2026-06-22T19:29:18.493Z | Compiling fs-err v3.3.0 |
| 2938 | 2026-06-22T19:29:18.912Z | Compiling heck v0.4.1 |
| 2939 | 2026-06-22T19:29:18.916Z | Compiling once_cell v1.21.3 |
| 2940 | 2026-06-22T19:29:18.916Z | Compiling anyhow v1.0.102 |
| 2941 | 2026-06-22T19:29:18.916Z | Compiling errno v0.3.14 |
| 2942 | 2026-06-22T19:29:18.916Z | Compiling thread-id v4.2.2 |
| 2943 | 2026-06-22T19:29:18.916Z | Compiling memmap v0.7.0 |
| 2944 | 2026-06-22T19:29:19.051Z | Compiling ordered-float v2.10.1 |
| 2945 | 2026-06-22T19:29:19.587Z | Compiling proc-macro-error v1.0.4 |
| 2946 | 2026-06-22T19:29:19.710Z | Compiling terminal_size v0.4.3 |
| 2947 | 2026-06-22T19:29:19.715Z | Compiling tempfile v3.25.0 |
| 2948 | 2026-06-22T19:29:19.809Z | Compiling clap_builder v4.6.0 |
| 2949 | 2026-06-22T19:29:19.809Z | Compiling textwrap v0.16.2 |
| 2950 | 2026-06-22T19:29:19.838Z | Compiling tabled_derive v0.7.0 |
| 2951 | 2026-06-22T19:29:19.943Z | Compiling camino-tempfile v1.4.1 |
| 2952 | 2026-06-22T19:29:20.491Z | Compiling tabled v0.15.0 |
| 2953 | 2026-06-22T19:29:20.558Z | Compiling synstructure v0.13.2 |
| 2954 | 2026-06-22T19:29:20.558Z | Compiling pest_generator v2.8.6 |
| 2955 | 2026-06-22T19:29:20.956Z | Compiling serde_derive v1.0.228 |
| 2956 | 2026-06-22T19:29:20.967Z | Compiling zerovec-derive v0.11.2 |
| 2957 | 2026-06-22T19:29:20.967Z | Compiling displaydoc v0.2.5 |
| 2958 | 2026-06-22T19:29:20.967Z | Compiling thiserror-impl v1.0.69 |
| 2959 | 2026-06-22T19:29:20.967Z | Compiling zerocopy-derive v0.7.35 |
| 2960 | 2026-06-22T19:29:20.967Z | Compiling scroll_derive v0.12.1 |
| 2961 | 2026-06-22T19:29:20.967Z | Compiling thiserror-impl v2.0.18 |
| 2962 | 2026-06-22T19:29:20.971Z | Compiling clap_derive v4.6.1 |
| 2963 | 2026-06-22T19:29:21.005Z | Compiling zerofrom-derive v0.1.6 |
| 2964 | 2026-06-22T19:29:21.013Z | Compiling yoke-derive v0.8.1 |
| 2965 | 2026-06-22T19:29:21.080Z | Compiling pest_derive v2.8.6 |
| 2966 | 2026-06-22T19:29:21.665Z | Compiling scroll v0.12.0 |
| 2967 | 2026-06-22T19:29:21.787Z | Compiling zerocopy v0.7.35 |
| 2968 | 2026-06-22T19:29:22.335Z | Compiling goblin v0.8.2 |
| 2969 | 2026-06-22T19:29:22.340Z | Compiling thiserror v1.0.69 |
| 2970 | 2026-06-22T19:29:22.340Z | Compiling zerofrom v0.1.6 |
| 2971 | 2026-06-22T19:29:22.340Z | Compiling thiserror v2.0.18 |
| 2972 | 2026-06-22T19:29:22.340Z | Compiling dtrace-parser v0.2.0 |
| 2973 | 2026-06-22T19:29:22.340Z | Compiling yoke v0.8.1 |
| 2974 | 2026-06-22T19:29:22.546Z | Compiling zerovec v0.11.5 |
| 2975 | 2026-06-22T19:29:22.597Z | Compiling zerotrie v0.2.3 |
| 2976 | 2026-06-22T19:29:22.657Z | Compiling clap v4.6.1 |
| 2977 | 2026-06-22T19:29:23.189Z | Compiling tinystr v0.8.2 |
| 2978 | 2026-06-22T19:29:23.462Z | Compiling icu_locale_core v2.1.1 |
| 2979 | 2026-06-22T19:29:23.948Z | Compiling potential_utf v0.1.4 |
| 2980 | 2026-06-22T19:29:24.157Z | Compiling icu_collections v2.1.1 |
| 2981 | 2026-06-22T19:29:24.177Z | Compiling icu_provider v2.1.1 |
| 2982 | 2026-06-22T19:29:24.261Z | Compiling toml_datetime v0.6.11 |
| 2983 | 2026-06-22T19:29:24.525Z | Compiling icu_properties v2.1.2 |
| 2984 | 2026-06-22T19:29:24.605Z | Compiling icu_normalizer v2.1.1 |
| 2985 | 2026-06-22T19:29:24.662Z | Compiling serde_spanned v0.6.9 |
| 2986 | 2026-06-22T19:29:24.676Z | Compiling dof v0.3.0 |
| 2987 | 2026-06-22T19:29:24.830Z | Compiling toml_edit v0.22.27 |
| 2988 | 2026-06-22T19:29:25.846Z | Compiling serde_tokenstream v0.2.3 |
| 2989 | 2026-06-22T19:29:25.849Z | Compiling serde-value v0.7.0 |
| 2990 | 2026-06-22T19:29:25.849Z | Compiling cargo-platform v0.2.0 |
| 2991 | 2026-06-22T19:29:25.849Z | Compiling macaddr v1.0.1 |
| 2992 | 2026-06-22T19:29:25.849Z | Compiling idna_adapter v1.2.1 |
| 2993 | 2026-06-22T19:29:25.849Z | Compiling usdt-attr-macro v0.5.0 |
| 2994 | 2026-06-22T19:29:25.849Z | Compiling usdt-macro v0.5.0 |
| 2995 | 2026-06-22T19:29:25.849Z | Compiling idna v1.1.0 |
| 2996 | 2026-06-22T19:29:25.875Z | Compiling url v2.5.8 |
| 2997 | 2026-06-22T19:29:26.139Z | Compiling usdt v0.5.0 |
| 2998 | 2026-06-22T19:29:26.391Z | Compiling toml v0.8.23 |
| 2999 | 2026-06-22T19:29:26.840Z | Compiling cargo-util-schemas v0.8.2 |
| 3000 | 2026-06-22T19:29:26.840Z | Compiling cargo_toml v0.21.0 |
| 3001 | 2026-06-22T19:29:27.856Z | Compiling cargo_metadata v0.21.0 |
| 3002 | 2026-06-22T19:29:30.883Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3003 | 2026-06-22T19:29:33.896Z | Finished `release` profile [optimized] target(s) in 16.43s |
| 3004 | 2026-06-22T19:29:34.035Z | |
| 3005 | 2026-06-22T19:29:34.035Z | real 16.550323888 |
| 3006 | 2026-06-22T19:29:34.035Z | user 2:21.300834488 |
| 3007 | 2026-06-22T19:29:34.035Z | sys 16.698942026 |
| 3008 | 2026-06-22T19:29:34.035Z | trap 0.087541818 |
| 3009 | 2026-06-22T19:29:34.035Z | tflt 0.571798449 |
| 3010 | 2026-06-22T19:29:34.041Z | dflt 1.450935116 |
| 3011 | 2026-06-22T19:29:34.041Z | kflt 0.000066350 |
| 3012 | 2026-06-22T19:29:34.041Z | lock 5:15.320705122 |
| 3013 | 2026-06-22T19:29:34.041Z | slp 3:25.148067393 |
| 3014 | 2026-06-22T19:29:34.041Z | lat 5.546052881 |
| 3015 | 2026-06-22T19:29:34.041Z | stop 18.254181274 |
| 3016 | 2026-06-22T19:29:34.041Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3017 | 2026-06-22T19:29:34.041Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3018 | 2026-06-22T19:29:34.041Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3019 | 2026-06-22T19:29:34.041Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3020 | 2026-06-22T19:29:34.041Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3021 | 2026-06-22T19:29:34.910Z | Compiling progenitor-client v0.14.0 |
| 3022 | 2026-06-22T19:29:34.915Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3023 | 2026-06-22T19:29:34.915Z | Compiling newtype-uuid-macros v0.1.0 |
| 3024 | 2026-06-22T19:29:34.915Z | Compiling match_cfg v0.1.0 |
| 3025 | 2026-06-22T19:29:34.915Z | Compiling slog-json v2.6.1 |
| 3026 | 2026-06-22T19:29:34.915Z | Compiling structmeta-derive v0.3.0 |
| 3027 | 2026-06-22T19:29:34.915Z | Compiling rustls v0.22.4 |
| 3028 | 2026-06-22T19:29:34.915Z | Compiling rustls-webpki v0.102.8 |
| 3029 | 2026-06-22T19:29:34.915Z | Compiling multer v3.1.0 |
| 3030 | 2026-06-22T19:29:35.048Z | Compiling compression-core v0.4.31 |
| 3031 | 2026-06-22T19:29:35.052Z | Compiling debug-ignore v1.0.5 |
| 3032 | 2026-06-22T19:29:35.052Z | Compiling atomicwrites v0.4.4 |
| 3033 | 2026-06-22T19:29:35.065Z | Compiling itertools v0.14.0 |
| 3034 | 2026-06-22T19:29:35.114Z | Compiling async-stream-impl v0.3.6 |
| 3035 | 2026-06-22T19:29:35.125Z | Compiling serde_spanned v1.0.4 |
| 3036 | 2026-06-22T19:29:35.145Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3037 | 2026-06-22T19:29:35.357Z | Compiling hostname v0.3.1 |
| 3038 | 2026-06-22T19:29:35.357Z | Compiling compression-codecs v0.4.37 |
| 3039 | 2026-06-22T19:29:35.362Z | Compiling dropshot v0.17.0 |
| 3040 | 2026-06-22T19:29:35.377Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3041 | 2026-06-22T19:29:35.812Z | Compiling waitgroup v0.1.2 |
| 3042 | 2026-06-22T19:29:35.815Z | Compiling dropshot_endpoint v0.17.0 |
| 3043 | 2026-06-22T19:29:35.815Z | Compiling rustls-pemfile v2.2.0 |
| 3044 | 2026-06-22T19:29:35.815Z | Compiling slog-bunyan v2.5.0 |
| 3045 | 2026-06-22T19:29:35.815Z | Compiling serde_path_to_error v0.1.20 |
| 3046 | 2026-06-22T19:29:35.815Z | Compiling hostname v0.4.2 |
| 3047 | 2026-06-22T19:29:35.815Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3048 | 2026-06-22T19:29:35.815Z | Compiling async-compression v0.4.41 |
| 3049 | 2026-06-22T19:29:35.815Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3050 | 2026-06-22T19:29:35.815Z | Compiling macaddr v1.0.1 |
| 3051 | 2026-06-22T19:29:35.815Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3052 | 2026-06-22T19:29:35.815Z | Compiling instant v0.1.13 |
| 3053 | 2026-06-22T19:29:35.815Z | Compiling async-stream v0.3.6 |
| 3054 | 2026-06-22T19:29:35.815Z | Compiling regress v0.10.5 |
| 3055 | 2026-06-22T19:29:35.858Z | Compiling backon v1.6.0 |
| 3056 | 2026-06-22T19:29:35.885Z | Compiling backoff v0.4.0 |
| 3057 | 2026-06-22T19:29:35.888Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3058 | 2026-06-22T19:29:35.920Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3059 | 2026-06-22T19:29:35.933Z | Compiling humantime v2.3.0 |
| 3060 | 2026-06-22T19:29:35.933Z | Compiling universal-hash v0.5.1 |
| 3061 | 2026-06-22T19:29:35.995Z | Compiling opaque-debug v0.3.1 |
| 3062 | 2026-06-22T19:29:36.013Z | Compiling regress v0.11.1 |
| 3063 | 2026-06-22T19:29:36.084Z | Compiling progenitor-extras v0.2.0 |
| 3064 | 2026-06-22T19:29:36.085Z | Compiling half v2.7.1 |
| 3065 | 2026-06-22T19:29:36.119Z | Compiling ciborium-io v0.2.2 |
| 3066 | 2026-06-22T19:29:36.124Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3067 | 2026-06-22T19:29:36.154Z | Compiling crucible-workspace-hack v0.1.0 |
| 3068 | 2026-06-22T19:29:36.169Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3069 | 2026-06-22T19:29:36.189Z | Compiling structmeta v0.3.0 |
| 3070 | 2026-06-22T19:29:36.226Z | Compiling convert_case v0.4.0 |
| 3071 | 2026-06-22T19:29:36.261Z | Compiling aead v0.5.2 |
| 3072 | 2026-06-22T19:29:36.339Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3073 | 2026-06-22T19:29:36.357Z | Compiling ciborium-ll v0.2.2 |
| 3074 | 2026-06-22T19:29:36.376Z | Compiling secrecy v0.10.3 |
| 3075 | 2026-06-22T19:29:36.379Z | Compiling poly1305 v0.8.0 |
| 3076 | 2026-06-22T19:29:36.441Z | Compiling derive-ex v0.1.8 |
| 3077 | 2026-06-22T19:29:36.441Z | Compiling parse-display-derive v0.10.0 |
| 3078 | 2026-06-22T19:29:36.486Z | Compiling chacha20 v0.9.1 |
| 3079 | 2026-06-22T19:29:36.517Z | Compiling unsafe-libyaml v0.2.11 |
| 3080 | 2026-06-22T19:29:36.585Z | Compiling ciborium v0.2.2 |
| 3081 | 2026-06-22T19:29:36.600Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3082 | 2026-06-22T19:29:36.684Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3083 | 2026-06-22T19:29:36.715Z | Compiling derive_more v0.99.20 |
| 3084 | 2026-06-22T19:29:36.772Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3085 | 2026-06-22T19:29:36.801Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3086 | 2026-06-22T19:29:36.832Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3087 | 2026-06-22T19:29:36.928Z | Compiling byte-wrapper v0.1.0 |
| 3088 | 2026-06-22T19:29:37.008Z | Compiling password-hash v0.5.0 |
| 3089 | 2026-06-22T19:29:37.124Z | Compiling serde_yaml v0.9.34+deprecated |
| 3090 | 2026-06-22T19:29:37.150Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3091 | 2026-06-22T19:29:37.185Z | Compiling blake2 v0.10.6 |
| 3092 | 2026-06-22T19:29:37.282Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3093 | 2026-06-22T19:29:37.306Z | Compiling chacha20poly1305 v0.10.1 |
| 3094 | 2026-06-22T19:29:37.325Z | Compiling indent_write v2.2.0 |
| 3095 | 2026-06-22T19:29:37.339Z | Compiling heapless v0.8.0 |
| 3096 | 2026-06-22T19:29:37.449Z | Compiling argon2 v0.5.3 |
| 3097 | 2026-06-22T19:29:37.485Z | Compiling tokio-rustls v0.25.0 |
| 3098 | 2026-06-22T19:29:37.497Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3099 | 2026-06-22T19:29:37.565Z | Compiling ingot-macros v0.1.1 |
| 3100 | 2026-06-22T19:29:37.657Z | Compiling typify-impl v0.6.2 |
| 3101 | 2026-06-22T19:29:37.976Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3102 | 2026-06-22T19:29:38.079Z | Compiling thiserror-no-std v2.0.2 |
| 3103 | 2026-06-22T19:29:38.208Z | Compiling parse-display v0.10.0 |
| 3104 | 2026-06-22T19:29:38.224Z | Compiling test-strategy v0.4.5 |
| 3105 | 2026-06-22T19:29:38.244Z | Compiling vsss-rs v3.3.4 |
| 3106 | 2026-06-22T19:29:38.320Z | Compiling proc-macro-crate v3.4.0 |
| 3107 | 2026-06-22T19:29:38.555Z | Compiling tabwriter v1.4.1 |
| 3108 | 2026-06-22T19:29:38.617Z | Compiling hash32 v0.3.1 |
| 3109 | 2026-06-22T19:29:38.662Z | Compiling smoltcp v0.11.0 |
| 3110 | 2026-06-22T19:29:38.728Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3111 | 2026-06-22T19:29:38.830Z | Compiling cobs v0.3.0 |
| 3112 | 2026-06-22T19:29:39.342Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3113 | 2026-06-22T19:29:39.347Z | Compiling num_enum_derive v0.7.6 |
| 3114 | 2026-06-22T19:29:39.347Z | Compiling colored v3.1.1 |
| 3115 | 2026-06-22T19:29:39.347Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3116 | 2026-06-22T19:29:39.347Z | Compiling postcard v1.1.3 |
| 3117 | 2026-06-22T19:29:39.347Z | Compiling proc-macro-error v1.0.4 |
| 3118 | 2026-06-22T19:29:39.347Z | Compiling proc-macro-crate v1.3.1 |
| 3119 | 2026-06-22T19:29:39.348Z | Compiling foreign-types-macros v0.2.3 |
| 3120 | 2026-06-22T19:29:39.348Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3121 | 2026-06-22T19:29:39.348Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3122 | 2026-06-22T19:29:39.348Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3123 | 2026-06-22T19:29:39.416Z | Compiling foreign-types-shared v0.3.1 |
| 3124 | 2026-06-22T19:29:39.442Z | Compiling cpufeatures v0.3.0 |
| 3125 | 2026-06-22T19:29:39.862Z | Compiling rayon-core v1.13.0 |
| 3126 | 2026-06-22T19:29:39.865Z | Compiling chacha20 v0.10.0 |
| 3127 | 2026-06-22T19:29:39.866Z | Compiling num_enum_derive v0.5.11 |
| 3128 | 2026-06-22T19:29:39.866Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3129 | 2026-06-22T19:29:39.866Z | Compiling crossbeam-deque v0.8.6 |
| 3130 | 2026-06-22T19:29:39.866Z | Compiling camino-tempfile v1.4.1 |
| 3131 | 2026-06-22T19:29:39.866Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3132 | 2026-06-22T19:29:39.866Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3133 | 2026-06-22T19:29:39.866Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3134 | 2026-06-22T19:29:39.866Z | Compiling foreign-types v0.5.0 |
| 3135 | 2026-06-22T19:29:39.884Z | Compiling cstr-argument v0.1.2 |
| 3136 | 2026-06-22T19:29:39.889Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3137 | 2026-06-22T19:29:39.955Z | Compiling rand v0.10.0 |
| 3138 | 2026-06-22T19:29:39.979Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3139 | 2026-06-22T19:29:40.076Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3140 | 2026-06-22T19:29:40.115Z | Compiling num_enum v0.7.6 |
| 3141 | 2026-06-22T19:29:40.158Z | Compiling zone_cfg_derive v0.3.1 |
| 3142 | 2026-06-22T19:29:40.221Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3143 | 2026-06-22T19:29:40.276Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3144 | 2026-06-22T19:29:40.293Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3145 | 2026-06-22T19:29:40.368Z | Compiling rayon v1.11.0 |
| 3146 | 2026-06-22T19:29:40.384Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3147 | 2026-06-22T19:29:40.391Z | Compiling itertools v0.12.1 |
| 3148 | 2026-06-22T19:29:40.416Z | Compiling num-derive v0.4.2 |
| 3149 | 2026-06-22T19:29:40.438Z | Compiling sigpipe v0.1.3 |
| 3150 | 2026-06-22T19:29:40.462Z | Compiling glob v0.3.3 |
| 3151 | 2026-06-22T19:29:40.507Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3152 | 2026-06-22T19:29:40.569Z | Compiling ingot-types v0.1.2 |
| 3153 | 2026-06-22T19:29:40.610Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3154 | 2026-06-22T19:29:40.629Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3155 | 2026-06-22T19:29:40.710Z | Compiling num_enum v0.5.11 |
| 3156 | 2026-06-22T19:29:40.740Z | Compiling smf v0.2.3 |
| 3157 | 2026-06-22T19:29:40.833Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3158 | 2026-06-22T19:29:40.848Z | Compiling whoami v1.6.1 |
| 3159 | 2026-06-22T19:29:40.884Z | Compiling usdt-attr-macro v0.5.0 |
| 3160 | 2026-06-22T19:29:40.898Z | Compiling usdt-macro v0.5.0 |
| 3161 | 2026-06-22T19:29:40.913Z | Compiling gethostname v0.5.0 |
| 3162 | 2026-06-22T19:29:40.999Z | Compiling ingot v0.1.1 |
| 3163 | 2026-06-22T19:29:41.124Z | Compiling num-rational v0.4.2 |
| 3164 | 2026-06-22T19:29:41.165Z | Compiling num-complex v0.4.6 |
| 3165 | 2026-06-22T19:29:41.581Z | Compiling memmap v0.7.0 |
| 3166 | 2026-06-22T19:29:41.584Z | Compiling derive-where v1.6.0 |
| 3167 | 2026-06-22T19:29:41.584Z | Compiling float-ord v0.3.2 |
| 3168 | 2026-06-22T19:29:41.584Z | Compiling toml v0.8.23 |
| 3169 | 2026-06-22T19:29:41.584Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3170 | 2026-06-22T19:29:41.584Z | Compiling resolv-conf v0.7.6 |
| 3171 | 2026-06-22T19:29:41.630Z | Compiling zone v0.3.1 |
| 3172 | 2026-06-22T19:29:41.696Z | Compiling num v0.4.3 |
| 3173 | 2026-06-22T19:29:41.739Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3174 | 2026-06-22T19:29:41.769Z | Compiling usdt v0.5.0 |
| 3175 | 2026-06-22T19:29:41.786Z | Compiling owo-colors v4.3.0 |
| 3176 | 2026-06-22T19:29:41.799Z | Compiling cancel-safe-futures v0.1.5 |
| 3177 | 2026-06-22T19:29:41.858Z | Compiling libsw-core v0.3.2 |
| 3178 | 2026-06-22T19:29:41.898Z | Compiling prettyplease v0.2.37 |
| 3179 | 2026-06-22T19:29:41.920Z | Compiling console v0.15.11 |
| 3180 | 2026-06-22T19:29:42.036Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3181 | 2026-06-22T19:29:42.076Z | Compiling libsw v3.5.0 |
| 3182 | 2026-06-22T19:29:42.117Z | Compiling hickory-proto v0.24.4 |
| 3183 | 2026-06-22T19:29:42.172Z | Compiling newline-converter v0.3.0 |
| 3184 | 2026-06-22T19:29:42.194Z | Compiling libefi-sys v0.1.0 |
| 3185 | 2026-06-22T19:29:42.214Z | Compiling linked-hash-map v0.5.6 |
| 3186 | 2026-06-22T19:29:42.281Z | Compiling linear-map v1.2.0 |
| 3187 | 2026-06-22T19:29:42.321Z | Compiling expectorate v1.2.0 |
| 3188 | 2026-06-22T19:29:42.430Z | Compiling lru-cache v0.1.2 |
| 3189 | 2026-06-22T19:29:42.449Z | Compiling git-stub v1.0.0 |
| 3190 | 2026-06-22T19:29:42.458Z | Compiling typify-macro v0.6.2 |
| 3191 | 2026-06-22T19:29:42.482Z | Compiling bitfield-struct v0.6.2 |
| 3192 | 2026-06-22T19:29:42.499Z | Compiling nom v8.0.0 |
| 3193 | 2026-06-22T19:29:42.517Z | Compiling semver v0.1.20 |
| 3194 | 2026-06-22T19:29:42.585Z | Compiling tokio-dtrace v0.1.1 |
| 3195 | 2026-06-22T19:29:42.651Z | Compiling git-stub-vcs v0.1.0 |
| 3196 | 2026-06-22T19:29:42.718Z | Compiling rustc_version v0.1.7 |
| 3197 | 2026-06-22T19:29:42.741Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3198 | 2026-06-22T19:29:42.762Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3199 | 2026-06-22T19:29:42.830Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3200 | 2026-06-22T19:29:42.891Z | Compiling slog-dtrace v0.3.0 |
| 3201 | 2026-06-22T19:29:42.980Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2026-06-22T19:29:42.996Z | Compiling minimal-lexical v0.2.1 |
| 3203 | 2026-06-22T19:29:43.403Z | Compiling newtype_derive v0.1.6 |
| 3204 | 2026-06-22T19:29:43.409Z | Compiling oxide-tokio-rt v0.1.4 |
| 3205 | 2026-06-22T19:29:43.409Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3206 | 2026-06-22T19:29:43.409Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3207 | 2026-06-22T19:29:43.409Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3208 | 2026-06-22T19:29:43.409Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-06-22T19:29:43.409Z | Compiling nom v7.1.3 |
| 3210 | 2026-06-22T19:29:43.409Z | Compiling phf_shared v0.12.1 |
| 3211 | 2026-06-22T19:29:43.409Z | Compiling csv-core v0.1.13 |
| 3212 | 2026-06-22T19:29:43.409Z | Compiling highway v1.3.0 |
| 3213 | 2026-06-22T19:29:43.413Z | Compiling xshell-macros v0.2.7 |
| 3214 | 2026-06-22T19:29:43.545Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-06-22T19:29:43.560Z | Compiling chrono-tz v0.10.4 |
| 3216 | 2026-06-22T19:29:43.592Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3217 | 2026-06-22T19:29:43.659Z | Compiling csv v1.4.0 |
| 3218 | 2026-06-22T19:29:43.692Z | Compiling phf v0.12.1 |
| 3219 | 2026-06-22T19:29:43.810Z | Compiling const_format_proc_macros v0.2.34 |
| 3220 | 2026-06-22T19:29:43.850Z | Compiling xshell v0.2.7 |
| 3221 | 2026-06-22T19:29:44.301Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3222 | 2026-06-22T19:29:44.304Z | Compiling primeorder v0.13.6 |
| 3223 | 2026-06-22T19:29:44.304Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3224 | 2026-06-22T19:29:44.304Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3225 | 2026-06-22T19:29:44.304Z | Compiling tabled_derive v0.7.0 |
| 3226 | 2026-06-22T19:29:44.304Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3227 | 2026-06-22T19:29:44.388Z | Compiling typify v0.6.2 |
| 3228 | 2026-06-22T19:29:44.404Z | Compiling hickory-resolver v0.24.4 |
| 3229 | 2026-06-22T19:29:44.532Z | Compiling progenitor-impl v0.14.0 |
| 3230 | 2026-06-22T19:29:44.546Z | Compiling bcs v0.1.6 |
| 3231 | 2026-06-22T19:29:44.982Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3232 | 2026-06-22T19:29:44.986Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3233 | 2026-06-22T19:29:44.986Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3234 | 2026-06-22T19:29:44.986Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3235 | 2026-06-22T19:29:44.986Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3236 | 2026-06-22T19:29:45.003Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3237 | 2026-06-22T19:29:45.130Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3238 | 2026-06-22T19:29:45.311Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3239 | 2026-06-22T19:29:45.402Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3240 | 2026-06-22T19:29:45.883Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3241 | 2026-06-22T19:29:45.887Z | Compiling qorb v0.4.1 |
| 3242 | 2026-06-22T19:29:45.887Z | Compiling const_format v0.2.35 |
| 3243 | 2026-06-22T19:29:45.887Z | Compiling salty v0.3.0 |
| 3244 | 2026-06-22T19:29:45.887Z | Compiling termtree v0.5.1 |
| 3245 | 2026-06-22T19:29:45.887Z | Compiling tagptr v0.2.0 |
| 3246 | 2026-06-22T19:29:45.897Z | Compiling textwrap v0.16.2 |
| 3247 | 2026-06-22T19:29:45.936Z | Compiling tabled v0.15.0 |
| 3248 | 2026-06-22T19:29:45.982Z | Compiling moka v0.12.13 |
| 3249 | 2026-06-22T19:29:45.996Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3250 | 2026-06-22T19:29:46.269Z | Compiling steno v0.4.1 |
| 3251 | 2026-06-22T19:29:46.294Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3252 | 2026-06-22T19:29:46.423Z | Compiling base64 v0.21.7 |
| 3253 | 2026-06-22T19:29:46.471Z | Compiling radium v0.7.0 |
| 3254 | 2026-06-22T19:29:46.514Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3255 | 2026-06-22T19:29:46.711Z | Compiling hickory-resolver v0.25.2 |
| 3256 | 2026-06-22T19:29:46.771Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3257 | 2026-06-22T19:29:46.787Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3258 | 2026-06-22T19:29:46.834Z | Compiling p384 v0.13.1 |
| 3259 | 2026-06-22T19:29:46.851Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3260 | 2026-06-22T19:29:46.934Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3261 | 2026-06-22T19:29:47.194Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3262 | 2026-06-22T19:29:47.249Z | Compiling progenitor-macro v0.14.0 |
| 3263 | 2026-06-22T19:29:47.331Z | Compiling maybe-uninit v2.0.0 |
| 3264 | 2026-06-22T19:29:47.422Z | Compiling tap v1.0.1 |
| 3265 | 2026-06-22T19:29:47.573Z | Compiling wyz v0.5.1 |
| 3266 | 2026-06-22T19:29:47.691Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3267 | 2026-06-22T19:29:47.739Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3268 | 2026-06-22T19:29:47.776Z | Compiling utf-8 v0.7.6 |
| 3269 | 2026-06-22T19:29:47.799Z | Compiling funty v2.0.0 |
| 3270 | 2026-06-22T19:29:47.897Z | Compiling parking_lot_core v0.8.6 |
| 3271 | 2026-06-22T19:29:47.995Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3272 | 2026-06-22T19:29:48.057Z | Compiling packed_struct v0.10.1 |
| 3273 | 2026-06-22T19:29:48.257Z | Compiling proc-macro-error2 v2.0.1 |
| 3274 | 2026-06-22T19:29:48.268Z | Compiling bitvec v1.0.1 |
| 3275 | 2026-06-22T19:29:48.289Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3276 | 2026-06-22T19:29:48.313Z | Compiling tungstenite v0.21.0 |
| 3277 | 2026-06-22T19:29:48.407Z | Compiling polyval v0.6.2 |
| 3278 | 2026-06-22T19:29:48.465Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3279 | 2026-06-22T19:29:48.509Z | Compiling packed_struct_codegen v0.10.1 |
| 3280 | 2026-06-22T19:29:48.530Z | Compiling num-derive v0.3.3 |
| 3281 | 2026-06-22T19:29:48.576Z | Compiling bitfield-macros v0.19.4 |
| 3282 | 2026-06-22T19:29:48.656Z | Compiling zerocopy-derive v0.6.6 |
| 3283 | 2026-06-22T19:29:48.680Z | Compiling indexmap v1.9.3 |
| 3284 | 2026-06-22T19:29:48.848Z | Compiling crc-catalog v2.4.0 |
| 3285 | 2026-06-22T19:29:48.932Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3286 | 2026-06-22T19:29:48.946Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3287 | 2026-06-22T19:29:49.381Z | Compiling nodrop v0.1.14 |
| 3288 | 2026-06-22T19:29:49.384Z | Compiling crc v3.4.0 |
| 3289 | 2026-06-22T19:29:49.384Z | Compiling array-init v0.0.4 |
| 3290 | 2026-06-22T19:29:49.384Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3291 | 2026-06-22T19:29:49.384Z | Compiling tokio-tungstenite v0.21.0 |
| 3292 | 2026-06-22T19:29:49.384Z | Compiling ghash v0.5.1 |
| 3293 | 2026-06-22T19:29:49.384Z | Compiling tabled_derive v0.11.0 |
| 3294 | 2026-06-22T19:29:49.384Z | Compiling smallvec v0.6.14 |
| 3295 | 2026-06-22T19:29:49.384Z | Compiling bitfield v0.19.4 |
| 3296 | 2026-06-22T19:29:49.556Z | Compiling libscf-sys v1.1.0 |
| 3297 | 2026-06-22T19:29:49.961Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3298 | 2026-06-22T19:29:49.964Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3299 | 2026-06-22T19:29:49.964Z | Compiling zerocopy v0.6.6 |
| 3300 | 2026-06-22T19:29:49.964Z | Compiling progenitor-impl v0.13.0 |
| 3301 | 2026-06-22T19:29:49.964Z | Compiling papergrid v0.17.0 |
| 3302 | 2026-06-22T19:29:49.964Z | Compiling testing_table v0.3.0 |
| 3303 | 2026-06-22T19:29:49.964Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3304 | 2026-06-22T19:29:49.964Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3305 | 2026-06-22T19:29:49.964Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3306 | 2026-06-22T19:29:49.964Z | Compiling ctr v0.9.2 |
| 3307 | 2026-06-22T19:29:49.964Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3308 | 2026-06-22T19:29:49.964Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3309 | 2026-06-22T19:29:49.964Z | Compiling unicase v2.9.0 |
| 3310 | 2026-06-22T19:29:49.991Z | Compiling corncobs v0.1.4 |
| 3311 | 2026-06-22T19:29:50.059Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3312 | 2026-06-22T19:29:50.124Z | Compiling hashbrown v0.12.3 |
| 3313 | 2026-06-22T19:29:50.192Z | Compiling mime_guess v2.0.5 |
| 3314 | 2026-06-22T19:29:50.209Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3315 | 2026-06-22T19:29:50.216Z | Compiling aes-gcm v0.10.3 |
| 3316 | 2026-06-22T19:29:50.268Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-06-22T19:29:50.310Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3318 | 2026-06-22T19:29:50.832Z | Compiling parking_lot v0.11.2 |
| 3319 | 2026-06-22T19:29:50.837Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3320 | 2026-06-22T19:29:50.837Z | Compiling serde-hex v0.1.0 |
| 3321 | 2026-06-22T19:29:50.837Z | Compiling tabled v0.20.0 |
| 3322 | 2026-06-22T19:29:50.837Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3323 | 2026-06-22T19:29:50.859Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3324 | 2026-06-22T19:29:50.923Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3325 | 2026-06-22T19:29:51.020Z | Compiling ron v0.8.1 |
| 3326 | 2026-06-22T19:29:51.038Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3327 | 2026-06-22T19:29:51.155Z | Compiling hashbrown v0.13.2 |
| 3328 | 2026-06-22T19:29:51.294Z | Compiling progenitor-client v0.13.0 |
| 3329 | 2026-06-22T19:29:51.409Z | Compiling prefix-trie v0.7.0 |
| 3330 | 2026-06-22T19:29:51.534Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3331 | 2026-06-22T19:29:51.537Z | Compiling blowfish v0.9.1 |
| 3332 | 2026-06-22T19:29:51.653Z | Compiling ssh-encoding v0.2.0 |
| 3333 | 2026-06-22T19:29:51.672Z | Compiling fxhash v0.2.1 |
| 3334 | 2026-06-22T19:29:51.846Z | Compiling secrecy v0.8.0 |
| 3335 | 2026-06-22T19:29:51.849Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3336 | 2026-06-22T19:29:51.862Z | Compiling crc-any v2.5.0 |
| 3337 | 2026-06-22T19:29:51.949Z | Compiling ssh-cipher v0.2.0 |
| 3338 | 2026-06-22T19:29:52.051Z | Compiling sled v0.34.7 |
| 3339 | 2026-06-22T19:29:52.561Z | Compiling hickory-server v0.25.2 |
| 3340 | 2026-06-22T19:29:52.564Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3341 | 2026-06-22T19:29:52.564Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3342 | 2026-06-22T19:29:52.564Z | Compiling object v0.30.4 |
| 3343 | 2026-06-22T19:29:52.564Z | Compiling progenitor-macro v0.13.0 |
| 3344 | 2026-06-22T19:29:52.564Z | Compiling progenitor v0.14.0 |
| 3345 | 2026-06-22T19:29:52.568Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3346 | 2026-06-22T19:29:52.572Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3347 | 2026-06-22T19:29:52.619Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3348 | 2026-06-22T19:29:52.639Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3349 | 2026-06-22T19:29:52.955Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3350 | 2026-06-22T19:29:53.170Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3351 | 2026-06-22T19:29:53.196Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3352 | 2026-06-22T19:29:53.364Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3353 | 2026-06-22T19:29:53.383Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3354 | 2026-06-22T19:29:53.386Z | Compiling password-hash v0.4.2 |
| 3355 | 2026-06-22T19:29:53.667Z | Compiling http-range v0.1.5 |
| 3356 | 2026-06-22T19:29:53.826Z | Compiling crc8 v0.1.1 |
| 3357 | 2026-06-22T19:29:53.878Z | Compiling half v1.8.3 |
| 3358 | 2026-06-22T19:29:53.904Z | Compiling path-slash v0.1.5 |
| 3359 | 2026-06-22T19:29:54.078Z | Compiling serde_cbor v0.11.2 |
| 3360 | 2026-06-22T19:29:54.179Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3361 | 2026-06-22T19:29:54.195Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3362 | 2026-06-22T19:29:54.703Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3363 | 2026-06-22T19:29:55.167Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3364 | 2026-06-22T19:29:55.218Z | Compiling pbkdf2 v0.11.0 |
| 3365 | 2026-06-22T19:29:55.293Z | Compiling illumos-nvpair v0.3.0 |
| 3366 | 2026-06-22T19:29:55.451Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3367 | 2026-06-22T19:29:55.451Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3368 | 2026-06-22T19:29:55.473Z | Compiling ssh-key v0.6.7 |
| 3369 | 2026-06-22T19:29:55.613Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3370 | 2026-06-22T19:29:55.827Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3371 | 2026-06-22T19:29:55.845Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3372 | 2026-06-22T19:29:55.860Z | Compiling p256 v0.13.2 |
| 3373 | 2026-06-22T19:29:55.947Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3374 | 2026-06-22T19:29:56.004Z | Compiling p521 v0.13.3 |
| 3375 | 2026-06-22T19:29:56.276Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3376 | 2026-06-22T19:29:56.381Z | Compiling yasna v0.5.2 |
| 3377 | 2026-06-22T19:29:56.418Z | Compiling kstat-rs v0.2.4 |
| 3378 | 2026-06-22T19:29:56.600Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3379 | 2026-06-22T19:29:56.650Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3380 | 2026-06-22T19:29:56.744Z | Compiling headers-core v0.3.0 |
| 3381 | 2026-06-22T19:29:56.902Z | Compiling nanorand v0.7.0 |
| 3382 | 2026-06-22T19:29:57.371Z | Compiling russh-cryptovec v0.7.3 |
| 3383 | 2026-06-22T19:29:57.375Z | Compiling atty v0.2.14 |
| 3384 | 2026-06-22T19:29:57.375Z | Compiling md5 v0.7.0 |
| 3385 | 2026-06-22T19:29:57.375Z | Compiling home v0.5.12 |
| 3386 | 2026-06-22T19:29:57.375Z | Compiling flume v0.11.1 |
| 3387 | 2026-06-22T19:29:57.375Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3388 | 2026-06-22T19:29:57.375Z | Compiling headers v0.4.1 |
| 3389 | 2026-06-22T19:29:57.375Z | Compiling rcgen v0.12.1 |
| 3390 | 2026-06-22T19:29:57.375Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3391 | 2026-06-22T19:29:57.375Z | Compiling russh-keys v0.45.0 |
| 3392 | 2026-06-22T19:29:57.425Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3393 | 2026-06-22T19:29:57.444Z | Compiling progenitor v0.13.0 |
| 3394 | 2026-06-22T19:29:57.460Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3395 | 2026-06-22T19:29:57.543Z | Compiling hyper-staticfile v0.10.1 |
| 3396 | 2026-06-22T19:29:57.624Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3397 | 2026-06-22T19:29:57.658Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3398 | 2026-06-22T19:29:57.796Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3399 | 2026-06-22T19:29:57.978Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3400 | 2026-06-22T19:29:57.997Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3401 | 2026-06-22T19:29:58.074Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3402 | 2026-06-22T19:29:58.097Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3403 | 2026-06-22T19:29:58.160Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3404 | 2026-06-22T19:29:58.247Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3405 | 2026-06-22T19:29:58.474Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3406 | 2026-06-22T19:29:58.499Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3407 | 2026-06-22T19:29:58.517Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3408 | 2026-06-22T19:29:58.722Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3409 | 2026-06-22T19:29:58.751Z | Compiling num-bigint v0.4.6 |
| 3410 | 2026-06-22T19:29:58.772Z | Compiling des v0.8.1 |
| 3411 | 2026-06-22T19:29:58.789Z | Compiling subprocess v0.2.15 |
| 3412 | 2026-06-22T19:29:58.795Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3413 | 2026-06-22T19:29:58.823Z | Compiling display-error-chain v0.2.2 |
| 3414 | 2026-06-22T19:29:58.842Z | Compiling hex-literal v0.4.1 |
| 3415 | 2026-06-22T19:29:58.963Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3416 | 2026-06-22T19:29:58.982Z | Compiling colored v2.2.0 |
| 3417 | 2026-06-22T19:29:58.998Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3418 | 2026-06-22T19:29:59.014Z | Compiling internet-checksum v0.2.1 |
| 3419 | 2026-06-22T19:29:59.255Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3420 | 2026-06-22T19:29:59.357Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3421 | 2026-06-22T19:29:59.920Z | Compiling russh v0.45.0 |
| 3422 | 2026-06-22T19:30:00.206Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3423 | 2026-06-22T19:30:01.138Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3424 | 2026-06-22T19:30:01.138Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3425 | 2026-06-22T19:30:03.528Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3426 | 2026-06-22T19:30:04.170Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3427 | 2026-06-22T19:30:04.283Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3428 | 2026-06-22T19:30:04.644Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3429 | 2026-06-22T19:30:06.631Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3430 | 2026-06-22T19:30:14.810Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3431 | 2026-06-22T19:30:14.810Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3432 | 2026-06-22T19:30:14.813Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3433 | 2026-06-22T19:30:14.813Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3434 | 2026-06-22T19:30:16.498Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3435 | 2026-06-22T19:30:16.594Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3436 | 2026-06-22T19:30:20.560Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3437 | 2026-06-22T19:30:59.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3438 | 2026-06-22T19:30:59.839Z | |
| 3439 | 2026-06-22T19:30:59.840Z | real 1:25.741433255 |
| 3440 | 2026-06-22T19:30:59.840Z | user 7:59.069528534 |
| 3441 | 2026-06-22T19:30:59.840Z | sys 1:36.760229442 |
| 3442 | 2026-06-22T19:30:59.845Z | trap 0.236508722 |
| 3443 | 2026-06-22T19:30:59.845Z | tflt 0.475790033 |
| 3444 | 2026-06-22T19:30:59.845Z | dflt 1.828430998 |
| 3445 | 2026-06-22T19:30:59.845Z | kflt 0.000282450 |
| 3446 | 2026-06-22T19:30:59.845Z | lock 28:02.051213800 |
| 3447 | 2026-06-22T19:30:59.845Z | slp 17:54.525254818 |
| 3448 | 2026-06-22T19:30:59.845Z | lat 38.947651908 |
| 3449 | 2026-06-22T19:30:59.845Z | stop 2:42.498705494 |
| 3450 | 2026-06-22T19:30:59.845Z | + mkdir tests |
| 3451 | 2026-06-22T19:30:59.848Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3452 | 2026-06-22T19:30:59.848Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3453 | 2026-06-22T19:30:59.868Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/ |
| 3454 | 2026-06-22T19:30:59.896Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/ |
| 3455 | 2026-06-22T19:30:59.939Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/ |
| 3456 | 2026-06-22T19:30:59.955Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/ |
| 3457 | 2026-06-22T19:31:00.281Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3458 | 2026-06-22T19:31:00.290Z | + 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3459 | 2026-06-22T19:32:20.177Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3460 | 2026-06-22T19:32:20.177Z | a .github/buildomat/ci-env.sh 1K |
| 3461 | 2026-06-22T19:32:20.177Z | a out/target/test 1K |
| 3462 | 2026-06-22T19:32:20.177Z | a out/npuzone/npuzone 27402K |
| 3463 | 2026-06-22T19:32:20.177Z | a package-manifest.toml 35K |
| 3464 | 2026-06-22T19:32:20.177Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3465 | 2026-06-22T19:32:20.177Z | a target/release/omicron-package 45177K |
| 3466 | 2026-06-22T19:32:20.177Z | a target/release/xtask 11453K |
| 3467 | 2026-06-22T19:32:20.177Z | a target/debug/bootstrap 355923K |
| 3468 | 2026-06-22T19:32:20.177Z | a tests/bootstrap-924fc3fc47321669 31215K |
| 3469 | 2026-06-22T19:32:20.177Z | a tests/commtest-408c589a9be9a15a 32300K |
| 3470 | 2026-06-22T19:32:20.177Z | a tests/dhcp_server-f35f394bfb169ef7 31215K |
| 3471 | 2026-06-22T19:32:20.177Z | a tests/end_to_end_tests-f00a927a2ca939a9 397748K |
| 3472 | 2026-06-22T19:32:20.177Z | a tools/opte_version 1K |
| 3473 | 2026-06-22T19:32:20.177Z | a tools/opte_version_override 2K |
| 3474 | 2026-06-22T19:32:20.177Z | a out/clickhouse.tar.gz 313417K |
| 3475 | 2026-06-22T19:32:20.177Z | a out/clickhouse_keeper.tar.gz 298475K |
| 3476 | 2026-06-22T19:32:20.178Z | a out/clickhouse_server.tar.gz 313415K |
| 3477 | 2026-06-22T19:32:20.178Z | a out/cockroachdb.tar.gz 157676K |
| 3478 | 2026-06-22T19:32:20.178Z | a out/crucible-pantry-zone.tar.gz 36467K |
| 3479 | 2026-06-22T19:32:20.178Z | a out/crucible-utils.tar 16478K |
| 3480 | 2026-06-22T19:32:20.178Z | a out/crucible-zone.tar.gz 52037K |
| 3481 | 2026-06-22T19:32:20.178Z | a out/external-dns.tar.gz 42900K |
| 3482 | 2026-06-22T19:32:20.178Z | a out/internal-dns.tar.gz 42899K |
| 3483 | 2026-06-22T19:32:20.178Z | a out/mg-ddm-gz.tar 97917K |
| 3484 | 2026-06-22T19:32:20.178Z | a out/nexus.tar.gz 277102K |
| 3485 | 2026-06-22T19:32:20.178Z | a out/ntp.tar.gz 24107K |
| 3486 | 2026-06-22T19:32:20.178Z | a out/omicron-gateway-softnpu.tar.gz 30194K |
| 3487 | 2026-06-22T19:32:20.178Z | a out/omicron-sled-agent.tar 194549K |
| 3488 | 2026-06-22T19:32:20.178Z | a out/overlay.tar.gz 3K |
| 3489 | 2026-06-22T19:32:20.178Z | a out/oximeter.tar.gz 62280K |
| 3490 | 2026-06-22T19:32:20.178Z | a out/oxlog.tar 3782K |
| 3491 | 2026-06-22T19:32:20.179Z | a out/probe.tar.gz 3037K |
| 3492 | 2026-06-22T19:32:20.179Z | a out/propolis-server.tar.gz 34918K |
| 3493 | 2026-06-22T19:32:20.179Z | a out/pumpkind-gz.tar 26647K |
| 3494 | 2026-06-22T19:32:20.179Z | a out/switch-softnpu.tar.gz 447238K |
| 3495 | 2026-06-22T19:32:20.193Z | |
| 3496 | 2026-06-22T19:32:20.193Z | real 1:19.884994265 |
| 3497 | 2026-06-22T19:32:20.193Z | user 1:17.268761320 |
| 3498 | 2026-06-22T19:32:20.193Z | sys 4.377560190 |
| 3499 | 2026-06-22T19:32:20.193Z | trap 0.006490934 |
| 3500 | 2026-06-22T19:32:20.194Z | tflt 0.000000000 |
| 3501 | 2026-06-22T19:32:20.194Z | dflt 0.000000000 |
| 3502 | 2026-06-22T19:32:20.194Z | kflt 0.000000000 |
| 3503 | 2026-06-22T19:32:20.194Z | lock 0.000000000 |
| 3504 | 2026-06-22T19:32:20.194Z | slp 1:17.117150655 |
| 3505 | 2026-06-22T19:32:20.194Z | lat 0.994948619 |
| 3506 | 2026-06-22T19:32:20.194Z | stop 0.000460290 |
| 3507 | 2026-06-22T19:32:20.194Z | process exited: duration 957835 ms, exit code 0 |
| |
| 3508 | 2026-06-22T19:32:20.231Z | found 1 output files |
| 3509 | 2026-06-22T19:32:20.231Z | uploading: /work/package.tar.gz (2477706627 bytes) |
| 3510 | 2026-06-22T19:33:45.245Z | uploaded: /work/package.tar.gz |