|
|
|
| 1 | 2026-08-29T00:55:43.184Z | job assigned to worker 01M15G6H874BCJ6N9PCEFWW6GZ [factory aws, i-00491ab9f1e83bc99] (queued for 50 s) |
| |
| 2 | 2026-08-29T00:55:50.085Z | starting task 0: "setup" |
| 3 | 2026-08-29T00:55:50.088Z | ++ uname -s |
| 4 | 2026-08-29T00:55:50.088Z | + kern=SunOS |
| 5 | 2026-08-29T00:55:50.088Z | + build_user=build |
| 6 | 2026-08-29T00:55:50.088Z | + build_uid=12345 |
| 7 | 2026-08-29T00:55:50.088Z | + work_dir=/work |
| 8 | 2026-08-29T00:55:50.088Z | + input_dir=/input |
| 9 | 2026-08-29T00:55:50.088Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-29T00:55:50.088Z | + case "$kern" in |
| 11 | 2026-08-29T00:55:50.088Z | + groupadd -g 12345 build |
| 12 | 2026-08-29T00:55:50.092Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-29T00:55:52.099Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-29T00:55:52.179Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-29T00:55:52.181Z | + home_fs=zfs |
| 16 | 2026-08-29T00:55:52.181Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-29T00:55:52.181Z | + mkdir -p /home/build |
| 18 | 2026-08-29T00:55:52.184Z | + chown build:build /home/build /work |
| 19 | 2026-08-29T00:55:54.185Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-29T00:55:54.191Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-08-29T00:55:54.198Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-29T00:55:54.203Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-29T00:55:54.203Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-29T00:55:54.203Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-29T00:55:54.203Z | * rust toolchain profile = "default" |
| 26 | 2026-08-29T00:55:54.203Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-29T00:55:54.205Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-29T00:55:54.208Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-29T00:55:54.208Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-29T00:55:54.344Z | info: downloading installer |
| 31 | 2026-08-29T00:55:55.655Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-29T00:55:55.655Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-29T00:55:55.655Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-29T00:55:55.655Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-29T00:55:55.666Z | info: profile set to default |
| 36 | 2026-08-29T00:55:55.666Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-29T00:55:55.669Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-29T00:55:55.795Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-29T00:55:55.798Z | info: downloading 6 components |
| 40 | 2026-08-29T00:56:08.902Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-29T00:56:08.902Z | |
| 42 | 2026-08-29T00:56:08.955Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-29T00:56:08.955Z | |
| 44 | 2026-08-29T00:56:08.956Z | |
| 45 | 2026-08-29T00:56:08.956Z | Rust is installed now. Great! |
| 46 | 2026-08-29T00:56:08.956Z | |
| 47 | 2026-08-29T00:56:08.956Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-29T00:56:08.956Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-29T00:56:08.956Z | |
| 50 | 2026-08-29T00:56:08.956Z | To configure your current shell, you need to source |
| 51 | 2026-08-29T00:56:08.956Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-29T00:56:08.956Z | |
| 53 | 2026-08-29T00:56:08.956Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-29T00:56:08.956Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-29T00:56:08.956Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-29T00:56:08.956Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-29T00:56:08.956Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-29T00:56:08.956Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-29T00:56:08.956Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-29T00:56:08.959Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-29T00:56:08.959Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-29T00:56:09.063Z | + rustup --version |
| 63 | 2026-08-29T00:56:09.069Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-29T00:56:09.072Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-29T00:56:09.091Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-29T00:56:09.094Z | + cargo --version |
| 67 | 2026-08-29T00:56:09.102Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-29T00:56:09.104Z | + rustc --version |
| 69 | 2026-08-29T00:56:09.125Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-29T00:56:09.129Z | process exited: duration 14931 ms, exit code 0 |
| |
| 71 | 2026-08-29T00:56:09.135Z | starting task 2: "authentication" |
| 72 | 2026-08-29T00:56:09.153Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-29T00:56:09.160Z | starting task 3: "clone repository" |
| 74 | 2026-08-29T00:56:09.165Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-29T00:56:09.171Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-29T00:56:09.202Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-29T00:56:21.686Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-29T00:56:21.687Z | + git fetch origin b08bf38c1017cf31822c8159c41a1863c22b25b8 |
| 79 | 2026-08-29T00:56:21.985Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-29T00:56:21.985Z | * branch b08bf38c1017cf31822c8159c41a1863c22b25b8 -> FETCH_HEAD |
| 81 | 2026-08-29T00:56:22.130Z | + [[ -n renovate/crate-tokio-postgres-vulnerability ]] |
| 82 | 2026-08-29T00:56:22.130Z | ++ git branch --show-current |
| 83 | 2026-08-29T00:56:22.131Z | + current=main |
| 84 | 2026-08-29T00:56:22.131Z | + [[ main != renovate/crate-tokio-postgres-vulnerability ]] |
| 85 | 2026-08-29T00:56:22.131Z | + git branch -f renovate/crate-tokio-postgres-vulnerability b08bf38c1017cf31822c8159c41a1863c22b25b8 |
| 86 | 2026-08-29T00:56:22.131Z | + git checkout -f renovate/crate-tokio-postgres-vulnerability |
| 87 | 2026-08-29T00:56:22.280Z | Switched to branch 'renovate/crate-tokio-postgres-vulnerability' |
| 88 | 2026-08-29T00:56:22.390Z | + git reset --hard b08bf38c1017cf31822c8159c41a1863c22b25b8 |
| 89 | 2026-08-29T00:56:22.391Z | HEAD is now at b08bf38c1 Update Rust crate tokio-postgres to v0.7.18 [SECURITY] |
| 90 | 2026-08-29T00:56:22.391Z | process exited: duration 13051 ms, exit code 0 |
| |
| 91 | 2026-08-29T00:56:22.618Z | starting task 4: "build" |
| 92 | 2026-08-29T00:56:22.691Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-29T00:56:22.691Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-29T00:56:22.691Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-29T00:56:22.691Z | +++ uname -s |
| 96 | 2026-08-29T00:56:22.691Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-29T00:56:22.692Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-29T00:56:22.692Z | + cargo --version |
| 99 | 2026-08-29T00:56:22.692Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-29T00:56:22.692Z | + rustc --version |
| 101 | 2026-08-29T00:56:22.693Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-29T00:56:22.693Z | + WORK=/work |
| 103 | 2026-08-29T00:56:22.693Z | + pfexec mkdir -p /work |
| 104 | 2026-08-29T00:56:22.693Z | + pfexec chown build /work |
| 105 | 2026-08-29T00:56:22.693Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-29T00:56:25.315Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-29T00:56:25.731Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-29T00:56:28.069Z | Planning: Solver setup ... Done (2.210s) |
| 109 | 2026-08-29T00:56:28.121Z | Planning: Running solver ... Done (0.066s) |
| 110 | 2026-08-29T00:56:28.181Z | Planning: Finding local manifests ... Done (0.004s) |
| 111 | 2026-08-29T00:56:28.194Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-29T00:56:28.209Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-29T00:56:28.225Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-08-29T00:56:28.229Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-29T00:56:28.461Z | Planning: Checking for conflicting actions ... Done (0.231s) |
| 116 | 2026-08-29T00:56:28.466Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-29T00:56:29.323Z | Planning: Evaluating mediators ... Done (0.867s) |
| 118 | 2026-08-29T00:56:29.326Z | Planning: Planning completed in 3.56 seconds |
| 119 | 2026-08-29T00:56:29.333Z | Packages to install: 2 |
| 120 | 2026-08-29T00:56:29.333Z | Estimated space available: 156.00 GB |
| 121 | 2026-08-29T00:56:29.333Z | Estimated space to be consumed: 83.65 MB |
| 122 | 2026-08-29T00:56:29.333Z | Create boot environment: No |
| 123 | 2026-08-29T00:56:29.333Z | Create backup boot environment: No |
| 124 | 2026-08-29T00:56:29.333Z | Rebuild boot archive: No |
| 125 | 2026-08-29T00:56:29.336Z | |
| 126 | 2026-08-29T00:56:29.336Z | Changed packages: |
| 127 | 2026-08-29T00:56:29.336Z | helios |
| 128 | 2026-08-29T00:56:29.336Z | developer/build-essential |
| 129 | 2026-08-29T00:56:29.336Z | None -> 11-3.0 |
| 130 | 2026-08-29T00:56:29.336Z | library/libxmlsec1 |
| 131 | 2026-08-29T00:56:29.336Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-29T00:56:29.360Z | |
| 133 | 2026-08-29T00:56:29.360Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-29T00:56:29.429Z | Download: Completed 1.28 MB in 0.07 seconds (18.7M/s) |
| 135 | 2026-08-29T00:56:29.493Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-29T00:56:29.532Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-29T00:56:29.572Z | Finalize: Updating package state database ... Done (0.039s) |
| 138 | 2026-08-29T00:56:29.572Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-29T00:56:29.663Z | Finalize: Updating image state ... Done (0.091s) |
| 140 | 2026-08-29T00:56:32.332Z | Finalize: Creating fast lookup database ... Done (2.616s) |
| 141 | 2026-08-29T00:56:32.400Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-29T00:56:32.406Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-29T00:56:32.528Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-29T00:56:32.910Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-29T00:56:33.018Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-29T00:56:33.024Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-29T00:56:33.175Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-29T00:56:33.180Z | Planning: Planning completed in 0.27 seconds |
| 149 | 2026-08-29T00:56:33.198Z | Mediators to change: 2 |
| 150 | 2026-08-29T00:56:33.198Z | Create boot environment: No |
| 151 | 2026-08-29T00:56:33.198Z | Create backup boot environment: No |
| 152 | 2026-08-29T00:56:33.243Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-29T00:56:33.243Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-29T00:56:33.297Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-29T00:56:35.269Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-29T00:56:35.334Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-29T00:56:35.338Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-29T00:56:35.438Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-29T00:56:35.721Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-29T00:56:35.829Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-29T00:56:35.834Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-29T00:56:35.994Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-29T00:56:36.006Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-08-29T00:56:36.013Z | Mediators to change: 1 |
| 165 | 2026-08-29T00:56:36.013Z | Create boot environment: No |
| 166 | 2026-08-29T00:56:36.013Z | Create backup boot environment: No |
| 167 | 2026-08-29T00:56:36.061Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-29T00:56:36.061Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-29T00:56:36.118Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-29T00:56:38.082Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-29T00:56:38.146Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-29T00:56:38.149Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-29T00:56:38.250Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-29T00:56:38.568Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-29T00:56:38.568Z | apache system 2.4 system |
| 176 | 2026-08-29T00:56:38.568Z | clang system 15 system |
| 177 | 2026-08-29T00:56:38.568Z | csh system system illumos |
| 178 | 2026-08-29T00:56:38.568Z | ctags system system illumos |
| 179 | 2026-08-29T00:56:38.568Z | file vendor vendor darwinsys |
| 180 | 2026-08-29T00:56:38.568Z | file system system illumos |
| 181 | 2026-08-29T00:56:38.568Z | gcc vendor 14 vendor |
| 182 | 2026-08-29T00:56:38.568Z | gcc system 13 system |
| 183 | 2026-08-29T00:56:38.568Z | gcc system 10 system |
| 184 | 2026-08-29T00:56:38.568Z | go system 1.25 system |
| 185 | 2026-08-29T00:56:38.568Z | llvm system 15 system |
| 186 | 2026-08-29T00:56:38.569Z | mariadb system 11.4 system |
| 187 | 2026-08-29T00:56:38.569Z | mta vendor vendor dma |
| 188 | 2026-08-29T00:56:38.569Z | openjdk system 17 system |
| 189 | 2026-08-29T00:56:38.569Z | openjdk system 11 system |
| 190 | 2026-08-29T00:56:38.569Z | openssl vendor 3 vendor |
| 191 | 2026-08-29T00:56:38.569Z | perl system 5.40 system |
| 192 | 2026-08-29T00:56:38.569Z | postgresql system 18 system |
| 193 | 2026-08-29T00:56:38.569Z | postgresql system 17 system |
| 194 | 2026-08-29T00:56:38.569Z | python vendor 3 vendor |
| 195 | 2026-08-29T00:56:38.569Z | python system 2 system |
| 196 | 2026-08-29T00:56:38.569Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-29T00:56:38.569Z | ruby system 3.4 system |
| 198 | 2026-08-29T00:56:38.569Z | ruby system 3.0 system |
| 199 | 2026-08-29T00:56:38.569Z | words vendor vendor american-english |
| 200 | 2026-08-29T00:56:38.569Z | words system system australian-english |
| 201 | 2026-08-29T00:56:38.569Z | words system system british-english |
| 202 | 2026-08-29T00:56:38.569Z | words system system canadian-english |
| 203 | 2026-08-29T00:56:38.569Z | words system system french |
| 204 | 2026-08-29T00:56:38.569Z | words system system italian |
| 205 | 2026-08-29T00:56:38.569Z | words system system ngerman |
| 206 | 2026-08-29T00:56:38.569Z | words system system ogerman |
| 207 | 2026-08-29T00:56:38.569Z | words system system spanish |
| 208 | 2026-08-29T00:56:38.824Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-29T00:56:38.824Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-29T00:56:39.324Z | FMRI IFO |
| 211 | 2026-08-29T00:56:39.324Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-29T00:56:39.324Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-29T00:56:39.324Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-29T00:56:39.324Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-29T00:56:39.324Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-29T00:56:39.324Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-29T00:56:39.324Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-29T00:56:39.324Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-29T00:56:39.324Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-29T00:56:39.672Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-29T00:56:40.029Z | Updating crates.io index |
| 222 | 2026-08-29T00:56:40.035Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-29T00:56:40.304Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-29T00:56:40.682Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 225 | 2026-08-29T00:56:40.974Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-08-29T00:56:42.195Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 227 | 2026-08-29T00:56:42.720Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 228 | 2026-08-29T00:56:44.320Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 229 | 2026-08-29T00:56:45.189Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-29T00:56:45.513Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 231 | 2026-08-29T00:56:45.898Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 232 | 2026-08-29T00:56:47.360Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 233 | 2026-08-29T00:56:47.669Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-08-29T00:56:48.068Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 235 | 2026-08-29T00:56:48.342Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 236 | 2026-08-29T00:56:48.630Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 237 | 2026-08-29T00:56:48.932Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 238 | 2026-08-29T00:56:49.233Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 239 | 2026-08-29T00:56:49.495Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 240 | 2026-08-29T00:56:49.806Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-08-29T00:56:50.187Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-08-29T00:56:50.701Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 243 | 2026-08-29T00:56:50.967Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-08-29T00:56:51.531Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 245 | 2026-08-29T00:56:51.835Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-29T00:56:52.120Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-29T00:56:52.558Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-29T00:56:52.826Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-29T00:56:53.254Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-29T00:56:53.592Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-29T00:56:53.862Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-29T00:56:54.190Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-29T00:56:54.589Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 254 | 2026-08-29T00:56:55.174Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-29T00:56:55.472Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-29T00:56:55.743Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-29T00:56:56.100Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-08-29T00:56:56.436Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 259 | 2026-08-29T00:56:56.715Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-08-29T00:56:57.027Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-08-29T00:56:57.354Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-08-29T00:56:57.652Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 263 | 2026-08-29T00:56:58.114Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-29T00:57:00.964Z | Downloading crates ... |
| 265 | 2026-08-29T00:57:01.032Z | Downloaded fnv v1.0.7 |
| 266 | 2026-08-29T00:57:01.039Z | Downloaded heck v0.5.0 |
| 267 | 2026-08-29T00:57:01.039Z | Downloaded dof v0.3.0 |
| 268 | 2026-08-29T00:57:01.040Z | Downloaded itoa v1.0.17 |
| 269 | 2026-08-29T00:57:01.040Z | Downloaded errno v0.3.14 |
| 270 | 2026-08-29T00:57:01.049Z | Downloaded memmap v0.7.0 |
| 271 | 2026-08-29T00:57:01.050Z | Downloaded proc-macro-error-attr v1.0.4 |
| 272 | 2026-08-29T00:57:01.050Z | Downloaded zmij v1.0.21 |
| 273 | 2026-08-29T00:57:01.050Z | Downloaded anstream v1.0.0 |
| 274 | 2026-08-29T00:57:01.050Z | Downloaded anstyle-query v1.1.5 |
| 275 | 2026-08-29T00:57:01.050Z | Downloaded clap_lex v1.0.0 |
| 276 | 2026-08-29T00:57:01.056Z | Downloaded macaddr v1.0.1 |
| 277 | 2026-08-29T00:57:01.056Z | Downloaded zerocopy-derive v0.7.35 |
| 278 | 2026-08-29T00:57:01.056Z | Downloaded cargo-platform v0.3.2 |
| 279 | 2026-08-29T00:57:01.057Z | Downloaded heck v0.4.1 |
| 280 | 2026-08-29T00:57:01.057Z | Downloaded cfg-if v1.0.4 |
| 281 | 2026-08-29T00:57:01.057Z | Downloaded zerocopy v0.7.35 |
| 282 | 2026-08-29T00:57:01.066Z | Downloaded dtrace-parser v0.2.0 |
| 283 | 2026-08-29T00:57:01.076Z | Downloaded anstyle-parse v1.0.0 |
| 284 | 2026-08-29T00:57:01.077Z | Downloaded cargo_toml v0.21.0 |
| 285 | 2026-08-29T00:57:01.077Z | Downloaded fastrand v2.3.0 |
| 286 | 2026-08-29T00:57:01.080Z | Downloaded block-buffer v0.10.4 |
| 287 | 2026-08-29T00:57:01.080Z | Downloaded generic-array v0.14.7 |
| 288 | 2026-08-29T00:57:01.080Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-08-29T00:57:01.080Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-08-29T00:57:01.080Z | Downloaded crypto-common v0.1.7 |
| 291 | 2026-08-29T00:57:01.083Z | Downloaded digest v0.10.7 |
| 292 | 2026-08-29T00:57:01.088Z | Downloaded pest_generator v2.8.6 |
| 293 | 2026-08-29T00:57:01.088Z | Downloaded textwrap v0.16.2 |
| 294 | 2026-08-29T00:57:01.090Z | Downloaded autocfg v1.5.0 |
| 295 | 2026-08-29T00:57:01.094Z | Downloaded cargo_metadata v0.23.1 |
| 296 | 2026-08-29T00:57:01.094Z | Downloaded fs-err v3.3.0 |
| 297 | 2026-08-29T00:57:01.094Z | Downloaded camino-tempfile v1.4.1 |
| 298 | 2026-08-29T00:57:01.094Z | Downloaded byteorder v1.5.0 |
| 299 | 2026-08-29T00:57:01.094Z | Downloaded usdt v0.5.0 |
| 300 | 2026-08-29T00:57:01.099Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-08-29T00:57:01.102Z | Downloaded toml_datetime v0.6.11 |
| 302 | 2026-08-29T00:57:01.102Z | Downloaded serde_spanned v0.6.9 |
| 303 | 2026-08-29T00:57:01.102Z | Downloaded strsim v0.11.1 |
| 304 | 2026-08-29T00:57:01.102Z | Downloaded pretty-hex v0.4.1 |
| 305 | 2026-08-29T00:57:01.106Z | Downloaded tabled_derive v0.7.0 |
| 306 | 2026-08-29T00:57:01.109Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-08-29T00:57:01.109Z | Downloaded equivalent v1.0.2 |
| 308 | 2026-08-29T00:57:01.109Z | Downloaded plain v0.2.3 |
| 309 | 2026-08-29T00:57:01.109Z | Downloaded is_terminal_polyfill v1.70.2 |
| 310 | 2026-08-29T00:57:01.112Z | Downloaded bitflags v2.11.0 |
| 311 | 2026-08-29T00:57:01.115Z | Downloaded clap_derive v4.6.1 |
| 312 | 2026-08-29T00:57:01.122Z | Downloaded terminal_size v0.4.3 |
| 313 | 2026-08-29T00:57:01.126Z | Downloaded toml_write v0.1.2 |
| 314 | 2026-08-29T00:57:01.130Z | Downloaded unicode-linebreak v0.1.5 |
| 315 | 2026-08-29T00:57:01.134Z | Downloaded utf8parse v0.2.2 |
| 316 | 2026-08-29T00:57:01.137Z | Downloaded hashbrown v0.17.0 |
| 317 | 2026-08-29T00:57:01.140Z | Downloaded anstyle v1.0.14 |
| 318 | 2026-08-29T00:57:01.143Z | Downloaded swrite v0.1.0 |
| 319 | 2026-08-29T00:57:01.143Z | Downloaded version_check v0.9.5 |
| 320 | 2026-08-29T00:57:01.150Z | Downloaded thiserror-impl v2.0.18 |
| 321 | 2026-08-29T00:57:01.153Z | Downloaded smawk v0.3.2 |
| 322 | 2026-08-29T00:57:01.157Z | Downloaded papergrid v0.11.0 |
| 323 | 2026-08-29T00:57:01.159Z | Downloaded clap v4.6.1 |
| 324 | 2026-08-29T00:57:01.163Z | Downloaded anyhow v1.0.104 |
| 325 | 2026-08-29T00:57:01.166Z | Downloaded getrandom v0.4.3 |
| 326 | 2026-08-29T00:57:01.248Z | Downloaded log v0.4.33 |
| 327 | 2026-08-29T00:57:01.248Z | Downloaded proc-macro-error v1.0.4 |
| 328 | 2026-08-29T00:57:01.248Z | Downloaded scroll_derive v0.12.1 |
| 329 | 2026-08-29T00:57:01.250Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2026-08-29T00:57:01.251Z | Downloaded thiserror v1.0.69 |
| 331 | 2026-08-29T00:57:01.251Z | Downloaded thiserror v2.0.18 |
| 332 | 2026-08-29T00:57:01.251Z | Downloaded serde_tokenstream v0.2.3 |
| 333 | 2026-08-29T00:57:01.251Z | Downloaded usdt-impl v0.5.0 |
| 334 | 2026-08-29T00:57:01.251Z | Downloaded quote v1.0.45 |
| 335 | 2026-08-29T00:57:01.251Z | Downloaded camino v1.2.5 |
| 336 | 2026-08-29T00:57:01.251Z | Downloaded scroll v0.12.0 |
| 337 | 2026-08-29T00:57:01.251Z | Downloaded thread-id v4.2.2 |
| 338 | 2026-08-29T00:57:01.251Z | Downloaded sha2 v0.10.9 |
| 339 | 2026-08-29T00:57:01.251Z | Downloaded bytecount v0.6.9 |
| 340 | 2026-08-29T00:57:01.251Z | Downloaded pest_derive v2.8.6 |
| 341 | 2026-08-29T00:57:01.251Z | Downloaded once_cell v1.21.3 |
| 342 | 2026-08-29T00:57:01.251Z | Downloaded tempfile v3.27.0 |
| 343 | 2026-08-29T00:57:01.252Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-08-29T00:57:01.252Z | Downloaded semver v1.0.28 |
| 345 | 2026-08-29T00:57:01.252Z | Downloaded unicode-ident v1.0.24 |
| 346 | 2026-08-29T00:57:01.252Z | Downloaded serde_core v1.0.228 |
| 347 | 2026-08-29T00:57:01.252Z | Downloaded serde_derive v1.0.228 |
| 348 | 2026-08-29T00:57:01.252Z | Downloaded proc-macro2 v1.0.106 |
| 349 | 2026-08-29T00:57:01.252Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-08-29T00:57:01.252Z | Downloaded toml v0.8.23 |
| 351 | 2026-08-29T00:57:01.261Z | Downloaded pest_meta v2.8.6 |
| 352 | 2026-08-29T00:57:01.262Z | Downloaded serde v1.0.228 |
| 353 | 2026-08-29T00:57:01.262Z | Downloaded memchr v2.8.0 |
| 354 | 2026-08-29T00:57:01.266Z | Downloaded indexmap v2.14.0 |
| 355 | 2026-08-29T00:57:01.266Z | Downloaded pest v2.8.6 |
| 356 | 2026-08-29T00:57:01.272Z | Downloaded typenum v1.20.1 |
| 357 | 2026-08-29T00:57:01.288Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-08-29T00:57:01.296Z | Downloaded goblin v0.8.2 |
| 359 | 2026-08-29T00:57:01.303Z | Downloaded serde_json v1.0.151 |
| 360 | 2026-08-29T00:57:01.324Z | Downloaded winnow v0.7.14 |
| 361 | 2026-08-29T00:57:01.327Z | Downloaded syn v1.0.109 |
| 362 | 2026-08-29T00:57:01.335Z | Downloaded tabled v0.15.0 |
| 363 | 2026-08-29T00:57:01.342Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-08-29T00:57:01.349Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-08-29T00:57:01.352Z | Downloaded syn v2.0.117 |
| 366 | 2026-08-29T00:57:01.362Z | Downloaded rustix v1.1.4 |
| 367 | 2026-08-29T00:57:01.383Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-29T00:57:01.443Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-29T00:57:01.443Z | Compiling quote v1.0.45 |
| 370 | 2026-08-29T00:57:01.443Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-29T00:57:01.448Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-29T00:57:01.448Z | Compiling libc v0.2.185 |
| 373 | 2026-08-29T00:57:01.448Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-29T00:57:01.622Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-29T00:57:01.630Z | Compiling serde v1.0.228 |
| 376 | 2026-08-29T00:57:01.633Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-29T00:57:01.636Z | Compiling thiserror v1.0.69 |
| 378 | 2026-08-29T00:57:01.636Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-08-29T00:57:01.650Z | Compiling itoa v1.0.17 |
| 380 | 2026-08-29T00:57:01.653Z | Compiling byteorder v1.5.0 |
| 381 | 2026-08-29T00:57:01.653Z | Compiling rustix v1.1.4 |
| 382 | 2026-08-29T00:57:01.868Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-29T00:57:02.051Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-29T00:57:02.107Z | Compiling proc-macro-error-attr v1.0.4 |
| 385 | 2026-08-29T00:57:02.110Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-08-29T00:57:02.187Z | Compiling pest v2.8.6 |
| 387 | 2026-08-29T00:57:02.241Z | Compiling syn v1.0.109 |
| 388 | 2026-08-29T00:57:02.277Z | Compiling camino v1.2.5 |
| 389 | 2026-08-29T00:57:02.420Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-29T00:57:02.424Z | Compiling hashbrown v0.17.0 |
| 391 | 2026-08-29T00:57:02.424Z | Compiling getrandom v0.4.3 |
| 392 | 2026-08-29T00:57:02.509Z | Compiling log v0.4.33 |
| 393 | 2026-08-29T00:57:02.527Z | Compiling plain v0.2.3 |
| 394 | 2026-08-29T00:57:02.530Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-08-29T00:57:02.564Z | Compiling errno v0.3.14 |
| 396 | 2026-08-29T00:57:02.615Z | Compiling thread-id v4.2.2 |
| 397 | 2026-08-29T00:57:02.650Z | Compiling equivalent v1.0.2 |
| 398 | 2026-08-29T00:57:02.724Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-08-29T00:57:02.727Z | Compiling winnow v0.7.14 |
| 400 | 2026-08-29T00:57:02.727Z | Compiling autocfg v1.5.0 |
| 401 | 2026-08-29T00:57:02.793Z | Compiling pretty-hex v0.4.1 |
| 402 | 2026-08-29T00:57:02.796Z | Compiling cfg-if v1.0.4 |
| 403 | 2026-08-29T00:57:02.797Z | Compiling toml_write v0.1.2 |
| 404 | 2026-08-29T00:57:02.797Z | Compiling anstyle-query v1.1.5 |
| 405 | 2026-08-29T00:57:02.797Z | Compiling thiserror v2.0.18 |
| 406 | 2026-08-29T00:57:02.881Z | Compiling anstyle v1.0.14 |
| 407 | 2026-08-29T00:57:02.921Z | Compiling colorchoice v1.0.4 |
| 408 | 2026-08-29T00:57:02.939Z | Compiling is_terminal_polyfill v1.70.2 |
| 409 | 2026-08-29T00:57:02.977Z | Compiling indexmap v2.14.0 |
| 410 | 2026-08-29T00:57:03.061Z | Compiling bytecount v0.6.9 |
| 411 | 2026-08-29T00:57:03.079Z | Compiling anstream v1.0.0 |
| 412 | 2026-08-29T00:57:03.104Z | Compiling anyhow v1.0.104 |
| 413 | 2026-08-29T00:57:03.115Z | Compiling once_cell v1.21.3 |
| 414 | 2026-08-29T00:57:03.144Z | Compiling syn v2.0.117 |
| 415 | 2026-08-29T00:57:03.253Z | Compiling fs-err v3.3.0 |
| 416 | 2026-08-29T00:57:03.259Z | Compiling heck v0.5.0 |
| 417 | 2026-08-29T00:57:03.306Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-29T00:57:03.382Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-08-29T00:57:03.462Z | Compiling fnv v1.0.7 |
| 420 | 2026-08-29T00:57:03.490Z | Compiling heck v0.4.1 |
| 421 | 2026-08-29T00:57:03.548Z | Compiling unicode-width v0.1.14 |
| 422 | 2026-08-29T00:57:03.647Z | Compiling strsim v0.11.1 |
| 423 | 2026-08-29T00:57:03.647Z | Compiling fastrand v2.3.0 |
| 424 | 2026-08-29T00:57:03.751Z | Compiling memmap v0.7.0 |
| 425 | 2026-08-29T00:57:03.790Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-29T00:57:03.790Z | Compiling unicode-linebreak v0.1.5 |
| 427 | 2026-08-29T00:57:03.790Z | Compiling smawk v0.3.2 |
| 428 | 2026-08-29T00:57:03.790Z | Compiling tempfile v3.27.0 |
| 429 | 2026-08-29T00:57:03.822Z | Compiling clap_builder v4.6.0 |
| 430 | 2026-08-29T00:57:03.847Z | Compiling papergrid v0.11.0 |
| 431 | 2026-08-29T00:57:03.863Z | Compiling unicode-width v0.2.0 |
| 432 | 2026-08-29T00:57:03.965Z | Compiling swrite v0.1.0 |
| 433 | 2026-08-29T00:57:04.069Z | Compiling cargo-platform v0.3.2 |
| 434 | 2026-08-29T00:57:04.158Z | Compiling semver v1.0.28 |
| 435 | 2026-08-29T00:57:04.211Z | Compiling textwrap v0.16.2 |
| 436 | 2026-08-29T00:57:04.284Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-29T00:57:04.725Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-29T00:57:05.379Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-29T00:57:05.398Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-29T00:57:05.856Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-29T00:57:05.856Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-29T00:57:05.861Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-29T00:57:05.862Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-08-29T00:57:05.862Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-08-29T00:57:05.862Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-08-29T00:57:05.949Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-08-29T00:57:06.466Z | Compiling scroll v0.12.0 |
| 448 | 2026-08-29T00:57:06.596Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-08-29T00:57:06.681Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-29T00:57:06.876Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-29T00:57:07.199Z | Compiling clap v4.6.1 |
| 452 | 2026-08-29T00:57:08.220Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-08-29T00:57:08.220Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-08-29T00:57:08.221Z | Compiling macaddr v1.0.1 |
| 455 | 2026-08-29T00:57:08.224Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-08-29T00:57:08.224Z | Compiling cargo_metadata v0.23.1 |
| 457 | 2026-08-29T00:57:08.238Z | Compiling dof v0.3.0 |
| 458 | 2026-08-29T00:57:08.242Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-08-29T00:57:08.428Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-29T00:57:09.020Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-08-29T00:57:09.024Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-08-29T00:57:09.626Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-29T00:57:09.715Z | Compiling toml v0.8.23 |
| 464 | 2026-08-29T00:57:10.039Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-29T00:57:11.350Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-29T00:57:13.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.89s |
| 467 | 2026-08-29T00:57:13.604Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-29T00:57:14.119Z | Downloading crates ... |
| 469 | 2026-08-29T00:57:14.185Z | Downloaded backon v1.6.0 |
| 470 | 2026-08-29T00:57:14.191Z | Downloaded embedded-io v0.6.1 |
| 471 | 2026-08-29T00:57:14.195Z | Downloaded adler2 v2.0.1 |
| 472 | 2026-08-29T00:57:14.201Z | Downloaded aead v0.5.2 |
| 473 | 2026-08-29T00:57:14.204Z | Downloaded atty v0.2.14 |
| 474 | 2026-08-29T00:57:14.204Z | Downloaded bitfield-macros v0.19.4 |
| 475 | 2026-08-29T00:57:14.204Z | Downloaded endian-type v0.1.2 |
| 476 | 2026-08-29T00:57:14.204Z | Downloaded enum-as-inner v0.6.1 |
| 477 | 2026-08-29T00:57:14.204Z | Downloaded foldhash v0.2.0 |
| 478 | 2026-08-29T00:57:14.207Z | Downloaded byte-wrapper v0.1.0 |
| 479 | 2026-08-29T00:57:14.207Z | Downloaded aead v0.6.1 |
| 480 | 2026-08-29T00:57:14.210Z | Downloaded blake3 v1.8.5 |
| 481 | 2026-08-29T00:57:14.213Z | Downloaded bit-vec v0.8.0 |
| 482 | 2026-08-29T00:57:14.217Z | Downloaded elliptic-curve v0.14.1 |
| 483 | 2026-08-29T00:57:14.217Z | Downloaded generic-array v1.4.3 |
| 484 | 2026-08-29T00:57:14.221Z | Downloaded addr2line v0.25.1 |
| 485 | 2026-08-29T00:57:14.221Z | Downloaded fxhash v0.2.1 |
| 486 | 2026-08-29T00:57:14.221Z | Downloaded ghash v0.6.0 |
| 487 | 2026-08-29T00:57:14.222Z | Downloaded embedded-io v0.4.0 |
| 488 | 2026-08-29T00:57:14.222Z | Downloaded env_filter v2.0.0 |
| 489 | 2026-08-29T00:57:14.222Z | Downloaded base16ct v1.0.0 |
| 490 | 2026-08-29T00:57:14.227Z | Downloaded cobs v0.3.0 |
| 491 | 2026-08-29T00:57:14.227Z | Downloaded enum_dispatch v0.3.13 |
| 492 | 2026-08-29T00:57:14.227Z | Downloaded float-cmp v0.10.0 |
| 493 | 2026-08-29T00:57:14.227Z | Downloaded foreign-types-shared v0.3.1 |
| 494 | 2026-08-29T00:57:14.227Z | Downloaded float-ord v0.3.2 |
| 495 | 2026-08-29T00:57:14.227Z | Downloaded array-init v0.0.4 |
| 496 | 2026-08-29T00:57:14.227Z | Downloaded ascii-canvas v3.0.0 |
| 497 | 2026-08-29T00:57:14.227Z | Downloaded ena v0.14.4 |
| 498 | 2026-08-29T00:57:14.230Z | Downloaded group v0.13.0 |
| 499 | 2026-08-29T00:57:14.230Z | Downloaded const-oid v0.10.2 |
| 500 | 2026-08-29T00:57:14.230Z | Downloaded async-recursion v1.1.1 |
| 501 | 2026-08-29T00:57:14.233Z | Downloaded foreign-types v0.3.2 |
| 502 | 2026-08-29T00:57:14.233Z | Downloaded foreign-types-shared v0.1.1 |
| 503 | 2026-08-29T00:57:14.233Z | Downloaded bb8 v0.8.6 |
| 504 | 2026-08-29T00:57:14.233Z | Downloaded bit-set v0.8.0 |
| 505 | 2026-08-29T00:57:14.233Z | Downloaded fixedbitset v0.5.7 |
| 506 | 2026-08-29T00:57:14.236Z | Downloaded foreign-types v0.5.0 |
| 507 | 2026-08-29T00:57:14.236Z | Downloaded heapless v0.7.17 |
| 508 | 2026-08-29T00:57:14.236Z | Downloaded form_urlencoded v1.2.2 |
| 509 | 2026-08-29T00:57:14.239Z | Downloaded futures-macro v0.3.32 |
| 510 | 2026-08-29T00:57:14.239Z | Downloaded bs58 v0.5.1 |
| 511 | 2026-08-29T00:57:14.239Z | Downloaded arrayref v0.3.9 |
| 512 | 2026-08-29T00:57:14.239Z | Downloaded async-stream-impl v0.3.6 |
| 513 | 2026-08-29T00:57:14.239Z | Downloaded erased-serde v0.3.31 |
| 514 | 2026-08-29T00:57:14.243Z | Downloaded fixedbitset v0.4.2 |
| 515 | 2026-08-29T00:57:14.243Z | Downloaded funty v2.0.0 |
| 516 | 2026-08-29T00:57:14.243Z | Downloaded futures-core v0.3.32 |
| 517 | 2026-08-29T00:57:14.243Z | Downloaded atomicwrites v0.4.4 |
| 518 | 2026-08-29T00:57:14.243Z | Downloaded block-padding v0.4.2 |
| 519 | 2026-08-29T00:57:14.246Z | Downloaded fd-lock v4.0.4 |
| 520 | 2026-08-29T00:57:14.246Z | Downloaded atomic-waker v1.1.2 |
| 521 | 2026-08-29T00:57:14.246Z | Downloaded anstream v0.6.21 |
| 522 | 2026-08-29T00:57:14.246Z | Downloaded bitfield v0.19.4 |
| 523 | 2026-08-29T00:57:14.251Z | Downloaded chacha20 v0.9.1 |
| 524 | 2026-08-29T00:57:14.251Z | Downloaded base16ct v0.2.0 |
| 525 | 2026-08-29T00:57:14.251Z | Downloaded cfg_aliases v0.2.1 |
| 526 | 2026-08-29T00:57:14.251Z | Downloaded find-msvc-tools v0.1.9 |
| 527 | 2026-08-29T00:57:14.254Z | Downloaded flagset v0.4.7 |
| 528 | 2026-08-29T00:57:14.254Z | Downloaded gethostname v0.5.0 |
| 529 | 2026-08-29T00:57:14.254Z | Downloaded assert_matches v1.5.0 |
| 530 | 2026-08-29T00:57:14.254Z | Downloaded async-stream v0.3.6 |
| 531 | 2026-08-29T00:57:14.254Z | Downloaded hash32 v0.3.1 |
| 532 | 2026-08-29T00:57:14.254Z | Downloaded bit-set v0.5.3 |
| 533 | 2026-08-29T00:57:14.257Z | Downloaded cfg_aliases v0.1.1 |
| 534 | 2026-08-29T00:57:14.257Z | Downloaded ff v0.14.0 |
| 535 | 2026-08-29T00:57:14.257Z | Downloaded futures-executor v0.3.32 |
| 536 | 2026-08-29T00:57:14.260Z | Downloaded fallible-iterator v0.2.0 |
| 537 | 2026-08-29T00:57:14.260Z | Downloaded filetime v0.2.27 |
| 538 | 2026-08-29T00:57:14.260Z | Downloaded backtrace-ext v0.2.1 |
| 539 | 2026-08-29T00:57:14.263Z | Downloaded futures-channel v0.3.32 |
| 540 | 2026-08-29T00:57:14.263Z | Downloaded foreign-types-macros v0.2.3 |
| 541 | 2026-08-29T00:57:14.263Z | Downloaded home v0.5.12 |
| 542 | 2026-08-29T00:57:14.266Z | Downloaded headers-core v0.3.0 |
| 543 | 2026-08-29T00:57:14.269Z | Downloaded futures-task v0.3.32 |
| 544 | 2026-08-29T00:57:14.272Z | Downloaded hex v0.4.3 |
| 545 | 2026-08-29T00:57:14.277Z | Downloaded hash32 v0.2.1 |
| 546 | 2026-08-29T00:57:14.281Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 547 | 2026-08-29T00:57:14.281Z | Downloaded block-buffer v0.12.1 |
| 548 | 2026-08-29T00:57:14.281Z | Downloaded futures-sink v0.3.32 |
| 549 | 2026-08-29T00:57:14.284Z | Downloaded fs_extra v1.3.0 |
| 550 | 2026-08-29T00:57:14.284Z | Downloaded num_enum v0.7.6 |
| 551 | 2026-08-29T00:57:14.288Z | Downloaded ff v0.13.1 |
| 552 | 2026-08-29T00:57:14.294Z | Downloaded foldhash v0.1.5 |
| 553 | 2026-08-29T00:57:14.294Z | Downloaded ciborium-io v0.2.2 |
| 554 | 2026-08-29T00:57:14.294Z | Downloaded castaway v0.2.4 |
| 555 | 2026-08-29T00:57:14.294Z | Downloaded futures-io v0.3.32 |
| 556 | 2026-08-29T00:57:14.294Z | Downloaded ciborium-ll v0.2.2 |
| 557 | 2026-08-29T00:57:14.294Z | Downloaded cipher v0.4.4 |
| 558 | 2026-08-29T00:57:14.299Z | Downloaded compression-core v0.4.31 |
| 559 | 2026-08-29T00:57:14.299Z | Downloaded hostname v0.4.2 |
| 560 | 2026-08-29T00:57:14.299Z | Downloaded httpdate v1.0.3 |
| 561 | 2026-08-29T00:57:14.302Z | Downloaded http-body v1.0.1 |
| 562 | 2026-08-29T00:57:14.302Z | Downloaded bitfield-struct v0.6.2 |
| 563 | 2026-08-29T00:57:14.305Z | Downloaded hostname v0.3.1 |
| 564 | 2026-08-29T00:57:14.309Z | Downloaded hubpack_derive v0.1.1 |
| 565 | 2026-08-29T00:57:14.313Z | Downloaded http-range v0.1.5 |
| 566 | 2026-08-29T00:57:14.313Z | Downloaded nibble_vec v0.1.0 |
| 567 | 2026-08-29T00:57:14.313Z | Downloaded nodrop v0.1.14 |
| 568 | 2026-08-29T00:57:14.313Z | Downloaded normalize-line-endings v0.3.0 |
| 569 | 2026-08-29T00:57:14.313Z | Downloaded hubpack v0.1.2 |
| 570 | 2026-08-29T00:57:14.313Z | Downloaded newline-converter v0.3.0 |
| 571 | 2026-08-29T00:57:14.316Z | Downloaded openssl-macros v0.1.1 |
| 572 | 2026-08-29T00:57:14.316Z | Downloaded globwalk v0.9.1 |
| 573 | 2026-08-29T00:57:14.316Z | Downloaded git-stub v1.0.0 |
| 574 | 2026-08-29T00:57:14.321Z | Downloaded hex-literal v1.1.0 |
| 575 | 2026-08-29T00:57:14.324Z | Downloaded password-hash v0.6.1 |
| 576 | 2026-08-29T00:57:14.324Z | Downloaded async-trait v0.1.89 |
| 577 | 2026-08-29T00:57:14.328Z | Downloaded progenitor-macro v0.14.0 |
| 578 | 2026-08-29T00:57:14.331Z | Downloaded oso-derive v0.27.3 |
| 579 | 2026-08-29T00:57:14.331Z | Downloaded phf_shared v0.13.1 |
| 580 | 2026-08-29T00:57:14.334Z | Downloaded powerfmt v0.2.0 |
| 581 | 2026-08-29T00:57:14.334Z | Downloaded cancel-safe-futures v0.1.5 |
| 582 | 2026-08-29T00:57:14.338Z | Downloaded console v0.15.11 |
| 583 | 2026-08-29T00:57:14.342Z | Downloaded cassowary v0.3.0 |
| 584 | 2026-08-29T00:57:14.343Z | Downloaded bumpalo v3.20.2 |
| 585 | 2026-08-29T00:57:14.343Z | Downloaded radium v0.7.0 |
| 586 | 2026-08-29T00:57:14.346Z | Downloaded globset v0.4.18 |
| 587 | 2026-08-29T00:57:14.346Z | Downloaded env_logger v0.11.11 |
| 588 | 2026-08-29T00:57:14.346Z | Downloaded git-stub-vcs v0.1.0 |
| 589 | 2026-08-29T00:57:14.349Z | Downloaded camino-tempfile-ext v0.3.3 |
| 590 | 2026-08-29T00:57:14.349Z | Downloaded cbc v0.2.1 |
| 591 | 2026-08-29T00:57:14.349Z | Downloaded bitflags v1.3.2 |
| 592 | 2026-08-29T00:57:14.355Z | Downloaded bit-vec v0.6.3 |
| 593 | 2026-08-29T00:57:14.358Z | Downloaded cmov v0.5.4 |
| 594 | 2026-08-29T00:57:14.358Z | Downloaded serde_repr v0.1.20 |
| 595 | 2026-08-29T00:57:14.361Z | Downloaded serde_spanned v1.1.1 |
| 596 | 2026-08-29T00:57:14.361Z | Downloaded shell-words v1.1.1 |
| 597 | 2026-08-29T00:57:14.361Z | Downloaded slog-envlogger v2.2.0 |
| 598 | 2026-08-29T00:57:14.361Z | Downloaded semver v0.1.20 |
| 599 | 2026-08-29T00:57:14.416Z | Downloaded scopeguard v1.2.0 |
| 600 | 2026-08-29T00:57:14.416Z | Downloaded scroll_derive v0.13.1 |
| 601 | 2026-08-29T00:57:14.416Z | Downloaded siphasher v1.0.2 |
| 602 | 2026-08-29T00:57:14.416Z | Downloaded sqlparser_derive v0.5.0 |
| 603 | 2026-08-29T00:57:14.417Z | Downloaded bzip2 v0.6.1 |
| 604 | 2026-08-29T00:57:14.421Z | Downloaded subtle v2.6.1 |
| 605 | 2026-08-29T00:57:14.421Z | Downloaded structmeta v0.3.0 |
| 606 | 2026-08-29T00:57:14.422Z | Downloaded cexpr v0.6.0 |
| 607 | 2026-08-29T00:57:14.422Z | Downloaded anstyle-parse v0.2.7 |
| 608 | 2026-08-29T00:57:14.422Z | Downloaded bcs v0.1.6 |
| 609 | 2026-08-29T00:57:14.422Z | Downloaded buf-list v1.1.2 |
| 610 | 2026-08-29T00:57:14.422Z | Downloaded supports-unicode v3.0.0 |
| 611 | 2026-08-29T00:57:14.422Z | Downloaded fs-err v2.11.0 |
| 612 | 2026-08-29T00:57:14.423Z | Downloaded testing_table v0.3.0 |
| 613 | 2026-08-29T00:57:14.423Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 614 | 2026-08-29T00:57:14.423Z | Downloaded compression-codecs v0.4.37 |
| 615 | 2026-08-29T00:57:14.423Z | Downloaded highway v1.3.0 |
| 616 | 2026-08-29T00:57:14.423Z | Downloaded base64ct v1.8.3 |
| 617 | 2026-08-29T00:57:14.423Z | Downloaded blowfish v0.10.0 |
| 618 | 2026-08-29T00:57:14.423Z | Downloaded glob v0.3.3 |
| 619 | 2026-08-29T00:57:14.423Z | Downloaded group v0.14.0 |
| 620 | 2026-08-29T00:57:14.423Z | Downloaded cmake v0.1.57 |
| 621 | 2026-08-29T00:57:14.423Z | Downloaded backoff v0.4.0 |
| 622 | 2026-08-29T00:57:14.423Z | Downloaded allocator-api2 v0.2.21 |
| 623 | 2026-08-29T00:57:14.423Z | Downloaded cipher v0.5.2 |
| 624 | 2026-08-29T00:57:14.423Z | Downloaded num-complex v0.4.6 |
| 625 | 2026-08-29T00:57:14.423Z | Downloaded argon2 v0.5.3 |
| 626 | 2026-08-29T00:57:14.423Z | Downloaded colored v3.1.1 |
| 627 | 2026-08-29T00:57:14.423Z | Downloaded ciborium v0.2.2 |
| 628 | 2026-08-29T00:57:14.423Z | Downloaded oxide-update-engine-display v0.1.2 |
| 629 | 2026-08-29T00:57:14.423Z | Downloaded password-hash v0.5.0 |
| 630 | 2026-08-29T00:57:14.423Z | Downloaded ahash v0.8.12 |
| 631 | 2026-08-29T00:57:14.423Z | Downloaded oxide-update-engine v0.1.2 |
| 632 | 2026-08-29T00:57:14.424Z | Downloaded pem-rfc7468 v0.7.0 |
| 633 | 2026-08-29T00:57:14.424Z | Downloaded progenitor v0.13.0 |
| 634 | 2026-08-29T00:57:14.424Z | Downloaded ppv-lite86 v0.2.21 |
| 635 | 2026-08-29T00:57:14.424Z | Downloaded time-core v0.1.8 |
| 636 | 2026-08-29T00:57:14.424Z | Downloaded progenitor-extras v0.2.0 |
| 637 | 2026-08-29T00:57:14.424Z | Downloaded getrandom v0.2.17 |
| 638 | 2026-08-29T00:57:14.424Z | Downloaded tokio-macros v2.7.0 |
| 639 | 2026-08-29T00:57:14.424Z | Downloaded topological-sort v0.2.2 |
| 640 | 2026-08-29T00:57:14.424Z | Downloaded argon2 v0.6.0-rc.8 |
| 641 | 2026-08-29T00:57:14.424Z | Downloaded arrayvec v0.7.6 |
| 642 | 2026-08-29T00:57:14.425Z | Downloaded const-oid v0.9.6 |
| 643 | 2026-08-29T00:57:14.436Z | Downloaded hmac v0.12.1 |
| 644 | 2026-08-29T00:57:14.436Z | Downloaded bzip2 v0.4.4 |
| 645 | 2026-08-29T00:57:14.436Z | Downloaded seq-macro v0.3.6 |
| 646 | 2026-08-29T00:57:14.436Z | Downloaded untrusted v0.7.1 |
| 647 | 2026-08-29T00:57:14.436Z | Downloaded yoke-derive v0.8.1 |
| 648 | 2026-08-29T00:57:14.436Z | Downloaded unarray v0.1.4 |
| 649 | 2026-08-29T00:57:14.436Z | Downloaded want v0.3.1 |
| 650 | 2026-08-29T00:57:14.436Z | Downloaded pem v3.0.6 |
| 651 | 2026-08-29T00:57:14.447Z | Downloaded http-body-util v0.1.3 |
| 652 | 2026-08-29T00:57:14.447Z | Downloaded console v0.16.2 |
| 653 | 2026-08-29T00:57:14.447Z | Downloaded scroll v0.13.0 |
| 654 | 2026-08-29T00:57:14.447Z | Downloaded blake2 v0.10.6 |
| 655 | 2026-08-29T00:57:14.447Z | Downloaded chacha20 v0.10.0 |
| 656 | 2026-08-29T00:57:14.455Z | Downloaded slog-json v2.6.1 |
| 657 | 2026-08-29T00:57:14.456Z | Downloaded string_cache v0.8.9 |
| 658 | 2026-08-29T00:57:14.456Z | Downloaded strum_macros v0.24.3 |
| 659 | 2026-08-29T00:57:14.456Z | Downloaded xshell-macros v0.2.7 |
| 660 | 2026-08-29T00:57:14.456Z | Downloaded crunchy v0.2.4 |
| 661 | 2026-08-29T00:57:14.456Z | Downloaded utf-8 v0.7.6 |
| 662 | 2026-08-29T00:57:14.456Z | Downloaded utf8_iter v1.0.4 |
| 663 | 2026-08-29T00:57:14.456Z | Downloaded convert_case v0.4.0 |
| 664 | 2026-08-29T00:57:14.456Z | Downloaded cstr-argument v0.1.2 |
| 665 | 2026-08-29T00:57:14.456Z | Downloaded defmt-parser v1.0.0 |
| 666 | 2026-08-29T00:57:14.456Z | Downloaded parking_lot v0.11.2 |
| 667 | 2026-08-29T00:57:14.456Z | Downloaded async-bb8-diesel v0.2.1 |
| 668 | 2026-08-29T00:57:14.456Z | Downloaded flate2 v1.1.9 |
| 669 | 2026-08-29T00:57:14.463Z | Downloaded time-macros v0.2.27 |
| 670 | 2026-08-29T00:57:14.463Z | Downloaded httparse v1.10.1 |
| 671 | 2026-08-29T00:57:14.463Z | Downloaded spki v0.8.0 |
| 672 | 2026-08-29T00:57:14.463Z | Downloaded zone v0.3.1 |
| 673 | 2026-08-29T00:57:14.463Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 674 | 2026-08-29T00:57:14.463Z | Downloaded hmac v0.13.0 |
| 675 | 2026-08-29T00:57:14.468Z | Downloaded num_enum v0.5.11 |
| 676 | 2026-08-29T00:57:14.468Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 677 | 2026-08-29T00:57:14.472Z | Downloaded poly1305 v0.9.0 |
| 678 | 2026-08-29T00:57:14.472Z | Downloaded primefield v0.14.0 |
| 679 | 2026-08-29T00:57:14.472Z | Downloaded rpassword v7.5.4 |
| 680 | 2026-08-29T00:57:14.472Z | Downloaded synstructure v0.13.2 |
| 681 | 2026-08-29T00:57:14.475Z | Downloaded ident_case v1.0.1 |
| 682 | 2026-08-29T00:57:14.475Z | Downloaded debug-ignore v1.0.5 |
| 683 | 2026-08-29T00:57:14.480Z | Downloaded fatfs v0.3.6 |
| 684 | 2026-08-29T00:57:14.481Z | Downloaded getrandom v0.3.4 |
| 685 | 2026-08-29T00:57:14.485Z | Downloaded half v1.8.3 |
| 686 | 2026-08-29T00:57:14.485Z | Downloaded blake2 v0.11.0-rc.6 |
| 687 | 2026-08-29T00:57:14.485Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 688 | 2026-08-29T00:57:14.486Z | Downloaded clang-sys v1.8.1 |
| 689 | 2026-08-29T00:57:14.492Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 690 | 2026-08-29T00:57:14.492Z | Downloaded jiff-static v0.2.34 |
| 691 | 2026-08-29T00:57:14.492Z | Downloaded darling_macro v0.20.11 |
| 692 | 2026-08-29T00:57:14.492Z | Downloaded difflib v0.4.0 |
| 693 | 2026-08-29T00:57:14.492Z | Downloaded digest-io v0.1.0 |
| 694 | 2026-08-29T00:57:14.492Z | Downloaded dtrace-parser v0.3.0 |
| 695 | 2026-08-29T00:57:14.497Z | Downloaded tui-tree-widget v0.23.1 |
| 696 | 2026-08-29T00:57:14.497Z | Downloaded instant v0.1.13 |
| 697 | 2026-08-29T00:57:14.497Z | Downloaded pkcs1 v0.7.5 |
| 698 | 2026-08-29T00:57:14.497Z | Downloaded vergen-git2 v9.1.0 |
| 699 | 2026-08-29T00:57:14.501Z | Downloaded chacha20poly1305 v0.10.1 |
| 700 | 2026-08-29T00:57:14.501Z | Downloaded serde_tokenstream v0.3.0 |
| 701 | 2026-08-29T00:57:14.501Z | Downloaded colored v2.2.0 |
| 702 | 2026-08-29T00:57:14.504Z | Downloaded writeable v0.6.2 |
| 703 | 2026-08-29T00:57:14.504Z | Downloaded zeroize_derive v1.5.0 |
| 704 | 2026-08-29T00:57:14.508Z | Downloaded instability v0.3.11 |
| 705 | 2026-08-29T00:57:14.512Z | Downloaded is-terminal v0.4.17 |
| 706 | 2026-08-29T00:57:14.512Z | Downloaded num-iter v0.1.45 |
| 707 | 2026-08-29T00:57:14.512Z | Downloaded linked-hash-map v0.5.6 |
| 708 | 2026-08-29T00:57:14.512Z | Downloaded olpc-cjson v0.1.4 |
| 709 | 2026-08-29T00:57:14.515Z | Downloaded expectorate v1.2.0 |
| 710 | 2026-08-29T00:57:14.515Z | Downloaded lzss v0.8.2 |
| 711 | 2026-08-29T00:57:14.519Z | Downloaded term v1.2.1 |
| 712 | 2026-08-29T00:57:14.519Z | Downloaded futures v0.3.32 |
| 713 | 2026-08-29T00:57:14.522Z | Downloaded half v2.7.1 |
| 714 | 2026-08-29T00:57:14.522Z | Downloaded convert_case v0.10.0 |
| 715 | 2026-08-29T00:57:14.530Z | Downloaded libscf-sys v1.2.0 |
| 716 | 2026-08-29T00:57:14.535Z | Downloaded lru-slab v0.1.2 |
| 717 | 2026-08-29T00:57:14.535Z | Downloaded mime v0.3.17 |
| 718 | 2026-08-29T00:57:14.535Z | Downloaded omicron-zone-package v0.12.3 |
| 719 | 2026-08-29T00:57:14.535Z | Downloaded oxide-update-engine-types v0.1.2 |
| 720 | 2026-08-29T00:57:14.536Z | Downloaded der_derive v0.7.3 |
| 721 | 2026-08-29T00:57:14.536Z | Downloaded oso v0.27.3 |
| 722 | 2026-08-29T00:57:14.543Z | Downloaded deranged v0.5.8 |
| 723 | 2026-08-29T00:57:14.543Z | Downloaded parse-display v0.10.0 |
| 724 | 2026-08-29T00:57:14.543Z | Downloaded precomputed-hash v0.1.1 |
| 725 | 2026-08-29T00:57:14.543Z | Downloaded tracing-attributes v0.1.31 |
| 726 | 2026-08-29T00:57:14.543Z | Downloaded base64 v0.22.1 |
| 727 | 2026-08-29T00:57:14.549Z | Downloaded tokio-stream v0.1.18 |
| 728 | 2026-08-29T00:57:14.549Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 729 | 2026-08-29T00:57:14.549Z | Downloaded openssl-probe v0.1.6 |
| 730 | 2026-08-29T00:57:14.549Z | Downloaded packed_struct_codegen v0.10.1 |
| 731 | 2026-08-29T00:57:14.552Z | Downloaded quick-error v1.2.3 |
| 732 | 2026-08-29T00:57:14.553Z | Downloaded unicode-properties v0.1.4 |
| 733 | 2026-08-29T00:57:14.553Z | Downloaded vergen-gitcl v1.0.8 |
| 734 | 2026-08-29T00:57:14.553Z | Downloaded jobserver v0.1.34 |
| 735 | 2026-08-29T00:57:14.558Z | Downloaded schemars v0.8.22 |
| 736 | 2026-08-29T00:57:14.562Z | Downloaded rand_pcg v0.10.2 |
| 737 | 2026-08-29T00:57:14.569Z | Downloaded diesel-dtrace v0.5.0 |
| 738 | 2026-08-29T00:57:14.569Z | Downloaded hyper-tls v0.6.0 |
| 739 | 2026-08-29T00:57:14.569Z | Downloaded progenitor-macro v0.13.0 |
| 740 | 2026-08-29T00:57:14.569Z | Downloaded sapling-renderdag v0.1.0 |
| 741 | 2026-08-29T00:57:14.569Z | Downloaded ref-cast v1.0.25 |
| 742 | 2026-08-29T00:57:14.579Z | Downloaded bytes v1.11.1 |
| 743 | 2026-08-29T00:57:14.579Z | Downloaded digest v0.11.3 |
| 744 | 2026-08-29T00:57:14.584Z | Downloaded similar v2.7.0 |
| 745 | 2026-08-29T00:57:14.584Z | Downloaded mime_guess v2.0.5 |
| 746 | 2026-08-29T00:57:14.584Z | Downloaded proc-macro-crate v1.3.1 |
| 747 | 2026-08-29T00:57:14.584Z | Downloaded signal-hook-mio v0.2.5 |
| 748 | 2026-08-29T00:57:14.593Z | Downloaded ref-cast-impl v1.0.25 |
| 749 | 2026-08-29T00:57:14.593Z | Downloaded sponge-cursor v0.1.0 |
| 750 | 2026-08-29T00:57:14.593Z | Downloaded rustc_version v0.4.1 |
| 751 | 2026-08-29T00:57:14.593Z | Downloaded tabwriter v1.4.1 |
| 752 | 2026-08-29T00:57:14.597Z | Downloaded tagptr v0.2.0 |
| 753 | 2026-08-29T00:57:14.597Z | Downloaded chumsky v0.9.3 |
| 754 | 2026-08-29T00:57:14.597Z | Downloaded libsw v3.5.0 |
| 755 | 2026-08-29T00:57:14.597Z | Downloaded tokio-test v0.4.5 |
| 756 | 2026-08-29T00:57:14.597Z | Downloaded phf v0.12.1 |
| 757 | 2026-08-29T00:57:14.597Z | Downloaded headers v0.4.1 |
| 758 | 2026-08-29T00:57:14.604Z | Downloaded critical-section v1.2.0 |
| 759 | 2026-08-29T00:57:14.604Z | Downloaded native-tls v0.2.18 |
| 760 | 2026-08-29T00:57:14.604Z | Downloaded structmeta-derive v0.3.0 |
| 761 | 2026-08-29T00:57:14.604Z | Downloaded heapless v0.8.0 |
| 762 | 2026-08-29T00:57:14.614Z | Downloaded crossbeam-utils v0.8.21 |
| 763 | 2026-08-29T00:57:14.614Z | Downloaded num_enum_derive v0.7.6 |
| 764 | 2026-08-29T00:57:14.614Z | Downloaded oxide-generation v0.1.3 |
| 765 | 2026-08-29T00:57:14.618Z | Downloaded prettyplease v0.2.37 |
| 766 | 2026-08-29T00:57:14.618Z | Downloaded unicode-xid v0.2.6 |
| 767 | 2026-08-29T00:57:14.618Z | Downloaded usdt-macro v0.6.0 |
| 768 | 2026-08-29T00:57:14.618Z | Downloaded thread-id v5.1.0 |
| 769 | 2026-08-29T00:57:14.618Z | Downloaded postgres-protocol v0.6.12 |
| 770 | 2026-08-29T00:57:14.623Z | Downloaded flume v0.11.1 |
| 771 | 2026-08-29T00:57:14.623Z | Downloaded packed_struct v0.10.1 |
| 772 | 2026-08-29T00:57:14.631Z | Downloaded trait-variant v0.1.2 |
| 773 | 2026-08-29T00:57:14.631Z | Downloaded ar_archive_writer v0.5.1 |
| 774 | 2026-08-29T00:57:14.631Z | Downloaded backtrace v0.3.76 |
| 775 | 2026-08-29T00:57:14.631Z | Downloaded base64 v0.21.7 |
| 776 | 2026-08-29T00:57:14.638Z | Downloaded rayon-core v1.13.0 |
| 777 | 2026-08-29T00:57:14.638Z | Downloaded ecdsa v0.17.0 |
| 778 | 2026-08-29T00:57:14.638Z | Downloaded peg v0.8.5 |
| 779 | 2026-08-29T00:57:14.638Z | Downloaded rustls-platform-verifier v0.6.2 |
| 780 | 2026-08-29T00:57:14.644Z | Downloaded arc-swap v1.8.2 |
| 781 | 2026-08-29T00:57:14.644Z | Downloaded universal-hash v0.6.1 |
| 782 | 2026-08-29T00:57:14.644Z | Downloaded unsafe-libyaml v0.2.11 |
| 783 | 2026-08-29T00:57:14.644Z | Downloaded hybrid-array v0.4.13 |
| 784 | 2026-08-29T00:57:14.644Z | Downloaded pem-rfc7468 v1.0.0 |
| 785 | 2026-08-29T00:57:14.644Z | Downloaded pkcs8 v0.10.2 |
| 786 | 2026-08-29T00:57:14.648Z | Downloaded rand_seeder v0.4.0 |
| 787 | 2026-08-29T00:57:14.649Z | Downloaded tower-layer v0.3.3 |
| 788 | 2026-08-29T00:57:14.649Z | Downloaded usdt-attr-macro v0.6.0 |
| 789 | 2026-08-29T00:57:14.649Z | Downloaded wait-timeout v0.2.1 |
| 790 | 2026-08-29T00:57:14.649Z | Downloaded cc v1.2.56 |
| 791 | 2026-08-29T00:57:14.649Z | Downloaded schemars_derive v0.8.22 |
| 792 | 2026-08-29T00:57:14.654Z | Downloaded rcgen v0.12.1 |
| 793 | 2026-08-29T00:57:14.654Z | Downloaded poly1305 v0.8.0 |
| 794 | 2026-08-29T00:57:14.654Z | Downloaded progenitor-client v0.13.0 |
| 795 | 2026-08-29T00:57:14.654Z | Downloaded rustls-pemfile v2.2.0 |
| 796 | 2026-08-29T00:57:14.654Z | Downloaded shlex v1.3.0 |
| 797 | 2026-08-29T00:57:14.657Z | Downloaded serdect v0.4.3 |
| 798 | 2026-08-29T00:57:14.657Z | Downloaded sec1 v0.8.1 |
| 799 | 2026-08-29T00:57:14.658Z | Downloaded serde-hex v0.1.0 |
| 800 | 2026-08-29T00:57:14.662Z | Downloaded sqlformat v0.3.5 |
| 801 | 2026-08-29T00:57:14.662Z | Downloaded serde_path_to_error v0.1.20 |
| 802 | 2026-08-29T00:57:14.666Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 803 | 2026-08-29T00:57:14.666Z | Downloaded dirs-sys-next v0.1.2 |
| 804 | 2026-08-29T00:57:14.670Z | Downloaded slog-scope v4.4.1 |
| 805 | 2026-08-29T00:57:14.679Z | Downloaded quinn v0.11.11 |
| 806 | 2026-08-29T00:57:14.682Z | Downloaded rsa v0.9.10 |
| 807 | 2026-08-29T00:57:14.686Z | Downloaded darling v0.13.4 |
| 808 | 2026-08-29T00:57:14.689Z | Downloaded dof v0.4.0 |
| 809 | 2026-08-29T00:57:14.689Z | Downloaded hickory-resolver v0.25.2 |
| 810 | 2026-08-29T00:57:14.689Z | Downloaded strum_macros v0.27.2 |
| 811 | 2026-08-29T00:57:14.693Z | Downloaded thiserror-no-std v2.0.2 |
| 812 | 2026-08-29T00:57:14.693Z | Downloaded rustls-webpki v0.103.13 |
| 813 | 2026-08-29T00:57:14.697Z | Downloaded thread_local v1.1.9 |
| 814 | 2026-08-29T00:57:14.697Z | Downloaded idna_adapter v1.2.1 |
| 815 | 2026-08-29T00:57:14.697Z | Downloaded is_ci v1.2.0 |
| 816 | 2026-08-29T00:57:14.697Z | Downloaded keccak v0.1.6 |
| 817 | 2026-08-29T00:57:14.697Z | Downloaded lru-cache v0.1.2 |
| 818 | 2026-08-29T00:57:14.697Z | Downloaded whoami v2.1.0 |
| 819 | 2026-08-29T00:57:14.704Z | Downloaded usdt-impl v0.6.0 |
| 820 | 2026-08-29T00:57:14.704Z | Downloaded wyz v0.5.1 |
| 821 | 2026-08-29T00:57:14.704Z | Downloaded compact_str v0.8.1 |
| 822 | 2026-08-29T00:57:14.707Z | Downloaded num-conv v0.2.0 |
| 823 | 2026-08-29T00:57:14.707Z | Downloaded zeroize v1.9.0 |
| 824 | 2026-08-29T00:57:14.707Z | Downloaded indexmap v1.9.3 |
| 825 | 2026-08-29T00:57:14.707Z | Downloaded async-compression v0.4.41 |
| 826 | 2026-08-29T00:57:14.710Z | Downloaded newtype-uuid-macros v0.1.0 |
| 827 | 2026-08-29T00:57:14.714Z | Downloaded newtype_derive v0.1.6 |
| 828 | 2026-08-29T00:57:14.714Z | Downloaded maybe-uninit v2.0.0 |
| 829 | 2026-08-29T00:57:14.714Z | Downloaded openssl-probe v0.2.1 |
| 830 | 2026-08-29T00:57:14.714Z | Downloaded path-slash v0.1.5 |
| 831 | 2026-08-29T00:57:14.717Z | Downloaded proc-macro-crate v3.4.0 |
| 832 | 2026-08-29T00:57:14.720Z | Downloaded same-file v1.0.6 |
| 833 | 2026-08-29T00:57:14.720Z | Downloaded constant_time_eq v0.4.2 |
| 834 | 2026-08-29T00:57:14.725Z | Downloaded zip v0.6.6 |
| 835 | 2026-08-29T00:57:14.729Z | Downloaded zstd v0.13.3 |
| 836 | 2026-08-29T00:57:14.730Z | Downloaded delegate v0.13.5 |
| 837 | 2026-08-29T00:57:14.730Z | Downloaded rand v0.8.6 |
| 838 | 2026-08-29T00:57:14.730Z | Downloaded samael v0.0.19 |
| 839 | 2026-08-29T00:57:14.733Z | Downloaded crc-any v2.5.0 |
| 840 | 2026-08-29T00:57:14.733Z | Downloaded memmap2 v0.9.10 |
| 841 | 2026-08-29T00:57:14.736Z | Downloaded smallvec v1.15.1 |
| 842 | 2026-08-29T00:57:14.739Z | Downloaded csv-core v0.1.13 |
| 843 | 2026-08-29T00:57:14.739Z | Downloaded rand_chacha v0.3.1 |
| 844 | 2026-08-29T00:57:14.749Z | Downloaded dyn-clone v1.0.20 |
| 845 | 2026-08-29T00:57:14.752Z | Downloaded ecdsa v0.16.9 |
| 846 | 2026-08-29T00:57:14.752Z | Downloaded recursive v0.1.1 |
| 847 | 2026-08-29T00:57:14.752Z | Downloaded secrecy v0.8.0 |
| 848 | 2026-08-29T00:57:14.752Z | Downloaded darling_core v0.20.11 |
| 849 | 2026-08-29T00:57:14.752Z | Downloaded unicase v2.9.0 |
| 850 | 2026-08-29T00:57:14.752Z | Downloaded predicates-tree v1.0.13 |
| 851 | 2026-08-29T00:57:14.752Z | Downloaded hickory-resolver v0.24.4 |
| 852 | 2026-08-29T00:57:14.763Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 853 | 2026-08-29T00:57:14.763Z | Downloaded russh-cryptovec v0.62.0 |
| 854 | 2026-08-29T00:57:14.763Z | Downloaded rustc_version v0.1.7 |
| 855 | 2026-08-29T00:57:14.768Z | Downloaded strip-ansi-escapes v0.2.1 |
| 856 | 2026-08-29T00:57:14.768Z | Downloaded libsw-core v0.3.2 |
| 857 | 2026-08-29T00:57:14.768Z | Downloaded twox-hash v2.1.2 |
| 858 | 2026-08-29T00:57:14.768Z | Downloaded libbz2-rs-sys v0.2.2 |
| 859 | 2026-08-29T00:57:14.776Z | Downloaded strsim v0.10.0 |
| 860 | 2026-08-29T00:57:14.776Z | Downloaded hashbrown v0.12.3 |
| 861 | 2026-08-29T00:57:14.776Z | Downloaded libefi-sys v0.1.0 |
| 862 | 2026-08-29T00:57:14.776Z | Downloaded knus-derive v3.4.0 |
| 863 | 2026-08-29T00:57:14.782Z | Downloaded pbkdf2 v0.13.0 |
| 864 | 2026-08-29T00:57:14.782Z | Downloaded peg-macros v0.8.5 |
| 865 | 2026-08-29T00:57:14.782Z | Downloaded sha1 v0.11.0 |
| 866 | 2026-08-29T00:57:14.782Z | Downloaded crc32fast v1.5.0 |
| 867 | 2026-08-29T00:57:14.782Z | Downloaded indicatif v0.18.4 |
| 868 | 2026-08-29T00:57:14.785Z | Downloaded ryu v1.0.23 |
| 869 | 2026-08-29T00:57:14.786Z | Downloaded cookie v0.18.1 |
| 870 | 2026-08-29T00:57:14.789Z | Downloaded module-lattice v0.2.3 |
| 871 | 2026-08-29T00:57:14.789Z | Downloaded tower-service v0.3.3 |
| 872 | 2026-08-29T00:57:14.796Z | Downloaded aes v0.9.1 |
| 873 | 2026-08-29T00:57:14.803Z | Downloaded usdt v0.6.0 |
| 874 | 2026-08-29T00:57:14.803Z | Downloaded darling_macro v0.23.0 |
| 875 | 2026-08-29T00:57:14.803Z | Downloaded pin-project-lite v0.2.17 |
| 876 | 2026-08-29T00:57:14.803Z | Downloaded polyval v0.7.1 |
| 877 | 2026-08-29T00:57:14.803Z | Downloaded socket2 v0.5.10 |
| 878 | 2026-08-29T00:57:14.803Z | Downloaded test-strategy v0.4.5 |
| 879 | 2026-08-29T00:57:14.810Z | Downloaded crossbeam-epoch v0.9.18 |
| 880 | 2026-08-29T00:57:14.810Z | Downloaded signal-hook v0.3.18 |
| 881 | 2026-08-29T00:57:14.810Z | Downloaded typify-macro v0.6.2 |
| 882 | 2026-08-29T00:57:14.810Z | Downloaded untrusted v0.9.0 |
| 883 | 2026-08-29T00:57:14.815Z | Downloaded subprocess v0.2.15 |
| 884 | 2026-08-29T00:57:14.815Z | Downloaded darling v0.21.3 |
| 885 | 2026-08-29T00:57:14.815Z | Downloaded ingot-macros v0.2.0 |
| 886 | 2026-08-29T00:57:14.820Z | Downloaded darling v0.23.0 |
| 887 | 2026-08-29T00:57:14.820Z | Downloaded progenitor v0.14.0 |
| 888 | 2026-08-29T00:57:14.820Z | Downloaded r2d2 v0.8.10 |
| 889 | 2026-08-29T00:57:14.820Z | Downloaded secrecy v0.10.3 |
| 890 | 2026-08-29T00:57:14.820Z | Downloaded dsl_auto_type v0.2.0 |
| 891 | 2026-08-29T00:57:14.820Z | Downloaded sec1 v0.7.3 |
| 892 | 2026-08-29T00:57:14.825Z | Downloaded psm v0.1.30 |
| 893 | 2026-08-29T00:57:14.825Z | Downloaded hashbrown v0.13.2 |
| 894 | 2026-08-29T00:57:14.829Z | Downloaded scrypt v0.12.0 |
| 895 | 2026-08-29T00:57:14.829Z | Downloaded slab v0.4.12 |
| 896 | 2026-08-29T00:57:14.829Z | Downloaded smallvec v0.6.14 |
| 897 | 2026-08-29T00:57:14.830Z | Downloaded crypto-common v0.2.2 |
| 898 | 2026-08-29T00:57:14.830Z | Downloaded hickory-server v0.25.2 |
| 899 | 2026-08-29T00:57:14.833Z | Downloaded crc-catalog v2.4.0 |
| 900 | 2026-08-29T00:57:14.833Z | Downloaded rand v0.9.2 |
| 901 | 2026-08-29T00:57:14.833Z | Downloaded dirs-next v2.0.0 |
| 902 | 2026-08-29T00:57:14.833Z | Downloaded pretty_assertions v1.4.1 |
| 903 | 2026-08-29T00:57:14.834Z | Downloaded ssh-cipher v0.3.0 |
| 904 | 2026-08-29T00:57:14.846Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 905 | 2026-08-29T00:57:14.846Z | Downloaded kem v0.3.0 |
| 906 | 2026-08-29T00:57:14.846Z | Downloaded stringprep v0.1.5 |
| 907 | 2026-08-29T00:57:14.853Z | Downloaded tokio-native-tls v0.3.1 |
| 908 | 2026-08-29T00:57:14.853Z | Downloaded inout v0.2.2 |
| 909 | 2026-08-29T00:57:14.853Z | Downloaded match_cfg v0.1.0 |
| 910 | 2026-08-29T00:57:14.853Z | Downloaded static_assertions v1.1.0 |
| 911 | 2026-08-29T00:57:14.853Z | Downloaded tiny-keccak v2.0.2 |
| 912 | 2026-08-29T00:57:14.853Z | Downloaded opaque-debug v0.3.1 |
| 913 | 2026-08-29T00:57:14.853Z | Downloaded tokio-tungstenite v0.23.1 |
| 914 | 2026-08-29T00:57:14.858Z | Downloaded tinystr v0.8.2 |
| 915 | 2026-08-29T00:57:14.858Z | Downloaded derive-where v1.6.0 |
| 916 | 2026-08-29T00:57:14.858Z | Downloaded inout v0.1.4 |
| 917 | 2026-08-29T00:57:14.858Z | Downloaded indoc v1.0.9 |
| 918 | 2026-08-29T00:57:14.862Z | Downloaded parking_lot_core v0.9.12 |
| 919 | 2026-08-29T00:57:14.865Z | Downloaded defmt-macros v1.0.1 |
| 920 | 2026-08-29T00:57:14.870Z | Downloaded peg-runtime v0.8.5 |
| 921 | 2026-08-29T00:57:14.871Z | Downloaded ignore v0.4.25 |
| 922 | 2026-08-29T00:57:14.874Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 923 | 2026-08-29T00:57:14.874Z | Downloaded rsa v0.10.0-rc.18 |
| 924 | 2026-08-29T00:57:14.874Z | Downloaded walkdir v2.5.0 |
| 925 | 2026-08-29T00:57:14.875Z | Downloaded whoami v1.6.1 |
| 926 | 2026-08-29T00:57:14.875Z | Downloaded xshell v0.2.7 |
| 927 | 2026-08-29T00:57:14.880Z | Downloaded p256 v0.14.0 |
| 928 | 2026-08-29T00:57:14.880Z | Downloaded minimal-lexical v0.2.1 |
| 929 | 2026-08-29T00:57:14.883Z | Downloaded quinn-udp v0.5.14 |
| 930 | 2026-08-29T00:57:14.883Z | Downloaded zstd-safe v7.2.4 |
| 931 | 2026-08-29T00:57:14.886Z | Downloaded pin-project v1.1.11 |
| 932 | 2026-08-29T00:57:14.894Z | Downloaded serde_plain v1.0.2 |
| 933 | 2026-08-29T00:57:14.899Z | Downloaded corncobs v0.1.4 |
| 934 | 2026-08-29T00:57:14.899Z | Downloaded http v1.4.2 |
| 935 | 2026-08-29T00:57:14.899Z | Downloaded icu_properties v2.1.2 |
| 936 | 2026-08-29T00:57:14.899Z | Downloaded rfc6979 v0.4.0 |
| 937 | 2026-08-29T00:57:14.899Z | Downloaded derive_more v2.1.1 |
| 938 | 2026-08-29T00:57:14.904Z | Downloaded serde_urlencoded v0.7.1 |
| 939 | 2026-08-29T00:57:14.914Z | Downloaded sigpipe v0.1.3 |
| 940 | 2026-08-29T00:57:14.914Z | Downloaded hashbrown v0.14.5 |
| 941 | 2026-08-29T00:57:14.914Z | Downloaded hashbrown v0.15.5 |
| 942 | 2026-08-29T00:57:14.921Z | Downloaded downcast-rs v2.0.2 |
| 943 | 2026-08-29T00:57:14.921Z | Downloaded term v0.7.0 |
| 944 | 2026-08-29T00:57:14.921Z | Downloaded md-5 v0.11.0 |
| 945 | 2026-08-29T00:57:14.921Z | Downloaded num v0.4.3 |
| 946 | 2026-08-29T00:57:14.921Z | Downloaded supports-color v3.0.2 |
| 947 | 2026-08-29T00:57:14.921Z | Downloaded num-bigint-dig v0.8.6 |
| 948 | 2026-08-29T00:57:14.921Z | Downloaded typed-path v0.9.3 |
| 949 | 2026-08-29T00:57:14.926Z | Downloaded zerofrom v0.1.6 |
| 950 | 2026-08-29T00:57:14.926Z | Downloaded either v1.15.0 |
| 951 | 2026-08-29T00:57:14.926Z | Downloaded litemap v0.8.1 |
| 952 | 2026-08-29T00:57:14.926Z | Downloaded qorb v0.4.1 |
| 953 | 2026-08-29T00:57:14.929Z | Downloaded unicode-segmentation v1.12.0 |
| 954 | 2026-08-29T00:57:14.929Z | Downloaded newtype-uuid v1.3.2 |
| 955 | 2026-08-29T00:57:14.933Z | Downloaded slog-bunyan v2.5.0 |
| 956 | 2026-08-29T00:57:14.933Z | Downloaded ml-kem v0.3.2 |
| 957 | 2026-08-29T00:57:14.933Z | Downloaded num-traits v0.2.19 |
| 958 | 2026-08-29T00:57:14.936Z | Downloaded derive_more v0.99.20 |
| 959 | 2026-08-29T00:57:14.936Z | Downloaded multer v3.1.0 |
| 960 | 2026-08-29T00:57:14.939Z | Downloaded unit-prefix v0.5.2 |
| 961 | 2026-08-29T00:57:14.939Z | Downloaded crucible-workspace-hack v0.1.0 |
| 962 | 2026-08-29T00:57:14.939Z | Downloaded parking_lot_core v0.8.6 |
| 963 | 2026-08-29T00:57:14.939Z | Downloaded futures-util v0.3.32 |
| 964 | 2026-08-29T00:57:14.946Z | Downloaded rand_core v0.10.0 |
| 965 | 2026-08-29T00:57:14.950Z | Downloaded zerovec-derive v0.11.2 |
| 966 | 2026-08-29T00:57:14.950Z | Downloaded void v1.0.2 |
| 967 | 2026-08-29T00:57:14.950Z | Downloaded crc v3.4.0 |
| 968 | 2026-08-29T00:57:14.950Z | Downloaded steno v0.4.1 |
| 969 | 2026-08-29T00:57:14.950Z | Downloaded darling_core v0.13.4 |
| 970 | 2026-08-29T00:57:14.952Z | Downloaded pin-project-internal v1.1.11 |
| 971 | 2026-08-29T00:57:14.952Z | Downloaded port-file v0.1.0 |
| 972 | 2026-08-29T00:57:14.955Z | Downloaded predicates v3.1.4 |
| 973 | 2026-08-29T00:57:14.955Z | Downloaded internet-checksum v0.2.1 |
| 974 | 2026-08-29T00:57:14.958Z | Downloaded primeorder v0.14.0 |
| 975 | 2026-08-29T00:57:14.958Z | Downloaded ctr v0.10.1 |
| 976 | 2026-08-29T00:57:14.962Z | Downloaded display-error-chain v0.2.2 |
| 977 | 2026-08-29T00:57:14.967Z | Downloaded md5 v0.8.0 |
| 978 | 2026-08-29T00:57:14.967Z | Downloaded aes-gcm v0.11.0 |
| 979 | 2026-08-29T00:57:14.973Z | Downloaded des v0.9.0 |
| 980 | 2026-08-29T00:57:14.979Z | Downloaded rustversion v1.0.22 |
| 981 | 2026-08-29T00:57:14.979Z | Downloaded serde-big-array v0.5.1 |
| 982 | 2026-08-29T00:57:14.979Z | Downloaded signal-hook-registry v1.4.8 |
| 983 | 2026-08-29T00:57:14.979Z | Downloaded progenitor-client v0.14.0 |
| 984 | 2026-08-29T00:57:14.984Z | Downloaded maplit v1.0.2 |
| 985 | 2026-08-29T00:57:14.984Z | Downloaded nonempty v0.12.0 |
| 986 | 2026-08-29T00:57:14.984Z | Downloaded spki v0.7.3 |
| 987 | 2026-08-29T00:57:14.984Z | Downloaded stacker v0.1.23 |
| 988 | 2026-08-29T00:57:14.984Z | Downloaded hashbrown v0.16.1 |
| 989 | 2026-08-29T00:57:14.988Z | Downloaded support-bundle-viewer v0.1.2 |
| 990 | 2026-08-29T00:57:14.988Z | Downloaded tokio-tungstenite v0.21.0 |
| 991 | 2026-08-29T00:57:14.989Z | Downloaded ed25519-dalek v3.0.0 |
| 992 | 2026-08-29T00:57:14.995Z | Downloaded phf_shared v0.12.1 |
| 993 | 2026-08-29T00:57:14.995Z | Downloaded signal-hook-tokio v0.3.1 |
| 994 | 2026-08-29T00:57:14.995Z | Downloaded aho-corasick v1.1.4 |
| 995 | 2026-08-29T00:57:14.999Z | Downloaded smf v0.2.3 |
| 996 | 2026-08-29T00:57:14.999Z | Downloaded num_enum_derive v0.5.11 |
| 997 | 2026-08-29T00:57:15.003Z | Downloaded tungstenite v0.21.0 |
| 998 | 2026-08-29T00:57:15.003Z | Downloaded vsss-rs v3.3.4 |
| 999 | 2026-08-29T00:57:15.006Z | Downloaded tap v1.0.1 |
| 1000 | 2026-08-29T00:57:15.006Z | Downloaded tinyvec_macros v0.1.1 |
| 1001 | 2026-08-29T00:57:15.009Z | Downloaded num-bigint v0.4.6 |
| 1002 | 2026-08-29T00:57:15.009Z | Downloaded try-lock v0.2.5 |
| 1003 | 2026-08-29T00:57:15.012Z | Downloaded derive_builder v0.20.2 |
| 1004 | 2026-08-29T00:57:15.015Z | Downloaded serde_bytes v0.11.19 |
| 1005 | 2026-08-29T00:57:15.022Z | Downloaded daft-derive v0.1.8 |
| 1006 | 2026-08-29T00:57:15.025Z | Downloaded keccak v0.2.0 |
| 1007 | 2026-08-29T00:57:15.028Z | Downloaded cpubits v0.1.1 |
| 1008 | 2026-08-29T00:57:15.031Z | Downloaded resolv-conf v0.7.6 |
| 1009 | 2026-08-29T00:57:15.084Z | Downloaded waitgroup v0.1.2 |
| 1010 | 2026-08-29T00:57:15.084Z | Downloaded cpufeatures v0.3.0 |
| 1011 | 2026-08-29T00:57:15.084Z | Downloaded defmt v0.3.100 |
| 1012 | 2026-08-29T00:57:15.085Z | Downloaded document-features v0.2.12 |
| 1013 | 2026-08-29T00:57:15.085Z | Downloaded darling_macro v0.21.3 |
| 1014 | 2026-08-29T00:57:15.085Z | Downloaded hyper-util v0.1.20 |
| 1015 | 2026-08-29T00:57:15.085Z | Downloaded daft v0.1.8 |
| 1016 | 2026-08-29T00:57:15.085Z | Downloaded linear-map v1.2.0 |
| 1017 | 2026-08-29T00:57:15.085Z | Downloaded socket2 v0.6.3 |
| 1018 | 2026-08-29T00:57:15.085Z | Downloaded nanorand v0.7.0 |
| 1019 | 2026-08-29T00:57:15.085Z | Downloaded oxnet v0.1.6 |
| 1020 | 2026-08-29T00:57:15.085Z | Downloaded num-rational v0.4.2 |
| 1021 | 2026-08-29T00:57:15.085Z | Downloaded hkdf v0.13.0 |
| 1022 | 2026-08-29T00:57:15.085Z | Downloaded x509-cert v0.2.5 |
| 1023 | 2026-08-29T00:57:15.085Z | Downloaded litrs v1.0.0 |
| 1024 | 2026-08-29T00:57:15.085Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1025 | 2026-08-29T00:57:15.085Z | Downloaded memoffset v0.9.1 |
| 1026 | 2026-08-29T00:57:15.085Z | Downloaded num_threads v0.1.7 |
| 1027 | 2026-08-29T00:57:15.085Z | Downloaded oxide-generation-macros v0.2.0 |
| 1028 | 2026-08-29T00:57:15.085Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1029 | 2026-08-29T00:57:15.090Z | Downloaded tls_codec v0.4.2 |
| 1030 | 2026-08-29T00:57:15.090Z | Downloaded diesel_derives v2.3.7 |
| 1031 | 2026-08-29T00:57:15.096Z | Downloaded reqwest v0.12.28 |
| 1032 | 2026-08-29T00:57:15.096Z | Downloaded icu_collections v2.1.1 |
| 1033 | 2026-08-29T00:57:15.096Z | Downloaded rustls-native-certs v0.8.3 |
| 1034 | 2026-08-29T00:57:15.096Z | Downloaded russh-util v0.52.0 |
| 1035 | 2026-08-29T00:57:15.096Z | Downloaded signature v3.0.0 |
| 1036 | 2026-08-29T00:57:15.096Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1037 | 2026-08-29T00:57:15.100Z | Downloaded slog-stdlog v4.1.1 |
| 1038 | 2026-08-29T00:57:15.104Z | Downloaded progenitor-impl v0.13.0 |
| 1039 | 2026-08-29T00:57:15.104Z | Downloaded uzers v0.12.2 |
| 1040 | 2026-08-29T00:57:15.107Z | Downloaded data-encoding v2.10.0 |
| 1041 | 2026-08-29T00:57:15.107Z | Downloaded yansi v1.0.1 |
| 1042 | 2026-08-29T00:57:15.107Z | Downloaded scuffle v0.1.0 |
| 1043 | 2026-08-29T00:57:15.115Z | Downloaded take_mut v0.2.2 |
| 1044 | 2026-08-29T00:57:15.120Z | Downloaded hkdf v0.12.4 |
| 1045 | 2026-08-29T00:57:15.124Z | Downloaded tokio-util v0.7.18 |
| 1046 | 2026-08-29T00:57:15.124Z | Downloaded icu_normalizer_data v2.1.1 |
| 1047 | 2026-08-29T00:57:15.129Z | Downloaded hyper-rustls v0.27.7 |
| 1048 | 2026-08-29T00:57:15.129Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1049 | 2026-08-29T00:57:15.129Z | Downloaded kstat-rs v0.2.5 |
| 1050 | 2026-08-29T00:57:15.129Z | Downloaded new_debug_unreachable v1.0.6 |
| 1051 | 2026-08-29T00:57:15.133Z | Downloaded dropshot-api-manager v0.8.0 |
| 1052 | 2026-08-29T00:57:15.133Z | Downloaded salsa20 v0.11.0 |
| 1053 | 2026-08-29T00:57:15.133Z | Downloaded knus v3.4.0 |
| 1054 | 2026-08-29T00:57:15.138Z | Downloaded ed25519 v3.0.0 |
| 1055 | 2026-08-29T00:57:15.138Z | Downloaded rfc6979 v0.6.0 |
| 1056 | 2026-08-29T00:57:15.138Z | Downloaded rtoolbox v0.0.3 |
| 1057 | 2026-08-29T00:57:15.147Z | Downloaded illumos-nvpair v0.3.0 |
| 1058 | 2026-08-29T00:57:15.147Z | Downloaded sha2 v0.11.0 |
| 1059 | 2026-08-29T00:57:15.147Z | Downloaded ingot-types v0.2.0 |
| 1060 | 2026-08-29T00:57:15.147Z | Downloaded pkg-config v0.3.32 |
| 1061 | 2026-08-29T00:57:15.151Z | Downloaded zip v4.6.1 |
| 1062 | 2026-08-29T00:57:15.151Z | Downloaded unicode_categories v0.1.1 |
| 1063 | 2026-08-29T00:57:15.151Z | Downloaded vte v0.14.1 |
| 1064 | 2026-08-29T00:57:15.154Z | Downloaded spin v0.9.8 |
| 1065 | 2026-08-29T00:57:15.157Z | Downloaded parse-display-derive v0.10.0 |
| 1066 | 2026-08-29T00:57:15.157Z | Downloaded predicates-core v1.0.10 |
| 1067 | 2026-08-29T00:57:15.160Z | Downloaded termtree v0.5.1 |
| 1068 | 2026-08-29T00:57:15.163Z | Downloaded zerofrom-derive v0.1.6 |
| 1069 | 2026-08-29T00:57:15.165Z | Downloaded tls_codec_derive v0.4.2 |
| 1070 | 2026-08-29T00:57:15.165Z | Downloaded rusty-fork v0.3.1 |
| 1071 | 2026-08-29T00:57:15.165Z | Downloaded url v2.5.8 |
| 1072 | 2026-08-29T00:57:15.168Z | Downloaded yoke v0.8.1 |
| 1073 | 2026-08-29T00:57:15.171Z | Downloaded const_format_proc_macros v0.2.34 |
| 1074 | 2026-08-29T00:57:15.171Z | Downloaded crossbeam-deque v0.8.6 |
| 1075 | 2026-08-29T00:57:15.175Z | Downloaded strum v0.27.2 |
| 1076 | 2026-08-29T00:57:15.175Z | Downloaded rand v0.10.1 |
| 1077 | 2026-08-29T00:57:15.180Z | Downloaded dropshot_endpoint v0.17.1 |
| 1078 | 2026-08-29T00:57:15.184Z | Downloaded icu_properties_data v2.1.2 |
| 1079 | 2026-08-29T00:57:15.189Z | Downloaded darling v0.20.11 |
| 1080 | 2026-08-29T00:57:15.193Z | Downloaded slog-dtrace v0.3.0 |
| 1081 | 2026-08-29T00:57:15.194Z | Downloaded slog-term v2.9.2 |
| 1082 | 2026-08-29T00:57:15.194Z | Downloaded wnaf v0.14.0 |
| 1083 | 2026-08-29T00:57:15.197Z | Downloaded icu_normalizer v2.1.1 |
| 1084 | 2026-08-29T00:57:15.197Z | Downloaded lazy_static v1.5.0 |
| 1085 | 2026-08-29T00:57:15.197Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-08-29T00:57:15.197Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1087 | 2026-08-29T00:57:15.200Z | Downloaded h2 v0.4.15 |
| 1088 | 2026-08-29T00:57:15.202Z | Downloaded iana-time-zone v0.1.65 |
| 1089 | 2026-08-29T00:57:15.205Z | Downloaded iri-string v0.7.10 |
| 1090 | 2026-08-29T00:57:15.208Z | Downloaded ipnet v2.12.0 |
| 1091 | 2026-08-29T00:57:15.208Z | Downloaded miette v7.6.0 |
| 1092 | 2026-08-29T00:57:15.211Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1093 | 2026-08-29T00:57:15.213Z | Downloaded pkcs5 v0.8.1 |
| 1094 | 2026-08-29T00:57:15.216Z | Downloaded reedline v0.40.0 |
| 1095 | 2026-08-29T00:57:15.220Z | Downloaded humantime v2.3.0 |
| 1096 | 2026-08-29T00:57:15.220Z | Downloaded phc v0.6.1 |
| 1097 | 2026-08-29T00:57:15.223Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1098 | 2026-08-29T00:57:15.223Z | Downloaded num-derive v0.4.2 |
| 1099 | 2026-08-29T00:57:15.223Z | Downloaded managed v0.8.0 |
| 1100 | 2026-08-29T00:57:15.223Z | Downloaded p521 v0.14.0 |
| 1101 | 2026-08-29T00:57:15.226Z | Downloaded parking_lot v0.12.5 |
| 1102 | 2026-08-29T00:57:15.229Z | Downloaded crossterm v0.28.1 |
| 1103 | 2026-08-29T00:57:15.231Z | Downloaded prefix-trie v0.7.0 |
| 1104 | 2026-08-29T00:57:15.234Z | Downloaded proc-macro-error2 v2.0.1 |
| 1105 | 2026-08-29T00:57:15.234Z | Downloaded tracing-core v0.1.36 |
| 1106 | 2026-08-29T00:57:15.236Z | Downloaded simd-adler32 v0.3.8 |
| 1107 | 2026-08-29T00:57:15.236Z | Downloaded termios v0.3.3 |
| 1108 | 2026-08-29T00:57:15.239Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1109 | 2026-08-29T00:57:15.239Z | Downloaded parse-size v1.1.0 |
| 1110 | 2026-08-29T00:57:15.239Z | Downloaded aws-lc-rs v1.16.3 |
| 1111 | 2026-08-29T00:57:15.243Z | Downloaded sync_wrapper v1.0.2 |
| 1112 | 2026-08-29T00:57:15.246Z | Downloaded crc8 v0.1.1 |
| 1113 | 2026-08-29T00:57:15.246Z | Downloaded tar v0.4.46 |
| 1114 | 2026-08-29T00:57:15.246Z | Downloaded rand_core v0.6.4 |
| 1115 | 2026-08-29T00:57:15.248Z | Downloaded yasna v0.5.2 |
| 1116 | 2026-08-29T00:57:15.248Z | Downloaded paste v1.0.15 |
| 1117 | 2026-08-29T00:57:15.251Z | Downloaded primeorder v0.13.6 |
| 1118 | 2026-08-29T00:57:15.251Z | Downloaded sync-ptr v0.1.4 |
| 1119 | 2026-08-29T00:57:15.251Z | Downloaded darling_macro v0.13.4 |
| 1120 | 2026-08-29T00:57:15.251Z | Downloaded serde_cbor v0.11.2 |
| 1121 | 2026-08-29T00:57:15.254Z | Downloaded winnow v0.6.26 |
| 1122 | 2026-08-29T00:57:15.257Z | Downloaded nom v8.0.0 |
| 1123 | 2026-08-29T00:57:15.260Z | Downloaded snafu-derive v0.8.9 |
| 1124 | 2026-08-29T00:57:15.262Z | Downloaded zopfli v0.8.3 |
| 1125 | 2026-08-29T00:57:15.262Z | Downloaded lalrpop-util v0.19.12 |
| 1126 | 2026-08-29T00:57:15.265Z | Downloaded sha3 v0.12.0 |
| 1127 | 2026-08-29T00:57:15.268Z | Downloaded portable-atomic v1.13.1 |
| 1128 | 2026-08-29T00:57:15.271Z | Downloaded potential_utf v0.1.4 |
| 1129 | 2026-08-29T00:57:15.274Z | Downloaded universal-hash v0.5.1 |
| 1130 | 2026-08-29T00:57:15.274Z | Downloaded displaydoc v0.2.5 |
| 1131 | 2026-08-29T00:57:15.278Z | Downloaded progenitor-impl v0.14.0 |
| 1132 | 2026-08-29T00:57:15.281Z | Downloaded derive_builder_macro v0.20.2 |
| 1133 | 2026-08-29T00:57:15.281Z | Downloaded ipnetwork v0.21.1 |
| 1134 | 2026-08-29T00:57:15.284Z | Downloaded miette-derive v7.6.0 |
| 1135 | 2026-08-29T00:57:15.284Z | Downloaded percent-encoding v2.3.2 |
| 1136 | 2026-08-29T00:57:15.284Z | Downloaded ed25519-dalek v2.2.0 |
| 1137 | 2026-08-29T00:57:15.287Z | Downloaded serde_with_macros v1.5.2 |
| 1138 | 2026-08-29T00:57:15.287Z | Downloaded signature v2.2.0 |
| 1139 | 2026-08-29T00:57:15.290Z | Downloaded bitvec v1.0.1 |
| 1140 | 2026-08-29T00:57:15.299Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1141 | 2026-08-29T00:57:15.301Z | Downloaded zone_cfg_derive v0.3.1 |
| 1142 | 2026-08-29T00:57:15.302Z | Downloaded rand_xorshift v0.4.0 |
| 1143 | 2026-08-29T00:57:15.302Z | Downloaded rustc-hash v2.1.1 |
| 1144 | 2026-08-29T00:57:15.302Z | Downloaded unicode-truncate v1.1.0 |
| 1145 | 2026-08-29T00:57:15.304Z | Downloaded regex v1.12.3 |
| 1146 | 2026-08-29T00:57:15.307Z | Downloaded hyper-staticfile v0.10.1 |
| 1147 | 2026-08-29T00:57:15.312Z | Downloaded ssh-encoding v0.3.0 |
| 1148 | 2026-08-29T00:57:15.315Z | Downloaded dunce v1.0.5 |
| 1149 | 2026-08-29T00:57:15.315Z | Downloaded sha1 v0.10.6 |
| 1150 | 2026-08-29T00:57:15.319Z | Downloaded vergen-lib v0.1.6 |
| 1151 | 2026-08-29T00:57:15.321Z | Downloaded cookie_store v0.22.1 |
| 1152 | 2026-08-29T00:57:15.325Z | Downloaded slog-async v2.8.0 |
| 1153 | 2026-08-29T00:57:15.325Z | Downloaded supports-hyperlinks v3.2.0 |
| 1154 | 2026-08-29T00:57:15.331Z | Downloaded psl-types v2.0.11 |
| 1155 | 2026-08-29T00:57:15.337Z | Downloaded toml v0.7.8 |
| 1156 | 2026-08-29T00:57:15.340Z | Downloaded indent_write v2.2.0 |
| 1157 | 2026-08-29T00:57:15.342Z | Downloaded derive_builder_core v0.20.2 |
| 1158 | 2026-08-29T00:57:15.342Z | Downloaded diff v0.1.13 |
| 1159 | 2026-08-29T00:57:15.347Z | Downloaded drift v0.2.0 |
| 1160 | 2026-08-29T00:57:15.350Z | Downloaded multimap v0.10.1 |
| 1161 | 2026-08-29T00:57:15.353Z | Downloaded xattr v1.6.1 |
| 1162 | 2026-08-29T00:57:15.353Z | Downloaded stable_deref_trait v1.2.1 |
| 1163 | 2026-08-29T00:57:15.358Z | Downloaded phf_shared v0.11.3 |
| 1164 | 2026-08-29T00:57:15.363Z | Downloaded lru v0.12.5 |
| 1165 | 2026-08-29T00:57:15.363Z | Downloaded nu-ansi-term v0.50.3 |
| 1166 | 2026-08-29T00:57:15.363Z | Downloaded postcard v1.1.3 |
| 1167 | 2026-08-29T00:57:15.365Z | Downloaded pkcs8 v0.11.0 |
| 1168 | 2026-08-29T00:57:15.368Z | Downloaded phf v0.13.1 |
| 1169 | 2026-08-29T00:57:15.371Z | Downloaded ingot v0.2.1 |
| 1170 | 2026-08-29T00:57:15.375Z | Downloaded num-integer v0.1.46 |
| 1171 | 2026-08-29T00:57:15.377Z | Downloaded toml_edit v0.19.15 |
| 1172 | 2026-08-29T00:57:15.388Z | Downloaded ron v0.8.1 |
| 1173 | 2026-08-29T00:57:15.391Z | Downloaded typify v0.6.2 |
| 1174 | 2026-08-29T00:57:15.391Z | Downloaded petname v2.0.2 |
| 1175 | 2026-08-29T00:57:15.394Z | Downloaded itertools v0.14.0 |
| 1176 | 2026-08-29T00:57:15.397Z | Downloaded defmt v1.0.1 |
| 1177 | 2026-08-29T00:57:15.400Z | Downloaded rustc-demangle v0.1.27 |
| 1178 | 2026-08-29T00:57:15.403Z | Downloaded derive_more-impl v2.1.1 |
| 1179 | 2026-08-29T00:57:15.405Z | Downloaded proptest v1.11.0 |
| 1180 | 2026-08-29T00:57:15.409Z | Downloaded crypto-primes v0.7.2 |
| 1181 | 2026-08-29T00:57:15.413Z | Downloaded libloading v0.8.9 |
| 1182 | 2026-08-29T00:57:15.413Z | Downloaded rustls-pki-types v1.14.0 |
| 1183 | 2026-08-29T00:57:15.417Z | Downloaded darling_core v0.21.3 |
| 1184 | 2026-08-29T00:57:15.417Z | Downloaded darling_core v0.23.0 |
| 1185 | 2026-08-29T00:57:15.419Z | Downloaded chrono v0.4.45 |
| 1186 | 2026-08-29T00:57:15.423Z | Downloaded hyper v1.10.1 |
| 1187 | 2026-08-29T00:57:15.428Z | Downloaded indoc v2.0.7 |
| 1188 | 2026-08-29T00:57:15.432Z | Downloaded owo-colors v4.3.0 |
| 1189 | 2026-08-29T00:57:15.432Z | Downloaded postgres-types v0.2.14 |
| 1190 | 2026-08-29T00:57:15.435Z | Downloaded strum v0.26.3 |
| 1191 | 2026-08-29T00:57:15.435Z | Downloaded git2 v0.20.4 |
| 1192 | 2026-08-29T00:57:15.438Z | Downloaded tokio-rustls v0.26.4 |
| 1193 | 2026-08-29T00:57:15.438Z | Downloaded zerocopy v0.6.6 |
| 1194 | 2026-08-29T00:57:15.441Z | Downloaded lock_api v0.4.14 |
| 1195 | 2026-08-29T00:57:15.441Z | Downloaded rand_chacha v0.9.0 |
| 1196 | 2026-08-29T00:57:15.441Z | Downloaded rand_core v0.9.5 |
| 1197 | 2026-08-29T00:57:15.441Z | Downloaded bindgen v0.71.1 |
| 1198 | 2026-08-29T00:57:15.444Z | Downloaded ed25519 v2.2.3 |
| 1199 | 2026-08-29T00:57:15.446Z | Downloaded libxml v0.3.3 |
| 1200 | 2026-08-29T00:57:15.449Z | Downloaded quick-xml v0.37.5 |
| 1201 | 2026-08-29T00:57:15.453Z | Downloaded serde_derive_internals v0.29.1 |
| 1202 | 2026-08-29T00:57:15.453Z | Downloaded tokio-dtrace v0.1.1 |
| 1203 | 2026-08-29T00:57:15.453Z | Downloaded derive-ex v0.1.8 |
| 1204 | 2026-08-29T00:57:15.456Z | Downloaded unicode-bidi v0.3.18 |
| 1205 | 2026-08-29T00:57:15.456Z | Downloaded crossterm v0.29.0 |
| 1206 | 2026-08-29T00:57:15.459Z | Downloaded uuid v1.23.4 |
| 1207 | 2026-08-29T00:57:15.464Z | Downloaded papergrid v0.18.0 |
| 1208 | 2026-08-29T00:57:15.468Z | Downloaded serde_with_macros v3.21.0 |
| 1209 | 2026-08-29T00:57:15.471Z | Downloaded vergen v9.1.0 |
| 1210 | 2026-08-29T00:57:15.471Z | Downloaded vergen-lib v9.1.0 |
| 1211 | 2026-08-29T00:57:15.493Z | Downloaded icu_locale_core v2.1.1 |
| 1212 | 2026-08-29T00:57:15.496Z | Downloaded ctutils v0.4.2 |
| 1213 | 2026-08-29T00:57:15.497Z | Downloaded schemars v1.2.1 |
| 1214 | 2026-08-29T00:57:15.505Z | Downloaded icu_provider v2.1.1 |
| 1215 | 2026-08-29T00:57:15.509Z | Downloaded der v0.7.10 |
| 1216 | 2026-08-29T00:57:15.512Z | Downloaded der v0.8.0 |
| 1217 | 2026-08-29T00:57:15.514Z | Downloaded lalrpop v0.19.12 |
| 1218 | 2026-08-29T00:57:15.520Z | Downloaded miniz_oxide v0.8.9 |
| 1219 | 2026-08-29T00:57:15.523Z | Downloaded snafu v0.8.9 |
| 1220 | 2026-08-29T00:57:15.527Z | Downloaded tinyvec v1.10.0 |
| 1221 | 2026-08-29T00:57:15.530Z | Downloaded tungstenite v0.23.0 |
| 1222 | 2026-08-29T00:57:15.530Z | Downloaded itertools v0.10.5 |
| 1223 | 2026-08-29T00:57:15.532Z | Downloaded publicsuffix v2.3.0 |
| 1224 | 2026-08-29T00:57:15.533Z | Downloaded tough v0.22.0 |
| 1225 | 2026-08-29T00:57:15.537Z | Downloaded serde_with v1.14.0 |
| 1226 | 2026-08-29T00:57:15.540Z | Downloaded zerotrie v0.2.3 |
| 1227 | 2026-08-29T00:57:15.544Z | Downloaded radix_trie v0.2.1 |
| 1228 | 2026-08-29T00:57:15.546Z | Downloaded smoltcp v0.9.1 |
| 1229 | 2026-08-29T00:57:15.550Z | Downloaded zerovec v0.11.5 |
| 1230 | 2026-08-29T00:57:15.553Z | Downloaded idna v1.1.0 |
| 1231 | 2026-08-29T00:57:15.556Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1232 | 2026-08-29T00:57:15.559Z | Downloaded tower v0.5.3 |
| 1233 | 2026-08-29T00:57:15.562Z | Downloaded unicode-normalization v0.1.25 |
| 1234 | 2026-08-29T00:57:15.565Z | Downloaded goblin v0.10.5 |
| 1235 | 2026-08-29T00:57:15.568Z | Downloaded slog v2.8.2 |
| 1236 | 2026-08-29T00:57:15.571Z | Downloaded nom v7.1.3 |
| 1237 | 2026-08-29T00:57:15.574Z | Downloaded p384 v0.14.0 |
| 1238 | 2026-08-29T00:57:15.576Z | Downloaded elliptic-curve v0.13.8 |
| 1239 | 2026-08-29T00:57:15.576Z | Downloaded crossbeam-channel v0.5.15 |
| 1240 | 2026-08-29T00:57:15.579Z | Downloaded itertools v0.15.0 |
| 1241 | 2026-08-29T00:57:15.582Z | Downloaded tabled v0.21.0 |
| 1242 | 2026-08-29T00:57:15.592Z | Downloaded zerocopy-derive v0.8.55 |
| 1243 | 2026-08-29T00:57:15.599Z | Downloaded openssl-sys v0.9.117 |
| 1244 | 2026-08-29T00:57:15.603Z | Downloaded crypto-bigint v0.5.5 |
| 1245 | 2026-08-29T00:57:15.606Z | Downloaded itertools v0.12.1 |
| 1246 | 2026-08-29T00:57:15.608Z | Downloaded tokio-postgres v0.7.18 |
| 1247 | 2026-08-29T00:57:15.611Z | Downloaded const_format v0.2.35 |
| 1248 | 2026-08-29T00:57:15.613Z | Downloaded itertools v0.13.0 |
| 1249 | 2026-08-29T00:57:15.616Z | Downloaded schemars v0.9.0 |
| 1250 | 2026-08-29T00:57:15.624Z | Downloaded p384 v0.13.1 |
| 1251 | 2026-08-29T00:57:15.626Z | Downloaded rustyline v14.0.0 |
| 1252 | 2026-08-29T00:57:15.629Z | Downloaded russh v0.62.4 |
| 1253 | 2026-08-29T00:57:15.632Z | Downloaded serde_with v3.21.0 |
| 1254 | 2026-08-29T00:57:15.640Z | Downloaded winnow v0.5.40 |
| 1255 | 2026-08-29T00:57:15.644Z | Downloaded tower-http v0.6.8 |
| 1256 | 2026-08-29T00:57:15.649Z | Downloaded gimli v0.32.3 |
| 1257 | 2026-08-29T00:57:15.652Z | Downloaded salty v0.3.0 |
| 1258 | 2026-08-29T00:57:15.659Z | Downloaded rayon v1.11.0 |
| 1259 | 2026-08-29T00:57:15.661Z | Downloaded iddqd v0.4.2 |
| 1260 | 2026-08-29T00:57:15.666Z | Downloaded libm v0.2.16 |
| 1261 | 2026-08-29T00:57:15.671Z | Downloaded rawzip v0.4.4 |
| 1262 | 2026-08-29T00:57:15.674Z | Downloaded mio v1.2.0 |
| 1263 | 2026-08-29T00:57:15.678Z | Downloaded zerocopy v0.8.55 |
| 1264 | 2026-08-29T00:57:15.689Z | Downloaded reqwest v0.13.2 |
| 1265 | 2026-08-29T00:57:15.692Z | Downloaded nix v0.27.1 |
| 1266 | 2026-08-29T00:57:15.697Z | Downloaded zlib-rs v0.6.2 |
| 1267 | 2026-08-29T00:57:15.700Z | Downloaded winnow v1.0.3 |
| 1268 | 2026-08-29T00:57:15.706Z | Downloaded jiff-core v0.1.0 |
| 1269 | 2026-08-29T00:57:15.708Z | Downloaded bstr v1.12.1 |
| 1270 | 2026-08-29T00:57:15.713Z | Downloaded smoltcp v0.11.0 |
| 1271 | 2026-08-29T00:57:15.723Z | Downloaded vcpkg v0.2.15 |
| 1272 | 2026-08-29T00:57:15.742Z | Downloaded polar-core v0.27.3 |
| 1273 | 2026-08-29T00:57:15.746Z | Downloaded quinn-proto v0.11.16 |
| 1274 | 2026-08-29T00:57:15.750Z | Downloaded time v0.3.47 |
| 1275 | 2026-08-29T00:57:15.759Z | Downloaded moka v0.12.13 |
| 1276 | 2026-08-29T00:57:15.762Z | Downloaded regress v0.11.1 |
| 1277 | 2026-08-29T00:57:15.768Z | Downloaded hickory-proto v0.24.4 |
| 1278 | 2026-08-29T00:57:15.775Z | Downloaded object v0.30.4 |
| 1279 | 2026-08-29T00:57:15.780Z | Downloaded rustls v0.23.41 |
| 1280 | 2026-08-29T00:57:15.787Z | Downloaded hickory-proto v0.25.2 |
| 1281 | 2026-08-29T00:57:15.795Z | Downloaded openssl v0.10.80 |
| 1282 | 2026-08-29T00:57:15.801Z | Downloaded object v0.37.3 |
| 1283 | 2026-08-29T00:57:15.807Z | Downloaded nix v0.28.0 |
| 1284 | 2026-08-29T00:57:15.813Z | Downloaded curve25519-dalek v5.0.0 |
| 1285 | 2026-08-29T00:57:15.818Z | Downloaded curve25519-dalek v4.1.3 |
| 1286 | 2026-08-29T00:57:15.828Z | Downloaded nix v0.31.2 |
| 1287 | 2026-08-29T00:57:15.850Z | Downloaded regress v0.10.5 |
| 1288 | 2026-08-29T00:57:15.855Z | Downloaded regex-syntax v0.8.10 |
| 1289 | 2026-08-29T00:57:15.868Z | Downloaded openapiv3 v2.2.0 |
| 1290 | 2026-08-29T00:57:15.875Z | Downloaded regex-syntax v0.6.29 |
| 1291 | 2026-08-29T00:57:15.878Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-08-29T00:57:15.891Z | Downloaded crypto-bigint v0.7.5 |
| 1293 | 2026-08-29T00:57:15.899Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-08-29T00:57:15.905Z | Downloaded syn v3.0.3 |
| 1295 | 2026-08-29T00:57:15.925Z | Downloaded dropshot v0.17.1 |
| 1296 | 2026-08-29T00:57:15.961Z | Downloaded sled v0.34.7 |
| 1297 | 2026-08-29T00:57:15.965Z | Downloaded sha3 v0.11.0 |
| 1298 | 2026-08-29T00:57:15.976Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-08-29T00:57:15.988Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-08-29T00:57:16.030Z | Downloaded petgraph v0.6.5 |
| 1301 | 2026-08-29T00:57:16.030Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-08-29T00:57:16.030Z | Downloaded diesel v2.3.7 |
| 1303 | 2026-08-29T00:57:16.037Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-08-29T00:57:16.037Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-08-29T00:57:16.048Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-08-29T00:57:16.054Z | Downloaded ratatui v0.29.0 |
| 1307 | 2026-08-29T00:57:16.058Z | Downloaded tracing v0.1.44 |
| 1308 | 2026-08-29T00:57:16.070Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-08-29T00:57:16.093Z | Downloaded libz-sys v1.1.24 |
| 1310 | 2026-08-29T00:57:16.105Z | Downloaded chrono-tz v0.10.4 |
| 1311 | 2026-08-29T00:57:16.115Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1312 | 2026-08-29T00:57:16.127Z | Downloaded encoding_rs v0.8.35 |
| 1313 | 2026-08-29T00:57:16.138Z | Downloaded jiff v0.2.34 |
| 1314 | 2026-08-29T00:57:16.148Z | Downloaded ring v0.17.14 |
| 1315 | 2026-08-29T00:57:16.172Z | Downloaded csv v1.4.0 |
| 1316 | 2026-08-29T00:57:16.266Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-08-29T00:57:16.763Z | Downloaded aws-lc-sys v0.40.0 |
| 1318 | 2026-08-29T00:57:17.073Z | Compiling serde_core v1.0.228 |
| 1319 | 2026-08-29T00:57:17.073Z | Compiling libc v0.2.185 |
| 1320 | 2026-08-29T00:57:17.073Z | Compiling serde v1.0.228 |
| 1321 | 2026-08-29T00:57:17.087Z | Compiling log v0.4.33 |
| 1322 | 2026-08-29T00:57:17.088Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-08-29T00:57:17.088Z | Compiling subtle v2.6.1 |
| 1324 | 2026-08-29T00:57:17.088Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-08-29T00:57:17.088Z | Compiling shlex v1.3.0 |
| 1326 | 2026-08-29T00:57:17.088Z | Compiling typenum v1.20.1 |
| 1327 | 2026-08-29T00:57:17.176Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-08-29T00:57:17.188Z | Compiling stable_deref_trait v1.2.1 |
| 1329 | 2026-08-29T00:57:17.191Z | Compiling getrandom v0.4.3 |
| 1330 | 2026-08-29T00:57:17.226Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-08-29T00:57:17.239Z | Compiling serde_json v1.0.151 |
| 1332 | 2026-08-29T00:57:17.257Z | Compiling syn v2.0.117 |
| 1333 | 2026-08-29T00:57:17.261Z | Compiling rand_core v0.10.0 |
| 1334 | 2026-08-29T00:57:17.331Z | Compiling lock_api v0.4.14 |
| 1335 | 2026-08-29T00:57:17.402Z | Compiling critical-section v1.2.0 |
| 1336 | 2026-08-29T00:57:17.416Z | Compiling zerocopy v0.8.55 |
| 1337 | 2026-08-29T00:57:17.436Z | Compiling libm v0.2.16 |
| 1338 | 2026-08-29T00:57:17.488Z | Compiling num-traits v0.2.19 |
| 1339 | 2026-08-29T00:57:17.501Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-08-29T00:57:17.505Z | Compiling pin-project-lite v0.2.17 |
| 1341 | 2026-08-29T00:57:17.545Z | Compiling parking_lot_core v0.9.12 |
| 1342 | 2026-08-29T00:57:17.547Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-08-29T00:57:17.574Z | Compiling litemap v0.8.1 |
| 1344 | 2026-08-29T00:57:17.618Z | Compiling writeable v0.6.2 |
| 1345 | 2026-08-29T00:57:17.621Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-08-29T00:57:17.661Z | Compiling icu_normalizer_data v2.1.1 |
| 1347 | 2026-08-29T00:57:17.703Z | Compiling icu_properties_data v2.1.2 |
| 1348 | 2026-08-29T00:57:17.739Z | Compiling generic-array v0.14.7 |
| 1349 | 2026-08-29T00:57:17.807Z | Compiling const-oid v0.9.6 |
| 1350 | 2026-08-29T00:57:17.835Z | Compiling rustix v1.1.4 |
| 1351 | 2026-08-29T00:57:17.865Z | Compiling futures-sink v0.3.32 |
| 1352 | 2026-08-29T00:57:17.865Z | Compiling utf8_iter v1.0.4 |
| 1353 | 2026-08-29T00:57:17.877Z | Compiling futures-io v0.3.32 |
| 1354 | 2026-08-29T00:57:17.930Z | Compiling futures-task v0.3.32 |
| 1355 | 2026-08-29T00:57:18.003Z | Compiling futures-channel v0.3.32 |
| 1356 | 2026-08-29T00:57:18.022Z | Compiling slab v0.4.12 |
| 1357 | 2026-08-29T00:57:18.037Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-08-29T00:57:18.054Z | Compiling cmov v0.5.4 |
| 1359 | 2026-08-29T00:57:18.069Z | Compiling getrandom v0.3.4 |
| 1360 | 2026-08-29T00:57:18.088Z | Compiling rustversion v1.0.22 |
| 1361 | 2026-08-29T00:57:18.099Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-08-29T00:57:18.112Z | Compiling iana-time-zone v0.1.65 |
| 1363 | 2026-08-29T00:57:18.137Z | Compiling errno v0.3.14 |
| 1364 | 2026-08-29T00:57:18.251Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-08-29T00:57:18.315Z | Compiling getrandom v0.2.17 |
| 1366 | 2026-08-29T00:57:18.345Z | Compiling mio v1.2.0 |
| 1367 | 2026-08-29T00:57:18.345Z | Compiling signal-hook-registry v1.4.8 |
| 1368 | 2026-08-29T00:57:18.378Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-08-29T00:57:18.397Z | Compiling socket2 v0.6.3 |
| 1370 | 2026-08-29T00:57:18.481Z | Compiling cc v1.2.56 |
| 1371 | 2026-08-29T00:57:18.495Z | Compiling rand_core v0.6.4 |
| 1372 | 2026-08-29T00:57:18.545Z | Compiling parking_lot v0.12.5 |
| 1373 | 2026-08-29T00:57:18.585Z | Compiling ctutils v0.4.2 |
| 1374 | 2026-08-29T00:57:18.683Z | Compiling pem-rfc7468 v0.7.0 |
| 1375 | 2026-08-29T00:57:18.694Z | Compiling ident_case v1.0.1 |
| 1376 | 2026-08-29T00:57:18.694Z | Compiling dunce v1.0.5 |
| 1377 | 2026-08-29T00:57:18.799Z | Compiling fs_extra v1.3.0 |
| 1378 | 2026-08-29T00:57:18.804Z | Compiling regex-syntax v0.8.10 |
| 1379 | 2026-08-29T00:57:18.813Z | Compiling flagset v0.4.7 |
| 1380 | 2026-08-29T00:57:18.817Z | Compiling base64 v0.22.1 |
| 1381 | 2026-08-29T00:57:18.858Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-08-29T00:57:18.890Z | Compiling syn v1.0.109 |
| 1383 | 2026-08-29T00:57:18.893Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-08-29T00:57:18.964Z | Compiling aws-lc-rs v1.16.3 |
| 1385 | 2026-08-29T00:57:18.983Z | Compiling dyn-clone v1.0.20 |
| 1386 | 2026-08-29T00:57:18.997Z | Compiling simd-adler32 v0.3.8 |
| 1387 | 2026-08-29T00:57:19.011Z | Compiling schemars v0.8.22 |
| 1388 | 2026-08-29T00:57:19.117Z | Compiling rand_core v0.9.5 |
| 1389 | 2026-08-29T00:57:19.120Z | Compiling spin v0.9.8 |
| 1390 | 2026-08-29T00:57:19.146Z | Compiling httparse v1.10.1 |
| 1391 | 2026-08-29T00:57:19.199Z | Compiling crc32fast v1.5.0 |
| 1392 | 2026-08-29T00:57:19.256Z | Compiling cmake v0.1.57 |
| 1393 | 2026-08-29T00:57:19.291Z | Compiling adler2 v2.0.1 |
| 1394 | 2026-08-29T00:57:19.309Z | Compiling openssl-probe v0.2.1 |
| 1395 | 2026-08-29T00:57:19.339Z | Compiling tinyvec_macros v0.1.1 |
| 1396 | 2026-08-29T00:57:19.344Z | Compiling aho-corasick v1.1.4 |
| 1397 | 2026-08-29T00:57:19.367Z | Compiling tower-layer v0.3.3 |
| 1398 | 2026-08-29T00:57:19.418Z | Compiling tinyvec v1.10.0 |
| 1399 | 2026-08-29T00:57:19.431Z | Compiling miniz_oxide v0.8.9 |
| 1400 | 2026-08-29T00:57:19.476Z | Compiling tower-service v0.3.3 |
| 1401 | 2026-08-29T00:57:19.501Z | Compiling bitflags v2.11.0 |
| 1402 | 2026-08-29T00:57:19.516Z | Compiling semver v1.0.28 |
| 1403 | 2026-08-29T00:57:19.544Z | Compiling indexmap v2.14.0 |
| 1404 | 2026-08-29T00:57:19.547Z | Compiling uuid v1.23.4 |
| 1405 | 2026-08-29T00:57:19.643Z | Compiling try-lock v0.2.5 |
| 1406 | 2026-08-29T00:57:19.659Z | Compiling atomic-waker v1.1.2 |
| 1407 | 2026-08-29T00:57:19.689Z | Compiling unicode-segmentation v1.12.0 |
| 1408 | 2026-08-29T00:57:19.752Z | Compiling rustc_version v0.4.1 |
| 1409 | 2026-08-29T00:57:19.769Z | Compiling radium v0.7.0 |
| 1410 | 2026-08-29T00:57:19.793Z | Compiling untrusted v0.7.1 |
| 1411 | 2026-08-29T00:57:19.808Z | Compiling want v0.3.1 |
| 1412 | 2026-08-29T00:57:19.997Z | Compiling const-oid v0.10.2 |
| 1413 | 2026-08-29T00:57:20.075Z | Compiling untrusted v0.9.0 |
| 1414 | 2026-08-29T00:57:20.090Z | Compiling maybe-uninit v2.0.0 |
| 1415 | 2026-08-29T00:57:20.090Z | Compiling httpdate v1.0.3 |
| 1416 | 2026-08-29T00:57:20.093Z | Compiling foreign-types-shared v0.1.1 |
| 1417 | 2026-08-29T00:57:20.134Z | Compiling aws-lc-sys v0.40.0 |
| 1418 | 2026-08-29T00:57:20.134Z | Compiling openssl-sys v0.9.117 |
| 1419 | 2026-08-29T00:57:20.206Z | Compiling tap v1.0.1 |
| 1420 | 2026-08-29T00:57:20.219Z | Compiling cpufeatures v0.2.17 |
| 1421 | 2026-08-29T00:57:20.233Z | Compiling openssl v0.10.80 |
| 1422 | 2026-08-29T00:57:20.249Z | Compiling synstructure v0.13.2 |
| 1423 | 2026-08-29T00:57:20.266Z | Compiling serde_derive_internals v0.29.1 |
| 1424 | 2026-08-29T00:57:20.279Z | Compiling pest_generator v2.8.6 |
| 1425 | 2026-08-29T00:57:20.305Z | Compiling darling_core v0.20.11 |
| 1426 | 2026-08-29T00:57:20.333Z | Compiling rustls v0.23.41 |
| 1427 | 2026-08-29T00:57:20.347Z | Compiling wyz v0.5.1 |
| 1428 | 2026-08-29T00:57:20.413Z | Compiling regex-automata v0.4.14 |
| 1429 | 2026-08-29T00:57:20.526Z | Compiling foreign-types v0.3.2 |
| 1430 | 2026-08-29T00:57:20.541Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1431 | 2026-08-29T00:57:20.559Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1432 | 2026-08-29T00:57:20.610Z | Compiling tempfile v3.27.0 |
| 1433 | 2026-08-29T00:57:20.733Z | Compiling terminal_size v0.4.3 |
| 1434 | 2026-08-29T00:57:20.877Z | Compiling unicode-normalization v0.1.25 |
| 1435 | 2026-08-29T00:57:20.888Z | Compiling num-integer v0.1.46 |
| 1436 | 2026-08-29T00:57:20.902Z | Compiling socket2 v0.5.10 |
| 1437 | 2026-08-29T00:57:20.980Z | Compiling wait-timeout v0.2.1 |
| 1438 | 2026-08-29T00:57:21.029Z | Compiling ahash v0.8.12 |
| 1439 | 2026-08-29T00:57:21.046Z | Compiling funty v2.0.0 |
| 1440 | 2026-08-29T00:57:21.071Z | Compiling num-conv v0.2.0 |
| 1441 | 2026-08-29T00:57:21.118Z | Compiling packed_struct v0.10.1 |
| 1442 | 2026-08-29T00:57:21.202Z | Compiling native-tls v0.2.18 |
| 1443 | 2026-08-29T00:57:21.222Z | Compiling time-core v0.1.8 |
| 1444 | 2026-08-29T00:57:21.242Z | Compiling bit-vec v0.8.0 |
| 1445 | 2026-08-29T00:57:21.268Z | Compiling cpufeatures v0.3.0 |
| 1446 | 2026-08-29T00:57:21.284Z | Compiling powerfmt v0.2.0 |
| 1447 | 2026-08-29T00:57:21.314Z | Compiling quick-error v1.2.3 |
| 1448 | 2026-08-29T00:57:21.340Z | Compiling num-bigint-dig v0.8.6 |
| 1449 | 2026-08-29T00:57:21.360Z | Compiling clap_builder v4.6.0 |
| 1450 | 2026-08-29T00:57:21.402Z | Compiling time-macros v0.2.27 |
| 1451 | 2026-08-29T00:57:21.446Z | Compiling bit-set v0.8.0 |
| 1452 | 2026-08-29T00:57:21.451Z | Compiling deranged v0.5.8 |
| 1453 | 2026-08-29T00:57:21.451Z | Compiling rusty-fork v0.3.1 |
| 1454 | 2026-08-29T00:57:21.489Z | Compiling bitvec v1.0.1 |
| 1455 | 2026-08-29T00:57:21.506Z | Compiling num-iter v0.1.45 |
| 1456 | 2026-08-29T00:57:21.628Z | Compiling lazy_static v1.5.0 |
| 1457 | 2026-08-29T00:57:21.697Z | Compiling rand_xorshift v0.4.0 |
| 1458 | 2026-08-29T00:57:21.713Z | Compiling sync_wrapper v1.0.2 |
| 1459 | 2026-08-29T00:57:21.713Z | Compiling indexmap v1.9.3 |
| 1460 | 2026-08-29T00:57:21.737Z | Compiling unarray v0.1.4 |
| 1461 | 2026-08-29T00:57:21.781Z | Compiling siphasher v1.0.2 |
| 1462 | 2026-08-29T00:57:21.814Z | Compiling zlib-rs v0.6.2 |
| 1463 | 2026-08-29T00:57:21.829Z | Compiling nodrop v0.1.14 |
| 1464 | 2026-08-29T00:57:21.859Z | Compiling paste v1.0.15 |
| 1465 | 2026-08-29T00:57:21.881Z | Compiling num_threads v0.1.7 |
| 1466 | 2026-08-29T00:57:21.940Z | Compiling usdt-impl v0.6.0 |
| 1467 | 2026-08-29T00:57:21.995Z | Compiling crossbeam-utils v0.8.21 |
| 1468 | 2026-08-29T00:57:22.008Z | Compiling crc-catalog v2.4.0 |
| 1469 | 2026-08-29T00:57:22.072Z | Compiling serde_derive v1.0.228 |
| 1470 | 2026-08-29T00:57:22.112Z | Compiling zeroize_derive v1.5.0 |
| 1471 | 2026-08-29T00:57:22.141Z | Compiling zerofrom-derive v0.1.6 |
| 1472 | 2026-08-29T00:57:22.155Z | Compiling yoke-derive v0.8.1 |
| 1473 | 2026-08-29T00:57:22.301Z | Compiling zerocopy-derive v0.8.55 |
| 1474 | 2026-08-29T00:57:22.481Z | Compiling zerovec-derive v0.11.2 |
| 1475 | 2026-08-29T00:57:22.496Z | Compiling displaydoc v0.2.5 |
| 1476 | 2026-08-29T00:57:22.517Z | Compiling tokio-macros v2.7.0 |
| 1477 | 2026-08-29T00:57:22.698Z | Compiling futures-macro v0.3.32 |
| 1478 | 2026-08-29T00:57:22.793Z | Compiling thiserror-impl v2.0.18 |
| 1479 | 2026-08-29T00:57:22.990Z | Compiling der_derive v0.7.3 |
| 1480 | 2026-08-29T00:57:23.385Z | Compiling tracing-attributes v0.1.31 |
| 1481 | 2026-08-29T00:57:23.393Z | Compiling schemars_derive v0.8.22 |
| 1482 | 2026-08-29T00:57:23.393Z | Compiling pest_derive v2.8.6 |
| 1483 | 2026-08-29T00:57:23.403Z | Compiling scroll_derive v0.13.1 |
| 1484 | 2026-08-29T00:57:23.627Z | Compiling futures-util v0.3.32 |
| 1485 | 2026-08-29T00:57:23.643Z | Compiling zerofrom v0.1.6 |
| 1486 | 2026-08-29T00:57:23.728Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-08-29T00:57:23.786Z | Compiling yoke v0.8.1 |
| 1488 | 2026-08-29T00:57:23.870Z | Compiling openssl-macros v0.1.1 |
| 1489 | 2026-08-29T00:57:23.985Z | Compiling zerovec v0.11.5 |
| 1490 | 2026-08-29T00:57:24.017Z | Compiling zerotrie v0.2.3 |
| 1491 | 2026-08-29T00:57:24.242Z | Compiling scroll v0.13.0 |
| 1492 | 2026-08-29T00:57:24.242Z | Compiling thiserror v2.0.18 |
| 1493 | 2026-08-29T00:57:24.318Z | Compiling thiserror-impl v1.0.69 |
| 1494 | 2026-08-29T00:57:24.337Z | Compiling darling v0.20.11 |
| 1495 | 2026-08-29T00:57:24.378Z | Compiling packed_struct_codegen v0.10.1 |
| 1496 | 2026-08-29T00:57:24.425Z | Compiling bitfield-macros v0.19.4 |
| 1497 | 2026-08-29T00:57:24.507Z | Compiling tinystr v0.8.2 |
| 1498 | 2026-08-29T00:57:24.528Z | Compiling potential_utf v0.1.4 |
| 1499 | 2026-08-29T00:57:24.548Z | Compiling goblin v0.10.5 |
| 1500 | 2026-08-29T00:57:24.689Z | Compiling icu_locale_core v2.1.1 |
| 1501 | 2026-08-29T00:57:24.724Z | Compiling icu_collections v2.1.1 |
| 1502 | 2026-08-29T00:57:24.740Z | Compiling clap_derive v4.6.1 |
| 1503 | 2026-08-29T00:57:24.756Z | Compiling tracing v0.1.44 |
| 1504 | 2026-08-29T00:57:24.756Z | Compiling zerocopy-derive v0.6.6 |
| 1505 | 2026-08-29T00:57:25.061Z | Compiling object v0.37.3 |
| 1506 | 2026-08-29T00:57:25.141Z | Compiling flate2 v1.1.9 |
| 1507 | 2026-08-29T00:57:25.185Z | Compiling bitfield v0.19.4 |
| 1508 | 2026-08-29T00:57:25.248Z | Compiling derive_builder_core v0.20.2 |
| 1509 | 2026-08-29T00:57:25.362Z | Compiling icu_provider v2.1.1 |
| 1510 | 2026-08-29T00:57:25.521Z | Compiling dtrace-parser v0.3.0 |
| 1511 | 2026-08-29T00:57:25.560Z | Compiling time v0.3.47 |
| 1512 | 2026-08-29T00:57:25.576Z | Compiling thiserror v1.0.69 |
| 1513 | 2026-08-29T00:57:25.636Z | Compiling zeroize v1.9.0 |
| 1514 | 2026-08-29T00:57:25.659Z | Compiling bytes v1.11.1 |
| 1515 | 2026-08-29T00:57:25.679Z | Compiling icu_properties v2.1.2 |
| 1516 | 2026-08-29T00:57:25.694Z | Compiling icu_normalizer v2.1.1 |
| 1517 | 2026-08-29T00:57:25.697Z | Compiling chrono v0.4.45 |
| 1518 | 2026-08-29T00:57:25.708Z | Compiling ipnet v2.12.0 |
| 1519 | 2026-08-29T00:57:26.024Z | Compiling hybrid-array v0.4.13 |
| 1520 | 2026-08-29T00:57:26.093Z | Compiling der v0.7.10 |
| 1521 | 2026-08-29T00:57:26.224Z | Compiling tokio v1.52.1 |
| 1522 | 2026-08-29T00:57:26.250Z | Compiling http v1.4.2 |
| 1523 | 2026-08-29T00:57:26.283Z | Compiling rustls-pki-types v1.14.0 |
| 1524 | 2026-08-29T00:57:26.296Z | Compiling hex v0.4.3 |
| 1525 | 2026-08-29T00:57:26.447Z | Compiling block-buffer v0.10.4 |
| 1526 | 2026-08-29T00:57:26.550Z | Compiling idna_adapter v1.2.1 |
| 1527 | 2026-08-29T00:57:26.583Z | Compiling crypto-common v0.1.7 |
| 1528 | 2026-08-29T00:57:26.633Z | Compiling serde_spanned v0.6.9 |
| 1529 | 2026-08-29T00:57:26.703Z | Compiling idna v1.1.0 |
| 1530 | 2026-08-29T00:57:26.749Z | Compiling digest v0.10.7 |
| 1531 | 2026-08-29T00:57:26.753Z | Compiling block-buffer v0.12.1 |
| 1532 | 2026-08-29T00:57:26.788Z | Compiling crypto-common v0.2.2 |
| 1533 | 2026-08-29T00:57:26.802Z | Compiling block-padding v0.4.2 |
| 1534 | 2026-08-29T00:57:26.815Z | Compiling toml_datetime v0.6.11 |
| 1535 | 2026-08-29T00:57:26.981Z | Compiling ppv-lite86 v0.2.21 |
| 1536 | 2026-08-29T00:57:26.996Z | Compiling spki v0.7.3 |
| 1537 | 2026-08-29T00:57:27.024Z | Compiling url v2.5.8 |
| 1538 | 2026-08-29T00:57:27.069Z | Compiling http-body v1.0.1 |
| 1539 | 2026-08-29T00:57:27.084Z | Compiling signature v2.2.0 |
| 1540 | 2026-08-29T00:57:27.113Z | Compiling inout v0.2.2 |
| 1541 | 2026-08-29T00:57:27.160Z | Compiling pkcs8 v0.10.2 |
| 1542 | 2026-08-29T00:57:27.175Z | Compiling sha2 v0.10.9 |
| 1543 | 2026-08-29T00:57:27.225Z | Compiling http-body-util v0.1.3 |
| 1544 | 2026-08-29T00:57:27.237Z | Compiling dof v0.4.0 |
| 1545 | 2026-08-29T00:57:27.287Z | Compiling rand_chacha v0.9.0 |
| 1546 | 2026-08-29T00:57:27.302Z | Compiling rand_chacha v0.3.1 |
| 1547 | 2026-08-29T00:57:27.334Z | Compiling pkcs1 v0.7.5 |
| 1548 | 2026-08-29T00:57:27.371Z | Compiling clap v4.6.1 |
| 1549 | 2026-08-29T00:57:27.442Z | Compiling digest v0.11.3 |
| 1550 | 2026-08-29T00:57:27.463Z | Compiling cipher v0.5.2 |
| 1551 | 2026-08-29T00:57:27.484Z | Compiling zerocopy v0.6.6 |
| 1552 | 2026-08-29T00:57:27.679Z | Compiling rand v0.9.2 |
| 1553 | 2026-08-29T00:57:27.696Z | Compiling rand v0.8.6 |
| 1554 | 2026-08-29T00:57:27.755Z | Compiling chacha20 v0.10.0 |
| 1555 | 2026-08-29T00:57:27.881Z | Compiling crc v3.4.0 |
| 1556 | 2026-08-29T00:57:27.912Z | Compiling scroll_derive v0.12.1 |
| 1557 | 2026-08-29T00:57:27.992Z | Compiling structmeta-derive v0.3.0 |
| 1558 | 2026-08-29T00:57:28.093Z | Compiling array-init v0.0.4 |
| 1559 | 2026-08-29T00:57:28.130Z | Compiling smallvec v0.6.14 |
| 1560 | 2026-08-29T00:57:28.144Z | Compiling darling_core v0.23.0 |
| 1561 | 2026-08-29T00:57:28.414Z | Compiling ipnetwork v0.21.1 |
| 1562 | 2026-08-29T00:57:28.459Z | Compiling proptest v1.11.0 |
| 1563 | 2026-08-29T00:57:28.510Z | Compiling heapless v0.7.17 |
| 1564 | 2026-08-29T00:57:28.561Z | Compiling slog v2.8.2 |
| 1565 | 2026-08-29T00:57:28.577Z | Compiling thread-id v5.1.0 |
| 1566 | 2026-08-29T00:57:28.593Z | Compiling env_filter v2.0.0 |
| 1567 | 2026-08-29T00:57:28.605Z | Compiling syn v3.0.3 |
| 1568 | 2026-08-29T00:57:28.667Z | Compiling cookie v0.18.1 |
| 1569 | 2026-08-29T00:57:28.681Z | Compiling ryu v1.0.23 |
| 1570 | 2026-08-29T00:57:28.774Z | Compiling zstd-safe v7.2.4 |
| 1571 | 2026-08-29T00:57:28.789Z | Compiling allocator-api2 v0.2.21 |
| 1572 | 2026-08-29T00:57:28.818Z | Compiling hashbrown v0.12.3 |
| 1573 | 2026-08-29T00:57:28.831Z | Compiling iri-string v0.7.10 |
| 1574 | 2026-08-29T00:57:28.866Z | Compiling winnow v0.5.40 |
| 1575 | 2026-08-29T00:57:28.881Z | Compiling base64 v0.21.7 |
| 1576 | 2026-08-29T00:57:28.909Z | Compiling anyhow v1.0.104 |
| 1577 | 2026-08-29T00:57:28.939Z | Compiling unicode-properties v0.1.4 |
| 1578 | 2026-08-29T00:57:28.985Z | Compiling gimli v0.32.3 |
| 1579 | 2026-08-29T00:57:29.132Z | Compiling unicode-bidi v0.3.18 |
| 1580 | 2026-08-29T00:57:29.136Z | Compiling signal-hook v0.3.18 |
| 1581 | 2026-08-29T00:57:29.162Z | Compiling structmeta v0.3.0 |
| 1582 | 2026-08-29T00:57:29.176Z | Compiling ron v0.8.1 |
| 1583 | 2026-08-29T00:57:29.224Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1584 | 2026-08-29T00:57:29.391Z | Compiling serde_urlencoded v0.7.1 |
| 1585 | 2026-08-29T00:57:29.462Z | Compiling stringprep v0.1.5 |
| 1586 | 2026-08-29T00:57:29.477Z | Compiling rsa v0.9.10 |
| 1587 | 2026-08-29T00:57:29.673Z | Compiling env_logger v0.11.11 |
| 1588 | 2026-08-29T00:57:29.688Z | Compiling scroll v0.12.0 |
| 1589 | 2026-08-29T00:57:29.702Z | Compiling oxnet v0.1.6 |
| 1590 | 2026-08-29T00:57:30.055Z | Compiling serde-hex v0.1.0 |
| 1591 | 2026-08-29T00:57:30.119Z | Compiling tokio-util v0.7.18 |
| 1592 | 2026-08-29T00:57:30.154Z | Compiling tower v0.5.3 |
| 1593 | 2026-08-29T00:57:30.173Z | Compiling tokio-native-tls v0.3.1 |
| 1594 | 2026-08-29T00:57:30.352Z | Compiling toml_edit v0.19.15 |
| 1595 | 2026-08-29T00:57:30.366Z | Compiling camino v1.2.5 |
| 1596 | 2026-08-29T00:57:30.407Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1597 | 2026-08-29T00:57:30.548Z | Compiling rand v0.10.1 |
| 1598 | 2026-08-29T00:57:30.604Z | Compiling tower-http v0.6.8 |
| 1599 | 2026-08-29T00:57:30.751Z | Compiling darling_macro v0.23.0 |
| 1600 | 2026-08-29T00:57:30.775Z | Compiling addr2line v0.25.1 |
| 1601 | 2026-08-29T00:57:30.972Z | Compiling h2 v0.4.15 |
| 1602 | 2026-08-29T00:57:31.037Z | Compiling newtype-uuid v1.3.2 |
| 1603 | 2026-08-29T00:57:31.193Z | Compiling md-5 v0.11.0 |
| 1604 | 2026-08-29T00:57:31.207Z | Compiling sha2 v0.11.0 |
| 1605 | 2026-08-29T00:57:31.288Z | Compiling hmac v0.13.0 |
| 1606 | 2026-08-29T00:57:31.382Z | Compiling hashbrown v0.13.2 |
| 1607 | 2026-08-29T00:57:31.398Z | Compiling x509-cert v0.2.5 |
| 1608 | 2026-08-29T00:57:31.482Z | Compiling rustls-native-certs v0.8.3 |
| 1609 | 2026-08-29T00:57:31.517Z | Compiling derive_builder_macro v0.20.2 |
| 1610 | 2026-08-29T00:57:31.643Z | Compiling bzip2 v0.4.4 |
| 1611 | 2026-08-29T00:57:31.794Z | Compiling serde_tokenstream v0.2.3 |
| 1612 | 2026-08-29T00:57:31.823Z | Compiling erased-serde v0.3.31 |
| 1613 | 2026-08-29T00:57:31.882Z | Compiling bstr v1.12.1 |
| 1614 | 2026-08-29T00:57:32.025Z | Compiling async-trait v0.1.89 |
| 1615 | 2026-08-29T00:57:32.101Z | Compiling pin-project-internal v1.1.11 |
| 1616 | 2026-08-29T00:57:32.118Z | Compiling zerocopy-derive v0.7.35 |
| 1617 | 2026-08-29T00:57:32.120Z | Compiling daft-derive v0.1.8 |
| 1618 | 2026-08-29T00:57:32.335Z | Compiling curve25519-dalek v4.1.3 |
| 1619 | 2026-08-29T00:57:32.553Z | Compiling heck v0.4.1 |
| 1620 | 2026-08-29T00:57:32.580Z | Compiling vergen-lib v9.1.0 |
| 1621 | 2026-08-29T00:57:32.684Z | Compiling hash32 v0.2.1 |
| 1622 | 2026-08-29T00:57:32.774Z | Compiling memoffset v0.9.1 |
| 1623 | 2026-08-29T00:57:32.839Z | Compiling encoding_rs v0.8.35 |
| 1624 | 2026-08-29T00:57:32.862Z | Compiling cfg_aliases v0.2.1 |
| 1625 | 2026-08-29T00:57:32.893Z | Compiling rustc-demangle v0.1.27 |
| 1626 | 2026-08-29T00:57:32.951Z | Compiling fallible-iterator v0.2.0 |
| 1627 | 2026-08-29T00:57:32.964Z | Compiling mime v0.3.17 |
| 1628 | 2026-08-29T00:57:32.997Z | Compiling psl-types v2.0.11 |
| 1629 | 2026-08-29T00:57:33.038Z | Compiling crc-any v2.5.0 |
| 1630 | 2026-08-29T00:57:33.055Z | Compiling litrs v1.0.0 |
| 1631 | 2026-08-29T00:57:33.068Z | Compiling rustix v0.38.44 |
| 1632 | 2026-08-29T00:57:33.100Z | Compiling ref-cast v1.0.25 |
| 1633 | 2026-08-29T00:57:33.136Z | Compiling owo-colors v4.3.0 |
| 1634 | 2026-08-29T00:57:33.271Z | Compiling smoltcp v0.9.1 |
| 1635 | 2026-08-29T00:57:33.292Z | Compiling pin-project v1.1.11 |
| 1636 | 2026-08-29T00:57:33.308Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1637 | 2026-08-29T00:57:33.339Z | Compiling postgres-protocol v0.6.12 |
| 1638 | 2026-08-29T00:57:33.356Z | Compiling publicsuffix v2.3.0 |
| 1639 | 2026-08-29T00:57:33.404Z | Compiling zerocopy v0.7.35 |
| 1640 | 2026-08-29T00:57:33.548Z | Compiling nix v0.31.2 |
| 1641 | 2026-08-29T00:57:33.559Z | Compiling daft v0.1.8 |
| 1642 | 2026-08-29T00:57:33.589Z | Compiling document-features v0.2.12 |
| 1643 | 2026-08-29T00:57:33.617Z | Compiling snafu-derive v0.8.9 |
| 1644 | 2026-08-29T00:57:33.863Z | Compiling derive_builder v0.20.2 |
| 1645 | 2026-08-29T00:57:33.917Z | Compiling object v0.30.4 |
| 1646 | 2026-08-29T00:57:33.936Z | Compiling zip v0.6.6 |
| 1647 | 2026-08-29T00:57:33.993Z | Compiling toml v0.7.8 |
| 1648 | 2026-08-29T00:57:33.995Z | Compiling darling v0.23.0 |
| 1649 | 2026-08-29T00:57:34.021Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1650 | 2026-08-29T00:57:34.082Z | Compiling goblin v0.8.2 |
| 1651 | 2026-08-29T00:57:34.274Z | Compiling hyper v1.10.1 |
| 1652 | 2026-08-29T00:57:34.296Z | Compiling derive-ex v0.1.8 |
| 1653 | 2026-08-29T00:57:34.390Z | Compiling hmac v0.12.1 |
| 1654 | 2026-08-29T00:57:34.482Z | Compiling backtrace v0.3.76 |
| 1655 | 2026-08-29T00:57:34.565Z | Compiling futures-executor v0.3.32 |
| 1656 | 2026-08-29T00:57:34.633Z | Compiling hubpack_derive v0.1.1 |
| 1657 | 2026-08-29T00:57:34.689Z | Compiling regex v1.12.3 |
| 1658 | 2026-08-29T00:57:34.776Z | Compiling strum_macros v0.27.2 |
| 1659 | 2026-08-29T00:57:34.853Z | Compiling ref-cast-impl v1.0.25 |
| 1660 | 2026-08-29T00:57:34.853Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1661 | 2026-08-29T00:57:34.967Z | Compiling phf_shared v0.13.1 |
| 1662 | 2026-08-29T00:57:35.112Z | Compiling convert_case v0.10.0 |
| 1663 | 2026-08-29T00:57:35.180Z | Compiling cargo-platform v0.3.2 |
| 1664 | 2026-08-29T00:57:35.256Z | Compiling vergen v9.1.0 |
| 1665 | 2026-08-29T00:57:35.258Z | Compiling ff v0.13.1 |
| 1666 | 2026-08-29T00:57:35.320Z | Compiling fs-err v3.3.0 |
| 1667 | 2026-08-29T00:57:35.382Z | Compiling hyper-util v0.1.20 |
| 1668 | 2026-08-29T00:57:35.383Z | Compiling managed v0.8.0 |
| 1669 | 2026-08-29T00:57:35.438Z | Compiling is_ci v1.2.0 |
| 1670 | 2026-08-29T00:57:35.438Z | Compiling bumpalo v3.20.2 |
| 1671 | 2026-08-29T00:57:35.503Z | Compiling libbz2-rs-sys v0.2.2 |
| 1672 | 2026-08-29T00:57:35.568Z | Compiling jiff-core v0.1.0 |
| 1673 | 2026-08-29T00:57:35.569Z | Compiling foldhash v0.2.0 |
| 1674 | 2026-08-29T00:57:35.613Z | Compiling foldhash v0.1.5 |
| 1675 | 2026-08-29T00:57:35.675Z | Compiling same-file v1.0.6 |
| 1676 | 2026-08-29T00:57:35.774Z | Compiling bitflags v1.3.2 |
| 1677 | 2026-08-29T00:57:35.774Z | Compiling base16ct v0.2.0 |
| 1678 | 2026-08-29T00:57:35.840Z | Compiling path-slash v0.1.5 |
| 1679 | 2026-08-29T00:57:35.841Z | Compiling walkdir v2.5.0 |
| 1680 | 2026-08-29T00:57:35.841Z | Compiling sec1 v0.7.3 |
| 1681 | 2026-08-29T00:57:35.878Z | Compiling hashbrown v0.15.5 |
| 1682 | 2026-08-29T00:57:35.907Z | Compiling hashbrown v0.16.1 |
| 1683 | 2026-08-29T00:57:35.926Z | Compiling bzip2 v0.6.1 |
| 1684 | 2026-08-29T00:57:36.023Z | Compiling test-strategy v0.4.5 |
| 1685 | 2026-08-29T00:57:36.101Z | Compiling textwrap v0.16.2 |
| 1686 | 2026-08-29T00:57:36.118Z | Compiling snafu v0.8.9 |
| 1687 | 2026-08-29T00:57:36.131Z | Compiling zopfli v0.8.3 |
| 1688 | 2026-08-29T00:57:36.284Z | Compiling jiff v0.2.34 |
| 1689 | 2026-08-29T00:57:36.399Z | Compiling dof v0.3.0 |
| 1690 | 2026-08-29T00:57:36.488Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1691 | 2026-08-29T00:57:36.492Z | Compiling supports-color v3.0.2 |
| 1692 | 2026-08-29T00:57:36.601Z | Compiling derive_more-impl v2.1.1 |
| 1693 | 2026-08-29T00:57:36.689Z | Compiling group v0.13.0 |
| 1694 | 2026-08-29T00:57:36.704Z | Compiling hyper-tls v0.6.0 |
| 1695 | 2026-08-29T00:57:36.729Z | Compiling strum v0.27.2 |
| 1696 | 2026-08-29T00:57:36.849Z | Compiling cargo_metadata v0.23.1 |
| 1697 | 2026-08-29T00:57:36.863Z | Compiling hubpack v0.1.2 |
| 1698 | 2026-08-29T00:57:36.877Z | Compiling phf v0.13.1 |
| 1699 | 2026-08-29T00:57:36.890Z | Compiling reqwest v0.12.28 |
| 1700 | 2026-08-29T00:57:36.949Z | Compiling backtrace-ext v0.2.1 |
| 1701 | 2026-08-29T00:57:37.046Z | Compiling futures v0.3.32 |
| 1702 | 2026-08-29T00:57:37.079Z | Compiling signal-hook-mio v0.2.5 |
| 1703 | 2026-08-29T00:57:37.102Z | Compiling hkdf v0.12.4 |
| 1704 | 2026-08-29T00:57:37.138Z | Compiling cookie_store v0.22.1 |
| 1705 | 2026-08-29T00:57:37.183Z | Compiling zstd v0.13.3 |
| 1706 | 2026-08-29T00:57:37.233Z | Compiling serde_with_macros v3.21.0 |
| 1707 | 2026-08-29T00:57:37.314Z | Compiling postgres-types v0.2.14 |
| 1708 | 2026-08-29T00:57:37.550Z | Compiling globset v0.4.18 |
| 1709 | 2026-08-29T00:57:37.624Z | Compiling usdt-macro v0.6.0 |
| 1710 | 2026-08-29T00:57:37.802Z | Compiling usdt-attr-macro v0.6.0 |
| 1711 | 2026-08-29T00:57:37.815Z | Compiling byte-wrapper v0.1.0 |
| 1712 | 2026-08-29T00:57:37.865Z | Compiling ed25519 v2.2.3 |
| 1713 | 2026-08-29T00:57:37.944Z | Compiling crypto-bigint v0.5.5 |
| 1714 | 2026-08-29T00:57:38.248Z | Compiling dtrace-parser v0.2.0 |
| 1715 | 2026-08-29T00:57:38.347Z | Compiling olpc-cjson v0.1.4 |
| 1716 | 2026-08-29T00:57:38.347Z | Compiling serde_plain v1.0.2 |
| 1717 | 2026-08-29T00:57:38.422Z | Compiling serde-big-array v0.5.1 |
| 1718 | 2026-08-29T00:57:38.498Z | Compiling async-recursion v1.1.1 |
| 1719 | 2026-08-29T00:57:38.498Z | Compiling enum-as-inner v0.6.1 |
| 1720 | 2026-08-29T00:57:38.498Z | Compiling strum_macros v0.26.4 |
| 1721 | 2026-08-29T00:57:38.504Z | Compiling serde_repr v0.1.20 |
| 1722 | 2026-08-29T00:57:38.511Z | Compiling miette-derive v7.6.0 |
| 1723 | 2026-08-29T00:57:39.111Z | Compiling phf_shared v0.11.3 |
| 1724 | 2026-08-29T00:57:39.159Z | Compiling float-cmp v0.10.0 |
| 1725 | 2026-08-29T00:57:39.159Z | Compiling pem v3.0.6 |
| 1726 | 2026-08-29T00:57:39.159Z | Compiling thread-id v4.2.2 |
| 1727 | 2026-08-29T00:57:39.159Z | Compiling memmap2 v0.9.10 |
| 1728 | 2026-08-29T00:57:39.159Z | Compiling keccak v0.1.6 |
| 1729 | 2026-08-29T00:57:39.159Z | Compiling static_assertions v1.1.0 |
| 1730 | 2026-08-29T00:57:39.159Z | Compiling supports-unicode v3.0.0 |
| 1731 | 2026-08-29T00:57:39.159Z | Compiling data-encoding v2.10.0 |
| 1732 | 2026-08-29T00:57:39.159Z | Compiling difflib v0.4.0 |
| 1733 | 2026-08-29T00:57:39.159Z | Compiling predicates-core v1.0.10 |
| 1734 | 2026-08-29T00:57:39.159Z | Compiling either v1.15.0 |
| 1735 | 2026-08-29T00:57:39.185Z | Compiling fixedbitset v0.5.7 |
| 1736 | 2026-08-29T00:57:39.200Z | Compiling typed-path v0.9.3 |
| 1737 | 2026-08-29T00:57:39.320Z | Compiling precomputed-hash v0.1.1 |
| 1738 | 2026-08-29T00:57:39.368Z | Compiling supports-hyperlinks v3.2.0 |
| 1739 | 2026-08-29T00:57:39.398Z | Compiling new_debug_unreachable v1.0.6 |
| 1740 | 2026-08-29T00:57:39.493Z | Compiling winnow v1.0.3 |
| 1741 | 2026-08-29T00:57:39.537Z | Compiling normalize-line-endings v0.3.0 |
| 1742 | 2026-08-29T00:57:39.569Z | Compiling whoami v2.1.0 |
| 1743 | 2026-08-29T00:57:39.604Z | Compiling fixedbitset v0.4.2 |
| 1744 | 2026-08-29T00:57:39.631Z | Compiling predicates v3.1.4 |
| 1745 | 2026-08-29T00:57:39.651Z | Compiling string_cache v0.8.9 |
| 1746 | 2026-08-29T00:57:39.700Z | Compiling toml_edit v0.22.27 |
| 1747 | 2026-08-29T00:57:39.719Z | Compiling miette v7.6.0 |
| 1748 | 2026-08-29T00:57:39.739Z | Compiling petgraph v0.8.3 |
| 1749 | 2026-08-29T00:57:39.796Z | Compiling petgraph v0.6.5 |
| 1750 | 2026-08-29T00:57:39.835Z | Compiling tokio-postgres v0.7.18 |
| 1751 | 2026-08-29T00:57:39.878Z | Compiling hickory-proto v0.25.2 |
| 1752 | 2026-08-29T00:57:39.919Z | Compiling itertools v0.13.0 |
| 1753 | 2026-08-29T00:57:39.935Z | Compiling sha3 v0.10.8 |
| 1754 | 2026-08-29T00:57:40.189Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1755 | 2026-08-29T00:57:40.294Z | Compiling usdt v0.6.0 |
| 1756 | 2026-08-29T00:57:40.303Z | Compiling strum v0.26.3 |
| 1757 | 2026-08-29T00:57:40.413Z | Compiling elliptic-curve v0.13.8 |
| 1758 | 2026-08-29T00:57:40.446Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1759 | 2026-08-29T00:57:40.483Z | Compiling usdt-impl v0.5.0 |
| 1760 | 2026-08-29T00:57:40.567Z | Compiling zip v4.6.1 |
| 1761 | 2026-08-29T00:57:40.580Z | Compiling serde_with v3.21.0 |
| 1762 | 2026-08-29T00:57:40.702Z | Compiling crossterm v0.28.1 |
| 1763 | 2026-08-29T00:57:40.818Z | Compiling ed25519-dalek v2.2.0 |
| 1764 | 2026-08-29T00:57:40.898Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1765 | 2026-08-29T00:57:41.079Z | Compiling derive_more v2.1.1 |
| 1766 | 2026-08-29T00:57:41.182Z | Compiling iddqd v0.4.2 |
| 1767 | 2026-08-29T00:57:41.370Z | Compiling similar v2.7.0 |
| 1768 | 2026-08-29T00:57:41.503Z | Compiling crossbeam-epoch v0.9.18 |
| 1769 | 2026-08-29T00:57:41.528Z | Compiling tokio-stream v0.1.18 |
| 1770 | 2026-08-29T00:57:41.720Z | Compiling buf-list v1.1.2 |
| 1771 | 2026-08-29T00:57:41.738Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1772 | 2026-08-29T00:57:41.851Z | Compiling openapiv3 v2.2.0 |
| 1773 | 2026-08-29T00:57:41.990Z | Compiling peg-runtime v0.8.5 |
| 1774 | 2026-08-29T00:57:42.006Z | Compiling lalrpop-util v0.19.12 |
| 1775 | 2026-08-29T00:57:42.022Z | Compiling thread_local v1.1.9 |
| 1776 | 2026-08-29T00:57:42.048Z | Compiling slog-async v2.8.0 |
| 1777 | 2026-08-29T00:57:42.201Z | Compiling crossbeam-channel v0.5.15 |
| 1778 | 2026-08-29T00:57:42.218Z | Compiling is-terminal v0.4.17 |
| 1779 | 2026-08-29T00:57:42.242Z | Compiling filetime v0.2.27 |
| 1780 | 2026-08-29T00:57:42.286Z | Compiling term v1.2.1 |
| 1781 | 2026-08-29T00:57:42.300Z | Compiling xattr v1.6.1 |
| 1782 | 2026-08-29T00:57:42.334Z | Compiling take_mut v0.2.2 |
| 1783 | 2026-08-29T00:57:42.401Z | Compiling camino-tempfile v1.4.1 |
| 1784 | 2026-08-29T00:57:42.425Z | Compiling tar v0.4.46 |
| 1785 | 2026-08-29T00:57:42.574Z | Compiling slog-term v2.9.2 |
| 1786 | 2026-08-29T00:57:59.852Z | Compiling rustls-webpki v0.103.13 |
| 1787 | 2026-08-29T00:58:02.554Z | Compiling tokio-rustls v0.26.4 |
| 1788 | 2026-08-29T00:58:02.554Z | Compiling rustls-platform-verifier v0.6.2 |
| 1789 | 2026-08-29T00:58:02.554Z | Compiling tough v0.22.0 |
| 1790 | 2026-08-29T00:58:02.746Z | Compiling hyper-rustls v0.27.7 |
| 1791 | 2026-08-29T00:58:02.935Z | Compiling reqwest v0.13.2 |
| 1792 | 2026-08-29T00:58:05.134Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1793 | 2026-08-29T00:58:05.366Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1794 | 2026-08-29T00:58:08.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.64s |
| 1795 | 2026-08-29T00:58:08.495Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1796 | 2026-08-29T00:58:08.527Z | Aug 29 00:58:07.812 INFO Starting download, target: MaghemiteMgd |
| 1797 | 2026-08-29T00:58:08.527Z | Aug 29 00:58:07.813 INFO Starting download, target: Cockroach |
| 1798 | 2026-08-29T00:58:08.528Z | Aug 29 00:58:07.813 INFO Starting download, target: DendriteStub |
| 1799 | 2026-08-29T00:58:08.641Z | Aug 29 00:58:07.813 INFO Starting download, target: Clickhouse |
| 1800 | 2026-08-29T00:58:08.641Z | Aug 29 00:58:07.813 INFO Starting download, target: Console |
| 1801 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.813 INFO Starting download, target: MaghemiteDdmd |
| 1802 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.813 INFO Starting download, target: TransceiverControl |
| 1803 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.813 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1804 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.813 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1805 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.813 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1806 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.813 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1807 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.814 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1808 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.814 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1809 | 2026-08-29T00:58:08.642Z | Aug 29 00:58:07.814 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1810 | 2026-08-29T00:58:10.084Z | Aug 29 00:58:09.120 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1811 | 2026-08-29T00:58:10.272Z | Aug 29 00:58:09.380 INFO Download complete, target: TransceiverControl |
| 1812 | 2026-08-29T00:58:10.381Z | Aug 29 00:58:09.592 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1813 | 2026-08-29T00:58:10.575Z | Aug 29 00:58:09.840 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1814 | 2026-08-29T00:58:10.915Z | Aug 29 00:58:10.084 INFO Download complete, target: Console |
| 1815 | 2026-08-29T00:58:13.668Z | Aug 29 00:58:12.942 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1816 | 2026-08-29T00:58:13.890Z | Aug 29 00:58:13.164 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1817 | 2026-08-29T00:58:14.514Z | Aug 29 00:58:13.794 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1818 | 2026-08-29T00:58:15.332Z | Aug 29 00:58:14.625 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1819 | 2026-08-29T00:58:15.333Z | Aug 29 00:58:14.625 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1820 | 2026-08-29T00:58:15.532Z | Aug 29 00:58:14.819 INFO Download complete, target: MaghemiteDdmd |
| 1821 | 2026-08-29T00:58:16.348Z | Aug 29 00:58:15.632 INFO Download complete, target: DendriteStub |
| 1822 | 2026-08-29T00:58:16.946Z | Aug 29 00:58:16.241 INFO Checking that binary works, target: Clickhouse |
| 1823 | 2026-08-29T00:58:16.963Z | Aug 29 00:58:16.252 INFO Download complete, target: MaghemiteMgd |
| 1824 | 2026-08-29T00:58:17.138Z | Aug 29 00:58:16.367 INFO Download complete, target: Clickhouse |
| 1825 | 2026-08-29T00:58:19.853Z | Aug 29 00:58:19.141 INFO Checking that binary works, target: Cockroach |
| 1826 | 2026-08-29T00:58:19.986Z | Aug 29 00:58:19.276 INFO Download complete, target: Cockroach |
| 1827 | 2026-08-29T00:58:19.993Z | All prerequisites installed successfully |
| 1828 | 2026-08-29T00:58:19.993Z | |
| 1829 | 2026-08-29T00:58:19.993Z | real 1:57.379948291 |
| 1830 | 2026-08-29T00:58:19.993Z | user 7:25.597241438 |
| 1831 | 2026-08-29T00:58:19.993Z | sys 1:45.728428430 |
| 1832 | 2026-08-29T00:58:19.993Z | trap 0.319234756 |
| 1833 | 2026-08-29T00:58:19.993Z | tflt 0.967947723 |
| 1834 | 2026-08-29T00:58:19.993Z | dflt 1.456848679 |
| 1835 | 2026-08-29T00:58:19.994Z | kflt 0.030848160 |
| 1836 | 2026-08-29T00:58:19.994Z | lock 30:21.946484304 |
| 1837 | 2026-08-29T00:58:19.994Z | slp 20:28.867090285 |
| 1838 | 2026-08-29T00:58:19.994Z | lat 29.321133215 |
| 1839 | 2026-08-29T00:58:19.994Z | stop 3:29.329340410 |
| 1840 | 2026-08-29T00:58:19.994Z | + ptime -m cargo xtask download softnpu |
| 1841 | 2026-08-29T00:58:20.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1842 | 2026-08-29T00:58:20.511Z | Running `target/debug/xtask download softnpu` |
| 1843 | 2026-08-29T00:58:21.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1844 | 2026-08-29T00:58:21.324Z | Running `target/debug/xtask-downloader softnpu` |
| 1845 | 2026-08-29T00:58:21.363Z | Aug 29 00:58:20.658 INFO Starting download, target: Softnpu |
| 1846 | 2026-08-29T00:58:21.369Z | Aug 29 00:58:20.658 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1847 | 2026-08-29T00:58:22.833Z | Aug 29 00:58:21.995 INFO Download complete, target: Softnpu |
| 1848 | 2026-08-29T00:58:22.854Z | |
| 1849 | 2026-08-29T00:58:22.854Z | real 2.709714591 |
| 1850 | 2026-08-29T00:58:22.854Z | user 1.321129049 |
| 1851 | 2026-08-29T00:58:22.854Z | sys 0.637024078 |
| 1852 | 2026-08-29T00:58:22.855Z | trap 0.000730480 |
| 1853 | 2026-08-29T00:58:22.855Z | tflt 0.000113570 |
| 1854 | 2026-08-29T00:58:22.855Z | dflt 0.000541240 |
| 1855 | 2026-08-29T00:58:22.855Z | kflt 0.000000000 |
| 1856 | 2026-08-29T00:58:22.855Z | lock 25.352931192 |
| 1857 | 2026-08-29T00:58:22.855Z | slp 1.198385613 |
| 1858 | 2026-08-29T00:58:22.855Z | lat 0.113029362 |
| 1859 | 2026-08-29T00:58:22.855Z | stop 0.000178510 |
| 1860 | 2026-08-29T00:58:22.855Z | + export CARGO_INCREMENTAL=0 |
| 1861 | 2026-08-29T00:58:22.855Z | + CARGO_INCREMENTAL=0 |
| 1862 | 2026-08-29T00:58:22.855Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1863 | 2026-08-29T00:58:23.680Z | Compiling proc-macro2 v1.0.106 |
| 1864 | 2026-08-29T00:58:23.680Z | Compiling quote v1.0.45 |
| 1865 | 2026-08-29T00:58:23.680Z | Compiling unicode-ident v1.0.24 |
| 1866 | 2026-08-29T00:58:23.708Z | Compiling serde_core v1.0.228 |
| 1867 | 2026-08-29T00:58:23.709Z | Compiling libc v0.2.185 |
| 1868 | 2026-08-29T00:58:23.709Z | Compiling serde v1.0.228 |
| 1869 | 2026-08-29T00:58:23.709Z | Compiling cfg-if v1.0.4 |
| 1870 | 2026-08-29T00:58:23.709Z | Compiling version_check v0.9.5 |
| 1871 | 2026-08-29T00:58:23.817Z | Compiling autocfg v1.5.0 |
| 1872 | 2026-08-29T00:58:23.844Z | Compiling shlex v1.3.0 |
| 1873 | 2026-08-29T00:58:23.844Z | Compiling find-msvc-tools v0.1.9 |
| 1874 | 2026-08-29T00:58:23.844Z | Compiling memchr v2.8.0 |
| 1875 | 2026-08-29T00:58:23.844Z | Compiling zmij v1.0.21 |
| 1876 | 2026-08-29T00:58:23.847Z | Compiling serde_json v1.0.151 |
| 1877 | 2026-08-29T00:58:24.084Z | Compiling getrandom v0.4.3 |
| 1878 | 2026-08-29T00:58:24.125Z | Compiling portable-atomic v1.13.1 |
| 1879 | 2026-08-29T00:58:24.142Z | Compiling zerocopy v0.8.55 |
| 1880 | 2026-08-29T00:58:24.143Z | Compiling libm v0.2.16 |
| 1881 | 2026-08-29T00:58:24.155Z | Compiling smallvec v1.15.1 |
| 1882 | 2026-08-29T00:58:24.195Z | Compiling icu_normalizer_data v2.1.1 |
| 1883 | 2026-08-29T00:58:24.198Z | Compiling icu_properties_data v2.1.2 |
| 1884 | 2026-08-29T00:58:24.198Z | Compiling parking_lot_core v0.9.12 |
| 1885 | 2026-08-29T00:58:24.331Z | Compiling itoa v1.0.17 |
| 1886 | 2026-08-29T00:58:24.377Z | Compiling num-traits v0.2.19 |
| 1887 | 2026-08-29T00:58:24.439Z | Compiling generic-array v0.14.7 |
| 1888 | 2026-08-29T00:58:24.499Z | Compiling log v0.4.33 |
| 1889 | 2026-08-29T00:58:24.544Z | Compiling subtle v2.6.1 |
| 1890 | 2026-08-29T00:58:24.544Z | Compiling pkg-config v0.3.32 |
| 1891 | 2026-08-29T00:58:24.576Z | Compiling stable_deref_trait v1.2.1 |
| 1892 | 2026-08-29T00:58:24.603Z | Compiling typenum v1.20.1 |
| 1893 | 2026-08-29T00:58:24.618Z | Compiling rustix v1.1.4 |
| 1894 | 2026-08-29T00:58:24.733Z | Compiling rand_core v0.10.0 |
| 1895 | 2026-08-29T00:58:24.794Z | Compiling scopeguard v1.2.0 |
| 1896 | 2026-08-29T00:58:24.872Z | Compiling thiserror v2.0.18 |
| 1897 | 2026-08-29T00:58:24.882Z | Compiling lock_api v0.4.14 |
| 1898 | 2026-08-29T00:58:24.930Z | Compiling getrandom v0.3.4 |
| 1899 | 2026-08-29T00:58:24.977Z | Compiling jobserver v0.1.34 |
| 1900 | 2026-08-29T00:58:25.127Z | Compiling errno v0.3.14 |
| 1901 | 2026-08-29T00:58:25.163Z | Compiling syn v2.0.117 |
| 1902 | 2026-08-29T00:58:25.215Z | Compiling cc v1.2.56 |
| 1903 | 2026-08-29T00:58:25.238Z | Compiling critical-section v1.2.0 |
| 1904 | 2026-08-29T00:58:25.243Z | Compiling litemap v0.8.1 |
| 1905 | 2026-08-29T00:58:25.243Z | Compiling equivalent v1.0.2 |
| 1906 | 2026-08-29T00:58:25.287Z | Compiling percent-encoding v2.3.2 |
| 1907 | 2026-08-29T00:58:25.317Z | Compiling schemars v0.8.22 |
| 1908 | 2026-08-29T00:58:25.322Z | Compiling writeable v0.6.2 |
| 1909 | 2026-08-29T00:58:25.370Z | Compiling pin-project-lite v0.2.17 |
| 1910 | 2026-08-29T00:58:25.376Z | Compiling syn v1.0.109 |
| 1911 | 2026-08-29T00:58:25.480Z | Compiling rustversion v1.0.22 |
| 1912 | 2026-08-29T00:58:25.628Z | Compiling once_cell v1.21.3 |
| 1913 | 2026-08-29T00:58:25.669Z | Compiling heck v0.5.0 |
| 1914 | 2026-08-29T00:58:25.669Z | Compiling hashbrown v0.17.0 |
| 1915 | 2026-08-29T00:58:25.670Z | Compiling getrandom v0.2.17 |
| 1916 | 2026-08-29T00:58:25.670Z | Compiling dunce v1.0.5 |
| 1917 | 2026-08-29T00:58:25.752Z | Compiling fs_extra v1.3.0 |
| 1918 | 2026-08-29T00:58:25.881Z | Compiling rand_core v0.6.4 |
| 1919 | 2026-08-29T00:58:25.965Z | Compiling utf8_iter v1.0.4 |
| 1920 | 2026-08-29T00:58:25.965Z | Compiling byteorder v1.5.0 |
| 1921 | 2026-08-29T00:58:26.009Z | Compiling form_urlencoded v1.2.2 |
| 1922 | 2026-08-29T00:58:26.058Z | Compiling cmake v0.1.57 |
| 1923 | 2026-08-29T00:58:26.142Z | Compiling strsim v0.11.1 |
| 1924 | 2026-08-29T00:58:26.188Z | Compiling signal-hook-registry v1.4.8 |
| 1925 | 2026-08-29T00:58:26.268Z | Compiling thiserror v1.0.69 |
| 1926 | 2026-08-29T00:58:26.268Z | Compiling semver v1.0.28 |
| 1927 | 2026-08-29T00:58:26.328Z | Compiling bitflags v2.11.0 |
| 1928 | 2026-08-29T00:58:26.481Z | Compiling indexmap v2.14.0 |
| 1929 | 2026-08-29T00:58:26.542Z | Compiling parking_lot v0.12.5 |
| 1930 | 2026-08-29T00:58:26.605Z | Compiling aws-lc-sys v0.40.0 |
| 1931 | 2026-08-29T00:58:26.605Z | Compiling socket2 v0.6.3 |
| 1932 | 2026-08-29T00:58:26.605Z | Compiling mio v1.2.0 |
| 1933 | 2026-08-29T00:58:26.724Z | Compiling futures-core v0.3.32 |
| 1934 | 2026-08-29T00:58:26.778Z | Compiling aws-lc-rs v1.16.3 |
| 1935 | 2026-08-29T00:58:26.814Z | Compiling httparse v1.10.1 |
| 1936 | 2026-08-29T00:58:26.831Z | Compiling iana-time-zone v0.1.65 |
| 1937 | 2026-08-29T00:58:26.957Z | Compiling fnv v1.0.7 |
| 1938 | 2026-08-29T00:58:27.082Z | Compiling ucd-trie v0.1.7 |
| 1939 | 2026-08-29T00:58:27.124Z | Compiling crc32fast v1.5.0 |
| 1940 | 2026-08-29T00:58:27.140Z | Compiling regex-syntax v0.8.10 |
| 1941 | 2026-08-29T00:58:27.262Z | Compiling pest v2.8.6 |
| 1942 | 2026-08-29T00:58:27.403Z | Compiling uuid v1.23.4 |
| 1943 | 2026-08-29T00:58:27.500Z | Compiling ident_case v1.0.1 |
| 1944 | 2026-08-29T00:58:27.500Z | Compiling vcpkg v0.2.15 |
| 1945 | 2026-08-29T00:58:27.500Z | Compiling const-oid v0.9.6 |
| 1946 | 2026-08-29T00:58:27.666Z | Compiling rustc_version v0.4.1 |
| 1947 | 2026-08-29T00:58:27.711Z | Compiling rustls v0.23.41 |
| 1948 | 2026-08-29T00:58:27.890Z | Compiling dyn-clone v1.0.20 |
| 1949 | 2026-08-29T00:58:27.916Z | Compiling futures-sink v0.3.32 |
| 1950 | 2026-08-29T00:58:28.010Z | Compiling openssl-sys v0.9.117 |
| 1951 | 2026-08-29T00:58:28.028Z | Compiling synstructure v0.13.2 |
| 1952 | 2026-08-29T00:58:28.028Z | Compiling serde_derive_internals v0.29.1 |
| 1953 | 2026-08-29T00:58:28.028Z | Compiling futures-channel v0.3.32 |
| 1954 | 2026-08-29T00:58:28.244Z | Compiling aho-corasick v1.1.4 |
| 1955 | 2026-08-29T00:58:28.316Z | Compiling futures-task v0.3.32 |
| 1956 | 2026-08-29T00:58:28.371Z | Compiling futures-io v0.3.32 |
| 1957 | 2026-08-29T00:58:28.431Z | Compiling pest_meta v2.8.6 |
| 1958 | 2026-08-29T00:58:28.546Z | Compiling slab v0.4.12 |
| 1959 | 2026-08-29T00:58:28.693Z | Compiling cmov v0.5.4 |
| 1960 | 2026-08-29T00:58:28.805Z | Compiling num-conv v0.2.0 |
| 1961 | 2026-08-29T00:58:28.805Z | Compiling plain v0.2.3 |
| 1962 | 2026-08-29T00:58:28.805Z | Compiling time-core v0.1.8 |
| 1963 | 2026-08-29T00:58:28.876Z | Compiling radium v0.7.0 |
| 1964 | 2026-08-29T00:58:28.876Z | Compiling crossbeam-utils v0.8.21 |
| 1965 | 2026-08-29T00:58:28.876Z | Compiling ctutils v0.4.2 |
| 1966 | 2026-08-29T00:58:28.942Z | Compiling time-macros v0.2.27 |
| 1967 | 2026-08-29T00:58:29.050Z | Compiling pest_generator v2.8.6 |
| 1968 | 2026-08-29T00:58:29.116Z | Compiling base64ct v1.8.3 |
| 1969 | 2026-08-29T00:58:29.116Z | Compiling regex-automata v0.4.14 |
| 1970 | 2026-08-29T00:58:29.116Z | Compiling pretty-hex v0.4.1 |
| 1971 | 2026-08-29T00:58:29.170Z | Compiling maybe-uninit v2.0.0 |
| 1972 | 2026-08-29T00:58:29.170Z | Compiling openssl v0.10.80 |
| 1973 | 2026-08-29T00:58:29.263Z | Compiling base64 v0.22.1 |
| 1974 | 2026-08-29T00:58:29.319Z | Compiling slog v2.8.2 |
| 1975 | 2026-08-29T00:58:29.319Z | Compiling serde_derive v1.0.228 |
| 1976 | 2026-08-29T00:58:29.360Z | Compiling zeroize_derive v1.5.0 |
| 1977 | 2026-08-29T00:58:29.360Z | Compiling zerofrom-derive v0.1.6 |
| 1978 | 2026-08-29T00:58:29.429Z | Compiling yoke-derive v0.8.1 |
| 1979 | 2026-08-29T00:58:29.466Z | Compiling zerovec-derive v0.11.2 |
| 1980 | 2026-08-29T00:58:29.466Z | Compiling displaydoc v0.2.5 |
| 1981 | 2026-08-29T00:58:29.466Z | Compiling zerocopy-derive v0.8.55 |
| 1982 | 2026-08-29T00:58:29.466Z | Compiling tokio-macros v2.7.0 |
| 1983 | 2026-08-29T00:58:29.645Z | Compiling futures-macro v0.3.32 |
| 1984 | 2026-08-29T00:58:29.721Z | Compiling thiserror-impl v2.0.18 |
| 1985 | 2026-08-29T00:58:29.721Z | Compiling schemars_derive v0.8.22 |
| 1986 | 2026-08-29T00:58:29.721Z | Compiling der_derive v0.7.3 |
| 1987 | 2026-08-29T00:58:29.777Z | Compiling tracing-attributes v0.1.31 |
| 1988 | 2026-08-29T00:58:29.846Z | Compiling thiserror-impl v1.0.69 |
| 1989 | 2026-08-29T00:58:29.905Z | Compiling pest_derive v2.8.6 |
| 1990 | 2026-08-29T00:58:29.936Z | Compiling scroll_derive v0.12.1 |
| 1991 | 2026-08-29T00:58:30.159Z | Compiling scroll_derive v0.13.1 |
| 1992 | 2026-08-29T00:58:30.208Z | Compiling pem-rfc7468 v0.7.0 |
| 1993 | 2026-08-29T00:58:30.437Z | Compiling unicode-segmentation v1.12.0 |
| 1994 | 2026-08-29T00:58:30.469Z | Compiling flagset v0.4.7 |
| 1995 | 2026-08-29T00:58:30.470Z | Compiling futures-util v0.3.32 |
| 1996 | 2026-08-29T00:58:30.494Z | Compiling zerofrom v0.1.6 |
| 1997 | 2026-08-29T00:58:30.602Z | Compiling yoke v0.8.1 |
| 1998 | 2026-08-29T00:58:30.646Z | Compiling openssl-macros v0.1.1 |
| 1999 | 2026-08-29T00:58:30.751Z | Compiling darling_core v0.23.0 |
| 2000 | 2026-08-29T00:58:30.838Z | Compiling zerovec v0.11.5 |
| 2001 | 2026-08-29T00:58:30.863Z | Compiling zerotrie v0.2.3 |
| 2002 | 2026-08-29T00:58:30.973Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2003 | 2026-08-29T00:58:31.060Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2004 | 2026-08-29T00:58:31.078Z | Compiling syn v3.0.3 |
| 2005 | 2026-08-29T00:58:31.088Z | Compiling ahash v0.8.12 |
| 2006 | 2026-08-29T00:58:31.188Z | Compiling num-bigint-dig v0.8.6 |
| 2007 | 2026-08-29T00:58:31.265Z | Compiling packed_struct v0.10.1 |
| 2008 | 2026-08-29T00:58:31.288Z | Compiling native-tls v0.2.18 |
| 2009 | 2026-08-29T00:58:31.321Z | Compiling tinystr v0.8.2 |
| 2010 | 2026-08-29T00:58:31.403Z | Compiling potential_utf v0.1.4 |
| 2011 | 2026-08-29T00:58:31.518Z | Compiling anyhow v1.0.104 |
| 2012 | 2026-08-29T00:58:31.542Z | Compiling icu_locale_core v2.1.1 |
| 2013 | 2026-08-29T00:58:31.548Z | Compiling icu_collections v2.1.1 |
| 2014 | 2026-08-29T00:58:31.548Z | Compiling paste v1.0.15 |
| 2015 | 2026-08-29T00:58:31.646Z | Compiling regex v1.12.3 |
| 2016 | 2026-08-29T00:58:31.766Z | Compiling zerocopy-derive v0.7.35 |
| 2017 | 2026-08-29T00:58:32.285Z | Compiling icu_provider v2.1.1 |
| 2018 | 2026-08-29T00:58:32.349Z | Compiling zeroize v1.9.0 |
| 2019 | 2026-08-29T00:58:32.478Z | Compiling bytes v1.11.1 |
| 2020 | 2026-08-29T00:58:32.556Z | Compiling chrono v0.4.45 |
| 2021 | 2026-08-29T00:58:32.603Z | Compiling icu_properties v2.1.2 |
| 2022 | 2026-08-29T00:58:32.753Z | Compiling icu_normalizer v2.1.1 |
| 2023 | 2026-08-29T00:58:33.091Z | Compiling tokio v1.52.1 |
| 2024 | 2026-08-29T00:58:33.156Z | Compiling crypto-common v0.1.7 |
| 2025 | 2026-08-29T00:58:33.293Z | Compiling block-buffer v0.10.4 |
| 2026 | 2026-08-29T00:58:33.318Z | Compiling hybrid-array v0.4.13 |
| 2027 | 2026-08-29T00:58:33.436Z | Compiling digest v0.10.7 |
| 2028 | 2026-08-29T00:58:33.594Z | Compiling idna_adapter v1.2.1 |
| 2029 | 2026-08-29T00:58:33.671Z | Compiling serde_tokenstream v0.2.3 |
| 2030 | 2026-08-29T00:58:33.748Z | Compiling idna v1.1.0 |
| 2031 | 2026-08-29T00:58:33.976Z | Compiling ppv-lite86 v0.2.21 |
| 2032 | 2026-08-29T00:58:34.048Z | Compiling der v0.7.10 |
| 2033 | 2026-08-29T00:58:34.144Z | Compiling url v2.5.8 |
| 2034 | 2026-08-29T00:58:34.208Z | Compiling http v1.4.2 |
| 2035 | 2026-08-29T00:58:34.323Z | Compiling darling_macro v0.23.0 |
| 2036 | 2026-08-29T00:58:34.341Z | Compiling tracing-core v0.1.36 |
| 2037 | 2026-08-29T00:58:34.345Z | Compiling cookie v0.18.1 |
| 2038 | 2026-08-29T00:58:34.411Z | Compiling fastrand v2.3.0 |
| 2039 | 2026-08-29T00:58:34.733Z | Compiling camino v1.2.5 |
| 2040 | 2026-08-29T00:58:34.851Z | Compiling darling v0.23.0 |
| 2041 | 2026-08-29T00:58:34.888Z | Compiling tracing v0.1.44 |
| 2042 | 2026-08-29T00:58:34.921Z | Compiling spki v0.7.3 |
| 2043 | 2026-08-29T00:58:34.930Z | Compiling block-buffer v0.12.1 |
| 2044 | 2026-08-29T00:58:35.063Z | Compiling crypto-common v0.2.2 |
| 2045 | 2026-08-29T00:58:35.138Z | Compiling serde_spanned v0.6.9 |
| 2046 | 2026-08-29T00:58:35.260Z | Compiling toml_datetime v0.6.11 |
| 2047 | 2026-08-29T00:58:35.341Z | Compiling clap_derive v4.6.1 |
| 2048 | 2026-08-29T00:58:35.376Z | Compiling bitfield-macros v0.19.4 |
| 2049 | 2026-08-29T00:58:35.420Z | Compiling zerocopy-derive v0.6.6 |
| 2050 | 2026-08-29T00:58:35.537Z | Compiling packed_struct_codegen v0.10.1 |
| 2051 | 2026-08-29T00:58:35.903Z | Compiling indexmap v1.9.3 |
| 2052 | 2026-08-29T00:58:36.150Z | Compiling simd-adler32 v0.3.8 |
| 2053 | 2026-08-29T00:58:36.185Z | Compiling object v0.37.3 |
| 2054 | 2026-08-29T00:58:36.185Z | Compiling pkcs8 v0.10.2 |
| 2055 | 2026-08-29T00:58:36.239Z | Compiling http-body v1.0.1 |
| 2056 | 2026-08-29T00:58:36.319Z | Compiling daft-derive v0.1.8 |
| 2057 | 2026-08-29T00:58:36.390Z | Compiling rustls-pki-types v1.14.0 |
| 2058 | 2026-08-29T00:58:36.443Z | Compiling rand_core v0.9.5 |
| 2059 | 2026-08-29T00:58:36.536Z | Compiling spin v0.9.8 |
| 2060 | 2026-08-29T00:58:36.609Z | Compiling usdt-impl v0.5.0 |
| 2061 | 2026-08-29T00:58:36.654Z | Compiling adler2 v2.0.1 |
| 2062 | 2026-08-29T00:58:36.763Z | Compiling openssl-probe v0.2.1 |
| 2063 | 2026-08-29T00:58:36.813Z | Compiling utf8parse v0.2.2 |
| 2064 | 2026-08-29T00:58:36.863Z | Compiling tinyvec_macros v0.1.1 |
| 2065 | 2026-08-29T00:58:36.896Z | Compiling usdt-impl v0.6.0 |
| 2066 | 2026-08-29T00:58:36.896Z | Compiling winnow v0.5.40 |
| 2067 | 2026-08-29T00:58:36.956Z | Compiling tokio-util v0.7.18 |
| 2068 | 2026-08-29T00:58:36.973Z | Compiling anstyle v1.0.14 |
| 2069 | 2026-08-29T00:58:36.990Z | Compiling either v1.15.0 |
| 2070 | 2026-08-29T00:58:37.068Z | Compiling ref-cast v1.0.25 |
| 2071 | 2026-08-29T00:58:37.105Z | Compiling anstyle-parse v1.0.0 |
| 2072 | 2026-08-29T00:58:37.219Z | Compiling tinyvec v1.10.0 |
| 2073 | 2026-08-29T00:58:37.227Z | Compiling miniz_oxide v0.8.9 |
| 2074 | 2026-08-29T00:58:37.371Z | Compiling tempfile v3.27.0 |
| 2075 | 2026-08-29T00:58:37.475Z | Compiling scroll v0.13.0 |
| 2076 | 2026-08-29T00:58:37.518Z | Compiling scroll v0.12.0 |
| 2077 | 2026-08-29T00:58:37.547Z | Compiling terminal_size v0.4.3 |
| 2078 | 2026-08-29T00:58:37.700Z | Compiling async-trait v0.1.89 |
| 2079 | 2026-08-29T00:58:37.760Z | Compiling heapless v0.7.17 |
| 2080 | 2026-08-29T00:58:37.879Z | Compiling untrusted v0.7.1 |
| 2081 | 2026-08-29T00:58:37.916Z | Compiling colorchoice v1.0.4 |
| 2082 | 2026-08-29T00:58:38.153Z | Compiling anstyle-query v1.1.5 |
| 2083 | 2026-08-29T00:58:38.164Z | Compiling try-lock v0.2.5 |
| 2084 | 2026-08-29T00:58:38.164Z | Compiling winnow v0.7.14 |
| 2085 | 2026-08-29T00:58:38.173Z | Compiling cpufeatures v0.2.17 |
| 2086 | 2026-08-29T00:58:38.192Z | Compiling atomic-waker v1.1.2 |
| 2087 | 2026-08-29T00:58:38.212Z | Compiling toml_edit v0.19.15 |
| 2088 | 2026-08-29T00:58:38.279Z | Compiling signal-hook v0.3.18 |
| 2089 | 2026-08-29T00:58:38.308Z | Compiling zstd-safe v7.2.4 |
| 2090 | 2026-08-29T00:58:38.326Z | Compiling is_terminal_polyfill v1.70.2 |
| 2091 | 2026-08-29T00:58:38.361Z | Compiling litrs v1.0.0 |
| 2092 | 2026-08-29T00:58:38.373Z | Compiling rustix v0.38.44 |
| 2093 | 2026-08-29T00:58:38.377Z | Compiling tower-layer v0.3.3 |
| 2094 | 2026-08-29T00:58:38.449Z | Compiling winnow v1.0.3 |
| 2095 | 2026-08-29T00:58:38.467Z | Compiling tower-service v0.3.3 |
| 2096 | 2026-08-29T00:58:38.534Z | Compiling anstream v1.0.0 |
| 2097 | 2026-08-29T00:58:38.566Z | Compiling h2 v0.4.15 |
| 2098 | 2026-08-29T00:58:38.576Z | Compiling want v0.3.1 |
| 2099 | 2026-08-29T00:58:38.822Z | Compiling document-features v0.2.12 |
| 2100 | 2026-08-29T00:58:39.268Z | Compiling goblin v0.8.2 |
| 2101 | 2026-08-29T00:58:39.302Z | Compiling goblin v0.10.5 |
| 2102 | 2026-08-29T00:58:39.321Z | Compiling rand_chacha v0.9.0 |
| 2103 | 2026-08-29T00:58:39.405Z | Compiling ipnetwork v0.21.1 |
| 2104 | 2026-08-29T00:58:39.422Z | Compiling block-padding v0.4.2 |
| 2105 | 2026-08-29T00:58:39.521Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2106 | 2026-08-29T00:58:39.522Z | Compiling zerocopy v0.7.35 |
| 2107 | 2026-08-29T00:58:39.546Z | Compiling ipnet v2.12.0 |
| 2108 | 2026-08-29T00:58:39.690Z | Compiling heck v0.4.1 |
| 2109 | 2026-08-29T00:58:39.911Z | Compiling structmeta-derive v0.3.0 |
| 2110 | 2026-08-29T00:58:39.911Z | Compiling ref-cast-impl v1.0.25 |
| 2111 | 2026-08-29T00:58:39.966Z | Compiling darling_core v0.20.11 |
| 2112 | 2026-08-29T00:58:40.013Z | Compiling curve25519-dalek v4.1.3 |
| 2113 | 2026-08-29T00:58:40.260Z | Compiling memoffset v0.9.1 |
| 2114 | 2026-08-29T00:58:40.260Z | Compiling cpufeatures v0.3.0 |
| 2115 | 2026-08-29T00:58:40.260Z | Compiling const-oid v0.10.2 |
| 2116 | 2026-08-29T00:58:40.265Z | Compiling untrusted v0.9.0 |
| 2117 | 2026-08-29T00:58:40.464Z | Compiling httpdate v1.0.3 |
| 2118 | 2026-08-29T00:58:40.494Z | Compiling powerfmt v0.2.0 |
| 2119 | 2026-08-29T00:58:40.515Z | Compiling tap v1.0.1 |
| 2120 | 2026-08-29T00:58:40.542Z | Compiling foreign-types-shared v0.1.1 |
| 2121 | 2026-08-29T00:58:40.644Z | Compiling foreign-types v0.3.2 |
| 2122 | 2026-08-29T00:58:40.659Z | Compiling deranged v0.5.8 |
| 2123 | 2026-08-29T00:58:40.707Z | Compiling wyz v0.5.1 |
| 2124 | 2026-08-29T00:58:40.908Z | Compiling digest v0.11.3 |
| 2125 | 2026-08-29T00:58:40.958Z | Compiling rand v0.9.2 |
| 2126 | 2026-08-29T00:58:40.958Z | Compiling inout v0.2.2 |
| 2127 | 2026-08-29T00:58:40.958Z | Compiling structmeta v0.3.0 |
| 2128 | 2026-08-29T00:58:40.993Z | Compiling unicode-normalization v0.1.25 |
| 2129 | 2026-08-29T00:58:41.068Z | Compiling dtrace-parser v0.2.0 |
| 2130 | 2026-08-29T00:58:41.133Z | Compiling rand_chacha v0.3.1 |
| 2131 | 2026-08-29T00:58:41.150Z | Compiling signature v2.2.0 |
| 2132 | 2026-08-29T00:58:41.370Z | Compiling hex v0.4.3 |
| 2133 | 2026-08-29T00:58:41.426Z | Compiling dtrace-parser v0.3.0 |
| 2134 | 2026-08-29T00:58:41.485Z | Compiling dof v0.3.0 |
| 2135 | 2026-08-29T00:58:41.518Z | Compiling pin-project-internal v1.1.11 |
| 2136 | 2026-08-29T00:58:41.580Z | Compiling num-integer v0.1.46 |
| 2137 | 2026-08-29T00:58:41.681Z | Compiling thread-id v5.1.0 |
| 2138 | 2026-08-29T00:58:41.773Z | Compiling hyper v1.10.1 |
| 2139 | 2026-08-29T00:58:41.773Z | Compiling wait-timeout v0.2.1 |
| 2140 | 2026-08-29T00:58:41.963Z | Compiling thread-id v4.2.2 |
| 2141 | 2026-08-29T00:58:42.062Z | Compiling darling_macro v0.20.11 |
| 2142 | 2026-08-29T00:58:42.062Z | Compiling socket2 v0.5.10 |
| 2143 | 2026-08-29T00:58:42.062Z | Compiling dof v0.4.0 |
| 2144 | 2026-08-29T00:58:42.062Z | Compiling owo-colors v4.3.0 |
| 2145 | 2026-08-29T00:58:42.062Z | Compiling bit-vec v0.8.0 |
| 2146 | 2026-08-29T00:58:42.174Z | Compiling funty v2.0.0 |
| 2147 | 2026-08-29T00:58:42.289Z | Compiling num_threads v0.1.7 |
| 2148 | 2026-08-29T00:58:42.531Z | Compiling cfg_aliases v0.2.1 |
| 2149 | 2026-08-29T00:58:42.537Z | Compiling quick-error v1.2.3 |
| 2150 | 2026-08-29T00:58:42.537Z | Compiling smoltcp v0.9.1 |
| 2151 | 2026-08-29T00:58:42.537Z | Compiling clap_lex v1.0.0 |
| 2152 | 2026-08-29T00:58:42.537Z | Compiling nix v0.31.2 |
| 2153 | 2026-08-29T00:58:42.538Z | Compiling darling v0.20.11 |
| 2154 | 2026-08-29T00:58:42.569Z | Compiling bitvec v1.0.1 |
| 2155 | 2026-08-29T00:58:42.583Z | Compiling time v0.3.47 |
| 2156 | 2026-08-29T00:58:42.594Z | Compiling rusty-fork v0.3.1 |
| 2157 | 2026-08-29T00:58:42.612Z | Compiling bit-set v0.8.0 |
| 2158 | 2026-08-29T00:58:42.844Z | Compiling clap_builder v4.6.0 |
| 2159 | 2026-08-29T00:58:42.942Z | Compiling num-iter v0.1.45 |
| 2160 | 2026-08-29T00:58:42.954Z | Compiling hyper-util v0.1.20 |
| 2161 | 2026-08-29T00:58:43.021Z | Compiling rand v0.8.6 |
| 2162 | 2026-08-29T00:58:43.036Z | Compiling cipher v0.5.2 |
| 2163 | 2026-08-29T00:58:43.036Z | Compiling sha2 v0.10.9 |
| 2164 | 2026-08-29T00:58:43.333Z | Compiling lazy_static v1.5.0 |
| 2165 | 2026-08-29T00:58:43.410Z | Compiling rand_xorshift v0.4.0 |
| 2166 | 2026-08-29T00:58:43.494Z | Compiling erased-serde v0.3.31 |
| 2167 | 2026-08-29T00:58:43.671Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2168 | 2026-08-29T00:58:43.693Z | Compiling sync_wrapper v1.0.2 |
| 2169 | 2026-08-29T00:58:44.138Z | Compiling siphasher v1.0.2 |
| 2170 | 2026-08-29T00:58:44.156Z | Compiling crc-catalog v2.4.0 |
| 2171 | 2026-08-29T00:58:44.252Z | Compiling unarray v0.1.4 |
| 2172 | 2026-08-29T00:58:44.332Z | Compiling zlib-rs v0.6.2 |
| 2173 | 2026-08-29T00:58:44.384Z | Compiling nodrop v0.1.14 |
| 2174 | 2026-08-29T00:58:44.384Z | Compiling proptest v1.11.0 |
| 2175 | 2026-08-29T00:58:44.467Z | Compiling clap v4.6.1 |
| 2176 | 2026-08-29T00:58:44.622Z | Compiling array-init v0.0.4 |
| 2177 | 2026-08-29T00:58:45.266Z | Compiling crc v3.4.0 |
| 2178 | 2026-08-29T00:58:45.630Z | Compiling tower v0.5.3 |
| 2179 | 2026-08-29T00:58:45.841Z | Compiling chacha20 v0.10.0 |
| 2180 | 2026-08-29T00:58:45.965Z | Compiling smallvec v0.6.14 |
| 2181 | 2026-08-29T00:58:46.079Z | Compiling derive_builder_core v0.20.2 |
| 2182 | 2026-08-29T00:58:46.079Z | Compiling snafu-derive v0.8.9 |
| 2183 | 2026-08-29T00:58:46.277Z | Compiling pkcs1 v0.7.5 |
| 2184 | 2026-08-29T00:58:46.356Z | Compiling http-body-util v0.1.3 |
| 2185 | 2026-08-29T00:58:46.632Z | Compiling flate2 v1.1.9 |
| 2186 | 2026-08-29T00:58:46.728Z | Compiling zerocopy v0.6.6 |
| 2187 | 2026-08-29T00:58:46.728Z | Compiling bitfield v0.19.4 |
| 2188 | 2026-08-29T00:58:46.728Z | Compiling strum_macros v0.27.2 |
| 2189 | 2026-08-29T00:58:46.728Z | Compiling strum_macros v0.26.4 |
| 2190 | 2026-08-29T00:58:46.728Z | Compiling hubpack_derive v0.1.1 |
| 2191 | 2026-08-29T00:58:47.010Z | Compiling env_filter v2.0.0 |
| 2192 | 2026-08-29T00:58:47.093Z | Compiling fs-err v3.3.0 |
| 2193 | 2026-08-29T00:58:47.093Z | Compiling hashbrown v0.12.3 |
| 2194 | 2026-08-29T00:58:47.134Z | Compiling ryu v1.0.23 |
| 2195 | 2026-08-29T00:58:47.178Z | Compiling unicode-bidi v0.3.18 |
| 2196 | 2026-08-29T00:58:47.198Z | Compiling base64 v0.21.7 |
| 2197 | 2026-08-29T00:58:47.458Z | Compiling gimli v0.32.3 |
| 2198 | 2026-08-29T00:58:47.517Z | Compiling allocator-api2 v0.2.21 |
| 2199 | 2026-08-29T00:58:47.578Z | Compiling iri-string v0.7.10 |
| 2200 | 2026-08-29T00:58:47.629Z | Compiling unicode-properties v0.1.4 |
| 2201 | 2026-08-29T00:58:47.836Z | Compiling stringprep v0.1.5 |
| 2202 | 2026-08-29T00:58:47.869Z | Compiling ron v0.8.1 |
| 2203 | 2026-08-29T00:58:48.885Z | Compiling serde_urlencoded v0.7.1 |
| 2204 | 2026-08-29T00:58:49.032Z | Compiling env_logger v0.11.11 |
| 2205 | 2026-08-29T00:58:49.032Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2206 | 2026-08-29T00:58:49.032Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2207 | 2026-08-29T00:58:49.032Z | Compiling derive_builder_macro v0.20.2 |
| 2208 | 2026-08-29T00:58:49.032Z | Compiling rsa v0.9.10 |
| 2209 | 2026-08-29T00:58:49.032Z | Compiling tower-http v0.6.8 |
| 2210 | 2026-08-29T00:58:49.032Z | Compiling newtype-uuid v1.3.2 |
| 2211 | 2026-08-29T00:58:49.032Z | Compiling oxnet v0.1.6 |
| 2212 | 2026-08-29T00:58:49.168Z | Compiling serde-hex v0.1.0 |
| 2213 | 2026-08-29T00:58:49.168Z | Compiling addr2line v0.25.1 |
| 2214 | 2026-08-29T00:58:49.320Z | Compiling rand v0.10.1 |
| 2215 | 2026-08-29T00:58:49.321Z | Compiling hashbrown v0.13.2 |
| 2216 | 2026-08-29T00:58:49.321Z | Compiling tokio-native-tls v0.3.1 |
| 2217 | 2026-08-29T00:58:49.373Z | Compiling bzip2 v0.4.4 |
| 2218 | 2026-08-29T00:58:49.373Z | Compiling usdt-attr-macro v0.6.0 |
| 2219 | 2026-08-29T00:58:49.373Z | Compiling usdt-macro v0.6.0 |
| 2220 | 2026-08-29T00:58:49.373Z | Compiling sha2 v0.11.0 |
| 2221 | 2026-08-29T00:58:49.373Z | Compiling derive-ex v0.1.8 |
| 2222 | 2026-08-29T00:58:49.534Z | Compiling md-5 v0.11.0 |
| 2223 | 2026-08-29T00:58:49.658Z | Compiling hmac v0.13.0 |
| 2224 | 2026-08-29T00:58:53.076Z | Compiling rustls-native-certs v0.8.3 |
| 2225 | 2026-08-29T00:58:53.099Z | Compiling x509-cert v0.2.5 |
| 2226 | 2026-08-29T00:58:53.099Z | Compiling bstr v1.12.1 |
| 2227 | 2026-08-29T00:58:53.099Z | Compiling convert_case v0.10.0 |
| 2228 | 2026-08-29T00:58:53.099Z | Compiling vergen-lib v9.1.0 |
| 2229 | 2026-08-29T00:58:53.099Z | Compiling hash32 v0.2.1 |
| 2230 | 2026-08-29T00:58:53.099Z | Compiling encoding_rs v0.8.35 |
| 2231 | 2026-08-29T00:58:53.099Z | Compiling mime v0.3.17 |
| 2232 | 2026-08-29T00:58:53.099Z | Compiling fallible-iterator v0.2.0 |
| 2233 | 2026-08-29T00:58:53.099Z | Compiling unicode-width v0.2.0 |
| 2234 | 2026-08-29T00:58:53.099Z | Compiling crc-any v2.5.0 |
| 2235 | 2026-08-29T00:58:53.099Z | Compiling psl-types v2.0.11 |
| 2236 | 2026-08-29T00:58:53.099Z | Compiling rustc-demangle v0.1.27 |
| 2237 | 2026-08-29T00:58:53.099Z | Compiling postgres-protocol v0.6.12 |
| 2238 | 2026-08-29T00:58:53.099Z | Compiling publicsuffix v2.3.0 |
| 2239 | 2026-08-29T00:58:53.100Z | Compiling test-strategy v0.4.5 |
| 2240 | 2026-08-29T00:58:53.100Z | Compiling derive_more-impl v2.1.1 |
| 2241 | 2026-08-29T00:58:53.100Z | Compiling backtrace v0.3.76 |
| 2242 | 2026-08-29T00:58:53.100Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2243 | 2026-08-29T00:58:53.100Z | Compiling object v0.30.4 |
| 2244 | 2026-08-29T00:58:53.100Z | Compiling zip v0.6.6 |
| 2245 | 2026-08-29T00:58:53.100Z | Compiling hyper-tls v0.6.0 |
| 2246 | 2026-08-29T00:58:53.100Z | Compiling daft v0.1.8 |
| 2247 | 2026-08-29T00:58:53.100Z | Compiling derive_builder v0.20.2 |
| 2248 | 2026-08-29T00:58:53.100Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2249 | 2026-08-29T00:58:53.100Z | Compiling phf_shared v0.13.1 |
| 2250 | 2026-08-29T00:58:53.100Z | Compiling pin-project v1.1.11 |
| 2251 | 2026-08-29T00:58:53.100Z | Compiling toml v0.7.8 |
| 2252 | 2026-08-29T00:58:53.100Z | Compiling serde_with_macros v3.21.0 |
| 2253 | 2026-08-29T00:58:53.100Z | Compiling hmac v0.12.1 |
| 2254 | 2026-08-29T00:58:53.100Z | Compiling futures-executor v0.3.32 |
| 2255 | 2026-08-29T00:58:53.100Z | Compiling serde_repr v0.1.20 |
| 2256 | 2026-08-29T00:58:53.100Z | Compiling enum-as-inner v0.6.1 |
| 2257 | 2026-08-29T00:58:53.100Z | Compiling async-recursion v1.1.1 |
| 2258 | 2026-08-29T00:58:53.100Z | Compiling miette-derive v7.6.0 |
| 2259 | 2026-08-29T00:58:53.258Z | Compiling ff v0.13.1 |
| 2260 | 2026-08-29T00:58:53.288Z | Compiling vergen v9.1.0 |
| 2261 | 2026-08-29T00:58:53.300Z | Compiling cargo-platform v0.3.2 |
| 2262 | 2026-08-29T00:58:53.324Z | Compiling path-slash v0.1.5 |
| 2263 | 2026-08-29T00:58:53.457Z | Compiling is_ci v1.2.0 |
| 2264 | 2026-08-29T00:58:53.468Z | Compiling foldhash v0.2.0 |
| 2265 | 2026-08-29T00:58:53.524Z | Compiling unicode-linebreak v0.1.5 |
| 2266 | 2026-08-29T00:58:53.539Z | Compiling bumpalo v3.20.2 |
| 2267 | 2026-08-29T00:58:53.607Z | Compiling foldhash v0.1.5 |
| 2268 | 2026-08-29T00:58:53.899Z | Compiling managed v0.8.0 |
| 2269 | 2026-08-29T00:58:53.958Z | Compiling jiff-core v0.1.0 |
| 2270 | 2026-08-29T00:58:53.958Z | Compiling libbz2-rs-sys v0.2.2 |
| 2271 | 2026-08-29T00:58:53.958Z | Compiling bitflags v1.3.2 |
| 2272 | 2026-08-29T00:58:53.958Z | Compiling same-file v1.0.6 |
| 2273 | 2026-08-29T00:58:53.958Z | Compiling smawk v0.3.2 |
| 2274 | 2026-08-29T00:58:54.039Z | Compiling base16ct v0.2.0 |
| 2275 | 2026-08-29T00:58:54.060Z | Compiling textwrap v0.16.2 |
| 2276 | 2026-08-29T00:58:54.209Z | Compiling sec1 v0.7.3 |
| 2277 | 2026-08-29T00:58:54.276Z | Compiling walkdir v2.5.0 |
| 2278 | 2026-08-29T00:58:54.405Z | Compiling bzip2 v0.6.1 |
| 2279 | 2026-08-29T00:58:54.449Z | Compiling zopfli v0.8.3 |
| 2280 | 2026-08-29T00:58:54.476Z | Compiling hashbrown v0.15.5 |
| 2281 | 2026-08-29T00:58:54.513Z | Compiling hashbrown v0.16.1 |
| 2282 | 2026-08-29T00:58:54.677Z | Compiling jiff v0.2.34 |
| 2283 | 2026-08-29T00:58:54.833Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2284 | 2026-08-29T00:58:54.970Z | Compiling supports-color v3.0.2 |
| 2285 | 2026-08-29T00:58:55.289Z | Compiling cargo_metadata v0.23.1 |
| 2286 | 2026-08-29T00:58:55.289Z | Compiling group v0.13.0 |
| 2287 | 2026-08-29T00:58:55.342Z | Compiling futures v0.3.32 |
| 2288 | 2026-08-29T00:58:55.343Z | Compiling hkdf v0.12.4 |
| 2289 | 2026-08-29T00:58:55.419Z | Compiling phf v0.13.1 |
| 2290 | 2026-08-29T00:58:55.688Z | Compiling snafu v0.8.9 |
| 2291 | 2026-08-29T00:58:55.961Z | Compiling reqwest v0.12.28 |
| 2292 | 2026-08-29T00:58:56.039Z | Compiling signal-hook-mio v0.2.5 |
| 2293 | 2026-08-29T00:58:56.039Z | Compiling cookie_store v0.22.1 |
| 2294 | 2026-08-29T00:58:56.167Z | Compiling zstd v0.13.3 |
| 2295 | 2026-08-29T00:58:56.252Z | Compiling backtrace-ext v0.2.1 |
| 2296 | 2026-08-29T00:58:56.252Z | Compiling postgres-types v0.2.14 |
| 2297 | 2026-08-29T00:58:56.252Z | Compiling globset v0.4.18 |
| 2298 | 2026-08-29T00:58:56.333Z | Compiling strum v0.27.2 |
| 2299 | 2026-08-29T00:58:56.403Z | Compiling hubpack v0.1.2 |
| 2300 | 2026-08-29T00:58:56.462Z | Compiling phf_shared v0.11.3 |
| 2301 | 2026-08-29T00:58:56.540Z | Compiling crossbeam-epoch v0.9.18 |
| 2302 | 2026-08-29T00:58:56.540Z | Compiling byte-wrapper v0.1.0 |
| 2303 | 2026-08-29T00:58:56.595Z | Compiling olpc-cjson v0.1.4 |
| 2304 | 2026-08-29T00:58:56.627Z | Compiling ed25519 v2.2.3 |
| 2305 | 2026-08-29T00:58:56.893Z | Compiling crypto-bigint v0.5.5 |
| 2306 | 2026-08-29T00:58:56.915Z | Compiling serde-big-array v0.5.1 |
| 2307 | 2026-08-29T00:58:56.915Z | Compiling serde_plain v1.0.2 |
| 2308 | 2026-08-29T00:58:56.915Z | Compiling pem v3.0.6 |
| 2309 | 2026-08-29T00:58:57.455Z | Compiling float-cmp v0.10.0 |
| 2310 | 2026-08-29T00:58:57.504Z | Compiling memmap2 v0.9.10 |
| 2311 | 2026-08-29T00:58:57.504Z | Compiling data-encoding v2.10.0 |
| 2312 | 2026-08-29T00:58:57.504Z | Compiling keccak v0.1.6 |
| 2313 | 2026-08-29T00:58:57.504Z | Compiling difflib v0.4.0 |
| 2314 | 2026-08-29T00:58:57.504Z | Compiling supports-hyperlinks v3.2.0 |
| 2315 | 2026-08-29T00:58:57.504Z | Compiling typed-path v0.9.3 |
| 2316 | 2026-08-29T00:58:57.504Z | Compiling toml_write v0.1.2 |
| 2317 | 2026-08-29T00:58:57.504Z | Compiling fixedbitset v0.4.2 |
| 2318 | 2026-08-29T00:58:57.682Z | Compiling static_assertions v1.1.0 |
| 2319 | 2026-08-29T00:58:57.722Z | Compiling unicode-width v0.1.14 |
| 2320 | 2026-08-29T00:58:57.766Z | Compiling new_debug_unreachable v1.0.6 |
| 2321 | 2026-08-29T00:58:57.766Z | Compiling precomputed-hash v0.1.1 |
| 2322 | 2026-08-29T00:58:57.767Z | Compiling whoami v2.1.0 |
| 2323 | 2026-08-29T00:58:57.823Z | Compiling supports-unicode v3.0.0 |
| 2324 | 2026-08-29T00:58:57.855Z | Compiling fixedbitset v0.5.7 |
| 2325 | 2026-08-29T00:58:57.946Z | Compiling normalize-line-endings v0.3.0 |
| 2326 | 2026-08-29T00:58:58.020Z | Compiling predicates-core v1.0.10 |
| 2327 | 2026-08-29T00:58:58.061Z | Compiling tokio-postgres v0.7.18 |
| 2328 | 2026-08-29T00:58:58.061Z | Compiling petgraph v0.8.3 |
| 2329 | 2026-08-29T00:58:58.154Z | Compiling predicates v3.1.4 |
| 2330 | 2026-08-29T00:58:58.178Z | Compiling miette v7.6.0 |
| 2331 | 2026-08-29T00:58:58.206Z | Compiling string_cache v0.8.9 |
| 2332 | 2026-08-29T00:58:58.355Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2333 | 2026-08-29T00:58:58.434Z | Compiling elliptic-curve v0.13.8 |
| 2334 | 2026-08-29T00:58:58.506Z | Compiling petgraph v0.6.5 |
| 2335 | 2026-08-29T00:58:58.650Z | Compiling toml_edit v0.22.27 |
| 2336 | 2026-08-29T00:58:58.711Z | Compiling hickory-proto v0.25.2 |
| 2337 | 2026-08-29T00:58:58.803Z | Compiling sha3 v0.10.8 |
| 2338 | 2026-08-29T00:58:59.110Z | Compiling usdt v0.6.0 |
| 2339 | 2026-08-29T00:58:59.487Z | Compiling zip v4.6.1 |
| 2340 | 2026-08-29T00:58:59.955Z | Compiling ed25519-dalek v2.2.0 |
| 2341 | 2026-08-29T00:59:00.094Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2342 | 2026-08-29T00:59:00.266Z | Compiling crossterm v0.28.1 |
| 2343 | 2026-08-29T00:59:00.849Z | Compiling iddqd v0.4.2 |
| 2344 | 2026-08-29T00:59:01.045Z | Compiling serde_with v3.21.0 |
| 2345 | 2026-08-29T00:59:01.151Z | Compiling derive_more v2.1.1 |
| 2346 | 2026-08-29T00:59:01.274Z | Compiling similar v2.7.0 |
| 2347 | 2026-08-29T00:59:01.301Z | Compiling strum v0.26.3 |
| 2348 | 2026-08-29T00:59:01.425Z | Compiling tokio-stream v0.1.18 |
| 2349 | 2026-08-29T00:59:01.445Z | Compiling itertools v0.13.0 |
| 2350 | 2026-08-29T00:59:01.501Z | Compiling buf-list v1.1.2 |
| 2351 | 2026-08-29T00:59:01.520Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2352 | 2026-08-29T00:59:01.776Z | Compiling openapiv3 v2.2.0 |
| 2353 | 2026-08-29T00:59:02.655Z | Compiling lalrpop-util v0.19.12 |
| 2354 | 2026-08-29T00:59:02.777Z | Compiling peg-runtime v0.8.5 |
| 2355 | 2026-08-29T00:59:17.084Z | Compiling rustls-webpki v0.103.13 |
| 2356 | 2026-08-29T00:59:20.689Z | Compiling tokio-rustls v0.26.4 |
| 2357 | 2026-08-29T00:59:20.975Z | Compiling hyper-rustls v0.27.7 |
| 2358 | 2026-08-29T00:59:21.011Z | Compiling rustls-platform-verifier v0.6.2 |
| 2359 | 2026-08-29T00:59:21.128Z | Compiling tough v0.22.0 |
| 2360 | 2026-08-29T00:59:21.242Z | Compiling reqwest v0.13.2 |
| 2361 | 2026-08-29T00:59:23.912Z | Compiling macaddr v1.0.1 |
| 2362 | 2026-08-29T00:59:24.037Z | Compiling rayon-core v1.13.0 |
| 2363 | 2026-08-29T00:59:24.128Z | Compiling crucible-workspace-hack v0.1.0 |
| 2364 | 2026-08-29T00:59:24.215Z | Compiling itertools v0.15.0 |
| 2365 | 2026-08-29T00:59:24.264Z | Compiling secrecy v0.10.3 |
| 2366 | 2026-08-29T00:59:24.350Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2367 | 2026-08-29T00:59:24.433Z | Compiling heapless v0.8.0 |
| 2368 | 2026-08-29T00:59:24.454Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2369 | 2026-08-29T00:59:24.590Z | Compiling crossbeam-deque v0.8.6 |
| 2370 | 2026-08-29T00:59:24.611Z | Compiling inout v0.1.4 |
| 2371 | 2026-08-29T00:59:24.627Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2372 | 2026-08-29T00:59:24.712Z | Compiling hash32 v0.3.1 |
| 2373 | 2026-08-29T00:59:24.729Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2374 | 2026-08-29T00:59:24.777Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2375 | 2026-08-29T00:59:24.798Z | Compiling multer v3.1.0 |
| 2376 | 2026-08-29T00:59:24.846Z | Compiling thread_local v1.1.9 |
| 2377 | 2026-08-29T00:59:24.895Z | Compiling smoltcp v0.11.0 |
| 2378 | 2026-08-29T00:59:24.940Z | Compiling slog-async v2.8.0 |
| 2379 | 2026-08-29T00:59:24.963Z | Compiling compression-core v0.4.31 |
| 2380 | 2026-08-29T00:59:24.980Z | Compiling match_cfg v0.1.0 |
| 2381 | 2026-08-29T00:59:25.070Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2382 | 2026-08-29T00:59:25.108Z | Compiling compression-codecs v0.4.37 |
| 2383 | 2026-08-29T00:59:25.156Z | Compiling hostname v0.3.1 |
| 2384 | 2026-08-29T00:59:25.174Z | Compiling proc-macro-crate v3.4.0 |
| 2385 | 2026-08-29T00:59:25.354Z | Compiling cipher v0.4.4 |
| 2386 | 2026-08-29T00:59:25.357Z | Compiling atomicwrites v0.4.4 |
| 2387 | 2026-08-29T00:59:25.382Z | Compiling slog-json v2.6.1 |
| 2388 | 2026-08-29T00:59:25.408Z | Compiling crossbeam-channel v0.5.15 |
| 2389 | 2026-08-29T00:59:25.474Z | Compiling newtype-uuid-macros v0.1.0 |
| 2390 | 2026-08-29T00:59:25.542Z | Compiling half v2.7.1 |
| 2391 | 2026-08-29T00:59:25.558Z | Compiling ingot-macros v0.2.0 |
| 2392 | 2026-08-29T00:59:25.614Z | Compiling universal-hash v0.5.1 |
| 2393 | 2026-08-29T00:59:25.670Z | Compiling serde_tokenstream v0.3.0 |
| 2394 | 2026-08-29T00:59:25.670Z | Compiling cobs v0.3.0 |
| 2395 | 2026-08-29T00:59:25.670Z | Compiling async-stream-impl v0.3.6 |
| 2396 | 2026-08-29T00:59:25.777Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2397 | 2026-08-29T00:59:25.828Z | Compiling serde_spanned v1.1.1 |
| 2398 | 2026-08-29T00:59:25.909Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2399 | 2026-08-29T00:59:25.948Z | Compiling is-terminal v0.4.17 |
| 2400 | 2026-08-29T00:59:25.964Z | Compiling dropshot v0.17.1 |
| 2401 | 2026-08-29T00:59:25.996Z | Compiling proc-macro-error-attr v1.0.4 |
| 2402 | 2026-08-29T00:59:26.074Z | Compiling opaque-debug v0.3.1 |
| 2403 | 2026-08-29T00:59:26.100Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2404 | 2026-08-29T00:59:26.168Z | Compiling take_mut v0.2.2 |
| 2405 | 2026-08-29T00:59:26.184Z | Compiling term v1.2.1 |
| 2406 | 2026-08-29T00:59:26.219Z | Compiling ciborium-io v0.2.2 |
| 2407 | 2026-08-29T00:59:26.222Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2408 | 2026-08-29T00:59:26.250Z | Compiling convert_case v0.4.0 |
| 2409 | 2026-08-29T00:59:26.302Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2410 | 2026-08-29T00:59:26.339Z | Compiling ciborium-ll v0.2.2 |
| 2411 | 2026-08-29T00:59:26.386Z | Compiling async-stream v0.3.6 |
| 2412 | 2026-08-29T00:59:26.463Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2413 | 2026-08-29T00:59:26.568Z | Compiling derive_more v0.99.20 |
| 2414 | 2026-08-29T00:59:26.603Z | Compiling slog-term v2.9.2 |
| 2415 | 2026-08-29T00:59:26.750Z | Compiling poly1305 v0.8.0 |
| 2416 | 2026-08-29T00:59:26.781Z | Compiling thiserror-no-std v2.0.2 |
| 2417 | 2026-08-29T00:59:26.834Z | Compiling oxide-generation-macros v0.2.0 |
| 2418 | 2026-08-29T00:59:26.897Z | Compiling postcard v1.1.3 |
| 2419 | 2026-08-29T00:59:27.248Z | Compiling num_enum_derive v0.7.6 |
| 2420 | 2026-08-29T00:59:27.266Z | Compiling chacha20 v0.9.1 |
| 2421 | 2026-08-29T00:59:27.303Z | Compiling slog-bunyan v2.5.0 |
| 2422 | 2026-08-29T00:59:27.499Z | Compiling async-compression v0.4.41 |
| 2423 | 2026-08-29T00:59:27.546Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2424 | 2026-08-29T00:59:27.564Z | Compiling oxide-generation v0.1.3 |
| 2425 | 2026-08-29T00:59:27.579Z | Compiling sha1 v0.11.0 |
| 2426 | 2026-08-29T00:59:27.886Z | Compiling parse-display-derive v0.10.0 |
| 2427 | 2026-08-29T00:59:27.988Z | Compiling proc-macro-crate v1.3.1 |
| 2428 | 2026-08-29T00:59:28.004Z | Compiling waitgroup v0.1.2 |
| 2429 | 2026-08-29T00:59:28.067Z | Compiling rustls-pemfile v2.2.0 |
| 2430 | 2026-08-29T00:59:28.200Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2431 | 2026-08-29T00:59:28.217Z | Compiling ingot-types v0.2.0 |
| 2432 | 2026-08-29T00:59:28.231Z | Compiling backon v1.6.0 |
| 2433 | 2026-08-29T00:59:28.352Z | Compiling dropshot_endpoint v0.17.1 |
| 2434 | 2026-08-29T00:59:28.382Z | Compiling blake2 v0.10.6 |
| 2435 | 2026-08-29T00:59:28.415Z | Compiling aead v0.5.2 |
| 2436 | 2026-08-29T00:59:28.499Z | Compiling password-hash v0.5.0 |
| 2437 | 2026-08-29T00:59:28.637Z | Compiling ingot v0.2.1 |
| 2438 | 2026-08-29T00:59:28.703Z | Compiling foreign-types-macros v0.2.3 |
| 2439 | 2026-08-29T00:59:28.734Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2440 | 2026-08-29T00:59:28.768Z | Compiling serde_path_to_error v0.1.20 |
| 2441 | 2026-08-29T00:59:28.820Z | Compiling hostname v0.4.2 |
| 2442 | 2026-08-29T00:59:28.912Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2443 | 2026-08-29T00:59:28.976Z | Compiling proc-macro-error v1.0.4 |
| 2444 | 2026-08-29T00:59:29.137Z | Compiling instant v0.1.13 |
| 2445 | 2026-08-29T00:59:29.163Z | Compiling foreign-types-shared v0.3.1 |
| 2446 | 2026-08-29T00:59:29.195Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2447 | 2026-08-29T00:59:29.231Z | Compiling debug-ignore v1.0.5 |
| 2448 | 2026-08-29T00:59:29.256Z | Compiling backoff v0.4.0 |
| 2449 | 2026-08-29T00:59:29.306Z | Compiling foreign-types v0.5.0 |
| 2450 | 2026-08-29T00:59:29.351Z | Compiling argon2 v0.5.3 |
| 2451 | 2026-08-29T00:59:29.367Z | Compiling chacha20poly1305 v0.10.1 |
| 2452 | 2026-08-29T00:59:29.370Z | Compiling parse-display v0.10.0 |
| 2453 | 2026-08-29T00:59:29.401Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2454 | 2026-08-29T00:59:29.432Z | Compiling num_enum_derive v0.5.11 |
| 2455 | 2026-08-29T00:59:29.455Z | Compiling num_enum v0.7.6 |
| 2456 | 2026-08-29T00:59:29.476Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2457 | 2026-08-29T00:59:29.498Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2458 | 2026-08-29T00:59:29.536Z | Compiling vsss-rs v3.3.4 |
| 2459 | 2026-08-29T00:59:29.643Z | Compiling ciborium v0.2.2 |
| 2460 | 2026-08-29T00:59:29.990Z | Compiling regress v0.10.5 |
| 2461 | 2026-08-29T00:59:30.075Z | Compiling itertools v0.14.0 |
| 2462 | 2026-08-29T00:59:30.097Z | Compiling tabwriter v1.4.1 |
| 2463 | 2026-08-29T00:59:30.190Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2464 | 2026-08-29T00:59:30.208Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2465 | 2026-08-29T00:59:30.340Z | Compiling cstr-argument v0.1.2 |
| 2466 | 2026-08-29T00:59:30.370Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2467 | 2026-08-29T00:59:30.441Z | Compiling humantime v2.3.0 |
| 2468 | 2026-08-29T00:59:30.490Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2469 | 2026-08-29T00:59:30.507Z | Compiling num_enum v0.5.11 |
| 2470 | 2026-08-29T00:59:30.525Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2471 | 2026-08-29T00:59:30.542Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2472 | 2026-08-29T00:59:30.660Z | Compiling rayon v1.11.0 |
| 2473 | 2026-08-29T00:59:30.674Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2474 | 2026-08-29T00:59:30.774Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2475 | 2026-08-29T00:59:30.790Z | Compiling libefi-sys v0.1.0 |
| 2476 | 2026-08-29T00:59:30.819Z | Compiling indent_write v2.2.0 |
| 2477 | 2026-08-29T00:59:30.854Z | Compiling colored v3.1.1 |
| 2478 | 2026-08-29T00:59:30.888Z | Compiling illumos-nvpair v0.3.0 |
| 2479 | 2026-08-29T00:59:30.903Z | Compiling zone_cfg_derive v0.3.1 |
| 2480 | 2026-08-29T00:59:30.907Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2481 | 2026-08-29T00:59:30.991Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2482 | 2026-08-29T00:59:31.033Z | Compiling camino-tempfile v1.4.1 |
| 2483 | 2026-08-29T00:59:31.051Z | Compiling itertools v0.12.1 |
| 2484 | 2026-08-29T00:59:31.209Z | Compiling usdt-attr-macro v0.5.0 |
| 2485 | 2026-08-29T00:59:31.225Z | Compiling usdt-macro v0.5.0 |
| 2486 | 2026-08-29T00:59:31.364Z | Compiling num-derive v0.4.2 |
| 2487 | 2026-08-29T00:59:31.431Z | Compiling bitfield-struct v0.6.2 |
| 2488 | 2026-08-29T00:59:31.448Z | Compiling blake3 v1.8.5 |
| 2489 | 2026-08-29T00:59:31.476Z | Compiling memmap v0.7.0 |
| 2490 | 2026-08-29T00:59:31.546Z | Compiling sigpipe v0.1.3 |
| 2491 | 2026-08-29T00:59:31.616Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2492 | 2026-08-29T00:59:31.654Z | Compiling glob v0.3.3 |
| 2493 | 2026-08-29T00:59:31.727Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2494 | 2026-08-29T00:59:31.831Z | Compiling swrite v0.1.0 |
| 2495 | 2026-08-29T00:59:31.884Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2496 | 2026-08-29T00:59:31.965Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2497 | 2026-08-29T00:59:32.003Z | Compiling usdt v0.5.0 |
| 2498 | 2026-08-29T00:59:32.065Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2499 | 2026-08-29T00:59:32.271Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2500 | 2026-08-29T00:59:32.295Z | Compiling smf v0.2.3 |
| 2501 | 2026-08-29T00:59:32.329Z | Compiling filetime v0.2.27 |
| 2502 | 2026-08-29T00:59:32.341Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2503 | 2026-08-29T00:59:32.428Z | Compiling zone v0.3.1 |
| 2504 | 2026-08-29T00:59:32.457Z | Compiling xattr v1.6.1 |
| 2505 | 2026-08-29T00:59:32.518Z | Compiling arrayvec v0.7.6 |
| 2506 | 2026-08-29T00:59:32.537Z | Compiling whoami v1.6.1 |
| 2507 | 2026-08-29T00:59:32.560Z | Compiling constant_time_eq v0.4.2 |
| 2508 | 2026-08-29T00:59:32.582Z | Compiling arrayref v0.3.9 |
| 2509 | 2026-08-29T00:59:32.600Z | Compiling tar v0.4.46 |
| 2510 | 2026-08-29T00:59:32.621Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-08-29T00:59:32.665Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2512 | 2026-08-29T00:59:32.728Z | Compiling tokio-dtrace v0.1.1 |
| 2513 | 2026-08-29T00:59:32.789Z | Compiling gethostname v0.5.0 |
| 2514 | 2026-08-29T00:59:32.879Z | Compiling console v0.16.2 |
| 2515 | 2026-08-29T00:59:32.984Z | Compiling unit-prefix v0.5.2 |
| 2516 | 2026-08-29T00:59:33.018Z | Compiling topological-sort v0.2.2 |
| 2517 | 2026-08-29T00:59:33.018Z | Compiling oxide-tokio-rt v0.1.4 |
| 2518 | 2026-08-29T00:59:33.110Z | Compiling toml v0.8.23 |
| 2519 | 2026-08-29T00:59:33.167Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2520 | 2026-08-29T00:59:33.320Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2521 | 2026-08-29T00:59:33.452Z | Compiling indicatif v0.18.4 |
| 2522 | 2026-08-29T00:59:33.523Z | Compiling shell-words v1.1.1 |
| 2523 | 2026-08-29T00:59:42.730Z | Compiling progenitor-client v0.14.0 |
| 2524 | 2026-08-29T00:59:42.730Z | Compiling omicron-zone-package v0.12.3 |
| 2525 | 2026-08-29T00:59:42.977Z | Compiling progenitor-extras v0.2.0 |
| 2526 | 2026-08-29T00:59:43.254Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2527 | 2026-08-29T00:59:43.272Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2528 | 2026-08-29T00:59:43.400Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2529 | 2026-08-29T00:59:43.430Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2530 | 2026-08-29T00:59:43.478Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2531 | 2026-08-29T00:59:43.498Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2532 | 2026-08-29T00:59:43.554Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2533 | 2026-08-29T00:59:43.704Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2534 | 2026-08-29T00:59:44.210Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2535 | 2026-08-29T00:59:47.794Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2536 | 2026-08-29T00:59:57.085Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2537 | 2026-08-29T01:00:00.416Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2538 | 2026-08-29T01:00:01.498Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2539 | 2026-08-29T01:00:12.059Z | Finished `release` profile [optimized] target(s) in 1m 49s |
| 2540 | 2026-08-29T01:00:12.206Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2541 | 2026-08-29T01:00:12.268Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2542 | 2026-08-29T01:00:12.271Z | Created new build target 'test' and set it as active |
| 2543 | 2026-08-29T01:00:12.271Z | |
| 2544 | 2026-08-29T01:00:12.271Z | real 1:49.563767043 |
| 2545 | 2026-08-29T01:00:12.271Z | user 18:02.681556061 |
| 2546 | 2026-08-29T01:00:12.271Z | sys 2:48.346041493 |
| 2547 | 2026-08-29T01:00:12.271Z | trap 0.504376143 |
| 2548 | 2026-08-29T01:00:12.271Z | tflt 2.485390613 |
| 2549 | 2026-08-29T01:00:12.271Z | dflt 4.897119329 |
| 2550 | 2026-08-29T01:00:12.271Z | kflt 0.000780900 |
| 2551 | 2026-08-29T01:00:12.272Z | lock 58:59.554227266 |
| 2552 | 2026-08-29T01:00:12.272Z | slp 45:43.569967497 |
| 2553 | 2026-08-29T01:00:12.272Z | lat 51.664199189 |
| 2554 | 2026-08-29T01:00:12.272Z | stop 6:33.417668908 |
| 2555 | 2026-08-29T01:00:12.275Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2556 | 2026-08-29T01:00:13.186Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2557 | 2026-08-29T01:00:13.260Z | Running `target/release/omicron-package -t test package` |
| 2558 | 2026-08-29T01:00:13.317Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2559 | 2026-08-29T01:00:14.790Z | Compiling heck v0.5.0 |
| 2560 | 2026-08-29T01:00:14.790Z | Compiling regress v0.11.1 |
| 2561 | 2026-08-29T01:00:15.079Z | Compiling unsafe-libyaml v0.2.11 |
| 2562 | 2026-08-29T01:00:15.090Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2563 | 2026-08-29T01:00:15.100Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2564 | 2026-08-29T01:00:15.100Z | Compiling derive-where v1.6.0 |
| 2565 | 2026-08-29T01:00:15.100Z | Compiling bytecount v0.6.9 |
| 2566 | 2026-08-29T01:00:15.157Z | Compiling atomicwrites v0.4.4 |
| 2567 | 2026-08-29T01:00:15.157Z | Compiling is-terminal v0.4.17 |
| 2568 | 2026-08-29T01:00:15.160Z | Compiling prettyplease v0.2.37 |
| 2569 | 2026-08-29T01:00:15.161Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2570 | 2026-08-29T01:00:15.161Z | Compiling newline-converter v0.3.0 |
| 2571 | 2026-08-29T01:00:15.262Z | Compiling console v0.15.11 |
| 2572 | 2026-08-29T01:00:15.262Z | Compiling slog-dtrace v0.3.0 |
| 2573 | 2026-08-29T01:00:15.284Z | Compiling cancel-safe-futures v0.1.5 |
| 2574 | 2026-08-29T01:00:15.330Z | Compiling num-rational v0.4.2 |
| 2575 | 2026-08-29T01:00:15.355Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2576 | 2026-08-29T01:00:15.359Z | Compiling num-complex v0.4.6 |
| 2577 | 2026-08-29T01:00:15.359Z | Compiling thread_local v1.1.9 |
| 2578 | 2026-08-29T01:00:15.398Z | Compiling resolv-conf v0.7.6 |
| 2579 | 2026-08-29T01:00:15.501Z | Compiling match_cfg v0.1.0 |
| 2580 | 2026-08-29T01:00:15.546Z | Compiling serde_yaml v0.9.34+deprecated |
| 2581 | 2026-08-29T01:00:15.641Z | Compiling compression-core v0.4.31 |
| 2582 | 2026-08-29T01:00:15.662Z | Compiling expectorate v1.2.0 |
| 2583 | 2026-08-29T01:00:15.819Z | Compiling compression-codecs v0.4.37 |
| 2584 | 2026-08-29T01:00:15.844Z | Compiling num v0.4.3 |
| 2585 | 2026-08-29T01:00:15.866Z | Compiling hostname v0.3.1 |
| 2586 | 2026-08-29T01:00:15.891Z | Compiling multer v3.1.0 |
| 2587 | 2026-08-29T01:00:15.940Z | Compiling slog-async v2.8.0 |
| 2588 | 2026-08-29T01:00:15.961Z | Compiling crossbeam-channel v0.5.15 |
| 2589 | 2026-08-29T01:00:16.008Z | Compiling slog-json v2.6.1 |
| 2590 | 2026-08-29T01:00:16.030Z | Compiling serde_spanned v1.1.1 |
| 2591 | 2026-08-29T01:00:16.033Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2592 | 2026-08-29T01:00:16.073Z | Compiling term v1.2.1 |
| 2593 | 2026-08-29T01:00:16.097Z | Compiling linear-map v1.2.0 |
| 2594 | 2026-08-29T01:00:16.231Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2595 | 2026-08-29T01:00:16.254Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2596 | 2026-08-29T01:00:16.256Z | Compiling oxide-update-engine-types v0.1.2 |
| 2597 | 2026-08-29T01:00:16.294Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2598 | 2026-08-29T01:00:16.321Z | Compiling take_mut v0.2.2 |
| 2599 | 2026-08-29T01:00:16.348Z | Compiling float-ord v0.3.2 |
| 2600 | 2026-08-29T01:00:16.351Z | Compiling slog-bunyan v2.5.0 |
| 2601 | 2026-08-29T01:00:16.389Z | Compiling slog-term v2.9.2 |
| 2602 | 2026-08-29T01:00:16.414Z | Compiling async-compression v0.4.41 |
| 2603 | 2026-08-29T01:00:16.507Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2604 | 2026-08-29T01:00:16.531Z | Compiling typify-impl v0.6.2 |
| 2605 | 2026-08-29T01:00:16.550Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2606 | 2026-08-29T01:00:16.592Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2607 | 2026-08-29T01:00:16.771Z | Compiling dropshot v0.17.1 |
| 2608 | 2026-08-29T01:00:16.839Z | Compiling async-stream v0.3.6 |
| 2609 | 2026-08-29T01:00:16.862Z | Compiling progenitor-client v0.14.0 |
| 2610 | 2026-08-29T01:00:16.864Z | Compiling oxide-generation v0.1.3 |
| 2611 | 2026-08-29T01:00:16.903Z | Compiling sha1 v0.11.0 |
| 2612 | 2026-08-29T01:00:16.903Z | Compiling waitgroup v0.1.2 |
| 2613 | 2026-08-29T01:00:17.019Z | Compiling rustls-pemfile v2.2.0 |
| 2614 | 2026-08-29T01:00:17.041Z | Compiling backon v1.6.0 |
| 2615 | 2026-08-29T01:00:17.078Z | Compiling serde_path_to_error v0.1.20 |
| 2616 | 2026-08-29T01:00:17.181Z | Compiling hostname v0.4.2 |
| 2617 | 2026-08-29T01:00:17.181Z | Compiling instant v0.1.13 |
| 2618 | 2026-08-29T01:00:17.222Z | Compiling debug-ignore v1.0.5 |
| 2619 | 2026-08-29T01:00:17.245Z | Compiling linked-hash-map v0.5.6 |
| 2620 | 2026-08-29T01:00:17.279Z | Compiling minimal-lexical v0.2.1 |
| 2621 | 2026-08-29T01:00:17.335Z | Compiling backoff v0.4.0 |
| 2622 | 2026-08-29T01:00:17.356Z | Compiling progenitor-extras v0.2.0 |
| 2623 | 2026-08-29T01:00:17.359Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2624 | 2026-08-29T01:00:17.443Z | Compiling lru-cache v0.1.2 |
| 2625 | 2026-08-29T01:00:17.481Z | Compiling oxide-update-engine v0.1.2 |
| 2626 | 2026-08-29T01:00:17.557Z | Compiling nom v7.1.3 |
| 2627 | 2026-08-29T01:00:17.600Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2628 | 2026-08-29T01:00:17.623Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2629 | 2026-08-29T01:00:17.644Z | Compiling parse-display v0.10.0 |
| 2630 | 2026-08-29T01:00:17.644Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2631 | 2026-08-29T01:00:17.882Z | Compiling regress v0.10.5 |
| 2632 | 2026-08-29T01:00:17.947Z | Compiling itertools v0.14.0 |
| 2633 | 2026-08-29T01:00:18.263Z | Compiling macaddr v1.0.1 |
| 2634 | 2026-08-29T01:00:18.357Z | Compiling humantime v2.3.0 |
| 2635 | 2026-08-29T01:00:18.547Z | Compiling unicode-xid v0.2.6 |
| 2636 | 2026-08-29T01:00:18.652Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2637 | 2026-08-29T01:00:18.676Z | Compiling hickory-proto v0.24.4 |
| 2638 | 2026-08-29T01:00:18.836Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2639 | 2026-08-29T01:00:18.859Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2640 | 2026-08-29T01:00:18.969Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2641 | 2026-08-29T01:00:19.221Z | Compiling toml v0.8.23 |
| 2642 | 2026-08-29T01:00:19.269Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2643 | 2026-08-29T01:00:19.365Z | Compiling papergrid v0.11.0 |
| 2644 | 2026-08-29T01:00:19.718Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2645 | 2026-08-29T01:00:19.812Z | Compiling tabled_derive v0.7.0 |
| 2646 | 2026-08-29T01:00:19.913Z | Compiling termtree v0.5.1 |
| 2647 | 2026-08-29T01:00:19.994Z | Compiling crossterm v0.29.0 |
| 2648 | 2026-08-29T01:00:20.032Z | Compiling typify-macro v0.6.2 |
| 2649 | 2026-08-29T01:00:20.121Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2650 | 2026-08-29T01:00:20.699Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2651 | 2026-08-29T01:00:21.021Z | Compiling tabled v0.15.0 |
| 2652 | 2026-08-29T01:00:21.097Z | Compiling phf_shared v0.12.1 |
| 2653 | 2026-08-29T01:00:21.190Z | Compiling hickory-resolver v0.24.4 |
| 2654 | 2026-08-29T01:00:21.346Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2655 | 2026-08-29T01:00:21.617Z | Compiling typify v0.6.2 |
| 2656 | 2026-08-29T01:00:21.877Z | Compiling progenitor-impl v0.14.0 |
| 2657 | 2026-08-29T01:00:22.330Z | Compiling csv-core v0.1.13 |
| 2658 | 2026-08-29T01:00:22.368Z | Compiling qorb v0.4.1 |
| 2659 | 2026-08-29T01:00:22.765Z | Compiling vte v0.14.1 |
| 2660 | 2026-08-29T01:00:22.809Z | Compiling chrono-tz v0.10.4 |
| 2661 | 2026-08-29T01:00:23.025Z | Compiling highway v1.3.0 |
| 2662 | 2026-08-29T01:00:23.082Z | Compiling strip-ansi-escapes v0.2.1 |
| 2663 | 2026-08-29T01:00:23.664Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2664 | 2026-08-29T01:00:23.771Z | Compiling csv v1.4.0 |
| 2665 | 2026-08-29T01:00:24.064Z | Compiling progenitor-macro v0.14.0 |
| 2666 | 2026-08-29T01:00:24.723Z | Compiling phf v0.12.1 |
| 2667 | 2026-08-29T01:00:24.921Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2668 | 2026-08-29T01:00:25.006Z | Compiling const_format_proc_macros v0.2.34 |
| 2669 | 2026-08-29T01:00:25.389Z | Compiling fd-lock v4.0.4 |
| 2670 | 2026-08-29T01:00:25.548Z | Compiling peg-macros v0.8.5 |
| 2671 | 2026-08-29T01:00:25.705Z | Compiling nu-ansi-term v0.50.3 |
| 2672 | 2026-08-29T01:00:25.809Z | Compiling const_format v0.2.35 |
| 2673 | 2026-08-29T01:00:25.958Z | Compiling reedline v0.40.0 |
| 2674 | 2026-08-29T01:00:26.311Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2675 | 2026-08-29T01:00:26.851Z | Compiling peg v0.8.5 |
| 2676 | 2026-08-29T01:00:26.956Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2677 | 2026-08-29T01:00:27.318Z | Compiling bcs v0.1.6 |
| 2678 | 2026-08-29T01:00:27.562Z | Compiling nom v8.0.0 |
| 2679 | 2026-08-29T01:00:27.752Z | Compiling semver v0.1.20 |
| 2680 | 2026-08-29T01:00:28.072Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2681 | 2026-08-29T01:00:28.092Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2682 | 2026-08-29T01:00:28.190Z | Compiling progenitor v0.14.0 |
| 2683 | 2026-08-29T01:00:28.374Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2684 | 2026-08-29T01:00:28.478Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2685 | 2026-08-29T01:00:29.112Z | Compiling rustc_version v0.1.7 |
| 2686 | 2026-08-29T01:00:29.351Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2687 | 2026-08-29T01:00:29.417Z | Compiling newtype_derive v0.1.6 |
| 2688 | 2026-08-29T01:00:29.513Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2689 | 2026-08-29T01:00:29.644Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2690 | 2026-08-29T01:00:29.746Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2691 | 2026-08-29T01:00:29.839Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2692 | 2026-08-29T01:00:29.861Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2693 | 2026-08-29T01:00:30.224Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2694 | 2026-08-29T01:00:30.515Z | Compiling steno v0.4.1 |
| 2695 | 2026-08-29T01:00:31.115Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2696 | 2026-08-29T01:00:31.278Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2697 | 2026-08-29T01:00:31.344Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2698 | 2026-08-29T01:00:31.409Z | Compiling sha1 v0.10.6 |
| 2699 | 2026-08-29T01:00:31.879Z | Compiling utf-8 v0.7.6 |
| 2700 | 2026-08-29T01:00:31.882Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2701 | 2026-08-29T01:00:31.954Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2702 | 2026-08-29T01:00:32.078Z | Compiling tagptr v0.2.0 |
| 2703 | 2026-08-29T01:00:32.119Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2704 | 2026-08-29T01:00:32.322Z | Compiling moka v0.12.13 |
| 2705 | 2026-08-29T01:00:32.376Z | Compiling tungstenite v0.21.0 |
| 2706 | 2026-08-29T01:00:32.777Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2707 | 2026-08-29T01:00:33.657Z | Compiling hickory-resolver v0.25.2 |
| 2708 | 2026-08-29T01:00:34.104Z | Compiling tokio-tungstenite v0.21.0 |
| 2709 | 2026-08-29T01:00:34.498Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2710 | 2026-08-29T01:00:34.527Z | Compiling darling_core v0.21.3 |
| 2711 | 2026-08-29T01:00:35.430Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2712 | 2026-08-29T01:00:36.460Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2713 | 2026-08-29T01:00:36.700Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2714 | 2026-08-29T01:00:36.840Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2715 | 2026-08-29T01:00:36.990Z | Compiling darling_macro v0.21.3 |
| 2716 | 2026-08-29T01:00:37.561Z | Compiling display-error-chain v0.2.2 |
| 2717 | 2026-08-29T01:00:37.751Z | Compiling darling v0.21.3 |
| 2718 | 2026-08-29T01:00:37.872Z | Compiling vergen-lib v0.1.6 |
| 2719 | 2026-08-29T01:00:38.096Z | Compiling diesel_derives v2.3.7 |
| 2720 | 2026-08-29T01:00:38.170Z | Compiling dsl_auto_type v0.2.0 |
| 2721 | 2026-08-29T01:00:38.511Z | Compiling scheduled-thread-pool v0.2.7 |
| 2722 | 2026-08-29T01:00:38.707Z | Compiling vergen-gitcl v1.0.8 |
| 2723 | 2026-08-29T01:00:38.914Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2724 | 2026-08-29T01:00:38.937Z | Compiling dirs-sys-next v0.1.2 |
| 2725 | 2026-08-29T01:00:39.088Z | Compiling glob v0.3.3 |
| 2726 | 2026-08-29T01:00:39.133Z | Compiling crunchy v0.2.4 |
| 2727 | 2026-08-29T01:00:39.201Z | Compiling maplit v1.0.2 |
| 2728 | 2026-08-29T01:00:39.443Z | Compiling dirs-next v2.0.0 |
| 2729 | 2026-08-29T01:00:39.467Z | Compiling clang-sys v1.8.1 |
| 2730 | 2026-08-29T01:00:39.551Z | Compiling r2d2 v0.8.10 |
| 2731 | 2026-08-29T01:00:39.793Z | Compiling libscf-sys v1.2.0 |
| 2732 | 2026-08-29T01:00:39.842Z | Compiling tiny-keccak v2.0.2 |
| 2733 | 2026-08-29T01:00:39.875Z | Compiling xshell-macros v0.2.7 |
| 2734 | 2026-08-29T01:00:39.929Z | Compiling downcast-rs v2.0.2 |
| 2735 | 2026-08-29T01:00:40.056Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2736 | 2026-08-29T01:00:40.110Z | Compiling term v0.7.0 |
| 2737 | 2026-08-29T01:00:40.235Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2738 | 2026-08-29T01:00:40.264Z | Compiling papergrid v0.18.0 |
| 2739 | 2026-08-29T01:00:40.285Z | Compiling xshell v0.2.7 |
| 2740 | 2026-08-29T01:00:40.513Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2741 | 2026-08-29T01:00:40.594Z | Compiling bit-vec v0.6.3 |
| 2742 | 2026-08-29T01:00:40.655Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2743 | 2026-08-29T01:00:40.769Z | Compiling ascii-canvas v3.0.0 |
| 2744 | 2026-08-29T01:00:40.838Z | Compiling bit-set v0.5.3 |
| 2745 | 2026-08-29T01:00:41.067Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2746 | 2026-08-29T01:00:41.200Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2747 | 2026-08-29T01:00:41.308Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2748 | 2026-08-29T01:00:41.533Z | Compiling tabled v0.21.0 |
| 2749 | 2026-08-29T01:00:41.764Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2750 | 2026-08-29T01:00:41.785Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2751 | 2026-08-29T01:00:41.978Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2752 | 2026-08-29T01:00:42.009Z | Compiling itertools v0.15.0 |
| 2753 | 2026-08-29T01:00:42.536Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2754 | 2026-08-29T01:00:42.714Z | Compiling itertools v0.10.5 |
| 2755 | 2026-08-29T01:00:42.788Z | Compiling ena v0.14.4 |
| 2756 | 2026-08-29T01:00:42.895Z | Compiling libloading v0.8.9 |
| 2757 | 2026-08-29T01:00:43.041Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2758 | 2026-08-29T01:00:43.069Z | Compiling regex-syntax v0.6.29 |
| 2759 | 2026-08-29T01:00:43.127Z | Compiling unicase v2.9.0 |
| 2760 | 2026-08-29T01:00:43.271Z | Compiling bindgen v0.71.1 |
| 2761 | 2026-08-29T01:00:43.443Z | Compiling diff v0.1.13 |
| 2762 | 2026-08-29T01:00:43.599Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2763 | 2026-08-29T01:00:43.704Z | Compiling cexpr v0.6.0 |
| 2764 | 2026-08-29T01:00:43.770Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2765 | 2026-08-29T01:00:43.873Z | Compiling rustc-hash v2.1.1 |
| 2766 | 2026-08-29T01:00:44.026Z | Compiling diesel v2.3.7 |
| 2767 | 2026-08-29T01:00:44.069Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2768 | 2026-08-29T01:00:44.233Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2769 | 2026-08-29T01:00:44.287Z | Compiling headers-core v0.3.0 |
| 2770 | 2026-08-29T01:00:44.346Z | Compiling libxml v0.3.3 |
| 2771 | 2026-08-29T01:00:44.450Z | Compiling lalrpop v0.19.12 |
| 2772 | 2026-08-29T01:00:44.604Z | Compiling crc8 v0.1.1 |
| 2773 | 2026-08-29T01:00:44.754Z | Compiling headers v0.4.1 |
| 2774 | 2026-08-29T01:00:44.951Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2775 | 2026-08-29T01:00:45.240Z | Compiling strum_macros v0.24.3 |
| 2776 | 2026-08-29T01:00:45.927Z | Compiling indoc v1.0.9 |
| 2777 | 2026-08-29T01:00:46.341Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2778 | 2026-08-29T01:00:46.380Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2779 | 2026-08-29T01:00:46.466Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2780 | 2026-08-29T01:00:46.487Z | Compiling derive_builder v0.20.2 |
| 2781 | 2026-08-29T01:00:46.564Z | Compiling oso-derive v0.27.3 |
| 2782 | 2026-08-29T01:00:46.655Z | Compiling quick-xml v0.37.5 |
| 2783 | 2026-08-29T01:00:46.790Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2784 | 2026-08-29T01:00:47.076Z | Compiling openssl-probe v0.1.6 |
| 2785 | 2026-08-29T01:00:47.220Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2786 | 2026-08-29T01:00:47.387Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2787 | 2026-08-29T01:00:47.781Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2788 | 2026-08-29T01:00:47.959Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2789 | 2026-08-29T01:00:47.983Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2790 | 2026-08-29T01:00:48.109Z | Compiling bb8 v0.8.6 |
| 2791 | 2026-08-29T01:00:48.203Z | Compiling trait-variant v0.1.2 |
| 2792 | 2026-08-29T01:00:48.273Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2793 | 2026-08-29T01:00:48.514Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2794 | 2026-08-29T01:00:48.721Z | Compiling half v1.8.3 |
| 2795 | 2026-08-29T01:00:48.785Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2796 | 2026-08-29T01:00:48.812Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2797 | 2026-08-29T01:00:49.044Z | Compiling serde_cbor v0.11.2 |
| 2798 | 2026-08-29T01:00:49.159Z | Compiling proc-macro-error2 v2.0.1 |
| 2799 | 2026-08-29T01:00:49.450Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2800 | 2026-08-29T01:00:49.472Z | Compiling rfc6979 v0.4.0 |
| 2801 | 2026-08-29T01:00:49.495Z | Compiling hashbrown v0.14.5 |
| 2802 | 2026-08-29T01:00:49.639Z | Compiling salty v0.3.0 |
| 2803 | 2026-08-29T01:00:49.698Z | Compiling ecdsa v0.16.9 |
| 2804 | 2026-08-29T01:00:49.813Z | Compiling samael v0.0.19 |
| 2805 | 2026-08-29T01:00:49.936Z | Compiling knus-derive v3.4.0 |
| 2806 | 2026-08-29T01:00:50.014Z | Compiling chumsky v0.9.3 |
| 2807 | 2026-08-29T01:00:50.126Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2808 | 2026-08-29T01:00:50.170Z | Compiling primeorder v0.13.6 |
| 2809 | 2026-08-29T01:00:50.363Z | Compiling nonempty v0.12.0 |
| 2810 | 2026-08-29T01:00:50.461Z | Compiling p384 v0.13.1 |
| 2811 | 2026-08-29T01:00:51.026Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2812 | 2026-08-29T01:00:51.304Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2813 | 2026-08-29T01:00:51.325Z | Compiling knus v3.4.0 |
| 2814 | 2026-08-29T01:00:51.582Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2815 | 2026-08-29T01:00:51.893Z | Compiling polar-core v0.27.3 |
| 2816 | 2026-08-29T01:00:52.237Z | Compiling fxhash v0.2.1 |
| 2817 | 2026-08-29T01:00:52.399Z | Compiling libz-sys v1.1.24 |
| 2818 | 2026-08-29T01:00:52.448Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2819 | 2026-08-29T01:00:52.653Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2820 | 2026-08-29T01:00:52.754Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2821 | 2026-08-29T01:00:52.922Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2822 | 2026-08-29T01:00:53.149Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2823 | 2026-08-29T01:00:53.483Z | Compiling kstat-rs v0.2.5 |
| 2824 | 2026-08-29T01:00:53.864Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2825 | 2026-08-29T01:00:53.933Z | Compiling mime_guess v2.0.5 |
| 2826 | 2026-08-29T01:00:54.449Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2827 | 2026-08-29T01:00:55.220Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2828 | 2026-08-29T01:00:56.282Z | Compiling nanorand v0.7.0 |
| 2829 | 2026-08-29T01:00:56.476Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2830 | 2026-08-29T01:00:56.644Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2831 | 2026-08-29T01:00:56.836Z | Compiling parking_lot_core v0.8.6 |
| 2832 | 2026-08-29T01:00:57.139Z | Compiling flume v0.11.1 |
| 2833 | 2026-08-29T01:00:57.195Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2834 | 2026-08-29T01:00:57.566Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2835 | 2026-08-29T01:00:57.732Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2836 | 2026-08-29T01:00:58.216Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2837 | 2026-08-29T01:00:58.465Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2838 | 2026-08-29T01:00:58.489Z | Compiling git-stub v1.0.0 |
| 2839 | 2026-08-29T01:00:58.757Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2840 | 2026-08-29T01:00:58.938Z | Compiling corncobs v0.1.4 |
| 2841 | 2026-08-29T01:00:59.039Z | Compiling instability v0.3.11 |
| 2842 | 2026-08-29T01:00:59.188Z | Compiling strsim v0.10.0 |
| 2843 | 2026-08-29T01:00:59.212Z | Compiling http-range v0.1.5 |
| 2844 | 2026-08-29T01:00:59.290Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2845 | 2026-08-29T01:00:59.345Z | Compiling git-stub-vcs v0.1.0 |
| 2846 | 2026-08-29T01:00:59.495Z | Compiling darling_core v0.13.4 |
| 2847 | 2026-08-29T01:00:59.961Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2848 | 2026-08-29T01:01:00.724Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2849 | 2026-08-29T01:01:00.929Z | Compiling oso v0.27.3 |
| 2850 | 2026-08-29T01:01:00.952Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2851 | 2026-08-29T01:01:01.174Z | Compiling progenitor-impl v0.13.0 |
| 2852 | 2026-08-29T01:01:03.407Z | Compiling async-bb8-diesel v0.2.1 |
| 2853 | 2026-08-29T01:01:03.894Z | Compiling diesel-dtrace v0.5.0 |
| 2854 | 2026-08-29T01:01:04.223Z | Compiling ignore v0.4.25 |
| 2855 | 2026-08-29T01:01:04.384Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2856 | 2026-08-29T01:01:04.649Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2857 | 2026-08-29T01:01:04.762Z | Compiling anstyle-parse v0.2.7 |
| 2858 | 2026-08-29T01:01:05.030Z | Compiling secrecy v0.8.0 |
| 2859 | 2026-08-29T01:01:05.219Z | Compiling vergen-git2 v9.1.0 |
| 2860 | 2026-08-29T01:01:05.244Z | Compiling castaway v0.2.4 |
| 2861 | 2026-08-29T01:01:05.376Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2862 | 2026-08-29T01:01:05.411Z | Compiling indoc v2.0.7 |
| 2863 | 2026-08-29T01:01:05.474Z | Compiling compact_str v0.8.1 |
| 2864 | 2026-08-29T01:01:05.674Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 2865 | 2026-08-29T01:01:06.538Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2866 | 2026-08-29T01:01:06.578Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2867 | 2026-08-29T01:01:07.236Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2868 | 2026-08-29T01:01:07.514Z | Compiling anstream v0.6.21 |
| 2869 | 2026-08-29T01:01:08.052Z | Compiling globwalk v0.9.1 |
| 2870 | 2026-08-29T01:01:08.698Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2871 | 2026-08-29T01:01:09.099Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2872 | 2026-08-29T01:01:09.148Z | Compiling progenitor-macro v0.13.0 |
| 2873 | 2026-08-29T01:01:09.721Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2874 | 2026-08-29T01:01:09.858Z | Compiling darling_macro v0.13.4 |
| 2875 | 2026-08-29T01:01:10.364Z | Compiling parking_lot v0.11.2 |
| 2876 | 2026-08-29T01:01:11.043Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2877 | 2026-08-29T01:01:11.264Z | Compiling hyper-staticfile v0.10.1 |
| 2878 | 2026-08-29T01:01:11.286Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2879 | 2026-08-29T01:01:11.363Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2880 | 2026-08-29T01:01:11.721Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2881 | 2026-08-29T01:01:11.767Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2882 | 2026-08-29T01:01:12.407Z | Compiling predicates-tree v1.0.13 |
| 2883 | 2026-08-29T01:01:12.525Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2884 | 2026-08-29T01:01:12.746Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2885 | 2026-08-29T01:01:12.820Z | Compiling unicode-truncate v1.1.0 |
| 2886 | 2026-08-29T01:01:13.033Z | Compiling lru v0.12.5 |
| 2887 | 2026-08-29T01:01:13.256Z | Compiling progenitor-client v0.13.0 |
| 2888 | 2026-08-29T01:01:13.325Z | Compiling digest-io v0.1.0 |
| 2889 | 2026-08-29T01:01:13.507Z | Compiling prefix-trie v0.7.0 |
| 2890 | 2026-08-29T01:01:13.588Z | Compiling rand_seeder v0.4.0 |
| 2891 | 2026-08-29T01:01:13.716Z | Compiling cassowary v0.3.0 |
| 2892 | 2026-08-29T01:01:13.773Z | Compiling rawzip v0.4.4 |
| 2893 | 2026-08-29T01:01:13.849Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2894 | 2026-08-29T01:01:14.038Z | Compiling ratatui v0.29.0 |
| 2895 | 2026-08-29T01:01:14.060Z | Compiling hickory-server v0.25.2 |
| 2896 | 2026-08-29T01:01:14.699Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2897 | 2026-08-29T01:01:14.855Z | Compiling progenitor v0.13.0 |
| 2898 | 2026-08-29T01:01:14.913Z | Compiling camino-tempfile-ext v0.3.3 |
| 2899 | 2026-08-29T01:01:15.032Z | Compiling sled v0.34.7 |
| 2900 | 2026-08-29T01:01:15.056Z | Compiling darling v0.13.4 |
| 2901 | 2026-08-29T01:01:15.170Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2902 | 2026-08-29T01:01:15.495Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2903 | 2026-08-29T01:01:17.747Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2904 | 2026-08-29T01:01:19.295Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2905 | 2026-08-29T01:01:20.355Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2906 | 2026-08-29T01:01:20.590Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2907 | 2026-08-29T01:01:21.649Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2908 | 2026-08-29T01:01:21.683Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2909 | 2026-08-29T01:01:22.289Z | Compiling git2 v0.20.4 |
| 2910 | 2026-08-29T01:01:22.345Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2911 | 2026-08-29T01:01:22.429Z | Compiling serde_with_macros v1.5.2 |
| 2912 | 2026-08-29T01:01:22.612Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2913 | 2026-08-29T01:01:23.272Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2914 | 2026-08-29T01:01:23.709Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2915 | 2026-08-29T01:01:23.929Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2916 | 2026-08-29T01:01:24.159Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2917 | 2026-08-29T01:01:24.213Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2918 | 2026-08-29T01:01:24.377Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2919 | 2026-08-29T01:01:24.440Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2920 | 2026-08-29T01:01:24.751Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2921 | 2026-08-29T01:01:24.987Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2922 | 2026-08-29T01:01:25.174Z | Compiling arc-swap v1.8.2 |
| 2923 | 2026-08-29T01:01:25.219Z | Compiling void v1.0.2 |
| 2924 | 2026-08-29T01:01:25.344Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2925 | 2026-08-29T01:01:25.369Z | Compiling lzss v0.8.2 |
| 2926 | 2026-08-29T01:01:25.545Z | Compiling slog-scope v4.4.1 |
| 2927 | 2026-08-29T01:01:25.879Z | Compiling serde_with v1.14.0 |
| 2928 | 2026-08-29T01:01:25.948Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2929 | 2026-08-29T01:01:26.835Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2930 | 2026-08-29T01:01:27.086Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2931 | 2026-08-29T01:01:27.109Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2932 | 2026-08-29T01:01:27.423Z | Compiling scuffle v0.1.0 |
| 2933 | 2026-08-29T01:01:27.651Z | Compiling tungstenite v0.23.0 |
| 2934 | 2026-08-29T01:01:27.825Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2935 | 2026-08-29T01:01:28.244Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2936 | 2026-08-29T01:01:29.151Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2937 | 2026-08-29T01:01:29.384Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2938 | 2026-08-29T01:01:29.583Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2939 | 2026-08-29T01:01:29.614Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2940 | 2026-08-29T01:01:29.842Z | Compiling nix v0.27.1 |
| 2941 | 2026-08-29T01:01:29.863Z | Compiling twox-hash v2.1.2 |
| 2942 | 2026-08-29T01:01:29.965Z | Compiling libsw-core v0.3.2 |
| 2943 | 2026-08-29T01:01:30.198Z | Compiling serde_bytes v0.11.19 |
| 2944 | 2026-08-29T01:01:30.292Z | Compiling atty v0.2.14 |
| 2945 | 2026-08-29T01:01:30.371Z | Compiling libsw v3.5.0 |
| 2946 | 2026-08-29T01:01:30.416Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2947 | 2026-08-29T01:01:30.445Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2948 | 2026-08-29T01:01:30.560Z | Compiling tokio-tungstenite v0.23.1 |
| 2949 | 2026-08-29T01:01:30.594Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2950 | 2026-08-29T01:01:30.940Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2951 | 2026-08-29T01:01:30.963Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2952 | 2026-08-29T01:01:32.537Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2953 | 2026-08-29T01:01:32.787Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2954 | 2026-08-29T01:01:32.900Z | Compiling slog-stdlog v4.1.1 |
| 2955 | 2026-08-29T01:01:33.309Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2956 | 2026-08-29T01:01:34.143Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2957 | 2026-08-29T01:01:34.633Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2958 | 2026-08-29T01:01:35.096Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2959 | 2026-08-29T01:01:36.119Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2960 | 2026-08-29T01:01:37.655Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2961 | 2026-08-29T01:01:38.309Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2962 | 2026-08-29T01:01:39.996Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2963 | 2026-08-29T01:01:40.033Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2964 | 2026-08-29T01:01:40.737Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2965 | 2026-08-29T01:01:40.974Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2966 | 2026-08-29T01:01:41.372Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2967 | 2026-08-29T01:01:41.761Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2968 | 2026-08-29T01:01:42.761Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2969 | 2026-08-29T01:01:43.338Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2970 | 2026-08-29T01:01:44.971Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2971 | 2026-08-29T01:01:45.147Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2972 | 2026-08-29T01:01:45.370Z | Compiling signal-hook-tokio v0.3.1 |
| 2973 | 2026-08-29T01:01:45.564Z | Compiling fatfs v0.3.6 |
| 2974 | 2026-08-29T01:01:45.826Z | Compiling yasna v0.5.2 |
| 2975 | 2026-08-29T01:01:45.858Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2976 | 2026-08-29T01:01:46.647Z | Compiling seq-macro v0.3.6 |
| 2977 | 2026-08-29T01:01:46.875Z | Compiling assert_matches v1.5.0 |
| 2978 | 2026-08-29T01:01:47.038Z | Compiling rcgen v0.12.1 |
| 2979 | 2026-08-29T01:01:47.173Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2980 | 2026-08-29T01:01:48.144Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2981 | 2026-08-29T01:01:48.768Z | Compiling slog-envlogger v2.2.0 |
| 2982 | 2026-08-29T01:01:49.346Z | Compiling oxide-update-engine-display v0.1.2 |
| 2983 | 2026-08-29T01:01:49.645Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2984 | 2026-08-29T01:01:49.967Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2985 | 2026-08-29T01:01:50.307Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2986 | 2026-08-29T01:01:50.534Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2987 | 2026-08-29T01:01:50.759Z | Compiling port-file v0.1.0 |
| 2988 | 2026-08-29T01:01:51.091Z | Compiling subprocess v0.2.15 |
| 2989 | 2026-08-29T01:01:51.505Z | Compiling rtoolbox v0.0.3 |
| 2990 | 2026-08-29T01:01:51.786Z | Compiling rpassword v7.5.4 |
| 2991 | 2026-08-29T01:01:52.142Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2992 | 2026-08-29T01:01:52.468Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2993 | 2026-08-29T01:01:53.796Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2994 | 2026-08-29T01:01:55.948Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2995 | 2026-08-29T01:01:56.031Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2996 | 2026-08-29T01:01:56.088Z | Compiling tui-tree-widget v0.23.1 |
| 2997 | 2026-08-29T01:01:56.375Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2998 | 2026-08-29T01:01:57.350Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2999 | 2026-08-29T01:01:57.917Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3000 | 2026-08-29T01:01:59.787Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3001 | 2026-08-29T01:02:00.056Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3002 | 2026-08-29T01:02:00.275Z | Compiling uzers v0.12.2 |
| 3003 | 2026-08-29T01:02:01.334Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3004 | 2026-08-29T01:02:01.430Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3005 | 2026-08-29T01:02:01.703Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3006 | 2026-08-29T01:02:02.513Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3007 | 2026-08-29T01:02:03.738Z | Compiling support-bundle-viewer v0.1.2 |
| 3008 | 2026-08-29T01:02:04.425Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3009 | 2026-08-29T01:02:05.603Z | Compiling multimap v0.10.1 |
| 3010 | 2026-08-29T01:02:14.007Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3011 | 2026-08-29T01:02:17.005Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3012 | 2026-08-29T01:02:22.832Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3013 | 2026-08-29T01:02:25.014Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3014 | 2026-08-29T01:02:25.703Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3015 | 2026-08-29T01:13:23.796Z | Finished `release` profile [optimized] target(s) in 13m 10s |
| 3016 | 2026-08-29T01:13:23.799Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3017 | 2026-08-29T01:13:23.800Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3018 | 2026-08-29T01:14:14.532Z | |
| 3019 | 2026-08-29T01:14:14.532Z | real 14:02.234661530 |
| 3020 | 2026-08-29T01:14:14.532Z | user 1:25:27.271881729 |
| 3021 | 2026-08-29T01:14:14.556Z | sys 3:40.257484261 |
| 3022 | 2026-08-29T01:14:14.556Z | trap 1.850427281 |
| 3023 | 2026-08-29T01:14:14.557Z | tflt 1.670592956 |
| 3024 | 2026-08-29T01:14:14.557Z | dflt 20.471802620 |
| 3025 | 2026-08-29T01:14:14.557Z | kflt 0.010034857 |
| 3026 | 2026-08-29T01:14:14.557Z | lock 10:12:45.388263632 |
| 3027 | 2026-08-29T01:14:14.557Z | slp 2:32:09.485440202 |
| 3028 | 2026-08-29T01:14:14.557Z | lat 2:38.209281930 |
| 3029 | 2026-08-29T01:14:14.557Z | stop 5:33.709526648 |
| 3030 | 2026-08-29T01:14:14.557Z | + mapfile -t packages |
| 3031 | 2026-08-29T01:14:14.557Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3032 | 2026-08-29T01:14:19.477Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 3033 | 2026-08-29T01:14:19.477Z | Running `target/release/omicron-package -t test list-outputs` |
| 3034 | 2026-08-29T01:14:19.478Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3035 | 2026-08-29T01:14:19.478Z | + ptime -m cargo build --locked --release -p xtask |
| 3036 | 2026-08-29T01:14:19.478Z | Compiling libc v0.2.185 |
| 3037 | 2026-08-29T01:14:19.478Z | Compiling serde_core v1.0.228 |
| 3038 | 2026-08-29T01:14:19.478Z | Compiling serde v1.0.228 |
| 3039 | 2026-08-29T01:14:19.478Z | Compiling rustix v1.1.4 |
| 3040 | 2026-08-29T01:14:19.478Z | Compiling serde_json v1.0.151 |
| 3041 | 2026-08-29T01:14:19.478Z | Compiling bitflags v2.11.0 |
| 3042 | 2026-08-29T01:14:19.478Z | Compiling syn v2.0.117 |
| 3043 | 2026-08-29T01:14:19.478Z | Compiling usdt-impl v0.5.0 |
| 3044 | 2026-08-29T01:14:19.478Z | Compiling syn v1.0.109 |
| 3045 | 2026-08-29T01:14:19.478Z | Compiling log v0.4.33 |
| 3046 | 2026-08-29T01:14:19.478Z | Compiling getrandom v0.4.3 |
| 3047 | 2026-08-29T01:14:19.478Z | Compiling indexmap v2.14.0 |
| 3048 | 2026-08-29T01:14:19.478Z | Compiling fs-err v3.3.0 |
| 3049 | 2026-08-29T01:14:19.478Z | Compiling heck v0.4.1 |
| 3050 | 2026-08-29T01:14:19.478Z | Compiling anyhow v1.0.104 |
| 3051 | 2026-08-29T01:14:19.478Z | Compiling once_cell v1.21.3 |
| 3052 | 2026-08-29T01:14:19.478Z | Compiling thread-id v4.2.2 |
| 3053 | 2026-08-29T01:14:19.485Z | Compiling errno v0.3.14 |
| 3054 | 2026-08-29T01:14:19.485Z | Compiling memmap v0.7.0 |
| 3055 | 2026-08-29T01:14:19.485Z | Compiling proc-macro-error v1.0.4 |
| 3056 | 2026-08-29T01:14:19.485Z | Compiling terminal_size v0.4.3 |
| 3057 | 2026-08-29T01:14:19.485Z | Compiling tempfile v3.27.0 |
| 3058 | 2026-08-29T01:14:19.485Z | Compiling tabled_derive v0.7.0 |
| 3059 | 2026-08-29T01:14:19.485Z | Compiling clap_builder v4.6.0 |
| 3060 | 2026-08-29T01:14:19.485Z | Compiling textwrap v0.16.2 |
| 3061 | 2026-08-29T01:14:19.485Z | Compiling camino v1.2.5 |
| 3062 | 2026-08-29T01:14:19.485Z | Compiling cargo-platform v0.3.2 |
| 3063 | 2026-08-29T01:14:19.485Z | Compiling semver v1.0.28 |
| 3064 | 2026-08-29T01:14:19.492Z | Compiling pest_generator v2.8.6 |
| 3065 | 2026-08-29T01:14:19.492Z | Compiling tabled v0.15.0 |
| 3066 | 2026-08-29T01:14:19.492Z | Compiling camino-tempfile v1.4.1 |
| 3067 | 2026-08-29T01:14:19.492Z | Compiling serde_derive v1.0.228 |
| 3068 | 2026-08-29T01:14:19.492Z | Compiling thiserror-impl v1.0.69 |
| 3069 | 2026-08-29T01:14:19.492Z | Compiling zerocopy-derive v0.7.35 |
| 3070 | 2026-08-29T01:14:19.492Z | Compiling scroll_derive v0.12.1 |
| 3071 | 2026-08-29T01:14:19.492Z | Compiling thiserror-impl v2.0.18 |
| 3072 | 2026-08-29T01:14:19.492Z | Compiling clap_derive v4.6.1 |
| 3073 | 2026-08-29T01:14:19.492Z | Compiling pest_derive v2.8.6 |
| 3074 | 2026-08-29T01:14:19.688Z | Compiling scroll v0.12.0 |
| 3075 | 2026-08-29T01:14:19.860Z | Compiling zerocopy v0.7.35 |
| 3076 | 2026-08-29T01:14:19.969Z | Compiling goblin v0.8.2 |
| 3077 | 2026-08-29T01:14:20.097Z | Compiling thiserror v1.0.69 |
| 3078 | 2026-08-29T01:14:20.224Z | Compiling dtrace-parser v0.2.0 |
| 3079 | 2026-08-29T01:14:20.438Z | Compiling thiserror v2.0.18 |
| 3080 | 2026-08-29T01:14:20.452Z | Compiling clap v4.6.1 |
| 3081 | 2026-08-29T01:14:22.182Z | Compiling dof v0.3.0 |
| 3082 | 2026-08-29T01:14:22.241Z | Compiling toml_datetime v0.6.11 |
| 3083 | 2026-08-29T01:14:22.295Z | Compiling serde_spanned v0.6.9 |
| 3084 | 2026-08-29T01:14:22.298Z | Compiling serde_tokenstream v0.2.3 |
| 3085 | 2026-08-29T01:14:22.469Z | Compiling toml_edit v0.22.27 |
| 3086 | 2026-08-29T01:14:22.481Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3087 | 2026-08-29T01:14:22.510Z | Compiling macaddr v1.0.1 |
| 3088 | 2026-08-29T01:14:22.521Z | Compiling cargo_metadata v0.23.1 |
| 3089 | 2026-08-29T01:14:22.917Z | Compiling usdt-macro v0.5.0 |
| 3090 | 2026-08-29T01:14:22.918Z | Compiling usdt-attr-macro v0.5.0 |
| 3091 | 2026-08-29T01:14:23.568Z | Compiling usdt v0.5.0 |
| 3092 | 2026-08-29T01:14:24.007Z | Compiling toml v0.8.23 |
| 3093 | 2026-08-29T01:14:24.443Z | Compiling cargo_toml v0.21.0 |
| 3094 | 2026-08-29T01:14:28.842Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3095 | 2026-08-29T01:14:32.060Z | Finished `release` profile [optimized] target(s) in 16.41s |
| 3096 | 2026-08-29T01:14:32.167Z | |
| 3097 | 2026-08-29T01:14:32.171Z | real 16.496572533 |
| 3098 | 2026-08-29T01:14:32.171Z | user 2:05.837150827 |
| 3099 | 2026-08-29T01:14:32.171Z | sys 13.627636114 |
| 3100 | 2026-08-29T01:14:32.171Z | trap 0.074132589 |
| 3101 | 2026-08-29T01:14:32.171Z | tflt 0.611443592 |
| 3102 | 2026-08-29T01:14:32.171Z | dflt 1.124196989 |
| 3103 | 2026-08-29T01:14:32.171Z | kflt 0.000058840 |
| 3104 | 2026-08-29T01:14:32.171Z | lock 4:43.306984318 |
| 3105 | 2026-08-29T01:14:32.171Z | slp 2:40.531356259 |
| 3106 | 2026-08-29T01:14:32.171Z | lat 4.151597111 |
| 3107 | 2026-08-29T01:14:32.171Z | stop 16.374810816 |
| 3108 | 2026-08-29T01:14:32.171Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3109 | 2026-08-29T01:14:32.171Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3110 | 2026-08-29T01:14:32.172Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3111 | 2026-08-29T01:14:32.172Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3112 | 2026-08-29T01:14:32.172Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3113 | 2026-08-29T01:14:33.126Z | Compiling progenitor-client v0.14.0 |
| 3114 | 2026-08-29T01:14:33.130Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3115 | 2026-08-29T01:14:33.130Z | Compiling match_cfg v0.1.0 |
| 3116 | 2026-08-29T01:14:33.130Z | Compiling slog-json v2.6.1 |
| 3117 | 2026-08-29T01:14:33.130Z | Compiling newtype-uuid-macros v0.1.0 |
| 3118 | 2026-08-29T01:14:33.130Z | Compiling sha1 v0.11.0 |
| 3119 | 2026-08-29T01:14:33.130Z | Compiling multer v3.1.0 |
| 3120 | 2026-08-29T01:14:33.130Z | Compiling debug-ignore v1.0.5 |
| 3121 | 2026-08-29T01:14:33.277Z | Compiling compression-core v0.4.31 |
| 3122 | 2026-08-29T01:14:33.280Z | Compiling async-stream-impl v0.3.6 |
| 3123 | 2026-08-29T01:14:33.281Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3124 | 2026-08-29T01:14:33.281Z | Compiling serde_spanned v1.1.1 |
| 3125 | 2026-08-29T01:14:33.281Z | Compiling dropshot v0.17.1 |
| 3126 | 2026-08-29T01:14:33.308Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3127 | 2026-08-29T01:14:33.311Z | Compiling waitgroup v0.1.2 |
| 3128 | 2026-08-29T01:14:33.311Z | Compiling rustls-pemfile v2.2.0 |
| 3129 | 2026-08-29T01:14:33.567Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3130 | 2026-08-29T01:14:33.571Z | Compiling hostname v0.3.1 |
| 3131 | 2026-08-29T01:14:33.602Z | Compiling compression-codecs v0.4.37 |
| 3132 | 2026-08-29T01:14:33.606Z | Compiling dropshot_endpoint v0.17.1 |
| 3133 | 2026-08-29T01:14:33.606Z | Compiling serde_path_to_error v0.1.20 |
| 3134 | 2026-08-29T01:14:33.606Z | Compiling hostname v0.4.2 |
| 3135 | 2026-08-29T01:14:33.676Z | Compiling slog-bunyan v2.5.0 |
| 3136 | 2026-08-29T01:14:33.694Z | Compiling atomicwrites v0.4.4 |
| 3137 | 2026-08-29T01:14:33.697Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3138 | 2026-08-29T01:14:33.769Z | Compiling macaddr v1.0.1 |
| 3139 | 2026-08-29T01:14:33.769Z | Compiling serde_tokenstream v0.3.0 |
| 3140 | 2026-08-29T01:14:33.770Z | Compiling oxide-generation v0.1.3 |
| 3141 | 2026-08-29T01:14:33.774Z | Compiling instant v0.1.13 |
| 3142 | 2026-08-29T01:14:33.836Z | Compiling async-compression v0.4.41 |
| 3143 | 2026-08-29T01:14:33.876Z | Compiling parse-display-derive v0.10.0 |
| 3144 | 2026-08-29T01:14:33.895Z | Compiling async-stream v0.3.6 |
| 3145 | 2026-08-29T01:14:33.916Z | Compiling regress v0.10.5 |
| 3146 | 2026-08-29T01:14:33.920Z | Compiling backon v1.6.0 |
| 3147 | 2026-08-29T01:14:33.969Z | Compiling backoff v0.4.0 |
| 3148 | 2026-08-29T01:14:33.973Z | Compiling itertools v0.14.0 |
| 3149 | 2026-08-29T01:14:34.030Z | Compiling humantime v2.3.0 |
| 3150 | 2026-08-29T01:14:34.107Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3151 | 2026-08-29T01:14:34.127Z | Compiling progenitor-extras v0.2.0 |
| 3152 | 2026-08-29T01:14:34.131Z | Compiling half v2.7.1 |
| 3153 | 2026-08-29T01:14:34.131Z | Compiling oxide-generation-macros v0.2.0 |
| 3154 | 2026-08-29T01:14:34.180Z | Compiling ciborium-io v0.2.2 |
| 3155 | 2026-08-29T01:14:34.198Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3156 | 2026-08-29T01:14:34.217Z | Compiling crucible-workspace-hack v0.1.0 |
| 3157 | 2026-08-29T01:14:34.222Z | Compiling convert_case v0.4.0 |
| 3158 | 2026-08-29T01:14:34.300Z | Compiling secrecy v0.10.3 |
| 3159 | 2026-08-29T01:14:34.319Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3160 | 2026-08-29T01:14:34.339Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3161 | 2026-08-29T01:14:34.345Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3162 | 2026-08-29T01:14:34.373Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3163 | 2026-08-29T01:14:34.398Z | Compiling ciborium-ll v0.2.2 |
| 3164 | 2026-08-29T01:14:34.463Z | Compiling inout v0.1.4 |
| 3165 | 2026-08-29T01:14:34.498Z | Compiling regress v0.11.1 |
| 3166 | 2026-08-29T01:14:34.560Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3167 | 2026-08-29T01:14:34.578Z | Compiling ciborium v0.2.2 |
| 3168 | 2026-08-29T01:14:34.597Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3169 | 2026-08-29T01:14:34.616Z | Compiling derive_more v0.99.20 |
| 3170 | 2026-08-29T01:14:34.636Z | Compiling cipher v0.4.4 |
| 3171 | 2026-08-29T01:14:34.658Z | Compiling universal-hash v0.5.1 |
| 3172 | 2026-08-29T01:14:34.725Z | Compiling opaque-debug v0.3.1 |
| 3173 | 2026-08-29T01:14:34.745Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3174 | 2026-08-29T01:14:34.816Z | Compiling poly1305 v0.8.0 |
| 3175 | 2026-08-29T01:14:34.833Z | Compiling blake2 v0.10.6 |
| 3176 | 2026-08-29T01:14:34.862Z | Compiling chacha20 v0.9.1 |
| 3177 | 2026-08-29T01:14:34.921Z | Compiling aead v0.5.2 |
| 3178 | 2026-08-29T01:14:34.949Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3179 | 2026-08-29T01:14:35.031Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3180 | 2026-08-29T01:14:35.157Z | Compiling password-hash v0.5.0 |
| 3181 | 2026-08-29T01:14:35.174Z | Compiling indent_write v2.2.0 |
| 3182 | 2026-08-29T01:14:35.192Z | Compiling chacha20poly1305 v0.10.1 |
| 3183 | 2026-08-29T01:14:35.224Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3184 | 2026-08-29T01:14:35.267Z | Compiling unsafe-libyaml v0.2.11 |
| 3185 | 2026-08-29T01:14:35.288Z | Compiling itertools v0.15.0 |
| 3186 | 2026-08-29T01:14:35.340Z | Compiling num-derive v0.4.2 |
| 3187 | 2026-08-29T01:14:35.375Z | Compiling heapless v0.8.0 |
| 3188 | 2026-08-29T01:14:35.416Z | Compiling argon2 v0.5.3 |
| 3189 | 2026-08-29T01:14:35.496Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3190 | 2026-08-29T01:14:35.577Z | Compiling tabwriter v1.4.1 |
| 3191 | 2026-08-29T01:14:35.594Z | Compiling hash32 v0.3.1 |
| 3192 | 2026-08-29T01:14:35.662Z | Compiling parse-display v0.10.0 |
| 3193 | 2026-08-29T01:14:35.786Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3194 | 2026-08-29T01:14:35.821Z | Compiling thiserror-no-std v2.0.2 |
| 3195 | 2026-08-29T01:14:35.838Z | Compiling serde_yaml v0.9.34+deprecated |
| 3196 | 2026-08-29T01:14:35.894Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3197 | 2026-08-29T01:14:35.941Z | Compiling vsss-rs v3.3.4 |
| 3198 | 2026-08-29T01:14:35.988Z | Compiling smoltcp v0.11.0 |
| 3199 | 2026-08-29T01:14:36.075Z | Compiling typify-impl v0.6.2 |
| 3200 | 2026-08-29T01:14:36.140Z | Compiling proc-macro-crate v3.4.0 |
| 3201 | 2026-08-29T01:14:36.341Z | Compiling cobs v0.3.0 |
| 3202 | 2026-08-29T01:14:36.395Z | Compiling colored v3.1.1 |
| 3203 | 2026-08-29T01:14:36.515Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3204 | 2026-08-29T01:14:36.577Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3205 | 2026-08-29T01:14:36.594Z | Compiling postcard v1.1.3 |
| 3206 | 2026-08-29T01:14:36.722Z | Compiling ingot-macros v0.2.0 |
| 3207 | 2026-08-29T01:14:36.756Z | Compiling num_enum_derive v0.7.6 |
| 3208 | 2026-08-29T01:14:36.774Z | Compiling proc-macro-error v1.0.4 |
| 3209 | 2026-08-29T01:14:36.791Z | Compiling proc-macro-crate v1.3.1 |
| 3210 | 2026-08-29T01:14:36.831Z | Compiling foreign-types-macros v0.2.3 |
| 3211 | 2026-08-29T01:14:36.885Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3212 | 2026-08-29T01:14:36.964Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3213 | 2026-08-29T01:14:37.117Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3214 | 2026-08-29T01:14:37.136Z | Compiling foreign-types-shared v0.3.1 |
| 3215 | 2026-08-29T01:14:37.140Z | Compiling rayon-core v1.13.0 |
| 3216 | 2026-08-29T01:14:37.297Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3217 | 2026-08-29T01:14:37.300Z | Compiling num_enum_derive v0.5.11 |
| 3218 | 2026-08-29T01:14:37.341Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3219 | 2026-08-29T01:14:37.419Z | Compiling crossbeam-deque v0.8.6 |
| 3220 | 2026-08-29T01:14:37.437Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3221 | 2026-08-29T01:14:37.453Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3222 | 2026-08-29T01:14:37.507Z | Compiling foreign-types v0.5.0 |
| 3223 | 2026-08-29T01:14:37.542Z | Compiling cstr-argument v0.1.2 |
| 3224 | 2026-08-29T01:14:37.586Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3225 | 2026-08-29T01:14:37.612Z | Compiling illumos-nvpair v0.3.0 |
| 3226 | 2026-08-29T01:14:37.728Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3227 | 2026-08-29T01:14:37.800Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3228 | 2026-08-29T01:14:37.842Z | Compiling zone_cfg_derive v0.3.1 |
| 3229 | 2026-08-29T01:14:37.895Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3230 | 2026-08-29T01:14:37.912Z | Compiling num_enum v0.7.6 |
| 3231 | 2026-08-29T01:14:37.934Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3232 | 2026-08-29T01:14:37.959Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3233 | 2026-08-29T01:14:38.015Z | Compiling itertools v0.12.1 |
| 3234 | 2026-08-29T01:14:38.032Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3235 | 2026-08-29T01:14:38.054Z | Compiling sigpipe v0.1.3 |
| 3236 | 2026-08-29T01:14:38.073Z | Compiling rayon v1.11.0 |
| 3237 | 2026-08-29T01:14:38.094Z | Compiling glob v0.3.3 |
| 3238 | 2026-08-29T01:14:38.166Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3239 | 2026-08-29T01:14:38.183Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3240 | 2026-08-29T01:14:38.187Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3241 | 2026-08-29T01:14:38.360Z | Compiling smf v0.2.3 |
| 3242 | 2026-08-29T01:14:38.419Z | Compiling cpubits v0.1.1 |
| 3243 | 2026-08-29T01:14:38.436Z | Compiling num_enum v0.5.11 |
| 3244 | 2026-08-29T01:14:38.465Z | Compiling whoami v1.6.1 |
| 3245 | 2026-08-29T01:14:38.486Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3246 | 2026-08-29T01:14:38.489Z | Compiling gethostname v0.5.0 |
| 3247 | 2026-08-29T01:14:38.524Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3248 | 2026-08-29T01:14:38.544Z | Compiling num-rational v0.4.2 |
| 3249 | 2026-08-29T01:14:38.566Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3250 | 2026-08-29T01:14:38.584Z | Compiling num-complex v0.4.6 |
| 3251 | 2026-08-29T01:14:38.614Z | Compiling derive-where v1.6.0 |
| 3252 | 2026-08-29T01:14:38.656Z | Compiling toml v0.8.23 |
| 3253 | 2026-08-29T01:14:38.675Z | Compiling usdt-macro v0.5.0 |
| 3254 | 2026-08-29T01:14:38.892Z | Compiling usdt-attr-macro v0.5.0 |
| 3255 | 2026-08-29T01:14:38.913Z | Compiling pem-rfc7468 v1.0.0 |
| 3256 | 2026-08-29T01:14:39.001Z | Compiling num v0.4.3 |
| 3257 | 2026-08-29T01:14:39.066Z | Compiling memmap v0.7.0 |
| 3258 | 2026-08-29T01:14:39.101Z | Compiling float-ord v0.3.2 |
| 3259 | 2026-08-29T01:14:39.150Z | Compiling cancel-safe-futures v0.1.5 |
| 3260 | 2026-08-29T01:14:39.243Z | Compiling zone v0.3.1 |
| 3261 | 2026-08-29T01:14:39.247Z | Compiling universal-hash v0.6.1 |
| 3262 | 2026-08-29T01:14:39.288Z | Compiling resolv-conf v0.7.6 |
| 3263 | 2026-08-29T01:14:39.316Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3264 | 2026-08-29T01:14:39.319Z | Compiling sha1 v0.10.6 |
| 3265 | 2026-08-29T01:14:39.426Z | Compiling prettyplease v0.2.37 |
| 3266 | 2026-08-29T01:14:39.494Z | Compiling libefi-sys v0.1.0 |
| 3267 | 2026-08-29T01:14:39.603Z | Compiling linear-map v1.2.0 |
| 3268 | 2026-08-29T01:14:39.639Z | Compiling ingot-types v0.2.0 |
| 3269 | 2026-08-29T01:14:39.658Z | Compiling polyval v0.7.1 |
| 3270 | 2026-08-29T01:14:39.702Z | Compiling der v0.8.0 |
| 3271 | 2026-08-29T01:14:39.720Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3272 | 2026-08-29T01:14:39.746Z | Compiling usdt v0.5.0 |
| 3273 | 2026-08-29T01:14:39.804Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3274 | 2026-08-29T01:14:39.825Z | Compiling newline-converter v0.3.0 |
| 3275 | 2026-08-29T01:14:39.863Z | Compiling console v0.15.11 |
| 3276 | 2026-08-29T01:14:39.913Z | Compiling bitfield-struct v0.6.2 |
| 3277 | 2026-08-29T01:14:39.931Z | Compiling ghash v0.6.0 |
| 3278 | 2026-08-29T01:14:39.997Z | Compiling oxide-update-engine-types v0.1.2 |
| 3279 | 2026-08-29T01:14:40.057Z | Compiling ingot v0.2.1 |
| 3280 | 2026-08-29T01:14:40.091Z | Compiling aes v0.9.1 |
| 3281 | 2026-08-29T01:14:40.094Z | Compiling crypto-bigint v0.7.5 |
| 3282 | 2026-08-29T01:14:40.165Z | Compiling hickory-proto v0.24.4 |
| 3283 | 2026-08-29T01:14:40.341Z | Compiling expectorate v1.2.0 |
| 3284 | 2026-08-29T01:14:40.472Z | Compiling pbkdf2 v0.13.0 |
| 3285 | 2026-08-29T01:14:40.533Z | Compiling ctr v0.10.1 |
| 3286 | 2026-08-29T01:14:40.551Z | Compiling aead v0.6.1 |
| 3287 | 2026-08-29T01:14:40.617Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3288 | 2026-08-29T01:14:40.634Z | Compiling nom v8.0.0 |
| 3289 | 2026-08-29T01:14:40.758Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3290 | 2026-08-29T01:14:40.779Z | Compiling semver v0.1.20 |
| 3291 | 2026-08-29T01:14:40.782Z | Compiling typify-macro v0.6.2 |
| 3292 | 2026-08-29T01:14:40.860Z | Compiling linked-hash-map v0.5.6 |
| 3293 | 2026-08-29T01:14:40.939Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3294 | 2026-08-29T01:14:40.984Z | Compiling rustc_version v0.1.7 |
| 3295 | 2026-08-29T01:14:41.070Z | Compiling oxide-update-engine v0.1.2 |
| 3296 | 2026-08-29T01:14:41.113Z | Compiling lru-cache v0.1.2 |
| 3297 | 2026-08-29T01:14:41.156Z | Compiling aes-gcm v0.11.0 |
| 3298 | 2026-08-29T01:14:41.182Z | Compiling spki v0.8.0 |
| 3299 | 2026-08-29T01:14:41.222Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3300 | 2026-08-29T01:14:41.242Z | Compiling tokio-dtrace v0.1.1 |
| 3301 | 2026-08-29T01:14:41.245Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3302 | 2026-08-29T01:14:41.277Z | Compiling salsa20 v0.11.0 |
| 3303 | 2026-08-29T01:14:41.365Z | Compiling slog-dtrace v0.3.0 |
| 3304 | 2026-08-29T01:14:41.388Z | Compiling xshell-macros v0.2.7 |
| 3305 | 2026-08-29T01:14:41.439Z | Compiling minimal-lexical v0.2.1 |
| 3306 | 2026-08-29T01:14:41.459Z | Compiling oxide-tokio-rt v0.1.4 |
| 3307 | 2026-08-29T01:14:41.463Z | Compiling scrypt v0.12.0 |
| 3308 | 2026-08-29T01:14:41.542Z | Compiling newtype_derive v0.1.6 |
| 3309 | 2026-08-29T01:14:41.591Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3310 | 2026-08-29T01:14:41.609Z | Compiling phf_shared v0.12.1 |
| 3311 | 2026-08-29T01:14:41.655Z | Compiling nom v7.1.3 |
| 3312 | 2026-08-29T01:14:41.690Z | Compiling rfc6979 v0.4.0 |
| 3313 | 2026-08-29T01:14:41.724Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3314 | 2026-08-29T01:14:41.779Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3315 | 2026-08-29T01:14:41.797Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3316 | 2026-08-29T01:14:41.800Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3317 | 2026-08-29T01:14:41.834Z | Compiling xshell v0.2.7 |
| 3318 | 2026-08-29T01:14:41.838Z | Compiling cbc v0.2.1 |
| 3319 | 2026-08-29T01:14:41.866Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3320 | 2026-08-29T01:14:41.996Z | Compiling csv-core v0.1.13 |
| 3321 | 2026-08-29T01:14:42.101Z | Compiling unicode-xid v0.2.6 |
| 3322 | 2026-08-29T01:14:42.176Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3323 | 2026-08-29T01:14:42.262Z | Compiling chrono-tz v0.10.4 |
| 3324 | 2026-08-29T01:14:42.279Z | Compiling highway v1.3.0 |
| 3325 | 2026-08-29T01:14:42.344Z | Compiling hickory-resolver v0.24.4 |
| 3326 | 2026-08-29T01:14:42.361Z | Compiling proc-macro-error2 v2.0.1 |
| 3327 | 2026-08-29T01:14:42.415Z | Compiling const_format_proc_macros v0.2.34 |
| 3328 | 2026-08-29T01:14:42.507Z | Compiling csv v1.4.0 |
| 3329 | 2026-08-29T01:14:42.688Z | Compiling pkcs5 v0.8.1 |
| 3330 | 2026-08-29T01:14:42.705Z | Compiling typify v0.6.2 |
| 3331 | 2026-08-29T01:14:42.725Z | Compiling ecdsa v0.16.9 |
| 3332 | 2026-08-29T01:14:42.854Z | Compiling progenitor-impl v0.14.0 |
| 3333 | 2026-08-29T01:14:43.010Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3334 | 2026-08-29T01:14:43.091Z | Compiling phf v0.12.1 |
| 3335 | 2026-08-29T01:14:43.110Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3336 | 2026-08-29T01:14:43.126Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3337 | 2026-08-29T01:14:43.214Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3338 | 2026-08-29T01:14:43.277Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3339 | 2026-08-29T01:14:43.296Z | Compiling primeorder v0.13.6 |
| 3340 | 2026-08-29T01:14:43.313Z | Compiling hashbrown v0.14.5 |
| 3341 | 2026-08-29T01:14:43.465Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3342 | 2026-08-29T01:14:43.486Z | Compiling qorb v0.4.1 |
| 3343 | 2026-08-29T01:14:43.516Z | Compiling salty v0.3.0 |
| 3344 | 2026-08-29T01:14:43.544Z | Compiling const_format v0.2.35 |
| 3345 | 2026-08-29T01:14:43.595Z | Compiling p384 v0.13.1 |
| 3346 | 2026-08-29T01:14:43.797Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3347 | 2026-08-29T01:14:43.895Z | Compiling chumsky v0.9.3 |
| 3348 | 2026-08-29T01:14:43.968Z | Compiling pkcs8 v0.11.0 |
| 3349 | 2026-08-29T01:14:44.050Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3350 | 2026-08-29T01:14:44.161Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3351 | 2026-08-29T01:14:44.203Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3352 | 2026-08-29T01:14:44.389Z | Compiling knus-derive v3.4.0 |
| 3353 | 2026-08-29T01:14:44.652Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3354 | 2026-08-29T01:14:44.915Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3355 | 2026-08-29T01:14:44.934Z | Compiling tabled_derive v0.7.0 |
| 3356 | 2026-08-29T01:14:44.956Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3357 | 2026-08-29T01:14:45.130Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3358 | 2026-08-29T01:14:45.203Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3359 | 2026-08-29T01:14:45.420Z | Compiling bcs v0.1.6 |
| 3360 | 2026-08-29T01:14:45.577Z | Compiling ff v0.14.0 |
| 3361 | 2026-08-29T01:14:45.650Z | Compiling progenitor-macro v0.14.0 |
| 3362 | 2026-08-29T01:14:45.751Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3363 | 2026-08-29T01:14:45.769Z | Compiling termtree v0.5.1 |
| 3364 | 2026-08-29T01:14:45.786Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3365 | 2026-08-29T01:14:45.834Z | Compiling steno v0.4.1 |
| 3366 | 2026-08-29T01:14:45.921Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3367 | 2026-08-29T01:14:45.945Z | Compiling knus v3.4.0 |
| 3368 | 2026-08-29T01:14:45.963Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3369 | 2026-08-29T01:14:46.018Z | Compiling tabled v0.15.0 |
| 3370 | 2026-08-29T01:14:46.038Z | Compiling group v0.14.0 |
| 3371 | 2026-08-29T01:14:46.057Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3372 | 2026-08-29T01:14:46.139Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3373 | 2026-08-29T01:14:46.214Z | Compiling signature v3.0.0 |
| 3374 | 2026-08-29T01:14:46.253Z | Compiling base16ct v1.0.0 |
| 3375 | 2026-08-29T01:14:46.319Z | Compiling tagptr v0.2.0 |
| 3376 | 2026-08-29T01:14:46.425Z | Compiling sec1 v0.8.1 |
| 3377 | 2026-08-29T01:14:46.481Z | Compiling moka v0.12.13 |
| 3378 | 2026-08-29T01:14:46.485Z | Compiling hkdf v0.13.0 |
| 3379 | 2026-08-29T01:14:46.510Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3380 | 2026-08-29T01:14:46.676Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3381 | 2026-08-29T01:14:46.676Z | Compiling elliptic-curve v0.14.1 |
| 3382 | 2026-08-29T01:14:46.752Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3383 | 2026-08-29T01:14:46.770Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3384 | 2026-08-29T01:14:46.880Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3385 | 2026-08-29T01:14:47.039Z | Compiling corncobs v0.1.4 |
| 3386 | 2026-08-29T01:14:47.244Z | Compiling hickory-resolver v0.25.2 |
| 3387 | 2026-08-29T01:14:47.276Z | Compiling utf-8 v0.7.6 |
| 3388 | 2026-08-29T01:14:47.294Z | Compiling parking_lot_core v0.8.6 |
| 3389 | 2026-08-29T01:14:47.341Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3390 | 2026-08-29T01:14:47.497Z | Compiling tungstenite v0.21.0 |
| 3391 | 2026-08-29T01:14:47.607Z | Compiling wnaf v0.14.0 |
| 3392 | 2026-08-29T01:14:47.626Z | Compiling primefield v0.14.0 |
| 3393 | 2026-08-29T01:14:47.726Z | Compiling rfc6979 v0.6.0 |
| 3394 | 2026-08-29T01:14:47.776Z | Compiling libscf-sys v1.2.0 |
| 3395 | 2026-08-29T01:14:47.843Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3396 | 2026-08-29T01:14:47.895Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3397 | 2026-08-29T01:14:47.915Z | Compiling git-stub v1.0.0 |
| 3398 | 2026-08-29T01:14:47.949Z | Compiling secrecy v0.8.0 |
| 3399 | 2026-08-29T01:14:47.982Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3400 | 2026-08-29T01:14:48.126Z | Compiling git-stub-vcs v0.1.0 |
| 3401 | 2026-08-29T01:14:48.205Z | Compiling tokio-tungstenite v0.21.0 |
| 3402 | 2026-08-29T01:14:48.250Z | Compiling ecdsa v0.17.0 |
| 3403 | 2026-08-29T01:14:48.411Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3404 | 2026-08-29T01:14:48.430Z | Compiling primeorder v0.14.0 |
| 3405 | 2026-08-29T01:14:48.468Z | Compiling papergrid v0.18.0 |
| 3406 | 2026-08-29T01:14:48.539Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3407 | 2026-08-29T01:14:48.571Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3408 | 2026-08-29T01:14:48.698Z | Compiling curve25519-dalek v5.0.0 |
| 3409 | 2026-08-29T01:14:48.732Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3410 | 2026-08-29T01:14:48.772Z | Compiling unicase v2.9.0 |
| 3411 | 2026-08-29T01:14:48.796Z | Compiling parking_lot v0.11.2 |
| 3412 | 2026-08-29T01:14:48.888Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3413 | 2026-08-29T01:14:48.931Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3414 | 2026-08-29T01:14:49.030Z | Compiling mime_guess v2.0.5 |
| 3415 | 2026-08-29T01:14:49.063Z | Compiling ssh-encoding v0.3.0 |
| 3416 | 2026-08-29T01:14:49.191Z | Compiling prefix-trie v0.7.0 |
| 3417 | 2026-08-29T01:14:49.210Z | Compiling fxhash v0.2.1 |
| 3418 | 2026-08-29T01:14:49.235Z | Compiling keccak v0.2.0 |
| 3419 | 2026-08-29T01:14:49.373Z | Compiling sled v0.34.7 |
| 3420 | 2026-08-29T01:14:49.429Z | Compiling tabled v0.21.0 |
| 3421 | 2026-08-29T01:14:49.455Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3422 | 2026-08-29T01:14:49.465Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3423 | 2026-08-29T01:14:49.528Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3424 | 2026-08-29T01:14:49.601Z | Compiling hickory-server v0.25.2 |
| 3425 | 2026-08-29T01:14:49.619Z | Compiling ed25519 v3.0.0 |
| 3426 | 2026-08-29T01:14:49.669Z | Compiling crypto-primes v0.7.2 |
| 3427 | 2026-08-29T01:14:49.686Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3428 | 2026-08-29T01:14:50.195Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3429 | 2026-08-29T01:14:50.555Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3430 | 2026-08-29T01:14:50.621Z | Compiling poly1305 v0.9.0 |
| 3431 | 2026-08-29T01:14:50.722Z | Compiling blowfish v0.10.0 |
| 3432 | 2026-08-29T01:14:50.783Z | Compiling blake2 v0.11.0-rc.6 |
| 3433 | 2026-08-29T01:14:50.833Z | Compiling progenitor v0.14.0 |
| 3434 | 2026-08-29T01:14:50.898Z | Compiling half v1.8.3 |
| 3435 | 2026-08-29T01:14:50.963Z | Compiling http-range v0.1.5 |
| 3436 | 2026-08-29T01:14:50.997Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3437 | 2026-08-29T01:14:51.016Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3438 | 2026-08-29T01:14:51.034Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3439 | 2026-08-29T01:14:51.197Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3440 | 2026-08-29T01:14:51.329Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3441 | 2026-08-29T01:14:51.397Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3442 | 2026-08-29T01:14:51.415Z | Compiling crc8 v0.1.1 |
| 3443 | 2026-08-29T01:14:51.495Z | Compiling serde_cbor v0.11.2 |
| 3444 | 2026-08-29T01:14:51.518Z | Compiling argon2 v0.6.0-rc.8 |
| 3445 | 2026-08-29T01:14:51.579Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3446 | 2026-08-29T01:14:51.584Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3447 | 2026-08-29T01:14:51.864Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3448 | 2026-08-29T01:14:51.943Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3449 | 2026-08-29T01:14:51.970Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3450 | 2026-08-29T01:14:52.175Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3451 | 2026-08-29T01:14:52.489Z | Compiling ssh-cipher v0.3.0 |
| 3452 | 2026-08-29T01:14:52.542Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3453 | 2026-08-29T01:14:52.567Z | Compiling rsa v0.10.0-rc.18 |
| 3454 | 2026-08-29T01:14:52.669Z | Compiling ed25519-dalek v3.0.0 |
| 3455 | 2026-08-29T01:14:52.885Z | Compiling sha3 v0.11.0 |
| 3456 | 2026-08-29T01:14:53.143Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3457 | 2026-08-29T01:14:53.206Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3458 | 2026-08-29T01:14:53.223Z | Compiling p521 v0.14.0 |
| 3459 | 2026-08-29T01:14:53.373Z | Compiling p384 v0.14.0 |
| 3460 | 2026-08-29T01:14:53.809Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3461 | 2026-08-29T01:14:53.910Z | Compiling p256 v0.14.0 |
| 3462 | 2026-08-29T01:14:54.164Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3463 | 2026-08-29T01:14:54.506Z | Compiling scuffle v0.1.0 |
| 3464 | 2026-08-29T01:14:54.553Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3465 | 2026-08-29T01:14:54.873Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3466 | 2026-08-29T01:14:55.088Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3467 | 2026-08-29T01:14:55.200Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3468 | 2026-08-29T01:14:55.376Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3469 | 2026-08-29T01:14:55.491Z | Compiling yasna v0.5.2 |
| 3470 | 2026-08-29T01:14:55.510Z | Compiling kstat-rs v0.2.5 |
| 3471 | 2026-08-29T01:14:55.985Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3472 | 2026-08-29T01:14:55.994Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3473 | 2026-08-29T01:14:55.994Z | Compiling headers-core v0.3.0 |
| 3474 | 2026-08-29T01:14:55.994Z | Compiling kem v0.3.0 |
| 3475 | 2026-08-29T01:14:55.994Z | Compiling module-lattice v0.2.3 |
| 3476 | 2026-08-29T01:14:55.994Z | Compiling nanorand v0.7.0 |
| 3477 | 2026-08-29T01:14:55.994Z | Compiling sponge-cursor v0.1.0 |
| 3478 | 2026-08-29T01:14:55.994Z | Compiling rcgen v0.12.1 |
| 3479 | 2026-08-29T01:14:56.052Z | Compiling sha3 v0.12.0 |
| 3480 | 2026-08-29T01:14:56.128Z | Compiling flume v0.11.1 |
| 3481 | 2026-08-29T01:14:56.171Z | Compiling ml-kem v0.3.2 |
| 3482 | 2026-08-29T01:14:56.193Z | Compiling headers v0.4.1 |
| 3483 | 2026-08-29T01:14:56.212Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3484 | 2026-08-29T01:14:56.480Z | Compiling ssh-key v0.7.0-rc.11 |
| 3485 | 2026-08-29T01:14:56.586Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3486 | 2026-08-29T01:14:56.649Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3487 | 2026-08-29T01:14:56.716Z | Compiling hyper-staticfile v0.10.1 |
| 3488 | 2026-08-29T01:14:56.741Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3489 | 2026-08-29T01:14:56.862Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3490 | 2026-08-29T01:14:56.973Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3491 | 2026-08-29T01:14:56.991Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3492 | 2026-08-29T01:14:57.167Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3493 | 2026-08-29T01:14:57.239Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3494 | 2026-08-29T01:14:57.299Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3495 | 2026-08-29T01:14:57.319Z | Compiling russh-cryptovec v0.62.0 |
| 3496 | 2026-08-29T01:14:57.363Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3497 | 2026-08-29T01:14:57.420Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3498 | 2026-08-29T01:14:57.571Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3499 | 2026-08-29T01:14:57.590Z | Compiling port-file v0.1.0 |
| 3500 | 2026-08-29T01:14:57.650Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3501 | 2026-08-29T01:14:57.669Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3502 | 2026-08-29T01:14:57.714Z | Compiling num-bigint v0.4.6 |
| 3503 | 2026-08-29T01:14:57.733Z | Compiling generic-array v1.4.3 |
| 3504 | 2026-08-29T01:14:57.800Z | Compiling russh-util v0.52.0 |
| 3505 | 2026-08-29T01:14:57.865Z | Compiling enum_dispatch v0.3.13 |
| 3506 | 2026-08-29T01:14:57.883Z | Compiling delegate v0.13.5 |
| 3507 | 2026-08-29T01:14:57.901Z | Compiling subprocess v0.2.15 |
| 3508 | 2026-08-29T01:14:57.987Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3509 | 2026-08-29T01:14:58.005Z | Compiling hex-literal v1.1.0 |
| 3510 | 2026-08-29T01:14:58.145Z | Compiling display-error-chain v0.2.2 |
| 3511 | 2026-08-29T01:14:58.265Z | Compiling md5 v0.8.0 |
| 3512 | 2026-08-29T01:14:58.341Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3513 | 2026-08-29T01:14:58.382Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3514 | 2026-08-29T01:14:58.438Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3515 | 2026-08-29T01:14:58.557Z | Compiling colored v2.2.0 |
| 3516 | 2026-08-29T01:14:58.682Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3517 | 2026-08-29T01:14:58.767Z | Compiling internet-checksum v0.2.1 |
| 3518 | 2026-08-29T01:14:58.896Z | Compiling russh v0.62.4 |
| 3519 | 2026-08-29T01:14:59.232Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3520 | 2026-08-29T01:14:59.337Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3521 | 2026-08-29T01:15:00.308Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3522 | 2026-08-29T01:15:00.308Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3523 | 2026-08-29T01:15:03.029Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3524 | 2026-08-29T01:15:03.716Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3525 | 2026-08-29T01:15:04.218Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3526 | 2026-08-29T01:15:05.538Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3527 | 2026-08-29T01:15:05.642Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3528 | 2026-08-29T01:15:14.830Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3529 | 2026-08-29T01:15:14.831Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3530 | 2026-08-29T01:15:14.831Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3531 | 2026-08-29T01:15:14.841Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3532 | 2026-08-29T01:15:14.841Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3533 | 2026-08-29T01:15:16.688Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3534 | 2026-08-29T01:15:16.756Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3535 | 2026-08-29T01:15:21.029Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3536 | 2026-08-29T01:16:02.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3537 | 2026-08-29T01:16:02.600Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3538 | 2026-08-29T01:16:02.600Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3539 | 2026-08-29T01:16:02.830Z | |
| 3540 | 2026-08-29T01:16:02.830Z | real 1:30.592926667 |
| 3541 | 2026-08-29T01:16:02.830Z | user 8:26.542696296 |
| 3542 | 2026-08-29T01:16:02.830Z | sys 1:40.098145694 |
| 3543 | 2026-08-29T01:16:02.830Z | trap 0.249608674 |
| 3544 | 2026-08-29T01:16:02.830Z | tflt 0.378984160 |
| 3545 | 2026-08-29T01:16:02.830Z | dflt 1.783086409 |
| 3546 | 2026-08-29T01:16:02.830Z | kflt 0.000277270 |
| 3547 | 2026-08-29T01:16:02.834Z | lock 31:07.384186133 |
| 3548 | 2026-08-29T01:16:02.834Z | slp 18:57.991209504 |
| 3549 | 2026-08-29T01:16:02.834Z | lat 38.248981699 |
| 3550 | 2026-08-29T01:16:02.834Z | stop 3:02.100144806 |
| 3551 | 2026-08-29T01:16:02.834Z | + mkdir tests |
| 3552 | 2026-08-29T01:16:02.834Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3553 | 2026-08-29T01:16:02.838Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3554 | 2026-08-29T01:16:02.861Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d794e9f0c016be88 tests/ |
| 3555 | 2026-08-29T01:16:02.883Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-398752ef8e220776 tests/ |
| 3556 | 2026-08-29T01:16:02.906Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8043b927c1393077 tests/ |
| 3557 | 2026-08-29T01:16:02.928Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-5f0c1165b87e9cac tests/ |
| 3558 | 2026-08-29T01:16:03.261Z | + 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) |
| 3559 | 2026-08-29T01:16:03.266Z | + 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-398752ef8e220776 tests/commtest-8043b927c1393077 tests/dhcp_server-d794e9f0c016be88 tests/end_to_end_tests-5f0c1165b87e9cac 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 |
| 3560 | 2026-08-29T01:17:32.782Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3561 | 2026-08-29T01:17:32.782Z | a .github/buildomat/ci-env.sh 1K |
| 3562 | 2026-08-29T01:17:32.782Z | a out/target/test 1K |
| 3563 | 2026-08-29T01:17:32.782Z | a out/npuzone/npuzone 27402K |
| 3564 | 2026-08-29T01:17:32.782Z | a package-manifest.toml 35K |
| 3565 | 2026-08-29T01:17:32.782Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3566 | 2026-08-29T01:17:32.782Z | a target/release/omicron-package 48516K |
| 3567 | 2026-08-29T01:17:32.782Z | a target/release/xtask 11727K |
| 3568 | 2026-08-29T01:17:32.782Z | a target/debug/bootstrap 440492K |
| 3569 | 2026-08-29T01:17:32.782Z | a tests/bootstrap-398752ef8e220776 34430K |
| 3570 | 2026-08-29T01:17:32.782Z | a tests/commtest-8043b927c1393077 34431K |
| 3571 | 2026-08-29T01:17:32.782Z | a tests/dhcp_server-d794e9f0c016be88 34431K |
| 3572 | 2026-08-29T01:17:32.782Z | a tests/end_to_end_tests-5f0c1165b87e9cac 503886K |
| 3573 | 2026-08-29T01:17:32.782Z | a tools/opte_version 1K |
| 3574 | 2026-08-29T01:17:32.782Z | a tools/opte_version_override 2K |
| 3575 | 2026-08-29T01:17:32.782Z | a out/clickhouse.tar.gz 329041K |
| 3576 | 2026-08-29T01:17:32.782Z | a out/clickhouse_keeper.tar.gz 313029K |
| 3577 | 2026-08-29T01:17:32.782Z | a out/clickhouse_server.tar.gz 329038K |
| 3578 | 2026-08-29T01:17:32.782Z | a out/cockroachdb.tar.gz 169309K |
| 3579 | 2026-08-29T01:17:32.782Z | a out/crucible-pantry-zone.tar.gz 41418K |
| 3580 | 2026-08-29T01:17:32.782Z | a out/crucible-utils.tar 18900K |
| 3581 | 2026-08-29T01:17:32.782Z | a out/crucible-zone.tar.gz 56231K |
| 3582 | 2026-08-29T01:17:32.782Z | a out/external-dns.tar.gz 46324K |
| 3583 | 2026-08-29T01:17:32.782Z | a out/internal-dns.tar.gz 46323K |
| 3584 | 2026-08-29T01:17:32.782Z | a out/mg-ddm-gz.tar 100917K |
| 3585 | 2026-08-29T01:17:32.783Z | a out/nexus.tar.gz 363115K |
| 3586 | 2026-08-29T01:17:32.783Z | a out/ntp.tar.gz 34787K |
| 3587 | 2026-08-29T01:17:32.783Z | a out/omicron-gateway-softnpu.tar.gz 29156K |
| 3588 | 2026-08-29T01:17:32.783Z | a out/omicron-sled-agent.tar 242950K |
| 3589 | 2026-08-29T01:17:32.783Z | a out/overlay.tar.gz 4K |
| 3590 | 2026-08-29T01:17:32.783Z | a out/oximeter.tar.gz 72704K |
| 3591 | 2026-08-29T01:17:32.783Z | a out/oxlog.tar 4089K |
| 3592 | 2026-08-29T01:17:32.783Z | a out/probe.tar.gz 3037K |
| 3593 | 2026-08-29T01:17:32.783Z | a out/propolis-server.tar.gz 34642K |
| 3594 | 2026-08-29T01:17:32.783Z | a out/pumpkind-gz.tar 26647K |
| 3595 | 2026-08-29T01:17:32.783Z | a out/switch-softnpu.tar.gz 504233K |
| 3596 | 2026-08-29T01:17:32.787Z | |
| 3597 | 2026-08-29T01:17:32.787Z | real 1:29.518228610 |
| 3598 | 2026-08-29T01:17:32.787Z | user 1:26.587963333 |
| 3599 | 2026-08-29T01:17:32.787Z | sys 4.964719286 |
| 3600 | 2026-08-29T01:17:32.787Z | trap 0.006030026 |
| 3601 | 2026-08-29T01:17:32.787Z | tflt 0.000000000 |
| 3602 | 2026-08-29T01:17:32.787Z | dflt 0.000000000 |
| 3603 | 2026-08-29T01:17:32.787Z | kflt 0.000000000 |
| 3604 | 2026-08-29T01:17:32.787Z | lock 0.000000000 |
| 3605 | 2026-08-29T01:17:32.788Z | slp 1:26.389430376 |
| 3606 | 2026-08-29T01:17:32.788Z | lat 1.083395006 |
| 3607 | 2026-08-29T01:17:32.788Z | stop 0.000181240 |
| 3608 | 2026-08-29T01:17:32.788Z | process exited: duration 1270229 ms, exit code 0 |
| |
| 3609 | 2026-08-29T01:17:32.804Z | found 1 output files |
| 3610 | 2026-08-29T01:17:32.850Z | uploading: /work/package.tar.gz (2766853340 bytes) |
| 3611 | 2026-08-29T01:18:04.640Z | uploaded: /work/package.tar.gz |