|
|
|
| 1 | 2026-07-31T17:19:07.158Z | job assigned to worker 01KYWJY0XMVRW6JXHMVECXAFP2 [factory aws, i-0b308b50fd310c54f] (queued for 1 m 9 s) |
| |
| 2 | 2026-07-31T17:19:14.021Z | starting task 0: "setup" |
| 3 | 2026-07-31T17:19:14.025Z | ++ uname -s |
| 4 | 2026-07-31T17:19:14.028Z | + kern=SunOS |
| 5 | 2026-07-31T17:19:14.028Z | + build_user=build |
| 6 | 2026-07-31T17:19:14.028Z | + build_uid=12345 |
| 7 | 2026-07-31T17:19:14.028Z | + work_dir=/work |
| 8 | 2026-07-31T17:19:14.028Z | + input_dir=/input |
| 9 | 2026-07-31T17:19:14.028Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-31T17:19:14.029Z | + case "$kern" in |
| 11 | 2026-07-31T17:19:14.029Z | + groupadd -g 12345 build |
| 12 | 2026-07-31T17:19:14.032Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-31T17:19:16.064Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-31T17:19:16.146Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-31T17:19:16.149Z | + home_fs=zfs |
| 16 | 2026-07-31T17:19:16.149Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-31T17:19:16.149Z | + mkdir -p /home/build |
| 18 | 2026-07-31T17:19:16.153Z | + chown build:build /home/build /work |
| 19 | 2026-07-31T17:19:17.152Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-31T17:19:17.156Z | process exited: duration 3136 ms, exit code 0 |
| |
| 21 | 2026-07-31T17:19:17.164Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-31T17:19:17.169Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-31T17:19:17.169Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-31T17:19:17.169Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-31T17:19:17.169Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-31T17:19:17.174Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-07-31T17:19:17.174Z | * rust toolchain profile = "default" |
| 28 | 2026-07-31T17:19:17.174Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-31T17:19:17.174Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-31T17:19:17.245Z | info: downloading installer |
| 31 | 2026-07-31T17:19:18.590Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-31T17:19:18.590Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-31T17:19:18.590Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-31T17:19:18.590Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-31T17:19:18.601Z | info: profile set to default |
| 36 | 2026-07-31T17:19:18.601Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-31T17:19:18.604Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-31T17:19:18.730Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-31T17:19:18.736Z | info: downloading 6 components |
| 40 | 2026-07-31T17:19:34.770Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-31T17:19:34.770Z | |
| 42 | 2026-07-31T17:19:34.797Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-31T17:19:34.797Z | |
| 44 | 2026-07-31T17:19:34.797Z | |
| 45 | 2026-07-31T17:19:34.797Z | Rust is installed now. Great! |
| 46 | 2026-07-31T17:19:34.797Z | |
| 47 | 2026-07-31T17:19:34.797Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-31T17:19:34.797Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-31T17:19:34.797Z | |
| 50 | 2026-07-31T17:19:34.797Z | To configure your current shell, you need to source |
| 51 | 2026-07-31T17:19:34.797Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-31T17:19:34.797Z | |
| 53 | 2026-07-31T17:19:34.797Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-31T17:19:34.797Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-31T17:19:34.797Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-31T17:19:34.797Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-31T17:19:34.797Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-31T17:19:34.797Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-31T17:19:34.797Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-31T17:19:34.801Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-31T17:19:34.801Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-31T17:19:34.908Z | + rustup --version |
| 63 | 2026-07-31T17:19:34.914Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-31T17:19:34.917Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-31T17:19:34.934Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-31T17:19:34.937Z | + cargo --version |
| 67 | 2026-07-31T17:19:34.947Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-31T17:19:34.950Z | + rustc --version |
| 69 | 2026-07-31T17:19:34.968Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-31T17:19:34.973Z | process exited: duration 17807 ms, exit code 0 |
| |
| 71 | 2026-07-31T17:19:34.979Z | starting task 2: "authentication" |
| 72 | 2026-07-31T17:19:35.002Z | process exited: duration 23 ms, exit code 0 |
| |
| 73 | 2026-07-31T17:19:35.010Z | starting task 3: "clone repository" |
| 74 | 2026-07-31T17:19:35.013Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-31T17:19:35.017Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-31T17:19:35.048Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-31T17:19:45.006Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-31T17:19:45.006Z | + git fetch origin e597b2c49f45a185d9a3a45385b548f1f5fc3f56 |
| 79 | 2026-07-31T17:19:45.332Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-31T17:19:45.332Z | * branch e597b2c49f45a185d9a3a45385b548f1f5fc3f56 -> FETCH_HEAD |
| 81 | 2026-07-31T17:19:45.344Z | + [[ -n john/mupdate-recovery-after-noop-conversion ]] |
| 82 | 2026-07-31T17:19:45.348Z | ++ git branch --show-current |
| 83 | 2026-07-31T17:19:45.351Z | + current=main |
| 84 | 2026-07-31T17:19:45.351Z | + [[ main != john/mupdate-recovery-after-noop-conversion ]] |
| 85 | 2026-07-31T17:19:45.351Z | + git branch -f john/mupdate-recovery-after-noop-conversion e597b2c49f45a185d9a3a45385b548f1f5fc3f56 |
| 86 | 2026-07-31T17:19:45.351Z | + git checkout -f john/mupdate-recovery-after-noop-conversion |
| 87 | 2026-07-31T17:19:45.604Z | Switched to branch 'john/mupdate-recovery-after-noop-conversion' |
| 88 | 2026-07-31T17:19:45.607Z | + git reset --hard e597b2c49f45a185d9a3a45385b548f1f5fc3f56 |
| 89 | 2026-07-31T17:19:45.630Z | HEAD is now at e597b2c49 cargo fmt |
| 90 | 2026-07-31T17:19:45.633Z | process exited: duration 10623 ms, exit code 0 |
| |
| 91 | 2026-07-31T17:19:45.639Z | starting task 4: "build" |
| 92 | 2026-07-31T17:19:45.644Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-31T17:19:45.645Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-31T17:19:45.645Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-31T17:19:45.648Z | +++ uname -s |
| 96 | 2026-07-31T17:19:45.648Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-31T17:19:45.648Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-31T17:19:45.651Z | + cargo --version |
| 99 | 2026-07-31T17:19:45.659Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-07-31T17:19:45.662Z | + rustc --version |
| 101 | 2026-07-31T17:19:45.683Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-07-31T17:19:45.687Z | + WORK=/work |
| 103 | 2026-07-31T17:19:45.687Z | + pfexec mkdir -p /work |
| 104 | 2026-07-31T17:19:45.690Z | + pfexec chown build /work |
| 105 | 2026-07-31T17:19:45.692Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-31T17:19:47.481Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-31T17:19:47.764Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-31T17:19:48.922Z | Planning: Solver setup ... Done (1.078s) |
| 109 | 2026-07-31T17:19:48.965Z | Planning: Running solver ... Done (0.044s) |
| 110 | 2026-07-31T17:19:48.996Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-31T17:19:49.008Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-31T17:19:49.029Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-31T17:19:49.043Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-31T17:19:49.045Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-31T17:19:49.254Z | Planning: Checking for conflicting actions ... Done (0.210s) |
| 116 | 2026-07-31T17:19:49.257Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-31T17:19:50.142Z | Planning: Evaluating mediators ... Done (0.887s) |
| 118 | 2026-07-31T17:19:50.145Z | Planning: Planning completed in 2.35 seconds |
| 119 | 2026-07-31T17:19:50.152Z | Packages to install: 2 |
| 120 | 2026-07-31T17:19:50.152Z | Estimated space available: 156.02 GB |
| 121 | 2026-07-31T17:19:50.152Z | Estimated space to be consumed: 55.06 MB |
| 122 | 2026-07-31T17:19:50.152Z | Create boot environment: No |
| 123 | 2026-07-31T17:19:50.152Z | Create backup boot environment: No |
| 124 | 2026-07-31T17:19:50.155Z | Rebuild boot archive: No |
| 125 | 2026-07-31T17:19:50.155Z | |
| 126 | 2026-07-31T17:19:50.155Z | Changed packages: |
| 127 | 2026-07-31T17:19:50.155Z | helios |
| 128 | 2026-07-31T17:19:50.155Z | developer/build-essential |
| 129 | 2026-07-31T17:19:50.155Z | None -> 11-3.0 |
| 130 | 2026-07-31T17:19:50.156Z | library/libxmlsec1 |
| 131 | 2026-07-31T17:19:50.156Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-31T17:19:50.178Z | |
| 133 | 2026-07-31T17:19:50.178Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-31T17:19:50.249Z | Download: Completed 1.28 MB in 0.07 seconds (17.9M/s) |
| 135 | 2026-07-31T17:19:50.329Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-31T17:19:50.370Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-31T17:19:50.394Z | Finalize: Updating package state database ... Done (0.024s) |
| 138 | 2026-07-31T17:19:50.394Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-31T17:19:50.452Z | Finalize: Updating image state ... Done (0.057s) |
| 140 | 2026-07-31T17:19:53.067Z | Finalize: Creating fast lookup database ... Done (2.575s) |
| 141 | 2026-07-31T17:19:53.134Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-31T17:19:53.137Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-31T17:19:53.241Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-31T17:19:53.589Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-31T17:19:53.693Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-31T17:19:53.697Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-31T17:19:53.850Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-31T17:19:53.853Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-31T17:19:53.874Z | Mediators to change: 2 |
| 150 | 2026-07-31T17:19:53.874Z | Create boot environment: No |
| 151 | 2026-07-31T17:19:53.878Z | Create backup boot environment: No |
| 152 | 2026-07-31T17:19:53.950Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-31T17:19:53.950Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-31T17:19:53.963Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-31T17:19:55.912Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-31T17:19:55.981Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-31T17:19:55.984Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-31T17:19:56.060Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-31T17:19:56.345Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-31T17:19:56.450Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-31T17:19:56.453Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-31T17:19:56.606Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-31T17:19:56.609Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-31T17:19:56.628Z | Mediators to change: 1 |
| 165 | 2026-07-31T17:19:56.629Z | Create boot environment: No |
| 166 | 2026-07-31T17:19:56.629Z | Create backup boot environment: No |
| 167 | 2026-07-31T17:19:56.682Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-31T17:19:56.686Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-31T17:19:56.716Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-31T17:19:58.660Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-31T17:19:58.726Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-31T17:19:58.729Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-31T17:19:58.808Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-31T17:19:59.122Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-31T17:19:59.122Z | apache system 2.4 system |
| 176 | 2026-07-31T17:19:59.122Z | clang system 15 system |
| 177 | 2026-07-31T17:19:59.122Z | csh system system illumos |
| 178 | 2026-07-31T17:19:59.122Z | ctags system system illumos |
| 179 | 2026-07-31T17:19:59.122Z | file vendor vendor darwinsys |
| 180 | 2026-07-31T17:19:59.123Z | file system system illumos |
| 181 | 2026-07-31T17:19:59.123Z | gcc vendor 14 vendor |
| 182 | 2026-07-31T17:19:59.123Z | gcc system 13 system |
| 183 | 2026-07-31T17:19:59.123Z | gcc system 10 system |
| 184 | 2026-07-31T17:19:59.123Z | go system 1.25 system |
| 185 | 2026-07-31T17:19:59.123Z | llvm system 15 system |
| 186 | 2026-07-31T17:19:59.123Z | mariadb system 11.4 system |
| 187 | 2026-07-31T17:19:59.123Z | mta vendor vendor dma |
| 188 | 2026-07-31T17:19:59.123Z | openjdk system 17 system |
| 189 | 2026-07-31T17:19:59.123Z | openjdk system 11 system |
| 190 | 2026-07-31T17:19:59.123Z | openssl vendor 3 vendor |
| 191 | 2026-07-31T17:19:59.123Z | perl system 5.40 system |
| 192 | 2026-07-31T17:19:59.123Z | postgresql system 18 system |
| 193 | 2026-07-31T17:19:59.123Z | postgresql system 17 system |
| 194 | 2026-07-31T17:19:59.123Z | python vendor 3 vendor |
| 195 | 2026-07-31T17:19:59.123Z | python system 2 system |
| 196 | 2026-07-31T17:19:59.123Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-31T17:19:59.123Z | ruby system 3.4 system |
| 198 | 2026-07-31T17:19:59.123Z | ruby system 3.0 system |
| 199 | 2026-07-31T17:19:59.123Z | words vendor vendor american-english |
| 200 | 2026-07-31T17:19:59.123Z | words system system australian-english |
| 201 | 2026-07-31T17:19:59.123Z | words system system british-english |
| 202 | 2026-07-31T17:19:59.123Z | words system system canadian-english |
| 203 | 2026-07-31T17:19:59.123Z | words system system french |
| 204 | 2026-07-31T17:19:59.123Z | words system system italian |
| 205 | 2026-07-31T17:19:59.123Z | words system system ngerman |
| 206 | 2026-07-31T17:19:59.123Z | words system system ogerman |
| 207 | 2026-07-31T17:19:59.123Z | words system system spanish |
| 208 | 2026-07-31T17:19:59.375Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-31T17:19:59.375Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-31T17:19:59.774Z | FMRI IFO |
| 211 | 2026-07-31T17:19:59.774Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-31T17:19:59.774Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-31T17:19:59.774Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-31T17:19:59.774Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-31T17:19:59.774Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-31T17:19:59.774Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-31T17:19:59.774Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-31T17:19:59.774Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-31T17:19:59.774Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-31T17:20:00.070Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-31T17:20:00.403Z | Updating crates.io index |
| 222 | 2026-07-31T17:20:00.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-31T17:20:00.719Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-31T17:20:01.154Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 225 | 2026-07-31T17:20:01.544Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-07-31T17:20:02.573Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 227 | 2026-07-31T17:20:03.090Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 228 | 2026-07-31T17:20:05.046Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 229 | 2026-07-31T17:20:05.848Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-07-31T17:20:06.204Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 231 | 2026-07-31T17:20:06.499Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 232 | 2026-07-31T17:20:07.662Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 233 | 2026-07-31T17:20:07.926Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-07-31T17:20:08.199Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 235 | 2026-07-31T17:20:08.483Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 236 | 2026-07-31T17:20:08.903Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 237 | 2026-07-31T17:20:09.422Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 238 | 2026-07-31T17:20:09.644Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 239 | 2026-07-31T17:20:09.899Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 240 | 2026-07-31T17:20:10.251Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 241 | 2026-07-31T17:20:10.523Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 242 | 2026-07-31T17:20:10.980Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 243 | 2026-07-31T17:20:11.265Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 244 | 2026-07-31T17:20:11.554Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 245 | 2026-07-31T17:20:11.952Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 246 | 2026-07-31T17:20:12.272Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-07-31T17:20:12.544Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-07-31T17:20:13.115Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-07-31T17:20:13.416Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-31T17:20:13.769Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-31T17:20:14.115Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-07-31T17:20:14.401Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 253 | 2026-07-31T17:20:14.633Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-07-31T17:20:14.981Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-07-31T17:20:15.425Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-07-31T17:20:15.647Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-31T17:20:15.905Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-31T17:20:16.158Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-31T17:20:16.676Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 260 | 2026-07-31T17:20:17.219Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-07-31T17:20:17.479Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-07-31T17:20:17.708Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-07-31T17:20:17.949Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-07-31T17:20:20.571Z | Downloading crates ... |
| 265 | 2026-07-31T17:20:20.619Z | Downloaded cfg-if v1.0.4 |
| 266 | 2026-07-31T17:20:20.630Z | Downloaded block-buffer v0.10.4 |
| 267 | 2026-07-31T17:20:20.633Z | Downloaded cargo-platform v0.3.2 |
| 268 | 2026-07-31T17:20:20.633Z | Downloaded anstream v1.0.0 |
| 269 | 2026-07-31T17:20:20.633Z | Downloaded anstyle v1.0.14 |
| 270 | 2026-07-31T17:20:20.633Z | Downloaded bitflags v2.11.0 |
| 271 | 2026-07-31T17:20:20.637Z | Downloaded cargo_toml v0.21.0 |
| 272 | 2026-07-31T17:20:20.637Z | Downloaded zerocopy-derive v0.7.35 |
| 273 | 2026-07-31T17:20:20.640Z | Downloaded autocfg v1.5.0 |
| 274 | 2026-07-31T17:20:20.640Z | Downloaded cargo_metadata v0.23.1 |
| 275 | 2026-07-31T17:20:20.640Z | Downloaded zmij v1.0.21 |
| 276 | 2026-07-31T17:20:20.647Z | Downloaded papergrid v0.11.0 |
| 277 | 2026-07-31T17:20:20.650Z | Downloaded getrandom v0.4.1 |
| 278 | 2026-07-31T17:20:20.653Z | Downloaded zerocopy v0.7.35 |
| 279 | 2026-07-31T17:20:20.659Z | Downloaded version_check v0.9.5 |
| 280 | 2026-07-31T17:20:20.662Z | Downloaded clap_lex v1.0.0 |
| 281 | 2026-07-31T17:20:20.662Z | Downloaded crypto-common v0.1.7 |
| 282 | 2026-07-31T17:20:20.662Z | Downloaded fs-err v3.3.0 |
| 283 | 2026-07-31T17:20:20.663Z | Downloaded itoa v1.0.17 |
| 284 | 2026-07-31T17:20:20.666Z | Downloaded cpufeatures v0.2.17 |
| 285 | 2026-07-31T17:20:20.670Z | Downloaded heck v0.5.0 |
| 286 | 2026-07-31T17:20:20.670Z | Downloaded toml_write v0.1.2 |
| 287 | 2026-07-31T17:20:20.670Z | Downloaded memchr v2.8.0 |
| 288 | 2026-07-31T17:20:20.673Z | Downloaded semver v1.0.28 |
| 289 | 2026-07-31T17:20:20.673Z | Downloaded generic-array v0.14.7 |
| 290 | 2026-07-31T17:20:20.677Z | Downloaded errno v0.3.14 |
| 291 | 2026-07-31T17:20:20.680Z | Downloaded camino-tempfile v1.4.1 |
| 292 | 2026-07-31T17:20:20.680Z | Downloaded bytecount v0.6.9 |
| 293 | 2026-07-31T17:20:20.683Z | Downloaded is_terminal_polyfill v1.70.2 |
| 294 | 2026-07-31T17:20:20.683Z | Downloaded scroll v0.12.0 |
| 295 | 2026-07-31T17:20:20.683Z | Downloaded heck v0.4.1 |
| 296 | 2026-07-31T17:20:20.686Z | Downloaded terminal_size v0.4.3 |
| 297 | 2026-07-31T17:20:20.686Z | Downloaded fastrand v2.3.0 |
| 298 | 2026-07-31T17:20:20.690Z | Downloaded macaddr v1.0.1 |
| 299 | 2026-07-31T17:20:20.690Z | Downloaded strsim v0.11.1 |
| 300 | 2026-07-31T17:20:20.695Z | Downloaded thread-id v4.2.2 |
| 301 | 2026-07-31T17:20:20.698Z | Downloaded memmap v0.7.0 |
| 302 | 2026-07-31T17:20:20.698Z | Downloaded dof v0.3.0 |
| 303 | 2026-07-31T17:20:20.698Z | Downloaded pretty-hex v0.4.1 |
| 304 | 2026-07-31T17:20:20.698Z | Downloaded fnv v1.0.7 |
| 305 | 2026-07-31T17:20:20.698Z | Downloaded scroll_derive v0.12.1 |
| 306 | 2026-07-31T17:20:20.702Z | Downloaded unicode-linebreak v0.1.5 |
| 307 | 2026-07-31T17:20:20.702Z | Downloaded dtrace-parser v0.2.0 |
| 308 | 2026-07-31T17:20:20.706Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-07-31T17:20:20.706Z | Downloaded tabled_derive v0.7.0 |
| 310 | 2026-07-31T17:20:20.706Z | Downloaded colorchoice v1.0.4 |
| 311 | 2026-07-31T17:20:20.709Z | Downloaded proc-macro-error-attr v1.0.4 |
| 312 | 2026-07-31T17:20:20.710Z | Downloaded plain v0.2.3 |
| 313 | 2026-07-31T17:20:20.713Z | Downloaded swrite v0.1.0 |
| 314 | 2026-07-31T17:20:20.713Z | Downloaded serde_spanned v0.6.9 |
| 315 | 2026-07-31T17:20:20.713Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2026-07-31T17:20:20.718Z | Downloaded pest_generator v2.8.6 |
| 317 | 2026-07-31T17:20:20.721Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2026-07-31T17:20:20.724Z | Downloaded anstyle-query v1.1.5 |
| 319 | 2026-07-31T17:20:20.727Z | Downloaded usdt v0.5.0 |
| 320 | 2026-07-31T17:20:20.734Z | Downloaded utf8parse v0.2.2 |
| 321 | 2026-07-31T17:20:20.738Z | Downloaded anstyle-parse v1.0.0 |
| 322 | 2026-07-31T17:20:20.739Z | Downloaded digest v0.10.7 |
| 323 | 2026-07-31T17:20:20.739Z | Downloaded log v0.4.29 |
| 324 | 2026-07-31T17:20:20.743Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-07-31T17:20:20.746Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-07-31T17:20:20.749Z | Downloaded smawk v0.3.2 |
| 327 | 2026-07-31T17:20:20.749Z | Downloaded thiserror v2.0.18 |
| 328 | 2026-07-31T17:20:20.752Z | Downloaded thiserror v1.0.69 |
| 329 | 2026-07-31T17:20:20.755Z | Downloaded sha2 v0.10.9 |
| 330 | 2026-07-31T17:20:20.758Z | Downloaded usdt-impl v0.5.0 |
| 331 | 2026-07-31T17:20:20.762Z | Downloaded proc-macro-error v1.0.4 |
| 332 | 2026-07-31T17:20:20.766Z | Downloaded serde_tokenstream v0.2.3 |
| 333 | 2026-07-31T17:20:20.769Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2026-07-31T17:20:20.769Z | Downloaded quote v1.0.45 |
| 335 | 2026-07-31T17:20:20.772Z | Downloaded clap_derive v4.6.1 |
| 336 | 2026-07-31T17:20:20.775Z | Downloaded anyhow v1.0.102 |
| 337 | 2026-07-31T17:20:20.779Z | Downloaded once_cell v1.21.3 |
| 338 | 2026-07-31T17:20:20.782Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-07-31T17:20:20.782Z | Downloaded byteorder v1.5.0 |
| 340 | 2026-07-31T17:20:20.782Z | Downloaded camino v1.2.2 |
| 341 | 2026-07-31T17:20:20.785Z | Downloaded indexmap v2.14.0 |
| 342 | 2026-07-31T17:20:20.792Z | Downloaded pest_derive v2.8.6 |
| 343 | 2026-07-31T17:20:20.805Z | Downloaded textwrap v0.16.2 |
| 344 | 2026-07-31T17:20:20.808Z | Downloaded toml v0.8.23 |
| 345 | 2026-07-31T17:20:20.811Z | Downloaded unicode-ident v1.0.24 |
| 346 | 2026-07-31T17:20:20.811Z | Downloaded serde_derive v1.0.228 |
| 347 | 2026-07-31T17:20:20.819Z | Downloaded tempfile v3.25.0 |
| 348 | 2026-07-31T17:20:20.822Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-07-31T17:20:20.825Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-07-31T17:20:20.829Z | Downloaded proc-macro2 v1.0.106 |
| 351 | 2026-07-31T17:20:20.833Z | Downloaded toml_edit v0.22.27 |
| 352 | 2026-07-31T17:20:20.836Z | Downloaded clap v4.6.1 |
| 353 | 2026-07-31T17:20:20.842Z | Downloaded serde v1.0.228 |
| 354 | 2026-07-31T17:20:20.847Z | Downloaded pest v2.8.6 |
| 355 | 2026-07-31T17:20:20.852Z | Downloaded typenum v1.20.1 |
| 356 | 2026-07-31T17:20:20.895Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-07-31T17:20:20.902Z | Downloaded serde_json v1.0.151 |
| 358 | 2026-07-31T17:20:20.920Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-07-31T17:20:20.924Z | Downloaded goblin v0.8.2 |
| 360 | 2026-07-31T17:20:20.927Z | Downloaded winnow v0.7.14 |
| 361 | 2026-07-31T17:20:20.933Z | Downloaded tabled v0.15.0 |
| 362 | 2026-07-31T17:20:20.940Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-07-31T17:20:20.943Z | Downloaded syn v1.0.109 |
| 364 | 2026-07-31T17:20:20.951Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-31T17:20:20.955Z | Downloaded unicode-width v0.1.14 |
| 366 | 2026-07-31T17:20:20.962Z | Downloaded rustix v1.1.3 |
| 367 | 2026-07-31T17:20:20.987Z | Downloaded libc v0.2.185 |
| 368 | 2026-07-31T17:20:21.047Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-07-31T17:20:21.047Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-31T17:20:21.053Z | Compiling quote v1.0.45 |
| 371 | 2026-07-31T17:20:21.053Z | Compiling serde_core v1.0.228 |
| 372 | 2026-07-31T17:20:21.053Z | Compiling libc v0.2.185 |
| 373 | 2026-07-31T17:20:21.053Z | Compiling version_check v0.9.5 |
| 374 | 2026-07-31T17:20:21.232Z | Compiling memchr v2.8.0 |
| 375 | 2026-07-31T17:20:21.235Z | Compiling serde v1.0.228 |
| 376 | 2026-07-31T17:20:21.235Z | Compiling zmij v1.0.21 |
| 377 | 2026-07-31T17:20:21.235Z | Compiling itoa v1.0.17 |
| 378 | 2026-07-31T17:20:21.235Z | Compiling thiserror v1.0.69 |
| 379 | 2026-07-31T17:20:21.235Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-07-31T17:20:21.253Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-31T17:20:21.257Z | Compiling rustix v1.1.3 |
| 382 | 2026-07-31T17:20:21.559Z | Compiling bitflags v2.11.0 |
| 383 | 2026-07-31T17:20:21.587Z | Compiling serde_json v1.0.151 |
| 384 | 2026-07-31T17:20:21.723Z | Compiling camino v1.2.2 |
| 385 | 2026-07-31T17:20:21.866Z | Compiling syn v1.0.109 |
| 386 | 2026-07-31T17:20:21.919Z | Compiling pest v2.8.6 |
| 387 | 2026-07-31T17:20:21.957Z | Compiling hashbrown v0.17.0 |
| 388 | 2026-07-31T17:20:22.013Z | Compiling getrandom v0.4.1 |
| 389 | 2026-07-31T17:20:22.036Z | Compiling proc-macro-error-attr v1.0.4 |
| 390 | 2026-07-31T17:20:22.036Z | Compiling usdt-impl v0.5.0 |
| 391 | 2026-07-31T17:20:22.050Z | Compiling proc-macro-error v1.0.4 |
| 392 | 2026-07-31T17:20:22.092Z | Compiling log v0.4.29 |
| 393 | 2026-07-31T17:20:22.105Z | Compiling equivalent v1.0.2 |
| 394 | 2026-07-31T17:20:22.163Z | Compiling plain v0.2.3 |
| 395 | 2026-07-31T17:20:22.232Z | Compiling errno v0.3.14 |
| 396 | 2026-07-31T17:20:22.240Z | Compiling thread-id v4.2.2 |
| 397 | 2026-07-31T17:20:22.272Z | Compiling utf8parse v0.2.2 |
| 398 | 2026-07-31T17:20:22.315Z | Compiling winnow v0.7.14 |
| 399 | 2026-07-31T17:20:22.322Z | Compiling autocfg v1.5.0 |
| 400 | 2026-07-31T17:20:22.323Z | Compiling thiserror v2.0.18 |
| 401 | 2026-07-31T17:20:22.415Z | Compiling anstyle-parse v1.0.0 |
| 402 | 2026-07-31T17:20:22.418Z | Compiling anstyle-query v1.1.5 |
| 403 | 2026-07-31T17:20:22.451Z | Compiling toml_write v0.1.2 |
| 404 | 2026-07-31T17:20:22.451Z | Compiling pretty-hex v0.4.1 |
| 405 | 2026-07-31T17:20:22.522Z | Compiling indexmap v2.14.0 |
| 406 | 2026-07-31T17:20:22.571Z | Compiling anstyle v1.0.14 |
| 407 | 2026-07-31T17:20:22.587Z | Compiling is_terminal_polyfill v1.70.2 |
| 408 | 2026-07-31T17:20:22.596Z | Compiling cfg-if v1.0.4 |
| 409 | 2026-07-31T17:20:22.640Z | Compiling colorchoice v1.0.4 |
| 410 | 2026-07-31T17:20:22.723Z | Compiling syn v2.0.117 |
| 411 | 2026-07-31T17:20:22.760Z | Compiling unicode-width v0.1.14 |
| 412 | 2026-07-31T17:20:22.795Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-31T17:20:22.795Z | Compiling fnv v1.0.7 |
| 414 | 2026-07-31T17:20:22.848Z | Compiling heck v0.5.0 |
| 415 | 2026-07-31T17:20:22.851Z | Compiling fs-err v3.3.0 |
| 416 | 2026-07-31T17:20:22.899Z | Compiling bytecount v0.6.9 |
| 417 | 2026-07-31T17:20:22.930Z | Compiling heck v0.4.1 |
| 418 | 2026-07-31T17:20:23.002Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-07-31T17:20:23.057Z | Compiling once_cell v1.21.3 |
| 420 | 2026-07-31T17:20:23.075Z | Compiling fastrand v2.3.0 |
| 421 | 2026-07-31T17:20:23.079Z | Compiling strsim v0.11.1 |
| 422 | 2026-07-31T17:20:23.109Z | Compiling anyhow v1.0.102 |
| 423 | 2026-07-31T17:20:23.128Z | Compiling clap_lex v1.0.0 |
| 424 | 2026-07-31T17:20:23.196Z | Compiling papergrid v0.11.0 |
| 425 | 2026-07-31T17:20:23.235Z | Compiling memmap v0.7.0 |
| 426 | 2026-07-31T17:20:23.253Z | Compiling smawk v0.3.2 |
| 427 | 2026-07-31T17:20:23.288Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-07-31T17:20:23.306Z | Compiling tempfile v3.25.0 |
| 429 | 2026-07-31T17:20:23.353Z | Compiling unicode-linebreak v0.1.5 |
| 430 | 2026-07-31T17:20:23.386Z | Compiling unicode-width v0.2.0 |
| 431 | 2026-07-31T17:20:23.411Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-07-31T17:20:23.459Z | Compiling swrite v0.1.0 |
| 433 | 2026-07-31T17:20:23.618Z | Compiling textwrap v0.16.2 |
| 434 | 2026-07-31T17:20:23.835Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-07-31T17:20:23.852Z | Compiling semver v1.0.28 |
| 436 | 2026-07-31T17:20:24.149Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-07-31T17:20:24.331Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-07-31T17:20:24.974Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-07-31T17:20:25.040Z | Compiling tabled v0.15.0 |
| 440 | 2026-07-31T17:20:25.512Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-07-31T17:20:25.512Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-07-31T17:20:25.516Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-07-31T17:20:25.516Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-07-31T17:20:25.516Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-07-31T17:20:25.516Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-07-31T17:20:25.576Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-07-31T17:20:26.155Z | Compiling scroll v0.12.0 |
| 448 | 2026-07-31T17:20:26.310Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-07-31T17:20:26.367Z | Compiling goblin v0.8.2 |
| 450 | 2026-07-31T17:20:26.651Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-07-31T17:20:26.846Z | Compiling clap v4.6.1 |
| 452 | 2026-07-31T17:20:27.914Z | Compiling toml_datetime v0.6.11 |
| 453 | 2026-07-31T17:20:27.914Z | Compiling serde_spanned v0.6.9 |
| 454 | 2026-07-31T17:20:27.914Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-07-31T17:20:27.921Z | Compiling macaddr v1.0.1 |
| 456 | 2026-07-31T17:20:27.922Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-07-31T17:20:27.922Z | Compiling dof v0.3.0 |
| 458 | 2026-07-31T17:20:27.922Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-07-31T17:20:28.051Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-07-31T17:20:28.573Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-31T17:20:28.573Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-07-31T17:20:29.205Z | Compiling usdt v0.5.0 |
| 463 | 2026-07-31T17:20:29.331Z | Compiling toml v0.8.23 |
| 464 | 2026-07-31T17:20:29.656Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-07-31T17:20:30.930Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-07-31T17:20:32.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s |
| 467 | 2026-07-31T17:20:33.196Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-07-31T17:20:33.729Z | Downloading crates ... |
| 469 | 2026-07-31T17:20:33.773Z | Downloaded async-compression v0.4.41 |
| 470 | 2026-07-31T17:20:33.777Z | Downloaded array-init v0.0.4 |
| 471 | 2026-07-31T17:20:33.781Z | Downloaded arrayref v0.3.9 |
| 472 | 2026-07-31T17:20:33.781Z | Downloaded atomic-waker v1.1.2 |
| 473 | 2026-07-31T17:20:33.781Z | Downloaded base64ct v1.8.3 |
| 474 | 2026-07-31T17:20:33.784Z | Downloaded convert_case v0.4.0 |
| 475 | 2026-07-31T17:20:33.784Z | Downloaded backoff v0.4.0 |
| 476 | 2026-07-31T17:20:33.790Z | Downloaded backon v1.6.0 |
| 477 | 2026-07-31T17:20:33.793Z | Downloaded adler2 v2.0.1 |
| 478 | 2026-07-31T17:20:33.793Z | Downloaded aead v0.5.2 |
| 479 | 2026-07-31T17:20:33.793Z | Downloaded async-stream v0.3.6 |
| 480 | 2026-07-31T17:20:33.798Z | Downloaded base16ct v1.0.0 |
| 481 | 2026-07-31T17:20:33.802Z | Downloaded gethostname v0.5.0 |
| 482 | 2026-07-31T17:20:33.802Z | Downloaded atty v0.2.14 |
| 483 | 2026-07-31T17:20:33.802Z | Downloaded fd-lock v4.0.4 |
| 484 | 2026-07-31T17:20:33.802Z | Downloaded blake2 v0.10.6 |
| 485 | 2026-07-31T17:20:33.806Z | Downloaded float-cmp v0.10.0 |
| 486 | 2026-07-31T17:20:33.806Z | Downloaded foreign-types v0.5.0 |
| 487 | 2026-07-31T17:20:33.806Z | Downloaded fixedbitset v0.4.2 |
| 488 | 2026-07-31T17:20:33.806Z | Downloaded allocator-api2 v0.2.21 |
| 489 | 2026-07-31T17:20:33.811Z | Downloaded env_filter v1.0.0 |
| 490 | 2026-07-31T17:20:33.811Z | Downloaded bitfield-struct v0.6.2 |
| 491 | 2026-07-31T17:20:33.811Z | Downloaded endian-type v0.1.2 |
| 492 | 2026-07-31T17:20:33.811Z | Downloaded fxhash v0.2.1 |
| 493 | 2026-07-31T17:20:33.811Z | Downloaded enum-as-inner v0.6.1 |
| 494 | 2026-07-31T17:20:33.814Z | Downloaded hyper-tls v0.6.0 |
| 495 | 2026-07-31T17:20:33.814Z | Downloaded git-stub v1.0.0 |
| 496 | 2026-07-31T17:20:33.814Z | Downloaded async-recursion v1.1.1 |
| 497 | 2026-07-31T17:20:33.818Z | Downloaded hostname v0.3.1 |
| 498 | 2026-07-31T17:20:33.825Z | Downloaded hex v0.4.3 |
| 499 | 2026-07-31T17:20:33.829Z | Downloaded hubpack_derive v0.1.1 |
| 500 | 2026-07-31T17:20:33.829Z | Downloaded flagset v0.4.7 |
| 501 | 2026-07-31T17:20:33.829Z | Downloaded float-ord v0.3.2 |
| 502 | 2026-07-31T17:20:33.829Z | Downloaded foreign-types-shared v0.1.1 |
| 503 | 2026-07-31T17:20:33.829Z | Downloaded futures-io v0.3.32 |
| 504 | 2026-07-31T17:20:33.832Z | Downloaded ciborium-io v0.2.2 |
| 505 | 2026-07-31T17:20:33.832Z | Downloaded funty v2.0.0 |
| 506 | 2026-07-31T17:20:33.836Z | Downloaded futures-core v0.3.32 |
| 507 | 2026-07-31T17:20:33.836Z | Downloaded futures-task v0.3.32 |
| 508 | 2026-07-31T17:20:33.836Z | Downloaded ghash v0.6.0 |
| 509 | 2026-07-31T17:20:33.836Z | Downloaded futures-sink v0.3.32 |
| 510 | 2026-07-31T17:20:33.836Z | Downloaded http-body v1.0.1 |
| 511 | 2026-07-31T17:20:33.836Z | Downloaded atomicwrites v0.4.4 |
| 512 | 2026-07-31T17:20:33.836Z | Downloaded cfg_aliases v0.1.1 |
| 513 | 2026-07-31T17:20:33.842Z | Downloaded foreign-types v0.3.2 |
| 514 | 2026-07-31T17:20:33.842Z | Downloaded foreign-types-shared v0.3.1 |
| 515 | 2026-07-31T17:20:33.842Z | Downloaded futures-macro v0.3.32 |
| 516 | 2026-07-31T17:20:33.842Z | Downloaded globwalk v0.9.1 |
| 517 | 2026-07-31T17:20:33.845Z | Downloaded bitfield-macros v0.19.4 |
| 518 | 2026-07-31T17:20:33.845Z | Downloaded castaway v0.2.4 |
| 519 | 2026-07-31T17:20:33.845Z | Downloaded cfg_aliases v0.2.1 |
| 520 | 2026-07-31T17:20:33.845Z | Downloaded futures-executor v0.3.32 |
| 521 | 2026-07-31T17:20:33.845Z | Downloaded anstyle-parse v0.2.7 |
| 522 | 2026-07-31T17:20:33.846Z | Downloaded fs-err v2.11.0 |
| 523 | 2026-07-31T17:20:33.849Z | Downloaded bit-vec v0.8.0 |
| 524 | 2026-07-31T17:20:33.849Z | Downloaded cipher v0.4.4 |
| 525 | 2026-07-31T17:20:33.849Z | Downloaded form_urlencoded v1.2.2 |
| 526 | 2026-07-31T17:20:33.849Z | Downloaded anstream v0.6.21 |
| 527 | 2026-07-31T17:20:33.853Z | Downloaded bit-set v0.5.3 |
| 528 | 2026-07-31T17:20:33.853Z | Downloaded aead v0.6.1 |
| 529 | 2026-07-31T17:20:33.853Z | Downloaded http-range v0.1.5 |
| 530 | 2026-07-31T17:20:33.853Z | Downloaded argon2 v0.5.3 |
| 531 | 2026-07-31T17:20:33.856Z | Downloaded bitfield v0.19.4 |
| 532 | 2026-07-31T17:20:33.856Z | Downloaded httpdate v1.0.3 |
| 533 | 2026-07-31T17:20:33.856Z | Downloaded cipher v0.5.2 |
| 534 | 2026-07-31T17:20:33.863Z | Downloaded async-bb8-diesel v0.2.1 |
| 535 | 2026-07-31T17:20:33.863Z | Downloaded base16ct v0.2.0 |
| 536 | 2026-07-31T17:20:33.863Z | Downloaded hash32 v0.2.1 |
| 537 | 2026-07-31T17:20:33.869Z | Downloaded hex-literal v1.1.0 |
| 538 | 2026-07-31T17:20:33.869Z | Downloaded block-buffer v0.12.1 |
| 539 | 2026-07-31T17:20:33.869Z | Downloaded compression-core v0.4.31 |
| 540 | 2026-07-31T17:20:33.869Z | Downloaded num-conv v0.2.0 |
| 541 | 2026-07-31T17:20:33.869Z | Downloaded hubpack v0.1.2 |
| 542 | 2026-07-31T17:20:33.872Z | Downloaded hash32 v0.3.1 |
| 543 | 2026-07-31T17:20:33.872Z | Downloaded home v0.5.12 |
| 544 | 2026-07-31T17:20:33.872Z | Downloaded headers-core v0.3.0 |
| 545 | 2026-07-31T17:20:33.872Z | Downloaded assert_matches v1.5.0 |
| 546 | 2026-07-31T17:20:33.876Z | Downloaded block-padding v0.4.2 |
| 547 | 2026-07-31T17:20:33.876Z | Downloaded ciborium-ll v0.2.2 |
| 548 | 2026-07-31T17:20:33.876Z | Downloaded bit-set v0.8.0 |
| 549 | 2026-07-31T17:20:33.879Z | Downloaded ascii-canvas v3.0.0 |
| 550 | 2026-07-31T17:20:33.882Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 551 | 2026-07-31T17:20:33.882Z | Downloaded hostname v0.4.2 |
| 552 | 2026-07-31T17:20:33.882Z | Downloaded enum_dispatch v0.3.13 |
| 553 | 2026-07-31T17:20:33.887Z | Downloaded erased-serde v0.3.31 |
| 554 | 2026-07-31T17:20:33.887Z | Downloaded ff v0.14.0 |
| 555 | 2026-07-31T17:20:33.887Z | Downloaded num v0.4.3 |
| 556 | 2026-07-31T17:20:33.890Z | Downloaded fallible-iterator v0.2.0 |
| 557 | 2026-07-31T17:20:33.891Z | Downloaded foldhash v0.1.5 |
| 558 | 2026-07-31T17:20:33.891Z | Downloaded ff v0.13.1 |
| 559 | 2026-07-31T17:20:33.909Z | Downloaded async-stream-impl v0.3.6 |
| 560 | 2026-07-31T17:20:33.909Z | Downloaded cobs v0.3.0 |
| 561 | 2026-07-31T17:20:33.909Z | Downloaded foreign-types-macros v0.2.3 |
| 562 | 2026-07-31T17:20:33.915Z | Downloaded bitflags v1.3.2 |
| 563 | 2026-07-31T17:20:33.915Z | Downloaded bs58 v0.5.1 |
| 564 | 2026-07-31T17:20:33.915Z | Downloaded fixedbitset v0.5.7 |
| 565 | 2026-07-31T17:20:33.915Z | Downloaded async-trait v0.1.89 |
| 566 | 2026-07-31T17:20:33.915Z | Downloaded byte-wrapper v0.1.0 |
| 567 | 2026-07-31T17:20:33.915Z | Downloaded constant_time_eq v0.4.2 |
| 568 | 2026-07-31T17:20:33.915Z | Downloaded buf-list v1.1.2 |
| 569 | 2026-07-31T17:20:33.915Z | Downloaded compression-codecs v0.4.37 |
| 570 | 2026-07-31T17:20:33.915Z | Downloaded phf_shared v0.13.1 |
| 571 | 2026-07-31T17:20:33.916Z | Downloaded precomputed-hash v0.1.1 |
| 572 | 2026-07-31T17:20:33.916Z | Downloaded arrayvec v0.7.6 |
| 573 | 2026-07-31T17:20:33.916Z | Downloaded openssl-probe v0.2.1 |
| 574 | 2026-07-31T17:20:33.916Z | Downloaded proc-macro-crate v1.3.1 |
| 575 | 2026-07-31T17:20:33.920Z | Downloaded ahash v0.8.12 |
| 576 | 2026-07-31T17:20:33.920Z | Downloaded progenitor-macro v0.14.0 |
| 577 | 2026-07-31T17:20:33.920Z | Downloaded console v0.15.11 |
| 578 | 2026-07-31T17:20:33.921Z | Downloaded filetime v0.2.27 |
| 579 | 2026-07-31T17:20:33.921Z | Downloaded fs_extra v1.3.0 |
| 580 | 2026-07-31T17:20:33.928Z | Downloaded chacha20 v0.10.0 |
| 581 | 2026-07-31T17:20:33.928Z | Downloaded rand_xorshift v0.4.0 |
| 582 | 2026-07-31T17:20:33.942Z | Downloaded rtoolbox v0.0.3 |
| 583 | 2026-07-31T17:20:33.942Z | Downloaded http-body-util v0.1.3 |
| 584 | 2026-07-31T17:20:33.943Z | Downloaded hyper-staticfile v0.10.1 |
| 585 | 2026-07-31T17:20:33.943Z | Downloaded serde_bytes v0.11.19 |
| 586 | 2026-07-31T17:20:33.943Z | Downloaded group v0.14.0 |
| 587 | 2026-07-31T17:20:33.943Z | Downloaded highway v1.3.0 |
| 588 | 2026-07-31T17:20:33.948Z | Downloaded globset v0.4.18 |
| 589 | 2026-07-31T17:20:33.948Z | Downloaded shell-words v1.1.1 |
| 590 | 2026-07-31T17:20:33.948Z | Downloaded cassowary v0.3.0 |
| 591 | 2026-07-31T17:20:33.948Z | Downloaded const_format_proc_macros v0.2.34 |
| 592 | 2026-07-31T17:20:33.948Z | Downloaded camino-tempfile-ext v0.3.3 |
| 593 | 2026-07-31T17:20:33.948Z | Downloaded cexpr v0.6.0 |
| 594 | 2026-07-31T17:20:33.948Z | Downloaded num-derive v0.4.2 |
| 595 | 2026-07-31T17:20:33.948Z | Downloaded glob v0.3.3 |
| 596 | 2026-07-31T17:20:33.948Z | Downloaded num_enum v0.5.11 |
| 597 | 2026-07-31T17:20:33.948Z | Downloaded bb8 v0.8.6 |
| 598 | 2026-07-31T17:20:33.948Z | Downloaded bcs v0.1.6 |
| 599 | 2026-07-31T17:20:33.948Z | Downloaded cbc v0.2.1 |
| 600 | 2026-07-31T17:20:33.951Z | Downloaded cmake v0.1.57 |
| 601 | 2026-07-31T17:20:33.951Z | Downloaded bit-vec v0.6.3 |
| 602 | 2026-07-31T17:20:33.951Z | Downloaded owo-colors v4.3.0 |
| 603 | 2026-07-31T17:20:33.951Z | Downloaded ref-cast-impl v1.0.25 |
| 604 | 2026-07-31T17:20:33.951Z | Downloaded rfc6979 v0.6.0 |
| 605 | 2026-07-31T17:20:33.951Z | Downloaded chacha20 v0.9.1 |
| 606 | 2026-07-31T17:20:33.951Z | Downloaded oxide-tokio-rt v0.1.4 |
| 607 | 2026-07-31T17:20:33.951Z | Downloaded ref-cast v1.0.25 |
| 608 | 2026-07-31T17:20:33.960Z | Downloaded env_logger v0.11.9 |
| 609 | 2026-07-31T17:20:33.973Z | Downloaded group v0.13.0 |
| 610 | 2026-07-31T17:20:33.973Z | Downloaded pem-rfc7468 v1.0.0 |
| 611 | 2026-07-31T17:20:33.973Z | Downloaded scopeguard v1.2.0 |
| 612 | 2026-07-31T17:20:33.973Z | Downloaded serde_plain v1.0.2 |
| 613 | 2026-07-31T17:20:33.973Z | Downloaded git-stub-vcs v0.1.0 |
| 614 | 2026-07-31T17:20:33.973Z | Downloaded sigpipe v0.1.3 |
| 615 | 2026-07-31T17:20:33.973Z | Downloaded slog-bunyan v2.5.0 |
| 616 | 2026-07-31T17:20:33.973Z | Downloaded getrandom v0.2.17 |
| 617 | 2026-07-31T17:20:33.973Z | Downloaded hmac v0.13.0 |
| 618 | 2026-07-31T17:20:33.973Z | Downloaded blowfish v0.10.0 |
| 619 | 2026-07-31T17:20:33.986Z | Downloaded ciborium v0.2.2 |
| 620 | 2026-07-31T17:20:33.986Z | Downloaded cmov v0.5.4 |
| 621 | 2026-07-31T17:20:33.986Z | Downloaded colored v2.2.0 |
| 622 | 2026-07-31T17:20:33.987Z | Downloaded const-oid v0.9.6 |
| 623 | 2026-07-31T17:20:33.987Z | Downloaded foldhash v0.2.0 |
| 624 | 2026-07-31T17:20:33.987Z | Downloaded futures-channel v0.3.32 |
| 625 | 2026-07-31T17:20:33.987Z | Downloaded clang-sys v1.8.1 |
| 626 | 2026-07-31T17:20:33.987Z | Downloaded pem v3.0.6 |
| 627 | 2026-07-31T17:20:33.987Z | Downloaded strsim v0.10.0 |
| 628 | 2026-07-31T17:20:33.987Z | Downloaded password-hash v0.5.0 |
| 629 | 2026-07-31T17:20:33.987Z | Downloaded console v0.16.2 |
| 630 | 2026-07-31T17:20:33.987Z | Downloaded futures v0.3.32 |
| 631 | 2026-07-31T17:20:33.995Z | Downloaded find-msvc-tools v0.1.9 |
| 632 | 2026-07-31T17:20:33.995Z | Downloaded strip-ansi-escapes v0.2.1 |
| 633 | 2026-07-31T17:20:33.995Z | Downloaded testing_table v0.3.0 |
| 634 | 2026-07-31T17:20:33.995Z | Downloaded thread-id v5.1.0 |
| 635 | 2026-07-31T17:20:33.995Z | Downloaded tokio-macros v2.7.0 |
| 636 | 2026-07-31T17:20:33.995Z | Downloaded base64 v0.22.1 |
| 637 | 2026-07-31T17:20:33.995Z | Downloaded pbkdf2 v0.13.0 |
| 638 | 2026-07-31T17:20:33.995Z | Downloaded pem-rfc7468 v0.7.0 |
| 639 | 2026-07-31T17:20:33.995Z | Downloaded progenitor v0.13.0 |
| 640 | 2026-07-31T17:20:33.995Z | Downloaded postgres-protocol v0.6.10 |
| 641 | 2026-07-31T17:20:33.995Z | Downloaded progenitor-extras v0.2.0 |
| 642 | 2026-07-31T17:20:33.996Z | Downloaded tabled_derive v0.11.0 |
| 643 | 2026-07-31T17:20:33.996Z | Downloaded schemars_derive v0.8.22 |
| 644 | 2026-07-31T17:20:33.996Z | Downloaded unarray v0.1.4 |
| 645 | 2026-07-31T17:20:34.008Z | Downloaded topological-sort v0.2.2 |
| 646 | 2026-07-31T17:20:34.008Z | Downloaded utf-8 v0.7.6 |
| 647 | 2026-07-31T17:20:34.008Z | Downloaded ar_archive_writer v0.5.1 |
| 648 | 2026-07-31T17:20:34.008Z | Downloaded xshell-macros v0.2.7 |
| 649 | 2026-07-31T17:20:34.014Z | Downloaded hybrid-array v0.4.13 |
| 650 | 2026-07-31T17:20:34.014Z | Downloaded hyper-rustls v0.27.7 |
| 651 | 2026-07-31T17:20:34.014Z | Downloaded argon2 v0.6.0-rc.8 |
| 652 | 2026-07-31T17:20:34.014Z | Downloaded cancel-safe-futures v0.1.5 |
| 653 | 2026-07-31T17:20:34.014Z | Downloaded half v1.8.3 |
| 654 | 2026-07-31T17:20:34.014Z | Downloaded humantime v2.3.0 |
| 655 | 2026-07-31T17:20:34.014Z | Downloaded shlex v1.3.0 |
| 656 | 2026-07-31T17:20:34.014Z | Downloaded want v0.3.1 |
| 657 | 2026-07-31T17:20:34.018Z | Downloaded zerofrom v0.1.6 |
| 658 | 2026-07-31T17:20:34.018Z | Downloaded hmac v0.12.1 |
| 659 | 2026-07-31T17:20:34.018Z | Downloaded zone_cfg_derive v0.3.1 |
| 660 | 2026-07-31T17:20:34.032Z | Downloaded slog-async v2.8.0 |
| 661 | 2026-07-31T17:20:34.032Z | Downloaded colored v3.1.1 |
| 662 | 2026-07-31T17:20:34.038Z | Downloaded sqlformat v0.3.5 |
| 663 | 2026-07-31T17:20:34.038Z | Downloaded blake2 v0.11.0-rc.6 |
| 664 | 2026-07-31T17:20:34.038Z | Downloaded rfc6979 v0.4.0 |
| 665 | 2026-07-31T17:20:34.038Z | Downloaded bzip2 v0.6.1 |
| 666 | 2026-07-31T17:20:34.038Z | Downloaded rustversion v1.0.22 |
| 667 | 2026-07-31T17:20:34.038Z | Downloaded crunchy v0.2.4 |
| 668 | 2026-07-31T17:20:34.038Z | Downloaded rusty-fork v0.3.1 |
| 669 | 2026-07-31T17:20:34.038Z | Downloaded yoke-derive v0.8.1 |
| 670 | 2026-07-31T17:20:34.038Z | Downloaded crc-catalog v2.4.0 |
| 671 | 2026-07-31T17:20:34.038Z | Downloaded fatfs v0.3.6 |
| 672 | 2026-07-31T17:20:34.038Z | Downloaded generic-array v1.4.3 |
| 673 | 2026-07-31T17:20:34.044Z | Downloaded half v2.7.1 |
| 674 | 2026-07-31T17:20:34.044Z | Downloaded serde_with_macros v1.5.2 |
| 675 | 2026-07-31T17:20:34.044Z | Downloaded ssh-encoding v0.3.0 |
| 676 | 2026-07-31T17:20:34.044Z | Downloaded structmeta v0.3.0 |
| 677 | 2026-07-31T17:20:34.044Z | Downloaded tls_codec v0.4.2 |
| 678 | 2026-07-31T17:20:34.044Z | Downloaded tokio-native-tls v0.3.1 |
| 679 | 2026-07-31T17:20:34.049Z | Downloaded defmt-parser v1.0.0 |
| 680 | 2026-07-31T17:20:34.049Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 681 | 2026-07-31T17:20:34.050Z | Downloaded dunce v1.0.5 |
| 682 | 2026-07-31T17:20:34.050Z | Downloaded parking_lot_core v0.9.12 |
| 683 | 2026-07-31T17:20:34.050Z | Downloaded slab v0.4.12 |
| 684 | 2026-07-31T17:20:34.050Z | Downloaded debug-ignore v1.0.5 |
| 685 | 2026-07-31T17:20:34.050Z | Downloaded dirs-sys-next v0.1.2 |
| 686 | 2026-07-31T17:20:34.050Z | Downloaded dsl_auto_type v0.2.0 |
| 687 | 2026-07-31T17:20:34.058Z | Downloaded getrandom v0.3.4 |
| 688 | 2026-07-31T17:20:34.058Z | Downloaded pin-project-lite v0.2.17 |
| 689 | 2026-07-31T17:20:34.058Z | Downloaded poly1305 v0.9.0 |
| 690 | 2026-07-31T17:20:34.064Z | Downloaded thread_local v1.1.9 |
| 691 | 2026-07-31T17:20:34.064Z | Downloaded pkcs8 v0.11.0 |
| 692 | 2026-07-31T17:20:34.064Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 693 | 2026-07-31T17:20:34.064Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 694 | 2026-07-31T17:20:34.064Z | Downloaded tokio-tungstenite v0.21.0 |
| 695 | 2026-07-31T17:20:34.065Z | Downloaded usdt v0.6.0 |
| 696 | 2026-07-31T17:20:34.065Z | Downloaded dof v0.4.0 |
| 697 | 2026-07-31T17:20:34.065Z | Downloaded downcast-rs v2.0.2 |
| 698 | 2026-07-31T17:20:34.065Z | Downloaded tui-tree-widget v0.23.1 |
| 699 | 2026-07-31T17:20:34.065Z | Downloaded indent_write v2.2.0 |
| 700 | 2026-07-31T17:20:34.071Z | Downloaded lalrpop-util v0.19.12 |
| 701 | 2026-07-31T17:20:34.071Z | Downloaded lru-cache v0.1.2 |
| 702 | 2026-07-31T17:20:34.071Z | Downloaded inout v0.2.2 |
| 703 | 2026-07-31T17:20:34.071Z | Downloaded lru-slab v0.1.2 |
| 704 | 2026-07-31T17:20:34.071Z | Downloaded is-terminal v0.4.17 |
| 705 | 2026-07-31T17:20:34.071Z | Downloaded libscf-sys v1.2.0 |
| 706 | 2026-07-31T17:20:34.071Z | Downloaded lru v0.12.5 |
| 707 | 2026-07-31T17:20:34.071Z | Downloaded quinn-udp v0.5.14 |
| 708 | 2026-07-31T17:20:34.071Z | Downloaded vergen-lib v0.1.6 |
| 709 | 2026-07-31T17:20:34.071Z | Downloaded vergen-lib v9.1.0 |
| 710 | 2026-07-31T17:20:34.071Z | Downloaded bzip2 v0.4.4 |
| 711 | 2026-07-31T17:20:34.076Z | Downloaded httparse v1.10.1 |
| 712 | 2026-07-31T17:20:34.082Z | Downloaded wyz v0.5.1 |
| 713 | 2026-07-31T17:20:34.085Z | Downloaded nibble_vec v0.1.0 |
| 714 | 2026-07-31T17:20:34.085Z | Downloaded num_enum_derive v0.5.11 |
| 715 | 2026-07-31T17:20:34.089Z | Downloaded num-iter v0.1.45 |
| 716 | 2026-07-31T17:20:34.093Z | Downloaded parse-size v1.1.0 |
| 717 | 2026-07-31T17:20:34.093Z | Downloaded password-hash v0.6.1 |
| 718 | 2026-07-31T17:20:34.093Z | Downloaded phf_shared v0.11.3 |
| 719 | 2026-07-31T17:20:34.093Z | Downloaded phf_shared v0.12.1 |
| 720 | 2026-07-31T17:20:34.093Z | Downloaded predicates-core v1.0.10 |
| 721 | 2026-07-31T17:20:34.093Z | Downloaded compact_str v0.8.1 |
| 722 | 2026-07-31T17:20:34.170Z | Downloaded progenitor-client v0.14.0 |
| 723 | 2026-07-31T17:20:34.170Z | Downloaded openssl-macros v0.1.1 |
| 724 | 2026-07-31T17:20:34.170Z | Downloaded oso-derive v0.27.3 |
| 725 | 2026-07-31T17:20:34.170Z | Downloaded static_assertions v1.1.0 |
| 726 | 2026-07-31T17:20:34.186Z | Downloaded flume v0.11.1 |
| 727 | 2026-07-31T17:20:34.187Z | Downloaded potential_utf v0.1.4 |
| 728 | 2026-07-31T17:20:34.187Z | Downloaded ctutils v0.4.2 |
| 729 | 2026-07-31T17:20:34.187Z | Downloaded smallvec v1.15.1 |
| 730 | 2026-07-31T17:20:34.187Z | Downloaded delegate v0.13.5 |
| 731 | 2026-07-31T17:20:34.187Z | Downloaded dtrace-parser v0.3.0 |
| 732 | 2026-07-31T17:20:34.187Z | Downloaded psl-types v2.0.11 |
| 733 | 2026-07-31T17:20:34.187Z | Downloaded postcard v1.1.3 |
| 734 | 2026-07-31T17:20:34.187Z | Downloaded term v1.2.1 |
| 735 | 2026-07-31T17:20:34.187Z | Downloaded rustc-hash v2.1.1 |
| 736 | 2026-07-31T17:20:34.187Z | Downloaded unicode-properties v0.1.4 |
| 737 | 2026-07-31T17:20:34.187Z | Downloaded inout v0.1.4 |
| 738 | 2026-07-31T17:20:34.187Z | Downloaded uzers v0.12.2 |
| 739 | 2026-07-31T17:20:34.187Z | Downloaded ipnet v2.11.0 |
| 740 | 2026-07-31T17:20:34.187Z | Downloaded ipnetwork v0.21.1 |
| 741 | 2026-07-31T17:20:34.187Z | Downloaded module-lattice v0.2.3 |
| 742 | 2026-07-31T17:20:34.187Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 743 | 2026-07-31T17:20:34.187Z | Downloaded either v1.15.0 |
| 744 | 2026-07-31T17:20:34.187Z | Downloaded rand_pcg v0.10.2 |
| 745 | 2026-07-31T17:20:34.187Z | Downloaded lock_api v0.4.14 |
| 746 | 2026-07-31T17:20:34.187Z | Downloaded sha1 v0.10.6 |
| 747 | 2026-07-31T17:20:34.187Z | Downloaded serde_repr v0.1.20 |
| 748 | 2026-07-31T17:20:34.187Z | Downloaded signature v2.2.0 |
| 749 | 2026-07-31T17:20:34.187Z | Downloaded same-file v1.0.6 |
| 750 | 2026-07-31T17:20:34.188Z | Downloaded secrecy v0.10.3 |
| 751 | 2026-07-31T17:20:34.188Z | Downloaded strum v0.26.3 |
| 752 | 2026-07-31T17:20:34.188Z | Downloaded headers v0.4.1 |
| 753 | 2026-07-31T17:20:34.188Z | Downloaded heapless v0.7.17 |
| 754 | 2026-07-31T17:20:34.188Z | Downloaded heapless v0.8.0 |
| 755 | 2026-07-31T17:20:34.188Z | Downloaded aes v0.9.1 |
| 756 | 2026-07-31T17:20:34.188Z | Downloaded chacha20poly1305 v0.10.1 |
| 757 | 2026-07-31T17:20:34.188Z | Downloaded const-oid v0.10.2 |
| 758 | 2026-07-31T17:20:34.188Z | Downloaded p256 v0.14.0 |
| 759 | 2026-07-31T17:20:34.188Z | Downloaded crossbeam-utils v0.8.21 |
| 760 | 2026-07-31T17:20:34.188Z | Downloaded corncobs v0.1.4 |
| 761 | 2026-07-31T17:20:34.188Z | Downloaded sponge-cursor v0.1.0 |
| 762 | 2026-07-31T17:20:34.188Z | Downloaded supports-color v3.0.2 |
| 763 | 2026-07-31T17:20:34.188Z | Downloaded termtree v0.5.1 |
| 764 | 2026-07-31T17:20:34.188Z | Downloaded phf v0.13.1 |
| 765 | 2026-07-31T17:20:34.188Z | Downloaded siphasher v1.0.2 |
| 766 | 2026-07-31T17:20:34.188Z | Downloaded socket2 v0.6.3 |
| 767 | 2026-07-31T17:20:34.189Z | Downloaded arc-swap v1.8.2 |
| 768 | 2026-07-31T17:20:34.189Z | Downloaded cc v1.2.56 |
| 769 | 2026-07-31T17:20:34.189Z | Downloaded flate2 v1.1.9 |
| 770 | 2026-07-31T17:20:34.189Z | Downloaded parking_lot_core v0.8.6 |
| 771 | 2026-07-31T17:20:34.189Z | Downloaded oxnet v0.1.6 |
| 772 | 2026-07-31T17:20:34.189Z | Downloaded polyval v0.7.1 |
| 773 | 2026-07-31T17:20:34.189Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 774 | 2026-07-31T17:20:34.189Z | Downloaded hickory-resolver v0.25.2 |
| 775 | 2026-07-31T17:20:34.189Z | Downloaded ctr v0.10.1 |
| 776 | 2026-07-31T17:20:34.189Z | Downloaded expectorate v1.2.0 |
| 777 | 2026-07-31T17:20:34.189Z | Downloaded unicode-xid v0.2.6 |
| 778 | 2026-07-31T17:20:34.189Z | Downloaded universal-hash v0.6.1 |
| 779 | 2026-07-31T17:20:34.189Z | Downloaded usdt-attr-macro v0.6.0 |
| 780 | 2026-07-31T17:20:34.189Z | Downloaded base64 v0.21.7 |
| 781 | 2026-07-31T17:20:34.205Z | Downloaded cpubits v0.1.1 |
| 782 | 2026-07-31T17:20:34.205Z | Downloaded packed_struct v0.10.1 |
| 783 | 2026-07-31T17:20:34.205Z | Downloaded darling v0.20.11 |
| 784 | 2026-07-31T17:20:34.205Z | Downloaded tabwriter v1.4.1 |
| 785 | 2026-07-31T17:20:34.205Z | Downloaded tap v1.0.1 |
| 786 | 2026-07-31T17:20:34.205Z | Downloaded tower-service v0.3.3 |
| 787 | 2026-07-31T17:20:34.205Z | Downloaded primefield v0.14.0 |
| 788 | 2026-07-31T17:20:34.205Z | Downloaded primeorder v0.13.6 |
| 789 | 2026-07-31T17:20:34.205Z | Downloaded utf8_iter v1.0.4 |
| 790 | 2026-07-31T17:20:34.205Z | Downloaded derive_builder v0.20.2 |
| 791 | 2026-07-31T17:20:34.205Z | Downloaded wait-timeout v0.2.1 |
| 792 | 2026-07-31T17:20:34.205Z | Downloaded prettyplease v0.2.37 |
| 793 | 2026-07-31T17:20:34.205Z | Downloaded cpufeatures v0.3.0 |
| 794 | 2026-07-31T17:20:34.205Z | Downloaded bytes v1.11.1 |
| 795 | 2026-07-31T17:20:34.205Z | Downloaded cstr-argument v0.1.2 |
| 796 | 2026-07-31T17:20:34.205Z | Downloaded derive_builder_macro v0.20.2 |
| 797 | 2026-07-31T17:20:34.205Z | Downloaded tungstenite v0.21.0 |
| 798 | 2026-07-31T17:20:34.213Z | Downloaded unsafe-libyaml v0.2.11 |
| 799 | 2026-07-31T17:20:34.214Z | Downloaded schemars v0.9.0 |
| 800 | 2026-07-31T17:20:34.214Z | Downloaded rand_chacha v0.9.0 |
| 801 | 2026-07-31T17:20:34.214Z | Downloaded litrs v1.0.0 |
| 802 | 2026-07-31T17:20:34.214Z | Downloaded rand_seeder v0.4.0 |
| 803 | 2026-07-31T17:20:34.214Z | Downloaded serde-hex v0.1.0 |
| 804 | 2026-07-31T17:20:34.214Z | Downloaded zerofrom-derive v0.1.6 |
| 805 | 2026-07-31T17:20:34.214Z | Downloaded crucible-workspace-hack v0.1.0 |
| 806 | 2026-07-31T17:20:34.214Z | Downloaded resolv-conf v0.7.6 |
| 807 | 2026-07-31T17:20:34.214Z | Downloaded rustls-pemfile v2.2.0 |
| 808 | 2026-07-31T17:20:34.214Z | Downloaded serde_path_to_error v0.1.20 |
| 809 | 2026-07-31T17:20:34.237Z | Downloaded structmeta-derive v0.3.0 |
| 810 | 2026-07-31T17:20:34.237Z | Downloaded darling_macro v0.23.0 |
| 811 | 2026-07-31T17:20:34.238Z | Downloaded display-error-chain v0.2.2 |
| 812 | 2026-07-31T17:20:34.238Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 813 | 2026-07-31T17:20:34.238Z | Downloaded hickory-resolver v0.24.4 |
| 814 | 2026-07-31T17:20:34.238Z | Downloaded bumpalo v3.20.2 |
| 815 | 2026-07-31T17:20:34.238Z | Downloaded papergrid v0.17.0 |
| 816 | 2026-07-31T17:20:34.238Z | Downloaded const_format v0.2.35 |
| 817 | 2026-07-31T17:20:34.247Z | Downloaded snafu v0.8.9 |
| 818 | 2026-07-31T17:20:34.247Z | Downloaded newtype-uuid v1.3.2 |
| 819 | 2026-07-31T17:20:34.247Z | Downloaded spki v0.7.3 |
| 820 | 2026-07-31T17:20:34.248Z | Downloaded spki v0.8.0 |
| 821 | 2026-07-31T17:20:34.248Z | Downloaded keccak v0.1.6 |
| 822 | 2026-07-31T17:20:34.248Z | Downloaded lazy_static v1.5.0 |
| 823 | 2026-07-31T17:20:34.248Z | Downloaded tokio-test v0.4.5 |
| 824 | 2026-07-31T17:20:34.248Z | Downloaded tokio-tungstenite v0.23.1 |
| 825 | 2026-07-31T17:20:34.248Z | Downloaded defmt v0.3.100 |
| 826 | 2026-07-31T17:20:34.248Z | Downloaded embedded-io v0.6.1 |
| 827 | 2026-07-31T17:20:34.248Z | Downloaded smallvec v0.6.14 |
| 828 | 2026-07-31T17:20:34.248Z | Downloaded crc-any v2.5.0 |
| 829 | 2026-07-31T17:20:34.248Z | Downloaded hashbrown v0.12.3 |
| 830 | 2026-07-31T17:20:34.248Z | Downloaded xshell v0.2.7 |
| 831 | 2026-07-31T17:20:34.248Z | Downloaded trait-variant v0.1.2 |
| 832 | 2026-07-31T17:20:34.253Z | Downloaded memoffset v0.9.1 |
| 833 | 2026-07-31T17:20:34.253Z | Downloaded thiserror-no-std v2.0.2 |
| 834 | 2026-07-31T17:20:34.253Z | Downloaded normalize-line-endings v0.3.0 |
| 835 | 2026-07-31T17:20:34.253Z | Downloaded vergen-gitcl v1.0.8 |
| 836 | 2026-07-31T17:20:34.260Z | Downloaded rustls-native-certs v0.8.3 |
| 837 | 2026-07-31T17:20:34.260Z | Downloaded newline-converter v0.3.0 |
| 838 | 2026-07-31T17:20:34.260Z | Downloaded subprocess v0.2.15 |
| 839 | 2026-07-31T17:20:34.265Z | Downloaded recursive v0.1.1 |
| 840 | 2026-07-31T17:20:34.266Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 841 | 2026-07-31T17:20:34.273Z | Downloaded writeable v0.6.2 |
| 842 | 2026-07-31T17:20:34.295Z | Downloaded icu_properties v2.1.2 |
| 843 | 2026-07-31T17:20:34.295Z | Downloaded sha1 v0.11.0 |
| 844 | 2026-07-31T17:20:34.296Z | Downloaded darling v0.13.4 |
| 845 | 2026-07-31T17:20:34.300Z | Downloaded path-slash v0.1.5 |
| 846 | 2026-07-31T17:20:34.301Z | Downloaded russh-cryptovec v0.62.0 |
| 847 | 2026-07-31T17:20:34.301Z | Downloaded quinn v0.11.11 |
| 848 | 2026-07-31T17:20:34.301Z | Downloaded take_mut v0.2.2 |
| 849 | 2026-07-31T17:20:34.301Z | Downloaded time-core v0.1.8 |
| 850 | 2026-07-31T17:20:34.301Z | Downloaded tagptr v0.2.0 |
| 851 | 2026-07-31T17:20:34.301Z | Downloaded hickory-server v0.25.2 |
| 852 | 2026-07-31T17:20:34.302Z | Downloaded try-lock v0.2.5 |
| 853 | 2026-07-31T17:20:34.302Z | Downloaded publicsuffix v2.3.0 |
| 854 | 2026-07-31T17:20:34.302Z | Downloaded rustls-webpki v0.103.13 |
| 855 | 2026-07-31T17:20:34.302Z | Downloaded opaque-debug v0.3.1 |
| 856 | 2026-07-31T17:20:34.302Z | Downloaded multer v3.1.0 |
| 857 | 2026-07-31T17:20:34.302Z | Downloaded data-encoding v2.10.0 |
| 858 | 2026-07-31T17:20:34.308Z | Downloaded embedded-io v0.4.0 |
| 859 | 2026-07-31T17:20:34.308Z | Downloaded scroll_derive v0.13.1 |
| 860 | 2026-07-31T17:20:34.309Z | Downloaded derive_more v0.99.20 |
| 861 | 2026-07-31T17:20:34.309Z | Downloaded serde-big-array v0.5.1 |
| 862 | 2026-07-31T17:20:34.309Z | Downloaded whoami v1.6.1 |
| 863 | 2026-07-31T17:20:34.314Z | Downloaded phf v0.12.1 |
| 864 | 2026-07-31T17:20:34.314Z | Downloaded cookie_store v0.22.1 |
| 865 | 2026-07-31T17:20:34.314Z | Downloaded phc v0.6.1 |
| 866 | 2026-07-31T17:20:34.314Z | Downloaded pkg-config v0.3.32 |
| 867 | 2026-07-31T17:20:34.319Z | Downloaded darling_macro v0.20.11 |
| 868 | 2026-07-31T17:20:34.326Z | Downloaded schemars v1.2.1 |
| 869 | 2026-07-31T17:20:34.333Z | Downloaded unit-prefix v0.5.2 |
| 870 | 2026-07-31T17:20:34.333Z | Downloaded darling_core v0.20.11 |
| 871 | 2026-07-31T17:20:34.349Z | Downloaded dyn-clone v1.0.20 |
| 872 | 2026-07-31T17:20:34.349Z | Downloaded ignore v0.4.25 |
| 873 | 2026-07-31T17:20:34.349Z | Downloaded libsw-core v0.3.2 |
| 874 | 2026-07-31T17:20:34.349Z | Downloaded libloading v0.8.9 |
| 875 | 2026-07-31T17:20:34.350Z | Downloaded linear-map v1.2.0 |
| 876 | 2026-07-31T17:20:34.350Z | Downloaded num-integer v0.1.46 |
| 877 | 2026-07-31T17:20:34.357Z | Downloaded xattr v1.6.1 |
| 878 | 2026-07-31T17:20:34.357Z | Downloaded predicates v3.1.4 |
| 879 | 2026-07-31T17:20:34.357Z | Downloaded progenitor-client v0.13.0 |
| 880 | 2026-07-31T17:20:34.357Z | Downloaded progenitor v0.14.0 |
| 881 | 2026-07-31T17:20:34.357Z | Downloaded r2d2 v0.8.10 |
| 882 | 2026-07-31T17:20:34.358Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 883 | 2026-07-31T17:20:34.358Z | Downloaded document-features v0.2.12 |
| 884 | 2026-07-31T17:20:34.358Z | Downloaded icu_normalizer_data v2.1.1 |
| 885 | 2026-07-31T17:20:34.358Z | Downloaded indoc v1.0.9 |
| 886 | 2026-07-31T17:20:34.358Z | Downloaded match_cfg v0.1.0 |
| 887 | 2026-07-31T17:20:34.358Z | Downloaded serdect v0.4.3 |
| 888 | 2026-07-31T17:20:34.358Z | Downloaded signal-hook v0.3.18 |
| 889 | 2026-07-31T17:20:34.358Z | Downloaded paste v1.0.15 |
| 890 | 2026-07-31T17:20:34.358Z | Downloaded radium v0.7.0 |
| 891 | 2026-07-31T17:20:34.358Z | Downloaded rand_core v0.9.5 |
| 892 | 2026-07-31T17:20:34.358Z | Downloaded ingot-macros v0.2.0 |
| 893 | 2026-07-31T17:20:34.358Z | Downloaded kem v0.3.0 |
| 894 | 2026-07-31T17:20:34.358Z | Downloaded kstat-rs v0.2.4 |
| 895 | 2026-07-31T17:20:34.358Z | Downloaded des v0.9.0 |
| 896 | 2026-07-31T17:20:34.364Z | Downloaded ssh-cipher v0.3.0 |
| 897 | 2026-07-31T17:20:34.364Z | Downloaded tracing-core v0.1.36 |
| 898 | 2026-07-31T17:20:34.367Z | Downloaded hashbrown v0.13.2 |
| 899 | 2026-07-31T17:20:34.374Z | Downloaded secrecy v0.8.0 |
| 900 | 2026-07-31T17:20:34.386Z | Downloaded packed_struct_codegen v0.10.1 |
| 901 | 2026-07-31T17:20:34.386Z | Downloaded nodrop v0.1.14 |
| 902 | 2026-07-31T17:20:34.386Z | Downloaded slog v2.8.2 |
| 903 | 2026-07-31T17:20:34.386Z | Downloaded derive_more v2.1.1 |
| 904 | 2026-07-31T17:20:34.392Z | Downloaded convert_case v0.10.0 |
| 905 | 2026-07-31T17:20:34.392Z | Downloaded string_cache v0.8.9 |
| 906 | 2026-07-31T17:20:34.392Z | Downloaded vsss-rs v3.3.4 |
| 907 | 2026-07-31T17:20:34.392Z | Downloaded whoami v2.1.0 |
| 908 | 2026-07-31T17:20:34.392Z | Downloaded stringprep v0.1.5 |
| 909 | 2026-07-31T17:20:34.392Z | Downloaded time-macros v0.2.27 |
| 910 | 2026-07-31T17:20:34.395Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 911 | 2026-07-31T17:20:34.396Z | Downloaded percent-encoding v2.3.2 |
| 912 | 2026-07-31T17:20:34.396Z | Downloaded derive-ex v0.1.8 |
| 913 | 2026-07-31T17:20:34.400Z | Downloaded rsa v0.10.0-rc.18 |
| 914 | 2026-07-31T17:20:34.405Z | Downloaded zerovec-derive v0.11.2 |
| 915 | 2026-07-31T17:20:34.409Z | Downloaded zeroize v1.9.0 |
| 916 | 2026-07-31T17:20:34.409Z | Downloaded powerfmt v0.2.0 |
| 917 | 2026-07-31T17:20:34.409Z | Downloaded darling_core v0.21.3 |
| 918 | 2026-07-31T17:20:34.414Z | Downloaded diesel-dtrace v0.5.0 |
| 919 | 2026-07-31T17:20:34.414Z | Downloaded indoc v2.0.7 |
| 920 | 2026-07-31T17:20:34.419Z | Downloaded semver v0.1.20 |
| 921 | 2026-07-31T17:20:34.419Z | Downloaded sync_wrapper v1.0.2 |
| 922 | 2026-07-31T17:20:34.419Z | Downloaded parking_lot v0.11.2 |
| 923 | 2026-07-31T17:20:34.419Z | Downloaded sync-ptr v0.1.4 |
| 924 | 2026-07-31T17:20:34.426Z | Downloaded serde_urlencoded v0.7.1 |
| 925 | 2026-07-31T17:20:34.426Z | Downloaded sha2 v0.11.0 |
| 926 | 2026-07-31T17:20:34.432Z | Downloaded zerocopy-derive v0.8.40 |
| 927 | 2026-07-31T17:20:34.438Z | Downloaded http v1.4.2 |
| 928 | 2026-07-31T17:20:34.448Z | Downloaded tokio-rustls v0.26.4 |
| 929 | 2026-07-31T17:20:34.448Z | Downloaded native-tls v0.2.18 |
| 930 | 2026-07-31T17:20:34.452Z | Downloaded serde_cbor v0.11.2 |
| 931 | 2026-07-31T17:20:34.452Z | Downloaded test-strategy v0.4.5 |
| 932 | 2026-07-31T17:20:34.452Z | Downloaded tracing-attributes v0.1.31 |
| 933 | 2026-07-31T17:20:34.452Z | Downloaded num_enum v0.7.6 |
| 934 | 2026-07-31T17:20:34.452Z | Downloaded pkcs8 v0.10.2 |
| 935 | 2026-07-31T17:20:34.458Z | Downloaded zeroize_derive v1.5.0 |
| 936 | 2026-07-31T17:20:34.458Z | Downloaded zone v0.3.1 |
| 937 | 2026-07-31T17:20:34.458Z | Downloaded crc v3.4.0 |
| 938 | 2026-07-31T17:20:34.458Z | Downloaded icu_provider v2.1.1 |
| 939 | 2026-07-31T17:20:34.463Z | Downloaded twox-hash v2.1.2 |
| 940 | 2026-07-31T17:20:34.463Z | Downloaded universal-hash v0.5.1 |
| 941 | 2026-07-31T17:20:34.463Z | Downloaded rand v0.8.6 |
| 942 | 2026-07-31T17:20:34.466Z | Downloaded oso v0.27.3 |
| 943 | 2026-07-31T17:20:34.466Z | Downloaded cookie v0.18.1 |
| 944 | 2026-07-31T17:20:34.466Z | Downloaded crossbeam-epoch v0.9.18 |
| 945 | 2026-07-31T17:20:34.470Z | Downloaded proc-macro-error2 v2.0.1 |
| 946 | 2026-07-31T17:20:34.470Z | Downloaded ecdsa v0.16.9 |
| 947 | 2026-07-31T17:20:34.476Z | Downloaded difflib v0.4.0 |
| 948 | 2026-07-31T17:20:34.476Z | Downloaded illumos-nvpair v0.3.0 |
| 949 | 2026-07-31T17:20:34.476Z | Downloaded darling_core v0.23.0 |
| 950 | 2026-07-31T17:20:34.480Z | Downloaded linked-hash-map v0.5.6 |
| 951 | 2026-07-31T17:20:34.480Z | Downloaded psm v0.1.30 |
| 952 | 2026-07-31T17:20:34.480Z | Downloaded wnaf v0.14.0 |
| 953 | 2026-07-31T17:20:34.480Z | Downloaded rpassword v7.5.4 |
| 954 | 2026-07-31T17:20:34.485Z | Downloaded unicode-segmentation v1.12.0 |
| 955 | 2026-07-31T17:20:34.485Z | Downloaded samael v0.0.19 |
| 956 | 2026-07-31T17:20:34.489Z | Downloaded instability v0.3.11 |
| 957 | 2026-07-31T17:20:34.489Z | Downloaded rsa v0.9.10 |
| 958 | 2026-07-31T17:20:34.492Z | Downloaded scuffle v0.1.0 |
| 959 | 2026-07-31T17:20:34.492Z | Downloaded strum_macros v0.26.4 |
| 960 | 2026-07-31T17:20:34.499Z | Downloaded jiff-static v0.2.34 |
| 961 | 2026-07-31T17:20:34.499Z | Downloaded olpc-cjson v0.1.4 |
| 962 | 2026-07-31T17:20:34.499Z | Downloaded peg-runtime v0.8.5 |
| 963 | 2026-07-31T17:20:34.506Z | Downloaded litemap v0.8.1 |
| 964 | 2026-07-31T17:20:34.506Z | Downloaded maybe-uninit v2.0.0 |
| 965 | 2026-07-31T17:20:34.506Z | Downloaded ryu v1.0.23 |
| 966 | 2026-07-31T17:20:34.507Z | Downloaded slog-scope v4.4.1 |
| 967 | 2026-07-31T17:20:34.507Z | Downloaded indicatif v0.18.4 |
| 968 | 2026-07-31T17:20:34.507Z | Downloaded nom v8.0.0 |
| 969 | 2026-07-31T17:20:34.516Z | Downloaded serde_with v1.14.0 |
| 970 | 2026-07-31T17:20:34.516Z | Downloaded tinystr v0.8.2 |
| 971 | 2026-07-31T17:20:34.516Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 972 | 2026-07-31T17:20:34.526Z | Downloaded miniz_oxide v0.8.9 |
| 973 | 2026-07-31T17:20:34.526Z | Downloaded memmap2 v0.9.10 |
| 974 | 2026-07-31T17:20:34.526Z | Downloaded tungstenite v0.23.0 |
| 975 | 2026-07-31T17:20:34.538Z | Downloaded parse-display v0.10.0 |
| 976 | 2026-07-31T17:20:34.538Z | Downloaded quick-error v1.2.3 |
| 977 | 2026-07-31T17:20:34.538Z | Downloaded serde_spanned v1.1.1 |
| 978 | 2026-07-31T17:20:34.538Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-07-31T17:20:34.538Z | Downloaded defmt-macros v1.0.1 |
| 980 | 2026-07-31T17:20:34.538Z | Downloaded hashbrown v0.15.5 |
| 981 | 2026-07-31T17:20:34.538Z | Downloaded slog-envlogger v2.2.0 |
| 982 | 2026-07-31T17:20:34.543Z | Downloaded strum v0.27.2 |
| 983 | 2026-07-31T17:20:34.543Z | Downloaded tinyvec_macros v0.1.1 |
| 984 | 2026-07-31T17:20:34.544Z | Downloaded libefi-sys v0.1.0 |
| 985 | 2026-07-31T17:20:34.550Z | Downloaded rustc_version v0.4.1 |
| 986 | 2026-07-31T17:20:34.550Z | Downloaded scroll v0.13.0 |
| 987 | 2026-07-31T17:20:34.554Z | Downloaded hyper-util v0.1.20 |
| 988 | 2026-07-31T17:20:34.554Z | Downloaded num-rational v0.4.2 |
| 989 | 2026-07-31T17:20:34.554Z | Downloaded pretty_assertions v1.4.1 |
| 990 | 2026-07-31T17:20:34.554Z | Downloaded walkdir v2.5.0 |
| 991 | 2026-07-31T17:20:34.554Z | Downloaded ecdsa v0.17.0 |
| 992 | 2026-07-31T17:20:34.566Z | Downloaded spin v0.9.8 |
| 993 | 2026-07-31T17:20:34.566Z | Downloaded oxide-update-engine-display v0.1.2 |
| 994 | 2026-07-31T17:20:34.566Z | Downloaded nanorand v0.7.0 |
| 995 | 2026-07-31T17:20:34.566Z | Downloaded postgres-types v0.2.12 |
| 996 | 2026-07-31T17:20:34.573Z | Downloaded sqlparser_derive v0.5.0 |
| 997 | 2026-07-31T17:20:34.573Z | Downloaded ed25519 v2.2.3 |
| 998 | 2026-07-31T17:20:34.573Z | Downloaded crypto-common v0.2.2 |
| 999 | 2026-07-31T17:20:34.573Z | Downloaded displaydoc v0.2.5 |
| 1000 | 2026-07-31T17:20:34.573Z | Downloaded ed25519 v3.0.0 |
| 1001 | 2026-07-31T17:20:34.573Z | Downloaded ingot-types v0.2.0 |
| 1002 | 2026-07-31T17:20:34.573Z | Downloaded num-bigint v0.4.6 |
| 1003 | 2026-07-31T17:20:34.573Z | Downloaded serde_with_macros v3.21.0 |
| 1004 | 2026-07-31T17:20:34.579Z | Downloaded digest-io v0.1.0 |
| 1005 | 2026-07-31T17:20:34.579Z | Downloaded untrusted v0.7.1 |
| 1006 | 2026-07-31T17:20:34.579Z | Downloaded md5 v0.8.0 |
| 1007 | 2026-07-31T17:20:34.582Z | Downloaded md-5 v0.10.6 |
| 1008 | 2026-07-31T17:20:34.583Z | Downloaded openssl-probe v0.1.6 |
| 1009 | 2026-07-31T17:20:34.586Z | Downloaded tokio-stream v0.1.18 |
| 1010 | 2026-07-31T17:20:34.591Z | Downloaded hashbrown v0.16.1 |
| 1011 | 2026-07-31T17:20:34.597Z | Downloaded daft v0.1.7 |
| 1012 | 2026-07-31T17:20:34.597Z | Downloaded zerovec v0.11.5 |
| 1013 | 2026-07-31T17:20:34.597Z | Downloaded slog-term v2.9.2 |
| 1014 | 2026-07-31T17:20:34.597Z | Downloaded ed25519-dalek v2.2.0 |
| 1015 | 2026-07-31T17:20:34.602Z | Downloaded mime_guess v2.0.5 |
| 1016 | 2026-07-31T17:20:34.602Z | Downloaded rand_chacha v0.3.1 |
| 1017 | 2026-07-31T17:20:34.602Z | Downloaded subtle v2.6.1 |
| 1018 | 2026-07-31T17:20:34.606Z | Downloaded num-complex v0.4.6 |
| 1019 | 2026-07-31T17:20:34.606Z | Downloaded aho-corasick v1.1.4 |
| 1020 | 2026-07-31T17:20:34.606Z | Downloaded port-file v0.1.0 |
| 1021 | 2026-07-31T17:20:34.610Z | Downloaded newtype_derive v0.1.6 |
| 1022 | 2026-07-31T17:20:34.613Z | Downloaded hyper v1.10.1 |
| 1023 | 2026-07-31T17:20:34.621Z | Downloaded usdt-impl v0.6.0 |
| 1024 | 2026-07-31T17:20:34.625Z | Downloaded nonempty v0.12.0 |
| 1025 | 2026-07-31T17:20:34.625Z | Downloaded proc-macro-crate v3.4.0 |
| 1026 | 2026-07-31T17:20:34.625Z | Downloaded seq-macro v0.3.6 |
| 1027 | 2026-07-31T17:20:34.631Z | Downloaded typify-macro v0.6.2 |
| 1028 | 2026-07-31T17:20:34.631Z | Downloaded sec1 v0.7.3 |
| 1029 | 2026-07-31T17:20:34.641Z | Downloaded icu_normalizer v2.1.1 |
| 1030 | 2026-07-31T17:20:34.648Z | Downloaded socket2 v0.5.10 |
| 1031 | 2026-07-31T17:20:34.648Z | Downloaded zstd v0.13.3 |
| 1032 | 2026-07-31T17:20:34.648Z | Downloaded rand_core v0.10.0 |
| 1033 | 2026-07-31T17:20:34.648Z | Downloaded dirs-next v2.0.0 |
| 1034 | 2026-07-31T17:20:34.648Z | Downloaded untrusted v0.9.0 |
| 1035 | 2026-07-31T17:20:34.648Z | Downloaded support-bundle-viewer v0.1.2 |
| 1036 | 2026-07-31T17:20:34.648Z | Downloaded tough v0.22.0 |
| 1037 | 2026-07-31T17:20:34.652Z | Downloaded similar v2.7.0 |
| 1038 | 2026-07-31T17:20:34.652Z | Downloaded unicase v2.9.0 |
| 1039 | 2026-07-31T17:20:34.658Z | Downloaded hkdf v0.13.0 |
| 1040 | 2026-07-31T17:20:34.664Z | Downloaded daft-derive v0.1.7 |
| 1041 | 2026-07-31T17:20:34.671Z | Downloaded oxide-update-engine v0.1.2 |
| 1042 | 2026-07-31T17:20:34.671Z | Downloaded keccak v0.2.0 |
| 1043 | 2026-07-31T17:20:34.671Z | Downloaded derive_more-impl v2.1.1 |
| 1044 | 2026-07-31T17:20:34.677Z | Downloaded aes-gcm v0.11.0 |
| 1045 | 2026-07-31T17:20:34.677Z | Downloaded toml v0.7.8 |
| 1046 | 2026-07-31T17:20:34.677Z | Downloaded crc32fast v1.5.0 |
| 1047 | 2026-07-31T17:20:34.677Z | Downloaded ppv-lite86 v0.2.21 |
| 1048 | 2026-07-31T17:20:34.677Z | Downloaded defmt v1.0.1 |
| 1049 | 2026-07-31T17:20:34.682Z | Downloaded derive_builder_core v0.20.2 |
| 1050 | 2026-07-31T17:20:34.682Z | Downloaded derive-where v1.6.0 |
| 1051 | 2026-07-31T17:20:34.682Z | Downloaded termios v0.3.3 |
| 1052 | 2026-07-31T17:20:34.682Z | Downloaded ingot v0.2.1 |
| 1053 | 2026-07-31T17:20:34.682Z | Downloaded multimap v0.10.1 |
| 1054 | 2026-07-31T17:20:34.744Z | Downloaded progenitor-macro v0.13.0 |
| 1055 | 2026-07-31T17:20:34.744Z | Downloaded signature v3.0.0 |
| 1056 | 2026-07-31T17:20:34.744Z | Downloaded hkdf v0.12.4 |
| 1057 | 2026-07-31T17:20:34.744Z | Downloaded openssl-sys v0.9.115 |
| 1058 | 2026-07-31T17:20:34.762Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1059 | 2026-07-31T17:20:34.762Z | Downloaded slog-dtrace v0.3.0 |
| 1060 | 2026-07-31T17:20:34.762Z | Downloaded steno v0.4.1 |
| 1061 | 2026-07-31T17:20:34.762Z | Downloaded omicron-zone-package v0.12.3 |
| 1062 | 2026-07-31T17:20:34.762Z | Downloaded rustls-pki-types v1.14.0 |
| 1063 | 2026-07-31T17:20:34.762Z | Downloaded unicode-truncate v1.1.0 |
| 1064 | 2026-07-31T17:20:34.763Z | Downloaded scrypt v0.12.0 |
| 1065 | 2026-07-31T17:20:34.763Z | Downloaded strum_macros v0.27.2 |
| 1066 | 2026-07-31T17:20:34.763Z | Downloaded tls_codec_derive v0.4.2 |
| 1067 | 2026-07-31T17:20:34.763Z | Downloaded void v1.0.2 |
| 1068 | 2026-07-31T17:20:34.763Z | Downloaded winnow v0.5.40 |
| 1069 | 2026-07-31T17:20:34.763Z | Downloaded der v0.7.10 |
| 1070 | 2026-07-31T17:20:34.763Z | Downloaded sec1 v0.8.1 |
| 1071 | 2026-07-31T17:20:34.763Z | Downloaded is_ci v1.2.0 |
| 1072 | 2026-07-31T17:20:34.763Z | Downloaded vergen-git2 v9.1.0 |
| 1073 | 2026-07-31T17:20:34.763Z | Downloaded zstd-safe v7.2.4 |
| 1074 | 2026-07-31T17:20:34.763Z | Downloaded iri-string v0.7.10 |
| 1075 | 2026-07-31T17:20:34.763Z | Downloaded critical-section v1.2.0 |
| 1076 | 2026-07-31T17:20:34.763Z | Downloaded idna_adapter v1.2.1 |
| 1077 | 2026-07-31T17:20:34.763Z | Downloaded darling_macro v0.21.3 |
| 1078 | 2026-07-31T17:20:34.763Z | Downloaded der_derive v0.7.3 |
| 1079 | 2026-07-31T17:20:34.763Z | Downloaded lzss v0.8.2 |
| 1080 | 2026-07-31T17:20:34.763Z | Downloaded predicates-tree v1.0.13 |
| 1081 | 2026-07-31T17:20:34.763Z | Downloaded russh-util v0.52.0 |
| 1082 | 2026-07-31T17:20:34.763Z | Downloaded h2 v0.4.15 |
| 1083 | 2026-07-31T17:20:34.763Z | Downloaded iana-time-zone v0.1.65 |
| 1084 | 2026-07-31T17:20:34.763Z | Downloaded rawzip v0.4.4 |
| 1085 | 2026-07-31T17:20:34.763Z | Downloaded digest v0.11.3 |
| 1086 | 2026-07-31T17:20:34.763Z | Downloaded libsw v3.5.0 |
| 1087 | 2026-07-31T17:20:34.763Z | Downloaded usdt-macro v0.6.0 |
| 1088 | 2026-07-31T17:20:34.763Z | Downloaded crc8 v0.1.1 |
| 1089 | 2026-07-31T17:20:34.763Z | Downloaded num_enum_derive v0.7.6 |
| 1090 | 2026-07-31T17:20:34.763Z | Downloaded signal-hook-mio v0.2.5 |
| 1091 | 2026-07-31T17:20:34.764Z | Downloaded simd-adler32 v0.3.8 |
| 1092 | 2026-07-31T17:20:34.764Z | Downloaded slog-stdlog v4.1.1 |
| 1093 | 2026-07-31T17:20:34.778Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1094 | 2026-07-31T17:20:34.778Z | Downloaded slog-json v2.6.1 |
| 1095 | 2026-07-31T17:20:34.778Z | Downloaded blake3 v1.8.5 |
| 1096 | 2026-07-31T17:20:34.778Z | Downloaded ident_case v1.0.1 |
| 1097 | 2026-07-31T17:20:34.778Z | Downloaded tokio-dtrace v0.1.1 |
| 1098 | 2026-07-31T17:20:34.778Z | Downloaded x509-cert v0.2.5 |
| 1099 | 2026-07-31T17:20:34.778Z | Downloaded darling_core v0.13.4 |
| 1100 | 2026-07-31T17:20:34.778Z | Downloaded diesel_derives v2.3.7 |
| 1101 | 2026-07-31T17:20:34.784Z | Downloaded maplit v1.0.2 |
| 1102 | 2026-07-31T17:20:34.784Z | Downloaded ena v0.14.4 |
| 1103 | 2026-07-31T17:20:34.784Z | Downloaded waitgroup v0.1.2 |
| 1104 | 2026-07-31T17:20:34.784Z | Downloaded instant v0.1.13 |
| 1105 | 2026-07-31T17:20:34.790Z | Downloaded num_threads v0.1.7 |
| 1106 | 2026-07-31T17:20:34.795Z | Downloaded nu-ansi-term v0.50.3 |
| 1107 | 2026-07-31T17:20:34.796Z | Downloaded darling_macro v0.13.4 |
| 1108 | 2026-07-31T17:20:34.796Z | Downloaded yasna v0.5.2 |
| 1109 | 2026-07-31T17:20:34.801Z | Downloaded futures-util v0.3.32 |
| 1110 | 2026-07-31T17:20:34.807Z | Downloaded rustyline v14.0.0 |
| 1111 | 2026-07-31T17:20:34.807Z | Downloaded dropshot_endpoint v0.17.1 |
| 1112 | 2026-07-31T17:20:34.813Z | Downloaded sapling-renderdag v0.1.0 |
| 1113 | 2026-07-31T17:20:34.813Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1114 | 2026-07-31T17:20:34.813Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1115 | 2026-07-31T17:20:34.813Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1116 | 2026-07-31T17:20:34.817Z | Downloaded internet-checksum v0.2.1 |
| 1117 | 2026-07-31T17:20:34.817Z | Downloaded tokio-util v0.7.18 |
| 1118 | 2026-07-31T17:20:34.827Z | Downloaded pkcs5 v0.8.1 |
| 1119 | 2026-07-31T17:20:34.832Z | Downloaded url v2.5.8 |
| 1120 | 2026-07-31T17:20:34.832Z | Downloaded snafu-derive v0.8.9 |
| 1121 | 2026-07-31T17:20:34.832Z | Downloaded deranged v0.5.8 |
| 1122 | 2026-07-31T17:20:34.832Z | Downloaded pin-project v1.1.11 |
| 1123 | 2026-07-31T17:20:34.832Z | Downloaded pkcs1 v0.7.5 |
| 1124 | 2026-07-31T17:20:34.836Z | Downloaded primeorder v0.14.0 |
| 1125 | 2026-07-31T17:20:34.836Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1126 | 2026-07-31T17:20:34.836Z | Downloaded term v0.7.0 |
| 1127 | 2026-07-31T17:20:34.843Z | Downloaded rand v0.9.2 |
| 1128 | 2026-07-31T17:20:34.852Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1129 | 2026-07-31T17:20:34.857Z | Downloaded zerocopy v0.6.6 |
| 1130 | 2026-07-31T17:20:34.857Z | Downloaded stacker v0.1.23 |
| 1131 | 2026-07-31T17:20:34.857Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1132 | 2026-07-31T17:20:34.863Z | Downloaded stable_deref_trait v1.2.1 |
| 1133 | 2026-07-31T17:20:34.863Z | Downloaded tower-layer v0.3.3 |
| 1134 | 2026-07-31T17:20:34.868Z | Downloaded regex v1.12.3 |
| 1135 | 2026-07-31T17:20:34.868Z | Downloaded strum_macros v0.24.3 |
| 1136 | 2026-07-31T17:20:34.872Z | Downloaded vte v0.14.1 |
| 1137 | 2026-07-31T17:20:34.872Z | Downloaded peg v0.8.5 |
| 1138 | 2026-07-31T17:20:34.872Z | Downloaded darling v0.23.0 |
| 1139 | 2026-07-31T17:20:34.878Z | Downloaded peg-macros v0.8.5 |
| 1140 | 2026-07-31T17:20:34.878Z | Downloaded quick-xml v0.37.5 |
| 1141 | 2026-07-31T17:20:34.883Z | Downloaded managed v0.8.0 |
| 1142 | 2026-07-31T17:20:34.883Z | Downloaded synstructure v0.13.2 |
| 1143 | 2026-07-31T17:20:34.883Z | Downloaded mio v1.2.0 |
| 1144 | 2026-07-31T17:20:34.888Z | Downloaded drift v0.2.0 |
| 1145 | 2026-07-31T17:20:34.896Z | Downloaded new_debug_unreachable v1.0.6 |
| 1146 | 2026-07-31T17:20:34.896Z | Downloaded num-traits v0.2.19 |
| 1147 | 2026-07-31T17:20:34.901Z | Downloaded toml_edit v0.19.15 |
| 1148 | 2026-07-31T17:20:34.909Z | Downloaded crossbeam-deque v0.8.6 |
| 1149 | 2026-07-31T17:20:34.909Z | Downloaded crypto-primes v0.7.2 |
| 1150 | 2026-07-31T17:20:34.913Z | Downloaded rcgen v0.12.1 |
| 1151 | 2026-07-31T17:20:34.913Z | Downloaded smf v0.2.3 |
| 1152 | 2026-07-31T17:20:34.913Z | Downloaded progenitor-impl v0.14.0 |
| 1153 | 2026-07-31T17:20:34.913Z | Downloaded csv-core v0.1.13 |
| 1154 | 2026-07-31T17:20:34.913Z | Downloaded itertools v0.12.1 |
| 1155 | 2026-07-31T17:20:34.918Z | Downloaded libxml v0.3.3 |
| 1156 | 2026-07-31T17:20:34.918Z | Downloaded rustc_version v0.1.7 |
| 1157 | 2026-07-31T17:20:34.918Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1158 | 2026-07-31T17:20:34.922Z | Downloaded bindgen v0.71.1 |
| 1159 | 2026-07-31T17:20:34.922Z | Downloaded p521 v0.14.0 |
| 1160 | 2026-07-31T17:20:34.926Z | Downloaded parking_lot v0.12.5 |
| 1161 | 2026-07-31T17:20:34.926Z | Downloaded mime v0.3.17 |
| 1162 | 2026-07-31T17:20:34.929Z | Downloaded signal-hook-registry v1.4.8 |
| 1163 | 2026-07-31T17:20:34.929Z | Downloaded yansi v1.0.1 |
| 1164 | 2026-07-31T17:20:34.929Z | Downloaded serde_derive_internals v0.29.1 |
| 1165 | 2026-07-31T17:20:34.930Z | Downloaded tiny-keccak v2.0.2 |
| 1166 | 2026-07-31T17:20:34.936Z | Downloaded pin-project-internal v1.1.11 |
| 1167 | 2026-07-31T17:20:34.936Z | Downloaded dropshot-api-manager v0.7.2 |
| 1168 | 2026-07-31T17:20:34.936Z | Downloaded rand_core v0.6.4 |
| 1169 | 2026-07-31T17:20:34.936Z | Downloaded diff v0.1.13 |
| 1170 | 2026-07-31T17:20:34.955Z | Downloaded zip v0.6.6 |
| 1171 | 2026-07-31T17:20:34.955Z | Downloaded jiff-core v0.1.0 |
| 1172 | 2026-07-31T17:20:34.960Z | Downloaded git2 v0.20.4 |
| 1173 | 2026-07-31T17:20:34.960Z | Downloaded ron v0.8.1 |
| 1174 | 2026-07-31T17:20:34.960Z | Downloaded serde_with v3.21.0 |
| 1175 | 2026-07-31T17:20:34.960Z | Downloaded icu_collections v2.1.1 |
| 1176 | 2026-07-31T17:20:34.960Z | Downloaded poly1305 v0.8.0 |
| 1177 | 2026-07-31T17:20:34.961Z | Downloaded idna v1.1.0 |
| 1178 | 2026-07-31T17:20:34.964Z | Downloaded itertools v0.13.0 |
| 1179 | 2026-07-31T17:20:34.968Z | Downloaded prefix-trie v0.7.0 |
| 1180 | 2026-07-31T17:20:34.968Z | Downloaded yoke v0.8.1 |
| 1181 | 2026-07-31T17:20:34.968Z | Downloaded parse-display-derive v0.10.0 |
| 1182 | 2026-07-31T17:20:34.969Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1183 | 2026-07-31T17:20:34.973Z | Downloaded crossterm v0.28.1 |
| 1184 | 2026-07-31T17:20:34.978Z | Downloaded ml-kem v0.3.2 |
| 1185 | 2026-07-31T17:20:34.978Z | Downloaded zerotrie v0.2.3 |
| 1186 | 2026-07-31T17:20:34.982Z | Downloaded itertools v0.10.5 |
| 1187 | 2026-07-31T17:20:34.983Z | Downloaded unicode_categories v0.1.1 |
| 1188 | 2026-07-31T17:20:34.986Z | Downloaded crossbeam-channel v0.5.15 |
| 1189 | 2026-07-31T17:20:34.986Z | Downloaded reedline v0.40.0 |
| 1190 | 2026-07-31T17:20:34.991Z | Downloaded p384 v0.14.0 |
| 1191 | 2026-07-31T17:20:35.002Z | Downloaded unicode-bidi v0.3.18 |
| 1192 | 2026-07-31T17:20:35.002Z | Downloaded aws-lc-rs v1.16.3 |
| 1193 | 2026-07-31T17:20:35.006Z | Downloaded bitvec v1.0.1 |
| 1194 | 2026-07-31T17:20:35.013Z | Downloaded indexmap v1.9.3 |
| 1195 | 2026-07-31T17:20:35.013Z | Downloaded nom v7.1.3 |
| 1196 | 2026-07-31T17:20:35.021Z | Downloaded typify v0.6.2 |
| 1197 | 2026-07-31T17:20:35.021Z | Downloaded salsa20 v0.11.0 |
| 1198 | 2026-07-31T17:20:35.022Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1199 | 2026-07-31T17:20:35.022Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1200 | 2026-07-31T17:20:35.027Z | Downloaded rand v0.10.1 |
| 1201 | 2026-07-31T17:20:35.027Z | Downloaded tinyvec v1.10.0 |
| 1202 | 2026-07-31T17:20:35.034Z | Downloaded rayon-core v1.13.0 |
| 1203 | 2026-07-31T17:20:35.034Z | Downloaded zopfli v0.8.3 |
| 1204 | 2026-07-31T17:20:35.034Z | Downloaded elliptic-curve v0.13.8 |
| 1205 | 2026-07-31T17:20:35.034Z | Downloaded jobserver v0.1.34 |
| 1206 | 2026-07-31T17:20:35.038Z | Downloaded qorb v0.4.1 |
| 1207 | 2026-07-31T17:20:35.038Z | Downloaded schemars v0.8.22 |
| 1208 | 2026-07-31T17:20:35.045Z | Downloaded ed25519-dalek v3.0.0 |
| 1209 | 2026-07-31T17:20:35.050Z | Downloaded icu_properties_data v2.1.2 |
| 1210 | 2026-07-31T17:20:35.050Z | Downloaded minimal-lexical v0.2.1 |
| 1211 | 2026-07-31T17:20:35.055Z | Downloaded quinn-proto v0.11.16 |
| 1212 | 2026-07-31T17:20:35.061Z | Downloaded russh v0.62.4 |
| 1213 | 2026-07-31T17:20:35.061Z | Downloaded darling v0.21.3 |
| 1214 | 2026-07-31T17:20:35.066Z | Downloaded vergen v9.1.0 |
| 1215 | 2026-07-31T17:20:35.066Z | Downloaded progenitor-impl v0.13.0 |
| 1216 | 2026-07-31T17:20:35.066Z | Downloaded tar v0.4.46 |
| 1217 | 2026-07-31T17:20:35.075Z | Downloaded chrono v0.4.45 |
| 1218 | 2026-07-31T17:20:35.075Z | Downloaded crypto-bigint v0.5.5 |
| 1219 | 2026-07-31T17:20:35.080Z | Downloaded proptest v1.11.0 |
| 1220 | 2026-07-31T17:20:35.080Z | Downloaded uuid v1.23.4 |
| 1221 | 2026-07-31T17:20:35.087Z | Downloaded tabled v0.20.0 |
| 1222 | 2026-07-31T17:20:35.094Z | Downloaded goblin v0.10.5 |
| 1223 | 2026-07-31T17:20:35.099Z | Downloaded reqwest v0.12.28 |
| 1224 | 2026-07-31T17:20:35.099Z | Downloaded elliptic-curve v0.14.1 |
| 1225 | 2026-07-31T17:20:35.104Z | Downloaded icu_locale_core v2.1.1 |
| 1226 | 2026-07-31T17:20:35.105Z | Downloaded p384 v0.13.1 |
| 1227 | 2026-07-31T17:20:35.110Z | Downloaded object v0.30.4 |
| 1228 | 2026-07-31T17:20:35.115Z | Downloaded lalrpop v0.19.12 |
| 1229 | 2026-07-31T17:20:35.120Z | Downloaded zlib-rs v0.6.2 |
| 1230 | 2026-07-31T17:20:35.120Z | Downloaded tower v0.5.3 |
| 1231 | 2026-07-31T17:20:35.125Z | Downloaded typed-path v0.9.3 |
| 1232 | 2026-07-31T17:20:35.129Z | Downloaded moka v0.12.13 |
| 1233 | 2026-07-31T17:20:35.135Z | Downloaded sha3 v0.12.0 |
| 1234 | 2026-07-31T17:20:35.135Z | Downloaded salty v0.3.0 |
| 1235 | 2026-07-31T17:20:35.139Z | Downloaded tokio-postgres v0.7.16 |
| 1236 | 2026-07-31T17:20:35.145Z | Downloaded num-bigint-dig v0.8.6 |
| 1237 | 2026-07-31T17:20:35.145Z | Downloaded der v0.8.0 |
| 1238 | 2026-07-31T17:20:35.149Z | Downloaded unicode-normalization v0.1.25 |
| 1239 | 2026-07-31T17:20:35.163Z | Downloaded zip v4.6.1 |
| 1240 | 2026-07-31T17:20:35.168Z | Downloaded itertools v0.14.0 |
| 1241 | 2026-07-31T17:20:35.179Z | Downloaded itertools v0.15.0 |
| 1242 | 2026-07-31T17:20:35.192Z | Downloaded tower-http v0.6.8 |
| 1243 | 2026-07-31T17:20:35.192Z | Downloaded zerocopy v0.8.40 |
| 1244 | 2026-07-31T17:20:35.197Z | Downloaded portable-atomic v1.13.1 |
| 1245 | 2026-07-31T17:20:35.197Z | Downloaded libm v0.2.16 |
| 1246 | 2026-07-31T17:20:35.202Z | Downloaded vcpkg v0.2.15 |
| 1247 | 2026-07-31T17:20:35.223Z | Downloaded winnow v1.0.3 |
| 1248 | 2026-07-31T17:20:35.229Z | Downloaded reqwest v0.13.2 |
| 1249 | 2026-07-31T17:20:35.238Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-07-31T17:20:35.243Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-07-31T17:20:35.248Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1252 | 2026-07-31T17:20:35.248Z | Downloaded nix v0.27.1 |
| 1253 | 2026-07-31T17:20:35.253Z | Downloaded crossterm v0.29.0 |
| 1254 | 2026-07-31T17:20:35.259Z | Downloaded petname v2.0.2 |
| 1255 | 2026-07-31T17:20:35.263Z | Downloaded polar-core v0.27.3 |
| 1256 | 2026-07-31T17:20:35.268Z | Downloaded iddqd v0.4.2 |
| 1257 | 2026-07-31T17:20:35.274Z | Downloaded hickory-proto v0.24.4 |
| 1258 | 2026-07-31T17:20:35.286Z | Downloaded smoltcp v0.9.1 |
| 1259 | 2026-07-31T17:20:35.290Z | Downloaded openapiv3 v2.2.0 |
| 1260 | 2026-07-31T17:20:35.341Z | Downloaded curve25519-dalek v4.1.3 |
| 1261 | 2026-07-31T17:20:35.357Z | Downloaded rayon v1.11.0 |
| 1262 | 2026-07-31T17:20:35.357Z | Downloaded regex-syntax v0.6.29 |
| 1263 | 2026-07-31T17:20:35.357Z | Downloaded object v0.37.3 |
| 1264 | 2026-07-31T17:20:35.358Z | Downloaded hickory-proto v0.25.2 |
| 1265 | 2026-07-31T17:20:35.358Z | Downloaded time v0.3.47 |
| 1266 | 2026-07-31T17:20:35.358Z | Downloaded crypto-bigint v0.7.5 |
| 1267 | 2026-07-31T17:20:35.358Z | Downloaded radix_trie v0.2.1 |
| 1268 | 2026-07-31T17:20:35.358Z | Downloaded curve25519-dalek v5.0.0 |
| 1269 | 2026-07-31T17:20:35.367Z | Downloaded nix v0.28.0 |
| 1270 | 2026-07-31T17:20:35.367Z | Downloaded nix v0.31.2 |
| 1271 | 2026-07-31T17:20:35.374Z | Downloaded rustix v0.38.44 |
| 1272 | 2026-07-31T17:20:35.386Z | Downloaded rustls v0.23.41 |
| 1273 | 2026-07-31T17:20:35.396Z | Downloaded regress v0.10.5 |
| 1274 | 2026-07-31T17:20:35.400Z | Downloaded smoltcp v0.11.0 |
| 1275 | 2026-07-31T17:20:35.406Z | Downloaded regex-syntax v0.8.10 |
| 1276 | 2026-07-31T17:20:35.415Z | Downloaded openssl v0.10.79 |
| 1277 | 2026-07-31T17:20:35.419Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-07-31T17:20:35.441Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-07-31T17:20:35.452Z | Downloaded regress v0.11.1 |
| 1280 | 2026-07-31T17:20:35.457Z | Downloaded dropshot v0.17.1 |
| 1281 | 2026-07-31T17:20:35.469Z | Downloaded sled v0.34.7 |
| 1282 | 2026-07-31T17:20:35.475Z | Downloaded tracing v0.1.44 |
| 1283 | 2026-07-31T17:20:35.487Z | Downloaded zerocopy-derive v0.6.6 |
| 1284 | 2026-07-31T17:20:35.496Z | Downloaded diesel v2.3.7 |
| 1285 | 2026-07-31T17:20:35.506Z | Downloaded sqlparser v0.61.0 |
| 1286 | 2026-07-31T17:20:35.510Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-07-31T17:20:35.517Z | Downloaded sha3 v0.11.0 |
| 1288 | 2026-07-31T17:20:35.534Z | Downloaded regex-automata v0.4.14 |
| 1289 | 2026-07-31T17:20:35.557Z | Downloaded chrono-tz v0.10.4 |
| 1290 | 2026-07-31T17:20:35.567Z | Downloaded petgraph v0.6.5 |
| 1291 | 2026-07-31T17:20:35.577Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1292 | 2026-07-31T17:20:35.641Z | Downloaded petgraph v0.8.3 |
| 1293 | 2026-07-31T17:20:35.672Z | Downloaded jiff v0.2.34 |
| 1294 | 2026-07-31T17:20:35.672Z | Downloaded sha3 v0.10.8 |
| 1295 | 2026-07-31T17:20:35.673Z | Downloaded libz-sys v1.1.24 |
| 1296 | 2026-07-31T17:20:35.673Z | Downloaded tokio v1.52.1 |
| 1297 | 2026-07-31T17:20:35.673Z | Downloaded csv v1.4.0 |
| 1298 | 2026-07-31T17:20:35.688Z | Downloaded encoding_rs v0.8.35 |
| 1299 | 2026-07-31T17:20:35.720Z | Downloaded ring v0.17.14 |
| 1300 | 2026-07-31T17:20:35.748Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1301 | 2026-07-31T17:20:36.134Z | Downloaded aws-lc-sys v0.40.0 |
| 1302 | 2026-07-31T17:20:36.397Z | Compiling libc v0.2.185 |
| 1303 | 2026-07-31T17:20:36.397Z | Compiling serde_core v1.0.228 |
| 1304 | 2026-07-31T17:20:36.397Z | Compiling serde v1.0.228 |
| 1305 | 2026-07-31T17:20:36.401Z | Compiling log v0.4.29 |
| 1306 | 2026-07-31T17:20:36.401Z | Compiling smallvec v1.15.1 |
| 1307 | 2026-07-31T17:20:36.401Z | Compiling shlex v1.3.0 |
| 1308 | 2026-07-31T17:20:36.401Z | Compiling find-msvc-tools v0.1.9 |
| 1309 | 2026-07-31T17:20:36.536Z | Compiling subtle v2.6.1 |
| 1310 | 2026-07-31T17:20:36.598Z | Compiling scopeguard v1.2.0 |
| 1311 | 2026-07-31T17:20:36.601Z | Compiling typenum v1.20.1 |
| 1312 | 2026-07-31T17:20:36.610Z | Compiling stable_deref_trait v1.2.1 |
| 1313 | 2026-07-31T17:20:36.616Z | Compiling zerocopy v0.8.40 |
| 1314 | 2026-07-31T17:20:36.616Z | Compiling portable-atomic v1.13.1 |
| 1315 | 2026-07-31T17:20:36.632Z | Compiling serde_json v1.0.151 |
| 1316 | 2026-07-31T17:20:36.647Z | Compiling syn v2.0.117 |
| 1317 | 2026-07-31T17:20:36.658Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-07-31T17:20:36.723Z | Compiling libm v0.2.16 |
| 1319 | 2026-07-31T17:20:36.758Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-07-31T17:20:36.772Z | Compiling num-traits v0.2.19 |
| 1321 | 2026-07-31T17:20:36.787Z | Compiling pkg-config v0.3.32 |
| 1322 | 2026-07-31T17:20:36.787Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-07-31T17:20:36.816Z | Compiling pin-project-lite v0.2.17 |
| 1324 | 2026-07-31T17:20:36.832Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-07-31T17:20:36.877Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-07-31T17:20:36.907Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-07-31T17:20:36.937Z | Compiling rand_core v0.10.0 |
| 1328 | 2026-07-31T17:20:36.968Z | Compiling writeable v0.6.2 |
| 1329 | 2026-07-31T17:20:37.014Z | Compiling litemap v0.8.1 |
| 1330 | 2026-07-31T17:20:37.089Z | Compiling percent-encoding v2.3.2 |
| 1331 | 2026-07-31T17:20:37.105Z | Compiling futures-core v0.3.32 |
| 1332 | 2026-07-31T17:20:37.131Z | Compiling icu_normalizer_data v2.1.1 |
| 1333 | 2026-07-31T17:20:37.172Z | Compiling icu_properties_data v2.1.2 |
| 1334 | 2026-07-31T17:20:37.188Z | Compiling getrandom v0.3.4 |
| 1335 | 2026-07-31T17:20:37.232Z | Compiling futures-sink v0.3.32 |
| 1336 | 2026-07-31T17:20:37.241Z | Compiling futures-io v0.3.32 |
| 1337 | 2026-07-31T17:20:37.277Z | Compiling slab v0.4.12 |
| 1338 | 2026-07-31T17:20:37.326Z | Compiling futures-task v0.3.32 |
| 1339 | 2026-07-31T17:20:37.335Z | Compiling utf8_iter v1.0.4 |
| 1340 | 2026-07-31T17:20:37.374Z | Compiling futures-channel v0.3.32 |
| 1341 | 2026-07-31T17:20:37.389Z | Compiling rustix v1.1.3 |
| 1342 | 2026-07-31T17:20:37.451Z | Compiling errno v0.3.14 |
| 1343 | 2026-07-31T17:20:37.489Z | Compiling jobserver v0.1.34 |
| 1344 | 2026-07-31T17:20:37.494Z | Compiling getrandom v0.2.17 |
| 1345 | 2026-07-31T17:20:37.521Z | Compiling mio v1.2.0 |
| 1346 | 2026-07-31T17:20:37.561Z | Compiling signal-hook-registry v1.4.8 |
| 1347 | 2026-07-31T17:20:37.584Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-07-31T17:20:37.612Z | Compiling form_urlencoded v1.2.2 |
| 1349 | 2026-07-31T17:20:37.626Z | Compiling rustversion v1.0.22 |
| 1350 | 2026-07-31T17:20:37.658Z | Compiling rand_core v0.6.4 |
| 1351 | 2026-07-31T17:20:37.762Z | Compiling cc v1.2.56 |
| 1352 | 2026-07-31T17:20:37.779Z | Compiling once_cell v1.21.3 |
| 1353 | 2026-07-31T17:20:37.796Z | Compiling parking_lot v0.12.5 |
| 1354 | 2026-07-31T17:20:37.823Z | Compiling iana-time-zone v0.1.65 |
| 1355 | 2026-07-31T17:20:37.848Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-07-31T17:20:37.876Z | Compiling regex-syntax v0.8.10 |
| 1357 | 2026-07-31T17:20:37.954Z | Compiling dunce v1.0.5 |
| 1358 | 2026-07-31T17:20:38.005Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-07-31T17:20:38.020Z | Compiling flagset v0.4.7 |
| 1360 | 2026-07-31T17:20:38.035Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-07-31T17:20:38.043Z | Compiling base64 v0.22.1 |
| 1362 | 2026-07-31T17:20:38.063Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-07-31T17:20:38.068Z | Compiling syn v1.0.109 |
| 1364 | 2026-07-31T17:20:38.164Z | Compiling pem-rfc7468 v0.7.0 |
| 1365 | 2026-07-31T17:20:38.179Z | Compiling vcpkg v0.2.15 |
| 1366 | 2026-07-31T17:20:38.195Z | Compiling tracing-core v0.1.36 |
| 1367 | 2026-07-31T17:20:38.195Z | Compiling schemars v0.8.22 |
| 1368 | 2026-07-31T17:20:38.258Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-07-31T17:20:38.258Z | Compiling dyn-clone v1.0.20 |
| 1370 | 2026-07-31T17:20:38.292Z | Compiling cpufeatures v0.2.17 |
| 1371 | 2026-07-31T17:20:38.367Z | Compiling spin v0.9.8 |
| 1372 | 2026-07-31T17:20:38.383Z | Compiling tinyvec_macros v0.1.1 |
| 1373 | 2026-07-31T17:20:38.387Z | Compiling cmov v0.5.4 |
| 1374 | 2026-07-31T17:20:38.412Z | Compiling openssl-probe v0.2.1 |
| 1375 | 2026-07-31T17:20:38.462Z | Compiling crc32fast v1.5.0 |
| 1376 | 2026-07-31T17:20:38.477Z | Compiling httparse v1.10.1 |
| 1377 | 2026-07-31T17:20:38.493Z | Compiling cmake v0.1.57 |
| 1378 | 2026-07-31T17:20:38.523Z | Compiling tinyvec v1.10.0 |
| 1379 | 2026-07-31T17:20:38.539Z | Compiling aho-corasick v1.1.4 |
| 1380 | 2026-07-31T17:20:38.595Z | Compiling ctutils v0.4.2 |
| 1381 | 2026-07-31T17:20:38.608Z | Compiling tower-layer v0.3.3 |
| 1382 | 2026-07-31T17:20:38.627Z | Compiling atomic-waker v1.1.2 |
| 1383 | 2026-07-31T17:20:38.688Z | Compiling bitflags v2.11.0 |
| 1384 | 2026-07-31T17:20:38.774Z | Compiling semver v1.0.28 |
| 1385 | 2026-07-31T17:20:38.861Z | Compiling indexmap v2.14.0 |
| 1386 | 2026-07-31T17:20:38.877Z | Compiling uuid v1.23.4 |
| 1387 | 2026-07-31T17:20:38.948Z | Compiling try-lock v0.2.5 |
| 1388 | 2026-07-31T17:20:38.962Z | Compiling untrusted v0.7.1 |
| 1389 | 2026-07-31T17:20:38.981Z | Compiling tower-service v0.3.3 |
| 1390 | 2026-07-31T17:20:39.002Z | Compiling radium v0.7.0 |
| 1391 | 2026-07-31T17:20:39.076Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-07-31T17:20:39.091Z | Compiling want v0.3.1 |
| 1393 | 2026-07-31T17:20:39.104Z | Compiling rustls v0.23.41 |
| 1394 | 2026-07-31T17:20:39.198Z | Compiling maybe-uninit v2.0.0 |
| 1395 | 2026-07-31T17:20:39.243Z | Compiling tap v1.0.1 |
| 1396 | 2026-07-31T17:20:39.290Z | Compiling openssl v0.10.79 |
| 1397 | 2026-07-31T17:20:39.305Z | Compiling foreign-types-shared v0.1.1 |
| 1398 | 2026-07-31T17:20:39.334Z | Compiling simd-adler32 v0.3.8 |
| 1399 | 2026-07-31T17:20:39.353Z | Compiling untrusted v0.9.0 |
| 1400 | 2026-07-31T17:20:39.371Z | Compiling httpdate v1.0.3 |
| 1401 | 2026-07-31T17:20:39.410Z | Compiling foreign-types v0.3.2 |
| 1402 | 2026-07-31T17:20:39.482Z | Compiling aws-lc-sys v0.40.0 |
| 1403 | 2026-07-31T17:20:39.497Z | Compiling openssl-sys v0.9.115 |
| 1404 | 2026-07-31T17:20:39.513Z | Compiling regex-automata v0.4.14 |
| 1405 | 2026-07-31T17:20:39.549Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1406 | 2026-07-31T17:20:39.626Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1407 | 2026-07-31T17:20:39.636Z | Compiling wyz v0.5.1 |
| 1408 | 2026-07-31T17:20:39.636Z | Compiling unicode-normalization v0.1.25 |
| 1409 | 2026-07-31T17:20:39.641Z | Compiling num-integer v0.1.46 |
| 1410 | 2026-07-31T17:20:39.656Z | Compiling synstructure v0.13.2 |
| 1411 | 2026-07-31T17:20:39.709Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-07-31T17:20:39.820Z | Compiling pest_generator v2.8.6 |
| 1413 | 2026-07-31T17:20:39.910Z | Compiling tempfile v3.25.0 |
| 1414 | 2026-07-31T17:20:39.992Z | Compiling darling_core v0.20.11 |
| 1415 | 2026-07-31T17:20:40.011Z | Compiling terminal_size v0.4.3 |
| 1416 | 2026-07-31T17:20:40.071Z | Compiling wait-timeout v0.2.1 |
| 1417 | 2026-07-31T17:20:40.114Z | Compiling ahash v0.8.12 |
| 1418 | 2026-07-31T17:20:40.140Z | Compiling funty v2.0.0 |
| 1419 | 2026-07-31T17:20:40.173Z | Compiling bit-vec v0.8.0 |
| 1420 | 2026-07-31T17:20:40.302Z | Compiling packed_struct v0.10.1 |
| 1421 | 2026-07-31T17:20:40.317Z | Compiling num-bigint-dig v0.8.6 |
| 1422 | 2026-07-31T17:20:40.371Z | Compiling num-conv v0.2.0 |
| 1423 | 2026-07-31T17:20:40.375Z | Compiling native-tls v0.2.18 |
| 1424 | 2026-07-31T17:20:40.416Z | Compiling quick-error v1.2.3 |
| 1425 | 2026-07-31T17:20:40.439Z | Compiling powerfmt v0.2.0 |
| 1426 | 2026-07-31T17:20:40.455Z | Compiling time-core v0.1.8 |
| 1427 | 2026-07-31T17:20:40.530Z | Compiling adler2 v2.0.1 |
| 1428 | 2026-07-31T17:20:40.543Z | Compiling clap_builder v4.6.0 |
| 1429 | 2026-07-31T17:20:40.573Z | Compiling rusty-fork v0.3.1 |
| 1430 | 2026-07-31T17:20:40.602Z | Compiling deranged v0.5.8 |
| 1431 | 2026-07-31T17:20:40.632Z | Compiling miniz_oxide v0.8.9 |
| 1432 | 2026-07-31T17:20:40.635Z | Compiling time-macros v0.2.27 |
| 1433 | 2026-07-31T17:20:40.660Z | Compiling bitvec v1.0.1 |
| 1434 | 2026-07-31T17:20:40.676Z | Compiling bit-set v0.8.0 |
| 1435 | 2026-07-31T17:20:40.765Z | Compiling num-iter v0.1.45 |
| 1436 | 2026-07-31T17:20:40.864Z | Compiling lazy_static v1.5.0 |
| 1437 | 2026-07-31T17:20:40.882Z | Compiling rand_xorshift v0.4.0 |
| 1438 | 2026-07-31T17:20:40.901Z | Compiling anstyle-parse v0.2.7 |
| 1439 | 2026-07-31T17:20:40.925Z | Compiling sync_wrapper v1.0.2 |
| 1440 | 2026-07-31T17:20:40.977Z | Compiling indexmap v1.9.3 |
| 1441 | 2026-07-31T17:20:41.050Z | Compiling siphasher v1.0.2 |
| 1442 | 2026-07-31T17:20:41.074Z | Compiling usdt-impl v0.6.0 |
| 1443 | 2026-07-31T17:20:41.107Z | Compiling unarray v0.1.4 |
| 1444 | 2026-07-31T17:20:41.182Z | Compiling paste v1.0.15 |
| 1445 | 2026-07-31T17:20:41.233Z | Compiling crossbeam-utils v0.8.21 |
| 1446 | 2026-07-31T17:20:41.261Z | Compiling num_threads v0.1.7 |
| 1447 | 2026-07-31T17:20:41.275Z | Compiling crc-catalog v2.4.0 |
| 1448 | 2026-07-31T17:20:41.302Z | Compiling nodrop v0.1.14 |
| 1449 | 2026-07-31T17:20:41.380Z | Compiling zlib-rs v0.6.2 |
| 1450 | 2026-07-31T17:20:41.396Z | Compiling array-init v0.0.4 |
| 1451 | 2026-07-31T17:20:41.410Z | Compiling crc v3.4.0 |
| 1452 | 2026-07-31T17:20:41.475Z | Compiling serde_derive v1.0.228 |
| 1453 | 2026-07-31T17:20:41.490Z | Compiling zeroize_derive v1.5.0 |
| 1454 | 2026-07-31T17:20:41.549Z | Compiling zerocopy-derive v0.8.40 |
| 1455 | 2026-07-31T17:20:41.629Z | Compiling zerofrom-derive v0.1.6 |
| 1456 | 2026-07-31T17:20:41.642Z | Compiling yoke-derive v0.8.1 |
| 1457 | 2026-07-31T17:20:41.713Z | Compiling zerovec-derive v0.11.2 |
| 1458 | 2026-07-31T17:20:41.760Z | Compiling displaydoc v0.2.5 |
| 1459 | 2026-07-31T17:20:41.776Z | Compiling tokio-macros v2.7.0 |
| 1460 | 2026-07-31T17:20:42.178Z | Compiling zeroize v1.9.0 |
| 1461 | 2026-07-31T17:20:42.195Z | Compiling futures-macro v0.3.32 |
| 1462 | 2026-07-31T17:20:42.417Z | Compiling der_derive v0.7.3 |
| 1463 | 2026-07-31T17:20:42.556Z | Compiling thiserror-impl v2.0.18 |
| 1464 | 2026-07-31T17:20:42.572Z | Compiling tracing-attributes v0.1.31 |
| 1465 | 2026-07-31T17:20:42.666Z | Compiling rustls-pki-types v1.14.0 |
| 1466 | 2026-07-31T17:20:42.876Z | Compiling schemars_derive v0.8.22 |
| 1467 | 2026-07-31T17:20:42.907Z | Compiling hybrid-array v0.4.13 |
| 1468 | 2026-07-31T17:20:42.996Z | Compiling block-buffer v0.10.4 |
| 1469 | 2026-07-31T17:20:43.081Z | Compiling crypto-common v0.1.7 |
| 1470 | 2026-07-31T17:20:43.113Z | Compiling zerofrom v0.1.6 |
| 1471 | 2026-07-31T17:20:43.145Z | Compiling futures-util v0.3.32 |
| 1472 | 2026-07-31T17:20:43.193Z | Compiling pest_derive v2.8.6 |
| 1473 | 2026-07-31T17:20:43.250Z | Compiling yoke v0.8.1 |
| 1474 | 2026-07-31T17:20:43.265Z | Compiling digest v0.10.7 |
| 1475 | 2026-07-31T17:20:43.447Z | Compiling zerovec v0.11.5 |
| 1476 | 2026-07-31T17:20:43.466Z | Compiling zerotrie v0.2.3 |
| 1477 | 2026-07-31T17:20:43.538Z | Compiling der v0.7.10 |
| 1478 | 2026-07-31T17:20:43.697Z | Compiling sha2 v0.10.9 |
| 1479 | 2026-07-31T17:20:43.721Z | Compiling scroll_derive v0.13.1 |
| 1480 | 2026-07-31T17:20:43.746Z | Compiling signature v2.2.0 |
| 1481 | 2026-07-31T17:20:43.819Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-07-31T17:20:43.864Z | Compiling openssl-macros v0.1.1 |
| 1483 | 2026-07-31T17:20:43.998Z | Compiling tinystr v0.8.2 |
| 1484 | 2026-07-31T17:20:44.016Z | Compiling potential_utf v0.1.4 |
| 1485 | 2026-07-31T17:20:44.021Z | Compiling thiserror v2.0.18 |
| 1486 | 2026-07-31T17:20:44.061Z | Compiling tracing v0.1.44 |
| 1487 | 2026-07-31T17:20:44.159Z | Compiling icu_collections v2.1.1 |
| 1488 | 2026-07-31T17:20:44.205Z | Compiling icu_locale_core v2.1.1 |
| 1489 | 2026-07-31T17:20:44.229Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-07-31T17:20:44.246Z | Compiling hmac v0.12.1 |
| 1491 | 2026-07-31T17:20:44.361Z | Compiling packed_struct_codegen v0.10.1 |
| 1492 | 2026-07-31T17:20:44.383Z | Compiling darling v0.20.11 |
| 1493 | 2026-07-31T17:20:44.424Z | Compiling zerocopy-derive v0.6.6 |
| 1494 | 2026-07-31T17:20:44.479Z | Compiling spki v0.7.3 |
| 1495 | 2026-07-31T17:20:44.609Z | Compiling scroll v0.13.0 |
| 1496 | 2026-07-31T17:20:44.667Z | Compiling pkcs8 v0.10.2 |
| 1497 | 2026-07-31T17:20:44.704Z | Compiling bitfield-macros v0.19.4 |
| 1498 | 2026-07-31T17:20:44.745Z | Compiling clap_derive v4.6.1 |
| 1499 | 2026-07-31T17:20:44.862Z | Compiling icu_provider v2.1.1 |
| 1500 | 2026-07-31T17:20:44.909Z | Compiling goblin v0.10.5 |
| 1501 | 2026-07-31T17:20:44.944Z | Compiling pkcs1 v0.7.5 |
| 1502 | 2026-07-31T17:20:45.103Z | Compiling bytes v1.11.1 |
| 1503 | 2026-07-31T17:20:45.134Z | Compiling icu_normalizer v2.1.1 |
| 1504 | 2026-07-31T17:20:45.148Z | Compiling icu_properties v2.1.2 |
| 1505 | 2026-07-31T17:20:45.189Z | Compiling chrono v0.4.45 |
| 1506 | 2026-07-31T17:20:45.318Z | Compiling ipnet v2.11.0 |
| 1507 | 2026-07-31T17:20:45.366Z | Compiling hex v0.4.3 |
| 1508 | 2026-07-31T17:20:45.462Z | Compiling toml_datetime v0.6.11 |
| 1509 | 2026-07-31T17:20:45.481Z | Compiling serde_spanned v0.6.9 |
| 1510 | 2026-07-31T17:20:45.553Z | Compiling thiserror v1.0.69 |
| 1511 | 2026-07-31T17:20:45.615Z | Compiling tokio v1.52.1 |
| 1512 | 2026-07-31T17:20:45.660Z | Compiling http v1.4.2 |
| 1513 | 2026-07-31T17:20:45.687Z | Compiling bitfield v0.19.4 |
| 1514 | 2026-07-31T17:20:45.711Z | Compiling zerocopy v0.6.6 |
| 1515 | 2026-07-31T17:20:45.751Z | Compiling derive_builder_core v0.20.2 |
| 1516 | 2026-07-31T17:20:45.766Z | Compiling flate2 v1.1.9 |
| 1517 | 2026-07-31T17:20:45.843Z | Compiling dtrace-parser v0.3.0 |
| 1518 | 2026-07-31T17:20:46.002Z | Compiling time v0.3.47 |
| 1519 | 2026-07-31T17:20:46.054Z | Compiling idna_adapter v1.2.1 |
| 1520 | 2026-07-31T17:20:46.194Z | Compiling ppv-lite86 v0.2.21 |
| 1521 | 2026-07-31T17:20:46.210Z | Compiling idna v1.1.0 |
| 1522 | 2026-07-31T17:20:46.410Z | Compiling http-body v1.0.1 |
| 1523 | 2026-07-31T17:20:46.530Z | Compiling url v2.5.8 |
| 1524 | 2026-07-31T17:20:46.547Z | Compiling rand_chacha v0.9.0 |
| 1525 | 2026-07-31T17:20:46.563Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-07-31T17:20:46.585Z | Compiling clap v4.6.1 |
| 1527 | 2026-07-31T17:20:46.627Z | Compiling http-body-util v0.1.3 |
| 1528 | 2026-07-31T17:20:46.676Z | Compiling scroll_derive v0.12.1 |
| 1529 | 2026-07-31T17:20:46.691Z | Compiling structmeta-derive v0.3.0 |
| 1530 | 2026-07-31T17:20:46.744Z | Compiling anstream v0.6.21 |
| 1531 | 2026-07-31T17:20:46.882Z | Compiling rand v0.9.2 |
| 1532 | 2026-07-31T17:20:46.897Z | Compiling rand v0.8.6 |
| 1533 | 2026-07-31T17:20:46.926Z | Compiling smallvec v0.6.14 |
| 1534 | 2026-07-31T17:20:47.002Z | Compiling darling_core v0.23.0 |
| 1535 | 2026-07-31T17:20:47.146Z | Compiling heapless v0.7.17 |
| 1536 | 2026-07-31T17:20:47.256Z | Compiling slog v2.8.2 |
| 1537 | 2026-07-31T17:20:47.341Z | Compiling thread-id v5.1.0 |
| 1538 | 2026-07-31T17:20:47.345Z | Compiling env_filter v1.0.0 |
| 1539 | 2026-07-31T17:20:47.371Z | Compiling cookie v0.18.1 |
| 1540 | 2026-07-31T17:20:47.385Z | Compiling anyhow v1.0.102 |
| 1541 | 2026-07-31T17:20:47.413Z | Compiling signal-hook v0.3.18 |
| 1542 | 2026-07-31T17:20:47.445Z | Compiling proptest v1.11.0 |
| 1543 | 2026-07-31T17:20:47.470Z | Compiling base64 v0.21.7 |
| 1544 | 2026-07-31T17:20:47.612Z | Compiling hashbrown v0.12.3 |
| 1545 | 2026-07-31T17:20:47.633Z | Compiling dof v0.4.0 |
| 1546 | 2026-07-31T17:20:47.660Z | Compiling winnow v0.5.40 |
| 1547 | 2026-07-31T17:20:47.674Z | Compiling iri-string v0.7.10 |
| 1548 | 2026-07-31T17:20:47.723Z | Compiling allocator-api2 v0.2.21 |
| 1549 | 2026-07-31T17:20:47.737Z | Compiling ryu v1.0.23 |
| 1550 | 2026-07-31T17:20:47.801Z | Compiling unicode-properties v0.1.4 |
| 1551 | 2026-07-31T17:20:47.816Z | Compiling zstd-safe v7.2.4 |
| 1552 | 2026-07-31T17:20:47.933Z | Compiling ipnetwork v0.21.1 |
| 1553 | 2026-07-31T17:20:48.031Z | Compiling unicode-bidi v0.3.18 |
| 1554 | 2026-07-31T17:20:48.068Z | Compiling serde_urlencoded v0.7.1 |
| 1555 | 2026-07-31T17:20:48.123Z | Compiling structmeta v0.3.0 |
| 1556 | 2026-07-31T17:20:48.224Z | Compiling oxnet v0.1.6 |
| 1557 | 2026-07-31T17:20:48.363Z | Compiling stringprep v0.1.5 |
| 1558 | 2026-07-31T17:20:48.407Z | Compiling ron v0.8.1 |
| 1559 | 2026-07-31T17:20:48.508Z | Compiling env_logger v0.11.9 |
| 1560 | 2026-07-31T17:20:48.604Z | Compiling rsa v0.9.10 |
| 1561 | 2026-07-31T17:20:48.640Z | Compiling scroll v0.12.0 |
| 1562 | 2026-07-31T17:20:48.678Z | Compiling serde-hex v0.1.0 |
| 1563 | 2026-07-31T17:20:48.805Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1564 | 2026-07-31T17:20:48.880Z | Compiling camino v1.2.2 |
| 1565 | 2026-07-31T17:20:48.960Z | Compiling toml_edit v0.19.15 |
| 1566 | 2026-07-31T17:20:49.114Z | Compiling derive_builder_macro v0.20.2 |
| 1567 | 2026-07-31T17:20:49.184Z | Compiling hashbrown v0.13.2 |
| 1568 | 2026-07-31T17:20:49.264Z | Compiling bzip2 v0.4.4 |
| 1569 | 2026-07-31T17:20:49.286Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1570 | 2026-07-31T17:20:49.389Z | Compiling erased-serde v0.3.31 |
| 1571 | 2026-07-31T17:20:49.447Z | Compiling tokio-util v0.7.18 |
| 1572 | 2026-07-31T17:20:49.496Z | Compiling tower v0.5.3 |
| 1573 | 2026-07-31T17:20:49.510Z | Compiling tokio-native-tls v0.3.1 |
| 1574 | 2026-07-31T17:20:49.526Z | Compiling serde_tokenstream v0.2.3 |
| 1575 | 2026-07-31T17:20:49.555Z | Compiling darling_macro v0.23.0 |
| 1576 | 2026-07-31T17:20:49.635Z | Compiling x509-cert v0.2.5 |
| 1577 | 2026-07-31T17:20:49.704Z | Compiling block-padding v0.4.2 |
| 1578 | 2026-07-31T17:20:49.717Z | Compiling block-buffer v0.12.1 |
| 1579 | 2026-07-31T17:20:49.866Z | Compiling crypto-common v0.2.2 |
| 1580 | 2026-07-31T17:20:49.891Z | Compiling newtype-uuid v1.3.2 |
| 1581 | 2026-07-31T17:20:49.905Z | Compiling md-5 v0.10.6 |
| 1582 | 2026-07-31T17:20:49.938Z | Compiling tower-http v0.6.8 |
| 1583 | 2026-07-31T17:20:50.015Z | Compiling rustls-native-certs v0.8.3 |
| 1584 | 2026-07-31T17:20:50.078Z | Compiling bstr v1.12.1 |
| 1585 | 2026-07-31T17:20:50.096Z | Compiling zerocopy-derive v0.7.35 |
| 1586 | 2026-07-31T17:20:50.255Z | Compiling h2 v0.4.15 |
| 1587 | 2026-07-31T17:20:50.328Z | Compiling daft-derive v0.1.7 |
| 1588 | 2026-07-31T17:20:50.370Z | Compiling async-trait v0.1.89 |
| 1589 | 2026-07-31T17:20:50.528Z | Compiling pin-project-internal v1.1.11 |
| 1590 | 2026-07-31T17:20:50.549Z | Compiling curve25519-dalek v4.1.3 |
| 1591 | 2026-07-31T17:20:50.750Z | Compiling vergen-lib v9.1.0 |
| 1592 | 2026-07-31T17:20:50.935Z | Compiling hash32 v0.2.1 |
| 1593 | 2026-07-31T17:20:50.976Z | Compiling encoding_rs v0.8.35 |
| 1594 | 2026-07-31T17:20:51.033Z | Compiling memoffset v0.9.1 |
| 1595 | 2026-07-31T17:20:51.100Z | Compiling smoltcp v0.9.1 |
| 1596 | 2026-07-31T17:20:51.151Z | Compiling psl-types v2.0.11 |
| 1597 | 2026-07-31T17:20:51.253Z | Compiling mime v0.3.17 |
| 1598 | 2026-07-31T17:20:51.297Z | Compiling litrs v1.0.0 |
| 1599 | 2026-07-31T17:20:51.323Z | Compiling fallible-iterator v0.2.0 |
| 1600 | 2026-07-31T17:20:51.459Z | Compiling rustix v0.38.44 |
| 1601 | 2026-07-31T17:20:51.475Z | Compiling crc-any v2.5.0 |
| 1602 | 2026-07-31T17:20:51.479Z | Compiling cfg_aliases v0.2.1 |
| 1603 | 2026-07-31T17:20:51.540Z | Compiling ref-cast v1.0.25 |
| 1604 | 2026-07-31T17:20:51.565Z | Compiling nix v0.31.2 |
| 1605 | 2026-07-31T17:20:51.645Z | Compiling postgres-protocol v0.6.10 |
| 1606 | 2026-07-31T17:20:51.680Z | Compiling publicsuffix v2.3.0 |
| 1607 | 2026-07-31T17:20:51.726Z | Compiling pin-project v1.1.11 |
| 1608 | 2026-07-31T17:20:51.741Z | Compiling daft v0.1.7 |
| 1609 | 2026-07-31T17:20:51.822Z | Compiling zerocopy v0.7.35 |
| 1610 | 2026-07-31T17:20:51.837Z | Compiling document-features v0.2.12 |
| 1611 | 2026-07-31T17:20:51.913Z | Compiling toml v0.7.8 |
| 1612 | 2026-07-31T17:20:51.938Z | Compiling darling v0.23.0 |
| 1613 | 2026-07-31T17:20:51.952Z | Compiling inout v0.2.2 |
| 1614 | 2026-07-31T17:20:51.990Z | Compiling derive_builder v0.20.2 |
| 1615 | 2026-07-31T17:20:52.033Z | Compiling object v0.30.4 |
| 1616 | 2026-07-31T17:20:52.048Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1617 | 2026-07-31T17:20:52.136Z | Compiling zip v0.6.6 |
| 1618 | 2026-07-31T17:20:52.151Z | Compiling goblin v0.8.2 |
| 1619 | 2026-07-31T17:20:52.221Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1620 | 2026-07-31T17:20:52.398Z | Compiling derive-ex v0.1.8 |
| 1621 | 2026-07-31T17:20:52.521Z | Compiling futures-executor v0.3.32 |
| 1622 | 2026-07-31T17:20:52.539Z | Compiling hubpack_derive v0.1.1 |
| 1623 | 2026-07-31T17:20:52.626Z | Compiling regex v1.12.3 |
| 1624 | 2026-07-31T17:20:52.685Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1625 | 2026-07-31T17:20:52.700Z | Compiling strum_macros v0.27.2 |
| 1626 | 2026-07-31T17:20:52.728Z | Compiling snafu-derive v0.8.9 |
| 1627 | 2026-07-31T17:20:52.798Z | Compiling ref-cast-impl v1.0.25 |
| 1628 | 2026-07-31T17:20:52.895Z | Compiling phf_shared v0.13.1 |
| 1629 | 2026-07-31T17:20:53.021Z | Compiling vergen v9.1.0 |
| 1630 | 2026-07-31T17:20:53.074Z | Compiling cargo-platform v0.3.2 |
| 1631 | 2026-07-31T17:20:53.161Z | Compiling ff v0.13.1 |
| 1632 | 2026-07-31T17:20:53.233Z | Compiling fs-err v3.3.0 |
| 1633 | 2026-07-31T17:20:53.253Z | Compiling libbz2-rs-sys v0.2.2 |
| 1634 | 2026-07-31T17:20:53.323Z | Compiling object v0.37.3 |
| 1635 | 2026-07-31T17:20:53.375Z | Compiling bumpalo v3.20.2 |
| 1636 | 2026-07-31T17:20:53.409Z | Compiling unicode-segmentation v1.12.0 |
| 1637 | 2026-07-31T17:20:53.413Z | Compiling foldhash v0.2.0 |
| 1638 | 2026-07-31T17:20:53.450Z | Compiling hyper v1.10.1 |
| 1639 | 2026-07-31T17:20:53.609Z | Compiling base16ct v0.2.0 |
| 1640 | 2026-07-31T17:20:53.623Z | Compiling jiff-core v0.1.0 |
| 1641 | 2026-07-31T17:20:53.664Z | Compiling foldhash v0.1.5 |
| 1642 | 2026-07-31T17:20:53.668Z | Compiling managed v0.8.0 |
| 1643 | 2026-07-31T17:20:53.839Z | Compiling bitflags v1.3.2 |
| 1644 | 2026-07-31T17:20:53.853Z | Compiling path-slash v0.1.5 |
| 1645 | 2026-07-31T17:20:53.903Z | Compiling same-file v1.0.6 |
| 1646 | 2026-07-31T17:20:53.974Z | Compiling hashbrown v0.15.5 |
| 1647 | 2026-07-31T17:20:54.006Z | Compiling sec1 v0.7.3 |
| 1648 | 2026-07-31T17:20:54.019Z | Compiling bzip2 v0.6.1 |
| 1649 | 2026-07-31T17:20:54.117Z | Compiling walkdir v2.5.0 |
| 1650 | 2026-07-31T17:20:54.133Z | Compiling test-strategy v0.4.5 |
| 1651 | 2026-07-31T17:20:54.302Z | Compiling zopfli v0.8.3 |
| 1652 | 2026-07-31T17:20:54.322Z | Compiling hashbrown v0.16.1 |
| 1653 | 2026-07-31T17:20:54.430Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1654 | 2026-07-31T17:20:54.547Z | Compiling jiff v0.2.34 |
| 1655 | 2026-07-31T17:20:54.563Z | Compiling dof v0.3.0 |
| 1656 | 2026-07-31T17:20:54.717Z | Compiling hyper-util v0.1.20 |
| 1657 | 2026-07-31T17:20:54.743Z | Compiling snafu v0.8.9 |
| 1658 | 2026-07-31T17:20:54.792Z | Compiling strum v0.27.2 |
| 1659 | 2026-07-31T17:20:54.946Z | Compiling group v0.13.0 |
| 1660 | 2026-07-31T17:20:55.003Z | Compiling cargo_metadata v0.23.1 |
| 1661 | 2026-07-31T17:20:55.069Z | Compiling phf v0.13.1 |
| 1662 | 2026-07-31T17:20:55.082Z | Compiling hubpack v0.1.2 |
| 1663 | 2026-07-31T17:20:55.107Z | Compiling futures v0.3.32 |
| 1664 | 2026-07-31T17:20:55.134Z | Compiling cookie_store v0.22.1 |
| 1665 | 2026-07-31T17:20:55.165Z | Compiling zstd v0.13.3 |
| 1666 | 2026-07-31T17:20:55.205Z | Compiling signal-hook-mio v0.2.5 |
| 1667 | 2026-07-31T17:20:55.306Z | Compiling cipher v0.5.2 |
| 1668 | 2026-07-31T17:20:55.327Z | Compiling serde_with_macros v3.21.0 |
| 1669 | 2026-07-31T17:20:55.348Z | Compiling postgres-types v0.2.12 |
| 1670 | 2026-07-31T17:20:55.662Z | Compiling globset v0.4.18 |
| 1671 | 2026-07-31T17:20:55.696Z | Compiling usdt-attr-macro v0.6.0 |
| 1672 | 2026-07-31T17:20:55.710Z | Compiling usdt-macro v0.6.0 |
| 1673 | 2026-07-31T17:20:55.749Z | Compiling byte-wrapper v0.1.0 |
| 1674 | 2026-07-31T17:20:55.839Z | Compiling dtrace-parser v0.2.0 |
| 1675 | 2026-07-31T17:20:55.912Z | Compiling olpc-cjson v0.1.4 |
| 1676 | 2026-07-31T17:20:55.937Z | Compiling serde-big-array v0.5.1 |
| 1677 | 2026-07-31T17:20:56.103Z | Compiling serde_plain v1.0.2 |
| 1678 | 2026-07-31T17:20:56.118Z | Compiling ed25519 v2.2.3 |
| 1679 | 2026-07-31T17:20:56.121Z | Compiling hkdf v0.12.4 |
| 1680 | 2026-07-31T17:20:56.316Z | Compiling hyper-tls v0.6.0 |
| 1681 | 2026-07-31T17:20:56.332Z | Compiling crypto-bigint v0.5.5 |
| 1682 | 2026-07-31T17:20:56.355Z | Compiling serde_repr v0.1.20 |
| 1683 | 2026-07-31T17:20:56.411Z | Compiling enum-as-inner v0.6.1 |
| 1684 | 2026-07-31T17:20:56.537Z | Compiling reqwest v0.12.28 |
| 1685 | 2026-07-31T17:20:56.541Z | Compiling strum_macros v0.26.4 |
| 1686 | 2026-07-31T17:20:56.567Z | Compiling async-recursion v1.1.1 |
| 1687 | 2026-07-31T17:20:56.583Z | Compiling phf_shared v0.11.3 |
| 1688 | 2026-07-31T17:20:56.586Z | Compiling float-cmp v0.10.0 |
| 1689 | 2026-07-31T17:20:56.615Z | Compiling pem v3.0.6 |
| 1690 | 2026-07-31T17:20:56.635Z | Compiling memmap2 v0.9.10 |
| 1691 | 2026-07-31T17:20:56.763Z | Compiling thread-id v4.2.2 |
| 1692 | 2026-07-31T17:20:56.790Z | Compiling either v1.15.0 |
| 1693 | 2026-07-31T17:20:56.866Z | Compiling data-encoding v2.10.0 |
| 1694 | 2026-07-31T17:20:56.888Z | Compiling const-oid v0.10.2 |
| 1695 | 2026-07-31T17:20:56.926Z | Compiling precomputed-hash v0.1.1 |
| 1696 | 2026-07-31T17:20:56.969Z | Compiling static_assertions v1.1.0 |
| 1697 | 2026-07-31T17:20:56.984Z | Compiling difflib v0.4.0 |
| 1698 | 2026-07-31T17:20:57.031Z | Compiling winnow v1.0.3 |
| 1699 | 2026-07-31T17:20:57.046Z | Compiling keccak v0.1.6 |
| 1700 | 2026-07-31T17:20:57.049Z | Compiling whoami v2.1.0 |
| 1701 | 2026-07-31T17:20:57.075Z | Compiling normalize-line-endings v0.3.0 |
| 1702 | 2026-07-31T17:20:57.119Z | Compiling fixedbitset v0.4.2 |
| 1703 | 2026-07-31T17:20:57.183Z | Compiling fixedbitset v0.5.7 |
| 1704 | 2026-07-31T17:20:57.276Z | Compiling typed-path v0.9.3 |
| 1705 | 2026-07-31T17:20:57.356Z | Compiling cpufeatures v0.3.0 |
| 1706 | 2026-07-31T17:20:57.409Z | Compiling new_debug_unreachable v1.0.6 |
| 1707 | 2026-07-31T17:20:57.450Z | Compiling predicates-core v1.0.10 |
| 1708 | 2026-07-31T17:20:57.464Z | Compiling chacha20 v0.10.0 |
| 1709 | 2026-07-31T17:20:57.496Z | Compiling string_cache v0.8.9 |
| 1710 | 2026-07-31T17:20:57.511Z | Compiling petgraph v0.8.3 |
| 1711 | 2026-07-31T17:20:57.560Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1712 | 2026-07-31T17:20:57.601Z | Compiling predicates v3.1.4 |
| 1713 | 2026-07-31T17:20:57.644Z | Compiling elliptic-curve v0.13.8 |
| 1714 | 2026-07-31T17:20:57.747Z | Compiling tokio-postgres v0.7.16 |
| 1715 | 2026-07-31T17:20:57.810Z | Compiling petgraph v0.6.5 |
| 1716 | 2026-07-31T17:20:57.859Z | Compiling sha3 v0.10.8 |
| 1717 | 2026-07-31T17:20:57.891Z | Compiling hickory-proto v0.25.2 |
| 1718 | 2026-07-31T17:20:58.074Z | Compiling digest v0.11.3 |
| 1719 | 2026-07-31T17:20:58.195Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1720 | 2026-07-31T17:20:58.211Z | Compiling toml_edit v0.22.27 |
| 1721 | 2026-07-31T17:20:58.279Z | Compiling itertools v0.13.0 |
| 1722 | 2026-07-31T17:20:58.326Z | Compiling usdt-impl v0.5.0 |
| 1723 | 2026-07-31T17:20:58.331Z | Compiling zip v4.6.1 |
| 1724 | 2026-07-31T17:20:58.359Z | Compiling strum v0.26.3 |
| 1725 | 2026-07-31T17:20:58.481Z | Compiling usdt v0.6.0 |
| 1726 | 2026-07-31T17:20:58.515Z | Compiling serde_with v3.21.0 |
| 1727 | 2026-07-31T17:20:58.531Z | Compiling crossterm v0.28.1 |
| 1728 | 2026-07-31T17:20:58.690Z | Compiling ed25519-dalek v2.2.0 |
| 1729 | 2026-07-31T17:20:58.775Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1730 | 2026-07-31T17:20:59.341Z | Compiling iddqd v0.4.2 |
| 1731 | 2026-07-31T17:20:59.549Z | Compiling similar v2.7.0 |
| 1732 | 2026-07-31T17:20:59.615Z | Compiling heck v0.4.1 |
| 1733 | 2026-07-31T17:20:59.794Z | Compiling tokio-stream v0.1.18 |
| 1734 | 2026-07-31T17:20:59.863Z | Compiling buf-list v1.1.2 |
| 1735 | 2026-07-31T17:20:59.889Z | Compiling crossbeam-epoch v0.9.18 |
| 1736 | 2026-07-31T17:21:00.083Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-07-31T17:21:00.174Z | Compiling openapiv3 v2.2.0 |
| 1738 | 2026-07-31T17:21:00.246Z | Compiling peg-runtime v0.8.5 |
| 1739 | 2026-07-31T17:21:00.282Z | Compiling lalrpop-util v0.19.12 |
| 1740 | 2026-07-31T17:21:00.308Z | Compiling thread_local v1.1.9 |
| 1741 | 2026-07-31T17:21:00.365Z | Compiling slog-async v2.8.0 |
| 1742 | 2026-07-31T17:21:00.396Z | Compiling crossbeam-channel v0.5.15 |
| 1743 | 2026-07-31T17:21:00.413Z | Compiling filetime v0.2.27 |
| 1744 | 2026-07-31T17:21:00.436Z | Compiling is-terminal v0.4.17 |
| 1745 | 2026-07-31T17:21:00.503Z | Compiling take_mut v0.2.2 |
| 1746 | 2026-07-31T17:21:00.553Z | Compiling xattr v1.6.1 |
| 1747 | 2026-07-31T17:21:00.556Z | Compiling term v1.2.1 |
| 1748 | 2026-07-31T17:21:00.591Z | Compiling camino-tempfile v1.4.1 |
| 1749 | 2026-07-31T17:21:00.718Z | Compiling tar v0.4.46 |
| 1750 | 2026-07-31T17:21:00.886Z | Compiling slog-term v2.9.2 |
| 1751 | 2026-07-31T17:21:18.168Z | Compiling rustls-webpki v0.103.13 |
| 1752 | 2026-07-31T17:21:20.877Z | Compiling tokio-rustls v0.26.4 |
| 1753 | 2026-07-31T17:21:20.877Z | Compiling rustls-platform-verifier v0.6.2 |
| 1754 | 2026-07-31T17:21:20.880Z | Compiling tough v0.22.0 |
| 1755 | 2026-07-31T17:21:21.077Z | Compiling hyper-rustls v0.27.7 |
| 1756 | 2026-07-31T17:21:21.286Z | Compiling reqwest v0.13.2 |
| 1757 | 2026-07-31T17:21:23.414Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2026-07-31T17:21:23.655Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1759 | 2026-07-31T17:21:26.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.33s |
| 1760 | 2026-07-31T17:21:26.741Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1761 | 2026-07-31T17:21:26.798Z | Jul 31 17:21:26.659 INFO Starting download, target: Clickhouse |
| 1762 | 2026-07-31T17:21:26.799Z | Jul 31 17:21:26.660 INFO Starting download, target: Cockroach |
| 1763 | 2026-07-31T17:21:26.799Z | Jul 31 17:21:26.660 INFO Starting download, target: Console |
| 1764 | 2026-07-31T17:21:26.799Z | Jul 31 17:21:26.660 INFO Starting download, target: DendriteStub |
| 1765 | 2026-07-31T17:21:26.799Z | Jul 31 17:21:26.660 INFO Starting download, target: MaghemiteMgd |
| 1766 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Starting download, target: MaghemiteDdmd |
| 1767 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Starting download, target: TransceiverControl |
| 1768 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1769 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1770 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1771 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1772 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1773 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1774 | 2026-07-31T17:21:26.803Z | Jul 31 17:21:26.660 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1775 | 2026-07-31T17:21:27.500Z | Jul 31 17:21:27.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1776 | 2026-07-31T17:21:27.732Z | Jul 31 17:21:27.578 INFO Download complete, target: TransceiverControl |
| 1777 | 2026-07-31T17:21:28.604Z | Jul 31 17:21:28.463 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1778 | 2026-07-31T17:21:28.691Z | Jul 31 17:21:28.550 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1779 | 2026-07-31T17:21:28.728Z | Jul 31 17:21:28.590 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1780 | 2026-07-31T17:21:28.869Z | Jul 31 17:21:28.724 INFO Download complete, target: Console |
| 1781 | 2026-07-31T17:21:28.975Z | Jul 31 17:21:28.834 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1782 | 2026-07-31T17:21:29.161Z | Jul 31 17:21:29.021 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1783 | 2026-07-31T17:21:29.628Z | Jul 31 17:21:29.491 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1784 | 2026-07-31T17:21:29.628Z | Jul 31 17:21:29.491 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1785 | 2026-07-31T17:21:30.827Z | Jul 31 17:21:30.690 INFO Download complete, target: MaghemiteDdmd |
| 1786 | 2026-07-31T17:21:31.592Z | Jul 31 17:21:31.455 INFO Download complete, target: DendriteStub |
| 1787 | 2026-07-31T17:21:31.794Z | Jul 31 17:21:31.657 INFO Download complete, target: MaghemiteMgd |
| 1788 | 2026-07-31T17:21:34.323Z | Jul 31 17:21:34.184 INFO Checking that binary works, target: Cockroach |
| 1789 | 2026-07-31T17:21:34.445Z | Jul 31 17:21:34.306 INFO Download complete, target: Cockroach |
| 1790 | 2026-07-31T17:21:35.485Z | Jul 31 17:21:35.346 INFO Checking that binary works, target: Clickhouse |
| 1791 | 2026-07-31T17:21:35.568Z | Jul 31 17:21:35.431 INFO Download complete, target: Clickhouse |
| 1792 | 2026-07-31T17:21:35.574Z | All prerequisites installed successfully |
| 1793 | 2026-07-31T17:21:35.580Z | |
| 1794 | 2026-07-31T17:21:35.580Z | real 1:49.879427351 |
| 1795 | 2026-07-31T17:21:35.580Z | user 7:11.025027983 |
| 1796 | 2026-07-31T17:21:35.580Z | sys 1:43.879218508 |
| 1797 | 2026-07-31T17:21:35.580Z | trap 0.313852793 |
| 1798 | 2026-07-31T17:21:35.580Z | tflt 0.938382928 |
| 1799 | 2026-07-31T17:21:35.580Z | dflt 1.529871433 |
| 1800 | 2026-07-31T17:21:35.581Z | kflt 0.023212843 |
| 1801 | 2026-07-31T17:21:35.581Z | lock 27:57.579422293 |
| 1802 | 2026-07-31T17:21:35.581Z | slp 19:40.704422948 |
| 1803 | 2026-07-31T17:21:35.581Z | lat 28.214256552 |
| 1804 | 2026-07-31T17:21:35.581Z | stop 3:26.280769794 |
| 1805 | 2026-07-31T17:21:35.581Z | + ptime -m cargo xtask download softnpu |
| 1806 | 2026-07-31T17:21:36.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1807 | 2026-07-31T17:21:36.065Z | Running `target/debug/xtask download softnpu` |
| 1808 | 2026-07-31T17:21:36.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1809 | 2026-07-31T17:21:36.913Z | Running `target/debug/xtask-downloader softnpu` |
| 1810 | 2026-07-31T17:21:36.956Z | Jul 31 17:21:36.819 INFO Starting download, target: Softnpu |
| 1811 | 2026-07-31T17:21:36.960Z | Jul 31 17:21:36.820 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1812 | 2026-07-31T17:21:37.424Z | Jul 31 17:21:37.287 INFO Download complete, target: Softnpu |
| 1813 | 2026-07-31T17:21:37.427Z | |
| 1814 | 2026-07-31T17:21:37.430Z | real 1.846736606 |
| 1815 | 2026-07-31T17:21:37.430Z | user 1.327020486 |
| 1816 | 2026-07-31T17:21:37.430Z | sys 0.625546877 |
| 1817 | 2026-07-31T17:21:37.430Z | trap 0.000656382 |
| 1818 | 2026-07-31T17:21:37.430Z | tflt 0.000340385 |
| 1819 | 2026-07-31T17:21:37.431Z | dflt 0.000174908 |
| 1820 | 2026-07-31T17:21:37.431Z | kflt 0.000000000 |
| 1821 | 2026-07-31T17:21:37.431Z | lock 8.862014170 |
| 1822 | 2026-07-31T17:21:37.431Z | slp 0.338532462 |
| 1823 | 2026-07-31T17:21:37.431Z | lat 0.092599937 |
| 1824 | 2026-07-31T17:21:37.431Z | stop 0.000181767 |
| 1825 | 2026-07-31T17:21:37.431Z | + export CARGO_INCREMENTAL=0 |
| 1826 | 2026-07-31T17:21:37.431Z | + CARGO_INCREMENTAL=0 |
| 1827 | 2026-07-31T17:21:37.431Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1828 | 2026-07-31T17:21:38.366Z | Compiling proc-macro2 v1.0.106 |
| 1829 | 2026-07-31T17:21:38.366Z | Compiling quote v1.0.45 |
| 1830 | 2026-07-31T17:21:38.369Z | Compiling unicode-ident v1.0.24 |
| 1831 | 2026-07-31T17:21:38.369Z | Compiling libc v0.2.185 |
| 1832 | 2026-07-31T17:21:38.369Z | Compiling serde_core v1.0.228 |
| 1833 | 2026-07-31T17:21:38.369Z | Compiling serde v1.0.228 |
| 1834 | 2026-07-31T17:21:38.369Z | Compiling cfg-if v1.0.4 |
| 1835 | 2026-07-31T17:21:38.369Z | Compiling version_check v0.9.5 |
| 1836 | 2026-07-31T17:21:38.516Z | Compiling autocfg v1.5.0 |
| 1837 | 2026-07-31T17:21:38.519Z | Compiling find-msvc-tools v0.1.9 |
| 1838 | 2026-07-31T17:21:38.519Z | Compiling shlex v1.3.0 |
| 1839 | 2026-07-31T17:21:38.519Z | Compiling memchr v2.8.0 |
| 1840 | 2026-07-31T17:21:38.519Z | Compiling zmij v1.0.21 |
| 1841 | 2026-07-31T17:21:38.519Z | Compiling serde_json v1.0.151 |
| 1842 | 2026-07-31T17:21:38.694Z | Compiling portable-atomic v1.13.1 |
| 1843 | 2026-07-31T17:21:38.697Z | Compiling zerocopy v0.8.40 |
| 1844 | 2026-07-31T17:21:38.829Z | Compiling libm v0.2.16 |
| 1845 | 2026-07-31T17:21:38.845Z | Compiling getrandom v0.4.1 |
| 1846 | 2026-07-31T17:21:38.849Z | Compiling parking_lot_core v0.9.12 |
| 1847 | 2026-07-31T17:21:38.898Z | Compiling icu_properties_data v2.1.2 |
| 1848 | 2026-07-31T17:21:38.922Z | Compiling icu_normalizer_data v2.1.1 |
| 1849 | 2026-07-31T17:21:38.946Z | Compiling generic-array v0.14.7 |
| 1850 | 2026-07-31T17:21:39.137Z | Compiling num-traits v0.2.19 |
| 1851 | 2026-07-31T17:21:39.157Z | Compiling smallvec v1.15.1 |
| 1852 | 2026-07-31T17:21:39.177Z | Compiling itoa v1.0.17 |
| 1853 | 2026-07-31T17:21:39.190Z | Compiling log v0.4.29 |
| 1854 | 2026-07-31T17:21:39.193Z | Compiling subtle v2.6.1 |
| 1855 | 2026-07-31T17:21:39.193Z | Compiling pkg-config v0.3.32 |
| 1856 | 2026-07-31T17:21:39.224Z | Compiling stable_deref_trait v1.2.1 |
| 1857 | 2026-07-31T17:21:39.227Z | Compiling typenum v1.20.1 |
| 1858 | 2026-07-31T17:21:39.445Z | Compiling getrandom v0.3.4 |
| 1859 | 2026-07-31T17:21:39.478Z | Compiling thiserror v2.0.18 |
| 1860 | 2026-07-31T17:21:39.482Z | Compiling scopeguard v1.2.0 |
| 1861 | 2026-07-31T17:21:39.483Z | Compiling rustix v1.1.3 |
| 1862 | 2026-07-31T17:21:39.525Z | Compiling jobserver v0.1.34 |
| 1863 | 2026-07-31T17:21:39.575Z | Compiling errno v0.3.14 |
| 1864 | 2026-07-31T17:21:39.609Z | Compiling lock_api v0.4.14 |
| 1865 | 2026-07-31T17:21:39.717Z | Compiling rand_core v0.10.0 |
| 1866 | 2026-07-31T17:21:39.756Z | Compiling cc v1.2.56 |
| 1867 | 2026-07-31T17:21:39.836Z | Compiling heck v0.5.0 |
| 1868 | 2026-07-31T17:21:39.867Z | Compiling getrandom v0.2.17 |
| 1869 | 2026-07-31T17:21:39.899Z | Compiling syn v2.0.117 |
| 1870 | 2026-07-31T17:21:39.947Z | Compiling equivalent v1.0.2 |
| 1871 | 2026-07-31T17:21:39.979Z | Compiling critical-section v1.2.0 |
| 1872 | 2026-07-31T17:21:40.047Z | Compiling rand_core v0.6.4 |
| 1873 | 2026-07-31T17:21:40.064Z | Compiling percent-encoding v2.3.2 |
| 1874 | 2026-07-31T17:21:40.095Z | Compiling pin-project-lite v0.2.17 |
| 1875 | 2026-07-31T17:21:40.098Z | Compiling writeable v0.6.2 |
| 1876 | 2026-07-31T17:21:40.126Z | Compiling schemars v0.8.22 |
| 1877 | 2026-07-31T17:21:40.129Z | Compiling litemap v0.8.1 |
| 1878 | 2026-07-31T17:21:40.130Z | Compiling syn v1.0.109 |
| 1879 | 2026-07-31T17:21:40.333Z | Compiling once_cell v1.21.3 |
| 1880 | 2026-07-31T17:21:40.366Z | Compiling rustversion v1.0.22 |
| 1881 | 2026-07-31T17:21:40.369Z | Compiling hashbrown v0.17.0 |
| 1882 | 2026-07-31T17:21:40.411Z | Compiling fs_extra v1.3.0 |
| 1883 | 2026-07-31T17:21:40.475Z | Compiling dunce v1.0.5 |
| 1884 | 2026-07-31T17:21:40.521Z | Compiling cmake v0.1.57 |
| 1885 | 2026-07-31T17:21:40.621Z | Compiling byteorder v1.5.0 |
| 1886 | 2026-07-31T17:21:40.655Z | Compiling utf8_iter v1.0.4 |
| 1887 | 2026-07-31T17:21:40.699Z | Compiling strsim v0.11.1 |
| 1888 | 2026-07-31T17:21:40.855Z | Compiling semver v1.0.28 |
| 1889 | 2026-07-31T17:21:40.879Z | Compiling bitflags v2.11.0 |
| 1890 | 2026-07-31T17:21:40.895Z | Compiling form_urlencoded v1.2.2 |
| 1891 | 2026-07-31T17:21:40.938Z | Compiling indexmap v2.14.0 |
| 1892 | 2026-07-31T17:21:41.004Z | Compiling signal-hook-registry v1.4.8 |
| 1893 | 2026-07-31T17:21:41.136Z | Compiling aws-lc-sys v0.40.0 |
| 1894 | 2026-07-31T17:21:41.164Z | Compiling thiserror v1.0.69 |
| 1895 | 2026-07-31T17:21:41.197Z | Compiling parking_lot v0.12.5 |
| 1896 | 2026-07-31T17:21:41.216Z | Compiling mio v1.2.0 |
| 1897 | 2026-07-31T17:21:41.257Z | Compiling socket2 v0.6.3 |
| 1898 | 2026-07-31T17:21:41.436Z | Compiling const-oid v0.9.6 |
| 1899 | 2026-07-31T17:21:41.458Z | Compiling futures-core v0.3.32 |
| 1900 | 2026-07-31T17:21:41.474Z | Compiling aws-lc-rs v1.16.3 |
| 1901 | 2026-07-31T17:21:41.675Z | Compiling httparse v1.10.1 |
| 1902 | 2026-07-31T17:21:41.800Z | Compiling crc32fast v1.5.0 |
| 1903 | 2026-07-31T17:21:41.915Z | Compiling ucd-trie v0.1.7 |
| 1904 | 2026-07-31T17:21:42.009Z | Compiling regex-syntax v0.8.10 |
| 1905 | 2026-07-31T17:21:42.043Z | Compiling iana-time-zone v0.1.65 |
| 1906 | 2026-07-31T17:21:42.050Z | Compiling fnv v1.0.7 |
| 1907 | 2026-07-31T17:21:42.102Z | Compiling pest v2.8.6 |
| 1908 | 2026-07-31T17:21:42.170Z | Compiling ident_case v1.0.1 |
| 1909 | 2026-07-31T17:21:42.185Z | Compiling vcpkg v0.2.15 |
| 1910 | 2026-07-31T17:21:42.197Z | Compiling uuid v1.23.4 |
| 1911 | 2026-07-31T17:21:42.409Z | Compiling rustc_version v0.4.1 |
| 1912 | 2026-07-31T17:21:42.500Z | Compiling futures-sink v0.3.32 |
| 1913 | 2026-07-31T17:21:42.591Z | Compiling rustls v0.23.41 |
| 1914 | 2026-07-31T17:21:42.629Z | Compiling futures-channel v0.3.32 |
| 1915 | 2026-07-31T17:21:42.693Z | Compiling synstructure v0.13.2 |
| 1916 | 2026-07-31T17:21:42.700Z | Compiling serde_derive_internals v0.29.1 |
| 1917 | 2026-07-31T17:21:42.764Z | Compiling openssl-sys v0.9.115 |
| 1918 | 2026-07-31T17:21:42.783Z | Compiling aho-corasick v1.1.4 |
| 1919 | 2026-07-31T17:21:42.866Z | Compiling futures-task v0.3.32 |
| 1920 | 2026-07-31T17:21:42.897Z | Compiling futures-io v0.3.32 |
| 1921 | 2026-07-31T17:21:42.940Z | Compiling slab v0.4.12 |
| 1922 | 2026-07-31T17:21:43.071Z | Compiling dyn-clone v1.0.20 |
| 1923 | 2026-07-31T17:21:43.173Z | Compiling num-conv v0.2.0 |
| 1924 | 2026-07-31T17:21:43.224Z | Compiling pest_meta v2.8.6 |
| 1925 | 2026-07-31T17:21:43.277Z | Compiling base64 v0.22.1 |
| 1926 | 2026-07-31T17:21:43.281Z | Compiling plain v0.2.3 |
| 1927 | 2026-07-31T17:21:43.287Z | Compiling time-core v0.1.8 |
| 1928 | 2026-07-31T17:21:43.320Z | Compiling radium v0.7.0 |
| 1929 | 2026-07-31T17:21:43.427Z | Compiling crossbeam-utils v0.8.21 |
| 1930 | 2026-07-31T17:21:43.474Z | Compiling time-macros v0.2.27 |
| 1931 | 2026-07-31T17:21:43.566Z | Compiling openssl v0.10.79 |
| 1932 | 2026-07-31T17:21:43.583Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-07-31T17:21:43.614Z | Compiling pretty-hex v0.4.1 |
| 1934 | 2026-07-31T17:21:43.722Z | Compiling regex-automata v0.4.14 |
| 1935 | 2026-07-31T17:21:43.743Z | Compiling maybe-uninit v2.0.0 |
| 1936 | 2026-07-31T17:21:43.779Z | Compiling flagset v0.4.7 |
| 1937 | 2026-07-31T17:21:43.796Z | Compiling rand_core v0.9.5 |
| 1938 | 2026-07-31T17:21:43.829Z | Compiling pem-rfc7468 v0.7.0 |
| 1939 | 2026-07-31T17:21:43.898Z | Compiling pest_generator v2.8.6 |
| 1940 | 2026-07-31T17:21:43.932Z | Compiling darling_core v0.23.0 |
| 1941 | 2026-07-31T17:21:43.952Z | Compiling serde_derive v1.0.228 |
| 1942 | 2026-07-31T17:21:43.984Z | Compiling zeroize_derive v1.5.0 |
| 1943 | 2026-07-31T17:21:44.000Z | Compiling zerofrom-derive v0.1.6 |
| 1944 | 2026-07-31T17:21:44.019Z | Compiling yoke-derive v0.8.1 |
| 1945 | 2026-07-31T17:21:44.047Z | Compiling zerocopy-derive v0.8.40 |
| 1946 | 2026-07-31T17:21:44.134Z | Compiling zerovec-derive v0.11.2 |
| 1947 | 2026-07-31T17:21:44.138Z | Compiling displaydoc v0.2.5 |
| 1948 | 2026-07-31T17:21:44.138Z | Compiling tokio-macros v2.7.0 |
| 1949 | 2026-07-31T17:21:44.249Z | Compiling futures-macro v0.3.32 |
| 1950 | 2026-07-31T17:21:44.466Z | Compiling thiserror-impl v2.0.18 |
| 1951 | 2026-07-31T17:21:44.518Z | Compiling schemars_derive v0.8.22 |
| 1952 | 2026-07-31T17:21:44.560Z | Compiling der_derive v0.7.3 |
| 1953 | 2026-07-31T17:21:44.621Z | Compiling zeroize v1.9.0 |
| 1954 | 2026-07-31T17:21:44.891Z | Compiling tracing-attributes v0.1.31 |
| 1955 | 2026-07-31T17:21:44.892Z | Compiling thiserror-impl v1.0.69 |
| 1956 | 2026-07-31T17:21:45.029Z | Compiling pest_derive v2.8.6 |
| 1957 | 2026-07-31T17:21:45.044Z | Compiling futures-util v0.3.32 |
| 1958 | 2026-07-31T17:21:45.146Z | Compiling zerofrom v0.1.6 |
| 1959 | 2026-07-31T17:21:45.304Z | Compiling yoke v0.8.1 |
| 1960 | 2026-07-31T17:21:45.502Z | Compiling zerovec v0.11.5 |
| 1961 | 2026-07-31T17:21:45.521Z | Compiling zerotrie v0.2.3 |
| 1962 | 2026-07-31T17:21:45.535Z | Compiling crypto-common v0.1.7 |
| 1963 | 2026-07-31T17:21:45.583Z | Compiling block-buffer v0.10.4 |
| 1964 | 2026-07-31T17:21:45.754Z | Compiling digest v0.10.7 |
| 1965 | 2026-07-31T17:21:45.923Z | Compiling scroll_derive v0.12.1 |
| 1966 | 2026-07-31T17:21:45.944Z | Compiling scroll_derive v0.13.1 |
| 1967 | 2026-07-31T17:21:45.984Z | Compiling der v0.7.10 |
| 1968 | 2026-07-31T17:21:46.003Z | Compiling tinystr v0.8.2 |
| 1969 | 2026-07-31T17:21:46.030Z | Compiling potential_utf v0.1.4 |
| 1970 | 2026-07-31T17:21:46.095Z | Compiling openssl-macros v0.1.1 |
| 1971 | 2026-07-31T17:21:46.148Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1972 | 2026-07-31T17:21:46.210Z | Compiling icu_collections v2.1.1 |
| 1973 | 2026-07-31T17:21:46.232Z | Compiling icu_locale_core v2.1.1 |
| 1974 | 2026-07-31T17:21:46.536Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1975 | 2026-07-31T17:21:46.552Z | Compiling ahash v0.8.12 |
| 1976 | 2026-07-31T17:21:46.736Z | Compiling native-tls v0.2.18 |
| 1977 | 2026-07-31T17:21:46.759Z | Compiling anyhow v1.0.102 |
| 1978 | 2026-07-31T17:21:46.843Z | Compiling num-bigint-dig v0.8.6 |
| 1979 | 2026-07-31T17:21:46.945Z | Compiling icu_provider v2.1.1 |
| 1980 | 2026-07-31T17:21:46.960Z | Compiling packed_struct v0.10.1 |
| 1981 | 2026-07-31T17:21:46.977Z | Compiling spki v0.7.3 |
| 1982 | 2026-07-31T17:21:47.056Z | Compiling bytes v1.11.1 |
| 1983 | 2026-07-31T17:21:47.110Z | Compiling chrono v0.4.45 |
| 1984 | 2026-07-31T17:21:47.158Z | Compiling serde_tokenstream v0.2.3 |
| 1985 | 2026-07-31T17:21:47.204Z | Compiling icu_normalizer v2.1.1 |
| 1986 | 2026-07-31T17:21:47.221Z | Compiling icu_properties v2.1.2 |
| 1987 | 2026-07-31T17:21:47.236Z | Compiling darling_macro v0.23.0 |
| 1988 | 2026-07-31T17:21:47.254Z | Compiling regex v1.12.3 |
| 1989 | 2026-07-31T17:21:47.272Z | Compiling zerocopy-derive v0.7.35 |
| 1990 | 2026-07-31T17:21:47.655Z | Compiling tokio v1.52.1 |
| 1991 | 2026-07-31T17:21:47.709Z | Compiling http v1.4.2 |
| 1992 | 2026-07-31T17:21:48.111Z | Compiling idna_adapter v1.2.1 |
| 1993 | 2026-07-31T17:21:48.278Z | Compiling idna v1.1.0 |
| 1994 | 2026-07-31T17:21:48.319Z | Compiling slog v2.8.2 |
| 1995 | 2026-07-31T17:21:48.505Z | Compiling ppv-lite86 v0.2.21 |
| 1996 | 2026-07-31T17:21:48.609Z | Compiling url v2.5.8 |
| 1997 | 2026-07-31T17:21:48.638Z | Compiling tracing-core v0.1.36 |
| 1998 | 2026-07-31T17:21:48.691Z | Compiling cookie v0.18.1 |
| 1999 | 2026-07-31T17:21:48.709Z | Compiling cpufeatures v0.2.17 |
| 2000 | 2026-07-31T17:21:48.736Z | Compiling paste v1.0.15 |
| 2001 | 2026-07-31T17:21:48.801Z | Compiling camino v1.2.2 |
| 2002 | 2026-07-31T17:21:48.839Z | Compiling utf8parse v0.2.2 |
| 2003 | 2026-07-31T17:21:48.859Z | Compiling rand_chacha v0.9.0 |
| 2004 | 2026-07-31T17:21:49.037Z | Compiling tracing v0.1.44 |
| 2005 | 2026-07-31T17:21:49.054Z | Compiling darling v0.23.0 |
| 2006 | 2026-07-31T17:21:49.079Z | Compiling toml_datetime v0.6.11 |
| 2007 | 2026-07-31T17:21:49.105Z | Compiling serde_spanned v0.6.9 |
| 2008 | 2026-07-31T17:21:49.123Z | Compiling packed_struct_codegen v0.10.1 |
| 2009 | 2026-07-31T17:21:49.152Z | Compiling clap_derive v4.6.1 |
| 2010 | 2026-07-31T17:21:49.254Z | Compiling bitfield-macros v0.19.4 |
| 2011 | 2026-07-31T17:21:49.272Z | Compiling zerocopy-derive v0.6.6 |
| 2012 | 2026-07-31T17:21:49.364Z | Compiling indexmap v1.9.3 |
| 2013 | 2026-07-31T17:21:49.451Z | Compiling fastrand v2.3.0 |
| 2014 | 2026-07-31T17:21:49.649Z | Compiling anstyle v1.0.14 |
| 2015 | 2026-07-31T17:21:49.958Z | Compiling rand v0.9.2 |
| 2016 | 2026-07-31T17:21:49.958Z | Compiling http-body v1.0.1 |
| 2017 | 2026-07-31T17:21:50.114Z | Compiling pkcs8 v0.10.2 |
| 2018 | 2026-07-31T17:21:50.144Z | Compiling rustls-pki-types v1.14.0 |
| 2019 | 2026-07-31T17:21:50.450Z | Compiling spin v0.9.8 |
| 2020 | 2026-07-31T17:21:50.563Z | Compiling usdt-impl v0.5.0 |
| 2021 | 2026-07-31T17:21:50.583Z | Compiling colorchoice v1.0.4 |
| 2022 | 2026-07-31T17:21:50.600Z | Compiling cmov v0.5.4 |
| 2023 | 2026-07-31T17:21:50.603Z | Compiling usdt-impl v0.6.0 |
| 2024 | 2026-07-31T17:21:50.688Z | Compiling is_terminal_polyfill v1.70.2 |
| 2025 | 2026-07-31T17:21:50.773Z | Compiling openssl-probe v0.2.1 |
| 2026 | 2026-07-31T17:21:50.804Z | Compiling ref-cast v1.0.25 |
| 2027 | 2026-07-31T17:21:50.808Z | Compiling either v1.15.0 |
| 2028 | 2026-07-31T17:21:50.837Z | Compiling anstyle-query v1.1.5 |
| 2029 | 2026-07-31T17:21:50.841Z | Compiling tinyvec_macros v0.1.1 |
| 2030 | 2026-07-31T17:21:50.874Z | Compiling winnow v0.5.40 |
| 2031 | 2026-07-31T17:21:50.938Z | Compiling tinyvec v1.10.0 |
| 2032 | 2026-07-31T17:21:50.955Z | Compiling ctutils v0.4.2 |
| 2033 | 2026-07-31T17:21:51.012Z | Compiling sha2 v0.10.9 |
| 2034 | 2026-07-31T17:21:51.100Z | Compiling scroll v0.13.0 |
| 2035 | 2026-07-31T17:21:51.234Z | Compiling scroll v0.12.0 |
| 2036 | 2026-07-31T17:21:51.237Z | Compiling daft-derive v0.1.7 |
| 2037 | 2026-07-31T17:21:51.265Z | Compiling structmeta-derive v0.3.0 |
| 2038 | 2026-07-31T17:21:51.303Z | Compiling async-trait v0.1.89 |
| 2039 | 2026-07-31T17:21:51.372Z | Compiling heapless v0.7.17 |
| 2040 | 2026-07-31T17:21:51.462Z | Compiling untrusted v0.7.1 |
| 2041 | 2026-07-31T17:21:51.505Z | Compiling winnow v0.7.14 |
| 2042 | 2026-07-31T17:21:51.521Z | Compiling tokio-util v0.7.18 |
| 2043 | 2026-07-31T17:21:51.609Z | Compiling atomic-waker v1.1.2 |
| 2044 | 2026-07-31T17:21:51.644Z | Compiling rustix v0.38.44 |
| 2045 | 2026-07-31T17:21:51.766Z | Compiling signal-hook v0.3.18 |
| 2046 | 2026-07-31T17:21:51.945Z | Compiling litrs v1.0.0 |
| 2047 | 2026-07-31T17:21:51.971Z | Compiling zstd-safe v7.2.4 |
| 2048 | 2026-07-31T17:21:52.142Z | Compiling toml_edit v0.19.15 |
| 2049 | 2026-07-31T17:21:52.220Z | Compiling tower-layer v0.3.3 |
| 2050 | 2026-07-31T17:21:52.257Z | Compiling winnow v1.0.3 |
| 2051 | 2026-07-31T17:21:52.287Z | Compiling tower-service v0.3.3 |
| 2052 | 2026-07-31T17:21:52.404Z | Compiling try-lock v0.2.5 |
| 2053 | 2026-07-31T17:21:52.421Z | Compiling document-features v0.2.12 |
| 2054 | 2026-07-31T17:21:52.472Z | Compiling tempfile v3.25.0 |
| 2055 | 2026-07-31T17:21:52.489Z | Compiling structmeta v0.3.0 |
| 2056 | 2026-07-31T17:21:52.536Z | Compiling h2 v0.4.15 |
| 2057 | 2026-07-31T17:21:52.567Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2058 | 2026-07-31T17:21:52.616Z | Compiling want v0.3.1 |
| 2059 | 2026-07-31T17:21:52.877Z | Compiling goblin v0.8.2 |
| 2060 | 2026-07-31T17:21:52.987Z | Compiling goblin v0.10.5 |
| 2061 | 2026-07-31T17:21:53.048Z | Compiling hybrid-array v0.4.13 |
| 2062 | 2026-07-31T17:21:53.477Z | Compiling anstyle-parse v1.0.0 |
| 2063 | 2026-07-31T17:21:53.753Z | Compiling zerocopy v0.7.35 |
| 2064 | 2026-07-31T17:21:53.758Z | Compiling ipnet v2.11.0 |
| 2065 | 2026-07-31T17:21:53.758Z | Compiling ref-cast-impl v1.0.25 |
| 2066 | 2026-07-31T17:21:53.769Z | Compiling curve25519-dalek v4.1.3 |
| 2067 | 2026-07-31T17:21:53.885Z | Compiling darling_core v0.20.11 |
| 2068 | 2026-07-31T17:21:53.961Z | Compiling memoffset v0.9.1 |
| 2069 | 2026-07-31T17:21:53.976Z | Compiling simd-adler32 v0.3.8 |
| 2070 | 2026-07-31T17:21:54.040Z | Compiling untrusted v0.9.0 |
| 2071 | 2026-07-31T17:21:54.167Z | Compiling httpdate v1.0.3 |
| 2072 | 2026-07-31T17:21:54.276Z | Compiling powerfmt v0.2.0 |
| 2073 | 2026-07-31T17:21:54.292Z | Compiling tap v1.0.1 |
| 2074 | 2026-07-31T17:21:54.372Z | Compiling foreign-types-shared v0.1.1 |
| 2075 | 2026-07-31T17:21:54.405Z | Compiling wyz v0.5.1 |
| 2076 | 2026-07-31T17:21:54.442Z | Compiling deranged v0.5.8 |
| 2077 | 2026-07-31T17:21:54.459Z | Compiling foreign-types v0.3.2 |
| 2078 | 2026-07-31T17:21:54.476Z | Compiling anstream v1.0.0 |
| 2079 | 2026-07-31T17:21:54.616Z | Compiling unicode-normalization v0.1.25 |
| 2080 | 2026-07-31T17:21:54.716Z | Compiling ipnetwork v0.21.1 |
| 2081 | 2026-07-31T17:21:54.804Z | Compiling dtrace-parser v0.2.0 |
| 2082 | 2026-07-31T17:21:54.820Z | Compiling rand_chacha v0.3.1 |
| 2083 | 2026-07-31T17:21:55.187Z | Compiling dof v0.3.0 |
| 2084 | 2026-07-31T17:21:55.211Z | Compiling hex v0.4.3 |
| 2085 | 2026-07-31T17:21:55.275Z | Compiling signature v2.2.0 |
| 2086 | 2026-07-31T17:21:55.399Z | Compiling dtrace-parser v0.3.0 |
| 2087 | 2026-07-31T17:21:55.446Z | Compiling terminal_size v0.4.3 |
| 2088 | 2026-07-31T17:21:55.565Z | Compiling pin-project-internal v1.1.11 |
| 2089 | 2026-07-31T17:21:55.608Z | Compiling num-integer v0.1.46 |
| 2090 | 2026-07-31T17:21:55.804Z | Compiling dof v0.4.0 |
| 2091 | 2026-07-31T17:21:55.853Z | Compiling darling_macro v0.20.11 |
| 2092 | 2026-07-31T17:21:55.888Z | Compiling hyper v1.10.1 |
| 2093 | 2026-07-31T17:21:55.931Z | Compiling wait-timeout v0.2.1 |
| 2094 | 2026-07-31T17:21:56.010Z | Compiling thread-id v5.1.0 |
| 2095 | 2026-07-31T17:21:56.025Z | Compiling thread-id v4.2.2 |
| 2096 | 2026-07-31T17:21:56.110Z | Compiling clap_lex v1.0.0 |
| 2097 | 2026-07-31T17:21:56.127Z | Compiling num_threads v0.1.7 |
| 2098 | 2026-07-31T17:21:56.320Z | Compiling adler2 v2.0.1 |
| 2099 | 2026-07-31T17:21:56.356Z | Compiling bit-vec v0.8.0 |
| 2100 | 2026-07-31T17:21:56.373Z | Compiling smoltcp v0.9.1 |
| 2101 | 2026-07-31T17:21:56.391Z | Compiling funty v2.0.0 |
| 2102 | 2026-07-31T17:21:56.395Z | Compiling cfg_aliases v0.2.1 |
| 2103 | 2026-07-31T17:21:56.444Z | Compiling quick-error v1.2.3 |
| 2104 | 2026-07-31T17:21:56.547Z | Compiling bit-set v0.8.0 |
| 2105 | 2026-07-31T17:21:56.573Z | Compiling rusty-fork v0.3.1 |
| 2106 | 2026-07-31T17:21:56.607Z | Compiling nix v0.31.2 |
| 2107 | 2026-07-31T17:21:56.644Z | Compiling time v0.3.47 |
| 2108 | 2026-07-31T17:21:56.701Z | Compiling miniz_oxide v0.8.9 |
| 2109 | 2026-07-31T17:21:56.731Z | Compiling bitvec v1.0.1 |
| 2110 | 2026-07-31T17:21:56.791Z | Compiling darling v0.20.11 |
| 2111 | 2026-07-31T17:21:56.851Z | Compiling clap_builder v4.6.0 |
| 2112 | 2026-07-31T17:21:56.892Z | Compiling num-iter v0.1.45 |
| 2113 | 2026-07-31T17:21:57.013Z | Compiling hyper-util v0.1.20 |
| 2114 | 2026-07-31T17:21:57.032Z | Compiling rand v0.8.6 |
| 2115 | 2026-07-31T17:21:57.129Z | Compiling lazy_static v1.5.0 |
| 2116 | 2026-07-31T17:21:57.260Z | Compiling anstyle-parse v0.2.7 |
| 2117 | 2026-07-31T17:21:57.482Z | Compiling hmac v0.12.1 |
| 2118 | 2026-07-31T17:21:57.621Z | Compiling rand_xorshift v0.4.0 |
| 2119 | 2026-07-31T17:21:57.638Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2120 | 2026-07-31T17:21:57.656Z | Compiling strum_macros v0.26.4 |
| 2121 | 2026-07-31T17:21:57.673Z | Compiling sync_wrapper v1.0.2 |
| 2122 | 2026-07-31T17:21:57.804Z | Compiling siphasher v1.0.2 |
| 2123 | 2026-07-31T17:21:57.825Z | Compiling crc-catalog v2.4.0 |
| 2124 | 2026-07-31T17:21:58.153Z | Compiling zlib-rs v0.6.2 |
| 2125 | 2026-07-31T17:21:58.179Z | Compiling nodrop v0.1.14 |
| 2126 | 2026-07-31T17:21:58.250Z | Compiling unarray v0.1.4 |
| 2127 | 2026-07-31T17:21:58.706Z | Compiling proptest v1.11.0 |
| 2128 | 2026-07-31T17:21:58.758Z | Compiling clap v4.6.1 |
| 2129 | 2026-07-31T17:21:58.858Z | Compiling array-init v0.0.4 |
| 2130 | 2026-07-31T17:21:59.522Z | Compiling crc v3.4.0 |
| 2131 | 2026-07-31T17:21:59.540Z | Compiling tower v0.5.3 |
| 2132 | 2026-07-31T17:22:00.030Z | Compiling anstream v0.6.21 |
| 2133 | 2026-07-31T17:22:00.050Z | Compiling smallvec v0.6.14 |
| 2134 | 2026-07-31T17:22:00.100Z | Compiling derive_builder_core v0.20.2 |
| 2135 | 2026-07-31T17:22:00.276Z | Compiling flate2 v1.1.9 |
| 2136 | 2026-07-31T17:22:00.331Z | Compiling derive-ex v0.1.8 |
| 2137 | 2026-07-31T17:22:00.366Z | Compiling pkcs1 v0.7.5 |
| 2138 | 2026-07-31T17:22:00.456Z | Compiling http-body-util v0.1.3 |
| 2139 | 2026-07-31T17:22:00.473Z | Compiling zerocopy v0.6.6 |
| 2140 | 2026-07-31T17:22:00.533Z | Compiling bitfield v0.19.4 |
| 2141 | 2026-07-31T17:22:00.713Z | Compiling hubpack_derive v0.1.1 |
| 2142 | 2026-07-31T17:22:00.747Z | Compiling strum_macros v0.27.2 |
| 2143 | 2026-07-31T17:22:00.763Z | Compiling snafu-derive v0.8.9 |
| 2144 | 2026-07-31T17:22:00.835Z | Compiling env_filter v1.0.0 |
| 2145 | 2026-07-31T17:22:00.868Z | Compiling fs-err v3.3.0 |
| 2146 | 2026-07-31T17:22:00.956Z | Compiling unicode-bidi v0.3.18 |
| 2147 | 2026-07-31T17:22:01.036Z | Compiling unicode-segmentation v1.12.0 |
| 2148 | 2026-07-31T17:22:01.096Z | Compiling base64 v0.21.7 |
| 2149 | 2026-07-31T17:22:01.207Z | Compiling allocator-api2 v0.2.21 |
| 2150 | 2026-07-31T17:22:01.347Z | Compiling ryu v1.0.23 |
| 2151 | 2026-07-31T17:22:01.417Z | Compiling unicode-properties v0.1.4 |
| 2152 | 2026-07-31T17:22:01.432Z | Compiling iri-string v0.7.10 |
| 2153 | 2026-07-31T17:22:01.571Z | Compiling hashbrown v0.12.3 |
| 2154 | 2026-07-31T17:22:01.588Z | Compiling object v0.37.3 |
| 2155 | 2026-07-31T17:22:01.642Z | Compiling stringprep v0.1.5 |
| 2156 | 2026-07-31T17:22:01.679Z | Compiling serde_urlencoded v0.7.1 |
| 2157 | 2026-07-31T17:22:01.832Z | Compiling test-strategy v0.4.5 |
| 2158 | 2026-07-31T17:22:01.861Z | Compiling ron v0.8.1 |
| 2159 | 2026-07-31T17:22:02.068Z | Compiling env_logger v0.11.9 |
| 2160 | 2026-07-31T17:22:02.403Z | Compiling derive_builder_macro v0.20.2 |
| 2161 | 2026-07-31T17:22:02.423Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2162 | 2026-07-31T17:22:02.427Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2163 | 2026-07-31T17:22:02.462Z | Compiling newtype-uuid v1.3.2 |
| 2164 | 2026-07-31T17:22:02.494Z | Compiling rsa v0.9.10 |
| 2165 | 2026-07-31T17:22:02.523Z | Compiling oxnet v0.1.6 |
| 2166 | 2026-07-31T17:22:02.643Z | Compiling tower-http v0.6.8 |
| 2167 | 2026-07-31T17:22:02.709Z | Compiling serde-hex v0.1.0 |
| 2168 | 2026-07-31T17:22:02.764Z | Compiling hashbrown v0.13.2 |
| 2169 | 2026-07-31T17:22:02.793Z | Compiling tokio-native-tls v0.3.1 |
| 2170 | 2026-07-31T17:22:02.810Z | Compiling bzip2 v0.4.4 |
| 2171 | 2026-07-31T17:22:02.910Z | Compiling usdt-macro v0.6.0 |
| 2172 | 2026-07-31T17:22:02.939Z | Compiling usdt-attr-macro v0.6.0 |
| 2173 | 2026-07-31T17:22:03.003Z | Compiling block-padding v0.4.2 |
| 2174 | 2026-07-31T17:22:03.064Z | Compiling block-buffer v0.12.1 |
| 2175 | 2026-07-31T17:22:03.101Z | Compiling crypto-common v0.2.2 |
| 2176 | 2026-07-31T17:22:03.276Z | Compiling rustls-native-certs v0.8.3 |
| 2177 | 2026-07-31T17:22:03.369Z | Compiling x509-cert v0.2.5 |
| 2178 | 2026-07-31T17:22:03.450Z | Compiling erased-serde v0.3.31 |
| 2179 | 2026-07-31T17:22:03.541Z | Compiling bstr v1.12.1 |
| 2180 | 2026-07-31T17:22:03.558Z | Compiling md-5 v0.10.6 |
| 2181 | 2026-07-31T17:22:03.685Z | Compiling vergen-lib v9.1.0 |
| 2182 | 2026-07-31T17:22:03.783Z | Compiling hash32 v0.2.1 |
| 2183 | 2026-07-31T17:22:03.959Z | Compiling encoding_rs v0.8.35 |
| 2184 | 2026-07-31T17:22:04.066Z | Compiling psl-types v2.0.11 |
| 2185 | 2026-07-31T17:22:04.145Z | Compiling crc-any v2.5.0 |
| 2186 | 2026-07-31T17:22:04.161Z | Compiling mime v0.3.17 |
| 2187 | 2026-07-31T17:22:04.322Z | Compiling cpufeatures v0.3.0 |
| 2188 | 2026-07-31T17:22:04.384Z | Compiling fallible-iterator v0.2.0 |
| 2189 | 2026-07-31T17:22:04.551Z | Compiling publicsuffix v2.3.0 |
| 2190 | 2026-07-31T17:22:04.672Z | Compiling postgres-protocol v0.6.10 |
| 2191 | 2026-07-31T17:22:05.088Z | Compiling object v0.30.4 |
| 2192 | 2026-07-31T17:22:05.248Z | Compiling inout v0.2.2 |
| 2193 | 2026-07-31T17:22:05.276Z | Compiling zip v0.6.6 |
| 2194 | 2026-07-31T17:22:05.327Z | Compiling hyper-tls v0.6.0 |
| 2195 | 2026-07-31T17:22:05.344Z | Compiling derive_builder v0.20.2 |
| 2196 | 2026-07-31T17:22:05.418Z | Compiling daft v0.1.7 |
| 2197 | 2026-07-31T17:22:05.433Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2198 | 2026-07-31T17:22:05.483Z | Compiling heck v0.4.1 |
| 2199 | 2026-07-31T17:22:05.499Z | Compiling phf_shared v0.13.1 |
| 2200 | 2026-07-31T17:22:05.563Z | Compiling pin-project v1.1.11 |
| 2201 | 2026-07-31T17:22:05.685Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2202 | 2026-07-31T17:22:05.766Z | Compiling toml v0.7.8 |
| 2203 | 2026-07-31T17:22:05.852Z | Compiling serde_with_macros v3.21.0 |
| 2204 | 2026-07-31T17:22:05.867Z | Compiling futures-executor v0.3.32 |
| 2205 | 2026-07-31T17:22:06.136Z | Compiling async-recursion v1.1.1 |
| 2206 | 2026-07-31T17:22:06.156Z | Compiling serde_repr v0.1.20 |
| 2207 | 2026-07-31T17:22:06.224Z | Compiling enum-as-inner v0.6.1 |
| 2208 | 2026-07-31T17:22:06.348Z | Compiling ff v0.13.1 |
| 2209 | 2026-07-31T17:22:06.364Z | Compiling vergen v9.1.0 |
| 2210 | 2026-07-31T17:22:06.509Z | Compiling cargo-platform v0.3.2 |
| 2211 | 2026-07-31T17:22:06.592Z | Compiling managed v0.8.0 |
| 2212 | 2026-07-31T17:22:06.667Z | Compiling foldhash v0.1.5 |
| 2213 | 2026-07-31T17:22:06.704Z | Compiling bitflags v1.3.2 |
| 2214 | 2026-07-31T17:22:06.758Z | Compiling same-file v1.0.6 |
| 2215 | 2026-07-31T17:22:06.778Z | Compiling bumpalo v3.20.2 |
| 2216 | 2026-07-31T17:22:06.812Z | Compiling foldhash v0.2.0 |
| 2217 | 2026-07-31T17:22:06.866Z | Compiling jiff-core v0.1.0 |
| 2218 | 2026-07-31T17:22:06.917Z | Compiling base16ct v0.2.0 |
| 2219 | 2026-07-31T17:22:06.933Z | Compiling path-slash v0.1.5 |
| 2220 | 2026-07-31T17:22:07.065Z | Compiling libbz2-rs-sys v0.2.2 |
| 2221 | 2026-07-31T17:22:07.121Z | Compiling sec1 v0.7.3 |
| 2222 | 2026-07-31T17:22:07.191Z | Compiling zopfli v0.8.3 |
| 2223 | 2026-07-31T17:22:07.229Z | Compiling hashbrown v0.16.1 |
| 2224 | 2026-07-31T17:22:07.415Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2225 | 2026-07-31T17:22:07.491Z | Compiling bzip2 v0.6.1 |
| 2226 | 2026-07-31T17:22:07.650Z | Compiling jiff v0.2.34 |
| 2227 | 2026-07-31T17:22:07.712Z | Compiling walkdir v2.5.0 |
| 2228 | 2026-07-31T17:22:07.765Z | Compiling hashbrown v0.15.5 |
| 2229 | 2026-07-31T17:22:07.840Z | Compiling cargo_metadata v0.23.1 |
| 2230 | 2026-07-31T17:22:07.871Z | Compiling group v0.13.0 |
| 2231 | 2026-07-31T17:22:08.095Z | Compiling futures v0.3.32 |
| 2232 | 2026-07-31T17:22:08.470Z | Compiling phf v0.13.1 |
| 2233 | 2026-07-31T17:22:08.600Z | Compiling snafu v0.8.9 |
| 2234 | 2026-07-31T17:22:08.655Z | Compiling reqwest v0.12.28 |
| 2235 | 2026-07-31T17:22:08.964Z | Compiling signal-hook-mio v0.2.5 |
| 2236 | 2026-07-31T17:22:08.995Z | Compiling cipher v0.5.2 |
| 2237 | 2026-07-31T17:22:09.036Z | Compiling cookie_store v0.22.1 |
| 2238 | 2026-07-31T17:22:09.126Z | Compiling postgres-types v0.2.12 |
| 2239 | 2026-07-31T17:22:09.144Z | Compiling zstd v0.13.3 |
| 2240 | 2026-07-31T17:22:09.161Z | Compiling globset v0.4.18 |
| 2241 | 2026-07-31T17:22:09.249Z | Compiling strum v0.27.2 |
| 2242 | 2026-07-31T17:22:09.387Z | Compiling hubpack v0.1.2 |
| 2243 | 2026-07-31T17:22:09.453Z | Compiling phf_shared v0.11.3 |
| 2244 | 2026-07-31T17:22:09.472Z | Compiling hkdf v0.12.4 |
| 2245 | 2026-07-31T17:22:09.524Z | Compiling crossbeam-epoch v0.9.18 |
| 2246 | 2026-07-31T17:22:09.641Z | Compiling byte-wrapper v0.1.0 |
| 2247 | 2026-07-31T17:22:09.645Z | Compiling ed25519 v2.2.3 |
| 2248 | 2026-07-31T17:22:09.645Z | Compiling olpc-cjson v0.1.4 |
| 2249 | 2026-07-31T17:22:09.861Z | Compiling serde_plain v1.0.2 |
| 2250 | 2026-07-31T17:22:09.880Z | Compiling serde-big-array v0.5.1 |
| 2251 | 2026-07-31T17:22:09.915Z | Compiling pem v3.0.6 |
| 2252 | 2026-07-31T17:22:10.004Z | Compiling crypto-bigint v0.5.5 |
| 2253 | 2026-07-31T17:22:10.126Z | Compiling float-cmp v0.10.0 |
| 2254 | 2026-07-31T17:22:10.160Z | Compiling memmap2 v0.9.10 |
| 2255 | 2026-07-31T17:22:10.218Z | Compiling difflib v0.4.0 |
| 2256 | 2026-07-31T17:22:10.299Z | Compiling keccak v0.1.6 |
| 2257 | 2026-07-31T17:22:10.418Z | Compiling toml_write v0.1.2 |
| 2258 | 2026-07-31T17:22:10.467Z | Compiling whoami v2.1.0 |
| 2259 | 2026-07-31T17:22:10.481Z | Compiling typed-path v0.9.3 |
| 2260 | 2026-07-31T17:22:10.628Z | Compiling new_debug_unreachable v1.0.6 |
| 2261 | 2026-07-31T17:22:10.664Z | Compiling data-encoding v2.10.0 |
| 2262 | 2026-07-31T17:22:10.721Z | Compiling predicates-core v1.0.10 |
| 2263 | 2026-07-31T17:22:10.743Z | Compiling normalize-line-endings v0.3.0 |
| 2264 | 2026-07-31T17:22:10.816Z | Compiling const-oid v0.10.2 |
| 2265 | 2026-07-31T17:22:10.857Z | Compiling fixedbitset v0.5.7 |
| 2266 | 2026-07-31T17:22:10.875Z | Compiling static_assertions v1.1.0 |
| 2267 | 2026-07-31T17:22:10.904Z | Compiling fixedbitset v0.4.2 |
| 2268 | 2026-07-31T17:22:10.967Z | Compiling precomputed-hash v0.1.1 |
| 2269 | 2026-07-31T17:22:11.039Z | Compiling digest v0.11.3 |
| 2270 | 2026-07-31T17:22:11.039Z | Compiling hickory-proto v0.25.2 |
| 2271 | 2026-07-31T17:22:11.070Z | Compiling petgraph v0.8.3 |
| 2272 | 2026-07-31T17:22:11.088Z | Compiling petgraph v0.6.5 |
| 2273 | 2026-07-31T17:22:11.106Z | Compiling string_cache v0.8.9 |
| 2274 | 2026-07-31T17:22:11.128Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2275 | 2026-07-31T17:22:11.153Z | Compiling elliptic-curve v0.13.8 |
| 2276 | 2026-07-31T17:22:11.277Z | Compiling predicates v3.1.4 |
| 2277 | 2026-07-31T17:22:11.379Z | Compiling chacha20 v0.10.0 |
| 2278 | 2026-07-31T17:22:11.522Z | Compiling tokio-postgres v0.7.16 |
| 2279 | 2026-07-31T17:22:11.635Z | Compiling toml_edit v0.22.27 |
| 2280 | 2026-07-31T17:22:11.679Z | Compiling sha3 v0.10.8 |
| 2281 | 2026-07-31T17:22:11.958Z | Compiling usdt v0.6.0 |
| 2282 | 2026-07-31T17:22:12.316Z | Compiling zip v4.6.1 |
| 2283 | 2026-07-31T17:22:12.561Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2284 | 2026-07-31T17:22:13.166Z | Compiling ed25519-dalek v2.2.0 |
| 2285 | 2026-07-31T17:22:13.913Z | Compiling crossterm v0.28.1 |
| 2286 | 2026-07-31T17:22:14.149Z | Compiling iddqd v0.4.2 |
| 2287 | 2026-07-31T17:22:14.307Z | Compiling serde_with v3.21.0 |
| 2288 | 2026-07-31T17:22:14.311Z | Compiling similar v2.7.0 |
| 2289 | 2026-07-31T17:22:14.576Z | Compiling strum v0.26.3 |
| 2290 | 2026-07-31T17:22:15.074Z | Compiling tokio-stream v0.1.18 |
| 2291 | 2026-07-31T17:22:15.091Z | Compiling buf-list v1.1.2 |
| 2292 | 2026-07-31T17:22:15.127Z | Compiling itertools v0.13.0 |
| 2293 | 2026-07-31T17:22:15.163Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2294 | 2026-07-31T17:22:15.407Z | Compiling openapiv3 v2.2.0 |
| 2295 | 2026-07-31T17:22:15.976Z | Compiling peg-runtime v0.8.5 |
| 2296 | 2026-07-31T17:22:16.261Z | Compiling lalrpop-util v0.19.12 |
| 2297 | 2026-07-31T17:22:33.216Z | Compiling rustls-webpki v0.103.13 |
| 2298 | 2026-07-31T17:22:35.616Z | Compiling macaddr v1.0.1 |
| 2299 | 2026-07-31T17:22:35.727Z | Compiling rayon-core v1.13.0 |
| 2300 | 2026-07-31T17:22:35.799Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-07-31T17:22:35.927Z | Compiling itertools v0.15.0 |
| 2302 | 2026-07-31T17:22:35.966Z | Compiling secrecy v0.10.3 |
| 2303 | 2026-07-31T17:22:36.026Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2304 | 2026-07-31T17:22:36.162Z | Compiling heapless v0.8.0 |
| 2305 | 2026-07-31T17:22:36.181Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2306 | 2026-07-31T17:22:36.253Z | Compiling crossbeam-deque v0.8.6 |
| 2307 | 2026-07-31T17:22:36.285Z | Compiling inout v0.1.4 |
| 2308 | 2026-07-31T17:22:36.441Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2309 | 2026-07-31T17:22:36.458Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2310 | 2026-07-31T17:22:36.491Z | Compiling hash32 v0.3.1 |
| 2311 | 2026-07-31T17:22:36.506Z | Compiling multer v3.1.0 |
| 2312 | 2026-07-31T17:22:36.615Z | Compiling thread_local v1.1.9 |
| 2313 | 2026-07-31T17:22:36.631Z | Compiling match_cfg v0.1.0 |
| 2314 | 2026-07-31T17:22:36.668Z | Compiling compression-core v0.4.31 |
| 2315 | 2026-07-31T17:22:36.684Z | Compiling smoltcp v0.11.0 |
| 2316 | 2026-07-31T17:22:36.720Z | Compiling tokio-rustls v0.26.4 |
| 2317 | 2026-07-31T17:22:36.736Z | Compiling rustls-platform-verifier v0.6.2 |
| 2318 | 2026-07-31T17:22:36.853Z | Compiling tough v0.22.0 |
| 2319 | 2026-07-31T17:22:36.870Z | Compiling slog-async v2.8.0 |
| 2320 | 2026-07-31T17:22:36.875Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2321 | 2026-07-31T17:22:36.956Z | Compiling unicode-width v0.2.0 |
| 2322 | 2026-07-31T17:22:36.972Z | Compiling hyper-rustls v0.27.7 |
| 2323 | 2026-07-31T17:22:37.030Z | Compiling proc-macro-crate v3.4.0 |
| 2324 | 2026-07-31T17:22:37.051Z | Compiling compression-codecs v0.4.37 |
| 2325 | 2026-07-31T17:22:37.205Z | Compiling reqwest v0.13.2 |
| 2326 | 2026-07-31T17:22:37.223Z | Compiling hostname v0.3.1 |
| 2327 | 2026-07-31T17:22:37.290Z | Compiling ingot-macros v0.2.0 |
| 2328 | 2026-07-31T17:22:37.343Z | Compiling cipher v0.4.4 |
| 2329 | 2026-07-31T17:22:37.412Z | Compiling atomicwrites v0.4.4 |
| 2330 | 2026-07-31T17:22:37.429Z | Compiling slog-json v2.6.1 |
| 2331 | 2026-07-31T17:22:37.473Z | Compiling crossbeam-channel v0.5.15 |
| 2332 | 2026-07-31T17:22:37.617Z | Compiling half v2.7.1 |
| 2333 | 2026-07-31T17:22:37.708Z | Compiling newtype-uuid-macros v0.1.0 |
| 2334 | 2026-07-31T17:22:37.724Z | Compiling cobs v0.3.0 |
| 2335 | 2026-07-31T17:22:37.835Z | Compiling universal-hash v0.5.1 |
| 2336 | 2026-07-31T17:22:37.849Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2337 | 2026-07-31T17:22:37.997Z | Compiling async-stream-impl v0.3.6 |
| 2338 | 2026-07-31T17:22:38.025Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2339 | 2026-07-31T17:22:38.043Z | Compiling serde_spanned v1.1.1 |
| 2340 | 2026-07-31T17:22:38.173Z | Compiling is-terminal v0.4.17 |
| 2341 | 2026-07-31T17:22:38.220Z | Compiling dropshot v0.17.1 |
| 2342 | 2026-07-31T17:22:38.250Z | Compiling proc-macro-error-attr v1.0.4 |
| 2343 | 2026-07-31T17:22:38.302Z | Compiling convert_case v0.4.0 |
| 2344 | 2026-07-31T17:22:38.373Z | Compiling ciborium-io v0.2.2 |
| 2345 | 2026-07-31T17:22:38.474Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2346 | 2026-07-31T17:22:38.491Z | Compiling take_mut v0.2.2 |
| 2347 | 2026-07-31T17:22:38.491Z | Compiling opaque-debug v0.3.1 |
| 2348 | 2026-07-31T17:22:38.523Z | Compiling term v1.2.1 |
| 2349 | 2026-07-31T17:22:38.527Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2350 | 2026-07-31T17:22:38.583Z | Compiling poly1305 v0.8.0 |
| 2351 | 2026-07-31T17:22:38.600Z | Compiling async-stream v0.3.6 |
| 2352 | 2026-07-31T17:22:38.654Z | Compiling derive_more v0.99.20 |
| 2353 | 2026-07-31T17:22:38.735Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2354 | 2026-07-31T17:22:38.815Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2355 | 2026-07-31T17:22:38.878Z | Compiling slog-term v2.9.2 |
| 2356 | 2026-07-31T17:22:38.939Z | Compiling thiserror-no-std v2.0.2 |
| 2357 | 2026-07-31T17:22:39.048Z | Compiling ciborium-ll v0.2.2 |
| 2358 | 2026-07-31T17:22:39.126Z | Compiling postcard v1.1.3 |
| 2359 | 2026-07-31T17:22:39.345Z | Compiling slog-bunyan v2.5.0 |
| 2360 | 2026-07-31T17:22:39.582Z | Compiling chacha20 v0.9.1 |
| 2361 | 2026-07-31T17:22:39.590Z | Compiling num_enum_derive v0.7.6 |
| 2362 | 2026-07-31T17:22:39.846Z | Compiling async-compression v0.4.41 |
| 2363 | 2026-07-31T17:22:39.947Z | Compiling ingot-types v0.2.0 |
| 2364 | 2026-07-31T17:22:40.139Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2365 | 2026-07-31T17:22:40.348Z | Compiling sha1 v0.11.0 |
| 2366 | 2026-07-31T17:22:40.367Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2367 | 2026-07-31T17:22:40.457Z | Compiling ingot v0.2.1 |
| 2368 | 2026-07-31T17:22:40.474Z | Compiling proc-macro-crate v1.3.1 |
| 2369 | 2026-07-31T17:22:40.519Z | Compiling parse-display-derive v0.10.0 |
| 2370 | 2026-07-31T17:22:40.537Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2371 | 2026-07-31T17:22:40.630Z | Compiling waitgroup v0.1.2 |
| 2372 | 2026-07-31T17:22:40.819Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2373 | 2026-07-31T17:22:40.836Z | Compiling rustls-pemfile v2.2.0 |
| 2374 | 2026-07-31T17:22:40.842Z | Compiling backon v1.6.0 |
| 2375 | 2026-07-31T17:22:40.882Z | Compiling dropshot_endpoint v0.17.1 |
| 2376 | 2026-07-31T17:22:40.902Z | Compiling password-hash v0.5.0 |
| 2377 | 2026-07-31T17:22:40.919Z | Compiling blake2 v0.10.6 |
| 2378 | 2026-07-31T17:22:40.937Z | Compiling aead v0.5.2 |
| 2379 | 2026-07-31T17:22:41.123Z | Compiling foreign-types-macros v0.2.3 |
| 2380 | 2026-07-31T17:22:41.141Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2381 | 2026-07-31T17:22:41.160Z | Compiling serde_path_to_error v0.1.20 |
| 2382 | 2026-07-31T17:22:41.160Z | Compiling hostname v0.4.2 |
| 2383 | 2026-07-31T17:22:41.370Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2384 | 2026-07-31T17:22:41.430Z | Compiling proc-macro-error v1.0.4 |
| 2385 | 2026-07-31T17:22:41.558Z | Compiling instant v0.1.13 |
| 2386 | 2026-07-31T17:22:41.617Z | Compiling foreign-types-shared v0.3.1 |
| 2387 | 2026-07-31T17:22:41.642Z | Compiling debug-ignore v1.0.5 |
| 2388 | 2026-07-31T17:22:41.710Z | Compiling backoff v0.4.0 |
| 2389 | 2026-07-31T17:22:41.752Z | Compiling foreign-types v0.5.0 |
| 2390 | 2026-07-31T17:22:41.775Z | Compiling argon2 v0.5.3 |
| 2391 | 2026-07-31T17:22:41.790Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2392 | 2026-07-31T17:22:41.805Z | Compiling chacha20poly1305 v0.10.1 |
| 2393 | 2026-07-31T17:22:41.854Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2394 | 2026-07-31T17:22:41.854Z | Compiling num_enum_derive v0.5.11 |
| 2395 | 2026-07-31T17:22:41.888Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2396 | 2026-07-31T17:22:41.958Z | Compiling num_enum v0.7.6 |
| 2397 | 2026-07-31T17:22:41.987Z | Compiling ciborium v0.2.2 |
| 2398 | 2026-07-31T17:22:42.003Z | Compiling parse-display v0.10.0 |
| 2399 | 2026-07-31T17:22:42.105Z | Compiling vsss-rs v3.3.4 |
| 2400 | 2026-07-31T17:22:42.422Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2401 | 2026-07-31T17:22:42.469Z | Compiling tabwriter v1.4.1 |
| 2402 | 2026-07-31T17:22:42.617Z | Compiling regress v0.10.5 |
| 2403 | 2026-07-31T17:22:42.663Z | Compiling itertools v0.14.0 |
| 2404 | 2026-07-31T17:22:42.686Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2405 | 2026-07-31T17:22:42.768Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2406 | 2026-07-31T17:22:42.785Z | Compiling cstr-argument v0.1.2 |
| 2407 | 2026-07-31T17:22:42.814Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2408 | 2026-07-31T17:22:42.830Z | Compiling humantime v2.3.0 |
| 2409 | 2026-07-31T17:22:42.848Z | Compiling num_enum v0.5.11 |
| 2410 | 2026-07-31T17:22:42.893Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2411 | 2026-07-31T17:22:42.997Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2412 | 2026-07-31T17:22:43.027Z | Compiling rayon v1.11.0 |
| 2413 | 2026-07-31T17:22:43.069Z | Compiling rand v0.10.1 |
| 2414 | 2026-07-31T17:22:43.142Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2415 | 2026-07-31T17:22:43.159Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2416 | 2026-07-31T17:22:43.205Z | Compiling colored v3.1.1 |
| 2417 | 2026-07-31T17:22:43.256Z | Compiling indent_write v2.2.0 |
| 2418 | 2026-07-31T17:22:43.300Z | Compiling libefi-sys v0.1.0 |
| 2419 | 2026-07-31T17:22:43.322Z | Compiling zone_cfg_derive v0.3.1 |
| 2420 | 2026-07-31T17:22:43.345Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2421 | 2026-07-31T17:22:43.461Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2422 | 2026-07-31T17:22:43.541Z | Compiling camino-tempfile v1.4.1 |
| 2423 | 2026-07-31T17:22:43.556Z | Compiling itertools v0.12.1 |
| 2424 | 2026-07-31T17:22:43.671Z | Compiling usdt-macro v0.5.0 |
| 2425 | 2026-07-31T17:22:43.825Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2426 | 2026-07-31T17:22:43.856Z | Compiling usdt-attr-macro v0.5.0 |
| 2427 | 2026-07-31T17:22:43.887Z | Compiling num-derive v0.4.2 |
| 2428 | 2026-07-31T17:22:43.917Z | Compiling bitfield-struct v0.6.2 |
| 2429 | 2026-07-31T17:22:43.969Z | Compiling blake3 v1.8.5 |
| 2430 | 2026-07-31T17:22:43.985Z | Compiling sigpipe v0.1.3 |
| 2431 | 2026-07-31T17:22:44.102Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2432 | 2026-07-31T17:22:44.189Z | Compiling memmap v0.7.0 |
| 2433 | 2026-07-31T17:22:44.224Z | Compiling glob v0.3.3 |
| 2434 | 2026-07-31T17:22:44.278Z | Compiling swrite v0.1.0 |
| 2435 | 2026-07-31T17:22:44.294Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2436 | 2026-07-31T17:22:44.411Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2437 | 2026-07-31T17:22:44.539Z | Compiling smf v0.2.3 |
| 2438 | 2026-07-31T17:22:44.564Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2439 | 2026-07-31T17:22:44.646Z | Compiling usdt v0.5.0 |
| 2440 | 2026-07-31T17:22:44.667Z | Compiling filetime v0.2.27 |
| 2441 | 2026-07-31T17:22:44.725Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2442 | 2026-07-31T17:22:44.821Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2443 | 2026-07-31T17:22:44.834Z | Compiling whoami v1.6.1 |
| 2444 | 2026-07-31T17:22:44.870Z | Compiling zone v0.3.1 |
| 2445 | 2026-07-31T17:22:44.894Z | Compiling xattr v1.6.1 |
| 2446 | 2026-07-31T17:22:44.909Z | Compiling constant_time_eq v0.4.2 |
| 2447 | 2026-07-31T17:22:44.959Z | Compiling arrayref v0.3.9 |
| 2448 | 2026-07-31T17:22:45.051Z | Compiling arrayvec v0.7.6 |
| 2449 | 2026-07-31T17:22:45.057Z | Compiling tar v0.4.46 |
| 2450 | 2026-07-31T17:22:45.114Z | Compiling tokio-dtrace v0.1.1 |
| 2451 | 2026-07-31T17:22:45.130Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2452 | 2026-07-31T17:22:45.165Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2453 | 2026-07-31T17:22:45.233Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2454 | 2026-07-31T17:22:45.305Z | Compiling console v0.16.2 |
| 2455 | 2026-07-31T17:22:45.322Z | Compiling gethostname v0.5.0 |
| 2456 | 2026-07-31T17:22:45.496Z | Compiling topological-sort v0.2.2 |
| 2457 | 2026-07-31T17:22:45.499Z | Compiling unit-prefix v0.5.2 |
| 2458 | 2026-07-31T17:22:45.499Z | Compiling oxide-tokio-rt v0.1.4 |
| 2459 | 2026-07-31T17:22:45.670Z | Compiling toml v0.8.23 |
| 2460 | 2026-07-31T17:22:45.705Z | Compiling indicatif v0.18.4 |
| 2461 | 2026-07-31T17:22:45.855Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2462 | 2026-07-31T17:22:45.984Z | Compiling shell-words v1.1.1 |
| 2463 | 2026-07-31T17:22:55.328Z | Compiling progenitor-client v0.14.0 |
| 2464 | 2026-07-31T17:22:55.328Z | Compiling omicron-zone-package v0.12.3 |
| 2465 | 2026-07-31T17:22:55.569Z | Compiling progenitor-extras v0.2.0 |
| 2466 | 2026-07-31T17:22:55.873Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2467 | 2026-07-31T17:22:55.977Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2468 | 2026-07-31T17:22:56.004Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2469 | 2026-07-31T17:22:56.060Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2470 | 2026-07-31T17:22:56.076Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2471 | 2026-07-31T17:22:56.119Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2472 | 2026-07-31T17:22:56.235Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2473 | 2026-07-31T17:22:56.319Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2474 | 2026-07-31T17:22:57.058Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2475 | 2026-07-31T17:23:01.012Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2476 | 2026-07-31T17:23:09.273Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2477 | 2026-07-31T17:23:12.463Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2478 | 2026-07-31T17:23:13.546Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2479 | 2026-07-31T17:23:22.891Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 2480 | 2026-07-31T17:23:23.042Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2481 | 2026-07-31T17:23:23.107Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2482 | 2026-07-31T17:23:23.112Z | Created new build target 'test' and set it as active |
| 2483 | 2026-07-31T17:23:23.112Z | |
| 2484 | 2026-07-31T17:23:23.112Z | real 1:45.677664578 |
| 2485 | 2026-07-31T17:23:23.112Z | user 17:26.203968325 |
| 2486 | 2026-07-31T17:23:23.112Z | sys 2:46.172922549 |
| 2487 | 2026-07-31T17:23:23.112Z | trap 0.496094311 |
| 2488 | 2026-07-31T17:23:23.112Z | tflt 2.312226511 |
| 2489 | 2026-07-31T17:23:23.112Z | dflt 4.689580243 |
| 2490 | 2026-07-31T17:23:23.112Z | kflt 0.003581984 |
| 2491 | 2026-07-31T17:23:23.112Z | lock 56:52.501191413 |
| 2492 | 2026-07-31T17:23:23.112Z | slp 44:20.285291762 |
| 2493 | 2026-07-31T17:23:23.112Z | lat 52.220794232 |
| 2494 | 2026-07-31T17:23:23.112Z | stop 6:21.717543040 |
| 2495 | 2026-07-31T17:23:23.112Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2496 | 2026-07-31T17:23:24.011Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2497 | 2026-07-31T17:23:24.088Z | Running `target/release/omicron-package -t test package` |
| 2498 | 2026-07-31T17:23:24.148Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2499 | 2026-07-31T17:23:25.596Z | Compiling heck v0.5.0 |
| 2500 | 2026-07-31T17:23:25.597Z | Compiling regress v0.11.1 |
| 2501 | 2026-07-31T17:23:25.828Z | Compiling unsafe-libyaml v0.2.11 |
| 2502 | 2026-07-31T17:23:25.865Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2503 | 2026-07-31T17:23:25.890Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2504 | 2026-07-31T17:23:25.913Z | Compiling derive-where v1.6.0 |
| 2505 | 2026-07-31T17:23:25.935Z | Compiling bytecount v0.6.9 |
| 2506 | 2026-07-31T17:23:25.938Z | Compiling atomicwrites v0.4.4 |
| 2507 | 2026-07-31T17:23:25.938Z | Compiling is-terminal v0.4.17 |
| 2508 | 2026-07-31T17:23:25.938Z | Compiling prettyplease v0.2.37 |
| 2509 | 2026-07-31T17:23:25.938Z | Compiling console v0.15.11 |
| 2510 | 2026-07-31T17:23:25.954Z | Compiling newline-converter v0.3.0 |
| 2511 | 2026-07-31T17:23:25.957Z | Compiling slog-dtrace v0.3.0 |
| 2512 | 2026-07-31T17:23:26.079Z | Compiling resolv-conf v0.7.6 |
| 2513 | 2026-07-31T17:23:26.082Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2514 | 2026-07-31T17:23:26.124Z | Compiling num-rational v0.4.2 |
| 2515 | 2026-07-31T17:23:26.145Z | Compiling num-complex v0.4.6 |
| 2516 | 2026-07-31T17:23:26.148Z | Compiling thread_local v1.1.9 |
| 2517 | 2026-07-31T17:23:26.190Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2518 | 2026-07-31T17:23:26.253Z | Compiling match_cfg v0.1.0 |
| 2519 | 2026-07-31T17:23:26.275Z | Compiling compression-core v0.4.31 |
| 2520 | 2026-07-31T17:23:26.351Z | Compiling serde_yaml v0.9.34+deprecated |
| 2521 | 2026-07-31T17:23:26.429Z | Compiling expectorate v1.2.0 |
| 2522 | 2026-07-31T17:23:26.459Z | Compiling unicode-width v0.1.14 |
| 2523 | 2026-07-31T17:23:26.511Z | Compiling cancel-safe-futures v0.1.5 |
| 2524 | 2026-07-31T17:23:26.629Z | Compiling num v0.4.3 |
| 2525 | 2026-07-31T17:23:26.664Z | Compiling compression-codecs v0.4.37 |
| 2526 | 2026-07-31T17:23:26.686Z | Compiling hostname v0.3.1 |
| 2527 | 2026-07-31T17:23:26.706Z | Compiling multer v3.1.0 |
| 2528 | 2026-07-31T17:23:26.733Z | Compiling slog-async v2.8.0 |
| 2529 | 2026-07-31T17:23:26.776Z | Compiling crossbeam-channel v0.5.15 |
| 2530 | 2026-07-31T17:23:26.801Z | Compiling slog-json v2.6.1 |
| 2531 | 2026-07-31T17:23:26.824Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2532 | 2026-07-31T17:23:26.827Z | Compiling serde_spanned v1.1.1 |
| 2533 | 2026-07-31T17:23:26.864Z | Compiling linked-hash-map v0.5.6 |
| 2534 | 2026-07-31T17:23:26.933Z | Compiling float-ord v0.3.2 |
| 2535 | 2026-07-31T17:23:26.984Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2536 | 2026-07-31T17:23:27.024Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2537 | 2026-07-31T17:23:27.046Z | Compiling term v1.2.1 |
| 2538 | 2026-07-31T17:23:27.076Z | Compiling take_mut v0.2.2 |
| 2539 | 2026-07-31T17:23:27.106Z | Compiling oxide-update-engine-types v0.1.2 |
| 2540 | 2026-07-31T17:23:27.128Z | Compiling lru-cache v0.1.2 |
| 2541 | 2026-07-31T17:23:27.132Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2542 | 2026-07-31T17:23:27.152Z | Compiling slog-bunyan v2.5.0 |
| 2543 | 2026-07-31T17:23:27.219Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2544 | 2026-07-31T17:23:27.242Z | Compiling async-compression v0.4.41 |
| 2545 | 2026-07-31T17:23:27.351Z | Compiling typify-impl v0.6.2 |
| 2546 | 2026-07-31T17:23:27.605Z | Compiling slog-term v2.9.2 |
| 2547 | 2026-07-31T17:23:27.627Z | Compiling async-stream v0.3.6 |
| 2548 | 2026-07-31T17:23:27.631Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2549 | 2026-07-31T17:23:27.666Z | Compiling dropshot v0.17.1 |
| 2550 | 2026-07-31T17:23:27.729Z | Compiling progenitor-client v0.14.0 |
| 2551 | 2026-07-31T17:23:27.750Z | Compiling sha1 v0.11.0 |
| 2552 | 2026-07-31T17:23:27.810Z | Compiling waitgroup v0.1.2 |
| 2553 | 2026-07-31T17:23:27.833Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2554 | 2026-07-31T17:23:27.861Z | Compiling rustls-pemfile v2.2.0 |
| 2555 | 2026-07-31T17:23:27.983Z | Compiling backon v1.6.0 |
| 2556 | 2026-07-31T17:23:28.037Z | Compiling hostname v0.4.2 |
| 2557 | 2026-07-31T17:23:28.058Z | Compiling serde_path_to_error v0.1.20 |
| 2558 | 2026-07-31T17:23:28.089Z | Compiling instant v0.1.13 |
| 2559 | 2026-07-31T17:23:28.112Z | Compiling debug-ignore v1.0.5 |
| 2560 | 2026-07-31T17:23:28.135Z | Compiling linear-map v1.2.0 |
| 2561 | 2026-07-31T17:23:28.208Z | Compiling minimal-lexical v0.2.1 |
| 2562 | 2026-07-31T17:23:28.230Z | Compiling backoff v0.4.0 |
| 2563 | 2026-07-31T17:23:28.255Z | Compiling progenitor-extras v0.2.0 |
| 2564 | 2026-07-31T17:23:28.258Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2565 | 2026-07-31T17:23:28.356Z | Compiling oxide-update-engine v0.1.2 |
| 2566 | 2026-07-31T17:23:28.356Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2567 | 2026-07-31T17:23:28.451Z | Compiling nom v7.1.3 |
| 2568 | 2026-07-31T17:23:28.476Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2569 | 2026-07-31T17:23:28.497Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2570 | 2026-07-31T17:23:28.553Z | Compiling parse-display v0.10.0 |
| 2571 | 2026-07-31T17:23:28.676Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2572 | 2026-07-31T17:23:28.847Z | Compiling hickory-proto v0.24.4 |
| 2573 | 2026-07-31T17:23:28.961Z | Compiling regress v0.10.5 |
| 2574 | 2026-07-31T17:23:29.314Z | Compiling itertools v0.14.0 |
| 2575 | 2026-07-31T17:23:29.641Z | Compiling macaddr v1.0.1 |
| 2576 | 2026-07-31T17:23:29.848Z | Compiling unicode-xid v0.2.6 |
| 2577 | 2026-07-31T17:23:29.869Z | Compiling humantime v2.3.0 |
| 2578 | 2026-07-31T17:23:30.035Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2579 | 2026-07-31T17:23:30.148Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2580 | 2026-07-31T17:23:30.169Z | Compiling convert_case v0.10.0 |
| 2581 | 2026-07-31T17:23:30.208Z | Compiling owo-colors v4.3.0 |
| 2582 | 2026-07-31T17:23:30.402Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2583 | 2026-07-31T17:23:30.475Z | Compiling derive_more-impl v2.1.1 |
| 2584 | 2026-07-31T17:23:30.573Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2585 | 2026-07-31T17:23:30.603Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2586 | 2026-07-31T17:23:30.657Z | Compiling toml v0.8.23 |
| 2587 | 2026-07-31T17:23:30.827Z | Compiling typify-macro v0.6.2 |
| 2588 | 2026-07-31T17:23:30.981Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2589 | 2026-07-31T17:23:31.159Z | Compiling papergrid v0.11.0 |
| 2590 | 2026-07-31T17:23:31.184Z | Compiling tabled_derive v0.7.0 |
| 2591 | 2026-07-31T17:23:31.236Z | Compiling termtree v0.5.1 |
| 2592 | 2026-07-31T17:23:31.269Z | Compiling derive_more v2.1.1 |
| 2593 | 2026-07-31T17:23:31.387Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2594 | 2026-07-31T17:23:31.443Z | Compiling hickory-resolver v0.24.4 |
| 2595 | 2026-07-31T17:23:31.837Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2596 | 2026-07-31T17:23:31.942Z | Compiling crossterm v0.29.0 |
| 2597 | 2026-07-31T17:23:32.138Z | Compiling tabled v0.15.0 |
| 2598 | 2026-07-31T17:23:32.400Z | Compiling typify v0.6.2 |
| 2599 | 2026-07-31T17:23:32.551Z | Compiling progenitor-impl v0.14.0 |
| 2600 | 2026-07-31T17:23:33.180Z | Compiling qorb v0.4.1 |
| 2601 | 2026-07-31T17:23:33.418Z | Compiling phf_shared v0.12.1 |
| 2602 | 2026-07-31T17:23:33.687Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2603 | 2026-07-31T17:23:34.241Z | Compiling vte v0.14.1 |
| 2604 | 2026-07-31T17:23:34.521Z | Compiling csv-core v0.1.13 |
| 2605 | 2026-07-31T17:23:34.785Z | Compiling progenitor-macro v0.14.0 |
| 2606 | 2026-07-31T17:23:34.809Z | Compiling chrono-tz v0.10.4 |
| 2607 | 2026-07-31T17:23:34.953Z | Compiling highway v1.3.0 |
| 2608 | 2026-07-31T17:23:35.662Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2609 | 2026-07-31T17:23:36.271Z | Compiling csv v1.4.0 |
| 2610 | 2026-07-31T17:23:36.391Z | Compiling strip-ansi-escapes v0.2.1 |
| 2611 | 2026-07-31T17:23:36.431Z | Compiling phf v0.12.1 |
| 2612 | 2026-07-31T17:23:36.640Z | Compiling const_format_proc_macros v0.2.34 |
| 2613 | 2026-07-31T17:23:36.751Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2614 | 2026-07-31T17:23:37.060Z | Compiling fd-lock v4.0.4 |
| 2615 | 2026-07-31T17:23:37.224Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2616 | 2026-07-31T17:23:37.270Z | Compiling peg-macros v0.8.5 |
| 2617 | 2026-07-31T17:23:37.316Z | Compiling nu-ansi-term v0.50.3 |
| 2618 | 2026-07-31T17:23:37.419Z | Compiling const_format v0.2.35 |
| 2619 | 2026-07-31T17:23:37.663Z | Compiling reedline v0.40.0 |
| 2620 | 2026-07-31T17:23:37.899Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2621 | 2026-07-31T17:23:38.552Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2622 | 2026-07-31T17:23:38.616Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2623 | 2026-07-31T17:23:39.001Z | Compiling progenitor v0.14.0 |
| 2624 | 2026-07-31T17:23:39.200Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2625 | 2026-07-31T17:23:39.545Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2626 | 2026-07-31T17:23:39.672Z | Compiling peg v0.8.5 |
| 2627 | 2026-07-31T17:23:39.734Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2628 | 2026-07-31T17:23:39.779Z | Compiling bcs v0.1.6 |
| 2629 | 2026-07-31T17:23:40.171Z | Compiling nom v8.0.0 |
| 2630 | 2026-07-31T17:23:40.227Z | Compiling semver v0.1.20 |
| 2631 | 2026-07-31T17:23:40.535Z | Compiling rustc_version v0.1.7 |
| 2632 | 2026-07-31T17:23:40.772Z | Compiling newtype_derive v0.1.6 |
| 2633 | 2026-07-31T17:23:40.999Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2634 | 2026-07-31T17:23:41.139Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2635 | 2026-07-31T17:23:41.268Z | Compiling unicode-linebreak v0.1.5 |
| 2636 | 2026-07-31T17:23:41.580Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2637 | 2026-07-31T17:23:41.723Z | Compiling smawk v0.3.2 |
| 2638 | 2026-07-31T17:23:41.846Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2639 | 2026-07-31T17:23:41.941Z | Compiling textwrap v0.16.2 |
| 2640 | 2026-07-31T17:23:42.055Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2641 | 2026-07-31T17:23:42.145Z | Compiling steno v0.4.1 |
| 2642 | 2026-07-31T17:23:42.967Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2643 | 2026-07-31T17:23:43.028Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2644 | 2026-07-31T17:23:43.031Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2645 | 2026-07-31T17:23:43.271Z | Compiling sha1 v0.10.6 |
| 2646 | 2026-07-31T17:23:43.505Z | Compiling tagptr v0.2.0 |
| 2647 | 2026-07-31T17:23:43.650Z | Compiling utf-8 v0.7.6 |
| 2648 | 2026-07-31T17:23:43.712Z | Compiling moka v0.12.13 |
| 2649 | 2026-07-31T17:23:43.746Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2650 | 2026-07-31T17:23:43.904Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2651 | 2026-07-31T17:23:44.015Z | Compiling tungstenite v0.21.0 |
| 2652 | 2026-07-31T17:23:44.073Z | Compiling display-error-chain v0.2.2 |
| 2653 | 2026-07-31T17:23:44.116Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2654 | 2026-07-31T17:23:44.251Z | Compiling darling_core v0.21.3 |
| 2655 | 2026-07-31T17:23:44.278Z | Compiling vergen-lib v0.1.6 |
| 2656 | 2026-07-31T17:23:44.508Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2657 | 2026-07-31T17:23:44.927Z | Compiling hickory-resolver v0.25.2 |
| 2658 | 2026-07-31T17:23:45.007Z | Compiling tokio-tungstenite v0.21.0 |
| 2659 | 2026-07-31T17:23:45.030Z | Compiling diesel_derives v2.3.7 |
| 2660 | 2026-07-31T17:23:45.280Z | Compiling proc-macro-error2 v2.0.1 |
| 2661 | 2026-07-31T17:23:45.425Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2662 | 2026-07-31T17:23:45.819Z | Compiling libscf-sys v1.2.0 |
| 2663 | 2026-07-31T17:23:45.993Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2664 | 2026-07-31T17:23:46.101Z | Compiling scheduled-thread-pool v0.2.7 |
| 2665 | 2026-07-31T17:23:46.460Z | Compiling darling_macro v0.21.3 |
| 2666 | 2026-07-31T17:23:46.715Z | Compiling vergen-gitcl v1.0.8 |
| 2667 | 2026-07-31T17:23:46.778Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2668 | 2026-07-31T17:23:46.949Z | Compiling dirs-sys-next v0.1.2 |
| 2669 | 2026-07-31T17:23:46.984Z | Compiling darling v0.21.3 |
| 2670 | 2026-07-31T17:23:47.006Z | Compiling maplit v1.0.2 |
| 2671 | 2026-07-31T17:23:47.101Z | Compiling dsl_auto_type v0.2.0 |
| 2672 | 2026-07-31T17:23:47.137Z | Compiling glob v0.3.3 |
| 2673 | 2026-07-31T17:23:47.229Z | Compiling crunchy v0.2.4 |
| 2674 | 2026-07-31T17:23:47.506Z | Compiling clang-sys v1.8.1 |
| 2675 | 2026-07-31T17:23:47.560Z | Compiling dirs-next v2.0.0 |
| 2676 | 2026-07-31T17:23:47.745Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2677 | 2026-07-31T17:23:47.851Z | Compiling r2d2 v0.8.10 |
| 2678 | 2026-07-31T17:23:47.880Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2679 | 2026-07-31T17:23:48.136Z | Compiling tabled_derive v0.11.0 |
| 2680 | 2026-07-31T17:23:48.186Z | Compiling papergrid v0.17.0 |
| 2681 | 2026-07-31T17:23:48.237Z | Compiling testing_table v0.3.0 |
| 2682 | 2026-07-31T17:23:48.551Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2683 | 2026-07-31T17:23:48.574Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2684 | 2026-07-31T17:23:48.735Z | Compiling downcast-rs v2.0.2 |
| 2685 | 2026-07-31T17:23:48.875Z | Compiling tiny-keccak v2.0.2 |
| 2686 | 2026-07-31T17:23:49.290Z | Compiling term v0.7.0 |
| 2687 | 2026-07-31T17:23:49.679Z | Compiling tabled v0.20.0 |
| 2688 | 2026-07-31T17:23:49.961Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2689 | 2026-07-31T17:23:50.275Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2690 | 2026-07-31T17:23:50.442Z | Compiling bit-vec v0.6.3 |
| 2691 | 2026-07-31T17:23:50.641Z | Compiling bit-set v0.5.3 |
| 2692 | 2026-07-31T17:23:50.690Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2693 | 2026-07-31T17:23:50.832Z | Compiling ascii-canvas v3.0.0 |
| 2694 | 2026-07-31T17:23:50.856Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2695 | 2026-07-31T17:23:51.099Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2696 | 2026-07-31T17:23:51.192Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2697 | 2026-07-31T17:23:51.246Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2698 | 2026-07-31T17:23:51.395Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2699 | 2026-07-31T17:23:51.474Z | Compiling itertools v0.10.5 |
| 2700 | 2026-07-31T17:23:51.527Z | Compiling ena v0.14.4 |
| 2701 | 2026-07-31T17:23:51.578Z | Compiling libloading v0.8.9 |
| 2702 | 2026-07-31T17:23:51.771Z | Compiling bindgen v0.71.1 |
| 2703 | 2026-07-31T17:23:51.797Z | Compiling unicase v2.9.0 |
| 2704 | 2026-07-31T17:23:51.819Z | Compiling xshell-macros v0.2.7 |
| 2705 | 2026-07-31T17:23:52.056Z | Compiling regex-syntax v0.6.29 |
| 2706 | 2026-07-31T17:23:52.110Z | Compiling diff v0.1.13 |
| 2707 | 2026-07-31T17:23:52.227Z | Compiling xshell v0.2.7 |
| 2708 | 2026-07-31T17:23:52.366Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2709 | 2026-07-31T17:23:52.386Z | Compiling diesel v2.3.7 |
| 2710 | 2026-07-31T17:23:53.415Z | Compiling lalrpop v0.19.12 |
| 2711 | 2026-07-31T17:23:53.656Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2712 | 2026-07-31T17:23:53.679Z | Compiling cexpr v0.6.0 |
| 2713 | 2026-07-31T17:23:53.816Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2714 | 2026-07-31T17:23:53.977Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2715 | 2026-07-31T17:23:54.043Z | Compiling crc8 v0.1.1 |
| 2716 | 2026-07-31T17:23:54.194Z | Compiling rustc-hash v2.1.1 |
| 2717 | 2026-07-31T17:23:54.516Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2718 | 2026-07-31T17:23:54.650Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2719 | 2026-07-31T17:23:55.052Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2720 | 2026-07-31T17:23:55.178Z | Compiling headers-core v0.3.0 |
| 2721 | 2026-07-31T17:23:55.202Z | Compiling libxml v0.3.3 |
| 2722 | 2026-07-31T17:23:55.348Z | Compiling headers v0.4.1 |
| 2723 | 2026-07-31T17:23:55.374Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2724 | 2026-07-31T17:23:55.507Z | Compiling strum_macros v0.24.3 |
| 2725 | 2026-07-31T17:23:55.596Z | Compiling indoc v1.0.9 |
| 2726 | 2026-07-31T17:23:56.039Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2727 | 2026-07-31T17:23:56.248Z | Compiling derive_builder v0.20.2 |
| 2728 | 2026-07-31T17:23:56.272Z | Compiling oso-derive v0.27.3 |
| 2729 | 2026-07-31T17:23:56.430Z | Compiling quick-xml v0.37.5 |
| 2730 | 2026-07-31T17:23:56.734Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2731 | 2026-07-31T17:23:56.795Z | Compiling openssl-probe v0.1.6 |
| 2732 | 2026-07-31T17:23:56.964Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2733 | 2026-07-31T17:23:57.099Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2734 | 2026-07-31T17:23:57.319Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2735 | 2026-07-31T17:23:57.615Z | Compiling bb8 v0.8.6 |
| 2736 | 2026-07-31T17:23:57.618Z | Compiling trait-variant v0.1.2 |
| 2737 | 2026-07-31T17:23:57.674Z | Compiling half v1.8.3 |
| 2738 | 2026-07-31T17:23:57.911Z | Compiling serde_cbor v0.11.2 |
| 2739 | 2026-07-31T17:23:58.019Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2740 | 2026-07-31T17:23:58.047Z | Compiling progenitor-impl v0.13.0 |
| 2741 | 2026-07-31T17:23:58.114Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2742 | 2026-07-31T17:23:58.140Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2743 | 2026-07-31T17:23:58.194Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2744 | 2026-07-31T17:23:58.937Z | Compiling progenitor-client v0.13.0 |
| 2745 | 2026-07-31T17:23:58.995Z | Compiling samael v0.0.19 |
| 2746 | 2026-07-31T17:23:59.146Z | Compiling nonempty v0.12.0 |
| 2747 | 2026-07-31T17:23:59.169Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2748 | 2026-07-31T17:23:59.258Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2749 | 2026-07-31T17:23:59.395Z | Compiling fxhash v0.2.1 |
| 2750 | 2026-07-31T17:23:59.479Z | Compiling libz-sys v1.1.24 |
| 2751 | 2026-07-31T17:23:59.482Z | Compiling salty v0.3.0 |
| 2752 | 2026-07-31T17:23:59.838Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2753 | 2026-07-31T17:23:59.917Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2754 | 2026-07-31T17:23:59.981Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2755 | 2026-07-31T17:24:00.216Z | Compiling progenitor-macro v0.13.0 |
| 2756 | 2026-07-31T17:24:00.261Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2757 | 2026-07-31T17:24:00.363Z | Compiling kstat-rs v0.2.4 |
| 2758 | 2026-07-31T17:24:00.580Z | Compiling arc-swap v1.8.2 |
| 2759 | 2026-07-31T17:24:00.878Z | Compiling polar-core v0.27.3 |
| 2760 | 2026-07-31T17:24:00.959Z | Compiling slog-scope v4.4.1 |
| 2761 | 2026-07-31T17:24:01.047Z | Compiling mime_guess v2.0.5 |
| 2762 | 2026-07-31T17:24:01.370Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2763 | 2026-07-31T17:24:01.574Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2764 | 2026-07-31T17:24:02.133Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2765 | 2026-07-31T17:24:04.332Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2766 | 2026-07-31T17:24:04.365Z | Compiling rfc6979 v0.4.0 |
| 2767 | 2026-07-31T17:24:04.421Z | Compiling progenitor v0.13.0 |
| 2768 | 2026-07-31T17:24:04.554Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2769 | 2026-07-31T17:24:04.651Z | Compiling nanorand v0.7.0 |
| 2770 | 2026-07-31T17:24:04.894Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2771 | 2026-07-31T17:24:05.034Z | Compiling parking_lot_core v0.8.6 |
| 2772 | 2026-07-31T17:24:05.411Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2773 | 2026-07-31T17:24:05.687Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2774 | 2026-07-31T17:24:05.786Z | Compiling flume v0.11.1 |
| 2775 | 2026-07-31T17:24:06.124Z | Compiling ecdsa v0.16.9 |
| 2776 | 2026-07-31T17:24:06.209Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2777 | 2026-07-31T17:24:06.709Z | Compiling slog-stdlog v4.1.1 |
| 2778 | 2026-07-31T17:24:06.920Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2779 | 2026-07-31T17:24:07.105Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2780 | 2026-07-31T17:24:07.454Z | Compiling primeorder v0.13.6 |
| 2781 | 2026-07-31T17:24:07.787Z | Compiling git-stub v1.0.0 |
| 2782 | 2026-07-31T17:24:08.089Z | Compiling fs-err v2.11.0 |
| 2783 | 2026-07-31T17:24:08.145Z | Compiling http-range v0.1.5 |
| 2784 | 2026-07-31T17:24:08.339Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2785 | 2026-07-31T17:24:08.399Z | Compiling instability v0.3.11 |
| 2786 | 2026-07-31T17:24:08.495Z | Compiling strsim v0.10.0 |
| 2787 | 2026-07-31T17:24:08.668Z | Compiling git-stub-vcs v0.1.0 |
| 2788 | 2026-07-31T17:24:08.756Z | Compiling darling_core v0.13.4 |
| 2789 | 2026-07-31T17:24:08.817Z | Compiling p384 v0.13.1 |
| 2790 | 2026-07-31T17:24:09.040Z | Compiling slog-envlogger v2.2.0 |
| 2791 | 2026-07-31T17:24:10.423Z | Compiling oso v0.27.3 |
| 2792 | 2026-07-31T17:24:10.979Z | Compiling async-bb8-diesel v0.2.1 |
| 2793 | 2026-07-31T17:24:11.458Z | Compiling diesel-dtrace v0.5.0 |
| 2794 | 2026-07-31T17:24:12.712Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2795 | 2026-07-31T17:24:13.489Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2796 | 2026-07-31T17:24:13.693Z | Compiling ignore v0.4.25 |
| 2797 | 2026-07-31T17:24:13.696Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2798 | 2026-07-31T17:24:13.745Z | Compiling vergen-git2 v9.1.0 |
| 2799 | 2026-07-31T17:24:13.985Z | Compiling castaway v0.2.4 |
| 2800 | 2026-07-31T17:24:14.118Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2801 | 2026-07-31T17:24:14.148Z | Compiling indoc v2.0.7 |
| 2802 | 2026-07-31T17:24:14.424Z | Compiling globwalk v0.9.1 |
| 2803 | 2026-07-31T17:24:15.062Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2804 | 2026-07-31T17:24:15.165Z | Compiling compact_str v0.8.1 |
| 2805 | 2026-07-31T17:24:15.366Z | Compiling parking_lot v0.11.2 |
| 2806 | 2026-07-31T17:24:16.252Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2807 | 2026-07-31T17:24:16.284Z | Compiling hyper-staticfile v0.10.1 |
| 2808 | 2026-07-31T17:24:16.402Z | Compiling darling_macro v0.13.4 |
| 2809 | 2026-07-31T17:24:16.916Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2810 | 2026-07-31T17:24:17.084Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2811 | 2026-07-31T17:24:17.235Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2812 | 2026-07-31T17:24:17.280Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2813 | 2026-07-31T17:24:17.367Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2814 | 2026-07-31T17:24:17.420Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2815 | 2026-07-31T17:24:17.441Z | Compiling predicates-tree v1.0.13 |
| 2816 | 2026-07-31T17:24:17.733Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2817 | 2026-07-31T17:24:17.864Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2818 | 2026-07-31T17:24:18.005Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2819 | 2026-07-31T17:24:18.637Z | Compiling unicode-truncate v1.1.0 |
| 2820 | 2026-07-31T17:24:18.858Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2821 | 2026-07-31T17:24:19.086Z | Compiling lru v0.12.5 |
| 2822 | 2026-07-31T17:24:19.244Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2823 | 2026-07-31T17:24:19.267Z | Compiling prefix-trie v0.7.0 |
| 2824 | 2026-07-31T17:24:19.315Z | Compiling rand_seeder v0.4.0 |
| 2825 | 2026-07-31T17:24:19.585Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2826 | 2026-07-31T17:24:19.779Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2827 | 2026-07-31T17:24:20.029Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2828 | 2026-07-31T17:24:20.074Z | Compiling cassowary v0.3.0 |
| 2829 | 2026-07-31T17:24:20.111Z | Compiling parse-size v1.1.0 |
| 2830 | 2026-07-31T17:24:20.216Z | Compiling corncobs v0.1.4 |
| 2831 | 2026-07-31T17:24:20.340Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2832 | 2026-07-31T17:24:20.422Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2833 | 2026-07-31T17:24:20.474Z | Compiling ratatui v0.29.0 |
| 2834 | 2026-07-31T17:24:20.597Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2835 | 2026-07-31T17:24:21.112Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2836 | 2026-07-31T17:24:21.688Z | Compiling hickory-server v0.25.2 |
| 2837 | 2026-07-31T17:24:21.782Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2838 | 2026-07-31T17:24:22.031Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2839 | 2026-07-31T17:24:22.316Z | Compiling camino-tempfile-ext v0.3.3 |
| 2840 | 2026-07-31T17:24:22.951Z | Compiling darling v0.13.4 |
| 2841 | 2026-07-31T17:24:24.449Z | Compiling sled v0.34.7 |
| 2842 | 2026-07-31T17:24:25.214Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2843 | 2026-07-31T17:24:25.396Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2844 | 2026-07-31T17:24:25.459Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2845 | 2026-07-31T17:24:25.587Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2846 | 2026-07-31T17:24:25.935Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2847 | 2026-07-31T17:24:26.174Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2848 | 2026-07-31T17:24:26.231Z | Compiling secrecy v0.8.0 |
| 2849 | 2026-07-31T17:24:26.402Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2850 | 2026-07-31T17:24:26.777Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2851 | 2026-07-31T17:24:27.217Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2852 | 2026-07-31T17:24:28.012Z | Compiling serde_with_macros v1.5.2 |
| 2853 | 2026-07-31T17:24:28.638Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2854 | 2026-07-31T17:24:28.856Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2855 | 2026-07-31T17:24:29.045Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2856 | 2026-07-31T17:24:30.430Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2857 | 2026-07-31T17:24:30.629Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2858 | 2026-07-31T17:24:30.874Z | Compiling git2 v0.20.4 |
| 2859 | 2026-07-31T17:24:30.961Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2860 | 2026-07-31T17:24:31.475Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2861 | 2026-07-31T17:24:31.736Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2862 | 2026-07-31T17:24:31.800Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2863 | 2026-07-31T17:24:31.962Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2864 | 2026-07-31T17:24:32.020Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2865 | 2026-07-31T17:24:32.143Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2866 | 2026-07-31T17:24:32.193Z | Compiling void v1.0.2 |
| 2867 | 2026-07-31T17:24:32.325Z | Compiling lzss v0.8.2 |
| 2868 | 2026-07-31T17:24:32.423Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2869 | 2026-07-31T17:24:32.551Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2870 | 2026-07-31T17:24:34.557Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2871 | 2026-07-31T17:24:35.135Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2872 | 2026-07-31T17:24:35.874Z | Compiling illumos-nvpair v0.3.0 |
| 2873 | 2026-07-31T17:24:36.372Z | Compiling serde_with v1.14.0 |
| 2874 | 2026-07-31T17:24:37.002Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2875 | 2026-07-31T17:24:37.526Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2876 | 2026-07-31T17:24:37.549Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2877 | 2026-07-31T17:24:38.099Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2878 | 2026-07-31T17:24:38.340Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2879 | 2026-07-31T17:24:38.703Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2880 | 2026-07-31T17:24:38.951Z | Compiling tungstenite v0.23.0 |
| 2881 | 2026-07-31T17:24:39.417Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2882 | 2026-07-31T17:24:40.630Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2883 | 2026-07-31T17:24:41.206Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2884 | 2026-07-31T17:24:41.379Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2885 | 2026-07-31T17:24:41.432Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2886 | 2026-07-31T17:24:41.609Z | Compiling nix v0.27.1 |
| 2887 | 2026-07-31T17:24:41.685Z | Compiling twox-hash v2.1.2 |
| 2888 | 2026-07-31T17:24:42.192Z | Compiling libsw-core v0.3.2 |
| 2889 | 2026-07-31T17:24:42.242Z | Compiling serde_bytes v0.11.19 |
| 2890 | 2026-07-31T17:24:42.423Z | Compiling atty v0.2.14 |
| 2891 | 2026-07-31T17:24:42.549Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2892 | 2026-07-31T17:24:42.584Z | Compiling libsw v3.5.0 |
| 2893 | 2026-07-31T17:24:42.744Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2894 | 2026-07-31T17:24:42.766Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2895 | 2026-07-31T17:24:42.818Z | Compiling tokio-tungstenite v0.23.1 |
| 2896 | 2026-07-31T17:24:43.206Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2897 | 2026-07-31T17:24:43.325Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2898 | 2026-07-31T17:24:43.512Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2899 | 2026-07-31T17:24:43.815Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2900 | 2026-07-31T17:24:44.790Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2901 | 2026-07-31T17:24:44.874Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2902 | 2026-07-31T17:24:44.978Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2903 | 2026-07-31T17:24:45.059Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2904 | 2026-07-31T17:24:45.178Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2905 | 2026-07-31T17:24:45.449Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2906 | 2026-07-31T17:24:45.472Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2907 | 2026-07-31T17:24:47.003Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2908 | 2026-07-31T17:24:47.115Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2909 | 2026-07-31T17:24:47.968Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2910 | 2026-07-31T17:24:48.532Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2911 | 2026-07-31T17:24:50.695Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2912 | 2026-07-31T17:24:52.184Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2913 | 2026-07-31T17:24:52.217Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2914 | 2026-07-31T17:24:52.490Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2915 | 2026-07-31T17:24:53.181Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2916 | 2026-07-31T17:24:53.348Z | Compiling fatfs v0.3.6 |
| 2917 | 2026-07-31T17:24:53.420Z | Compiling signal-hook-tokio v0.3.1 |
| 2918 | 2026-07-31T17:24:53.469Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2919 | 2026-07-31T17:24:53.611Z | Compiling yasna v0.5.2 |
| 2920 | 2026-07-31T17:24:53.635Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2921 | 2026-07-31T17:24:53.750Z | Compiling is_ci v1.2.0 |
| 2922 | 2026-07-31T17:24:53.812Z | Compiling assert_matches v1.5.0 |
| 2923 | 2026-07-31T17:24:53.946Z | Compiling seq-macro v0.3.6 |
| 2924 | 2026-07-31T17:24:53.977Z | Compiling supports-color v3.0.2 |
| 2925 | 2026-07-31T17:24:54.252Z | Compiling rcgen v0.12.1 |
| 2926 | 2026-07-31T17:24:54.437Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2927 | 2026-07-31T17:24:54.574Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2928 | 2026-07-31T17:24:55.370Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2929 | 2026-07-31T17:24:55.729Z | Compiling oxide-update-engine-display v0.1.2 |
| 2930 | 2026-07-31T17:24:56.644Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2931 | 2026-07-31T17:24:57.058Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2932 | 2026-07-31T17:24:57.343Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2933 | 2026-07-31T17:24:58.650Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2934 | 2026-07-31T17:24:58.907Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2935 | 2026-07-31T17:24:59.146Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2936 | 2026-07-31T17:25:00.124Z | Compiling port-file v0.1.0 |
| 2937 | 2026-07-31T17:25:00.467Z | Compiling sha2 v0.11.0 |
| 2938 | 2026-07-31T17:25:00.954Z | Compiling digest-io v0.1.0 |
| 2939 | 2026-07-31T17:25:01.164Z | Compiling rtoolbox v0.0.3 |
| 2940 | 2026-07-31T17:25:01.466Z | Compiling subprocess v0.2.15 |
| 2941 | 2026-07-31T17:25:02.053Z | Compiling rawzip v0.4.4 |
| 2942 | 2026-07-31T17:25:03.232Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2943 | 2026-07-31T17:25:03.697Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2944 | 2026-07-31T17:25:03.766Z | Compiling rpassword v7.5.4 |
| 2945 | 2026-07-31T17:25:04.491Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2946 | 2026-07-31T17:25:06.640Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2947 | 2026-07-31T17:25:06.700Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2948 | 2026-07-31T17:25:06.782Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2949 | 2026-07-31T17:25:07.766Z | Compiling tui-tree-widget v0.23.1 |
| 2950 | 2026-07-31T17:25:08.076Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2951 | 2026-07-31T17:25:08.337Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2952 | 2026-07-31T17:25:08.825Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2953 | 2026-07-31T17:25:08.996Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2954 | 2026-07-31T17:25:09.189Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2955 | 2026-07-31T17:25:09.420Z | Compiling uzers v0.12.2 |
| 2956 | 2026-07-31T17:25:10.898Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2957 | 2026-07-31T17:25:11.514Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2958 | 2026-07-31T17:25:12.093Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2959 | 2026-07-31T17:25:14.500Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2960 | 2026-07-31T17:25:15.319Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2961 | 2026-07-31T17:25:15.898Z | Compiling support-bundle-viewer v0.1.2 |
| 2962 | 2026-07-31T17:25:20.221Z | Compiling multimap v0.10.1 |
| 2963 | 2026-07-31T17:25:23.552Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2964 | 2026-07-31T17:25:31.337Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2965 | 2026-07-31T17:25:38.496Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2966 | 2026-07-31T17:25:40.323Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2967 | 2026-07-31T17:25:41.130Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2968 | 2026-07-31T17:36:22.002Z | Finished `release` profile [optimized] target(s) in 12m 57s |
| 2969 | 2026-07-31T17:36:22.006Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2970 | 2026-07-31T17:36:22.006Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2971 | 2026-07-31T17:37:12.261Z | |
| 2972 | 2026-07-31T17:37:12.261Z | real 13:49.122750292 |
| 2973 | 2026-07-31T17:37:12.261Z | user 1:24:43.685866464 |
| 2974 | 2026-07-31T17:37:12.261Z | sys 3:43.700240968 |
| 2975 | 2026-07-31T17:37:12.262Z | trap 1.813008841 |
| 2976 | 2026-07-31T17:37:12.266Z | tflt 2.185946699 |
| 2977 | 2026-07-31T17:37:12.266Z | dflt 18.373971381 |
| 2978 | 2026-07-31T17:37:12.266Z | kflt 0.031381344 |
| 2979 | 2026-07-31T17:37:12.266Z | lock 10:06:14.675147430 |
| 2980 | 2026-07-31T17:37:12.266Z | slp 2:33:10.673477504 |
| 2981 | 2026-07-31T17:37:12.266Z | lat 2:27.437007656 |
| 2982 | 2026-07-31T17:37:12.266Z | stop 5:32.863339825 |
| 2983 | 2026-07-31T17:37:12.266Z | + mapfile -t packages |
| 2984 | 2026-07-31T17:37:12.266Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2985 | 2026-07-31T17:37:13.233Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 2986 | 2026-07-31T17:37:13.307Z | Running `target/release/omicron-package -t test list-outputs` |
| 2987 | 2026-07-31T17:37:13.368Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2988 | 2026-07-31T17:37:13.371Z | + ptime -m cargo build --locked --release -p xtask |
| 2989 | 2026-07-31T17:37:13.861Z | Compiling libc v0.2.185 |
| 2990 | 2026-07-31T17:37:13.861Z | Compiling serde_core v1.0.228 |
| 2991 | 2026-07-31T17:37:13.861Z | Compiling serde v1.0.228 |
| 2992 | 2026-07-31T17:37:13.864Z | Compiling rustix v1.1.3 |
| 2993 | 2026-07-31T17:37:13.864Z | Compiling bitflags v2.11.0 |
| 2994 | 2026-07-31T17:37:13.986Z | Compiling serde_json v1.0.151 |
| 2995 | 2026-07-31T17:37:14.026Z | Compiling syn v2.0.117 |
| 2996 | 2026-07-31T17:37:14.026Z | Compiling usdt-impl v0.5.0 |
| 2997 | 2026-07-31T17:37:14.029Z | Compiling syn v1.0.109 |
| 2998 | 2026-07-31T17:37:14.060Z | Compiling getrandom v0.4.1 |
| 2999 | 2026-07-31T17:37:14.063Z | Compiling log v0.4.29 |
| 3000 | 2026-07-31T17:37:14.085Z | Compiling indexmap v2.14.0 |
| 3001 | 2026-07-31T17:37:14.099Z | Compiling fs-err v3.3.0 |
| 3002 | 2026-07-31T17:37:14.313Z | Compiling heck v0.4.1 |
| 3003 | 2026-07-31T17:37:14.334Z | Compiling anyhow v1.0.102 |
| 3004 | 2026-07-31T17:37:14.368Z | Compiling once_cell v1.21.3 |
| 3005 | 2026-07-31T17:37:14.721Z | Compiling errno v0.3.14 |
| 3006 | 2026-07-31T17:37:14.724Z | Compiling thread-id v4.2.2 |
| 3007 | 2026-07-31T17:37:14.724Z | Compiling memmap v0.7.0 |
| 3008 | 2026-07-31T17:37:15.502Z | Compiling proc-macro-error v1.0.4 |
| 3009 | 2026-07-31T17:37:15.726Z | Compiling terminal_size v0.4.3 |
| 3010 | 2026-07-31T17:37:15.726Z | Compiling tempfile v3.25.0 |
| 3011 | 2026-07-31T17:37:15.772Z | Compiling tabled_derive v0.7.0 |
| 3012 | 2026-07-31T17:37:15.825Z | Compiling clap_builder v4.6.0 |
| 3013 | 2026-07-31T17:37:15.826Z | Compiling textwrap v0.16.2 |
| 3014 | 2026-07-31T17:37:16.102Z | Compiling camino v1.2.2 |
| 3015 | 2026-07-31T17:37:16.123Z | Compiling cargo-platform v0.3.2 |
| 3016 | 2026-07-31T17:37:16.138Z | Compiling semver v1.0.28 |
| 3017 | 2026-07-31T17:37:16.214Z | Compiling pest_generator v2.8.6 |
| 3018 | 2026-07-31T17:37:16.446Z | Compiling camino-tempfile v1.4.1 |
| 3019 | 2026-07-31T17:37:16.502Z | Compiling tabled v0.15.0 |
| 3020 | 2026-07-31T17:37:16.736Z | Compiling serde_derive v1.0.228 |
| 3021 | 2026-07-31T17:37:16.739Z | Compiling thiserror-impl v1.0.69 |
| 3022 | 2026-07-31T17:37:16.739Z | Compiling zerocopy-derive v0.7.35 |
| 3023 | 2026-07-31T17:37:16.739Z | Compiling scroll_derive v0.12.1 |
| 3024 | 2026-07-31T17:37:16.739Z | Compiling thiserror-impl v2.0.18 |
| 3025 | 2026-07-31T17:37:16.739Z | Compiling clap_derive v4.6.1 |
| 3026 | 2026-07-31T17:37:16.812Z | Compiling pest_derive v2.8.6 |
| 3027 | 2026-07-31T17:37:17.460Z | Compiling scroll v0.12.0 |
| 3028 | 2026-07-31T17:37:17.647Z | Compiling zerocopy v0.7.35 |
| 3029 | 2026-07-31T17:37:17.719Z | Compiling goblin v0.8.2 |
| 3030 | 2026-07-31T17:37:17.876Z | Compiling thiserror v1.0.69 |
| 3031 | 2026-07-31T17:37:17.999Z | Compiling dtrace-parser v0.2.0 |
| 3032 | 2026-07-31T17:37:18.181Z | Compiling thiserror v2.0.18 |
| 3033 | 2026-07-31T17:37:18.238Z | Compiling clap v4.6.1 |
| 3034 | 2026-07-31T17:37:19.988Z | Compiling serde_spanned v0.6.9 |
| 3035 | 2026-07-31T17:37:19.988Z | Compiling toml_datetime v0.6.11 |
| 3036 | 2026-07-31T17:37:19.991Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3037 | 2026-07-31T17:37:19.991Z | Compiling cargo_metadata v0.23.1 |
| 3038 | 2026-07-31T17:37:19.991Z | Compiling macaddr v1.0.1 |
| 3039 | 2026-07-31T17:37:20.178Z | Compiling dof v0.3.0 |
| 3040 | 2026-07-31T17:37:20.238Z | Compiling serde_tokenstream v0.2.3 |
| 3041 | 2026-07-31T17:37:20.375Z | Compiling toml_edit v0.22.27 |
| 3042 | 2026-07-31T17:37:20.894Z | Compiling usdt-macro v0.5.0 |
| 3043 | 2026-07-31T17:37:21.123Z | Compiling usdt-attr-macro v0.5.0 |
| 3044 | 2026-07-31T17:37:21.762Z | Compiling usdt v0.5.0 |
| 3045 | 2026-07-31T17:37:21.892Z | Compiling toml v0.8.23 |
| 3046 | 2026-07-31T17:37:22.326Z | Compiling cargo_toml v0.21.0 |
| 3047 | 2026-07-31T17:37:26.743Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3048 | 2026-07-31T17:37:29.986Z | Finished `release` profile [optimized] target(s) in 16.60s |
| 3049 | 2026-07-31T17:37:30.093Z | |
| 3050 | 2026-07-31T17:37:30.093Z | real 16.686564716 |
| 3051 | 2026-07-31T17:37:30.093Z | user 2:06.161156965 |
| 3052 | 2026-07-31T17:37:30.097Z | sys 13.805649106 |
| 3053 | 2026-07-31T17:37:30.098Z | trap 0.075404754 |
| 3054 | 2026-07-31T17:37:30.098Z | tflt 0.440086105 |
| 3055 | 2026-07-31T17:37:30.098Z | dflt 1.296460489 |
| 3056 | 2026-07-31T17:37:30.098Z | kflt 0.000061548 |
| 3057 | 2026-07-31T17:37:30.098Z | lock 4:52.042521718 |
| 3058 | 2026-07-31T17:37:30.098Z | slp 2:46.585346049 |
| 3059 | 2026-07-31T17:37:30.098Z | lat 4.144843146 |
| 3060 | 2026-07-31T17:37:30.098Z | stop 16.427855113 |
| 3061 | 2026-07-31T17:37:30.098Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3062 | 2026-07-31T17:37:30.098Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3063 | 2026-07-31T17:37:30.098Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3064 | 2026-07-31T17:37:30.098Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3065 | 2026-07-31T17:37:30.098Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3066 | 2026-07-31T17:37:31.046Z | Compiling progenitor-client v0.14.0 |
| 3067 | 2026-07-31T17:37:31.047Z | Compiling newtype-uuid-macros v0.1.0 |
| 3068 | 2026-07-31T17:37:31.047Z | Compiling match_cfg v0.1.0 |
| 3069 | 2026-07-31T17:37:31.047Z | Compiling slog-json v2.6.1 |
| 3070 | 2026-07-31T17:37:31.051Z | Compiling sha1 v0.11.0 |
| 3071 | 2026-07-31T17:37:31.051Z | Compiling multer v3.1.0 |
| 3072 | 2026-07-31T17:37:31.051Z | Compiling debug-ignore v1.0.5 |
| 3073 | 2026-07-31T17:37:31.051Z | Compiling compression-core v0.4.31 |
| 3074 | 2026-07-31T17:37:31.051Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3075 | 2026-07-31T17:37:31.224Z | Compiling async-stream-impl v0.3.6 |
| 3076 | 2026-07-31T17:37:31.228Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3077 | 2026-07-31T17:37:31.228Z | Compiling serde_spanned v1.1.1 |
| 3078 | 2026-07-31T17:37:31.228Z | Compiling dropshot v0.17.1 |
| 3079 | 2026-07-31T17:37:31.228Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3080 | 2026-07-31T17:37:31.245Z | Compiling waitgroup v0.1.2 |
| 3081 | 2026-07-31T17:37:31.246Z | Compiling hostname v0.3.1 |
| 3082 | 2026-07-31T17:37:31.316Z | Compiling compression-codecs v0.4.37 |
| 3083 | 2026-07-31T17:37:31.398Z | Compiling rustls-pemfile v2.2.0 |
| 3084 | 2026-07-31T17:37:31.402Z | Compiling dropshot_endpoint v0.17.1 |
| 3085 | 2026-07-31T17:37:31.550Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3086 | 2026-07-31T17:37:31.553Z | Compiling serde_path_to_error v0.1.20 |
| 3087 | 2026-07-31T17:37:31.652Z | Compiling slog-bunyan v2.5.0 |
| 3088 | 2026-07-31T17:37:31.672Z | Compiling async-compression v0.4.41 |
| 3089 | 2026-07-31T17:37:31.675Z | Compiling hostname v0.4.2 |
| 3090 | 2026-07-31T17:37:31.675Z | Compiling atomicwrites v0.4.4 |
| 3091 | 2026-07-31T17:37:31.675Z | Compiling macaddr v1.0.1 |
| 3092 | 2026-07-31T17:37:31.675Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3093 | 2026-07-31T17:37:31.675Z | Compiling instant v0.1.13 |
| 3094 | 2026-07-31T17:37:31.774Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3095 | 2026-07-31T17:37:31.777Z | Compiling itertools v0.14.0 |
| 3096 | 2026-07-31T17:37:31.826Z | Compiling regress v0.10.5 |
| 3097 | 2026-07-31T17:37:31.841Z | Compiling parse-display-derive v0.10.0 |
| 3098 | 2026-07-31T17:37:31.898Z | Compiling backon v1.6.0 |
| 3099 | 2026-07-31T17:37:31.918Z | Compiling backoff v0.4.0 |
| 3100 | 2026-07-31T17:37:31.921Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3101 | 2026-07-31T17:37:31.953Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3102 | 2026-07-31T17:37:31.971Z | Compiling humantime v2.3.0 |
| 3103 | 2026-07-31T17:37:31.990Z | Compiling regress v0.11.1 |
| 3104 | 2026-07-31T17:37:32.006Z | Compiling async-stream v0.3.6 |
| 3105 | 2026-07-31T17:37:32.026Z | Compiling half v2.7.1 |
| 3106 | 2026-07-31T17:37:32.074Z | Compiling progenitor-extras v0.2.0 |
| 3107 | 2026-07-31T17:37:32.130Z | Compiling ciborium-io v0.2.2 |
| 3108 | 2026-07-31T17:37:32.160Z | Compiling crucible-workspace-hack v0.1.0 |
| 3109 | 2026-07-31T17:37:32.179Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3110 | 2026-07-31T17:37:32.203Z | Compiling convert_case v0.4.0 |
| 3111 | 2026-07-31T17:37:32.235Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3112 | 2026-07-31T17:37:32.256Z | Compiling secrecy v0.10.3 |
| 3113 | 2026-07-31T17:37:32.272Z | Compiling unsafe-libyaml v0.2.11 |
| 3114 | 2026-07-31T17:37:32.341Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3115 | 2026-07-31T17:37:32.358Z | Compiling ciborium-ll v0.2.2 |
| 3116 | 2026-07-31T17:37:32.361Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3117 | 2026-07-31T17:37:32.414Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3118 | 2026-07-31T17:37:32.452Z | Compiling inout v0.1.4 |
| 3119 | 2026-07-31T17:37:32.523Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3120 | 2026-07-31T17:37:32.526Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3121 | 2026-07-31T17:37:32.592Z | Compiling derive_more v0.99.20 |
| 3122 | 2026-07-31T17:37:32.608Z | Compiling ciborium v0.2.2 |
| 3123 | 2026-07-31T17:37:32.629Z | Compiling cipher v0.4.4 |
| 3124 | 2026-07-31T17:37:32.648Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3125 | 2026-07-31T17:37:32.749Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3126 | 2026-07-31T17:37:32.766Z | Compiling universal-hash v0.5.1 |
| 3127 | 2026-07-31T17:37:32.816Z | Compiling serde_yaml v0.9.34+deprecated |
| 3128 | 2026-07-31T17:37:32.897Z | Compiling opaque-debug v0.3.1 |
| 3129 | 2026-07-31T17:37:32.915Z | Compiling chacha20 v0.9.1 |
| 3130 | 2026-07-31T17:37:32.918Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3131 | 2026-07-31T17:37:32.949Z | Compiling blake2 v0.10.6 |
| 3132 | 2026-07-31T17:37:32.989Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3133 | 2026-07-31T17:37:33.052Z | Compiling poly1305 v0.8.0 |
| 3134 | 2026-07-31T17:37:33.087Z | Compiling aead v0.5.2 |
| 3135 | 2026-07-31T17:37:33.210Z | Compiling password-hash v0.5.0 |
| 3136 | 2026-07-31T17:37:33.226Z | Compiling indent_write v2.2.0 |
| 3137 | 2026-07-31T17:37:33.245Z | Compiling itertools v0.15.0 |
| 3138 | 2026-07-31T17:37:33.321Z | Compiling proc-macro-crate v3.4.0 |
| 3139 | 2026-07-31T17:37:33.397Z | Compiling chacha20poly1305 v0.10.1 |
| 3140 | 2026-07-31T17:37:33.534Z | Compiling argon2 v0.5.3 |
| 3141 | 2026-07-31T17:37:33.580Z | Compiling typify-impl v0.6.2 |
| 3142 | 2026-07-31T17:37:33.636Z | Compiling parse-display v0.10.0 |
| 3143 | 2026-07-31T17:37:33.675Z | Compiling heapless v0.8.0 |
| 3144 | 2026-07-31T17:37:33.818Z | Compiling tabwriter v1.4.1 |
| 3145 | 2026-07-31T17:37:33.837Z | Compiling hash32 v0.3.1 |
| 3146 | 2026-07-31T17:37:33.918Z | Compiling thiserror-no-std v2.0.2 |
| 3147 | 2026-07-31T17:37:33.942Z | Compiling num_enum_derive v0.7.6 |
| 3148 | 2026-07-31T17:37:33.995Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3149 | 2026-07-31T17:37:34.014Z | Compiling vsss-rs v3.3.4 |
| 3150 | 2026-07-31T17:37:34.047Z | Compiling num-derive v0.4.2 |
| 3151 | 2026-07-31T17:37:34.085Z | Compiling smoltcp v0.11.0 |
| 3152 | 2026-07-31T17:37:34.226Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3153 | 2026-07-31T17:37:34.330Z | Compiling cobs v0.3.0 |
| 3154 | 2026-07-31T17:37:34.508Z | Compiling colored v3.1.1 |
| 3155 | 2026-07-31T17:37:34.525Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3156 | 2026-07-31T17:37:34.563Z | Compiling postcard v1.1.3 |
| 3157 | 2026-07-31T17:37:34.672Z | Compiling ingot-macros v0.2.0 |
| 3158 | 2026-07-31T17:37:34.791Z | Compiling proc-macro-error v1.0.4 |
| 3159 | 2026-07-31T17:37:34.794Z | Compiling rand v0.10.1 |
| 3160 | 2026-07-31T17:37:34.906Z | Compiling proc-macro-crate v1.3.1 |
| 3161 | 2026-07-31T17:37:34.951Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3162 | 2026-07-31T17:37:35.093Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3163 | 2026-07-31T17:37:35.093Z | Compiling num_enum v0.7.6 |
| 3164 | 2026-07-31T17:37:35.129Z | Compiling foreign-types-macros v0.2.3 |
| 3165 | 2026-07-31T17:37:35.149Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3166 | 2026-07-31T17:37:35.152Z | Compiling rayon-core v1.13.0 |
| 3167 | 2026-07-31T17:37:35.224Z | Compiling foreign-types-shared v0.3.1 |
| 3168 | 2026-07-31T17:37:35.309Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3169 | 2026-07-31T17:37:35.350Z | Compiling crossbeam-deque v0.8.6 |
| 3170 | 2026-07-31T17:37:35.365Z | Compiling num_enum_derive v0.5.11 |
| 3171 | 2026-07-31T17:37:35.385Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3172 | 2026-07-31T17:37:35.417Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3173 | 2026-07-31T17:37:35.450Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3174 | 2026-07-31T17:37:35.470Z | Compiling cstr-argument v0.1.2 |
| 3175 | 2026-07-31T17:37:35.499Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3176 | 2026-07-31T17:37:35.647Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3177 | 2026-07-31T17:37:35.656Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3178 | 2026-07-31T17:37:35.694Z | Compiling cpubits v0.1.1 |
| 3179 | 2026-07-31T17:37:35.745Z | Compiling zone_cfg_derive v0.3.1 |
| 3180 | 2026-07-31T17:37:35.790Z | Compiling foreign-types v0.5.0 |
| 3181 | 2026-07-31T17:37:35.813Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3182 | 2026-07-31T17:37:35.867Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3183 | 2026-07-31T17:37:35.883Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3184 | 2026-07-31T17:37:35.908Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3185 | 2026-07-31T17:37:35.961Z | Compiling itertools v0.12.1 |
| 3186 | 2026-07-31T17:37:35.986Z | Compiling rayon v1.11.0 |
| 3187 | 2026-07-31T17:37:36.018Z | Compiling sigpipe v0.1.3 |
| 3188 | 2026-07-31T17:37:36.037Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3189 | 2026-07-31T17:37:36.043Z | Compiling glob v0.3.3 |
| 3190 | 2026-07-31T17:37:36.158Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3191 | 2026-07-31T17:37:36.169Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3192 | 2026-07-31T17:37:36.273Z | Compiling smf v0.2.3 |
| 3193 | 2026-07-31T17:37:36.303Z | Compiling whoami v1.6.1 |
| 3194 | 2026-07-31T17:37:36.421Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3195 | 2026-07-31T17:37:36.460Z | Compiling usdt-attr-macro v0.5.0 |
| 3196 | 2026-07-31T17:37:36.477Z | Compiling usdt-macro v0.5.0 |
| 3197 | 2026-07-31T17:37:36.534Z | Compiling num_enum v0.5.11 |
| 3198 | 2026-07-31T17:37:36.534Z | Compiling gethostname v0.5.0 |
| 3199 | 2026-07-31T17:37:36.601Z | Compiling num-rational v0.4.2 |
| 3200 | 2026-07-31T17:37:36.614Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3201 | 2026-07-31T17:37:36.637Z | Compiling pem-rfc7468 v1.0.0 |
| 3202 | 2026-07-31T17:37:36.664Z | Compiling num-complex v0.4.6 |
| 3203 | 2026-07-31T17:37:36.671Z | Compiling derive-where v1.6.0 |
| 3204 | 2026-07-31T17:37:36.970Z | Compiling memmap v0.7.0 |
| 3205 | 2026-07-31T17:37:36.978Z | Compiling float-ord v0.3.2 |
| 3206 | 2026-07-31T17:37:37.080Z | Compiling num v0.4.3 |
| 3207 | 2026-07-31T17:37:37.127Z | Compiling zone v0.3.1 |
| 3208 | 2026-07-31T17:37:37.139Z | Compiling toml v0.8.23 |
| 3209 | 2026-07-31T17:37:37.179Z | Compiling hmac v0.13.0 |
| 3210 | 2026-07-31T17:37:37.194Z | Compiling universal-hash v0.6.1 |
| 3211 | 2026-07-31T17:37:37.224Z | Compiling resolv-conf v0.7.6 |
| 3212 | 2026-07-31T17:37:37.245Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3213 | 2026-07-31T17:37:37.307Z | Compiling cancel-safe-futures v0.1.5 |
| 3214 | 2026-07-31T17:37:37.333Z | Compiling usdt v0.5.0 |
| 3215 | 2026-07-31T17:37:37.363Z | Compiling polyval v0.7.1 |
| 3216 | 2026-07-31T17:37:37.400Z | Compiling der v0.8.0 |
| 3217 | 2026-07-31T17:37:37.454Z | Compiling prettyplease v0.2.37 |
| 3218 | 2026-07-31T17:37:37.592Z | Compiling ghash v0.6.0 |
| 3219 | 2026-07-31T17:37:37.606Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3220 | 2026-07-31T17:37:37.654Z | Compiling ingot-types v0.2.0 |
| 3221 | 2026-07-31T17:37:37.669Z | Compiling pbkdf2 v0.13.0 |
| 3222 | 2026-07-31T17:37:37.710Z | Compiling crypto-bigint v0.7.5 |
| 3223 | 2026-07-31T17:37:37.719Z | Compiling aes v0.9.1 |
| 3224 | 2026-07-31T17:37:37.754Z | Compiling console v0.15.11 |
| 3225 | 2026-07-31T17:37:37.787Z | Compiling hickory-proto v0.24.4 |
| 3226 | 2026-07-31T17:37:37.807Z | Compiling newline-converter v0.3.0 |
| 3227 | 2026-07-31T17:37:37.821Z | Compiling ctr v0.10.1 |
| 3228 | 2026-07-31T17:37:37.849Z | Compiling aead v0.6.1 |
| 3229 | 2026-07-31T17:37:37.948Z | Compiling sha2 v0.11.0 |
| 3230 | 2026-07-31T17:37:37.967Z | Compiling libefi-sys v0.1.0 |
| 3231 | 2026-07-31T17:37:38.041Z | Compiling oxide-update-engine-types v0.1.2 |
| 3232 | 2026-07-31T17:37:38.055Z | Compiling ingot v0.2.1 |
| 3233 | 2026-07-31T17:37:38.061Z | Compiling linear-map v1.2.0 |
| 3234 | 2026-07-31T17:37:38.106Z | Compiling linked-hash-map v0.5.6 |
| 3235 | 2026-07-31T17:37:38.214Z | Compiling aes-gcm v0.11.0 |
| 3236 | 2026-07-31T17:37:38.233Z | Compiling expectorate v1.2.0 |
| 3237 | 2026-07-31T17:37:38.257Z | Compiling typify-macro v0.6.2 |
| 3238 | 2026-07-31T17:37:38.278Z | Compiling lru-cache v0.1.2 |
| 3239 | 2026-07-31T17:37:38.329Z | Compiling spki v0.8.0 |
| 3240 | 2026-07-31T17:37:38.438Z | Compiling salsa20 v0.11.0 |
| 3241 | 2026-07-31T17:37:38.451Z | Compiling bitfield-struct v0.6.2 |
| 3242 | 2026-07-31T17:37:38.467Z | Compiling nom v8.0.0 |
| 3243 | 2026-07-31T17:37:38.590Z | Compiling semver v0.1.20 |
| 3244 | 2026-07-31T17:37:38.683Z | Compiling scrypt v0.12.0 |
| 3245 | 2026-07-31T17:37:38.884Z | Compiling rustc_version v0.1.7 |
| 3246 | 2026-07-31T17:37:38.900Z | Compiling tokio-dtrace v0.1.1 |
| 3247 | 2026-07-31T17:37:38.966Z | Compiling cbc v0.2.1 |
| 3248 | 2026-07-31T17:37:39.039Z | Compiling slog-dtrace v0.3.0 |
| 3249 | 2026-07-31T17:37:39.092Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3250 | 2026-07-31T17:37:39.146Z | Compiling oxide-update-engine v0.1.2 |
| 3251 | 2026-07-31T17:37:39.165Z | Compiling minimal-lexical v0.2.1 |
| 3252 | 2026-07-31T17:37:39.199Z | Compiling newtype_derive v0.1.6 |
| 3253 | 2026-07-31T17:37:39.218Z | Compiling pkcs5 v0.8.1 |
| 3254 | 2026-07-31T17:37:39.238Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3255 | 2026-07-31T17:37:39.334Z | Compiling oxide-tokio-rt v0.1.4 |
| 3256 | 2026-07-31T17:37:39.362Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3257 | 2026-07-31T17:37:39.430Z | Compiling nom v7.1.3 |
| 3258 | 2026-07-31T17:37:39.457Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3259 | 2026-07-31T17:37:39.576Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3260 | 2026-07-31T17:37:39.594Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3261 | 2026-07-31T17:37:39.606Z | Compiling phf_shared v0.12.1 |
| 3262 | 2026-07-31T17:37:39.669Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3263 | 2026-07-31T17:37:39.688Z | Compiling csv-core v0.1.13 |
| 3264 | 2026-07-31T17:37:39.791Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3265 | 2026-07-31T17:37:39.807Z | Compiling xshell-macros v0.2.7 |
| 3266 | 2026-07-31T17:37:39.833Z | Compiling chrono-tz v0.10.4 |
| 3267 | 2026-07-31T17:37:39.891Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3268 | 2026-07-31T17:37:39.982Z | Compiling hickory-resolver v0.24.4 |
| 3269 | 2026-07-31T17:37:40.000Z | Compiling unicode-xid v0.2.6 |
| 3270 | 2026-07-31T17:37:40.035Z | Compiling highway v1.3.0 |
| 3271 | 2026-07-31T17:37:40.069Z | Compiling csv v1.4.0 |
| 3272 | 2026-07-31T17:37:40.094Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3273 | 2026-07-31T17:37:40.162Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3274 | 2026-07-31T17:37:40.182Z | Compiling typify v0.6.2 |
| 3275 | 2026-07-31T17:37:40.201Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3276 | 2026-07-31T17:37:40.238Z | Compiling xshell v0.2.7 |
| 3277 | 2026-07-31T17:37:40.328Z | Compiling progenitor-impl v0.14.0 |
| 3278 | 2026-07-31T17:37:40.443Z | Compiling const_format_proc_macros v0.2.34 |
| 3279 | 2026-07-31T17:37:40.676Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3280 | 2026-07-31T17:37:40.887Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3281 | 2026-07-31T17:37:40.927Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3282 | 2026-07-31T17:37:41.081Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3283 | 2026-07-31T17:37:41.142Z | Compiling qorb v0.4.1 |
| 3284 | 2026-07-31T17:37:41.263Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3285 | 2026-07-31T17:37:41.349Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3286 | 2026-07-31T17:37:41.366Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3287 | 2026-07-31T17:37:41.462Z | Compiling phf v0.12.1 |
| 3288 | 2026-07-31T17:37:41.629Z | Compiling pkcs8 v0.11.0 |
| 3289 | 2026-07-31T17:37:41.763Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3290 | 2026-07-31T17:37:41.869Z | Compiling ff v0.14.0 |
| 3291 | 2026-07-31T17:37:41.925Z | Compiling owo-colors v4.3.0 |
| 3292 | 2026-07-31T17:37:42.083Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3293 | 2026-07-31T17:37:42.180Z | Compiling const_format v0.2.35 |
| 3294 | 2026-07-31T17:37:42.204Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3295 | 2026-07-31T17:37:42.297Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3296 | 2026-07-31T17:37:42.380Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3297 | 2026-07-31T17:37:42.414Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3298 | 2026-07-31T17:37:42.454Z | Compiling tabled_derive v0.7.0 |
| 3299 | 2026-07-31T17:37:42.529Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3300 | 2026-07-31T17:37:42.684Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3301 | 2026-07-31T17:37:42.990Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3302 | 2026-07-31T17:37:43.050Z | Compiling progenitor-macro v0.14.0 |
| 3303 | 2026-07-31T17:37:43.068Z | Compiling bcs v0.1.6 |
| 3304 | 2026-07-31T17:37:43.204Z | Compiling termtree v0.5.1 |
| 3305 | 2026-07-31T17:37:43.223Z | Compiling salty v0.3.0 |
| 3306 | 2026-07-31T17:37:43.351Z | Compiling tagptr v0.2.0 |
| 3307 | 2026-07-31T17:37:43.394Z | Compiling textwrap v0.16.2 |
| 3308 | 2026-07-31T17:37:43.430Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3309 | 2026-07-31T17:37:43.502Z | Compiling tabled v0.15.0 |
| 3310 | 2026-07-31T17:37:43.536Z | Compiling moka v0.12.13 |
| 3311 | 2026-07-31T17:37:43.539Z | Compiling steno v0.4.1 |
| 3312 | 2026-07-31T17:37:43.589Z | Compiling group v0.14.0 |
| 3313 | 2026-07-31T17:37:43.683Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3314 | 2026-07-31T17:37:43.862Z | Compiling sha1 v0.10.6 |
| 3315 | 2026-07-31T17:37:43.879Z | Compiling signature v3.0.0 |
| 3316 | 2026-07-31T17:37:43.898Z | Compiling base16ct v1.0.0 |
| 3317 | 2026-07-31T17:37:43.937Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3318 | 2026-07-31T17:37:44.098Z | Compiling sec1 v0.8.1 |
| 3319 | 2026-07-31T17:37:44.120Z | Compiling hkdf v0.13.0 |
| 3320 | 2026-07-31T17:37:44.123Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3321 | 2026-07-31T17:37:44.238Z | Compiling rfc6979 v0.4.0 |
| 3322 | 2026-07-31T17:37:44.342Z | Compiling hickory-resolver v0.25.2 |
| 3323 | 2026-07-31T17:37:44.391Z | Compiling ecdsa v0.16.9 |
| 3324 | 2026-07-31T17:37:44.409Z | Compiling elliptic-curve v0.14.1 |
| 3325 | 2026-07-31T17:37:44.428Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3326 | 2026-07-31T17:37:44.448Z | Compiling primeorder v0.13.6 |
| 3327 | 2026-07-31T17:37:44.448Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3328 | 2026-07-31T17:37:44.749Z | Compiling parking_lot_core v0.8.6 |
| 3329 | 2026-07-31T17:37:44.797Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3330 | 2026-07-31T17:37:44.830Z | Compiling utf-8 v0.7.6 |
| 3331 | 2026-07-31T17:37:44.981Z | Compiling proc-macro-error2 v2.0.1 |
| 3332 | 2026-07-31T17:37:45.050Z | Compiling tungstenite v0.21.0 |
| 3333 | 2026-07-31T17:37:45.113Z | Compiling p384 v0.13.1 |
| 3334 | 2026-07-31T17:37:45.129Z | Compiling wnaf v0.14.0 |
| 3335 | 2026-07-31T17:37:45.147Z | Compiling primefield v0.14.0 |
| 3336 | 2026-07-31T17:37:45.339Z | Compiling rfc6979 v0.6.0 |
| 3337 | 2026-07-31T17:37:45.361Z | Compiling git-stub v1.0.0 |
| 3338 | 2026-07-31T17:37:45.422Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3339 | 2026-07-31T17:37:45.527Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3340 | 2026-07-31T17:37:45.661Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3341 | 2026-07-31T17:37:45.714Z | Compiling tokio-tungstenite v0.21.0 |
| 3342 | 2026-07-31T17:37:45.775Z | Compiling git-stub-vcs v0.1.0 |
| 3343 | 2026-07-31T17:37:45.890Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3344 | 2026-07-31T17:37:45.961Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3345 | 2026-07-31T17:37:45.995Z | Compiling ecdsa v0.17.0 |
| 3346 | 2026-07-31T17:37:46.031Z | Compiling primeorder v0.14.0 |
| 3347 | 2026-07-31T17:37:46.050Z | Compiling tabled_derive v0.11.0 |
| 3348 | 2026-07-31T17:37:46.199Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3349 | 2026-07-31T17:37:46.216Z | Compiling progenitor-impl v0.13.0 |
| 3350 | 2026-07-31T17:37:46.335Z | Compiling papergrid v0.17.0 |
| 3351 | 2026-07-31T17:37:46.405Z | Compiling libscf-sys v1.2.0 |
| 3352 | 2026-07-31T17:37:46.422Z | Compiling testing_table v0.3.0 |
| 3353 | 2026-07-31T17:37:46.425Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3354 | 2026-07-31T17:37:46.459Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3355 | 2026-07-31T17:37:46.497Z | Compiling curve25519-dalek v5.0.0 |
| 3356 | 2026-07-31T17:37:46.583Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3357 | 2026-07-31T17:37:46.627Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3358 | 2026-07-31T17:37:46.645Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3359 | 2026-07-31T17:37:46.777Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3360 | 2026-07-31T17:37:46.811Z | Compiling corncobs v0.1.4 |
| 3361 | 2026-07-31T17:37:46.832Z | Compiling unicase v2.9.0 |
| 3362 | 2026-07-31T17:37:46.981Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3363 | 2026-07-31T17:37:47.000Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3364 | 2026-07-31T17:37:47.038Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3365 | 2026-07-31T17:37:47.042Z | Compiling parking_lot v0.11.2 |
| 3366 | 2026-07-31T17:37:47.076Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3367 | 2026-07-31T17:37:47.076Z | Compiling mime_guess v2.0.5 |
| 3368 | 2026-07-31T17:37:47.281Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3369 | 2026-07-31T17:37:47.370Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3370 | 2026-07-31T17:37:47.421Z | Compiling tabled v0.20.0 |
| 3371 | 2026-07-31T17:37:47.439Z | Compiling ssh-encoding v0.3.0 |
| 3372 | 2026-07-31T17:37:47.484Z | Compiling progenitor-client v0.13.0 |
| 3373 | 2026-07-31T17:37:47.501Z | Compiling prefix-trie v0.7.0 |
| 3374 | 2026-07-31T17:37:47.600Z | Compiling fxhash v0.2.1 |
| 3375 | 2026-07-31T17:37:47.705Z | Compiling secrecy v0.8.0 |
| 3376 | 2026-07-31T17:37:47.775Z | Compiling keccak v0.2.0 |
| 3377 | 2026-07-31T17:37:47.813Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3378 | 2026-07-31T17:37:47.880Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3379 | 2026-07-31T17:37:47.897Z | Compiling hickory-server v0.25.2 |
| 3380 | 2026-07-31T17:37:47.932Z | Compiling sled v0.34.7 |
| 3381 | 2026-07-31T17:37:48.037Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3382 | 2026-07-31T17:37:48.112Z | Compiling ed25519 v3.0.0 |
| 3383 | 2026-07-31T17:37:48.255Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3384 | 2026-07-31T17:37:48.359Z | Compiling progenitor v0.14.0 |
| 3385 | 2026-07-31T17:37:48.491Z | Compiling crypto-primes v0.7.2 |
| 3386 | 2026-07-31T17:37:48.557Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3387 | 2026-07-31T17:37:48.706Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3388 | 2026-07-31T17:37:48.912Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3389 | 2026-07-31T17:37:48.959Z | Compiling progenitor-macro v0.13.0 |
| 3390 | 2026-07-31T17:37:48.994Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3391 | 2026-07-31T17:37:49.122Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3392 | 2026-07-31T17:37:49.331Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3393 | 2026-07-31T17:37:49.437Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3394 | 2026-07-31T17:37:49.616Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3395 | 2026-07-31T17:37:49.739Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3396 | 2026-07-31T17:37:49.846Z | Compiling poly1305 v0.9.0 |
| 3397 | 2026-07-31T17:37:49.968Z | Compiling blowfish v0.10.0 |
| 3398 | 2026-07-31T17:37:50.056Z | Compiling blake2 v0.11.0-rc.6 |
| 3399 | 2026-07-31T17:37:50.205Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3400 | 2026-07-31T17:37:50.230Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3401 | 2026-07-31T17:37:50.259Z | Compiling half v1.8.3 |
| 3402 | 2026-07-31T17:37:50.327Z | Compiling http-range v0.1.5 |
| 3403 | 2026-07-31T17:37:50.551Z | Compiling crc8 v0.1.1 |
| 3404 | 2026-07-31T17:37:50.568Z | Compiling serde_cbor v0.11.2 |
| 3405 | 2026-07-31T17:37:50.648Z | Compiling argon2 v0.6.0-rc.8 |
| 3406 | 2026-07-31T17:37:50.700Z | Compiling ssh-cipher v0.3.0 |
| 3407 | 2026-07-31T17:37:50.717Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3408 | 2026-07-31T17:37:51.063Z | Compiling rsa v0.10.0-rc.18 |
| 3409 | 2026-07-31T17:37:51.324Z | Compiling ed25519-dalek v3.0.0 |
| 3410 | 2026-07-31T17:37:51.472Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3411 | 2026-07-31T17:37:51.492Z | Compiling illumos-nvpair v0.3.0 |
| 3412 | 2026-07-31T17:37:51.766Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3413 | 2026-07-31T17:37:51.787Z | Compiling sha3 v0.11.0 |
| 3414 | 2026-07-31T17:37:51.790Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3415 | 2026-07-31T17:37:51.822Z | Compiling p384 v0.14.0 |
| 3416 | 2026-07-31T17:37:51.875Z | Compiling p256 v0.14.0 |
| 3417 | 2026-07-31T17:37:51.981Z | Compiling p521 v0.14.0 |
| 3418 | 2026-07-31T17:37:52.041Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3419 | 2026-07-31T17:37:52.187Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3420 | 2026-07-31T17:37:52.269Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3421 | 2026-07-31T17:37:52.411Z | Compiling yasna v0.5.2 |
| 3422 | 2026-07-31T17:37:52.607Z | Compiling kstat-rs v0.2.4 |
| 3423 | 2026-07-31T17:37:52.627Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3424 | 2026-07-31T17:37:52.932Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3425 | 2026-07-31T17:37:53.016Z | Compiling headers-core v0.3.0 |
| 3426 | 2026-07-31T17:37:53.035Z | Compiling kem v0.3.0 |
| 3427 | 2026-07-31T17:37:53.067Z | Compiling module-lattice v0.2.3 |
| 3428 | 2026-07-31T17:37:53.113Z | Compiling nanorand v0.7.0 |
| 3429 | 2026-07-31T17:37:53.179Z | Compiling sponge-cursor v0.1.0 |
| 3430 | 2026-07-31T17:37:53.199Z | Compiling headers v0.4.1 |
| 3431 | 2026-07-31T17:37:53.349Z | Compiling flume v0.11.1 |
| 3432 | 2026-07-31T17:37:53.352Z | Compiling sha3 v0.12.0 |
| 3433 | 2026-07-31T17:37:53.386Z | Compiling ml-kem v0.3.2 |
| 3434 | 2026-07-31T17:37:53.433Z | Compiling rcgen v0.12.1 |
| 3435 | 2026-07-31T17:37:53.738Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3436 | 2026-07-31T17:37:53.758Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3437 | 2026-07-31T17:37:53.964Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3438 | 2026-07-31T17:37:54.008Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3439 | 2026-07-31T17:37:54.043Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3440 | 2026-07-31T17:37:54.146Z | Compiling progenitor v0.13.0 |
| 3441 | 2026-07-31T17:37:54.256Z | Compiling hyper-staticfile v0.10.1 |
| 3442 | 2026-07-31T17:37:54.278Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3443 | 2026-07-31T17:37:54.350Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3444 | 2026-07-31T17:37:54.392Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3445 | 2026-07-31T17:37:54.395Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3446 | 2026-07-31T17:37:54.427Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3447 | 2026-07-31T17:37:54.447Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3448 | 2026-07-31T17:37:54.617Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3449 | 2026-07-31T17:37:54.820Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3450 | 2026-07-31T17:37:54.839Z | Compiling russh-cryptovec v0.62.0 |
| 3451 | 2026-07-31T17:37:54.940Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3452 | 2026-07-31T17:37:54.960Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3453 | 2026-07-31T17:37:55.030Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3454 | 2026-07-31T17:37:55.050Z | Compiling port-file v0.1.0 |
| 3455 | 2026-07-31T17:37:55.096Z | Compiling num-bigint v0.4.6 |
| 3456 | 2026-07-31T17:37:55.114Z | Compiling ssh-key v0.7.0-rc.11 |
| 3457 | 2026-07-31T17:37:55.177Z | Compiling generic-array v1.4.3 |
| 3458 | 2026-07-31T17:37:55.231Z | Compiling russh-util v0.52.0 |
| 3459 | 2026-07-31T17:37:55.317Z | Compiling enum_dispatch v0.3.13 |
| 3460 | 2026-07-31T17:37:55.391Z | Compiling delegate v0.13.5 |
| 3461 | 2026-07-31T17:37:55.419Z | Compiling subprocess v0.2.15 |
| 3462 | 2026-07-31T17:37:55.479Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3463 | 2026-07-31T17:37:55.693Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3464 | 2026-07-31T17:37:55.727Z | Compiling md5 v0.8.0 |
| 3465 | 2026-07-31T17:37:55.885Z | Compiling hex-literal v1.1.0 |
| 3466 | 2026-07-31T17:37:55.925Z | Compiling display-error-chain v0.2.2 |
| 3467 | 2026-07-31T17:37:56.043Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3468 | 2026-07-31T17:37:56.066Z | Compiling colored v2.2.0 |
| 3469 | 2026-07-31T17:37:56.100Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3470 | 2026-07-31T17:37:56.166Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3471 | 2026-07-31T17:37:56.212Z | Compiling socket2 v0.5.10 |
| 3472 | 2026-07-31T17:37:56.359Z | Compiling internet-checksum v0.2.1 |
| 3473 | 2026-07-31T17:37:56.381Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3474 | 2026-07-31T17:37:56.533Z | Compiling russh v0.62.4 |
| 3475 | 2026-07-31T17:37:57.443Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3476 | 2026-07-31T17:37:57.444Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3477 | 2026-07-31T17:38:00.074Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3478 | 2026-07-31T17:38:00.784Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3479 | 2026-07-31T17:38:01.107Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3480 | 2026-07-31T17:38:01.326Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3481 | 2026-07-31T17:38:03.162Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3482 | 2026-07-31T17:38:11.659Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3483 | 2026-07-31T17:38:11.659Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3484 | 2026-07-31T17:38:11.663Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3485 | 2026-07-31T17:38:11.663Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3486 | 2026-07-31T17:38:13.460Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3487 | 2026-07-31T17:38:13.523Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3488 | 2026-07-31T17:38:17.559Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3489 | 2026-07-31T17:38:59.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3490 | 2026-07-31T17:38:59.099Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3491 | 2026-07-31T17:38:59.099Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3492 | 2026-07-31T17:38:59.325Z | |
| 3493 | 2026-07-31T17:38:59.325Z | real 1:29.164193482 |
| 3494 | 2026-07-31T17:38:59.325Z | user 8:12.474519795 |
| 3495 | 2026-07-31T17:38:59.325Z | sys 1:41.423784543 |
| 3496 | 2026-07-31T17:38:59.325Z | trap 0.232377702 |
| 3497 | 2026-07-31T17:38:59.325Z | tflt 0.373563298 |
| 3498 | 2026-07-31T17:38:59.329Z | dflt 1.829943545 |
| 3499 | 2026-07-31T17:38:59.329Z | kflt 0.000309888 |
| 3500 | 2026-07-31T17:38:59.329Z | lock 30:36.205426761 |
| 3501 | 2026-07-31T17:38:59.329Z | slp 18:43.667909172 |
| 3502 | 2026-07-31T17:38:59.329Z | lat 38.802698703 |
| 3503 | 2026-07-31T17:38:59.329Z | stop 2:56.782165713 |
| 3504 | 2026-07-31T17:38:59.329Z | + mkdir tests |
| 3505 | 2026-07-31T17:38:59.329Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3506 | 2026-07-31T17:38:59.333Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3507 | 2026-07-31T17:38:59.352Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-55981d7553a2587b tests/ |
| 3508 | 2026-07-31T17:38:59.375Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dc22ebe68f9c40c9 tests/ |
| 3509 | 2026-07-31T17:38:59.398Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4ac073f0762b45fc tests/ |
| 3510 | 2026-07-31T17:38:59.420Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe6e686f333ce667 tests/ |
| 3511 | 2026-07-31T17:38:59.719Z | + 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) |
| 3512 | 2026-07-31T17:38:59.723Z | + 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-4ac073f0762b45fc tests/commtest-dc22ebe68f9c40c9 tests/dhcp_server-55981d7553a2587b tests/end_to_end_tests-fe6e686f333ce667 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 |
| 3513 | 2026-07-31T17:40:26.938Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3514 | 2026-07-31T17:40:26.938Z | a .github/buildomat/ci-env.sh 1K |
| 3515 | 2026-07-31T17:40:26.938Z | a out/target/test 1K |
| 3516 | 2026-07-31T17:40:26.938Z | a out/npuzone/npuzone 27402K |
| 3517 | 2026-07-31T17:40:26.938Z | a package-manifest.toml 35K |
| 3518 | 2026-07-31T17:40:26.938Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3519 | 2026-07-31T17:40:26.939Z | a target/release/omicron-package 44066K |
| 3520 | 2026-07-31T17:40:26.939Z | a target/release/xtask 11722K |
| 3521 | 2026-07-31T17:40:26.939Z | a target/debug/bootstrap 432354K |
| 3522 | 2026-07-31T17:40:26.939Z | a tests/bootstrap-4ac073f0762b45fc 34516K |
| 3523 | 2026-07-31T17:40:26.939Z | a tests/commtest-dc22ebe68f9c40c9 34517K |
| 3524 | 2026-07-31T17:40:26.939Z | a tests/dhcp_server-55981d7553a2587b 34516K |
| 3525 | 2026-07-31T17:40:26.939Z | a tests/end_to_end_tests-fe6e686f333ce667 495204K |
| 3526 | 2026-07-31T17:40:26.939Z | a tools/opte_version 1K |
| 3527 | 2026-07-31T17:40:26.939Z | a tools/opte_version_override 2K |
| 3528 | 2026-07-31T17:40:26.939Z | a out/clickhouse.tar.gz 315943K |
| 3529 | 2026-07-31T17:40:26.939Z | a out/clickhouse_keeper.tar.gz 302152K |
| 3530 | 2026-07-31T17:40:26.939Z | a out/clickhouse_server.tar.gz 315941K |
| 3531 | 2026-07-31T17:40:26.939Z | a out/cockroachdb.tar.gz 162913K |
| 3532 | 2026-07-31T17:40:26.939Z | a out/crucible-pantry-zone.tar.gz 39081K |
| 3533 | 2026-07-31T17:40:26.939Z | a out/crucible-utils.tar 18900K |
| 3534 | 2026-07-31T17:40:26.939Z | a out/crucible-zone.tar.gz 53894K |
| 3535 | 2026-07-31T17:40:26.939Z | a out/external-dns.tar.gz 47158K |
| 3536 | 2026-07-31T17:40:26.939Z | a out/internal-dns.tar.gz 47158K |
| 3537 | 2026-07-31T17:40:26.939Z | a out/mg-ddm-gz.tar 100917K |
| 3538 | 2026-07-31T17:40:26.939Z | a out/nexus.tar.gz 353422K |
| 3539 | 2026-07-31T17:40:26.939Z | a out/ntp.tar.gz 30340K |
| 3540 | 2026-07-31T17:40:26.939Z | a out/omicron-gateway-softnpu.tar.gz 29895K |
| 3541 | 2026-07-31T17:40:26.939Z | a out/omicron-sled-agent.tar 224475K |
| 3542 | 2026-07-31T17:40:26.939Z | a out/overlay.tar.gz 4K |
| 3543 | 2026-07-31T17:40:26.939Z | a out/oximeter.tar.gz 65145K |
| 3544 | 2026-07-31T17:40:26.939Z | a out/oxlog.tar 4066K |
| 3545 | 2026-07-31T17:40:26.939Z | a out/probe.tar.gz 3037K |
| 3546 | 2026-07-31T17:40:26.939Z | a out/propolis-server.tar.gz 34642K |
| 3547 | 2026-07-31T17:40:26.939Z | a out/pumpkind-gz.tar 26647K |
| 3548 | 2026-07-31T17:40:26.939Z | a out/switch-softnpu.tar.gz 496816K |
| 3549 | 2026-07-31T17:40:26.944Z | |
| 3550 | 2026-07-31T17:40:26.944Z | real 1:27.217251646 |
| 3551 | 2026-07-31T17:40:26.944Z | user 1:24.267983683 |
| 3552 | 2026-07-31T17:40:26.944Z | sys 4.896449011 |
| 3553 | 2026-07-31T17:40:26.944Z | trap 0.006166368 |
| 3554 | 2026-07-31T17:40:26.944Z | tflt 0.000000000 |
| 3555 | 2026-07-31T17:40:26.944Z | dflt 0.000000000 |
| 3556 | 2026-07-31T17:40:26.944Z | kflt 0.000000000 |
| 3557 | 2026-07-31T17:40:26.944Z | lock 0.000000000 |
| 3558 | 2026-07-31T17:40:26.944Z | slp 1:24.132859393 |
| 3559 | 2026-07-31T17:40:26.944Z | lat 1.126301187 |
| 3560 | 2026-07-31T17:40:26.944Z | stop 0.000213238 |
| 3561 | 2026-07-31T17:40:26.944Z | process exited: duration 1241298 ms, exit code 0 |
| |
| 3562 | 2026-07-31T17:40:26.958Z | found 1 output files |
| 3563 | 2026-07-31T17:40:26.965Z | uploading: /work/package.tar.gz (2681568308 bytes) |
| 3564 | 2026-07-31T17:40:58.115Z | uploaded: /work/package.tar.gz |