|
|
|
| 1 | 2026-05-28T17:00:28.592Z | job assigned to worker 01KSQRDXV50P8MNYCH1G5FMY5R [factory aws, i-0bc8766da4438c1a5] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-28T17:00:37.461Z | starting task 0: "setup" |
| 3 | 2026-05-28T17:00:37.466Z | ++ uname -s |
| 4 | 2026-05-28T17:00:37.469Z | + kern=SunOS |
| 5 | 2026-05-28T17:00:37.469Z | + build_user=build |
| 6 | 2026-05-28T17:00:37.469Z | + build_uid=12345 |
| 7 | 2026-05-28T17:00:37.469Z | + work_dir=/work |
| 8 | 2026-05-28T17:00:37.469Z | + input_dir=/input |
| 9 | 2026-05-28T17:00:37.469Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T17:00:37.470Z | + case "$kern" in |
| 11 | 2026-05-28T17:00:37.470Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T17:00:37.478Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T17:00:39.487Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T17:00:39.537Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T17:00:39.540Z | + home_fs=zfs |
| 16 | 2026-05-28T17:00:39.540Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T17:00:39.540Z | + mkdir -p /home/build |
| 18 | 2026-05-28T17:00:39.543Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T17:00:41.543Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T17:00:41.546Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-05-28T17:00:41.552Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T17:00:41.558Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T17:00:41.559Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T17:00:41.559Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-28T17:00:41.559Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-28T17:00:41.561Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-28T17:00:41.561Z | * rust toolchain profile = "default" |
| 28 | 2026-05-28T17:00:41.561Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T17:00:41.562Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T17:00:41.653Z | info: downloading installer |
| 31 | 2026-05-28T17:00:43.022Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T17:00:43.022Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T17:00:43.022Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T17:00:43.022Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T17:00:43.035Z | info: profile set to default |
| 36 | 2026-05-28T17:00:43.035Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T17:00:43.038Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T17:00:43.167Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T17:00:43.170Z | info: downloading 6 components |
| 40 | 2026-05-28T17:00:57.440Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T17:00:57.440Z | |
| 42 | 2026-05-28T17:00:57.474Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T17:00:57.474Z | |
| 44 | 2026-05-28T17:00:57.474Z | |
| 45 | 2026-05-28T17:00:57.474Z | Rust is installed now. Great! |
| 46 | 2026-05-28T17:00:57.474Z | |
| 47 | 2026-05-28T17:00:57.474Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T17:00:57.478Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T17:00:57.478Z | |
| 50 | 2026-05-28T17:00:57.478Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T17:00:57.478Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T17:00:57.478Z | |
| 53 | 2026-05-28T17:00:57.478Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T17:00:57.478Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T17:00:57.478Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T17:00:57.478Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T17:00:57.478Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T17:00:57.478Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T17:00:57.478Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T17:00:57.478Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T17:00:57.478Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T17:00:57.569Z | + rustup --version |
| 63 | 2026-05-28T17:00:57.576Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T17:00:57.579Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T17:00:57.600Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T17:00:57.603Z | + cargo --version |
| 67 | 2026-05-28T17:00:57.610Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T17:00:57.615Z | + rustc --version |
| 69 | 2026-05-28T17:00:57.635Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T17:00:57.638Z | process exited: duration 16085 ms, exit code 0 |
| |
| 71 | 2026-05-28T17:00:57.645Z | starting task 2: "authentication" |
| 72 | 2026-05-28T17:00:57.664Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-28T17:00:57.672Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T17:00:57.676Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T17:00:57.679Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T17:00:57.719Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T17:01:08.358Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T17:01:08.358Z | + git fetch origin 89a9b87616af621c742a9c408d57c06517223b9f |
| 79 | 2026-05-28T17:01:08.662Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T17:01:08.662Z | * branch 89a9b87616af621c742a9c408d57c06517223b9f -> FETCH_HEAD |
| 81 | 2026-05-28T17:01:08.679Z | + [[ -n fix-sp-task-dumps-location ]] |
| 82 | 2026-05-28T17:01:08.683Z | ++ git branch --show-current |
| 83 | 2026-05-28T17:01:08.683Z | + current=main |
| 84 | 2026-05-28T17:01:08.683Z | + [[ main != fix-sp-task-dumps-location ]] |
| 85 | 2026-05-28T17:01:08.683Z | + git branch -f fix-sp-task-dumps-location 89a9b87616af621c742a9c408d57c06517223b9f |
| 86 | 2026-05-28T17:01:08.686Z | + git checkout -f fix-sp-task-dumps-location |
| 87 | 2026-05-28T17:01:08.927Z | Switched to branch 'fix-sp-task-dumps-location' |
| 88 | 2026-05-28T17:01:08.931Z | + git reset --hard 89a9b87616af621c742a9c408d57c06517223b9f |
| 89 | 2026-05-28T17:01:09.168Z | HEAD is now at 89a9b8761 merge |
| 90 | 2026-05-28T17:01:09.171Z | process exited: duration 11498 ms, exit code 0 |
| |
| 91 | 2026-05-28T17:01:09.178Z | starting task 4: "build" |
| 92 | 2026-05-28T17:01:09.185Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T17:01:09.185Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T17:01:09.185Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T17:01:09.185Z | + cargo --version |
| 96 | 2026-05-28T17:01:09.196Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T17:01:09.199Z | + rustc --version |
| 98 | 2026-05-28T17:01:09.220Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T17:01:09.223Z | + WORK=/work |
| 100 | 2026-05-28T17:01:09.223Z | + pfexec mkdir -p /work |
| 101 | 2026-05-28T17:01:09.226Z | + pfexec chown build /work |
| 102 | 2026-05-28T17:01:09.230Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-28T17:01:10.755Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-28T17:01:10.827Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-28T17:01:11.093Z | Planning: Solver setup ... Done (0.229s) |
| 106 | 2026-05-28T17:01:11.112Z | Planning: Running solver ... Done (0.019s) |
| 107 | 2026-05-28T17:01:11.118Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-28T17:01:11.129Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-28T17:01:11.151Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-28T17:01:11.166Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-28T17:01:11.170Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-28T17:01:11.360Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 113 | 2026-05-28T17:01:11.363Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-28T17:01:11.953Z | Planning: Evaluating mediators ... Done (0.592s) |
| 115 | 2026-05-28T17:01:11.956Z | Planning: Planning completed in 1.11 seconds |
| 116 | 2026-05-28T17:01:11.964Z | Packages to install: 2 |
| 117 | 2026-05-28T17:01:11.964Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-28T17:01:11.964Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-28T17:01:11.964Z | Create boot environment: No |
| 120 | 2026-05-28T17:01:11.964Z | Create backup boot environment: No |
| 121 | 2026-05-28T17:01:11.967Z | Rebuild boot archive: No |
| 122 | 2026-05-28T17:01:11.967Z | |
| 123 | 2026-05-28T17:01:11.968Z | Changed packages: |
| 124 | 2026-05-28T17:01:11.968Z | helios |
| 125 | 2026-05-28T17:01:11.968Z | developer/build-essential |
| 126 | 2026-05-28T17:01:11.968Z | None -> 11-3.0 |
| 127 | 2026-05-28T17:01:11.968Z | library/libxmlsec1 |
| 128 | 2026-05-28T17:01:11.968Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-28T17:01:11.988Z | |
| 130 | 2026-05-28T17:01:11.988Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-28T17:01:13.174Z | Download: Completed 1.28 MB in 1.19 seconds (1.1M/s) |
| 132 | 2026-05-28T17:01:13.215Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-28T17:01:13.261Z | Actions: Completed 268 actions in 0.05 seconds. |
| 134 | 2026-05-28T17:01:13.293Z | Finalize: Updating package state database ... Done (0.032s) |
| 135 | 2026-05-28T17:01:13.293Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-28T17:01:13.312Z | Finalize: Updating image state ... Done (0.018s) |
| 137 | 2026-05-28T17:01:15.748Z | Finalize: Creating fast lookup database ... Done (2.413s) |
| 138 | 2026-05-28T17:01:15.814Z | Finalize: Reading search index ... Done (0.011s) |
| 139 | 2026-05-28T17:01:15.817Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-28T17:01:15.871Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-28T17:01:16.178Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-28T17:01:16.282Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-28T17:01:16.285Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-28T17:01:16.442Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-28T17:01:16.445Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-28T17:01:16.465Z | Mediators to change: 2 |
| 147 | 2026-05-28T17:01:16.465Z | Create boot environment: No |
| 148 | 2026-05-28T17:01:16.465Z | Create backup boot environment: No |
| 149 | 2026-05-28T17:01:16.503Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-28T17:01:16.503Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-28T17:01:16.513Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-28T17:01:18.505Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-28T17:01:18.570Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-28T17:01:18.573Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-28T17:01:18.609Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-28T17:01:18.897Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-28T17:01:19.007Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-28T17:01:19.010Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-28T17:01:19.172Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-28T17:01:19.175Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-28T17:01:19.195Z | Mediators to change: 1 |
| 162 | 2026-05-28T17:01:19.195Z | Create boot environment: No |
| 163 | 2026-05-28T17:01:19.195Z | Create backup boot environment: No |
| 164 | 2026-05-28T17:01:19.228Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-28T17:01:19.228Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-28T17:01:19.239Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-28T17:01:21.208Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-28T17:01:21.274Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-28T17:01:21.277Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-28T17:01:21.353Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-28T17:01:21.669Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-28T17:01:21.669Z | apache system 2.4 system |
| 173 | 2026-05-28T17:01:21.669Z | clang system 15 system |
| 174 | 2026-05-28T17:01:21.669Z | csh system system illumos |
| 175 | 2026-05-28T17:01:21.669Z | ctags system system illumos |
| 176 | 2026-05-28T17:01:21.669Z | file vendor vendor darwinsys |
| 177 | 2026-05-28T17:01:21.669Z | file system system illumos |
| 178 | 2026-05-28T17:01:21.669Z | gcc vendor 14 vendor |
| 179 | 2026-05-28T17:01:21.669Z | gcc system 13 system |
| 180 | 2026-05-28T17:01:21.669Z | gcc system 10 system |
| 181 | 2026-05-28T17:01:21.669Z | go system 1.25 system |
| 182 | 2026-05-28T17:01:21.669Z | llvm system 15 system |
| 183 | 2026-05-28T17:01:21.669Z | mariadb system 11.4 system |
| 184 | 2026-05-28T17:01:21.669Z | mta vendor vendor dma |
| 185 | 2026-05-28T17:01:21.669Z | openjdk system 17 system |
| 186 | 2026-05-28T17:01:21.669Z | openjdk system 11 system |
| 187 | 2026-05-28T17:01:21.669Z | openssl vendor 3 vendor |
| 188 | 2026-05-28T17:01:21.669Z | perl system 5.40 system |
| 189 | 2026-05-28T17:01:21.669Z | postgresql system 18 system |
| 190 | 2026-05-28T17:01:21.669Z | postgresql system 17 system |
| 191 | 2026-05-28T17:01:21.669Z | python vendor 3 vendor |
| 192 | 2026-05-28T17:01:21.669Z | python system 2 system |
| 193 | 2026-05-28T17:01:21.669Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-28T17:01:21.669Z | ruby system 3.4 system |
| 195 | 2026-05-28T17:01:21.670Z | ruby system 3.0 system |
| 196 | 2026-05-28T17:01:21.670Z | words vendor vendor american-english |
| 197 | 2026-05-28T17:01:21.670Z | words system system australian-english |
| 198 | 2026-05-28T17:01:21.670Z | words system system british-english |
| 199 | 2026-05-28T17:01:21.670Z | words system system canadian-english |
| 200 | 2026-05-28T17:01:21.670Z | words system system french |
| 201 | 2026-05-28T17:01:21.670Z | words system system italian |
| 202 | 2026-05-28T17:01:21.670Z | words system system ngerman |
| 203 | 2026-05-28T17:01:21.670Z | words system system ogerman |
| 204 | 2026-05-28T17:01:21.670Z | words system system spanish |
| 205 | 2026-05-28T17:01:21.929Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-28T17:01:21.929Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-28T17:01:22.218Z | FMRI IFO |
| 208 | 2026-05-28T17:01:22.218Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-28T17:01:22.218Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-28T17:01:22.218Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-28T17:01:22.218Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-28T17:01:22.218Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-28T17:01:22.218Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-28T17:01:22.218Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-28T17:01:22.218Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-28T17:01:22.218Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-28T17:01:22.463Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-28T17:01:22.756Z | Updating crates.io index |
| 219 | 2026-05-28T17:01:22.792Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-28T17:01:23.040Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-28T17:01:23.993Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-28T17:01:24.600Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-28T17:01:25.835Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-28T17:01:26.646Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-28T17:01:28.174Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-28T17:01:29.074Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-28T17:01:29.394Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-28T17:01:30.329Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-28T17:01:30.688Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-28T17:01:31.097Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-28T17:01:31.533Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-28T17:01:32.520Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-28T17:01:33.041Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-28T17:01:33.308Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-28T17:01:33.851Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-28T17:01:34.268Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-28T17:01:34.609Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-28T17:01:35.026Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-28T17:01:35.318Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-28T17:01:35.709Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-28T17:01:36.165Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-28T17:01:36.731Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-28T17:01:37.017Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-28T17:01:37.636Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-28T17:01:37.935Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-28T17:01:38.282Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-28T17:01:39.622Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-28T17:01:39.925Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-28T17:01:40.792Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-28T17:01:41.258Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-28T17:01:41.808Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-28T17:01:42.237Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-28T17:01:42.614Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-05-28T17:01:43.285Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-28T17:01:43.596Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-28T17:01:44.076Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-28T17:01:44.437Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-28T17:01:44.835Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-28T17:02:00.825Z | Downloading crates ... |
| 260 | 2026-05-28T17:02:00.878Z | Downloaded equivalent v1.0.2 |
| 261 | 2026-05-28T17:02:00.881Z | Downloaded cargo_toml v0.21.0 |
| 262 | 2026-05-28T17:02:00.881Z | Downloaded anstream v0.6.21 |
| 263 | 2026-05-28T17:02:00.885Z | Downloaded form_urlencoded v1.2.2 |
| 264 | 2026-05-28T17:02:00.888Z | Downloaded memmap v0.7.0 |
| 265 | 2026-05-28T17:02:00.888Z | Downloaded potential_utf v0.1.4 |
| 266 | 2026-05-28T17:02:00.891Z | Downloaded displaydoc v0.2.5 |
| 267 | 2026-05-28T17:02:00.894Z | Downloaded strsim v0.11.1 |
| 268 | 2026-05-28T17:02:00.896Z | Downloaded generic-array v0.14.7 |
| 269 | 2026-05-28T17:02:00.901Z | Downloaded textwrap v0.16.2 |
| 270 | 2026-05-28T17:02:00.907Z | Downloaded pest_generator v2.8.6 |
| 271 | 2026-05-28T17:02:00.910Z | Downloaded toml_datetime v0.6.11 |
| 272 | 2026-05-28T17:02:00.910Z | Downloaded anstyle v1.0.13 |
| 273 | 2026-05-28T17:02:00.913Z | Downloaded toml_write v0.1.2 |
| 274 | 2026-05-28T17:02:00.913Z | Downloaded utf8_iter v1.0.4 |
| 275 | 2026-05-28T17:02:00.913Z | Downloaded toml v0.8.23 |
| 276 | 2026-05-28T17:02:00.915Z | Downloaded unicode-linebreak v0.1.5 |
| 277 | 2026-05-28T17:02:00.916Z | Downloaded icu_provider v2.1.1 |
| 278 | 2026-05-28T17:02:00.920Z | Downloaded version_check v0.9.5 |
| 279 | 2026-05-28T17:02:00.920Z | Downloaded utf8parse v0.2.2 |
| 280 | 2026-05-28T17:02:00.920Z | Downloaded usdt-impl v0.5.0 |
| 281 | 2026-05-28T17:02:00.923Z | Downloaded icu_collections v2.1.1 |
| 282 | 2026-05-28T17:02:00.923Z | Downloaded icu_normalizer_data v2.1.1 |
| 283 | 2026-05-28T17:02:00.926Z | Downloaded typeid v1.0.3 |
| 284 | 2026-05-28T17:02:00.926Z | Downloaded indexmap v2.14.0 |
| 285 | 2026-05-28T17:02:00.931Z | Downloaded thread-id v4.2.2 |
| 286 | 2026-05-28T17:02:00.933Z | Downloaded zerofrom-derive v0.1.6 |
| 287 | 2026-05-28T17:02:00.933Z | Downloaded zerofrom v0.1.6 |
| 288 | 2026-05-28T17:02:00.936Z | Downloaded dof v0.3.0 |
| 289 | 2026-05-28T17:02:00.936Z | Downloaded tabled v0.15.0 |
| 290 | 2026-05-28T17:02:00.946Z | Downloaded zmij v1.0.21 |
| 291 | 2026-05-28T17:02:00.949Z | Downloaded thiserror-impl v2.0.18 |
| 292 | 2026-05-28T17:02:00.949Z | Downloaded fnv v1.0.7 |
| 293 | 2026-05-28T17:02:00.951Z | Downloaded clap_lex v1.0.0 |
| 294 | 2026-05-28T17:02:00.952Z | Downloaded zerovec-derive v0.11.2 |
| 295 | 2026-05-28T17:02:00.952Z | Downloaded yoke-derive v0.8.1 |
| 296 | 2026-05-28T17:02:00.952Z | Downloaded proc-macro-error-attr v1.0.4 |
| 297 | 2026-05-28T17:02:00.955Z | Downloaded anstyle-query v1.1.5 |
| 298 | 2026-05-28T17:02:00.955Z | Downloaded writeable v0.6.2 |
| 299 | 2026-05-28T17:02:00.955Z | Downloaded yoke v0.8.1 |
| 300 | 2026-05-28T17:02:00.958Z | Downloaded thiserror v1.0.69 |
| 301 | 2026-05-28T17:02:00.961Z | Downloaded plain v0.2.3 |
| 302 | 2026-05-28T17:02:00.961Z | Downloaded heck v0.4.1 |
| 303 | 2026-05-28T17:02:00.961Z | Downloaded errno v0.3.14 |
| 304 | 2026-05-28T17:02:00.964Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-05-28T17:02:00.964Z | Downloaded tinystr v0.8.2 |
| 306 | 2026-05-28T17:02:00.964Z | Downloaded ucd-trie v0.1.7 |
| 307 | 2026-05-28T17:02:00.967Z | Downloaded terminal_size v0.4.3 |
| 308 | 2026-05-28T17:02:00.967Z | Downloaded ordered-float v2.10.1 |
| 309 | 2026-05-28T17:02:00.967Z | Downloaded thiserror-impl v1.0.69 |
| 310 | 2026-05-28T17:02:00.970Z | Downloaded swrite v0.1.0 |
| 311 | 2026-05-28T17:02:00.970Z | Downloaded dtrace-parser v0.2.0 |
| 312 | 2026-05-28T17:02:00.970Z | Downloaded usdt-macro v0.5.0 |
| 313 | 2026-05-28T17:02:00.970Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-05-28T17:02:00.970Z | Downloaded url v2.5.8 |
| 315 | 2026-05-28T17:02:00.973Z | Downloaded usdt v0.5.0 |
| 316 | 2026-05-28T17:02:00.973Z | Downloaded thiserror v2.0.18 |
| 317 | 2026-05-28T17:02:00.976Z | Downloaded zerocopy-derive v0.7.35 |
| 318 | 2026-05-28T17:02:00.979Z | Downloaded zerotrie v0.2.3 |
| 319 | 2026-05-28T17:02:00.982Z | Downloaded unicode-ident v1.0.24 |
| 320 | 2026-05-28T17:02:00.985Z | Downloaded percent-encoding v2.3.2 |
| 321 | 2026-05-28T17:02:00.985Z | Downloaded cargo-platform v0.2.0 |
| 322 | 2026-05-28T17:02:00.985Z | Downloaded typenum v1.19.0 |
| 323 | 2026-05-28T17:02:00.988Z | Downloaded heck v0.5.0 |
| 324 | 2026-05-28T17:02:00.988Z | Downloaded serde_spanned v0.6.9 |
| 325 | 2026-05-28T17:02:00.988Z | Downloaded serde-value v0.7.0 |
| 326 | 2026-05-28T17:02:00.988Z | Downloaded itoa v1.0.17 |
| 327 | 2026-05-28T17:02:00.991Z | Downloaded stable_deref_trait v1.2.1 |
| 328 | 2026-05-28T17:02:00.991Z | Downloaded idna_adapter v1.2.1 |
| 329 | 2026-05-28T17:02:00.992Z | Downloaded toml_edit v0.22.27 |
| 330 | 2026-05-28T17:02:00.994Z | Downloaded smawk v0.3.2 |
| 331 | 2026-05-28T17:02:00.994Z | Downloaded crypto-common v0.1.7 |
| 332 | 2026-05-28T17:02:00.995Z | Downloaded unicode-xid v0.2.6 |
| 333 | 2026-05-28T17:02:00.997Z | Downloaded scroll_derive v0.12.1 |
| 334 | 2026-05-28T17:02:00.998Z | Downloaded colorchoice v1.0.4 |
| 335 | 2026-05-28T17:02:00.998Z | Downloaded block-buffer v0.10.4 |
| 336 | 2026-05-28T17:02:00.998Z | Downloaded zerovec v0.11.5 |
| 337 | 2026-05-28T17:02:01.002Z | Downloaded serde v1.0.228 |
| 338 | 2026-05-28T17:02:01.005Z | Downloaded pretty-hex v0.4.1 |
| 339 | 2026-05-28T17:02:01.005Z | Downloaded is_terminal_polyfill v1.70.2 |
| 340 | 2026-05-28T17:02:01.005Z | Downloaded winnow v0.7.14 |
| 341 | 2026-05-28T17:02:01.010Z | Downloaded tabled_derive v0.7.0 |
| 342 | 2026-05-28T17:02:01.013Z | Downloaded zerocopy v0.7.35 |
| 343 | 2026-05-28T17:02:01.021Z | Downloaded unicode-width v0.2.0 |
| 344 | 2026-05-28T17:02:01.025Z | Downloaded autocfg v1.5.0 |
| 345 | 2026-05-28T17:02:01.028Z | Downloaded fs-err v3.3.0 |
| 346 | 2026-05-28T17:02:01.028Z | Downloaded cfg-if v1.0.4 |
| 347 | 2026-05-28T17:02:01.031Z | Downloaded unicode-width v0.1.14 |
| 348 | 2026-05-28T17:02:01.033Z | Downloaded anstyle-parse v0.2.7 |
| 349 | 2026-05-28T17:02:01.034Z | Downloaded proc-macro-error v1.0.4 |
| 350 | 2026-05-28T17:02:01.036Z | Downloaded quote v1.0.45 |
| 351 | 2026-05-28T17:02:01.036Z | Downloaded serde-untagged v0.1.9 |
| 352 | 2026-05-28T17:02:01.040Z | Downloaded erased-serde v0.4.9 |
| 353 | 2026-05-28T17:02:01.040Z | Downloaded byteorder v1.5.0 |
| 354 | 2026-05-28T17:02:01.040Z | Downloaded bytecount v0.6.9 |
| 355 | 2026-05-28T17:02:01.042Z | Downloaded cpufeatures v0.2.17 |
| 356 | 2026-05-28T17:02:01.045Z | Downloaded scroll v0.12.0 |
| 357 | 2026-05-28T17:02:01.045Z | Downloaded macaddr v1.0.1 |
| 358 | 2026-05-28T17:02:01.048Z | Downloaded sha2 v0.10.9 |
| 359 | 2026-05-28T17:02:01.048Z | Downloaded camino-tempfile v1.4.1 |
| 360 | 2026-05-28T17:02:01.052Z | Downloaded cargo_metadata v0.21.0 |
| 361 | 2026-05-28T17:02:01.055Z | Downloaded synstructure v0.13.2 |
| 362 | 2026-05-28T17:02:01.059Z | Downloaded semver v1.0.28 |
| 363 | 2026-05-28T17:02:01.064Z | Downloaded digest v0.10.7 |
| 364 | 2026-05-28T17:02:01.067Z | Downloaded smallvec v1.15.1 |
| 365 | 2026-05-28T17:02:01.070Z | Downloaded serde_tokenstream v0.2.3 |
| 366 | 2026-05-28T17:02:01.073Z | Downloaded clap_derive v4.5.55 |
| 367 | 2026-05-28T17:02:01.073Z | Downloaded anyhow v1.0.102 |
| 368 | 2026-05-28T17:02:01.076Z | Downloaded camino v1.2.2 |
| 369 | 2026-05-28T17:02:01.079Z | Downloaded bitflags v2.11.0 |
| 370 | 2026-05-28T17:02:01.081Z | Downloaded once_cell v1.21.3 |
| 371 | 2026-05-28T17:02:01.081Z | Downloaded cargo-util-schemas v0.8.2 |
| 372 | 2026-05-28T17:02:01.084Z | Downloaded litemap v0.8.1 |
| 373 | 2026-05-28T17:02:01.088Z | Downloaded num-traits v0.2.19 |
| 374 | 2026-05-28T17:02:01.088Z | Downloaded papergrid v0.11.0 |
| 375 | 2026-05-28T17:02:01.091Z | Downloaded hashbrown v0.17.0 |
| 376 | 2026-05-28T17:02:01.097Z | Downloaded getrandom v0.4.1 |
| 377 | 2026-05-28T17:02:01.100Z | Downloaded pest_derive v2.8.6 |
| 378 | 2026-05-28T17:02:01.105Z | Downloaded tempfile v3.25.0 |
| 379 | 2026-05-28T17:02:01.108Z | Downloaded pest_meta v2.8.6 |
| 380 | 2026-05-28T17:02:01.108Z | Downloaded log v0.4.29 |
| 381 | 2026-05-28T17:02:01.112Z | Downloaded icu_properties v2.1.2 |
| 382 | 2026-05-28T17:02:01.114Z | Downloaded serde_derive v1.0.228 |
| 383 | 2026-05-28T17:02:01.119Z | Downloaded clap v4.5.60 |
| 384 | 2026-05-28T17:02:01.122Z | Downloaded proc-macro2 v1.0.106 |
| 385 | 2026-05-28T17:02:01.125Z | Downloaded serde_core v1.0.228 |
| 386 | 2026-05-28T17:02:01.125Z | Downloaded icu_normalizer v2.1.1 |
| 387 | 2026-05-28T17:02:01.128Z | Downloaded icu_locale_core v2.1.1 |
| 388 | 2026-05-28T17:02:01.131Z | Downloaded memchr v2.8.0 |
| 389 | 2026-05-28T17:02:01.153Z | Downloaded pest v2.8.6 |
| 390 | 2026-05-28T17:02:01.160Z | Downloaded idna v1.1.0 |
| 391 | 2026-05-28T17:02:01.171Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-05-28T17:02:01.184Z | Downloaded serde_json v1.0.149 |
| 393 | 2026-05-28T17:02:01.188Z | Downloaded clap_builder v4.5.60 |
| 394 | 2026-05-28T17:02:01.191Z | Downloaded goblin v0.8.2 |
| 395 | 2026-05-28T17:02:01.200Z | Downloaded syn v1.0.109 |
| 396 | 2026-05-28T17:02:01.214Z | Downloaded syn v2.0.117 |
| 397 | 2026-05-28T17:02:01.235Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-28T17:02:01.258Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-28T17:02:01.334Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-28T17:02:01.334Z | Compiling unicode-ident v1.0.24 |
| 401 | 2026-05-28T17:02:01.337Z | Compiling quote v1.0.45 |
| 402 | 2026-05-28T17:02:01.337Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-28T17:02:01.337Z | Compiling libc v0.2.185 |
| 404 | 2026-05-28T17:02:01.337Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-28T17:02:01.337Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-28T17:02:01.337Z | Compiling serde v1.0.228 |
| 407 | 2026-05-28T17:02:01.337Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-28T17:02:01.337Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-28T17:02:01.523Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-28T17:02:01.526Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-28T17:02:01.526Z | Compiling itoa v1.0.17 |
| 412 | 2026-05-28T17:02:01.526Z | Compiling thiserror v1.0.69 |
| 413 | 2026-05-28T17:02:01.526Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-28T17:02:01.799Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-28T17:02:01.802Z | Compiling rustix v1.1.3 |
| 416 | 2026-05-28T17:02:01.860Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-05-28T17:02:01.894Z | Compiling icu_properties_data v2.1.2 |
| 418 | 2026-05-28T17:02:02.011Z | Compiling byteorder v1.5.0 |
| 419 | 2026-05-28T17:02:02.114Z | Compiling bitflags v2.11.0 |
| 420 | 2026-05-28T17:02:02.227Z | Compiling serde_json v1.0.149 |
| 421 | 2026-05-28T17:02:02.245Z | Compiling pest v2.8.6 |
| 422 | 2026-05-28T17:02:02.282Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-28T17:02:02.424Z | Compiling equivalent v1.0.2 |
| 424 | 2026-05-28T17:02:02.506Z | Compiling smallvec v1.15.1 |
| 425 | 2026-05-28T17:02:02.506Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-05-28T17:02:02.509Z | Compiling typeid v1.0.3 |
| 427 | 2026-05-28T17:02:02.509Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-28T17:02:02.509Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-05-28T17:02:02.636Z | Compiling errno v0.3.14 |
| 430 | 2026-05-28T17:02:02.659Z | Compiling thread-id v4.2.2 |
| 431 | 2026-05-28T17:02:02.659Z | Compiling syn v1.0.109 |
| 432 | 2026-05-28T17:02:02.722Z | Compiling toml_write v0.1.2 |
| 433 | 2026-05-28T17:02:02.742Z | Compiling erased-serde v0.4.9 |
| 434 | 2026-05-28T17:02:02.802Z | Compiling winnow v0.7.14 |
| 435 | 2026-05-28T17:02:02.865Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-28T17:02:02.882Z | Compiling camino v1.2.2 |
| 437 | 2026-05-28T17:02:02.929Z | Compiling plain v0.2.3 |
| 438 | 2026-05-28T17:02:03.040Z | Compiling percent-encoding v2.3.2 |
| 439 | 2026-05-28T17:02:03.096Z | Compiling getrandom v0.4.1 |
| 440 | 2026-05-28T17:02:03.115Z | Compiling log v0.4.29 |
| 441 | 2026-05-28T17:02:03.118Z | Compiling utf8_iter v1.0.4 |
| 442 | 2026-05-28T17:02:03.155Z | Compiling indexmap v2.14.0 |
| 443 | 2026-05-28T17:02:03.155Z | Compiling utf8parse v0.2.2 |
| 444 | 2026-05-28T17:02:03.209Z | Compiling syn v2.0.117 |
| 445 | 2026-05-28T17:02:03.241Z | Compiling thiserror v2.0.18 |
| 446 | 2026-05-28T17:02:03.285Z | Compiling anstyle-parse v0.2.7 |
| 447 | 2026-05-28T17:02:03.328Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-28T17:02:03.505Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-05-28T17:02:03.524Z | Compiling ordered-float v2.10.1 |
| 450 | 2026-05-28T17:02:03.572Z | Compiling anstyle-query v1.1.5 |
| 451 | 2026-05-28T17:02:03.572Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-05-28T17:02:03.641Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-28T17:02:03.681Z | Compiling pretty-hex v0.4.1 |
| 454 | 2026-05-28T17:02:03.684Z | Compiling anstyle v1.0.13 |
| 455 | 2026-05-28T17:02:03.721Z | Compiling terminal_size v0.4.3 |
| 456 | 2026-05-28T17:02:03.725Z | Compiling cfg-if v1.0.4 |
| 457 | 2026-05-28T17:02:03.852Z | Compiling fs-err v3.3.0 |
| 458 | 2026-05-28T17:02:03.852Z | Compiling clap_lex v1.0.0 |
| 459 | 2026-05-28T17:02:03.873Z | Compiling bytecount v0.6.9 |
| 460 | 2026-05-28T17:02:03.911Z | Compiling anstream v0.6.21 |
| 461 | 2026-05-28T17:02:03.933Z | Compiling strsim v0.11.1 |
| 462 | 2026-05-28T17:02:03.936Z | Compiling once_cell v1.21.3 |
| 463 | 2026-05-28T17:02:03.970Z | Compiling unicode-xid v0.2.6 |
| 464 | 2026-05-28T17:02:04.010Z | Compiling heck v0.5.0 |
| 465 | 2026-05-28T17:02:04.013Z | Compiling heck v0.4.1 |
| 466 | 2026-05-28T17:02:04.051Z | Compiling fastrand v2.3.0 |
| 467 | 2026-05-28T17:02:04.120Z | Compiling anyhow v1.0.102 |
| 468 | 2026-05-28T17:02:04.143Z | Compiling fnv v1.0.7 |
| 469 | 2026-05-28T17:02:04.201Z | Compiling unicode-width v0.1.14 |
| 470 | 2026-05-28T17:02:04.293Z | Compiling semver v1.0.28 |
| 471 | 2026-05-28T17:02:04.296Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-28T17:02:04.349Z | Compiling clap_builder v4.5.60 |
| 473 | 2026-05-28T17:02:04.389Z | Compiling memmap v0.7.0 |
| 474 | 2026-05-28T17:02:04.446Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-28T17:02:04.501Z | Compiling unicode-width v0.2.0 |
| 476 | 2026-05-28T17:02:04.604Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-05-28T17:02:04.677Z | Compiling serde-untagged v0.1.9 |
| 478 | 2026-05-28T17:02:04.718Z | Compiling smawk v0.3.2 |
| 479 | 2026-05-28T17:02:04.755Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-28T17:02:04.819Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-28T17:02:04.867Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-28T17:02:04.886Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-05-28T17:02:05.225Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-28T17:02:05.772Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-28T17:02:05.772Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-28T17:02:05.897Z | Compiling tabled v0.15.0 |
| 487 | 2026-05-28T17:02:06.322Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-28T17:02:06.339Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-28T17:02:06.342Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-28T17:02:06.342Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-28T17:02:06.342Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-28T17:02:06.342Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-28T17:02:06.360Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-28T17:02:06.378Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-28T17:02:06.417Z | Compiling thiserror-impl v2.0.18 |
| 496 | 2026-05-28T17:02:06.434Z | Compiling clap_derive v4.5.55 |
| 497 | 2026-05-28T17:02:06.491Z | Compiling pest_derive v2.8.6 |
| 498 | 2026-05-28T17:02:07.093Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-28T17:02:07.154Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-28T17:02:07.326Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-28T17:02:07.349Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-05-28T17:02:07.470Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-28T17:02:07.578Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-28T17:02:07.635Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-28T17:02:07.635Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-28T17:02:07.869Z | Compiling clap v4.5.60 |
| 507 | 2026-05-28T17:02:08.090Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-28T17:02:08.090Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-28T17:02:08.219Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-28T17:02:08.243Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-28T17:02:08.785Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-05-28T17:02:08.862Z | Compiling dof v0.3.0 |
| 513 | 2026-05-28T17:02:08.862Z | Compiling serde_tokenstream v0.2.3 |
| 514 | 2026-05-28T17:02:08.878Z | Compiling toml_datetime v0.6.11 |
| 515 | 2026-05-28T17:02:08.881Z | Compiling serde_spanned v0.6.9 |
| 516 | 2026-05-28T17:02:08.881Z | Compiling serde-value v0.7.0 |
| 517 | 2026-05-28T17:02:08.895Z | Compiling cargo-platform v0.2.0 |
| 518 | 2026-05-28T17:02:08.898Z | Compiling macaddr v1.0.1 |
| 519 | 2026-05-28T17:02:09.004Z | Compiling icu_properties v2.1.2 |
| 520 | 2026-05-28T17:02:09.004Z | Compiling icu_normalizer v2.1.1 |
| 521 | 2026-05-28T17:02:09.211Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-05-28T17:02:09.618Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-28T17:02:09.621Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-28T17:02:09.919Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-28T17:02:10.033Z | Compiling idna v1.1.0 |
| 526 | 2026-05-28T17:02:10.200Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-28T17:02:10.296Z | Compiling url v2.5.8 |
| 528 | 2026-05-28T17:02:10.473Z | Compiling toml v0.8.23 |
| 529 | 2026-05-28T17:02:10.808Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-28T17:02:10.808Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-28T17:02:11.618Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-28T17:02:12.564Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-28T17:02:14.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.39s |
| 534 | 2026-05-28T17:02:14.940Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-05-28T17:02:15.499Z | Downloading crates ... |
| 536 | 2026-05-28T17:02:15.590Z | Downloaded async-recursion v1.1.1 |
| 537 | 2026-05-28T17:02:15.593Z | Downloaded async-stream v0.3.6 |
| 538 | 2026-05-28T17:02:15.597Z | Downloaded async-bb8-diesel v0.2.1 |
| 539 | 2026-05-28T17:02:15.601Z | Downloaded assert_matches v1.5.0 |
| 540 | 2026-05-28T17:02:15.601Z | Downloaded adler2 v2.0.1 |
| 541 | 2026-05-28T17:02:15.604Z | Downloaded async-stream-impl v0.3.6 |
| 542 | 2026-05-28T17:02:15.611Z | Downloaded aes v0.8.4 |
| 543 | 2026-05-28T17:02:15.614Z | Downloaded crc8 v0.1.1 |
| 544 | 2026-05-28T17:02:15.617Z | Downloaded blake2 v0.10.6 |
| 545 | 2026-05-28T17:02:15.617Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 546 | 2026-05-28T17:02:15.620Z | Downloaded camino-tempfile-ext v0.3.3 |
| 547 | 2026-05-28T17:02:15.620Z | Downloaded bzip2 v0.6.1 |
| 548 | 2026-05-28T17:02:15.620Z | Downloaded ctr v0.9.2 |
| 549 | 2026-05-28T17:02:15.623Z | Downloaded critical-section v1.2.0 |
| 550 | 2026-05-28T17:02:15.623Z | Downloaded difflib v0.4.0 |
| 551 | 2026-05-28T17:02:15.626Z | Downloaded aead v0.5.2 |
| 552 | 2026-05-28T17:02:15.626Z | Downloaded async-trait v0.1.89 |
| 553 | 2026-05-28T17:02:15.630Z | Downloaded derive_builder_macro v0.20.2 |
| 554 | 2026-05-28T17:02:15.630Z | Downloaded ciborium-ll v0.2.2 |
| 555 | 2026-05-28T17:02:15.630Z | Downloaded crc32fast v1.5.0 |
| 556 | 2026-05-28T17:02:15.633Z | Downloaded display-error-chain v0.2.2 |
| 557 | 2026-05-28T17:02:15.633Z | Downloaded arrayref v0.3.9 |
| 558 | 2026-05-28T17:02:15.633Z | Downloaded cfg_aliases v0.2.1 |
| 559 | 2026-05-28T17:02:15.633Z | Downloaded async-compression v0.4.41 |
| 560 | 2026-05-28T17:02:15.637Z | Downloaded dsl_auto_type v0.2.0 |
| 561 | 2026-05-28T17:02:15.640Z | Downloaded arrayvec v0.7.6 |
| 562 | 2026-05-28T17:02:15.640Z | Downloaded dyn-clone v1.0.20 |
| 563 | 2026-05-28T17:02:15.643Z | Downloaded downcast-rs v2.0.2 |
| 564 | 2026-05-28T17:02:15.643Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 565 | 2026-05-28T17:02:15.643Z | Downloaded darling_macro v0.23.0 |
| 566 | 2026-05-28T17:02:15.646Z | Downloaded darling_macro v0.13.4 |
| 567 | 2026-05-28T17:02:15.646Z | Downloaded byte-wrapper v0.1.0 |
| 568 | 2026-05-28T17:02:15.646Z | Downloaded enum-as-inner v0.6.1 |
| 569 | 2026-05-28T17:02:15.649Z | Downloaded csv-core v0.1.13 |
| 570 | 2026-05-28T17:02:15.649Z | Downloaded compression-core v0.4.31 |
| 571 | 2026-05-28T17:02:15.649Z | Downloaded backon v1.6.0 |
| 572 | 2026-05-28T17:02:15.652Z | Downloaded cstr-argument v0.1.2 |
| 573 | 2026-05-28T17:02:15.652Z | Downloaded cargo_metadata v0.23.1 |
| 574 | 2026-05-28T17:02:15.655Z | Downloaded document-features v0.2.12 |
| 575 | 2026-05-28T17:02:15.655Z | Downloaded defmt v0.3.100 |
| 576 | 2026-05-28T17:02:15.655Z | Downloaded ciborium-io v0.2.2 |
| 577 | 2026-05-28T17:02:15.658Z | Downloaded erased-serde v0.3.31 |
| 578 | 2026-05-28T17:02:15.658Z | Downloaded crc v3.4.0 |
| 579 | 2026-05-28T17:02:15.658Z | Downloaded cfg_aliases v0.1.1 |
| 580 | 2026-05-28T17:02:15.663Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 581 | 2026-05-28T17:02:15.663Z | Downloaded crucible-workspace-hack v0.1.0 |
| 582 | 2026-05-28T17:02:15.663Z | Downloaded darling v0.13.4 |
| 583 | 2026-05-28T17:02:15.666Z | Downloaded filetime v0.2.27 |
| 584 | 2026-05-28T17:02:15.666Z | Downloaded bitfield-macros v0.19.4 |
| 585 | 2026-05-28T17:02:15.666Z | Downloaded ena v0.14.4 |
| 586 | 2026-05-28T17:02:15.666Z | Downloaded der_derive v0.7.3 |
| 587 | 2026-05-28T17:02:15.669Z | Downloaded castaway v0.2.4 |
| 588 | 2026-05-28T17:02:15.669Z | Downloaded defmt-macros v1.0.1 |
| 589 | 2026-05-28T17:02:15.672Z | Downloaded endian-type v0.1.2 |
| 590 | 2026-05-28T17:02:15.672Z | Downloaded convert_case v0.4.0 |
| 591 | 2026-05-28T17:02:15.672Z | Downloaded embedded-io v0.6.1 |
| 592 | 2026-05-28T17:02:15.675Z | Downloaded debug-ignore v1.0.5 |
| 593 | 2026-05-28T17:02:15.675Z | Downloaded crunchy v0.2.4 |
| 594 | 2026-05-28T17:02:15.675Z | Downloaded crc-catalog v2.4.0 |
| 595 | 2026-05-28T17:02:15.678Z | Downloaded cobs v0.3.0 |
| 596 | 2026-05-28T17:02:15.678Z | Downloaded ff v0.13.1 |
| 597 | 2026-05-28T17:02:15.678Z | Downloaded bitflags v1.3.2 |
| 598 | 2026-05-28T17:02:15.681Z | Downloaded dof v0.4.0 |
| 599 | 2026-05-28T17:02:15.681Z | Downloaded bit-set v0.5.3 |
| 600 | 2026-05-28T17:02:15.681Z | Downloaded array-init v0.0.4 |
| 601 | 2026-05-28T17:02:15.685Z | Downloaded dirs-sys-next v0.1.2 |
| 602 | 2026-05-28T17:02:15.685Z | Downloaded darling_macro v0.20.11 |
| 603 | 2026-05-28T17:02:15.685Z | Downloaded const_format v0.2.35 |
| 604 | 2026-05-28T17:02:15.688Z | Downloaded funty v2.0.0 |
| 605 | 2026-05-28T17:02:15.688Z | Downloaded cipher v0.4.4 |
| 606 | 2026-05-28T17:02:15.688Z | Downloaded atty v0.2.14 |
| 607 | 2026-05-28T17:02:15.691Z | Downloaded embedded-io v0.4.0 |
| 608 | 2026-05-28T17:02:15.692Z | Downloaded float-cmp v0.10.0 |
| 609 | 2026-05-28T17:02:15.692Z | Downloaded atomic-waker v1.1.2 |
| 610 | 2026-05-28T17:02:15.696Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 611 | 2026-05-28T17:02:15.696Z | Downloaded cpufeatures v0.3.0 |
| 612 | 2026-05-28T17:02:15.696Z | Downloaded dirs-next v2.0.0 |
| 613 | 2026-05-28T17:02:15.699Z | Downloaded atomicwrites v0.4.4 |
| 614 | 2026-05-28T17:02:15.699Z | Downloaded dunce v1.0.5 |
| 615 | 2026-05-28T17:02:15.699Z | Downloaded dtrace-parser v0.3.0 |
| 616 | 2026-05-28T17:02:15.699Z | Downloaded bitfield-struct v0.6.2 |
| 617 | 2026-05-28T17:02:15.699Z | Downloaded bit-set v0.8.0 |
| 618 | 2026-05-28T17:02:15.704Z | Downloaded base16ct v0.2.0 |
| 619 | 2026-05-28T17:02:15.704Z | Downloaded float-ord v0.3.2 |
| 620 | 2026-05-28T17:02:15.704Z | Downloaded fixedbitset v0.4.2 |
| 621 | 2026-05-28T17:02:15.707Z | Downloaded foreign-types-shared v0.1.1 |
| 622 | 2026-05-28T17:02:15.707Z | Downloaded fd-lock v4.0.4 |
| 623 | 2026-05-28T17:02:15.707Z | Downloaded futures-sink v0.3.32 |
| 624 | 2026-05-28T17:02:15.707Z | Downloaded futures-io v0.3.32 |
| 625 | 2026-05-28T17:02:15.710Z | Downloaded block-padding v0.3.3 |
| 626 | 2026-05-28T17:02:15.710Z | Downloaded cargo-platform v0.3.2 |
| 627 | 2026-05-28T17:02:15.710Z | Downloaded crossbeam-utils v0.8.21 |
| 628 | 2026-05-28T17:02:15.713Z | Downloaded foreign-types v0.5.0 |
| 629 | 2026-05-28T17:02:15.713Z | Downloaded crossbeam-deque v0.8.6 |
| 630 | 2026-05-28T17:02:15.716Z | Downloaded cexpr v0.6.0 |
| 631 | 2026-05-28T17:02:15.719Z | Downloaded base64 v0.22.1 |
| 632 | 2026-05-28T17:02:15.722Z | Downloaded flagset v0.4.7 |
| 633 | 2026-05-28T17:02:15.727Z | Downloaded chacha20 v0.9.1 |
| 634 | 2026-05-28T17:02:15.727Z | Downloaded argon2 v0.5.3 |
| 635 | 2026-05-28T17:02:15.730Z | Downloaded futures-core v0.3.32 |
| 636 | 2026-05-28T17:02:15.730Z | Downloaded console v0.15.11 |
| 637 | 2026-05-28T17:02:15.733Z | Downloaded crossbeam-channel v0.5.15 |
| 638 | 2026-05-28T17:02:15.733Z | Downloaded fixedbitset v0.5.7 |
| 639 | 2026-05-28T17:02:15.736Z | Downloaded fxhash v0.2.1 |
| 640 | 2026-05-28T17:02:15.736Z | Downloaded foreign-types v0.3.2 |
| 641 | 2026-05-28T17:02:15.736Z | Downloaded env_logger v0.11.9 |
| 642 | 2026-05-28T17:02:15.740Z | Downloaded colored v3.1.1 |
| 643 | 2026-05-28T17:02:15.740Z | Downloaded futures-task v0.3.32 |
| 644 | 2026-05-28T17:02:15.743Z | Downloaded defmt-parser v1.0.0 |
| 645 | 2026-05-28T17:02:15.743Z | Downloaded chacha20 v0.10.0 |
| 646 | 2026-05-28T17:02:15.746Z | Downloaded foreign-types-macros v0.2.3 |
| 647 | 2026-05-28T17:02:15.746Z | Downloaded hash32 v0.2.1 |
| 648 | 2026-05-28T17:02:15.746Z | Downloaded ascii-canvas v3.0.0 |
| 649 | 2026-05-28T17:02:15.749Z | Downloaded ghash v0.5.1 |
| 650 | 2026-05-28T17:02:15.752Z | Downloaded hex v0.4.3 |
| 651 | 2026-05-28T17:02:15.752Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-05-28T17:02:15.755Z | Downloaded fallible-iterator v0.2.0 |
| 653 | 2026-05-28T17:02:15.755Z | Downloaded headers-core v0.3.0 |
| 654 | 2026-05-28T17:02:15.755Z | Downloaded futures-macro v0.3.32 |
| 655 | 2026-05-28T17:02:15.755Z | Downloaded env_filter v1.0.0 |
| 656 | 2026-05-28T17:02:15.758Z | Downloaded ed25519 v2.2.3 |
| 657 | 2026-05-28T17:02:15.758Z | Downloaded ecdsa v0.16.9 |
| 658 | 2026-05-28T17:02:15.761Z | Downloaded foldhash v0.1.5 |
| 659 | 2026-05-28T17:02:15.761Z | Downloaded hex-literal v0.4.1 |
| 660 | 2026-05-28T17:02:15.761Z | Downloaded hash32 v0.3.1 |
| 661 | 2026-05-28T17:02:15.764Z | Downloaded diesel-dtrace v0.5.0 |
| 662 | 2026-05-28T17:02:15.764Z | Downloaded foreign-types-shared v0.3.1 |
| 663 | 2026-05-28T17:02:15.764Z | Downloaded defmt v1.0.1 |
| 664 | 2026-05-28T17:02:15.769Z | Downloaded find-msvc-tools v0.1.9 |
| 665 | 2026-05-28T17:02:15.769Z | Downloaded buf-list v1.1.2 |
| 666 | 2026-05-28T17:02:15.772Z | Downloaded hostname v0.3.1 |
| 667 | 2026-05-28T17:02:15.772Z | Downloaded blowfish v0.9.1 |
| 668 | 2026-05-28T17:02:15.772Z | Downloaded bitfield v0.19.4 |
| 669 | 2026-05-28T17:02:15.772Z | Downloaded fatfs v0.3.6 |
| 670 | 2026-05-28T17:02:15.775Z | Downloaded corncobs v0.1.4 |
| 671 | 2026-05-28T17:02:15.778Z | Downloaded convert_case v0.10.0 |
| 672 | 2026-05-28T17:02:15.778Z | Downloaded home v0.5.12 |
| 673 | 2026-05-28T17:02:15.778Z | Downloaded hubpack_derive v0.1.1 |
| 674 | 2026-05-28T17:02:15.778Z | Downloaded derive_builder_core v0.20.2 |
| 675 | 2026-05-28T17:02:15.781Z | Downloaded httpdate v1.0.3 |
| 676 | 2026-05-28T17:02:15.781Z | Downloaded http-range v0.1.5 |
| 677 | 2026-05-28T17:02:15.781Z | Downloaded ciborium v0.2.2 |
| 678 | 2026-05-28T17:02:15.784Z | Downloaded daft-derive v0.1.7 |
| 679 | 2026-05-28T17:02:15.787Z | Downloaded http-body v1.0.1 |
| 680 | 2026-05-28T17:02:15.787Z | Downloaded hubpack v0.1.2 |
| 681 | 2026-05-28T17:02:15.789Z | Downloaded clang-sys v1.8.1 |
| 682 | 2026-05-28T17:02:15.789Z | Downloaded hostname v0.4.2 |
| 683 | 2026-05-28T17:02:15.794Z | Downloaded either v1.15.0 |
| 684 | 2026-05-28T17:02:15.794Z | Downloaded hyper-tls v0.6.0 |
| 685 | 2026-05-28T17:02:15.794Z | Downloaded bit-vec v0.8.0 |
| 686 | 2026-05-28T17:02:15.797Z | Downloaded compression-codecs v0.4.37 |
| 687 | 2026-05-28T17:02:15.797Z | Downloaded cassowary v0.3.0 |
| 688 | 2026-05-28T17:02:15.797Z | Downloaded cancel-safe-futures v0.1.5 |
| 689 | 2026-05-28T17:02:15.800Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 690 | 2026-05-28T17:02:15.800Z | Downloaded ident_case v1.0.1 |
| 691 | 2026-05-28T17:02:15.800Z | Downloaded globwalk v0.9.1 |
| 692 | 2026-05-28T17:02:15.804Z | Downloaded const_format_proc_macros v0.2.34 |
| 693 | 2026-05-28T17:02:15.804Z | Downloaded bit-vec v0.6.3 |
| 694 | 2026-05-28T17:02:15.807Z | Downloaded glob v0.3.3 |
| 695 | 2026-05-28T17:02:15.807Z | Downloaded fs_extra v1.3.0 |
| 696 | 2026-05-28T17:02:15.807Z | Downloaded constant_time_eq v0.4.2 |
| 697 | 2026-05-28T17:02:15.807Z | Downloaded gethostname v0.5.0 |
| 698 | 2026-05-28T17:02:15.810Z | Downloaded group v0.13.0 |
| 699 | 2026-05-28T17:02:15.810Z | Downloaded fs-err v2.11.0 |
| 700 | 2026-05-28T17:02:15.811Z | Downloaded foldhash v0.2.0 |
| 701 | 2026-05-28T17:02:15.814Z | Downloaded indoc v1.0.9 |
| 702 | 2026-05-28T17:02:15.814Z | Downloaded globset v0.4.18 |
| 703 | 2026-05-28T17:02:15.817Z | Downloaded instability v0.3.11 |
| 704 | 2026-05-28T17:02:15.817Z | Downloaded git-stub-vcs v0.1.0 |
| 705 | 2026-05-28T17:02:15.817Z | Downloaded internet-checksum v0.2.1 |
| 706 | 2026-05-28T17:02:15.820Z | Downloaded instant v0.1.13 |
| 707 | 2026-05-28T17:02:15.820Z | Downloaded is_ci v1.2.0 |
| 708 | 2026-05-28T17:02:15.820Z | Downloaded is-terminal v0.4.17 |
| 709 | 2026-05-28T17:02:15.823Z | Downloaded inout v0.1.4 |
| 710 | 2026-05-28T17:02:15.823Z | Downloaded illumos-nvpair v0.3.0 |
| 711 | 2026-05-28T17:02:15.823Z | Downloaded data-encoding v2.10.0 |
| 712 | 2026-05-28T17:02:15.823Z | Downloaded console v0.16.2 |
| 713 | 2026-05-28T17:02:15.827Z | Downloaded ahash v0.8.12 |
| 714 | 2026-05-28T17:02:15.827Z | Downloaded cookie_store v0.22.1 |
| 715 | 2026-05-28T17:02:15.830Z | Downloaded darling v0.20.11 |
| 716 | 2026-05-28T17:02:15.834Z | Downloaded http-body-util v0.1.3 |
| 717 | 2026-05-28T17:02:15.834Z | Downloaded highway v1.3.0 |
| 718 | 2026-05-28T17:02:15.837Z | Downloaded keccak v0.1.6 |
| 719 | 2026-05-28T17:02:15.837Z | Downloaded des v0.8.1 |
| 720 | 2026-05-28T17:02:15.837Z | Downloaded lalrpop-util v0.19.12 |
| 721 | 2026-05-28T17:02:15.837Z | Downloaded humantime v2.3.0 |
| 722 | 2026-05-28T17:02:15.840Z | Downloaded kstat-rs v0.2.4 |
| 723 | 2026-05-28T17:02:15.840Z | Downloaded crossbeam-epoch v0.9.18 |
| 724 | 2026-05-28T17:02:15.840Z | Downloaded colored v2.2.0 |
| 725 | 2026-05-28T17:02:15.843Z | Downloaded deranged v0.5.8 |
| 726 | 2026-05-28T17:02:15.843Z | Downloaded elliptic-curve v0.13.8 |
| 727 | 2026-05-28T17:02:15.846Z | Downloaded derive_builder v0.20.2 |
| 728 | 2026-05-28T17:02:15.849Z | Downloaded libscf-sys v1.1.0 |
| 729 | 2026-05-28T17:02:15.852Z | Downloaded chacha20poly1305 v0.10.1 |
| 730 | 2026-05-28T17:02:15.852Z | Downloaded bumpalo v3.20.2 |
| 731 | 2026-05-28T17:02:15.855Z | Downloaded lzss v0.8.2 |
| 732 | 2026-05-28T17:02:15.855Z | Downloaded lru-cache v0.1.2 |
| 733 | 2026-05-28T17:02:15.855Z | Downloaded lru v0.12.5 |
| 734 | 2026-05-28T17:02:15.858Z | Downloaded managed v0.8.0 |
| 735 | 2026-05-28T17:02:15.858Z | Downloaded futures-executor v0.3.32 |
| 736 | 2026-05-28T17:02:15.858Z | Downloaded crypto-bigint v0.5.5 |
| 737 | 2026-05-28T17:02:15.861Z | Downloaded hyper-staticfile v0.10.1 |
| 738 | 2026-05-28T17:02:15.864Z | Downloaded indoc v2.0.7 |
| 739 | 2026-05-28T17:02:15.867Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 740 | 2026-05-28T17:02:15.867Z | Downloaded linked-hash-map v0.5.6 |
| 741 | 2026-05-28T17:02:15.870Z | Downloaded futures-channel v0.3.32 |
| 742 | 2026-05-28T17:02:15.870Z | Downloaded memoffset v0.9.1 |
| 743 | 2026-05-28T17:02:15.870Z | Downloaded newline-converter v0.3.0 |
| 744 | 2026-05-28T17:02:15.873Z | Downloaded md-5 v0.10.6 |
| 745 | 2026-05-28T17:02:15.873Z | Downloaded md5 v0.7.0 |
| 746 | 2026-05-28T17:02:15.873Z | Downloaded getrandom v0.2.17 |
| 747 | 2026-05-28T17:02:15.876Z | Downloaded maybe-uninit v2.0.0 |
| 748 | 2026-05-28T17:02:15.876Z | Downloaded newtype_derive v0.1.6 |
| 749 | 2026-05-28T17:02:15.876Z | Downloaded ingot v0.1.1 |
| 750 | 2026-05-28T17:02:15.879Z | Downloaded newtype-uuid-macros v0.1.0 |
| 751 | 2026-05-28T17:02:15.879Z | Downloaded new_debug_unreachable v1.0.6 |
| 752 | 2026-05-28T17:02:15.879Z | Downloaded match_cfg v0.1.0 |
| 753 | 2026-05-28T17:02:15.882Z | Downloaded maplit v1.0.2 |
| 754 | 2026-05-28T17:02:15.882Z | Downloaded jobserver v0.1.34 |
| 755 | 2026-05-28T17:02:15.882Z | Downloaded ipnetwork v0.21.1 |
| 756 | 2026-05-28T17:02:15.885Z | Downloaded nodrop v0.1.14 |
| 757 | 2026-05-28T17:02:15.885Z | Downloaded nibble_vec v0.1.0 |
| 758 | 2026-05-28T17:02:15.885Z | Downloaded multimap v0.10.1 |
| 759 | 2026-05-28T17:02:15.889Z | Downloaded flume v0.11.1 |
| 760 | 2026-05-28T17:02:15.889Z | Downloaded derive_more v0.99.20 |
| 761 | 2026-05-28T17:02:15.892Z | Downloaded num-conv v0.2.0 |
| 762 | 2026-05-28T17:02:15.892Z | Downloaded num v0.4.3 |
| 763 | 2026-05-28T17:02:15.896Z | Downloaded nonempty v0.12.0 |
| 764 | 2026-05-28T17:02:15.896Z | Downloaded dropshot_endpoint v0.17.0 |
| 765 | 2026-05-28T17:02:15.899Z | Downloaded normalize-line-endings v0.3.0 |
| 766 | 2026-05-28T17:02:15.899Z | Downloaded httparse v1.10.1 |
| 767 | 2026-05-28T17:02:15.899Z | Downloaded num_threads v0.1.7 |
| 768 | 2026-05-28T17:02:15.902Z | Downloaded darling_core v0.20.11 |
| 769 | 2026-05-28T17:02:15.904Z | Downloaded flate2 v1.1.9 |
| 770 | 2026-05-28T17:02:15.907Z | Downloaded hmac v0.12.1 |
| 771 | 2026-05-28T17:02:15.907Z | Downloaded iana-time-zone v0.1.65 |
| 772 | 2026-05-28T17:02:15.910Z | Downloaded libefi-sys v0.1.0 |
| 773 | 2026-05-28T17:02:15.910Z | Downloaded opaque-debug v0.3.1 |
| 774 | 2026-05-28T17:02:15.913Z | Downloaded darling_core v0.13.4 |
| 775 | 2026-05-28T17:02:15.913Z | Downloaded olpc-cjson v0.1.4 |
| 776 | 2026-05-28T17:02:15.916Z | Downloaded num-derive v0.4.2 |
| 777 | 2026-05-28T17:02:15.916Z | Downloaded ed25519-dalek v2.2.0 |
| 778 | 2026-05-28T17:02:15.919Z | Downloaded openssl-macros v0.1.1 |
| 779 | 2026-05-28T17:02:15.919Z | Downloaded num_enum_derive v0.5.11 |
| 780 | 2026-05-28T17:02:15.919Z | Downloaded drift v0.2.0 |
| 781 | 2026-05-28T17:02:15.925Z | Downloaded lock_api v0.4.14 |
| 782 | 2026-05-28T17:02:15.928Z | Downloaded linear-map v1.2.0 |
| 783 | 2026-05-28T17:02:15.928Z | Downloaded libsw-core v0.3.2 |
| 784 | 2026-05-28T17:02:15.931Z | Downloaded libsw v3.5.0 |
| 785 | 2026-05-28T17:02:15.931Z | Downloaded packed_struct_codegen v0.10.1 |
| 786 | 2026-05-28T17:02:15.931Z | Downloaded parse-size v1.1.0 |
| 787 | 2026-05-28T17:02:15.934Z | Downloaded mime_guess v2.0.5 |
| 788 | 2026-05-28T17:02:15.934Z | Downloaded mime v0.3.17 |
| 789 | 2026-05-28T17:02:15.934Z | Downloaded ipnet v2.11.0 |
| 790 | 2026-05-28T17:02:15.937Z | Downloaded libloading v0.8.9 |
| 791 | 2026-05-28T17:02:15.937Z | Downloaded openssl-probe v0.1.6 |
| 792 | 2026-05-28T17:02:15.937Z | Downloaded hyper-rustls v0.27.7 |
| 793 | 2026-05-28T17:02:15.940Z | Downloaded oso-derive v0.27.3 |
| 794 | 2026-05-28T17:02:15.940Z | Downloaded const-oid v0.9.6 |
| 795 | 2026-05-28T17:02:15.943Z | Downloaded ar_archive_writer v0.5.1 |
| 796 | 2026-05-28T17:02:15.943Z | Downloaded ingot-macros v0.1.1 |
| 797 | 2026-05-28T17:02:15.947Z | Downloaded multer v3.1.0 |
| 798 | 2026-05-28T17:02:15.947Z | Downloaded pbkdf2 v0.11.0 |
| 799 | 2026-05-28T17:02:15.950Z | Downloaded native-tls v0.2.18 |
| 800 | 2026-05-28T17:02:15.950Z | Downloaded nanorand v0.7.0 |
| 801 | 2026-05-28T17:02:15.951Z | Downloaded nu-ansi-term v0.50.3 |
| 802 | 2026-05-28T17:02:15.954Z | Downloaded newtype-uuid v1.3.2 |
| 803 | 2026-05-28T17:02:15.954Z | Downloaded lazy_static v1.5.0 |
| 804 | 2026-05-28T17:02:15.958Z | Downloaded path-slash v0.1.5 |
| 805 | 2026-05-28T17:02:15.958Z | Downloaded parse-display v0.10.0 |
| 806 | 2026-05-28T17:02:15.958Z | Downloaded half v1.8.3 |
| 807 | 2026-05-28T17:02:15.958Z | Downloaded num_enum v0.5.11 |
| 808 | 2026-05-28T17:02:15.961Z | Downloaded peg-runtime v0.8.5 |
| 809 | 2026-05-28T17:02:15.961Z | Downloaded phf_shared v0.12.1 |
| 810 | 2026-05-28T17:02:15.964Z | Downloaded pbkdf2 v0.12.2 |
| 811 | 2026-05-28T17:02:15.964Z | Downloaded num-complex v0.4.6 |
| 812 | 2026-05-28T17:02:15.964Z | Downloaded crc-any v2.5.0 |
| 813 | 2026-05-28T17:02:15.967Z | Downloaded cc v1.2.56 |
| 814 | 2026-05-28T17:02:15.967Z | Downloaded diff v0.1.13 |
| 815 | 2026-05-28T17:02:15.971Z | Downloaded arc-swap v1.8.2 |
| 816 | 2026-05-28T17:02:15.974Z | Downloaded phf_shared v0.11.3 |
| 817 | 2026-05-28T17:02:15.974Z | Downloaded allocator-api2 v0.2.21 |
| 818 | 2026-05-28T17:02:15.974Z | Downloaded bytes v1.11.1 |
| 819 | 2026-05-28T17:02:15.977Z | Downloaded num-derive v0.3.3 |
| 820 | 2026-05-28T17:02:15.980Z | Downloaded openssl-probe v0.2.1 |
| 821 | 2026-05-28T17:02:15.980Z | Downloaded futures v0.3.32 |
| 822 | 2026-05-28T17:02:15.983Z | Downloaded phf_shared v0.13.1 |
| 823 | 2026-05-28T17:02:15.983Z | Downloaded num_enum_derive v0.7.5 |
| 824 | 2026-05-28T17:02:15.986Z | Downloaded num_enum v0.7.5 |
| 825 | 2026-05-28T17:02:15.990Z | Downloaded powerfmt v0.2.0 |
| 826 | 2026-05-28T17:02:15.990Z | Downloaded num-integer v0.1.46 |
| 827 | 2026-05-28T17:02:15.990Z | Downloaded litrs v1.0.0 |
| 828 | 2026-05-28T17:02:15.993Z | Downloaded num-iter v0.1.45 |
| 829 | 2026-05-28T17:02:15.993Z | Downloaded cookie v0.18.1 |
| 830 | 2026-05-28T17:02:15.993Z | Downloaded proc-macro-crate v1.3.1 |
| 831 | 2026-05-28T17:02:15.996Z | Downloaded getrandom v0.3.4 |
| 832 | 2026-05-28T17:02:15.996Z | Downloaded heapless v0.7.17 |
| 833 | 2026-05-28T17:02:15.999Z | Downloaded proc-macro-crate v3.4.0 |
| 834 | 2026-05-28T17:02:16.003Z | Downloaded parse-display-derive v0.10.0 |
| 835 | 2026-05-28T17:02:16.003Z | Downloaded half v2.7.1 |
| 836 | 2026-05-28T17:02:16.003Z | Downloaded compact_str v0.8.1 |
| 837 | 2026-05-28T17:02:16.006Z | Downloaded packed_struct v0.10.1 |
| 838 | 2026-05-28T17:02:16.008Z | Downloaded parking_lot_core v0.8.6 |
| 839 | 2026-05-28T17:02:16.008Z | Downloaded password-hash v0.5.0 |
| 840 | 2026-05-28T17:02:16.008Z | Downloaded oxnet v0.1.4 |
| 841 | 2026-05-28T17:02:16.011Z | Downloaded progenitor-client v0.10.0 |
| 842 | 2026-05-28T17:02:16.026Z | Downloaded progenitor-client v0.11.2 |
| 843 | 2026-05-28T17:02:16.030Z | Downloaded darling_core v0.21.3 |
| 844 | 2026-05-28T17:02:16.034Z | Downloaded base64 v0.21.7 |
| 845 | 2026-05-28T17:02:16.036Z | Downloaded phf v0.13.1 |
| 846 | 2026-05-28T17:02:16.036Z | Downloaded phf v0.12.1 |
| 847 | 2026-05-28T17:02:16.036Z | Downloaded pem-rfc7468 v0.7.0 |
| 848 | 2026-05-28T17:02:16.039Z | Downloaded derive_more v2.1.1 |
| 849 | 2026-05-28T17:02:16.044Z | Downloaded psl-types v2.0.11 |
| 850 | 2026-05-28T17:02:16.049Z | Downloaded progenitor-macro v0.14.0 |
| 851 | 2026-05-28T17:02:16.049Z | Downloaded progenitor-macro v0.13.0 |
| 852 | 2026-05-28T17:02:16.049Z | Downloaded rand_chacha v0.3.1 |
| 853 | 2026-05-28T17:02:16.052Z | Downloaded rand_xorshift v0.4.0 |
| 854 | 2026-05-28T17:02:16.052Z | Downloaded radium v0.7.0 |
| 855 | 2026-05-28T17:02:16.052Z | Downloaded omicron-zone-package v0.12.2 |
| 856 | 2026-05-28T17:02:16.052Z | Downloaded pkg-config v0.3.32 |
| 857 | 2026-05-28T17:02:16.055Z | Downloaded peg v0.8.5 |
| 858 | 2026-05-28T17:02:16.058Z | Downloaded ignore v0.4.25 |
| 859 | 2026-05-28T17:02:16.058Z | Downloaded expectorate v1.2.0 |
| 860 | 2026-05-28T17:02:16.061Z | Downloaded paste v1.0.15 |
| 861 | 2026-05-28T17:02:16.061Z | Downloaded postgres-protocol v0.6.10 |
| 862 | 2026-05-28T17:02:16.065Z | Downloaded predicates v3.1.4 |
| 863 | 2026-05-28T17:02:16.065Z | Downloaded ppv-lite86 v0.2.21 |
| 864 | 2026-05-28T17:02:16.068Z | Downloaded parking_lot v0.12.5 |
| 865 | 2026-05-28T17:02:16.068Z | Downloaded indicatif v0.18.4 |
| 866 | 2026-05-28T17:02:16.071Z | Downloaded proc-macro-error2 v2.0.1 |
| 867 | 2026-05-28T17:02:16.074Z | Downloaded der v0.7.10 |
| 868 | 2026-05-28T17:02:16.078Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 869 | 2026-05-28T17:02:16.078Z | Downloaded recursive v0.1.1 |
| 870 | 2026-05-28T17:02:16.078Z | Downloaded ref-cast-impl v1.0.25 |
| 871 | 2026-05-28T17:02:16.081Z | Downloaded ref-cast v1.0.25 |
| 872 | 2026-05-28T17:02:16.081Z | Downloaded heapless v0.8.0 |
| 873 | 2026-05-28T17:02:16.084Z | Downloaded progenitor-macro v0.11.2 |
| 874 | 2026-05-28T17:02:16.084Z | Downloaded progenitor-extras v0.2.0 |
| 875 | 2026-05-28T17:02:16.084Z | Downloaded peg-macros v0.8.5 |
| 876 | 2026-05-28T17:02:16.084Z | Downloaded parking_lot_core v0.9.12 |
| 877 | 2026-05-28T17:02:16.087Z | Downloaded headers v0.4.1 |
| 878 | 2026-05-28T17:02:16.090Z | Downloaded rfc6979 v0.4.0 |
| 879 | 2026-05-28T17:02:16.090Z | Downloaded diesel_derives v2.3.7 |
| 880 | 2026-05-28T17:02:16.096Z | Downloaded r2d2 v0.8.10 |
| 881 | 2026-05-28T17:02:16.098Z | Downloaded libbz2-rs-sys v0.2.2 |
| 882 | 2026-05-28T17:02:16.099Z | Downloaded pkcs5 v0.7.1 |
| 883 | 2026-05-28T17:02:16.101Z | Downloaded pkcs1 v0.7.5 |
| 884 | 2026-05-28T17:02:16.101Z | Downloaded rustc-hash v2.1.1 |
| 885 | 2026-05-28T17:02:16.104Z | Downloaded quick-error v1.2.3 |
| 886 | 2026-05-28T17:02:16.104Z | Downloaded rustc_version v0.1.7 |
| 887 | 2026-05-28T17:02:16.105Z | Downloaded rustc_version v0.4.1 |
| 888 | 2026-05-28T17:02:16.107Z | Downloaded russh-cryptovec v0.7.3 |
| 889 | 2026-05-28T17:02:16.107Z | Downloaded rtoolbox v0.0.3 |
| 890 | 2026-05-28T17:02:16.107Z | Downloaded psm v0.1.30 |
| 891 | 2026-05-28T17:02:16.111Z | Downloaded pin-project-internal v1.1.11 |
| 892 | 2026-05-28T17:02:16.111Z | Downloaded progenitor-client v0.14.0 |
| 893 | 2026-05-28T17:02:16.111Z | Downloaded progenitor-client v0.13.0 |
| 894 | 2026-05-28T17:02:16.114Z | Downloaded progenitor v0.14.0 |
| 895 | 2026-05-28T17:02:16.114Z | Downloaded progenitor v0.13.0 |
| 896 | 2026-05-28T17:02:16.114Z | Downloaded rand_core v0.6.4 |
| 897 | 2026-05-28T17:02:16.117Z | Downloaded rand_chacha v0.9.0 |
| 898 | 2026-05-28T17:02:16.117Z | Downloaded postcard v1.1.3 |
| 899 | 2026-05-28T17:02:16.119Z | Downloaded pkcs8 v0.10.2 |
| 900 | 2026-05-28T17:02:16.119Z | Downloaded pin-project-lite v0.2.17 |
| 901 | 2026-05-28T17:02:16.122Z | Downloaded rand_seeder v0.4.0 |
| 902 | 2026-05-28T17:02:16.125Z | Downloaded same-file v1.0.6 |
| 903 | 2026-05-28T17:02:16.125Z | Downloaded miniz_oxide v0.8.9 |
| 904 | 2026-05-28T17:02:16.128Z | Downloaded rand_core v0.10.0 |
| 905 | 2026-05-28T17:02:16.128Z | Downloaded primeorder v0.13.6 |
| 906 | 2026-05-28T17:02:16.128Z | Downloaded rand_core v0.9.5 |
| 907 | 2026-05-28T17:02:16.131Z | Downloaded parking_lot v0.11.2 |
| 908 | 2026-05-28T17:02:16.131Z | Downloaded hashbrown v0.13.2 |
| 909 | 2026-05-28T17:02:16.134Z | Downloaded salsa20 v0.10.2 |
| 910 | 2026-05-28T17:02:16.134Z | Downloaded progenitor v0.11.2 |
| 911 | 2026-05-28T17:02:16.138Z | Downloaded hickory-resolver v0.24.4 |
| 912 | 2026-05-28T17:02:16.141Z | Downloaded scheduled-thread-pool v0.2.7 |
| 913 | 2026-05-28T17:02:16.141Z | Downloaded hickory-resolver v0.25.2 |
| 914 | 2026-05-28T17:02:16.141Z | Downloaded p256 v0.13.2 |
| 915 | 2026-05-28T17:02:16.144Z | Downloaded scopeguard v1.2.0 |
| 916 | 2026-05-28T17:02:16.144Z | Downloaded oso v0.27.3 |
| 917 | 2026-05-28T17:02:16.147Z | Downloaded darling_core v0.23.0 |
| 918 | 2026-05-28T17:02:16.159Z | Downloaded secrecy v0.8.0 |
| 919 | 2026-05-28T17:02:16.159Z | Downloaded scrypt v0.11.0 |
| 920 | 2026-05-28T17:02:16.159Z | Downloaded papergrid v0.17.0 |
| 921 | 2026-05-28T17:02:16.159Z | Downloaded owo-colors v4.3.0 |
| 922 | 2026-05-28T17:02:16.162Z | Downloaded polyval v0.6.2 |
| 923 | 2026-05-28T17:02:16.162Z | Downloaded poly1305 v0.8.0 |
| 924 | 2026-05-28T17:02:16.162Z | Downloaded password-hash v0.4.2 |
| 925 | 2026-05-28T17:02:16.162Z | Downloaded num-rational v0.4.2 |
| 926 | 2026-05-28T17:02:16.162Z | Downloaded derive_more-impl v2.1.1 |
| 927 | 2026-05-28T17:02:16.166Z | Downloaded serde-big-array v0.5.1 |
| 928 | 2026-05-28T17:02:16.166Z | Downloaded seq-macro v0.3.6 |
| 929 | 2026-05-28T17:02:16.169Z | Downloaded scroll_derive v0.13.1 |
| 930 | 2026-05-28T17:02:16.169Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 931 | 2026-05-28T17:02:16.169Z | Downloaded memmap2 v0.9.10 |
| 932 | 2026-05-28T17:02:16.169Z | Downloaded jiff-static v0.2.21 |
| 933 | 2026-05-28T17:02:16.172Z | Downloaded serde_bytes v0.11.19 |
| 934 | 2026-05-28T17:02:16.172Z | Downloaded rustls-pemfile v2.2.0 |
| 935 | 2026-05-28T17:02:16.174Z | Downloaded serde_repr v0.1.20 |
| 936 | 2026-05-28T17:02:16.174Z | Downloaded indexmap v1.9.3 |
| 937 | 2026-05-28T17:02:16.177Z | Downloaded sha1 v0.10.6 |
| 938 | 2026-05-28T17:02:16.177Z | Downloaded serde_urlencoded v0.7.1 |
| 939 | 2026-05-28T17:02:16.180Z | Downloaded serde_spanned v1.0.4 |
| 940 | 2026-05-28T17:02:16.180Z | Downloaded postgres-types v0.2.12 |
| 941 | 2026-05-28T17:02:16.183Z | Downloaded signature v2.2.0 |
| 942 | 2026-05-28T17:02:16.183Z | Downloaded quinn-udp v0.5.14 |
| 943 | 2026-05-28T17:02:16.187Z | Downloaded serde_plain v1.0.2 |
| 944 | 2026-05-28T17:02:16.187Z | Downloaded semver v0.1.20 |
| 945 | 2026-05-28T17:02:16.187Z | Downloaded predicates-tree v1.0.13 |
| 946 | 2026-05-28T17:02:16.187Z | Downloaded predicates-core v1.0.10 |
| 947 | 2026-05-28T17:02:16.190Z | Downloaded precomputed-hash v0.1.1 |
| 948 | 2026-05-28T17:02:16.190Z | Downloaded oxide-tokio-rt v0.1.4 |
| 949 | 2026-05-28T17:02:16.190Z | Downloaded rustls-pemfile v1.0.4 |
| 950 | 2026-05-28T17:02:16.193Z | Downloaded rustls-native-certs v0.8.3 |
| 951 | 2026-05-28T17:02:16.193Z | Downloaded lru-slab v0.1.2 |
| 952 | 2026-05-28T17:02:16.193Z | Downloaded shell-words v1.1.1 |
| 953 | 2026-05-28T17:02:16.196Z | Downloaded ingot-types v0.1.2 |
| 954 | 2026-05-28T17:02:16.196Z | Downloaded bcs v0.1.6 |
| 955 | 2026-05-28T17:02:16.196Z | Downloaded siphasher v1.0.2 |
| 956 | 2026-05-28T17:02:16.199Z | Downloaded sigpipe v0.1.3 |
| 957 | 2026-05-28T17:02:16.199Z | Downloaded signal-hook-mio v0.2.5 |
| 958 | 2026-05-28T17:02:16.199Z | Downloaded signal-hook-tokio v0.3.1 |
| 959 | 2026-05-28T17:02:16.199Z | Downloaded rusty-fork v0.3.1 |
| 960 | 2026-05-28T17:02:16.202Z | Downloaded rustversion v1.0.22 |
| 961 | 2026-05-28T17:02:16.203Z | Downloaded backoff v0.4.0 |
| 962 | 2026-05-28T17:02:16.206Z | Downloaded darling v0.21.3 |
| 963 | 2026-05-28T17:02:16.210Z | Downloaded prefix-trie v0.7.0 |
| 964 | 2026-05-28T17:02:16.210Z | Downloaded openssl-sys v0.9.115 |
| 965 | 2026-05-28T17:02:16.212Z | Downloaded slog-envlogger v2.2.0 |
| 966 | 2026-05-28T17:02:16.213Z | Downloaded slog-bunyan v2.5.0 |
| 967 | 2026-05-28T17:02:16.216Z | Downloaded sapling-renderdag v0.1.0 |
| 968 | 2026-05-28T17:02:16.216Z | Downloaded bzip2 v0.4.4 |
| 969 | 2026-05-28T17:02:16.216Z | Downloaded cmake v0.1.57 |
| 970 | 2026-05-28T17:02:16.219Z | Downloaded cbc v0.1.2 |
| 971 | 2026-05-28T17:02:16.219Z | Downloaded progenitor-impl v0.13.0 |
| 972 | 2026-05-28T17:02:16.221Z | Downloaded derive-where v1.6.0 |
| 973 | 2026-05-28T17:02:16.222Z | Downloaded sct v0.7.1 |
| 974 | 2026-05-28T17:02:16.224Z | Downloaded darling v0.23.0 |
| 975 | 2026-05-28T17:02:16.227Z | Downloaded secrecy v0.10.3 |
| 976 | 2026-05-28T17:02:16.231Z | Downloaded sec1 v0.7.3 |
| 977 | 2026-05-28T17:02:16.231Z | Downloaded resolv-conf v0.7.6 |
| 978 | 2026-05-28T17:02:16.231Z | Downloaded scroll v0.13.0 |
| 979 | 2026-05-28T17:02:16.234Z | Downloaded schemars_derive v0.8.22 |
| 980 | 2026-05-28T17:02:16.234Z | Downloaded ssh-cipher v0.2.0 |
| 981 | 2026-05-28T17:02:16.234Z | Downloaded sqlparser_derive v0.5.0 |
| 982 | 2026-05-28T17:02:16.234Z | Downloaded aes-gcm v0.10.3 |
| 983 | 2026-05-28T17:02:16.237Z | Downloaded base64ct v1.8.3 |
| 984 | 2026-05-28T17:02:16.237Z | Downloaded derive-ex v0.1.8 |
| 985 | 2026-05-28T17:02:16.243Z | Downloaded daft v0.1.7 |
| 986 | 2026-05-28T17:02:16.243Z | Downloaded hickory-server v0.25.2 |
| 987 | 2026-05-28T17:02:16.246Z | Downloaded bb8 v0.8.6 |
| 988 | 2026-05-28T17:02:16.246Z | Downloaded darling_macro v0.21.3 |
| 989 | 2026-05-28T17:02:16.246Z | Downloaded russh-keys v0.45.0 |
| 990 | 2026-05-28T17:02:16.249Z | Downloaded simd-adler32 v0.3.8 |
| 991 | 2026-05-28T17:02:16.249Z | Downloaded serde_path_to_error v0.1.20 |
| 992 | 2026-05-28T17:02:16.252Z | Downloaded rustls-pki-types v1.14.0 |
| 993 | 2026-05-28T17:02:16.252Z | Downloaded pin-project v1.1.11 |
| 994 | 2026-05-28T17:02:16.257Z | Downloaded signal-hook-registry v1.4.8 |
| 995 | 2026-05-28T17:02:16.261Z | Downloaded shlex v1.3.0 |
| 996 | 2026-05-28T17:02:16.261Z | Downloaded strsim v0.10.0 |
| 997 | 2026-05-28T17:02:16.264Z | Downloaded hyper-util v0.1.20 |
| 998 | 2026-05-28T17:02:16.264Z | Downloaded prettyplease v0.2.37 |
| 999 | 2026-05-28T17:02:16.269Z | Downloaded hashbrown v0.12.3 |
| 1000 | 2026-05-28T17:02:16.272Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1001 | 2026-05-28T17:02:16.272Z | Downloaded ssh-encoding v0.2.0 |
| 1002 | 2026-05-28T17:02:16.272Z | Downloaded minimal-lexical v0.2.1 |
| 1003 | 2026-05-28T17:02:16.276Z | Downloaded serde_with_macros v1.5.2 |
| 1004 | 2026-05-28T17:02:16.276Z | Downloaded strum v0.27.2 |
| 1005 | 2026-05-28T17:02:16.279Z | Downloaded structmeta v0.3.0 |
| 1006 | 2026-05-28T17:02:16.279Z | Downloaded slog-term v2.9.2 |
| 1007 | 2026-05-28T17:02:16.280Z | Downloaded structmeta-derive v0.3.0 |
| 1008 | 2026-05-28T17:02:16.280Z | Downloaded pretty_assertions v1.4.1 |
| 1009 | 2026-05-28T17:02:16.284Z | Downloaded slog-dtrace v0.3.0 |
| 1010 | 2026-05-28T17:02:16.284Z | Downloaded subtle v2.6.1 |
| 1011 | 2026-05-28T17:02:16.284Z | Downloaded progenitor-impl v0.14.0 |
| 1012 | 2026-05-28T17:02:16.287Z | Downloaded crossterm v0.29.0 |
| 1013 | 2026-05-28T17:02:16.287Z | Downloaded slog-stdlog v4.1.1 |
| 1014 | 2026-05-28T17:02:16.290Z | Downloaded supports-color v3.0.2 |
| 1015 | 2026-05-28T17:02:16.290Z | Downloaded spki v0.7.3 |
| 1016 | 2026-05-28T17:02:16.293Z | Downloaded strum v0.26.3 |
| 1017 | 2026-05-28T17:02:16.293Z | Downloaded smallvec v0.6.14 |
| 1018 | 2026-05-28T17:02:16.293Z | Downloaded slog-scope v4.4.1 |
| 1019 | 2026-05-28T17:02:16.293Z | Downloaded ron v0.8.1 |
| 1020 | 2026-05-28T17:02:16.304Z | Downloaded take_mut v0.2.2 |
| 1021 | 2026-05-28T17:02:16.308Z | Downloaded snafu-derive v0.8.9 |
| 1022 | 2026-05-28T17:02:16.308Z | Downloaded tagptr v0.2.0 |
| 1023 | 2026-05-28T17:02:16.308Z | Downloaded http v1.4.0 |
| 1024 | 2026-05-28T17:02:16.308Z | Downloaded tabwriter v1.4.1 |
| 1025 | 2026-05-28T17:02:16.308Z | Downloaded sync_wrapper v1.0.2 |
| 1026 | 2026-05-28T17:02:16.308Z | Downloaded sync-ptr v0.1.4 |
| 1027 | 2026-05-28T17:02:16.314Z | Downloaded smf v0.2.3 |
| 1028 | 2026-05-28T17:02:16.314Z | Downloaded serde_derive_internals v0.29.1 |
| 1029 | 2026-05-28T17:02:16.314Z | Downloaded serde_cbor v0.11.2 |
| 1030 | 2026-05-28T17:02:16.317Z | Downloaded thread-id v5.1.0 |
| 1031 | 2026-05-28T17:02:16.317Z | Downloaded termtree v0.5.1 |
| 1032 | 2026-05-28T17:02:16.317Z | Downloaded time-core v0.1.8 |
| 1033 | 2026-05-28T17:02:16.317Z | Downloaded tap v1.0.1 |
| 1034 | 2026-05-28T17:02:16.320Z | Downloaded tabled_derive v0.11.0 |
| 1035 | 2026-05-28T17:02:16.320Z | Downloaded static_assertions v1.1.0 |
| 1036 | 2026-05-28T17:02:16.322Z | Downloaded stacker v0.1.23 |
| 1037 | 2026-05-28T17:02:16.322Z | Downloaded sqlformat v0.3.5 |
| 1038 | 2026-05-28T17:02:16.327Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1039 | 2026-05-28T17:02:16.330Z | Downloaded slog-async v2.8.0 |
| 1040 | 2026-05-28T17:02:16.330Z | Downloaded slab v0.4.12 |
| 1041 | 2026-05-28T17:02:16.330Z | Downloaded itertools v0.10.5 |
| 1042 | 2026-05-28T17:02:16.333Z | Downloaded tinyvec_macros v0.1.1 |
| 1043 | 2026-05-28T17:02:16.336Z | Downloaded progenitor-impl v0.11.2 |
| 1044 | 2026-05-28T17:02:16.336Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1045 | 2026-05-28T17:02:16.339Z | Downloaded strum_macros v0.26.4 |
| 1046 | 2026-05-28T17:02:16.339Z | Downloaded testing_table v0.3.0 |
| 1047 | 2026-05-28T17:02:16.339Z | Downloaded string_cache v0.8.9 |
| 1048 | 2026-05-28T17:02:16.341Z | Downloaded ryu v1.0.23 |
| 1049 | 2026-05-28T17:02:16.344Z | Downloaded hashbrown v0.15.5 |
| 1050 | 2026-05-28T17:02:16.347Z | Downloaded strum_macros v0.24.3 |
| 1051 | 2026-05-28T17:02:16.347Z | Downloaded rcgen v0.12.1 |
| 1052 | 2026-05-28T17:02:16.350Z | Downloaded slog-json v2.6.1 |
| 1053 | 2026-05-28T17:02:16.353Z | Downloaded spin v0.9.8 |
| 1054 | 2026-05-28T17:02:16.353Z | Downloaded support-bundle-viewer v0.1.2 |
| 1055 | 2026-05-28T17:02:16.356Z | Downloaded hashbrown v0.16.1 |
| 1056 | 2026-05-28T17:02:16.359Z | Downloaded mio v1.2.0 |
| 1057 | 2026-05-28T17:02:16.362Z | Downloaded thiserror-no-std v2.0.2 |
| 1058 | 2026-05-28T17:02:16.365Z | Downloaded strum_macros v0.27.2 |
| 1059 | 2026-05-28T17:02:16.365Z | Downloaded termios v0.3.3 |
| 1060 | 2026-05-28T17:02:16.368Z | Downloaded tokio-macros v2.7.0 |
| 1061 | 2026-05-28T17:02:16.368Z | Downloaded quinn v0.11.9 |
| 1062 | 2026-05-28T17:02:16.371Z | Downloaded dropshot-api-manager v0.7.2 |
| 1063 | 2026-05-28T17:02:16.374Z | Downloaded publicsuffix v2.3.0 |
| 1064 | 2026-05-28T17:02:16.377Z | Downloaded blake3 v1.8.3 |
| 1065 | 2026-05-28T17:02:16.380Z | Downloaded thread_local v1.1.9 |
| 1066 | 2026-05-28T17:02:16.384Z | Downloaded serde_with_macros v3.17.0 |
| 1067 | 2026-05-28T17:02:16.384Z | Downloaded pin-utils v0.1.0 |
| 1068 | 2026-05-28T17:02:16.387Z | Downloaded nom v7.1.3 |
| 1069 | 2026-05-28T17:02:16.387Z | Downloaded topological-sort v0.2.2 |
| 1070 | 2026-05-28T17:02:16.390Z | Downloaded time-macros v0.2.27 |
| 1071 | 2026-05-28T17:02:16.390Z | Downloaded tower-service v0.3.3 |
| 1072 | 2026-05-28T17:02:16.390Z | Downloaded aho-corasick v1.1.4 |
| 1073 | 2026-05-28T17:02:16.393Z | Downloaded rand v0.8.6 |
| 1074 | 2026-05-28T17:02:16.397Z | Downloaded libxml v0.3.3 |
| 1075 | 2026-05-28T17:02:16.400Z | Downloaded rayon-core v1.13.0 |
| 1076 | 2026-05-28T17:02:16.404Z | Downloaded try-lock v0.2.5 |
| 1077 | 2026-05-28T17:02:16.404Z | Downloaded qorb v0.4.1 |
| 1078 | 2026-05-28T17:02:16.407Z | Downloaded tower-layer v0.3.3 |
| 1079 | 2026-05-28T17:02:16.407Z | Downloaded stringprep v0.1.5 |
| 1080 | 2026-05-28T17:02:16.407Z | Downloaded pem v3.0.6 |
| 1081 | 2026-05-28T17:02:16.410Z | Downloaded crossterm v0.28.1 |
| 1082 | 2026-05-28T17:02:16.413Z | Downloaded unarray v0.1.4 |
| 1083 | 2026-05-28T17:02:16.413Z | Downloaded itertools v0.13.0 |
| 1084 | 2026-05-28T17:02:16.416Z | Downloaded tls_codec_derive v0.4.2 |
| 1085 | 2026-05-28T17:02:16.419Z | Downloaded itertools v0.12.1 |
| 1086 | 2026-05-28T17:02:16.422Z | Downloaded typify-macro v0.4.3 |
| 1087 | 2026-05-28T17:02:16.425Z | Downloaded unit-prefix v0.5.2 |
| 1088 | 2026-05-28T17:02:16.425Z | Downloaded untrusted v0.7.1 |
| 1089 | 2026-05-28T17:02:16.425Z | Downloaded tokio-dtrace v0.1.1 |
| 1090 | 2026-05-28T17:02:16.425Z | Downloaded universal-hash v0.5.1 |
| 1091 | 2026-05-28T17:02:16.428Z | Downloaded typify-macro v0.6.2 |
| 1092 | 2026-05-28T17:02:16.428Z | Downloaded schemars v0.9.0 |
| 1093 | 2026-05-28T17:02:16.433Z | Downloaded utf-8 v0.7.6 |
| 1094 | 2026-05-28T17:02:16.436Z | Downloaded usdt-attr-macro v0.6.0 |
| 1095 | 2026-05-28T17:02:16.436Z | Downloaded unicode-truncate v1.1.0 |
| 1096 | 2026-05-28T17:02:16.436Z | Downloaded tokio-rustls v0.25.0 |
| 1097 | 2026-05-28T17:02:16.439Z | Downloaded tls_codec v0.4.2 |
| 1098 | 2026-05-28T17:02:16.439Z | Downloaded signal-hook v0.3.18 |
| 1099 | 2026-05-28T17:02:16.442Z | Downloaded serde-hex v0.1.0 |
| 1100 | 2026-05-28T17:02:16.442Z | Downloaded indent_write v2.2.0 |
| 1101 | 2026-05-28T17:02:16.445Z | Downloaded tokio-native-tls v0.3.1 |
| 1102 | 2026-05-28T17:02:16.445Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1103 | 2026-05-28T17:02:16.448Z | Downloaded usdt v0.6.0 |
| 1104 | 2026-05-28T17:02:16.448Z | Downloaded untrusted v0.9.0 |
| 1105 | 2026-05-28T17:02:16.448Z | Downloaded usdt-macro v0.6.0 |
| 1106 | 2026-05-28T17:02:16.448Z | Downloaded schemars v0.8.22 |
| 1107 | 2026-05-28T17:02:16.455Z | Downloaded trait-variant v0.1.2 |
| 1108 | 2026-05-28T17:02:16.457Z | Downloaded socket2 v0.5.10 |
| 1109 | 2026-05-28T17:02:16.457Z | Downloaded num-bigint-dig v0.8.6 |
| 1110 | 2026-05-28T17:02:16.460Z | Downloaded term v0.7.0 |
| 1111 | 2026-05-28T17:02:16.463Z | Downloaded tokio-tungstenite v0.23.1 |
| 1112 | 2026-05-28T17:02:16.463Z | Downloaded void v1.0.2 |
| 1113 | 2026-05-28T17:02:16.466Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1114 | 2026-05-28T17:02:16.466Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1115 | 2026-05-28T17:02:16.466Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1116 | 2026-05-28T17:02:16.469Z | Downloaded hyper v1.8.1 |
| 1117 | 2026-05-28T17:02:16.471Z | Downloaded tui-tree-widget v0.23.1 |
| 1118 | 2026-05-28T17:02:16.472Z | Downloaded samael v0.0.19 |
| 1119 | 2026-05-28T17:02:16.475Z | Downloaded want v0.3.1 |
| 1120 | 2026-05-28T17:02:16.478Z | Downloaded waitgroup v0.1.2 |
| 1121 | 2026-05-28T17:02:16.478Z | Downloaded similar v2.7.0 |
| 1122 | 2026-05-28T17:02:16.481Z | Downloaded iri-string v0.7.10 |
| 1123 | 2026-05-28T17:02:16.484Z | Downloaded tiny-keccak v2.0.2 |
| 1124 | 2026-05-28T17:02:16.487Z | Downloaded h2 v0.4.13 |
| 1125 | 2026-05-28T17:02:16.490Z | Downloaded unicase v2.9.0 |
| 1126 | 2026-05-28T17:02:16.490Z | Downloaded wait-timeout v0.2.1 |
| 1127 | 2026-05-28T17:02:16.492Z | Downloaded xattr v1.6.1 |
| 1128 | 2026-05-28T17:02:16.492Z | Downloaded term v1.2.1 |
| 1129 | 2026-05-28T17:02:16.495Z | Downloaded slog v2.8.2 |
| 1130 | 2026-05-28T17:02:16.495Z | Downloaded rustls-webpki v0.103.9 |
| 1131 | 2026-05-28T17:02:16.498Z | Downloaded num-bigint v0.4.6 |
| 1132 | 2026-05-28T17:02:16.501Z | Downloaded rand v0.9.2 |
| 1133 | 2026-05-28T17:02:16.504Z | Downloaded tokio-stream v0.1.18 |
| 1134 | 2026-05-28T17:02:16.507Z | Downloaded xshell-macros v0.2.7 |
| 1135 | 2026-05-28T17:02:16.507Z | Downloaded tokio-rustls v0.26.4 |
| 1136 | 2026-05-28T17:02:16.507Z | Downloaded zeroize_derive v1.4.3 |
| 1137 | 2026-05-28T17:02:16.509Z | Downloaded subprocess v0.2.15 |
| 1138 | 2026-05-28T17:02:16.509Z | Downloaded schemars v1.2.1 |
| 1139 | 2026-05-28T17:02:16.517Z | Downloaded uzers v0.12.2 |
| 1140 | 2026-05-28T17:02:16.520Z | Downloaded rsa v0.9.10 |
| 1141 | 2026-05-28T17:02:16.525Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1142 | 2026-05-28T17:02:16.525Z | Downloaded russh v0.45.0 |
| 1143 | 2026-05-28T17:02:16.528Z | Downloaded vergen-gitcl v1.0.8 |
| 1144 | 2026-05-28T17:02:16.528Z | Downloaded libm v0.2.16 |
| 1145 | 2026-05-28T17:02:16.532Z | Downloaded zone_cfg_derive v0.3.1 |
| 1146 | 2026-05-28T17:02:16.535Z | Downloaded zone v0.3.1 |
| 1147 | 2026-05-28T17:02:16.535Z | Downloaded test-strategy v0.4.5 |
| 1148 | 2026-05-28T17:02:16.538Z | Downloaded rand v0.10.0 |
| 1149 | 2026-05-28T17:02:16.538Z | Downloaded vsss-rs v3.3.4 |
| 1150 | 2026-05-28T17:02:16.541Z | Downloaded vergen-git2 v9.1.0 |
| 1151 | 2026-05-28T17:02:16.541Z | Downloaded itertools v0.14.0 |
| 1152 | 2026-05-28T17:02:16.545Z | Downloaded tracing-attributes v0.1.31 |
| 1153 | 2026-05-28T17:02:16.548Z | Downloaded hkdf v0.12.4 |
| 1154 | 2026-05-28T17:02:16.548Z | Downloaded tinyvec v1.10.0 |
| 1155 | 2026-05-28T17:02:16.551Z | Downloaded socket2 v0.6.3 |
| 1156 | 2026-05-28T17:02:16.553Z | Downloaded whoami v1.6.1 |
| 1157 | 2026-05-28T17:02:16.561Z | Downloaded whoami v2.1.0 |
| 1158 | 2026-05-28T17:02:16.567Z | Downloaded snafu v0.8.9 |
| 1159 | 2026-05-28T17:02:16.570Z | Downloaded tokio-rustls v0.24.1 |
| 1160 | 2026-05-28T17:02:16.573Z | Downloaded toml v0.7.8 |
| 1161 | 2026-05-28T17:02:16.575Z | Downloaded zeroize v1.8.2 |
| 1162 | 2026-05-28T17:02:16.578Z | Downloaded vergen v9.1.0 |
| 1163 | 2026-05-28T17:02:16.578Z | Downloaded usdt-impl v0.6.0 |
| 1164 | 2026-05-28T17:02:16.584Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1165 | 2026-05-28T17:02:16.587Z | Downloaded steno v0.4.1 |
| 1166 | 2026-05-28T17:02:16.589Z | Downloaded vergen-lib v0.1.6 |
| 1167 | 2026-05-28T17:02:16.590Z | Downloaded zstd v0.13.3 |
| 1168 | 2026-05-28T17:02:16.592Z | Downloaded tracing-core v0.1.36 |
| 1169 | 2026-05-28T17:02:16.595Z | Downloaded zstd-safe v7.2.4 |
| 1170 | 2026-05-28T17:02:16.595Z | Downloaded tar v0.4.45 |
| 1171 | 2026-05-28T17:02:16.600Z | Downloaded vergen-lib v9.1.0 |
| 1172 | 2026-05-28T17:02:16.603Z | Downloaded typify v0.6.2 |
| 1173 | 2026-05-28T17:02:16.606Z | Downloaded unicode-bidi v0.3.18 |
| 1174 | 2026-05-28T17:02:16.609Z | Downloaded zerocopy v0.6.6 |
| 1175 | 2026-05-28T17:02:16.612Z | Downloaded wyz v0.5.1 |
| 1176 | 2026-05-28T17:02:16.616Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-05-28T17:02:16.619Z | Downloaded tungstenite v0.23.0 |
| 1178 | 2026-05-28T17:02:16.622Z | Downloaded xshell v0.2.7 |
| 1179 | 2026-05-28T17:02:16.625Z | Downloaded typify v0.4.3 |
| 1180 | 2026-05-28T17:02:16.629Z | Downloaded rpassword v7.4.0 |
| 1181 | 2026-05-28T17:02:16.666Z | Downloaded yasna v0.5.2 |
| 1182 | 2026-05-28T17:02:16.666Z | Downloaded serde_with v1.14.0 |
| 1183 | 2026-05-28T17:02:16.666Z | Downloaded tungstenite v0.21.0 |
| 1184 | 2026-05-28T17:02:16.666Z | Downloaded rustyline v14.0.0 |
| 1185 | 2026-05-28T17:02:16.666Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1186 | 2026-05-28T17:02:16.666Z | Downloaded twox-hash v2.1.2 |
| 1187 | 2026-05-28T17:02:16.666Z | Downloaded p521 v0.13.3 |
| 1188 | 2026-05-28T17:02:16.669Z | Downloaded iddqd v0.4.2 |
| 1189 | 2026-05-28T17:02:16.674Z | Downloaded aws-lc-rs v1.16.3 |
| 1190 | 2026-05-28T17:02:16.679Z | Downloaded reedline v0.40.0 |
| 1191 | 2026-05-28T17:02:16.683Z | Downloaded p384 v0.13.1 |
| 1192 | 2026-05-28T17:02:16.686Z | Downloaded yansi v1.0.1 |
| 1193 | 2026-05-28T17:02:16.690Z | Downloaded unsafe-libyaml v0.2.11 |
| 1194 | 2026-05-28T17:02:16.690Z | Downloaded chrono v0.4.44 |
| 1195 | 2026-05-28T17:02:16.694Z | Downloaded unicode_categories v0.1.1 |
| 1196 | 2026-05-28T17:02:16.697Z | Downloaded toml_edit v0.19.15 |
| 1197 | 2026-05-28T17:02:16.706Z | Downloaded zopfli v0.8.3 |
| 1198 | 2026-05-28T17:02:16.709Z | Downloaded zip v0.6.6 |
| 1199 | 2026-05-28T17:02:16.712Z | Downloaded uuid v1.23.0 |
| 1200 | 2026-05-28T17:02:16.712Z | Downloaded tokio-tungstenite v0.21.0 |
| 1201 | 2026-05-28T17:02:16.716Z | Downloaded bitvec v1.0.1 |
| 1202 | 2026-05-28T17:02:16.720Z | Downloaded vte v0.14.1 |
| 1203 | 2026-05-28T17:02:16.723Z | Downloaded futures-util v0.3.32 |
| 1204 | 2026-05-28T17:02:16.729Z | Downloaded unicode-properties v0.1.4 |
| 1205 | 2026-05-28T17:02:16.732Z | Downloaded tokio-postgres v0.7.16 |
| 1206 | 2026-05-28T17:02:16.735Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-05-28T17:02:16.737Z | Downloaded ssh-key v0.6.7 |
| 1208 | 2026-05-28T17:02:16.741Z | Downloaded regex v1.12.3 |
| 1209 | 2026-05-28T17:02:16.743Z | Downloaded portable-atomic v1.13.1 |
| 1210 | 2026-05-28T17:02:16.747Z | Downloaded bindgen v0.71.1 |
| 1211 | 2026-05-28T17:02:16.751Z | Downloaded tower v0.5.3 |
| 1212 | 2026-05-28T17:02:16.757Z | Downloaded x509-cert v0.2.5 |
| 1213 | 2026-05-28T17:02:16.761Z | Downloaded git2 v0.20.4 |
| 1214 | 2026-05-28T17:02:16.765Z | Downloaded typed-path v0.9.3 |
| 1215 | 2026-05-28T17:02:16.769Z | Downloaded unicode-segmentation v1.12.0 |
| 1216 | 2026-05-28T17:02:16.781Z | Downloaded rayon v1.11.0 |
| 1217 | 2026-05-28T17:02:16.786Z | Downloaded reqwest v0.12.28 |
| 1218 | 2026-05-28T17:02:16.789Z | Downloaded lalrpop v0.19.12 |
| 1219 | 2026-05-28T17:02:16.795Z | Downloaded zerocopy-derive v0.8.40 |
| 1220 | 2026-05-28T17:02:16.800Z | Downloaded rustls-webpki v0.101.7 |
| 1221 | 2026-05-28T17:02:16.808Z | Downloaded rustls-webpki v0.102.8 |
| 1222 | 2026-05-28T17:02:16.818Z | Downloaded quick-xml v0.37.5 |
| 1223 | 2026-05-28T17:02:16.822Z | Downloaded moka v0.12.13 |
| 1224 | 2026-05-28T17:02:16.826Z | Downloaded curve25519-dalek v4.1.3 |
| 1225 | 2026-05-28T17:02:16.831Z | Downloaded tough v0.22.0 |
| 1226 | 2026-05-28T17:02:16.835Z | Downloaded salty v0.3.0 |
| 1227 | 2026-05-28T17:02:16.840Z | Downloaded unicode-normalization v0.1.25 |
| 1228 | 2026-05-28T17:02:16.842Z | Downloaded tokio-util v0.7.18 |
| 1229 | 2026-05-28T17:02:16.847Z | Downloaded zip v4.6.1 |
| 1230 | 2026-05-28T17:02:16.850Z | Downloaded proptest v1.10.0 |
| 1231 | 2026-05-28T17:02:16.855Z | Downloaded tower-http v0.6.8 |
| 1232 | 2026-05-28T17:02:16.859Z | Downloaded radix_trie v0.2.1 |
| 1233 | 2026-05-28T17:02:16.862Z | Downloaded serde_with v3.17.0 |
| 1234 | 2026-05-28T17:02:16.870Z | Downloaded winnow v0.6.26 |
| 1235 | 2026-05-28T17:02:16.875Z | Downloaded nix v0.27.1 |
| 1236 | 2026-05-28T17:02:16.880Z | Downloaded petname v2.0.2 |
| 1237 | 2026-05-28T17:02:16.885Z | Downloaded goblin v0.10.5 |
| 1238 | 2026-05-28T17:02:16.889Z | Downloaded winnow v0.5.40 |
| 1239 | 2026-05-28T17:02:16.896Z | Downloaded quinn-proto v0.11.13 |
| 1240 | 2026-05-28T17:02:16.902Z | Downloaded bstr v1.12.1 |
| 1241 | 2026-05-28T17:02:16.909Z | Downloaded nix v0.28.0 |
| 1242 | 2026-05-28T17:02:16.921Z | Downloaded polar-core v0.27.3 |
| 1243 | 2026-05-28T17:02:16.925Z | Downloaded time v0.3.47 |
| 1244 | 2026-05-28T17:02:16.932Z | Downloaded tabled v0.20.0 |
| 1245 | 2026-05-28T17:02:16.943Z | Downloaded regex-syntax v0.6.29 |
| 1246 | 2026-05-28T17:02:16.953Z | Downloaded object v0.37.3 |
| 1247 | 2026-05-28T17:02:16.959Z | Downloaded openssl v0.10.79 |
| 1248 | 2026-05-28T17:02:16.968Z | Downloaded nix v0.31.2 |
| 1249 | 2026-05-28T17:02:16.976Z | Downloaded object v0.30.4 |
| 1250 | 2026-05-28T17:02:16.984Z | Downloaded hickory-proto v0.25.2 |
| 1251 | 2026-05-28T17:02:16.994Z | Downloaded zerocopy v0.8.40 |
| 1252 | 2026-05-28T17:02:16.999Z | Downloaded regex-syntax v0.8.10 |
| 1253 | 2026-05-28T17:02:17.004Z | Downloaded webpki-roots v1.0.6 |
| 1254 | 2026-05-28T17:02:17.008Z | Downloaded rustls v0.21.12 |
| 1255 | 2026-05-28T17:02:17.014Z | Downloaded smoltcp v0.9.1 |
| 1256 | 2026-05-28T17:02:17.020Z | Downloaded rustix v0.38.44 |
| 1257 | 2026-05-28T17:02:17.034Z | Downloaded zlib-rs v0.6.2 |
| 1258 | 2026-05-28T17:02:17.037Z | Downloaded vcpkg v0.2.15 |
| 1259 | 2026-05-28T17:02:17.061Z | Downloaded regress v0.11.1 |
| 1260 | 2026-05-28T17:02:17.066Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-05-28T17:02:17.077Z | Downloaded rustls v0.22.4 |
| 1262 | 2026-05-28T17:02:17.084Z | Downloaded diesel v2.3.7 |
| 1263 | 2026-05-28T17:02:17.097Z | Downloaded dropshot v0.17.0 |
| 1264 | 2026-05-28T17:02:17.110Z | Downloaded smoltcp v0.11.0 |
| 1265 | 2026-05-28T17:02:17.117Z | Downloaded regress v0.10.5 |
| 1266 | 2026-05-28T17:02:17.123Z | Downloaded tracing v0.1.44 |
| 1267 | 2026-05-28T17:02:17.137Z | Downloaded typify-impl v0.6.2 |
| 1268 | 2026-05-28T17:02:17.147Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1269 | 2026-05-28T17:02:17.154Z | Downloaded typify-impl v0.4.3 |
| 1270 | 2026-05-28T17:02:17.164Z | Downloaded rustls v0.23.37 |
| 1271 | 2026-05-28T17:02:17.172Z | Downloaded openapiv3 v2.2.0 |
| 1272 | 2026-05-28T17:02:17.180Z | Downloaded zerocopy-derive v0.6.6 |
| 1273 | 2026-05-28T17:02:17.187Z | Downloaded regex-automata v0.4.14 |
| 1274 | 2026-05-28T17:02:17.197Z | Downloaded sqlparser v0.61.0 |
| 1275 | 2026-05-28T17:02:17.203Z | Downloaded sled v0.34.7 |
| 1276 | 2026-05-28T17:02:17.216Z | Downloaded chrono-tz v0.10.4 |
| 1277 | 2026-05-28T17:02:17.229Z | Downloaded petgraph v0.8.3 |
| 1278 | 2026-05-28T17:02:17.241Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-05-28T17:02:17.304Z | Downloaded petgraph v0.6.5 |
| 1280 | 2026-05-28T17:02:17.324Z | Downloaded jiff v0.2.21 |
| 1281 | 2026-05-28T17:02:17.336Z | Downloaded ring v0.17.14 |
| 1282 | 2026-05-28T17:02:17.362Z | Downloaded csv v1.4.0 |
| 1283 | 2026-05-28T17:02:17.374Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-05-28T17:02:17.389Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-05-28T17:02:17.399Z | Downloaded sha3 v0.10.8 |
| 1286 | 2026-05-28T17:02:17.409Z | Downloaded tokio v1.52.1 |
| 1287 | 2026-05-28T17:02:17.471Z | Downloaded encoding_rs v0.8.35 |
| 1288 | 2026-05-28T17:02:17.498Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-05-28T17:02:17.890Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-05-28T17:02:18.151Z | Compiling libc v0.2.185 |
| 1291 | 2026-05-28T17:02:18.151Z | Compiling serde v1.0.228 |
| 1292 | 2026-05-28T17:02:18.154Z | Compiling log v0.4.29 |
| 1293 | 2026-05-28T17:02:18.154Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-28T17:02:18.154Z | Compiling shlex v1.3.0 |
| 1295 | 2026-05-28T17:02:18.154Z | Compiling smallvec v1.15.1 |
| 1296 | 2026-05-28T17:02:18.154Z | Compiling typenum v1.19.0 |
| 1297 | 2026-05-28T17:02:18.154Z | Compiling subtle v2.6.1 |
| 1298 | 2026-05-28T17:02:18.154Z | Compiling generic-array v0.14.7 |
| 1299 | 2026-05-28T17:02:18.154Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-05-28T17:02:18.353Z | Compiling const-oid v0.9.6 |
| 1301 | 2026-05-28T17:02:18.367Z | Compiling serde_json v1.0.149 |
| 1302 | 2026-05-28T17:02:18.394Z | Compiling syn v2.0.117 |
| 1303 | 2026-05-28T17:02:18.408Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-05-28T17:02:18.411Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-28T17:02:18.423Z | Compiling parking_lot_core v0.9.12 |
| 1306 | 2026-05-28T17:02:18.490Z | Compiling lock_api v0.4.14 |
| 1307 | 2026-05-28T17:02:18.507Z | Compiling portable-atomic v1.13.1 |
| 1308 | 2026-05-28T17:02:18.520Z | Compiling pkg-config v0.3.32 |
| 1309 | 2026-05-28T17:02:18.541Z | Compiling bitflags v2.11.0 |
| 1310 | 2026-05-28T17:02:18.567Z | Compiling critical-section v1.2.0 |
| 1311 | 2026-05-28T17:02:18.581Z | Compiling futures-core v0.3.32 |
| 1312 | 2026-05-28T17:02:18.584Z | Compiling libm v0.2.16 |
| 1313 | 2026-05-28T17:02:18.683Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-05-28T17:02:18.702Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-05-28T17:02:18.746Z | Compiling futures-sink v0.3.32 |
| 1316 | 2026-05-28T17:02:18.778Z | Compiling futures-io v0.3.32 |
| 1317 | 2026-05-28T17:02:18.782Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-05-28T17:02:18.782Z | Compiling futures-task v0.3.32 |
| 1319 | 2026-05-28T17:02:18.879Z | Compiling cpufeatures v0.2.17 |
| 1320 | 2026-05-28T17:02:18.922Z | Compiling futures-channel v0.3.32 |
| 1321 | 2026-05-28T17:02:19.010Z | Compiling slab v0.4.12 |
| 1322 | 2026-05-28T17:02:19.010Z | Compiling rand_core v0.10.0 |
| 1323 | 2026-05-28T17:02:19.056Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-05-28T17:02:19.118Z | Compiling getrandom v0.3.4 |
| 1325 | 2026-05-28T17:02:19.162Z | Compiling rustversion v1.0.22 |
| 1326 | 2026-05-28T17:02:19.175Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-05-28T17:02:19.175Z | Compiling fs_extra v1.3.0 |
| 1328 | 2026-05-28T17:02:19.199Z | Compiling dunce v1.0.5 |
| 1329 | 2026-05-28T17:02:19.251Z | Compiling base64ct v1.8.3 |
| 1330 | 2026-05-28T17:02:19.251Z | Compiling ident_case v1.0.1 |
| 1331 | 2026-05-28T17:02:19.292Z | Compiling flagset v0.4.7 |
| 1332 | 2026-05-28T17:02:19.292Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-28T17:02:19.332Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-28T17:02:19.372Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-28T17:02:19.398Z | Compiling mio v1.2.0 |
| 1336 | 2026-05-28T17:02:19.419Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-05-28T17:02:19.486Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-05-28T17:02:19.510Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-28T17:02:19.529Z | Compiling cc v1.2.56 |
| 1340 | 2026-05-28T17:02:19.550Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2026-05-28T17:02:19.611Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-28T17:02:19.694Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-05-28T17:02:19.730Z | Compiling regex-syntax v0.8.10 |
| 1344 | 2026-05-28T17:02:19.760Z | Compiling rustix v1.1.3 |
| 1345 | 2026-05-28T17:02:19.790Z | Compiling iana-time-zone v0.1.65 |
| 1346 | 2026-05-28T17:02:19.862Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-05-28T17:02:19.862Z | Compiling aws-lc-rs v1.16.3 |
| 1348 | 2026-05-28T17:02:19.930Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-28T17:02:19.978Z | Compiling uuid v1.23.0 |
| 1350 | 2026-05-28T17:02:19.978Z | Compiling rustc_version v0.4.1 |
| 1351 | 2026-05-28T17:02:19.978Z | Compiling base64 v0.22.1 |
| 1352 | 2026-05-28T17:02:20.009Z | Compiling openssl-probe v0.2.1 |
| 1353 | 2026-05-28T17:02:20.047Z | Compiling tinyvec_macros v0.1.1 |
| 1354 | 2026-05-28T17:02:20.099Z | Compiling rand_core v0.9.5 |
| 1355 | 2026-05-28T17:02:20.111Z | Compiling untrusted v0.7.1 |
| 1356 | 2026-05-28T17:02:20.128Z | Compiling httparse v1.10.1 |
| 1357 | 2026-05-28T17:02:20.184Z | Compiling untrusted v0.9.0 |
| 1358 | 2026-05-28T17:02:20.213Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-05-28T17:02:20.253Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-05-28T17:02:20.268Z | Compiling rustls v0.23.37 |
| 1361 | 2026-05-28T17:02:20.281Z | Compiling cmake v0.1.57 |
| 1362 | 2026-05-28T17:02:20.331Z | Compiling tower-layer v0.3.3 |
| 1363 | 2026-05-28T17:02:20.347Z | Compiling tower-service v0.3.3 |
| 1364 | 2026-05-28T17:02:20.405Z | Compiling dyn-clone v1.0.20 |
| 1365 | 2026-05-28T17:02:20.457Z | Compiling schemars v0.8.22 |
| 1366 | 2026-05-28T17:02:20.473Z | Compiling atomic-waker v1.1.2 |
| 1367 | 2026-05-28T17:02:20.476Z | Compiling try-lock v0.2.5 |
| 1368 | 2026-05-28T17:02:20.510Z | Compiling foreign-types-shared v0.1.1 |
| 1369 | 2026-05-28T17:02:20.528Z | Compiling pin-utils v0.1.0 |
| 1370 | 2026-05-28T17:02:20.557Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-05-28T17:02:20.573Z | Compiling openssl v0.10.79 |
| 1372 | 2026-05-28T17:02:20.605Z | Compiling want v0.3.1 |
| 1373 | 2026-05-28T17:02:20.622Z | Compiling foreign-types v0.3.2 |
| 1374 | 2026-05-28T17:02:20.626Z | Compiling unicode-normalization v0.1.25 |
| 1375 | 2026-05-28T17:02:20.626Z | Compiling spin v0.9.8 |
| 1376 | 2026-05-28T17:02:20.652Z | Compiling crc32fast v1.5.0 |
| 1377 | 2026-05-28T17:02:20.670Z | Compiling native-tls v0.2.18 |
| 1378 | 2026-05-28T17:02:20.715Z | Compiling num-conv v0.2.0 |
| 1379 | 2026-05-28T17:02:20.731Z | Compiling powerfmt v0.2.0 |
| 1380 | 2026-05-28T17:02:20.744Z | Compiling time-core v0.1.8 |
| 1381 | 2026-05-28T17:02:20.792Z | Compiling wait-timeout v0.2.1 |
| 1382 | 2026-05-28T17:02:20.808Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-05-28T17:02:20.841Z | Compiling quick-error v1.2.3 |
| 1384 | 2026-05-28T17:02:20.866Z | Compiling simd-adler32 v0.3.8 |
| 1385 | 2026-05-28T17:02:20.881Z | Compiling deranged v0.5.8 |
| 1386 | 2026-05-28T17:02:20.919Z | Compiling siphasher v1.0.2 |
| 1387 | 2026-05-28T17:02:20.932Z | Compiling time-macros v0.2.27 |
| 1388 | 2026-05-28T17:02:20.935Z | Compiling num_threads v0.1.7 |
| 1389 | 2026-05-28T17:02:20.963Z | Compiling usdt-impl v0.6.0 |
| 1390 | 2026-05-28T17:02:20.966Z | Compiling bit-vec v0.8.0 |
| 1391 | 2026-05-28T17:02:20.996Z | Compiling crossbeam-utils v0.8.21 |
| 1392 | 2026-05-28T17:02:21.054Z | Compiling syn v1.0.109 |
| 1393 | 2026-05-28T17:02:21.096Z | Compiling slog v2.8.2 |
| 1394 | 2026-05-28T17:02:21.135Z | Compiling rand_xorshift v0.4.0 |
| 1395 | 2026-05-28T17:02:21.155Z | Compiling heapless v0.7.17 |
| 1396 | 2026-05-28T17:02:21.171Z | Compiling thread-id v5.1.0 |
| 1397 | 2026-05-28T17:02:21.188Z | Compiling aws-lc-sys v0.40.0 |
| 1398 | 2026-05-28T17:02:21.209Z | Compiling ring v0.17.14 |
| 1399 | 2026-05-28T17:02:21.237Z | Compiling openssl-sys v0.9.115 |
| 1400 | 2026-05-28T17:02:21.271Z | Compiling regex-automata v0.4.14 |
| 1401 | 2026-05-28T17:02:21.287Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1402 | 2026-05-28T17:02:21.558Z | Compiling synstructure v0.13.2 |
| 1403 | 2026-05-28T17:02:21.576Z | Compiling pest_generator v2.8.6 |
| 1404 | 2026-05-28T17:02:21.591Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-05-28T17:02:21.608Z | Compiling darling_core v0.20.11 |
| 1406 | 2026-05-28T17:02:21.670Z | Compiling tempfile v3.25.0 |
| 1407 | 2026-05-28T17:02:21.947Z | Compiling rusty-fork v0.3.1 |
| 1408 | 2026-05-28T17:02:22.121Z | Compiling darling_core v0.21.3 |
| 1409 | 2026-05-28T17:02:22.246Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1410 | 2026-05-28T17:02:22.316Z | Compiling bit-set v0.8.0 |
| 1411 | 2026-05-28T17:02:22.316Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-28T17:02:22.334Z | Compiling time v0.3.47 |
| 1413 | 2026-05-28T17:02:22.334Z | Compiling paste v1.0.15 |
| 1414 | 2026-05-28T17:02:22.374Z | Compiling unicode-properties v0.1.4 |
| 1415 | 2026-05-28T17:02:22.434Z | Compiling anyhow v1.0.102 |
| 1416 | 2026-05-28T17:02:22.451Z | Compiling unarray v0.1.4 |
| 1417 | 2026-05-28T17:02:22.491Z | Compiling zstd-safe v7.2.4 |
| 1418 | 2026-05-28T17:02:22.520Z | Compiling signal-hook v0.3.18 |
| 1419 | 2026-05-28T17:02:22.589Z | Compiling adler2 v2.0.1 |
| 1420 | 2026-05-28T17:02:22.613Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-05-28T17:02:22.632Z | Compiling ryu v1.0.23 |
| 1422 | 2026-05-28T17:02:22.657Z | Compiling unicode-bidi v0.3.18 |
| 1423 | 2026-05-28T17:02:22.732Z | Compiling iri-string v0.7.10 |
| 1424 | 2026-05-28T17:02:22.749Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-28T17:02:23.027Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-05-28T17:02:23.063Z | Compiling num-integer v0.1.46 |
| 1427 | 2026-05-28T17:02:23.236Z | Compiling vergen-lib v9.1.0 |
| 1428 | 2026-05-28T17:02:23.399Z | Compiling serde_derive v1.0.228 |
| 1429 | 2026-05-28T17:02:23.417Z | Compiling zeroize_derive v1.4.3 |
| 1430 | 2026-05-28T17:02:23.431Z | Compiling zerofrom-derive v0.1.6 |
| 1431 | 2026-05-28T17:02:23.446Z | Compiling yoke-derive v0.8.1 |
| 1432 | 2026-05-28T17:02:23.448Z | Compiling zerocopy-derive v0.8.40 |
| 1433 | 2026-05-28T17:02:23.515Z | Compiling zerovec-derive v0.11.2 |
| 1434 | 2026-05-28T17:02:23.602Z | Compiling displaydoc v0.2.5 |
| 1435 | 2026-05-28T17:02:24.023Z | Compiling tokio-macros v2.7.0 |
| 1436 | 2026-05-28T17:02:24.099Z | Compiling futures-macro v0.3.32 |
| 1437 | 2026-05-28T17:02:24.125Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-05-28T17:02:24.374Z | Compiling der_derive v0.7.3 |
| 1439 | 2026-05-28T17:02:24.422Z | Compiling rustls-pki-types v1.14.0 |
| 1440 | 2026-05-28T17:02:24.711Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-05-28T17:02:24.732Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-05-28T17:02:24.817Z | Compiling schemars_derive v0.8.22 |
| 1443 | 2026-05-28T17:02:24.844Z | Compiling pest_derive v2.8.6 |
| 1444 | 2026-05-28T17:02:24.915Z | Compiling crypto-common v0.1.7 |
| 1445 | 2026-05-28T17:02:24.939Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-05-28T17:02:24.955Z | Compiling block-buffer v0.10.4 |
| 1447 | 2026-05-28T17:02:24.986Z | Compiling futures-util v0.3.32 |
| 1448 | 2026-05-28T17:02:25.063Z | Compiling yoke v0.8.1 |
| 1449 | 2026-05-28T17:02:25.103Z | Compiling digest v0.10.7 |
| 1450 | 2026-05-28T17:02:25.147Z | Compiling block-padding v0.3.3 |
| 1451 | 2026-05-28T17:02:25.276Z | Compiling zerovec v0.11.5 |
| 1452 | 2026-05-28T17:02:25.336Z | Compiling zerotrie v0.2.3 |
| 1453 | 2026-05-28T17:02:25.353Z | Compiling hmac v0.12.1 |
| 1454 | 2026-05-28T17:02:25.375Z | Compiling inout v0.1.4 |
| 1455 | 2026-05-28T17:02:25.416Z | Compiling sha2 v0.10.9 |
| 1456 | 2026-05-28T17:02:25.534Z | Compiling cipher v0.4.4 |
| 1457 | 2026-05-28T17:02:25.568Z | Compiling der v0.7.10 |
| 1458 | 2026-05-28T17:02:25.668Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-05-28T17:02:25.806Z | Compiling tinystr v0.8.2 |
| 1460 | 2026-05-28T17:02:25.822Z | Compiling potential_utf v0.1.4 |
| 1461 | 2026-05-28T17:02:25.838Z | Compiling salsa20 v0.10.2 |
| 1462 | 2026-05-28T17:02:25.884Z | Compiling aes v0.8.4 |
| 1463 | 2026-05-28T17:02:26.003Z | Compiling icu_locale_core v2.1.1 |
| 1464 | 2026-05-28T17:02:26.019Z | Compiling icu_collections v2.1.1 |
| 1465 | 2026-05-28T17:02:26.045Z | Compiling scrypt v0.11.0 |
| 1466 | 2026-05-28T17:02:26.116Z | Compiling tracing v0.1.44 |
| 1467 | 2026-05-28T17:02:26.184Z | Compiling cbc v0.1.2 |
| 1468 | 2026-05-28T17:02:26.188Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-05-28T17:02:26.382Z | Compiling scroll_derive v0.13.1 |
| 1470 | 2026-05-28T17:02:26.398Z | Compiling darling_macro v0.20.11 |
| 1471 | 2026-05-28T17:02:26.414Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-28T17:02:26.447Z | Compiling spki v0.7.3 |
| 1473 | 2026-05-28T17:02:26.558Z | Compiling rustls-native-certs v0.8.3 |
| 1474 | 2026-05-28T17:02:26.680Z | Compiling icu_provider v2.1.1 |
| 1475 | 2026-05-28T17:02:26.838Z | Compiling pkcs5 v0.7.1 |
| 1476 | 2026-05-28T17:02:26.884Z | Compiling dtrace-parser v0.3.0 |
| 1477 | 2026-05-28T17:02:26.907Z | Compiling signature v2.2.0 |
| 1478 | 2026-05-28T17:02:26.930Z | Compiling darling v0.20.11 |
| 1479 | 2026-05-28T17:02:26.955Z | Compiling webpki-roots v1.0.6 |
| 1480 | 2026-05-28T17:02:27.032Z | Compiling icu_properties v2.1.2 |
| 1481 | 2026-05-28T17:02:27.048Z | Compiling bytes v1.11.1 |
| 1482 | 2026-05-28T17:02:27.051Z | Compiling icu_normalizer v2.1.1 |
| 1483 | 2026-05-28T17:02:27.051Z | Compiling chrono v0.4.44 |
| 1484 | 2026-05-28T17:02:27.099Z | Compiling ipnet v2.11.0 |
| 1485 | 2026-05-28T17:02:27.122Z | Compiling derive_builder_core v0.20.2 |
| 1486 | 2026-05-28T17:02:27.145Z | Compiling scroll_derive v0.12.1 |
| 1487 | 2026-05-28T17:02:27.259Z | Compiling pkcs8 v0.10.2 |
| 1488 | 2026-05-28T17:02:27.360Z | Compiling scroll v0.13.0 |
| 1489 | 2026-05-28T17:02:27.414Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-05-28T17:02:27.575Z | Compiling tokio v1.52.1 |
| 1491 | 2026-05-28T17:02:27.649Z | Compiling http v1.4.0 |
| 1492 | 2026-05-28T17:02:27.665Z | Compiling goblin v0.10.5 |
| 1493 | 2026-05-28T17:02:27.669Z | Compiling serde_tokenstream v0.2.3 |
| 1494 | 2026-05-28T17:02:27.700Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-05-28T17:02:27.712Z | Compiling serde_urlencoded v0.7.1 |
| 1496 | 2026-05-28T17:02:27.874Z | Compiling scroll v0.12.0 |
| 1497 | 2026-05-28T17:02:27.982Z | Compiling idna_adapter v1.2.1 |
| 1498 | 2026-05-28T17:02:27.982Z | Compiling serde_spanned v0.6.9 |
| 1499 | 2026-05-28T17:02:28.028Z | Compiling erased-serde v0.3.31 |
| 1500 | 2026-05-28T17:02:28.053Z | Compiling ppv-lite86 v0.2.21 |
| 1501 | 2026-05-28T17:02:28.150Z | Compiling idna v1.1.0 |
| 1502 | 2026-05-28T17:02:28.176Z | Compiling derive_builder_macro v0.20.2 |
| 1503 | 2026-05-28T17:02:28.195Z | Compiling md-5 v0.10.6 |
| 1504 | 2026-05-28T17:02:28.209Z | Compiling darling_macro v0.21.3 |
| 1505 | 2026-05-28T17:02:28.262Z | Compiling bstr v1.12.1 |
| 1506 | 2026-05-28T17:02:28.385Z | Compiling rand_chacha v0.9.0 |
| 1507 | 2026-05-28T17:02:28.412Z | Compiling http-body v1.0.1 |
| 1508 | 2026-05-28T17:02:28.558Z | Compiling url v2.5.8 |
| 1509 | 2026-05-28T17:02:28.576Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-05-28T17:02:28.593Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-05-28T17:02:28.611Z | Compiling rand v0.9.2 |
| 1512 | 2026-05-28T17:02:28.653Z | Compiling pin-project-internal v1.1.11 |
| 1513 | 2026-05-28T17:02:28.702Z | Compiling zerocopy-derive v0.7.35 |
| 1514 | 2026-05-28T17:02:28.758Z | Compiling async-trait v0.1.89 |
| 1515 | 2026-05-28T17:02:28.785Z | Compiling thiserror v1.0.69 |
| 1516 | 2026-05-28T17:02:28.853Z | Compiling curve25519-dalek v4.1.3 |
| 1517 | 2026-05-28T17:02:28.866Z | Compiling ff v0.13.1 |
| 1518 | 2026-05-28T17:02:28.905Z | Compiling hash32 v0.2.1 |
| 1519 | 2026-05-28T17:02:28.964Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-05-28T17:02:29.018Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-05-28T17:02:29.126Z | Compiling zlib-rs v0.6.2 |
| 1522 | 2026-05-28T17:02:29.195Z | Compiling proptest v1.10.0 |
| 1523 | 2026-05-28T17:02:29.399Z | Compiling fallible-iterator v0.2.0 |
| 1524 | 2026-05-28T17:02:29.447Z | Compiling psl-types v2.0.11 |
| 1525 | 2026-05-28T17:02:29.462Z | Compiling base16ct v0.2.0 |
| 1526 | 2026-05-28T17:02:29.569Z | Compiling smoltcp v0.9.1 |
| 1527 | 2026-05-28T17:02:29.592Z | Compiling mime v0.3.17 |
| 1528 | 2026-05-28T17:02:29.648Z | Compiling rustix v0.38.44 |
| 1529 | 2026-05-28T17:02:29.663Z | Compiling ref-cast v1.0.25 |
| 1530 | 2026-05-28T17:02:29.741Z | Compiling litrs v1.0.0 |
| 1531 | 2026-05-28T17:02:29.848Z | Compiling cfg_aliases v0.2.1 |
| 1532 | 2026-05-28T17:02:29.857Z | Compiling num-bigint-dig v0.8.6 |
| 1533 | 2026-05-28T17:02:29.879Z | Compiling pin-project v1.1.11 |
| 1534 | 2026-05-28T17:02:29.934Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-28T17:02:29.972Z | Compiling nix v0.31.2 |
| 1536 | 2026-05-28T17:02:30.015Z | Compiling postgres-protocol v0.6.10 |
| 1537 | 2026-05-28T17:02:30.050Z | Compiling zerocopy v0.7.35 |
| 1538 | 2026-05-28T17:02:30.061Z | Compiling sec1 v0.7.3 |
| 1539 | 2026-05-28T17:02:30.100Z | Compiling publicsuffix v2.3.0 |
| 1540 | 2026-05-28T17:02:30.275Z | Compiling oxnet v0.1.4 |
| 1541 | 2026-05-28T17:02:30.284Z | Compiling document-features v0.2.12 |
| 1542 | 2026-05-28T17:02:30.378Z | Compiling group v0.13.0 |
| 1543 | 2026-05-28T17:02:30.392Z | Compiling rand v0.8.6 |
| 1544 | 2026-05-28T17:02:30.428Z | Compiling darling v0.21.3 |
| 1545 | 2026-05-28T17:02:30.480Z | Compiling dof v0.4.0 |
| 1546 | 2026-05-28T17:02:30.495Z | Compiling derive_builder v0.20.2 |
| 1547 | 2026-05-28T17:02:30.588Z | Compiling goblin v0.8.2 |
| 1548 | 2026-05-28T17:02:30.617Z | Compiling futures-executor v0.3.32 |
| 1549 | 2026-05-28T17:02:30.625Z | Compiling hubpack_derive v0.1.1 |
| 1550 | 2026-05-28T17:02:30.628Z | Compiling hex v0.4.3 |
| 1551 | 2026-05-28T17:02:30.641Z | Compiling hkdf v0.12.4 |
| 1552 | 2026-05-28T17:02:30.690Z | Compiling crypto-bigint v0.5.5 |
| 1553 | 2026-05-28T17:02:30.845Z | Compiling regex v1.12.3 |
| 1554 | 2026-05-28T17:02:30.940Z | Compiling daft-derive v0.1.7 |
| 1555 | 2026-05-28T17:02:30.955Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1556 | 2026-05-28T17:02:30.961Z | Compiling strum_macros v0.27.2 |
| 1557 | 2026-05-28T17:02:31.015Z | Compiling snafu-derive v0.8.9 |
| 1558 | 2026-05-28T17:02:31.125Z | Compiling ref-cast-impl v1.0.25 |
| 1559 | 2026-05-28T17:02:31.325Z | Compiling num-iter v0.1.45 |
| 1560 | 2026-05-28T17:02:31.486Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-05-28T17:02:31.502Z | Compiling tower v0.5.3 |
| 1562 | 2026-05-28T17:02:31.691Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-05-28T17:02:31.772Z | Compiling newtype-uuid v1.3.2 |
| 1564 | 2026-05-28T17:02:31.957Z | Compiling tower-http v0.6.8 |
| 1565 | 2026-05-28T17:02:32.018Z | Compiling terminal_size v0.4.3 |
| 1566 | 2026-05-28T17:02:32.155Z | Compiling flate2 v1.1.9 |
| 1567 | 2026-05-28T17:02:32.172Z | Compiling phf_shared v0.13.1 |
| 1568 | 2026-05-28T17:02:32.187Z | Compiling lazy_static v1.5.0 |
| 1569 | 2026-05-28T17:02:32.192Z | Compiling vergen v9.1.0 |
| 1570 | 2026-05-28T17:02:32.228Z | Compiling h2 v0.4.13 |
| 1571 | 2026-05-28T17:02:32.305Z | Compiling cargo-platform v0.3.2 |
| 1572 | 2026-05-28T17:02:32.364Z | Compiling fs-err v3.3.0 |
| 1573 | 2026-05-28T17:02:32.410Z | Compiling ahash v0.8.12 |
| 1574 | 2026-05-28T17:02:32.426Z | Compiling managed v0.8.0 |
| 1575 | 2026-05-28T17:02:32.447Z | Compiling winnow v0.5.40 |
| 1576 | 2026-05-28T17:02:32.463Z | Compiling object v0.37.3 |
| 1577 | 2026-05-28T17:02:32.581Z | Compiling bitflags v1.3.2 |
| 1578 | 2026-05-28T17:02:32.605Z | Compiling unicode-segmentation v1.12.0 |
| 1579 | 2026-05-28T17:02:32.609Z | Compiling bumpalo v3.20.2 |
| 1580 | 2026-05-28T17:02:32.634Z | Compiling foldhash v0.1.5 |
| 1581 | 2026-05-28T17:02:32.651Z | Compiling libbz2-rs-sys v0.2.2 |
| 1582 | 2026-05-28T17:02:32.668Z | Compiling foldhash v0.2.0 |
| 1583 | 2026-05-28T17:02:32.683Z | Compiling same-file v1.0.6 |
| 1584 | 2026-05-28T17:02:32.771Z | Compiling clap_builder v4.5.60 |
| 1585 | 2026-05-28T17:02:32.837Z | Compiling zopfli v0.8.3 |
| 1586 | 2026-05-28T17:02:32.902Z | Compiling hashbrown v0.16.1 |
| 1587 | 2026-05-28T17:02:32.906Z | Compiling walkdir v2.5.0 |
| 1588 | 2026-05-28T17:02:32.971Z | Compiling dof v0.3.0 |
| 1589 | 2026-05-28T17:02:32.980Z | Compiling hashbrown v0.15.5 |
| 1590 | 2026-05-28T17:02:33.085Z | Compiling strum v0.27.2 |
| 1591 | 2026-05-28T17:02:33.100Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-05-28T17:02:33.119Z | Compiling snafu v0.8.9 |
| 1593 | 2026-05-28T17:02:33.342Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-05-28T17:02:33.397Z | Compiling phf v0.13.1 |
| 1595 | 2026-05-28T17:02:33.418Z | Compiling daft v0.1.7 |
| 1596 | 2026-05-28T17:02:33.530Z | Compiling usdt-attr-macro v0.6.0 |
| 1597 | 2026-05-28T17:02:33.549Z | Compiling usdt-macro v0.6.0 |
| 1598 | 2026-05-28T17:02:33.565Z | Compiling signal-hook-mio v0.2.5 |
| 1599 | 2026-05-28T17:02:33.700Z | Compiling elliptic-curve v0.13.8 |
| 1600 | 2026-05-28T17:02:33.735Z | Compiling cookie_store v0.22.1 |
| 1601 | 2026-05-28T17:02:33.751Z | Compiling hubpack v0.1.2 |
| 1602 | 2026-05-28T17:02:33.959Z | Compiling toml_edit v0.19.15 |
| 1603 | 2026-05-28T17:02:33.984Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-05-28T17:02:34.002Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-28T17:02:34.094Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-05-28T17:02:34.141Z | Compiling zstd v0.13.3 |
| 1607 | 2026-05-28T17:02:34.236Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-05-28T17:02:34.283Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-28T17:02:34.354Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-28T17:02:34.387Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-05-28T17:02:34.431Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-05-28T17:02:34.446Z | Compiling serde_plain v1.0.2 |
| 1613 | 2026-05-28T17:02:34.669Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-05-28T17:02:34.768Z | Compiling serde-big-array v0.5.1 |
| 1615 | 2026-05-28T17:02:34.821Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-28T17:02:34.836Z | Compiling enum-as-inner v0.6.1 |
| 1617 | 2026-05-28T17:02:34.859Z | Compiling strum_macros v0.26.4 |
| 1618 | 2026-05-28T17:02:34.936Z | Compiling async-recursion v1.1.1 |
| 1619 | 2026-05-28T17:02:34.977Z | Compiling serde_repr v0.1.20 |
| 1620 | 2026-05-28T17:02:35.089Z | Compiling clap_derive v4.5.55 |
| 1621 | 2026-05-28T17:02:35.103Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-28T17:02:35.299Z | Compiling hyper v1.8.1 |
| 1623 | 2026-05-28T17:02:35.320Z | Compiling float-cmp v0.10.0 |
| 1624 | 2026-05-28T17:02:35.388Z | Compiling pem v3.0.6 |
| 1625 | 2026-05-28T17:02:35.402Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-05-28T17:02:35.416Z | Compiling memmap2 v0.9.10 |
| 1627 | 2026-05-28T17:02:35.492Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-05-28T17:02:35.509Z | Compiling new_debug_unreachable v1.0.6 |
| 1629 | 2026-05-28T17:02:35.555Z | Compiling keccak v0.1.6 |
| 1630 | 2026-05-28T17:02:35.598Z | Compiling jiff v0.2.21 |
| 1631 | 2026-05-28T17:02:35.648Z | Compiling difflib v0.4.0 |
| 1632 | 2026-05-28T17:02:35.667Z | Compiling data-encoding v2.10.0 |
| 1633 | 2026-05-28T17:02:35.759Z | Compiling fixedbitset v0.5.7 |
| 1634 | 2026-05-28T17:02:35.833Z | Compiling static_assertions v1.1.0 |
| 1635 | 2026-05-28T17:02:35.892Z | Compiling whoami v2.1.0 |
| 1636 | 2026-05-28T17:02:35.918Z | Compiling normalize-line-endings v0.3.0 |
| 1637 | 2026-05-28T17:02:36.036Z | Compiling typed-path v0.9.3 |
| 1638 | 2026-05-28T17:02:36.095Z | Compiling either v1.15.0 |
| 1639 | 2026-05-28T17:02:36.248Z | Compiling precomputed-hash v0.1.1 |
| 1640 | 2026-05-28T17:02:36.312Z | Compiling predicates-core v1.0.10 |
| 1641 | 2026-05-28T17:02:36.378Z | Compiling fixedbitset v0.4.2 |
| 1642 | 2026-05-28T17:02:36.399Z | Compiling itertools v0.13.0 |
| 1643 | 2026-05-28T17:02:36.406Z | Compiling string_cache v0.8.9 |
| 1644 | 2026-05-28T17:02:36.435Z | Compiling tokio-postgres v0.7.16 |
| 1645 | 2026-05-28T17:02:36.487Z | Compiling hyper-util v0.1.20 |
| 1646 | 2026-05-28T17:02:36.560Z | Compiling petgraph v0.6.5 |
| 1647 | 2026-05-28T17:02:36.637Z | Compiling predicates v3.1.4 |
| 1648 | 2026-05-28T17:02:36.679Z | Compiling petgraph v0.8.3 |
| 1649 | 2026-05-28T17:02:36.738Z | Compiling strum v0.26.3 |
| 1650 | 2026-05-28T17:02:36.755Z | Compiling hickory-proto v0.25.2 |
| 1651 | 2026-05-28T17:02:36.839Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1652 | 2026-05-28T17:02:36.898Z | Compiling sha3 v0.10.8 |
| 1653 | 2026-05-28T17:02:37.013Z | Compiling clap v4.5.60 |
| 1654 | 2026-05-28T17:02:37.028Z | Compiling env_logger v0.11.9 |
| 1655 | 2026-05-28T17:02:37.112Z | Compiling usdt v0.6.0 |
| 1656 | 2026-05-28T17:02:37.325Z | Compiling toml_edit v0.22.27 |
| 1657 | 2026-05-28T17:02:37.387Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-05-28T17:02:37.411Z | Compiling toml v0.7.8 |
| 1659 | 2026-05-28T17:02:37.421Z | Compiling serde_with v3.17.0 |
| 1660 | 2026-05-28T17:02:37.425Z | Compiling crossterm v0.28.1 |
| 1661 | 2026-05-28T17:02:37.722Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-05-28T17:02:38.040Z | Compiling hyper-tls v0.6.0 |
| 1663 | 2026-05-28T17:02:38.060Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-05-28T17:02:38.131Z | Compiling rsa v0.9.10 |
| 1665 | 2026-05-28T17:02:38.354Z | Compiling zip v0.6.6 |
| 1666 | 2026-05-28T17:02:38.743Z | Compiling zip v4.6.1 |
| 1667 | 2026-05-28T17:02:38.759Z | Compiling iddqd v0.4.2 |
| 1668 | 2026-05-28T17:02:38.970Z | Compiling heck v0.4.1 |
| 1669 | 2026-05-28T17:02:39.022Z | Compiling similar v2.7.0 |
| 1670 | 2026-05-28T17:02:39.230Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-05-28T17:02:39.242Z | Compiling tokio-stream v0.1.18 |
| 1672 | 2026-05-28T17:02:39.248Z | Compiling buf-list v1.1.2 |
| 1673 | 2026-05-28T17:02:39.318Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-05-28T17:02:39.566Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-28T17:02:39.649Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-28T17:02:39.713Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-28T17:02:39.744Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-28T17:02:39.769Z | Compiling lalrpop-util v0.19.12 |
| 1679 | 2026-05-28T17:02:39.808Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-28T17:02:39.899Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-05-28T17:02:39.954Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-05-28T17:02:39.975Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-05-28T17:02:39.989Z | Compiling filetime v0.2.27 |
| 1684 | 2026-05-28T17:02:40.080Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-05-28T17:02:40.109Z | Compiling take_mut v0.2.2 |
| 1686 | 2026-05-28T17:02:40.126Z | Compiling xattr v1.6.1 |
| 1687 | 2026-05-28T17:02:40.143Z | Compiling term v1.2.1 |
| 1688 | 2026-05-28T17:02:40.301Z | Compiling tar v0.4.45 |
| 1689 | 2026-05-28T17:02:40.459Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-05-28T17:02:58.288Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-05-28T17:03:01.100Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-05-28T17:03:01.100Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-05-28T17:03:01.297Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-05-28T17:03:01.503Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-05-28T17:03:01.504Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-05-28T17:03:02.749Z | Compiling tough v0.22.0 |
| 1697 | 2026-05-28T17:03:05.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-05-28T17:03:05.511Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-05-28T17:03:08.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.41s |
| 1700 | 2026-05-28T17:03:08.571Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-05-28T17:03:08.629Z | May 28 17:03:08.585 INFO Starting download, target: Console |
| 1702 | 2026-05-28T17:03:08.629Z | May 28 17:03:08.586 INFO Starting download, target: MaghemiteMgd |
| 1703 | 2026-05-28T17:03:08.629Z | May 28 17:03:08.586 INFO Starting download, target: Cockroach |
| 1704 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.586 INFO Starting download, target: DendriteStub |
| 1705 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.586 INFO Starting download, target: Clickhouse |
| 1706 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.586 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.586 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.587 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1709 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.587 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1710 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.587 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1711 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.587 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1712 | 2026-05-28T17:03:08.633Z | May 28 17:03:08.587 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1713 | 2026-05-28T17:03:09.667Z | May 28 17:03:09.625 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1714 | 2026-05-28T17:03:09.905Z | May 28 17:03:09.863 INFO Download complete, target: Console |
| 1715 | 2026-05-28T17:03:10.561Z | May 28 17:03:10.482 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1716 | 2026-05-28T17:03:10.722Z | May 28 17:03:10.656 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1717 | 2026-05-28T17:03:10.939Z | May 28 17:03:10.872 INFO Download complete, target: TransceiverControl |
| 1718 | 2026-05-28T17:03:12.892Z | May 28 17:03:12.844 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1719 | 2026-05-28T17:03:13.115Z | May 28 17:03:13.072 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1720 | 2026-05-28T17:03:13.432Z | May 28 17:03:13.390 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1721 | 2026-05-28T17:03:13.432Z | May 28 17:03:13.390 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1722 | 2026-05-28T17:03:15.322Z | May 28 17:03:15.280 INFO Download complete, target: DendriteStub |
| 1723 | 2026-05-28T17:03:15.607Z | May 28 17:03:15.565 INFO Download complete, target: MaghemiteMgd |
| 1724 | 2026-05-28T17:03:17.513Z | May 28 17:03:17.469 INFO Checking that binary works, target: Clickhouse |
| 1725 | 2026-05-28T17:03:17.653Z | May 28 17:03:17.611 INFO Download complete, target: Clickhouse |
| 1726 | 2026-05-28T17:03:18.332Z | May 28 17:03:18.290 INFO Checking that binary works, target: Cockroach |
| 1727 | 2026-05-28T17:03:18.486Z | May 28 17:03:18.443 INFO Download complete, target: Cockroach |
| 1728 | 2026-05-28T17:03:18.491Z | All prerequisites installed successfully |
| 1729 | 2026-05-28T17:03:18.494Z | |
| 1730 | 2026-05-28T17:03:18.494Z | real 2:09.251588322 |
| 1731 | 2026-05-28T17:03:18.494Z | user 7:05.163782710 |
| 1732 | 2026-05-28T17:03:18.494Z | sys 1:47.930907711 |
| 1733 | 2026-05-28T17:03:18.494Z | trap 0.251804836 |
| 1734 | 2026-05-28T17:03:18.494Z | tflt 1.708615212 |
| 1735 | 2026-05-28T17:03:18.494Z | dflt 2.524438454 |
| 1736 | 2026-05-28T17:03:18.494Z | kflt 0.034767189 |
| 1737 | 2026-05-28T17:03:18.494Z | lock 23:34.811006997 |
| 1738 | 2026-05-28T17:03:18.494Z | slp 19:42.118354653 |
| 1739 | 2026-05-28T17:03:18.494Z | lat 25.524977015 |
| 1740 | 2026-05-28T17:03:18.494Z | stop 3:01.587152795 |
| 1741 | 2026-05-28T17:03:18.494Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-05-28T17:03:19.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1743 | 2026-05-28T17:03:19.072Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-05-28T17:03:19.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1745 | 2026-05-28T17:03:19.921Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-05-28T17:03:19.962Z | May 28 17:03:19.920 INFO Starting download, target: Softnpu |
| 1747 | 2026-05-28T17:03:19.965Z | May 28 17:03:19.920 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-05-28T17:03:20.888Z | May 28 17:03:20.846 INFO Download complete, target: Softnpu |
| 1749 | 2026-05-28T17:03:20.892Z | |
| 1750 | 2026-05-28T17:03:20.895Z | real 2.395076874 |
| 1751 | 2026-05-28T17:03:20.895Z | user 1.374910128 |
| 1752 | 2026-05-28T17:03:20.895Z | sys 0.692018219 |
| 1753 | 2026-05-28T17:03:20.895Z | trap 0.000711411 |
| 1754 | 2026-05-28T17:03:20.895Z | tflt 0.000060964 |
| 1755 | 2026-05-28T17:03:20.895Z | dflt 0.000483782 |
| 1756 | 2026-05-28T17:03:20.895Z | kflt 0.000000000 |
| 1757 | 2026-05-28T17:03:20.895Z | lock 17.456094436 |
| 1758 | 2026-05-28T17:03:20.895Z | slp 0.787406024 |
| 1759 | 2026-05-28T17:03:20.895Z | lat 0.098251239 |
| 1760 | 2026-05-28T17:03:20.895Z | stop 0.000337549 |
| 1761 | 2026-05-28T17:03:20.895Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-05-28T17:03:20.896Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-05-28T17:03:20.896Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-05-28T17:03:21.814Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-05-28T17:03:21.814Z | Compiling quote v1.0.45 |
| 1766 | 2026-05-28T17:03:21.814Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-05-28T17:03:21.814Z | Compiling libc v0.2.185 |
| 1768 | 2026-05-28T17:03:21.814Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-05-28T17:03:21.817Z | Compiling serde v1.0.228 |
| 1770 | 2026-05-28T17:03:21.817Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-05-28T17:03:21.817Z | Compiling version_check v0.9.5 |
| 1772 | 2026-05-28T17:03:21.962Z | Compiling find-msvc-tools v0.1.9 |
| 1773 | 2026-05-28T17:03:21.965Z | Compiling shlex v1.3.0 |
| 1774 | 2026-05-28T17:03:21.965Z | Compiling typenum v1.19.0 |
| 1775 | 2026-05-28T17:03:21.965Z | Compiling zmij v1.0.21 |
| 1776 | 2026-05-28T17:03:21.965Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-05-28T17:03:21.965Z | Compiling memchr v2.8.0 |
| 1778 | 2026-05-28T17:03:21.965Z | Compiling serde_json v1.0.149 |
| 1779 | 2026-05-28T17:03:22.272Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-05-28T17:03:22.300Z | Compiling libm v0.2.16 |
| 1781 | 2026-05-28T17:03:22.307Z | Compiling zerocopy v0.8.40 |
| 1782 | 2026-05-28T17:03:22.311Z | Compiling parking_lot_core v0.9.12 |
| 1783 | 2026-05-28T17:03:22.437Z | Compiling num-traits v0.2.19 |
| 1784 | 2026-05-28T17:03:22.482Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-05-28T17:03:22.482Z | Compiling generic-array v0.14.7 |
| 1786 | 2026-05-28T17:03:22.510Z | Compiling icu_normalizer_data v2.1.1 |
| 1787 | 2026-05-28T17:03:22.597Z | Compiling icu_properties_data v2.1.2 |
| 1788 | 2026-05-28T17:03:22.611Z | Compiling itoa v1.0.17 |
| 1789 | 2026-05-28T17:03:22.635Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-05-28T17:03:22.646Z | Compiling log v0.4.29 |
| 1791 | 2026-05-28T17:03:22.727Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-05-28T17:03:22.733Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-05-28T17:03:22.782Z | Compiling subtle v2.6.1 |
| 1794 | 2026-05-28T17:03:22.935Z | Compiling scopeguard v1.2.0 |
| 1795 | 2026-05-28T17:03:22.993Z | Compiling writeable v0.6.2 |
| 1796 | 2026-05-28T17:03:23.001Z | Compiling percent-encoding v2.3.2 |
| 1797 | 2026-05-28T17:03:23.066Z | Compiling litemap v0.8.1 |
| 1798 | 2026-05-28T17:03:23.074Z | Compiling lock_api v0.4.14 |
| 1799 | 2026-05-28T17:03:23.159Z | Compiling jobserver v0.1.34 |
| 1800 | 2026-05-28T17:03:23.210Z | Compiling getrandom v0.2.17 |
| 1801 | 2026-05-28T17:03:23.262Z | Compiling errno v0.3.14 |
| 1802 | 2026-05-28T17:03:23.319Z | Compiling pin-project-lite v0.2.17 |
| 1803 | 2026-05-28T17:03:23.364Z | Compiling syn v2.0.117 |
| 1804 | 2026-05-28T17:03:23.385Z | Compiling rand_core v0.6.4 |
| 1805 | 2026-05-28T17:03:23.442Z | Compiling cc v1.2.56 |
| 1806 | 2026-05-28T17:03:23.457Z | Compiling fnv v1.0.7 |
| 1807 | 2026-05-28T17:03:23.528Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-05-28T17:03:23.561Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-05-28T17:03:23.635Z | Compiling equivalent v1.0.2 |
| 1810 | 2026-05-28T17:03:23.640Z | Compiling fs_extra v1.3.0 |
| 1811 | 2026-05-28T17:03:23.640Z | Compiling dunce v1.0.5 |
| 1812 | 2026-05-28T17:03:23.708Z | Compiling rustversion v1.0.22 |
| 1813 | 2026-05-28T17:03:23.714Z | Compiling rand_core v0.10.0 |
| 1814 | 2026-05-28T17:03:23.739Z | Compiling utf8_iter v1.0.4 |
| 1815 | 2026-05-28T17:03:23.772Z | Compiling schemars v0.8.22 |
| 1816 | 2026-05-28T17:03:23.910Z | Compiling form_urlencoded v1.2.2 |
| 1817 | 2026-05-28T17:03:23.930Z | Compiling critical-section v1.2.0 |
| 1818 | 2026-05-28T17:03:23.992Z | Compiling signal-hook-registry v1.4.8 |
| 1819 | 2026-05-28T17:03:24.066Z | Compiling hashbrown v0.17.0 |
| 1820 | 2026-05-28T17:03:24.108Z | Compiling rustix v1.1.3 |
| 1821 | 2026-05-28T17:03:24.147Z | Compiling mio v1.2.0 |
| 1822 | 2026-05-28T17:03:24.207Z | Compiling cmake v0.1.57 |
| 1823 | 2026-05-28T17:03:24.419Z | Compiling bitflags v2.11.0 |
| 1824 | 2026-05-28T17:03:24.457Z | Compiling semver v1.0.28 |
| 1825 | 2026-05-28T17:03:24.532Z | Compiling once_cell v1.21.3 |
| 1826 | 2026-05-28T17:03:24.553Z | Compiling parking_lot v0.12.5 |
| 1827 | 2026-05-28T17:03:24.565Z | Compiling socket2 v0.6.3 |
| 1828 | 2026-05-28T17:03:24.579Z | Compiling const-oid v0.9.6 |
| 1829 | 2026-05-28T17:03:24.653Z | Compiling indexmap v2.14.0 |
| 1830 | 2026-05-28T17:03:24.756Z | Compiling aws-lc-rs v1.16.3 |
| 1831 | 2026-05-28T17:03:24.773Z | Compiling ring v0.17.14 |
| 1832 | 2026-05-28T17:03:24.791Z | Compiling aws-lc-sys v0.40.0 |
| 1833 | 2026-05-28T17:03:24.823Z | Compiling heck v0.5.0 |
| 1834 | 2026-05-28T17:03:24.842Z | Compiling futures-core v0.3.32 |
| 1835 | 2026-05-28T17:03:24.866Z | Compiling httparse v1.10.1 |
| 1836 | 2026-05-28T17:03:25.042Z | Compiling strsim v0.11.1 |
| 1837 | 2026-05-28T17:03:25.073Z | Compiling thiserror v1.0.69 |
| 1838 | 2026-05-28T17:03:25.076Z | Compiling vcpkg v0.2.15 |
| 1839 | 2026-05-28T17:03:25.280Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-05-28T17:03:25.354Z | Compiling iana-time-zone v0.1.65 |
| 1841 | 2026-05-28T17:03:25.371Z | Compiling ucd-trie v0.1.7 |
| 1842 | 2026-05-28T17:03:25.425Z | Compiling ident_case v1.0.1 |
| 1843 | 2026-05-28T17:03:25.425Z | Compiling regex-syntax v0.8.10 |
| 1844 | 2026-05-28T17:03:25.429Z | Compiling syn v1.0.109 |
| 1845 | 2026-05-28T17:03:25.493Z | Compiling uuid v1.23.0 |
| 1846 | 2026-05-28T17:03:25.546Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-28T17:03:25.563Z | Compiling cpufeatures v0.2.17 |
| 1848 | 2026-05-28T17:03:25.595Z | Compiling rustls v0.23.37 |
| 1849 | 2026-05-28T17:03:25.699Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-05-28T17:03:25.836Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-05-28T17:03:25.868Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-05-28T17:03:25.956Z | Compiling futures-channel v0.3.32 |
| 1853 | 2026-05-28T17:03:25.990Z | Compiling futures-task v0.3.32 |
| 1854 | 2026-05-28T17:03:26.060Z | Compiling slab v0.4.12 |
| 1855 | 2026-05-28T17:03:26.102Z | Compiling futures-io v0.3.32 |
| 1856 | 2026-05-28T17:03:26.187Z | Compiling synstructure v0.13.2 |
| 1857 | 2026-05-28T17:03:26.204Z | Compiling serde_derive_internals v0.29.1 |
| 1858 | 2026-05-28T17:03:26.252Z | Compiling aho-corasick v1.1.4 |
| 1859 | 2026-05-28T17:03:26.295Z | Compiling dyn-clone v1.0.20 |
| 1860 | 2026-05-28T17:03:26.529Z | Compiling openssl v0.10.79 |
| 1861 | 2026-05-28T17:03:26.562Z | Compiling plain v0.2.3 |
| 1862 | 2026-05-28T17:03:26.595Z | Compiling base64 v0.22.1 |
| 1863 | 2026-05-28T17:03:26.650Z | Compiling pest_meta v2.8.6 |
| 1864 | 2026-05-28T17:03:26.692Z | Compiling crc32fast v1.5.0 |
| 1865 | 2026-05-28T17:03:26.696Z | Compiling num-conv v0.2.0 |
| 1866 | 2026-05-28T17:03:26.762Z | Compiling crossbeam-utils v0.8.21 |
| 1867 | 2026-05-28T17:03:26.810Z | Compiling time-core v0.1.8 |
| 1868 | 2026-05-28T17:03:26.994Z | Compiling time-macros v0.2.27 |
| 1869 | 2026-05-28T17:03:27.013Z | Compiling pretty-hex v0.4.1 |
| 1870 | 2026-05-28T17:03:27.047Z | Compiling native-tls v0.2.18 |
| 1871 | 2026-05-28T17:03:27.079Z | Compiling base64ct v1.8.3 |
| 1872 | 2026-05-28T17:03:27.098Z | Compiling regex-automata v0.4.14 |
| 1873 | 2026-05-28T17:03:27.113Z | Compiling anyhow v1.0.102 |
| 1874 | 2026-05-28T17:03:27.132Z | Compiling darling_core v0.21.3 |
| 1875 | 2026-05-28T17:03:27.257Z | Compiling pest_generator v2.8.6 |
| 1876 | 2026-05-28T17:03:27.282Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1877 | 2026-05-28T17:03:27.298Z | Compiling tracing-core v0.1.36 |
| 1878 | 2026-05-28T17:03:27.397Z | Compiling pem-rfc7468 v0.7.0 |
| 1879 | 2026-05-28T17:03:27.456Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-05-28T17:03:27.595Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-05-28T17:03:27.668Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-05-28T17:03:27.686Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-05-28T17:03:27.704Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-05-28T17:03:27.707Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-05-28T17:03:27.929Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-05-28T17:03:27.954Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-05-28T17:03:27.986Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-05-28T17:03:28.216Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-05-28T17:03:28.484Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-05-28T17:03:28.700Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-05-28T17:03:28.716Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-05-28T17:03:28.806Z | Compiling der_derive v0.7.3 |
| 1893 | 2026-05-28T17:03:28.822Z | Compiling thiserror-impl v1.0.69 |
| 1894 | 2026-05-28T17:03:28.841Z | Compiling zerofrom v0.1.6 |
| 1895 | 2026-05-28T17:03:28.990Z | Compiling yoke v0.8.1 |
| 1896 | 2026-05-28T17:03:29.007Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-05-28T17:03:29.175Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-05-28T17:03:29.210Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-05-28T17:03:29.368Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-05-28T17:03:29.670Z | Compiling digest v0.10.7 |
| 1901 | 2026-05-28T17:03:29.726Z | Compiling tinystr v0.8.2 |
| 1902 | 2026-05-28T17:03:29.742Z | Compiling potential_utf v0.1.4 |
| 1903 | 2026-05-28T17:03:29.876Z | Compiling icu_collections v2.1.1 |
| 1904 | 2026-05-28T17:03:29.917Z | Compiling icu_locale_core v2.1.1 |
| 1905 | 2026-05-28T17:03:29.933Z | Compiling pest_derive v2.8.6 |
| 1906 | 2026-05-28T17:03:29.951Z | Compiling futures-util v0.3.32 |
| 1907 | 2026-05-28T17:03:29.954Z | Compiling hmac v0.12.1 |
| 1908 | 2026-05-28T17:03:30.094Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-05-28T17:03:30.261Z | Compiling inout v0.1.4 |
| 1910 | 2026-05-28T17:03:30.427Z | Compiling rustls-pki-types v1.14.0 |
| 1911 | 2026-05-28T17:03:30.460Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-05-28T17:03:30.669Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-05-28T17:03:30.718Z | Compiling bytes v1.11.1 |
| 1914 | 2026-05-28T17:03:30.806Z | Compiling chrono v0.4.44 |
| 1915 | 2026-05-28T17:03:30.871Z | Compiling serde_tokenstream v0.2.3 |
| 1916 | 2026-05-28T17:03:30.887Z | Compiling cipher v0.4.4 |
| 1917 | 2026-05-28T17:03:31.109Z | Compiling icu_properties v2.1.2 |
| 1918 | 2026-05-28T17:03:31.140Z | Compiling icu_normalizer v2.1.1 |
| 1919 | 2026-05-28T17:03:31.220Z | Compiling tokio v1.52.1 |
| 1920 | 2026-05-28T17:03:31.339Z | Compiling sha2 v0.10.9 |
| 1921 | 2026-05-28T17:03:31.900Z | Compiling scroll_derive v0.12.1 |
| 1922 | 2026-05-28T17:03:32.170Z | Compiling idna_adapter v1.2.1 |
| 1923 | 2026-05-28T17:03:32.326Z | Compiling idna v1.1.0 |
| 1924 | 2026-05-28T17:03:32.346Z | Compiling ppv-lite86 v0.2.21 |
| 1925 | 2026-05-28T17:03:32.378Z | Compiling scroll_derive v0.13.1 |
| 1926 | 2026-05-28T17:03:32.661Z | Compiling http v1.4.0 |
| 1927 | 2026-05-28T17:03:32.702Z | Compiling url v2.5.8 |
| 1928 | 2026-05-28T17:03:32.717Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-05-28T17:03:32.717Z | Compiling flagset v0.4.7 |
| 1930 | 2026-05-28T17:03:32.855Z | Compiling der v0.7.10 |
| 1931 | 2026-05-28T17:03:32.888Z | Compiling tracing v0.1.44 |
| 1932 | 2026-05-28T17:03:33.047Z | Compiling regex v1.12.3 |
| 1933 | 2026-05-28T17:03:33.165Z | Compiling darling_macro v0.21.3 |
| 1934 | 2026-05-28T17:03:33.193Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-05-28T17:03:33.486Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-05-28T17:03:33.661Z | Compiling slog v2.8.2 |
| 1937 | 2026-05-28T17:03:33.994Z | Compiling spki v0.7.3 |
| 1938 | 2026-05-28T17:03:34.010Z | Compiling darling v0.21.3 |
| 1939 | 2026-05-28T17:03:34.106Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-05-28T17:03:34.122Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-05-28T17:03:34.497Z | Compiling cookie v0.18.1 |
| 1942 | 2026-05-28T17:03:34.677Z | Compiling camino v1.2.2 |
| 1943 | 2026-05-28T17:03:34.972Z | Compiling tokio-util v0.7.18 |
| 1944 | 2026-05-28T17:03:34.987Z | Compiling scrypt v0.11.0 |
| 1945 | 2026-05-28T17:03:35.002Z | Compiling rand_chacha v0.9.0 |
| 1946 | 2026-05-28T17:03:35.104Z | Compiling http-body v1.0.1 |
| 1947 | 2026-05-28T17:03:35.238Z | Compiling cbc v0.1.2 |
| 1948 | 2026-05-28T17:03:35.255Z | Compiling aes v0.8.4 |
| 1949 | 2026-05-28T17:03:35.372Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-05-28T17:03:35.416Z | Compiling usdt-impl v0.6.0 |
| 1951 | 2026-05-28T17:03:35.433Z | Compiling winnow v0.7.14 |
| 1952 | 2026-05-28T17:03:35.437Z | Compiling atomic-waker v1.1.2 |
| 1953 | 2026-05-28T17:03:35.623Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-05-28T17:03:35.662Z | Compiling ref-cast v1.0.25 |
| 1955 | 2026-05-28T17:03:35.727Z | Compiling either v1.15.0 |
| 1956 | 2026-05-28T17:03:35.760Z | Compiling untrusted v0.7.1 |
| 1957 | 2026-05-28T17:03:35.776Z | Compiling paste v1.0.15 |
| 1958 | 2026-05-28T17:03:35.910Z | Compiling openssl-probe v0.2.1 |
| 1959 | 2026-05-28T17:03:35.958Z | Compiling tinyvec v1.10.0 |
| 1960 | 2026-05-28T17:03:35.975Z | Compiling pkcs5 v0.7.1 |
| 1961 | 2026-05-28T17:03:36.116Z | Compiling rand v0.9.2 |
| 1962 | 2026-05-28T17:03:36.387Z | Compiling scroll v0.13.0 |
| 1963 | 2026-05-28T17:03:36.448Z | Compiling scroll v0.12.0 |
| 1964 | 2026-05-28T17:03:36.605Z | Compiling serde_spanned v0.6.9 |
| 1965 | 2026-05-28T17:03:36.629Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-05-28T17:03:36.672Z | Compiling async-trait v0.1.89 |
| 1967 | 2026-05-28T17:03:36.689Z | Compiling heapless v0.7.17 |
| 1968 | 2026-05-28T17:03:36.741Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1969 | 2026-05-28T17:03:36.771Z | Compiling try-lock v0.2.5 |
| 1970 | 2026-05-28T17:03:36.787Z | Compiling signal-hook v0.3.18 |
| 1971 | 2026-05-28T17:03:36.860Z | Compiling tower-service v0.3.3 |
| 1972 | 2026-05-28T17:03:36.897Z | Compiling tower-layer v0.3.3 |
| 1973 | 2026-05-28T17:03:36.975Z | Compiling fastrand v2.3.0 |
| 1974 | 2026-05-28T17:03:37.024Z | Compiling zstd-safe v7.2.4 |
| 1975 | 2026-05-28T17:03:37.197Z | Compiling h2 v0.4.13 |
| 1976 | 2026-05-28T17:03:37.251Z | Compiling want v0.3.1 |
| 1977 | 2026-05-28T17:03:37.285Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1978 | 2026-05-28T17:03:37.437Z | Compiling goblin v0.8.2 |
| 1979 | 2026-05-28T17:03:37.453Z | Compiling goblin v0.10.5 |
| 1980 | 2026-05-28T17:03:37.546Z | Compiling pkcs8 v0.10.2 |
| 1981 | 2026-05-28T17:03:37.639Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-05-28T17:03:37.705Z | Compiling ipnet v2.11.0 |
| 1983 | 2026-05-28T17:03:37.879Z | Compiling ref-cast-impl v1.0.25 |
| 1984 | 2026-05-28T17:03:38.052Z | Compiling curve25519-dalek v4.1.3 |
| 1985 | 2026-05-28T17:03:38.198Z | Compiling darling_core v0.20.11 |
| 1986 | 2026-05-28T17:03:38.329Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-05-28T17:03:38.360Z | Compiling winnow v0.5.40 |
| 1988 | 2026-05-28T17:03:38.433Z | Compiling rustix v0.38.44 |
| 1989 | 2026-05-28T17:03:38.866Z | Compiling httpdate v1.0.3 |
| 1990 | 2026-05-28T17:03:38.986Z | Compiling pin-utils v0.1.0 |
| 1991 | 2026-05-28T17:03:39.061Z | Compiling litrs v1.0.0 |
| 1992 | 2026-05-28T17:03:39.082Z | Compiling foreign-types-shared v0.1.1 |
| 1993 | 2026-05-28T17:03:39.212Z | Compiling foreign-types v0.3.2 |
| 1994 | 2026-05-28T17:03:39.269Z | Compiling tempfile v3.25.0 |
| 1995 | 2026-05-28T17:03:39.587Z | Compiling document-features v0.2.12 |
| 1996 | 2026-05-28T17:03:39.675Z | Compiling unicode-normalization v0.1.25 |
| 1997 | 2026-05-28T17:03:39.853Z | Compiling dof v0.3.0 |
| 1998 | 2026-05-28T17:03:40.013Z | Compiling toml_edit v0.19.15 |
| 1999 | 2026-05-28T17:03:40.128Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-05-28T17:03:40.226Z | Compiling darling_macro v0.20.11 |
| 2001 | 2026-05-28T17:03:40.252Z | Compiling hyper v1.8.1 |
| 2002 | 2026-05-28T17:03:40.269Z | Compiling dof v0.4.0 |
| 2003 | 2026-05-28T17:03:40.504Z | Compiling dtrace-parser v0.3.0 |
| 2004 | 2026-05-28T17:03:40.718Z | Compiling daft-derive v0.1.7 |
| 2005 | 2026-05-28T17:03:40.748Z | Compiling pin-project-internal v1.1.11 |
| 2006 | 2026-05-28T17:03:40.812Z | Compiling spin v0.9.8 |
| 2007 | 2026-05-28T17:03:40.828Z | Compiling thread-id v5.1.0 |
| 2008 | 2026-05-28T17:03:40.855Z | Compiling thread-id v4.2.2 |
| 2009 | 2026-05-28T17:03:40.934Z | Compiling num-bigint-dig v0.8.6 |
| 2010 | 2026-05-28T17:03:40.965Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-05-28T17:03:41.140Z | Compiling smoltcp v0.9.1 |
| 2012 | 2026-05-28T17:03:41.156Z | Compiling cfg_aliases v0.2.1 |
| 2013 | 2026-05-28T17:03:41.190Z | Compiling deranged v0.5.8 |
| 2014 | 2026-05-28T17:03:41.244Z | Compiling nix v0.31.2 |
| 2015 | 2026-05-28T17:03:41.394Z | Compiling hyper-util v0.1.20 |
| 2016 | 2026-05-28T17:03:41.630Z | Compiling darling v0.20.11 |
| 2017 | 2026-05-28T17:03:41.822Z | Compiling rustls-native-certs v0.8.3 |
| 2018 | 2026-05-28T17:03:41.924Z | Compiling ipnetwork v0.21.1 |
| 2019 | 2026-05-28T17:03:42.191Z | Compiling strum_macros v0.26.4 |
| 2020 | 2026-05-28T17:03:42.334Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2021 | 2026-05-28T17:03:42.423Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-05-28T17:03:42.542Z | Compiling wait-timeout v0.2.1 |
| 2023 | 2026-05-28T17:03:42.948Z | Compiling bit-vec v0.8.0 |
| 2024 | 2026-05-28T17:03:42.990Z | Compiling utf8parse v0.2.2 |
| 2025 | 2026-05-28T17:03:43.102Z | Compiling num_threads v0.1.7 |
| 2026 | 2026-05-28T17:03:43.135Z | Compiling siphasher v1.0.2 |
| 2027 | 2026-05-28T17:03:43.138Z | Compiling simd-adler32 v0.3.8 |
| 2028 | 2026-05-28T17:03:43.198Z | Compiling anstyle v1.0.13 |
| 2029 | 2026-05-28T17:03:43.220Z | Compiling quick-error v1.2.3 |
| 2030 | 2026-05-28T17:03:43.336Z | Compiling rusty-fork v0.3.1 |
| 2031 | 2026-05-28T17:03:43.367Z | Compiling time v0.3.47 |
| 2032 | 2026-05-28T17:03:43.427Z | Compiling bit-set v0.8.0 |
| 2033 | 2026-05-28T17:03:43.444Z | Compiling anstyle-parse v0.2.7 |
| 2034 | 2026-05-28T17:03:43.615Z | Compiling tower v0.5.3 |
| 2035 | 2026-05-28T17:03:43.782Z | Compiling derive_builder_core v0.20.2 |
| 2036 | 2026-05-28T17:03:43.870Z | Compiling http-body-util v0.1.3 |
| 2037 | 2026-05-28T17:03:44.376Z | Compiling webpki-roots v1.0.6 |
| 2038 | 2026-05-28T17:03:44.430Z | Compiling rand_xorshift v0.4.0 |
| 2039 | 2026-05-28T17:03:44.453Z | Compiling signature v2.2.0 |
| 2040 | 2026-05-28T17:03:44.524Z | Compiling hubpack_derive v0.1.1 |
| 2041 | 2026-05-28T17:03:44.599Z | Compiling strum_macros v0.27.2 |
| 2042 | 2026-05-28T17:03:44.618Z | Compiling snafu-derive v0.8.9 |
| 2043 | 2026-05-28T17:03:44.693Z | Compiling ahash v0.8.12 |
| 2044 | 2026-05-28T17:03:44.723Z | Compiling fs-err v3.3.0 |
| 2045 | 2026-05-28T17:03:44.786Z | Compiling encoding_rs v0.8.35 |
| 2046 | 2026-05-28T17:03:44.935Z | Compiling unarray v0.1.4 |
| 2047 | 2026-05-28T17:03:44.951Z | Compiling anstyle-query v1.1.5 |
| 2048 | 2026-05-28T17:03:44.992Z | Compiling unicode-bidi v0.3.18 |
| 2049 | 2026-05-28T17:03:45.014Z | Compiling unicode-properties v0.1.4 |
| 2050 | 2026-05-28T17:03:45.066Z | Compiling allocator-api2 v0.2.21 |
| 2051 | 2026-05-28T17:03:45.256Z | Compiling adler2 v2.0.1 |
| 2052 | 2026-05-28T17:03:45.284Z | Compiling iri-string v0.7.10 |
| 2053 | 2026-05-28T17:03:45.333Z | Compiling colorchoice v1.0.4 |
| 2054 | 2026-05-28T17:03:45.350Z | Compiling is_terminal_polyfill v1.70.2 |
| 2055 | 2026-05-28T17:03:45.408Z | Compiling mime v0.3.17 |
| 2056 | 2026-05-28T17:03:45.408Z | Compiling ryu v1.0.23 |
| 2057 | 2026-05-28T17:03:45.468Z | Compiling unicode-segmentation v1.12.0 |
| 2058 | 2026-05-28T17:03:45.511Z | Compiling object v0.37.3 |
| 2059 | 2026-05-28T17:03:45.544Z | Compiling anstream v0.6.21 |
| 2060 | 2026-05-28T17:03:45.614Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-05-28T17:03:45.856Z | Compiling miniz_oxide v0.8.9 |
| 2062 | 2026-05-28T17:03:45.888Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-05-28T17:03:45.952Z | Compiling proptest v1.10.0 |
| 2064 | 2026-05-28T17:03:46.322Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-05-28T17:03:46.338Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-05-28T17:03:46.434Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-05-28T17:03:46.467Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-05-28T17:03:46.540Z | Compiling tower-http v0.6.8 |
| 2069 | 2026-05-28T17:03:47.000Z | Compiling rand_chacha v0.3.1 |
| 2070 | 2026-05-28T17:03:47.040Z | Compiling erased-serde v0.3.31 |
| 2071 | 2026-05-28T17:03:47.055Z | Compiling md-5 v0.10.6 |
| 2072 | 2026-05-28T17:03:47.072Z | Compiling bstr v1.12.1 |
| 2073 | 2026-05-28T17:03:47.219Z | Compiling num-integer v0.1.46 |
| 2074 | 2026-05-28T17:03:47.237Z | Compiling hash32 v0.2.1 |
| 2075 | 2026-05-28T17:03:47.396Z | Compiling vergen-lib v9.1.0 |
| 2076 | 2026-05-28T17:03:47.411Z | Compiling ff v0.13.1 |
| 2077 | 2026-05-28T17:03:47.518Z | Compiling base16ct v0.2.0 |
| 2078 | 2026-05-28T17:03:47.548Z | Compiling fallible-iterator v0.2.0 |
| 2079 | 2026-05-28T17:03:47.571Z | Compiling zlib-rs v0.6.2 |
| 2080 | 2026-05-28T17:03:47.615Z | Compiling psl-types v2.0.11 |
| 2081 | 2026-05-28T17:03:47.678Z | Compiling sec1 v0.7.3 |
| 2082 | 2026-05-28T17:03:47.730Z | Compiling publicsuffix v2.3.0 |
| 2083 | 2026-05-28T17:03:47.748Z | Compiling group v0.13.0 |
| 2084 | 2026-05-28T17:03:47.846Z | Compiling postgres-protocol v0.6.10 |
| 2085 | 2026-05-28T17:03:47.926Z | Compiling num-iter v0.1.45 |
| 2086 | 2026-05-28T17:03:47.973Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-05-28T17:03:48.279Z | Compiling rand v0.8.6 |
| 2088 | 2026-05-28T17:03:48.589Z | Compiling oxnet v0.1.4 |
| 2089 | 2026-05-28T17:03:48.784Z | Compiling derive_builder v0.20.2 |
| 2090 | 2026-05-28T17:03:48.840Z | Compiling hyper-tls v0.6.0 |
| 2091 | 2026-05-28T17:03:48.923Z | Compiling heck v0.4.1 |
| 2092 | 2026-05-28T17:03:48.939Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-05-28T17:03:48.976Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-05-28T17:03:49.090Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-05-28T17:03:49.200Z | Compiling terminal_size v0.4.3 |
| 2096 | 2026-05-28T17:03:49.215Z | Compiling serde_with_macros v3.17.0 |
| 2097 | 2026-05-28T17:03:49.234Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-28T17:03:49.251Z | Compiling hex v0.4.3 |
| 2099 | 2026-05-28T17:03:49.358Z | Compiling hkdf v0.12.4 |
| 2100 | 2026-05-28T17:03:49.441Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-05-28T17:03:49.486Z | Compiling serde_repr v0.1.20 |
| 2102 | 2026-05-28T17:03:49.524Z | Compiling async-recursion v1.1.1 |
| 2103 | 2026-05-28T17:03:49.580Z | Compiling enum-as-inner v0.6.1 |
| 2104 | 2026-05-28T17:03:49.597Z | Compiling flate2 v1.1.9 |
| 2105 | 2026-05-28T17:03:49.711Z | Compiling clap_derive v4.5.55 |
| 2106 | 2026-05-28T17:03:49.891Z | Compiling vergen v9.1.0 |
| 2107 | 2026-05-28T17:03:50.018Z | Compiling cargo-platform v0.3.2 |
| 2108 | 2026-05-28T17:03:50.058Z | Compiling managed v0.8.0 |
| 2109 | 2026-05-28T17:03:50.120Z | Compiling bumpalo v3.20.2 |
| 2110 | 2026-05-28T17:03:50.137Z | Compiling clap_lex v1.0.0 |
| 2111 | 2026-05-28T17:03:50.166Z | Compiling foldhash v0.2.0 |
| 2112 | 2026-05-28T17:03:50.182Z | Compiling foldhash v0.1.5 |
| 2113 | 2026-05-28T17:03:50.322Z | Compiling libbz2-rs-sys v0.2.2 |
| 2114 | 2026-05-28T17:03:50.384Z | Compiling same-file v1.0.6 |
| 2115 | 2026-05-28T17:03:50.400Z | Compiling bitflags v1.3.2 |
| 2116 | 2026-05-28T17:03:50.566Z | Compiling walkdir v2.5.0 |
| 2117 | 2026-05-28T17:03:50.566Z | Compiling zopfli v0.8.3 |
| 2118 | 2026-05-28T17:03:50.569Z | Compiling hashbrown v0.16.1 |
| 2119 | 2026-05-28T17:03:50.627Z | Compiling elliptic-curve v0.13.8 |
| 2120 | 2026-05-28T17:03:50.745Z | Compiling bzip2 v0.6.1 |
| 2121 | 2026-05-28T17:03:50.939Z | Compiling hashbrown v0.15.5 |
| 2122 | 2026-05-28T17:03:50.978Z | Compiling clap_builder v4.5.60 |
| 2123 | 2026-05-28T17:03:51.004Z | Compiling cargo_metadata v0.23.1 |
| 2124 | 2026-05-28T17:03:51.242Z | Compiling futures v0.3.32 |
| 2125 | 2026-05-28T17:03:51.528Z | Compiling phf v0.13.1 |
| 2126 | 2026-05-28T17:03:51.550Z | Compiling snafu v0.8.9 |
| 2127 | 2026-05-28T17:03:51.712Z | Compiling zstd v0.13.3 |
| 2128 | 2026-05-28T17:03:51.728Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-05-28T17:03:51.864Z | Compiling daft v0.1.7 |
| 2130 | 2026-05-28T17:03:51.912Z | Compiling cookie_store v0.22.1 |
| 2131 | 2026-05-28T17:03:51.992Z | Compiling postgres-types v0.2.12 |
| 2132 | 2026-05-28T17:03:52.102Z | Compiling bzip2 v0.4.4 |
| 2133 | 2026-05-28T17:03:52.168Z | Compiling globset v0.4.18 |
| 2134 | 2026-05-28T17:03:52.294Z | Compiling strum v0.27.2 |
| 2135 | 2026-05-28T17:03:52.447Z | Compiling hubpack v0.1.2 |
| 2136 | 2026-05-28T17:03:52.537Z | Compiling ed25519 v2.2.3 |
| 2137 | 2026-05-28T17:03:52.555Z | Compiling phf_shared v0.11.3 |
| 2138 | 2026-05-28T17:03:52.586Z | Compiling crossbeam-epoch v0.9.18 |
| 2139 | 2026-05-28T17:03:52.629Z | Compiling olpc-cjson v0.1.4 |
| 2140 | 2026-05-28T17:03:52.761Z | Compiling pkcs1 v0.7.5 |
| 2141 | 2026-05-28T17:03:52.795Z | Compiling pem v3.0.6 |
| 2142 | 2026-05-28T17:03:52.897Z | Compiling serde_plain v1.0.2 |
| 2143 | 2026-05-28T17:03:52.949Z | Compiling serde-big-array v0.5.1 |
| 2144 | 2026-05-28T17:03:53.111Z | Compiling rfc6979 v0.4.0 |
| 2145 | 2026-05-28T17:03:53.127Z | Compiling float-cmp v0.10.0 |
| 2146 | 2026-05-28T17:03:53.130Z | Compiling memmap2 v0.9.10 |
| 2147 | 2026-05-28T17:03:53.157Z | Compiling env_filter v1.0.0 |
| 2148 | 2026-05-28T17:03:53.177Z | Compiling toml_write v0.1.2 |
| 2149 | 2026-05-28T17:03:53.181Z | Compiling static_assertions v1.1.0 |
| 2150 | 2026-05-28T17:03:53.254Z | Compiling difflib v0.4.0 |
| 2151 | 2026-05-28T17:03:53.257Z | Compiling normalize-line-endings v0.3.0 |
| 2152 | 2026-05-28T17:03:53.291Z | Compiling typed-path v0.9.3 |
| 2153 | 2026-05-28T17:03:53.322Z | Compiling keccak v0.1.6 |
| 2154 | 2026-05-28T17:03:53.348Z | Compiling precomputed-hash v0.1.1 |
| 2155 | 2026-05-28T17:03:53.393Z | Compiling fixedbitset v0.5.7 |
| 2156 | 2026-05-28T17:03:53.410Z | Compiling whoami v2.1.0 |
| 2157 | 2026-05-28T17:03:53.440Z | Compiling predicates-core v1.0.10 |
| 2158 | 2026-05-28T17:03:53.477Z | Compiling fixedbitset v0.4.2 |
| 2159 | 2026-05-28T17:03:53.524Z | Compiling jiff v0.2.21 |
| 2160 | 2026-05-28T17:03:53.540Z | Compiling data-encoding v2.10.0 |
| 2161 | 2026-05-28T17:03:53.637Z | Compiling new_debug_unreachable v1.0.6 |
| 2162 | 2026-05-28T17:03:53.700Z | Compiling string_cache v0.8.9 |
| 2163 | 2026-05-28T17:03:53.717Z | Compiling petgraph v0.6.5 |
| 2164 | 2026-05-28T17:03:53.717Z | Compiling tokio-postgres v0.7.16 |
| 2165 | 2026-05-28T17:03:53.735Z | Compiling petgraph v0.8.3 |
| 2166 | 2026-05-28T17:03:53.750Z | Compiling predicates v3.1.4 |
| 2167 | 2026-05-28T17:03:53.941Z | Compiling hickory-proto v0.25.2 |
| 2168 | 2026-05-28T17:03:54.092Z | Compiling sha3 v0.10.8 |
| 2169 | 2026-05-28T17:03:54.366Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-05-28T17:03:54.391Z | Compiling env_logger v0.11.9 |
| 2171 | 2026-05-28T17:03:54.476Z | Compiling usdt v0.6.0 |
| 2172 | 2026-05-28T17:03:54.519Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2173 | 2026-05-28T17:03:54.738Z | Compiling ecdsa v0.16.9 |
| 2174 | 2026-05-28T17:03:54.820Z | Compiling rsa v0.9.10 |
| 2175 | 2026-05-28T17:03:55.152Z | Compiling ed25519-dalek v2.2.0 |
| 2176 | 2026-05-28T17:03:55.480Z | Compiling clap v4.5.60 |
| 2177 | 2026-05-28T17:03:55.692Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-05-28T17:03:55.717Z | Compiling zip v0.6.6 |
| 2179 | 2026-05-28T17:03:55.734Z | Compiling iddqd v0.4.2 |
| 2180 | 2026-05-28T17:03:56.227Z | Compiling zip v4.6.1 |
| 2181 | 2026-05-28T17:03:56.720Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-05-28T17:03:56.759Z | Compiling similar v2.7.0 |
| 2183 | 2026-05-28T17:03:56.835Z | Compiling strum v0.26.3 |
| 2184 | 2026-05-28T17:03:56.907Z | Compiling toml v0.7.8 |
| 2185 | 2026-05-28T17:03:56.993Z | Compiling itertools v0.13.0 |
| 2186 | 2026-05-28T17:03:57.028Z | Compiling tokio-stream v0.1.18 |
| 2187 | 2026-05-28T17:03:57.212Z | Compiling buf-list v1.1.2 |
| 2188 | 2026-05-28T17:03:57.366Z | Compiling x509-cert v0.2.5 |
| 2189 | 2026-05-28T17:03:57.514Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2190 | 2026-05-28T17:03:57.530Z | Compiling openapiv3 v2.2.0 |
| 2191 | 2026-05-28T17:03:57.804Z | Compiling sha1 v0.10.6 |
| 2192 | 2026-05-28T17:03:58.070Z | Compiling peg-runtime v0.8.5 |
| 2193 | 2026-05-28T17:03:58.283Z | Compiling lalrpop-util v0.19.12 |
| 2194 | 2026-05-28T17:04:12.927Z | Compiling rustls-webpki v0.103.9 |
| 2195 | 2026-05-28T17:04:14.759Z | Compiling macaddr v1.0.1 |
| 2196 | 2026-05-28T17:04:14.972Z | Compiling structmeta-derive v0.3.0 |
| 2197 | 2026-05-28T17:04:14.991Z | Compiling rayon-core v1.13.0 |
| 2198 | 2026-05-28T17:04:15.095Z | Compiling crucible-workspace-hack v0.1.0 |
| 2199 | 2026-05-28T17:04:15.238Z | Compiling itertools v0.14.0 |
| 2200 | 2026-05-28T17:04:15.349Z | Compiling secrecy v0.10.3 |
| 2201 | 2026-05-28T17:04:15.402Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2202 | 2026-05-28T17:04:15.453Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2203 | 2026-05-28T17:04:15.549Z | Compiling rustls v0.22.4 |
| 2204 | 2026-05-28T17:04:15.744Z | Compiling heapless v0.8.0 |
| 2205 | 2026-05-28T17:04:15.750Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2206 | 2026-05-28T17:04:15.803Z | Compiling crossbeam-deque v0.8.6 |
| 2207 | 2026-05-28T17:04:15.838Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2208 | 2026-05-28T17:04:15.877Z | Compiling rustls-webpki v0.102.8 |
| 2209 | 2026-05-28T17:04:16.017Z | Compiling hash32 v0.3.1 |
| 2210 | 2026-05-28T17:04:16.032Z | Compiling structmeta v0.3.0 |
| 2211 | 2026-05-28T17:04:16.053Z | Compiling multer v3.1.0 |
| 2212 | 2026-05-28T17:04:16.070Z | Compiling thread_local v1.1.9 |
| 2213 | 2026-05-28T17:04:16.134Z | Compiling unicode-width v0.2.0 |
| 2214 | 2026-05-28T17:04:16.165Z | Compiling smoltcp v0.11.0 |
| 2215 | 2026-05-28T17:04:16.189Z | Compiling compression-core v0.4.31 |
| 2216 | 2026-05-28T17:04:16.204Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2217 | 2026-05-28T17:04:16.268Z | Compiling slog-async v2.8.0 |
| 2218 | 2026-05-28T17:04:16.284Z | Compiling match_cfg v0.1.0 |
| 2219 | 2026-05-28T17:04:16.381Z | Compiling hostname v0.3.1 |
| 2220 | 2026-05-28T17:04:16.459Z | Compiling compression-codecs v0.4.37 |
| 2221 | 2026-05-28T17:04:16.497Z | Compiling proc-macro-crate v3.4.0 |
| 2222 | 2026-05-28T17:04:16.538Z | Compiling derive-ex v0.1.8 |
| 2223 | 2026-05-28T17:04:16.586Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-05-28T17:04:16.667Z | Compiling slog-json v2.6.1 |
| 2225 | 2026-05-28T17:04:16.686Z | Compiling crossbeam-channel v0.5.15 |
| 2226 | 2026-05-28T17:04:16.857Z | Compiling tokio-rustls v0.26.4 |
| 2227 | 2026-05-28T17:04:17.134Z | Compiling rustls-platform-verifier v0.6.2 |
| 2228 | 2026-05-28T17:04:17.143Z | Compiling half v2.7.1 |
| 2229 | 2026-05-28T17:04:17.143Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-28T17:04:17.153Z | Compiling hyper-rustls v0.27.7 |
| 2231 | 2026-05-28T17:04:17.169Z | Compiling cobs v0.3.0 |
| 2232 | 2026-05-28T17:04:17.336Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2233 | 2026-05-28T17:04:17.382Z | Compiling universal-hash v0.5.1 |
| 2234 | 2026-05-28T17:04:17.473Z | Compiling reqwest v0.12.28 |
| 2235 | 2026-05-28T17:04:17.494Z | Compiling reqwest v0.13.2 |
| 2236 | 2026-05-28T17:04:17.555Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-05-28T17:04:17.744Z | Compiling serde_spanned v1.0.4 |
| 2238 | 2026-05-28T17:04:17.823Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2239 | 2026-05-28T17:04:17.935Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-05-28T17:04:18.065Z | Compiling proc-macro-error-attr v1.0.4 |
| 2241 | 2026-05-28T17:04:18.093Z | Compiling dropshot v0.17.0 |
| 2242 | 2026-05-28T17:04:18.128Z | Compiling opaque-debug v0.3.1 |
| 2243 | 2026-05-28T17:04:18.167Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2244 | 2026-05-28T17:04:18.222Z | Compiling take_mut v0.2.2 |
| 2245 | 2026-05-28T17:04:18.281Z | Compiling ciborium-io v0.2.2 |
| 2246 | 2026-05-28T17:04:18.299Z | Compiling convert_case v0.4.0 |
| 2247 | 2026-05-28T17:04:18.315Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2248 | 2026-05-28T17:04:18.375Z | Compiling term v1.2.1 |
| 2249 | 2026-05-28T17:04:18.385Z | Compiling ciborium-ll v0.2.2 |
| 2250 | 2026-05-28T17:04:18.411Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2251 | 2026-05-28T17:04:18.481Z | Compiling thiserror-no-std v2.0.2 |
| 2252 | 2026-05-28T17:04:18.525Z | Compiling tokio-rustls v0.25.0 |
| 2253 | 2026-05-28T17:04:18.613Z | Compiling poly1305 v0.8.0 |
| 2254 | 2026-05-28T17:04:18.633Z | Compiling derive_more v0.99.20 |
| 2255 | 2026-05-28T17:04:18.637Z | Compiling async-stream v0.3.6 |
| 2256 | 2026-05-28T17:04:18.677Z | Compiling slog-term v2.9.2 |
| 2257 | 2026-05-28T17:04:18.811Z | Compiling test-strategy v0.4.5 |
| 2258 | 2026-05-28T17:04:18.878Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2259 | 2026-05-28T17:04:19.249Z | Compiling tough v0.22.0 |
| 2260 | 2026-05-28T17:04:19.290Z | Compiling ingot-types v0.1.2 |
| 2261 | 2026-05-28T17:04:19.341Z | Compiling postcard v1.1.3 |
| 2262 | 2026-05-28T17:04:19.750Z | Compiling ingot v0.1.1 |
| 2263 | 2026-05-28T17:04:19.785Z | Compiling num_enum_derive v0.7.5 |
| 2264 | 2026-05-28T17:04:19.976Z | Compiling slog-bunyan v2.5.0 |
| 2265 | 2026-05-28T17:04:20.150Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-05-28T17:04:20.203Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-05-28T17:04:20.688Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2268 | 2026-05-28T17:04:20.738Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-05-28T17:04:20.798Z | Compiling proc-macro-crate v1.3.1 |
| 2270 | 2026-05-28T17:04:20.876Z | Compiling backon v1.6.0 |
| 2271 | 2026-05-28T17:04:20.897Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-05-28T17:04:20.969Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2273 | 2026-05-28T17:04:20.996Z | Compiling password-hash v0.5.0 |
| 2274 | 2026-05-28T17:04:21.078Z | Compiling chacha20 v0.9.1 |
| 2275 | 2026-05-28T17:04:21.170Z | Compiling dropshot_endpoint v0.17.0 |
| 2276 | 2026-05-28T17:04:21.184Z | Compiling rustls-pemfile v2.2.0 |
| 2277 | 2026-05-28T17:04:21.418Z | Compiling blake2 v0.10.6 |
| 2278 | 2026-05-28T17:04:21.437Z | Compiling aead v0.5.2 |
| 2279 | 2026-05-28T17:04:21.504Z | Compiling foreign-types-macros v0.2.3 |
| 2280 | 2026-05-28T17:04:21.696Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2281 | 2026-05-28T17:04:21.749Z | Compiling serde_path_to_error v0.1.20 |
| 2282 | 2026-05-28T17:04:22.041Z | Compiling hostname v0.4.2 |
| 2283 | 2026-05-28T17:04:22.081Z | Compiling proc-macro-error v1.0.4 |
| 2284 | 2026-05-28T17:04:22.100Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2285 | 2026-05-28T17:04:22.130Z | Compiling instant v0.1.13 |
| 2286 | 2026-05-28T17:04:22.134Z | Compiling typeid v1.0.3 |
| 2287 | 2026-05-28T17:04:22.162Z | Compiling cpufeatures v0.3.0 |
| 2288 | 2026-05-28T17:04:22.177Z | Compiling foreign-types-shared v0.3.1 |
| 2289 | 2026-05-28T17:04:22.219Z | Compiling debug-ignore v1.0.5 |
| 2290 | 2026-05-28T17:04:22.234Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2291 | 2026-05-28T17:04:22.269Z | Compiling chacha20 v0.10.0 |
| 2292 | 2026-05-28T17:04:22.278Z | Compiling backoff v0.4.0 |
| 2293 | 2026-05-28T17:04:22.300Z | Compiling foreign-types v0.5.0 |
| 2294 | 2026-05-28T17:04:22.361Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-05-28T17:04:22.405Z | Compiling argon2 v0.5.3 |
| 2296 | 2026-05-28T17:04:22.422Z | Compiling chacha20poly1305 v0.10.1 |
| 2297 | 2026-05-28T17:04:22.458Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2298 | 2026-05-28T17:04:22.495Z | Compiling num_enum_derive v0.5.11 |
| 2299 | 2026-05-28T17:04:22.525Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2300 | 2026-05-28T17:04:22.583Z | Compiling num_enum v0.7.5 |
| 2301 | 2026-05-28T17:04:22.675Z | Compiling ciborium v0.2.2 |
| 2302 | 2026-05-28T17:04:22.856Z | Compiling vsss-rs v3.3.4 |
| 2303 | 2026-05-28T17:04:22.910Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2304 | 2026-05-28T17:04:22.992Z | Compiling tabwriter v1.4.1 |
| 2305 | 2026-05-28T17:04:23.018Z | Compiling regress v0.10.5 |
| 2306 | 2026-05-28T17:04:23.255Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2307 | 2026-05-28T17:04:23.276Z | Compiling byte-wrapper v0.1.0 |
| 2308 | 2026-05-28T17:04:23.392Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2309 | 2026-05-28T17:04:23.440Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-05-28T17:04:23.456Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2311 | 2026-05-28T17:04:23.550Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-05-28T17:04:23.693Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2313 | 2026-05-28T17:04:23.757Z | Compiling erased-serde v0.4.9 |
| 2314 | 2026-05-28T17:04:23.913Z | Compiling humantime v2.3.0 |
| 2315 | 2026-05-28T17:04:23.965Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-05-28T17:04:23.982Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-05-28T17:04:24.002Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-05-28T17:04:24.112Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2319 | 2026-05-28T17:04:24.150Z | Compiling rand v0.10.0 |
| 2320 | 2026-05-28T17:04:24.239Z | Compiling rayon v1.11.0 |
| 2321 | 2026-05-28T17:04:24.275Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-05-28T17:04:24.367Z | Compiling indent_write v2.2.0 |
| 2323 | 2026-05-28T17:04:24.384Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-05-28T17:04:24.401Z | Compiling colored v3.1.1 |
| 2325 | 2026-05-28T17:04:24.404Z | Compiling zone_cfg_derive v0.3.1 |
| 2326 | 2026-05-28T17:04:24.433Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2327 | 2026-05-28T17:04:24.550Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2328 | 2026-05-28T17:04:24.633Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2329 | 2026-05-28T17:04:24.662Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2330 | 2026-05-28T17:04:24.703Z | Compiling camino-tempfile v1.4.1 |
| 2331 | 2026-05-28T17:04:24.909Z | Compiling itertools v0.12.1 |
| 2332 | 2026-05-28T17:04:24.974Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-05-28T17:04:25.067Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-05-28T17:04:25.106Z | Compiling num-derive v0.4.2 |
| 2335 | 2026-05-28T17:04:25.123Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-05-28T17:04:25.194Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-05-28T17:04:25.210Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-05-28T17:04:25.525Z | Compiling sigpipe v0.1.3 |
| 2339 | 2026-05-28T17:04:25.606Z | Compiling memmap v0.7.0 |
| 2340 | 2026-05-28T17:04:25.652Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2341 | 2026-05-28T17:04:25.793Z | Compiling swrite v0.1.0 |
| 2342 | 2026-05-28T17:04:25.815Z | Compiling glob v0.3.3 |
| 2343 | 2026-05-28T17:04:25.831Z | Compiling usdt v0.5.0 |
| 2344 | 2026-05-28T17:04:25.867Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-05-28T17:04:25.926Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2346 | 2026-05-28T17:04:26.034Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2347 | 2026-05-28T17:04:26.206Z | Compiling serde-value v0.7.0 |
| 2348 | 2026-05-28T17:04:26.424Z | Compiling zone v0.3.1 |
| 2349 | 2026-05-28T17:04:26.496Z | Compiling serde-untagged v0.1.9 |
| 2350 | 2026-05-28T17:04:26.514Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2351 | 2026-05-28T17:04:26.776Z | Compiling toml v0.8.23 |
| 2352 | 2026-05-28T17:04:26.792Z | Compiling smf v0.2.3 |
| 2353 | 2026-05-28T17:04:26.795Z | Compiling filetime v0.2.27 |
| 2354 | 2026-05-28T17:04:26.828Z | Compiling xattr v1.6.1 |
| 2355 | 2026-05-28T17:04:26.846Z | Compiling whoami v1.6.1 |
| 2356 | 2026-05-28T17:04:26.886Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-05-28T17:04:26.937Z | Compiling arrayvec v0.7.6 |
| 2358 | 2026-05-28T17:04:26.986Z | Compiling unicode-xid v0.2.6 |
| 2359 | 2026-05-28T17:04:27.045Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-05-28T17:04:27.061Z | Compiling arrayref v0.3.9 |
| 2361 | 2026-05-28T17:04:27.111Z | Compiling tar v0.4.45 |
| 2362 | 2026-05-28T17:04:27.149Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-05-28T17:04:27.201Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2364 | 2026-05-28T17:04:27.291Z | Compiling cargo-util-schemas v0.8.2 |
| 2365 | 2026-05-28T17:04:27.317Z | Compiling tokio-dtrace v0.1.1 |
| 2366 | 2026-05-28T17:04:27.494Z | Compiling console v0.16.2 |
| 2367 | 2026-05-28T17:04:27.685Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-05-28T17:04:27.839Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-05-28T17:04:27.856Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-05-28T17:04:27.859Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-05-28T17:04:27.977Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-05-28T17:04:28.027Z | Compiling indicatif v0.18.4 |
| 2373 | 2026-05-28T17:04:28.045Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-05-28T17:04:28.069Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-05-28T17:04:28.571Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-05-28T17:04:37.776Z | Compiling progenitor-client v0.14.0 |
| 2377 | 2026-05-28T17:04:37.794Z | Compiling progenitor-client v0.10.0 |
| 2378 | 2026-05-28T17:04:37.798Z | Compiling omicron-zone-package v0.12.2 |
| 2379 | 2026-05-28T17:04:38.275Z | Compiling progenitor-extras v0.2.0 |
| 2380 | 2026-05-28T17:04:40.787Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-05-28T17:04:40.803Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-05-28T17:04:40.825Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2383 | 2026-05-28T17:04:40.841Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2384 | 2026-05-28T17:04:40.868Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2026-05-28T17:04:40.894Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2386 | 2026-05-28T17:04:41.037Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2387 | 2026-05-28T17:04:41.119Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2026-05-28T17:04:41.179Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2389 | 2026-05-28T17:04:45.158Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2390 | 2026-05-28T17:04:52.962Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2391 | 2026-05-28T17:04:56.077Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2392 | 2026-05-28T17:04:57.078Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2393 | 2026-05-28T17:05:06.980Z | Finished `release` profile [optimized] target(s) in 1m 46s |
| 2394 | 2026-05-28T17:05:07.134Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2395 | 2026-05-28T17:05:07.199Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2396 | 2026-05-28T17:05:07.203Z | Created new build target 'test' and set it as active |
| 2397 | 2026-05-28T17:05:07.203Z | |
| 2398 | 2026-05-28T17:05:07.203Z | real 1:46.304095738 |
| 2399 | 2026-05-28T17:05:07.203Z | user 17:18.349474740 |
| 2400 | 2026-05-28T17:05:07.203Z | sys 2:43.102894182 |
| 2401 | 2026-05-28T17:05:07.203Z | trap 0.477659428 |
| 2402 | 2026-05-28T17:05:07.203Z | tflt 2.806115503 |
| 2403 | 2026-05-28T17:05:07.203Z | dflt 4.518805408 |
| 2404 | 2026-05-28T17:05:07.203Z | kflt 0.002650901 |
| 2405 | 2026-05-28T17:05:07.203Z | lock 53:52.138902578 |
| 2406 | 2026-05-28T17:05:07.203Z | slp 44:07.163239079 |
| 2407 | 2026-05-28T17:05:07.203Z | lat 45.218747725 |
| 2408 | 2026-05-28T17:05:07.203Z | stop 5:40.056280232 |
| 2409 | 2026-05-28T17:05:07.203Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2410 | 2026-05-28T17:05:08.097Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2411 | 2026-05-28T17:05:08.173Z | Running `target/release/omicron-package -t test package` |
| 2412 | 2026-05-28T17:05:08.233Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2413 | 2026-05-28T17:05:09.693Z | Compiling heck v0.5.0 |
| 2414 | 2026-05-28T17:05:09.693Z | Compiling regress v0.11.1 |
| 2415 | 2026-05-28T17:05:09.697Z | Compiling unsafe-libyaml v0.2.11 |
| 2416 | 2026-05-28T17:05:09.954Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2417 | 2026-05-28T17:05:09.984Z | Compiling regress v0.10.5 |
| 2418 | 2026-05-28T17:05:10.009Z | Compiling is-terminal v0.4.17 |
| 2419 | 2026-05-28T17:05:10.009Z | Compiling unicode-width v0.1.14 |
| 2420 | 2026-05-28T17:05:10.032Z | Compiling prettyplease v0.2.37 |
| 2421 | 2026-05-28T17:05:10.055Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2422 | 2026-05-28T17:05:10.058Z | Compiling bytecount v0.6.9 |
| 2423 | 2026-05-28T17:05:10.058Z | Compiling rustls v0.22.4 |
| 2424 | 2026-05-28T17:05:10.058Z | Compiling rustls-webpki v0.102.8 |
| 2425 | 2026-05-28T17:05:10.058Z | Compiling derive-where v1.6.0 |
| 2426 | 2026-05-28T17:05:10.118Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-05-28T17:05:10.139Z | Compiling match_cfg v0.1.0 |
| 2428 | 2026-05-28T17:05:10.164Z | Compiling compression-core v0.4.31 |
| 2429 | 2026-05-28T17:05:10.226Z | Compiling multer v3.1.0 |
| 2430 | 2026-05-28T17:05:10.285Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-05-28T17:05:10.288Z | Compiling hostname v0.3.1 |
| 2432 | 2026-05-28T17:05:10.326Z | Compiling slog-async v2.8.0 |
| 2433 | 2026-05-28T17:05:10.377Z | Compiling compression-codecs v0.4.37 |
| 2434 | 2026-05-28T17:05:10.401Z | Compiling crossbeam-channel v0.5.15 |
| 2435 | 2026-05-28T17:05:10.404Z | Compiling slog-json v2.6.1 |
| 2436 | 2026-05-28T17:05:10.404Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2437 | 2026-05-28T17:05:10.468Z | Compiling serde_yaml v0.9.34+deprecated |
| 2438 | 2026-05-28T17:05:10.471Z | Compiling serde_spanned v1.0.4 |
| 2439 | 2026-05-28T17:05:10.513Z | Compiling take_mut v0.2.2 |
| 2440 | 2026-05-28T17:05:10.537Z | Compiling term v1.2.1 |
| 2441 | 2026-05-28T17:05:10.641Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2442 | 2026-05-28T17:05:10.664Z | Compiling slog-bunyan v2.5.0 |
| 2443 | 2026-05-28T17:05:10.688Z | Compiling async-compression v0.4.41 |
| 2444 | 2026-05-28T17:05:10.768Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2445 | 2026-05-28T17:05:10.842Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2446 | 2026-05-28T17:05:10.906Z | Compiling slog-term v2.9.2 |
| 2447 | 2026-05-28T17:05:10.928Z | Compiling async-stream v0.3.6 |
| 2448 | 2026-05-28T17:05:10.949Z | Compiling dropshot v0.17.0 |
| 2449 | 2026-05-28T17:05:11.016Z | Compiling num-rational v0.4.2 |
| 2450 | 2026-05-28T17:05:11.063Z | Compiling progenitor-client v0.14.0 |
| 2451 | 2026-05-28T17:05:11.100Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2452 | 2026-05-28T17:05:11.126Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2453 | 2026-05-28T17:05:11.190Z | Compiling waitgroup v0.1.2 |
| 2454 | 2026-05-28T17:05:11.236Z | Compiling rustls-pemfile v2.2.0 |
| 2455 | 2026-05-28T17:05:11.310Z | Compiling backon v1.6.0 |
| 2456 | 2026-05-28T17:05:11.354Z | Compiling num-complex v0.4.6 |
| 2457 | 2026-05-28T17:05:11.377Z | Compiling hostname v0.4.2 |
| 2458 | 2026-05-28T17:05:11.402Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-05-28T17:05:11.426Z | Compiling instant v0.1.13 |
| 2460 | 2026-05-28T17:05:11.450Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-05-28T17:05:11.475Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-05-28T17:05:11.547Z | Compiling backoff v0.4.0 |
| 2463 | 2026-05-28T17:05:11.547Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-05-28T17:05:11.593Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2465 | 2026-05-28T17:05:11.596Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2466 | 2026-05-28T17:05:11.819Z | Compiling num v0.4.3 |
| 2467 | 2026-05-28T17:05:11.847Z | Compiling parse-display v0.10.0 |
| 2468 | 2026-05-28T17:05:11.870Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2469 | 2026-05-28T17:05:11.893Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-05-28T17:05:11.920Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2471 | 2026-05-28T17:05:11.943Z | Compiling macaddr v1.0.1 |
| 2472 | 2026-05-28T17:05:12.024Z | Compiling float-ord v0.3.2 |
| 2473 | 2026-05-28T17:05:12.057Z | Compiling humantime v2.3.0 |
| 2474 | 2026-05-28T17:05:12.176Z | Compiling console v0.15.11 |
| 2475 | 2026-05-28T17:05:12.224Z | Compiling atomicwrites v0.4.4 |
| 2476 | 2026-05-28T17:05:12.254Z | Compiling newline-converter v0.3.0 |
| 2477 | 2026-05-28T17:05:12.333Z | Compiling progenitor-client v0.13.0 |
| 2478 | 2026-05-28T17:05:12.356Z | Compiling slog-dtrace v0.3.0 |
| 2479 | 2026-05-28T17:05:12.427Z | Compiling cancel-safe-futures v0.1.5 |
| 2480 | 2026-05-28T17:05:12.516Z | Compiling tokio-rustls v0.25.0 |
| 2481 | 2026-05-28T17:05:12.578Z | Compiling expectorate v1.2.0 |
| 2482 | 2026-05-28T17:05:12.656Z | Compiling owo-colors v4.3.0 |
| 2483 | 2026-05-28T17:05:12.678Z | Compiling resolv-conf v0.7.6 |
| 2484 | 2026-05-28T17:05:12.777Z | Compiling toml v0.8.23 |
| 2485 | 2026-05-28T17:05:12.798Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-05-28T17:05:12.944Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-05-28T17:05:13.015Z | Compiling libsw v3.5.0 |
| 2488 | 2026-05-28T17:05:13.189Z | Compiling linked-hash-map v0.5.6 |
| 2489 | 2026-05-28T17:05:13.291Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-05-28T17:05:13.294Z | Compiling minimal-lexical v0.2.1 |
| 2491 | 2026-05-28T17:05:13.384Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2492 | 2026-05-28T17:05:13.435Z | Compiling lru-cache v0.1.2 |
| 2493 | 2026-05-28T17:05:13.438Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-05-28T17:05:13.491Z | Compiling hickory-proto v0.24.4 |
| 2495 | 2026-05-28T17:05:13.558Z | Compiling nom v7.1.3 |
| 2496 | 2026-05-28T17:05:13.607Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-05-28T17:05:13.631Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2498 | 2026-05-28T17:05:13.653Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-05-28T17:05:13.758Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-05-28T17:05:14.060Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2501 | 2026-05-28T17:05:14.109Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-05-28T17:05:14.414Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-05-28T17:05:14.917Z | Compiling derive_more v2.1.1 |
| 2504 | 2026-05-28T17:05:14.945Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2505 | 2026-05-28T17:05:14.985Z | Compiling papergrid v0.11.0 |
| 2506 | 2026-05-28T17:05:15.033Z | Compiling tabled_derive v0.7.0 |
| 2507 | 2026-05-28T17:05:15.110Z | Compiling typify-macro v0.6.2 |
| 2508 | 2026-05-28T17:05:15.134Z | Compiling termtree v0.5.1 |
| 2509 | 2026-05-28T17:05:15.347Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2510 | 2026-05-28T17:05:15.693Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2511 | 2026-05-28T17:05:15.952Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2512 | 2026-05-28T17:05:15.975Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2513 | 2026-05-28T17:05:16.188Z | Compiling hickory-resolver v0.24.4 |
| 2514 | 2026-05-28T17:05:16.239Z | Compiling tabled v0.15.0 |
| 2515 | 2026-05-28T17:05:16.342Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2516 | 2026-05-28T17:05:16.783Z | Compiling typify v0.6.2 |
| 2517 | 2026-05-28T17:05:17.113Z | Compiling progenitor-impl v0.14.0 |
| 2518 | 2026-05-28T17:05:17.559Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-05-28T17:05:19.310Z | Compiling progenitor-macro v0.14.0 |
| 2520 | 2026-05-28T17:05:19.572Z | Compiling qorb v0.4.1 |
| 2521 | 2026-05-28T17:05:19.768Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-05-28T17:05:21.449Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-05-28T17:05:21.847Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-05-28T17:05:21.875Z | Compiling phf_shared v0.12.1 |
| 2525 | 2026-05-28T17:05:21.898Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2526 | 2026-05-28T17:05:22.137Z | Compiling vte v0.14.1 |
| 2527 | 2026-05-28T17:05:22.163Z | Compiling csv-core v0.1.13 |
| 2528 | 2026-05-28T17:05:22.445Z | Compiling highway v1.3.0 |
| 2529 | 2026-05-28T17:05:22.612Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2530 | 2026-05-28T17:05:22.744Z | Compiling chrono-tz v0.10.4 |
| 2531 | 2026-05-28T17:05:22.998Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2532 | 2026-05-28T17:05:23.071Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2533 | 2026-05-28T17:05:23.200Z | Compiling csv v1.4.0 |
| 2534 | 2026-05-28T17:05:23.516Z | Compiling progenitor v0.14.0 |
| 2535 | 2026-05-28T17:05:23.716Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2536 | 2026-05-28T17:05:23.954Z | Compiling progenitor v0.13.0 |
| 2537 | 2026-05-28T17:05:24.007Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2538 | 2026-05-28T17:05:24.147Z | Compiling strip-ansi-escapes v0.2.1 |
| 2539 | 2026-05-28T17:05:24.227Z | Compiling phf v0.12.1 |
| 2540 | 2026-05-28T17:05:24.259Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-05-28T17:05:24.446Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-05-28T17:05:24.559Z | Compiling fd-lock v4.0.4 |
| 2543 | 2026-05-28T17:05:24.747Z | Compiling peg-macros v0.8.5 |
| 2544 | 2026-05-28T17:05:24.769Z | Compiling nu-ansi-term v0.50.3 |
| 2545 | 2026-05-28T17:05:25.127Z | Compiling reedline v0.40.0 |
| 2546 | 2026-05-28T17:05:25.250Z | Compiling const_format v0.2.35 |
| 2547 | 2026-05-28T17:05:25.779Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2548 | 2026-05-28T17:05:26.067Z | Compiling peg v0.8.5 |
| 2549 | 2026-05-28T17:05:26.181Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2550 | 2026-05-28T17:05:26.911Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2551 | 2026-05-28T17:05:27.083Z | Compiling bcs v0.1.6 |
| 2552 | 2026-05-28T17:05:27.136Z | Compiling semver v0.1.20 |
| 2553 | 2026-05-28T17:05:27.231Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-05-28T17:05:27.432Z | Compiling rustc_version v0.1.7 |
| 2555 | 2026-05-28T17:05:27.494Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-28T17:05:27.535Z | Compiling unicode-linebreak v0.1.5 |
| 2557 | 2026-05-28T17:05:27.699Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-05-28T17:05:27.895Z | Compiling smawk v0.3.2 |
| 2559 | 2026-05-28T17:05:28.004Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-28T17:05:28.089Z | Compiling textwrap v0.16.2 |
| 2561 | 2026-05-28T17:05:28.557Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2562 | 2026-05-28T17:05:28.699Z | Compiling base64 v0.21.7 |
| 2563 | 2026-05-28T17:05:29.104Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2564 | 2026-05-28T17:05:29.173Z | Compiling steno v0.4.1 |
| 2565 | 2026-05-28T17:05:29.609Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2566 | 2026-05-28T17:05:29.732Z | Compiling tagptr v0.2.0 |
| 2567 | 2026-05-28T17:05:29.916Z | Compiling moka v0.12.13 |
| 2568 | 2026-05-28T17:05:29.994Z | Compiling utf-8 v0.7.6 |
| 2569 | 2026-05-28T17:05:30.264Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2570 | 2026-05-28T17:05:30.285Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-05-28T17:05:30.320Z | Compiling tungstenite v0.21.0 |
| 2572 | 2026-05-28T17:05:30.466Z | Compiling radium v0.7.0 |
| 2573 | 2026-05-28T17:05:30.533Z | Compiling display-error-chain v0.2.2 |
| 2574 | 2026-05-28T17:05:30.565Z | Compiling maybe-uninit v2.0.0 |
| 2575 | 2026-05-28T17:05:30.716Z | Compiling tap v1.0.1 |
| 2576 | 2026-05-28T17:05:30.882Z | Compiling wyz v0.5.1 |
| 2577 | 2026-05-28T17:05:30.977Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-05-28T17:05:31.141Z | Compiling hickory-resolver v0.25.2 |
| 2579 | 2026-05-28T17:05:31.258Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-05-28T17:05:31.279Z | Compiling num-derive v0.3.3 |
| 2581 | 2026-05-28T17:05:31.380Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2582 | 2026-05-28T17:05:32.084Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-05-28T17:05:32.191Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2584 | 2026-05-28T17:05:32.466Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2585 | 2026-05-28T17:05:32.710Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2586 | 2026-05-28T17:05:32.893Z | Compiling funty v2.0.0 |
| 2587 | 2026-05-28T17:05:33.120Z | Compiling crc-catalog v2.4.0 |
| 2588 | 2026-05-28T17:05:33.249Z | Compiling packed_struct v0.10.1 |
| 2589 | 2026-05-28T17:05:33.253Z | Compiling crc v3.4.0 |
| 2590 | 2026-05-28T17:05:33.505Z | Compiling bitvec v1.0.1 |
| 2591 | 2026-05-28T17:05:33.583Z | Compiling proc-macro-error2 v2.0.1 |
| 2592 | 2026-05-28T17:05:33.864Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2593 | 2026-05-28T17:05:33.911Z | Compiling zerocopy v0.6.6 |
| 2594 | 2026-05-28T17:05:34.069Z | Compiling libscf-sys v1.1.0 |
| 2595 | 2026-05-28T17:05:34.302Z | Compiling packed_struct_codegen v0.10.1 |
| 2596 | 2026-05-28T17:05:34.350Z | Compiling vergen-lib v0.1.6 |
| 2597 | 2026-05-28T17:05:34.580Z | Compiling bitfield-macros v0.19.4 |
| 2598 | 2026-05-28T17:05:35.322Z | Compiling indexmap v1.9.3 |
| 2599 | 2026-05-28T17:05:35.345Z | Compiling nodrop v0.1.14 |
| 2600 | 2026-05-28T17:05:35.394Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-05-28T17:05:35.491Z | Compiling array-init v0.0.4 |
| 2602 | 2026-05-28T17:05:35.621Z | Compiling smallvec v0.6.14 |
| 2603 | 2026-05-28T17:05:35.643Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2604 | 2026-05-28T17:05:35.742Z | Compiling tabled_derive v0.11.0 |
| 2605 | 2026-05-28T17:05:35.929Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-05-28T17:05:36.085Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-05-28T17:05:36.360Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-05-28T17:05:36.363Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-05-28T17:05:36.529Z | Compiling glob v0.3.3 |
| 2610 | 2026-05-28T17:05:36.605Z | Compiling crunchy v0.2.4 |
| 2611 | 2026-05-28T17:05:36.669Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-05-28T17:05:36.811Z | Compiling maplit v1.0.2 |
| 2613 | 2026-05-28T17:05:36.889Z | Compiling diesel_derives v2.3.7 |
| 2614 | 2026-05-28T17:05:36.912Z | Compiling clang-sys v1.8.1 |
| 2615 | 2026-05-28T17:05:36.953Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-05-28T17:05:37.020Z | Compiling dirs-next v2.0.0 |
| 2617 | 2026-05-28T17:05:37.043Z | Compiling serde-hex v0.1.0 |
| 2618 | 2026-05-28T17:05:37.150Z | Compiling tabled v0.20.0 |
| 2619 | 2026-05-28T17:05:37.305Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-05-28T17:05:37.517Z | Compiling ron v0.8.1 |
| 2621 | 2026-05-28T17:05:37.553Z | Compiling hashbrown v0.13.2 |
| 2622 | 2026-05-28T17:05:37.692Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2623 | 2026-05-28T17:05:37.804Z | Compiling scheduled-thread-pool v0.2.7 |
| 2624 | 2026-05-28T17:05:37.996Z | Compiling dsl_auto_type v0.2.0 |
| 2625 | 2026-05-28T17:05:38.182Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2626 | 2026-05-28T17:05:38.414Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-28T17:05:38.437Z | Compiling crc-any v2.5.0 |
| 2628 | 2026-05-28T17:05:38.556Z | Compiling tiny-keccak v2.0.2 |
| 2629 | 2026-05-28T17:05:38.729Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-28T17:05:38.807Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2631 | 2026-05-28T17:05:38.873Z | Compiling object v0.30.4 |
| 2632 | 2026-05-28T17:05:38.976Z | Compiling r2d2 v0.8.10 |
| 2633 | 2026-05-28T17:05:39.214Z | Compiling term v0.7.0 |
| 2634 | 2026-05-28T17:05:39.400Z | Compiling xshell-macros v0.2.7 |
| 2635 | 2026-05-28T17:05:39.504Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-05-28T17:05:39.659Z | Compiling path-slash v0.1.5 |
| 2637 | 2026-05-28T17:05:39.733Z | Compiling downcast-rs v2.0.2 |
| 2638 | 2026-05-28T17:05:39.760Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-05-28T17:05:39.811Z | Compiling xshell v0.2.7 |
| 2640 | 2026-05-28T17:05:39.859Z | Compiling ascii-canvas v3.0.0 |
| 2641 | 2026-05-28T17:05:39.982Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2642 | 2026-05-28T17:05:40.129Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2643 | 2026-05-28T17:05:40.151Z | Compiling itertools v0.10.5 |
| 2644 | 2026-05-28T17:05:40.275Z | Compiling ena v0.14.4 |
| 2645 | 2026-05-28T17:05:40.540Z | Compiling libloading v0.8.9 |
| 2646 | 2026-05-28T17:05:40.658Z | Compiling crc8 v0.1.1 |
| 2647 | 2026-05-28T17:05:40.780Z | Compiling diff v0.1.13 |
| 2648 | 2026-05-28T17:05:40.801Z | Compiling regex-syntax v0.6.29 |
| 2649 | 2026-05-28T17:05:41.056Z | Compiling unicase v2.9.0 |
| 2650 | 2026-05-28T17:05:41.176Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-05-28T17:05:41.342Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2652 | 2026-05-28T17:05:41.506Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2653 | 2026-05-28T17:05:41.742Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2654 | 2026-05-28T17:05:42.572Z | Compiling lalrpop v0.19.12 |
| 2655 | 2026-05-28T17:05:42.595Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2656 | 2026-05-28T17:05:42.840Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-05-28T17:05:42.872Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2658 | 2026-05-28T17:05:43.106Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2659 | 2026-05-28T17:05:43.228Z | Compiling rustc-hash v2.1.1 |
| 2660 | 2026-05-28T17:05:43.282Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2661 | 2026-05-28T17:05:43.304Z | Compiling headers-core v0.3.0 |
| 2662 | 2026-05-28T17:05:43.426Z | Compiling diesel v2.3.7 |
| 2663 | 2026-05-28T17:05:43.475Z | Compiling libxml v0.3.3 |
| 2664 | 2026-05-28T17:05:43.507Z | Compiling headers v0.4.1 |
| 2665 | 2026-05-28T17:05:43.794Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-05-28T17:05:43.833Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2667 | 2026-05-28T17:05:43.959Z | Compiling typify-impl v0.4.3 |
| 2668 | 2026-05-28T17:05:44.227Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2026-05-28T17:05:44.475Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-05-28T17:05:44.716Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2671 | 2026-05-28T17:05:45.034Z | Compiling strum_macros v0.24.3 |
| 2672 | 2026-05-28T17:05:45.080Z | Compiling git-stub v1.0.0 |
| 2673 | 2026-05-28T17:05:45.103Z | Compiling indoc v1.0.9 |
| 2674 | 2026-05-28T17:05:45.382Z | Compiling git-stub-vcs v0.1.0 |
| 2675 | 2026-05-28T17:05:45.620Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-05-28T17:05:45.769Z | Compiling derive_builder v0.20.2 |
| 2677 | 2026-05-28T17:05:45.849Z | Compiling quick-xml v0.37.5 |
| 2678 | 2026-05-28T17:05:45.949Z | Compiling oso-derive v0.27.3 |
| 2679 | 2026-05-28T17:05:46.340Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-05-28T17:05:46.478Z | Compiling openssl-probe v0.1.6 |
| 2681 | 2026-05-28T17:05:46.842Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-05-28T17:05:47.165Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2683 | 2026-05-28T17:05:47.493Z | Compiling typify-macro v0.4.3 |
| 2684 | 2026-05-28T17:05:47.584Z | Compiling half v1.8.3 |
| 2685 | 2026-05-28T17:05:47.642Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2686 | 2026-05-28T17:05:47.667Z | Compiling bb8 v0.8.6 |
| 2687 | 2026-05-28T17:05:47.827Z | Compiling trait-variant v0.1.2 |
| 2688 | 2026-05-28T17:05:47.893Z | Compiling serde_cbor v0.11.2 |
| 2689 | 2026-05-28T17:05:48.068Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2690 | 2026-05-28T17:05:48.122Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2691 | 2026-05-28T17:05:48.171Z | Compiling samael v0.0.19 |
| 2692 | 2026-05-28T17:05:48.399Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2693 | 2026-05-28T17:05:48.473Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2694 | 2026-05-28T17:05:48.710Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2695 | 2026-05-28T17:05:48.976Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2696 | 2026-05-28T17:05:49.012Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-05-28T17:05:49.045Z | Compiling typify v0.4.3 |
| 2698 | 2026-05-28T17:05:49.195Z | Compiling progenitor-impl v0.11.2 |
| 2699 | 2026-05-28T17:05:49.199Z | Compiling libz-sys v1.1.24 |
| 2700 | 2026-05-28T17:05:49.243Z | Compiling salty v0.3.0 |
| 2701 | 2026-05-28T17:05:49.530Z | Compiling nonempty v0.12.0 |
| 2702 | 2026-05-28T17:05:49.770Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2703 | 2026-05-28T17:05:49.791Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2704 | 2026-05-28T17:05:50.057Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2705 | 2026-05-28T17:05:50.079Z | Compiling progenitor-client v0.11.2 |
| 2706 | 2026-05-28T17:05:50.169Z | Compiling polar-core v0.27.3 |
| 2707 | 2026-05-28T17:05:50.346Z | Compiling kstat-rs v0.2.4 |
| 2708 | 2026-05-28T17:05:50.445Z | Compiling arc-swap v1.8.2 |
| 2709 | 2026-05-28T17:05:50.688Z | Compiling fs-err v2.11.0 |
| 2710 | 2026-05-28T17:05:51.093Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-05-28T17:05:51.114Z | Compiling slog-scope v4.4.1 |
| 2712 | 2026-05-28T17:05:51.472Z | Compiling progenitor-macro v0.11.2 |
| 2713 | 2026-05-28T17:05:51.570Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2714 | 2026-05-28T17:05:51.658Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-05-28T17:05:52.124Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-05-28T17:05:54.410Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2717 | 2026-05-28T17:05:54.436Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-05-28T17:05:54.833Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2719 | 2026-05-28T17:05:54.883Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2720 | 2026-05-28T17:05:55.452Z | Compiling nanorand v0.7.0 |
| 2721 | 2026-05-28T17:05:55.533Z | Compiling progenitor v0.11.2 |
| 2722 | 2026-05-28T17:05:55.732Z | Compiling darling_core v0.23.0 |
| 2723 | 2026-05-28T17:05:55.800Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2724 | 2026-05-28T17:05:55.824Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2725 | 2026-05-28T17:05:55.850Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2726 | 2026-05-28T17:05:56.198Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-05-28T17:05:56.633Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-05-28T17:05:57.936Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2729 | 2026-05-28T17:06:00.405Z | Compiling oso v0.27.3 |
| 2730 | 2026-05-28T17:06:03.781Z | Compiling diesel-dtrace v0.5.0 |
| 2731 | 2026-05-28T17:06:04.125Z | Compiling async-bb8-diesel v0.2.1 |
| 2732 | 2026-05-28T17:06:04.150Z | Compiling darling_macro v0.23.0 |
| 2733 | 2026-05-28T17:06:04.397Z | Compiling flume v0.11.1 |
| 2734 | 2026-05-28T17:06:04.583Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-05-28T17:06:04.649Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2736 | 2026-05-28T17:06:04.769Z | Compiling slog-stdlog v4.1.1 |
| 2737 | 2026-05-28T17:06:05.057Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2738 | 2026-05-28T17:06:05.235Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2739 | 2026-05-28T17:06:06.123Z | Compiling primeorder v0.13.6 |
| 2740 | 2026-05-28T17:06:06.453Z | Compiling atty v0.2.14 |
| 2741 | 2026-05-28T17:06:06.479Z | Compiling http-range v0.1.5 |
| 2742 | 2026-05-28T17:06:06.577Z | Compiling parse-size v1.1.0 |
| 2743 | 2026-05-28T17:06:06.617Z | Compiling strsim v0.10.0 |
| 2744 | 2026-05-28T17:06:06.811Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2745 | 2026-05-28T17:06:06.836Z | Compiling instability v0.3.11 |
| 2746 | 2026-05-28T17:06:06.898Z | Compiling darling_core v0.13.4 |
| 2747 | 2026-05-28T17:06:06.938Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2748 | 2026-05-28T17:06:06.963Z | Compiling p384 v0.13.1 |
| 2749 | 2026-05-28T17:06:07.080Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2750 | 2026-05-28T17:06:07.153Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-05-28T17:06:08.382Z | Compiling darling v0.23.0 |
| 2752 | 2026-05-28T17:06:09.018Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2753 | 2026-05-28T17:06:09.148Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-05-28T17:06:09.172Z | Compiling ignore v0.4.25 |
| 2755 | 2026-05-28T17:06:09.878Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-28T17:06:09.881Z | Compiling castaway v0.2.4 |
| 2757 | 2026-05-28T17:06:10.074Z | Compiling vergen-git2 v9.1.0 |
| 2758 | 2026-05-28T17:06:10.115Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-05-28T17:06:10.325Z | Compiling indoc v2.0.7 |
| 2760 | 2026-05-28T17:06:10.482Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-05-28T17:06:11.258Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-05-28T17:06:11.326Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-05-28T17:06:11.539Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2764 | 2026-05-28T17:06:11.955Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2765 | 2026-05-28T17:06:12.017Z | Compiling parking_lot v0.11.2 |
| 2766 | 2026-05-28T17:06:12.098Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-05-28T17:06:12.778Z | Compiling darling_macro v0.13.4 |
| 2768 | 2026-05-28T17:06:12.951Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2769 | 2026-05-28T17:06:13.339Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-05-28T17:06:13.622Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-28T17:06:14.087Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2772 | 2026-05-28T17:06:14.317Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2773 | 2026-05-28T17:06:14.427Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2774 | 2026-05-28T17:06:14.596Z | Compiling predicates-tree v1.0.13 |
| 2775 | 2026-05-28T17:06:14.810Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2776 | 2026-05-28T17:06:15.053Z | Compiling unicode-truncate v1.1.0 |
| 2777 | 2026-05-28T17:06:15.075Z | Compiling lru v0.12.5 |
| 2778 | 2026-05-28T17:06:15.110Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2779 | 2026-05-28T17:06:15.276Z | Compiling rand_seeder v0.4.0 |
| 2780 | 2026-05-28T17:06:15.345Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-05-28T17:06:15.573Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-05-28T17:06:15.696Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2783 | 2026-05-28T17:06:15.719Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-05-28T17:06:15.797Z | Compiling rustls v0.21.12 |
| 2785 | 2026-05-28T17:06:15.880Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2786 | 2026-05-28T17:06:15.944Z | Compiling cassowary v0.3.0 |
| 2787 | 2026-05-28T17:06:15.990Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-28T17:06:16.021Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-05-28T17:06:16.079Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-05-28T17:06:16.101Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-05-28T17:06:16.188Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2792 | 2026-05-28T17:06:16.340Z | Compiling ratatui v0.29.0 |
| 2793 | 2026-05-28T17:06:16.362Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-05-28T17:06:16.429Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-05-28T17:06:16.735Z | Compiling darling v0.13.4 |
| 2796 | 2026-05-28T17:06:17.025Z | Compiling sled v0.34.7 |
| 2797 | 2026-05-28T17:06:17.194Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-05-28T17:06:17.574Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-28T17:06:17.609Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2800 | 2026-05-28T17:06:19.390Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2801 | 2026-05-28T17:06:20.293Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2802 | 2026-05-28T17:06:20.353Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2803 | 2026-05-28T17:06:20.525Z | Compiling rustls-webpki v0.101.7 |
| 2804 | 2026-05-28T17:06:20.583Z | Compiling sct v0.7.1 |
| 2805 | 2026-05-28T17:06:20.864Z | Compiling secrecy v0.8.0 |
| 2806 | 2026-05-28T17:06:21.072Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2807 | 2026-05-28T17:06:21.590Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-05-28T17:06:22.065Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2809 | 2026-05-28T17:06:22.243Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2810 | 2026-05-28T17:06:22.601Z | Compiling serde_with_macros v1.5.2 |
| 2811 | 2026-05-28T17:06:23.435Z | Compiling git2 v0.20.4 |
| 2812 | 2026-05-28T17:06:23.606Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2813 | 2026-05-28T17:06:23.606Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2814 | 2026-05-28T17:06:24.093Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2815 | 2026-05-28T17:06:24.117Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2816 | 2026-05-28T17:06:24.762Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2817 | 2026-05-28T17:06:25.004Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2818 | 2026-05-28T17:06:25.267Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2819 | 2026-05-28T17:06:25.506Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2820 | 2026-05-28T17:06:25.763Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2821 | 2026-05-28T17:06:26.013Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2822 | 2026-05-28T17:06:26.176Z | Compiling void v1.0.2 |
| 2823 | 2026-05-28T17:06:26.378Z | Compiling lzss v0.8.2 |
| 2824 | 2026-05-28T17:06:26.575Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2825 | 2026-05-28T17:06:26.636Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2826 | 2026-05-28T17:06:26.691Z | Compiling illumos-nvpair v0.3.0 |
| 2827 | 2026-05-28T17:06:27.190Z | Compiling serde_with v1.14.0 |
| 2828 | 2026-05-28T17:06:27.574Z | Compiling tokio-rustls v0.24.1 |
| 2829 | 2026-05-28T17:06:27.835Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2830 | 2026-05-28T17:06:28.182Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2831 | 2026-05-28T17:06:28.391Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2832 | 2026-05-28T17:06:29.612Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2833 | 2026-05-28T17:06:30.171Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-05-28T17:06:30.619Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2835 | 2026-05-28T17:06:30.951Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2836 | 2026-05-28T17:06:31.107Z | Compiling tungstenite v0.23.0 |
| 2837 | 2026-05-28T17:06:31.204Z | Compiling rustls-pemfile v1.0.4 |
| 2838 | 2026-05-28T17:06:31.624Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2839 | 2026-05-28T17:06:31.855Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2840 | 2026-05-28T17:06:32.086Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-05-28T17:06:32.353Z | Compiling nix v0.27.1 |
| 2842 | 2026-05-28T17:06:32.720Z | Compiling twox-hash v2.1.2 |
| 2843 | 2026-05-28T17:06:33.224Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-05-28T17:06:33.492Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2845 | 2026-05-28T17:06:33.586Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2846 | 2026-05-28T17:06:33.609Z | Compiling tokio-tungstenite v0.23.1 |
| 2847 | 2026-05-28T17:06:33.804Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2848 | 2026-05-28T17:06:34.003Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2849 | 2026-05-28T17:06:34.929Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-05-28T17:06:37.500Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2851 | 2026-05-28T17:06:37.844Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-05-28T17:06:38.846Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-05-28T17:06:39.119Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-05-28T17:06:39.287Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-05-28T17:06:39.501Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2856 | 2026-05-28T17:06:39.755Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2857 | 2026-05-28T17:06:40.311Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2858 | 2026-05-28T17:06:40.335Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2859 | 2026-05-28T17:06:40.813Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2860 | 2026-05-28T17:06:42.100Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2861 | 2026-05-28T17:06:42.667Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-05-28T17:06:43.259Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2863 | 2026-05-28T17:06:43.619Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2864 | 2026-05-28T17:06:44.098Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-05-28T17:06:44.257Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2866 | 2026-05-28T17:06:44.887Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-05-28T17:06:45.008Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2868 | 2026-05-28T17:06:45.838Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2869 | 2026-05-28T17:06:46.976Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-05-28T17:06:47.104Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2871 | 2026-05-28T17:06:47.209Z | Compiling fatfs v0.3.6 |
| 2872 | 2026-05-28T17:06:48.029Z | Compiling signal-hook-tokio v0.3.1 |
| 2873 | 2026-05-28T17:06:48.057Z | Compiling yasna v0.5.2 |
| 2874 | 2026-05-28T17:06:48.222Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-05-28T17:06:48.335Z | Compiling is_ci v1.2.0 |
| 2876 | 2026-05-28T17:06:48.440Z | Compiling seq-macro v0.3.6 |
| 2877 | 2026-05-28T17:06:48.503Z | Compiling assert_matches v1.5.0 |
| 2878 | 2026-05-28T17:06:48.556Z | Compiling supports-color v3.0.2 |
| 2879 | 2026-05-28T17:06:48.625Z | Compiling rcgen v0.12.1 |
| 2880 | 2026-05-28T17:06:48.659Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-05-28T17:06:48.871Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-05-28T17:06:49.038Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2883 | 2026-05-28T17:06:49.621Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2884 | 2026-05-28T17:06:49.862Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2885 | 2026-05-28T17:06:50.093Z | Compiling rtoolbox v0.0.3 |
| 2886 | 2026-05-28T17:06:50.115Z | Compiling subprocess v0.2.15 |
| 2887 | 2026-05-28T17:06:50.386Z | Compiling rpassword v7.4.0 |
| 2888 | 2026-05-28T17:06:50.678Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2889 | 2026-05-28T17:06:52.052Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2890 | 2026-05-28T17:06:52.502Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2891 | 2026-05-28T17:06:52.660Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2892 | 2026-05-28T17:06:52.870Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2893 | 2026-05-28T17:06:53.077Z | Compiling tui-tree-widget v0.23.1 |
| 2894 | 2026-05-28T17:06:53.365Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2895 | 2026-05-28T17:06:54.078Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2896 | 2026-05-28T17:06:54.623Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2897 | 2026-05-28T17:06:55.179Z | Compiling uzers v0.12.2 |
| 2898 | 2026-05-28T17:06:55.908Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2899 | 2026-05-28T17:06:56.711Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2900 | 2026-05-28T17:06:57.849Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2901 | 2026-05-28T17:06:57.997Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2902 | 2026-05-28T17:07:01.970Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2903 | 2026-05-28T17:07:03.060Z | Compiling support-bundle-viewer v0.1.2 |
| 2904 | 2026-05-28T17:07:04.215Z | Compiling multimap v0.10.1 |
| 2905 | 2026-05-28T17:07:13.053Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2906 | 2026-05-28T17:07:18.722Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2907 | 2026-05-28T17:07:25.338Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2908 | 2026-05-28T17:07:25.852Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2909 | 2026-05-28T17:07:27.018Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2910 | 2026-05-28T17:13:15.195Z | Finished `release` profile [optimized] target(s) in 8m 06s |
| 2911 | 2026-05-28T17:14:03.529Z | |
| 2912 | 2026-05-28T17:14:03.529Z | real 8:56.300803818 |
| 2913 | 2026-05-28T17:14:03.529Z | user 1:19:51.394151037 |
| 2914 | 2026-05-28T17:14:03.542Z | sys 3:40.983852273 |
| 2915 | 2026-05-28T17:14:03.542Z | trap 1.827768591 |
| 2916 | 2026-05-28T17:14:03.543Z | tflt 2.887685550 |
| 2917 | 2026-05-28T17:14:03.543Z | dflt 18.740809147 |
| 2918 | 2026-05-28T17:14:03.543Z | kflt 0.045108259 |
| 2919 | 2026-05-28T17:14:03.543Z | lock 6:38:14.927596875 |
| 2920 | 2026-05-28T17:14:03.543Z | slp 2:15:23.123472398 |
| 2921 | 2026-05-28T17:14:03.543Z | lat 2:30.148351811 |
| 2922 | 2026-05-28T17:14:03.543Z | stop 5:34.514462527 |
| 2923 | 2026-05-28T17:14:03.543Z | + mapfile -t packages |
| 2924 | 2026-05-28T17:14:03.543Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2925 | 2026-05-28T17:14:04.515Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2926 | 2026-05-28T17:14:04.597Z | Running `target/release/omicron-package -t test list-outputs` |
| 2927 | 2026-05-28T17:14:04.659Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2928 | 2026-05-28T17:14:04.669Z | + ptime -m cargo build --locked --release -p xtask |
| 2929 | 2026-05-28T17:14:05.205Z | Compiling libc v0.2.185 |
| 2930 | 2026-05-28T17:14:05.206Z | Compiling serde v1.0.228 |
| 2931 | 2026-05-28T17:14:05.206Z | Compiling serde_core v1.0.228 |
| 2932 | 2026-05-28T17:14:05.219Z | Compiling rustix v1.1.3 |
| 2933 | 2026-05-28T17:14:05.220Z | Compiling bitflags v2.11.0 |
| 2934 | 2026-05-28T17:14:05.220Z | Compiling serde_json v1.0.149 |
| 2935 | 2026-05-28T17:14:05.220Z | Compiling num-traits v0.2.19 |
| 2936 | 2026-05-28T17:14:05.325Z | Compiling syn v2.0.117 |
| 2937 | 2026-05-28T17:14:05.346Z | Compiling smallvec v1.15.1 |
| 2938 | 2026-05-28T17:14:05.399Z | Compiling indexmap v2.14.0 |
| 2939 | 2026-05-28T17:14:05.408Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-05-28T17:14:05.408Z | Compiling syn v1.0.109 |
| 2941 | 2026-05-28T17:14:05.431Z | Compiling log v0.4.29 |
| 2942 | 2026-05-28T17:14:05.452Z | Compiling getrandom v0.4.1 |
| 2943 | 2026-05-28T17:14:05.614Z | Compiling percent-encoding v2.3.2 |
| 2944 | 2026-05-28T17:14:05.778Z | Compiling fs-err v3.3.0 |
| 2945 | 2026-05-28T17:14:05.823Z | Compiling once_cell v1.21.3 |
| 2946 | 2026-05-28T17:14:05.863Z | Compiling form_urlencoded v1.2.2 |
| 2947 | 2026-05-28T17:14:05.920Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-05-28T17:14:05.985Z | Compiling heck v0.4.1 |
| 2949 | 2026-05-28T17:14:06.080Z | Compiling thread-id v4.2.2 |
| 2950 | 2026-05-28T17:14:06.157Z | Compiling errno v0.3.14 |
| 2951 | 2026-05-28T17:14:06.167Z | Compiling memmap v0.7.0 |
| 2952 | 2026-05-28T17:14:06.408Z | Compiling ordered-float v2.10.1 |
| 2953 | 2026-05-28T17:14:06.955Z | Compiling proc-macro-error v1.0.4 |
| 2954 | 2026-05-28T17:14:07.218Z | Compiling terminal_size v0.4.3 |
| 2955 | 2026-05-28T17:14:07.219Z | Compiling tempfile v3.25.0 |
| 2956 | 2026-05-28T17:14:07.233Z | Compiling tabled_derive v0.7.0 |
| 2957 | 2026-05-28T17:14:07.309Z | Compiling clap_builder v4.5.60 |
| 2958 | 2026-05-28T17:14:07.309Z | Compiling textwrap v0.16.2 |
| 2959 | 2026-05-28T17:14:07.440Z | Compiling camino-tempfile v1.4.1 |
| 2960 | 2026-05-28T17:14:07.882Z | Compiling tabled v0.15.0 |
| 2961 | 2026-05-28T17:14:07.918Z | Compiling synstructure v0.13.2 |
| 2962 | 2026-05-28T17:14:07.918Z | Compiling pest_generator v2.8.6 |
| 2963 | 2026-05-28T17:14:12.387Z | Compiling serde_derive v1.0.228 |
| 2964 | 2026-05-28T17:14:12.441Z | Compiling zerovec-derive v0.11.2 |
| 2965 | 2026-05-28T17:14:12.441Z | Compiling displaydoc v0.2.5 |
| 2966 | 2026-05-28T17:14:12.441Z | Compiling thiserror-impl v1.0.69 |
| 2967 | 2026-05-28T17:14:12.441Z | Compiling zerocopy-derive v0.7.35 |
| 2968 | 2026-05-28T17:14:12.441Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-05-28T17:14:12.441Z | Compiling thiserror-impl v2.0.18 |
| 2970 | 2026-05-28T17:14:12.441Z | Compiling clap_derive v4.5.55 |
| 2971 | 2026-05-28T17:14:12.441Z | Compiling zerofrom-derive v0.1.6 |
| 2972 | 2026-05-28T17:14:12.441Z | Compiling yoke-derive v0.8.1 |
| 2973 | 2026-05-28T17:14:12.441Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-05-28T17:14:12.441Z | Compiling scroll v0.12.0 |
| 2975 | 2026-05-28T17:14:12.441Z | Compiling zerocopy v0.7.35 |
| 2976 | 2026-05-28T17:14:12.441Z | Compiling goblin v0.8.2 |
| 2977 | 2026-05-28T17:14:12.441Z | Compiling zerofrom v0.1.6 |
| 2978 | 2026-05-28T17:14:12.441Z | Compiling thiserror v1.0.69 |
| 2979 | 2026-05-28T17:14:12.441Z | Compiling yoke v0.8.1 |
| 2980 | 2026-05-28T17:14:12.441Z | Compiling thiserror v2.0.18 |
| 2981 | 2026-05-28T17:14:12.441Z | Compiling dtrace-parser v0.2.0 |
| 2982 | 2026-05-28T17:14:12.441Z | Compiling zerovec v0.11.5 |
| 2983 | 2026-05-28T17:14:12.441Z | Compiling zerotrie v0.2.3 |
| 2984 | 2026-05-28T17:14:12.441Z | Compiling clap v4.5.60 |
| 2985 | 2026-05-28T17:14:12.441Z | Compiling tinystr v0.8.2 |
| 2986 | 2026-05-28T17:14:12.441Z | Compiling icu_locale_core v2.1.1 |
| 2987 | 2026-05-28T17:14:12.441Z | Compiling potential_utf v0.1.4 |
| 2988 | 2026-05-28T17:14:12.441Z | Compiling icu_collections v2.1.1 |
| 2989 | 2026-05-28T17:14:12.441Z | Compiling icu_provider v2.1.1 |
| 2990 | 2026-05-28T17:14:12.442Z | Compiling toml_datetime v0.6.11 |
| 2991 | 2026-05-28T17:14:12.442Z | Compiling icu_normalizer v2.1.1 |
| 2992 | 2026-05-28T17:14:12.442Z | Compiling icu_properties v2.1.2 |
| 2993 | 2026-05-28T17:14:12.442Z | Compiling serde_spanned v0.6.9 |
| 2994 | 2026-05-28T17:14:12.442Z | Compiling dof v0.3.0 |
| 2995 | 2026-05-28T17:14:12.442Z | Compiling toml_edit v0.22.27 |
| 2996 | 2026-05-28T17:14:12.442Z | Compiling serde_tokenstream v0.2.3 |
| 2997 | 2026-05-28T17:14:12.442Z | Compiling serde-value v0.7.0 |
| 2998 | 2026-05-28T17:14:12.442Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-05-28T17:14:12.442Z | Compiling macaddr v1.0.1 |
| 3000 | 2026-05-28T17:14:12.693Z | Compiling idna_adapter v1.2.1 |
| 3001 | 2026-05-28T17:14:12.822Z | Compiling idna v1.1.0 |
| 3002 | 2026-05-28T17:14:12.838Z | Compiling usdt-attr-macro v0.5.0 |
| 3003 | 2026-05-28T17:14:12.859Z | Compiling usdt-macro v0.5.0 |
| 3004 | 2026-05-28T17:14:13.176Z | Compiling url v2.5.8 |
| 3005 | 2026-05-28T17:14:13.501Z | Compiling usdt v0.5.0 |
| 3006 | 2026-05-28T17:14:13.683Z | Compiling toml v0.8.23 |
| 3007 | 2026-05-28T17:14:14.137Z | Compiling cargo-util-schemas v0.8.2 |
| 3008 | 2026-05-28T17:14:14.137Z | Compiling cargo_toml v0.21.0 |
| 3009 | 2026-05-28T17:14:15.199Z | Compiling cargo_metadata v0.21.0 |
| 3010 | 2026-05-28T17:14:18.304Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-05-28T17:14:21.364Z | Finished `release` profile [optimized] target(s) in 16.69s |
| 3012 | 2026-05-28T17:14:21.492Z | |
| 3013 | 2026-05-28T17:14:21.492Z | real 16.792891167 |
| 3014 | 2026-05-28T17:14:21.492Z | user 2:23.409802303 |
| 3015 | 2026-05-28T17:14:21.492Z | sys 17.425333293 |
| 3016 | 2026-05-28T17:14:21.492Z | trap 0.081421062 |
| 3017 | 2026-05-28T17:14:21.492Z | tflt 0.615087650 |
| 3018 | 2026-05-28T17:14:21.492Z | dflt 1.397118220 |
| 3019 | 2026-05-28T17:14:21.492Z | kflt 0.000075763 |
| 3020 | 2026-05-28T17:14:21.492Z | lock 5:33.460668025 |
| 3021 | 2026-05-28T17:14:21.492Z | slp 3:35.150750548 |
| 3022 | 2026-05-28T17:14:21.495Z | lat 6.462355093 |
| 3023 | 2026-05-28T17:14:21.496Z | stop 21.185705397 |
| 3024 | 2026-05-28T17:14:21.496Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3025 | 2026-05-28T17:14:21.496Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-05-28T17:14:21.496Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3027 | 2026-05-28T17:14:21.496Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-05-28T17:14:21.496Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3029 | 2026-05-28T17:14:22.469Z | Compiling newtype-uuid-macros v0.1.0 |
| 3030 | 2026-05-28T17:14:22.469Z | Compiling progenitor-client v0.14.0 |
| 3031 | 2026-05-28T17:14:22.469Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-05-28T17:14:22.469Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3033 | 2026-05-28T17:14:22.619Z | Compiling rustls v0.22.4 |
| 3034 | 2026-05-28T17:14:22.625Z | Compiling rustls-webpki v0.102.8 |
| 3035 | 2026-05-28T17:14:22.640Z | Compiling multer v3.1.0 |
| 3036 | 2026-05-28T17:14:22.644Z | Compiling compression-core v0.4.31 |
| 3037 | 2026-05-28T17:14:22.644Z | Compiling match_cfg v0.1.0 |
| 3038 | 2026-05-28T17:14:22.649Z | Compiling debug-ignore v1.0.5 |
| 3039 | 2026-05-28T17:14:22.654Z | Compiling slog-json v2.6.1 |
| 3040 | 2026-05-28T17:14:22.654Z | Compiling async-stream-impl v0.3.6 |
| 3041 | 2026-05-28T17:14:22.654Z | Compiling serde_spanned v1.0.4 |
| 3042 | 2026-05-28T17:14:22.654Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3043 | 2026-05-28T17:14:22.816Z | Compiling dropshot v0.17.0 |
| 3044 | 2026-05-28T17:14:22.820Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3045 | 2026-05-28T17:14:22.905Z | Compiling hostname v0.3.1 |
| 3046 | 2026-05-28T17:14:22.905Z | Compiling itertools v0.14.0 |
| 3047 | 2026-05-28T17:14:22.943Z | Compiling compression-codecs v0.4.37 |
| 3048 | 2026-05-28T17:14:22.943Z | Compiling waitgroup v0.1.2 |
| 3049 | 2026-05-28T17:14:22.949Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-05-28T17:14:22.959Z | Compiling dropshot_endpoint v0.17.0 |
| 3051 | 2026-05-28T17:14:23.034Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3052 | 2026-05-28T17:14:23.042Z | Compiling slog-bunyan v2.5.0 |
| 3053 | 2026-05-28T17:14:23.093Z | Compiling serde_path_to_error v0.1.20 |
| 3054 | 2026-05-28T17:14:23.146Z | Compiling async-compression v0.4.41 |
| 3055 | 2026-05-28T17:14:23.184Z | Compiling hostname v0.4.2 |
| 3056 | 2026-05-28T17:14:23.208Z | Compiling regress v0.10.5 |
| 3057 | 2026-05-28T17:14:23.223Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3058 | 2026-05-28T17:14:23.247Z | Compiling macaddr v1.0.1 |
| 3059 | 2026-05-28T17:14:23.267Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3060 | 2026-05-28T17:14:23.358Z | Compiling instant v0.1.13 |
| 3061 | 2026-05-28T17:14:23.376Z | Compiling async-stream v0.3.6 |
| 3062 | 2026-05-28T17:14:23.437Z | Compiling backon v1.6.0 |
| 3063 | 2026-05-28T17:14:23.463Z | Compiling backoff v0.4.0 |
| 3064 | 2026-05-28T17:14:23.484Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3065 | 2026-05-28T17:14:23.503Z | Compiling progenitor-client v0.10.0 |
| 3066 | 2026-05-28T17:14:23.507Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3067 | 2026-05-28T17:14:23.538Z | Compiling humantime v2.3.0 |
| 3068 | 2026-05-28T17:14:23.554Z | Compiling universal-hash v0.5.1 |
| 3069 | 2026-05-28T17:14:23.580Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-05-28T17:14:23.635Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3071 | 2026-05-28T17:14:23.674Z | Compiling progenitor-extras v0.2.0 |
| 3072 | 2026-05-28T17:14:23.693Z | Compiling half v2.7.1 |
| 3073 | 2026-05-28T17:14:23.713Z | Compiling crucible-workspace-hack v0.1.0 |
| 3074 | 2026-05-28T17:14:23.729Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3075 | 2026-05-28T17:14:23.749Z | Compiling ciborium-io v0.2.2 |
| 3076 | 2026-05-28T17:14:23.765Z | Compiling structmeta v0.3.0 |
| 3077 | 2026-05-28T17:14:23.830Z | Compiling regress v0.11.1 |
| 3078 | 2026-05-28T17:14:23.849Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3079 | 2026-05-28T17:14:23.875Z | Compiling convert_case v0.4.0 |
| 3080 | 2026-05-28T17:14:23.892Z | Compiling aead v0.5.2 |
| 3081 | 2026-05-28T17:14:23.957Z | Compiling ciborium-ll v0.2.2 |
| 3082 | 2026-05-28T17:14:23.976Z | Compiling secrecy v0.10.3 |
| 3083 | 2026-05-28T17:14:24.016Z | Compiling derive-ex v0.1.8 |
| 3084 | 2026-05-28T17:14:24.034Z | Compiling parse-display-derive v0.10.0 |
| 3085 | 2026-05-28T17:14:24.094Z | Compiling unsafe-libyaml v0.2.11 |
| 3086 | 2026-05-28T17:14:24.126Z | Compiling poly1305 v0.8.0 |
| 3087 | 2026-05-28T17:14:24.144Z | Compiling ciborium v0.2.2 |
| 3088 | 2026-05-28T17:14:24.161Z | Compiling chacha20 v0.9.1 |
| 3089 | 2026-05-28T17:14:24.202Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3090 | 2026-05-28T17:14:24.222Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3091 | 2026-05-28T17:14:24.283Z | Compiling derive_more v0.99.20 |
| 3092 | 2026-05-28T17:14:24.316Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3093 | 2026-05-28T17:14:24.377Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3094 | 2026-05-28T17:14:24.454Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3095 | 2026-05-28T17:14:24.472Z | Compiling byte-wrapper v0.1.0 |
| 3096 | 2026-05-28T17:14:24.619Z | Compiling blake2 v0.10.6 |
| 3097 | 2026-05-28T17:14:24.674Z | Compiling serde_yaml v0.9.34+deprecated |
| 3098 | 2026-05-28T17:14:24.780Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3099 | 2026-05-28T17:14:24.849Z | Compiling password-hash v0.5.0 |
| 3100 | 2026-05-28T17:14:24.868Z | Compiling chacha20poly1305 v0.10.1 |
| 3101 | 2026-05-28T17:14:24.906Z | Compiling indent_write v2.2.0 |
| 3102 | 2026-05-28T17:14:24.927Z | Compiling heapless v0.8.0 |
| 3103 | 2026-05-28T17:14:24.948Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3104 | 2026-05-28T17:14:25.054Z | Compiling tokio-rustls v0.25.0 |
| 3105 | 2026-05-28T17:14:25.075Z | Compiling ingot-macros v0.1.1 |
| 3106 | 2026-05-28T17:14:25.231Z | Compiling argon2 v0.5.3 |
| 3107 | 2026-05-28T17:14:25.249Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3108 | 2026-05-28T17:14:25.326Z | Compiling tabwriter v1.4.1 |
| 3109 | 2026-05-28T17:14:25.498Z | Compiling typify-impl v0.6.2 |
| 3110 | 2026-05-28T17:14:25.598Z | Compiling hash32 v0.3.1 |
| 3111 | 2026-05-28T17:14:25.687Z | Compiling thiserror-no-std v2.0.2 |
| 3112 | 2026-05-28T17:14:25.801Z | Compiling vsss-rs v3.3.4 |
| 3113 | 2026-05-28T17:14:25.820Z | Compiling test-strategy v0.4.5 |
| 3114 | 2026-05-28T17:14:25.823Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3115 | 2026-05-28T17:14:25.903Z | Compiling parse-display v0.10.0 |
| 3116 | 2026-05-28T17:14:26.126Z | Compiling smoltcp v0.11.0 |
| 3117 | 2026-05-28T17:14:26.226Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3118 | 2026-05-28T17:14:26.245Z | Compiling proc-macro-crate v3.4.0 |
| 3119 | 2026-05-28T17:14:26.495Z | Compiling num-rational v0.4.2 |
| 3120 | 2026-05-28T17:14:26.512Z | Compiling cobs v0.3.0 |
| 3121 | 2026-05-28T17:14:26.531Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3122 | 2026-05-28T17:14:26.575Z | Compiling num-complex v0.4.6 |
| 3123 | 2026-05-28T17:14:26.623Z | Compiling colored v3.1.1 |
| 3124 | 2026-05-28T17:14:26.667Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3125 | 2026-05-28T17:14:26.740Z | Compiling postcard v1.1.3 |
| 3126 | 2026-05-28T17:14:26.862Z | Compiling num_enum_derive v0.7.5 |
| 3127 | 2026-05-28T17:14:26.883Z | Compiling proc-macro-error v1.0.4 |
| 3128 | 2026-05-28T17:14:26.931Z | Compiling proc-macro-crate v1.3.1 |
| 3129 | 2026-05-28T17:14:27.009Z | Compiling num v0.4.3 |
| 3130 | 2026-05-28T17:14:27.026Z | Compiling atomicwrites v0.4.4 |
| 3131 | 2026-05-28T17:14:27.045Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3132 | 2026-05-28T17:14:27.111Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3133 | 2026-05-28T17:14:27.130Z | Compiling foreign-types-macros v0.2.3 |
| 3134 | 2026-05-28T17:14:27.133Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3135 | 2026-05-28T17:14:27.226Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3136 | 2026-05-28T17:14:27.252Z | Compiling cpufeatures v0.3.0 |
| 3137 | 2026-05-28T17:14:27.278Z | Compiling float-ord v0.3.2 |
| 3138 | 2026-05-28T17:14:27.367Z | Compiling foreign-types-shared v0.3.1 |
| 3139 | 2026-05-28T17:14:27.388Z | Compiling rayon-core v1.13.0 |
| 3140 | 2026-05-28T17:14:27.407Z | Compiling num_enum_derive v0.5.11 |
| 3141 | 2026-05-28T17:14:27.448Z | Compiling chacha20 v0.10.0 |
| 3142 | 2026-05-28T17:14:27.452Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3143 | 2026-05-28T17:14:27.506Z | Compiling crossbeam-deque v0.8.6 |
| 3144 | 2026-05-28T17:14:27.546Z | Compiling camino-tempfile v1.4.1 |
| 3145 | 2026-05-28T17:14:27.635Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3146 | 2026-05-28T17:14:27.654Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3147 | 2026-05-28T17:14:27.673Z | Compiling cstr-argument v0.1.2 |
| 3148 | 2026-05-28T17:14:27.756Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3149 | 2026-05-28T17:14:27.818Z | Compiling rand v0.10.0 |
| 3150 | 2026-05-28T17:14:27.835Z | Compiling foreign-types v0.5.0 |
| 3151 | 2026-05-28T17:14:27.881Z | Compiling toml v0.8.23 |
| 3152 | 2026-05-28T17:14:27.944Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3153 | 2026-05-28T17:14:28.015Z | Compiling num_enum v0.7.5 |
| 3154 | 2026-05-28T17:14:28.033Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3155 | 2026-05-28T17:14:28.054Z | Compiling zone_cfg_derive v0.3.1 |
| 3156 | 2026-05-28T17:14:28.108Z | Compiling ingot-types v0.1.2 |
| 3157 | 2026-05-28T17:14:28.137Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3158 | 2026-05-28T17:14:28.177Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3159 | 2026-05-28T17:14:28.181Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3160 | 2026-05-28T17:14:28.225Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3161 | 2026-05-28T17:14:28.244Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3162 | 2026-05-28T17:14:28.294Z | Compiling rayon v1.11.0 |
| 3163 | 2026-05-28T17:14:28.390Z | Compiling itertools v0.12.1 |
| 3164 | 2026-05-28T17:14:28.454Z | Compiling num-derive v0.4.2 |
| 3165 | 2026-05-28T17:14:28.478Z | Compiling sigpipe v0.1.3 |
| 3166 | 2026-05-28T17:14:28.562Z | Compiling ingot v0.1.1 |
| 3167 | 2026-05-28T17:14:28.580Z | Compiling num_enum v0.5.11 |
| 3168 | 2026-05-28T17:14:28.584Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3169 | 2026-05-28T17:14:28.584Z | Compiling glob v0.3.3 |
| 3170 | 2026-05-28T17:14:28.617Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3171 | 2026-05-28T17:14:28.703Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3172 | 2026-05-28T17:14:28.725Z | Compiling smf v0.2.3 |
| 3173 | 2026-05-28T17:14:28.766Z | Compiling prettyplease v0.2.37 |
| 3174 | 2026-05-28T17:14:28.795Z | Compiling whoami v1.6.1 |
| 3175 | 2026-05-28T17:14:28.855Z | Compiling usdt-macro v0.5.0 |
| 3176 | 2026-05-28T17:14:29.070Z | Compiling usdt-attr-macro v0.5.0 |
| 3177 | 2026-05-28T17:14:29.073Z | Compiling gethostname v0.5.0 |
| 3178 | 2026-05-28T17:14:29.133Z | Compiling memmap v0.7.0 |
| 3179 | 2026-05-28T17:14:29.218Z | Compiling derive-where v1.6.0 |
| 3180 | 2026-05-28T17:14:29.245Z | Compiling resolv-conf v0.7.6 |
| 3181 | 2026-05-28T17:14:29.313Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3182 | 2026-05-28T17:14:29.355Z | Compiling cancel-safe-futures v0.1.5 |
| 3183 | 2026-05-28T17:14:29.516Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3184 | 2026-05-28T17:14:29.536Z | Compiling owo-colors v4.3.0 |
| 3185 | 2026-05-28T17:14:29.653Z | Compiling zone v0.3.1 |
| 3186 | 2026-05-28T17:14:29.701Z | Compiling libsw-core v0.3.2 |
| 3187 | 2026-05-28T17:14:29.755Z | Compiling console v0.15.11 |
| 3188 | 2026-05-28T17:14:29.910Z | Compiling libsw v3.5.0 |
| 3189 | 2026-05-28T17:14:29.944Z | Compiling newline-converter v0.3.0 |
| 3190 | 2026-05-28T17:14:30.009Z | Compiling usdt v0.5.0 |
| 3191 | 2026-05-28T17:14:30.104Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3192 | 2026-05-28T17:14:30.123Z | Compiling hickory-proto v0.24.4 |
| 3193 | 2026-05-28T17:14:30.127Z | Compiling progenitor-client v0.13.0 |
| 3194 | 2026-05-28T17:14:30.158Z | Compiling linked-hash-map v0.5.6 |
| 3195 | 2026-05-28T17:14:30.207Z | Compiling linear-map v1.2.0 |
| 3196 | 2026-05-28T17:14:30.283Z | Compiling typify-macro v0.6.2 |
| 3197 | 2026-05-28T17:14:30.303Z | Compiling libefi-sys v0.1.0 |
| 3198 | 2026-05-28T17:14:30.323Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-05-28T17:14:30.388Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3200 | 2026-05-28T17:14:30.407Z | Compiling lru-cache v0.1.2 |
| 3201 | 2026-05-28T17:14:30.411Z | Compiling git-stub v1.0.0 |
| 3202 | 2026-05-28T17:14:30.446Z | Compiling bitfield-struct v0.6.2 |
| 3203 | 2026-05-28T17:14:30.487Z | Compiling semver v0.1.20 |
| 3204 | 2026-05-28T17:14:30.525Z | Compiling tokio-dtrace v0.1.1 |
| 3205 | 2026-05-28T17:14:30.593Z | Compiling git-stub-vcs v0.1.0 |
| 3206 | 2026-05-28T17:14:30.620Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3207 | 2026-05-28T17:14:30.671Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3208 | 2026-05-28T17:14:30.721Z | Compiling rustc_version v0.1.7 |
| 3209 | 2026-05-28T17:14:30.756Z | Compiling slog-dtrace v0.3.0 |
| 3210 | 2026-05-28T17:14:30.779Z | Compiling minimal-lexical v0.2.1 |
| 3211 | 2026-05-28T17:14:30.811Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-05-28T17:14:30.829Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3213 | 2026-05-28T17:14:30.847Z | Compiling oxide-tokio-rt v0.1.4 |
| 3214 | 2026-05-28T17:14:30.922Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3215 | 2026-05-28T17:14:30.947Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3216 | 2026-05-28T17:14:30.988Z | Compiling phf_shared v0.12.1 |
| 3217 | 2026-05-28T17:14:31.024Z | Compiling newtype_derive v0.1.6 |
| 3218 | 2026-05-28T17:14:31.028Z | Compiling nom v7.1.3 |
| 3219 | 2026-05-28T17:14:31.064Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3220 | 2026-05-28T17:14:31.086Z | Compiling csv-core v0.1.13 |
| 3221 | 2026-05-28T17:14:31.086Z | Compiling chrono-tz v0.10.4 |
| 3222 | 2026-05-28T17:14:31.173Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3223 | 2026-05-28T17:14:31.193Z | Compiling highway v1.3.0 |
| 3224 | 2026-05-28T17:14:31.228Z | Compiling xshell-macros v0.2.7 |
| 3225 | 2026-05-28T17:14:31.359Z | Compiling csv v1.4.0 |
| 3226 | 2026-05-28T17:14:31.413Z | Compiling const_format_proc_macros v0.2.34 |
| 3227 | 2026-05-28T17:14:31.494Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3228 | 2026-05-28T17:14:31.519Z | Compiling phf v0.12.1 |
| 3229 | 2026-05-28T17:14:31.607Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3230 | 2026-05-28T17:14:31.624Z | Compiling primeorder v0.13.6 |
| 3231 | 2026-05-28T17:14:31.678Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3232 | 2026-05-28T17:14:31.707Z | Compiling xshell v0.2.7 |
| 3233 | 2026-05-28T17:14:31.857Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3234 | 2026-05-28T17:14:31.951Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-05-28T17:14:31.956Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3236 | 2026-05-28T17:14:32.075Z | Compiling bcs v0.1.6 |
| 3237 | 2026-05-28T17:14:32.214Z | Compiling typify v0.6.2 |
| 3238 | 2026-05-28T17:14:32.264Z | Compiling tagptr v0.2.0 |
| 3239 | 2026-05-28T17:14:32.282Z | Compiling termtree v0.5.1 |
| 3240 | 2026-05-28T17:14:32.318Z | Compiling const_format v0.2.35 |
| 3241 | 2026-05-28T17:14:32.362Z | Compiling progenitor-impl v0.14.0 |
| 3242 | 2026-05-28T17:14:32.415Z | Compiling progenitor-impl v0.13.0 |
| 3243 | 2026-05-28T17:14:32.433Z | Compiling hickory-resolver v0.24.4 |
| 3244 | 2026-05-28T17:14:32.457Z | Compiling salty v0.3.0 |
| 3245 | 2026-05-28T17:14:32.476Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3246 | 2026-05-28T17:14:32.495Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3247 | 2026-05-28T17:14:32.679Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3248 | 2026-05-28T17:14:32.733Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3249 | 2026-05-28T17:14:32.752Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3250 | 2026-05-28T17:14:32.971Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3251 | 2026-05-28T17:14:33.014Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3252 | 2026-05-28T17:14:33.128Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3253 | 2026-05-28T17:14:33.244Z | Compiling tabled v0.15.0 |
| 3254 | 2026-05-28T17:14:33.294Z | Compiling moka v0.12.13 |
| 3255 | 2026-05-28T17:14:33.340Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3256 | 2026-05-28T17:14:33.585Z | Compiling qorb v0.4.1 |
| 3257 | 2026-05-28T17:14:33.706Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3258 | 2026-05-28T17:14:33.729Z | Compiling textwrap v0.16.2 |
| 3259 | 2026-05-28T17:14:33.963Z | Compiling steno v0.4.1 |
| 3260 | 2026-05-28T17:14:34.059Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-05-28T17:14:34.181Z | Compiling base64 v0.21.7 |
| 3262 | 2026-05-28T17:14:34.239Z | Compiling radium v0.7.0 |
| 3263 | 2026-05-28T17:14:34.257Z | Compiling hickory-resolver v0.25.2 |
| 3264 | 2026-05-28T17:14:34.528Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3265 | 2026-05-28T17:14:34.577Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3266 | 2026-05-28T17:14:34.627Z | Compiling p384 v0.13.1 |
| 3267 | 2026-05-28T17:14:34.859Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3268 | 2026-05-28T17:14:34.893Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3269 | 2026-05-28T17:14:34.905Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3270 | 2026-05-28T17:14:35.257Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3271 | 2026-05-28T17:14:35.280Z | Compiling typify-impl v0.4.3 |
| 3272 | 2026-05-28T17:14:35.280Z | Compiling progenitor-macro v0.14.0 |
| 3273 | 2026-05-28T17:14:35.295Z | Compiling progenitor-macro v0.13.0 |
| 3274 | 2026-05-28T17:14:35.419Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3275 | 2026-05-28T17:14:35.940Z | Compiling maybe-uninit v2.0.0 |
| 3276 | 2026-05-28T17:14:35.963Z | Compiling tap v1.0.1 |
| 3277 | 2026-05-28T17:14:35.963Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3278 | 2026-05-28T17:14:35.963Z | Compiling wyz v0.5.1 |
| 3279 | 2026-05-28T17:14:35.963Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3280 | 2026-05-28T17:14:35.963Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-05-28T17:14:36.042Z | Compiling utf-8 v0.7.6 |
| 3282 | 2026-05-28T17:14:36.139Z | Compiling packed_struct v0.10.1 |
| 3283 | 2026-05-28T17:14:36.238Z | Compiling parking_lot_core v0.8.6 |
| 3284 | 2026-05-28T17:14:36.299Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3285 | 2026-05-28T17:14:36.318Z | Compiling funty v2.0.0 |
| 3286 | 2026-05-28T17:14:36.426Z | Compiling proc-macro-error2 v2.0.1 |
| 3287 | 2026-05-28T17:14:36.445Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3288 | 2026-05-28T17:14:36.485Z | Compiling tungstenite v0.21.0 |
| 3289 | 2026-05-28T17:14:36.573Z | Compiling polyval v0.6.2 |
| 3290 | 2026-05-28T17:14:36.670Z | Compiling packed_struct_codegen v0.10.1 |
| 3291 | 2026-05-28T17:14:36.694Z | Compiling bitvec v1.0.1 |
| 3292 | 2026-05-28T17:14:36.724Z | Compiling num-derive v0.3.3 |
| 3293 | 2026-05-28T17:14:36.801Z | Compiling zerocopy-derive v0.6.6 |
| 3294 | 2026-05-28T17:14:36.894Z | Compiling bitfield-macros v0.19.4 |
| 3295 | 2026-05-28T17:14:37.005Z | Compiling indexmap v1.9.3 |
| 3296 | 2026-05-28T17:14:37.163Z | Compiling crc-catalog v2.4.0 |
| 3297 | 2026-05-28T17:14:37.285Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3298 | 2026-05-28T17:14:37.286Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3299 | 2026-05-28T17:14:37.362Z | Compiling nodrop v0.1.14 |
| 3300 | 2026-05-28T17:14:37.444Z | Compiling crc v3.4.0 |
| 3301 | 2026-05-28T17:14:37.543Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3302 | 2026-05-28T17:14:37.543Z | Compiling array-init v0.0.4 |
| 3303 | 2026-05-28T17:14:37.543Z | Compiling tokio-tungstenite v0.21.0 |
| 3304 | 2026-05-28T17:14:37.650Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-05-28T17:14:37.669Z | Compiling tabled_derive v0.11.0 |
| 3306 | 2026-05-28T17:14:37.685Z | Compiling libscf-sys v1.1.0 |
| 3307 | 2026-05-28T17:14:37.724Z | Compiling zerocopy v0.6.6 |
| 3308 | 2026-05-28T17:14:37.880Z | Compiling ghash v0.5.1 |
| 3309 | 2026-05-28T17:14:37.911Z | Compiling smallvec v0.6.14 |
| 3310 | 2026-05-28T17:14:37.997Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-05-28T17:14:38.049Z | Compiling papergrid v0.17.0 |
| 3312 | 2026-05-28T17:14:38.106Z | Compiling testing_table v0.3.0 |
| 3313 | 2026-05-28T17:14:38.136Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3314 | 2026-05-28T17:14:38.201Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3315 | 2026-05-28T17:14:38.236Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3316 | 2026-05-28T17:14:38.322Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3317 | 2026-05-28T17:14:38.427Z | Compiling ctr v0.9.2 |
| 3318 | 2026-05-28T17:14:38.510Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-05-28T17:14:38.582Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3320 | 2026-05-28T17:14:38.600Z | Compiling hashbrown v0.12.3 |
| 3321 | 2026-05-28T17:14:38.670Z | Compiling unicase v2.9.0 |
| 3322 | 2026-05-28T17:14:38.726Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3323 | 2026-05-28T17:14:38.874Z | Compiling corncobs v0.1.4 |
| 3324 | 2026-05-28T17:14:38.989Z | Compiling mime_guess v2.0.5 |
| 3325 | 2026-05-28T17:14:39.001Z | Compiling aes-gcm v0.10.3 |
| 3326 | 2026-05-28T17:14:39.020Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3327 | 2026-05-28T17:14:39.077Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3328 | 2026-05-28T17:14:39.106Z | Compiling tabled v0.20.0 |
| 3329 | 2026-05-28T17:14:39.183Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3330 | 2026-05-28T17:14:39.237Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3331 | 2026-05-28T17:14:39.342Z | Compiling parking_lot v0.11.2 |
| 3332 | 2026-05-28T17:14:39.559Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3333 | 2026-05-28T17:14:39.571Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3334 | 2026-05-28T17:14:39.622Z | Compiling serde-hex v0.1.0 |
| 3335 | 2026-05-28T17:14:39.659Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3336 | 2026-05-28T17:14:39.933Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3337 | 2026-05-28T17:14:40.002Z | Compiling ron v0.8.1 |
| 3338 | 2026-05-28T17:14:40.097Z | Compiling typify-macro v0.4.3 |
| 3339 | 2026-05-28T17:14:40.170Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3340 | 2026-05-28T17:14:40.171Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3341 | 2026-05-28T17:14:40.171Z | Compiling progenitor-client v0.11.2 |
| 3342 | 2026-05-28T17:14:40.387Z | Compiling hashbrown v0.13.2 |
| 3343 | 2026-05-28T17:14:40.470Z | Compiling ssh-encoding v0.2.0 |
| 3344 | 2026-05-28T17:14:40.609Z | Compiling prefix-trie v0.7.0 |
| 3345 | 2026-05-28T17:14:40.647Z | Compiling progenitor v0.14.0 |
| 3346 | 2026-05-28T17:14:40.647Z | Compiling progenitor v0.13.0 |
| 3347 | 2026-05-28T17:14:40.793Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3348 | 2026-05-28T17:14:40.819Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3349 | 2026-05-28T17:14:40.853Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3350 | 2026-05-28T17:14:40.916Z | Compiling blowfish v0.9.1 |
| 3351 | 2026-05-28T17:14:40.952Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-05-28T17:14:40.992Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-05-28T17:14:41.056Z | Compiling crc-any v2.5.0 |
| 3354 | 2026-05-28T17:14:41.133Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-05-28T17:14:41.215Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3356 | 2026-05-28T17:14:41.348Z | Compiling sled v0.34.7 |
| 3357 | 2026-05-28T17:14:41.373Z | Compiling hickory-server v0.25.2 |
| 3358 | 2026-05-28T17:14:41.431Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3359 | 2026-05-28T17:14:41.475Z | Compiling object v0.30.4 |
| 3360 | 2026-05-28T17:14:41.603Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3361 | 2026-05-28T17:14:41.642Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3362 | 2026-05-28T17:14:41.675Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3363 | 2026-05-28T17:14:41.734Z | Compiling ssh-cipher v0.2.0 |
| 3364 | 2026-05-28T17:14:41.891Z | Compiling typify v0.4.3 |
| 3365 | 2026-05-28T17:14:42.043Z | Compiling progenitor-impl v0.11.2 |
| 3366 | 2026-05-28T17:14:42.356Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3367 | 2026-05-28T17:14:42.577Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3368 | 2026-05-28T17:14:42.596Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3369 | 2026-05-28T17:14:42.709Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3370 | 2026-05-28T17:14:43.036Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3371 | 2026-05-28T17:14:43.346Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3372 | 2026-05-28T17:14:43.365Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3373 | 2026-05-28T17:14:43.620Z | Compiling password-hash v0.4.2 |
| 3374 | 2026-05-28T17:14:43.782Z | Compiling http-range v0.1.5 |
| 3375 | 2026-05-28T17:14:43.801Z | Compiling crc8 v0.1.1 |
| 3376 | 2026-05-28T17:14:43.958Z | Compiling path-slash v0.1.5 |
| 3377 | 2026-05-28T17:14:44.019Z | Compiling half v1.8.3 |
| 3378 | 2026-05-28T17:14:44.060Z | Compiling pbkdf2 v0.11.0 |
| 3379 | 2026-05-28T17:14:44.158Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3380 | 2026-05-28T17:14:44.179Z | Compiling illumos-nvpair v0.3.0 |
| 3381 | 2026-05-28T17:14:44.316Z | Compiling serde_cbor v0.11.2 |
| 3382 | 2026-05-28T17:14:44.416Z | Compiling ssh-key v0.6.7 |
| 3383 | 2026-05-28T17:14:44.622Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-05-28T17:14:44.802Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3385 | 2026-05-28T17:14:44.833Z | Compiling progenitor-macro v0.11.2 |
| 3386 | 2026-05-28T17:14:44.887Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3387 | 2026-05-28T17:14:45.006Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3388 | 2026-05-28T17:14:45.028Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3389 | 2026-05-28T17:14:45.091Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3390 | 2026-05-28T17:14:45.248Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3391 | 2026-05-28T17:14:45.613Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3392 | 2026-05-28T17:14:45.652Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3393 | 2026-05-28T17:14:45.677Z | Compiling p256 v0.13.2 |
| 3394 | 2026-05-28T17:14:45.764Z | Compiling p521 v0.13.3 |
| 3395 | 2026-05-28T17:14:45.869Z | Compiling yasna v0.5.2 |
| 3396 | 2026-05-28T17:14:46.106Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3397 | 2026-05-28T17:14:46.110Z | Compiling kstat-rs v0.2.4 |
| 3398 | 2026-05-28T17:14:46.161Z | Compiling headers-core v0.3.0 |
| 3399 | 2026-05-28T17:14:46.208Z | Compiling nanorand v0.7.0 |
| 3400 | 2026-05-28T17:14:46.226Z | Compiling atty v0.2.14 |
| 3401 | 2026-05-28T17:14:46.248Z | Compiling russh-cryptovec v0.7.3 |
| 3402 | 2026-05-28T17:14:46.319Z | Compiling home v0.5.12 |
| 3403 | 2026-05-28T17:14:46.369Z | Compiling md5 v0.7.0 |
| 3404 | 2026-05-28T17:14:46.478Z | Compiling flume v0.11.1 |
| 3405 | 2026-05-28T17:14:46.484Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3406 | 2026-05-28T17:14:46.514Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3407 | 2026-05-28T17:14:46.514Z | Compiling rcgen v0.12.1 |
| 3408 | 2026-05-28T17:14:46.553Z | Compiling russh-keys v0.45.0 |
| 3409 | 2026-05-28T17:14:46.617Z | Compiling headers v0.4.1 |
| 3410 | 2026-05-28T17:14:46.635Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3411 | 2026-05-28T17:14:46.693Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3412 | 2026-05-28T17:14:46.787Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3413 | 2026-05-28T17:14:46.853Z | Compiling hyper-staticfile v0.10.1 |
| 3414 | 2026-05-28T17:14:46.878Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3415 | 2026-05-28T17:14:47.053Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3416 | 2026-05-28T17:14:47.128Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3417 | 2026-05-28T17:14:47.269Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3418 | 2026-05-28T17:14:47.287Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3419 | 2026-05-28T17:14:47.415Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3420 | 2026-05-28T17:14:47.440Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3421 | 2026-05-28T17:14:47.474Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3422 | 2026-05-28T17:14:47.739Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3423 | 2026-05-28T17:14:47.743Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3424 | 2026-05-28T17:14:47.978Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3425 | 2026-05-28T17:14:47.981Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-05-28T17:14:48.016Z | Compiling des v0.8.1 |
| 3427 | 2026-05-28T17:14:48.035Z | Compiling subprocess v0.2.15 |
| 3428 | 2026-05-28T17:14:48.054Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3429 | 2026-05-28T17:14:48.151Z | Compiling hex-literal v0.4.1 |
| 3430 | 2026-05-28T17:14:48.209Z | Compiling display-error-chain v0.2.2 |
| 3431 | 2026-05-28T17:14:48.284Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3432 | 2026-05-28T17:14:48.305Z | Compiling colored v2.2.0 |
| 3433 | 2026-05-28T17:14:48.321Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3434 | 2026-05-28T17:14:48.376Z | Compiling socket2 v0.5.10 |
| 3435 | 2026-05-28T17:14:48.395Z | Compiling internet-checksum v0.2.1 |
| 3436 | 2026-05-28T17:14:48.520Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-05-28T17:14:48.706Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3438 | 2026-05-28T17:14:49.225Z | Compiling russh v0.45.0 |
| 3439 | 2026-05-28T17:14:49.777Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3440 | 2026-05-28T17:14:49.794Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3441 | 2026-05-28T17:14:49.969Z | Compiling progenitor v0.11.2 |
| 3442 | 2026-05-28T17:14:50.106Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3443 | 2026-05-28T17:14:52.338Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3444 | 2026-05-28T17:14:53.012Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-05-28T17:14:53.509Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-05-28T17:14:55.239Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3447 | 2026-05-28T17:14:55.813Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-05-28T17:15:03.450Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3449 | 2026-05-28T17:15:03.450Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-05-28T17:15:03.453Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2026-05-28T17:15:03.453Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3452 | 2026-05-28T17:15:05.229Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3453 | 2026-05-28T17:15:05.289Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3454 | 2026-05-28T17:15:09.524Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3455 | 2026-05-28T17:15:49.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3456 | 2026-05-28T17:15:49.745Z | |
| 3457 | 2026-05-28T17:15:49.748Z | real 1:28.186822803 |
| 3458 | 2026-05-28T17:15:49.748Z | user 8:18.034874407 |
| 3459 | 2026-05-28T17:15:49.748Z | sys 1:47.338791179 |
| 3460 | 2026-05-28T17:15:49.748Z | trap 0.263102813 |
| 3461 | 2026-05-28T17:15:49.748Z | tflt 0.587431871 |
| 3462 | 2026-05-28T17:15:49.748Z | dflt 1.536577924 |
| 3463 | 2026-05-28T17:15:49.748Z | kflt 0.000254040 |
| 3464 | 2026-05-28T17:15:49.748Z | lock 28:23.116046539 |
| 3465 | 2026-05-28T17:15:49.748Z | slp 19:12.212567332 |
| 3466 | 2026-05-28T17:15:49.748Z | lat 38.760581556 |
| 3467 | 2026-05-28T17:15:49.748Z | stop 2:51.547314502 |
| 3468 | 2026-05-28T17:15:49.748Z | + mkdir tests |
| 3469 | 2026-05-28T17:15:49.751Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3470 | 2026-05-28T17:15:49.751Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3471 | 2026-05-28T17:15:49.783Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/ |
| 3472 | 2026-05-28T17:15:49.804Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/ |
| 3473 | 2026-05-28T17:15:49.824Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/ |
| 3474 | 2026-05-28T17:15:49.844Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/ |
| 3475 | 2026-05-28T17:15:50.085Z | + 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) |
| 3476 | 2026-05-28T17:15:50.088Z | + 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-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a 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 |
| 3477 | 2026-05-28T17:17:12.813Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3478 | 2026-05-28T17:17:12.813Z | a .github/buildomat/ci-env.sh 1K |
| 3479 | 2026-05-28T17:17:12.813Z | a out/target/test 1K |
| 3480 | 2026-05-28T17:17:12.813Z | a out/npuzone/npuzone 27402K |
| 3481 | 2026-05-28T17:17:12.814Z | a package-manifest.toml 35K |
| 3482 | 2026-05-28T17:17:12.814Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3483 | 2026-05-28T17:17:12.814Z | a target/release/omicron-package 45151K |
| 3484 | 2026-05-28T17:17:12.814Z | a target/release/xtask 11449K |
| 3485 | 2026-05-28T17:17:12.814Z | a target/debug/bootstrap 353190K |
| 3486 | 2026-05-28T17:17:12.814Z | a tests/bootstrap-f18b755259a0b5b5 31215K |
| 3487 | 2026-05-28T17:17:12.814Z | a tests/commtest-0a11de06ac61b760 32300K |
| 3488 | 2026-05-28T17:17:12.814Z | a tests/dhcp_server-7741181b9d09bcb1 31215K |
| 3489 | 2026-05-28T17:17:12.814Z | a tests/end_to_end_tests-cebe13924327cd8a 394985K |
| 3490 | 2026-05-28T17:17:12.814Z | a tools/opte_version 1K |
| 3491 | 2026-05-28T17:17:12.814Z | a tools/opte_version_override 2K |
| 3492 | 2026-05-28T17:17:12.814Z | a out/clickhouse.tar.gz 321341K |
| 3493 | 2026-05-28T17:17:12.814Z | a out/clickhouse_keeper.tar.gz 306406K |
| 3494 | 2026-05-28T17:17:12.814Z | a out/clickhouse_server.tar.gz 321338K |
| 3495 | 2026-05-28T17:17:12.814Z | a out/cockroachdb.tar.gz 165626K |
| 3496 | 2026-05-28T17:17:12.814Z | a out/crucible-pantry-zone.tar.gz 40619K |
| 3497 | 2026-05-28T17:17:12.814Z | a out/crucible-utils.tar 16478K |
| 3498 | 2026-05-28T17:17:12.814Z | a out/crucible-zone.tar.gz 56189K |
| 3499 | 2026-05-28T17:17:12.814Z | a out/external-dns.tar.gz 50209K |
| 3500 | 2026-05-28T17:17:12.814Z | a out/internal-dns.tar.gz 50209K |
| 3501 | 2026-05-28T17:17:12.814Z | a out/mg-ddm-gz.tar 95141K |
| 3502 | 2026-05-28T17:17:12.814Z | a out/nexus.tar.gz 278438K |
| 3503 | 2026-05-28T17:17:12.814Z | a out/ntp.tar.gz 32290K |
| 3504 | 2026-05-28T17:17:12.814Z | a out/omicron-gateway-softnpu.tar.gz 29904K |
| 3505 | 2026-05-28T17:17:12.814Z | a out/omicron-sled-agent.tar 203620K |
| 3506 | 2026-05-28T17:17:12.814Z | a out/overlay.tar.gz 3K |
| 3507 | 2026-05-28T17:17:12.814Z | a out/oximeter.tar.gz 67117K |
| 3508 | 2026-05-28T17:17:12.814Z | a out/oxlog.tar 3782K |
| 3509 | 2026-05-28T17:17:12.814Z | a out/probe.tar.gz 3037K |
| 3510 | 2026-05-28T17:17:12.814Z | a out/propolis-server.tar.gz 35483K |
| 3511 | 2026-05-28T17:17:12.814Z | a out/pumpkind-gz.tar 26647K |
| 3512 | 2026-05-28T17:17:12.814Z | a out/switch-softnpu.tar.gz 452050K |
| 3513 | 2026-05-28T17:17:12.818Z | |
| 3514 | 2026-05-28T17:17:12.818Z | real 1:22.727166075 |
| 3515 | 2026-05-28T17:17:12.818Z | user 1:19.867087540 |
| 3516 | 2026-05-28T17:17:12.818Z | sys 4.724020972 |
| 3517 | 2026-05-28T17:17:12.818Z | trap 0.007234958 |
| 3518 | 2026-05-28T17:17:12.818Z | tflt 0.000000000 |
| 3519 | 2026-05-28T17:17:12.818Z | dflt 0.000000000 |
| 3520 | 2026-05-28T17:17:12.818Z | kflt 0.000000000 |
| 3521 | 2026-05-28T17:17:12.818Z | lock 0.000000000 |
| 3522 | 2026-05-28T17:17:12.818Z | slp 1:19.787787320 |
| 3523 | 2026-05-28T17:17:12.818Z | lat 1.062545067 |
| 3524 | 2026-05-28T17:17:12.818Z | stop 0.000160538 |
| 3525 | 2026-05-28T17:17:12.818Z | process exited: duration 963632 ms, exit code 0 |
| |
| 3526 | 2026-05-28T17:17:12.834Z | found 1 output files |
| 3527 | 2026-05-28T17:17:12.834Z | uploading: /work/package.tar.gz (2555306292 bytes) |
| 3528 | 2026-05-28T17:17:41.187Z | uploaded: /work/package.tar.gz |