|
|
|
| 1 | 2026-07-21T20:16:33.957Z | job assigned to worker 01KY353SWJT3NTH48B3064S4JP [factory aws, i-088e73e1fd741ce1a] (queued for 1 m 1 s) |
| |
| 2 | 2026-07-21T20:16:41.151Z | starting task 0: "setup" |
| 3 | 2026-07-21T20:16:41.155Z | ++ uname -s |
| 4 | 2026-07-21T20:16:41.158Z | + kern=SunOS |
| 5 | 2026-07-21T20:16:41.158Z | + build_user=build |
| 6 | 2026-07-21T20:16:41.158Z | + build_uid=12345 |
| 7 | 2026-07-21T20:16:41.158Z | + work_dir=/work |
| 8 | 2026-07-21T20:16:41.158Z | + input_dir=/input |
| 9 | 2026-07-21T20:16:41.158Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T20:16:41.158Z | + case "$kern" in |
| 11 | 2026-07-21T20:16:41.158Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T20:16:41.163Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T20:16:43.167Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T20:16:43.243Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T20:16:43.246Z | + home_fs=zfs |
| 16 | 2026-07-21T20:16:43.246Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T20:16:43.246Z | + mkdir -p /home/build |
| 18 | 2026-07-21T20:16:43.246Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T20:16:45.248Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T20:16:45.252Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-07-21T20:16:45.260Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T20:16:45.265Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-21T20:16:45.265Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-21T20:16:45.265Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-21T20:16:45.265Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-21T20:16:45.265Z | * rust toolchain profile = "default" |
| 27 | 2026-07-21T20:16:45.265Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-21T20:16:45.270Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T20:16:45.270Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T20:16:45.365Z | info: downloading installer |
| 31 | 2026-07-21T20:16:46.719Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T20:16:46.719Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T20:16:46.719Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T20:16:46.719Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T20:16:46.730Z | info: profile set to default |
| 36 | 2026-07-21T20:16:46.730Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T20:16:46.734Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T20:16:46.865Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T20:16:46.869Z | info: downloading 6 components |
| 40 | 2026-07-21T20:17:01.662Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T20:17:01.662Z | |
| 42 | 2026-07-21T20:17:01.679Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T20:17:01.679Z | |
| 44 | 2026-07-21T20:17:01.679Z | |
| 45 | 2026-07-21T20:17:01.679Z | Rust is installed now. Great! |
| 46 | 2026-07-21T20:17:01.679Z | |
| 47 | 2026-07-21T20:17:01.679Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T20:17:01.679Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T20:17:01.679Z | |
| 50 | 2026-07-21T20:17:01.679Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T20:17:01.679Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T20:17:01.679Z | |
| 53 | 2026-07-21T20:17:01.679Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T20:17:01.679Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T20:17:01.679Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T20:17:01.679Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T20:17:01.679Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T20:17:01.679Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T20:17:01.679Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T20:17:01.682Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T20:17:01.682Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T20:17:01.784Z | + rustup --version |
| 63 | 2026-07-21T20:17:01.791Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T20:17:01.794Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T20:17:01.812Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T20:17:01.815Z | + cargo --version |
| 67 | 2026-07-21T20:17:01.823Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T20:17:01.826Z | + rustc --version |
| 69 | 2026-07-21T20:17:01.848Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T20:17:01.851Z | process exited: duration 16591 ms, exit code 0 |
| |
| 71 | 2026-07-21T20:17:01.858Z | starting task 2: "authentication" |
| 72 | 2026-07-21T20:17:01.876Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-21T20:17:01.883Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T20:17:01.887Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T20:17:01.891Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T20:17:01.936Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T20:17:12.298Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T20:17:12.298Z | + git fetch origin 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2 |
| 79 | 2026-07-21T20:17:12.596Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T20:17:12.597Z | * branch 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2 -> FETCH_HEAD |
| 81 | 2026-07-21T20:17:12.609Z | + [[ -n '' ]] |
| 82 | 2026-07-21T20:17:12.609Z | + git reset --hard 61cb302c7a4852ec5449862e8f4ef4e2ebc300b2 |
| 83 | 2026-07-21T20:17:12.861Z | HEAD is now at 61cb302c7 [spr] initial version |
| 84 | 2026-07-21T20:17:12.866Z | process exited: duration 10981 ms, exit code 0 |
| |
| 85 | 2026-07-21T20:17:12.872Z | starting task 4: "build" |
| 86 | 2026-07-21T20:17:12.878Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-21T20:17:12.878Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-21T20:17:12.878Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-21T20:17:12.882Z | +++ uname -s |
| 90 | 2026-07-21T20:17:12.882Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-21T20:17:12.882Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-21T20:17:12.885Z | + cargo --version |
| 93 | 2026-07-21T20:17:12.892Z | cargo 1.96.1 (356927216 2026-06-26) |
| 94 | 2026-07-21T20:17:12.896Z | + rustc --version |
| 95 | 2026-07-21T20:17:12.914Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 96 | 2026-07-21T20:17:12.918Z | + WORK=/work |
| 97 | 2026-07-21T20:17:12.918Z | + pfexec mkdir -p /work |
| 98 | 2026-07-21T20:17:12.921Z | + pfexec chown build /work |
| 99 | 2026-07-21T20:17:12.924Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-07-21T20:17:14.560Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-07-21T20:17:14.748Z | Startup: Caching catalogs ... Done |
| 102 | 2026-07-21T20:17:15.687Z | Planning: Solver setup ... Done (0.865s) |
| 103 | 2026-07-21T20:17:15.725Z | Planning: Running solver ... Done (0.039s) |
| 104 | 2026-07-21T20:17:15.750Z | Planning: Finding local manifests ... Done (0.002s) |
| 105 | 2026-07-21T20:17:15.762Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-07-21T20:17:15.784Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-07-21T20:17:15.798Z | Planning: Package planning ... Done (0.014s) |
| 108 | 2026-07-21T20:17:15.801Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-07-21T20:17:16.009Z | Planning: Checking for conflicting actions ... Done (0.209s) |
| 110 | 2026-07-21T20:17:16.012Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-07-21T20:17:16.885Z | Planning: Evaluating mediators ... Done (0.875s) |
| 112 | 2026-07-21T20:17:16.888Z | Planning: Planning completed in 2.11 seconds |
| 113 | 2026-07-21T20:17:16.895Z | Packages to install: 2 |
| 114 | 2026-07-21T20:17:16.895Z | Estimated space available: 156.06 GB |
| 115 | 2026-07-21T20:17:16.895Z | Estimated space to be consumed: 46.64 MB |
| 116 | 2026-07-21T20:17:16.898Z | Create boot environment: No |
| 117 | 2026-07-21T20:17:16.898Z | Create backup boot environment: No |
| 118 | 2026-07-21T20:17:16.898Z | Rebuild boot archive: No |
| 119 | 2026-07-21T20:17:16.898Z | |
| 120 | 2026-07-21T20:17:16.898Z | Changed packages: |
| 121 | 2026-07-21T20:17:16.898Z | helios |
| 122 | 2026-07-21T20:17:16.898Z | developer/build-essential |
| 123 | 2026-07-21T20:17:16.898Z | None -> 11-3.0 |
| 124 | 2026-07-21T20:17:16.898Z | library/libxmlsec1 |
| 125 | 2026-07-21T20:17:16.899Z | None -> 1.2.35-3.0 |
| 126 | 2026-07-21T20:17:16.920Z | |
| 127 | 2026-07-21T20:17:16.920Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-07-21T20:17:16.989Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 129 | 2026-07-21T20:17:17.049Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-07-21T20:17:17.087Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-07-21T20:17:17.106Z | Finalize: Updating package state database ... Done (0.019s) |
| 132 | 2026-07-21T20:17:17.106Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-07-21T20:17:17.154Z | Finalize: Updating image state ... Done (0.047s) |
| 134 | 2026-07-21T20:17:19.845Z | Finalize: Creating fast lookup database ... Done (2.654s) |
| 135 | 2026-07-21T20:17:19.914Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-07-21T20:17:19.917Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-07-21T20:17:20.005Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-07-21T20:17:20.338Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-07-21T20:17:20.445Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-07-21T20:17:20.448Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-07-21T20:17:20.599Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-07-21T20:17:20.608Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-07-21T20:17:20.622Z | Mediators to change: 2 |
| 144 | 2026-07-21T20:17:20.622Z | Create boot environment: No |
| 145 | 2026-07-21T20:17:20.622Z | Create backup boot environment: No |
| 146 | 2026-07-21T20:17:20.671Z | Finalize: Updating package state database ... Done |
| 147 | 2026-07-21T20:17:20.671Z | Finalize: Updating package cache ... Done |
| 148 | 2026-07-21T20:17:20.703Z | Finalize: Updating image state ... Done |
| 149 | 2026-07-21T20:17:22.630Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-07-21T20:17:22.691Z | Finalize: Reading search index ... Done |
| 151 | 2026-07-21T20:17:22.696Z | Finalize: Updating search index ... Done |
| 152 | 2026-07-21T20:17:22.756Z | Finalize: Updating package cache ... Done |
| 153 | 2026-07-21T20:17:23.038Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-07-21T20:17:23.147Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-07-21T20:17:23.151Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-07-21T20:17:23.306Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-07-21T20:17:23.309Z | Planning: Planning completed in 0.27 seconds |
| 158 | 2026-07-21T20:17:23.329Z | Mediators to change: 1 |
| 159 | 2026-07-21T20:17:23.329Z | Create boot environment: No |
| 160 | 2026-07-21T20:17:23.329Z | Create backup boot environment: No |
| 161 | 2026-07-21T20:17:23.369Z | Finalize: Updating package state database ... Done |
| 162 | 2026-07-21T20:17:23.369Z | Finalize: Updating package cache ... Done |
| 163 | 2026-07-21T20:17:23.396Z | Finalize: Updating image state ... Done |
| 164 | 2026-07-21T20:17:25.354Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-07-21T20:17:25.417Z | Finalize: Reading search index ... Done |
| 166 | 2026-07-21T20:17:25.420Z | Finalize: Updating search index ... Done |
| 167 | 2026-07-21T20:17:25.481Z | Finalize: Updating package cache ... Done |
| 168 | 2026-07-21T20:17:25.789Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-07-21T20:17:25.789Z | apache system 2.4 system |
| 170 | 2026-07-21T20:17:25.789Z | clang system 15 system |
| 171 | 2026-07-21T20:17:25.789Z | csh system system illumos |
| 172 | 2026-07-21T20:17:25.789Z | ctags system system illumos |
| 173 | 2026-07-21T20:17:25.789Z | file vendor vendor darwinsys |
| 174 | 2026-07-21T20:17:25.789Z | file system system illumos |
| 175 | 2026-07-21T20:17:25.789Z | gcc vendor 14 vendor |
| 176 | 2026-07-21T20:17:25.789Z | gcc system 13 system |
| 177 | 2026-07-21T20:17:25.789Z | gcc system 10 system |
| 178 | 2026-07-21T20:17:25.789Z | go system 1.25 system |
| 179 | 2026-07-21T20:17:25.789Z | llvm system 15 system |
| 180 | 2026-07-21T20:17:25.789Z | mariadb system 11.4 system |
| 181 | 2026-07-21T20:17:25.789Z | mta vendor vendor dma |
| 182 | 2026-07-21T20:17:25.789Z | openjdk system 17 system |
| 183 | 2026-07-21T20:17:25.789Z | openjdk system 11 system |
| 184 | 2026-07-21T20:17:25.789Z | openssl vendor 3 vendor |
| 185 | 2026-07-21T20:17:25.789Z | perl system 5.40 system |
| 186 | 2026-07-21T20:17:25.789Z | postgresql system 18 system |
| 187 | 2026-07-21T20:17:25.789Z | postgresql system 17 system |
| 188 | 2026-07-21T20:17:25.789Z | python vendor 3 vendor |
| 189 | 2026-07-21T20:17:25.789Z | python system 2 system |
| 190 | 2026-07-21T20:17:25.789Z | python3 vendor 3.13 vendor |
| 191 | 2026-07-21T20:17:25.789Z | ruby system 3.4 system |
| 192 | 2026-07-21T20:17:25.789Z | ruby system 3.0 system |
| 193 | 2026-07-21T20:17:25.789Z | words vendor vendor american-english |
| 194 | 2026-07-21T20:17:25.789Z | words system system australian-english |
| 195 | 2026-07-21T20:17:25.789Z | words system system british-english |
| 196 | 2026-07-21T20:17:25.789Z | words system system canadian-english |
| 197 | 2026-07-21T20:17:25.790Z | words system system french |
| 198 | 2026-07-21T20:17:25.790Z | words system system italian |
| 199 | 2026-07-21T20:17:25.790Z | words system system ngerman |
| 200 | 2026-07-21T20:17:25.790Z | words system system ogerman |
| 201 | 2026-07-21T20:17:25.790Z | words system system spanish |
| 202 | 2026-07-21T20:17:26.039Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-07-21T20:17:26.039Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-07-21T20:17:26.410Z | FMRI IFO |
| 205 | 2026-07-21T20:17:26.410Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-07-21T20:17:26.410Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-07-21T20:17:26.410Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-07-21T20:17:26.410Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-07-21T20:17:26.410Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-07-21T20:17:26.410Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-07-21T20:17:26.410Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-07-21T20:17:26.410Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-07-21T20:17:26.410Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-07-21T20:17:26.704Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-07-21T20:17:26.977Z | Updating crates.io index |
| 216 | 2026-07-21T20:17:26.981Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-07-21T20:17:27.250Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-07-21T20:17:27.604Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-07-21T20:17:28.538Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-07-21T20:17:29.054Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-07-21T20:17:30.625Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-07-21T20:17:31.452Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-07-21T20:17:31.774Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-07-21T20:17:32.090Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-07-21T20:17:33.153Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-07-21T20:17:33.431Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-07-21T20:17:33.743Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 228 | 2026-07-21T20:17:34.004Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 229 | 2026-07-21T20:17:34.434Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 230 | 2026-07-21T20:17:34.986Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 231 | 2026-07-21T20:17:35.224Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-07-21T20:17:35.482Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-07-21T20:17:35.761Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 234 | 2026-07-21T20:17:36.091Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-07-21T20:17:36.492Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-07-21T20:17:36.711Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-07-21T20:17:36.965Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 238 | 2026-07-21T20:17:37.334Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 239 | 2026-07-21T20:17:37.662Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-07-21T20:17:37.931Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-07-21T20:17:38.311Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-07-21T20:17:38.871Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-07-21T20:17:39.228Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-07-21T20:17:39.555Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-07-21T20:17:39.825Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-07-21T20:17:40.062Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-07-21T20:17:40.375Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 248 | 2026-07-21T20:17:40.747Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-07-21T20:17:40.983Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-07-21T20:17:41.256Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-07-21T20:17:41.517Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-07-21T20:17:41.796Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 253 | 2026-07-21T20:17:42.127Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-07-21T20:17:42.401Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-07-21T20:17:42.684Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-07-21T20:17:42.939Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-07-21T20:17:45.732Z | Downloading crates ... |
| 258 | 2026-07-21T20:17:45.776Z | Downloaded anstyle-query v1.1.5 |
| 259 | 2026-07-21T20:17:45.783Z | Downloaded colorchoice v1.0.4 |
| 260 | 2026-07-21T20:17:45.786Z | Downloaded anstream v1.0.0 |
| 261 | 2026-07-21T20:17:45.786Z | Downloaded byteorder v1.5.0 |
| 262 | 2026-07-21T20:17:45.790Z | Downloaded generic-array v0.14.7 |
| 263 | 2026-07-21T20:17:45.790Z | Downloaded terminal_size v0.4.3 |
| 264 | 2026-07-21T20:17:45.790Z | Downloaded cargo-platform v0.3.2 |
| 265 | 2026-07-21T20:17:45.794Z | Downloaded dtrace-parser v0.2.0 |
| 266 | 2026-07-21T20:17:45.797Z | Downloaded smawk v0.3.2 |
| 267 | 2026-07-21T20:17:45.801Z | Downloaded zmij v1.0.21 |
| 268 | 2026-07-21T20:17:45.808Z | Downloaded once_cell v1.21.3 |
| 269 | 2026-07-21T20:17:45.808Z | Downloaded block-buffer v0.10.4 |
| 270 | 2026-07-21T20:17:45.808Z | Downloaded camino v1.2.2 |
| 271 | 2026-07-21T20:17:45.812Z | Downloaded fastrand v2.3.0 |
| 272 | 2026-07-21T20:17:45.815Z | Downloaded equivalent v1.0.2 |
| 273 | 2026-07-21T20:17:45.815Z | Downloaded zerocopy v0.7.35 |
| 274 | 2026-07-21T20:17:45.824Z | Downloaded ucd-trie v0.1.7 |
| 275 | 2026-07-21T20:17:45.827Z | Downloaded itoa v1.0.17 |
| 276 | 2026-07-21T20:17:45.827Z | Downloaded thiserror v2.0.18 |
| 277 | 2026-07-21T20:17:45.827Z | Downloaded quote v1.0.45 |
| 278 | 2026-07-21T20:17:45.828Z | Downloaded pest_generator v2.8.6 |
| 279 | 2026-07-21T20:17:45.831Z | Downloaded heck v0.5.0 |
| 280 | 2026-07-21T20:17:45.836Z | Downloaded utf8parse v0.2.2 |
| 281 | 2026-07-21T20:17:45.836Z | Downloaded errno v0.3.14 |
| 282 | 2026-07-21T20:17:45.840Z | Downloaded macaddr v1.0.1 |
| 283 | 2026-07-21T20:17:45.843Z | Downloaded fnv v1.0.7 |
| 284 | 2026-07-21T20:17:45.843Z | Downloaded cpufeatures v0.2.17 |
| 285 | 2026-07-21T20:17:45.844Z | Downloaded clap_lex v1.0.0 |
| 286 | 2026-07-21T20:17:45.847Z | Downloaded memmap v0.7.0 |
| 287 | 2026-07-21T20:17:45.847Z | Downloaded toml_datetime v0.6.11 |
| 288 | 2026-07-21T20:17:45.852Z | Downloaded is_terminal_polyfill v1.70.2 |
| 289 | 2026-07-21T20:17:45.853Z | Downloaded usdt-attr-macro v0.5.0 |
| 290 | 2026-07-21T20:17:45.853Z | Downloaded tabled_derive v0.7.0 |
| 291 | 2026-07-21T20:17:45.857Z | Downloaded digest v0.10.7 |
| 292 | 2026-07-21T20:17:45.860Z | Downloaded anstyle-parse v1.0.0 |
| 293 | 2026-07-21T20:17:45.867Z | Downloaded thread-id v4.2.2 |
| 294 | 2026-07-21T20:17:45.870Z | Downloaded crypto-common v0.1.7 |
| 295 | 2026-07-21T20:17:45.870Z | Downloaded scroll_derive v0.12.1 |
| 296 | 2026-07-21T20:17:45.870Z | Downloaded pretty-hex v0.4.1 |
| 297 | 2026-07-21T20:17:45.870Z | Downloaded strsim v0.11.1 |
| 298 | 2026-07-21T20:17:45.870Z | Downloaded unicode-linebreak v0.1.5 |
| 299 | 2026-07-21T20:17:45.875Z | Downloaded proc-macro-error-attr v1.0.4 |
| 300 | 2026-07-21T20:17:45.879Z | Downloaded usdt v0.5.0 |
| 301 | 2026-07-21T20:17:45.879Z | Downloaded heck v0.4.1 |
| 302 | 2026-07-21T20:17:45.879Z | Downloaded swrite v0.1.0 |
| 303 | 2026-07-21T20:17:45.884Z | Downloaded serde_spanned v0.6.9 |
| 304 | 2026-07-21T20:17:45.884Z | Downloaded usdt-macro v0.5.0 |
| 305 | 2026-07-21T20:17:45.889Z | Downloaded cfg-if v1.0.4 |
| 306 | 2026-07-21T20:17:45.894Z | Downloaded version_check v0.9.5 |
| 307 | 2026-07-21T20:17:45.898Z | Downloaded plain v0.2.3 |
| 308 | 2026-07-21T20:17:45.902Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-07-21T20:17:45.908Z | Downloaded dof v0.3.0 |
| 310 | 2026-07-21T20:17:45.915Z | Downloaded tempfile v3.25.0 |
| 311 | 2026-07-21T20:17:45.918Z | Downloaded cargo_metadata v0.23.1 |
| 312 | 2026-07-21T20:17:45.922Z | Downloaded serde_tokenstream v0.2.3 |
| 313 | 2026-07-21T20:17:45.922Z | Downloaded thiserror v1.0.69 |
| 314 | 2026-07-21T20:17:45.926Z | Downloaded autocfg v1.5.0 |
| 315 | 2026-07-21T20:17:45.926Z | Downloaded anstyle v1.0.14 |
| 316 | 2026-07-21T20:17:45.926Z | Downloaded scroll v0.12.0 |
| 317 | 2026-07-21T20:17:45.926Z | Downloaded fs-err v3.3.0 |
| 318 | 2026-07-21T20:17:45.930Z | Downloaded usdt-impl v0.5.0 |
| 319 | 2026-07-21T20:17:45.930Z | Downloaded proc-macro-error v1.0.4 |
| 320 | 2026-07-21T20:17:45.930Z | Downloaded thiserror-impl v2.0.18 |
| 321 | 2026-07-21T20:17:45.934Z | Downloaded bytecount v0.6.9 |
| 322 | 2026-07-21T20:17:45.941Z | Downloaded thiserror-impl v1.0.69 |
| 323 | 2026-07-21T20:17:45.941Z | Downloaded camino-tempfile v1.4.1 |
| 324 | 2026-07-21T20:17:45.944Z | Downloaded clap_derive v4.6.1 |
| 325 | 2026-07-21T20:17:45.948Z | Downloaded log v0.4.29 |
| 326 | 2026-07-21T20:17:45.953Z | Downloaded zerocopy-derive v0.7.35 |
| 327 | 2026-07-21T20:17:45.953Z | Downloaded sha2 v0.10.9 |
| 328 | 2026-07-21T20:17:45.957Z | Downloaded semver v1.0.28 |
| 329 | 2026-07-21T20:17:45.960Z | Downloaded pest_derive v2.8.6 |
| 330 | 2026-07-21T20:17:45.960Z | Downloaded anyhow v1.0.102 |
| 331 | 2026-07-21T20:17:45.965Z | Downloaded getrandom v0.4.1 |
| 332 | 2026-07-21T20:17:45.968Z | Downloaded serde_derive v1.0.228 |
| 333 | 2026-07-21T20:17:45.968Z | Downloaded toml v0.8.23 |
| 334 | 2026-07-21T20:17:45.972Z | Downloaded memchr v2.8.0 |
| 335 | 2026-07-21T20:17:45.976Z | Downloaded goblin v0.8.2 |
| 336 | 2026-07-21T20:17:45.981Z | Downloaded bitflags v2.11.0 |
| 337 | 2026-07-21T20:17:45.986Z | Downloaded textwrap v0.16.2 |
| 338 | 2026-07-21T20:17:45.990Z | Downloaded papergrid v0.11.0 |
| 339 | 2026-07-21T20:17:45.994Z | Downloaded pest_meta v2.8.6 |
| 340 | 2026-07-21T20:17:45.997Z | Downloaded clap v4.6.1 |
| 341 | 2026-07-21T20:17:46.003Z | Downloaded serde_core v1.0.228 |
| 342 | 2026-07-21T20:17:46.003Z | Downloaded proc-macro2 v1.0.106 |
| 343 | 2026-07-21T20:17:46.006Z | Downloaded unicode-ident v1.0.24 |
| 344 | 2026-07-21T20:17:46.025Z | Downloaded toml_edit v0.22.27 |
| 345 | 2026-07-21T20:17:46.037Z | Downloaded typenum v1.20.1 |
| 346 | 2026-07-21T20:17:46.042Z | Downloaded serde v1.0.228 |
| 347 | 2026-07-21T20:17:46.045Z | Downloaded pest v2.8.6 |
| 348 | 2026-07-21T20:17:46.045Z | Downloaded indexmap v2.14.0 |
| 349 | 2026-07-21T20:17:46.049Z | Downloaded tabled v0.15.0 |
| 350 | 2026-07-21T20:17:46.054Z | Downloaded clap_builder v4.6.0 |
| 351 | 2026-07-21T20:17:46.062Z | Downloaded hashbrown v0.17.0 |
| 352 | 2026-07-21T20:17:46.066Z | Downloaded serde_json v1.0.150 |
| 353 | 2026-07-21T20:17:46.085Z | Downloaded winnow v0.7.14 |
| 354 | 2026-07-21T20:17:46.093Z | Downloaded syn v1.0.109 |
| 355 | 2026-07-21T20:17:46.097Z | Downloaded unicode-width v0.1.14 |
| 356 | 2026-07-21T20:17:46.102Z | Downloaded unicode-width v0.2.0 |
| 357 | 2026-07-21T20:17:46.110Z | Downloaded syn v2.0.117 |
| 358 | 2026-07-21T20:17:46.125Z | Downloaded rustix v1.1.3 |
| 359 | 2026-07-21T20:17:46.157Z | Downloaded libc v0.2.185 |
| 360 | 2026-07-21T20:17:46.169Z | Downloaded cargo_toml v0.21.0 |
| 361 | 2026-07-21T20:17:46.215Z | Compiling proc-macro2 v1.0.106 |
| 362 | 2026-07-21T20:17:46.215Z | Compiling unicode-ident v1.0.24 |
| 363 | 2026-07-21T20:17:46.219Z | Compiling quote v1.0.45 |
| 364 | 2026-07-21T20:17:46.219Z | Compiling serde_core v1.0.228 |
| 365 | 2026-07-21T20:17:46.219Z | Compiling libc v0.2.185 |
| 366 | 2026-07-21T20:17:46.220Z | Compiling version_check v0.9.5 |
| 367 | 2026-07-21T20:17:46.220Z | Compiling memchr v2.8.0 |
| 368 | 2026-07-21T20:17:46.220Z | Compiling serde v1.0.228 |
| 369 | 2026-07-21T20:17:46.220Z | Compiling zmij v1.0.21 |
| 370 | 2026-07-21T20:17:46.220Z | Compiling ucd-trie v0.1.7 |
| 371 | 2026-07-21T20:17:46.220Z | Compiling thiserror v1.0.69 |
| 372 | 2026-07-21T20:17:46.398Z | Compiling itoa v1.0.17 |
| 373 | 2026-07-21T20:17:46.401Z | Compiling rustix v1.1.3 |
| 374 | 2026-07-21T20:17:46.401Z | Compiling byteorder v1.5.0 |
| 375 | 2026-07-21T20:17:46.634Z | Compiling bitflags v2.11.0 |
| 376 | 2026-07-21T20:17:46.793Z | Compiling serde_json v1.0.150 |
| 377 | 2026-07-21T20:17:46.879Z | Compiling proc-macro-error-attr v1.0.4 |
| 378 | 2026-07-21T20:17:46.931Z | Compiling usdt-impl v0.5.0 |
| 379 | 2026-07-21T20:17:46.939Z | Compiling syn v1.0.109 |
| 380 | 2026-07-21T20:17:47.016Z | Compiling pest v2.8.6 |
| 381 | 2026-07-21T20:17:47.152Z | Compiling camino v1.2.2 |
| 382 | 2026-07-21T20:17:47.169Z | Compiling proc-macro-error v1.0.4 |
| 383 | 2026-07-21T20:17:47.275Z | Compiling hashbrown v0.17.0 |
| 384 | 2026-07-21T20:17:47.290Z | Compiling log v0.4.29 |
| 385 | 2026-07-21T20:17:47.293Z | Compiling getrandom v0.4.1 |
| 386 | 2026-07-21T20:17:47.293Z | Compiling utf8parse v0.2.2 |
| 387 | 2026-07-21T20:17:47.323Z | Compiling plain v0.2.3 |
| 388 | 2026-07-21T20:17:47.342Z | Compiling equivalent v1.0.2 |
| 389 | 2026-07-21T20:17:47.457Z | Compiling errno v0.3.14 |
| 390 | 2026-07-21T20:17:47.467Z | Compiling thread-id v4.2.2 |
| 391 | 2026-07-21T20:17:47.479Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-07-21T20:17:47.516Z | Compiling toml_write v0.1.2 |
| 393 | 2026-07-21T20:17:47.520Z | Compiling is_terminal_polyfill v1.70.2 |
| 394 | 2026-07-21T20:17:47.549Z | Compiling pretty-hex v0.4.1 |
| 395 | 2026-07-21T20:17:47.554Z | Compiling winnow v0.7.14 |
| 396 | 2026-07-21T20:17:47.606Z | Compiling anstyle v1.0.14 |
| 397 | 2026-07-21T20:17:47.619Z | Compiling colorchoice v1.0.4 |
| 398 | 2026-07-21T20:17:47.700Z | Compiling cfg-if v1.0.4 |
| 399 | 2026-07-21T20:17:47.704Z | Compiling thiserror v2.0.18 |
| 400 | 2026-07-21T20:17:47.719Z | Compiling autocfg v1.5.0 |
| 401 | 2026-07-21T20:17:47.723Z | Compiling anstyle-query v1.1.5 |
| 402 | 2026-07-21T20:17:47.827Z | Compiling indexmap v2.14.0 |
| 403 | 2026-07-21T20:17:47.852Z | Compiling bytecount v0.6.9 |
| 404 | 2026-07-21T20:17:47.969Z | Compiling anstream v1.0.0 |
| 405 | 2026-07-21T20:17:47.980Z | Compiling syn v2.0.117 |
| 406 | 2026-07-21T20:17:47.980Z | Compiling fnv v1.0.7 |
| 407 | 2026-07-21T20:17:47.980Z | Compiling fastrand v2.3.0 |
| 408 | 2026-07-21T20:17:48.018Z | Compiling anyhow v1.0.102 |
| 409 | 2026-07-21T20:17:48.090Z | Compiling pest_meta v2.8.6 |
| 410 | 2026-07-21T20:17:48.108Z | Compiling unicode-width v0.1.14 |
| 411 | 2026-07-21T20:17:48.197Z | Compiling fs-err v3.3.0 |
| 412 | 2026-07-21T20:17:48.212Z | Compiling strsim v0.11.1 |
| 413 | 2026-07-21T20:17:48.230Z | Compiling once_cell v1.21.3 |
| 414 | 2026-07-21T20:17:48.311Z | Compiling clap_lex v1.0.0 |
| 415 | 2026-07-21T20:17:48.351Z | Compiling heck v0.4.1 |
| 416 | 2026-07-21T20:17:48.379Z | Compiling heck v0.5.0 |
| 417 | 2026-07-21T20:17:48.448Z | Compiling papergrid v0.11.0 |
| 418 | 2026-07-21T20:17:48.469Z | Compiling memmap v0.7.0 |
| 419 | 2026-07-21T20:17:48.488Z | Compiling smawk v0.3.2 |
| 420 | 2026-07-21T20:17:48.549Z | Compiling terminal_size v0.4.3 |
| 421 | 2026-07-21T20:17:48.566Z | Compiling tempfile v3.25.0 |
| 422 | 2026-07-21T20:17:48.581Z | Compiling unicode-width v0.2.0 |
| 423 | 2026-07-21T20:17:48.598Z | Compiling unicode-linebreak v0.1.5 |
| 424 | 2026-07-21T20:17:48.655Z | Compiling clap_builder v4.6.0 |
| 425 | 2026-07-21T20:17:48.689Z | Compiling swrite v0.1.0 |
| 426 | 2026-07-21T20:17:48.853Z | Compiling cargo-platform v0.3.2 |
| 427 | 2026-07-21T20:17:48.874Z | Compiling semver v1.0.28 |
| 428 | 2026-07-21T20:17:48.965Z | Compiling textwrap v0.16.2 |
| 429 | 2026-07-21T20:17:49.109Z | Compiling camino-tempfile v1.4.1 |
| 430 | 2026-07-21T20:17:49.450Z | Compiling tabled_derive v0.7.0 |
| 431 | 2026-07-21T20:17:50.055Z | Compiling pest_generator v2.8.6 |
| 432 | 2026-07-21T20:17:50.145Z | Compiling tabled v0.15.0 |
| 433 | 2026-07-21T20:17:50.565Z | Compiling serde_derive v1.0.228 |
| 434 | 2026-07-21T20:17:50.568Z | Compiling thiserror-impl v1.0.69 |
| 435 | 2026-07-21T20:17:50.568Z | Compiling zerocopy-derive v0.7.35 |
| 436 | 2026-07-21T20:17:50.568Z | Compiling scroll_derive v0.12.1 |
| 437 | 2026-07-21T20:17:50.568Z | Compiling thiserror-impl v2.0.18 |
| 438 | 2026-07-21T20:17:50.568Z | Compiling clap_derive v4.6.1 |
| 439 | 2026-07-21T20:17:50.666Z | Compiling pest_derive v2.8.6 |
| 440 | 2026-07-21T20:17:51.240Z | Compiling scroll v0.12.0 |
| 441 | 2026-07-21T20:17:51.310Z | Compiling zerocopy v0.7.35 |
| 442 | 2026-07-21T20:17:51.455Z | Compiling goblin v0.8.2 |
| 443 | 2026-07-21T20:17:51.680Z | Compiling dtrace-parser v0.2.0 |
| 444 | 2026-07-21T20:17:51.925Z | Compiling clap v4.6.1 |
| 445 | 2026-07-21T20:17:52.980Z | Compiling dof v0.3.0 |
| 446 | 2026-07-21T20:17:52.980Z | Compiling serde_tokenstream v0.2.3 |
| 447 | 2026-07-21T20:17:52.998Z | Compiling serde_spanned v0.6.9 |
| 448 | 2026-07-21T20:17:53.002Z | Compiling toml_datetime v0.6.11 |
| 449 | 2026-07-21T20:17:53.003Z | Compiling macaddr v1.0.1 |
| 450 | 2026-07-21T20:17:53.003Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 451 | 2026-07-21T20:17:53.003Z | Compiling cargo_metadata v0.23.1 |
| 452 | 2026-07-21T20:17:53.281Z | Compiling toml_edit v0.22.27 |
| 453 | 2026-07-21T20:17:53.689Z | Compiling usdt-attr-macro v0.5.0 |
| 454 | 2026-07-21T20:17:53.693Z | Compiling usdt-macro v0.5.0 |
| 455 | 2026-07-21T20:17:54.295Z | Compiling usdt v0.5.0 |
| 456 | 2026-07-21T20:17:54.516Z | Compiling toml v0.8.23 |
| 457 | 2026-07-21T20:17:54.832Z | Compiling cargo_toml v0.21.0 |
| 458 | 2026-07-21T20:17:56.126Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 459 | 2026-07-21T20:17:58.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.61s |
| 460 | 2026-07-21T20:17:58.356Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 461 | 2026-07-21T20:17:58.857Z | Downloading crates ... |
| 462 | 2026-07-21T20:17:58.942Z | Downloaded array-init v0.0.4 |
| 463 | 2026-07-21T20:17:58.950Z | Downloaded async-stream v0.3.6 |
| 464 | 2026-07-21T20:17:58.953Z | Downloaded atomic-waker v1.1.2 |
| 465 | 2026-07-21T20:17:58.953Z | Downloaded ascii-canvas v3.0.0 |
| 466 | 2026-07-21T20:17:58.957Z | Downloaded async-bb8-diesel v0.2.1 |
| 467 | 2026-07-21T20:17:58.957Z | Downloaded bitfield v0.19.4 |
| 468 | 2026-07-21T20:17:58.960Z | Downloaded bb8 v0.8.6 |
| 469 | 2026-07-21T20:17:58.960Z | Downloaded adler2 v2.0.1 |
| 470 | 2026-07-21T20:17:58.960Z | Downloaded ahash v0.8.12 |
| 471 | 2026-07-21T20:17:58.963Z | Downloaded convert_case v0.4.0 |
| 472 | 2026-07-21T20:17:58.969Z | Downloaded arrayref v0.3.9 |
| 473 | 2026-07-21T20:17:58.969Z | Downloaded crc v3.4.0 |
| 474 | 2026-07-21T20:17:58.974Z | Downloaded aead v0.5.2 |
| 475 | 2026-07-21T20:17:58.974Z | Downloaded cookie_store v0.22.1 |
| 476 | 2026-07-21T20:17:58.979Z | Downloaded constant_time_eq v0.4.2 |
| 477 | 2026-07-21T20:17:58.979Z | Downloaded crc32fast v1.5.0 |
| 478 | 2026-07-21T20:17:58.979Z | Downloaded crc-catalog v2.4.0 |
| 479 | 2026-07-21T20:17:58.979Z | Downloaded cancel-safe-futures v0.1.5 |
| 480 | 2026-07-21T20:17:58.982Z | Downloaded crypto-common v0.2.2 |
| 481 | 2026-07-21T20:17:58.985Z | Downloaded cpufeatures v0.3.0 |
| 482 | 2026-07-21T20:17:58.990Z | Downloaded defmt v0.3.100 |
| 483 | 2026-07-21T20:17:58.994Z | Downloaded darling_macro v0.23.0 |
| 484 | 2026-07-21T20:17:58.999Z | Downloaded compression-codecs v0.4.37 |
| 485 | 2026-07-21T20:17:58.999Z | Downloaded debug-ignore v1.0.5 |
| 486 | 2026-07-21T20:17:58.999Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 487 | 2026-07-21T20:17:58.999Z | Downloaded crucible-workspace-hack v0.1.0 |
| 488 | 2026-07-21T20:17:59.003Z | Downloaded base16ct v1.0.0 |
| 489 | 2026-07-21T20:17:59.003Z | Downloaded crc8 v0.1.1 |
| 490 | 2026-07-21T20:17:59.007Z | Downloaded cpubits v0.1.1 |
| 491 | 2026-07-21T20:17:59.007Z | Downloaded darling_macro v0.20.11 |
| 492 | 2026-07-21T20:17:59.007Z | Downloaded darling_macro v0.13.4 |
| 493 | 2026-07-21T20:17:59.007Z | Downloaded cstr-argument v0.1.2 |
| 494 | 2026-07-21T20:17:59.007Z | Downloaded crunchy v0.2.4 |
| 495 | 2026-07-21T20:17:59.010Z | Downloaded cfg_aliases v0.1.1 |
| 496 | 2026-07-21T20:17:59.010Z | Downloaded compression-core v0.4.31 |
| 497 | 2026-07-21T20:17:59.014Z | Downloaded defmt-parser v1.0.0 |
| 498 | 2026-07-21T20:17:59.014Z | Downloaded block-padding v0.4.2 |
| 499 | 2026-07-21T20:17:59.017Z | Downloaded cobs v0.3.0 |
| 500 | 2026-07-21T20:17:59.028Z | Downloaded dsl_auto_type v0.2.0 |
| 501 | 2026-07-21T20:17:59.031Z | Downloaded ciborium-ll v0.2.2 |
| 502 | 2026-07-21T20:17:59.031Z | Downloaded ciborium-io v0.2.2 |
| 503 | 2026-07-21T20:17:59.034Z | Downloaded castaway v0.2.4 |
| 504 | 2026-07-21T20:17:59.038Z | Downloaded darling_macro v0.21.3 |
| 505 | 2026-07-21T20:17:59.038Z | Downloaded block-buffer v0.12.1 |
| 506 | 2026-07-21T20:17:59.038Z | Downloaded atomicwrites v0.4.4 |
| 507 | 2026-07-21T20:17:59.041Z | Downloaded bit-set v0.8.0 |
| 508 | 2026-07-21T20:17:59.044Z | Downloaded cfg_aliases v0.2.1 |
| 509 | 2026-07-21T20:17:59.044Z | Downloaded async-stream-impl v0.3.6 |
| 510 | 2026-07-21T20:17:59.044Z | Downloaded async-recursion v1.1.1 |
| 511 | 2026-07-21T20:17:59.049Z | Downloaded embedded-io v0.4.0 |
| 512 | 2026-07-21T20:17:59.049Z | Downloaded difflib v0.4.0 |
| 513 | 2026-07-21T20:17:59.056Z | Downloaded bit-set v0.5.3 |
| 514 | 2026-07-21T20:17:59.056Z | Downloaded base16ct v0.2.0 |
| 515 | 2026-07-21T20:17:59.056Z | Downloaded dyn-clone v1.0.20 |
| 516 | 2026-07-21T20:17:59.056Z | Downloaded digest-io v0.1.0 |
| 517 | 2026-07-21T20:17:59.056Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 518 | 2026-07-21T20:17:59.056Z | Downloaded bitfield-struct v0.6.2 |
| 519 | 2026-07-21T20:17:59.056Z | Downloaded bitfield-macros v0.19.4 |
| 520 | 2026-07-21T20:17:59.056Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 521 | 2026-07-21T20:17:59.060Z | Downloaded assert_matches v1.5.0 |
| 522 | 2026-07-21T20:17:59.060Z | Downloaded colored v2.2.0 |
| 523 | 2026-07-21T20:17:59.060Z | Downloaded csv-core v0.1.13 |
| 524 | 2026-07-21T20:17:59.060Z | Downloaded critical-section v1.2.0 |
| 525 | 2026-07-21T20:17:59.063Z | Downloaded atty v0.2.14 |
| 526 | 2026-07-21T20:17:59.063Z | Downloaded embedded-io v0.6.1 |
| 527 | 2026-07-21T20:17:59.063Z | Downloaded downcast-rs v2.0.2 |
| 528 | 2026-07-21T20:17:59.067Z | Downloaded dunce v1.0.5 |
| 529 | 2026-07-21T20:17:59.067Z | Downloaded argon2 v0.5.3 |
| 530 | 2026-07-21T20:17:59.067Z | Downloaded enum-as-inner v0.6.1 |
| 531 | 2026-07-21T20:17:59.067Z | Downloaded dtrace-parser v0.3.0 |
| 532 | 2026-07-21T20:17:59.079Z | Downloaded env_filter v1.0.0 |
| 533 | 2026-07-21T20:17:59.079Z | Downloaded dirs-sys-next v0.1.2 |
| 534 | 2026-07-21T20:17:59.079Z | Downloaded endian-type v0.1.2 |
| 535 | 2026-07-21T20:17:59.079Z | Downloaded dof v0.4.0 |
| 536 | 2026-07-21T20:17:59.079Z | Downloaded document-features v0.2.12 |
| 537 | 2026-07-21T20:17:59.079Z | Downloaded display-error-chain v0.2.2 |
| 538 | 2026-07-21T20:17:59.079Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 539 | 2026-07-21T20:17:59.082Z | Downloaded derive_builder_macro v0.20.2 |
| 540 | 2026-07-21T20:17:59.082Z | Downloaded dirs-next v2.0.0 |
| 541 | 2026-07-21T20:17:59.083Z | Downloaded cipher v0.4.4 |
| 542 | 2026-07-21T20:17:59.083Z | Downloaded fd-lock v4.0.4 |
| 543 | 2026-07-21T20:17:59.087Z | Downloaded cassowary v0.3.0 |
| 544 | 2026-07-21T20:17:59.087Z | Downloaded base64ct v1.8.3 |
| 545 | 2026-07-21T20:17:59.092Z | Downloaded fixedbitset v0.4.2 |
| 546 | 2026-07-21T20:17:59.092Z | Downloaded flagset v0.4.7 |
| 547 | 2026-07-21T20:17:59.096Z | Downloaded buf-list v1.1.2 |
| 548 | 2026-07-21T20:17:59.096Z | Downloaded foreign-types v0.5.0 |
| 549 | 2026-07-21T20:17:59.096Z | Downloaded foreign-types v0.3.2 |
| 550 | 2026-07-21T20:17:59.096Z | Downloaded float-cmp v0.10.0 |
| 551 | 2026-07-21T20:17:59.108Z | Downloaded data-encoding v2.10.0 |
| 552 | 2026-07-21T20:17:59.108Z | Downloaded daft-derive v0.1.7 |
| 553 | 2026-07-21T20:17:59.108Z | Downloaded corncobs v0.1.4 |
| 554 | 2026-07-21T20:17:59.126Z | Downloaded convert_case v0.10.0 |
| 555 | 2026-07-21T20:17:59.126Z | Downloaded const_format_proc_macros v0.2.34 |
| 556 | 2026-07-21T20:17:59.126Z | Downloaded chacha20 v0.9.1 |
| 557 | 2026-07-21T20:17:59.126Z | Downloaded cexpr v0.6.0 |
| 558 | 2026-07-21T20:17:59.126Z | Downloaded bit-vec v0.8.0 |
| 559 | 2026-07-21T20:17:59.126Z | Downloaded camino-tempfile-ext v0.3.3 |
| 560 | 2026-07-21T20:17:59.126Z | Downloaded derive_builder_core v0.20.2 |
| 561 | 2026-07-21T20:17:59.126Z | Downloaded cmake v0.1.57 |
| 562 | 2026-07-21T20:17:59.126Z | Downloaded bcs v0.1.6 |
| 563 | 2026-07-21T20:17:59.134Z | Downloaded cmov v0.5.4 |
| 564 | 2026-07-21T20:17:59.134Z | Downloaded ctr v0.10.1 |
| 565 | 2026-07-21T20:17:59.134Z | Downloaded async-trait v0.1.89 |
| 566 | 2026-07-21T20:17:59.134Z | Downloaded darling v0.13.4 |
| 567 | 2026-07-21T20:17:59.134Z | Downloaded const-oid v0.10.2 |
| 568 | 2026-07-21T20:17:59.134Z | Downloaded form_urlencoded v1.2.2 |
| 569 | 2026-07-21T20:17:59.134Z | Downloaded defmt-macros v1.0.1 |
| 570 | 2026-07-21T20:17:59.134Z | Downloaded defmt v1.0.1 |
| 571 | 2026-07-21T20:17:59.134Z | Downloaded ff v0.13.1 |
| 572 | 2026-07-21T20:17:59.134Z | Downloaded ecdsa v0.16.9 |
| 573 | 2026-07-21T20:17:59.134Z | Downloaded foldhash v0.1.5 |
| 574 | 2026-07-21T20:17:59.134Z | Downloaded ff v0.14.0 |
| 575 | 2026-07-21T20:17:59.142Z | Downloaded env_logger v0.11.9 |
| 576 | 2026-07-21T20:17:59.142Z | Downloaded futures-io v0.3.32 |
| 577 | 2026-07-21T20:17:59.142Z | Downloaded daft v0.1.7 |
| 578 | 2026-07-21T20:17:59.142Z | Downloaded gethostname v0.5.0 |
| 579 | 2026-07-21T20:17:59.143Z | Downloaded futures-sink v0.3.32 |
| 580 | 2026-07-21T20:17:59.143Z | Downloaded futures-macro v0.3.32 |
| 581 | 2026-07-21T20:17:59.143Z | Downloaded digest v0.11.3 |
| 582 | 2026-07-21T20:17:59.146Z | Downloaded globwalk v0.9.1 |
| 583 | 2026-07-21T20:17:59.146Z | Downloaded fxhash v0.2.1 |
| 584 | 2026-07-21T20:17:59.146Z | Downloaded ena v0.14.4 |
| 585 | 2026-07-21T20:17:59.146Z | Downloaded hash32 v0.3.1 |
| 586 | 2026-07-21T20:17:59.146Z | Downloaded foreign-types-shared v0.1.1 |
| 587 | 2026-07-21T20:17:59.146Z | Downloaded float-ord v0.3.2 |
| 588 | 2026-07-21T20:17:59.146Z | Downloaded futures-core v0.3.32 |
| 589 | 2026-07-21T20:17:59.146Z | Downloaded foreign-types-macros v0.2.3 |
| 590 | 2026-07-21T20:17:59.150Z | Downloaded ed25519 v2.2.3 |
| 591 | 2026-07-21T20:17:59.150Z | Downloaded derive-ex v0.1.8 |
| 592 | 2026-07-21T20:17:59.150Z | Downloaded blake2 v0.10.6 |
| 593 | 2026-07-21T20:17:59.154Z | Downloaded allocator-api2 v0.2.21 |
| 594 | 2026-07-21T20:17:59.154Z | Downloaded deranged v0.5.8 |
| 595 | 2026-07-21T20:17:59.155Z | Downloaded erased-serde v0.3.31 |
| 596 | 2026-07-21T20:17:59.158Z | Downloaded fixedbitset v0.5.7 |
| 597 | 2026-07-21T20:17:59.158Z | Downloaded ciborium v0.2.2 |
| 598 | 2026-07-21T20:17:59.158Z | Downloaded console v0.16.2 |
| 599 | 2026-07-21T20:17:59.161Z | Downloaded console v0.15.11 |
| 600 | 2026-07-21T20:17:59.162Z | Downloaded ghash v0.6.0 |
| 601 | 2026-07-21T20:17:59.166Z | Downloaded git-stub v1.0.0 |
| 602 | 2026-07-21T20:17:59.166Z | Downloaded cbc v0.2.1 |
| 603 | 2026-07-21T20:17:59.166Z | Downloaded chacha20 v0.10.0 |
| 604 | 2026-07-21T20:17:59.170Z | Downloaded hash32 v0.2.1 |
| 605 | 2026-07-21T20:17:59.170Z | Downloaded anstream v0.6.21 |
| 606 | 2026-07-21T20:17:59.170Z | Downloaded blake2 v0.11.0-rc.6 |
| 607 | 2026-07-21T20:17:59.177Z | Downloaded hex v0.4.3 |
| 608 | 2026-07-21T20:17:59.177Z | Downloaded headers-core v0.3.0 |
| 609 | 2026-07-21T20:17:59.177Z | Downloaded bitflags v1.3.2 |
| 610 | 2026-07-21T20:17:59.177Z | Downloaded darling v0.23.0 |
| 611 | 2026-07-21T20:17:59.181Z | Downloaded argon2 v0.6.0-rc.8 |
| 612 | 2026-07-21T20:17:59.181Z | Downloaded funty v2.0.0 |
| 613 | 2026-07-21T20:17:59.181Z | Downloaded darling v0.20.11 |
| 614 | 2026-07-21T20:17:59.186Z | Downloaded crossbeam-utils v0.8.21 |
| 615 | 2026-07-21T20:17:59.186Z | Downloaded derive_builder v0.20.2 |
| 616 | 2026-07-21T20:17:59.189Z | Downloaded http-range v0.1.5 |
| 617 | 2026-07-21T20:17:59.189Z | Downloaded crossbeam-epoch v0.9.18 |
| 618 | 2026-07-21T20:17:59.192Z | Downloaded httpdate v1.0.3 |
| 619 | 2026-07-21T20:17:59.192Z | Downloaded futures-executor v0.3.32 |
| 620 | 2026-07-21T20:17:59.192Z | Downloaded enum_dispatch v0.3.13 |
| 621 | 2026-07-21T20:17:59.196Z | Downloaded delegate v0.13.5 |
| 622 | 2026-07-21T20:17:59.196Z | Downloaded darling v0.21.3 |
| 623 | 2026-07-21T20:17:59.200Z | Downloaded group v0.14.0 |
| 624 | 2026-07-21T20:17:59.200Z | Downloaded group v0.13.0 |
| 625 | 2026-07-21T20:17:59.204Z | Downloaded ctutils v0.4.2 |
| 626 | 2026-07-21T20:17:59.204Z | Downloaded diff v0.1.13 |
| 627 | 2026-07-21T20:17:59.204Z | Downloaded hyper-tls v0.6.0 |
| 628 | 2026-07-21T20:17:59.208Z | Downloaded git-stub-vcs v0.1.0 |
| 629 | 2026-07-21T20:17:59.209Z | Downloaded ecdsa v0.17.0-rc.18 |
| 630 | 2026-07-21T20:17:59.209Z | Downloaded backon v1.6.0 |
| 631 | 2026-07-21T20:17:59.214Z | Downloaded hex-literal v1.1.0 |
| 632 | 2026-07-21T20:17:59.214Z | Downloaded bzip2 v0.6.1 |
| 633 | 2026-07-21T20:17:59.214Z | Downloaded foreign-types-shared v0.3.1 |
| 634 | 2026-07-21T20:17:59.214Z | Downloaded arc-swap v1.8.2 |
| 635 | 2026-07-21T20:17:59.217Z | Downloaded fs_extra v1.3.0 |
| 636 | 2026-07-21T20:17:59.217Z | Downloaded byte-wrapper v0.1.0 |
| 637 | 2026-07-21T20:17:59.217Z | Downloaded hubpack_derive v0.1.1 |
| 638 | 2026-07-21T20:17:59.217Z | Downloaded home v0.5.12 |
| 639 | 2026-07-21T20:17:59.220Z | Downloaded http-body v1.0.1 |
| 640 | 2026-07-21T20:17:59.220Z | Downloaded hostname v0.3.1 |
| 641 | 2026-07-21T20:17:59.220Z | Downloaded clang-sys v1.8.1 |
| 642 | 2026-07-21T20:17:59.224Z | Downloaded blowfish v0.10.0 |
| 643 | 2026-07-21T20:17:59.224Z | Downloaded bs58 v0.5.1 |
| 644 | 2026-07-21T20:17:59.227Z | Downloaded const-oid v0.9.6 |
| 645 | 2026-07-21T20:17:59.227Z | Downloaded futures-task v0.3.32 |
| 646 | 2026-07-21T20:17:59.227Z | Downloaded find-msvc-tools v0.1.9 |
| 647 | 2026-07-21T20:17:59.231Z | Downloaded colored v3.1.1 |
| 648 | 2026-07-21T20:17:59.231Z | Downloaded ed25519 v3.0.0 |
| 649 | 2026-07-21T20:17:59.237Z | Downloaded bzip2 v0.4.4 |
| 650 | 2026-07-21T20:17:59.237Z | Downloaded foldhash v0.2.0 |
| 651 | 2026-07-21T20:17:59.237Z | Downloaded filetime v0.2.27 |
| 652 | 2026-07-21T20:17:59.240Z | Downloaded fallible-iterator v0.2.0 |
| 653 | 2026-07-21T20:17:59.240Z | Downloaded highway v1.3.0 |
| 654 | 2026-07-21T20:17:59.240Z | Downloaded idna_adapter v1.2.1 |
| 655 | 2026-07-21T20:17:59.240Z | Downloaded globset v0.4.18 |
| 656 | 2026-07-21T20:17:59.240Z | Downloaded either v1.15.0 |
| 657 | 2026-07-21T20:17:59.244Z | Downloaded glob v0.3.3 |
| 658 | 2026-07-21T20:17:59.244Z | Downloaded instant v0.1.13 |
| 659 | 2026-07-21T20:17:59.244Z | Downloaded inout v0.1.4 |
| 660 | 2026-07-21T20:17:59.244Z | Downloaded instability v0.3.11 |
| 661 | 2026-07-21T20:17:59.247Z | Downloaded diesel-dtrace v0.5.0 |
| 662 | 2026-07-21T20:17:59.247Z | Downloaded illumos-nvpair v0.3.0 |
| 663 | 2026-07-21T20:17:59.247Z | Downloaded ident_case v1.0.1 |
| 664 | 2026-07-21T20:17:59.251Z | Downloaded indent_write v2.2.0 |
| 665 | 2026-07-21T20:17:59.251Z | Downloaded hostname v0.4.2 |
| 666 | 2026-07-21T20:17:59.251Z | Downloaded lalrpop-util v0.19.12 |
| 667 | 2026-07-21T20:17:59.251Z | Downloaded kem v0.3.0 |
| 668 | 2026-07-21T20:17:59.257Z | Downloaded lazy_static v1.5.0 |
| 669 | 2026-07-21T20:17:59.257Z | Downloaded libscf-sys v1.1.0 |
| 670 | 2026-07-21T20:17:59.257Z | Downloaded is_ci v1.2.0 |
| 671 | 2026-07-21T20:17:59.257Z | Downloaded internet-checksum v0.2.1 |
| 672 | 2026-07-21T20:17:59.257Z | Downloaded inout v0.2.2 |
| 673 | 2026-07-21T20:17:59.257Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 674 | 2026-07-21T20:17:59.257Z | Downloaded is-terminal v0.4.17 |
| 675 | 2026-07-21T20:17:59.261Z | Downloaded futures-channel v0.3.32 |
| 676 | 2026-07-21T20:17:59.261Z | Downloaded crc-any v2.5.0 |
| 677 | 2026-07-21T20:17:59.261Z | Downloaded fs-err v2.11.0 |
| 678 | 2026-07-21T20:17:59.266Z | Downloaded cookie v0.18.1 |
| 679 | 2026-07-21T20:17:59.267Z | Downloaded half v1.8.3 |
| 680 | 2026-07-21T20:17:59.267Z | Downloaded http-body-util v0.1.3 |
| 681 | 2026-07-21T20:17:59.271Z | Downloaded humantime v2.3.0 |
| 682 | 2026-07-21T20:17:59.271Z | Downloaded derive_more v0.99.20 |
| 683 | 2026-07-21T20:17:59.271Z | Downloaded hubpack v0.1.2 |
| 684 | 2026-07-21T20:17:59.275Z | Downloaded derive-where v1.6.0 |
| 685 | 2026-07-21T20:17:59.275Z | Downloaded linked-hash-map v0.5.6 |
| 686 | 2026-07-21T20:17:59.275Z | Downloaded dropshot_endpoint v0.17.1 |
| 687 | 2026-07-21T20:17:59.279Z | Downloaded keccak v0.1.6 |
| 688 | 2026-07-21T20:17:59.279Z | Downloaded kstat-rs v0.2.4 |
| 689 | 2026-07-21T20:17:59.279Z | Downloaded hyper-staticfile v0.10.1 |
| 690 | 2026-07-21T20:17:59.282Z | Downloaded lru-cache v0.1.2 |
| 691 | 2026-07-21T20:17:59.283Z | Downloaded base64 v0.21.7 |
| 692 | 2026-07-21T20:17:59.286Z | Downloaded lru v0.12.5 |
| 693 | 2026-07-21T20:17:59.286Z | Downloaded fatfs v0.3.6 |
| 694 | 2026-07-21T20:17:59.286Z | Downloaded darling_core v0.13.4 |
| 695 | 2026-07-21T20:17:59.289Z | Downloaded const_format v0.2.35 |
| 696 | 2026-07-21T20:17:59.292Z | Downloaded des v0.9.0 |
| 697 | 2026-07-21T20:17:59.292Z | Downloaded crossbeam-deque v0.8.6 |
| 698 | 2026-07-21T20:17:59.296Z | Downloaded chacha20poly1305 v0.10.1 |
| 699 | 2026-07-21T20:17:59.296Z | Downloaded displaydoc v0.2.5 |
| 700 | 2026-07-21T20:17:59.296Z | Downloaded der_derive v0.7.3 |
| 701 | 2026-07-21T20:17:59.302Z | Downloaded bit-vec v0.6.3 |
| 702 | 2026-07-21T20:17:59.302Z | Downloaded arrayvec v0.7.6 |
| 703 | 2026-07-21T20:17:59.302Z | Downloaded match_cfg v0.1.0 |
| 704 | 2026-07-21T20:17:59.302Z | Downloaded ar_archive_writer v0.5.1 |
| 705 | 2026-07-21T20:17:59.306Z | Downloaded lzss v0.8.2 |
| 706 | 2026-07-21T20:17:59.306Z | Downloaded memoffset v0.9.1 |
| 707 | 2026-07-21T20:17:59.306Z | Downloaded maplit v1.0.2 |
| 708 | 2026-07-21T20:17:59.306Z | Downloaded md-5 v0.10.6 |
| 709 | 2026-07-21T20:17:59.312Z | Downloaded mime v0.3.17 |
| 710 | 2026-07-21T20:17:59.312Z | Downloaded drift v0.2.0 |
| 711 | 2026-07-21T20:17:59.316Z | Downloaded hmac v0.13.0 |
| 712 | 2026-07-21T20:17:59.316Z | Downloaded futures v0.3.32 |
| 713 | 2026-07-21T20:17:59.319Z | Downloaded libsw v3.5.0 |
| 714 | 2026-07-21T20:17:59.320Z | Downloaded ingot-types v0.1.2 |
| 715 | 2026-07-21T20:17:59.320Z | Downloaded indoc v2.0.7 |
| 716 | 2026-07-21T20:17:59.324Z | Downloaded indoc v1.0.9 |
| 717 | 2026-07-21T20:17:59.324Z | Downloaded maybe-uninit v2.0.0 |
| 718 | 2026-07-21T20:17:59.327Z | Downloaded managed v0.8.0 |
| 719 | 2026-07-21T20:17:59.327Z | Downloaded lru-slab v0.1.2 |
| 720 | 2026-07-21T20:17:59.327Z | Downloaded aead v0.6.1 |
| 721 | 2026-07-21T20:17:59.328Z | Downloaded cipher v0.5.2 |
| 722 | 2026-07-21T20:17:59.331Z | Downloaded backoff v0.4.0 |
| 723 | 2026-07-21T20:17:59.331Z | Downloaded ipnetwork v0.21.1 |
| 724 | 2026-07-21T20:17:59.331Z | Downloaded multimap v0.10.1 |
| 725 | 2026-07-21T20:17:59.338Z | Downloaded generic-array v1.4.3 |
| 726 | 2026-07-21T20:17:59.338Z | Downloaded hybrid-array v0.4.13 |
| 727 | 2026-07-21T20:17:59.360Z | Downloaded new_debug_unreachable v1.0.6 |
| 728 | 2026-07-21T20:17:59.360Z | Downloaded md5 v0.8.0 |
| 729 | 2026-07-21T20:17:59.360Z | Downloaded httparse v1.10.1 |
| 730 | 2026-07-21T20:17:59.360Z | Downloaded linear-map v1.2.0 |
| 731 | 2026-07-21T20:17:59.360Z | Downloaded darling_core v0.23.0 |
| 732 | 2026-07-21T20:17:59.368Z | Downloaded newline-converter v0.3.0 |
| 733 | 2026-07-21T20:17:59.368Z | Downloaded ipnet v2.11.0 |
| 734 | 2026-07-21T20:17:59.368Z | Downloaded darling_core v0.20.11 |
| 735 | 2026-07-21T20:17:59.368Z | Downloaded iana-time-zone v0.1.65 |
| 736 | 2026-07-21T20:17:59.368Z | Downloaded cc v1.2.56 |
| 737 | 2026-07-21T20:17:59.368Z | Downloaded compact_str v0.8.1 |
| 738 | 2026-07-21T20:17:59.368Z | Downloaded bytes v1.11.1 |
| 739 | 2026-07-21T20:17:59.368Z | Downloaded elliptic-curve v0.13.8 |
| 740 | 2026-07-21T20:17:59.368Z | Downloaded num v0.4.3 |
| 741 | 2026-07-21T20:17:59.368Z | Downloaded darling_core v0.21.3 |
| 742 | 2026-07-21T20:17:59.369Z | Downloaded nibble_vec v0.1.0 |
| 743 | 2026-07-21T20:17:59.369Z | Downloaded nonempty v0.12.0 |
| 744 | 2026-07-21T20:17:59.369Z | Downloaded num-conv v0.2.0 |
| 745 | 2026-07-21T20:17:59.369Z | Downloaded num-derive v0.4.2 |
| 746 | 2026-07-21T20:17:59.369Z | Downloaded nodrop v0.1.14 |
| 747 | 2026-07-21T20:17:59.369Z | Downloaded num-iter v0.1.45 |
| 748 | 2026-07-21T20:17:59.369Z | Downloaded newtype_derive v0.1.6 |
| 749 | 2026-07-21T20:17:59.375Z | Downloaded mime_guess v2.0.5 |
| 750 | 2026-07-21T20:17:59.375Z | Downloaded crossbeam-channel v0.5.15 |
| 751 | 2026-07-21T20:17:59.381Z | Downloaded normalize-line-endings v0.3.0 |
| 752 | 2026-07-21T20:17:59.381Z | Downloaded keccak v0.2.0 |
| 753 | 2026-07-21T20:17:59.381Z | Downloaded base64 v0.22.1 |
| 754 | 2026-07-21T20:17:59.381Z | Downloaded ingot-macros v0.1.1 |
| 755 | 2026-07-21T20:17:59.381Z | Downloaded jobserver v0.1.34 |
| 756 | 2026-07-21T20:17:59.385Z | Downloaded libsw-core v0.3.2 |
| 757 | 2026-07-21T20:17:59.385Z | Downloaded lock_api v0.4.14 |
| 758 | 2026-07-21T20:17:59.385Z | Downloaded libefi-sys v0.1.0 |
| 759 | 2026-07-21T20:17:59.385Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 760 | 2026-07-21T20:17:59.385Z | Downloaded openssl-probe v0.1.6 |
| 761 | 2026-07-21T20:17:59.389Z | Downloaded opaque-debug v0.3.1 |
| 762 | 2026-07-21T20:17:59.389Z | Downloaded oso-derive v0.27.3 |
| 763 | 2026-07-21T20:17:59.389Z | Downloaded openssl-probe v0.2.1 |
| 764 | 2026-07-21T20:17:59.389Z | Downloaded getrandom v0.3.4 |
| 765 | 2026-07-21T20:17:59.392Z | Downloaded num_threads v0.1.7 |
| 766 | 2026-07-21T20:17:59.392Z | Downloaded olpc-cjson v0.1.4 |
| 767 | 2026-07-21T20:17:59.392Z | Downloaded newtype-uuid v1.3.2 |
| 768 | 2026-07-21T20:17:59.395Z | Downloaded nanorand v0.7.0 |
| 769 | 2026-07-21T20:17:59.395Z | Downloaded module-lattice v0.2.3 |
| 770 | 2026-07-21T20:17:59.395Z | Downloaded openssl-macros v0.1.1 |
| 771 | 2026-07-21T20:17:59.399Z | Downloaded flate2 v1.1.9 |
| 772 | 2026-07-21T20:17:59.399Z | Downloaded libloading v0.8.9 |
| 773 | 2026-07-21T20:17:59.403Z | Downloaded getrandom v0.2.17 |
| 774 | 2026-07-21T20:17:59.403Z | Downloaded anstyle-parse v0.2.7 |
| 775 | 2026-07-21T20:17:59.409Z | Downloaded half v2.7.1 |
| 776 | 2026-07-21T20:17:59.419Z | Downloaded newtype-uuid-macros v0.1.0 |
| 777 | 2026-07-21T20:17:59.425Z | Downloaded ingot v0.1.1 |
| 778 | 2026-07-21T20:17:59.434Z | Downloaded password-hash v0.6.1 |
| 779 | 2026-07-21T20:17:59.438Z | Downloaded crypto-bigint v0.5.5 |
| 780 | 2026-07-21T20:17:59.443Z | Downloaded der v0.7.10 |
| 781 | 2026-07-21T20:17:59.446Z | Downloaded num_enum_derive v0.7.6 |
| 782 | 2026-07-21T20:17:59.446Z | Downloaded derive_more v2.1.1 |
| 783 | 2026-07-21T20:17:59.452Z | Downloaded peg-runtime v0.8.5 |
| 784 | 2026-07-21T20:17:59.456Z | Downloaded path-slash v0.1.5 |
| 785 | 2026-07-21T20:17:59.456Z | Downloaded parse-size v1.1.0 |
| 786 | 2026-07-21T20:17:59.456Z | Downloaded packed_struct_codegen v0.10.1 |
| 787 | 2026-07-21T20:17:59.456Z | Downloaded owo-colors v4.3.0 |
| 788 | 2026-07-21T20:17:59.456Z | Downloaded num_enum v0.7.6 |
| 789 | 2026-07-21T20:17:59.461Z | Downloaded phf_shared v0.12.1 |
| 790 | 2026-07-21T20:17:59.461Z | Downloaded percent-encoding v2.3.2 |
| 791 | 2026-07-21T20:17:59.461Z | Downloaded expectorate v1.2.0 |
| 792 | 2026-07-21T20:17:59.471Z | Downloaded num-integer v0.1.46 |
| 793 | 2026-07-21T20:17:59.471Z | Downloaded icu_normalizer v2.1.1 |
| 794 | 2026-07-21T20:17:59.472Z | Downloaded num-rational v0.4.2 |
| 795 | 2026-07-21T20:17:59.485Z | Downloaded litemap v0.8.1 |
| 796 | 2026-07-21T20:17:59.485Z | Downloaded num-derive v0.3.3 |
| 797 | 2026-07-21T20:17:59.485Z | Downloaded num-complex v0.4.6 |
| 798 | 2026-07-21T20:17:59.485Z | Downloaded oxnet v0.1.6 |
| 799 | 2026-07-21T20:17:59.485Z | Downloaded oxide-update-engine-display v0.1.2 |
| 800 | 2026-07-21T20:17:59.485Z | Downloaded litrs v1.0.0 |
| 801 | 2026-07-21T20:17:59.485Z | Downloaded phf_shared v0.11.3 |
| 802 | 2026-07-21T20:17:59.485Z | Downloaded hyper-rustls v0.27.7 |
| 803 | 2026-07-21T20:17:59.485Z | Downloaded phf_shared v0.13.1 |
| 804 | 2026-07-21T20:17:59.491Z | Downloaded icu_locale_core v2.1.1 |
| 805 | 2026-07-21T20:17:59.491Z | Downloaded bumpalo v3.20.2 |
| 806 | 2026-07-21T20:17:59.491Z | Downloaded hmac v0.12.1 |
| 807 | 2026-07-21T20:17:59.491Z | Downloaded powerfmt v0.2.0 |
| 808 | 2026-07-21T20:17:59.491Z | Downloaded flume v0.11.1 |
| 809 | 2026-07-21T20:17:59.491Z | Downloaded potential_utf v0.1.4 |
| 810 | 2026-07-21T20:17:59.491Z | Downloaded num_enum v0.5.11 |
| 811 | 2026-07-21T20:17:59.495Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 812 | 2026-07-21T20:17:59.495Z | Downloaded memmap2 v0.9.10 |
| 813 | 2026-07-21T20:17:59.495Z | Downloaded icu_provider v2.1.1 |
| 814 | 2026-07-21T20:17:59.502Z | Downloaded parse-display v0.10.0 |
| 815 | 2026-07-21T20:17:59.502Z | Downloaded num_enum_derive v0.5.11 |
| 816 | 2026-07-21T20:17:59.502Z | Downloaded heapless v0.8.0 |
| 817 | 2026-07-21T20:17:59.509Z | Downloaded peg v0.8.5 |
| 818 | 2026-07-21T20:17:59.509Z | Downloaded password-hash v0.5.0 |
| 819 | 2026-07-21T20:17:59.509Z | Downloaded predicates-tree v1.0.13 |
| 820 | 2026-07-21T20:17:59.509Z | Downloaded ml-kem v0.3.2 |
| 821 | 2026-07-21T20:17:59.519Z | Downloaded proc-macro-crate v3.4.0 |
| 822 | 2026-07-21T20:17:59.519Z | Downloaded proc-macro-crate v1.3.1 |
| 823 | 2026-07-21T20:17:59.519Z | Downloaded oxide-tokio-rt v0.1.4 |
| 824 | 2026-07-21T20:17:59.519Z | Downloaded ignore v0.4.25 |
| 825 | 2026-07-21T20:17:59.519Z | Downloaded oxide-update-engine v0.1.2 |
| 826 | 2026-07-21T20:17:59.519Z | Downloaded predicates-core v1.0.10 |
| 827 | 2026-07-21T20:17:59.519Z | Downloaded pbkdf2 v0.13.0 |
| 828 | 2026-07-21T20:17:59.524Z | Downloaded precomputed-hash v0.1.1 |
| 829 | 2026-07-21T20:17:59.524Z | Downloaded indicatif v0.18.4 |
| 830 | 2026-07-21T20:17:59.524Z | Downloaded indexmap v1.9.3 |
| 831 | 2026-07-21T20:17:59.524Z | Downloaded hickory-resolver v0.25.2 |
| 832 | 2026-07-21T20:17:59.528Z | Downloaded ed25519-dalek v2.2.0 |
| 833 | 2026-07-21T20:17:59.528Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 834 | 2026-07-21T20:17:59.528Z | Downloaded derive_more-impl v2.1.1 |
| 835 | 2026-07-21T20:17:59.531Z | Downloaded phf v0.12.1 |
| 836 | 2026-07-21T20:17:59.536Z | Downloaded packed_struct v0.10.1 |
| 837 | 2026-07-21T20:17:59.536Z | Downloaded pem-rfc7468 v1.0.0 |
| 838 | 2026-07-21T20:17:59.536Z | Downloaded peg-macros v0.8.5 |
| 839 | 2026-07-21T20:17:59.541Z | Downloaded parse-display-derive v0.10.0 |
| 840 | 2026-07-21T20:17:59.541Z | Downloaded heapless v0.7.17 |
| 841 | 2026-07-21T20:17:59.541Z | Downloaded nu-ansi-term v0.50.3 |
| 842 | 2026-07-21T20:17:59.547Z | Downloaded native-tls v0.2.18 |
| 843 | 2026-07-21T20:17:59.547Z | Downloaded pin-project-lite v0.2.17 |
| 844 | 2026-07-21T20:17:59.547Z | Downloaded progenitor-client v0.14.0 |
| 845 | 2026-07-21T20:17:59.554Z | Downloaded parking_lot v0.11.2 |
| 846 | 2026-07-21T20:17:59.554Z | Downloaded multer v3.1.0 |
| 847 | 2026-07-21T20:17:59.554Z | Downloaded phc v0.6.1 |
| 848 | 2026-07-21T20:17:59.554Z | Downloaded pem-rfc7468 v0.7.0 |
| 849 | 2026-07-21T20:17:59.554Z | Downloaded pem v3.0.6 |
| 850 | 2026-07-21T20:17:59.554Z | Downloaded libbz2-rs-sys v0.2.2 |
| 851 | 2026-07-21T20:17:59.558Z | Downloaded async-compression v0.4.41 |
| 852 | 2026-07-21T20:17:59.558Z | Downloaded pkg-config v0.3.32 |
| 853 | 2026-07-21T20:17:59.561Z | Downloaded phf v0.13.1 |
| 854 | 2026-07-21T20:17:59.561Z | Downloaded psl-types v2.0.11 |
| 855 | 2026-07-21T20:17:59.562Z | Downloaded port-file v0.1.0 |
| 856 | 2026-07-21T20:17:59.565Z | Downloaded progenitor-macro v0.13.0 |
| 857 | 2026-07-21T20:17:59.565Z | Downloaded progenitor-macro v0.14.0 |
| 858 | 2026-07-21T20:17:59.571Z | Downloaded ppv-lite86 v0.2.21 |
| 859 | 2026-07-21T20:17:59.574Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 860 | 2026-07-21T20:17:59.579Z | Downloaded icu_properties v2.1.2 |
| 861 | 2026-07-21T20:17:59.579Z | Downloaded quick-error v1.2.3 |
| 862 | 2026-07-21T20:17:59.579Z | Downloaded poly1305 v0.8.0 |
| 863 | 2026-07-21T20:17:59.584Z | Downloaded radium v0.7.0 |
| 864 | 2026-07-21T20:17:59.584Z | Downloaded diesel_derives v2.3.7 |
| 865 | 2026-07-21T20:17:59.587Z | Downloaded headers v0.4.1 |
| 866 | 2026-07-21T20:17:59.590Z | Downloaded paste v1.0.15 |
| 867 | 2026-07-21T20:17:59.591Z | Downloaded predicates v3.1.4 |
| 868 | 2026-07-21T20:17:59.594Z | Downloaded proc-macro-error2 v2.0.1 |
| 869 | 2026-07-21T20:17:59.594Z | Downloaded miniz_oxide v0.8.9 |
| 870 | 2026-07-21T20:17:59.598Z | Downloaded parking_lot_core v0.8.6 |
| 871 | 2026-07-21T20:17:59.598Z | Downloaded rand_xorshift v0.4.0 |
| 872 | 2026-07-21T20:17:59.598Z | Downloaded icu_normalizer_data v2.1.1 |
| 873 | 2026-07-21T20:17:59.602Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 874 | 2026-07-21T20:17:59.602Z | Downloaded recursive v0.1.1 |
| 875 | 2026-07-21T20:17:59.606Z | Downloaded progenitor v0.13.0 |
| 876 | 2026-07-21T20:17:59.611Z | Downloaded parking_lot_core v0.9.12 |
| 877 | 2026-07-21T20:17:59.614Z | Downloaded der v0.8.0 |
| 878 | 2026-07-21T20:17:59.614Z | Downloaded hyper-util v0.1.20 |
| 879 | 2026-07-21T20:17:59.619Z | Downloaded ref-cast v1.0.25 |
| 880 | 2026-07-21T20:17:59.624Z | Downloaded pkcs8 v0.10.2 |
| 881 | 2026-07-21T20:17:59.624Z | Downloaded primeorder v0.14.0-rc.10 |
| 882 | 2026-07-21T20:17:59.624Z | Downloaded primeorder v0.13.6 |
| 883 | 2026-07-21T20:17:59.624Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 884 | 2026-07-21T20:17:59.627Z | Downloaded parking_lot v0.12.5 |
| 885 | 2026-07-21T20:17:59.627Z | Downloaded aes v0.9.1 |
| 886 | 2026-07-21T20:17:59.630Z | Downloaded pkcs1 v0.7.5 |
| 887 | 2026-07-21T20:17:59.630Z | Downloaded postgres-types v0.2.12 |
| 888 | 2026-07-21T20:17:59.634Z | Downloaded pkcs8 v0.11.0 |
| 889 | 2026-07-21T20:17:59.635Z | Downloaded rfc6979 v0.5.0 |
| 890 | 2026-07-21T20:17:59.638Z | Downloaded rfc6979 v0.4.0 |
| 891 | 2026-07-21T20:17:59.638Z | Downloaded rustc-hash v2.1.1 |
| 892 | 2026-07-21T20:17:59.638Z | Downloaded minimal-lexical v0.2.1 |
| 893 | 2026-07-21T20:17:59.641Z | Downloaded omicron-zone-package v0.12.3 |
| 894 | 2026-07-21T20:17:59.644Z | Downloaded postcard v1.1.3 |
| 895 | 2026-07-21T20:17:59.644Z | Downloaded num-traits v0.2.19 |
| 896 | 2026-07-21T20:17:59.648Z | Downloaded polyval v0.7.1 |
| 897 | 2026-07-21T20:17:59.648Z | Downloaded poly1305 v0.9.0 |
| 898 | 2026-07-21T20:17:59.651Z | Downloaded psm v0.1.30 |
| 899 | 2026-07-21T20:17:59.651Z | Downloaded rand_chacha v0.3.1 |
| 900 | 2026-07-21T20:17:59.651Z | Downloaded r2d2 v0.8.10 |
| 901 | 2026-07-21T20:17:59.654Z | Downloaded progenitor-client v0.13.0 |
| 902 | 2026-07-21T20:17:59.654Z | Downloaded primefield v0.14.0 |
| 903 | 2026-07-21T20:17:59.654Z | Downloaded rustc_version v0.1.7 |
| 904 | 2026-07-21T20:17:59.658Z | Downloaded russh-cryptovec v0.61.0 |
| 905 | 2026-07-21T20:17:59.658Z | Downloaded rustc_version v0.4.1 |
| 906 | 2026-07-21T20:17:59.658Z | Downloaded russh-util v0.52.0 |
| 907 | 2026-07-21T20:17:59.658Z | Downloaded rtoolbox v0.0.3 |
| 908 | 2026-07-21T20:17:59.663Z | Downloaded pin-project-internal v1.1.11 |
| 909 | 2026-07-21T20:17:59.663Z | Downloaded oxide-update-engine-types v0.1.2 |
| 910 | 2026-07-21T20:17:59.663Z | Downloaded rand_core v0.9.5 |
| 911 | 2026-07-21T20:17:59.667Z | Downloaded rand_core v0.6.4 |
| 912 | 2026-07-21T20:17:59.667Z | Downloaded rand_core v0.10.0 |
| 913 | 2026-07-21T20:17:59.667Z | Downloaded oso v0.27.3 |
| 914 | 2026-07-21T20:17:59.671Z | Downloaded hashbrown v0.13.2 |
| 915 | 2026-07-21T20:17:59.672Z | Downloaded ref-cast-impl v1.0.25 |
| 916 | 2026-07-21T20:17:59.675Z | Downloaded hashbrown v0.12.3 |
| 917 | 2026-07-21T20:17:59.675Z | Downloaded rand_seeder v0.4.0 |
| 918 | 2026-07-21T20:17:59.675Z | Downloaded postgres-protocol v0.6.10 |
| 919 | 2026-07-21T20:17:59.682Z | Downloaded p256 v0.14.0-rc.10 |
| 920 | 2026-07-21T20:17:59.686Z | Downloaded scheduled-thread-pool v0.2.7 |
| 921 | 2026-07-21T20:17:59.689Z | Downloaded p384 v0.14.0-rc.10 |
| 922 | 2026-07-21T20:17:59.693Z | Downloaded aho-corasick v1.1.4 |
| 923 | 2026-07-21T20:17:59.696Z | Downloaded crossterm v0.28.1 |
| 924 | 2026-07-21T20:17:59.700Z | Downloaded aes-gcm v0.11.0 |
| 925 | 2026-07-21T20:17:59.706Z | Downloaded sapling-renderdag v0.1.0 |
| 926 | 2026-07-21T20:17:59.706Z | Downloaded same-file v1.0.6 |
| 927 | 2026-07-21T20:17:59.706Z | Downloaded hickory-resolver v0.24.4 |
| 928 | 2026-07-21T20:17:59.706Z | Downloaded progenitor-extras v0.2.0 |
| 929 | 2026-07-21T20:17:59.709Z | Downloaded serde-big-array v0.5.1 |
| 930 | 2026-07-21T20:17:59.709Z | Downloaded scroll_derive v0.13.1 |
| 931 | 2026-07-21T20:17:59.709Z | Downloaded jiff-static v0.2.21 |
| 932 | 2026-07-21T20:17:59.715Z | Downloaded rpassword v7.5.4 |
| 933 | 2026-07-21T20:17:59.718Z | Downloaded secrecy v0.10.3 |
| 934 | 2026-07-21T20:17:59.718Z | Downloaded seq-macro v0.3.6 |
| 935 | 2026-07-21T20:17:59.723Z | Downloaded secrecy v0.8.0 |
| 936 | 2026-07-21T20:17:59.723Z | Downloaded scopeguard v1.2.0 |
| 937 | 2026-07-21T20:17:59.723Z | Downloaded prefix-trie v0.7.0 |
| 938 | 2026-07-21T20:17:59.727Z | Downloaded rustls-pemfile v2.2.0 |
| 939 | 2026-07-21T20:17:59.727Z | Downloaded itertools v0.10.5 |
| 940 | 2026-07-21T20:17:59.731Z | Downloaded progenitor v0.14.0 |
| 941 | 2026-07-21T20:17:59.731Z | Downloaded pkcs5 v0.8.1 |
| 942 | 2026-07-21T20:17:59.736Z | Downloaded semver v0.1.20 |
| 943 | 2026-07-21T20:17:59.736Z | Downloaded serde_repr v0.1.20 |
| 944 | 2026-07-21T20:17:59.736Z | Downloaded serde_bytes v0.11.19 |
| 945 | 2026-07-21T20:17:59.742Z | Downloaded serde_spanned v1.1.1 |
| 946 | 2026-07-21T20:17:59.742Z | Downloaded rusty-fork v0.3.1 |
| 947 | 2026-07-21T20:17:59.743Z | Downloaded rustls-native-certs v0.8.3 |
| 948 | 2026-07-21T20:17:59.755Z | Downloaded serde_plain v1.0.2 |
| 949 | 2026-07-21T20:17:59.755Z | Downloaded rand_chacha v0.9.0 |
| 950 | 2026-07-21T20:17:59.755Z | Downloaded quinn-udp v0.5.14 |
| 951 | 2026-07-21T20:17:59.755Z | Downloaded icu_collections v2.1.1 |
| 952 | 2026-07-21T20:17:59.765Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 953 | 2026-07-21T20:17:59.765Z | Downloaded pin-project v1.1.11 |
| 954 | 2026-07-21T20:17:59.765Z | Downloaded sha1 v0.11.0 |
| 955 | 2026-07-21T20:17:59.765Z | Downloaded sha1 v0.10.6 |
| 956 | 2026-07-21T20:17:59.765Z | Downloaded signature v2.2.0 |
| 957 | 2026-07-21T20:17:59.769Z | Downloaded signal-hook-mio v0.2.5 |
| 958 | 2026-07-21T20:17:59.769Z | Downloaded serde_urlencoded v0.7.1 |
| 959 | 2026-07-21T20:17:59.769Z | Downloaded rustversion v1.0.22 |
| 960 | 2026-07-21T20:17:59.769Z | Downloaded resolv-conf v0.7.6 |
| 961 | 2026-07-21T20:17:59.769Z | Downloaded hashbrown v0.16.1 |
| 962 | 2026-07-21T20:17:59.774Z | Downloaded signal-hook-tokio v0.3.1 |
| 963 | 2026-07-21T20:17:59.774Z | Downloaded shell-words v1.1.1 |
| 964 | 2026-07-21T20:17:59.774Z | Downloaded signature v3.0.0 |
| 965 | 2026-07-21T20:17:59.778Z | Downloaded papergrid v0.17.0 |
| 966 | 2026-07-21T20:17:59.782Z | Downloaded sec1 v0.8.1 |
| 967 | 2026-07-21T20:17:59.787Z | Downloaded siphasher v1.0.2 |
| 968 | 2026-07-21T20:17:59.787Z | Downloaded slog-bunyan v2.5.0 |
| 969 | 2026-07-21T20:17:59.791Z | Downloaded sigpipe v0.1.3 |
| 970 | 2026-07-21T20:17:59.791Z | Downloaded slog-envlogger v2.2.0 |
| 971 | 2026-07-21T20:17:59.791Z | Downloaded prettyplease v0.2.37 |
| 972 | 2026-07-21T20:17:59.802Z | Downloaded hashbrown v0.15.5 |
| 973 | 2026-07-21T20:17:59.802Z | Downloaded schemars_derive v0.8.22 |
| 974 | 2026-07-21T20:17:59.802Z | Downloaded serde-hex v0.1.0 |
| 975 | 2026-07-21T20:17:59.805Z | Downloaded sec1 v0.7.3 |
| 976 | 2026-07-21T20:17:59.806Z | Downloaded scrypt v0.12.0 |
| 977 | 2026-07-21T20:17:59.809Z | Downloaded serde_derive_internals v0.29.1 |
| 978 | 2026-07-21T20:17:59.813Z | Downloaded http v1.4.2 |
| 979 | 2026-07-21T20:17:59.813Z | Downloaded rustls-pki-types v1.14.0 |
| 980 | 2026-07-21T20:17:59.822Z | Downloaded mio v1.2.0 |
| 981 | 2026-07-21T20:17:59.836Z | Downloaded serdect v0.4.3 |
| 982 | 2026-07-21T20:17:59.845Z | Downloaded serde_path_to_error v0.1.20 |
| 983 | 2026-07-21T20:17:59.845Z | Downloaded openssl-sys v0.9.115 |
| 984 | 2026-07-21T20:17:59.845Z | Downloaded serde_with_macros v1.5.2 |
| 985 | 2026-07-21T20:17:59.845Z | Downloaded shlex v1.3.0 |
| 986 | 2026-07-21T20:17:59.845Z | Downloaded dropshot-api-manager v0.7.2 |
| 987 | 2026-07-21T20:17:59.850Z | Downloaded salsa20 v0.11.0 |
| 988 | 2026-07-21T20:17:59.850Z | Downloaded sqlparser_derive v0.5.0 |
| 989 | 2026-07-21T20:17:59.850Z | Downloaded progenitor-impl v0.13.0 |
| 990 | 2026-07-21T20:17:59.850Z | Downloaded ron v0.8.1 |
| 991 | 2026-07-21T20:17:59.854Z | Downloaded stable_deref_trait v1.2.1 |
| 992 | 2026-07-21T20:17:59.854Z | Downloaded slab v0.4.12 |
| 993 | 2026-07-21T20:17:59.854Z | Downloaded strsim v0.10.0 |
| 994 | 2026-07-21T20:17:59.859Z | Downloaded pretty_assertions v1.4.1 |
| 995 | 2026-07-21T20:17:59.859Z | Downloaded structmeta-derive v0.3.0 |
| 996 | 2026-07-21T20:17:59.859Z | Downloaded crossterm v0.29.0 |
| 997 | 2026-07-21T20:17:59.864Z | Downloaded slog-scope v4.4.1 |
| 998 | 2026-07-21T20:17:59.864Z | Downloaded slog-json v2.6.1 |
| 999 | 2026-07-21T20:17:59.864Z | Downloaded slog-async v2.8.0 |
| 1000 | 2026-07-21T20:17:59.872Z | Downloaded progenitor-impl v0.14.0 |
| 1001 | 2026-07-21T20:17:59.872Z | Downloaded num-bigint v0.4.6 |
| 1002 | 2026-07-21T20:17:59.881Z | Downloaded sync-ptr v0.1.4 |
| 1003 | 2026-07-21T20:17:59.881Z | Downloaded slog-dtrace v0.3.0 |
| 1004 | 2026-07-21T20:17:59.881Z | Downloaded smf v0.2.3 |
| 1005 | 2026-07-21T20:17:59.881Z | Downloaded signal-hook-registry v1.4.8 |
| 1006 | 2026-07-21T20:17:59.881Z | Downloaded supports-color v3.0.2 |
| 1007 | 2026-07-21T20:17:59.881Z | Downloaded slog-term v2.9.2 |
| 1008 | 2026-07-21T20:17:59.881Z | Downloaded subtle v2.6.1 |
| 1009 | 2026-07-21T20:17:59.881Z | Downloaded strum v0.26.3 |
| 1010 | 2026-07-21T20:17:59.881Z | Downloaded structmeta v0.3.0 |
| 1011 | 2026-07-21T20:17:59.886Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1012 | 2026-07-21T20:17:59.887Z | Downloaded scroll v0.13.0 |
| 1013 | 2026-07-21T20:17:59.887Z | Downloaded take_mut v0.2.2 |
| 1014 | 2026-07-21T20:17:59.887Z | Downloaded tagptr v0.2.0 |
| 1015 | 2026-07-21T20:17:59.887Z | Downloaded tabled_derive v0.11.0 |
| 1016 | 2026-07-21T20:17:59.887Z | Downloaded tabwriter v1.4.1 |
| 1017 | 2026-07-21T20:17:59.887Z | Downloaded hickory-server v0.25.2 |
| 1018 | 2026-07-21T20:17:59.894Z | Downloaded h2 v0.4.15 |
| 1019 | 2026-07-21T20:17:59.894Z | Downloaded libxml v0.3.3 |
| 1020 | 2026-07-21T20:17:59.898Z | Downloaded tap v1.0.1 |
| 1021 | 2026-07-21T20:17:59.898Z | Downloaded sync_wrapper v1.0.2 |
| 1022 | 2026-07-21T20:17:59.899Z | Downloaded smallvec v0.6.14 |
| 1023 | 2026-07-21T20:17:59.899Z | Downloaded slog-stdlog v4.1.1 |
| 1024 | 2026-07-21T20:17:59.904Z | Downloaded schemars v0.8.22 |
| 1025 | 2026-07-21T20:17:59.913Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1026 | 2026-07-21T20:17:59.913Z | Downloaded testing_table v0.3.0 |
| 1027 | 2026-07-21T20:17:59.913Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1028 | 2026-07-21T20:17:59.921Z | Downloaded spki v0.8.0 |
| 1029 | 2026-07-21T20:17:59.921Z | Downloaded termtree v0.5.1 |
| 1030 | 2026-07-21T20:17:59.921Z | Downloaded nom v7.1.3 |
| 1031 | 2026-07-21T20:17:59.921Z | Downloaded thread-id v5.1.0 |
| 1032 | 2026-07-21T20:17:59.922Z | Downloaded serde_with_macros v3.21.0 |
| 1033 | 2026-07-21T20:17:59.922Z | Downloaded strum v0.27.2 |
| 1034 | 2026-07-21T20:17:59.922Z | Downloaded stacker v0.1.23 |
| 1035 | 2026-07-21T20:17:59.922Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1036 | 2026-07-21T20:17:59.926Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1037 | 2026-07-21T20:17:59.927Z | Downloaded quinn v0.11.9 |
| 1038 | 2026-07-21T20:17:59.927Z | Downloaded qorb v0.4.1 |
| 1039 | 2026-07-21T20:17:59.931Z | Downloaded tinyvec_macros v0.1.1 |
| 1040 | 2026-07-21T20:17:59.931Z | Downloaded support-bundle-viewer v0.1.2 |
| 1041 | 2026-07-21T20:17:59.931Z | Downloaded rcgen v0.12.1 |
| 1042 | 2026-07-21T20:17:59.935Z | Downloaded synstructure v0.13.2 |
| 1043 | 2026-07-21T20:17:59.935Z | Downloaded rayon-core v1.13.0 |
| 1044 | 2026-07-21T20:17:59.940Z | Downloaded sqlformat v0.3.5 |
| 1045 | 2026-07-21T20:17:59.940Z | Downloaded hkdf v0.12.4 |
| 1046 | 2026-07-21T20:17:59.940Z | Downloaded serde_cbor v0.11.2 |
| 1047 | 2026-07-21T20:17:59.944Z | Downloaded spki v0.7.3 |
| 1048 | 2026-07-21T20:17:59.944Z | Downloaded snafu-derive v0.8.9 |
| 1049 | 2026-07-21T20:17:59.944Z | Downloaded ryu v1.0.23 |
| 1050 | 2026-07-21T20:17:59.950Z | Downloaded futures-util v0.3.32 |
| 1051 | 2026-07-21T20:17:59.954Z | Downloaded string_cache v0.8.9 |
| 1052 | 2026-07-21T20:17:59.957Z | Downloaded hyper v1.10.1 |
| 1053 | 2026-07-21T20:17:59.960Z | Downloaded thiserror-no-std v2.0.2 |
| 1054 | 2026-07-21T20:17:59.964Z | Downloaded tokio-macros v2.7.0 |
| 1055 | 2026-07-21T20:17:59.964Z | Downloaded simd-adler32 v0.3.8 |
| 1056 | 2026-07-21T20:17:59.964Z | Downloaded strum_macros v0.27.2 |
| 1057 | 2026-07-21T20:17:59.967Z | Downloaded tower-layer v0.3.3 |
| 1058 | 2026-07-21T20:17:59.967Z | Downloaded crypto-primes v0.7.2 |
| 1059 | 2026-07-21T20:17:59.972Z | Downloaded topological-sort v0.2.2 |
| 1060 | 2026-07-21T20:17:59.972Z | Downloaded blake3 v1.8.5 |
| 1061 | 2026-07-21T20:17:59.976Z | Downloaded time-core v0.1.8 |
| 1062 | 2026-07-21T20:17:59.980Z | Downloaded slog v2.8.2 |
| 1063 | 2026-07-21T20:17:59.980Z | Downloaded tiny-keccak v2.0.2 |
| 1064 | 2026-07-21T20:17:59.985Z | Downloaded rsa v0.9.10 |
| 1065 | 2026-07-21T20:17:59.991Z | Downloaded tower-service v0.3.3 |
| 1066 | 2026-07-21T20:17:59.991Z | Downloaded smallvec v1.15.1 |
| 1067 | 2026-07-21T20:17:59.991Z | Downloaded strum_macros v0.26.4 |
| 1068 | 2026-07-21T20:17:59.991Z | Downloaded strum_macros v0.24.3 |
| 1069 | 2026-07-21T20:17:59.991Z | Downloaded tls_codec_derive v0.4.2 |
| 1070 | 2026-07-21T20:17:59.995Z | Downloaded publicsuffix v2.3.0 |
| 1071 | 2026-07-21T20:17:59.995Z | Downloaded unarray v0.1.4 |
| 1072 | 2026-07-21T20:17:59.995Z | Downloaded termios v0.3.3 |
| 1073 | 2026-07-21T20:17:59.995Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1074 | 2026-07-21T20:17:59.999Z | Downloaded icu_properties_data v2.1.2 |
| 1075 | 2026-07-21T20:18:00.003Z | Downloaded trait-variant v0.1.2 |
| 1076 | 2026-07-21T20:18:00.003Z | Downloaded spin v0.9.8 |
| 1077 | 2026-07-21T20:18:00.007Z | Downloaded sha2 v0.11.0 |
| 1078 | 2026-07-21T20:18:00.007Z | Downloaded typify-macro v0.6.2 |
| 1079 | 2026-07-21T20:18:00.010Z | Downloaded thread_local v1.1.9 |
| 1080 | 2026-07-21T20:18:00.017Z | Downloaded rand v0.8.6 |
| 1081 | 2026-07-21T20:18:00.021Z | Downloaded libm v0.2.16 |
| 1082 | 2026-07-21T20:18:00.026Z | Downloaded unicode-xid v0.2.6 |
| 1083 | 2026-07-21T20:18:00.037Z | Downloaded universal-hash v0.6.1 |
| 1084 | 2026-07-21T20:18:00.037Z | Downloaded universal-hash v0.5.1 |
| 1085 | 2026-07-21T20:18:00.037Z | Downloaded usdt-macro v0.6.0 |
| 1086 | 2026-07-21T20:18:00.037Z | Downloaded untrusted v0.7.1 |
| 1087 | 2026-07-21T20:18:00.037Z | Downloaded unit-prefix v0.5.2 |
| 1088 | 2026-07-21T20:18:00.045Z | Downloaded utf8_iter v1.0.4 |
| 1089 | 2026-07-21T20:18:00.045Z | Downloaded unicode-truncate v1.1.0 |
| 1090 | 2026-07-21T20:18:00.045Z | Downloaded tokio-tungstenite v0.23.1 |
| 1091 | 2026-07-21T20:18:00.045Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1092 | 2026-07-21T20:18:00.045Z | Downloaded tinystr v0.8.2 |
| 1093 | 2026-07-21T20:18:00.045Z | Downloaded tls_codec v0.4.2 |
| 1094 | 2026-07-21T20:18:00.045Z | Downloaded term v0.7.0 |
| 1095 | 2026-07-21T20:18:00.045Z | Downloaded signal-hook v0.3.18 |
| 1096 | 2026-07-21T20:18:00.050Z | Downloaded tokio-native-tls v0.3.1 |
| 1097 | 2026-07-21T20:18:00.050Z | Downloaded itertools v0.13.0 |
| 1098 | 2026-07-21T20:18:00.050Z | Downloaded usdt-attr-macro v0.6.0 |
| 1099 | 2026-07-21T20:18:00.050Z | Downloaded usdt v0.6.0 |
| 1100 | 2026-07-21T20:18:00.050Z | Downloaded utf-8 v0.7.6 |
| 1101 | 2026-07-21T20:18:00.057Z | Downloaded tokio-dtrace v0.1.1 |
| 1102 | 2026-07-21T20:18:00.057Z | Downloaded untrusted v0.9.0 |
| 1103 | 2026-07-21T20:18:00.057Z | Downloaded nom v8.0.0 |
| 1104 | 2026-07-21T20:18:00.062Z | Downloaded try-lock v0.2.5 |
| 1105 | 2026-07-21T20:18:00.062Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1106 | 2026-07-21T20:18:00.062Z | Downloaded similar v2.7.0 |
| 1107 | 2026-07-21T20:18:00.062Z | Downloaded bitvec v1.0.1 |
| 1108 | 2026-07-21T20:18:00.070Z | Downloaded void v1.0.2 |
| 1109 | 2026-07-21T20:18:00.074Z | Downloaded tokio-test v0.4.5 |
| 1110 | 2026-07-21T20:18:00.074Z | Downloaded tokio-tungstenite v0.21.0 |
| 1111 | 2026-07-21T20:18:00.074Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1112 | 2026-07-21T20:18:00.075Z | Downloaded socket2 v0.5.10 |
| 1113 | 2026-07-21T20:18:00.075Z | Downloaded snafu v0.8.9 |
| 1114 | 2026-07-21T20:18:00.082Z | Downloaded wait-timeout v0.2.1 |
| 1115 | 2026-07-21T20:18:00.082Z | Downloaded tokio-stream v0.1.18 |
| 1116 | 2026-07-21T20:18:00.090Z | Downloaded waitgroup v0.1.2 |
| 1117 | 2026-07-21T20:18:00.090Z | Downloaded tui-tree-widget v0.23.1 |
| 1118 | 2026-07-21T20:18:00.090Z | Downloaded socket2 v0.6.3 |
| 1119 | 2026-07-21T20:18:00.090Z | Downloaded rand v0.9.2 |
| 1120 | 2026-07-21T20:18:00.090Z | Downloaded rustls-webpki v0.103.13 |
| 1121 | 2026-07-21T20:18:00.090Z | Downloaded rand v0.10.1 |
| 1122 | 2026-07-21T20:18:00.096Z | Downloaded want v0.3.1 |
| 1123 | 2026-07-21T20:18:00.096Z | Downloaded iddqd v0.4.2 |
| 1124 | 2026-07-21T20:18:00.102Z | Downloaded unicase v2.9.0 |
| 1125 | 2026-07-21T20:18:00.103Z | Downloaded xshell-macros v0.2.7 |
| 1126 | 2026-07-21T20:18:00.103Z | Downloaded idna v1.1.0 |
| 1127 | 2026-07-21T20:18:00.108Z | Downloaded bindgen v0.71.1 |
| 1128 | 2026-07-21T20:18:00.108Z | Downloaded time-macros v0.2.27 |
| 1129 | 2026-07-21T20:18:00.113Z | Downloaded itertools v0.12.1 |
| 1130 | 2026-07-21T20:18:00.113Z | Downloaded yoke-derive v0.8.1 |
| 1131 | 2026-07-21T20:18:00.113Z | Downloaded xattr v1.6.1 |
| 1132 | 2026-07-21T20:18:00.117Z | Downloaded schemars v1.2.1 |
| 1133 | 2026-07-21T20:18:00.121Z | Downloaded zerofrom v0.1.6 |
| 1134 | 2026-07-21T20:18:00.126Z | Downloaded zeroize_derive v1.4.3 |
| 1135 | 2026-07-21T20:18:00.126Z | Downloaded schemars v0.9.0 |
| 1136 | 2026-07-21T20:18:00.129Z | Downloaded uzers v0.12.2 |
| 1137 | 2026-07-21T20:18:00.134Z | Downloaded p521 v0.14.0-rc.10 |
| 1138 | 2026-07-21T20:18:00.134Z | Downloaded vergen-git2 v9.1.0 |
| 1139 | 2026-07-21T20:18:00.137Z | Downloaded usdt-impl v0.6.0 |
| 1140 | 2026-07-21T20:18:00.137Z | Downloaded subprocess v0.2.15 |
| 1141 | 2026-07-21T20:18:00.137Z | Downloaded twox-hash v2.1.2 |
| 1142 | 2026-07-21T20:18:00.142Z | Downloaded zone_cfg_derive v0.3.1 |
| 1143 | 2026-07-21T20:18:00.142Z | Downloaded vergen-lib v9.1.0 |
| 1144 | 2026-07-21T20:18:00.142Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1145 | 2026-07-21T20:18:00.142Z | Downloaded num-bigint-dig v0.8.6 |
| 1146 | 2026-07-21T20:18:00.148Z | Downloaded tokio-rustls v0.26.4 |
| 1147 | 2026-07-21T20:18:00.148Z | Downloaded aws-lc-rs v1.16.3 |
| 1148 | 2026-07-21T20:18:00.154Z | Downloaded whoami v2.1.0 |
| 1149 | 2026-07-21T20:18:00.155Z | Downloaded vergen-gitcl v1.0.8 |
| 1150 | 2026-07-21T20:18:00.155Z | Downloaded whoami v1.6.1 |
| 1151 | 2026-07-21T20:18:00.181Z | Downloaded tar v0.4.46 |
| 1152 | 2026-07-21T20:18:00.181Z | Downloaded zone v0.3.1 |
| 1153 | 2026-07-21T20:18:00.181Z | Downloaded rsa v0.10.0-rc.18 |
| 1154 | 2026-07-21T20:18:00.187Z | Downloaded writeable v0.6.2 |
| 1155 | 2026-07-21T20:18:00.187Z | Downloaded walkdir v2.5.0 |
| 1156 | 2026-07-21T20:18:00.187Z | Downloaded wyz v0.5.1 |
| 1157 | 2026-07-21T20:18:00.187Z | Downloaded term v1.2.1 |
| 1158 | 2026-07-21T20:18:00.187Z | Downloaded xshell v0.2.7 |
| 1159 | 2026-07-21T20:18:00.187Z | Downloaded zerofrom-derive v0.1.6 |
| 1160 | 2026-07-21T20:18:00.187Z | Downloaded hkdf v0.13.0 |
| 1161 | 2026-07-21T20:18:00.187Z | Downloaded vsss-rs v3.3.4 |
| 1162 | 2026-07-21T20:18:00.187Z | Downloaded chrono v0.4.45 |
| 1163 | 2026-07-21T20:18:00.187Z | Downloaded test-strategy v0.4.5 |
| 1164 | 2026-07-21T20:18:00.187Z | Downloaded yoke v0.8.1 |
| 1165 | 2026-07-21T20:18:00.187Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1166 | 2026-07-21T20:18:00.187Z | Downloaded tracing-attributes v0.1.31 |
| 1167 | 2026-07-21T20:18:00.187Z | Downloaded tinyvec v1.10.0 |
| 1168 | 2026-07-21T20:18:00.187Z | Downloaded iri-string v0.7.10 |
| 1169 | 2026-07-21T20:18:00.194Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-07-21T20:18:00.194Z | Downloaded vergen v9.1.0 |
| 1171 | 2026-07-21T20:18:00.194Z | Downloaded unicode-properties v0.1.4 |
| 1172 | 2026-07-21T20:18:00.194Z | Downloaded samael v0.0.19 |
| 1173 | 2026-07-21T20:18:00.207Z | Downloaded zeroize v1.8.2 |
| 1174 | 2026-07-21T20:18:00.207Z | Downloaded stringprep v0.1.5 |
| 1175 | 2026-07-21T20:18:00.207Z | Downloaded static_assertions v1.1.0 |
| 1176 | 2026-07-21T20:18:00.207Z | Downloaded itertools v0.14.0 |
| 1177 | 2026-07-21T20:18:00.215Z | Downloaded typify v0.6.2 |
| 1178 | 2026-07-21T20:18:00.215Z | Downloaded unicode-bidi v0.3.18 |
| 1179 | 2026-07-21T20:18:00.215Z | Downloaded toml v0.7.8 |
| 1180 | 2026-07-21T20:18:00.219Z | Downloaded tungstenite v0.21.0 |
| 1181 | 2026-07-21T20:18:00.219Z | Downloaded zstd v0.13.3 |
| 1182 | 2026-07-21T20:18:00.219Z | Downloaded unsafe-libyaml v0.2.11 |
| 1183 | 2026-07-21T20:18:00.224Z | Downloaded zstd-safe v7.2.4 |
| 1184 | 2026-07-21T20:18:00.224Z | Downloaded serde_with v1.14.0 |
| 1185 | 2026-07-21T20:18:00.229Z | Downloaded tracing-core v0.1.36 |
| 1186 | 2026-07-21T20:18:00.239Z | Downloaded rustyline v14.0.0 |
| 1187 | 2026-07-21T20:18:00.247Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1188 | 2026-07-21T20:18:00.260Z | Downloaded zerovec-derive v0.11.2 |
| 1189 | 2026-07-21T20:18:00.267Z | Downloaded tungstenite v0.23.0 |
| 1190 | 2026-07-21T20:18:00.272Z | Downloaded goblin v0.10.5 |
| 1191 | 2026-07-21T20:18:00.288Z | Downloaded reedline v0.40.0 |
| 1192 | 2026-07-21T20:18:00.293Z | Downloaded toml_edit v0.19.15 |
| 1193 | 2026-07-21T20:18:00.301Z | Downloaded yasna v0.5.2 |
| 1194 | 2026-07-21T20:18:00.305Z | Downloaded uuid v1.23.4 |
| 1195 | 2026-07-21T20:18:00.305Z | Downloaded steno v0.4.1 |
| 1196 | 2026-07-21T20:18:00.308Z | Downloaded reqwest v0.12.28 |
| 1197 | 2026-07-21T20:18:00.314Z | Downloaded portable-atomic v1.13.1 |
| 1198 | 2026-07-21T20:18:00.319Z | Downloaded vte v0.14.1 |
| 1199 | 2026-07-21T20:18:00.319Z | Downloaded p384 v0.13.1 |
| 1200 | 2026-07-21T20:18:00.322Z | Downloaded lalrpop v0.19.12 |
| 1201 | 2026-07-21T20:18:00.336Z | Downloaded unicode_categories v0.1.1 |
| 1202 | 2026-07-21T20:18:00.341Z | Downloaded regex v1.12.3 |
| 1203 | 2026-07-21T20:18:00.341Z | Downloaded tower v0.5.3 |
| 1204 | 2026-07-21T20:18:00.345Z | Downloaded reqwest v0.13.2 |
| 1205 | 2026-07-21T20:18:00.349Z | Downloaded zerotrie v0.2.3 |
| 1206 | 2026-07-21T20:18:00.356Z | Downloaded moka v0.12.13 |
| 1207 | 2026-07-21T20:18:00.368Z | Downloaded zopfli v0.8.3 |
| 1208 | 2026-07-21T20:18:00.368Z | Downloaded zip v0.6.6 |
| 1209 | 2026-07-21T20:18:00.368Z | Downloaded tokio-postgres v0.7.16 |
| 1210 | 2026-07-21T20:18:00.368Z | Downloaded url v2.5.8 |
| 1211 | 2026-07-21T20:18:00.372Z | Downloaded quick-xml v0.37.5 |
| 1212 | 2026-07-21T20:18:00.372Z | Downloaded rayon v1.11.0 |
| 1213 | 2026-07-21T20:18:00.372Z | Downloaded rawzip v0.4.4 |
| 1214 | 2026-07-21T20:18:00.377Z | Downloaded zerocopy v0.6.6 |
| 1215 | 2026-07-21T20:18:00.383Z | Downloaded yansi v1.0.1 |
| 1216 | 2026-07-21T20:18:00.383Z | Downloaded zerocopy-derive v0.8.40 |
| 1217 | 2026-07-21T20:18:00.387Z | Downloaded typed-path v0.9.3 |
| 1218 | 2026-07-21T20:18:00.400Z | Downloaded git2 v0.20.4 |
| 1219 | 2026-07-21T20:18:00.411Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1220 | 2026-07-21T20:18:00.422Z | Downloaded unicode-segmentation v1.12.0 |
| 1221 | 2026-07-21T20:18:00.431Z | Downloaded x509-cert v0.2.5 |
| 1222 | 2026-07-21T20:18:00.458Z | Downloaded tower-http v0.6.8 |
| 1223 | 2026-07-21T20:18:00.458Z | Downloaded tokio-util v0.7.18 |
| 1224 | 2026-07-21T20:18:00.463Z | Downloaded curve25519-dalek v4.1.3 |
| 1225 | 2026-07-21T20:18:00.463Z | Downloaded zip v4.6.1 |
| 1226 | 2026-07-21T20:18:00.468Z | Downloaded proptest v1.10.0 |
| 1227 | 2026-07-21T20:18:00.475Z | Downloaded tough v0.22.0 |
| 1228 | 2026-07-21T20:18:00.483Z | Downloaded russh v0.61.2 |
| 1229 | 2026-07-21T20:18:00.487Z | Downloaded salty v0.3.0 |
| 1230 | 2026-07-21T20:18:00.487Z | Downloaded radix_trie v0.2.1 |
| 1231 | 2026-07-21T20:18:00.492Z | Downloaded zerovec v0.11.5 |
| 1232 | 2026-07-21T20:18:00.497Z | Downloaded petname v2.0.2 |
| 1233 | 2026-07-21T20:18:00.497Z | Downloaded object v0.30.4 |
| 1234 | 2026-07-21T20:18:00.502Z | Downloaded quinn-proto v0.11.13 |
| 1235 | 2026-07-21T20:18:00.507Z | Downloaded nix v0.27.1 |
| 1236 | 2026-07-21T20:18:00.512Z | Downloaded serde_with v3.21.0 |
| 1237 | 2026-07-21T20:18:00.519Z | Downloaded openssl v0.10.79 |
| 1238 | 2026-07-21T20:18:00.523Z | Downloaded winnow v0.6.26 |
| 1239 | 2026-07-21T20:18:00.528Z | Downloaded nix v0.28.0 |
| 1240 | 2026-07-21T20:18:00.538Z | Downloaded winnow v0.5.40 |
| 1241 | 2026-07-21T20:18:00.546Z | Downloaded crypto-bigint v0.7.5 |
| 1242 | 2026-07-21T20:18:00.555Z | Downloaded time v0.3.47 |
| 1243 | 2026-07-21T20:18:00.562Z | Downloaded object v0.37.3 |
| 1244 | 2026-07-21T20:18:00.568Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1245 | 2026-07-21T20:18:00.569Z | Downloaded polar-core v0.27.3 |
| 1246 | 2026-07-21T20:18:00.597Z | Downloaded tabled v0.20.0 |
| 1247 | 2026-07-21T20:18:00.604Z | Downloaded winnow v1.0.3 |
| 1248 | 2026-07-21T20:18:00.605Z | Downloaded dropshot v0.17.1 |
| 1249 | 2026-07-21T20:18:00.605Z | Downloaded vcpkg v0.2.15 |
| 1250 | 2026-07-21T20:18:00.621Z | Downloaded bstr v1.12.1 |
| 1251 | 2026-07-21T20:18:00.626Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-07-21T20:18:00.635Z | Downloaded regress v0.10.5 |
| 1253 | 2026-07-21T20:18:00.640Z | Downloaded smoltcp v0.9.1 |
| 1254 | 2026-07-21T20:18:00.646Z | Downloaded zlib-rs v0.6.2 |
| 1255 | 2026-07-21T20:18:00.649Z | Downloaded openapiv3 v2.2.0 |
| 1256 | 2026-07-21T20:18:00.656Z | Downloaded hickory-proto v0.24.4 |
| 1257 | 2026-07-21T20:18:00.671Z | Downloaded rustls v0.23.41 |
| 1258 | 2026-07-21T20:18:00.676Z | Downloaded nix v0.31.2 |
| 1259 | 2026-07-21T20:18:00.695Z | Downloaded smoltcp v0.11.0 |
| 1260 | 2026-07-21T20:18:00.701Z | Downloaded regex-syntax v0.6.29 |
| 1261 | 2026-07-21T20:18:00.706Z | Downloaded hickory-proto v0.25.2 |
| 1262 | 2026-07-21T20:18:00.714Z | Downloaded zerocopy v0.8.40 |
| 1263 | 2026-07-21T20:18:00.719Z | Downloaded regress v0.11.1 |
| 1264 | 2026-07-21T20:18:00.725Z | Downloaded diesel v2.3.7 |
| 1265 | 2026-07-21T20:18:00.735Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-07-21T20:18:00.748Z | Downloaded regex-syntax v0.8.10 |
| 1267 | 2026-07-21T20:18:00.790Z | Downloaded tracing v0.1.44 |
| 1268 | 2026-07-21T20:18:00.795Z | Downloaded typify-impl v0.6.2 |
| 1269 | 2026-07-21T20:18:00.809Z | Downloaded sqlparser v0.61.0 |
| 1270 | 2026-07-21T20:18:00.821Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1271 | 2026-07-21T20:18:00.821Z | Downloaded sha3 v0.11.0 |
| 1272 | 2026-07-21T20:18:00.876Z | Downloaded sled v0.34.7 |
| 1273 | 2026-07-21T20:18:00.876Z | Downloaded ratatui v0.29.0 |
| 1274 | 2026-07-21T20:18:00.905Z | Downloaded fiat-crypto v0.3.0 |
| 1275 | 2026-07-21T20:18:00.905Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-07-21T20:18:00.905Z | Downloaded petgraph v0.6.5 |
| 1277 | 2026-07-21T20:18:00.905Z | Downloaded zerocopy-derive v0.6.6 |
| 1278 | 2026-07-21T20:18:00.905Z | Downloaded jiff v0.2.21 |
| 1279 | 2026-07-21T20:18:00.910Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-07-21T20:18:00.910Z | Downloaded csv v1.4.0 |
| 1281 | 2026-07-21T20:18:00.920Z | Downloaded petgraph v0.8.3 |
| 1282 | 2026-07-21T20:18:00.932Z | Downloaded libz-sys v1.1.24 |
| 1283 | 2026-07-21T20:18:00.956Z | Downloaded sha3 v0.10.8 |
| 1284 | 2026-07-21T20:18:00.959Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-07-21T20:18:00.968Z | Downloaded tokio v1.52.1 |
| 1286 | 2026-07-21T20:18:01.027Z | Downloaded encoding_rs v0.8.35 |
| 1287 | 2026-07-21T20:18:01.056Z | Downloaded ring v0.17.14 |
| 1288 | 2026-07-21T20:18:01.079Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-07-21T20:18:01.581Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-07-21T20:18:01.844Z | Compiling libc v0.2.185 |
| 1291 | 2026-07-21T20:18:01.844Z | Compiling serde_core v1.0.228 |
| 1292 | 2026-07-21T20:18:01.844Z | Compiling serde v1.0.228 |
| 1293 | 2026-07-21T20:18:01.849Z | Compiling log v0.4.29 |
| 1294 | 2026-07-21T20:18:01.850Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-07-21T20:18:01.850Z | Compiling find-msvc-tools v0.1.9 |
| 1296 | 2026-07-21T20:18:01.850Z | Compiling shlex v1.3.0 |
| 1297 | 2026-07-21T20:18:01.850Z | Compiling subtle v2.6.1 |
| 1298 | 2026-07-21T20:18:01.850Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-07-21T20:18:02.025Z | Compiling stable_deref_trait v1.2.1 |
| 1300 | 2026-07-21T20:18:02.054Z | Compiling typenum v1.20.1 |
| 1301 | 2026-07-21T20:18:02.057Z | Compiling serde_json v1.0.150 |
| 1302 | 2026-07-21T20:18:02.105Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-07-21T20:18:02.109Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-07-21T20:18:02.134Z | Compiling syn v2.0.117 |
| 1305 | 2026-07-21T20:18:02.148Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-07-21T20:18:02.159Z | Compiling parking_lot_core v0.9.12 |
| 1307 | 2026-07-21T20:18:02.191Z | Compiling lock_api v0.4.14 |
| 1308 | 2026-07-21T20:18:02.207Z | Compiling getrandom v0.4.1 |
| 1309 | 2026-07-21T20:18:02.213Z | Compiling critical-section v1.2.0 |
| 1310 | 2026-07-21T20:18:02.236Z | Compiling libm v0.2.16 |
| 1311 | 2026-07-21T20:18:02.250Z | Compiling pkg-config v0.3.32 |
| 1312 | 2026-07-21T20:18:02.280Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-07-21T20:18:02.354Z | Compiling futures-core v0.3.32 |
| 1314 | 2026-07-21T20:18:02.354Z | Compiling rand_core v0.10.0 |
| 1315 | 2026-07-21T20:18:02.382Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-07-21T20:18:02.386Z | Compiling const-oid v0.9.6 |
| 1317 | 2026-07-21T20:18:02.458Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-07-21T20:18:02.476Z | Compiling litemap v0.8.1 |
| 1319 | 2026-07-21T20:18:02.523Z | Compiling writeable v0.6.2 |
| 1320 | 2026-07-21T20:18:02.552Z | Compiling icu_properties_data v2.1.2 |
| 1321 | 2026-07-21T20:18:02.644Z | Compiling icu_normalizer_data v2.1.1 |
| 1322 | 2026-07-21T20:18:02.673Z | Compiling futures-sink v0.3.32 |
| 1323 | 2026-07-21T20:18:02.678Z | Compiling slab v0.4.12 |
| 1324 | 2026-07-21T20:18:02.686Z | Compiling futures-io v0.3.32 |
| 1325 | 2026-07-21T20:18:02.689Z | Compiling futures-task v0.3.32 |
| 1326 | 2026-07-21T20:18:02.714Z | Compiling utf8_iter v1.0.4 |
| 1327 | 2026-07-21T20:18:02.756Z | Compiling form_urlencoded v1.2.2 |
| 1328 | 2026-07-21T20:18:02.802Z | Compiling futures-channel v0.3.32 |
| 1329 | 2026-07-21T20:18:02.857Z | Compiling getrandom v0.3.4 |
| 1330 | 2026-07-21T20:18:02.890Z | Compiling rustversion v1.0.22 |
| 1331 | 2026-07-21T20:18:02.904Z | Compiling rustix v1.1.3 |
| 1332 | 2026-07-21T20:18:02.908Z | Compiling fs_extra v1.3.0 |
| 1333 | 2026-07-21T20:18:02.934Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-07-21T20:18:02.938Z | Compiling errno v0.3.14 |
| 1335 | 2026-07-21T20:18:02.965Z | Compiling getrandom v0.2.17 |
| 1336 | 2026-07-21T20:18:03.012Z | Compiling mio v1.2.0 |
| 1337 | 2026-07-21T20:18:03.035Z | Compiling socket2 v0.6.3 |
| 1338 | 2026-07-21T20:18:03.139Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-07-21T20:18:03.194Z | Compiling cc v1.2.56 |
| 1340 | 2026-07-21T20:18:03.204Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-07-21T20:18:03.233Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-07-21T20:18:03.242Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-07-21T20:18:03.301Z | Compiling iana-time-zone v0.1.65 |
| 1344 | 2026-07-21T20:18:03.322Z | Compiling dunce v1.0.5 |
| 1345 | 2026-07-21T20:18:03.350Z | Compiling ident_case v1.0.1 |
| 1346 | 2026-07-21T20:18:03.401Z | Compiling regex-syntax v0.8.10 |
| 1347 | 2026-07-21T20:18:03.448Z | Compiling base64ct v1.8.3 |
| 1348 | 2026-07-21T20:18:03.463Z | Compiling base64 v0.22.1 |
| 1349 | 2026-07-21T20:18:03.483Z | Compiling vcpkg v0.2.15 |
| 1350 | 2026-07-21T20:18:03.499Z | Compiling tracing-core v0.1.36 |
| 1351 | 2026-07-21T20:18:03.499Z | Compiling aws-lc-rs v1.16.3 |
| 1352 | 2026-07-21T20:18:03.526Z | Compiling flagset v0.4.7 |
| 1353 | 2026-07-21T20:18:03.605Z | Compiling tinyvec_macros v0.1.1 |
| 1354 | 2026-07-21T20:18:03.623Z | Compiling httparse v1.10.1 |
| 1355 | 2026-07-21T20:18:03.668Z | Compiling schemars v0.8.22 |
| 1356 | 2026-07-21T20:18:03.685Z | Compiling pem-rfc7468 v0.7.0 |
| 1357 | 2026-07-21T20:18:03.765Z | Compiling rand_core v0.9.5 |
| 1358 | 2026-07-21T20:18:03.787Z | Compiling dyn-clone v1.0.20 |
| 1359 | 2026-07-21T20:18:03.803Z | Compiling cmov v0.5.4 |
| 1360 | 2026-07-21T20:18:03.830Z | Compiling openssl-probe v0.2.1 |
| 1361 | 2026-07-21T20:18:03.852Z | Compiling tinyvec v1.10.0 |
| 1362 | 2026-07-21T20:18:03.912Z | Compiling cmake v0.1.57 |
| 1363 | 2026-07-21T20:18:03.964Z | Compiling aho-corasick v1.1.4 |
| 1364 | 2026-07-21T20:18:03.979Z | Compiling atomic-waker v1.1.2 |
| 1365 | 2026-07-21T20:18:04.018Z | Compiling ctutils v0.4.2 |
| 1366 | 2026-07-21T20:18:04.032Z | Compiling try-lock v0.2.5 |
| 1367 | 2026-07-21T20:18:04.032Z | Compiling tower-service v0.3.3 |
| 1368 | 2026-07-21T20:18:04.057Z | Compiling untrusted v0.7.1 |
| 1369 | 2026-07-21T20:18:04.073Z | Compiling tower-layer v0.3.3 |
| 1370 | 2026-07-21T20:18:04.087Z | Compiling openssl v0.10.79 |
| 1371 | 2026-07-21T20:18:04.121Z | Compiling want v0.3.1 |
| 1372 | 2026-07-21T20:18:04.163Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-07-21T20:18:04.195Z | Compiling semver v1.0.28 |
| 1374 | 2026-07-21T20:18:04.212Z | Compiling indexmap v2.14.0 |
| 1375 | 2026-07-21T20:18:04.247Z | Compiling uuid v1.23.4 |
| 1376 | 2026-07-21T20:18:04.260Z | Compiling httpdate v1.0.3 |
| 1377 | 2026-07-21T20:18:04.277Z | Compiling foreign-types-shared v0.1.1 |
| 1378 | 2026-07-21T20:18:04.307Z | Compiling untrusted v0.9.0 |
| 1379 | 2026-07-21T20:18:04.321Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-07-21T20:18:04.375Z | Compiling rustls v0.23.41 |
| 1381 | 2026-07-21T20:18:04.378Z | Compiling foreign-types v0.3.2 |
| 1382 | 2026-07-21T20:18:04.408Z | Compiling unicode-normalization v0.1.25 |
| 1383 | 2026-07-21T20:18:04.425Z | Compiling rustc_version v0.4.1 |
| 1384 | 2026-07-21T20:18:04.425Z | Compiling spin v0.9.8 |
| 1385 | 2026-07-21T20:18:04.453Z | Compiling num-conv v0.2.0 |
| 1386 | 2026-07-21T20:18:04.469Z | Compiling crc32fast v1.5.0 |
| 1387 | 2026-07-21T20:18:04.524Z | Compiling time-core v0.1.8 |
| 1388 | 2026-07-21T20:18:04.539Z | Compiling powerfmt v0.2.0 |
| 1389 | 2026-07-21T20:18:04.583Z | Compiling native-tls v0.2.18 |
| 1390 | 2026-07-21T20:18:04.598Z | Compiling wait-timeout v0.2.1 |
| 1391 | 2026-07-21T20:18:04.670Z | Compiling sync_wrapper v1.0.2 |
| 1392 | 2026-07-21T20:18:04.683Z | Compiling time-macros v0.2.27 |
| 1393 | 2026-07-21T20:18:04.747Z | Compiling aws-lc-sys v0.40.0 |
| 1394 | 2026-07-21T20:18:04.766Z | Compiling openssl-sys v0.9.115 |
| 1395 | 2026-07-21T20:18:04.777Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1396 | 2026-07-21T20:18:04.794Z | Compiling deranged v0.5.8 |
| 1397 | 2026-07-21T20:18:04.822Z | Compiling syn v1.0.109 |
| 1398 | 2026-07-21T20:18:04.865Z | Compiling regex-automata v0.4.14 |
| 1399 | 2026-07-21T20:18:04.887Z | Compiling usdt-impl v0.6.0 |
| 1400 | 2026-07-21T20:18:04.904Z | Compiling crossbeam-utils v0.8.21 |
| 1401 | 2026-07-21T20:18:04.924Z | Compiling synstructure v0.13.2 |
| 1402 | 2026-07-21T20:18:04.987Z | Compiling serde_derive_internals v0.29.1 |
| 1403 | 2026-07-21T20:18:05.207Z | Compiling pest_generator v2.8.6 |
| 1404 | 2026-07-21T20:18:05.267Z | Compiling darling_core v0.20.11 |
| 1405 | 2026-07-21T20:18:05.305Z | Compiling tempfile v3.25.0 |
| 1406 | 2026-07-21T20:18:05.346Z | Compiling quick-error v1.2.3 |
| 1407 | 2026-07-21T20:18:05.537Z | Compiling bit-vec v0.8.0 |
| 1408 | 2026-07-21T20:18:05.647Z | Compiling num_threads v0.1.7 |
| 1409 | 2026-07-21T20:18:05.661Z | Compiling siphasher v1.0.2 |
| 1410 | 2026-07-21T20:18:05.737Z | Compiling simd-adler32 v0.3.8 |
| 1411 | 2026-07-21T20:18:05.766Z | Compiling bit-set v0.8.0 |
| 1412 | 2026-07-21T20:18:05.808Z | Compiling rusty-fork v0.3.1 |
| 1413 | 2026-07-21T20:18:05.872Z | Compiling darling_core v0.23.0 |
| 1414 | 2026-07-21T20:18:05.904Z | Compiling heapless v0.7.17 |
| 1415 | 2026-07-21T20:18:05.908Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1416 | 2026-07-21T20:18:05.933Z | Compiling time v0.3.47 |
| 1417 | 2026-07-21T20:18:05.947Z | Compiling slog v2.8.2 |
| 1418 | 2026-07-21T20:18:06.007Z | Compiling rand_xorshift v0.4.0 |
| 1419 | 2026-07-21T20:18:06.007Z | Compiling thread-id v5.1.0 |
| 1420 | 2026-07-21T20:18:06.040Z | Compiling cookie v0.18.1 |
| 1421 | 2026-07-21T20:18:06.059Z | Compiling unicode-properties v0.1.4 |
| 1422 | 2026-07-21T20:18:06.094Z | Compiling signal-hook v0.3.18 |
| 1423 | 2026-07-21T20:18:06.119Z | Compiling ryu v1.0.23 |
| 1424 | 2026-07-21T20:18:06.147Z | Compiling anyhow v1.0.102 |
| 1425 | 2026-07-21T20:18:06.182Z | Compiling unarray v0.1.4 |
| 1426 | 2026-07-21T20:18:06.198Z | Compiling zstd-safe v7.2.4 |
| 1427 | 2026-07-21T20:18:06.206Z | Compiling adler2 v2.0.1 |
| 1428 | 2026-07-21T20:18:06.252Z | Compiling iri-string v0.7.10 |
| 1429 | 2026-07-21T20:18:06.266Z | Compiling paste v1.0.15 |
| 1430 | 2026-07-21T20:18:06.284Z | Compiling allocator-api2 v0.2.21 |
| 1431 | 2026-07-21T20:18:06.308Z | Compiling unicode-bidi v0.3.18 |
| 1432 | 2026-07-21T20:18:06.322Z | Compiling miniz_oxide v0.8.9 |
| 1433 | 2026-07-21T20:18:06.486Z | Compiling camino v1.2.2 |
| 1434 | 2026-07-21T20:18:06.646Z | Compiling stringprep v0.1.5 |
| 1435 | 2026-07-21T20:18:06.730Z | Compiling curve25519-dalek v4.1.3 |
| 1436 | 2026-07-21T20:18:06.773Z | Compiling serde_derive v1.0.228 |
| 1437 | 2026-07-21T20:18:06.873Z | Compiling zeroize_derive v1.4.3 |
| 1438 | 2026-07-21T20:18:06.891Z | Compiling zerofrom-derive v0.1.6 |
| 1439 | 2026-07-21T20:18:06.975Z | Compiling yoke-derive v0.8.1 |
| 1440 | 2026-07-21T20:18:07.105Z | Compiling zerovec-derive v0.11.2 |
| 1441 | 2026-07-21T20:18:07.116Z | Compiling zerocopy-derive v0.8.40 |
| 1442 | 2026-07-21T20:18:07.137Z | Compiling displaydoc v0.2.5 |
| 1443 | 2026-07-21T20:18:07.163Z | Compiling tokio-macros v2.7.0 |
| 1444 | 2026-07-21T20:18:07.563Z | Compiling zeroize v1.8.2 |
| 1445 | 2026-07-21T20:18:07.588Z | Compiling futures-macro v0.3.32 |
| 1446 | 2026-07-21T20:18:07.633Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-07-21T20:18:07.841Z | Compiling tracing-attributes v0.1.31 |
| 1448 | 2026-07-21T20:18:07.942Z | Compiling thiserror-impl v2.0.18 |
| 1449 | 2026-07-21T20:18:07.956Z | Compiling rustls-pki-types v1.14.0 |
| 1450 | 2026-07-21T20:18:08.202Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-07-21T20:18:08.286Z | Compiling hybrid-array v0.4.13 |
| 1452 | 2026-07-21T20:18:08.360Z | Compiling zerofrom v0.1.6 |
| 1453 | 2026-07-21T20:18:08.385Z | Compiling block-buffer v0.10.4 |
| 1454 | 2026-07-21T20:18:08.455Z | Compiling crypto-common v0.1.7 |
| 1455 | 2026-07-21T20:18:08.473Z | Compiling yoke v0.8.1 |
| 1456 | 2026-07-21T20:18:08.477Z | Compiling futures-util v0.3.32 |
| 1457 | 2026-07-21T20:18:08.504Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-07-21T20:18:08.584Z | Compiling digest v0.10.7 |
| 1459 | 2026-07-21T20:18:08.633Z | Compiling pest_derive v2.8.6 |
| 1460 | 2026-07-21T20:18:08.681Z | Compiling zerovec v0.11.5 |
| 1461 | 2026-07-21T20:18:08.694Z | Compiling zerotrie v0.2.3 |
| 1462 | 2026-07-21T20:18:08.853Z | Compiling der v0.7.10 |
| 1463 | 2026-07-21T20:18:09.023Z | Compiling darling_macro v0.20.11 |
| 1464 | 2026-07-21T20:18:09.113Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2026-07-21T20:18:09.134Z | Compiling sha2 v0.10.9 |
| 1466 | 2026-07-21T20:18:09.207Z | Compiling tinystr v0.8.2 |
| 1467 | 2026-07-21T20:18:09.233Z | Compiling potential_utf v0.1.4 |
| 1468 | 2026-07-21T20:18:09.265Z | Compiling tracing v0.1.44 |
| 1469 | 2026-07-21T20:18:09.382Z | Compiling icu_locale_core v2.1.1 |
| 1470 | 2026-07-21T20:18:09.401Z | Compiling icu_collections v2.1.1 |
| 1471 | 2026-07-21T20:18:09.416Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-07-21T20:18:09.429Z | Compiling scroll v0.13.0 |
| 1473 | 2026-07-21T20:18:09.541Z | Compiling hmac v0.12.1 |
| 1474 | 2026-07-21T20:18:09.559Z | Compiling dtrace-parser v0.3.0 |
| 1475 | 2026-07-21T20:18:09.576Z | Compiling darling v0.20.11 |
| 1476 | 2026-07-21T20:18:09.579Z | Compiling thiserror-impl v1.0.69 |
| 1477 | 2026-07-21T20:18:09.669Z | Compiling goblin v0.10.5 |
| 1478 | 2026-07-21T20:18:09.717Z | Compiling spki v0.7.3 |
| 1479 | 2026-07-21T20:18:09.733Z | Compiling derive_builder_core v0.20.2 |
| 1480 | 2026-07-21T20:18:09.899Z | Compiling scroll_derive v0.12.1 |
| 1481 | 2026-07-21T20:18:09.949Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-07-21T20:18:10.102Z | Compiling icu_provider v2.1.1 |
| 1483 | 2026-07-21T20:18:10.225Z | Compiling block-buffer v0.12.1 |
| 1484 | 2026-07-21T20:18:10.283Z | Compiling bytes v1.11.1 |
| 1485 | 2026-07-21T20:18:10.333Z | Compiling chrono v0.4.45 |
| 1486 | 2026-07-21T20:18:10.373Z | Compiling icu_normalizer v2.1.1 |
| 1487 | 2026-07-21T20:18:10.404Z | Compiling icu_properties v2.1.2 |
| 1488 | 2026-07-21T20:18:10.418Z | Compiling ipnet v2.11.0 |
| 1489 | 2026-07-21T20:18:10.437Z | Compiling hex v0.4.3 |
| 1490 | 2026-07-21T20:18:10.556Z | Compiling toml_datetime v0.6.11 |
| 1491 | 2026-07-21T20:18:10.682Z | Compiling scroll v0.12.0 |
| 1492 | 2026-07-21T20:18:10.701Z | Compiling derive_builder_macro v0.20.2 |
| 1493 | 2026-07-21T20:18:10.724Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-07-21T20:18:10.834Z | Compiling tokio v1.52.1 |
| 1495 | 2026-07-21T20:18:10.898Z | Compiling http v1.4.2 |
| 1496 | 2026-07-21T20:18:10.954Z | Compiling serde_spanned v0.6.9 |
| 1497 | 2026-07-21T20:18:10.977Z | Compiling serde_urlencoded v0.7.1 |
| 1498 | 2026-07-21T20:18:10.993Z | Compiling thiserror v1.0.69 |
| 1499 | 2026-07-21T20:18:10.999Z | Compiling serde_tokenstream v0.2.3 |
| 1500 | 2026-07-21T20:18:10.999Z | Compiling block-padding v0.4.2 |
| 1501 | 2026-07-21T20:18:11.112Z | Compiling crypto-common v0.2.2 |
| 1502 | 2026-07-21T20:18:11.112Z | Compiling md-5 v0.10.6 |
| 1503 | 2026-07-21T20:18:11.202Z | Compiling signature v2.2.0 |
| 1504 | 2026-07-21T20:18:11.215Z | Compiling darling_macro v0.23.0 |
| 1505 | 2026-07-21T20:18:11.237Z | Compiling rustls-native-certs v0.8.3 |
| 1506 | 2026-07-21T20:18:11.254Z | Compiling bstr v1.12.1 |
| 1507 | 2026-07-21T20:18:11.307Z | Compiling idna_adapter v1.2.1 |
| 1508 | 2026-07-21T20:18:11.342Z | Compiling pin-project-internal v1.1.11 |
| 1509 | 2026-07-21T20:18:11.399Z | Compiling zerocopy-derive v0.7.35 |
| 1510 | 2026-07-21T20:18:11.458Z | Compiling idna v1.1.0 |
| 1511 | 2026-07-21T20:18:11.546Z | Compiling http-body v1.0.1 |
| 1512 | 2026-07-21T20:18:11.561Z | Compiling async-trait v0.1.89 |
| 1513 | 2026-07-21T20:18:11.724Z | Compiling ppv-lite86 v0.2.21 |
| 1514 | 2026-07-21T20:18:11.748Z | Compiling http-body-util v0.1.3 |
| 1515 | 2026-07-21T20:18:11.818Z | Compiling url v2.5.8 |
| 1516 | 2026-07-21T20:18:11.834Z | Compiling vergen-lib v9.1.0 |
| 1517 | 2026-07-21T20:18:11.850Z | Compiling num-integer v0.1.46 |
| 1518 | 2026-07-21T20:18:12.014Z | Compiling hash32 v0.2.1 |
| 1519 | 2026-07-21T20:18:12.050Z | Compiling rand_chacha v0.9.0 |
| 1520 | 2026-07-21T20:18:12.071Z | Compiling rand_chacha v0.3.1 |
| 1521 | 2026-07-21T20:18:12.135Z | Compiling memoffset v0.9.1 |
| 1522 | 2026-07-21T20:18:12.190Z | Compiling encoding_rs v0.8.35 |
| 1523 | 2026-07-21T20:18:12.220Z | Compiling num-bigint-dig v0.8.6 |
| 1524 | 2026-07-21T20:18:12.245Z | Compiling zlib-rs v0.6.2 |
| 1525 | 2026-07-21T20:18:12.313Z | Compiling rand v0.9.2 |
| 1526 | 2026-07-21T20:18:12.449Z | Compiling rustix v0.38.44 |
| 1527 | 2026-07-21T20:18:12.505Z | Compiling dof v0.4.0 |
| 1528 | 2026-07-21T20:18:12.649Z | Compiling smoltcp v0.9.1 |
| 1529 | 2026-07-21T20:18:12.663Z | Compiling ref-cast v1.0.25 |
| 1530 | 2026-07-21T20:18:12.687Z | Compiling cfg_aliases v0.2.1 |
| 1531 | 2026-07-21T20:18:12.754Z | Compiling mime v0.3.17 |
| 1532 | 2026-07-21T20:18:12.772Z | Compiling psl-types v2.0.11 |
| 1533 | 2026-07-21T20:18:12.834Z | Compiling fallible-iterator v0.2.0 |
| 1534 | 2026-07-21T20:18:12.869Z | Compiling litrs v1.0.0 |
| 1535 | 2026-07-21T20:18:12.903Z | Compiling proptest v1.10.0 |
| 1536 | 2026-07-21T20:18:12.921Z | Compiling publicsuffix v2.3.0 |
| 1537 | 2026-07-21T20:18:13.056Z | Compiling nix v0.31.2 |
| 1538 | 2026-07-21T20:18:13.070Z | Compiling pin-project v1.1.11 |
| 1539 | 2026-07-21T20:18:13.124Z | Compiling postgres-protocol v0.6.10 |
| 1540 | 2026-07-21T20:18:13.152Z | Compiling zerocopy v0.7.35 |
| 1541 | 2026-07-21T20:18:13.168Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-07-21T20:18:13.186Z | Compiling rand v0.8.6 |
| 1543 | 2026-07-21T20:18:13.392Z | Compiling document-features v0.2.12 |
| 1544 | 2026-07-21T20:18:13.458Z | Compiling oxnet v0.1.6 |
| 1545 | 2026-07-21T20:18:13.593Z | Compiling num-iter v0.1.45 |
| 1546 | 2026-07-21T20:18:13.715Z | Compiling darling v0.23.0 |
| 1547 | 2026-07-21T20:18:13.715Z | Compiling derive_builder v0.20.2 |
| 1548 | 2026-07-21T20:18:13.719Z | Compiling inout v0.2.2 |
| 1549 | 2026-07-21T20:18:13.754Z | Compiling goblin v0.8.2 |
| 1550 | 2026-07-21T20:18:13.760Z | Compiling futures-executor v0.3.32 |
| 1551 | 2026-07-21T20:18:13.807Z | Compiling hubpack_derive v0.1.1 |
| 1552 | 2026-07-21T20:18:13.859Z | Compiling regex v1.12.3 |
| 1553 | 2026-07-21T20:18:14.024Z | Compiling strum_macros v0.27.2 |
| 1554 | 2026-07-21T20:18:14.043Z | Compiling snafu-derive v0.8.9 |
| 1555 | 2026-07-21T20:18:14.047Z | Compiling daft-derive v0.1.7 |
| 1556 | 2026-07-21T20:18:14.071Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1557 | 2026-07-21T20:18:14.076Z | Compiling ref-cast-impl v1.0.25 |
| 1558 | 2026-07-21T20:18:14.300Z | Compiling phf_shared v0.13.1 |
| 1559 | 2026-07-21T20:18:14.303Z | Compiling terminal_size v0.4.3 |
| 1560 | 2026-07-21T20:18:14.423Z | Compiling lazy_static v1.5.0 |
| 1561 | 2026-07-21T20:18:14.453Z | Compiling anstyle-parse v0.2.7 |
| 1562 | 2026-07-21T20:18:14.472Z | Compiling cargo-platform v0.3.2 |
| 1563 | 2026-07-21T20:18:14.481Z | Compiling vergen v9.1.0 |
| 1564 | 2026-07-21T20:18:14.527Z | Compiling ff v0.13.1 |
| 1565 | 2026-07-21T20:18:14.554Z | Compiling fs-err v3.3.0 |
| 1566 | 2026-07-21T20:18:14.651Z | Compiling tokio-util v0.7.18 |
| 1567 | 2026-07-21T20:18:14.668Z | Compiling tower v0.5.3 |
| 1568 | 2026-07-21T20:18:14.684Z | Compiling tokio-native-tls v0.3.1 |
| 1569 | 2026-07-21T20:18:14.700Z | Compiling ahash v0.8.12 |
| 1570 | 2026-07-21T20:18:14.717Z | Compiling foldhash v0.1.5 |
| 1571 | 2026-07-21T20:18:14.751Z | Compiling bitflags v1.3.2 |
| 1572 | 2026-07-21T20:18:14.767Z | Compiling base16ct v0.2.0 |
| 1573 | 2026-07-21T20:18:14.791Z | Compiling object v0.37.3 |
| 1574 | 2026-07-21T20:18:14.835Z | Compiling same-file v1.0.6 |
| 1575 | 2026-07-21T20:18:14.835Z | Compiling unicode-segmentation v1.12.0 |
| 1576 | 2026-07-21T20:18:14.873Z | Compiling bumpalo v3.20.2 |
| 1577 | 2026-07-21T20:18:14.903Z | Compiling managed v0.8.0 |
| 1578 | 2026-07-21T20:18:14.953Z | Compiling foldhash v0.2.0 |
| 1579 | 2026-07-21T20:18:14.968Z | Compiling libbz2-rs-sys v0.2.2 |
| 1580 | 2026-07-21T20:18:15.032Z | Compiling winnow v0.5.40 |
| 1581 | 2026-07-21T20:18:15.096Z | Compiling tower-http v0.6.8 |
| 1582 | 2026-07-21T20:18:15.127Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-07-21T20:18:15.141Z | Compiling hashbrown v0.16.1 |
| 1584 | 2026-07-21T20:18:15.214Z | Compiling zopfli v0.8.3 |
| 1585 | 2026-07-21T20:18:15.242Z | Compiling walkdir v2.5.0 |
| 1586 | 2026-07-21T20:18:15.553Z | Compiling h2 v0.4.15 |
| 1587 | 2026-07-21T20:18:15.579Z | Compiling newtype-uuid v1.3.2 |
| 1588 | 2026-07-21T20:18:15.599Z | Compiling bzip2 v0.6.1 |
| 1589 | 2026-07-21T20:18:15.669Z | Compiling sec1 v0.7.3 |
| 1590 | 2026-07-21T20:18:15.728Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-07-21T20:18:15.771Z | Compiling clap_builder v4.6.0 |
| 1592 | 2026-07-21T20:18:15.826Z | Compiling daft v0.1.7 |
| 1593 | 2026-07-21T20:18:15.959Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-07-21T20:18:15.974Z | Compiling group v0.13.0 |
| 1595 | 2026-07-21T20:18:16.022Z | Compiling snafu v0.8.9 |
| 1596 | 2026-07-21T20:18:16.040Z | Compiling dof v0.3.0 |
| 1597 | 2026-07-21T20:18:16.059Z | Compiling anstream v0.6.21 |
| 1598 | 2026-07-21T20:18:16.081Z | Compiling strum v0.27.2 |
| 1599 | 2026-07-21T20:18:16.138Z | Compiling phf v0.13.1 |
| 1600 | 2026-07-21T20:18:16.225Z | Compiling signal-hook-mio v0.2.5 |
| 1601 | 2026-07-21T20:18:16.311Z | Compiling hubpack v0.1.2 |
| 1602 | 2026-07-21T20:18:16.356Z | Compiling toml_edit v0.19.15 |
| 1603 | 2026-07-21T20:18:16.387Z | Compiling cookie_store v0.22.1 |
| 1604 | 2026-07-21T20:18:16.403Z | Compiling usdt-attr-macro v0.6.0 |
| 1605 | 2026-07-21T20:18:16.535Z | Compiling usdt-macro v0.6.0 |
| 1606 | 2026-07-21T20:18:16.550Z | Compiling bzip2 v0.4.4 |
| 1607 | 2026-07-21T20:18:16.642Z | Compiling futures v0.3.32 |
| 1608 | 2026-07-21T20:18:16.700Z | Compiling cipher v0.5.2 |
| 1609 | 2026-07-21T20:18:16.743Z | Compiling serde_with_macros v3.21.0 |
| 1610 | 2026-07-21T20:18:16.779Z | Compiling zstd v0.13.3 |
| 1611 | 2026-07-21T20:18:16.782Z | Compiling postgres-types v0.2.12 |
| 1612 | 2026-07-21T20:18:17.089Z | Compiling globset v0.4.18 |
| 1613 | 2026-07-21T20:18:17.149Z | Compiling ed25519 v2.2.3 |
| 1614 | 2026-07-21T20:18:17.269Z | Compiling dtrace-parser v0.2.0 |
| 1615 | 2026-07-21T20:18:17.361Z | Compiling serde-big-array v0.5.1 |
| 1616 | 2026-07-21T20:18:17.376Z | Compiling olpc-cjson v0.1.4 |
| 1617 | 2026-07-21T20:18:17.380Z | Compiling serde_plain v1.0.2 |
| 1618 | 2026-07-21T20:18:17.405Z | Compiling pkcs1 v0.7.5 |
| 1619 | 2026-07-21T20:18:17.517Z | Compiling hkdf v0.12.4 |
| 1620 | 2026-07-21T20:18:17.566Z | Compiling crypto-bigint v0.5.5 |
| 1621 | 2026-07-21T20:18:17.593Z | Compiling serde_repr v0.1.20 |
| 1622 | 2026-07-21T20:18:17.707Z | Compiling async-recursion v1.1.1 |
| 1623 | 2026-07-21T20:18:17.804Z | Compiling clap_derive v4.6.1 |
| 1624 | 2026-07-21T20:18:17.828Z | Compiling enum-as-inner v0.6.1 |
| 1625 | 2026-07-21T20:18:17.944Z | Compiling strum_macros v0.26.4 |
| 1626 | 2026-07-21T20:18:18.106Z | Compiling phf_shared v0.11.3 |
| 1627 | 2026-07-21T20:18:18.110Z | Compiling float-cmp v0.10.0 |
| 1628 | 2026-07-21T20:18:18.179Z | Compiling pem v3.0.6 |
| 1629 | 2026-07-21T20:18:18.222Z | Compiling memmap2 v0.9.10 |
| 1630 | 2026-07-21T20:18:18.257Z | Compiling thread-id v4.2.2 |
| 1631 | 2026-07-21T20:18:18.275Z | Compiling env_filter v1.0.0 |
| 1632 | 2026-07-21T20:18:18.354Z | Compiling jiff v0.2.21 |
| 1633 | 2026-07-21T20:18:18.387Z | Compiling normalize-line-endings v0.3.0 |
| 1634 | 2026-07-21T20:18:18.418Z | Compiling cpufeatures v0.3.0 |
| 1635 | 2026-07-21T20:18:18.448Z | Compiling fixedbitset v0.5.7 |
| 1636 | 2026-07-21T20:18:18.498Z | Compiling data-encoding v2.10.0 |
| 1637 | 2026-07-21T20:18:18.514Z | Compiling either v1.15.0 |
| 1638 | 2026-07-21T20:18:18.535Z | Compiling difflib v0.4.0 |
| 1639 | 2026-07-21T20:18:18.595Z | Compiling typed-path v0.9.3 |
| 1640 | 2026-07-21T20:18:18.736Z | Compiling hyper v1.10.1 |
| 1641 | 2026-07-21T20:18:18.768Z | Compiling const-oid v0.10.2 |
| 1642 | 2026-07-21T20:18:18.826Z | Compiling precomputed-hash v0.1.1 |
| 1643 | 2026-07-21T20:18:18.931Z | Compiling fixedbitset v0.4.2 |
| 1644 | 2026-07-21T20:18:18.946Z | Compiling keccak v0.1.6 |
| 1645 | 2026-07-21T20:18:19.003Z | Compiling new_debug_unreachable v1.0.6 |
| 1646 | 2026-07-21T20:18:19.070Z | Compiling static_assertions v1.1.0 |
| 1647 | 2026-07-21T20:18:19.088Z | Compiling winnow v1.0.3 |
| 1648 | 2026-07-21T20:18:19.127Z | Compiling whoami v2.1.0 |
| 1649 | 2026-07-21T20:18:19.154Z | Compiling predicates-core v1.0.10 |
| 1650 | 2026-07-21T20:18:19.168Z | Compiling toml_edit v0.22.27 |
| 1651 | 2026-07-21T20:18:19.232Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1652 | 2026-07-21T20:18:19.342Z | Compiling tokio-postgres v0.7.16 |
| 1653 | 2026-07-21T20:18:19.463Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1654 | 2026-07-21T20:18:19.538Z | Compiling predicates v3.1.4 |
| 1655 | 2026-07-21T20:18:19.634Z | Compiling clap v4.6.1 |
| 1656 | 2026-07-21T20:18:19.699Z | Compiling sha3 v0.10.8 |
| 1657 | 2026-07-21T20:18:19.726Z | Compiling petgraph v0.6.5 |
| 1658 | 2026-07-21T20:18:19.742Z | Compiling string_cache v0.8.9 |
| 1659 | 2026-07-21T20:18:19.794Z | Compiling strum v0.26.3 |
| 1660 | 2026-07-21T20:18:19.821Z | Compiling digest v0.11.3 |
| 1661 | 2026-07-21T20:18:19.871Z | Compiling hyper-util v0.1.20 |
| 1662 | 2026-07-21T20:18:19.945Z | Compiling hickory-proto v0.25.2 |
| 1663 | 2026-07-21T20:18:19.987Z | Compiling itertools v0.13.0 |
| 1664 | 2026-07-21T20:18:20.075Z | Compiling petgraph v0.8.3 |
| 1665 | 2026-07-21T20:18:20.152Z | Compiling elliptic-curve v0.13.8 |
| 1666 | 2026-07-21T20:18:20.168Z | Compiling chacha20 v0.10.0 |
| 1667 | 2026-07-21T20:18:20.222Z | Compiling env_logger v0.11.9 |
| 1668 | 2026-07-21T20:18:20.397Z | Compiling usdt v0.6.0 |
| 1669 | 2026-07-21T20:18:20.572Z | Compiling usdt-impl v0.5.0 |
| 1670 | 2026-07-21T20:18:20.615Z | Compiling serde_with v3.21.0 |
| 1671 | 2026-07-21T20:18:20.615Z | Compiling crossterm v0.28.1 |
| 1672 | 2026-07-21T20:18:20.683Z | Compiling toml v0.7.8 |
| 1673 | 2026-07-21T20:18:21.185Z | Compiling zip v4.6.1 |
| 1674 | 2026-07-21T20:18:21.301Z | Compiling hyper-tls v0.6.0 |
| 1675 | 2026-07-21T20:18:21.323Z | Compiling rsa v0.9.10 |
| 1676 | 2026-07-21T20:18:21.323Z | Compiling ed25519-dalek v2.2.0 |
| 1677 | 2026-07-21T20:18:21.558Z | Compiling reqwest v0.12.28 |
| 1678 | 2026-07-21T20:18:21.912Z | Compiling zip v0.6.6 |
| 1679 | 2026-07-21T20:18:21.965Z | Compiling iddqd v0.4.2 |
| 1680 | 2026-07-21T20:18:22.080Z | Compiling tokio-stream v0.1.18 |
| 1681 | 2026-07-21T20:18:22.171Z | Compiling heck v0.4.1 |
| 1682 | 2026-07-21T20:18:22.184Z | Compiling similar v2.7.0 |
| 1683 | 2026-07-21T20:18:22.284Z | Compiling buf-list v1.1.2 |
| 1684 | 2026-07-21T20:18:22.417Z | Compiling byte-wrapper v0.1.0 |
| 1685 | 2026-07-21T20:18:22.465Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1686 | 2026-07-21T20:18:22.483Z | Compiling openapiv3 v2.2.0 |
| 1687 | 2026-07-21T20:18:22.518Z | Compiling x509-cert v0.2.5 |
| 1688 | 2026-07-21T20:18:22.555Z | Compiling crossbeam-epoch v0.9.18 |
| 1689 | 2026-07-21T20:18:22.591Z | Compiling peg-runtime v0.8.5 |
| 1690 | 2026-07-21T20:18:22.640Z | Compiling lalrpop-util v0.19.12 |
| 1691 | 2026-07-21T20:18:22.769Z | Compiling thread_local v1.1.9 |
| 1692 | 2026-07-21T20:18:22.785Z | Compiling slog-async v2.8.0 |
| 1693 | 2026-07-21T20:18:22.849Z | Compiling crossbeam-channel v0.5.15 |
| 1694 | 2026-07-21T20:18:22.887Z | Compiling filetime v0.2.27 |
| 1695 | 2026-07-21T20:18:22.904Z | Compiling is-terminal v0.4.17 |
| 1696 | 2026-07-21T20:18:23.013Z | Compiling term v1.2.1 |
| 1697 | 2026-07-21T20:18:23.038Z | Compiling xattr v1.6.1 |
| 1698 | 2026-07-21T20:18:23.083Z | Compiling take_mut v0.2.2 |
| 1699 | 2026-07-21T20:18:23.103Z | Compiling camino-tempfile v1.4.1 |
| 1700 | 2026-07-21T20:18:23.166Z | Compiling tar v0.4.46 |
| 1701 | 2026-07-21T20:18:23.322Z | Compiling slog-term v2.9.2 |
| 1702 | 2026-07-21T20:18:41.112Z | Compiling rustls-webpki v0.103.13 |
| 1703 | 2026-07-21T20:18:43.868Z | Compiling tokio-rustls v0.26.4 |
| 1704 | 2026-07-21T20:18:43.868Z | Compiling rustls-platform-verifier v0.6.2 |
| 1705 | 2026-07-21T20:18:43.869Z | Compiling tough v0.22.0 |
| 1706 | 2026-07-21T20:18:44.071Z | Compiling hyper-rustls v0.27.7 |
| 1707 | 2026-07-21T20:18:44.246Z | Compiling reqwest v0.13.2 |
| 1708 | 2026-07-21T20:18:46.406Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1709 | 2026-07-21T20:18:46.657Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1710 | 2026-07-21T20:18:49.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.05s |
| 1711 | 2026-07-21T20:18:49.642Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1712 | 2026-07-21T20:18:49.686Z | Jul 21 20:18:49.055 INFO Starting download, target: MaghemiteDdmd |
| 1713 | 2026-07-21T20:18:49.686Z | Jul 21 20:18:49.056 INFO Starting download, target: Clickhouse |
| 1714 | 2026-07-21T20:18:49.687Z | Jul 21 20:18:49.056 INFO Starting download, target: Cockroach |
| 1715 | 2026-07-21T20:18:49.687Z | Jul 21 20:18:49.056 INFO Starting download, target: MaghemiteMgd |
| 1716 | 2026-07-21T20:18:49.687Z | Jul 21 20:18:49.056 INFO Starting download, target: Console |
| 1717 | 2026-07-21T20:18:49.687Z | Jul 21 20:18:49.056 INFO Starting download, target: DendriteStub |
| 1718 | 2026-07-21T20:18:49.687Z | Jul 21 20:18:49.056 INFO Starting download, target: TransceiverControl |
| 1719 | 2026-07-21T20:18:49.705Z | Jul 21 20:18:49.056 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1720 | 2026-07-21T20:18:49.705Z | Jul 21 20:18:49.056 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1721 | 2026-07-21T20:18:49.705Z | Jul 21 20:18:49.056 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1722 | 2026-07-21T20:18:49.705Z | Jul 21 20:18:49.056 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1723 | 2026-07-21T20:18:49.705Z | Jul 21 20:18:49.056 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1724 | 2026-07-21T20:18:49.705Z | Jul 21 20:18:49.056 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1725 | 2026-07-21T20:18:49.705Z | Jul 21 20:18:49.056 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1726 | 2026-07-21T20:18:50.653Z | Jul 21 20:18:50.006 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1727 | 2026-07-21T20:18:50.855Z | Jul 21 20:18:50.213 INFO Download complete, target: TransceiverControl |
| 1728 | 2026-07-21T20:18:51.762Z | Jul 21 20:18:51.141 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1729 | 2026-07-21T20:18:52.027Z | Jul 21 20:18:51.404 INFO Download complete, target: Console |
| 1730 | 2026-07-21T20:18:52.089Z | Jul 21 20:18:51.469 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1731 | 2026-07-21T20:18:52.179Z | Jul 21 20:18:51.557 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1732 | 2026-07-21T20:18:52.662Z | Jul 21 20:18:52.032 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1733 | 2026-07-21T20:18:52.746Z | Jul 21 20:18:52.101 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1734 | 2026-07-21T20:18:53.514Z | Jul 21 20:18:52.886 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1735 | 2026-07-21T20:18:53.514Z | Jul 21 20:18:52.886 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1736 | 2026-07-21T20:18:54.186Z | Jul 21 20:18:53.549 INFO Download complete, target: MaghemiteDdmd |
| 1737 | 2026-07-21T20:18:55.349Z | Jul 21 20:18:54.719 INFO Download complete, target: DendriteStub |
| 1738 | 2026-07-21T20:18:55.502Z | Jul 21 20:18:54.875 INFO Download complete, target: MaghemiteMgd |
| 1739 | 2026-07-21T20:18:58.248Z | Jul 21 20:18:57.627 INFO Checking that binary works, target: Cockroach |
| 1740 | 2026-07-21T20:18:58.367Z | Jul 21 20:18:57.747 INFO Download complete, target: Cockroach |
| 1741 | 2026-07-21T20:18:58.984Z | Jul 21 20:18:58.363 INFO Checking that binary works, target: Clickhouse |
| 1742 | 2026-07-21T20:18:59.067Z | Jul 21 20:18:58.446 INFO Download complete, target: Clickhouse |
| 1743 | 2026-07-21T20:18:59.072Z | All prerequisites installed successfully |
| 1744 | 2026-07-21T20:18:59.075Z | |
| 1745 | 2026-07-21T20:18:59.075Z | real 1:46.147669480 |
| 1746 | 2026-07-21T20:18:59.075Z | user 6:38.718444859 |
| 1747 | 2026-07-21T20:18:59.076Z | sys 1:39.338588475 |
| 1748 | 2026-07-21T20:18:59.076Z | trap 0.246328577 |
| 1749 | 2026-07-21T20:18:59.076Z | tflt 0.805306310 |
| 1750 | 2026-07-21T20:18:59.076Z | dflt 1.446253484 |
| 1751 | 2026-07-21T20:18:59.076Z | kflt 0.022831654 |
| 1752 | 2026-07-21T20:18:59.076Z | lock 23:01.781715065 |
| 1753 | 2026-07-21T20:18:59.076Z | slp 18:07.209407632 |
| 1754 | 2026-07-21T20:18:59.076Z | lat 23.355898575 |
| 1755 | 2026-07-21T20:18:59.076Z | stop 2:46.613064611 |
| 1756 | 2026-07-21T20:18:59.076Z | + ptime -m cargo xtask download softnpu |
| 1757 | 2026-07-21T20:18:59.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1758 | 2026-07-21T20:18:59.545Z | Running `target/debug/xtask download softnpu` |
| 1759 | 2026-07-21T20:19:00.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1760 | 2026-07-21T20:19:00.328Z | Running `target/debug/xtask-downloader softnpu` |
| 1761 | 2026-07-21T20:19:00.373Z | Jul 21 20:18:59.752 INFO Starting download, target: Softnpu |
| 1762 | 2026-07-21T20:19:00.375Z | Jul 21 20:18:59.753 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1763 | 2026-07-21T20:19:00.862Z | Jul 21 20:19:00.242 INFO Download complete, target: Softnpu |
| 1764 | 2026-07-21T20:19:00.867Z | |
| 1765 | 2026-07-21T20:19:00.869Z | real 1.787231365 |
| 1766 | 2026-07-21T20:19:00.869Z | user 1.267146089 |
| 1767 | 2026-07-21T20:19:00.869Z | sys 0.604611159 |
| 1768 | 2026-07-21T20:19:00.870Z | trap 0.000512060 |
| 1769 | 2026-07-21T20:19:00.870Z | tflt 0.000144510 |
| 1770 | 2026-07-21T20:19:00.870Z | dflt 0.000112640 |
| 1771 | 2026-07-21T20:19:00.870Z | kflt 0.000000000 |
| 1772 | 2026-07-21T20:19:00.870Z | lock 8.879946433 |
| 1773 | 2026-07-21T20:19:00.870Z | slp 0.361091817 |
| 1774 | 2026-07-21T20:19:00.870Z | lat 0.086390670 |
| 1775 | 2026-07-21T20:19:00.870Z | stop 0.000173170 |
| 1776 | 2026-07-21T20:19:00.870Z | + export CARGO_INCREMENTAL=0 |
| 1777 | 2026-07-21T20:19:00.870Z | + CARGO_INCREMENTAL=0 |
| 1778 | 2026-07-21T20:19:00.870Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1779 | 2026-07-21T20:19:01.728Z | Compiling proc-macro2 v1.0.106 |
| 1780 | 2026-07-21T20:19:01.728Z | Compiling quote v1.0.45 |
| 1781 | 2026-07-21T20:19:01.728Z | Compiling unicode-ident v1.0.24 |
| 1782 | 2026-07-21T20:19:01.728Z | Compiling libc v0.2.185 |
| 1783 | 2026-07-21T20:19:01.731Z | Compiling serde_core v1.0.228 |
| 1784 | 2026-07-21T20:19:01.731Z | Compiling serde v1.0.228 |
| 1785 | 2026-07-21T20:19:01.731Z | Compiling cfg-if v1.0.4 |
| 1786 | 2026-07-21T20:19:01.731Z | Compiling version_check v0.9.5 |
| 1787 | 2026-07-21T20:19:01.731Z | Compiling find-msvc-tools v0.1.9 |
| 1788 | 2026-07-21T20:19:01.872Z | Compiling shlex v1.3.0 |
| 1789 | 2026-07-21T20:19:01.876Z | Compiling memchr v2.8.0 |
| 1790 | 2026-07-21T20:19:01.876Z | Compiling zmij v1.0.21 |
| 1791 | 2026-07-21T20:19:01.876Z | Compiling serde_json v1.0.150 |
| 1792 | 2026-07-21T20:19:01.876Z | Compiling autocfg v1.5.0 |
| 1793 | 2026-07-21T20:19:01.976Z | Compiling portable-atomic v1.13.1 |
| 1794 | 2026-07-21T20:19:02.220Z | Compiling getrandom v0.4.1 |
| 1795 | 2026-07-21T20:19:02.324Z | Compiling zerocopy v0.8.40 |
| 1796 | 2026-07-21T20:19:02.352Z | Compiling libm v0.2.16 |
| 1797 | 2026-07-21T20:19:02.401Z | Compiling num-traits v0.2.19 |
| 1798 | 2026-07-21T20:19:02.414Z | Compiling parking_lot_core v0.9.12 |
| 1799 | 2026-07-21T20:19:02.417Z | Compiling icu_properties_data v2.1.2 |
| 1800 | 2026-07-21T20:19:02.459Z | Compiling icu_normalizer_data v2.1.1 |
| 1801 | 2026-07-21T20:19:02.474Z | Compiling smallvec v1.15.1 |
| 1802 | 2026-07-21T20:19:02.518Z | Compiling generic-array v0.14.7 |
| 1803 | 2026-07-21T20:19:02.547Z | Compiling itoa v1.0.17 |
| 1804 | 2026-07-21T20:19:02.628Z | Compiling log v0.4.29 |
| 1805 | 2026-07-21T20:19:02.714Z | Compiling subtle v2.6.1 |
| 1806 | 2026-07-21T20:19:02.730Z | Compiling pkg-config v0.3.32 |
| 1807 | 2026-07-21T20:19:02.730Z | Compiling stable_deref_trait v1.2.1 |
| 1808 | 2026-07-21T20:19:02.775Z | Compiling typenum v1.20.1 |
| 1809 | 2026-07-21T20:19:02.837Z | Compiling jobserver v0.1.34 |
| 1810 | 2026-07-21T20:19:02.854Z | Compiling scopeguard v1.2.0 |
| 1811 | 2026-07-21T20:19:02.854Z | Compiling errno v0.3.14 |
| 1812 | 2026-07-21T20:19:02.907Z | Compiling rand_core v0.10.0 |
| 1813 | 2026-07-21T20:19:03.020Z | Compiling lock_api v0.4.14 |
| 1814 | 2026-07-21T20:19:03.038Z | Compiling getrandom v0.3.4 |
| 1815 | 2026-07-21T20:19:03.061Z | Compiling cc v1.2.56 |
| 1816 | 2026-07-21T20:19:03.108Z | Compiling pin-project-lite v0.2.17 |
| 1817 | 2026-07-21T20:19:03.129Z | Compiling thiserror v2.0.18 |
| 1818 | 2026-07-21T20:19:03.180Z | Compiling syn v2.0.117 |
| 1819 | 2026-07-21T20:19:03.199Z | Compiling writeable v0.6.2 |
| 1820 | 2026-07-21T20:19:03.244Z | Compiling equivalent v1.0.2 |
| 1821 | 2026-07-21T20:19:03.247Z | Compiling percent-encoding v2.3.2 |
| 1822 | 2026-07-21T20:19:03.247Z | Compiling fnv v1.0.7 |
| 1823 | 2026-07-21T20:19:03.286Z | Compiling litemap v0.8.1 |
| 1824 | 2026-07-21T20:19:03.300Z | Compiling getrandom v0.2.17 |
| 1825 | 2026-07-21T20:19:03.361Z | Compiling schemars v0.8.22 |
| 1826 | 2026-07-21T20:19:03.405Z | Compiling rustversion v1.0.22 |
| 1827 | 2026-07-21T20:19:03.490Z | Compiling rand_core v0.6.4 |
| 1828 | 2026-07-21T20:19:03.522Z | Compiling rustix v1.1.3 |
| 1829 | 2026-07-21T20:19:03.552Z | Compiling dunce v1.0.5 |
| 1830 | 2026-07-21T20:19:03.582Z | Compiling critical-section v1.2.0 |
| 1831 | 2026-07-21T20:19:03.582Z | Compiling fs_extra v1.3.0 |
| 1832 | 2026-07-21T20:19:03.693Z | Compiling hashbrown v0.17.0 |
| 1833 | 2026-07-21T20:19:03.776Z | Compiling signal-hook-registry v1.4.8 |
| 1834 | 2026-07-21T20:19:03.823Z | Compiling cmake v0.1.57 |
| 1835 | 2026-07-21T20:19:03.920Z | Compiling heck v0.5.0 |
| 1836 | 2026-07-21T20:19:03.942Z | Compiling strsim v0.11.1 |
| 1837 | 2026-07-21T20:19:03.959Z | Compiling utf8_iter v1.0.4 |
| 1838 | 2026-07-21T20:19:04.136Z | Compiling once_cell v1.21.3 |
| 1839 | 2026-07-21T20:19:04.236Z | Compiling semver v1.0.28 |
| 1840 | 2026-07-21T20:19:04.267Z | Compiling indexmap v2.14.0 |
| 1841 | 2026-07-21T20:19:04.302Z | Compiling parking_lot v0.12.5 |
| 1842 | 2026-07-21T20:19:04.322Z | Compiling form_urlencoded v1.2.2 |
| 1843 | 2026-07-21T20:19:04.326Z | Compiling socket2 v0.6.3 |
| 1844 | 2026-07-21T20:19:04.353Z | Compiling mio v1.2.0 |
| 1845 | 2026-07-21T20:19:04.419Z | Compiling bitflags v2.11.0 |
| 1846 | 2026-07-21T20:19:04.451Z | Compiling aws-lc-sys v0.40.0 |
| 1847 | 2026-07-21T20:19:04.521Z | Compiling aws-lc-rs v1.16.3 |
| 1848 | 2026-07-21T20:19:04.579Z | Compiling ident_case v1.0.1 |
| 1849 | 2026-07-21T20:19:04.617Z | Compiling futures-core v0.3.32 |
| 1850 | 2026-07-21T20:19:04.700Z | Compiling httparse v1.10.1 |
| 1851 | 2026-07-21T20:19:04.865Z | Compiling thiserror v1.0.69 |
| 1852 | 2026-07-21T20:19:04.939Z | Compiling ucd-trie v0.1.7 |
| 1853 | 2026-07-21T20:19:04.970Z | Compiling byteorder v1.5.0 |
| 1854 | 2026-07-21T20:19:05.114Z | Compiling pest v2.8.6 |
| 1855 | 2026-07-21T20:19:05.159Z | Compiling vcpkg v0.2.15 |
| 1856 | 2026-07-21T20:19:05.189Z | Compiling syn v1.0.109 |
| 1857 | 2026-07-21T20:19:05.193Z | Compiling iana-time-zone v0.1.65 |
| 1858 | 2026-07-21T20:19:05.237Z | Compiling const-oid v0.9.6 |
| 1859 | 2026-07-21T20:19:05.240Z | Compiling regex-syntax v0.8.10 |
| 1860 | 2026-07-21T20:19:05.405Z | Compiling uuid v1.23.4 |
| 1861 | 2026-07-21T20:19:05.549Z | Compiling rustc_version v0.4.1 |
| 1862 | 2026-07-21T20:19:05.600Z | Compiling futures-sink v0.3.32 |
| 1863 | 2026-07-21T20:19:05.687Z | Compiling rustls v0.23.41 |
| 1864 | 2026-07-21T20:19:05.709Z | Compiling futures-channel v0.3.32 |
| 1865 | 2026-07-21T20:19:05.740Z | Compiling openssl-sys v0.9.115 |
| 1866 | 2026-07-21T20:19:05.805Z | Compiling aho-corasick v1.1.4 |
| 1867 | 2026-07-21T20:19:05.855Z | Compiling futures-io v0.3.32 |
| 1868 | 2026-07-21T20:19:05.951Z | Compiling futures-task v0.3.32 |
| 1869 | 2026-07-21T20:19:06.020Z | Compiling slab v0.4.12 |
| 1870 | 2026-07-21T20:19:06.072Z | Compiling synstructure v0.13.2 |
| 1871 | 2026-07-21T20:19:06.115Z | Compiling serde_derive_internals v0.29.1 |
| 1872 | 2026-07-21T20:19:06.196Z | Compiling pest_meta v2.8.6 |
| 1873 | 2026-07-21T20:19:06.267Z | Compiling num-conv v0.2.0 |
| 1874 | 2026-07-21T20:19:06.292Z | Compiling crc32fast v1.5.0 |
| 1875 | 2026-07-21T20:19:06.321Z | Compiling dyn-clone v1.0.20 |
| 1876 | 2026-07-21T20:19:06.392Z | Compiling time-core v0.1.8 |
| 1877 | 2026-07-21T20:19:06.408Z | Compiling plain v0.2.3 |
| 1878 | 2026-07-21T20:19:06.523Z | Compiling base64 v0.22.1 |
| 1879 | 2026-07-21T20:19:06.539Z | Compiling crossbeam-utils v0.8.21 |
| 1880 | 2026-07-21T20:19:06.557Z | Compiling time-macros v0.2.27 |
| 1881 | 2026-07-21T20:19:06.597Z | Compiling openssl v0.10.79 |
| 1882 | 2026-07-21T20:19:06.618Z | Compiling pretty-hex v0.4.1 |
| 1883 | 2026-07-21T20:19:06.719Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1884 | 2026-07-21T20:19:06.769Z | Compiling pest_generator v2.8.6 |
| 1885 | 2026-07-21T20:19:06.787Z | Compiling regex-automata v0.4.14 |
| 1886 | 2026-07-21T20:19:06.878Z | Compiling anyhow v1.0.102 |
| 1887 | 2026-07-21T20:19:06.881Z | Compiling native-tls v0.2.18 |
| 1888 | 2026-07-21T20:19:07.024Z | Compiling rand_core v0.9.5 |
| 1889 | 2026-07-21T20:19:07.172Z | Compiling slog v2.8.2 |
| 1890 | 2026-07-21T20:19:07.194Z | Compiling tracing-core v0.1.36 |
| 1891 | 2026-07-21T20:19:07.295Z | Compiling cookie v0.18.1 |
| 1892 | 2026-07-21T20:19:07.312Z | Compiling serde_derive v1.0.228 |
| 1893 | 2026-07-21T20:19:07.395Z | Compiling zeroize_derive v1.4.3 |
| 1894 | 2026-07-21T20:19:07.417Z | Compiling zerofrom-derive v0.1.6 |
| 1895 | 2026-07-21T20:19:07.431Z | Compiling yoke-derive v0.8.1 |
| 1896 | 2026-07-21T20:19:07.461Z | Compiling zerovec-derive v0.11.2 |
| 1897 | 2026-07-21T20:19:07.484Z | Compiling displaydoc v0.2.5 |
| 1898 | 2026-07-21T20:19:07.499Z | Compiling zerocopy-derive v0.8.40 |
| 1899 | 2026-07-21T20:19:07.524Z | Compiling tokio-macros v2.7.0 |
| 1900 | 2026-07-21T20:19:07.539Z | Compiling futures-macro v0.3.32 |
| 1901 | 2026-07-21T20:19:07.595Z | Compiling thiserror-impl v2.0.18 |
| 1902 | 2026-07-21T20:19:07.751Z | Compiling schemars_derive v0.8.22 |
| 1903 | 2026-07-21T20:19:08.043Z | Compiling zeroize v1.8.2 |
| 1904 | 2026-07-21T20:19:08.235Z | Compiling tracing-attributes v0.1.31 |
| 1905 | 2026-07-21T20:19:08.306Z | Compiling der_derive v0.7.3 |
| 1906 | 2026-07-21T20:19:08.353Z | Compiling thiserror-impl v1.0.69 |
| 1907 | 2026-07-21T20:19:08.424Z | Compiling pest_derive v2.8.6 |
| 1908 | 2026-07-21T20:19:08.542Z | Compiling futures-util v0.3.32 |
| 1909 | 2026-07-21T20:19:08.562Z | Compiling zerofrom v0.1.6 |
| 1910 | 2026-07-21T20:19:08.706Z | Compiling yoke v0.8.1 |
| 1911 | 2026-07-21T20:19:08.837Z | Compiling crypto-common v0.1.7 |
| 1912 | 2026-07-21T20:19:08.911Z | Compiling zerovec v0.11.5 |
| 1913 | 2026-07-21T20:19:08.930Z | Compiling zerotrie v0.2.3 |
| 1914 | 2026-07-21T20:19:09.065Z | Compiling block-buffer v0.10.4 |
| 1915 | 2026-07-21T20:19:09.232Z | Compiling digest v0.10.7 |
| 1916 | 2026-07-21T20:19:09.392Z | Compiling scroll_derive v0.13.1 |
| 1917 | 2026-07-21T20:19:09.429Z | Compiling scroll_derive v0.12.1 |
| 1918 | 2026-07-21T20:19:09.465Z | Compiling tinystr v0.8.2 |
| 1919 | 2026-07-21T20:19:09.468Z | Compiling potential_utf v0.1.4 |
| 1920 | 2026-07-21T20:19:09.497Z | Compiling openssl-macros v0.1.1 |
| 1921 | 2026-07-21T20:19:09.515Z | Compiling regex v1.12.3 |
| 1922 | 2026-07-21T20:19:09.665Z | Compiling icu_locale_core v2.1.1 |
| 1923 | 2026-07-21T20:19:09.681Z | Compiling icu_collections v2.1.1 |
| 1924 | 2026-07-21T20:19:09.941Z | Compiling zerocopy-derive v0.7.35 |
| 1925 | 2026-07-21T20:19:10.103Z | Compiling base64ct v1.8.3 |
| 1926 | 2026-07-21T20:19:10.181Z | Compiling camino v1.2.2 |
| 1927 | 2026-07-21T20:19:10.387Z | Compiling icu_provider v2.1.1 |
| 1928 | 2026-07-21T20:19:10.416Z | Compiling pem-rfc7468 v0.7.0 |
| 1929 | 2026-07-21T20:19:10.493Z | Compiling bytes v1.11.1 |
| 1930 | 2026-07-21T20:19:10.509Z | Compiling chrono v0.4.45 |
| 1931 | 2026-07-21T20:19:10.618Z | Compiling serde_tokenstream v0.2.3 |
| 1932 | 2026-07-21T20:19:10.693Z | Compiling icu_normalizer v2.1.1 |
| 1933 | 2026-07-21T20:19:10.746Z | Compiling icu_properties v2.1.2 |
| 1934 | 2026-07-21T20:19:10.805Z | Compiling tracing v0.1.44 |
| 1935 | 2026-07-21T20:19:11.099Z | Compiling tokio v1.52.1 |
| 1936 | 2026-07-21T20:19:11.363Z | Compiling http v1.4.2 |
| 1937 | 2026-07-21T20:19:11.913Z | Compiling idna_adapter v1.2.1 |
| 1938 | 2026-07-21T20:19:11.980Z | Compiling ppv-lite86 v0.2.21 |
| 1939 | 2026-07-21T20:19:12.115Z | Compiling idna v1.1.0 |
| 1940 | 2026-07-21T20:19:12.166Z | Compiling flagset v0.4.7 |
| 1941 | 2026-07-21T20:19:12.266Z | Compiling http-body v1.0.1 |
| 1942 | 2026-07-21T20:19:12.291Z | Compiling der v0.7.10 |
| 1943 | 2026-07-21T20:19:12.308Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-07-21T20:19:12.327Z | Compiling rustls-pki-types v1.14.0 |
| 1945 | 2026-07-21T20:19:12.436Z | Compiling url v2.5.8 |
| 1946 | 2026-07-21T20:19:12.762Z | Compiling usdt-impl v0.5.0 |
| 1947 | 2026-07-21T20:19:12.910Z | Compiling openssl-probe v0.2.1 |
| 1948 | 2026-07-21T20:19:13.106Z | Compiling fastrand v2.3.0 |
| 1949 | 2026-07-21T20:19:13.195Z | Compiling usdt-impl v0.6.0 |
| 1950 | 2026-07-21T20:19:13.236Z | Compiling cmov v0.5.4 |
| 1951 | 2026-07-21T20:19:13.330Z | Compiling paste v1.0.15 |
| 1952 | 2026-07-21T20:19:13.396Z | Compiling either v1.15.0 |
| 1953 | 2026-07-21T20:19:13.439Z | Compiling ref-cast v1.0.25 |
| 1954 | 2026-07-21T20:19:13.456Z | Compiling tinyvec_macros v0.1.1 |
| 1955 | 2026-07-21T20:19:13.488Z | Compiling ctutils v0.4.2 |
| 1956 | 2026-07-21T20:19:13.503Z | Compiling spki v0.7.3 |
| 1957 | 2026-07-21T20:19:13.540Z | Compiling tinyvec v1.10.0 |
| 1958 | 2026-07-21T20:19:13.735Z | Compiling rand v0.9.2 |
| 1959 | 2026-07-21T20:19:13.770Z | Compiling serde_spanned v0.6.9 |
| 1960 | 2026-07-21T20:19:13.843Z | Compiling toml_datetime v0.6.11 |
| 1961 | 2026-07-21T20:19:13.910Z | Compiling scroll v0.13.0 |
| 1962 | 2026-07-21T20:19:13.943Z | Compiling scroll v0.12.0 |
| 1963 | 2026-07-21T20:19:13.958Z | Compiling async-trait v0.1.89 |
| 1964 | 2026-07-21T20:19:13.974Z | Compiling heapless v0.7.17 |
| 1965 | 2026-07-21T20:19:14.099Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-07-21T20:19:14.134Z | Compiling tower-service v0.3.3 |
| 1967 | 2026-07-21T20:19:14.149Z | Compiling atomic-waker v1.1.2 |
| 1968 | 2026-07-21T20:19:14.196Z | Compiling litrs v1.0.0 |
| 1969 | 2026-07-21T20:19:14.226Z | Compiling signal-hook v0.3.18 |
| 1970 | 2026-07-21T20:19:14.245Z | Compiling tower-layer v0.3.3 |
| 1971 | 2026-07-21T20:19:14.260Z | Compiling rustix v0.38.44 |
| 1972 | 2026-07-21T20:19:14.263Z | Compiling try-lock v0.2.5 |
| 1973 | 2026-07-21T20:19:14.290Z | Compiling winnow v1.0.3 |
| 1974 | 2026-07-21T20:19:14.328Z | Compiling winnow v0.7.14 |
| 1975 | 2026-07-21T20:19:14.422Z | Compiling untrusted v0.7.1 |
| 1976 | 2026-07-21T20:19:14.437Z | Compiling cpufeatures v0.2.17 |
| 1977 | 2026-07-21T20:19:14.454Z | Compiling zstd-safe v7.2.4 |
| 1978 | 2026-07-21T20:19:14.526Z | Compiling want v0.3.1 |
| 1979 | 2026-07-21T20:19:14.552Z | Compiling goblin v0.8.2 |
| 1980 | 2026-07-21T20:19:14.613Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1981 | 2026-07-21T20:19:14.651Z | Compiling goblin v0.10.5 |
| 1982 | 2026-07-21T20:19:14.685Z | Compiling document-features v0.2.12 |
| 1983 | 2026-07-21T20:19:14.860Z | Compiling hybrid-array v0.4.13 |
| 1984 | 2026-07-21T20:19:15.182Z | Compiling tokio-util v0.7.18 |
| 1985 | 2026-07-21T20:19:15.217Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-07-21T20:19:15.237Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-07-21T20:19:15.371Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-07-21T20:19:15.696Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-07-21T20:19:15.785Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-07-21T20:19:15.802Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-07-21T20:19:15.861Z | Compiling winnow v0.5.40 |
| 1992 | 2026-07-21T20:19:15.946Z | Compiling h2 v0.4.15 |
| 1993 | 2026-07-21T20:19:15.960Z | Compiling httpdate v1.0.3 |
| 1994 | 2026-07-21T20:19:16.073Z | Compiling powerfmt v0.2.0 |
| 1995 | 2026-07-21T20:19:16.184Z | Compiling utf8parse v0.2.2 |
| 1996 | 2026-07-21T20:19:16.312Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-07-21T20:19:16.383Z | Compiling untrusted v0.9.0 |
| 1998 | 2026-07-21T20:19:16.533Z | Compiling foreign-types v0.3.2 |
| 1999 | 2026-07-21T20:19:16.582Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-07-21T20:19:16.616Z | Compiling deranged v0.5.8 |
| 2001 | 2026-07-21T20:19:16.721Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-07-21T20:19:16.922Z | Compiling dof v0.3.0 |
| 2003 | 2026-07-21T20:19:17.205Z | Compiling toml_edit v0.19.15 |
| 2004 | 2026-07-21T20:19:17.220Z | Compiling dtrace-parser v0.2.0 |
| 2005 | 2026-07-21T20:19:17.263Z | Compiling pkcs8 v0.10.2 |
| 2006 | 2026-07-21T20:19:17.519Z | Compiling dof v0.4.0 |
| 2007 | 2026-07-21T20:19:17.690Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-07-21T20:19:17.822Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-07-21T20:19:17.838Z | Compiling daft-derive v0.1.7 |
| 2010 | 2026-07-21T20:19:18.192Z | Compiling pin-project-internal v1.1.11 |
| 2011 | 2026-07-21T20:19:18.225Z | Compiling spin v0.9.8 |
| 2012 | 2026-07-21T20:19:18.244Z | Compiling thread-id v5.1.0 |
| 2013 | 2026-07-21T20:19:18.279Z | Compiling thread-id v4.2.2 |
| 2014 | 2026-07-21T20:19:18.435Z | Compiling num-bigint-dig v0.8.6 |
| 2015 | 2026-07-21T20:19:18.452Z | Compiling anstyle v1.0.14 |
| 2016 | 2026-07-21T20:19:18.581Z | Compiling smoltcp v0.9.1 |
| 2017 | 2026-07-21T20:19:18.658Z | Compiling cfg_aliases v0.2.1 |
| 2018 | 2026-07-21T20:19:18.678Z | Compiling num_threads v0.1.7 |
| 2019 | 2026-07-21T20:19:18.755Z | Compiling nix v0.31.2 |
| 2020 | 2026-07-21T20:19:18.792Z | Compiling time v0.3.47 |
| 2021 | 2026-07-21T20:19:18.921Z | Compiling darling v0.20.11 |
| 2022 | 2026-07-21T20:19:19.139Z | Compiling hyper v1.10.1 |
| 2023 | 2026-07-21T20:19:19.230Z | Compiling sha2 v0.10.9 |
| 2024 | 2026-07-21T20:19:19.247Z | Compiling ipnetwork v0.21.1 |
| 2025 | 2026-07-21T20:19:19.284Z | Compiling hmac v0.12.1 |
| 2026 | 2026-07-21T20:19:19.437Z | Compiling strum_macros v0.26.4 |
| 2027 | 2026-07-21T20:19:19.504Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-07-21T20:19:19.650Z | Compiling darling_core v0.23.0 |
| 2029 | 2026-07-21T20:19:19.702Z | Compiling sync_wrapper v1.0.2 |
| 2030 | 2026-07-21T20:19:19.805Z | Compiling wait-timeout v0.2.1 |
| 2031 | 2026-07-21T20:19:19.973Z | Compiling simd-adler32 v0.3.8 |
| 2032 | 2026-07-21T20:19:20.055Z | Compiling quick-error v1.2.3 |
| 2033 | 2026-07-21T20:19:20.180Z | Compiling colorchoice v1.0.4 |
| 2034 | 2026-07-21T20:19:20.197Z | Compiling is_terminal_polyfill v1.70.2 |
| 2035 | 2026-07-21T20:19:20.216Z | Compiling bit-vec v0.8.0 |
| 2036 | 2026-07-21T20:19:20.295Z | Compiling hyper-util v0.1.20 |
| 2037 | 2026-07-21T20:19:20.471Z | Compiling anstyle-query v1.1.5 |
| 2038 | 2026-07-21T20:19:20.615Z | Compiling siphasher v1.0.2 |
| 2039 | 2026-07-21T20:19:20.842Z | Compiling bit-set v0.8.0 |
| 2040 | 2026-07-21T20:19:21.011Z | Compiling rusty-fork v0.3.1 |
| 2041 | 2026-07-21T20:19:21.026Z | Compiling tower v0.5.3 |
| 2042 | 2026-07-21T20:19:21.670Z | Compiling derive_builder_core v0.20.2 |
| 2043 | 2026-07-21T20:19:21.761Z | Compiling darling_macro v0.23.0 |
| 2044 | 2026-07-21T20:19:21.812Z | Compiling http-body-util v0.1.3 |
| 2045 | 2026-07-21T20:19:21.828Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-07-21T20:19:21.847Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-07-21T20:19:21.910Z | Compiling snafu-derive v0.8.9 |
| 2048 | 2026-07-21T20:19:21.966Z | Compiling rand_xorshift v0.4.0 |
| 2049 | 2026-07-21T20:19:22.171Z | Compiling fs-err v3.3.0 |
| 2050 | 2026-07-21T20:19:22.226Z | Compiling ahash v0.8.12 |
| 2051 | 2026-07-21T20:19:22.329Z | Compiling object v0.37.3 |
| 2052 | 2026-07-21T20:19:22.333Z | Compiling allocator-api2 v0.2.21 |
| 2053 | 2026-07-21T20:19:22.490Z | Compiling unicode-properties v0.1.4 |
| 2054 | 2026-07-21T20:19:22.509Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-07-21T20:19:22.631Z | Compiling unicode-segmentation v1.12.0 |
| 2056 | 2026-07-21T20:19:22.644Z | Compiling unarray v0.1.4 |
| 2057 | 2026-07-21T20:19:22.705Z | Compiling iri-string v0.7.10 |
| 2058 | 2026-07-21T20:19:22.728Z | Compiling ryu v1.0.23 |
| 2059 | 2026-07-21T20:19:22.778Z | Compiling adler2 v2.0.1 |
| 2060 | 2026-07-21T20:19:22.940Z | Compiling miniz_oxide v0.8.9 |
| 2061 | 2026-07-21T20:19:22.944Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-07-21T20:19:22.981Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-07-21T20:19:23.004Z | Compiling proptest v1.10.0 |
| 2064 | 2026-07-21T20:19:23.219Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-07-21T20:19:23.400Z | Compiling darling v0.23.0 |
| 2066 | 2026-07-21T20:19:23.538Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-07-21T20:19:23.538Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-07-21T20:19:23.637Z | Compiling usdt-attr-macro v0.6.0 |
| 2069 | 2026-07-21T20:19:23.653Z | Compiling anstyle-parse v1.0.0 |
| 2070 | 2026-07-21T20:19:23.726Z | Compiling block-padding v0.4.2 |
| 2071 | 2026-07-21T20:19:23.742Z | Compiling block-buffer v0.12.1 |
| 2072 | 2026-07-21T20:19:23.783Z | Compiling crypto-common v0.2.2 |
| 2073 | 2026-07-21T20:19:23.890Z | Compiling tower-http v0.6.8 |
| 2074 | 2026-07-21T20:19:24.291Z | Compiling rustls-native-certs v0.8.3 |
| 2075 | 2026-07-21T20:19:24.331Z | Compiling rand_chacha v0.3.1 |
| 2076 | 2026-07-21T20:19:24.387Z | Compiling erased-serde v0.3.31 |
| 2077 | 2026-07-21T20:19:24.427Z | Compiling hex v0.4.3 |
| 2078 | 2026-07-21T20:19:24.432Z | Compiling signature v2.2.0 |
| 2079 | 2026-07-21T20:19:24.453Z | Compiling md-5 v0.10.6 |
| 2080 | 2026-07-21T20:19:24.506Z | Compiling bstr v1.12.1 |
| 2081 | 2026-07-21T20:19:24.601Z | Compiling num-integer v0.1.46 |
| 2082 | 2026-07-21T20:19:24.619Z | Compiling hash32 v0.2.1 |
| 2083 | 2026-07-21T20:19:24.623Z | Compiling vergen-lib v9.1.0 |
| 2084 | 2026-07-21T20:19:24.726Z | Compiling encoding_rs v0.8.35 |
| 2085 | 2026-07-21T20:19:24.813Z | Compiling zlib-rs v0.6.2 |
| 2086 | 2026-07-21T20:19:24.829Z | Compiling mime v0.3.17 |
| 2087 | 2026-07-21T20:19:24.910Z | Compiling fallible-iterator v0.2.0 |
| 2088 | 2026-07-21T20:19:24.930Z | Compiling cpufeatures v0.3.0 |
| 2089 | 2026-07-21T20:19:24.985Z | Compiling psl-types v2.0.11 |
| 2090 | 2026-07-21T20:19:25.049Z | Compiling newtype-uuid v1.3.2 |
| 2091 | 2026-07-21T20:19:25.109Z | Compiling publicsuffix v2.3.0 |
| 2092 | 2026-07-21T20:19:25.237Z | Compiling postgres-protocol v0.6.10 |
| 2093 | 2026-07-21T20:19:25.290Z | Compiling num-iter v0.1.45 |
| 2094 | 2026-07-21T20:19:25.546Z | Compiling rand v0.8.6 |
| 2095 | 2026-07-21T20:19:25.818Z | Compiling oxnet v0.1.6 |
| 2096 | 2026-07-21T20:19:25.888Z | Compiling inout v0.2.2 |
| 2097 | 2026-07-21T20:19:25.951Z | Compiling anstream v1.0.0 |
| 2098 | 2026-07-21T20:19:25.967Z | Compiling derive_builder v0.20.2 |
| 2099 | 2026-07-21T20:19:26.003Z | Compiling hyper-tls v0.6.0 |
| 2100 | 2026-07-21T20:19:26.086Z | Compiling serde_with_macros v3.21.0 |
| 2101 | 2026-07-21T20:19:26.106Z | Compiling heck v0.4.1 |
| 2102 | 2026-07-21T20:19:26.196Z | Compiling phf_shared v0.13.1 |
| 2103 | 2026-07-21T20:19:26.230Z | Compiling pin-project v1.1.11 |
| 2104 | 2026-07-21T20:19:26.281Z | Compiling lazy_static v1.5.0 |
| 2105 | 2026-07-21T20:19:26.296Z | Compiling anstyle-parse v0.2.7 |
| 2106 | 2026-07-21T20:19:26.415Z | Compiling terminal_size v0.4.3 |
| 2107 | 2026-07-21T20:19:26.449Z | Compiling futures-executor v0.3.32 |
| 2108 | 2026-07-21T20:19:26.464Z | Compiling enum-as-inner v0.6.1 |
| 2109 | 2026-07-21T20:19:26.495Z | Compiling serde_repr v0.1.20 |
| 2110 | 2026-07-21T20:19:26.498Z | Compiling async-recursion v1.1.1 |
| 2111 | 2026-07-21T20:19:26.548Z | Compiling clap_derive v4.6.1 |
| 2112 | 2026-07-21T20:19:26.716Z | Compiling ff v0.13.1 |
| 2113 | 2026-07-21T20:19:26.779Z | Compiling vergen v9.1.0 |
| 2114 | 2026-07-21T20:19:26.794Z | Compiling cargo-platform v0.3.2 |
| 2115 | 2026-07-21T20:19:26.869Z | Compiling flate2 v1.1.9 |
| 2116 | 2026-07-21T20:19:27.009Z | Compiling managed v0.8.0 |
| 2117 | 2026-07-21T20:19:27.064Z | Compiling bumpalo v3.20.2 |
| 2118 | 2026-07-21T20:19:27.109Z | Compiling libbz2-rs-sys v0.2.2 |
| 2119 | 2026-07-21T20:19:27.112Z | Compiling same-file v1.0.6 |
| 2120 | 2026-07-21T20:19:27.173Z | Compiling foldhash v0.1.5 |
| 2121 | 2026-07-21T20:19:27.242Z | Compiling foldhash v0.2.0 |
| 2122 | 2026-07-21T20:19:27.338Z | Compiling base16ct v0.2.0 |
| 2123 | 2026-07-21T20:19:27.377Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-07-21T20:19:27.464Z | Compiling clap_lex v1.0.0 |
| 2125 | 2026-07-21T20:19:27.481Z | Compiling sec1 v0.7.3 |
| 2126 | 2026-07-21T20:19:27.530Z | Compiling bzip2 v0.6.1 |
| 2127 | 2026-07-21T20:19:27.667Z | Compiling clap_builder v4.6.0 |
| 2128 | 2026-07-21T20:19:27.691Z | Compiling hashbrown v0.16.1 |
| 2129 | 2026-07-21T20:19:27.707Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-07-21T20:19:27.782Z | Compiling zopfli v0.8.3 |
| 2131 | 2026-07-21T20:19:27.952Z | Compiling walkdir v2.5.0 |
| 2132 | 2026-07-21T20:19:28.243Z | Compiling cargo_metadata v0.23.1 |
| 2133 | 2026-07-21T20:19:28.259Z | Compiling group v0.13.0 |
| 2134 | 2026-07-21T20:19:28.309Z | Compiling futures v0.3.32 |
| 2135 | 2026-07-21T20:19:28.448Z | Compiling anstream v0.6.21 |
| 2136 | 2026-07-21T20:19:28.534Z | Compiling phf v0.13.1 |
| 2137 | 2026-07-21T20:19:28.748Z | Compiling zstd v0.13.3 |
| 2138 | 2026-07-21T20:19:28.768Z | Compiling snafu v0.8.9 |
| 2139 | 2026-07-21T20:19:29.012Z | Compiling reqwest v0.12.28 |
| 2140 | 2026-07-21T20:19:29.115Z | Compiling daft v0.1.7 |
| 2141 | 2026-07-21T20:19:29.173Z | Compiling signal-hook-mio v0.2.5 |
| 2142 | 2026-07-21T20:19:29.402Z | Compiling cipher v0.5.2 |
| 2143 | 2026-07-21T20:19:29.418Z | Compiling cookie_store v0.22.1 |
| 2144 | 2026-07-21T20:19:29.477Z | Compiling postgres-types v0.2.12 |
| 2145 | 2026-07-21T20:19:29.619Z | Compiling bzip2 v0.4.4 |
| 2146 | 2026-07-21T20:19:29.704Z | Compiling globset v0.4.18 |
| 2147 | 2026-07-21T20:19:29.747Z | Compiling ed25519 v2.2.3 |
| 2148 | 2026-07-21T20:19:29.833Z | Compiling strum v0.27.2 |
| 2149 | 2026-07-21T20:19:30.008Z | Compiling hubpack v0.1.2 |
| 2150 | 2026-07-21T20:19:30.074Z | Compiling phf_shared v0.11.3 |
| 2151 | 2026-07-21T20:19:30.077Z | Compiling hkdf v0.12.4 |
| 2152 | 2026-07-21T20:19:30.077Z | Compiling crossbeam-epoch v0.9.18 |
| 2153 | 2026-07-21T20:19:30.147Z | Compiling pkcs1 v0.7.5 |
| 2154 | 2026-07-21T20:19:30.186Z | Compiling olpc-cjson v0.1.4 |
| 2155 | 2026-07-21T20:19:30.362Z | Compiling pem v3.0.6 |
| 2156 | 2026-07-21T20:19:30.475Z | Compiling serde-big-array v0.5.1 |
| 2157 | 2026-07-21T20:19:30.507Z | Compiling serde_plain v1.0.2 |
| 2158 | 2026-07-21T20:19:30.630Z | Compiling crypto-bigint v0.5.5 |
| 2159 | 2026-07-21T20:19:30.686Z | Compiling float-cmp v0.10.0 |
| 2160 | 2026-07-21T20:19:30.704Z | Compiling memmap2 v0.9.10 |
| 2161 | 2026-07-21T20:19:30.719Z | Compiling env_filter v1.0.0 |
| 2162 | 2026-07-21T20:19:30.735Z | Compiling normalize-line-endings v0.3.0 |
| 2163 | 2026-07-21T20:19:30.859Z | Compiling fixedbitset v0.5.7 |
| 2164 | 2026-07-21T20:19:30.879Z | Compiling new_debug_unreachable v1.0.6 |
| 2165 | 2026-07-21T20:19:30.928Z | Compiling keccak v0.1.6 |
| 2166 | 2026-07-21T20:19:30.962Z | Compiling difflib v0.4.0 |
| 2167 | 2026-07-21T20:19:31.030Z | Compiling typed-path v0.9.3 |
| 2168 | 2026-07-21T20:19:31.044Z | Compiling precomputed-hash v0.1.1 |
| 2169 | 2026-07-21T20:19:31.137Z | Compiling data-encoding v2.10.0 |
| 2170 | 2026-07-21T20:19:31.167Z | Compiling static_assertions v1.1.0 |
| 2171 | 2026-07-21T20:19:31.172Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2026-07-21T20:19:31.251Z | Compiling predicates-core v1.0.10 |
| 2173 | 2026-07-21T20:19:31.255Z | Compiling const-oid v0.10.2 |
| 2174 | 2026-07-21T20:19:31.396Z | Compiling whoami v2.1.0 |
| 2175 | 2026-07-21T20:19:31.415Z | Compiling toml_write v0.1.2 |
| 2176 | 2026-07-21T20:19:31.434Z | Compiling jiff v0.2.21 |
| 2177 | 2026-07-21T20:19:31.482Z | Compiling digest v0.11.3 |
| 2178 | 2026-07-21T20:19:31.517Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-07-21T20:19:31.538Z | Compiling elliptic-curve v0.13.8 |
| 2180 | 2026-07-21T20:19:31.631Z | Compiling tokio-postgres v0.7.16 |
| 2181 | 2026-07-21T20:19:31.648Z | Compiling toml_edit v0.22.27 |
| 2182 | 2026-07-21T20:19:31.681Z | Compiling predicates v3.1.4 |
| 2183 | 2026-07-21T20:19:31.703Z | Compiling petgraph v0.6.5 |
| 2184 | 2026-07-21T20:19:31.719Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2185 | 2026-07-21T20:19:31.742Z | Compiling chacha20 v0.10.0 |
| 2186 | 2026-07-21T20:19:31.902Z | Compiling string_cache v0.8.9 |
| 2187 | 2026-07-21T20:19:32.024Z | Compiling sha3 v0.10.8 |
| 2188 | 2026-07-21T20:19:32.046Z | Compiling petgraph v0.8.3 |
| 2189 | 2026-07-21T20:19:32.199Z | Compiling env_logger v0.11.9 |
| 2190 | 2026-07-21T20:19:32.266Z | Compiling usdt v0.6.0 |
| 2191 | 2026-07-21T20:19:33.222Z | Compiling rsa v0.9.10 |
| 2192 | 2026-07-21T20:19:33.992Z | Compiling ed25519-dalek v2.2.0 |
| 2193 | 2026-07-21T20:19:34.015Z | Compiling zip v0.6.6 |
| 2194 | 2026-07-21T20:19:34.126Z | Compiling zip v4.6.1 |
| 2195 | 2026-07-21T20:19:34.300Z | Compiling iddqd v0.4.2 |
| 2196 | 2026-07-21T20:19:34.482Z | Compiling crossterm v0.28.1 |
| 2197 | 2026-07-21T20:19:34.503Z | Compiling clap v4.6.1 |
| 2198 | 2026-07-21T20:19:34.596Z | Compiling serde_with v3.21.0 |
| 2199 | 2026-07-21T20:19:34.866Z | Compiling similar v2.7.0 |
| 2200 | 2026-07-21T20:19:34.948Z | Compiling byte-wrapper v0.1.0 |
| 2201 | 2026-07-21T20:19:35.041Z | Compiling strum v0.26.3 |
| 2202 | 2026-07-21T20:19:35.151Z | Compiling toml v0.7.8 |
| 2203 | 2026-07-21T20:19:35.180Z | Compiling tokio-stream v0.1.18 |
| 2204 | 2026-07-21T20:19:35.262Z | Compiling buf-list v1.1.2 |
| 2205 | 2026-07-21T20:19:35.532Z | Compiling x509-cert v0.2.5 |
| 2206 | 2026-07-21T20:19:35.565Z | Compiling itertools v0.13.0 |
| 2207 | 2026-07-21T20:19:35.646Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2208 | 2026-07-21T20:19:35.921Z | Compiling openapiv3 v2.2.0 |
| 2209 | 2026-07-21T20:19:36.273Z | Compiling lalrpop-util v0.19.12 |
| 2210 | 2026-07-21T20:19:36.480Z | Compiling peg-runtime v0.8.5 |
| 2211 | 2026-07-21T20:19:52.348Z | Compiling rustls-webpki v0.103.13 |
| 2212 | 2026-07-21T20:19:53.741Z | Compiling macaddr v1.0.1 |
| 2213 | 2026-07-21T20:19:53.756Z | Compiling structmeta-derive v0.3.0 |
| 2214 | 2026-07-21T20:19:53.855Z | Compiling darling_core v0.21.3 |
| 2215 | 2026-07-21T20:19:53.956Z | Compiling crucible-workspace-hack v0.1.0 |
| 2216 | 2026-07-21T20:19:53.972Z | Compiling rayon-core v1.13.0 |
| 2217 | 2026-07-21T20:19:54.040Z | Compiling itertools v0.14.0 |
| 2218 | 2026-07-21T20:19:54.218Z | Compiling secrecy v0.10.3 |
| 2219 | 2026-07-21T20:19:54.235Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2220 | 2026-07-21T20:19:54.277Z | Compiling heapless v0.8.0 |
| 2221 | 2026-07-21T20:19:54.374Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2222 | 2026-07-21T20:19:54.410Z | Compiling crossbeam-deque v0.8.6 |
| 2223 | 2026-07-21T20:19:54.483Z | Compiling inout v0.1.4 |
| 2224 | 2026-07-21T20:19:54.561Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2225 | 2026-07-21T20:19:54.625Z | Compiling hash32 v0.3.1 |
| 2226 | 2026-07-21T20:19:54.654Z | Compiling multer v3.1.0 |
| 2227 | 2026-07-21T20:19:54.670Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2228 | 2026-07-21T20:19:54.673Z | Compiling thread_local v1.1.9 |
| 2229 | 2026-07-21T20:19:54.764Z | Compiling structmeta v0.3.0 |
| 2230 | 2026-07-21T20:19:54.795Z | Compiling unicode-width v0.2.0 |
| 2231 | 2026-07-21T20:19:54.809Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-07-21T20:19:54.856Z | Compiling slog-async v2.8.0 |
| 2233 | 2026-07-21T20:19:54.881Z | Compiling compression-core v0.4.31 |
| 2234 | 2026-07-21T20:19:54.990Z | Compiling match_cfg v0.1.0 |
| 2235 | 2026-07-21T20:19:55.032Z | Compiling smoltcp v0.11.0 |
| 2236 | 2026-07-21T20:19:55.078Z | Compiling hostname v0.3.1 |
| 2237 | 2026-07-21T20:19:55.095Z | Compiling compression-codecs v0.4.37 |
| 2238 | 2026-07-21T20:19:55.099Z | Compiling derive-ex v0.1.8 |
| 2239 | 2026-07-21T20:19:55.131Z | Compiling proc-macro-crate v3.4.0 |
| 2240 | 2026-07-21T20:19:55.282Z | Compiling cipher v0.4.4 |
| 2241 | 2026-07-21T20:19:55.397Z | Compiling atomicwrites v0.4.4 |
| 2242 | 2026-07-21T20:19:55.486Z | Compiling slog-json v2.6.1 |
| 2243 | 2026-07-21T20:19:55.502Z | Compiling crossbeam-channel v0.5.15 |
| 2244 | 2026-07-21T20:19:55.551Z | Compiling half v2.7.1 |
| 2245 | 2026-07-21T20:19:55.573Z | Compiling newtype-uuid-macros v0.1.0 |
| 2246 | 2026-07-21T20:19:55.689Z | Compiling cobs v0.3.0 |
| 2247 | 2026-07-21T20:19:55.758Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2248 | 2026-07-21T20:19:55.775Z | Compiling universal-hash v0.5.1 |
| 2249 | 2026-07-21T20:19:55.918Z | Compiling tokio-rustls v0.26.4 |
| 2250 | 2026-07-21T20:19:55.938Z | Compiling rustls-platform-verifier v0.6.2 |
| 2251 | 2026-07-21T20:19:55.969Z | Compiling tough v0.22.0 |
| 2252 | 2026-07-21T20:19:55.985Z | Compiling darling_macro v0.21.3 |
| 2253 | 2026-07-21T20:19:56.157Z | Compiling hyper-rustls v0.27.7 |
| 2254 | 2026-07-21T20:19:56.194Z | Compiling async-stream-impl v0.3.6 |
| 2255 | 2026-07-21T20:19:56.215Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2256 | 2026-07-21T20:19:56.327Z | Compiling serde_spanned v1.1.1 |
| 2257 | 2026-07-21T20:19:56.478Z | Compiling reqwest v0.13.2 |
| 2258 | 2026-07-21T20:19:56.496Z | Compiling darling v0.21.3 |
| 2259 | 2026-07-21T20:19:56.512Z | Compiling is-terminal v0.4.17 |
| 2260 | 2026-07-21T20:19:56.596Z | Compiling ingot-macros v0.1.1 |
| 2261 | 2026-07-21T20:19:56.635Z | Compiling dropshot v0.17.1 |
| 2262 | 2026-07-21T20:19:56.639Z | Compiling proc-macro-error-attr v1.0.4 |
| 2263 | 2026-07-21T20:19:56.667Z | Compiling opaque-debug v0.3.1 |
| 2264 | 2026-07-21T20:19:56.757Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2265 | 2026-07-21T20:19:56.801Z | Compiling ciborium-io v0.2.2 |
| 2266 | 2026-07-21T20:19:56.817Z | Compiling convert_case v0.4.0 |
| 2267 | 2026-07-21T20:19:56.855Z | Compiling take_mut v0.2.2 |
| 2268 | 2026-07-21T20:19:56.871Z | Compiling term v1.2.1 |
| 2269 | 2026-07-21T20:19:56.889Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2270 | 2026-07-21T20:19:56.920Z | Compiling ciborium-ll v0.2.2 |
| 2271 | 2026-07-21T20:19:57.151Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2272 | 2026-07-21T20:19:57.167Z | Compiling derive_more v0.99.20 |
| 2273 | 2026-07-21T20:19:57.189Z | Compiling thiserror-no-std v2.0.2 |
| 2274 | 2026-07-21T20:19:57.225Z | Compiling slog-term v2.9.2 |
| 2275 | 2026-07-21T20:19:57.302Z | Compiling async-stream v0.3.6 |
| 2276 | 2026-07-21T20:19:57.371Z | Compiling poly1305 v0.8.0 |
| 2277 | 2026-07-21T20:19:57.514Z | Compiling test-strategy v0.4.5 |
| 2278 | 2026-07-21T20:19:57.942Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2279 | 2026-07-21T20:19:58.023Z | Compiling postcard v1.1.3 |
| 2280 | 2026-07-21T20:19:58.249Z | Compiling slog-bunyan v2.5.0 |
| 2281 | 2026-07-21T20:19:58.429Z | Compiling num_enum_derive v0.7.6 |
| 2282 | 2026-07-21T20:19:58.457Z | Compiling chacha20 v0.9.1 |
| 2283 | 2026-07-21T20:19:58.706Z | Compiling async-compression v0.4.41 |
| 2284 | 2026-07-21T20:19:58.727Z | Compiling parse-display-derive v0.10.0 |
| 2285 | 2026-07-21T20:19:58.841Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2286 | 2026-07-21T20:19:59.182Z | Compiling sha1 v0.11.0 |
| 2287 | 2026-07-21T20:19:59.252Z | Compiling ingot-types v0.1.2 |
| 2288 | 2026-07-21T20:19:59.398Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2289 | 2026-07-21T20:19:59.429Z | Compiling proc-macro-crate v1.3.1 |
| 2290 | 2026-07-21T20:19:59.565Z | Compiling waitgroup v0.1.2 |
| 2291 | 2026-07-21T20:19:59.621Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2292 | 2026-07-21T20:19:59.735Z | Compiling ingot v0.1.1 |
| 2293 | 2026-07-21T20:19:59.750Z | Compiling backon v1.6.0 |
| 2294 | 2026-07-21T20:19:59.767Z | Compiling password-hash v0.5.0 |
| 2295 | 2026-07-21T20:19:59.770Z | Compiling rustls-pemfile v2.2.0 |
| 2296 | 2026-07-21T20:19:59.800Z | Compiling dropshot_endpoint v0.17.1 |
| 2297 | 2026-07-21T20:19:59.803Z | Compiling blake2 v0.10.6 |
| 2298 | 2026-07-21T20:19:59.832Z | Compiling aead v0.5.2 |
| 2299 | 2026-07-21T20:19:59.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2300 | 2026-07-21T20:20:00.029Z | Compiling foreign-types-macros v0.2.3 |
| 2301 | 2026-07-21T20:20:00.047Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2302 | 2026-07-21T20:20:00.066Z | Compiling serde_path_to_error v0.1.20 |
| 2303 | 2026-07-21T20:20:00.083Z | Compiling hostname v0.4.2 |
| 2304 | 2026-07-21T20:20:00.222Z | Compiling proc-macro-error v1.0.4 |
| 2305 | 2026-07-21T20:20:00.238Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2306 | 2026-07-21T20:20:00.267Z | Compiling instant v0.1.13 |
| 2307 | 2026-07-21T20:20:00.339Z | Compiling foreign-types-shared v0.3.1 |
| 2308 | 2026-07-21T20:20:00.400Z | Compiling debug-ignore v1.0.5 |
| 2309 | 2026-07-21T20:20:00.481Z | Compiling backoff v0.4.0 |
| 2310 | 2026-07-21T20:20:00.497Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-07-21T20:20:00.527Z | Compiling parse-display v0.10.0 |
| 2312 | 2026-07-21T20:20:00.541Z | Compiling argon2 v0.5.3 |
| 2313 | 2026-07-21T20:20:00.567Z | Compiling chacha20poly1305 v0.10.1 |
| 2314 | 2026-07-21T20:20:00.587Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2315 | 2026-07-21T20:20:00.654Z | Compiling foreign-types v0.5.0 |
| 2316 | 2026-07-21T20:20:00.715Z | Compiling num_enum_derive v0.5.11 |
| 2317 | 2026-07-21T20:20:00.732Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2318 | 2026-07-21T20:20:00.748Z | Compiling num_enum v0.7.6 |
| 2319 | 2026-07-21T20:20:00.751Z | Compiling vsss-rs v3.3.4 |
| 2320 | 2026-07-21T20:20:00.777Z | Compiling ciborium v0.2.2 |
| 2321 | 2026-07-21T20:20:01.073Z | Compiling tabwriter v1.4.1 |
| 2322 | 2026-07-21T20:20:01.088Z | Compiling regress v0.10.5 |
| 2323 | 2026-07-21T20:20:01.324Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-07-21T20:20:01.369Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2325 | 2026-07-21T20:20:01.395Z | Compiling cstr-argument v0.1.2 |
| 2326 | 2026-07-21T20:20:01.458Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2327 | 2026-07-21T20:20:01.481Z | Compiling humantime v2.3.0 |
| 2328 | 2026-07-21T20:20:01.581Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-07-21T20:20:01.596Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2330 | 2026-07-21T20:20:01.683Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2331 | 2026-07-21T20:20:01.721Z | Compiling num_enum v0.5.11 |
| 2332 | 2026-07-21T20:20:01.737Z | Compiling rayon v1.11.0 |
| 2333 | 2026-07-21T20:20:01.797Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2334 | 2026-07-21T20:20:01.861Z | Compiling rand v0.10.1 |
| 2335 | 2026-07-21T20:20:01.875Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2336 | 2026-07-21T20:20:01.930Z | Compiling libefi-sys v0.1.0 |
| 2337 | 2026-07-21T20:20:01.946Z | Compiling colored v3.1.1 |
| 2338 | 2026-07-21T20:20:01.950Z | Compiling indent_write v2.2.0 |
| 2339 | 2026-07-21T20:20:01.950Z | Compiling zone_cfg_derive v0.3.1 |
| 2340 | 2026-07-21T20:20:01.992Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2341 | 2026-07-21T20:20:02.013Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2342 | 2026-07-21T20:20:02.150Z | Compiling camino-tempfile v1.4.1 |
| 2343 | 2026-07-21T20:20:02.204Z | Compiling itertools v0.12.1 |
| 2344 | 2026-07-21T20:20:02.255Z | Compiling usdt-macro v0.5.0 |
| 2345 | 2026-07-21T20:20:02.269Z | Compiling usdt-attr-macro v0.5.0 |
| 2346 | 2026-07-21T20:20:02.334Z | Compiling bitfield-struct v0.6.2 |
| 2347 | 2026-07-21T20:20:02.350Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-07-21T20:20:02.600Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2349 | 2026-07-21T20:20:02.668Z | Compiling blake3 v1.8.5 |
| 2350 | 2026-07-21T20:20:02.726Z | Compiling sigpipe v0.1.3 |
| 2351 | 2026-07-21T20:20:02.742Z | Compiling memmap v0.7.0 |
| 2352 | 2026-07-21T20:20:02.842Z | Compiling swrite v0.1.0 |
| 2353 | 2026-07-21T20:20:02.893Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2354 | 2026-07-21T20:20:02.971Z | Compiling glob v0.3.3 |
| 2355 | 2026-07-21T20:20:02.990Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2356 | 2026-07-21T20:20:02.993Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-07-21T20:20:03.040Z | Compiling usdt v0.5.0 |
| 2358 | 2026-07-21T20:20:03.278Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2359 | 2026-07-21T20:20:03.349Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2360 | 2026-07-21T20:20:03.364Z | Compiling smf v0.2.3 |
| 2361 | 2026-07-21T20:20:03.381Z | Compiling filetime v0.2.27 |
| 2362 | 2026-07-21T20:20:03.452Z | Compiling constant_time_eq v0.4.2 |
| 2363 | 2026-07-21T20:20:03.569Z | Compiling zone v0.3.1 |
| 2364 | 2026-07-21T20:20:03.587Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2365 | 2026-07-21T20:20:03.604Z | Compiling arrayvec v0.7.6 |
| 2366 | 2026-07-21T20:20:03.657Z | Compiling xattr v1.6.1 |
| 2367 | 2026-07-21T20:20:03.674Z | Compiling whoami v1.6.1 |
| 2368 | 2026-07-21T20:20:03.691Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-07-21T20:20:03.693Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-07-21T20:20:03.723Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2371 | 2026-07-21T20:20:03.786Z | Compiling tokio-dtrace v0.1.1 |
| 2372 | 2026-07-21T20:20:03.875Z | Compiling tar v0.4.46 |
| 2373 | 2026-07-21T20:20:03.917Z | Compiling console v0.16.2 |
| 2374 | 2026-07-21T20:20:03.939Z | Compiling gethostname v0.5.0 |
| 2375 | 2026-07-21T20:20:03.990Z | Compiling topological-sort v0.2.2 |
| 2376 | 2026-07-21T20:20:04.102Z | Compiling unit-prefix v0.5.2 |
| 2377 | 2026-07-21T20:20:04.133Z | Compiling oxide-tokio-rt v0.1.4 |
| 2378 | 2026-07-21T20:20:04.152Z | Compiling toml v0.8.23 |
| 2379 | 2026-07-21T20:20:04.277Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2380 | 2026-07-21T20:20:04.382Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2381 | 2026-07-21T20:20:04.514Z | Compiling indicatif v0.18.4 |
| 2382 | 2026-07-21T20:20:04.530Z | Compiling shell-words v1.1.1 |
| 2383 | 2026-07-21T20:20:13.822Z | Compiling progenitor-client v0.14.0 |
| 2384 | 2026-07-21T20:20:13.822Z | Compiling omicron-zone-package v0.12.3 |
| 2385 | 2026-07-21T20:20:14.071Z | Compiling progenitor-extras v0.2.0 |
| 2386 | 2026-07-21T20:20:14.416Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2387 | 2026-07-21T20:20:14.453Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2388 | 2026-07-21T20:20:14.521Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2389 | 2026-07-21T20:20:14.581Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2390 | 2026-07-21T20:20:14.606Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2391 | 2026-07-21T20:20:14.742Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2392 | 2026-07-21T20:20:14.774Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2393 | 2026-07-21T20:20:14.884Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2394 | 2026-07-21T20:20:15.294Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2395 | 2026-07-21T20:20:19.245Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2396 | 2026-07-21T20:20:27.236Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2397 | 2026-07-21T20:20:30.375Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2398 | 2026-07-21T20:20:31.406Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2399 | 2026-07-21T20:20:40.853Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2400 | 2026-07-21T20:20:40.999Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2401 | 2026-07-21T20:20:41.061Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2402 | 2026-07-21T20:20:41.064Z | Created new build target 'test' and set it as active |
| 2403 | 2026-07-21T20:20:41.064Z | |
| 2404 | 2026-07-21T20:20:41.064Z | real 1:40.191765328 |
| 2405 | 2026-07-21T20:20:41.064Z | user 16:26.452169720 |
| 2406 | 2026-07-21T20:20:41.064Z | sys 2:34.399897751 |
| 2407 | 2026-07-21T20:20:41.064Z | trap 0.468293043 |
| 2408 | 2026-07-21T20:20:41.064Z | tflt 2.331911042 |
| 2409 | 2026-07-21T20:20:41.064Z | dflt 3.938974365 |
| 2410 | 2026-07-21T20:20:41.064Z | kflt 0.000596310 |
| 2411 | 2026-07-21T20:20:41.064Z | lock 51:39.884285238 |
| 2412 | 2026-07-21T20:20:41.064Z | slp 42:11.529065188 |
| 2413 | 2026-07-21T20:20:41.064Z | lat 44.684567045 |
| 2414 | 2026-07-21T20:20:41.064Z | stop 5:19.632021301 |
| 2415 | 2026-07-21T20:20:41.064Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2416 | 2026-07-21T20:20:41.916Z | Finished `release` profile [optimized] target(s) in 0.84s |
| 2417 | 2026-07-21T20:20:41.989Z | Running `target/release/omicron-package -t test package` |
| 2418 | 2026-07-21T20:20:42.045Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2419 | 2026-07-21T20:20:43.435Z | Compiling heck v0.5.0 |
| 2420 | 2026-07-21T20:20:43.435Z | Compiling regress v0.11.1 |
| 2421 | 2026-07-21T20:20:43.674Z | Compiling unsafe-libyaml v0.2.11 |
| 2422 | 2026-07-21T20:20:43.690Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2423 | 2026-07-21T20:20:43.713Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2424 | 2026-07-21T20:20:43.732Z | Compiling derive-where v1.6.0 |
| 2425 | 2026-07-21T20:20:43.751Z | Compiling bytecount v0.6.9 |
| 2426 | 2026-07-21T20:20:43.754Z | Compiling atomicwrites v0.4.4 |
| 2427 | 2026-07-21T20:20:43.754Z | Compiling is-terminal v0.4.17 |
| 2428 | 2026-07-21T20:20:43.754Z | Compiling prettyplease v0.2.37 |
| 2429 | 2026-07-21T20:20:43.828Z | Compiling console v0.15.11 |
| 2430 | 2026-07-21T20:20:43.831Z | Compiling newline-converter v0.3.0 |
| 2431 | 2026-07-21T20:20:43.831Z | Compiling slog-dtrace v0.3.0 |
| 2432 | 2026-07-21T20:20:43.887Z | Compiling resolv-conf v0.7.6 |
| 2433 | 2026-07-21T20:20:43.891Z | Compiling num-rational v0.4.2 |
| 2434 | 2026-07-21T20:20:43.929Z | Compiling num-complex v0.4.6 |
| 2435 | 2026-07-21T20:20:43.954Z | Compiling thread_local v1.1.9 |
| 2436 | 2026-07-21T20:20:43.957Z | Compiling match_cfg v0.1.0 |
| 2437 | 2026-07-21T20:20:43.996Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2438 | 2026-07-21T20:20:44.016Z | Compiling unicode-width v0.1.14 |
| 2439 | 2026-07-21T20:20:44.068Z | Compiling cancel-safe-futures v0.1.5 |
| 2440 | 2026-07-21T20:20:44.088Z | Compiling compression-core v0.4.31 |
| 2441 | 2026-07-21T20:20:44.171Z | Compiling serde_yaml v0.9.34+deprecated |
| 2442 | 2026-07-21T20:20:44.218Z | Compiling expectorate v1.2.0 |
| 2443 | 2026-07-21T20:20:44.258Z | Compiling compression-codecs v0.4.37 |
| 2444 | 2026-07-21T20:20:44.345Z | Compiling num v0.4.3 |
| 2445 | 2026-07-21T20:20:44.364Z | Compiling hostname v0.3.1 |
| 2446 | 2026-07-21T20:20:44.388Z | Compiling multer v3.1.0 |
| 2447 | 2026-07-21T20:20:44.411Z | Compiling slog-async v2.8.0 |
| 2448 | 2026-07-21T20:20:44.442Z | Compiling crossbeam-channel v0.5.15 |
| 2449 | 2026-07-21T20:20:44.463Z | Compiling slog-json v2.6.1 |
| 2450 | 2026-07-21T20:20:44.466Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2451 | 2026-07-21T20:20:44.505Z | Compiling serde_spanned v1.1.1 |
| 2452 | 2026-07-21T20:20:44.528Z | Compiling take_mut v0.2.2 |
| 2453 | 2026-07-21T20:20:44.532Z | Compiling linked-hash-map v0.5.6 |
| 2454 | 2026-07-21T20:20:44.532Z | Compiling term v1.2.1 |
| 2455 | 2026-07-21T20:20:44.665Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2456 | 2026-07-21T20:20:44.688Z | Compiling float-ord v0.3.2 |
| 2457 | 2026-07-21T20:20:44.691Z | Compiling slog-bunyan v2.5.0 |
| 2458 | 2026-07-21T20:20:44.775Z | Compiling lru-cache v0.1.2 |
| 2459 | 2026-07-21T20:20:44.796Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2460 | 2026-07-21T20:20:44.869Z | Compiling slog-term v2.9.2 |
| 2461 | 2026-07-21T20:20:44.905Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2462 | 2026-07-21T20:20:44.926Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2463 | 2026-07-21T20:20:44.929Z | Compiling async-compression v0.4.41 |
| 2464 | 2026-07-21T20:20:44.990Z | Compiling oxide-update-engine-types v0.1.2 |
| 2465 | 2026-07-21T20:20:45.096Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2466 | 2026-07-21T20:20:45.116Z | Compiling dropshot v0.17.1 |
| 2467 | 2026-07-21T20:20:45.181Z | Compiling typify-impl v0.6.2 |
| 2468 | 2026-07-21T20:20:45.240Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2469 | 2026-07-21T20:20:45.302Z | Compiling async-stream v0.3.6 |
| 2470 | 2026-07-21T20:20:45.366Z | Compiling sha1 v0.11.0 |
| 2471 | 2026-07-21T20:20:45.419Z | Compiling progenitor-client v0.14.0 |
| 2472 | 2026-07-21T20:20:45.423Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2473 | 2026-07-21T20:20:45.459Z | Compiling waitgroup v0.1.2 |
| 2474 | 2026-07-21T20:20:45.495Z | Compiling rustls-pemfile v2.2.0 |
| 2475 | 2026-07-21T20:20:45.618Z | Compiling backon v1.6.0 |
| 2476 | 2026-07-21T20:20:45.639Z | Compiling hostname v0.4.2 |
| 2477 | 2026-07-21T20:20:45.662Z | Compiling serde_path_to_error v0.1.20 |
| 2478 | 2026-07-21T20:20:45.708Z | Compiling instant v0.1.13 |
| 2479 | 2026-07-21T20:20:45.729Z | Compiling debug-ignore v1.0.5 |
| 2480 | 2026-07-21T20:20:45.757Z | Compiling minimal-lexical v0.2.1 |
| 2481 | 2026-07-21T20:20:45.806Z | Compiling linear-map v1.2.0 |
| 2482 | 2026-07-21T20:20:45.847Z | Compiling backoff v0.4.0 |
| 2483 | 2026-07-21T20:20:45.850Z | Compiling progenitor-extras v0.2.0 |
| 2484 | 2026-07-21T20:20:45.890Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2485 | 2026-07-21T20:20:46.032Z | Compiling nom v7.1.3 |
| 2486 | 2026-07-21T20:20:46.054Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2487 | 2026-07-21T20:20:46.057Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2488 | 2026-07-21T20:20:46.057Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2489 | 2026-07-21T20:20:46.138Z | Compiling parse-display v0.10.0 |
| 2490 | 2026-07-21T20:20:46.159Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2491 | 2026-07-21T20:20:46.361Z | Compiling oxide-update-engine v0.1.2 |
| 2492 | 2026-07-21T20:20:46.419Z | Compiling hickory-proto v0.24.4 |
| 2493 | 2026-07-21T20:20:46.822Z | Compiling regress v0.10.5 |
| 2494 | 2026-07-21T20:20:47.022Z | Compiling macaddr v1.0.1 |
| 2495 | 2026-07-21T20:20:47.285Z | Compiling humantime v2.3.0 |
| 2496 | 2026-07-21T20:20:47.390Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-07-21T20:20:47.570Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2498 | 2026-07-21T20:20:47.570Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-07-21T20:20:47.695Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-07-21T20:20:47.770Z | Compiling owo-colors v4.3.0 |
| 2501 | 2026-07-21T20:20:47.879Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2502 | 2026-07-21T20:20:47.993Z | Compiling derive_more-impl v2.1.1 |
| 2503 | 2026-07-21T20:20:48.074Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2504 | 2026-07-21T20:20:48.146Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-07-21T20:20:48.181Z | Compiling toml v0.8.23 |
| 2506 | 2026-07-21T20:20:48.706Z | Compiling typify-macro v0.6.2 |
| 2507 | 2026-07-21T20:20:48.765Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2508 | 2026-07-21T20:20:48.828Z | Compiling papergrid v0.11.0 |
| 2509 | 2026-07-21T20:20:48.849Z | Compiling derive_more v2.1.1 |
| 2510 | 2026-07-21T20:20:48.871Z | Compiling tabled_derive v0.7.0 |
| 2511 | 2026-07-21T20:20:48.929Z | Compiling termtree v0.5.1 |
| 2512 | 2026-07-21T20:20:48.961Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-07-21T20:20:49.125Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2514 | 2026-07-21T20:20:49.343Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2515 | 2026-07-21T20:20:49.792Z | Compiling tabled v0.15.0 |
| 2516 | 2026-07-21T20:20:50.045Z | Compiling crossterm v0.29.0 |
| 2517 | 2026-07-21T20:20:50.280Z | Compiling typify v0.6.2 |
| 2518 | 2026-07-21T20:20:50.553Z | Compiling progenitor-impl v0.14.0 |
| 2519 | 2026-07-21T20:20:50.913Z | Compiling qorb v0.4.1 |
| 2520 | 2026-07-21T20:20:51.162Z | Compiling phf_shared v0.12.1 |
| 2521 | 2026-07-21T20:20:51.408Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2522 | 2026-07-21T20:20:51.947Z | Compiling vte v0.14.1 |
| 2523 | 2026-07-21T20:20:52.215Z | Compiling csv-core v0.1.13 |
| 2524 | 2026-07-21T20:20:52.647Z | Compiling highway v1.3.0 |
| 2525 | 2026-07-21T20:20:52.697Z | Compiling progenitor-macro v0.14.0 |
| 2526 | 2026-07-21T20:20:53.379Z | Compiling chrono-tz v0.10.4 |
| 2527 | 2026-07-21T20:20:53.642Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2528 | 2026-07-21T20:20:54.008Z | Compiling csv v1.4.0 |
| 2529 | 2026-07-21T20:20:54.034Z | Compiling strip-ansi-escapes v0.2.1 |
| 2530 | 2026-07-21T20:20:54.089Z | Compiling phf v0.12.1 |
| 2531 | 2026-07-21T20:20:54.245Z | Compiling const_format_proc_macros v0.2.34 |
| 2532 | 2026-07-21T20:20:54.294Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2533 | 2026-07-21T20:20:54.572Z | Compiling fd-lock v4.0.4 |
| 2534 | 2026-07-21T20:20:54.597Z | Compiling peg-macros v0.8.5 |
| 2535 | 2026-07-21T20:20:54.755Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-07-21T20:20:54.977Z | Compiling nu-ansi-term v0.50.3 |
| 2537 | 2026-07-21T20:20:55.056Z | Compiling const_format v0.2.35 |
| 2538 | 2026-07-21T20:20:55.521Z | Compiling reedline v0.40.0 |
| 2539 | 2026-07-21T20:20:55.585Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2540 | 2026-07-21T20:20:55.907Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2541 | 2026-07-21T20:20:56.253Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2542 | 2026-07-21T20:20:56.769Z | Compiling progenitor v0.14.0 |
| 2543 | 2026-07-21T20:20:56.804Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2544 | 2026-07-21T20:20:56.953Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2545 | 2026-07-21T20:20:56.997Z | Compiling peg v0.8.5 |
| 2546 | 2026-07-21T20:20:57.123Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2547 | 2026-07-21T20:20:57.147Z | Compiling bcs v0.1.6 |
| 2548 | 2026-07-21T20:20:57.587Z | Compiling nom v8.0.0 |
| 2549 | 2026-07-21T20:20:57.698Z | Compiling semver v0.1.20 |
| 2550 | 2026-07-21T20:20:57.998Z | Compiling rustc_version v0.1.7 |
| 2551 | 2026-07-21T20:20:58.244Z | Compiling newtype_derive v0.1.6 |
| 2552 | 2026-07-21T20:20:58.477Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2553 | 2026-07-21T20:20:58.727Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2554 | 2026-07-21T20:20:58.985Z | Compiling unicode-linebreak v0.1.5 |
| 2555 | 2026-07-21T20:20:59.314Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2556 | 2026-07-21T20:20:59.426Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2557 | 2026-07-21T20:20:59.472Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2558 | 2026-07-21T20:20:59.573Z | Compiling smawk v0.3.2 |
| 2559 | 2026-07-21T20:20:59.716Z | Compiling textwrap v0.16.2 |
| 2560 | 2026-07-21T20:20:59.759Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2561 | 2026-07-21T20:20:59.781Z | Compiling base64 v0.21.7 |
| 2562 | 2026-07-21T20:20:59.841Z | Compiling steno v0.4.1 |
| 2563 | 2026-07-21T20:21:00.290Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2564 | 2026-07-21T20:21:00.345Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2565 | 2026-07-21T20:21:00.680Z | Compiling sha1 v0.10.6 |
| 2566 | 2026-07-21T20:21:00.925Z | Compiling tagptr v0.2.0 |
| 2567 | 2026-07-21T20:21:01.112Z | Compiling utf-8 v0.7.6 |
| 2568 | 2026-07-21T20:21:01.134Z | Compiling moka v0.12.13 |
| 2569 | 2026-07-21T20:21:01.320Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-07-21T20:21:01.347Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-07-21T20:21:01.471Z | Compiling tungstenite v0.21.0 |
| 2572 | 2026-07-21T20:21:01.519Z | Compiling display-error-chain v0.2.2 |
| 2573 | 2026-07-21T20:21:01.688Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2574 | 2026-07-21T20:21:01.761Z | Compiling radium v0.7.0 |
| 2575 | 2026-07-21T20:21:01.785Z | Compiling maybe-uninit v2.0.0 |
| 2576 | 2026-07-21T20:21:02.104Z | Compiling tokio-tungstenite v0.21.0 |
| 2577 | 2026-07-21T20:21:02.135Z | Compiling tap v1.0.1 |
| 2578 | 2026-07-21T20:21:02.286Z | Compiling hickory-resolver v0.25.2 |
| 2579 | 2026-07-21T20:21:02.404Z | Compiling wyz v0.5.1 |
| 2580 | 2026-07-21T20:21:02.498Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2581 | 2026-07-21T20:21:02.721Z | Compiling vergen-lib v0.1.6 |
| 2582 | 2026-07-21T20:21:02.897Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-07-21T20:21:02.985Z | Compiling crc-catalog v2.4.0 |
| 2584 | 2026-07-21T20:21:03.113Z | Compiling funty v2.0.0 |
| 2585 | 2026-07-21T20:21:03.597Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2586 | 2026-07-21T20:21:03.705Z | Compiling diesel_derives v2.3.7 |
| 2587 | 2026-07-21T20:21:03.948Z | Compiling packed_struct v0.10.1 |
| 2588 | 2026-07-21T20:21:04.128Z | Compiling zerocopy v0.6.6 |
| 2589 | 2026-07-21T20:21:04.274Z | Compiling bitvec v1.0.1 |
| 2590 | 2026-07-21T20:21:04.508Z | Compiling crc v3.4.0 |
| 2591 | 2026-07-21T20:21:04.730Z | Compiling dsl_auto_type v0.2.0 |
| 2592 | 2026-07-21T20:21:04.824Z | Compiling scheduled-thread-pool v0.2.7 |
| 2593 | 2026-07-21T20:21:04.928Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-07-21T20:21:05.275Z | Compiling packed_struct_codegen v0.10.1 |
| 2595 | 2026-07-21T20:21:05.405Z | Compiling vergen-gitcl v1.0.8 |
| 2596 | 2026-07-21T20:21:05.638Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2597 | 2026-07-21T20:21:05.752Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2598 | 2026-07-21T20:21:05.837Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2599 | 2026-07-21T20:21:05.884Z | Compiling bitfield-macros v0.19.4 |
| 2600 | 2026-07-21T20:21:06.106Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2601 | 2026-07-21T20:21:06.129Z | Compiling dirs-sys-next v0.1.2 |
| 2602 | 2026-07-21T20:21:06.300Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-07-21T20:21:06.393Z | Compiling nodrop v0.1.14 |
| 2604 | 2026-07-21T20:21:06.522Z | Compiling glob v0.3.3 |
| 2605 | 2026-07-21T20:21:06.554Z | Compiling crunchy v0.2.4 |
| 2606 | 2026-07-21T20:21:06.577Z | Compiling maplit v1.0.2 |
| 2607 | 2026-07-21T20:21:06.638Z | Compiling bitfield v0.19.4 |
| 2608 | 2026-07-21T20:21:06.727Z | Compiling proc-macro-error2 v2.0.1 |
| 2609 | 2026-07-21T20:21:06.883Z | Compiling array-init v0.0.4 |
| 2610 | 2026-07-21T20:21:06.886Z | Compiling clang-sys v1.8.1 |
| 2611 | 2026-07-21T20:21:06.959Z | Compiling dirs-next v2.0.0 |
| 2612 | 2026-07-21T20:21:07.325Z | Compiling r2d2 v0.8.10 |
| 2613 | 2026-07-21T20:21:07.355Z | Compiling smallvec v0.6.14 |
| 2614 | 2026-07-21T20:21:07.623Z | Compiling num-derive v0.3.3 |
| 2615 | 2026-07-21T20:21:07.653Z | Compiling tiny-keccak v2.0.2 |
| 2616 | 2026-07-21T20:21:07.842Z | Compiling downcast-rs v2.0.2 |
| 2617 | 2026-07-21T20:21:07.885Z | Compiling hashbrown v0.12.3 |
| 2618 | 2026-07-21T20:21:08.062Z | Compiling serde-hex v0.1.0 |
| 2619 | 2026-07-21T20:21:08.381Z | Compiling term v0.7.0 |
| 2620 | 2026-07-21T20:21:08.491Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2621 | 2026-07-21T20:21:08.514Z | Compiling tabled_derive v0.11.0 |
| 2622 | 2026-07-21T20:21:08.555Z | Compiling libscf-sys v1.1.0 |
| 2623 | 2026-07-21T20:21:08.655Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2624 | 2026-07-21T20:21:08.703Z | Compiling ron v0.8.1 |
| 2625 | 2026-07-21T20:21:08.723Z | Compiling papergrid v0.17.0 |
| 2626 | 2026-07-21T20:21:08.872Z | Compiling testing_table v0.3.0 |
| 2627 | 2026-07-21T20:21:08.897Z | Compiling hashbrown v0.13.2 |
| 2628 | 2026-07-21T20:21:08.994Z | Compiling bit-vec v0.6.3 |
| 2629 | 2026-07-21T20:21:09.227Z | Compiling crc-any v2.5.0 |
| 2630 | 2026-07-21T20:21:09.310Z | Compiling bit-set v0.5.3 |
| 2631 | 2026-07-21T20:21:09.493Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2632 | 2026-07-21T20:21:09.530Z | Compiling object v0.30.4 |
| 2633 | 2026-07-21T20:21:09.589Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2634 | 2026-07-21T20:21:09.897Z | Compiling tabled v0.20.0 |
| 2635 | 2026-07-21T20:21:10.188Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2636 | 2026-07-21T20:21:10.249Z | Compiling ascii-canvas v3.0.0 |
| 2637 | 2026-07-21T20:21:10.508Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2638 | 2026-07-21T20:21:10.893Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2639 | 2026-07-21T20:21:11.050Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2640 | 2026-07-21T20:21:11.072Z | Compiling progenitor-impl v0.13.0 |
| 2641 | 2026-07-21T20:21:11.325Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2642 | 2026-07-21T20:21:11.387Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2643 | 2026-07-21T20:21:11.606Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2644 | 2026-07-21T20:21:11.630Z | Compiling itertools v0.10.5 |
| 2645 | 2026-07-21T20:21:11.783Z | Compiling ena v0.14.4 |
| 2646 | 2026-07-21T20:21:11.822Z | Compiling diesel v2.3.7 |
| 2647 | 2026-07-21T20:21:12.028Z | Compiling libloading v0.8.9 |
| 2648 | 2026-07-21T20:21:12.172Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2649 | 2026-07-21T20:21:12.273Z | Compiling regex-syntax v0.6.29 |
| 2650 | 2026-07-21T20:21:12.418Z | Compiling xshell-macros v0.2.7 |
| 2651 | 2026-07-21T20:21:12.780Z | Compiling diff v0.1.13 |
| 2652 | 2026-07-21T20:21:12.846Z | Compiling unicase v2.9.0 |
| 2653 | 2026-07-21T20:21:12.888Z | Compiling bindgen v0.71.1 |
| 2654 | 2026-07-21T20:21:13.072Z | Compiling path-slash v0.1.5 |
| 2655 | 2026-07-21T20:21:13.150Z | Compiling xshell v0.2.7 |
| 2656 | 2026-07-21T20:21:13.215Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2657 | 2026-07-21T20:21:13.285Z | Compiling progenitor-macro v0.13.0 |
| 2658 | 2026-07-21T20:21:13.381Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2659 | 2026-07-21T20:21:14.149Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-07-21T20:21:14.441Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2661 | 2026-07-21T20:21:15.112Z | Compiling cexpr v0.6.0 |
| 2662 | 2026-07-21T20:21:15.738Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2663 | 2026-07-21T20:21:15.981Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2664 | 2026-07-21T20:21:16.443Z | Compiling progenitor-client v0.13.0 |
| 2665 | 2026-07-21T20:21:16.975Z | Compiling rustc-hash v2.1.1 |
| 2666 | 2026-07-21T20:21:17.264Z | Compiling progenitor v0.13.0 |
| 2667 | 2026-07-21T20:21:17.315Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2668 | 2026-07-21T20:21:17.904Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2669 | 2026-07-21T20:21:17.944Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-07-21T20:21:18.412Z | Compiling headers-core v0.3.0 |
| 2671 | 2026-07-21T20:21:18.550Z | Compiling libxml v0.3.3 |
| 2672 | 2026-07-21T20:21:18.577Z | Compiling crc8 v0.1.1 |
| 2673 | 2026-07-21T20:21:18.602Z | Compiling headers v0.4.1 |
| 2674 | 2026-07-21T20:21:18.714Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2675 | 2026-07-21T20:21:18.873Z | Compiling strum_macros v0.24.3 |
| 2676 | 2026-07-21T20:21:18.950Z | Compiling indoc v1.0.9 |
| 2677 | 2026-07-21T20:21:19.180Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2678 | 2026-07-21T20:21:19.233Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2679 | 2026-07-21T20:21:19.413Z | Compiling derive_builder v0.20.2 |
| 2680 | 2026-07-21T20:21:19.464Z | Compiling oso-derive v0.27.3 |
| 2681 | 2026-07-21T20:21:19.579Z | Compiling quick-xml v0.37.5 |
| 2682 | 2026-07-21T20:21:19.989Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2683 | 2026-07-21T20:21:20.012Z | Compiling openssl-probe v0.1.6 |
| 2684 | 2026-07-21T20:21:20.140Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2685 | 2026-07-21T20:21:20.220Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2686 | 2026-07-21T20:21:20.310Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2687 | 2026-07-21T20:21:20.543Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2688 | 2026-07-21T20:21:20.857Z | Compiling bb8 v0.8.6 |
| 2689 | 2026-07-21T20:21:20.910Z | Compiling trait-variant v0.1.2 |
| 2690 | 2026-07-21T20:21:21.223Z | Compiling half v1.8.3 |
| 2691 | 2026-07-21T20:21:21.305Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2692 | 2026-07-21T20:21:21.473Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2693 | 2026-07-21T20:21:21.546Z | Compiling polar-core v0.27.3 |
| 2694 | 2026-07-21T20:21:21.663Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2695 | 2026-07-21T20:21:21.775Z | Compiling samael v0.0.19 |
| 2696 | 2026-07-21T20:21:21.922Z | Compiling serde_cbor v0.11.2 |
| 2697 | 2026-07-21T20:21:22.314Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2698 | 2026-07-21T20:21:22.446Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2699 | 2026-07-21T20:21:22.556Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2700 | 2026-07-21T20:21:22.655Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2701 | 2026-07-21T20:21:22.981Z | Compiling nonempty v0.12.0 |
| 2702 | 2026-07-21T20:21:23.001Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2703 | 2026-07-21T20:21:23.081Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2704 | 2026-07-21T20:21:23.206Z | Compiling fxhash v0.2.1 |
| 2705 | 2026-07-21T20:21:23.277Z | Compiling libz-sys v1.1.24 |
| 2706 | 2026-07-21T20:21:23.370Z | Compiling salty v0.3.0 |
| 2707 | 2026-07-21T20:21:23.778Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2708 | 2026-07-21T20:21:24.022Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2709 | 2026-07-21T20:21:24.437Z | Compiling kstat-rs v0.2.4 |
| 2710 | 2026-07-21T20:21:24.689Z | Compiling arc-swap v1.8.2 |
| 2711 | 2026-07-21T20:21:24.922Z | Compiling fs-err v2.11.0 |
| 2712 | 2026-07-21T20:21:25.298Z | Compiling mime_guess v2.0.5 |
| 2713 | 2026-07-21T20:21:25.352Z | Compiling slog-scope v4.4.1 |
| 2714 | 2026-07-21T20:21:25.372Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-07-21T20:21:25.407Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-07-21T20:21:25.832Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2717 | 2026-07-21T20:21:26.019Z | Compiling rfc6979 v0.4.0 |
| 2718 | 2026-07-21T20:21:26.201Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2719 | 2026-07-21T20:21:26.269Z | Compiling nanorand v0.7.0 |
| 2720 | 2026-07-21T20:21:26.631Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2721 | 2026-07-21T20:21:26.882Z | Compiling parking_lot_core v0.8.6 |
| 2722 | 2026-07-21T20:21:27.114Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2723 | 2026-07-21T20:21:27.221Z | Compiling flume v0.11.1 |
| 2724 | 2026-07-21T20:21:27.542Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2725 | 2026-07-21T20:21:27.628Z | Compiling ecdsa v0.16.9 |
| 2726 | 2026-07-21T20:21:28.321Z | Compiling slog-stdlog v4.1.1 |
| 2727 | 2026-07-21T20:21:29.010Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2728 | 2026-07-21T20:21:29.013Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2729 | 2026-07-21T20:21:29.055Z | Compiling primeorder v0.13.6 |
| 2730 | 2026-07-21T20:21:29.365Z | Compiling diesel-dtrace v0.5.0 |
| 2731 | 2026-07-21T20:21:29.714Z | Compiling async-bb8-diesel v0.2.1 |
| 2732 | 2026-07-21T20:21:29.748Z | Compiling git-stub v1.0.0 |
| 2733 | 2026-07-21T20:21:30.016Z | Compiling atty v0.2.14 |
| 2734 | 2026-07-21T20:21:30.149Z | Compiling instability v0.3.11 |
| 2735 | 2026-07-21T20:21:30.174Z | Compiling strsim v0.10.0 |
| 2736 | 2026-07-21T20:21:30.285Z | Compiling parse-size v1.1.0 |
| 2737 | 2026-07-21T20:21:30.404Z | Compiling http-range v0.1.5 |
| 2738 | 2026-07-21T20:21:30.510Z | Compiling oso v0.27.3 |
| 2739 | 2026-07-21T20:21:30.530Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2740 | 2026-07-21T20:21:30.757Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2741 | 2026-07-21T20:21:30.842Z | Compiling darling_core v0.13.4 |
| 2742 | 2026-07-21T20:21:32.506Z | Compiling git-stub-vcs v0.1.0 |
| 2743 | 2026-07-21T20:21:32.711Z | Compiling p384 v0.13.1 |
| 2744 | 2026-07-21T20:21:32.871Z | Compiling slog-envlogger v2.2.0 |
| 2745 | 2026-07-21T20:21:34.039Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2746 | 2026-07-21T20:21:34.881Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2747 | 2026-07-21T20:21:35.135Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2748 | 2026-07-21T20:21:35.968Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2749 | 2026-07-21T20:21:36.720Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-07-21T20:21:37.012Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2751 | 2026-07-21T20:21:37.125Z | Compiling ignore v0.4.25 |
| 2752 | 2026-07-21T20:21:37.567Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-07-21T20:21:37.597Z | Compiling castaway v0.2.4 |
| 2754 | 2026-07-21T20:21:37.756Z | Compiling vergen-git2 v9.1.0 |
| 2755 | 2026-07-21T20:21:37.998Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-07-21T20:21:38.246Z | Compiling indoc v2.0.7 |
| 2757 | 2026-07-21T20:21:38.592Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-07-21T20:21:39.087Z | Compiling globwalk v0.9.1 |
| 2759 | 2026-07-21T20:21:39.441Z | Compiling compact_str v0.8.1 |
| 2760 | 2026-07-21T20:21:39.751Z | Compiling parking_lot v0.11.2 |
| 2761 | 2026-07-21T20:21:39.954Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2762 | 2026-07-21T20:21:40.246Z | Compiling hyper-staticfile v0.10.1 |
| 2763 | 2026-07-21T20:21:40.562Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2764 | 2026-07-21T20:21:40.603Z | Compiling darling_macro v0.13.4 |
| 2765 | 2026-07-21T20:21:40.970Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2766 | 2026-07-21T20:21:41.061Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2767 | 2026-07-21T20:21:41.120Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-07-21T20:21:41.407Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2769 | 2026-07-21T20:21:41.565Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-07-21T20:21:41.615Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2771 | 2026-07-21T20:21:41.899Z | Compiling predicates-tree v1.0.13 |
| 2772 | 2026-07-21T20:21:42.042Z | Compiling unicode-truncate v1.1.0 |
| 2773 | 2026-07-21T20:21:42.264Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2774 | 2026-07-21T20:21:42.369Z | Compiling lru v0.12.5 |
| 2775 | 2026-07-21T20:21:42.501Z | Compiling rand_seeder v0.4.0 |
| 2776 | 2026-07-21T20:21:42.593Z | Compiling prefix-trie v0.7.0 |
| 2777 | 2026-07-21T20:21:42.757Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2778 | 2026-07-21T20:21:42.780Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2779 | 2026-07-21T20:21:42.823Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2780 | 2026-07-21T20:21:43.032Z | Compiling cassowary v0.3.0 |
| 2781 | 2026-07-21T20:21:43.057Z | Compiling corncobs v0.1.4 |
| 2782 | 2026-07-21T20:21:43.151Z | Compiling hickory-server v0.25.2 |
| 2783 | 2026-07-21T20:21:43.217Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-21T20:21:43.309Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-07-21T20:21:43.329Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2786 | 2026-07-21T20:21:43.422Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2787 | 2026-07-21T20:21:43.533Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-07-21T20:21:43.710Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-07-21T20:21:43.909Z | Compiling darling v0.13.4 |
| 2790 | 2026-07-21T20:21:44.061Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2791 | 2026-07-21T20:21:44.179Z | Compiling sled v0.34.7 |
| 2792 | 2026-07-21T20:21:44.604Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2793 | 2026-07-21T20:21:44.714Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2794 | 2026-07-21T20:21:45.830Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2795 | 2026-07-21T20:21:46.898Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2796 | 2026-07-21T20:21:46.974Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2797 | 2026-07-21T20:21:47.242Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2798 | 2026-07-21T20:21:47.479Z | Compiling secrecy v0.8.0 |
| 2799 | 2026-07-21T20:21:47.640Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2800 | 2026-07-21T20:21:48.161Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2801 | 2026-07-21T20:21:48.430Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2802 | 2026-07-21T20:21:48.815Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2803 | 2026-07-21T20:21:48.842Z | Compiling serde_with_macros v1.5.2 |
| 2804 | 2026-07-21T20:21:49.653Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2805 | 2026-07-21T20:21:50.594Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2806 | 2026-07-21T20:21:50.715Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-07-21T20:21:50.915Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2808 | 2026-07-21T20:21:51.149Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2809 | 2026-07-21T20:21:51.386Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-07-21T20:21:51.624Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2811 | 2026-07-21T20:21:51.648Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2812 | 2026-07-21T20:21:51.861Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2813 | 2026-07-21T20:21:51.885Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2814 | 2026-07-21T20:21:52.116Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2815 | 2026-07-21T20:21:52.135Z | Compiling void v1.0.2 |
| 2816 | 2026-07-21T20:21:52.281Z | Compiling lzss v0.8.2 |
| 2817 | 2026-07-21T20:21:52.353Z | Compiling git2 v0.20.4 |
| 2818 | 2026-07-21T20:21:52.689Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-07-21T20:21:52.993Z | Compiling serde_with v1.14.0 |
| 2820 | 2026-07-21T20:21:53.180Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2821 | 2026-07-21T20:21:53.639Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2822 | 2026-07-21T20:21:54.155Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2823 | 2026-07-21T20:21:54.194Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2824 | 2026-07-21T20:21:55.395Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2825 | 2026-07-21T20:21:55.825Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2826 | 2026-07-21T20:21:56.094Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2827 | 2026-07-21T20:21:56.149Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2828 | 2026-07-21T20:21:56.859Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2829 | 2026-07-21T20:21:57.103Z | Compiling tungstenite v0.23.0 |
| 2830 | 2026-07-21T20:21:57.370Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2831 | 2026-07-21T20:21:57.826Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2832 | 2026-07-21T20:21:59.118Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-07-21T20:21:59.350Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2834 | 2026-07-21T20:21:59.406Z | Compiling nix v0.27.1 |
| 2835 | 2026-07-21T20:21:59.468Z | Compiling twox-hash v2.1.2 |
| 2836 | 2026-07-21T20:21:59.591Z | Compiling libsw-core v0.3.2 |
| 2837 | 2026-07-21T20:21:59.804Z | Compiling serde_bytes v0.11.19 |
| 2838 | 2026-07-21T20:21:59.978Z | Compiling libsw v3.5.0 |
| 2839 | 2026-07-21T20:22:00.033Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2840 | 2026-07-21T20:22:00.127Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2841 | 2026-07-21T20:22:00.202Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2842 | 2026-07-21T20:22:00.224Z | Compiling tokio-tungstenite v0.23.1 |
| 2843 | 2026-07-21T20:22:00.579Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2844 | 2026-07-21T20:22:00.603Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2845 | 2026-07-21T20:22:00.606Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2846 | 2026-07-21T20:22:01.978Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2847 | 2026-07-21T20:22:02.628Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2848 | 2026-07-21T20:22:04.437Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2849 | 2026-07-21T20:22:04.848Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2850 | 2026-07-21T20:22:04.897Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2851 | 2026-07-21T20:22:04.997Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2852 | 2026-07-21T20:22:05.176Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2853 | 2026-07-21T20:22:05.721Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2854 | 2026-07-21T20:22:05.869Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2855 | 2026-07-21T20:22:06.274Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2856 | 2026-07-21T20:22:06.376Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2857 | 2026-07-21T20:22:07.210Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2858 | 2026-07-21T20:22:07.560Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2859 | 2026-07-21T20:22:08.987Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2860 | 2026-07-21T20:22:09.616Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2861 | 2026-07-21T20:22:10.299Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2862 | 2026-07-21T20:22:10.844Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2863 | 2026-07-21T20:22:11.402Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2864 | 2026-07-21T20:22:12.116Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2865 | 2026-07-21T20:22:12.339Z | Compiling signal-hook-tokio v0.3.1 |
| 2866 | 2026-07-21T20:22:12.342Z | Compiling fatfs v0.3.6 |
| 2867 | 2026-07-21T20:22:12.553Z | Compiling yasna v0.5.2 |
| 2868 | 2026-07-21T20:22:12.727Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2869 | 2026-07-21T20:22:13.685Z | Compiling is_ci v1.2.0 |
| 2870 | 2026-07-21T20:22:13.901Z | Compiling assert_matches v1.5.0 |
| 2871 | 2026-07-21T20:22:14.009Z | Compiling seq-macro v0.3.6 |
| 2872 | 2026-07-21T20:22:14.088Z | Compiling supports-color v3.0.2 |
| 2873 | 2026-07-21T20:22:14.165Z | Compiling rcgen v0.12.1 |
| 2874 | 2026-07-21T20:22:14.187Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2875 | 2026-07-21T20:22:14.383Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2876 | 2026-07-21T20:22:14.642Z | Compiling oxide-update-engine-display v0.1.2 |
| 2877 | 2026-07-21T20:22:15.106Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2878 | 2026-07-21T20:22:15.621Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2879 | 2026-07-21T20:22:15.866Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2880 | 2026-07-21T20:22:16.173Z | Compiling port-file v0.1.0 |
| 2881 | 2026-07-21T20:22:16.511Z | Compiling rtoolbox v0.0.3 |
| 2882 | 2026-07-21T20:22:16.591Z | Compiling subprocess v0.2.15 |
| 2883 | 2026-07-21T20:22:16.788Z | Compiling rpassword v7.5.4 |
| 2884 | 2026-07-21T20:22:17.438Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2885 | 2026-07-21T20:22:18.435Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2886 | 2026-07-21T20:22:18.822Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2887 | 2026-07-21T20:22:18.845Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2888 | 2026-07-21T20:22:18.962Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2889 | 2026-07-21T20:22:21.341Z | Compiling tui-tree-widget v0.23.1 |
| 2890 | 2026-07-21T20:22:21.436Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2891 | 2026-07-21T20:22:21.636Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2892 | 2026-07-21T20:22:22.472Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2893 | 2026-07-21T20:22:22.729Z | Compiling uzers v0.12.2 |
| 2894 | 2026-07-21T20:22:22.752Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2895 | 2026-07-21T20:22:24.165Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2896 | 2026-07-21T20:22:24.197Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2897 | 2026-07-21T20:22:26.862Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2898 | 2026-07-21T20:22:26.892Z | Compiling support-bundle-viewer v0.1.2 |
| 2899 | 2026-07-21T20:22:28.225Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2900 | 2026-07-21T20:22:28.771Z | Compiling multimap v0.10.1 |
| 2901 | 2026-07-21T20:22:43.505Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2902 | 2026-07-21T20:22:47.523Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2903 | 2026-07-21T20:22:50.372Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2904 | 2026-07-21T20:22:51.320Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2905 | 2026-07-21T20:22:51.860Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2906 | 2026-07-21T20:29:08.273Z | Finished `release` profile [optimized] target(s) in 8m 26s |
| 2907 | 2026-07-21T20:29:57.241Z | |
| 2908 | 2026-07-21T20:29:57.244Z | real 9:16.147735645 |
| 2909 | 2026-07-21T20:29:57.244Z | user 1:18:29.138708678 |
| 2910 | 2026-07-21T20:29:57.244Z | sys 3:26.001821515 |
| 2911 | 2026-07-21T20:29:57.244Z | trap 1.769618055 |
| 2912 | 2026-07-21T20:29:57.244Z | tflt 2.333022380 |
| 2913 | 2026-07-21T20:29:57.244Z | dflt 20.438860898 |
| 2914 | 2026-07-21T20:29:57.244Z | kflt 0.004936502 |
| 2915 | 2026-07-21T20:29:57.244Z | lock 6:45:35.380570032 |
| 2916 | 2026-07-21T20:29:57.244Z | slp 2:12:32.652974859 |
| 2917 | 2026-07-21T20:29:57.244Z | lat 2:22.085146183 |
| 2918 | 2026-07-21T20:29:57.244Z | stop 5:10.624153974 |
| 2919 | 2026-07-21T20:29:57.244Z | + mapfile -t packages |
| 2920 | 2026-07-21T20:29:57.244Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2921 | 2026-07-21T20:29:58.142Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2922 | 2026-07-21T20:29:58.208Z | Running `target/release/omicron-package -t test list-outputs` |
| 2923 | 2026-07-21T20:29:58.267Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2924 | 2026-07-21T20:29:58.271Z | + ptime -m cargo build --locked --release -p xtask |
| 2925 | 2026-07-21T20:29:58.744Z | Compiling libc v0.2.185 |
| 2926 | 2026-07-21T20:29:58.744Z | Compiling serde_core v1.0.228 |
| 2927 | 2026-07-21T20:29:58.744Z | Compiling serde v1.0.228 |
| 2928 | 2026-07-21T20:29:58.747Z | Compiling rustix v1.1.3 |
| 2929 | 2026-07-21T20:29:58.747Z | Compiling serde_json v1.0.150 |
| 2930 | 2026-07-21T20:29:58.843Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-07-21T20:29:58.906Z | Compiling usdt-impl v0.5.0 |
| 2932 | 2026-07-21T20:29:58.909Z | Compiling syn v2.0.117 |
| 2933 | 2026-07-21T20:29:58.918Z | Compiling syn v1.0.109 |
| 2934 | 2026-07-21T20:29:58.941Z | Compiling getrandom v0.4.1 |
| 2935 | 2026-07-21T20:29:58.944Z | Compiling log v0.4.29 |
| 2936 | 2026-07-21T20:29:58.944Z | Compiling indexmap v2.14.0 |
| 2937 | 2026-07-21T20:29:58.976Z | Compiling fs-err v3.3.0 |
| 2938 | 2026-07-21T20:29:59.209Z | Compiling once_cell v1.21.3 |
| 2939 | 2026-07-21T20:29:59.218Z | Compiling heck v0.4.1 |
| 2940 | 2026-07-21T20:29:59.245Z | Compiling anyhow v1.0.102 |
| 2941 | 2026-07-21T20:29:59.634Z | Compiling errno v0.3.14 |
| 2942 | 2026-07-21T20:29:59.637Z | Compiling thread-id v4.2.2 |
| 2943 | 2026-07-21T20:29:59.637Z | Compiling memmap v0.7.0 |
| 2944 | 2026-07-21T20:30:00.409Z | Compiling proc-macro-error v1.0.4 |
| 2945 | 2026-07-21T20:30:00.605Z | Compiling terminal_size v0.4.3 |
| 2946 | 2026-07-21T20:30:00.605Z | Compiling tempfile v3.25.0 |
| 2947 | 2026-07-21T20:30:00.647Z | Compiling tabled_derive v0.7.0 |
| 2948 | 2026-07-21T20:30:00.700Z | Compiling clap_builder v4.6.0 |
| 2949 | 2026-07-21T20:30:00.700Z | Compiling textwrap v0.16.2 |
| 2950 | 2026-07-21T20:30:01.001Z | Compiling camino v1.2.2 |
| 2951 | 2026-07-21T20:30:01.001Z | Compiling semver v1.0.28 |
| 2952 | 2026-07-21T20:30:01.004Z | Compiling cargo-platform v0.3.2 |
| 2953 | 2026-07-21T20:30:01.093Z | Compiling pest_generator v2.8.6 |
| 2954 | 2026-07-21T20:30:01.329Z | Compiling camino-tempfile v1.4.1 |
| 2955 | 2026-07-21T20:30:01.394Z | Compiling tabled v0.15.0 |
| 2956 | 2026-07-21T20:30:01.646Z | Compiling serde_derive v1.0.228 |
| 2957 | 2026-07-21T20:30:01.646Z | Compiling thiserror-impl v1.0.69 |
| 2958 | 2026-07-21T20:30:01.649Z | Compiling zerocopy-derive v0.7.35 |
| 2959 | 2026-07-21T20:30:01.649Z | Compiling pest_derive v2.8.6 |
| 2960 | 2026-07-21T20:30:01.649Z | Compiling scroll_derive v0.12.1 |
| 2961 | 2026-07-21T20:30:01.650Z | Compiling thiserror-impl v2.0.18 |
| 2962 | 2026-07-21T20:30:01.650Z | Compiling clap_derive v4.6.1 |
| 2963 | 2026-07-21T20:30:02.375Z | Compiling scroll v0.12.0 |
| 2964 | 2026-07-21T20:30:02.537Z | Compiling zerocopy v0.7.35 |
| 2965 | 2026-07-21T20:30:02.670Z | Compiling goblin v0.8.2 |
| 2966 | 2026-07-21T20:30:02.810Z | Compiling thiserror v2.0.18 |
| 2967 | 2026-07-21T20:30:02.826Z | Compiling thiserror v1.0.69 |
| 2968 | 2026-07-21T20:30:02.933Z | Compiling dtrace-parser v0.2.0 |
| 2969 | 2026-07-21T20:30:03.287Z | Compiling clap v4.6.1 |
| 2970 | 2026-07-21T20:30:04.832Z | Compiling dof v0.3.0 |
| 2971 | 2026-07-21T20:30:04.873Z | Compiling serde_spanned v0.6.9 |
| 2972 | 2026-07-21T20:30:04.911Z | Compiling toml_datetime v0.6.11 |
| 2973 | 2026-07-21T20:30:04.979Z | Compiling serde_tokenstream v0.2.3 |
| 2974 | 2026-07-21T20:30:04.991Z | Compiling cargo_metadata v0.23.1 |
| 2975 | 2026-07-21T20:30:05.025Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2976 | 2026-07-21T20:30:05.035Z | Compiling macaddr v1.0.1 |
| 2977 | 2026-07-21T20:30:05.102Z | Compiling toml_edit v0.22.27 |
| 2978 | 2026-07-21T20:30:05.519Z | Compiling usdt-attr-macro v0.5.0 |
| 2979 | 2026-07-21T20:30:05.522Z | Compiling usdt-macro v0.5.0 |
| 2980 | 2026-07-21T20:30:06.199Z | Compiling usdt v0.5.0 |
| 2981 | 2026-07-21T20:30:06.656Z | Compiling toml v0.8.23 |
| 2982 | 2026-07-21T20:30:07.093Z | Compiling cargo_toml v0.21.0 |
| 2983 | 2026-07-21T20:30:11.528Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2984 | 2026-07-21T20:30:14.742Z | Finished `release` profile [optimized] target(s) in 16.46s |
| 2985 | 2026-07-21T20:30:14.881Z | |
| 2986 | 2026-07-21T20:30:14.881Z | real 16.575956218 |
| 2987 | 2026-07-21T20:30:14.881Z | user 2:05.248743091 |
| 2988 | 2026-07-21T20:30:14.881Z | sys 13.967426039 |
| 2989 | 2026-07-21T20:30:14.882Z | trap 0.065024924 |
| 2990 | 2026-07-21T20:30:14.882Z | tflt 0.370355521 |
| 2991 | 2026-07-21T20:30:14.882Z | dflt 1.482923525 |
| 2992 | 2026-07-21T20:30:14.885Z | kflt 0.000111990 |
| 2993 | 2026-07-21T20:30:14.885Z | lock 4:29.489046628 |
| 2994 | 2026-07-21T20:30:14.885Z | slp 2:43.193133475 |
| 2995 | 2026-07-21T20:30:14.885Z | lat 3.801904998 |
| 2996 | 2026-07-21T20:30:14.885Z | stop 15.377976502 |
| 2997 | 2026-07-21T20:30:14.885Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2998 | 2026-07-21T20:30:14.885Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2999 | 2026-07-21T20:30:14.886Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3000 | 2026-07-21T20:30:14.886Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3001 | 2026-07-21T20:30:14.886Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3002 | 2026-07-21T20:30:15.786Z | Compiling progenitor-client v0.14.0 |
| 3003 | 2026-07-21T20:30:15.786Z | Compiling newtype-uuid-macros v0.1.0 |
| 3004 | 2026-07-21T20:30:15.786Z | Compiling match_cfg v0.1.0 |
| 3005 | 2026-07-21T20:30:15.790Z | Compiling slog-json v2.6.1 |
| 3006 | 2026-07-21T20:30:15.790Z | Compiling structmeta-derive v0.3.0 |
| 3007 | 2026-07-21T20:30:15.790Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3008 | 2026-07-21T20:30:15.790Z | Compiling sha1 v0.11.0 |
| 3009 | 2026-07-21T20:30:15.790Z | Compiling multer v3.1.0 |
| 3010 | 2026-07-21T20:30:15.935Z | Compiling debug-ignore v1.0.5 |
| 3011 | 2026-07-21T20:30:15.938Z | Compiling compression-core v0.4.31 |
| 3012 | 2026-07-21T20:30:15.938Z | Compiling itertools v0.14.0 |
| 3013 | 2026-07-21T20:30:15.938Z | Compiling async-stream-impl v0.3.6 |
| 3014 | 2026-07-21T20:30:15.938Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3015 | 2026-07-21T20:30:15.952Z | Compiling serde_spanned v1.1.1 |
| 3016 | 2026-07-21T20:30:15.995Z | Compiling dropshot v0.17.1 |
| 3017 | 2026-07-21T20:30:16.027Z | Compiling hostname v0.3.1 |
| 3018 | 2026-07-21T20:30:16.040Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3019 | 2026-07-21T20:30:16.136Z | Compiling compression-codecs v0.4.37 |
| 3020 | 2026-07-21T20:30:16.188Z | Compiling waitgroup v0.1.2 |
| 3021 | 2026-07-21T20:30:16.222Z | Compiling rustls-pemfile v2.2.0 |
| 3022 | 2026-07-21T20:30:16.224Z | Compiling dropshot_endpoint v0.17.1 |
| 3023 | 2026-07-21T20:30:16.257Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3024 | 2026-07-21T20:30:16.313Z | Compiling slog-bunyan v2.5.0 |
| 3025 | 2026-07-21T20:30:16.315Z | Compiling hostname v0.4.2 |
| 3026 | 2026-07-21T20:30:16.349Z | Compiling async-compression v0.4.41 |
| 3027 | 2026-07-21T20:30:16.401Z | Compiling serde_path_to_error v0.1.20 |
| 3028 | 2026-07-21T20:30:16.403Z | Compiling atomicwrites v0.4.4 |
| 3029 | 2026-07-21T20:30:16.460Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3030 | 2026-07-21T20:30:16.465Z | Compiling macaddr v1.0.1 |
| 3031 | 2026-07-21T20:30:16.465Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3032 | 2026-07-21T20:30:16.508Z | Compiling instant v0.1.13 |
| 3033 | 2026-07-21T20:30:16.513Z | Compiling regress v0.10.5 |
| 3034 | 2026-07-21T20:30:16.539Z | Compiling backon v1.6.0 |
| 3035 | 2026-07-21T20:30:16.607Z | Compiling backoff v0.4.0 |
| 3036 | 2026-07-21T20:30:16.634Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3037 | 2026-07-21T20:30:16.655Z | Compiling humantime v2.3.0 |
| 3038 | 2026-07-21T20:30:16.671Z | Compiling async-stream v0.3.6 |
| 3039 | 2026-07-21T20:30:16.707Z | Compiling progenitor-extras v0.2.0 |
| 3040 | 2026-07-21T20:30:16.731Z | Compiling half v2.7.1 |
| 3041 | 2026-07-21T20:30:16.762Z | Compiling ciborium-io v0.2.2 |
| 3042 | 2026-07-21T20:30:16.783Z | Compiling crucible-workspace-hack v0.1.0 |
| 3043 | 2026-07-21T20:30:16.843Z | Compiling regress v0.11.1 |
| 3044 | 2026-07-21T20:30:16.868Z | Compiling convert_case v0.4.0 |
| 3045 | 2026-07-21T20:30:16.885Z | Compiling secrecy v0.10.3 |
| 3046 | 2026-07-21T20:30:16.912Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3047 | 2026-07-21T20:30:16.929Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3048 | 2026-07-21T20:30:16.948Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3049 | 2026-07-21T20:30:16.986Z | Compiling inout v0.1.4 |
| 3050 | 2026-07-21T20:30:17.019Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3051 | 2026-07-21T20:30:17.043Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3052 | 2026-07-21T20:30:17.060Z | Compiling ciborium-ll v0.2.2 |
| 3053 | 2026-07-21T20:30:17.097Z | Compiling unsafe-libyaml v0.2.11 |
| 3054 | 2026-07-21T20:30:17.115Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3055 | 2026-07-21T20:30:17.163Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3056 | 2026-07-21T20:30:17.180Z | Compiling cipher v0.4.4 |
| 3057 | 2026-07-21T20:30:17.245Z | Compiling ciborium v0.2.2 |
| 3058 | 2026-07-21T20:30:17.266Z | Compiling derive_more v0.99.20 |
| 3059 | 2026-07-21T20:30:17.292Z | Compiling universal-hash v0.5.1 |
| 3060 | 2026-07-21T20:30:17.310Z | Compiling structmeta v0.3.0 |
| 3061 | 2026-07-21T20:30:17.313Z | Compiling opaque-debug v0.3.1 |
| 3062 | 2026-07-21T20:30:17.344Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3063 | 2026-07-21T20:30:17.348Z | Compiling blake2 v0.10.6 |
| 3064 | 2026-07-21T20:30:17.418Z | Compiling poly1305 v0.8.0 |
| 3065 | 2026-07-21T20:30:17.448Z | Compiling chacha20 v0.9.1 |
| 3066 | 2026-07-21T20:30:17.463Z | Compiling aead v0.5.2 |
| 3067 | 2026-07-21T20:30:17.552Z | Compiling derive-ex v0.1.8 |
| 3068 | 2026-07-21T20:30:17.598Z | Compiling parse-display-derive v0.10.0 |
| 3069 | 2026-07-21T20:30:17.708Z | Compiling serde_yaml v0.9.34+deprecated |
| 3070 | 2026-07-21T20:30:17.714Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3071 | 2026-07-21T20:30:17.731Z | Compiling password-hash v0.5.0 |
| 3072 | 2026-07-21T20:30:17.850Z | Compiling indent_write v2.2.0 |
| 3073 | 2026-07-21T20:30:17.867Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3074 | 2026-07-21T20:30:17.887Z | Compiling chacha20poly1305 v0.10.1 |
| 3075 | 2026-07-21T20:30:17.932Z | Compiling darling_core v0.21.3 |
| 3076 | 2026-07-21T20:30:18.009Z | Compiling argon2 v0.5.3 |
| 3077 | 2026-07-21T20:30:18.054Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3078 | 2026-07-21T20:30:18.146Z | Compiling heapless v0.8.0 |
| 3079 | 2026-07-21T20:30:18.174Z | Compiling tabwriter v1.4.1 |
| 3080 | 2026-07-21T20:30:18.174Z | Compiling hash32 v0.3.1 |
| 3081 | 2026-07-21T20:30:18.353Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3082 | 2026-07-21T20:30:18.371Z | Compiling thiserror-no-std v2.0.2 |
| 3083 | 2026-07-21T20:30:18.456Z | Compiling typify-impl v0.6.2 |
| 3084 | 2026-07-21T20:30:18.487Z | Compiling vsss-rs v3.3.4 |
| 3085 | 2026-07-21T20:30:18.504Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3086 | 2026-07-21T20:30:18.611Z | Compiling proc-macro-crate v3.4.0 |
| 3087 | 2026-07-21T20:30:18.985Z | Compiling smoltcp v0.11.0 |
| 3088 | 2026-07-21T20:30:19.210Z | Compiling num_enum_derive v0.7.6 |
| 3089 | 2026-07-21T20:30:19.214Z | Compiling cobs v0.3.0 |
| 3090 | 2026-07-21T20:30:19.245Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3091 | 2026-07-21T20:30:19.310Z | Compiling test-strategy v0.4.5 |
| 3092 | 2026-07-21T20:30:19.405Z | Compiling parse-display v0.10.0 |
| 3093 | 2026-07-21T20:30:19.429Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3094 | 2026-07-21T20:30:19.449Z | Compiling colored v3.1.1 |
| 3095 | 2026-07-21T20:30:19.499Z | Compiling postcard v1.1.3 |
| 3096 | 2026-07-21T20:30:19.614Z | Compiling proc-macro-error v1.0.4 |
| 3097 | 2026-07-21T20:30:19.703Z | Compiling proc-macro-crate v1.3.1 |
| 3098 | 2026-07-21T20:30:19.737Z | Compiling rand v0.10.1 |
| 3099 | 2026-07-21T20:30:19.786Z | Compiling foreign-types-macros v0.2.3 |
| 3100 | 2026-07-21T20:30:19.836Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3101 | 2026-07-21T20:30:19.872Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3102 | 2026-07-21T20:30:19.908Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3103 | 2026-07-21T20:30:19.960Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3104 | 2026-07-21T20:30:20.085Z | Compiling foreign-types-shared v0.3.1 |
| 3105 | 2026-07-21T20:30:20.115Z | Compiling rayon-core v1.13.0 |
| 3106 | 2026-07-21T20:30:20.150Z | Compiling num_enum_derive v0.5.11 |
| 3107 | 2026-07-21T20:30:20.230Z | Compiling crossbeam-deque v0.8.6 |
| 3108 | 2026-07-21T20:30:20.253Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3109 | 2026-07-21T20:30:20.325Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3110 | 2026-07-21T20:30:20.340Z | Compiling cstr-argument v0.1.2 |
| 3111 | 2026-07-21T20:30:20.356Z | Compiling num_enum v0.7.6 |
| 3112 | 2026-07-21T20:30:20.395Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3113 | 2026-07-21T20:30:20.447Z | Compiling foreign-types v0.5.0 |
| 3114 | 2026-07-21T20:30:20.464Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3115 | 2026-07-21T20:30:20.487Z | Compiling darling_macro v0.21.3 |
| 3116 | 2026-07-21T20:30:20.519Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3117 | 2026-07-21T20:30:20.549Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3118 | 2026-07-21T20:30:20.648Z | Compiling zone_cfg_derive v0.3.1 |
| 3119 | 2026-07-21T20:30:20.691Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3120 | 2026-07-21T20:30:20.717Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3121 | 2026-07-21T20:30:20.758Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3122 | 2026-07-21T20:30:20.842Z | Compiling itertools v0.12.1 |
| 3123 | 2026-07-21T20:30:20.878Z | Compiling num-derive v0.4.2 |
| 3124 | 2026-07-21T20:30:20.898Z | Compiling rayon v1.11.0 |
| 3125 | 2026-07-21T20:30:20.901Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3126 | 2026-07-21T20:30:20.932Z | Compiling sigpipe v0.1.3 |
| 3127 | 2026-07-21T20:30:20.948Z | Compiling glob v0.3.3 |
| 3128 | 2026-07-21T20:30:21.085Z | Compiling darling v0.21.3 |
| 3129 | 2026-07-21T20:30:21.101Z | Compiling cpubits v0.1.1 |
| 3130 | 2026-07-21T20:30:21.119Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3131 | 2026-07-21T20:30:21.187Z | Compiling ingot-macros v0.1.1 |
| 3132 | 2026-07-21T20:30:21.205Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3133 | 2026-07-21T20:30:21.223Z | Compiling smf v0.2.3 |
| 3134 | 2026-07-21T20:30:21.302Z | Compiling num_enum v0.5.11 |
| 3135 | 2026-07-21T20:30:21.370Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3136 | 2026-07-21T20:30:21.423Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3137 | 2026-07-21T20:30:21.426Z | Compiling whoami v1.6.1 |
| 3138 | 2026-07-21T20:30:21.459Z | Compiling gethostname v0.5.0 |
| 3139 | 2026-07-21T20:30:21.462Z | Compiling usdt-macro v0.5.0 |
| 3140 | 2026-07-21T20:30:21.492Z | Compiling usdt-attr-macro v0.5.0 |
| 3141 | 2026-07-21T20:30:21.538Z | Compiling num-rational v0.4.2 |
| 3142 | 2026-07-21T20:30:21.605Z | Compiling pem-rfc7468 v1.0.0 |
| 3143 | 2026-07-21T20:30:21.782Z | Compiling num-complex v0.4.6 |
| 3144 | 2026-07-21T20:30:21.799Z | Compiling derive-where v1.6.0 |
| 3145 | 2026-07-21T20:30:21.932Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3146 | 2026-07-21T20:30:21.948Z | Compiling memmap v0.7.0 |
| 3147 | 2026-07-21T20:30:22.046Z | Compiling float-ord v0.3.2 |
| 3148 | 2026-07-21T20:30:22.171Z | Compiling zone v0.3.1 |
| 3149 | 2026-07-21T20:30:22.177Z | Compiling num v0.4.3 |
| 3150 | 2026-07-21T20:30:22.207Z | Compiling toml v0.8.23 |
| 3151 | 2026-07-21T20:30:22.211Z | Compiling hmac v0.13.0 |
| 3152 | 2026-07-21T20:30:22.244Z | Compiling universal-hash v0.6.1 |
| 3153 | 2026-07-21T20:30:22.286Z | Compiling resolv-conf v0.7.6 |
| 3154 | 2026-07-21T20:30:22.303Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3155 | 2026-07-21T20:30:22.350Z | Compiling cancel-safe-futures v0.1.5 |
| 3156 | 2026-07-21T20:30:22.385Z | Compiling usdt v0.5.0 |
| 3157 | 2026-07-21T20:30:22.427Z | Compiling polyval v0.7.1 |
| 3158 | 2026-07-21T20:30:22.441Z | Compiling der v0.8.0 |
| 3159 | 2026-07-21T20:30:22.470Z | Compiling prettyplease v0.2.37 |
| 3160 | 2026-07-21T20:30:22.481Z | Compiling pbkdf2 v0.13.0 |
| 3161 | 2026-07-21T20:30:22.636Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3162 | 2026-07-21T20:30:22.675Z | Compiling ghash v0.6.0 |
| 3163 | 2026-07-21T20:30:22.690Z | Compiling aes v0.9.1 |
| 3164 | 2026-07-21T20:30:22.706Z | Compiling console v0.15.11 |
| 3165 | 2026-07-21T20:30:22.751Z | Compiling hickory-proto v0.24.4 |
| 3166 | 2026-07-21T20:30:22.807Z | Compiling newline-converter v0.3.0 |
| 3167 | 2026-07-21T20:30:22.835Z | Compiling ctr v0.10.1 |
| 3168 | 2026-07-21T20:30:22.881Z | Compiling aead v0.6.1 |
| 3169 | 2026-07-21T20:30:22.898Z | Compiling sha2 v0.11.0 |
| 3170 | 2026-07-21T20:30:22.951Z | Compiling linked-hash-map v0.5.6 |
| 3171 | 2026-07-21T20:30:23.003Z | Compiling libefi-sys v0.1.0 |
| 3172 | 2026-07-21T20:30:23.071Z | Compiling linear-map v1.2.0 |
| 3173 | 2026-07-21T20:30:23.090Z | Compiling expectorate v1.2.0 |
| 3174 | 2026-07-21T20:30:23.094Z | Compiling typify-macro v0.6.2 |
| 3175 | 2026-07-21T20:30:23.170Z | Compiling lru-cache v0.1.2 |
| 3176 | 2026-07-21T20:30:23.210Z | Compiling oxide-update-engine-types v0.1.2 |
| 3177 | 2026-07-21T20:30:23.255Z | Compiling aes-gcm v0.11.0 |
| 3178 | 2026-07-21T20:30:23.290Z | Compiling crypto-bigint v0.7.5 |
| 3179 | 2026-07-21T20:30:23.296Z | Compiling salsa20 v0.11.0 |
| 3180 | 2026-07-21T20:30:23.322Z | Compiling cbc v0.2.1 |
| 3181 | 2026-07-21T20:30:23.343Z | Compiling bitfield-struct v0.6.2 |
| 3182 | 2026-07-21T20:30:23.474Z | Compiling spki v0.8.0 |
| 3183 | 2026-07-21T20:30:23.497Z | Compiling nom v8.0.0 |
| 3184 | 2026-07-21T20:30:23.523Z | Compiling semver v0.1.20 |
| 3185 | 2026-07-21T20:30:23.718Z | Compiling rustc_version v0.1.7 |
| 3186 | 2026-07-21T20:30:23.769Z | Compiling scrypt v0.12.0 |
| 3187 | 2026-07-21T20:30:23.836Z | Compiling tokio-dtrace v0.1.1 |
| 3188 | 2026-07-21T20:30:23.853Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3189 | 2026-07-21T20:30:23.975Z | Compiling slog-dtrace v0.3.0 |
| 3190 | 2026-07-21T20:30:24.004Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3191 | 2026-07-21T20:30:24.065Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3192 | 2026-07-21T20:30:24.100Z | Compiling minimal-lexical v0.2.1 |
| 3193 | 2026-07-21T20:30:24.106Z | Compiling oxide-tokio-rt v0.1.4 |
| 3194 | 2026-07-21T20:30:24.134Z | Compiling newtype_derive v0.1.6 |
| 3195 | 2026-07-21T20:30:24.183Z | Compiling ingot-types v0.1.2 |
| 3196 | 2026-07-21T20:30:24.208Z | Compiling pkcs5 v0.8.1 |
| 3197 | 2026-07-21T20:30:24.287Z | Compiling oxide-update-engine v0.1.2 |
| 3198 | 2026-07-21T20:30:24.372Z | Compiling nom v7.1.3 |
| 3199 | 2026-07-21T20:30:24.392Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-07-21T20:30:24.396Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3201 | 2026-07-21T20:30:24.440Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3202 | 2026-07-21T20:30:24.465Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3203 | 2026-07-21T20:30:24.487Z | Compiling phf_shared v0.12.1 |
| 3204 | 2026-07-21T20:30:24.627Z | Compiling ingot v0.1.1 |
| 3205 | 2026-07-21T20:30:24.644Z | Compiling csv-core v0.1.13 |
| 3206 | 2026-07-21T20:30:24.687Z | Compiling unicode-xid v0.2.6 |
| 3207 | 2026-07-21T20:30:24.762Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3208 | 2026-07-21T20:30:24.799Z | Compiling xshell-macros v0.2.7 |
| 3209 | 2026-07-21T20:30:24.820Z | Compiling highway v1.3.0 |
| 3210 | 2026-07-21T20:30:24.830Z | Compiling chrono-tz v0.10.4 |
| 3211 | 2026-07-21T20:30:24.857Z | Compiling const_format_proc_macros v0.2.34 |
| 3212 | 2026-07-21T20:30:24.870Z | Compiling csv v1.4.0 |
| 3213 | 2026-07-21T20:30:24.940Z | Compiling hickory-resolver v0.24.4 |
| 3214 | 2026-07-21T20:30:24.972Z | Compiling typify v0.6.2 |
| 3215 | 2026-07-21T20:30:25.070Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3216 | 2026-07-21T20:30:25.084Z | Compiling progenitor-impl v0.14.0 |
| 3217 | 2026-07-21T20:30:25.107Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3218 | 2026-07-21T20:30:25.234Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3219 | 2026-07-21T20:30:25.259Z | Compiling xshell v0.2.7 |
| 3220 | 2026-07-21T20:30:25.481Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3221 | 2026-07-21T20:30:25.764Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3222 | 2026-07-21T20:30:25.799Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3223 | 2026-07-21T20:30:25.812Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3224 | 2026-07-21T20:30:25.840Z | Compiling phf v0.12.1 |
| 3225 | 2026-07-21T20:30:26.058Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3226 | 2026-07-21T20:30:26.080Z | Compiling qorb v0.4.1 |
| 3227 | 2026-07-21T20:30:26.225Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3228 | 2026-07-21T20:30:26.342Z | Compiling pkcs8 v0.11.0 |
| 3229 | 2026-07-21T20:30:26.399Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3230 | 2026-07-21T20:30:26.617Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3231 | 2026-07-21T20:30:26.735Z | Compiling owo-colors v4.3.0 |
| 3232 | 2026-07-21T20:30:26.862Z | Compiling const_format v0.2.35 |
| 3233 | 2026-07-21T20:30:26.885Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3234 | 2026-07-21T20:30:27.115Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3235 | 2026-07-21T20:30:27.197Z | Compiling tabled_derive v0.7.0 |
| 3236 | 2026-07-21T20:30:27.215Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3237 | 2026-07-21T20:30:27.236Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3238 | 2026-07-21T20:30:27.255Z | Compiling bcs v0.1.6 |
| 3239 | 2026-07-21T20:30:27.580Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3240 | 2026-07-21T20:30:27.598Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3241 | 2026-07-21T20:30:27.747Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3242 | 2026-07-21T20:30:27.863Z | Compiling progenitor-macro v0.14.0 |
| 3243 | 2026-07-21T20:30:27.952Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3244 | 2026-07-21T20:30:28.005Z | Compiling ff v0.14.0 |
| 3245 | 2026-07-21T20:30:28.135Z | Compiling tagptr v0.2.0 |
| 3246 | 2026-07-21T20:30:28.170Z | Compiling termtree v0.5.1 |
| 3247 | 2026-07-21T20:30:28.175Z | Compiling salty v0.3.0 |
| 3248 | 2026-07-21T20:30:28.210Z | Compiling textwrap v0.16.2 |
| 3249 | 2026-07-21T20:30:28.211Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3250 | 2026-07-21T20:30:28.244Z | Compiling tabled v0.15.0 |
| 3251 | 2026-07-21T20:30:28.312Z | Compiling moka v0.12.13 |
| 3252 | 2026-07-21T20:30:28.456Z | Compiling steno v0.4.1 |
| 3253 | 2026-07-21T20:30:28.497Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3254 | 2026-07-21T20:30:28.539Z | Compiling sha1 v0.10.6 |
| 3255 | 2026-07-21T20:30:28.663Z | Compiling signature v3.0.0 |
| 3256 | 2026-07-21T20:30:28.730Z | Compiling base16ct v1.0.0 |
| 3257 | 2026-07-21T20:30:28.801Z | Compiling base64 v0.21.7 |
| 3258 | 2026-07-21T20:30:28.885Z | Compiling radium v0.7.0 |
| 3259 | 2026-07-21T20:30:28.978Z | Compiling sec1 v0.8.1 |
| 3260 | 2026-07-21T20:30:29.084Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3261 | 2026-07-21T20:30:29.107Z | Compiling hickory-resolver v0.25.2 |
| 3262 | 2026-07-21T20:30:29.163Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3263 | 2026-07-21T20:30:29.229Z | Compiling group v0.14.0 |
| 3264 | 2026-07-21T20:30:29.306Z | Compiling hkdf v0.13.0 |
| 3265 | 2026-07-21T20:30:29.326Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3266 | 2026-07-21T20:30:29.361Z | Compiling rfc6979 v0.4.0 |
| 3267 | 2026-07-21T20:30:29.446Z | Compiling tap v1.0.1 |
| 3268 | 2026-07-21T20:30:29.506Z | Compiling maybe-uninit v2.0.0 |
| 3269 | 2026-07-21T20:30:29.523Z | Compiling ecdsa v0.16.9 |
| 3270 | 2026-07-21T20:30:29.566Z | Compiling wyz v0.5.1 |
| 3271 | 2026-07-21T20:30:29.583Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3272 | 2026-07-21T20:30:29.902Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3273 | 2026-07-21T20:30:29.970Z | Compiling primeorder v0.13.6 |
| 3274 | 2026-07-21T20:30:30.033Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3275 | 2026-07-21T20:30:30.164Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3276 | 2026-07-21T20:30:30.250Z | Compiling utf-8 v0.7.6 |
| 3277 | 2026-07-21T20:30:30.268Z | Compiling funty v2.0.0 |
| 3278 | 2026-07-21T20:30:30.291Z | Compiling packed_struct v0.10.1 |
| 3279 | 2026-07-21T20:30:30.397Z | Compiling parking_lot_core v0.8.6 |
| 3280 | 2026-07-21T20:30:30.482Z | Compiling tungstenite v0.21.0 |
| 3281 | 2026-07-21T20:30:30.498Z | Compiling proc-macro-error2 v2.0.1 |
| 3282 | 2026-07-21T20:30:30.607Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3283 | 2026-07-21T20:30:30.661Z | Compiling bitvec v1.0.1 |
| 3284 | 2026-07-21T20:30:30.721Z | Compiling p384 v0.13.1 |
| 3285 | 2026-07-21T20:30:30.849Z | Compiling rfc6979 v0.5.0 |
| 3286 | 2026-07-21T20:30:30.872Z | Compiling git-stub v1.0.0 |
| 3287 | 2026-07-21T20:30:30.888Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3288 | 2026-07-21T20:30:31.021Z | Compiling packed_struct_codegen v0.10.1 |
| 3289 | 2026-07-21T20:30:31.025Z | Compiling num-derive v0.3.3 |
| 3290 | 2026-07-21T20:30:31.054Z | Compiling zerocopy-derive v0.6.6 |
| 3291 | 2026-07-21T20:30:31.177Z | Compiling bitfield-macros v0.19.4 |
| 3292 | 2026-07-21T20:30:31.198Z | Compiling indexmap v1.9.3 |
| 3293 | 2026-07-21T20:30:31.379Z | Compiling nodrop v0.1.14 |
| 3294 | 2026-07-21T20:30:31.435Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3295 | 2026-07-21T20:30:31.453Z | Compiling crc-catalog v2.4.0 |
| 3296 | 2026-07-21T20:30:31.504Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-07-21T20:30:31.583Z | Compiling crc v3.4.0 |
| 3298 | 2026-07-21T20:30:31.600Z | Compiling array-init v0.0.4 |
| 3299 | 2026-07-21T20:30:31.724Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3300 | 2026-07-21T20:30:31.742Z | Compiling git-stub-vcs v0.1.0 |
| 3301 | 2026-07-21T20:30:31.787Z | Compiling tokio-tungstenite v0.21.0 |
| 3302 | 2026-07-21T20:30:31.820Z | Compiling ecdsa v0.17.0-rc.18 |
| 3303 | 2026-07-21T20:30:31.991Z | Compiling tabled_derive v0.11.0 |
| 3304 | 2026-07-21T20:30:32.009Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-07-21T20:30:32.057Z | Compiling libscf-sys v1.1.0 |
| 3306 | 2026-07-21T20:30:32.061Z | Compiling zerocopy v0.6.6 |
| 3307 | 2026-07-21T20:30:32.097Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3308 | 2026-07-21T20:30:32.152Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-07-21T20:30:32.227Z | Compiling primeorder v0.14.0-rc.10 |
| 3310 | 2026-07-21T20:30:32.230Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-07-21T20:30:32.294Z | Compiling primefield v0.14.0 |
| 3312 | 2026-07-21T20:30:32.379Z | Compiling progenitor-impl v0.13.0 |
| 3313 | 2026-07-21T20:30:32.396Z | Compiling papergrid v0.17.0 |
| 3314 | 2026-07-21T20:30:32.412Z | Compiling testing_table v0.3.0 |
| 3315 | 2026-07-21T20:30:32.436Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3316 | 2026-07-21T20:30:32.499Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3317 | 2026-07-21T20:30:32.560Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3318 | 2026-07-21T20:30:32.591Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3319 | 2026-07-21T20:30:32.608Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3320 | 2026-07-21T20:30:32.631Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3321 | 2026-07-21T20:30:32.649Z | Compiling corncobs v0.1.4 |
| 3322 | 2026-07-21T20:30:32.809Z | Compiling hashbrown v0.12.3 |
| 3323 | 2026-07-21T20:30:32.844Z | Compiling unicase v2.9.0 |
| 3324 | 2026-07-21T20:30:32.862Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3325 | 2026-07-21T20:30:32.964Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-07-21T20:30:32.996Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-07-21T20:30:33.020Z | Compiling progenitor v0.14.0 |
| 3328 | 2026-07-21T20:30:33.067Z | Compiling mime_guess v2.0.5 |
| 3329 | 2026-07-21T20:30:33.082Z | Compiling parking_lot v0.11.2 |
| 3330 | 2026-07-21T20:30:33.123Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3331 | 2026-07-21T20:30:33.203Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3332 | 2026-07-21T20:30:33.243Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3333 | 2026-07-21T20:30:33.304Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3334 | 2026-07-21T20:30:33.342Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3335 | 2026-07-21T20:30:33.358Z | Compiling tabled v0.20.0 |
| 3336 | 2026-07-21T20:30:33.388Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3337 | 2026-07-21T20:30:33.492Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3338 | 2026-07-21T20:30:33.521Z | Compiling serde-hex v0.1.0 |
| 3339 | 2026-07-21T20:30:33.571Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3340 | 2026-07-21T20:30:33.669Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3341 | 2026-07-21T20:30:33.820Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3342 | 2026-07-21T20:30:33.961Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3343 | 2026-07-21T20:30:33.964Z | Compiling ron v0.8.1 |
| 3344 | 2026-07-21T20:30:34.028Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3345 | 2026-07-21T20:30:34.113Z | Compiling hashbrown v0.13.2 |
| 3346 | 2026-07-21T20:30:34.178Z | Compiling progenitor-client v0.13.0 |
| 3347 | 2026-07-21T20:30:34.202Z | Compiling prefix-trie v0.7.0 |
| 3348 | 2026-07-21T20:30:34.396Z | Compiling fxhash v0.2.1 |
| 3349 | 2026-07-21T20:30:34.533Z | Compiling secrecy v0.8.0 |
| 3350 | 2026-07-21T20:30:34.566Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3351 | 2026-07-21T20:30:34.630Z | Compiling crc-any v2.5.0 |
| 3352 | 2026-07-21T20:30:34.648Z | Compiling object v0.30.4 |
| 3353 | 2026-07-21T20:30:34.860Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3354 | 2026-07-21T20:30:34.897Z | Compiling hickory-server v0.25.2 |
| 3355 | 2026-07-21T20:30:35.049Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3356 | 2026-07-21T20:30:35.191Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3357 | 2026-07-21T20:30:35.291Z | Compiling progenitor-macro v0.13.0 |
| 3358 | 2026-07-21T20:30:35.549Z | Compiling sled v0.34.7 |
| 3359 | 2026-07-21T20:30:35.798Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3360 | 2026-07-21T20:30:35.816Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3361 | 2026-07-21T20:30:35.920Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3362 | 2026-07-21T20:30:36.102Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3363 | 2026-07-21T20:30:36.305Z | Compiling ed25519 v3.0.0 |
| 3364 | 2026-07-21T20:30:36.420Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3365 | 2026-07-21T20:30:36.734Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3366 | 2026-07-21T20:30:36.883Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3367 | 2026-07-21T20:30:37.181Z | Compiling crypto-primes v0.7.2 |
| 3368 | 2026-07-21T20:30:37.444Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3369 | 2026-07-21T20:30:37.614Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3370 | 2026-07-21T20:30:37.642Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3371 | 2026-07-21T20:30:37.660Z | Compiling poly1305 v0.9.0 |
| 3372 | 2026-07-21T20:30:37.681Z | Compiling blowfish v0.10.0 |
| 3373 | 2026-07-21T20:30:37.961Z | Compiling blake2 v0.11.0-rc.6 |
| 3374 | 2026-07-21T20:30:37.986Z | Compiling keccak v0.2.0 |
| 3375 | 2026-07-21T20:30:38.075Z | Compiling crc8 v0.1.1 |
| 3376 | 2026-07-21T20:30:38.120Z | Compiling fiat-crypto v0.3.0 |
| 3377 | 2026-07-21T20:30:38.146Z | Compiling half v1.8.3 |
| 3378 | 2026-07-21T20:30:38.196Z | Compiling http-range v0.1.5 |
| 3379 | 2026-07-21T20:30:38.221Z | Compiling path-slash v0.1.5 |
| 3380 | 2026-07-21T20:30:38.269Z | Compiling argon2 v0.6.0-rc.8 |
| 3381 | 2026-07-21T20:30:38.396Z | Compiling serde_cbor v0.11.2 |
| 3382 | 2026-07-21T20:30:38.421Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3383 | 2026-07-21T20:30:38.450Z | Compiling rsa v0.10.0-rc.18 |
| 3384 | 2026-07-21T20:30:38.468Z | Compiling sha3 v0.11.0 |
| 3385 | 2026-07-21T20:30:38.491Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3386 | 2026-07-21T20:30:38.583Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3387 | 2026-07-21T20:30:38.641Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3388 | 2026-07-21T20:30:38.949Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3389 | 2026-07-21T20:30:39.090Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3390 | 2026-07-21T20:30:39.275Z | Compiling illumos-nvpair v0.3.0 |
| 3391 | 2026-07-21T20:30:39.386Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3392 | 2026-07-21T20:30:39.403Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3393 | 2026-07-21T20:30:39.553Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3394 | 2026-07-21T20:30:39.581Z | Compiling p521 v0.14.0-rc.10 |
| 3395 | 2026-07-21T20:30:39.600Z | Compiling p256 v0.14.0-rc.10 |
| 3396 | 2026-07-21T20:30:39.774Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3397 | 2026-07-21T20:30:39.791Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3398 | 2026-07-21T20:30:39.794Z | Compiling yasna v0.5.2 |
| 3399 | 2026-07-21T20:30:39.827Z | Compiling kstat-rs v0.2.4 |
| 3400 | 2026-07-21T20:30:39.915Z | Compiling headers-core v0.3.0 |
| 3401 | 2026-07-21T20:30:40.062Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3402 | 2026-07-21T20:30:40.152Z | Compiling kem v0.3.0 |
| 3403 | 2026-07-21T20:30:40.303Z | Compiling module-lattice v0.2.3 |
| 3404 | 2026-07-21T20:30:40.321Z | Compiling nanorand v0.7.0 |
| 3405 | 2026-07-21T20:30:40.337Z | Compiling atty v0.2.14 |
| 3406 | 2026-07-21T20:30:40.382Z | Compiling progenitor v0.13.0 |
| 3407 | 2026-07-21T20:30:40.421Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3408 | 2026-07-21T20:30:40.475Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3409 | 2026-07-21T20:30:40.510Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3410 | 2026-07-21T20:30:40.547Z | Compiling ml-kem v0.3.2 |
| 3411 | 2026-07-21T20:30:40.565Z | Compiling flume v0.11.1 |
| 3412 | 2026-07-21T20:30:40.580Z | Compiling rcgen v0.12.1 |
| 3413 | 2026-07-21T20:30:40.634Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3414 | 2026-07-21T20:30:40.819Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3415 | 2026-07-21T20:30:40.840Z | Compiling headers v0.4.1 |
| 3416 | 2026-07-21T20:30:40.932Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3417 | 2026-07-21T20:30:41.484Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3418 | 2026-07-21T20:30:41.544Z | Compiling hyper-staticfile v0.10.1 |
| 3419 | 2026-07-21T20:30:41.563Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3420 | 2026-07-21T20:30:41.661Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3421 | 2026-07-21T20:30:41.709Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3422 | 2026-07-21T20:30:41.828Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3423 | 2026-07-21T20:30:41.956Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3424 | 2026-07-21T20:30:42.099Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3425 | 2026-07-21T20:30:42.251Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3426 | 2026-07-21T20:30:42.453Z | Compiling russh-cryptovec v0.61.0 |
| 3427 | 2026-07-21T20:30:42.480Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3428 | 2026-07-21T20:30:42.572Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3429 | 2026-07-21T20:30:42.709Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3430 | 2026-07-21T20:30:42.941Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3431 | 2026-07-21T20:30:42.960Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3432 | 2026-07-21T20:30:42.982Z | Compiling port-file v0.1.0 |
| 3433 | 2026-07-21T20:30:43.032Z | Compiling num-bigint v0.4.6 |
| 3434 | 2026-07-21T20:30:43.206Z | Compiling generic-array v1.4.3 |
| 3435 | 2026-07-21T20:30:43.225Z | Compiling russh-util v0.52.0 |
| 3436 | 2026-07-21T20:30:43.250Z | Compiling enum_dispatch v0.3.13 |
| 3437 | 2026-07-21T20:30:43.268Z | Compiling delegate v0.13.5 |
| 3438 | 2026-07-21T20:30:43.379Z | Compiling p384 v0.14.0-rc.10 |
| 3439 | 2026-07-21T20:30:43.406Z | Compiling subprocess v0.2.15 |
| 3440 | 2026-07-21T20:30:43.672Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3441 | 2026-07-21T20:30:43.717Z | Compiling md5 v0.8.0 |
| 3442 | 2026-07-21T20:30:43.763Z | Compiling display-error-chain v0.2.2 |
| 3443 | 2026-07-21T20:30:43.934Z | Compiling hex-literal v1.1.0 |
| 3444 | 2026-07-21T20:30:43.998Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3445 | 2026-07-21T20:30:44.014Z | Compiling colored v2.2.0 |
| 3446 | 2026-07-21T20:30:44.072Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3447 | 2026-07-21T20:30:44.142Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3448 | 2026-07-21T20:30:44.174Z | Compiling socket2 v0.5.10 |
| 3449 | 2026-07-21T20:30:44.296Z | Compiling internet-checksum v0.2.1 |
| 3450 | 2026-07-21T20:30:44.966Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3451 | 2026-07-21T20:30:45.494Z | Compiling ssh-key v0.7.0-rc.10 |
| 3452 | 2026-07-21T20:30:45.668Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3453 | 2026-07-21T20:30:46.138Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3454 | 2026-07-21T20:30:46.741Z | Compiling russh v0.61.2 |
| 3455 | 2026-07-21T20:30:47.522Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3456 | 2026-07-21T20:30:48.207Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3457 | 2026-07-21T20:30:56.625Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3458 | 2026-07-21T20:30:56.625Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3459 | 2026-07-21T20:30:56.629Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3460 | 2026-07-21T20:30:56.629Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3461 | 2026-07-21T20:30:58.389Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3462 | 2026-07-21T20:30:58.421Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3463 | 2026-07-21T20:31:02.387Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3464 | 2026-07-21T20:31:42.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3465 | 2026-07-21T20:31:42.381Z | |
| 3466 | 2026-07-21T20:31:42.381Z | real 1:27.434109473 |
| 3467 | 2026-07-21T20:31:42.381Z | user 8:45.878712061 |
| 3468 | 2026-07-21T20:31:42.381Z | sys 1:43.233715651 |
| 3469 | 2026-07-21T20:31:42.381Z | trap 0.259603285 |
| 3470 | 2026-07-21T20:31:42.381Z | tflt 0.401770566 |
| 3471 | 2026-07-21T20:31:42.381Z | dflt 1.560627943 |
| 3472 | 2026-07-21T20:31:42.386Z | kflt 0.000348790 |
| 3473 | 2026-07-21T20:31:42.387Z | lock 29:47.957374813 |
| 3474 | 2026-07-21T20:31:42.387Z | slp 20:01.838441464 |
| 3475 | 2026-07-21T20:31:42.387Z | lat 42.943032866 |
| 3476 | 2026-07-21T20:31:42.387Z | stop 2:55.153748903 |
| 3477 | 2026-07-21T20:31:42.387Z | + mkdir tests |
| 3478 | 2026-07-21T20:31:42.387Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3479 | 2026-07-21T20:31:42.387Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3480 | 2026-07-21T20:31:42.407Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3481 | 2026-07-21T20:31:42.428Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3482 | 2026-07-21T20:31:42.449Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3483 | 2026-07-21T20:31:42.469Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3484 | 2026-07-21T20:31:42.806Z | + 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) |
| 3485 | 2026-07-21T20:31:42.809Z | + 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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 |
| 3486 | 2026-07-21T20:33:02.827Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3487 | 2026-07-21T20:33:02.827Z | a .github/buildomat/ci-env.sh 1K |
| 3488 | 2026-07-21T20:33:02.827Z | a out/target/test 1K |
| 3489 | 2026-07-21T20:33:02.827Z | a out/npuzone/npuzone 27402K |
| 3490 | 2026-07-21T20:33:02.827Z | a package-manifest.toml 35K |
| 3491 | 2026-07-21T20:33:02.828Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3492 | 2026-07-21T20:33:02.828Z | a target/release/omicron-package 40729K |
| 3493 | 2026-07-21T20:33:02.828Z | a target/release/xtask 10468K |
| 3494 | 2026-07-21T20:33:02.828Z | a target/debug/bootstrap 349671K |
| 3495 | 2026-07-21T20:33:02.828Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3496 | 2026-07-21T20:33:02.828Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3497 | 2026-07-21T20:33:02.828Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3498 | 2026-07-21T20:33:02.828Z | a tests/end_to_end_tests-fe05326eebb245d2 399544K |
| 3499 | 2026-07-21T20:33:02.828Z | a tools/opte_version 1K |
| 3500 | 2026-07-21T20:33:02.828Z | a tools/opte_version_override 2K |
| 3501 | 2026-07-21T20:33:02.828Z | a out/clickhouse.tar.gz 310737K |
| 3502 | 2026-07-21T20:33:02.828Z | a out/clickhouse_keeper.tar.gz 297204K |
| 3503 | 2026-07-21T20:33:02.828Z | a out/clickhouse_server.tar.gz 310735K |
| 3504 | 2026-07-21T20:33:02.828Z | a out/cockroachdb.tar.gz 161742K |
| 3505 | 2026-07-21T20:33:02.828Z | a out/crucible-pantry-zone.tar.gz 39110K |
| 3506 | 2026-07-21T20:33:02.828Z | a out/crucible-utils.tar 18900K |
| 3507 | 2026-07-21T20:33:02.828Z | a out/crucible-zone.tar.gz 53805K |
| 3508 | 2026-07-21T20:33:02.828Z | a out/external-dns.tar.gz 46165K |
| 3509 | 2026-07-21T20:33:02.828Z | a out/internal-dns.tar.gz 46165K |
| 3510 | 2026-07-21T20:33:02.828Z | a out/mg-ddm-gz.tar 102717K |
| 3511 | 2026-07-21T20:33:02.828Z | a out/nexus.tar.gz 273560K |
| 3512 | 2026-07-21T20:33:02.828Z | a out/ntp.tar.gz 29912K |
| 3513 | 2026-07-21T20:33:02.829Z | a out/omicron-gateway-softnpu.tar.gz 27711K |
| 3514 | 2026-07-21T20:33:02.829Z | a out/omicron-sled-agent.tar 191471K |
| 3515 | 2026-07-21T20:33:02.829Z | a out/overlay.tar.gz 4K |
| 3516 | 2026-07-21T20:33:02.829Z | a out/oximeter.tar.gz 59925K |
| 3517 | 2026-07-21T20:33:02.829Z | a out/oxlog.tar 3808K |
| 3518 | 2026-07-21T20:33:02.829Z | a out/probe.tar.gz 3037K |
| 3519 | 2026-07-21T20:33:02.829Z | a out/propolis-server.tar.gz 34372K |
| 3520 | 2026-07-21T20:33:02.829Z | a out/pumpkind-gz.tar 26647K |
| 3521 | 2026-07-21T20:33:02.829Z | a out/switch-softnpu.tar.gz 450149K |
| 3522 | 2026-07-21T20:33:02.843Z | |
| 3523 | 2026-07-21T20:33:02.844Z | real 1:20.016543233 |
| 3524 | 2026-07-21T20:33:02.844Z | user 1:17.465527118 |
| 3525 | 2026-07-21T20:33:02.844Z | sys 4.314428962 |
| 3526 | 2026-07-21T20:33:02.844Z | trap 0.005914774 |
| 3527 | 2026-07-21T20:33:02.844Z | tflt 0.000000000 |
| 3528 | 2026-07-21T20:33:02.844Z | dflt 0.000000000 |
| 3529 | 2026-07-21T20:33:02.844Z | kflt 0.000000000 |
| 3530 | 2026-07-21T20:33:02.844Z | lock 0.000000000 |
| 3531 | 2026-07-21T20:33:02.844Z | slp 1:17.310897681 |
| 3532 | 2026-07-21T20:33:02.844Z | lat 0.931457422 |
| 3533 | 2026-07-21T20:33:02.844Z | stop 0.000225610 |
| 3534 | 2026-07-21T20:33:02.844Z | process exited: duration 949946 ms, exit code 0 |
| |
| 3535 | 2026-07-21T20:33:02.880Z | found 1 output files |
| 3536 | 2026-07-21T20:33:02.880Z | uploading: /work/package.tar.gz (2483736903 bytes) |
| 3537 | 2026-07-21T20:34:37.540Z | uploaded: /work/package.tar.gz |