|
|
|
| 1 | 2026-07-23T01:46:03.132Z | job assigned to worker 01KY6AC21R0NG489R7R39GANY8 [factory aws, i-09257c243b6ae39b9] (queued for 53 s) |
| |
| 2 | 2026-07-23T01:46:10.552Z | starting task 0: "setup" |
| 3 | 2026-07-23T01:46:10.559Z | ++ uname -s |
| 4 | 2026-07-23T01:46:10.562Z | + kern=SunOS |
| 5 | 2026-07-23T01:46:10.562Z | + build_user=build |
| 6 | 2026-07-23T01:46:10.562Z | + build_uid=12345 |
| 7 | 2026-07-23T01:46:10.562Z | + work_dir=/work |
| 8 | 2026-07-23T01:46:10.562Z | + input_dir=/input |
| 9 | 2026-07-23T01:46:10.562Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-23T01:46:10.562Z | + case "$kern" in |
| 11 | 2026-07-23T01:46:10.562Z | + groupadd -g 12345 build |
| 12 | 2026-07-23T01:46:10.565Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-23T01:46:12.575Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-23T01:46:12.655Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-23T01:46:12.659Z | + home_fs=zfs |
| 16 | 2026-07-23T01:46:12.659Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-23T01:46:12.659Z | + mkdir -p /home/build |
| 18 | 2026-07-23T01:46:12.689Z | + chown build:build /home/build /work |
| 19 | 2026-07-23T01:46:14.661Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-23T01:46:14.665Z | process exited: duration 4111 ms, exit code 0 |
| |
| 21 | 2026-07-23T01:46:14.670Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-23T01:46:14.676Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-23T01:46:14.676Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-23T01:46:14.676Z | * rust toolchain profile = "default" |
| 25 | 2026-07-23T01:46:14.676Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-23T01:46:14.676Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-23T01:46:14.676Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-23T01:46:14.680Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-23T01:46:14.680Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-23T01:46:14.786Z | info: downloading installer |
| 31 | 2026-07-23T01:46:16.266Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-23T01:46:16.266Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-23T01:46:16.266Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-23T01:46:16.266Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-23T01:46:16.278Z | info: profile set to default |
| 36 | 2026-07-23T01:46:16.278Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-23T01:46:16.281Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-23T01:46:16.440Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-23T01:46:16.444Z | info: downloading 6 components |
| 40 | 2026-07-23T01:46:31.818Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-23T01:46:31.818Z | |
| 42 | 2026-07-23T01:46:31.848Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-23T01:46:31.848Z | |
| 44 | 2026-07-23T01:46:31.848Z | |
| 45 | 2026-07-23T01:46:31.848Z | Rust is installed now. Great! |
| 46 | 2026-07-23T01:46:31.848Z | |
| 47 | 2026-07-23T01:46:31.849Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-23T01:46:31.849Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-23T01:46:31.849Z | |
| 50 | 2026-07-23T01:46:31.849Z | To configure your current shell, you need to source |
| 51 | 2026-07-23T01:46:31.849Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-23T01:46:31.849Z | |
| 53 | 2026-07-23T01:46:31.849Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-23T01:46:31.856Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-23T01:46:31.856Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-23T01:46:31.856Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-23T01:46:31.856Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-23T01:46:31.856Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-23T01:46:31.856Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-23T01:46:31.856Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-23T01:46:31.856Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-23T01:46:31.952Z | + rustup --version |
| 63 | 2026-07-23T01:46:31.973Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-23T01:46:31.980Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-23T01:46:31.986Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-23T01:46:31.987Z | + cargo --version |
| 67 | 2026-07-23T01:46:32.001Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-23T01:46:32.008Z | + rustc --version |
| 69 | 2026-07-23T01:46:32.019Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-23T01:46:32.027Z | process exited: duration 17346 ms, exit code 0 |
| |
| 71 | 2026-07-23T01:46:32.040Z | starting task 2: "authentication" |
| 72 | 2026-07-23T01:46:32.058Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-07-23T01:46:32.069Z | starting task 3: "clone repository" |
| 74 | 2026-07-23T01:46:32.074Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-23T01:46:32.078Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-23T01:46:32.124Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-23T01:46:41.569Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-23T01:46:41.570Z | + git fetch origin ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 |
| 79 | 2026-07-23T01:46:41.827Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-23T01:46:41.827Z | * branch ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 -> FETCH_HEAD |
| 81 | 2026-07-23T01:46:41.839Z | + [[ -n users_and_groups_endpoints ]] |
| 82 | 2026-07-23T01:46:41.843Z | ++ git branch --show-current |
| 83 | 2026-07-23T01:46:41.843Z | + current=main |
| 84 | 2026-07-23T01:46:41.843Z | + [[ main != users_and_groups_endpoints ]] |
| 85 | 2026-07-23T01:46:41.843Z | + git branch -f users_and_groups_endpoints ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 |
| 86 | 2026-07-23T01:46:41.846Z | + git checkout -f users_and_groups_endpoints |
| 87 | 2026-07-23T01:46:42.062Z | Switched to branch 'users_and_groups_endpoints' |
| 88 | 2026-07-23T01:46:42.073Z | + git reset --hard ab3eab8d624e3a9338f3c8ff874bccbaa8ea89f6 |
| 89 | 2026-07-23T01:46:42.270Z | HEAD is now at ab3eab8d6 test updates |
| 90 | 2026-07-23T01:46:42.274Z | process exited: duration 10200 ms, exit code 0 |
| |
| 91 | 2026-07-23T01:46:42.281Z | starting task 4: "build" |
| 92 | 2026-07-23T01:46:42.289Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-23T01:46:42.289Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-23T01:46:42.289Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-23T01:46:42.289Z | +++ uname -s |
| 96 | 2026-07-23T01:46:42.289Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-23T01:46:42.289Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-23T01:46:42.293Z | + cargo --version |
| 99 | 2026-07-23T01:46:42.302Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-23T01:46:42.306Z | + rustc --version |
| 101 | 2026-07-23T01:46:42.324Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-23T01:46:42.330Z | + WORK=/work |
| 103 | 2026-07-23T01:46:42.330Z | + pfexec mkdir -p /work |
| 104 | 2026-07-23T01:46:42.334Z | + pfexec chown build /work |
| 105 | 2026-07-23T01:46:42.334Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-23T01:46:44.058Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-23T01:46:44.277Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-23T01:46:45.380Z | Planning: Solver setup ... Done (1.012s) |
| 109 | 2026-07-23T01:46:45.459Z | Planning: Running solver ... Done (0.042s) |
| 110 | 2026-07-23T01:46:45.477Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-23T01:46:45.477Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-23T01:46:45.477Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-23T01:46:45.491Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-23T01:46:45.491Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-23T01:46:45.710Z | Planning: Checking for conflicting actions ... Done (0.210s) |
| 116 | 2026-07-23T01:46:45.715Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-23T01:46:46.537Z | Planning: Evaluating mediators ... Done (0.847s) |
| 118 | 2026-07-23T01:46:46.543Z | Planning: Planning completed in 2.23 seconds |
| 119 | 2026-07-23T01:46:46.548Z | Packages to install: 2 |
| 120 | 2026-07-23T01:46:46.548Z | Estimated space available: 156.05 GB |
| 121 | 2026-07-23T01:46:46.548Z | Estimated space to be consumed: 52.23 MB |
| 122 | 2026-07-23T01:46:46.548Z | Create boot environment: No |
| 123 | 2026-07-23T01:46:46.548Z | Create backup boot environment: No |
| 124 | 2026-07-23T01:46:46.548Z | Rebuild boot archive: No |
| 125 | 2026-07-23T01:46:46.548Z | |
| 126 | 2026-07-23T01:46:46.548Z | Changed packages: |
| 127 | 2026-07-23T01:46:46.548Z | helios |
| 128 | 2026-07-23T01:46:46.548Z | developer/build-essential |
| 129 | 2026-07-23T01:46:46.548Z | None -> 11-3.0 |
| 130 | 2026-07-23T01:46:46.548Z | library/libxmlsec1 |
| 131 | 2026-07-23T01:46:46.548Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-23T01:46:46.576Z | |
| 133 | 2026-07-23T01:46:46.576Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-23T01:46:46.643Z | Download: Completed 1.28 MB in 0.07 seconds (18.3M/s) |
| 135 | 2026-07-23T01:46:46.733Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-23T01:46:46.772Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-23T01:46:46.794Z | Finalize: Updating package state database ... Done (0.023s) |
| 138 | 2026-07-23T01:46:46.794Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-23T01:46:46.851Z | Finalize: Updating image state ... Done (0.056s) |
| 140 | 2026-07-23T01:46:49.445Z | Finalize: Creating fast lookup database ... Done (2.558s) |
| 141 | 2026-07-23T01:46:49.539Z | Finalize: Reading search index ... Done (0.011s) |
| 142 | 2026-07-23T01:46:49.627Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-23T01:46:49.662Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-23T01:46:49.972Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-23T01:46:50.075Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-23T01:46:50.081Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-23T01:46:50.235Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-23T01:46:50.248Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-23T01:46:50.255Z | Mediators to change: 2 |
| 150 | 2026-07-23T01:46:50.255Z | Create boot environment: No |
| 151 | 2026-07-23T01:46:50.255Z | Create backup boot environment: No |
| 152 | 2026-07-23T01:46:50.624Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-23T01:46:50.624Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-23T01:46:50.688Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-23T01:46:52.295Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-23T01:46:52.361Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-23T01:46:52.379Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-23T01:46:52.443Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-23T01:46:52.728Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-23T01:46:52.832Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-23T01:46:52.841Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-23T01:46:52.993Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-23T01:46:52.997Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-23T01:46:53.011Z | Mediators to change: 1 |
| 165 | 2026-07-23T01:46:53.011Z | Create boot environment: No |
| 166 | 2026-07-23T01:46:53.011Z | Create backup boot environment: No |
| 167 | 2026-07-23T01:46:53.072Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-23T01:46:53.072Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-23T01:46:53.118Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-23T01:46:55.028Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-23T01:46:55.201Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-23T01:46:55.207Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-23T01:46:55.208Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-23T01:46:55.481Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-23T01:46:55.481Z | apache system 2.4 system |
| 176 | 2026-07-23T01:46:55.481Z | clang system 15 system |
| 177 | 2026-07-23T01:46:55.481Z | csh system system illumos |
| 178 | 2026-07-23T01:46:55.481Z | ctags system system illumos |
| 179 | 2026-07-23T01:46:55.482Z | file vendor vendor darwinsys |
| 180 | 2026-07-23T01:46:55.482Z | file system system illumos |
| 181 | 2026-07-23T01:46:55.482Z | gcc vendor 14 vendor |
| 182 | 2026-07-23T01:46:55.482Z | gcc system 13 system |
| 183 | 2026-07-23T01:46:55.482Z | gcc system 10 system |
| 184 | 2026-07-23T01:46:55.482Z | go system 1.25 system |
| 185 | 2026-07-23T01:46:55.482Z | llvm system 15 system |
| 186 | 2026-07-23T01:46:55.482Z | mariadb system 11.4 system |
| 187 | 2026-07-23T01:46:55.482Z | mta vendor vendor dma |
| 188 | 2026-07-23T01:46:55.482Z | openjdk system 17 system |
| 189 | 2026-07-23T01:46:55.482Z | openjdk system 11 system |
| 190 | 2026-07-23T01:46:55.482Z | openssl vendor 3 vendor |
| 191 | 2026-07-23T01:46:55.482Z | perl system 5.40 system |
| 192 | 2026-07-23T01:46:55.482Z | postgresql system 18 system |
| 193 | 2026-07-23T01:46:55.482Z | postgresql system 17 system |
| 194 | 2026-07-23T01:46:55.482Z | python vendor 3 vendor |
| 195 | 2026-07-23T01:46:55.482Z | python system 2 system |
| 196 | 2026-07-23T01:46:55.482Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-23T01:46:55.482Z | ruby system 3.4 system |
| 198 | 2026-07-23T01:46:55.482Z | ruby system 3.0 system |
| 199 | 2026-07-23T01:46:55.482Z | words vendor vendor american-english |
| 200 | 2026-07-23T01:46:55.482Z | words system system australian-english |
| 201 | 2026-07-23T01:46:55.483Z | words system system british-english |
| 202 | 2026-07-23T01:46:55.483Z | words system system canadian-english |
| 203 | 2026-07-23T01:46:55.483Z | words system system french |
| 204 | 2026-07-23T01:46:55.483Z | words system system italian |
| 205 | 2026-07-23T01:46:55.483Z | words system system ngerman |
| 206 | 2026-07-23T01:46:55.483Z | words system system ogerman |
| 207 | 2026-07-23T01:46:55.483Z | words system system spanish |
| 208 | 2026-07-23T01:46:55.731Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-23T01:46:55.731Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-23T01:46:59.867Z | FMRI IFO |
| 211 | 2026-07-23T01:46:59.867Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-23T01:46:59.867Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-23T01:46:59.867Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-23T01:46:59.868Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-23T01:46:59.868Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-23T01:46:59.868Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-23T01:46:59.868Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-23T01:46:59.869Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-23T01:46:59.869Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-23T01:46:59.922Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-23T01:46:59.922Z | Updating crates.io index |
| 222 | 2026-07-23T01:46:59.922Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-23T01:46:59.922Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-23T01:46:59.922Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-23T01:46:59.922Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-23T01:46:59.922Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-23T01:47:00.095Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-23T01:47:00.833Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-23T01:47:01.158Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-23T01:47:01.441Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-23T01:47:02.516Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-23T01:47:02.754Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-23T01:47:03.047Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-23T01:47:03.323Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-23T01:47:03.726Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-23T01:47:04.479Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-23T01:47:04.728Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-23T01:47:04.938Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-23T01:47:05.188Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-23T01:47:05.460Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-23T01:47:05.679Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-23T01:47:05.905Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-23T01:47:06.143Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-23T01:47:06.483Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-23T01:47:06.767Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-23T01:47:06.993Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-23T01:47:07.368Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-23T01:47:07.599Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-23T01:47:07.968Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-23T01:47:08.257Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-23T01:47:08.469Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-23T01:47:08.717Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-23T01:47:09.024Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-23T01:47:09.424Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-23T01:47:09.647Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-23T01:47:09.897Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-23T01:47:10.134Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-23T01:47:10.398Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-23T01:47:10.642Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-23T01:47:10.883Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-23T01:47:11.139Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-23T01:47:11.374Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-23T01:47:14.675Z | Downloading crates ... |
| 264 | 2026-07-23T01:47:14.737Z | Downloaded cargo-platform v0.3.2 |
| 265 | 2026-07-23T01:47:14.742Z | Downloaded cfg-if v1.0.4 |
| 266 | 2026-07-23T01:47:14.752Z | Downloaded plain v0.2.3 |
| 267 | 2026-07-23T01:47:14.752Z | Downloaded serde_core v1.0.228 |
| 268 | 2026-07-23T01:47:14.757Z | Downloaded zmij v1.0.21 |
| 269 | 2026-07-23T01:47:14.757Z | Downloaded usdt-impl v0.5.0 |
| 270 | 2026-07-23T01:47:14.757Z | Downloaded ucd-trie v0.1.7 |
| 271 | 2026-07-23T01:47:14.757Z | Downloaded anstream v1.0.0 |
| 272 | 2026-07-23T01:47:14.761Z | Downloaded cargo_metadata v0.23.1 |
| 273 | 2026-07-23T01:47:14.761Z | Downloaded macaddr v1.0.1 |
| 274 | 2026-07-23T01:47:14.762Z | Downloaded bytecount v0.6.9 |
| 275 | 2026-07-23T01:47:14.762Z | Downloaded pest_derive v2.8.6 |
| 276 | 2026-07-23T01:47:14.767Z | Downloaded zerocopy v0.7.35 |
| 277 | 2026-07-23T01:47:14.772Z | Downloaded colorchoice v1.0.4 |
| 278 | 2026-07-23T01:47:14.776Z | Downloaded zerocopy-derive v0.7.35 |
| 279 | 2026-07-23T01:47:14.776Z | Downloaded pest_generator v2.8.6 |
| 280 | 2026-07-23T01:47:14.780Z | Downloaded fnv v1.0.7 |
| 281 | 2026-07-23T01:47:14.780Z | Downloaded clap_builder v4.6.0 |
| 282 | 2026-07-23T01:47:14.780Z | Downloaded memmap v0.7.0 |
| 283 | 2026-07-23T01:47:14.789Z | Downloaded digest v0.10.7 |
| 284 | 2026-07-23T01:47:14.789Z | Downloaded is_terminal_polyfill v1.70.2 |
| 285 | 2026-07-23T01:47:14.789Z | Downloaded heck v0.4.1 |
| 286 | 2026-07-23T01:47:14.797Z | Downloaded block-buffer v0.10.4 |
| 287 | 2026-07-23T01:47:14.797Z | Downloaded equivalent v1.0.2 |
| 288 | 2026-07-23T01:47:14.797Z | Downloaded version_check v0.9.5 |
| 289 | 2026-07-23T01:47:14.807Z | Downloaded crypto-common v0.1.7 |
| 290 | 2026-07-23T01:47:14.814Z | Downloaded itoa v1.0.17 |
| 291 | 2026-07-23T01:47:14.814Z | Downloaded anstyle v1.0.14 |
| 292 | 2026-07-23T01:47:14.814Z | Downloaded clap_derive v4.6.1 |
| 293 | 2026-07-23T01:47:14.814Z | Downloaded proc-macro-error-attr v1.0.4 |
| 294 | 2026-07-23T01:47:14.817Z | Downloaded dtrace-parser v0.2.0 |
| 295 | 2026-07-23T01:47:14.817Z | Downloaded pretty-hex v0.4.1 |
| 296 | 2026-07-23T01:47:14.817Z | Downloaded usdt-macro v0.5.0 |
| 297 | 2026-07-23T01:47:14.817Z | Downloaded errno v0.3.14 |
| 298 | 2026-07-23T01:47:14.817Z | Downloaded toml_write v0.1.2 |
| 299 | 2026-07-23T01:47:14.822Z | Downloaded autocfg v1.5.0 |
| 300 | 2026-07-23T01:47:14.822Z | Downloaded camino-tempfile v1.4.1 |
| 301 | 2026-07-23T01:47:14.822Z | Downloaded anstyle-parse v1.0.0 |
| 302 | 2026-07-23T01:47:14.828Z | Downloaded utf8parse v0.2.2 |
| 303 | 2026-07-23T01:47:14.834Z | Downloaded dof v0.3.0 |
| 304 | 2026-07-23T01:47:14.834Z | Downloaded swrite v0.1.0 |
| 305 | 2026-07-23T01:47:14.838Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-07-23T01:47:14.839Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-07-23T01:47:14.848Z | Downloaded heck v0.5.0 |
| 308 | 2026-07-23T01:47:14.848Z | Downloaded generic-array v0.14.7 |
| 309 | 2026-07-23T01:47:14.849Z | Downloaded anstyle-query v1.1.5 |
| 310 | 2026-07-23T01:47:14.849Z | Downloaded scroll_derive v0.12.1 |
| 311 | 2026-07-23T01:47:14.859Z | Downloaded cargo_toml v0.21.0 |
| 312 | 2026-07-23T01:47:14.880Z | Downloaded clap_lex v1.0.0 |
| 313 | 2026-07-23T01:47:14.880Z | Downloaded terminal_size v0.4.3 |
| 314 | 2026-07-23T01:47:14.886Z | Downloaded thread-id v4.2.2 |
| 315 | 2026-07-23T01:47:14.886Z | Downloaded fastrand v2.3.0 |
| 316 | 2026-07-23T01:47:14.886Z | Downloaded thiserror-impl v1.0.69 |
| 317 | 2026-07-23T01:47:14.886Z | Downloaded smawk v0.3.2 |
| 318 | 2026-07-23T01:47:14.886Z | Downloaded unicode-linebreak v0.1.5 |
| 319 | 2026-07-23T01:47:14.886Z | Downloaded tabled_derive v0.7.0 |
| 320 | 2026-07-23T01:47:14.886Z | Downloaded usdt v0.5.0 |
| 321 | 2026-07-23T01:47:14.886Z | Downloaded strsim v0.11.1 |
| 322 | 2026-07-23T01:47:14.886Z | Downloaded thiserror v2.0.18 |
| 323 | 2026-07-23T01:47:14.893Z | Downloaded serde_spanned v0.6.9 |
| 324 | 2026-07-23T01:47:14.897Z | Downloaded serde_tokenstream v0.2.3 |
| 325 | 2026-07-23T01:47:14.898Z | Downloaded thiserror v1.0.69 |
| 326 | 2026-07-23T01:47:14.898Z | Downloaded thiserror-impl v2.0.18 |
| 327 | 2026-07-23T01:47:14.898Z | Downloaded fs-err v3.3.0 |
| 328 | 2026-07-23T01:47:14.907Z | Downloaded bitflags v2.11.0 |
| 329 | 2026-07-23T01:47:14.907Z | Downloaded byteorder v1.5.0 |
| 330 | 2026-07-23T01:47:14.907Z | Downloaded getrandom v0.4.1 |
| 331 | 2026-07-23T01:47:14.912Z | Downloaded toml_datetime v0.6.11 |
| 332 | 2026-07-23T01:47:14.912Z | Downloaded sha2 v0.10.9 |
| 333 | 2026-07-23T01:47:14.912Z | Downloaded proc-macro-error v1.0.4 |
| 334 | 2026-07-23T01:47:14.913Z | Downloaded scroll v0.12.0 |
| 335 | 2026-07-23T01:47:14.918Z | Downloaded log v0.4.29 |
| 336 | 2026-07-23T01:47:14.923Z | Downloaded semver v1.0.28 |
| 337 | 2026-07-23T01:47:14.926Z | Downloaded camino v1.2.2 |
| 338 | 2026-07-23T01:47:14.926Z | Downloaded quote v1.0.45 |
| 339 | 2026-07-23T01:47:14.936Z | Downloaded toml v0.8.23 |
| 340 | 2026-07-23T01:47:14.936Z | Downloaded papergrid v0.11.0 |
| 341 | 2026-07-23T01:47:14.939Z | Downloaded textwrap v0.16.2 |
| 342 | 2026-07-23T01:47:14.939Z | Downloaded anyhow v1.0.102 |
| 343 | 2026-07-23T01:47:14.940Z | Downloaded once_cell v1.21.3 |
| 344 | 2026-07-23T01:47:14.940Z | Downloaded tempfile v3.25.0 |
| 345 | 2026-07-23T01:47:14.947Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-07-23T01:47:14.955Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-07-23T01:47:14.955Z | Downloaded pest_meta v2.8.6 |
| 348 | 2026-07-23T01:47:14.959Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-07-23T01:47:14.964Z | Downloaded memchr v2.8.0 |
| 350 | 2026-07-23T01:47:14.972Z | Downloaded clap v4.6.1 |
| 351 | 2026-07-23T01:47:14.977Z | Downloaded hashbrown v0.17.0 |
| 352 | 2026-07-23T01:47:14.977Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-07-23T01:47:14.989Z | Downloaded indexmap v2.14.0 |
| 354 | 2026-07-23T01:47:14.999Z | Downloaded typenum v1.20.1 |
| 355 | 2026-07-23T01:47:15.007Z | Downloaded serde v1.0.228 |
| 356 | 2026-07-23T01:47:15.013Z | Downloaded pest v2.8.6 |
| 357 | 2026-07-23T01:47:15.033Z | Downloaded serde_json v1.0.150 |
| 358 | 2026-07-23T01:47:15.042Z | Downloaded goblin v0.8.2 |
| 359 | 2026-07-23T01:47:15.050Z | Downloaded tabled v0.15.0 |
| 360 | 2026-07-23T01:47:15.060Z | Downloaded winnow v0.7.14 |
| 361 | 2026-07-23T01:47:15.084Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-23T01:47:15.093Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-07-23T01:47:15.093Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-07-23T01:47:15.101Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-23T01:47:15.109Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-23T01:47:15.132Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-23T01:47:15.196Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-23T01:47:15.196Z | Compiling quote v1.0.45 |
| 369 | 2026-07-23T01:47:15.209Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-23T01:47:15.209Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-23T01:47:15.209Z | Compiling libc v0.2.185 |
| 372 | 2026-07-23T01:47:15.210Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-23T01:47:15.210Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-23T01:47:15.210Z | Compiling serde v1.0.228 |
| 375 | 2026-07-23T01:47:15.210Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-23T01:47:15.210Z | Compiling ucd-trie v0.1.7 |
| 377 | 2026-07-23T01:47:15.210Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-23T01:47:15.210Z | Compiling itoa v1.0.17 |
| 379 | 2026-07-23T01:47:15.379Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-23T01:47:15.385Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-23T01:47:15.576Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-23T01:47:15.821Z | Compiling serde_json v1.0.150 |
| 383 | 2026-07-23T01:47:15.883Z | Compiling pest v2.8.6 |
| 384 | 2026-07-23T01:47:15.922Z | Compiling proc-macro-error-attr v1.0.4 |
| 385 | 2026-07-23T01:47:15.944Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-07-23T01:47:15.966Z | Compiling camino v1.2.2 |
| 387 | 2026-07-23T01:47:15.973Z | Compiling syn v1.0.109 |
| 388 | 2026-07-23T01:47:15.990Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-23T01:47:16.181Z | Compiling getrandom v0.4.1 |
| 390 | 2026-07-23T01:47:16.190Z | Compiling equivalent v1.0.2 |
| 391 | 2026-07-23T01:47:16.227Z | Compiling plain v0.2.3 |
| 392 | 2026-07-23T01:47:16.296Z | Compiling hashbrown v0.17.0 |
| 393 | 2026-07-23T01:47:16.303Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-07-23T01:47:16.345Z | Compiling log v0.4.29 |
| 395 | 2026-07-23T01:47:16.350Z | Compiling pretty-hex v0.4.1 |
| 396 | 2026-07-23T01:47:16.416Z | Compiling is_terminal_polyfill v1.70.2 |
| 397 | 2026-07-23T01:47:16.435Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-07-23T01:47:16.468Z | Compiling errno v0.3.14 |
| 399 | 2026-07-23T01:47:16.468Z | Compiling thread-id v4.2.2 |
| 400 | 2026-07-23T01:47:16.538Z | Compiling colorchoice v1.0.4 |
| 401 | 2026-07-23T01:47:16.570Z | Compiling cfg-if v1.0.4 |
| 402 | 2026-07-23T01:47:16.570Z | Compiling winnow v0.7.14 |
| 403 | 2026-07-23T01:47:16.592Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-07-23T01:47:16.611Z | Compiling thiserror v2.0.18 |
| 405 | 2026-07-23T01:47:16.611Z | Compiling autocfg v1.5.0 |
| 406 | 2026-07-23T01:47:16.611Z | Compiling anstyle v1.0.14 |
| 407 | 2026-07-23T01:47:16.679Z | Compiling toml_write v0.1.2 |
| 408 | 2026-07-23T01:47:16.738Z | Compiling unicode-width v0.1.14 |
| 409 | 2026-07-23T01:47:16.752Z | Compiling anyhow v1.0.102 |
| 410 | 2026-07-23T01:47:16.834Z | Compiling syn v2.0.117 |
| 411 | 2026-07-23T01:47:16.876Z | Compiling indexmap v2.14.0 |
| 412 | 2026-07-23T01:47:16.899Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-23T01:47:16.919Z | Compiling bytecount v0.6.9 |
| 414 | 2026-07-23T01:47:16.940Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-07-23T01:47:17.038Z | Compiling fastrand v2.3.0 |
| 416 | 2026-07-23T01:47:17.062Z | Compiling fs-err v3.3.0 |
| 417 | 2026-07-23T01:47:17.079Z | Compiling strsim v0.11.1 |
| 418 | 2026-07-23T01:47:17.129Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-07-23T01:47:17.172Z | Compiling fnv v1.0.7 |
| 420 | 2026-07-23T01:47:17.206Z | Compiling once_cell v1.21.3 |
| 421 | 2026-07-23T01:47:17.229Z | Compiling heck v0.5.0 |
| 422 | 2026-07-23T01:47:17.293Z | Compiling heck v0.4.1 |
| 423 | 2026-07-23T01:47:17.404Z | Compiling papergrid v0.11.0 |
| 424 | 2026-07-23T01:47:17.459Z | Compiling memmap v0.7.0 |
| 425 | 2026-07-23T01:47:17.480Z | Compiling smawk v0.3.2 |
| 426 | 2026-07-23T01:47:17.498Z | Compiling unicode-linebreak v0.1.5 |
| 427 | 2026-07-23T01:47:17.516Z | Compiling unicode-width v0.2.0 |
| 428 | 2026-07-23T01:47:17.555Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-07-23T01:47:17.581Z | Compiling tempfile v3.25.0 |
| 430 | 2026-07-23T01:47:17.641Z | Compiling swrite v0.1.0 |
| 431 | 2026-07-23T01:47:17.712Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-07-23T01:47:17.753Z | Compiling cargo-platform v0.3.2 |
| 433 | 2026-07-23T01:47:17.769Z | Compiling semver v1.0.28 |
| 434 | 2026-07-23T01:47:17.838Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-23T01:47:17.950Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-23T01:47:18.363Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-23T01:47:19.045Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-23T01:47:19.078Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-23T01:47:19.531Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-23T01:47:19.531Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-23T01:47:19.531Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-23T01:47:19.537Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-23T01:47:19.537Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-23T01:47:19.537Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-23T01:47:19.629Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-23T01:47:20.185Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-23T01:47:20.268Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-23T01:47:20.401Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-23T01:47:20.579Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-23T01:47:20.912Z | Compiling clap v4.6.1 |
| 451 | 2026-07-23T01:47:22.002Z | Compiling toml_datetime v0.6.11 |
| 452 | 2026-07-23T01:47:22.002Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-07-23T01:47:22.009Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 454 | 2026-07-23T01:47:22.009Z | Compiling macaddr v1.0.1 |
| 455 | 2026-07-23T01:47:22.009Z | Compiling cargo_metadata v0.23.1 |
| 456 | 2026-07-23T01:47:22.009Z | Compiling dof v0.3.0 |
| 457 | 2026-07-23T01:47:22.009Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-23T01:47:22.218Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-23T01:47:22.691Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-23T01:47:22.691Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-23T01:47:23.299Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-23T01:47:23.457Z | Compiling toml v0.8.23 |
| 463 | 2026-07-23T01:47:23.783Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-23T01:47:25.038Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-23T01:47:27.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.81s |
| 466 | 2026-07-23T01:47:27.283Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-23T01:47:27.776Z | Downloading crates ... |
| 468 | 2026-07-23T01:47:27.879Z | Downloaded ascii-canvas v3.0.0 |
| 469 | 2026-07-23T01:47:27.891Z | Downloaded adler2 v2.0.1 |
| 470 | 2026-07-23T01:47:27.891Z | Downloaded defmt v0.3.100 |
| 471 | 2026-07-23T01:47:27.891Z | Downloaded darling_macro v0.23.0 |
| 472 | 2026-07-23T01:47:27.912Z | Downloaded convert_case v0.4.0 |
| 473 | 2026-07-23T01:47:27.912Z | Downloaded bit-vec v0.8.0 |
| 474 | 2026-07-23T01:47:27.912Z | Downloaded crypto-common v0.2.2 |
| 475 | 2026-07-23T01:47:27.912Z | Downloaded crossbeam-epoch v0.9.18 |
| 476 | 2026-07-23T01:47:27.912Z | Downloaded critical-section v1.2.0 |
| 477 | 2026-07-23T01:47:27.912Z | Downloaded ctutils v0.4.2 |
| 478 | 2026-07-23T01:47:27.912Z | Downloaded either v1.15.0 |
| 479 | 2026-07-23T01:47:27.912Z | Downloaded dof v0.4.0 |
| 480 | 2026-07-23T01:47:27.965Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 481 | 2026-07-23T01:47:27.965Z | Downloaded constant_time_eq v0.4.2 |
| 482 | 2026-07-23T01:47:27.965Z | Downloaded crunchy v0.2.4 |
| 483 | 2026-07-23T01:47:27.965Z | Downloaded anstream v0.6.21 |
| 484 | 2026-07-23T01:47:27.965Z | Downloaded cipher v0.4.4 |
| 485 | 2026-07-23T01:47:27.965Z | Downloaded ciborium v0.2.2 |
| 486 | 2026-07-23T01:47:27.965Z | Downloaded console v0.15.11 |
| 487 | 2026-07-23T01:47:27.965Z | Downloaded cstr-argument v0.1.2 |
| 488 | 2026-07-23T01:47:27.965Z | Downloaded crc-catalog v2.4.0 |
| 489 | 2026-07-23T01:47:27.965Z | Downloaded atomic-waker v1.1.2 |
| 490 | 2026-07-23T01:47:27.965Z | Downloaded bzip2 v0.6.1 |
| 491 | 2026-07-23T01:47:27.965Z | Downloaded cancel-safe-futures v0.1.5 |
| 492 | 2026-07-23T01:47:27.965Z | Downloaded darling_macro v0.13.4 |
| 493 | 2026-07-23T01:47:27.965Z | Downloaded arc-swap v1.8.2 |
| 494 | 2026-07-23T01:47:27.965Z | Downloaded base64 v0.21.7 |
| 495 | 2026-07-23T01:47:27.965Z | Downloaded crucible-workspace-hack v0.1.0 |
| 496 | 2026-07-23T01:47:27.965Z | Downloaded crc32fast v1.5.0 |
| 497 | 2026-07-23T01:47:27.966Z | Downloaded chacha20poly1305 v0.10.1 |
| 498 | 2026-07-23T01:47:27.966Z | Downloaded darling v0.13.4 |
| 499 | 2026-07-23T01:47:27.966Z | Downloaded darling v0.23.0 |
| 500 | 2026-07-23T01:47:27.966Z | Downloaded arrayvec v0.7.6 |
| 501 | 2026-07-23T01:47:27.966Z | Downloaded crossbeam-deque v0.8.6 |
| 502 | 2026-07-23T01:47:27.966Z | Downloaded derive-where v1.6.0 |
| 503 | 2026-07-23T01:47:27.966Z | Downloaded bb8 v0.8.6 |
| 504 | 2026-07-23T01:47:27.966Z | Downloaded arrayref v0.3.9 |
| 505 | 2026-07-23T01:47:27.966Z | Downloaded darling_macro v0.21.3 |
| 506 | 2026-07-23T01:47:27.966Z | Downloaded atty v0.2.14 |
| 507 | 2026-07-23T01:47:27.966Z | Downloaded async-stream v0.3.6 |
| 508 | 2026-07-23T01:47:27.966Z | Downloaded downcast-rs v2.0.2 |
| 509 | 2026-07-23T01:47:27.966Z | Downloaded bitfield-struct v0.6.2 |
| 510 | 2026-07-23T01:47:27.966Z | Downloaded bitfield-macros v0.19.4 |
| 511 | 2026-07-23T01:47:27.966Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 512 | 2026-07-23T01:47:27.966Z | Downloaded darling_macro v0.20.11 |
| 513 | 2026-07-23T01:47:27.966Z | Downloaded crc8 v0.1.1 |
| 514 | 2026-07-23T01:47:27.966Z | Downloaded debug-ignore v1.0.5 |
| 515 | 2026-07-23T01:47:27.966Z | Downloaded data-encoding v2.10.0 |
| 516 | 2026-07-23T01:47:27.967Z | Downloaded atomicwrites v0.4.4 |
| 517 | 2026-07-23T01:47:27.967Z | Downloaded aead v0.6.1 |
| 518 | 2026-07-23T01:47:27.967Z | Downloaded cookie v0.18.1 |
| 519 | 2026-07-23T01:47:27.998Z | Downloaded cpufeatures v0.3.0 |
| 520 | 2026-07-23T01:47:27.999Z | Downloaded dsl_auto_type v0.2.0 |
| 521 | 2026-07-23T01:47:27.999Z | Downloaded bit-set v0.5.3 |
| 522 | 2026-07-23T01:47:27.999Z | Downloaded crc v3.4.0 |
| 523 | 2026-07-23T01:47:27.999Z | Downloaded aead v0.5.2 |
| 524 | 2026-07-23T01:47:27.999Z | Downloaded assert_matches v1.5.0 |
| 525 | 2026-07-23T01:47:27.999Z | Downloaded document-features v0.2.12 |
| 526 | 2026-07-23T01:47:27.999Z | Downloaded cpubits v0.1.1 |
| 527 | 2026-07-23T01:47:27.999Z | Downloaded cobs v0.3.0 |
| 528 | 2026-07-23T01:47:27.999Z | Downloaded async-recursion v1.1.1 |
| 529 | 2026-07-23T01:47:27.999Z | Downloaded dirs-next v2.0.0 |
| 530 | 2026-07-23T01:47:27.999Z | Downloaded bit-vec v0.6.3 |
| 531 | 2026-07-23T01:47:27.999Z | Downloaded deranged v0.5.8 |
| 532 | 2026-07-23T01:47:28.038Z | Downloaded convert_case v0.10.0 |
| 533 | 2026-07-23T01:47:28.038Z | Downloaded base16ct v0.2.0 |
| 534 | 2026-07-23T01:47:28.039Z | Downloaded digest-io v0.1.0 |
| 535 | 2026-07-23T01:47:28.039Z | Downloaded difflib v0.4.0 |
| 536 | 2026-07-23T01:47:28.039Z | Downloaded dunce v1.0.5 |
| 537 | 2026-07-23T01:47:28.039Z | Downloaded dirs-sys-next v0.1.2 |
| 538 | 2026-07-23T01:47:28.039Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 539 | 2026-07-23T01:47:28.039Z | Downloaded embedded-io v0.4.0 |
| 540 | 2026-07-23T01:47:28.039Z | Downloaded async-stream-impl v0.3.6 |
| 541 | 2026-07-23T01:47:28.039Z | Downloaded cfg_aliases v0.2.1 |
| 542 | 2026-07-23T01:47:28.039Z | Downloaded bit-set v0.8.0 |
| 543 | 2026-07-23T01:47:28.039Z | Downloaded dtrace-parser v0.3.0 |
| 544 | 2026-07-23T01:47:28.039Z | Downloaded block-padding v0.4.2 |
| 545 | 2026-07-23T01:47:28.039Z | Downloaded display-error-chain v0.2.2 |
| 546 | 2026-07-23T01:47:28.039Z | Downloaded compression-core v0.4.31 |
| 547 | 2026-07-23T01:47:28.039Z | Downloaded env_logger v0.11.9 |
| 548 | 2026-07-23T01:47:28.039Z | Downloaded crossbeam-utils v0.8.21 |
| 549 | 2026-07-23T01:47:28.040Z | Downloaded ed25519 v2.2.3 |
| 550 | 2026-07-23T01:47:28.040Z | Downloaded ctr v0.10.1 |
| 551 | 2026-07-23T01:47:28.040Z | Downloaded ciborium-ll v0.2.2 |
| 552 | 2026-07-23T01:47:28.040Z | Downloaded env_filter v1.0.0 |
| 553 | 2026-07-23T01:47:28.040Z | Downloaded enum-as-inner v0.6.1 |
| 554 | 2026-07-23T01:47:28.040Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 555 | 2026-07-23T01:47:28.040Z | Downloaded endian-type v0.1.2 |
| 556 | 2026-07-23T01:47:28.040Z | Downloaded cfg_aliases v0.1.1 |
| 557 | 2026-07-23T01:47:28.040Z | Downloaded derive_builder_macro v0.20.2 |
| 558 | 2026-07-23T01:47:28.040Z | Downloaded bitfield v0.19.4 |
| 559 | 2026-07-23T01:47:28.040Z | Downloaded block-buffer v0.12.1 |
| 560 | 2026-07-23T01:47:28.040Z | Downloaded backoff v0.4.0 |
| 561 | 2026-07-23T01:47:28.040Z | Downloaded float-cmp v0.10.0 |
| 562 | 2026-07-23T01:47:28.040Z | Downloaded array-init v0.0.4 |
| 563 | 2026-07-23T01:47:28.062Z | Downloaded fd-lock v4.0.4 |
| 564 | 2026-07-23T01:47:28.062Z | Downloaded daft v0.1.7 |
| 565 | 2026-07-23T01:47:28.062Z | Downloaded fixedbitset v0.4.2 |
| 566 | 2026-07-23T01:47:28.062Z | Downloaded defmt-parser v1.0.0 |
| 567 | 2026-07-23T01:47:28.062Z | Downloaded flagset v0.4.7 |
| 568 | 2026-07-23T01:47:28.062Z | Downloaded form_urlencoded v1.2.2 |
| 569 | 2026-07-23T01:47:28.062Z | Downloaded float-ord v0.3.2 |
| 570 | 2026-07-23T01:47:28.062Z | Downloaded foreign-types v0.5.0 |
| 571 | 2026-07-23T01:47:28.062Z | Downloaded foreign-types v0.3.2 |
| 572 | 2026-07-23T01:47:28.062Z | Downloaded anstyle-parse v0.2.7 |
| 573 | 2026-07-23T01:47:28.062Z | Downloaded foreign-types-shared v0.3.1 |
| 574 | 2026-07-23T01:47:28.062Z | Downloaded foreign-types-shared v0.1.1 |
| 575 | 2026-07-23T01:47:28.062Z | Downloaded bcs v0.1.6 |
| 576 | 2026-07-23T01:47:28.062Z | Downloaded futures-task v0.3.32 |
| 577 | 2026-07-23T01:47:28.063Z | Downloaded futures-macro v0.3.32 |
| 578 | 2026-07-23T01:47:28.063Z | Downloaded bitflags v1.3.2 |
| 579 | 2026-07-23T01:47:28.063Z | Downloaded ecdsa v0.16.9 |
| 580 | 2026-07-23T01:47:28.063Z | Downloaded async-trait v0.1.89 |
| 581 | 2026-07-23T01:47:28.091Z | Downloaded corncobs v0.1.4 |
| 582 | 2026-07-23T01:47:28.091Z | Downloaded cbc v0.2.1 |
| 583 | 2026-07-23T01:47:28.091Z | Downloaded cmov v0.5.4 |
| 584 | 2026-07-23T01:47:28.091Z | Downloaded daft-derive v0.1.7 |
| 585 | 2026-07-23T01:47:28.091Z | Downloaded dyn-clone v1.0.20 |
| 586 | 2026-07-23T01:47:28.091Z | Downloaded const_format_proc_macros v0.2.34 |
| 587 | 2026-07-23T01:47:28.091Z | Downloaded base64ct v1.8.3 |
| 588 | 2026-07-23T01:47:28.091Z | Downloaded defmt v1.0.1 |
| 589 | 2026-07-23T01:47:28.091Z | Downloaded fxhash v0.2.1 |
| 590 | 2026-07-23T01:47:28.092Z | Downloaded ena v0.14.4 |
| 591 | 2026-07-23T01:47:28.092Z | Downloaded futures-io v0.3.32 |
| 592 | 2026-07-23T01:47:28.092Z | Downloaded bzip2 v0.4.4 |
| 593 | 2026-07-23T01:47:28.092Z | Downloaded backon v1.6.0 |
| 594 | 2026-07-23T01:47:28.092Z | Downloaded ghash v0.6.0 |
| 595 | 2026-07-23T01:47:28.092Z | Downloaded darling v0.20.11 |
| 596 | 2026-07-23T01:47:28.092Z | Downloaded gethostname v0.5.0 |
| 597 | 2026-07-23T01:47:28.132Z | Downloaded diesel-dtrace v0.5.0 |
| 598 | 2026-07-23T01:47:28.132Z | Downloaded cexpr v0.6.0 |
| 599 | 2026-07-23T01:47:28.132Z | Downloaded castaway v0.2.4 |
| 600 | 2026-07-23T01:47:28.132Z | Downloaded globwalk v0.9.1 |
| 601 | 2026-07-23T01:47:28.132Z | Downloaded git-stub v1.0.0 |
| 602 | 2026-07-23T01:47:28.132Z | Downloaded camino-tempfile-ext v0.3.3 |
| 603 | 2026-07-23T01:47:28.132Z | Downloaded hash32 v0.3.1 |
| 604 | 2026-07-23T01:47:28.132Z | Downloaded argon2 v0.5.3 |
| 605 | 2026-07-23T01:47:28.132Z | Downloaded hash32 v0.2.1 |
| 606 | 2026-07-23T01:47:28.132Z | Downloaded darling_core v0.21.3 |
| 607 | 2026-07-23T01:47:28.133Z | Downloaded fallible-iterator v0.2.0 |
| 608 | 2026-07-23T01:47:28.133Z | Downloaded embedded-io v0.6.1 |
| 609 | 2026-07-23T01:47:28.133Z | Downloaded enum_dispatch v0.3.13 |
| 610 | 2026-07-23T01:47:28.133Z | Downloaded derive_builder_core v0.20.2 |
| 611 | 2026-07-23T01:47:28.133Z | Downloaded ff v0.14.0 |
| 612 | 2026-07-23T01:47:28.133Z | Downloaded headers-core v0.3.0 |
| 613 | 2026-07-23T01:47:28.133Z | Downloaded foldhash v0.1.5 |
| 614 | 2026-07-23T01:47:28.148Z | Downloaded filetime v0.2.27 |
| 615 | 2026-07-23T01:47:28.148Z | Downloaded crc-any v2.5.0 |
| 616 | 2026-07-23T01:47:28.148Z | Downloaded erased-serde v0.3.31 |
| 617 | 2026-07-23T01:47:28.148Z | Downloaded hex-literal v1.1.0 |
| 618 | 2026-07-23T01:47:28.148Z | Downloaded fixedbitset v0.5.7 |
| 619 | 2026-07-23T01:47:28.148Z | Downloaded find-msvc-tools v0.1.9 |
| 620 | 2026-07-23T01:47:28.148Z | Downloaded funty v2.0.0 |
| 621 | 2026-07-23T01:47:28.148Z | Downloaded async-bb8-diesel v0.2.1 |
| 622 | 2026-07-23T01:47:28.148Z | Downloaded fs-err v2.11.0 |
| 623 | 2026-07-23T01:47:28.148Z | Downloaded hex v0.4.3 |
| 624 | 2026-07-23T01:47:28.148Z | Downloaded console v0.16.2 |
| 625 | 2026-07-23T01:47:28.148Z | Downloaded cassowary v0.3.0 |
| 626 | 2026-07-23T01:47:28.148Z | Downloaded home v0.5.12 |
| 627 | 2026-07-23T01:47:28.148Z | Downloaded buf-list v1.1.2 |
| 628 | 2026-07-23T01:47:28.148Z | Downloaded hostname v0.4.2 |
| 629 | 2026-07-23T01:47:28.148Z | Downloaded darling v0.21.3 |
| 630 | 2026-07-23T01:47:28.148Z | Downloaded fs_extra v1.3.0 |
| 631 | 2026-07-23T01:47:28.148Z | Downloaded const-oid v0.9.6 |
| 632 | 2026-07-23T01:47:28.149Z | Downloaded http-body v1.0.1 |
| 633 | 2026-07-23T01:47:28.149Z | Downloaded foldhash v0.2.0 |
| 634 | 2026-07-23T01:47:28.149Z | Downloaded des v0.9.0 |
| 635 | 2026-07-23T01:47:28.149Z | Downloaded ecdsa v0.17.0-rc.18 |
| 636 | 2026-07-23T01:47:28.149Z | Downloaded diff v0.1.13 |
| 637 | 2026-07-23T01:47:28.149Z | Downloaded digest v0.11.3 |
| 638 | 2026-07-23T01:47:28.149Z | Downloaded hubpack v0.1.2 |
| 639 | 2026-07-23T01:47:28.149Z | Downloaded http-range v0.1.5 |
| 640 | 2026-07-23T01:47:28.149Z | Downloaded hostname v0.3.1 |
| 641 | 2026-07-23T01:47:28.149Z | Downloaded blake2 v0.11.0-rc.6 |
| 642 | 2026-07-23T01:47:28.149Z | Downloaded hubpack_derive v0.1.1 |
| 643 | 2026-07-23T01:47:28.149Z | Downloaded httpdate v1.0.3 |
| 644 | 2026-07-23T01:47:28.149Z | Downloaded globset v0.4.18 |
| 645 | 2026-07-23T01:47:28.149Z | Downloaded futures-executor v0.3.32 |
| 646 | 2026-07-23T01:47:28.149Z | Downloaded crossbeam-channel v0.5.15 |
| 647 | 2026-07-23T01:47:28.174Z | Downloaded git-stub-vcs v0.1.0 |
| 648 | 2026-07-23T01:47:28.175Z | Downloaded hyper-tls v0.6.0 |
| 649 | 2026-07-23T01:47:28.175Z | Downloaded derive_builder v0.20.2 |
| 650 | 2026-07-23T01:47:28.175Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 651 | 2026-07-23T01:47:28.175Z | Downloaded ff v0.13.1 |
| 652 | 2026-07-23T01:47:28.175Z | Downloaded displaydoc v0.2.5 |
| 653 | 2026-07-23T01:47:28.175Z | Downloaded illumos-nvpair v0.3.0 |
| 654 | 2026-07-23T01:47:28.175Z | Downloaded idna_adapter v1.2.1 |
| 655 | 2026-07-23T01:47:28.175Z | Downloaded derive-ex v0.1.8 |
| 656 | 2026-07-23T01:47:28.175Z | Downloaded indoc v1.0.9 |
| 657 | 2026-07-23T01:47:28.175Z | Downloaded indent_write v2.2.0 |
| 658 | 2026-07-23T01:47:28.175Z | Downloaded allocator-api2 v0.2.21 |
| 659 | 2026-07-23T01:47:28.175Z | Downloaded inout v0.2.2 |
| 660 | 2026-07-23T01:47:28.201Z | Downloaded ident_case v1.0.1 |
| 661 | 2026-07-23T01:47:28.201Z | Downloaded group v0.14.0 |
| 662 | 2026-07-23T01:47:28.201Z | Downloaded darling_core v0.13.4 |
| 663 | 2026-07-23T01:47:28.201Z | Downloaded aho-corasick v1.1.4 |
| 664 | 2026-07-23T01:47:28.201Z | Downloaded inout v0.1.4 |
| 665 | 2026-07-23T01:47:28.201Z | Downloaded colored v3.1.1 |
| 666 | 2026-07-23T01:47:28.201Z | Downloaded instability v0.3.11 |
| 667 | 2026-07-23T01:47:28.201Z | Downloaded is_ci v1.2.0 |
| 668 | 2026-07-23T01:47:28.201Z | Downloaded is-terminal v0.4.17 |
| 669 | 2026-07-23T01:47:28.201Z | Downloaded keccak v0.1.6 |
| 670 | 2026-07-23T01:47:28.201Z | Downloaded colored v2.2.0 |
| 671 | 2026-07-23T01:47:28.201Z | Downloaded const-oid v0.10.2 |
| 672 | 2026-07-23T01:47:28.201Z | Downloaded kstat-rs v0.2.4 |
| 673 | 2026-07-23T01:47:28.201Z | Downloaded clang-sys v1.8.1 |
| 674 | 2026-07-23T01:47:28.201Z | Downloaded fatfs v0.3.6 |
| 675 | 2026-07-23T01:47:28.201Z | Downloaded ahash v0.8.12 |
| 676 | 2026-07-23T01:47:28.201Z | Downloaded derive_more v0.99.20 |
| 677 | 2026-07-23T01:47:28.201Z | Downloaded internet-checksum v0.2.1 |
| 678 | 2026-07-23T01:47:28.201Z | Downloaded instant v0.1.13 |
| 679 | 2026-07-23T01:47:28.202Z | Downloaded dropshot_endpoint v0.17.1 |
| 680 | 2026-07-23T01:47:28.202Z | Downloaded cookie_store v0.22.1 |
| 681 | 2026-07-23T01:47:28.202Z | Downloaded lalrpop-util v0.19.12 |
| 682 | 2026-07-23T01:47:28.202Z | Downloaded cipher v0.5.2 |
| 683 | 2026-07-23T01:47:28.248Z | Downloaded ciborium-io v0.2.2 |
| 684 | 2026-07-23T01:47:28.248Z | Downloaded getrandom v0.2.17 |
| 685 | 2026-07-23T01:47:28.248Z | Downloaded der_derive v0.7.3 |
| 686 | 2026-07-23T01:47:28.248Z | Downloaded half v1.8.3 |
| 687 | 2026-07-23T01:47:28.248Z | Downloaded delegate v0.13.5 |
| 688 | 2026-07-23T01:47:28.248Z | Downloaded lazy_static v1.5.0 |
| 689 | 2026-07-23T01:47:28.248Z | Downloaded http-body-util v0.1.3 |
| 690 | 2026-07-23T01:47:28.248Z | Downloaded glob v0.3.3 |
| 691 | 2026-07-23T01:47:28.248Z | Downloaded crypto-bigint v0.5.5 |
| 692 | 2026-07-23T01:47:28.248Z | Downloaded memoffset v0.9.1 |
| 693 | 2026-07-23T01:47:28.248Z | Downloaded hyper-staticfile v0.10.1 |
| 694 | 2026-07-23T01:47:28.249Z | Downloaded libscf-sys v1.1.0 |
| 695 | 2026-07-23T01:47:28.299Z | Downloaded humantime v2.3.0 |
| 696 | 2026-07-23T01:47:28.299Z | Downloaded group v0.13.0 |
| 697 | 2026-07-23T01:47:28.299Z | Downloaded futures-core v0.3.32 |
| 698 | 2026-07-23T01:47:28.299Z | Downloaded lru-slab v0.1.2 |
| 699 | 2026-07-23T01:47:28.299Z | Downloaded maplit v1.0.2 |
| 700 | 2026-07-23T01:47:28.299Z | Downloaded md5 v0.8.0 |
| 701 | 2026-07-23T01:47:28.299Z | Downloaded match_cfg v0.1.0 |
| 702 | 2026-07-23T01:47:28.299Z | Downloaded managed v0.8.0 |
| 703 | 2026-07-23T01:47:28.299Z | Downloaded lru-cache v0.1.2 |
| 704 | 2026-07-23T01:47:28.300Z | Downloaded linked-hash-map v0.5.6 |
| 705 | 2026-07-23T01:47:28.300Z | Downloaded lru v0.12.5 |
| 706 | 2026-07-23T01:47:28.300Z | Downloaded drift v0.2.0 |
| 707 | 2026-07-23T01:47:28.300Z | Downloaded newline-converter v0.3.0 |
| 708 | 2026-07-23T01:47:28.300Z | Downloaded new_debug_unreachable v1.0.6 |
| 709 | 2026-07-23T01:47:28.300Z | Downloaded newtype-uuid-macros v0.1.0 |
| 710 | 2026-07-23T01:47:28.300Z | Downloaded mime v0.3.17 |
| 711 | 2026-07-23T01:47:28.300Z | Downloaded md-5 v0.10.6 |
| 712 | 2026-07-23T01:47:28.300Z | Downloaded ingot v0.1.1 |
| 713 | 2026-07-23T01:47:28.300Z | Downloaded indoc v2.0.7 |
| 714 | 2026-07-23T01:47:28.300Z | Downloaded darling_core v0.20.11 |
| 715 | 2026-07-23T01:47:28.300Z | Downloaded newtype_derive v0.1.6 |
| 716 | 2026-07-23T01:47:28.300Z | Downloaded multimap v0.10.1 |
| 717 | 2026-07-23T01:47:28.301Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 718 | 2026-07-23T01:47:28.301Z | Downloaded nibble_vec v0.1.0 |
| 719 | 2026-07-23T01:47:28.301Z | Downloaded futures-channel v0.3.32 |
| 720 | 2026-07-23T01:47:28.301Z | Downloaded ipnetwork v0.21.1 |
| 721 | 2026-07-23T01:47:28.301Z | Downloaded futures v0.3.32 |
| 722 | 2026-07-23T01:47:28.301Z | Downloaded ingot-types v0.1.2 |
| 723 | 2026-07-23T01:47:28.301Z | Downloaded defmt-macros v1.0.1 |
| 724 | 2026-07-23T01:47:28.301Z | Downloaded normalize-line-endings v0.3.0 |
| 725 | 2026-07-23T01:47:28.312Z | Downloaded hmac v0.13.0 |
| 726 | 2026-07-23T01:47:28.313Z | Downloaded compact_str v0.8.1 |
| 727 | 2026-07-23T01:47:28.313Z | Downloaded elliptic-curve v0.13.8 |
| 728 | 2026-07-23T01:47:28.313Z | Downloaded ipnet v2.11.0 |
| 729 | 2026-07-23T01:47:28.313Z | Downloaded num v0.4.3 |
| 730 | 2026-07-23T01:47:28.313Z | Downloaded nodrop v0.1.14 |
| 731 | 2026-07-23T01:47:28.313Z | Downloaded kem v0.3.0 |
| 732 | 2026-07-23T01:47:28.313Z | Downloaded httparse v1.10.1 |
| 733 | 2026-07-23T01:47:28.313Z | Downloaded num-iter v0.1.45 |
| 734 | 2026-07-23T01:47:28.313Z | Downloaded hybrid-array v0.4.13 |
| 735 | 2026-07-23T01:47:28.313Z | Downloaded aws-lc-rs v1.16.3 |
| 736 | 2026-07-23T01:47:28.313Z | Downloaded libsw v3.5.0 |
| 737 | 2026-07-23T01:47:28.313Z | Downloaded maybe-uninit v2.0.0 |
| 738 | 2026-07-23T01:47:28.313Z | Downloaded libloading v0.8.9 |
| 739 | 2026-07-23T01:47:28.313Z | Downloaded lzss v0.8.2 |
| 740 | 2026-07-23T01:47:28.313Z | Downloaded lock_api v0.4.14 |
| 741 | 2026-07-23T01:47:28.313Z | Downloaded linear-map v1.2.0 |
| 742 | 2026-07-23T01:47:28.313Z | Downloaded openssl-probe v0.1.6 |
| 743 | 2026-07-23T01:47:28.335Z | Downloaded num_threads v0.1.7 |
| 744 | 2026-07-23T01:47:28.335Z | Downloaded num_enum_derive v0.5.11 |
| 745 | 2026-07-23T01:47:28.335Z | Downloaded num-derive v0.3.3 |
| 746 | 2026-07-23T01:47:28.335Z | Downloaded hyper-rustls v0.27.7 |
| 747 | 2026-07-23T01:47:28.335Z | Downloaded getrandom v0.3.4 |
| 748 | 2026-07-23T01:47:28.335Z | Downloaded half v2.7.1 |
| 749 | 2026-07-23T01:47:28.335Z | Downloaded libsw-core v0.3.2 |
| 750 | 2026-07-23T01:47:28.335Z | Downloaded bytes v1.11.1 |
| 751 | 2026-07-23T01:47:28.335Z | Downloaded iana-time-zone v0.1.65 |
| 752 | 2026-07-23T01:47:28.335Z | Downloaded module-lattice v0.2.3 |
| 753 | 2026-07-23T01:47:28.335Z | Downloaded mime_guess v2.0.5 |
| 754 | 2026-07-23T01:47:28.335Z | Downloaded olpc-cjson v0.1.4 |
| 755 | 2026-07-23T01:47:28.335Z | Downloaded nanorand v0.7.0 |
| 756 | 2026-07-23T01:47:28.336Z | Downloaded openssl-probe v0.2.1 |
| 757 | 2026-07-23T01:47:28.336Z | Downloaded opaque-debug v0.3.1 |
| 758 | 2026-07-23T01:47:28.336Z | Downloaded openssl-macros v0.1.1 |
| 759 | 2026-07-23T01:47:28.336Z | Downloaded ar_archive_writer v0.5.1 |
| 760 | 2026-07-23T01:47:28.336Z | Downloaded ingot-macros v0.1.1 |
| 761 | 2026-07-23T01:47:28.336Z | Downloaded num-derive v0.4.2 |
| 762 | 2026-07-23T01:47:28.336Z | Downloaded nu-ansi-term v0.50.3 |
| 763 | 2026-07-23T01:47:28.336Z | Downloaded native-tls v0.2.18 |
| 764 | 2026-07-23T01:47:28.336Z | Downloaded cc v1.2.56 |
| 765 | 2026-07-23T01:47:28.336Z | Downloaded num-conv v0.2.0 |
| 766 | 2026-07-23T01:47:28.336Z | Downloaded jobserver v0.1.34 |
| 767 | 2026-07-23T01:47:28.336Z | Downloaded hmac v0.12.1 |
| 768 | 2026-07-23T01:47:28.336Z | Downloaded highway v1.3.0 |
| 769 | 2026-07-23T01:47:28.336Z | Downloaded generic-array v1.4.3 |
| 770 | 2026-07-23T01:47:28.336Z | Downloaded base64 v0.22.1 |
| 771 | 2026-07-23T01:47:28.336Z | Downloaded keccak v0.2.0 |
| 772 | 2026-07-23T01:47:28.336Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 773 | 2026-07-23T01:47:28.352Z | Downloaded nonempty v0.12.0 |
| 774 | 2026-07-23T01:47:28.352Z | Downloaded argon2 v0.6.0-rc.8 |
| 775 | 2026-07-23T01:47:28.353Z | Downloaded aes-gcm v0.11.0 |
| 776 | 2026-07-23T01:47:28.353Z | Downloaded ed25519 v3.0.0 |
| 777 | 2026-07-23T01:47:28.353Z | Downloaded bs58 v0.5.1 |
| 778 | 2026-07-23T01:47:28.353Z | Downloaded parse-display v0.10.0 |
| 779 | 2026-07-23T01:47:28.353Z | Downloaded compression-codecs v0.4.37 |
| 780 | 2026-07-23T01:47:28.353Z | Downloaded cmake v0.1.57 |
| 781 | 2026-07-23T01:47:28.353Z | Downloaded num-rational v0.4.2 |
| 782 | 2026-07-23T01:47:28.353Z | Downloaded libefi-sys v0.1.0 |
| 783 | 2026-07-23T01:47:28.353Z | Downloaded icu_properties v2.1.2 |
| 784 | 2026-07-23T01:47:28.353Z | Downloaded litrs v1.0.0 |
| 785 | 2026-07-23T01:47:28.353Z | Downloaded blowfish v0.10.0 |
| 786 | 2026-07-23T01:47:28.353Z | Downloaded num-complex v0.4.6 |
| 787 | 2026-07-23T01:47:28.353Z | Downloaded chacha20 v0.9.1 |
| 788 | 2026-07-23T01:47:28.369Z | Downloaded peg-runtime v0.8.5 |
| 789 | 2026-07-23T01:47:28.369Z | Downloaded password-hash v0.6.1 |
| 790 | 2026-07-23T01:47:28.369Z | Downloaded parse-size v1.1.0 |
| 791 | 2026-07-23T01:47:28.369Z | Downloaded packed_struct_codegen v0.10.1 |
| 792 | 2026-07-23T01:47:28.369Z | Downloaded num_enum_derive v0.7.6 |
| 793 | 2026-07-23T01:47:28.369Z | Downloaded num-integer v0.1.46 |
| 794 | 2026-07-23T01:47:28.369Z | Downloaded litemap v0.8.1 |
| 795 | 2026-07-23T01:47:28.389Z | Downloaded phf_shared v0.13.1 |
| 796 | 2026-07-23T01:47:28.389Z | Downloaded phf_shared v0.11.3 |
| 797 | 2026-07-23T01:47:28.389Z | Downloaded percent-encoding v2.3.2 |
| 798 | 2026-07-23T01:47:28.389Z | Downloaded path-slash v0.1.5 |
| 799 | 2026-07-23T01:47:28.389Z | Downloaded owo-colors v4.3.0 |
| 800 | 2026-07-23T01:47:28.389Z | Downloaded newtype-uuid v1.3.2 |
| 801 | 2026-07-23T01:47:28.389Z | Downloaded multer v3.1.0 |
| 802 | 2026-07-23T01:47:28.389Z | Downloaded oxide-tokio-rt v0.1.4 |
| 803 | 2026-07-23T01:47:28.389Z | Downloaded num_enum v0.5.11 |
| 804 | 2026-07-23T01:47:28.389Z | Downloaded indexmap v1.9.3 |
| 805 | 2026-07-23T01:47:28.389Z | Downloaded ignore v0.4.25 |
| 806 | 2026-07-23T01:47:28.389Z | Downloaded phf_shared v0.12.1 |
| 807 | 2026-07-23T01:47:28.399Z | Downloaded memmap2 v0.9.10 |
| 808 | 2026-07-23T01:47:28.399Z | Downloaded ml-kem v0.3.2 |
| 809 | 2026-07-23T01:47:28.399Z | Downloaded heapless v0.7.17 |
| 810 | 2026-07-23T01:47:28.399Z | Downloaded oxide-update-engine v0.1.2 |
| 811 | 2026-07-23T01:47:28.399Z | Downloaded oso-derive v0.27.3 |
| 812 | 2026-07-23T01:47:28.399Z | Downloaded headers v0.4.1 |
| 813 | 2026-07-23T01:47:28.399Z | Downloaded const_format v0.2.35 |
| 814 | 2026-07-23T01:47:28.399Z | Downloaded precomputed-hash v0.1.1 |
| 815 | 2026-07-23T01:47:28.399Z | Downloaded potential_utf v0.1.4 |
| 816 | 2026-07-23T01:47:28.399Z | Downloaded packed_struct v0.10.1 |
| 817 | 2026-07-23T01:47:28.399Z | Downloaded oxnet v0.1.6 |
| 818 | 2026-07-23T01:47:28.399Z | Downloaded flume v0.11.1 |
| 819 | 2026-07-23T01:47:28.411Z | Downloaded predicates-tree v1.0.13 |
| 820 | 2026-07-23T01:47:28.411Z | Downloaded predicates-core v1.0.10 |
| 821 | 2026-07-23T01:47:28.411Z | Downloaded flate2 v1.1.9 |
| 822 | 2026-07-23T01:47:28.411Z | Downloaded derive_more-impl v2.1.1 |
| 823 | 2026-07-23T01:47:28.411Z | Downloaded powerfmt v0.2.0 |
| 824 | 2026-07-23T01:47:28.411Z | Downloaded parse-display-derive v0.10.0 |
| 825 | 2026-07-23T01:47:28.411Z | Downloaded oxide-update-engine-display v0.1.2 |
| 826 | 2026-07-23T01:47:28.411Z | Downloaded parking_lot_core v0.8.6 |
| 827 | 2026-07-23T01:47:28.425Z | Downloaded derive_more v2.1.1 |
| 828 | 2026-07-23T01:47:28.426Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 829 | 2026-07-23T01:47:28.426Z | Downloaded peg-macros v0.8.5 |
| 830 | 2026-07-23T01:47:28.426Z | Downloaded password-hash v0.5.0 |
| 831 | 2026-07-23T01:47:28.426Z | Downloaded heapless v0.8.0 |
| 832 | 2026-07-23T01:47:28.426Z | Downloaded peg v0.8.5 |
| 833 | 2026-07-23T01:47:28.446Z | Downloaded progenitor-macro v0.14.0 |
| 834 | 2026-07-23T01:47:28.446Z | Downloaded indicatif v0.18.4 |
| 835 | 2026-07-23T01:47:28.446Z | Downloaded progenitor-client v0.14.0 |
| 836 | 2026-07-23T01:47:28.446Z | Downloaded pem v3.0.6 |
| 837 | 2026-07-23T01:47:28.446Z | Downloaded num_enum v0.7.6 |
| 838 | 2026-07-23T01:47:28.446Z | Downloaded phf v0.12.1 |
| 839 | 2026-07-23T01:47:28.446Z | Downloaded pem-rfc7468 v0.7.0 |
| 840 | 2026-07-23T01:47:28.446Z | Downloaded async-compression v0.4.41 |
| 841 | 2026-07-23T01:47:28.462Z | Downloaded psl-types v2.0.11 |
| 842 | 2026-07-23T01:47:28.463Z | Downloaded pkg-config v0.3.32 |
| 843 | 2026-07-23T01:47:28.463Z | Downloaded pin-project-lite v0.2.17 |
| 844 | 2026-07-23T01:47:28.463Z | Downloaded pin-project-internal v1.1.11 |
| 845 | 2026-07-23T01:47:28.463Z | Downloaded phf v0.13.1 |
| 846 | 2026-07-23T01:47:28.463Z | Downloaded phc v0.6.1 |
| 847 | 2026-07-23T01:47:28.463Z | Downloaded icu_normalizer_data v2.1.1 |
| 848 | 2026-07-23T01:47:28.463Z | Downloaded libbz2-rs-sys v0.2.2 |
| 849 | 2026-07-23T01:47:28.463Z | Downloaded rand_chacha v0.3.1 |
| 850 | 2026-07-23T01:47:28.463Z | Downloaded port-file v0.1.0 |
| 851 | 2026-07-23T01:47:28.480Z | Downloaded poly1305 v0.8.0 |
| 852 | 2026-07-23T01:47:28.480Z | Downloaded ppv-lite86 v0.2.21 |
| 853 | 2026-07-23T01:47:28.480Z | Downloaded pkcs8 v0.10.2 |
| 854 | 2026-07-23T01:47:28.480Z | Downloaded quick-error v1.2.3 |
| 855 | 2026-07-23T01:47:28.480Z | Downloaded parking_lot_core v0.9.12 |
| 856 | 2026-07-23T01:47:28.480Z | Downloaded primefield v0.14.0 |
| 857 | 2026-07-23T01:47:28.481Z | Downloaded icu_collections v2.1.1 |
| 858 | 2026-07-23T01:47:28.481Z | Downloaded proc-macro-error2 v2.0.1 |
| 859 | 2026-07-23T01:47:28.481Z | Downloaded radium v0.7.0 |
| 860 | 2026-07-23T01:47:28.481Z | Downloaded predicates v3.1.4 |
| 861 | 2026-07-23T01:47:28.481Z | Downloaded bumpalo v3.20.2 |
| 862 | 2026-07-23T01:47:28.526Z | Downloaded primeorder v0.13.6 |
| 863 | 2026-07-23T01:47:28.526Z | Downloaded progenitor v0.14.0 |
| 864 | 2026-07-23T01:47:28.526Z | Downloaded progenitor-client v0.13.0 |
| 865 | 2026-07-23T01:47:28.526Z | Downloaded primeorder v0.14.0-rc.10 |
| 866 | 2026-07-23T01:47:28.526Z | Downloaded pbkdf2 v0.13.0 |
| 867 | 2026-07-23T01:47:28.526Z | Downloaded ref-cast-impl v1.0.25 |
| 868 | 2026-07-23T01:47:28.527Z | Downloaded progenitor v0.13.0 |
| 869 | 2026-07-23T01:47:28.527Z | Downloaded hashbrown v0.12.3 |
| 870 | 2026-07-23T01:47:28.527Z | Downloaded ref-cast v1.0.25 |
| 871 | 2026-07-23T01:47:28.527Z | Downloaded recursive v0.1.1 |
| 872 | 2026-07-23T01:47:28.527Z | Downloaded progenitor-macro v0.13.0 |
| 873 | 2026-07-23T01:47:28.527Z | Downloaded num-traits v0.2.19 |
| 874 | 2026-07-23T01:47:28.527Z | Downloaded rand_xorshift v0.4.0 |
| 875 | 2026-07-23T01:47:28.527Z | Downloaded omicron-zone-package v0.12.3 |
| 876 | 2026-07-23T01:47:28.527Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 877 | 2026-07-23T01:47:28.527Z | Downloaded oso v0.27.3 |
| 878 | 2026-07-23T01:47:28.527Z | Downloaded progenitor-extras v0.2.0 |
| 879 | 2026-07-23T01:47:28.545Z | Downloaded hickory-resolver v0.24.4 |
| 880 | 2026-07-23T01:47:28.545Z | Downloaded ed25519-dalek v2.2.0 |
| 881 | 2026-07-23T01:47:28.545Z | Downloaded miniz_oxide v0.8.9 |
| 882 | 2026-07-23T01:47:28.545Z | Downloaded icu_locale_core v2.1.1 |
| 883 | 2026-07-23T01:47:28.545Z | Downloaded polyval v0.7.1 |
| 884 | 2026-07-23T01:47:28.545Z | Downloaded poly1305 v0.9.0 |
| 885 | 2026-07-23T01:47:28.545Z | Downloaded pkcs8 v0.11.0 |
| 886 | 2026-07-23T01:47:28.545Z | Downloaded oxide-update-engine-types v0.1.2 |
| 887 | 2026-07-23T01:47:28.545Z | Downloaded rustc-hash v2.1.1 |
| 888 | 2026-07-23T01:47:28.545Z | Downloaded postgres-protocol v0.6.10 |
| 889 | 2026-07-23T01:47:28.545Z | Downloaded rustc_version v0.1.7 |
| 890 | 2026-07-23T01:47:28.545Z | Downloaded postgres-types v0.2.12 |
| 891 | 2026-07-23T01:47:28.545Z | Downloaded postcard v1.1.3 |
| 892 | 2026-07-23T01:47:28.545Z | Downloaded rtoolbox v0.0.3 |
| 893 | 2026-07-23T01:47:28.545Z | Downloaded crossterm v0.28.1 |
| 894 | 2026-07-23T01:47:28.545Z | Downloaded parking_lot v0.12.5 |
| 895 | 2026-07-23T01:47:28.545Z | Downloaded papergrid v0.17.0 |
| 896 | 2026-07-23T01:47:28.545Z | Downloaded jiff-static v0.2.21 |
| 897 | 2026-07-23T01:47:28.545Z | Downloaded russh-util v0.52.0 |
| 898 | 2026-07-23T01:47:28.546Z | Downloaded rfc6979 v0.5.0 |
| 899 | 2026-07-23T01:47:28.546Z | Downloaded russh-cryptovec v0.61.0 |
| 900 | 2026-07-23T01:47:28.546Z | Downloaded http v1.4.2 |
| 901 | 2026-07-23T01:47:28.578Z | Downloaded rustc_version v0.4.1 |
| 902 | 2026-07-23T01:47:28.578Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-07-23T01:47:28.578Z | Downloaded hickory-resolver v0.25.2 |
| 904 | 2026-07-23T01:47:28.578Z | Downloaded r2d2 v0.8.10 |
| 905 | 2026-07-23T01:47:28.578Z | Downloaded parking_lot v0.11.2 |
| 906 | 2026-07-23T01:47:28.578Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 907 | 2026-07-23T01:47:28.578Z | Downloaded pkcs1 v0.7.5 |
| 908 | 2026-07-23T01:47:28.578Z | Downloaded rand_core v0.9.5 |
| 909 | 2026-07-23T01:47:28.578Z | Downloaded der v0.8.0 |
| 910 | 2026-07-23T01:47:28.578Z | Downloaded rand_seeder v0.4.0 |
| 911 | 2026-07-23T01:47:28.578Z | Downloaded rand_core v0.10.0 |
| 912 | 2026-07-23T01:47:28.594Z | Downloaded rand_chacha v0.9.0 |
| 913 | 2026-07-23T01:47:28.595Z | Downloaded icu_normalizer v2.1.1 |
| 914 | 2026-07-23T01:47:28.595Z | Downloaded scheduled-thread-pool v0.2.7 |
| 915 | 2026-07-23T01:47:28.595Z | Downloaded expectorate v1.2.0 |
| 916 | 2026-07-23T01:47:28.595Z | Downloaded rand_core v0.6.4 |
| 917 | 2026-07-23T01:47:28.595Z | Downloaded paste v1.0.15 |
| 918 | 2026-07-23T01:47:28.595Z | Downloaded rpassword v7.5.4 |
| 919 | 2026-07-23T01:47:28.595Z | Downloaded proc-macro-crate v3.4.0 |
| 920 | 2026-07-23T01:47:28.595Z | Downloaded proc-macro-crate v1.3.1 |
| 921 | 2026-07-23T01:47:28.595Z | Downloaded scroll_derive v0.13.1 |
| 922 | 2026-07-23T01:47:28.595Z | Downloaded scopeguard v1.2.0 |
| 923 | 2026-07-23T01:47:28.595Z | Downloaded serde_bytes v0.11.19 |
| 924 | 2026-07-23T01:47:28.595Z | Downloaded hashbrown v0.13.2 |
| 925 | 2026-07-23T01:47:28.595Z | Downloaded dropshot-api-manager v0.7.2 |
| 926 | 2026-07-23T01:47:28.595Z | Downloaded secrecy v0.10.3 |
| 927 | 2026-07-23T01:47:28.595Z | Downloaded secrecy v0.8.0 |
| 928 | 2026-07-23T01:47:28.595Z | Downloaded pin-project v1.1.11 |
| 929 | 2026-07-23T01:47:28.606Z | Downloaded serde_plain v1.0.2 |
| 930 | 2026-07-23T01:47:28.606Z | Downloaded sha1 v0.10.6 |
| 931 | 2026-07-23T01:47:28.607Z | Downloaded serde_urlencoded v0.7.1 |
| 932 | 2026-07-23T01:47:28.607Z | Downloaded rusty-fork v0.3.1 |
| 933 | 2026-07-23T01:47:28.607Z | Downloaded hickory-server v0.25.2 |
| 934 | 2026-07-23T01:47:28.607Z | Downloaded psm v0.1.30 |
| 935 | 2026-07-23T01:47:28.607Z | Downloaded serde_spanned v1.1.1 |
| 936 | 2026-07-23T01:47:28.607Z | Downloaded seq-macro v0.3.6 |
| 937 | 2026-07-23T01:47:28.607Z | Downloaded resolv-conf v0.7.6 |
| 938 | 2026-07-23T01:47:28.608Z | Downloaded serde-big-array v0.5.1 |
| 939 | 2026-07-23T01:47:28.608Z | Downloaded serde_repr v0.1.20 |
| 940 | 2026-07-23T01:47:28.608Z | Downloaded semver v0.1.20 |
| 941 | 2026-07-23T01:47:28.608Z | Downloaded rustls-native-certs v0.8.3 |
| 942 | 2026-07-23T01:47:28.626Z | Downloaded pkcs5 v0.8.1 |
| 943 | 2026-07-23T01:47:28.626Z | Downloaded openssl-sys v0.9.115 |
| 944 | 2026-07-23T01:47:28.626Z | Downloaded sha1 v0.11.0 |
| 945 | 2026-07-23T01:47:28.626Z | Downloaded rustversion v1.0.22 |
| 946 | 2026-07-23T01:47:28.626Z | Downloaded quinn-udp v0.5.14 |
| 947 | 2026-07-23T01:47:28.626Z | Downloaded minimal-lexical v0.2.1 |
| 948 | 2026-07-23T01:47:28.636Z | Downloaded same-file v1.0.6 |
| 949 | 2026-07-23T01:47:28.636Z | Downloaded aes v0.9.1 |
| 950 | 2026-07-23T01:47:28.636Z | Downloaded sigpipe v0.1.3 |
| 951 | 2026-07-23T01:47:28.636Z | Downloaded signature v3.0.0 |
| 952 | 2026-07-23T01:47:28.636Z | Downloaded signature v2.2.0 |
| 953 | 2026-07-23T01:47:28.636Z | Downloaded signal-hook-tokio v0.3.1 |
| 954 | 2026-07-23T01:47:28.636Z | Downloaded signal-hook-mio v0.2.5 |
| 955 | 2026-07-23T01:47:28.637Z | Downloaded shell-words v1.1.1 |
| 956 | 2026-07-23T01:47:28.637Z | Downloaded rustls-pemfile v2.2.0 |
| 957 | 2026-07-23T01:47:28.637Z | Downloaded sec1 v0.7.3 |
| 958 | 2026-07-23T01:47:28.637Z | Downloaded scrypt v0.12.0 |
| 959 | 2026-07-23T01:47:28.637Z | Downloaded scroll v0.13.0 |
| 960 | 2026-07-23T01:47:28.637Z | Downloaded progenitor-impl v0.13.0 |
| 961 | 2026-07-23T01:47:28.637Z | Downloaded pem-rfc7468 v1.0.0 |
| 962 | 2026-07-23T01:47:28.650Z | Downloaded siphasher v1.0.2 |
| 963 | 2026-07-23T01:47:28.650Z | Downloaded itertools v0.10.5 |
| 964 | 2026-07-23T01:47:28.650Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 965 | 2026-07-23T01:47:28.650Z | Downloaded slog-envlogger v2.2.0 |
| 966 | 2026-07-23T01:47:28.650Z | Downloaded slog-bunyan v2.5.0 |
| 967 | 2026-07-23T01:47:28.650Z | Downloaded sec1 v0.8.1 |
| 968 | 2026-07-23T01:47:28.650Z | Downloaded schemars_derive v0.8.22 |
| 969 | 2026-07-23T01:47:28.650Z | Downloaded num-bigint v0.4.6 |
| 970 | 2026-07-23T01:47:28.666Z | Downloaded pretty_assertions v1.4.1 |
| 971 | 2026-07-23T01:47:28.666Z | Downloaded p384 v0.14.0-rc.10 |
| 972 | 2026-07-23T01:47:28.666Z | Downloaded diesel_derives v2.3.7 |
| 973 | 2026-07-23T01:47:28.666Z | Downloaded icu_provider v2.1.1 |
| 974 | 2026-07-23T01:47:28.666Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 975 | 2026-07-23T01:47:28.667Z | Downloaded der v0.7.10 |
| 976 | 2026-07-23T01:47:28.679Z | Downloaded serde_path_to_error v0.1.20 |
| 977 | 2026-07-23T01:47:28.679Z | Downloaded serde_derive_internals v0.29.1 |
| 978 | 2026-07-23T01:47:28.679Z | Downloaded darling_core v0.23.0 |
| 979 | 2026-07-23T01:47:28.679Z | Downloaded p256 v0.14.0-rc.10 |
| 980 | 2026-07-23T01:47:28.679Z | Downloaded csv-core v0.1.13 |
| 981 | 2026-07-23T01:47:28.679Z | Downloaded rcgen v0.12.1 |
| 982 | 2026-07-23T01:47:28.679Z | Downloaded progenitor-impl v0.14.0 |
| 983 | 2026-07-23T01:47:28.679Z | Downloaded crossterm v0.29.0 |
| 984 | 2026-07-23T01:47:28.720Z | Downloaded stable_deref_trait v1.2.1 |
| 985 | 2026-07-23T01:47:28.720Z | Downloaded serde_with_macros v1.5.2 |
| 986 | 2026-07-23T01:47:28.720Z | Downloaded rustls-pki-types v1.14.0 |
| 987 | 2026-07-23T01:47:28.720Z | Downloaded prettyplease v0.2.37 |
| 988 | 2026-07-23T01:47:28.720Z | Downloaded sqlparser_derive v0.5.0 |
| 989 | 2026-07-23T01:47:28.720Z | Downloaded byte-wrapper v0.1.0 |
| 990 | 2026-07-23T01:47:28.720Z | Downloaded futures-sink v0.3.32 |
| 991 | 2026-07-23T01:47:28.731Z | Downloaded chacha20 v0.10.0 |
| 992 | 2026-07-23T01:47:28.731Z | Downloaded shlex v1.3.0 |
| 993 | 2026-07-23T01:47:28.731Z | Downloaded simd-adler32 v0.3.8 |
| 994 | 2026-07-23T01:47:28.731Z | Downloaded signal-hook-registry v1.4.8 |
| 995 | 2026-07-23T01:47:28.731Z | Downloaded strum v0.27.2 |
| 996 | 2026-07-23T01:47:28.731Z | Downloaded structmeta-derive v0.3.0 |
| 997 | 2026-07-23T01:47:28.731Z | Downloaded strsim v0.10.0 |
| 998 | 2026-07-23T01:47:28.732Z | Downloaded structmeta v0.3.0 |
| 999 | 2026-07-23T01:47:28.732Z | Downloaded sapling-renderdag v0.1.0 |
| 1000 | 2026-07-23T01:47:28.732Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1001 | 2026-07-23T01:47:28.732Z | Downloaded blake2 v0.10.6 |
| 1002 | 2026-07-23T01:47:28.732Z | Downloaded strum v0.26.3 |
| 1003 | 2026-07-23T01:47:28.732Z | Downloaded salsa20 v0.11.0 |
| 1004 | 2026-07-23T01:47:28.732Z | Downloaded subtle v2.6.1 |
| 1005 | 2026-07-23T01:47:28.732Z | Downloaded slog-dtrace v0.3.0 |
| 1006 | 2026-07-23T01:47:28.732Z | Downloaded slab v0.4.12 |
| 1007 | 2026-07-23T01:47:28.732Z | Downloaded slog-scope v4.4.1 |
| 1008 | 2026-07-23T01:47:28.732Z | Downloaded hyper-util v0.1.20 |
| 1009 | 2026-07-23T01:47:28.732Z | Downloaded foreign-types-macros v0.2.3 |
| 1010 | 2026-07-23T01:47:28.732Z | Downloaded slog-stdlog v4.1.1 |
| 1011 | 2026-07-23T01:47:28.732Z | Downloaded prefix-trie v0.7.0 |
| 1012 | 2026-07-23T01:47:28.732Z | Downloaded base16ct v1.0.0 |
| 1013 | 2026-07-23T01:47:28.732Z | Downloaded sync_wrapper v1.0.2 |
| 1014 | 2026-07-23T01:47:28.732Z | Downloaded sync-ptr v0.1.4 |
| 1015 | 2026-07-23T01:47:28.732Z | Downloaded supports-color v3.0.2 |
| 1016 | 2026-07-23T01:47:28.732Z | Downloaded smallvec v0.6.14 |
| 1017 | 2026-07-23T01:47:28.732Z | Downloaded slog-json v2.6.1 |
| 1018 | 2026-07-23T01:47:28.732Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-07-23T01:47:28.732Z | Downloaded hashbrown v0.15.5 |
| 1020 | 2026-07-23T01:47:28.733Z | Downloaded serde_cbor v0.11.2 |
| 1021 | 2026-07-23T01:47:28.759Z | Downloaded hashbrown v0.16.1 |
| 1022 | 2026-07-23T01:47:28.759Z | Downloaded tap v1.0.1 |
| 1023 | 2026-07-23T01:47:28.759Z | Downloaded take_mut v0.2.2 |
| 1024 | 2026-07-23T01:47:28.759Z | Downloaded tagptr v0.2.0 |
| 1025 | 2026-07-23T01:47:28.759Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1026 | 2026-07-23T01:47:28.759Z | Downloaded testing_table v0.3.0 |
| 1027 | 2026-07-23T01:47:28.759Z | Downloaded snafu-derive v0.8.9 |
| 1028 | 2026-07-23T01:47:28.759Z | Downloaded serdect v0.4.3 |
| 1029 | 2026-07-23T01:47:28.759Z | Downloaded mio v1.2.0 |
| 1030 | 2026-07-23T01:47:28.816Z | Downloaded thread-id v5.1.0 |
| 1031 | 2026-07-23T01:47:28.816Z | Downloaded spki v0.8.0 |
| 1032 | 2026-07-23T01:47:28.816Z | Downloaded spki v0.7.3 |
| 1033 | 2026-07-23T01:47:28.816Z | Downloaded tabled_derive v0.11.0 |
| 1034 | 2026-07-23T01:47:28.816Z | Downloaded smf v0.2.3 |
| 1035 | 2026-07-23T01:47:28.816Z | Downloaded serde-hex v0.1.0 |
| 1036 | 2026-07-23T01:47:28.816Z | Downloaded idna v1.1.0 |
| 1037 | 2026-07-23T01:47:28.816Z | Downloaded rayon-core v1.13.0 |
| 1038 | 2026-07-23T01:47:28.816Z | Downloaded string_cache v0.8.9 |
| 1039 | 2026-07-23T01:47:28.816Z | Downloaded termtree v0.5.1 |
| 1040 | 2026-07-23T01:47:28.816Z | Downloaded stacker v0.1.23 |
| 1041 | 2026-07-23T01:47:28.816Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1042 | 2026-07-23T01:47:28.816Z | Downloaded sha2 v0.11.0 |
| 1043 | 2026-07-23T01:47:28.816Z | Downloaded static_assertions v1.1.0 |
| 1044 | 2026-07-23T01:47:28.816Z | Downloaded nom v7.1.3 |
| 1045 | 2026-07-23T01:47:28.816Z | Downloaded serde_with_macros v3.21.0 |
| 1046 | 2026-07-23T01:47:28.816Z | Downloaded ryu v1.0.23 |
| 1047 | 2026-07-23T01:47:28.816Z | Downloaded time-core v0.1.8 |
| 1048 | 2026-07-23T01:47:28.817Z | Downloaded strum_macros v0.27.2 |
| 1049 | 2026-07-23T01:47:28.839Z | Downloaded strum_macros v0.26.4 |
| 1050 | 2026-07-23T01:47:28.839Z | Downloaded schemars v0.8.22 |
| 1051 | 2026-07-23T01:47:28.839Z | Downloaded tinyvec_macros v0.1.1 |
| 1052 | 2026-07-23T01:47:28.839Z | Downloaded libxml v0.3.3 |
| 1053 | 2026-07-23T01:47:28.839Z | Downloaded synstructure v0.13.2 |
| 1054 | 2026-07-23T01:47:28.839Z | Downloaded ron v0.8.1 |
| 1055 | 2026-07-23T01:47:28.840Z | Downloaded tokio-macros v2.7.0 |
| 1056 | 2026-07-23T01:47:28.840Z | Downloaded support-bundle-viewer v0.1.2 |
| 1057 | 2026-07-23T01:47:28.840Z | Downloaded quinn v0.11.9 |
| 1058 | 2026-07-23T01:47:28.840Z | Downloaded tokio-test v0.4.5 |
| 1059 | 2026-07-23T01:47:28.840Z | Downloaded publicsuffix v2.3.0 |
| 1060 | 2026-07-23T01:47:28.840Z | Downloaded spin v0.9.8 |
| 1061 | 2026-07-23T01:47:28.840Z | Downloaded smallvec v1.15.1 |
| 1062 | 2026-07-23T01:47:28.840Z | Downloaded slog-term v2.9.2 |
| 1063 | 2026-07-23T01:47:28.840Z | Downloaded slog-async v2.8.0 |
| 1064 | 2026-07-23T01:47:28.840Z | Downloaded itertools v0.12.1 |
| 1065 | 2026-07-23T01:47:28.840Z | Downloaded icu_properties_data v2.1.2 |
| 1066 | 2026-07-23T01:47:28.840Z | Downloaded topological-sort v0.2.2 |
| 1067 | 2026-07-23T01:47:28.840Z | Downloaded tower-service v0.3.3 |
| 1068 | 2026-07-23T01:47:28.840Z | Downloaded tower-layer v0.3.3 |
| 1069 | 2026-07-23T01:47:28.840Z | Downloaded stringprep v0.1.5 |
| 1070 | 2026-07-23T01:47:28.840Z | Downloaded sqlformat v0.3.5 |
| 1071 | 2026-07-23T01:47:28.841Z | Downloaded thiserror-no-std v2.0.2 |
| 1072 | 2026-07-23T01:47:28.841Z | Downloaded rand v0.8.6 |
| 1073 | 2026-07-23T01:47:28.856Z | Downloaded iri-string v0.7.10 |
| 1074 | 2026-07-23T01:47:28.856Z | Downloaded try-lock v0.2.5 |
| 1075 | 2026-07-23T01:47:28.856Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1076 | 2026-07-23T01:47:28.856Z | Downloaded thread_local v1.1.9 |
| 1077 | 2026-07-23T01:47:28.857Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1078 | 2026-07-23T01:47:28.857Z | Downloaded libm v0.2.16 |
| 1079 | 2026-07-23T01:47:28.857Z | Downloaded typify-macro v0.6.2 |
| 1080 | 2026-07-23T01:47:28.857Z | Downloaded strum_macros v0.24.3 |
| 1081 | 2026-07-23T01:47:28.857Z | Downloaded signal-hook v0.3.18 |
| 1082 | 2026-07-23T01:47:28.857Z | Downloaded tls_codec v0.4.2 |
| 1083 | 2026-07-23T01:47:28.857Z | Downloaded p521 v0.14.0-rc.10 |
| 1084 | 2026-07-23T01:47:28.857Z | Downloaded unit-prefix v0.5.2 |
| 1085 | 2026-07-23T01:47:28.857Z | Downloaded unicode-xid v0.2.6 |
| 1086 | 2026-07-23T01:47:28.888Z | Downloaded qorb v0.4.1 |
| 1087 | 2026-07-23T01:47:28.888Z | Downloaded tokio-dtrace v0.1.1 |
| 1088 | 2026-07-23T01:47:28.888Z | Downloaded hyper v1.10.1 |
| 1089 | 2026-07-23T01:47:28.888Z | Downloaded tokio-native-tls v0.3.1 |
| 1090 | 2026-07-23T01:47:28.888Z | Downloaded tokio-tungstenite v0.21.0 |
| 1091 | 2026-07-23T01:47:28.888Z | Downloaded tls_codec_derive v0.4.2 |
| 1092 | 2026-07-23T01:47:28.889Z | Downloaded untrusted v0.7.1 |
| 1093 | 2026-07-23T01:47:28.889Z | Downloaded untrusted v0.9.0 |
| 1094 | 2026-07-23T01:47:28.889Z | Downloaded universal-hash v0.5.1 |
| 1095 | 2026-07-23T01:47:28.911Z | Downloaded h2 v0.4.15 |
| 1096 | 2026-07-23T01:47:28.911Z | Downloaded socket2 v0.5.10 |
| 1097 | 2026-07-23T01:47:28.911Z | Downloaded universal-hash v0.6.1 |
| 1098 | 2026-07-23T01:47:28.911Z | Downloaded tokio-tungstenite v0.23.1 |
| 1099 | 2026-07-23T01:47:28.911Z | Downloaded utf8_iter v1.0.4 |
| 1100 | 2026-07-23T01:47:28.911Z | Downloaded utf-8 v0.7.6 |
| 1101 | 2026-07-23T01:47:28.911Z | Downloaded unicode-truncate v1.1.0 |
| 1102 | 2026-07-23T01:47:28.911Z | Downloaded unarray v0.1.4 |
| 1103 | 2026-07-23T01:47:28.911Z | Downloaded num-bigint-dig v0.8.6 |
| 1104 | 2026-07-23T01:47:28.911Z | Downloaded trait-variant v0.1.2 |
| 1105 | 2026-07-23T01:47:28.912Z | Downloaded tinystr v0.8.2 |
| 1106 | 2026-07-23T01:47:28.912Z | Downloaded rsa v0.9.10 |
| 1107 | 2026-07-23T01:47:28.912Z | Downloaded usdt v0.6.0 |
| 1108 | 2026-07-23T01:47:28.912Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1109 | 2026-07-23T01:47:28.912Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-07-23T01:47:28.912Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1111 | 2026-07-23T01:47:28.912Z | Downloaded term v1.2.1 |
| 1112 | 2026-07-23T01:47:28.912Z | Downloaded time-macros v0.2.27 |
| 1113 | 2026-07-23T01:47:28.912Z | Downloaded slog v2.8.2 |
| 1114 | 2026-07-23T01:47:28.912Z | Downloaded similar v2.7.0 |
| 1115 | 2026-07-23T01:47:28.939Z | Downloaded void v1.0.2 |
| 1116 | 2026-07-23T01:47:28.939Z | Downloaded tiny-keccak v2.0.2 |
| 1117 | 2026-07-23T01:47:28.939Z | Downloaded nom v8.0.0 |
| 1118 | 2026-07-23T01:47:28.939Z | Downloaded itertools v0.14.0 |
| 1119 | 2026-07-23T01:47:28.939Z | Downloaded waitgroup v0.1.2 |
| 1120 | 2026-07-23T01:47:28.939Z | Downloaded want v0.3.1 |
| 1121 | 2026-07-23T01:47:28.939Z | Downloaded rustls-webpki v0.103.13 |
| 1122 | 2026-07-23T01:47:28.939Z | Downloaded wait-timeout v0.2.1 |
| 1123 | 2026-07-23T01:47:28.939Z | Downloaded futures-util v0.3.32 |
| 1124 | 2026-07-23T01:47:28.939Z | Downloaded unicase v2.9.0 |
| 1125 | 2026-07-23T01:47:29.020Z | Downloaded tui-tree-widget v0.23.1 |
| 1126 | 2026-07-23T01:47:29.020Z | Downloaded snafu v0.8.9 |
| 1127 | 2026-07-23T01:47:29.020Z | Downloaded yoke-derive v0.8.1 |
| 1128 | 2026-07-23T01:47:29.020Z | Downloaded test-strategy v0.4.5 |
| 1129 | 2026-07-23T01:47:29.020Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1130 | 2026-07-23T01:47:29.020Z | Downloaded crypto-primes v0.7.2 |
| 1131 | 2026-07-23T01:47:29.020Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-07-23T01:47:29.020Z | Downloaded bitvec v1.0.1 |
| 1133 | 2026-07-23T01:47:29.020Z | Downloaded usdt-impl v0.6.0 |
| 1134 | 2026-07-23T01:47:29.020Z | Downloaded socket2 v0.6.3 |
| 1135 | 2026-07-23T01:47:29.020Z | Downloaded xshell-macros v0.2.7 |
| 1136 | 2026-07-23T01:47:29.020Z | Downloaded usdt-attr-macro v0.6.0 |
| 1137 | 2026-07-23T01:47:29.020Z | Downloaded tokio-stream v0.1.18 |
| 1138 | 2026-07-23T01:47:29.020Z | Downloaded zeroize_derive v1.4.3 |
| 1139 | 2026-07-23T01:47:29.020Z | Downloaded xattr v1.6.1 |
| 1140 | 2026-07-23T01:47:29.020Z | Downloaded tracing-attributes v0.1.31 |
| 1141 | 2026-07-23T01:47:29.021Z | Downloaded samael v0.0.19 |
| 1142 | 2026-07-23T01:47:29.021Z | Downloaded zerofrom-derive v0.1.6 |
| 1143 | 2026-07-23T01:47:29.021Z | Downloaded zerofrom v0.1.6 |
| 1144 | 2026-07-23T01:47:29.066Z | Downloaded schemars v0.9.0 |
| 1145 | 2026-07-23T01:47:29.066Z | Downloaded zone v0.3.1 |
| 1146 | 2026-07-23T01:47:29.066Z | Downloaded schemars v1.2.1 |
| 1147 | 2026-07-23T01:47:29.066Z | Downloaded whoami v1.6.1 |
| 1148 | 2026-07-23T01:47:29.066Z | Downloaded zone_cfg_derive v0.3.1 |
| 1149 | 2026-07-23T01:47:29.066Z | Downloaded vergen-gitcl v1.0.8 |
| 1150 | 2026-07-23T01:47:29.066Z | Downloaded unicode-properties v0.1.4 |
| 1151 | 2026-07-23T01:47:29.066Z | Downloaded vergen-git2 v9.1.0 |
| 1152 | 2026-07-23T01:47:29.066Z | Downloaded uzers v0.12.2 |
| 1153 | 2026-07-23T01:47:29.066Z | Downloaded walkdir v2.5.0 |
| 1154 | 2026-07-23T01:47:29.066Z | Downloaded vergen-lib v0.1.6 |
| 1155 | 2026-07-23T01:47:29.066Z | Downloaded rand v0.9.2 |
| 1156 | 2026-07-23T01:47:29.067Z | Downloaded rand v0.10.1 |
| 1157 | 2026-07-23T01:47:29.067Z | Downloaded vergen-lib v9.1.0 |
| 1158 | 2026-07-23T01:47:29.067Z | Downloaded twox-hash v2.1.2 |
| 1159 | 2026-07-23T01:47:29.067Z | Downloaded tinyvec v1.10.0 |
| 1160 | 2026-07-23T01:47:29.067Z | Downloaded whoami v2.1.0 |
| 1161 | 2026-07-23T01:47:29.067Z | Downloaded bindgen v0.71.1 |
| 1162 | 2026-07-23T01:47:29.067Z | Downloaded tar v0.4.46 |
| 1163 | 2026-07-23T01:47:29.067Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1164 | 2026-07-23T01:47:29.067Z | Downloaded yoke v0.8.1 |
| 1165 | 2026-07-23T01:47:29.067Z | Downloaded hkdf v0.12.4 |
| 1166 | 2026-07-23T01:47:29.067Z | Downloaded term v0.7.0 |
| 1167 | 2026-07-23T01:47:29.067Z | Downloaded writeable v0.6.2 |
| 1168 | 2026-07-23T01:47:29.067Z | Downloaded wyz v0.5.1 |
| 1169 | 2026-07-23T01:47:29.067Z | Downloaded termios v0.3.3 |
| 1170 | 2026-07-23T01:47:29.067Z | Downloaded itertools v0.13.0 |
| 1171 | 2026-07-23T01:47:29.067Z | Downloaded vergen v9.1.0 |
| 1172 | 2026-07-23T01:47:29.067Z | Downloaded steno v0.4.1 |
| 1173 | 2026-07-23T01:47:29.067Z | Downloaded zeroize v1.8.2 |
| 1174 | 2026-07-23T01:47:29.067Z | Downloaded tokio-rustls v0.26.4 |
| 1175 | 2026-07-23T01:47:29.067Z | Downloaded zstd-safe v7.2.4 |
| 1176 | 2026-07-23T01:47:29.067Z | Downloaded iddqd v0.4.2 |
| 1177 | 2026-07-23T01:47:29.068Z | Downloaded vsss-rs v3.3.4 |
| 1178 | 2026-07-23T01:47:29.068Z | Downloaded toml v0.7.8 |
| 1179 | 2026-07-23T01:47:29.093Z | Downloaded hkdf v0.13.0 |
| 1180 | 2026-07-23T01:47:29.093Z | Downloaded unicode-bidi v0.3.18 |
| 1181 | 2026-07-23T01:47:29.093Z | Downloaded rsa v0.10.0-rc.18 |
| 1182 | 2026-07-23T01:47:29.093Z | Downloaded zstd v0.13.3 |
| 1183 | 2026-07-23T01:47:29.093Z | Downloaded git2 v0.20.4 |
| 1184 | 2026-07-23T01:47:29.094Z | Downloaded tungstenite v0.23.0 |
| 1185 | 2026-07-23T01:47:29.094Z | Downloaded blake3 v1.8.5 |
| 1186 | 2026-07-23T01:47:29.094Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1187 | 2026-07-23T01:47:29.094Z | Downloaded typify v0.6.2 |
| 1188 | 2026-07-23T01:47:29.094Z | Downloaded yasna v0.5.2 |
| 1189 | 2026-07-23T01:47:29.094Z | Downloaded tungstenite v0.21.0 |
| 1190 | 2026-07-23T01:47:29.094Z | Downloaded serde_with v1.14.0 |
| 1191 | 2026-07-23T01:47:29.094Z | Downloaded xshell v0.2.7 |
| 1192 | 2026-07-23T01:47:29.094Z | Downloaded subprocess v0.2.15 |
| 1193 | 2026-07-23T01:47:29.094Z | Downloaded rustyline v14.0.0 |
| 1194 | 2026-07-23T01:47:29.094Z | Downloaded vte v0.14.1 |
| 1195 | 2026-07-23T01:47:29.094Z | Downloaded tracing-core v0.1.36 |
| 1196 | 2026-07-23T01:47:29.094Z | Downloaded p384 v0.13.1 |
| 1197 | 2026-07-23T01:47:29.094Z | Downloaded zerocopy v0.6.6 |
| 1198 | 2026-07-23T01:47:29.094Z | Downloaded chrono v0.4.45 |
| 1199 | 2026-07-23T01:47:29.131Z | Downloaded zerovec-derive v0.11.2 |
| 1200 | 2026-07-23T01:47:29.131Z | Downloaded unsafe-libyaml v0.2.11 |
| 1201 | 2026-07-23T01:47:29.131Z | Downloaded uuid v1.23.4 |
| 1202 | 2026-07-23T01:47:29.131Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1203 | 2026-07-23T01:47:29.131Z | Downloaded regex v1.12.3 |
| 1204 | 2026-07-23T01:47:29.131Z | Downloaded url v2.5.8 |
| 1205 | 2026-07-23T01:47:29.166Z | Downloaded tokio-postgres v0.7.16 |
| 1206 | 2026-07-23T01:47:29.166Z | Downloaded curve25519-dalek v4.1.3 |
| 1207 | 2026-07-23T01:47:29.166Z | Downloaded rayon v1.11.0 |
| 1208 | 2026-07-23T01:47:29.166Z | Downloaded zip v0.6.6 |
| 1209 | 2026-07-23T01:47:29.166Z | Downloaded zopfli v0.8.3 |
| 1210 | 2026-07-23T01:47:29.166Z | Downloaded lalrpop v0.19.12 |
| 1211 | 2026-07-23T01:47:29.194Z | Downloaded unicode-segmentation v1.12.0 |
| 1212 | 2026-07-23T01:47:29.194Z | Downloaded reedline v0.40.0 |
| 1213 | 2026-07-23T01:47:29.194Z | Downloaded unicode_categories v0.1.1 |
| 1214 | 2026-07-23T01:47:29.194Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1215 | 2026-07-23T01:47:29.194Z | Downloaded zerotrie v0.2.3 |
| 1216 | 2026-07-23T01:47:29.214Z | Downloaded portable-atomic v1.13.1 |
| 1217 | 2026-07-23T01:47:29.214Z | Downloaded rawzip v0.4.4 |
| 1218 | 2026-07-23T01:47:29.214Z | Downloaded goblin v0.10.5 |
| 1219 | 2026-07-23T01:47:29.240Z | Downloaded reqwest v0.12.28 |
| 1220 | 2026-07-23T01:47:29.240Z | Downloaded yansi v1.0.1 |
| 1221 | 2026-07-23T01:47:29.240Z | Downloaded toml_edit v0.19.15 |
| 1222 | 2026-07-23T01:47:29.240Z | Downloaded zerocopy-derive v0.8.40 |
| 1223 | 2026-07-23T01:47:29.252Z | Downloaded zip v4.6.1 |
| 1224 | 2026-07-23T01:47:29.252Z | Downloaded serde_with v3.21.0 |
| 1225 | 2026-07-23T01:47:29.252Z | Downloaded x509-cert v0.2.5 |
| 1226 | 2026-07-23T01:47:29.252Z | Downloaded tough v0.22.0 |
| 1227 | 2026-07-23T01:47:29.267Z | Downloaded quick-xml v0.37.5 |
| 1228 | 2026-07-23T01:47:29.267Z | Downloaded object v0.30.4 |
| 1229 | 2026-07-23T01:47:29.286Z | Downloaded moka v0.12.13 |
| 1230 | 2026-07-23T01:47:29.287Z | Downloaded quinn-proto v0.11.13 |
| 1231 | 2026-07-23T01:47:29.287Z | Downloaded typed-path v0.9.3 |
| 1232 | 2026-07-23T01:47:29.287Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1233 | 2026-07-23T01:47:29.296Z | Downloaded petname v2.0.2 |
| 1234 | 2026-07-23T01:47:29.296Z | Downloaded dropshot v0.17.1 |
| 1235 | 2026-07-23T01:47:29.314Z | Downloaded tower-http v0.6.8 |
| 1236 | 2026-07-23T01:47:29.315Z | Downloaded unicode-normalization v0.1.25 |
| 1237 | 2026-07-23T01:47:29.315Z | Downloaded salty v0.3.0 |
| 1238 | 2026-07-23T01:47:29.332Z | Downloaded proptest v1.10.0 |
| 1239 | 2026-07-23T01:47:29.332Z | Downloaded zerovec v0.11.5 |
| 1240 | 2026-07-23T01:47:29.332Z | Downloaded crypto-bigint v0.7.5 |
| 1241 | 2026-07-23T01:47:29.332Z | Downloaded polar-core v0.27.3 |
| 1242 | 2026-07-23T01:47:29.350Z | Downloaded bstr v1.12.1 |
| 1243 | 2026-07-23T01:47:29.350Z | Downloaded winnow v1.0.3 |
| 1244 | 2026-07-23T01:47:29.350Z | Downloaded tokio-util v0.7.18 |
| 1245 | 2026-07-23T01:47:29.368Z | Downloaded winnow v0.6.26 |
| 1246 | 2026-07-23T01:47:29.369Z | Downloaded winnow v0.5.40 |
| 1247 | 2026-07-23T01:47:29.369Z | Downloaded tabled v0.20.0 |
| 1248 | 2026-07-23T01:47:29.790Z | Downloaded russh v0.61.2 |
| 1249 | 2026-07-23T01:47:29.790Z | Downloaded time v0.3.47 |
| 1250 | 2026-07-23T01:47:29.790Z | Downloaded zlib-rs v0.6.2 |
| 1251 | 2026-07-23T01:47:29.790Z | Downloaded nix v0.28.0 |
| 1252 | 2026-07-23T01:47:29.790Z | Downloaded radix_trie v0.2.1 |
| 1253 | 2026-07-23T01:47:29.790Z | Downloaded reqwest v0.13.2 |
| 1254 | 2026-07-23T01:47:29.790Z | Downloaded nix v0.27.1 |
| 1255 | 2026-07-23T01:47:29.790Z | Downloaded openssl v0.10.79 |
| 1256 | 2026-07-23T01:47:29.790Z | Downloaded openapiv3 v2.2.0 |
| 1257 | 2026-07-23T01:47:29.790Z | Downloaded smoltcp v0.11.0 |
| 1258 | 2026-07-23T01:47:29.790Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2026-07-23T01:47:29.790Z | Downloaded tower v0.5.3 |
| 1260 | 2026-07-23T01:47:29.790Z | Downloaded nix v0.31.2 |
| 1261 | 2026-07-23T01:47:29.790Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-07-23T01:47:29.790Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-07-23T01:47:29.790Z | Downloaded object v0.37.3 |
| 1264 | 2026-07-23T01:47:29.790Z | Downloaded zerocopy v0.8.40 |
| 1265 | 2026-07-23T01:47:29.790Z | Downloaded regress v0.10.5 |
| 1266 | 2026-07-23T01:47:29.791Z | Downloaded vcpkg v0.2.15 |
| 1267 | 2026-07-23T01:47:29.791Z | Downloaded regex-syntax v0.8.10 |
| 1268 | 2026-07-23T01:47:29.791Z | Downloaded hickory-proto v0.25.2 |
| 1269 | 2026-07-23T01:47:29.791Z | Downloaded diesel v2.3.7 |
| 1270 | 2026-07-23T01:47:29.791Z | Downloaded rustls v0.23.41 |
| 1271 | 2026-07-23T01:47:29.791Z | Downloaded rustix v0.38.44 |
| 1272 | 2026-07-23T01:47:29.791Z | Downloaded fiat-crypto v0.3.0 |
| 1273 | 2026-07-23T01:47:29.791Z | Downloaded regress v0.11.1 |
| 1274 | 2026-07-23T01:47:29.791Z | Downloaded ratatui v0.29.0 |
| 1275 | 2026-07-23T01:47:29.791Z | Downloaded sqlparser v0.61.0 |
| 1276 | 2026-07-23T01:47:29.791Z | Downloaded sled v0.34.7 |
| 1277 | 2026-07-23T01:47:29.791Z | Downloaded tracing v0.1.44 |
| 1278 | 2026-07-23T01:47:29.791Z | Downloaded typify-impl v0.6.2 |
| 1279 | 2026-07-23T01:47:29.791Z | Downloaded sha3 v0.11.0 |
| 1280 | 2026-07-23T01:47:29.791Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1281 | 2026-07-23T01:47:29.791Z | Downloaded zerocopy-derive v0.6.6 |
| 1282 | 2026-07-23T01:47:29.791Z | Downloaded regex-automata v0.4.14 |
| 1283 | 2026-07-23T01:47:29.791Z | Downloaded jiff v0.2.21 |
| 1284 | 2026-07-23T01:47:29.791Z | Downloaded petgraph v0.8.3 |
| 1285 | 2026-07-23T01:47:29.791Z | Downloaded petgraph v0.6.5 |
| 1286 | 2026-07-23T01:47:29.791Z | Downloaded chrono-tz v0.10.4 |
| 1287 | 2026-07-23T01:47:29.791Z | Downloaded libz-sys v1.1.24 |
| 1288 | 2026-07-23T01:47:29.791Z | Downloaded csv v1.4.0 |
| 1289 | 2026-07-23T01:47:29.791Z | Downloaded encoding_rs v0.8.35 |
| 1290 | 2026-07-23T01:47:29.791Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-07-23T01:47:29.852Z | Downloaded sha3 v0.10.8 |
| 1292 | 2026-07-23T01:47:29.852Z | Downloaded tokio v1.52.1 |
| 1293 | 2026-07-23T01:47:29.908Z | Downloaded ring v0.17.14 |
| 1294 | 2026-07-23T01:47:29.979Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1295 | 2026-07-23T01:47:30.490Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-23T01:47:30.695Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-23T01:47:30.695Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-23T01:47:30.695Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-23T01:47:30.761Z | Compiling log v0.4.29 |
| 1300 | 2026-07-23T01:47:30.761Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-23T01:47:30.761Z | Compiling find-msvc-tools v0.1.9 |
| 1302 | 2026-07-23T01:47:30.761Z | Compiling shlex v1.3.0 |
| 1303 | 2026-07-23T01:47:30.761Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-23T01:47:30.859Z | Compiling scopeguard v1.2.0 |
| 1305 | 2026-07-23T01:47:30.875Z | Compiling stable_deref_trait v1.2.1 |
| 1306 | 2026-07-23T01:47:30.875Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-23T01:47:30.875Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-23T01:47:30.875Z | Compiling zerocopy v0.8.40 |
| 1309 | 2026-07-23T01:47:30.894Z | Compiling portable-atomic v1.13.1 |
| 1310 | 2026-07-23T01:47:30.905Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-23T01:47:30.927Z | Compiling parking_lot_core v0.9.12 |
| 1312 | 2026-07-23T01:47:35.095Z | Compiling pin-project-lite v0.2.17 |
| 1313 | 2026-07-23T01:47:35.146Z | Compiling getrandom v0.4.1 |
| 1314 | 2026-07-23T01:47:35.146Z | Compiling lock_api v0.4.14 |
| 1315 | 2026-07-23T01:47:35.146Z | Compiling libm v0.2.16 |
| 1316 | 2026-07-23T01:47:35.146Z | Compiling pkg-config v0.3.32 |
| 1317 | 2026-07-23T01:47:35.146Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-07-23T01:47:35.146Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-23T01:47:35.146Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-07-23T01:47:35.146Z | Compiling futures-core v0.3.32 |
| 1321 | 2026-07-23T01:47:35.146Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-23T01:47:35.146Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-07-23T01:47:35.146Z | Compiling percent-encoding v2.3.2 |
| 1324 | 2026-07-23T01:47:35.146Z | Compiling writeable v0.6.2 |
| 1325 | 2026-07-23T01:47:35.147Z | Compiling litemap v0.8.1 |
| 1326 | 2026-07-23T01:47:35.147Z | Compiling icu_normalizer_data v2.1.1 |
| 1327 | 2026-07-23T01:47:35.147Z | Compiling icu_properties_data v2.1.2 |
| 1328 | 2026-07-23T01:47:35.147Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-23T01:47:35.147Z | Compiling futures-task v0.3.32 |
| 1330 | 2026-07-23T01:47:35.147Z | Compiling slab v0.4.12 |
| 1331 | 2026-07-23T01:47:35.147Z | Compiling futures-io v0.3.32 |
| 1332 | 2026-07-23T01:47:35.147Z | Compiling utf8_iter v1.0.4 |
| 1333 | 2026-07-23T01:47:35.147Z | Compiling futures-channel v0.3.32 |
| 1334 | 2026-07-23T01:47:35.147Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-23T01:47:35.147Z | Compiling rustversion v1.0.22 |
| 1336 | 2026-07-23T01:47:35.147Z | Compiling getrandom v0.3.4 |
| 1337 | 2026-07-23T01:47:35.147Z | Compiling dunce v1.0.5 |
| 1338 | 2026-07-23T01:47:35.147Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-07-23T01:47:35.147Z | Compiling errno v0.3.14 |
| 1340 | 2026-07-23T01:47:35.147Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-07-23T01:47:35.147Z | Compiling mio v1.2.0 |
| 1342 | 2026-07-23T01:47:35.147Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-07-23T01:47:35.147Z | Compiling fs_extra v1.3.0 |
| 1344 | 2026-07-23T01:47:35.147Z | Compiling signal-hook-registry v1.4.8 |
| 1345 | 2026-07-23T01:47:35.147Z | Compiling rand_core v0.6.4 |
| 1346 | 2026-07-23T01:47:35.147Z | Compiling cc v1.2.56 |
| 1347 | 2026-07-23T01:47:35.147Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-07-23T01:47:35.147Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-07-23T01:47:35.148Z | Compiling iana-time-zone v0.1.65 |
| 1350 | 2026-07-23T01:47:35.148Z | Compiling rustix v1.1.3 |
| 1351 | 2026-07-23T01:47:35.148Z | Compiling ident_case v1.0.1 |
| 1352 | 2026-07-23T01:47:35.148Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-07-23T01:47:35.148Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-07-23T01:47:35.148Z | Compiling base64 v0.22.1 |
| 1355 | 2026-07-23T01:47:35.148Z | Compiling vcpkg v0.2.15 |
| 1356 | 2026-07-23T01:47:35.148Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-23T01:47:35.148Z | Compiling aws-lc-rs v1.16.3 |
| 1358 | 2026-07-23T01:47:35.148Z | Compiling flagset v0.4.7 |
| 1359 | 2026-07-23T01:47:35.148Z | Compiling pem-rfc7468 v0.7.0 |
| 1360 | 2026-07-23T01:47:35.148Z | Compiling schemars v0.8.22 |
| 1361 | 2026-07-23T01:47:35.148Z | Compiling cmov v0.5.4 |
| 1362 | 2026-07-23T01:47:35.148Z | Compiling dyn-clone v1.0.20 |
| 1363 | 2026-07-23T01:47:35.148Z | Compiling rand_core v0.9.5 |
| 1364 | 2026-07-23T01:47:35.148Z | Compiling httparse v1.10.1 |
| 1365 | 2026-07-23T01:47:35.148Z | Compiling tinyvec_macros v0.1.1 |
| 1366 | 2026-07-23T01:47:35.148Z | Compiling openssl-probe v0.2.1 |
| 1367 | 2026-07-23T01:47:35.148Z | Compiling ctutils v0.4.2 |
| 1368 | 2026-07-23T01:47:35.148Z | Compiling cmake v0.1.57 |
| 1369 | 2026-07-23T01:47:35.148Z | Compiling tinyvec v1.10.0 |
| 1370 | 2026-07-23T01:47:35.148Z | Compiling aho-corasick v1.1.4 |
| 1371 | 2026-07-23T01:47:35.148Z | Compiling try-lock v0.2.5 |
| 1372 | 2026-07-23T01:47:35.148Z | Compiling tower-layer v0.3.3 |
| 1373 | 2026-07-23T01:47:35.148Z | Compiling untrusted v0.7.1 |
| 1374 | 2026-07-23T01:47:35.148Z | Compiling tower-service v0.3.3 |
| 1375 | 2026-07-23T01:47:35.148Z | Compiling atomic-waker v1.1.2 |
| 1376 | 2026-07-23T01:47:35.148Z | Compiling want v0.3.1 |
| 1377 | 2026-07-23T01:47:35.149Z | Compiling httpdate v1.0.3 |
| 1378 | 2026-07-23T01:47:35.149Z | Compiling openssl v0.10.79 |
| 1379 | 2026-07-23T01:47:35.149Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-07-23T01:47:35.149Z | Compiling rustls v0.23.41 |
| 1381 | 2026-07-23T01:47:35.149Z | Compiling foreign-types-shared v0.1.1 |
| 1382 | 2026-07-23T01:47:35.149Z | Compiling untrusted v0.9.0 |
| 1383 | 2026-07-23T01:47:35.149Z | Compiling bitflags v2.11.0 |
| 1384 | 2026-07-23T01:47:35.149Z | Compiling semver v1.0.28 |
| 1385 | 2026-07-23T01:47:35.149Z | Compiling indexmap v2.14.0 |
| 1386 | 2026-07-23T01:47:35.149Z | Compiling uuid v1.23.4 |
| 1387 | 2026-07-23T01:47:35.149Z | Compiling foreign-types v0.3.2 |
| 1388 | 2026-07-23T01:47:35.149Z | Compiling unicode-normalization v0.1.25 |
| 1389 | 2026-07-23T01:47:35.149Z | Compiling spin v0.9.8 |
| 1390 | 2026-07-23T01:47:35.149Z | Compiling native-tls v0.2.18 |
| 1391 | 2026-07-23T01:47:35.149Z | Compiling num-conv v0.2.0 |
| 1392 | 2026-07-23T01:47:35.149Z | Compiling crc32fast v1.5.0 |
| 1393 | 2026-07-23T01:47:35.149Z | Compiling rustc_version v0.4.1 |
| 1394 | 2026-07-23T01:47:35.149Z | Compiling powerfmt v0.2.0 |
| 1395 | 2026-07-23T01:47:35.149Z | Compiling time-core v0.1.8 |
| 1396 | 2026-07-23T01:47:35.149Z | Compiling wait-timeout v0.2.1 |
| 1397 | 2026-07-23T01:47:35.149Z | Compiling sync_wrapper v1.0.2 |
| 1398 | 2026-07-23T01:47:35.149Z | Compiling simd-adler32 v0.3.8 |
| 1399 | 2026-07-23T01:47:35.150Z | Compiling time-macros v0.2.27 |
| 1400 | 2026-07-23T01:47:35.150Z | Compiling deranged v0.5.8 |
| 1401 | 2026-07-23T01:47:35.150Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-07-23T01:47:35.150Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-07-23T01:47:35.150Z | Compiling regex-automata v0.4.14 |
| 1404 | 2026-07-23T01:47:35.150Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1405 | 2026-07-23T01:47:35.150Z | Compiling siphasher v1.0.2 |
| 1406 | 2026-07-23T01:47:35.150Z | Compiling usdt-impl v0.6.0 |
| 1407 | 2026-07-23T01:47:35.150Z | Compiling synstructure v0.13.2 |
| 1408 | 2026-07-23T01:47:35.150Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2026-07-23T01:47:35.150Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-07-23T01:47:35.150Z | Compiling darling_core v0.20.11 |
| 1411 | 2026-07-23T01:47:35.150Z | Compiling syn v1.0.109 |
| 1412 | 2026-07-23T01:47:35.150Z | Compiling tempfile v3.25.0 |
| 1413 | 2026-07-23T01:47:35.279Z | Compiling quick-error v1.2.3 |
| 1414 | 2026-07-23T01:47:35.279Z | Compiling num_threads v0.1.7 |
| 1415 | 2026-07-23T01:47:35.279Z | Compiling crossbeam-utils v0.8.21 |
| 1416 | 2026-07-23T01:47:35.279Z | Compiling bit-vec v0.8.0 |
| 1417 | 2026-07-23T01:47:35.279Z | Compiling rusty-fork v0.3.1 |
| 1418 | 2026-07-23T01:47:35.279Z | Compiling darling_core v0.23.0 |
| 1419 | 2026-07-23T01:47:35.279Z | Compiling heapless v0.7.17 |
| 1420 | 2026-07-23T01:47:35.279Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1421 | 2026-07-23T01:47:35.279Z | Compiling bit-set v0.8.0 |
| 1422 | 2026-07-23T01:47:35.279Z | Compiling rand_xorshift v0.4.0 |
| 1423 | 2026-07-23T01:47:35.279Z | Compiling slog v2.8.2 |
| 1424 | 2026-07-23T01:47:35.279Z | Compiling time v0.3.47 |
| 1425 | 2026-07-23T01:47:35.280Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-07-23T01:47:35.280Z | Compiling cookie v0.18.1 |
| 1427 | 2026-07-23T01:47:35.280Z | Compiling unicode-bidi v0.3.18 |
| 1428 | 2026-07-23T01:47:35.280Z | Compiling ryu v1.0.23 |
| 1429 | 2026-07-23T01:47:35.280Z | Compiling zstd-safe v7.2.4 |
| 1430 | 2026-07-23T01:47:35.280Z | Compiling signal-hook v0.3.18 |
| 1431 | 2026-07-23T01:47:35.280Z | Compiling adler2 v2.0.1 |
| 1432 | 2026-07-23T01:47:35.280Z | Compiling unicode-properties v0.1.4 |
| 1433 | 2026-07-23T01:47:35.280Z | Compiling allocator-api2 v0.2.21 |
| 1434 | 2026-07-23T01:47:35.280Z | Compiling anyhow v1.0.102 |
| 1435 | 2026-07-23T01:47:35.280Z | Compiling paste v1.0.15 |
| 1436 | 2026-07-23T01:47:35.288Z | Compiling iri-string v0.7.10 |
| 1437 | 2026-07-23T01:47:35.288Z | Compiling unarray v0.1.4 |
| 1438 | 2026-07-23T01:47:35.288Z | Compiling miniz_oxide v0.8.9 |
| 1439 | 2026-07-23T01:47:35.294Z | Compiling stringprep v0.1.5 |
| 1440 | 2026-07-23T01:47:35.512Z | Compiling camino v1.2.2 |
| 1441 | 2026-07-23T01:47:35.542Z | Compiling curve25519-dalek v4.1.3 |
| 1442 | 2026-07-23T01:47:35.561Z | Compiling serde_derive v1.0.228 |
| 1443 | 2026-07-23T01:47:35.653Z | Compiling zeroize_derive v1.4.3 |
| 1444 | 2026-07-23T01:47:35.762Z | Compiling zerofrom-derive v0.1.6 |
| 1445 | 2026-07-23T01:47:35.889Z | Compiling yoke-derive v0.8.1 |
| 1446 | 2026-07-23T01:47:35.916Z | Compiling zerovec-derive v0.11.2 |
| 1447 | 2026-07-23T01:47:35.922Z | Compiling displaydoc v0.2.5 |
| 1448 | 2026-07-23T01:47:35.945Z | Compiling zerocopy-derive v0.8.40 |
| 1449 | 2026-07-23T01:47:36.030Z | Compiling tokio-macros v2.7.0 |
| 1450 | 2026-07-23T01:47:36.337Z | Compiling futures-macro v0.3.32 |
| 1451 | 2026-07-23T01:47:36.352Z | Compiling zeroize v1.8.2 |
| 1452 | 2026-07-23T01:47:36.470Z | Compiling tracing-attributes v0.1.31 |
| 1453 | 2026-07-23T01:47:36.723Z | Compiling der_derive v0.7.3 |
| 1454 | 2026-07-23T01:47:36.778Z | Compiling thiserror-impl v2.0.18 |
| 1455 | 2026-07-23T01:47:36.807Z | Compiling rustls-pki-types v1.14.0 |
| 1456 | 2026-07-23T01:47:37.114Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-07-23T01:47:37.118Z | Compiling crypto-common v0.1.7 |
| 1458 | 2026-07-23T01:47:37.143Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2026-07-23T01:47:37.198Z | Compiling futures-util v0.3.32 |
| 1460 | 2026-07-23T01:47:37.221Z | Compiling zerofrom v0.1.6 |
| 1461 | 2026-07-23T01:47:37.269Z | Compiling digest v0.10.7 |
| 1462 | 2026-07-23T01:47:37.287Z | Compiling hybrid-array v0.4.13 |
| 1463 | 2026-07-23T01:47:37.302Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-07-23T01:47:37.316Z | Compiling pest_derive v2.8.6 |
| 1465 | 2026-07-23T01:47:37.362Z | Compiling yoke v0.8.1 |
| 1466 | 2026-07-23T01:47:37.540Z | Compiling zerovec v0.11.5 |
| 1467 | 2026-07-23T01:47:37.563Z | Compiling zerotrie v0.2.3 |
| 1468 | 2026-07-23T01:47:37.747Z | Compiling der v0.7.10 |
| 1469 | 2026-07-23T01:47:37.808Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-07-23T01:47:37.869Z | Compiling tracing v0.1.44 |
| 1471 | 2026-07-23T01:47:37.885Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-07-23T01:47:37.944Z | Compiling sha2 v0.10.9 |
| 1473 | 2026-07-23T01:47:38.069Z | Compiling tinystr v0.8.2 |
| 1474 | 2026-07-23T01:47:38.089Z | Compiling potential_utf v0.1.4 |
| 1475 | 2026-07-23T01:47:38.165Z | Compiling hmac v0.12.1 |
| 1476 | 2026-07-23T01:47:38.180Z | Compiling thiserror v2.0.18 |
| 1477 | 2026-07-23T01:47:38.195Z | Compiling scroll v0.13.0 |
| 1478 | 2026-07-23T01:47:38.268Z | Compiling icu_locale_core v2.1.1 |
| 1479 | 2026-07-23T01:47:38.288Z | Compiling icu_collections v2.1.1 |
| 1480 | 2026-07-23T01:47:38.303Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-07-23T01:47:38.338Z | Compiling thiserror-impl v1.0.69 |
| 1482 | 2026-07-23T01:47:38.365Z | Compiling darling v0.20.11 |
| 1483 | 2026-07-23T01:47:38.461Z | Compiling goblin v0.10.5 |
| 1484 | 2026-07-23T01:47:38.488Z | Compiling derive_builder_core v0.20.2 |
| 1485 | 2026-07-23T01:47:38.491Z | Compiling scroll_derive v0.12.1 |
| 1486 | 2026-07-23T01:47:38.788Z | Compiling spki v0.7.3 |
| 1487 | 2026-07-23T01:47:38.993Z | Compiling icu_provider v2.1.1 |
| 1488 | 2026-07-23T01:47:39.010Z | Compiling pkcs8 v0.10.2 |
| 1489 | 2026-07-23T01:47:39.081Z | Compiling bytes v1.11.1 |
| 1490 | 2026-07-23T01:47:39.118Z | Compiling chrono v0.4.45 |
| 1491 | 2026-07-23T01:47:39.142Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-07-23T01:47:39.223Z | Compiling scroll v0.12.0 |
| 1493 | 2026-07-23T01:47:39.293Z | Compiling icu_normalizer v2.1.1 |
| 1494 | 2026-07-23T01:47:39.312Z | Compiling icu_properties v2.1.2 |
| 1495 | 2026-07-23T01:47:39.327Z | Compiling serde_tokenstream v0.2.3 |
| 1496 | 2026-07-23T01:47:39.345Z | Compiling serde_urlencoded v0.7.1 |
| 1497 | 2026-07-23T01:47:39.376Z | Compiling derive_builder_macro v0.20.2 |
| 1498 | 2026-07-23T01:47:39.502Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-07-23T01:47:39.565Z | Compiling tokio v1.52.1 |
| 1500 | 2026-07-23T01:47:39.604Z | Compiling http v1.4.2 |
| 1501 | 2026-07-23T01:47:39.652Z | Compiling serde_spanned v0.6.9 |
| 1502 | 2026-07-23T01:47:39.668Z | Compiling hex v0.4.3 |
| 1503 | 2026-07-23T01:47:39.696Z | Compiling thiserror v1.0.69 |
| 1504 | 2026-07-23T01:47:39.713Z | Compiling erased-serde v0.3.31 |
| 1505 | 2026-07-23T01:47:39.774Z | Compiling crypto-common v0.2.2 |
| 1506 | 2026-07-23T01:47:39.808Z | Compiling block-padding v0.4.2 |
| 1507 | 2026-07-23T01:47:39.808Z | Compiling block-buffer v0.12.1 |
| 1508 | 2026-07-23T01:47:39.846Z | Compiling md-5 v0.10.6 |
| 1509 | 2026-07-23T01:47:39.898Z | Compiling signature v2.2.0 |
| 1510 | 2026-07-23T01:47:39.945Z | Compiling darling_macro v0.23.0 |
| 1511 | 2026-07-23T01:47:39.986Z | Compiling rustls-native-certs v0.8.3 |
| 1512 | 2026-07-23T01:47:40.020Z | Compiling bstr v1.12.1 |
| 1513 | 2026-07-23T01:47:40.020Z | Compiling async-trait v0.1.89 |
| 1514 | 2026-07-23T01:47:40.094Z | Compiling pin-project-internal v1.1.11 |
| 1515 | 2026-07-23T01:47:40.285Z | Compiling idna_adapter v1.2.1 |
| 1516 | 2026-07-23T01:47:40.399Z | Compiling http-body v1.0.1 |
| 1517 | 2026-07-23T01:47:40.468Z | Compiling idna v1.1.0 |
| 1518 | 2026-07-23T01:47:40.475Z | Compiling ppv-lite86 v0.2.21 |
| 1519 | 2026-07-23T01:47:40.543Z | Compiling http-body-util v0.1.3 |
| 1520 | 2026-07-23T01:47:40.586Z | Compiling zerocopy-derive v0.7.35 |
| 1521 | 2026-07-23T01:47:40.605Z | Compiling num-integer v0.1.46 |
| 1522 | 2026-07-23T01:47:40.686Z | Compiling vergen-lib v9.1.0 |
| 1523 | 2026-07-23T01:47:40.767Z | Compiling url v2.5.8 |
| 1524 | 2026-07-23T01:47:40.805Z | Compiling rand_chacha v0.9.0 |
| 1525 | 2026-07-23T01:47:40.816Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-07-23T01:47:40.844Z | Compiling hash32 v0.2.1 |
| 1527 | 2026-07-23T01:47:40.929Z | Compiling memoffset v0.9.1 |
| 1528 | 2026-07-23T01:47:41.032Z | Compiling encoding_rs v0.8.35 |
| 1529 | 2026-07-23T01:47:41.059Z | Compiling rand v0.9.2 |
| 1530 | 2026-07-23T01:47:41.134Z | Compiling psl-types v2.0.11 |
| 1531 | 2026-07-23T01:47:41.151Z | Compiling cfg_aliases v0.2.1 |
| 1532 | 2026-07-23T01:47:41.163Z | Compiling litrs v1.0.0 |
| 1533 | 2026-07-23T01:47:41.233Z | Compiling zlib-rs v0.6.2 |
| 1534 | 2026-07-23T01:47:41.379Z | Compiling dof v0.4.0 |
| 1535 | 2026-07-23T01:47:41.430Z | Compiling rustix v0.38.44 |
| 1536 | 2026-07-23T01:47:41.481Z | Compiling smoltcp v0.9.1 |
| 1537 | 2026-07-23T01:47:41.529Z | Compiling fallible-iterator v0.2.0 |
| 1538 | 2026-07-23T01:47:41.593Z | Compiling ref-cast v1.0.25 |
| 1539 | 2026-07-23T01:47:41.651Z | Compiling proptest v1.10.0 |
| 1540 | 2026-07-23T01:47:41.671Z | Compiling num-bigint-dig v0.8.6 |
| 1541 | 2026-07-23T01:47:41.695Z | Compiling mime v0.3.17 |
| 1542 | 2026-07-23T01:47:41.904Z | Compiling postgres-protocol v0.6.10 |
| 1543 | 2026-07-23T01:47:41.916Z | Compiling document-features v0.2.12 |
| 1544 | 2026-07-23T01:47:41.916Z | Compiling zerocopy v0.7.35 |
| 1545 | 2026-07-23T01:47:41.916Z | Compiling pin-project v1.1.11 |
| 1546 | 2026-07-23T01:47:41.948Z | Compiling publicsuffix v2.3.0 |
| 1547 | 2026-07-23T01:47:42.007Z | Compiling nix v0.31.2 |
| 1548 | 2026-07-23T01:47:42.053Z | Compiling ipnetwork v0.21.1 |
| 1549 | 2026-07-23T01:47:42.147Z | Compiling rand v0.8.6 |
| 1550 | 2026-07-23T01:47:42.391Z | Compiling oxnet v0.1.6 |
| 1551 | 2026-07-23T01:47:42.478Z | Compiling num-iter v0.1.45 |
| 1552 | 2026-07-23T01:47:42.490Z | Compiling darling v0.23.0 |
| 1553 | 2026-07-23T01:47:42.525Z | Compiling inout v0.2.2 |
| 1554 | 2026-07-23T01:47:42.544Z | Compiling derive_builder v0.20.2 |
| 1555 | 2026-07-23T01:47:42.582Z | Compiling goblin v0.8.2 |
| 1556 | 2026-07-23T01:47:42.597Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-07-23T01:47:42.601Z | Compiling futures-executor v0.3.32 |
| 1558 | 2026-07-23T01:47:42.698Z | Compiling regex v1.12.3 |
| 1559 | 2026-07-23T01:47:42.794Z | Compiling snafu-derive v0.8.9 |
| 1560 | 2026-07-23T01:47:42.809Z | Compiling ref-cast-impl v1.0.25 |
| 1561 | 2026-07-23T01:47:42.812Z | Compiling strum_macros v0.27.2 |
| 1562 | 2026-07-23T01:47:42.843Z | Compiling daft-derive v0.1.7 |
| 1563 | 2026-07-23T01:47:42.891Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1564 | 2026-07-23T01:47:43.088Z | Compiling terminal_size v0.4.3 |
| 1565 | 2026-07-23T01:47:43.107Z | Compiling phf_shared v0.13.1 |
| 1566 | 2026-07-23T01:47:43.149Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-07-23T01:47:43.179Z | Compiling cargo-platform v0.3.2 |
| 1568 | 2026-07-23T01:47:43.241Z | Compiling anstyle-parse v0.2.7 |
| 1569 | 2026-07-23T01:47:43.256Z | Compiling vergen v9.1.0 |
| 1570 | 2026-07-23T01:47:43.322Z | Compiling ff v0.13.1 |
| 1571 | 2026-07-23T01:47:43.365Z | Compiling ahash v0.8.12 |
| 1572 | 2026-07-23T01:47:43.399Z | Compiling fs-err v3.3.0 |
| 1573 | 2026-07-23T01:47:43.439Z | Compiling tokio-util v0.7.18 |
| 1574 | 2026-07-23T01:47:43.468Z | Compiling tower v0.5.3 |
| 1575 | 2026-07-23T01:47:43.483Z | Compiling tokio-native-tls v0.3.1 |
| 1576 | 2026-07-23T01:47:43.487Z | Compiling winnow v0.5.40 |
| 1577 | 2026-07-23T01:47:43.487Z | Compiling object v0.37.3 |
| 1578 | 2026-07-23T01:47:43.589Z | Compiling foldhash v0.1.5 |
| 1579 | 2026-07-23T01:47:43.611Z | Compiling bitflags v1.3.2 |
| 1580 | 2026-07-23T01:47:43.615Z | Compiling managed v0.8.0 |
| 1581 | 2026-07-23T01:47:43.640Z | Compiling unicode-segmentation v1.12.0 |
| 1582 | 2026-07-23T01:47:43.668Z | Compiling same-file v1.0.6 |
| 1583 | 2026-07-23T01:47:43.698Z | Compiling base16ct v0.2.0 |
| 1584 | 2026-07-23T01:47:43.777Z | Compiling bumpalo v3.20.2 |
| 1585 | 2026-07-23T01:47:43.828Z | Compiling foldhash v0.2.0 |
| 1586 | 2026-07-23T01:47:43.844Z | Compiling libbz2-rs-sys v0.2.2 |
| 1587 | 2026-07-23T01:47:43.889Z | Compiling tower-http v0.6.8 |
| 1588 | 2026-07-23T01:47:43.912Z | Compiling sec1 v0.7.3 |
| 1589 | 2026-07-23T01:47:43.963Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-07-23T01:47:44.044Z | Compiling zopfli v0.8.3 |
| 1591 | 2026-07-23T01:47:44.044Z | Compiling hashbrown v0.16.1 |
| 1592 | 2026-07-23T01:47:44.197Z | Compiling h2 v0.4.15 |
| 1593 | 2026-07-23T01:47:44.309Z | Compiling flate2 v1.1.9 |
| 1594 | 2026-07-23T01:47:44.323Z | Compiling bzip2 v0.6.1 |
| 1595 | 2026-07-23T01:47:44.497Z | Compiling daft v0.1.7 |
| 1596 | 2026-07-23T01:47:44.507Z | Compiling walkdir v2.5.0 |
| 1597 | 2026-07-23T01:47:44.551Z | Compiling hashbrown v0.15.5 |
| 1598 | 2026-07-23T01:47:44.558Z | Compiling clap_builder v4.6.0 |
| 1599 | 2026-07-23T01:47:44.752Z | Compiling snafu v0.8.9 |
| 1600 | 2026-07-23T01:47:44.776Z | Compiling toml_edit v0.19.15 |
| 1601 | 2026-07-23T01:47:44.806Z | Compiling dof v0.3.0 |
| 1602 | 2026-07-23T01:47:44.822Z | Compiling strum v0.27.2 |
| 1603 | 2026-07-23T01:47:44.835Z | Compiling group v0.13.0 |
| 1604 | 2026-07-23T01:47:44.866Z | Compiling anstream v0.6.21 |
| 1605 | 2026-07-23T01:47:44.939Z | Compiling cargo_metadata v0.23.1 |
| 1606 | 2026-07-23T01:47:44.963Z | Compiling phf v0.13.1 |
| 1607 | 2026-07-23T01:47:45.026Z | Compiling signal-hook-mio v0.2.5 |
| 1608 | 2026-07-23T01:47:45.111Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-07-23T01:47:45.194Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-07-23T01:47:45.205Z | Compiling usdt-attr-macro v0.6.0 |
| 1611 | 2026-07-23T01:47:45.218Z | Compiling usdt-macro v0.6.0 |
| 1612 | 2026-07-23T01:47:45.349Z | Compiling futures v0.3.32 |
| 1613 | 2026-07-23T01:47:45.415Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-07-23T01:47:45.444Z | Compiling cipher v0.5.2 |
| 1615 | 2026-07-23T01:47:45.561Z | Compiling serde_with_macros v3.21.0 |
| 1616 | 2026-07-23T01:47:45.595Z | Compiling postgres-types v0.2.12 |
| 1617 | 2026-07-23T01:47:45.635Z | Compiling zstd v0.13.3 |
| 1618 | 2026-07-23T01:47:45.875Z | Compiling globset v0.4.18 |
| 1619 | 2026-07-23T01:47:45.927Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-07-23T01:47:46.010Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-23T01:47:46.060Z | Compiling pkcs1 v0.7.5 |
| 1622 | 2026-07-23T01:47:46.152Z | Compiling serde-big-array v0.5.1 |
| 1623 | 2026-07-23T01:47:46.169Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-07-23T01:47:46.309Z | Compiling serde_plain v1.0.2 |
| 1625 | 2026-07-23T01:47:46.352Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-23T01:47:46.370Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-07-23T01:47:46.491Z | Compiling strum_macros v0.26.4 |
| 1628 | 2026-07-23T01:47:46.525Z | Compiling clap_derive v4.6.1 |
| 1629 | 2026-07-23T01:47:46.537Z | Compiling async-recursion v1.1.1 |
| 1630 | 2026-07-23T01:47:46.584Z | Compiling serde_repr v0.1.20 |
| 1631 | 2026-07-23T01:47:46.734Z | Compiling enum-as-inner v0.6.1 |
| 1632 | 2026-07-23T01:47:46.776Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-07-23T01:47:46.865Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-07-23T01:47:46.981Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-23T01:47:46.996Z | Compiling memmap2 v0.9.10 |
| 1636 | 2026-07-23T01:47:47.032Z | Compiling thread-id v4.2.2 |
| 1637 | 2026-07-23T01:47:47.153Z | Compiling env_filter v1.0.0 |
| 1638 | 2026-07-23T01:47:47.185Z | Compiling fixedbitset v0.5.7 |
| 1639 | 2026-07-23T01:47:47.253Z | Compiling winnow v1.0.3 |
| 1640 | 2026-07-23T01:47:47.268Z | Compiling precomputed-hash v0.1.1 |
| 1641 | 2026-07-23T01:47:47.308Z | Compiling cpufeatures v0.3.0 |
| 1642 | 2026-07-23T01:47:47.347Z | Compiling difflib v0.4.0 |
| 1643 | 2026-07-23T01:47:47.372Z | Compiling keccak v0.1.6 |
| 1644 | 2026-07-23T01:47:47.397Z | Compiling hyper v1.10.1 |
| 1645 | 2026-07-23T01:47:47.480Z | Compiling whoami v2.1.0 |
| 1646 | 2026-07-23T01:47:47.518Z | Compiling static_assertions v1.1.0 |
| 1647 | 2026-07-23T01:47:47.533Z | Compiling either v1.15.0 |
| 1648 | 2026-07-23T01:47:47.602Z | Compiling predicates-core v1.0.10 |
| 1649 | 2026-07-23T01:47:47.647Z | Compiling fixedbitset v0.4.2 |
| 1650 | 2026-07-23T01:47:47.663Z | Compiling normalize-line-endings v0.3.0 |
| 1651 | 2026-07-23T01:47:47.754Z | Compiling data-encoding v2.10.0 |
| 1652 | 2026-07-23T01:47:47.771Z | Compiling typed-path v0.9.3 |
| 1653 | 2026-07-23T01:47:47.798Z | Compiling const-oid v0.10.2 |
| 1654 | 2026-07-23T01:47:47.814Z | Compiling new_debug_unreachable v1.0.6 |
| 1655 | 2026-07-23T01:47:47.879Z | Compiling jiff v0.2.21 |
| 1656 | 2026-07-23T01:47:47.894Z | Compiling string_cache v0.8.9 |
| 1657 | 2026-07-23T01:47:47.908Z | Compiling toml_edit v0.22.27 |
| 1658 | 2026-07-23T01:47:47.942Z | Compiling petgraph v0.6.5 |
| 1659 | 2026-07-23T01:47:48.014Z | Compiling digest v0.11.3 |
| 1660 | 2026-07-23T01:47:48.126Z | Compiling hickory-proto v0.25.2 |
| 1661 | 2026-07-23T01:47:48.140Z | Compiling predicates v3.1.4 |
| 1662 | 2026-07-23T01:47:48.257Z | Compiling itertools v0.13.0 |
| 1663 | 2026-07-23T01:47:48.303Z | Compiling strum v0.26.3 |
| 1664 | 2026-07-23T01:47:48.390Z | Compiling clap v4.6.1 |
| 1665 | 2026-07-23T01:47:48.451Z | Compiling tokio-postgres v0.7.16 |
| 1666 | 2026-07-23T01:47:48.465Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1667 | 2026-07-23T01:47:48.481Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1668 | 2026-07-23T01:47:48.498Z | Compiling sha3 v0.10.8 |
| 1669 | 2026-07-23T01:47:48.554Z | Compiling hyper-util v0.1.20 |
| 1670 | 2026-07-23T01:47:48.805Z | Compiling petgraph v0.8.3 |
| 1671 | 2026-07-23T01:47:48.984Z | Compiling chacha20 v0.10.0 |
| 1672 | 2026-07-23T01:47:49.012Z | Compiling elliptic-curve v0.13.8 |
| 1673 | 2026-07-23T01:47:49.050Z | Compiling env_logger v0.11.9 |
| 1674 | 2026-07-23T01:47:49.150Z | Compiling usdt v0.6.0 |
| 1675 | 2026-07-23T01:47:49.363Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-07-23T01:47:49.417Z | Compiling serde_with v3.21.0 |
| 1677 | 2026-07-23T01:47:49.432Z | Compiling crossterm v0.28.1 |
| 1678 | 2026-07-23T01:47:49.435Z | Compiling rsa v0.9.10 |
| 1679 | 2026-07-23T01:47:49.461Z | Compiling toml v0.7.8 |
| 1680 | 2026-07-23T01:47:49.522Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-07-23T01:47:49.963Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-07-23T01:47:50.249Z | Compiling reqwest v0.12.28 |
| 1683 | 2026-07-23T01:47:50.318Z | Compiling zip v0.6.6 |
| 1684 | 2026-07-23T01:47:50.539Z | Compiling zip v4.6.1 |
| 1685 | 2026-07-23T01:47:50.684Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-07-23T01:47:50.777Z | Compiling tokio-stream v0.1.18 |
| 1687 | 2026-07-23T01:47:50.793Z | Compiling heck v0.4.1 |
| 1688 | 2026-07-23T01:47:50.921Z | Compiling similar v2.7.0 |
| 1689 | 2026-07-23T01:47:51.038Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-07-23T01:47:51.170Z | Compiling byte-wrapper v0.1.0 |
| 1691 | 2026-07-23T01:47:51.258Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-23T01:47:51.262Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-23T01:47:51.344Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-23T01:47:51.383Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-23T01:47:51.539Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-07-23T01:47:51.554Z | Compiling lalrpop-util v0.19.12 |
| 1697 | 2026-07-23T01:47:51.581Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-23T01:47:51.736Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-23T01:47:51.767Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-23T01:47:51.821Z | Compiling is-terminal v0.4.17 |
| 1701 | 2026-07-23T01:47:51.907Z | Compiling filetime v0.2.27 |
| 1702 | 2026-07-23T01:47:51.908Z | Compiling take_mut v0.2.2 |
| 1703 | 2026-07-23T01:47:51.933Z | Compiling xattr v1.6.1 |
| 1704 | 2026-07-23T01:47:51.982Z | Compiling term v1.2.1 |
| 1705 | 2026-07-23T01:47:52.017Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-23T01:47:52.103Z | Compiling tar v0.4.46 |
| 1707 | 2026-07-23T01:47:52.248Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-07-23T01:48:09.820Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-23T01:48:12.508Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-23T01:48:12.508Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-23T01:48:12.508Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-23T01:48:12.708Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-23T01:48:12.895Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-23T01:48:15.076Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-23T01:48:15.304Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-23T01:48:18.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.77s |
| 1717 | 2026-07-23T01:48:18.262Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-23T01:48:18.323Z | Jul 23 01:48:17.979 INFO Starting download, target: Cockroach |
| 1719 | 2026-07-23T01:48:18.323Z | Jul 23 01:48:17.980 INFO Starting download, target: Console |
| 1720 | 2026-07-23T01:48:18.323Z | Jul 23 01:48:17.980 INFO Starting download, target: Clickhouse |
| 1721 | 2026-07-23T01:48:18.323Z | Jul 23 01:48:17.980 INFO Starting download, target: MaghemiteMgd |
| 1722 | 2026-07-23T01:48:18.323Z | Jul 23 01:48:17.980 INFO Starting download, target: DendriteStub |
| 1723 | 2026-07-23T01:48:18.324Z | Jul 23 01:48:17.980 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-23T01:48:18.328Z | Jul 23 01:48:17.980 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-23T01:48:18.328Z | Jul 23 01:48:17.980 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1726 | 2026-07-23T01:48:18.328Z | Jul 23 01:48:17.980 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1727 | 2026-07-23T01:48:18.328Z | Jul 23 01:48:17.980 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1728 | 2026-07-23T01:48:18.328Z | Jul 23 01:48:17.980 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1729 | 2026-07-23T01:48:18.328Z | Jul 23 01:48:17.980 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-23T01:48:18.328Z | Jul 23 01:48:17.980 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1731 | 2026-07-23T01:48:18.328Z | Jul 23 01:48:17.980 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-07-23T01:48:18.849Z | Jul 23 01:48:18.512 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-23T01:48:19.103Z | Jul 23 01:48:18.762 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-23T01:48:20.191Z | Jul 23 01:48:19.853 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1735 | 2026-07-23T01:48:20.467Z | Jul 23 01:48:20.128 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1736 | 2026-07-23T01:48:20.727Z | Jul 23 01:48:20.383 INFO Download complete, target: Console |
| 1737 | 2026-07-23T01:48:20.815Z | Jul 23 01:48:20.477 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1738 | 2026-07-23T01:48:20.865Z | Jul 23 01:48:20.528 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1739 | 2026-07-23T01:48:21.032Z | Jul 23 01:48:20.687 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-07-23T01:48:22.888Z | Jul 23 01:48:22.551 INFO Download complete, target: MaghemiteDdmd |
| 1741 | 2026-07-23T01:48:23.550Z | Jul 23 01:48:23.213 INFO Download complete, target: DendriteStub |
| 1742 | 2026-07-23T01:48:23.836Z | Jul 23 01:48:23.499 INFO Download complete, target: MaghemiteMgd |
| 1743 | 2026-07-23T01:48:24.778Z | Jul 23 01:48:24.441 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1744 | 2026-07-23T01:48:24.778Z | Jul 23 01:48:24.441 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1745 | 2026-07-23T01:48:27.234Z | Jul 23 01:48:26.858 INFO Checking that binary works, target: Clickhouse |
| 1746 | 2026-07-23T01:48:27.278Z | Jul 23 01:48:26.939 INFO Download complete, target: Clickhouse |
| 1747 | 2026-07-23T01:48:29.416Z | Jul 23 01:48:29.062 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-07-23T01:48:29.533Z | Jul 23 01:48:29.188 INFO Download complete, target: Cockroach |
| 1749 | 2026-07-23T01:48:29.559Z | All prerequisites installed successfully |
| 1750 | 2026-07-23T01:48:29.559Z | |
| 1751 | 2026-07-23T01:48:29.559Z | real 1:47.195168408 |
| 1752 | 2026-07-23T01:48:29.559Z | user 6:38.421605695 |
| 1753 | 2026-07-23T01:48:29.559Z | sys 1:37.844588104 |
| 1754 | 2026-07-23T01:48:29.559Z | trap 0.249088241 |
| 1755 | 2026-07-23T01:48:29.559Z | tflt 0.857169082 |
| 1756 | 2026-07-23T01:48:29.560Z | dflt 1.557171225 |
| 1757 | 2026-07-23T01:48:29.560Z | kflt 0.028110589 |
| 1758 | 2026-07-23T01:48:29.560Z | lock 23:53.959962527 |
| 1759 | 2026-07-23T01:48:29.560Z | slp 18:05.767029426 |
| 1760 | 2026-07-23T01:48:29.560Z | lat 23.141413144 |
| 1761 | 2026-07-23T01:48:29.560Z | stop 2:45.855402676 |
| 1762 | 2026-07-23T01:48:29.560Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-23T01:48:29.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1764 | 2026-07-23T01:48:29.999Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-23T01:48:30.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1766 | 2026-07-23T01:48:30.814Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-23T01:48:30.855Z | Jul 23 01:48:30.492 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-23T01:48:30.883Z | Jul 23 01:48:30.492 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-23T01:48:32.599Z | Jul 23 01:48:32.253 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-23T01:48:32.603Z | |
| 1771 | 2026-07-23T01:48:32.603Z | real 3.057488902 |
| 1772 | 2026-07-23T01:48:32.603Z | user 1.269794162 |
| 1773 | 2026-07-23T01:48:32.603Z | sys 0.611005185 |
| 1774 | 2026-07-23T01:48:32.603Z | trap 0.000758210 |
| 1775 | 2026-07-23T01:48:32.603Z | tflt 0.000121380 |
| 1776 | 2026-07-23T01:48:32.604Z | dflt 0.000125030 |
| 1777 | 2026-07-23T01:48:32.604Z | kflt 0.000000000 |
| 1778 | 2026-07-23T01:48:32.604Z | lock 34.842624050 |
| 1779 | 2026-07-23T01:48:32.604Z | slp 1.612726541 |
| 1780 | 2026-07-23T01:48:32.604Z | lat 0.099900270 |
| 1781 | 2026-07-23T01:48:32.604Z | stop 0.000199650 |
| 1782 | 2026-07-23T01:48:32.604Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-23T01:48:32.604Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-23T01:48:32.604Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-23T01:48:33.467Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-23T01:48:33.467Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-23T01:48:33.467Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-23T01:48:33.467Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-23T01:48:33.467Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-23T01:48:33.483Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-23T01:48:33.483Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-23T01:48:33.483Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-23T01:48:33.483Z | Compiling find-msvc-tools v0.1.9 |
| 1794 | 2026-07-23T01:48:33.483Z | Compiling shlex v1.3.0 |
| 1795 | 2026-07-23T01:48:33.484Z | Compiling memchr v2.8.0 |
| 1796 | 2026-07-23T01:48:33.484Z | Compiling zmij v1.0.21 |
| 1797 | 2026-07-23T01:48:33.484Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-23T01:48:33.654Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-23T01:48:33.757Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-23T01:48:33.857Z | Compiling getrandom v0.4.1 |
| 1801 | 2026-07-23T01:48:33.902Z | Compiling zerocopy v0.8.40 |
| 1802 | 2026-07-23T01:48:33.925Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-23T01:48:34.003Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-23T01:48:34.003Z | Compiling icu_normalizer_data v2.1.1 |
| 1805 | 2026-07-23T01:48:34.040Z | Compiling icu_properties_data v2.1.2 |
| 1806 | 2026-07-23T01:48:34.086Z | Compiling smallvec v1.15.1 |
| 1807 | 2026-07-23T01:48:34.089Z | Compiling num-traits v0.2.19 |
| 1808 | 2026-07-23T01:48:34.089Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-23T01:48:34.256Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-23T01:48:34.256Z | Compiling log v0.4.29 |
| 1811 | 2026-07-23T01:48:34.301Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-23T01:48:34.328Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-23T01:48:34.360Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-23T01:48:34.388Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-23T01:48:34.472Z | Compiling scopeguard v1.2.0 |
| 1816 | 2026-07-23T01:48:34.518Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-07-23T01:48:34.561Z | Compiling thiserror v2.0.18 |
| 1818 | 2026-07-23T01:48:34.575Z | Compiling lock_api v0.4.14 |
| 1819 | 2026-07-23T01:48:34.606Z | Compiling getrandom v0.3.4 |
| 1820 | 2026-07-23T01:48:34.622Z | Compiling jobserver v0.1.34 |
| 1821 | 2026-07-23T01:48:34.692Z | Compiling errno v0.3.14 |
| 1822 | 2026-07-23T01:48:34.801Z | Compiling pin-project-lite v0.2.17 |
| 1823 | 2026-07-23T01:48:34.842Z | Compiling cc v1.2.56 |
| 1824 | 2026-07-23T01:48:34.872Z | Compiling percent-encoding v2.3.2 |
| 1825 | 2026-07-23T01:48:34.885Z | Compiling fnv v1.0.7 |
| 1826 | 2026-07-23T01:48:34.889Z | Compiling equivalent v1.0.2 |
| 1827 | 2026-07-23T01:48:34.889Z | Compiling litemap v0.8.1 |
| 1828 | 2026-07-23T01:48:34.928Z | Compiling syn v2.0.117 |
| 1829 | 2026-07-23T01:48:34.947Z | Compiling writeable v0.6.2 |
| 1830 | 2026-07-23T01:48:34.966Z | Compiling getrandom v0.2.17 |
| 1831 | 2026-07-23T01:48:35.106Z | Compiling schemars v0.8.22 |
| 1832 | 2026-07-23T01:48:35.114Z | Compiling rustversion v1.0.22 |
| 1833 | 2026-07-23T01:48:35.154Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-07-23T01:48:35.198Z | Compiling rustix v1.1.3 |
| 1835 | 2026-07-23T01:48:35.213Z | Compiling dunce v1.0.5 |
| 1836 | 2026-07-23T01:48:35.218Z | Compiling critical-section v1.2.0 |
| 1837 | 2026-07-23T01:48:35.244Z | Compiling fs_extra v1.3.0 |
| 1838 | 2026-07-23T01:48:35.358Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-23T01:48:35.415Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-23T01:48:35.564Z | Compiling once_cell v1.21.3 |
| 1841 | 2026-07-23T01:48:35.568Z | Compiling heck v0.5.0 |
| 1842 | 2026-07-23T01:48:35.596Z | Compiling strsim v0.11.1 |
| 1843 | 2026-07-23T01:48:35.599Z | Compiling cmake v0.1.57 |
| 1844 | 2026-07-23T01:48:35.852Z | Compiling semver v1.0.28 |
| 1845 | 2026-07-23T01:48:35.909Z | Compiling indexmap v2.14.0 |
| 1846 | 2026-07-23T01:48:35.928Z | Compiling utf8_iter v1.0.4 |
| 1847 | 2026-07-23T01:48:35.948Z | Compiling parking_lot v0.12.5 |
| 1848 | 2026-07-23T01:48:35.990Z | Compiling bitflags v2.11.0 |
| 1849 | 2026-07-23T01:48:35.994Z | Compiling form_urlencoded v1.2.2 |
| 1850 | 2026-07-23T01:48:36.064Z | Compiling socket2 v0.6.3 |
| 1851 | 2026-07-23T01:48:36.105Z | Compiling mio v1.2.0 |
| 1852 | 2026-07-23T01:48:36.135Z | Compiling aws-lc-rs v1.16.3 |
| 1853 | 2026-07-23T01:48:36.164Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-07-23T01:48:36.181Z | Compiling futures-core v0.3.32 |
| 1855 | 2026-07-23T01:48:36.197Z | Compiling aws-lc-sys v0.40.0 |
| 1856 | 2026-07-23T01:48:36.339Z | Compiling httparse v1.10.1 |
| 1857 | 2026-07-23T01:48:36.451Z | Compiling byteorder v1.5.0 |
| 1858 | 2026-07-23T01:48:36.604Z | Compiling ucd-trie v0.1.7 |
| 1859 | 2026-07-23T01:48:36.618Z | Compiling thiserror v1.0.69 |
| 1860 | 2026-07-23T01:48:36.745Z | Compiling syn v1.0.109 |
| 1861 | 2026-07-23T01:48:36.773Z | Compiling pest v2.8.6 |
| 1862 | 2026-07-23T01:48:36.788Z | Compiling vcpkg v0.2.15 |
| 1863 | 2026-07-23T01:48:36.854Z | Compiling iana-time-zone v0.1.65 |
| 1864 | 2026-07-23T01:48:36.915Z | Compiling regex-syntax v0.8.10 |
| 1865 | 2026-07-23T01:48:36.935Z | Compiling const-oid v0.9.6 |
| 1866 | 2026-07-23T01:48:37.085Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-23T01:48:37.240Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-23T01:48:37.244Z | Compiling futures-sink v0.3.32 |
| 1869 | 2026-07-23T01:48:37.377Z | Compiling rustls v0.23.41 |
| 1870 | 2026-07-23T01:48:37.394Z | Compiling openssl-sys v0.9.115 |
| 1871 | 2026-07-23T01:48:37.397Z | Compiling futures-channel v0.3.32 |
| 1872 | 2026-07-23T01:48:37.496Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-23T01:48:37.527Z | Compiling slab v0.4.12 |
| 1874 | 2026-07-23T01:48:37.600Z | Compiling futures-task v0.3.32 |
| 1875 | 2026-07-23T01:48:37.699Z | Compiling futures-io v0.3.32 |
| 1876 | 2026-07-23T01:48:37.800Z | Compiling synstructure v0.13.2 |
| 1877 | 2026-07-23T01:48:37.833Z | Compiling serde_derive_internals v0.29.1 |
| 1878 | 2026-07-23T01:48:37.871Z | Compiling pest_meta v2.8.6 |
| 1879 | 2026-07-23T01:48:37.930Z | Compiling plain v0.2.3 |
| 1880 | 2026-07-23T01:48:37.947Z | Compiling crc32fast v1.5.0 |
| 1881 | 2026-07-23T01:48:37.961Z | Compiling time-core v0.1.8 |
| 1882 | 2026-07-23T01:48:37.989Z | Compiling dyn-clone v1.0.20 |
| 1883 | 2026-07-23T01:48:38.052Z | Compiling num-conv v0.2.0 |
| 1884 | 2026-07-23T01:48:38.188Z | Compiling base64 v0.22.1 |
| 1885 | 2026-07-23T01:48:38.207Z | Compiling time-macros v0.2.27 |
| 1886 | 2026-07-23T01:48:38.227Z | Compiling crossbeam-utils v0.8.21 |
| 1887 | 2026-07-23T01:48:38.337Z | Compiling openssl v0.10.79 |
| 1888 | 2026-07-23T01:48:38.344Z | Compiling pretty-hex v0.4.1 |
| 1889 | 2026-07-23T01:48:38.396Z | Compiling regex-automata v0.4.14 |
| 1890 | 2026-07-23T01:48:38.437Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1891 | 2026-07-23T01:48:38.486Z | Compiling pest_generator v2.8.6 |
| 1892 | 2026-07-23T01:48:38.539Z | Compiling anyhow v1.0.102 |
| 1893 | 2026-07-23T01:48:38.678Z | Compiling native-tls v0.2.18 |
| 1894 | 2026-07-23T01:48:38.703Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-23T01:48:38.841Z | Compiling slog v2.8.2 |
| 1896 | 2026-07-23T01:48:38.883Z | Compiling tracing-core v0.1.36 |
| 1897 | 2026-07-23T01:48:38.971Z | Compiling cookie v0.18.1 |
| 1898 | 2026-07-23T01:48:39.016Z | Compiling serde_derive v1.0.228 |
| 1899 | 2026-07-23T01:48:39.032Z | Compiling zeroize_derive v1.4.3 |
| 1900 | 2026-07-23T01:48:39.082Z | Compiling zerofrom-derive v0.1.6 |
| 1901 | 2026-07-23T01:48:39.127Z | Compiling yoke-derive v0.8.1 |
| 1902 | 2026-07-23T01:48:39.143Z | Compiling zerovec-derive v0.11.2 |
| 1903 | 2026-07-23T01:48:39.148Z | Compiling displaydoc v0.2.5 |
| 1904 | 2026-07-23T01:48:39.173Z | Compiling zerocopy-derive v0.8.40 |
| 1905 | 2026-07-23T01:48:39.190Z | Compiling tokio-macros v2.7.0 |
| 1906 | 2026-07-23T01:48:39.205Z | Compiling futures-macro v0.3.32 |
| 1907 | 2026-07-23T01:48:39.208Z | Compiling thiserror-impl v2.0.18 |
| 1908 | 2026-07-23T01:48:39.431Z | Compiling schemars_derive v0.8.22 |
| 1909 | 2026-07-23T01:48:39.663Z | Compiling zeroize v1.8.2 |
| 1910 | 2026-07-23T01:48:39.889Z | Compiling tracing-attributes v0.1.31 |
| 1911 | 2026-07-23T01:48:39.942Z | Compiling der_derive v0.7.3 |
| 1912 | 2026-07-23T01:48:39.992Z | Compiling thiserror-impl v1.0.69 |
| 1913 | 2026-07-23T01:48:40.093Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-07-23T01:48:40.215Z | Compiling zerofrom v0.1.6 |
| 1915 | 2026-07-23T01:48:40.363Z | Compiling yoke v0.8.1 |
| 1916 | 2026-07-23T01:48:40.410Z | Compiling futures-util v0.3.32 |
| 1917 | 2026-07-23T01:48:40.498Z | Compiling crypto-common v0.1.7 |
| 1918 | 2026-07-23T01:48:40.581Z | Compiling zerovec v0.11.5 |
| 1919 | 2026-07-23T01:48:40.581Z | Compiling zerotrie v0.2.3 |
| 1920 | 2026-07-23T01:48:40.827Z | Compiling block-buffer v0.10.4 |
| 1921 | 2026-07-23T01:48:40.989Z | Compiling digest v0.10.7 |
| 1922 | 2026-07-23T01:48:41.062Z | Compiling scroll_derive v0.12.1 |
| 1923 | 2026-07-23T01:48:41.066Z | Compiling scroll_derive v0.13.1 |
| 1924 | 2026-07-23T01:48:41.066Z | Compiling openssl-macros v0.1.1 |
| 1925 | 2026-07-23T01:48:41.114Z | Compiling tinystr v0.8.2 |
| 1926 | 2026-07-23T01:48:41.155Z | Compiling potential_utf v0.1.4 |
| 1927 | 2026-07-23T01:48:41.386Z | Compiling icu_locale_core v2.1.1 |
| 1928 | 2026-07-23T01:48:41.390Z | Compiling icu_collections v2.1.1 |
| 1929 | 2026-07-23T01:48:41.390Z | Compiling regex v1.12.3 |
| 1930 | 2026-07-23T01:48:41.652Z | Compiling zerocopy-derive v0.7.35 |
| 1931 | 2026-07-23T01:48:41.858Z | Compiling camino v1.2.2 |
| 1932 | 2026-07-23T01:48:41.872Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-07-23T01:48:41.890Z | Compiling tracing v0.1.44 |
| 1934 | 2026-07-23T01:48:42.132Z | Compiling icu_provider v2.1.1 |
| 1935 | 2026-07-23T01:48:42.177Z | Compiling bytes v1.11.1 |
| 1936 | 2026-07-23T01:48:42.212Z | Compiling chrono v0.4.45 |
| 1937 | 2026-07-23T01:48:42.260Z | Compiling serde_tokenstream v0.2.3 |
| 1938 | 2026-07-23T01:48:42.319Z | Compiling pem-rfc7468 v0.7.0 |
| 1939 | 2026-07-23T01:48:42.460Z | Compiling icu_properties v2.1.2 |
| 1940 | 2026-07-23T01:48:42.524Z | Compiling icu_normalizer v2.1.1 |
| 1941 | 2026-07-23T01:48:42.781Z | Compiling tokio v1.52.1 |
| 1942 | 2026-07-23T01:48:43.066Z | Compiling http v1.4.2 |
| 1943 | 2026-07-23T01:48:43.589Z | Compiling idna_adapter v1.2.1 |
| 1944 | 2026-07-23T01:48:43.682Z | Compiling ppv-lite86 v0.2.21 |
| 1945 | 2026-07-23T01:48:43.725Z | Compiling idna v1.1.0 |
| 1946 | 2026-07-23T01:48:43.830Z | Compiling flagset v0.4.7 |
| 1947 | 2026-07-23T01:48:43.937Z | Compiling http-body v1.0.1 |
| 1948 | 2026-07-23T01:48:43.976Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-07-23T01:48:43.979Z | Compiling der v0.7.10 |
| 1950 | 2026-07-23T01:48:44.018Z | Compiling rustls-pki-types v1.14.0 |
| 1951 | 2026-07-23T01:48:44.096Z | Compiling url v2.5.8 |
| 1952 | 2026-07-23T01:48:44.451Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-23T01:48:44.576Z | Compiling ref-cast v1.0.25 |
| 1954 | 2026-07-23T01:48:44.596Z | Compiling usdt-impl v0.6.0 |
| 1955 | 2026-07-23T01:48:44.824Z | Compiling either v1.15.0 |
| 1956 | 2026-07-23T01:48:44.843Z | Compiling tinyvec_macros v0.1.1 |
| 1957 | 2026-07-23T01:48:44.885Z | Compiling cmov v0.5.4 |
| 1958 | 2026-07-23T01:48:44.970Z | Compiling paste v1.0.15 |
| 1959 | 2026-07-23T01:48:44.974Z | Compiling openssl-probe v0.2.1 |
| 1960 | 2026-07-23T01:48:45.043Z | Compiling fastrand v2.3.0 |
| 1961 | 2026-07-23T01:48:45.119Z | Compiling ctutils v0.4.2 |
| 1962 | 2026-07-23T01:48:45.133Z | Compiling tinyvec v1.10.0 |
| 1963 | 2026-07-23T01:48:45.147Z | Compiling spki v0.7.3 |
| 1964 | 2026-07-23T01:48:45.365Z | Compiling rand v0.9.2 |
| 1965 | 2026-07-23T01:48:45.396Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-07-23T01:48:45.441Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-07-23T01:48:45.489Z | Compiling scroll v0.13.0 |
| 1968 | 2026-07-23T01:48:45.551Z | Compiling scroll v0.12.0 |
| 1969 | 2026-07-23T01:48:45.595Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-07-23T01:48:45.611Z | Compiling heapless v0.7.17 |
| 1971 | 2026-07-23T01:48:45.697Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-07-23T01:48:45.731Z | Compiling zstd-safe v7.2.4 |
| 1973 | 2026-07-23T01:48:45.757Z | Compiling signal-hook v0.3.18 |
| 1974 | 2026-07-23T01:48:45.773Z | Compiling litrs v1.0.0 |
| 1975 | 2026-07-23T01:48:45.800Z | Compiling winnow v0.7.14 |
| 1976 | 2026-07-23T01:48:45.834Z | Compiling tower-service v0.3.3 |
| 1977 | 2026-07-23T01:48:45.890Z | Compiling atomic-waker v1.1.2 |
| 1978 | 2026-07-23T01:48:45.948Z | Compiling rustix v0.38.44 |
| 1979 | 2026-07-23T01:48:45.962Z | Compiling try-lock v0.2.5 |
| 1980 | 2026-07-23T01:48:45.977Z | Compiling untrusted v0.7.1 |
| 1981 | 2026-07-23T01:48:45.980Z | Compiling winnow v1.0.3 |
| 1982 | 2026-07-23T01:48:46.009Z | Compiling cpufeatures v0.2.17 |
| 1983 | 2026-07-23T01:48:46.082Z | Compiling tower-layer v0.3.3 |
| 1984 | 2026-07-23T01:48:46.097Z | Compiling want v0.3.1 |
| 1985 | 2026-07-23T01:48:46.121Z | Compiling goblin v0.8.2 |
| 1986 | 2026-07-23T01:48:46.239Z | Compiling document-features v0.2.12 |
| 1987 | 2026-07-23T01:48:46.301Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1988 | 2026-07-23T01:48:46.355Z | Compiling goblin v0.10.5 |
| 1989 | 2026-07-23T01:48:46.528Z | Compiling hybrid-array v0.4.13 |
| 1990 | 2026-07-23T01:48:46.790Z | Compiling tokio-util v0.7.18 |
| 1991 | 2026-07-23T01:48:46.821Z | Compiling zerocopy v0.7.35 |
| 1992 | 2026-07-23T01:48:46.916Z | Compiling ipnet v2.11.0 |
| 1993 | 2026-07-23T01:48:47.310Z | Compiling ref-cast-impl v1.0.25 |
| 1994 | 2026-07-23T01:48:47.352Z | Compiling darling_core v0.20.11 |
| 1995 | 2026-07-23T01:48:47.374Z | Compiling curve25519-dalek v4.1.3 |
| 1996 | 2026-07-23T01:48:47.390Z | Compiling memoffset v0.9.1 |
| 1997 | 2026-07-23T01:48:47.432Z | Compiling utf8parse v0.2.2 |
| 1998 | 2026-07-23T01:48:47.617Z | Compiling h2 v0.4.15 |
| 1999 | 2026-07-23T01:48:47.763Z | Compiling httpdate v1.0.3 |
| 2000 | 2026-07-23T01:48:47.779Z | Compiling foreign-types-shared v0.1.1 |
| 2001 | 2026-07-23T01:48:47.795Z | Compiling powerfmt v0.2.0 |
| 2002 | 2026-07-23T01:48:47.946Z | Compiling winnow v0.5.40 |
| 2003 | 2026-07-23T01:48:48.001Z | Compiling untrusted v0.9.0 |
| 2004 | 2026-07-23T01:48:48.087Z | Compiling deranged v0.5.8 |
| 2005 | 2026-07-23T01:48:48.137Z | Compiling tempfile v3.25.0 |
| 2006 | 2026-07-23T01:48:48.200Z | Compiling foreign-types v0.3.2 |
| 2007 | 2026-07-23T01:48:48.420Z | Compiling dof v0.3.0 |
| 2008 | 2026-07-23T01:48:48.484Z | Compiling unicode-normalization v0.1.25 |
| 2009 | 2026-07-23T01:48:48.864Z | Compiling dtrace-parser v0.2.0 |
| 2010 | 2026-07-23T01:48:48.903Z | Compiling pkcs8 v0.10.2 |
| 2011 | 2026-07-23T01:48:49.162Z | Compiling dof v0.4.0 |
| 2012 | 2026-07-23T01:48:49.237Z | Compiling toml_edit v0.19.15 |
| 2013 | 2026-07-23T01:48:49.324Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-07-23T01:48:49.389Z | Compiling dtrace-parser v0.3.0 |
| 2015 | 2026-07-23T01:48:49.453Z | Compiling pin-project-internal v1.1.11 |
| 2016 | 2026-07-23T01:48:49.743Z | Compiling daft-derive v0.1.7 |
| 2017 | 2026-07-23T01:48:49.795Z | Compiling spin v0.9.8 |
| 2018 | 2026-07-23T01:48:49.809Z | Compiling thread-id v4.2.2 |
| 2019 | 2026-07-23T01:48:49.831Z | Compiling thread-id v5.1.0 |
| 2020 | 2026-07-23T01:48:49.910Z | Compiling cfg_aliases v0.2.1 |
| 2021 | 2026-07-23T01:48:49.935Z | Compiling anstyle v1.0.14 |
| 2022 | 2026-07-23T01:48:50.157Z | Compiling num-bigint-dig v0.8.6 |
| 2023 | 2026-07-23T01:48:50.205Z | Compiling smoltcp v0.9.1 |
| 2024 | 2026-07-23T01:48:50.304Z | Compiling num_threads v0.1.7 |
| 2025 | 2026-07-23T01:48:50.336Z | Compiling nix v0.31.2 |
| 2026 | 2026-07-23T01:48:50.385Z | Compiling time v0.3.47 |
| 2027 | 2026-07-23T01:48:50.457Z | Compiling darling v0.20.11 |
| 2028 | 2026-07-23T01:48:50.664Z | Compiling sha2 v0.10.9 |
| 2029 | 2026-07-23T01:48:50.733Z | Compiling hyper v1.10.1 |
| 2030 | 2026-07-23T01:48:50.920Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-07-23T01:48:50.967Z | Compiling hmac v0.12.1 |
| 2032 | 2026-07-23T01:48:51.008Z | Compiling strum_macros v0.26.4 |
| 2033 | 2026-07-23T01:48:51.128Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2034 | 2026-07-23T01:48:51.346Z | Compiling darling_core v0.23.0 |
| 2035 | 2026-07-23T01:48:51.364Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-07-23T01:48:51.420Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-07-23T01:48:51.504Z | Compiling siphasher v1.0.2 |
| 2038 | 2026-07-23T01:48:51.668Z | Compiling is_terminal_polyfill v1.70.2 |
| 2039 | 2026-07-23T01:48:51.707Z | Compiling quick-error v1.2.3 |
| 2040 | 2026-07-23T01:48:51.830Z | Compiling bit-vec v0.8.0 |
| 2041 | 2026-07-23T01:48:52.072Z | Compiling hyper-util v0.1.20 |
| 2042 | 2026-07-23T01:48:52.087Z | Compiling colorchoice v1.0.4 |
| 2043 | 2026-07-23T01:48:52.222Z | Compiling anstyle-query v1.1.5 |
| 2044 | 2026-07-23T01:48:52.352Z | Compiling simd-adler32 v0.3.8 |
| 2045 | 2026-07-23T01:48:52.395Z | Compiling bit-set v0.8.0 |
| 2046 | 2026-07-23T01:48:52.609Z | Compiling rusty-fork v0.3.1 |
| 2047 | 2026-07-23T01:48:52.626Z | Compiling tower v0.5.3 |
| 2048 | 2026-07-23T01:48:53.327Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-07-23T01:48:53.344Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-23T01:48:53.384Z | Compiling hubpack_derive v0.1.1 |
| 2051 | 2026-07-23T01:48:53.527Z | Compiling darling_macro v0.23.0 |
| 2052 | 2026-07-23T01:48:53.545Z | Compiling strum_macros v0.27.2 |
| 2053 | 2026-07-23T01:48:53.580Z | Compiling snafu-derive v0.8.9 |
| 2054 | 2026-07-23T01:48:53.608Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-07-23T01:48:53.801Z | Compiling fs-err v3.3.0 |
| 2056 | 2026-07-23T01:48:53.827Z | Compiling ahash v0.8.12 |
| 2057 | 2026-07-23T01:48:53.937Z | Compiling unicode-bidi v0.3.18 |
| 2058 | 2026-07-23T01:48:54.033Z | Compiling unarray v0.1.4 |
| 2059 | 2026-07-23T01:48:54.051Z | Compiling adler2 v2.0.1 |
| 2060 | 2026-07-23T01:48:54.162Z | Compiling allocator-api2 v0.2.21 |
| 2061 | 2026-07-23T01:48:54.191Z | Compiling object v0.37.3 |
| 2062 | 2026-07-23T01:48:54.206Z | Compiling unicode-segmentation v1.12.0 |
| 2063 | 2026-07-23T01:48:54.369Z | Compiling unicode-properties v0.1.4 |
| 2064 | 2026-07-23T01:48:54.433Z | Compiling iri-string v0.7.10 |
| 2065 | 2026-07-23T01:48:54.447Z | Compiling ryu v1.0.23 |
| 2066 | 2026-07-23T01:48:54.601Z | Compiling serde_urlencoded v0.7.1 |
| 2067 | 2026-07-23T01:48:54.604Z | Compiling stringprep v0.1.5 |
| 2068 | 2026-07-23T01:48:54.632Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-07-23T01:48:54.645Z | Compiling proptest v1.10.0 |
| 2070 | 2026-07-23T01:48:54.862Z | Compiling derive_builder_macro v0.20.2 |
| 2071 | 2026-07-23T01:48:54.963Z | Compiling darling v0.23.0 |
| 2072 | 2026-07-23T01:48:55.120Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-07-23T01:48:55.208Z | Compiling usdt-attr-macro v0.6.0 |
| 2074 | 2026-07-23T01:48:55.271Z | Compiling usdt-macro v0.6.0 |
| 2075 | 2026-07-23T01:48:55.312Z | Compiling anstyle-parse v1.0.0 |
| 2076 | 2026-07-23T01:48:55.327Z | Compiling block-buffer v0.12.1 |
| 2077 | 2026-07-23T01:48:55.343Z | Compiling crypto-common v0.2.2 |
| 2078 | 2026-07-23T01:48:55.380Z | Compiling block-padding v0.4.2 |
| 2079 | 2026-07-23T01:48:55.703Z | Compiling tower-http v0.6.8 |
| 2080 | 2026-07-23T01:48:55.930Z | Compiling rustls-native-certs v0.8.3 |
| 2081 | 2026-07-23T01:48:55.946Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-07-23T01:48:56.010Z | Compiling hex v0.4.3 |
| 2083 | 2026-07-23T01:48:56.038Z | Compiling erased-serde v0.3.31 |
| 2084 | 2026-07-23T01:48:56.040Z | Compiling md-5 v0.10.6 |
| 2085 | 2026-07-23T01:48:56.067Z | Compiling signature v2.2.0 |
| 2086 | 2026-07-23T01:48:56.136Z | Compiling bstr v1.12.1 |
| 2087 | 2026-07-23T01:48:56.234Z | Compiling num-integer v0.1.46 |
| 2088 | 2026-07-23T01:48:56.263Z | Compiling hash32 v0.2.1 |
| 2089 | 2026-07-23T01:48:56.293Z | Compiling vergen-lib v9.1.0 |
| 2090 | 2026-07-23T01:48:56.398Z | Compiling encoding_rs v0.8.35 |
| 2091 | 2026-07-23T01:48:56.492Z | Compiling cpufeatures v0.3.0 |
| 2092 | 2026-07-23T01:48:56.548Z | Compiling psl-types v2.0.11 |
| 2093 | 2026-07-23T01:48:56.563Z | Compiling fallible-iterator v0.2.0 |
| 2094 | 2026-07-23T01:48:56.600Z | Compiling mime v0.3.17 |
| 2095 | 2026-07-23T01:48:56.653Z | Compiling zlib-rs v0.6.2 |
| 2096 | 2026-07-23T01:48:56.668Z | Compiling publicsuffix v2.3.0 |
| 2097 | 2026-07-23T01:48:56.685Z | Compiling newtype-uuid v1.3.2 |
| 2098 | 2026-07-23T01:48:56.849Z | Compiling postgres-protocol v0.6.10 |
| 2099 | 2026-07-23T01:48:56.887Z | Compiling num-iter v0.1.45 |
| 2100 | 2026-07-23T01:48:57.112Z | Compiling rand v0.8.6 |
| 2101 | 2026-07-23T01:48:57.538Z | Compiling oxnet v0.1.6 |
| 2102 | 2026-07-23T01:48:57.553Z | Compiling inout v0.2.2 |
| 2103 | 2026-07-23T01:48:57.574Z | Compiling anstream v1.0.0 |
| 2104 | 2026-07-23T01:48:57.612Z | Compiling derive_builder v0.20.2 |
| 2105 | 2026-07-23T01:48:57.644Z | Compiling hyper-tls v0.6.0 |
| 2106 | 2026-07-23T01:48:57.754Z | Compiling serde_with_macros v3.21.0 |
| 2107 | 2026-07-23T01:48:57.771Z | Compiling heck v0.4.1 |
| 2108 | 2026-07-23T01:48:57.838Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-23T01:48:57.884Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-23T01:48:57.944Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-23T01:48:58.015Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-23T01:48:58.092Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-07-23T01:48:58.115Z | Compiling futures-executor v0.3.32 |
| 2114 | 2026-07-23T01:48:58.143Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-07-23T01:48:58.160Z | Compiling clap_derive v4.6.1 |
| 2116 | 2026-07-23T01:48:58.211Z | Compiling serde_repr v0.1.20 |
| 2117 | 2026-07-23T01:48:58.241Z | Compiling enum-as-inner v0.6.1 |
| 2118 | 2026-07-23T01:48:58.386Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-23T01:48:58.448Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-23T01:48:58.498Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-23T01:48:58.677Z | Compiling managed v0.8.0 |
| 2122 | 2026-07-23T01:48:58.779Z | Compiling flate2 v1.1.9 |
| 2123 | 2026-07-23T01:48:58.783Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-07-23T01:48:58.809Z | Compiling clap_lex v1.0.0 |
| 2125 | 2026-07-23T01:48:58.836Z | Compiling base16ct v0.2.0 |
| 2126 | 2026-07-23T01:48:58.964Z | Compiling foldhash v0.2.0 |
| 2127 | 2026-07-23T01:48:58.980Z | Compiling bumpalo v3.20.2 |
| 2128 | 2026-07-23T01:48:59.004Z | Compiling libbz2-rs-sys v0.2.2 |
| 2129 | 2026-07-23T01:48:59.040Z | Compiling foldhash v0.1.5 |
| 2130 | 2026-07-23T01:48:59.055Z | Compiling same-file v1.0.6 |
| 2131 | 2026-07-23T01:48:59.225Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-07-23T01:48:59.229Z | Compiling hashbrown v0.15.5 |
| 2133 | 2026-07-23T01:48:59.267Z | Compiling walkdir v2.5.0 |
| 2134 | 2026-07-23T01:48:59.419Z | Compiling bzip2 v0.6.1 |
| 2135 | 2026-07-23T01:48:59.560Z | Compiling hashbrown v0.16.1 |
| 2136 | 2026-07-23T01:48:59.634Z | Compiling clap_builder v4.6.0 |
| 2137 | 2026-07-23T01:48:59.780Z | Compiling sec1 v0.7.3 |
| 2138 | 2026-07-23T01:48:59.794Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-23T01:48:59.846Z | Compiling group v0.13.0 |
| 2140 | 2026-07-23T01:49:00.061Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-23T01:49:00.110Z | Compiling anstream v0.6.21 |
| 2142 | 2026-07-23T01:49:00.270Z | Compiling zstd v0.13.3 |
| 2143 | 2026-07-23T01:49:00.411Z | Compiling phf v0.13.1 |
| 2144 | 2026-07-23T01:49:00.506Z | Compiling snafu v0.8.9 |
| 2145 | 2026-07-23T01:49:00.595Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-23T01:49:00.851Z | Compiling daft v0.1.7 |
| 2147 | 2026-07-23T01:49:01.018Z | Compiling signal-hook-mio v0.2.5 |
| 2148 | 2026-07-23T01:49:01.153Z | Compiling cipher v0.5.2 |
| 2149 | 2026-07-23T01:49:01.188Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-07-23T01:49:01.259Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-07-23T01:49:01.360Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-23T01:49:01.461Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-23T01:49:01.477Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-23T01:49:01.538Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-23T01:49:01.685Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-23T01:49:01.754Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-23T01:49:01.786Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-07-23T01:49:01.802Z | Compiling crossbeam-epoch v0.9.18 |
| 2159 | 2026-07-23T01:49:01.844Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-07-23T01:49:01.918Z | Compiling olpc-cjson v0.1.4 |
| 2161 | 2026-07-23T01:49:02.151Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-07-23T01:49:02.184Z | Compiling serde_plain v1.0.2 |
| 2163 | 2026-07-23T01:49:02.201Z | Compiling pem v3.0.6 |
| 2164 | 2026-07-23T01:49:02.327Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-07-23T01:49:02.407Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-23T01:49:02.423Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-23T01:49:02.439Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-23T01:49:02.575Z | Compiling whoami v2.1.0 |
| 2169 | 2026-07-23T01:49:02.668Z | Compiling const-oid v0.10.2 |
| 2170 | 2026-07-23T01:49:02.689Z | Compiling fixedbitset v0.5.7 |
| 2171 | 2026-07-23T01:49:02.715Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2026-07-23T01:49:02.795Z | Compiling difflib v0.4.0 |
| 2173 | 2026-07-23T01:49:02.838Z | Compiling data-encoding v2.10.0 |
| 2174 | 2026-07-23T01:49:02.874Z | Compiling normalize-line-endings v0.3.0 |
| 2175 | 2026-07-23T01:49:02.889Z | Compiling toml_write v0.1.2 |
| 2176 | 2026-07-23T01:49:02.931Z | Compiling typed-path v0.9.3 |
| 2177 | 2026-07-23T01:49:02.934Z | Compiling precomputed-hash v0.1.1 |
| 2178 | 2026-07-23T01:49:02.959Z | Compiling keccak v0.1.6 |
| 2179 | 2026-07-23T01:49:02.982Z | Compiling predicates-core v1.0.10 |
| 2180 | 2026-07-23T01:49:02.998Z | Compiling new_debug_unreachable v1.0.6 |
| 2181 | 2026-07-23T01:49:03.045Z | Compiling jiff v0.2.21 |
| 2182 | 2026-07-23T01:49:03.108Z | Compiling static_assertions v1.1.0 |
| 2183 | 2026-07-23T01:49:03.168Z | Compiling hickory-proto v0.25.2 |
| 2184 | 2026-07-23T01:49:03.183Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2185 | 2026-07-23T01:49:03.232Z | Compiling elliptic-curve v0.13.8 |
| 2186 | 2026-07-23T01:49:03.248Z | Compiling sha3 v0.10.8 |
| 2187 | 2026-07-23T01:49:03.264Z | Compiling predicates v3.1.4 |
| 2188 | 2026-07-23T01:49:03.374Z | Compiling toml_edit v0.22.27 |
| 2189 | 2026-07-23T01:49:03.406Z | Compiling string_cache v0.8.9 |
| 2190 | 2026-07-23T01:49:03.424Z | Compiling petgraph v0.8.3 |
| 2191 | 2026-07-23T01:49:03.472Z | Compiling petgraph v0.6.5 |
| 2192 | 2026-07-23T01:49:03.532Z | Compiling digest v0.11.3 |
| 2193 | 2026-07-23T01:49:03.598Z | Compiling chacha20 v0.10.0 |
| 2194 | 2026-07-23T01:49:03.615Z | Compiling tokio-postgres v0.7.16 |
| 2195 | 2026-07-23T01:49:03.748Z | Compiling env_logger v0.11.9 |
| 2196 | 2026-07-23T01:49:03.840Z | Compiling usdt v0.6.0 |
| 2197 | 2026-07-23T01:49:04.485Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-23T01:49:05.553Z | Compiling ed25519-dalek v2.2.0 |
| 2199 | 2026-07-23T01:49:05.604Z | Compiling zip v4.6.1 |
| 2200 | 2026-07-23T01:49:05.708Z | Compiling zip v0.6.6 |
| 2201 | 2026-07-23T01:49:05.867Z | Compiling clap v4.6.1 |
| 2202 | 2026-07-23T01:49:05.964Z | Compiling crossterm v0.28.1 |
| 2203 | 2026-07-23T01:49:05.979Z | Compiling iddqd v0.4.2 |
| 2204 | 2026-07-23T01:49:06.232Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-23T01:49:06.411Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-23T01:49:06.528Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-23T01:49:06.612Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-23T01:49:06.722Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-23T01:49:06.762Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-23T01:49:06.853Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-23T01:49:07.130Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-23T01:49:07.165Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-23T01:49:07.255Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-23T01:49:07.285Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-23T01:49:07.906Z | Compiling peg-runtime v0.8.5 |
| 2216 | 2026-07-23T01:49:08.072Z | Compiling lalrpop-util v0.19.12 |
| 2217 | 2026-07-23T01:49:24.164Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-23T01:49:25.321Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-23T01:49:25.377Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-23T01:49:25.416Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-23T01:49:25.499Z | Compiling rayon-core v1.13.0 |
| 2222 | 2026-07-23T01:49:25.607Z | Compiling crucible-workspace-hack v0.1.0 |
| 2223 | 2026-07-23T01:49:25.630Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-23T01:49:25.695Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-23T01:49:25.846Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-23T01:49:25.882Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2227 | 2026-07-23T01:49:25.994Z | Compiling heapless v0.8.0 |
| 2228 | 2026-07-23T01:49:26.137Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2229 | 2026-07-23T01:49:26.152Z | Compiling crossbeam-deque v0.8.6 |
| 2230 | 2026-07-23T01:49:26.228Z | Compiling inout v0.1.4 |
| 2231 | 2026-07-23T01:49:26.310Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2232 | 2026-07-23T01:49:26.385Z | Compiling hash32 v0.3.1 |
| 2233 | 2026-07-23T01:49:26.406Z | Compiling multer v3.1.0 |
| 2234 | 2026-07-23T01:49:26.443Z | Compiling structmeta v0.3.0 |
| 2235 | 2026-07-23T01:49:26.457Z | Compiling thread_local v1.1.9 |
| 2236 | 2026-07-23T01:49:26.492Z | Compiling slog-async v2.8.0 |
| 2237 | 2026-07-23T01:49:26.527Z | Compiling unicode-width v0.2.0 |
| 2238 | 2026-07-23T01:49:26.578Z | Compiling match_cfg v0.1.0 |
| 2239 | 2026-07-23T01:49:26.639Z | Compiling smoltcp v0.11.0 |
| 2240 | 2026-07-23T01:49:26.682Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2241 | 2026-07-23T01:49:26.707Z | Compiling compression-core v0.4.31 |
| 2242 | 2026-07-23T01:49:26.811Z | Compiling compression-codecs v0.4.37 |
| 2243 | 2026-07-23T01:49:26.827Z | Compiling proc-macro-crate v3.4.0 |
| 2244 | 2026-07-23T01:49:26.849Z | Compiling derive-ex v0.1.8 |
| 2245 | 2026-07-23T01:49:26.918Z | Compiling hostname v0.3.1 |
| 2246 | 2026-07-23T01:49:26.949Z | Compiling cipher v0.4.4 |
| 2247 | 2026-07-23T01:49:27.104Z | Compiling atomicwrites v0.4.4 |
| 2248 | 2026-07-23T01:49:27.115Z | Compiling slog-json v2.6.1 |
| 2249 | 2026-07-23T01:49:27.202Z | Compiling crossbeam-channel v0.5.15 |
| 2250 | 2026-07-23T01:49:27.225Z | Compiling half v2.7.1 |
| 2251 | 2026-07-23T01:49:27.286Z | Compiling newtype-uuid-macros v0.1.0 |
| 2252 | 2026-07-23T01:49:27.394Z | Compiling cobs v0.3.0 |
| 2253 | 2026-07-23T01:49:27.409Z | Compiling universal-hash v0.5.1 |
| 2254 | 2026-07-23T01:49:27.467Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2255 | 2026-07-23T01:49:27.582Z | Compiling async-stream-impl v0.3.6 |
| 2256 | 2026-07-23T01:49:27.597Z | Compiling darling_macro v0.21.3 |
| 2257 | 2026-07-23T01:49:27.612Z | Compiling serde_spanned v1.1.1 |
| 2258 | 2026-07-23T01:49:27.688Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2259 | 2026-07-23T01:49:27.782Z | Compiling tokio-rustls v0.26.4 |
| 2260 | 2026-07-23T01:49:27.912Z | Compiling rustls-platform-verifier v0.6.2 |
| 2261 | 2026-07-23T01:49:28.042Z | Compiling hyper-rustls v0.27.7 |
| 2262 | 2026-07-23T01:49:28.075Z | Compiling tough v0.22.0 |
| 2263 | 2026-07-23T01:49:28.117Z | Compiling darling v0.21.3 |
| 2264 | 2026-07-23T01:49:28.133Z | Compiling is-terminal v0.4.17 |
| 2265 | 2026-07-23T01:49:28.150Z | Compiling dropshot v0.17.1 |
| 2266 | 2026-07-23T01:49:28.180Z | Compiling proc-macro-error-attr v1.0.4 |
| 2267 | 2026-07-23T01:49:28.219Z | Compiling ingot-macros v0.1.1 |
| 2268 | 2026-07-23T01:49:28.255Z | Compiling term v1.2.1 |
| 2269 | 2026-07-23T01:49:28.360Z | Compiling reqwest v0.13.2 |
| 2270 | 2026-07-23T01:49:28.378Z | Compiling opaque-debug v0.3.1 |
| 2271 | 2026-07-23T01:49:28.392Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2272 | 2026-07-23T01:49:28.414Z | Compiling convert_case v0.4.0 |
| 2273 | 2026-07-23T01:49:28.479Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2274 | 2026-07-23T01:49:28.519Z | Compiling take_mut v0.2.2 |
| 2275 | 2026-07-23T01:49:28.549Z | Compiling ciborium-io v0.2.2 |
| 2276 | 2026-07-23T01:49:28.641Z | Compiling ciborium-ll v0.2.2 |
| 2277 | 2026-07-23T01:49:28.677Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2278 | 2026-07-23T01:49:28.734Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-07-23T01:49:28.754Z | Compiling slog-term v2.9.2 |
| 2280 | 2026-07-23T01:49:28.926Z | Compiling thiserror-no-std v2.0.2 |
| 2281 | 2026-07-23T01:49:29.034Z | Compiling poly1305 v0.8.0 |
| 2282 | 2026-07-23T01:49:29.288Z | Compiling test-strategy v0.4.5 |
| 2283 | 2026-07-23T01:49:29.323Z | Compiling async-stream v0.3.6 |
| 2284 | 2026-07-23T01:49:29.377Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2285 | 2026-07-23T01:49:29.544Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-23T01:49:29.925Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-07-23T01:49:29.945Z | Compiling num_enum_derive v0.7.6 |
| 2288 | 2026-07-23T01:49:30.023Z | Compiling chacha20 v0.9.1 |
| 2289 | 2026-07-23T01:49:30.049Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-23T01:49:30.295Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-23T01:49:30.582Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-23T01:49:30.598Z | Compiling sha1 v0.11.0 |
| 2293 | 2026-07-23T01:49:30.875Z | Compiling ingot-types v0.1.2 |
| 2294 | 2026-07-23T01:49:30.919Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2295 | 2026-07-23T01:49:30.934Z | Compiling proc-macro-crate v1.3.1 |
| 2296 | 2026-07-23T01:49:31.050Z | Compiling waitgroup v0.1.2 |
| 2297 | 2026-07-23T01:49:31.196Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2298 | 2026-07-23T01:49:31.228Z | Compiling backon v1.6.0 |
| 2299 | 2026-07-23T01:49:31.243Z | Compiling password-hash v0.5.0 |
| 2300 | 2026-07-23T01:49:31.279Z | Compiling ingot v0.1.1 |
| 2301 | 2026-07-23T01:49:31.295Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-07-23T01:49:31.329Z | Compiling dropshot_endpoint v0.17.1 |
| 2303 | 2026-07-23T01:49:31.351Z | Compiling blake2 v0.10.6 |
| 2304 | 2026-07-23T01:49:31.534Z | Compiling aead v0.5.2 |
| 2305 | 2026-07-23T01:49:31.619Z | Compiling foreign-types-macros v0.2.3 |
| 2306 | 2026-07-23T01:49:31.644Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2307 | 2026-07-23T01:49:31.661Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2308 | 2026-07-23T01:49:31.757Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-23T01:49:31.800Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-23T01:49:31.895Z | Compiling proc-macro-error v1.0.4 |
| 2311 | 2026-07-23T01:49:31.983Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2312 | 2026-07-23T01:49:32.027Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-23T01:49:32.103Z | Compiling foreign-types-shared v0.3.1 |
| 2314 | 2026-07-23T01:49:32.137Z | Compiling debug-ignore v1.0.5 |
| 2315 | 2026-07-23T01:49:32.169Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-23T01:49:32.235Z | Compiling foreign-types v0.5.0 |
| 2317 | 2026-07-23T01:49:32.241Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2318 | 2026-07-23T01:49:32.280Z | Compiling parse-display v0.10.0 |
| 2319 | 2026-07-23T01:49:32.283Z | Compiling chacha20poly1305 v0.10.1 |
| 2320 | 2026-07-23T01:49:32.284Z | Compiling argon2 v0.5.3 |
| 2321 | 2026-07-23T01:49:32.325Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-23T01:49:32.344Z | Compiling num_enum_derive v0.5.11 |
| 2323 | 2026-07-23T01:49:32.380Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2324 | 2026-07-23T01:49:32.497Z | Compiling num_enum v0.7.6 |
| 2325 | 2026-07-23T01:49:32.565Z | Compiling vsss-rs v3.3.4 |
| 2326 | 2026-07-23T01:49:32.704Z | Compiling ciborium v0.2.2 |
| 2327 | 2026-07-23T01:49:32.898Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-23T01:49:32.914Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-23T01:49:32.975Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-07-23T01:49:32.989Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2331 | 2026-07-23T01:49:33.143Z | Compiling cstr-argument v0.1.2 |
| 2332 | 2026-07-23T01:49:33.257Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2333 | 2026-07-23T01:49:33.280Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2334 | 2026-07-23T01:49:33.314Z | Compiling humantime v2.3.0 |
| 2335 | 2026-07-23T01:49:33.329Z | Compiling num_enum v0.5.11 |
| 2336 | 2026-07-23T01:49:33.332Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-23T01:49:33.443Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2338 | 2026-07-23T01:49:33.464Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2339 | 2026-07-23T01:49:33.485Z | Compiling rayon v1.11.0 |
| 2340 | 2026-07-23T01:49:33.543Z | Compiling rand v0.10.1 |
| 2341 | 2026-07-23T01:49:33.571Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2342 | 2026-07-23T01:49:33.571Z | Compiling libefi-sys v0.1.0 |
| 2343 | 2026-07-23T01:49:33.600Z | Compiling indent_write v2.2.0 |
| 2344 | 2026-07-23T01:49:33.692Z | Compiling colored v3.1.1 |
| 2345 | 2026-07-23T01:49:33.708Z | Compiling zone_cfg_derive v0.3.1 |
| 2346 | 2026-07-23T01:49:33.770Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-07-23T01:49:33.786Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-23T01:49:33.786Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-23T01:49:33.840Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-23T01:49:33.918Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-07-23T01:49:33.942Z | Compiling usdt-attr-macro v0.5.0 |
| 2352 | 2026-07-23T01:49:34.021Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2026-07-23T01:49:34.054Z | Compiling num-derive v0.4.2 |
| 2354 | 2026-07-23T01:49:34.323Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2355 | 2026-07-23T01:49:34.387Z | Compiling blake3 v1.8.5 |
| 2356 | 2026-07-23T01:49:34.402Z | Compiling memmap v0.7.0 |
| 2357 | 2026-07-23T01:49:34.444Z | Compiling sigpipe v0.1.3 |
| 2358 | 2026-07-23T01:49:34.496Z | Compiling swrite v0.1.0 |
| 2359 | 2026-07-23T01:49:34.558Z | Compiling glob v0.3.3 |
| 2360 | 2026-07-23T01:49:34.617Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-23T01:49:34.648Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2362 | 2026-07-23T01:49:34.690Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-23T01:49:34.729Z | Compiling usdt v0.5.0 |
| 2364 | 2026-07-23T01:49:34.893Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2365 | 2026-07-23T01:49:34.970Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2366 | 2026-07-23T01:49:35.025Z | Compiling smf v0.2.3 |
| 2367 | 2026-07-23T01:49:35.058Z | Compiling filetime v0.2.27 |
| 2368 | 2026-07-23T01:49:35.174Z | Compiling zone v0.3.1 |
| 2369 | 2026-07-23T01:49:35.205Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-07-23T01:49:35.222Z | Compiling whoami v1.6.1 |
| 2371 | 2026-07-23T01:49:35.275Z | Compiling xattr v1.6.1 |
| 2372 | 2026-07-23T01:49:35.292Z | Compiling constant_time_eq v0.4.2 |
| 2373 | 2026-07-23T01:49:35.308Z | Compiling arrayvec v0.7.6 |
| 2374 | 2026-07-23T01:49:35.324Z | Compiling arrayref v0.3.9 |
| 2375 | 2026-07-23T01:49:35.364Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-23T01:49:35.421Z | Compiling tar v0.4.46 |
| 2377 | 2026-07-23T01:49:35.490Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2378 | 2026-07-23T01:49:35.501Z | Compiling tokio-dtrace v0.1.1 |
| 2379 | 2026-07-23T01:49:35.505Z | Compiling console v0.16.2 |
| 2380 | 2026-07-23T01:49:35.656Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-23T01:49:35.733Z | Compiling topological-sort v0.2.2 |
| 2382 | 2026-07-23T01:49:35.745Z | Compiling unit-prefix v0.5.2 |
| 2383 | 2026-07-23T01:49:35.831Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-23T01:49:35.847Z | Compiling toml v0.8.23 |
| 2385 | 2026-07-23T01:49:35.928Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2386 | 2026-07-23T01:49:36.063Z | Compiling indicatif v0.18.4 |
| 2387 | 2026-07-23T01:49:36.187Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2388 | 2026-07-23T01:49:36.233Z | Compiling shell-words v1.1.1 |
| 2389 | 2026-07-23T01:49:45.543Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-23T01:49:45.543Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-23T01:49:45.772Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-23T01:49:46.124Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2393 | 2026-07-23T01:49:46.147Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2394 | 2026-07-23T01:49:46.252Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-23T01:49:46.309Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-23T01:49:46.309Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2397 | 2026-07-23T01:49:46.411Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2398 | 2026-07-23T01:49:46.450Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-07-23T01:49:46.651Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-07-23T01:49:47.042Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-23T01:49:50.922Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-23T01:49:58.896Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-23T01:50:02.041Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-23T01:50:03.082Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-23T01:50:12.497Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2406 | 2026-07-23T01:50:12.639Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-23T01:50:12.699Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-23T01:50:12.702Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-23T01:50:12.702Z | |
| 2410 | 2026-07-23T01:50:12.702Z | real 1:40.102555160 |
| 2411 | 2026-07-23T01:50:12.702Z | user 16:26.658309546 |
| 2412 | 2026-07-23T01:50:12.702Z | sys 2:35.531894471 |
| 2413 | 2026-07-23T01:50:12.702Z | trap 0.466532678 |
| 2414 | 2026-07-23T01:50:12.702Z | tflt 2.308710285 |
| 2415 | 2026-07-23T01:50:12.702Z | dflt 4.097799969 |
| 2416 | 2026-07-23T01:50:12.702Z | kflt 0.000840880 |
| 2417 | 2026-07-23T01:50:12.702Z | lock 51:52.946232844 |
| 2418 | 2026-07-23T01:50:12.702Z | slp 42:30.674569256 |
| 2419 | 2026-07-23T01:50:12.703Z | lat 43.171493383 |
| 2420 | 2026-07-23T01:50:12.703Z | stop 5:06.750894933 |
| 2421 | 2026-07-23T01:50:12.703Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-23T01:50:13.545Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2423 | 2026-07-23T01:50:13.615Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-23T01:50:13.671Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-23T01:50:15.047Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-23T01:50:15.047Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-23T01:50:15.282Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-23T01:50:15.301Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-23T01:50:15.329Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-23T01:50:15.350Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-23T01:50:15.369Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-23T01:50:15.376Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-23T01:50:15.376Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-23T01:50:15.376Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-23T01:50:15.450Z | Compiling console v0.15.11 |
| 2436 | 2026-07-23T01:50:15.453Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-23T01:50:15.454Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-23T01:50:15.491Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-23T01:50:15.508Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-23T01:50:15.548Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-23T01:50:15.571Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-07-23T01:50:15.576Z | Compiling cancel-safe-futures v0.1.5 |
| 2443 | 2026-07-23T01:50:15.615Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2444 | 2026-07-23T01:50:15.637Z | Compiling match_cfg v0.1.0 |
| 2445 | 2026-07-23T01:50:15.704Z | Compiling unicode-width v0.1.14 |
| 2446 | 2026-07-23T01:50:15.742Z | Compiling compression-core v0.4.31 |
| 2447 | 2026-07-23T01:50:15.788Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-07-23T01:50:15.839Z | Compiling expectorate v1.2.0 |
| 2449 | 2026-07-23T01:50:15.890Z | Compiling compression-codecs v0.4.37 |
| 2450 | 2026-07-23T01:50:15.923Z | Compiling hostname v0.3.1 |
| 2451 | 2026-07-23T01:50:15.944Z | Compiling multer v3.1.0 |
| 2452 | 2026-07-23T01:50:16.011Z | Compiling num v0.4.3 |
| 2453 | 2026-07-23T01:50:16.035Z | Compiling slog-async v2.8.0 |
| 2454 | 2026-07-23T01:50:16.056Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-23T01:50:16.079Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-23T01:50:16.083Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2457 | 2026-07-23T01:50:16.121Z | Compiling serde_spanned v1.1.1 |
| 2458 | 2026-07-23T01:50:16.124Z | Compiling term v1.2.1 |
| 2459 | 2026-07-23T01:50:16.165Z | Compiling linked-hash-map v0.5.6 |
| 2460 | 2026-07-23T01:50:16.168Z | Compiling take_mut v0.2.2 |
| 2461 | 2026-07-23T01:50:16.300Z | Compiling float-ord v0.3.2 |
| 2462 | 2026-07-23T01:50:16.321Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2463 | 2026-07-23T01:50:16.324Z | Compiling slog-bunyan v2.5.0 |
| 2464 | 2026-07-23T01:50:16.411Z | Compiling lru-cache v0.1.2 |
| 2465 | 2026-07-23T01:50:16.415Z | Compiling async-compression v0.4.41 |
| 2466 | 2026-07-23T01:50:16.453Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2467 | 2026-07-23T01:50:16.508Z | Compiling slog-term v2.9.2 |
| 2468 | 2026-07-23T01:50:16.534Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2469 | 2026-07-23T01:50:16.599Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2470 | 2026-07-23T01:50:16.612Z | Compiling oxide-update-engine-types v0.1.2 |
| 2471 | 2026-07-23T01:50:16.688Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2472 | 2026-07-23T01:50:16.758Z | Compiling dropshot v0.17.1 |
| 2473 | 2026-07-23T01:50:16.778Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2474 | 2026-07-23T01:50:16.827Z | Compiling async-stream v0.3.6 |
| 2475 | 2026-07-23T01:50:16.943Z | Compiling typify-impl v0.6.2 |
| 2476 | 2026-07-23T01:50:16.964Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-23T01:50:17.041Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-23T01:50:17.044Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-23T01:50:17.085Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-23T01:50:17.111Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-23T01:50:17.244Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-23T01:50:17.264Z | Compiling serde_path_to_error v0.1.20 |
| 2483 | 2026-07-23T01:50:17.283Z | Compiling hostname v0.4.2 |
| 2484 | 2026-07-23T01:50:17.323Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-23T01:50:17.374Z | Compiling linear-map v1.2.0 |
| 2486 | 2026-07-23T01:50:17.394Z | Compiling minimal-lexical v0.2.1 |
| 2487 | 2026-07-23T01:50:17.443Z | Compiling debug-ignore v1.0.5 |
| 2488 | 2026-07-23T01:50:17.463Z | Compiling backoff v0.4.0 |
| 2489 | 2026-07-23T01:50:17.485Z | Compiling progenitor-extras v0.2.0 |
| 2490 | 2026-07-23T01:50:17.632Z | Compiling nom v7.1.3 |
| 2491 | 2026-07-23T01:50:17.635Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2492 | 2026-07-23T01:50:17.675Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2493 | 2026-07-23T01:50:17.698Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-23T01:50:17.719Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-23T01:50:17.742Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-23T01:50:17.764Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2497 | 2026-07-23T01:50:17.957Z | Compiling oxide-update-engine v0.1.2 |
| 2498 | 2026-07-23T01:50:18.030Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-23T01:50:18.433Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-23T01:50:18.806Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-23T01:50:18.998Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-07-23T01:50:18.998Z | Compiling humantime v2.3.0 |
| 2503 | 2026-07-23T01:50:19.170Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-23T01:50:19.288Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-23T01:50:19.313Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-23T01:50:19.354Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-23T01:50:19.487Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-07-23T01:50:19.608Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-23T01:50:19.689Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-07-23T01:50:19.733Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-07-23T01:50:19.810Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-23T01:50:20.392Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2513 | 2026-07-23T01:50:20.414Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-07-23T01:50:20.414Z | Compiling papergrid v0.11.0 |
| 2515 | 2026-07-23T01:50:20.462Z | Compiling typify-macro v0.6.2 |
| 2516 | 2026-07-23T01:50:20.483Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-07-23T01:50:20.541Z | Compiling termtree v0.5.1 |
| 2518 | 2026-07-23T01:50:20.563Z | Compiling hickory-resolver v0.24.4 |
| 2519 | 2026-07-23T01:50:20.740Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-07-23T01:50:20.993Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-07-23T01:50:21.401Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-23T01:50:21.772Z | Compiling qorb v0.4.1 |
| 2523 | 2026-07-23T01:50:22.064Z | Compiling typify v0.6.2 |
| 2524 | 2026-07-23T01:50:22.344Z | Compiling progenitor-impl v0.14.0 |
| 2525 | 2026-07-23T01:50:22.443Z | Compiling crossterm v0.29.0 |
| 2526 | 2026-07-23T01:50:22.788Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-07-23T01:50:23.041Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-23T01:50:23.572Z | Compiling vte v0.14.1 |
| 2529 | 2026-07-23T01:50:23.827Z | Compiling csv-core v0.1.13 |
| 2530 | 2026-07-23T01:50:24.255Z | Compiling highway v1.3.0 |
| 2531 | 2026-07-23T01:50:24.466Z | Compiling progenitor-macro v0.14.0 |
| 2532 | 2026-07-23T01:50:25.339Z | Compiling chrono-tz v0.10.4 |
| 2533 | 2026-07-23T01:50:25.513Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-07-23T01:50:25.608Z | Compiling csv v1.4.0 |
| 2535 | 2026-07-23T01:50:25.650Z | Compiling strip-ansi-escapes v0.2.1 |
| 2536 | 2026-07-23T01:50:25.679Z | Compiling phf v0.12.1 |
| 2537 | 2026-07-23T01:50:25.814Z | Compiling const_format_proc_macros v0.2.34 |
| 2538 | 2026-07-23T01:50:25.872Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-07-23T01:50:26.142Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-23T01:50:26.215Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-07-23T01:50:26.321Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2542 | 2026-07-23T01:50:26.383Z | Compiling nu-ansi-term v0.50.3 |
| 2543 | 2026-07-23T01:50:26.613Z | Compiling const_format v0.2.35 |
| 2544 | 2026-07-23T01:50:26.930Z | Compiling reedline v0.40.0 |
| 2545 | 2026-07-23T01:50:27.120Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-07-23T01:50:27.560Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-23T01:50:27.586Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-07-23T01:50:28.294Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2549 | 2026-07-23T01:50:28.425Z | Compiling peg v0.8.5 |
| 2550 | 2026-07-23T01:50:28.501Z | Compiling progenitor v0.14.0 |
| 2551 | 2026-07-23T01:50:28.531Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2552 | 2026-07-23T01:50:28.680Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2553 | 2026-07-23T01:50:28.702Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-23T01:50:29.140Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-23T01:50:29.351Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-23T01:50:29.648Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-23T01:50:29.882Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-23T01:50:30.118Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-23T01:50:30.357Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-23T01:50:30.382Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2561 | 2026-07-23T01:50:30.445Z | Compiling smawk v0.3.2 |
| 2562 | 2026-07-23T01:50:30.648Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2563 | 2026-07-23T01:50:30.749Z | Compiling unicode-linebreak v0.1.5 |
| 2564 | 2026-07-23T01:50:30.891Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2565 | 2026-07-23T01:50:31.029Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-07-23T01:50:31.059Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-07-23T01:50:31.161Z | Compiling steno v0.4.1 |
| 2568 | 2026-07-23T01:50:31.496Z | Compiling base64 v0.21.7 |
| 2569 | 2026-07-23T01:50:31.519Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2570 | 2026-07-23T01:50:31.878Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2571 | 2026-07-23T01:50:32.031Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-23T01:50:32.130Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-07-23T01:50:32.374Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-07-23T01:50:32.486Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2575 | 2026-07-23T01:50:32.614Z | Compiling moka v0.12.13 |
| 2576 | 2026-07-23T01:50:32.656Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-07-23T01:50:32.755Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-23T01:50:32.829Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-23T01:50:33.218Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-23T01:50:33.435Z | Compiling tokio-tungstenite v0.21.0 |
| 2581 | 2026-07-23T01:50:33.504Z | Compiling radium v0.7.0 |
| 2582 | 2026-07-23T01:50:33.817Z | Compiling hickory-resolver v0.25.2 |
| 2583 | 2026-07-23T01:50:33.837Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2584 | 2026-07-23T01:50:33.909Z | Compiling maybe-uninit v2.0.0 |
| 2585 | 2026-07-23T01:50:34.261Z | Compiling tap v1.0.1 |
| 2586 | 2026-07-23T01:50:34.413Z | Compiling wyz v0.5.1 |
| 2587 | 2026-07-23T01:50:34.658Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-07-23T01:50:34.735Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-07-23T01:50:34.864Z | Compiling crc-catalog v2.4.0 |
| 2590 | 2026-07-23T01:50:34.918Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2591 | 2026-07-23T01:50:34.995Z | Compiling diesel_derives v2.3.7 |
| 2592 | 2026-07-23T01:50:35.222Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-07-23T01:50:35.522Z | Compiling funty v2.0.0 |
| 2594 | 2026-07-23T01:50:35.586Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-07-23T01:50:35.965Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-07-23T01:50:36.047Z | Compiling crc v3.4.0 |
| 2597 | 2026-07-23T01:50:36.273Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2598 | 2026-07-23T01:50:36.555Z | Compiling dsl_auto_type v0.2.0 |
| 2599 | 2026-07-23T01:50:36.644Z | Compiling scheduled-thread-pool v0.2.7 |
| 2600 | 2026-07-23T01:50:37.137Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-07-23T01:50:37.258Z | Compiling vergen-gitcl v1.0.8 |
| 2602 | 2026-07-23T01:50:37.289Z | Compiling bitfield-macros v0.19.4 |
| 2603 | 2026-07-23T01:50:37.293Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2604 | 2026-07-23T01:50:37.518Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-23T01:50:37.540Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2606 | 2026-07-23T01:50:37.676Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2607 | 2026-07-23T01:50:37.864Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-07-23T01:50:38.018Z | Compiling indexmap v1.9.3 |
| 2609 | 2026-07-23T01:50:38.108Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-07-23T01:50:38.152Z | Compiling maplit v1.0.2 |
| 2611 | 2026-07-23T01:50:38.172Z | Compiling glob v0.3.3 |
| 2612 | 2026-07-23T01:50:38.270Z | Compiling nodrop v0.1.14 |
| 2613 | 2026-07-23T01:50:38.400Z | Compiling array-init v0.0.4 |
| 2614 | 2026-07-23T01:50:38.455Z | Compiling proc-macro-error2 v2.0.1 |
| 2615 | 2026-07-23T01:50:38.527Z | Compiling clang-sys v1.8.1 |
| 2616 | 2026-07-23T01:50:38.757Z | Compiling dirs-next v2.0.0 |
| 2617 | 2026-07-23T01:50:38.777Z | Compiling bitfield v0.19.4 |
| 2618 | 2026-07-23T01:50:38.956Z | Compiling r2d2 v0.8.10 |
| 2619 | 2026-07-23T01:50:38.982Z | Compiling smallvec v0.6.14 |
| 2620 | 2026-07-23T01:50:39.250Z | Compiling num-derive v0.3.3 |
| 2621 | 2026-07-23T01:50:39.271Z | Compiling downcast-rs v2.0.2 |
| 2622 | 2026-07-23T01:50:39.388Z | Compiling hashbrown v0.12.3 |
| 2623 | 2026-07-23T01:50:39.408Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-23T01:50:39.676Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-07-23T01:50:39.783Z | Compiling serde-hex v0.1.0 |
| 2626 | 2026-07-23T01:50:39.878Z | Compiling term v0.7.0 |
| 2627 | 2026-07-23T01:50:39.997Z | Compiling tabled_derive v0.11.0 |
| 2628 | 2026-07-23T01:50:40.127Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-07-23T01:50:40.155Z | Compiling ron v0.8.1 |
| 2630 | 2026-07-23T01:50:40.183Z | Compiling libscf-sys v1.1.0 |
| 2631 | 2026-07-23T01:50:40.356Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-07-23T01:50:40.377Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-07-23T01:50:40.396Z | Compiling hashbrown v0.13.2 |
| 2634 | 2026-07-23T01:50:40.495Z | Compiling bit-vec v0.6.3 |
| 2635 | 2026-07-23T01:50:40.737Z | Compiling crc-any v2.5.0 |
| 2636 | 2026-07-23T01:50:40.813Z | Compiling bit-set v0.5.3 |
| 2637 | 2026-07-23T01:50:41.001Z | Compiling object v0.30.4 |
| 2638 | 2026-07-23T01:50:41.021Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2639 | 2026-07-23T01:50:41.094Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2640 | 2026-07-23T01:50:41.160Z | Compiling ascii-canvas v3.0.0 |
| 2641 | 2026-07-23T01:50:41.424Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2642 | 2026-07-23T01:50:41.703Z | Compiling tabled v0.20.0 |
| 2643 | 2026-07-23T01:50:41.961Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2644 | 2026-07-23T01:50:42.023Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2645 | 2026-07-23T01:50:42.517Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2646 | 2026-07-23T01:50:42.539Z | Compiling progenitor-impl v0.13.0 |
| 2647 | 2026-07-23T01:50:42.814Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2648 | 2026-07-23T01:50:42.971Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2649 | 2026-07-23T01:50:43.059Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-07-23T01:50:43.117Z | Compiling itertools v0.10.5 |
| 2651 | 2026-07-23T01:50:43.290Z | Compiling ena v0.14.4 |
| 2652 | 2026-07-23T01:50:43.345Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2653 | 2026-07-23T01:50:43.451Z | Compiling diesel v2.3.7 |
| 2654 | 2026-07-23T01:50:43.530Z | Compiling libloading v0.8.9 |
| 2655 | 2026-07-23T01:50:43.599Z | Compiling bindgen v0.71.1 |
| 2656 | 2026-07-23T01:50:43.768Z | Compiling path-slash v0.1.5 |
| 2657 | 2026-07-23T01:50:43.904Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-07-23T01:50:43.959Z | Compiling diff v0.1.13 |
| 2659 | 2026-07-23T01:50:44.225Z | Compiling unicase v2.9.0 |
| 2660 | 2026-07-23T01:50:44.246Z | Compiling xshell-macros v0.2.7 |
| 2661 | 2026-07-23T01:50:44.441Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2662 | 2026-07-23T01:50:44.525Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2663 | 2026-07-23T01:50:44.649Z | Compiling xshell v0.2.7 |
| 2664 | 2026-07-23T01:50:44.676Z | Compiling progenitor-macro v0.13.0 |
| 2665 | 2026-07-23T01:50:45.805Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-07-23T01:50:46.107Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2667 | 2026-07-23T01:50:46.920Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-07-23T01:50:47.597Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-07-23T01:50:47.919Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2670 | 2026-07-23T01:50:48.318Z | Compiling progenitor-client v0.13.0 |
| 2671 | 2026-07-23T01:50:48.663Z | Compiling rustc-hash v2.1.1 |
| 2672 | 2026-07-23T01:50:48.847Z | Compiling progenitor v0.13.0 |
| 2673 | 2026-07-23T01:50:48.870Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2674 | 2026-07-23T01:50:49.190Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2675 | 2026-07-23T01:50:49.631Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2026-07-23T01:50:50.059Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-07-23T01:50:50.092Z | Compiling libxml v0.3.3 |
| 2678 | 2026-07-23T01:50:50.196Z | Compiling crc8 v0.1.1 |
| 2679 | 2026-07-23T01:50:50.220Z | Compiling headers v0.4.1 |
| 2680 | 2026-07-23T01:50:50.256Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-07-23T01:50:50.335Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-07-23T01:50:50.412Z | Compiling indoc v1.0.9 |
| 2683 | 2026-07-23T01:50:50.412Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2684 | 2026-07-23T01:50:50.529Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-07-23T01:50:50.797Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-07-23T01:50:50.892Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-07-23T01:50:50.971Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-07-23T01:50:51.442Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-07-23T01:50:51.462Z | Compiling openssl-probe v0.1.6 |
| 2690 | 2026-07-23T01:50:51.634Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2691 | 2026-07-23T01:50:51.768Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2692 | 2026-07-23T01:50:51.914Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-07-23T01:50:52.154Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-07-23T01:50:52.310Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-07-23T01:50:52.390Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-07-23T01:50:52.689Z | Compiling half v1.8.3 |
| 2697 | 2026-07-23T01:50:52.756Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2698 | 2026-07-23T01:50:52.943Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2699 | 2026-07-23T01:50:53.133Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2700 | 2026-07-23T01:50:53.237Z | Compiling polar-core v0.27.3 |
| 2701 | 2026-07-23T01:50:53.533Z | Compiling samael v0.0.19 |
| 2702 | 2026-07-23T01:50:53.557Z | Compiling serde_cbor v0.11.2 |
| 2703 | 2026-07-23T01:50:53.706Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-07-23T01:50:54.025Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-07-23T01:50:54.046Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2706 | 2026-07-23T01:50:54.069Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-07-23T01:50:54.330Z | Compiling nonempty v0.12.0 |
| 2708 | 2026-07-23T01:50:54.420Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2709 | 2026-07-23T01:50:54.576Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2710 | 2026-07-23T01:50:54.598Z | Compiling fxhash v0.2.1 |
| 2711 | 2026-07-23T01:50:54.663Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-07-23T01:50:54.763Z | Compiling salty v0.3.0 |
| 2713 | 2026-07-23T01:50:55.169Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2714 | 2026-07-23T01:50:55.414Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2715 | 2026-07-23T01:50:55.828Z | Compiling kstat-rs v0.2.4 |
| 2716 | 2026-07-23T01:50:56.211Z | Compiling arc-swap v1.8.2 |
| 2717 | 2026-07-23T01:50:56.318Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-07-23T01:50:56.664Z | Compiling slog-scope v4.4.1 |
| 2719 | 2026-07-23T01:50:56.737Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2026-07-23T01:50:56.780Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2721 | 2026-07-23T01:50:56.835Z | Compiling mime_guess v2.0.5 |
| 2722 | 2026-07-23T01:50:57.405Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-07-23T01:50:57.458Z | Compiling rfc6979 v0.4.0 |
| 2724 | 2026-07-23T01:50:57.652Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2725 | 2026-07-23T01:50:57.820Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-07-23T01:50:58.188Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-07-23T01:50:58.240Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-07-23T01:50:58.546Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2729 | 2026-07-23T01:50:58.568Z | Compiling flume v0.11.1 |
| 2730 | 2026-07-23T01:50:58.981Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-07-23T01:50:59.003Z | Compiling ecdsa v0.16.9 |
| 2732 | 2026-07-23T01:50:59.700Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-07-23T01:51:00.304Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-07-23T01:51:00.351Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-07-23T01:51:00.432Z | Compiling primeorder v0.13.6 |
| 2736 | 2026-07-23T01:51:00.616Z | Compiling git-stub v1.0.0 |
| 2737 | 2026-07-23T01:51:00.898Z | Compiling async-bb8-diesel v0.2.1 |
| 2738 | 2026-07-23T01:51:01.348Z | Compiling diesel-dtrace v0.5.0 |
| 2739 | 2026-07-23T01:51:01.433Z | Compiling atty v0.2.14 |
| 2740 | 2026-07-23T01:51:01.584Z | Compiling strsim v0.10.0 |
| 2741 | 2026-07-23T01:51:01.631Z | Compiling parse-size v1.1.0 |
| 2742 | 2026-07-23T01:51:01.698Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2743 | 2026-07-23T01:51:01.852Z | Compiling instability v0.3.11 |
| 2744 | 2026-07-23T01:51:01.904Z | Compiling http-range v0.1.5 |
| 2745 | 2026-07-23T01:51:01.978Z | Compiling darling_core v0.13.4 |
| 2746 | 2026-07-23T01:51:02.139Z | Compiling oso v0.27.3 |
| 2747 | 2026-07-23T01:51:02.300Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2748 | 2026-07-23T01:51:03.659Z | Compiling git-stub-vcs v0.1.0 |
| 2749 | 2026-07-23T01:51:04.015Z | Compiling p384 v0.13.1 |
| 2750 | 2026-07-23T01:51:04.260Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-07-23T01:51:06.210Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-07-23T01:51:06.306Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2753 | 2026-07-23T01:51:06.476Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2754 | 2026-07-23T01:51:06.682Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2755 | 2026-07-23T01:51:07.861Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-07-23T01:51:08.620Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2757 | 2026-07-23T01:51:08.924Z | Compiling ignore v0.4.25 |
| 2758 | 2026-07-23T01:51:09.160Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-07-23T01:51:09.363Z | Compiling vergen-git2 v9.1.0 |
| 2760 | 2026-07-23T01:51:09.609Z | Compiling castaway v0.2.4 |
| 2761 | 2026-07-23T01:51:10.120Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-23T01:51:10.120Z | Compiling indoc v2.0.7 |
| 2763 | 2026-07-23T01:51:10.599Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-07-23T01:51:10.782Z | Compiling compact_str v0.8.1 |
| 2765 | 2026-07-23T01:51:11.237Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-07-23T01:51:11.308Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-07-23T01:51:11.348Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-07-23T01:51:11.915Z | Compiling hyper-staticfile v0.10.1 |
| 2769 | 2026-07-23T01:51:11.934Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2770 | 2026-07-23T01:51:12.038Z | Compiling darling_macro v0.13.4 |
| 2771 | 2026-07-23T01:51:12.266Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2772 | 2026-07-23T01:51:12.550Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2773 | 2026-07-23T01:51:12.706Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-07-23T01:51:13.082Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2775 | 2026-07-23T01:51:13.088Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2776 | 2026-07-23T01:51:13.088Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-23T01:51:15.686Z | Compiling predicates-tree v1.0.13 |
| 2778 | 2026-07-23T01:51:15.713Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-07-23T01:51:15.713Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-07-23T01:51:15.713Z | Compiling lru v0.12.5 |
| 2781 | 2026-07-23T01:51:15.713Z | Compiling rand_seeder v0.4.0 |
| 2782 | 2026-07-23T01:51:15.713Z | Compiling prefix-trie v0.7.0 |
| 2783 | 2026-07-23T01:51:15.713Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-23T01:51:15.713Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2785 | 2026-07-23T01:51:15.713Z | Compiling corncobs v0.1.4 |
| 2786 | 2026-07-23T01:51:15.713Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2787 | 2026-07-23T01:51:15.713Z | Compiling cassowary v0.3.0 |
| 2788 | 2026-07-23T01:51:15.713Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-07-23T01:51:15.713Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-07-23T01:51:15.713Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-07-23T01:51:15.713Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2792 | 2026-07-23T01:51:15.713Z | Compiling ratatui v0.29.0 |
| 2793 | 2026-07-23T01:51:15.713Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-07-23T01:51:15.713Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-07-23T01:51:15.713Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2796 | 2026-07-23T01:51:17.360Z | Compiling darling v0.13.4 |
| 2797 | 2026-07-23T01:51:17.388Z | Compiling sled v0.34.7 |
| 2798 | 2026-07-23T01:51:17.388Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2799 | 2026-07-23T01:51:17.388Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-23T01:51:17.388Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2801 | 2026-07-23T01:51:19.014Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2802 | 2026-07-23T01:51:19.050Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2803 | 2026-07-23T01:51:19.050Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2804 | 2026-07-23T01:51:19.050Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-07-23T01:51:19.220Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-07-23T01:51:19.866Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-07-23T01:51:19.890Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-07-23T01:51:20.297Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2809 | 2026-07-23T01:51:20.394Z | Compiling serde_with_macros v1.5.2 |
| 2810 | 2026-07-23T01:51:21.214Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-07-23T01:51:22.114Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-07-23T01:51:22.364Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2813 | 2026-07-23T01:51:22.428Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2814 | 2026-07-23T01:51:22.630Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2815 | 2026-07-23T01:51:22.855Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2816 | 2026-07-23T01:51:23.066Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2817 | 2026-07-23T01:51:23.300Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2818 | 2026-07-23T01:51:23.421Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2819 | 2026-07-23T01:51:23.558Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2820 | 2026-07-23T01:51:23.702Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2821 | 2026-07-23T01:51:23.757Z | Compiling void v1.0.2 |
| 2822 | 2026-07-23T01:51:23.865Z | Compiling lzss v0.8.2 |
| 2823 | 2026-07-23T01:51:24.082Z | Compiling git2 v0.20.4 |
| 2824 | 2026-07-23T01:51:24.231Z | Compiling illumos-nvpair v0.3.0 |
| 2825 | 2026-07-23T01:51:24.676Z | Compiling serde_with v1.14.0 |
| 2826 | 2026-07-23T01:51:24.744Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2827 | 2026-07-23T01:51:25.310Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2828 | 2026-07-23T01:51:25.829Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2829 | 2026-07-23T01:51:25.857Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2830 | 2026-07-23T01:51:26.965Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2831 | 2026-07-23T01:51:27.116Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2832 | 2026-07-23T01:51:27.605Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2833 | 2026-07-23T01:51:27.867Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-07-23T01:51:28.578Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-07-23T01:51:28.834Z | Compiling tungstenite v0.23.0 |
| 2836 | 2026-07-23T01:51:28.939Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2837 | 2026-07-23T01:51:29.748Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-07-23T01:51:30.663Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2839 | 2026-07-23T01:51:30.897Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2840 | 2026-07-23T01:51:30.971Z | Compiling nix v0.27.1 |
| 2841 | 2026-07-23T01:51:31.138Z | Compiling twox-hash v2.1.2 |
| 2842 | 2026-07-23T01:51:31.190Z | Compiling libsw-core v0.3.2 |
| 2843 | 2026-07-23T01:51:31.414Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-07-23T01:51:31.674Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2845 | 2026-07-23T01:51:31.721Z | Compiling libsw v3.5.0 |
| 2846 | 2026-07-23T01:51:31.892Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2847 | 2026-07-23T01:51:31.916Z | Compiling tokio-tungstenite v0.23.1 |
| 2848 | 2026-07-23T01:51:31.952Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2849 | 2026-07-23T01:51:32.182Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-07-23T01:51:32.300Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2851 | 2026-07-23T01:51:32.398Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-07-23T01:51:33.762Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-07-23T01:51:34.403Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-07-23T01:51:35.756Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-07-23T01:51:36.167Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2856 | 2026-07-23T01:51:36.650Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2857 | 2026-07-23T01:51:36.684Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2858 | 2026-07-23T01:51:36.877Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2859 | 2026-07-23T01:51:37.236Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2860 | 2026-07-23T01:51:37.342Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2861 | 2026-07-23T01:51:37.645Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-07-23T01:51:37.984Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2863 | 2026-07-23T01:51:38.541Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2864 | 2026-07-23T01:51:39.037Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-07-23T01:51:40.730Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2866 | 2026-07-23T01:51:41.096Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2867 | 2026-07-23T01:51:42.612Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2868 | 2026-07-23T01:51:43.268Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2869 | 2026-07-23T01:51:43.466Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-07-23T01:51:43.704Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2871 | 2026-07-23T01:51:43.731Z | Compiling signal-hook-tokio v0.3.1 |
| 2872 | 2026-07-23T01:51:43.943Z | Compiling fatfs v0.3.6 |
| 2873 | 2026-07-23T01:51:44.123Z | Compiling yasna v0.5.2 |
| 2874 | 2026-07-23T01:51:44.270Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-07-23T01:51:44.630Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-07-23T01:51:44.738Z | Compiling seq-macro v0.3.6 |
| 2877 | 2026-07-23T01:51:45.175Z | Compiling is_ci v1.2.0 |
| 2878 | 2026-07-23T01:51:45.262Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-07-23T01:51:45.411Z | Compiling supports-color v3.0.2 |
| 2880 | 2026-07-23T01:51:45.707Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-07-23T01:51:45.898Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-07-23T01:51:47.085Z | Compiling oxide-update-engine-display v0.1.2 |
| 2883 | 2026-07-23T01:51:47.116Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2884 | 2026-07-23T01:51:47.667Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2885 | 2026-07-23T01:51:49.867Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2886 | 2026-07-23T01:51:49.898Z | Compiling port-file v0.1.0 |
| 2887 | 2026-07-23T01:51:49.898Z | Compiling rtoolbox v0.0.3 |
| 2888 | 2026-07-23T01:51:49.898Z | Compiling subprocess v0.2.15 |
| 2889 | 2026-07-23T01:51:49.898Z | Compiling rpassword v7.5.4 |
| 2890 | 2026-07-23T01:51:49.898Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2891 | 2026-07-23T01:51:49.923Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-07-23T01:51:50.715Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-07-23T01:51:50.809Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2894 | 2026-07-23T01:51:50.871Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2895 | 2026-07-23T01:51:51.737Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-07-23T01:51:52.038Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2897 | 2026-07-23T01:51:53.306Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-07-23T01:51:54.440Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2899 | 2026-07-23T01:51:54.568Z | Compiling uzers v0.12.2 |
| 2900 | 2026-07-23T01:51:54.713Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-07-23T01:51:55.076Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2902 | 2026-07-23T01:51:56.040Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2903 | 2026-07-23T01:51:57.489Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2904 | 2026-07-23T01:51:58.438Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-07-23T01:52:00.101Z | Compiling support-bundle-viewer v0.1.2 |
| 2906 | 2026-07-23T01:52:00.602Z | Compiling multimap v0.10.1 |
| 2907 | 2026-07-23T01:52:15.044Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2908 | 2026-07-23T01:52:23.155Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2909 | 2026-07-23T01:52:23.233Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2910 | 2026-07-23T01:52:23.233Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2911 | 2026-07-23T01:52:23.285Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2912 | 2026-07-23T01:58:44.389Z | Finished `release` profile [optimized] target(s) in 8m 30s |
| 2913 | 2026-07-23T01:59:30.833Z | |
| 2914 | 2026-07-23T01:59:30.839Z | real 9:18.103515673 |
| 2915 | 2026-07-23T01:59:30.839Z | user 1:18:29.620353596 |
| 2916 | 2026-07-23T01:59:30.839Z | sys 3:28.119648103 |
| 2917 | 2026-07-23T01:59:30.839Z | trap 1.742933741 |
| 2918 | 2026-07-23T01:59:30.839Z | tflt 2.176914584 |
| 2919 | 2026-07-23T01:59:30.839Z | dflt 18.213429672 |
| 2920 | 2026-07-23T01:59:30.839Z | kflt 0.079435327 |
| 2921 | 2026-07-23T01:59:30.839Z | lock 6:48:03.289379395 |
| 2922 | 2026-07-23T01:59:30.839Z | slp 2:10:55.360842078 |
| 2923 | 2026-07-23T01:59:30.839Z | lat 2:19.133906580 |
| 2924 | 2026-07-23T01:59:30.839Z | stop 5:05.239954445 |
| 2925 | 2026-07-23T01:59:30.839Z | + mapfile -t packages |
| 2926 | 2026-07-23T01:59:30.839Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2927 | 2026-07-23T01:59:31.749Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2928 | 2026-07-23T01:59:31.824Z | Running `target/release/omicron-package -t test list-outputs` |
| 2929 | 2026-07-23T01:59:31.884Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2930 | 2026-07-23T01:59:31.887Z | + ptime -m cargo build --locked --release -p xtask |
| 2931 | 2026-07-23T01:59:32.360Z | Compiling libc v0.2.185 |
| 2932 | 2026-07-23T01:59:32.361Z | Compiling serde_core v1.0.228 |
| 2933 | 2026-07-23T01:59:32.364Z | Compiling serde v1.0.228 |
| 2934 | 2026-07-23T01:59:32.364Z | Compiling rustix v1.1.3 |
| 2935 | 2026-07-23T01:59:32.364Z | Compiling bitflags v2.11.0 |
| 2936 | 2026-07-23T01:59:32.488Z | Compiling serde_json v1.0.150 |
| 2937 | 2026-07-23T01:59:32.508Z | Compiling usdt-impl v0.5.0 |
| 2938 | 2026-07-23T01:59:32.511Z | Compiling syn v2.0.117 |
| 2939 | 2026-07-23T01:59:32.529Z | Compiling syn v1.0.109 |
| 2940 | 2026-07-23T01:59:32.540Z | Compiling log v0.4.29 |
| 2941 | 2026-07-23T01:59:32.551Z | Compiling getrandom v0.4.1 |
| 2942 | 2026-07-23T01:59:32.551Z | Compiling indexmap v2.14.0 |
| 2943 | 2026-07-23T01:59:32.573Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-07-23T01:59:32.773Z | Compiling heck v0.4.1 |
| 2945 | 2026-07-23T01:59:32.822Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-07-23T01:59:32.935Z | Compiling once_cell v1.21.3 |
| 2947 | 2026-07-23T01:59:33.229Z | Compiling errno v0.3.14 |
| 2948 | 2026-07-23T01:59:33.232Z | Compiling thread-id v4.2.2 |
| 2949 | 2026-07-23T01:59:33.232Z | Compiling memmap v0.7.0 |
| 2950 | 2026-07-23T01:59:34.019Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-07-23T01:59:34.197Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-07-23T01:59:34.197Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-07-23T01:59:34.256Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-07-23T01:59:34.291Z | Compiling clap_builder v4.6.0 |
| 2955 | 2026-07-23T01:59:34.291Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-07-23T01:59:34.625Z | Compiling camino v1.2.2 |
| 2957 | 2026-07-23T01:59:34.640Z | Compiling cargo-platform v0.3.2 |
| 2958 | 2026-07-23T01:59:34.658Z | Compiling semver v1.0.28 |
| 2959 | 2026-07-23T01:59:34.688Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-07-23T01:59:34.922Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2026-07-23T01:59:34.964Z | Compiling tabled v0.15.0 |
| 2962 | 2026-07-23T01:59:35.204Z | Compiling serde_derive v1.0.228 |
| 2963 | 2026-07-23T01:59:35.204Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-07-23T01:59:35.207Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-07-23T01:59:35.207Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-07-23T01:59:35.207Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-07-23T01:59:35.207Z | Compiling clap_derive v4.6.1 |
| 2968 | 2026-07-23T01:59:35.271Z | Compiling pest_derive v2.8.6 |
| 2969 | 2026-07-23T01:59:35.915Z | Compiling scroll v0.12.0 |
| 2970 | 2026-07-23T01:59:36.043Z | Compiling zerocopy v0.7.35 |
| 2971 | 2026-07-23T01:59:36.187Z | Compiling goblin v0.8.2 |
| 2972 | 2026-07-23T01:59:36.339Z | Compiling thiserror v1.0.69 |
| 2973 | 2026-07-23T01:59:36.455Z | Compiling dtrace-parser v0.2.0 |
| 2974 | 2026-07-23T01:59:36.619Z | Compiling thiserror v2.0.18 |
| 2975 | 2026-07-23T01:59:36.879Z | Compiling clap v4.6.1 |
| 2976 | 2026-07-23T01:59:38.366Z | Compiling dof v0.3.0 |
| 2977 | 2026-07-23T01:59:38.423Z | Compiling serde_spanned v0.6.9 |
| 2978 | 2026-07-23T01:59:38.466Z | Compiling toml_datetime v0.6.11 |
| 2979 | 2026-07-23T01:59:38.477Z | Compiling serde_tokenstream v0.2.3 |
| 2980 | 2026-07-23T01:59:38.597Z | Compiling cargo_metadata v0.23.1 |
| 2981 | 2026-07-23T01:59:38.636Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2982 | 2026-07-23T01:59:38.646Z | Compiling macaddr v1.0.1 |
| 2983 | 2026-07-23T01:59:38.680Z | Compiling toml_edit v0.22.27 |
| 2984 | 2026-07-23T01:59:39.106Z | Compiling usdt-macro v0.5.0 |
| 2985 | 2026-07-23T01:59:39.109Z | Compiling usdt-attr-macro v0.5.0 |
| 2986 | 2026-07-23T01:59:39.754Z | Compiling usdt v0.5.0 |
| 2987 | 2026-07-23T01:59:40.211Z | Compiling toml v0.8.23 |
| 2988 | 2026-07-23T01:59:40.645Z | Compiling cargo_toml v0.21.0 |
| 2989 | 2026-07-23T01:59:45.081Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2990 | 2026-07-23T01:59:48.302Z | Finished `release` profile [optimized] target(s) in 16.40s |
| 2991 | 2026-07-23T01:59:48.403Z | |
| 2992 | 2026-07-23T01:59:48.407Z | real 16.483559057 |
| 2993 | 2026-07-23T01:59:48.407Z | user 2:05.304874626 |
| 2994 | 2026-07-23T01:59:48.407Z | sys 13.852057452 |
| 2995 | 2026-07-23T01:59:48.407Z | trap 0.076406745 |
| 2996 | 2026-07-23T01:59:48.407Z | tflt 0.413903626 |
| 2997 | 2026-07-23T01:59:48.407Z | dflt 1.640132204 |
| 2998 | 2026-07-23T01:59:48.407Z | kflt 0.000050110 |
| 2999 | 2026-07-23T01:59:48.407Z | lock 4:27.439153129 |
| 3000 | 2026-07-23T01:59:48.407Z | slp 2:42.232941024 |
| 3001 | 2026-07-23T01:59:48.407Z | lat 4.834647633 |
| 3002 | 2026-07-23T01:59:48.407Z | stop 15.156473021 |
| 3003 | 2026-07-23T01:59:48.407Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3004 | 2026-07-23T01:59:48.407Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3005 | 2026-07-23T01:59:48.407Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3006 | 2026-07-23T01:59:48.407Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3007 | 2026-07-23T01:59:48.407Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3008 | 2026-07-23T01:59:49.307Z | Compiling progenitor-client v0.14.0 |
| 3009 | 2026-07-23T01:59:49.307Z | Compiling newtype-uuid-macros v0.1.0 |
| 3010 | 2026-07-23T01:59:49.307Z | Compiling match_cfg v0.1.0 |
| 3011 | 2026-07-23T01:59:49.307Z | Compiling slog-json v2.6.1 |
| 3012 | 2026-07-23T01:59:49.310Z | Compiling structmeta-derive v0.3.0 |
| 3013 | 2026-07-23T01:59:49.311Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3014 | 2026-07-23T01:59:49.465Z | Compiling sha1 v0.11.0 |
| 3015 | 2026-07-23T01:59:49.469Z | Compiling multer v3.1.0 |
| 3016 | 2026-07-23T01:59:49.469Z | Compiling debug-ignore v1.0.5 |
| 3017 | 2026-07-23T01:59:49.469Z | Compiling compression-core v0.4.31 |
| 3018 | 2026-07-23T01:59:49.469Z | Compiling itertools v0.14.0 |
| 3019 | 2026-07-23T01:59:49.469Z | Compiling async-stream-impl v0.3.6 |
| 3020 | 2026-07-23T01:59:49.469Z | Compiling serde_spanned v1.1.1 |
| 3021 | 2026-07-23T01:59:49.469Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3022 | 2026-07-23T01:59:49.485Z | Compiling dropshot v0.17.1 |
| 3023 | 2026-07-23T01:59:49.489Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3024 | 2026-07-23T01:59:49.729Z | Compiling waitgroup v0.1.2 |
| 3025 | 2026-07-23T01:59:49.733Z | Compiling rustls-pemfile v2.2.0 |
| 3026 | 2026-07-23T01:59:49.764Z | Compiling hostname v0.3.1 |
| 3027 | 2026-07-23T01:59:49.768Z | Compiling compression-codecs v0.4.37 |
| 3028 | 2026-07-23T01:59:49.800Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3029 | 2026-07-23T01:59:49.804Z | Compiling dropshot_endpoint v0.17.1 |
| 3030 | 2026-07-23T01:59:49.820Z | Compiling serde_path_to_error v0.1.20 |
| 3031 | 2026-07-23T01:59:49.870Z | Compiling slog-bunyan v2.5.0 |
| 3032 | 2026-07-23T01:59:49.908Z | Compiling hostname v0.4.2 |
| 3033 | 2026-07-23T01:59:49.928Z | Compiling atomicwrites v0.4.4 |
| 3034 | 2026-07-23T01:59:49.950Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3035 | 2026-07-23T01:59:49.954Z | Compiling macaddr v1.0.1 |
| 3036 | 2026-07-23T01:59:50.016Z | Compiling async-compression v0.4.41 |
| 3037 | 2026-07-23T01:59:50.038Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3038 | 2026-07-23T01:59:50.072Z | Compiling instant v0.1.13 |
| 3039 | 2026-07-23T01:59:50.091Z | Compiling regress v0.10.5 |
| 3040 | 2026-07-23T01:59:50.141Z | Compiling backon v1.6.0 |
| 3041 | 2026-07-23T01:59:50.163Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3042 | 2026-07-23T01:59:50.182Z | Compiling async-stream v0.3.6 |
| 3043 | 2026-07-23T01:59:50.198Z | Compiling backoff v0.4.0 |
| 3044 | 2026-07-23T01:59:50.216Z | Compiling humantime v2.3.0 |
| 3045 | 2026-07-23T01:59:50.220Z | Compiling half v2.7.1 |
| 3046 | 2026-07-23T01:59:50.235Z | Compiling ciborium-io v0.2.2 |
| 3047 | 2026-07-23T01:59:50.353Z | Compiling progenitor-extras v0.2.0 |
| 3048 | 2026-07-23T01:59:50.370Z | Compiling crucible-workspace-hack v0.1.0 |
| 3049 | 2026-07-23T01:59:50.374Z | Compiling regress v0.11.1 |
| 3050 | 2026-07-23T01:59:50.402Z | Compiling convert_case v0.4.0 |
| 3051 | 2026-07-23T01:59:50.430Z | Compiling secrecy v0.10.3 |
| 3052 | 2026-07-23T01:59:50.447Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3053 | 2026-07-23T01:59:50.489Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3054 | 2026-07-23T01:59:50.506Z | Compiling ciborium-ll v0.2.2 |
| 3055 | 2026-07-23T01:59:50.538Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3056 | 2026-07-23T01:59:50.566Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3057 | 2026-07-23T01:59:50.581Z | Compiling structmeta v0.3.0 |
| 3058 | 2026-07-23T01:59:50.600Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3059 | 2026-07-23T01:59:50.635Z | Compiling inout v0.1.4 |
| 3060 | 2026-07-23T01:59:50.653Z | Compiling unsafe-libyaml v0.2.11 |
| 3061 | 2026-07-23T01:59:50.657Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3062 | 2026-07-23T01:59:50.736Z | Compiling ciborium v0.2.2 |
| 3063 | 2026-07-23T01:59:50.772Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3064 | 2026-07-23T01:59:50.807Z | Compiling derive_more v0.99.20 |
| 3065 | 2026-07-23T01:59:50.824Z | Compiling cipher v0.4.4 |
| 3066 | 2026-07-23T01:59:50.828Z | Compiling derive-ex v0.1.8 |
| 3067 | 2026-07-23T01:59:50.860Z | Compiling parse-display-derive v0.10.0 |
| 3068 | 2026-07-23T01:59:50.880Z | Compiling universal-hash v0.5.1 |
| 3069 | 2026-07-23T01:59:50.899Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-07-23T01:59:50.914Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3071 | 2026-07-23T01:59:50.986Z | Compiling blake2 v0.10.6 |
| 3072 | 2026-07-23T01:59:51.035Z | Compiling poly1305 v0.8.0 |
| 3073 | 2026-07-23T01:59:51.094Z | Compiling chacha20 v0.9.1 |
| 3074 | 2026-07-23T01:59:51.169Z | Compiling aead v0.5.2 |
| 3075 | 2026-07-23T01:59:51.209Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3076 | 2026-07-23T01:59:51.337Z | Compiling serde_yaml v0.9.34+deprecated |
| 3077 | 2026-07-23T01:59:51.366Z | Compiling password-hash v0.5.0 |
| 3078 | 2026-07-23T01:59:51.393Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3079 | 2026-07-23T01:59:51.413Z | Compiling indent_write v2.2.0 |
| 3080 | 2026-07-23T01:59:51.447Z | Compiling chacha20poly1305 v0.10.1 |
| 3081 | 2026-07-23T01:59:51.569Z | Compiling darling_core v0.21.3 |
| 3082 | 2026-07-23T01:59:51.586Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3083 | 2026-07-23T01:59:51.621Z | Compiling argon2 v0.5.3 |
| 3084 | 2026-07-23T01:59:51.675Z | Compiling heapless v0.8.0 |
| 3085 | 2026-07-23T01:59:51.787Z | Compiling tabwriter v1.4.1 |
| 3086 | 2026-07-23T01:59:51.804Z | Compiling hash32 v0.3.1 |
| 3087 | 2026-07-23T01:59:51.911Z | Compiling thiserror-no-std v2.0.2 |
| 3088 | 2026-07-23T01:59:51.985Z | Compiling typify-impl v0.6.2 |
| 3089 | 2026-07-23T01:59:52.021Z | Compiling vsss-rs v3.3.4 |
| 3090 | 2026-07-23T01:59:52.038Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3091 | 2026-07-23T01:59:52.248Z | Compiling proc-macro-crate v3.4.0 |
| 3092 | 2026-07-23T01:59:52.331Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3093 | 2026-07-23T01:59:52.588Z | Compiling smoltcp v0.11.0 |
| 3094 | 2026-07-23T01:59:52.612Z | Compiling test-strategy v0.4.5 |
| 3095 | 2026-07-23T01:59:52.642Z | Compiling parse-display v0.10.0 |
| 3096 | 2026-07-23T01:59:52.806Z | Compiling cobs v0.3.0 |
| 3097 | 2026-07-23T01:59:52.829Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3098 | 2026-07-23T01:59:52.847Z | Compiling num_enum_derive v0.7.6 |
| 3099 | 2026-07-23T01:59:52.977Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3100 | 2026-07-23T01:59:53.019Z | Compiling colored v3.1.1 |
| 3101 | 2026-07-23T01:59:53.058Z | Compiling postcard v1.1.3 |
| 3102 | 2026-07-23T01:59:53.082Z | Compiling proc-macro-error v1.0.4 |
| 3103 | 2026-07-23T01:59:53.107Z | Compiling proc-macro-crate v1.3.1 |
| 3104 | 2026-07-23T01:59:53.296Z | Compiling rand v0.10.1 |
| 3105 | 2026-07-23T01:59:53.355Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3106 | 2026-07-23T01:59:53.404Z | Compiling foreign-types-macros v0.2.3 |
| 3107 | 2026-07-23T01:59:53.422Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-23T01:59:53.422Z | Compiling rayon-core v1.13.0 |
| 3109 | 2026-07-23T01:59:53.475Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3110 | 2026-07-23T01:59:53.545Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3111 | 2026-07-23T01:59:53.628Z | Compiling foreign-types-shared v0.3.1 |
| 3112 | 2026-07-23T01:59:53.728Z | Compiling num_enum_derive v0.5.11 |
| 3113 | 2026-07-23T01:59:53.778Z | Compiling crossbeam-deque v0.8.6 |
| 3114 | 2026-07-23T01:59:53.782Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-23T01:59:53.782Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3116 | 2026-07-23T01:59:53.901Z | Compiling cstr-argument v0.1.2 |
| 3117 | 2026-07-23T01:59:53.919Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3118 | 2026-07-23T01:59:53.978Z | Compiling num_enum v0.7.6 |
| 3119 | 2026-07-23T01:59:54.088Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3120 | 2026-07-23T01:59:54.127Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3121 | 2026-07-23T01:59:54.151Z | Compiling foreign-types v0.5.0 |
| 3122 | 2026-07-23T01:59:54.154Z | Compiling darling_macro v0.21.3 |
| 3123 | 2026-07-23T01:59:54.211Z | Compiling zone_cfg_derive v0.3.1 |
| 3124 | 2026-07-23T01:59:54.235Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3125 | 2026-07-23T01:59:54.268Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3126 | 2026-07-23T01:59:54.286Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3127 | 2026-07-23T01:59:54.306Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3128 | 2026-07-23T01:59:54.324Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3129 | 2026-07-23T01:59:54.342Z | Compiling itertools v0.12.1 |
| 3130 | 2026-07-23T01:59:54.430Z | Compiling num-derive v0.4.2 |
| 3131 | 2026-07-23T01:59:54.530Z | Compiling rayon v1.11.0 |
| 3132 | 2026-07-23T01:59:54.547Z | Compiling sigpipe v0.1.3 |
| 3133 | 2026-07-23T01:59:54.565Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3134 | 2026-07-23T01:59:54.649Z | Compiling cpubits v0.1.1 |
| 3135 | 2026-07-23T01:59:54.667Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3136 | 2026-07-23T01:59:54.718Z | Compiling darling v0.21.3 |
| 3137 | 2026-07-23T01:59:54.752Z | Compiling glob v0.3.3 |
| 3138 | 2026-07-23T01:59:54.755Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3139 | 2026-07-23T01:59:54.827Z | Compiling smf v0.2.3 |
| 3140 | 2026-07-23T01:59:54.844Z | Compiling ingot-macros v0.1.1 |
| 3141 | 2026-07-23T01:59:54.847Z | Compiling whoami v1.6.1 |
| 3142 | 2026-07-23T01:59:54.879Z | Compiling num_enum v0.5.11 |
| 3143 | 2026-07-23T01:59:54.937Z | Compiling usdt-attr-macro v0.5.0 |
| 3144 | 2026-07-23T01:59:55.030Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3145 | 2026-07-23T01:59:55.047Z | Compiling usdt-macro v0.5.0 |
| 3146 | 2026-07-23T01:59:55.070Z | Compiling gethostname v0.5.0 |
| 3147 | 2026-07-23T01:59:55.175Z | Compiling num-rational v0.4.2 |
| 3148 | 2026-07-23T01:59:55.192Z | Compiling pem-rfc7468 v1.0.0 |
| 3149 | 2026-07-23T01:59:55.213Z | Compiling num-complex v0.4.6 |
| 3150 | 2026-07-23T01:59:55.394Z | Compiling derive-where v1.6.0 |
| 3151 | 2026-07-23T01:59:55.452Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3152 | 2026-07-23T01:59:55.523Z | Compiling memmap v0.7.0 |
| 3153 | 2026-07-23T01:59:55.644Z | Compiling zone v0.3.1 |
| 3154 | 2026-07-23T01:59:55.662Z | Compiling num v0.4.3 |
| 3155 | 2026-07-23T01:59:55.680Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-07-23T01:59:55.740Z | Compiling toml v0.8.23 |
| 3157 | 2026-07-23T01:59:55.762Z | Compiling hmac v0.13.0 |
| 3158 | 2026-07-23T01:59:55.800Z | Compiling universal-hash v0.6.1 |
| 3159 | 2026-07-23T01:59:55.826Z | Compiling resolv-conf v0.7.6 |
| 3160 | 2026-07-23T01:59:55.830Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3161 | 2026-07-23T01:59:55.865Z | Compiling cancel-safe-futures v0.1.5 |
| 3162 | 2026-07-23T01:59:55.886Z | Compiling usdt v0.5.0 |
| 3163 | 2026-07-23T01:59:55.963Z | Compiling polyval v0.7.1 |
| 3164 | 2026-07-23T01:59:55.981Z | Compiling der v0.8.0 |
| 3165 | 2026-07-23T01:59:55.999Z | Compiling prettyplease v0.2.37 |
| 3166 | 2026-07-23T01:59:56.055Z | Compiling pbkdf2 v0.13.0 |
| 3167 | 2026-07-23T01:59:56.180Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3168 | 2026-07-23T01:59:56.200Z | Compiling ghash v0.6.0 |
| 3169 | 2026-07-23T01:59:56.219Z | Compiling aes v0.9.1 |
| 3170 | 2026-07-23T01:59:56.236Z | Compiling console v0.15.11 |
| 3171 | 2026-07-23T01:59:56.283Z | Compiling hickory-proto v0.24.4 |
| 3172 | 2026-07-23T01:59:56.360Z | Compiling newline-converter v0.3.0 |
| 3173 | 2026-07-23T01:59:56.363Z | Compiling ctr v0.10.1 |
| 3174 | 2026-07-23T01:59:56.393Z | Compiling aead v0.6.1 |
| 3175 | 2026-07-23T01:59:56.419Z | Compiling sha2 v0.11.0 |
| 3176 | 2026-07-23T01:59:56.493Z | Compiling libefi-sys v0.1.0 |
| 3177 | 2026-07-23T01:59:56.509Z | Compiling linked-hash-map v0.5.6 |
| 3178 | 2026-07-23T01:59:56.584Z | Compiling linear-map v1.2.0 |
| 3179 | 2026-07-23T01:59:56.624Z | Compiling expectorate v1.2.0 |
| 3180 | 2026-07-23T01:59:56.659Z | Compiling typify-macro v0.6.2 |
| 3181 | 2026-07-23T01:59:56.747Z | Compiling lru-cache v0.1.2 |
| 3182 | 2026-07-23T01:59:56.771Z | Compiling aes-gcm v0.11.0 |
| 3183 | 2026-07-23T01:59:56.809Z | Compiling crypto-bigint v0.7.5 |
| 3184 | 2026-07-23T01:59:56.812Z | Compiling oxide-update-engine-types v0.1.2 |
| 3185 | 2026-07-23T01:59:56.844Z | Compiling cbc v0.2.1 |
| 3186 | 2026-07-23T01:59:56.865Z | Compiling salsa20 v0.11.0 |
| 3187 | 2026-07-23T01:59:56.900Z | Compiling spki v0.8.0 |
| 3188 | 2026-07-23T01:59:56.997Z | Compiling bitfield-struct v0.6.2 |
| 3189 | 2026-07-23T01:59:57.031Z | Compiling nom v8.0.0 |
| 3190 | 2026-07-23T01:59:57.047Z | Compiling semver v0.1.20 |
| 3191 | 2026-07-23T01:59:57.275Z | Compiling rustc_version v0.1.7 |
| 3192 | 2026-07-23T01:59:57.356Z | Compiling scrypt v0.12.0 |
| 3193 | 2026-07-23T01:59:57.373Z | Compiling tokio-dtrace v0.1.1 |
| 3194 | 2026-07-23T01:59:57.376Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3195 | 2026-07-23T01:59:57.376Z | Compiling slog-dtrace v0.3.0 |
| 3196 | 2026-07-23T01:59:57.533Z | Compiling minimal-lexical v0.2.1 |
| 3197 | 2026-07-23T01:59:57.672Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3198 | 2026-07-23T01:59:57.708Z | Compiling oxide-tokio-rt v0.1.4 |
| 3199 | 2026-07-23T01:59:57.731Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-07-23T01:59:57.752Z | Compiling nom v7.1.3 |
| 3201 | 2026-07-23T01:59:57.769Z | Compiling pkcs5 v0.8.1 |
| 3202 | 2026-07-23T01:59:57.772Z | Compiling newtype_derive v0.1.6 |
| 3203 | 2026-07-23T01:59:57.825Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3204 | 2026-07-23T01:59:57.842Z | Compiling ingot-types v0.1.2 |
| 3205 | 2026-07-23T01:59:57.991Z | Compiling oxide-update-engine v0.1.2 |
| 3206 | 2026-07-23T01:59:58.020Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3207 | 2026-07-23T01:59:58.038Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3208 | 2026-07-23T01:59:58.056Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3209 | 2026-07-23T01:59:58.074Z | Compiling phf_shared v0.12.1 |
| 3210 | 2026-07-23T01:59:58.092Z | Compiling csv-core v0.1.13 |
| 3211 | 2026-07-23T01:59:58.274Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3212 | 2026-07-23T01:59:58.297Z | Compiling ingot v0.1.1 |
| 3213 | 2026-07-23T01:59:58.315Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3214 | 2026-07-23T01:59:58.343Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3215 | 2026-07-23T01:59:58.379Z | Compiling unicode-xid v0.2.6 |
| 3216 | 2026-07-23T01:59:58.439Z | Compiling chrono-tz v0.10.4 |
| 3217 | 2026-07-23T01:59:58.514Z | Compiling hickory-resolver v0.24.4 |
| 3218 | 2026-07-23T01:59:58.531Z | Compiling typify v0.6.2 |
| 3219 | 2026-07-23T01:59:58.549Z | Compiling highway v1.3.0 |
| 3220 | 2026-07-23T01:59:58.687Z | Compiling progenitor-impl v0.14.0 |
| 3221 | 2026-07-23T01:59:58.705Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3222 | 2026-07-23T01:59:58.746Z | Compiling xshell-macros v0.2.7 |
| 3223 | 2026-07-23T01:59:58.828Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-07-23T01:59:59.010Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3225 | 2026-07-23T01:59:59.198Z | Compiling xshell v0.2.7 |
| 3226 | 2026-07-23T01:59:59.214Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-07-23T01:59:59.333Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3228 | 2026-07-23T01:59:59.455Z | Compiling csv v1.4.0 |
| 3229 | 2026-07-23T01:59:59.669Z | Compiling qorb v0.4.1 |
| 3230 | 2026-07-23T01:59:59.731Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3231 | 2026-07-23T01:59:59.747Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3232 | 2026-07-23T01:59:59.774Z | Compiling phf v0.12.1 |
| 3233 | 2026-07-23T01:59:59.925Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3234 | 2026-07-23T01:59:59.959Z | Compiling pkcs8 v0.11.0 |
| 3235 | 2026-07-23T02:00:00.096Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3236 | 2026-07-23T02:00:00.160Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3237 | 2026-07-23T02:00:00.226Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3238 | 2026-07-23T02:00:00.341Z | Compiling owo-colors v4.3.0 |
| 3239 | 2026-07-23T02:00:00.420Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3240 | 2026-07-23T02:00:00.472Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3241 | 2026-07-23T02:00:00.540Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3242 | 2026-07-23T02:00:00.769Z | Compiling const_format v0.2.35 |
| 3243 | 2026-07-23T02:00:00.788Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3244 | 2026-07-23T02:00:00.836Z | Compiling tabled_derive v0.7.0 |
| 3245 | 2026-07-23T02:00:01.279Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3246 | 2026-07-23T02:00:01.324Z | Compiling bcs v0.1.6 |
| 3247 | 2026-07-23T02:00:01.342Z | Compiling ff v0.14.0 |
| 3248 | 2026-07-23T02:00:01.407Z | Compiling progenitor-macro v0.14.0 |
| 3249 | 2026-07-23T02:00:01.520Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3250 | 2026-07-23T02:00:01.647Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3251 | 2026-07-23T02:00:01.674Z | Compiling termtree v0.5.1 |
| 3252 | 2026-07-23T02:00:01.779Z | Compiling tagptr v0.2.0 |
| 3253 | 2026-07-23T02:00:01.864Z | Compiling salty v0.3.0 |
| 3254 | 2026-07-23T02:00:01.893Z | Compiling textwrap v0.16.2 |
| 3255 | 2026-07-23T02:00:01.910Z | Compiling tabled v0.15.0 |
| 3256 | 2026-07-23T02:00:01.964Z | Compiling moka v0.12.13 |
| 3257 | 2026-07-23T02:00:01.984Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3258 | 2026-07-23T02:00:02.015Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3259 | 2026-07-23T02:00:02.236Z | Compiling steno v0.4.1 |
| 3260 | 2026-07-23T02:00:02.256Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-07-23T02:00:02.303Z | Compiling sha1 v0.10.6 |
| 3262 | 2026-07-23T02:00:02.383Z | Compiling signature v3.0.0 |
| 3263 | 2026-07-23T02:00:02.419Z | Compiling radium v0.7.0 |
| 3264 | 2026-07-23T02:00:02.437Z | Compiling base64 v0.21.7 |
| 3265 | 2026-07-23T02:00:02.564Z | Compiling base16ct v1.0.0 |
| 3266 | 2026-07-23T02:00:02.758Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3267 | 2026-07-23T02:00:02.818Z | Compiling sec1 v0.8.1 |
| 3268 | 2026-07-23T02:00:02.836Z | Compiling hickory-resolver v0.25.2 |
| 3269 | 2026-07-23T02:00:02.854Z | Compiling group v0.14.0 |
| 3270 | 2026-07-23T02:00:02.948Z | Compiling hkdf v0.13.0 |
| 3271 | 2026-07-23T02:00:02.978Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3272 | 2026-07-23T02:00:03.056Z | Compiling rfc6979 v0.4.0 |
| 3273 | 2026-07-23T02:00:03.075Z | Compiling tap v1.0.1 |
| 3274 | 2026-07-23T02:00:03.140Z | Compiling maybe-uninit v2.0.0 |
| 3275 | 2026-07-23T02:00:03.156Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3276 | 2026-07-23T02:00:03.204Z | Compiling wyz v0.5.1 |
| 3277 | 2026-07-23T02:00:03.208Z | Compiling ecdsa v0.16.9 |
| 3278 | 2026-07-23T02:00:03.527Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3279 | 2026-07-23T02:00:03.693Z | Compiling primeorder v0.13.6 |
| 3280 | 2026-07-23T02:00:03.693Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-07-23T02:00:03.769Z | Compiling packed_struct v0.10.1 |
| 3282 | 2026-07-23T02:00:03.874Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3283 | 2026-07-23T02:00:03.911Z | Compiling utf-8 v0.7.6 |
| 3284 | 2026-07-23T02:00:04.004Z | Compiling parking_lot_core v0.8.6 |
| 3285 | 2026-07-23T02:00:04.104Z | Compiling funty v2.0.0 |
| 3286 | 2026-07-23T02:00:04.166Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3287 | 2026-07-23T02:00:04.182Z | Compiling tungstenite v0.21.0 |
| 3288 | 2026-07-23T02:00:04.199Z | Compiling proc-macro-error2 v2.0.1 |
| 3289 | 2026-07-23T02:00:04.302Z | Compiling p384 v0.13.1 |
| 3290 | 2026-07-23T02:00:04.366Z | Compiling rfc6979 v0.5.0 |
| 3291 | 2026-07-23T02:00:04.447Z | Compiling git-stub v1.0.0 |
| 3292 | 2026-07-23T02:00:04.554Z | Compiling bitvec v1.0.1 |
| 3293 | 2026-07-23T02:00:04.570Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3294 | 2026-07-23T02:00:04.736Z | Compiling num-derive v0.3.3 |
| 3295 | 2026-07-23T02:00:04.754Z | Compiling packed_struct_codegen v0.10.1 |
| 3296 | 2026-07-23T02:00:04.799Z | Compiling zerocopy-derive v0.6.6 |
| 3297 | 2026-07-23T02:00:04.819Z | Compiling bitfield-macros v0.19.4 |
| 3298 | 2026-07-23T02:00:04.842Z | Compiling indexmap v1.9.3 |
| 3299 | 2026-07-23T02:00:04.914Z | Compiling crc-catalog v2.4.0 |
| 3300 | 2026-07-23T02:00:04.929Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3301 | 2026-07-23T02:00:05.030Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3302 | 2026-07-23T02:00:05.095Z | Compiling nodrop v0.1.14 |
| 3303 | 2026-07-23T02:00:05.112Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3304 | 2026-07-23T02:00:05.226Z | Compiling array-init v0.0.4 |
| 3305 | 2026-07-23T02:00:05.300Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3306 | 2026-07-23T02:00:05.317Z | Compiling crc v3.4.0 |
| 3307 | 2026-07-23T02:00:05.379Z | Compiling tokio-tungstenite v0.21.0 |
| 3308 | 2026-07-23T02:00:05.395Z | Compiling git-stub-vcs v0.1.0 |
| 3309 | 2026-07-23T02:00:05.552Z | Compiling tabled_derive v0.11.0 |
| 3310 | 2026-07-23T02:00:05.602Z | Compiling ecdsa v0.17.0-rc.18 |
| 3311 | 2026-07-23T02:00:05.619Z | Compiling bitfield v0.19.4 |
| 3312 | 2026-07-23T02:00:05.731Z | Compiling libscf-sys v1.1.0 |
| 3313 | 2026-07-23T02:00:05.749Z | Compiling smallvec v0.6.14 |
| 3314 | 2026-07-23T02:00:05.753Z | Compiling zerocopy v0.6.6 |
| 3315 | 2026-07-23T02:00:05.904Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3316 | 2026-07-23T02:00:05.923Z | Compiling primeorder v0.14.0-rc.10 |
| 3317 | 2026-07-23T02:00:05.953Z | Compiling primefield v0.14.0 |
| 3318 | 2026-07-23T02:00:06.023Z | Compiling progenitor-impl v0.13.0 |
| 3319 | 2026-07-23T02:00:06.060Z | Compiling papergrid v0.17.0 |
| 3320 | 2026-07-23T02:00:06.078Z | Compiling testing_table v0.3.0 |
| 3321 | 2026-07-23T02:00:06.095Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3322 | 2026-07-23T02:00:06.143Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3323 | 2026-07-23T02:00:06.209Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3324 | 2026-07-23T02:00:06.228Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3325 | 2026-07-23T02:00:06.257Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-07-23T02:00:06.276Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3327 | 2026-07-23T02:00:06.294Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3328 | 2026-07-23T02:00:06.484Z | Compiling hashbrown v0.12.3 |
| 3329 | 2026-07-23T02:00:06.502Z | Compiling unicase v2.9.0 |
| 3330 | 2026-07-23T02:00:06.528Z | Compiling corncobs v0.1.4 |
| 3331 | 2026-07-23T02:00:06.592Z | Compiling progenitor v0.14.0 |
| 3332 | 2026-07-23T02:00:06.647Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3333 | 2026-07-23T02:00:06.665Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3334 | 2026-07-23T02:00:06.732Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3335 | 2026-07-23T02:00:06.734Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3336 | 2026-07-23T02:00:06.768Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3337 | 2026-07-23T02:00:06.788Z | Compiling mime_guess v2.0.5 |
| 3338 | 2026-07-23T02:00:06.815Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3339 | 2026-07-23T02:00:06.833Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-07-23T02:00:06.851Z | Compiling parking_lot v0.11.2 |
| 3341 | 2026-07-23T02:00:06.985Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3342 | 2026-07-23T02:00:07.048Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3343 | 2026-07-23T02:00:07.091Z | Compiling tabled v0.20.0 |
| 3344 | 2026-07-23T02:00:07.157Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3345 | 2026-07-23T02:00:07.300Z | Compiling serde-hex v0.1.0 |
| 3346 | 2026-07-23T02:00:07.336Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3347 | 2026-07-23T02:00:07.397Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3348 | 2026-07-23T02:00:07.654Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3349 | 2026-07-23T02:00:07.672Z | Compiling ron v0.8.1 |
| 3350 | 2026-07-23T02:00:07.719Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3351 | 2026-07-23T02:00:07.762Z | Compiling hashbrown v0.13.2 |
| 3352 | 2026-07-23T02:00:07.783Z | Compiling progenitor-client v0.13.0 |
| 3353 | 2026-07-23T02:00:07.893Z | Compiling prefix-trie v0.7.0 |
| 3354 | 2026-07-23T02:00:08.127Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3355 | 2026-07-23T02:00:08.282Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3356 | 2026-07-23T02:00:08.310Z | Compiling fxhash v0.2.1 |
| 3357 | 2026-07-23T02:00:08.476Z | Compiling secrecy v0.8.0 |
| 3358 | 2026-07-23T02:00:08.494Z | Compiling crc-any v2.5.0 |
| 3359 | 2026-07-23T02:00:08.705Z | Compiling progenitor-macro v0.13.0 |
| 3360 | 2026-07-23T02:00:08.723Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3361 | 2026-07-23T02:00:08.998Z | Compiling sled v0.34.7 |
| 3362 | 2026-07-23T02:00:09.145Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3363 | 2026-07-23T02:00:09.164Z | Compiling hickory-server v0.25.2 |
| 3364 | 2026-07-23T02:00:09.301Z | Compiling object v0.30.4 |
| 3365 | 2026-07-23T02:00:09.462Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3366 | 2026-07-23T02:00:09.481Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3367 | 2026-07-23T02:00:09.624Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3368 | 2026-07-23T02:00:09.949Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3369 | 2026-07-23T02:00:10.021Z | Compiling ed25519 v3.0.0 |
| 3370 | 2026-07-23T02:00:10.178Z | Compiling crypto-primes v0.7.2 |
| 3371 | 2026-07-23T02:00:10.488Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3372 | 2026-07-23T02:00:10.579Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3373 | 2026-07-23T02:00:10.765Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3374 | 2026-07-23T02:00:11.096Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3375 | 2026-07-23T02:00:11.162Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3376 | 2026-07-23T02:00:11.181Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3377 | 2026-07-23T02:00:11.249Z | Compiling poly1305 v0.9.0 |
| 3378 | 2026-07-23T02:00:11.268Z | Compiling blowfish v0.10.0 |
| 3379 | 2026-07-23T02:00:11.544Z | Compiling blake2 v0.11.0-rc.6 |
| 3380 | 2026-07-23T02:00:11.582Z | Compiling keccak v0.2.0 |
| 3381 | 2026-07-23T02:00:11.625Z | Compiling crc8 v0.1.1 |
| 3382 | 2026-07-23T02:00:11.766Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3383 | 2026-07-23T02:00:11.792Z | Compiling half v1.8.3 |
| 3384 | 2026-07-23T02:00:11.796Z | Compiling fiat-crypto v0.3.0 |
| 3385 | 2026-07-23T02:00:11.939Z | Compiling path-slash v0.1.5 |
| 3386 | 2026-07-23T02:00:11.990Z | Compiling http-range v0.1.5 |
| 3387 | 2026-07-23T02:00:12.030Z | Compiling serde_cbor v0.11.2 |
| 3388 | 2026-07-23T02:00:12.094Z | Compiling argon2 v0.6.0-rc.8 |
| 3389 | 2026-07-23T02:00:12.116Z | Compiling sha3 v0.11.0 |
| 3390 | 2026-07-23T02:00:12.128Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3391 | 2026-07-23T02:00:12.209Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3392 | 2026-07-23T02:00:12.237Z | Compiling rsa v0.10.0-rc.18 |
| 3393 | 2026-07-23T02:00:12.334Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3394 | 2026-07-23T02:00:12.484Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3395 | 2026-07-23T02:00:12.600Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3396 | 2026-07-23T02:00:12.631Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3397 | 2026-07-23T02:00:12.709Z | Compiling illumos-nvpair v0.3.0 |
| 3398 | 2026-07-23T02:00:12.893Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3399 | 2026-07-23T02:00:12.929Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3400 | 2026-07-23T02:00:12.991Z | Compiling p521 v0.14.0-rc.10 |
| 3401 | 2026-07-23T02:00:13.046Z | Compiling p256 v0.14.0-rc.10 |
| 3402 | 2026-07-23T02:00:13.227Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3403 | 2026-07-23T02:00:13.243Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3404 | 2026-07-23T02:00:13.308Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3405 | 2026-07-23T02:00:13.327Z | Compiling yasna v0.5.2 |
| 3406 | 2026-07-23T02:00:13.622Z | Compiling kstat-rs v0.2.4 |
| 3407 | 2026-07-23T02:00:13.743Z | Compiling progenitor v0.13.0 |
| 3408 | 2026-07-23T02:00:13.811Z | Compiling headers-core v0.3.0 |
| 3409 | 2026-07-23T02:00:13.824Z | Compiling kem v0.3.0 |
| 3410 | 2026-07-23T02:00:13.846Z | Compiling module-lattice v0.2.3 |
| 3411 | 2026-07-23T02:00:13.932Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3412 | 2026-07-23T02:00:13.944Z | Compiling nanorand v0.7.0 |
| 3413 | 2026-07-23T02:00:13.963Z | Compiling atty v0.2.14 |
| 3414 | 2026-07-23T02:00:13.983Z | Compiling headers v0.4.1 |
| 3415 | 2026-07-23T02:00:14.071Z | Compiling ml-kem v0.3.2 |
| 3416 | 2026-07-23T02:00:14.093Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3417 | 2026-07-23T02:00:14.112Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3418 | 2026-07-23T02:00:14.115Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3419 | 2026-07-23T02:00:14.258Z | Compiling flume v0.11.1 |
| 3420 | 2026-07-23T02:00:14.312Z | Compiling rcgen v0.12.1 |
| 3421 | 2026-07-23T02:00:14.603Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3422 | 2026-07-23T02:00:14.683Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3423 | 2026-07-23T02:00:14.765Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3424 | 2026-07-23T02:00:15.089Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-07-23T02:00:15.107Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-07-23T02:00:15.127Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3427 | 2026-07-23T02:00:15.226Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3428 | 2026-07-23T02:00:15.500Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3429 | 2026-07-23T02:00:15.641Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3430 | 2026-07-23T02:00:15.665Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3431 | 2026-07-23T02:00:15.808Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3432 | 2026-07-23T02:00:15.951Z | Compiling russh-cryptovec v0.61.0 |
| 3433 | 2026-07-23T02:00:16.176Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3434 | 2026-07-23T02:00:16.203Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3435 | 2026-07-23T02:00:16.306Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3436 | 2026-07-23T02:00:16.408Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3437 | 2026-07-23T02:00:16.426Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3438 | 2026-07-23T02:00:16.523Z | Compiling port-file v0.1.0 |
| 3439 | 2026-07-23T02:00:16.541Z | Compiling num-bigint v0.4.6 |
| 3440 | 2026-07-23T02:00:16.622Z | Compiling generic-array v1.4.3 |
| 3441 | 2026-07-23T02:00:16.651Z | Compiling russh-util v0.52.0 |
| 3442 | 2026-07-23T02:00:16.791Z | Compiling enum_dispatch v0.3.13 |
| 3443 | 2026-07-23T02:00:16.832Z | Compiling delegate v0.13.5 |
| 3444 | 2026-07-23T02:00:16.997Z | Compiling subprocess v0.2.15 |
| 3445 | 2026-07-23T02:00:17.031Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3446 | 2026-07-23T02:00:17.138Z | Compiling p384 v0.14.0-rc.10 |
| 3447 | 2026-07-23T02:00:17.170Z | Compiling display-error-chain v0.2.2 |
| 3448 | 2026-07-23T02:00:17.232Z | Compiling hex-literal v1.1.0 |
| 3449 | 2026-07-23T02:00:17.335Z | Compiling md5 v0.8.0 |
| 3450 | 2026-07-23T02:00:17.400Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3451 | 2026-07-23T02:00:17.509Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3452 | 2026-07-23T02:00:17.560Z | Compiling colored v2.2.0 |
| 3453 | 2026-07-23T02:00:17.633Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-07-23T02:00:17.750Z | Compiling socket2 v0.5.10 |
| 3455 | 2026-07-23T02:00:17.773Z | Compiling internet-checksum v0.2.1 |
| 3456 | 2026-07-23T02:00:17.937Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3457 | 2026-07-23T02:00:18.887Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3458 | 2026-07-23T02:00:19.274Z | Compiling ssh-key v0.7.0-rc.10 |
| 3459 | 2026-07-23T02:00:19.399Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3460 | 2026-07-23T02:00:20.494Z | Compiling russh v0.61.2 |
| 3461 | 2026-07-23T02:00:20.899Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3462 | 2026-07-23T02:00:21.826Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3463 | 2026-07-23T02:00:30.259Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3464 | 2026-07-23T02:00:30.260Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3465 | 2026-07-23T02:00:30.263Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3466 | 2026-07-23T02:00:30.263Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3467 | 2026-07-23T02:00:31.982Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3468 | 2026-07-23T02:00:32.039Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3469 | 2026-07-23T02:00:36.062Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3470 | 2026-07-23T02:01:15.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3471 | 2026-07-23T02:01:16.064Z | |
| 3472 | 2026-07-23T02:01:16.068Z | real 1:27.596575296 |
| 3473 | 2026-07-23T02:01:16.068Z | user 8:45.065577600 |
| 3474 | 2026-07-23T02:01:16.068Z | sys 1:43.083590308 |
| 3475 | 2026-07-23T02:01:16.068Z | trap 0.273292027 |
| 3476 | 2026-07-23T02:01:16.068Z | tflt 0.443615888 |
| 3477 | 2026-07-23T02:01:16.068Z | dflt 1.568768342 |
| 3478 | 2026-07-23T02:01:16.068Z | kflt 0.000274830 |
| 3479 | 2026-07-23T02:01:16.068Z | lock 31:12.000310196 |
| 3480 | 2026-07-23T02:01:16.068Z | slp 20:06.552323533 |
| 3481 | 2026-07-23T02:01:16.068Z | lat 43.194708709 |
| 3482 | 2026-07-23T02:01:16.068Z | stop 3:03.369531107 |
| 3483 | 2026-07-23T02:01:16.068Z | + mkdir tests |
| 3484 | 2026-07-23T02:01:16.072Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3485 | 2026-07-23T02:01:16.072Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3486 | 2026-07-23T02:01:16.093Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3487 | 2026-07-23T02:01:16.123Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3488 | 2026-07-23T02:01:16.154Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3489 | 2026-07-23T02:01:16.182Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3490 | 2026-07-23T02:01:16.506Z | + 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) |
| 3491 | 2026-07-23T02:01:16.510Z | + 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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 |
| 3492 | 2026-07-23T02:02:36.651Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3493 | 2026-07-23T02:02:36.651Z | a .github/buildomat/ci-env.sh 1K |
| 3494 | 2026-07-23T02:02:36.651Z | a out/target/test 1K |
| 3495 | 2026-07-23T02:02:36.651Z | a out/npuzone/npuzone 27402K |
| 3496 | 2026-07-23T02:02:36.651Z | a package-manifest.toml 35K |
| 3497 | 2026-07-23T02:02:36.651Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3498 | 2026-07-23T02:02:36.651Z | a target/release/omicron-package 40702K |
| 3499 | 2026-07-23T02:02:36.651Z | a target/release/xtask 10468K |
| 3500 | 2026-07-23T02:02:36.651Z | a target/debug/bootstrap 349604K |
| 3501 | 2026-07-23T02:02:36.651Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3502 | 2026-07-23T02:02:36.651Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3503 | 2026-07-23T02:02:36.651Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3504 | 2026-07-23T02:02:36.651Z | a tests/end_to_end_tests-fe05326eebb245d2 399480K |
| 3505 | 2026-07-23T02:02:36.651Z | a tools/opte_version 1K |
| 3506 | 2026-07-23T02:02:36.651Z | a tools/opte_version_override 2K |
| 3507 | 2026-07-23T02:02:36.651Z | a out/clickhouse.tar.gz 310685K |
| 3508 | 2026-07-23T02:02:36.651Z | a out/clickhouse_keeper.tar.gz 297157K |
| 3509 | 2026-07-23T02:02:36.652Z | a out/clickhouse_server.tar.gz 310683K |
| 3510 | 2026-07-23T02:02:36.652Z | a out/cockroachdb.tar.gz 161716K |
| 3511 | 2026-07-23T02:02:36.652Z | a out/crucible-pantry-zone.tar.gz 39101K |
| 3512 | 2026-07-23T02:02:36.652Z | a out/crucible-utils.tar 18900K |
| 3513 | 2026-07-23T02:02:36.652Z | a out/crucible-zone.tar.gz 53797K |
| 3514 | 2026-07-23T02:02:36.652Z | a out/external-dns.tar.gz 46144K |
| 3515 | 2026-07-23T02:02:36.652Z | a out/internal-dns.tar.gz 46143K |
| 3516 | 2026-07-23T02:02:36.652Z | a out/mg-ddm-gz.tar 102717K |
| 3517 | 2026-07-23T02:02:36.652Z | a out/nexus.tar.gz 273372K |
| 3518 | 2026-07-23T02:02:36.652Z | a out/ntp.tar.gz 29898K |
| 3519 | 2026-07-23T02:02:36.652Z | a out/omicron-gateway-softnpu.tar.gz 27701K |
| 3520 | 2026-07-23T02:02:36.652Z | a out/omicron-sled-agent.tar 191393K |
| 3521 | 2026-07-23T02:02:36.652Z | a out/overlay.tar.gz 4K |
| 3522 | 2026-07-23T02:02:36.652Z | a out/oximeter.tar.gz 59897K |
| 3523 | 2026-07-23T02:02:36.652Z | a out/oxlog.tar 3808K |
| 3524 | 2026-07-23T02:02:36.652Z | a out/probe.tar.gz 3037K |
| 3525 | 2026-07-23T02:02:36.652Z | a out/propolis-server.tar.gz 34372K |
| 3526 | 2026-07-23T02:02:36.652Z | a out/pumpkind-gz.tar 26647K |
| 3527 | 2026-07-23T02:02:36.652Z | a out/switch-softnpu.tar.gz 450056K |
| 3528 | 2026-07-23T02:02:36.655Z | |
| 3529 | 2026-07-23T02:02:36.655Z | real 1:20.142544017 |
| 3530 | 2026-07-23T02:02:36.655Z | user 1:17.583671167 |
| 3531 | 2026-07-23T02:02:36.655Z | sys 4.358446025 |
| 3532 | 2026-07-23T02:02:36.655Z | trap 0.005639424 |
| 3533 | 2026-07-23T02:02:36.655Z | tflt 0.000000000 |
| 3534 | 2026-07-23T02:02:36.655Z | dflt 0.000000000 |
| 3535 | 2026-07-23T02:02:36.656Z | kflt 0.000000000 |
| 3536 | 2026-07-23T02:02:36.656Z | lock 0.000000000 |
| 3537 | 2026-07-23T02:02:36.656Z | slp 1:17.435260605 |
| 3538 | 2026-07-23T02:02:36.656Z | lat 0.897269526 |
| 3539 | 2026-07-23T02:02:36.656Z | stop 0.000488530 |
| 3540 | 2026-07-23T02:02:36.656Z | process exited: duration 954364 ms, exit code 0 |
| |
| 3541 | 2026-07-23T02:02:36.669Z | found 1 output files |
| 3542 | 2026-07-23T02:02:36.669Z | uploading: /work/package.tar.gz (2483085773 bytes) |
| 3543 | 2026-07-23T02:03:06.753Z | uploaded: /work/package.tar.gz |