|
|
|
| 1 | 2026-07-01T15:16:32.896Z | job assigned to worker 01KWF40B145DB0TBXZSBPMVSTD [factory aws, i-0a8ebb5914a8d15af] (queued for 49 s) |
| |
| 2 | 2026-07-01T15:16:39.693Z | starting task 0: "setup" |
| 3 | 2026-07-01T15:16:39.700Z | ++ uname -s |
| 4 | 2026-07-01T15:16:39.703Z | + kern=SunOS |
| 5 | 2026-07-01T15:16:39.703Z | + build_user=build |
| 6 | 2026-07-01T15:16:39.703Z | + build_uid=12345 |
| 7 | 2026-07-01T15:16:39.703Z | + work_dir=/work |
| 8 | 2026-07-01T15:16:39.703Z | + input_dir=/input |
| 9 | 2026-07-01T15:16:39.703Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-01T15:16:39.704Z | + case "$kern" in |
| 11 | 2026-07-01T15:16:39.705Z | + groupadd -g 12345 build |
| 12 | 2026-07-01T15:16:39.708Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-01T15:16:41.711Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-01T15:16:41.856Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-01T15:16:41.859Z | + home_fs=zfs |
| 16 | 2026-07-01T15:16:41.859Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-01T15:16:41.859Z | + mkdir -p /home/build |
| 18 | 2026-07-01T15:16:41.862Z | + chown build:build /home/build /work |
| 19 | 2026-07-01T15:16:43.862Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-01T15:16:43.865Z | process exited: duration 4171 ms, exit code 0 |
| |
| 21 | 2026-07-01T15:16:43.872Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-01T15:16:43.877Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-01T15:16:43.877Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-01T15:16:43.877Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-01T15:16:43.877Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-01T15:16:43.877Z | * rust toolchain profile = "default" |
| 27 | 2026-07-01T15:16:43.877Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-01T15:16:43.881Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-01T15:16:43.881Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-01T15:16:43.987Z | info: downloading installer |
| 31 | 2026-07-01T15:16:45.561Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-01T15:16:45.561Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-01T15:16:45.561Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-01T15:16:45.561Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-01T15:16:45.573Z | info: profile set to default |
| 36 | 2026-07-01T15:16:45.573Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-01T15:16:45.576Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-01T15:16:45.751Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-01T15:16:45.754Z | info: downloading 6 components |
| 40 | 2026-07-01T15:17:00.819Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-01T15:17:00.819Z | |
| 42 | 2026-07-01T15:17:00.847Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-01T15:17:00.848Z | |
| 44 | 2026-07-01T15:17:00.848Z | |
| 45 | 2026-07-01T15:17:00.848Z | Rust is installed now. Great! |
| 46 | 2026-07-01T15:17:00.848Z | |
| 47 | 2026-07-01T15:17:00.848Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-01T15:17:00.851Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-01T15:17:00.851Z | |
| 50 | 2026-07-01T15:17:00.851Z | To configure your current shell, you need to source |
| 51 | 2026-07-01T15:17:00.851Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-01T15:17:00.851Z | |
| 53 | 2026-07-01T15:17:00.851Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-01T15:17:00.851Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-01T15:17:00.851Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-01T15:17:00.851Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-01T15:17:00.851Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-01T15:17:00.851Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-01T15:17:00.851Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-01T15:17:00.851Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-01T15:17:00.851Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-01T15:17:00.954Z | + rustup --version |
| 63 | 2026-07-01T15:17:00.960Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-01T15:17:00.964Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-01T15:17:00.983Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-01T15:17:00.987Z | + cargo --version |
| 67 | 2026-07-01T15:17:00.997Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-01T15:17:01.001Z | + rustc --version |
| 69 | 2026-07-01T15:17:01.017Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-01T15:17:01.020Z | process exited: duration 17148 ms, exit code 0 |
| |
| 71 | 2026-07-01T15:17:01.026Z | starting task 2: "authentication" |
| 72 | 2026-07-01T15:17:01.043Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-01T15:17:01.050Z | starting task 3: "clone repository" |
| 74 | 2026-07-01T15:17:01.055Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-01T15:17:01.058Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-01T15:17:01.089Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-01T15:17:11.181Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-01T15:17:11.181Z | + git fetch origin 8de5eb2049b6d1a1e1c410a1d986955eb8042557 |
| 79 | 2026-07-01T15:17:11.497Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-01T15:17:11.497Z | * branch 8de5eb2049b6d1a1e1c410a1d986955eb8042557 -> FETCH_HEAD |
| 81 | 2026-07-01T15:17:11.510Z | + [[ -n add-skywalking-scanner ]] |
| 82 | 2026-07-01T15:17:11.513Z | ++ git branch --show-current |
| 83 | 2026-07-01T15:17:11.515Z | + current=main |
| 84 | 2026-07-01T15:17:11.515Z | + [[ main != add-skywalking-scanner ]] |
| 85 | 2026-07-01T15:17:11.516Z | + git branch -f add-skywalking-scanner 8de5eb2049b6d1a1e1c410a1d986955eb8042557 |
| 86 | 2026-07-01T15:17:11.518Z | + git checkout -f add-skywalking-scanner |
| 87 | 2026-07-01T15:17:11.766Z | Switched to branch 'add-skywalking-scanner' |
| 88 | 2026-07-01T15:17:11.769Z | + git reset --hard 8de5eb2049b6d1a1e1c410a1d986955eb8042557 |
| 89 | 2026-07-01T15:17:11.785Z | HEAD is now at 8de5eb204 fix buildomat frontmatter broken by license header insertion |
| 90 | 2026-07-01T15:17:11.788Z | process exited: duration 10735 ms, exit code 0 |
| |
| 91 | 2026-07-01T15:17:11.794Z | starting task 4: "build" |
| 92 | 2026-07-01T15:17:11.799Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-01T15:17:11.799Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-01T15:17:11.799Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-01T15:17:11.799Z | + cargo --version |
| 96 | 2026-07-01T15:17:11.809Z | cargo 1.96.1 (356927216 2026-06-26) |
| 97 | 2026-07-01T15:17:11.813Z | + rustc --version |
| 98 | 2026-07-01T15:17:11.832Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 99 | 2026-07-01T15:17:11.835Z | + WORK=/work |
| 100 | 2026-07-01T15:17:11.835Z | + pfexec mkdir -p /work |
| 101 | 2026-07-01T15:17:11.838Z | + pfexec chown build /work |
| 102 | 2026-07-01T15:17:11.841Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-07-01T15:17:13.428Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-07-01T15:17:13.620Z | Startup: Caching catalogs ... Done |
| 105 | 2026-07-01T15:17:14.034Z | Planning: Solver setup ... Done (0.445s) |
| 106 | 2026-07-01T15:17:14.062Z | Planning: Running solver ... Done (0.029s) |
| 107 | 2026-07-01T15:17:14.079Z | Planning: Finding local manifests ... Done (0.004s) |
| 108 | 2026-07-01T15:17:14.091Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-07-01T15:17:14.119Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-07-01T15:17:14.135Z | Planning: Package planning ... Done (0.016s) |
| 111 | 2026-07-01T15:17:14.138Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-07-01T15:17:14.302Z | Planning: Checking for conflicting actions ... Done (0.165s) |
| 113 | 2026-07-01T15:17:14.305Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-07-01T15:17:15.181Z | Planning: Evaluating mediators ... Done (0.878s) |
| 115 | 2026-07-01T15:17:15.184Z | Planning: Planning completed in 1.62 seconds |
| 116 | 2026-07-01T15:17:15.191Z | Packages to install: 2 |
| 117 | 2026-07-01T15:17:15.191Z | Estimated space available: 156.06 GB |
| 118 | 2026-07-01T15:17:15.191Z | Estimated space to be consumed: 30.98 MB |
| 119 | 2026-07-01T15:17:15.191Z | Create boot environment: No |
| 120 | 2026-07-01T15:17:15.191Z | Create backup boot environment: No |
| 121 | 2026-07-01T15:17:15.191Z | Rebuild boot archive: No |
| 122 | 2026-07-01T15:17:15.194Z | |
| 123 | 2026-07-01T15:17:15.194Z | Changed packages: |
| 124 | 2026-07-01T15:17:15.194Z | helios |
| 125 | 2026-07-01T15:17:15.194Z | developer/build-essential |
| 126 | 2026-07-01T15:17:15.194Z | None -> 11-3.0 |
| 127 | 2026-07-01T15:17:15.195Z | library/libxmlsec1 |
| 128 | 2026-07-01T15:17:15.195Z | None -> 1.2.35-3.0 |
| 129 | 2026-07-01T15:17:15.217Z | |
| 130 | 2026-07-01T15:17:15.217Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-07-01T15:17:16.719Z | Download: Completed 1.28 MB in 1.44 seconds (912k/s) |
| 132 | 2026-07-01T15:17:16.772Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-07-01T15:17:16.778Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-07-01T15:17:16.778Z | Finalize: Updating package state database ... Done (0.012s) |
| 135 | 2026-07-01T15:17:16.778Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-07-01T15:17:16.793Z | Finalize: Updating image state ... Done (0.029s) |
| 137 | 2026-07-01T15:17:19.374Z | Finalize: Creating fast lookup database ... Done (2.554s) |
| 138 | 2026-07-01T15:17:19.447Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-07-01T15:17:19.454Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-07-01T15:17:19.560Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-07-01T15:17:19.875Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-07-01T15:17:19.981Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-07-01T15:17:19.988Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-07-01T15:17:20.148Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-07-01T15:17:20.162Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-07-01T15:17:20.162Z | Mediators to change: 2 |
| 147 | 2026-07-01T15:17:20.162Z | Create boot environment: No |
| 148 | 2026-07-01T15:17:20.162Z | Create backup boot environment: No |
| 149 | 2026-07-01T15:17:20.219Z | Finalize: Updating package state database ... Done |
| 150 | 2026-07-01T15:17:20.219Z | Finalize: Updating package cache ... Done |
| 151 | 2026-07-01T15:17:20.243Z | Finalize: Updating image state ... Done |
| 152 | 2026-07-01T15:17:22.146Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-07-01T15:17:22.210Z | Finalize: Reading search index ... Done |
| 154 | 2026-07-01T15:17:22.214Z | Finalize: Updating search index ... Done |
| 155 | 2026-07-01T15:17:22.269Z | Finalize: Updating package cache ... Done |
| 156 | 2026-07-01T15:17:22.558Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-07-01T15:17:22.657Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-07-01T15:17:22.666Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-07-01T15:17:22.812Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-07-01T15:17:22.817Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-07-01T15:17:22.834Z | Mediators to change: 1 |
| 162 | 2026-07-01T15:17:22.834Z | Create boot environment: No |
| 163 | 2026-07-01T15:17:22.834Z | Create backup boot environment: No |
| 164 | 2026-07-01T15:17:22.871Z | Finalize: Updating package state database ... Done |
| 165 | 2026-07-01T15:17:22.872Z | Finalize: Updating package cache ... Done |
| 166 | 2026-07-01T15:17:22.889Z | Finalize: Updating image state ... Done |
| 167 | 2026-07-01T15:17:24.822Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-07-01T15:17:24.891Z | Finalize: Reading search index ... Done |
| 169 | 2026-07-01T15:17:24.899Z | Finalize: Updating search index ... Done |
| 170 | 2026-07-01T15:17:24.942Z | Finalize: Updating package cache ... Done |
| 171 | 2026-07-01T15:17:25.247Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-07-01T15:17:25.247Z | apache system 2.4 system |
| 173 | 2026-07-01T15:17:25.247Z | clang system 15 system |
| 174 | 2026-07-01T15:17:25.247Z | csh system system illumos |
| 175 | 2026-07-01T15:17:25.247Z | ctags system system illumos |
| 176 | 2026-07-01T15:17:25.247Z | file vendor vendor darwinsys |
| 177 | 2026-07-01T15:17:25.248Z | file system system illumos |
| 178 | 2026-07-01T15:17:25.248Z | gcc vendor 14 vendor |
| 179 | 2026-07-01T15:17:25.248Z | gcc system 13 system |
| 180 | 2026-07-01T15:17:25.248Z | gcc system 10 system |
| 181 | 2026-07-01T15:17:25.248Z | go system 1.25 system |
| 182 | 2026-07-01T15:17:25.248Z | llvm system 15 system |
| 183 | 2026-07-01T15:17:25.248Z | mariadb system 11.4 system |
| 184 | 2026-07-01T15:17:25.248Z | mta vendor vendor dma |
| 185 | 2026-07-01T15:17:25.248Z | openjdk system 17 system |
| 186 | 2026-07-01T15:17:25.249Z | openjdk system 11 system |
| 187 | 2026-07-01T15:17:25.249Z | openssl vendor 3 vendor |
| 188 | 2026-07-01T15:17:25.249Z | perl system 5.40 system |
| 189 | 2026-07-01T15:17:25.249Z | postgresql system 18 system |
| 190 | 2026-07-01T15:17:25.249Z | postgresql system 17 system |
| 191 | 2026-07-01T15:17:25.249Z | python vendor 3 vendor |
| 192 | 2026-07-01T15:17:25.249Z | python system 2 system |
| 193 | 2026-07-01T15:17:25.249Z | python3 vendor 3.13 vendor |
| 194 | 2026-07-01T15:17:25.249Z | ruby system 3.4 system |
| 195 | 2026-07-01T15:17:25.249Z | ruby system 3.0 system |
| 196 | 2026-07-01T15:17:25.249Z | words vendor vendor american-english |
| 197 | 2026-07-01T15:17:25.249Z | words system system australian-english |
| 198 | 2026-07-01T15:17:25.249Z | words system system british-english |
| 199 | 2026-07-01T15:17:25.249Z | words system system canadian-english |
| 200 | 2026-07-01T15:17:25.249Z | words system system french |
| 201 | 2026-07-01T15:17:25.249Z | words system system italian |
| 202 | 2026-07-01T15:17:25.249Z | words system system ngerman |
| 203 | 2026-07-01T15:17:25.249Z | words system system ogerman |
| 204 | 2026-07-01T15:17:25.249Z | words system system spanish |
| 205 | 2026-07-01T15:17:25.496Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-07-01T15:17:25.496Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-07-01T15:17:25.793Z | FMRI IFO |
| 208 | 2026-07-01T15:17:25.793Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-07-01T15:17:25.793Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-07-01T15:17:25.793Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-07-01T15:17:25.794Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-07-01T15:17:25.794Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-07-01T15:17:25.794Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-07-01T15:17:25.794Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-07-01T15:17:25.794Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-07-01T15:17:25.794Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-07-01T15:17:26.042Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-07-01T15:17:26.337Z | Updating crates.io index |
| 219 | 2026-07-01T15:17:26.342Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-07-01T15:17:26.607Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 221 | 2026-07-01T15:17:26.868Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 222 | 2026-07-01T15:17:27.849Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 223 | 2026-07-01T15:17:28.377Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 224 | 2026-07-01T15:17:30.003Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 225 | 2026-07-01T15:17:30.818Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 226 | 2026-07-01T15:17:31.056Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 227 | 2026-07-01T15:17:31.391Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-07-01T15:17:32.375Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-07-01T15:17:32.669Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-07-01T15:17:32.987Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-07-01T15:17:33.235Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-07-01T15:17:33.664Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-07-01T15:17:34.238Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-07-01T15:17:34.502Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-07-01T15:17:34.823Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-07-01T15:17:35.070Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-07-01T15:17:35.389Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-07-01T15:17:35.601Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-07-01T15:17:35.884Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-07-01T15:17:36.113Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-07-01T15:17:36.518Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-07-01T15:17:36.863Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-07-01T15:17:37.318Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-07-01T15:17:37.722Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-07-01T15:17:37.964Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-07-01T15:17:38.304Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-07-01T15:17:38.561Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-07-01T15:17:38.803Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-07-01T15:17:39.122Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 250 | 2026-07-01T15:17:39.514Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-07-01T15:17:39.758Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-07-01T15:17:40.037Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-07-01T15:17:40.344Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-07-01T15:17:40.612Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-07-01T15:17:40.974Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-07-01T15:17:41.150Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-07-01T15:17:41.439Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-07-01T15:17:41.684Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-07-01T15:17:45.941Z | Downloading crates ... |
| 260 | 2026-07-01T15:17:45.942Z | Downloaded cfg-if v1.0.4 |
| 261 | 2026-07-01T15:17:45.943Z | Downloaded anstyle v1.0.14 |
| 262 | 2026-07-01T15:17:45.943Z | Downloaded anstyle-parse v1.0.0 |
| 263 | 2026-07-01T15:17:45.943Z | Downloaded clap v4.6.1 |
| 264 | 2026-07-01T15:17:45.943Z | Downloaded errno v0.3.14 |
| 265 | 2026-07-01T15:17:45.943Z | Downloaded crypto-common v0.1.7 |
| 266 | 2026-07-01T15:17:45.943Z | Downloaded cargo_toml v0.21.0 |
| 267 | 2026-07-01T15:17:45.943Z | Downloaded block-buffer v0.10.4 |
| 268 | 2026-07-01T15:17:45.943Z | Downloaded once_cell v1.21.3 |
| 269 | 2026-07-01T15:17:45.943Z | Downloaded anstyle-query v1.1.5 |
| 270 | 2026-07-01T15:17:45.943Z | Downloaded cargo_metadata v0.23.1 |
| 271 | 2026-07-01T15:17:45.943Z | Downloaded fnv v1.0.7 |
| 272 | 2026-07-01T15:17:45.943Z | Downloaded anstream v1.0.0 |
| 273 | 2026-07-01T15:17:45.944Z | Downloaded heck v0.5.0 |
| 274 | 2026-07-01T15:17:45.945Z | Downloaded heck v0.4.1 |
| 275 | 2026-07-01T15:17:45.945Z | Downloaded autocfg v1.5.0 |
| 276 | 2026-07-01T15:17:45.945Z | Downloaded zerocopy v0.7.35 |
| 277 | 2026-07-01T15:17:45.945Z | Downloaded digest v0.10.7 |
| 278 | 2026-07-01T15:17:45.945Z | Downloaded byteorder v1.5.0 |
| 279 | 2026-07-01T15:17:45.945Z | Downloaded memmap v0.7.0 |
| 280 | 2026-07-01T15:17:45.945Z | Downloaded dtrace-parser v0.2.0 |
| 281 | 2026-07-01T15:17:45.945Z | Downloaded cpufeatures v0.2.17 |
| 282 | 2026-07-01T15:17:45.945Z | Downloaded clap_lex v1.0.0 |
| 283 | 2026-07-01T15:17:45.945Z | Downloaded generic-array v0.14.7 |
| 284 | 2026-07-01T15:17:45.945Z | Downloaded bytecount v0.6.9 |
| 285 | 2026-07-01T15:17:45.945Z | Downloaded is_terminal_polyfill v1.70.2 |
| 286 | 2026-07-01T15:17:45.945Z | Downloaded dof v0.3.0 |
| 287 | 2026-07-01T15:17:45.945Z | Downloaded version_check v0.9.5 |
| 288 | 2026-07-01T15:17:45.945Z | Downloaded itoa v1.0.17 |
| 289 | 2026-07-01T15:17:45.945Z | Downloaded clap_derive v4.6.1 |
| 290 | 2026-07-01T15:17:45.945Z | Downloaded camino-tempfile v1.4.1 |
| 291 | 2026-07-01T15:17:45.945Z | Downloaded equivalent v1.0.2 |
| 292 | 2026-07-01T15:17:45.945Z | Downloaded swrite v0.1.0 |
| 293 | 2026-07-01T15:17:45.945Z | Downloaded colorchoice v1.0.4 |
| 294 | 2026-07-01T15:17:45.945Z | Downloaded macaddr v1.0.1 |
| 295 | 2026-07-01T15:17:45.945Z | Downloaded smawk v0.3.2 |
| 296 | 2026-07-01T15:17:45.945Z | Downloaded strsim v0.11.1 |
| 297 | 2026-07-01T15:17:45.945Z | Downloaded fastrand v2.3.0 |
| 298 | 2026-07-01T15:17:45.945Z | Downloaded toml_write v0.1.2 |
| 299 | 2026-07-01T15:17:45.947Z | Downloaded anyhow v1.0.102 |
| 300 | 2026-07-01T15:17:45.947Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-07-01T15:17:45.947Z | Downloaded scroll_derive v0.12.1 |
| 302 | 2026-07-01T15:17:45.947Z | Downloaded toml_datetime v0.6.11 |
| 303 | 2026-07-01T15:17:45.947Z | Downloaded terminal_size v0.4.3 |
| 304 | 2026-07-01T15:17:45.947Z | Downloaded proc-macro-error-attr v1.0.4 |
| 305 | 2026-07-01T15:17:45.947Z | Downloaded usdt v0.5.0 |
| 306 | 2026-07-01T15:17:45.947Z | Downloaded plain v0.2.3 |
| 307 | 2026-07-01T15:17:45.947Z | Downloaded unicode-linebreak v0.1.5 |
| 308 | 2026-07-01T15:17:45.947Z | Downloaded thread-id v4.2.2 |
| 309 | 2026-07-01T15:17:45.947Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2026-07-01T15:17:45.947Z | Downloaded cargo-platform v0.3.2 |
| 311 | 2026-07-01T15:17:45.947Z | Downloaded fs-err v3.3.0 |
| 312 | 2026-07-01T15:17:45.947Z | Downloaded quote v1.0.45 |
| 313 | 2026-07-01T15:17:45.947Z | Downloaded thiserror-impl v2.0.18 |
| 314 | 2026-07-01T15:17:45.948Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-07-01T15:17:45.948Z | Downloaded tabled_derive v0.7.0 |
| 316 | 2026-07-01T15:17:45.948Z | Downloaded serde_spanned v0.6.9 |
| 317 | 2026-07-01T15:17:45.948Z | Downloaded usdt-attr-macro v0.5.0 |
| 318 | 2026-07-01T15:17:45.948Z | Downloaded usdt-impl v0.5.0 |
| 319 | 2026-07-01T15:17:45.948Z | Downloaded bitflags v2.11.0 |
| 320 | 2026-07-01T15:17:45.948Z | Downloaded camino v1.2.2 |
| 321 | 2026-07-01T15:17:45.948Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-07-01T15:17:45.948Z | Downloaded zmij v1.0.21 |
| 323 | 2026-07-01T15:17:45.948Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-07-01T15:17:45.948Z | Downloaded semver v1.0.28 |
| 325 | 2026-07-01T15:17:45.949Z | Downloaded pest_derive v2.8.6 |
| 326 | 2026-07-01T15:17:45.949Z | Downloaded serde_tokenstream v0.2.3 |
| 327 | 2026-07-01T15:17:45.949Z | Downloaded tempfile v3.25.0 |
| 328 | 2026-07-01T15:17:45.949Z | Downloaded scroll v0.12.0 |
| 329 | 2026-07-01T15:17:45.949Z | Downloaded getrandom v0.4.1 |
| 330 | 2026-07-01T15:17:45.949Z | Downloaded thiserror-impl v1.0.69 |
| 331 | 2026-07-01T15:17:45.949Z | Downloaded papergrid v0.11.0 |
| 332 | 2026-07-01T15:17:45.949Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2026-07-01T15:17:45.949Z | Downloaded log v0.4.29 |
| 334 | 2026-07-01T15:17:45.949Z | Downloaded thiserror v2.0.18 |
| 335 | 2026-07-01T15:17:45.949Z | Downloaded pest_generator v2.8.6 |
| 336 | 2026-07-01T15:17:45.949Z | Downloaded proc-macro-error v1.0.4 |
| 337 | 2026-07-01T15:17:45.949Z | Downloaded toml v0.8.23 |
| 338 | 2026-07-01T15:17:45.949Z | Downloaded serde_derive v1.0.228 |
| 339 | 2026-07-01T15:17:45.949Z | Downloaded serde_core v1.0.228 |
| 340 | 2026-07-01T15:17:45.949Z | Downloaded zerocopy-derive v0.7.35 |
| 341 | 2026-07-01T15:17:45.949Z | Downloaded proc-macro2 v1.0.106 |
| 342 | 2026-07-01T15:17:45.949Z | Downloaded unicode-ident v1.0.24 |
| 343 | 2026-07-01T15:17:45.949Z | Downloaded typenum v1.19.0 |
| 344 | 2026-07-01T15:17:45.949Z | Downloaded pest_meta v2.8.6 |
| 345 | 2026-07-01T15:17:45.949Z | Downloaded textwrap v0.16.2 |
| 346 | 2026-07-01T15:17:45.949Z | Downloaded toml_edit v0.22.27 |
| 347 | 2026-07-01T15:17:45.949Z | Downloaded serde v1.0.228 |
| 348 | 2026-07-01T15:17:45.949Z | Downloaded indexmap v2.14.0 |
| 349 | 2026-07-01T15:17:45.949Z | Downloaded memchr v2.8.0 |
| 350 | 2026-07-01T15:17:45.949Z | Downloaded pest v2.8.6 |
| 351 | 2026-07-01T15:17:45.951Z | Downloaded serde_json v1.0.150 |
| 352 | 2026-07-01T15:17:45.951Z | Downloaded clap_builder v4.6.0 |
| 353 | 2026-07-01T15:17:45.951Z | Downloaded goblin v0.8.2 |
| 354 | 2026-07-01T15:17:45.951Z | Downloaded hashbrown v0.17.0 |
| 355 | 2026-07-01T15:17:45.951Z | Downloaded winnow v0.7.14 |
| 356 | 2026-07-01T15:17:45.951Z | Downloaded tabled v0.15.0 |
| 357 | 2026-07-01T15:17:45.951Z | Downloaded syn v1.0.109 |
| 358 | 2026-07-01T15:17:45.951Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-07-01T15:17:46.033Z | Downloaded unicode-width v0.1.14 |
| 360 | 2026-07-01T15:17:46.033Z | Downloaded syn v2.0.117 |
| 361 | 2026-07-01T15:17:46.033Z | Downloaded rustix v1.1.3 |
| 362 | 2026-07-01T15:17:46.033Z | Downloaded libc v0.2.185 |
| 363 | 2026-07-01T15:17:46.034Z | Compiling proc-macro2 v1.0.106 |
| 364 | 2026-07-01T15:17:46.035Z | Compiling quote v1.0.45 |
| 365 | 2026-07-01T15:17:46.035Z | Compiling unicode-ident v1.0.24 |
| 366 | 2026-07-01T15:17:46.035Z | Compiling libc v0.2.185 |
| 367 | 2026-07-01T15:17:46.035Z | Compiling serde_core v1.0.228 |
| 368 | 2026-07-01T15:17:46.035Z | Compiling version_check v0.9.5 |
| 369 | 2026-07-01T15:17:46.035Z | Compiling memchr v2.8.0 |
| 370 | 2026-07-01T15:17:46.035Z | Compiling serde v1.0.228 |
| 371 | 2026-07-01T15:17:46.035Z | Compiling zmij v1.0.21 |
| 372 | 2026-07-01T15:17:46.035Z | Compiling ucd-trie v0.1.7 |
| 373 | 2026-07-01T15:17:46.035Z | Compiling thiserror v1.0.69 |
| 374 | 2026-07-01T15:17:46.035Z | Compiling itoa v1.0.17 |
| 375 | 2026-07-01T15:17:46.035Z | Compiling byteorder v1.5.0 |
| 376 | 2026-07-01T15:17:46.035Z | Compiling rustix v1.1.3 |
| 377 | 2026-07-01T15:17:46.035Z | Compiling serde_json v1.0.150 |
| 378 | 2026-07-01T15:17:46.035Z | Compiling bitflags v2.11.0 |
| 379 | 2026-07-01T15:17:46.035Z | Compiling usdt-impl v0.5.0 |
| 380 | 2026-07-01T15:17:46.035Z | Compiling proc-macro-error-attr v1.0.4 |
| 381 | 2026-07-01T15:17:46.164Z | Compiling syn v1.0.109 |
| 382 | 2026-07-01T15:17:46.182Z | Compiling proc-macro-error v1.0.4 |
| 383 | 2026-07-01T15:17:46.188Z | Compiling pest v2.8.6 |
| 384 | 2026-07-01T15:17:46.188Z | Compiling camino v1.2.2 |
| 385 | 2026-07-01T15:17:46.245Z | Compiling getrandom v0.4.1 |
| 386 | 2026-07-01T15:17:46.299Z | Compiling utf8parse v0.2.2 |
| 387 | 2026-07-01T15:17:46.357Z | Compiling equivalent v1.0.2 |
| 388 | 2026-07-01T15:17:46.369Z | Compiling hashbrown v0.17.0 |
| 389 | 2026-07-01T15:17:46.411Z | Compiling plain v0.2.3 |
| 390 | 2026-07-01T15:17:46.421Z | Compiling log v0.4.29 |
| 391 | 2026-07-01T15:17:46.471Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-07-01T15:17:46.487Z | Compiling anstyle-query v1.1.5 |
| 393 | 2026-07-01T15:17:46.529Z | Compiling autocfg v1.5.0 |
| 394 | 2026-07-01T15:17:46.570Z | Compiling pretty-hex v0.4.1 |
| 395 | 2026-07-01T15:17:46.570Z | Compiling cfg-if v1.0.4 |
| 396 | 2026-07-01T15:17:46.593Z | Compiling thiserror v2.0.18 |
| 397 | 2026-07-01T15:17:46.644Z | Compiling anstyle v1.0.14 |
| 398 | 2026-07-01T15:17:46.659Z | Compiling winnow v0.7.14 |
| 399 | 2026-07-01T15:17:46.680Z | Compiling is_terminal_polyfill v1.70.2 |
| 400 | 2026-07-01T15:17:46.705Z | Compiling toml_write v0.1.2 |
| 401 | 2026-07-01T15:17:46.713Z | Compiling colorchoice v1.0.4 |
| 402 | 2026-07-01T15:17:46.713Z | Compiling fastrand v2.3.0 |
| 403 | 2026-07-01T15:17:46.789Z | Compiling fnv v1.0.7 |
| 404 | 2026-07-01T15:17:46.807Z | Compiling strsim v0.11.1 |
| 405 | 2026-07-01T15:17:46.851Z | Compiling errno v0.3.14 |
| 406 | 2026-07-01T15:17:46.882Z | Compiling thread-id v4.2.2 |
| 407 | 2026-07-01T15:17:46.892Z | Compiling indexmap v2.14.0 |
| 408 | 2026-07-01T15:17:46.893Z | Compiling anstream v1.0.0 |
| 409 | 2026-07-01T15:17:46.924Z | Compiling heck v0.4.1 |
| 410 | 2026-07-01T15:17:47.023Z | Compiling fs-err v3.3.0 |
| 411 | 2026-07-01T15:17:47.030Z | Compiling anyhow v1.0.102 |
| 412 | 2026-07-01T15:17:47.030Z | Compiling once_cell v1.21.3 |
| 413 | 2026-07-01T15:17:47.116Z | Compiling clap_lex v1.0.0 |
| 414 | 2026-07-01T15:17:47.179Z | Compiling syn v2.0.117 |
| 415 | 2026-07-01T15:17:47.224Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-01T15:17:47.253Z | Compiling heck v0.5.0 |
| 417 | 2026-07-01T15:17:47.270Z | Compiling bytecount v0.6.9 |
| 418 | 2026-07-01T15:17:47.306Z | Compiling unicode-width v0.1.14 |
| 419 | 2026-07-01T15:17:47.415Z | Compiling memmap v0.7.0 |
| 420 | 2026-07-01T15:17:47.469Z | Compiling unicode-width v0.2.0 |
| 421 | 2026-07-01T15:17:47.474Z | Compiling smawk v0.3.2 |
| 422 | 2026-07-01T15:17:47.514Z | Compiling unicode-linebreak v0.1.5 |
| 423 | 2026-07-01T15:17:47.569Z | Compiling papergrid v0.11.0 |
| 424 | 2026-07-01T15:17:47.616Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 425 | 2026-07-01T15:17:47.634Z | Compiling swrite v0.1.0 |
| 426 | 2026-07-01T15:17:47.840Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-07-01T15:17:47.840Z | Compiling tempfile v3.25.0 |
| 428 | 2026-07-01T15:17:47.857Z | Compiling semver v1.0.28 |
| 429 | 2026-07-01T15:17:47.901Z | Compiling cargo-platform v0.3.2 |
| 430 | 2026-07-01T15:17:48.020Z | Compiling clap_builder v4.6.0 |
| 431 | 2026-07-01T15:17:48.051Z | Compiling textwrap v0.16.2 |
| 432 | 2026-07-01T15:17:48.164Z | Compiling camino-tempfile v1.4.1 |
| 433 | 2026-07-01T15:17:48.624Z | Compiling tabled_derive v0.7.0 |
| 434 | 2026-07-01T15:17:49.305Z | Compiling tabled v0.15.0 |
| 435 | 2026-07-01T15:17:49.364Z | Compiling pest_generator v2.8.6 |
| 436 | 2026-07-01T15:17:49.842Z | Compiling serde_derive v1.0.228 |
| 437 | 2026-07-01T15:17:49.861Z | Compiling thiserror-impl v1.0.69 |
| 438 | 2026-07-01T15:17:49.861Z | Compiling zerocopy-derive v0.7.35 |
| 439 | 2026-07-01T15:17:49.861Z | Compiling scroll_derive v0.12.1 |
| 440 | 2026-07-01T15:17:49.861Z | Compiling thiserror-impl v2.0.18 |
| 441 | 2026-07-01T15:17:49.861Z | Compiling clap_derive v4.6.1 |
| 442 | 2026-07-01T15:17:49.928Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-07-01T15:17:50.533Z | Compiling scroll v0.12.0 |
| 444 | 2026-07-01T15:17:50.590Z | Compiling zerocopy v0.7.35 |
| 445 | 2026-07-01T15:17:50.735Z | Compiling goblin v0.8.2 |
| 446 | 2026-07-01T15:17:50.977Z | Compiling dtrace-parser v0.2.0 |
| 447 | 2026-07-01T15:17:51.172Z | Compiling clap v4.6.1 |
| 448 | 2026-07-01T15:17:52.339Z | Compiling dof v0.3.0 |
| 449 | 2026-07-01T15:17:52.339Z | Compiling serde_tokenstream v0.2.3 |
| 450 | 2026-07-01T15:17:52.355Z | Compiling toml_datetime v0.6.11 |
| 451 | 2026-07-01T15:17:52.359Z | Compiling serde_spanned v0.6.9 |
| 452 | 2026-07-01T15:17:52.359Z | Compiling macaddr v1.0.1 |
| 453 | 2026-07-01T15:17:52.359Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-07-01T15:17:52.568Z | Compiling toml_edit v0.22.27 |
| 455 | 2026-07-01T15:17:52.994Z | Compiling usdt-attr-macro v0.5.0 |
| 456 | 2026-07-01T15:17:52.998Z | Compiling usdt-macro v0.5.0 |
| 457 | 2026-07-01T15:17:53.593Z | Compiling usdt v0.5.0 |
| 458 | 2026-07-01T15:17:53.829Z | Compiling toml v0.8.23 |
| 459 | 2026-07-01T15:17:54.151Z | Compiling cargo_toml v0.21.0 |
| 460 | 2026-07-01T15:17:55.455Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 461 | 2026-07-01T15:17:57.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.57s |
| 462 | 2026-07-01T15:17:57.663Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 463 | 2026-07-01T15:17:58.139Z | Downloading crates ... |
| 464 | 2026-07-01T15:17:58.226Z | Downloaded adler2 v2.0.1 |
| 465 | 2026-07-01T15:17:58.233Z | Downloaded aead v0.5.2 |
| 466 | 2026-07-01T15:17:58.237Z | Downloaded backoff v0.4.0 |
| 467 | 2026-07-01T15:17:58.241Z | Downloaded ahash v0.8.12 |
| 468 | 2026-07-01T15:17:58.245Z | Downloaded anstyle-parse v0.2.7 |
| 469 | 2026-07-01T15:17:58.249Z | Downloaded bitfield-struct v0.6.2 |
| 470 | 2026-07-01T15:17:58.253Z | Downloaded array-init v0.0.4 |
| 471 | 2026-07-01T15:17:58.260Z | Downloaded assert_matches v1.5.0 |
| 472 | 2026-07-01T15:17:58.265Z | Downloaded arrayref v0.3.9 |
| 473 | 2026-07-01T15:17:58.269Z | Downloaded bb8 v0.8.6 |
| 474 | 2026-07-01T15:17:58.269Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 475 | 2026-07-01T15:17:58.269Z | Downloaded async-stream-impl v0.3.6 |
| 476 | 2026-07-01T15:17:58.269Z | Downloaded defmt-macros v1.0.1 |
| 477 | 2026-07-01T15:17:58.273Z | Downloaded der_derive v0.7.3 |
| 478 | 2026-07-01T15:17:58.273Z | Downloaded csv-core v0.1.13 |
| 479 | 2026-07-01T15:17:58.273Z | Downloaded bitfield-macros v0.19.4 |
| 480 | 2026-07-01T15:17:58.277Z | Downloaded atty v0.2.14 |
| 481 | 2026-07-01T15:17:58.278Z | Downloaded crc-any v2.5.0 |
| 482 | 2026-07-01T15:17:58.278Z | Downloaded ascii-canvas v3.0.0 |
| 483 | 2026-07-01T15:17:58.278Z | Downloaded dirs-sys-next v0.1.2 |
| 484 | 2026-07-01T15:17:58.281Z | Downloaded crossbeam-deque v0.8.6 |
| 485 | 2026-07-01T15:17:58.281Z | Downloaded async-trait v0.1.89 |
| 486 | 2026-07-01T15:17:58.281Z | Downloaded anstream v0.6.21 |
| 487 | 2026-07-01T15:17:58.285Z | Downloaded darling v0.23.0 |
| 488 | 2026-07-01T15:17:58.289Z | Downloaded embedded-io v0.4.0 |
| 489 | 2026-07-01T15:17:58.289Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 490 | 2026-07-01T15:17:58.289Z | Downloaded atomic-waker v1.1.2 |
| 491 | 2026-07-01T15:17:58.289Z | Downloaded darling_core v0.20.11 |
| 492 | 2026-07-01T15:17:58.293Z | Downloaded bitfield v0.19.4 |
| 493 | 2026-07-01T15:17:58.293Z | Downloaded filetime v0.2.27 |
| 494 | 2026-07-01T15:17:58.297Z | Downloaded derive_more v2.1.1 |
| 495 | 2026-07-01T15:17:58.303Z | Downloaded bit-vec v0.8.0 |
| 496 | 2026-07-01T15:17:58.307Z | Downloaded base64ct v1.8.3 |
| 497 | 2026-07-01T15:17:58.307Z | Downloaded arrayvec v0.7.6 |
| 498 | 2026-07-01T15:17:58.311Z | Downloaded atomicwrites v0.4.4 |
| 499 | 2026-07-01T15:17:58.311Z | Downloaded crossterm v0.28.1 |
| 500 | 2026-07-01T15:17:58.316Z | Downloaded compression-core v0.4.31 |
| 501 | 2026-07-01T15:17:58.316Z | Downloaded ciborium-ll v0.2.2 |
| 502 | 2026-07-01T15:17:58.316Z | Downloaded defmt v1.0.1 |
| 503 | 2026-07-01T15:17:58.319Z | Downloaded defmt-parser v1.0.0 |
| 504 | 2026-07-01T15:17:58.319Z | Downloaded darling v0.13.4 |
| 505 | 2026-07-01T15:17:58.319Z | Downloaded crossbeam-epoch v0.9.18 |
| 506 | 2026-07-01T15:17:58.323Z | Downloaded cfg_aliases v0.2.1 |
| 507 | 2026-07-01T15:17:58.323Z | Downloaded darling_core v0.13.4 |
| 508 | 2026-07-01T15:17:58.327Z | Downloaded argon2 v0.5.3 |
| 509 | 2026-07-01T15:17:58.327Z | Downloaded enum-as-inner v0.6.1 |
| 510 | 2026-07-01T15:17:58.327Z | Downloaded darling_macro v0.21.3 |
| 511 | 2026-07-01T15:17:58.331Z | Downloaded cfg_aliases v0.1.1 |
| 512 | 2026-07-01T15:17:58.331Z | Downloaded env_filter v1.0.0 |
| 513 | 2026-07-01T15:17:58.331Z | Downloaded cobs v0.3.0 |
| 514 | 2026-07-01T15:17:58.331Z | Downloaded darling_macro v0.20.11 |
| 515 | 2026-07-01T15:17:58.331Z | Downloaded async-stream v0.3.6 |
| 516 | 2026-07-01T15:17:58.335Z | Downloaded daft-derive v0.1.7 |
| 517 | 2026-07-01T15:17:58.337Z | Downloaded ciborium-io v0.2.2 |
| 518 | 2026-07-01T15:17:58.341Z | Downloaded async-bb8-diesel v0.2.1 |
| 519 | 2026-07-01T15:17:58.341Z | Downloaded critical-section v1.2.0 |
| 520 | 2026-07-01T15:17:58.341Z | Downloaded fixedbitset v0.4.2 |
| 521 | 2026-07-01T15:17:58.341Z | Downloaded document-features v0.2.12 |
| 522 | 2026-07-01T15:17:58.345Z | Downloaded darling_macro v0.23.0 |
| 523 | 2026-07-01T15:17:58.345Z | Downloaded darling_macro v0.13.4 |
| 524 | 2026-07-01T15:17:58.345Z | Downloaded bit-set v0.8.0 |
| 525 | 2026-07-01T15:17:58.345Z | Downloaded crunchy v0.2.4 |
| 526 | 2026-07-01T15:17:58.349Z | Downloaded crc v3.4.0 |
| 527 | 2026-07-01T15:17:58.349Z | Downloaded ctr v0.9.2 |
| 528 | 2026-07-01T15:17:58.353Z | Downloaded embedded-io v0.6.1 |
| 529 | 2026-07-01T15:17:58.353Z | Downloaded cmake v0.1.57 |
| 530 | 2026-07-01T15:17:58.356Z | Downloaded chacha20 v0.9.1 |
| 531 | 2026-07-01T15:17:58.356Z | Downloaded futures-io v0.3.32 |
| 532 | 2026-07-01T15:17:58.361Z | Downloaded crc8 v0.1.1 |
| 533 | 2026-07-01T15:17:58.362Z | Downloaded async-recursion v1.1.1 |
| 534 | 2026-07-01T15:17:58.365Z | Downloaded block-padding v0.3.3 |
| 535 | 2026-07-01T15:17:58.365Z | Downloaded debug-ignore v1.0.5 |
| 536 | 2026-07-01T15:17:58.370Z | Downloaded fd-lock v4.0.4 |
| 537 | 2026-07-01T15:17:58.370Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 538 | 2026-07-01T15:17:58.373Z | Downloaded cstr-argument v0.1.2 |
| 539 | 2026-07-01T15:17:58.374Z | Downloaded dirs-next v2.0.0 |
| 540 | 2026-07-01T15:17:58.374Z | Downloaded base16ct v0.2.0 |
| 541 | 2026-07-01T15:17:58.377Z | Downloaded dsl_auto_type v0.2.0 |
| 542 | 2026-07-01T15:17:58.377Z | Downloaded foreign-types v0.3.2 |
| 543 | 2026-07-01T15:17:58.381Z | Downloaded convert_case v0.4.0 |
| 544 | 2026-07-01T15:17:58.381Z | Downloaded castaway v0.2.4 |
| 545 | 2026-07-01T15:17:58.385Z | Downloaded funty v2.0.0 |
| 546 | 2026-07-01T15:17:58.385Z | Downloaded crossbeam-utils v0.8.21 |
| 547 | 2026-07-01T15:17:58.385Z | Downloaded cpufeatures v0.3.0 |
| 548 | 2026-07-01T15:17:58.389Z | Downloaded foreign-types-shared v0.3.1 |
| 549 | 2026-07-01T15:17:58.389Z | Downloaded derive_builder v0.20.2 |
| 550 | 2026-07-01T15:17:58.393Z | Downloaded constant_time_eq v0.4.2 |
| 551 | 2026-07-01T15:17:58.393Z | Downloaded flagset v0.4.7 |
| 552 | 2026-07-01T15:17:58.393Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 553 | 2026-07-01T15:17:58.397Z | Downloaded blowfish v0.9.1 |
| 554 | 2026-07-01T15:17:58.397Z | Downloaded dyn-clone v1.0.20 |
| 555 | 2026-07-01T15:17:58.397Z | Downloaded foreign-types-shared v0.1.1 |
| 556 | 2026-07-01T15:17:58.400Z | Downloaded foreign-types v0.5.0 |
| 557 | 2026-07-01T15:17:58.400Z | Downloaded float-ord v0.3.2 |
| 558 | 2026-07-01T15:17:58.400Z | Downloaded form_urlencoded v1.2.2 |
| 559 | 2026-07-01T15:17:58.401Z | Downloaded derive_builder_macro v0.20.2 |
| 560 | 2026-07-01T15:17:58.401Z | Downloaded futures-task v0.3.32 |
| 561 | 2026-07-01T15:17:58.404Z | Downloaded futures-core v0.3.32 |
| 562 | 2026-07-01T15:17:58.405Z | Downloaded difflib v0.4.0 |
| 563 | 2026-07-01T15:17:58.405Z | Downloaded futures-sink v0.3.32 |
| 564 | 2026-07-01T15:17:58.405Z | Downloaded crucible-workspace-hack v0.1.0 |
| 565 | 2026-07-01T15:17:58.405Z | Downloaded crc-catalog v2.4.0 |
| 566 | 2026-07-01T15:17:58.408Z | Downloaded display-error-chain v0.2.2 |
| 567 | 2026-07-01T15:17:58.408Z | Downloaded ghash v0.5.1 |
| 568 | 2026-07-01T15:17:58.408Z | Downloaded endian-type v0.1.2 |
| 569 | 2026-07-01T15:17:58.408Z | Downloaded colored v2.2.0 |
| 570 | 2026-07-01T15:17:58.413Z | Downloaded cexpr v0.6.0 |
| 571 | 2026-07-01T15:17:58.413Z | Downloaded backon v1.6.0 |
| 572 | 2026-07-01T15:17:58.413Z | Downloaded gethostname v0.5.0 |
| 573 | 2026-07-01T15:17:58.413Z | Downloaded float-cmp v0.10.0 |
| 574 | 2026-07-01T15:17:58.417Z | Downloaded cassowary v0.3.0 |
| 575 | 2026-07-01T15:17:58.417Z | Downloaded git-stub v1.0.0 |
| 576 | 2026-07-01T15:17:58.417Z | Downloaded downcast-rs v2.0.2 |
| 577 | 2026-07-01T15:17:58.422Z | Downloaded block-buffer v0.12.1 |
| 578 | 2026-07-01T15:17:58.422Z | Downloaded buf-list v1.1.2 |
| 579 | 2026-07-01T15:17:58.423Z | Downloaded dof v0.4.0 |
| 580 | 2026-07-01T15:17:58.423Z | Downloaded fxhash v0.2.1 |
| 581 | 2026-07-01T15:17:58.428Z | Downloaded dunce v1.0.5 |
| 582 | 2026-07-01T15:17:58.428Z | Downloaded defmt v0.3.100 |
| 583 | 2026-07-01T15:17:58.428Z | Downloaded byte-wrapper v0.1.0 |
| 584 | 2026-07-01T15:17:58.428Z | Downloaded bitflags v1.3.2 |
| 585 | 2026-07-01T15:17:58.428Z | Downloaded clang-sys v1.8.1 |
| 586 | 2026-07-01T15:17:58.436Z | Downloaded globwalk v0.9.1 |
| 587 | 2026-07-01T15:17:58.436Z | Downloaded ciborium v0.2.2 |
| 588 | 2026-07-01T15:17:58.436Z | Downloaded displaydoc v0.2.5 |
| 589 | 2026-07-01T15:17:58.440Z | Downloaded derive-ex v0.1.8 |
| 590 | 2026-07-01T15:17:58.440Z | Downloaded hash32 v0.2.1 |
| 591 | 2026-07-01T15:17:58.440Z | Downloaded bit-vec v0.6.3 |
| 592 | 2026-07-01T15:17:58.440Z | Downloaded headers-core v0.3.0 |
| 593 | 2026-07-01T15:17:58.440Z | Downloaded fallible-iterator v0.2.0 |
| 594 | 2026-07-01T15:17:58.440Z | Downloaded crypto-common v0.2.2 |
| 595 | 2026-07-01T15:17:58.440Z | Downloaded futures-macro v0.3.32 |
| 596 | 2026-07-01T15:17:58.440Z | Downloaded either v1.15.0 |
| 597 | 2026-07-01T15:17:58.444Z | Downloaded convert_case v0.10.0 |
| 598 | 2026-07-01T15:17:58.444Z | Downloaded const_format_proc_macros v0.2.34 |
| 599 | 2026-07-01T15:17:58.444Z | Downloaded cipher v0.4.4 |
| 600 | 2026-07-01T15:17:58.444Z | Downloaded ed25519 v2.2.3 |
| 601 | 2026-07-01T15:17:58.448Z | Downloaded derive_builder_core v0.20.2 |
| 602 | 2026-07-01T15:17:58.448Z | Downloaded fixedbitset v0.5.7 |
| 603 | 2026-07-01T15:17:58.451Z | Downloaded derive-where v1.6.0 |
| 604 | 2026-07-01T15:17:58.451Z | Downloaded camino-tempfile-ext v0.3.3 |
| 605 | 2026-07-01T15:17:58.456Z | Downloaded bcs v0.1.6 |
| 606 | 2026-07-01T15:17:58.456Z | Downloaded deranged v0.5.8 |
| 607 | 2026-07-01T15:17:58.456Z | Downloaded hex v0.4.3 |
| 608 | 2026-07-01T15:17:58.456Z | Downloaded foldhash v0.1.5 |
| 609 | 2026-07-01T15:17:58.459Z | Downloaded data-encoding v2.10.0 |
| 610 | 2026-07-01T15:17:58.459Z | Downloaded hostname v0.3.1 |
| 611 | 2026-07-01T15:17:58.459Z | Downloaded hex-literal v0.4.1 |
| 612 | 2026-07-01T15:17:58.463Z | Downloaded daft v0.1.7 |
| 613 | 2026-07-01T15:17:58.463Z | Downloaded crossbeam-channel v0.5.15 |
| 614 | 2026-07-01T15:17:58.515Z | Downloaded http-body v1.0.1 |
| 615 | 2026-07-01T15:17:58.515Z | Downloaded home v0.5.12 |
| 616 | 2026-07-01T15:17:58.515Z | Downloaded foldhash v0.2.0 |
| 617 | 2026-07-01T15:17:58.516Z | Downloaded hostname v0.4.2 |
| 618 | 2026-07-01T15:17:58.516Z | Downloaded http-range v0.1.5 |
| 619 | 2026-07-01T15:17:58.516Z | Downloaded futures-executor v0.3.32 |
| 620 | 2026-07-01T15:17:58.516Z | Downloaded corncobs v0.1.4 |
| 621 | 2026-07-01T15:17:58.516Z | Downloaded httpdate v1.0.3 |
| 622 | 2026-07-01T15:17:58.517Z | Downloaded fs-err v2.11.0 |
| 623 | 2026-07-01T15:17:58.517Z | Downloaded digest v0.11.3 |
| 624 | 2026-07-01T15:17:58.517Z | Downloaded chacha20 v0.10.0 |
| 625 | 2026-07-01T15:17:58.517Z | Downloaded compression-codecs v0.4.37 |
| 626 | 2026-07-01T15:17:58.517Z | Downloaded ff v0.13.1 |
| 627 | 2026-07-01T15:17:58.517Z | Downloaded env_logger v0.11.9 |
| 628 | 2026-07-01T15:17:58.517Z | Downloaded cookie_store v0.22.1 |
| 629 | 2026-07-01T15:17:58.517Z | Downloaded hyper-tls v0.6.0 |
| 630 | 2026-07-01T15:17:58.517Z | Downloaded hubpack_derive v0.1.1 |
| 631 | 2026-07-01T15:17:58.517Z | Downloaded hubpack v0.1.2 |
| 632 | 2026-07-01T15:17:58.517Z | Downloaded bzip2 v0.4.4 |
| 633 | 2026-07-01T15:17:58.517Z | Downloaded glob v0.3.3 |
| 634 | 2026-07-01T15:17:58.517Z | Downloaded git-stub-vcs v0.1.0 |
| 635 | 2026-07-01T15:17:58.517Z | Downloaded base64 v0.21.7 |
| 636 | 2026-07-01T15:17:58.517Z | Downloaded group v0.13.0 |
| 637 | 2026-07-01T15:17:58.517Z | Downloaded ar_archive_writer v0.5.1 |
| 638 | 2026-07-01T15:17:58.517Z | Downloaded ena v0.14.4 |
| 639 | 2026-07-01T15:17:58.517Z | Downloaded diesel-dtrace v0.5.0 |
| 640 | 2026-07-01T15:17:58.517Z | Downloaded darling v0.21.3 |
| 641 | 2026-07-01T15:17:58.517Z | Downloaded is-terminal v0.4.17 |
| 642 | 2026-07-01T15:17:58.517Z | Downloaded idna_adapter v1.2.1 |
| 643 | 2026-07-01T15:17:58.518Z | Downloaded darling v0.20.11 |
| 644 | 2026-07-01T15:17:58.518Z | Downloaded ident_case v1.0.1 |
| 645 | 2026-07-01T15:17:58.518Z | Downloaded crc32fast v1.5.0 |
| 646 | 2026-07-01T15:17:58.518Z | Downloaded bit-set v0.5.3 |
| 647 | 2026-07-01T15:17:58.518Z | Downloaded console v0.15.11 |
| 648 | 2026-07-01T15:17:58.518Z | Downloaded cancel-safe-futures v0.1.5 |
| 649 | 2026-07-01T15:17:58.522Z | Downloaded hash32 v0.3.1 |
| 650 | 2026-07-01T15:17:58.522Z | Downloaded aes-gcm v0.10.3 |
| 651 | 2026-07-01T15:17:58.522Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 652 | 2026-07-01T15:17:58.522Z | Downloaded const-oid v0.9.6 |
| 653 | 2026-07-01T15:17:58.522Z | Downloaded colored v3.1.1 |
| 654 | 2026-07-01T15:17:58.522Z | Downloaded cbc v0.1.2 |
| 655 | 2026-07-01T15:17:58.522Z | Downloaded instant v0.1.13 |
| 656 | 2026-07-01T15:17:58.522Z | Downloaded inout v0.1.4 |
| 657 | 2026-07-01T15:17:58.522Z | Downloaded internet-checksum v0.2.1 |
| 658 | 2026-07-01T15:17:58.522Z | Downloaded is_ci v1.2.0 |
| 659 | 2026-07-01T15:17:58.526Z | Downloaded instability v0.3.11 |
| 660 | 2026-07-01T15:17:58.526Z | Downloaded illumos-nvpair v0.3.0 |
| 661 | 2026-07-01T15:17:58.526Z | Downloaded bzip2 v0.6.1 |
| 662 | 2026-07-01T15:17:58.526Z | Downloaded blake2 v0.10.6 |
| 663 | 2026-07-01T15:17:58.530Z | Downloaded foreign-types-macros v0.2.3 |
| 664 | 2026-07-01T15:17:58.530Z | Downloaded http-body-util v0.1.3 |
| 665 | 2026-07-01T15:17:58.530Z | Downloaded lalrpop-util v0.19.12 |
| 666 | 2026-07-01T15:17:58.530Z | Downloaded indent_write v2.2.0 |
| 667 | 2026-07-01T15:17:58.534Z | Downloaded diff v0.1.13 |
| 668 | 2026-07-01T15:17:58.534Z | Downloaded futures-channel v0.3.32 |
| 669 | 2026-07-01T15:17:58.534Z | Downloaded fs_extra v1.3.0 |
| 670 | 2026-07-01T15:17:58.538Z | Downloaded cookie v0.18.1 |
| 671 | 2026-07-01T15:17:58.538Z | Downloaded lazy_static v1.5.0 |
| 672 | 2026-07-01T15:17:58.541Z | Downloaded keccak v0.1.6 |
| 673 | 2026-07-01T15:17:58.545Z | Downloaded libscf-sys v1.1.0 |
| 674 | 2026-07-01T15:17:58.549Z | Downloaded kstat-rs v0.2.4 |
| 675 | 2026-07-01T15:17:58.549Z | Downloaded ecdsa v0.16.9 |
| 676 | 2026-07-01T15:17:58.549Z | Downloaded highway v1.3.0 |
| 677 | 2026-07-01T15:17:58.552Z | Downloaded find-msvc-tools v0.1.9 |
| 678 | 2026-07-01T15:17:58.557Z | Downloaded des v0.8.1 |
| 679 | 2026-07-01T15:17:58.562Z | Downloaded erased-serde v0.3.31 |
| 680 | 2026-07-01T15:17:58.562Z | Downloaded indoc v1.0.9 |
| 681 | 2026-07-01T15:17:58.562Z | Downloaded dtrace-parser v0.3.0 |
| 682 | 2026-07-01T15:17:58.566Z | Downloaded md-5 v0.10.6 |
| 683 | 2026-07-01T15:17:58.567Z | Downloaded lzss v0.8.2 |
| 684 | 2026-07-01T15:17:58.567Z | Downloaded half v1.8.3 |
| 685 | 2026-07-01T15:17:58.567Z | Downloaded mime v0.3.17 |
| 686 | 2026-07-01T15:17:58.571Z | Downloaded memoffset v0.9.1 |
| 687 | 2026-07-01T15:17:58.571Z | Downloaded md5 v0.7.0 |
| 688 | 2026-07-01T15:17:58.571Z | Downloaded hyper-staticfile v0.10.1 |
| 689 | 2026-07-01T15:17:58.571Z | Downloaded humantime v2.3.0 |
| 690 | 2026-07-01T15:17:58.577Z | Downloaded const-oid v0.10.2 |
| 691 | 2026-07-01T15:17:58.577Z | Downloaded lru-slab v0.1.2 |
| 692 | 2026-07-01T15:17:58.577Z | Downloaded lru-cache v0.1.2 |
| 693 | 2026-07-01T15:17:58.581Z | Downloaded console v0.16.2 |
| 694 | 2026-07-01T15:17:58.582Z | Downloaded lru v0.12.5 |
| 695 | 2026-07-01T15:17:58.582Z | Downloaded indoc v2.0.7 |
| 696 | 2026-07-01T15:17:58.586Z | Downloaded const_format v0.2.35 |
| 697 | 2026-07-01T15:17:58.591Z | Downloaded ingot-types v0.1.2 |
| 698 | 2026-07-01T15:17:58.591Z | Downloaded fatfs v0.3.6 |
| 699 | 2026-07-01T15:17:58.591Z | Downloaded dropshot_endpoint v0.17.1 |
| 700 | 2026-07-01T15:17:58.596Z | Downloaded newline-converter v0.3.0 |
| 701 | 2026-07-01T15:17:58.596Z | Downloaded new_debug_unreachable v1.0.6 |
| 702 | 2026-07-01T15:17:58.596Z | Downloaded managed v0.8.0 |
| 703 | 2026-07-01T15:17:58.600Z | Downloaded num v0.4.3 |
| 704 | 2026-07-01T15:17:58.600Z | Downloaded match_cfg v0.1.0 |
| 705 | 2026-07-01T15:17:58.601Z | Downloaded nodrop v0.1.14 |
| 706 | 2026-07-01T15:17:58.601Z | Downloaded nonempty v0.12.0 |
| 707 | 2026-07-01T15:17:58.605Z | Downloaded libefi-sys v0.1.0 |
| 708 | 2026-07-01T15:17:58.605Z | Downloaded maybe-uninit v2.0.0 |
| 709 | 2026-07-01T15:17:58.605Z | Downloaded linked-hash-map v0.5.6 |
| 710 | 2026-07-01T15:17:58.605Z | Downloaded multimap v0.10.1 |
| 711 | 2026-07-01T15:17:58.611Z | Downloaded darling_core v0.21.3 |
| 712 | 2026-07-01T15:17:58.611Z | Downloaded getrandom v0.2.17 |
| 713 | 2026-07-01T15:17:58.614Z | Downloaded compact_str v0.8.1 |
| 714 | 2026-07-01T15:17:58.615Z | Downloaded maplit v1.0.2 |
| 715 | 2026-07-01T15:17:58.615Z | Downloaded ipnetwork v0.21.1 |
| 716 | 2026-07-01T15:17:58.615Z | Downloaded ipnet v2.11.0 |
| 717 | 2026-07-01T15:17:58.619Z | Downloaded num-derive v0.3.3 |
| 718 | 2026-07-01T15:17:58.619Z | Downloaded num-derive v0.4.2 |
| 719 | 2026-07-01T15:17:58.619Z | Downloaded newtype-uuid-macros v0.1.0 |
| 720 | 2026-07-01T15:17:58.624Z | Downloaded globset v0.4.18 |
| 721 | 2026-07-01T15:17:58.624Z | Downloaded num-conv v0.2.0 |
| 722 | 2026-07-01T15:17:58.624Z | Downloaded libsw-core v0.3.2 |
| 723 | 2026-07-01T15:17:58.624Z | Downloaded ingot v0.1.1 |
| 724 | 2026-07-01T15:17:58.625Z | Downloaded libsw v3.5.0 |
| 725 | 2026-07-01T15:17:58.630Z | Downloaded iana-time-zone v0.1.65 |
| 726 | 2026-07-01T15:17:58.630Z | Downloaded der v0.7.10 |
| 727 | 2026-07-01T15:17:58.630Z | Downloaded async-compression v0.4.41 |
| 728 | 2026-07-01T15:17:58.635Z | Downloaded num-iter v0.1.45 |
| 729 | 2026-07-01T15:17:58.635Z | Downloaded nibble_vec v0.1.0 |
| 730 | 2026-07-01T15:17:58.640Z | Downloaded newtype_derive v0.1.6 |
| 731 | 2026-07-01T15:17:58.640Z | Downloaded hmac v0.12.1 |
| 732 | 2026-07-01T15:17:58.640Z | Downloaded libloading v0.8.9 |
| 733 | 2026-07-01T15:17:58.640Z | Downloaded httparse v1.10.1 |
| 734 | 2026-07-01T15:17:58.645Z | Downloaded num_enum_derive v0.5.11 |
| 735 | 2026-07-01T15:17:58.645Z | Downloaded openssl-probe v0.1.6 |
| 736 | 2026-07-01T15:17:58.645Z | Downloaded num_threads v0.1.7 |
| 737 | 2026-07-01T15:17:58.645Z | Downloaded derive_more v0.99.20 |
| 738 | 2026-07-01T15:17:58.650Z | Downloaded futures v0.3.32 |
| 739 | 2026-07-01T15:17:58.650Z | Downloaded hybrid-array v0.4.10 |
| 740 | 2026-07-01T15:17:58.660Z | Downloaded flume v0.11.1 |
| 741 | 2026-07-01T15:17:58.660Z | Downloaded olpc-cjson v0.1.4 |
| 742 | 2026-07-01T15:17:58.660Z | Downloaded getrandom v0.3.4 |
| 743 | 2026-07-01T15:17:58.665Z | Downloaded jobserver v0.1.34 |
| 744 | 2026-07-01T15:17:58.665Z | Downloaded opaque-debug v0.3.1 |
| 745 | 2026-07-01T15:17:58.667Z | Downloaded multer v3.1.0 |
| 746 | 2026-07-01T15:17:58.667Z | Downloaded oso-derive v0.27.3 |
| 747 | 2026-07-01T15:17:58.667Z | Downloaded linear-map v1.2.0 |
| 748 | 2026-07-01T15:17:58.667Z | Downloaded allocator-api2 v0.2.21 |
| 749 | 2026-07-01T15:17:58.667Z | Downloaded openssl-probe v0.2.1 |
| 750 | 2026-07-01T15:17:58.667Z | Downloaded openssl-macros v0.1.1 |
| 751 | 2026-07-01T15:17:58.672Z | Downloaded drift v0.2.0 |
| 752 | 2026-07-01T15:17:58.672Z | Downloaded nu-ansi-term v0.50.3 |
| 753 | 2026-07-01T15:17:58.673Z | Downloaded normalize-line-endings v0.3.0 |
| 754 | 2026-07-01T15:17:58.678Z | Downloaded elliptic-curve v0.13.8 |
| 755 | 2026-07-01T15:17:58.678Z | Downloaded num-complex v0.4.6 |
| 756 | 2026-07-01T15:17:58.678Z | Downloaded lock_api v0.4.14 |
| 757 | 2026-07-01T15:17:58.680Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 758 | 2026-07-01T15:17:58.685Z | Downloaded cc v1.2.56 |
| 759 | 2026-07-01T15:17:58.685Z | Downloaded bytes v1.11.1 |
| 760 | 2026-07-01T15:17:58.685Z | Downloaded packed_struct_codegen v0.10.1 |
| 761 | 2026-07-01T15:17:58.690Z | Downloaded chacha20poly1305 v0.10.1 |
| 762 | 2026-07-01T15:17:58.690Z | Downloaded hyper-rustls v0.27.7 |
| 763 | 2026-07-01T15:17:58.691Z | Downloaded parse-display v0.10.0 |
| 764 | 2026-07-01T15:17:58.691Z | Downloaded pbkdf2 v0.12.2 |
| 765 | 2026-07-01T15:17:58.691Z | Downloaded arc-swap v1.8.2 |
| 766 | 2026-07-01T15:17:58.694Z | Downloaded ingot-macros v0.1.1 |
| 767 | 2026-07-01T15:17:58.694Z | Downloaded path-slash v0.1.5 |
| 768 | 2026-07-01T15:17:58.694Z | Downloaded pbkdf2 v0.11.0 |
| 769 | 2026-07-01T15:17:58.700Z | Downloaded percent-encoding v2.3.2 |
| 770 | 2026-07-01T15:17:58.700Z | Downloaded newtype-uuid v1.3.2 |
| 771 | 2026-07-01T15:17:58.700Z | Downloaded nanorand v0.7.0 |
| 772 | 2026-07-01T15:17:58.705Z | Downloaded half v2.7.1 |
| 773 | 2026-07-01T15:17:58.710Z | Downloaded icu_provider v2.1.1 |
| 774 | 2026-07-01T15:17:58.710Z | Downloaded peg-runtime v0.8.5 |
| 775 | 2026-07-01T15:17:58.713Z | Downloaded num_enum v0.7.6 |
| 776 | 2026-07-01T15:17:58.721Z | Downloaded phf_shared v0.11.3 |
| 777 | 2026-07-01T15:17:58.721Z | Downloaded num_enum v0.5.11 |
| 778 | 2026-07-01T15:17:58.727Z | Downloaded num-integer v0.1.46 |
| 779 | 2026-07-01T15:17:58.728Z | Downloaded indexmap v1.9.3 |
| 780 | 2026-07-01T15:17:58.728Z | Downloaded native-tls v0.2.18 |
| 781 | 2026-07-01T15:17:58.728Z | Downloaded num-rational v0.4.2 |
| 782 | 2026-07-01T15:17:58.735Z | Downloaded potential_utf v0.1.4 |
| 783 | 2026-07-01T15:17:58.740Z | Downloaded phf_shared v0.12.1 |
| 784 | 2026-07-01T15:17:58.741Z | Downloaded num_enum_derive v0.7.6 |
| 785 | 2026-07-01T15:17:58.741Z | Downloaded crypto-bigint v0.5.5 |
| 786 | 2026-07-01T15:17:58.745Z | Downloaded packed_struct v0.10.1 |
| 787 | 2026-07-01T15:17:58.745Z | Downloaded oxide-tokio-rt v0.1.4 |
| 788 | 2026-07-01T15:17:58.749Z | Downloaded phf_shared v0.13.1 |
| 789 | 2026-07-01T15:17:58.749Z | Downloaded flate2 v1.1.9 |
| 790 | 2026-07-01T15:17:58.749Z | Downloaded darling_core v0.23.0 |
| 791 | 2026-07-01T15:17:58.754Z | Downloaded owo-colors v4.3.0 |
| 792 | 2026-07-01T15:17:58.754Z | Downloaded litrs v1.0.0 |
| 793 | 2026-07-01T15:17:58.759Z | Downloaded memmap2 v0.9.10 |
| 794 | 2026-07-01T15:17:58.759Z | Downloaded litemap v0.8.1 |
| 795 | 2026-07-01T15:17:58.759Z | Downloaded mime_guess v2.0.5 |
| 796 | 2026-07-01T15:17:58.763Z | Downloaded base64 v0.22.1 |
| 797 | 2026-07-01T15:17:58.763Z | Downloaded ignore v0.4.25 |
| 798 | 2026-07-01T15:17:58.767Z | Downloaded oxnet v0.1.6 |
| 799 | 2026-07-01T15:17:58.771Z | Downloaded predicates-core v1.0.10 |
| 800 | 2026-07-01T15:17:58.771Z | Downloaded precomputed-hash v0.1.1 |
| 801 | 2026-07-01T15:17:58.771Z | Downloaded parking_lot_core v0.8.6 |
| 802 | 2026-07-01T15:17:58.777Z | Downloaded proc-macro-crate v3.4.0 |
| 803 | 2026-07-01T15:17:58.777Z | Downloaded bumpalo v3.20.2 |
| 804 | 2026-07-01T15:17:58.781Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 805 | 2026-07-01T15:17:58.781Z | Downloaded progenitor-macro v0.14.0 |
| 806 | 2026-07-01T15:17:58.781Z | Downloaded peg-macros v0.8.5 |
| 807 | 2026-07-01T15:17:58.781Z | Downloaded peg v0.8.5 |
| 808 | 2026-07-01T15:17:58.786Z | Downloaded password-hash v0.5.0 |
| 809 | 2026-07-01T15:17:58.786Z | Downloaded parse-display-derive v0.10.0 |
| 810 | 2026-07-01T15:17:58.786Z | Downloaded progenitor-macro v0.13.0 |
| 811 | 2026-07-01T15:17:58.793Z | Downloaded paste v1.0.15 |
| 812 | 2026-07-01T15:17:58.793Z | Downloaded progenitor-client v0.14.0 |
| 813 | 2026-07-01T15:17:58.793Z | Downloaded proc-macro-crate v1.3.1 |
| 814 | 2026-07-01T15:17:58.793Z | Downloaded password-hash v0.4.2 |
| 815 | 2026-07-01T15:17:58.798Z | Downloaded parse-size v1.1.0 |
| 816 | 2026-07-01T15:17:58.798Z | Downloaded libbz2-rs-sys v0.2.2 |
| 817 | 2026-07-01T15:17:58.798Z | Downloaded icu_normalizer v2.1.1 |
| 818 | 2026-07-01T15:17:58.805Z | Downloaded quick-error v1.2.3 |
| 819 | 2026-07-01T15:17:58.805Z | Downloaded radium v0.7.0 |
| 820 | 2026-07-01T15:17:58.805Z | Downloaded psl-types v2.0.11 |
| 821 | 2026-07-01T15:17:58.805Z | Downloaded pem-rfc7468 v0.7.0 |
| 822 | 2026-07-01T15:17:58.805Z | Downloaded pem v3.0.6 |
| 823 | 2026-07-01T15:17:58.809Z | Downloaded pin-project-lite v0.2.17 |
| 824 | 2026-07-01T15:17:58.809Z | Downloaded phf v0.13.1 |
| 825 | 2026-07-01T15:17:58.818Z | Downloaded powerfmt v0.2.0 |
| 826 | 2026-07-01T15:17:58.822Z | Downloaded polyval v0.6.2 |
| 827 | 2026-07-01T15:17:58.823Z | Downloaded pkg-config v0.3.32 |
| 828 | 2026-07-01T15:17:58.823Z | Downloaded pin-project-internal v1.1.11 |
| 829 | 2026-07-01T15:17:58.823Z | Downloaded ppv-lite86 v0.2.21 |
| 830 | 2026-07-01T15:17:58.826Z | Downloaded indicatif v0.18.4 |
| 831 | 2026-07-01T15:17:58.826Z | Downloaded heapless v0.8.0 |
| 832 | 2026-07-01T15:17:58.831Z | Downloaded postgres-protocol v0.6.10 |
| 833 | 2026-07-01T15:17:58.831Z | Downloaded poly1305 v0.8.0 |
| 834 | 2026-07-01T15:17:58.836Z | Downloaded pkcs8 v0.10.2 |
| 835 | 2026-07-01T15:17:58.836Z | Downloaded ed25519-dalek v2.2.0 |
| 836 | 2026-07-01T15:17:58.836Z | Downloaded rand_chacha v0.3.1 |
| 837 | 2026-07-01T15:17:58.840Z | Downloaded icu_properties v2.1.2 |
| 838 | 2026-07-01T15:17:58.840Z | Downloaded recursive v0.1.1 |
| 839 | 2026-07-01T15:17:58.840Z | Downloaded rand_xorshift v0.4.0 |
| 840 | 2026-07-01T15:17:58.841Z | Downloaded icu_normalizer_data v2.1.1 |
| 841 | 2026-07-01T15:17:58.841Z | Downloaded diesel_derives v2.3.7 |
| 842 | 2026-07-01T15:17:58.845Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 843 | 2026-07-01T15:17:58.850Z | Downloaded derive_more-impl v2.1.1 |
| 844 | 2026-07-01T15:17:58.855Z | Downloaded parking_lot_core v0.9.12 |
| 845 | 2026-07-01T15:17:58.855Z | Downloaded progenitor-client v0.13.0 |
| 846 | 2026-07-01T15:17:58.855Z | Downloaded progenitor v0.13.0 |
| 847 | 2026-07-01T15:17:58.855Z | Downloaded progenitor-extras v0.2.0 |
| 848 | 2026-07-01T15:17:58.860Z | Downloaded progenitor v0.14.0 |
| 849 | 2026-07-01T15:17:58.860Z | Downloaded ref-cast-impl v1.0.25 |
| 850 | 2026-07-01T15:17:58.860Z | Downloaded ref-cast v1.0.25 |
| 851 | 2026-07-01T15:17:58.860Z | Downloaded russh-cryptovec v0.7.3 |
| 852 | 2026-07-01T15:17:58.860Z | Downloaded predicates v3.1.4 |
| 853 | 2026-07-01T15:17:58.865Z | Downloaded primeorder v0.13.6 |
| 854 | 2026-07-01T15:17:58.865Z | Downloaded rtoolbox v0.0.3 |
| 855 | 2026-07-01T15:17:58.865Z | Downloaded psm v0.1.30 |
| 856 | 2026-07-01T15:17:58.870Z | Downloaded proc-macro-error2 v2.0.1 |
| 857 | 2026-07-01T15:17:58.870Z | Downloaded predicates-tree v1.0.13 |
| 858 | 2026-07-01T15:17:58.870Z | Downloaded parking_lot v0.12.5 |
| 859 | 2026-07-01T15:17:58.870Z | Downloaded parking_lot v0.11.2 |
| 860 | 2026-07-01T15:17:58.876Z | Downloaded heapless v0.7.17 |
| 861 | 2026-07-01T15:17:58.876Z | Downloaded num-traits v0.2.19 |
| 862 | 2026-07-01T15:17:58.881Z | Downloaded rustc-hash v2.1.1 |
| 863 | 2026-07-01T15:17:58.881Z | Downloaded rustc_version v0.1.7 |
| 864 | 2026-07-01T15:17:58.885Z | Downloaded rustc_version v0.4.1 |
| 865 | 2026-07-01T15:17:58.885Z | Downloaded icu_locale_core v2.1.1 |
| 866 | 2026-07-01T15:17:58.885Z | Downloaded r2d2 v0.8.10 |
| 867 | 2026-07-01T15:17:58.888Z | Downloaded expectorate v1.2.0 |
| 868 | 2026-07-01T15:17:58.889Z | Downloaded rfc6979 v0.4.0 |
| 869 | 2026-07-01T15:17:58.892Z | Downloaded omicron-zone-package v0.12.3 |
| 870 | 2026-07-01T15:17:58.897Z | Downloaded phf v0.12.1 |
| 871 | 2026-07-01T15:17:58.897Z | Downloaded rand_seeder v0.4.0 |
| 872 | 2026-07-01T15:17:58.898Z | Downloaded rand_core v0.6.4 |
| 873 | 2026-07-01T15:17:58.898Z | Downloaded rand_chacha v0.9.0 |
| 874 | 2026-07-01T15:17:58.903Z | Downloaded rand_core v0.9.5 |
| 875 | 2026-07-01T15:17:58.904Z | Downloaded sapling-renderdag v0.1.0 |
| 876 | 2026-07-01T15:17:58.904Z | Downloaded same-file v1.0.6 |
| 877 | 2026-07-01T15:17:58.904Z | Downloaded pkcs1 v0.7.5 |
| 878 | 2026-07-01T15:17:58.907Z | Downloaded headers v0.4.1 |
| 879 | 2026-07-01T15:17:58.907Z | Downloaded hickory-resolver v0.24.4 |
| 880 | 2026-07-01T15:17:58.911Z | Downloaded miniz_oxide v0.8.9 |
| 881 | 2026-07-01T15:17:58.916Z | Downloaded rand_core v0.10.0 |
| 882 | 2026-07-01T15:17:58.916Z | Downloaded postgres-types v0.2.12 |
| 883 | 2026-07-01T15:17:58.920Z | Downloaded scopeguard v1.2.0 |
| 884 | 2026-07-01T15:17:58.920Z | Downloaded scheduled-thread-pool v0.2.7 |
| 885 | 2026-07-01T15:17:58.924Z | Downloaded salsa20 v0.10.2 |
| 886 | 2026-07-01T15:17:58.924Z | Downloaded scrypt v0.11.0 |
| 887 | 2026-07-01T15:17:58.929Z | Downloaded secrecy v0.10.3 |
| 888 | 2026-07-01T15:17:58.929Z | Downloaded postcard v1.1.3 |
| 889 | 2026-07-01T15:17:58.929Z | Downloaded serde-big-array v0.5.1 |
| 890 | 2026-07-01T15:17:58.938Z | Downloaded pkcs5 v0.7.1 |
| 891 | 2026-07-01T15:17:58.938Z | Downloaded secrecy v0.8.0 |
| 892 | 2026-07-01T15:17:58.938Z | Downloaded resolv-conf v0.7.6 |
| 893 | 2026-07-01T15:17:58.938Z | Downloaded serde_bytes v0.11.19 |
| 894 | 2026-07-01T15:17:58.942Z | Downloaded hickory-resolver v0.25.2 |
| 895 | 2026-07-01T15:17:58.942Z | Downloaded semver v0.1.20 |
| 896 | 2026-07-01T15:17:58.942Z | Downloaded scroll_derive v0.13.1 |
| 897 | 2026-07-01T15:17:58.942Z | Downloaded seq-macro v0.3.6 |
| 898 | 2026-07-01T15:17:58.942Z | Downloaded jiff-static v0.2.21 |
| 899 | 2026-07-01T15:17:58.948Z | Downloaded crossterm v0.29.0 |
| 900 | 2026-07-01T15:17:58.956Z | Downloaded aes v0.8.4 |
| 901 | 2026-07-01T15:17:58.961Z | Downloaded serde_repr v0.1.20 |
| 902 | 2026-07-01T15:17:58.964Z | Downloaded icu_collections v2.1.1 |
| 903 | 2026-07-01T15:17:58.968Z | Downloaded aho-corasick v1.1.4 |
| 904 | 2026-07-01T15:17:58.972Z | Downloaded quinn-udp v0.5.14 |
| 905 | 2026-07-01T15:17:58.975Z | Downloaded sha1 v0.10.6 |
| 906 | 2026-07-01T15:17:58.977Z | Downloaded shell-words v1.1.1 |
| 907 | 2026-07-01T15:17:58.977Z | Downloaded rustls-pemfile v2.2.0 |
| 908 | 2026-07-01T15:17:58.981Z | Downloaded serde_urlencoded v0.7.1 |
| 909 | 2026-07-01T15:17:58.981Z | Downloaded signal-hook-mio v0.2.5 |
| 910 | 2026-07-01T15:17:58.981Z | Downloaded serde_spanned v1.1.1 |
| 911 | 2026-07-01T15:17:58.981Z | Downloaded rustversion v1.0.22 |
| 912 | 2026-07-01T15:17:58.984Z | Downloaded signal-hook-tokio v0.3.1 |
| 913 | 2026-07-01T15:17:58.984Z | Downloaded sha1 v0.11.0 |
| 914 | 2026-07-01T15:17:58.988Z | Downloaded bitvec v1.0.1 |
| 915 | 2026-07-01T15:17:58.993Z | Downloaded prefix-trie v0.7.0 |
| 916 | 2026-07-01T15:17:58.997Z | Downloaded sigpipe v0.1.3 |
| 917 | 2026-07-01T15:17:58.997Z | Downloaded openssl-sys v0.9.115 |
| 918 | 2026-07-01T15:17:59.002Z | Downloaded oso v0.27.3 |
| 919 | 2026-07-01T15:17:59.005Z | Downloaded slog-envlogger v2.2.0 |
| 920 | 2026-07-01T15:17:59.005Z | Downloaded siphasher v1.0.2 |
| 921 | 2026-07-01T15:17:59.005Z | Downloaded papergrid v0.17.0 |
| 922 | 2026-07-01T15:17:59.009Z | Downloaded hashbrown v0.13.2 |
| 923 | 2026-07-01T15:17:59.012Z | Downloaded serde_plain v1.0.2 |
| 924 | 2026-07-01T15:17:59.012Z | Downloaded serde_path_to_error v0.1.20 |
| 925 | 2026-07-01T15:17:59.018Z | Downloaded serde_derive_internals v0.29.1 |
| 926 | 2026-07-01T15:17:59.018Z | Downloaded serde-hex v0.1.0 |
| 927 | 2026-07-01T15:17:59.018Z | Downloaded sec1 v0.7.3 |
| 928 | 2026-07-01T15:17:59.018Z | Downloaded signature v2.2.0 |
| 929 | 2026-07-01T15:17:59.023Z | Downloaded rusty-fork v0.3.1 |
| 930 | 2026-07-01T15:17:59.023Z | Downloaded p256 v0.13.2 |
| 931 | 2026-07-01T15:17:59.024Z | Downloaded schemars_derive v0.8.22 |
| 932 | 2026-07-01T15:17:59.027Z | Downloaded sqlparser_derive v0.5.0 |
| 933 | 2026-07-01T15:17:59.034Z | Downloaded progenitor-impl v0.13.0 |
| 934 | 2026-07-01T15:17:59.038Z | Downloaded rustls-native-certs v0.8.3 |
| 935 | 2026-07-01T15:17:59.038Z | Downloaded stable_deref_trait v1.2.1 |
| 936 | 2026-07-01T15:17:59.045Z | Downloaded hashbrown v0.12.3 |
| 937 | 2026-07-01T15:17:59.052Z | Downloaded structmeta v0.3.0 |
| 938 | 2026-07-01T15:17:59.057Z | Downloaded pin-project v1.1.11 |
| 939 | 2026-07-01T15:17:59.064Z | Downloaded strsim v0.10.0 |
| 940 | 2026-07-01T15:17:59.068Z | Downloaded slab v0.4.12 |
| 941 | 2026-07-01T15:17:59.068Z | Downloaded shlex v1.3.0 |
| 942 | 2026-07-01T15:17:59.068Z | Downloaded strum v0.26.3 |
| 943 | 2026-07-01T15:17:59.068Z | Downloaded slog-bunyan v2.5.0 |
| 944 | 2026-07-01T15:17:59.072Z | Downloaded rustls-pki-types v1.14.0 |
| 945 | 2026-07-01T15:17:59.072Z | Downloaded dropshot-api-manager v0.7.2 |
| 946 | 2026-07-01T15:17:59.076Z | Downloaded simd-adler32 v0.3.8 |
| 947 | 2026-07-01T15:17:59.076Z | Downloaded signal-hook-registry v1.4.8 |
| 948 | 2026-07-01T15:17:59.079Z | Downloaded serde_with_macros v1.5.2 |
| 949 | 2026-07-01T15:17:59.079Z | Downloaded structmeta-derive v0.3.0 |
| 950 | 2026-07-01T15:17:59.079Z | Downloaded strip-ansi-escapes v0.2.1 |
| 951 | 2026-07-01T15:17:59.081Z | Downloaded slog-async v2.8.0 |
| 952 | 2026-07-01T15:17:59.085Z | Downloaded russh-keys v0.45.0 |
| 953 | 2026-07-01T15:17:59.085Z | Downloaded ssh-encoding v0.2.0 |
| 954 | 2026-07-01T15:17:59.085Z | Downloaded strum v0.27.2 |
| 955 | 2026-07-01T15:17:59.085Z | Downloaded ssh-cipher v0.2.0 |
| 956 | 2026-07-01T15:17:59.089Z | Downloaded hyper-util v0.1.20 |
| 957 | 2026-07-01T15:17:59.089Z | Downloaded slog-dtrace v0.3.0 |
| 958 | 2026-07-01T15:17:59.092Z | Downloaded sync_wrapper v1.0.2 |
| 959 | 2026-07-01T15:17:59.092Z | Downloaded smf v0.2.3 |
| 960 | 2026-07-01T15:17:59.093Z | Downloaded smallvec v0.6.14 |
| 961 | 2026-07-01T15:17:59.096Z | Downloaded tabled_derive v0.11.0 |
| 962 | 2026-07-01T15:17:59.096Z | Downloaded subtle v2.6.1 |
| 963 | 2026-07-01T15:17:59.096Z | Downloaded slog-json v2.6.1 |
| 964 | 2026-07-01T15:17:59.096Z | Downloaded slog-stdlog v4.1.1 |
| 965 | 2026-07-01T15:17:59.154Z | Downloaded slog-scope v4.4.1 |
| 966 | 2026-07-01T15:17:59.154Z | Downloaded prettyplease v0.2.37 |
| 967 | 2026-07-01T15:17:59.154Z | Downloaded sync-ptr v0.1.4 |
| 968 | 2026-07-01T15:17:59.154Z | Downloaded supports-color v3.0.2 |
| 969 | 2026-07-01T15:17:59.154Z | Downloaded http v1.4.2 |
| 970 | 2026-07-01T15:17:59.154Z | Downloaded scroll v0.13.0 |
| 971 | 2026-07-01T15:17:59.154Z | Downloaded itertools v0.10.5 |
| 972 | 2026-07-01T15:17:59.154Z | Downloaded tagptr v0.2.0 |
| 973 | 2026-07-01T15:17:59.154Z | Downloaded hickory-server v0.25.2 |
| 974 | 2026-07-01T15:17:59.154Z | Downloaded termtree v0.5.1 |
| 975 | 2026-07-01T15:17:59.154Z | Downloaded spki v0.7.3 |
| 976 | 2026-07-01T15:17:59.155Z | Downloaded snafu-derive v0.8.9 |
| 977 | 2026-07-01T15:17:59.155Z | Downloaded thread-id v5.1.0 |
| 978 | 2026-07-01T15:17:59.155Z | Downloaded tap v1.0.1 |
| 979 | 2026-07-01T15:17:59.155Z | Downloaded progenitor-impl v0.14.0 |
| 980 | 2026-07-01T15:17:59.155Z | Downloaded take_mut v0.2.2 |
| 981 | 2026-07-01T15:17:59.155Z | Downloaded tabwriter v1.4.1 |
| 982 | 2026-07-01T15:17:59.155Z | Downloaded serde_with_macros v3.17.0 |
| 983 | 2026-07-01T15:17:59.155Z | Downloaded sqlformat v0.3.5 |
| 984 | 2026-07-01T15:17:59.155Z | Downloaded static_assertions v1.1.0 |
| 985 | 2026-07-01T15:17:59.155Z | Downloaded testing_table v0.3.0 |
| 986 | 2026-07-01T15:17:59.155Z | Downloaded time-core v0.1.8 |
| 987 | 2026-07-01T15:17:59.157Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 988 | 2026-07-01T15:17:59.166Z | Downloaded tinyvec_macros v0.1.1 |
| 989 | 2026-07-01T15:17:59.166Z | Downloaded minimal-lexical v0.2.1 |
| 990 | 2026-07-01T15:17:59.166Z | Downloaded pretty_assertions v1.4.1 |
| 991 | 2026-07-01T15:17:59.166Z | Downloaded strum_macros v0.27.2 |
| 992 | 2026-07-01T15:17:59.166Z | Downloaded rustls-platform-verifier v0.6.2 |
| 993 | 2026-07-01T15:17:59.167Z | Downloaded tokio-macros v2.7.0 |
| 994 | 2026-07-01T15:17:59.167Z | Downloaded string_cache v0.8.9 |
| 995 | 2026-07-01T15:17:59.167Z | Downloaded stringprep v0.1.5 |
| 996 | 2026-07-01T15:17:59.173Z | Downloaded support-bundle-viewer v0.1.2 |
| 997 | 2026-07-01T15:17:59.173Z | Downloaded serde_cbor v0.11.2 |
| 998 | 2026-07-01T15:17:59.173Z | Downloaded ron v0.8.1 |
| 999 | 2026-07-01T15:17:59.173Z | Downloaded strum_macros v0.24.3 |
| 1000 | 2026-07-01T15:17:59.173Z | Downloaded schemars v0.8.22 |
| 1001 | 2026-07-01T15:17:59.177Z | Downloaded mio v1.2.0 |
| 1002 | 2026-07-01T15:17:59.181Z | Downloaded num-bigint v0.4.6 |
| 1003 | 2026-07-01T15:17:59.184Z | Downloaded nom v7.1.3 |
| 1004 | 2026-07-01T15:17:59.188Z | Downloaded slog-term v2.9.2 |
| 1005 | 2026-07-01T15:17:59.188Z | Downloaded ryu v1.0.23 |
| 1006 | 2026-07-01T15:17:59.198Z | Downloaded synstructure v0.13.2 |
| 1007 | 2026-07-01T15:17:59.198Z | Downloaded hashbrown v0.15.5 |
| 1008 | 2026-07-01T15:17:59.207Z | Downloaded tokio-test v0.4.5 |
| 1009 | 2026-07-01T15:17:59.208Z | Downloaded termios v0.3.3 |
| 1010 | 2026-07-01T15:17:59.208Z | Downloaded rcgen v0.12.1 |
| 1011 | 2026-07-01T15:17:59.208Z | Downloaded tower-service v0.3.3 |
| 1012 | 2026-07-01T15:17:59.208Z | Downloaded smallvec v1.15.1 |
| 1013 | 2026-07-01T15:17:59.212Z | Downloaded tower-layer v0.3.3 |
| 1014 | 2026-07-01T15:17:59.212Z | Downloaded spin v0.9.8 |
| 1015 | 2026-07-01T15:17:59.217Z | Downloaded thread_local v1.1.9 |
| 1016 | 2026-07-01T15:17:59.220Z | Downloaded try-lock v0.2.5 |
| 1017 | 2026-07-01T15:17:59.221Z | Downloaded topological-sort v0.2.2 |
| 1018 | 2026-07-01T15:17:59.221Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1019 | 2026-07-01T15:17:59.221Z | Downloaded thiserror-no-std v2.0.2 |
| 1020 | 2026-07-01T15:17:59.226Z | Downloaded tinystr v0.8.2 |
| 1021 | 2026-07-01T15:17:59.226Z | Downloaded tls_codec_derive v0.4.2 |
| 1022 | 2026-07-01T15:17:59.231Z | Downloaded stacker v0.1.23 |
| 1023 | 2026-07-01T15:17:59.231Z | Downloaded quinn v0.11.9 |
| 1024 | 2026-07-01T15:17:59.231Z | Downloaded idna v1.1.0 |
| 1025 | 2026-07-01T15:17:59.235Z | Downloaded tiny-keccak v2.0.2 |
| 1026 | 2026-07-01T15:17:59.235Z | Downloaded rayon-core v1.13.0 |
| 1027 | 2026-07-01T15:17:59.238Z | Downloaded unicode-xid v0.2.6 |
| 1028 | 2026-07-01T15:17:59.238Z | Downloaded unarray v0.1.4 |
| 1029 | 2026-07-01T15:17:59.239Z | Downloaded typify-macro v0.6.2 |
| 1030 | 2026-07-01T15:17:59.239Z | Downloaded tokio-dtrace v0.1.1 |
| 1031 | 2026-07-01T15:17:59.243Z | Downloaded tls_codec v0.4.2 |
| 1032 | 2026-07-01T15:17:59.243Z | Downloaded time-macros v0.2.27 |
| 1033 | 2026-07-01T15:17:59.243Z | Downloaded slog v2.8.2 |
| 1034 | 2026-07-01T15:17:59.247Z | Downloaded rand v0.8.6 |
| 1035 | 2026-07-01T15:17:59.251Z | Downloaded signal-hook v0.3.18 |
| 1036 | 2026-07-01T15:17:59.251Z | Downloaded hashbrown v0.16.1 |
| 1037 | 2026-07-01T15:17:59.255Z | Downloaded untrusted v0.9.0 |
| 1038 | 2026-07-01T15:17:59.255Z | Downloaded unicode-truncate v1.1.0 |
| 1039 | 2026-07-01T15:17:59.255Z | Downloaded unit-prefix v0.5.2 |
| 1040 | 2026-07-01T15:17:59.260Z | Downloaded universal-hash v0.5.1 |
| 1041 | 2026-07-01T15:17:59.260Z | Downloaded untrusted v0.7.1 |
| 1042 | 2026-07-01T15:17:59.260Z | Downloaded usdt-macro v0.6.0 |
| 1043 | 2026-07-01T15:17:59.260Z | Downloaded usdt v0.6.0 |
| 1044 | 2026-07-01T15:17:59.260Z | Downloaded iri-string v0.7.10 |
| 1045 | 2026-07-01T15:17:59.264Z | Downloaded tokio-native-tls v0.3.1 |
| 1046 | 2026-07-01T15:17:59.264Z | Downloaded strum_macros v0.26.4 |
| 1047 | 2026-07-01T15:17:59.267Z | Downloaded rsa v0.9.10 |
| 1048 | 2026-07-01T15:17:59.271Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1049 | 2026-07-01T15:17:59.271Z | Downloaded term v1.2.1 |
| 1050 | 2026-07-01T15:17:59.276Z | Downloaded utf-8 v0.7.6 |
| 1051 | 2026-07-01T15:17:59.276Z | Downloaded usdt-attr-macro v0.6.0 |
| 1052 | 2026-07-01T15:17:59.276Z | Downloaded qorb v0.4.1 |
| 1053 | 2026-07-01T15:17:59.276Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1054 | 2026-07-01T15:17:59.280Z | Downloaded tokio-tungstenite v0.21.0 |
| 1055 | 2026-07-01T15:17:59.285Z | Downloaded libxml v0.3.3 |
| 1056 | 2026-07-01T15:17:59.295Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1057 | 2026-07-01T15:17:59.301Z | Downloaded hyper v1.10.1 |
| 1058 | 2026-07-01T15:17:59.306Z | Downloaded futures-util v0.3.32 |
| 1059 | 2026-07-01T15:17:59.310Z | Downloaded want v0.3.1 |
| 1060 | 2026-07-01T15:17:59.310Z | Downloaded rustls-webpki v0.103.9 |
| 1061 | 2026-07-01T15:17:59.314Z | Downloaded tui-tree-widget v0.23.1 |
| 1062 | 2026-07-01T15:17:59.314Z | Downloaded trait-variant v0.1.2 |
| 1063 | 2026-07-01T15:17:59.314Z | Downloaded publicsuffix v2.3.0 |
| 1064 | 2026-07-01T15:17:59.324Z | Downloaded void v1.0.2 |
| 1065 | 2026-07-01T15:17:59.328Z | Downloaded rand v0.9.2 |
| 1066 | 2026-07-01T15:17:59.328Z | Downloaded waitgroup v0.1.2 |
| 1067 | 2026-07-01T15:17:59.331Z | Downloaded wait-timeout v0.2.1 |
| 1068 | 2026-07-01T15:17:59.332Z | Downloaded subprocess v0.2.15 |
| 1069 | 2026-07-01T15:17:59.338Z | Downloaded schemars v0.9.0 |
| 1070 | 2026-07-01T15:17:59.342Z | Downloaded similar v2.7.0 |
| 1071 | 2026-07-01T15:17:59.345Z | Downloaded unicase v2.9.0 |
| 1072 | 2026-07-01T15:17:59.345Z | Downloaded tokio-rustls v0.26.4 |
| 1073 | 2026-07-01T15:17:59.349Z | Downloaded itertools v0.12.1 |
| 1074 | 2026-07-01T15:17:59.353Z | Downloaded xattr v1.6.1 |
| 1075 | 2026-07-01T15:17:59.358Z | Downloaded zerofrom v0.1.6 |
| 1076 | 2026-07-01T15:17:59.358Z | Downloaded utf8_iter v1.0.4 |
| 1077 | 2026-07-01T15:17:59.358Z | Downloaded xshell-macros v0.2.7 |
| 1078 | 2026-07-01T15:17:59.358Z | Downloaded schemars v1.2.1 |
| 1079 | 2026-07-01T15:17:59.363Z | Downloaded zerofrom-derive v0.1.6 |
| 1080 | 2026-07-01T15:17:59.367Z | Downloaded itertools v0.13.0 |
| 1081 | 2026-07-01T15:17:59.373Z | Downloaded vergen-git2 v9.1.0 |
| 1082 | 2026-07-01T15:17:59.373Z | Downloaded term v0.7.0 |
| 1083 | 2026-07-01T15:17:59.377Z | Downloaded snafu v0.8.9 |
| 1084 | 2026-07-01T15:17:59.381Z | Downloaded rand v0.10.0 |
| 1085 | 2026-07-01T15:17:59.381Z | Downloaded tokio-tungstenite v0.23.1 |
| 1086 | 2026-07-01T15:17:59.385Z | Downloaded walkdir v2.5.0 |
| 1087 | 2026-07-01T15:17:59.385Z | Downloaded zeroize_derive v1.4.3 |
| 1088 | 2026-07-01T15:17:59.385Z | Downloaded vergen-lib v9.1.0 |
| 1089 | 2026-07-01T15:17:59.388Z | Downloaded vergen-gitcl v1.0.8 |
| 1090 | 2026-07-01T15:17:59.388Z | Downloaded uzers v0.12.2 |
| 1091 | 2026-07-01T15:17:59.388Z | Downloaded zone_cfg_derive v0.3.1 |
| 1092 | 2026-07-01T15:17:59.392Z | Downloaded zone v0.3.1 |
| 1093 | 2026-07-01T15:17:59.392Z | Downloaded icu_properties_data v2.1.2 |
| 1094 | 2026-07-01T15:17:59.396Z | Downloaded hkdf v0.12.4 |
| 1095 | 2026-07-01T15:17:59.399Z | Downloaded usdt-impl v0.6.0 |
| 1096 | 2026-07-01T15:17:59.399Z | Downloaded whoami v2.1.0 |
| 1097 | 2026-07-01T15:17:59.403Z | Downloaded tracing-attributes v0.1.31 |
| 1098 | 2026-07-01T15:17:59.403Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1099 | 2026-07-01T15:17:59.406Z | Downloaded tokio-stream v0.1.18 |
| 1100 | 2026-07-01T15:17:59.409Z | Downloaded test-strategy v0.4.5 |
| 1101 | 2026-07-01T15:17:59.410Z | Downloaded socket2 v0.6.3 |
| 1102 | 2026-07-01T15:17:59.414Z | Downloaded wyz v0.5.1 |
| 1103 | 2026-07-01T15:17:59.414Z | Downloaded twox-hash v2.1.2 |
| 1104 | 2026-07-01T15:17:59.418Z | Downloaded vergen-lib v0.1.6 |
| 1105 | 2026-07-01T15:17:59.418Z | Downloaded socket2 v0.5.10 |
| 1106 | 2026-07-01T15:17:59.418Z | Downloaded h2 v0.4.15 |
| 1107 | 2026-07-01T15:17:59.423Z | Downloaded russh v0.45.0 |
| 1108 | 2026-07-01T15:17:59.427Z | Downloaded whoami v1.6.1 |
| 1109 | 2026-07-01T15:17:59.427Z | Downloaded xshell v0.2.7 |
| 1110 | 2026-07-01T15:17:59.427Z | Downloaded unicode-properties v0.1.4 |
| 1111 | 2026-07-01T15:17:59.430Z | Downloaded p521 v0.13.3 |
| 1112 | 2026-07-01T15:17:59.430Z | Downloaded yoke-derive v0.8.1 |
| 1113 | 2026-07-01T15:17:59.434Z | Downloaded aws-lc-rs v1.16.3 |
| 1114 | 2026-07-01T15:17:59.440Z | Downloaded nom v8.0.0 |
| 1115 | 2026-07-01T15:17:59.444Z | Downloaded yoke v0.8.1 |
| 1116 | 2026-07-01T15:17:59.444Z | Downloaded tar v0.4.45 |
| 1117 | 2026-07-01T15:17:59.444Z | Downloaded vergen v9.1.0 |
| 1118 | 2026-07-01T15:17:59.448Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1119 | 2026-07-01T15:17:59.451Z | Downloaded num-bigint-dig v0.8.6 |
| 1120 | 2026-07-01T15:17:59.455Z | Downloaded toml v0.7.8 |
| 1121 | 2026-07-01T15:17:59.455Z | Downloaded libm v0.2.16 |
| 1122 | 2026-07-01T15:17:59.460Z | Downloaded zstd-safe v7.2.4 |
| 1123 | 2026-07-01T15:17:59.464Z | Downloaded steno v0.4.1 |
| 1124 | 2026-07-01T15:17:59.467Z | Downloaded zerovec-derive v0.11.2 |
| 1125 | 2026-07-01T15:17:59.467Z | Downloaded writeable v0.6.2 |
| 1126 | 2026-07-01T15:17:59.467Z | Downloaded tinyvec v1.10.0 |
| 1127 | 2026-07-01T15:17:59.471Z | Downloaded itertools v0.14.0 |
| 1128 | 2026-07-01T15:17:59.474Z | Downloaded tracing-core v0.1.36 |
| 1129 | 2026-07-01T15:17:59.474Z | Downloaded samael v0.0.19 |
| 1130 | 2026-07-01T15:17:59.478Z | Downloaded vsss-rs v3.3.4 |
| 1131 | 2026-07-01T15:17:59.484Z | Downloaded typify v0.6.2 |
| 1132 | 2026-07-01T15:17:59.487Z | Downloaded tungstenite v0.23.0 |
| 1133 | 2026-07-01T15:17:59.487Z | Downloaded iddqd v0.4.2 |
| 1134 | 2026-07-01T15:17:59.493Z | Downloaded rustyline v14.0.0 |
| 1135 | 2026-07-01T15:17:59.499Z | Downloaded unsafe-libyaml v0.2.11 |
| 1136 | 2026-07-01T15:17:59.503Z | Downloaded rpassword v7.4.0 |
| 1137 | 2026-07-01T15:17:59.503Z | Downloaded zeroize v1.8.2 |
| 1138 | 2026-07-01T15:17:59.503Z | Downloaded yasna v0.5.2 |
| 1139 | 2026-07-01T15:17:59.508Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1140 | 2026-07-01T15:17:59.508Z | Downloaded zerocopy v0.6.6 |
| 1141 | 2026-07-01T15:17:59.516Z | Downloaded vte v0.14.1 |
| 1142 | 2026-07-01T15:17:59.519Z | Downloaded uuid v1.23.4 |
| 1143 | 2026-07-01T15:17:59.524Z | Downloaded tungstenite v0.21.0 |
| 1144 | 2026-07-01T15:17:59.532Z | Downloaded reedline v0.40.0 |
| 1145 | 2026-07-01T15:17:59.538Z | Downloaded unicode-bidi v0.3.18 |
| 1146 | 2026-07-01T15:17:59.541Z | Downloaded tokio-postgres v0.7.16 |
| 1147 | 2026-07-01T15:17:59.545Z | Downloaded blake3 v1.8.5 |
| 1148 | 2026-07-01T15:17:59.556Z | Downloaded bindgen v0.71.1 |
| 1149 | 2026-07-01T15:17:59.562Z | Downloaded zopfli v0.8.3 |
| 1150 | 2026-07-01T15:17:59.572Z | Downloaded serde_with v1.14.0 |
| 1151 | 2026-07-01T15:17:59.577Z | Downloaded ssh-key v0.6.7 |
| 1152 | 2026-07-01T15:17:59.581Z | Downloaded git2 v0.20.4 |
| 1153 | 2026-07-01T15:17:59.585Z | Downloaded url v2.5.8 |
| 1154 | 2026-07-01T15:17:59.588Z | Downloaded regex v1.12.3 |
| 1155 | 2026-07-01T15:17:59.599Z | Downloaded unicode_categories v0.1.1 |
| 1156 | 2026-07-01T15:17:59.612Z | Downloaded p384 v0.13.1 |
| 1157 | 2026-07-01T15:17:59.616Z | Downloaded zerotrie v0.2.3 |
| 1158 | 2026-07-01T15:17:59.616Z | Downloaded toml_edit v0.19.15 |
| 1159 | 2026-07-01T15:17:59.625Z | Downloaded zstd v0.13.3 |
| 1160 | 2026-07-01T15:17:59.629Z | Downloaded zip v0.6.6 |
| 1161 | 2026-07-01T15:17:59.629Z | Downloaded zerocopy-derive v0.8.40 |
| 1162 | 2026-07-01T15:17:59.634Z | Downloaded tower v0.5.3 |
| 1163 | 2026-07-01T15:17:59.639Z | Downloaded chrono v0.4.44 |
| 1164 | 2026-07-01T15:17:59.643Z | Downloaded typed-path v0.9.3 |
| 1165 | 2026-07-01T15:17:59.648Z | Downloaded yansi v1.0.1 |
| 1166 | 2026-07-01T15:17:59.651Z | Downloaded moka v0.12.13 |
| 1167 | 2026-07-01T15:17:59.655Z | Downloaded x509-cert v0.2.5 |
| 1168 | 2026-07-01T15:17:59.658Z | Downloaded rayon v1.11.0 |
| 1169 | 2026-07-01T15:17:59.665Z | Downloaded reqwest v0.12.28 |
| 1170 | 2026-07-01T15:17:59.672Z | Downloaded reqwest v0.13.2 |
| 1171 | 2026-07-01T15:17:59.676Z | Downloaded goblin v0.10.5 |
| 1172 | 2026-07-01T15:17:59.681Z | Downloaded quick-xml v0.37.5 |
| 1173 | 2026-07-01T15:17:59.685Z | Downloaded tokio-util v0.7.18 |
| 1174 | 2026-07-01T15:17:59.689Z | Downloaded tower-http v0.6.8 |
| 1175 | 2026-07-01T15:17:59.693Z | Downloaded tough v0.22.0 |
| 1176 | 2026-07-01T15:17:59.703Z | Downloaded salty v0.3.0 |
| 1177 | 2026-07-01T15:17:59.706Z | Downloaded curve25519-dalek v4.1.3 |
| 1178 | 2026-07-01T15:17:59.710Z | Downloaded lalrpop v0.19.12 |
| 1179 | 2026-07-01T15:17:59.718Z | Downloaded petname v2.0.2 |
| 1180 | 2026-07-01T15:17:59.722Z | Downloaded zerovec v0.11.5 |
| 1181 | 2026-07-01T15:17:59.726Z | Downloaded unicode-segmentation v1.12.0 |
| 1182 | 2026-07-01T15:17:59.730Z | Downloaded unicode-normalization v0.1.25 |
| 1183 | 2026-07-01T15:17:59.735Z | Downloaded portable-atomic v1.13.1 |
| 1184 | 2026-07-01T15:17:59.742Z | Downloaded serde_with v3.17.0 |
| 1185 | 2026-07-01T15:17:59.750Z | Downloaded zip v4.6.1 |
| 1186 | 2026-07-01T15:17:59.755Z | Downloaded radix_trie v0.2.1 |
| 1187 | 2026-07-01T15:17:59.762Z | Downloaded nix v0.27.1 |
| 1188 | 2026-07-01T15:17:59.774Z | Downloaded proptest v1.10.0 |
| 1189 | 2026-07-01T15:17:59.782Z | Downloaded polar-core v0.27.3 |
| 1190 | 2026-07-01T15:17:59.787Z | Downloaded object v0.30.4 |
| 1191 | 2026-07-01T15:17:59.799Z | Downloaded openssl v0.10.79 |
| 1192 | 2026-07-01T15:17:59.809Z | Downloaded time v0.3.47 |
| 1193 | 2026-07-01T15:17:59.816Z | Downloaded quinn-proto v0.11.13 |
| 1194 | 2026-07-01T15:17:59.820Z | Downloaded dropshot v0.17.1 |
| 1195 | 2026-07-01T15:17:59.841Z | Downloaded hickory-proto v0.24.4 |
| 1196 | 2026-07-01T15:17:59.853Z | Downloaded winnow v0.5.40 |
| 1197 | 2026-07-01T15:17:59.857Z | Downloaded winnow v0.6.26 |
| 1198 | 2026-07-01T15:17:59.864Z | Downloaded zerocopy v0.8.40 |
| 1199 | 2026-07-01T15:17:59.882Z | Downloaded smoltcp v0.11.0 |
| 1200 | 2026-07-01T15:17:59.890Z | Downloaded diesel v2.3.7 |
| 1201 | 2026-07-01T15:17:59.902Z | Downloaded tabled v0.20.0 |
| 1202 | 2026-07-01T15:17:59.913Z | Downloaded rustls v0.23.41 |
| 1203 | 2026-07-01T15:17:59.954Z | Downloaded winnow v1.0.3 |
| 1204 | 2026-07-01T15:17:59.973Z | Downloaded smoltcp v0.9.1 |
| 1205 | 2026-07-01T15:17:59.973Z | Downloaded regex-syntax v0.6.29 |
| 1206 | 2026-07-01T15:17:59.973Z | Downloaded vcpkg v0.2.15 |
| 1207 | 2026-07-01T15:17:59.982Z | Downloaded zlib-rs v0.6.2 |
| 1208 | 2026-07-01T15:17:59.983Z | Downloaded nix v0.31.2 |
| 1209 | 2026-07-01T15:17:59.987Z | Downloaded object v0.37.3 |
| 1210 | 2026-07-01T15:17:59.994Z | Downloaded bstr v1.12.1 |
| 1211 | 2026-07-01T15:17:59.998Z | Downloaded typify-impl v0.6.2 |
| 1212 | 2026-07-01T15:18:00.006Z | Downloaded nix v0.28.0 |
| 1213 | 2026-07-01T15:18:00.011Z | Downloaded rustix v0.38.44 |
| 1214 | 2026-07-01T15:18:00.019Z | Downloaded tracing v0.1.44 |
| 1215 | 2026-07-01T15:18:00.028Z | Downloaded hickory-proto v0.25.2 |
| 1216 | 2026-07-01T15:18:00.037Z | Downloaded regress v0.11.1 |
| 1217 | 2026-07-01T15:18:00.042Z | Downloaded openapiv3 v2.2.0 |
| 1218 | 2026-07-01T15:18:00.047Z | Downloaded regress v0.10.5 |
| 1219 | 2026-07-01T15:18:00.052Z | Downloaded regex-syntax v0.8.10 |
| 1220 | 2026-07-01T15:18:00.057Z | Downloaded zerocopy-derive v0.6.6 |
| 1221 | 2026-07-01T15:18:00.100Z | Downloaded libz-sys v1.1.24 |
| 1222 | 2026-07-01T15:18:00.114Z | Downloaded csv v1.4.0 |
| 1223 | 2026-07-01T15:18:00.131Z | Downloaded tokio v1.52.1 |
| 1224 | 2026-07-01T15:18:00.155Z | Downloaded sqlparser v0.61.0 |
| 1225 | 2026-07-01T15:18:00.169Z | Downloaded encoding_rs v0.8.35 |
| 1226 | 2026-07-01T15:18:00.197Z | Downloaded sled v0.34.7 |
| 1227 | 2026-07-01T15:18:00.205Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1228 | 2026-07-01T15:18:00.222Z | Downloaded ratatui v0.29.0 |
| 1229 | 2026-07-01T15:18:00.313Z | Downloaded regex-automata v0.4.14 |
| 1230 | 2026-07-01T15:18:00.324Z | Downloaded petgraph v0.6.5 |
| 1231 | 2026-07-01T15:18:00.343Z | Downloaded chrono-tz v0.10.4 |
| 1232 | 2026-07-01T15:18:00.356Z | Downloaded jiff v0.2.21 |
| 1233 | 2026-07-01T15:18:00.397Z | Downloaded petgraph v0.8.3 |
| 1234 | 2026-07-01T15:18:00.432Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1235 | 2026-07-01T15:18:00.440Z | Downloaded sha3 v0.10.8 |
| 1236 | 2026-07-01T15:18:00.601Z | Downloaded ring v0.17.14 |
| 1237 | 2026-07-01T15:18:00.640Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1238 | 2026-07-01T15:18:01.215Z | Downloaded aws-lc-sys v0.40.0 |
| 1239 | 2026-07-01T15:18:01.492Z | Compiling libc v0.2.185 |
| 1240 | 2026-07-01T15:18:01.492Z | Compiling serde_core v1.0.228 |
| 1241 | 2026-07-01T15:18:01.492Z | Compiling serde v1.0.228 |
| 1242 | 2026-07-01T15:18:01.502Z | Compiling log v0.4.29 |
| 1243 | 2026-07-01T15:18:01.502Z | Compiling smallvec v1.15.1 |
| 1244 | 2026-07-01T15:18:01.504Z | Compiling shlex v1.3.0 |
| 1245 | 2026-07-01T15:18:01.504Z | Compiling find-msvc-tools v0.1.9 |
| 1246 | 2026-07-01T15:18:01.504Z | Compiling typenum v1.19.0 |
| 1247 | 2026-07-01T15:18:01.504Z | Compiling subtle v2.6.1 |
| 1248 | 2026-07-01T15:18:01.624Z | Compiling generic-array v0.14.7 |
| 1249 | 2026-07-01T15:18:01.636Z | Compiling scopeguard v1.2.0 |
| 1250 | 2026-07-01T15:18:01.640Z | Compiling stable_deref_trait v1.2.1 |
| 1251 | 2026-07-01T15:18:01.640Z | Compiling const-oid v0.9.6 |
| 1252 | 2026-07-01T15:18:01.708Z | Compiling serde_json v1.0.150 |
| 1253 | 2026-07-01T15:18:01.733Z | Compiling syn v2.0.117 |
| 1254 | 2026-07-01T15:18:01.745Z | Compiling portable-atomic v1.13.1 |
| 1255 | 2026-07-01T15:18:01.781Z | Compiling zerocopy v0.8.40 |
| 1256 | 2026-07-01T15:18:01.822Z | Compiling lock_api v0.4.14 |
| 1257 | 2026-07-01T15:18:01.835Z | Compiling pin-project-lite v0.2.17 |
| 1258 | 2026-07-01T15:18:01.848Z | Compiling parking_lot_core v0.9.12 |
| 1259 | 2026-07-01T15:18:01.862Z | Compiling critical-section v1.2.0 |
| 1260 | 2026-07-01T15:18:01.865Z | Compiling pkg-config v0.3.32 |
| 1261 | 2026-07-01T15:18:01.949Z | Compiling futures-core v0.3.32 |
| 1262 | 2026-07-01T15:18:01.953Z | Compiling libm v0.2.16 |
| 1263 | 2026-07-01T15:18:01.991Z | Compiling num-traits v0.2.19 |
| 1264 | 2026-07-01T15:18:02.017Z | Compiling litemap v0.8.1 |
| 1265 | 2026-07-01T15:18:02.032Z | Compiling percent-encoding v2.3.2 |
| 1266 | 2026-07-01T15:18:02.087Z | Compiling writeable v0.6.2 |
| 1267 | 2026-07-01T15:18:02.091Z | Compiling icu_normalizer_data v2.1.1 |
| 1268 | 2026-07-01T15:18:02.128Z | Compiling icu_properties_data v2.1.2 |
| 1269 | 2026-07-01T15:18:02.182Z | Compiling futures-sink v0.3.32 |
| 1270 | 2026-07-01T15:18:02.258Z | Compiling getrandom v0.4.1 |
| 1271 | 2026-07-01T15:18:02.262Z | Compiling rand_core v0.10.0 |
| 1272 | 2026-07-01T15:18:02.300Z | Compiling futures-channel v0.3.32 |
| 1273 | 2026-07-01T15:18:02.304Z | Compiling slab v0.4.12 |
| 1274 | 2026-07-01T15:18:02.304Z | Compiling cpufeatures v0.2.17 |
| 1275 | 2026-07-01T15:18:02.425Z | Compiling futures-io v0.3.32 |
| 1276 | 2026-07-01T15:18:02.452Z | Compiling futures-task v0.3.32 |
| 1277 | 2026-07-01T15:18:02.469Z | Compiling utf8_iter v1.0.4 |
| 1278 | 2026-07-01T15:18:02.483Z | Compiling getrandom v0.3.4 |
| 1279 | 2026-07-01T15:18:02.497Z | Compiling rustversion v1.0.22 |
| 1280 | 2026-07-01T15:18:02.535Z | Compiling form_urlencoded v1.2.2 |
| 1281 | 2026-07-01T15:18:02.550Z | Compiling rustix v1.1.3 |
| 1282 | 2026-07-01T15:18:02.570Z | Compiling ident_case v1.0.1 |
| 1283 | 2026-07-01T15:18:02.587Z | Compiling fs_extra v1.3.0 |
| 1284 | 2026-07-01T15:18:02.605Z | Compiling jobserver v0.1.34 |
| 1285 | 2026-07-01T15:18:02.629Z | Compiling getrandom v0.2.17 |
| 1286 | 2026-07-01T15:18:02.644Z | Compiling errno v0.3.14 |
| 1287 | 2026-07-01T15:18:02.689Z | Compiling mio v1.2.0 |
| 1288 | 2026-07-01T15:18:02.711Z | Compiling socket2 v0.6.3 |
| 1289 | 2026-07-01T15:18:02.758Z | Compiling signal-hook-registry v1.4.8 |
| 1290 | 2026-07-01T15:18:02.834Z | Compiling rand_core v0.6.4 |
| 1291 | 2026-07-01T15:18:02.907Z | Compiling cc v1.2.56 |
| 1292 | 2026-07-01T15:18:02.921Z | Compiling once_cell v1.21.3 |
| 1293 | 2026-07-01T15:18:02.925Z | Compiling parking_lot v0.12.5 |
| 1294 | 2026-07-01T15:18:02.993Z | Compiling base64ct v1.8.3 |
| 1295 | 2026-07-01T15:18:03.007Z | Compiling dunce v1.0.5 |
| 1296 | 2026-07-01T15:18:03.075Z | Compiling flagset v0.4.7 |
| 1297 | 2026-07-01T15:18:03.110Z | Compiling iana-time-zone v0.1.65 |
| 1298 | 2026-07-01T15:18:03.125Z | Compiling regex-syntax v0.8.10 |
| 1299 | 2026-07-01T15:18:03.151Z | Compiling vcpkg v0.2.15 |
| 1300 | 2026-07-01T15:18:03.166Z | Compiling tracing-core v0.1.36 |
| 1301 | 2026-07-01T15:18:03.181Z | Compiling aws-lc-rs v1.16.3 |
| 1302 | 2026-07-01T15:18:03.215Z | Compiling base64 v0.22.1 |
| 1303 | 2026-07-01T15:18:03.274Z | Compiling pem-rfc7468 v0.7.0 |
| 1304 | 2026-07-01T15:18:03.297Z | Compiling openssl-probe v0.2.1 |
| 1305 | 2026-07-01T15:18:03.312Z | Compiling httparse v1.10.1 |
| 1306 | 2026-07-01T15:18:03.329Z | Compiling tinyvec_macros v0.1.1 |
| 1307 | 2026-07-01T15:18:03.407Z | Compiling rand_core v0.9.5 |
| 1308 | 2026-07-01T15:18:03.492Z | Compiling tinyvec v1.10.0 |
| 1309 | 2026-07-01T15:18:03.505Z | Compiling aho-corasick v1.1.4 |
| 1310 | 2026-07-01T15:18:03.518Z | Compiling tower-service v0.3.3 |
| 1311 | 2026-07-01T15:18:03.538Z | Compiling schemars v0.8.22 |
| 1312 | 2026-07-01T15:18:03.597Z | Compiling try-lock v0.2.5 |
| 1313 | 2026-07-01T15:18:03.604Z | Compiling dyn-clone v1.0.20 |
| 1314 | 2026-07-01T15:18:03.625Z | Compiling untrusted v0.7.1 |
| 1315 | 2026-07-01T15:18:03.667Z | Compiling cmake v0.1.57 |
| 1316 | 2026-07-01T15:18:03.698Z | Compiling tower-layer v0.3.3 |
| 1317 | 2026-07-01T15:18:03.712Z | Compiling atomic-waker v1.1.2 |
| 1318 | 2026-07-01T15:18:03.743Z | Compiling want v0.3.1 |
| 1319 | 2026-07-01T15:18:03.743Z | Compiling untrusted v0.9.0 |
| 1320 | 2026-07-01T15:18:03.769Z | Compiling foreign-types-shared v0.1.1 |
| 1321 | 2026-07-01T15:18:03.834Z | Compiling bitflags v2.11.0 |
| 1322 | 2026-07-01T15:18:03.854Z | Compiling semver v1.0.28 |
| 1323 | 2026-07-01T15:18:03.859Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-07-01T15:18:03.882Z | Compiling uuid v1.23.4 |
| 1325 | 2026-07-01T15:18:03.886Z | Compiling rustls v0.23.41 |
| 1326 | 2026-07-01T15:18:03.898Z | Compiling httpdate v1.0.3 |
| 1327 | 2026-07-01T15:18:03.910Z | Compiling openssl v0.10.79 |
| 1328 | 2026-07-01T15:18:03.940Z | Compiling foreign-types v0.3.2 |
| 1329 | 2026-07-01T15:18:04.017Z | Compiling unicode-normalization v0.1.25 |
| 1330 | 2026-07-01T15:18:04.076Z | Compiling spin v0.9.8 |
| 1331 | 2026-07-01T15:18:04.090Z | Compiling rustc_version v0.4.1 |
| 1332 | 2026-07-01T15:18:04.102Z | Compiling native-tls v0.2.18 |
| 1333 | 2026-07-01T15:18:04.116Z | Compiling time-core v0.1.8 |
| 1334 | 2026-07-01T15:18:04.153Z | Compiling powerfmt v0.2.0 |
| 1335 | 2026-07-01T15:18:04.204Z | Compiling crc32fast v1.5.0 |
| 1336 | 2026-07-01T15:18:04.217Z | Compiling num-conv v0.2.0 |
| 1337 | 2026-07-01T15:18:04.272Z | Compiling wait-timeout v0.2.1 |
| 1338 | 2026-07-01T15:18:04.297Z | Compiling deranged v0.5.8 |
| 1339 | 2026-07-01T15:18:04.339Z | Compiling sync_wrapper v1.0.2 |
| 1340 | 2026-07-01T15:18:04.356Z | Compiling time-macros v0.2.27 |
| 1341 | 2026-07-01T15:18:04.371Z | Compiling num_threads v0.1.7 |
| 1342 | 2026-07-01T15:18:04.424Z | Compiling simd-adler32 v0.3.8 |
| 1343 | 2026-07-01T15:18:04.458Z | Compiling quick-error v1.2.3 |
| 1344 | 2026-07-01T15:18:04.480Z | Compiling syn v1.0.109 |
| 1345 | 2026-07-01T15:18:04.493Z | Compiling aws-lc-sys v0.40.0 |
| 1346 | 2026-07-01T15:18:04.509Z | Compiling openssl-sys v0.9.115 |
| 1347 | 2026-07-01T15:18:04.523Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1348 | 2026-07-01T15:18:04.558Z | Compiling bit-vec v0.8.0 |
| 1349 | 2026-07-01T15:18:04.575Z | Compiling synstructure v0.13.2 |
| 1350 | 2026-07-01T15:18:04.590Z | Compiling pest_generator v2.8.6 |
| 1351 | 2026-07-01T15:18:04.629Z | Compiling serde_derive_internals v0.29.1 |
| 1352 | 2026-07-01T15:18:04.687Z | Compiling regex-automata v0.4.14 |
| 1353 | 2026-07-01T15:18:04.813Z | Compiling darling_core v0.20.11 |
| 1354 | 2026-07-01T15:18:04.828Z | Compiling crossbeam-utils v0.8.21 |
| 1355 | 2026-07-01T15:18:05.021Z | Compiling tempfile v3.25.0 |
| 1356 | 2026-07-01T15:18:05.168Z | Compiling usdt-impl v0.6.0 |
| 1357 | 2026-07-01T15:18:05.220Z | Compiling siphasher v1.0.2 |
| 1358 | 2026-07-01T15:18:05.292Z | Compiling rusty-fork v0.3.1 |
| 1359 | 2026-07-01T15:18:05.350Z | Compiling bit-set v0.8.0 |
| 1360 | 2026-07-01T15:18:05.365Z | Compiling darling_core v0.21.3 |
| 1361 | 2026-07-01T15:18:05.421Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1362 | 2026-07-01T15:18:05.435Z | Compiling heapless v0.7.17 |
| 1363 | 2026-07-01T15:18:05.470Z | Compiling slog v2.8.2 |
| 1364 | 2026-07-01T15:18:05.530Z | Compiling rand_xorshift v0.4.0 |
| 1365 | 2026-07-01T15:18:05.553Z | Compiling time v0.3.47 |
| 1366 | 2026-07-01T15:18:05.572Z | Compiling thread-id v5.1.0 |
| 1367 | 2026-07-01T15:18:05.585Z | Compiling cookie v0.18.1 |
| 1368 | 2026-07-01T15:18:05.607Z | Compiling allocator-api2 v0.2.21 |
| 1369 | 2026-07-01T15:18:05.638Z | Compiling anyhow v1.0.102 |
| 1370 | 2026-07-01T15:18:05.668Z | Compiling iri-string v0.7.10 |
| 1371 | 2026-07-01T15:18:05.702Z | Compiling unicode-bidi v0.3.18 |
| 1372 | 2026-07-01T15:18:05.715Z | Compiling paste v1.0.15 |
| 1373 | 2026-07-01T15:18:05.736Z | Compiling adler2 v2.0.1 |
| 1374 | 2026-07-01T15:18:05.740Z | Compiling unicode-properties v0.1.4 |
| 1375 | 2026-07-01T15:18:05.757Z | Compiling zstd-safe v7.2.4 |
| 1376 | 2026-07-01T15:18:05.810Z | Compiling ryu v1.0.23 |
| 1377 | 2026-07-01T15:18:05.879Z | Compiling unarray v0.1.4 |
| 1378 | 2026-07-01T15:18:05.962Z | Compiling signal-hook v0.3.18 |
| 1379 | 2026-07-01T15:18:05.975Z | Compiling miniz_oxide v0.8.9 |
| 1380 | 2026-07-01T15:18:06.066Z | Compiling stringprep v0.1.5 |
| 1381 | 2026-07-01T15:18:06.106Z | Compiling camino v1.2.2 |
| 1382 | 2026-07-01T15:18:06.224Z | Compiling curve25519-dalek v4.1.3 |
| 1383 | 2026-07-01T15:18:06.272Z | Compiling num-integer v0.1.46 |
| 1384 | 2026-07-01T15:18:06.352Z | Compiling serde_derive v1.0.228 |
| 1385 | 2026-07-01T15:18:06.505Z | Compiling zeroize_derive v1.4.3 |
| 1386 | 2026-07-01T15:18:06.529Z | Compiling zerofrom-derive v0.1.6 |
| 1387 | 2026-07-01T15:18:06.595Z | Compiling yoke-derive v0.8.1 |
| 1388 | 2026-07-01T15:18:06.613Z | Compiling zerocopy-derive v0.8.40 |
| 1389 | 2026-07-01T15:18:06.627Z | Compiling zerovec-derive v0.11.2 |
| 1390 | 2026-07-01T15:18:06.705Z | Compiling displaydoc v0.2.5 |
| 1391 | 2026-07-01T15:18:06.785Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-07-01T15:18:07.222Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-07-01T15:18:07.225Z | Compiling zeroize v1.8.2 |
| 1394 | 2026-07-01T15:18:07.251Z | Compiling der_derive v0.7.3 |
| 1395 | 2026-07-01T15:18:07.256Z | Compiling tracing-attributes v0.1.31 |
| 1396 | 2026-07-01T15:18:07.523Z | Compiling thiserror-impl v2.0.18 |
| 1397 | 2026-07-01T15:18:07.577Z | Compiling rustls-pki-types v1.14.0 |
| 1398 | 2026-07-01T15:18:07.815Z | Compiling pest_derive v2.8.6 |
| 1399 | 2026-07-01T15:18:07.833Z | Compiling schemars_derive v0.8.22 |
| 1400 | 2026-07-01T15:18:07.998Z | Compiling crypto-common v0.1.7 |
| 1401 | 2026-07-01T15:18:08.024Z | Compiling zerofrom v0.1.6 |
| 1402 | 2026-07-01T15:18:08.068Z | Compiling block-buffer v0.10.4 |
| 1403 | 2026-07-01T15:18:08.072Z | Compiling block-padding v0.3.3 |
| 1404 | 2026-07-01T15:18:08.108Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-07-01T15:18:08.170Z | Compiling yoke v0.8.1 |
| 1406 | 2026-07-01T15:18:08.170Z | Compiling scroll_derive v0.13.1 |
| 1407 | 2026-07-01T15:18:08.253Z | Compiling digest v0.10.7 |
| 1408 | 2026-07-01T15:18:08.275Z | Compiling inout v0.1.4 |
| 1409 | 2026-07-01T15:18:08.292Z | Compiling der v0.7.10 |
| 1410 | 2026-07-01T15:18:08.322Z | Compiling darling_macro v0.20.11 |
| 1411 | 2026-07-01T15:18:08.371Z | Compiling zerovec v0.11.5 |
| 1412 | 2026-07-01T15:18:08.463Z | Compiling zerotrie v0.2.3 |
| 1413 | 2026-07-01T15:18:08.522Z | Compiling hmac v0.12.1 |
| 1414 | 2026-07-01T15:18:08.684Z | Compiling sha2 v0.10.9 |
| 1415 | 2026-07-01T15:18:08.699Z | Compiling cipher v0.4.4 |
| 1416 | 2026-07-01T15:18:08.777Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2026-07-01T15:18:08.844Z | Compiling tinystr v0.8.2 |
| 1418 | 2026-07-01T15:18:08.901Z | Compiling potential_utf v0.1.4 |
| 1419 | 2026-07-01T15:18:08.917Z | Compiling tracing v0.1.44 |
| 1420 | 2026-07-01T15:18:08.965Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-07-01T15:18:08.988Z | Compiling thiserror v2.0.18 |
| 1422 | 2026-07-01T15:18:08.991Z | Compiling aes v0.8.4 |
| 1423 | 2026-07-01T15:18:09.029Z | Compiling icu_locale_core v2.1.1 |
| 1424 | 2026-07-01T15:18:09.064Z | Compiling icu_collections v2.1.1 |
| 1425 | 2026-07-01T15:18:09.085Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-07-01T15:18:09.104Z | Compiling cbc v0.1.2 |
| 1427 | 2026-07-01T15:18:09.119Z | Compiling scroll v0.13.0 |
| 1428 | 2026-07-01T15:18:09.166Z | Compiling spki v0.7.3 |
| 1429 | 2026-07-01T15:18:09.213Z | Compiling openssl-macros v0.1.1 |
| 1430 | 2026-07-01T15:18:09.270Z | Compiling darling v0.20.11 |
| 1431 | 2026-07-01T15:18:09.363Z | Compiling goblin v0.10.5 |
| 1432 | 2026-07-01T15:18:09.367Z | Compiling derive_builder_core v0.20.2 |
| 1433 | 2026-07-01T15:18:09.392Z | Compiling pkcs5 v0.7.1 |
| 1434 | 2026-07-01T15:18:09.412Z | Compiling dtrace-parser v0.3.0 |
| 1435 | 2026-07-01T15:18:09.546Z | Compiling signature v2.2.0 |
| 1436 | 2026-07-01T15:18:09.560Z | Compiling scroll_derive v0.12.1 |
| 1437 | 2026-07-01T15:18:09.664Z | Compiling icu_provider v2.1.1 |
| 1438 | 2026-07-01T15:18:09.752Z | Compiling pkcs8 v0.10.2 |
| 1439 | 2026-07-01T15:18:09.889Z | Compiling bytes v1.11.1 |
| 1440 | 2026-07-01T15:18:09.913Z | Compiling chrono v0.4.44 |
| 1441 | 2026-07-01T15:18:10.028Z | Compiling icu_properties v2.1.2 |
| 1442 | 2026-07-01T15:18:10.043Z | Compiling icu_normalizer v2.1.1 |
| 1443 | 2026-07-01T15:18:10.107Z | Compiling ipnet v2.11.0 |
| 1444 | 2026-07-01T15:18:10.148Z | Compiling thiserror-impl v1.0.69 |
| 1445 | 2026-07-01T15:18:10.195Z | Compiling toml_datetime v0.6.11 |
| 1446 | 2026-07-01T15:18:10.242Z | Compiling serde_tokenstream v0.2.3 |
| 1447 | 2026-07-01T15:18:10.277Z | Compiling derive_builder_macro v0.20.2 |
| 1448 | 2026-07-01T15:18:10.340Z | Compiling scroll v0.12.0 |
| 1449 | 2026-07-01T15:18:10.466Z | Compiling tokio v1.52.1 |
| 1450 | 2026-07-01T15:18:10.481Z | Compiling http v1.4.2 |
| 1451 | 2026-07-01T15:18:10.578Z | Compiling serde_spanned v0.6.9 |
| 1452 | 2026-07-01T15:18:10.602Z | Compiling serde_urlencoded v0.7.1 |
| 1453 | 2026-07-01T15:18:10.619Z | Compiling erased-serde v0.3.31 |
| 1454 | 2026-07-01T15:18:10.635Z | Compiling md-5 v0.10.6 |
| 1455 | 2026-07-01T15:18:10.638Z | Compiling darling_macro v0.21.3 |
| 1456 | 2026-07-01T15:18:10.747Z | Compiling rustls-native-certs v0.8.3 |
| 1457 | 2026-07-01T15:18:10.795Z | Compiling bstr v1.12.1 |
| 1458 | 2026-07-01T15:18:10.814Z | Compiling zerocopy-derive v0.7.35 |
| 1459 | 2026-07-01T15:18:10.868Z | Compiling pin-project-internal v1.1.11 |
| 1460 | 2026-07-01T15:18:11.074Z | Compiling idna_adapter v1.2.1 |
| 1461 | 2026-07-01T15:18:11.156Z | Compiling ppv-lite86 v0.2.21 |
| 1462 | 2026-07-01T15:18:11.171Z | Compiling http-body v1.0.1 |
| 1463 | 2026-07-01T15:18:11.197Z | Compiling idna v1.1.0 |
| 1464 | 2026-07-01T15:18:11.230Z | Compiling async-trait v0.1.89 |
| 1465 | 2026-07-01T15:18:11.322Z | Compiling http-body-util v0.1.3 |
| 1466 | 2026-07-01T15:18:11.341Z | Compiling vergen-lib v9.1.0 |
| 1467 | 2026-07-01T15:18:11.368Z | Compiling ff v0.13.1 |
| 1468 | 2026-07-01T15:18:11.454Z | Compiling rand_chacha v0.9.0 |
| 1469 | 2026-07-01T15:18:11.487Z | Compiling rand_chacha v0.3.1 |
| 1470 | 2026-07-01T15:18:11.505Z | Compiling url v2.5.8 |
| 1471 | 2026-07-01T15:18:11.519Z | Compiling thiserror v1.0.69 |
| 1472 | 2026-07-01T15:18:11.536Z | Compiling hash32 v0.2.1 |
| 1473 | 2026-07-01T15:18:11.566Z | Compiling memoffset v0.9.1 |
| 1474 | 2026-07-01T15:18:11.581Z | Compiling encoding_rs v0.8.35 |
| 1475 | 2026-07-01T15:18:11.636Z | Compiling zlib-rs v0.6.2 |
| 1476 | 2026-07-01T15:18:11.741Z | Compiling rand v0.9.2 |
| 1477 | 2026-07-01T15:18:11.769Z | Compiling base16ct v0.2.0 |
| 1478 | 2026-07-01T15:18:11.795Z | Compiling num-bigint-dig v0.8.6 |
| 1479 | 2026-07-01T15:18:11.889Z | Compiling psl-types v2.0.11 |
| 1480 | 2026-07-01T15:18:11.961Z | Compiling smoltcp v0.9.1 |
| 1481 | 2026-07-01T15:18:12.039Z | Compiling ref-cast v1.0.25 |
| 1482 | 2026-07-01T15:18:12.061Z | Compiling fallible-iterator v0.2.0 |
| 1483 | 2026-07-01T15:18:12.177Z | Compiling litrs v1.0.0 |
| 1484 | 2026-07-01T15:18:12.320Z | Compiling dof v0.4.0 |
| 1485 | 2026-07-01T15:18:12.334Z | Compiling proptest v1.10.0 |
| 1486 | 2026-07-01T15:18:12.338Z | Compiling mime v0.3.17 |
| 1487 | 2026-07-01T15:18:12.338Z | Compiling rustix v0.38.44 |
| 1488 | 2026-07-01T15:18:12.397Z | Compiling cfg_aliases v0.2.1 |
| 1489 | 2026-07-01T15:18:12.481Z | Compiling nix v0.31.2 |
| 1490 | 2026-07-01T15:18:12.617Z | Compiling postgres-protocol v0.6.10 |
| 1491 | 2026-07-01T15:18:12.650Z | Compiling pin-project v1.1.11 |
| 1492 | 2026-07-01T15:18:12.722Z | Compiling document-features v0.2.12 |
| 1493 | 2026-07-01T15:18:12.776Z | Compiling publicsuffix v2.3.0 |
| 1494 | 2026-07-01T15:18:12.798Z | Compiling sec1 v0.7.3 |
| 1495 | 2026-07-01T15:18:12.844Z | Compiling ipnetwork v0.21.1 |
| 1496 | 2026-07-01T15:18:12.958Z | Compiling zerocopy v0.7.35 |
| 1497 | 2026-07-01T15:18:12.990Z | Compiling rand v0.8.6 |
| 1498 | 2026-07-01T15:18:13.132Z | Compiling oxnet v0.1.6 |
| 1499 | 2026-07-01T15:18:13.184Z | Compiling group v0.13.0 |
| 1500 | 2026-07-01T15:18:13.197Z | Compiling darling v0.21.3 |
| 1501 | 2026-07-01T15:18:13.292Z | Compiling derive_builder v0.20.2 |
| 1502 | 2026-07-01T15:18:13.356Z | Compiling goblin v0.8.2 |
| 1503 | 2026-07-01T15:18:13.372Z | Compiling futures-executor v0.3.32 |
| 1504 | 2026-07-01T15:18:13.385Z | Compiling hubpack_derive v0.1.1 |
| 1505 | 2026-07-01T15:18:13.434Z | Compiling hex v0.4.3 |
| 1506 | 2026-07-01T15:18:13.491Z | Compiling hkdf v0.12.4 |
| 1507 | 2026-07-01T15:18:13.510Z | Compiling crypto-bigint v0.5.5 |
| 1508 | 2026-07-01T15:18:13.525Z | Compiling regex v1.12.3 |
| 1509 | 2026-07-01T15:18:13.675Z | Compiling num-iter v0.1.45 |
| 1510 | 2026-07-01T15:18:13.705Z | Compiling ref-cast-impl v1.0.25 |
| 1511 | 2026-07-01T15:18:13.760Z | Compiling snafu-derive v0.8.9 |
| 1512 | 2026-07-01T15:18:13.764Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1513 | 2026-07-01T15:18:13.767Z | Compiling strum_macros v0.27.2 |
| 1514 | 2026-07-01T15:18:13.767Z | Compiling daft-derive v0.1.7 |
| 1515 | 2026-07-01T15:18:13.971Z | Compiling phf_shared v0.13.1 |
| 1516 | 2026-07-01T15:18:14.116Z | Compiling terminal_size v0.4.3 |
| 1517 | 2026-07-01T15:18:14.156Z | Compiling lazy_static v1.5.0 |
| 1518 | 2026-07-01T15:18:14.176Z | Compiling anstyle-parse v0.2.7 |
| 1519 | 2026-07-01T15:18:14.231Z | Compiling tokio-util v0.7.18 |
| 1520 | 2026-07-01T15:18:14.264Z | Compiling tower v0.5.3 |
| 1521 | 2026-07-01T15:18:14.268Z | Compiling tokio-native-tls v0.3.1 |
| 1522 | 2026-07-01T15:18:14.297Z | Compiling cargo-platform v0.3.2 |
| 1523 | 2026-07-01T15:18:14.381Z | Compiling vergen v9.1.0 |
| 1524 | 2026-07-01T15:18:14.436Z | Compiling fs-err v3.3.0 |
| 1525 | 2026-07-01T15:18:14.450Z | Compiling ahash v0.8.12 |
| 1526 | 2026-07-01T15:18:14.471Z | Compiling bitflags v1.3.2 |
| 1527 | 2026-07-01T15:18:14.545Z | Compiling flate2 v1.1.9 |
| 1528 | 2026-07-01T15:18:14.559Z | Compiling foldhash v0.1.5 |
| 1529 | 2026-07-01T15:18:14.586Z | Compiling unicode-segmentation v1.12.0 |
| 1530 | 2026-07-01T15:18:14.600Z | Compiling object v0.37.3 |
| 1531 | 2026-07-01T15:18:14.668Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-07-01T15:18:14.698Z | Compiling same-file v1.0.6 |
| 1533 | 2026-07-01T15:18:14.742Z | Compiling newtype-uuid v1.3.2 |
| 1534 | 2026-07-01T15:18:14.763Z | Compiling bumpalo v3.20.2 |
| 1535 | 2026-07-01T15:18:14.881Z | Compiling managed v0.8.0 |
| 1536 | 2026-07-01T15:18:14.917Z | Compiling winnow v0.5.40 |
| 1537 | 2026-07-01T15:18:14.994Z | Compiling h2 v0.4.15 |
| 1538 | 2026-07-01T15:18:15.020Z | Compiling foldhash v0.2.0 |
| 1539 | 2026-07-01T15:18:15.052Z | Compiling libbz2-rs-sys v0.2.2 |
| 1540 | 2026-07-01T15:18:15.115Z | Compiling zopfli v0.8.3 |
| 1541 | 2026-07-01T15:18:15.118Z | Compiling daft v0.1.7 |
| 1542 | 2026-07-01T15:18:15.195Z | Compiling hashbrown v0.16.1 |
| 1543 | 2026-07-01T15:18:15.259Z | Compiling walkdir v2.5.0 |
| 1544 | 2026-07-01T15:18:15.401Z | Compiling hashbrown v0.15.5 |
| 1545 | 2026-07-01T15:18:15.543Z | Compiling bzip2 v0.6.1 |
| 1546 | 2026-07-01T15:18:15.610Z | Compiling dof v0.3.0 |
| 1547 | 2026-07-01T15:18:15.660Z | Compiling clap_builder v4.6.0 |
| 1548 | 2026-07-01T15:18:15.678Z | Compiling snafu v0.8.9 |
| 1549 | 2026-07-01T15:18:15.771Z | Compiling cargo_metadata v0.23.1 |
| 1550 | 2026-07-01T15:18:15.774Z | Compiling elliptic-curve v0.13.8 |
| 1551 | 2026-07-01T15:18:15.806Z | Compiling strum v0.27.2 |
| 1552 | 2026-07-01T15:18:15.836Z | Compiling anstream v0.6.21 |
| 1553 | 2026-07-01T15:18:15.980Z | Compiling phf v0.13.1 |
| 1554 | 2026-07-01T15:18:16.060Z | Compiling signal-hook-mio v0.2.5 |
| 1555 | 2026-07-01T15:18:16.161Z | Compiling hubpack v0.1.2 |
| 1556 | 2026-07-01T15:18:16.177Z | Compiling cookie_store v0.22.1 |
| 1557 | 2026-07-01T15:18:16.200Z | Compiling usdt-attr-macro v0.6.0 |
| 1558 | 2026-07-01T15:18:16.226Z | Compiling usdt-macro v0.6.0 |
| 1559 | 2026-07-01T15:18:16.242Z | Compiling bzip2 v0.4.4 |
| 1560 | 2026-07-01T15:18:16.360Z | Compiling toml_edit v0.19.15 |
| 1561 | 2026-07-01T15:18:16.400Z | Compiling futures v0.3.32 |
| 1562 | 2026-07-01T15:18:16.461Z | Compiling serde_with_macros v3.17.0 |
| 1563 | 2026-07-01T15:18:16.474Z | Compiling postgres-types v0.2.12 |
| 1564 | 2026-07-01T15:18:16.504Z | Compiling zstd v0.13.3 |
| 1565 | 2026-07-01T15:18:16.787Z | Compiling dtrace-parser v0.2.0 |
| 1566 | 2026-07-01T15:18:16.850Z | Compiling globset v0.4.18 |
| 1567 | 2026-07-01T15:18:16.912Z | Compiling ed25519 v2.2.3 |
| 1568 | 2026-07-01T15:18:17.049Z | Compiling pkcs1 v0.7.5 |
| 1569 | 2026-07-01T15:18:17.074Z | Compiling serde-big-array v0.5.1 |
| 1570 | 2026-07-01T15:18:17.074Z | Compiling serde_plain v1.0.2 |
| 1571 | 2026-07-01T15:18:17.180Z | Compiling olpc-cjson v0.1.4 |
| 1572 | 2026-07-01T15:18:17.233Z | Compiling rfc6979 v0.4.0 |
| 1573 | 2026-07-01T15:18:17.300Z | Compiling clap_derive v4.6.1 |
| 1574 | 2026-07-01T15:18:17.372Z | Compiling async-recursion v1.1.1 |
| 1575 | 2026-07-01T15:18:17.382Z | Compiling enum-as-inner v0.6.1 |
| 1576 | 2026-07-01T15:18:17.470Z | Compiling strum_macros v0.26.4 |
| 1577 | 2026-07-01T15:18:17.554Z | Compiling serde_repr v0.1.20 |
| 1578 | 2026-07-01T15:18:17.574Z | Compiling phf_shared v0.11.3 |
| 1579 | 2026-07-01T15:18:17.649Z | Compiling float-cmp v0.10.0 |
| 1580 | 2026-07-01T15:18:17.726Z | Compiling pem v3.0.6 |
| 1581 | 2026-07-01T15:18:17.776Z | Compiling memmap2 v0.9.10 |
| 1582 | 2026-07-01T15:18:17.816Z | Compiling thread-id v4.2.2 |
| 1583 | 2026-07-01T15:18:17.846Z | Compiling env_filter v1.0.0 |
| 1584 | 2026-07-01T15:18:17.914Z | Compiling new_debug_unreachable v1.0.6 |
| 1585 | 2026-07-01T15:18:17.931Z | Compiling either v1.15.0 |
| 1586 | 2026-07-01T15:18:18.001Z | Compiling predicates-core v1.0.10 |
| 1587 | 2026-07-01T15:18:18.015Z | Compiling data-encoding v2.10.0 |
| 1588 | 2026-07-01T15:18:18.071Z | Compiling winnow v1.0.3 |
| 1589 | 2026-07-01T15:18:18.085Z | Compiling static_assertions v1.1.0 |
| 1590 | 2026-07-01T15:18:18.145Z | Compiling hyper v1.10.1 |
| 1591 | 2026-07-01T15:18:18.160Z | Compiling whoami v2.1.0 |
| 1592 | 2026-07-01T15:18:18.172Z | Compiling keccak v0.1.6 |
| 1593 | 2026-07-01T15:18:18.186Z | Compiling jiff v0.2.21 |
| 1594 | 2026-07-01T15:18:18.209Z | Compiling normalize-line-endings v0.3.0 |
| 1595 | 2026-07-01T15:18:18.329Z | Compiling fixedbitset v0.4.2 |
| 1596 | 2026-07-01T15:18:18.438Z | Compiling typed-path v0.9.3 |
| 1597 | 2026-07-01T15:18:18.552Z | Compiling difflib v0.4.0 |
| 1598 | 2026-07-01T15:18:18.567Z | Compiling fixedbitset v0.5.7 |
| 1599 | 2026-07-01T15:18:18.693Z | Compiling precomputed-hash v0.1.1 |
| 1600 | 2026-07-01T15:18:18.726Z | Compiling toml_edit v0.22.27 |
| 1601 | 2026-07-01T15:18:18.795Z | Compiling predicates v3.1.4 |
| 1602 | 2026-07-01T15:18:18.874Z | Compiling petgraph v0.8.3 |
| 1603 | 2026-07-01T15:18:18.893Z | Compiling string_cache v0.8.9 |
| 1604 | 2026-07-01T15:18:18.933Z | Compiling petgraph v0.6.5 |
| 1605 | 2026-07-01T15:18:19.054Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1606 | 2026-07-01T15:18:19.129Z | Compiling clap v4.6.1 |
| 1607 | 2026-07-01T15:18:19.145Z | Compiling tokio-postgres v0.7.16 |
| 1608 | 2026-07-01T15:18:19.148Z | Compiling sha3 v0.10.8 |
| 1609 | 2026-07-01T15:18:19.197Z | Compiling hickory-proto v0.25.2 |
| 1610 | 2026-07-01T15:18:19.225Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1611 | 2026-07-01T15:18:19.286Z | Compiling hyper-util v0.1.20 |
| 1612 | 2026-07-01T15:18:19.466Z | Compiling strum v0.26.3 |
| 1613 | 2026-07-01T15:18:19.612Z | Compiling itertools v0.13.0 |
| 1614 | 2026-07-01T15:18:19.616Z | Compiling env_logger v0.11.9 |
| 1615 | 2026-07-01T15:18:19.685Z | Compiling usdt v0.6.0 |
| 1616 | 2026-07-01T15:18:19.708Z | Compiling usdt-impl v0.5.0 |
| 1617 | 2026-07-01T15:18:19.805Z | Compiling toml v0.7.8 |
| 1618 | 2026-07-01T15:18:19.993Z | Compiling serde_with v3.17.0 |
| 1619 | 2026-07-01T15:18:20.033Z | Compiling crossterm v0.28.1 |
| 1620 | 2026-07-01T15:18:20.394Z | Compiling ecdsa v0.16.9 |
| 1621 | 2026-07-01T15:18:20.494Z | Compiling rsa v0.9.10 |
| 1622 | 2026-07-01T15:18:20.524Z | Compiling ed25519-dalek v2.2.0 |
| 1623 | 2026-07-01T15:18:20.831Z | Compiling hyper-tls v0.6.0 |
| 1624 | 2026-07-01T15:18:20.961Z | Compiling zip v4.6.1 |
| 1625 | 2026-07-01T15:18:21.081Z | Compiling reqwest v0.12.28 |
| 1626 | 2026-07-01T15:18:21.209Z | Compiling zip v0.6.6 |
| 1627 | 2026-07-01T15:18:21.414Z | Compiling iddqd v0.4.2 |
| 1628 | 2026-07-01T15:18:21.660Z | Compiling tokio-stream v0.1.18 |
| 1629 | 2026-07-01T15:18:21.781Z | Compiling similar v2.7.0 |
| 1630 | 2026-07-01T15:18:21.824Z | Compiling heck v0.4.1 |
| 1631 | 2026-07-01T15:18:21.839Z | Compiling buf-list v1.1.2 |
| 1632 | 2026-07-01T15:18:21.872Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1633 | 2026-07-01T15:18:21.969Z | Compiling openapiv3 v2.2.0 |
| 1634 | 2026-07-01T15:18:22.070Z | Compiling x509-cert v0.2.5 |
| 1635 | 2026-07-01T15:18:22.140Z | Compiling sha1 v0.10.6 |
| 1636 | 2026-07-01T15:18:22.163Z | Compiling crossbeam-epoch v0.9.18 |
| 1637 | 2026-07-01T15:18:22.200Z | Compiling lalrpop-util v0.19.12 |
| 1638 | 2026-07-01T15:18:22.215Z | Compiling peg-runtime v0.8.5 |
| 1639 | 2026-07-01T15:18:22.376Z | Compiling thread_local v1.1.9 |
| 1640 | 2026-07-01T15:18:22.416Z | Compiling slog-async v2.8.0 |
| 1641 | 2026-07-01T15:18:22.515Z | Compiling crossbeam-channel v0.5.15 |
| 1642 | 2026-07-01T15:18:22.518Z | Compiling is-terminal v0.4.17 |
| 1643 | 2026-07-01T15:18:22.518Z | Compiling filetime v0.2.27 |
| 1644 | 2026-07-01T15:18:22.633Z | Compiling take_mut v0.2.2 |
| 1645 | 2026-07-01T15:18:22.655Z | Compiling xattr v1.6.1 |
| 1646 | 2026-07-01T15:18:22.681Z | Compiling term v1.2.1 |
| 1647 | 2026-07-01T15:18:22.697Z | Compiling camino-tempfile v1.4.1 |
| 1648 | 2026-07-01T15:18:22.787Z | Compiling tar v0.4.45 |
| 1649 | 2026-07-01T15:18:23.014Z | Compiling slog-term v2.9.2 |
| 1650 | 2026-07-01T15:18:40.677Z | Compiling rustls-webpki v0.103.9 |
| 1651 | 2026-07-01T15:18:43.365Z | Compiling tokio-rustls v0.26.4 |
| 1652 | 2026-07-01T15:18:43.365Z | Compiling rustls-platform-verifier v0.6.2 |
| 1653 | 2026-07-01T15:18:43.365Z | Compiling tough v0.22.0 |
| 1654 | 2026-07-01T15:18:43.569Z | Compiling hyper-rustls v0.27.7 |
| 1655 | 2026-07-01T15:18:43.756Z | Compiling reqwest v0.13.2 |
| 1656 | 2026-07-01T15:18:45.887Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1657 | 2026-07-01T15:18:46.140Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1658 | 2026-07-01T15:18:48.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.25s |
| 1659 | 2026-07-01T15:18:49.109Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1660 | 2026-07-01T15:18:49.162Z | Jul 01 15:18:48.663 INFO Starting download, target: Clickhouse |
| 1661 | 2026-07-01T15:18:49.162Z | Jul 01 15:18:48.663 INFO Starting download, target: Cockroach |
| 1662 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.663 INFO Starting download, target: Console |
| 1663 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Starting download, target: DendriteStub |
| 1664 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Starting download, target: MaghemiteMgd |
| 1665 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Starting download, target: MaghemiteDdmd |
| 1666 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Starting download, target: TransceiverControl |
| 1667 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1668 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1669 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1670 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1671 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1672 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1673 | 2026-07-01T15:18:49.166Z | Jul 01 15:18:48.664 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1674 | 2026-07-01T15:18:49.508Z | Jul 01 15:18:49.008 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1675 | 2026-07-01T15:18:49.727Z | Jul 01 15:18:49.223 INFO Download complete, target: TransceiverControl |
| 1676 | 2026-07-01T15:18:50.965Z | Jul 01 15:18:50.461 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1677 | 2026-07-01T15:18:50.987Z | Jul 01 15:18:50.488 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1678 | 2026-07-01T15:18:51.036Z | Jul 01 15:18:50.534 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1679 | 2026-07-01T15:18:51.244Z | Jul 01 15:18:50.740 INFO Download complete, target: Console |
| 1680 | 2026-07-01T15:18:51.492Z | Jul 01 15:18:50.992 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1681 | 2026-07-01T15:18:51.819Z | Jul 01 15:18:51.320 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1682 | 2026-07-01T15:18:51.819Z | Jul 01 15:18:51.320 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1683 | 2026-07-01T15:18:52.577Z | Jul 01 15:18:52.078 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1684 | 2026-07-01T15:18:52.886Z | Jul 01 15:18:52.386 INFO Download complete, target: MaghemiteDdmd |
| 1685 | 2026-07-01T15:18:53.570Z | Jul 01 15:18:53.069 INFO Download complete, target: DendriteStub |
| 1686 | 2026-07-01T15:18:54.019Z | Jul 01 15:18:53.519 INFO Download complete, target: MaghemiteMgd |
| 1687 | 2026-07-01T15:18:56.543Z | Jul 01 15:18:56.035 INFO Checking that binary works, target: Cockroach |
| 1688 | 2026-07-01T15:18:56.656Z | Jul 01 15:18:56.156 INFO Download complete, target: Cockroach |
| 1689 | 2026-07-01T15:18:59.253Z | Jul 01 15:18:58.753 INFO Checking that binary works, target: Clickhouse |
| 1690 | 2026-07-01T15:18:59.336Z | Jul 01 15:18:58.835 INFO Download complete, target: Clickhouse |
| 1691 | 2026-07-01T15:18:59.340Z | All prerequisites installed successfully |
| 1692 | 2026-07-01T15:18:59.344Z | |
| 1693 | 2026-07-01T15:18:59.344Z | real 1:47.496840014 |
| 1694 | 2026-07-01T15:18:59.344Z | user 6:35.130823246 |
| 1695 | 2026-07-01T15:18:59.344Z | sys 1:39.257722920 |
| 1696 | 2026-07-01T15:18:59.344Z | trap 0.256231082 |
| 1697 | 2026-07-01T15:18:59.344Z | tflt 0.742633243 |
| 1698 | 2026-07-01T15:18:59.344Z | dflt 1.675966671 |
| 1699 | 2026-07-01T15:18:59.344Z | kflt 0.023759780 |
| 1700 | 2026-07-01T15:18:59.344Z | lock 23:36.405706634 |
| 1701 | 2026-07-01T15:18:59.344Z | slp 18:16.364069582 |
| 1702 | 2026-07-01T15:18:59.344Z | lat 22.166034943 |
| 1703 | 2026-07-01T15:18:59.344Z | stop 2:37.882142975 |
| 1704 | 2026-07-01T15:18:59.344Z | + ptime -m cargo xtask download softnpu |
| 1705 | 2026-07-01T15:18:59.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1706 | 2026-07-01T15:18:59.787Z | Running `target/debug/xtask download softnpu` |
| 1707 | 2026-07-01T15:19:00.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1708 | 2026-07-01T15:19:00.529Z | Running `target/debug/xtask-downloader softnpu` |
| 1709 | 2026-07-01T15:19:00.566Z | Jul 01 15:19:00.066 INFO Starting download, target: Softnpu |
| 1710 | 2026-07-01T15:19:00.570Z | Jul 01 15:19:00.067 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1711 | 2026-07-01T15:19:01.139Z | Jul 01 15:19:00.639 INFO Download complete, target: Softnpu |
| 1712 | 2026-07-01T15:19:01.143Z | |
| 1713 | 2026-07-01T15:19:01.143Z | real 1.795242560 |
| 1714 | 2026-07-01T15:19:01.143Z | user 1.207322634 |
| 1715 | 2026-07-01T15:19:01.143Z | sys 0.570369182 |
| 1716 | 2026-07-01T15:19:01.143Z | trap 0.000679630 |
| 1717 | 2026-07-01T15:19:01.143Z | tflt 0.000200520 |
| 1718 | 2026-07-01T15:19:01.143Z | dflt 0.000163320 |
| 1719 | 2026-07-01T15:19:01.143Z | kflt 0.000000000 |
| 1720 | 2026-07-01T15:19:01.143Z | lock 10.587877148 |
| 1721 | 2026-07-01T15:19:01.143Z | slp 0.450122654 |
| 1722 | 2026-07-01T15:19:01.143Z | lat 0.071298109 |
| 1723 | 2026-07-01T15:19:01.143Z | stop 0.000189200 |
| 1724 | 2026-07-01T15:19:01.151Z | + export CARGO_INCREMENTAL=0 |
| 1725 | 2026-07-01T15:19:01.151Z | + CARGO_INCREMENTAL=0 |
| 1726 | 2026-07-01T15:19:01.151Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1727 | 2026-07-01T15:19:01.977Z | Compiling proc-macro2 v1.0.106 |
| 1728 | 2026-07-01T15:19:01.977Z | Compiling quote v1.0.45 |
| 1729 | 2026-07-01T15:19:01.978Z | Compiling unicode-ident v1.0.24 |
| 1730 | 2026-07-01T15:19:01.978Z | Compiling libc v0.2.185 |
| 1731 | 2026-07-01T15:19:01.978Z | Compiling serde_core v1.0.228 |
| 1732 | 2026-07-01T15:19:01.982Z | Compiling serde v1.0.228 |
| 1733 | 2026-07-01T15:19:01.982Z | Compiling cfg-if v1.0.4 |
| 1734 | 2026-07-01T15:19:01.982Z | Compiling version_check v0.9.5 |
| 1735 | 2026-07-01T15:19:01.982Z | Compiling typenum v1.19.0 |
| 1736 | 2026-07-01T15:19:02.120Z | Compiling shlex v1.3.0 |
| 1737 | 2026-07-01T15:19:02.124Z | Compiling find-msvc-tools v0.1.9 |
| 1738 | 2026-07-01T15:19:02.124Z | Compiling memchr v2.8.0 |
| 1739 | 2026-07-01T15:19:02.124Z | Compiling zmij v1.0.21 |
| 1740 | 2026-07-01T15:19:02.124Z | Compiling serde_json v1.0.150 |
| 1741 | 2026-07-01T15:19:02.281Z | Compiling autocfg v1.5.0 |
| 1742 | 2026-07-01T15:19:02.294Z | Compiling portable-atomic v1.13.1 |
| 1743 | 2026-07-01T15:19:02.442Z | Compiling zerocopy v0.8.40 |
| 1744 | 2026-07-01T15:19:02.522Z | Compiling libm v0.2.16 |
| 1745 | 2026-07-01T15:19:02.538Z | Compiling parking_lot_core v0.9.12 |
| 1746 | 2026-07-01T15:19:02.538Z | Compiling smallvec v1.15.1 |
| 1747 | 2026-07-01T15:19:02.581Z | Compiling icu_properties_data v2.1.2 |
| 1748 | 2026-07-01T15:19:02.596Z | Compiling icu_normalizer_data v2.1.1 |
| 1749 | 2026-07-01T15:19:02.604Z | Compiling itoa v1.0.17 |
| 1750 | 2026-07-01T15:19:02.652Z | Compiling generic-array v0.14.7 |
| 1751 | 2026-07-01T15:19:02.834Z | Compiling num-traits v0.2.19 |
| 1752 | 2026-07-01T15:19:02.874Z | Compiling getrandom v0.4.1 |
| 1753 | 2026-07-01T15:19:02.874Z | Compiling log v0.4.29 |
| 1754 | 2026-07-01T15:19:02.935Z | Compiling pkg-config v0.3.32 |
| 1755 | 2026-07-01T15:19:02.949Z | Compiling stable_deref_trait v1.2.1 |
| 1756 | 2026-07-01T15:19:02.956Z | Compiling subtle v2.6.1 |
| 1757 | 2026-07-01T15:19:03.123Z | Compiling scopeguard v1.2.0 |
| 1758 | 2026-07-01T15:19:03.133Z | Compiling fnv v1.0.7 |
| 1759 | 2026-07-01T15:19:03.228Z | Compiling jobserver v0.1.34 |
| 1760 | 2026-07-01T15:19:03.240Z | Compiling getrandom v0.2.17 |
| 1761 | 2026-07-01T15:19:03.265Z | Compiling lock_api v0.4.14 |
| 1762 | 2026-07-01T15:19:03.275Z | Compiling errno v0.3.14 |
| 1763 | 2026-07-01T15:19:03.381Z | Compiling rand_core v0.6.4 |
| 1764 | 2026-07-01T15:19:03.421Z | Compiling getrandom v0.3.4 |
| 1765 | 2026-07-01T15:19:03.454Z | Compiling cc v1.2.56 |
| 1766 | 2026-07-01T15:19:03.477Z | Compiling pin-project-lite v0.2.17 |
| 1767 | 2026-07-01T15:19:03.490Z | Compiling thiserror v2.0.18 |
| 1768 | 2026-07-01T15:19:03.522Z | Compiling syn v2.0.117 |
| 1769 | 2026-07-01T15:19:03.574Z | Compiling writeable v0.6.2 |
| 1770 | 2026-07-01T15:19:03.595Z | Compiling percent-encoding v2.3.2 |
| 1771 | 2026-07-01T15:19:03.596Z | Compiling litemap v0.8.1 |
| 1772 | 2026-07-01T15:19:03.623Z | Compiling equivalent v1.0.2 |
| 1773 | 2026-07-01T15:19:03.712Z | Compiling rand_core v0.10.0 |
| 1774 | 2026-07-01T15:19:03.743Z | Compiling rustversion v1.0.22 |
| 1775 | 2026-07-01T15:19:03.857Z | Compiling critical-section v1.2.0 |
| 1776 | 2026-07-01T15:19:03.863Z | Compiling rustix v1.1.3 |
| 1777 | 2026-07-01T15:19:03.863Z | Compiling fs_extra v1.3.0 |
| 1778 | 2026-07-01T15:19:03.905Z | Compiling dunce v1.0.5 |
| 1779 | 2026-07-01T15:19:03.933Z | Compiling schemars v0.8.22 |
| 1780 | 2026-07-01T15:19:04.026Z | Compiling hashbrown v0.17.0 |
| 1781 | 2026-07-01T15:19:04.079Z | Compiling const-oid v0.9.6 |
| 1782 | 2026-07-01T15:19:04.155Z | Compiling signal-hook-registry v1.4.8 |
| 1783 | 2026-07-01T15:19:04.217Z | Compiling cmake v0.1.57 |
| 1784 | 2026-07-01T15:19:04.250Z | Compiling once_cell v1.21.3 |
| 1785 | 2026-07-01T15:19:04.257Z | Compiling heck v0.5.0 |
| 1786 | 2026-07-01T15:19:04.517Z | Compiling bitflags v2.11.0 |
| 1787 | 2026-07-01T15:19:04.559Z | Compiling semver v1.0.28 |
| 1788 | 2026-07-01T15:19:04.584Z | Compiling indexmap v2.14.0 |
| 1789 | 2026-07-01T15:19:04.610Z | Compiling utf8_iter v1.0.4 |
| 1790 | 2026-07-01T15:19:04.673Z | Compiling parking_lot v0.12.5 |
| 1791 | 2026-07-01T15:19:04.688Z | Compiling form_urlencoded v1.2.2 |
| 1792 | 2026-07-01T15:19:04.753Z | Compiling mio v1.2.0 |
| 1793 | 2026-07-01T15:19:04.782Z | Compiling aws-lc-sys v0.40.0 |
| 1794 | 2026-07-01T15:19:04.809Z | Compiling socket2 v0.6.3 |
| 1795 | 2026-07-01T15:19:04.832Z | Compiling aws-lc-rs v1.16.3 |
| 1796 | 2026-07-01T15:19:04.881Z | Compiling futures-core v0.3.32 |
| 1797 | 2026-07-01T15:19:04.974Z | Compiling httparse v1.10.1 |
| 1798 | 2026-07-01T15:19:04.989Z | Compiling strsim v0.11.1 |
| 1799 | 2026-07-01T15:19:05.159Z | Compiling byteorder v1.5.0 |
| 1800 | 2026-07-01T15:19:05.247Z | Compiling thiserror v1.0.69 |
| 1801 | 2026-07-01T15:19:05.311Z | Compiling ucd-trie v0.1.7 |
| 1802 | 2026-07-01T15:19:05.340Z | Compiling iana-time-zone v0.1.65 |
| 1803 | 2026-07-01T15:19:05.402Z | Compiling syn v1.0.109 |
| 1804 | 2026-07-01T15:19:05.419Z | Compiling ident_case v1.0.1 |
| 1805 | 2026-07-01T15:19:05.437Z | Compiling vcpkg v0.2.15 |
| 1806 | 2026-07-01T15:19:05.485Z | Compiling pest v2.8.6 |
| 1807 | 2026-07-01T15:19:05.499Z | Compiling regex-syntax v0.8.10 |
| 1808 | 2026-07-01T15:19:05.612Z | Compiling uuid v1.23.4 |
| 1809 | 2026-07-01T15:19:05.739Z | Compiling rustc_version v0.4.1 |
| 1810 | 2026-07-01T15:19:05.808Z | Compiling rustls v0.23.41 |
| 1811 | 2026-07-01T15:19:05.833Z | Compiling futures-sink v0.3.32 |
| 1812 | 2026-07-01T15:19:05.860Z | Compiling cpufeatures v0.2.17 |
| 1813 | 2026-07-01T15:19:05.949Z | Compiling futures-channel v0.3.32 |
| 1814 | 2026-07-01T15:19:06.009Z | Compiling aho-corasick v1.1.4 |
| 1815 | 2026-07-01T15:19:06.041Z | Compiling openssl-sys v0.9.115 |
| 1816 | 2026-07-01T15:19:06.056Z | Compiling futures-io v0.3.32 |
| 1817 | 2026-07-01T15:19:06.056Z | Compiling futures-task v0.3.32 |
| 1818 | 2026-07-01T15:19:06.145Z | Compiling slab v0.4.12 |
| 1819 | 2026-07-01T15:19:06.269Z | Compiling crc32fast v1.5.0 |
| 1820 | 2026-07-01T15:19:06.286Z | Compiling num-conv v0.2.0 |
| 1821 | 2026-07-01T15:19:06.379Z | Compiling synstructure v0.13.2 |
| 1822 | 2026-07-01T15:19:06.405Z | Compiling serde_derive_internals v0.29.1 |
| 1823 | 2026-07-01T15:19:06.449Z | Compiling dyn-clone v1.0.20 |
| 1824 | 2026-07-01T15:19:06.453Z | Compiling time-core v0.1.8 |
| 1825 | 2026-07-01T15:19:06.487Z | Compiling plain v0.2.3 |
| 1826 | 2026-07-01T15:19:06.597Z | Compiling pest_meta v2.8.6 |
| 1827 | 2026-07-01T15:19:06.657Z | Compiling time-macros v0.2.27 |
| 1828 | 2026-07-01T15:19:06.721Z | Compiling base64 v0.22.1 |
| 1829 | 2026-07-01T15:19:06.789Z | Compiling crossbeam-utils v0.8.21 |
| 1830 | 2026-07-01T15:19:06.918Z | Compiling pretty-hex v0.4.1 |
| 1831 | 2026-07-01T15:19:06.943Z | Compiling openssl v0.10.79 |
| 1832 | 2026-07-01T15:19:07.033Z | Compiling base64ct v1.8.3 |
| 1833 | 2026-07-01T15:19:07.068Z | Compiling regex-automata v0.4.14 |
| 1834 | 2026-07-01T15:19:07.105Z | Compiling darling_core v0.21.3 |
| 1835 | 2026-07-01T15:19:07.113Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1836 | 2026-07-01T15:19:07.209Z | Compiling pest_generator v2.8.6 |
| 1837 | 2026-07-01T15:19:07.226Z | Compiling flagset v0.4.7 |
| 1838 | 2026-07-01T15:19:07.253Z | Compiling native-tls v0.2.18 |
| 1839 | 2026-07-01T15:19:07.353Z | Compiling pem-rfc7468 v0.7.0 |
| 1840 | 2026-07-01T15:19:07.353Z | Compiling anyhow v1.0.102 |
| 1841 | 2026-07-01T15:19:07.392Z | Compiling rand_core v0.9.5 |
| 1842 | 2026-07-01T15:19:07.523Z | Compiling slog v2.8.2 |
| 1843 | 2026-07-01T15:19:07.530Z | Compiling tracing-core v0.1.36 |
| 1844 | 2026-07-01T15:19:07.642Z | Compiling serde_derive v1.0.228 |
| 1845 | 2026-07-01T15:19:07.647Z | Compiling zeroize_derive v1.4.3 |
| 1846 | 2026-07-01T15:19:07.687Z | Compiling zerofrom-derive v0.1.6 |
| 1847 | 2026-07-01T15:19:07.714Z | Compiling yoke-derive v0.8.1 |
| 1848 | 2026-07-01T15:19:07.717Z | Compiling zerovec-derive v0.11.2 |
| 1849 | 2026-07-01T15:19:07.770Z | Compiling displaydoc v0.2.5 |
| 1850 | 2026-07-01T15:19:07.856Z | Compiling zerocopy-derive v0.8.40 |
| 1851 | 2026-07-01T15:19:07.868Z | Compiling tokio-macros v2.7.0 |
| 1852 | 2026-07-01T15:19:07.873Z | Compiling futures-macro v0.3.32 |
| 1853 | 2026-07-01T15:19:08.125Z | Compiling thiserror-impl v2.0.18 |
| 1854 | 2026-07-01T15:19:08.285Z | Compiling zeroize v1.8.2 |
| 1855 | 2026-07-01T15:19:08.566Z | Compiling schemars_derive v0.8.22 |
| 1856 | 2026-07-01T15:19:08.620Z | Compiling tracing-attributes v0.1.31 |
| 1857 | 2026-07-01T15:19:08.699Z | Compiling der_derive v0.7.3 |
| 1858 | 2026-07-01T15:19:08.734Z | Compiling thiserror-impl v1.0.69 |
| 1859 | 2026-07-01T15:19:08.789Z | Compiling pest_derive v2.8.6 |
| 1860 | 2026-07-01T15:19:08.846Z | Compiling zerofrom v0.1.6 |
| 1861 | 2026-07-01T15:19:08.962Z | Compiling yoke v0.8.1 |
| 1862 | 2026-07-01T15:19:09.119Z | Compiling zerovec v0.11.5 |
| 1863 | 2026-07-01T15:19:09.167Z | Compiling crypto-common v0.1.7 |
| 1864 | 2026-07-01T15:19:09.208Z | Compiling zerotrie v0.2.3 |
| 1865 | 2026-07-01T15:19:09.330Z | Compiling block-buffer v0.10.4 |
| 1866 | 2026-07-01T15:19:09.399Z | Compiling futures-util v0.3.32 |
| 1867 | 2026-07-01T15:19:09.499Z | Compiling digest v0.10.7 |
| 1868 | 2026-07-01T15:19:09.665Z | Compiling tinystr v0.8.2 |
| 1869 | 2026-07-01T15:19:09.734Z | Compiling potential_utf v0.1.4 |
| 1870 | 2026-07-01T15:19:09.749Z | Compiling hmac v0.12.1 |
| 1871 | 2026-07-01T15:19:09.781Z | Compiling block-padding v0.3.3 |
| 1872 | 2026-07-01T15:19:09.816Z | Compiling sha2 v0.10.9 |
| 1873 | 2026-07-01T15:19:09.900Z | Compiling icu_locale_core v2.1.1 |
| 1874 | 2026-07-01T15:19:09.916Z | Compiling icu_collections v2.1.1 |
| 1875 | 2026-07-01T15:19:09.916Z | Compiling inout v0.1.4 |
| 1876 | 2026-07-01T15:19:09.949Z | Compiling scroll_derive v0.12.1 |
| 1877 | 2026-07-01T15:19:09.961Z | Compiling scroll_derive v0.13.1 |
| 1878 | 2026-07-01T15:19:10.124Z | Compiling cipher v0.4.4 |
| 1879 | 2026-07-01T15:19:10.483Z | Compiling openssl-macros v0.1.1 |
| 1880 | 2026-07-01T15:19:10.629Z | Compiling icu_provider v2.1.1 |
| 1881 | 2026-07-01T15:19:10.673Z | Compiling der v0.7.10 |
| 1882 | 2026-07-01T15:19:10.732Z | Compiling bytes v1.11.1 |
| 1883 | 2026-07-01T15:19:10.814Z | Compiling chrono v0.4.44 |
| 1884 | 2026-07-01T15:19:10.858Z | Compiling serde_tokenstream v0.2.3 |
| 1885 | 2026-07-01T15:19:10.937Z | Compiling icu_normalizer v2.1.1 |
| 1886 | 2026-07-01T15:19:10.995Z | Compiling icu_properties v2.1.2 |
| 1887 | 2026-07-01T15:19:11.153Z | Compiling regex v1.12.3 |
| 1888 | 2026-07-01T15:19:11.176Z | Compiling darling_macro v0.21.3 |
| 1889 | 2026-07-01T15:19:11.380Z | Compiling tokio v1.52.1 |
| 1890 | 2026-07-01T15:19:11.694Z | Compiling http v1.4.2 |
| 1891 | 2026-07-01T15:19:11.848Z | Compiling zerocopy-derive v0.7.35 |
| 1892 | 2026-07-01T15:19:12.072Z | Compiling idna_adapter v1.2.1 |
| 1893 | 2026-07-01T15:19:12.152Z | Compiling ppv-lite86 v0.2.21 |
| 1894 | 2026-07-01T15:19:12.229Z | Compiling idna v1.1.0 |
| 1895 | 2026-07-01T15:19:12.498Z | Compiling cookie v0.18.1 |
| 1896 | 2026-07-01T15:19:12.600Z | Compiling url v2.5.8 |
| 1897 | 2026-07-01T15:19:12.726Z | Compiling darling v0.21.3 |
| 1898 | 2026-07-01T15:19:12.741Z | Compiling spki v0.7.3 |
| 1899 | 2026-07-01T15:19:12.745Z | Compiling salsa20 v0.10.2 |
| 1900 | 2026-07-01T15:19:12.821Z | Compiling pbkdf2 v0.12.2 |
| 1901 | 2026-07-01T15:19:12.917Z | Compiling tracing v0.1.44 |
| 1902 | 2026-07-01T15:19:13.601Z | Compiling camino v1.2.2 |
| 1903 | 2026-07-01T15:19:13.706Z | Compiling scrypt v0.11.0 |
| 1904 | 2026-07-01T15:19:13.846Z | Compiling rand_chacha v0.9.0 |
| 1905 | 2026-07-01T15:19:13.926Z | Compiling http-body v1.0.1 |
| 1906 | 2026-07-01T15:19:13.962Z | Compiling cbc v0.1.2 |
| 1907 | 2026-07-01T15:19:13.978Z | Compiling aes v0.8.4 |
| 1908 | 2026-07-01T15:19:13.981Z | Compiling rustls-pki-types v1.14.0 |
| 1909 | 2026-07-01T15:19:14.178Z | Compiling usdt-impl v0.5.0 |
| 1910 | 2026-07-01T15:19:14.225Z | Compiling fastrand v2.3.0 |
| 1911 | 2026-07-01T15:19:14.309Z | Compiling openssl-probe v0.2.1 |
| 1912 | 2026-07-01T15:19:14.321Z | Compiling tinyvec_macros v0.1.1 |
| 1913 | 2026-07-01T15:19:14.337Z | Compiling paste v1.0.15 |
| 1914 | 2026-07-01T15:19:14.352Z | Compiling either v1.15.0 |
| 1915 | 2026-07-01T15:19:14.415Z | Compiling usdt-impl v0.6.0 |
| 1916 | 2026-07-01T15:19:14.425Z | Compiling ref-cast v1.0.25 |
| 1917 | 2026-07-01T15:19:14.460Z | Compiling tinyvec v1.10.0 |
| 1918 | 2026-07-01T15:19:14.476Z | Compiling pkcs5 v0.7.1 |
| 1919 | 2026-07-01T15:19:14.583Z | Compiling rand v0.9.2 |
| 1920 | 2026-07-01T15:19:14.706Z | Compiling scroll v0.13.0 |
| 1921 | 2026-07-01T15:19:14.743Z | Compiling toml_datetime v0.6.11 |
| 1922 | 2026-07-01T15:19:14.823Z | Compiling serde_spanned v0.6.9 |
| 1923 | 2026-07-01T15:19:14.869Z | Compiling scroll v0.12.0 |
| 1924 | 2026-07-01T15:19:14.889Z | Compiling async-trait v0.1.89 |
| 1925 | 2026-07-01T15:19:14.921Z | Compiling heapless v0.7.17 |
| 1926 | 2026-07-01T15:19:14.999Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1927 | 2026-07-01T15:19:15.003Z | Compiling tower-layer v0.3.3 |
| 1928 | 2026-07-01T15:19:15.043Z | Compiling atomic-waker v1.1.2 |
| 1929 | 2026-07-01T15:19:15.077Z | Compiling winnow v1.0.3 |
| 1930 | 2026-07-01T15:19:16.152Z | Compiling tokio-util v0.7.18 |
| 1931 | 2026-07-01T15:19:16.156Z | Compiling untrusted v0.7.1 |
| 1932 | 2026-07-01T15:19:16.157Z | Compiling try-lock v0.2.5 |
| 1933 | 2026-07-01T15:19:16.157Z | Compiling tower-service v0.3.3 |
| 1934 | 2026-07-01T15:19:16.157Z | Compiling rustix v0.38.44 |
| 1935 | 2026-07-01T15:19:16.157Z | Compiling winnow v0.7.14 |
| 1936 | 2026-07-01T15:19:16.157Z | Compiling litrs v1.0.0 |
| 1937 | 2026-07-01T15:19:16.157Z | Compiling signal-hook v0.3.18 |
| 1938 | 2026-07-01T15:19:16.158Z | Compiling zstd-safe v7.2.4 |
| 1939 | 2026-07-01T15:19:16.158Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1940 | 2026-07-01T15:19:16.158Z | Compiling want v0.3.1 |
| 1941 | 2026-07-01T15:19:16.158Z | Compiling goblin v0.8.2 |
| 1942 | 2026-07-01T15:19:16.158Z | Compiling document-features v0.2.12 |
| 1943 | 2026-07-01T15:19:16.158Z | Compiling goblin v0.10.5 |
| 1944 | 2026-07-01T15:19:16.158Z | Compiling h2 v0.4.15 |
| 1945 | 2026-07-01T15:19:16.158Z | Compiling pkcs8 v0.10.2 |
| 1946 | 2026-07-01T15:19:16.158Z | Compiling zerocopy v0.7.35 |
| 1947 | 2026-07-01T15:19:16.324Z | Compiling ipnet v2.11.0 |
| 1948 | 2026-07-01T15:19:16.358Z | Compiling ref-cast-impl v1.0.25 |
| 1949 | 2026-07-01T15:19:16.491Z | Compiling darling_core v0.20.11 |
| 1950 | 2026-07-01T15:19:16.636Z | Compiling curve25519-dalek v4.1.3 |
| 1951 | 2026-07-01T15:19:16.757Z | Compiling memoffset v0.9.1 |
| 1952 | 2026-07-01T15:19:16.852Z | Compiling untrusted v0.9.0 |
| 1953 | 2026-07-01T15:19:16.952Z | Compiling powerfmt v0.2.0 |
| 1954 | 2026-07-01T15:19:17.076Z | Compiling utf8parse v0.2.2 |
| 1955 | 2026-07-01T15:19:17.146Z | Compiling winnow v0.5.40 |
| 1956 | 2026-07-01T15:19:17.211Z | Compiling foreign-types-shared v0.1.1 |
| 1957 | 2026-07-01T15:19:17.235Z | Compiling httpdate v1.0.3 |
| 1958 | 2026-07-01T15:19:17.317Z | Compiling foreign-types v0.3.2 |
| 1959 | 2026-07-01T15:19:17.360Z | Compiling tempfile v3.25.0 |
| 1960 | 2026-07-01T15:19:17.385Z | Compiling deranged v0.5.8 |
| 1961 | 2026-07-01T15:19:17.782Z | Compiling unicode-normalization v0.1.25 |
| 1962 | 2026-07-01T15:19:17.821Z | Compiling dof v0.3.0 |
| 1963 | 2026-07-01T15:19:18.272Z | Compiling dtrace-parser v0.2.0 |
| 1964 | 2026-07-01T15:19:18.452Z | Compiling toml_edit v0.19.15 |
| 1965 | 2026-07-01T15:19:18.484Z | Compiling darling_macro v0.20.11 |
| 1966 | 2026-07-01T15:19:18.546Z | Compiling dof v0.4.0 |
| 1967 | 2026-07-01T15:19:18.595Z | Compiling dtrace-parser v0.3.0 |
| 1968 | 2026-07-01T15:19:18.873Z | Compiling daft-derive v0.1.7 |
| 1969 | 2026-07-01T15:19:18.901Z | Compiling pin-project-internal v1.1.11 |
| 1970 | 2026-07-01T15:19:18.995Z | Compiling spin v0.9.8 |
| 1971 | 2026-07-01T15:19:19.010Z | Compiling thread-id v4.2.2 |
| 1972 | 2026-07-01T15:19:19.108Z | Compiling hyper v1.10.1 |
| 1973 | 2026-07-01T15:19:19.190Z | Compiling thread-id v5.1.0 |
| 1974 | 2026-07-01T15:19:19.220Z | Compiling anstyle v1.0.14 |
| 1975 | 2026-07-01T15:19:19.287Z | Compiling num_threads v0.1.7 |
| 1976 | 2026-07-01T15:19:19.403Z | Compiling num-bigint-dig v0.8.6 |
| 1977 | 2026-07-01T15:19:19.441Z | Compiling cfg_aliases v0.2.1 |
| 1978 | 2026-07-01T15:19:19.605Z | Compiling smoltcp v0.9.1 |
| 1979 | 2026-07-01T15:19:19.635Z | Compiling nix v0.31.2 |
| 1980 | 2026-07-01T15:19:19.701Z | Compiling time v0.3.47 |
| 1981 | 2026-07-01T15:19:19.826Z | Compiling darling v0.20.11 |
| 1982 | 2026-07-01T15:19:19.974Z | Compiling ipnetwork v0.21.1 |
| 1983 | 2026-07-01T15:19:20.277Z | Compiling hyper-util v0.1.20 |
| 1984 | 2026-07-01T15:19:20.345Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1985 | 2026-07-01T15:19:20.458Z | Compiling strum_macros v0.26.4 |
| 1986 | 2026-07-01T15:19:20.658Z | Compiling sync_wrapper v1.0.2 |
| 1987 | 2026-07-01T15:19:20.717Z | Compiling wait-timeout v0.2.1 |
| 1988 | 2026-07-01T15:19:20.811Z | Compiling colorchoice v1.0.4 |
| 1989 | 2026-07-01T15:19:20.997Z | Compiling anstyle-query v1.1.5 |
| 1990 | 2026-07-01T15:19:21.043Z | Compiling siphasher v1.0.2 |
| 1991 | 2026-07-01T15:19:21.129Z | Compiling is_terminal_polyfill v1.70.2 |
| 1992 | 2026-07-01T15:19:21.145Z | Compiling quick-error v1.2.3 |
| 1993 | 2026-07-01T15:19:21.194Z | Compiling simd-adler32 v0.3.8 |
| 1994 | 2026-07-01T15:19:21.230Z | Compiling bit-vec v0.8.0 |
| 1995 | 2026-07-01T15:19:21.246Z | Compiling rusty-fork v0.3.1 |
| 1996 | 2026-07-01T15:19:21.439Z | Compiling bit-set v0.8.0 |
| 1997 | 2026-07-01T15:19:21.595Z | Compiling tower v0.5.3 |
| 1998 | 2026-07-01T15:19:21.832Z | Compiling derive_builder_core v0.20.2 |
| 1999 | 2026-07-01T15:19:22.004Z | Compiling http-body-util v0.1.3 |
| 2000 | 2026-07-01T15:19:22.084Z | Compiling signature v2.2.0 |
| 2001 | 2026-07-01T15:19:22.101Z | Compiling hubpack_derive v0.1.1 |
| 2002 | 2026-07-01T15:19:22.272Z | Compiling snafu-derive v0.8.9 |
| 2003 | 2026-07-01T15:19:22.560Z | Compiling strum_macros v0.27.2 |
| 2004 | 2026-07-01T15:19:22.588Z | Compiling rand_xorshift v0.4.0 |
| 2005 | 2026-07-01T15:19:22.665Z | Compiling fs-err v3.3.0 |
| 2006 | 2026-07-01T15:19:22.704Z | Compiling ahash v0.8.12 |
| 2007 | 2026-07-01T15:19:22.774Z | Compiling unicode-segmentation v1.12.0 |
| 2008 | 2026-07-01T15:19:22.806Z | Compiling object v0.37.3 |
| 2009 | 2026-07-01T15:19:22.915Z | Compiling unicode-properties v0.1.4 |
| 2010 | 2026-07-01T15:19:22.946Z | Compiling ryu v1.0.23 |
| 2011 | 2026-07-01T15:19:22.958Z | Compiling unarray v0.1.4 |
| 2012 | 2026-07-01T15:19:23.088Z | Compiling unicode-bidi v0.3.18 |
| 2013 | 2026-07-01T15:19:23.110Z | Compiling iri-string v0.7.10 |
| 2014 | 2026-07-01T15:19:23.151Z | Compiling adler2 v2.0.1 |
| 2015 | 2026-07-01T15:19:23.178Z | Compiling allocator-api2 v0.2.21 |
| 2016 | 2026-07-01T15:19:23.323Z | Compiling miniz_oxide v0.8.9 |
| 2017 | 2026-07-01T15:19:23.506Z | Compiling stringprep v0.1.5 |
| 2018 | 2026-07-01T15:19:23.578Z | Compiling serde_urlencoded v0.7.1 |
| 2019 | 2026-07-01T15:19:23.598Z | Compiling proptest v1.10.0 |
| 2020 | 2026-07-01T15:19:23.836Z | Compiling derive_builder_macro v0.20.2 |
| 2021 | 2026-07-01T15:19:23.876Z | Compiling tokio-native-tls v0.3.1 |
| 2022 | 2026-07-01T15:19:23.965Z | Compiling usdt-attr-macro v0.6.0 |
| 2023 | 2026-07-01T15:19:24.027Z | Compiling usdt-macro v0.6.0 |
| 2024 | 2026-07-01T15:19:24.357Z | Compiling tower-http v0.6.8 |
| 2025 | 2026-07-01T15:19:24.373Z | Compiling anstyle-parse v1.0.0 |
| 2026 | 2026-07-01T15:19:24.560Z | Compiling rustls-native-certs v0.8.3 |
| 2027 | 2026-07-01T15:19:24.682Z | Compiling rand_chacha v0.3.1 |
| 2028 | 2026-07-01T15:19:24.756Z | Compiling erased-serde v0.3.31 |
| 2029 | 2026-07-01T15:19:24.772Z | Compiling md-5 v0.10.6 |
| 2030 | 2026-07-01T15:19:24.804Z | Compiling bstr v1.12.1 |
| 2031 | 2026-07-01T15:19:24.857Z | Compiling num-integer v0.1.46 |
| 2032 | 2026-07-01T15:19:24.934Z | Compiling hash32 v0.2.1 |
| 2033 | 2026-07-01T15:19:25.032Z | Compiling vergen-lib v9.1.0 |
| 2034 | 2026-07-01T15:19:25.063Z | Compiling ff v0.13.1 |
| 2035 | 2026-07-01T15:19:25.156Z | Compiling encoding_rs v0.8.35 |
| 2036 | 2026-07-01T15:19:25.214Z | Compiling base16ct v0.2.0 |
| 2037 | 2026-07-01T15:19:25.229Z | Compiling mime v0.3.17 |
| 2038 | 2026-07-01T15:19:25.255Z | Compiling fallible-iterator v0.2.0 |
| 2039 | 2026-07-01T15:19:25.329Z | Compiling zlib-rs v0.6.2 |
| 2040 | 2026-07-01T15:19:25.403Z | Compiling psl-types v2.0.11 |
| 2041 | 2026-07-01T15:19:25.496Z | Compiling sec1 v0.7.3 |
| 2042 | 2026-07-01T15:19:25.540Z | Compiling postgres-protocol v0.6.10 |
| 2043 | 2026-07-01T15:19:25.603Z | Compiling newtype-uuid v1.3.2 |
| 2044 | 2026-07-01T15:19:25.730Z | Compiling publicsuffix v2.3.0 |
| 2045 | 2026-07-01T15:19:25.840Z | Compiling group v0.13.0 |
| 2046 | 2026-07-01T15:19:25.930Z | Compiling num-iter v0.1.45 |
| 2047 | 2026-07-01T15:19:26.030Z | Compiling rand v0.8.6 |
| 2048 | 2026-07-01T15:19:26.453Z | Compiling anstream v1.0.0 |
| 2049 | 2026-07-01T15:19:26.491Z | Compiling derive_builder v0.20.2 |
| 2050 | 2026-07-01T15:19:26.509Z | Compiling oxnet v0.1.6 |
| 2051 | 2026-07-01T15:19:26.526Z | Compiling hyper-tls v0.6.0 |
| 2052 | 2026-07-01T15:19:26.558Z | Compiling heck v0.4.1 |
| 2053 | 2026-07-01T15:19:26.636Z | Compiling phf_shared v0.13.1 |
| 2054 | 2026-07-01T15:19:26.702Z | Compiling pin-project v1.1.11 |
| 2055 | 2026-07-01T15:19:26.769Z | Compiling lazy_static v1.5.0 |
| 2056 | 2026-07-01T15:19:26.773Z | Compiling anstyle-parse v0.2.7 |
| 2057 | 2026-07-01T15:19:26.895Z | Compiling terminal_size v0.4.3 |
| 2058 | 2026-07-01T15:19:26.909Z | Compiling serde_with_macros v3.17.0 |
| 2059 | 2026-07-01T15:19:26.923Z | Compiling futures-executor v0.3.32 |
| 2060 | 2026-07-01T15:19:26.939Z | Compiling hex v0.4.3 |
| 2061 | 2026-07-01T15:19:26.942Z | Compiling hkdf v0.12.4 |
| 2062 | 2026-07-01T15:19:26.985Z | Compiling crypto-bigint v0.5.5 |
| 2063 | 2026-07-01T15:19:27.132Z | Compiling serde_repr v0.1.20 |
| 2064 | 2026-07-01T15:19:27.146Z | Compiling async-recursion v1.1.1 |
| 2065 | 2026-07-01T15:19:27.175Z | Compiling enum-as-inner v0.6.1 |
| 2066 | 2026-07-01T15:19:27.258Z | Compiling clap_derive v4.6.1 |
| 2067 | 2026-07-01T15:19:27.287Z | Compiling vergen v9.1.0 |
| 2068 | 2026-07-01T15:19:27.318Z | Compiling cargo-platform v0.3.2 |
| 2069 | 2026-07-01T15:19:27.496Z | Compiling flate2 v1.1.9 |
| 2070 | 2026-07-01T15:19:27.667Z | Compiling bitflags v1.3.2 |
| 2071 | 2026-07-01T15:19:27.855Z | Compiling libbz2-rs-sys v0.2.2 |
| 2072 | 2026-07-01T15:19:27.873Z | Compiling foldhash v0.1.5 |
| 2073 | 2026-07-01T15:19:27.917Z | Compiling foldhash v0.2.0 |
| 2074 | 2026-07-01T15:19:27.920Z | Compiling managed v0.8.0 |
| 2075 | 2026-07-01T15:19:28.016Z | Compiling clap_lex v1.0.0 |
| 2076 | 2026-07-01T15:19:28.062Z | Compiling same-file v1.0.6 |
| 2077 | 2026-07-01T15:19:28.076Z | Compiling bumpalo v3.20.2 |
| 2078 | 2026-07-01T15:19:28.140Z | Compiling hashbrown v0.16.1 |
| 2079 | 2026-07-01T15:19:28.209Z | Compiling walkdir v2.5.0 |
| 2080 | 2026-07-01T15:19:28.243Z | Compiling clap_builder v4.6.0 |
| 2081 | 2026-07-01T15:19:28.274Z | Compiling bzip2 v0.6.1 |
| 2082 | 2026-07-01T15:19:28.336Z | Compiling zopfli v0.8.3 |
| 2083 | 2026-07-01T15:19:28.433Z | Compiling hashbrown v0.15.5 |
| 2084 | 2026-07-01T15:19:28.490Z | Compiling elliptic-curve v0.13.8 |
| 2085 | 2026-07-01T15:19:28.830Z | Compiling cargo_metadata v0.23.1 |
| 2086 | 2026-07-01T15:19:28.862Z | Compiling zstd v0.13.3 |
| 2087 | 2026-07-01T15:19:28.990Z | Compiling futures v0.3.32 |
| 2088 | 2026-07-01T15:19:29.125Z | Compiling anstream v0.6.21 |
| 2089 | 2026-07-01T15:19:29.507Z | Compiling phf v0.13.1 |
| 2090 | 2026-07-01T15:19:29.545Z | Compiling snafu v0.8.9 |
| 2091 | 2026-07-01T15:19:29.584Z | Compiling daft v0.1.7 |
| 2092 | 2026-07-01T15:19:29.683Z | Compiling reqwest v0.12.28 |
| 2093 | 2026-07-01T15:19:29.892Z | Compiling signal-hook-mio v0.2.5 |
| 2094 | 2026-07-01T15:19:30.051Z | Compiling cookie_store v0.22.1 |
| 2095 | 2026-07-01T15:19:30.134Z | Compiling postgres-types v0.2.12 |
| 2096 | 2026-07-01T15:19:30.207Z | Compiling bzip2 v0.4.4 |
| 2097 | 2026-07-01T15:19:30.346Z | Compiling globset v0.4.18 |
| 2098 | 2026-07-01T15:19:30.363Z | Compiling strum v0.27.2 |
| 2099 | 2026-07-01T15:19:30.523Z | Compiling hubpack v0.1.2 |
| 2100 | 2026-07-01T15:19:30.526Z | Compiling ed25519 v2.2.3 |
| 2101 | 2026-07-01T15:19:30.552Z | Compiling phf_shared v0.11.3 |
| 2102 | 2026-07-01T15:19:30.569Z | Compiling crossbeam-epoch v0.9.18 |
| 2103 | 2026-07-01T15:19:30.661Z | Compiling olpc-cjson v0.1.4 |
| 2104 | 2026-07-01T15:19:30.757Z | Compiling pkcs1 v0.7.5 |
| 2105 | 2026-07-01T15:19:30.803Z | Compiling pem v3.0.6 |
| 2106 | 2026-07-01T15:19:30.932Z | Compiling serde_plain v1.0.2 |
| 2107 | 2026-07-01T15:19:30.947Z | Compiling serde-big-array v0.5.1 |
| 2108 | 2026-07-01T15:19:31.050Z | Compiling rfc6979 v0.4.0 |
| 2109 | 2026-07-01T15:19:31.113Z | Compiling float-cmp v0.10.0 |
| 2110 | 2026-07-01T15:19:31.144Z | Compiling memmap2 v0.9.10 |
| 2111 | 2026-07-01T15:19:31.149Z | Compiling env_filter v1.0.0 |
| 2112 | 2026-07-01T15:19:31.149Z | Compiling toml_write v0.1.2 |
| 2113 | 2026-07-01T15:19:31.161Z | Compiling data-encoding v2.10.0 |
| 2114 | 2026-07-01T15:19:31.207Z | Compiling precomputed-hash v0.1.1 |
| 2115 | 2026-07-01T15:19:31.326Z | Compiling fixedbitset v0.5.7 |
| 2116 | 2026-07-01T15:19:31.376Z | Compiling keccak v0.1.6 |
| 2117 | 2026-07-01T15:19:31.399Z | Compiling new_debug_unreachable v1.0.6 |
| 2118 | 2026-07-01T15:19:31.437Z | Compiling difflib v0.4.0 |
| 2119 | 2026-07-01T15:19:31.502Z | Compiling typed-path v0.9.3 |
| 2120 | 2026-07-01T15:19:31.521Z | Compiling fixedbitset v0.4.2 |
| 2121 | 2026-07-01T15:19:31.540Z | Compiling whoami v2.1.0 |
| 2122 | 2026-07-01T15:19:31.591Z | Compiling normalize-line-endings v0.3.0 |
| 2123 | 2026-07-01T15:19:31.595Z | Compiling static_assertions v1.1.0 |
| 2124 | 2026-07-01T15:19:31.646Z | Compiling predicates-core v1.0.10 |
| 2125 | 2026-07-01T15:19:31.695Z | Compiling jiff v0.2.21 |
| 2126 | 2026-07-01T15:19:31.713Z | Compiling petgraph v0.6.5 |
| 2127 | 2026-07-01T15:19:31.745Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2128 | 2026-07-01T15:19:31.774Z | Compiling predicates v3.1.4 |
| 2129 | 2026-07-01T15:19:31.831Z | Compiling tokio-postgres v0.7.16 |
| 2130 | 2026-07-01T15:19:31.912Z | Compiling petgraph v0.8.3 |
| 2131 | 2026-07-01T15:19:31.993Z | Compiling sha3 v0.10.8 |
| 2132 | 2026-07-01T15:19:32.126Z | Compiling hickory-proto v0.25.2 |
| 2133 | 2026-07-01T15:19:32.276Z | Compiling string_cache v0.8.9 |
| 2134 | 2026-07-01T15:19:32.366Z | Compiling toml_edit v0.22.27 |
| 2135 | 2026-07-01T15:19:32.509Z | Compiling env_logger v0.11.9 |
| 2136 | 2026-07-01T15:19:32.673Z | Compiling usdt v0.6.0 |
| 2137 | 2026-07-01T15:19:32.744Z | Compiling ecdsa v0.16.9 |
| 2138 | 2026-07-01T15:19:32.851Z | Compiling rsa v0.9.10 |
| 2139 | 2026-07-01T15:19:33.193Z | Compiling ed25519-dalek v2.2.0 |
| 2140 | 2026-07-01T15:19:33.909Z | Compiling zip v0.6.6 |
| 2141 | 2026-07-01T15:19:34.327Z | Compiling zip v4.6.1 |
| 2142 | 2026-07-01T15:19:34.405Z | Compiling crossterm v0.28.1 |
| 2143 | 2026-07-01T15:19:34.451Z | Compiling iddqd v0.4.2 |
| 2144 | 2026-07-01T15:19:34.499Z | Compiling clap v4.6.1 |
| 2145 | 2026-07-01T15:19:34.675Z | Compiling serde_with v3.17.0 |
| 2146 | 2026-07-01T15:19:34.903Z | Compiling similar v2.7.0 |
| 2147 | 2026-07-01T15:19:34.941Z | Compiling strum v0.26.3 |
| 2148 | 2026-07-01T15:19:35.083Z | Compiling toml v0.7.8 |
| 2149 | 2026-07-01T15:19:35.239Z | Compiling tokio-stream v0.1.18 |
| 2150 | 2026-07-01T15:19:35.338Z | Compiling buf-list v1.1.2 |
| 2151 | 2026-07-01T15:19:35.618Z | Compiling itertools v0.13.0 |
| 2152 | 2026-07-01T15:19:35.651Z | Compiling x509-cert v0.2.5 |
| 2153 | 2026-07-01T15:19:35.698Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2154 | 2026-07-01T15:19:36.027Z | Compiling openapiv3 v2.2.0 |
| 2155 | 2026-07-01T15:19:36.296Z | Compiling sha1 v0.10.6 |
| 2156 | 2026-07-01T15:19:36.364Z | Compiling lalrpop-util v0.19.12 |
| 2157 | 2026-07-01T15:19:36.531Z | Compiling peg-runtime v0.8.5 |
| 2158 | 2026-07-01T15:19:52.808Z | Compiling rustls-webpki v0.103.9 |
| 2159 | 2026-07-01T15:19:53.920Z | Compiling cpufeatures v0.3.0 |
| 2160 | 2026-07-01T15:19:53.988Z | Compiling macaddr v1.0.1 |
| 2161 | 2026-07-01T15:19:54.015Z | Compiling structmeta-derive v0.3.0 |
| 2162 | 2026-07-01T15:19:54.058Z | Compiling hybrid-array v0.4.10 |
| 2163 | 2026-07-01T15:19:54.291Z | Compiling rayon-core v1.13.0 |
| 2164 | 2026-07-01T15:19:54.454Z | Compiling crucible-workspace-hack v0.1.0 |
| 2165 | 2026-07-01T15:19:54.469Z | Compiling itertools v0.14.0 |
| 2166 | 2026-07-01T15:19:54.501Z | Compiling secrecy v0.10.3 |
| 2167 | 2026-07-01T15:19:54.545Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2168 | 2026-07-01T15:19:54.564Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2169 | 2026-07-01T15:19:54.646Z | Compiling heapless v0.8.0 |
| 2170 | 2026-07-01T15:19:54.690Z | Compiling block-buffer v0.12.1 |
| 2171 | 2026-07-01T15:19:54.798Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2172 | 2026-07-01T15:19:54.818Z | Compiling crypto-common v0.2.2 |
| 2173 | 2026-07-01T15:19:54.877Z | Compiling crossbeam-deque v0.8.6 |
| 2174 | 2026-07-01T15:19:54.895Z | Compiling hash32 v0.3.1 |
| 2175 | 2026-07-01T15:19:54.992Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2176 | 2026-07-01T15:19:55.036Z | Compiling structmeta v0.3.0 |
| 2177 | 2026-07-01T15:19:55.079Z | Compiling multer v3.1.0 |
| 2178 | 2026-07-01T15:19:55.128Z | Compiling thread_local v1.1.9 |
| 2179 | 2026-07-01T15:19:55.156Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2180 | 2026-07-01T15:19:55.173Z | Compiling unicode-width v0.2.0 |
| 2181 | 2026-07-01T15:19:55.261Z | Compiling compression-core v0.4.31 |
| 2182 | 2026-07-01T15:19:55.327Z | Compiling slog-async v2.8.0 |
| 2183 | 2026-07-01T15:19:55.404Z | Compiling match_cfg v0.1.0 |
| 2184 | 2026-07-01T15:19:55.456Z | Compiling smoltcp v0.11.0 |
| 2185 | 2026-07-01T15:19:55.496Z | Compiling const-oid v0.10.2 |
| 2186 | 2026-07-01T15:19:55.499Z | Compiling hostname v0.3.1 |
| 2187 | 2026-07-01T15:19:55.544Z | Compiling compression-codecs v0.4.37 |
| 2188 | 2026-07-01T15:19:55.662Z | Compiling proc-macro-crate v3.4.0 |
| 2189 | 2026-07-01T15:19:55.678Z | Compiling digest v0.11.3 |
| 2190 | 2026-07-01T15:19:55.728Z | Compiling derive-ex v0.1.8 |
| 2191 | 2026-07-01T15:19:55.744Z | Compiling ingot-macros v0.1.1 |
| 2192 | 2026-07-01T15:19:55.850Z | Compiling atomicwrites v0.4.4 |
| 2193 | 2026-07-01T15:19:55.917Z | Compiling slog-json v2.6.1 |
| 2194 | 2026-07-01T15:19:55.956Z | Compiling crossbeam-channel v0.5.15 |
| 2195 | 2026-07-01T15:19:56.116Z | Compiling half v2.7.1 |
| 2196 | 2026-07-01T15:19:56.139Z | Compiling newtype-uuid-macros v0.1.0 |
| 2197 | 2026-07-01T15:19:56.167Z | Compiling cobs v0.3.0 |
| 2198 | 2026-07-01T15:19:56.185Z | Compiling universal-hash v0.5.1 |
| 2199 | 2026-07-01T15:19:56.306Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2200 | 2026-07-01T15:19:56.345Z | Compiling tokio-rustls v0.26.4 |
| 2201 | 2026-07-01T15:19:56.464Z | Compiling rustls-platform-verifier v0.6.2 |
| 2202 | 2026-07-01T15:19:56.492Z | Compiling tough v0.22.0 |
| 2203 | 2026-07-01T15:19:56.634Z | Compiling hyper-rustls v0.27.7 |
| 2204 | 2026-07-01T15:19:56.667Z | Compiling async-stream-impl v0.3.6 |
| 2205 | 2026-07-01T15:19:56.688Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2206 | 2026-07-01T15:19:56.893Z | Compiling reqwest v0.13.2 |
| 2207 | 2026-07-01T15:19:56.959Z | Compiling serde_spanned v1.1.1 |
| 2208 | 2026-07-01T15:19:57.120Z | Compiling is-terminal v0.4.17 |
| 2209 | 2026-07-01T15:19:57.135Z | Compiling dropshot v0.17.1 |
| 2210 | 2026-07-01T15:19:57.240Z | Compiling proc-macro-error-attr v1.0.4 |
| 2211 | 2026-07-01T15:19:57.268Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2212 | 2026-07-01T15:19:57.286Z | Compiling term v1.2.1 |
| 2213 | 2026-07-01T15:19:57.367Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2214 | 2026-07-01T15:19:57.383Z | Compiling ciborium-io v0.2.2 |
| 2215 | 2026-07-01T15:19:57.399Z | Compiling opaque-debug v0.3.1 |
| 2216 | 2026-07-01T15:19:57.472Z | Compiling convert_case v0.4.0 |
| 2217 | 2026-07-01T15:19:57.493Z | Compiling take_mut v0.2.2 |
| 2218 | 2026-07-01T15:19:57.557Z | Compiling ciborium-ll v0.2.2 |
| 2219 | 2026-07-01T15:19:57.572Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2220 | 2026-07-01T15:19:57.623Z | Compiling slog-term v2.9.2 |
| 2221 | 2026-07-01T15:19:57.679Z | Compiling poly1305 v0.8.0 |
| 2222 | 2026-07-01T15:19:57.757Z | Compiling thiserror-no-std v2.0.2 |
| 2223 | 2026-07-01T15:19:57.803Z | Compiling derive_more v0.99.20 |
| 2224 | 2026-07-01T15:19:57.842Z | Compiling test-strategy v0.4.5 |
| 2225 | 2026-07-01T15:19:57.871Z | Compiling async-stream v0.3.6 |
| 2226 | 2026-07-01T15:19:57.933Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2227 | 2026-07-01T15:19:58.084Z | Compiling postcard v1.1.3 |
| 2228 | 2026-07-01T15:19:58.386Z | Compiling ingot-types v0.1.2 |
| 2229 | 2026-07-01T15:19:58.485Z | Compiling num_enum_derive v0.7.6 |
| 2230 | 2026-07-01T15:19:58.858Z | Compiling ingot v0.1.1 |
| 2231 | 2026-07-01T15:19:58.904Z | Compiling slog-bunyan v2.5.0 |
| 2232 | 2026-07-01T15:19:58.922Z | Compiling sha1 v0.11.0 |
| 2233 | 2026-07-01T15:19:59.102Z | Compiling async-compression v0.4.41 |
| 2234 | 2026-07-01T15:19:59.170Z | Compiling parse-display-derive v0.10.0 |
| 2235 | 2026-07-01T15:19:59.343Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2236 | 2026-07-01T15:19:59.452Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2237 | 2026-07-01T15:19:59.711Z | Compiling proc-macro-crate v1.3.1 |
| 2238 | 2026-07-01T15:19:59.727Z | Compiling waitgroup v0.1.2 |
| 2239 | 2026-07-01T15:19:59.731Z | Compiling backon v1.6.0 |
| 2240 | 2026-07-01T15:19:59.756Z | Compiling rustls-pemfile v2.2.0 |
| 2241 | 2026-07-01T15:19:59.908Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2242 | 2026-07-01T15:19:59.995Z | Compiling password-hash v0.5.0 |
| 2243 | 2026-07-01T15:20:00.017Z | Compiling dropshot_endpoint v0.17.1 |
| 2244 | 2026-07-01T15:20:00.065Z | Compiling chacha20 v0.9.1 |
| 2245 | 2026-07-01T15:20:00.082Z | Compiling blake2 v0.10.6 |
| 2246 | 2026-07-01T15:20:00.085Z | Compiling aead v0.5.2 |
| 2247 | 2026-07-01T15:20:00.117Z | Compiling foreign-types-macros v0.2.3 |
| 2248 | 2026-07-01T15:20:00.150Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2249 | 2026-07-01T15:20:00.286Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2250 | 2026-07-01T15:20:00.311Z | Compiling serde_path_to_error v0.1.20 |
| 2251 | 2026-07-01T15:20:00.333Z | Compiling hostname v0.4.2 |
| 2252 | 2026-07-01T15:20:00.503Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2253 | 2026-07-01T15:20:00.529Z | Compiling proc-macro-error v1.0.4 |
| 2254 | 2026-07-01T15:20:00.612Z | Compiling instant v0.1.13 |
| 2255 | 2026-07-01T15:20:00.668Z | Compiling debug-ignore v1.0.5 |
| 2256 | 2026-07-01T15:20:00.729Z | Compiling foreign-types-shared v0.3.1 |
| 2257 | 2026-07-01T15:20:00.748Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2258 | 2026-07-01T15:20:00.764Z | Compiling backoff v0.4.0 |
| 2259 | 2026-07-01T15:20:00.824Z | Compiling foreign-types v0.5.0 |
| 2260 | 2026-07-01T15:20:00.827Z | Compiling parse-display v0.10.0 |
| 2261 | 2026-07-01T15:20:00.871Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2262 | 2026-07-01T15:20:00.875Z | Compiling argon2 v0.5.3 |
| 2263 | 2026-07-01T15:20:00.927Z | Compiling chacha20poly1305 v0.10.1 |
| 2264 | 2026-07-01T15:20:00.969Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2265 | 2026-07-01T15:20:00.998Z | Compiling num_enum_derive v0.5.11 |
| 2266 | 2026-07-01T15:20:01.062Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2267 | 2026-07-01T15:20:01.078Z | Compiling num_enum v0.7.6 |
| 2268 | 2026-07-01T15:20:01.097Z | Compiling vsss-rs v3.3.4 |
| 2269 | 2026-07-01T15:20:01.128Z | Compiling ciborium v0.2.2 |
| 2270 | 2026-07-01T15:20:01.483Z | Compiling tabwriter v1.4.1 |
| 2271 | 2026-07-01T15:20:01.502Z | Compiling chacha20 v0.10.0 |
| 2272 | 2026-07-01T15:20:01.598Z | Compiling regress v0.10.5 |
| 2273 | 2026-07-01T15:20:01.678Z | Compiling byte-wrapper v0.1.0 |
| 2274 | 2026-07-01T15:20:01.735Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2275 | 2026-07-01T15:20:01.750Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2276 | 2026-07-01T15:20:01.764Z | Compiling cstr-argument v0.1.2 |
| 2277 | 2026-07-01T15:20:01.816Z | Compiling humantime v2.3.0 |
| 2278 | 2026-07-01T15:20:01.874Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2279 | 2026-07-01T15:20:01.940Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2280 | 2026-07-01T15:20:01.974Z | Compiling num_enum v0.5.11 |
| 2281 | 2026-07-01T15:20:02.025Z | Compiling rand v0.10.0 |
| 2282 | 2026-07-01T15:20:02.123Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2283 | 2026-07-01T15:20:02.142Z | Compiling rayon v1.11.0 |
| 2284 | 2026-07-01T15:20:02.204Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2285 | 2026-07-01T15:20:02.253Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2286 | 2026-07-01T15:20:02.285Z | Compiling colored v3.1.1 |
| 2287 | 2026-07-01T15:20:02.353Z | Compiling indent_write v2.2.0 |
| 2288 | 2026-07-01T15:20:02.377Z | Compiling libefi-sys v0.1.0 |
| 2289 | 2026-07-01T15:20:02.392Z | Compiling zone_cfg_derive v0.3.1 |
| 2290 | 2026-07-01T15:20:02.479Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2291 | 2026-07-01T15:20:02.528Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2292 | 2026-07-01T15:20:02.595Z | Compiling camino-tempfile v1.4.1 |
| 2293 | 2026-07-01T15:20:02.626Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2294 | 2026-07-01T15:20:02.644Z | Compiling itertools v0.12.1 |
| 2295 | 2026-07-01T15:20:02.674Z | Compiling usdt-macro v0.5.0 |
| 2296 | 2026-07-01T15:20:02.770Z | Compiling usdt-attr-macro v0.5.0 |
| 2297 | 2026-07-01T15:20:02.840Z | Compiling num-derive v0.4.2 |
| 2298 | 2026-07-01T15:20:02.981Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2299 | 2026-07-01T15:20:03.033Z | Compiling bitfield-struct v0.6.2 |
| 2300 | 2026-07-01T15:20:03.047Z | Compiling blake3 v1.8.5 |
| 2301 | 2026-07-01T15:20:03.050Z | Compiling memmap v0.7.0 |
| 2302 | 2026-07-01T15:20:03.091Z | Compiling sigpipe v0.1.3 |
| 2303 | 2026-07-01T15:20:03.108Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2304 | 2026-07-01T15:20:03.189Z | Compiling swrite v0.1.0 |
| 2305 | 2026-07-01T15:20:03.206Z | Compiling glob v0.3.3 |
| 2306 | 2026-07-01T15:20:03.322Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2307 | 2026-07-01T15:20:03.400Z | Compiling smf v0.2.3 |
| 2308 | 2026-07-01T15:20:03.553Z | Compiling usdt v0.5.0 |
| 2309 | 2026-07-01T15:20:03.595Z | Compiling filetime v0.2.27 |
| 2310 | 2026-07-01T15:20:03.630Z | Compiling arrayvec v0.7.6 |
| 2311 | 2026-07-01T15:20:03.692Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2312 | 2026-07-01T15:20:03.777Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2313 | 2026-07-01T15:20:03.826Z | Compiling constant_time_eq v0.4.2 |
| 2314 | 2026-07-01T15:20:03.883Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2315 | 2026-07-01T15:20:03.899Z | Compiling arrayref v0.3.9 |
| 2316 | 2026-07-01T15:20:03.928Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2317 | 2026-07-01T15:20:03.981Z | Compiling zone v0.3.1 |
| 2318 | 2026-07-01T15:20:03.997Z | Compiling xattr v1.6.1 |
| 2319 | 2026-07-01T15:20:04.019Z | Compiling whoami v1.6.1 |
| 2320 | 2026-07-01T15:20:04.133Z | Compiling tar v0.4.45 |
| 2321 | 2026-07-01T15:20:04.147Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2322 | 2026-07-01T15:20:04.190Z | Compiling tokio-dtrace v0.1.1 |
| 2323 | 2026-07-01T15:20:04.211Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2324 | 2026-07-01T15:20:04.321Z | Compiling console v0.16.2 |
| 2325 | 2026-07-01T15:20:04.466Z | Compiling gethostname v0.5.0 |
| 2326 | 2026-07-01T15:20:04.501Z | Compiling topological-sort v0.2.2 |
| 2327 | 2026-07-01T15:20:04.534Z | Compiling unit-prefix v0.5.2 |
| 2328 | 2026-07-01T15:20:04.556Z | Compiling oxide-tokio-rt v0.1.4 |
| 2329 | 2026-07-01T15:20:04.618Z | Compiling toml v0.8.23 |
| 2330 | 2026-07-01T15:20:04.688Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2331 | 2026-07-01T15:20:04.726Z | Compiling indicatif v0.18.4 |
| 2332 | 2026-07-01T15:20:04.827Z | Compiling shell-words v1.1.1 |
| 2333 | 2026-07-01T15:20:14.030Z | Compiling progenitor-client v0.14.0 |
| 2334 | 2026-07-01T15:20:14.030Z | Compiling omicron-zone-package v0.12.3 |
| 2335 | 2026-07-01T15:20:14.281Z | Compiling progenitor-extras v0.2.0 |
| 2336 | 2026-07-01T15:20:14.635Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2337 | 2026-07-01T15:20:14.653Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2338 | 2026-07-01T15:20:14.733Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2339 | 2026-07-01T15:20:14.746Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2340 | 2026-07-01T15:20:14.793Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2341 | 2026-07-01T15:20:14.819Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2342 | 2026-07-01T15:20:14.959Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2343 | 2026-07-01T15:20:15.075Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2344 | 2026-07-01T15:20:15.403Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2345 | 2026-07-01T15:20:19.390Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2346 | 2026-07-01T15:20:27.382Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2347 | 2026-07-01T15:20:30.519Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2348 | 2026-07-01T15:20:31.557Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2349 | 2026-07-01T15:20:40.892Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2350 | 2026-07-01T15:20:41.029Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2351 | 2026-07-01T15:20:41.085Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2352 | 2026-07-01T15:20:41.089Z | Created new build target 'test' and set it as active |
| 2353 | 2026-07-01T15:20:41.089Z | |
| 2354 | 2026-07-01T15:20:41.089Z | real 1:39.941202288 |
| 2355 | 2026-07-01T15:20:41.089Z | user 16:23.463917345 |
| 2356 | 2026-07-01T15:20:41.089Z | sys 2:36.666898619 |
| 2357 | 2026-07-01T15:20:41.089Z | trap 0.473095915 |
| 2358 | 2026-07-01T15:20:41.089Z | tflt 2.168310598 |
| 2359 | 2026-07-01T15:20:41.089Z | dflt 4.047469835 |
| 2360 | 2026-07-01T15:20:41.089Z | kflt 0.016374439 |
| 2361 | 2026-07-01T15:20:41.089Z | lock 51:48.864372226 |
| 2362 | 2026-07-01T15:20:41.089Z | slp 42:25.497213906 |
| 2363 | 2026-07-01T15:20:41.089Z | lat 44.181383017 |
| 2364 | 2026-07-01T15:20:41.089Z | stop 5:08.902353030 |
| 2365 | 2026-07-01T15:20:41.089Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2366 | 2026-07-01T15:20:41.891Z | Finished `release` profile [optimized] target(s) in 0.79s |
| 2367 | 2026-07-01T15:20:41.954Z | Running `target/release/omicron-package -t test package` |
| 2368 | 2026-07-01T15:20:42.007Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2369 | 2026-07-01T15:20:43.369Z | Compiling heck v0.5.0 |
| 2370 | 2026-07-01T15:20:43.369Z | Compiling regress v0.11.1 |
| 2371 | 2026-07-01T15:20:43.598Z | Compiling unsafe-libyaml v0.2.11 |
| 2372 | 2026-07-01T15:20:43.617Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2373 | 2026-07-01T15:20:43.639Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2374 | 2026-07-01T15:20:43.658Z | Compiling unicode-width v0.1.14 |
| 2375 | 2026-07-01T15:20:43.663Z | Compiling atomicwrites v0.4.4 |
| 2376 | 2026-07-01T15:20:43.678Z | Compiling derive-where v1.6.0 |
| 2377 | 2026-07-01T15:20:43.718Z | Compiling bytecount v0.6.9 |
| 2378 | 2026-07-01T15:20:43.721Z | Compiling is-terminal v0.4.17 |
| 2379 | 2026-07-01T15:20:43.721Z | Compiling prettyplease v0.2.37 |
| 2380 | 2026-07-01T15:20:43.739Z | Compiling console v0.15.11 |
| 2381 | 2026-07-01T15:20:43.742Z | Compiling newline-converter v0.3.0 |
| 2382 | 2026-07-01T15:20:43.742Z | Compiling hybrid-array v0.4.10 |
| 2383 | 2026-07-01T15:20:43.838Z | Compiling slog-dtrace v0.3.0 |
| 2384 | 2026-07-01T15:20:43.861Z | Compiling owo-colors v4.3.0 |
| 2385 | 2026-07-01T15:20:43.861Z | Compiling cancel-safe-futures v0.1.5 |
| 2386 | 2026-07-01T15:20:43.924Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-07-01T15:20:43.944Z | Compiling resolv-conf v0.7.6 |
| 2388 | 2026-07-01T15:20:43.969Z | Compiling num-rational v0.4.2 |
| 2389 | 2026-07-01T15:20:44.005Z | Compiling libsw-core v0.3.2 |
| 2390 | 2026-07-01T15:20:44.053Z | Compiling num-complex v0.4.6 |
| 2391 | 2026-07-01T15:20:44.135Z | Compiling serde_yaml v0.9.34+deprecated |
| 2392 | 2026-07-01T15:20:44.135Z | Compiling expectorate v1.2.0 |
| 2393 | 2026-07-01T15:20:44.251Z | Compiling block-buffer v0.12.1 |
| 2394 | 2026-07-01T15:20:44.271Z | Compiling crypto-common v0.2.2 |
| 2395 | 2026-07-01T15:20:44.274Z | Compiling thread_local v1.1.9 |
| 2396 | 2026-07-01T15:20:44.274Z | Compiling const-oid v0.10.2 |
| 2397 | 2026-07-01T15:20:44.389Z | Compiling match_cfg v0.1.0 |
| 2398 | 2026-07-01T15:20:44.436Z | Compiling compression-core v0.4.31 |
| 2399 | 2026-07-01T15:20:44.485Z | Compiling hostname v0.3.1 |
| 2400 | 2026-07-01T15:20:44.519Z | Compiling num v0.4.3 |
| 2401 | 2026-07-01T15:20:44.585Z | Compiling compression-codecs v0.4.37 |
| 2402 | 2026-07-01T15:20:44.616Z | Compiling libsw v3.5.0 |
| 2403 | 2026-07-01T15:20:44.640Z | Compiling slog-async v2.8.0 |
| 2404 | 2026-07-01T15:20:44.643Z | Compiling multer v3.1.0 |
| 2405 | 2026-07-01T15:20:44.709Z | Compiling crossbeam-channel v0.5.15 |
| 2406 | 2026-07-01T15:20:44.730Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2407 | 2026-07-01T15:20:44.833Z | Compiling slog-json v2.6.1 |
| 2408 | 2026-07-01T15:20:44.856Z | Compiling digest v0.11.3 |
| 2409 | 2026-07-01T15:20:44.880Z | Compiling serde_spanned v1.1.1 |
| 2410 | 2026-07-01T15:20:44.920Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2411 | 2026-07-01T15:20:44.942Z | Compiling cpufeatures v0.3.0 |
| 2412 | 2026-07-01T15:20:44.964Z | Compiling linear-map v1.2.0 |
| 2413 | 2026-07-01T15:20:44.987Z | Compiling float-ord v0.3.2 |
| 2414 | 2026-07-01T15:20:45.009Z | Compiling linked-hash-map v0.5.6 |
| 2415 | 2026-07-01T15:20:45.042Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2416 | 2026-07-01T15:20:45.065Z | Compiling term v1.2.1 |
| 2417 | 2026-07-01T15:20:45.068Z | Compiling take_mut v0.2.2 |
| 2418 | 2026-07-01T15:20:45.068Z | Compiling sha1 v0.11.0 |
| 2419 | 2026-07-01T15:20:45.129Z | Compiling typify-impl v0.6.2 |
| 2420 | 2026-07-01T15:20:45.152Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2421 | 2026-07-01T15:20:45.176Z | Compiling slog-bunyan v2.5.0 |
| 2422 | 2026-07-01T15:20:45.211Z | Compiling lru-cache v0.1.2 |
| 2423 | 2026-07-01T15:20:45.232Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2424 | 2026-07-01T15:20:45.275Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2425 | 2026-07-01T15:20:45.347Z | Compiling async-compression v0.4.41 |
| 2426 | 2026-07-01T15:20:45.387Z | Compiling slog-term v2.9.2 |
| 2427 | 2026-07-01T15:20:45.487Z | Compiling dropshot v0.17.1 |
| 2428 | 2026-07-01T15:20:45.551Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2429 | 2026-07-01T15:20:45.582Z | Compiling async-stream v0.3.6 |
| 2430 | 2026-07-01T15:20:45.618Z | Compiling progenitor-client v0.14.0 |
| 2431 | 2026-07-01T15:20:45.674Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2432 | 2026-07-01T15:20:45.695Z | Compiling waitgroup v0.1.2 |
| 2433 | 2026-07-01T15:20:45.717Z | Compiling rustls-pemfile v2.2.0 |
| 2434 | 2026-07-01T15:20:45.776Z | Compiling backon v1.6.0 |
| 2435 | 2026-07-01T15:20:45.809Z | Compiling serde_path_to_error v0.1.20 |
| 2436 | 2026-07-01T15:20:45.868Z | Compiling hostname v0.4.2 |
| 2437 | 2026-07-01T15:20:45.889Z | Compiling instant v0.1.13 |
| 2438 | 2026-07-01T15:20:45.923Z | Compiling minimal-lexical v0.2.1 |
| 2439 | 2026-07-01T15:20:45.946Z | Compiling debug-ignore v1.0.5 |
| 2440 | 2026-07-01T15:20:45.965Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2441 | 2026-07-01T15:20:46.015Z | Compiling backoff v0.4.0 |
| 2442 | 2026-07-01T15:20:46.035Z | Compiling progenitor-extras v0.2.0 |
| 2443 | 2026-07-01T15:20:46.039Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2444 | 2026-07-01T15:20:46.122Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2445 | 2026-07-01T15:20:46.219Z | Compiling nom v7.1.3 |
| 2446 | 2026-07-01T15:20:46.254Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2447 | 2026-07-01T15:20:46.323Z | Compiling parse-display v0.10.0 |
| 2448 | 2026-07-01T15:20:46.347Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2449 | 2026-07-01T15:20:46.415Z | Compiling hickory-proto v0.24.4 |
| 2450 | 2026-07-01T15:20:46.543Z | Compiling regress v0.10.5 |
| 2451 | 2026-07-01T15:20:46.976Z | Compiling macaddr v1.0.1 |
| 2452 | 2026-07-01T15:20:47.041Z | Compiling humantime v2.3.0 |
| 2453 | 2026-07-01T15:20:47.064Z | Compiling unicode-xid v0.2.6 |
| 2454 | 2026-07-01T15:20:47.261Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2455 | 2026-07-01T15:20:47.362Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2456 | 2026-07-01T15:20:47.488Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2457 | 2026-07-01T15:20:47.630Z | Compiling convert_case v0.10.0 |
| 2458 | 2026-07-01T15:20:47.681Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2459 | 2026-07-01T15:20:47.924Z | Compiling derive_more-impl v2.1.1 |
| 2460 | 2026-07-01T15:20:48.033Z | Compiling toml v0.8.23 |
| 2461 | 2026-07-01T15:20:48.341Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2462 | 2026-07-01T15:20:48.580Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2463 | 2026-07-01T15:20:48.603Z | Compiling papergrid v0.11.0 |
| 2464 | 2026-07-01T15:20:48.603Z | Compiling typify-macro v0.6.2 |
| 2465 | 2026-07-01T15:20:48.645Z | Compiling tabled_derive v0.7.0 |
| 2466 | 2026-07-01T15:20:48.718Z | Compiling derive_more v2.1.1 |
| 2467 | 2026-07-01T15:20:48.741Z | Compiling termtree v0.5.1 |
| 2468 | 2026-07-01T15:20:48.827Z | Compiling crossterm v0.29.0 |
| 2469 | 2026-07-01T15:20:48.921Z | Compiling hickory-resolver v0.24.4 |
| 2470 | 2026-07-01T15:20:48.943Z | Compiling phf_shared v0.12.1 |
| 2471 | 2026-07-01T15:20:49.233Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2472 | 2026-07-01T15:20:49.570Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2473 | 2026-07-01T15:20:49.784Z | Compiling tabled v0.15.0 |
| 2474 | 2026-07-01T15:20:49.905Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2475 | 2026-07-01T15:20:50.153Z | Compiling typify v0.6.2 |
| 2476 | 2026-07-01T15:20:50.440Z | Compiling progenitor-impl v0.14.0 |
| 2477 | 2026-07-01T15:20:50.943Z | Compiling qorb v0.4.1 |
| 2478 | 2026-07-01T15:20:51.767Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2479 | 2026-07-01T15:20:52.308Z | Compiling csv-core v0.1.13 |
| 2480 | 2026-07-01T15:20:52.678Z | Compiling progenitor-macro v0.14.0 |
| 2481 | 2026-07-01T15:20:52.754Z | Compiling vte v0.14.1 |
| 2482 | 2026-07-01T15:20:53.005Z | Compiling highway v1.3.0 |
| 2483 | 2026-07-01T15:20:53.729Z | Compiling chrono-tz v0.10.4 |
| 2484 | 2026-07-01T15:20:53.815Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2485 | 2026-07-01T15:20:54.042Z | Compiling strip-ansi-escapes v0.2.1 |
| 2486 | 2026-07-01T15:20:54.099Z | Compiling csv v1.4.0 |
| 2487 | 2026-07-01T15:20:54.311Z | Compiling phf v0.12.1 |
| 2488 | 2026-07-01T15:20:54.338Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2489 | 2026-07-01T15:20:54.454Z | Compiling const_format_proc_macros v0.2.34 |
| 2490 | 2026-07-01T15:20:54.513Z | Compiling fd-lock v4.0.4 |
| 2491 | 2026-07-01T15:20:54.603Z | Compiling peg-macros v0.8.5 |
| 2492 | 2026-07-01T15:20:54.685Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2493 | 2026-07-01T15:20:55.146Z | Compiling nu-ansi-term v0.50.3 |
| 2494 | 2026-07-01T15:20:55.260Z | Compiling const_format v0.2.35 |
| 2495 | 2026-07-01T15:20:55.597Z | Compiling reedline v0.40.0 |
| 2496 | 2026-07-01T15:20:55.688Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2497 | 2026-07-01T15:20:55.755Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2498 | 2026-07-01T15:20:55.886Z | Compiling peg v0.8.5 |
| 2499 | 2026-07-01T15:20:56.031Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2500 | 2026-07-01T15:20:56.347Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2501 | 2026-07-01T15:20:56.734Z | Compiling progenitor v0.14.0 |
| 2502 | 2026-07-01T15:20:56.904Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2503 | 2026-07-01T15:20:57.024Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2504 | 2026-07-01T15:20:57.371Z | Compiling bcs v0.1.6 |
| 2505 | 2026-07-01T15:20:57.726Z | Compiling nom v8.0.0 |
| 2506 | 2026-07-01T15:20:57.812Z | Compiling semver v0.1.20 |
| 2507 | 2026-07-01T15:20:58.107Z | Compiling rustc_version v0.1.7 |
| 2508 | 2026-07-01T15:20:58.343Z | Compiling newtype_derive v0.1.6 |
| 2509 | 2026-07-01T15:20:58.599Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2510 | 2026-07-01T15:20:58.851Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2511 | 2026-07-01T15:20:58.950Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2512 | 2026-07-01T15:20:59.269Z | Compiling unicode-linebreak v0.1.5 |
| 2513 | 2026-07-01T15:20:59.404Z | Compiling smawk v0.3.2 |
| 2514 | 2026-07-01T15:20:59.546Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2515 | 2026-07-01T15:20:59.582Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2516 | 2026-07-01T15:20:59.603Z | Compiling textwrap v0.16.2 |
| 2517 | 2026-07-01T15:20:59.677Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2518 | 2026-07-01T15:20:59.760Z | Compiling base64 v0.21.7 |
| 2519 | 2026-07-01T15:20:59.819Z | Compiling steno v0.4.1 |
| 2520 | 2026-07-01T15:21:00.021Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2521 | 2026-07-01T15:21:00.298Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2522 | 2026-07-01T15:21:00.487Z | Compiling utf-8 v0.7.6 |
| 2523 | 2026-07-01T15:21:00.607Z | Compiling tagptr v0.2.0 |
| 2524 | 2026-07-01T15:21:00.742Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2525 | 2026-07-01T15:21:00.828Z | Compiling moka v0.12.13 |
| 2526 | 2026-07-01T15:21:01.045Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2527 | 2026-07-01T15:21:01.223Z | Compiling tungstenite v0.21.0 |
| 2528 | 2026-07-01T15:21:01.246Z | Compiling display-error-chain v0.2.2 |
| 2529 | 2026-07-01T15:21:01.601Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2530 | 2026-07-01T15:21:01.871Z | Compiling tokio-tungstenite v0.21.0 |
| 2531 | 2026-07-01T15:21:01.895Z | Compiling radium v0.7.0 |
| 2532 | 2026-07-01T15:21:02.125Z | Compiling hickory-resolver v0.25.2 |
| 2533 | 2026-07-01T15:21:02.204Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2534 | 2026-07-01T15:21:02.300Z | Compiling tap v1.0.1 |
| 2535 | 2026-07-01T15:21:02.447Z | Compiling maybe-uninit v2.0.0 |
| 2536 | 2026-07-01T15:21:02.772Z | Compiling wyz v0.5.1 |
| 2537 | 2026-07-01T15:21:03.020Z | Compiling vergen-lib v0.1.6 |
| 2538 | 2026-07-01T15:21:03.160Z | Compiling zerocopy-derive v0.6.6 |
| 2539 | 2026-07-01T15:21:03.268Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2540 | 2026-07-01T15:21:03.447Z | Compiling funty v2.0.0 |
| 2541 | 2026-07-01T15:21:03.939Z | Compiling packed_struct v0.10.1 |
| 2542 | 2026-07-01T15:21:04.232Z | Compiling diesel_derives v2.3.7 |
| 2543 | 2026-07-01T15:21:04.411Z | Compiling crc-catalog v2.4.0 |
| 2544 | 2026-07-01T15:21:04.521Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2545 | 2026-07-01T15:21:04.543Z | Compiling crc v3.4.0 |
| 2546 | 2026-07-01T15:21:04.548Z | Compiling zerocopy v0.6.6 |
| 2547 | 2026-07-01T15:21:04.789Z | Compiling bitvec v1.0.1 |
| 2548 | 2026-07-01T15:21:05.237Z | Compiling scheduled-thread-pool v0.2.7 |
| 2549 | 2026-07-01T15:21:05.290Z | Compiling dsl_auto_type v0.2.0 |
| 2550 | 2026-07-01T15:21:05.646Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2551 | 2026-07-01T15:21:05.827Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2552 | 2026-07-01T15:21:05.865Z | Compiling packed_struct_codegen v0.10.1 |
| 2553 | 2026-07-01T15:21:05.919Z | Compiling vergen-gitcl v1.0.8 |
| 2554 | 2026-07-01T15:21:05.979Z | Compiling bitfield-macros v0.19.4 |
| 2555 | 2026-07-01T15:21:06.165Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2556 | 2026-07-01T15:21:06.395Z | Compiling dirs-sys-next v0.1.2 |
| 2557 | 2026-07-01T15:21:06.678Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2558 | 2026-07-01T15:21:06.716Z | Compiling indexmap v1.9.3 |
| 2559 | 2026-07-01T15:21:06.737Z | Compiling nodrop v0.1.14 |
| 2560 | 2026-07-01T15:21:06.871Z | Compiling maplit v1.0.2 |
| 2561 | 2026-07-01T15:21:06.933Z | Compiling crunchy v0.2.4 |
| 2562 | 2026-07-01T15:21:06.972Z | Compiling glob v0.3.3 |
| 2563 | 2026-07-01T15:21:07.121Z | Compiling proc-macro-error2 v2.0.1 |
| 2564 | 2026-07-01T15:21:07.153Z | Compiling array-init v0.0.4 |
| 2565 | 2026-07-01T15:21:07.315Z | Compiling bitfield v0.19.4 |
| 2566 | 2026-07-01T15:21:07.340Z | Compiling clang-sys v1.8.1 |
| 2567 | 2026-07-01T15:21:07.433Z | Compiling dirs-next v2.0.0 |
| 2568 | 2026-07-01T15:21:07.614Z | Compiling r2d2 v0.8.10 |
| 2569 | 2026-07-01T15:21:07.636Z | Compiling smallvec v0.6.14 |
| 2570 | 2026-07-01T15:21:07.904Z | Compiling num-derive v0.3.3 |
| 2571 | 2026-07-01T15:21:07.908Z | Compiling hashbrown v0.12.3 |
| 2572 | 2026-07-01T15:21:07.959Z | Compiling tiny-keccak v2.0.2 |
| 2573 | 2026-07-01T15:21:08.073Z | Compiling downcast-rs v2.0.2 |
| 2574 | 2026-07-01T15:21:08.245Z | Compiling serde-hex v0.1.0 |
| 2575 | 2026-07-01T15:21:08.309Z | Compiling term v0.7.0 |
| 2576 | 2026-07-01T15:21:08.330Z | Compiling tabled_derive v0.11.0 |
| 2577 | 2026-07-01T15:21:08.530Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2578 | 2026-07-01T15:21:08.676Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2579 | 2026-07-01T15:21:08.727Z | Compiling ron v0.8.1 |
| 2580 | 2026-07-01T15:21:08.810Z | Compiling papergrid v0.17.0 |
| 2581 | 2026-07-01T15:21:08.832Z | Compiling libscf-sys v1.1.0 |
| 2582 | 2026-07-01T15:21:08.933Z | Compiling testing_table v0.3.0 |
| 2583 | 2026-07-01T15:21:09.002Z | Compiling hashbrown v0.13.2 |
| 2584 | 2026-07-01T15:21:09.034Z | Compiling crc-any v2.5.0 |
| 2585 | 2026-07-01T15:21:09.343Z | Compiling bit-vec v0.6.3 |
| 2586 | 2026-07-01T15:21:09.386Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2587 | 2026-07-01T15:21:09.461Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2588 | 2026-07-01T15:21:09.591Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2589 | 2026-07-01T15:21:09.616Z | Compiling object v0.30.4 |
| 2590 | 2026-07-01T15:21:10.082Z | Compiling tabled v0.20.0 |
| 2591 | 2026-07-01T15:21:10.115Z | Compiling bit-set v0.5.3 |
| 2592 | 2026-07-01T15:21:10.303Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2593 | 2026-07-01T15:21:10.640Z | Compiling ascii-canvas v3.0.0 |
| 2594 | 2026-07-01T15:21:10.840Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2595 | 2026-07-01T15:21:10.926Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2596 | 2026-07-01T15:21:11.122Z | Compiling progenitor-impl v0.13.0 |
| 2597 | 2026-07-01T15:21:11.143Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2598 | 2026-07-01T15:21:11.359Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2599 | 2026-07-01T15:21:11.413Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2600 | 2026-07-01T15:21:11.564Z | Compiling itertools v0.10.5 |
| 2601 | 2026-07-01T15:21:11.609Z | Compiling ena v0.14.4 |
| 2602 | 2026-07-01T15:21:11.865Z | Compiling libloading v0.8.9 |
| 2603 | 2026-07-01T15:21:12.125Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2604 | 2026-07-01T15:21:12.187Z | Compiling xshell-macros v0.2.7 |
| 2605 | 2026-07-01T15:21:12.245Z | Compiling diesel v2.3.7 |
| 2606 | 2026-07-01T15:21:12.483Z | Compiling regex-syntax v0.6.29 |
| 2607 | 2026-07-01T15:21:12.600Z | Compiling path-slash v0.1.5 |
| 2608 | 2026-07-01T15:21:12.705Z | Compiling bindgen v0.71.1 |
| 2609 | 2026-07-01T15:21:12.789Z | Compiling unicase v2.9.0 |
| 2610 | 2026-07-01T15:21:12.863Z | Compiling diff v0.1.13 |
| 2611 | 2026-07-01T15:21:13.044Z | Compiling xshell v0.2.7 |
| 2612 | 2026-07-01T15:21:13.182Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2613 | 2026-07-01T15:21:13.189Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2614 | 2026-07-01T15:21:13.283Z | Compiling progenitor-macro v0.13.0 |
| 2615 | 2026-07-01T15:21:14.272Z | Compiling lalrpop v0.19.12 |
| 2616 | 2026-07-01T15:21:14.463Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2617 | 2026-07-01T15:21:15.146Z | Compiling cexpr v0.6.0 |
| 2618 | 2026-07-01T15:21:15.797Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2619 | 2026-07-01T15:21:16.080Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2620 | 2026-07-01T15:21:16.556Z | Compiling progenitor-client v0.13.0 |
| 2621 | 2026-07-01T15:21:17.087Z | Compiling rustc-hash v2.1.1 |
| 2622 | 2026-07-01T15:21:17.237Z | Compiling progenitor v0.13.0 |
| 2623 | 2026-07-01T15:21:17.320Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2624 | 2026-07-01T15:21:17.689Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2625 | 2026-07-01T15:21:18.001Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2626 | 2026-07-01T15:21:18.468Z | Compiling headers-core v0.3.0 |
| 2627 | 2026-07-01T15:21:18.530Z | Compiling libxml v0.3.3 |
| 2628 | 2026-07-01T15:21:18.579Z | Compiling crc8 v0.1.1 |
| 2629 | 2026-07-01T15:21:18.625Z | Compiling headers v0.4.1 |
| 2630 | 2026-07-01T15:21:18.716Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2631 | 2026-07-01T15:21:18.841Z | Compiling strum_macros v0.24.3 |
| 2632 | 2026-07-01T15:21:18.894Z | Compiling indoc v1.0.9 |
| 2633 | 2026-07-01T15:21:19.010Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2634 | 2026-07-01T15:21:19.134Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2635 | 2026-07-01T15:21:19.358Z | Compiling git-stub v1.0.0 |
| 2636 | 2026-07-01T15:21:19.384Z | Compiling derive_builder v0.20.2 |
| 2637 | 2026-07-01T15:21:19.555Z | Compiling oso-derive v0.27.3 |
| 2638 | 2026-07-01T15:21:19.626Z | Compiling quick-xml v0.37.5 |
| 2639 | 2026-07-01T15:21:19.912Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2640 | 2026-07-01T15:21:20.116Z | Compiling openssl-probe v0.1.6 |
| 2641 | 2026-07-01T15:21:20.164Z | Compiling git-stub-vcs v0.1.0 |
| 2642 | 2026-07-01T15:21:20.298Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2643 | 2026-07-01T15:21:20.427Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2644 | 2026-07-01T15:21:20.531Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2645 | 2026-07-01T15:21:20.769Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2646 | 2026-07-01T15:21:20.858Z | Compiling bb8 v0.8.6 |
| 2647 | 2026-07-01T15:21:21.057Z | Compiling trait-variant v0.1.2 |
| 2648 | 2026-07-01T15:21:21.210Z | Compiling half v1.8.3 |
| 2649 | 2026-07-01T15:21:21.275Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2650 | 2026-07-01T15:21:21.520Z | Compiling serde_cbor v0.11.2 |
| 2651 | 2026-07-01T15:21:21.643Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2652 | 2026-07-01T15:21:21.703Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2653 | 2026-07-01T15:21:21.735Z | Compiling polar-core v0.27.3 |
| 2654 | 2026-07-01T15:21:22.292Z | Compiling samael v0.0.19 |
| 2655 | 2026-07-01T15:21:22.296Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2656 | 2026-07-01T15:21:22.397Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2657 | 2026-07-01T15:21:22.537Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2658 | 2026-07-01T15:21:22.640Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2659 | 2026-07-01T15:21:22.729Z | Compiling nonempty v0.12.0 |
| 2660 | 2026-07-01T15:21:22.931Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2661 | 2026-07-01T15:21:22.967Z | Compiling fxhash v0.2.1 |
| 2662 | 2026-07-01T15:21:23.134Z | Compiling libz-sys v1.1.24 |
| 2663 | 2026-07-01T15:21:23.157Z | Compiling salty v0.3.0 |
| 2664 | 2026-07-01T15:21:23.643Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2665 | 2026-07-01T15:21:23.784Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2666 | 2026-07-01T15:21:23.943Z | Compiling kstat-rs v0.2.4 |
| 2667 | 2026-07-01T15:21:24.306Z | Compiling arc-swap v1.8.2 |
| 2668 | 2026-07-01T15:21:24.433Z | Compiling fs-err v2.11.0 |
| 2669 | 2026-07-01T15:21:24.779Z | Compiling slog-scope v4.4.1 |
| 2670 | 2026-07-01T15:21:24.839Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2671 | 2026-07-01T15:21:24.918Z | Compiling mime_guess v2.0.5 |
| 2672 | 2026-07-01T15:21:25.179Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2673 | 2026-07-01T15:21:25.463Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2674 | 2026-07-01T15:21:25.892Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2675 | 2026-07-01T15:21:25.939Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2676 | 2026-07-01T15:21:26.389Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2677 | 2026-07-01T15:21:26.502Z | Compiling nanorand v0.7.0 |
| 2678 | 2026-07-01T15:21:26.913Z | Compiling darling_core v0.23.0 |
| 2679 | 2026-07-01T15:21:26.955Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2680 | 2026-07-01T15:21:27.217Z | Compiling parking_lot_core v0.8.6 |
| 2681 | 2026-07-01T15:21:27.552Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2682 | 2026-07-01T15:21:27.718Z | Compiling flume v0.11.1 |
| 2683 | 2026-07-01T15:21:28.159Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2684 | 2026-07-01T15:21:28.491Z | Compiling slog-stdlog v4.1.1 |
| 2685 | 2026-07-01T15:21:29.034Z | Compiling darling_macro v0.23.0 |
| 2686 | 2026-07-01T15:21:29.195Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2687 | 2026-07-01T15:21:29.343Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2688 | 2026-07-01T15:21:29.391Z | Compiling primeorder v0.13.6 |
| 2689 | 2026-07-01T15:21:29.703Z | Compiling diesel-dtrace v0.5.0 |
| 2690 | 2026-07-01T15:21:29.745Z | Compiling async-bb8-diesel v0.2.1 |
| 2691 | 2026-07-01T15:21:30.025Z | Compiling atty v0.2.14 |
| 2692 | 2026-07-01T15:21:30.177Z | Compiling parse-size v1.1.0 |
| 2693 | 2026-07-01T15:21:30.197Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2694 | 2026-07-01T15:21:30.408Z | Compiling instability v0.3.11 |
| 2695 | 2026-07-01T15:21:30.450Z | Compiling http-range v0.1.5 |
| 2696 | 2026-07-01T15:21:30.583Z | Compiling strsim v0.10.0 |
| 2697 | 2026-07-01T15:21:30.685Z | Compiling oso v0.27.3 |
| 2698 | 2026-07-01T15:21:30.834Z | Compiling darling_core v0.13.4 |
| 2699 | 2026-07-01T15:21:30.917Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2700 | 2026-07-01T15:21:32.493Z | Compiling p384 v0.13.1 |
| 2701 | 2026-07-01T15:21:33.083Z | Compiling darling v0.23.0 |
| 2702 | 2026-07-01T15:21:33.200Z | Compiling slog-envlogger v2.2.0 |
| 2703 | 2026-07-01T15:21:34.363Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2704 | 2026-07-01T15:21:34.623Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2705 | 2026-07-01T15:21:35.226Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2706 | 2026-07-01T15:21:37.259Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2707 | 2026-07-01T15:21:37.359Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2708 | 2026-07-01T15:21:37.703Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2709 | 2026-07-01T15:21:37.942Z | Compiling ignore v0.4.25 |
| 2710 | 2026-07-01T15:21:38.099Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2711 | 2026-07-01T15:21:38.123Z | Compiling castaway v0.2.4 |
| 2712 | 2026-07-01T15:21:38.286Z | Compiling vergen-git2 v9.1.0 |
| 2713 | 2026-07-01T15:21:38.527Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2714 | 2026-07-01T15:21:38.809Z | Compiling indoc v2.0.7 |
| 2715 | 2026-07-01T15:21:38.901Z | Compiling globwalk v0.9.1 |
| 2716 | 2026-07-01T15:21:39.566Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2717 | 2026-07-01T15:21:39.619Z | Compiling compact_str v0.8.1 |
| 2718 | 2026-07-01T15:21:39.989Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2719 | 2026-07-01T15:21:40.319Z | Compiling parking_lot v0.11.2 |
| 2720 | 2026-07-01T15:21:40.680Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2721 | 2026-07-01T15:21:40.777Z | Compiling hyper-staticfile v0.10.1 |
| 2722 | 2026-07-01T15:21:41.201Z | Compiling darling_macro v0.13.4 |
| 2723 | 2026-07-01T15:21:41.572Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2724 | 2026-07-01T15:21:41.636Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2725 | 2026-07-01T15:21:41.714Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2726 | 2026-07-01T15:21:41.968Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2727 | 2026-07-01T15:21:42.184Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2728 | 2026-07-01T15:21:42.212Z | Compiling predicates-tree v1.0.13 |
| 2729 | 2026-07-01T15:21:42.434Z | Compiling unicode-truncate v1.1.0 |
| 2730 | 2026-07-01T15:21:42.584Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2731 | 2026-07-01T15:21:42.646Z | Compiling lru v0.12.5 |
| 2732 | 2026-07-01T15:21:42.675Z | Compiling rand_seeder v0.4.0 |
| 2733 | 2026-07-01T15:21:42.829Z | Compiling prefix-trie v0.7.0 |
| 2734 | 2026-07-01T15:21:42.865Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2735 | 2026-07-01T15:21:42.886Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2736 | 2026-07-01T15:21:42.930Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2737 | 2026-07-01T15:21:43.173Z | Compiling corncobs v0.1.4 |
| 2738 | 2026-07-01T15:21:43.177Z | Compiling cassowary v0.3.0 |
| 2739 | 2026-07-01T15:21:43.285Z | Compiling hickory-server v0.25.2 |
| 2740 | 2026-07-01T15:21:43.323Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2741 | 2026-07-01T15:21:43.373Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2742 | 2026-07-01T15:21:43.420Z | Compiling camino-tempfile-ext v0.3.3 |
| 2743 | 2026-07-01T15:21:43.580Z | Compiling ratatui v0.29.0 |
| 2744 | 2026-07-01T15:21:43.843Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2745 | 2026-07-01T15:21:44.037Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2746 | 2026-07-01T15:21:44.084Z | Compiling darling v0.13.4 |
| 2747 | 2026-07-01T15:21:44.201Z | Compiling sled v0.34.7 |
| 2748 | 2026-07-01T15:21:44.696Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2749 | 2026-07-01T15:21:44.764Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2750 | 2026-07-01T15:21:45.126Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2751 | 2026-07-01T15:21:46.652Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2752 | 2026-07-01T15:21:47.150Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2753 | 2026-07-01T15:21:47.387Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2754 | 2026-07-01T15:21:47.626Z | Compiling secrecy v0.8.0 |
| 2755 | 2026-07-01T15:21:47.708Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2756 | 2026-07-01T15:21:47.975Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2757 | 2026-07-01T15:21:48.354Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2758 | 2026-07-01T15:21:48.590Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2759 | 2026-07-01T15:21:49.204Z | Compiling serde_with_macros v1.5.2 |
| 2760 | 2026-07-01T15:21:49.750Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2761 | 2026-07-01T15:21:50.201Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2762 | 2026-07-01T15:21:50.223Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2763 | 2026-07-01T15:21:51.254Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2764 | 2026-07-01T15:21:51.505Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2765 | 2026-07-01T15:21:51.749Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2766 | 2026-07-01T15:21:51.933Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2767 | 2026-07-01T15:21:51.992Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2768 | 2026-07-01T15:21:52.184Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2769 | 2026-07-01T15:21:52.228Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2770 | 2026-07-01T15:21:52.250Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2771 | 2026-07-01T15:21:52.426Z | Compiling void v1.0.2 |
| 2772 | 2026-07-01T15:21:52.554Z | Compiling lzss v0.8.2 |
| 2773 | 2026-07-01T15:21:52.814Z | Compiling git2 v0.20.4 |
| 2774 | 2026-07-01T15:21:52.911Z | Compiling illumos-nvpair v0.3.0 |
| 2775 | 2026-07-01T15:21:53.123Z | Compiling serde_with v1.14.0 |
| 2776 | 2026-07-01T15:21:53.411Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2777 | 2026-07-01T15:21:53.796Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2778 | 2026-07-01T15:21:53.985Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2779 | 2026-07-01T15:21:54.293Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2780 | 2026-07-01T15:21:54.982Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2781 | 2026-07-01T15:21:56.409Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2782 | 2026-07-01T15:21:56.501Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2783 | 2026-07-01T15:21:56.954Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2784 | 2026-07-01T15:21:57.635Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2785 | 2026-07-01T15:21:57.682Z | Compiling tungstenite v0.23.0 |
| 2786 | 2026-07-01T15:21:57.886Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2787 | 2026-07-01T15:21:57.969Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2788 | 2026-07-01T15:21:59.531Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2789 | 2026-07-01T15:21:59.793Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2790 | 2026-07-01T15:21:59.929Z | Compiling nix v0.27.1 |
| 2791 | 2026-07-01T15:22:00.023Z | Compiling twox-hash v2.1.2 |
| 2792 | 2026-07-01T15:22:00.044Z | Compiling serde_bytes v0.11.19 |
| 2793 | 2026-07-01T15:22:00.131Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2794 | 2026-07-01T15:22:00.348Z | Compiling tokio-tungstenite v0.23.1 |
| 2795 | 2026-07-01T15:22:00.372Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2796 | 2026-07-01T15:22:00.548Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2797 | 2026-07-01T15:22:00.632Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2798 | 2026-07-01T15:22:00.733Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2799 | 2026-07-01T15:22:01.110Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2800 | 2026-07-01T15:22:02.479Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2801 | 2026-07-01T15:22:03.134Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2802 | 2026-07-01T15:22:04.309Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2803 | 2026-07-01T15:22:04.717Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2804 | 2026-07-01T15:22:04.812Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2805 | 2026-07-01T15:22:05.214Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2806 | 2026-07-01T15:22:05.481Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2807 | 2026-07-01T15:22:05.739Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2808 | 2026-07-01T15:22:05.765Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2809 | 2026-07-01T15:22:05.955Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2810 | 2026-07-01T15:22:06.154Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2811 | 2026-07-01T15:22:06.873Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2812 | 2026-07-01T15:22:07.469Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2813 | 2026-07-01T15:22:09.268Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2814 | 2026-07-01T15:22:09.328Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2815 | 2026-07-01T15:22:09.578Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2816 | 2026-07-01T15:22:11.461Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2817 | 2026-07-01T15:22:11.681Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2818 | 2026-07-01T15:22:11.940Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2819 | 2026-07-01T15:22:12.656Z | Compiling signal-hook-tokio v0.3.1 |
| 2820 | 2026-07-01T15:22:12.766Z | Compiling fatfs v0.3.6 |
| 2821 | 2026-07-01T15:22:12.853Z | Compiling yasna v0.5.2 |
| 2822 | 2026-07-01T15:22:12.892Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-07-01T15:22:12.913Z | Compiling is_ci v1.2.0 |
| 2824 | 2026-07-01T15:22:13.135Z | Compiling assert_matches v1.5.0 |
| 2825 | 2026-07-01T15:22:13.255Z | Compiling seq-macro v0.3.6 |
| 2826 | 2026-07-01T15:22:13.807Z | Compiling rcgen v0.12.1 |
| 2827 | 2026-07-01T15:22:14.013Z | Compiling supports-color v3.0.2 |
| 2828 | 2026-07-01T15:22:14.299Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2829 | 2026-07-01T15:22:14.502Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2830 | 2026-07-01T15:22:15.153Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2831 | 2026-07-01T15:22:16.011Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2832 | 2026-07-01T15:22:16.261Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2833 | 2026-07-01T15:22:16.517Z | Compiling rtoolbox v0.0.3 |
| 2834 | 2026-07-01T15:22:16.687Z | Compiling subprocess v0.2.15 |
| 2835 | 2026-07-01T15:22:16.811Z | Compiling rpassword v7.4.0 |
| 2836 | 2026-07-01T15:22:17.140Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2837 | 2026-07-01T15:22:18.504Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2838 | 2026-07-01T15:22:18.966Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2839 | 2026-07-01T15:22:18.989Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2840 | 2026-07-01T15:22:19.113Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2841 | 2026-07-01T15:22:21.555Z | Compiling tui-tree-widget v0.23.1 |
| 2842 | 2026-07-01T15:22:21.602Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2843 | 2026-07-01T15:22:21.854Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2844 | 2026-07-01T15:22:22.025Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2845 | 2026-07-01T15:22:22.276Z | Compiling uzers v0.12.2 |
| 2846 | 2026-07-01T15:22:22.426Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2847 | 2026-07-01T15:22:23.048Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2848 | 2026-07-01T15:22:24.058Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2849 | 2026-07-01T15:22:26.008Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2850 | 2026-07-01T15:22:26.705Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2851 | 2026-07-01T15:22:28.113Z | Compiling support-bundle-viewer v0.1.2 |
| 2852 | 2026-07-01T15:22:28.874Z | Compiling multimap v0.10.1 |
| 2853 | 2026-07-01T15:22:43.532Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2854 | 2026-07-01T15:22:44.766Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2855 | 2026-07-01T15:22:50.597Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2856 | 2026-07-01T15:22:51.032Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2857 | 2026-07-01T15:22:51.036Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2858 | 2026-07-01T15:29:13.531Z | Finished `release` profile [optimized] target(s) in 8m 31s |
| 2859 | 2026-07-01T15:30:32.498Z | |
| 2860 | 2026-07-01T15:30:32.498Z | real 9:51.381105496 |
| 2861 | 2026-07-01T15:30:32.502Z | user 1:18:08.867772278 |
| 2862 | 2026-07-01T15:30:32.502Z | sys 3:30.533194407 |
| 2863 | 2026-07-01T15:30:32.502Z | trap 1.769195954 |
| 2864 | 2026-07-01T15:30:32.502Z | tflt 2.137824866 |
| 2865 | 2026-07-01T15:30:32.502Z | dflt 17.857497456 |
| 2866 | 2026-07-01T15:30:32.502Z | kflt 0.026644747 |
| 2867 | 2026-07-01T15:30:32.502Z | lock 6:59:09.726367681 |
| 2868 | 2026-07-01T15:30:32.502Z | slp 2:12:57.960019997 |
| 2869 | 2026-07-01T15:30:32.502Z | lat 2:20.219438062 |
| 2870 | 2026-07-01T15:30:32.502Z | stop 5:06.829479787 |
| 2871 | 2026-07-01T15:30:32.502Z | + mapfile -t packages |
| 2872 | 2026-07-01T15:30:32.502Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2873 | 2026-07-01T15:30:33.379Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2874 | 2026-07-01T15:30:33.443Z | Running `target/release/omicron-package -t test list-outputs` |
| 2875 | 2026-07-01T15:30:33.502Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2876 | 2026-07-01T15:30:33.505Z | + ptime -m cargo build --locked --release -p xtask |
| 2877 | 2026-07-01T15:30:33.962Z | Compiling libc v0.2.185 |
| 2878 | 2026-07-01T15:30:33.962Z | Compiling serde_core v1.0.228 |
| 2879 | 2026-07-01T15:30:33.965Z | Compiling serde v1.0.228 |
| 2880 | 2026-07-01T15:30:33.965Z | Compiling rustix v1.1.3 |
| 2881 | 2026-07-01T15:30:33.965Z | Compiling serde_json v1.0.150 |
| 2882 | 2026-07-01T15:30:34.088Z | Compiling bitflags v2.11.0 |
| 2883 | 2026-07-01T15:30:34.099Z | Compiling usdt-impl v0.5.0 |
| 2884 | 2026-07-01T15:30:34.108Z | Compiling syn v2.0.117 |
| 2885 | 2026-07-01T15:30:34.128Z | Compiling syn v1.0.109 |
| 2886 | 2026-07-01T15:30:34.138Z | Compiling getrandom v0.4.1 |
| 2887 | 2026-07-01T15:30:34.142Z | Compiling log v0.4.29 |
| 2888 | 2026-07-01T15:30:34.162Z | Compiling indexmap v2.14.0 |
| 2889 | 2026-07-01T15:30:34.176Z | Compiling fs-err v3.3.0 |
| 2890 | 2026-07-01T15:30:34.365Z | Compiling heck v0.4.1 |
| 2891 | 2026-07-01T15:30:34.424Z | Compiling anyhow v1.0.102 |
| 2892 | 2026-07-01T15:30:34.434Z | Compiling once_cell v1.21.3 |
| 2893 | 2026-07-01T15:30:34.854Z | Compiling errno v0.3.14 |
| 2894 | 2026-07-01T15:30:34.854Z | Compiling thread-id v4.2.2 |
| 2895 | 2026-07-01T15:30:34.857Z | Compiling memmap v0.7.0 |
| 2896 | 2026-07-01T15:30:35.614Z | Compiling proc-macro-error v1.0.4 |
| 2897 | 2026-07-01T15:30:35.855Z | Compiling terminal_size v0.4.3 |
| 2898 | 2026-07-01T15:30:35.855Z | Compiling tempfile v3.25.0 |
| 2899 | 2026-07-01T15:30:35.875Z | Compiling tabled_derive v0.7.0 |
| 2900 | 2026-07-01T15:30:35.956Z | Compiling clap_builder v4.6.0 |
| 2901 | 2026-07-01T15:30:35.956Z | Compiling textwrap v0.16.2 |
| 2902 | 2026-07-01T15:30:36.304Z | Compiling pest_generator v2.8.6 |
| 2903 | 2026-07-01T15:30:36.334Z | Compiling camino v1.2.2 |
| 2904 | 2026-07-01T15:30:36.354Z | Compiling cargo-platform v0.3.2 |
| 2905 | 2026-07-01T15:30:36.369Z | Compiling semver v1.0.28 |
| 2906 | 2026-07-01T15:30:36.589Z | Compiling tabled v0.15.0 |
| 2907 | 2026-07-01T15:30:36.658Z | Compiling camino-tempfile v1.4.1 |
| 2908 | 2026-07-01T15:30:36.818Z | Compiling serde_derive v1.0.228 |
| 2909 | 2026-07-01T15:30:36.818Z | Compiling thiserror-impl v1.0.69 |
| 2910 | 2026-07-01T15:30:36.821Z | Compiling zerocopy-derive v0.7.35 |
| 2911 | 2026-07-01T15:30:36.821Z | Compiling scroll_derive v0.12.1 |
| 2912 | 2026-07-01T15:30:36.822Z | Compiling thiserror-impl v2.0.18 |
| 2913 | 2026-07-01T15:30:36.822Z | Compiling clap_derive v4.6.1 |
| 2914 | 2026-07-01T15:30:36.891Z | Compiling pest_derive v2.8.6 |
| 2915 | 2026-07-01T15:30:37.566Z | Compiling scroll v0.12.0 |
| 2916 | 2026-07-01T15:30:37.693Z | Compiling zerocopy v0.7.35 |
| 2917 | 2026-07-01T15:30:37.893Z | Compiling goblin v0.8.2 |
| 2918 | 2026-07-01T15:30:37.971Z | Compiling thiserror v1.0.69 |
| 2919 | 2026-07-01T15:30:38.017Z | Compiling thiserror v2.0.18 |
| 2920 | 2026-07-01T15:30:38.094Z | Compiling dtrace-parser v0.2.0 |
| 2921 | 2026-07-01T15:30:38.562Z | Compiling clap v4.6.1 |
| 2922 | 2026-07-01T15:30:40.009Z | Compiling serde_spanned v0.6.9 |
| 2923 | 2026-07-01T15:30:40.084Z | Compiling dof v0.3.0 |
| 2924 | 2026-07-01T15:30:40.094Z | Compiling serde_tokenstream v0.2.3 |
| 2925 | 2026-07-01T15:30:40.106Z | Compiling toml_datetime v0.6.11 |
| 2926 | 2026-07-01T15:30:40.196Z | Compiling cargo_metadata v0.23.1 |
| 2927 | 2026-07-01T15:30:40.315Z | Compiling macaddr v1.0.1 |
| 2928 | 2026-07-01T15:30:40.325Z | Compiling toml_edit v0.22.27 |
| 2929 | 2026-07-01T15:30:40.798Z | Compiling usdt-attr-macro v0.5.0 |
| 2930 | 2026-07-01T15:30:40.802Z | Compiling usdt-macro v0.5.0 |
| 2931 | 2026-07-01T15:30:41.472Z | Compiling usdt v0.5.0 |
| 2932 | 2026-07-01T15:30:41.878Z | Compiling toml v0.8.23 |
| 2933 | 2026-07-01T15:30:42.326Z | Compiling cargo_toml v0.21.0 |
| 2934 | 2026-07-01T15:30:46.805Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2935 | 2026-07-01T15:30:49.843Z | Finished `release` profile [optimized] target(s) in 16.32s |
| 2936 | 2026-07-01T15:30:49.983Z | |
| 2937 | 2026-07-01T15:30:49.983Z | real 16.442898345 |
| 2938 | 2026-07-01T15:30:49.983Z | user 2:06.345623610 |
| 2939 | 2026-07-01T15:30:49.983Z | sys 14.170782071 |
| 2940 | 2026-07-01T15:30:49.983Z | trap 0.061530145 |
| 2941 | 2026-07-01T15:30:49.983Z | tflt 0.523689360 |
| 2942 | 2026-07-01T15:30:49.984Z | dflt 1.664474339 |
| 2943 | 2026-07-01T15:30:49.987Z | kflt 0.000823181 |
| 2944 | 2026-07-01T15:30:49.987Z | lock 4:32.110986873 |
| 2945 | 2026-07-01T15:30:49.987Z | slp 2:43.638203370 |
| 2946 | 2026-07-01T15:30:49.987Z | lat 3.933674266 |
| 2947 | 2026-07-01T15:30:49.987Z | stop 15.607908378 |
| 2948 | 2026-07-01T15:30:49.987Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2949 | 2026-07-01T15:30:49.987Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2950 | 2026-07-01T15:30:49.987Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2951 | 2026-07-01T15:30:49.987Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2952 | 2026-07-01T15:30:49.987Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2953 | 2026-07-01T15:30:50.869Z | Compiling progenitor-client v0.14.0 |
| 2954 | 2026-07-01T15:30:50.869Z | Compiling cpufeatures v0.3.0 |
| 2955 | 2026-07-01T15:30:50.872Z | Compiling newtype-uuid-macros v0.1.0 |
| 2956 | 2026-07-01T15:30:50.872Z | Compiling hybrid-array v0.4.10 |
| 2957 | 2026-07-01T15:30:50.872Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2958 | 2026-07-01T15:30:51.057Z | Compiling match_cfg v0.1.0 |
| 2959 | 2026-07-01T15:30:51.072Z | Compiling slog-json v2.6.1 |
| 2960 | 2026-07-01T15:30:51.075Z | Compiling structmeta-derive v0.3.0 |
| 2961 | 2026-07-01T15:30:51.075Z | Compiling multer v3.1.0 |
| 2962 | 2026-07-01T15:30:51.075Z | Compiling debug-ignore v1.0.5 |
| 2963 | 2026-07-01T15:30:51.075Z | Compiling compression-core v0.4.31 |
| 2964 | 2026-07-01T15:30:51.075Z | Compiling const-oid v0.10.2 |
| 2965 | 2026-07-01T15:30:51.095Z | Compiling atomicwrites v0.4.4 |
| 2966 | 2026-07-01T15:30:51.098Z | Compiling itertools v0.14.0 |
| 2967 | 2026-07-01T15:30:51.120Z | Compiling async-stream-impl v0.3.6 |
| 2968 | 2026-07-01T15:30:51.137Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2969 | 2026-07-01T15:30:51.151Z | Compiling serde_spanned v1.1.1 |
| 2970 | 2026-07-01T15:30:51.180Z | Compiling hostname v0.3.1 |
| 2971 | 2026-07-01T15:30:51.277Z | Compiling dropshot v0.17.1 |
| 2972 | 2026-07-01T15:30:51.317Z | Compiling compression-codecs v0.4.37 |
| 2973 | 2026-07-01T15:30:51.333Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2974 | 2026-07-01T15:30:51.336Z | Compiling rustls-pemfile v2.2.0 |
| 2975 | 2026-07-01T15:30:51.369Z | Compiling waitgroup v0.1.2 |
| 2976 | 2026-07-01T15:30:51.372Z | Compiling dropshot_endpoint v0.17.1 |
| 2977 | 2026-07-01T15:30:51.372Z | Compiling hostname v0.4.2 |
| 2978 | 2026-07-01T15:30:51.469Z | Compiling slog-bunyan v2.5.0 |
| 2979 | 2026-07-01T15:30:51.487Z | Compiling crypto-common v0.2.2 |
| 2980 | 2026-07-01T15:30:51.489Z | Compiling block-buffer v0.12.1 |
| 2981 | 2026-07-01T15:30:51.536Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2982 | 2026-07-01T15:30:51.555Z | Compiling async-compression v0.4.41 |
| 2983 | 2026-07-01T15:30:51.589Z | Compiling serde_path_to_error v0.1.20 |
| 2984 | 2026-07-01T15:30:51.592Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2985 | 2026-07-01T15:30:51.605Z | Compiling macaddr v1.0.1 |
| 2986 | 2026-07-01T15:30:51.605Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2987 | 2026-07-01T15:30:51.623Z | Compiling instant v0.1.13 |
| 2988 | 2026-07-01T15:30:51.640Z | Compiling regress v0.10.5 |
| 2989 | 2026-07-01T15:30:51.705Z | Compiling backon v1.6.0 |
| 2990 | 2026-07-01T15:30:51.772Z | Compiling backoff v0.4.0 |
| 2991 | 2026-07-01T15:30:51.815Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2992 | 2026-07-01T15:30:51.842Z | Compiling async-stream v0.3.6 |
| 2993 | 2026-07-01T15:30:51.859Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2994 | 2026-07-01T15:30:51.893Z | Compiling progenitor-extras v0.2.0 |
| 2995 | 2026-07-01T15:30:51.919Z | Compiling humantime v2.3.0 |
| 2996 | 2026-07-01T15:30:51.948Z | Compiling universal-hash v0.5.1 |
| 2997 | 2026-07-01T15:30:52.014Z | Compiling opaque-debug v0.3.1 |
| 2998 | 2026-07-01T15:30:52.014Z | Compiling regress v0.11.1 |
| 2999 | 2026-07-01T15:30:52.048Z | Compiling half v2.7.1 |
| 3000 | 2026-07-01T15:30:52.101Z | Compiling ciborium-io v0.2.2 |
| 3001 | 2026-07-01T15:30:52.186Z | Compiling crucible-workspace-hack v0.1.0 |
| 3002 | 2026-07-01T15:30:52.279Z | Compiling convert_case v0.4.0 |
| 3003 | 2026-07-01T15:30:52.279Z | Compiling digest v0.11.3 |
| 3004 | 2026-07-01T15:30:52.279Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3005 | 2026-07-01T15:30:52.286Z | Compiling aead v0.5.2 |
| 3006 | 2026-07-01T15:30:52.286Z | Compiling secrecy v0.10.3 |
| 3007 | 2026-07-01T15:30:52.286Z | Compiling structmeta v0.3.0 |
| 3008 | 2026-07-01T15:30:52.290Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3009 | 2026-07-01T15:30:52.323Z | Compiling sha1 v0.11.0 |
| 3010 | 2026-07-01T15:30:52.357Z | Compiling ciborium-ll v0.2.2 |
| 3011 | 2026-07-01T15:30:52.395Z | Compiling poly1305 v0.8.0 |
| 3012 | 2026-07-01T15:30:52.399Z | Compiling chacha20 v0.9.1 |
| 3013 | 2026-07-01T15:30:52.427Z | Compiling unsafe-libyaml v0.2.11 |
| 3014 | 2026-07-01T15:30:52.468Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3015 | 2026-07-01T15:30:52.491Z | Compiling derive-ex v0.1.8 |
| 3016 | 2026-07-01T15:30:52.527Z | Compiling parse-display-derive v0.10.0 |
| 3017 | 2026-07-01T15:30:52.546Z | Compiling ciborium v0.2.2 |
| 3018 | 2026-07-01T15:30:52.563Z | Compiling derive_more v0.99.20 |
| 3019 | 2026-07-01T15:30:52.583Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3020 | 2026-07-01T15:30:52.600Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3021 | 2026-07-01T15:30:52.616Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3022 | 2026-07-01T15:30:52.696Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3023 | 2026-07-01T15:30:52.898Z | Compiling byte-wrapper v0.1.0 |
| 3024 | 2026-07-01T15:30:52.975Z | Compiling serde_yaml v0.9.34+deprecated |
| 3025 | 2026-07-01T15:30:52.994Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3026 | 2026-07-01T15:30:53.153Z | Compiling blake2 v0.10.6 |
| 3027 | 2026-07-01T15:30:53.171Z | Compiling password-hash v0.5.0 |
| 3028 | 2026-07-01T15:30:53.171Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3029 | 2026-07-01T15:30:53.210Z | Compiling chacha20poly1305 v0.10.1 |
| 3030 | 2026-07-01T15:30:53.272Z | Compiling indent_write v2.2.0 |
| 3031 | 2026-07-01T15:30:53.290Z | Compiling heapless v0.8.0 |
| 3032 | 2026-07-01T15:30:53.388Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3033 | 2026-07-01T15:30:53.443Z | Compiling argon2 v0.5.3 |
| 3034 | 2026-07-01T15:30:53.459Z | Compiling ingot-macros v0.1.1 |
| 3035 | 2026-07-01T15:30:53.628Z | Compiling tabwriter v1.4.1 |
| 3036 | 2026-07-01T15:30:53.743Z | Compiling typify-impl v0.6.2 |
| 3037 | 2026-07-01T15:30:53.847Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3038 | 2026-07-01T15:30:53.876Z | Compiling thiserror-no-std v2.0.2 |
| 3039 | 2026-07-01T15:30:53.901Z | Compiling hash32 v0.3.1 |
| 3040 | 2026-07-01T15:30:53.991Z | Compiling vsss-rs v3.3.4 |
| 3041 | 2026-07-01T15:30:54.082Z | Compiling proc-macro-crate v3.4.0 |
| 3042 | 2026-07-01T15:30:54.146Z | Compiling smoltcp v0.11.0 |
| 3043 | 2026-07-01T15:30:54.288Z | Compiling test-strategy v0.4.5 |
| 3044 | 2026-07-01T15:30:54.338Z | Compiling parse-display v0.10.0 |
| 3045 | 2026-07-01T15:30:54.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3046 | 2026-07-01T15:30:54.568Z | Compiling cobs v0.3.0 |
| 3047 | 2026-07-01T15:30:54.659Z | Compiling colored v3.1.1 |
| 3048 | 2026-07-01T15:30:54.679Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3049 | 2026-07-01T15:30:54.695Z | Compiling num_enum_derive v0.7.6 |
| 3050 | 2026-07-01T15:30:54.755Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3051 | 2026-07-01T15:30:54.822Z | Compiling postcard v1.1.3 |
| 3052 | 2026-07-01T15:30:54.882Z | Compiling proc-macro-error v1.0.4 |
| 3053 | 2026-07-01T15:30:54.974Z | Compiling proc-macro-crate v1.3.1 |
| 3054 | 2026-07-01T15:30:54.991Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3055 | 2026-07-01T15:30:55.052Z | Compiling foreign-types-macros v0.2.3 |
| 3056 | 2026-07-01T15:30:55.154Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3057 | 2026-07-01T15:30:55.195Z | Compiling rayon-core v1.13.0 |
| 3058 | 2026-07-01T15:30:55.261Z | Compiling foreign-types-shared v0.3.1 |
| 3059 | 2026-07-01T15:30:55.278Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3060 | 2026-07-01T15:30:55.380Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3061 | 2026-07-01T15:30:55.450Z | Compiling num_enum_derive v0.5.11 |
| 3062 | 2026-07-01T15:30:55.499Z | Compiling chacha20 v0.10.0 |
| 3063 | 2026-07-01T15:30:55.502Z | Compiling crossbeam-deque v0.8.6 |
| 3064 | 2026-07-01T15:30:55.561Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3065 | 2026-07-01T15:30:55.603Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3066 | 2026-07-01T15:30:55.634Z | Compiling cstr-argument v0.1.2 |
| 3067 | 2026-07-01T15:30:55.656Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3068 | 2026-07-01T15:30:55.745Z | Compiling foreign-types v0.5.0 |
| 3069 | 2026-07-01T15:30:55.821Z | Compiling rand v0.10.0 |
| 3070 | 2026-07-01T15:30:55.850Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3071 | 2026-07-01T15:30:55.868Z | Compiling num_enum v0.7.6 |
| 3072 | 2026-07-01T15:30:55.887Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3073 | 2026-07-01T15:30:55.929Z | Compiling zone_cfg_derive v0.3.1 |
| 3074 | 2026-07-01T15:30:55.945Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3075 | 2026-07-01T15:30:56.023Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3076 | 2026-07-01T15:30:56.068Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3077 | 2026-07-01T15:30:56.130Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3078 | 2026-07-01T15:30:56.147Z | Compiling rayon v1.11.0 |
| 3079 | 2026-07-01T15:30:56.223Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3080 | 2026-07-01T15:30:56.263Z | Compiling itertools v0.12.1 |
| 3081 | 2026-07-01T15:30:56.287Z | Compiling num-derive v0.4.2 |
| 3082 | 2026-07-01T15:30:56.287Z | Compiling sigpipe v0.1.3 |
| 3083 | 2026-07-01T15:30:56.423Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3084 | 2026-07-01T15:30:56.472Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3085 | 2026-07-01T15:30:56.492Z | Compiling ingot-types v0.1.2 |
| 3086 | 2026-07-01T15:30:56.509Z | Compiling glob v0.3.3 |
| 3087 | 2026-07-01T15:30:56.575Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3088 | 2026-07-01T15:30:56.595Z | Compiling num_enum v0.5.11 |
| 3089 | 2026-07-01T15:30:56.656Z | Compiling smf v0.2.3 |
| 3090 | 2026-07-01T15:30:56.715Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3091 | 2026-07-01T15:30:56.771Z | Compiling whoami v1.6.1 |
| 3092 | 2026-07-01T15:30:56.794Z | Compiling usdt-attr-macro v0.5.0 |
| 3093 | 2026-07-01T15:30:56.825Z | Compiling usdt-macro v0.5.0 |
| 3094 | 2026-07-01T15:30:56.866Z | Compiling gethostname v0.5.0 |
| 3095 | 2026-07-01T15:30:56.944Z | Compiling ingot v0.1.1 |
| 3096 | 2026-07-01T15:30:57.016Z | Compiling num-rational v0.4.2 |
| 3097 | 2026-07-01T15:30:57.062Z | Compiling num-complex v0.4.6 |
| 3098 | 2026-07-01T15:30:57.099Z | Compiling memmap v0.7.0 |
| 3099 | 2026-07-01T15:30:57.245Z | Compiling derive-where v1.6.0 |
| 3100 | 2026-07-01T15:30:57.266Z | Compiling float-ord v0.3.2 |
| 3101 | 2026-07-01T15:30:57.334Z | Compiling toml v0.8.23 |
| 3102 | 2026-07-01T15:30:57.353Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3103 | 2026-07-01T15:30:57.417Z | Compiling resolv-conf v0.7.6 |
| 3104 | 2026-07-01T15:30:57.512Z | Compiling zone v0.3.1 |
| 3105 | 2026-07-01T15:30:57.590Z | Compiling num v0.4.3 |
| 3106 | 2026-07-01T15:30:57.651Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3107 | 2026-07-01T15:30:57.654Z | Compiling owo-colors v4.3.0 |
| 3108 | 2026-07-01T15:30:57.687Z | Compiling cancel-safe-futures v0.1.5 |
| 3109 | 2026-07-01T15:30:57.705Z | Compiling usdt v0.5.0 |
| 3110 | 2026-07-01T15:30:57.769Z | Compiling libsw-core v0.3.2 |
| 3111 | 2026-07-01T15:30:57.805Z | Compiling prettyplease v0.2.37 |
| 3112 | 2026-07-01T15:30:57.822Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3113 | 2026-07-01T15:30:57.974Z | Compiling libsw v3.5.0 |
| 3114 | 2026-07-01T15:30:58.018Z | Compiling console v0.15.11 |
| 3115 | 2026-07-01T15:30:58.024Z | Compiling hickory-proto v0.24.4 |
| 3116 | 2026-07-01T15:30:58.050Z | Compiling newline-converter v0.3.0 |
| 3117 | 2026-07-01T15:30:58.102Z | Compiling linear-map v1.2.0 |
| 3118 | 2026-07-01T15:30:58.125Z | Compiling linked-hash-map v0.5.6 |
| 3119 | 2026-07-01T15:30:58.178Z | Compiling libefi-sys v0.1.0 |
| 3120 | 2026-07-01T15:30:58.231Z | Compiling git-stub v1.0.0 |
| 3121 | 2026-07-01T15:30:58.323Z | Compiling lru-cache v0.1.2 |
| 3122 | 2026-07-01T15:30:58.340Z | Compiling bitfield-struct v0.6.2 |
| 3123 | 2026-07-01T15:30:58.357Z | Compiling expectorate v1.2.0 |
| 3124 | 2026-07-01T15:30:58.440Z | Compiling nom v8.0.0 |
| 3125 | 2026-07-01T15:30:58.458Z | Compiling semver v0.1.20 |
| 3126 | 2026-07-01T15:30:58.477Z | Compiling typify-macro v0.6.2 |
| 3127 | 2026-07-01T15:30:58.522Z | Compiling git-stub-vcs v0.1.0 |
| 3128 | 2026-07-01T15:30:58.545Z | Compiling tokio-dtrace v0.1.1 |
| 3129 | 2026-07-01T15:30:58.647Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3130 | 2026-07-01T15:30:58.684Z | Compiling rustc_version v0.1.7 |
| 3131 | 2026-07-01T15:30:58.719Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3132 | 2026-07-01T15:30:58.780Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3133 | 2026-07-01T15:30:58.849Z | Compiling slog-dtrace v0.3.0 |
| 3134 | 2026-07-01T15:30:58.917Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3135 | 2026-07-01T15:30:58.920Z | Compiling minimal-lexical v0.2.1 |
| 3136 | 2026-07-01T15:30:58.950Z | Compiling oxide-tokio-rt v0.1.4 |
| 3137 | 2026-07-01T15:30:58.953Z | Compiling newtype_derive v0.1.6 |
| 3138 | 2026-07-01T15:30:58.999Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3139 | 2026-07-01T15:30:59.022Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3140 | 2026-07-01T15:30:59.068Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3141 | 2026-07-01T15:30:59.099Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3142 | 2026-07-01T15:30:59.179Z | Compiling nom v7.1.3 |
| 3143 | 2026-07-01T15:30:59.221Z | Compiling phf_shared v0.12.1 |
| 3144 | 2026-07-01T15:30:59.224Z | Compiling csv-core v0.1.13 |
| 3145 | 2026-07-01T15:30:59.256Z | Compiling chrono-tz v0.10.4 |
| 3146 | 2026-07-01T15:30:59.279Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3147 | 2026-07-01T15:30:59.381Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3148 | 2026-07-01T15:30:59.400Z | Compiling unicode-xid v0.2.6 |
| 3149 | 2026-07-01T15:30:59.417Z | Compiling highway v1.3.0 |
| 3150 | 2026-07-01T15:30:59.435Z | Compiling xshell-macros v0.2.7 |
| 3151 | 2026-07-01T15:30:59.504Z | Compiling csv v1.4.0 |
| 3152 | 2026-07-01T15:30:59.524Z | Compiling phf v0.12.1 |
| 3153 | 2026-07-01T15:30:59.553Z | Compiling const_format_proc_macros v0.2.34 |
| 3154 | 2026-07-01T15:30:59.818Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3155 | 2026-07-01T15:30:59.821Z | Compiling primeorder v0.13.6 |
| 3156 | 2026-07-01T15:30:59.896Z | Compiling xshell v0.2.7 |
| 3157 | 2026-07-01T15:31:00.009Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3158 | 2026-07-01T15:31:00.077Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3159 | 2026-07-01T15:31:00.153Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3160 | 2026-07-01T15:31:00.216Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3161 | 2026-07-01T15:31:00.338Z | Compiling typify v0.6.2 |
| 3162 | 2026-07-01T15:31:00.468Z | Compiling progenitor-impl v0.14.0 |
| 3163 | 2026-07-01T15:31:00.484Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3164 | 2026-07-01T15:31:00.524Z | Compiling hickory-resolver v0.24.4 |
| 3165 | 2026-07-01T15:31:00.543Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3166 | 2026-07-01T15:31:00.546Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3167 | 2026-07-01T15:31:00.622Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3168 | 2026-07-01T15:31:00.858Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3169 | 2026-07-01T15:31:00.937Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3170 | 2026-07-01T15:31:01.043Z | Compiling const_format v0.2.35 |
| 3171 | 2026-07-01T15:31:01.185Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3172 | 2026-07-01T15:31:01.231Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3173 | 2026-07-01T15:31:01.362Z | Compiling tabled_derive v0.7.0 |
| 3174 | 2026-07-01T15:31:01.380Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3175 | 2026-07-01T15:31:01.408Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3176 | 2026-07-01T15:31:01.482Z | Compiling bcs v0.1.6 |
| 3177 | 2026-07-01T15:31:01.602Z | Compiling qorb v0.4.1 |
| 3178 | 2026-07-01T15:31:01.846Z | Compiling termtree v0.5.1 |
| 3179 | 2026-07-01T15:31:01.916Z | Compiling salty v0.3.0 |
| 3180 | 2026-07-01T15:31:02.039Z | Compiling tagptr v0.2.0 |
| 3181 | 2026-07-01T15:31:02.221Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3182 | 2026-07-01T15:31:02.226Z | Compiling textwrap v0.16.2 |
| 3183 | 2026-07-01T15:31:02.284Z | Compiling moka v0.12.13 |
| 3184 | 2026-07-01T15:31:02.378Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3185 | 2026-07-01T15:31:02.402Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3186 | 2026-07-01T15:31:02.419Z | Compiling tabled v0.15.0 |
| 3187 | 2026-07-01T15:31:02.486Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3188 | 2026-07-01T15:31:02.550Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3189 | 2026-07-01T15:31:02.604Z | Compiling steno v0.4.1 |
| 3190 | 2026-07-01T15:31:02.656Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3191 | 2026-07-01T15:31:02.752Z | Compiling radium v0.7.0 |
| 3192 | 2026-07-01T15:31:02.830Z | Compiling base64 v0.21.7 |
| 3193 | 2026-07-01T15:31:03.099Z | Compiling hickory-resolver v0.25.2 |
| 3194 | 2026-07-01T15:31:03.133Z | Compiling p384 v0.13.1 |
| 3195 | 2026-07-01T15:31:03.202Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3196 | 2026-07-01T15:31:03.263Z | Compiling progenitor-macro v0.14.0 |
| 3197 | 2026-07-01T15:31:03.283Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3198 | 2026-07-01T15:31:03.292Z | Compiling tap v1.0.1 |
| 3199 | 2026-07-01T15:31:03.316Z | Compiling maybe-uninit v2.0.0 |
| 3200 | 2026-07-01T15:31:03.432Z | Compiling wyz v0.5.1 |
| 3201 | 2026-07-01T15:31:03.715Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3202 | 2026-07-01T15:31:03.733Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3203 | 2026-07-01T15:31:03.751Z | Compiling parking_lot_core v0.8.6 |
| 3204 | 2026-07-01T15:31:03.784Z | Compiling packed_struct v0.10.1 |
| 3205 | 2026-07-01T15:31:03.909Z | Compiling funty v2.0.0 |
| 3206 | 2026-07-01T15:31:03.998Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3207 | 2026-07-01T15:31:04.072Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3208 | 2026-07-01T15:31:04.104Z | Compiling utf-8 v0.7.6 |
| 3209 | 2026-07-01T15:31:04.207Z | Compiling proc-macro-error2 v2.0.1 |
| 3210 | 2026-07-01T15:31:04.253Z | Compiling tungstenite v0.21.0 |
| 3211 | 2026-07-01T15:31:04.298Z | Compiling bitvec v1.0.1 |
| 3212 | 2026-07-01T15:31:04.330Z | Compiling polyval v0.6.2 |
| 3213 | 2026-07-01T15:31:04.351Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3214 | 2026-07-01T15:31:04.543Z | Compiling packed_struct_codegen v0.10.1 |
| 3215 | 2026-07-01T15:31:04.560Z | Compiling num-derive v0.3.3 |
| 3216 | 2026-07-01T15:31:04.587Z | Compiling zerocopy-derive v0.6.6 |
| 3217 | 2026-07-01T15:31:04.859Z | Compiling bitfield-macros v0.19.4 |
| 3218 | 2026-07-01T15:31:05.064Z | Compiling indexmap v1.9.3 |
| 3219 | 2026-07-01T15:31:05.081Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3220 | 2026-07-01T15:31:05.157Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3221 | 2026-07-01T15:31:05.174Z | Compiling crc-catalog v2.4.0 |
| 3222 | 2026-07-01T15:31:05.177Z | Compiling nodrop v0.1.14 |
| 3223 | 2026-07-01T15:31:05.232Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3224 | 2026-07-01T15:31:05.330Z | Compiling array-init v0.0.4 |
| 3225 | 2026-07-01T15:31:05.334Z | Compiling crc v3.4.0 |
| 3226 | 2026-07-01T15:31:05.401Z | Compiling tokio-tungstenite v0.21.0 |
| 3227 | 2026-07-01T15:31:05.416Z | Compiling tabled_derive v0.11.0 |
| 3228 | 2026-07-01T15:31:05.461Z | Compiling ghash v0.5.1 |
| 3229 | 2026-07-01T15:31:05.538Z | Compiling zerocopy v0.6.6 |
| 3230 | 2026-07-01T15:31:05.575Z | Compiling libscf-sys v1.1.0 |
| 3231 | 2026-07-01T15:31:05.626Z | Compiling smallvec v0.6.14 |
| 3232 | 2026-07-01T15:31:05.704Z | Compiling bitfield v0.19.4 |
| 3233 | 2026-07-01T15:31:05.724Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3234 | 2026-07-01T15:31:05.752Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3235 | 2026-07-01T15:31:05.770Z | Compiling progenitor-impl v0.13.0 |
| 3236 | 2026-07-01T15:31:05.831Z | Compiling papergrid v0.17.0 |
| 3237 | 2026-07-01T15:31:05.852Z | Compiling testing_table v0.3.0 |
| 3238 | 2026-07-01T15:31:05.872Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3239 | 2026-07-01T15:31:05.890Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3240 | 2026-07-01T15:31:05.907Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3241 | 2026-07-01T15:31:06.033Z | Compiling ctr v0.9.2 |
| 3242 | 2026-07-01T15:31:06.051Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3243 | 2026-07-01T15:31:06.051Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3244 | 2026-07-01T15:31:06.085Z | Compiling unicase v2.9.0 |
| 3245 | 2026-07-01T15:31:06.177Z | Compiling corncobs v0.1.4 |
| 3246 | 2026-07-01T15:31:06.279Z | Compiling hashbrown v0.12.3 |
| 3247 | 2026-07-01T15:31:06.296Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3248 | 2026-07-01T15:31:06.333Z | Compiling mime_guess v2.0.5 |
| 3249 | 2026-07-01T15:31:06.380Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3250 | 2026-07-01T15:31:06.397Z | Compiling aes-gcm v0.10.3 |
| 3251 | 2026-07-01T15:31:06.438Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3252 | 2026-07-01T15:31:06.555Z | Compiling parking_lot v0.11.2 |
| 3253 | 2026-07-01T15:31:06.630Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3254 | 2026-07-01T15:31:06.703Z | Compiling serde-hex v0.1.0 |
| 3255 | 2026-07-01T15:31:06.813Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3256 | 2026-07-01T15:31:06.830Z | Compiling tabled v0.20.0 |
| 3257 | 2026-07-01T15:31:06.964Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3258 | 2026-07-01T15:31:06.981Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3259 | 2026-07-01T15:31:07.064Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3260 | 2026-07-01T15:31:07.180Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3261 | 2026-07-01T15:31:07.233Z | Compiling ron v0.8.1 |
| 3262 | 2026-07-01T15:31:07.347Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3263 | 2026-07-01T15:31:07.381Z | Compiling hashbrown v0.13.2 |
| 3264 | 2026-07-01T15:31:07.502Z | Compiling progenitor-client v0.13.0 |
| 3265 | 2026-07-01T15:31:07.609Z | Compiling blowfish v0.9.1 |
| 3266 | 2026-07-01T15:31:07.859Z | Compiling prefix-trie v0.7.0 |
| 3267 | 2026-07-01T15:31:07.862Z | Compiling ssh-encoding v0.2.0 |
| 3268 | 2026-07-01T15:31:07.898Z | Compiling fxhash v0.2.1 |
| 3269 | 2026-07-01T15:31:07.917Z | Compiling secrecy v0.8.0 |
| 3270 | 2026-07-01T15:31:08.069Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3271 | 2026-07-01T15:31:08.106Z | Compiling crc-any v2.5.0 |
| 3272 | 2026-07-01T15:31:08.177Z | Compiling ssh-cipher v0.2.0 |
| 3273 | 2026-07-01T15:31:08.246Z | Compiling hickory-server v0.25.2 |
| 3274 | 2026-07-01T15:31:08.357Z | Compiling sled v0.34.7 |
| 3275 | 2026-07-01T15:31:08.376Z | Compiling progenitor v0.14.0 |
| 3276 | 2026-07-01T15:31:08.380Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3277 | 2026-07-01T15:31:08.450Z | Compiling object v0.30.4 |
| 3278 | 2026-07-01T15:31:08.496Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3279 | 2026-07-01T15:31:08.513Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3280 | 2026-07-01T15:31:08.542Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3281 | 2026-07-01T15:31:08.799Z | Compiling progenitor-macro v0.13.0 |
| 3282 | 2026-07-01T15:31:08.860Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3283 | 2026-07-01T15:31:08.882Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3284 | 2026-07-01T15:31:08.914Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3285 | 2026-07-01T15:31:09.257Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3286 | 2026-07-01T15:31:09.337Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3287 | 2026-07-01T15:31:09.519Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3288 | 2026-07-01T15:31:09.591Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3289 | 2026-07-01T15:31:09.607Z | Compiling password-hash v0.4.2 |
| 3290 | 2026-07-01T15:31:09.668Z | Compiling half v1.8.3 |
| 3291 | 2026-07-01T15:31:09.978Z | Compiling crc8 v0.1.1 |
| 3292 | 2026-07-01T15:31:10.044Z | Compiling http-range v0.1.5 |
| 3293 | 2026-07-01T15:31:10.073Z | Compiling path-slash v0.1.5 |
| 3294 | 2026-07-01T15:31:10.163Z | Compiling serde_cbor v0.11.2 |
| 3295 | 2026-07-01T15:31:10.313Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3296 | 2026-07-01T15:31:10.383Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3297 | 2026-07-01T15:31:10.876Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-07-01T15:31:11.384Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3299 | 2026-07-01T15:31:11.410Z | Compiling pbkdf2 v0.11.0 |
| 3300 | 2026-07-01T15:31:11.527Z | Compiling illumos-nvpair v0.3.0 |
| 3301 | 2026-07-01T15:31:11.569Z | Compiling ssh-key v0.6.7 |
| 3302 | 2026-07-01T15:31:11.658Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3303 | 2026-07-01T15:31:11.676Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3304 | 2026-07-01T15:31:11.897Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3305 | 2026-07-01T15:31:12.080Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3306 | 2026-07-01T15:31:12.140Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3307 | 2026-07-01T15:31:12.211Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3308 | 2026-07-01T15:31:12.232Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3309 | 2026-07-01T15:31:12.249Z | Compiling p256 v0.13.2 |
| 3310 | 2026-07-01T15:31:12.617Z | Compiling p521 v0.13.3 |
| 3311 | 2026-07-01T15:31:12.641Z | Compiling yasna v0.5.2 |
| 3312 | 2026-07-01T15:31:12.660Z | Compiling kstat-rs v0.2.4 |
| 3313 | 2026-07-01T15:31:12.663Z | Compiling headers-core v0.3.0 |
| 3314 | 2026-07-01T15:31:12.822Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3315 | 2026-07-01T15:31:12.843Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3316 | 2026-07-01T15:31:13.007Z | Compiling nanorand v0.7.0 |
| 3317 | 2026-07-01T15:31:13.027Z | Compiling atty v0.2.14 |
| 3318 | 2026-07-01T15:31:13.087Z | Compiling russh-cryptovec v0.7.3 |
| 3319 | 2026-07-01T15:31:13.178Z | Compiling home v0.5.12 |
| 3320 | 2026-07-01T15:31:13.310Z | Compiling md5 v0.7.0 |
| 3321 | 2026-07-01T15:31:13.337Z | Compiling flume v0.11.1 |
| 3322 | 2026-07-01T15:31:13.340Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3323 | 2026-07-01T15:31:13.373Z | Compiling rcgen v0.12.1 |
| 3324 | 2026-07-01T15:31:13.394Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3325 | 2026-07-01T15:31:13.397Z | Compiling headers v0.4.1 |
| 3326 | 2026-07-01T15:31:13.612Z | Compiling russh-keys v0.45.0 |
| 3327 | 2026-07-01T15:31:13.629Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3328 | 2026-07-01T15:31:13.678Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3329 | 2026-07-01T15:31:13.720Z | Compiling hyper-staticfile v0.10.1 |
| 3330 | 2026-07-01T15:31:13.868Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3331 | 2026-07-01T15:31:13.903Z | Compiling progenitor v0.13.0 |
| 3332 | 2026-07-01T15:31:14.017Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3333 | 2026-07-01T15:31:14.091Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3334 | 2026-07-01T15:31:14.209Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3335 | 2026-07-01T15:31:14.250Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3336 | 2026-07-01T15:31:14.269Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3337 | 2026-07-01T15:31:14.287Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3338 | 2026-07-01T15:31:14.304Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3339 | 2026-07-01T15:31:14.555Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3340 | 2026-07-01T15:31:14.650Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3341 | 2026-07-01T15:31:14.688Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3342 | 2026-07-01T15:31:14.705Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3343 | 2026-07-01T15:31:14.776Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3344 | 2026-07-01T15:31:14.930Z | Compiling num-bigint v0.4.6 |
| 3345 | 2026-07-01T15:31:14.955Z | Compiling des v0.8.1 |
| 3346 | 2026-07-01T15:31:14.982Z | Compiling subprocess v0.2.15 |
| 3347 | 2026-07-01T15:31:15.001Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3348 | 2026-07-01T15:31:15.004Z | Compiling hex-literal v0.4.1 |
| 3349 | 2026-07-01T15:31:15.019Z | Compiling display-error-chain v0.2.2 |
| 3350 | 2026-07-01T15:31:15.176Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3351 | 2026-07-01T15:31:15.216Z | Compiling colored v2.2.0 |
| 3352 | 2026-07-01T15:31:15.219Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3353 | 2026-07-01T15:31:15.262Z | Compiling socket2 v0.5.10 |
| 3354 | 2026-07-01T15:31:15.394Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3355 | 2026-07-01T15:31:15.474Z | Compiling internet-checksum v0.2.1 |
| 3356 | 2026-07-01T15:31:15.504Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3357 | 2026-07-01T15:31:16.212Z | Compiling russh v0.45.0 |
| 3358 | 2026-07-01T15:31:16.291Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3359 | 2026-07-01T15:31:17.291Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3360 | 2026-07-01T15:31:17.291Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3361 | 2026-07-01T15:31:19.760Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3362 | 2026-07-01T15:31:20.426Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3363 | 2026-07-01T15:31:20.847Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3364 | 2026-07-01T15:31:20.892Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3365 | 2026-07-01T15:31:22.987Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3366 | 2026-07-01T15:31:31.424Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3367 | 2026-07-01T15:31:31.424Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3368 | 2026-07-01T15:31:31.424Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3369 | 2026-07-01T15:31:31.427Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3370 | 2026-07-01T15:31:33.176Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3371 | 2026-07-01T15:31:33.345Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3372 | 2026-07-01T15:31:37.452Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3373 | 2026-07-01T15:32:17.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3374 | 2026-07-01T15:32:17.817Z | |
| 3375 | 2026-07-01T15:32:17.817Z | real 1:27.770650608 |
| 3376 | 2026-07-01T15:32:17.817Z | user 8:05.236487039 |
| 3377 | 2026-07-01T15:32:17.817Z | sys 1:38.683681091 |
| 3378 | 2026-07-01T15:32:17.817Z | trap 0.237904015 |
| 3379 | 2026-07-01T15:32:17.817Z | tflt 0.322657713 |
| 3380 | 2026-07-01T15:32:17.821Z | dflt 1.684177364 |
| 3381 | 2026-07-01T15:32:17.821Z | kflt 0.006655532 |
| 3382 | 2026-07-01T15:32:17.821Z | lock 27:11.263770937 |
| 3383 | 2026-07-01T15:32:17.822Z | slp 18:16.204079671 |
| 3384 | 2026-07-01T15:32:17.822Z | lat 37.535838175 |
| 3385 | 2026-07-01T15:32:17.822Z | stop 2:39.400439009 |
| 3386 | 2026-07-01T15:32:17.822Z | + mkdir tests |
| 3387 | 2026-07-01T15:32:17.822Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3388 | 2026-07-01T15:32:17.825Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3389 | 2026-07-01T15:32:17.845Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2418a96003d56dd tests/ |
| 3390 | 2026-07-01T15:32:17.874Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2f9b05eaa7f9fa43 tests/ |
| 3391 | 2026-07-01T15:32:17.905Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5cb70ea80f2c657e tests/ |
| 3392 | 2026-07-01T15:32:17.935Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4286466062a8d251 tests/ |
| 3393 | 2026-07-01T15:32:18.277Z | + 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) |
| 3394 | 2026-07-01T15:32:18.280Z | + 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-2f9b05eaa7f9fa43 tests/commtest-5cb70ea80f2c657e tests/dhcp_server-f2418a96003d56dd tests/end_to_end_tests-4286466062a8d251 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 |
| 3395 | 2026-07-01T15:33:37.522Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3396 | 2026-07-01T15:33:37.522Z | a .github/buildomat/ci-env.sh 1K |
| 3397 | 2026-07-01T15:33:37.522Z | a out/target/test 1K |
| 3398 | 2026-07-01T15:33:37.522Z | a out/npuzone/npuzone 27402K |
| 3399 | 2026-07-01T15:33:37.522Z | a package-manifest.toml 35K |
| 3400 | 2026-07-01T15:33:37.522Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3401 | 2026-07-01T15:33:37.522Z | a target/release/omicron-package 40865K |
| 3402 | 2026-07-01T15:33:37.522Z | a target/release/xtask 10412K |
| 3403 | 2026-07-01T15:33:37.522Z | a target/debug/bootstrap 349063K |
| 3404 | 2026-07-01T15:33:37.522Z | a tests/bootstrap-2f9b05eaa7f9fa43 31974K |
| 3405 | 2026-07-01T15:33:37.522Z | a tests/commtest-5cb70ea80f2c657e 33328K |
| 3406 | 2026-07-01T15:33:37.522Z | a tests/dhcp_server-f2418a96003d56dd 31974K |
| 3407 | 2026-07-01T15:33:37.522Z | a tests/end_to_end_tests-4286466062a8d251 391208K |
| 3408 | 2026-07-01T15:33:37.522Z | a tools/opte_version 1K |
| 3409 | 2026-07-01T15:33:37.522Z | a tools/opte_version_override 2K |
| 3410 | 2026-07-01T15:33:37.522Z | a out/clickhouse.tar.gz 308418K |
| 3411 | 2026-07-01T15:33:37.522Z | a out/clickhouse_keeper.tar.gz 294902K |
| 3412 | 2026-07-01T15:33:37.522Z | a out/clickhouse_server.tar.gz 308415K |
| 3413 | 2026-07-01T15:33:37.522Z | a out/cockroachdb.tar.gz 158672K |
| 3414 | 2026-07-01T15:33:37.522Z | a out/crucible-pantry-zone.tar.gz 37402K |
| 3415 | 2026-07-01T15:33:37.522Z | a out/crucible-utils.tar 18900K |
| 3416 | 2026-07-01T15:33:37.523Z | a out/crucible-zone.tar.gz 52097K |
| 3417 | 2026-07-01T15:33:37.523Z | a out/external-dns.tar.gz 43177K |
| 3418 | 2026-07-01T15:33:37.523Z | a out/internal-dns.tar.gz 43176K |
| 3419 | 2026-07-01T15:33:37.523Z | a out/mg-ddm-gz.tar 97917K |
| 3420 | 2026-07-01T15:33:37.523Z | a out/nexus.tar.gz 269658K |
| 3421 | 2026-07-01T15:33:37.523Z | a out/ntp.tar.gz 26540K |
| 3422 | 2026-07-01T15:33:37.523Z | a out/omicron-gateway-softnpu.tar.gz 28322K |
| 3423 | 2026-07-01T15:33:37.523Z | a out/omicron-sled-agent.tar 194237K |
| 3424 | 2026-07-01T15:33:37.523Z | a out/overlay.tar.gz 3K |
| 3425 | 2026-07-01T15:33:37.523Z | a out/oximeter.tar.gz 59181K |
| 3426 | 2026-07-01T15:33:37.523Z | a out/oxlog.tar 3808K |
| 3427 | 2026-07-01T15:33:37.523Z | a out/probe.tar.gz 3037K |
| 3428 | 2026-07-01T15:33:37.523Z | a out/propolis-server.tar.gz 34372K |
| 3429 | 2026-07-01T15:33:37.523Z | a out/pumpkind-gz.tar 26647K |
| 3430 | 2026-07-01T15:33:37.524Z | a out/switch-softnpu.tar.gz 444278K |
| 3431 | 2026-07-01T15:33:37.527Z | |
| 3432 | 2026-07-01T15:33:37.527Z | real 1:19.240792955 |
| 3433 | 2026-07-01T15:33:37.527Z | user 1:16.648182159 |
| 3434 | 2026-07-01T15:33:37.527Z | sys 4.331509610 |
| 3435 | 2026-07-01T15:33:37.527Z | trap 0.006279502 |
| 3436 | 2026-07-01T15:33:37.527Z | tflt 0.000000000 |
| 3437 | 2026-07-01T15:33:37.527Z | dflt 0.000000000 |
| 3438 | 2026-07-01T15:33:37.527Z | kflt 0.000000000 |
| 3439 | 2026-07-01T15:33:37.527Z | lock 0.000000000 |
| 3440 | 2026-07-01T15:33:37.527Z | slp 1:16.573599226 |
| 3441 | 2026-07-01T15:33:37.527Z | lat 0.916497315 |
| 3442 | 2026-07-01T15:33:37.527Z | stop 0.000525590 |
| 3443 | 2026-07-01T15:33:37.527Z | process exited: duration 985722 ms, exit code 0 |
| |
| 3444 | 2026-07-01T15:33:37.541Z | found 1 output files |
| 3445 | 2026-07-01T15:33:37.590Z | uploading: /work/package.tar.gz (2447597301 bytes) |
| 3446 | 2026-07-01T15:34:09.838Z | uploaded: /work/package.tar.gz |