|
|
|
| 1 | 2026-08-12T20:41:36.426Z | job assigned to worker 01KZVV9PR1TVDRZQP3NTWQHV8A [factory aws, i-0abeeed6f7d1879c6] (queued for 48 s) |
| |
| 2 | 2026-08-12T20:41:43.480Z | starting task 0: "setup" |
| 3 | 2026-08-12T20:41:43.484Z | ++ uname -s |
| 4 | 2026-08-12T20:41:43.487Z | + kern=SunOS |
| 5 | 2026-08-12T20:41:43.487Z | + build_user=build |
| 6 | 2026-08-12T20:41:43.487Z | + build_uid=12345 |
| 7 | 2026-08-12T20:41:43.487Z | + work_dir=/work |
| 8 | 2026-08-12T20:41:43.487Z | + input_dir=/input |
| 9 | 2026-08-12T20:41:43.487Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-12T20:41:43.487Z | + case "$kern" in |
| 11 | 2026-08-12T20:41:43.487Z | + groupadd -g 12345 build |
| 12 | 2026-08-12T20:41:43.501Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-12T20:41:45.508Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-12T20:41:45.634Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-12T20:41:45.637Z | + home_fs=zfs |
| 16 | 2026-08-12T20:41:45.637Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-12T20:41:45.637Z | + mkdir -p /home/build |
| 18 | 2026-08-12T20:41:45.637Z | + chown build:build /home/build /work |
| 19 | 2026-08-12T20:41:47.640Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-12T20:41:47.644Z | process exited: duration 4167 ms, exit code 0 |
| |
| 21 | 2026-08-12T20:41:47.649Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-12T20:41:47.657Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-12T20:41:47.657Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-12T20:41:47.658Z | * rust toolchain profile = "default" |
| 25 | 2026-08-12T20:41:47.658Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-12T20:41:47.658Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-12T20:41:47.658Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-12T20:41:47.661Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-12T20:41:47.661Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-12T20:41:47.771Z | info: downloading installer |
| 31 | 2026-08-12T20:41:49.424Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-12T20:41:49.424Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-12T20:41:49.424Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-12T20:41:49.424Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-12T20:41:49.436Z | info: profile set to default |
| 36 | 2026-08-12T20:41:49.436Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-12T20:41:49.439Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-12T20:41:49.590Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-12T20:41:49.593Z | info: downloading 6 components |
| 40 | 2026-08-12T20:42:06.357Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-12T20:42:06.357Z | |
| 42 | 2026-08-12T20:42:06.385Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-12T20:42:06.385Z | |
| 44 | 2026-08-12T20:42:06.385Z | |
| 45 | 2026-08-12T20:42:06.385Z | Rust is installed now. Great! |
| 46 | 2026-08-12T20:42:06.385Z | |
| 47 | 2026-08-12T20:42:06.385Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-12T20:42:06.386Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-12T20:42:06.386Z | |
| 50 | 2026-08-12T20:42:06.386Z | To configure your current shell, you need to source |
| 51 | 2026-08-12T20:42:06.386Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-12T20:42:06.386Z | |
| 53 | 2026-08-12T20:42:06.386Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-12T20:42:06.386Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-12T20:42:06.386Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-12T20:42:06.386Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-12T20:42:06.386Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-12T20:42:06.386Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-12T20:42:06.386Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-12T20:42:06.390Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-12T20:42:06.390Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-12T20:42:06.481Z | + rustup --version |
| 63 | 2026-08-12T20:42:06.486Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-12T20:42:06.486Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-12T20:42:06.507Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-12T20:42:06.511Z | + cargo --version |
| 67 | 2026-08-12T20:42:06.519Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-12T20:42:06.523Z | + rustc --version |
| 69 | 2026-08-12T20:42:06.543Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-12T20:42:06.547Z | process exited: duration 18896 ms, exit code 0 |
| |
| 71 | 2026-08-12T20:42:06.554Z | starting task 2: "authentication" |
| 72 | 2026-08-12T20:42:06.576Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-08-12T20:42:06.583Z | starting task 3: "clone repository" |
| 74 | 2026-08-12T20:42:06.587Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-12T20:42:06.590Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-12T20:42:06.633Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-12T20:42:24.590Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-12T20:42:24.590Z | + git fetch origin 05e8f0365dfe1ab760f8eac0deab994938295207 |
| 79 | 2026-08-12T20:42:24.944Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-12T20:42:24.944Z | * branch 05e8f0365dfe1ab760f8eac0deab994938295207 -> FETCH_HEAD |
| 81 | 2026-08-12T20:42:24.964Z | + [[ -n john/remove-sled-agent-zone-nat-setup ]] |
| 82 | 2026-08-12T20:42:24.968Z | ++ git branch --show-current |
| 83 | 2026-08-12T20:42:24.968Z | + current=main |
| 84 | 2026-08-12T20:42:24.969Z | + [[ main != john/remove-sled-agent-zone-nat-setup ]] |
| 85 | 2026-08-12T20:42:24.969Z | + git branch -f john/remove-sled-agent-zone-nat-setup 05e8f0365dfe1ab760f8eac0deab994938295207 |
| 86 | 2026-08-12T20:42:24.969Z | + git checkout -f john/remove-sled-agent-zone-nat-setup |
| 87 | 2026-08-12T20:42:25.227Z | Switched to branch 'john/remove-sled-agent-zone-nat-setup' |
| 88 | 2026-08-12T20:42:25.234Z | + git reset --hard 05e8f0365dfe1ab760f8eac0deab994938295207 |
| 89 | 2026-08-12T20:42:25.241Z | HEAD is now at 05e8f0365 update ls-apis |
| 90 | 2026-08-12T20:42:25.245Z | process exited: duration 18658 ms, exit code 0 |
| |
| 91 | 2026-08-12T20:42:25.252Z | starting task 4: "build" |
| 92 | 2026-08-12T20:42:25.259Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-12T20:42:25.259Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-12T20:42:25.259Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-12T20:42:25.263Z | +++ uname -s |
| 96 | 2026-08-12T20:42:25.263Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-12T20:42:25.263Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-12T20:42:25.263Z | + cargo --version |
| 99 | 2026-08-12T20:42:25.273Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-12T20:42:25.291Z | + rustc --version |
| 101 | 2026-08-12T20:42:25.297Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-12T20:42:25.297Z | + WORK=/work |
| 103 | 2026-08-12T20:42:25.297Z | + pfexec mkdir -p /work |
| 104 | 2026-08-12T20:42:25.302Z | + pfexec chown build /work |
| 105 | 2026-08-12T20:42:25.307Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-12T20:42:28.917Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-12T20:42:28.953Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-12T20:42:33.780Z | Planning: Solver setup ... Done (1.622s) |
| 109 | 2026-08-12T20:42:33.790Z | Planning: Running solver ... Done (0.052s) |
| 110 | 2026-08-12T20:42:33.790Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-12T20:42:33.790Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-12T20:42:33.790Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-12T20:42:33.791Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-08-12T20:42:33.791Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-12T20:42:33.791Z | Planning: Checking for conflicting actions ... Done (0.165s) |
| 116 | 2026-08-12T20:42:33.792Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-12T20:42:33.792Z | Planning: Evaluating mediators ... Done (2.106s) |
| 118 | 2026-08-12T20:42:33.792Z | Planning: Planning completed in 4.10 seconds |
| 119 | 2026-08-12T20:42:33.792Z | Packages to install: 2 |
| 120 | 2026-08-12T20:42:33.792Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-12T20:42:33.792Z | Estimated space to be consumed: 67.95 MB |
| 122 | 2026-08-12T20:42:33.792Z | Create boot environment: No |
| 123 | 2026-08-12T20:42:33.792Z | Create backup boot environment: No |
| 124 | 2026-08-12T20:42:33.792Z | Rebuild boot archive: No |
| 125 | 2026-08-12T20:42:33.792Z | |
| 126 | 2026-08-12T20:42:33.793Z | Changed packages: |
| 127 | 2026-08-12T20:42:33.793Z | helios |
| 128 | 2026-08-12T20:42:33.793Z | developer/build-essential |
| 129 | 2026-08-12T20:42:33.793Z | None -> 11-3.0 |
| 130 | 2026-08-12T20:42:33.793Z | library/libxmlsec1 |
| 131 | 2026-08-12T20:42:33.793Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-12T20:42:33.793Z | |
| 133 | 2026-08-12T20:42:33.793Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-12T20:42:37.736Z | Download: Completed 1.28 MB in 0.99 seconds (1.3M/s) |
| 135 | 2026-08-12T20:42:37.767Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-12T20:42:37.768Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-12T20:42:37.768Z | Finalize: Updating package state database ... Done (0.031s) |
| 138 | 2026-08-12T20:42:37.768Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-12T20:42:37.768Z | Finalize: Updating image state ... Done (0.074s) |
| 140 | 2026-08-12T20:42:37.768Z | Finalize: Creating fast lookup database ... Done (3.084s) |
| 141 | 2026-08-12T20:42:37.768Z | Finalize: Reading search index ... Done (0.042s) |
| 142 | 2026-08-12T20:42:37.768Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-12T20:42:37.768Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-12T20:42:37.808Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-12T20:42:38.718Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-12T20:42:38.767Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-12T20:42:38.768Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-12T20:42:38.768Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-12T20:42:38.768Z | Mediators to change: 2 |
| 150 | 2026-08-12T20:42:38.768Z | Create boot environment: No |
| 151 | 2026-08-12T20:42:38.768Z | Create backup boot environment: No |
| 152 | 2026-08-12T20:42:38.768Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-12T20:42:38.768Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-12T20:42:38.768Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-12T20:42:41.243Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-12T20:42:41.265Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-12T20:42:41.265Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-12T20:42:41.265Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-12T20:42:41.265Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-12T20:42:41.265Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-12T20:42:41.265Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-12T20:42:41.265Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-12T20:42:41.265Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-12T20:42:41.265Z | Mediators to change: 1 |
| 165 | 2026-08-12T20:42:41.265Z | Create boot environment: No |
| 166 | 2026-08-12T20:42:41.265Z | Create backup boot environment: No |
| 167 | 2026-08-12T20:42:41.265Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-12T20:42:41.265Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-12T20:42:41.266Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-12T20:42:42.838Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-12T20:42:42.898Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-12T20:42:42.902Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-12T20:42:42.983Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-12T20:42:43.294Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-12T20:42:43.294Z | apache system 2.4 system |
| 176 | 2026-08-12T20:42:43.294Z | clang system 15 system |
| 177 | 2026-08-12T20:42:43.294Z | csh system system illumos |
| 178 | 2026-08-12T20:42:43.294Z | ctags system system illumos |
| 179 | 2026-08-12T20:42:43.294Z | file vendor vendor darwinsys |
| 180 | 2026-08-12T20:42:43.294Z | file system system illumos |
| 181 | 2026-08-12T20:42:43.294Z | gcc vendor 14 vendor |
| 182 | 2026-08-12T20:42:43.294Z | gcc system 13 system |
| 183 | 2026-08-12T20:42:43.294Z | gcc system 10 system |
| 184 | 2026-08-12T20:42:43.294Z | go system 1.25 system |
| 185 | 2026-08-12T20:42:43.294Z | llvm system 15 system |
| 186 | 2026-08-12T20:42:43.294Z | mariadb system 11.4 system |
| 187 | 2026-08-12T20:42:43.294Z | mta vendor vendor dma |
| 188 | 2026-08-12T20:42:43.294Z | openjdk system 17 system |
| 189 | 2026-08-12T20:42:43.294Z | openjdk system 11 system |
| 190 | 2026-08-12T20:42:43.294Z | openssl vendor 3 vendor |
| 191 | 2026-08-12T20:42:43.294Z | perl system 5.40 system |
| 192 | 2026-08-12T20:42:43.295Z | postgresql system 18 system |
| 193 | 2026-08-12T20:42:43.295Z | postgresql system 17 system |
| 194 | 2026-08-12T20:42:43.295Z | python vendor 3 vendor |
| 195 | 2026-08-12T20:42:43.295Z | python system 2 system |
| 196 | 2026-08-12T20:42:43.295Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-12T20:42:43.295Z | ruby system 3.4 system |
| 198 | 2026-08-12T20:42:43.295Z | ruby system 3.0 system |
| 199 | 2026-08-12T20:42:43.295Z | words vendor vendor american-english |
| 200 | 2026-08-12T20:42:43.295Z | words system system australian-english |
| 201 | 2026-08-12T20:42:43.295Z | words system system british-english |
| 202 | 2026-08-12T20:42:43.295Z | words system system canadian-english |
| 203 | 2026-08-12T20:42:43.295Z | words system system french |
| 204 | 2026-08-12T20:42:43.295Z | words system system italian |
| 205 | 2026-08-12T20:42:43.295Z | words system system ngerman |
| 206 | 2026-08-12T20:42:43.295Z | words system system ogerman |
| 207 | 2026-08-12T20:42:43.295Z | words system system spanish |
| 208 | 2026-08-12T20:42:43.545Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-12T20:42:43.545Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-12T20:42:43.982Z | FMRI IFO |
| 211 | 2026-08-12T20:42:43.982Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-12T20:42:43.982Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-12T20:42:43.982Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-12T20:42:43.982Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-12T20:42:43.982Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-12T20:42:43.982Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-12T20:42:43.982Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-12T20:42:43.982Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-12T20:42:43.982Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-12T20:42:44.291Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-12T20:42:44.659Z | Updating crates.io index |
| 222 | 2026-08-12T20:42:44.663Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-12T20:42:44.965Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-12T20:42:45.334Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-12T20:42:46.375Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-12T20:42:46.943Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-12T20:42:48.673Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-12T20:42:49.599Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-12T20:42:49.956Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-12T20:42:50.306Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-12T20:42:51.937Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-12T20:42:52.255Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-12T20:42:52.623Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-12T20:42:52.990Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-12T20:42:53.280Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-12T20:42:53.573Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-12T20:42:53.847Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-12T20:42:54.146Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-12T20:42:54.459Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-08-12T20:42:55.084Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-08-12T20:42:55.480Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-08-12T20:42:56.027Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 243 | 2026-08-12T20:42:56.325Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-08-12T20:42:56.992Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 245 | 2026-08-12T20:42:57.349Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-12T20:42:57.634Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-12T20:42:58.074Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-12T20:42:58.360Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-12T20:42:58.816Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-12T20:42:59.172Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-12T20:42:59.474Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-12T20:42:59.834Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-12T20:43:00.304Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 254 | 2026-08-12T20:43:00.833Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-12T20:43:01.135Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-12T20:43:01.412Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-12T20:43:01.773Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-08-12T20:43:02.378Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 259 | 2026-08-12T20:43:02.691Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-08-12T20:43:03.018Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-08-12T20:43:03.329Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-08-12T20:43:03.685Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-08-12T20:43:06.443Z | Downloading crates ... |
| 264 | 2026-08-12T20:43:06.495Z | Downloaded camino-tempfile v1.4.1 |
| 265 | 2026-08-12T20:43:06.499Z | Downloaded digest v0.10.7 |
| 266 | 2026-08-12T20:43:06.503Z | Downloaded thread-id v4.2.2 |
| 267 | 2026-08-12T20:43:06.503Z | Downloaded anyhow v1.0.102 |
| 268 | 2026-08-12T20:43:06.507Z | Downloaded pest_derive v2.8.6 |
| 269 | 2026-08-12T20:43:06.510Z | Downloaded scroll v0.12.0 |
| 270 | 2026-08-12T20:43:06.515Z | Downloaded zmij v1.0.21 |
| 271 | 2026-08-12T20:43:06.518Z | Downloaded papergrid v0.11.0 |
| 272 | 2026-08-12T20:43:06.518Z | Downloaded heck v0.4.1 |
| 273 | 2026-08-12T20:43:06.521Z | Downloaded byteorder v1.5.0 |
| 274 | 2026-08-12T20:43:06.521Z | Downloaded cfg-if v1.0.4 |
| 275 | 2026-08-12T20:43:06.521Z | Downloaded anstream v1.0.0 |
| 276 | 2026-08-12T20:43:06.521Z | Downloaded pest_meta v2.8.6 |
| 277 | 2026-08-12T20:43:06.525Z | Downloaded crypto-common v0.1.7 |
| 278 | 2026-08-12T20:43:06.525Z | Downloaded zerocopy-derive v0.7.35 |
| 279 | 2026-08-12T20:43:06.528Z | Downloaded cargo_toml v0.21.0 |
| 280 | 2026-08-12T20:43:06.528Z | Downloaded macaddr v1.0.1 |
| 281 | 2026-08-12T20:43:06.531Z | Downloaded colorchoice v1.0.4 |
| 282 | 2026-08-12T20:43:06.532Z | Downloaded anstyle-parse v1.0.0 |
| 283 | 2026-08-12T20:43:06.532Z | Downloaded block-buffer v0.10.4 |
| 284 | 2026-08-12T20:43:06.532Z | Downloaded clap_lex v1.0.0 |
| 285 | 2026-08-12T20:43:06.532Z | Downloaded once_cell v1.21.3 |
| 286 | 2026-08-12T20:43:06.535Z | Downloaded zerocopy v0.7.35 |
| 287 | 2026-08-12T20:43:06.541Z | Downloaded version_check v0.9.5 |
| 288 | 2026-08-12T20:43:06.546Z | Downloaded generic-array v0.14.7 |
| 289 | 2026-08-12T20:43:06.549Z | Downloaded getrandom v0.4.1 |
| 290 | 2026-08-12T20:43:06.550Z | Downloaded itoa v1.0.17 |
| 291 | 2026-08-12T20:43:06.550Z | Downloaded dof v0.3.0 |
| 292 | 2026-08-12T20:43:06.553Z | Downloaded dtrace-parser v0.2.0 |
| 293 | 2026-08-12T20:43:06.553Z | Downloaded errno v0.3.14 |
| 294 | 2026-08-12T20:43:06.553Z | Downloaded memmap v0.7.0 |
| 295 | 2026-08-12T20:43:06.556Z | Downloaded cpufeatures v0.2.17 |
| 296 | 2026-08-12T20:43:06.559Z | Downloaded fnv v1.0.7 |
| 297 | 2026-08-12T20:43:06.563Z | Downloaded cargo-platform v0.3.2 |
| 298 | 2026-08-12T20:43:06.566Z | Downloaded fastrand v2.3.0 |
| 299 | 2026-08-12T20:43:06.570Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-08-12T20:43:06.574Z | Downloaded swrite v0.1.0 |
| 301 | 2026-08-12T20:43:06.576Z | Downloaded usdt v0.5.0 |
| 302 | 2026-08-12T20:43:06.576Z | Downloaded anstyle-query v1.1.5 |
| 303 | 2026-08-12T20:43:06.581Z | Downloaded heck v0.5.0 |
| 304 | 2026-08-12T20:43:06.584Z | Downloaded serde_spanned v0.6.9 |
| 305 | 2026-08-12T20:43:06.584Z | Downloaded usdt-macro v0.5.0 |
| 306 | 2026-08-12T20:43:06.584Z | Downloaded utf8parse v0.2.2 |
| 307 | 2026-08-12T20:43:06.584Z | Downloaded pretty-hex v0.4.1 |
| 308 | 2026-08-12T20:43:06.584Z | Downloaded tabled_derive v0.7.0 |
| 309 | 2026-08-12T20:43:06.587Z | Downloaded scroll_derive v0.12.1 |
| 310 | 2026-08-12T20:43:06.590Z | Downloaded unicode-linebreak v0.1.5 |
| 311 | 2026-08-12T20:43:06.593Z | Downloaded strsim v0.11.1 |
| 312 | 2026-08-12T20:43:06.596Z | Downloaded camino v1.2.2 |
| 313 | 2026-08-12T20:43:06.599Z | Downloaded bitflags v2.11.0 |
| 314 | 2026-08-12T20:43:06.602Z | Downloaded is_terminal_polyfill v1.70.2 |
| 315 | 2026-08-12T20:43:06.607Z | Downloaded plain v0.2.3 |
| 316 | 2026-08-12T20:43:06.609Z | Downloaded smawk v0.3.2 |
| 317 | 2026-08-12T20:43:06.609Z | Downloaded proc-macro-error-attr v1.0.4 |
| 318 | 2026-08-12T20:43:06.615Z | Downloaded toml_write v0.1.2 |
| 319 | 2026-08-12T20:43:06.620Z | Downloaded toml_datetime v0.6.11 |
| 320 | 2026-08-12T20:43:06.622Z | Downloaded autocfg v1.5.0 |
| 321 | 2026-08-12T20:43:06.622Z | Downloaded thiserror v1.0.69 |
| 322 | 2026-08-12T20:43:06.625Z | Downloaded equivalent v1.0.2 |
| 323 | 2026-08-12T20:43:06.628Z | Downloaded thiserror-impl v2.0.18 |
| 324 | 2026-08-12T20:43:06.628Z | Downloaded terminal_size v0.4.3 |
| 325 | 2026-08-12T20:43:06.632Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2026-08-12T20:43:06.635Z | Downloaded serde_tokenstream v0.2.3 |
| 327 | 2026-08-12T20:43:06.636Z | Downloaded sha2 v0.10.9 |
| 328 | 2026-08-12T20:43:06.636Z | Downloaded bytecount v0.6.9 |
| 329 | 2026-08-12T20:43:06.639Z | Downloaded fs-err v3.3.0 |
| 330 | 2026-08-12T20:43:06.639Z | Downloaded cargo_metadata v0.23.1 |
| 331 | 2026-08-12T20:43:06.642Z | Downloaded anstyle v1.0.14 |
| 332 | 2026-08-12T20:43:07.053Z | Downloaded quote v1.0.45 |
| 333 | 2026-08-12T20:43:07.053Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2026-08-12T20:43:07.053Z | Downloaded thiserror v2.0.18 |
| 335 | 2026-08-12T20:43:07.053Z | Downloaded semver v1.0.28 |
| 336 | 2026-08-12T20:43:07.053Z | Downloaded clap v4.6.1 |
| 337 | 2026-08-12T20:43:07.053Z | Downloaded tempfile v3.25.0 |
| 338 | 2026-08-12T20:43:07.053Z | Downloaded toml v0.8.23 |
| 339 | 2026-08-12T20:43:07.053Z | Downloaded clap_derive v4.6.1 |
| 340 | 2026-08-12T20:43:07.053Z | Downloaded proc-macro-error v1.0.4 |
| 341 | 2026-08-12T20:43:07.053Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2026-08-12T20:43:07.054Z | Downloaded textwrap v0.16.2 |
| 343 | 2026-08-12T20:43:07.054Z | Downloaded log v0.4.29 |
| 344 | 2026-08-12T20:43:07.054Z | Downloaded pest_generator v2.8.6 |
| 345 | 2026-08-12T20:43:07.054Z | Downloaded proc-macro2 v1.0.106 |
| 346 | 2026-08-12T20:43:07.054Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-08-12T20:43:07.054Z | Downloaded serde_core v1.0.228 |
| 348 | 2026-08-12T20:43:07.054Z | Downloaded serde_derive v1.0.228 |
| 349 | 2026-08-12T20:43:07.054Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-08-12T20:43:07.054Z | Downloaded serde v1.0.228 |
| 351 | 2026-08-12T20:43:07.054Z | Downloaded pest v2.8.6 |
| 352 | 2026-08-12T20:43:07.054Z | Downloaded memchr v2.8.0 |
| 353 | 2026-08-12T20:43:07.054Z | Downloaded indexmap v2.14.0 |
| 354 | 2026-08-12T20:43:07.054Z | Downloaded typenum v1.20.1 |
| 355 | 2026-08-12T20:43:07.054Z | Downloaded clap_builder v4.6.0 |
| 356 | 2026-08-12T20:43:07.054Z | Downloaded serde_json v1.0.151 |
| 357 | 2026-08-12T20:43:07.054Z | Downloaded goblin v0.8.2 |
| 358 | 2026-08-12T20:43:07.054Z | Downloaded hashbrown v0.17.0 |
| 359 | 2026-08-12T20:43:07.054Z | Downloaded winnow v0.7.14 |
| 360 | 2026-08-12T20:43:07.054Z | Downloaded tabled v0.15.0 |
| 361 | 2026-08-12T20:43:07.054Z | Downloaded syn v1.0.109 |
| 362 | 2026-08-12T20:43:07.054Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-08-12T20:43:07.054Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-08-12T20:43:07.054Z | Downloaded syn v2.0.117 |
| 365 | 2026-08-12T20:43:07.054Z | Downloaded rustix v1.1.3 |
| 366 | 2026-08-12T20:43:07.054Z | Downloaded libc v0.2.185 |
| 367 | 2026-08-12T20:43:07.054Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-08-12T20:43:07.054Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-08-12T20:43:07.054Z | Compiling quote v1.0.45 |
| 370 | 2026-08-12T20:43:07.054Z | Compiling serde_core v1.0.228 |
| 371 | 2026-08-12T20:43:07.135Z | Compiling libc v0.2.185 |
| 372 | 2026-08-12T20:43:07.138Z | Compiling version_check v0.9.5 |
| 373 | 2026-08-12T20:43:07.152Z | Compiling memchr v2.8.0 |
| 374 | 2026-08-12T20:43:07.155Z | Compiling serde v1.0.228 |
| 375 | 2026-08-12T20:43:07.155Z | Compiling zmij v1.0.21 |
| 376 | 2026-08-12T20:43:07.155Z | Compiling ucd-trie v0.1.7 |
| 377 | 2026-08-12T20:43:07.155Z | Compiling thiserror v1.0.69 |
| 378 | 2026-08-12T20:43:07.155Z | Compiling itoa v1.0.17 |
| 379 | 2026-08-12T20:43:07.195Z | Compiling rustix v1.1.3 |
| 380 | 2026-08-12T20:43:07.210Z | Compiling byteorder v1.5.0 |
| 381 | 2026-08-12T20:43:07.325Z | Compiling bitflags v2.11.0 |
| 382 | 2026-08-12T20:43:07.418Z | Compiling serde_json v1.0.151 |
| 383 | 2026-08-12T20:43:07.628Z | Compiling usdt-impl v0.5.0 |
| 384 | 2026-08-12T20:43:07.663Z | Compiling proc-macro-error-attr v1.0.4 |
| 385 | 2026-08-12T20:43:07.700Z | Compiling camino v1.2.2 |
| 386 | 2026-08-12T20:43:07.722Z | Compiling syn v1.0.109 |
| 387 | 2026-08-12T20:43:07.772Z | Compiling pest v2.8.6 |
| 388 | 2026-08-12T20:43:07.863Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-08-12T20:43:07.868Z | Compiling equivalent v1.0.2 |
| 390 | 2026-08-12T20:43:07.951Z | Compiling log v0.4.29 |
| 391 | 2026-08-12T20:43:07.967Z | Compiling getrandom v0.4.1 |
| 392 | 2026-08-12T20:43:08.006Z | Compiling hashbrown v0.17.0 |
| 393 | 2026-08-12T20:43:08.061Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-08-12T20:43:08.069Z | Compiling plain v0.2.3 |
| 395 | 2026-08-12T20:43:08.142Z | Compiling toml_write v0.1.2 |
| 396 | 2026-08-12T20:43:08.191Z | Compiling cfg-if v1.0.4 |
| 397 | 2026-08-12T20:43:08.211Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-08-12T20:43:08.217Z | Compiling winnow v0.7.14 |
| 399 | 2026-08-12T20:43:08.217Z | Compiling autocfg v1.5.0 |
| 400 | 2026-08-12T20:43:08.267Z | Compiling anstyle-query v1.1.5 |
| 401 | 2026-08-12T20:43:08.271Z | Compiling anstyle v1.0.14 |
| 402 | 2026-08-12T20:43:08.271Z | Compiling is_terminal_polyfill v1.70.2 |
| 403 | 2026-08-12T20:43:08.321Z | Compiling errno v0.3.14 |
| 404 | 2026-08-12T20:43:08.377Z | Compiling thread-id v4.2.2 |
| 405 | 2026-08-12T20:43:08.394Z | Compiling pretty-hex v0.4.1 |
| 406 | 2026-08-12T20:43:08.414Z | Compiling colorchoice v1.0.4 |
| 407 | 2026-08-12T20:43:08.451Z | Compiling thiserror v2.0.18 |
| 408 | 2026-08-12T20:43:08.528Z | Compiling anstream v1.0.0 |
| 409 | 2026-08-12T20:43:08.544Z | Compiling fastrand v2.3.0 |
| 410 | 2026-08-12T20:43:08.564Z | Compiling syn v2.0.117 |
| 411 | 2026-08-12T20:43:08.567Z | Compiling indexmap v2.14.0 |
| 412 | 2026-08-12T20:43:08.645Z | Compiling once_cell v1.21.3 |
| 413 | 2026-08-12T20:43:08.648Z | Compiling anyhow v1.0.102 |
| 414 | 2026-08-12T20:43:08.714Z | Compiling strsim v0.11.1 |
| 415 | 2026-08-12T20:43:08.733Z | Compiling fs-err v3.3.0 |
| 416 | 2026-08-12T20:43:08.897Z | Compiling heck v0.4.1 |
| 417 | 2026-08-12T20:43:08.921Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-12T20:43:08.954Z | Compiling fnv v1.0.7 |
| 419 | 2026-08-12T20:43:08.983Z | Compiling bytecount v0.6.9 |
| 420 | 2026-08-12T20:43:09.067Z | Compiling heck v0.5.0 |
| 421 | 2026-08-12T20:43:09.086Z | Compiling unicode-width v0.1.14 |
| 422 | 2026-08-12T20:43:09.107Z | Compiling clap_lex v1.0.0 |
| 423 | 2026-08-12T20:43:09.167Z | Compiling memmap v0.7.0 |
| 424 | 2026-08-12T20:43:09.170Z | Compiling smawk v0.3.2 |
| 425 | 2026-08-12T20:43:09.219Z | Compiling unicode-linebreak v0.1.5 |
| 426 | 2026-08-12T20:43:09.285Z | Compiling unicode-width v0.2.0 |
| 427 | 2026-08-12T20:43:09.334Z | Compiling papergrid v0.11.0 |
| 428 | 2026-08-12T20:43:09.352Z | Compiling swrite v0.1.0 |
| 429 | 2026-08-12T20:43:09.399Z | Compiling terminal_size v0.4.3 |
| 430 | 2026-08-12T20:43:09.400Z | Compiling tempfile v3.25.0 |
| 431 | 2026-08-12T20:43:09.582Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-08-12T20:43:09.601Z | Compiling semver v1.0.28 |
| 433 | 2026-08-12T20:43:09.618Z | Compiling cargo-platform v0.3.2 |
| 434 | 2026-08-12T20:43:09.637Z | Compiling textwrap v0.16.2 |
| 435 | 2026-08-12T20:43:09.742Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-08-12T20:43:10.172Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-08-12T20:43:10.776Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-08-12T20:43:10.844Z | Compiling tabled v0.15.0 |
| 439 | 2026-08-12T20:43:11.256Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-08-12T20:43:11.256Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-08-12T20:43:11.259Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-08-12T20:43:11.259Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-08-12T20:43:11.260Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-08-12T20:43:11.260Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-08-12T20:43:11.359Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-08-12T20:43:11.914Z | Compiling scroll v0.12.0 |
| 447 | 2026-08-12T20:43:12.002Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-08-12T20:43:12.125Z | Compiling goblin v0.8.2 |
| 449 | 2026-08-12T20:43:12.324Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-08-12T20:43:12.647Z | Compiling clap v4.6.1 |
| 451 | 2026-08-12T20:43:13.649Z | Compiling dof v0.3.0 |
| 452 | 2026-08-12T20:43:13.649Z | Compiling serde_tokenstream v0.2.3 |
| 453 | 2026-08-12T20:43:13.666Z | Compiling serde_spanned v0.6.9 |
| 454 | 2026-08-12T20:43:13.669Z | Compiling toml_datetime v0.6.11 |
| 455 | 2026-08-12T20:43:13.669Z | Compiling macaddr v1.0.1 |
| 456 | 2026-08-12T20:43:13.669Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-08-12T20:43:13.669Z | Compiling cargo_metadata v0.23.1 |
| 458 | 2026-08-12T20:43:13.862Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-08-12T20:43:14.326Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-08-12T20:43:14.330Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-08-12T20:43:14.935Z | Compiling usdt v0.5.0 |
| 462 | 2026-08-12T20:43:15.125Z | Compiling toml v0.8.23 |
| 463 | 2026-08-12T20:43:15.446Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-08-12T20:43:16.718Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-08-12T20:43:18.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.65s |
| 466 | 2026-08-12T20:43:18.995Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-08-12T20:43:19.497Z | Downloading crates ... |
| 468 | 2026-08-12T20:43:19.562Z | Downloaded async-stream v0.3.6 |
| 469 | 2026-08-12T20:43:19.567Z | Downloaded base16ct v1.0.0 |
| 470 | 2026-08-12T20:43:19.570Z | Downloaded arrayvec v0.7.6 |
| 471 | 2026-08-12T20:43:19.574Z | Downloaded aho-corasick v1.1.4 |
| 472 | 2026-08-12T20:43:19.577Z | Downloaded convert_case v0.4.0 |
| 473 | 2026-08-12T20:43:19.579Z | Downloaded futures-core v0.3.32 |
| 474 | 2026-08-12T20:43:19.586Z | Downloaded array-init v0.0.4 |
| 475 | 2026-08-12T20:43:19.589Z | Downloaded bb8 v0.8.6 |
| 476 | 2026-08-12T20:43:19.589Z | Downloaded bitfield-struct v0.6.2 |
| 477 | 2026-08-12T20:43:19.589Z | Downloaded form_urlencoded v1.2.2 |
| 478 | 2026-08-12T20:43:19.592Z | Downloaded endian-type v0.1.2 |
| 479 | 2026-08-12T20:43:19.592Z | Downloaded expectorate v1.2.0 |
| 480 | 2026-08-12T20:43:19.595Z | Downloaded filetime v0.2.27 |
| 481 | 2026-08-12T20:43:19.595Z | Downloaded ghash v0.6.0 |
| 482 | 2026-08-12T20:43:19.595Z | Downloaded glob v0.3.3 |
| 483 | 2026-08-12T20:43:19.595Z | Downloaded constant_time_eq v0.4.2 |
| 484 | 2026-08-12T20:43:19.598Z | Downloaded ascii-canvas v3.0.0 |
| 485 | 2026-08-12T20:43:19.598Z | Downloaded foldhash v0.2.0 |
| 486 | 2026-08-12T20:43:19.598Z | Downloaded adler2 v2.0.1 |
| 487 | 2026-08-12T20:43:19.598Z | Downloaded fd-lock v4.0.4 |
| 488 | 2026-08-12T20:43:19.601Z | Downloaded foreign-types-shared v0.1.1 |
| 489 | 2026-08-12T20:43:19.601Z | Downloaded env_filter v1.0.0 |
| 490 | 2026-08-12T20:43:19.601Z | Downloaded flagset v0.4.7 |
| 491 | 2026-08-12T20:43:19.601Z | Downloaded clang-sys v1.8.1 |
| 492 | 2026-08-12T20:43:19.604Z | Downloaded fixedbitset v0.4.2 |
| 493 | 2026-08-12T20:43:19.607Z | Downloaded fs_extra v1.3.0 |
| 494 | 2026-08-12T20:43:19.607Z | Downloaded futures-task v0.3.32 |
| 495 | 2026-08-12T20:43:19.607Z | Downloaded foreign-types-macros v0.2.3 |
| 496 | 2026-08-12T20:43:19.607Z | Downloaded futures-io v0.3.32 |
| 497 | 2026-08-12T20:43:19.607Z | Downloaded erased-serde v0.3.31 |
| 498 | 2026-08-12T20:43:19.610Z | Downloaded fallible-iterator v0.2.0 |
| 499 | 2026-08-12T20:43:19.610Z | Downloaded foreign-types v0.3.2 |
| 500 | 2026-08-12T20:43:19.610Z | Downloaded futures-channel v0.3.32 |
| 501 | 2026-08-12T20:43:19.610Z | Downloaded atty v0.2.14 |
| 502 | 2026-08-12T20:43:19.614Z | Downloaded async-recursion v1.1.1 |
| 503 | 2026-08-12T20:43:19.614Z | Downloaded gethostname v0.5.0 |
| 504 | 2026-08-12T20:43:19.614Z | Downloaded foreign-types-shared v0.3.1 |
| 505 | 2026-08-12T20:43:19.614Z | Downloaded git-stub v1.0.0 |
| 506 | 2026-08-12T20:43:19.616Z | Downloaded float-ord v0.3.2 |
| 507 | 2026-08-12T20:43:19.616Z | Downloaded funty v2.0.0 |
| 508 | 2026-08-12T20:43:19.616Z | Downloaded bit-set v0.8.0 |
| 509 | 2026-08-12T20:43:19.620Z | Downloaded arrayref v0.3.9 |
| 510 | 2026-08-12T20:43:19.622Z | Downloaded enum-as-inner v0.6.1 |
| 511 | 2026-08-12T20:43:19.622Z | Downloaded futures-sink v0.3.32 |
| 512 | 2026-08-12T20:43:19.622Z | Downloaded const-oid v0.10.2 |
| 513 | 2026-08-12T20:43:19.625Z | Downloaded futures-macro v0.3.32 |
| 514 | 2026-08-12T20:43:19.626Z | Downloaded generic-array v1.4.3 |
| 515 | 2026-08-12T20:43:19.629Z | Downloaded argon2 v0.5.3 |
| 516 | 2026-08-12T20:43:19.629Z | Downloaded argon2 v0.6.0-rc.8 |
| 517 | 2026-08-12T20:43:19.630Z | Downloaded anstyle-parse v0.2.7 |
| 518 | 2026-08-12T20:43:19.635Z | Downloaded fixedbitset v0.5.7 |
| 519 | 2026-08-12T20:43:19.635Z | Downloaded foldhash v0.1.5 |
| 520 | 2026-08-12T20:43:19.635Z | Downloaded backoff v0.4.0 |
| 521 | 2026-08-12T20:43:19.635Z | Downloaded enum_dispatch v0.3.13 |
| 522 | 2026-08-12T20:43:19.638Z | Downloaded foreign-types v0.5.0 |
| 523 | 2026-08-12T20:43:19.638Z | Downloaded fxhash v0.2.1 |
| 524 | 2026-08-12T20:43:19.642Z | Downloaded hash32 v0.2.1 |
| 525 | 2026-08-12T20:43:19.646Z | Downloaded float-cmp v0.10.0 |
| 526 | 2026-08-12T20:43:19.646Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 527 | 2026-08-12T20:43:19.649Z | Downloaded async-stream-impl v0.3.6 |
| 528 | 2026-08-12T20:43:19.649Z | Downloaded atomicwrites v0.4.4 |
| 529 | 2026-08-12T20:43:19.649Z | Downloaded home v0.5.12 |
| 530 | 2026-08-12T20:43:19.650Z | Downloaded httpdate v1.0.3 |
| 531 | 2026-08-12T20:43:19.659Z | Downloaded hostname v0.3.1 |
| 532 | 2026-08-12T20:43:19.659Z | Downloaded http-body v1.0.1 |
| 533 | 2026-08-12T20:43:19.659Z | Downloaded hubpack_derive v0.1.1 |
| 534 | 2026-08-12T20:43:19.659Z | Downloaded blake2 v0.10.6 |
| 535 | 2026-08-12T20:43:19.660Z | Downloaded chacha20poly1305 v0.10.1 |
| 536 | 2026-08-12T20:43:19.660Z | Downloaded ciborium-ll v0.2.2 |
| 537 | 2026-08-12T20:43:19.665Z | Downloaded ff v0.13.1 |
| 538 | 2026-08-12T20:43:19.665Z | Downloaded futures-executor v0.3.32 |
| 539 | 2026-08-12T20:43:19.665Z | Downloaded aead v0.5.2 |
| 540 | 2026-08-12T20:43:19.665Z | Downloaded assert_matches v1.5.0 |
| 541 | 2026-08-12T20:43:19.665Z | Downloaded atomic-waker v1.1.2 |
| 542 | 2026-08-12T20:43:19.665Z | Downloaded hostname v0.4.2 |
| 543 | 2026-08-12T20:43:19.674Z | Downloaded headers-core v0.3.0 |
| 544 | 2026-08-12T20:43:19.677Z | Downloaded hyper-tls v0.6.0 |
| 545 | 2026-08-12T20:43:19.678Z | Downloaded base16ct v0.2.0 |
| 546 | 2026-08-12T20:43:19.680Z | Downloaded hash32 v0.3.1 |
| 547 | 2026-08-12T20:43:19.680Z | Downloaded hubpack v0.1.2 |
| 548 | 2026-08-12T20:43:19.683Z | Downloaded cfg_aliases v0.2.1 |
| 549 | 2026-08-12T20:43:19.683Z | Downloaded compression-core v0.4.31 |
| 550 | 2026-08-12T20:43:19.686Z | Downloaded bitfield-macros v0.19.4 |
| 551 | 2026-08-12T20:43:19.686Z | Downloaded block-buffer v0.12.1 |
| 552 | 2026-08-12T20:43:19.686Z | Downloaded hex-literal v1.1.0 |
| 553 | 2026-08-12T20:43:19.689Z | Downloaded num_enum_derive v0.5.11 |
| 554 | 2026-08-12T20:43:19.689Z | Downloaded globwalk v0.9.1 |
| 555 | 2026-08-12T20:43:19.692Z | Downloaded block-padding v0.4.2 |
| 556 | 2026-08-12T20:43:19.692Z | Downloaded hex v0.4.3 |
| 557 | 2026-08-12T20:43:19.701Z | Downloaded packed_struct_codegen v0.10.1 |
| 558 | 2026-08-12T20:43:19.701Z | Downloaded castaway v0.2.4 |
| 559 | 2026-08-12T20:43:19.701Z | Downloaded env_logger v0.11.9 |
| 560 | 2026-08-12T20:43:19.701Z | Downloaded fs-err v2.11.0 |
| 561 | 2026-08-12T20:43:19.701Z | Downloaded cfg_aliases v0.1.1 |
| 562 | 2026-08-12T20:43:19.704Z | Downloaded highway v1.3.0 |
| 563 | 2026-08-12T20:43:19.704Z | Downloaded ciborium-io v0.2.2 |
| 564 | 2026-08-12T20:43:19.707Z | Downloaded num-conv v0.2.0 |
| 565 | 2026-08-12T20:43:19.710Z | Downloaded futures v0.3.32 |
| 566 | 2026-08-12T20:43:19.716Z | Downloaded aead v0.6.1 |
| 567 | 2026-08-12T20:43:19.719Z | Downloaded group v0.14.0 |
| 568 | 2026-08-12T20:43:19.719Z | Downloaded bcs v0.1.6 |
| 569 | 2026-08-12T20:43:19.719Z | Downloaded anstream v0.6.21 |
| 570 | 2026-08-12T20:43:19.722Z | Downloaded arc-swap v1.8.2 |
| 571 | 2026-08-12T20:43:19.722Z | Downloaded bzip2 v0.4.4 |
| 572 | 2026-08-12T20:43:19.724Z | Downloaded predicates-core v1.0.10 |
| 573 | 2026-08-12T20:43:19.727Z | Downloaded rand_xorshift v0.4.0 |
| 574 | 2026-08-12T20:43:19.727Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 575 | 2026-08-12T20:43:19.727Z | Downloaded progenitor-macro v0.13.0 |
| 576 | 2026-08-12T20:43:19.738Z | Downloaded progenitor-macro v0.14.0 |
| 577 | 2026-08-12T20:43:19.741Z | Downloaded cobs v0.3.0 |
| 578 | 2026-08-12T20:43:19.744Z | Downloaded num v0.4.3 |
| 579 | 2026-08-12T20:43:19.744Z | Downloaded openssl-macros v0.1.1 |
| 580 | 2026-08-12T20:43:19.744Z | Downloaded http-range v0.1.5 |
| 581 | 2026-08-12T20:43:19.753Z | Downloaded phf_shared v0.13.1 |
| 582 | 2026-08-12T20:43:19.757Z | Downloaded git-stub-vcs v0.1.0 |
| 583 | 2026-08-12T20:43:19.757Z | Downloaded globset v0.4.18 |
| 584 | 2026-08-12T20:43:19.758Z | Downloaded http-body-util v0.1.3 |
| 585 | 2026-08-12T20:43:19.758Z | Downloaded group v0.13.0 |
| 586 | 2026-08-12T20:43:19.758Z | Downloaded rfc6979 v0.4.0 |
| 587 | 2026-08-12T20:43:19.762Z | Downloaded same-file v1.0.6 |
| 588 | 2026-08-12T20:43:19.766Z | Downloaded russh-cryptovec v0.62.0 |
| 589 | 2026-08-12T20:43:19.766Z | Downloaded bit-set v0.5.3 |
| 590 | 2026-08-12T20:43:19.766Z | Downloaded sapling-renderdag v0.1.0 |
| 591 | 2026-08-12T20:43:19.769Z | Downloaded hmac v0.12.1 |
| 592 | 2026-08-12T20:43:19.772Z | Downloaded hyper-rustls v0.27.7 |
| 593 | 2026-08-12T20:43:19.772Z | Downloaded bit-vec v0.8.0 |
| 594 | 2026-08-12T20:43:19.772Z | Downloaded byte-wrapper v0.1.0 |
| 595 | 2026-08-12T20:43:19.775Z | Downloaded strsim v0.10.0 |
| 596 | 2026-08-12T20:43:19.775Z | Downloaded cmake v0.1.57 |
| 597 | 2026-08-12T20:43:19.775Z | Downloaded async-trait v0.1.89 |
| 598 | 2026-08-12T20:43:19.778Z | Downloaded base64ct v1.8.3 |
| 599 | 2026-08-12T20:43:19.778Z | Downloaded strip-ansi-escapes v0.2.1 |
| 600 | 2026-08-12T20:43:19.778Z | Downloaded cipher v0.5.2 |
| 601 | 2026-08-12T20:43:19.782Z | Downloaded slog-bunyan v2.5.0 |
| 602 | 2026-08-12T20:43:19.785Z | Downloaded fatfs v0.3.6 |
| 603 | 2026-08-12T20:43:19.788Z | Downloaded bs58 v0.5.1 |
| 604 | 2026-08-12T20:43:19.788Z | Downloaded cipher v0.4.4 |
| 605 | 2026-08-12T20:43:19.788Z | Downloaded bitfield v0.19.4 |
| 606 | 2026-08-12T20:43:19.791Z | Downloaded chacha20 v0.9.1 |
| 607 | 2026-08-12T20:43:19.791Z | Downloaded hyper-staticfile v0.10.1 |
| 608 | 2026-08-12T20:43:19.791Z | Downloaded packed_struct v0.10.1 |
| 609 | 2026-08-12T20:43:19.794Z | Downloaded termtree v0.5.1 |
| 610 | 2026-08-12T20:43:19.794Z | Downloaded tap v1.0.1 |
| 611 | 2026-08-12T20:43:19.794Z | Downloaded serde-big-array v0.5.1 |
| 612 | 2026-08-12T20:43:19.797Z | Downloaded sigpipe v0.1.3 |
| 613 | 2026-08-12T20:43:19.801Z | Downloaded getrandom v0.2.17 |
| 614 | 2026-08-12T20:43:19.801Z | Downloaded blowfish v0.10.0 |
| 615 | 2026-08-12T20:43:19.805Z | Downloaded const_format_proc_macros v0.2.34 |
| 616 | 2026-08-12T20:43:19.805Z | Downloaded polyval v0.7.1 |
| 617 | 2026-08-12T20:43:19.805Z | Downloaded camino-tempfile-ext v0.3.3 |
| 618 | 2026-08-12T20:43:19.811Z | Downloaded phf v0.12.1 |
| 619 | 2026-08-12T20:43:19.814Z | Downloaded primefield v0.14.0 |
| 620 | 2026-08-12T20:43:19.814Z | Downloaded progenitor v0.13.0 |
| 621 | 2026-08-12T20:43:19.814Z | Downloaded progenitor v0.14.0 |
| 622 | 2026-08-12T20:43:19.818Z | Downloaded async-bb8-diesel v0.2.1 |
| 623 | 2026-08-12T20:43:19.818Z | Downloaded bitflags v1.3.2 |
| 624 | 2026-08-12T20:43:19.818Z | Downloaded supports-color v3.0.2 |
| 625 | 2026-08-12T20:43:19.821Z | Downloaded sync-ptr v0.1.4 |
| 626 | 2026-08-12T20:43:19.821Z | Downloaded sec1 v0.8.1 |
| 627 | 2026-08-12T20:43:19.821Z | Downloaded serde-hex v0.1.0 |
| 628 | 2026-08-12T20:43:19.821Z | Downloaded topological-sort v0.2.2 |
| 629 | 2026-08-12T20:43:19.821Z | Downloaded untrusted v0.7.1 |
| 630 | 2026-08-12T20:43:19.821Z | Downloaded utf8_iter v1.0.4 |
| 631 | 2026-08-12T20:43:19.825Z | Downloaded usdt-attr-macro v0.6.0 |
| 632 | 2026-08-12T20:43:19.825Z | Downloaded buf-list v1.1.2 |
| 633 | 2026-08-12T20:43:19.828Z | Downloaded tower-layer v0.3.3 |
| 634 | 2026-08-12T20:43:19.828Z | Downloaded wait-timeout v0.2.1 |
| 635 | 2026-08-12T20:43:19.828Z | Downloaded cexpr v0.6.0 |
| 636 | 2026-08-12T20:43:19.828Z | Downloaded find-msvc-tools v0.1.9 |
| 637 | 2026-08-12T20:43:19.831Z | Downloaded rustversion v1.0.22 |
| 638 | 2026-08-12T20:43:19.831Z | Downloaded sec1 v0.7.3 |
| 639 | 2026-08-12T20:43:19.831Z | Downloaded half v1.8.3 |
| 640 | 2026-08-12T20:43:19.834Z | Downloaded hybrid-array v0.4.13 |
| 641 | 2026-08-12T20:43:19.834Z | Downloaded cassowary v0.3.0 |
| 642 | 2026-08-12T20:43:19.834Z | Downloaded compression-codecs v0.4.37 |
| 643 | 2026-08-12T20:43:19.837Z | Downloaded humantime v2.3.0 |
| 644 | 2026-08-12T20:43:19.837Z | Downloaded hmac v0.13.0 |
| 645 | 2026-08-12T20:43:19.839Z | Downloaded powerfmt v0.2.0 |
| 646 | 2026-08-12T20:43:19.842Z | Downloaded pem v3.0.6 |
| 647 | 2026-08-12T20:43:19.842Z | Downloaded rand_core v0.9.5 |
| 648 | 2026-08-12T20:43:19.846Z | Downloaded rpassword v7.5.4 |
| 649 | 2026-08-12T20:43:19.849Z | Downloaded schemars_derive v0.8.22 |
| 650 | 2026-08-12T20:43:19.849Z | Downloaded ff v0.14.0 |
| 651 | 2026-08-12T20:43:19.849Z | Downloaded getrandom v0.3.4 |
| 652 | 2026-08-12T20:43:19.852Z | Downloaded httparse v1.10.1 |
| 653 | 2026-08-12T20:43:19.855Z | Downloaded shell-words v1.1.1 |
| 654 | 2026-08-12T20:43:19.855Z | Downloaded cpubits v0.1.1 |
| 655 | 2026-08-12T20:43:19.858Z | Downloaded flate2 v1.1.9 |
| 656 | 2026-08-12T20:43:19.860Z | Downloaded slog-dtrace v0.3.0 |
| 657 | 2026-08-12T20:43:19.863Z | Downloaded smf v0.2.3 |
| 658 | 2026-08-12T20:43:19.863Z | Downloaded backon v1.6.0 |
| 659 | 2026-08-12T20:43:19.863Z | Downloaded bit-vec v0.6.3 |
| 660 | 2026-08-12T20:43:19.866Z | Downloaded pkcs1 v0.7.5 |
| 661 | 2026-08-12T20:43:19.869Z | Downloaded cbc v0.2.1 |
| 662 | 2026-08-12T20:43:19.869Z | Downloaded tinystr v0.8.2 |
| 663 | 2026-08-12T20:43:19.869Z | Downloaded num-rational v0.4.2 |
| 664 | 2026-08-12T20:43:19.872Z | Downloaded bzip2 v0.6.1 |
| 665 | 2026-08-12T20:43:19.875Z | Downloaded console v0.16.2 |
| 666 | 2026-08-12T20:43:19.875Z | Downloaded signal-hook-registry v1.4.8 |
| 667 | 2026-08-12T20:43:19.875Z | Downloaded spki v0.7.3 |
| 668 | 2026-08-12T20:43:19.878Z | Downloaded ciborium v0.2.2 |
| 669 | 2026-08-12T20:43:19.878Z | Downloaded flume v0.11.1 |
| 670 | 2026-08-12T20:43:19.881Z | Downloaded half v2.7.1 |
| 671 | 2026-08-12T20:43:19.881Z | Downloaded termios v0.3.3 |
| 672 | 2026-08-12T20:43:19.884Z | Downloaded simd-adler32 v0.3.8 |
| 673 | 2026-08-12T20:43:19.884Z | Downloaded cmov v0.5.4 |
| 674 | 2026-08-12T20:43:19.884Z | Downloaded poly1305 v0.9.0 |
| 675 | 2026-08-12T20:43:19.887Z | Downloaded cancel-safe-futures v0.1.5 |
| 676 | 2026-08-12T20:43:19.890Z | Downloaded allocator-api2 v0.2.21 |
| 677 | 2026-08-12T20:43:19.893Z | Downloaded crc-catalog v2.4.0 |
| 678 | 2026-08-12T20:43:19.893Z | Downloaded cstr-argument v0.1.2 |
| 679 | 2026-08-12T20:43:19.893Z | Downloaded darling_macro v0.21.3 |
| 680 | 2026-08-12T20:43:19.896Z | Downloaded static_assertions v1.1.0 |
| 681 | 2026-08-12T20:43:19.896Z | Downloaded strum_macros v0.27.2 |
| 682 | 2026-08-12T20:43:19.899Z | Downloaded downcast-rs v2.0.2 |
| 683 | 2026-08-12T20:43:19.899Z | Downloaded tokio-native-tls v0.3.1 |
| 684 | 2026-08-12T20:43:19.902Z | Downloaded defmt v0.3.100 |
| 685 | 2026-08-12T20:43:19.905Z | Downloaded digest-io v0.1.0 |
| 686 | 2026-08-12T20:43:19.908Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 687 | 2026-08-12T20:43:19.910Z | Downloaded dtrace-parser v0.3.0 |
| 688 | 2026-08-12T20:43:19.911Z | Downloaded embedded-io v0.6.1 |
| 689 | 2026-08-12T20:43:19.914Z | Downloaded ident_case v1.0.1 |
| 690 | 2026-08-12T20:43:19.918Z | Downloaded inout v0.2.2 |
| 691 | 2026-08-12T20:43:19.918Z | Downloaded sha2 v0.11.0 |
| 692 | 2026-08-12T20:43:19.921Z | Downloaded ahash v0.8.12 |
| 693 | 2026-08-12T20:43:19.921Z | Downloaded blake2 v0.11.0-rc.6 |
| 694 | 2026-08-12T20:43:19.921Z | Downloaded colored v3.1.1 |
| 695 | 2026-08-12T20:43:19.921Z | Downloaded oxide-update-engine-types v0.1.2 |
| 696 | 2026-08-12T20:43:19.924Z | Downloaded convert_case v0.10.0 |
| 697 | 2026-08-12T20:43:19.924Z | Downloaded console v0.15.11 |
| 698 | 2026-08-12T20:43:19.927Z | Downloaded heapless v0.7.17 |
| 699 | 2026-08-12T20:43:19.927Z | Downloaded internet-checksum v0.2.1 |
| 700 | 2026-08-12T20:43:19.930Z | Downloaded lalrpop-util v0.19.12 |
| 701 | 2026-08-12T20:43:19.933Z | Downloaded managed v0.8.0 |
| 702 | 2026-08-12T20:43:19.936Z | Downloaded smallvec v1.15.1 |
| 703 | 2026-08-12T20:43:19.936Z | Downloaded vergen-lib v9.1.0 |
| 704 | 2026-08-12T20:43:19.939Z | Downloaded whoami v1.6.1 |
| 705 | 2026-08-12T20:43:19.939Z | Downloaded papergrid v0.18.0 |
| 706 | 2026-08-12T20:43:19.942Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 707 | 2026-08-12T20:43:19.946Z | Downloaded maplit v1.0.2 |
| 708 | 2026-08-12T20:43:19.946Z | Downloaded match_cfg v0.1.0 |
| 709 | 2026-08-12T20:43:19.946Z | Downloaded normalize-line-endings v0.3.0 |
| 710 | 2026-08-12T20:43:19.949Z | Downloaded lzss v0.8.2 |
| 711 | 2026-08-12T20:43:19.949Z | Downloaded nonempty v0.12.0 |
| 712 | 2026-08-12T20:43:19.949Z | Downloaded num_threads v0.1.7 |
| 713 | 2026-08-12T20:43:19.952Z | Downloaded path-slash v0.1.5 |
| 714 | 2026-08-12T20:43:19.952Z | Downloaded peg-runtime v0.8.5 |
| 715 | 2026-08-12T20:43:19.952Z | Downloaded potential_utf v0.1.4 |
| 716 | 2026-08-12T20:43:19.952Z | Downloaded predicates-tree v1.0.13 |
| 717 | 2026-08-12T20:43:19.955Z | Downloaded phf_shared v0.11.3 |
| 718 | 2026-08-12T20:43:19.958Z | Downloaded chacha20 v0.10.0 |
| 719 | 2026-08-12T20:43:19.958Z | Downloaded colored v2.2.0 |
| 720 | 2026-08-12T20:43:19.961Z | Downloaded phf_shared v0.12.1 |
| 721 | 2026-08-12T20:43:19.961Z | Downloaded ctutils v0.4.2 |
| 722 | 2026-08-12T20:43:19.964Z | Downloaded spki v0.8.0 |
| 723 | 2026-08-12T20:43:19.964Z | Downloaded tracing-attributes v0.1.31 |
| 724 | 2026-08-12T20:43:19.968Z | Downloaded ar_archive_writer v0.5.1 |
| 725 | 2026-08-12T20:43:19.977Z | Downloaded delegate v0.13.5 |
| 726 | 2026-08-12T20:43:19.980Z | Downloaded unicode-properties v0.1.4 |
| 727 | 2026-08-12T20:43:19.980Z | Downloaded bytes v1.11.1 |
| 728 | 2026-08-12T20:43:19.983Z | Downloaded crossbeam-deque v0.8.6 |
| 729 | 2026-08-12T20:43:19.986Z | Downloaded ref-cast-impl v1.0.25 |
| 730 | 2026-08-12T20:43:19.996Z | Downloaded headers v0.4.1 |
| 731 | 2026-08-12T20:43:19.999Z | Downloaded heapless v0.8.0 |
| 732 | 2026-08-12T20:43:20.002Z | Downloaded deranged v0.5.8 |
| 733 | 2026-08-12T20:43:20.002Z | Downloaded rfc6979 v0.6.0 |
| 734 | 2026-08-12T20:43:20.006Z | Downloaded digest v0.11.3 |
| 735 | 2026-08-12T20:43:20.007Z | Downloaded dunce v1.0.5 |
| 736 | 2026-08-12T20:43:20.009Z | Downloaded quick-error v1.2.3 |
| 737 | 2026-08-12T20:43:20.009Z | Downloaded serde_with_macros v3.21.0 |
| 738 | 2026-08-12T20:43:20.009Z | Downloaded rustc_version v0.1.7 |
| 739 | 2026-08-12T20:43:20.009Z | Downloaded rustc_version v0.4.1 |
| 740 | 2026-08-12T20:43:20.013Z | Downloaded linear-map v1.2.0 |
| 741 | 2026-08-12T20:43:20.017Z | Downloaded seq-macro v0.3.6 |
| 742 | 2026-08-12T20:43:20.017Z | Downloaded serde_urlencoded v0.7.1 |
| 743 | 2026-08-12T20:43:20.020Z | Downloaded signal-hook-mio v0.2.5 |
| 744 | 2026-08-12T20:43:20.023Z | Downloaded const-oid v0.9.6 |
| 745 | 2026-08-12T20:43:20.026Z | Downloaded tinyvec v1.10.0 |
| 746 | 2026-08-12T20:43:20.029Z | Downloaded nu-ansi-term v0.50.3 |
| 747 | 2026-08-12T20:43:20.029Z | Downloaded num_enum_derive v0.7.6 |
| 748 | 2026-08-12T20:43:20.032Z | Downloaded peg-macros v0.8.5 |
| 749 | 2026-08-12T20:43:20.032Z | Downloaded vergen v9.1.0 |
| 750 | 2026-08-12T20:43:20.035Z | Downloaded yoke v0.8.1 |
| 751 | 2026-08-12T20:43:20.038Z | Downloaded yasna v0.5.2 |
| 752 | 2026-08-12T20:43:20.042Z | Downloaded keccak v0.2.0 |
| 753 | 2026-08-12T20:43:20.042Z | Downloaded xattr v1.6.1 |
| 754 | 2026-08-12T20:43:20.042Z | Downloaded p384 v0.14.0 |
| 755 | 2026-08-12T20:43:20.044Z | Downloaded libloading v0.8.9 |
| 756 | 2026-08-12T20:43:20.044Z | Downloaded lock_api v0.4.14 |
| 757 | 2026-08-12T20:43:20.045Z | Downloaded serde_spanned v1.1.1 |
| 758 | 2026-08-12T20:43:20.047Z | Downloaded progenitor-impl v0.14.0 |
| 759 | 2026-08-12T20:43:20.050Z | Downloaded rayon-core v1.13.0 |
| 760 | 2026-08-12T20:43:20.053Z | Downloaded strum v0.26.3 |
| 761 | 2026-08-12T20:43:20.056Z | Downloaded either v1.15.0 |
| 762 | 2026-08-12T20:43:20.059Z | Downloaded rand_chacha v0.9.0 |
| 763 | 2026-08-12T20:43:20.059Z | Downloaded rand_core v0.6.4 |
| 764 | 2026-08-12T20:43:20.063Z | Downloaded zone_cfg_derive v0.3.1 |
| 765 | 2026-08-12T20:43:20.069Z | Downloaded cpufeatures v0.3.0 |
| 766 | 2026-08-12T20:43:20.072Z | Downloaded multer v3.1.0 |
| 767 | 2026-08-12T20:43:20.072Z | Downloaded compact_str v0.8.1 |
| 768 | 2026-08-12T20:43:20.076Z | Downloaded const_format v0.2.35 |
| 769 | 2026-08-12T20:43:20.076Z | Downloaded crc v3.4.0 |
| 770 | 2026-08-12T20:43:20.085Z | Downloaded darling_macro v0.23.0 |
| 771 | 2026-08-12T20:43:20.086Z | Downloaded newtype-uuid-macros v0.1.0 |
| 772 | 2026-08-12T20:43:20.086Z | Downloaded sync_wrapper v1.0.2 |
| 773 | 2026-08-12T20:43:20.086Z | Downloaded hickory-resolver v0.24.4 |
| 774 | 2026-08-12T20:43:20.086Z | Downloaded typify-macro v0.6.2 |
| 775 | 2026-08-12T20:43:20.087Z | Downloaded unarray v0.1.4 |
| 776 | 2026-08-12T20:43:20.090Z | Downloaded resolv-conf v0.7.6 |
| 777 | 2026-08-12T20:43:20.091Z | Downloaded crypto-common v0.2.2 |
| 778 | 2026-08-12T20:43:20.091Z | Downloaded darling_macro v0.20.11 |
| 779 | 2026-08-12T20:43:20.091Z | Downloaded darling_macro v0.13.4 |
| 780 | 2026-08-12T20:43:20.091Z | Downloaded difflib v0.4.0 |
| 781 | 2026-08-12T20:43:20.091Z | Downloaded dof v0.4.0 |
| 782 | 2026-08-12T20:43:20.091Z | Downloaded hashbrown v0.12.3 |
| 783 | 2026-08-12T20:43:20.095Z | Downloaded oxide-tokio-rt v0.1.4 |
| 784 | 2026-08-12T20:43:20.100Z | Downloaded pkg-config v0.3.32 |
| 785 | 2026-08-12T20:43:20.100Z | Downloaded primeorder v0.14.0 |
| 786 | 2026-08-12T20:43:20.100Z | Downloaded proc-macro-error2 v2.0.1 |
| 787 | 2026-08-12T20:43:20.103Z | Downloaded dsl_auto_type v0.2.0 |
| 788 | 2026-08-12T20:43:20.103Z | Downloaded zerofrom v0.1.6 |
| 789 | 2026-08-12T20:43:20.103Z | Downloaded zerofrom-derive v0.1.6 |
| 790 | 2026-08-12T20:43:20.106Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 791 | 2026-08-12T20:43:20.106Z | Downloaded derive_builder v0.20.2 |
| 792 | 2026-08-12T20:43:20.111Z | Downloaded parking_lot v0.11.2 |
| 793 | 2026-08-12T20:43:20.113Z | Downloaded scrypt v0.12.0 |
| 794 | 2026-08-12T20:43:20.113Z | Downloaded semver v0.1.20 |
| 795 | 2026-08-12T20:43:20.113Z | Downloaded usdt-impl v0.6.0 |
| 796 | 2026-08-12T20:43:20.116Z | Downloaded vergen-git2 v9.1.0 |
| 797 | 2026-08-12T20:43:20.120Z | Downloaded inout v0.1.4 |
| 798 | 2026-08-12T20:43:20.120Z | Downloaded instability v0.3.11 |
| 799 | 2026-08-12T20:43:20.125Z | Downloaded slog-json v2.6.1 |
| 800 | 2026-08-12T20:43:20.128Z | Downloaded walkdir v2.5.0 |
| 801 | 2026-08-12T20:43:20.128Z | Downloaded prettyplease v0.2.37 |
| 802 | 2026-08-12T20:43:20.131Z | Downloaded tungstenite v0.21.0 |
| 803 | 2026-08-12T20:43:20.134Z | Downloaded rustls-webpki v0.103.13 |
| 804 | 2026-08-12T20:43:20.136Z | Downloaded slog-term v2.9.2 |
| 805 | 2026-08-12T20:43:20.139Z | Downloaded sqlformat v0.3.5 |
| 806 | 2026-08-12T20:43:20.139Z | Downloaded structmeta-derive v0.3.0 |
| 807 | 2026-08-12T20:43:20.139Z | Downloaded ssh-encoding v0.3.0 |
| 808 | 2026-08-12T20:43:20.142Z | Downloaded synstructure v0.13.2 |
| 809 | 2026-08-12T20:43:20.142Z | Downloaded idna_adapter v1.2.1 |
| 810 | 2026-08-12T20:43:20.142Z | Downloaded newtype_derive v0.1.6 |
| 811 | 2026-08-12T20:43:20.142Z | Downloaded opaque-debug v0.3.1 |
| 812 | 2026-08-12T20:43:20.142Z | Downloaded hickory-server v0.25.2 |
| 813 | 2026-08-12T20:43:20.147Z | Downloaded kem v0.3.0 |
| 814 | 2026-08-12T20:43:20.150Z | Downloaded http v1.4.2 |
| 815 | 2026-08-12T20:43:20.150Z | Downloaded icu_properties v2.1.2 |
| 816 | 2026-08-12T20:43:20.150Z | Downloaded typify v0.6.2 |
| 817 | 2026-08-12T20:43:20.153Z | Downloaded thiserror-no-std v2.0.2 |
| 818 | 2026-08-12T20:43:20.153Z | Downloaded hickory-resolver v0.25.2 |
| 819 | 2026-08-12T20:43:20.157Z | Downloaded base64 v0.21.7 |
| 820 | 2026-08-12T20:43:20.160Z | Downloaded time-macros v0.2.27 |
| 821 | 2026-08-12T20:43:20.163Z | Downloaded tls_codec_derive v0.4.2 |
| 822 | 2026-08-12T20:43:20.163Z | Downloaded unicase v2.9.0 |
| 823 | 2026-08-12T20:43:20.163Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 824 | 2026-08-12T20:43:20.166Z | Downloaded kstat-rs v0.2.5 |
| 825 | 2026-08-12T20:43:20.166Z | Downloaded lru-cache v0.1.2 |
| 826 | 2026-08-12T20:43:20.169Z | Downloaded nodrop v0.1.14 |
| 827 | 2026-08-12T20:43:20.172Z | Downloaded tokio-tungstenite v0.23.1 |
| 828 | 2026-08-12T20:43:20.175Z | Downloaded radium v0.7.0 |
| 829 | 2026-08-12T20:43:20.179Z | Downloaded hashbrown v0.13.2 |
| 830 | 2026-08-12T20:43:20.183Z | Downloaded base64 v0.22.1 |
| 831 | 2026-08-12T20:43:20.183Z | Downloaded ena v0.14.4 |
| 832 | 2026-08-12T20:43:20.186Z | Downloaded indoc v2.0.7 |
| 833 | 2026-08-12T20:43:20.186Z | Downloaded term v1.2.1 |
| 834 | 2026-08-12T20:43:20.186Z | Downloaded untrusted v0.9.0 |
| 835 | 2026-08-12T20:43:20.190Z | Downloaded libsw-core v0.3.2 |
| 836 | 2026-08-12T20:43:20.194Z | Downloaded parse-size v1.1.0 |
| 837 | 2026-08-12T20:43:20.194Z | Downloaded slog-envlogger v2.2.0 |
| 838 | 2026-08-12T20:43:20.194Z | Downloaded stable_deref_trait v1.2.1 |
| 839 | 2026-08-12T20:43:20.197Z | Downloaded proc-macro-crate v3.4.0 |
| 840 | 2026-08-12T20:43:20.200Z | Downloaded serde_bytes v0.11.19 |
| 841 | 2026-08-12T20:43:20.200Z | Downloaded signature v3.0.0 |
| 842 | 2026-08-12T20:43:20.202Z | Downloaded sponge-cursor v0.1.0 |
| 843 | 2026-08-12T20:43:20.202Z | Downloaded progenitor-extras v0.2.0 |
| 844 | 2026-08-12T20:43:20.202Z | Downloaded toml v0.7.8 |
| 845 | 2026-08-12T20:43:20.206Z | Downloaded indexmap v1.9.3 |
| 846 | 2026-08-12T20:43:20.217Z | Downloaded serde_plain v1.0.2 |
| 847 | 2026-08-12T20:43:20.220Z | Downloaded serde_repr v0.1.20 |
| 848 | 2026-08-12T20:43:20.220Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 849 | 2026-08-12T20:43:20.224Z | Downloaded mime_guess v2.0.5 |
| 850 | 2026-08-12T20:43:20.235Z | Downloaded num-complex v0.4.6 |
| 851 | 2026-08-12T20:43:20.238Z | Downloaded unit-prefix v0.5.2 |
| 852 | 2026-08-12T20:43:20.241Z | Downloaded utf-8 v0.7.6 |
| 853 | 2026-08-12T20:43:20.247Z | Downloaded pem-rfc7468 v1.0.0 |
| 854 | 2026-08-12T20:43:20.250Z | Downloaded phf v0.13.1 |
| 855 | 2026-08-12T20:43:20.250Z | Downloaded libsw v3.5.0 |
| 856 | 2026-08-12T20:43:20.250Z | Downloaded lru-slab v0.1.2 |
| 857 | 2026-08-12T20:43:20.250Z | Downloaded structmeta v0.3.0 |
| 858 | 2026-08-12T20:43:20.254Z | Downloaded signal-hook v0.3.18 |
| 859 | 2026-08-12T20:43:20.259Z | Downloaded socket2 v0.5.10 |
| 860 | 2026-08-12T20:43:20.259Z | Downloaded tokio-rustls v0.26.4 |
| 861 | 2026-08-12T20:43:20.259Z | Downloaded async-compression v0.4.41 |
| 862 | 2026-08-12T20:43:20.262Z | Downloaded bumpalo v3.20.2 |
| 863 | 2026-08-12T20:43:20.262Z | Downloaded r2d2 v0.8.10 |
| 864 | 2026-08-12T20:43:20.262Z | Downloaded wnaf v0.14.0 |
| 865 | 2026-08-12T20:43:20.266Z | Downloaded xshell-macros v0.2.7 |
| 866 | 2026-08-12T20:43:20.266Z | Downloaded module-lattice v0.2.3 |
| 867 | 2026-08-12T20:43:20.266Z | Downloaded crypto-bigint v0.5.5 |
| 868 | 2026-08-12T20:43:20.269Z | Downloaded time-core v0.1.8 |
| 869 | 2026-08-12T20:43:20.269Z | Downloaded hashbrown v0.15.5 |
| 870 | 2026-08-12T20:43:20.272Z | Downloaded tracing-core v0.1.36 |
| 871 | 2026-08-12T20:43:20.275Z | Downloaded waitgroup v0.1.2 |
| 872 | 2026-08-12T20:43:20.275Z | Downloaded cc v1.2.56 |
| 873 | 2026-08-12T20:43:20.275Z | Downloaded darling_core v0.21.3 |
| 874 | 2026-08-12T20:43:20.278Z | Downloaded oxide-update-engine-display v0.1.2 |
| 875 | 2026-08-12T20:43:20.281Z | Downloaded signature v2.2.0 |
| 876 | 2026-08-12T20:43:20.281Z | Downloaded slog-async v2.8.0 |
| 877 | 2026-08-12T20:43:20.281Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 878 | 2026-08-12T20:43:20.281Z | Downloaded display-error-chain v0.2.2 |
| 879 | 2026-08-12T20:43:20.284Z | Downloaded oxide-update-engine v0.1.2 |
| 880 | 2026-08-12T20:43:20.287Z | Downloaded pkcs8 v0.10.2 |
| 881 | 2026-08-12T20:43:20.289Z | Downloaded p521 v0.14.0 |
| 882 | 2026-08-12T20:43:20.293Z | Downloaded icu_collections v2.1.1 |
| 883 | 2026-08-12T20:43:20.295Z | Downloaded rcgen v0.12.1 |
| 884 | 2026-08-12T20:43:20.298Z | Downloaded crucible-workspace-hack v0.1.0 |
| 885 | 2026-08-12T20:43:20.298Z | Downloaded crunchy v0.2.4 |
| 886 | 2026-08-12T20:43:20.298Z | Downloaded zerocopy v0.6.6 |
| 887 | 2026-08-12T20:43:20.301Z | Downloaded zopfli v0.8.3 |
| 888 | 2026-08-12T20:43:20.301Z | Downloaded indicatif v0.18.4 |
| 889 | 2026-08-12T20:43:20.306Z | Downloaded crc-any v2.5.0 |
| 890 | 2026-08-12T20:43:20.306Z | Downloaded md5 v0.8.0 |
| 891 | 2026-08-12T20:43:20.306Z | Downloaded des v0.9.0 |
| 892 | 2026-08-12T20:43:20.311Z | Downloaded derive_builder_macro v0.20.2 |
| 893 | 2026-08-12T20:43:20.314Z | Downloaded scroll v0.13.0 |
| 894 | 2026-08-12T20:43:20.314Z | Downloaded derive-where v1.6.0 |
| 895 | 2026-08-12T20:43:20.320Z | Downloaded olpc-cjson v0.1.4 |
| 896 | 2026-08-12T20:43:20.326Z | Downloaded mime v0.3.17 |
| 897 | 2026-08-12T20:43:20.331Z | Downloaded zerotrie v0.2.3 |
| 898 | 2026-08-12T20:43:20.333Z | Downloaded yansi v1.0.1 |
| 899 | 2026-08-12T20:43:20.339Z | Downloaded zerovec-derive v0.11.2 |
| 900 | 2026-08-12T20:43:20.344Z | Downloaded stringprep v0.1.5 |
| 901 | 2026-08-12T20:43:20.344Z | Downloaded subtle v2.6.1 |
| 902 | 2026-08-12T20:43:20.344Z | Downloaded support-bundle-viewer v0.1.2 |
| 903 | 2026-08-12T20:43:20.349Z | Downloaded displaydoc v0.2.5 |
| 904 | 2026-08-12T20:43:20.351Z | Downloaded ml-kem v0.3.2 |
| 905 | 2026-08-12T20:43:20.354Z | Downloaded tiny-keccak v2.0.2 |
| 906 | 2026-08-12T20:43:20.354Z | Downloaded tokio-tungstenite v0.21.0 |
| 907 | 2026-08-12T20:43:20.357Z | Downloaded precomputed-hash v0.1.1 |
| 908 | 2026-08-12T20:43:20.357Z | Downloaded psl-types v2.0.11 |
| 909 | 2026-08-12T20:43:20.357Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 910 | 2026-08-12T20:43:20.357Z | Downloaded tui-tree-widget v0.23.1 |
| 911 | 2026-08-12T20:43:20.360Z | Downloaded rtoolbox v0.0.3 |
| 912 | 2026-08-12T20:43:20.365Z | Downloaded scheduled-thread-pool v0.2.7 |
| 913 | 2026-08-12T20:43:20.365Z | Downloaded openssl-sys v0.9.117 |
| 914 | 2026-08-12T20:43:20.368Z | Downloaded crossbeam-channel v0.5.15 |
| 915 | 2026-08-12T20:43:20.372Z | Downloaded derive_more-impl v2.1.1 |
| 916 | 2026-08-12T20:43:20.372Z | Downloaded password-hash v0.5.0 |
| 917 | 2026-08-12T20:43:20.375Z | Downloaded postgres-types v0.2.12 |
| 918 | 2026-08-12T20:43:20.378Z | Downloaded ipnetwork v0.21.1 |
| 919 | 2026-08-12T20:43:20.378Z | Downloaded take_mut v0.2.2 |
| 920 | 2026-08-12T20:43:20.381Z | Downloaded siphasher v1.0.2 |
| 921 | 2026-08-12T20:43:20.381Z | Downloaded zstd-safe v7.2.4 |
| 922 | 2026-08-12T20:43:20.384Z | Downloaded tower-service v0.3.3 |
| 923 | 2026-08-12T20:43:20.390Z | Downloaded tokio-postgres v0.7.16 |
| 924 | 2026-08-12T20:43:20.395Z | Downloaded dropshot_endpoint v0.17.1 |
| 925 | 2026-08-12T20:43:20.398Z | Downloaded num-traits v0.2.19 |
| 926 | 2026-08-12T20:43:20.401Z | Downloaded nanorand v0.7.0 |
| 927 | 2026-08-12T20:43:20.401Z | Downloaded num-integer v0.1.46 |
| 928 | 2026-08-12T20:43:20.401Z | Downloaded native-tls v0.2.18 |
| 929 | 2026-08-12T20:43:20.401Z | Downloaded phc v0.6.1 |
| 930 | 2026-08-12T20:43:20.404Z | Downloaded tokio-test v0.4.5 |
| 931 | 2026-08-12T20:43:20.404Z | Downloaded trait-variant v0.1.2 |
| 932 | 2026-08-12T20:43:20.407Z | Downloaded zeroize_derive v1.5.0 |
| 933 | 2026-08-12T20:43:20.410Z | Downloaded jobserver v0.1.34 |
| 934 | 2026-08-12T20:43:20.410Z | Downloaded parse-display-derive v0.10.0 |
| 935 | 2026-08-12T20:43:20.415Z | Downloaded schemars v1.2.1 |
| 936 | 2026-08-12T20:43:20.418Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 937 | 2026-08-12T20:43:20.422Z | Downloaded zip v4.6.1 |
| 938 | 2026-08-12T20:43:20.425Z | Downloaded x509-cert v0.2.5 |
| 939 | 2026-08-12T20:43:20.433Z | Downloaded rand v0.10.1 |
| 940 | 2026-08-12T20:43:20.435Z | Downloaded universal-hash v0.5.1 |
| 941 | 2026-08-12T20:43:20.443Z | Downloaded rustls-native-certs v0.8.3 |
| 942 | 2026-08-12T20:43:20.446Z | Downloaded dirs-next v2.0.0 |
| 943 | 2026-08-12T20:43:20.449Z | Downloaded icu_locale_core v2.1.1 |
| 944 | 2026-08-12T20:43:20.452Z | Downloaded peg v0.8.5 |
| 945 | 2026-08-12T20:43:20.455Z | Downloaded predicates v3.1.4 |
| 946 | 2026-08-12T20:43:20.461Z | Downloaded is_ci v1.2.0 |
| 947 | 2026-08-12T20:43:20.465Z | Downloaded indoc v1.0.9 |
| 948 | 2026-08-12T20:43:20.465Z | Downloaded rustls-pemfile v2.2.0 |
| 949 | 2026-08-12T20:43:20.465Z | Downloaded diesel_derives v2.3.7 |
| 950 | 2026-08-12T20:43:20.468Z | Downloaded p256 v0.14.0 |
| 951 | 2026-08-12T20:43:20.471Z | Downloaded libscf-sys v1.2.0 |
| 952 | 2026-08-12T20:43:20.475Z | Downloaded nibble_vec v0.1.0 |
| 953 | 2026-08-12T20:43:20.475Z | Downloaded pkcs5 v0.8.1 |
| 954 | 2026-08-12T20:43:20.480Z | Downloaded serde_with v1.14.0 |
| 955 | 2026-08-12T20:43:20.483Z | Downloaded sha1 v0.11.0 |
| 956 | 2026-08-12T20:43:20.483Z | Downloaded cookie v0.18.1 |
| 957 | 2026-08-12T20:43:20.484Z | Downloaded serde_derive_internals v0.29.1 |
| 958 | 2026-08-12T20:43:20.484Z | Downloaded serde_path_to_error v0.1.20 |
| 959 | 2026-08-12T20:43:20.484Z | Downloaded lru v0.12.5 |
| 960 | 2026-08-12T20:43:20.488Z | Downloaded num-derive v0.4.2 |
| 961 | 2026-08-12T20:43:20.488Z | Downloaded num-iter v0.1.45 |
| 962 | 2026-08-12T20:43:20.493Z | Downloaded recursive v0.1.1 |
| 963 | 2026-08-12T20:43:20.493Z | Downloaded qorb v0.4.1 |
| 964 | 2026-08-12T20:43:20.500Z | Downloaded samael v0.0.19 |
| 965 | 2026-08-12T20:43:20.501Z | Downloaded slog-scope v4.4.1 |
| 966 | 2026-08-12T20:43:20.501Z | Downloaded smallvec v0.6.14 |
| 967 | 2026-08-12T20:43:20.501Z | Downloaded parking_lot v0.12.5 |
| 968 | 2026-08-12T20:43:20.506Z | Downloaded hyper v1.10.1 |
| 969 | 2026-08-12T20:43:20.506Z | Downloaded wyz v0.5.1 |
| 970 | 2026-08-12T20:43:20.506Z | Downloaded writeable v0.6.2 |
| 971 | 2026-08-12T20:43:20.510Z | Downloaded darling v0.20.11 |
| 972 | 2026-08-12T20:43:20.510Z | Downloaded prefix-trie v0.7.0 |
| 973 | 2026-08-12T20:43:20.510Z | Downloaded uuid v1.23.4 |
| 974 | 2026-08-12T20:43:20.514Z | Downloaded ingot-macros v0.2.0 |
| 975 | 2026-08-12T20:43:20.515Z | Downloaded iana-time-zone v0.1.65 |
| 976 | 2026-08-12T20:43:20.518Z | Downloaded daft v0.1.7 |
| 977 | 2026-08-12T20:43:20.518Z | Downloaded zeroize v1.9.0 |
| 978 | 2026-08-12T20:43:20.518Z | Downloaded slog-stdlog v4.1.1 |
| 979 | 2026-08-12T20:43:20.518Z | Downloaded signal-hook-tokio v0.3.1 |
| 980 | 2026-08-12T20:43:20.518Z | Downloaded proc-macro-crate v1.3.1 |
| 981 | 2026-08-12T20:43:20.522Z | Downloaded sha1 v0.10.6 |
| 982 | 2026-08-12T20:43:20.536Z | Downloaded unicode-truncate v1.1.0 |
| 983 | 2026-08-12T20:43:20.539Z | Downloaded usdt v0.6.0 |
| 984 | 2026-08-12T20:43:20.542Z | Downloaded void v1.0.2 |
| 985 | 2026-08-12T20:43:20.545Z | Downloaded debug-ignore v1.0.5 |
| 986 | 2026-08-12T20:43:20.548Z | Downloaded h2 v0.4.15 |
| 987 | 2026-08-12T20:43:20.551Z | Downloaded unicode-xid v0.2.6 |
| 988 | 2026-08-12T20:43:20.551Z | Downloaded hashbrown v0.16.1 |
| 989 | 2026-08-12T20:43:20.554Z | Downloaded regex v1.12.3 |
| 990 | 2026-08-12T20:43:20.557Z | Downloaded aes v0.9.1 |
| 991 | 2026-08-12T20:43:20.560Z | Downloaded critical-section v1.2.0 |
| 992 | 2026-08-12T20:43:20.560Z | Downloaded memoffset v0.9.1 |
| 993 | 2026-08-12T20:43:20.563Z | Downloaded litrs v1.0.0 |
| 994 | 2026-08-12T20:43:20.563Z | Downloaded tungstenite v0.23.0 |
| 995 | 2026-08-12T20:43:20.566Z | Downloaded futures-util v0.3.32 |
| 996 | 2026-08-12T20:43:20.570Z | Downloaded derive-ex v0.1.8 |
| 997 | 2026-08-12T20:43:20.573Z | Downloaded ed25519 v3.0.0 |
| 998 | 2026-08-12T20:43:20.573Z | Downloaded hkdf v0.12.4 |
| 999 | 2026-08-12T20:43:20.573Z | Downloaded ipnet v2.11.0 |
| 1000 | 2026-08-12T20:43:20.578Z | Downloaded quinn-udp v0.5.14 |
| 1001 | 2026-08-12T20:43:20.578Z | Downloaded pin-project v1.1.11 |
| 1002 | 2026-08-12T20:43:20.583Z | Downloaded vergen-gitcl v1.0.8 |
| 1003 | 2026-08-12T20:43:20.587Z | Downloaded indent_write v2.2.0 |
| 1004 | 2026-08-12T20:43:20.588Z | Downloaded multimap v0.10.1 |
| 1005 | 2026-08-12T20:43:20.588Z | Downloaded ecdsa v0.17.0 |
| 1006 | 2026-08-12T20:43:20.588Z | Downloaded dirs-sys-next v0.1.2 |
| 1007 | 2026-08-12T20:43:20.588Z | Downloaded rustyline v14.0.0 |
| 1008 | 2026-08-12T20:43:20.591Z | Downloaded darling_core v0.20.11 |
| 1009 | 2026-08-12T20:43:20.591Z | Downloaded pin-project-internal v1.1.11 |
| 1010 | 2026-08-12T20:43:20.597Z | Downloaded ron v0.8.1 |
| 1011 | 2026-08-12T20:43:20.599Z | Downloaded ignore v0.4.25 |
| 1012 | 2026-08-12T20:43:20.599Z | Downloaded openssl-probe v0.2.1 |
| 1013 | 2026-08-12T20:43:20.599Z | Downloaded elliptic-curve v0.13.8 |
| 1014 | 2026-08-12T20:43:20.599Z | Downloaded darling v0.23.0 |
| 1015 | 2026-08-12T20:43:20.602Z | Downloaded defmt v1.0.1 |
| 1016 | 2026-08-12T20:43:20.606Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1017 | 2026-08-12T20:43:20.606Z | Downloaded pbkdf2 v0.13.0 |
| 1018 | 2026-08-12T20:43:20.606Z | Downloaded tokio-stream v0.1.18 |
| 1019 | 2026-08-12T20:43:20.610Z | Downloaded ppv-lite86 v0.2.21 |
| 1020 | 2026-08-12T20:43:20.610Z | Downloaded primeorder v0.13.6 |
| 1021 | 2026-08-12T20:43:20.613Z | Downloaded rusty-fork v0.3.1 |
| 1022 | 2026-08-12T20:43:20.613Z | Downloaded tls_codec v0.4.2 |
| 1023 | 2026-08-12T20:43:20.613Z | Downloaded is-terminal v0.4.17 |
| 1024 | 2026-08-12T20:43:20.613Z | Downloaded rand_chacha v0.3.1 |
| 1025 | 2026-08-12T20:43:20.614Z | Downloaded schemars v0.8.22 |
| 1026 | 2026-08-12T20:43:20.620Z | Downloaded strum_macros v0.26.4 |
| 1027 | 2026-08-12T20:43:20.624Z | Downloaded tokio-macros v2.7.0 |
| 1028 | 2026-08-12T20:43:20.624Z | Downloaded diff v0.1.13 |
| 1029 | 2026-08-12T20:43:20.624Z | Downloaded vsss-rs v3.3.4 |
| 1030 | 2026-08-12T20:43:20.624Z | Downloaded nom v8.0.0 |
| 1031 | 2026-08-12T20:43:20.627Z | Downloaded unicode-normalization v0.1.25 |
| 1032 | 2026-08-12T20:43:20.630Z | Downloaded tagptr v0.2.0 |
| 1033 | 2026-08-12T20:43:20.630Z | Downloaded thread-id v5.1.0 |
| 1034 | 2026-08-12T20:43:20.630Z | Downloaded usdt-macro v0.6.0 |
| 1035 | 2026-08-12T20:43:20.630Z | Downloaded oso v0.27.3 |
| 1036 | 2026-08-12T20:43:20.633Z | Downloaded stacker v0.1.23 |
| 1037 | 2026-08-12T20:43:20.633Z | Downloaded hkdf v0.13.0 |
| 1038 | 2026-08-12T20:43:20.635Z | Downloaded subprocess v0.2.15 |
| 1039 | 2026-08-12T20:43:20.638Z | Downloaded universal-hash v0.6.1 |
| 1040 | 2026-08-12T20:43:20.638Z | Downloaded csv-core v0.1.13 |
| 1041 | 2026-08-12T20:43:20.641Z | Downloaded darling v0.13.4 |
| 1042 | 2026-08-12T20:43:20.644Z | Downloaded thread_local v1.1.9 |
| 1043 | 2026-08-12T20:43:20.647Z | Downloaded aes-gcm v0.11.0 |
| 1044 | 2026-08-12T20:43:20.647Z | Downloaded parking_lot_core v0.9.12 |
| 1045 | 2026-08-12T20:43:20.649Z | Downloaded crossbeam-epoch v0.9.18 |
| 1046 | 2026-08-12T20:43:20.650Z | Downloaded der_derive v0.7.3 |
| 1047 | 2026-08-12T20:43:20.654Z | Downloaded unicode_categories v0.1.1 |
| 1048 | 2026-08-12T20:43:20.654Z | Downloaded zstd v0.13.3 |
| 1049 | 2026-08-12T20:43:20.654Z | Downloaded defmt-parser v1.0.0 |
| 1050 | 2026-08-12T20:43:20.657Z | Downloaded dyn-clone v1.0.20 |
| 1051 | 2026-08-12T20:43:20.657Z | Downloaded itertools v0.13.0 |
| 1052 | 2026-08-12T20:43:20.661Z | Downloaded quinn v0.11.11 |
| 1053 | 2026-08-12T20:43:20.670Z | Downloaded scroll_derive v0.13.1 |
| 1054 | 2026-08-12T20:43:20.670Z | Downloaded darling_core v0.23.0 |
| 1055 | 2026-08-12T20:43:20.670Z | Downloaded parking_lot_core v0.8.6 |
| 1056 | 2026-08-12T20:43:20.670Z | Downloaded poly1305 v0.8.0 |
| 1057 | 2026-08-12T20:43:20.670Z | Downloaded maybe-uninit v2.0.0 |
| 1058 | 2026-08-12T20:43:20.670Z | Downloaded new_debug_unreachable v1.0.6 |
| 1059 | 2026-08-12T20:43:20.673Z | Downloaded derive_builder_core v0.20.2 |
| 1060 | 2026-08-12T20:43:20.673Z | Downloaded derive_more v2.1.1 |
| 1061 | 2026-08-12T20:43:20.678Z | Downloaded icu_provider v2.1.1 |
| 1062 | 2026-08-12T20:43:20.680Z | Downloaded rand_pcg v0.10.2 |
| 1063 | 2026-08-12T20:43:20.683Z | Downloaded rsa v0.9.10 |
| 1064 | 2026-08-12T20:43:20.686Z | Downloaded num_enum v0.5.11 |
| 1065 | 2026-08-12T20:43:20.689Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1066 | 2026-08-12T20:43:20.694Z | Downloaded serde_with_macros v1.5.2 |
| 1067 | 2026-08-12T20:43:20.694Z | Downloaded cookie_store v0.22.1 |
| 1068 | 2026-08-12T20:43:20.694Z | Downloaded ref-cast v1.0.25 |
| 1069 | 2026-08-12T20:43:20.697Z | Downloaded strum v0.27.2 |
| 1070 | 2026-08-12T20:43:20.697Z | Downloaded crc8 v0.1.1 |
| 1071 | 2026-08-12T20:43:20.700Z | Downloaded pem-rfc7468 v0.7.0 |
| 1072 | 2026-08-12T20:43:20.704Z | Downloaded serde_cbor v0.11.2 |
| 1073 | 2026-08-12T20:43:20.709Z | Downloaded schemars v0.9.0 |
| 1074 | 2026-08-12T20:43:20.715Z | Downloaded tar v0.4.46 |
| 1075 | 2026-08-12T20:43:20.719Z | Downloaded ctr v0.10.1 |
| 1076 | 2026-08-12T20:43:20.720Z | Downloaded diesel-dtrace v0.5.0 |
| 1077 | 2026-08-12T20:43:20.723Z | Downloaded instant v0.1.13 |
| 1078 | 2026-08-12T20:43:20.723Z | Downloaded newline-converter v0.3.0 |
| 1079 | 2026-08-12T20:43:20.723Z | Downloaded postgres-protocol v0.6.10 |
| 1080 | 2026-08-12T20:43:20.723Z | Downloaded progenitor-client v0.13.0 |
| 1081 | 2026-08-12T20:43:20.730Z | Downloaded illumos-nvpair v0.3.0 |
| 1082 | 2026-08-12T20:43:20.733Z | Downloaded shlex v1.3.0 |
| 1083 | 2026-08-12T20:43:20.733Z | Downloaded term v0.7.0 |
| 1084 | 2026-08-12T20:43:20.738Z | Downloaded slog v2.8.2 |
| 1085 | 2026-08-12T20:43:20.741Z | Downloaded vte v0.14.1 |
| 1086 | 2026-08-12T20:43:20.741Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1087 | 2026-08-12T20:43:20.745Z | Downloaded snafu-derive v0.8.9 |
| 1088 | 2026-08-12T20:43:20.745Z | Downloaded percent-encoding v2.3.2 |
| 1089 | 2026-08-12T20:43:20.745Z | Downloaded parse-display v0.10.0 |
| 1090 | 2026-08-12T20:43:20.750Z | Downloaded jiff-static v0.2.34 |
| 1091 | 2026-08-12T20:43:20.753Z | Downloaded progenitor-client v0.14.0 |
| 1092 | 2026-08-12T20:43:20.757Z | Downloaded zerocopy-derive v0.8.40 |
| 1093 | 2026-08-12T20:43:20.766Z | Downloaded rsa v0.10.0-rc.18 |
| 1094 | 2026-08-12T20:43:20.769Z | Downloaded rustc-hash v2.1.1 |
| 1095 | 2026-08-12T20:43:20.772Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1096 | 2026-08-12T20:43:20.776Z | Downloaded russh-util v0.52.0 |
| 1097 | 2026-08-12T20:43:20.779Z | Downloaded tinyvec_macros v0.1.1 |
| 1098 | 2026-08-12T20:43:20.780Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1099 | 2026-08-12T20:43:20.780Z | Downloaded linked-hash-map v0.5.6 |
| 1100 | 2026-08-12T20:43:20.780Z | Downloaded md-5 v0.10.6 |
| 1101 | 2026-08-12T20:43:20.780Z | Downloaded idna v1.1.0 |
| 1102 | 2026-08-12T20:43:20.783Z | Downloaded ed25519-dalek v3.0.0 |
| 1103 | 2026-08-12T20:43:20.783Z | Downloaded data-encoding v2.10.0 |
| 1104 | 2026-08-12T20:43:20.786Z | Downloaded twox-hash v2.1.2 |
| 1105 | 2026-08-12T20:43:20.793Z | Downloaded libefi-sys v0.1.0 |
| 1106 | 2026-08-12T20:43:20.796Z | Downloaded scopeguard v1.2.0 |
| 1107 | 2026-08-12T20:43:20.798Z | Downloaded password-hash v0.6.1 |
| 1108 | 2026-08-12T20:43:20.801Z | Downloaded pin-project-lite v0.2.17 |
| 1109 | 2026-08-12T20:43:20.804Z | Downloaded winnow v1.0.3 |
| 1110 | 2026-08-12T20:43:20.810Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1111 | 2026-08-12T20:43:20.814Z | Downloaded lazy_static v1.5.0 |
| 1112 | 2026-08-12T20:43:20.817Z | Downloaded tabwriter v1.4.1 |
| 1113 | 2026-08-12T20:43:20.817Z | Downloaded secrecy v0.8.0 |
| 1114 | 2026-08-12T20:43:20.828Z | Downloaded der v0.8.0 |
| 1115 | 2026-08-12T20:43:20.832Z | Downloaded string_cache v0.8.9 |
| 1116 | 2026-08-12T20:43:20.834Z | Downloaded vergen-lib v0.1.6 |
| 1117 | 2026-08-12T20:43:20.834Z | Downloaded corncobs v0.1.4 |
| 1118 | 2026-08-12T20:43:20.834Z | Downloaded embedded-io v0.4.0 |
| 1119 | 2026-08-12T20:43:20.837Z | Downloaded zone v0.3.1 |
| 1120 | 2026-08-12T20:43:20.837Z | Downloaded owo-colors v4.3.0 |
| 1121 | 2026-08-12T20:43:20.840Z | Downloaded oso-derive v0.27.3 |
| 1122 | 2026-08-12T20:43:20.844Z | Downloaded yoke-derive v0.8.1 |
| 1123 | 2026-08-12T20:43:20.847Z | Downloaded crc32fast v1.5.0 |
| 1124 | 2026-08-12T20:43:20.850Z | Downloaded spin v0.9.8 |
| 1125 | 2026-08-12T20:43:20.850Z | Downloaded testing_table v0.3.0 |
| 1126 | 2026-08-12T20:43:20.850Z | Downloaded openssl-probe v0.1.6 |
| 1127 | 2026-08-12T20:43:20.850Z | Downloaded paste v1.0.15 |
| 1128 | 2026-08-12T20:43:20.855Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1129 | 2026-08-12T20:43:20.858Z | Downloaded strum_macros v0.24.3 |
| 1130 | 2026-08-12T20:43:20.865Z | Downloaded slab v0.4.12 |
| 1131 | 2026-08-12T20:43:20.868Z | Downloaded try-lock v0.2.5 |
| 1132 | 2026-08-12T20:43:20.871Z | Downloaded keccak v0.1.6 |
| 1133 | 2026-08-12T20:43:20.874Z | Downloaded sqlparser_derive v0.5.0 |
| 1134 | 2026-08-12T20:43:20.879Z | Downloaded defmt-macros v1.0.1 |
| 1135 | 2026-08-12T20:43:20.881Z | Downloaded pretty_assertions v1.4.1 |
| 1136 | 2026-08-12T20:43:20.884Z | Downloaded litemap v0.8.1 |
| 1137 | 2026-08-12T20:43:20.888Z | Downloaded pkcs8 v0.11.0 |
| 1138 | 2026-08-12T20:43:20.896Z | Downloaded xshell v0.2.7 |
| 1139 | 2026-08-12T20:43:20.899Z | Downloaded elliptic-curve v0.14.1 |
| 1140 | 2026-08-12T20:43:20.906Z | Downloaded document-features v0.2.12 |
| 1141 | 2026-08-12T20:43:20.909Z | Downloaded secrecy v0.10.3 |
| 1142 | 2026-08-12T20:43:20.915Z | Downloaded itertools v0.10.5 |
| 1143 | 2026-08-12T20:43:20.919Z | Downloaded jiff-core v0.1.0 |
| 1144 | 2026-08-12T20:43:20.929Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1145 | 2026-08-12T20:43:20.929Z | Downloaded ryu v1.0.23 |
| 1146 | 2026-08-12T20:43:20.929Z | Downloaded tokio-dtrace v0.1.1 |
| 1147 | 2026-08-12T20:43:20.933Z | Downloaded postcard v1.1.3 |
| 1148 | 2026-08-12T20:43:20.933Z | Downloaded rand_seeder v0.4.0 |
| 1149 | 2026-08-12T20:43:20.933Z | Downloaded miniz_oxide v0.8.9 |
| 1150 | 2026-08-12T20:43:20.933Z | Downloaded rand_core v0.10.0 |
| 1151 | 2026-08-12T20:43:20.934Z | Downloaded want v0.3.1 |
| 1152 | 2026-08-12T20:43:20.934Z | Downloaded ed25519 v2.2.3 |
| 1153 | 2026-08-12T20:43:20.934Z | Downloaded p384 v0.13.1 |
| 1154 | 2026-08-12T20:43:20.937Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1155 | 2026-08-12T20:43:20.937Z | Downloaded tokio-util v0.7.18 |
| 1156 | 2026-08-12T20:43:20.940Z | Downloaded tough v0.22.0 |
| 1157 | 2026-08-12T20:43:20.944Z | Downloaded ecdsa v0.16.9 |
| 1158 | 2026-08-12T20:43:20.947Z | Downloaded rustls-pki-types v1.14.0 |
| 1159 | 2026-08-12T20:43:20.947Z | Downloaded salsa20 v0.11.0 |
| 1160 | 2026-08-12T20:43:20.950Z | Downloaded crossbeam-utils v0.8.21 |
| 1161 | 2026-08-12T20:43:20.950Z | Downloaded ingot-types v0.2.0 |
| 1162 | 2026-08-12T20:43:20.952Z | Downloaded num_enum v0.7.6 |
| 1163 | 2026-08-12T20:43:20.955Z | Downloaded proptest v1.11.0 |
| 1164 | 2026-08-12T20:43:20.958Z | Downloaded uzers v0.12.2 |
| 1165 | 2026-08-12T20:43:20.961Z | Downloaded winnow v0.6.26 |
| 1166 | 2026-08-12T20:43:20.966Z | Downloaded port-file v0.1.0 |
| 1167 | 2026-08-12T20:43:20.969Z | Downloaded newtype-uuid v1.3.2 |
| 1168 | 2026-08-12T20:43:20.969Z | Downloaded serdect v0.4.3 |
| 1169 | 2026-08-12T20:43:20.969Z | Downloaded psm v0.1.30 |
| 1170 | 2026-08-12T20:43:20.969Z | Downloaded daft-derive v0.1.7 |
| 1171 | 2026-08-12T20:43:20.972Z | Downloaded git2 v0.20.4 |
| 1172 | 2026-08-12T20:43:20.976Z | Downloaded ingot v0.2.1 |
| 1173 | 2026-08-12T20:43:20.979Z | Downloaded nom v7.1.3 |
| 1174 | 2026-08-12T20:43:20.984Z | Downloaded tower-http v0.6.8 |
| 1175 | 2026-08-12T20:43:20.988Z | Downloaded zlib-rs v0.6.2 |
| 1176 | 2026-08-12T20:43:20.991Z | Downloaded oxnet v0.1.6 |
| 1177 | 2026-08-12T20:43:20.991Z | Downloaded whoami v2.1.0 |
| 1178 | 2026-08-12T20:43:21.002Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1179 | 2026-08-12T20:43:21.005Z | Downloaded ssh-cipher v0.3.0 |
| 1180 | 2026-08-12T20:43:21.008Z | Downloaded hyper-util v0.1.20 |
| 1181 | 2026-08-12T20:43:21.011Z | Downloaded toml_edit v0.19.15 |
| 1182 | 2026-08-12T20:43:21.020Z | Downloaded aws-lc-rs v1.16.3 |
| 1183 | 2026-08-12T20:43:21.025Z | Downloaded quick-xml v0.37.5 |
| 1184 | 2026-08-12T20:43:21.028Z | Downloaded bitvec v1.0.1 |
| 1185 | 2026-08-12T20:43:21.037Z | Downloaded icu_normalizer v2.1.1 |
| 1186 | 2026-08-12T20:43:21.040Z | Downloaded memmap2 v0.9.10 |
| 1187 | 2026-08-12T20:43:21.040Z | Downloaded ed25519-dalek v2.2.0 |
| 1188 | 2026-08-12T20:43:21.043Z | Downloaded zip v0.6.6 |
| 1189 | 2026-08-12T20:43:21.043Z | Downloaded scuffle v0.1.0 |
| 1190 | 2026-08-12T20:43:21.046Z | Downloaded unicode-bidi v0.3.18 |
| 1191 | 2026-08-12T20:43:21.046Z | Downloaded unsafe-libyaml v0.2.11 |
| 1192 | 2026-08-12T20:43:21.049Z | Downloaded minimal-lexical v0.2.1 |
| 1193 | 2026-08-12T20:43:21.053Z | Downloaded darling_core v0.13.4 |
| 1194 | 2026-08-12T20:43:21.057Z | Downloaded darling v0.21.3 |
| 1195 | 2026-08-12T20:43:21.057Z | Downloaded socket2 v0.6.3 |
| 1196 | 2026-08-12T20:43:21.059Z | Downloaded drift v0.2.0 |
| 1197 | 2026-08-12T20:43:21.063Z | Downloaded rawzip v0.4.4 |
| 1198 | 2026-08-12T20:43:21.066Z | Downloaded snafu v0.8.9 |
| 1199 | 2026-08-12T20:43:21.075Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-08-12T20:43:21.078Z | Downloaded blake3 v1.8.5 |
| 1201 | 2026-08-12T20:43:21.082Z | Downloaded russh v0.62.4 |
| 1202 | 2026-08-12T20:43:21.087Z | Downloaded goblin v0.10.5 |
| 1203 | 2026-08-12T20:43:21.091Z | Downloaded progenitor-impl v0.13.0 |
| 1204 | 2026-08-12T20:43:21.096Z | Downloaded derive_more v0.99.20 |
| 1205 | 2026-08-12T20:43:21.099Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1206 | 2026-08-12T20:43:21.099Z | Downloaded itertools v0.12.1 |
| 1207 | 2026-08-12T20:43:21.104Z | Downloaded libxml v0.3.3 |
| 1208 | 2026-08-12T20:43:21.108Z | Downloaded crypto-primes v0.7.2 |
| 1209 | 2026-08-12T20:43:21.108Z | Downloaded publicsuffix v2.3.0 |
| 1210 | 2026-08-12T20:43:21.111Z | Downloaded test-strategy v0.4.5 |
| 1211 | 2026-08-12T20:43:21.111Z | Downloaded omicron-zone-package v0.12.3 |
| 1212 | 2026-08-12T20:43:21.114Z | Downloaded rand v0.9.2 |
| 1213 | 2026-08-12T20:43:21.136Z | Downloaded num-bigint-dig v0.8.6 |
| 1214 | 2026-08-12T20:43:21.139Z | Downloaded url v2.5.8 |
| 1215 | 2026-08-12T20:43:21.139Z | Downloaded icu_normalizer_data v2.1.1 |
| 1216 | 2026-08-12T20:43:21.142Z | Downloaded steno v0.4.1 |
| 1217 | 2026-08-12T20:43:21.145Z | Downloaded time v0.3.47 |
| 1218 | 2026-08-12T20:43:21.149Z | Downloaded smoltcp v0.9.1 |
| 1219 | 2026-08-12T20:43:21.154Z | Downloaded similar v2.7.0 |
| 1220 | 2026-08-12T20:43:21.158Z | Downloaded rayon v1.11.0 |
| 1221 | 2026-08-12T20:43:21.162Z | Downloaded icu_properties_data v2.1.2 |
| 1222 | 2026-08-12T20:43:21.167Z | Downloaded unicode-segmentation v1.12.0 |
| 1223 | 2026-08-12T20:43:21.171Z | Downloaded iddqd v0.4.2 |
| 1224 | 2026-08-12T20:43:21.176Z | Downloaded der v0.7.10 |
| 1225 | 2026-08-12T20:43:21.178Z | Downloaded mio v1.2.0 |
| 1226 | 2026-08-12T20:43:21.181Z | Downloaded reqwest v0.12.28 |
| 1227 | 2026-08-12T20:43:21.184Z | Downloaded tower v0.5.3 |
| 1228 | 2026-08-12T20:43:21.195Z | Downloaded rand v0.8.6 |
| 1229 | 2026-08-12T20:43:21.200Z | Downloaded chrono v0.4.45 |
| 1230 | 2026-08-12T20:43:21.208Z | Downloaded zerovec v0.11.5 |
| 1231 | 2026-08-12T20:43:21.228Z | Downloaded iri-string v0.7.10 |
| 1232 | 2026-08-12T20:43:21.235Z | Downloaded typed-path v0.9.3 |
| 1233 | 2026-08-12T20:43:21.238Z | Downloaded winnow v0.5.40 |
| 1234 | 2026-08-12T20:43:21.243Z | Downloaded crossterm v0.29.0 |
| 1235 | 2026-08-12T20:43:21.248Z | Downloaded moka v0.12.13 |
| 1236 | 2026-08-12T20:43:21.254Z | Downloaded dropshot-api-manager v0.7.2 |
| 1237 | 2026-08-12T20:43:21.257Z | Downloaded serde_with v3.21.0 |
| 1238 | 2026-08-12T20:43:21.264Z | Downloaded vcpkg v0.2.15 |
| 1239 | 2026-08-12T20:43:21.286Z | Downloaded num-bigint v0.4.6 |
| 1240 | 2026-08-12T20:43:21.289Z | Downloaded itertools v0.14.0 |
| 1241 | 2026-08-12T20:43:21.292Z | Downloaded itertools v0.15.0 |
| 1242 | 2026-08-12T20:43:21.296Z | Downloaded libm v0.2.16 |
| 1243 | 2026-08-12T20:43:21.302Z | Downloaded curve25519-dalek v4.1.3 |
| 1244 | 2026-08-12T20:43:21.307Z | Downloaded reqwest v0.13.2 |
| 1245 | 2026-08-12T20:43:21.310Z | Downloaded object v0.30.4 |
| 1246 | 2026-08-12T20:43:21.315Z | Downloaded reedline v0.40.0 |
| 1247 | 2026-08-12T20:43:21.319Z | Downloaded petname v2.0.2 |
| 1248 | 2026-08-12T20:43:21.322Z | Downloaded polar-core v0.27.3 |
| 1249 | 2026-08-12T20:43:21.326Z | Downloaded crossterm v0.28.1 |
| 1250 | 2026-08-12T20:43:21.330Z | Downloaded openssl v0.10.80 |
| 1251 | 2026-08-12T20:43:21.352Z | Downloaded sha3 v0.12.0 |
| 1252 | 2026-08-12T20:43:21.357Z | Downloaded hickory-proto v0.24.4 |
| 1253 | 2026-08-12T20:43:21.362Z | Downloaded object v0.37.3 |
| 1254 | 2026-08-12T20:43:21.368Z | Downloaded portable-atomic v1.13.1 |
| 1255 | 2026-08-12T20:43:21.377Z | Downloaded lalrpop v0.19.12 |
| 1256 | 2026-08-12T20:43:21.382Z | Downloaded regress v0.11.1 |
| 1257 | 2026-08-12T20:43:21.387Z | Downloaded nix v0.28.0 |
| 1258 | 2026-08-12T20:43:21.391Z | Downloaded salty v0.3.0 |
| 1259 | 2026-08-12T20:43:21.394Z | Downloaded bstr v1.12.1 |
| 1260 | 2026-08-12T20:43:21.399Z | Downloaded regress v0.10.5 |
| 1261 | 2026-08-12T20:43:21.403Z | Downloaded crypto-bigint v0.7.5 |
| 1262 | 2026-08-12T20:43:21.411Z | Downloaded radix_trie v0.2.1 |
| 1263 | 2026-08-12T20:43:21.415Z | Downloaded hickory-proto v0.25.2 |
| 1264 | 2026-08-12T20:43:21.423Z | Downloaded openapiv3 v2.2.0 |
| 1265 | 2026-08-12T20:43:21.431Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-08-12T20:43:21.443Z | Downloaded tabled v0.21.0 |
| 1267 | 2026-08-12T20:43:21.452Z | Downloaded nix v0.27.1 |
| 1268 | 2026-08-12T20:43:21.458Z | Downloaded smoltcp v0.11.0 |
| 1269 | 2026-08-12T20:43:21.464Z | Downloaded curve25519-dalek v5.0.0 |
| 1270 | 2026-08-12T20:43:21.470Z | Downloaded quinn-proto v0.11.16 |
| 1271 | 2026-08-12T20:43:21.474Z | Downloaded regex-syntax v0.8.10 |
| 1272 | 2026-08-12T20:43:21.478Z | Downloaded zerocopy v0.8.40 |
| 1273 | 2026-08-12T20:43:21.506Z | Downloaded regex-syntax v0.6.29 |
| 1274 | 2026-08-12T20:43:21.520Z | Downloaded rustls v0.23.41 |
| 1275 | 2026-08-12T20:43:21.534Z | Downloaded nix v0.31.2 |
| 1276 | 2026-08-12T20:43:21.551Z | Downloaded typify-impl v0.6.2 |
| 1277 | 2026-08-12T20:43:21.567Z | Downloaded sled v0.34.7 |
| 1278 | 2026-08-12T20:43:21.581Z | Downloaded tracing v0.1.44 |
| 1279 | 2026-08-12T20:43:21.594Z | Downloaded dropshot v0.17.1 |
| 1280 | 2026-08-12T20:43:21.606Z | Downloaded sqlparser v0.61.0 |
| 1281 | 2026-08-12T20:43:21.612Z | Downloaded diesel v2.3.7 |
| 1282 | 2026-08-12T20:43:21.623Z | Downloaded sha3 v0.11.0 |
| 1283 | 2026-08-12T20:43:21.626Z | Downloaded ratatui v0.29.0 |
| 1284 | 2026-08-12T20:43:21.644Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1285 | 2026-08-12T20:43:21.656Z | Downloaded zerocopy-derive v0.6.6 |
| 1286 | 2026-08-12T20:43:21.666Z | Downloaded regex-automata v0.4.14 |
| 1287 | 2026-08-12T20:43:21.675Z | Downloaded jiff v0.2.34 |
| 1288 | 2026-08-12T20:43:21.685Z | Downloaded petgraph v0.6.5 |
| 1289 | 2026-08-12T20:43:21.735Z | Downloaded csv v1.4.0 |
| 1290 | 2026-08-12T20:43:21.750Z | Downloaded libz-sys v1.1.24 |
| 1291 | 2026-08-12T20:43:21.763Z | Downloaded tokio v1.52.1 |
| 1292 | 2026-08-12T20:43:21.787Z | Downloaded chrono-tz v0.10.4 |
| 1293 | 2026-08-12T20:43:21.798Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1294 | 2026-08-12T20:43:21.809Z | Downloaded encoding_rs v0.8.35 |
| 1295 | 2026-08-12T20:43:21.820Z | Downloaded petgraph v0.8.3 |
| 1296 | 2026-08-12T20:43:21.832Z | Downloaded sha3 v0.10.8 |
| 1297 | 2026-08-12T20:43:21.957Z | Downloaded ring v0.17.14 |
| 1298 | 2026-08-12T20:43:22.014Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1299 | 2026-08-12T20:43:22.629Z | Downloaded aws-lc-sys v0.40.0 |
| 1300 | 2026-08-12T20:43:22.888Z | Compiling libc v0.2.185 |
| 1301 | 2026-08-12T20:43:22.888Z | Compiling serde_core v1.0.228 |
| 1302 | 2026-08-12T20:43:22.888Z | Compiling serde v1.0.228 |
| 1303 | 2026-08-12T20:43:22.891Z | Compiling log v0.4.29 |
| 1304 | 2026-08-12T20:43:22.891Z | Compiling smallvec v1.15.1 |
| 1305 | 2026-08-12T20:43:22.891Z | Compiling shlex v1.3.0 |
| 1306 | 2026-08-12T20:43:23.029Z | Compiling find-msvc-tools v0.1.9 |
| 1307 | 2026-08-12T20:43:23.031Z | Compiling subtle v2.6.1 |
| 1308 | 2026-08-12T20:43:23.082Z | Compiling scopeguard v1.2.0 |
| 1309 | 2026-08-12T20:43:23.087Z | Compiling typenum v1.20.1 |
| 1310 | 2026-08-12T20:43:23.087Z | Compiling stable_deref_trait v1.2.1 |
| 1311 | 2026-08-12T20:43:23.087Z | Compiling zerocopy v0.8.40 |
| 1312 | 2026-08-12T20:43:23.091Z | Compiling portable-atomic v1.13.1 |
| 1313 | 2026-08-12T20:43:23.119Z | Compiling serde_json v1.0.151 |
| 1314 | 2026-08-12T20:43:23.160Z | Compiling syn v2.0.117 |
| 1315 | 2026-08-12T20:43:23.172Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-08-12T20:43:23.232Z | Compiling lock_api v0.4.14 |
| 1317 | 2026-08-12T20:43:23.267Z | Compiling libm v0.2.16 |
| 1318 | 2026-08-12T20:43:23.286Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-08-12T20:43:23.289Z | Compiling pkg-config v0.3.32 |
| 1320 | 2026-08-12T20:43:23.289Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-08-12T20:43:23.324Z | Compiling parking_lot_core v0.9.12 |
| 1322 | 2026-08-12T20:43:23.324Z | Compiling getrandom v0.4.1 |
| 1323 | 2026-08-12T20:43:23.327Z | Compiling pin-project-lite v0.2.17 |
| 1324 | 2026-08-12T20:43:23.425Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-08-12T20:43:23.440Z | Compiling rand_core v0.10.0 |
| 1326 | 2026-08-12T20:43:23.473Z | Compiling futures-core v0.3.32 |
| 1327 | 2026-08-12T20:43:23.519Z | Compiling percent-encoding v2.3.2 |
| 1328 | 2026-08-12T20:43:23.661Z | Compiling litemap v0.8.1 |
| 1329 | 2026-08-12T20:43:23.679Z | Compiling writeable v0.6.2 |
| 1330 | 2026-08-12T20:43:23.702Z | Compiling icu_properties_data v2.1.2 |
| 1331 | 2026-08-12T20:43:23.719Z | Compiling icu_normalizer_data v2.1.1 |
| 1332 | 2026-08-12T20:43:23.757Z | Compiling getrandom v0.3.4 |
| 1333 | 2026-08-12T20:43:23.775Z | Compiling futures-sink v0.3.32 |
| 1334 | 2026-08-12T20:43:23.832Z | Compiling slab v0.4.12 |
| 1335 | 2026-08-12T20:43:23.836Z | Compiling futures-io v0.3.32 |
| 1336 | 2026-08-12T20:43:23.882Z | Compiling futures-channel v0.3.32 |
| 1337 | 2026-08-12T20:43:23.904Z | Compiling futures-task v0.3.32 |
| 1338 | 2026-08-12T20:43:23.904Z | Compiling utf8_iter v1.0.4 |
| 1339 | 2026-08-12T20:43:23.982Z | Compiling rustix v1.1.3 |
| 1340 | 2026-08-12T20:43:24.028Z | Compiling errno v0.3.14 |
| 1341 | 2026-08-12T20:43:24.043Z | Compiling jobserver v0.1.34 |
| 1342 | 2026-08-12T20:43:24.077Z | Compiling getrandom v0.2.17 |
| 1343 | 2026-08-12T20:43:24.093Z | Compiling mio v1.2.0 |
| 1344 | 2026-08-12T20:43:24.136Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-08-12T20:43:24.139Z | Compiling form_urlencoded v1.2.2 |
| 1346 | 2026-08-12T20:43:24.139Z | Compiling rustversion v1.0.22 |
| 1347 | 2026-08-12T20:43:24.203Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-08-12T20:43:24.307Z | Compiling cc v1.2.56 |
| 1349 | 2026-08-12T20:43:24.339Z | Compiling once_cell v1.21.3 |
| 1350 | 2026-08-12T20:43:24.354Z | Compiling rand_core v0.6.4 |
| 1351 | 2026-08-12T20:43:24.372Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-08-12T20:43:24.375Z | Compiling iana-time-zone v0.1.65 |
| 1353 | 2026-08-12T20:43:24.416Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-08-12T20:43:24.455Z | Compiling ident_case v1.0.1 |
| 1355 | 2026-08-12T20:43:24.518Z | Compiling regex-syntax v0.8.10 |
| 1356 | 2026-08-12T20:43:24.600Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-08-12T20:43:24.604Z | Compiling dunce v1.0.5 |
| 1358 | 2026-08-12T20:43:24.642Z | Compiling flagset v0.4.7 |
| 1359 | 2026-08-12T20:43:24.646Z | Compiling rand_core v0.9.5 |
| 1360 | 2026-08-12T20:43:24.646Z | Compiling base64 v0.22.1 |
| 1361 | 2026-08-12T20:43:24.685Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-08-12T20:43:24.717Z | Compiling syn v1.0.109 |
| 1363 | 2026-08-12T20:43:24.732Z | Compiling vcpkg v0.2.15 |
| 1364 | 2026-08-12T20:43:24.745Z | Compiling tracing-core v0.1.36 |
| 1365 | 2026-08-12T20:43:24.785Z | Compiling cpufeatures v0.2.17 |
| 1366 | 2026-08-12T20:43:24.822Z | Compiling schemars v0.8.22 |
| 1367 | 2026-08-12T20:43:24.873Z | Compiling aws-lc-rs v1.16.3 |
| 1368 | 2026-08-12T20:43:24.902Z | Compiling dyn-clone v1.0.20 |
| 1369 | 2026-08-12T20:43:24.941Z | Compiling spin v0.9.8 |
| 1370 | 2026-08-12T20:43:24.945Z | Compiling httparse v1.10.1 |
| 1371 | 2026-08-12T20:43:25.014Z | Compiling openssl-probe v0.2.1 |
| 1372 | 2026-08-12T20:43:25.025Z | Compiling crc32fast v1.5.0 |
| 1373 | 2026-08-12T20:43:25.066Z | Compiling cmake v0.1.57 |
| 1374 | 2026-08-12T20:43:25.092Z | Compiling cmov v0.5.4 |
| 1375 | 2026-08-12T20:43:25.175Z | Compiling tinyvec_macros v0.1.1 |
| 1376 | 2026-08-12T20:43:25.196Z | Compiling aho-corasick v1.1.4 |
| 1377 | 2026-08-12T20:43:25.212Z | Compiling atomic-waker v1.1.2 |
| 1378 | 2026-08-12T20:43:25.253Z | Compiling tinyvec v1.10.0 |
| 1379 | 2026-08-12T20:43:25.269Z | Compiling radium v0.7.0 |
| 1380 | 2026-08-12T20:43:25.272Z | Compiling untrusted v0.7.1 |
| 1381 | 2026-08-12T20:43:25.342Z | Compiling bitflags v2.11.0 |
| 1382 | 2026-08-12T20:43:25.357Z | Compiling semver v1.0.28 |
| 1383 | 2026-08-12T20:43:25.386Z | Compiling indexmap v2.14.0 |
| 1384 | 2026-08-12T20:43:25.401Z | Compiling uuid v1.23.4 |
| 1385 | 2026-08-12T20:43:25.500Z | Compiling ctutils v0.4.2 |
| 1386 | 2026-08-12T20:43:25.528Z | Compiling tower-layer v0.3.3 |
| 1387 | 2026-08-12T20:43:25.543Z | Compiling tower-service v0.3.3 |
| 1388 | 2026-08-12T20:43:25.556Z | Compiling try-lock v0.2.5 |
| 1389 | 2026-08-12T20:43:25.601Z | Compiling rustc_version v0.4.1 |
| 1390 | 2026-08-12T20:43:25.654Z | Compiling want v0.3.1 |
| 1391 | 2026-08-12T20:43:25.712Z | Compiling tap v1.0.1 |
| 1392 | 2026-08-12T20:43:25.728Z | Compiling foreign-types-shared v0.1.1 |
| 1393 | 2026-08-12T20:43:25.763Z | Compiling rustls v0.23.41 |
| 1394 | 2026-08-12T20:43:25.827Z | Compiling simd-adler32 v0.3.8 |
| 1395 | 2026-08-12T20:43:25.842Z | Compiling openssl v0.10.80 |
| 1396 | 2026-08-12T20:43:25.854Z | Compiling maybe-uninit v2.0.0 |
| 1397 | 2026-08-12T20:43:25.892Z | Compiling httpdate v1.0.3 |
| 1398 | 2026-08-12T20:43:25.957Z | Compiling untrusted v0.9.0 |
| 1399 | 2026-08-12T20:43:25.961Z | Compiling wyz v0.5.1 |
| 1400 | 2026-08-12T20:43:25.986Z | Compiling aws-lc-sys v0.40.0 |
| 1401 | 2026-08-12T20:43:25.989Z | Compiling openssl-sys v0.9.117 |
| 1402 | 2026-08-12T20:43:26.086Z | Compiling regex-automata v0.4.14 |
| 1403 | 2026-08-12T20:43:26.100Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1404 | 2026-08-12T20:43:26.104Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1405 | 2026-08-12T20:43:26.104Z | Compiling foreign-types v0.3.2 |
| 1406 | 2026-08-12T20:43:26.162Z | Compiling unicode-normalization v0.1.25 |
| 1407 | 2026-08-12T20:43:26.191Z | Compiling num-integer v0.1.46 |
| 1408 | 2026-08-12T20:43:26.205Z | Compiling synstructure v0.13.2 |
| 1409 | 2026-08-12T20:43:26.232Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-08-12T20:43:26.370Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-08-12T20:43:26.415Z | Compiling darling_core v0.20.11 |
| 1412 | 2026-08-12T20:43:26.547Z | Compiling tempfile v3.25.0 |
| 1413 | 2026-08-12T20:43:26.561Z | Compiling terminal_size v0.4.3 |
| 1414 | 2026-08-12T20:43:26.564Z | Compiling wait-timeout v0.2.1 |
| 1415 | 2026-08-12T20:43:26.657Z | Compiling ahash v0.8.12 |
| 1416 | 2026-08-12T20:43:26.720Z | Compiling native-tls v0.2.18 |
| 1417 | 2026-08-12T20:43:26.736Z | Compiling bit-vec v0.8.0 |
| 1418 | 2026-08-12T20:43:26.830Z | Compiling num-bigint-dig v0.8.6 |
| 1419 | 2026-08-12T20:43:26.884Z | Compiling funty v2.0.0 |
| 1420 | 2026-08-12T20:43:26.898Z | Compiling packed_struct v0.10.1 |
| 1421 | 2026-08-12T20:43:26.948Z | Compiling adler2 v2.0.1 |
| 1422 | 2026-08-12T20:43:26.963Z | Compiling powerfmt v0.2.0 |
| 1423 | 2026-08-12T20:43:26.991Z | Compiling num-conv v0.2.0 |
| 1424 | 2026-08-12T20:43:27.006Z | Compiling time-core v0.1.8 |
| 1425 | 2026-08-12T20:43:27.033Z | Compiling quick-error v1.2.3 |
| 1426 | 2026-08-12T20:43:27.067Z | Compiling miniz_oxide v0.8.9 |
| 1427 | 2026-08-12T20:43:27.101Z | Compiling clap_builder v4.6.0 |
| 1428 | 2026-08-12T20:43:27.135Z | Compiling deranged v0.5.8 |
| 1429 | 2026-08-12T20:43:27.150Z | Compiling rusty-fork v0.3.1 |
| 1430 | 2026-08-12T20:43:27.154Z | Compiling bit-set v0.8.0 |
| 1431 | 2026-08-12T20:43:27.195Z | Compiling time-macros v0.2.27 |
| 1432 | 2026-08-12T20:43:27.235Z | Compiling bitvec v1.0.1 |
| 1433 | 2026-08-12T20:43:27.251Z | Compiling num-iter v0.1.45 |
| 1434 | 2026-08-12T20:43:27.383Z | Compiling lazy_static v1.5.0 |
| 1435 | 2026-08-12T20:43:27.420Z | Compiling rand_xorshift v0.4.0 |
| 1436 | 2026-08-12T20:43:27.475Z | Compiling anstyle-parse v0.2.7 |
| 1437 | 2026-08-12T20:43:27.490Z | Compiling sync_wrapper v1.0.2 |
| 1438 | 2026-08-12T20:43:27.494Z | Compiling indexmap v1.9.3 |
| 1439 | 2026-08-12T20:43:27.603Z | Compiling nodrop v0.1.14 |
| 1440 | 2026-08-12T20:43:27.625Z | Compiling paste v1.0.15 |
| 1441 | 2026-08-12T20:43:27.677Z | Compiling unarray v0.1.4 |
| 1442 | 2026-08-12T20:43:27.691Z | Compiling num_threads v0.1.7 |
| 1443 | 2026-08-12T20:43:27.710Z | Compiling usdt-impl v0.6.0 |
| 1444 | 2026-08-12T20:43:27.713Z | Compiling zlib-rs v0.6.2 |
| 1445 | 2026-08-12T20:43:27.796Z | Compiling crossbeam-utils v0.8.21 |
| 1446 | 2026-08-12T20:43:27.811Z | Compiling siphasher v1.0.2 |
| 1447 | 2026-08-12T20:43:27.910Z | Compiling crc-catalog v2.4.0 |
| 1448 | 2026-08-12T20:43:27.967Z | Compiling serde_derive v1.0.228 |
| 1449 | 2026-08-12T20:43:27.970Z | Compiling zeroize_derive v1.5.0 |
| 1450 | 2026-08-12T20:43:28.037Z | Compiling zerofrom-derive v0.1.6 |
| 1451 | 2026-08-12T20:43:28.063Z | Compiling zerocopy-derive v0.8.40 |
| 1452 | 2026-08-12T20:43:28.127Z | Compiling yoke-derive v0.8.1 |
| 1453 | 2026-08-12T20:43:28.181Z | Compiling zerovec-derive v0.11.2 |
| 1454 | 2026-08-12T20:43:28.361Z | Compiling displaydoc v0.2.5 |
| 1455 | 2026-08-12T20:43:28.455Z | Compiling tokio-macros v2.7.0 |
| 1456 | 2026-08-12T20:43:28.669Z | Compiling zeroize v1.9.0 |
| 1457 | 2026-08-12T20:43:28.761Z | Compiling futures-macro v0.3.32 |
| 1458 | 2026-08-12T20:43:28.764Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-08-12T20:43:29.117Z | Compiling der_derive v0.7.3 |
| 1460 | 2026-08-12T20:43:29.150Z | Compiling tracing-attributes v0.1.31 |
| 1461 | 2026-08-12T20:43:29.216Z | Compiling rustls-pki-types v1.14.0 |
| 1462 | 2026-08-12T20:43:29.328Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-08-12T20:43:29.369Z | Compiling hybrid-array v0.4.13 |
| 1464 | 2026-08-12T20:43:29.469Z | Compiling zerofrom v0.1.6 |
| 1465 | 2026-08-12T20:43:29.491Z | Compiling crypto-common v0.1.7 |
| 1466 | 2026-08-12T20:43:29.612Z | Compiling yoke v0.8.1 |
| 1467 | 2026-08-12T20:43:29.627Z | Compiling block-buffer v0.10.4 |
| 1468 | 2026-08-12T20:43:29.658Z | Compiling futures-util v0.3.32 |
| 1469 | 2026-08-12T20:43:29.703Z | Compiling pest_derive v2.8.6 |
| 1470 | 2026-08-12T20:43:29.819Z | Compiling zerovec v0.11.5 |
| 1471 | 2026-08-12T20:43:29.833Z | Compiling zerotrie v0.2.3 |
| 1472 | 2026-08-12T20:43:30.144Z | Compiling digest v0.10.7 |
| 1473 | 2026-08-12T20:43:30.165Z | Compiling thiserror v2.0.18 |
| 1474 | 2026-08-12T20:43:30.165Z | Compiling der v0.7.10 |
| 1475 | 2026-08-12T20:43:30.194Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-08-12T20:43:30.212Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-08-12T20:43:30.215Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-08-12T20:43:30.296Z | Compiling tinystr v0.8.2 |
| 1479 | 2026-08-12T20:43:30.368Z | Compiling potential_utf v0.1.4 |
| 1480 | 2026-08-12T20:43:30.383Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-08-12T20:43:30.425Z | Compiling signature v2.2.0 |
| 1482 | 2026-08-12T20:43:30.522Z | Compiling icu_locale_core v2.1.1 |
| 1483 | 2026-08-12T20:43:30.537Z | Compiling icu_collections v2.1.1 |
| 1484 | 2026-08-12T20:43:30.557Z | Compiling tracing v0.1.44 |
| 1485 | 2026-08-12T20:43:30.637Z | Compiling thiserror-impl v1.0.69 |
| 1486 | 2026-08-12T20:43:30.653Z | Compiling hmac v0.12.1 |
| 1487 | 2026-08-12T20:43:30.754Z | Compiling darling v0.20.11 |
| 1488 | 2026-08-12T20:43:30.829Z | Compiling packed_struct_codegen v0.10.1 |
| 1489 | 2026-08-12T20:43:30.849Z | Compiling clap_derive v4.6.1 |
| 1490 | 2026-08-12T20:43:30.864Z | Compiling zerocopy-derive v0.6.6 |
| 1491 | 2026-08-12T20:43:31.026Z | Compiling spki v0.7.3 |
| 1492 | 2026-08-12T20:43:31.042Z | Compiling bitfield-macros v0.19.4 |
| 1493 | 2026-08-12T20:43:31.054Z | Compiling scroll v0.13.0 |
| 1494 | 2026-08-12T20:43:31.253Z | Compiling icu_provider v2.1.1 |
| 1495 | 2026-08-12T20:43:31.339Z | Compiling pkcs8 v0.10.2 |
| 1496 | 2026-08-12T20:43:31.409Z | Compiling goblin v0.10.5 |
| 1497 | 2026-08-12T20:43:31.425Z | Compiling derive_builder_core v0.20.2 |
| 1498 | 2026-08-12T20:43:31.526Z | Compiling bytes v1.11.1 |
| 1499 | 2026-08-12T20:43:31.576Z | Compiling icu_properties v2.1.2 |
| 1500 | 2026-08-12T20:43:31.616Z | Compiling icu_normalizer v2.1.1 |
| 1501 | 2026-08-12T20:43:31.724Z | Compiling chrono v0.4.45 |
| 1502 | 2026-08-12T20:43:31.739Z | Compiling ipnet v2.11.0 |
| 1503 | 2026-08-12T20:43:31.808Z | Compiling hex v0.4.3 |
| 1504 | 2026-08-12T20:43:31.930Z | Compiling thiserror v1.0.69 |
| 1505 | 2026-08-12T20:43:31.945Z | Compiling serde_spanned v0.6.9 |
| 1506 | 2026-08-12T20:43:32.018Z | Compiling tokio v1.52.1 |
| 1507 | 2026-08-12T20:43:32.047Z | Compiling http v1.4.2 |
| 1508 | 2026-08-12T20:43:32.100Z | Compiling toml_datetime v0.6.11 |
| 1509 | 2026-08-12T20:43:32.159Z | Compiling bitfield v0.19.4 |
| 1510 | 2026-08-12T20:43:32.191Z | Compiling zerocopy v0.6.6 |
| 1511 | 2026-08-12T20:43:32.250Z | Compiling pkcs1 v0.7.5 |
| 1512 | 2026-08-12T20:43:32.325Z | Compiling flate2 v1.1.9 |
| 1513 | 2026-08-12T20:43:32.370Z | Compiling dtrace-parser v0.3.0 |
| 1514 | 2026-08-12T20:43:32.469Z | Compiling idna_adapter v1.2.1 |
| 1515 | 2026-08-12T20:43:32.533Z | Compiling ppv-lite86 v0.2.21 |
| 1516 | 2026-08-12T20:43:32.622Z | Compiling idna v1.1.0 |
| 1517 | 2026-08-12T20:43:32.670Z | Compiling clap v4.6.1 |
| 1518 | 2026-08-12T20:43:32.702Z | Compiling http-body v1.0.1 |
| 1519 | 2026-08-12T20:43:32.741Z | Compiling time v0.3.47 |
| 1520 | 2026-08-12T20:43:32.777Z | Compiling crc v3.4.0 |
| 1521 | 2026-08-12T20:43:32.796Z | Compiling structmeta-derive v0.3.0 |
| 1522 | 2026-08-12T20:43:32.869Z | Compiling rand_chacha v0.9.0 |
| 1523 | 2026-08-12T20:43:32.872Z | Compiling rand_chacha v0.3.1 |
| 1524 | 2026-08-12T20:43:33.022Z | Compiling url v2.5.8 |
| 1525 | 2026-08-12T20:43:33.037Z | Compiling http-body-util v0.1.3 |
| 1526 | 2026-08-12T20:43:33.147Z | Compiling rand v0.9.2 |
| 1527 | 2026-08-12T20:43:33.162Z | Compiling rand v0.8.6 |
| 1528 | 2026-08-12T20:43:33.286Z | Compiling scroll_derive v0.12.1 |
| 1529 | 2026-08-12T20:43:33.359Z | Compiling array-init v0.0.4 |
| 1530 | 2026-08-12T20:43:33.375Z | Compiling anstream v0.6.21 |
| 1531 | 2026-08-12T20:43:33.505Z | Compiling smallvec v0.6.14 |
| 1532 | 2026-08-12T20:43:33.706Z | Compiling darling_core v0.23.0 |
| 1533 | 2026-08-12T20:43:33.725Z | Compiling proptest v1.11.0 |
| 1534 | 2026-08-12T20:43:33.739Z | Compiling heapless v0.7.17 |
| 1535 | 2026-08-12T20:43:33.743Z | Compiling slog v2.8.2 |
| 1536 | 2026-08-12T20:43:33.857Z | Compiling thread-id v5.1.0 |
| 1537 | 2026-08-12T20:43:33.931Z | Compiling env_filter v1.0.0 |
| 1538 | 2026-08-12T20:43:33.961Z | Compiling cookie v0.18.1 |
| 1539 | 2026-08-12T20:43:33.976Z | Compiling base64 v0.21.7 |
| 1540 | 2026-08-12T20:43:33.995Z | Compiling zstd-safe v7.2.4 |
| 1541 | 2026-08-12T20:43:34.010Z | Compiling iri-string v0.7.10 |
| 1542 | 2026-08-12T20:43:34.013Z | Compiling unicode-bidi v0.3.18 |
| 1543 | 2026-08-12T20:43:34.037Z | Compiling winnow v0.5.40 |
| 1544 | 2026-08-12T20:43:34.163Z | Compiling dof v0.4.0 |
| 1545 | 2026-08-12T20:43:34.208Z | Compiling ryu v1.0.23 |
| 1546 | 2026-08-12T20:43:34.252Z | Compiling allocator-api2 v0.2.21 |
| 1547 | 2026-08-12T20:43:34.312Z | Compiling unicode-properties v0.1.4 |
| 1548 | 2026-08-12T20:43:34.403Z | Compiling signal-hook v0.3.18 |
| 1549 | 2026-08-12T20:43:34.435Z | Compiling anyhow v1.0.102 |
| 1550 | 2026-08-12T20:43:34.533Z | Compiling ipnetwork v0.21.1 |
| 1551 | 2026-08-12T20:43:34.575Z | Compiling hashbrown v0.12.3 |
| 1552 | 2026-08-12T20:43:34.604Z | Compiling stringprep v0.1.5 |
| 1553 | 2026-08-12T20:43:34.620Z | Compiling serde_urlencoded v0.7.1 |
| 1554 | 2026-08-12T20:43:34.829Z | Compiling rsa v0.9.10 |
| 1555 | 2026-08-12T20:43:34.950Z | Compiling oxnet v0.1.6 |
| 1556 | 2026-08-12T20:43:34.990Z | Compiling ron v0.8.1 |
| 1557 | 2026-08-12T20:43:35.074Z | Compiling env_logger v0.11.9 |
| 1558 | 2026-08-12T20:43:35.166Z | Compiling structmeta v0.3.0 |
| 1559 | 2026-08-12T20:43:35.337Z | Compiling toml_edit v0.19.15 |
| 1560 | 2026-08-12T20:43:35.403Z | Compiling scroll v0.12.0 |
| 1561 | 2026-08-12T20:43:35.421Z | Compiling serde-hex v0.1.0 |
| 1562 | 2026-08-12T20:43:35.450Z | Compiling camino v1.2.2 |
| 1563 | 2026-08-12T20:43:35.489Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1564 | 2026-08-12T20:43:35.505Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1565 | 2026-08-12T20:43:35.564Z | Compiling hashbrown v0.13.2 |
| 1566 | 2026-08-12T20:43:35.715Z | Compiling bzip2 v0.4.4 |
| 1567 | 2026-08-12T20:43:35.745Z | Compiling derive_builder_macro v0.20.2 |
| 1568 | 2026-08-12T20:43:35.849Z | Compiling erased-serde v0.3.31 |
| 1569 | 2026-08-12T20:43:35.940Z | Compiling tokio-util v0.7.18 |
| 1570 | 2026-08-12T20:43:35.965Z | Compiling tower v0.5.3 |
| 1571 | 2026-08-12T20:43:35.998Z | Compiling tokio-native-tls v0.3.1 |
| 1572 | 2026-08-12T20:43:36.070Z | Compiling serde_tokenstream v0.2.3 |
| 1573 | 2026-08-12T20:43:36.193Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-08-12T20:43:36.226Z | Compiling x509-cert v0.2.5 |
| 1575 | 2026-08-12T20:43:36.250Z | Compiling darling_macro v0.23.0 |
| 1576 | 2026-08-12T20:43:36.265Z | Compiling md-5 v0.10.6 |
| 1577 | 2026-08-12T20:43:36.352Z | Compiling crypto-common v0.2.2 |
| 1578 | 2026-08-12T20:43:36.404Z | Compiling tower-http v0.6.8 |
| 1579 | 2026-08-12T20:43:36.449Z | Compiling block-buffer v0.12.1 |
| 1580 | 2026-08-12T20:43:36.468Z | Compiling block-padding v0.4.2 |
| 1581 | 2026-08-12T20:43:36.553Z | Compiling rustls-native-certs v0.8.3 |
| 1582 | 2026-08-12T20:43:36.655Z | Compiling h2 v0.4.15 |
| 1583 | 2026-08-12T20:43:36.668Z | Compiling bstr v1.12.1 |
| 1584 | 2026-08-12T20:43:36.773Z | Compiling pin-project-internal v1.1.11 |
| 1585 | 2026-08-12T20:43:36.827Z | Compiling daft-derive v0.1.7 |
| 1586 | 2026-08-12T20:43:36.859Z | Compiling zerocopy-derive v0.7.35 |
| 1587 | 2026-08-12T20:43:36.999Z | Compiling async-trait v0.1.89 |
| 1588 | 2026-08-12T20:43:37.195Z | Compiling curve25519-dalek v4.1.3 |
| 1589 | 2026-08-12T20:43:37.326Z | Compiling vergen-lib v9.1.0 |
| 1590 | 2026-08-12T20:43:37.525Z | Compiling hash32 v0.2.1 |
| 1591 | 2026-08-12T20:43:37.558Z | Compiling memoffset v0.9.1 |
| 1592 | 2026-08-12T20:43:37.578Z | Compiling encoding_rs v0.8.35 |
| 1593 | 2026-08-12T20:43:37.735Z | Compiling mime v0.3.17 |
| 1594 | 2026-08-12T20:43:37.770Z | Compiling ref-cast v1.0.25 |
| 1595 | 2026-08-12T20:43:37.781Z | Compiling crc-any v2.5.0 |
| 1596 | 2026-08-12T20:43:37.868Z | Compiling psl-types v2.0.11 |
| 1597 | 2026-08-12T20:43:37.886Z | Compiling rustix v0.38.44 |
| 1598 | 2026-08-12T20:43:37.902Z | Compiling litrs v1.0.0 |
| 1599 | 2026-08-12T20:43:37.917Z | Compiling cfg_aliases v0.2.1 |
| 1600 | 2026-08-12T20:43:38.009Z | Compiling smoltcp v0.9.1 |
| 1601 | 2026-08-12T20:43:38.033Z | Compiling fallible-iterator v0.2.0 |
| 1602 | 2026-08-12T20:43:38.033Z | Compiling publicsuffix v2.3.0 |
| 1603 | 2026-08-12T20:43:38.049Z | Compiling nix v0.31.2 |
| 1604 | 2026-08-12T20:43:38.079Z | Compiling pin-project v1.1.11 |
| 1605 | 2026-08-12T20:43:38.162Z | Compiling zerocopy v0.7.35 |
| 1606 | 2026-08-12T20:43:38.211Z | Compiling daft v0.1.7 |
| 1607 | 2026-08-12T20:43:38.266Z | Compiling darling v0.23.0 |
| 1608 | 2026-08-12T20:43:38.315Z | Compiling toml v0.7.8 |
| 1609 | 2026-08-12T20:43:38.369Z | Compiling postgres-protocol v0.6.10 |
| 1610 | 2026-08-12T20:43:38.384Z | Compiling inout v0.2.2 |
| 1611 | 2026-08-12T20:43:38.414Z | Compiling derive_builder v0.20.2 |
| 1612 | 2026-08-12T20:43:38.457Z | Compiling document-features v0.2.12 |
| 1613 | 2026-08-12T20:43:38.461Z | Compiling object v0.30.4 |
| 1614 | 2026-08-12T20:43:38.525Z | Compiling zip v0.6.6 |
| 1615 | 2026-08-12T20:43:38.564Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1616 | 2026-08-12T20:43:38.587Z | Compiling goblin v0.8.2 |
| 1617 | 2026-08-12T20:43:38.698Z | Compiling derive-ex v0.1.8 |
| 1618 | 2026-08-12T20:43:38.842Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1619 | 2026-08-12T20:43:39.073Z | Compiling futures-executor v0.3.32 |
| 1620 | 2026-08-12T20:43:39.129Z | Compiling hubpack_derive v0.1.1 |
| 1621 | 2026-08-12T20:43:39.172Z | Compiling regex v1.12.3 |
| 1622 | 2026-08-12T20:43:39.186Z | Compiling phf_shared v0.13.1 |
| 1623 | 2026-08-12T20:43:39.250Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-08-12T20:43:39.288Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1625 | 2026-08-12T20:43:39.310Z | Compiling snafu-derive v0.8.9 |
| 1626 | 2026-08-12T20:43:39.325Z | Compiling ref-cast-impl v1.0.25 |
| 1627 | 2026-08-12T20:43:39.364Z | Compiling cargo-platform v0.3.2 |
| 1628 | 2026-08-12T20:43:39.450Z | Compiling vergen v9.1.0 |
| 1629 | 2026-08-12T20:43:39.616Z | Compiling ff v0.13.1 |
| 1630 | 2026-08-12T20:43:39.640Z | Compiling fs-err v3.3.0 |
| 1631 | 2026-08-12T20:43:39.661Z | Compiling base16ct v0.2.0 |
| 1632 | 2026-08-12T20:43:39.678Z | Compiling same-file v1.0.6 |
| 1633 | 2026-08-12T20:43:39.781Z | Compiling path-slash v0.1.5 |
| 1634 | 2026-08-12T20:43:39.856Z | Compiling unicode-segmentation v1.12.0 |
| 1635 | 2026-08-12T20:43:39.871Z | Compiling object v0.37.3 |
| 1636 | 2026-08-12T20:43:39.871Z | Compiling either v1.15.0 |
| 1637 | 2026-08-12T20:43:39.918Z | Compiling hyper v1.10.1 |
| 1638 | 2026-08-12T20:43:39.934Z | Compiling bitflags v1.3.2 |
| 1639 | 2026-08-12T20:43:39.976Z | Compiling managed v0.8.0 |
| 1640 | 2026-08-12T20:43:40.024Z | Compiling libbz2-rs-sys v0.2.2 |
| 1641 | 2026-08-12T20:43:40.104Z | Compiling foldhash v0.2.0 |
| 1642 | 2026-08-12T20:43:40.179Z | Compiling bumpalo v3.20.2 |
| 1643 | 2026-08-12T20:43:40.220Z | Compiling foldhash v0.1.5 |
| 1644 | 2026-08-12T20:43:40.261Z | Compiling jiff-core v0.1.0 |
| 1645 | 2026-08-12T20:43:40.276Z | Compiling hashbrown v0.16.1 |
| 1646 | 2026-08-12T20:43:40.356Z | Compiling hashbrown v0.15.5 |
| 1647 | 2026-08-12T20:43:40.418Z | Compiling zopfli v0.8.3 |
| 1648 | 2026-08-12T20:43:40.434Z | Compiling test-strategy v0.4.5 |
| 1649 | 2026-08-12T20:43:40.503Z | Compiling bzip2 v0.6.1 |
| 1650 | 2026-08-12T20:43:40.880Z | Compiling dof v0.3.0 |
| 1651 | 2026-08-12T20:43:40.935Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1652 | 2026-08-12T20:43:41.077Z | Compiling hyper-util v0.1.20 |
| 1653 | 2026-08-12T20:43:41.091Z | Compiling jiff v0.2.34 |
| 1654 | 2026-08-12T20:43:41.285Z | Compiling strum v0.27.2 |
| 1655 | 2026-08-12T20:43:41.300Z | Compiling snafu v0.8.9 |
| 1656 | 2026-08-12T20:43:41.409Z | Compiling walkdir v2.5.0 |
| 1657 | 2026-08-12T20:43:41.439Z | Compiling sec1 v0.7.3 |
| 1658 | 2026-08-12T20:43:41.475Z | Compiling group v0.13.0 |
| 1659 | 2026-08-12T20:43:41.559Z | Compiling hubpack v0.1.2 |
| 1660 | 2026-08-12T20:43:41.575Z | Compiling cargo_metadata v0.23.1 |
| 1661 | 2026-08-12T20:43:41.632Z | Compiling phf v0.13.1 |
| 1662 | 2026-08-12T20:43:41.678Z | Compiling futures v0.3.32 |
| 1663 | 2026-08-12T20:43:41.692Z | Compiling signal-hook-mio v0.2.5 |
| 1664 | 2026-08-12T20:43:41.740Z | Compiling zstd v0.13.3 |
| 1665 | 2026-08-12T20:43:41.772Z | Compiling cookie_store v0.22.1 |
| 1666 | 2026-08-12T20:43:41.800Z | Compiling postgres-types v0.2.12 |
| 1667 | 2026-08-12T20:43:41.815Z | Compiling cipher v0.5.2 |
| 1668 | 2026-08-12T20:43:41.934Z | Compiling serde_with_macros v3.21.0 |
| 1669 | 2026-08-12T20:43:42.113Z | Compiling globset v0.4.18 |
| 1670 | 2026-08-12T20:43:42.128Z | Compiling usdt-macro v0.6.0 |
| 1671 | 2026-08-12T20:43:42.143Z | Compiling usdt-attr-macro v0.6.0 |
| 1672 | 2026-08-12T20:43:42.157Z | Compiling byte-wrapper v0.1.0 |
| 1673 | 2026-08-12T20:43:42.374Z | Compiling dtrace-parser v0.2.0 |
| 1674 | 2026-08-12T20:43:42.396Z | Compiling ed25519 v2.2.3 |
| 1675 | 2026-08-12T20:43:42.463Z | Compiling serde-big-array v0.5.1 |
| 1676 | 2026-08-12T20:43:42.513Z | Compiling hyper-tls v0.6.0 |
| 1677 | 2026-08-12T20:43:42.625Z | Compiling serde_plain v1.0.2 |
| 1678 | 2026-08-12T20:43:42.764Z | Compiling reqwest v0.12.28 |
| 1679 | 2026-08-12T20:43:42.809Z | Compiling olpc-cjson v0.1.4 |
| 1680 | 2026-08-12T20:43:42.846Z | Compiling hkdf v0.12.4 |
| 1681 | 2026-08-12T20:43:42.868Z | Compiling crypto-bigint v0.5.5 |
| 1682 | 2026-08-12T20:43:42.958Z | Compiling phf_shared v0.11.3 |
| 1683 | 2026-08-12T20:43:42.984Z | Compiling strum_macros v0.26.4 |
| 1684 | 2026-08-12T20:43:43.039Z | Compiling async-recursion v1.1.1 |
| 1685 | 2026-08-12T20:43:43.042Z | Compiling serde_repr v0.1.20 |
| 1686 | 2026-08-12T20:43:43.069Z | Compiling enum-as-inner v0.6.1 |
| 1687 | 2026-08-12T20:43:43.072Z | Compiling float-cmp v0.10.0 |
| 1688 | 2026-08-12T20:43:43.165Z | Compiling pem v3.0.6 |
| 1689 | 2026-08-12T20:43:43.182Z | Compiling memmap2 v0.9.10 |
| 1690 | 2026-08-12T20:43:43.197Z | Compiling thread-id v4.2.2 |
| 1691 | 2026-08-12T20:43:43.246Z | Compiling keccak v0.1.6 |
| 1692 | 2026-08-12T20:43:43.295Z | Compiling predicates-core v1.0.10 |
| 1693 | 2026-08-12T20:43:43.348Z | Compiling difflib v0.4.0 |
| 1694 | 2026-08-12T20:43:43.427Z | Compiling precomputed-hash v0.1.1 |
| 1695 | 2026-08-12T20:43:43.497Z | Compiling const-oid v0.10.2 |
| 1696 | 2026-08-12T20:43:43.517Z | Compiling fixedbitset v0.4.2 |
| 1697 | 2026-08-12T20:43:43.534Z | Compiling normalize-line-endings v0.3.0 |
| 1698 | 2026-08-12T20:43:43.631Z | Compiling fixedbitset v0.5.7 |
| 1699 | 2026-08-12T20:43:43.647Z | Compiling typed-path v0.9.3 |
| 1700 | 2026-08-12T20:43:43.662Z | Compiling whoami v2.1.0 |
| 1701 | 2026-08-12T20:43:43.734Z | Compiling winnow v1.0.3 |
| 1702 | 2026-08-12T20:43:43.747Z | Compiling static_assertions v1.1.0 |
| 1703 | 2026-08-12T20:43:43.760Z | Compiling data-encoding v2.10.0 |
| 1704 | 2026-08-12T20:43:43.764Z | Compiling cpufeatures v0.3.0 |
| 1705 | 2026-08-12T20:43:43.829Z | Compiling new_debug_unreachable v1.0.6 |
| 1706 | 2026-08-12T20:43:43.859Z | Compiling chacha20 v0.10.0 |
| 1707 | 2026-08-12T20:43:43.910Z | Compiling string_cache v0.8.9 |
| 1708 | 2026-08-12T20:43:43.936Z | Compiling tokio-postgres v0.7.16 |
| 1709 | 2026-08-12T20:43:43.964Z | Compiling elliptic-curve v0.13.8 |
| 1710 | 2026-08-12T20:43:44.015Z | Compiling petgraph v0.8.3 |
| 1711 | 2026-08-12T20:43:44.053Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1712 | 2026-08-12T20:43:44.104Z | Compiling hickory-proto v0.25.2 |
| 1713 | 2026-08-12T20:43:44.155Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1714 | 2026-08-12T20:43:44.263Z | Compiling toml_edit v0.22.27 |
| 1715 | 2026-08-12T20:43:44.391Z | Compiling petgraph v0.6.5 |
| 1716 | 2026-08-12T20:43:44.479Z | Compiling digest v0.11.3 |
| 1717 | 2026-08-12T20:43:44.725Z | Compiling predicates v3.1.4 |
| 1718 | 2026-08-12T20:43:44.742Z | Compiling sha3 v0.10.8 |
| 1719 | 2026-08-12T20:43:44.757Z | Compiling usdt v0.6.0 |
| 1720 | 2026-08-12T20:43:44.855Z | Compiling strum v0.26.3 |
| 1721 | 2026-08-12T20:43:44.899Z | Compiling zip v4.6.1 |
| 1722 | 2026-08-12T20:43:44.914Z | Compiling usdt-impl v0.5.0 |
| 1723 | 2026-08-12T20:43:45.001Z | Compiling serde_with v3.21.0 |
| 1724 | 2026-08-12T20:43:45.043Z | Compiling crossterm v0.28.1 |
| 1725 | 2026-08-12T20:43:45.060Z | Compiling ed25519-dalek v2.2.0 |
| 1726 | 2026-08-12T20:43:45.395Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1727 | 2026-08-12T20:43:45.633Z | Compiling iddqd v0.4.2 |
| 1728 | 2026-08-12T20:43:45.928Z | Compiling heck v0.4.1 |
| 1729 | 2026-08-12T20:43:46.027Z | Compiling similar v2.7.0 |
| 1730 | 2026-08-12T20:43:46.042Z | Compiling itertools v0.15.0 |
| 1731 | 2026-08-12T20:43:46.168Z | Compiling itertools v0.13.0 |
| 1732 | 2026-08-12T20:43:46.252Z | Compiling tokio-stream v0.1.18 |
| 1733 | 2026-08-12T20:43:46.329Z | Compiling crossbeam-epoch v0.9.18 |
| 1734 | 2026-08-12T20:43:46.636Z | Compiling buf-list v1.1.2 |
| 1735 | 2026-08-12T20:43:46.665Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1736 | 2026-08-12T20:43:46.744Z | Compiling openapiv3 v2.2.0 |
| 1737 | 2026-08-12T20:43:46.809Z | Compiling peg-runtime v0.8.5 |
| 1738 | 2026-08-12T20:43:46.890Z | Compiling lalrpop-util v0.19.12 |
| 1739 | 2026-08-12T20:43:46.928Z | Compiling thread_local v1.1.9 |
| 1740 | 2026-08-12T20:43:46.945Z | Compiling slog-async v2.8.0 |
| 1741 | 2026-08-12T20:43:46.945Z | Compiling crossbeam-channel v0.5.15 |
| 1742 | 2026-08-12T20:43:46.997Z | Compiling is-terminal v0.4.17 |
| 1743 | 2026-08-12T20:43:47.012Z | Compiling filetime v0.2.27 |
| 1744 | 2026-08-12T20:43:47.028Z | Compiling xattr v1.6.1 |
| 1745 | 2026-08-12T20:43:47.103Z | Compiling take_mut v0.2.2 |
| 1746 | 2026-08-12T20:43:47.118Z | Compiling term v1.2.1 |
| 1747 | 2026-08-12T20:43:47.121Z | Compiling camino-tempfile v1.4.1 |
| 1748 | 2026-08-12T20:43:47.206Z | Compiling tar v0.4.46 |
| 1749 | 2026-08-12T20:43:47.399Z | Compiling slog-term v2.9.2 |
| 1750 | 2026-08-12T20:44:04.730Z | Compiling rustls-webpki v0.103.13 |
| 1751 | 2026-08-12T20:44:07.397Z | Compiling tokio-rustls v0.26.4 |
| 1752 | 2026-08-12T20:44:07.397Z | Compiling rustls-platform-verifier v0.6.2 |
| 1753 | 2026-08-12T20:44:07.401Z | Compiling tough v0.22.0 |
| 1754 | 2026-08-12T20:44:07.635Z | Compiling hyper-rustls v0.27.7 |
| 1755 | 2026-08-12T20:44:07.825Z | Compiling reqwest v0.13.2 |
| 1756 | 2026-08-12T20:44:09.938Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1757 | 2026-08-12T20:44:10.177Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1758 | 2026-08-12T20:44:13.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.04s |
| 1759 | 2026-08-12T20:44:13.257Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1760 | 2026-08-12T20:44:13.296Z | Aug 12 20:44:12.409 INFO Starting download, target: Cockroach |
| 1761 | 2026-08-12T20:44:13.296Z | Aug 12 20:44:12.410 INFO Starting download, target: Clickhouse |
| 1762 | 2026-08-12T20:44:13.296Z | Aug 12 20:44:12.410 INFO Starting download, target: Console |
| 1763 | 2026-08-12T20:44:13.296Z | Aug 12 20:44:12.410 INFO Starting download, target: DendriteStub |
| 1764 | 2026-08-12T20:44:13.296Z | Aug 12 20:44:12.410 INFO Starting download, target: MaghemiteMgd |
| 1765 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Starting download, target: MaghemiteDdmd |
| 1766 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Starting download, target: TransceiverControl |
| 1767 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1768 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1769 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1770 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1771 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1772 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1773 | 2026-08-12T20:44:13.300Z | Aug 12 20:44:12.410 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1774 | 2026-08-12T20:44:14.025Z | Aug 12 20:44:13.103 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1775 | 2026-08-12T20:44:14.223Z | Aug 12 20:44:13.316 INFO Download complete, target: TransceiverControl |
| 1776 | 2026-08-12T20:44:15.131Z | Aug 12 20:44:14.203 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1777 | 2026-08-12T20:44:15.353Z | Aug 12 20:44:14.460 INFO Download complete, target: Console |
| 1778 | 2026-08-12T20:44:16.411Z | Aug 12 20:44:15.500 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1779 | 2026-08-12T20:44:17.559Z | Aug 12 20:44:16.641 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1780 | 2026-08-12T20:44:17.846Z | Aug 12 20:44:16.910 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1781 | 2026-08-12T20:44:17.980Z | Aug 12 20:44:17.051 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1782 | 2026-08-12T20:44:18.355Z | Aug 12 20:44:17.455 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1783 | 2026-08-12T20:44:18.356Z | Aug 12 20:44:17.455 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1784 | 2026-08-12T20:44:20.059Z | Aug 12 20:44:19.173 INFO Download complete, target: MaghemiteDdmd |
| 1785 | 2026-08-12T20:44:20.232Z | Aug 12 20:44:19.346 INFO Download complete, target: DendriteStub |
| 1786 | 2026-08-12T20:44:20.557Z | Aug 12 20:44:19.671 INFO Download complete, target: MaghemiteMgd |
| 1787 | 2026-08-12T20:44:23.110Z | Aug 12 20:44:22.205 INFO Checking that binary works, target: Cockroach |
| 1788 | 2026-08-12T20:44:23.210Z | Aug 12 20:44:22.321 INFO Download complete, target: Cockroach |
| 1789 | 2026-08-12T20:44:23.340Z | Aug 12 20:44:22.448 INFO Checking that binary works, target: Clickhouse |
| 1790 | 2026-08-12T20:44:23.425Z | Aug 12 20:44:22.535 INFO Download complete, target: Clickhouse |
| 1791 | 2026-08-12T20:44:23.429Z | All prerequisites installed successfully |
| 1792 | 2026-08-12T20:44:23.429Z | |
| 1793 | 2026-08-12T20:44:23.430Z | real 1:58.119893647 |
| 1794 | 2026-08-12T20:44:23.430Z | user 7:11.882119206 |
| 1795 | 2026-08-12T20:44:23.430Z | sys 1:45.230039525 |
| 1796 | 2026-08-12T20:44:23.430Z | trap 0.294651221 |
| 1797 | 2026-08-12T20:44:23.430Z | tflt 0.877729021 |
| 1798 | 2026-08-12T20:44:23.430Z | dflt 1.726739979 |
| 1799 | 2026-08-12T20:44:23.430Z | kflt 0.053148377 |
| 1800 | 2026-08-12T20:44:23.430Z | lock 28:23.183431677 |
| 1801 | 2026-08-12T20:44:23.430Z | slp 19:59.993538054 |
| 1802 | 2026-08-12T20:44:23.430Z | lat 25.662809854 |
| 1803 | 2026-08-12T20:44:23.430Z | stop 3:23.446447019 |
| 1804 | 2026-08-12T20:44:23.430Z | + ptime -m cargo xtask download softnpu |
| 1805 | 2026-08-12T20:44:23.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1806 | 2026-08-12T20:44:23.928Z | Running `target/debug/xtask download softnpu` |
| 1807 | 2026-08-12T20:44:24.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1808 | 2026-08-12T20:44:24.737Z | Running `target/debug/xtask-downloader softnpu` |
| 1809 | 2026-08-12T20:44:24.782Z | Aug 12 20:44:23.889 INFO Starting download, target: Softnpu |
| 1810 | 2026-08-12T20:44:24.791Z | Aug 12 20:44:23.890 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1811 | 2026-08-12T20:44:25.376Z | Aug 12 20:44:24.490 INFO Download complete, target: Softnpu |
| 1812 | 2026-08-12T20:44:25.379Z | |
| 1813 | 2026-08-12T20:44:25.380Z | real 1.946189429 |
| 1814 | 2026-08-12T20:44:25.380Z | user 1.322284135 |
| 1815 | 2026-08-12T20:44:25.380Z | sys 0.615260257 |
| 1816 | 2026-08-12T20:44:25.380Z | trap 0.000882020 |
| 1817 | 2026-08-12T20:44:25.380Z | tflt 0.000174000 |
| 1818 | 2026-08-12T20:44:25.380Z | dflt 0.000216300 |
| 1819 | 2026-08-12T20:44:25.380Z | kflt 0.000000000 |
| 1820 | 2026-08-12T20:44:25.380Z | lock 11.124144845 |
| 1821 | 2026-08-12T20:44:25.380Z | slp 0.454217893 |
| 1822 | 2026-08-12T20:44:25.380Z | lat 0.095196785 |
| 1823 | 2026-08-12T20:44:25.380Z | stop 0.000229080 |
| 1824 | 2026-08-12T20:44:25.383Z | + export CARGO_INCREMENTAL=0 |
| 1825 | 2026-08-12T20:44:25.383Z | + CARGO_INCREMENTAL=0 |
| 1826 | 2026-08-12T20:44:25.383Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1827 | 2026-08-12T20:44:26.279Z | Compiling proc-macro2 v1.0.106 |
| 1828 | 2026-08-12T20:44:26.280Z | Compiling quote v1.0.45 |
| 1829 | 2026-08-12T20:44:26.280Z | Compiling unicode-ident v1.0.24 |
| 1830 | 2026-08-12T20:44:26.280Z | Compiling libc v0.2.185 |
| 1831 | 2026-08-12T20:44:26.283Z | Compiling serde_core v1.0.228 |
| 1832 | 2026-08-12T20:44:26.283Z | Compiling serde v1.0.228 |
| 1833 | 2026-08-12T20:44:26.283Z | Compiling cfg-if v1.0.4 |
| 1834 | 2026-08-12T20:44:26.283Z | Compiling version_check v0.9.5 |
| 1835 | 2026-08-12T20:44:26.283Z | Compiling autocfg v1.5.0 |
| 1836 | 2026-08-12T20:44:26.283Z | Compiling shlex v1.3.0 |
| 1837 | 2026-08-12T20:44:26.451Z | Compiling find-msvc-tools v0.1.9 |
| 1838 | 2026-08-12T20:44:26.455Z | Compiling memchr v2.8.0 |
| 1839 | 2026-08-12T20:44:26.455Z | Compiling zmij v1.0.21 |
| 1840 | 2026-08-12T20:44:26.455Z | Compiling serde_json v1.0.151 |
| 1841 | 2026-08-12T20:44:26.541Z | Compiling portable-atomic v1.13.1 |
| 1842 | 2026-08-12T20:44:26.552Z | Compiling zerocopy v0.8.40 |
| 1843 | 2026-08-12T20:44:26.735Z | Compiling libm v0.2.16 |
| 1844 | 2026-08-12T20:44:26.764Z | Compiling getrandom v0.4.1 |
| 1845 | 2026-08-12T20:44:26.787Z | Compiling generic-array v0.14.7 |
| 1846 | 2026-08-12T20:44:26.896Z | Compiling num-traits v0.2.19 |
| 1847 | 2026-08-12T20:44:26.942Z | Compiling parking_lot_core v0.9.12 |
| 1848 | 2026-08-12T20:44:26.983Z | Compiling smallvec v1.15.1 |
| 1849 | 2026-08-12T20:44:26.987Z | Compiling icu_normalizer_data v2.1.1 |
| 1850 | 2026-08-12T20:44:27.044Z | Compiling icu_properties_data v2.1.2 |
| 1851 | 2026-08-12T20:44:27.106Z | Compiling itoa v1.0.17 |
| 1852 | 2026-08-12T20:44:27.109Z | Compiling log v0.4.29 |
| 1853 | 2026-08-12T20:44:27.147Z | Compiling subtle v2.6.1 |
| 1854 | 2026-08-12T20:44:27.162Z | Compiling pkg-config v0.3.32 |
| 1855 | 2026-08-12T20:44:27.243Z | Compiling typenum v1.20.1 |
| 1856 | 2026-08-12T20:44:27.272Z | Compiling stable_deref_trait v1.2.1 |
| 1857 | 2026-08-12T20:44:27.363Z | Compiling getrandom v0.3.4 |
| 1858 | 2026-08-12T20:44:27.367Z | Compiling scopeguard v1.2.0 |
| 1859 | 2026-08-12T20:44:27.378Z | Compiling thiserror v2.0.18 |
| 1860 | 2026-08-12T20:44:27.449Z | Compiling rustix v1.1.3 |
| 1861 | 2026-08-12T20:44:27.507Z | Compiling jobserver v0.1.34 |
| 1862 | 2026-08-12T20:44:27.522Z | Compiling errno v0.3.14 |
| 1863 | 2026-08-12T20:44:27.537Z | Compiling lock_api v0.4.14 |
| 1864 | 2026-08-12T20:44:27.692Z | Compiling rand_core v0.10.0 |
| 1865 | 2026-08-12T20:44:27.692Z | Compiling getrandom v0.2.17 |
| 1866 | 2026-08-12T20:44:27.736Z | Compiling cc v1.2.56 |
| 1867 | 2026-08-12T20:44:27.784Z | Compiling equivalent v1.0.2 |
| 1868 | 2026-08-12T20:44:27.788Z | Compiling heck v0.5.0 |
| 1869 | 2026-08-12T20:44:27.828Z | Compiling syn v2.0.117 |
| 1870 | 2026-08-12T20:44:27.906Z | Compiling rand_core v0.6.4 |
| 1871 | 2026-08-12T20:44:27.967Z | Compiling pin-project-lite v0.2.17 |
| 1872 | 2026-08-12T20:44:27.983Z | Compiling critical-section v1.2.0 |
| 1873 | 2026-08-12T20:44:27.998Z | Compiling syn v1.0.109 |
| 1874 | 2026-08-12T20:44:28.103Z | Compiling writeable v0.6.2 |
| 1875 | 2026-08-12T20:44:28.107Z | Compiling litemap v0.8.1 |
| 1876 | 2026-08-12T20:44:28.107Z | Compiling percent-encoding v2.3.2 |
| 1877 | 2026-08-12T20:44:28.148Z | Compiling schemars v0.8.22 |
| 1878 | 2026-08-12T20:44:28.215Z | Compiling hashbrown v0.17.0 |
| 1879 | 2026-08-12T20:44:28.344Z | Compiling fs_extra v1.3.0 |
| 1880 | 2026-08-12T20:44:28.347Z | Compiling dunce v1.0.5 |
| 1881 | 2026-08-12T20:44:28.375Z | Compiling rustversion v1.0.22 |
| 1882 | 2026-08-12T20:44:28.393Z | Compiling once_cell v1.21.3 |
| 1883 | 2026-08-12T20:44:28.518Z | Compiling cmake v0.1.57 |
| 1884 | 2026-08-12T20:44:28.541Z | Compiling byteorder v1.5.0 |
| 1885 | 2026-08-12T20:44:28.615Z | Compiling strsim v0.11.1 |
| 1886 | 2026-08-12T20:44:28.683Z | Compiling signal-hook-registry v1.4.8 |
| 1887 | 2026-08-12T20:44:28.814Z | Compiling semver v1.0.28 |
| 1888 | 2026-08-12T20:44:28.906Z | Compiling indexmap v2.14.0 |
| 1889 | 2026-08-12T20:44:28.925Z | Compiling bitflags v2.11.0 |
| 1890 | 2026-08-12T20:44:28.956Z | Compiling utf8_iter v1.0.4 |
| 1891 | 2026-08-12T20:44:28.981Z | Compiling thiserror v1.0.69 |
| 1892 | 2026-08-12T20:44:28.984Z | Compiling parking_lot v0.12.5 |
| 1893 | 2026-08-12T20:44:29.138Z | Compiling aws-lc-sys v0.40.0 |
| 1894 | 2026-08-12T20:44:29.171Z | Compiling form_urlencoded v1.2.2 |
| 1895 | 2026-08-12T20:44:29.171Z | Compiling mio v1.2.0 |
| 1896 | 2026-08-12T20:44:29.230Z | Compiling socket2 v0.6.3 |
| 1897 | 2026-08-12T20:44:29.389Z | Compiling const-oid v0.9.6 |
| 1898 | 2026-08-12T20:44:29.471Z | Compiling aws-lc-rs v1.16.3 |
| 1899 | 2026-08-12T20:44:29.487Z | Compiling futures-core v0.3.32 |
| 1900 | 2026-08-12T20:44:29.599Z | Compiling httparse v1.10.1 |
| 1901 | 2026-08-12T20:44:29.789Z | Compiling fnv v1.0.7 |
| 1902 | 2026-08-12T20:44:29.878Z | Compiling crc32fast v1.5.0 |
| 1903 | 2026-08-12T20:44:29.908Z | Compiling ucd-trie v0.1.7 |
| 1904 | 2026-08-12T20:44:29.940Z | Compiling regex-syntax v0.8.10 |
| 1905 | 2026-08-12T20:44:30.010Z | Compiling vcpkg v0.2.15 |
| 1906 | 2026-08-12T20:44:30.072Z | Compiling pest v2.8.6 |
| 1907 | 2026-08-12T20:44:30.142Z | Compiling iana-time-zone v0.1.65 |
| 1908 | 2026-08-12T20:44:30.145Z | Compiling ident_case v1.0.1 |
| 1909 | 2026-08-12T20:44:30.201Z | Compiling uuid v1.23.4 |
| 1910 | 2026-08-12T20:44:30.337Z | Compiling rustc_version v0.4.1 |
| 1911 | 2026-08-12T20:44:30.370Z | Compiling futures-sink v0.3.32 |
| 1912 | 2026-08-12T20:44:30.386Z | Compiling rustls v0.23.41 |
| 1913 | 2026-08-12T20:44:30.480Z | Compiling futures-channel v0.3.32 |
| 1914 | 2026-08-12T20:44:30.619Z | Compiling openssl-sys v0.9.117 |
| 1915 | 2026-08-12T20:44:30.634Z | Compiling aho-corasick v1.1.4 |
| 1916 | 2026-08-12T20:44:30.693Z | Compiling synstructure v0.13.2 |
| 1917 | 2026-08-12T20:44:30.722Z | Compiling serde_derive_internals v0.29.1 |
| 1918 | 2026-08-12T20:44:30.766Z | Compiling futures-io v0.3.32 |
| 1919 | 2026-08-12T20:44:30.826Z | Compiling futures-task v0.3.32 |
| 1920 | 2026-08-12T20:44:30.984Z | Compiling slab v0.4.12 |
| 1921 | 2026-08-12T20:44:31.037Z | Compiling plain v0.2.3 |
| 1922 | 2026-08-12T20:44:31.163Z | Compiling pest_meta v2.8.6 |
| 1923 | 2026-08-12T20:44:31.180Z | Compiling num-conv v0.2.0 |
| 1924 | 2026-08-12T20:44:31.183Z | Compiling dyn-clone v1.0.20 |
| 1925 | 2026-08-12T20:44:31.212Z | Compiling time-core v0.1.8 |
| 1926 | 2026-08-12T20:44:31.215Z | Compiling radium v0.7.0 |
| 1927 | 2026-08-12T20:44:31.299Z | Compiling crossbeam-utils v0.8.21 |
| 1928 | 2026-08-12T20:44:31.378Z | Compiling base64ct v1.8.3 |
| 1929 | 2026-08-12T20:44:31.394Z | Compiling time-macros v0.2.27 |
| 1930 | 2026-08-12T20:44:31.411Z | Compiling openssl v0.10.80 |
| 1931 | 2026-08-12T20:44:31.463Z | Compiling regex-automata v0.4.14 |
| 1932 | 2026-08-12T20:44:31.492Z | Compiling base64 v0.22.1 |
| 1933 | 2026-08-12T20:44:31.569Z | Compiling pretty-hex v0.4.1 |
| 1934 | 2026-08-12T20:44:31.592Z | Compiling maybe-uninit v2.0.0 |
| 1935 | 2026-08-12T20:44:31.631Z | Compiling pem-rfc7468 v0.7.0 |
| 1936 | 2026-08-12T20:44:31.758Z | Compiling pest_generator v2.8.6 |
| 1937 | 2026-08-12T20:44:31.846Z | Compiling flagset v0.4.7 |
| 1938 | 2026-08-12T20:44:31.887Z | Compiling serde_derive v1.0.228 |
| 1939 | 2026-08-12T20:44:31.904Z | Compiling zeroize_derive v1.5.0 |
| 1940 | 2026-08-12T20:44:31.904Z | Compiling zerofrom-derive v0.1.6 |
| 1941 | 2026-08-12T20:44:31.934Z | Compiling yoke-derive v0.8.1 |
| 1942 | 2026-08-12T20:44:31.951Z | Compiling zerocopy-derive v0.8.40 |
| 1943 | 2026-08-12T20:44:32.001Z | Compiling zerovec-derive v0.11.2 |
| 1944 | 2026-08-12T20:44:32.042Z | Compiling displaydoc v0.2.5 |
| 1945 | 2026-08-12T20:44:32.057Z | Compiling tokio-macros v2.7.0 |
| 1946 | 2026-08-12T20:44:32.096Z | Compiling futures-macro v0.3.32 |
| 1947 | 2026-08-12T20:44:32.110Z | Compiling thiserror-impl v2.0.18 |
| 1948 | 2026-08-12T20:44:32.411Z | Compiling schemars_derive v0.8.22 |
| 1949 | 2026-08-12T20:44:32.426Z | Compiling der_derive v0.7.3 |
| 1950 | 2026-08-12T20:44:32.451Z | Compiling tracing-attributes v0.1.31 |
| 1951 | 2026-08-12T20:44:32.546Z | Compiling zeroize v1.9.0 |
| 1952 | 2026-08-12T20:44:32.780Z | Compiling thiserror-impl v1.0.69 |
| 1953 | 2026-08-12T20:44:32.817Z | Compiling pest_derive v2.8.6 |
| 1954 | 2026-08-12T20:44:32.920Z | Compiling futures-util v0.3.32 |
| 1955 | 2026-08-12T20:44:33.060Z | Compiling zerofrom v0.1.6 |
| 1956 | 2026-08-12T20:44:33.216Z | Compiling yoke v0.8.1 |
| 1957 | 2026-08-12T20:44:33.290Z | Compiling crypto-common v0.1.7 |
| 1958 | 2026-08-12T20:44:33.308Z | Compiling block-buffer v0.10.4 |
| 1959 | 2026-08-12T20:44:33.444Z | Compiling zerovec v0.11.5 |
| 1960 | 2026-08-12T20:44:33.447Z | Compiling zerotrie v0.2.3 |
| 1961 | 2026-08-12T20:44:33.559Z | Compiling digest v0.10.7 |
| 1962 | 2026-08-12T20:44:33.632Z | Compiling scroll_derive v0.13.1 |
| 1963 | 2026-08-12T20:44:33.676Z | Compiling scroll_derive v0.12.1 |
| 1964 | 2026-08-12T20:44:33.743Z | Compiling der v0.7.10 |
| 1965 | 2026-08-12T20:44:33.794Z | Compiling openssl-macros v0.1.1 |
| 1966 | 2026-08-12T20:44:33.836Z | Compiling darling_core v0.23.0 |
| 1967 | 2026-08-12T20:44:33.908Z | Compiling rand_core v0.9.5 |
| 1968 | 2026-08-12T20:44:33.940Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1969 | 2026-08-12T20:44:34.014Z | Compiling tinystr v0.8.2 |
| 1970 | 2026-08-12T20:44:34.064Z | Compiling potential_utf v0.1.4 |
| 1971 | 2026-08-12T20:44:34.214Z | Compiling icu_locale_core v2.1.1 |
| 1972 | 2026-08-12T20:44:34.256Z | Compiling icu_collections v2.1.1 |
| 1973 | 2026-08-12T20:44:34.351Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1974 | 2026-08-12T20:44:34.365Z | Compiling ahash v0.8.12 |
| 1975 | 2026-08-12T20:44:34.663Z | Compiling native-tls v0.2.18 |
| 1976 | 2026-08-12T20:44:34.701Z | Compiling num-bigint-dig v0.8.6 |
| 1977 | 2026-08-12T20:44:34.822Z | Compiling anyhow v1.0.102 |
| 1978 | 2026-08-12T20:44:34.866Z | Compiling packed_struct v0.10.1 |
| 1979 | 2026-08-12T20:44:34.870Z | Compiling spki v0.7.3 |
| 1980 | 2026-08-12T20:44:34.896Z | Compiling regex v1.12.3 |
| 1981 | 2026-08-12T20:44:34.911Z | Compiling zerocopy-derive v0.7.35 |
| 1982 | 2026-08-12T20:44:34.985Z | Compiling icu_provider v2.1.1 |
| 1983 | 2026-08-12T20:44:35.043Z | Compiling bytes v1.11.1 |
| 1984 | 2026-08-12T20:44:35.119Z | Compiling chrono v0.4.45 |
| 1985 | 2026-08-12T20:44:35.153Z | Compiling serde_tokenstream v0.2.3 |
| 1986 | 2026-08-12T20:44:35.311Z | Compiling icu_normalizer v2.1.1 |
| 1987 | 2026-08-12T20:44:35.417Z | Compiling icu_properties v2.1.2 |
| 1988 | 2026-08-12T20:44:35.556Z | Compiling slog v2.8.2 |
| 1989 | 2026-08-12T20:44:35.688Z | Compiling tokio v1.52.1 |
| 1990 | 2026-08-12T20:44:35.774Z | Compiling http v1.4.2 |
| 1991 | 2026-08-12T20:44:35.965Z | Compiling darling_macro v0.23.0 |
| 1992 | 2026-08-12T20:44:36.343Z | Compiling idna_adapter v1.2.1 |
| 1993 | 2026-08-12T20:44:36.439Z | Compiling ppv-lite86 v0.2.21 |
| 1994 | 2026-08-12T20:44:36.471Z | Compiling idna v1.1.0 |
| 1995 | 2026-08-12T20:44:36.488Z | Compiling tracing-core v0.1.36 |
| 1996 | 2026-08-12T20:44:36.557Z | Compiling cookie v0.18.1 |
| 1997 | 2026-08-12T20:44:36.572Z | Compiling cpufeatures v0.2.17 |
| 1998 | 2026-08-12T20:44:36.641Z | Compiling utf8parse v0.2.2 |
| 1999 | 2026-08-12T20:44:36.664Z | Compiling camino v1.2.2 |
| 2000 | 2026-08-12T20:44:36.768Z | Compiling rand_chacha v0.9.0 |
| 2001 | 2026-08-12T20:44:36.787Z | Compiling darling v0.23.0 |
| 2002 | 2026-08-12T20:44:36.852Z | Compiling url v2.5.8 |
| 2003 | 2026-08-12T20:44:36.936Z | Compiling tracing v0.1.44 |
| 2004 | 2026-08-12T20:44:36.993Z | Compiling serde_spanned v0.6.9 |
| 2005 | 2026-08-12T20:44:36.996Z | Compiling toml_datetime v0.6.11 |
| 2006 | 2026-08-12T20:44:37.079Z | Compiling zerocopy-derive v0.6.6 |
| 2007 | 2026-08-12T20:44:37.105Z | Compiling clap_derive v4.6.1 |
| 2008 | 2026-08-12T20:44:37.158Z | Compiling bitfield-macros v0.19.4 |
| 2009 | 2026-08-12T20:44:37.183Z | Compiling packed_struct_codegen v0.10.1 |
| 2010 | 2026-08-12T20:44:37.357Z | Compiling indexmap v1.9.3 |
| 2011 | 2026-08-12T20:44:37.574Z | Compiling paste v1.0.15 |
| 2012 | 2026-08-12T20:44:37.693Z | Compiling anstyle v1.0.14 |
| 2013 | 2026-08-12T20:44:37.856Z | Compiling rand v0.9.2 |
| 2014 | 2026-08-12T20:44:37.872Z | Compiling http-body v1.0.1 |
| 2015 | 2026-08-12T20:44:37.888Z | Compiling pkcs8 v0.10.2 |
| 2016 | 2026-08-12T20:44:37.946Z | Compiling rustls-pki-types v1.14.0 |
| 2017 | 2026-08-12T20:44:38.166Z | Compiling spin v0.9.8 |
| 2018 | 2026-08-12T20:44:38.181Z | Compiling usdt-impl v0.5.0 |
| 2019 | 2026-08-12T20:44:38.348Z | Compiling cmov v0.5.4 |
| 2020 | 2026-08-12T20:44:38.383Z | Compiling tinyvec_macros v0.1.1 |
| 2021 | 2026-08-12T20:44:38.435Z | Compiling either v1.15.0 |
| 2022 | 2026-08-12T20:44:38.451Z | Compiling fastrand v2.3.0 |
| 2023 | 2026-08-12T20:44:38.482Z | Compiling usdt-impl v0.6.0 |
| 2024 | 2026-08-12T20:44:38.557Z | Compiling openssl-probe v0.2.1 |
| 2025 | 2026-08-12T20:44:38.580Z | Compiling colorchoice v1.0.4 |
| 2026 | 2026-08-12T20:44:38.599Z | Compiling ref-cast v1.0.25 |
| 2027 | 2026-08-12T20:44:38.655Z | Compiling is_terminal_polyfill v1.70.2 |
| 2028 | 2026-08-12T20:44:38.670Z | Compiling winnow v0.5.40 |
| 2029 | 2026-08-12T20:44:38.707Z | Compiling anstyle-query v1.1.5 |
| 2030 | 2026-08-12T20:44:38.722Z | Compiling ctutils v0.4.2 |
| 2031 | 2026-08-12T20:44:38.756Z | Compiling tinyvec v1.10.0 |
| 2032 | 2026-08-12T20:44:38.887Z | Compiling sha2 v0.10.9 |
| 2033 | 2026-08-12T20:44:38.994Z | Compiling scroll v0.13.0 |
| 2034 | 2026-08-12T20:44:39.009Z | Compiling scroll v0.12.0 |
| 2035 | 2026-08-12T20:44:39.125Z | Compiling async-trait v0.1.89 |
| 2036 | 2026-08-12T20:44:39.246Z | Compiling heapless v0.7.17 |
| 2037 | 2026-08-12T20:44:39.337Z | Compiling try-lock v0.2.5 |
| 2038 | 2026-08-12T20:44:39.352Z | Compiling rustix v0.38.44 |
| 2039 | 2026-08-12T20:44:39.371Z | Compiling zstd-safe v7.2.4 |
| 2040 | 2026-08-12T20:44:39.374Z | Compiling tower-layer v0.3.3 |
| 2041 | 2026-08-12T20:44:39.413Z | Compiling tower-service v0.3.3 |
| 2042 | 2026-08-12T20:44:39.466Z | Compiling untrusted v0.7.1 |
| 2043 | 2026-08-12T20:44:39.525Z | Compiling tokio-util v0.7.18 |
| 2044 | 2026-08-12T20:44:39.563Z | Compiling winnow v0.7.14 |
| 2045 | 2026-08-12T20:44:39.592Z | Compiling atomic-waker v1.1.2 |
| 2046 | 2026-08-12T20:44:39.680Z | Compiling litrs v1.0.0 |
| 2047 | 2026-08-12T20:44:39.746Z | Compiling signal-hook v0.3.18 |
| 2048 | 2026-08-12T20:44:39.761Z | Compiling winnow v1.0.3 |
| 2049 | 2026-08-12T20:44:39.928Z | Compiling tempfile v3.25.0 |
| 2050 | 2026-08-12T20:44:39.948Z | Compiling toml_edit v0.19.15 |
| 2051 | 2026-08-12T20:44:40.078Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2052 | 2026-08-12T20:44:40.093Z | Compiling want v0.3.1 |
| 2053 | 2026-08-12T20:44:40.149Z | Compiling document-features v0.2.12 |
| 2054 | 2026-08-12T20:44:40.270Z | Compiling h2 v0.4.15 |
| 2055 | 2026-08-12T20:44:40.582Z | Compiling goblin v0.8.2 |
| 2056 | 2026-08-12T20:44:40.614Z | Compiling goblin v0.10.5 |
| 2057 | 2026-08-12T20:44:40.649Z | Compiling hybrid-array v0.4.13 |
| 2058 | 2026-08-12T20:44:40.682Z | Compiling itertools v0.15.0 |
| 2059 | 2026-08-12T20:44:40.843Z | Compiling anstyle-parse v1.0.0 |
| 2060 | 2026-08-12T20:44:41.017Z | Compiling zerocopy v0.7.35 |
| 2061 | 2026-08-12T20:44:41.037Z | Compiling ipnet v2.11.0 |
| 2062 | 2026-08-12T20:44:41.463Z | Compiling structmeta-derive v0.3.0 |
| 2063 | 2026-08-12T20:44:41.466Z | Compiling daft-derive v0.1.7 |
| 2064 | 2026-08-12T20:44:41.494Z | Compiling ref-cast-impl v1.0.25 |
| 2065 | 2026-08-12T20:44:41.600Z | Compiling darling_core v0.20.11 |
| 2066 | 2026-08-12T20:44:41.621Z | Compiling curve25519-dalek v4.1.3 |
| 2067 | 2026-08-12T20:44:41.707Z | Compiling memoffset v0.9.1 |
| 2068 | 2026-08-12T20:44:41.889Z | Compiling tap v1.0.1 |
| 2069 | 2026-08-12T20:44:41.952Z | Compiling untrusted v0.9.0 |
| 2070 | 2026-08-12T20:44:42.090Z | Compiling httpdate v1.0.3 |
| 2071 | 2026-08-12T20:44:42.179Z | Compiling powerfmt v0.2.0 |
| 2072 | 2026-08-12T20:44:42.206Z | Compiling simd-adler32 v0.3.8 |
| 2073 | 2026-08-12T20:44:42.237Z | Compiling foreign-types-shared v0.1.1 |
| 2074 | 2026-08-12T20:44:42.325Z | Compiling foreign-types v0.3.2 |
| 2075 | 2026-08-12T20:44:42.340Z | Compiling deranged v0.5.8 |
| 2076 | 2026-08-12T20:44:42.366Z | Compiling wyz v0.5.1 |
| 2077 | 2026-08-12T20:44:42.456Z | Compiling anstream v1.0.0 |
| 2078 | 2026-08-12T20:44:42.491Z | Compiling structmeta v0.3.0 |
| 2079 | 2026-08-12T20:44:42.580Z | Compiling unicode-normalization v0.1.25 |
| 2080 | 2026-08-12T20:44:42.795Z | Compiling dtrace-parser v0.2.0 |
| 2081 | 2026-08-12T20:44:42.816Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-08-12T20:44:43.066Z | Compiling dof v0.3.0 |
| 2083 | 2026-08-12T20:44:43.169Z | Compiling hex v0.4.3 |
| 2084 | 2026-08-12T20:44:43.208Z | Compiling signature v2.2.0 |
| 2085 | 2026-08-12T20:44:43.391Z | Compiling dof v0.4.0 |
| 2086 | 2026-08-12T20:44:43.406Z | Compiling dtrace-parser v0.3.0 |
| 2087 | 2026-08-12T20:44:43.453Z | Compiling hyper v1.10.1 |
| 2088 | 2026-08-12T20:44:43.477Z | Compiling terminal_size v0.4.3 |
| 2089 | 2026-08-12T20:44:43.552Z | Compiling pin-project-internal v1.1.11 |
| 2090 | 2026-08-12T20:44:43.581Z | Compiling darling_macro v0.20.11 |
| 2091 | 2026-08-12T20:44:43.656Z | Compiling num-integer v0.1.46 |
| 2092 | 2026-08-12T20:44:43.718Z | Compiling thread-id v5.1.0 |
| 2093 | 2026-08-12T20:44:43.818Z | Compiling thread-id v4.2.2 |
| 2094 | 2026-08-12T20:44:43.914Z | Compiling wait-timeout v0.2.1 |
| 2095 | 2026-08-12T20:44:43.997Z | Compiling bit-vec v0.8.0 |
| 2096 | 2026-08-12T20:44:44.069Z | Compiling funty v2.0.0 |
| 2097 | 2026-08-12T20:44:44.084Z | Compiling cfg_aliases v0.2.1 |
| 2098 | 2026-08-12T20:44:44.157Z | Compiling clap_lex v1.0.0 |
| 2099 | 2026-08-12T20:44:44.250Z | Compiling quick-error v1.2.3 |
| 2100 | 2026-08-12T20:44:44.379Z | Compiling num_threads v0.1.7 |
| 2101 | 2026-08-12T20:44:44.396Z | Compiling smoltcp v0.9.1 |
| 2102 | 2026-08-12T20:44:44.434Z | Compiling adler2 v2.0.1 |
| 2103 | 2026-08-12T20:44:44.456Z | Compiling bitvec v1.0.1 |
| 2104 | 2026-08-12T20:44:44.495Z | Compiling time v0.3.47 |
| 2105 | 2026-08-12T20:44:44.512Z | Compiling rusty-fork v0.3.1 |
| 2106 | 2026-08-12T20:44:44.531Z | Compiling clap_builder v4.6.0 |
| 2107 | 2026-08-12T20:44:44.562Z | Compiling hyper-util v0.1.20 |
| 2108 | 2026-08-12T20:44:44.578Z | Compiling miniz_oxide v0.8.9 |
| 2109 | 2026-08-12T20:44:44.594Z | Compiling bit-set v0.8.0 |
| 2110 | 2026-08-12T20:44:44.597Z | Compiling nix v0.31.2 |
| 2111 | 2026-08-12T20:44:44.738Z | Compiling darling v0.20.11 |
| 2112 | 2026-08-12T20:44:44.810Z | Compiling num-iter v0.1.45 |
| 2113 | 2026-08-12T20:44:44.975Z | Compiling rand v0.8.6 |
| 2114 | 2026-08-12T20:44:45.156Z | Compiling ipnetwork v0.21.1 |
| 2115 | 2026-08-12T20:44:45.295Z | Compiling lazy_static v1.5.0 |
| 2116 | 2026-08-12T20:44:45.429Z | Compiling anstyle-parse v0.2.7 |
| 2117 | 2026-08-12T20:44:45.620Z | Compiling rand_xorshift v0.4.0 |
| 2118 | 2026-08-12T20:44:45.633Z | Compiling hmac v0.12.1 |
| 2119 | 2026-08-12T20:44:45.719Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2120 | 2026-08-12T20:44:45.782Z | Compiling sync_wrapper v1.0.2 |
| 2121 | 2026-08-12T20:44:45.857Z | Compiling nodrop v0.1.14 |
| 2122 | 2026-08-12T20:44:45.901Z | Compiling zlib-rs v0.6.2 |
| 2123 | 2026-08-12T20:44:46.045Z | Compiling unarray v0.1.4 |
| 2124 | 2026-08-12T20:44:46.248Z | Compiling siphasher v1.0.2 |
| 2125 | 2026-08-12T20:44:46.252Z | Compiling crc-catalog v2.4.0 |
| 2126 | 2026-08-12T20:44:46.516Z | Compiling crc v3.4.0 |
| 2127 | 2026-08-12T20:44:46.745Z | Compiling proptest v1.11.0 |
| 2128 | 2026-08-12T20:44:46.749Z | Compiling clap v4.6.1 |
| 2129 | 2026-08-12T20:44:46.827Z | Compiling array-init v0.0.4 |
| 2130 | 2026-08-12T20:44:46.894Z | Compiling tower v0.5.3 |
| 2131 | 2026-08-12T20:44:47.427Z | Compiling anstream v0.6.21 |
| 2132 | 2026-08-12T20:44:47.751Z | Compiling smallvec v0.6.14 |
| 2133 | 2026-08-12T20:44:47.769Z | Compiling derive_builder_core v0.20.2 |
| 2134 | 2026-08-12T20:44:47.980Z | Compiling flate2 v1.1.9 |
| 2135 | 2026-08-12T20:44:48.134Z | Compiling pkcs1 v0.7.5 |
| 2136 | 2026-08-12T20:44:48.219Z | Compiling http-body-util v0.1.3 |
| 2137 | 2026-08-12T20:44:48.239Z | Compiling bitfield v0.19.4 |
| 2138 | 2026-08-12T20:44:48.258Z | Compiling zerocopy v0.6.6 |
| 2139 | 2026-08-12T20:44:48.489Z | Compiling strum_macros v0.26.4 |
| 2140 | 2026-08-12T20:44:48.510Z | Compiling strum_macros v0.27.2 |
| 2141 | 2026-08-12T20:44:48.536Z | Compiling snafu-derive v0.8.9 |
| 2142 | 2026-08-12T20:44:48.565Z | Compiling hubpack_derive v0.1.1 |
| 2143 | 2026-08-12T20:44:48.606Z | Compiling env_filter v1.0.0 |
| 2144 | 2026-08-12T20:44:48.647Z | Compiling fs-err v3.3.0 |
| 2145 | 2026-08-12T20:44:48.841Z | Compiling allocator-api2 v0.2.21 |
| 2146 | 2026-08-12T20:44:48.882Z | Compiling unicode-segmentation v1.12.0 |
| 2147 | 2026-08-12T20:44:48.886Z | Compiling unicode-bidi v0.3.18 |
| 2148 | 2026-08-12T20:44:49.075Z | Compiling iri-string v0.7.10 |
| 2149 | 2026-08-12T20:44:49.146Z | Compiling object v0.37.3 |
| 2150 | 2026-08-12T20:44:49.198Z | Compiling base64 v0.21.7 |
| 2151 | 2026-08-12T20:44:49.278Z | Compiling hashbrown v0.12.3 |
| 2152 | 2026-08-12T20:44:49.419Z | Compiling unicode-properties v0.1.4 |
| 2153 | 2026-08-12T20:44:49.509Z | Compiling ryu v1.0.23 |
| 2154 | 2026-08-12T20:44:49.640Z | Compiling serde_urlencoded v0.7.1 |
| 2155 | 2026-08-12T20:44:49.669Z | Compiling stringprep v0.1.5 |
| 2156 | 2026-08-12T20:44:49.692Z | Compiling ron v0.8.1 |
| 2157 | 2026-08-12T20:44:50.038Z | Compiling newtype-uuid v1.3.2 |
| 2158 | 2026-08-12T20:44:50.066Z | Compiling env_logger v0.11.9 |
| 2159 | 2026-08-12T20:44:50.183Z | Compiling derive_builder_macro v0.20.2 |
| 2160 | 2026-08-12T20:44:50.270Z | Compiling tower-http v0.6.8 |
| 2161 | 2026-08-12T20:44:50.342Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2162 | 2026-08-12T20:44:50.359Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2163 | 2026-08-12T20:44:50.376Z | Compiling rsa v0.9.10 |
| 2164 | 2026-08-12T20:44:50.379Z | Compiling oxnet v0.1.6 |
| 2165 | 2026-08-12T20:44:50.407Z | Compiling serde-hex v0.1.0 |
| 2166 | 2026-08-12T20:44:50.472Z | Compiling hashbrown v0.13.2 |
| 2167 | 2026-08-12T20:44:50.550Z | Compiling tokio-native-tls v0.3.1 |
| 2168 | 2026-08-12T20:44:50.550Z | Compiling bzip2 v0.4.4 |
| 2169 | 2026-08-12T20:44:50.682Z | Compiling usdt-macro v0.6.0 |
| 2170 | 2026-08-12T20:44:50.696Z | Compiling usdt-attr-macro v0.6.0 |
| 2171 | 2026-08-12T20:44:50.711Z | Compiling derive-ex v0.1.8 |
| 2172 | 2026-08-12T20:44:50.759Z | Compiling block-buffer v0.12.1 |
| 2173 | 2026-08-12T20:44:50.775Z | Compiling block-padding v0.4.2 |
| 2174 | 2026-08-12T20:44:50.813Z | Compiling crypto-common v0.2.2 |
| 2175 | 2026-08-12T20:44:51.012Z | Compiling rustls-native-certs v0.8.3 |
| 2176 | 2026-08-12T20:44:51.285Z | Compiling erased-serde v0.3.31 |
| 2177 | 2026-08-12T20:44:51.304Z | Compiling x509-cert v0.2.5 |
| 2178 | 2026-08-12T20:44:51.418Z | Compiling md-5 v0.10.6 |
| 2179 | 2026-08-12T20:44:51.482Z | Compiling bstr v1.12.1 |
| 2180 | 2026-08-12T20:44:51.581Z | Compiling vergen-lib v9.1.0 |
| 2181 | 2026-08-12T20:44:51.640Z | Compiling hash32 v0.2.1 |
| 2182 | 2026-08-12T20:44:51.728Z | Compiling encoding_rs v0.8.35 |
| 2183 | 2026-08-12T20:44:51.871Z | Compiling psl-types v2.0.11 |
| 2184 | 2026-08-12T20:44:51.910Z | Compiling fallible-iterator v0.2.0 |
| 2185 | 2026-08-12T20:44:52.011Z | Compiling mime v0.3.17 |
| 2186 | 2026-08-12T20:44:52.145Z | Compiling crc-any v2.5.0 |
| 2187 | 2026-08-12T20:44:52.204Z | Compiling cpufeatures v0.3.0 |
| 2188 | 2026-08-12T20:44:52.257Z | Compiling test-strategy v0.4.5 |
| 2189 | 2026-08-12T20:44:52.272Z | Compiling postgres-protocol v0.6.10 |
| 2190 | 2026-08-12T20:44:52.310Z | Compiling publicsuffix v2.3.0 |
| 2191 | 2026-08-12T20:44:52.880Z | Compiling object v0.30.4 |
| 2192 | 2026-08-12T20:44:53.063Z | Compiling inout v0.2.2 |
| 2193 | 2026-08-12T20:44:53.090Z | Compiling hyper-tls v0.6.0 |
| 2194 | 2026-08-12T20:44:53.107Z | Compiling zip v0.6.6 |
| 2195 | 2026-08-12T20:44:53.127Z | Compiling derive_builder v0.20.2 |
| 2196 | 2026-08-12T20:44:53.158Z | Compiling daft v0.1.7 |
| 2197 | 2026-08-12T20:44:53.201Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2198 | 2026-08-12T20:44:53.274Z | Compiling heck v0.4.1 |
| 2199 | 2026-08-12T20:44:53.334Z | Compiling phf_shared v0.13.1 |
| 2200 | 2026-08-12T20:44:53.414Z | Compiling pin-project v1.1.11 |
| 2201 | 2026-08-12T20:44:53.535Z | Compiling toml v0.7.8 |
| 2202 | 2026-08-12T20:44:53.611Z | Compiling serde_with_macros v3.21.0 |
| 2203 | 2026-08-12T20:44:53.656Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2204 | 2026-08-12T20:44:53.688Z | Compiling futures-executor v0.3.32 |
| 2205 | 2026-08-12T20:44:53.705Z | Compiling enum-as-inner v0.6.1 |
| 2206 | 2026-08-12T20:44:53.814Z | Compiling async-recursion v1.1.1 |
| 2207 | 2026-08-12T20:44:53.850Z | Compiling serde_repr v0.1.20 |
| 2208 | 2026-08-12T20:44:53.985Z | Compiling vergen v9.1.0 |
| 2209 | 2026-08-12T20:44:54.062Z | Compiling ff v0.13.1 |
| 2210 | 2026-08-12T20:44:54.083Z | Compiling cargo-platform v0.3.2 |
| 2211 | 2026-08-12T20:44:54.350Z | Compiling same-file v1.0.6 |
| 2212 | 2026-08-12T20:44:54.365Z | Compiling jiff-core v0.1.0 |
| 2213 | 2026-08-12T20:44:54.386Z | Compiling bitflags v1.3.2 |
| 2214 | 2026-08-12T20:44:54.435Z | Compiling managed v0.8.0 |
| 2215 | 2026-08-12T20:44:54.611Z | Compiling foldhash v0.2.0 |
| 2216 | 2026-08-12T20:44:54.638Z | Compiling path-slash v0.1.5 |
| 2217 | 2026-08-12T20:44:54.670Z | Compiling libbz2-rs-sys v0.2.2 |
| 2218 | 2026-08-12T20:44:54.771Z | Compiling foldhash v0.1.5 |
| 2219 | 2026-08-12T20:44:54.787Z | Compiling base16ct v0.2.0 |
| 2220 | 2026-08-12T20:44:54.899Z | Compiling bumpalo v3.20.2 |
| 2221 | 2026-08-12T20:44:54.913Z | Compiling hashbrown v0.15.5 |
| 2222 | 2026-08-12T20:44:54.958Z | Compiling sec1 v0.7.3 |
| 2223 | 2026-08-12T20:44:54.995Z | Compiling hashbrown v0.16.1 |
| 2224 | 2026-08-12T20:44:55.112Z | Compiling zopfli v0.8.3 |
| 2225 | 2026-08-12T20:44:55.157Z | Compiling jiff v0.2.34 |
| 2226 | 2026-08-12T20:44:55.183Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2227 | 2026-08-12T20:44:55.236Z | Compiling bzip2 v0.6.1 |
| 2228 | 2026-08-12T20:44:55.469Z | Compiling walkdir v2.5.0 |
| 2229 | 2026-08-12T20:44:55.593Z | Compiling cargo_metadata v0.23.1 |
| 2230 | 2026-08-12T20:44:55.628Z | Compiling group v0.13.0 |
| 2231 | 2026-08-12T20:44:55.958Z | Compiling futures v0.3.32 |
| 2232 | 2026-08-12T20:44:56.229Z | Compiling phf v0.13.1 |
| 2233 | 2026-08-12T20:44:56.295Z | Compiling snafu v0.8.9 |
| 2234 | 2026-08-12T20:44:56.342Z | Compiling reqwest v0.12.28 |
| 2235 | 2026-08-12T20:44:56.477Z | Compiling cipher v0.5.2 |
| 2236 | 2026-08-12T20:44:56.642Z | Compiling signal-hook-mio v0.2.5 |
| 2237 | 2026-08-12T20:44:56.647Z | Compiling cookie_store v0.22.1 |
| 2238 | 2026-08-12T20:44:56.775Z | Compiling postgres-types v0.2.12 |
| 2239 | 2026-08-12T20:44:56.779Z | Compiling zstd v0.13.3 |
| 2240 | 2026-08-12T20:44:56.779Z | Compiling globset v0.4.18 |
| 2241 | 2026-08-12T20:44:56.799Z | Compiling strum v0.27.2 |
| 2242 | 2026-08-12T20:44:56.877Z | Compiling hubpack v0.1.2 |
| 2243 | 2026-08-12T20:44:57.028Z | Compiling phf_shared v0.11.3 |
| 2244 | 2026-08-12T20:44:57.089Z | Compiling hkdf v0.12.4 |
| 2245 | 2026-08-12T20:44:57.122Z | Compiling crossbeam-epoch v0.9.18 |
| 2246 | 2026-08-12T20:44:57.669Z | Compiling byte-wrapper v0.1.0 |
| 2247 | 2026-08-12T20:44:57.764Z | Compiling ed25519 v2.2.3 |
| 2248 | 2026-08-12T20:44:57.764Z | Compiling olpc-cjson v0.1.4 |
| 2249 | 2026-08-12T20:44:57.764Z | Compiling serde-big-array v0.5.1 |
| 2250 | 2026-08-12T20:44:57.764Z | Compiling serde_plain v1.0.2 |
| 2251 | 2026-08-12T20:44:57.764Z | Compiling pem v3.0.6 |
| 2252 | 2026-08-12T20:44:57.764Z | Compiling crypto-bigint v0.5.5 |
| 2253 | 2026-08-12T20:44:57.786Z | Compiling float-cmp v0.10.0 |
| 2254 | 2026-08-12T20:44:57.794Z | Compiling memmap2 v0.9.10 |
| 2255 | 2026-08-12T20:44:57.833Z | Compiling fixedbitset v0.4.2 |
| 2256 | 2026-08-12T20:44:57.865Z | Compiling predicates-core v1.0.10 |
| 2257 | 2026-08-12T20:44:57.900Z | Compiling typed-path v0.9.3 |
| 2258 | 2026-08-12T20:44:57.930Z | Compiling const-oid v0.10.2 |
| 2259 | 2026-08-12T20:44:57.982Z | Compiling precomputed-hash v0.1.1 |
| 2260 | 2026-08-12T20:44:58.006Z | Compiling static_assertions v1.1.0 |
| 2261 | 2026-08-12T20:44:58.077Z | Compiling difflib v0.4.0 |
| 2262 | 2026-08-12T20:44:58.083Z | Compiling new_debug_unreachable v1.0.6 |
| 2263 | 2026-08-12T20:44:58.086Z | Compiling normalize-line-endings v0.3.0 |
| 2264 | 2026-08-12T20:44:58.100Z | Compiling fixedbitset v0.5.7 |
| 2265 | 2026-08-12T20:44:58.164Z | Compiling keccak v0.1.6 |
| 2266 | 2026-08-12T20:44:58.291Z | Compiling whoami v2.1.0 |
| 2267 | 2026-08-12T20:44:58.376Z | Compiling toml_write v0.1.2 |
| 2268 | 2026-08-12T20:44:58.392Z | Compiling data-encoding v2.10.0 |
| 2269 | 2026-08-12T20:44:58.590Z | Compiling elliptic-curve v0.13.8 |
| 2270 | 2026-08-12T20:44:58.635Z | Compiling toml_edit v0.22.27 |
| 2271 | 2026-08-12T20:44:58.718Z | Compiling hickory-proto v0.25.2 |
| 2272 | 2026-08-12T20:44:58.733Z | Compiling tokio-postgres v0.7.16 |
| 2273 | 2026-08-12T20:44:58.848Z | Compiling sha3 v0.10.8 |
| 2274 | 2026-08-12T20:44:58.936Z | Compiling petgraph v0.8.3 |
| 2275 | 2026-08-12T20:44:58.960Z | Compiling predicates v3.1.4 |
| 2276 | 2026-08-12T20:44:59.126Z | Compiling string_cache v0.8.9 |
| 2277 | 2026-08-12T20:44:59.141Z | Compiling digest v0.11.3 |
| 2278 | 2026-08-12T20:44:59.270Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2279 | 2026-08-12T20:44:59.363Z | Compiling petgraph v0.6.5 |
| 2280 | 2026-08-12T20:44:59.395Z | Compiling usdt v0.6.0 |
| 2281 | 2026-08-12T20:44:59.509Z | Compiling chacha20 v0.10.0 |
| 2282 | 2026-08-12T20:44:59.917Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2283 | 2026-08-12T20:45:00.852Z | Compiling ed25519-dalek v2.2.0 |
| 2284 | 2026-08-12T20:45:00.884Z | Compiling zip v4.6.1 |
| 2285 | 2026-08-12T20:45:01.182Z | Compiling crossterm v0.28.1 |
| 2286 | 2026-08-12T20:45:01.379Z | Compiling iddqd v0.4.2 |
| 2287 | 2026-08-12T20:45:01.763Z | Compiling serde_with v3.21.0 |
| 2288 | 2026-08-12T20:45:01.999Z | Compiling similar v2.7.0 |
| 2289 | 2026-08-12T20:45:02.089Z | Compiling strum v0.26.3 |
| 2290 | 2026-08-12T20:45:02.483Z | Compiling tokio-stream v0.1.18 |
| 2291 | 2026-08-12T20:45:02.514Z | Compiling buf-list v1.1.2 |
| 2292 | 2026-08-12T20:45:02.631Z | Compiling itertools v0.13.0 |
| 2293 | 2026-08-12T20:45:02.655Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2294 | 2026-08-12T20:45:02.826Z | Compiling openapiv3 v2.2.0 |
| 2295 | 2026-08-12T20:45:03.621Z | Compiling lalrpop-util v0.19.12 |
| 2296 | 2026-08-12T20:45:03.940Z | Compiling peg-runtime v0.8.5 |
| 2297 | 2026-08-12T20:45:20.887Z | Compiling rustls-webpki v0.103.13 |
| 2298 | 2026-08-12T20:45:23.773Z | Compiling macaddr v1.0.1 |
| 2299 | 2026-08-12T20:45:23.816Z | Compiling rayon-core v1.13.0 |
| 2300 | 2026-08-12T20:45:23.887Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-08-12T20:45:24.054Z | Compiling secrecy v0.10.3 |
| 2302 | 2026-08-12T20:45:24.070Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2303 | 2026-08-12T20:45:24.087Z | Compiling heapless v0.8.0 |
| 2304 | 2026-08-12T20:45:24.102Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2305 | 2026-08-12T20:45:24.160Z | Compiling crossbeam-deque v0.8.6 |
| 2306 | 2026-08-12T20:45:24.226Z | Compiling ingot-macros v0.2.0 |
| 2307 | 2026-08-12T20:45:24.242Z | Compiling inout v0.1.4 |
| 2308 | 2026-08-12T20:45:24.349Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2309 | 2026-08-12T20:45:24.405Z | Compiling hash32 v0.3.1 |
| 2310 | 2026-08-12T20:45:24.427Z | Compiling tokio-rustls v0.26.4 |
| 2311 | 2026-08-12T20:45:24.505Z | Compiling rustls-platform-verifier v0.6.2 |
| 2312 | 2026-08-12T20:45:24.527Z | Compiling tough v0.22.0 |
| 2313 | 2026-08-12T20:45:24.559Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2314 | 2026-08-12T20:45:24.596Z | Compiling multer v3.1.0 |
| 2315 | 2026-08-12T20:45:24.635Z | Compiling thread_local v1.1.9 |
| 2316 | 2026-08-12T20:45:24.723Z | Compiling hyper-rustls v0.27.7 |
| 2317 | 2026-08-12T20:45:24.739Z | Compiling compression-core v0.4.31 |
| 2318 | 2026-08-12T20:45:24.742Z | Compiling match_cfg v0.1.0 |
| 2319 | 2026-08-12T20:45:24.773Z | Compiling smoltcp v0.11.0 |
| 2320 | 2026-08-12T20:45:24.807Z | Compiling slog-async v2.8.0 |
| 2321 | 2026-08-12T20:45:24.828Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2322 | 2026-08-12T20:45:24.956Z | Compiling reqwest v0.13.2 |
| 2323 | 2026-08-12T20:45:24.979Z | Compiling unicode-width v0.2.0 |
| 2324 | 2026-08-12T20:45:25.042Z | Compiling proc-macro-crate v3.4.0 |
| 2325 | 2026-08-12T20:45:25.086Z | Compiling compression-codecs v0.4.37 |
| 2326 | 2026-08-12T20:45:25.160Z | Compiling hostname v0.3.1 |
| 2327 | 2026-08-12T20:45:25.213Z | Compiling cipher v0.4.4 |
| 2328 | 2026-08-12T20:45:25.306Z | Compiling atomicwrites v0.4.4 |
| 2329 | 2026-08-12T20:45:25.346Z | Compiling slog-json v2.6.1 |
| 2330 | 2026-08-12T20:45:25.464Z | Compiling crossbeam-channel v0.5.15 |
| 2331 | 2026-08-12T20:45:25.482Z | Compiling half v2.7.1 |
| 2332 | 2026-08-12T20:45:25.486Z | Compiling newtype-uuid-macros v0.1.0 |
| 2333 | 2026-08-12T20:45:25.603Z | Compiling cobs v0.3.0 |
| 2334 | 2026-08-12T20:45:25.622Z | Compiling universal-hash v0.5.1 |
| 2335 | 2026-08-12T20:45:25.716Z | Compiling async-stream-impl v0.3.6 |
| 2336 | 2026-08-12T20:45:25.781Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2337 | 2026-08-12T20:45:25.850Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2338 | 2026-08-12T20:45:25.914Z | Compiling serde_spanned v1.1.1 |
| 2339 | 2026-08-12T20:45:26.050Z | Compiling is-terminal v0.4.17 |
| 2340 | 2026-08-12T20:45:26.089Z | Compiling proc-macro-error-attr v1.0.4 |
| 2341 | 2026-08-12T20:45:26.165Z | Compiling dropshot v0.17.1 |
| 2342 | 2026-08-12T20:45:26.180Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2343 | 2026-08-12T20:45:26.298Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2344 | 2026-08-12T20:45:26.314Z | Compiling convert_case v0.4.0 |
| 2345 | 2026-08-12T20:45:26.317Z | Compiling opaque-debug v0.3.1 |
| 2346 | 2026-08-12T20:45:26.318Z | Compiling ciborium-io v0.2.2 |
| 2347 | 2026-08-12T20:45:26.389Z | Compiling take_mut v0.2.2 |
| 2348 | 2026-08-12T20:45:26.408Z | Compiling term v1.2.1 |
| 2349 | 2026-08-12T20:45:26.439Z | Compiling poly1305 v0.8.0 |
| 2350 | 2026-08-12T20:45:26.456Z | Compiling ciborium-ll v0.2.2 |
| 2351 | 2026-08-12T20:45:26.528Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2352 | 2026-08-12T20:45:26.635Z | Compiling derive_more v0.99.20 |
| 2353 | 2026-08-12T20:45:26.750Z | Compiling slog-term v2.9.2 |
| 2354 | 2026-08-12T20:45:26.750Z | Compiling async-stream v0.3.6 |
| 2355 | 2026-08-12T20:45:26.820Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2356 | 2026-08-12T20:45:26.837Z | Compiling thiserror-no-std v2.0.2 |
| 2357 | 2026-08-12T20:45:26.906Z | Compiling ingot-types v0.2.0 |
| 2358 | 2026-08-12T20:45:26.952Z | Compiling postcard v1.1.3 |
| 2359 | 2026-08-12T20:45:27.129Z | Compiling slog-bunyan v2.5.0 |
| 2360 | 2026-08-12T20:45:27.336Z | Compiling ingot v0.2.1 |
| 2361 | 2026-08-12T20:45:27.354Z | Compiling num_enum_derive v0.7.6 |
| 2362 | 2026-08-12T20:45:27.402Z | Compiling chacha20 v0.9.1 |
| 2363 | 2026-08-12T20:45:27.677Z | Compiling async-compression v0.4.41 |
| 2364 | 2026-08-12T20:45:28.097Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2365 | 2026-08-12T20:45:28.165Z | Compiling sha1 v0.11.0 |
| 2366 | 2026-08-12T20:45:28.182Z | Compiling parse-display-derive v0.10.0 |
| 2367 | 2026-08-12T20:45:28.235Z | Compiling proc-macro-crate v1.3.1 |
| 2368 | 2026-08-12T20:45:28.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2369 | 2026-08-12T20:45:28.310Z | Compiling waitgroup v0.1.2 |
| 2370 | 2026-08-12T20:45:28.495Z | Compiling backon v1.6.0 |
| 2371 | 2026-08-12T20:45:28.535Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2372 | 2026-08-12T20:45:28.584Z | Compiling rustls-pemfile v2.2.0 |
| 2373 | 2026-08-12T20:45:28.602Z | Compiling dropshot_endpoint v0.17.1 |
| 2374 | 2026-08-12T20:45:28.621Z | Compiling password-hash v0.5.0 |
| 2375 | 2026-08-12T20:45:28.766Z | Compiling blake2 v0.10.6 |
| 2376 | 2026-08-12T20:45:28.886Z | Compiling aead v0.5.2 |
| 2377 | 2026-08-12T20:45:28.903Z | Compiling foreign-types-macros v0.2.3 |
| 2378 | 2026-08-12T20:45:28.928Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2379 | 2026-08-12T20:45:28.961Z | Compiling serde_path_to_error v0.1.20 |
| 2380 | 2026-08-12T20:45:29.105Z | Compiling hostname v0.4.2 |
| 2381 | 2026-08-12T20:45:29.283Z | Compiling proc-macro-error v1.0.4 |
| 2382 | 2026-08-12T20:45:29.304Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2383 | 2026-08-12T20:45:29.350Z | Compiling instant v0.1.13 |
| 2384 | 2026-08-12T20:45:29.437Z | Compiling foreign-types-shared v0.3.1 |
| 2385 | 2026-08-12T20:45:29.491Z | Compiling debug-ignore v1.0.5 |
| 2386 | 2026-08-12T20:45:29.525Z | Compiling backoff v0.4.0 |
| 2387 | 2026-08-12T20:45:29.560Z | Compiling foreign-types v0.5.0 |
| 2388 | 2026-08-12T20:45:29.588Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2389 | 2026-08-12T20:45:29.604Z | Compiling chacha20poly1305 v0.10.1 |
| 2390 | 2026-08-12T20:45:29.607Z | Compiling argon2 v0.5.3 |
| 2391 | 2026-08-12T20:45:29.607Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2392 | 2026-08-12T20:45:29.650Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2393 | 2026-08-12T20:45:29.667Z | Compiling num_enum_derive v0.5.11 |
| 2394 | 2026-08-12T20:45:29.670Z | Compiling parse-display v0.10.0 |
| 2395 | 2026-08-12T20:45:29.695Z | Compiling num_enum v0.7.6 |
| 2396 | 2026-08-12T20:45:29.767Z | Compiling vsss-rs v3.3.4 |
| 2397 | 2026-08-12T20:45:29.847Z | Compiling ciborium v0.2.2 |
| 2398 | 2026-08-12T20:45:30.139Z | Compiling tabwriter v1.4.1 |
| 2399 | 2026-08-12T20:45:30.198Z | Compiling regress v0.10.5 |
| 2400 | 2026-08-12T20:45:30.219Z | Compiling itertools v0.14.0 |
| 2401 | 2026-08-12T20:45:30.274Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2402 | 2026-08-12T20:45:30.312Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2403 | 2026-08-12T20:45:30.483Z | Compiling cstr-argument v0.1.2 |
| 2404 | 2026-08-12T20:45:30.530Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2405 | 2026-08-12T20:45:30.621Z | Compiling humantime v2.3.0 |
| 2406 | 2026-08-12T20:45:30.636Z | Compiling num_enum v0.5.11 |
| 2407 | 2026-08-12T20:45:30.671Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2408 | 2026-08-12T20:45:30.687Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2409 | 2026-08-12T20:45:30.727Z | Compiling rayon v1.11.0 |
| 2410 | 2026-08-12T20:45:30.787Z | Compiling rand v0.10.1 |
| 2411 | 2026-08-12T20:45:30.802Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2412 | 2026-08-12T20:45:30.818Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2413 | 2026-08-12T20:45:30.939Z | Compiling libefi-sys v0.1.0 |
| 2414 | 2026-08-12T20:45:30.979Z | Compiling indent_write v2.2.0 |
| 2415 | 2026-08-12T20:45:30.998Z | Compiling colored v3.1.1 |
| 2416 | 2026-08-12T20:45:31.074Z | Compiling zone_cfg_derive v0.3.1 |
| 2417 | 2026-08-12T20:45:31.090Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2418 | 2026-08-12T20:45:31.162Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2419 | 2026-08-12T20:45:31.183Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2420 | 2026-08-12T20:45:31.199Z | Compiling camino-tempfile v1.4.1 |
| 2421 | 2026-08-12T20:45:31.277Z | Compiling itertools v0.12.1 |
| 2422 | 2026-08-12T20:45:31.308Z | Compiling usdt-macro v0.5.0 |
| 2423 | 2026-08-12T20:45:31.336Z | Compiling usdt-attr-macro v0.5.0 |
| 2424 | 2026-08-12T20:45:31.575Z | Compiling num-derive v0.4.2 |
| 2425 | 2026-08-12T20:45:31.592Z | Compiling bitfield-struct v0.6.2 |
| 2426 | 2026-08-12T20:45:31.618Z | Compiling blake3 v1.8.5 |
| 2427 | 2026-08-12T20:45:31.621Z | Compiling memmap v0.7.0 |
| 2428 | 2026-08-12T20:45:31.649Z | Compiling sigpipe v0.1.3 |
| 2429 | 2026-08-12T20:45:31.722Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2430 | 2026-08-12T20:45:31.749Z | Compiling glob v0.3.3 |
| 2431 | 2026-08-12T20:45:31.765Z | Compiling swrite v0.1.0 |
| 2432 | 2026-08-12T20:45:31.903Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2433 | 2026-08-12T20:45:31.919Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2434 | 2026-08-12T20:45:32.069Z | Compiling smf v0.2.3 |
| 2435 | 2026-08-12T20:45:32.130Z | Compiling usdt v0.5.0 |
| 2436 | 2026-08-12T20:45:32.244Z | Compiling filetime v0.2.27 |
| 2437 | 2026-08-12T20:45:32.260Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2438 | 2026-08-12T20:45:32.275Z | Compiling arrayref v0.3.9 |
| 2439 | 2026-08-12T20:45:32.365Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2440 | 2026-08-12T20:45:32.462Z | Compiling xattr v1.6.1 |
| 2441 | 2026-08-12T20:45:32.479Z | Compiling constant_time_eq v0.4.2 |
| 2442 | 2026-08-12T20:45:32.548Z | Compiling whoami v1.6.1 |
| 2443 | 2026-08-12T20:45:32.548Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2444 | 2026-08-12T20:45:32.548Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2445 | 2026-08-12T20:45:32.600Z | Compiling arrayvec v0.7.6 |
| 2446 | 2026-08-12T20:45:32.682Z | Compiling zone v0.3.1 |
| 2447 | 2026-08-12T20:45:32.700Z | Compiling tar v0.4.46 |
| 2448 | 2026-08-12T20:45:32.704Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2449 | 2026-08-12T20:45:32.784Z | Compiling tokio-dtrace v0.1.1 |
| 2450 | 2026-08-12T20:45:32.804Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2451 | 2026-08-12T20:45:32.959Z | Compiling console v0.16.2 |
| 2452 | 2026-08-12T20:45:32.975Z | Compiling gethostname v0.5.0 |
| 2453 | 2026-08-12T20:45:33.129Z | Compiling unit-prefix v0.5.2 |
| 2454 | 2026-08-12T20:45:33.145Z | Compiling topological-sort v0.2.2 |
| 2455 | 2026-08-12T20:45:33.199Z | Compiling oxide-tokio-rt v0.1.4 |
| 2456 | 2026-08-12T20:45:33.246Z | Compiling toml v0.8.23 |
| 2457 | 2026-08-12T20:45:33.335Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2458 | 2026-08-12T20:45:33.394Z | Compiling indicatif v0.18.4 |
| 2459 | 2026-08-12T20:45:33.410Z | Compiling shell-words v1.1.1 |
| 2460 | 2026-08-12T20:45:42.727Z | Compiling progenitor-client v0.14.0 |
| 2461 | 2026-08-12T20:45:42.731Z | Compiling omicron-zone-package v0.12.3 |
| 2462 | 2026-08-12T20:45:42.974Z | Compiling progenitor-extras v0.2.0 |
| 2463 | 2026-08-12T20:45:43.258Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2464 | 2026-08-12T20:45:43.285Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2465 | 2026-08-12T20:45:43.385Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2466 | 2026-08-12T20:45:43.451Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2467 | 2026-08-12T20:45:43.483Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2468 | 2026-08-12T20:45:43.527Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2469 | 2026-08-12T20:45:43.586Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2470 | 2026-08-12T20:45:43.708Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2471 | 2026-08-12T20:45:44.212Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2472 | 2026-08-12T20:45:47.936Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2473 | 2026-08-12T20:45:56.095Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2474 | 2026-08-12T20:45:59.358Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2475 | 2026-08-12T20:46:00.413Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2476 | 2026-08-12T20:46:09.801Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2477 | 2026-08-12T20:46:09.945Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2478 | 2026-08-12T20:46:10.007Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2479 | 2026-08-12T20:46:10.011Z | Created new build target 'test' and set it as active |
| 2480 | 2026-08-12T20:46:10.011Z | |
| 2481 | 2026-08-12T20:46:10.011Z | real 1:44.625061261 |
| 2482 | 2026-08-12T20:46:10.011Z | user 17:22.696718213 |
| 2483 | 2026-08-12T20:46:10.011Z | sys 2:43.913496120 |
| 2484 | 2026-08-12T20:46:10.011Z | trap 0.512346992 |
| 2485 | 2026-08-12T20:46:10.011Z | tflt 2.214058442 |
| 2486 | 2026-08-12T20:46:10.011Z | dflt 4.469938354 |
| 2487 | 2026-08-12T20:46:10.011Z | kflt 0.000684180 |
| 2488 | 2026-08-12T20:46:10.011Z | lock 56:44.012397322 |
| 2489 | 2026-08-12T20:46:10.011Z | slp 44:34.933143065 |
| 2490 | 2026-08-12T20:46:10.011Z | lat 49.586492899 |
| 2491 | 2026-08-12T20:46:10.011Z | stop 5:53.275155638 |
| 2492 | 2026-08-12T20:46:10.011Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2493 | 2026-08-12T20:46:10.887Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2494 | 2026-08-12T20:46:10.958Z | Running `target/release/omicron-package -t test package` |
| 2495 | 2026-08-12T20:46:11.016Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2496 | 2026-08-12T20:46:12.431Z | Compiling heck v0.5.0 |
| 2497 | 2026-08-12T20:46:12.435Z | Compiling regress v0.11.1 |
| 2498 | 2026-08-12T20:46:12.677Z | Compiling unsafe-libyaml v0.2.11 |
| 2499 | 2026-08-12T20:46:12.695Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2500 | 2026-08-12T20:46:12.721Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2501 | 2026-08-12T20:46:12.743Z | Compiling derive-where v1.6.0 |
| 2502 | 2026-08-12T20:46:12.746Z | Compiling bytecount v0.6.9 |
| 2503 | 2026-08-12T20:46:12.782Z | Compiling atomicwrites v0.4.4 |
| 2504 | 2026-08-12T20:46:12.785Z | Compiling is-terminal v0.4.17 |
| 2505 | 2026-08-12T20:46:12.785Z | Compiling prettyplease v0.2.37 |
| 2506 | 2026-08-12T20:46:12.785Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2507 | 2026-08-12T20:46:12.786Z | Compiling console v0.15.11 |
| 2508 | 2026-08-12T20:46:12.786Z | Compiling newline-converter v0.3.0 |
| 2509 | 2026-08-12T20:46:12.823Z | Compiling slog-dtrace v0.3.0 |
| 2510 | 2026-08-12T20:46:12.865Z | Compiling num-rational v0.4.2 |
| 2511 | 2026-08-12T20:46:12.955Z | Compiling num-complex v0.4.6 |
| 2512 | 2026-08-12T20:46:12.976Z | Compiling thread_local v1.1.9 |
| 2513 | 2026-08-12T20:46:12.980Z | Compiling resolv-conf v0.7.6 |
| 2514 | 2026-08-12T20:46:13.021Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2515 | 2026-08-12T20:46:13.062Z | Compiling cancel-safe-futures v0.1.5 |
| 2516 | 2026-08-12T20:46:13.089Z | Compiling compression-core v0.4.31 |
| 2517 | 2026-08-12T20:46:13.232Z | Compiling serde_yaml v0.9.34+deprecated |
| 2518 | 2026-08-12T20:46:13.288Z | Compiling expectorate v1.2.0 |
| 2519 | 2026-08-12T20:46:13.310Z | Compiling unicode-width v0.1.14 |
| 2520 | 2026-08-12T20:46:13.334Z | Compiling match_cfg v0.1.0 |
| 2521 | 2026-08-12T20:46:13.432Z | Compiling hostname v0.3.1 |
| 2522 | 2026-08-12T20:46:13.453Z | Compiling num v0.4.3 |
| 2523 | 2026-08-12T20:46:13.511Z | Compiling compression-codecs v0.4.37 |
| 2524 | 2026-08-12T20:46:13.533Z | Compiling multer v3.1.0 |
| 2525 | 2026-08-12T20:46:13.558Z | Compiling slog-async v2.8.0 |
| 2526 | 2026-08-12T20:46:13.588Z | Compiling crossbeam-channel v0.5.15 |
| 2527 | 2026-08-12T20:46:13.612Z | Compiling slog-json v2.6.1 |
| 2528 | 2026-08-12T20:46:13.615Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2529 | 2026-08-12T20:46:13.652Z | Compiling serde_spanned v1.1.1 |
| 2530 | 2026-08-12T20:46:13.671Z | Compiling term v1.2.1 |
| 2531 | 2026-08-12T20:46:13.774Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2532 | 2026-08-12T20:46:13.826Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2533 | 2026-08-12T20:46:13.848Z | Compiling float-ord v0.3.2 |
| 2534 | 2026-08-12T20:46:13.868Z | Compiling take_mut v0.2.2 |
| 2535 | 2026-08-12T20:46:13.910Z | Compiling oxide-update-engine-types v0.1.2 |
| 2536 | 2026-08-12T20:46:13.932Z | Compiling slog-bunyan v2.5.0 |
| 2537 | 2026-08-12T20:46:13.935Z | Compiling async-compression v0.4.41 |
| 2538 | 2026-08-12T20:46:14.000Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2539 | 2026-08-12T20:46:14.025Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2540 | 2026-08-12T20:46:14.028Z | Compiling slog-term v2.9.2 |
| 2541 | 2026-08-12T20:46:14.165Z | Compiling async-stream v0.3.6 |
| 2542 | 2026-08-12T20:46:14.291Z | Compiling typify-impl v0.6.2 |
| 2543 | 2026-08-12T20:46:14.394Z | Compiling dropshot v0.17.1 |
| 2544 | 2026-08-12T20:46:14.462Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2545 | 2026-08-12T20:46:14.486Z | Compiling sha1 v0.11.0 |
| 2546 | 2026-08-12T20:46:14.490Z | Compiling progenitor-client v0.14.0 |
| 2547 | 2026-08-12T20:46:14.529Z | Compiling waitgroup v0.1.2 |
| 2548 | 2026-08-12T20:46:14.559Z | Compiling rustls-pemfile v2.2.0 |
| 2549 | 2026-08-12T20:46:14.629Z | Compiling backon v1.6.0 |
| 2550 | 2026-08-12T20:46:14.691Z | Compiling hostname v0.4.2 |
| 2551 | 2026-08-12T20:46:14.695Z | Compiling serde_path_to_error v0.1.20 |
| 2552 | 2026-08-12T20:46:14.766Z | Compiling instant v0.1.13 |
| 2553 | 2026-08-12T20:46:14.786Z | Compiling debug-ignore v1.0.5 |
| 2554 | 2026-08-12T20:46:14.833Z | Compiling minimal-lexical v0.2.1 |
| 2555 | 2026-08-12T20:46:14.855Z | Compiling linked-hash-map v0.5.6 |
| 2556 | 2026-08-12T20:46:14.874Z | Compiling linear-map v1.2.0 |
| 2557 | 2026-08-12T20:46:14.915Z | Compiling backoff v0.4.0 |
| 2558 | 2026-08-12T20:46:14.935Z | Compiling progenitor-extras v0.2.0 |
| 2559 | 2026-08-12T20:46:15.081Z | Compiling nom v7.1.3 |
| 2560 | 2026-08-12T20:46:15.103Z | Compiling lru-cache v0.1.2 |
| 2561 | 2026-08-12T20:46:15.124Z | Compiling oxide-update-engine v0.1.2 |
| 2562 | 2026-08-12T20:46:15.147Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2563 | 2026-08-12T20:46:15.189Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2564 | 2026-08-12T20:46:15.192Z | Compiling parse-display v0.10.0 |
| 2565 | 2026-08-12T20:46:15.232Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2566 | 2026-08-12T20:46:15.448Z | Compiling regress v0.10.5 |
| 2567 | 2026-08-12T20:46:15.479Z | Compiling itertools v0.14.0 |
| 2568 | 2026-08-12T20:46:15.821Z | Compiling macaddr v1.0.1 |
| 2569 | 2026-08-12T20:46:15.874Z | Compiling unicode-xid v0.2.6 |
| 2570 | 2026-08-12T20:46:16.044Z | Compiling humantime v2.3.0 |
| 2571 | 2026-08-12T20:46:16.092Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2572 | 2026-08-12T20:46:16.278Z | Compiling hickory-proto v0.24.4 |
| 2573 | 2026-08-12T20:46:16.450Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2574 | 2026-08-12T20:46:16.471Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2575 | 2026-08-12T20:46:16.494Z | Compiling convert_case v0.10.0 |
| 2576 | 2026-08-12T20:46:16.801Z | Compiling owo-colors v4.3.0 |
| 2577 | 2026-08-12T20:46:16.804Z | Compiling derive_more-impl v2.1.1 |
| 2578 | 2026-08-12T20:46:16.847Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2579 | 2026-08-12T20:46:17.074Z | Compiling toml v0.8.23 |
| 2580 | 2026-08-12T20:46:17.358Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2581 | 2026-08-12T20:46:17.489Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2582 | 2026-08-12T20:46:17.625Z | Compiling derive_more v2.1.1 |
| 2583 | 2026-08-12T20:46:17.649Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2584 | 2026-08-12T20:46:17.701Z | Compiling papergrid v0.11.0 |
| 2585 | 2026-08-12T20:46:17.740Z | Compiling tabled_derive v0.7.0 |
| 2586 | 2026-08-12T20:46:17.763Z | Compiling typify-macro v0.6.2 |
| 2587 | 2026-08-12T20:46:17.811Z | Compiling termtree v0.5.1 |
| 2588 | 2026-08-12T20:46:18.009Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2589 | 2026-08-12T20:46:18.135Z | Compiling crossterm v0.29.0 |
| 2590 | 2026-08-12T20:46:18.650Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2591 | 2026-08-12T20:46:18.765Z | Compiling tabled v0.15.0 |
| 2592 | 2026-08-12T20:46:18.813Z | Compiling hickory-resolver v0.24.4 |
| 2593 | 2026-08-12T20:46:18.848Z | Compiling phf_shared v0.12.1 |
| 2594 | 2026-08-12T20:46:19.120Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2595 | 2026-08-12T20:46:19.338Z | Compiling typify v0.6.2 |
| 2596 | 2026-08-12T20:46:19.623Z | Compiling progenitor-impl v0.14.0 |
| 2597 | 2026-08-12T20:46:20.079Z | Compiling qorb v0.4.1 |
| 2598 | 2026-08-12T20:46:20.567Z | Compiling csv-core v0.1.13 |
| 2599 | 2026-08-12T20:46:20.931Z | Compiling vte v0.14.1 |
| 2600 | 2026-08-12T20:46:21.021Z | Compiling highway v1.3.0 |
| 2601 | 2026-08-12T20:46:21.196Z | Compiling chrono-tz v0.10.4 |
| 2602 | 2026-08-12T20:46:21.436Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2603 | 2026-08-12T20:46:21.757Z | Compiling strip-ansi-escapes v0.2.1 |
| 2604 | 2026-08-12T20:46:21.822Z | Compiling progenitor-macro v0.14.0 |
| 2605 | 2026-08-12T20:46:22.896Z | Compiling csv v1.4.0 |
| 2606 | 2026-08-12T20:46:23.191Z | Compiling phf v0.12.1 |
| 2607 | 2026-08-12T20:46:23.253Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2608 | 2026-08-12T20:46:23.381Z | Compiling const_format_proc_macros v0.2.34 |
| 2609 | 2026-08-12T20:46:23.403Z | Compiling fd-lock v4.0.4 |
| 2610 | 2026-08-12T20:46:23.440Z | Compiling peg-macros v0.8.5 |
| 2611 | 2026-08-12T20:46:23.725Z | Compiling nu-ansi-term v0.50.3 |
| 2612 | 2026-08-12T20:46:23.943Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2613 | 2026-08-12T20:46:24.149Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2614 | 2026-08-12T20:46:24.485Z | Compiling const_format v0.2.35 |
| 2615 | 2026-08-12T20:46:24.705Z | Compiling peg v0.8.5 |
| 2616 | 2026-08-12T20:46:24.811Z | Compiling reedline v0.40.0 |
| 2617 | 2026-08-12T20:46:24.974Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2618 | 2026-08-12T20:46:25.027Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2619 | 2026-08-12T20:46:25.892Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2620 | 2026-08-12T20:46:25.914Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2621 | 2026-08-12T20:46:25.942Z | Compiling progenitor v0.14.0 |
| 2622 | 2026-08-12T20:46:26.133Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2623 | 2026-08-12T20:46:26.751Z | Compiling bcs v0.1.6 |
| 2624 | 2026-08-12T20:46:26.997Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2625 | 2026-08-12T20:46:27.227Z | Compiling nom v8.0.0 |
| 2626 | 2026-08-12T20:46:27.304Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2627 | 2026-08-12T20:46:27.557Z | Compiling semver v0.1.20 |
| 2628 | 2026-08-12T20:46:27.862Z | Compiling rustc_version v0.1.7 |
| 2629 | 2026-08-12T20:46:28.093Z | Compiling newtype_derive v0.1.6 |
| 2630 | 2026-08-12T20:46:28.237Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2631 | 2026-08-12T20:46:28.327Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2632 | 2026-08-12T20:46:28.533Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2633 | 2026-08-12T20:46:28.638Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2634 | 2026-08-12T20:46:28.727Z | Compiling unicode-linebreak v0.1.5 |
| 2635 | 2026-08-12T20:46:29.036Z | Compiling smawk v0.3.2 |
| 2636 | 2026-08-12T20:46:29.198Z | Compiling textwrap v0.16.2 |
| 2637 | 2026-08-12T20:46:29.379Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2638 | 2026-08-12T20:46:29.459Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2639 | 2026-08-12T20:46:29.795Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2640 | 2026-08-12T20:46:30.168Z | Compiling steno v0.4.1 |
| 2641 | 2026-08-12T20:46:30.412Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2642 | 2026-08-12T20:46:30.716Z | Compiling sha1 v0.10.6 |
| 2643 | 2026-08-12T20:46:30.995Z | Compiling utf-8 v0.7.6 |
| 2644 | 2026-08-12T20:46:31.178Z | Compiling tagptr v0.2.0 |
| 2645 | 2026-08-12T20:46:31.234Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2646 | 2026-08-12T20:46:31.239Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2647 | 2026-08-12T20:46:31.370Z | Compiling moka v0.12.13 |
| 2648 | 2026-08-12T20:46:31.433Z | Compiling tungstenite v0.21.0 |
| 2649 | 2026-08-12T20:46:31.669Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2650 | 2026-08-12T20:46:31.824Z | Compiling darling_core v0.21.3 |
| 2651 | 2026-08-12T20:46:32.874Z | Compiling hickory-resolver v0.25.2 |
| 2652 | 2026-08-12T20:46:33.550Z | Compiling tokio-tungstenite v0.21.0 |
| 2653 | 2026-08-12T20:46:33.936Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2654 | 2026-08-12T20:46:34.002Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2655 | 2026-08-12T20:46:34.283Z | Compiling darling_macro v0.21.3 |
| 2656 | 2026-08-12T20:46:34.436Z | Compiling display-error-chain v0.2.2 |
| 2657 | 2026-08-12T20:46:34.548Z | Compiling vergen-lib v0.1.6 |
| 2658 | 2026-08-12T20:46:34.621Z | Compiling diesel_derives v2.3.7 |
| 2659 | 2026-08-12T20:46:34.819Z | Compiling scheduled-thread-pool v0.2.7 |
| 2660 | 2026-08-12T20:46:34.863Z | Compiling darling v0.21.3 |
| 2661 | 2026-08-12T20:46:34.915Z | Compiling vergen-gitcl v1.0.8 |
| 2662 | 2026-08-12T20:46:34.996Z | Compiling dsl_auto_type v0.2.0 |
| 2663 | 2026-08-12T20:46:35.018Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2664 | 2026-08-12T20:46:35.043Z | Compiling dirs-sys-next v0.1.2 |
| 2665 | 2026-08-12T20:46:35.116Z | Compiling crunchy v0.2.4 |
| 2666 | 2026-08-12T20:46:35.183Z | Compiling maplit v1.0.2 |
| 2667 | 2026-08-12T20:46:35.239Z | Compiling glob v0.3.3 |
| 2668 | 2026-08-12T20:46:35.300Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2669 | 2026-08-12T20:46:35.304Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2670 | 2026-08-12T20:46:35.413Z | Compiling dirs-next v2.0.0 |
| 2671 | 2026-08-12T20:46:35.476Z | Compiling r2d2 v0.8.10 |
| 2672 | 2026-08-12T20:46:35.564Z | Compiling libscf-sys v1.2.0 |
| 2673 | 2026-08-12T20:46:35.590Z | Compiling clang-sys v1.8.1 |
| 2674 | 2026-08-12T20:46:35.737Z | Compiling tiny-keccak v2.0.2 |
| 2675 | 2026-08-12T20:46:35.761Z | Compiling downcast-rs v2.0.2 |
| 2676 | 2026-08-12T20:46:35.890Z | Compiling term v0.7.0 |
| 2677 | 2026-08-12T20:46:36.036Z | Compiling papergrid v0.18.0 |
| 2678 | 2026-08-12T20:46:36.088Z | Compiling bit-vec v0.6.3 |
| 2679 | 2026-08-12T20:46:36.330Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2680 | 2026-08-12T20:46:36.334Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2681 | 2026-08-12T20:46:36.384Z | Compiling bit-set v0.5.3 |
| 2682 | 2026-08-12T20:46:36.577Z | Compiling ascii-canvas v3.0.0 |
| 2683 | 2026-08-12T20:46:36.891Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2684 | 2026-08-12T20:46:37.109Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2685 | 2026-08-12T20:46:37.540Z | Compiling tabled v0.21.0 |
| 2686 | 2026-08-12T20:46:37.579Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2687 | 2026-08-12T20:46:37.707Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2688 | 2026-08-12T20:46:37.855Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2689 | 2026-08-12T20:46:37.934Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2690 | 2026-08-12T20:46:38.111Z | Compiling itertools v0.10.5 |
| 2691 | 2026-08-12T20:46:38.622Z | Compiling ena v0.14.4 |
| 2692 | 2026-08-12T20:46:38.805Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2693 | 2026-08-12T20:46:38.858Z | Compiling libloading v0.8.9 |
| 2694 | 2026-08-12T20:46:38.879Z | Compiling xshell-macros v0.2.7 |
| 2695 | 2026-08-12T20:46:39.038Z | Compiling diff v0.1.13 |
| 2696 | 2026-08-12T20:46:39.093Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2697 | 2026-08-12T20:46:39.183Z | Compiling regex-syntax v0.6.29 |
| 2698 | 2026-08-12T20:46:39.273Z | Compiling bindgen v0.71.1 |
| 2699 | 2026-08-12T20:46:39.298Z | Compiling unicase v2.9.0 |
| 2700 | 2026-08-12T20:46:39.319Z | Compiling xshell v0.2.7 |
| 2701 | 2026-08-12T20:46:39.582Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2702 | 2026-08-12T20:46:39.637Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2703 | 2026-08-12T20:46:40.217Z | Compiling diesel v2.3.7 |
| 2704 | 2026-08-12T20:46:40.478Z | Compiling cexpr v0.6.0 |
| 2705 | 2026-08-12T20:46:40.564Z | Compiling lalrpop v0.19.12 |
| 2706 | 2026-08-12T20:46:41.061Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2707 | 2026-08-12T20:46:41.103Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2708 | 2026-08-12T20:46:41.278Z | Compiling rustc-hash v2.1.1 |
| 2709 | 2026-08-12T20:46:41.619Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2710 | 2026-08-12T20:46:41.969Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2711 | 2026-08-12T20:46:42.459Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2712 | 2026-08-12T20:46:42.851Z | Compiling headers-core v0.3.0 |
| 2713 | 2026-08-12T20:46:42.971Z | Compiling libxml v0.3.3 |
| 2714 | 2026-08-12T20:46:43.015Z | Compiling crc8 v0.1.1 |
| 2715 | 2026-08-12T20:46:43.150Z | Compiling headers v0.4.1 |
| 2716 | 2026-08-12T20:46:43.173Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2717 | 2026-08-12T20:46:43.285Z | Compiling strum_macros v0.24.3 |
| 2718 | 2026-08-12T20:46:43.394Z | Compiling indoc v1.0.9 |
| 2719 | 2026-08-12T20:46:43.845Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2720 | 2026-08-12T20:46:43.889Z | Compiling derive_builder v0.20.2 |
| 2721 | 2026-08-12T20:46:43.913Z | Compiling oso-derive v0.27.3 |
| 2722 | 2026-08-12T20:46:44.066Z | Compiling quick-xml v0.37.5 |
| 2723 | 2026-08-12T20:46:44.089Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2724 | 2026-08-12T20:46:44.436Z | Compiling openssl-probe v0.1.6 |
| 2725 | 2026-08-12T20:46:44.537Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2726 | 2026-08-12T20:46:44.732Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2727 | 2026-08-12T20:46:44.755Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2728 | 2026-08-12T20:46:44.842Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2729 | 2026-08-12T20:46:44.981Z | Compiling bb8 v0.8.6 |
| 2730 | 2026-08-12T20:46:45.250Z | Compiling trait-variant v0.1.2 |
| 2731 | 2026-08-12T20:46:45.336Z | Compiling half v1.8.3 |
| 2732 | 2026-08-12T20:46:45.409Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2733 | 2026-08-12T20:46:45.431Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2734 | 2026-08-12T20:46:45.659Z | Compiling serde_cbor v0.11.2 |
| 2735 | 2026-08-12T20:46:45.711Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2736 | 2026-08-12T20:46:45.777Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2737 | 2026-08-12T20:46:45.800Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2738 | 2026-08-12T20:46:46.008Z | Compiling nonempty v0.12.0 |
| 2739 | 2026-08-12T20:46:46.107Z | Compiling samael v0.0.19 |
| 2740 | 2026-08-12T20:46:46.250Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2741 | 2026-08-12T20:46:46.631Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2742 | 2026-08-12T20:46:46.651Z | Compiling fxhash v0.2.1 |
| 2743 | 2026-08-12T20:46:46.673Z | Compiling libz-sys v1.1.24 |
| 2744 | 2026-08-12T20:46:46.761Z | Compiling salty v0.3.0 |
| 2745 | 2026-08-12T20:46:47.079Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2746 | 2026-08-12T20:46:47.178Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2747 | 2026-08-12T20:46:47.213Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2748 | 2026-08-12T20:46:47.464Z | Compiling kstat-rs v0.2.5 |
| 2749 | 2026-08-12T20:46:47.973Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2750 | 2026-08-12T20:46:47.997Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2751 | 2026-08-12T20:46:48.105Z | Compiling polar-core v0.27.3 |
| 2752 | 2026-08-12T20:46:48.172Z | Compiling mime_guess v2.0.5 |
| 2753 | 2026-08-12T20:46:49.461Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2754 | 2026-08-12T20:46:49.636Z | Compiling rfc6979 v0.4.0 |
| 2755 | 2026-08-12T20:46:49.820Z | Compiling nanorand v0.7.0 |
| 2756 | 2026-08-12T20:46:50.179Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2757 | 2026-08-12T20:46:50.272Z | Compiling parking_lot_core v0.8.6 |
| 2758 | 2026-08-12T20:46:50.581Z | Compiling flume v0.11.1 |
| 2759 | 2026-08-12T20:46:50.789Z | Compiling ecdsa v0.16.9 |
| 2760 | 2026-08-12T20:46:51.005Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2761 | 2026-08-12T20:46:51.599Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2762 | 2026-08-12T20:46:51.655Z | Compiling primeorder v0.13.6 |
| 2763 | 2026-08-12T20:46:51.691Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2764 | 2026-08-12T20:46:51.934Z | Compiling git-stub v1.0.0 |
| 2765 | 2026-08-12T20:46:51.997Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2766 | 2026-08-12T20:46:52.211Z | Compiling instability v0.3.11 |
| 2767 | 2026-08-12T20:46:52.317Z | Compiling strsim v0.10.0 |
| 2768 | 2026-08-12T20:46:52.440Z | Compiling http-range v0.1.5 |
| 2769 | 2026-08-12T20:46:52.637Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2770 | 2026-08-12T20:46:52.777Z | Compiling darling_core v0.13.4 |
| 2771 | 2026-08-12T20:46:52.831Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2772 | 2026-08-12T20:46:52.898Z | Compiling git-stub-vcs v0.1.0 |
| 2773 | 2026-08-12T20:46:53.255Z | Compiling p384 v0.13.1 |
| 2774 | 2026-08-12T20:46:54.578Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2775 | 2026-08-12T20:46:54.816Z | Compiling progenitor-impl v0.13.0 |
| 2776 | 2026-08-12T20:46:54.902Z | Compiling ignore v0.4.25 |
| 2777 | 2026-08-12T20:46:55.419Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2778 | 2026-08-12T20:46:55.686Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2779 | 2026-08-12T20:46:56.542Z | Compiling castaway v0.2.4 |
| 2780 | 2026-08-12T20:46:56.705Z | Compiling vergen-git2 v9.1.0 |
| 2781 | 2026-08-12T20:46:56.960Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2782 | 2026-08-12T20:46:56.980Z | Compiling indoc v2.0.7 |
| 2783 | 2026-08-12T20:46:57.157Z | Compiling oso v0.27.3 |
| 2784 | 2026-08-12T20:46:57.262Z | Compiling progenitor-macro v0.13.0 |
| 2785 | 2026-08-12T20:46:58.143Z | Compiling diesel-dtrace v0.5.0 |
| 2786 | 2026-08-12T20:46:58.470Z | Compiling async-bb8-diesel v0.2.1 |
| 2787 | 2026-08-12T20:46:58.919Z | Compiling compact_str v0.8.1 |
| 2788 | 2026-08-12T20:46:58.962Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2789 | 2026-08-12T20:46:59.838Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2790 | 2026-08-12T20:47:00.023Z | Compiling globwalk v0.9.1 |
| 2791 | 2026-08-12T20:47:00.651Z | Compiling parking_lot v0.11.2 |
| 2792 | 2026-08-12T20:47:00.987Z | Compiling hyper-staticfile v0.10.1 |
| 2793 | 2026-08-12T20:47:01.169Z | Compiling darling_macro v0.13.4 |
| 2794 | 2026-08-12T20:47:01.436Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2795 | 2026-08-12T20:47:01.540Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2796 | 2026-08-12T20:47:01.930Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2797 | 2026-08-12T20:47:01.988Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2798 | 2026-08-12T20:47:02.138Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-08-12T20:47:02.300Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2800 | 2026-08-12T20:47:02.578Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2801 | 2026-08-12T20:47:03.224Z | Compiling predicates-tree v1.0.13 |
| 2802 | 2026-08-12T20:47:03.353Z | Compiling unicode-truncate v1.1.0 |
| 2803 | 2026-08-12T20:47:03.568Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2804 | 2026-08-12T20:47:03.636Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2805 | 2026-08-12T20:47:03.791Z | Compiling lru v0.12.5 |
| 2806 | 2026-08-12T20:47:03.898Z | Compiling digest-io v0.1.0 |
| 2807 | 2026-08-12T20:47:04.016Z | Compiling sha2 v0.11.0 |
| 2808 | 2026-08-12T20:47:04.073Z | Compiling progenitor-client v0.13.0 |
| 2809 | 2026-08-12T20:47:04.409Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2810 | 2026-08-12T20:47:04.580Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2811 | 2026-08-12T20:47:04.884Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2812 | 2026-08-12T20:47:05.326Z | Compiling prefix-trie v0.7.0 |
| 2813 | 2026-08-12T20:47:05.587Z | Compiling rand_seeder v0.4.0 |
| 2814 | 2026-08-12T20:47:05.824Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2815 | 2026-08-12T20:47:05.847Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2816 | 2026-08-12T20:47:06.098Z | Compiling cassowary v0.3.0 |
| 2817 | 2026-08-12T20:47:06.290Z | Compiling rawzip v0.4.4 |
| 2818 | 2026-08-12T20:47:06.494Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2819 | 2026-08-12T20:47:06.717Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2820 | 2026-08-12T20:47:07.350Z | Compiling corncobs v0.1.4 |
| 2821 | 2026-08-12T20:47:07.624Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2822 | 2026-08-12T20:47:07.681Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2823 | 2026-08-12T20:47:08.326Z | Compiling ratatui v0.29.0 |
| 2824 | 2026-08-12T20:47:08.948Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2825 | 2026-08-12T20:47:09.158Z | Compiling hickory-server v0.25.2 |
| 2826 | 2026-08-12T20:47:10.272Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2827 | 2026-08-12T20:47:11.298Z | Compiling progenitor v0.13.0 |
| 2828 | 2026-08-12T20:47:11.529Z | Compiling camino-tempfile-ext v0.3.3 |
| 2829 | 2026-08-12T20:47:12.122Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2830 | 2026-08-12T20:47:12.517Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2831 | 2026-08-12T20:47:12.614Z | Compiling darling v0.13.4 |
| 2832 | 2026-08-12T20:47:12.708Z | Compiling sled v0.34.7 |
| 2833 | 2026-08-12T20:47:12.936Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2834 | 2026-08-12T20:47:13.177Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2835 | 2026-08-12T20:47:14.154Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2836 | 2026-08-12T20:47:14.824Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2837 | 2026-08-12T20:47:15.047Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2838 | 2026-08-12T20:47:15.112Z | Compiling secrecy v0.8.0 |
| 2839 | 2026-08-12T20:47:15.274Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2840 | 2026-08-12T20:47:15.691Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2841 | 2026-08-12T20:47:16.147Z | Compiling git2 v0.20.4 |
| 2842 | 2026-08-12T20:47:16.644Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2843 | 2026-08-12T20:47:17.233Z | Compiling serde_with_macros v1.5.2 |
| 2844 | 2026-08-12T20:47:17.330Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2845 | 2026-08-12T20:47:17.978Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2846 | 2026-08-12T20:47:18.218Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2847 | 2026-08-12T20:47:19.408Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2848 | 2026-08-12T20:47:19.564Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2849 | 2026-08-12T20:47:19.595Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2850 | 2026-08-12T20:47:19.616Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2851 | 2026-08-12T20:47:19.704Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2852 | 2026-08-12T20:47:19.797Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2853 | 2026-08-12T20:47:19.842Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2854 | 2026-08-12T20:47:19.931Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2855 | 2026-08-12T20:47:20.040Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2856 | 2026-08-12T20:47:20.062Z | Compiling arc-swap v1.8.2 |
| 2857 | 2026-08-12T20:47:20.084Z | Compiling void v1.0.2 |
| 2858 | 2026-08-12T20:47:20.203Z | Compiling lzss v0.8.2 |
| 2859 | 2026-08-12T20:47:20.337Z | Compiling slog-scope v4.4.1 |
| 2860 | 2026-08-12T20:47:20.470Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2861 | 2026-08-12T20:47:20.501Z | Compiling illumos-nvpair v0.3.0 |
| 2862 | 2026-08-12T20:47:20.504Z | Compiling serde_with v1.14.0 |
| 2863 | 2026-08-12T20:47:20.994Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2864 | 2026-08-12T20:47:21.122Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2865 | 2026-08-12T20:47:21.699Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2866 | 2026-08-12T20:47:22.859Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2867 | 2026-08-12T20:47:22.887Z | Compiling scuffle v0.1.0 |
| 2868 | 2026-08-12T20:47:23.590Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2869 | 2026-08-12T20:47:24.702Z | Compiling tungstenite v0.23.0 |
| 2870 | 2026-08-12T20:47:24.996Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2871 | 2026-08-12T20:47:26.426Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2872 | 2026-08-12T20:47:26.519Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2873 | 2026-08-12T20:47:26.768Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2874 | 2026-08-12T20:47:26.837Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2875 | 2026-08-12T20:47:26.949Z | Compiling nix v0.27.1 |
| 2876 | 2026-08-12T20:47:26.952Z | Compiling twox-hash v2.1.2 |
| 2877 | 2026-08-12T20:47:27.033Z | Compiling libsw-core v0.3.2 |
| 2878 | 2026-08-12T20:47:27.114Z | Compiling atty v0.2.14 |
| 2879 | 2026-08-12T20:47:27.255Z | Compiling serde_bytes v0.11.19 |
| 2880 | 2026-08-12T20:47:27.276Z | Compiling libsw v3.5.0 |
| 2881 | 2026-08-12T20:47:27.545Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2882 | 2026-08-12T20:47:27.569Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2883 | 2026-08-12T20:47:27.572Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2884 | 2026-08-12T20:47:27.874Z | Compiling tokio-tungstenite v0.23.1 |
| 2885 | 2026-08-12T20:47:28.178Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2886 | 2026-08-12T20:47:28.260Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2887 | 2026-08-12T20:47:28.530Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2888 | 2026-08-12T20:47:30.279Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2889 | 2026-08-12T20:47:31.635Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2890 | 2026-08-12T20:47:31.781Z | Compiling slog-stdlog v4.1.1 |
| 2891 | 2026-08-12T20:47:32.187Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2892 | 2026-08-12T20:47:32.211Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2893 | 2026-08-12T20:47:32.285Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2894 | 2026-08-12T20:47:32.674Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2895 | 2026-08-12T20:47:32.752Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2896 | 2026-08-12T20:47:33.100Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2897 | 2026-08-12T20:47:33.419Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2898 | 2026-08-12T20:47:33.993Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2899 | 2026-08-12T20:47:34.375Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2900 | 2026-08-12T20:47:34.755Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2901 | 2026-08-12T20:47:36.816Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2902 | 2026-08-12T20:47:38.602Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2903 | 2026-08-12T20:47:39.133Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2904 | 2026-08-12T20:47:39.679Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2905 | 2026-08-12T20:47:40.048Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2906 | 2026-08-12T20:47:40.072Z | Compiling signal-hook-tokio v0.3.1 |
| 2907 | 2026-08-12T20:47:40.259Z | Compiling fatfs v0.3.6 |
| 2908 | 2026-08-12T20:47:40.304Z | Compiling yasna v0.5.2 |
| 2909 | 2026-08-12T20:47:40.524Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2910 | 2026-08-12T20:47:40.550Z | Compiling seq-macro v0.3.6 |
| 2911 | 2026-08-12T20:47:41.036Z | Compiling assert_matches v1.5.0 |
| 2912 | 2026-08-12T20:47:41.150Z | Compiling is_ci v1.2.0 |
| 2913 | 2026-08-12T20:47:41.371Z | Compiling supports-color v3.0.2 |
| 2914 | 2026-08-12T20:47:41.516Z | Compiling rcgen v0.12.1 |
| 2915 | 2026-08-12T20:47:41.656Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2916 | 2026-08-12T20:47:42.183Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2917 | 2026-08-12T20:47:42.419Z | Compiling slog-envlogger v2.2.0 |
| 2918 | 2026-08-12T20:47:43.648Z | Compiling oxide-update-engine-display v0.1.2 |
| 2919 | 2026-08-12T20:47:44.330Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2920 | 2026-08-12T20:47:44.376Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2921 | 2026-08-12T20:47:44.619Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2922 | 2026-08-12T20:47:44.848Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2923 | 2026-08-12T20:47:45.079Z | Compiling port-file v0.1.0 |
| 2924 | 2026-08-12T20:47:45.400Z | Compiling subprocess v0.2.15 |
| 2925 | 2026-08-12T20:47:46.056Z | Compiling rtoolbox v0.0.3 |
| 2926 | 2026-08-12T20:47:46.341Z | Compiling rpassword v7.5.4 |
| 2927 | 2026-08-12T20:47:47.004Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2928 | 2026-08-12T20:47:47.641Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2929 | 2026-08-12T20:47:48.098Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2930 | 2026-08-12T20:47:48.236Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2931 | 2026-08-12T20:47:49.797Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2932 | 2026-08-12T20:47:50.453Z | Compiling tui-tree-widget v0.23.1 |
| 2933 | 2026-08-12T20:47:50.488Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2934 | 2026-08-12T20:47:50.775Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2935 | 2026-08-12T20:47:52.298Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2936 | 2026-08-12T20:47:53.264Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2937 | 2026-08-12T20:47:53.731Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2938 | 2026-08-12T20:47:53.961Z | Compiling uzers v0.12.2 |
| 2939 | 2026-08-12T20:47:55.092Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2940 | 2026-08-12T20:47:55.377Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2941 | 2026-08-12T20:47:56.116Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2942 | 2026-08-12T20:47:57.159Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2943 | 2026-08-12T20:47:57.196Z | Compiling support-bundle-viewer v0.1.2 |
| 2944 | 2026-08-12T20:47:58.694Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2945 | 2026-08-12T20:47:59.033Z | Compiling multimap v0.10.1 |
| 2946 | 2026-08-12T20:48:07.087Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2947 | 2026-08-12T20:48:11.848Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2948 | 2026-08-12T20:48:15.807Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2949 | 2026-08-12T20:48:20.071Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2950 | 2026-08-12T20:48:20.571Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2951 | 2026-08-12T20:58:53.738Z | Finished `release` profile [optimized] target(s) in 12m 42s |
| 2952 | 2026-08-12T20:59:45.318Z | |
| 2953 | 2026-08-12T20:59:45.318Z | real 13:35.277998903 |
| 2954 | 2026-08-12T20:59:45.318Z | user 1:23:12.728677342 |
| 2955 | 2026-08-12T20:59:45.322Z | sys 3:36.998567834 |
| 2956 | 2026-08-12T20:59:45.322Z | trap 1.784723840 |
| 2957 | 2026-08-12T20:59:45.322Z | tflt 2.483663119 |
| 2958 | 2026-08-12T20:59:45.322Z | dflt 19.989732410 |
| 2959 | 2026-08-12T20:59:45.322Z | kflt 0.033957753 |
| 2960 | 2026-08-12T20:59:45.322Z | lock 9:51:59.518525381 |
| 2961 | 2026-08-12T20:59:45.322Z | slp 2:30:15.063803574 |
| 2962 | 2026-08-12T20:59:45.322Z | lat 2:32.784370884 |
| 2963 | 2026-08-12T20:59:45.322Z | stop 5:18.427419635 |
| 2964 | 2026-08-12T20:59:45.322Z | + mapfile -t packages |
| 2965 | 2026-08-12T20:59:45.322Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2966 | 2026-08-12T20:59:46.269Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2967 | 2026-08-12T20:59:46.338Z | Running `target/release/omicron-package -t test list-outputs` |
| 2968 | 2026-08-12T20:59:46.397Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2969 | 2026-08-12T20:59:46.401Z | + ptime -m cargo build --locked --release -p xtask |
| 2970 | 2026-08-12T20:59:46.876Z | Compiling libc v0.2.185 |
| 2971 | 2026-08-12T20:59:46.877Z | Compiling serde_core v1.0.228 |
| 2972 | 2026-08-12T20:59:46.877Z | Compiling serde v1.0.228 |
| 2973 | 2026-08-12T20:59:46.880Z | Compiling rustix v1.1.3 |
| 2974 | 2026-08-12T20:59:46.880Z | Compiling serde_json v1.0.151 |
| 2975 | 2026-08-12T20:59:46.880Z | Compiling bitflags v2.11.0 |
| 2976 | 2026-08-12T20:59:46.880Z | Compiling usdt-impl v0.5.0 |
| 2977 | 2026-08-12T20:59:46.880Z | Compiling syn v2.0.117 |
| 2978 | 2026-08-12T20:59:47.006Z | Compiling syn v1.0.109 |
| 2979 | 2026-08-12T20:59:47.064Z | Compiling log v0.4.29 |
| 2980 | 2026-08-12T20:59:47.076Z | Compiling getrandom v0.4.1 |
| 2981 | 2026-08-12T20:59:47.079Z | Compiling indexmap v2.14.0 |
| 2982 | 2026-08-12T20:59:47.102Z | Compiling fs-err v3.3.0 |
| 2983 | 2026-08-12T20:59:47.331Z | Compiling heck v0.4.1 |
| 2984 | 2026-08-12T20:59:47.342Z | Compiling anyhow v1.0.102 |
| 2985 | 2026-08-12T20:59:47.353Z | Compiling once_cell v1.21.3 |
| 2986 | 2026-08-12T20:59:47.750Z | Compiling thread-id v4.2.2 |
| 2987 | 2026-08-12T20:59:47.760Z | Compiling errno v0.3.14 |
| 2988 | 2026-08-12T20:59:47.764Z | Compiling memmap v0.7.0 |
| 2989 | 2026-08-12T20:59:48.509Z | Compiling proc-macro-error v1.0.4 |
| 2990 | 2026-08-12T20:59:48.737Z | Compiling terminal_size v0.4.3 |
| 2991 | 2026-08-12T20:59:48.737Z | Compiling tempfile v3.25.0 |
| 2992 | 2026-08-12T20:59:48.773Z | Compiling tabled_derive v0.7.0 |
| 2993 | 2026-08-12T20:59:48.834Z | Compiling clap_builder v4.6.0 |
| 2994 | 2026-08-12T20:59:48.834Z | Compiling textwrap v0.16.2 |
| 2995 | 2026-08-12T20:59:49.186Z | Compiling camino v1.2.2 |
| 2996 | 2026-08-12T20:59:49.186Z | Compiling semver v1.0.28 |
| 2997 | 2026-08-12T20:59:49.192Z | Compiling cargo-platform v0.3.2 |
| 2998 | 2026-08-12T20:59:49.235Z | Compiling pest_generator v2.8.6 |
| 2999 | 2026-08-12T20:59:49.454Z | Compiling tabled v0.15.0 |
| 3000 | 2026-08-12T20:59:49.506Z | Compiling camino-tempfile v1.4.1 |
| 3001 | 2026-08-12T20:59:49.698Z | Compiling serde_derive v1.0.228 |
| 3002 | 2026-08-12T20:59:49.702Z | Compiling thiserror-impl v1.0.69 |
| 3003 | 2026-08-12T20:59:49.702Z | Compiling zerocopy-derive v0.7.35 |
| 3004 | 2026-08-12T20:59:49.702Z | Compiling scroll_derive v0.12.1 |
| 3005 | 2026-08-12T20:59:49.702Z | Compiling thiserror-impl v2.0.18 |
| 3006 | 2026-08-12T20:59:49.702Z | Compiling clap_derive v4.6.1 |
| 3007 | 2026-08-12T20:59:49.772Z | Compiling pest_derive v2.8.6 |
| 3008 | 2026-08-12T20:59:50.402Z | Compiling scroll v0.12.0 |
| 3009 | 2026-08-12T20:59:50.544Z | Compiling zerocopy v0.7.35 |
| 3010 | 2026-08-12T20:59:50.725Z | Compiling goblin v0.8.2 |
| 3011 | 2026-08-12T20:59:50.813Z | Compiling thiserror v1.0.69 |
| 3012 | 2026-08-12T20:59:50.925Z | Compiling dtrace-parser v0.2.0 |
| 3013 | 2026-08-12T20:59:50.974Z | Compiling thiserror v2.0.18 |
| 3014 | 2026-08-12T20:59:51.285Z | Compiling clap v4.6.1 |
| 3015 | 2026-08-12T20:59:52.828Z | Compiling dof v0.3.0 |
| 3016 | 2026-08-12T20:59:52.842Z | Compiling serde_tokenstream v0.2.3 |
| 3017 | 2026-08-12T20:59:52.869Z | Compiling toml_datetime v0.6.11 |
| 3018 | 2026-08-12T20:59:52.888Z | Compiling serde_spanned v0.6.9 |
| 3019 | 2026-08-12T20:59:52.900Z | Compiling macaddr v1.0.1 |
| 3020 | 2026-08-12T20:59:52.912Z | Compiling cargo_metadata v0.23.1 |
| 3021 | 2026-08-12T20:59:52.940Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3022 | 2026-08-12T20:59:53.066Z | Compiling toml_edit v0.22.27 |
| 3023 | 2026-08-12T20:59:53.619Z | Compiling usdt-macro v0.5.0 |
| 3024 | 2026-08-12T20:59:53.622Z | Compiling usdt-attr-macro v0.5.0 |
| 3025 | 2026-08-12T20:59:54.262Z | Compiling usdt v0.5.0 |
| 3026 | 2026-08-12T20:59:54.587Z | Compiling toml v0.8.23 |
| 3027 | 2026-08-12T20:59:55.031Z | Compiling cargo_toml v0.21.0 |
| 3028 | 2026-08-12T20:59:59.448Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3029 | 2026-08-12T21:00:02.665Z | Finished `release` profile [optimized] target(s) in 16.25s |
| 3030 | 2026-08-12T21:00:02.772Z | |
| 3031 | 2026-08-12T21:00:02.772Z | real 16.335351188 |
| 3032 | 2026-08-12T21:00:02.772Z | user 2:05.845494888 |
| 3033 | 2026-08-12T21:00:02.772Z | sys 13.556419703 |
| 3034 | 2026-08-12T21:00:02.772Z | trap 0.074158206 |
| 3035 | 2026-08-12T21:00:02.772Z | tflt 0.429043876 |
| 3036 | 2026-08-12T21:00:02.772Z | dflt 1.353532161 |
| 3037 | 2026-08-12T21:00:02.772Z | kflt 0.001796573 |
| 3038 | 2026-08-12T21:00:02.776Z | lock 4:49.920008958 |
| 3039 | 2026-08-12T21:00:02.776Z | slp 2:43.768588327 |
| 3040 | 2026-08-12T21:00:02.776Z | lat 4.168637632 |
| 3041 | 2026-08-12T21:00:02.776Z | stop 17.056844245 |
| 3042 | 2026-08-12T21:00:02.776Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3043 | 2026-08-12T21:00:02.776Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3044 | 2026-08-12T21:00:02.776Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3045 | 2026-08-12T21:00:02.776Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3046 | 2026-08-12T21:00:02.776Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3047 | 2026-08-12T21:00:03.701Z | Compiling progenitor-client v0.14.0 |
| 3048 | 2026-08-12T21:00:03.704Z | Compiling newtype-uuid-macros v0.1.0 |
| 3049 | 2026-08-12T21:00:03.704Z | Compiling match_cfg v0.1.0 |
| 3050 | 2026-08-12T21:00:03.704Z | Compiling slog-json v2.6.1 |
| 3051 | 2026-08-12T21:00:03.704Z | Compiling sha1 v0.11.0 |
| 3052 | 2026-08-12T21:00:03.704Z | Compiling multer v3.1.0 |
| 3053 | 2026-08-12T21:00:03.704Z | Compiling compression-core v0.4.31 |
| 3054 | 2026-08-12T21:00:03.851Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3055 | 2026-08-12T21:00:03.880Z | Compiling debug-ignore v1.0.5 |
| 3056 | 2026-08-12T21:00:03.896Z | Compiling async-stream-impl v0.3.6 |
| 3057 | 2026-08-12T21:00:03.900Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3058 | 2026-08-12T21:00:03.900Z | Compiling serde_spanned v1.1.1 |
| 3059 | 2026-08-12T21:00:03.900Z | Compiling dropshot v0.17.1 |
| 3060 | 2026-08-12T21:00:03.900Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3061 | 2026-08-12T21:00:03.915Z | Compiling waitgroup v0.1.2 |
| 3062 | 2026-08-12T21:00:03.918Z | Compiling hostname v0.3.1 |
| 3063 | 2026-08-12T21:00:03.922Z | Compiling rustls-pemfile v2.2.0 |
| 3064 | 2026-08-12T21:00:04.052Z | Compiling compression-codecs v0.4.37 |
| 3065 | 2026-08-12T21:00:04.105Z | Compiling slog-bunyan v2.5.0 |
| 3066 | 2026-08-12T21:00:04.175Z | Compiling dropshot_endpoint v0.17.1 |
| 3067 | 2026-08-12T21:00:04.179Z | Compiling hostname v0.4.2 |
| 3068 | 2026-08-12T21:00:04.208Z | Compiling serde_path_to_error v0.1.20 |
| 3069 | 2026-08-12T21:00:04.257Z | Compiling atomicwrites v0.4.4 |
| 3070 | 2026-08-12T21:00:04.307Z | Compiling macaddr v1.0.1 |
| 3071 | 2026-08-12T21:00:04.307Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-08-12T21:00:04.312Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3073 | 2026-08-12T21:00:04.321Z | Compiling instant v0.1.13 |
| 3074 | 2026-08-12T21:00:04.373Z | Compiling async-compression v0.4.41 |
| 3075 | 2026-08-12T21:00:04.377Z | Compiling parse-display-derive v0.10.0 |
| 3076 | 2026-08-12T21:00:04.407Z | Compiling regress v0.10.5 |
| 3077 | 2026-08-12T21:00:04.450Z | Compiling backon v1.6.0 |
| 3078 | 2026-08-12T21:00:04.450Z | Compiling backoff v0.4.0 |
| 3079 | 2026-08-12T21:00:04.490Z | Compiling itertools v0.14.0 |
| 3080 | 2026-08-12T21:00:04.528Z | Compiling humantime v2.3.0 |
| 3081 | 2026-08-12T21:00:04.532Z | Compiling half v2.7.1 |
| 3082 | 2026-08-12T21:00:04.586Z | Compiling ciborium-io v0.2.2 |
| 3083 | 2026-08-12T21:00:04.611Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3084 | 2026-08-12T21:00:04.681Z | Compiling progenitor-extras v0.2.0 |
| 3085 | 2026-08-12T21:00:04.705Z | Compiling crucible-workspace-hack v0.1.0 |
| 3086 | 2026-08-12T21:00:04.722Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3087 | 2026-08-12T21:00:04.726Z | Compiling async-stream v0.3.6 |
| 3088 | 2026-08-12T21:00:04.726Z | Compiling convert_case v0.4.0 |
| 3089 | 2026-08-12T21:00:04.740Z | Compiling secrecy v0.10.3 |
| 3090 | 2026-08-12T21:00:04.788Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3091 | 2026-08-12T21:00:04.813Z | Compiling regress v0.11.1 |
| 3092 | 2026-08-12T21:00:04.876Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3093 | 2026-08-12T21:00:04.895Z | Compiling ciborium-ll v0.2.2 |
| 3094 | 2026-08-12T21:00:04.927Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3095 | 2026-08-12T21:00:04.930Z | Compiling inout v0.1.4 |
| 3096 | 2026-08-12T21:00:04.961Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3097 | 2026-08-12T21:00:04.997Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3098 | 2026-08-12T21:00:05.048Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3099 | 2026-08-12T21:00:05.068Z | Compiling ciborium v0.2.2 |
| 3100 | 2026-08-12T21:00:05.132Z | Compiling cipher v0.4.4 |
| 3101 | 2026-08-12T21:00:05.135Z | Compiling universal-hash v0.5.1 |
| 3102 | 2026-08-12T21:00:05.167Z | Compiling opaque-debug v0.3.1 |
| 3103 | 2026-08-12T21:00:05.186Z | Compiling derive_more v0.99.20 |
| 3104 | 2026-08-12T21:00:05.205Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3105 | 2026-08-12T21:00:05.255Z | Compiling blake2 v0.10.6 |
| 3106 | 2026-08-12T21:00:05.278Z | Compiling poly1305 v0.8.0 |
| 3107 | 2026-08-12T21:00:05.299Z | Compiling aead v0.5.2 |
| 3108 | 2026-08-12T21:00:05.410Z | Compiling chacha20 v0.9.1 |
| 3109 | 2026-08-12T21:00:05.528Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3110 | 2026-08-12T21:00:05.631Z | Compiling password-hash v0.5.0 |
| 3111 | 2026-08-12T21:00:05.667Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3112 | 2026-08-12T21:00:05.684Z | Compiling indent_write v2.2.0 |
| 3113 | 2026-08-12T21:00:05.703Z | Compiling chacha20poly1305 v0.10.1 |
| 3114 | 2026-08-12T21:00:05.725Z | Compiling unsafe-libyaml v0.2.11 |
| 3115 | 2026-08-12T21:00:05.780Z | Compiling num-derive v0.4.2 |
| 3116 | 2026-08-12T21:00:05.844Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3117 | 2026-08-12T21:00:05.860Z | Compiling heapless v0.8.0 |
| 3118 | 2026-08-12T21:00:05.879Z | Compiling tabwriter v1.4.1 |
| 3119 | 2026-08-12T21:00:05.937Z | Compiling argon2 v0.5.3 |
| 3120 | 2026-08-12T21:00:06.023Z | Compiling ingot-macros v0.2.0 |
| 3121 | 2026-08-12T21:00:06.070Z | Compiling hash32 v0.3.1 |
| 3122 | 2026-08-12T21:00:06.150Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3123 | 2026-08-12T21:00:06.170Z | Compiling parse-display v0.10.0 |
| 3124 | 2026-08-12T21:00:06.224Z | Compiling thiserror-no-std v2.0.2 |
| 3125 | 2026-08-12T21:00:06.284Z | Compiling smoltcp v0.11.0 |
| 3126 | 2026-08-12T21:00:06.334Z | Compiling vsss-rs v3.3.4 |
| 3127 | 2026-08-12T21:00:06.403Z | Compiling proc-macro-crate v3.4.0 |
| 3128 | 2026-08-12T21:00:06.407Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3129 | 2026-08-12T21:00:06.511Z | Compiling typify-impl v0.6.2 |
| 3130 | 2026-08-12T21:00:06.536Z | Compiling serde_yaml v0.9.34+deprecated |
| 3131 | 2026-08-12T21:00:06.744Z | Compiling cobs v0.3.0 |
| 3132 | 2026-08-12T21:00:06.795Z | Compiling colored v3.1.1 |
| 3133 | 2026-08-12T21:00:06.933Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3134 | 2026-08-12T21:00:06.972Z | Compiling postcard v1.1.3 |
| 3135 | 2026-08-12T21:00:06.997Z | Compiling num_enum_derive v0.7.6 |
| 3136 | 2026-08-12T21:00:07.181Z | Compiling proc-macro-error v1.0.4 |
| 3137 | 2026-08-12T21:00:07.198Z | Compiling rand v0.10.1 |
| 3138 | 2026-08-12T21:00:07.202Z | Compiling proc-macro-crate v1.3.1 |
| 3139 | 2026-08-12T21:00:07.343Z | Compiling foreign-types-macros v0.2.3 |
| 3140 | 2026-08-12T21:00:07.361Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3141 | 2026-08-12T21:00:07.528Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3142 | 2026-08-12T21:00:07.618Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3143 | 2026-08-12T21:00:07.675Z | Compiling foreign-types-shared v0.3.1 |
| 3144 | 2026-08-12T21:00:07.692Z | Compiling rayon-core v1.13.0 |
| 3145 | 2026-08-12T21:00:07.744Z | Compiling num_enum_derive v0.5.11 |
| 3146 | 2026-08-12T21:00:07.888Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3147 | 2026-08-12T21:00:07.908Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3148 | 2026-08-12T21:00:07.961Z | Compiling crossbeam-deque v0.8.6 |
| 3149 | 2026-08-12T21:00:07.966Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3150 | 2026-08-12T21:00:07.993Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3151 | 2026-08-12T21:00:08.012Z | Compiling foreign-types v0.5.0 |
| 3152 | 2026-08-12T21:00:08.077Z | Compiling cstr-argument v0.1.2 |
| 3153 | 2026-08-12T21:00:08.095Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3154 | 2026-08-12T21:00:08.116Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3155 | 2026-08-12T21:00:08.135Z | Compiling num_enum v0.7.6 |
| 3156 | 2026-08-12T21:00:08.184Z | Compiling cpubits v0.1.1 |
| 3157 | 2026-08-12T21:00:08.269Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3158 | 2026-08-12T21:00:08.286Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3159 | 2026-08-12T21:00:08.290Z | Compiling zone_cfg_derive v0.3.1 |
| 3160 | 2026-08-12T21:00:08.344Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3161 | 2026-08-12T21:00:08.465Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3162 | 2026-08-12T21:00:08.498Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3163 | 2026-08-12T21:00:08.501Z | Compiling itertools v0.12.1 |
| 3164 | 2026-08-12T21:00:08.516Z | Compiling sigpipe v0.1.3 |
| 3165 | 2026-08-12T21:00:08.549Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3166 | 2026-08-12T21:00:08.565Z | Compiling rayon v1.11.0 |
| 3167 | 2026-08-12T21:00:08.568Z | Compiling glob v0.3.3 |
| 3168 | 2026-08-12T21:00:08.642Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3169 | 2026-08-12T21:00:08.718Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3170 | 2026-08-12T21:00:08.797Z | Compiling smf v0.2.3 |
| 3171 | 2026-08-12T21:00:08.841Z | Compiling whoami v1.6.1 |
| 3172 | 2026-08-12T21:00:08.882Z | Compiling num_enum v0.5.11 |
| 3173 | 2026-08-12T21:00:08.971Z | Compiling gethostname v0.5.0 |
| 3174 | 2026-08-12T21:00:08.989Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3175 | 2026-08-12T21:00:09.005Z | Compiling num-rational v0.4.2 |
| 3176 | 2026-08-12T21:00:09.025Z | Compiling pem-rfc7468 v1.0.0 |
| 3177 | 2026-08-12T21:00:09.045Z | Compiling ingot-types v0.2.0 |
| 3178 | 2026-08-12T21:00:09.049Z | Compiling num-complex v0.4.6 |
| 3179 | 2026-08-12T21:00:09.049Z | Compiling usdt-macro v0.5.0 |
| 3180 | 2026-08-12T21:00:09.095Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3181 | 2026-08-12T21:00:09.112Z | Compiling usdt-attr-macro v0.5.0 |
| 3182 | 2026-08-12T21:00:09.163Z | Compiling derive-where v1.6.0 |
| 3183 | 2026-08-12T21:00:09.335Z | Compiling memmap v0.7.0 |
| 3184 | 2026-08-12T21:00:09.355Z | Compiling float-ord v0.3.2 |
| 3185 | 2026-08-12T21:00:09.483Z | Compiling ingot v0.2.1 |
| 3186 | 2026-08-12T21:00:09.501Z | Compiling num v0.4.3 |
| 3187 | 2026-08-12T21:00:09.520Z | Compiling toml v0.8.23 |
| 3188 | 2026-08-12T21:00:09.552Z | Compiling hmac v0.13.0 |
| 3189 | 2026-08-12T21:00:09.596Z | Compiling universal-hash v0.6.1 |
| 3190 | 2026-08-12T21:00:09.612Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3191 | 2026-08-12T21:00:09.628Z | Compiling resolv-conf v0.7.6 |
| 3192 | 2026-08-12T21:00:09.755Z | Compiling zone v0.3.1 |
| 3193 | 2026-08-12T21:00:09.772Z | Compiling cancel-safe-futures v0.1.5 |
| 3194 | 2026-08-12T21:00:09.791Z | Compiling polyval v0.7.1 |
| 3195 | 2026-08-12T21:00:09.791Z | Compiling der v0.8.0 |
| 3196 | 2026-08-12T21:00:09.858Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3197 | 2026-08-12T21:00:09.997Z | Compiling usdt v0.5.0 |
| 3198 | 2026-08-12T21:00:10.015Z | Compiling prettyplease v0.2.37 |
| 3199 | 2026-08-12T21:00:10.079Z | Compiling ghash v0.6.0 |
| 3200 | 2026-08-12T21:00:10.168Z | Compiling pbkdf2 v0.13.0 |
| 3201 | 2026-08-12T21:00:10.185Z | Compiling crypto-bigint v0.7.5 |
| 3202 | 2026-08-12T21:00:10.242Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3203 | 2026-08-12T21:00:10.287Z | Compiling aes v0.9.1 |
| 3204 | 2026-08-12T21:00:10.309Z | Compiling console v0.15.11 |
| 3205 | 2026-08-12T21:00:10.323Z | Compiling newline-converter v0.3.0 |
| 3206 | 2026-08-12T21:00:10.403Z | Compiling ctr v0.10.1 |
| 3207 | 2026-08-12T21:00:10.420Z | Compiling aead v0.6.1 |
| 3208 | 2026-08-12T21:00:10.465Z | Compiling sha2 v0.11.0 |
| 3209 | 2026-08-12T21:00:10.480Z | Compiling libefi-sys v0.1.0 |
| 3210 | 2026-08-12T21:00:10.543Z | Compiling oxide-update-engine-types v0.1.2 |
| 3211 | 2026-08-12T21:00:10.606Z | Compiling linear-map v1.2.0 |
| 3212 | 2026-08-12T21:00:10.718Z | Compiling spki v0.8.0 |
| 3213 | 2026-08-12T21:00:10.847Z | Compiling aes-gcm v0.11.0 |
| 3214 | 2026-08-12T21:00:10.870Z | Compiling expectorate v1.2.0 |
| 3215 | 2026-08-12T21:00:10.932Z | Compiling hickory-proto v0.24.4 |
| 3216 | 2026-08-12T21:00:10.992Z | Compiling salsa20 v0.11.0 |
| 3217 | 2026-08-12T21:00:11.062Z | Compiling bitfield-struct v0.6.2 |
| 3218 | 2026-08-12T21:00:11.079Z | Compiling nom v8.0.0 |
| 3219 | 2026-08-12T21:00:11.114Z | Compiling linked-hash-map v0.5.6 |
| 3220 | 2026-08-12T21:00:11.166Z | Compiling semver v0.1.20 |
| 3221 | 2026-08-12T21:00:11.245Z | Compiling typify-macro v0.6.2 |
| 3222 | 2026-08-12T21:00:11.391Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3223 | 2026-08-12T21:00:11.462Z | Compiling rustc_version v0.1.7 |
| 3224 | 2026-08-12T21:00:11.498Z | Compiling lru-cache v0.1.2 |
| 3225 | 2026-08-12T21:00:11.521Z | Compiling scrypt v0.12.0 |
| 3226 | 2026-08-12T21:00:11.651Z | Compiling oxide-update-engine v0.1.2 |
| 3227 | 2026-08-12T21:00:11.844Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3228 | 2026-08-12T21:00:11.849Z | Compiling tokio-dtrace v0.1.1 |
| 3229 | 2026-08-12T21:00:11.852Z | Compiling cbc v0.2.1 |
| 3230 | 2026-08-12T21:00:11.852Z | Compiling slog-dtrace v0.3.0 |
| 3231 | 2026-08-12T21:00:11.940Z | Compiling minimal-lexical v0.2.1 |
| 3232 | 2026-08-12T21:00:11.957Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3233 | 2026-08-12T21:00:12.039Z | Compiling oxide-tokio-rt v0.1.4 |
| 3234 | 2026-08-12T21:00:12.063Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3235 | 2026-08-12T21:00:12.137Z | Compiling pkcs5 v0.8.1 |
| 3236 | 2026-08-12T21:00:12.156Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3237 | 2026-08-12T21:00:12.159Z | Compiling newtype_derive v0.1.6 |
| 3238 | 2026-08-12T21:00:12.193Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3239 | 2026-08-12T21:00:12.236Z | Compiling nom v7.1.3 |
| 3240 | 2026-08-12T21:00:12.362Z | Compiling phf_shared v0.12.1 |
| 3241 | 2026-08-12T21:00:12.380Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3242 | 2026-08-12T21:00:12.399Z | Compiling csv-core v0.1.13 |
| 3243 | 2026-08-12T21:00:12.404Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3244 | 2026-08-12T21:00:12.480Z | Compiling unicode-xid v0.2.6 |
| 3245 | 2026-08-12T21:00:12.497Z | Compiling highway v1.3.0 |
| 3246 | 2026-08-12T21:00:12.554Z | Compiling xshell-macros v0.2.7 |
| 3247 | 2026-08-12T21:00:12.576Z | Compiling chrono-tz v0.10.4 |
| 3248 | 2026-08-12T21:00:12.634Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3249 | 2026-08-12T21:00:12.699Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3250 | 2026-08-12T21:00:12.715Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3251 | 2026-08-12T21:00:12.737Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3252 | 2026-08-12T21:00:12.778Z | Compiling const_format_proc_macros v0.2.34 |
| 3253 | 2026-08-12T21:00:12.797Z | Compiling csv v1.4.0 |
| 3254 | 2026-08-12T21:00:12.836Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3255 | 2026-08-12T21:00:12.908Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3256 | 2026-08-12T21:00:12.990Z | Compiling xshell v0.2.7 |
| 3257 | 2026-08-12T21:00:13.111Z | Compiling typify v0.6.2 |
| 3258 | 2026-08-12T21:00:13.302Z | Compiling progenitor-impl v0.14.0 |
| 3259 | 2026-08-12T21:00:13.388Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3260 | 2026-08-12T21:00:13.466Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3261 | 2026-08-12T21:00:13.508Z | Compiling hickory-resolver v0.24.4 |
| 3262 | 2026-08-12T21:00:13.532Z | Compiling phf v0.12.1 |
| 3263 | 2026-08-12T21:00:13.665Z | Compiling pkcs8 v0.11.0 |
| 3264 | 2026-08-12T21:00:13.683Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3265 | 2026-08-12T21:00:13.777Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3266 | 2026-08-12T21:00:14.037Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3267 | 2026-08-12T21:00:14.073Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3268 | 2026-08-12T21:00:14.115Z | Compiling ff v0.14.0 |
| 3269 | 2026-08-12T21:00:14.118Z | Compiling owo-colors v4.3.0 |
| 3270 | 2026-08-12T21:00:14.261Z | Compiling const_format v0.2.35 |
| 3271 | 2026-08-12T21:00:14.294Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3272 | 2026-08-12T21:00:14.307Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3273 | 2026-08-12T21:00:14.553Z | Compiling qorb v0.4.1 |
| 3274 | 2026-08-12T21:00:14.587Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3275 | 2026-08-12T21:00:14.617Z | Compiling tabled_derive v0.7.0 |
| 3276 | 2026-08-12T21:00:14.711Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3277 | 2026-08-12T21:00:14.945Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3278 | 2026-08-12T21:00:15.005Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3279 | 2026-08-12T21:00:15.031Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3280 | 2026-08-12T21:00:15.129Z | Compiling bcs v0.1.6 |
| 3281 | 2026-08-12T21:00:15.501Z | Compiling salty v0.3.0 |
| 3282 | 2026-08-12T21:00:15.519Z | Compiling termtree v0.5.1 |
| 3283 | 2026-08-12T21:00:15.549Z | Compiling textwrap v0.16.2 |
| 3284 | 2026-08-12T21:00:15.656Z | Compiling tabled v0.15.0 |
| 3285 | 2026-08-12T21:00:15.699Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3286 | 2026-08-12T21:00:15.798Z | Compiling steno v0.4.1 |
| 3287 | 2026-08-12T21:00:15.816Z | Compiling group v0.14.0 |
| 3288 | 2026-08-12T21:00:15.944Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3289 | 2026-08-12T21:00:15.966Z | Compiling progenitor-macro v0.14.0 |
| 3290 | 2026-08-12T21:00:16.001Z | Compiling sha1 v0.10.6 |
| 3291 | 2026-08-12T21:00:16.031Z | Compiling signature v3.0.0 |
| 3292 | 2026-08-12T21:00:16.047Z | Compiling tagptr v0.2.0 |
| 3293 | 2026-08-12T21:00:16.111Z | Compiling base16ct v1.0.0 |
| 3294 | 2026-08-12T21:00:16.248Z | Compiling moka v0.12.13 |
| 3295 | 2026-08-12T21:00:16.304Z | Compiling sec1 v0.8.1 |
| 3296 | 2026-08-12T21:00:16.385Z | Compiling hkdf v0.13.0 |
| 3297 | 2026-08-12T21:00:16.513Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3298 | 2026-08-12T21:00:16.531Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3299 | 2026-08-12T21:00:16.565Z | Compiling rfc6979 v0.4.0 |
| 3300 | 2026-08-12T21:00:16.640Z | Compiling elliptic-curve v0.14.1 |
| 3301 | 2026-08-12T21:00:16.662Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3302 | 2026-08-12T21:00:16.724Z | Compiling ecdsa v0.16.9 |
| 3303 | 2026-08-12T21:00:16.729Z | Compiling primeorder v0.13.6 |
| 3304 | 2026-08-12T21:00:16.885Z | Compiling utf-8 v0.7.6 |
| 3305 | 2026-08-12T21:00:17.025Z | Compiling hickory-resolver v0.25.2 |
| 3306 | 2026-08-12T21:00:17.028Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3307 | 2026-08-12T21:00:17.074Z | Compiling parking_lot_core v0.8.6 |
| 3308 | 2026-08-12T21:00:17.099Z | Compiling p384 v0.13.1 |
| 3309 | 2026-08-12T21:00:17.148Z | Compiling tungstenite v0.21.0 |
| 3310 | 2026-08-12T21:00:17.246Z | Compiling wnaf v0.14.0 |
| 3311 | 2026-08-12T21:00:17.290Z | Compiling primefield v0.14.0 |
| 3312 | 2026-08-12T21:00:17.378Z | Compiling rfc6979 v0.6.0 |
| 3313 | 2026-08-12T21:00:17.473Z | Compiling libscf-sys v1.2.0 |
| 3314 | 2026-08-12T21:00:17.553Z | Compiling git-stub v1.0.0 |
| 3315 | 2026-08-12T21:00:17.570Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3316 | 2026-08-12T21:00:17.644Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3317 | 2026-08-12T21:00:17.691Z | Compiling tokio-tungstenite v0.21.0 |
| 3318 | 2026-08-12T21:00:17.823Z | Compiling git-stub-vcs v0.1.0 |
| 3319 | 2026-08-12T21:00:17.852Z | Compiling ecdsa v0.17.0 |
| 3320 | 2026-08-12T21:00:17.896Z | Compiling primeorder v0.14.0 |
| 3321 | 2026-08-12T21:00:18.060Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-08-12T21:00:18.220Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3323 | 2026-08-12T21:00:18.343Z | Compiling papergrid v0.18.0 |
| 3324 | 2026-08-12T21:00:18.379Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3325 | 2026-08-12T21:00:18.394Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3326 | 2026-08-12T21:00:18.398Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3327 | 2026-08-12T21:00:18.398Z | Compiling curve25519-dalek v5.0.0 |
| 3328 | 2026-08-12T21:00:18.425Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3329 | 2026-08-12T21:00:18.459Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3330 | 2026-08-12T21:00:18.579Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3331 | 2026-08-12T21:00:18.656Z | Compiling corncobs v0.1.4 |
| 3332 | 2026-08-12T21:00:18.680Z | Compiling unicase v2.9.0 |
| 3333 | 2026-08-12T21:00:18.804Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3334 | 2026-08-12T21:00:18.856Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3335 | 2026-08-12T21:00:18.892Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3336 | 2026-08-12T21:00:18.914Z | Compiling mime_guess v2.0.5 |
| 3337 | 2026-08-12T21:00:18.974Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3338 | 2026-08-12T21:00:18.991Z | Compiling parking_lot v0.11.2 |
| 3339 | 2026-08-12T21:00:19.051Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3340 | 2026-08-12T21:00:19.229Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3341 | 2026-08-12T21:00:19.293Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3342 | 2026-08-12T21:00:19.328Z | Compiling tabled v0.21.0 |
| 3343 | 2026-08-12T21:00:19.345Z | Compiling ssh-encoding v0.3.0 |
| 3344 | 2026-08-12T21:00:19.403Z | Compiling prefix-trie v0.7.0 |
| 3345 | 2026-08-12T21:00:19.430Z | Compiling fxhash v0.2.1 |
| 3346 | 2026-08-12T21:00:19.499Z | Compiling secrecy v0.8.0 |
| 3347 | 2026-08-12T21:00:19.561Z | Compiling keccak v0.2.0 |
| 3348 | 2026-08-12T21:00:19.595Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3349 | 2026-08-12T21:00:19.654Z | Compiling sled v0.34.7 |
| 3350 | 2026-08-12T21:00:19.707Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3351 | 2026-08-12T21:00:19.832Z | Compiling hickory-server v0.25.2 |
| 3352 | 2026-08-12T21:00:19.853Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3353 | 2026-08-12T21:00:19.887Z | Compiling ed25519 v3.0.0 |
| 3354 | 2026-08-12T21:00:20.022Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3355 | 2026-08-12T21:00:20.092Z | Compiling crypto-primes v0.7.2 |
| 3356 | 2026-08-12T21:00:20.414Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3357 | 2026-08-12T21:00:20.771Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3358 | 2026-08-12T21:00:20.804Z | Compiling poly1305 v0.9.0 |
| 3359 | 2026-08-12T21:00:20.835Z | Compiling blowfish v0.10.0 |
| 3360 | 2026-08-12T21:00:20.929Z | Compiling blake2 v0.11.0-rc.6 |
| 3361 | 2026-08-12T21:00:21.110Z | Compiling half v1.8.3 |
| 3362 | 2026-08-12T21:00:21.128Z | Compiling crc8 v0.1.1 |
| 3363 | 2026-08-12T21:00:21.131Z | Compiling http-range v0.1.5 |
| 3364 | 2026-08-12T21:00:21.163Z | Compiling progenitor v0.14.0 |
| 3365 | 2026-08-12T21:00:21.188Z | Compiling ssh-cipher v0.3.0 |
| 3366 | 2026-08-12T21:00:21.326Z | Compiling argon2 v0.6.0-rc.8 |
| 3367 | 2026-08-12T21:00:21.415Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3368 | 2026-08-12T21:00:21.444Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3369 | 2026-08-12T21:00:21.469Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3370 | 2026-08-12T21:00:21.621Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3371 | 2026-08-12T21:00:21.644Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3372 | 2026-08-12T21:00:21.681Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3373 | 2026-08-12T21:00:21.777Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3374 | 2026-08-12T21:00:21.799Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3375 | 2026-08-12T21:00:21.878Z | Compiling serde_cbor v0.11.2 |
| 3376 | 2026-08-12T21:00:21.901Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3377 | 2026-08-12T21:00:22.009Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3378 | 2026-08-12T21:00:22.435Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3379 | 2026-08-12T21:00:22.492Z | Compiling rsa v0.10.0-rc.18 |
| 3380 | 2026-08-12T21:00:22.505Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3381 | 2026-08-12T21:00:22.544Z | Compiling ed25519-dalek v3.0.0 |
| 3382 | 2026-08-12T21:00:22.850Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3383 | 2026-08-12T21:00:23.086Z | Compiling illumos-nvpair v0.3.0 |
| 3384 | 2026-08-12T21:00:23.107Z | Compiling sha3 v0.11.0 |
| 3385 | 2026-08-12T21:00:23.366Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3386 | 2026-08-12T21:00:23.498Z | Compiling p521 v0.14.0 |
| 3387 | 2026-08-12T21:00:23.585Z | Compiling p384 v0.14.0 |
| 3388 | 2026-08-12T21:00:23.642Z | Compiling p256 v0.14.0 |
| 3389 | 2026-08-12T21:00:23.782Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3390 | 2026-08-12T21:00:24.111Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3391 | 2026-08-12T21:00:24.302Z | Compiling scuffle v0.1.0 |
| 3392 | 2026-08-12T21:00:24.306Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3393 | 2026-08-12T21:00:24.410Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3394 | 2026-08-12T21:00:24.735Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3395 | 2026-08-12T21:00:24.785Z | Compiling yasna v0.5.2 |
| 3396 | 2026-08-12T21:00:25.642Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3397 | 2026-08-12T21:00:25.663Z | Compiling kstat-rs v0.2.5 |
| 3398 | 2026-08-12T21:00:25.664Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3399 | 2026-08-12T21:00:25.664Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3400 | 2026-08-12T21:00:25.664Z | Compiling headers-core v0.3.0 |
| 3401 | 2026-08-12T21:00:25.664Z | Compiling kem v0.3.0 |
| 3402 | 2026-08-12T21:00:25.681Z | Compiling module-lattice v0.2.3 |
| 3403 | 2026-08-12T21:00:25.731Z | Compiling nanorand v0.7.0 |
| 3404 | 2026-08-12T21:00:25.749Z | Compiling sponge-cursor v0.1.0 |
| 3405 | 2026-08-12T21:00:25.908Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3406 | 2026-08-12T21:00:25.915Z | Compiling ml-kem v0.3.2 |
| 3407 | 2026-08-12T21:00:25.960Z | Compiling flume v0.11.1 |
| 3408 | 2026-08-12T21:00:25.964Z | Compiling sha3 v0.12.0 |
| 3409 | 2026-08-12T21:00:26.050Z | Compiling headers v0.4.1 |
| 3410 | 2026-08-12T21:00:26.119Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3411 | 2026-08-12T21:00:26.333Z | Compiling rcgen v0.12.1 |
| 3412 | 2026-08-12T21:00:26.346Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3413 | 2026-08-12T21:00:26.404Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3414 | 2026-08-12T21:00:26.580Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3415 | 2026-08-12T21:00:26.596Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3416 | 2026-08-12T21:00:26.751Z | Compiling ssh-key v0.7.0-rc.11 |
| 3417 | 2026-08-12T21:00:26.771Z | Compiling hyper-staticfile v0.10.1 |
| 3418 | 2026-08-12T21:00:26.895Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3419 | 2026-08-12T21:00:26.914Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3420 | 2026-08-12T21:00:27.003Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3421 | 2026-08-12T21:00:27.023Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3422 | 2026-08-12T21:00:27.058Z | Compiling russh-cryptovec v0.62.0 |
| 3423 | 2026-08-12T21:00:27.197Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3424 | 2026-08-12T21:00:27.223Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3425 | 2026-08-12T21:00:27.236Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3426 | 2026-08-12T21:00:27.307Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3427 | 2026-08-12T21:00:27.325Z | Compiling port-file v0.1.0 |
| 3428 | 2026-08-12T21:00:27.334Z | Compiling num-bigint v0.4.6 |
| 3429 | 2026-08-12T21:00:27.389Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3430 | 2026-08-12T21:00:27.407Z | Compiling generic-array v1.4.3 |
| 3431 | 2026-08-12T21:00:27.463Z | Compiling russh-util v0.52.0 |
| 3432 | 2026-08-12T21:00:27.576Z | Compiling enum_dispatch v0.3.13 |
| 3433 | 2026-08-12T21:00:27.602Z | Compiling delegate v0.13.5 |
| 3434 | 2026-08-12T21:00:27.628Z | Compiling subprocess v0.2.15 |
| 3435 | 2026-08-12T21:00:27.628Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3436 | 2026-08-12T21:00:27.810Z | Compiling display-error-chain v0.2.2 |
| 3437 | 2026-08-12T21:00:27.905Z | Compiling hex-literal v1.1.0 |
| 3438 | 2026-08-12T21:00:27.977Z | Compiling md5 v0.8.0 |
| 3439 | 2026-08-12T21:00:28.041Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3440 | 2026-08-12T21:00:28.072Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3441 | 2026-08-12T21:00:28.085Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-08-12T21:00:28.265Z | Compiling colored v2.2.0 |
| 3443 | 2026-08-12T21:00:28.385Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3444 | 2026-08-12T21:00:28.494Z | Compiling socket2 v0.5.10 |
| 3445 | 2026-08-12T21:00:28.552Z | Compiling internet-checksum v0.2.1 |
| 3446 | 2026-08-12T21:00:28.596Z | Compiling russh v0.62.4 |
| 3447 | 2026-08-12T21:00:28.956Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3448 | 2026-08-12T21:00:29.259Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3449 | 2026-08-12T21:00:30.749Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3450 | 2026-08-12T21:00:30.749Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3451 | 2026-08-12T21:00:32.677Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3452 | 2026-08-12T21:00:33.365Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3453 | 2026-08-12T21:00:33.841Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3454 | 2026-08-12T21:00:36.494Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3455 | 2026-08-12T21:00:44.703Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3456 | 2026-08-12T21:00:44.707Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3457 | 2026-08-12T21:00:44.707Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3458 | 2026-08-12T21:00:44.707Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3459 | 2026-08-12T21:00:46.501Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3460 | 2026-08-12T21:00:46.590Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3461 | 2026-08-12T21:00:50.792Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3462 | 2026-08-12T21:01:30.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3463 | 2026-08-12T21:01:30.742Z | |
| 3464 | 2026-08-12T21:01:30.742Z | real 1:27.889898948 |
| 3465 | 2026-08-12T21:01:30.742Z | user 8:09.345660780 |
| 3466 | 2026-08-12T21:01:30.742Z | sys 1:38.168360902 |
| 3467 | 2026-08-12T21:01:30.757Z | trap 0.235713169 |
| 3468 | 2026-08-12T21:01:30.757Z | tflt 0.278460513 |
| 3469 | 2026-08-12T21:01:30.757Z | dflt 1.857707515 |
| 3470 | 2026-08-12T21:01:30.757Z | kflt 0.000296190 |
| 3471 | 2026-08-12T21:01:30.758Z | lock 30:05.582054114 |
| 3472 | 2026-08-12T21:01:30.758Z | slp 18:16.080774809 |
| 3473 | 2026-08-12T21:01:30.758Z | lat 38.763114280 |
| 3474 | 2026-08-12T21:01:30.758Z | stop 2:55.772030438 |
| 3475 | 2026-08-12T21:01:30.758Z | + mkdir tests |
| 3476 | 2026-08-12T21:01:30.758Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3477 | 2026-08-12T21:01:30.758Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3478 | 2026-08-12T21:01:30.765Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9a443e7f1dbf094e tests/ |
| 3479 | 2026-08-12T21:01:30.777Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-30c3513ee5b1562f tests/ |
| 3480 | 2026-08-12T21:01:30.803Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8b23a6ddd500ced6 tests/ |
| 3481 | 2026-08-12T21:01:30.847Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-66631205b6dcad35 tests/ |
| 3482 | 2026-08-12T21:01:31.129Z | + 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) |
| 3483 | 2026-08-12T21:01:31.137Z | + 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-30c3513ee5b1562f tests/commtest-8b23a6ddd500ced6 tests/dhcp_server-9a443e7f1dbf094e tests/end_to_end_tests-66631205b6dcad35 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 |
| 3484 | 2026-08-12T21:03:00.693Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3485 | 2026-08-12T21:03:00.693Z | a .github/buildomat/ci-env.sh 1K |
| 3486 | 2026-08-12T21:03:00.694Z | a out/target/test 1K |
| 3487 | 2026-08-12T21:03:00.694Z | a out/npuzone/npuzone 27402K |
| 3488 | 2026-08-12T21:03:00.694Z | a package-manifest.toml 35K |
| 3489 | 2026-08-12T21:03:00.694Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3490 | 2026-08-12T21:03:00.694Z | a target/release/omicron-package 48049K |
| 3491 | 2026-08-12T21:03:00.694Z | a target/release/xtask 11722K |
| 3492 | 2026-08-12T21:03:00.694Z | a target/debug/bootstrap 436156K |
| 3493 | 2026-08-12T21:03:00.694Z | a tests/bootstrap-30c3513ee5b1562f 34516K |
| 3494 | 2026-08-12T21:03:00.694Z | a tests/commtest-8b23a6ddd500ced6 34517K |
| 3495 | 2026-08-12T21:03:00.694Z | a tests/dhcp_server-9a443e7f1dbf094e 34516K |
| 3496 | 2026-08-12T21:03:00.694Z | a tests/end_to_end_tests-66631205b6dcad35 499376K |
| 3497 | 2026-08-12T21:03:00.694Z | a tools/opte_version 1K |
| 3498 | 2026-08-12T21:03:00.694Z | a tools/opte_version_override 2K |
| 3499 | 2026-08-12T21:03:00.694Z | a out/clickhouse.tar.gz 327543K |
| 3500 | 2026-08-12T21:03:00.694Z | a out/clickhouse_keeper.tar.gz 311546K |
| 3501 | 2026-08-12T21:03:00.694Z | a out/clickhouse_server.tar.gz 327540K |
| 3502 | 2026-08-12T21:03:00.694Z | a out/cockroachdb.tar.gz 168944K |
| 3503 | 2026-08-12T21:03:00.694Z | a out/crucible-pantry-zone.tar.gz 41269K |
| 3504 | 2026-08-12T21:03:00.694Z | a out/crucible-utils.tar 18900K |
| 3505 | 2026-08-12T21:03:00.694Z | a out/crucible-zone.tar.gz 56081K |
| 3506 | 2026-08-12T21:03:00.694Z | a out/external-dns.tar.gz 54238K |
| 3507 | 2026-08-12T21:03:00.694Z | a out/internal-dns.tar.gz 54238K |
| 3508 | 2026-08-12T21:03:00.694Z | a out/mg-ddm-gz.tar 100917K |
| 3509 | 2026-08-12T21:03:00.694Z | a out/nexus.tar.gz 355271K |
| 3510 | 2026-08-12T21:03:00.694Z | a out/ntp.tar.gz 34609K |
| 3511 | 2026-08-12T21:03:00.694Z | a out/omicron-gateway-softnpu.tar.gz 29193K |
| 3512 | 2026-08-12T21:03:00.694Z | a out/omicron-sled-agent.tar 240031K |
| 3513 | 2026-08-12T21:03:00.695Z | a out/overlay.tar.gz 4K |
| 3514 | 2026-08-12T21:03:00.695Z | a out/oximeter.tar.gz 71253K |
| 3515 | 2026-08-12T21:03:00.695Z | a out/oxlog.tar 4066K |
| 3516 | 2026-08-12T21:03:00.695Z | a out/probe.tar.gz 3037K |
| 3517 | 2026-08-12T21:03:00.695Z | a out/propolis-server.tar.gz 34642K |
| 3518 | 2026-08-12T21:03:00.695Z | a out/pumpkind-gz.tar 26647K |
| 3519 | 2026-08-12T21:03:00.695Z | a out/switch-softnpu.tar.gz 499423K |
| 3520 | 2026-08-12T21:03:00.699Z | |
| 3521 | 2026-08-12T21:03:00.699Z | real 1:29.561947921 |
| 3522 | 2026-08-12T21:03:00.699Z | user 1:26.457822507 |
| 3523 | 2026-08-12T21:03:00.699Z | sys 5.099622861 |
| 3524 | 2026-08-12T21:03:00.699Z | trap 0.006812853 |
| 3525 | 2026-08-12T21:03:00.699Z | tflt 0.000000000 |
| 3526 | 2026-08-12T21:03:00.699Z | dflt 0.000000000 |
| 3527 | 2026-08-12T21:03:00.699Z | kflt 0.000000000 |
| 3528 | 2026-08-12T21:03:00.699Z | lock 0.000000000 |
| 3529 | 2026-08-12T21:03:00.699Z | slp 1:26.343329198 |
| 3530 | 2026-08-12T21:03:00.699Z | lat 1.211814811 |
| 3531 | 2026-08-12T21:03:00.699Z | stop 0.000178990 |
| 3532 | 2026-08-12T21:03:00.699Z | process exited: duration 1235438 ms, exit code 0 |
| |
| 3533 | 2026-08-12T21:03:00.713Z | found 1 output files |
| 3534 | 2026-08-12T21:03:00.713Z | uploading: /work/package.tar.gz (2760283410 bytes) |
| 3535 | 2026-08-12T21:03:35.697Z | uploaded: /work/package.tar.gz |