|
|
|
| 1 | 2026-08-24T20:00:34.548Z | job assigned to worker 01M0TNPYFCEWFDXTK4DESJZC16 [factory aws, i-0f82a5555d4c5b360] (queued for 1 m 0 s) |
| |
| 2 | 2026-08-24T20:00:41.168Z | starting task 0: "setup" |
| 3 | 2026-08-24T20:00:41.175Z | ++ uname -s |
| 4 | 2026-08-24T20:00:41.175Z | + kern=SunOS |
| 5 | 2026-08-24T20:00:41.175Z | + build_user=build |
| 6 | 2026-08-24T20:00:41.175Z | + build_uid=12345 |
| 7 | 2026-08-24T20:00:41.175Z | + work_dir=/work |
| 8 | 2026-08-24T20:00:41.176Z | + input_dir=/input |
| 9 | 2026-08-24T20:00:41.176Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-24T20:00:41.176Z | + case "$kern" in |
| 11 | 2026-08-24T20:00:41.176Z | + groupadd -g 12345 build |
| 12 | 2026-08-24T20:00:41.179Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-24T20:00:43.182Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-24T20:00:43.297Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-24T20:00:43.301Z | + home_fs=zfs |
| 16 | 2026-08-24T20:00:43.301Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-24T20:00:43.301Z | + mkdir -p /home/build |
| 18 | 2026-08-24T20:00:43.304Z | + chown build:build /home/build /work |
| 19 | 2026-08-24T20:00:45.302Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-24T20:00:45.306Z | process exited: duration 4141 ms, exit code 0 |
| |
| 21 | 2026-08-24T20:00:45.314Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-24T20:00:45.318Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-24T20:00:45.319Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-24T20:00:45.319Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-24T20:00:45.319Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-24T20:00:45.319Z | * rust toolchain profile = "default" |
| 27 | 2026-08-24T20:00:45.319Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-24T20:00:45.324Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-24T20:00:45.324Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-24T20:00:45.397Z | info: downloading installer |
| 31 | 2026-08-24T20:00:46.833Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-24T20:00:46.833Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-24T20:00:46.833Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-24T20:00:46.833Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-24T20:00:46.847Z | info: profile set to default |
| 36 | 2026-08-24T20:00:46.848Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-24T20:00:46.854Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-24T20:00:46.983Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-24T20:00:46.987Z | info: downloading 6 components |
| 40 | 2026-08-24T20:01:00.898Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-24T20:01:00.898Z | |
| 42 | 2026-08-24T20:01:00.931Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-24T20:01:00.931Z | |
| 44 | 2026-08-24T20:01:00.931Z | |
| 45 | 2026-08-24T20:01:00.931Z | Rust is installed now. Great! |
| 46 | 2026-08-24T20:01:00.931Z | |
| 47 | 2026-08-24T20:01:00.931Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-24T20:01:00.931Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-24T20:01:00.932Z | |
| 50 | 2026-08-24T20:01:00.932Z | To configure your current shell, you need to source |
| 51 | 2026-08-24T20:01:00.932Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-24T20:01:00.932Z | |
| 53 | 2026-08-24T20:01:00.932Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-24T20:01:00.932Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-24T20:01:00.932Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-24T20:01:00.932Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-24T20:01:00.932Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-24T20:01:00.932Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-24T20:01:00.932Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-24T20:01:00.932Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-24T20:01:00.932Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-24T20:01:01.033Z | + rustup --version |
| 63 | 2026-08-24T20:01:01.039Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-24T20:01:01.042Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-24T20:01:01.060Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-24T20:01:01.063Z | + cargo --version |
| 67 | 2026-08-24T20:01:01.071Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-24T20:01:01.074Z | + rustc --version |
| 69 | 2026-08-24T20:01:01.094Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-24T20:01:01.100Z | process exited: duration 15783 ms, exit code 0 |
| |
| 71 | 2026-08-24T20:01:01.112Z | starting task 2: "authentication" |
| 72 | 2026-08-24T20:01:01.124Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-24T20:01:27.572Z | process exited: duration 26460 ms, exit code 0 |
| |
| 74 | 2026-08-24T20:01:27.581Z | starting task 3: "clone repository" |
| 75 | 2026-08-24T20:01:27.586Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-08-24T20:01:27.591Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-08-24T20:01:27.621Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-08-24T20:01:40.603Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-08-24T20:01:40.603Z | + git fetch origin 9311c6602937fcfde01aa3da474e3a5d85890f6b |
| 80 | 2026-08-24T20:01:41.275Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-08-24T20:01:41.275Z | * branch 9311c6602937fcfde01aa3da474e3a5d85890f6b -> FETCH_HEAD |
| 82 | 2026-08-24T20:01:41.291Z | + [[ -n '' ]] |
| 83 | 2026-08-24T20:01:41.291Z | + git reset --hard 9311c6602937fcfde01aa3da474e3a5d85890f6b |
| 84 | 2026-08-24T20:01:41.364Z | HEAD is now at 9311c6602 Bump tokio-postgres from 0.7.16 to 0.7.18 |
| 85 | 2026-08-24T20:01:41.376Z | process exited: duration 13783 ms, exit code 0 |
| |
| 86 | 2026-08-24T20:01:41.395Z | starting task 4: "build" |
| 87 | 2026-08-24T20:01:41.402Z | + source .github/buildomat/ci-env.sh |
| 88 | 2026-08-24T20:01:41.402Z | ++ export CARGO_TERM_COLOR=always |
| 89 | 2026-08-24T20:01:41.402Z | ++ CARGO_TERM_COLOR=always |
| 90 | 2026-08-24T20:01:41.402Z | +++ uname -s |
| 91 | 2026-08-24T20:01:41.402Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 92 | 2026-08-24T20:01:41.402Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 93 | 2026-08-24T20:01:41.402Z | + cargo --version |
| 94 | 2026-08-24T20:01:41.408Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 95 | 2026-08-24T20:01:41.413Z | + rustc --version |
| 96 | 2026-08-24T20:01:41.435Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 97 | 2026-08-24T20:01:41.441Z | + WORK=/work |
| 98 | 2026-08-24T20:01:41.441Z | + pfexec mkdir -p /work |
| 99 | 2026-08-24T20:01:41.442Z | + pfexec chown build /work |
| 100 | 2026-08-24T20:01:41.442Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2026-08-24T20:01:43.382Z | Startup: Refreshing catalog 'helios' ... Done |
| 102 | 2026-08-24T20:01:43.731Z | Startup: Caching catalogs ... Done |
| 103 | 2026-08-24T20:01:45.761Z | Planning: Solver setup ... Done (1.914s) |
| 104 | 2026-08-24T20:01:45.831Z | Planning: Running solver ... Done (0.061s) |
| 105 | 2026-08-24T20:01:45.865Z | Planning: Finding local manifests ... Done (0.003s) |
| 106 | 2026-08-24T20:01:45.881Z | Planning: Fetching manifests: 0/2 0% complete |
| 107 | 2026-08-24T20:01:45.898Z | Planning: Fetching manifests: 2/2 100% complete |
| 108 | 2026-08-24T20:01:45.911Z | Planning: Package planning ... Done (0.014s) |
| 109 | 2026-08-24T20:01:45.918Z | Planning: Merging actions ... Done (0.001s) |
| 110 | 2026-08-24T20:01:46.134Z | Planning: Checking for conflicting actions ... Done (0.222s) |
| 111 | 2026-08-24T20:01:46.142Z | Planning: Consolidating action changes ... Done (0.001s) |
| 112 | 2026-08-24T20:01:46.951Z | Planning: Evaluating mediators ... Done (0.807s) |
| 113 | 2026-08-24T20:01:46.962Z | Planning: Planning completed in 3.18 seconds |
| 114 | 2026-08-24T20:01:46.962Z | Packages to install: 2 |
| 115 | 2026-08-24T20:01:46.963Z | Estimated space available: 156.01 GB |
| 116 | 2026-08-24T20:01:46.963Z | Estimated space to be consumed: 76.36 MB |
| 117 | 2026-08-24T20:01:46.963Z | Create boot environment: No |
| 118 | 2026-08-24T20:01:46.963Z | Create backup boot environment: No |
| 119 | 2026-08-24T20:01:46.963Z | Rebuild boot archive: No |
| 120 | 2026-08-24T20:01:46.963Z | |
| 121 | 2026-08-24T20:01:46.963Z | Changed packages: |
| 122 | 2026-08-24T20:01:46.963Z | helios |
| 123 | 2026-08-24T20:01:46.963Z | developer/build-essential |
| 124 | 2026-08-24T20:01:46.963Z | None -> 11-3.0 |
| 125 | 2026-08-24T20:01:46.963Z | library/libxmlsec1 |
| 126 | 2026-08-24T20:01:46.963Z | None -> 1.2.35-3.0 |
| 127 | 2026-08-24T20:01:46.990Z | |
| 128 | 2026-08-24T20:01:46.990Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 129 | 2026-08-24T20:01:47.055Z | Download: Completed 1.28 MB in 0.07 seconds (17.2M/s) |
| 130 | 2026-08-24T20:01:47.162Z | Actions: 1/268 actions (Installing new actions) |
| 131 | 2026-08-24T20:01:47.199Z | Actions: Completed 268 actions in 0.04 seconds. |
| 132 | 2026-08-24T20:01:47.250Z | Finalize: Updating package state database ... Done (0.035s) |
| 133 | 2026-08-24T20:01:47.250Z | Finalize: Updating package cache ... Done (0.000s) |
| 134 | 2026-08-24T20:01:47.323Z | Finalize: Updating image state ... Done (0.084s) |
| 135 | 2026-08-24T20:01:50.061Z | Finalize: Creating fast lookup database ... Done (2.626s) |
| 136 | 2026-08-24T20:01:50.113Z | Finalize: Reading search index ... Done (0.011s) |
| 137 | 2026-08-24T20:01:50.113Z | Finalize: Updating search index ... Done (0.000s) |
| 138 | 2026-08-24T20:01:50.171Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-24T20:01:50.545Z | Planning: Evaluating mediator changes ... Done |
| 140 | 2026-08-24T20:01:50.661Z | Planning: Checking for conflicting actions ... Done |
| 141 | 2026-08-24T20:01:50.709Z | Planning: Consolidating action changes ... Done |
| 142 | 2026-08-24T20:01:50.841Z | Planning: Evaluating mediators ... Done |
| 143 | 2026-08-24T20:01:50.880Z | Planning: Planning completed in 0.26 seconds |
| 144 | 2026-08-24T20:01:50.880Z | Mediators to change: 2 |
| 145 | 2026-08-24T20:01:50.880Z | Create boot environment: No |
| 146 | 2026-08-24T20:01:50.880Z | Create backup boot environment: No |
| 147 | 2026-08-24T20:01:50.909Z | Finalize: Updating package state database ... Done |
| 148 | 2026-08-24T20:01:50.909Z | Finalize: Updating package cache ... Done |
| 149 | 2026-08-24T20:01:50.928Z | Finalize: Updating image state ... Done |
| 150 | 2026-08-24T20:01:52.907Z | Finalize: Creating fast lookup database ... Done |
| 151 | 2026-08-24T20:01:52.966Z | Finalize: Reading search index ... Done |
| 152 | 2026-08-24T20:01:52.969Z | Finalize: Updating search index ... Done |
| 153 | 2026-08-24T20:01:53.041Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-24T20:01:53.330Z | Planning: Evaluating mediator changes ... Done |
| 155 | 2026-08-24T20:01:53.428Z | Planning: Checking for conflicting actions ... Done |
| 156 | 2026-08-24T20:01:53.433Z | Planning: Consolidating action changes ... Done |
| 157 | 2026-08-24T20:01:53.598Z | Planning: Evaluating mediators ... Done |
| 158 | 2026-08-24T20:01:53.613Z | Planning: Planning completed in 0.27 seconds |
| 159 | 2026-08-24T20:01:53.625Z | Mediators to change: 1 |
| 160 | 2026-08-24T20:01:53.626Z | Create boot environment: No |
| 161 | 2026-08-24T20:01:53.626Z | Create backup boot environment: No |
| 162 | 2026-08-24T20:01:53.679Z | Finalize: Updating package state database ... Done |
| 163 | 2026-08-24T20:01:53.679Z | Finalize: Updating package cache ... Done |
| 164 | 2026-08-24T20:01:53.721Z | Finalize: Updating image state ... Done |
| 165 | 2026-08-24T20:01:55.705Z | Finalize: Creating fast lookup database ... Done |
| 166 | 2026-08-24T20:01:55.774Z | Finalize: Reading search index ... Done |
| 167 | 2026-08-24T20:01:55.777Z | Finalize: Updating search index ... Done |
| 168 | 2026-08-24T20:01:55.926Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-24T20:01:56.239Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 170 | 2026-08-24T20:01:56.240Z | apache system 2.4 system |
| 171 | 2026-08-24T20:01:56.240Z | clang system 15 system |
| 172 | 2026-08-24T20:01:56.240Z | csh system system illumos |
| 173 | 2026-08-24T20:01:56.241Z | ctags system system illumos |
| 174 | 2026-08-24T20:01:56.242Z | file vendor vendor darwinsys |
| 175 | 2026-08-24T20:01:56.242Z | file system system illumos |
| 176 | 2026-08-24T20:01:56.243Z | gcc vendor 14 vendor |
| 177 | 2026-08-24T20:01:56.243Z | gcc system 13 system |
| 178 | 2026-08-24T20:01:56.244Z | gcc system 10 system |
| 179 | 2026-08-24T20:01:56.245Z | go system 1.25 system |
| 180 | 2026-08-24T20:01:56.245Z | llvm system 15 system |
| 181 | 2026-08-24T20:01:56.246Z | mariadb system 11.4 system |
| 182 | 2026-08-24T20:01:56.246Z | mta vendor vendor dma |
| 183 | 2026-08-24T20:01:56.246Z | openjdk system 17 system |
| 184 | 2026-08-24T20:01:56.246Z | openjdk system 11 system |
| 185 | 2026-08-24T20:01:56.246Z | openssl vendor 3 vendor |
| 186 | 2026-08-24T20:01:56.247Z | perl system 5.40 system |
| 187 | 2026-08-24T20:01:56.247Z | postgresql system 18 system |
| 188 | 2026-08-24T20:01:56.247Z | postgresql system 17 system |
| 189 | 2026-08-24T20:01:56.247Z | python vendor 3 vendor |
| 190 | 2026-08-24T20:01:56.247Z | python system 2 system |
| 191 | 2026-08-24T20:01:56.247Z | python3 vendor 3.13 vendor |
| 192 | 2026-08-24T20:01:56.247Z | ruby system 3.4 system |
| 193 | 2026-08-24T20:01:56.247Z | ruby system 3.0 system |
| 194 | 2026-08-24T20:01:56.247Z | words vendor vendor american-english |
| 195 | 2026-08-24T20:01:56.247Z | words system system australian-english |
| 196 | 2026-08-24T20:01:56.247Z | words system system british-english |
| 197 | 2026-08-24T20:01:56.247Z | words system system canadian-english |
| 198 | 2026-08-24T20:01:56.247Z | words system system french |
| 199 | 2026-08-24T20:01:56.247Z | words system system italian |
| 200 | 2026-08-24T20:01:56.247Z | words system system ngerman |
| 201 | 2026-08-24T20:01:56.247Z | words system system ogerman |
| 202 | 2026-08-24T20:01:56.247Z | words system system spanish |
| 203 | 2026-08-24T20:01:56.494Z | PUBLISHER TYPE STATUS P LOCATION |
| 204 | 2026-08-24T20:01:56.494Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 205 | 2026-08-24T20:01:56.971Z | FMRI IFO |
| 206 | 2026-08-24T20:01:56.971Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 207 | 2026-08-24T20:01:56.971Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 208 | 2026-08-24T20:01:56.971Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 209 | 2026-08-24T20:01:56.971Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 210 | 2026-08-24T20:01:56.971Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 211 | 2026-08-24T20:01:56.971Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 212 | 2026-08-24T20:01:56.971Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 213 | 2026-08-24T20:01:56.972Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 214 | 2026-08-24T20:01:56.972Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 215 | 2026-08-24T20:01:57.296Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 216 | 2026-08-24T20:01:57.636Z | Updating crates.io index |
| 217 | 2026-08-24T20:01:57.646Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 218 | 2026-08-24T20:01:57.943Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 219 | 2026-08-24T20:01:58.392Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 220 | 2026-08-24T20:01:59.361Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 221 | 2026-08-24T20:02:01.092Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 222 | 2026-08-24T20:02:03.317Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 223 | 2026-08-24T20:02:04.358Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-08-24T20:02:04.931Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 225 | 2026-08-24T20:02:05.351Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 226 | 2026-08-24T20:02:06.679Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 227 | 2026-08-24T20:02:06.984Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 228 | 2026-08-24T20:02:07.389Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 229 | 2026-08-24T20:02:07.689Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 230 | 2026-08-24T20:02:08.342Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 231 | 2026-08-24T20:02:08.610Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 232 | 2026-08-24T20:02:08.906Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 233 | 2026-08-24T20:02:09.207Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 234 | 2026-08-24T20:02:09.553Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-24T20:02:10.086Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-08-24T20:02:10.476Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 237 | 2026-08-24T20:02:10.779Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 238 | 2026-08-24T20:02:11.343Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 239 | 2026-08-24T20:02:12.189Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 240 | 2026-08-24T20:02:12.307Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 241 | 2026-08-24T20:02:12.638Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 242 | 2026-08-24T20:02:13.331Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-08-24T20:02:13.728Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-08-24T20:02:14.067Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-08-24T20:02:14.641Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-08-24T20:02:19.039Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-08-24T20:02:19.274Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 248 | 2026-08-24T20:02:19.274Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-08-24T20:02:19.312Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 250 | 2026-08-24T20:02:19.312Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-08-24T20:02:19.312Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-08-24T20:02:19.312Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-08-24T20:02:19.312Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-08-24T20:02:19.312Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 255 | 2026-08-24T20:02:19.312Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-08-24T20:02:19.312Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-08-24T20:02:19.313Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-08-24T20:02:19.495Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-08-24T20:02:20.048Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 260 | 2026-08-24T20:02:22.869Z | Downloading crates ... |
| 261 | 2026-08-24T20:02:22.917Z | Downloaded fnv v1.0.7 |
| 262 | 2026-08-24T20:02:22.923Z | Downloaded anstyle-query v1.1.5 |
| 263 | 2026-08-24T20:02:22.927Z | Downloaded getrandom v0.4.3 |
| 264 | 2026-08-24T20:02:22.931Z | Downloaded pest_derive v2.8.6 |
| 265 | 2026-08-24T20:02:22.935Z | Downloaded unicode-linebreak v0.1.5 |
| 266 | 2026-08-24T20:02:22.935Z | Downloaded anstream v1.0.0 |
| 267 | 2026-08-24T20:02:22.939Z | Downloaded memmap v0.7.0 |
| 268 | 2026-08-24T20:02:22.941Z | Downloaded cargo-platform v0.3.2 |
| 269 | 2026-08-24T20:02:22.941Z | Downloaded cpufeatures v0.2.17 |
| 270 | 2026-08-24T20:02:22.944Z | Downloaded crypto-common v0.1.7 |
| 271 | 2026-08-24T20:02:22.944Z | Downloaded is_terminal_polyfill v1.70.2 |
| 272 | 2026-08-24T20:02:22.944Z | Downloaded anstyle-parse v1.0.0 |
| 273 | 2026-08-24T20:02:22.944Z | Downloaded zmij v1.0.21 |
| 274 | 2026-08-24T20:02:22.948Z | Downloaded once_cell v1.21.3 |
| 275 | 2026-08-24T20:02:22.952Z | Downloaded heck v0.4.1 |
| 276 | 2026-08-24T20:02:22.955Z | Downloaded clap_lex v1.0.0 |
| 277 | 2026-08-24T20:02:22.955Z | Downloaded dof v0.3.0 |
| 278 | 2026-08-24T20:02:22.958Z | Downloaded zerocopy v0.7.35 |
| 279 | 2026-08-24T20:02:22.966Z | Downloaded autocfg v1.5.0 |
| 280 | 2026-08-24T20:02:22.970Z | Downloaded colorchoice v1.0.4 |
| 281 | 2026-08-24T20:02:22.970Z | Downloaded indexmap v2.14.0 |
| 282 | 2026-08-24T20:02:22.973Z | Downloaded generic-array v0.14.7 |
| 283 | 2026-08-24T20:02:22.973Z | Downloaded macaddr v1.0.1 |
| 284 | 2026-08-24T20:02:22.973Z | Downloaded toml_datetime v0.6.11 |
| 285 | 2026-08-24T20:02:22.973Z | Downloaded anstyle v1.0.14 |
| 286 | 2026-08-24T20:02:22.973Z | Downloaded cargo_metadata v0.23.1 |
| 287 | 2026-08-24T20:02:22.977Z | Downloaded heck v0.5.0 |
| 288 | 2026-08-24T20:02:22.977Z | Downloaded block-buffer v0.10.4 |
| 289 | 2026-08-24T20:02:22.980Z | Downloaded cfg-if v1.0.4 |
| 290 | 2026-08-24T20:02:22.980Z | Downloaded camino-tempfile v1.4.1 |
| 291 | 2026-08-24T20:02:22.984Z | Downloaded camino v1.2.5 |
| 292 | 2026-08-24T20:02:22.990Z | Downloaded usdt-attr-macro v0.5.0 |
| 293 | 2026-08-24T20:02:22.993Z | Downloaded errno v0.3.14 |
| 294 | 2026-08-24T20:02:22.996Z | Downloaded dtrace-parser v0.2.0 |
| 295 | 2026-08-24T20:02:22.999Z | Downloaded pretty-hex v0.4.1 |
| 296 | 2026-08-24T20:02:23.000Z | Downloaded scroll_derive v0.12.1 |
| 297 | 2026-08-24T20:02:23.000Z | Downloaded strsim v0.11.1 |
| 298 | 2026-08-24T20:02:23.004Z | Downloaded byteorder v1.5.0 |
| 299 | 2026-08-24T20:02:23.007Z | Downloaded clap v4.6.1 |
| 300 | 2026-08-24T20:02:23.011Z | Downloaded fs-err v3.3.0 |
| 301 | 2026-08-24T20:02:23.016Z | Downloaded itoa v1.0.17 |
| 302 | 2026-08-24T20:02:23.016Z | Downloaded version_check v0.9.5 |
| 303 | 2026-08-24T20:02:23.016Z | Downloaded equivalent v1.0.2 |
| 304 | 2026-08-24T20:02:23.027Z | Downloaded plain v0.2.3 |
| 305 | 2026-08-24T20:02:23.031Z | Downloaded usdt v0.5.0 |
| 306 | 2026-08-24T20:02:23.031Z | Downloaded proc-macro-error-attr v1.0.4 |
| 307 | 2026-08-24T20:02:23.036Z | Downloaded smawk v0.3.2 |
| 308 | 2026-08-24T20:02:23.036Z | Downloaded swrite v0.1.0 |
| 309 | 2026-08-24T20:02:23.036Z | Downloaded toml_write v0.1.2 |
| 310 | 2026-08-24T20:02:23.040Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-08-24T20:02:23.040Z | Downloaded tabled_derive v0.7.0 |
| 312 | 2026-08-24T20:02:23.040Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-08-24T20:02:23.043Z | Downloaded thread-id v4.2.2 |
| 314 | 2026-08-24T20:02:23.049Z | Downloaded thiserror-impl v2.0.18 |
| 315 | 2026-08-24T20:02:23.051Z | Downloaded cargo_toml v0.21.0 |
| 316 | 2026-08-24T20:02:23.051Z | Downloaded digest v0.10.7 |
| 317 | 2026-08-24T20:02:23.052Z | Downloaded fastrand v2.3.0 |
| 318 | 2026-08-24T20:02:23.056Z | Downloaded thiserror-impl v1.0.69 |
| 319 | 2026-08-24T20:02:23.059Z | Downloaded usdt-impl v0.5.0 |
| 320 | 2026-08-24T20:02:23.063Z | Downloaded proc-macro-error v1.0.4 |
| 321 | 2026-08-24T20:02:23.066Z | Downloaded bytecount v0.6.9 |
| 322 | 2026-08-24T20:02:23.067Z | Downloaded scroll v0.12.0 |
| 323 | 2026-08-24T20:02:23.067Z | Downloaded terminal_size v0.4.3 |
| 324 | 2026-08-24T20:02:23.069Z | Downloaded thiserror v1.0.69 |
| 325 | 2026-08-24T20:02:23.073Z | Downloaded quote v1.0.45 |
| 326 | 2026-08-24T20:02:23.076Z | Downloaded serde_tokenstream v0.2.3 |
| 327 | 2026-08-24T20:02:23.079Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-08-24T20:02:23.082Z | Downloaded memchr v2.8.0 |
| 329 | 2026-08-24T20:02:23.086Z | Downloaded bitflags v2.11.0 |
| 330 | 2026-08-24T20:02:23.091Z | Downloaded sha2 v0.10.9 |
| 331 | 2026-08-24T20:02:23.091Z | Downloaded pest_generator v2.8.6 |
| 332 | 2026-08-24T20:02:23.093Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2026-08-24T20:02:23.093Z | Downloaded toml v0.8.23 |
| 334 | 2026-08-24T20:02:23.096Z | Downloaded anyhow v1.0.104 |
| 335 | 2026-08-24T20:02:23.096Z | Downloaded clap_derive v4.6.1 |
| 336 | 2026-08-24T20:02:23.102Z | Downloaded zerocopy-derive v0.7.35 |
| 337 | 2026-08-24T20:02:23.108Z | Downloaded semver v1.0.28 |
| 338 | 2026-08-24T20:02:23.111Z | Downloaded tempfile v3.27.0 |
| 339 | 2026-08-24T20:02:23.115Z | Downloaded log v0.4.33 |
| 340 | 2026-08-24T20:02:23.122Z | Downloaded papergrid v0.11.0 |
| 341 | 2026-08-24T20:02:23.127Z | Downloaded textwrap v0.16.2 |
| 342 | 2026-08-24T20:02:23.130Z | Downloaded serde_derive v1.0.228 |
| 343 | 2026-08-24T20:02:23.130Z | Downloaded thiserror v2.0.18 |
| 344 | 2026-08-24T20:02:23.133Z | Downloaded unicode-ident v1.0.24 |
| 345 | 2026-08-24T20:02:23.142Z | Downloaded pest_meta v2.8.6 |
| 346 | 2026-08-24T20:02:23.145Z | Downloaded serde_core v1.0.228 |
| 347 | 2026-08-24T20:02:23.149Z | Downloaded proc-macro2 v1.0.106 |
| 348 | 2026-08-24T20:02:23.154Z | Downloaded toml_edit v0.22.27 |
| 349 | 2026-08-24T20:02:23.163Z | Downloaded serde v1.0.228 |
| 350 | 2026-08-24T20:02:23.180Z | Downloaded pest v2.8.6 |
| 351 | 2026-08-24T20:02:23.183Z | Downloaded typenum v1.20.1 |
| 352 | 2026-08-24T20:02:23.189Z | Downloaded hashbrown v0.17.0 |
| 353 | 2026-08-24T20:02:23.203Z | Downloaded serde_json v1.0.151 |
| 354 | 2026-08-24T20:02:23.247Z | Downloaded winnow v0.7.14 |
| 355 | 2026-08-24T20:02:23.251Z | Downloaded clap_builder v4.6.0 |
| 356 | 2026-08-24T20:02:23.254Z | Downloaded goblin v0.8.2 |
| 357 | 2026-08-24T20:02:23.261Z | Downloaded tabled v0.15.0 |
| 358 | 2026-08-24T20:02:23.269Z | Downloaded syn v1.0.109 |
| 359 | 2026-08-24T20:02:23.283Z | Downloaded unicode-width v0.1.14 |
| 360 | 2026-08-24T20:02:23.286Z | Downloaded unicode-width v0.2.0 |
| 361 | 2026-08-24T20:02:23.289Z | Downloaded syn v2.0.117 |
| 362 | 2026-08-24T20:02:23.307Z | Downloaded rustix v1.1.4 |
| 363 | 2026-08-24T20:02:23.330Z | Downloaded libc v0.2.185 |
| 364 | 2026-08-24T20:02:23.392Z | Compiling proc-macro2 v1.0.106 |
| 365 | 2026-08-24T20:02:23.392Z | Compiling unicode-ident v1.0.24 |
| 366 | 2026-08-24T20:02:23.392Z | Compiling quote v1.0.45 |
| 367 | 2026-08-24T20:02:23.400Z | Compiling serde_core v1.0.228 |
| 368 | 2026-08-24T20:02:23.400Z | Compiling libc v0.2.185 |
| 369 | 2026-08-24T20:02:23.400Z | Compiling version_check v0.9.5 |
| 370 | 2026-08-24T20:02:23.400Z | Compiling memchr v2.8.0 |
| 371 | 2026-08-24T20:02:23.400Z | Compiling serde v1.0.228 |
| 372 | 2026-08-24T20:02:23.400Z | Compiling zmij v1.0.21 |
| 373 | 2026-08-24T20:02:23.568Z | Compiling itoa v1.0.17 |
| 374 | 2026-08-24T20:02:23.571Z | Compiling ucd-trie v0.1.7 |
| 375 | 2026-08-24T20:02:23.580Z | Compiling thiserror v1.0.69 |
| 376 | 2026-08-24T20:02:23.583Z | Compiling byteorder v1.5.0 |
| 377 | 2026-08-24T20:02:23.583Z | Compiling rustix v1.1.4 |
| 378 | 2026-08-24T20:02:23.813Z | Compiling serde_json v1.0.151 |
| 379 | 2026-08-24T20:02:23.951Z | Compiling bitflags v2.11.0 |
| 380 | 2026-08-24T20:02:24.027Z | Compiling pest v2.8.6 |
| 381 | 2026-08-24T20:02:24.031Z | Compiling proc-macro-error-attr v1.0.4 |
| 382 | 2026-08-24T20:02:24.081Z | Compiling usdt-impl v0.5.0 |
| 383 | 2026-08-24T20:02:24.207Z | Compiling camino v1.2.5 |
| 384 | 2026-08-24T20:02:24.211Z | Compiling syn v1.0.109 |
| 385 | 2026-08-24T20:02:24.211Z | Compiling proc-macro-error v1.0.4 |
| 386 | 2026-08-24T20:02:24.259Z | Compiling plain v0.2.3 |
| 387 | 2026-08-24T20:02:24.410Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-08-24T20:02:24.465Z | Compiling getrandom v0.4.3 |
| 389 | 2026-08-24T20:02:24.468Z | Compiling log v0.4.33 |
| 390 | 2026-08-24T20:02:24.468Z | Compiling hashbrown v0.17.0 |
| 391 | 2026-08-24T20:02:24.538Z | Compiling equivalent v1.0.2 |
| 392 | 2026-08-24T20:02:24.560Z | Compiling anstyle-parse v1.0.0 |
| 393 | 2026-08-24T20:02:24.564Z | Compiling cfg-if v1.0.4 |
| 394 | 2026-08-24T20:02:24.618Z | Compiling is_terminal_polyfill v1.70.2 |
| 395 | 2026-08-24T20:02:24.674Z | Compiling errno v0.3.14 |
| 396 | 2026-08-24T20:02:24.691Z | Compiling thread-id v4.2.2 |
| 397 | 2026-08-24T20:02:24.709Z | Compiling winnow v0.7.14 |
| 398 | 2026-08-24T20:02:24.732Z | Compiling autocfg v1.5.0 |
| 399 | 2026-08-24T20:02:24.766Z | Compiling toml_write v0.1.2 |
| 400 | 2026-08-24T20:02:24.787Z | Compiling anstyle-query v1.1.5 |
| 401 | 2026-08-24T20:02:24.787Z | Compiling pretty-hex v0.4.1 |
| 402 | 2026-08-24T20:02:24.790Z | Compiling anstyle v1.0.14 |
| 403 | 2026-08-24T20:02:24.876Z | Compiling thiserror v2.0.18 |
| 404 | 2026-08-24T20:02:24.896Z | Compiling colorchoice v1.0.4 |
| 405 | 2026-08-24T20:02:24.951Z | Compiling heck v0.5.0 |
| 406 | 2026-08-24T20:02:24.989Z | Compiling bytecount v0.6.9 |
| 407 | 2026-08-24T20:02:25.053Z | Compiling syn v2.0.117 |
| 408 | 2026-08-24T20:02:25.072Z | Compiling indexmap v2.14.0 |
| 409 | 2026-08-24T20:02:25.109Z | Compiling anstream v1.0.0 |
| 410 | 2026-08-24T20:02:25.112Z | Compiling heck v0.4.1 |
| 411 | 2026-08-24T20:02:25.145Z | Compiling pest_meta v2.8.6 |
| 412 | 2026-08-24T20:02:25.182Z | Compiling once_cell v1.21.3 |
| 413 | 2026-08-24T20:02:25.199Z | Compiling fs-err v3.3.0 |
| 414 | 2026-08-24T20:02:25.267Z | Compiling unicode-width v0.1.14 |
| 415 | 2026-08-24T20:02:25.361Z | Compiling fnv v1.0.7 |
| 416 | 2026-08-24T20:02:25.378Z | Compiling clap_lex v1.0.0 |
| 417 | 2026-08-24T20:02:25.420Z | Compiling anyhow v1.0.104 |
| 418 | 2026-08-24T20:02:25.420Z | Compiling strsim v0.11.1 |
| 419 | 2026-08-24T20:02:25.456Z | Compiling fastrand v2.3.0 |
| 420 | 2026-08-24T20:02:25.475Z | Compiling papergrid v0.11.0 |
| 421 | 2026-08-24T20:02:25.528Z | Compiling memmap v0.7.0 |
| 422 | 2026-08-24T20:02:25.593Z | Compiling smawk v0.3.2 |
| 423 | 2026-08-24T20:02:25.615Z | Compiling unicode-width v0.2.0 |
| 424 | 2026-08-24T20:02:25.632Z | Compiling unicode-linebreak v0.1.5 |
| 425 | 2026-08-24T20:02:25.731Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-24T20:02:25.734Z | Compiling tempfile v3.27.0 |
| 427 | 2026-08-24T20:02:25.766Z | Compiling swrite v0.1.0 |
| 428 | 2026-08-24T20:02:25.926Z | Compiling clap_builder v4.6.0 |
| 429 | 2026-08-24T20:02:25.930Z | Compiling textwrap v0.16.2 |
| 430 | 2026-08-24T20:02:26.155Z | Compiling semver v1.0.28 |
| 431 | 2026-08-24T20:02:26.172Z | Compiling cargo-platform v0.3.2 |
| 432 | 2026-08-24T20:02:26.460Z | Compiling camino-tempfile v1.4.1 |
| 433 | 2026-08-24T20:02:26.638Z | Compiling tabled_derive v0.7.0 |
| 434 | 2026-08-24T20:02:27.268Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-08-24T20:02:27.321Z | Compiling tabled v0.15.0 |
| 436 | 2026-08-24T20:02:27.771Z | Compiling serde_derive v1.0.228 |
| 437 | 2026-08-24T20:02:27.772Z | Compiling thiserror-impl v1.0.69 |
| 438 | 2026-08-24T20:02:27.775Z | Compiling zerocopy-derive v0.7.35 |
| 439 | 2026-08-24T20:02:27.775Z | Compiling scroll_derive v0.12.1 |
| 440 | 2026-08-24T20:02:27.775Z | Compiling thiserror-impl v2.0.18 |
| 441 | 2026-08-24T20:02:27.775Z | Compiling clap_derive v4.6.1 |
| 442 | 2026-08-24T20:02:27.874Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-08-24T20:02:28.364Z | Compiling scroll v0.12.0 |
| 444 | 2026-08-24T20:02:28.507Z | Compiling zerocopy v0.7.35 |
| 445 | 2026-08-24T20:02:28.587Z | Compiling goblin v0.8.2 |
| 446 | 2026-08-24T20:02:28.793Z | Compiling dtrace-parser v0.2.0 |
| 447 | 2026-08-24T20:02:29.115Z | Compiling clap v4.6.1 |
| 448 | 2026-08-24T20:02:30.185Z | Compiling toml_datetime v0.6.11 |
| 449 | 2026-08-24T20:02:30.185Z | Compiling serde_spanned v0.6.9 |
| 450 | 2026-08-24T20:02:30.189Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 451 | 2026-08-24T20:02:30.189Z | Compiling cargo_metadata v0.23.1 |
| 452 | 2026-08-24T20:02:30.189Z | Compiling macaddr v1.0.1 |
| 453 | 2026-08-24T20:02:30.201Z | Compiling dof v0.3.0 |
| 454 | 2026-08-24T20:02:30.205Z | Compiling serde_tokenstream v0.2.3 |
| 455 | 2026-08-24T20:02:30.432Z | Compiling toml_edit v0.22.27 |
| 456 | 2026-08-24T20:02:30.931Z | Compiling usdt-macro v0.5.0 |
| 457 | 2026-08-24T20:02:30.935Z | Compiling usdt-attr-macro v0.5.0 |
| 458 | 2026-08-24T20:02:31.529Z | Compiling usdt v0.5.0 |
| 459 | 2026-08-24T20:02:31.690Z | Compiling toml v0.8.23 |
| 460 | 2026-08-24T20:02:32.011Z | Compiling cargo_toml v0.21.0 |
| 461 | 2026-08-24T20:02:33.335Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 462 | 2026-08-24T20:02:35.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.24s |
| 463 | 2026-08-24T20:02:35.576Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 464 | 2026-08-24T20:02:36.092Z | Downloading crates ... |
| 465 | 2026-08-24T20:02:36.153Z | Downloaded anstream v0.6.21 |
| 466 | 2026-08-24T20:02:36.156Z | Downloaded anstyle-parse v0.2.7 |
| 467 | 2026-08-24T20:02:36.162Z | Downloaded async-stream-impl v0.3.6 |
| 468 | 2026-08-24T20:02:36.172Z | Downloaded ascii-canvas v3.0.0 |
| 469 | 2026-08-24T20:02:36.172Z | Downloaded compression-core v0.4.31 |
| 470 | 2026-08-24T20:02:36.173Z | Downloaded futures-task v0.3.32 |
| 471 | 2026-08-24T20:02:36.173Z | Downloaded foreign-types-shared v0.1.1 |
| 472 | 2026-08-24T20:02:36.176Z | Downloaded cfg_aliases v0.1.1 |
| 473 | 2026-08-24T20:02:36.180Z | Downloaded adler2 v2.0.1 |
| 474 | 2026-08-24T20:02:36.181Z | Downloaded array-init v0.0.4 |
| 475 | 2026-08-24T20:02:36.181Z | Downloaded ena v0.14.4 |
| 476 | 2026-08-24T20:02:36.187Z | Downloaded const-oid v0.10.2 |
| 477 | 2026-08-24T20:02:36.187Z | Downloaded arrayvec v0.7.6 |
| 478 | 2026-08-24T20:02:36.191Z | Downloaded hostname v0.4.2 |
| 479 | 2026-08-24T20:02:36.191Z | Downloaded elliptic-curve v0.14.1 |
| 480 | 2026-08-24T20:02:36.191Z | Downloaded ff v0.14.0 |
| 481 | 2026-08-24T20:02:36.191Z | Downloaded assert_matches v1.5.0 |
| 482 | 2026-08-24T20:02:36.191Z | Downloaded bit-set v0.5.3 |
| 483 | 2026-08-24T20:02:36.196Z | Downloaded embedded-io v0.4.0 |
| 484 | 2026-08-24T20:02:36.196Z | Downloaded generic-array v1.4.3 |
| 485 | 2026-08-24T20:02:36.196Z | Downloaded funty v2.0.0 |
| 486 | 2026-08-24T20:02:36.196Z | Downloaded base16ct v0.2.0 |
| 487 | 2026-08-24T20:02:36.196Z | Downloaded bit-set v0.8.0 |
| 488 | 2026-08-24T20:02:36.200Z | Downloaded fd-lock v4.0.4 |
| 489 | 2026-08-24T20:02:36.200Z | Downloaded atomic-waker v1.1.2 |
| 490 | 2026-08-24T20:02:36.200Z | Downloaded env_filter v2.0.0 |
| 491 | 2026-08-24T20:02:36.201Z | Downloaded git-stub v1.0.0 |
| 492 | 2026-08-24T20:02:36.201Z | Downloaded futures-sink v0.3.32 |
| 493 | 2026-08-24T20:02:36.201Z | Downloaded gethostname v0.5.0 |
| 494 | 2026-08-24T20:02:36.205Z | Downloaded bitfield v0.19.4 |
| 495 | 2026-08-24T20:02:36.205Z | Downloaded fixedbitset v0.4.2 |
| 496 | 2026-08-24T20:02:36.206Z | Downloaded argon2 v0.5.3 |
| 497 | 2026-08-24T20:02:36.206Z | Downloaded erased-serde v0.3.31 |
| 498 | 2026-08-24T20:02:36.206Z | Downloaded filetime v0.2.27 |
| 499 | 2026-08-24T20:02:36.210Z | Downloaded backoff v0.4.0 |
| 500 | 2026-08-24T20:02:36.210Z | Downloaded blowfish v0.10.0 |
| 501 | 2026-08-24T20:02:36.210Z | Downloaded half v2.7.1 |
| 502 | 2026-08-24T20:02:36.210Z | Downloaded float-ord v0.3.2 |
| 503 | 2026-08-24T20:02:36.210Z | Downloaded aead v0.6.1 |
| 504 | 2026-08-24T20:02:36.214Z | Downloaded async-bb8-diesel v0.2.1 |
| 505 | 2026-08-24T20:02:36.214Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 506 | 2026-08-24T20:02:36.214Z | Downloaded find-msvc-tools v0.1.9 |
| 507 | 2026-08-24T20:02:36.214Z | Downloaded futures-channel v0.3.32 |
| 508 | 2026-08-24T20:02:36.218Z | Downloaded futures-io v0.3.32 |
| 509 | 2026-08-24T20:02:36.218Z | Downloaded base16ct v1.0.0 |
| 510 | 2026-08-24T20:02:36.218Z | Downloaded bitfield-struct v0.6.2 |
| 511 | 2026-08-24T20:02:36.219Z | Downloaded endian-type v0.1.2 |
| 512 | 2026-08-24T20:02:36.219Z | Downloaded foreign-types v0.3.2 |
| 513 | 2026-08-24T20:02:36.225Z | Downloaded headers-core v0.3.0 |
| 514 | 2026-08-24T20:02:36.225Z | Downloaded embedded-io v0.6.1 |
| 515 | 2026-08-24T20:02:36.225Z | Downloaded float-cmp v0.10.0 |
| 516 | 2026-08-24T20:02:36.225Z | Downloaded bitfield-macros v0.19.4 |
| 517 | 2026-08-24T20:02:36.225Z | Downloaded bb8 v0.8.6 |
| 518 | 2026-08-24T20:02:36.229Z | Downloaded arrayref v0.3.9 |
| 519 | 2026-08-24T20:02:36.229Z | Downloaded foreign-types-macros v0.2.3 |
| 520 | 2026-08-24T20:02:36.233Z | Downloaded foreign-types-shared v0.3.1 |
| 521 | 2026-08-24T20:02:36.233Z | Downloaded cfg_aliases v0.2.1 |
| 522 | 2026-08-24T20:02:36.237Z | Downloaded hash32 v0.3.1 |
| 523 | 2026-08-24T20:02:36.237Z | Downloaded enum_dispatch v0.3.13 |
| 524 | 2026-08-24T20:02:36.241Z | Downloaded http-body-util v0.1.3 |
| 525 | 2026-08-24T20:02:36.241Z | Downloaded castaway v0.2.4 |
| 526 | 2026-08-24T20:02:36.241Z | Downloaded bcs v0.1.6 |
| 527 | 2026-08-24T20:02:36.241Z | Downloaded bit-vec v0.6.3 |
| 528 | 2026-08-24T20:02:36.241Z | Downloaded expectorate v1.2.0 |
| 529 | 2026-08-24T20:02:36.245Z | Downloaded flume v0.11.1 |
| 530 | 2026-08-24T20:02:36.245Z | Downloaded futures-executor v0.3.32 |
| 531 | 2026-08-24T20:02:36.245Z | Downloaded futures-core v0.3.32 |
| 532 | 2026-08-24T20:02:36.245Z | Downloaded globwalk v0.9.1 |
| 533 | 2026-08-24T20:02:36.251Z | Downloaded home v0.5.12 |
| 534 | 2026-08-24T20:02:36.251Z | Downloaded async-stream v0.3.6 |
| 535 | 2026-08-24T20:02:36.251Z | Downloaded cobs v0.3.0 |
| 536 | 2026-08-24T20:02:36.251Z | Downloaded enum-as-inner v0.6.1 |
| 537 | 2026-08-24T20:02:36.251Z | Downloaded fxhash v0.2.1 |
| 538 | 2026-08-24T20:02:36.251Z | Downloaded hostname v0.3.1 |
| 539 | 2026-08-24T20:02:36.255Z | Downloaded hex-literal v1.1.0 |
| 540 | 2026-08-24T20:02:36.255Z | Downloaded http-range v0.1.5 |
| 541 | 2026-08-24T20:02:36.255Z | Downloaded futures-macro v0.3.32 |
| 542 | 2026-08-24T20:02:36.255Z | Downloaded async-recursion v1.1.1 |
| 543 | 2026-08-24T20:02:36.255Z | Downloaded block-buffer v0.12.1 |
| 544 | 2026-08-24T20:02:36.259Z | Downloaded aead v0.5.2 |
| 545 | 2026-08-24T20:02:36.259Z | Downloaded backtrace-ext v0.2.1 |
| 546 | 2026-08-24T20:02:36.259Z | Downloaded ghash v0.6.0 |
| 547 | 2026-08-24T20:02:36.259Z | Downloaded hubpack v0.1.2 |
| 548 | 2026-08-24T20:02:36.265Z | Downloaded form_urlencoded v1.2.2 |
| 549 | 2026-08-24T20:02:36.265Z | Downloaded addr2line v0.25.1 |
| 550 | 2026-08-24T20:02:36.269Z | Downloaded http-body v1.0.1 |
| 551 | 2026-08-24T20:02:36.269Z | Downloaded argon2 v0.6.0-rc.8 |
| 552 | 2026-08-24T20:02:36.269Z | Downloaded bit-vec v0.8.0 |
| 553 | 2026-08-24T20:02:36.272Z | Downloaded hash32 v0.2.1 |
| 554 | 2026-08-24T20:02:36.272Z | Downloaded atomicwrites v0.4.4 |
| 555 | 2026-08-24T20:02:36.273Z | Downloaded atty v0.2.14 |
| 556 | 2026-08-24T20:02:36.276Z | Downloaded hex v0.4.3 |
| 557 | 2026-08-24T20:02:36.280Z | Downloaded foreign-types v0.5.0 |
| 558 | 2026-08-24T20:02:36.280Z | Downloaded nibble_vec v0.1.0 |
| 559 | 2026-08-24T20:02:36.280Z | Downloaded newline-converter v0.3.0 |
| 560 | 2026-08-24T20:02:36.286Z | Downloaded block-padding v0.4.2 |
| 561 | 2026-08-24T20:02:36.286Z | Downloaded hubpack_derive v0.1.1 |
| 562 | 2026-08-24T20:02:36.286Z | Downloaded flagset v0.4.7 |
| 563 | 2026-08-24T20:02:36.290Z | Downloaded glob v0.3.3 |
| 564 | 2026-08-24T20:02:36.290Z | Downloaded ciborium-ll v0.2.2 |
| 565 | 2026-08-24T20:02:36.290Z | Downloaded ff v0.13.1 |
| 566 | 2026-08-24T20:02:36.290Z | Downloaded fatfs v0.3.6 |
| 567 | 2026-08-24T20:02:36.294Z | Downloaded powerfmt v0.2.0 |
| 568 | 2026-08-24T20:02:36.300Z | Downloaded predicates-core v1.0.10 |
| 569 | 2026-08-24T20:02:36.300Z | Downloaded predicates-tree v1.0.13 |
| 570 | 2026-08-24T20:02:36.300Z | Downloaded oxide-generation-macros v0.2.0 |
| 571 | 2026-08-24T20:02:36.300Z | Downloaded nodrop v0.1.14 |
| 572 | 2026-08-24T20:02:36.300Z | Downloaded normalize-line-endings v0.3.0 |
| 573 | 2026-08-24T20:02:36.300Z | Downloaded num_threads v0.1.7 |
| 574 | 2026-08-24T20:02:36.300Z | Downloaded openssl-macros v0.1.1 |
| 575 | 2026-08-24T20:02:36.304Z | Downloaded buf-list v1.1.2 |
| 576 | 2026-08-24T20:02:36.304Z | Downloaded ciborium-io v0.2.2 |
| 577 | 2026-08-24T20:02:36.304Z | Downloaded cipher v0.5.2 |
| 578 | 2026-08-24T20:02:36.305Z | Downloaded cmake v0.1.57 |
| 579 | 2026-08-24T20:02:36.305Z | Downloaded proc-macro-crate v3.4.0 |
| 580 | 2026-08-24T20:02:36.305Z | Downloaded progenitor-macro v0.14.0 |
| 581 | 2026-08-24T20:02:36.305Z | Downloaded ref-cast v1.0.25 |
| 582 | 2026-08-24T20:02:36.309Z | Downloaded ref-cast-impl v1.0.25 |
| 583 | 2026-08-24T20:02:36.309Z | Downloaded byte-wrapper v0.1.0 |
| 584 | 2026-08-24T20:02:36.309Z | Downloaded cexpr v0.6.0 |
| 585 | 2026-08-24T20:02:36.309Z | Downloaded rfc6979 v0.4.0 |
| 586 | 2026-08-24T20:02:36.309Z | Downloaded rustc-hash v2.1.1 |
| 587 | 2026-08-24T20:02:36.309Z | Downloaded fs-err v2.11.0 |
| 588 | 2026-08-24T20:02:36.313Z | Downloaded rustc_version v0.1.7 |
| 589 | 2026-08-24T20:02:36.313Z | Downloaded secrecy v0.10.3 |
| 590 | 2026-08-24T20:02:36.313Z | Downloaded fs_extra v1.3.0 |
| 591 | 2026-08-24T20:02:36.313Z | Downloaded group v0.14.0 |
| 592 | 2026-08-24T20:02:36.313Z | Downloaded fallible-iterator v0.2.0 |
| 593 | 2026-08-24T20:02:36.313Z | Downloaded highway v1.3.0 |
| 594 | 2026-08-24T20:02:36.318Z | Downloaded password-hash v0.6.1 |
| 595 | 2026-08-24T20:02:36.318Z | Downloaded proc-macro-crate v1.3.1 |
| 596 | 2026-08-24T20:02:36.318Z | Downloaded globset v0.4.18 |
| 597 | 2026-08-24T20:02:36.318Z | Downloaded httpdate v1.0.3 |
| 598 | 2026-08-24T20:02:36.318Z | Downloaded phf_shared v0.13.1 |
| 599 | 2026-08-24T20:02:36.318Z | Downloaded quick-error v1.2.3 |
| 600 | 2026-08-24T20:02:36.322Z | Downloaded env_logger v0.11.11 |
| 601 | 2026-08-24T20:02:36.322Z | Downloaded phf_shared v0.12.1 |
| 602 | 2026-08-24T20:02:36.322Z | Downloaded foldhash v0.2.0 |
| 603 | 2026-08-24T20:02:36.322Z | Downloaded group v0.13.0 |
| 604 | 2026-08-24T20:02:36.326Z | Downloaded foldhash v0.1.5 |
| 605 | 2026-08-24T20:02:36.331Z | Downloaded base64ct v1.8.3 |
| 606 | 2026-08-24T20:02:36.332Z | Downloaded bitflags v1.3.2 |
| 607 | 2026-08-24T20:02:36.332Z | Downloaded cipher v0.4.4 |
| 608 | 2026-08-24T20:02:36.332Z | Downloaded chacha20 v0.9.1 |
| 609 | 2026-08-24T20:02:36.336Z | Downloaded num_enum v0.5.11 |
| 610 | 2026-08-24T20:02:36.336Z | Downloaded paste v1.0.15 |
| 611 | 2026-08-24T20:02:36.336Z | Downloaded cbc v0.2.1 |
| 612 | 2026-08-24T20:02:36.339Z | Downloaded signature v2.2.0 |
| 613 | 2026-08-24T20:02:36.339Z | Downloaded signature v3.0.0 |
| 614 | 2026-08-24T20:02:36.340Z | Downloaded rand_xorshift v0.4.0 |
| 615 | 2026-08-24T20:02:36.340Z | Downloaded scopeguard v1.2.0 |
| 616 | 2026-08-24T20:02:36.340Z | Downloaded hmac v0.13.0 |
| 617 | 2026-08-24T20:02:36.344Z | Downloaded ahash v0.8.12 |
| 618 | 2026-08-24T20:02:36.348Z | Downloaded sigpipe v0.1.3 |
| 619 | 2026-08-24T20:02:36.349Z | Downloaded supports-color v3.0.2 |
| 620 | 2026-08-24T20:02:36.349Z | Downloaded sqlparser_derive v0.5.0 |
| 621 | 2026-08-24T20:02:36.349Z | Downloaded scheduled-thread-pool v0.2.7 |
| 622 | 2026-08-24T20:02:36.352Z | Downloaded structmeta v0.3.0 |
| 623 | 2026-08-24T20:02:36.353Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 624 | 2026-08-24T20:02:36.357Z | Downloaded bs58 v0.5.1 |
| 625 | 2026-08-24T20:02:36.357Z | Downloaded compression-codecs v0.4.37 |
| 626 | 2026-08-24T20:02:36.360Z | Downloaded oxnet v0.1.6 |
| 627 | 2026-08-24T20:02:36.364Z | Downloaded camino-tempfile-ext v0.3.3 |
| 628 | 2026-08-24T20:02:36.364Z | Downloaded rand_core v0.9.5 |
| 629 | 2026-08-24T20:02:36.364Z | Downloaded rusty-fork v0.3.1 |
| 630 | 2026-08-24T20:02:36.369Z | Downloaded signal-hook-tokio v0.3.1 |
| 631 | 2026-08-24T20:02:36.369Z | Downloaded usdt v0.6.0 |
| 632 | 2026-08-24T20:02:36.373Z | Downloaded testing_table v0.3.0 |
| 633 | 2026-08-24T20:02:36.374Z | Downloaded utf-8 v0.7.6 |
| 634 | 2026-08-24T20:02:36.374Z | Downloaded async-trait v0.1.89 |
| 635 | 2026-08-24T20:02:36.378Z | Downloaded const-oid v0.9.6 |
| 636 | 2026-08-24T20:02:36.378Z | Downloaded httparse v1.10.1 |
| 637 | 2026-08-24T20:02:36.378Z | Downloaded blake2 v0.10.6 |
| 638 | 2026-08-24T20:02:36.378Z | Downloaded fixedbitset v0.5.7 |
| 639 | 2026-08-24T20:02:36.378Z | Downloaded git-stub-vcs v0.1.0 |
| 640 | 2026-08-24T20:02:36.382Z | Downloaded console v0.16.2 |
| 641 | 2026-08-24T20:02:36.383Z | Downloaded half v1.8.3 |
| 642 | 2026-08-24T20:02:36.383Z | Downloaded num-integer v0.1.46 |
| 643 | 2026-08-24T20:02:36.386Z | Downloaded getrandom v0.2.17 |
| 644 | 2026-08-24T20:02:36.386Z | Downloaded progenitor-client v0.13.0 |
| 645 | 2026-08-24T20:02:36.390Z | Downloaded radium v0.7.0 |
| 646 | 2026-08-24T20:02:36.390Z | Downloaded tokio-macros v2.7.0 |
| 647 | 2026-08-24T20:02:36.390Z | Downloaded serde-hex v0.1.0 |
| 648 | 2026-08-24T20:02:36.390Z | Downloaded serde_with_macros v1.5.2 |
| 649 | 2026-08-24T20:02:36.391Z | Downloaded getrandom v0.3.4 |
| 650 | 2026-08-24T20:02:36.395Z | Downloaded tower-layer v0.3.3 |
| 651 | 2026-08-24T20:02:36.395Z | Downloaded futures v0.3.32 |
| 652 | 2026-08-24T20:02:36.395Z | Downloaded allocator-api2 v0.2.21 |
| 653 | 2026-08-24T20:02:36.399Z | Downloaded want v0.3.1 |
| 654 | 2026-08-24T20:02:36.402Z | Downloaded clang-sys v1.8.1 |
| 655 | 2026-08-24T20:02:36.403Z | Downloaded serde_tokenstream v0.3.0 |
| 656 | 2026-08-24T20:02:36.406Z | Downloaded smallvec v0.6.14 |
| 657 | 2026-08-24T20:02:36.406Z | Downloaded ssh-cipher v0.3.0 |
| 658 | 2026-08-24T20:02:36.406Z | Downloaded tinystr v0.8.2 |
| 659 | 2026-08-24T20:02:36.407Z | Downloaded cassowary v0.3.0 |
| 660 | 2026-08-24T20:02:36.411Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 661 | 2026-08-24T20:02:36.415Z | Downloaded base64 v0.22.1 |
| 662 | 2026-08-24T20:02:36.415Z | Downloaded bytes v1.11.1 |
| 663 | 2026-08-24T20:02:36.420Z | Downloaded compact_str v0.8.1 |
| 664 | 2026-08-24T20:02:36.420Z | Downloaded document-features v0.2.12 |
| 665 | 2026-08-24T20:02:36.420Z | Downloaded strum_macros v0.24.3 |
| 666 | 2026-08-24T20:02:36.424Z | Downloaded strum_macros v0.26.4 |
| 667 | 2026-08-24T20:02:36.424Z | Downloaded thiserror-no-std v2.0.2 |
| 668 | 2026-08-24T20:02:36.425Z | Downloaded rpassword v7.5.4 |
| 669 | 2026-08-24T20:02:36.425Z | Downloaded serde_path_to_error v0.1.20 |
| 670 | 2026-08-24T20:02:36.429Z | Downloaded zone_cfg_derive v0.3.1 |
| 671 | 2026-08-24T20:02:36.429Z | Downloaded yoke-derive v0.8.1 |
| 672 | 2026-08-24T20:02:36.429Z | Downloaded zeroize_derive v1.5.0 |
| 673 | 2026-08-24T20:02:36.429Z | Downloaded phf v0.12.1 |
| 674 | 2026-08-24T20:02:36.429Z | Downloaded crunchy v0.2.4 |
| 675 | 2026-08-24T20:02:36.429Z | Downloaded ciborium v0.2.2 |
| 676 | 2026-08-24T20:02:36.429Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 677 | 2026-08-24T20:02:36.433Z | Downloaded blake2 v0.11.0-rc.6 |
| 678 | 2026-08-24T20:02:36.433Z | Downloaded tui-tree-widget v0.23.1 |
| 679 | 2026-08-24T20:02:36.437Z | Downloaded is-terminal v0.4.17 |
| 680 | 2026-08-24T20:02:36.437Z | Downloaded is_ci v1.2.0 |
| 681 | 2026-08-24T20:02:36.438Z | Downloaded bzip2 v0.4.4 |
| 682 | 2026-08-24T20:02:36.438Z | Downloaded bzip2 v0.6.1 |
| 683 | 2026-08-24T20:02:36.438Z | Downloaded cmov v0.5.4 |
| 684 | 2026-08-24T20:02:36.438Z | Downloaded colored v2.2.0 |
| 685 | 2026-08-24T20:02:36.442Z | Downloaded synstructure v0.13.2 |
| 686 | 2026-08-24T20:02:36.442Z | Downloaded hmac v0.12.1 |
| 687 | 2026-08-24T20:02:36.442Z | Downloaded dirs-sys-next v0.1.2 |
| 688 | 2026-08-24T20:02:36.442Z | Downloaded display-error-chain v0.2.2 |
| 689 | 2026-08-24T20:02:36.447Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 690 | 2026-08-24T20:02:36.452Z | Downloaded kem v0.3.0 |
| 691 | 2026-08-24T20:02:36.452Z | Downloaded parking_lot v0.11.2 |
| 692 | 2026-08-24T20:02:36.452Z | Downloaded vergen-lib v0.1.6 |
| 693 | 2026-08-24T20:02:36.452Z | Downloaded backon v1.6.0 |
| 694 | 2026-08-24T20:02:36.456Z | Downloaded spki v0.8.0 |
| 695 | 2026-08-24T20:02:36.456Z | Downloaded libscf-sys v1.2.0 |
| 696 | 2026-08-24T20:02:36.456Z | Downloaded match_cfg v0.1.0 |
| 697 | 2026-08-24T20:02:36.456Z | Downloaded heapless v0.7.17 |
| 698 | 2026-08-24T20:02:36.462Z | Downloaded password-hash v0.5.0 |
| 699 | 2026-08-24T20:02:36.462Z | Downloaded colored v3.1.1 |
| 700 | 2026-08-24T20:02:36.462Z | Downloaded poly1305 v0.9.0 |
| 701 | 2026-08-24T20:02:36.467Z | Downloaded whoami v2.1.0 |
| 702 | 2026-08-24T20:02:36.467Z | Downloaded critical-section v1.2.0 |
| 703 | 2026-08-24T20:02:36.468Z | Downloaded num-iter v0.1.45 |
| 704 | 2026-08-24T20:02:36.468Z | Downloaded serde_with_macros v3.21.0 |
| 705 | 2026-08-24T20:02:36.468Z | Downloaded slog-term v2.9.2 |
| 706 | 2026-08-24T20:02:36.468Z | Downloaded jiff-static v0.2.34 |
| 707 | 2026-08-24T20:02:36.468Z | Downloaded lru-slab v0.1.2 |
| 708 | 2026-08-24T20:02:36.468Z | Downloaded mime v0.3.17 |
| 709 | 2026-08-24T20:02:36.468Z | Downloaded defmt-parser v1.0.0 |
| 710 | 2026-08-24T20:02:36.473Z | Downloaded whoami v1.6.1 |
| 711 | 2026-08-24T20:02:36.473Z | Downloaded displaydoc v0.2.5 |
| 712 | 2026-08-24T20:02:36.474Z | Downloaded console v0.15.11 |
| 713 | 2026-08-24T20:02:36.479Z | Downloaded olpc-cjson v0.1.4 |
| 714 | 2026-08-24T20:02:36.479Z | Downloaded precomputed-hash v0.1.1 |
| 715 | 2026-08-24T20:02:36.483Z | Downloaded derive_builder_core v0.20.2 |
| 716 | 2026-08-24T20:02:36.487Z | Downloaded papergrid v0.18.0 |
| 717 | 2026-08-24T20:02:36.487Z | Downloaded new_debug_unreachable v1.0.6 |
| 718 | 2026-08-24T20:02:36.491Z | Downloaded pin-project v1.1.11 |
| 719 | 2026-08-24T20:02:36.495Z | Downloaded rustls-platform-verifier v0.6.2 |
| 720 | 2026-08-24T20:02:36.499Z | Downloaded zstd-safe v7.2.4 |
| 721 | 2026-08-24T20:02:36.499Z | Downloaded const_format_proc_macros v0.2.34 |
| 722 | 2026-08-24T20:02:36.499Z | Downloaded num_enum_derive v0.5.11 |
| 723 | 2026-08-24T20:02:36.499Z | Downloaded openssl-probe v0.1.6 |
| 724 | 2026-08-24T20:02:36.503Z | Downloaded ingot-types v0.2.0 |
| 725 | 2026-08-24T20:02:36.503Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 726 | 2026-08-24T20:02:36.503Z | Downloaded openssl-probe v0.2.1 |
| 727 | 2026-08-24T20:02:36.507Z | Downloaded cancel-safe-futures v0.1.5 |
| 728 | 2026-08-24T20:02:36.507Z | Downloaded heapless v0.8.0 |
| 729 | 2026-08-24T20:02:36.512Z | Downloaded diesel-dtrace v0.5.0 |
| 730 | 2026-08-24T20:02:36.516Z | Downloaded openssl-sys v0.9.117 |
| 731 | 2026-08-24T20:02:36.520Z | Downloaded same-file v1.0.6 |
| 732 | 2026-08-24T20:02:36.520Z | Downloaded flate2 v1.1.9 |
| 733 | 2026-08-24T20:02:36.525Z | Downloaded progenitor-client v0.14.0 |
| 734 | 2026-08-24T20:02:36.528Z | Downloaded multer v3.1.0 |
| 735 | 2026-08-24T20:02:36.528Z | Downloaded sapling-renderdag v0.1.0 |
| 736 | 2026-08-24T20:02:36.532Z | Downloaded omicron-zone-package v0.12.3 |
| 737 | 2026-08-24T20:02:36.533Z | Downloaded oxide-update-engine-types v0.1.2 |
| 738 | 2026-08-24T20:02:36.533Z | Downloaded signal-hook-mio v0.2.5 |
| 739 | 2026-08-24T20:02:36.533Z | Downloaded sponge-cursor v0.1.0 |
| 740 | 2026-08-24T20:02:36.536Z | Downloaded ipnet v2.12.0 |
| 741 | 2026-08-24T20:02:36.536Z | Downloaded libefi-sys v0.1.0 |
| 742 | 2026-08-24T20:02:36.537Z | Downloaded delegate v0.13.5 |
| 743 | 2026-08-24T20:02:36.537Z | Downloaded derive_builder v0.20.2 |
| 744 | 2026-08-24T20:02:36.540Z | Downloaded russh-cryptovec v0.62.0 |
| 745 | 2026-08-24T20:02:36.541Z | Downloaded ecdsa v0.17.0 |
| 746 | 2026-08-24T20:02:36.541Z | Downloaded parking_lot_core v0.8.6 |
| 747 | 2026-08-24T20:02:36.544Z | Downloaded pem-rfc7468 v1.0.0 |
| 748 | 2026-08-24T20:02:36.544Z | Downloaded phc v0.6.1 |
| 749 | 2026-08-24T20:02:36.545Z | Downloaded base64 v0.21.7 |
| 750 | 2026-08-24T20:02:36.549Z | Downloaded chacha20poly1305 v0.10.1 |
| 751 | 2026-08-24T20:02:36.549Z | Downloaded unicode-properties v0.1.4 |
| 752 | 2026-08-24T20:02:36.549Z | Downloaded chumsky v0.9.3 |
| 753 | 2026-08-24T20:02:36.553Z | Downloaded twox-hash v2.1.2 |
| 754 | 2026-08-24T20:02:36.557Z | Downloaded serde_urlencoded v0.7.1 |
| 755 | 2026-08-24T20:02:36.557Z | Downloaded sha1 v0.10.6 |
| 756 | 2026-08-24T20:02:36.560Z | Downloaded tokio-stream v0.1.18 |
| 757 | 2026-08-24T20:02:36.560Z | Downloaded hybrid-array v0.4.13 |
| 758 | 2026-08-24T20:02:36.564Z | Downloaded seq-macro v0.3.6 |
| 759 | 2026-08-24T20:02:36.564Z | Downloaded strip-ansi-escapes v0.2.1 |
| 760 | 2026-08-24T20:02:36.564Z | Downloaded ingot-macros v0.2.0 |
| 761 | 2026-08-24T20:02:36.568Z | Downloaded pin-project-lite v0.2.17 |
| 762 | 2026-08-24T20:02:36.568Z | Downloaded strsim v0.10.0 |
| 763 | 2026-08-24T20:02:36.568Z | Downloaded time-core v0.1.8 |
| 764 | 2026-08-24T20:02:36.572Z | Downloaded async-compression v0.4.41 |
| 765 | 2026-08-24T20:02:36.576Z | Downloaded trait-variant v0.1.2 |
| 766 | 2026-08-24T20:02:36.576Z | Downloaded utf8_iter v1.0.4 |
| 767 | 2026-08-24T20:02:36.576Z | Downloaded wait-timeout v0.2.1 |
| 768 | 2026-08-24T20:02:36.576Z | Downloaded zerocopy v0.6.6 |
| 769 | 2026-08-24T20:02:36.581Z | Downloaded waitgroup v0.1.2 |
| 770 | 2026-08-24T20:02:36.581Z | Downloaded peg-macros v0.8.5 |
| 771 | 2026-08-24T20:02:36.581Z | Downloaded pkg-config v0.3.32 |
| 772 | 2026-08-24T20:02:36.581Z | Downloaded headers v0.4.1 |
| 773 | 2026-08-24T20:02:36.585Z | Downloaded rand_core v0.10.0 |
| 774 | 2026-08-24T20:02:36.585Z | Downloaded tabwriter v1.4.1 |
| 775 | 2026-08-24T20:02:36.586Z | Downloaded vte v0.14.1 |
| 776 | 2026-08-24T20:02:36.586Z | Downloaded tinyvec_macros v0.1.1 |
| 777 | 2026-08-24T20:02:36.586Z | Downloaded topological-sort v0.2.2 |
| 778 | 2026-08-24T20:02:36.586Z | Downloaded unicode-truncate v1.1.0 |
| 779 | 2026-08-24T20:02:36.590Z | Downloaded xattr v1.6.1 |
| 780 | 2026-08-24T20:02:36.590Z | Downloaded chacha20 v0.10.0 |
| 781 | 2026-08-24T20:02:36.590Z | Downloaded ctr v0.10.1 |
| 782 | 2026-08-24T20:02:36.590Z | Downloaded signal-hook v0.3.18 |
| 783 | 2026-08-24T20:02:36.594Z | Downloaded crypto-common v0.2.2 |
| 784 | 2026-08-24T20:02:36.594Z | Downloaded pkcs8 v0.10.2 |
| 785 | 2026-08-24T20:02:36.594Z | Downloaded hickory-resolver v0.24.4 |
| 786 | 2026-08-24T20:02:36.598Z | Downloaded litrs v1.0.0 |
| 787 | 2026-08-24T20:02:36.603Z | Downloaded usdt-attr-macro v0.6.0 |
| 788 | 2026-08-24T20:02:36.603Z | Downloaded universal-hash v0.5.1 |
| 789 | 2026-08-24T20:02:36.603Z | Downloaded memmap2 v0.9.10 |
| 790 | 2026-08-24T20:02:36.603Z | Downloaded crc-any v2.5.0 |
| 791 | 2026-08-24T20:02:36.603Z | Downloaded sec1 v0.7.3 |
| 792 | 2026-08-24T20:02:36.607Z | Downloaded slog-json v2.6.1 |
| 793 | 2026-08-24T20:02:36.607Z | Downloaded cpubits v0.1.1 |
| 794 | 2026-08-24T20:02:36.607Z | Downloaded darling_macro v0.20.11 |
| 795 | 2026-08-24T20:02:36.607Z | Downloaded socket2 v0.5.10 |
| 796 | 2026-08-24T20:02:36.608Z | Downloaded backtrace v0.3.76 |
| 797 | 2026-08-24T20:02:36.612Z | Downloaded toml v0.7.8 |
| 798 | 2026-08-24T20:02:36.613Z | Downloaded ar_archive_writer v0.5.1 |
| 799 | 2026-08-24T20:02:36.613Z | Downloaded oxide-update-engine-display v0.1.2 |
| 800 | 2026-08-24T20:02:36.613Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 801 | 2026-08-24T20:02:36.613Z | Downloaded dunce v1.0.5 |
| 802 | 2026-08-24T20:02:36.617Z | Downloaded serde_derive_internals v0.29.1 |
| 803 | 2026-08-24T20:02:36.622Z | Downloaded slog-async v2.8.0 |
| 804 | 2026-08-24T20:02:36.622Z | Downloaded bumpalo v3.20.2 |
| 805 | 2026-08-24T20:02:36.622Z | Downloaded progenitor-extras v0.2.0 |
| 806 | 2026-08-24T20:02:36.627Z | Downloaded samael v0.0.19 |
| 807 | 2026-08-24T20:02:36.631Z | Downloaded unsafe-libyaml v0.2.11 |
| 808 | 2026-08-24T20:02:36.631Z | Downloaded serdect v0.4.3 |
| 809 | 2026-08-24T20:02:36.631Z | Downloaded siphasher v1.0.2 |
| 810 | 2026-08-24T20:02:36.635Z | Downloaded instant v0.1.13 |
| 811 | 2026-08-24T20:02:36.635Z | Downloaded ident_case v1.0.1 |
| 812 | 2026-08-24T20:02:36.635Z | Downloaded quinn-udp v0.5.14 |
| 813 | 2026-08-24T20:02:36.635Z | Downloaded tls_codec_derive v0.4.2 |
| 814 | 2026-08-24T20:02:36.635Z | Downloaded unicase v2.9.0 |
| 815 | 2026-08-24T20:02:36.639Z | Downloaded vergen-gitcl v1.0.8 |
| 816 | 2026-08-24T20:02:36.639Z | Downloaded walkdir v2.5.0 |
| 817 | 2026-08-24T20:02:36.640Z | Downloaded scuffle v0.1.0 |
| 818 | 2026-08-24T20:02:36.644Z | Downloaded string_cache v0.8.9 |
| 819 | 2026-08-24T20:02:36.648Z | Downloaded maybe-uninit v2.0.0 |
| 820 | 2026-08-24T20:02:36.652Z | Downloaded smf v0.2.3 |
| 821 | 2026-08-24T20:02:36.652Z | Downloaded stringprep v0.1.5 |
| 822 | 2026-08-24T20:02:36.652Z | Downloaded convert_case v0.10.0 |
| 823 | 2026-08-24T20:02:36.657Z | Downloaded lru-cache v0.1.2 |
| 824 | 2026-08-24T20:02:36.658Z | Downloaded lazy_static v1.5.0 |
| 825 | 2026-08-24T20:02:36.658Z | Downloaded hickory-resolver v0.25.2 |
| 826 | 2026-08-24T20:02:36.658Z | Downloaded newtype_derive v0.1.6 |
| 827 | 2026-08-24T20:02:36.661Z | Downloaded hashbrown v0.12.3 |
| 828 | 2026-08-24T20:02:36.661Z | Downloaded bitvec v1.0.1 |
| 829 | 2026-08-24T20:02:36.666Z | Downloaded tls_codec v0.4.2 |
| 830 | 2026-08-24T20:02:36.671Z | Downloaded hickory-server v0.25.2 |
| 831 | 2026-08-24T20:02:36.671Z | Downloaded tar v0.4.46 |
| 832 | 2026-08-24T20:02:36.675Z | Downloaded pkcs8 v0.11.0 |
| 833 | 2026-08-24T20:02:36.675Z | Downloaded newtype-uuid-macros v0.1.0 |
| 834 | 2026-08-24T20:02:36.675Z | Downloaded zeroize v1.9.0 |
| 835 | 2026-08-24T20:02:36.676Z | Downloaded oso-derive v0.27.3 |
| 836 | 2026-08-24T20:02:36.676Z | Downloaded crossbeam-utils v0.8.21 |
| 837 | 2026-08-24T20:02:36.679Z | Downloaded darling_core v0.20.11 |
| 838 | 2026-08-24T20:02:36.679Z | Downloaded darling_core v0.23.0 |
| 839 | 2026-08-24T20:02:36.683Z | Downloaded potential_utf v0.1.4 |
| 840 | 2026-08-24T20:02:36.683Z | Downloaded cc v1.2.56 |
| 841 | 2026-08-24T20:02:36.683Z | Downloaded indexmap v1.9.3 |
| 842 | 2026-08-24T20:02:36.687Z | Downloaded parking_lot v0.12.5 |
| 843 | 2026-08-24T20:02:36.687Z | Downloaded term v0.7.0 |
| 844 | 2026-08-24T20:02:36.687Z | Downloaded indent_write v2.2.0 |
| 845 | 2026-08-24T20:02:36.691Z | Downloaded humantime v2.3.0 |
| 846 | 2026-08-24T20:02:36.691Z | Downloaded rand_chacha v0.3.1 |
| 847 | 2026-08-24T20:02:36.691Z | Downloaded rustls-pki-types v1.14.0 |
| 848 | 2026-08-24T20:02:36.691Z | Downloaded debug-ignore v1.0.5 |
| 849 | 2026-08-24T20:02:36.691Z | Downloaded daft v0.1.8 |
| 850 | 2026-08-24T20:02:36.695Z | Downloaded derive-ex v0.1.8 |
| 851 | 2026-08-24T20:02:36.695Z | Downloaded slog-envlogger v2.2.0 |
| 852 | 2026-08-24T20:02:36.695Z | Downloaded secrecy v0.8.0 |
| 853 | 2026-08-24T20:02:36.695Z | Downloaded jobserver v0.1.34 |
| 854 | 2026-08-24T20:02:36.695Z | Downloaded arc-swap v1.8.2 |
| 855 | 2026-08-24T20:02:36.699Z | Downloaded icu_locale_core v2.1.1 |
| 856 | 2026-08-24T20:02:36.702Z | Downloaded tokio-tungstenite v0.21.0 |
| 857 | 2026-08-24T20:02:36.703Z | Downloaded libsw-core v0.3.2 |
| 858 | 2026-08-24T20:02:36.703Z | Downloaded libsw v3.5.0 |
| 859 | 2026-08-24T20:02:36.703Z | Downloaded stable_deref_trait v1.2.1 |
| 860 | 2026-08-24T20:02:36.706Z | Downloaded serde_plain v1.0.2 |
| 861 | 2026-08-24T20:02:36.706Z | Downloaded subtle v2.6.1 |
| 862 | 2026-08-24T20:02:36.710Z | Downloaded rsa v0.9.10 |
| 863 | 2026-08-24T20:02:36.710Z | Downloaded zerotrie v0.2.3 |
| 864 | 2026-08-24T20:02:36.714Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 865 | 2026-08-24T20:02:36.718Z | Downloaded knus-derive v3.4.0 |
| 866 | 2026-08-24T20:02:36.718Z | Downloaded unarray v0.1.4 |
| 867 | 2026-08-24T20:02:36.723Z | Downloaded darling v0.21.3 |
| 868 | 2026-08-24T20:02:36.723Z | Downloaded http v1.4.2 |
| 869 | 2026-08-24T20:02:36.727Z | Downloaded ron v0.8.1 |
| 870 | 2026-08-24T20:02:36.727Z | Downloaded ryu v1.0.23 |
| 871 | 2026-08-24T20:02:36.731Z | Downloaded crc32fast v1.5.0 |
| 872 | 2026-08-24T20:02:36.731Z | Downloaded crossbeam-epoch v0.9.18 |
| 873 | 2026-08-24T20:02:36.731Z | Downloaded owo-colors v4.3.0 |
| 874 | 2026-08-24T20:02:36.735Z | Downloaded phf v0.13.1 |
| 875 | 2026-08-24T20:02:36.735Z | Downloaded cpufeatures v0.3.0 |
| 876 | 2026-08-24T20:02:36.735Z | Downloaded cstr-argument v0.1.2 |
| 877 | 2026-08-24T20:02:36.735Z | Downloaded oxide-generation v0.1.3 |
| 878 | 2026-08-24T20:02:36.735Z | Downloaded crypto-bigint v0.5.5 |
| 879 | 2026-08-24T20:02:36.739Z | Downloaded num-complex v0.4.6 |
| 880 | 2026-08-24T20:02:36.739Z | Downloaded unit-prefix v0.5.2 |
| 881 | 2026-08-24T20:02:36.739Z | Downloaded diff v0.1.13 |
| 882 | 2026-08-24T20:02:36.743Z | Downloaded iana-time-zone v0.1.65 |
| 883 | 2026-08-24T20:02:36.743Z | Downloaded unicode-xid v0.2.6 |
| 884 | 2026-08-24T20:02:36.747Z | Downloaded pbkdf2 v0.13.0 |
| 885 | 2026-08-24T20:02:36.747Z | Downloaded peg v0.8.5 |
| 886 | 2026-08-24T20:02:36.750Z | Downloaded polyval v0.7.1 |
| 887 | 2026-08-24T20:02:36.751Z | Downloaded digest-io v0.1.0 |
| 888 | 2026-08-24T20:02:36.751Z | Downloaded rand v0.9.2 |
| 889 | 2026-08-24T20:02:36.754Z | Downloaded shlex v1.3.0 |
| 890 | 2026-08-24T20:02:36.755Z | Downloaded slog-dtrace v0.3.0 |
| 891 | 2026-08-24T20:02:36.756Z | Downloaded strum_macros v0.27.2 |
| 892 | 2026-08-24T20:02:36.756Z | Downloaded hashbrown v0.13.2 |
| 893 | 2026-08-24T20:02:36.761Z | Downloaded prettyplease v0.2.37 |
| 894 | 2026-08-24T20:02:36.761Z | Downloaded tungstenite v0.23.0 |
| 895 | 2026-08-24T20:02:36.761Z | Downloaded darling_core v0.21.3 |
| 896 | 2026-08-24T20:02:36.764Z | Downloaded darling_macro v0.23.0 |
| 897 | 2026-08-24T20:02:36.764Z | Downloaded derive_builder_macro v0.20.2 |
| 898 | 2026-08-24T20:02:36.764Z | Downloaded inout v0.2.2 |
| 899 | 2026-08-24T20:02:36.765Z | Downloaded maplit v1.0.2 |
| 900 | 2026-08-24T20:02:36.765Z | Downloaded num-conv v0.2.0 |
| 901 | 2026-08-24T20:02:36.769Z | Downloaded thread_local v1.1.9 |
| 902 | 2026-08-24T20:02:36.774Z | Downloaded unicode_categories v0.1.1 |
| 903 | 2026-08-24T20:02:36.774Z | Downloaded miniz_oxide v0.8.9 |
| 904 | 2026-08-24T20:02:36.774Z | Downloaded rayon-core v1.13.0 |
| 905 | 2026-08-24T20:02:36.778Z | Downloaded rand_seeder v0.4.0 |
| 906 | 2026-08-24T20:02:36.778Z | Downloaded rustversion v1.0.22 |
| 907 | 2026-08-24T20:02:36.782Z | Downloaded parse-size v1.1.0 |
| 908 | 2026-08-24T20:02:36.782Z | Downloaded x509-cert v0.2.5 |
| 909 | 2026-08-24T20:02:36.785Z | Downloaded dtrace-parser v0.3.0 |
| 910 | 2026-08-24T20:02:36.785Z | Downloaded idna_adapter v1.2.1 |
| 911 | 2026-08-24T20:02:36.785Z | Downloaded primeorder v0.14.0 |
| 912 | 2026-08-24T20:02:36.789Z | Downloaded progenitor-macro v0.13.0 |
| 913 | 2026-08-24T20:02:36.792Z | Downloaded slab v0.4.12 |
| 914 | 2026-08-24T20:02:36.793Z | Downloaded pkcs1 v0.7.5 |
| 915 | 2026-08-24T20:02:36.793Z | Downloaded vergen-lib v9.1.0 |
| 916 | 2026-08-24T20:02:36.793Z | Downloaded wyz v0.5.1 |
| 917 | 2026-08-24T20:02:36.796Z | Downloaded p384 v0.14.0 |
| 918 | 2026-08-24T20:02:36.796Z | Downloaded test-strategy v0.4.5 |
| 919 | 2026-08-24T20:02:36.802Z | Downloaded snafu v0.8.9 |
| 920 | 2026-08-24T20:02:36.802Z | Downloaded ssh-encoding v0.3.0 |
| 921 | 2026-08-24T20:02:36.802Z | Downloaded corncobs v0.1.4 |
| 922 | 2026-08-24T20:02:36.805Z | Downloaded defmt-macros v1.0.1 |
| 923 | 2026-08-24T20:02:36.806Z | Downloaded ed25519 v3.0.0 |
| 924 | 2026-08-24T20:02:36.806Z | Downloaded nonempty v0.12.0 |
| 925 | 2026-08-24T20:02:36.806Z | Downloaded rfc6979 v0.6.0 |
| 926 | 2026-08-24T20:02:36.813Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-08-24T20:02:36.817Z | Downloaded typed-path v0.9.3 |
| 928 | 2026-08-24T20:02:36.822Z | Downloaded md-5 v0.11.0 |
| 929 | 2026-08-24T20:02:36.822Z | Downloaded strum v0.26.3 |
| 930 | 2026-08-24T20:02:36.822Z | Downloaded sync-ptr v0.1.4 |
| 931 | 2026-08-24T20:02:36.822Z | Downloaded sync_wrapper v1.0.2 |
| 932 | 2026-08-24T20:02:36.822Z | Downloaded parse-display v0.10.0 |
| 933 | 2026-08-24T20:02:36.822Z | Downloaded tagptr v0.2.0 |
| 934 | 2026-08-24T20:02:36.826Z | Downloaded tokio-test v0.4.5 |
| 935 | 2026-08-24T20:02:36.826Z | Downloaded zstd v0.13.3 |
| 936 | 2026-08-24T20:02:36.826Z | Downloaded lock_api v0.4.14 |
| 937 | 2026-08-24T20:02:36.830Z | Downloaded hashbrown v0.14.5 |
| 938 | 2026-08-24T20:02:36.834Z | Downloaded ml-kem v0.3.2 |
| 939 | 2026-08-24T20:02:36.838Z | Downloaded postgres-types v0.2.14 |
| 940 | 2026-08-24T20:02:36.838Z | Downloaded drift v0.2.0 |
| 941 | 2026-08-24T20:02:36.845Z | Downloaded serde-big-array v0.5.1 |
| 942 | 2026-08-24T20:02:36.848Z | Downloaded cookie_store v0.22.1 |
| 943 | 2026-08-24T20:02:36.848Z | Downloaded scroll_derive v0.13.1 |
| 944 | 2026-08-24T20:02:36.848Z | Downloaded typify-macro v0.6.2 |
| 945 | 2026-08-24T20:02:36.848Z | Downloaded universal-hash v0.6.1 |
| 946 | 2026-08-24T20:02:36.848Z | Downloaded oxide-tokio-rt v0.1.4 |
| 947 | 2026-08-24T20:02:36.848Z | Downloaded predicates v3.1.4 |
| 948 | 2026-08-24T20:02:36.853Z | Downloaded usdt-macro v0.6.0 |
| 949 | 2026-08-24T20:02:36.853Z | Downloaded convert_case v0.4.0 |
| 950 | 2026-08-24T20:02:36.853Z | Downloaded crc8 v0.1.1 |
| 951 | 2026-08-24T20:02:36.853Z | Downloaded crucible-workspace-hack v0.1.0 |
| 952 | 2026-08-24T20:02:36.853Z | Downloaded hkdf v0.13.0 |
| 953 | 2026-08-24T20:02:36.853Z | Downloaded hyper-staticfile v0.10.1 |
| 954 | 2026-08-24T20:02:36.857Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 955 | 2026-08-24T20:02:36.857Z | Downloaded aes v0.9.1 |
| 956 | 2026-08-24T20:02:36.857Z | Downloaded progenitor-impl v0.14.0 |
| 957 | 2026-08-24T20:02:36.860Z | Downloaded dropshot_endpoint v0.17.1 |
| 958 | 2026-08-24T20:02:36.860Z | Downloaded serde_cbor v0.11.2 |
| 959 | 2026-08-24T20:02:36.864Z | Downloaded hyper-tls v0.6.0 |
| 960 | 2026-08-24T20:02:36.864Z | Downloaded keccak v0.2.0 |
| 961 | 2026-08-24T20:02:36.868Z | Downloaded indoc v1.0.9 |
| 962 | 2026-08-24T20:02:36.868Z | Downloaded indicatif v0.18.4 |
| 963 | 2026-08-24T20:02:36.872Z | Downloaded simd-adler32 v0.3.8 |
| 964 | 2026-08-24T20:02:36.872Z | Downloaded const_format v0.2.35 |
| 965 | 2026-08-24T20:02:36.876Z | Downloaded sha2 v0.11.0 |
| 966 | 2026-08-24T20:02:36.876Z | Downloaded subprocess v0.2.15 |
| 967 | 2026-08-24T20:02:36.880Z | Downloaded spki v0.7.3 |
| 968 | 2026-08-24T20:02:36.880Z | Downloaded sqlformat v0.3.5 |
| 969 | 2026-08-24T20:02:36.880Z | Downloaded module-lattice v0.2.3 |
| 970 | 2026-08-24T20:02:36.884Z | Downloaded parse-display-derive v0.10.0 |
| 971 | 2026-08-24T20:02:36.884Z | Downloaded dsl_auto_type v0.2.0 |
| 972 | 2026-08-24T20:02:36.884Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 973 | 2026-08-24T20:02:36.884Z | Downloaded linked-hash-map v0.5.6 |
| 974 | 2026-08-24T20:02:36.884Z | Downloaded percent-encoding v2.3.2 |
| 975 | 2026-08-24T20:02:36.890Z | Downloaded hashbrown v0.15.5 |
| 976 | 2026-08-24T20:02:36.895Z | Downloaded hashbrown v0.16.1 |
| 977 | 2026-08-24T20:02:36.903Z | Downloaded num-traits v0.2.19 |
| 978 | 2026-08-24T20:02:36.903Z | Downloaded tungstenite v0.21.0 |
| 979 | 2026-08-24T20:02:36.904Z | Downloaded primeorder v0.13.6 |
| 980 | 2026-08-24T20:02:36.904Z | Downloaded tokio-dtrace v0.1.1 |
| 981 | 2026-08-24T20:02:36.908Z | Downloaded keccak v0.1.6 |
| 982 | 2026-08-24T20:02:36.908Z | Downloaded progenitor-impl v0.13.0 |
| 983 | 2026-08-24T20:02:36.908Z | Downloaded yasna v0.5.2 |
| 984 | 2026-08-24T20:02:36.908Z | Downloaded oso v0.27.3 |
| 985 | 2026-08-24T20:02:36.909Z | Downloaded usdt-impl v0.6.0 |
| 986 | 2026-08-24T20:02:36.909Z | Downloaded rustls-pemfile v2.2.0 |
| 987 | 2026-08-24T20:02:36.913Z | Downloaded serde_repr v0.1.20 |
| 988 | 2026-08-24T20:02:36.913Z | Downloaded sha1 v0.11.0 |
| 989 | 2026-08-24T20:02:36.916Z | Downloaded futures-util v0.3.32 |
| 990 | 2026-08-24T20:02:36.922Z | Downloaded data-encoding v2.10.0 |
| 991 | 2026-08-24T20:02:36.922Z | Downloaded icu_collections v2.1.1 |
| 992 | 2026-08-24T20:02:36.926Z | Downloaded path-slash v0.1.5 |
| 993 | 2026-08-24T20:02:36.926Z | Downloaded supports-unicode v3.0.0 |
| 994 | 2026-08-24T20:02:36.926Z | Downloaded aes-gcm v0.11.0 |
| 995 | 2026-08-24T20:02:36.926Z | Downloaded der_derive v0.7.3 |
| 996 | 2026-08-24T20:02:36.930Z | Downloaded darling v0.23.0 |
| 997 | 2026-08-24T20:02:36.930Z | Downloaded instability v0.3.11 |
| 998 | 2026-08-24T20:02:36.934Z | Downloaded try-lock v0.2.5 |
| 999 | 2026-08-24T20:02:36.934Z | Downloaded deranged v0.5.8 |
| 1000 | 2026-08-24T20:02:36.934Z | Downloaded zerofrom-derive v0.1.6 |
| 1001 | 2026-08-24T20:02:36.943Z | Downloaded xshell-macros v0.2.7 |
| 1002 | 2026-08-24T20:02:36.947Z | Downloaded aho-corasick v1.1.4 |
| 1003 | 2026-08-24T20:02:36.951Z | Downloaded term v1.2.1 |
| 1004 | 2026-08-24T20:02:37.006Z | Downloaded lalrpop-util v0.19.12 |
| 1005 | 2026-08-24T20:02:37.006Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1006 | 2026-08-24T20:02:37.007Z | Downloaded hkdf v0.12.4 |
| 1007 | 2026-08-24T20:02:37.015Z | Downloaded mime_guess v2.0.5 |
| 1008 | 2026-08-24T20:02:37.015Z | Downloaded crc v3.4.0 |
| 1009 | 2026-08-24T20:02:37.015Z | Downloaded qorb v0.4.1 |
| 1010 | 2026-08-24T20:02:37.016Z | Downloaded diesel_derives v2.3.7 |
| 1011 | 2026-08-24T20:02:37.016Z | Downloaded ed25519-dalek v3.0.0 |
| 1012 | 2026-08-24T20:02:37.016Z | Downloaded crc-catalog v2.4.0 |
| 1013 | 2026-08-24T20:02:37.016Z | Downloaded md5 v0.8.0 |
| 1014 | 2026-08-24T20:02:37.016Z | Downloaded num-bigint-dig v0.8.6 |
| 1015 | 2026-08-24T20:02:37.016Z | Downloaded psl-types v2.0.11 |
| 1016 | 2026-08-24T20:02:37.016Z | Downloaded darling v0.20.11 |
| 1017 | 2026-08-24T20:02:37.016Z | Downloaded termios v0.3.3 |
| 1018 | 2026-08-24T20:02:37.016Z | Downloaded tiny-keccak v2.0.2 |
| 1019 | 2026-08-24T20:02:37.016Z | Downloaded num-rational v0.4.2 |
| 1020 | 2026-08-24T20:02:37.016Z | Downloaded derive_more v2.1.1 |
| 1021 | 2026-08-24T20:02:37.016Z | Downloaded progenitor v0.13.0 |
| 1022 | 2026-08-24T20:02:37.016Z | Downloaded rand_core v0.6.4 |
| 1023 | 2026-08-24T20:02:37.016Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1024 | 2026-08-24T20:02:37.016Z | Downloaded russh-util v0.52.0 |
| 1025 | 2026-08-24T20:02:37.016Z | Downloaded termtree v0.5.1 |
| 1026 | 2026-08-24T20:02:37.016Z | Downloaded derive-where v1.6.0 |
| 1027 | 2026-08-24T20:02:37.016Z | Downloaded ed25519-dalek v2.2.0 |
| 1028 | 2026-08-24T20:02:37.016Z | Downloaded zip v4.6.1 |
| 1029 | 2026-08-24T20:02:37.028Z | Downloaded similar v2.7.0 |
| 1030 | 2026-08-24T20:02:37.028Z | Downloaded schemars v0.8.22 |
| 1031 | 2026-08-24T20:02:37.035Z | Downloaded reedline v0.40.0 |
| 1032 | 2026-08-24T20:02:37.035Z | Downloaded daft-derive v0.1.8 |
| 1033 | 2026-08-24T20:02:37.035Z | Downloaded tap v1.0.1 |
| 1034 | 2026-08-24T20:02:37.035Z | Downloaded yoke v0.8.1 |
| 1035 | 2026-08-24T20:02:37.035Z | Downloaded defmt v0.3.100 |
| 1036 | 2026-08-24T20:02:37.036Z | Downloaded dirs-next v2.0.0 |
| 1037 | 2026-08-24T20:02:37.040Z | Downloaded dyn-clone v1.0.20 |
| 1038 | 2026-08-24T20:02:37.040Z | Downloaded memoffset v0.9.1 |
| 1039 | 2026-08-24T20:02:37.040Z | Downloaded mio v1.2.0 |
| 1040 | 2026-08-24T20:02:37.040Z | Downloaded num-bigint v0.4.6 |
| 1041 | 2026-08-24T20:02:37.040Z | Downloaded h2 v0.4.15 |
| 1042 | 2026-08-24T20:02:37.045Z | Downloaded illumos-nvpair v0.3.0 |
| 1043 | 2026-08-24T20:02:37.045Z | Downloaded vergen-git2 v9.1.0 |
| 1044 | 2026-08-24T20:02:37.045Z | Downloaded writeable v0.6.2 |
| 1045 | 2026-08-24T20:02:37.049Z | Downloaded indoc v2.0.7 |
| 1046 | 2026-08-24T20:02:37.049Z | Downloaded resolv-conf v0.7.6 |
| 1047 | 2026-08-24T20:02:37.053Z | Downloaded pkcs5 v0.8.1 |
| 1048 | 2026-08-24T20:02:37.057Z | Downloaded uuid v1.23.4 |
| 1049 | 2026-08-24T20:02:37.057Z | Downloaded scrypt v0.12.0 |
| 1050 | 2026-08-24T20:02:37.062Z | Downloaded litemap v0.8.1 |
| 1051 | 2026-08-24T20:02:37.062Z | Downloaded smallvec v1.15.1 |
| 1052 | 2026-08-24T20:02:37.062Z | Downloaded nanorand v0.7.0 |
| 1053 | 2026-08-24T20:02:37.062Z | Downloaded num_enum v0.7.6 |
| 1054 | 2026-08-24T20:02:37.066Z | Downloaded ipnetwork v0.21.1 |
| 1055 | 2026-08-24T20:02:37.066Z | Downloaded linear-map v1.2.0 |
| 1056 | 2026-08-24T20:02:37.066Z | Downloaded tokio-util v0.7.18 |
| 1057 | 2026-08-24T20:02:37.069Z | Downloaded tower-http v0.6.8 |
| 1058 | 2026-08-24T20:02:37.076Z | Downloaded der v0.7.10 |
| 1059 | 2026-08-24T20:02:37.081Z | Downloaded rcgen v0.12.1 |
| 1060 | 2026-08-24T20:02:37.081Z | Downloaded rand v0.10.1 |
| 1061 | 2026-08-24T20:02:37.081Z | Downloaded psm v0.1.30 |
| 1062 | 2026-08-24T20:02:37.085Z | Downloaded signal-hook-registry v1.4.8 |
| 1063 | 2026-08-24T20:02:37.085Z | Downloaded yansi v1.0.1 |
| 1064 | 2026-08-24T20:02:37.085Z | Downloaded zip v0.6.6 |
| 1065 | 2026-08-24T20:02:37.085Z | Downloaded phf_shared v0.11.3 |
| 1066 | 2026-08-24T20:02:37.085Z | Downloaded salsa20 v0.11.0 |
| 1067 | 2026-08-24T20:02:37.091Z | Downloaded derive_more v0.99.20 |
| 1068 | 2026-08-24T20:02:37.091Z | Downloaded poly1305 v0.8.0 |
| 1069 | 2026-08-24T20:02:37.095Z | Downloaded slog-stdlog v4.1.1 |
| 1070 | 2026-08-24T20:02:37.095Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1071 | 2026-08-24T20:02:37.095Z | Downloaded rustls-native-certs v0.8.3 |
| 1072 | 2026-08-24T20:02:37.095Z | Downloaded scroll v0.13.0 |
| 1073 | 2026-08-24T20:02:37.095Z | Downloaded sec1 v0.8.1 |
| 1074 | 2026-08-24T20:02:37.095Z | Downloaded static_assertions v1.1.0 |
| 1075 | 2026-08-24T20:02:37.095Z | Downloaded untrusted v0.7.1 |
| 1076 | 2026-08-24T20:02:37.095Z | Downloaded icu_normalizer_data v2.1.1 |
| 1077 | 2026-08-24T20:02:37.099Z | Downloaded zerofrom v0.1.6 |
| 1078 | 2026-08-24T20:02:37.099Z | Downloaded recursive v0.1.1 |
| 1079 | 2026-08-24T20:02:37.100Z | Downloaded serde_spanned v1.1.1 |
| 1080 | 2026-08-24T20:02:37.100Z | Downloaded hyper v1.10.1 |
| 1081 | 2026-08-24T20:02:37.104Z | Downloaded schemars v0.9.0 |
| 1082 | 2026-08-24T20:02:37.108Z | Downloaded knus v3.4.0 |
| 1083 | 2026-08-24T20:02:37.112Z | Downloaded des v0.9.0 |
| 1084 | 2026-08-24T20:02:37.112Z | Downloaded support-bundle-viewer v0.1.2 |
| 1085 | 2026-08-24T20:02:37.112Z | Downloaded socket2 v0.6.3 |
| 1086 | 2026-08-24T20:02:37.112Z | Downloaded thread-id v5.1.0 |
| 1087 | 2026-08-24T20:02:37.116Z | Downloaded toml_edit v0.19.15 |
| 1088 | 2026-08-24T20:02:37.121Z | Downloaded tokio-rustls v0.26.4 |
| 1089 | 2026-08-24T20:02:37.127Z | Downloaded uzers v0.12.2 |
| 1090 | 2026-08-24T20:02:37.127Z | Downloaded constant_time_eq v0.4.2 |
| 1091 | 2026-08-24T20:02:37.127Z | Downloaded tower-service v0.3.3 |
| 1092 | 2026-08-24T20:02:37.127Z | Downloaded dof v0.4.0 |
| 1093 | 2026-08-24T20:02:37.127Z | Downloaded darling_macro v0.21.3 |
| 1094 | 2026-08-24T20:02:37.127Z | Downloaded downcast-rs v2.0.2 |
| 1095 | 2026-08-24T20:02:37.127Z | Downloaded managed v0.8.0 |
| 1096 | 2026-08-24T20:02:37.133Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1097 | 2026-08-24T20:02:37.133Z | Downloaded newtype-uuid v1.3.2 |
| 1098 | 2026-08-24T20:02:37.133Z | Downloaded parking_lot_core v0.9.12 |
| 1099 | 2026-08-24T20:02:37.133Z | Downloaded tracing-core v0.1.36 |
| 1100 | 2026-08-24T20:02:37.137Z | Downloaded r2d2 v0.8.10 |
| 1101 | 2026-08-24T20:02:37.138Z | Downloaded opaque-debug v0.3.1 |
| 1102 | 2026-08-24T20:02:37.138Z | Downloaded peg-runtime v0.8.5 |
| 1103 | 2026-08-24T20:02:37.138Z | Downloaded rustc-demangle v0.1.27 |
| 1104 | 2026-08-24T20:02:37.138Z | Downloaded rand v0.8.6 |
| 1105 | 2026-08-24T20:02:37.138Z | Downloaded rand_pcg v0.10.2 |
| 1106 | 2026-08-24T20:02:37.138Z | Downloaded shell-words v1.1.1 |
| 1107 | 2026-08-24T20:02:37.138Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1108 | 2026-08-24T20:02:37.142Z | Downloaded pem v3.0.6 |
| 1109 | 2026-08-24T20:02:37.142Z | Downloaded slog-bunyan v2.5.0 |
| 1110 | 2026-08-24T20:02:37.142Z | Downloaded port-file v0.1.0 |
| 1111 | 2026-08-24T20:02:37.146Z | Downloaded rustc_version v0.4.1 |
| 1112 | 2026-08-24T20:02:37.146Z | Downloaded portable-atomic v1.13.1 |
| 1113 | 2026-08-24T20:02:37.152Z | Downloaded primefield v0.14.0 |
| 1114 | 2026-08-24T20:02:37.156Z | Downloaded stacker v0.1.23 |
| 1115 | 2026-08-24T20:02:37.156Z | Downloaded tracing-attributes v0.1.31 |
| 1116 | 2026-08-24T20:02:37.159Z | Downloaded vsss-rs v3.3.4 |
| 1117 | 2026-08-24T20:02:37.159Z | Downloaded internet-checksum v0.2.1 |
| 1118 | 2026-08-24T20:02:37.159Z | Downloaded darling_macro v0.13.4 |
| 1119 | 2026-08-24T20:02:37.163Z | Downloaded num-derive v0.4.2 |
| 1120 | 2026-08-24T20:02:37.163Z | Downloaded difflib v0.4.0 |
| 1121 | 2026-08-24T20:02:37.163Z | Downloaded take_mut v0.2.2 |
| 1122 | 2026-08-24T20:02:37.164Z | Downloaded kstat-rs v0.2.5 |
| 1123 | 2026-08-24T20:02:37.167Z | Downloaded strum v0.27.2 |
| 1124 | 2026-08-24T20:02:37.172Z | Downloaded vergen v9.1.0 |
| 1125 | 2026-08-24T20:02:37.172Z | Downloaded tokio-native-tls v0.3.1 |
| 1126 | 2026-08-24T20:02:37.176Z | Downloaded miette v7.6.0 |
| 1127 | 2026-08-24T20:02:37.176Z | Downloaded ctutils v0.4.2 |
| 1128 | 2026-08-24T20:02:37.176Z | Downloaded serde_bytes v0.11.19 |
| 1129 | 2026-08-24T20:02:37.179Z | Downloaded num v0.4.3 |
| 1130 | 2026-08-24T20:02:37.184Z | Downloaded supports-hyperlinks v3.2.0 |
| 1131 | 2026-08-24T20:02:37.184Z | Downloaded structmeta-derive v0.3.0 |
| 1132 | 2026-08-24T20:02:37.184Z | Downloaded multimap v0.10.1 |
| 1133 | 2026-08-24T20:02:37.188Z | Downloaded tokio-postgres v0.7.18 |
| 1134 | 2026-08-24T20:02:37.188Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1135 | 2026-08-24T20:02:37.193Z | Downloaded prefix-trie v0.7.0 |
| 1136 | 2026-08-24T20:02:37.193Z | Downloaded idna v1.1.0 |
| 1137 | 2026-08-24T20:02:37.197Z | Downloaded semver v0.1.20 |
| 1138 | 2026-08-24T20:02:37.197Z | Downloaded zopfli v0.8.3 |
| 1139 | 2026-08-24T20:02:37.197Z | Downloaded nu-ansi-term v0.50.3 |
| 1140 | 2026-08-24T20:02:37.202Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1141 | 2026-08-24T20:02:37.207Z | Downloaded slog-scope v4.4.1 |
| 1142 | 2026-08-24T20:02:37.207Z | Downloaded snafu-derive v0.8.9 |
| 1143 | 2026-08-24T20:02:37.207Z | Downloaded progenitor v0.14.0 |
| 1144 | 2026-08-24T20:02:37.207Z | Downloaded zone v0.3.1 |
| 1145 | 2026-08-24T20:02:37.212Z | Downloaded void v1.0.2 |
| 1146 | 2026-08-24T20:02:37.216Z | Downloaded proptest v1.11.0 |
| 1147 | 2026-08-24T20:02:37.220Z | Downloaded icu_normalizer v2.1.1 |
| 1148 | 2026-08-24T20:02:37.224Z | Downloaded xshell v0.2.7 |
| 1149 | 2026-08-24T20:02:37.230Z | Downloaded digest v0.11.3 |
| 1150 | 2026-08-24T20:02:37.230Z | Downloaded untrusted v0.9.0 |
| 1151 | 2026-08-24T20:02:37.235Z | Downloaded spin v0.9.8 |
| 1152 | 2026-08-24T20:02:37.235Z | Downloaded lru v0.12.5 |
| 1153 | 2026-08-24T20:02:37.235Z | Downloaded either v1.15.0 |
| 1154 | 2026-08-24T20:02:37.235Z | Downloaded libloading v0.8.9 |
| 1155 | 2026-08-24T20:02:37.238Z | Downloaded packed_struct_codegen v0.10.1 |
| 1156 | 2026-08-24T20:02:37.238Z | Downloaded proc-macro-error2 v2.0.1 |
| 1157 | 2026-08-24T20:02:37.239Z | Downloaded ppv-lite86 v0.2.21 |
| 1158 | 2026-08-24T20:02:37.240Z | Downloaded postgres-protocol v0.6.12 |
| 1159 | 2026-08-24T20:02:37.240Z | Downloaded wnaf v0.14.0 |
| 1160 | 2026-08-24T20:02:37.244Z | Downloaded rayon v1.11.0 |
| 1161 | 2026-08-24T20:02:37.247Z | Downloaded minimal-lexical v0.2.1 |
| 1162 | 2026-08-24T20:02:37.247Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1163 | 2026-08-24T20:02:37.252Z | Downloaded quinn v0.11.11 |
| 1164 | 2026-08-24T20:02:37.257Z | Downloaded time-macros v0.2.27 |
| 1165 | 2026-08-24T20:02:37.257Z | Downloaded lzss v0.8.2 |
| 1166 | 2026-08-24T20:02:37.257Z | Downloaded ingot v0.2.1 |
| 1167 | 2026-08-24T20:02:37.257Z | Downloaded num_enum_derive v0.7.6 |
| 1168 | 2026-08-24T20:02:37.257Z | Downloaded crossbeam-deque v0.8.6 |
| 1169 | 2026-08-24T20:02:37.261Z | Downloaded defmt v1.0.1 |
| 1170 | 2026-08-24T20:02:37.264Z | Downloaded pin-project-internal v1.1.11 |
| 1171 | 2026-08-24T20:02:37.268Z | Downloaded icu_properties_data v2.1.2 |
| 1172 | 2026-08-24T20:02:37.272Z | Downloaded ignore v0.4.25 |
| 1173 | 2026-08-24T20:02:37.278Z | Downloaded reqwest v0.13.2 |
| 1174 | 2026-08-24T20:02:37.278Z | Downloaded packed_struct v0.10.1 |
| 1175 | 2026-08-24T20:02:37.284Z | Downloaded git2 v0.20.4 |
| 1176 | 2026-08-24T20:02:37.290Z | Downloaded itertools v0.14.0 |
| 1177 | 2026-08-24T20:02:37.290Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1178 | 2026-08-24T20:02:37.290Z | Downloaded tokio-tungstenite v0.23.1 |
| 1179 | 2026-08-24T20:02:37.295Z | Downloaded ed25519 v2.2.3 |
| 1180 | 2026-08-24T20:02:37.295Z | Downloaded darling v0.13.4 |
| 1181 | 2026-08-24T20:02:37.295Z | Downloaded miette-derive v7.6.0 |
| 1182 | 2026-08-24T20:02:37.295Z | Downloaded slog v2.8.2 |
| 1183 | 2026-08-24T20:02:37.295Z | Downloaded serde_with v1.14.0 |
| 1184 | 2026-08-24T20:02:37.299Z | Downloaded aws-lc-rs v1.16.3 |
| 1185 | 2026-08-24T20:02:37.304Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1186 | 2026-08-24T20:02:37.308Z | Downloaded zerovec-derive v0.11.2 |
| 1187 | 2026-08-24T20:02:37.309Z | Downloaded csv-core v0.1.13 |
| 1188 | 2026-08-24T20:02:37.317Z | Downloaded inout v0.1.4 |
| 1189 | 2026-08-24T20:02:37.317Z | Downloaded elliptic-curve v0.13.8 |
| 1190 | 2026-08-24T20:02:37.325Z | Downloaded oxide-update-engine v0.1.2 |
| 1191 | 2026-08-24T20:02:37.330Z | Downloaded url v2.5.8 |
| 1192 | 2026-08-24T20:02:37.335Z | Downloaded derive_more-impl v2.1.1 |
| 1193 | 2026-08-24T20:02:37.339Z | Downloaded icu_provider v2.1.1 |
| 1194 | 2026-08-24T20:02:37.339Z | Downloaded pretty_assertions v1.4.1 |
| 1195 | 2026-08-24T20:02:37.339Z | Downloaded cookie v0.18.1 |
| 1196 | 2026-08-24T20:02:37.345Z | Downloaded hyper-rustls v0.27.7 |
| 1197 | 2026-08-24T20:02:37.345Z | Downloaded pem-rfc7468 v0.7.0 |
| 1198 | 2026-08-24T20:02:37.345Z | Downloaded rand_chacha v0.9.0 |
| 1199 | 2026-08-24T20:02:37.350Z | Downloaded postcard v1.1.3 |
| 1200 | 2026-08-24T20:02:37.350Z | Downloaded ecdsa v0.16.9 |
| 1201 | 2026-08-24T20:02:37.350Z | Downloaded p256 v0.14.0 |
| 1202 | 2026-08-24T20:02:37.350Z | Downloaded schemars_derive v0.8.22 |
| 1203 | 2026-08-24T20:02:37.355Z | Downloaded p521 v0.14.0 |
| 1204 | 2026-08-24T20:02:37.356Z | Downloaded icu_properties v2.1.2 |
| 1205 | 2026-08-24T20:02:37.361Z | Downloaded darling_core v0.13.4 |
| 1206 | 2026-08-24T20:02:37.364Z | Downloaded native-tls v0.2.18 |
| 1207 | 2026-08-24T20:02:37.364Z | Downloaded hyper-util v0.1.20 |
| 1208 | 2026-08-24T20:02:37.368Z | Downloaded tinyvec v1.10.0 |
| 1209 | 2026-08-24T20:02:37.373Z | Downloaded goblin v0.10.5 |
| 1210 | 2026-08-24T20:02:37.383Z | Downloaded der v0.8.0 |
| 1211 | 2026-08-24T20:02:37.393Z | Downloaded typify v0.6.2 |
| 1212 | 2026-08-24T20:02:37.396Z | Downloaded winnow v0.6.26 |
| 1213 | 2026-08-24T20:02:37.401Z | Downloaded schemars v1.2.1 |
| 1214 | 2026-08-24T20:02:37.410Z | Downloaded bindgen v0.71.1 |
| 1215 | 2026-08-24T20:02:37.414Z | Downloaded crossterm v0.29.0 |
| 1216 | 2026-08-24T20:02:37.419Z | Downloaded unicode-segmentation v1.12.0 |
| 1217 | 2026-08-24T20:02:37.423Z | Downloaded blake3 v1.8.5 |
| 1218 | 2026-08-24T20:02:37.427Z | Downloaded gimli v0.32.3 |
| 1219 | 2026-08-24T20:02:37.432Z | Downloaded lalrpop v0.19.12 |
| 1220 | 2026-08-24T20:02:37.439Z | Downloaded tough v0.22.0 |
| 1221 | 2026-08-24T20:02:37.444Z | Downloaded tabled v0.21.0 |
| 1222 | 2026-08-24T20:02:37.454Z | Downloaded rustls-webpki v0.103.13 |
| 1223 | 2026-08-24T20:02:37.459Z | Downloaded iri-string v0.7.10 |
| 1224 | 2026-08-24T20:02:37.463Z | Downloaded libxml v0.3.3 |
| 1225 | 2026-08-24T20:02:37.467Z | Downloaded itertools v0.15.0 |
| 1226 | 2026-08-24T20:02:37.472Z | Downloaded crossbeam-channel v0.5.15 |
| 1227 | 2026-08-24T20:02:37.476Z | Downloaded vcpkg v0.2.15 |
| 1228 | 2026-08-24T20:02:37.498Z | Downloaded unicode-bidi v0.3.18 |
| 1229 | 2026-08-24T20:02:37.502Z | Downloaded steno v0.4.1 |
| 1230 | 2026-08-24T20:02:37.506Z | Downloaded chrono v0.4.45 |
| 1231 | 2026-08-24T20:02:37.510Z | Downloaded nom v7.1.3 |
| 1232 | 2026-08-24T20:02:37.514Z | Downloaded p384 v0.13.1 |
| 1233 | 2026-08-24T20:02:37.514Z | Downloaded regex v1.12.3 |
| 1234 | 2026-08-24T20:02:37.518Z | Downloaded itertools v0.12.1 |
| 1235 | 2026-08-24T20:02:37.522Z | Downloaded zlib-rs v0.6.2 |
| 1236 | 2026-08-24T20:02:37.525Z | Downloaded zerocopy-derive v0.8.55 |
| 1237 | 2026-08-24T20:02:37.529Z | Downloaded publicsuffix v2.3.0 |
| 1238 | 2026-08-24T20:02:37.533Z | Downloaded salty v0.3.0 |
| 1239 | 2026-08-24T20:02:37.537Z | Downloaded unicode-normalization v0.1.25 |
| 1240 | 2026-08-24T20:02:37.537Z | Downloaded crossterm v0.28.1 |
| 1241 | 2026-08-24T20:02:37.541Z | Downloaded nix v0.27.1 |
| 1242 | 2026-08-24T20:02:37.545Z | Downloaded rsa v0.10.0-rc.18 |
| 1243 | 2026-08-24T20:02:37.549Z | Downloaded nom v8.0.0 |
| 1244 | 2026-08-24T20:02:37.553Z | Downloaded zerovec v0.11.5 |
| 1245 | 2026-08-24T20:02:37.556Z | Downloaded rawzip v0.4.4 |
| 1246 | 2026-08-24T20:02:37.560Z | Downloaded itertools v0.10.5 |
| 1247 | 2026-08-24T20:02:37.564Z | Downloaded tower v0.5.3 |
| 1248 | 2026-08-24T20:02:37.567Z | Downloaded rustyline v14.0.0 |
| 1249 | 2026-08-24T20:02:37.572Z | Downloaded winnow v1.0.3 |
| 1250 | 2026-08-24T20:02:37.576Z | Downloaded libm v0.2.16 |
| 1251 | 2026-08-24T20:02:37.580Z | Downloaded time v0.3.47 |
| 1252 | 2026-08-24T20:02:37.587Z | Downloaded crypto-primes v0.7.2 |
| 1253 | 2026-08-24T20:02:37.591Z | Downloaded jiff-core v0.1.0 |
| 1254 | 2026-08-24T20:02:37.597Z | Downloaded russh v0.62.4 |
| 1255 | 2026-08-24T20:02:37.603Z | Downloaded dropshot-api-manager v0.8.0 |
| 1256 | 2026-08-24T20:02:37.603Z | Downloaded quick-xml v0.37.5 |
| 1257 | 2026-08-24T20:02:37.607Z | Downloaded moka v0.12.13 |
| 1258 | 2026-08-24T20:02:37.610Z | Downloaded crypto-bigint v0.7.5 |
| 1259 | 2026-08-24T20:02:37.615Z | Downloaded petname v2.0.2 |
| 1260 | 2026-08-24T20:02:37.619Z | Downloaded itertools v0.13.0 |
| 1261 | 2026-08-24T20:02:37.623Z | Downloaded iddqd v0.4.2 |
| 1262 | 2026-08-24T20:02:37.627Z | Downloaded object v0.30.4 |
| 1263 | 2026-08-24T20:02:37.633Z | Downloaded curve25519-dalek v5.0.0 |
| 1264 | 2026-08-24T20:02:37.640Z | Downloaded nix v0.28.0 |
| 1265 | 2026-08-24T20:02:37.645Z | Downloaded quinn-proto v0.11.16 |
| 1266 | 2026-08-24T20:02:37.648Z | Downloaded reqwest v0.12.28 |
| 1267 | 2026-08-24T20:02:37.653Z | Downloaded winnow v0.5.40 |
| 1268 | 2026-08-24T20:02:37.658Z | Downloaded smoltcp v0.9.1 |
| 1269 | 2026-08-24T20:02:37.663Z | Downloaded bstr v1.12.1 |
| 1270 | 2026-08-24T20:02:37.668Z | Downloaded hickory-proto v0.25.2 |
| 1271 | 2026-08-24T20:02:37.677Z | Downloaded hickory-proto v0.24.4 |
| 1272 | 2026-08-24T20:02:37.687Z | Downloaded sha3 v0.12.0 |
| 1273 | 2026-08-24T20:02:37.692Z | Downloaded regex-syntax v0.8.10 |
| 1274 | 2026-08-24T20:02:37.696Z | Downloaded serde_with v3.21.0 |
| 1275 | 2026-08-24T20:02:37.700Z | Downloaded regress v0.10.5 |
| 1276 | 2026-08-24T20:02:37.704Z | Downloaded zerocopy v0.8.55 |
| 1277 | 2026-08-24T20:02:37.717Z | Downloaded radix_trie v0.2.1 |
| 1278 | 2026-08-24T20:02:37.721Z | Downloaded regress v0.11.1 |
| 1279 | 2026-08-24T20:02:37.725Z | Downloaded curve25519-dalek v4.1.3 |
| 1280 | 2026-08-24T20:02:37.729Z | Downloaded object v0.37.3 |
| 1281 | 2026-08-24T20:02:37.734Z | Downloaded rustix v0.38.44 |
| 1282 | 2026-08-24T20:02:37.747Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-08-24T20:02:37.754Z | Downloaded rustls v0.23.41 |
| 1284 | 2026-08-24T20:02:37.762Z | Downloaded sqlparser v0.61.0 |
| 1285 | 2026-08-24T20:02:37.766Z | Downloaded openssl v0.10.80 |
| 1286 | 2026-08-24T20:02:37.772Z | Downloaded polar-core v0.27.3 |
| 1287 | 2026-08-24T20:02:37.777Z | Downloaded dropshot v0.17.1 |
| 1288 | 2026-08-24T20:02:37.789Z | Downloaded openapiv3 v2.2.0 |
| 1289 | 2026-08-24T20:02:37.796Z | Downloaded regex-syntax v0.6.29 |
| 1290 | 2026-08-24T20:02:37.801Z | Downloaded nix v0.31.2 |
| 1291 | 2026-08-24T20:02:37.807Z | Downloaded syn v3.0.3 |
| 1292 | 2026-08-24T20:02:37.812Z | Downloaded sha3 v0.11.0 |
| 1293 | 2026-08-24T20:02:37.820Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-08-24T20:02:37.831Z | Downloaded zerocopy-derive v0.6.6 |
| 1295 | 2026-08-24T20:02:37.836Z | Downloaded sled v0.34.7 |
| 1296 | 2026-08-24T20:02:37.842Z | Downloaded tracing v0.1.44 |
| 1297 | 2026-08-24T20:02:37.854Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1298 | 2026-08-24T20:02:37.861Z | Downloaded diesel v2.3.7 |
| 1299 | 2026-08-24T20:02:37.873Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-08-24T20:02:37.936Z | Downloaded chrono-tz v0.10.4 |
| 1301 | 2026-08-24T20:02:37.944Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-08-24T20:02:37.944Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-08-24T20:02:37.944Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-08-24T20:02:37.945Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-08-24T20:02:37.966Z | Downloaded jiff v0.2.34 |
| 1306 | 2026-08-24T20:02:38.005Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-08-24T20:02:38.017Z | Downloaded petgraph v0.8.3 |
| 1308 | 2026-08-24T20:02:38.030Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-08-24T20:02:38.043Z | Downloaded csv v1.4.0 |
| 1310 | 2026-08-24T20:02:38.077Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-08-24T20:02:38.118Z | Downloaded ring v0.17.14 |
| 1312 | 2026-08-24T20:02:38.143Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-08-24T20:02:38.498Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-08-24T20:02:38.763Z | Compiling serde_core v1.0.228 |
| 1315 | 2026-08-24T20:02:38.763Z | Compiling libc v0.2.185 |
| 1316 | 2026-08-24T20:02:38.767Z | Compiling serde v1.0.228 |
| 1317 | 2026-08-24T20:02:38.767Z | Compiling log v0.4.33 |
| 1318 | 2026-08-24T20:02:38.767Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-08-24T20:02:38.767Z | Compiling subtle v2.6.1 |
| 1320 | 2026-08-24T20:02:38.767Z | Compiling shlex v1.3.0 |
| 1321 | 2026-08-24T20:02:38.767Z | Compiling find-msvc-tools v0.1.9 |
| 1322 | 2026-08-24T20:02:38.913Z | Compiling typenum v1.20.1 |
| 1323 | 2026-08-24T20:02:38.917Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-08-24T20:02:38.917Z | Compiling stable_deref_trait v1.2.1 |
| 1325 | 2026-08-24T20:02:38.922Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-08-24T20:02:38.932Z | Compiling getrandom v0.4.3 |
| 1327 | 2026-08-24T20:02:39.027Z | Compiling rand_core v0.10.0 |
| 1328 | 2026-08-24T20:02:39.038Z | Compiling syn v2.0.117 |
| 1329 | 2026-08-24T20:02:39.038Z | Compiling serde_json v1.0.151 |
| 1330 | 2026-08-24T20:02:39.116Z | Compiling critical-section v1.2.0 |
| 1331 | 2026-08-24T20:02:39.151Z | Compiling zerocopy v0.8.55 |
| 1332 | 2026-08-24T20:02:39.165Z | Compiling libm v0.2.16 |
| 1333 | 2026-08-24T20:02:39.165Z | Compiling num-traits v0.2.19 |
| 1334 | 2026-08-24T20:02:39.208Z | Compiling lock_api v0.4.14 |
| 1335 | 2026-08-24T20:02:39.236Z | Compiling pkg-config v0.3.32 |
| 1336 | 2026-08-24T20:02:39.265Z | Compiling pin-project-lite v0.2.17 |
| 1337 | 2026-08-24T20:02:39.269Z | Compiling parking_lot_core v0.9.12 |
| 1338 | 2026-08-24T20:02:39.280Z | Compiling litemap v0.8.1 |
| 1339 | 2026-08-24T20:02:39.295Z | Compiling percent-encoding v2.3.2 |
| 1340 | 2026-08-24T20:02:39.375Z | Compiling writeable v0.6.2 |
| 1341 | 2026-08-24T20:02:39.389Z | Compiling icu_normalizer_data v2.1.1 |
| 1342 | 2026-08-24T20:02:39.447Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-08-24T20:02:39.460Z | Compiling icu_properties_data v2.1.2 |
| 1344 | 2026-08-24T20:02:39.504Z | Compiling generic-array v0.14.7 |
| 1345 | 2026-08-24T20:02:39.539Z | Compiling rustix v1.1.4 |
| 1346 | 2026-08-24T20:02:39.582Z | Compiling const-oid v0.9.6 |
| 1347 | 2026-08-24T20:02:39.615Z | Compiling utf8_iter v1.0.4 |
| 1348 | 2026-08-24T20:02:39.615Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-08-24T20:02:39.630Z | Compiling form_urlencoded v1.2.2 |
| 1350 | 2026-08-24T20:02:39.674Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-08-24T20:02:39.763Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-08-24T20:02:39.767Z | Compiling slab v0.4.12 |
| 1353 | 2026-08-24T20:02:39.797Z | Compiling getrandom v0.3.4 |
| 1354 | 2026-08-24T20:02:39.809Z | Compiling futures-task v0.3.32 |
| 1355 | 2026-08-24T20:02:39.813Z | Compiling cmov v0.5.4 |
| 1356 | 2026-08-24T20:02:39.846Z | Compiling errno v0.3.14 |
| 1357 | 2026-08-24T20:02:39.872Z | Compiling jobserver v0.1.34 |
| 1358 | 2026-08-24T20:02:39.889Z | Compiling getrandom v0.2.17 |
| 1359 | 2026-08-24T20:02:40.010Z | Compiling mio v1.2.0 |
| 1360 | 2026-08-24T20:02:40.016Z | Compiling signal-hook-registry v1.4.8 |
| 1361 | 2026-08-24T20:02:40.017Z | Compiling socket2 v0.6.3 |
| 1362 | 2026-08-24T20:02:40.025Z | Compiling rustversion v1.0.22 |
| 1363 | 2026-08-24T20:02:40.040Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-08-24T20:02:40.120Z | Compiling cc v1.2.56 |
| 1365 | 2026-08-24T20:02:40.149Z | Compiling once_cell v1.21.3 |
| 1366 | 2026-08-24T20:02:40.220Z | Compiling parking_lot v0.12.5 |
| 1367 | 2026-08-24T20:02:40.236Z | Compiling ctutils v0.4.2 |
| 1368 | 2026-08-24T20:02:40.268Z | Compiling iana-time-zone v0.1.65 |
| 1369 | 2026-08-24T20:02:40.272Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-08-24T20:02:40.332Z | Compiling base64ct v1.8.3 |
| 1371 | 2026-08-24T20:02:40.344Z | Compiling fs_extra v1.3.0 |
| 1372 | 2026-08-24T20:02:40.395Z | Compiling ident_case v1.0.1 |
| 1373 | 2026-08-24T20:02:40.409Z | Compiling dunce v1.0.5 |
| 1374 | 2026-08-24T20:02:40.435Z | Compiling flagset v0.4.7 |
| 1375 | 2026-08-24T20:02:40.496Z | Compiling base64 v0.22.1 |
| 1376 | 2026-08-24T20:02:40.496Z | Compiling syn v1.0.109 |
| 1377 | 2026-08-24T20:02:40.522Z | Compiling schemars v0.8.22 |
| 1378 | 2026-08-24T20:02:40.539Z | Compiling vcpkg v0.2.15 |
| 1379 | 2026-08-24T20:02:40.575Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-08-24T20:02:40.613Z | Compiling dyn-clone v1.0.20 |
| 1381 | 2026-08-24T20:02:40.627Z | Compiling rand_core v0.9.5 |
| 1382 | 2026-08-24T20:02:40.632Z | Compiling tracing-core v0.1.36 |
| 1383 | 2026-08-24T20:02:40.658Z | Compiling aws-lc-rs v1.16.3 |
| 1384 | 2026-08-24T20:02:40.711Z | Compiling simd-adler32 v0.3.8 |
| 1385 | 2026-08-24T20:02:40.764Z | Compiling spin v0.9.8 |
| 1386 | 2026-08-24T20:02:40.781Z | Compiling openssl-probe v0.2.1 |
| 1387 | 2026-08-24T20:02:40.917Z | Compiling cmake v0.1.57 |
| 1388 | 2026-08-24T20:02:40.981Z | Compiling crc32fast v1.5.0 |
| 1389 | 2026-08-24T20:02:40.996Z | Compiling adler2 v2.0.1 |
| 1390 | 2026-08-24T20:02:41.033Z | Compiling httparse v1.10.1 |
| 1391 | 2026-08-24T20:02:41.060Z | Compiling tinyvec_macros v0.1.1 |
| 1392 | 2026-08-24T20:02:41.075Z | Compiling aho-corasick v1.1.4 |
| 1393 | 2026-08-24T20:02:41.093Z | Compiling tower-service v0.3.3 |
| 1394 | 2026-08-24T20:02:41.111Z | Compiling miniz_oxide v0.8.9 |
| 1395 | 2026-08-24T20:02:41.132Z | Compiling bitflags v2.11.0 |
| 1396 | 2026-08-24T20:02:41.209Z | Compiling semver v1.0.28 |
| 1397 | 2026-08-24T20:02:41.236Z | Compiling indexmap v2.14.0 |
| 1398 | 2026-08-24T20:02:41.283Z | Compiling uuid v1.23.4 |
| 1399 | 2026-08-24T20:02:41.329Z | Compiling tinyvec v1.10.0 |
| 1400 | 2026-08-24T20:02:41.359Z | Compiling try-lock v0.2.5 |
| 1401 | 2026-08-24T20:02:41.393Z | Compiling radium v0.7.0 |
| 1402 | 2026-08-24T20:02:41.410Z | Compiling tower-layer v0.3.3 |
| 1403 | 2026-08-24T20:02:41.466Z | Compiling rustc_version v0.4.1 |
| 1404 | 2026-08-24T20:02:41.483Z | Compiling atomic-waker v1.1.2 |
| 1405 | 2026-08-24T20:02:41.548Z | Compiling untrusted v0.7.1 |
| 1406 | 2026-08-24T20:02:41.620Z | Compiling want v0.3.1 |
| 1407 | 2026-08-24T20:02:41.705Z | Compiling wait-timeout v0.2.1 |
| 1408 | 2026-08-24T20:02:41.722Z | Compiling foreign-types-shared v0.1.1 |
| 1409 | 2026-08-24T20:02:41.804Z | Compiling tap v1.0.1 |
| 1410 | 2026-08-24T20:02:41.809Z | Compiling aws-lc-sys v0.40.0 |
| 1411 | 2026-08-24T20:02:41.815Z | Compiling openssl-sys v0.9.117 |
| 1412 | 2026-08-24T20:02:41.825Z | Compiling untrusted v0.9.0 |
| 1413 | 2026-08-24T20:02:41.828Z | Compiling maybe-uninit v2.0.0 |
| 1414 | 2026-08-24T20:02:41.875Z | Compiling httpdate v1.0.3 |
| 1415 | 2026-08-24T20:02:41.893Z | Compiling bit-vec v0.8.0 |
| 1416 | 2026-08-24T20:02:41.919Z | Compiling synstructure v0.13.2 |
| 1417 | 2026-08-24T20:02:41.933Z | Compiling serde_derive_internals v0.29.1 |
| 1418 | 2026-08-24T20:02:41.958Z | Compiling pest_generator v2.8.6 |
| 1419 | 2026-08-24T20:02:41.990Z | Compiling regex-automata v0.4.14 |
| 1420 | 2026-08-24T20:02:42.006Z | Compiling darling_core v0.20.11 |
| 1421 | 2026-08-24T20:02:42.127Z | Compiling openssl v0.10.80 |
| 1422 | 2026-08-24T20:02:42.127Z | Compiling quick-error v1.2.3 |
| 1423 | 2026-08-24T20:02:42.155Z | Compiling const-oid v0.10.2 |
| 1424 | 2026-08-24T20:02:42.261Z | Compiling cpufeatures v0.2.17 |
| 1425 | 2026-08-24T20:02:42.330Z | Compiling tempfile v3.27.0 |
| 1426 | 2026-08-24T20:02:42.350Z | Compiling terminal_size v0.4.3 |
| 1427 | 2026-08-24T20:02:42.386Z | Compiling rustls v0.23.41 |
| 1428 | 2026-08-24T20:02:42.452Z | Compiling bit-set v0.8.0 |
| 1429 | 2026-08-24T20:02:42.508Z | Compiling wyz v0.5.1 |
| 1430 | 2026-08-24T20:02:42.539Z | Compiling foreign-types v0.3.2 |
| 1431 | 2026-08-24T20:02:42.558Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1432 | 2026-08-24T20:02:42.577Z | Compiling rusty-fork v0.3.1 |
| 1433 | 2026-08-24T20:02:42.643Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1434 | 2026-08-24T20:02:42.700Z | Compiling unicode-normalization v0.1.25 |
| 1435 | 2026-08-24T20:02:42.725Z | Compiling rand_xorshift v0.4.0 |
| 1436 | 2026-08-24T20:02:42.764Z | Compiling num-integer v0.1.46 |
| 1437 | 2026-08-24T20:02:42.768Z | Compiling ahash v0.8.12 |
| 1438 | 2026-08-24T20:02:42.866Z | Compiling funty v2.0.0 |
| 1439 | 2026-08-24T20:02:42.898Z | Compiling native-tls v0.2.18 |
| 1440 | 2026-08-24T20:02:42.914Z | Compiling unarray v0.1.4 |
| 1441 | 2026-08-24T20:02:42.918Z | Compiling num-bigint-dig v0.8.6 |
| 1442 | 2026-08-24T20:02:42.944Z | Compiling time-core v0.1.8 |
| 1443 | 2026-08-24T20:02:42.959Z | Compiling num-conv v0.2.0 |
| 1444 | 2026-08-24T20:02:43.011Z | Compiling paste v1.0.15 |
| 1445 | 2026-08-24T20:02:43.050Z | Compiling packed_struct v0.10.1 |
| 1446 | 2026-08-24T20:02:43.102Z | Compiling cpufeatures v0.3.0 |
| 1447 | 2026-08-24T20:02:43.119Z | Compiling powerfmt v0.2.0 |
| 1448 | 2026-08-24T20:02:43.123Z | Compiling time-macros v0.2.27 |
| 1449 | 2026-08-24T20:02:43.162Z | Compiling clap_builder v4.6.0 |
| 1450 | 2026-08-24T20:02:43.209Z | Compiling bitvec v1.0.1 |
| 1451 | 2026-08-24T20:02:43.215Z | Compiling num-iter v0.1.45 |
| 1452 | 2026-08-24T20:02:43.297Z | Compiling deranged v0.5.8 |
| 1453 | 2026-08-24T20:02:43.365Z | Compiling slog v2.8.2 |
| 1454 | 2026-08-24T20:02:43.369Z | Compiling lazy_static v1.5.0 |
| 1455 | 2026-08-24T20:02:43.382Z | Compiling sync_wrapper v1.0.2 |
| 1456 | 2026-08-24T20:02:43.497Z | Compiling syn v3.0.3 |
| 1457 | 2026-08-24T20:02:43.507Z | Compiling indexmap v1.9.3 |
| 1458 | 2026-08-24T20:02:43.507Z | Compiling usdt-impl v0.6.0 |
| 1459 | 2026-08-24T20:02:43.517Z | Compiling siphasher v1.0.2 |
| 1460 | 2026-08-24T20:02:43.587Z | Compiling nodrop v0.1.14 |
| 1461 | 2026-08-24T20:02:43.684Z | Compiling crossbeam-utils v0.8.21 |
| 1462 | 2026-08-24T20:02:43.698Z | Compiling crc-catalog v2.4.0 |
| 1463 | 2026-08-24T20:02:43.717Z | Compiling zlib-rs v0.6.2 |
| 1464 | 2026-08-24T20:02:43.736Z | Compiling unicode-segmentation v1.12.0 |
| 1465 | 2026-08-24T20:02:43.748Z | Compiling serde_derive v1.0.228 |
| 1466 | 2026-08-24T20:02:43.803Z | Compiling zeroize_derive v1.5.0 |
| 1467 | 2026-08-24T20:02:43.999Z | Compiling zerofrom-derive v0.1.6 |
| 1468 | 2026-08-24T20:02:44.159Z | Compiling yoke-derive v0.8.1 |
| 1469 | 2026-08-24T20:02:44.266Z | Compiling zerovec-derive v0.11.2 |
| 1470 | 2026-08-24T20:02:44.279Z | Compiling zerocopy-derive v0.8.55 |
| 1471 | 2026-08-24T20:02:44.324Z | Compiling displaydoc v0.2.5 |
| 1472 | 2026-08-24T20:02:44.450Z | Compiling tokio-macros v2.7.0 |
| 1473 | 2026-08-24T20:02:44.500Z | Compiling futures-macro v0.3.32 |
| 1474 | 2026-08-24T20:02:44.734Z | Compiling der_derive v0.7.3 |
| 1475 | 2026-08-24T20:02:45.023Z | Compiling thiserror-impl v2.0.18 |
| 1476 | 2026-08-24T20:02:45.149Z | Compiling schemars_derive v0.8.22 |
| 1477 | 2026-08-24T20:02:45.277Z | Compiling tracing-attributes v0.1.31 |
| 1478 | 2026-08-24T20:02:45.420Z | Compiling futures-util v0.3.32 |
| 1479 | 2026-08-24T20:02:45.439Z | Compiling pest_derive v2.8.6 |
| 1480 | 2026-08-24T20:02:45.449Z | Compiling scroll_derive v0.13.1 |
| 1481 | 2026-08-24T20:02:45.521Z | Compiling zerofrom v0.1.6 |
| 1482 | 2026-08-24T20:02:45.652Z | Compiling yoke v0.8.1 |
| 1483 | 2026-08-24T20:02:45.808Z | Compiling darling_macro v0.20.11 |
| 1484 | 2026-08-24T20:02:45.907Z | Compiling zerovec v0.11.5 |
| 1485 | 2026-08-24T20:02:45.918Z | Compiling zerotrie v0.2.3 |
| 1486 | 2026-08-24T20:02:46.228Z | Compiling thiserror-impl v1.0.69 |
| 1487 | 2026-08-24T20:02:46.356Z | Compiling scroll v0.13.0 |
| 1488 | 2026-08-24T20:02:46.383Z | Compiling openssl-macros v0.1.1 |
| 1489 | 2026-08-24T20:02:46.390Z | Compiling tinystr v0.8.2 |
| 1490 | 2026-08-24T20:02:46.415Z | Compiling potential_utf v0.1.4 |
| 1491 | 2026-08-24T20:02:46.468Z | Compiling darling v0.20.11 |
| 1492 | 2026-08-24T20:02:46.489Z | Compiling thiserror v2.0.18 |
| 1493 | 2026-08-24T20:02:46.516Z | Compiling packed_struct_codegen v0.10.1 |
| 1494 | 2026-08-24T20:02:46.552Z | Compiling clap_derive v4.6.1 |
| 1495 | 2026-08-24T20:02:46.598Z | Compiling icu_locale_core v2.1.1 |
| 1496 | 2026-08-24T20:02:46.703Z | Compiling icu_collections v2.1.1 |
| 1497 | 2026-08-24T20:02:46.718Z | Compiling goblin v0.10.5 |
| 1498 | 2026-08-24T20:02:46.718Z | Compiling zerocopy-derive v0.6.6 |
| 1499 | 2026-08-24T20:02:46.727Z | Compiling tracing v0.1.44 |
| 1500 | 2026-08-24T20:02:47.028Z | Compiling bitfield-macros v0.19.4 |
| 1501 | 2026-08-24T20:02:47.059Z | Compiling num_threads v0.1.7 |
| 1502 | 2026-08-24T20:02:47.074Z | Compiling object v0.37.3 |
| 1503 | 2026-08-24T20:02:47.128Z | Compiling daft-derive v0.1.8 |
| 1504 | 2026-08-24T20:02:47.174Z | Compiling time v0.3.47 |
| 1505 | 2026-08-24T20:02:47.370Z | Compiling zeroize v1.9.0 |
| 1506 | 2026-08-24T20:02:47.446Z | Compiling bytes v1.11.1 |
| 1507 | 2026-08-24T20:02:47.527Z | Compiling icu_provider v2.1.1 |
| 1508 | 2026-08-24T20:02:47.561Z | Compiling hybrid-array v0.4.13 |
| 1509 | 2026-08-24T20:02:47.612Z | Compiling chrono v0.4.45 |
| 1510 | 2026-08-24T20:02:47.676Z | Compiling der v0.7.10 |
| 1511 | 2026-08-24T20:02:47.771Z | Compiling icu_normalizer v2.1.1 |
| 1512 | 2026-08-24T20:02:47.824Z | Compiling icu_properties v2.1.2 |
| 1513 | 2026-08-24T20:02:47.870Z | Compiling rustls-pki-types v1.14.0 |
| 1514 | 2026-08-24T20:02:47.891Z | Compiling ipnet v2.12.0 |
| 1515 | 2026-08-24T20:02:48.101Z | Compiling tokio v1.52.1 |
| 1516 | 2026-08-24T20:02:48.145Z | Compiling crypto-common v0.1.7 |
| 1517 | 2026-08-24T20:02:48.321Z | Compiling block-buffer v0.10.4 |
| 1518 | 2026-08-24T20:02:48.338Z | Compiling http v1.4.2 |
| 1519 | 2026-08-24T20:02:48.357Z | Compiling crypto-common v0.2.2 |
| 1520 | 2026-08-24T20:02:48.370Z | Compiling block-buffer v0.12.1 |
| 1521 | 2026-08-24T20:02:48.384Z | Compiling block-padding v0.4.2 |
| 1522 | 2026-08-24T20:02:48.411Z | Compiling hex v0.4.3 |
| 1523 | 2026-08-24T20:02:48.507Z | Compiling digest v0.10.7 |
| 1524 | 2026-08-24T20:02:48.570Z | Compiling spki v0.7.3 |
| 1525 | 2026-08-24T20:02:48.585Z | Compiling inout v0.2.2 |
| 1526 | 2026-08-24T20:02:48.688Z | Compiling idna_adapter v1.2.1 |
| 1527 | 2026-08-24T20:02:48.764Z | Compiling pkcs8 v0.10.2 |
| 1528 | 2026-08-24T20:02:48.781Z | Compiling signature v2.2.0 |
| 1529 | 2026-08-24T20:02:48.786Z | Compiling sha2 v0.10.9 |
| 1530 | 2026-08-24T20:02:48.809Z | Compiling idna v1.1.0 |
| 1531 | 2026-08-24T20:02:48.844Z | Compiling ppv-lite86 v0.2.21 |
| 1532 | 2026-08-24T20:02:48.933Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-08-24T20:02:48.945Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-08-24T20:02:48.986Z | Compiling http-body v1.0.1 |
| 1535 | 2026-08-24T20:02:49.017Z | Compiling digest v0.11.3 |
| 1536 | 2026-08-24T20:02:49.047Z | Compiling cipher v0.5.2 |
| 1537 | 2026-08-24T20:02:49.067Z | Compiling serde_spanned v0.6.9 |
| 1538 | 2026-08-24T20:02:49.175Z | Compiling url v2.5.8 |
| 1539 | 2026-08-24T20:02:49.198Z | Compiling rand_chacha v0.9.0 |
| 1540 | 2026-08-24T20:02:49.234Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-08-24T20:02:49.241Z | Compiling http-body-util v0.1.3 |
| 1542 | 2026-08-24T20:02:49.252Z | Compiling pkcs1 v0.7.5 |
| 1543 | 2026-08-24T20:02:49.350Z | Compiling dof v0.4.0 |
| 1544 | 2026-08-24T20:02:49.398Z | Compiling rand v0.9.2 |
| 1545 | 2026-08-24T20:02:49.476Z | Compiling rand v0.8.6 |
| 1546 | 2026-08-24T20:02:49.493Z | Compiling chacha20 v0.10.0 |
| 1547 | 2026-08-24T20:02:49.510Z | Compiling clap v4.6.1 |
| 1548 | 2026-08-24T20:02:49.600Z | Compiling bitfield v0.19.4 |
| 1549 | 2026-08-24T20:02:49.887Z | Compiling zerocopy v0.6.6 |
| 1550 | 2026-08-24T20:02:49.906Z | Compiling erased-serde v0.3.31 |
| 1551 | 2026-08-24T20:02:49.960Z | Compiling proptest v1.11.0 |
| 1552 | 2026-08-24T20:02:49.976Z | Compiling flate2 v1.1.9 |
| 1553 | 2026-08-24T20:02:49.990Z | Compiling dtrace-parser v0.3.0 |
| 1554 | 2026-08-24T20:02:50.112Z | Compiling derive_builder_core v0.20.2 |
| 1555 | 2026-08-24T20:02:50.256Z | Compiling crc v3.4.0 |
| 1556 | 2026-08-24T20:02:50.285Z | Compiling structmeta-derive v0.3.0 |
| 1557 | 2026-08-24T20:02:50.309Z | Compiling scroll_derive v0.12.1 |
| 1558 | 2026-08-24T20:02:50.433Z | Compiling ipnetwork v0.21.1 |
| 1559 | 2026-08-24T20:02:50.452Z | Compiling array-init v0.0.4 |
| 1560 | 2026-08-24T20:02:50.485Z | Compiling smallvec v0.6.14 |
| 1561 | 2026-08-24T20:02:50.536Z | Compiling darling_core v0.23.0 |
| 1562 | 2026-08-24T20:02:50.704Z | Compiling oxnet v0.1.6 |
| 1563 | 2026-08-24T20:02:50.737Z | Compiling heapless v0.7.17 |
| 1564 | 2026-08-24T20:02:50.811Z | Compiling thread-id v5.1.0 |
| 1565 | 2026-08-24T20:02:50.880Z | Compiling env_filter v2.0.0 |
| 1566 | 2026-08-24T20:02:50.905Z | Compiling cookie v0.18.1 |
| 1567 | 2026-08-24T20:02:50.957Z | Compiling hashbrown v0.12.3 |
| 1568 | 2026-08-24T20:02:51.086Z | Compiling signal-hook v0.3.18 |
| 1569 | 2026-08-24T20:02:51.112Z | Compiling base64 v0.21.7 |
| 1570 | 2026-08-24T20:02:51.113Z | Compiling zstd-safe v7.2.4 |
| 1571 | 2026-08-24T20:02:51.113Z | Compiling iri-string v0.7.10 |
| 1572 | 2026-08-24T20:02:51.122Z | Compiling unicode-properties v0.1.4 |
| 1573 | 2026-08-24T20:02:51.122Z | Compiling gimli v0.32.3 |
| 1574 | 2026-08-24T20:02:51.190Z | Compiling unicode-bidi v0.3.18 |
| 1575 | 2026-08-24T20:02:51.200Z | Compiling anyhow v1.0.104 |
| 1576 | 2026-08-24T20:02:51.211Z | Compiling winnow v0.5.40 |
| 1577 | 2026-08-24T20:02:51.245Z | Compiling ryu v1.0.23 |
| 1578 | 2026-08-24T20:02:51.268Z | Compiling allocator-api2 v0.2.21 |
| 1579 | 2026-08-24T20:02:51.329Z | Compiling ron v0.8.1 |
| 1580 | 2026-08-24T20:02:51.364Z | Compiling serde_urlencoded v0.7.1 |
| 1581 | 2026-08-24T20:02:51.446Z | Compiling structmeta v0.3.0 |
| 1582 | 2026-08-24T20:02:51.506Z | Compiling rsa v0.9.10 |
| 1583 | 2026-08-24T20:02:51.615Z | Compiling stringprep v0.1.5 |
| 1584 | 2026-08-24T20:02:51.681Z | Compiling scroll v0.12.0 |
| 1585 | 2026-08-24T20:02:51.735Z | Compiling env_logger v0.11.11 |
| 1586 | 2026-08-24T20:02:51.749Z | Compiling derive_builder_macro v0.20.2 |
| 1587 | 2026-08-24T20:02:51.764Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1588 | 2026-08-24T20:02:51.985Z | Compiling tokio-util v0.7.18 |
| 1589 | 2026-08-24T20:02:52.072Z | Compiling tower v0.5.3 |
| 1590 | 2026-08-24T20:02:52.103Z | Compiling tokio-native-tls v0.3.1 |
| 1591 | 2026-08-24T20:02:52.260Z | Compiling serde-hex v0.1.0 |
| 1592 | 2026-08-24T20:02:52.425Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1593 | 2026-08-24T20:02:52.451Z | Compiling camino v1.2.5 |
| 1594 | 2026-08-24T20:02:52.590Z | Compiling newtype-uuid v1.3.2 |
| 1595 | 2026-08-24T20:02:52.608Z | Compiling toml_edit v0.19.15 |
| 1596 | 2026-08-24T20:02:52.628Z | Compiling tower-http v0.6.8 |
| 1597 | 2026-08-24T20:02:52.726Z | Compiling h2 v0.4.15 |
| 1598 | 2026-08-24T20:02:52.856Z | Compiling addr2line v0.25.1 |
| 1599 | 2026-08-24T20:02:52.944Z | Compiling daft v0.1.8 |
| 1600 | 2026-08-24T20:02:53.057Z | Compiling bzip2 v0.4.4 |
| 1601 | 2026-08-24T20:02:53.101Z | Compiling rand v0.10.1 |
| 1602 | 2026-08-24T20:02:53.139Z | Compiling darling_macro v0.23.0 |
| 1603 | 2026-08-24T20:02:53.201Z | Compiling hashbrown v0.13.2 |
| 1604 | 2026-08-24T20:02:53.218Z | Compiling md-5 v0.11.0 |
| 1605 | 2026-08-24T20:02:53.244Z | Compiling hmac v0.13.0 |
| 1606 | 2026-08-24T20:02:53.330Z | Compiling sha2 v0.11.0 |
| 1607 | 2026-08-24T20:02:53.448Z | Compiling x509-cert v0.2.5 |
| 1608 | 2026-08-24T20:02:53.543Z | Compiling rustls-native-certs v0.8.3 |
| 1609 | 2026-08-24T20:02:53.656Z | Compiling serde_tokenstream v0.2.3 |
| 1610 | 2026-08-24T20:02:53.697Z | Compiling bstr v1.12.1 |
| 1611 | 2026-08-24T20:02:53.869Z | Compiling async-trait v0.1.89 |
| 1612 | 2026-08-24T20:02:53.900Z | Compiling zerocopy-derive v0.7.35 |
| 1613 | 2026-08-24T20:02:53.960Z | Compiling pin-project-internal v1.1.11 |
| 1614 | 2026-08-24T20:02:53.992Z | Compiling curve25519-dalek v4.1.3 |
| 1615 | 2026-08-24T20:02:54.048Z | Compiling vergen-lib v9.1.0 |
| 1616 | 2026-08-24T20:02:54.236Z | Compiling hash32 v0.2.1 |
| 1617 | 2026-08-24T20:02:54.353Z | Compiling encoding_rs v0.8.35 |
| 1618 | 2026-08-24T20:02:54.362Z | Compiling memoffset v0.9.1 |
| 1619 | 2026-08-24T20:02:54.454Z | Compiling smoltcp v0.9.1 |
| 1620 | 2026-08-24T20:02:54.581Z | Compiling ref-cast v1.0.25 |
| 1621 | 2026-08-24T20:02:54.614Z | Compiling cfg_aliases v0.2.1 |
| 1622 | 2026-08-24T20:02:54.692Z | Compiling crc-any v2.5.0 |
| 1623 | 2026-08-24T20:02:54.802Z | Compiling litrs v1.0.0 |
| 1624 | 2026-08-24T20:02:54.825Z | Compiling psl-types v2.0.11 |
| 1625 | 2026-08-24T20:02:54.935Z | Compiling rustix v0.38.44 |
| 1626 | 2026-08-24T20:02:54.961Z | Compiling mime v0.3.17 |
| 1627 | 2026-08-24T20:02:54.961Z | Compiling fallible-iterator v0.2.0 |
| 1628 | 2026-08-24T20:02:54.969Z | Compiling owo-colors v4.3.0 |
| 1629 | 2026-08-24T20:02:55.066Z | Compiling rustc-demangle v0.1.27 |
| 1630 | 2026-08-24T20:02:55.084Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1631 | 2026-08-24T20:02:55.098Z | Compiling pin-project v1.1.11 |
| 1632 | 2026-08-24T20:02:55.224Z | Compiling publicsuffix v2.3.0 |
| 1633 | 2026-08-24T20:02:55.250Z | Compiling postgres-protocol v0.6.12 |
| 1634 | 2026-08-24T20:02:55.318Z | Compiling zerocopy v0.7.35 |
| 1635 | 2026-08-24T20:02:55.337Z | Compiling nix v0.31.2 |
| 1636 | 2026-08-24T20:02:55.347Z | Compiling document-features v0.2.12 |
| 1637 | 2026-08-24T20:02:55.492Z | Compiling toml v0.7.8 |
| 1638 | 2026-08-24T20:02:55.516Z | Compiling darling v0.23.0 |
| 1639 | 2026-08-24T20:02:55.532Z | Compiling object v0.30.4 |
| 1640 | 2026-08-24T20:02:55.591Z | Compiling backtrace v0.3.76 |
| 1641 | 2026-08-24T20:02:55.705Z | Compiling zip v0.6.6 |
| 1642 | 2026-08-24T20:02:55.734Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1643 | 2026-08-24T20:02:55.929Z | Compiling hyper v1.10.1 |
| 1644 | 2026-08-24T20:02:55.957Z | Compiling derive_builder v0.20.2 |
| 1645 | 2026-08-24T20:02:55.966Z | Compiling goblin v0.8.2 |
| 1646 | 2026-08-24T20:02:56.081Z | Compiling derive-ex v0.1.8 |
| 1647 | 2026-08-24T20:02:56.109Z | Compiling hmac v0.12.1 |
| 1648 | 2026-08-24T20:02:56.145Z | Compiling futures-executor v0.3.32 |
| 1649 | 2026-08-24T20:02:56.289Z | Compiling hubpack_derive v0.1.1 |
| 1650 | 2026-08-24T20:02:56.333Z | Compiling regex v1.12.3 |
| 1651 | 2026-08-24T20:02:56.350Z | Compiling convert_case v0.10.0 |
| 1652 | 2026-08-24T20:02:56.414Z | Compiling strum_macros v0.27.2 |
| 1653 | 2026-08-24T20:02:56.434Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1654 | 2026-08-24T20:02:56.486Z | Compiling ref-cast-impl v1.0.25 |
| 1655 | 2026-08-24T20:02:56.543Z | Compiling snafu-derive v0.8.9 |
| 1656 | 2026-08-24T20:02:56.675Z | Compiling phf_shared v0.13.1 |
| 1657 | 2026-08-24T20:02:56.778Z | Compiling vergen v9.1.0 |
| 1658 | 2026-08-24T20:02:56.801Z | Compiling cargo-platform v0.3.2 |
| 1659 | 2026-08-24T20:02:56.832Z | Compiling ff v0.13.1 |
| 1660 | 2026-08-24T20:02:56.947Z | Compiling fs-err v3.3.0 |
| 1661 | 2026-08-24T20:02:56.963Z | Compiling either v1.15.0 |
| 1662 | 2026-08-24T20:02:56.982Z | Compiling jiff-core v0.1.0 |
| 1663 | 2026-08-24T20:02:56.991Z | Compiling foldhash v0.2.0 |
| 1664 | 2026-08-24T20:02:57.085Z | Compiling hyper-util v0.1.20 |
| 1665 | 2026-08-24T20:02:57.102Z | Compiling bumpalo v3.20.2 |
| 1666 | 2026-08-24T20:02:57.135Z | Compiling managed v0.8.0 |
| 1667 | 2026-08-24T20:02:57.159Z | Compiling base16ct v0.2.0 |
| 1668 | 2026-08-24T20:02:57.195Z | Compiling path-slash v0.1.5 |
| 1669 | 2026-08-24T20:02:57.237Z | Compiling foldhash v0.1.5 |
| 1670 | 2026-08-24T20:02:57.339Z | Compiling same-file v1.0.6 |
| 1671 | 2026-08-24T20:02:57.358Z | Compiling libbz2-rs-sys v0.2.2 |
| 1672 | 2026-08-24T20:02:57.373Z | Compiling bitflags v1.3.2 |
| 1673 | 2026-08-24T20:02:57.393Z | Compiling is_ci v1.2.0 |
| 1674 | 2026-08-24T20:02:57.429Z | Compiling textwrap v0.16.2 |
| 1675 | 2026-08-24T20:02:57.457Z | Compiling walkdir v2.5.0 |
| 1676 | 2026-08-24T20:02:57.528Z | Compiling supports-color v3.0.2 |
| 1677 | 2026-08-24T20:02:57.599Z | Compiling hashbrown v0.15.5 |
| 1678 | 2026-08-24T20:02:57.710Z | Compiling zopfli v0.8.3 |
| 1679 | 2026-08-24T20:02:57.798Z | Compiling bzip2 v0.6.1 |
| 1680 | 2026-08-24T20:02:57.815Z | Compiling test-strategy v0.4.5 |
| 1681 | 2026-08-24T20:02:57.902Z | Compiling jiff v0.2.34 |
| 1682 | 2026-08-24T20:02:58.035Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1683 | 2026-08-24T20:02:58.062Z | Compiling sec1 v0.7.3 |
| 1684 | 2026-08-24T20:02:58.177Z | Compiling hashbrown v0.16.1 |
| 1685 | 2026-08-24T20:02:58.359Z | Compiling dof v0.3.0 |
| 1686 | 2026-08-24T20:02:58.390Z | Compiling cargo_metadata v0.23.1 |
| 1687 | 2026-08-24T20:02:58.461Z | Compiling strum v0.27.2 |
| 1688 | 2026-08-24T20:02:58.489Z | Compiling hyper-tls v0.6.0 |
| 1689 | 2026-08-24T20:02:58.552Z | Compiling snafu v0.8.9 |
| 1690 | 2026-08-24T20:02:58.570Z | Compiling group v0.13.0 |
| 1691 | 2026-08-24T20:02:58.606Z | Compiling phf v0.13.1 |
| 1692 | 2026-08-24T20:02:58.740Z | Compiling reqwest v0.12.28 |
| 1693 | 2026-08-24T20:02:58.758Z | Compiling hubpack v0.1.2 |
| 1694 | 2026-08-24T20:02:58.781Z | Compiling derive_more-impl v2.1.1 |
| 1695 | 2026-08-24T20:02:58.798Z | Compiling futures v0.3.32 |
| 1696 | 2026-08-24T20:02:58.873Z | Compiling signal-hook-mio v0.2.5 |
| 1697 | 2026-08-24T20:02:58.892Z | Compiling cookie_store v0.22.1 |
| 1698 | 2026-08-24T20:02:58.926Z | Compiling hkdf v0.12.4 |
| 1699 | 2026-08-24T20:02:59.015Z | Compiling backtrace-ext v0.2.1 |
| 1700 | 2026-08-24T20:02:59.123Z | Compiling zstd v0.13.3 |
| 1701 | 2026-08-24T20:02:59.138Z | Compiling postgres-types v0.2.14 |
| 1702 | 2026-08-24T20:02:59.195Z | Compiling serde_with_macros v3.21.0 |
| 1703 | 2026-08-24T20:02:59.397Z | Compiling globset v0.4.18 |
| 1704 | 2026-08-24T20:02:59.488Z | Compiling usdt-macro v0.6.0 |
| 1705 | 2026-08-24T20:02:59.521Z | Compiling usdt-attr-macro v0.6.0 |
| 1706 | 2026-08-24T20:02:59.570Z | Compiling byte-wrapper v0.1.0 |
| 1707 | 2026-08-24T20:02:59.715Z | Compiling dtrace-parser v0.2.0 |
| 1708 | 2026-08-24T20:02:59.773Z | Compiling ed25519 v2.2.3 |
| 1709 | 2026-08-24T20:02:59.924Z | Compiling crypto-bigint v0.5.5 |
| 1710 | 2026-08-24T20:02:59.947Z | Compiling serde-big-array v0.5.1 |
| 1711 | 2026-08-24T20:03:00.108Z | Compiling olpc-cjson v0.1.4 |
| 1712 | 2026-08-24T20:03:00.123Z | Compiling serde_plain v1.0.2 |
| 1713 | 2026-08-24T20:03:00.134Z | Compiling async-recursion v1.1.1 |
| 1714 | 2026-08-24T20:03:00.285Z | Compiling enum-as-inner v0.6.1 |
| 1715 | 2026-08-24T20:03:00.315Z | Compiling miette-derive v7.6.0 |
| 1716 | 2026-08-24T20:03:00.332Z | Compiling serde_repr v0.1.20 |
| 1717 | 2026-08-24T20:03:00.374Z | Compiling strum_macros v0.26.4 |
| 1718 | 2026-08-24T20:03:00.384Z | Compiling phf_shared v0.11.3 |
| 1719 | 2026-08-24T20:03:00.499Z | Compiling float-cmp v0.10.0 |
| 1720 | 2026-08-24T20:03:00.517Z | Compiling pem v3.0.6 |
| 1721 | 2026-08-24T20:03:00.581Z | Compiling memmap2 v0.9.10 |
| 1722 | 2026-08-24T20:03:00.667Z | Compiling thread-id v4.2.2 |
| 1723 | 2026-08-24T20:03:00.694Z | Compiling predicates-core v1.0.10 |
| 1724 | 2026-08-24T20:03:00.766Z | Compiling keccak v0.1.6 |
| 1725 | 2026-08-24T20:03:00.820Z | Compiling whoami v2.1.0 |
| 1726 | 2026-08-24T20:03:00.924Z | Compiling data-encoding v2.10.0 |
| 1727 | 2026-08-24T20:03:00.931Z | Compiling fixedbitset v0.4.2 |
| 1728 | 2026-08-24T20:03:00.931Z | Compiling supports-hyperlinks v3.2.0 |
| 1729 | 2026-08-24T20:03:00.946Z | Compiling typed-path v0.9.3 |
| 1730 | 2026-08-24T20:03:00.961Z | Compiling static_assertions v1.1.0 |
| 1731 | 2026-08-24T20:03:01.058Z | Compiling difflib v0.4.0 |
| 1732 | 2026-08-24T20:03:01.087Z | Compiling precomputed-hash v0.1.1 |
| 1733 | 2026-08-24T20:03:01.128Z | Compiling new_debug_unreachable v1.0.6 |
| 1734 | 2026-08-24T20:03:01.191Z | Compiling winnow v1.0.3 |
| 1735 | 2026-08-24T20:03:01.208Z | Compiling normalize-line-endings v0.3.0 |
| 1736 | 2026-08-24T20:03:01.225Z | Compiling supports-unicode v3.0.0 |
| 1737 | 2026-08-24T20:03:01.225Z | Compiling fixedbitset v0.5.7 |
| 1738 | 2026-08-24T20:03:01.254Z | Compiling string_cache v0.8.9 |
| 1739 | 2026-08-24T20:03:01.315Z | Compiling predicates v3.1.4 |
| 1740 | 2026-08-24T20:03:01.385Z | Compiling hickory-proto v0.25.2 |
| 1741 | 2026-08-24T20:03:01.504Z | Compiling petgraph v0.8.3 |
| 1742 | 2026-08-24T20:03:01.525Z | Compiling tokio-postgres v0.7.18 |
| 1743 | 2026-08-24T20:03:01.554Z | Compiling toml_edit v0.22.27 |
| 1744 | 2026-08-24T20:03:01.568Z | Compiling petgraph v0.6.5 |
| 1745 | 2026-08-24T20:03:01.584Z | Compiling miette v7.6.0 |
| 1746 | 2026-08-24T20:03:01.597Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1747 | 2026-08-24T20:03:01.646Z | Compiling elliptic-curve v0.13.8 |
| 1748 | 2026-08-24T20:03:01.991Z | Compiling sha3 v0.10.8 |
| 1749 | 2026-08-24T20:03:02.086Z | Compiling usdt v0.6.0 |
| 1750 | 2026-08-24T20:03:02.146Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1751 | 2026-08-24T20:03:02.205Z | Compiling usdt-impl v0.5.0 |
| 1752 | 2026-08-24T20:03:02.233Z | Compiling strum v0.26.3 |
| 1753 | 2026-08-24T20:03:02.299Z | Compiling serde_with v3.21.0 |
| 1754 | 2026-08-24T20:03:02.372Z | Compiling crossterm v0.28.1 |
| 1755 | 2026-08-24T20:03:02.388Z | Compiling zip v4.6.1 |
| 1756 | 2026-08-24T20:03:02.475Z | Compiling ed25519-dalek v2.2.0 |
| 1757 | 2026-08-24T20:03:02.576Z | Compiling derive_more v2.1.1 |
| 1758 | 2026-08-24T20:03:02.699Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1759 | 2026-08-24T20:03:02.815Z | Compiling iddqd v0.4.2 |
| 1760 | 2026-08-24T20:03:03.115Z | Compiling itertools v0.13.0 |
| 1761 | 2026-08-24T20:03:03.216Z | Compiling itertools v0.15.0 |
| 1762 | 2026-08-24T20:03:03.376Z | Compiling similar v2.7.0 |
| 1763 | 2026-08-24T20:03:03.457Z | Compiling oxide-generation v0.1.3 |
| 1764 | 2026-08-24T20:03:03.527Z | Compiling crossbeam-epoch v0.9.18 |
| 1765 | 2026-08-24T20:03:03.685Z | Compiling tokio-stream v0.1.18 |
| 1766 | 2026-08-24T20:03:03.778Z | Compiling buf-list v1.1.2 |
| 1767 | 2026-08-24T20:03:03.870Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1768 | 2026-08-24T20:03:03.964Z | Compiling openapiv3 v2.2.0 |
| 1769 | 2026-08-24T20:03:04.114Z | Compiling heck v0.4.1 |
| 1770 | 2026-08-24T20:03:04.135Z | Compiling peg-runtime v0.8.5 |
| 1771 | 2026-08-24T20:03:04.161Z | Compiling lalrpop-util v0.19.12 |
| 1772 | 2026-08-24T20:03:04.166Z | Compiling thread_local v1.1.9 |
| 1773 | 2026-08-24T20:03:04.191Z | Compiling slog-async v2.8.0 |
| 1774 | 2026-08-24T20:03:04.261Z | Compiling crossbeam-channel v0.5.15 |
| 1775 | 2026-08-24T20:03:04.277Z | Compiling is-terminal v0.4.17 |
| 1776 | 2026-08-24T20:03:04.324Z | Compiling filetime v0.2.27 |
| 1777 | 2026-08-24T20:03:04.338Z | Compiling xattr v1.6.1 |
| 1778 | 2026-08-24T20:03:04.359Z | Compiling take_mut v0.2.2 |
| 1779 | 2026-08-24T20:03:04.373Z | Compiling term v1.2.1 |
| 1780 | 2026-08-24T20:03:04.391Z | Compiling camino-tempfile v1.4.1 |
| 1781 | 2026-08-24T20:03:04.486Z | Compiling tar v0.4.46 |
| 1782 | 2026-08-24T20:03:04.712Z | Compiling slog-term v2.9.2 |
| 1783 | 2026-08-24T20:03:21.762Z | Compiling rustls-webpki v0.103.13 |
| 1784 | 2026-08-24T20:03:24.424Z | Compiling tokio-rustls v0.26.4 |
| 1785 | 2026-08-24T20:03:24.424Z | Compiling rustls-platform-verifier v0.6.2 |
| 1786 | 2026-08-24T20:03:24.424Z | Compiling tough v0.22.0 |
| 1787 | 2026-08-24T20:03:24.621Z | Compiling hyper-rustls v0.27.7 |
| 1788 | 2026-08-24T20:03:24.807Z | Compiling reqwest v0.13.2 |
| 1789 | 2026-08-24T20:03:26.985Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1790 | 2026-08-24T20:03:27.220Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1791 | 2026-08-24T20:03:30.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.46s |
| 1792 | 2026-08-24T20:03:30.239Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1793 | 2026-08-24T20:03:30.299Z | Aug 24 20:03:28.783 INFO Starting download, target: Cockroach |
| 1794 | 2026-08-24T20:03:30.299Z | Aug 24 20:03:28.784 INFO Starting download, target: DendriteStub |
| 1795 | 2026-08-24T20:03:30.299Z | Aug 24 20:03:28.784 INFO Starting download, target: Console |
| 1796 | 2026-08-24T20:03:30.303Z | Aug 24 20:03:28.784 INFO Starting download, target: Clickhouse |
| 1797 | 2026-08-24T20:03:30.303Z | Aug 24 20:03:28.784 INFO Starting download, target: MaghemiteMgd |
| 1798 | 2026-08-24T20:03:30.304Z | Aug 24 20:03:28.784 INFO Starting download, target: MaghemiteDdmd |
| 1799 | 2026-08-24T20:03:30.304Z | Aug 24 20:03:28.784 INFO Starting download, target: TransceiverControl |
| 1800 | 2026-08-24T20:03:30.304Z | Aug 24 20:03:28.784 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1801 | 2026-08-24T20:03:30.304Z | Aug 24 20:03:28.784 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1802 | 2026-08-24T20:03:30.305Z | Aug 24 20:03:28.784 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1803 | 2026-08-24T20:03:30.305Z | Aug 24 20:03:28.784 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1804 | 2026-08-24T20:03:30.306Z | Aug 24 20:03:28.784 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1805 | 2026-08-24T20:03:30.306Z | Aug 24 20:03:28.784 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1806 | 2026-08-24T20:03:30.306Z | Aug 24 20:03:28.785 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1807 | 2026-08-24T20:03:32.084Z | Aug 24 20:03:30.568 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1808 | 2026-08-24T20:03:32.330Z | Aug 24 20:03:30.815 INFO Download complete, target: Console |
| 1809 | 2026-08-24T20:03:35.409Z | Aug 24 20:03:33.854 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1810 | 2026-08-24T20:03:35.839Z | Aug 24 20:03:34.289 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1811 | 2026-08-24T20:03:36.032Z | Aug 24 20:03:34.506 INFO Download complete, target: TransceiverControl |
| 1812 | 2026-08-24T20:03:37.008Z | Aug 24 20:03:35.470 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1813 | 2026-08-24T20:03:37.215Z | Aug 24 20:03:35.695 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1814 | 2026-08-24T20:03:37.348Z | Aug 24 20:03:35.834 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1815 | 2026-08-24T20:03:37.416Z | Aug 24 20:03:35.901 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1816 | 2026-08-24T20:03:37.416Z | Aug 24 20:03:35.901 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1817 | 2026-08-24T20:03:39.010Z | Aug 24 20:03:37.457 INFO Download complete, target: MaghemiteDdmd |
| 1818 | 2026-08-24T20:03:39.919Z | Aug 24 20:03:38.397 INFO Download complete, target: DendriteStub |
| 1819 | 2026-08-24T20:03:40.076Z | Aug 24 20:03:38.552 INFO Download complete, target: MaghemiteMgd |
| 1820 | 2026-08-24T20:03:42.207Z | Aug 24 20:03:40.692 INFO Checking that binary works, target: Cockroach |
| 1821 | 2026-08-24T20:03:42.331Z | Aug 24 20:03:40.817 INFO Download complete, target: Cockroach |
| 1822 | 2026-08-24T20:03:42.376Z | Aug 24 20:03:40.861 INFO Checking that binary works, target: Clickhouse |
| 1823 | 2026-08-24T20:03:42.468Z | Aug 24 20:03:40.953 INFO Download complete, target: Clickhouse |
| 1824 | 2026-08-24T20:03:42.474Z | All prerequisites installed successfully |
| 1825 | 2026-08-24T20:03:42.478Z | |
| 1826 | 2026-08-24T20:03:42.478Z | real 2:01.033968108 |
| 1827 | 2026-08-24T20:03:42.478Z | user 7:26.450078964 |
| 1828 | 2026-08-24T20:03:42.478Z | sys 1:46.691253447 |
| 1829 | 2026-08-24T20:03:42.478Z | trap 0.312972386 |
| 1830 | 2026-08-24T20:03:42.478Z | tflt 0.887173249 |
| 1831 | 2026-08-24T20:03:42.478Z | dflt 1.513225431 |
| 1832 | 2026-08-24T20:03:42.478Z | kflt 0.023507304 |
| 1833 | 2026-08-24T20:03:42.478Z | lock 30:53.896299098 |
| 1834 | 2026-08-24T20:03:42.478Z | slp 20:32.565431831 |
| 1835 | 2026-08-24T20:03:42.478Z | lat 30.509664871 |
| 1836 | 2026-08-24T20:03:42.478Z | stop 3:41.540194266 |
| 1837 | 2026-08-24T20:03:42.478Z | + ptime -m cargo xtask download softnpu |
| 1838 | 2026-08-24T20:03:42.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1839 | 2026-08-24T20:03:42.960Z | Running `target/debug/xtask download softnpu` |
| 1840 | 2026-08-24T20:03:43.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1841 | 2026-08-24T20:03:43.802Z | Running `target/debug/xtask-downloader softnpu` |
| 1842 | 2026-08-24T20:03:43.846Z | Aug 24 20:03:42.331 INFO Starting download, target: Softnpu |
| 1843 | 2026-08-24T20:03:43.851Z | Aug 24 20:03:42.332 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1844 | 2026-08-24T20:03:44.353Z | Aug 24 20:03:42.839 INFO Download complete, target: Softnpu |
| 1845 | 2026-08-24T20:03:44.357Z | |
| 1846 | 2026-08-24T20:03:44.357Z | real 1.876483573 |
| 1847 | 2026-08-24T20:03:44.357Z | user 1.307854418 |
| 1848 | 2026-08-24T20:03:44.357Z | sys 0.620344321 |
| 1849 | 2026-08-24T20:03:44.357Z | trap 0.000594210 |
| 1850 | 2026-08-24T20:03:44.357Z | tflt 0.000218970 |
| 1851 | 2026-08-24T20:03:44.357Z | dflt 0.000098280 |
| 1852 | 2026-08-24T20:03:44.357Z | kflt 0.000000000 |
| 1853 | 2026-08-24T20:03:44.357Z | lock 9.390123733 |
| 1854 | 2026-08-24T20:03:44.357Z | slp 0.396592634 |
| 1855 | 2026-08-24T20:03:44.357Z | lat 0.098610339 |
| 1856 | 2026-08-24T20:03:44.357Z | stop 0.000170670 |
| 1857 | 2026-08-24T20:03:44.361Z | + export CARGO_INCREMENTAL=0 |
| 1858 | 2026-08-24T20:03:44.361Z | + CARGO_INCREMENTAL=0 |
| 1859 | 2026-08-24T20:03:44.361Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1860 | 2026-08-24T20:03:45.271Z | Compiling proc-macro2 v1.0.106 |
| 1861 | 2026-08-24T20:03:45.271Z | Compiling quote v1.0.45 |
| 1862 | 2026-08-24T20:03:45.271Z | Compiling unicode-ident v1.0.24 |
| 1863 | 2026-08-24T20:03:45.271Z | Compiling serde_core v1.0.228 |
| 1864 | 2026-08-24T20:03:45.275Z | Compiling libc v0.2.185 |
| 1865 | 2026-08-24T20:03:45.275Z | Compiling serde v1.0.228 |
| 1866 | 2026-08-24T20:03:45.275Z | Compiling cfg-if v1.0.4 |
| 1867 | 2026-08-24T20:03:45.275Z | Compiling version_check v0.9.5 |
| 1868 | 2026-08-24T20:03:45.275Z | Compiling autocfg v1.5.0 |
| 1869 | 2026-08-24T20:03:45.276Z | Compiling memchr v2.8.0 |
| 1870 | 2026-08-24T20:03:45.418Z | Compiling shlex v1.3.0 |
| 1871 | 2026-08-24T20:03:45.422Z | Compiling find-msvc-tools v0.1.9 |
| 1872 | 2026-08-24T20:03:45.422Z | Compiling zmij v1.0.21 |
| 1873 | 2026-08-24T20:03:45.422Z | Compiling serde_json v1.0.151 |
| 1874 | 2026-08-24T20:03:45.663Z | Compiling portable-atomic v1.13.1 |
| 1875 | 2026-08-24T20:03:45.700Z | Compiling getrandom v0.4.3 |
| 1876 | 2026-08-24T20:03:45.756Z | Compiling zerocopy v0.8.55 |
| 1877 | 2026-08-24T20:03:45.760Z | Compiling libm v0.2.16 |
| 1878 | 2026-08-24T20:03:45.760Z | Compiling icu_properties_data v2.1.2 |
| 1879 | 2026-08-24T20:03:45.793Z | Compiling icu_normalizer_data v2.1.1 |
| 1880 | 2026-08-24T20:03:45.810Z | Compiling smallvec v1.15.1 |
| 1881 | 2026-08-24T20:03:45.871Z | Compiling parking_lot_core v0.9.12 |
| 1882 | 2026-08-24T20:03:45.874Z | Compiling itoa v1.0.17 |
| 1883 | 2026-08-24T20:03:45.938Z | Compiling generic-array v0.14.7 |
| 1884 | 2026-08-24T20:03:45.957Z | Compiling num-traits v0.2.19 |
| 1885 | 2026-08-24T20:03:46.104Z | Compiling log v0.4.33 |
| 1886 | 2026-08-24T20:03:46.104Z | Compiling subtle v2.6.1 |
| 1887 | 2026-08-24T20:03:46.138Z | Compiling pkg-config v0.3.32 |
| 1888 | 2026-08-24T20:03:46.142Z | Compiling typenum v1.20.1 |
| 1889 | 2026-08-24T20:03:47.205Z | Compiling stable_deref_trait v1.2.1 |
| 1890 | 2026-08-24T20:03:47.209Z | Compiling rustix v1.1.4 |
| 1891 | 2026-08-24T20:03:47.209Z | Compiling rand_core v0.10.0 |
| 1892 | 2026-08-24T20:03:47.209Z | Compiling scopeguard v1.2.0 |
| 1893 | 2026-08-24T20:03:47.209Z | Compiling jobserver v0.1.34 |
| 1894 | 2026-08-24T20:03:47.209Z | Compiling errno v0.3.14 |
| 1895 | 2026-08-24T20:03:47.209Z | Compiling thiserror v2.0.18 |
| 1896 | 2026-08-24T20:03:47.209Z | Compiling lock_api v0.4.14 |
| 1897 | 2026-08-24T20:03:47.209Z | Compiling getrandom v0.3.4 |
| 1898 | 2026-08-24T20:03:47.209Z | Compiling cc v1.2.56 |
| 1899 | 2026-08-24T20:03:47.209Z | Compiling syn v2.0.117 |
| 1900 | 2026-08-24T20:03:47.209Z | Compiling critical-section v1.2.0 |
| 1901 | 2026-08-24T20:03:47.209Z | Compiling schemars v0.8.22 |
| 1902 | 2026-08-24T20:03:47.209Z | Compiling heck v0.5.0 |
| 1903 | 2026-08-24T20:03:47.209Z | Compiling equivalent v1.0.2 |
| 1904 | 2026-08-24T20:03:47.209Z | Compiling percent-encoding v2.3.2 |
| 1905 | 2026-08-24T20:03:47.210Z | Compiling syn v1.0.109 |
| 1906 | 2026-08-24T20:03:47.210Z | Compiling pin-project-lite v0.2.17 |
| 1907 | 2026-08-24T20:03:47.210Z | Compiling litemap v0.8.1 |
| 1908 | 2026-08-24T20:03:47.210Z | Compiling writeable v0.6.2 |
| 1909 | 2026-08-24T20:03:47.210Z | Compiling rustversion v1.0.22 |
| 1910 | 2026-08-24T20:03:47.214Z | Compiling once_cell v1.21.3 |
| 1911 | 2026-08-24T20:03:47.231Z | Compiling hashbrown v0.17.0 |
| 1912 | 2026-08-24T20:03:47.340Z | Compiling getrandom v0.2.17 |
| 1913 | 2026-08-24T20:03:47.407Z | Compiling dunce v1.0.5 |
| 1914 | 2026-08-24T20:03:47.453Z | Compiling fs_extra v1.3.0 |
| 1915 | 2026-08-24T20:03:47.488Z | Compiling cmake v0.1.57 |
| 1916 | 2026-08-24T20:03:47.493Z | Compiling rand_core v0.6.4 |
| 1917 | 2026-08-24T20:03:47.541Z | Compiling byteorder v1.5.0 |
| 1918 | 2026-08-24T20:03:47.631Z | Compiling utf8_iter v1.0.4 |
| 1919 | 2026-08-24T20:03:47.651Z | Compiling strsim v0.11.1 |
| 1920 | 2026-08-24T20:03:47.760Z | Compiling form_urlencoded v1.2.2 |
| 1921 | 2026-08-24T20:03:47.795Z | Compiling signal-hook-registry v1.4.8 |
| 1922 | 2026-08-24T20:03:47.809Z | Compiling thiserror v1.0.69 |
| 1923 | 2026-08-24T20:03:47.823Z | Compiling socket2 v0.6.3 |
| 1924 | 2026-08-24T20:03:47.823Z | Compiling mio v1.2.0 |
| 1925 | 2026-08-24T20:03:47.948Z | Compiling parking_lot v0.12.5 |
| 1926 | 2026-08-24T20:03:48.022Z | Compiling bitflags v2.11.0 |
| 1927 | 2026-08-24T20:03:48.105Z | Compiling semver v1.0.28 |
| 1928 | 2026-08-24T20:03:48.148Z | Compiling indexmap v2.14.0 |
| 1929 | 2026-08-24T20:03:48.171Z | Compiling aws-lc-sys v0.40.0 |
| 1930 | 2026-08-24T20:03:48.417Z | Compiling aws-lc-rs v1.16.3 |
| 1931 | 2026-08-24T20:03:48.464Z | Compiling futures-core v0.3.32 |
| 1932 | 2026-08-24T20:03:48.517Z | Compiling httparse v1.10.1 |
| 1933 | 2026-08-24T20:03:48.534Z | Compiling fnv v1.0.7 |
| 1934 | 2026-08-24T20:03:48.560Z | Compiling regex-syntax v0.8.10 |
| 1935 | 2026-08-24T20:03:48.752Z | Compiling crc32fast v1.5.0 |
| 1936 | 2026-08-24T20:03:48.782Z | Compiling iana-time-zone v0.1.65 |
| 1937 | 2026-08-24T20:03:48.837Z | Compiling ucd-trie v0.1.7 |
| 1938 | 2026-08-24T20:03:48.976Z | Compiling pest v2.8.6 |
| 1939 | 2026-08-24T20:03:48.985Z | Compiling ident_case v1.0.1 |
| 1940 | 2026-08-24T20:03:48.996Z | Compiling vcpkg v0.2.15 |
| 1941 | 2026-08-24T20:03:49.069Z | Compiling uuid v1.23.4 |
| 1942 | 2026-08-24T20:03:49.118Z | Compiling const-oid v0.9.6 |
| 1943 | 2026-08-24T20:03:49.192Z | Compiling rustc_version v0.4.1 |
| 1944 | 2026-08-24T20:03:49.247Z | Compiling rustls v0.23.41 |
| 1945 | 2026-08-24T20:03:49.467Z | Compiling futures-sink v0.3.32 |
| 1946 | 2026-08-24T20:03:49.579Z | Compiling openssl-sys v0.9.117 |
| 1947 | 2026-08-24T20:03:49.602Z | Compiling futures-channel v0.3.32 |
| 1948 | 2026-08-24T20:03:49.662Z | Compiling synstructure v0.13.2 |
| 1949 | 2026-08-24T20:03:49.712Z | Compiling serde_derive_internals v0.29.1 |
| 1950 | 2026-08-24T20:03:49.903Z | Compiling aho-corasick v1.1.4 |
| 1951 | 2026-08-24T20:03:49.928Z | Compiling dyn-clone v1.0.20 |
| 1952 | 2026-08-24T20:03:49.953Z | Compiling futures-io v0.3.32 |
| 1953 | 2026-08-24T20:03:50.087Z | Compiling slab v0.4.12 |
| 1954 | 2026-08-24T20:03:50.101Z | Compiling pest_meta v2.8.6 |
| 1955 | 2026-08-24T20:03:50.138Z | Compiling futures-task v0.3.32 |
| 1956 | 2026-08-24T20:03:50.282Z | Compiling radium v0.7.0 |
| 1957 | 2026-08-24T20:03:50.287Z | Compiling time-core v0.1.8 |
| 1958 | 2026-08-24T20:03:50.317Z | Compiling plain v0.2.3 |
| 1959 | 2026-08-24T20:03:50.332Z | Compiling cmov v0.5.4 |
| 1960 | 2026-08-24T20:03:50.378Z | Compiling num-conv v0.2.0 |
| 1961 | 2026-08-24T20:03:50.477Z | Compiling crossbeam-utils v0.8.21 |
| 1962 | 2026-08-24T20:03:50.522Z | Compiling ctutils v0.4.2 |
| 1963 | 2026-08-24T20:03:50.532Z | Compiling time-macros v0.2.27 |
| 1964 | 2026-08-24T20:03:50.593Z | Compiling pretty-hex v0.4.1 |
| 1965 | 2026-08-24T20:03:50.677Z | Compiling base64ct v1.8.3 |
| 1966 | 2026-08-24T20:03:50.692Z | Compiling pest_generator v2.8.6 |
| 1967 | 2026-08-24T20:03:50.716Z | Compiling regex-automata v0.4.14 |
| 1968 | 2026-08-24T20:03:50.751Z | Compiling maybe-uninit v2.0.0 |
| 1969 | 2026-08-24T20:03:50.787Z | Compiling base64 v0.22.1 |
| 1970 | 2026-08-24T20:03:50.791Z | Compiling openssl v0.10.80 |
| 1971 | 2026-08-24T20:03:50.817Z | Compiling slog v2.8.2 |
| 1972 | 2026-08-24T20:03:50.852Z | Compiling flagset v0.4.7 |
| 1973 | 2026-08-24T20:03:50.874Z | Compiling serde_derive v1.0.228 |
| 1974 | 2026-08-24T20:03:50.977Z | Compiling zeroize_derive v1.5.0 |
| 1975 | 2026-08-24T20:03:50.998Z | Compiling zerofrom-derive v0.1.6 |
| 1976 | 2026-08-24T20:03:51.011Z | Compiling yoke-derive v0.8.1 |
| 1977 | 2026-08-24T20:03:51.028Z | Compiling zerovec-derive v0.11.2 |
| 1978 | 2026-08-24T20:03:51.048Z | Compiling displaydoc v0.2.5 |
| 1979 | 2026-08-24T20:03:51.053Z | Compiling zerocopy-derive v0.8.55 |
| 1980 | 2026-08-24T20:03:51.079Z | Compiling tokio-macros v2.7.0 |
| 1981 | 2026-08-24T20:03:51.240Z | Compiling futures-macro v0.3.32 |
| 1982 | 2026-08-24T20:03:51.301Z | Compiling thiserror-impl v2.0.18 |
| 1983 | 2026-08-24T20:03:51.319Z | Compiling schemars_derive v0.8.22 |
| 1984 | 2026-08-24T20:03:51.336Z | Compiling der_derive v0.7.3 |
| 1985 | 2026-08-24T20:03:51.355Z | Compiling tracing-attributes v0.1.31 |
| 1986 | 2026-08-24T20:03:51.497Z | Compiling thiserror-impl v1.0.69 |
| 1987 | 2026-08-24T20:03:51.629Z | Compiling pest_derive v2.8.6 |
| 1988 | 2026-08-24T20:03:51.793Z | Compiling pem-rfc7468 v0.7.0 |
| 1989 | 2026-08-24T20:03:51.829Z | Compiling scroll_derive v0.12.1 |
| 1990 | 2026-08-24T20:03:52.016Z | Compiling scroll_derive v0.13.1 |
| 1991 | 2026-08-24T20:03:52.032Z | Compiling futures-util v0.3.32 |
| 1992 | 2026-08-24T20:03:52.108Z | Compiling openssl-macros v0.1.1 |
| 1993 | 2026-08-24T20:03:52.125Z | Compiling darling_core v0.23.0 |
| 1994 | 2026-08-24T20:03:52.144Z | Compiling zerofrom v0.1.6 |
| 1995 | 2026-08-24T20:03:52.262Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1996 | 2026-08-24T20:03:52.292Z | Compiling yoke v0.8.1 |
| 1997 | 2026-08-24T20:03:52.515Z | Compiling zerovec v0.11.5 |
| 1998 | 2026-08-24T20:03:52.532Z | Compiling zerotrie v0.2.3 |
| 1999 | 2026-08-24T20:03:52.583Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2000 | 2026-08-24T20:03:52.708Z | Compiling ahash v0.8.12 |
| 2001 | 2026-08-24T20:03:52.751Z | Compiling paste v1.0.15 |
| 2002 | 2026-08-24T20:03:52.808Z | Compiling anyhow v1.0.104 |
| 2003 | 2026-08-24T20:03:52.857Z | Compiling packed_struct v0.10.1 |
| 2004 | 2026-08-24T20:03:52.933Z | Compiling native-tls v0.2.18 |
| 2005 | 2026-08-24T20:03:53.027Z | Compiling tinystr v0.8.2 |
| 2006 | 2026-08-24T20:03:53.027Z | Compiling potential_utf v0.1.4 |
| 2007 | 2026-08-24T20:03:53.126Z | Compiling num-bigint-dig v0.8.6 |
| 2008 | 2026-08-24T20:03:53.157Z | Compiling regex v1.12.3 |
| 2009 | 2026-08-24T20:03:53.176Z | Compiling icu_collections v2.1.1 |
| 2010 | 2026-08-24T20:03:53.199Z | Compiling icu_locale_core v2.1.1 |
| 2011 | 2026-08-24T20:03:53.335Z | Compiling zerocopy-derive v0.7.35 |
| 2012 | 2026-08-24T20:03:53.646Z | Compiling tracing-core v0.1.36 |
| 2013 | 2026-08-24T20:03:53.778Z | Compiling cookie v0.18.1 |
| 2014 | 2026-08-24T20:03:53.966Z | Compiling icu_provider v2.1.1 |
| 2015 | 2026-08-24T20:03:54.113Z | Compiling zeroize v1.9.0 |
| 2016 | 2026-08-24T20:03:54.153Z | Compiling bytes v1.11.1 |
| 2017 | 2026-08-24T20:03:54.258Z | Compiling icu_normalizer v2.1.1 |
| 2018 | 2026-08-24T20:03:54.294Z | Compiling icu_properties v2.1.2 |
| 2019 | 2026-08-24T20:03:54.355Z | Compiling chrono v0.4.45 |
| 2020 | 2026-08-24T20:03:54.663Z | Compiling tokio v1.52.1 |
| 2021 | 2026-08-24T20:03:54.777Z | Compiling hybrid-array v0.4.13 |
| 2022 | 2026-08-24T20:03:54.852Z | Compiling crypto-common v0.1.7 |
| 2023 | 2026-08-24T20:03:54.917Z | Compiling block-buffer v0.10.4 |
| 2024 | 2026-08-24T20:03:55.042Z | Compiling digest v0.10.7 |
| 2025 | 2026-08-24T20:03:55.089Z | Compiling serde_tokenstream v0.2.3 |
| 2026 | 2026-08-24T20:03:55.196Z | Compiling idna_adapter v1.2.1 |
| 2027 | 2026-08-24T20:03:55.347Z | Compiling idna v1.1.0 |
| 2028 | 2026-08-24T20:03:55.431Z | Compiling ppv-lite86 v0.2.21 |
| 2029 | 2026-08-24T20:03:55.591Z | Compiling der v0.7.10 |
| 2030 | 2026-08-24T20:03:55.597Z | Compiling http v1.4.2 |
| 2031 | 2026-08-24T20:03:55.729Z | Compiling url v2.5.8 |
| 2032 | 2026-08-24T20:03:55.847Z | Compiling darling_macro v0.23.0 |
| 2033 | 2026-08-24T20:03:55.869Z | Compiling camino v1.2.5 |
| 2034 | 2026-08-24T20:03:55.927Z | Compiling crypto-common v0.2.2 |
| 2035 | 2026-08-24T20:03:56.152Z | Compiling block-buffer v0.12.1 |
| 2036 | 2026-08-24T20:03:56.208Z | Compiling serde_spanned v0.6.9 |
| 2037 | 2026-08-24T20:03:56.354Z | Compiling darling v0.23.0 |
| 2038 | 2026-08-24T20:03:56.384Z | Compiling toml_datetime v0.6.11 |
| 2039 | 2026-08-24T20:03:56.492Z | Compiling spki v0.7.3 |
| 2040 | 2026-08-24T20:03:56.506Z | Compiling tracing v0.1.44 |
| 2041 | 2026-08-24T20:03:56.692Z | Compiling clap_derive v4.6.1 |
| 2042 | 2026-08-24T20:03:56.732Z | Compiling zerocopy-derive v0.6.6 |
| 2043 | 2026-08-24T20:03:56.747Z | Compiling bitfield-macros v0.19.4 |
| 2044 | 2026-08-24T20:03:56.760Z | Compiling packed_struct_codegen v0.10.1 |
| 2045 | 2026-08-24T20:03:56.803Z | Compiling rand_core v0.9.5 |
| 2046 | 2026-08-24T20:03:57.039Z | Compiling syn v3.0.3 |
| 2047 | 2026-08-24T20:03:57.180Z | Compiling indexmap v1.9.3 |
| 2048 | 2026-08-24T20:03:57.332Z | Compiling simd-adler32 v0.3.8 |
| 2049 | 2026-08-24T20:03:57.434Z | Compiling object v0.37.3 |
| 2050 | 2026-08-24T20:03:57.447Z | Compiling fastrand v2.3.0 |
| 2051 | 2026-08-24T20:03:57.587Z | Compiling pkcs8 v0.10.2 |
| 2052 | 2026-08-24T20:03:57.710Z | Compiling http-body v1.0.1 |
| 2053 | 2026-08-24T20:03:57.785Z | Compiling rustls-pki-types v1.14.0 |
| 2054 | 2026-08-24T20:03:57.941Z | Compiling spin v0.9.8 |
| 2055 | 2026-08-24T20:03:57.964Z | Compiling usdt-impl v0.5.0 |
| 2056 | 2026-08-24T20:03:58.203Z | Compiling utf8parse v0.2.2 |
| 2057 | 2026-08-24T20:03:58.218Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-08-24T20:03:58.295Z | Compiling anstyle v1.0.14 |
| 2059 | 2026-08-24T20:03:58.330Z | Compiling winnow v0.5.40 |
| 2060 | 2026-08-24T20:03:58.390Z | Compiling tinyvec_macros v0.1.1 |
| 2061 | 2026-08-24T20:03:58.469Z | Compiling tokio-util v0.7.18 |
| 2062 | 2026-08-24T20:03:58.525Z | Compiling either v1.15.0 |
| 2063 | 2026-08-24T20:03:58.540Z | Compiling usdt-impl v0.6.0 |
| 2064 | 2026-08-24T20:03:58.620Z | Compiling ref-cast v1.0.25 |
| 2065 | 2026-08-24T20:03:58.647Z | Compiling openssl-probe v0.2.1 |
| 2066 | 2026-08-24T20:03:58.662Z | Compiling tempfile v3.27.0 |
| 2067 | 2026-08-24T20:03:58.750Z | Compiling tinyvec v1.10.0 |
| 2068 | 2026-08-24T20:03:58.781Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-08-24T20:03:58.820Z | Compiling anstyle-parse v1.0.0 |
| 2070 | 2026-08-24T20:03:58.903Z | Compiling rand_chacha v0.9.0 |
| 2071 | 2026-08-24T20:03:59.106Z | Compiling scroll v0.13.0 |
| 2072 | 2026-08-24T20:03:59.115Z | Compiling scroll v0.12.0 |
| 2073 | 2026-08-24T20:03:59.206Z | Compiling async-trait v0.1.89 |
| 2074 | 2026-08-24T20:03:59.275Z | Compiling terminal_size v0.4.3 |
| 2075 | 2026-08-24T20:03:59.314Z | Compiling heapless v0.7.17 |
| 2076 | 2026-08-24T20:03:59.463Z | Compiling signal-hook v0.3.18 |
| 2077 | 2026-08-24T20:03:59.468Z | Compiling litrs v1.0.0 |
| 2078 | 2026-08-24T20:03:59.483Z | Compiling try-lock v0.2.5 |
| 2079 | 2026-08-24T20:03:59.570Z | Compiling cpufeatures v0.2.17 |
| 2080 | 2026-08-24T20:03:59.600Z | Compiling winnow v0.7.14 |
| 2081 | 2026-08-24T20:03:59.640Z | Compiling toml_edit v0.19.15 |
| 2082 | 2026-08-24T20:03:59.657Z | Compiling colorchoice v1.0.4 |
| 2083 | 2026-08-24T20:03:59.672Z | Compiling unicode-segmentation v1.12.0 |
| 2084 | 2026-08-24T20:03:59.766Z | Compiling tower-layer v0.3.3 |
| 2085 | 2026-08-24T20:03:59.791Z | Compiling untrusted v0.7.1 |
| 2086 | 2026-08-24T20:03:59.804Z | Compiling zstd-safe v7.2.4 |
| 2087 | 2026-08-24T20:03:59.919Z | Compiling is_terminal_polyfill v1.70.2 |
| 2088 | 2026-08-24T20:03:59.936Z | Compiling atomic-waker v1.1.2 |
| 2089 | 2026-08-24T20:03:59.953Z | Compiling tower-service v0.3.3 |
| 2090 | 2026-08-24T20:04:00.029Z | Compiling rustix v0.38.44 |
| 2091 | 2026-08-24T20:04:00.062Z | Compiling winnow v1.0.3 |
| 2092 | 2026-08-24T20:04:00.065Z | Compiling anstyle-query v1.1.5 |
| 2093 | 2026-08-24T20:04:00.096Z | Compiling h2 v0.4.15 |
| 2094 | 2026-08-24T20:04:00.101Z | Compiling daft-derive v0.1.8 |
| 2095 | 2026-08-24T20:04:00.114Z | Compiling document-features v0.2.12 |
| 2096 | 2026-08-24T20:04:00.193Z | Compiling anstream v1.0.0 |
| 2097 | 2026-08-24T20:04:00.488Z | Compiling want v0.3.1 |
| 2098 | 2026-08-24T20:04:00.665Z | Compiling goblin v0.8.2 |
| 2099 | 2026-08-24T20:04:00.780Z | Compiling goblin v0.10.5 |
| 2100 | 2026-08-24T20:04:00.813Z | Compiling rand v0.9.2 |
| 2101 | 2026-08-24T20:04:00.838Z | Compiling itertools v0.15.0 |
| 2102 | 2026-08-24T20:04:00.988Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2103 | 2026-08-24T20:04:01.092Z | Compiling block-padding v0.4.2 |
| 2104 | 2026-08-24T20:04:01.096Z | Compiling zerocopy v0.7.35 |
| 2105 | 2026-08-24T20:04:01.263Z | Compiling ipnet v2.12.0 |
| 2106 | 2026-08-24T20:04:01.417Z | Compiling ref-cast-impl v1.0.25 |
| 2107 | 2026-08-24T20:04:01.580Z | Compiling structmeta-derive v0.3.0 |
| 2108 | 2026-08-24T20:04:01.620Z | Compiling darling_core v0.20.11 |
| 2109 | 2026-08-24T20:04:01.675Z | Compiling curve25519-dalek v4.1.3 |
| 2110 | 2026-08-24T20:04:01.788Z | Compiling wait-timeout v0.2.1 |
| 2111 | 2026-08-24T20:04:01.805Z | Compiling memoffset v0.9.1 |
| 2112 | 2026-08-24T20:04:01.879Z | Compiling foreign-types-shared v0.1.1 |
| 2113 | 2026-08-24T20:04:01.904Z | Compiling httpdate v1.0.3 |
| 2114 | 2026-08-24T20:04:01.997Z | Compiling quick-error v1.2.3 |
| 2115 | 2026-08-24T20:04:02.043Z | Compiling tap v1.0.1 |
| 2116 | 2026-08-24T20:04:02.047Z | Compiling untrusted v0.9.0 |
| 2117 | 2026-08-24T20:04:02.119Z | Compiling powerfmt v0.2.0 |
| 2118 | 2026-08-24T20:04:02.136Z | Compiling const-oid v0.10.2 |
| 2119 | 2026-08-24T20:04:02.226Z | Compiling cpufeatures v0.3.0 |
| 2120 | 2026-08-24T20:04:02.226Z | Compiling bit-vec v0.8.0 |
| 2121 | 2026-08-24T20:04:02.314Z | Compiling digest v0.11.3 |
| 2122 | 2026-08-24T20:04:02.332Z | Compiling deranged v0.5.8 |
| 2123 | 2026-08-24T20:04:02.406Z | Compiling wyz v0.5.1 |
| 2124 | 2026-08-24T20:04:02.471Z | Compiling bit-set v0.8.0 |
| 2125 | 2026-08-24T20:04:02.487Z | Compiling rusty-fork v0.3.1 |
| 2126 | 2026-08-24T20:04:02.501Z | Compiling foreign-types v0.3.2 |
| 2127 | 2026-08-24T20:04:02.583Z | Compiling structmeta v0.3.0 |
| 2128 | 2026-08-24T20:04:02.598Z | Compiling inout v0.2.2 |
| 2129 | 2026-08-24T20:04:02.650Z | Compiling unicode-normalization v0.1.25 |
| 2130 | 2026-08-24T20:04:02.814Z | Compiling ipnetwork v0.21.1 |
| 2131 | 2026-08-24T20:04:02.859Z | Compiling rand_xorshift v0.4.0 |
| 2132 | 2026-08-24T20:04:02.878Z | Compiling dtrace-parser v0.2.0 |
| 2133 | 2026-08-24T20:04:02.903Z | Compiling dof v0.3.0 |
| 2134 | 2026-08-24T20:04:03.015Z | Compiling rand_chacha v0.3.1 |
| 2135 | 2026-08-24T20:04:03.132Z | Compiling signature v2.2.0 |
| 2136 | 2026-08-24T20:04:03.242Z | Compiling hyper v1.10.1 |
| 2137 | 2026-08-24T20:04:03.393Z | Compiling hex v0.4.3 |
| 2138 | 2026-08-24T20:04:03.476Z | Compiling dtrace-parser v0.3.0 |
| 2139 | 2026-08-24T20:04:03.499Z | Compiling dof v0.4.0 |
| 2140 | 2026-08-24T20:04:03.571Z | Compiling darling_macro v0.20.11 |
| 2141 | 2026-08-24T20:04:03.736Z | Compiling pin-project-internal v1.1.11 |
| 2142 | 2026-08-24T20:04:03.753Z | Compiling num-integer v0.1.46 |
| 2143 | 2026-08-24T20:04:03.906Z | Compiling thread-id v4.2.2 |
| 2144 | 2026-08-24T20:04:04.008Z | Compiling thread-id v5.1.0 |
| 2145 | 2026-08-24T20:04:04.028Z | Compiling funty v2.0.0 |
| 2146 | 2026-08-24T20:04:04.076Z | Compiling cfg_aliases v0.2.1 |
| 2147 | 2026-08-24T20:04:04.106Z | Compiling clap_lex v1.0.0 |
| 2148 | 2026-08-24T20:04:04.164Z | Compiling owo-colors v4.3.0 |
| 2149 | 2026-08-24T20:04:04.195Z | Compiling unarray v0.1.4 |
| 2150 | 2026-08-24T20:04:04.303Z | Compiling num_threads v0.1.7 |
| 2151 | 2026-08-24T20:04:04.337Z | Compiling smoltcp v0.9.1 |
| 2152 | 2026-08-24T20:04:04.425Z | Compiling bitvec v1.0.1 |
| 2153 | 2026-08-24T20:04:04.463Z | Compiling time v0.3.47 |
| 2154 | 2026-08-24T20:04:04.480Z | Compiling hyper-util v0.1.20 |
| 2155 | 2026-08-24T20:04:04.498Z | Compiling proptest v1.11.0 |
| 2156 | 2026-08-24T20:04:04.533Z | Compiling clap_builder v4.6.0 |
| 2157 | 2026-08-24T20:04:04.563Z | Compiling nix v0.31.2 |
| 2158 | 2026-08-24T20:04:04.566Z | Compiling darling v0.20.11 |
| 2159 | 2026-08-24T20:04:04.612Z | Compiling num-iter v0.1.45 |
| 2160 | 2026-08-24T20:04:04.750Z | Compiling rand v0.8.6 |
| 2161 | 2026-08-24T20:04:04.803Z | Compiling cipher v0.5.2 |
| 2162 | 2026-08-24T20:04:04.927Z | Compiling sha2 v0.10.9 |
| 2163 | 2026-08-24T20:04:05.178Z | Compiling lazy_static v1.5.0 |
| 2164 | 2026-08-24T20:04:05.393Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2165 | 2026-08-24T20:04:05.396Z | Compiling sync_wrapper v1.0.2 |
| 2166 | 2026-08-24T20:04:05.534Z | Compiling nodrop v0.1.14 |
| 2167 | 2026-08-24T20:04:05.641Z | Compiling zlib-rs v0.6.2 |
| 2168 | 2026-08-24T20:04:05.806Z | Compiling crc-catalog v2.4.0 |
| 2169 | 2026-08-24T20:04:05.956Z | Compiling siphasher v1.0.2 |
| 2170 | 2026-08-24T20:04:06.011Z | Compiling clap v4.6.1 |
| 2171 | 2026-08-24T20:04:06.171Z | Compiling crc v3.4.0 |
| 2172 | 2026-08-24T20:04:06.455Z | Compiling array-init v0.0.4 |
| 2173 | 2026-08-24T20:04:06.820Z | Compiling newtype-uuid v1.3.2 |
| 2174 | 2026-08-24T20:04:06.876Z | Compiling tower v0.5.3 |
| 2175 | 2026-08-24T20:04:07.328Z | Compiling oxnet v0.1.6 |
| 2176 | 2026-08-24T20:04:07.373Z | Compiling chacha20 v0.10.0 |
| 2177 | 2026-08-24T20:04:07.398Z | Compiling smallvec v0.6.14 |
| 2178 | 2026-08-24T20:04:07.414Z | Compiling derive_builder_core v0.20.2 |
| 2179 | 2026-08-24T20:04:07.578Z | Compiling http-body-util v0.1.3 |
| 2180 | 2026-08-24T20:04:07.621Z | Compiling pkcs1 v0.7.5 |
| 2181 | 2026-08-24T20:04:07.713Z | Compiling flate2 v1.1.9 |
| 2182 | 2026-08-24T20:04:07.809Z | Compiling zerocopy v0.6.6 |
| 2183 | 2026-08-24T20:04:07.831Z | Compiling bitfield v0.19.4 |
| 2184 | 2026-08-24T20:04:07.922Z | Compiling erased-serde v0.3.31 |
| 2185 | 2026-08-24T20:04:08.033Z | Compiling strum_macros v0.27.2 |
| 2186 | 2026-08-24T20:04:08.048Z | Compiling snafu-derive v0.8.9 |
| 2187 | 2026-08-24T20:04:08.063Z | Compiling strum_macros v0.26.4 |
| 2188 | 2026-08-24T20:04:08.118Z | Compiling hubpack_derive v0.1.1 |
| 2189 | 2026-08-24T20:04:08.153Z | Compiling env_filter v2.0.0 |
| 2190 | 2026-08-24T20:04:08.169Z | Compiling fs-err v3.3.0 |
| 2191 | 2026-08-24T20:04:08.210Z | Compiling unicode-properties v0.1.4 |
| 2192 | 2026-08-24T20:04:08.332Z | Compiling gimli v0.32.3 |
| 2193 | 2026-08-24T20:04:08.348Z | Compiling hashbrown v0.12.3 |
| 2194 | 2026-08-24T20:04:08.382Z | Compiling base64 v0.21.7 |
| 2195 | 2026-08-24T20:04:08.421Z | Compiling ryu v1.0.23 |
| 2196 | 2026-08-24T20:04:08.442Z | Compiling unicode-bidi v0.3.18 |
| 2197 | 2026-08-24T20:04:08.531Z | Compiling iri-string v0.7.10 |
| 2198 | 2026-08-24T20:04:08.821Z | Compiling allocator-api2 v0.2.21 |
| 2199 | 2026-08-24T20:04:08.932Z | Compiling stringprep v0.1.5 |
| 2200 | 2026-08-24T20:04:09.300Z | Compiling ron v0.8.1 |
| 2201 | 2026-08-24T20:04:09.398Z | Compiling serde_urlencoded v0.7.1 |
| 2202 | 2026-08-24T20:04:09.635Z | Compiling env_logger v0.11.11 |
| 2203 | 2026-08-24T20:04:09.654Z | Compiling tower-http v0.6.8 |
| 2204 | 2026-08-24T20:04:09.884Z | Compiling derive_builder_macro v0.20.2 |
| 2205 | 2026-08-24T20:04:09.965Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2206 | 2026-08-24T20:04:10.065Z | Compiling addr2line v0.25.1 |
| 2207 | 2026-08-24T20:04:10.102Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2208 | 2026-08-24T20:04:10.130Z | Compiling rsa v0.9.10 |
| 2209 | 2026-08-24T20:04:10.342Z | Compiling rand v0.10.1 |
| 2210 | 2026-08-24T20:04:10.386Z | Compiling daft v0.1.8 |
| 2211 | 2026-08-24T20:04:10.413Z | Compiling serde-hex v0.1.0 |
| 2212 | 2026-08-24T20:04:10.427Z | Compiling hashbrown v0.13.2 |
| 2213 | 2026-08-24T20:04:10.471Z | Compiling tokio-native-tls v0.3.1 |
| 2214 | 2026-08-24T20:04:10.632Z | Compiling bzip2 v0.4.4 |
| 2215 | 2026-08-24T20:04:10.664Z | Compiling usdt-attr-macro v0.6.0 |
| 2216 | 2026-08-24T20:04:10.683Z | Compiling usdt-macro v0.6.0 |
| 2217 | 2026-08-24T20:04:10.696Z | Compiling sha2 v0.11.0 |
| 2218 | 2026-08-24T20:04:10.716Z | Compiling derive-ex v0.1.8 |
| 2219 | 2026-08-24T20:04:10.808Z | Compiling hmac v0.13.0 |
| 2220 | 2026-08-24T20:04:10.911Z | Compiling md-5 v0.11.0 |
| 2221 | 2026-08-24T20:04:10.935Z | Compiling convert_case v0.10.0 |
| 2222 | 2026-08-24T20:04:11.031Z | Compiling rustls-native-certs v0.8.3 |
| 2223 | 2026-08-24T20:04:11.119Z | Compiling x509-cert v0.2.5 |
| 2224 | 2026-08-24T20:04:11.401Z | Compiling bstr v1.12.1 |
| 2225 | 2026-08-24T20:04:11.469Z | Compiling vergen-lib v9.1.0 |
| 2226 | 2026-08-24T20:04:11.583Z | Compiling hash32 v0.2.1 |
| 2227 | 2026-08-24T20:04:11.644Z | Compiling encoding_rs v0.8.35 |
| 2228 | 2026-08-24T20:04:11.790Z | Compiling mime v0.3.17 |
| 2229 | 2026-08-24T20:04:12.034Z | Compiling unicode-width v0.2.0 |
| 2230 | 2026-08-24T20:04:12.191Z | Compiling crc-any v2.5.0 |
| 2231 | 2026-08-24T20:04:12.239Z | Compiling rustc-demangle v0.1.27 |
| 2232 | 2026-08-24T20:04:12.275Z | Compiling fallible-iterator v0.2.0 |
| 2233 | 2026-08-24T20:04:12.307Z | Compiling psl-types v2.0.11 |
| 2234 | 2026-08-24T20:04:12.380Z | Compiling test-strategy v0.4.5 |
| 2235 | 2026-08-24T20:04:12.426Z | Compiling publicsuffix v2.3.0 |
| 2236 | 2026-08-24T20:04:12.625Z | Compiling postgres-protocol v0.6.12 |
| 2237 | 2026-08-24T20:04:12.835Z | Compiling backtrace v0.3.76 |
| 2238 | 2026-08-24T20:04:13.183Z | Compiling derive_more-impl v2.1.1 |
| 2239 | 2026-08-24T20:04:13.304Z | Compiling object v0.30.4 |
| 2240 | 2026-08-24T20:04:13.402Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2241 | 2026-08-24T20:04:13.418Z | Compiling zip v0.6.6 |
| 2242 | 2026-08-24T20:04:13.497Z | Compiling hyper-tls v0.6.0 |
| 2243 | 2026-08-24T20:04:13.517Z | Compiling derive_builder v0.20.2 |
| 2244 | 2026-08-24T20:04:13.661Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2245 | 2026-08-24T20:04:13.734Z | Compiling phf_shared v0.13.1 |
| 2246 | 2026-08-24T20:04:13.765Z | Compiling pin-project v1.1.11 |
| 2247 | 2026-08-24T20:04:13.945Z | Compiling toml v0.7.8 |
| 2248 | 2026-08-24T20:04:14.017Z | Compiling heck v0.4.1 |
| 2249 | 2026-08-24T20:04:14.047Z | Compiling serde_with_macros v3.21.0 |
| 2250 | 2026-08-24T20:04:14.086Z | Compiling hmac v0.12.1 |
| 2251 | 2026-08-24T20:04:14.101Z | Compiling futures-executor v0.3.32 |
| 2252 | 2026-08-24T20:04:14.375Z | Compiling async-recursion v1.1.1 |
| 2253 | 2026-08-24T20:04:14.412Z | Compiling enum-as-inner v0.6.1 |
| 2254 | 2026-08-24T20:04:14.487Z | Compiling serde_repr v0.1.20 |
| 2255 | 2026-08-24T20:04:14.527Z | Compiling miette-derive v7.6.0 |
| 2256 | 2026-08-24T20:04:14.687Z | Compiling ff v0.13.1 |
| 2257 | 2026-08-24T20:04:14.715Z | Compiling vergen v9.1.0 |
| 2258 | 2026-08-24T20:04:14.766Z | Compiling cargo-platform v0.3.2 |
| 2259 | 2026-08-24T20:04:14.842Z | Compiling bitflags v1.3.2 |
| 2260 | 2026-08-24T20:04:14.937Z | Compiling unicode-linebreak v0.1.5 |
| 2261 | 2026-08-24T20:04:14.939Z | Compiling path-slash v0.1.5 |
| 2262 | 2026-08-24T20:04:15.028Z | Compiling base16ct v0.2.0 |
| 2263 | 2026-08-24T20:04:15.059Z | Compiling libbz2-rs-sys v0.2.2 |
| 2264 | 2026-08-24T20:04:15.093Z | Compiling foldhash v0.2.0 |
| 2265 | 2026-08-24T20:04:15.152Z | Compiling bumpalo v3.20.2 |
| 2266 | 2026-08-24T20:04:15.198Z | Compiling same-file v1.0.6 |
| 2267 | 2026-08-24T20:04:15.304Z | Compiling jiff-core v0.1.0 |
| 2268 | 2026-08-24T20:04:15.319Z | Compiling smawk v0.3.2 |
| 2269 | 2026-08-24T20:04:15.363Z | Compiling managed v0.8.0 |
| 2270 | 2026-08-24T20:04:15.413Z | Compiling is_ci v1.2.0 |
| 2271 | 2026-08-24T20:04:15.459Z | Compiling foldhash v0.1.5 |
| 2272 | 2026-08-24T20:04:15.686Z | Compiling hashbrown v0.15.5 |
| 2273 | 2026-08-24T20:04:15.693Z | Compiling textwrap v0.16.2 |
| 2274 | 2026-08-24T20:04:15.693Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2275 | 2026-08-24T20:04:15.693Z | Compiling supports-color v3.0.2 |
| 2276 | 2026-08-24T20:04:15.750Z | Compiling bzip2 v0.6.1 |
| 2277 | 2026-08-24T20:04:15.838Z | Compiling zopfli v0.8.3 |
| 2278 | 2026-08-24T20:04:16.945Z | Compiling walkdir v2.5.0 |
| 2279 | 2026-08-24T20:04:16.990Z | Compiling hashbrown v0.16.1 |
| 2280 | 2026-08-24T20:04:16.990Z | Compiling jiff v0.2.34 |
| 2281 | 2026-08-24T20:04:16.991Z | Compiling sec1 v0.7.3 |
| 2282 | 2026-08-24T20:04:17.031Z | Compiling cargo_metadata v0.23.1 |
| 2283 | 2026-08-24T20:04:17.031Z | Compiling group v0.13.0 |
| 2284 | 2026-08-24T20:04:17.031Z | Compiling futures v0.3.32 |
| 2285 | 2026-08-24T20:04:17.031Z | Compiling hkdf v0.12.4 |
| 2286 | 2026-08-24T20:04:17.031Z | Compiling phf v0.13.1 |
| 2287 | 2026-08-24T20:04:17.039Z | Compiling snafu v0.8.9 |
| 2288 | 2026-08-24T20:04:17.067Z | Compiling reqwest v0.12.28 |
| 2289 | 2026-08-24T20:04:17.328Z | Compiling signal-hook-mio v0.2.5 |
| 2290 | 2026-08-24T20:04:17.364Z | Compiling cookie_store v0.22.1 |
| 2291 | 2026-08-24T20:04:17.389Z | Compiling backtrace-ext v0.2.1 |
| 2292 | 2026-08-24T20:04:17.451Z | Compiling postgres-types v0.2.14 |
| 2293 | 2026-08-24T20:04:17.527Z | Compiling zstd v0.13.3 |
| 2294 | 2026-08-24T20:04:17.530Z | Compiling globset v0.4.18 |
| 2295 | 2026-08-24T20:04:17.575Z | Compiling strum v0.27.2 |
| 2296 | 2026-08-24T20:04:17.635Z | Compiling hubpack v0.1.2 |
| 2297 | 2026-08-24T20:04:17.860Z | Compiling phf_shared v0.11.3 |
| 2298 | 2026-08-24T20:04:17.875Z | Compiling crossbeam-epoch v0.9.18 |
| 2299 | 2026-08-24T20:04:17.910Z | Compiling byte-wrapper v0.1.0 |
| 2300 | 2026-08-24T20:04:17.926Z | Compiling ed25519 v2.2.3 |
| 2301 | 2026-08-24T20:04:17.958Z | Compiling olpc-cjson v0.1.4 |
| 2302 | 2026-08-24T20:04:18.155Z | Compiling crypto-bigint v0.5.5 |
| 2303 | 2026-08-24T20:04:18.172Z | Compiling serde_plain v1.0.2 |
| 2304 | 2026-08-24T20:04:18.190Z | Compiling serde-big-array v0.5.1 |
| 2305 | 2026-08-24T20:04:18.283Z | Compiling pem v3.0.6 |
| 2306 | 2026-08-24T20:04:18.354Z | Compiling float-cmp v0.10.0 |
| 2307 | 2026-08-24T20:04:18.386Z | Compiling memmap2 v0.9.10 |
| 2308 | 2026-08-24T20:04:18.517Z | Compiling static_assertions v1.1.0 |
| 2309 | 2026-08-24T20:04:18.582Z | Compiling keccak v0.1.6 |
| 2310 | 2026-08-24T20:04:18.602Z | Compiling toml_write v0.1.2 |
| 2311 | 2026-08-24T20:04:18.618Z | Compiling unicode-width v0.1.14 |
| 2312 | 2026-08-24T20:04:18.736Z | Compiling normalize-line-endings v0.3.0 |
| 2313 | 2026-08-24T20:04:18.789Z | Compiling new_debug_unreachable v1.0.6 |
| 2314 | 2026-08-24T20:04:18.791Z | Compiling supports-unicode v3.0.0 |
| 2315 | 2026-08-24T20:04:18.822Z | Compiling whoami v2.1.0 |
| 2316 | 2026-08-24T20:04:18.853Z | Compiling predicates-core v1.0.10 |
| 2317 | 2026-08-24T20:04:18.871Z | Compiling fixedbitset v0.5.7 |
| 2318 | 2026-08-24T20:04:18.888Z | Compiling typed-path v0.9.3 |
| 2319 | 2026-08-24T20:04:18.910Z | Compiling fixedbitset v0.4.2 |
| 2320 | 2026-08-24T20:04:19.034Z | Compiling supports-hyperlinks v3.2.0 |
| 2321 | 2026-08-24T20:04:19.125Z | Compiling difflib v0.4.0 |
| 2322 | 2026-08-24T20:04:19.163Z | Compiling precomputed-hash v0.1.1 |
| 2323 | 2026-08-24T20:04:19.167Z | Compiling data-encoding v2.10.0 |
| 2324 | 2026-08-24T20:04:19.257Z | Compiling string_cache v0.8.9 |
| 2325 | 2026-08-24T20:04:19.272Z | Compiling miette v7.6.0 |
| 2326 | 2026-08-24T20:04:19.362Z | Compiling predicates v3.1.4 |
| 2327 | 2026-08-24T20:04:19.490Z | Compiling hickory-proto v0.25.2 |
| 2328 | 2026-08-24T20:04:19.578Z | Compiling elliptic-curve v0.13.8 |
| 2329 | 2026-08-24T20:04:19.694Z | Compiling petgraph v0.8.3 |
| 2330 | 2026-08-24T20:04:19.723Z | Compiling petgraph v0.6.5 |
| 2331 | 2026-08-24T20:04:19.762Z | Compiling tokio-postgres v0.7.18 |
| 2332 | 2026-08-24T20:04:19.929Z | Compiling toml_edit v0.22.27 |
| 2333 | 2026-08-24T20:04:20.023Z | Compiling sha3 v0.10.8 |
| 2334 | 2026-08-24T20:04:20.173Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2335 | 2026-08-24T20:04:20.265Z | Compiling usdt v0.6.0 |
| 2336 | 2026-08-24T20:04:20.394Z | Compiling zip v4.6.1 |
| 2337 | 2026-08-24T20:04:21.270Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2338 | 2026-08-24T20:04:21.796Z | Compiling ed25519-dalek v2.2.0 |
| 2339 | 2026-08-24T20:04:22.118Z | Compiling crossterm v0.28.1 |
| 2340 | 2026-08-24T20:04:22.619Z | Compiling iddqd v0.4.2 |
| 2341 | 2026-08-24T20:04:22.692Z | Compiling oxide-generation v0.1.3 |
| 2342 | 2026-08-24T20:04:22.888Z | Compiling serde_with v3.21.0 |
| 2343 | 2026-08-24T20:04:23.004Z | Compiling derive_more v2.1.1 |
| 2344 | 2026-08-24T20:04:23.005Z | Compiling similar v2.7.0 |
| 2345 | 2026-08-24T20:04:23.126Z | Compiling strum v0.26.3 |
| 2346 | 2026-08-24T20:04:23.270Z | Compiling tokio-stream v0.1.18 |
| 2347 | 2026-08-24T20:04:23.324Z | Compiling itertools v0.13.0 |
| 2348 | 2026-08-24T20:04:23.355Z | Compiling buf-list v1.1.2 |
| 2349 | 2026-08-24T20:04:23.562Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2350 | 2026-08-24T20:04:23.751Z | Compiling openapiv3 v2.2.0 |
| 2351 | 2026-08-24T20:04:23.881Z | Compiling peg-runtime v0.8.5 |
| 2352 | 2026-08-24T20:04:24.258Z | Compiling lalrpop-util v0.19.12 |
| 2353 | 2026-08-24T20:04:38.443Z | Compiling rustls-webpki v0.103.13 |
| 2354 | 2026-08-24T20:04:42.413Z | Compiling tokio-rustls v0.26.4 |
| 2355 | 2026-08-24T20:04:42.433Z | Compiling rustls-platform-verifier v0.6.2 |
| 2356 | 2026-08-24T20:04:42.464Z | Compiling tough v0.22.0 |
| 2357 | 2026-08-24T20:04:42.642Z | Compiling hyper-rustls v0.27.7 |
| 2358 | 2026-08-24T20:04:42.953Z | Compiling reqwest v0.13.2 |
| 2359 | 2026-08-24T20:04:46.034Z | Compiling macaddr v1.0.1 |
| 2360 | 2026-08-24T20:04:46.050Z | Compiling crucible-workspace-hack v0.1.0 |
| 2361 | 2026-08-24T20:04:46.085Z | Compiling rayon-core v1.13.0 |
| 2362 | 2026-08-24T20:04:46.088Z | Compiling secrecy v0.10.3 |
| 2363 | 2026-08-24T20:04:46.235Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2364 | 2026-08-24T20:04:46.271Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2365 | 2026-08-24T20:04:46.274Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2366 | 2026-08-24T20:04:46.306Z | Compiling heapless v0.8.0 |
| 2367 | 2026-08-24T20:04:46.354Z | Compiling crossbeam-deque v0.8.6 |
| 2368 | 2026-08-24T20:04:46.380Z | Compiling ingot-macros v0.2.0 |
| 2369 | 2026-08-24T20:04:46.457Z | Compiling inout v0.1.4 |
| 2370 | 2026-08-24T20:04:46.473Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2371 | 2026-08-24T20:04:46.490Z | Compiling hash32 v0.3.1 |
| 2372 | 2026-08-24T20:04:46.564Z | Compiling multer v3.1.0 |
| 2373 | 2026-08-24T20:04:46.600Z | Compiling thread_local v1.1.9 |
| 2374 | 2026-08-24T20:04:46.634Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2375 | 2026-08-24T20:04:46.651Z | Compiling match_cfg v0.1.0 |
| 2376 | 2026-08-24T20:04:46.674Z | Compiling compression-core v0.4.31 |
| 2377 | 2026-08-24T20:04:46.702Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2378 | 2026-08-24T20:04:46.771Z | Compiling slog-async v2.8.0 |
| 2379 | 2026-08-24T20:04:46.809Z | Compiling smoltcp v0.11.0 |
| 2380 | 2026-08-24T20:04:46.870Z | Compiling compression-codecs v0.4.37 |
| 2381 | 2026-08-24T20:04:46.927Z | Compiling hostname v0.3.1 |
| 2382 | 2026-08-24T20:04:46.945Z | Compiling cipher v0.4.4 |
| 2383 | 2026-08-24T20:04:47.148Z | Compiling proc-macro-crate v3.4.0 |
| 2384 | 2026-08-24T20:04:47.184Z | Compiling atomicwrites v0.4.4 |
| 2385 | 2026-08-24T20:04:47.203Z | Compiling slog-json v2.6.1 |
| 2386 | 2026-08-24T20:04:47.224Z | Compiling crossbeam-channel v0.5.15 |
| 2387 | 2026-08-24T20:04:47.251Z | Compiling half v2.7.1 |
| 2388 | 2026-08-24T20:04:47.351Z | Compiling newtype-uuid-macros v0.1.0 |
| 2389 | 2026-08-24T20:04:47.402Z | Compiling universal-hash v0.5.1 |
| 2390 | 2026-08-24T20:04:47.464Z | Compiling cobs v0.3.0 |
| 2391 | 2026-08-24T20:04:47.481Z | Compiling async-stream-impl v0.3.6 |
| 2392 | 2026-08-24T20:04:47.498Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2393 | 2026-08-24T20:04:47.578Z | Compiling serde_spanned v1.1.1 |
| 2394 | 2026-08-24T20:04:47.595Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2395 | 2026-08-24T20:04:47.615Z | Compiling is-terminal v0.4.17 |
| 2396 | 2026-08-24T20:04:47.737Z | Compiling dropshot v0.17.1 |
| 2397 | 2026-08-24T20:04:47.754Z | Compiling proc-macro-error-attr v1.0.4 |
| 2398 | 2026-08-24T20:04:47.757Z | Compiling term v1.2.1 |
| 2399 | 2026-08-24T20:04:47.913Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2400 | 2026-08-24T20:04:47.958Z | Compiling convert_case v0.4.0 |
| 2401 | 2026-08-24T20:04:47.979Z | Compiling take_mut v0.2.2 |
| 2402 | 2026-08-24T20:04:48.036Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2403 | 2026-08-24T20:04:48.074Z | Compiling ciborium-io v0.2.2 |
| 2404 | 2026-08-24T20:04:48.097Z | Compiling opaque-debug v0.3.1 |
| 2405 | 2026-08-24T20:04:48.121Z | Compiling slog-term v2.9.2 |
| 2406 | 2026-08-24T20:04:48.205Z | Compiling poly1305 v0.8.0 |
| 2407 | 2026-08-24T20:04:48.211Z | Compiling ciborium-ll v0.2.2 |
| 2408 | 2026-08-24T20:04:48.211Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2409 | 2026-08-24T20:04:48.266Z | Compiling derive_more v0.99.20 |
| 2410 | 2026-08-24T20:04:48.311Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2411 | 2026-08-24T20:04:48.465Z | Compiling async-stream v0.3.6 |
| 2412 | 2026-08-24T20:04:48.529Z | Compiling thiserror-no-std v2.0.2 |
| 2413 | 2026-08-24T20:04:48.605Z | Compiling postcard v1.1.3 |
| 2414 | 2026-08-24T20:04:48.640Z | Compiling num_enum_derive v0.7.6 |
| 2415 | 2026-08-24T20:04:48.675Z | Compiling slog-bunyan v2.5.0 |
| 2416 | 2026-08-24T20:04:48.883Z | Compiling chacha20 v0.9.1 |
| 2417 | 2026-08-24T20:04:48.901Z | Compiling async-compression v0.4.41 |
| 2418 | 2026-08-24T20:04:49.001Z | Compiling ingot-types v0.2.0 |
| 2419 | 2026-08-24T20:04:49.046Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2420 | 2026-08-24T20:04:49.162Z | Compiling sha1 v0.11.0 |
| 2421 | 2026-08-24T20:04:49.379Z | Compiling parse-display-derive v0.10.0 |
| 2422 | 2026-08-24T20:04:49.382Z | Compiling proc-macro-crate v1.3.1 |
| 2423 | 2026-08-24T20:04:49.485Z | Compiling ingot v0.2.1 |
| 2424 | 2026-08-24T20:04:49.578Z | Compiling waitgroup v0.1.2 |
| 2425 | 2026-08-24T20:04:49.599Z | Compiling rustls-pemfile v2.2.0 |
| 2426 | 2026-08-24T20:04:49.615Z | Compiling backon v1.6.0 |
| 2427 | 2026-08-24T20:04:49.632Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2428 | 2026-08-24T20:04:49.758Z | Compiling blake2 v0.10.6 |
| 2429 | 2026-08-24T20:04:49.774Z | Compiling dropshot_endpoint v0.17.1 |
| 2430 | 2026-08-24T20:04:49.885Z | Compiling aead v0.5.2 |
| 2431 | 2026-08-24T20:04:49.904Z | Compiling password-hash v0.5.0 |
| 2432 | 2026-08-24T20:04:50.098Z | Compiling foreign-types-macros v0.2.3 |
| 2433 | 2026-08-24T20:04:50.186Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2434 | 2026-08-24T20:04:50.282Z | Compiling serde_path_to_error v0.1.20 |
| 2435 | 2026-08-24T20:04:50.459Z | Compiling hostname v0.4.2 |
| 2436 | 2026-08-24T20:04:50.474Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2437 | 2026-08-24T20:04:50.614Z | Compiling proc-macro-error v1.0.4 |
| 2438 | 2026-08-24T20:04:50.642Z | Compiling instant v0.1.13 |
| 2439 | 2026-08-24T20:04:50.689Z | Compiling foreign-types-shared v0.3.1 |
| 2440 | 2026-08-24T20:04:50.706Z | Compiling debug-ignore v1.0.5 |
| 2441 | 2026-08-24T20:04:50.742Z | Compiling backoff v0.4.0 |
| 2442 | 2026-08-24T20:04:50.774Z | Compiling foreign-types v0.5.0 |
| 2443 | 2026-08-24T20:04:50.791Z | Compiling argon2 v0.5.3 |
| 2444 | 2026-08-24T20:04:50.805Z | Compiling chacha20poly1305 v0.10.1 |
| 2445 | 2026-08-24T20:04:50.850Z | Compiling parse-display v0.10.0 |
| 2446 | 2026-08-24T20:04:50.853Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2447 | 2026-08-24T20:04:50.882Z | Compiling num_enum_derive v0.5.11 |
| 2448 | 2026-08-24T20:04:50.885Z | Compiling num_enum v0.7.6 |
| 2449 | 2026-08-24T20:04:50.960Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2450 | 2026-08-24T20:04:50.979Z | Compiling vsss-rs v3.3.4 |
| 2451 | 2026-08-24T20:04:51.073Z | Compiling ciborium v0.2.2 |
| 2452 | 2026-08-24T20:04:51.356Z | Compiling regress v0.10.5 |
| 2453 | 2026-08-24T20:04:51.372Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2454 | 2026-08-24T20:04:51.423Z | Compiling itertools v0.14.0 |
| 2455 | 2026-08-24T20:04:51.440Z | Compiling tabwriter v1.4.1 |
| 2456 | 2026-08-24T20:04:51.698Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2457 | 2026-08-24T20:04:51.717Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2458 | 2026-08-24T20:04:51.810Z | Compiling cstr-argument v0.1.2 |
| 2459 | 2026-08-24T20:04:51.831Z | Compiling humantime v2.3.0 |
| 2460 | 2026-08-24T20:04:51.847Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2461 | 2026-08-24T20:04:51.998Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2462 | 2026-08-24T20:04:52.014Z | Compiling num_enum v0.5.11 |
| 2463 | 2026-08-24T20:04:52.080Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2464 | 2026-08-24T20:04:52.159Z | Compiling rayon v1.11.0 |
| 2465 | 2026-08-24T20:04:52.177Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2466 | 2026-08-24T20:04:52.181Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2467 | 2026-08-24T20:04:52.280Z | Compiling indent_write v2.2.0 |
| 2468 | 2026-08-24T20:04:52.297Z | Compiling colored v3.1.1 |
| 2469 | 2026-08-24T20:04:52.325Z | Compiling libefi-sys v0.1.0 |
| 2470 | 2026-08-24T20:04:52.328Z | Compiling zone_cfg_derive v0.3.1 |
| 2471 | 2026-08-24T20:04:52.409Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2472 | 2026-08-24T20:04:52.430Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2473 | 2026-08-24T20:04:52.454Z | Compiling camino-tempfile v1.4.1 |
| 2474 | 2026-08-24T20:04:52.568Z | Compiling itertools v0.12.1 |
| 2475 | 2026-08-24T20:04:52.603Z | Compiling usdt-attr-macro v0.5.0 |
| 2476 | 2026-08-24T20:04:52.665Z | Compiling usdt-macro v0.5.0 |
| 2477 | 2026-08-24T20:04:52.701Z | Compiling bitfield-struct v0.6.2 |
| 2478 | 2026-08-24T20:04:52.874Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2479 | 2026-08-24T20:04:52.931Z | Compiling num-derive v0.4.2 |
| 2480 | 2026-08-24T20:04:52.961Z | Compiling blake3 v1.8.5 |
| 2481 | 2026-08-24T20:04:52.977Z | Compiling memmap v0.7.0 |
| 2482 | 2026-08-24T20:04:52.994Z | Compiling sigpipe v0.1.3 |
| 2483 | 2026-08-24T20:04:53.106Z | Compiling glob v0.3.3 |
| 2484 | 2026-08-24T20:04:53.122Z | Compiling swrite v0.1.0 |
| 2485 | 2026-08-24T20:04:53.200Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2486 | 2026-08-24T20:04:53.234Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2487 | 2026-08-24T20:04:53.356Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2488 | 2026-08-24T20:04:53.373Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2489 | 2026-08-24T20:04:53.391Z | Compiling usdt v0.5.0 |
| 2490 | 2026-08-24T20:04:53.463Z | Compiling smf v0.2.3 |
| 2491 | 2026-08-24T20:04:53.539Z | Compiling filetime v0.2.27 |
| 2492 | 2026-08-24T20:04:53.679Z | Compiling whoami v1.6.1 |
| 2493 | 2026-08-24T20:04:53.682Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2494 | 2026-08-24T20:04:53.768Z | Compiling arrayvec v0.7.6 |
| 2495 | 2026-08-24T20:04:53.801Z | Compiling constant_time_eq v0.4.2 |
| 2496 | 2026-08-24T20:04:53.801Z | Compiling arrayref v0.3.9 |
| 2497 | 2026-08-24T20:04:53.824Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2498 | 2026-08-24T20:04:53.841Z | Compiling xattr v1.6.1 |
| 2499 | 2026-08-24T20:04:53.889Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2500 | 2026-08-24T20:04:53.991Z | Compiling zone v0.3.1 |
| 2501 | 2026-08-24T20:04:54.020Z | Compiling tar v0.4.46 |
| 2502 | 2026-08-24T20:04:54.037Z | Compiling tokio-dtrace v0.1.1 |
| 2503 | 2026-08-24T20:04:54.071Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2504 | 2026-08-24T20:04:54.075Z | Compiling gethostname v0.5.0 |
| 2505 | 2026-08-24T20:04:54.140Z | Compiling console v0.16.2 |
| 2506 | 2026-08-24T20:04:54.234Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2507 | 2026-08-24T20:04:54.338Z | Compiling topological-sort v0.2.2 |
| 2508 | 2026-08-24T20:04:54.393Z | Compiling unit-prefix v0.5.2 |
| 2509 | 2026-08-24T20:04:54.510Z | Compiling oxide-tokio-rt v0.1.4 |
| 2510 | 2026-08-24T20:04:54.527Z | Compiling toml v0.8.23 |
| 2511 | 2026-08-24T20:04:54.584Z | Compiling indicatif v0.18.4 |
| 2512 | 2026-08-24T20:04:54.598Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2513 | 2026-08-24T20:04:54.859Z | Compiling shell-words v1.1.1 |
| 2514 | 2026-08-24T20:05:03.967Z | Compiling progenitor-client v0.14.0 |
| 2515 | 2026-08-24T20:05:03.967Z | Compiling omicron-zone-package v0.12.3 |
| 2516 | 2026-08-24T20:05:04.225Z | Compiling progenitor-extras v0.2.0 |
| 2517 | 2026-08-24T20:05:04.516Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2518 | 2026-08-24T20:05:04.578Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2519 | 2026-08-24T20:05:04.636Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2520 | 2026-08-24T20:05:04.693Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2521 | 2026-08-24T20:05:04.775Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2522 | 2026-08-24T20:05:04.799Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2523 | 2026-08-24T20:05:04.817Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2524 | 2026-08-24T20:05:05.043Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2525 | 2026-08-24T20:05:05.879Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2526 | 2026-08-24T20:05:09.354Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2527 | 2026-08-24T20:05:18.217Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2528 | 2026-08-24T20:05:21.513Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2529 | 2026-08-24T20:05:22.602Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2530 | 2026-08-24T20:05:32.914Z | Finished `release` profile [optimized] target(s) in 1m 48s |
| 2531 | 2026-08-24T20:05:33.063Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2532 | 2026-08-24T20:05:33.122Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2533 | 2026-08-24T20:05:33.125Z | Created new build target 'test' and set it as active |
| 2534 | 2026-08-24T20:05:33.125Z | |
| 2535 | 2026-08-24T20:05:33.125Z | real 1:48.763799495 |
| 2536 | 2026-08-24T20:05:33.125Z | user 17:56.713211395 |
| 2537 | 2026-08-24T20:05:33.125Z | sys 2:46.941819553 |
| 2538 | 2026-08-24T20:05:33.125Z | trap 0.513528829 |
| 2539 | 2026-08-24T20:05:33.125Z | tflt 2.394811014 |
| 2540 | 2026-08-24T20:05:33.126Z | dflt 4.563284976 |
| 2541 | 2026-08-24T20:05:33.126Z | kflt 0.000435460 |
| 2542 | 2026-08-24T20:05:33.126Z | lock 58:47.011278234 |
| 2543 | 2026-08-24T20:05:33.126Z | slp 45:47.066990422 |
| 2544 | 2026-08-24T20:05:33.126Z | lat 50.890121353 |
| 2545 | 2026-08-24T20:05:33.126Z | stop 6:20.625659760 |
| 2546 | 2026-08-24T20:05:33.126Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2547 | 2026-08-24T20:05:34.034Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2548 | 2026-08-24T20:05:34.112Z | Running `target/release/omicron-package -t test package` |
| 2549 | 2026-08-24T20:05:34.190Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2550 | 2026-08-24T20:05:35.635Z | Compiling heck v0.5.0 |
| 2551 | 2026-08-24T20:05:35.641Z | Compiling regress v0.11.1 |
| 2552 | 2026-08-24T20:05:35.882Z | Compiling unsafe-libyaml v0.2.11 |
| 2553 | 2026-08-24T20:05:35.903Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2554 | 2026-08-24T20:05:35.929Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2555 | 2026-08-24T20:05:35.932Z | Compiling derive-where v1.6.0 |
| 2556 | 2026-08-24T20:05:35.932Z | Compiling bytecount v0.6.9 |
| 2557 | 2026-08-24T20:05:35.991Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2558 | 2026-08-24T20:05:35.994Z | Compiling atomicwrites v0.4.4 |
| 2559 | 2026-08-24T20:05:36.033Z | Compiling is-terminal v0.4.17 |
| 2560 | 2026-08-24T20:05:36.036Z | Compiling prettyplease v0.2.37 |
| 2561 | 2026-08-24T20:05:36.036Z | Compiling newline-converter v0.3.0 |
| 2562 | 2026-08-24T20:05:36.036Z | Compiling console v0.15.11 |
| 2563 | 2026-08-24T20:05:36.092Z | Compiling slog-dtrace v0.3.0 |
| 2564 | 2026-08-24T20:05:36.094Z | Compiling resolv-conf v0.7.6 |
| 2565 | 2026-08-24T20:05:36.156Z | Compiling cancel-safe-futures v0.1.5 |
| 2566 | 2026-08-24T20:05:36.181Z | Compiling num-rational v0.4.2 |
| 2567 | 2026-08-24T20:05:36.189Z | Compiling num-complex v0.4.6 |
| 2568 | 2026-08-24T20:05:36.223Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2569 | 2026-08-24T20:05:36.247Z | Compiling thread_local v1.1.9 |
| 2570 | 2026-08-24T20:05:36.311Z | Compiling compression-core v0.4.31 |
| 2571 | 2026-08-24T20:05:36.402Z | Compiling serde_yaml v0.9.34+deprecated |
| 2572 | 2026-08-24T20:05:36.494Z | Compiling expectorate v1.2.0 |
| 2573 | 2026-08-24T20:05:36.514Z | Compiling match_cfg v0.1.0 |
| 2574 | 2026-08-24T20:05:36.607Z | Compiling num v0.4.3 |
| 2575 | 2026-08-24T20:05:36.679Z | Compiling hostname v0.3.1 |
| 2576 | 2026-08-24T20:05:36.701Z | Compiling compression-codecs v0.4.37 |
| 2577 | 2026-08-24T20:05:36.725Z | Compiling multer v3.1.0 |
| 2578 | 2026-08-24T20:05:36.750Z | Compiling slog-async v2.8.0 |
| 2579 | 2026-08-24T20:05:36.753Z | Compiling crossbeam-channel v0.5.15 |
| 2580 | 2026-08-24T20:05:36.795Z | Compiling slog-json v2.6.1 |
| 2581 | 2026-08-24T20:05:36.818Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2582 | 2026-08-24T20:05:36.886Z | Compiling serde_spanned v1.1.1 |
| 2583 | 2026-08-24T20:05:36.935Z | Compiling float-ord v0.3.2 |
| 2584 | 2026-08-24T20:05:36.979Z | Compiling term v1.2.1 |
| 2585 | 2026-08-24T20:05:37.013Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2586 | 2026-08-24T20:05:37.038Z | Compiling linear-map v1.2.0 |
| 2587 | 2026-08-24T20:05:37.068Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2588 | 2026-08-24T20:05:37.129Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2589 | 2026-08-24T20:05:37.152Z | Compiling oxide-update-engine-types v0.1.2 |
| 2590 | 2026-08-24T20:05:37.155Z | Compiling linked-hash-map v0.5.6 |
| 2591 | 2026-08-24T20:05:37.196Z | Compiling take_mut v0.2.2 |
| 2592 | 2026-08-24T20:05:37.220Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2593 | 2026-08-24T20:05:37.247Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2594 | 2026-08-24T20:05:37.251Z | Compiling slog-bunyan v2.5.0 |
| 2595 | 2026-08-24T20:05:37.291Z | Compiling slog-term v2.9.2 |
| 2596 | 2026-08-24T20:05:37.315Z | Compiling async-compression v0.4.41 |
| 2597 | 2026-08-24T20:05:37.384Z | Compiling lru-cache v0.1.2 |
| 2598 | 2026-08-24T20:05:37.412Z | Compiling typify-impl v0.6.2 |
| 2599 | 2026-08-24T20:05:37.554Z | Compiling dropshot v0.17.1 |
| 2600 | 2026-08-24T20:05:37.648Z | Compiling async-stream v0.3.6 |
| 2601 | 2026-08-24T20:05:37.698Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2602 | 2026-08-24T20:05:37.751Z | Compiling progenitor-client v0.14.0 |
| 2603 | 2026-08-24T20:05:37.801Z | Compiling sha1 v0.11.0 |
| 2604 | 2026-08-24T20:05:37.843Z | Compiling waitgroup v0.1.2 |
| 2605 | 2026-08-24T20:05:37.868Z | Compiling rustls-pemfile v2.2.0 |
| 2606 | 2026-08-24T20:05:37.871Z | Compiling backon v1.6.0 |
| 2607 | 2026-08-24T20:05:37.925Z | Compiling serde_path_to_error v0.1.20 |
| 2608 | 2026-08-24T20:05:38.004Z | Compiling hostname v0.4.2 |
| 2609 | 2026-08-24T20:05:38.072Z | Compiling instant v0.1.13 |
| 2610 | 2026-08-24T20:05:38.093Z | Compiling minimal-lexical v0.2.1 |
| 2611 | 2026-08-24T20:05:38.093Z | Compiling debug-ignore v1.0.5 |
| 2612 | 2026-08-24T20:05:38.138Z | Compiling progenitor-extras v0.2.0 |
| 2613 | 2026-08-24T20:05:38.160Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2614 | 2026-08-24T20:05:38.201Z | Compiling backoff v0.4.0 |
| 2615 | 2026-08-24T20:05:38.284Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2616 | 2026-08-24T20:05:38.357Z | Compiling nom v7.1.3 |
| 2617 | 2026-08-24T20:05:38.384Z | Compiling oxide-update-engine v0.1.2 |
| 2618 | 2026-08-24T20:05:38.407Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2619 | 2026-08-24T20:05:38.427Z | Compiling parse-display v0.10.0 |
| 2620 | 2026-08-24T20:05:38.452Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2621 | 2026-08-24T20:05:38.490Z | Compiling hickory-proto v0.24.4 |
| 2622 | 2026-08-24T20:05:38.978Z | Compiling itertools v0.14.0 |
| 2623 | 2026-08-24T20:05:39.110Z | Compiling regress v0.10.5 |
| 2624 | 2026-08-24T20:05:39.673Z | Compiling macaddr v1.0.1 |
| 2625 | 2026-08-24T20:05:39.676Z | Compiling unicode-xid v0.2.6 |
| 2626 | 2026-08-24T20:05:39.728Z | Compiling humantime v2.3.0 |
| 2627 | 2026-08-24T20:05:39.927Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2628 | 2026-08-24T20:05:39.993Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2629 | 2026-08-24T20:05:40.095Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2630 | 2026-08-24T20:05:40.262Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2631 | 2026-08-24T20:05:40.313Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2632 | 2026-08-24T20:05:40.345Z | Compiling toml v0.8.23 |
| 2633 | 2026-08-24T20:05:40.583Z | Compiling papergrid v0.11.0 |
| 2634 | 2026-08-24T20:05:40.607Z | Compiling tabled_derive v0.7.0 |
| 2635 | 2026-08-24T20:05:40.864Z | Compiling typify-macro v0.6.2 |
| 2636 | 2026-08-24T20:05:40.943Z | Compiling termtree v0.5.1 |
| 2637 | 2026-08-24T20:05:41.074Z | Compiling hickory-resolver v0.24.4 |
| 2638 | 2026-08-24T20:05:41.115Z | Compiling crossterm v0.29.0 |
| 2639 | 2026-08-24T20:05:41.146Z | Compiling phf_shared v0.12.1 |
| 2640 | 2026-08-24T20:05:41.396Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2641 | 2026-08-24T20:05:41.541Z | Compiling tabled v0.15.0 |
| 2642 | 2026-08-24T20:05:41.860Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2643 | 2026-08-24T20:05:42.301Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2644 | 2026-08-24T20:05:42.408Z | Compiling typify v0.6.2 |
| 2645 | 2026-08-24T20:05:42.712Z | Compiling progenitor-impl v0.14.0 |
| 2646 | 2026-08-24T20:05:43.028Z | Compiling qorb v0.4.1 |
| 2647 | 2026-08-24T20:05:43.341Z | Compiling csv-core v0.1.13 |
| 2648 | 2026-08-24T20:05:43.793Z | Compiling vte v0.14.1 |
| 2649 | 2026-08-24T20:05:43.948Z | Compiling chrono-tz v0.10.4 |
| 2650 | 2026-08-24T20:05:44.086Z | Compiling highway v1.3.0 |
| 2651 | 2026-08-24T20:05:44.185Z | Compiling strip-ansi-escapes v0.2.1 |
| 2652 | 2026-08-24T20:05:44.762Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2653 | 2026-08-24T20:05:44.900Z | Compiling progenitor-macro v0.14.0 |
| 2654 | 2026-08-24T20:05:45.702Z | Compiling csv v1.4.0 |
| 2655 | 2026-08-24T20:05:45.816Z | Compiling phf v0.12.1 |
| 2656 | 2026-08-24T20:05:46.020Z | Compiling const_format_proc_macros v0.2.34 |
| 2657 | 2026-08-24T20:05:46.339Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2658 | 2026-08-24T20:05:46.433Z | Compiling fd-lock v4.0.4 |
| 2659 | 2026-08-24T20:05:46.644Z | Compiling peg-macros v0.8.5 |
| 2660 | 2026-08-24T20:05:46.692Z | Compiling nu-ansi-term v0.50.3 |
| 2661 | 2026-08-24T20:05:46.953Z | Compiling reedline v0.40.0 |
| 2662 | 2026-08-24T20:05:47.229Z | Compiling const_format v0.2.35 |
| 2663 | 2026-08-24T20:05:47.344Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2664 | 2026-08-24T20:05:47.726Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2665 | 2026-08-24T20:05:47.929Z | Compiling peg v0.8.5 |
| 2666 | 2026-08-24T20:05:48.057Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2667 | 2026-08-24T20:05:48.207Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2668 | 2026-08-24T20:05:48.874Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2669 | 2026-08-24T20:05:49.052Z | Compiling progenitor v0.14.0 |
| 2670 | 2026-08-24T20:05:49.227Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2671 | 2026-08-24T20:05:49.303Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2672 | 2026-08-24T20:05:49.437Z | Compiling bcs v0.1.6 |
| 2673 | 2026-08-24T20:05:49.541Z | Compiling nom v8.0.0 |
| 2674 | 2026-08-24T20:05:49.886Z | Compiling semver v0.1.20 |
| 2675 | 2026-08-24T20:05:50.185Z | Compiling rustc_version v0.1.7 |
| 2676 | 2026-08-24T20:05:50.429Z | Compiling newtype_derive v0.1.6 |
| 2677 | 2026-08-24T20:05:50.559Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2678 | 2026-08-24T20:05:50.648Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2679 | 2026-08-24T20:05:50.794Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2680 | 2026-08-24T20:05:50.893Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2681 | 2026-08-24T20:05:50.915Z | Compiling serde_tokenstream v0.3.0 |
| 2682 | 2026-08-24T20:05:51.256Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2683 | 2026-08-24T20:05:51.550Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2684 | 2026-08-24T20:05:51.612Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2685 | 2026-08-24T20:05:52.019Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2686 | 2026-08-24T20:05:52.139Z | Compiling oxide-generation-macros v0.2.0 |
| 2687 | 2026-08-24T20:05:52.360Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2688 | 2026-08-24T20:05:52.383Z | Compiling steno v0.4.1 |
| 2689 | 2026-08-24T20:05:52.405Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2690 | 2026-08-24T20:05:52.878Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2691 | 2026-08-24T20:05:52.990Z | Compiling sha1 v0.10.6 |
| 2692 | 2026-08-24T20:05:53.433Z | Compiling utf-8 v0.7.6 |
| 2693 | 2026-08-24T20:05:53.457Z | Compiling tagptr v0.2.0 |
| 2694 | 2026-08-24T20:05:53.555Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2695 | 2026-08-24T20:05:53.647Z | Compiling moka v0.12.13 |
| 2696 | 2026-08-24T20:05:53.670Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2697 | 2026-08-24T20:05:53.734Z | Compiling tungstenite v0.21.0 |
| 2698 | 2026-08-24T20:05:54.124Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2699 | 2026-08-24T20:05:54.907Z | Compiling hickory-resolver v0.25.2 |
| 2700 | 2026-08-24T20:05:55.118Z | Compiling tokio-tungstenite v0.21.0 |
| 2701 | 2026-08-24T20:05:55.506Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2702 | 2026-08-24T20:05:55.795Z | Compiling darling_core v0.21.3 |
| 2703 | 2026-08-24T20:05:56.799Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2704 | 2026-08-24T20:05:57.292Z | Compiling display-error-chain v0.2.2 |
| 2705 | 2026-08-24T20:05:57.484Z | Compiling libscf-sys v1.2.0 |
| 2706 | 2026-08-24T20:05:57.664Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2707 | 2026-08-24T20:05:57.805Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2708 | 2026-08-24T20:05:58.012Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2709 | 2026-08-24T20:05:58.015Z | Compiling darling_macro v0.21.3 |
| 2710 | 2026-08-24T20:05:58.535Z | Compiling darling v0.21.3 |
| 2711 | 2026-08-24T20:05:58.648Z | Compiling vergen-lib v0.1.6 |
| 2712 | 2026-08-24T20:05:58.871Z | Compiling diesel_derives v2.3.7 |
| 2713 | 2026-08-24T20:05:59.152Z | Compiling dsl_auto_type v0.2.0 |
| 2714 | 2026-08-24T20:05:59.508Z | Compiling scheduled-thread-pool v0.2.7 |
| 2715 | 2026-08-24T20:05:59.694Z | Compiling vergen-gitcl v1.0.8 |
| 2716 | 2026-08-24T20:05:59.921Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2717 | 2026-08-24T20:05:59.962Z | Compiling dirs-sys-next v0.1.2 |
| 2718 | 2026-08-24T20:06:00.074Z | Compiling glob v0.3.3 |
| 2719 | 2026-08-24T20:06:00.137Z | Compiling crunchy v0.2.4 |
| 2720 | 2026-08-24T20:06:00.235Z | Compiling maplit v1.0.2 |
| 2721 | 2026-08-24T20:06:00.299Z | Compiling dirs-next v2.0.0 |
| 2722 | 2026-08-24T20:06:00.444Z | Compiling clang-sys v1.8.1 |
| 2723 | 2026-08-24T20:06:00.467Z | Compiling r2d2 v0.8.10 |
| 2724 | 2026-08-24T20:06:00.491Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2725 | 2026-08-24T20:06:00.756Z | Compiling papergrid v0.18.0 |
| 2726 | 2026-08-24T20:06:00.778Z | Compiling tiny-keccak v2.0.2 |
| 2727 | 2026-08-24T20:06:00.799Z | Compiling xshell-macros v0.2.7 |
| 2728 | 2026-08-24T20:06:00.820Z | Compiling downcast-rs v2.0.2 |
| 2729 | 2026-08-24T20:06:01.023Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2730 | 2026-08-24T20:06:01.053Z | Compiling term v0.7.0 |
| 2731 | 2026-08-24T20:06:01.181Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2732 | 2026-08-24T20:06:01.203Z | Compiling xshell v0.2.7 |
| 2733 | 2026-08-24T20:06:01.381Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2734 | 2026-08-24T20:06:01.563Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2735 | 2026-08-24T20:06:01.591Z | Compiling bit-vec v0.6.3 |
| 2736 | 2026-08-24T20:06:01.708Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2737 | 2026-08-24T20:06:01.799Z | Compiling bit-set v0.5.3 |
| 2738 | 2026-08-24T20:06:01.845Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2739 | 2026-08-24T20:06:01.891Z | Compiling ascii-canvas v3.0.0 |
| 2740 | 2026-08-24T20:06:01.988Z | Compiling tabled v0.21.0 |
| 2741 | 2026-08-24T20:06:02.380Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2742 | 2026-08-24T20:06:02.404Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2743 | 2026-08-24T20:06:02.452Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2744 | 2026-08-24T20:06:02.811Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2745 | 2026-08-24T20:06:03.036Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2746 | 2026-08-24T20:06:03.254Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2747 | 2026-08-24T20:06:03.453Z | Compiling itertools v0.10.5 |
| 2748 | 2026-08-24T20:06:03.572Z | Compiling ena v0.14.4 |
| 2749 | 2026-08-24T20:06:03.679Z | Compiling libloading v0.8.9 |
| 2750 | 2026-08-24T20:06:03.866Z | Compiling diff v0.1.13 |
| 2751 | 2026-08-24T20:06:03.920Z | Compiling bindgen v0.71.1 |
| 2752 | 2026-08-24T20:06:04.062Z | Compiling regex-syntax v0.6.29 |
| 2753 | 2026-08-24T20:06:04.129Z | Compiling unicase v2.9.0 |
| 2754 | 2026-08-24T20:06:04.567Z | Compiling cexpr v0.6.0 |
| 2755 | 2026-08-24T20:06:04.596Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2756 | 2026-08-24T20:06:04.845Z | Compiling crc8 v0.1.1 |
| 2757 | 2026-08-24T20:06:04.988Z | Compiling rustc-hash v2.1.1 |
| 2758 | 2026-08-24T20:06:05.033Z | Compiling diesel v2.3.7 |
| 2759 | 2026-08-24T20:06:05.220Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2760 | 2026-08-24T20:06:05.256Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2761 | 2026-08-24T20:06:05.428Z | Compiling lalrpop v0.19.12 |
| 2762 | 2026-08-24T20:06:05.745Z | Compiling headers-core v0.3.0 |
| 2763 | 2026-08-24T20:06:05.942Z | Compiling libxml v0.3.3 |
| 2764 | 2026-08-24T20:06:06.258Z | Compiling headers v0.4.1 |
| 2765 | 2026-08-24T20:06:06.373Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2766 | 2026-08-24T20:06:06.395Z | Compiling strum_macros v0.24.3 |
| 2767 | 2026-08-24T20:06:06.605Z | Compiling indoc v1.0.9 |
| 2768 | 2026-08-24T20:06:06.701Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2769 | 2026-08-24T20:06:06.920Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2770 | 2026-08-24T20:06:07.052Z | Compiling derive_builder v0.20.2 |
| 2771 | 2026-08-24T20:06:07.228Z | Compiling quick-xml v0.37.5 |
| 2772 | 2026-08-24T20:06:07.252Z | Compiling oso-derive v0.27.3 |
| 2773 | 2026-08-24T20:06:07.401Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2774 | 2026-08-24T20:06:07.725Z | Compiling openssl-probe v0.1.6 |
| 2775 | 2026-08-24T20:06:07.791Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2776 | 2026-08-24T20:06:07.889Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2777 | 2026-08-24T20:06:07.973Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2778 | 2026-08-24T20:06:08.498Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2779 | 2026-08-24T20:06:08.538Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2780 | 2026-08-24T20:06:08.659Z | Compiling bb8 v0.8.6 |
| 2781 | 2026-08-24T20:06:08.693Z | Compiling trait-variant v0.1.2 |
| 2782 | 2026-08-24T20:06:08.771Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2783 | 2026-08-24T20:06:09.054Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2784 | 2026-08-24T20:06:09.157Z | Compiling half v1.8.3 |
| 2785 | 2026-08-24T20:06:09.208Z | Compiling proc-macro-error2 v2.0.1 |
| 2786 | 2026-08-24T20:06:09.229Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2787 | 2026-08-24T20:06:09.276Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2788 | 2026-08-24T20:06:09.536Z | Compiling serde_cbor v0.11.2 |
| 2789 | 2026-08-24T20:06:09.675Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2790 | 2026-08-24T20:06:09.867Z | Compiling rfc6979 v0.4.0 |
| 2791 | 2026-08-24T20:06:09.897Z | Compiling hashbrown v0.14.5 |
| 2792 | 2026-08-24T20:06:09.952Z | Compiling salty v0.3.0 |
| 2793 | 2026-08-24T20:06:10.031Z | Compiling ecdsa v0.16.9 |
| 2794 | 2026-08-24T20:06:10.461Z | Compiling chumsky v0.9.3 |
| 2795 | 2026-08-24T20:06:10.493Z | Compiling knus-derive v3.4.0 |
| 2796 | 2026-08-24T20:06:10.496Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2797 | 2026-08-24T20:06:10.548Z | Compiling samael v0.0.19 |
| 2798 | 2026-08-24T20:06:10.592Z | Compiling progenitor-impl v0.13.0 |
| 2799 | 2026-08-24T20:06:10.713Z | Compiling primeorder v0.13.6 |
| 2800 | 2026-08-24T20:06:11.024Z | Compiling nonempty v0.12.0 |
| 2801 | 2026-08-24T20:06:11.251Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2802 | 2026-08-24T20:06:11.715Z | Compiling p384 v0.13.1 |
| 2803 | 2026-08-24T20:06:11.880Z | Compiling knus v3.4.0 |
| 2804 | 2026-08-24T20:06:12.743Z | Compiling progenitor-macro v0.13.0 |
| 2805 | 2026-08-24T20:06:12.776Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2806 | 2026-08-24T20:06:12.885Z | Compiling polar-core v0.27.3 |
| 2807 | 2026-08-24T20:06:13.223Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2808 | 2026-08-24T20:06:13.984Z | Compiling progenitor-client v0.13.0 |
| 2809 | 2026-08-24T20:06:14.110Z | Compiling fxhash v0.2.1 |
| 2810 | 2026-08-24T20:06:14.277Z | Compiling libz-sys v1.1.24 |
| 2811 | 2026-08-24T20:06:14.491Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2812 | 2026-08-24T20:06:14.513Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2813 | 2026-08-24T20:06:14.776Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2814 | 2026-08-24T20:06:14.907Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2815 | 2026-08-24T20:06:15.286Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2816 | 2026-08-24T20:06:15.330Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2817 | 2026-08-24T20:06:15.724Z | Compiling kstat-rs v0.2.5 |
| 2818 | 2026-08-24T20:06:16.444Z | Compiling mime_guess v2.0.5 |
| 2819 | 2026-08-24T20:06:16.939Z | Compiling progenitor v0.13.0 |
| 2820 | 2026-08-24T20:06:16.955Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2821 | 2026-08-24T20:06:18.323Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2822 | 2026-08-24T20:06:18.417Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2823 | 2026-08-24T20:06:18.511Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2824 | 2026-08-24T20:06:18.553Z | Compiling nanorand v0.7.0 |
| 2825 | 2026-08-24T20:06:18.819Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2826 | 2026-08-24T20:06:18.963Z | Compiling parking_lot_core v0.8.6 |
| 2827 | 2026-08-24T20:06:19.274Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2828 | 2026-08-24T20:06:19.324Z | Compiling flume v0.11.1 |
| 2829 | 2026-08-24T20:06:19.465Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2830 | 2026-08-24T20:06:19.909Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2831 | 2026-08-24T20:06:20.539Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2832 | 2026-08-24T20:06:20.610Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2833 | 2026-08-24T20:06:21.075Z | Compiling git-stub v1.0.0 |
| 2834 | 2026-08-24T20:06:21.338Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2835 | 2026-08-24T20:06:21.358Z | Compiling http-range v0.1.5 |
| 2836 | 2026-08-24T20:06:21.610Z | Compiling corncobs v0.1.4 |
| 2837 | 2026-08-24T20:06:21.704Z | Compiling strsim v0.10.0 |
| 2838 | 2026-08-24T20:06:21.768Z | Compiling instability v0.3.11 |
| 2839 | 2026-08-24T20:06:21.865Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2840 | 2026-08-24T20:06:22.004Z | Compiling oso v0.27.3 |
| 2841 | 2026-08-24T20:06:22.058Z | Compiling darling_core v0.13.4 |
| 2842 | 2026-08-24T20:06:22.718Z | Compiling diesel-dtrace v0.5.0 |
| 2843 | 2026-08-24T20:06:23.050Z | Compiling async-bb8-diesel v0.2.1 |
| 2844 | 2026-08-24T20:06:23.519Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2845 | 2026-08-24T20:06:23.737Z | Compiling git-stub-vcs v0.1.0 |
| 2846 | 2026-08-24T20:06:25.855Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2847 | 2026-08-24T20:06:26.361Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2848 | 2026-08-24T20:06:26.619Z | Compiling ignore v0.4.25 |
| 2849 | 2026-08-24T20:06:27.823Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2850 | 2026-08-24T20:06:27.988Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2851 | 2026-08-24T20:06:28.149Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2852 | 2026-08-24T20:06:28.572Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2853 | 2026-08-24T20:06:28.830Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2854 | 2026-08-24T20:06:29.542Z | Compiling anstyle-parse v0.2.7 |
| 2855 | 2026-08-24T20:06:29.802Z | Compiling secrecy v0.8.0 |
| 2856 | 2026-08-24T20:06:29.826Z | Compiling vergen-git2 v9.1.0 |
| 2857 | 2026-08-24T20:06:29.949Z | Compiling castaway v0.2.4 |
| 2858 | 2026-08-24T20:06:30.010Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2859 | 2026-08-24T20:06:30.052Z | Compiling indoc v2.0.7 |
| 2860 | 2026-08-24T20:06:30.112Z | Compiling compact_str v0.8.1 |
| 2861 | 2026-08-24T20:06:30.236Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2862 | 2026-08-24T20:06:31.199Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2863 | 2026-08-24T20:06:31.222Z | Compiling anstream v0.6.21 |
| 2864 | 2026-08-24T20:06:31.503Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2865 | 2026-08-24T20:06:31.769Z | Compiling globwalk v0.9.1 |
| 2866 | 2026-08-24T20:06:32.225Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2867 | 2026-08-24T20:06:32.299Z | Compiling parking_lot v0.11.2 |
| 2868 | 2026-08-24T20:06:32.412Z | Compiling hyper-staticfile v0.10.1 |
| 2869 | 2026-08-24T20:06:32.903Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2870 | 2026-08-24T20:06:33.183Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2871 | 2026-08-24T20:06:33.274Z | Compiling darling_macro v0.13.4 |
| 2872 | 2026-08-24T20:06:33.562Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2873 | 2026-08-24T20:06:33.666Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2874 | 2026-08-24T20:06:33.783Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2875 | 2026-08-24T20:06:34.220Z | Compiling predicates-tree v1.0.13 |
| 2876 | 2026-08-24T20:06:34.454Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2877 | 2026-08-24T20:06:34.536Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2878 | 2026-08-24T20:06:34.629Z | Compiling unicode-truncate v1.1.0 |
| 2879 | 2026-08-24T20:06:34.670Z | Compiling lru v0.12.5 |
| 2880 | 2026-08-24T20:06:34.842Z | Compiling digest-io v0.1.0 |
| 2881 | 2026-08-24T20:06:34.932Z | Compiling prefix-trie v0.7.0 |
| 2882 | 2026-08-24T20:06:35.020Z | Compiling rand_seeder v0.4.0 |
| 2883 | 2026-08-24T20:06:35.277Z | Compiling rawzip v0.4.4 |
| 2884 | 2026-08-24T20:06:35.366Z | Compiling cassowary v0.3.0 |
| 2885 | 2026-08-24T20:06:35.414Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2886 | 2026-08-24T20:06:35.559Z | Compiling hickory-server v0.25.2 |
| 2887 | 2026-08-24T20:06:35.662Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2888 | 2026-08-24T20:06:35.717Z | Compiling ratatui v0.29.0 |
| 2889 | 2026-08-24T20:06:35.833Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2890 | 2026-08-24T20:06:36.041Z | Compiling camino-tempfile-ext v0.3.3 |
| 2891 | 2026-08-24T20:06:36.070Z | Compiling darling v0.13.4 |
| 2892 | 2026-08-24T20:06:36.222Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2893 | 2026-08-24T20:06:36.326Z | Compiling sled v0.34.7 |
| 2894 | 2026-08-24T20:06:36.648Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2895 | 2026-08-24T20:06:36.964Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2896 | 2026-08-24T20:06:39.044Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2897 | 2026-08-24T20:06:39.499Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2898 | 2026-08-24T20:06:39.725Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2899 | 2026-08-24T20:06:40.602Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2900 | 2026-08-24T20:06:42.105Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2901 | 2026-08-24T20:06:42.642Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2902 | 2026-08-24T20:06:44.094Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2903 | 2026-08-24T20:06:44.142Z | Compiling serde_with_macros v1.5.2 |
| 2904 | 2026-08-24T20:06:44.565Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2905 | 2026-08-24T20:06:44.601Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2906 | 2026-08-24T20:06:44.833Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2907 | 2026-08-24T20:06:44.955Z | Compiling git2 v0.20.4 |
| 2908 | 2026-08-24T20:06:44.980Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2909 | 2026-08-24T20:06:45.062Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2910 | 2026-08-24T20:06:45.202Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2911 | 2026-08-24T20:06:45.289Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2912 | 2026-08-24T20:06:45.459Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2913 | 2026-08-24T20:06:45.524Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2914 | 2026-08-24T20:06:45.731Z | Compiling arc-swap v1.8.2 |
| 2915 | 2026-08-24T20:06:45.832Z | Compiling void v1.0.2 |
| 2916 | 2026-08-24T20:06:45.954Z | Compiling lzss v0.8.2 |
| 2917 | 2026-08-24T20:06:46.020Z | Compiling slog-scope v4.4.1 |
| 2918 | 2026-08-24T20:06:46.199Z | Compiling serde_with v1.14.0 |
| 2919 | 2026-08-24T20:06:46.270Z | Compiling illumos-nvpair v0.3.0 |
| 2920 | 2026-08-24T20:06:46.470Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2921 | 2026-08-24T20:06:46.802Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2922 | 2026-08-24T20:06:47.685Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2923 | 2026-08-24T20:06:47.943Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2924 | 2026-08-24T20:06:47.965Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2925 | 2026-08-24T20:06:47.990Z | Compiling scuffle v0.1.0 |
| 2926 | 2026-08-24T20:06:48.028Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2927 | 2026-08-24T20:06:48.477Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2928 | 2026-08-24T20:06:48.688Z | Compiling tungstenite v0.23.0 |
| 2929 | 2026-08-24T20:06:50.046Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2930 | 2026-08-24T20:06:50.160Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2931 | 2026-08-24T20:06:50.643Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2932 | 2026-08-24T20:06:50.914Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2933 | 2026-08-24T20:06:50.960Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2934 | 2026-08-24T20:06:51.118Z | Compiling nix v0.27.1 |
| 2935 | 2026-08-24T20:06:51.220Z | Compiling twox-hash v2.1.2 |
| 2936 | 2026-08-24T20:06:51.498Z | Compiling libsw-core v0.3.2 |
| 2937 | 2026-08-24T20:06:51.740Z | Compiling atty v0.2.14 |
| 2938 | 2026-08-24T20:06:51.761Z | Compiling serde_bytes v0.11.19 |
| 2939 | 2026-08-24T20:06:51.902Z | Compiling libsw v3.5.0 |
| 2940 | 2026-08-24T20:06:52.041Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2941 | 2026-08-24T20:06:52.138Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2942 | 2026-08-24T20:06:52.159Z | Compiling tokio-tungstenite v0.23.1 |
| 2943 | 2026-08-24T20:06:52.238Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2944 | 2026-08-24T20:06:52.306Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2945 | 2026-08-24T20:06:52.558Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2946 | 2026-08-24T20:06:53.393Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2947 | 2026-08-24T20:06:53.698Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2948 | 2026-08-24T20:06:54.072Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2949 | 2026-08-24T20:06:55.467Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2950 | 2026-08-24T20:06:56.118Z | Compiling slog-stdlog v4.1.1 |
| 2951 | 2026-08-24T20:06:56.323Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2952 | 2026-08-24T20:06:56.520Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2953 | 2026-08-24T20:06:56.715Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2954 | 2026-08-24T20:06:57.184Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2955 | 2026-08-24T20:06:58.681Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2956 | 2026-08-24T20:06:58.712Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2957 | 2026-08-24T20:06:58.958Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2958 | 2026-08-24T20:07:00.619Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2959 | 2026-08-24T20:07:01.618Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2960 | 2026-08-24T20:07:01.805Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2961 | 2026-08-24T20:07:02.256Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2962 | 2026-08-24T20:07:03.002Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2963 | 2026-08-24T20:07:05.927Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2964 | 2026-08-24T20:07:06.103Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2965 | 2026-08-24T20:07:06.192Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2966 | 2026-08-24T20:07:06.555Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2967 | 2026-08-24T20:07:06.779Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2968 | 2026-08-24T20:07:07.666Z | Compiling fatfs v0.3.6 |
| 2969 | 2026-08-24T20:07:08.929Z | Compiling signal-hook-tokio v0.3.1 |
| 2970 | 2026-08-24T20:07:09.128Z | Compiling yasna v0.5.2 |
| 2971 | 2026-08-24T20:07:09.511Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2972 | 2026-08-24T20:07:10.304Z | Compiling seq-macro v0.3.6 |
| 2973 | 2026-08-24T20:07:10.682Z | Compiling assert_matches v1.5.0 |
| 2974 | 2026-08-24T20:07:10.793Z | Compiling rcgen v0.12.1 |
| 2975 | 2026-08-24T20:07:10.867Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2976 | 2026-08-24T20:07:10.895Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2977 | 2026-08-24T20:07:11.347Z | Compiling slog-envlogger v2.2.0 |
| 2978 | 2026-08-24T20:07:11.823Z | Compiling oxide-update-engine-display v0.1.2 |
| 2979 | 2026-08-24T20:07:12.482Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2980 | 2026-08-24T20:07:12.750Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2981 | 2026-08-24T20:07:13.268Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2982 | 2026-08-24T20:07:13.508Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2983 | 2026-08-24T20:07:13.746Z | Compiling port-file v0.1.0 |
| 2984 | 2026-08-24T20:07:14.073Z | Compiling subprocess v0.2.15 |
| 2985 | 2026-08-24T20:07:14.466Z | Compiling rtoolbox v0.0.3 |
| 2986 | 2026-08-24T20:07:14.754Z | Compiling rpassword v7.5.4 |
| 2987 | 2026-08-24T20:07:15.229Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2988 | 2026-08-24T20:07:15.436Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2989 | 2026-08-24T20:07:16.279Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2990 | 2026-08-24T20:07:16.419Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2991 | 2026-08-24T20:07:16.607Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2992 | 2026-08-24T20:07:17.883Z | Compiling tui-tree-widget v0.23.1 |
| 2993 | 2026-08-24T20:07:18.120Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2994 | 2026-08-24T20:07:18.671Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2995 | 2026-08-24T20:07:20.628Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2996 | 2026-08-24T20:07:25.370Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2997 | 2026-08-24T20:07:25.415Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2998 | 2026-08-24T20:07:25.415Z | Compiling uzers v0.12.2 |
| 2999 | 2026-08-24T20:07:25.415Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3000 | 2026-08-24T20:07:25.415Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3001 | 2026-08-24T20:07:25.416Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3002 | 2026-08-24T20:07:25.416Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3003 | 2026-08-24T20:07:25.416Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3004 | 2026-08-24T20:07:29.011Z | Compiling support-bundle-viewer v0.1.2 |
| 3005 | 2026-08-24T20:07:29.016Z | Compiling multimap v0.10.1 |
| 3006 | 2026-08-24T20:07:34.898Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3007 | 2026-08-24T20:07:36.775Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3008 | 2026-08-24T20:07:41.604Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3009 | 2026-08-24T20:07:45.423Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3010 | 2026-08-24T20:07:48.497Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3011 | 2026-08-24T20:18:24.126Z | Finished `release` profile [optimized] target(s) in 12m 49s |
| 3012 | 2026-08-24T20:18:24.129Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3013 | 2026-08-24T20:18:24.129Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3014 | 2026-08-24T20:19:15.673Z | |
| 3015 | 2026-08-24T20:19:15.673Z | real 13:42.520435800 |
| 3016 | 2026-08-24T20:19:15.676Z | user 1:25:21.060175526 |
| 3017 | 2026-08-24T20:19:15.676Z | sys 3:43.124495918 |
| 3018 | 2026-08-24T20:19:15.676Z | trap 1.853015987 |
| 3019 | 2026-08-24T20:19:15.676Z | tflt 1.976455381 |
| 3020 | 2026-08-24T20:19:15.676Z | dflt 21.048359437 |
| 3021 | 2026-08-24T20:19:15.676Z | kflt 0.007226133 |
| 3022 | 2026-08-24T20:19:15.676Z | lock 10:02:08.059173848 |
| 3023 | 2026-08-24T20:19:15.676Z | slp 2:32:01.094194039 |
| 3024 | 2026-08-24T20:19:15.676Z | lat 2:39.216627757 |
| 3025 | 2026-08-24T20:19:15.676Z | stop 5:39.931450551 |
| 3026 | 2026-08-24T20:19:15.676Z | + mapfile -t packages |
| 3027 | 2026-08-24T20:19:15.676Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3028 | 2026-08-24T20:19:16.632Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3029 | 2026-08-24T20:19:16.709Z | Running `target/release/omicron-package -t test list-outputs` |
| 3030 | 2026-08-24T20:19:16.769Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3031 | 2026-08-24T20:19:16.773Z | + ptime -m cargo build --locked --release -p xtask |
| 3032 | 2026-08-24T20:19:17.261Z | Compiling libc v0.2.185 |
| 3033 | 2026-08-24T20:19:17.261Z | Compiling serde_core v1.0.228 |
| 3034 | 2026-08-24T20:19:17.261Z | Compiling serde v1.0.228 |
| 3035 | 2026-08-24T20:19:17.264Z | Compiling rustix v1.1.4 |
| 3036 | 2026-08-24T20:19:17.264Z | Compiling bitflags v2.11.0 |
| 3037 | 2026-08-24T20:19:17.389Z | Compiling serde_json v1.0.151 |
| 3038 | 2026-08-24T20:19:17.405Z | Compiling syn v2.0.117 |
| 3039 | 2026-08-24T20:19:17.409Z | Compiling usdt-impl v0.5.0 |
| 3040 | 2026-08-24T20:19:17.409Z | Compiling syn v1.0.109 |
| 3041 | 2026-08-24T20:19:17.438Z | Compiling log v0.4.33 |
| 3042 | 2026-08-24T20:19:17.448Z | Compiling getrandom v0.4.3 |
| 3043 | 2026-08-24T20:19:17.461Z | Compiling indexmap v2.14.0 |
| 3044 | 2026-08-24T20:19:17.475Z | Compiling fs-err v3.3.0 |
| 3045 | 2026-08-24T20:19:17.651Z | Compiling anyhow v1.0.104 |
| 3046 | 2026-08-24T20:19:17.706Z | Compiling heck v0.4.1 |
| 3047 | 2026-08-24T20:19:17.755Z | Compiling once_cell v1.21.3 |
| 3048 | 2026-08-24T20:19:18.110Z | Compiling thread-id v4.2.2 |
| 3049 | 2026-08-24T20:19:18.121Z | Compiling errno v0.3.14 |
| 3050 | 2026-08-24T20:19:18.124Z | Compiling memmap v0.7.0 |
| 3051 | 2026-08-24T20:19:18.880Z | Compiling proc-macro-error v1.0.4 |
| 3052 | 2026-08-24T20:19:19.119Z | Compiling terminal_size v0.4.3 |
| 3053 | 2026-08-24T20:19:19.119Z | Compiling tempfile v3.27.0 |
| 3054 | 2026-08-24T20:19:19.270Z | Compiling tabled_derive v0.7.0 |
| 3055 | 2026-08-24T20:19:19.275Z | Compiling clap_builder v4.6.0 |
| 3056 | 2026-08-24T20:19:19.275Z | Compiling textwrap v0.16.2 |
| 3057 | 2026-08-24T20:19:19.465Z | Compiling camino v1.2.5 |
| 3058 | 2026-08-24T20:19:19.465Z | Compiling semver v1.0.28 |
| 3059 | 2026-08-24T20:19:19.468Z | Compiling cargo-platform v0.3.2 |
| 3060 | 2026-08-24T20:19:19.601Z | Compiling pest_generator v2.8.6 |
| 3061 | 2026-08-24T20:19:19.791Z | Compiling camino-tempfile v1.4.1 |
| 3062 | 2026-08-24T20:19:19.851Z | Compiling tabled v0.15.0 |
| 3063 | 2026-08-24T20:19:20.115Z | Compiling serde_derive v1.0.228 |
| 3064 | 2026-08-24T20:19:20.115Z | Compiling thiserror-impl v1.0.69 |
| 3065 | 2026-08-24T20:19:20.118Z | Compiling zerocopy-derive v0.7.35 |
| 3066 | 2026-08-24T20:19:20.119Z | Compiling scroll_derive v0.12.1 |
| 3067 | 2026-08-24T20:19:20.119Z | Compiling thiserror-impl v2.0.18 |
| 3068 | 2026-08-24T20:19:20.119Z | Compiling clap_derive v4.6.1 |
| 3069 | 2026-08-24T20:19:20.181Z | Compiling pest_derive v2.8.6 |
| 3070 | 2026-08-24T20:19:20.801Z | Compiling scroll v0.12.0 |
| 3071 | 2026-08-24T20:19:20.979Z | Compiling zerocopy v0.7.35 |
| 3072 | 2026-08-24T20:19:21.076Z | Compiling goblin v0.8.2 |
| 3073 | 2026-08-24T20:19:21.213Z | Compiling thiserror v1.0.69 |
| 3074 | 2026-08-24T20:19:21.338Z | Compiling dtrace-parser v0.2.0 |
| 3075 | 2026-08-24T20:19:21.541Z | Compiling thiserror v2.0.18 |
| 3076 | 2026-08-24T20:19:21.567Z | Compiling clap v4.6.1 |
| 3077 | 2026-08-24T20:19:23.279Z | Compiling dof v0.3.0 |
| 3078 | 2026-08-24T20:19:23.306Z | Compiling serde_tokenstream v0.2.3 |
| 3079 | 2026-08-24T20:19:23.348Z | Compiling toml_datetime v0.6.11 |
| 3080 | 2026-08-24T20:19:23.383Z | Compiling serde_spanned v0.6.9 |
| 3081 | 2026-08-24T20:19:23.398Z | Compiling macaddr v1.0.1 |
| 3082 | 2026-08-24T20:19:23.412Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3083 | 2026-08-24T20:19:23.444Z | Compiling cargo_metadata v0.23.1 |
| 3084 | 2026-08-24T20:19:23.611Z | Compiling toml_edit v0.22.27 |
| 3085 | 2026-08-24T20:19:24.019Z | Compiling usdt-macro v0.5.0 |
| 3086 | 2026-08-24T20:19:24.022Z | Compiling usdt-attr-macro v0.5.0 |
| 3087 | 2026-08-24T20:19:24.627Z | Compiling usdt v0.5.0 |
| 3088 | 2026-08-24T20:19:25.130Z | Compiling toml v0.8.23 |
| 3089 | 2026-08-24T20:19:25.552Z | Compiling cargo_toml v0.21.0 |
| 3090 | 2026-08-24T20:19:29.964Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3091 | 2026-08-24T20:19:33.179Z | Finished `release` profile [optimized] target(s) in 16.39s |
| 3092 | 2026-08-24T20:19:33.278Z | |
| 3093 | 2026-08-24T20:19:33.281Z | real 16.476514051 |
| 3094 | 2026-08-24T20:19:33.281Z | user 2:05.569297758 |
| 3095 | 2026-08-24T20:19:33.281Z | sys 13.542017668 |
| 3096 | 2026-08-24T20:19:33.281Z | trap 0.073825777 |
| 3097 | 2026-08-24T20:19:33.281Z | tflt 0.391887566 |
| 3098 | 2026-08-24T20:19:33.281Z | dflt 1.196159793 |
| 3099 | 2026-08-24T20:19:33.281Z | kflt 0.000027960 |
| 3100 | 2026-08-24T20:19:33.281Z | lock 4:50.759645434 |
| 3101 | 2026-08-24T20:19:33.281Z | slp 2:43.524942787 |
| 3102 | 2026-08-24T20:19:33.281Z | lat 3.638866186 |
| 3103 | 2026-08-24T20:19:33.281Z | stop 15.758392003 |
| 3104 | 2026-08-24T20:19:33.281Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3105 | 2026-08-24T20:19:33.281Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3106 | 2026-08-24T20:19:33.281Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3107 | 2026-08-24T20:19:33.281Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3108 | 2026-08-24T20:19:33.281Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3109 | 2026-08-24T20:19:34.232Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3110 | 2026-08-24T20:19:34.236Z | Compiling match_cfg v0.1.0 |
| 3111 | 2026-08-24T20:19:34.236Z | Compiling progenitor-client v0.14.0 |
| 3112 | 2026-08-24T20:19:34.236Z | Compiling slog-json v2.6.1 |
| 3113 | 2026-08-24T20:19:34.236Z | Compiling newtype-uuid-macros v0.1.0 |
| 3114 | 2026-08-24T20:19:34.236Z | Compiling sha1 v0.11.0 |
| 3115 | 2026-08-24T20:19:34.236Z | Compiling multer v3.1.0 |
| 3116 | 2026-08-24T20:19:34.236Z | Compiling compression-core v0.4.31 |
| 3117 | 2026-08-24T20:19:34.236Z | Compiling debug-ignore v1.0.5 |
| 3118 | 2026-08-24T20:19:34.382Z | Compiling async-stream-impl v0.3.6 |
| 3119 | 2026-08-24T20:19:34.386Z | Compiling serde_spanned v1.1.1 |
| 3120 | 2026-08-24T20:19:34.386Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3121 | 2026-08-24T20:19:34.386Z | Compiling dropshot v0.17.1 |
| 3122 | 2026-08-24T20:19:34.460Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3123 | 2026-08-24T20:19:34.478Z | Compiling waitgroup v0.1.2 |
| 3124 | 2026-08-24T20:19:34.494Z | Compiling rustls-pemfile v2.2.0 |
| 3125 | 2026-08-24T20:19:34.626Z | Compiling dropshot_endpoint v0.17.1 |
| 3126 | 2026-08-24T20:19:34.659Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3127 | 2026-08-24T20:19:34.663Z | Compiling hostname v0.4.2 |
| 3128 | 2026-08-24T20:19:34.714Z | Compiling hostname v0.3.1 |
| 3129 | 2026-08-24T20:19:34.717Z | Compiling compression-codecs v0.4.37 |
| 3130 | 2026-08-24T20:19:34.717Z | Compiling serde_path_to_error v0.1.20 |
| 3131 | 2026-08-24T20:19:34.717Z | Compiling atomicwrites v0.4.4 |
| 3132 | 2026-08-24T20:19:34.718Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3133 | 2026-08-24T20:19:34.730Z | Compiling macaddr v1.0.1 |
| 3134 | 2026-08-24T20:19:34.751Z | Compiling instant v0.1.13 |
| 3135 | 2026-08-24T20:19:34.755Z | Compiling regress v0.10.5 |
| 3136 | 2026-08-24T20:19:34.848Z | Compiling parse-display-derive v0.10.0 |
| 3137 | 2026-08-24T20:19:34.899Z | Compiling async-compression v0.4.41 |
| 3138 | 2026-08-24T20:19:34.980Z | Compiling backon v1.6.0 |
| 3139 | 2026-08-24T20:19:35.048Z | Compiling slog-bunyan v2.5.0 |
| 3140 | 2026-08-24T20:19:35.070Z | Compiling backoff v0.4.0 |
| 3141 | 2026-08-24T20:19:35.089Z | Compiling async-stream v0.3.6 |
| 3142 | 2026-08-24T20:19:35.089Z | Compiling itertools v0.14.0 |
| 3143 | 2026-08-24T20:19:35.122Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3144 | 2026-08-24T20:19:35.161Z | Compiling progenitor-extras v0.2.0 |
| 3145 | 2026-08-24T20:19:35.196Z | Compiling humantime v2.3.0 |
| 3146 | 2026-08-24T20:19:35.213Z | Compiling half v2.7.1 |
| 3147 | 2026-08-24T20:19:35.216Z | Compiling crucible-workspace-hack v0.1.0 |
| 3148 | 2026-08-24T20:19:35.249Z | Compiling ciborium-io v0.2.2 |
| 3149 | 2026-08-24T20:19:35.267Z | Compiling convert_case v0.4.0 |
| 3150 | 2026-08-24T20:19:35.285Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3151 | 2026-08-24T20:19:35.285Z | Compiling regress v0.11.1 |
| 3152 | 2026-08-24T20:19:35.318Z | Compiling secrecy v0.10.3 |
| 3153 | 2026-08-24T20:19:35.360Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3154 | 2026-08-24T20:19:35.377Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3155 | 2026-08-24T20:19:35.431Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3156 | 2026-08-24T20:19:35.465Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3157 | 2026-08-24T20:19:35.484Z | Compiling ciborium-ll v0.2.2 |
| 3158 | 2026-08-24T20:19:35.500Z | Compiling inout v0.1.4 |
| 3159 | 2026-08-24T20:19:35.536Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3160 | 2026-08-24T20:19:35.565Z | Compiling universal-hash v0.5.1 |
| 3161 | 2026-08-24T20:19:35.594Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3162 | 2026-08-24T20:19:35.657Z | Compiling derive_more v0.99.20 |
| 3163 | 2026-08-24T20:19:35.712Z | Compiling ciborium v0.2.2 |
| 3164 | 2026-08-24T20:19:35.730Z | Compiling cipher v0.4.4 |
| 3165 | 2026-08-24T20:19:35.746Z | Compiling opaque-debug v0.3.1 |
| 3166 | 2026-08-24T20:19:35.750Z | Compiling unsafe-libyaml v0.2.11 |
| 3167 | 2026-08-24T20:19:35.782Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3168 | 2026-08-24T20:19:35.817Z | Compiling poly1305 v0.8.0 |
| 3169 | 2026-08-24T20:19:35.838Z | Compiling blake2 v0.10.6 |
| 3170 | 2026-08-24T20:19:35.933Z | Compiling aead v0.5.2 |
| 3171 | 2026-08-24T20:19:36.017Z | Compiling chacha20 v0.9.1 |
| 3172 | 2026-08-24T20:19:36.074Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3173 | 2026-08-24T20:19:36.164Z | Compiling password-hash v0.5.0 |
| 3174 | 2026-08-24T20:19:36.292Z | Compiling indent_write v2.2.0 |
| 3175 | 2026-08-24T20:19:36.308Z | Compiling serde_yaml v0.9.34+deprecated |
| 3176 | 2026-08-24T20:19:36.324Z | Compiling chacha20poly1305 v0.10.1 |
| 3177 | 2026-08-24T20:19:36.411Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3178 | 2026-08-24T20:19:36.429Z | Compiling argon2 v0.5.3 |
| 3179 | 2026-08-24T20:19:36.461Z | Compiling num-derive v0.4.2 |
| 3180 | 2026-08-24T20:19:36.506Z | Compiling heapless v0.8.0 |
| 3181 | 2026-08-24T20:19:36.542Z | Compiling ingot-macros v0.2.0 |
| 3182 | 2026-08-24T20:19:36.591Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3183 | 2026-08-24T20:19:36.609Z | Compiling tabwriter v1.4.1 |
| 3184 | 2026-08-24T20:19:36.627Z | Compiling parse-display v0.10.0 |
| 3185 | 2026-08-24T20:19:36.687Z | Compiling hash32 v0.3.1 |
| 3186 | 2026-08-24T20:19:36.770Z | Compiling thiserror-no-std v2.0.2 |
| 3187 | 2026-08-24T20:19:36.831Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3188 | 2026-08-24T20:19:36.876Z | Compiling vsss-rs v3.3.4 |
| 3189 | 2026-08-24T20:19:36.894Z | Compiling typify-impl v0.6.2 |
| 3190 | 2026-08-24T20:19:36.960Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3191 | 2026-08-24T20:19:37.150Z | Compiling proc-macro-crate v3.4.0 |
| 3192 | 2026-08-24T20:19:37.166Z | Compiling smoltcp v0.11.0 |
| 3193 | 2026-08-24T20:19:37.446Z | Compiling cobs v0.3.0 |
| 3194 | 2026-08-24T20:19:37.566Z | Compiling colored v3.1.1 |
| 3195 | 2026-08-24T20:19:37.673Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3196 | 2026-08-24T20:19:37.691Z | Compiling postcard v1.1.3 |
| 3197 | 2026-08-24T20:19:37.727Z | Compiling proc-macro-error v1.0.4 |
| 3198 | 2026-08-24T20:19:37.746Z | Compiling num_enum_derive v0.7.6 |
| 3199 | 2026-08-24T20:19:37.814Z | Compiling proc-macro-crate v1.3.1 |
| 3200 | 2026-08-24T20:19:37.909Z | Compiling foreign-types-macros v0.2.3 |
| 3201 | 2026-08-24T20:19:37.966Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3202 | 2026-08-24T20:19:37.986Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3203 | 2026-08-24T20:19:38.009Z | Compiling foreign-types-shared v0.3.1 |
| 3204 | 2026-08-24T20:19:38.070Z | Compiling rayon-core v1.13.0 |
| 3205 | 2026-08-24T20:19:38.087Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3206 | 2026-08-24T20:19:38.273Z | Compiling num_enum_derive v0.5.11 |
| 3207 | 2026-08-24T20:19:38.292Z | Compiling crossbeam-deque v0.8.6 |
| 3208 | 2026-08-24T20:19:38.292Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3209 | 2026-08-24T20:19:38.324Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3210 | 2026-08-24T20:19:38.342Z | Compiling cstr-argument v0.1.2 |
| 3211 | 2026-08-24T20:19:38.377Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3212 | 2026-08-24T20:19:38.381Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3213 | 2026-08-24T20:19:38.501Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3214 | 2026-08-24T20:19:38.524Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3215 | 2026-08-24T20:19:38.559Z | Compiling foreign-types v0.5.0 |
| 3216 | 2026-08-24T20:19:38.627Z | Compiling zone_cfg_derive v0.3.1 |
| 3217 | 2026-08-24T20:19:38.651Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3218 | 2026-08-24T20:19:38.669Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3219 | 2026-08-24T20:19:38.797Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3220 | 2026-08-24T20:19:38.836Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3221 | 2026-08-24T20:19:38.853Z | Compiling itertools v0.12.1 |
| 3222 | 2026-08-24T20:19:38.881Z | Compiling num_enum v0.7.6 |
| 3223 | 2026-08-24T20:19:38.898Z | Compiling sigpipe v0.1.3 |
| 3224 | 2026-08-24T20:19:38.937Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3225 | 2026-08-24T20:19:38.954Z | Compiling glob v0.3.3 |
| 3226 | 2026-08-24T20:19:39.002Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3227 | 2026-08-24T20:19:39.025Z | Compiling rayon v1.11.0 |
| 3228 | 2026-08-24T20:19:39.061Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3229 | 2026-08-24T20:19:39.112Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3230 | 2026-08-24T20:19:39.239Z | Compiling smf v0.2.3 |
| 3231 | 2026-08-24T20:19:39.283Z | Compiling cpubits v0.1.1 |
| 3232 | 2026-08-24T20:19:39.329Z | Compiling whoami v1.6.1 |
| 3233 | 2026-08-24T20:19:39.356Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3234 | 2026-08-24T20:19:39.373Z | Compiling gethostname v0.5.0 |
| 3235 | 2026-08-24T20:19:39.389Z | Compiling derive-where v1.6.0 |
| 3236 | 2026-08-24T20:19:39.409Z | Compiling num_enum v0.5.11 |
| 3237 | 2026-08-24T20:19:39.517Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3238 | 2026-08-24T20:19:39.537Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3239 | 2026-08-24T20:19:39.539Z | Compiling ingot-types v0.2.0 |
| 3240 | 2026-08-24T20:19:39.539Z | Compiling usdt-attr-macro v0.5.0 |
| 3241 | 2026-08-24T20:19:39.590Z | Compiling usdt-macro v0.5.0 |
| 3242 | 2026-08-24T20:19:39.593Z | Compiling num-rational v0.4.2 |
| 3243 | 2026-08-24T20:19:39.625Z | Compiling num-complex v0.4.6 |
| 3244 | 2026-08-24T20:19:39.644Z | Compiling memmap v0.7.0 |
| 3245 | 2026-08-24T20:19:39.852Z | Compiling toml v0.8.23 |
| 3246 | 2026-08-24T20:19:39.869Z | Compiling pem-rfc7468 v1.0.0 |
| 3247 | 2026-08-24T20:19:40.002Z | Compiling ingot v0.2.1 |
| 3248 | 2026-08-24T20:19:40.040Z | Compiling zone v0.3.1 |
| 3249 | 2026-08-24T20:19:40.057Z | Compiling num v0.4.3 |
| 3250 | 2026-08-24T20:19:40.125Z | Compiling float-ord v0.3.2 |
| 3251 | 2026-08-24T20:19:40.159Z | Compiling cancel-safe-futures v0.1.5 |
| 3252 | 2026-08-24T20:19:40.193Z | Compiling resolv-conf v0.7.6 |
| 3253 | 2026-08-24T20:19:40.224Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3254 | 2026-08-24T20:19:40.275Z | Compiling universal-hash v0.6.1 |
| 3255 | 2026-08-24T20:19:40.425Z | Compiling sha1 v0.10.6 |
| 3256 | 2026-08-24T20:19:40.442Z | Compiling linear-map v1.2.0 |
| 3257 | 2026-08-24T20:19:40.442Z | Compiling usdt v0.5.0 |
| 3258 | 2026-08-24T20:19:40.495Z | Compiling libefi-sys v0.1.0 |
| 3259 | 2026-08-24T20:19:40.559Z | Compiling prettyplease v0.2.37 |
| 3260 | 2026-08-24T20:19:40.656Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3261 | 2026-08-24T20:19:40.689Z | Compiling polyval v0.7.1 |
| 3262 | 2026-08-24T20:19:40.735Z | Compiling der v0.8.0 |
| 3263 | 2026-08-24T20:19:40.759Z | Compiling hickory-proto v0.24.4 |
| 3264 | 2026-08-24T20:19:40.762Z | Compiling newline-converter v0.3.0 |
| 3265 | 2026-08-24T20:19:40.762Z | Compiling console v0.15.11 |
| 3266 | 2026-08-24T20:19:40.855Z | Compiling oxide-update-engine-types v0.1.2 |
| 3267 | 2026-08-24T20:19:40.855Z | Compiling bitfield-struct v0.6.2 |
| 3268 | 2026-08-24T20:19:40.863Z | Compiling linked-hash-map v0.5.6 |
| 3269 | 2026-08-24T20:19:40.940Z | Compiling ghash v0.6.0 |
| 3270 | 2026-08-24T20:19:41.081Z | Compiling lru-cache v0.1.2 |
| 3271 | 2026-08-24T20:19:41.113Z | Compiling crypto-bigint v0.7.5 |
| 3272 | 2026-08-24T20:19:41.177Z | Compiling expectorate v1.2.0 |
| 3273 | 2026-08-24T20:19:41.233Z | Compiling aes v0.9.1 |
| 3274 | 2026-08-24T20:19:41.273Z | Compiling pbkdf2 v0.13.0 |
| 3275 | 2026-08-24T20:19:41.364Z | Compiling ctr v0.10.1 |
| 3276 | 2026-08-24T20:19:41.385Z | Compiling aead v0.6.1 |
| 3277 | 2026-08-24T20:19:41.426Z | Compiling nom v8.0.0 |
| 3278 | 2026-08-24T20:19:41.549Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3279 | 2026-08-24T20:19:41.567Z | Compiling typify-macro v0.6.2 |
| 3280 | 2026-08-24T20:19:41.587Z | Compiling semver v0.1.20 |
| 3281 | 2026-08-24T20:19:41.605Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3282 | 2026-08-24T20:19:41.710Z | Compiling spki v0.8.0 |
| 3283 | 2026-08-24T20:19:41.870Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3284 | 2026-08-24T20:19:41.912Z | Compiling oxide-update-engine v0.1.2 |
| 3285 | 2026-08-24T20:19:41.936Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3286 | 2026-08-24T20:19:41.969Z | Compiling rustc_version v0.1.7 |
| 3287 | 2026-08-24T20:19:42.008Z | Compiling aes-gcm v0.11.0 |
| 3288 | 2026-08-24T20:19:42.063Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3289 | 2026-08-24T20:19:42.093Z | Compiling tokio-dtrace v0.1.1 |
| 3290 | 2026-08-24T20:19:42.179Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3291 | 2026-08-24T20:19:42.260Z | Compiling salsa20 v0.11.0 |
| 3292 | 2026-08-24T20:19:42.276Z | Compiling slog-dtrace v0.3.0 |
| 3293 | 2026-08-24T20:19:42.294Z | Compiling xshell-macros v0.2.7 |
| 3294 | 2026-08-24T20:19:42.381Z | Compiling minimal-lexical v0.2.1 |
| 3295 | 2026-08-24T20:19:42.415Z | Compiling scrypt v0.12.0 |
| 3296 | 2026-08-24T20:19:42.432Z | Compiling oxide-tokio-rt v0.1.4 |
| 3297 | 2026-08-24T20:19:42.451Z | Compiling newtype_derive v0.1.6 |
| 3298 | 2026-08-24T20:19:42.478Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3299 | 2026-08-24T20:19:42.514Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3300 | 2026-08-24T20:19:42.554Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3301 | 2026-08-24T20:19:42.575Z | Compiling phf_shared v0.12.1 |
| 3302 | 2026-08-24T20:19:42.669Z | Compiling nom v7.1.3 |
| 3303 | 2026-08-24T20:19:42.687Z | Compiling rfc6979 v0.4.0 |
| 3304 | 2026-08-24T20:19:42.719Z | Compiling xshell v0.2.7 |
| 3305 | 2026-08-24T20:19:42.737Z | Compiling cbc v0.2.1 |
| 3306 | 2026-08-24T20:19:42.755Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3307 | 2026-08-24T20:19:42.774Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3308 | 2026-08-24T20:19:42.789Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3309 | 2026-08-24T20:19:42.926Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3310 | 2026-08-24T20:19:43.081Z | Compiling hickory-resolver v0.24.4 |
| 3311 | 2026-08-24T20:19:43.140Z | Compiling csv-core v0.1.13 |
| 3312 | 2026-08-24T20:19:43.158Z | Compiling unicode-xid v0.2.6 |
| 3313 | 2026-08-24T20:19:43.202Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3314 | 2026-08-24T20:19:43.262Z | Compiling highway v1.3.0 |
| 3315 | 2026-08-24T20:19:43.318Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3316 | 2026-08-24T20:19:43.366Z | Compiling chrono-tz v0.10.4 |
| 3317 | 2026-08-24T20:19:43.415Z | Compiling csv v1.4.0 |
| 3318 | 2026-08-24T20:19:43.437Z | Compiling const_format_proc_macros v0.2.34 |
| 3319 | 2026-08-24T20:19:43.485Z | Compiling typify v0.6.2 |
| 3320 | 2026-08-24T20:19:43.606Z | Compiling progenitor-impl v0.14.0 |
| 3321 | 2026-08-24T20:19:43.626Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3322 | 2026-08-24T20:19:43.672Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3323 | 2026-08-24T20:19:43.824Z | Compiling proc-macro-error2 v2.0.1 |
| 3324 | 2026-08-24T20:19:43.934Z | Compiling pkcs5 v0.8.1 |
| 3325 | 2026-08-24T20:19:43.989Z | Compiling ecdsa v0.16.9 |
| 3326 | 2026-08-24T20:19:44.087Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3327 | 2026-08-24T20:19:44.105Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3328 | 2026-08-24T20:19:44.182Z | Compiling qorb v0.4.1 |
| 3329 | 2026-08-24T20:19:44.267Z | Compiling phf v0.12.1 |
| 3330 | 2026-08-24T20:19:44.405Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3331 | 2026-08-24T20:19:44.457Z | Compiling primeorder v0.13.6 |
| 3332 | 2026-08-24T20:19:44.510Z | Compiling serde_tokenstream v0.3.0 |
| 3333 | 2026-08-24T20:19:44.625Z | Compiling hashbrown v0.14.5 |
| 3334 | 2026-08-24T20:19:44.642Z | Compiling salty v0.3.0 |
| 3335 | 2026-08-24T20:19:44.745Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3336 | 2026-08-24T20:19:44.762Z | Compiling p384 v0.13.1 |
| 3337 | 2026-08-24T20:19:44.866Z | Compiling oxide-generation-macros v0.2.0 |
| 3338 | 2026-08-24T20:19:45.055Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3339 | 2026-08-24T20:19:45.100Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3340 | 2026-08-24T20:19:45.226Z | Compiling chumsky v0.9.3 |
| 3341 | 2026-08-24T20:19:45.345Z | Compiling const_format v0.2.35 |
| 3342 | 2026-08-24T20:19:45.385Z | Compiling pkcs8 v0.11.0 |
| 3343 | 2026-08-24T20:19:45.408Z | Compiling knus-derive v3.4.0 |
| 3344 | 2026-08-24T20:19:45.678Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3345 | 2026-08-24T20:19:45.710Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3346 | 2026-08-24T20:19:45.800Z | Compiling tabled_derive v0.7.0 |
| 3347 | 2026-08-24T20:19:45.818Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3348 | 2026-08-24T20:19:45.988Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3349 | 2026-08-24T20:19:46.250Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3350 | 2026-08-24T20:19:46.285Z | Compiling bcs v0.1.6 |
| 3351 | 2026-08-24T20:19:46.325Z | Compiling progenitor-macro v0.14.0 |
| 3352 | 2026-08-24T20:19:46.499Z | Compiling ff v0.14.0 |
| 3353 | 2026-08-24T20:19:46.548Z | Compiling termtree v0.5.1 |
| 3354 | 2026-08-24T20:19:46.591Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3355 | 2026-08-24T20:19:46.644Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3356 | 2026-08-24T20:19:46.673Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3357 | 2026-08-24T20:19:46.740Z | Compiling steno v0.4.1 |
| 3358 | 2026-08-24T20:19:46.838Z | Compiling tabled v0.15.0 |
| 3359 | 2026-08-24T20:19:46.881Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3360 | 2026-08-24T20:19:46.901Z | Compiling tagptr v0.2.0 |
| 3361 | 2026-08-24T20:19:46.920Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3362 | 2026-08-24T20:19:46.939Z | Compiling group v0.14.0 |
| 3363 | 2026-08-24T20:19:46.974Z | Compiling knus v3.4.0 |
| 3364 | 2026-08-24T20:19:47.099Z | Compiling moka v0.12.13 |
| 3365 | 2026-08-24T20:19:47.205Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3366 | 2026-08-24T20:19:47.221Z | Compiling signature v3.0.0 |
| 3367 | 2026-08-24T20:19:47.236Z | Compiling base16ct v1.0.0 |
| 3368 | 2026-08-24T20:19:47.443Z | Compiling sec1 v0.8.1 |
| 3369 | 2026-08-24T20:19:47.461Z | Compiling libscf-sys v1.2.0 |
| 3370 | 2026-08-24T20:19:47.506Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3371 | 2026-08-24T20:19:47.588Z | Compiling hkdf v0.13.0 |
| 3372 | 2026-08-24T20:19:47.625Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3373 | 2026-08-24T20:19:47.796Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3374 | 2026-08-24T20:19:47.812Z | Compiling hickory-resolver v0.25.2 |
| 3375 | 2026-08-24T20:19:47.828Z | Compiling elliptic-curve v0.14.1 |
| 3376 | 2026-08-24T20:19:47.888Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3377 | 2026-08-24T20:19:47.926Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3378 | 2026-08-24T20:19:47.943Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3379 | 2026-08-24T20:19:48.164Z | Compiling utf-8 v0.7.6 |
| 3380 | 2026-08-24T20:19:48.319Z | Compiling parking_lot_core v0.8.6 |
| 3381 | 2026-08-24T20:19:48.394Z | Compiling corncobs v0.1.4 |
| 3382 | 2026-08-24T20:19:48.441Z | Compiling tungstenite v0.21.0 |
| 3383 | 2026-08-24T20:19:48.592Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3384 | 2026-08-24T20:19:48.650Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3385 | 2026-08-24T20:19:48.725Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3386 | 2026-08-24T20:19:48.742Z | Compiling wnaf v0.14.0 |
| 3387 | 2026-08-24T20:19:48.760Z | Compiling primefield v0.14.0 |
| 3388 | 2026-08-24T20:19:48.974Z | Compiling rfc6979 v0.6.0 |
| 3389 | 2026-08-24T20:19:49.023Z | Compiling papergrid v0.18.0 |
| 3390 | 2026-08-24T20:19:49.080Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3391 | 2026-08-24T20:19:49.121Z | Compiling git-stub v1.0.0 |
| 3392 | 2026-08-24T20:19:49.155Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3393 | 2026-08-24T20:19:49.279Z | Compiling secrecy v0.8.0 |
| 3394 | 2026-08-24T20:19:49.311Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3395 | 2026-08-24T20:19:49.358Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3396 | 2026-08-24T20:19:49.417Z | Compiling git-stub-vcs v0.1.0 |
| 3397 | 2026-08-24T20:19:49.456Z | Compiling ecdsa v0.17.0 |
| 3398 | 2026-08-24T20:19:49.576Z | Compiling tokio-tungstenite v0.21.0 |
| 3399 | 2026-08-24T20:19:49.642Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3400 | 2026-08-24T20:19:49.714Z | Compiling primeorder v0.14.0 |
| 3401 | 2026-08-24T20:19:49.809Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3402 | 2026-08-24T20:19:49.945Z | Compiling curve25519-dalek v5.0.0 |
| 3403 | 2026-08-24T20:19:49.948Z | Compiling unicase v2.9.0 |
| 3404 | 2026-08-24T20:19:49.977Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3405 | 2026-08-24T20:19:50.056Z | Compiling tabled v0.21.0 |
| 3406 | 2026-08-24T20:19:50.096Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3407 | 2026-08-24T20:19:50.125Z | Compiling parking_lot v0.11.2 |
| 3408 | 2026-08-24T20:19:50.143Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3409 | 2026-08-24T20:19:50.178Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3410 | 2026-08-24T20:19:50.197Z | Compiling mime_guess v2.0.5 |
| 3411 | 2026-08-24T20:19:50.346Z | Compiling ssh-encoding v0.3.0 |
| 3412 | 2026-08-24T20:19:50.470Z | Compiling progenitor-impl v0.13.0 |
| 3413 | 2026-08-24T20:19:50.516Z | Compiling prefix-trie v0.7.0 |
| 3414 | 2026-08-24T20:19:50.553Z | Compiling fxhash v0.2.1 |
| 3415 | 2026-08-24T20:19:50.604Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3416 | 2026-08-24T20:19:50.650Z | Compiling keccak v0.2.0 |
| 3417 | 2026-08-24T20:19:50.708Z | Compiling crc8 v0.1.1 |
| 3418 | 2026-08-24T20:19:50.727Z | Compiling sled v0.34.7 |
| 3419 | 2026-08-24T20:19:50.849Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3420 | 2026-08-24T20:19:50.865Z | Compiling hickory-server v0.25.2 |
| 3421 | 2026-08-24T20:19:50.959Z | Compiling ed25519 v3.0.0 |
| 3422 | 2026-08-24T20:19:50.977Z | Compiling crypto-primes v0.7.2 |
| 3423 | 2026-08-24T20:19:51.286Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3424 | 2026-08-24T20:19:51.483Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3425 | 2026-08-24T20:19:51.553Z | Compiling progenitor v0.14.0 |
| 3426 | 2026-08-24T20:19:51.743Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3427 | 2026-08-24T20:19:51.834Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3428 | 2026-08-24T20:19:51.907Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3429 | 2026-08-24T20:19:52.051Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3430 | 2026-08-24T20:19:52.102Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3431 | 2026-08-24T20:19:52.144Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3432 | 2026-08-24T20:19:52.503Z | Compiling poly1305 v0.9.0 |
| 3433 | 2026-08-24T20:19:52.626Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3434 | 2026-08-24T20:19:52.681Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3435 | 2026-08-24T20:19:52.819Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3436 | 2026-08-24T20:19:52.840Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3437 | 2026-08-24T20:19:52.845Z | Compiling progenitor-client v0.13.0 |
| 3438 | 2026-08-24T20:19:52.994Z | Compiling blowfish v0.10.0 |
| 3439 | 2026-08-24T20:19:53.203Z | Compiling progenitor-macro v0.13.0 |
| 3440 | 2026-08-24T20:19:53.220Z | Compiling blake2 v0.11.0-rc.6 |
| 3441 | 2026-08-24T20:19:53.283Z | Compiling http-range v0.1.5 |
| 3442 | 2026-08-24T20:19:53.302Z | Compiling half v1.8.3 |
| 3443 | 2026-08-24T20:19:53.323Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3444 | 2026-08-24T20:19:53.453Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3445 | 2026-08-24T20:19:53.509Z | Compiling serde_cbor v0.11.2 |
| 3446 | 2026-08-24T20:19:53.602Z | Compiling argon2 v0.6.0-rc.8 |
| 3447 | 2026-08-24T20:19:53.656Z | Compiling ssh-cipher v0.3.0 |
| 3448 | 2026-08-24T20:19:53.867Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3449 | 2026-08-24T20:19:54.140Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3450 | 2026-08-24T20:19:54.277Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3451 | 2026-08-24T20:19:54.491Z | Compiling rsa v0.10.0-rc.18 |
| 3452 | 2026-08-24T20:19:54.675Z | Compiling ed25519-dalek v3.0.0 |
| 3453 | 2026-08-24T20:19:54.736Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3454 | 2026-08-24T20:19:54.754Z | Compiling illumos-nvpair v0.3.0 |
| 3455 | 2026-08-24T20:19:55.223Z | Compiling sha3 v0.11.0 |
| 3456 | 2026-08-24T20:19:55.638Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3457 | 2026-08-24T20:19:55.674Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3458 | 2026-08-24T20:19:55.713Z | Compiling p384 v0.14.0 |
| 3459 | 2026-08-24T20:19:55.732Z | Compiling p256 v0.14.0 |
| 3460 | 2026-08-24T20:19:55.958Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3461 | 2026-08-24T20:19:56.151Z | Compiling p521 v0.14.0 |
| 3462 | 2026-08-24T20:19:56.169Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3463 | 2026-08-24T20:19:56.387Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3464 | 2026-08-24T20:19:56.407Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3465 | 2026-08-24T20:19:56.539Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3466 | 2026-08-24T20:19:56.635Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3467 | 2026-08-24T20:19:56.864Z | Compiling scuffle v0.1.0 |
| 3468 | 2026-08-24T20:19:57.069Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3469 | 2026-08-24T20:19:57.230Z | Compiling yasna v0.5.2 |
| 3470 | 2026-08-24T20:19:57.505Z | Compiling kstat-rs v0.2.5 |
| 3471 | 2026-08-24T20:19:57.837Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3472 | 2026-08-24T20:19:57.873Z | Compiling headers-core v0.3.0 |
| 3473 | 2026-08-24T20:19:57.915Z | Compiling kem v0.3.0 |
| 3474 | 2026-08-24T20:19:57.949Z | Compiling module-lattice v0.2.3 |
| 3475 | 2026-08-24T20:19:58.026Z | Compiling nanorand v0.7.0 |
| 3476 | 2026-08-24T20:19:58.044Z | Compiling sponge-cursor v0.1.0 |
| 3477 | 2026-08-24T20:19:58.078Z | Compiling headers v0.4.1 |
| 3478 | 2026-08-24T20:19:58.138Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3479 | 2026-08-24T20:19:58.210Z | Compiling ml-kem v0.3.2 |
| 3480 | 2026-08-24T20:19:58.237Z | Compiling flume v0.11.1 |
| 3481 | 2026-08-24T20:19:58.346Z | Compiling sha3 v0.12.0 |
| 3482 | 2026-08-24T20:19:58.363Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3483 | 2026-08-24T20:19:58.379Z | Compiling progenitor v0.13.0 |
| 3484 | 2026-08-24T20:19:58.548Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3485 | 2026-08-24T20:19:58.569Z | Compiling rcgen v0.12.1 |
| 3486 | 2026-08-24T20:19:58.569Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3487 | 2026-08-24T20:19:58.604Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3488 | 2026-08-24T20:19:58.625Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3489 | 2026-08-24T20:19:58.861Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3490 | 2026-08-24T20:19:58.877Z | Compiling hyper-staticfile v0.10.1 |
| 3491 | 2026-08-24T20:19:58.928Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3492 | 2026-08-24T20:19:58.945Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3493 | 2026-08-24T20:19:59.170Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3494 | 2026-08-24T20:19:59.242Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3495 | 2026-08-24T20:19:59.268Z | Compiling ssh-key v0.7.0-rc.11 |
| 3496 | 2026-08-24T20:19:59.311Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3497 | 2026-08-24T20:19:59.336Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3498 | 2026-08-24T20:19:59.412Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3499 | 2026-08-24T20:19:59.470Z | Compiling russh-cryptovec v0.62.0 |
| 3500 | 2026-08-24T20:19:59.566Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3501 | 2026-08-24T20:19:59.587Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3502 | 2026-08-24T20:19:59.614Z | Compiling port-file v0.1.0 |
| 3503 | 2026-08-24T20:19:59.681Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3504 | 2026-08-24T20:19:59.718Z | Compiling num-bigint v0.4.6 |
| 3505 | 2026-08-24T20:19:59.760Z | Compiling generic-array v1.4.3 |
| 3506 | 2026-08-24T20:19:59.780Z | Compiling russh-util v0.52.0 |
| 3507 | 2026-08-24T20:19:59.797Z | Compiling enum_dispatch v0.3.13 |
| 3508 | 2026-08-24T20:19:59.887Z | Compiling delegate v0.13.5 |
| 3509 | 2026-08-24T20:19:59.960Z | Compiling subprocess v0.2.15 |
| 3510 | 2026-08-24T20:20:00.120Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3511 | 2026-08-24T20:20:00.260Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3512 | 2026-08-24T20:20:00.372Z | Compiling display-error-chain v0.2.2 |
| 3513 | 2026-08-24T20:20:00.543Z | Compiling md5 v0.8.0 |
| 3514 | 2026-08-24T20:20:00.579Z | Compiling hex-literal v1.1.0 |
| 3515 | 2026-08-24T20:20:00.720Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3516 | 2026-08-24T20:20:00.740Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3517 | 2026-08-24T20:20:00.781Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3518 | 2026-08-24T20:20:00.798Z | Compiling colored v2.2.0 |
| 3519 | 2026-08-24T20:20:00.838Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3520 | 2026-08-24T20:20:00.889Z | Compiling russh v0.62.4 |
| 3521 | 2026-08-24T20:20:00.993Z | Compiling socket2 v0.5.10 |
| 3522 | 2026-08-24T20:20:01.103Z | Compiling internet-checksum v0.2.1 |
| 3523 | 2026-08-24T20:20:01.399Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3524 | 2026-08-24T20:20:01.439Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3525 | 2026-08-24T20:20:04.265Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3526 | 2026-08-24T20:20:04.983Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3527 | 2026-08-24T20:20:05.505Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3528 | 2026-08-24T20:20:06.799Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3529 | 2026-08-24T20:20:07.068Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3530 | 2026-08-24T20:20:16.127Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3531 | 2026-08-24T20:20:16.127Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3532 | 2026-08-24T20:20:16.130Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3533 | 2026-08-24T20:20:16.130Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3534 | 2026-08-24T20:20:16.130Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3535 | 2026-08-24T20:20:17.899Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3536 | 2026-08-24T20:20:18.077Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3537 | 2026-08-24T20:20:22.287Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3538 | 2026-08-24T20:21:03.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3539 | 2026-08-24T20:21:03.388Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3540 | 2026-08-24T20:21:03.388Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3541 | 2026-08-24T20:21:03.613Z | |
| 3542 | 2026-08-24T20:21:03.613Z | real 1:30.268836932 |
| 3543 | 2026-08-24T20:21:03.613Z | user 8:39.791413380 |
| 3544 | 2026-08-24T20:21:03.613Z | sys 1:43.268676722 |
| 3545 | 2026-08-24T20:21:03.613Z | trap 0.262728349 |
| 3546 | 2026-08-24T20:21:03.613Z | tflt 0.303512268 |
| 3547 | 2026-08-24T20:21:03.613Z | dflt 1.864248684 |
| 3548 | 2026-08-24T20:21:03.613Z | kflt 0.000245520 |
| 3549 | 2026-08-24T20:21:03.617Z | lock 32:11.914283468 |
| 3550 | 2026-08-24T20:21:03.617Z | slp 19:45.794326145 |
| 3551 | 2026-08-24T20:21:03.617Z | lat 40.685879843 |
| 3552 | 2026-08-24T20:21:03.617Z | stop 3:01.402389770 |
| 3553 | 2026-08-24T20:21:03.617Z | + mkdir tests |
| 3554 | 2026-08-24T20:21:03.620Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3555 | 2026-08-24T20:21:03.620Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3556 | 2026-08-24T20:21:03.641Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f664ff600221c7d9 tests/ |
| 3557 | 2026-08-24T20:21:03.663Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2e91e5afad741630 tests/ |
| 3558 | 2026-08-24T20:21:03.686Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-56ce3b067f91e8f7 tests/ |
| 3559 | 2026-08-24T20:21:03.709Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-571f2ca3f9a3e8a2 tests/ |
| 3560 | 2026-08-24T20:21:04.149Z | + 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) |
| 3561 | 2026-08-24T20:21:04.153Z | + 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-2e91e5afad741630 tests/commtest-56ce3b067f91e8f7 tests/dhcp_server-f664ff600221c7d9 tests/end_to_end_tests-571f2ca3f9a3e8a2 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 |
| 3562 | 2026-08-24T20:22:33.774Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3563 | 2026-08-24T20:22:33.774Z | a .github/buildomat/ci-env.sh 1K |
| 3564 | 2026-08-24T20:22:33.774Z | a out/target/test 1K |
| 3565 | 2026-08-24T20:22:33.774Z | a out/npuzone/npuzone 27402K |
| 3566 | 2026-08-24T20:22:33.774Z | a package-manifest.toml 35K |
| 3567 | 2026-08-24T20:22:33.774Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3568 | 2026-08-24T20:22:33.774Z | a target/release/omicron-package 48322K |
| 3569 | 2026-08-24T20:22:33.774Z | a target/release/xtask 11727K |
| 3570 | 2026-08-24T20:22:33.774Z | a target/debug/bootstrap 439105K |
| 3571 | 2026-08-24T20:22:33.774Z | a tests/bootstrap-2e91e5afad741630 34430K |
| 3572 | 2026-08-24T20:22:33.774Z | a tests/commtest-56ce3b067f91e8f7 34431K |
| 3573 | 2026-08-24T20:22:33.774Z | a tests/dhcp_server-f664ff600221c7d9 34431K |
| 3574 | 2026-08-24T20:22:33.774Z | a tests/end_to_end_tests-571f2ca3f9a3e8a2 502403K |
| 3575 | 2026-08-24T20:22:33.774Z | a tools/opte_version 1K |
| 3576 | 2026-08-24T20:22:33.774Z | a tools/opte_version_override 2K |
| 3577 | 2026-08-24T20:22:33.774Z | a out/clickhouse.tar.gz 330326K |
| 3578 | 2026-08-24T20:22:33.775Z | a out/clickhouse_keeper.tar.gz 314328K |
| 3579 | 2026-08-24T20:22:33.775Z | a out/clickhouse_server.tar.gz 330322K |
| 3580 | 2026-08-24T20:22:33.775Z | a out/cockroachdb.tar.gz 169678K |
| 3581 | 2026-08-24T20:22:33.775Z | a out/crucible-pantry-zone.tar.gz 41362K |
| 3582 | 2026-08-24T20:22:33.775Z | a out/crucible-utils.tar 18900K |
| 3583 | 2026-08-24T20:22:33.775Z | a out/crucible-zone.tar.gz 56174K |
| 3584 | 2026-08-24T20:22:33.775Z | a out/external-dns.tar.gz 47480K |
| 3585 | 2026-08-24T20:22:33.775Z | a out/internal-dns.tar.gz 47480K |
| 3586 | 2026-08-24T20:22:33.775Z | a out/mg-ddm-gz.tar 100917K |
| 3587 | 2026-08-24T20:22:33.775Z | a out/nexus.tar.gz 360829K |
| 3588 | 2026-08-24T20:22:33.775Z | a out/ntp.tar.gz 34706K |
| 3589 | 2026-08-24T20:22:33.775Z | a out/omicron-gateway-softnpu.tar.gz 28439K |
| 3590 | 2026-08-24T20:22:33.775Z | a out/omicron-sled-agent.tar 243337K |
| 3591 | 2026-08-24T20:22:33.775Z | a out/overlay.tar.gz 4K |
| 3592 | 2026-08-24T20:22:33.775Z | a out/oximeter.tar.gz 70960K |
| 3593 | 2026-08-24T20:22:33.775Z | a out/oxlog.tar 4070K |
| 3594 | 2026-08-24T20:22:33.775Z | a out/probe.tar.gz 3037K |
| 3595 | 2026-08-24T20:22:33.775Z | a out/propolis-server.tar.gz 34642K |
| 3596 | 2026-08-24T20:22:33.775Z | a out/pumpkind-gz.tar 26647K |
| 3597 | 2026-08-24T20:22:33.775Z | a out/switch-softnpu.tar.gz 501843K |
| 3598 | 2026-08-24T20:22:33.778Z | |
| 3599 | 2026-08-24T20:22:33.778Z | real 1:29.621804975 |
| 3600 | 2026-08-24T20:22:33.778Z | user 1:26.659008210 |
| 3601 | 2026-08-24T20:22:33.778Z | sys 4.976569962 |
| 3602 | 2026-08-24T20:22:33.779Z | trap 0.006172544 |
| 3603 | 2026-08-24T20:22:33.779Z | tflt 0.000000000 |
| 3604 | 2026-08-24T20:22:33.779Z | dflt 0.000000000 |
| 3605 | 2026-08-24T20:22:33.779Z | kflt 0.000000000 |
| 3606 | 2026-08-24T20:22:33.779Z | lock 0.000000000 |
| 3607 | 2026-08-24T20:22:33.779Z | slp 1:26.537381388 |
| 3608 | 2026-08-24T20:22:33.779Z | lat 1.060210749 |
| 3609 | 2026-08-24T20:22:33.779Z | stop 0.000181070 |
| 3610 | 2026-08-24T20:22:33.779Z | process exited: duration 1252381 ms, exit code 0 |
| |
| 3611 | 2026-08-24T20:22:33.792Z | found 1 output files |
| 3612 | 2026-08-24T20:22:33.792Z | uploading: /work/package.tar.gz (2764976738 bytes) |
| 3613 | 2026-08-24T20:23:07.294Z | uploaded: /work/package.tar.gz |