|
|
|
| 1 | 2026-09-18T16:25:21.024Z | job assigned to worker 01M2TNB1V4MP1AVQ4V1AM6SXJQ [factory aws, i-0afaee7122104ce0e] (queued for 56 s) |
| |
| 2 | 2026-09-18T16:25:27.968Z | starting task 0: "setup" |
| 3 | 2026-09-18T16:25:27.973Z | ++ uname -s |
| 4 | 2026-09-18T16:25:27.978Z | + kern=SunOS |
| 5 | 2026-09-18T16:25:27.978Z | + build_user=build |
| 6 | 2026-09-18T16:25:27.978Z | + build_uid=12345 |
| 7 | 2026-09-18T16:25:27.978Z | + work_dir=/work |
| 8 | 2026-09-18T16:25:27.978Z | + input_dir=/input |
| 9 | 2026-09-18T16:25:27.978Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-18T16:25:27.978Z | + case "$kern" in |
| 11 | 2026-09-18T16:25:27.978Z | + groupadd -g 12345 build |
| 12 | 2026-09-18T16:25:27.991Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-18T16:25:30.000Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-18T16:25:30.092Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-18T16:25:30.095Z | + home_fs=zfs |
| 16 | 2026-09-18T16:25:30.095Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-18T16:25:30.095Z | + mkdir -p /home/build |
| 18 | 2026-09-18T16:25:30.095Z | + chown build:build /home/build /work |
| 19 | 2026-09-18T16:25:31.097Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-18T16:25:31.104Z | process exited: duration 3137 ms, exit code 0 |
| |
| 21 | 2026-09-18T16:25:31.112Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-18T16:25:31.116Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 23 | 2026-09-18T16:25:31.116Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-18T16:25:31.116Z | * rust toolchain channel = "1.98.1" |
| 25 | 2026-09-18T16:25:31.116Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-09-18T16:25:31.116Z | * rust toolchain profile = "default" |
| 27 | 2026-09-18T16:25:31.119Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-18T16:25:31.119Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-18T16:25:31.119Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-18T16:25:31.206Z | info: downloading installer |
| 31 | 2026-09-18T16:25:32.444Z | info: profile set to default |
| 32 | 2026-09-18T16:25:32.444Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-18T16:25:32.449Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 34 | 2026-09-18T16:25:32.572Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-18T16:25:32.576Z | info: downloading 6 components |
| 36 | 2026-09-18T16:25:47.205Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 37 | 2026-09-18T16:25:47.205Z | |
| 38 | 2026-09-18T16:25:47.242Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-18T16:25:47.242Z | |
| 40 | 2026-09-18T16:25:47.245Z | |
| 41 | 2026-09-18T16:25:47.245Z | Rust is installed now. Great! |
| 42 | 2026-09-18T16:25:47.245Z | |
| 43 | 2026-09-18T16:25:47.245Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-18T16:25:47.245Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-18T16:25:47.245Z | |
| 46 | 2026-09-18T16:25:47.245Z | To configure your current shell, you need to source |
| 47 | 2026-09-18T16:25:47.245Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-18T16:25:47.245Z | |
| 49 | 2026-09-18T16:25:47.245Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-18T16:25:47.245Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-18T16:25:47.245Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-18T16:25:47.245Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-18T16:25:47.245Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-18T16:25:47.245Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-18T16:25:47.245Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-18T16:25:47.246Z | HOST_CC = None |
| 57 | 2026-09-18T16:25:47.246Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-18T16:25:47.246Z | CC = None |
| 59 | 2026-09-18T16:25:47.246Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-18T16:25:47.468Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-18T16:25:47.468Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-18T16:25:47.469Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-18T16:25:47.469Z | CFLAGS = None |
| 64 | 2026-09-18T16:25:47.469Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-18T16:25:47.469Z | HOST_CFLAGS = None |
| 66 | 2026-09-18T16:25:47.469Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-18T16:25:47.469Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-18T16:25:47.469Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-18T16:25:47.469Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-18T16:25:47.580Z | + rustup --version |
| 71 | 2026-09-18T16:25:47.585Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-18T16:25:47.589Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-18T16:25:47.607Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-18T16:25:47.610Z | + cargo --version |
| 75 | 2026-09-18T16:25:47.618Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-18T16:25:47.622Z | + rustc --version |
| 77 | 2026-09-18T16:25:47.641Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-18T16:25:47.644Z | process exited: duration 16532 ms, exit code 0 |
| |
| 79 | 2026-09-18T16:25:47.650Z | starting task 2: "authentication" |
| 80 | 2026-09-18T16:25:47.667Z | process exited: duration 17 ms, exit code 0 |
| |
| 81 | 2026-09-18T16:25:47.673Z | starting task 3: "clone repository" |
| 82 | 2026-09-18T16:25:47.678Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-18T16:25:47.682Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-18T16:25:47.719Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-18T16:26:01.480Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-18T16:26:01.480Z | + git fetch origin 2afd7ff5d6958d17849436f226f82893e134cb8b |
| 87 | 2026-09-18T16:26:01.846Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-18T16:26:01.846Z | * branch 2afd7ff5d6958d17849436f226f82893e134cb8b -> FETCH_HEAD |
| 89 | 2026-09-18T16:26:01.862Z | + [[ -n ixi/bump-propolis-20260917 ]] |
| 90 | 2026-09-18T16:26:01.865Z | ++ git branch --show-current |
| 91 | 2026-09-18T16:26:01.865Z | + current=main |
| 92 | 2026-09-18T16:26:01.865Z | + [[ main != ixi/bump-propolis-20260917 ]] |
| 93 | 2026-09-18T16:26:01.865Z | + git branch -f ixi/bump-propolis-20260917 2afd7ff5d6958d17849436f226f82893e134cb8b |
| 94 | 2026-09-18T16:26:01.868Z | + git checkout -f ixi/bump-propolis-20260917 |
| 95 | 2026-09-18T16:26:02.135Z | Switched to branch 'ixi/bump-propolis-20260917' |
| 96 | 2026-09-18T16:26:02.138Z | + git reset --hard 2afd7ff5d6958d17849436f226f82893e134cb8b |
| 97 | 2026-09-18T16:26:02.153Z | HEAD is now at 2afd7ff5d Merge branch 'main' into ixi/bump-propolis-20260917 |
| 98 | 2026-09-18T16:26:02.156Z | process exited: duration 14481 ms, exit code 0 |
| |
| 99 | 2026-09-18T16:26:02.163Z | starting task 4: "build" |
| 100 | 2026-09-18T16:26:02.171Z | + source .github/buildomat/ci-env.sh |
| 101 | 2026-09-18T16:26:02.175Z | ++ export CARGO_TERM_COLOR=always |
| 102 | 2026-09-18T16:26:02.175Z | ++ CARGO_TERM_COLOR=always |
| 103 | 2026-09-18T16:26:02.175Z | +++ uname -s |
| 104 | 2026-09-18T16:26:02.176Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 105 | 2026-09-18T16:26:02.176Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 106 | 2026-09-18T16:26:02.176Z | + cargo --version |
| 107 | 2026-09-18T16:26:02.185Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 108 | 2026-09-18T16:26:02.189Z | + rustc --version |
| 109 | 2026-09-18T16:26:02.207Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 110 | 2026-09-18T16:26:02.210Z | + WORK=/work |
| 111 | 2026-09-18T16:26:02.210Z | + pfexec mkdir -p /work |
| 112 | 2026-09-18T16:26:02.213Z | + pfexec chown build /work |
| 113 | 2026-09-18T16:26:02.216Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-09-18T16:26:04.462Z | Startup: Refreshing catalog 'helios' ... Done |
| 115 | 2026-09-18T16:26:04.966Z | Startup: Caching catalogs ... Done |
| 116 | 2026-09-18T16:26:07.783Z | Planning: Solver setup ... Done (2.689s) |
| 117 | 2026-09-18T16:26:07.867Z | Planning: Running solver ... Done (0.084s) |
| 118 | 2026-09-18T16:26:07.930Z | Planning: Finding local manifests ... Done (0.008s) |
| 119 | 2026-09-18T16:26:07.941Z | Planning: Fetching manifests: 0/5 0% complete |
| 120 | 2026-09-18T16:26:08.174Z | Planning: Fetching manifests: 5/5 100% complete |
| 121 | 2026-09-18T16:26:08.334Z | Planning: Package planning ... Done (0.161s) |
| 122 | 2026-09-18T16:26:08.338Z | Planning: Merging actions ... Done (0.002s) |
| 123 | 2026-09-18T16:26:08.525Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 124 | 2026-09-18T16:26:10.108Z | Planning: Consolidating action changes ... Done (1.581s) |
| 125 | 2026-09-18T16:26:10.299Z | Planning: Evaluating mediators ... Done (0.190s) |
| 126 | 2026-09-18T16:26:10.335Z | Planning: Planning completed in 5.33 seconds |
| 127 | 2026-09-18T16:26:10.345Z | Packages to install: 2 |
| 128 | 2026-09-18T16:26:10.345Z | Packages to update: 3 |
| 129 | 2026-09-18T16:26:10.345Z | Services to change: 1 |
| 130 | 2026-09-18T16:26:10.345Z | Estimated space available: 156.02 GB |
| 131 | 2026-09-18T16:26:10.345Z | Estimated space to be consumed: 157.03 MB |
| 132 | 2026-09-18T16:26:10.345Z | Create boot environment: No |
| 133 | 2026-09-18T16:26:10.345Z | Create backup boot environment: Yes |
| 134 | 2026-09-18T16:26:10.345Z | Rebuild boot archive: No |
| 135 | 2026-09-18T16:26:10.349Z | |
| 136 | 2026-09-18T16:26:10.349Z | Changed packages: |
| 137 | 2026-09-18T16:26:10.350Z | helios |
| 138 | 2026-09-18T16:26:10.350Z | developer/build-essential |
| 139 | 2026-09-18T16:26:10.350Z | None -> 11-3.0 |
| 140 | 2026-09-18T16:26:10.350Z | library/libxmlsec1 |
| 141 | 2026-09-18T16:26:10.351Z | None -> 1.2.42-3.0 |
| 142 | 2026-09-18T16:26:10.351Z | library/libxml2 |
| 143 | 2026-09-18T16:26:10.351Z | 2.13.8-3.0 -> 2.15.4-3.0 |
| 144 | 2026-09-18T16:26:10.351Z | library/libxslt |
| 145 | 2026-09-18T16:26:10.351Z | 1.1.42-3.0 -> 1.1.45-3.0 |
| 146 | 2026-09-18T16:26:10.351Z | library/security/openssl-3 |
| 147 | 2026-09-18T16:26:10.351Z | 3.5.6-3.0 -> 3.5.8-3.0 |
| 148 | 2026-09-18T16:26:10.351Z | |
| 149 | 2026-09-18T16:26:10.351Z | Services: |
| 150 | 2026-09-18T16:26:10.351Z | restart_fmri: |
| 151 | 2026-09-18T16:26:10.351Z | svc:/system/update-man-index:default |
| 152 | 2026-09-18T16:26:10.382Z | |
| 153 | 2026-09-18T16:26:10.382Z | Download: 0/1227 items 0.0/13.9MB 0% complete |
| 154 | 2026-09-18T16:26:10.642Z | Download: Completed 13.86 MB in 0.26 seconds (52.9M/s) |
| 155 | 2026-09-18T16:26:12.356Z | Actions: 1/1360 actions (Removing old actions) |
| 156 | 2026-09-18T16:26:12.359Z | Actions: 23/1360 actions (Installing new actions) |
| 157 | 2026-09-18T16:26:12.433Z | Actions: 336/1360 actions (Updating modified actions) |
| 158 | 2026-09-18T16:26:12.655Z | Actions: Completed 1360 actions in 0.30 seconds. |
| 159 | 2026-09-18T16:26:12.698Z | Finalize: Updating package state database ... Done (0.040s) |
| 160 | 2026-09-18T16:26:12.701Z | Finalize: Updating package cache ... Done (0.002s) |
| 161 | 2026-09-18T16:26:12.806Z | Finalize: Updating image state ... Done (0.104s) |
| 162 | 2026-09-18T16:26:15.547Z | Finalize: Creating fast lookup database ... Done (2.675s) |
| 163 | 2026-09-18T16:26:15.616Z | Finalize: Reading search index ... Done (0.013s) |
| 164 | 2026-09-18T16:26:15.620Z | Finalize: Updating search index ... Done (0.000s) |
| 165 | 2026-09-18T16:26:15.772Z | Finalize: Updating package cache ... Done (0.000s) |
| 166 | 2026-09-18T16:26:16.161Z | Planning: Evaluating mediator changes ... Done |
| 167 | 2026-09-18T16:26:16.268Z | Planning: Checking for conflicting actions ... Done |
| 168 | 2026-09-18T16:26:16.271Z | Planning: Consolidating action changes ... Done |
| 169 | 2026-09-18T16:26:16.430Z | Planning: Evaluating mediators ... Done |
| 170 | 2026-09-18T16:26:16.437Z | Planning: Planning completed in 0.27 seconds |
| 171 | 2026-09-18T16:26:16.459Z | Mediators to change: 2 |
| 172 | 2026-09-18T16:26:16.459Z | Create boot environment: No |
| 173 | 2026-09-18T16:26:16.459Z | Create backup boot environment: No |
| 174 | 2026-09-18T16:26:16.516Z | Finalize: Updating package state database ... Done |
| 175 | 2026-09-18T16:26:16.516Z | Finalize: Updating package cache ... Done |
| 176 | 2026-09-18T16:26:16.582Z | Finalize: Updating image state ... Done |
| 177 | 2026-09-18T16:26:18.586Z | Finalize: Creating fast lookup database ... Done |
| 178 | 2026-09-18T16:26:18.652Z | Finalize: Reading search index ... Done |
| 179 | 2026-09-18T16:26:18.656Z | Finalize: Updating search index ... Done |
| 180 | 2026-09-18T16:26:18.752Z | Finalize: Updating package cache ... Done |
| 181 | 2026-09-18T16:26:19.039Z | Planning: Evaluating mediator changes ... Done |
| 182 | 2026-09-18T16:26:19.147Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2026-09-18T16:26:19.150Z | Planning: Consolidating action changes ... Done |
| 184 | 2026-09-18T16:26:19.308Z | Planning: Evaluating mediators ... Done |
| 185 | 2026-09-18T16:26:19.311Z | Planning: Planning completed in 0.27 seconds |
| 186 | 2026-09-18T16:26:19.336Z | Mediators to change: 1 |
| 187 | 2026-09-18T16:26:19.336Z | Create boot environment: No |
| 188 | 2026-09-18T16:26:19.337Z | Create backup boot environment: No |
| 189 | 2026-09-18T16:26:19.396Z | Finalize: Updating package state database ... Done |
| 190 | 2026-09-18T16:26:19.396Z | Finalize: Updating package cache ... Done |
| 191 | 2026-09-18T16:26:19.460Z | Finalize: Updating image state ... Done |
| 192 | 2026-09-18T16:26:21.457Z | Finalize: Creating fast lookup database ... Done |
| 193 | 2026-09-18T16:26:21.527Z | Finalize: Reading search index ... Done |
| 194 | 2026-09-18T16:26:21.533Z | Finalize: Updating search index ... Done |
| 195 | 2026-09-18T16:26:21.653Z | Finalize: Updating package cache ... Done |
| 196 | 2026-09-18T16:26:21.945Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 197 | 2026-09-18T16:26:21.945Z | apache system 2.4 system |
| 198 | 2026-09-18T16:26:21.945Z | clang system 15 system |
| 199 | 2026-09-18T16:26:21.945Z | csh system system illumos |
| 200 | 2026-09-18T16:26:21.945Z | ctags system system illumos |
| 201 | 2026-09-18T16:26:21.945Z | file vendor vendor darwinsys |
| 202 | 2026-09-18T16:26:21.945Z | file system system illumos |
| 203 | 2026-09-18T16:26:21.945Z | gcc vendor 14 vendor |
| 204 | 2026-09-18T16:26:21.945Z | gcc system 13 system |
| 205 | 2026-09-18T16:26:21.945Z | gcc system 10 system |
| 206 | 2026-09-18T16:26:21.945Z | go system 1.25 system |
| 207 | 2026-09-18T16:26:21.945Z | llvm system 15 system |
| 208 | 2026-09-18T16:26:21.945Z | mariadb system 11.4 system |
| 209 | 2026-09-18T16:26:21.945Z | mta vendor vendor dma |
| 210 | 2026-09-18T16:26:21.945Z | openjdk system 17 system |
| 211 | 2026-09-18T16:26:21.945Z | openjdk system 11 system |
| 212 | 2026-09-18T16:26:21.945Z | openssl vendor 3 vendor |
| 213 | 2026-09-18T16:26:21.945Z | perl system 5.40 system |
| 214 | 2026-09-18T16:26:21.946Z | postgresql system 18 system |
| 215 | 2026-09-18T16:26:21.946Z | postgresql system 17 system |
| 216 | 2026-09-18T16:26:21.946Z | python vendor 3 vendor |
| 217 | 2026-09-18T16:26:21.946Z | python system 2 system |
| 218 | 2026-09-18T16:26:21.946Z | python3 vendor 3.13 vendor |
| 219 | 2026-09-18T16:26:21.946Z | ruby system 3.4 system |
| 220 | 2026-09-18T16:26:21.946Z | ruby system 3.0 system |
| 221 | 2026-09-18T16:26:21.946Z | words vendor vendor american-english |
| 222 | 2026-09-18T16:26:21.946Z | words system system australian-english |
| 223 | 2026-09-18T16:26:21.946Z | words system system british-english |
| 224 | 2026-09-18T16:26:21.946Z | words system system canadian-english |
| 225 | 2026-09-18T16:26:21.946Z | words system system french |
| 226 | 2026-09-18T16:26:21.946Z | words system system italian |
| 227 | 2026-09-18T16:26:21.946Z | words system system ngerman |
| 228 | 2026-09-18T16:26:21.946Z | words system system ogerman |
| 229 | 2026-09-18T16:26:21.946Z | words system system spanish |
| 230 | 2026-09-18T16:26:22.203Z | PUBLISHER TYPE STATUS P LOCATION |
| 231 | 2026-09-18T16:26:22.203Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 232 | 2026-09-18T16:26:22.750Z | FMRI IFO |
| 233 | 2026-09-18T16:26:22.750Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 234 | 2026-09-18T16:26:22.750Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 235 | 2026-09-18T16:26:22.750Z | pkg://helios/library/libxmlsec1@1.2.42-3.0:20260917T182013Z im- |
| 236 | 2026-09-18T16:26:22.750Z | pkg://helios/library/libxmlsec1@1.2.42-3.0:20260917T160643Z --- |
| 237 | 2026-09-18T16:26:22.750Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z --- |
| 238 | 2026-09-18T16:26:22.750Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-09-18T16:26:22.751Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-09-18T16:26:22.751Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-09-18T16:26:22.751Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-09-18T16:26:22.751Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-09-18T16:26:22.751Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-09-18T16:26:23.125Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-09-18T16:26:23.461Z | Updating crates.io index |
| 246 | 2026-09-18T16:26:23.464Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-09-18T16:26:23.742Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-09-18T16:26:24.127Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 249 | 2026-09-18T16:26:24.384Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-09-18T16:26:25.441Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 251 | 2026-09-18T16:26:26.009Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 252 | 2026-09-18T16:26:27.609Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 253 | 2026-09-18T16:26:28.550Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-09-18T16:26:28.812Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 255 | 2026-09-18T16:26:29.164Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 256 | 2026-09-18T16:26:30.377Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 257 | 2026-09-18T16:26:30.687Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 258 | 2026-09-18T16:26:31.082Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 259 | 2026-09-18T16:26:31.355Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-09-18T16:26:31.913Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-09-18T16:26:32.178Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-09-18T16:26:32.478Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 263 | 2026-09-18T16:26:32.759Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 264 | 2026-09-18T16:26:33.058Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-09-18T16:26:33.467Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-09-18T16:26:34.091Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 267 | 2026-09-18T16:26:34.388Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 268 | 2026-09-18T16:26:34.939Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 269 | 2026-09-18T16:26:35.274Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-09-18T16:26:35.562Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-09-18T16:26:36.006Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-09-18T16:26:36.336Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-09-18T16:26:36.767Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-09-18T16:26:37.249Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-09-18T16:26:37.530Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-09-18T16:26:37.842Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-09-18T16:26:38.232Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 278 | 2026-09-18T16:26:38.787Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-09-18T16:26:39.097Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-09-18T16:26:39.380Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 281 | 2026-09-18T16:26:39.705Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 282 | 2026-09-18T16:26:40.412Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-09-18T16:26:40.689Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-09-18T16:26:41.018Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-09-18T16:26:41.336Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-09-18T16:26:41.620Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 287 | 2026-09-18T16:26:42.019Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 288 | 2026-09-18T16:26:44.213Z | Downloading crates ... |
| 289 | 2026-09-18T16:26:44.260Z | Downloaded block-buffer v0.10.4 |
| 290 | 2026-09-18T16:26:44.272Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-09-18T16:26:44.279Z | Downloaded generic-array v0.14.7 |
| 292 | 2026-09-18T16:26:44.279Z | Downloaded zmij v1.0.21 |
| 293 | 2026-09-18T16:26:44.287Z | Downloaded zerocopy v0.7.35 |
| 294 | 2026-09-18T16:26:44.296Z | Downloaded zerocopy-derive v0.7.35 |
| 295 | 2026-09-18T16:26:44.309Z | Downloaded pretty-hex v0.4.1 |
| 296 | 2026-09-18T16:26:44.312Z | Downloaded usdt-macro v0.5.0 |
| 297 | 2026-09-18T16:26:44.316Z | Downloaded toml_datetime v0.6.11 |
| 298 | 2026-09-18T16:26:44.331Z | Downloaded anstyle-query v1.1.5 |
| 299 | 2026-09-18T16:26:44.335Z | Downloaded usdt v0.5.0 |
| 300 | 2026-09-18T16:26:44.335Z | Downloaded anstream v1.0.0 |
| 301 | 2026-09-18T16:26:44.339Z | Downloaded camino-tempfile v1.4.1 |
| 302 | 2026-09-18T16:26:44.344Z | Downloaded heck v0.5.0 |
| 303 | 2026-09-18T16:26:44.366Z | Downloaded strsim v0.11.1 |
| 304 | 2026-09-18T16:26:44.366Z | Downloaded version_check v0.9.5 |
| 305 | 2026-09-18T16:26:44.367Z | Downloaded usdt-attr-macro v0.5.0 |
| 306 | 2026-09-18T16:26:44.367Z | Downloaded macaddr v1.0.1 |
| 307 | 2026-09-18T16:26:44.399Z | Downloaded tabled_derive v0.7.0 |
| 308 | 2026-09-18T16:26:44.400Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-09-18T16:26:44.400Z | Downloaded equivalent v1.0.2 |
| 310 | 2026-09-18T16:26:44.400Z | Downloaded itoa v1.0.17 |
| 311 | 2026-09-18T16:26:44.400Z | Downloaded smawk v0.3.2 |
| 312 | 2026-09-18T16:26:44.400Z | Downloaded clap_lex v1.0.0 |
| 313 | 2026-09-18T16:26:44.400Z | Downloaded crypto-common v0.1.7 |
| 314 | 2026-09-18T16:26:44.400Z | Downloaded colorchoice v1.0.4 |
| 315 | 2026-09-18T16:26:44.400Z | Downloaded cpufeatures v0.2.17 |
| 316 | 2026-09-18T16:26:44.400Z | Downloaded cfg-if v1.0.4 |
| 317 | 2026-09-18T16:26:44.401Z | Downloaded cargo-platform v0.3.2 |
| 318 | 2026-09-18T16:26:44.436Z | Downloaded terminal_size v0.4.3 |
| 319 | 2026-09-18T16:26:44.437Z | Downloaded is_terminal_polyfill v1.70.2 |
| 320 | 2026-09-18T16:26:44.437Z | Downloaded dtrace-parser v0.2.0 |
| 321 | 2026-09-18T16:26:44.437Z | Downloaded utf8parse v0.2.2 |
| 322 | 2026-09-18T16:26:44.437Z | Downloaded cargo_metadata v0.23.1 |
| 323 | 2026-09-18T16:26:44.437Z | Downloaded thiserror-impl v2.0.18 |
| 324 | 2026-09-18T16:26:44.437Z | Downloaded once_cell v1.21.3 |
| 325 | 2026-09-18T16:26:44.437Z | Downloaded scroll_derive v0.12.1 |
| 326 | 2026-09-18T16:26:44.437Z | Downloaded thread-id v4.2.2 |
| 327 | 2026-09-18T16:26:44.437Z | Downloaded unicode-linebreak v0.1.5 |
| 328 | 2026-09-18T16:26:44.497Z | Downloaded errno v0.3.14 |
| 329 | 2026-09-18T16:26:44.497Z | Downloaded serde_spanned v0.6.9 |
| 330 | 2026-09-18T16:26:44.497Z | Downloaded heck v0.4.1 |
| 331 | 2026-09-18T16:26:44.497Z | Downloaded swrite v0.1.0 |
| 332 | 2026-09-18T16:26:44.497Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-09-18T16:26:44.497Z | Downloaded memmap v0.7.0 |
| 334 | 2026-09-18T16:26:44.497Z | Downloaded thiserror v1.0.69 |
| 335 | 2026-09-18T16:26:44.498Z | Downloaded serde_tokenstream v0.2.3 |
| 336 | 2026-09-18T16:26:44.498Z | Downloaded dof v0.3.0 |
| 337 | 2026-09-18T16:26:44.498Z | Downloaded fnv v1.0.7 |
| 338 | 2026-09-18T16:26:44.498Z | Downloaded anstyle v1.0.14 |
| 339 | 2026-09-18T16:26:44.498Z | Downloaded plain v0.2.3 |
| 340 | 2026-09-18T16:26:44.498Z | Downloaded byteorder v1.5.0 |
| 341 | 2026-09-18T16:26:44.498Z | Downloaded cargo_toml v0.21.0 |
| 342 | 2026-09-18T16:26:44.498Z | Downloaded digest v0.10.7 |
| 343 | 2026-09-18T16:26:44.498Z | Downloaded sha2 v0.10.9 |
| 344 | 2026-09-18T16:26:44.498Z | Downloaded thiserror v2.0.18 |
| 345 | 2026-09-18T16:26:44.498Z | Downloaded bytecount v0.6.9 |
| 346 | 2026-09-18T16:26:44.499Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2026-09-18T16:26:44.499Z | Downloaded scroll v0.12.0 |
| 348 | 2026-09-18T16:26:44.499Z | Downloaded autocfg v1.5.0 |
| 349 | 2026-09-18T16:26:44.499Z | Downloaded tempfile v3.27.0 |
| 350 | 2026-09-18T16:26:44.499Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2026-09-18T16:26:44.499Z | Downloaded semver v1.0.28 |
| 352 | 2026-09-18T16:26:44.540Z | Downloaded anstyle-parse v1.0.0 |
| 353 | 2026-09-18T16:26:44.540Z | Downloaded thiserror-impl v1.0.69 |
| 354 | 2026-09-18T16:26:44.540Z | Downloaded camino v1.2.5 |
| 355 | 2026-09-18T16:26:44.540Z | Downloaded ucd-trie v0.1.7 |
| 356 | 2026-09-18T16:26:44.540Z | Downloaded clap_derive v4.6.1 |
| 357 | 2026-09-18T16:26:44.540Z | Downloaded anyhow v1.0.104 |
| 358 | 2026-09-18T16:26:44.540Z | Downloaded quote v1.0.45 |
| 359 | 2026-09-18T16:26:44.541Z | Downloaded bitflags v2.11.0 |
| 360 | 2026-09-18T16:26:44.541Z | Downloaded pest_generator v2.8.6 |
| 361 | 2026-09-18T16:26:44.541Z | Downloaded toml v0.8.23 |
| 362 | 2026-09-18T16:26:44.541Z | Downloaded fs-err v3.3.0 |
| 363 | 2026-09-18T16:26:44.541Z | Downloaded pest_derive v2.8.6 |
| 364 | 2026-09-18T16:26:44.541Z | Downloaded serde_derive v1.0.228 |
| 365 | 2026-09-18T16:26:44.541Z | Downloaded proc-macro2 v1.0.106 |
| 366 | 2026-09-18T16:26:44.568Z | Downloaded getrandom v0.3.4 |
| 367 | 2026-09-18T16:26:44.568Z | Downloaded clap v4.6.1 |
| 368 | 2026-09-18T16:26:44.568Z | Downloaded unicode-ident v1.0.24 |
| 369 | 2026-09-18T16:26:44.568Z | Downloaded papergrid v0.11.0 |
| 370 | 2026-09-18T16:26:44.568Z | Downloaded log v0.4.33 |
| 371 | 2026-09-18T16:26:44.568Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-09-18T16:26:44.568Z | Downloaded pest_meta v2.8.6 |
| 373 | 2026-09-18T16:26:44.568Z | Downloaded toml_edit v0.22.27 |
| 374 | 2026-09-18T16:26:44.598Z | Downloaded serde v1.0.228 |
| 375 | 2026-09-18T16:26:44.598Z | Downloaded typenum v1.20.1 |
| 376 | 2026-09-18T16:26:44.598Z | Downloaded serde_core v1.0.228 |
| 377 | 2026-09-18T16:26:44.598Z | Downloaded memchr v2.8.0 |
| 378 | 2026-09-18T16:26:44.598Z | Downloaded indexmap v2.14.0 |
| 379 | 2026-09-18T16:26:44.622Z | Downloaded pest v2.8.6 |
| 380 | 2026-09-18T16:26:44.627Z | Downloaded serde_json v1.0.151 |
| 381 | 2026-09-18T16:26:44.630Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-09-18T16:26:44.632Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-09-18T16:26:44.636Z | Downloaded winnow v0.7.14 |
| 384 | 2026-09-18T16:26:44.640Z | Downloaded goblin v0.8.2 |
| 385 | 2026-09-18T16:26:44.643Z | Downloaded tabled v0.15.0 |
| 386 | 2026-09-18T16:26:44.657Z | Downloaded syn v1.0.109 |
| 387 | 2026-09-18T16:26:44.663Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-09-18T16:26:44.670Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-09-18T16:26:44.674Z | Downloaded syn v2.0.117 |
| 390 | 2026-09-18T16:26:44.683Z | Downloaded rustix v1.1.4 |
| 391 | 2026-09-18T16:26:44.705Z | Downloaded libc v0.2.185 |
| 392 | 2026-09-18T16:26:44.790Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-09-18T16:26:44.790Z | Compiling quote v1.0.45 |
| 394 | 2026-09-18T16:26:44.800Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-09-18T16:26:44.800Z | Compiling serde_core v1.0.228 |
| 396 | 2026-09-18T16:26:44.800Z | Compiling libc v0.2.185 |
| 397 | 2026-09-18T16:26:44.800Z | Compiling version_check v0.9.5 |
| 398 | 2026-09-18T16:26:44.800Z | Compiling memchr v2.8.0 |
| 399 | 2026-09-18T16:26:44.946Z | Compiling serde v1.0.228 |
| 400 | 2026-09-18T16:26:44.949Z | Compiling zmij v1.0.21 |
| 401 | 2026-09-18T16:26:44.949Z | Compiling itoa v1.0.17 |
| 402 | 2026-09-18T16:26:44.949Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-09-18T16:26:44.949Z | Compiling thiserror v1.0.69 |
| 404 | 2026-09-18T16:26:44.949Z | Compiling rustix v1.1.4 |
| 405 | 2026-09-18T16:26:44.949Z | Compiling byteorder v1.5.0 |
| 406 | 2026-09-18T16:26:45.301Z | Compiling bitflags v2.11.0 |
| 407 | 2026-09-18T16:26:45.359Z | Compiling serde_json v1.0.151 |
| 408 | 2026-09-18T16:26:45.435Z | Compiling syn v1.0.109 |
| 409 | 2026-09-18T16:26:45.491Z | Compiling usdt-impl v0.5.0 |
| 410 | 2026-09-18T16:26:45.508Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-09-18T16:26:45.512Z | Compiling camino v1.2.5 |
| 412 | 2026-09-18T16:26:45.552Z | Compiling pest v2.8.6 |
| 413 | 2026-09-18T16:26:45.679Z | Compiling proc-macro-error v1.0.4 |
| 414 | 2026-09-18T16:26:45.825Z | Compiling getrandom v0.3.4 |
| 415 | 2026-09-18T16:26:45.830Z | Compiling plain v0.2.3 |
| 416 | 2026-09-18T16:26:45.830Z | Compiling utf8parse v0.2.2 |
| 417 | 2026-09-18T16:26:45.900Z | Compiling log v0.4.33 |
| 418 | 2026-09-18T16:26:45.955Z | Compiling hashbrown v0.17.0 |
| 419 | 2026-09-18T16:26:45.978Z | Compiling equivalent v1.0.2 |
| 420 | 2026-09-18T16:26:46.014Z | Compiling anstyle-parse v1.0.0 |
| 421 | 2026-09-18T16:26:46.067Z | Compiling cfg-if v1.0.4 |
| 422 | 2026-09-18T16:26:46.118Z | Compiling colorchoice v1.0.4 |
| 423 | 2026-09-18T16:26:46.118Z | Compiling toml_write v0.1.2 |
| 424 | 2026-09-18T16:26:46.126Z | Compiling anstyle-query v1.1.5 |
| 425 | 2026-09-18T16:26:46.162Z | Compiling anstyle v1.0.14 |
| 426 | 2026-09-18T16:26:46.179Z | Compiling errno v0.3.14 |
| 427 | 2026-09-18T16:26:46.236Z | Compiling thread-id v4.2.2 |
| 428 | 2026-09-18T16:26:46.256Z | Compiling pretty-hex v0.4.1 |
| 429 | 2026-09-18T16:26:46.260Z | Compiling autocfg v1.5.0 |
| 430 | 2026-09-18T16:26:46.296Z | Compiling winnow v0.7.14 |
| 431 | 2026-09-18T16:26:46.316Z | Compiling thiserror v2.0.18 |
| 432 | 2026-09-18T16:26:46.339Z | Compiling is_terminal_polyfill v1.70.2 |
| 433 | 2026-09-18T16:26:46.395Z | Compiling syn v2.0.117 |
| 434 | 2026-09-18T16:26:46.428Z | Compiling strsim v0.11.1 |
| 435 | 2026-09-18T16:26:46.471Z | Compiling anstream v1.0.0 |
| 436 | 2026-09-18T16:26:46.490Z | Compiling indexmap v2.14.0 |
| 437 | 2026-09-18T16:26:46.510Z | Compiling clap_lex v1.0.0 |
| 438 | 2026-09-18T16:26:46.602Z | Compiling fastrand v2.3.0 |
| 439 | 2026-09-18T16:26:46.770Z | Compiling fs-err v3.3.0 |
| 440 | 2026-09-18T16:26:46.796Z | Compiling heck v0.4.1 |
| 441 | 2026-09-18T16:26:46.841Z | Compiling pest_meta v2.8.6 |
| 442 | 2026-09-18T16:26:46.844Z | Compiling bytecount v0.6.9 |
| 443 | 2026-09-18T16:26:46.877Z | Compiling heck v0.5.0 |
| 444 | 2026-09-18T16:26:46.914Z | Compiling once_cell v1.21.3 |
| 445 | 2026-09-18T16:26:46.975Z | Compiling fnv v1.0.7 |
| 446 | 2026-09-18T16:26:46.995Z | Compiling anyhow v1.0.104 |
| 447 | 2026-09-18T16:26:47.023Z | Compiling unicode-width v0.1.14 |
| 448 | 2026-09-18T16:26:47.056Z | Compiling memmap v0.7.0 |
| 449 | 2026-09-18T16:26:47.074Z | Compiling unicode-linebreak v0.1.5 |
| 450 | 2026-09-18T16:26:47.103Z | Compiling smawk v0.3.2 |
| 451 | 2026-09-18T16:26:47.145Z | Compiling unicode-width v0.2.0 |
| 452 | 2026-09-18T16:26:47.183Z | Compiling swrite v0.1.0 |
| 453 | 2026-09-18T16:26:47.265Z | Compiling papergrid v0.11.0 |
| 454 | 2026-09-18T16:26:47.282Z | Compiling terminal_size v0.4.3 |
| 455 | 2026-09-18T16:26:47.282Z | Compiling tempfile v3.27.0 |
| 456 | 2026-09-18T16:26:47.396Z | Compiling semver v1.0.28 |
| 457 | 2026-09-18T16:26:47.450Z | Compiling clap_builder v4.6.0 |
| 458 | 2026-09-18T16:26:47.468Z | Compiling cargo-platform v0.3.2 |
| 459 | 2026-09-18T16:26:47.489Z | Compiling textwrap v0.16.2 |
| 460 | 2026-09-18T16:26:47.740Z | Compiling camino-tempfile v1.4.1 |
| 461 | 2026-09-18T16:26:48.115Z | Compiling tabled_derive v0.7.0 |
| 462 | 2026-09-18T16:26:48.708Z | Compiling pest_generator v2.8.6 |
| 463 | 2026-09-18T16:26:48.846Z | Compiling tabled v0.15.0 |
| 464 | 2026-09-18T16:26:49.261Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-09-18T16:26:49.261Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2026-09-18T16:26:49.264Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2026-09-18T16:26:49.264Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-09-18T16:26:49.264Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-09-18T16:26:49.264Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-09-18T16:26:49.333Z | Compiling pest_derive v2.8.6 |
| 471 | 2026-09-18T16:26:49.974Z | Compiling scroll v0.12.0 |
| 472 | 2026-09-18T16:26:50.048Z | Compiling zerocopy v0.7.35 |
| 473 | 2026-09-18T16:26:50.187Z | Compiling goblin v0.8.2 |
| 474 | 2026-09-18T16:26:50.374Z | Compiling dtrace-parser v0.2.0 |
| 475 | 2026-09-18T16:26:50.673Z | Compiling clap v4.6.1 |
| 476 | 2026-09-18T16:26:51.666Z | Compiling dof v0.3.0 |
| 477 | 2026-09-18T16:26:51.666Z | Compiling serde_tokenstream v0.2.3 |
| 478 | 2026-09-18T16:26:51.684Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-09-18T16:26:51.688Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-09-18T16:26:51.696Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-09-18T16:26:51.699Z | Compiling macaddr v1.0.1 |
| 482 | 2026-09-18T16:26:51.699Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-09-18T16:26:51.888Z | Compiling toml_edit v0.22.27 |
| 484 | 2026-09-18T16:26:52.396Z | Compiling usdt-macro v0.5.0 |
| 485 | 2026-09-18T16:26:52.402Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2026-09-18T16:26:53.020Z | Compiling usdt v0.5.0 |
| 487 | 2026-09-18T16:26:53.194Z | Compiling toml v0.8.23 |
| 488 | 2026-09-18T16:26:53.540Z | Compiling cargo_toml v0.21.0 |
| 489 | 2026-09-18T16:26:54.835Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 490 | 2026-09-18T16:26:56.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s |
| 491 | 2026-09-18T16:26:57.200Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 492 | 2026-09-18T16:26:57.732Z | Downloading crates ... |
| 493 | 2026-09-18T16:26:57.808Z | Downloaded atomic-waker v1.1.2 |
| 494 | 2026-09-18T16:26:57.811Z | Downloaded bcs v0.1.6 |
| 495 | 2026-09-18T16:26:57.811Z | Downloaded ciborium-io v0.2.2 |
| 496 | 2026-09-18T16:26:57.814Z | Downloaded async-stream-impl v0.3.6 |
| 497 | 2026-09-18T16:26:57.817Z | Downloaded aead v0.6.1 |
| 498 | 2026-09-18T16:26:57.817Z | Downloaded cassowary v0.3.0 |
| 499 | 2026-09-18T16:26:57.820Z | Downloaded base64ct v1.8.3 |
| 500 | 2026-09-18T16:26:57.820Z | Downloaded compression-core v0.4.31 |
| 501 | 2026-09-18T16:26:57.847Z | Downloaded atty v0.2.14 |
| 502 | 2026-09-18T16:26:57.852Z | Downloaded ascii-canvas v3.0.0 |
| 503 | 2026-09-18T16:26:57.852Z | Downloaded bb8 v0.8.6 |
| 504 | 2026-09-18T16:26:57.852Z | Downloaded allocator-api2 v0.2.21 |
| 505 | 2026-09-18T16:26:57.856Z | Downloaded bit-set v0.5.3 |
| 506 | 2026-09-18T16:26:57.856Z | Downloaded foreign-types v0.3.2 |
| 507 | 2026-09-18T16:26:57.856Z | Downloaded ahash v0.8.12 |
| 508 | 2026-09-18T16:26:57.860Z | Downloaded embedded-io v0.6.1 |
| 509 | 2026-09-18T16:26:57.862Z | Downloaded array-init v0.0.4 |
| 510 | 2026-09-18T16:26:57.862Z | Downloaded async-stream v0.3.6 |
| 511 | 2026-09-18T16:26:57.869Z | Downloaded futures-executor v0.3.32 |
| 512 | 2026-09-18T16:26:57.872Z | Downloaded futures-io v0.3.32 |
| 513 | 2026-09-18T16:26:57.872Z | Downloaded argon2 v0.6.0-rc.8 |
| 514 | 2026-09-18T16:26:57.872Z | Downloaded erased-serde v0.3.31 |
| 515 | 2026-09-18T16:26:57.876Z | Downloaded foreign-types-shared v0.3.1 |
| 516 | 2026-09-18T16:26:57.876Z | Downloaded futures v0.3.32 |
| 517 | 2026-09-18T16:26:57.876Z | Downloaded futures-macro v0.3.32 |
| 518 | 2026-09-18T16:26:57.876Z | Downloaded fixedbitset v0.4.2 |
| 519 | 2026-09-18T16:26:57.879Z | Downloaded arrayref v0.3.9 |
| 520 | 2026-09-18T16:26:57.879Z | Downloaded adler2 v2.0.1 |
| 521 | 2026-09-18T16:26:57.879Z | Downloaded flagset v0.4.7 |
| 522 | 2026-09-18T16:26:57.882Z | Downloaded find-msvc-tools v0.1.9 |
| 523 | 2026-09-18T16:26:57.882Z | Downloaded hubpack_derive v0.1.1 |
| 524 | 2026-09-18T16:26:57.886Z | Downloaded arrayvec v0.7.6 |
| 525 | 2026-09-18T16:26:57.886Z | Downloaded atomicwrites v0.4.4 |
| 526 | 2026-09-18T16:26:57.892Z | Downloaded async-recursion v1.1.1 |
| 527 | 2026-09-18T16:26:57.892Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 528 | 2026-09-18T16:26:57.892Z | Downloaded hmac v0.13.0 |
| 529 | 2026-09-18T16:26:57.897Z | Downloaded assert_matches v1.5.0 |
| 530 | 2026-09-18T16:26:57.897Z | Downloaded ghash v0.6.0 |
| 531 | 2026-09-18T16:26:57.897Z | Downloaded aes-gcm v0.11.0 |
| 532 | 2026-09-18T16:26:57.897Z | Downloaded base16ct v0.2.0 |
| 533 | 2026-09-18T16:26:57.897Z | Downloaded const-oid v0.10.2 |
| 534 | 2026-09-18T16:26:57.900Z | Downloaded async-bb8-diesel v0.2.1 |
| 535 | 2026-09-18T16:26:57.900Z | Downloaded argon2 v0.5.3 |
| 536 | 2026-09-18T16:26:57.900Z | Downloaded bitfield-macros v0.19.4 |
| 537 | 2026-09-18T16:26:57.900Z | Downloaded highway v1.3.0 |
| 538 | 2026-09-18T16:26:57.903Z | Downloaded httpdate v1.0.3 |
| 539 | 2026-09-18T16:26:57.906Z | Downloaded base16ct v1.0.0 |
| 540 | 2026-09-18T16:26:57.909Z | Downloaded block-padding v0.4.2 |
| 541 | 2026-09-18T16:26:57.912Z | Downloaded castaway v0.2.4 |
| 542 | 2026-09-18T16:26:57.915Z | Downloaded aead v0.5.2 |
| 543 | 2026-09-18T16:26:57.916Z | Downloaded ciborium-ll v0.2.2 |
| 544 | 2026-09-18T16:26:57.916Z | Downloaded http-range v0.1.5 |
| 545 | 2026-09-18T16:26:57.923Z | Downloaded getrandom v0.4.3 |
| 546 | 2026-09-18T16:26:57.923Z | Downloaded cfg_aliases v0.2.1 |
| 547 | 2026-09-18T16:26:57.923Z | Downloaded half v1.8.3 |
| 548 | 2026-09-18T16:26:57.928Z | Downloaded cfg_aliases v0.1.1 |
| 549 | 2026-09-18T16:26:57.928Z | Downloaded newline-converter v0.3.0 |
| 550 | 2026-09-18T16:26:57.928Z | Downloaded heapless v0.8.0 |
| 551 | 2026-09-18T16:26:57.928Z | Downloaded nibble_vec v0.1.0 |
| 552 | 2026-09-18T16:26:57.928Z | Downloaded expectorate v1.2.0 |
| 553 | 2026-09-18T16:26:57.928Z | Downloaded hickory-resolver v0.24.4 |
| 554 | 2026-09-18T16:26:57.928Z | Downloaded block-buffer v0.12.1 |
| 555 | 2026-09-18T16:26:57.931Z | Downloaded foreign-types-shared v0.1.1 |
| 556 | 2026-09-18T16:26:57.931Z | Downloaded async-trait v0.1.89 |
| 557 | 2026-09-18T16:26:57.931Z | Downloaded hashbrown v0.14.5 |
| 558 | 2026-09-18T16:26:57.935Z | Downloaded buf-list v1.1.2 |
| 559 | 2026-09-18T16:26:57.935Z | Downloaded float-ord v0.3.2 |
| 560 | 2026-09-18T16:26:57.935Z | Downloaded backtrace-ext v0.2.1 |
| 561 | 2026-09-18T16:26:57.938Z | Downloaded cexpr v0.6.0 |
| 562 | 2026-09-18T16:26:57.938Z | Downloaded chacha20 v0.9.1 |
| 563 | 2026-09-18T16:26:57.938Z | Downloaded foldhash v0.2.0 |
| 564 | 2026-09-18T16:26:57.938Z | Downloaded parking_lot_core v0.8.6 |
| 565 | 2026-09-18T16:26:57.941Z | Downloaded bitfield-struct v0.6.2 |
| 566 | 2026-09-18T16:26:57.944Z | Downloaded filetime v0.2.27 |
| 567 | 2026-09-18T16:26:57.945Z | Downloaded num-derive v0.4.2 |
| 568 | 2026-09-18T16:26:57.948Z | Downloaded bit-set v0.8.0 |
| 569 | 2026-09-18T16:26:57.948Z | Downloaded elliptic-curve v0.14.1 |
| 570 | 2026-09-18T16:26:57.948Z | Downloaded gethostname v0.5.0 |
| 571 | 2026-09-18T16:26:57.950Z | Downloaded num_threads v0.1.7 |
| 572 | 2026-09-18T16:26:57.950Z | Downloaded cobs v0.3.0 |
| 573 | 2026-09-18T16:26:57.950Z | Downloaded globwalk v0.9.1 |
| 574 | 2026-09-18T16:26:57.950Z | Downloaded hex-literal v1.1.0 |
| 575 | 2026-09-18T16:26:57.956Z | Downloaded arc-swap v1.8.2 |
| 576 | 2026-09-18T16:26:57.965Z | Downloaded git-stub-vcs v0.1.0 |
| 577 | 2026-09-18T16:26:57.965Z | Downloaded bit-vec v0.6.3 |
| 578 | 2026-09-18T16:26:57.965Z | Downloaded camino-tempfile-ext v0.3.3 |
| 579 | 2026-09-18T16:26:57.965Z | Downloaded compression-codecs v0.4.37 |
| 580 | 2026-09-18T16:26:57.965Z | Downloaded hash32 v0.2.1 |
| 581 | 2026-09-18T16:26:57.965Z | Downloaded hostname v0.4.2 |
| 582 | 2026-09-18T16:26:57.965Z | Downloaded float-cmp v0.10.0 |
| 583 | 2026-09-18T16:26:57.974Z | Downloaded hash32 v0.3.1 |
| 584 | 2026-09-18T16:26:57.974Z | Downloaded oso-derive v0.27.3 |
| 585 | 2026-09-18T16:26:57.974Z | Downloaded olpc-cjson v0.1.4 |
| 586 | 2026-09-18T16:26:57.974Z | Downloaded packed_struct_codegen v0.10.1 |
| 587 | 2026-09-18T16:26:57.974Z | Downloaded fallible-iterator v0.2.0 |
| 588 | 2026-09-18T16:26:57.974Z | Downloaded openssl-macros v0.1.1 |
| 589 | 2026-09-18T16:26:57.974Z | Downloaded hubpack v0.1.2 |
| 590 | 2026-09-18T16:26:57.974Z | Downloaded cbc v0.2.1 |
| 591 | 2026-09-18T16:26:57.977Z | Downloaded anstyle-parse v0.2.7 |
| 592 | 2026-09-18T16:26:57.977Z | Downloaded enum_dispatch v0.3.13 |
| 593 | 2026-09-18T16:26:57.977Z | Downloaded flate2 v1.1.9 |
| 594 | 2026-09-18T16:26:57.977Z | Downloaded getrandom v0.2.17 |
| 595 | 2026-09-18T16:26:57.977Z | Downloaded git2 v0.20.4 |
| 596 | 2026-09-18T16:26:57.981Z | Downloaded anstream v0.6.21 |
| 597 | 2026-09-18T16:26:57.984Z | Downloaded bitflags v1.3.2 |
| 598 | 2026-09-18T16:26:57.984Z | Downloaded backoff v0.4.0 |
| 599 | 2026-09-18T16:26:57.986Z | Downloaded cipher v0.5.2 |
| 600 | 2026-09-18T16:26:57.986Z | Downloaded hmac v0.12.1 |
| 601 | 2026-09-18T16:26:57.989Z | Downloaded nodrop v0.1.14 |
| 602 | 2026-09-18T16:26:57.989Z | Downloaded precomputed-hash v0.1.1 |
| 603 | 2026-09-18T16:26:57.989Z | Downloaded form_urlencoded v1.2.2 |
| 604 | 2026-09-18T16:26:57.989Z | Downloaded port-file v0.1.0 |
| 605 | 2026-09-18T16:26:57.989Z | Downloaded quick-error v1.2.3 |
| 606 | 2026-09-18T16:26:57.992Z | Downloaded rand_pcg v0.10.2 |
| 607 | 2026-09-18T16:26:57.992Z | Downloaded parse-size v1.1.0 |
| 608 | 2026-09-18T16:26:57.992Z | Downloaded ref-cast-impl v1.0.25 |
| 609 | 2026-09-18T16:26:57.992Z | Downloaded pkcs1 v0.7.5 |
| 610 | 2026-09-18T16:26:57.995Z | Downloaded rand_chacha v0.9.0 |
| 611 | 2026-09-18T16:26:57.995Z | Downloaded cipher v0.4.4 |
| 612 | 2026-09-18T16:26:57.995Z | Downloaded supports-color v3.0.2 |
| 613 | 2026-09-18T16:26:57.995Z | Downloaded bit-vec v0.8.0 |
| 614 | 2026-09-18T16:26:57.998Z | Downloaded signal-hook-registry v1.4.8 |
| 615 | 2026-09-18T16:26:57.998Z | Downloaded bzip2 v0.4.4 |
| 616 | 2026-09-18T16:26:58.003Z | Downloaded pin-project-lite v0.2.17 |
| 617 | 2026-09-18T16:26:58.003Z | Downloaded goblin v0.10.5 |
| 618 | 2026-09-18T16:26:58.006Z | Downloaded cmake v0.1.57 |
| 619 | 2026-09-18T16:26:58.006Z | Downloaded blowfish v0.10.0 |
| 620 | 2026-09-18T16:26:58.009Z | Downloaded nonempty v0.12.0 |
| 621 | 2026-09-18T16:26:58.009Z | Downloaded num_enum v0.5.11 |
| 622 | 2026-09-18T16:26:58.012Z | Downloaded hashbrown v0.13.2 |
| 623 | 2026-09-18T16:26:58.012Z | Downloaded hickory-server v0.25.2 |
| 624 | 2026-09-18T16:26:58.017Z | Downloaded headers v0.4.1 |
| 625 | 2026-09-18T16:26:58.022Z | Downloaded addr2line v0.25.1 |
| 626 | 2026-09-18T16:26:58.022Z | Downloaded russh-util v0.52.0 |
| 627 | 2026-09-18T16:26:58.022Z | Downloaded rustc_version v0.4.1 |
| 628 | 2026-09-18T16:26:58.022Z | Downloaded env_filter v2.0.0 |
| 629 | 2026-09-18T16:26:58.022Z | Downloaded futures-task v0.3.32 |
| 630 | 2026-09-18T16:26:58.025Z | Downloaded scroll_derive v0.13.1 |
| 631 | 2026-09-18T16:26:58.025Z | Downloaded seq-macro v0.3.6 |
| 632 | 2026-09-18T16:26:58.025Z | Downloaded bitfield v0.19.4 |
| 633 | 2026-09-18T16:26:58.025Z | Downloaded byte-wrapper v0.1.0 |
| 634 | 2026-09-18T16:26:58.025Z | Downloaded ff v0.14.0 |
| 635 | 2026-09-18T16:26:58.025Z | Downloaded oxide-update-engine-display v0.1.2 |
| 636 | 2026-09-18T16:26:58.025Z | Downloaded paste v1.0.15 |
| 637 | 2026-09-18T16:26:58.028Z | Downloaded serde-big-array v0.5.1 |
| 638 | 2026-09-18T16:26:58.028Z | Downloaded serde_urlencoded v0.7.1 |
| 639 | 2026-09-18T16:26:58.029Z | Downloaded sigpipe v0.1.3 |
| 640 | 2026-09-18T16:26:58.032Z | Downloaded slog-bunyan v2.5.0 |
| 641 | 2026-09-18T16:26:58.032Z | Downloaded h2 v0.4.15 |
| 642 | 2026-09-18T16:26:58.035Z | Downloaded cmov v0.5.4 |
| 643 | 2026-09-18T16:26:58.035Z | Downloaded colored v2.2.0 |
| 644 | 2026-09-18T16:26:58.035Z | Downloaded foreign-types v0.5.0 |
| 645 | 2026-09-18T16:26:58.037Z | Downloaded backon v1.6.0 |
| 646 | 2026-09-18T16:26:58.037Z | Downloaded http-body v1.0.1 |
| 647 | 2026-09-18T16:26:58.037Z | Downloaded progenitor-client v0.13.0 |
| 648 | 2026-09-18T16:26:58.037Z | Downloaded postgres-protocol v0.6.12 |
| 649 | 2026-09-18T16:26:58.040Z | Downloaded unicase v2.9.0 |
| 650 | 2026-09-18T16:26:58.040Z | Downloaded rand_core v0.10.0 |
| 651 | 2026-09-18T16:26:58.043Z | Downloaded strum v0.26.3 |
| 652 | 2026-09-18T16:26:58.046Z | Downloaded embedded-io v0.4.0 |
| 653 | 2026-09-18T16:26:58.046Z | Downloaded fd-lock v4.0.4 |
| 654 | 2026-09-18T16:26:58.046Z | Downloaded recursive v0.1.1 |
| 655 | 2026-09-18T16:26:58.046Z | Downloaded tabwriter v1.4.1 |
| 656 | 2026-09-18T16:26:58.049Z | Downloaded tap v1.0.1 |
| 657 | 2026-09-18T16:26:58.049Z | Downloaded time-core v0.1.8 |
| 658 | 2026-09-18T16:26:58.049Z | Downloaded tokio-macros v2.7.0 |
| 659 | 2026-09-18T16:26:58.049Z | Downloaded generic-array v1.4.3 |
| 660 | 2026-09-18T16:26:58.052Z | Downloaded console v0.15.11 |
| 661 | 2026-09-18T16:26:58.052Z | Downloaded fxhash v0.2.1 |
| 662 | 2026-09-18T16:26:58.054Z | Downloaded vergen v9.1.0 |
| 663 | 2026-09-18T16:26:58.057Z | Downloaded base64 v0.22.1 |
| 664 | 2026-09-18T16:26:58.061Z | Downloaded colored v3.1.1 |
| 665 | 2026-09-18T16:26:58.061Z | Downloaded ciborium v0.2.2 |
| 666 | 2026-09-18T16:26:58.064Z | Downloaded console v0.16.2 |
| 667 | 2026-09-18T16:26:58.064Z | Downloaded chacha20 v0.10.0 |
| 668 | 2026-09-18T16:26:58.064Z | Downloaded clang-sys v1.8.1 |
| 669 | 2026-09-18T16:26:58.064Z | Downloaded fs_extra v1.3.0 |
| 670 | 2026-09-18T16:26:58.068Z | Downloaded rustversion v1.0.22 |
| 671 | 2026-09-18T16:26:58.068Z | Downloaded rusty-fork v0.3.1 |
| 672 | 2026-09-18T16:26:58.068Z | Downloaded supports-hyperlinks v3.2.0 |
| 673 | 2026-09-18T16:26:58.072Z | Downloaded base64 v0.21.7 |
| 674 | 2026-09-18T16:26:58.075Z | Downloaded bzip2 v0.6.1 |
| 675 | 2026-09-18T16:26:58.075Z | Downloaded usdt-attr-macro v0.6.0 |
| 676 | 2026-09-18T16:26:58.075Z | Downloaded waitgroup v0.1.2 |
| 677 | 2026-09-18T16:26:58.075Z | Downloaded cancel-safe-futures v0.1.5 |
| 678 | 2026-09-18T16:26:58.078Z | Downloaded ff v0.13.1 |
| 679 | 2026-09-18T16:26:58.078Z | Downloaded group v0.13.0 |
| 680 | 2026-09-18T16:26:58.078Z | Downloaded xattr v1.6.1 |
| 681 | 2026-09-18T16:26:58.078Z | Downloaded zerofrom v0.1.6 |
| 682 | 2026-09-18T16:26:58.128Z | Downloaded home v0.5.12 |
| 683 | 2026-09-18T16:26:58.128Z | Downloaded cpubits v0.1.1 |
| 684 | 2026-09-18T16:26:58.128Z | Downloaded endian-type v0.1.2 |
| 685 | 2026-09-18T16:26:58.128Z | Downloaded convert_case v0.4.0 |
| 686 | 2026-09-18T16:26:58.128Z | Downloaded crunchy v0.2.4 |
| 687 | 2026-09-18T16:26:58.128Z | Downloaded blake2 v0.11.0-rc.6 |
| 688 | 2026-09-18T16:26:58.128Z | Downloaded http v1.4.2 |
| 689 | 2026-09-18T16:26:58.128Z | Downloaded bs58 v0.5.1 |
| 690 | 2026-09-18T16:26:58.128Z | Downloaded sqlformat v0.3.5 |
| 691 | 2026-09-18T16:26:58.128Z | Downloaded futures-sink v0.3.32 |
| 692 | 2026-09-18T16:26:58.128Z | Downloaded headers-core v0.3.0 |
| 693 | 2026-09-18T16:26:58.128Z | Downloaded time-macros v0.2.27 |
| 694 | 2026-09-18T16:26:58.128Z | Downloaded unit-prefix v0.5.2 |
| 695 | 2026-09-18T16:26:58.128Z | Downloaded ssh-encoding v0.3.0 |
| 696 | 2026-09-18T16:26:58.128Z | Downloaded smf v0.2.3 |
| 697 | 2026-09-18T16:26:58.128Z | Downloaded static_assertions v1.1.0 |
| 698 | 2026-09-18T16:26:58.129Z | Downloaded debug-ignore v1.0.5 |
| 699 | 2026-09-18T16:26:58.129Z | Downloaded serde_yaml v0.9.34+deprecated |
| 700 | 2026-09-18T16:26:58.129Z | Downloaded async-compression v0.4.41 |
| 701 | 2026-09-18T16:26:58.129Z | Downloaded glob v0.3.3 |
| 702 | 2026-09-18T16:26:58.129Z | Downloaded blake2 v0.10.6 |
| 703 | 2026-09-18T16:26:58.129Z | Downloaded tokio-dtrace v0.1.1 |
| 704 | 2026-09-18T16:26:58.129Z | Downloaded heapless v0.7.17 |
| 705 | 2026-09-18T16:26:58.129Z | Downloaded dof v0.4.0 |
| 706 | 2026-09-18T16:26:58.129Z | Downloaded tower-http v0.6.8 |
| 707 | 2026-09-18T16:26:58.138Z | Downloaded dirs-sys-next v0.1.2 |
| 708 | 2026-09-18T16:26:58.138Z | Downloaded rustls-pemfile v2.2.0 |
| 709 | 2026-09-18T16:26:58.138Z | Downloaded dtrace-parser v0.3.0 |
| 710 | 2026-09-18T16:26:58.138Z | Downloaded untrusted v0.7.1 |
| 711 | 2026-09-18T16:26:58.138Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 712 | 2026-09-18T16:26:58.138Z | Downloaded peg-macros v0.8.5 |
| 713 | 2026-09-18T16:26:58.138Z | Downloaded phf v0.13.1 |
| 714 | 2026-09-18T16:26:58.138Z | Downloaded idna_adapter v1.2.1 |
| 715 | 2026-09-18T16:26:58.138Z | Downloaded scheduled-thread-pool v0.2.7 |
| 716 | 2026-09-18T16:26:58.138Z | Downloaded flume v0.11.1 |
| 717 | 2026-09-18T16:26:58.142Z | Downloaded slog-dtrace v0.3.0 |
| 718 | 2026-09-18T16:26:58.142Z | Downloaded illumos-nvpair v0.3.0 |
| 719 | 2026-09-18T16:26:58.142Z | Downloaded multimap v0.10.1 |
| 720 | 2026-09-18T16:26:58.145Z | Downloaded lru-slab v0.1.2 |
| 721 | 2026-09-18T16:26:58.145Z | Downloaded match_cfg v0.1.0 |
| 722 | 2026-09-18T16:26:58.148Z | Downloaded chacha20poly1305 v0.10.1 |
| 723 | 2026-09-18T16:26:58.151Z | Downloaded corncobs v0.1.4 |
| 724 | 2026-09-18T16:26:58.157Z | Downloaded compact_str v0.8.1 |
| 725 | 2026-09-18T16:26:58.160Z | Downloaded p256 v0.14.0 |
| 726 | 2026-09-18T16:26:58.160Z | Downloaded serde_repr v0.1.20 |
| 727 | 2026-09-18T16:26:58.160Z | Downloaded hashbrown v0.15.5 |
| 728 | 2026-09-18T16:26:58.162Z | Downloaded smallvec v1.15.1 |
| 729 | 2026-09-18T16:26:58.162Z | Downloaded strum_macros v0.26.4 |
| 730 | 2026-09-18T16:26:58.165Z | Downloaded ctr v0.10.1 |
| 731 | 2026-09-18T16:26:58.165Z | Downloaded strip-ansi-escapes v0.2.1 |
| 732 | 2026-09-18T16:26:58.165Z | Downloaded pin-project-internal v1.1.11 |
| 733 | 2026-09-18T16:26:58.169Z | Downloaded rustyline v14.0.0 |
| 734 | 2026-09-18T16:26:58.171Z | Downloaded derive_more-impl v2.1.1 |
| 735 | 2026-09-18T16:26:58.171Z | Downloaded hickory-proto v0.24.4 |
| 736 | 2026-09-18T16:26:58.179Z | Downloaded defmt-macros v1.0.1 |
| 737 | 2026-09-18T16:26:58.182Z | Downloaded const-oid v0.9.6 |
| 738 | 2026-09-18T16:26:58.182Z | Downloaded futures-core v0.3.32 |
| 739 | 2026-09-18T16:26:58.185Z | Downloaded chumsky v0.9.3 |
| 740 | 2026-09-18T16:26:58.185Z | Downloaded der_derive v0.7.3 |
| 741 | 2026-09-18T16:26:58.185Z | Downloaded deranged v0.5.8 |
| 742 | 2026-09-18T16:26:58.188Z | Downloaded kem v0.3.0 |
| 743 | 2026-09-18T16:26:58.188Z | Downloaded critical-section v1.2.0 |
| 744 | 2026-09-18T16:26:58.188Z | Downloaded slab v0.4.12 |
| 745 | 2026-09-18T16:26:58.191Z | Downloaded progenitor-macro v0.13.0 |
| 746 | 2026-09-18T16:26:58.194Z | Downloaded radium v0.7.0 |
| 747 | 2026-09-18T16:26:58.194Z | Downloaded hkdf v0.12.4 |
| 748 | 2026-09-18T16:26:58.200Z | Downloaded twox-hash v2.1.2 |
| 749 | 2026-09-18T16:26:58.207Z | Downloaded gimli v0.32.3 |
| 750 | 2026-09-18T16:26:58.211Z | Downloaded ipnet v2.12.0 |
| 751 | 2026-09-18T16:26:58.216Z | Downloaded darling_macro v0.20.11 |
| 752 | 2026-09-18T16:26:58.216Z | Downloaded multer v3.1.0 |
| 753 | 2026-09-18T16:26:58.216Z | Downloaded num-integer v0.1.46 |
| 754 | 2026-09-18T16:26:58.221Z | Downloaded owo-colors v4.3.0 |
| 755 | 2026-09-18T16:26:58.221Z | Downloaded hex v0.4.3 |
| 756 | 2026-09-18T16:26:58.222Z | Downloaded is_ci v1.2.0 |
| 757 | 2026-09-18T16:26:58.232Z | Downloaded crypto-primes v0.7.2 |
| 758 | 2026-09-18T16:26:58.232Z | Downloaded signature v2.2.0 |
| 759 | 2026-09-18T16:26:58.232Z | Downloaded slog-envlogger v2.2.0 |
| 760 | 2026-09-18T16:26:58.232Z | Downloaded ena v0.14.4 |
| 761 | 2026-09-18T16:26:58.233Z | Downloaded progenitor-impl v0.14.0 |
| 762 | 2026-09-18T16:26:58.236Z | Downloaded quick-xml v0.37.5 |
| 763 | 2026-09-18T16:26:58.236Z | Downloaded icu_properties_data v2.1.2 |
| 764 | 2026-09-18T16:26:58.240Z | Downloaded darling v0.20.11 |
| 765 | 2026-09-18T16:26:58.240Z | Downloaded memoffset v0.9.1 |
| 766 | 2026-09-18T16:26:58.243Z | Downloaded strsim v0.10.0 |
| 767 | 2026-09-18T16:26:58.243Z | Downloaded cc v1.2.56 |
| 768 | 2026-09-18T16:26:58.243Z | Downloaded backtrace v0.3.76 |
| 769 | 2026-09-18T16:26:58.247Z | Downloaded dunce v1.0.5 |
| 770 | 2026-09-18T16:26:58.247Z | Downloaded oxide-update-engine v0.1.2 |
| 771 | 2026-09-18T16:26:58.247Z | Downloaded parse-display-derive v0.10.0 |
| 772 | 2026-09-18T16:26:58.247Z | Downloaded pem-rfc7468 v0.7.0 |
| 773 | 2026-09-18T16:26:58.251Z | Downloaded bytes v1.11.1 |
| 774 | 2026-09-18T16:26:58.251Z | Downloaded usdt-impl v0.6.0 |
| 775 | 2026-09-18T16:26:58.251Z | Downloaded ar_archive_writer v0.5.1 |
| 776 | 2026-09-18T16:26:58.254Z | Downloaded pem-rfc7468 v1.0.0 |
| 777 | 2026-09-18T16:26:58.254Z | Downloaded vergen-git2 v9.1.0 |
| 778 | 2026-09-18T16:26:58.254Z | Downloaded polyval v0.7.1 |
| 779 | 2026-09-18T16:26:58.257Z | Downloaded pkcs8 v0.10.2 |
| 780 | 2026-09-18T16:26:58.257Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 781 | 2026-09-18T16:26:58.259Z | Downloaded hyper-rustls v0.27.7 |
| 782 | 2026-09-18T16:26:58.259Z | Downloaded vergen-gitcl v1.0.8 |
| 783 | 2026-09-18T16:26:58.261Z | Downloaded fs-err v2.11.0 |
| 784 | 2026-09-18T16:26:58.261Z | Downloaded rfc6979 v0.6.0 |
| 785 | 2026-09-18T16:26:58.264Z | Downloaded num_enum_derive v0.5.11 |
| 786 | 2026-09-18T16:26:58.276Z | Downloaded tower-layer v0.3.3 |
| 787 | 2026-09-18T16:26:58.279Z | Downloaded utf-8 v0.7.6 |
| 788 | 2026-09-18T16:26:58.283Z | Downloaded zip v8.6.0 |
| 789 | 2026-09-18T16:26:58.283Z | Downloaded fatfs v0.3.6 |
| 790 | 2026-09-18T16:26:58.286Z | Downloaded test-strategy v0.4.5 |
| 791 | 2026-09-18T16:26:58.286Z | Downloaded hybrid-array v0.4.13 |
| 792 | 2026-09-18T16:26:58.294Z | Downloaded difflib v0.4.0 |
| 793 | 2026-09-18T16:26:58.294Z | Downloaded rtoolbox v0.0.3 |
| 794 | 2026-09-18T16:26:58.294Z | Downloaded derive_more v2.1.1 |
| 795 | 2026-09-18T16:26:58.297Z | Downloaded hickory-resolver v0.25.2 |
| 796 | 2026-09-18T16:26:58.298Z | Downloaded hostname v0.3.1 |
| 797 | 2026-09-18T16:26:58.302Z | Downloaded scrypt v0.12.0 |
| 798 | 2026-09-18T16:26:58.302Z | Downloaded yoke-derive v0.8.1 |
| 799 | 2026-09-18T16:26:58.302Z | Downloaded enum-as-inner v0.6.1 |
| 800 | 2026-09-18T16:26:58.302Z | Downloaded foreign-types-macros v0.2.3 |
| 801 | 2026-09-18T16:26:58.302Z | Downloaded zone v0.3.1 |
| 802 | 2026-09-18T16:26:58.305Z | Downloaded bumpalo v3.20.2 |
| 803 | 2026-09-18T16:26:58.305Z | Downloaded snafu-derive v0.8.9 |
| 804 | 2026-09-18T16:26:58.305Z | Downloaded omicron-zone-package v0.12.3 |
| 805 | 2026-09-18T16:26:58.305Z | Downloaded foldhash v0.1.5 |
| 806 | 2026-09-18T16:26:58.309Z | Downloaded rand v0.8.6 |
| 807 | 2026-09-18T16:26:58.309Z | Downloaded postcard v1.1.3 |
| 808 | 2026-09-18T16:26:58.309Z | Downloaded shlex v1.3.0 |
| 809 | 2026-09-18T16:26:58.311Z | Downloaded rustc-hash v2.1.1 |
| 810 | 2026-09-18T16:26:58.311Z | Downloaded stacker v0.1.23 |
| 811 | 2026-09-18T16:26:58.311Z | Downloaded parking_lot v0.11.2 |
| 812 | 2026-09-18T16:26:58.314Z | Downloaded tower v0.5.3 |
| 813 | 2026-09-18T16:26:58.317Z | Downloaded icu_provider v2.1.1 |
| 814 | 2026-09-18T16:26:58.321Z | Downloaded tinystr v0.8.2 |
| 815 | 2026-09-18T16:26:58.321Z | Downloaded tls_codec_derive v0.4.2 |
| 816 | 2026-09-18T16:26:58.325Z | Downloaded crypto-common v0.2.2 |
| 817 | 2026-09-18T16:26:58.325Z | Downloaded defmt v0.3.100 |
| 818 | 2026-09-18T16:26:58.325Z | Downloaded aes v0.9.1 |
| 819 | 2026-09-18T16:26:58.325Z | Downloaded poly1305 v0.9.0 |
| 820 | 2026-09-18T16:26:58.330Z | Downloaded slog-term v2.9.2 |
| 821 | 2026-09-18T16:26:58.330Z | Downloaded take_mut v0.2.2 |
| 822 | 2026-09-18T16:26:58.330Z | Downloaded reqwest v0.12.28 |
| 823 | 2026-09-18T16:26:58.332Z | Downloaded crossbeam-utils v0.8.21 |
| 824 | 2026-09-18T16:26:58.332Z | Downloaded universal-hash v0.5.1 |
| 825 | 2026-09-18T16:26:58.337Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 826 | 2026-09-18T16:26:58.340Z | Downloaded strum_macros v0.27.2 |
| 827 | 2026-09-18T16:26:58.342Z | Downloaded is-terminal v0.4.17 |
| 828 | 2026-09-18T16:26:58.342Z | Downloaded lalrpop-util v0.19.12 |
| 829 | 2026-09-18T16:26:58.342Z | Downloaded tungstenite v0.23.0 |
| 830 | 2026-09-18T16:26:58.345Z | Downloaded zeroize_derive v1.5.0 |
| 831 | 2026-09-18T16:26:58.345Z | Downloaded ignore v0.4.25 |
| 832 | 2026-09-18T16:26:58.348Z | Downloaded rustls-platform-verifier v0.6.2 |
| 833 | 2026-09-18T16:26:58.351Z | Downloaded hickory-proto v0.25.2 |
| 834 | 2026-09-18T16:26:58.360Z | Downloaded zerotrie v0.2.3 |
| 835 | 2026-09-18T16:26:58.366Z | Downloaded crc v3.4.0 |
| 836 | 2026-09-18T16:26:58.366Z | Downloaded serde_cbor v0.11.2 |
| 837 | 2026-09-18T16:26:58.369Z | Downloaded zone_cfg_derive v0.3.1 |
| 838 | 2026-09-18T16:26:58.369Z | Downloaded serde_with_macros v1.5.2 |
| 839 | 2026-09-18T16:26:58.369Z | Downloaded xshell-macros v0.2.7 |
| 840 | 2026-09-18T16:26:58.369Z | Downloaded lazy_static v1.5.0 |
| 841 | 2026-09-18T16:26:58.369Z | Downloaded futures-channel v0.3.32 |
| 842 | 2026-09-18T16:26:58.369Z | Downloaded secrecy v0.10.3 |
| 843 | 2026-09-18T16:26:58.369Z | Downloaded libefi-sys v0.1.0 |
| 844 | 2026-09-18T16:26:58.372Z | Downloaded kstat-rs v0.2.5 |
| 845 | 2026-09-18T16:26:58.372Z | Downloaded schemars v1.2.1 |
| 846 | 2026-09-18T16:26:58.380Z | Downloaded newtype_derive v0.1.6 |
| 847 | 2026-09-18T16:26:58.383Z | Downloaded num-conv v0.2.0 |
| 848 | 2026-09-18T16:26:58.383Z | Downloaded psl-types v2.0.11 |
| 849 | 2026-09-18T16:26:58.383Z | Downloaded half v2.7.1 |
| 850 | 2026-09-18T16:26:58.391Z | Downloaded rustls-webpki v0.103.13 |
| 851 | 2026-09-18T16:26:58.397Z | Downloaded pkcs5 v0.8.1 |
| 852 | 2026-09-18T16:26:58.397Z | Downloaded memmap2 v0.9.10 |
| 853 | 2026-09-18T16:26:58.397Z | Downloaded peg-runtime v0.8.5 |
| 854 | 2026-09-18T16:26:58.402Z | Downloaded progenitor-impl v0.13.0 |
| 855 | 2026-09-18T16:26:58.402Z | Downloaded tokio-stream v0.1.18 |
| 856 | 2026-09-18T16:26:58.402Z | Downloaded httparse v1.10.1 |
| 857 | 2026-09-18T16:26:58.413Z | Downloaded synstructure v0.13.2 |
| 858 | 2026-09-18T16:26:58.414Z | Downloaded ed25519 v2.2.3 |
| 859 | 2026-09-18T16:26:58.414Z | Downloaded indoc v1.0.9 |
| 860 | 2026-09-18T16:26:58.414Z | Downloaded postgres-types v0.2.14 |
| 861 | 2026-09-18T16:26:58.414Z | Downloaded typed-path v0.9.3 |
| 862 | 2026-09-18T16:26:58.414Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 863 | 2026-09-18T16:26:58.414Z | Downloaded scopeguard v1.2.0 |
| 864 | 2026-09-18T16:26:58.418Z | Downloaded radix_trie v0.2.1 |
| 865 | 2026-09-18T16:26:58.421Z | Downloaded oxide-update-engine-types v0.1.2 |
| 866 | 2026-09-18T16:26:58.425Z | Downloaded indent_write v2.2.0 |
| 867 | 2026-09-18T16:26:58.425Z | Downloaded crc8 v0.1.1 |
| 868 | 2026-09-18T16:26:58.425Z | Downloaded keccak v0.1.6 |
| 869 | 2026-09-18T16:26:58.428Z | Downloaded md-5 v0.11.0 |
| 870 | 2026-09-18T16:26:58.429Z | Downloaded mime v0.3.17 |
| 871 | 2026-09-18T16:26:58.429Z | Downloaded sqlparser_derive v0.5.0 |
| 872 | 2026-09-18T16:26:58.429Z | Downloaded lru-cache v0.1.2 |
| 873 | 2026-09-18T16:26:58.432Z | Downloaded winnow v0.5.40 |
| 874 | 2026-09-18T16:26:58.434Z | Downloaded phc v0.6.1 |
| 875 | 2026-09-18T16:26:58.437Z | Downloaded git-stub v1.0.0 |
| 876 | 2026-09-18T16:26:58.440Z | Downloaded native-tls v0.2.18 |
| 877 | 2026-09-18T16:26:58.443Z | Downloaded primefield v0.14.0 |
| 878 | 2026-09-18T16:26:58.446Z | Downloaded funty v2.0.0 |
| 879 | 2026-09-18T16:26:58.449Z | Downloaded darling v0.23.0 |
| 880 | 2026-09-18T16:26:58.453Z | Downloaded packed_struct v0.10.1 |
| 881 | 2026-09-18T16:26:58.453Z | Downloaded env_logger v0.11.11 |
| 882 | 2026-09-18T16:26:58.453Z | Downloaded dropshot_endpoint v0.17.1 |
| 883 | 2026-09-18T16:26:58.459Z | Downloaded progenitor-client v0.14.0 |
| 884 | 2026-09-18T16:26:58.462Z | Downloaded ron v0.8.1 |
| 885 | 2026-09-18T16:26:58.464Z | Downloaded zstd-safe v7.2.4 |
| 886 | 2026-09-18T16:26:58.467Z | Downloaded tracing-core v0.1.36 |
| 887 | 2026-09-18T16:26:58.467Z | Downloaded derive_builder v0.20.2 |
| 888 | 2026-09-18T16:26:58.470Z | Downloaded support-bundle-viewer v0.1.2 |
| 889 | 2026-09-18T16:26:58.474Z | Downloaded ecdsa v0.17.0 |
| 890 | 2026-09-18T16:26:58.474Z | Downloaded psm v0.1.30 |
| 891 | 2026-09-18T16:26:58.477Z | Downloaded wnaf v0.14.0 |
| 892 | 2026-09-18T16:26:58.478Z | Downloaded quinn-proto v0.11.16 |
| 893 | 2026-09-18T16:26:58.480Z | Downloaded usdt-macro v0.6.0 |
| 894 | 2026-09-18T16:26:58.480Z | Downloaded termios v0.3.3 |
| 895 | 2026-09-18T16:26:58.483Z | Downloaded internet-checksum v0.2.1 |
| 896 | 2026-09-18T16:26:58.483Z | Downloaded aho-corasick v1.1.4 |
| 897 | 2026-09-18T16:26:58.488Z | Downloaded hyper-tls v0.6.0 |
| 898 | 2026-09-18T16:26:58.488Z | Downloaded x509-cert v0.2.5 |
| 899 | 2026-09-18T16:26:58.493Z | Downloaded num-bigint-dig v0.8.6 |
| 900 | 2026-09-18T16:26:58.497Z | Downloaded derive-ex v0.1.8 |
| 901 | 2026-09-18T16:26:58.497Z | Downloaded fixedbitset v0.5.7 |
| 902 | 2026-09-18T16:26:58.497Z | Downloaded oxide-tokio-rt v0.1.4 |
| 903 | 2026-09-18T16:26:58.497Z | Downloaded scuffle v0.1.0 |
| 904 | 2026-09-18T16:26:58.500Z | Downloaded simd-adler32 v0.3.8 |
| 905 | 2026-09-18T16:26:58.500Z | Downloaded iana-time-zone v0.1.65 |
| 906 | 2026-09-18T16:26:58.503Z | Downloaded typed-path v0.12.3 |
| 907 | 2026-09-18T16:26:58.505Z | Downloaded want v0.3.1 |
| 908 | 2026-09-18T16:26:58.508Z | Downloaded openssl-probe v0.1.6 |
| 909 | 2026-09-18T16:26:58.508Z | Downloaded ingot-types v0.2.0 |
| 910 | 2026-09-18T16:26:58.508Z | Downloaded serde_path_to_error v0.1.20 |
| 911 | 2026-09-18T16:26:58.511Z | Downloaded smallvec v0.6.14 |
| 912 | 2026-09-18T16:26:58.511Z | Downloaded zopfli v0.8.3 |
| 913 | 2026-09-18T16:26:58.511Z | Downloaded globset v0.4.18 |
| 914 | 2026-09-18T16:26:58.515Z | Downloaded hkdf v0.13.0 |
| 915 | 2026-09-18T16:26:58.515Z | Downloaded num_enum_derive v0.7.6 |
| 916 | 2026-09-18T16:26:58.515Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 917 | 2026-09-18T16:26:58.515Z | Downloaded dsl_auto_type v0.2.0 |
| 918 | 2026-09-18T16:26:58.518Z | Downloaded percent-encoding v2.3.2 |
| 919 | 2026-09-18T16:26:58.519Z | Downloaded siphasher v1.0.2 |
| 920 | 2026-09-18T16:26:58.522Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 921 | 2026-09-18T16:26:58.524Z | Downloaded tokio-tungstenite v0.21.0 |
| 922 | 2026-09-18T16:26:58.527Z | Downloaded tokio-tungstenite v0.23.1 |
| 923 | 2026-09-18T16:26:58.527Z | Downloaded downcast-rs v2.0.2 |
| 924 | 2026-09-18T16:26:58.527Z | Downloaded sha2 v0.11.0 |
| 925 | 2026-09-18T16:26:58.530Z | Downloaded rand_xorshift v0.4.0 |
| 926 | 2026-09-18T16:26:58.532Z | Downloaded ed25519-dalek v3.0.0 |
| 927 | 2026-09-18T16:26:58.536Z | Downloaded futures-util v0.3.32 |
| 928 | 2026-09-18T16:26:58.541Z | Downloaded des v0.9.0 |
| 929 | 2026-09-18T16:26:58.545Z | Downloaded progenitor-extras v0.2.0 |
| 930 | 2026-09-18T16:26:58.546Z | Downloaded resolv-conf v0.7.6 |
| 931 | 2026-09-18T16:26:58.546Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 932 | 2026-09-18T16:26:58.549Z | Downloaded thiserror-no-std v2.0.2 |
| 933 | 2026-09-18T16:26:58.551Z | Downloaded walkdir v2.5.0 |
| 934 | 2026-09-18T16:26:58.551Z | Downloaded zerovec-derive v0.11.2 |
| 935 | 2026-09-18T16:26:58.551Z | Downloaded phf_shared v0.13.1 |
| 936 | 2026-09-18T16:26:58.554Z | Downloaded sqlparser v0.61.0 |
| 937 | 2026-09-18T16:26:58.558Z | Downloaded tokio-test v0.4.5 |
| 938 | 2026-09-18T16:26:58.561Z | Downloaded libbz2-rs-sys v0.2.2 |
| 939 | 2026-09-18T16:26:58.561Z | Downloaded crossbeam-deque v0.8.6 |
| 940 | 2026-09-18T16:26:58.564Z | Downloaded num_enum v0.7.6 |
| 941 | 2026-09-18T16:26:58.566Z | Downloaded phf_shared v0.11.3 |
| 942 | 2026-09-18T16:26:58.570Z | Downloaded darling_macro v0.13.4 |
| 943 | 2026-09-18T16:26:58.571Z | Downloaded dirs-next v2.0.0 |
| 944 | 2026-09-18T16:26:58.571Z | Downloaded opaque-debug v0.3.1 |
| 945 | 2026-09-18T16:26:58.571Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 946 | 2026-09-18T16:26:58.577Z | Downloaded serde_derive_internals v0.29.1 |
| 947 | 2026-09-18T16:26:58.577Z | Downloaded crossterm v0.28.1 |
| 948 | 2026-09-18T16:26:58.580Z | Downloaded inout v0.1.4 |
| 949 | 2026-09-18T16:26:58.589Z | Downloaded tungstenite v0.21.0 |
| 950 | 2026-09-18T16:26:58.594Z | Downloaded unicode-truncate v1.1.0 |
| 951 | 2026-09-18T16:26:58.594Z | Downloaded serdect v0.4.3 |
| 952 | 2026-09-18T16:26:58.594Z | Downloaded tui-tree-widget v0.23.1 |
| 953 | 2026-09-18T16:26:58.594Z | Downloaded quinn-udp v0.5.14 |
| 954 | 2026-09-18T16:26:58.597Z | Downloaded group v0.14.0 |
| 955 | 2026-09-18T16:26:58.597Z | Downloaded progenitor v0.13.0 |
| 956 | 2026-09-18T16:26:58.597Z | Downloaded nix v0.31.2 |
| 957 | 2026-09-18T16:26:58.604Z | Downloaded poly1305 v0.8.0 |
| 958 | 2026-09-18T16:26:58.608Z | Downloaded string_cache v0.8.9 |
| 959 | 2026-09-18T16:26:58.609Z | Downloaded icu_locale_core v2.1.1 |
| 960 | 2026-09-18T16:26:58.611Z | Downloaded der v0.7.10 |
| 961 | 2026-09-18T16:26:58.614Z | Downloaded prettyplease v0.2.37 |
| 962 | 2026-09-18T16:26:58.617Z | Downloaded untrusted v0.9.0 |
| 963 | 2026-09-18T16:26:58.618Z | Downloaded tagptr v0.2.0 |
| 964 | 2026-09-18T16:26:58.621Z | Downloaded unicode_categories v0.1.1 |
| 965 | 2026-09-18T16:26:58.621Z | Downloaded yasna v0.5.2 |
| 966 | 2026-09-18T16:26:58.621Z | Downloaded ctutils v0.4.2 |
| 967 | 2026-09-18T16:26:58.621Z | Downloaded libsw-core v0.3.2 |
| 968 | 2026-09-18T16:26:58.624Z | Downloaded oxide-generation-macros v0.2.0 |
| 969 | 2026-09-18T16:26:58.624Z | Downloaded unicode-segmentation v1.12.0 |
| 970 | 2026-09-18T16:26:58.627Z | Downloaded similar v2.7.0 |
| 971 | 2026-09-18T16:26:58.632Z | Downloaded crucible-workspace-hack v0.1.0 |
| 972 | 2026-09-18T16:26:58.637Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 973 | 2026-09-18T16:26:58.637Z | Downloaded maplit v1.0.2 |
| 974 | 2026-09-18T16:26:58.637Z | Downloaded structmeta v0.3.0 |
| 975 | 2026-09-18T16:26:58.637Z | Downloaded diff v0.1.13 |
| 976 | 2026-09-18T16:26:58.640Z | Downloaded progenitor v0.14.0 |
| 977 | 2026-09-18T16:26:58.640Z | Downloaded ryu v1.0.23 |
| 978 | 2026-09-18T16:26:58.643Z | Downloaded serde_spanned v1.1.1 |
| 979 | 2026-09-18T16:26:58.646Z | Downloaded socket2 v0.6.3 |
| 980 | 2026-09-18T16:26:58.648Z | Downloaded rand_core v0.9.5 |
| 981 | 2026-09-18T16:26:58.648Z | Downloaded secrecy v0.8.0 |
| 982 | 2026-09-18T16:26:58.648Z | Downloaded spki v0.7.3 |
| 983 | 2026-09-18T16:26:58.652Z | Downloaded ident_case v1.0.1 |
| 984 | 2026-09-18T16:26:58.653Z | Downloaded display-error-chain v0.2.2 |
| 985 | 2026-09-18T16:26:58.653Z | Downloaded openssl-sys v0.9.117 |
| 986 | 2026-09-18T16:26:58.655Z | Downloaded tokio-postgres v0.7.18 |
| 987 | 2026-09-18T16:26:58.658Z | Downloaded tinyvec v1.10.0 |
| 988 | 2026-09-18T16:26:58.661Z | Downloaded displaydoc v0.2.5 |
| 989 | 2026-09-18T16:26:58.665Z | Downloaded powerfmt v0.2.0 |
| 990 | 2026-09-18T16:26:58.665Z | Downloaded nu-ansi-term v0.50.3 |
| 991 | 2026-09-18T16:26:58.668Z | Downloaded ssh-cipher v0.3.0 |
| 992 | 2026-09-18T16:26:58.668Z | Downloaded instant v0.1.13 |
| 993 | 2026-09-18T16:26:58.668Z | Downloaded proc-macro-crate v1.3.1 |
| 994 | 2026-09-18T16:26:58.672Z | Downloaded schemars v0.9.0 |
| 995 | 2026-09-18T16:26:58.680Z | Downloaded slog-scope v4.4.1 |
| 996 | 2026-09-18T16:26:58.683Z | Downloaded slog-stdlog v4.1.1 |
| 997 | 2026-09-18T16:26:58.683Z | Downloaded wyz v0.5.1 |
| 998 | 2026-09-18T16:26:58.683Z | Downloaded data-encoding v2.10.0 |
| 999 | 2026-09-18T16:26:58.686Z | Downloaded openssl-probe v0.2.1 |
| 1000 | 2026-09-18T16:26:58.686Z | Downloaded sha1 v0.11.0 |
| 1001 | 2026-09-18T16:26:58.686Z | Downloaded crc-any v2.5.0 |
| 1002 | 2026-09-18T16:26:58.686Z | Downloaded crc32fast v1.5.0 |
| 1003 | 2026-09-18T16:26:58.689Z | Downloaded diesel-dtrace v0.5.0 |
| 1004 | 2026-09-18T16:26:58.693Z | Downloaded cookie v0.18.1 |
| 1005 | 2026-09-18T16:26:58.702Z | Downloaded zeroize v1.9.0 |
| 1006 | 2026-09-18T16:26:58.706Z | Downloaded daft-derive v0.1.8 |
| 1007 | 2026-09-18T16:26:58.709Z | Downloaded ref-cast v1.0.25 |
| 1008 | 2026-09-18T16:26:58.709Z | Downloaded try-lock v0.2.5 |
| 1009 | 2026-09-18T16:26:58.709Z | Downloaded r2d2 v0.8.10 |
| 1010 | 2026-09-18T16:26:58.721Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1011 | 2026-09-18T16:26:58.726Z | Downloaded signature v3.0.0 |
| 1012 | 2026-09-18T16:26:58.726Z | Downloaded rustls-pki-types v1.14.0 |
| 1013 | 2026-09-18T16:26:58.726Z | Downloaded supports-unicode v3.0.0 |
| 1014 | 2026-09-18T16:26:58.726Z | Downloaded testing_table v0.3.0 |
| 1015 | 2026-09-18T16:26:58.726Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1016 | 2026-09-18T16:26:58.726Z | Downloaded unicode-xid v0.2.6 |
| 1017 | 2026-09-18T16:26:58.729Z | Downloaded vergen-lib v9.1.0 |
| 1018 | 2026-09-18T16:26:58.729Z | Downloaded defmt v1.0.1 |
| 1019 | 2026-09-18T16:26:58.729Z | Downloaded hashbrown v0.12.3 |
| 1020 | 2026-09-18T16:26:58.733Z | Downloaded stable_deref_trait v1.2.1 |
| 1021 | 2026-09-18T16:26:58.733Z | Downloaded indexmap v1.9.3 |
| 1022 | 2026-09-18T16:26:58.736Z | Downloaded either v1.15.0 |
| 1023 | 2026-09-18T16:26:58.738Z | Downloaded ipnetwork v0.21.1 |
| 1024 | 2026-09-18T16:26:58.739Z | Downloaded sec1 v0.7.3 |
| 1025 | 2026-09-18T16:26:58.741Z | Downloaded icu_collections v2.1.1 |
| 1026 | 2026-09-18T16:26:58.745Z | Downloaded usdt v0.6.0 |
| 1027 | 2026-09-18T16:26:58.745Z | Downloaded tough v0.22.0 |
| 1028 | 2026-09-18T16:26:58.749Z | Downloaded dropshot-api-manager v0.8.0 |
| 1029 | 2026-09-18T16:26:58.753Z | Downloaded libsw v3.5.0 |
| 1030 | 2026-09-18T16:26:58.756Z | Downloaded oso v0.27.3 |
| 1031 | 2026-09-18T16:26:58.756Z | Downloaded libxml v0.3.3 |
| 1032 | 2026-09-18T16:26:58.760Z | Downloaded primeorder v0.13.6 |
| 1033 | 2026-09-18T16:26:58.763Z | Downloaded structmeta-derive v0.3.0 |
| 1034 | 2026-09-18T16:26:58.763Z | Downloaded module-lattice v0.2.3 |
| 1035 | 2026-09-18T16:26:58.763Z | Downloaded newtype-uuid v1.3.2 |
| 1036 | 2026-09-18T16:26:58.763Z | Downloaded document-features v0.2.12 |
| 1037 | 2026-09-18T16:26:58.767Z | Downloaded litemap v0.8.1 |
| 1038 | 2026-09-18T16:26:58.770Z | Downloaded const_format v0.2.35 |
| 1039 | 2026-09-18T16:26:58.773Z | Downloaded zerocopy-derive v0.8.55 |
| 1040 | 2026-09-18T16:26:58.779Z | Downloaded papergrid v0.18.0 |
| 1041 | 2026-09-18T16:26:58.783Z | Downloaded unicode-properties v0.1.4 |
| 1042 | 2026-09-18T16:26:58.786Z | Downloaded encoding_rs v0.8.35 |
| 1043 | 2026-09-18T16:26:58.801Z | Downloaded lock_api v0.4.14 |
| 1044 | 2026-09-18T16:26:58.804Z | Downloaded derive_more v0.99.20 |
| 1045 | 2026-09-18T16:26:58.807Z | Downloaded topological-sort v0.2.2 |
| 1046 | 2026-09-18T16:26:58.807Z | Downloaded maybe-uninit v2.0.0 |
| 1047 | 2026-09-18T16:26:58.807Z | Downloaded primeorder v0.14.0 |
| 1048 | 2026-09-18T16:26:58.807Z | Downloaded hashbrown v0.16.1 |
| 1049 | 2026-09-18T16:26:58.816Z | Downloaded term v0.7.0 |
| 1050 | 2026-09-18T16:26:58.820Z | Downloaded signal-hook v0.3.18 |
| 1051 | 2026-09-18T16:26:58.820Z | Downloaded shell-words v1.1.1 |
| 1052 | 2026-09-18T16:26:58.820Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: OpenSSL/3.6.3: error:0A000126:SSL routines::unexpected eof while reading, errno 0) |
| 1053 | 2026-09-18T16:26:58.820Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1054 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1055 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1056 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1057 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1058 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1059 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1060 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1061 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1062 | 2026-09-18T16:26:58.821Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1063 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1064 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1065 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1066 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1067 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1068 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1069 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1070 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1071 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1072 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1073 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1074 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1075 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1076 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1077 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1078 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1079 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1080 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1081 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1082 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1083 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1084 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1085 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1086 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1087 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1088 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1089 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1090 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1091 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1092 | 2026-09-18T16:26:58.822Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1093 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1094 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1095 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1096 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1097 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1098 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1099 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1100 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1101 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1102 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1103 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1104 | 2026-09-18T16:26:58.823Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1105 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1106 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1107 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1108 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1109 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1110 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1111 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1112 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1113 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1114 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1115 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1116 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1117 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1118 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1119 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1120 | 2026-09-18T16:26:58.824Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1121 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1122 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1123 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1124 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1125 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1126 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1127 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1128 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1129 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1130 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1131 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1132 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1133 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1134 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1135 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1136 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1137 | 2026-09-18T16:26:58.825Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1138 | 2026-09-18T16:26:58.826Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1139 | 2026-09-18T16:26:58.826Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1140 | 2026-09-18T16:26:58.826Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1141 | 2026-09-18T16:26:58.826Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1142 | 2026-09-18T16:26:58.826Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1143 | 2026-09-18T16:26:58.826Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1144 | 2026-09-18T16:26:58.826Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1145 | 2026-09-18T16:26:58.827Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1146 | 2026-09-18T16:26:58.827Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1147 | 2026-09-18T16:26:58.827Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1148 | 2026-09-18T16:26:58.827Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1149 | 2026-09-18T16:26:58.827Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1150 | 2026-09-18T16:26:58.835Z | warning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0) |
| 1151 | 2026-09-18T16:26:58.835Z | Downloaded void v1.0.2 |
| 1152 | 2026-09-18T16:26:58.835Z | Downloaded csv-core v0.1.13 |
| 1153 | 2026-09-18T16:26:58.835Z | Downloaded tinyvec_macros v0.1.1 |
| 1154 | 2026-09-18T16:26:58.835Z | Downloaded universal-hash v0.6.1 |
| 1155 | 2026-09-18T16:26:58.835Z | Downloaded miniz_oxide v0.8.9 |
| 1156 | 2026-09-18T16:26:58.835Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1157 | 2026-09-18T16:26:58.835Z | Downloaded whoami v1.6.1 |
| 1158 | 2026-09-18T16:26:58.840Z | Downloaded pkcs8 v0.11.0 |
| 1159 | 2026-09-18T16:26:58.840Z | Downloaded libm v0.2.16 |
| 1160 | 2026-09-18T16:26:58.845Z | Downloaded darling_core v0.23.0 |
| 1161 | 2026-09-18T16:26:58.848Z | Downloaded unicode-bidi v0.3.18 |
| 1162 | 2026-09-18T16:26:58.851Z | Downloaded knus-derive v3.4.0 |
| 1163 | 2026-09-18T16:26:58.851Z | Downloaded trait-variant v0.1.2 |
| 1164 | 2026-09-18T16:26:58.851Z | Downloaded digest-io v0.1.0 |
| 1165 | 2026-09-18T16:26:58.851Z | Downloaded linked-hash-map v0.5.6 |
| 1166 | 2026-09-18T16:26:58.854Z | Downloaded lru v0.12.5 |
| 1167 | 2026-09-18T16:26:58.862Z | Downloaded rcgen v0.12.1 |
| 1168 | 2026-09-18T16:26:58.866Z | Downloaded aws-lc-rs v1.16.3 |
| 1169 | 2026-09-18T16:26:58.872Z | Downloaded libscf-sys v1.2.0 |
| 1170 | 2026-09-18T16:26:58.874Z | Downloaded predicates-core v1.0.10 |
| 1171 | 2026-09-18T16:26:58.874Z | Downloaded proc-macro-crate v3.4.0 |
| 1172 | 2026-09-18T16:26:58.874Z | Downloaded same-file v1.0.6 |
| 1173 | 2026-09-18T16:26:58.878Z | Downloaded p521 v0.14.0 |
| 1174 | 2026-09-18T16:26:58.878Z | Downloaded rustc-demangle v0.1.27 |
| 1175 | 2026-09-18T16:26:58.883Z | Downloaded slog-json v2.6.1 |
| 1176 | 2026-09-18T16:26:58.886Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1177 | 2026-09-18T16:26:58.886Z | Downloaded vergen-lib v0.1.6 |
| 1178 | 2026-09-18T16:26:58.889Z | Downloaded steno v0.4.1 |
| 1179 | 2026-09-18T16:26:58.889Z | Downloaded idna v1.1.0 |
| 1180 | 2026-09-18T16:26:58.891Z | Downloaded salsa20 v0.11.0 |
| 1181 | 2026-09-18T16:26:58.894Z | Downloaded tokio-util v0.7.18 |
| 1182 | 2026-09-18T16:26:58.897Z | Downloaded slog-async v2.8.0 |
| 1183 | 2026-09-18T16:26:58.900Z | Downloaded semver v0.1.20 |
| 1184 | 2026-09-18T16:26:58.900Z | Downloaded sha1 v0.10.6 |
| 1185 | 2026-09-18T16:26:58.902Z | Downloaded keccak v0.2.0 |
| 1186 | 2026-09-18T16:26:58.902Z | Downloaded hyper-staticfile v0.10.1 |
| 1187 | 2026-09-18T16:26:58.907Z | Downloaded itertools v0.14.0 |
| 1188 | 2026-09-18T16:26:58.910Z | Downloaded uuid v1.23.4 |
| 1189 | 2026-09-18T16:26:58.910Z | Downloaded winnow v1.0.3 |
| 1190 | 2026-09-18T16:26:58.915Z | Downloaded serde_with_macros v3.21.0 |
| 1191 | 2026-09-18T16:26:58.918Z | Downloaded ingot-macros v0.2.0 |
| 1192 | 2026-09-18T16:26:58.918Z | Downloaded itertools v0.15.0 |
| 1193 | 2026-09-18T16:26:58.922Z | Downloaded tower-service v0.3.3 |
| 1194 | 2026-09-18T16:26:58.926Z | Downloaded num-rational v0.4.2 |
| 1195 | 2026-09-18T16:26:58.927Z | Downloaded tls_codec v0.4.2 |
| 1196 | 2026-09-18T16:26:58.927Z | Downloaded derive_builder_core v0.20.2 |
| 1197 | 2026-09-18T16:26:58.932Z | Downloaded jobserver v0.1.34 |
| 1198 | 2026-09-18T16:26:58.932Z | Downloaded signal-hook-tokio v0.3.1 |
| 1199 | 2026-09-18T16:26:58.932Z | Downloaded unarray v0.1.4 |
| 1200 | 2026-09-18T16:26:58.932Z | Downloaded potential_utf v0.1.4 |
| 1201 | 2026-09-18T16:26:58.932Z | Downloaded rsa v0.9.10 |
| 1202 | 2026-09-18T16:26:58.940Z | Downloaded pkg-config v0.3.32 |
| 1203 | 2026-09-18T16:26:58.940Z | Downloaded sponge-cursor v0.1.0 |
| 1204 | 2026-09-18T16:26:58.945Z | Downloaded bitvec v1.0.1 |
| 1205 | 2026-09-18T16:26:58.949Z | Downloaded rfc6979 v0.4.0 |
| 1206 | 2026-09-18T16:26:58.959Z | Downloaded cstr-argument v0.1.2 |
| 1207 | 2026-09-18T16:26:58.959Z | Downloaded sync-ptr v0.1.4 |
| 1208 | 2026-09-18T16:26:58.959Z | Downloaded darling_macro v0.23.0 |
| 1209 | 2026-09-18T16:26:58.959Z | Downloaded rand_core v0.6.4 |
| 1210 | 2026-09-18T16:26:58.959Z | Downloaded new_debug_unreachable v1.0.6 |
| 1211 | 2026-09-18T16:26:58.959Z | Downloaded normalize-line-endings v0.3.0 |
| 1212 | 2026-09-18T16:26:58.959Z | Downloaded subtle v2.6.1 |
| 1213 | 2026-09-18T16:26:58.959Z | Downloaded term v1.2.1 |
| 1214 | 2026-09-18T16:26:59.010Z | Downloaded hyper v1.10.1 |
| 1215 | 2026-09-18T16:26:59.010Z | Downloaded regex v1.12.3 |
| 1216 | 2026-09-18T16:26:59.010Z | Downloaded rawzip v0.4.4 |
| 1217 | 2026-09-18T16:26:59.010Z | Downloaded drift v0.2.0 |
| 1218 | 2026-09-18T16:26:59.011Z | Downloaded num-traits v0.2.19 |
| 1219 | 2026-09-18T16:26:59.011Z | Downloaded md5 v0.8.0 |
| 1220 | 2026-09-18T16:26:59.011Z | Downloaded inout v0.2.2 |
| 1221 | 2026-09-18T16:26:59.011Z | Downloaded num-iter v0.1.45 |
| 1222 | 2026-09-18T16:26:59.011Z | Downloaded tokio-native-tls v0.3.1 |
| 1223 | 2026-09-18T16:26:59.011Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1224 | 2026-09-18T16:26:59.011Z | Downloaded constant_time_eq v0.4.2 |
| 1225 | 2026-09-18T16:26:59.011Z | Downloaded tracing-attributes v0.1.31 |
| 1226 | 2026-09-18T16:26:59.011Z | Downloaded bindgen v0.71.1 |
| 1227 | 2026-09-18T16:26:59.011Z | Downloaded lzss v0.8.2 |
| 1228 | 2026-09-18T16:26:59.011Z | Downloaded instability v0.3.11 |
| 1229 | 2026-09-18T16:26:59.011Z | Downloaded const_format_proc_macros v0.2.34 |
| 1230 | 2026-09-18T16:26:59.011Z | Downloaded num v0.4.3 |
| 1231 | 2026-09-18T16:26:59.011Z | Downloaded chrono v0.4.45 |
| 1232 | 2026-09-18T16:26:59.011Z | Downloaded indoc v2.0.7 |
| 1233 | 2026-09-18T16:26:59.011Z | Downloaded cpufeatures v0.3.0 |
| 1234 | 2026-09-18T16:26:59.011Z | Downloaded derive_builder_macro v0.20.2 |
| 1235 | 2026-09-18T16:26:59.011Z | Downloaded progenitor-macro v0.14.0 |
| 1236 | 2026-09-18T16:26:59.011Z | Downloaded portable-atomic v1.13.1 |
| 1237 | 2026-09-18T16:26:59.018Z | Downloaded phf v0.12.1 |
| 1238 | 2026-09-18T16:26:59.018Z | Downloaded signal-hook-mio v0.2.5 |
| 1239 | 2026-09-18T16:26:59.018Z | Downloaded mio v1.2.0 |
| 1240 | 2026-09-18T16:26:59.018Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1241 | 2026-09-18T16:26:59.018Z | Downloaded darling v0.13.4 |
| 1242 | 2026-09-18T16:26:59.018Z | Downloaded peg v0.8.5 |
| 1243 | 2026-09-18T16:26:59.018Z | Downloaded uzers v0.12.2 |
| 1244 | 2026-09-18T16:26:59.018Z | Downloaded yoke v0.8.1 |
| 1245 | 2026-09-18T16:26:59.023Z | Downloaded tiny-keccak v2.0.2 |
| 1246 | 2026-09-18T16:26:59.023Z | Downloaded serde-hex v0.1.0 |
| 1247 | 2026-09-18T16:26:59.023Z | Downloaded indicatif v0.18.4 |
| 1248 | 2026-09-18T16:26:59.023Z | Downloaded digest v0.11.3 |
| 1249 | 2026-09-18T16:26:59.023Z | Downloaded ingot v0.2.1 |
| 1250 | 2026-09-18T16:26:59.026Z | Downloaded darling v0.21.3 |
| 1251 | 2026-09-18T16:26:59.026Z | Downloaded parking_lot v0.12.5 |
| 1252 | 2026-09-18T16:26:59.026Z | Downloaded slog v2.8.2 |
| 1253 | 2026-09-18T16:26:59.029Z | Downloaded scroll v0.13.0 |
| 1254 | 2026-09-18T16:26:59.029Z | Downloaded miette-derive v7.6.0 |
| 1255 | 2026-09-18T16:26:59.032Z | Downloaded libloading v0.8.9 |
| 1256 | 2026-09-18T16:26:59.032Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1257 | 2026-09-18T16:26:59.035Z | Downloaded proc-macro-error2 v2.0.1 |
| 1258 | 2026-09-18T16:26:59.035Z | Downloaded rpassword v7.5.4 |
| 1259 | 2026-09-18T16:26:59.039Z | Downloaded ecdsa v0.16.9 |
| 1260 | 2026-09-18T16:26:59.039Z | Downloaded nanorand v0.7.0 |
| 1261 | 2026-09-18T16:26:59.039Z | Downloaded rsa v0.10.0-rc.18 |
| 1262 | 2026-09-18T16:26:59.042Z | Downloaded ed25519 v3.0.0 |
| 1263 | 2026-09-18T16:26:59.045Z | Downloaded cookie_store v0.22.1 |
| 1264 | 2026-09-18T16:26:59.055Z | Downloaded unsafe-libyaml v0.2.11 |
| 1265 | 2026-09-18T16:26:59.058Z | Downloaded zerovec v0.11.5 |
| 1266 | 2026-09-18T16:26:59.063Z | Downloaded delegate v0.13.5 |
| 1267 | 2026-09-18T16:26:59.063Z | Downloaded petname v2.0.2 |
| 1268 | 2026-09-18T16:26:59.067Z | Downloaded spin v0.9.8 |
| 1269 | 2026-09-18T16:26:59.070Z | Downloaded blake3 v1.8.5 |
| 1270 | 2026-09-18T16:26:59.074Z | Downloaded elliptic-curve v0.13.8 |
| 1271 | 2026-09-18T16:26:59.085Z | Downloaded darling_core v0.13.4 |
| 1272 | 2026-09-18T16:26:59.089Z | Downloaded schemars v0.8.22 |
| 1273 | 2026-09-18T16:26:59.089Z | Downloaded itertools v0.12.1 |
| 1274 | 2026-09-18T16:26:59.092Z | Downloaded ml-kem v0.3.2 |
| 1275 | 2026-09-18T16:26:59.092Z | Downloaded p384 v0.13.1 |
| 1276 | 2026-09-18T16:26:59.098Z | Downloaded snafu v0.8.9 |
| 1277 | 2026-09-18T16:26:59.101Z | Downloaded nom v8.0.0 |
| 1278 | 2026-09-18T16:26:59.104Z | Downloaded subprocess v0.2.15 |
| 1279 | 2026-09-18T16:26:59.104Z | Downloaded hyper-util v0.1.20 |
| 1280 | 2026-09-18T16:26:59.107Z | Downloaded derive-where v1.6.0 |
| 1281 | 2026-09-18T16:26:59.110Z | Downloaded lalrpop v0.19.12 |
| 1282 | 2026-09-18T16:26:59.116Z | Downloaded ed25519-dalek v2.2.0 |
| 1283 | 2026-09-18T16:26:59.119Z | Downloaded smoltcp v0.9.1 |
| 1284 | 2026-09-18T16:26:59.124Z | Downloaded socket2 v0.5.10 |
| 1285 | 2026-09-18T16:26:59.127Z | Downloaded tar v0.4.46 |
| 1286 | 2026-09-18T16:26:59.131Z | Downloaded p384 v0.14.0 |
| 1287 | 2026-09-18T16:26:59.131Z | Downloaded pin-project v1.1.11 |
| 1288 | 2026-09-18T16:26:59.136Z | Downloaded icu_normalizer v2.1.1 |
| 1289 | 2026-09-18T16:26:59.139Z | Downloaded knus v3.4.0 |
| 1290 | 2026-09-18T16:26:59.142Z | Downloaded zerocopy v0.6.6 |
| 1291 | 2026-09-18T16:26:59.142Z | Downloaded itertools v0.13.0 |
| 1292 | 2026-09-18T16:26:59.147Z | Downloaded quinn v0.11.11 |
| 1293 | 2026-09-18T16:26:59.151Z | Downloaded zip v0.6.6 |
| 1294 | 2026-09-18T16:26:59.154Z | Downloaded yansi v1.0.1 |
| 1295 | 2026-09-18T16:26:59.154Z | Downloaded qorb v0.4.1 |
| 1296 | 2026-09-18T16:26:59.156Z | Downloaded samael v0.0.19 |
| 1297 | 2026-09-18T16:26:59.159Z | Downloaded crossbeam-channel v0.5.15 |
| 1298 | 2026-09-18T16:26:59.162Z | Downloaded publicsuffix v2.3.0 |
| 1299 | 2026-09-18T16:26:59.162Z | Downloaded diesel_derives v2.3.7 |
| 1300 | 2026-09-18T16:26:59.166Z | Downloaded serde_with v3.21.0 |
| 1301 | 2026-09-18T16:26:59.174Z | Downloaded itertools v0.10.5 |
| 1302 | 2026-09-18T16:26:59.178Z | Downloaded iri-string v0.7.10 |
| 1303 | 2026-09-18T16:26:59.182Z | Downloaded rand v0.10.1 |
| 1304 | 2026-09-18T16:26:59.186Z | Downloaded der v0.8.0 |
| 1305 | 2026-09-18T16:26:59.189Z | Downloaded rustix v0.38.44 |
| 1306 | 2026-09-18T16:26:59.204Z | Downloaded jiff-core v0.1.0 |
| 1307 | 2026-09-18T16:26:59.209Z | Downloaded iddqd v0.4.2 |
| 1308 | 2026-09-18T16:26:59.209Z | Downloaded salty v0.3.0 |
| 1309 | 2026-09-18T16:26:59.213Z | Downloaded openssl v0.10.80 |
| 1310 | 2026-09-18T16:26:59.220Z | Downloaded reqwest v0.13.2 |
| 1311 | 2026-09-18T16:26:59.227Z | Downloaded miette v7.6.0 |
| 1312 | 2026-09-18T16:26:59.227Z | Downloaded nix v0.27.1 |
| 1313 | 2026-09-18T16:26:59.230Z | Downloaded bstr v1.12.1 |
| 1314 | 2026-09-18T16:26:59.233Z | Downloaded time v0.3.47 |
| 1315 | 2026-09-18T16:26:59.241Z | Downloaded object v0.30.4 |
| 1316 | 2026-09-18T16:26:59.247Z | Downloaded regress v0.10.5 |
| 1317 | 2026-09-18T16:26:59.252Z | Downloaded polar-core v0.27.3 |
| 1318 | 2026-09-18T16:26:59.255Z | Downloaded zerocopy v0.8.55 |
| 1319 | 2026-09-18T16:26:59.266Z | Downloaded dropshot v0.17.1 |
| 1320 | 2026-09-18T16:26:59.282Z | Downloaded nix v0.28.0 |
| 1321 | 2026-09-18T16:26:59.288Z | Downloaded object v0.37.3 |
| 1322 | 2026-09-18T16:26:59.292Z | Downloaded crossterm v0.29.0 |
| 1323 | 2026-09-18T16:26:59.295Z | Downloaded crypto-bigint v0.7.5 |
| 1324 | 2026-09-18T16:26:59.303Z | Downloaded tabled v0.21.0 |
| 1325 | 2026-09-18T16:26:59.315Z | Downloaded csv v1.4.0 |
| 1326 | 2026-09-18T16:26:59.325Z | Downloaded regex-syntax v0.8.10 |
| 1327 | 2026-09-18T16:26:59.329Z | Downloaded syn v3.0.3 |
| 1328 | 2026-09-18T16:26:59.336Z | Downloaded regex-syntax v0.6.29 |
| 1329 | 2026-09-18T16:26:59.339Z | Downloaded object v0.39.1 |
| 1330 | 2026-09-18T16:26:59.346Z | Downloaded curve25519-dalek v4.1.3 |
| 1331 | 2026-09-18T16:26:59.411Z | Downloaded termtree v0.5.1 |
| 1332 | 2026-09-18T16:26:59.415Z | Downloaded password-hash v0.6.1 |
| 1333 | 2026-09-18T16:26:59.419Z | Downloaded path-slash v0.1.5 |
| 1334 | 2026-09-18T16:26:59.428Z | Downloaded sha3 v0.11.0 |
| 1335 | 2026-09-18T16:26:59.442Z | Downloaded stringprep v0.1.5 |
| 1336 | 2026-09-18T16:26:59.462Z | Downloaded chrono-tz v0.10.4 |
| 1337 | 2026-09-18T16:26:59.473Z | Downloaded utf8_iter v1.0.4 |
| 1338 | 2026-09-18T16:26:59.476Z | Downloaded icu_normalizer_data v2.1.1 |
| 1339 | 2026-09-18T16:26:59.482Z | Downloaded pretty_assertions v1.4.1 |
| 1340 | 2026-09-18T16:26:59.516Z | Downloaded diesel v2.3.7 |
| 1341 | 2026-09-18T16:26:59.528Z | Downloaded oxnet v0.1.6 |
| 1342 | 2026-09-18T16:26:59.532Z | Downloaded ratatui v0.29.0 |
| 1343 | 2026-09-18T16:26:59.540Z | Downloaded tracing v0.1.44 |
| 1344 | 2026-09-18T16:26:59.552Z | Downloaded xshell v0.2.7 |
| 1345 | 2026-09-18T16:26:59.555Z | Downloaded darling_core v0.20.11 |
| 1346 | 2026-09-18T16:26:59.558Z | Downloaded tokio-rustls v0.26.4 |
| 1347 | 2026-09-18T16:26:59.558Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1348 | 2026-09-18T16:26:59.563Z | Downloaded typify-impl v0.6.2 |
| 1349 | 2026-09-18T16:26:59.572Z | Downloaded reedline v0.40.0 |
| 1350 | 2026-09-18T16:26:59.576Z | Downloaded sync_wrapper v1.0.2 |
| 1351 | 2026-09-18T16:26:59.579Z | Downloaded convert_case v0.10.0 |
| 1352 | 2026-09-18T16:26:59.625Z | Downloaded phf_shared v0.12.1 |
| 1353 | 2026-09-18T16:26:59.628Z | Downloaded wait-timeout v0.2.1 |
| 1354 | 2026-09-18T16:26:59.640Z | Downloaded moka v0.12.13 |
| 1355 | 2026-09-18T16:26:59.655Z | Downloaded regex-automata v0.4.14 |
| 1356 | 2026-09-18T16:26:59.686Z | Downloaded jiff v0.2.34 |
| 1357 | 2026-09-18T16:26:59.700Z | Downloaded crypto-bigint v0.5.5 |
| 1358 | 2026-09-18T16:26:59.703Z | Downloaded serde_bytes v0.11.19 |
| 1359 | 2026-09-18T16:26:59.703Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1360 | 2026-09-18T16:26:59.711Z | Downloaded typify v0.6.2 |
| 1361 | 2026-09-18T16:26:59.723Z | Downloaded crc-catalog v2.4.0 |
| 1362 | 2026-09-18T16:26:59.727Z | Downloaded vcpkg v0.2.15 |
| 1363 | 2026-09-18T16:26:59.747Z | Downloaded prefix-trie v0.7.0 |
| 1364 | 2026-09-18T16:26:59.750Z | Downloaded parse-display v0.10.0 |
| 1365 | 2026-09-18T16:26:59.750Z | Downloaded russh v0.62.4 |
| 1366 | 2026-09-18T16:26:59.754Z | Downloaded vte v0.14.1 |
| 1367 | 2026-09-18T16:26:59.757Z | Downloaded petgraph v0.6.5 |
| 1368 | 2026-09-18T16:26:59.766Z | Downloaded sapling-renderdag v0.1.0 |
| 1369 | 2026-09-18T16:26:59.771Z | Downloaded dyn-clone v1.0.20 |
| 1370 | 2026-09-18T16:26:59.781Z | Downloaded zerofrom-derive v0.1.6 |
| 1371 | 2026-09-18T16:26:59.785Z | Downloaded predicates-tree v1.0.13 |
| 1372 | 2026-09-18T16:26:59.795Z | Downloaded openapiv3 v2.2.0 |
| 1373 | 2026-09-18T16:26:59.801Z | Downloaded tokio v1.52.1 |
| 1374 | 2026-09-18T16:26:59.830Z | Downloaded libz-sys v1.1.24 |
| 1375 | 2026-09-18T16:26:59.840Z | Downloaded icu_properties v2.1.2 |
| 1376 | 2026-09-18T16:26:59.844Z | Downloaded url v2.5.8 |
| 1377 | 2026-09-18T16:26:59.844Z | Downloaded sled v0.34.7 |
| 1378 | 2026-09-18T16:26:59.848Z | Downloaded petgraph v0.8.3 |
| 1379 | 2026-09-18T16:26:59.860Z | Downloaded strum v0.27.2 |
| 1380 | 2026-09-18T16:26:59.863Z | Downloaded rustc_version v0.1.7 |
| 1381 | 2026-09-18T16:26:59.863Z | Downloaded rayon v1.11.0 |
| 1382 | 2026-09-18T16:26:59.866Z | Downloaded nom v7.1.3 |
| 1383 | 2026-09-18T16:26:59.873Z | Downloaded regress v0.11.1 |
| 1384 | 2026-09-18T16:26:59.877Z | Downloaded rand_chacha v0.3.1 |
| 1385 | 2026-09-18T16:26:59.883Z | Downloaded winnow v0.6.26 |
| 1386 | 2026-09-18T16:26:59.893Z | Downloaded oxide-generation v0.1.3 |
| 1387 | 2026-09-18T16:26:59.898Z | Downloaded zerocopy-derive v0.6.6 |
| 1388 | 2026-09-18T16:26:59.904Z | Downloaded proptest v1.11.0 |
| 1389 | 2026-09-18T16:26:59.908Z | Downloaded rand_seeder v0.4.0 |
| 1390 | 2026-09-18T16:26:59.920Z | Downloaded daft v0.1.8 |
| 1391 | 2026-09-18T16:26:59.925Z | Downloaded http-body-util v0.1.3 |
| 1392 | 2026-09-18T16:26:59.949Z | Downloaded humantime v2.3.0 |
| 1393 | 2026-09-18T16:26:59.952Z | Downloaded sha3 v0.12.0 |
| 1394 | 2026-09-18T16:26:59.955Z | Downloaded serde_with v1.14.0 |
| 1395 | 2026-09-18T16:26:59.965Z | Downloaded zip v4.6.1 |
| 1396 | 2026-09-18T16:26:59.972Z | Downloaded pem v3.0.6 |
| 1397 | 2026-09-18T16:26:59.975Z | Downloaded linear-map v1.2.0 |
| 1398 | 2026-09-18T16:26:59.975Z | Downloaded jiff-static v0.2.34 |
| 1399 | 2026-09-18T16:26:59.993Z | Downloaded darling_macro v0.21.3 |
| 1400 | 2026-09-18T16:26:59.996Z | Downloaded managed v0.8.0 |
| 1401 | 2026-09-18T16:27:00.006Z | Downloaded serde_tokenstream v0.3.0 |
| 1402 | 2026-09-18T16:27:00.015Z | Downloaded smoltcp v0.11.0 |
| 1403 | 2026-09-18T16:27:00.024Z | Downloaded russh-cryptovec v0.62.0 |
| 1404 | 2026-09-18T16:27:00.041Z | Downloaded ppv-lite86 v0.2.21 |
| 1405 | 2026-09-18T16:27:00.099Z | Downloaded pbkdf2 v0.13.0 |
| 1406 | 2026-09-18T16:27:00.115Z | Downloaded darling_core v0.21.3 |
| 1407 | 2026-09-18T16:27:00.119Z | Downloaded vsss-rs v3.3.4 |
| 1408 | 2026-09-18T16:27:00.123Z | Downloaded rayon-core v1.13.0 |
| 1409 | 2026-09-18T16:27:00.123Z | Downloaded thread_local v1.1.9 |
| 1410 | 2026-09-18T16:27:00.130Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1411 | 2026-09-18T16:27:00.137Z | Downloaded rustls-native-certs v0.8.3 |
| 1412 | 2026-09-18T16:27:00.140Z | Downloaded path-slash v0.2.1 |
| 1413 | 2026-09-18T16:27:00.147Z | Downloaded strum_macros v0.24.3 |
| 1414 | 2026-09-18T16:27:00.151Z | Downloaded password-hash v0.5.0 |
| 1415 | 2026-09-18T16:27:00.171Z | Downloaded ring v0.17.14 |
| 1416 | 2026-09-18T16:27:00.196Z | Downloaded rand v0.9.2 |
| 1417 | 2026-09-18T16:27:00.198Z | Downloaded spki v0.8.0 |
| 1418 | 2026-09-18T16:27:00.204Z | Downloaded writeable v0.6.2 |
| 1419 | 2026-09-18T16:27:00.204Z | Downloaded curve25519-dalek v5.0.0 |
| 1420 | 2026-09-18T16:27:00.207Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1421 | 2026-09-18T16:27:00.211Z | Downloaded toml_edit v0.19.15 |
| 1422 | 2026-09-18T16:27:00.217Z | Downloaded num-complex v0.4.6 |
| 1423 | 2026-09-18T16:27:00.220Z | Downloaded predicates v3.1.4 |
| 1424 | 2026-09-18T16:27:00.225Z | Downloaded crossbeam-epoch v0.9.18 |
| 1425 | 2026-09-18T16:27:00.244Z | Downloaded typify-macro v0.6.2 |
| 1426 | 2026-09-18T16:27:00.247Z | Downloaded serde_plain v1.0.2 |
| 1427 | 2026-09-18T16:27:00.251Z | Downloaded litrs v1.0.0 |
| 1428 | 2026-09-18T16:27:00.254Z | Downloaded unicode-normalization v0.1.25 |
| 1429 | 2026-09-18T16:27:00.261Z | Downloaded whoami v2.1.0 |
| 1430 | 2026-09-18T16:27:00.264Z | Downloaded sec1 v0.8.1 |
| 1431 | 2026-09-18T16:27:00.286Z | Downloaded num-bigint v0.4.6 |
| 1432 | 2026-09-18T16:27:00.289Z | Downloaded zstd v0.13.3 |
| 1433 | 2026-09-18T16:27:00.302Z | Downloaded schemars_derive v0.8.22 |
| 1434 | 2026-09-18T16:27:00.313Z | Downloaded rustls v0.23.41 |
| 1435 | 2026-09-18T16:27:00.333Z | Downloaded thread-id v5.1.0 |
| 1436 | 2026-09-18T16:27:00.336Z | Downloaded mime_guess v2.0.5 |
| 1437 | 2026-09-18T16:27:00.351Z | Downloaded minimal-lexical v0.2.1 |
| 1438 | 2026-09-18T16:27:00.366Z | Downloaded defmt-parser v1.0.0 |
| 1439 | 2026-09-18T16:27:00.371Z | Downloaded parking_lot_core v0.9.12 |
| 1440 | 2026-09-18T16:27:00.378Z | Downloaded zlib-rs v0.6.2 |
| 1441 | 2026-09-18T16:27:00.381Z | Downloaded toml v0.7.8 |
| 1442 | 2026-09-18T16:27:00.490Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1443 | 2026-09-18T16:27:00.521Z | Downloaded sha3 v0.10.8 |
| 1444 | 2026-09-18T16:27:00.836Z | Downloaded aws-lc-sys v0.40.0 |
| 1445 | 2026-09-18T16:27:01.105Z | Compiling serde_core v1.0.228 |
| 1446 | 2026-09-18T16:27:01.105Z | Compiling libc v0.2.185 |
| 1447 | 2026-09-18T16:27:01.105Z | Compiling serde v1.0.228 |
| 1448 | 2026-09-18T16:27:01.116Z | Compiling log v0.4.33 |
| 1449 | 2026-09-18T16:27:01.116Z | Compiling smallvec v1.15.1 |
| 1450 | 2026-09-18T16:27:01.116Z | Compiling subtle v2.6.1 |
| 1451 | 2026-09-18T16:27:01.116Z | Compiling shlex v1.3.0 |
| 1452 | 2026-09-18T16:27:01.116Z | Compiling find-msvc-tools v0.1.9 |
| 1453 | 2026-09-18T16:27:01.305Z | Compiling typenum v1.20.1 |
| 1454 | 2026-09-18T16:27:01.317Z | Compiling scopeguard v1.2.0 |
| 1455 | 2026-09-18T16:27:01.320Z | Compiling stable_deref_trait v1.2.1 |
| 1456 | 2026-09-18T16:27:01.320Z | Compiling portable-atomic v1.13.1 |
| 1457 | 2026-09-18T16:27:01.320Z | Compiling serde_json v1.0.151 |
| 1458 | 2026-09-18T16:27:01.349Z | Compiling zerocopy v0.8.55 |
| 1459 | 2026-09-18T16:27:01.370Z | Compiling syn v2.0.117 |
| 1460 | 2026-09-18T16:27:01.383Z | Compiling critical-section v1.2.0 |
| 1461 | 2026-09-18T16:27:01.426Z | Compiling libm v0.2.16 |
| 1462 | 2026-09-18T16:27:01.492Z | Compiling lock_api v0.4.14 |
| 1463 | 2026-09-18T16:27:01.504Z | Compiling num-traits v0.2.19 |
| 1464 | 2026-09-18T16:27:01.518Z | Compiling pkg-config v0.3.32 |
| 1465 | 2026-09-18T16:27:01.533Z | Compiling parking_lot_core v0.9.12 |
| 1466 | 2026-09-18T16:27:01.590Z | Compiling getrandom v0.4.3 |
| 1467 | 2026-09-18T16:27:01.649Z | Compiling pin-project-lite v0.2.17 |
| 1468 | 2026-09-18T16:27:01.683Z | Compiling rand_core v0.10.0 |
| 1469 | 2026-09-18T16:27:01.723Z | Compiling futures-core v0.3.32 |
| 1470 | 2026-09-18T16:27:01.824Z | Compiling percent-encoding v2.3.2 |
| 1471 | 2026-09-18T16:27:01.836Z | Compiling writeable v0.6.2 |
| 1472 | 2026-09-18T16:27:01.843Z | Compiling foldhash v0.2.0 |
| 1473 | 2026-09-18T16:27:01.868Z | Compiling litemap v0.8.1 |
| 1474 | 2026-09-18T16:27:01.928Z | Compiling icu_properties_data v2.1.2 |
| 1475 | 2026-09-18T16:27:01.953Z | Compiling icu_normalizer_data v2.1.1 |
| 1476 | 2026-09-18T16:27:01.984Z | Compiling generic-array v0.14.7 |
| 1477 | 2026-09-18T16:27:01.984Z | Compiling const-oid v0.9.6 |
| 1478 | 2026-09-18T16:27:02.011Z | Compiling getrandom v0.3.4 |
| 1479 | 2026-09-18T16:27:02.025Z | Compiling hashbrown v0.17.0 |
| 1480 | 2026-09-18T16:27:02.075Z | Compiling rustix v1.1.4 |
| 1481 | 2026-09-18T16:27:02.089Z | Compiling futures-sink v0.3.32 |
| 1482 | 2026-09-18T16:27:02.089Z | Compiling slab v0.4.12 |
| 1483 | 2026-09-18T16:27:02.201Z | Compiling futures-channel v0.3.32 |
| 1484 | 2026-09-18T16:27:02.229Z | Compiling utf8_iter v1.0.4 |
| 1485 | 2026-09-18T16:27:02.259Z | Compiling errno v0.3.14 |
| 1486 | 2026-09-18T16:27:02.262Z | Compiling jobserver v0.1.34 |
| 1487 | 2026-09-18T16:27:02.284Z | Compiling getrandom v0.2.17 |
| 1488 | 2026-09-18T16:27:02.393Z | Compiling signal-hook-registry v1.4.8 |
| 1489 | 2026-09-18T16:27:02.434Z | Compiling rand_core v0.6.4 |
| 1490 | 2026-09-18T16:27:02.451Z | Compiling mio v1.2.0 |
| 1491 | 2026-09-18T16:27:02.488Z | Compiling cc v1.2.56 |
| 1492 | 2026-09-18T16:27:02.520Z | Compiling once_cell v1.21.3 |
| 1493 | 2026-09-18T16:27:02.578Z | Compiling parking_lot v0.12.5 |
| 1494 | 2026-09-18T16:27:02.656Z | Compiling socket2 v0.6.3 |
| 1495 | 2026-09-18T16:27:02.707Z | Compiling futures-io v0.3.32 |
| 1496 | 2026-09-18T16:27:02.710Z | Compiling futures-task v0.3.32 |
| 1497 | 2026-09-18T16:27:02.761Z | Compiling form_urlencoded v1.2.2 |
| 1498 | 2026-09-18T16:27:02.789Z | Compiling cmov v0.5.4 |
| 1499 | 2026-09-18T16:27:02.805Z | Compiling rustversion v1.0.22 |
| 1500 | 2026-09-18T16:27:02.824Z | Compiling iana-time-zone v0.1.65 |
| 1501 | 2026-09-18T16:27:02.878Z | Compiling base64ct v1.8.3 |
| 1502 | 2026-09-18T16:27:02.914Z | Compiling flagset v0.4.7 |
| 1503 | 2026-09-18T16:27:02.928Z | Compiling regex-syntax v0.8.10 |
| 1504 | 2026-09-18T16:27:02.963Z | Compiling dunce v1.0.5 |
| 1505 | 2026-09-18T16:27:03.003Z | Compiling ctutils v0.4.2 |
| 1506 | 2026-09-18T16:27:03.009Z | Compiling ident_case v1.0.1 |
| 1507 | 2026-09-18T16:27:03.026Z | Compiling fs_extra v1.3.0 |
| 1508 | 2026-09-18T16:27:03.029Z | Compiling syn v1.0.109 |
| 1509 | 2026-09-18T16:27:03.056Z | Compiling base64 v0.22.1 |
| 1510 | 2026-09-18T16:27:03.071Z | Compiling vcpkg v0.2.15 |
| 1511 | 2026-09-18T16:27:03.090Z | Compiling tracing-core v0.1.36 |
| 1512 | 2026-09-18T16:27:03.104Z | Compiling schemars v0.8.22 |
| 1513 | 2026-09-18T16:27:03.158Z | Compiling pem-rfc7468 v0.7.0 |
| 1514 | 2026-09-18T16:27:03.166Z | Compiling dyn-clone v1.0.20 |
| 1515 | 2026-09-18T16:27:03.198Z | Compiling crc32fast v1.5.0 |
| 1516 | 2026-09-18T16:27:03.280Z | Compiling cmake v0.1.57 |
| 1517 | 2026-09-18T16:27:03.313Z | Compiling aws-lc-rs v1.16.3 |
| 1518 | 2026-09-18T16:27:03.328Z | Compiling rand_core v0.9.5 |
| 1519 | 2026-09-18T16:27:03.369Z | Compiling spin v0.9.8 |
| 1520 | 2026-09-18T16:27:03.406Z | Compiling tinyvec_macros v0.1.1 |
| 1521 | 2026-09-18T16:27:03.446Z | Compiling httparse v1.10.1 |
| 1522 | 2026-09-18T16:27:03.476Z | Compiling openssl-probe v0.2.1 |
| 1523 | 2026-09-18T16:27:03.494Z | Compiling tinyvec v1.10.0 |
| 1524 | 2026-09-18T16:27:03.616Z | Compiling aho-corasick v1.1.4 |
| 1525 | 2026-09-18T16:27:03.639Z | Compiling bitflags v2.11.0 |
| 1526 | 2026-09-18T16:27:03.684Z | Compiling semver v1.0.28 |
| 1527 | 2026-09-18T16:27:03.700Z | Compiling indexmap v2.14.0 |
| 1528 | 2026-09-18T16:27:03.730Z | Compiling uuid v1.23.4 |
| 1529 | 2026-09-18T16:27:03.798Z | Compiling tower-service v0.3.3 |
| 1530 | 2026-09-18T16:27:03.852Z | Compiling try-lock v0.2.5 |
| 1531 | 2026-09-18T16:27:03.903Z | Compiling atomic-waker v1.1.2 |
| 1532 | 2026-09-18T16:27:03.916Z | Compiling rustc_version v0.4.1 |
| 1533 | 2026-09-18T16:27:03.919Z | Compiling radium v0.7.0 |
| 1534 | 2026-09-18T16:27:03.943Z | Compiling untrusted v0.7.1 |
| 1535 | 2026-09-18T16:27:03.946Z | Compiling unicode-segmentation v1.12.0 |
| 1536 | 2026-09-18T16:27:03.975Z | Compiling simd-adler32 v0.3.8 |
| 1537 | 2026-09-18T16:27:04.049Z | Compiling tower-layer v0.3.3 |
| 1538 | 2026-09-18T16:27:04.052Z | Compiling want v0.3.1 |
| 1539 | 2026-09-18T16:27:04.192Z | Compiling aws-lc-sys v0.40.0 |
| 1540 | 2026-09-18T16:27:04.233Z | Compiling openssl-sys v0.9.117 |
| 1541 | 2026-09-18T16:27:04.262Z | Compiling httpdate v1.0.3 |
| 1542 | 2026-09-18T16:27:04.265Z | Compiling adler2 v2.0.1 |
| 1543 | 2026-09-18T16:27:04.265Z | Compiling untrusted v0.9.0 |
| 1544 | 2026-09-18T16:27:04.308Z | Compiling cpufeatures v0.2.17 |
| 1545 | 2026-09-18T16:27:04.382Z | Compiling foreign-types-shared v0.1.1 |
| 1546 | 2026-09-18T16:27:04.397Z | Compiling openssl v0.10.80 |
| 1547 | 2026-09-18T16:27:04.418Z | Compiling const-oid v0.10.2 |
| 1548 | 2026-09-18T16:27:04.435Z | Compiling maybe-uninit v2.0.0 |
| 1549 | 2026-09-18T16:27:04.443Z | Compiling tap v1.0.1 |
| 1550 | 2026-09-18T16:27:04.443Z | Compiling rustls v0.23.41 |
| 1551 | 2026-09-18T16:27:04.477Z | Compiling foreign-types v0.3.2 |
| 1552 | 2026-09-18T16:27:04.489Z | Compiling synstructure v0.13.2 |
| 1553 | 2026-09-18T16:27:04.519Z | Compiling serde_derive_internals v0.29.1 |
| 1554 | 2026-09-18T16:27:04.562Z | Compiling pest_generator v2.8.6 |
| 1555 | 2026-09-18T16:27:04.578Z | Compiling regex-automata v0.4.14 |
| 1556 | 2026-09-18T16:27:04.650Z | Compiling darling_core v0.20.11 |
| 1557 | 2026-09-18T16:27:04.673Z | Compiling wyz v0.5.1 |
| 1558 | 2026-09-18T16:27:04.690Z | Compiling miniz_oxide v0.8.9 |
| 1559 | 2026-09-18T16:27:04.834Z | Compiling tempfile v3.27.0 |
| 1560 | 2026-09-18T16:27:04.880Z | Compiling terminal_size v0.4.3 |
| 1561 | 2026-09-18T16:27:05.070Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1562 | 2026-09-18T16:27:05.086Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1563 | 2026-09-18T16:27:05.119Z | Compiling unicode-normalization v0.1.25 |
| 1564 | 2026-09-18T16:27:05.144Z | Compiling num-integer v0.1.46 |
| 1565 | 2026-09-18T16:27:05.248Z | Compiling wait-timeout v0.2.1 |
| 1566 | 2026-09-18T16:27:05.344Z | Compiling socket2 v0.5.10 |
| 1567 | 2026-09-18T16:27:05.359Z | Compiling ahash v0.8.12 |
| 1568 | 2026-09-18T16:27:05.443Z | Compiling funty v2.0.0 |
| 1569 | 2026-09-18T16:27:05.459Z | Compiling native-tls v0.2.18 |
| 1570 | 2026-09-18T16:27:05.462Z | Compiling packed_struct v0.10.1 |
| 1571 | 2026-09-18T16:27:05.486Z | Compiling powerfmt v0.2.0 |
| 1572 | 2026-09-18T16:27:05.499Z | Compiling quick-error v1.2.3 |
| 1573 | 2026-09-18T16:27:05.531Z | Compiling num-conv v0.2.0 |
| 1574 | 2026-09-18T16:27:05.561Z | Compiling bit-vec v0.8.0 |
| 1575 | 2026-09-18T16:27:05.573Z | Compiling time-core v0.1.8 |
| 1576 | 2026-09-18T16:27:05.635Z | Compiling cpufeatures v0.3.0 |
| 1577 | 2026-09-18T16:27:05.659Z | Compiling num-bigint-dig v0.8.6 |
| 1578 | 2026-09-18T16:27:05.669Z | Compiling clap_builder v4.6.0 |
| 1579 | 2026-09-18T16:27:05.720Z | Compiling deranged v0.5.8 |
| 1580 | 2026-09-18T16:27:05.736Z | Compiling rusty-fork v0.3.1 |
| 1581 | 2026-09-18T16:27:05.766Z | Compiling bit-set v0.8.0 |
| 1582 | 2026-09-18T16:27:05.770Z | Compiling time-macros v0.2.27 |
| 1583 | 2026-09-18T16:27:05.829Z | Compiling bitvec v1.0.1 |
| 1584 | 2026-09-18T16:27:05.872Z | Compiling num-iter v0.1.45 |
| 1585 | 2026-09-18T16:27:05.944Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-09-18T16:27:05.991Z | Compiling rand_xorshift v0.4.0 |
| 1587 | 2026-09-18T16:27:06.005Z | Compiling sync_wrapper v1.0.2 |
| 1588 | 2026-09-18T16:27:06.048Z | Compiling indexmap v1.9.3 |
| 1589 | 2026-09-18T16:27:06.119Z | Compiling nodrop v0.1.14 |
| 1590 | 2026-09-18T16:27:06.122Z | Compiling object v0.37.3 |
| 1591 | 2026-09-18T16:27:06.129Z | Compiling paste v1.0.15 |
| 1592 | 2026-09-18T16:27:06.174Z | Compiling siphasher v1.0.2 |
| 1593 | 2026-09-18T16:27:06.200Z | Compiling crossbeam-utils v0.8.21 |
| 1594 | 2026-09-18T16:27:06.291Z | Compiling usdt-impl v0.6.0 |
| 1595 | 2026-09-18T16:27:06.356Z | Compiling serde_derive v1.0.228 |
| 1596 | 2026-09-18T16:27:06.384Z | Compiling zeroize_derive v1.5.0 |
| 1597 | 2026-09-18T16:27:06.417Z | Compiling zerofrom-derive v0.1.6 |
| 1598 | 2026-09-18T16:27:06.449Z | Compiling yoke-derive v0.8.1 |
| 1599 | 2026-09-18T16:27:06.538Z | Compiling zerovec-derive v0.11.2 |
| 1600 | 2026-09-18T16:27:06.551Z | Compiling zerocopy-derive v0.8.55 |
| 1601 | 2026-09-18T16:27:06.799Z | Compiling displaydoc v0.2.5 |
| 1602 | 2026-09-18T16:27:06.815Z | Compiling tokio-macros v2.7.0 |
| 1603 | 2026-09-18T16:27:06.969Z | Compiling futures-macro v0.3.32 |
| 1604 | 2026-09-18T16:27:07.114Z | Compiling thiserror-impl v2.0.18 |
| 1605 | 2026-09-18T16:27:07.136Z | Compiling der_derive v0.7.3 |
| 1606 | 2026-09-18T16:27:07.366Z | Compiling tracing-attributes v0.1.31 |
| 1607 | 2026-09-18T16:27:07.634Z | Compiling schemars_derive v0.8.22 |
| 1608 | 2026-09-18T16:27:07.682Z | Compiling pest_derive v2.8.6 |
| 1609 | 2026-09-18T16:27:07.690Z | Compiling scroll_derive v0.13.1 |
| 1610 | 2026-09-18T16:27:07.772Z | Compiling darling_macro v0.20.11 |
| 1611 | 2026-09-18T16:27:07.786Z | Compiling openssl-macros v0.1.1 |
| 1612 | 2026-09-18T16:27:07.863Z | Compiling futures-util v0.3.32 |
| 1613 | 2026-09-18T16:27:07.946Z | Compiling zerofrom v0.1.6 |
| 1614 | 2026-09-18T16:27:08.098Z | Compiling yoke v0.8.1 |
| 1615 | 2026-09-18T16:27:08.168Z | Compiling thiserror-impl v1.0.69 |
| 1616 | 2026-09-18T16:27:08.208Z | Compiling packed_struct_codegen v0.10.1 |
| 1617 | 2026-09-18T16:27:08.312Z | Compiling zerovec v0.11.5 |
| 1618 | 2026-09-18T16:27:08.328Z | Compiling zerotrie v0.2.3 |
| 1619 | 2026-09-18T16:27:08.574Z | Compiling scroll v0.13.0 |
| 1620 | 2026-09-18T16:27:08.588Z | Compiling thiserror v2.0.18 |
| 1621 | 2026-09-18T16:27:08.653Z | Compiling darling v0.20.11 |
| 1622 | 2026-09-18T16:27:08.714Z | Compiling clap_derive v4.6.1 |
| 1623 | 2026-09-18T16:27:08.751Z | Compiling bitfield-macros v0.19.4 |
| 1624 | 2026-09-18T16:27:08.803Z | Compiling tinystr v0.8.2 |
| 1625 | 2026-09-18T16:27:08.870Z | Compiling potential_utf v0.1.4 |
| 1626 | 2026-09-18T16:27:08.884Z | Compiling tracing v0.1.44 |
| 1627 | 2026-09-18T16:27:08.912Z | Compiling goblin v0.10.5 |
| 1628 | 2026-09-18T16:27:09.005Z | Compiling icu_locale_core v2.1.1 |
| 1629 | 2026-09-18T16:27:09.021Z | Compiling icu_collections v2.1.1 |
| 1630 | 2026-09-18T16:27:09.039Z | Compiling zerocopy-derive v0.6.6 |
| 1631 | 2026-09-18T16:27:09.057Z | Compiling unarray v0.1.4 |
| 1632 | 2026-09-18T16:27:09.204Z | Compiling num_threads v0.1.7 |
| 1633 | 2026-09-18T16:27:09.215Z | Compiling crc-catalog v2.4.0 |
| 1634 | 2026-09-18T16:27:09.302Z | Compiling crc v3.4.0 |
| 1635 | 2026-09-18T16:27:09.336Z | Compiling time v0.3.47 |
| 1636 | 2026-09-18T16:27:09.391Z | Compiling derive_builder_core v0.20.2 |
| 1637 | 2026-09-18T16:27:09.546Z | Compiling bitfield v0.19.4 |
| 1638 | 2026-09-18T16:27:09.546Z | Compiling thiserror v1.0.69 |
| 1639 | 2026-09-18T16:27:09.546Z | Compiling dtrace-parser v0.3.0 |
| 1640 | 2026-09-18T16:27:09.682Z | Compiling icu_provider v2.1.1 |
| 1641 | 2026-09-18T16:27:09.855Z | Compiling scroll_derive v0.12.1 |
| 1642 | 2026-09-18T16:27:09.869Z | Compiling structmeta-derive v0.3.0 |
| 1643 | 2026-09-18T16:27:09.942Z | Compiling icu_properties v2.1.2 |
| 1644 | 2026-09-18T16:27:10.011Z | Compiling icu_normalizer v2.1.1 |
| 1645 | 2026-09-18T16:27:10.017Z | Compiling zeroize v1.9.0 |
| 1646 | 2026-09-18T16:27:10.062Z | Compiling bytes v1.11.1 |
| 1647 | 2026-09-18T16:27:10.273Z | Compiling hybrid-array v0.4.13 |
| 1648 | 2026-09-18T16:27:10.298Z | Compiling chrono v0.4.45 |
| 1649 | 2026-09-18T16:27:10.313Z | Compiling der v0.7.10 |
| 1650 | 2026-09-18T16:27:10.514Z | Compiling rustls-pki-types v1.14.0 |
| 1651 | 2026-09-18T16:27:10.589Z | Compiling tokio v1.52.1 |
| 1652 | 2026-09-18T16:27:10.592Z | Compiling http v1.4.2 |
| 1653 | 2026-09-18T16:27:10.701Z | Compiling ipnet v2.12.0 |
| 1654 | 2026-09-18T16:27:10.839Z | Compiling idna_adapter v1.2.1 |
| 1655 | 2026-09-18T16:27:10.971Z | Compiling idna v1.1.0 |
| 1656 | 2026-09-18T16:27:10.993Z | Compiling crypto-common v0.1.7 |
| 1657 | 2026-09-18T16:27:10.997Z | Compiling block-buffer v0.10.4 |
| 1658 | 2026-09-18T16:27:11.022Z | Compiling block-buffer v0.12.1 |
| 1659 | 2026-09-18T16:27:11.077Z | Compiling crypto-common v0.2.2 |
| 1660 | 2026-09-18T16:27:11.089Z | Compiling block-padding v0.4.2 |
| 1661 | 2026-09-18T16:27:11.171Z | Compiling digest v0.10.7 |
| 1662 | 2026-09-18T16:27:11.200Z | Compiling ppv-lite86 v0.2.21 |
| 1663 | 2026-09-18T16:27:11.242Z | Compiling spki v0.7.3 |
| 1664 | 2026-09-18T16:27:11.248Z | Compiling inout v0.2.2 |
| 1665 | 2026-09-18T16:27:11.279Z | Compiling url v2.5.8 |
| 1666 | 2026-09-18T16:27:11.308Z | Compiling http-body v1.0.1 |
| 1667 | 2026-09-18T16:27:11.420Z | Compiling pkcs8 v0.10.2 |
| 1668 | 2026-09-18T16:27:11.441Z | Compiling signature v2.2.0 |
| 1669 | 2026-09-18T16:27:11.458Z | Compiling hex v0.4.3 |
| 1670 | 2026-09-18T16:27:11.461Z | Compiling sha2 v0.10.9 |
| 1671 | 2026-09-18T16:27:11.488Z | Compiling rand_chacha v0.9.0 |
| 1672 | 2026-09-18T16:27:11.531Z | Compiling rand_chacha v0.3.1 |
| 1673 | 2026-09-18T16:27:11.546Z | Compiling serde_spanned v0.6.9 |
| 1674 | 2026-09-18T16:27:11.565Z | Compiling toml_datetime v0.6.11 |
| 1675 | 2026-09-18T16:27:11.687Z | Compiling pkcs1 v0.7.5 |
| 1676 | 2026-09-18T16:27:11.716Z | Compiling http-body-util v0.1.3 |
| 1677 | 2026-09-18T16:27:11.752Z | Compiling rand v0.8.6 |
| 1678 | 2026-09-18T16:27:11.793Z | Compiling rand v0.9.2 |
| 1679 | 2026-09-18T16:27:11.927Z | Compiling digest v0.11.3 |
| 1680 | 2026-09-18T16:27:11.985Z | Compiling cipher v0.5.2 |
| 1681 | 2026-09-18T16:27:11.999Z | Compiling dof v0.4.0 |
| 1682 | 2026-09-18T16:27:12.135Z | Compiling clap v4.6.1 |
| 1683 | 2026-09-18T16:27:12.231Z | Compiling zerocopy v0.6.6 |
| 1684 | 2026-09-18T16:27:12.285Z | Compiling chacha20 v0.10.0 |
| 1685 | 2026-09-18T16:27:12.302Z | Compiling array-init v0.0.4 |
| 1686 | 2026-09-18T16:27:12.314Z | Compiling smallvec v0.6.14 |
| 1687 | 2026-09-18T16:27:12.536Z | Compiling proptest v1.11.0 |
| 1688 | 2026-09-18T16:27:12.575Z | Compiling darling_core v0.23.0 |
| 1689 | 2026-09-18T16:27:12.597Z | Compiling heapless v0.7.17 |
| 1690 | 2026-09-18T16:27:12.608Z | Compiling ipnetwork v0.21.1 |
| 1691 | 2026-09-18T16:27:12.665Z | Compiling slog v2.8.2 |
| 1692 | 2026-09-18T16:27:12.689Z | Compiling thread-id v5.1.0 |
| 1693 | 2026-09-18T16:27:12.789Z | Compiling env_filter v2.0.0 |
| 1694 | 2026-09-18T16:27:12.869Z | Compiling syn v3.0.3 |
| 1695 | 2026-09-18T16:27:12.889Z | Compiling cookie v0.18.1 |
| 1696 | 2026-09-18T16:27:12.902Z | Compiling winnow v0.5.40 |
| 1697 | 2026-09-18T16:27:12.919Z | Compiling gimli v0.32.3 |
| 1698 | 2026-09-18T16:27:13.034Z | Compiling signal-hook v0.3.18 |
| 1699 | 2026-09-18T16:27:13.115Z | Compiling base64 v0.21.7 |
| 1700 | 2026-09-18T16:27:13.161Z | Compiling allocator-api2 v0.2.21 |
| 1701 | 2026-09-18T16:27:13.169Z | Compiling unicode-bidi v0.3.18 |
| 1702 | 2026-09-18T16:27:13.216Z | Compiling zstd-safe v7.2.4 |
| 1703 | 2026-09-18T16:27:13.250Z | Compiling hashbrown v0.12.3 |
| 1704 | 2026-09-18T16:27:13.349Z | Compiling anyhow v1.0.104 |
| 1705 | 2026-09-18T16:27:13.390Z | Compiling ryu v1.0.23 |
| 1706 | 2026-09-18T16:27:13.450Z | Compiling unicode-properties v0.1.4 |
| 1707 | 2026-09-18T16:27:13.464Z | Compiling iri-string v0.7.10 |
| 1708 | 2026-09-18T16:27:13.547Z | Compiling serde_urlencoded v0.7.1 |
| 1709 | 2026-09-18T16:27:13.592Z | Compiling rsa v0.9.10 |
| 1710 | 2026-09-18T16:27:13.636Z | Compiling stringprep v0.1.5 |
| 1711 | 2026-09-18T16:27:13.724Z | Compiling ron v0.8.1 |
| 1712 | 2026-09-18T16:27:13.745Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1713 | 2026-09-18T16:27:13.888Z | Compiling env_logger v0.11.11 |
| 1714 | 2026-09-18T16:27:14.003Z | Compiling oxnet v0.1.6 |
| 1715 | 2026-09-18T16:27:14.106Z | Compiling serde-hex v0.1.0 |
| 1716 | 2026-09-18T16:27:14.287Z | Compiling toml_edit v0.19.15 |
| 1717 | 2026-09-18T16:27:14.372Z | Compiling rand v0.10.1 |
| 1718 | 2026-09-18T16:27:14.490Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1719 | 2026-09-18T16:27:14.696Z | Compiling tokio-util v0.7.18 |
| 1720 | 2026-09-18T16:27:14.712Z | Compiling tower v0.5.3 |
| 1721 | 2026-09-18T16:27:14.733Z | Compiling addr2line v0.25.1 |
| 1722 | 2026-09-18T16:27:14.917Z | Compiling tokio-native-tls v0.3.1 |
| 1723 | 2026-09-18T16:27:15.043Z | Compiling newtype-uuid v1.3.2 |
| 1724 | 2026-09-18T16:27:15.087Z | Compiling camino v1.2.5 |
| 1725 | 2026-09-18T16:27:15.109Z | Compiling hmac v0.13.0 |
| 1726 | 2026-09-18T16:27:15.217Z | Compiling tower-http v0.6.8 |
| 1727 | 2026-09-18T16:27:15.231Z | Compiling sha2 v0.11.0 |
| 1728 | 2026-09-18T16:27:15.245Z | Compiling darling_macro v0.23.0 |
| 1729 | 2026-09-18T16:27:15.330Z | Compiling md-5 v0.11.0 |
| 1730 | 2026-09-18T16:27:15.404Z | Compiling h2 v0.4.15 |
| 1731 | 2026-09-18T16:27:15.492Z | Compiling hashbrown v0.13.2 |
| 1732 | 2026-09-18T16:27:15.640Z | Compiling x509-cert v0.2.5 |
| 1733 | 2026-09-18T16:27:15.656Z | Compiling structmeta v0.3.0 |
| 1734 | 2026-09-18T16:27:15.769Z | Compiling rustls-native-certs v0.8.3 |
| 1735 | 2026-09-18T16:27:15.784Z | Compiling scroll v0.12.0 |
| 1736 | 2026-09-18T16:27:15.876Z | Compiling derive_builder_macro v0.20.2 |
| 1737 | 2026-09-18T16:27:15.895Z | Compiling serde_tokenstream v0.2.3 |
| 1738 | 2026-09-18T16:27:16.009Z | Compiling erased-serde v0.3.31 |
| 1739 | 2026-09-18T16:27:16.402Z | Compiling bzip2 v0.4.4 |
| 1740 | 2026-09-18T16:27:16.455Z | Compiling daft-derive v0.1.8 |
| 1741 | 2026-09-18T16:27:16.559Z | Compiling hubpack_derive v0.1.1 |
| 1742 | 2026-09-18T16:27:16.595Z | Compiling bstr v1.12.1 |
| 1743 | 2026-09-18T16:27:16.663Z | Compiling zerocopy-derive v0.7.35 |
| 1744 | 2026-09-18T16:27:16.689Z | Compiling async-trait v0.1.89 |
| 1745 | 2026-09-18T16:27:16.773Z | Compiling pin-project-internal v1.1.11 |
| 1746 | 2026-09-18T16:27:16.787Z | Compiling heck v0.4.1 |
| 1747 | 2026-09-18T16:27:17.009Z | Compiling curve25519-dalek v4.1.3 |
| 1748 | 2026-09-18T16:27:17.024Z | Compiling vergen-lib v9.1.0 |
| 1749 | 2026-09-18T16:27:17.037Z | Compiling hash32 v0.2.1 |
| 1750 | 2026-09-18T16:27:17.094Z | Compiling memoffset v0.9.1 |
| 1751 | 2026-09-18T16:27:17.253Z | Compiling encoding_rs v0.8.35 |
| 1752 | 2026-09-18T16:27:17.256Z | Compiling libbz2-rs-sys v0.2.2 |
| 1753 | 2026-09-18T16:27:17.282Z | Compiling rustc-demangle v0.1.27 |
| 1754 | 2026-09-18T16:27:17.298Z | Compiling crc-any v2.5.0 |
| 1755 | 2026-09-18T16:27:17.337Z | Compiling mime v0.3.17 |
| 1756 | 2026-09-18T16:27:17.352Z | Compiling owo-colors v4.3.0 |
| 1757 | 2026-09-18T16:27:17.400Z | Compiling litrs v1.0.0 |
| 1758 | 2026-09-18T16:27:17.547Z | Compiling cfg_aliases v0.2.1 |
| 1759 | 2026-09-18T16:27:17.618Z | Compiling zlib-rs v0.6.2 |
| 1760 | 2026-09-18T16:27:17.633Z | Compiling ref-cast v1.0.25 |
| 1761 | 2026-09-18T16:27:17.646Z | Compiling psl-types v2.0.11 |
| 1762 | 2026-09-18T16:27:17.714Z | Compiling bumpalo v3.20.2 |
| 1763 | 2026-09-18T16:27:17.731Z | Compiling fallible-iterator v0.2.0 |
| 1764 | 2026-09-18T16:27:17.794Z | Compiling rustix v0.38.44 |
| 1765 | 2026-09-18T16:27:17.797Z | Compiling smoltcp v0.9.1 |
| 1766 | 2026-09-18T16:27:17.948Z | Compiling document-features v0.2.12 |
| 1767 | 2026-09-18T16:27:17.973Z | Compiling pin-project v1.1.11 |
| 1768 | 2026-09-18T16:27:17.996Z | Compiling zopfli v0.8.3 |
| 1769 | 2026-09-18T16:27:18.011Z | Compiling publicsuffix v2.3.0 |
| 1770 | 2026-09-18T16:27:18.064Z | Compiling postgres-protocol v0.6.12 |
| 1771 | 2026-09-18T16:27:18.095Z | Compiling bzip2 v0.6.1 |
| 1772 | 2026-09-18T16:27:18.139Z | Compiling nix v0.31.2 |
| 1773 | 2026-09-18T16:27:18.222Z | Compiling zerocopy v0.7.35 |
| 1774 | 2026-09-18T16:27:18.245Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1775 | 2026-09-18T16:27:18.334Z | Compiling daft v0.1.8 |
| 1776 | 2026-09-18T16:27:18.406Z | Compiling hubpack v0.1.2 |
| 1777 | 2026-09-18T16:27:18.546Z | Compiling snafu-derive v0.8.9 |
| 1778 | 2026-09-18T16:27:18.577Z | Compiling zip v0.6.6 |
| 1779 | 2026-09-18T16:27:18.639Z | Compiling hyper v1.10.1 |
| 1780 | 2026-09-18T16:27:18.658Z | Compiling backtrace v0.3.76 |
| 1781 | 2026-09-18T16:27:18.673Z | Compiling derive_builder v0.20.2 |
| 1782 | 2026-09-18T16:27:18.692Z | Compiling goblin v0.8.2 |
| 1783 | 2026-09-18T16:27:18.818Z | Compiling object v0.30.4 |
| 1784 | 2026-09-18T16:27:18.832Z | Compiling derive-ex v0.1.8 |
| 1785 | 2026-09-18T16:27:18.847Z | Compiling darling v0.23.0 |
| 1786 | 2026-09-18T16:27:18.888Z | Compiling toml v0.7.8 |
| 1787 | 2026-09-18T16:27:18.943Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1788 | 2026-09-18T16:27:19.329Z | Compiling hmac v0.12.1 |
| 1789 | 2026-09-18T16:27:19.490Z | Compiling futures-executor v0.3.32 |
| 1790 | 2026-09-18T16:27:19.504Z | Compiling regex v1.12.3 |
| 1791 | 2026-09-18T16:27:19.522Z | Compiling strum_macros v0.27.2 |
| 1792 | 2026-09-18T16:27:19.525Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1793 | 2026-09-18T16:27:19.565Z | Compiling ref-cast-impl v1.0.25 |
| 1794 | 2026-09-18T16:27:19.719Z | Compiling phf_shared v0.13.1 |
| 1795 | 2026-09-18T16:27:19.784Z | Compiling hyper-util v0.1.20 |
| 1796 | 2026-09-18T16:27:19.861Z | Compiling convert_case v0.10.0 |
| 1797 | 2026-09-18T16:27:19.966Z | Compiling vergen v9.1.0 |
| 1798 | 2026-09-18T16:27:19.985Z | Compiling cargo-platform v0.3.2 |
| 1799 | 2026-09-18T16:27:20.166Z | Compiling ff v0.13.1 |
| 1800 | 2026-09-18T16:27:20.198Z | Compiling fs-err v3.3.0 |
| 1801 | 2026-09-18T16:27:20.214Z | Compiling bitflags v1.3.2 |
| 1802 | 2026-09-18T16:27:20.250Z | Compiling jiff-core v0.1.0 |
| 1803 | 2026-09-18T16:27:20.288Z | Compiling path-slash v0.1.5 |
| 1804 | 2026-09-18T16:27:20.301Z | Compiling same-file v1.0.6 |
| 1805 | 2026-09-18T16:27:20.316Z | Compiling managed v0.8.0 |
| 1806 | 2026-09-18T16:27:20.331Z | Compiling foldhash v0.1.5 |
| 1807 | 2026-09-18T16:27:20.441Z | Compiling is_ci v1.2.0 |
| 1808 | 2026-09-18T16:27:20.456Z | Compiling base16ct v0.2.0 |
| 1809 | 2026-09-18T16:27:20.487Z | Compiling hashbrown v0.15.5 |
| 1810 | 2026-09-18T16:27:20.522Z | Compiling flate2 v1.1.9 |
| 1811 | 2026-09-18T16:27:20.551Z | Compiling snafu v0.8.9 |
| 1812 | 2026-09-18T16:27:20.602Z | Compiling sec1 v0.7.3 |
| 1813 | 2026-09-18T16:27:20.618Z | Compiling test-strategy v0.4.5 |
| 1814 | 2026-09-18T16:27:20.649Z | Compiling supports-color v3.0.2 |
| 1815 | 2026-09-18T16:27:20.912Z | Compiling textwrap v0.16.2 |
| 1816 | 2026-09-18T16:27:20.915Z | Compiling walkdir v2.5.0 |
| 1817 | 2026-09-18T16:27:20.939Z | Compiling group v0.13.0 |
| 1818 | 2026-09-18T16:27:20.952Z | Compiling dof v0.3.0 |
| 1819 | 2026-09-18T16:27:21.063Z | Compiling jiff v0.2.34 |
| 1820 | 2026-09-18T16:27:21.159Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1821 | 2026-09-18T16:27:21.251Z | Compiling hyper-tls v0.6.0 |
| 1822 | 2026-09-18T16:27:21.356Z | Compiling derive_more-impl v2.1.1 |
| 1823 | 2026-09-18T16:27:21.371Z | Compiling cargo_metadata v0.23.1 |
| 1824 | 2026-09-18T16:27:21.515Z | Compiling reqwest v0.12.28 |
| 1825 | 2026-09-18T16:27:21.518Z | Compiling phf v0.13.1 |
| 1826 | 2026-09-18T16:27:21.581Z | Compiling futures v0.3.32 |
| 1827 | 2026-09-18T16:27:21.619Z | Compiling strum v0.27.2 |
| 1828 | 2026-09-18T16:27:21.701Z | Compiling hkdf v0.12.4 |
| 1829 | 2026-09-18T16:27:21.748Z | Compiling zstd v0.13.3 |
| 1830 | 2026-09-18T16:27:21.752Z | Compiling signal-hook-mio v0.2.5 |
| 1831 | 2026-09-18T16:27:21.779Z | Compiling cookie_store v0.22.1 |
| 1832 | 2026-09-18T16:27:21.931Z | Compiling backtrace-ext v0.2.1 |
| 1833 | 2026-09-18T16:27:21.940Z | Compiling serde_with_macros v3.21.0 |
| 1834 | 2026-09-18T16:27:22.038Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 1835 | 2026-09-18T16:27:22.116Z | Compiling postgres-types v0.2.14 |
| 1836 | 2026-09-18T16:27:22.272Z | Compiling globset v0.4.18 |
| 1837 | 2026-09-18T16:27:22.374Z | Compiling usdt-macro v0.6.0 |
| 1838 | 2026-09-18T16:27:22.484Z | Compiling usdt-attr-macro v0.6.0 |
| 1839 | 2026-09-18T16:27:22.641Z | Compiling hashbrown v0.16.1 |
| 1840 | 2026-09-18T16:27:22.683Z | Compiling byte-wrapper v0.1.0 |
| 1841 | 2026-09-18T16:27:22.699Z | Compiling ed25519 v2.2.3 |
| 1842 | 2026-09-18T16:27:22.834Z | Compiling crypto-bigint v0.5.5 |
| 1843 | 2026-09-18T16:27:22.997Z | Compiling olpc-cjson v0.1.4 |
| 1844 | 2026-09-18T16:27:23.011Z | Compiling serde-big-array v0.5.1 |
| 1845 | 2026-09-18T16:27:23.048Z | Compiling serde_plain v1.0.2 |
| 1846 | 2026-09-18T16:27:23.142Z | Compiling dtrace-parser v0.2.0 |
| 1847 | 2026-09-18T16:27:23.175Z | Compiling miette-derive v7.6.0 |
| 1848 | 2026-09-18T16:27:23.190Z | Compiling serde_repr v0.1.20 |
| 1849 | 2026-09-18T16:27:23.208Z | Compiling async-recursion v1.1.1 |
| 1850 | 2026-09-18T16:27:23.259Z | Compiling strum_macros v0.26.4 |
| 1851 | 2026-09-18T16:27:23.274Z | Compiling enum-as-inner v0.6.1 |
| 1852 | 2026-09-18T16:27:23.332Z | Compiling phf_shared v0.11.3 |
| 1853 | 2026-09-18T16:27:23.379Z | Compiling float-cmp v0.10.0 |
| 1854 | 2026-09-18T16:27:23.542Z | Compiling pem v3.0.6 |
| 1855 | 2026-09-18T16:27:23.557Z | Compiling thread-id v4.2.2 |
| 1856 | 2026-09-18T16:27:23.639Z | Compiling memmap2 v0.9.10 |
| 1857 | 2026-09-18T16:27:23.656Z | Compiling whoami v2.1.0 |
| 1858 | 2026-09-18T16:27:23.780Z | Compiling typed-path v0.12.3 |
| 1859 | 2026-09-18T16:27:23.844Z | Compiling normalize-line-endings v0.3.0 |
| 1860 | 2026-09-18T16:27:23.861Z | Compiling supports-unicode v3.0.0 |
| 1861 | 2026-09-18T16:27:23.883Z | Compiling precomputed-hash v0.1.1 |
| 1862 | 2026-09-18T16:27:23.901Z | Compiling typed-path v0.9.3 |
| 1863 | 2026-09-18T16:27:23.935Z | Compiling difflib v0.4.0 |
| 1864 | 2026-09-18T16:27:23.949Z | Compiling data-encoding v2.10.0 |
| 1865 | 2026-09-18T16:27:23.962Z | Compiling predicates-core v1.0.10 |
| 1866 | 2026-09-18T16:27:23.983Z | Compiling keccak v0.1.6 |
| 1867 | 2026-09-18T16:27:24.022Z | Compiling winnow v1.0.3 |
| 1868 | 2026-09-18T16:27:24.062Z | Compiling static_assertions v1.1.0 |
| 1869 | 2026-09-18T16:27:24.077Z | Compiling fixedbitset v0.5.7 |
| 1870 | 2026-09-18T16:27:24.147Z | Compiling either v1.15.0 |
| 1871 | 2026-09-18T16:27:24.165Z | Compiling new_debug_unreachable v1.0.6 |
| 1872 | 2026-09-18T16:27:24.249Z | Compiling fixedbitset v0.4.2 |
| 1873 | 2026-09-18T16:27:24.376Z | Compiling supports-hyperlinks v3.2.0 |
| 1874 | 2026-09-18T16:27:24.398Z | Compiling itertools v0.13.0 |
| 1875 | 2026-09-18T16:27:24.403Z | Compiling petgraph v0.8.3 |
| 1876 | 2026-09-18T16:27:24.490Z | Compiling miette v7.6.0 |
| 1877 | 2026-09-18T16:27:24.510Z | Compiling petgraph v0.6.5 |
| 1878 | 2026-09-18T16:27:24.552Z | Compiling hickory-proto v0.25.2 |
| 1879 | 2026-09-18T16:27:24.677Z | Compiling zip v8.6.0 |
| 1880 | 2026-09-18T16:27:24.744Z | Compiling string_cache v0.8.9 |
| 1881 | 2026-09-18T16:27:24.781Z | Compiling predicates v3.1.4 |
| 1882 | 2026-09-18T16:27:24.945Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1883 | 2026-09-18T16:27:24.998Z | Compiling sha3 v0.10.8 |
| 1884 | 2026-09-18T16:27:25.017Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 1885 | 2026-09-18T16:27:25.104Z | Compiling strum v0.26.3 |
| 1886 | 2026-09-18T16:27:25.127Z | Compiling tokio-postgres v0.7.18 |
| 1887 | 2026-09-18T16:27:25.146Z | Compiling toml_edit v0.22.27 |
| 1888 | 2026-09-18T16:27:25.252Z | Compiling elliptic-curve v0.13.8 |
| 1889 | 2026-09-18T16:27:25.425Z | Compiling usdt v0.6.0 |
| 1890 | 2026-09-18T16:27:25.463Z | Compiling usdt-impl v0.5.0 |
| 1891 | 2026-09-18T16:27:25.486Z | Compiling zip v4.6.1 |
| 1892 | 2026-09-18T16:27:25.605Z | Compiling iddqd v0.4.2 |
| 1893 | 2026-09-18T16:27:25.678Z | Compiling serde_with v3.21.0 |
| 1894 | 2026-09-18T16:27:25.690Z | Compiling crossterm v0.28.1 |
| 1895 | 2026-09-18T16:27:25.707Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1896 | 2026-09-18T16:27:25.721Z | Compiling ed25519-dalek v2.2.0 |
| 1897 | 2026-09-18T16:27:25.779Z | Compiling derive_more v2.1.1 |
| 1898 | 2026-09-18T16:27:26.298Z | Compiling similar v2.7.0 |
| 1899 | 2026-09-18T16:27:26.321Z | Compiling crossbeam-epoch v0.9.18 |
| 1900 | 2026-09-18T16:27:26.391Z | Compiling tokio-stream v0.1.18 |
| 1901 | 2026-09-18T16:27:26.464Z | Compiling buf-list v1.1.2 |
| 1902 | 2026-09-18T16:27:26.507Z | Compiling openapiv3 v2.2.0 |
| 1903 | 2026-09-18T16:27:26.701Z | Compiling peg-runtime v0.8.5 |
| 1904 | 2026-09-18T16:27:26.810Z | Compiling lalrpop-util v0.19.12 |
| 1905 | 2026-09-18T16:27:26.889Z | Compiling thread_local v1.1.9 |
| 1906 | 2026-09-18T16:27:26.951Z | Compiling slog-async v2.8.0 |
| 1907 | 2026-09-18T16:27:27.008Z | Compiling crossbeam-channel v0.5.15 |
| 1908 | 2026-09-18T16:27:27.030Z | Compiling filetime v0.2.27 |
| 1909 | 2026-09-18T16:27:27.039Z | Compiling is-terminal v0.4.17 |
| 1910 | 2026-09-18T16:27:27.156Z | Compiling take_mut v0.2.2 |
| 1911 | 2026-09-18T16:27:27.170Z | Compiling xattr v1.6.1 |
| 1912 | 2026-09-18T16:27:27.209Z | Compiling term v1.2.1 |
| 1913 | 2026-09-18T16:27:27.232Z | Compiling camino-tempfile v1.4.1 |
| 1914 | 2026-09-18T16:27:27.321Z | Compiling tar v0.4.46 |
| 1915 | 2026-09-18T16:27:27.501Z | Compiling slog-term v2.9.2 |
| 1916 | 2026-09-18T16:27:44.772Z | Compiling rustls-webpki v0.103.13 |
| 1917 | 2026-09-18T16:27:47.519Z | Compiling tokio-rustls v0.26.4 |
| 1918 | 2026-09-18T16:27:47.519Z | Compiling rustls-platform-verifier v0.6.2 |
| 1919 | 2026-09-18T16:27:47.519Z | Compiling tough v0.22.0 |
| 1920 | 2026-09-18T16:27:47.731Z | Compiling hyper-rustls v0.27.7 |
| 1921 | 2026-09-18T16:27:47.904Z | Compiling reqwest v0.13.2 |
| 1922 | 2026-09-18T16:27:50.107Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1923 | 2026-09-18T16:27:50.387Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1924 | 2026-09-18T16:27:53.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.07s |
| 1925 | 2026-09-18T16:27:53.481Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1926 | 2026-09-18T16:27:53.536Z | Sep 18 16:27:52.441 INFO Starting download, target: Clickhouse |
| 1927 | 2026-09-18T16:27:53.536Z | Sep 18 16:27:52.441 INFO Starting download, target: Cockroach |
| 1928 | 2026-09-18T16:27:53.536Z | Sep 18 16:27:52.441 INFO Starting download, target: MaghemiteMgd |
| 1929 | 2026-09-18T16:27:53.536Z | Sep 18 16:27:52.441 INFO Starting download, target: Console |
| 1930 | 2026-09-18T16:27:53.536Z | Sep 18 16:27:52.441 INFO Starting download, target: DendriteStub |
| 1931 | 2026-09-18T16:27:53.536Z | Sep 18 16:27:52.441 INFO Starting download, target: MaghemiteDdmd |
| 1932 | 2026-09-18T16:27:53.536Z | Sep 18 16:27:52.442 INFO Starting download, target: TransceiverControl |
| 1933 | 2026-09-18T16:27:53.540Z | Sep 18 16:27:52.442 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1934 | 2026-09-18T16:27:53.540Z | Sep 18 16:27:52.442 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1935 | 2026-09-18T16:27:53.540Z | Sep 18 16:27:52.442 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1936 | 2026-09-18T16:27:53.540Z | Sep 18 16:27:52.442 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1937 | 2026-09-18T16:27:53.540Z | Sep 18 16:27:52.442 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1938 | 2026-09-18T16:27:53.540Z | Sep 18 16:27:52.442 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1939 | 2026-09-18T16:27:53.541Z | Sep 18 16:27:52.442 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1940 | 2026-09-18T16:27:54.287Z | Sep 18 16:27:53.186 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1941 | 2026-09-18T16:27:54.467Z | Sep 18 16:27:53.362 INFO Download complete, target: TransceiverControl |
| 1942 | 2026-09-18T16:27:55.365Z | Sep 18 16:27:54.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1943 | 2026-09-18T16:27:55.574Z | Sep 18 16:27:54.479 INFO Download complete, target: Console |
| 1944 | 2026-09-18T16:27:57.100Z | Sep 18 16:27:56.000 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1945 | 2026-09-18T16:27:58.424Z | Sep 18 16:27:57.289 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1946 | 2026-09-18T16:27:58.714Z | Sep 18 16:27:57.609 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1947 | 2026-09-18T16:27:58.846Z | Sep 18 16:27:57.732 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1948 | 2026-09-18T16:27:59.639Z | Sep 18 16:27:58.541 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1949 | 2026-09-18T16:27:59.639Z | Sep 18 16:27:58.541 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1950 | 2026-09-18T16:28:00.031Z | Sep 18 16:27:58.935 INFO Download complete, target: MaghemiteDdmd |
| 1951 | 2026-09-18T16:28:01.195Z | Sep 18 16:28:00.092 INFO Download complete, target: MaghemiteMgd |
| 1952 | 2026-09-18T16:28:01.213Z | Sep 18 16:28:00.094 INFO Download complete, target: DendriteStub |
| 1953 | 2026-09-18T16:28:02.742Z | Sep 18 16:28:01.648 INFO Checking that binary works, target: Clickhouse |
| 1954 | 2026-09-18T16:28:02.840Z | Sep 18 16:28:01.746 INFO Download complete, target: Clickhouse |
| 1955 | 2026-09-18T16:28:03.580Z | Sep 18 16:28:02.486 INFO Checking that binary works, target: Cockroach |
| 1956 | 2026-09-18T16:28:03.708Z | Sep 18 16:28:02.614 INFO Download complete, target: Cockroach |
| 1957 | 2026-09-18T16:28:03.714Z | All prerequisites installed successfully |
| 1958 | 2026-09-18T16:28:03.717Z | |
| 1959 | 2026-09-18T16:28:03.717Z | real 2:01.495410826 |
| 1960 | 2026-09-18T16:28:03.717Z | user 7:35.467143067 |
| 1961 | 2026-09-18T16:28:03.717Z | sys 1:51.963174929 |
| 1962 | 2026-09-18T16:28:03.717Z | trap 0.324149389 |
| 1963 | 2026-09-18T16:28:03.717Z | tflt 0.756369274 |
| 1964 | 2026-09-18T16:28:03.717Z | dflt 1.244646877 |
| 1965 | 2026-09-18T16:28:03.718Z | kflt 0.028539610 |
| 1966 | 2026-09-18T16:28:03.718Z | lock 29:58.152144311 |
| 1967 | 2026-09-18T16:28:03.718Z | slp 21:15.892409772 |
| 1968 | 2026-09-18T16:28:03.718Z | lat 31.867177842 |
| 1969 | 2026-09-18T16:28:03.718Z | stop 3:37.372497969 |
| 1970 | 2026-09-18T16:28:03.718Z | + ptime -m cargo xtask download softnpu |
| 1971 | 2026-09-18T16:28:04.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1972 | 2026-09-18T16:28:04.206Z | Running `target/debug/xtask download softnpu` |
| 1973 | 2026-09-18T16:28:04.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1974 | 2026-09-18T16:28:05.064Z | Running `target/debug/xtask-downloader softnpu` |
| 1975 | 2026-09-18T16:28:05.113Z | Sep 18 16:28:04.019 INFO Starting download, target: Softnpu |
| 1976 | 2026-09-18T16:28:05.116Z | Sep 18 16:28:04.019 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1977 | 2026-09-18T16:28:05.617Z | Sep 18 16:28:04.522 INFO Download complete, target: Softnpu |
| 1978 | 2026-09-18T16:28:05.621Z | |
| 1979 | 2026-09-18T16:28:05.624Z | real 1.899797580 |
| 1980 | 2026-09-18T16:28:05.624Z | user 1.342713394 |
| 1981 | 2026-09-18T16:28:05.624Z | sys 0.634006724 |
| 1982 | 2026-09-18T16:28:05.624Z | trap 0.000456450 |
| 1983 | 2026-09-18T16:28:05.624Z | tflt 0.000331390 |
| 1984 | 2026-09-18T16:28:05.624Z | dflt 0.000376370 |
| 1985 | 2026-09-18T16:28:05.624Z | kflt 0.000000000 |
| 1986 | 2026-09-18T16:28:05.624Z | lock 9.348208324 |
| 1987 | 2026-09-18T16:28:05.624Z | slp 0.366863275 |
| 1988 | 2026-09-18T16:28:05.624Z | lat 0.096429587 |
| 1989 | 2026-09-18T16:28:05.624Z | stop 0.000164510 |
| 1990 | 2026-09-18T16:28:05.624Z | + export CARGO_INCREMENTAL=0 |
| 1991 | 2026-09-18T16:28:05.624Z | + CARGO_INCREMENTAL=0 |
| 1992 | 2026-09-18T16:28:05.624Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1993 | 2026-09-18T16:28:06.553Z | Compiling proc-macro2 v1.0.106 |
| 1994 | 2026-09-18T16:28:06.553Z | Compiling quote v1.0.45 |
| 1995 | 2026-09-18T16:28:06.553Z | Compiling unicode-ident v1.0.24 |
| 1996 | 2026-09-18T16:28:06.556Z | Compiling serde_core v1.0.228 |
| 1997 | 2026-09-18T16:28:06.556Z | Compiling libc v0.2.185 |
| 1998 | 2026-09-18T16:28:06.556Z | Compiling serde v1.0.228 |
| 1999 | 2026-09-18T16:28:06.556Z | Compiling cfg-if v1.0.4 |
| 2000 | 2026-09-18T16:28:06.556Z | Compiling version_check v0.9.5 |
| 2001 | 2026-09-18T16:28:06.556Z | Compiling autocfg v1.5.0 |
| 2002 | 2026-09-18T16:28:06.702Z | Compiling shlex v1.3.0 |
| 2003 | 2026-09-18T16:28:06.705Z | Compiling find-msvc-tools v0.1.9 |
| 2004 | 2026-09-18T16:28:06.705Z | Compiling memchr v2.8.0 |
| 2005 | 2026-09-18T16:28:06.705Z | Compiling zmij v1.0.21 |
| 2006 | 2026-09-18T16:28:06.705Z | Compiling serde_json v1.0.151 |
| 2007 | 2026-09-18T16:28:06.884Z | Compiling portable-atomic v1.13.1 |
| 2008 | 2026-09-18T16:28:06.942Z | Compiling zerocopy v0.8.55 |
| 2009 | 2026-09-18T16:28:06.976Z | Compiling libm v0.2.16 |
| 2010 | 2026-09-18T16:28:07.079Z | Compiling getrandom v0.4.3 |
| 2011 | 2026-09-18T16:28:07.136Z | Compiling icu_properties_data v2.1.2 |
| 2012 | 2026-09-18T16:28:07.232Z | Compiling num-traits v0.2.19 |
| 2013 | 2026-09-18T16:28:07.235Z | Compiling smallvec v1.15.1 |
| 2014 | 2026-09-18T16:28:07.265Z | Compiling icu_normalizer_data v2.1.1 |
| 2015 | 2026-09-18T16:28:07.269Z | Compiling parking_lot_core v0.9.12 |
| 2016 | 2026-09-18T16:28:07.269Z | Compiling itoa v1.0.17 |
| 2017 | 2026-09-18T16:28:07.383Z | Compiling log v0.4.33 |
| 2018 | 2026-09-18T16:28:07.417Z | Compiling generic-array v0.14.7 |
| 2019 | 2026-09-18T16:28:07.467Z | Compiling subtle v2.6.1 |
| 2020 | 2026-09-18T16:28:07.502Z | Compiling pkg-config v0.3.32 |
| 2021 | 2026-09-18T16:28:07.519Z | Compiling typenum v1.20.1 |
| 2022 | 2026-09-18T16:28:07.550Z | Compiling stable_deref_trait v1.2.1 |
| 2023 | 2026-09-18T16:28:07.552Z | Compiling getrandom v0.3.4 |
| 2024 | 2026-09-18T16:28:07.616Z | Compiling rustix v1.1.4 |
| 2025 | 2026-09-18T16:28:07.689Z | Compiling scopeguard v1.2.0 |
| 2026 | 2026-09-18T16:28:07.703Z | Compiling thiserror v2.0.18 |
| 2027 | 2026-09-18T16:28:07.789Z | Compiling lock_api v0.4.14 |
| 2028 | 2026-09-18T16:28:07.837Z | Compiling jobserver v0.1.34 |
| 2029 | 2026-09-18T16:28:07.840Z | Compiling errno v0.3.14 |
| 2030 | 2026-09-18T16:28:08.113Z | Compiling syn v2.0.117 |
| 2031 | 2026-09-18T16:28:08.117Z | Compiling foldhash v0.2.0 |
| 2032 | 2026-09-18T16:28:08.150Z | Compiling cc v1.2.56 |
| 2033 | 2026-09-18T16:28:08.153Z | Compiling syn v1.0.109 |
| 2034 | 2026-09-18T16:28:08.153Z | Compiling critical-section v1.2.0 |
| 2035 | 2026-09-18T16:28:08.153Z | Compiling equivalent v1.0.2 |
| 2036 | 2026-09-18T16:28:08.232Z | Compiling litemap v0.8.1 |
| 2037 | 2026-09-18T16:28:08.265Z | Compiling percent-encoding v2.3.2 |
| 2038 | 2026-09-18T16:28:08.268Z | Compiling rand_core v0.10.0 |
| 2039 | 2026-09-18T16:28:08.300Z | Compiling schemars v0.8.22 |
| 2040 | 2026-09-18T16:28:08.300Z | Compiling writeable v0.6.2 |
| 2041 | 2026-09-18T16:28:08.409Z | Compiling once_cell v1.21.3 |
| 2042 | 2026-09-18T16:28:08.488Z | Compiling pin-project-lite v0.2.17 |
| 2043 | 2026-09-18T16:28:08.537Z | Compiling hashbrown v0.17.0 |
| 2044 | 2026-09-18T16:28:08.592Z | Compiling rustversion v1.0.22 |
| 2045 | 2026-09-18T16:28:08.707Z | Compiling heck v0.5.0 |
| 2046 | 2026-09-18T16:28:08.725Z | Compiling getrandom v0.2.17 |
| 2047 | 2026-09-18T16:28:08.749Z | Compiling fs_extra v1.3.0 |
| 2048 | 2026-09-18T16:28:08.788Z | Compiling dunce v1.0.5 |
| 2049 | 2026-09-18T16:28:08.830Z | Compiling byteorder v1.5.0 |
| 2050 | 2026-09-18T16:28:08.901Z | Compiling cmake v0.1.57 |
| 2051 | 2026-09-18T16:28:08.931Z | Compiling rand_core v0.6.4 |
| 2052 | 2026-09-18T16:28:09.043Z | Compiling semver v1.0.28 |
| 2053 | 2026-09-18T16:28:09.060Z | Compiling bitflags v2.11.0 |
| 2054 | 2026-09-18T16:28:09.093Z | Compiling indexmap v2.14.0 |
| 2055 | 2026-09-18T16:28:09.196Z | Compiling utf8_iter v1.0.4 |
| 2056 | 2026-09-18T16:28:09.241Z | Compiling form_urlencoded v1.2.2 |
| 2057 | 2026-09-18T16:28:09.272Z | Compiling strsim v0.11.1 |
| 2058 | 2026-09-18T16:28:09.301Z | Compiling signal-hook-registry v1.4.8 |
| 2059 | 2026-09-18T16:28:09.319Z | Compiling thiserror v1.0.69 |
| 2060 | 2026-09-18T16:28:09.367Z | Compiling socket2 v0.6.3 |
| 2061 | 2026-09-18T16:28:09.386Z | Compiling mio v1.2.0 |
| 2062 | 2026-09-18T16:28:09.500Z | Compiling aws-lc-sys v0.40.0 |
| 2063 | 2026-09-18T16:28:09.526Z | Compiling parking_lot v0.12.5 |
| 2064 | 2026-09-18T16:28:09.614Z | Compiling futures-core v0.3.32 |
| 2065 | 2026-09-18T16:28:09.614Z | Compiling crc32fast v1.5.0 |
| 2066 | 2026-09-18T16:28:09.646Z | Compiling aws-lc-rs v1.16.3 |
| 2067 | 2026-09-18T16:28:09.786Z | Compiling httparse v1.10.1 |
| 2068 | 2026-09-18T16:28:09.891Z | Compiling iana-time-zone v0.1.65 |
| 2069 | 2026-09-18T16:28:10.064Z | Compiling ucd-trie v0.1.7 |
| 2070 | 2026-09-18T16:28:10.159Z | Compiling fnv v1.0.7 |
| 2071 | 2026-09-18T16:28:10.159Z | Compiling regex-syntax v0.8.10 |
| 2072 | 2026-09-18T16:28:10.197Z | Compiling uuid v1.23.4 |
| 2073 | 2026-09-18T16:28:10.217Z | Compiling pest v2.8.6 |
| 2074 | 2026-09-18T16:28:10.236Z | Compiling vcpkg v0.2.15 |
| 2075 | 2026-09-18T16:28:10.295Z | Compiling ident_case v1.0.1 |
| 2076 | 2026-09-18T16:28:10.346Z | Compiling const-oid v0.9.6 |
| 2077 | 2026-09-18T16:28:10.699Z | Compiling rustc_version v0.4.1 |
| 2078 | 2026-09-18T16:28:10.769Z | Compiling dyn-clone v1.0.20 |
| 2079 | 2026-09-18T16:28:10.840Z | Compiling rustls v0.23.41 |
| 2080 | 2026-09-18T16:28:10.867Z | Compiling openssl-sys v0.9.117 |
| 2081 | 2026-09-18T16:28:10.916Z | Compiling futures-sink v0.3.32 |
| 2082 | 2026-09-18T16:28:10.970Z | Compiling synstructure v0.13.2 |
| 2083 | 2026-09-18T16:28:10.973Z | Compiling serde_derive_internals v0.29.1 |
| 2084 | 2026-09-18T16:28:11.050Z | Compiling futures-channel v0.3.32 |
| 2085 | 2026-09-18T16:28:11.152Z | Compiling aho-corasick v1.1.4 |
| 2086 | 2026-09-18T16:28:11.191Z | Compiling slab v0.4.12 |
| 2087 | 2026-09-18T16:28:11.350Z | Compiling futures-io v0.3.32 |
| 2088 | 2026-09-18T16:28:11.367Z | Compiling futures-task v0.3.32 |
| 2089 | 2026-09-18T16:28:11.398Z | Compiling pest_meta v2.8.6 |
| 2090 | 2026-09-18T16:28:11.560Z | Compiling num-conv v0.2.0 |
| 2091 | 2026-09-18T16:28:11.579Z | Compiling time-core v0.1.8 |
| 2092 | 2026-09-18T16:28:11.608Z | Compiling plain v0.2.3 |
| 2093 | 2026-09-18T16:28:11.624Z | Compiling radium v0.7.0 |
| 2094 | 2026-09-18T16:28:11.643Z | Compiling cmov v0.5.4 |
| 2095 | 2026-09-18T16:28:11.738Z | Compiling crossbeam-utils v0.8.21 |
| 2096 | 2026-09-18T16:28:11.757Z | Compiling maybe-uninit v2.0.0 |
| 2097 | 2026-09-18T16:28:11.772Z | Compiling base64 v0.22.1 |
| 2098 | 2026-09-18T16:28:11.791Z | Compiling time-macros v0.2.27 |
| 2099 | 2026-09-18T16:28:11.870Z | Compiling ctutils v0.4.2 |
| 2100 | 2026-09-18T16:28:11.926Z | Compiling base64ct v1.8.3 |
| 2101 | 2026-09-18T16:28:11.940Z | Compiling openssl v0.10.80 |
| 2102 | 2026-09-18T16:28:11.975Z | Compiling pretty-hex v0.4.1 |
| 2103 | 2026-09-18T16:28:12.074Z | Compiling pest_generator v2.8.6 |
| 2104 | 2026-09-18T16:28:12.081Z | Compiling regex-automata v0.4.14 |
| 2105 | 2026-09-18T16:28:12.110Z | Compiling slog v2.8.2 |
| 2106 | 2026-09-18T16:28:12.134Z | Compiling unicode-segmentation v1.12.0 |
| 2107 | 2026-09-18T16:28:12.156Z | Compiling flagset v0.4.7 |
| 2108 | 2026-09-18T16:28:12.198Z | Compiling pem-rfc7468 v0.7.0 |
| 2109 | 2026-09-18T16:28:12.220Z | Compiling serde_derive v1.0.228 |
| 2110 | 2026-09-18T16:28:12.239Z | Compiling zeroize_derive v1.5.0 |
| 2111 | 2026-09-18T16:28:12.242Z | Compiling zerofrom-derive v0.1.6 |
| 2112 | 2026-09-18T16:28:12.256Z | Compiling yoke-derive v0.8.1 |
| 2113 | 2026-09-18T16:28:12.321Z | Compiling zerovec-derive v0.11.2 |
| 2114 | 2026-09-18T16:28:12.355Z | Compiling displaydoc v0.2.5 |
| 2115 | 2026-09-18T16:28:12.372Z | Compiling zerocopy-derive v0.8.55 |
| 2116 | 2026-09-18T16:28:12.408Z | Compiling tokio-macros v2.7.0 |
| 2117 | 2026-09-18T16:28:12.505Z | Compiling futures-macro v0.3.32 |
| 2118 | 2026-09-18T16:28:12.536Z | Compiling thiserror-impl v2.0.18 |
| 2119 | 2026-09-18T16:28:12.578Z | Compiling schemars_derive v0.8.22 |
| 2120 | 2026-09-18T16:28:12.637Z | Compiling der_derive v0.7.3 |
| 2121 | 2026-09-18T16:28:12.686Z | Compiling tracing-attributes v0.1.31 |
| 2122 | 2026-09-18T16:28:12.734Z | Compiling thiserror-impl v1.0.69 |
| 2123 | 2026-09-18T16:28:12.790Z | Compiling pest_derive v2.8.6 |
| 2124 | 2026-09-18T16:28:12.901Z | Compiling scroll_derive v0.13.1 |
| 2125 | 2026-09-18T16:28:13.085Z | Compiling scroll_derive v0.12.1 |
| 2126 | 2026-09-18T16:28:13.323Z | Compiling openssl-macros v0.1.1 |
| 2127 | 2026-09-18T16:28:13.329Z | Compiling darling_core v0.23.0 |
| 2128 | 2026-09-18T16:28:13.366Z | Compiling futures-util v0.3.32 |
| 2129 | 2026-09-18T16:28:13.459Z | Compiling zerofrom v0.1.6 |
| 2130 | 2026-09-18T16:28:13.621Z | Compiling yoke v0.8.1 |
| 2131 | 2026-09-18T16:28:13.824Z | Compiling zerovec v0.11.5 |
| 2132 | 2026-09-18T16:28:13.834Z | Compiling zerotrie v0.2.3 |
| 2133 | 2026-09-18T16:28:13.881Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2134 | 2026-09-18T16:28:13.881Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2135 | 2026-09-18T16:28:13.941Z | Compiling syn v3.0.3 |
| 2136 | 2026-09-18T16:28:13.972Z | Compiling ahash v0.8.12 |
| 2137 | 2026-09-18T16:28:14.001Z | Compiling native-tls v0.2.18 |
| 2138 | 2026-09-18T16:28:14.017Z | Compiling paste v1.0.15 |
| 2139 | 2026-09-18T16:28:14.252Z | Compiling num-bigint-dig v0.8.6 |
| 2140 | 2026-09-18T16:28:14.285Z | Compiling packed_struct v0.10.1 |
| 2141 | 2026-09-18T16:28:14.345Z | Compiling anyhow v1.0.104 |
| 2142 | 2026-09-18T16:28:14.438Z | Compiling tinystr v0.8.2 |
| 2143 | 2026-09-18T16:28:14.500Z | Compiling potential_utf v0.1.4 |
| 2144 | 2026-09-18T16:28:14.538Z | Compiling regex v1.12.3 |
| 2145 | 2026-09-18T16:28:14.637Z | Compiling icu_locale_core v2.1.1 |
| 2146 | 2026-09-18T16:28:14.672Z | Compiling icu_collections v2.1.1 |
| 2147 | 2026-09-18T16:28:14.706Z | Compiling zerocopy-derive v0.7.35 |
| 2148 | 2026-09-18T16:28:15.440Z | Compiling zeroize v1.9.0 |
| 2149 | 2026-09-18T16:28:15.497Z | Compiling bytes v1.11.1 |
| 2150 | 2026-09-18T16:28:15.548Z | Compiling icu_provider v2.1.1 |
| 2151 | 2026-09-18T16:28:15.567Z | Compiling chrono v0.4.45 |
| 2152 | 2026-09-18T16:28:15.710Z | Compiling hybrid-array v0.4.13 |
| 2153 | 2026-09-18T16:28:15.893Z | Compiling icu_properties v2.1.2 |
| 2154 | 2026-09-18T16:28:15.925Z | Compiling icu_normalizer v2.1.1 |
| 2155 | 2026-09-18T16:28:16.044Z | Compiling tokio v1.52.1 |
| 2156 | 2026-09-18T16:28:16.230Z | Compiling crypto-common v0.1.7 |
| 2157 | 2026-09-18T16:28:16.393Z | Compiling block-buffer v0.10.4 |
| 2158 | 2026-09-18T16:28:16.515Z | Compiling serde_tokenstream v0.2.3 |
| 2159 | 2026-09-18T16:28:16.559Z | Compiling digest v0.10.7 |
| 2160 | 2026-09-18T16:28:16.598Z | Compiling der v0.7.10 |
| 2161 | 2026-09-18T16:28:16.738Z | Compiling http v1.4.2 |
| 2162 | 2026-09-18T16:28:16.803Z | Compiling idna_adapter v1.2.1 |
| 2163 | 2026-09-18T16:28:16.973Z | Compiling idna v1.1.0 |
| 2164 | 2026-09-18T16:28:17.010Z | Compiling ppv-lite86 v0.2.21 |
| 2165 | 2026-09-18T16:28:17.082Z | Compiling darling_macro v0.23.0 |
| 2166 | 2026-09-18T16:28:17.099Z | Compiling tracing-core v0.1.36 |
| 2167 | 2026-09-18T16:28:17.253Z | Compiling cookie v0.18.1 |
| 2168 | 2026-09-18T16:28:17.367Z | Compiling url v2.5.8 |
| 2169 | 2026-09-18T16:28:17.490Z | Compiling spki v0.7.3 |
| 2170 | 2026-09-18T16:28:17.564Z | Compiling camino v1.2.5 |
| 2171 | 2026-09-18T16:28:17.615Z | Compiling fastrand v2.3.0 |
| 2172 | 2026-09-18T16:28:17.722Z | Compiling darling v0.23.0 |
| 2173 | 2026-09-18T16:28:17.725Z | Compiling tracing v0.1.44 |
| 2174 | 2026-09-18T16:28:17.756Z | Compiling crypto-common v0.2.2 |
| 2175 | 2026-09-18T16:28:17.806Z | Compiling block-buffer v0.12.1 |
| 2176 | 2026-09-18T16:28:17.920Z | Compiling serde_spanned v0.6.9 |
| 2177 | 2026-09-18T16:28:17.937Z | Compiling toml_datetime v0.6.11 |
| 2178 | 2026-09-18T16:28:18.051Z | Compiling bitfield-macros v0.19.4 |
| 2179 | 2026-09-18T16:28:18.065Z | Compiling clap_derive v4.6.1 |
| 2180 | 2026-09-18T16:28:18.133Z | Compiling zerocopy-derive v0.6.6 |
| 2181 | 2026-09-18T16:28:18.178Z | Compiling packed_struct_codegen v0.10.1 |
| 2182 | 2026-09-18T16:28:18.197Z | Compiling indexmap v1.9.3 |
| 2183 | 2026-09-18T16:28:18.214Z | Compiling object v0.37.3 |
| 2184 | 2026-09-18T16:28:18.466Z | Compiling pkcs8 v0.10.2 |
| 2185 | 2026-09-18T16:28:18.513Z | Compiling http-body v1.0.1 |
| 2186 | 2026-09-18T16:28:18.686Z | Compiling daft-derive v0.1.8 |
| 2187 | 2026-09-18T16:28:18.739Z | Compiling rustls-pki-types v1.14.0 |
| 2188 | 2026-09-18T16:28:18.912Z | Compiling rand_core v0.9.5 |
| 2189 | 2026-09-18T16:28:18.954Z | Compiling spin v0.9.8 |
| 2190 | 2026-09-18T16:28:19.014Z | Compiling usdt-impl v0.5.0 |
| 2191 | 2026-09-18T16:28:19.144Z | Compiling tinyvec_macros v0.1.1 |
| 2192 | 2026-09-18T16:28:19.169Z | Compiling winnow v0.5.40 |
| 2193 | 2026-09-18T16:28:19.187Z | Compiling ref-cast v1.0.25 |
| 2194 | 2026-09-18T16:28:19.229Z | Compiling usdt-impl v0.6.0 |
| 2195 | 2026-09-18T16:28:19.246Z | Compiling utf8parse v0.2.2 |
| 2196 | 2026-09-18T16:28:19.282Z | Compiling anstyle v1.0.14 |
| 2197 | 2026-09-18T16:28:19.365Z | Compiling either v1.15.0 |
| 2198 | 2026-09-18T16:28:19.381Z | Compiling openssl-probe v0.2.1 |
| 2199 | 2026-09-18T16:28:19.399Z | Compiling anstyle-parse v1.0.0 |
| 2200 | 2026-09-18T16:28:19.495Z | Compiling tinyvec v1.10.0 |
| 2201 | 2026-09-18T16:28:19.622Z | Compiling tempfile v3.27.0 |
| 2202 | 2026-09-18T16:28:19.636Z | Compiling scroll v0.12.0 |
| 2203 | 2026-09-18T16:28:19.750Z | Compiling scroll v0.13.0 |
| 2204 | 2026-09-18T16:28:19.828Z | Compiling terminal_size v0.4.3 |
| 2205 | 2026-09-18T16:28:19.861Z | Compiling async-trait v0.1.89 |
| 2206 | 2026-09-18T16:28:19.862Z | Compiling heapless v0.7.17 |
| 2207 | 2026-09-18T16:28:19.955Z | Compiling tokio-util v0.7.18 |
| 2208 | 2026-09-18T16:28:19.984Z | Compiling tower-service v0.3.3 |
| 2209 | 2026-09-18T16:28:20.061Z | Compiling signal-hook v0.3.18 |
| 2210 | 2026-09-18T16:28:20.075Z | Compiling try-lock v0.2.5 |
| 2211 | 2026-09-18T16:28:20.090Z | Compiling winnow v0.7.14 |
| 2212 | 2026-09-18T16:28:20.142Z | Compiling colorchoice v1.0.4 |
| 2213 | 2026-09-18T16:28:20.603Z | Compiling cpufeatures v0.2.17 |
| 2214 | 2026-09-18T16:28:20.603Z | Compiling is_terminal_polyfill v1.70.2 |
| 2215 | 2026-09-18T16:28:20.626Z | Compiling anstyle-query v1.1.5 |
| 2216 | 2026-09-18T16:28:20.626Z | Compiling zstd-safe v7.2.4 |
| 2217 | 2026-09-18T16:28:20.626Z | Compiling winnow v1.0.3 |
| 2218 | 2026-09-18T16:28:20.626Z | Compiling atomic-waker v1.1.2 |
| 2219 | 2026-09-18T16:28:20.626Z | Compiling untrusted v0.7.1 |
| 2220 | 2026-09-18T16:28:20.626Z | Compiling simd-adler32 v0.3.8 |
| 2221 | 2026-09-18T16:28:20.626Z | Compiling litrs v1.0.0 |
| 2222 | 2026-09-18T16:28:20.626Z | Compiling tower-layer v0.3.3 |
| 2223 | 2026-09-18T16:28:20.626Z | Compiling toml_edit v0.19.15 |
| 2224 | 2026-09-18T16:28:20.801Z | Compiling rustix v0.38.44 |
| 2225 | 2026-09-18T16:28:20.883Z | Compiling h2 v0.4.15 |
| 2226 | 2026-09-18T16:28:20.906Z | Compiling document-features v0.2.12 |
| 2227 | 2026-09-18T16:28:20.934Z | Compiling anstream v1.0.0 |
| 2228 | 2026-09-18T16:28:21.047Z | Compiling want v0.3.1 |
| 2229 | 2026-09-18T16:28:21.186Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2230 | 2026-09-18T16:28:21.244Z | Compiling goblin v0.10.5 |
| 2231 | 2026-09-18T16:28:21.308Z | Compiling goblin v0.8.2 |
| 2232 | 2026-09-18T16:28:21.360Z | Compiling rand_chacha v0.9.0 |
| 2233 | 2026-09-18T16:28:21.360Z | Compiling ipnetwork v0.21.1 |
| 2234 | 2026-09-18T16:28:21.402Z | Compiling block-padding v0.4.2 |
| 2235 | 2026-09-18T16:28:21.468Z | Compiling zerocopy v0.7.35 |
| 2236 | 2026-09-18T16:28:21.529Z | Compiling ipnet v2.12.0 |
| 2237 | 2026-09-18T16:28:21.566Z | Compiling heck v0.4.1 |
| 2238 | 2026-09-18T16:28:21.601Z | Compiling ref-cast-impl v1.0.25 |
| 2239 | 2026-09-18T16:28:21.624Z | Compiling structmeta-derive v0.3.0 |
| 2240 | 2026-09-18T16:28:21.714Z | Compiling curve25519-dalek v4.1.3 |
| 2241 | 2026-09-18T16:28:21.780Z | Compiling darling_core v0.20.11 |
| 2242 | 2026-09-18T16:28:21.874Z | Compiling memoffset v0.9.1 |
| 2243 | 2026-09-18T16:28:21.968Z | Compiling foreign-types-shared v0.1.1 |
| 2244 | 2026-09-18T16:28:22.028Z | Compiling cpufeatures v0.3.0 |
| 2245 | 2026-09-18T16:28:22.061Z | Compiling httpdate v1.0.3 |
| 2246 | 2026-09-18T16:28:22.153Z | Compiling const-oid v0.10.2 |
| 2247 | 2026-09-18T16:28:22.161Z | Compiling adler2 v2.0.1 |
| 2248 | 2026-09-18T16:28:22.198Z | Compiling powerfmt v0.2.0 |
| 2249 | 2026-09-18T16:28:22.312Z | Compiling untrusted v0.9.0 |
| 2250 | 2026-09-18T16:28:22.346Z | Compiling tap v1.0.1 |
| 2251 | 2026-09-18T16:28:22.390Z | Compiling deranged v0.5.8 |
| 2252 | 2026-09-18T16:28:22.436Z | Compiling digest v0.11.3 |
| 2253 | 2026-09-18T16:28:22.467Z | Compiling miniz_oxide v0.8.9 |
| 2254 | 2026-09-18T16:28:22.511Z | Compiling wyz v0.5.1 |
| 2255 | 2026-09-18T16:28:22.537Z | Compiling foreign-types v0.3.2 |
| 2256 | 2026-09-18T16:28:22.615Z | Compiling structmeta v0.3.0 |
| 2257 | 2026-09-18T16:28:22.622Z | Compiling rand v0.9.2 |
| 2258 | 2026-09-18T16:28:22.682Z | Compiling inout v0.2.2 |
| 2259 | 2026-09-18T16:28:22.697Z | Compiling unicode-normalization v0.1.25 |
| 2260 | 2026-09-18T16:28:22.891Z | Compiling dtrace-parser v0.2.0 |
| 2261 | 2026-09-18T16:28:22.902Z | Compiling rand_chacha v0.3.1 |
| 2262 | 2026-09-18T16:28:22.964Z | Compiling signature v2.2.0 |
| 2263 | 2026-09-18T16:28:23.217Z | Compiling hex v0.4.3 |
| 2264 | 2026-09-18T16:28:23.265Z | Compiling dtrace-parser v0.3.0 |
| 2265 | 2026-09-18T16:28:23.285Z | Compiling pin-project-internal v1.1.11 |
| 2266 | 2026-09-18T16:28:23.329Z | Compiling hubpack_derive v0.1.1 |
| 2267 | 2026-09-18T16:28:23.460Z | Compiling num-integer v0.1.46 |
| 2268 | 2026-09-18T16:28:23.528Z | Compiling dof v0.3.0 |
| 2269 | 2026-09-18T16:28:23.547Z | Compiling thread-id v4.2.2 |
| 2270 | 2026-09-18T16:28:23.658Z | Compiling thread-id v5.1.0 |
| 2271 | 2026-09-18T16:28:23.745Z | Compiling socket2 v0.5.10 |
| 2272 | 2026-09-18T16:28:23.773Z | Compiling wait-timeout v0.2.1 |
| 2273 | 2026-09-18T16:28:23.798Z | Compiling smoltcp v0.9.1 |
| 2274 | 2026-09-18T16:28:23.827Z | Compiling owo-colors v4.3.0 |
| 2275 | 2026-09-18T16:28:23.838Z | Compiling darling_macro v0.20.11 |
| 2276 | 2026-09-18T16:28:23.853Z | Compiling num_threads v0.1.7 |
| 2277 | 2026-09-18T16:28:23.910Z | Compiling clap_lex v1.0.0 |
| 2278 | 2026-09-18T16:28:23.927Z | Compiling hyper v1.10.1 |
| 2279 | 2026-09-18T16:28:23.974Z | Compiling cfg_aliases v0.2.1 |
| 2280 | 2026-09-18T16:28:24.035Z | Compiling dof v0.4.0 |
| 2281 | 2026-09-18T16:28:24.061Z | Compiling funty v2.0.0 |
| 2282 | 2026-09-18T16:28:24.153Z | Compiling quick-error v1.2.3 |
| 2283 | 2026-09-18T16:28:24.317Z | Compiling bit-vec v0.8.0 |
| 2284 | 2026-09-18T16:28:24.353Z | Compiling time v0.3.47 |
| 2285 | 2026-09-18T16:28:24.376Z | Compiling rusty-fork v0.3.1 |
| 2286 | 2026-09-18T16:28:24.381Z | Compiling nix v0.31.2 |
| 2287 | 2026-09-18T16:28:24.390Z | Compiling darling v0.20.11 |
| 2288 | 2026-09-18T16:28:24.471Z | Compiling bitvec v1.0.1 |
| 2289 | 2026-09-18T16:28:24.512Z | Compiling clap_builder v4.6.0 |
| 2290 | 2026-09-18T16:28:24.575Z | Compiling bit-set v0.8.0 |
| 2291 | 2026-09-18T16:28:24.603Z | Compiling num-iter v0.1.45 |
| 2292 | 2026-09-18T16:28:24.766Z | Compiling rand v0.8.6 |
| 2293 | 2026-09-18T16:28:24.802Z | Compiling cipher v0.5.2 |
| 2294 | 2026-09-18T16:28:25.043Z | Compiling hyper-util v0.1.20 |
| 2295 | 2026-09-18T16:28:25.086Z | Compiling sha2 v0.10.9 |
| 2296 | 2026-09-18T16:28:25.274Z | Compiling lazy_static v1.5.0 |
| 2297 | 2026-09-18T16:28:25.313Z | Compiling rand_xorshift v0.4.0 |
| 2298 | 2026-09-18T16:28:25.362Z | Compiling erased-serde v0.3.31 |
| 2299 | 2026-09-18T16:28:25.481Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2300 | 2026-09-18T16:28:25.498Z | Compiling sync_wrapper v1.0.2 |
| 2301 | 2026-09-18T16:28:25.627Z | Compiling unarray v0.1.4 |
| 2302 | 2026-09-18T16:28:25.672Z | Compiling siphasher v1.0.2 |
| 2303 | 2026-09-18T16:28:25.917Z | Compiling crc-catalog v2.4.0 |
| 2304 | 2026-09-18T16:28:25.958Z | Compiling nodrop v0.1.14 |
| 2305 | 2026-09-18T16:28:26.006Z | Compiling clap v4.6.1 |
| 2306 | 2026-09-18T16:28:26.024Z | Compiling crc v3.4.0 |
| 2307 | 2026-09-18T16:28:26.053Z | Compiling array-init v0.0.4 |
| 2308 | 2026-09-18T16:28:26.316Z | Compiling proptest v1.11.0 |
| 2309 | 2026-09-18T16:28:26.319Z | Compiling tower v0.5.3 |
| 2310 | 2026-09-18T16:28:26.827Z | Compiling chacha20 v0.10.0 |
| 2311 | 2026-09-18T16:28:26.858Z | Compiling smallvec v0.6.14 |
| 2312 | 2026-09-18T16:28:27.069Z | Compiling derive_builder_core v0.20.2 |
| 2313 | 2026-09-18T16:28:27.086Z | Compiling snafu-derive v0.8.9 |
| 2314 | 2026-09-18T16:28:27.139Z | Compiling zerocopy v0.6.6 |
| 2315 | 2026-09-18T16:28:27.248Z | Compiling bitfield v0.19.4 |
| 2316 | 2026-09-18T16:28:27.407Z | Compiling http-body-util v0.1.3 |
| 2317 | 2026-09-18T16:28:27.429Z | Compiling pkcs1 v0.7.5 |
| 2318 | 2026-09-18T16:28:27.531Z | Compiling strum_macros v0.27.2 |
| 2319 | 2026-09-18T16:28:27.548Z | Compiling strum_macros v0.26.4 |
| 2320 | 2026-09-18T16:28:27.636Z | Compiling env_filter v2.0.0 |
| 2321 | 2026-09-18T16:28:27.671Z | Compiling fs-err v3.3.0 |
| 2322 | 2026-09-18T16:28:27.847Z | Compiling unicode-properties v0.1.4 |
| 2323 | 2026-09-18T16:28:27.882Z | Compiling unicode-bidi v0.3.18 |
| 2324 | 2026-09-18T16:28:27.903Z | Compiling allocator-api2 v0.2.21 |
| 2325 | 2026-09-18T16:28:27.959Z | Compiling base64 v0.21.7 |
| 2326 | 2026-09-18T16:28:28.115Z | Compiling hashbrown v0.12.3 |
| 2327 | 2026-09-18T16:28:28.221Z | Compiling iri-string v0.7.10 |
| 2328 | 2026-09-18T16:28:28.291Z | Compiling gimli v0.32.3 |
| 2329 | 2026-09-18T16:28:28.311Z | Compiling ryu v1.0.23 |
| 2330 | 2026-09-18T16:28:28.405Z | Compiling newtype-uuid v1.3.2 |
| 2331 | 2026-09-18T16:28:28.494Z | Compiling serde_urlencoded v0.7.1 |
| 2332 | 2026-09-18T16:28:28.653Z | Compiling stringprep v0.1.5 |
| 2333 | 2026-09-18T16:28:28.732Z | Compiling ron v0.8.1 |
| 2334 | 2026-09-18T16:28:29.007Z | Compiling derive_builder_macro v0.20.2 |
| 2335 | 2026-09-18T16:28:29.044Z | Compiling env_logger v0.11.11 |
| 2336 | 2026-09-18T16:28:29.243Z | Compiling rsa v0.9.10 |
| 2337 | 2026-09-18T16:28:29.308Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2338 | 2026-09-18T16:28:29.392Z | Compiling tower-http v0.6.8 |
| 2339 | 2026-09-18T16:28:29.410Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2340 | 2026-09-18T16:28:29.431Z | Compiling oxnet v0.1.6 |
| 2341 | 2026-09-18T16:28:29.541Z | Compiling tokio-native-tls v0.3.1 |
| 2342 | 2026-09-18T16:28:29.597Z | Compiling rand v0.10.1 |
| 2343 | 2026-09-18T16:28:29.614Z | Compiling serde-hex v0.1.0 |
| 2344 | 2026-09-18T16:28:29.617Z | Compiling hashbrown v0.13.2 |
| 2345 | 2026-09-18T16:28:29.721Z | Compiling bzip2 v0.4.4 |
| 2346 | 2026-09-18T16:28:29.734Z | Compiling usdt-macro v0.6.0 |
| 2347 | 2026-09-18T16:28:29.835Z | Compiling usdt-attr-macro v0.6.0 |
| 2348 | 2026-09-18T16:28:29.850Z | Compiling sha2 v0.11.0 |
| 2349 | 2026-09-18T16:28:29.892Z | Compiling derive-ex v0.1.8 |
| 2350 | 2026-09-18T16:28:29.908Z | Compiling md-5 v0.11.0 |
| 2351 | 2026-09-18T16:28:30.125Z | Compiling addr2line v0.25.1 |
| 2352 | 2026-09-18T16:28:30.142Z | Compiling hmac v0.13.0 |
| 2353 | 2026-09-18T16:28:30.399Z | Compiling rustls-native-certs v0.8.3 |
| 2354 | 2026-09-18T16:28:30.472Z | Compiling x509-cert v0.2.5 |
| 2355 | 2026-09-18T16:28:30.616Z | Compiling bstr v1.12.1 |
| 2356 | 2026-09-18T16:28:30.660Z | Compiling convert_case v0.10.0 |
| 2357 | 2026-09-18T16:28:30.798Z | Compiling vergen-lib v9.1.0 |
| 2358 | 2026-09-18T16:28:30.822Z | Compiling hash32 v0.2.1 |
| 2359 | 2026-09-18T16:28:30.867Z | Compiling encoding_rs v0.8.35 |
| 2360 | 2026-09-18T16:28:31.034Z | Compiling zlib-rs v0.6.2 |
| 2361 | 2026-09-18T16:28:31.064Z | Compiling bumpalo v3.20.2 |
| 2362 | 2026-09-18T16:28:31.174Z | Compiling mime v0.3.17 |
| 2363 | 2026-09-18T16:28:31.195Z | Compiling fallible-iterator v0.2.0 |
| 2364 | 2026-09-18T16:28:31.212Z | Compiling rustc-demangle v0.1.27 |
| 2365 | 2026-09-18T16:28:31.328Z | Compiling crc-any v2.5.0 |
| 2366 | 2026-09-18T16:28:31.433Z | Compiling libbz2-rs-sys v0.2.2 |
| 2367 | 2026-09-18T16:28:31.553Z | Compiling unicode-width v0.2.0 |
| 2368 | 2026-09-18T16:28:31.586Z | Compiling psl-types v2.0.11 |
| 2369 | 2026-09-18T16:28:31.699Z | Compiling publicsuffix v2.3.0 |
| 2370 | 2026-09-18T16:28:31.868Z | Compiling bzip2 v0.6.1 |
| 2371 | 2026-09-18T16:28:31.959Z | Compiling backtrace v0.3.76 |
| 2372 | 2026-09-18T16:28:31.973Z | Compiling postgres-protocol v0.6.12 |
| 2373 | 2026-09-18T16:28:32.017Z | Compiling test-strategy v0.4.5 |
| 2374 | 2026-09-18T16:28:32.020Z | Compiling zopfli v0.8.3 |
| 2375 | 2026-09-18T16:28:32.126Z | Compiling derive_more-impl v2.1.1 |
| 2376 | 2026-09-18T16:28:32.569Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2377 | 2026-09-18T16:28:32.899Z | Compiling object v0.30.4 |
| 2378 | 2026-09-18T16:28:33.002Z | Compiling zip v0.6.6 |
| 2379 | 2026-09-18T16:28:33.132Z | Compiling flate2 v1.1.9 |
| 2380 | 2026-09-18T16:28:33.175Z | Compiling daft v0.1.8 |
| 2381 | 2026-09-18T16:28:33.192Z | Compiling hyper-tls v0.6.0 |
| 2382 | 2026-09-18T16:28:33.234Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2383 | 2026-09-18T16:28:33.251Z | Compiling derive_builder v0.20.2 |
| 2384 | 2026-09-18T16:28:33.398Z | Compiling phf_shared v0.13.1 |
| 2385 | 2026-09-18T16:28:33.437Z | Compiling pin-project v1.1.11 |
| 2386 | 2026-09-18T16:28:33.528Z | Compiling hubpack v0.1.2 |
| 2387 | 2026-09-18T16:28:33.563Z | Compiling toml v0.7.8 |
| 2388 | 2026-09-18T16:28:33.565Z | Compiling serde_with_macros v3.21.0 |
| 2389 | 2026-09-18T16:28:33.653Z | Compiling hmac v0.12.1 |
| 2390 | 2026-09-18T16:28:33.668Z | Compiling futures-executor v0.3.32 |
| 2391 | 2026-09-18T16:28:33.737Z | Compiling async-recursion v1.1.1 |
| 2392 | 2026-09-18T16:28:33.764Z | Compiling serde_repr v0.1.20 |
| 2393 | 2026-09-18T16:28:33.822Z | Compiling enum-as-inner v0.6.1 |
| 2394 | 2026-09-18T16:28:33.875Z | Compiling miette-derive v7.6.0 |
| 2395 | 2026-09-18T16:28:33.971Z | Compiling ff v0.13.1 |
| 2396 | 2026-09-18T16:28:33.974Z | Compiling vergen v9.1.0 |
| 2397 | 2026-09-18T16:28:34.004Z | Compiling cargo-platform v0.3.2 |
| 2398 | 2026-09-18T16:28:34.067Z | Compiling unicode-linebreak v0.1.5 |
| 2399 | 2026-09-18T16:28:34.131Z | Compiling managed v0.8.0 |
| 2400 | 2026-09-18T16:28:34.236Z | Compiling bitflags v1.3.2 |
| 2401 | 2026-09-18T16:28:34.281Z | Compiling is_ci v1.2.0 |
| 2402 | 2026-09-18T16:28:34.329Z | Compiling base16ct v0.2.0 |
| 2403 | 2026-09-18T16:28:34.348Z | Compiling jiff-core v0.1.0 |
| 2404 | 2026-09-18T16:28:34.407Z | Compiling foldhash v0.1.5 |
| 2405 | 2026-09-18T16:28:34.517Z | Compiling same-file v1.0.6 |
| 2406 | 2026-09-18T16:28:34.618Z | Compiling smawk v0.3.2 |
| 2407 | 2026-09-18T16:28:34.637Z | Compiling path-slash v0.1.5 |
| 2408 | 2026-09-18T16:28:34.696Z | Compiling walkdir v2.5.0 |
| 2409 | 2026-09-18T16:28:34.699Z | Compiling hashbrown v0.15.5 |
| 2410 | 2026-09-18T16:28:34.734Z | Compiling textwrap v0.16.2 |
| 2411 | 2026-09-18T16:28:34.792Z | Compiling sec1 v0.7.3 |
| 2412 | 2026-09-18T16:28:34.994Z | Compiling supports-color v3.0.2 |
| 2413 | 2026-09-18T16:28:35.047Z | Compiling cargo_metadata v0.23.1 |
| 2414 | 2026-09-18T16:28:35.095Z | Compiling jiff v0.2.34 |
| 2415 | 2026-09-18T16:28:35.137Z | Compiling group v0.13.0 |
| 2416 | 2026-09-18T16:28:35.329Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2417 | 2026-09-18T16:28:35.372Z | Compiling futures v0.3.32 |
| 2418 | 2026-09-18T16:28:35.415Z | Compiling hkdf v0.12.4 |
| 2419 | 2026-09-18T16:28:35.711Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 2420 | 2026-09-18T16:28:35.841Z | Compiling phf v0.13.1 |
| 2421 | 2026-09-18T16:28:36.041Z | Compiling snafu v0.8.9 |
| 2422 | 2026-09-18T16:28:36.179Z | Compiling reqwest v0.12.28 |
| 2423 | 2026-09-18T16:28:36.388Z | Compiling signal-hook-mio v0.2.5 |
| 2424 | 2026-09-18T16:28:36.469Z | Compiling cookie_store v0.22.1 |
| 2425 | 2026-09-18T16:28:36.490Z | Compiling backtrace-ext v0.2.1 |
| 2426 | 2026-09-18T16:28:36.523Z | Compiling postgres-types v0.2.14 |
| 2427 | 2026-09-18T16:28:36.540Z | Compiling zstd v0.13.3 |
| 2428 | 2026-09-18T16:28:36.666Z | Compiling globset v0.4.18 |
| 2429 | 2026-09-18T16:28:36.724Z | Compiling strum v0.27.2 |
| 2430 | 2026-09-18T16:28:36.780Z | Compiling hashbrown v0.16.1 |
| 2431 | 2026-09-18T16:28:36.873Z | Compiling phf_shared v0.11.3 |
| 2432 | 2026-09-18T16:28:36.922Z | Compiling crossbeam-epoch v0.9.18 |
| 2433 | 2026-09-18T16:28:37.008Z | Compiling byte-wrapper v0.1.0 |
| 2434 | 2026-09-18T16:28:37.056Z | Compiling olpc-cjson v0.1.4 |
| 2435 | 2026-09-18T16:28:37.073Z | Compiling ed25519 v2.2.3 |
| 2436 | 2026-09-18T16:28:37.322Z | Compiling crypto-bigint v0.5.5 |
| 2437 | 2026-09-18T16:28:37.357Z | Compiling serde-big-array v0.5.1 |
| 2438 | 2026-09-18T16:28:37.360Z | Compiling serde_plain v1.0.2 |
| 2439 | 2026-09-18T16:28:37.360Z | Compiling pem v3.0.6 |
| 2440 | 2026-09-18T16:28:37.487Z | Compiling float-cmp v0.10.0 |
| 2441 | 2026-09-18T16:28:37.540Z | Compiling memmap2 v0.9.10 |
| 2442 | 2026-09-18T16:28:37.580Z | Compiling supports-hyperlinks v3.2.0 |
| 2443 | 2026-09-18T16:28:37.655Z | Compiling predicates-core v1.0.10 |
| 2444 | 2026-09-18T16:28:37.703Z | Compiling normalize-line-endings v0.3.0 |
| 2445 | 2026-09-18T16:28:37.719Z | Compiling toml_write v0.1.2 |
| 2446 | 2026-09-18T16:28:37.770Z | Compiling unicode-width v0.1.14 |
| 2447 | 2026-09-18T16:28:37.817Z | Compiling fixedbitset v0.4.2 |
| 2448 | 2026-09-18T16:28:37.836Z | Compiling new_debug_unreachable v1.0.6 |
| 2449 | 2026-09-18T16:28:37.852Z | Compiling typed-path v0.9.3 |
| 2450 | 2026-09-18T16:28:37.867Z | Compiling precomputed-hash v0.1.1 |
| 2451 | 2026-09-18T16:28:37.911Z | Compiling typed-path v0.12.3 |
| 2452 | 2026-09-18T16:28:37.942Z | Compiling difflib v0.4.0 |
| 2453 | 2026-09-18T16:28:37.993Z | Compiling keccak v0.1.6 |
| 2454 | 2026-09-18T16:28:38.017Z | Compiling static_assertions v1.1.0 |
| 2455 | 2026-09-18T16:28:38.091Z | Compiling data-encoding v2.10.0 |
| 2456 | 2026-09-18T16:28:38.142Z | Compiling fixedbitset v0.5.7 |
| 2457 | 2026-09-18T16:28:38.244Z | Compiling whoami v2.1.0 |
| 2458 | 2026-09-18T16:28:38.260Z | Compiling supports-unicode v3.0.0 |
| 2459 | 2026-09-18T16:28:38.288Z | Compiling elliptic-curve v0.13.8 |
| 2460 | 2026-09-18T16:28:38.401Z | Compiling hickory-proto v0.25.2 |
| 2461 | 2026-09-18T16:28:38.418Z | Compiling miette v7.6.0 |
| 2462 | 2026-09-18T16:28:38.437Z | Compiling petgraph v0.8.3 |
| 2463 | 2026-09-18T16:28:38.539Z | Compiling tokio-postgres v0.7.18 |
| 2464 | 2026-09-18T16:28:38.597Z | Compiling predicates v3.1.4 |
| 2465 | 2026-09-18T16:28:38.666Z | Compiling sha3 v0.10.8 |
| 2466 | 2026-09-18T16:28:38.685Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 2467 | 2026-09-18T16:28:38.797Z | Compiling zip v8.6.0 |
| 2468 | 2026-09-18T16:28:38.962Z | Compiling petgraph v0.6.5 |
| 2469 | 2026-09-18T16:28:39.003Z | Compiling string_cache v0.8.9 |
| 2470 | 2026-09-18T16:28:39.187Z | Compiling toml_edit v0.22.27 |
| 2471 | 2026-09-18T16:28:39.360Z | Compiling usdt v0.6.0 |
| 2472 | 2026-09-18T16:28:39.632Z | Compiling iddqd v0.4.2 |
| 2473 | 2026-09-18T16:28:39.803Z | Compiling zip v4.6.1 |
| 2474 | 2026-09-18T16:28:40.149Z | Compiling ed25519-dalek v2.2.0 |
| 2475 | 2026-09-18T16:28:40.378Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2476 | 2026-09-18T16:28:40.753Z | Compiling crossterm v0.28.1 |
| 2477 | 2026-09-18T16:28:41.067Z | Compiling serde_with v3.21.0 |
| 2478 | 2026-09-18T16:28:41.186Z | Compiling derive_more v2.1.1 |
| 2479 | 2026-09-18T16:28:41.221Z | Compiling similar v2.7.0 |
| 2480 | 2026-09-18T16:28:41.318Z | Compiling strum v0.26.3 |
| 2481 | 2026-09-18T16:28:41.507Z | Compiling tokio-stream v0.1.18 |
| 2482 | 2026-09-18T16:28:41.535Z | Compiling buf-list v1.1.2 |
| 2483 | 2026-09-18T16:28:41.580Z | Compiling itertools v0.13.0 |
| 2484 | 2026-09-18T16:28:41.694Z | Compiling openapiv3 v2.2.0 |
| 2485 | 2026-09-18T16:28:41.988Z | Compiling lalrpop-util v0.19.12 |
| 2486 | 2026-09-18T16:28:42.406Z | Compiling peg-runtime v0.8.5 |
| 2487 | 2026-09-18T16:28:56.446Z | Compiling macaddr v1.0.1 |
| 2488 | 2026-09-18T16:28:56.514Z | Compiling crucible-workspace-hack v0.1.0 |
| 2489 | 2026-09-18T16:28:56.543Z | Compiling rayon-core v1.13.0 |
| 2490 | 2026-09-18T16:28:56.546Z | Compiling itertools v0.15.0 |
| 2491 | 2026-09-18T16:28:56.578Z | Compiling secrecy v0.10.3 |
| 2492 | 2026-09-18T16:28:56.635Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2493 | 2026-09-18T16:28:56.707Z | Compiling heapless v0.8.0 |
| 2494 | 2026-09-18T16:28:56.725Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2495 | 2026-09-18T16:28:56.766Z | Compiling crossbeam-deque v0.8.6 |
| 2496 | 2026-09-18T16:28:56.781Z | Compiling inout v0.1.4 |
| 2497 | 2026-09-18T16:28:56.818Z | Compiling hash32 v0.3.1 |
| 2498 | 2026-09-18T16:28:56.852Z | Compiling multer v3.1.0 |
| 2499 | 2026-09-18T16:28:56.868Z | Compiling thread_local v1.1.9 |
| 2500 | 2026-09-18T16:28:56.884Z | Compiling smoltcp v0.11.0 |
| 2501 | 2026-09-18T16:28:56.965Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2502 | 2026-09-18T16:28:56.981Z | Compiling match_cfg v0.1.0 |
| 2503 | 2026-09-18T16:28:57.008Z | Compiling compression-core v0.4.31 |
| 2504 | 2026-09-18T16:28:57.011Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2505 | 2026-09-18T16:28:57.069Z | Compiling slog-async v2.8.0 |
| 2506 | 2026-09-18T16:28:57.093Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2507 | 2026-09-18T16:28:57.166Z | Compiling compression-codecs v0.4.37 |
| 2508 | 2026-09-18T16:28:57.188Z | Compiling hostname v0.3.1 |
| 2509 | 2026-09-18T16:28:57.261Z | Compiling cipher v0.4.4 |
| 2510 | 2026-09-18T16:28:57.284Z | Compiling atomicwrites v0.4.4 |
| 2511 | 2026-09-18T16:28:57.322Z | Compiling slog-json v2.6.1 |
| 2512 | 2026-09-18T16:28:57.367Z | Compiling crossbeam-channel v0.5.15 |
| 2513 | 2026-09-18T16:28:57.429Z | Compiling half v2.7.1 |
| 2514 | 2026-09-18T16:28:57.454Z | Compiling newtype-uuid-macros v0.1.0 |
| 2515 | 2026-09-18T16:28:57.525Z | Compiling proc-macro-crate v3.4.0 |
| 2516 | 2026-09-18T16:28:57.566Z | Compiling universal-hash v0.5.1 |
| 2517 | 2026-09-18T16:28:57.586Z | Compiling serde_tokenstream v0.3.0 |
| 2518 | 2026-09-18T16:28:57.734Z | Compiling cobs v0.3.0 |
| 2519 | 2026-09-18T16:28:57.755Z | Compiling async-stream-impl v0.3.6 |
| 2520 | 2026-09-18T16:28:57.760Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2521 | 2026-09-18T16:28:57.786Z | Compiling serde_spanned v1.1.1 |
| 2522 | 2026-09-18T16:28:57.876Z | Compiling ingot-macros v0.2.0 |
| 2523 | 2026-09-18T16:28:57.893Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2524 | 2026-09-18T16:28:57.908Z | Compiling is-terminal v0.4.17 |
| 2525 | 2026-09-18T16:28:57.955Z | Compiling proc-macro-error-attr v1.0.4 |
| 2526 | 2026-09-18T16:28:57.993Z | Compiling dropshot v0.17.1 |
| 2527 | 2026-09-18T16:28:57.993Z | Compiling ciborium-io v0.2.2 |
| 2528 | 2026-09-18T16:28:58.010Z | Compiling term v1.2.1 |
| 2529 | 2026-09-18T16:28:58.049Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2530 | 2026-09-18T16:28:58.112Z | Compiling take_mut v0.2.2 |
| 2531 | 2026-09-18T16:28:58.116Z | Compiling convert_case v0.4.0 |
| 2532 | 2026-09-18T16:28:58.191Z | Compiling opaque-debug v0.3.1 |
| 2533 | 2026-09-18T16:28:58.208Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2534 | 2026-09-18T16:28:58.249Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2535 | 2026-09-18T16:28:58.283Z | Compiling poly1305 v0.8.0 |
| 2536 | 2026-09-18T16:28:58.300Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2537 | 2026-09-18T16:28:58.336Z | Compiling ciborium-ll v0.2.2 |
| 2538 | 2026-09-18T16:28:58.339Z | Compiling num_enum_derive v0.7.6 |
| 2539 | 2026-09-18T16:28:58.433Z | Compiling derive_more v0.99.20 |
| 2540 | 2026-09-18T16:28:58.469Z | Compiling async-stream v0.3.6 |
| 2541 | 2026-09-18T16:28:58.490Z | Compiling slog-term v2.9.2 |
| 2542 | 2026-09-18T16:28:58.617Z | Compiling oxide-generation-macros v0.2.0 |
| 2543 | 2026-09-18T16:28:58.674Z | Compiling postcard v1.1.3 |
| 2544 | 2026-09-18T16:28:58.864Z | Compiling thiserror-no-std v2.0.2 |
| 2545 | 2026-09-18T16:28:59.017Z | Compiling slog-bunyan v2.5.0 |
| 2546 | 2026-09-18T16:28:59.059Z | Compiling chacha20 v0.9.1 |
| 2547 | 2026-09-18T16:28:59.077Z | Compiling async-compression v0.4.41 |
| 2548 | 2026-09-18T16:28:59.212Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2549 | 2026-09-18T16:28:59.299Z | Compiling oxide-generation v0.1.3 |
| 2550 | 2026-09-18T16:28:59.332Z | Compiling sha1 v0.11.0 |
| 2551 | 2026-09-18T16:28:59.348Z | Compiling parse-display-derive v0.10.0 |
| 2552 | 2026-09-18T16:28:59.381Z | Compiling proc-macro-crate v1.3.1 |
| 2553 | 2026-09-18T16:28:59.402Z | Compiling waitgroup v0.1.2 |
| 2554 | 2026-09-18T16:28:59.500Z | Compiling rustls-pemfile v2.2.0 |
| 2555 | 2026-09-18T16:28:59.566Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 2556 | 2026-09-18T16:28:59.697Z | Compiling backon v1.6.0 |
| 2557 | 2026-09-18T16:28:59.732Z | Compiling dropshot_endpoint v0.17.1 |
| 2558 | 2026-09-18T16:28:59.761Z | Compiling blake2 v0.10.6 |
| 2559 | 2026-09-18T16:28:59.857Z | Compiling aead v0.5.2 |
| 2560 | 2026-09-18T16:28:59.925Z | Compiling rustls-webpki v0.103.13 |
| 2561 | 2026-09-18T16:28:59.947Z | Compiling password-hash v0.5.0 |
| 2562 | 2026-09-18T16:28:59.952Z | Compiling foreign-types-macros v0.2.3 |
| 2563 | 2026-09-18T16:29:00.063Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2564 | 2026-09-18T16:29:00.159Z | Compiling serde_path_to_error v0.1.20 |
| 2565 | 2026-09-18T16:29:00.247Z | Compiling hostname v0.4.2 |
| 2566 | 2026-09-18T16:29:00.263Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2567 | 2026-09-18T16:29:00.293Z | Compiling proc-macro-error v1.0.4 |
| 2568 | 2026-09-18T16:29:00.346Z | Compiling instant v0.1.13 |
| 2569 | 2026-09-18T16:29:00.439Z | Compiling debug-ignore v1.0.5 |
| 2570 | 2026-09-18T16:29:00.475Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2571 | 2026-09-18T16:29:00.518Z | Compiling foreign-types-shared v0.3.1 |
| 2572 | 2026-09-18T16:29:00.573Z | Compiling backoff v0.4.0 |
| 2573 | 2026-09-18T16:29:00.597Z | Compiling argon2 v0.5.3 |
| 2574 | 2026-09-18T16:29:00.614Z | Compiling foreign-types v0.5.0 |
| 2575 | 2026-09-18T16:29:00.617Z | Compiling chacha20poly1305 v0.10.1 |
| 2576 | 2026-09-18T16:29:00.650Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 2577 | 2026-09-18T16:29:00.654Z | Compiling ingot-types v0.2.0 |
| 2578 | 2026-09-18T16:29:00.683Z | Compiling num_enum_derive v0.5.11 |
| 2579 | 2026-09-18T16:29:00.712Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2580 | 2026-09-18T16:29:00.730Z | Compiling num_enum v0.7.6 |
| 2581 | 2026-09-18T16:29:00.763Z | Compiling vsss-rs v3.3.4 |
| 2582 | 2026-09-18T16:29:00.782Z | Compiling ciborium v0.2.2 |
| 2583 | 2026-09-18T16:29:00.882Z | Compiling parse-display v0.10.0 |
| 2584 | 2026-09-18T16:29:00.928Z | Compiling regress v0.10.5 |
| 2585 | 2026-09-18T16:29:01.034Z | Compiling itertools v0.14.0 |
| 2586 | 2026-09-18T16:29:01.138Z | Compiling ingot v0.2.1 |
| 2587 | 2026-09-18T16:29:01.172Z | Compiling tabwriter v1.4.1 |
| 2588 | 2026-09-18T16:29:01.235Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2589 | 2026-09-18T16:29:01.251Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2590 | 2026-09-18T16:29:01.254Z | Compiling cstr-argument v0.1.2 |
| 2591 | 2026-09-18T16:29:01.363Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2592 | 2026-09-18T16:29:01.384Z | Compiling humantime v2.3.0 |
| 2593 | 2026-09-18T16:29:01.448Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2594 | 2026-09-18T16:29:01.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2595 | 2026-09-18T16:29:01.670Z | Compiling num_enum v0.5.11 |
| 2596 | 2026-09-18T16:29:01.734Z | Compiling rayon v1.11.0 |
| 2597 | 2026-09-18T16:29:01.750Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2598 | 2026-09-18T16:29:01.768Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2599 | 2026-09-18T16:29:01.787Z | Compiling indent_write v2.2.0 |
| 2600 | 2026-09-18T16:29:01.790Z | Compiling libefi-sys v0.1.0 |
| 2601 | 2026-09-18T16:29:01.790Z | Compiling colored v3.1.1 |
| 2602 | 2026-09-18T16:29:01.839Z | Compiling zone_cfg_derive v0.3.1 |
| 2603 | 2026-09-18T16:29:01.843Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2604 | 2026-09-18T16:29:01.912Z | Compiling illumos-nvpair v0.3.0 |
| 2605 | 2026-09-18T16:29:01.957Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 2606 | 2026-09-18T16:29:02.143Z | Compiling camino-tempfile v1.4.1 |
| 2607 | 2026-09-18T16:29:02.188Z | Compiling itertools v0.12.1 |
| 2608 | 2026-09-18T16:29:02.209Z | Compiling usdt-attr-macro v0.5.0 |
| 2609 | 2026-09-18T16:29:02.270Z | Compiling usdt-macro v0.5.0 |
| 2610 | 2026-09-18T16:29:02.285Z | Compiling bitfield-struct v0.6.2 |
| 2611 | 2026-09-18T16:29:02.308Z | Compiling num-derive v0.4.2 |
| 2612 | 2026-09-18T16:29:02.507Z | Compiling blake3 v1.8.5 |
| 2613 | 2026-09-18T16:29:02.525Z | Compiling memmap v0.7.0 |
| 2614 | 2026-09-18T16:29:02.528Z | Compiling sigpipe v0.1.3 |
| 2615 | 2026-09-18T16:29:02.631Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2616 | 2026-09-18T16:29:02.764Z | Compiling glob v0.3.3 |
| 2617 | 2026-09-18T16:29:02.883Z | Compiling swrite v0.1.0 |
| 2618 | 2026-09-18T16:29:02.914Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 2619 | 2026-09-18T16:29:02.954Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2620 | 2026-09-18T16:29:03.049Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2621 | 2026-09-18T16:29:03.066Z | Compiling usdt v0.5.0 |
| 2622 | 2026-09-18T16:29:03.277Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2623 | 2026-09-18T16:29:03.291Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 2624 | 2026-09-18T16:29:03.402Z | Compiling tokio-rustls v0.26.4 |
| 2625 | 2026-09-18T16:29:03.490Z | Compiling rustls-platform-verifier v0.6.2 |
| 2626 | 2026-09-18T16:29:03.528Z | Compiling tough v0.22.0 |
| 2627 | 2026-09-18T16:29:03.543Z | Compiling zone v0.3.1 |
| 2628 | 2026-09-18T16:29:03.567Z | Compiling smf v0.2.3 |
| 2629 | 2026-09-18T16:29:03.592Z | Compiling filetime v0.2.27 |
| 2630 | 2026-09-18T16:29:03.681Z | Compiling hyper-rustls v0.27.7 |
| 2631 | 2026-09-18T16:29:03.698Z | Compiling arrayref v0.3.9 |
| 2632 | 2026-09-18T16:29:03.719Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2633 | 2026-09-18T16:29:03.742Z | Compiling constant_time_eq v0.4.2 |
| 2634 | 2026-09-18T16:29:03.786Z | Compiling xattr v1.6.1 |
| 2635 | 2026-09-18T16:29:03.803Z | Compiling arrayvec v0.7.6 |
| 2636 | 2026-09-18T16:29:03.820Z | Compiling whoami v1.6.1 |
| 2637 | 2026-09-18T16:29:03.866Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2638 | 2026-09-18T16:29:03.936Z | Compiling reqwest v0.13.2 |
| 2639 | 2026-09-18T16:29:03.966Z | Compiling tar v0.4.46 |
| 2640 | 2026-09-18T16:29:03.997Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2641 | 2026-09-18T16:29:04.010Z | Compiling tokio-dtrace v0.1.1 |
| 2642 | 2026-09-18T16:29:04.241Z | Compiling gethostname v0.5.0 |
| 2643 | 2026-09-18T16:29:04.319Z | Compiling console v0.16.2 |
| 2644 | 2026-09-18T16:29:04.371Z | Compiling topological-sort v0.2.2 |
| 2645 | 2026-09-18T16:29:04.387Z | Compiling unit-prefix v0.5.2 |
| 2646 | 2026-09-18T16:29:04.515Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2647 | 2026-09-18T16:29:04.535Z | Compiling oxide-tokio-rt v0.1.4 |
| 2648 | 2026-09-18T16:29:04.563Z | Compiling toml v0.8.23 |
| 2649 | 2026-09-18T16:29:04.579Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2650 | 2026-09-18T16:29:04.706Z | Compiling shell-words v1.1.1 |
| 2651 | 2026-09-18T16:29:04.747Z | Compiling indicatif v0.18.4 |
| 2652 | 2026-09-18T16:29:05.846Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2653 | 2026-09-18T16:29:06.952Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2654 | 2026-09-18T16:29:07.257Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2655 | 2026-09-18T16:29:14.072Z | Compiling progenitor-client v0.14.0 |
| 2656 | 2026-09-18T16:29:14.072Z | Compiling omicron-zone-package v0.12.3 |
| 2657 | 2026-09-18T16:29:14.313Z | Compiling progenitor-extras v0.2.0 |
| 2658 | 2026-09-18T16:29:14.572Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2659 | 2026-09-18T16:29:14.592Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2660 | 2026-09-18T16:29:14.664Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2661 | 2026-09-18T16:29:14.687Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2662 | 2026-09-18T16:29:14.801Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2663 | 2026-09-18T16:29:14.860Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2664 | 2026-09-18T16:29:14.900Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2665 | 2026-09-18T16:29:15.009Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2666 | 2026-09-18T16:29:15.516Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2667 | 2026-09-18T16:29:18.693Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2668 | 2026-09-18T16:29:28.493Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2669 | 2026-09-18T16:29:31.606Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2670 | 2026-09-18T16:29:32.598Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2671 | 2026-09-18T16:29:44.552Z | Finished `release` profile [optimized] target(s) in 1m 38s |
| 2672 | 2026-09-18T16:29:44.708Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2673 | 2026-09-18T16:29:44.772Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2674 | 2026-09-18T16:29:44.775Z | Created new build target 'test' and set it as active |
| 2675 | 2026-09-18T16:29:44.775Z | |
| 2676 | 2026-09-18T16:29:44.775Z | real 1:39.149088819 |
| 2677 | 2026-09-18T16:29:44.775Z | user 14:48.854825890 |
| 2678 | 2026-09-18T16:29:44.775Z | sys 2:55.796157057 |
| 2679 | 2026-09-18T16:29:44.775Z | trap 0.434034937 |
| 2680 | 2026-09-18T16:29:44.775Z | tflt 0.560403235 |
| 2681 | 2026-09-18T16:29:44.775Z | dflt 3.651879800 |
| 2682 | 2026-09-18T16:29:44.775Z | kflt 0.000499510 |
| 2683 | 2026-09-18T16:29:44.775Z | lock 41:28.211582696 |
| 2684 | 2026-09-18T16:29:44.779Z | slp 35:11.362235874 |
| 2685 | 2026-09-18T16:29:44.779Z | lat 44.799759836 |
| 2686 | 2026-09-18T16:29:44.779Z | stop 6:31.386011632 |
| 2687 | 2026-09-18T16:29:44.779Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2688 | 2026-09-18T16:29:45.714Z | Finished `release` profile [optimized] target(s) in 0.92s |
| 2689 | 2026-09-18T16:29:45.782Z | Running `target/release/omicron-package -t test package` |
| 2690 | 2026-09-18T16:29:45.841Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2691 | 2026-09-18T16:29:47.344Z | Compiling cfg-if v1.0.4 |
| 2692 | 2026-09-18T16:29:47.567Z | Compiling serde_core v1.0.228 |
| 2693 | 2026-09-18T16:29:47.567Z | Compiling libc v0.2.185 |
| 2694 | 2026-09-18T16:29:47.570Z | Compiling memchr v2.8.0 |
| 2695 | 2026-09-18T16:29:47.636Z | Compiling smallvec v1.15.1 |
| 2696 | 2026-09-18T16:29:47.670Z | Compiling stable_deref_trait v1.2.1 |
| 2697 | 2026-09-18T16:29:47.697Z | Compiling scopeguard v1.2.0 |
| 2698 | 2026-09-18T16:29:47.700Z | Compiling zerofrom v0.1.6 |
| 2699 | 2026-09-18T16:29:47.739Z | Compiling libm v0.2.16 |
| 2700 | 2026-09-18T16:29:47.768Z | Compiling percent-encoding v2.3.2 |
| 2701 | 2026-09-18T16:29:47.771Z | Compiling writeable v0.6.2 |
| 2702 | 2026-09-18T16:29:47.771Z | Compiling litemap v0.8.1 |
| 2703 | 2026-09-18T16:29:47.836Z | Compiling lock_api v0.4.14 |
| 2704 | 2026-09-18T16:29:47.860Z | Compiling yoke v0.8.1 |
| 2705 | 2026-09-18T16:29:47.885Z | Compiling icu_normalizer_data v2.1.1 |
| 2706 | 2026-09-18T16:29:47.885Z | Compiling icu_properties_data v2.1.2 |
| 2707 | 2026-09-18T16:29:47.889Z | Compiling rand_core v0.10.0 |
| 2708 | 2026-09-18T16:29:47.956Z | Compiling utf8_iter v1.0.4 |
| 2709 | 2026-09-18T16:29:47.958Z | Compiling form_urlencoded v1.2.2 |
| 2710 | 2026-09-18T16:29:48.010Z | Compiling zerocopy v0.8.55 |
| 2711 | 2026-09-18T16:29:48.038Z | Compiling iana-time-zone v0.1.65 |
| 2712 | 2026-09-18T16:29:48.066Z | Compiling errno v0.3.14 |
| 2713 | 2026-09-18T16:29:48.066Z | Compiling zerovec v0.11.5 |
| 2714 | 2026-09-18T16:29:48.066Z | Compiling zerotrie v0.2.3 |
| 2715 | 2026-09-18T16:29:48.137Z | Compiling getrandom v0.4.3 |
| 2716 | 2026-09-18T16:29:48.140Z | Compiling parking_lot_core v0.9.12 |
| 2717 | 2026-09-18T16:29:48.190Z | Compiling mio v1.2.0 |
| 2718 | 2026-09-18T16:29:48.215Z | Compiling signal-hook-registry v1.4.8 |
| 2719 | 2026-09-18T16:29:48.250Z | Compiling socket2 v0.6.3 |
| 2720 | 2026-09-18T16:29:48.281Z | Compiling thiserror v2.0.18 |
| 2721 | 2026-09-18T16:29:48.331Z | Compiling getrandom v0.2.17 |
| 2722 | 2026-09-18T16:29:48.367Z | Compiling getrandom v0.3.4 |
| 2723 | 2026-09-18T16:29:48.370Z | Compiling futures-util v0.3.32 |
| 2724 | 2026-09-18T16:29:48.416Z | Compiling parking_lot v0.12.5 |
| 2725 | 2026-09-18T16:29:48.440Z | Compiling base64 v0.22.1 |
| 2726 | 2026-09-18T16:29:48.467Z | Compiling time v0.3.47 |
| 2727 | 2026-09-18T16:29:48.511Z | Compiling rand_core v0.6.4 |
| 2728 | 2026-09-18T16:29:48.561Z | Compiling num-traits v0.2.19 |
| 2729 | 2026-09-18T16:29:48.585Z | Compiling rand_core v0.9.5 |
| 2730 | 2026-09-18T16:29:48.614Z | Compiling aho-corasick v1.1.4 |
| 2731 | 2026-09-18T16:29:48.640Z | Compiling spin v0.9.8 |
| 2732 | 2026-09-18T16:29:48.711Z | Compiling tinystr v0.8.2 |
| 2733 | 2026-09-18T16:29:48.743Z | Compiling potential_utf v0.1.4 |
| 2734 | 2026-09-18T16:29:48.769Z | Compiling socket2 v0.5.10 |
| 2735 | 2026-09-18T16:29:48.794Z | Compiling crc32fast v1.5.0 |
| 2736 | 2026-09-18T16:29:48.816Z | Compiling pest v2.8.6 |
| 2737 | 2026-09-18T16:29:48.884Z | Compiling encoding_rs v0.8.35 |
| 2738 | 2026-09-18T16:29:48.913Z | Compiling icu_collections v2.1.1 |
| 2739 | 2026-09-18T16:29:48.969Z | Compiling icu_locale_core v2.1.1 |
| 2740 | 2026-09-18T16:29:48.996Z | Compiling simd-adler32 v0.3.8 |
| 2741 | 2026-09-18T16:29:49.021Z | Compiling adler2 v2.0.1 |
| 2742 | 2026-09-18T16:29:49.047Z | Compiling lazy_static v1.5.0 |
| 2743 | 2026-09-18T16:29:49.081Z | Compiling wait-timeout v0.2.1 |
| 2744 | 2026-09-18T16:29:49.180Z | Compiling rand_xorshift v0.4.0 |
| 2745 | 2026-09-18T16:29:49.225Z | Compiling miniz_oxide v0.8.9 |
| 2746 | 2026-09-18T16:29:49.348Z | Compiling zlib-rs v0.6.2 |
| 2747 | 2026-09-18T16:29:49.382Z | Compiling num-integer v0.1.46 |
| 2748 | 2026-09-18T16:29:49.382Z | Compiling data-encoding v2.10.0 |
| 2749 | 2026-09-18T16:29:49.492Z | Compiling serde v1.0.228 |
| 2750 | 2026-09-18T16:29:49.542Z | Compiling bitflags v2.11.0 |
| 2751 | 2026-09-18T16:29:49.641Z | Compiling serde_json v1.0.151 |
| 2752 | 2026-09-18T16:29:49.663Z | Compiling uuid v1.23.4 |
| 2753 | 2026-09-18T16:29:49.734Z | Compiling icu_provider v2.1.1 |
| 2754 | 2026-09-18T16:29:49.840Z | Compiling semver v1.0.28 |
| 2755 | 2026-09-18T16:29:50.007Z | Compiling rustix v1.1.4 |
| 2756 | 2026-09-18T16:29:50.193Z | Compiling bytes v1.11.1 |
| 2757 | 2026-09-18T16:29:50.225Z | Compiling zeroize v1.9.0 |
| 2758 | 2026-09-18T16:29:50.329Z | Compiling icu_normalizer v2.1.1 |
| 2759 | 2026-09-18T16:29:50.360Z | Compiling icu_properties v2.1.2 |
| 2760 | 2026-09-18T16:29:50.385Z | Compiling chrono v0.4.45 |
| 2761 | 2026-09-18T16:29:50.506Z | Compiling generic-array v0.14.7 |
| 2762 | 2026-09-18T16:29:50.734Z | Compiling indexmap v2.14.0 |
| 2763 | 2026-09-18T16:29:50.933Z | Compiling tokio v1.52.1 |
| 2764 | 2026-09-18T16:29:50.958Z | Compiling http v1.4.2 |
| 2765 | 2026-09-18T16:29:51.126Z | Compiling crypto-common v0.1.7 |
| 2766 | 2026-09-18T16:29:51.152Z | Compiling block-buffer v0.10.4 |
| 2767 | 2026-09-18T16:29:51.221Z | Compiling ppv-lite86 v0.2.21 |
| 2768 | 2026-09-18T16:29:51.317Z | Compiling idna_adapter v1.2.1 |
| 2769 | 2026-09-18T16:29:51.376Z | Compiling digest v0.10.7 |
| 2770 | 2026-09-18T16:29:51.403Z | Compiling erased-serde v0.3.31 |
| 2771 | 2026-09-18T16:29:51.444Z | Compiling terminal_size v0.4.3 |
| 2772 | 2026-09-18T16:29:51.468Z | Compiling rustls-pki-types v1.14.0 |
| 2773 | 2026-09-18T16:29:51.471Z | Compiling idna v1.1.0 |
| 2774 | 2026-09-18T16:29:51.517Z | Compiling ipnet v2.12.0 |
| 2775 | 2026-09-18T16:29:51.517Z | Compiling aws-lc-rs v1.16.3 |
| 2776 | 2026-09-18T16:29:51.586Z | Compiling clap_builder v4.6.0 |
| 2777 | 2026-09-18T16:29:51.617Z | Compiling rand_chacha v0.9.0 |
| 2778 | 2026-09-18T16:29:51.641Z | Compiling tempfile v3.27.0 |
| 2779 | 2026-09-18T16:29:51.642Z | Compiling der v0.7.10 |
| 2780 | 2026-09-18T16:29:51.689Z | Compiling regex-automata v0.4.14 |
| 2781 | 2026-09-18T16:29:52.003Z | Compiling url v2.5.8 |
| 2782 | 2026-09-18T16:29:52.032Z | Compiling slog v2.8.2 |
| 2783 | 2026-09-18T16:29:52.138Z | Compiling rand v0.9.2 |
| 2784 | 2026-09-18T16:29:52.239Z | Compiling http-body v1.0.1 |
| 2785 | 2026-09-18T16:29:52.265Z | Compiling hybrid-array v0.4.13 |
| 2786 | 2026-09-18T16:29:52.296Z | Compiling rand_chacha v0.3.1 |
| 2787 | 2026-09-18T16:29:52.323Z | Compiling hex v0.4.3 |
| 2788 | 2026-09-18T16:29:52.351Z | Compiling serde_urlencoded v0.7.1 |
| 2789 | 2026-09-18T16:29:52.442Z | Compiling http-body-util v0.1.3 |
| 2790 | 2026-09-18T16:29:52.572Z | Compiling rand v0.8.6 |
| 2791 | 2026-09-18T16:29:52.666Z | Compiling schemars v0.8.22 |
| 2792 | 2026-09-18T16:29:52.689Z | Compiling hubpack v0.1.2 |
| 2793 | 2026-09-18T16:29:52.790Z | Compiling rustls-webpki v0.103.13 |
| 2794 | 2026-09-18T16:29:52.854Z | Compiling spki v0.7.3 |
| 2795 | 2026-09-18T16:29:52.935Z | Compiling rustls-native-certs v0.8.3 |
| 2796 | 2026-09-18T16:29:52.960Z | Compiling futures-executor v0.3.32 |
| 2797 | 2026-09-18T16:29:53.135Z | Compiling pkcs8 v0.10.2 |
| 2798 | 2026-09-18T16:29:53.172Z | Compiling block-buffer v0.12.1 |
| 2799 | 2026-09-18T16:29:53.378Z | Compiling rustls v0.23.41 |
| 2800 | 2026-09-18T16:29:53.408Z | Compiling crypto-common v0.2.2 |
| 2801 | 2026-09-18T16:29:53.433Z | Compiling futures v0.3.32 |
| 2802 | 2026-09-18T16:29:53.458Z | Compiling publicsuffix v2.3.0 |
| 2803 | 2026-09-18T16:29:53.461Z | Compiling signature v2.2.0 |
| 2804 | 2026-09-18T16:29:53.502Z | Compiling openapiv3 v2.2.0 |
| 2805 | 2026-09-18T16:29:53.544Z | Compiling cookie v0.18.1 |
| 2806 | 2026-09-18T16:29:53.682Z | Compiling clap v4.6.1 |
| 2807 | 2026-09-18T16:29:53.706Z | Compiling rusty-fork v0.3.1 |
| 2808 | 2026-09-18T16:29:53.729Z | Compiling sha2 v0.10.9 |
| 2809 | 2026-09-18T16:29:53.754Z | Compiling flate2 v1.1.9 |
| 2810 | 2026-09-18T16:29:53.778Z | Compiling ipnetwork v0.21.1 |
| 2811 | 2026-09-18T16:29:53.806Z | Compiling camino v1.2.5 |
| 2812 | 2026-09-18T16:29:54.026Z | Compiling cookie_store v0.22.1 |
| 2813 | 2026-09-18T16:29:54.181Z | Compiling oxnet v0.1.6 |
| 2814 | 2026-09-18T16:29:54.272Z | Compiling digest v0.11.3 |
| 2815 | 2026-09-18T16:29:54.331Z | Compiling proptest v1.11.0 |
| 2816 | 2026-09-18T16:29:54.357Z | Compiling x509-cert v0.2.5 |
| 2817 | 2026-09-18T16:29:54.454Z | Compiling dof v0.4.0 |
| 2818 | 2026-09-18T16:29:54.482Z | Compiling dtrace-parser v0.3.0 |
| 2819 | 2026-09-18T16:29:54.547Z | Compiling thread-id v5.1.0 |
| 2820 | 2026-09-18T16:29:54.577Z | Compiling num-iter v0.1.45 |
| 2821 | 2026-09-18T16:29:54.600Z | Compiling memmap2 v0.9.10 |
| 2822 | 2026-09-18T16:29:54.631Z | Compiling rustix v0.38.44 |
| 2823 | 2026-09-18T16:29:54.668Z | Compiling regex v1.12.3 |
| 2824 | 2026-09-18T16:29:54.741Z | Compiling packed_struct v0.10.1 |
| 2825 | 2026-09-18T16:29:54.892Z | Compiling hmac v0.12.1 |
| 2826 | 2026-09-18T16:29:54.950Z | Compiling num-bigint-dig v0.8.6 |
| 2827 | 2026-09-18T16:29:55.091Z | Compiling dof v0.3.0 |
| 2828 | 2026-09-18T16:29:55.162Z | Compiling bstr v1.12.1 |
| 2829 | 2026-09-18T16:29:55.242Z | Compiling usdt-impl v0.6.0 |
| 2830 | 2026-09-18T16:29:55.449Z | Compiling tokio-util v0.7.18 |
| 2831 | 2026-09-18T16:29:55.631Z | Compiling tower v0.5.3 |
| 2832 | 2026-09-18T16:29:55.924Z | Compiling usdt v0.6.0 |
| 2833 | 2026-09-18T16:29:55.968Z | Compiling pkcs1 v0.7.5 |
| 2834 | 2026-09-18T16:29:56.147Z | Compiling tower-http v0.6.8 |
| 2835 | 2026-09-18T16:29:56.171Z | Compiling block-padding v0.4.2 |
| 2836 | 2026-09-18T16:29:56.220Z | Compiling toml_datetime v0.6.11 |
| 2837 | 2026-09-18T16:29:56.287Z | Compiling h2 v0.4.15 |
| 2838 | 2026-09-18T16:29:56.379Z | Compiling serde_spanned v0.6.9 |
| 2839 | 2026-09-18T16:29:56.412Z | Compiling dtrace-parser v0.2.0 |
| 2840 | 2026-09-18T16:29:56.458Z | Compiling ff v0.13.1 |
| 2841 | 2026-09-18T16:29:56.574Z | Compiling thread-id v4.2.2 |
| 2842 | 2026-09-18T16:29:56.597Z | Compiling sec1 v0.7.3 |
| 2843 | 2026-09-18T16:29:56.659Z | Compiling group v0.13.0 |
| 2844 | 2026-09-18T16:29:56.693Z | Compiling signal-hook v0.3.18 |
| 2845 | 2026-09-18T16:29:56.864Z | Compiling newtype-uuid v1.3.2 |
| 2846 | 2026-09-18T16:29:56.888Z | Compiling usdt-impl v0.5.0 |
| 2847 | 2026-09-18T16:29:56.914Z | Compiling inout v0.2.2 |
| 2848 | 2026-09-18T16:29:56.918Z | Compiling rsa v0.9.10 |
| 2849 | 2026-09-18T16:29:56.918Z | Compiling serde-hex v0.1.0 |
| 2850 | 2026-09-18T16:29:56.991Z | Compiling tokio-rustls v0.26.4 |
| 2851 | 2026-09-18T16:29:57.016Z | Compiling rustls-platform-verifier v0.6.2 |
| 2852 | 2026-09-18T16:29:57.102Z | Compiling hkdf v0.12.4 |
| 2853 | 2026-09-18T16:29:57.133Z | Compiling ron v0.8.1 |
| 2854 | 2026-09-18T16:29:57.154Z | Compiling daft v0.1.8 |
| 2855 | 2026-09-18T16:29:57.206Z | Compiling serde_with v3.21.0 |
| 2856 | 2026-09-18T16:29:57.308Z | Compiling crypto-bigint v0.5.5 |
| 2857 | 2026-09-18T16:29:57.335Z | Compiling foreign-types-shared v0.1.1 |
| 2858 | 2026-09-18T16:29:57.443Z | Compiling foreign-types v0.3.2 |
| 2859 | 2026-09-18T16:29:57.467Z | Compiling nix v0.31.2 |
| 2860 | 2026-09-18T16:29:57.496Z | Compiling cipher v0.5.2 |
| 2861 | 2026-09-18T16:29:57.520Z | Compiling openssl-sys v0.9.117 |
| 2862 | 2026-09-18T16:29:57.551Z | Compiling ahash v0.8.12 |
| 2863 | 2026-09-18T16:29:57.848Z | Compiling chacha20 v0.10.0 |
| 2864 | 2026-09-18T16:29:57.872Z | Compiling signal-hook-mio v0.2.5 |
| 2865 | 2026-09-18T16:29:57.872Z | Compiling globset v0.4.18 |
| 2866 | 2026-09-18T16:29:58.071Z | Compiling openssl v0.10.80 |
| 2867 | 2026-09-18T16:29:58.097Z | Compiling toml_edit v0.19.15 |
| 2868 | 2026-09-18T16:29:58.256Z | Compiling rand v0.10.1 |
| 2869 | 2026-09-18T16:29:58.342Z | Compiling elliptic-curve v0.13.8 |
| 2870 | 2026-09-18T16:29:58.595Z | Compiling zopfli v0.8.3 |
| 2871 | 2026-09-18T16:29:58.628Z | Compiling sha3 v0.10.8 |
| 2872 | 2026-09-18T16:29:58.801Z | Compiling curve25519-dalek v4.1.3 |
| 2873 | 2026-09-18T16:29:58.892Z | Compiling bzip2 v0.4.4 |
| 2874 | 2026-09-18T16:29:59.001Z | Compiling hashbrown v0.13.2 |
| 2875 | 2026-09-18T16:29:59.032Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2876 | 2026-09-18T16:29:59.057Z | Compiling jiff v0.2.34 |
| 2877 | 2026-09-18T16:29:59.162Z | Compiling zip v0.6.6 |
| 2878 | 2026-09-18T16:29:59.191Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2879 | 2026-09-18T16:29:59.326Z | Compiling crossterm v0.28.1 |
| 2880 | 2026-09-18T16:29:59.351Z | Compiling sha2 v0.11.0 |
| 2881 | 2026-09-18T16:29:59.397Z | Compiling ed25519 v2.2.3 |
| 2882 | 2026-09-18T16:29:59.599Z | Compiling object v0.30.4 |
| 2883 | 2026-09-18T16:29:59.622Z | Compiling serde-big-array v0.5.1 |
| 2884 | 2026-09-18T16:29:59.652Z | Compiling pem v3.0.6 |
| 2885 | 2026-09-18T16:29:59.678Z | Compiling petgraph v0.8.3 |
| 2886 | 2026-09-18T16:29:59.718Z | Compiling ed25519-dalek v2.2.0 |
| 2887 | 2026-09-18T16:29:59.810Z | Compiling toml v0.7.8 |
| 2888 | 2026-09-18T16:29:59.961Z | Compiling object v0.37.3 |
| 2889 | 2026-09-18T16:30:00.001Z | Compiling heapless v0.7.17 |
| 2890 | 2026-09-18T16:30:00.174Z | Compiling hyper v1.10.1 |
| 2891 | 2026-09-18T16:30:00.198Z | Compiling hmac v0.13.0 |
| 2892 | 2026-09-18T16:30:00.396Z | Compiling md-5 v0.11.0 |
| 2893 | 2026-09-18T16:30:00.468Z | Compiling byte-wrapper v0.1.0 |
| 2894 | 2026-09-18T16:30:00.474Z | Compiling serde_plain v1.0.2 |
| 2895 | 2026-09-18T16:30:00.605Z | Compiling toml_edit v0.22.27 |
| 2896 | 2026-09-18T16:30:00.686Z | Compiling native-tls v0.2.18 |
| 2897 | 2026-09-18T16:30:00.727Z | Compiling zip v8.6.0 |
| 2898 | 2026-09-18T16:30:00.850Z | Compiling postgres-protocol v0.6.12 |
| 2899 | 2026-09-18T16:30:01.015Z | Compiling tokio-native-tls v0.3.1 |
| 2900 | 2026-09-18T16:30:01.142Z | Compiling smoltcp v0.9.1 |
| 2901 | 2026-09-18T16:30:01.266Z | Compiling hickory-proto v0.25.2 |
| 2902 | 2026-09-18T16:30:01.426Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 2903 | 2026-09-18T16:30:01.786Z | Compiling hyper-util v0.1.20 |
| 2904 | 2026-09-18T16:30:01.810Z | Compiling float-cmp v0.10.0 |
| 2905 | 2026-09-18T16:30:01.943Z | Compiling string_cache v0.8.9 |
| 2906 | 2026-09-18T16:30:01.987Z | Compiling predicates v3.1.4 |
| 2907 | 2026-09-18T16:30:02.153Z | Compiling textwrap v0.16.2 |
| 2908 | 2026-09-18T16:30:02.257Z | Compiling petgraph v0.6.5 |
| 2909 | 2026-09-18T16:30:02.297Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 2910 | 2026-09-18T16:30:02.382Z | Compiling zip v4.6.1 |
| 2911 | 2026-09-18T16:30:02.407Z | Compiling postgres-types v0.2.14 |
| 2912 | 2026-09-18T16:30:02.935Z | Compiling iddqd v0.4.2 |
| 2913 | 2026-09-18T16:30:03.217Z | Compiling backtrace v0.3.76 |
| 2914 | 2026-09-18T16:30:03.360Z | Compiling similar v2.7.0 |
| 2915 | 2026-09-18T16:30:03.385Z | Compiling olpc-cjson v0.1.4 |
| 2916 | 2026-09-18T16:30:03.393Z | Compiling tokio-stream v0.1.18 |
| 2917 | 2026-09-18T16:30:03.521Z | Compiling tokio-postgres v0.7.18 |
| 2918 | 2026-09-18T16:30:03.593Z | Compiling hyper-rustls v0.27.7 |
| 2919 | 2026-09-18T16:30:03.642Z | Compiling hyper-tls v0.6.0 |
| 2920 | 2026-09-18T16:30:03.944Z | Compiling reqwest v0.13.2 |
| 2921 | 2026-09-18T16:30:03.987Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2922 | 2026-09-18T16:30:04.015Z | Compiling reqwest v0.12.28 |
| 2923 | 2026-09-18T16:30:04.208Z | Compiling backtrace-ext v0.2.1 |
| 2924 | 2026-09-18T16:30:04.232Z | Compiling fs-err v3.3.0 |
| 2925 | 2026-09-18T16:30:04.379Z | Compiling miette v7.6.0 |
| 2926 | 2026-09-18T16:30:04.475Z | Compiling buf-list v1.1.2 |
| 2927 | 2026-09-18T16:30:04.735Z | Compiling thread_local v1.1.9 |
| 2928 | 2026-09-18T16:30:04.778Z | Compiling is-terminal v0.4.17 |
| 2929 | 2026-09-18T16:30:04.916Z | Compiling hostname v0.3.1 |
| 2930 | 2026-09-18T16:30:04.920Z | Compiling slog-json v2.6.1 |
| 2931 | 2026-09-18T16:30:04.943Z | Compiling serde_spanned v1.1.1 |
| 2932 | 2026-09-18T16:30:04.968Z | Compiling slog-term v2.9.2 |
| 2933 | 2026-09-18T16:30:05.055Z | Compiling slog-async v2.8.0 |
| 2934 | 2026-09-18T16:30:05.082Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2935 | 2026-09-18T16:30:05.102Z | Compiling compression-codecs v0.4.37 |
| 2936 | 2026-09-18T16:30:05.132Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2937 | 2026-09-18T16:30:05.201Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2938 | 2026-09-18T16:30:05.414Z | Compiling slog-bunyan v2.5.0 |
| 2939 | 2026-09-18T16:30:05.474Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2940 | 2026-09-18T16:30:05.546Z | Compiling multer v3.1.0 |
| 2941 | 2026-09-18T16:30:05.626Z | Compiling tough v0.22.0 |
| 2942 | 2026-09-18T16:30:05.803Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2943 | 2026-09-18T16:30:05.804Z | Compiling async-compression v0.4.41 |
| 2944 | 2026-09-18T16:30:05.961Z | Compiling sha1 v0.11.0 |
| 2945 | 2026-09-18T16:30:06.221Z | Compiling rustls-pemfile v2.2.0 |
| 2946 | 2026-09-18T16:30:06.252Z | Compiling serde_path_to_error v0.1.20 |
| 2947 | 2026-09-18T16:30:06.325Z | Compiling hostname v0.4.2 |
| 2948 | 2026-09-18T16:30:06.349Z | Compiling progenitor-client v0.14.0 |
| 2949 | 2026-09-18T16:30:06.374Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2950 | 2026-09-18T16:30:06.507Z | Compiling atomicwrites v0.4.4 |
| 2951 | 2026-09-18T16:30:06.530Z | Compiling macaddr v1.0.1 |
| 2952 | 2026-09-18T16:30:06.557Z | Compiling instant v0.1.13 |
| 2953 | 2026-09-18T16:30:06.616Z | Compiling oxide-generation v0.1.3 |
| 2954 | 2026-09-18T16:30:06.714Z | Compiling dropshot v0.17.1 |
| 2955 | 2026-09-18T16:30:06.719Z | Compiling regress v0.10.5 |
| 2956 | 2026-09-18T16:30:06.760Z | Compiling backoff v0.4.0 |
| 2957 | 2026-09-18T16:30:06.793Z | Compiling progenitor-extras v0.2.0 |
| 2958 | 2026-09-18T16:30:06.819Z | Compiling parse-display v0.10.0 |
| 2959 | 2026-09-18T16:30:06.841Z | Compiling half v2.7.1 |
| 2960 | 2026-09-18T16:30:07.019Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2961 | 2026-09-18T16:30:07.089Z | Compiling heck v0.5.0 |
| 2962 | 2026-09-18T16:30:07.176Z | Compiling ciborium-ll v0.2.2 |
| 2963 | 2026-09-18T16:30:07.213Z | Compiling regress v0.11.1 |
| 2964 | 2026-09-18T16:30:07.271Z | Compiling secrecy v0.10.3 |
| 2965 | 2026-09-18T16:30:07.345Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2966 | 2026-09-18T16:30:07.459Z | Compiling ciborium v0.2.2 |
| 2967 | 2026-09-18T16:30:07.484Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 2968 | 2026-09-18T16:30:07.484Z | Compiling inout v0.1.4 |
| 2969 | 2026-09-18T16:30:07.575Z | Compiling universal-hash v0.5.1 |
| 2970 | 2026-09-18T16:30:07.680Z | Compiling cipher v0.4.4 |
| 2971 | 2026-09-18T16:30:07.758Z | Compiling unsafe-libyaml v0.2.11 |
| 2972 | 2026-09-18T16:30:07.778Z | Compiling poly1305 v0.8.0 |
| 2973 | 2026-09-18T16:30:07.824Z | Compiling blake2 v0.10.6 |
| 2974 | 2026-09-18T16:30:07.966Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 2975 | 2026-09-18T16:30:08.224Z | Compiling chacha20 v0.9.1 |
| 2976 | 2026-09-18T16:30:08.246Z | Compiling aead v0.5.2 |
| 2977 | 2026-09-18T16:30:08.272Z | Compiling password-hash v0.5.0 |
| 2978 | 2026-09-18T16:30:08.308Z | Compiling vsss-rs v3.3.4 |
| 2979 | 2026-09-18T16:30:08.423Z | Compiling serde_yaml v0.9.34+deprecated |
| 2980 | 2026-09-18T16:30:08.474Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2981 | 2026-09-18T16:30:08.497Z | Compiling chacha20poly1305 v0.10.1 |
| 2982 | 2026-09-18T16:30:08.522Z | Compiling camino-tempfile v1.4.1 |
| 2983 | 2026-09-18T16:30:08.552Z | Compiling heapless v0.8.0 |
| 2984 | 2026-09-18T16:30:08.586Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2985 | 2026-09-18T16:30:08.685Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2986 | 2026-09-18T16:30:08.693Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2987 | 2026-09-18T16:30:08.870Z | Compiling typify-impl v0.6.2 |
| 2988 | 2026-09-18T16:30:08.907Z | Compiling argon2 v0.5.3 |
| 2989 | 2026-09-18T16:30:08.931Z | Compiling ingot-types v0.2.0 |
| 2990 | 2026-09-18T16:30:09.110Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2991 | 2026-09-18T16:30:09.354Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2992 | 2026-09-18T16:30:09.419Z | Compiling cobs v0.3.0 |
| 2993 | 2026-09-18T16:30:09.445Z | Compiling ingot v0.2.1 |
| 2994 | 2026-09-18T16:30:09.580Z | Compiling smoltcp v0.11.0 |
| 2995 | 2026-09-18T16:30:09.669Z | Compiling postcard v1.1.3 |
| 2996 | 2026-09-18T16:30:09.726Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2997 | 2026-09-18T16:30:09.758Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2998 | 2026-09-18T16:30:09.824Z | Compiling cstr-argument v0.1.2 |
| 2999 | 2026-09-18T16:30:09.866Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3000 | 2026-09-18T16:30:10.018Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3001 | 2026-09-18T16:30:10.047Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3002 | 2026-09-18T16:30:10.086Z | Compiling sigpipe v0.1.3 |
| 3003 | 2026-09-18T16:30:10.151Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3004 | 2026-09-18T16:30:10.209Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3005 | 2026-09-18T16:30:10.299Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3006 | 2026-09-18T16:30:10.364Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3007 | 2026-09-18T16:30:10.492Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3008 | 2026-09-18T16:30:10.604Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3009 | 2026-09-18T16:30:10.659Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3010 | 2026-09-18T16:30:10.768Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3011 | 2026-09-18T16:30:10.901Z | Compiling memmap v0.7.0 |
| 3012 | 2026-09-18T16:30:10.959Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3013 | 2026-09-18T16:30:11.100Z | Compiling usdt v0.5.0 |
| 3014 | 2026-09-18T16:30:11.140Z | Compiling zone v0.3.1 |
| 3015 | 2026-09-18T16:30:11.253Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3016 | 2026-09-18T16:30:11.301Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3017 | 2026-09-18T16:30:11.623Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3018 | 2026-09-18T16:30:11.646Z | Compiling derive-where v1.6.0 |
| 3019 | 2026-09-18T16:30:11.669Z | Compiling bytecount v0.6.9 |
| 3020 | 2026-09-18T16:30:11.738Z | Compiling toml v0.8.23 |
| 3021 | 2026-09-18T16:30:11.798Z | Compiling tokio-dtrace v0.1.1 |
| 3022 | 2026-09-18T16:30:11.859Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3023 | 2026-09-18T16:30:13.031Z | Compiling oxide-tokio-rt v0.1.4 |
| 3024 | 2026-09-18T16:30:13.034Z | Compiling prettyplease v0.2.37 |
| 3025 | 2026-09-18T16:30:13.034Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3026 | 2026-09-18T16:30:13.034Z | Compiling newline-converter v0.3.0 |
| 3027 | 2026-09-18T16:30:13.034Z | Compiling typify-macro v0.6.2 |
| 3028 | 2026-09-18T16:30:13.034Z | Compiling gethostname v0.5.0 |
| 3029 | 2026-09-18T16:30:13.034Z | Compiling console v0.15.11 |
| 3030 | 2026-09-18T16:30:13.034Z | Compiling slog-dtrace v0.3.0 |
| 3031 | 2026-09-18T16:30:13.034Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3032 | 2026-09-18T16:30:13.034Z | Compiling cancel-safe-futures v0.1.5 |
| 3033 | 2026-09-18T16:30:13.034Z | Compiling expectorate v1.2.0 |
| 3034 | 2026-09-18T16:30:13.034Z | Compiling oxide-update-engine-types v0.1.2 |
| 3035 | 2026-09-18T16:30:13.034Z | Compiling num-rational v0.4.2 |
| 3036 | 2026-09-18T16:30:13.034Z | Compiling num-complex v0.4.6 |
| 3037 | 2026-09-18T16:30:13.113Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3038 | 2026-09-18T16:30:13.184Z | Compiling compression-core v0.4.31 |
| 3039 | 2026-09-18T16:30:13.206Z | Compiling resolv-conf v0.7.6 |
| 3040 | 2026-09-18T16:30:13.317Z | Compiling match_cfg v0.1.0 |
| 3041 | 2026-09-18T16:30:13.420Z | Compiling num v0.4.3 |
| 3042 | 2026-09-18T16:30:13.533Z | Compiling crossbeam-channel v0.5.15 |
| 3043 | 2026-09-18T16:30:13.647Z | Compiling linear-map v1.2.0 |
| 3044 | 2026-09-18T16:30:13.691Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3045 | 2026-09-18T16:30:13.756Z | Compiling float-ord v0.3.2 |
| 3046 | 2026-09-18T16:30:13.800Z | Compiling take_mut v0.2.2 |
| 3047 | 2026-09-18T16:30:13.822Z | Compiling term v1.2.1 |
| 3048 | 2026-09-18T16:30:14.051Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3049 | 2026-09-18T16:30:14.118Z | Compiling typify v0.6.2 |
| 3050 | 2026-09-18T16:30:14.273Z | Compiling progenitor-impl v0.14.0 |
| 3051 | 2026-09-18T16:30:14.296Z | Compiling oxide-update-engine v0.1.2 |
| 3052 | 2026-09-18T16:30:14.404Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3053 | 2026-09-18T16:30:14.497Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3054 | 2026-09-18T16:30:14.872Z | Compiling async-stream v0.3.6 |
| 3055 | 2026-09-18T16:30:15.034Z | Compiling waitgroup v0.1.2 |
| 3056 | 2026-09-18T16:30:15.099Z | Compiling backon v1.6.0 |
| 3057 | 2026-09-18T16:30:15.298Z | Compiling debug-ignore v1.0.5 |
| 3058 | 2026-09-18T16:30:15.320Z | Compiling linked-hash-map v0.5.6 |
| 3059 | 2026-09-18T16:30:15.350Z | Compiling minimal-lexical v0.2.1 |
| 3060 | 2026-09-18T16:30:15.634Z | Compiling nom v7.1.3 |
| 3061 | 2026-09-18T16:30:15.637Z | Compiling lru-cache v0.1.2 |
| 3062 | 2026-09-18T16:30:15.716Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3063 | 2026-09-18T16:30:16.094Z | Compiling itertools v0.14.0 |
| 3064 | 2026-09-18T16:30:16.487Z | Compiling progenitor-macro v0.14.0 |
| 3065 | 2026-09-18T16:30:16.551Z | Compiling unicode-xid v0.2.6 |
| 3066 | 2026-09-18T16:30:16.572Z | Compiling humantime v2.3.0 |
| 3067 | 2026-09-18T16:30:16.703Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3068 | 2026-09-18T16:30:16.727Z | Compiling hickory-proto v0.24.4 |
| 3069 | 2026-09-18T16:30:16.851Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3070 | 2026-09-18T16:30:16.931Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3071 | 2026-09-18T16:30:17.044Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3072 | 2026-09-18T16:30:17.443Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3073 | 2026-09-18T16:30:17.900Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3074 | 2026-09-18T16:30:18.068Z | Compiling papergrid v0.11.0 |
| 3075 | 2026-09-18T16:30:18.072Z | Compiling tabled_derive v0.7.0 |
| 3076 | 2026-09-18T16:30:18.190Z | Compiling termtree v0.5.1 |
| 3077 | 2026-09-18T16:30:18.219Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3078 | 2026-09-18T16:30:18.262Z | Compiling crossterm v0.29.0 |
| 3079 | 2026-09-18T16:30:18.384Z | Compiling phf_shared v0.12.1 |
| 3080 | 2026-09-18T16:30:18.407Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3081 | 2026-09-18T16:30:18.635Z | Compiling vte v0.14.1 |
| 3082 | 2026-09-18T16:30:18.998Z | Compiling csv-core v0.1.13 |
| 3083 | 2026-09-18T16:30:19.060Z | Compiling tabled v0.15.0 |
| 3084 | 2026-09-18T16:30:19.126Z | Compiling chrono-tz v0.10.4 |
| 3085 | 2026-09-18T16:30:19.233Z | Compiling highway v1.3.0 |
| 3086 | 2026-09-18T16:30:19.347Z | Compiling hickory-resolver v0.24.4 |
| 3087 | 2026-09-18T16:30:19.410Z | Compiling csv v1.4.0 |
| 3088 | 2026-09-18T16:30:19.752Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3089 | 2026-09-18T16:30:20.132Z | Compiling strip-ansi-escapes v0.2.1 |
| 3090 | 2026-09-18T16:30:20.178Z | Compiling phf v0.12.1 |
| 3091 | 2026-09-18T16:30:20.203Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3092 | 2026-09-18T16:30:20.392Z | Compiling const_format_proc_macros v0.2.34 |
| 3093 | 2026-09-18T16:30:20.545Z | Compiling fd-lock v4.0.4 |
| 3094 | 2026-09-18T16:30:20.569Z | Compiling peg-macros v0.8.5 |
| 3095 | 2026-09-18T16:30:20.734Z | Compiling qorb v0.4.1 |
| 3096 | 2026-09-18T16:30:20.757Z | Compiling nu-ansi-term v0.50.3 |
| 3097 | 2026-09-18T16:30:20.880Z | Compiling progenitor v0.14.0 |
| 3098 | 2026-09-18T16:30:21.046Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3099 | 2026-09-18T16:30:21.083Z | Compiling reedline v0.40.0 |
| 3100 | 2026-09-18T16:30:21.180Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3101 | 2026-09-18T16:30:21.200Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3102 | 2026-09-18T16:30:21.225Z | Compiling const_format v0.2.35 |
| 3103 | 2026-09-18T16:30:21.347Z | Compiling bcs v0.1.6 |
| 3104 | 2026-09-18T16:30:21.622Z | Compiling nom v8.0.0 |
| 3105 | 2026-09-18T16:30:21.726Z | Compiling semver v0.1.20 |
| 3106 | 2026-09-18T16:30:21.761Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3107 | 2026-09-18T16:30:21.884Z | Compiling peg v0.8.5 |
| 3108 | 2026-09-18T16:30:21.992Z | Compiling rustc_version v0.1.7 |
| 3109 | 2026-09-18T16:30:22.032Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3110 | 2026-09-18T16:30:22.295Z | Compiling newtype_derive v0.1.6 |
| 3111 | 2026-09-18T16:30:22.555Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3112 | 2026-09-18T16:30:22.731Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3113 | 2026-09-18T16:30:22.983Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3114 | 2026-09-18T16:30:23.047Z | Compiling sha1 v0.10.6 |
| 3115 | 2026-09-18T16:30:23.071Z | Compiling steno v0.4.1 |
| 3116 | 2026-09-18T16:30:23.096Z | Compiling utf-8 v0.7.6 |
| 3117 | 2026-09-18T16:30:23.284Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3118 | 2026-09-18T16:30:23.323Z | Compiling tagptr v0.2.0 |
| 3119 | 2026-09-18T16:30:23.370Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3120 | 2026-09-18T16:30:23.393Z | Compiling tungstenite v0.21.0 |
| 3121 | 2026-09-18T16:30:23.461Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3122 | 2026-09-18T16:30:23.487Z | Compiling darling_core v0.21.3 |
| 3123 | 2026-09-18T16:30:23.518Z | Compiling moka v0.12.13 |
| 3124 | 2026-09-18T16:30:23.540Z | Compiling display-error-chain v0.2.2 |
| 3125 | 2026-09-18T16:30:23.609Z | Compiling vergen-lib v0.1.6 |
| 3126 | 2026-09-18T16:30:23.667Z | Compiling diesel_derives v2.3.7 |
| 3127 | 2026-09-18T16:30:23.890Z | Compiling scheduled-thread-pool v0.2.7 |
| 3128 | 2026-09-18T16:30:23.919Z | Compiling vergen-gitcl v1.0.8 |
| 3129 | 2026-09-18T16:30:23.977Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 3130 | 2026-09-18T16:30:24.001Z | Compiling dirs-sys-next v0.1.2 |
| 3131 | 2026-09-18T16:30:24.218Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3132 | 2026-09-18T16:30:24.292Z | Compiling tokio-tungstenite v0.21.0 |
| 3133 | 2026-09-18T16:30:24.359Z | Compiling maplit v1.0.2 |
| 3134 | 2026-09-18T16:30:24.381Z | Compiling crunchy v0.2.4 |
| 3135 | 2026-09-18T16:30:24.553Z | Compiling glob v0.3.3 |
| 3136 | 2026-09-18T16:30:24.695Z | Compiling hickory-resolver v0.25.2 |
| 3137 | 2026-09-18T16:30:24.719Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3138 | 2026-09-18T16:30:24.847Z | Compiling dirs-next v2.0.0 |
| 3139 | 2026-09-18T16:30:24.879Z | Compiling r2d2 v0.8.10 |
| 3140 | 2026-09-18T16:30:24.944Z | Compiling clang-sys v1.8.1 |
| 3141 | 2026-09-18T16:30:25.010Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3142 | 2026-09-18T16:30:25.046Z | Compiling libscf-sys v1.2.0 |
| 3143 | 2026-09-18T16:30:25.108Z | Compiling xshell-macros v0.2.7 |
| 3144 | 2026-09-18T16:30:25.177Z | Compiling downcast-rs v2.0.2 |
| 3145 | 2026-09-18T16:30:25.226Z | Compiling tiny-keccak v2.0.2 |
| 3146 | 2026-09-18T16:30:25.298Z | Compiling term v0.7.0 |
| 3147 | 2026-09-18T16:30:25.385Z | Compiling papergrid v0.18.0 |
| 3148 | 2026-09-18T16:30:25.432Z | Compiling bit-vec v0.6.3 |
| 3149 | 2026-09-18T16:30:25.544Z | Compiling xshell v0.2.7 |
| 3150 | 2026-09-18T16:30:25.683Z | Compiling bit-set v0.5.3 |
| 3151 | 2026-09-18T16:30:25.731Z | Compiling darling_macro v0.21.3 |
| 3152 | 2026-09-18T16:30:25.766Z | Compiling ascii-canvas v3.0.0 |
| 3153 | 2026-09-18T16:30:25.789Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3154 | 2026-09-18T16:30:25.811Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3155 | 2026-09-18T16:30:25.838Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3156 | 2026-09-18T16:30:25.874Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3157 | 2026-09-18T16:30:25.950Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3158 | 2026-09-18T16:30:26.040Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3159 | 2026-09-18T16:30:26.068Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3160 | 2026-09-18T16:30:26.307Z | Compiling darling v0.21.3 |
| 3161 | 2026-09-18T16:30:26.330Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3162 | 2026-09-18T16:30:26.355Z | Compiling itertools v0.15.0 |
| 3163 | 2026-09-18T16:30:26.378Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3164 | 2026-09-18T16:30:26.433Z | Compiling dsl_auto_type v0.2.0 |
| 3165 | 2026-09-18T16:30:26.465Z | Compiling itertools v0.10.5 |
| 3166 | 2026-09-18T16:30:26.564Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3167 | 2026-09-18T16:30:26.589Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3168 | 2026-09-18T16:30:26.989Z | Compiling tabled v0.21.0 |
| 3169 | 2026-09-18T16:30:27.015Z | Compiling ena v0.14.4 |
| 3170 | 2026-09-18T16:30:27.291Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3171 | 2026-09-18T16:30:27.452Z | Compiling libloading v0.8.9 |
| 3172 | 2026-09-18T16:30:27.574Z | Compiling diff v0.1.13 |
| 3173 | 2026-09-18T16:30:27.597Z | Compiling bindgen v0.71.1 |
| 3174 | 2026-09-18T16:30:27.622Z | Compiling unicase v2.9.0 |
| 3175 | 2026-09-18T16:30:27.697Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3176 | 2026-09-18T16:30:27.848Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3177 | 2026-09-18T16:30:27.901Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3178 | 2026-09-18T16:30:27.931Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3179 | 2026-09-18T16:30:27.983Z | Compiling regex-syntax v0.6.29 |
| 3180 | 2026-09-18T16:30:28.417Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3181 | 2026-09-18T16:30:28.605Z | Compiling cexpr v0.6.0 |
| 3182 | 2026-09-18T16:30:28.751Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3183 | 2026-09-18T16:30:29.013Z | Compiling rustc-hash v2.1.1 |
| 3184 | 2026-09-18T16:30:29.249Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3185 | 2026-09-18T16:30:29.407Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3186 | 2026-09-18T16:30:29.478Z | Compiling lalrpop v0.19.12 |
| 3187 | 2026-09-18T16:30:29.775Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3188 | 2026-09-18T16:30:29.958Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3189 | 2026-09-18T16:30:30.087Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3190 | 2026-09-18T16:30:30.111Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3191 | 2026-09-18T16:30:30.523Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3192 | 2026-09-18T16:30:31.625Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3193 | 2026-09-18T16:30:31.839Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3194 | 2026-09-18T16:30:31.927Z | Compiling headers-core v0.3.0 |
| 3195 | 2026-09-18T16:30:31.954Z | Compiling diesel v2.3.7 |
| 3196 | 2026-09-18T16:30:32.093Z | Compiling libxml v0.3.3 |
| 3197 | 2026-09-18T16:30:32.146Z | Compiling crc8 v0.1.1 |
| 3198 | 2026-09-18T16:30:32.277Z | Compiling headers v0.4.1 |
| 3199 | 2026-09-18T16:30:32.433Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281) |
| 3200 | 2026-09-18T16:30:32.917Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3201 | 2026-09-18T16:30:33.072Z | Compiling strum_macros v0.24.3 |
| 3202 | 2026-09-18T16:30:33.167Z | Compiling indoc v1.0.9 |
| 3203 | 2026-09-18T16:30:33.517Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3204 | 2026-09-18T16:30:33.542Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3205 | 2026-09-18T16:30:33.653Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3206 | 2026-09-18T16:30:33.770Z | Compiling quick-xml v0.37.5 |
| 3207 | 2026-09-18T16:30:34.031Z | Compiling derive_builder v0.20.2 |
| 3208 | 2026-09-18T16:30:34.218Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3209 | 2026-09-18T16:30:34.400Z | Compiling oso-derive v0.27.3 |
| 3210 | 2026-09-18T16:30:34.509Z | Compiling impl-trait-for-tuples v0.2.3 |
| 3211 | 2026-09-18T16:30:34.736Z | Compiling openssl-probe v0.1.6 |
| 3212 | 2026-09-18T16:30:34.980Z | Compiling object v0.39.1 |
| 3213 | 2026-09-18T16:30:35.090Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3214 | 2026-09-18T16:30:35.136Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3215 | 2026-09-18T16:30:35.243Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3216 | 2026-09-18T16:30:35.392Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3217 | 2026-09-18T16:30:35.655Z | Compiling samael v0.0.19 |
| 3218 | 2026-09-18T16:30:35.682Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3219 | 2026-09-18T16:30:35.865Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3220 | 2026-09-18T16:30:35.892Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3221 | 2026-09-18T16:30:36.002Z | Compiling bb8 v0.8.6 |
| 3222 | 2026-09-18T16:30:36.157Z | Compiling filetime v0.2.27 |
| 3223 | 2026-09-18T16:30:36.180Z | Compiling trait-variant v0.1.2 |
| 3224 | 2026-09-18T16:30:36.278Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3225 | 2026-09-18T16:30:36.395Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3226 | 2026-09-18T16:30:36.418Z | Compiling half v1.8.3 |
| 3227 | 2026-09-18T16:30:36.619Z | Compiling path-slash v0.2.1 |
| 3228 | 2026-09-18T16:30:36.709Z | Compiling serde_cbor v0.11.2 |
| 3229 | 2026-09-18T16:30:36.769Z | Compiling proc-macro-error2 v2.0.1 |
| 3230 | 2026-09-18T16:30:36.793Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3231 | 2026-09-18T16:30:36.797Z | Compiling tar v0.4.46 |
| 3232 | 2026-09-18T16:30:36.896Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3233 | 2026-09-18T16:30:37.101Z | Compiling rfc6979 v0.4.0 |
| 3234 | 2026-09-18T16:30:37.156Z | Compiling hashbrown v0.14.5 |
| 3235 | 2026-09-18T16:30:37.238Z | Compiling polar-core v0.27.3 |
| 3236 | 2026-09-18T16:30:37.278Z | Compiling salty v0.3.0 |
| 3237 | 2026-09-18T16:30:37.365Z | Compiling ecdsa v0.16.9 |
| 3238 | 2026-09-18T16:30:37.512Z | Compiling knus-derive v3.4.0 |
| 3239 | 2026-09-18T16:30:37.592Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281) |
| 3240 | 2026-09-18T16:30:37.815Z | Compiling chumsky v0.9.3 |
| 3241 | 2026-09-18T16:30:37.825Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281) |
| 3242 | 2026-09-18T16:30:37.908Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3243 | 2026-09-18T16:30:38.180Z | Compiling primeorder v0.13.6 |
| 3244 | 2026-09-18T16:30:38.332Z | Compiling nonempty v0.12.0 |
| 3245 | 2026-09-18T16:30:38.502Z | Compiling p384 v0.13.1 |
| 3246 | 2026-09-18T16:30:38.578Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3247 | 2026-09-18T16:30:39.046Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281) |
| 3248 | 2026-09-18T16:30:39.105Z | Compiling knus v3.4.0 |
| 3249 | 2026-09-18T16:30:39.479Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3250 | 2026-09-18T16:30:39.761Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3251 | 2026-09-18T16:30:40.059Z | Compiling fxhash v0.2.1 |
| 3252 | 2026-09-18T16:30:40.227Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3253 | 2026-09-18T16:30:40.304Z | Compiling libz-sys v1.1.24 |
| 3254 | 2026-09-18T16:30:40.406Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3255 | 2026-09-18T16:30:40.470Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3256 | 2026-09-18T16:30:40.713Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3257 | 2026-09-18T16:30:40.738Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3258 | 2026-09-18T16:30:40.854Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3259 | 2026-09-18T16:30:41.125Z | Compiling kstat-rs v0.2.5 |
| 3260 | 2026-09-18T16:30:41.392Z | Compiling mime_guess v2.0.5 |
| 3261 | 2026-09-18T16:30:41.560Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3) |
| 3262 | 2026-09-18T16:30:41.584Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3263 | 2026-09-18T16:30:41.967Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3264 | 2026-09-18T16:30:42.502Z | Compiling nanorand v0.7.0 |
| 3265 | 2026-09-18T16:30:42.593Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 3266 | 2026-09-18T16:30:42.861Z | Compiling parking_lot_core v0.8.6 |
| 3267 | 2026-09-18T16:30:42.943Z | Compiling flume v0.11.1 |
| 3268 | 2026-09-18T16:30:43.223Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3269 | 2026-09-18T16:30:43.373Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3270 | 2026-09-18T16:30:43.569Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3271 | 2026-09-18T16:30:43.645Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3272 | 2026-09-18T16:30:44.068Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3273 | 2026-09-18T16:30:44.284Z | Compiling git-stub v1.0.0 |
| 3274 | 2026-09-18T16:30:44.500Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3275 | 2026-09-18T16:30:44.523Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3276 | 2026-09-18T16:30:44.551Z | Compiling strsim v0.10.0 |
| 3277 | 2026-09-18T16:30:44.576Z | Compiling instability v0.3.11 |
| 3278 | 2026-09-18T16:30:44.797Z | Compiling http-range v0.1.5 |
| 3279 | 2026-09-18T16:30:44.844Z | Compiling corncobs v0.1.4 |
| 3280 | 2026-09-18T16:30:44.953Z | Compiling darling_core v0.13.4 |
| 3281 | 2026-09-18T16:30:45.083Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3282 | 2026-09-18T16:30:45.108Z | Compiling git-stub-vcs v0.1.0 |
| 3283 | 2026-09-18T16:30:45.134Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3284 | 2026-09-18T16:30:45.542Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3285 | 2026-09-18T16:30:45.625Z | Compiling progenitor-impl v0.13.0 |
| 3286 | 2026-09-18T16:30:45.910Z | Compiling ignore v0.4.25 |
| 3287 | 2026-09-18T16:30:45.933Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3288 | 2026-09-18T16:30:46.192Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3289 | 2026-09-18T16:30:46.215Z | Compiling secrecy v0.8.0 |
| 3290 | 2026-09-18T16:30:46.421Z | Compiling anstyle-parse v0.2.7 |
| 3291 | 2026-09-18T16:30:46.686Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3292 | 2026-09-18T16:30:46.720Z | Compiling vergen-git2 v9.1.0 |
| 3293 | 2026-09-18T16:30:46.991Z | Compiling oso v0.27.3 |
| 3294 | 2026-09-18T16:30:47.509Z | Compiling castaway v0.2.4 |
| 3295 | 2026-09-18T16:30:47.685Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3296 | 2026-09-18T16:30:47.844Z | Compiling indoc v2.0.7 |
| 3297 | 2026-09-18T16:30:47.900Z | Compiling progenitor-macro v0.13.0 |
| 3298 | 2026-09-18T16:30:48.078Z | Compiling compact_str v0.8.1 |
| 3299 | 2026-09-18T16:30:48.355Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3300 | 2026-09-18T16:30:48.943Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3301 | 2026-09-18T16:30:49.001Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3302 | 2026-09-18T16:30:49.115Z | Compiling darling_macro v0.13.4 |
| 3303 | 2026-09-18T16:30:49.294Z | Compiling globwalk v0.9.1 |
| 3304 | 2026-09-18T16:30:49.361Z | Compiling anstream v0.6.21 |
| 3305 | 2026-09-18T16:30:49.796Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3306 | 2026-09-18T16:30:49.818Z | Compiling hyper-staticfile v0.10.1 |
| 3307 | 2026-09-18T16:30:49.845Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3308 | 2026-09-18T16:30:50.169Z | Compiling parking_lot v0.11.2 |
| 3309 | 2026-09-18T16:30:50.728Z | Compiling diesel-dtrace v0.5.0 |
| 3310 | 2026-09-18T16:30:50.834Z | Compiling async-bb8-diesel v0.2.1 |
| 3311 | 2026-09-18T16:30:50.838Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3312 | 2026-09-18T16:30:51.070Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3313 | 2026-09-18T16:30:51.311Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3314 | 2026-09-18T16:30:51.395Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3315 | 2026-09-18T16:30:51.457Z | Compiling predicates-tree v1.0.13 |
| 3316 | 2026-09-18T16:30:51.829Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3317 | 2026-09-18T16:30:52.110Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3318 | 2026-09-18T16:30:52.225Z | Compiling progenitor-client v0.13.0 |
| 3319 | 2026-09-18T16:30:52.255Z | Compiling unicode-truncate v1.1.0 |
| 3320 | 2026-09-18T16:30:52.363Z | Compiling lru v0.12.5 |
| 3321 | 2026-09-18T16:30:52.472Z | Compiling digest-io v0.1.0 |
| 3322 | 2026-09-18T16:30:52.609Z | Compiling prefix-trie v0.7.0 |
| 3323 | 2026-09-18T16:30:52.660Z | Compiling rand_seeder v0.4.0 |
| 3324 | 2026-09-18T16:30:52.684Z | Compiling rawzip v0.4.4 |
| 3325 | 2026-09-18T16:30:52.708Z | Compiling cassowary v0.3.0 |
| 3326 | 2026-09-18T16:30:52.800Z | Compiling camino-tempfile-ext v0.3.3 |
| 3327 | 2026-09-18T16:30:52.900Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3328 | 2026-09-18T16:30:53.128Z | Compiling hickory-server v0.25.2 |
| 3329 | 2026-09-18T16:30:53.154Z | Compiling ratatui v0.29.0 |
| 3330 | 2026-09-18T16:30:53.262Z | Compiling progenitor v0.13.0 |
| 3331 | 2026-09-18T16:30:53.448Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3332 | 2026-09-18T16:30:53.516Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3333 | 2026-09-18T16:30:53.565Z | Compiling sled v0.34.7 |
| 3334 | 2026-09-18T16:30:55.418Z | Compiling darling v0.13.4 |
| 3335 | 2026-09-18T16:30:55.445Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3336 | 2026-09-18T16:30:55.547Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3337 | 2026-09-18T16:30:56.234Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3338 | 2026-09-18T16:30:56.845Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3339 | 2026-09-18T16:30:56.871Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3340 | 2026-09-18T16:30:57.142Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3341 | 2026-09-18T16:30:57.267Z | Compiling serde_with_macros v1.5.2 |
| 3342 | 2026-09-18T16:30:57.849Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3343 | 2026-09-18T16:30:58.164Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3344 | 2026-09-18T16:30:58.189Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3345 | 2026-09-18T16:30:58.313Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3346 | 2026-09-18T16:30:58.580Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3347 | 2026-09-18T16:30:58.687Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3348 | 2026-09-18T16:30:58.854Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3349 | 2026-09-18T16:30:58.959Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3350 | 2026-09-18T16:30:59.121Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3351 | 2026-09-18T16:30:59.190Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3352 | 2026-09-18T16:30:59.225Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3353 | 2026-09-18T16:30:59.249Z | Compiling arc-swap v1.8.2 |
| 3354 | 2026-09-18T16:30:59.383Z | Compiling void v1.0.2 |
| 3355 | 2026-09-18T16:30:59.545Z | Compiling slog-scope v4.4.1 |
| 3356 | 2026-09-18T16:30:59.569Z | Compiling lzss v0.8.2 |
| 3357 | 2026-09-18T16:30:59.714Z | Compiling serde_with v1.14.0 |
| 3358 | 2026-09-18T16:30:59.737Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3359 | 2026-09-18T16:30:59.737Z | Compiling scuffle v0.1.0 |
| 3360 | 2026-09-18T16:30:59.781Z | Compiling tungstenite v0.23.0 |
| 3361 | 2026-09-18T16:30:59.859Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3362 | 2026-09-18T16:30:59.917Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3363 | 2026-09-18T16:31:00.015Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3364 | 2026-09-18T16:31:00.167Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3365 | 2026-09-18T16:31:00.285Z | Compiling libsw-core v0.3.2 |
| 3366 | 2026-09-18T16:31:00.372Z | Compiling nix v0.27.1 |
| 3367 | 2026-09-18T16:31:00.430Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9) |
| 3368 | 2026-09-18T16:31:00.434Z | Compiling twox-hash v2.1.2 |
| 3369 | 2026-09-18T16:31:00.514Z | Compiling serde_bytes v0.11.19 |
| 3370 | 2026-09-18T16:31:00.557Z | Compiling atty v0.2.14 |
| 3371 | 2026-09-18T16:31:00.709Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3372 | 2026-09-18T16:31:00.734Z | Compiling libsw v3.5.0 |
| 3373 | 2026-09-18T16:31:00.809Z | Compiling tokio-tungstenite v0.23.1 |
| 3374 | 2026-09-18T16:31:00.950Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3375 | 2026-09-18T16:31:01.026Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185) |
| 3376 | 2026-09-18T16:31:01.048Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3377 | 2026-09-18T16:31:01.074Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3378 | 2026-09-18T16:31:01.177Z | Compiling slog-stdlog v4.1.1 |
| 3379 | 2026-09-18T16:31:01.212Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3380 | 2026-09-18T16:31:01.309Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3381 | 2026-09-18T16:31:01.333Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3382 | 2026-09-18T16:31:01.355Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3383 | 2026-09-18T16:31:01.501Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3384 | 2026-09-18T16:31:01.712Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3385 | 2026-09-18T16:31:02.067Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3386 | 2026-09-18T16:31:02.254Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3387 | 2026-09-18T16:31:02.409Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3388 | 2026-09-18T16:31:02.588Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3389 | 2026-09-18T16:31:03.007Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3390 | 2026-09-18T16:31:03.935Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3391 | 2026-09-18T16:31:05.522Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3392 | 2026-09-18T16:31:06.972Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3393 | 2026-09-18T16:31:07.027Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3394 | 2026-09-18T16:31:07.224Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3395 | 2026-09-18T16:31:07.587Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3396 | 2026-09-18T16:31:08.035Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3397 | 2026-09-18T16:31:08.708Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3398 | 2026-09-18T16:31:08.801Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3399 | 2026-09-18T16:31:09.534Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3400 | 2026-09-18T16:31:10.124Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3401 | 2026-09-18T16:31:10.425Z | Compiling git2 v0.20.4 |
| 3402 | 2026-09-18T16:31:10.766Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3403 | 2026-09-18T16:31:10.794Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3404 | 2026-09-18T16:31:12.109Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3405 | 2026-09-18T16:31:12.154Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3406 | 2026-09-18T16:31:12.415Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3407 | 2026-09-18T16:31:13.100Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3408 | 2026-09-18T16:31:13.351Z | Compiling signal-hook-tokio v0.3.1 |
| 3409 | 2026-09-18T16:31:13.459Z | Compiling fatfs v0.3.6 |
| 3410 | 2026-09-18T16:31:13.566Z | Compiling yasna v0.5.2 |
| 3411 | 2026-09-18T16:31:13.693Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3412 | 2026-09-18T16:31:14.014Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3413 | 2026-09-18T16:31:14.445Z | Compiling console v0.16.2 |
| 3414 | 2026-09-18T16:31:14.502Z | Compiling seq-macro v0.3.6 |
| 3415 | 2026-09-18T16:31:14.655Z | Compiling assert_matches v1.5.0 |
| 3416 | 2026-09-18T16:31:14.768Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-09-18T16:31:15.031Z | Compiling indicatif v0.18.4 |
| 3418 | 2026-09-18T16:31:16.489Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3419 | 2026-09-18T16:31:16.593Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3420 | 2026-09-18T16:31:17.316Z | Compiling slog-envlogger v2.2.0 |
| 3421 | 2026-09-18T16:31:17.649Z | Compiling oxide-update-engine-display v0.1.2 |
| 3422 | 2026-09-18T16:31:17.853Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3423 | 2026-09-18T16:31:18.013Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3424 | 2026-09-18T16:31:18.039Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3425 | 2026-09-18T16:31:18.318Z | Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy) |
| 3426 | 2026-09-18T16:31:18.404Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3427 | 2026-09-18T16:31:18.428Z | Compiling port-file v0.1.0 |
| 3428 | 2026-09-18T16:31:18.624Z | Compiling rtoolbox v0.0.3 |
| 3429 | 2026-09-18T16:31:18.670Z | Compiling subprocess v0.2.15 |
| 3430 | 2026-09-18T16:31:18.779Z | Compiling rpassword v7.5.4 |
| 3431 | 2026-09-18T16:31:18.898Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3432 | 2026-09-18T16:31:19.233Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3433 | 2026-09-18T16:31:19.908Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3434 | 2026-09-18T16:31:19.939Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3435 | 2026-09-18T16:31:20.089Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3436 | 2026-09-18T16:31:20.113Z | Compiling tui-tree-widget v0.23.1 |
| 3437 | 2026-09-18T16:31:20.423Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3438 | 2026-09-18T16:31:20.784Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3439 | 2026-09-18T16:31:21.190Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3440 | 2026-09-18T16:31:22.072Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3441 | 2026-09-18T16:31:22.737Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3442 | 2026-09-18T16:31:22.956Z | Compiling uzers v0.12.2 |
| 3443 | 2026-09-18T16:31:23.021Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3444 | 2026-09-18T16:31:23.378Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3445 | 2026-09-18T16:31:23.512Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3446 | 2026-09-18T16:31:23.556Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3447 | 2026-09-18T16:31:23.959Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3448 | 2026-09-18T16:31:24.171Z | Compiling support-bundle-viewer v0.1.2 |
| 3449 | 2026-09-18T16:31:24.237Z | Compiling multimap v0.10.1 |
| 3450 | 2026-09-18T16:31:25.520Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3451 | 2026-09-18T16:31:47.246Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3452 | 2026-09-18T16:32:11.914Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3453 | 2026-09-18T16:32:30.052Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3454 | 2026-09-18T16:40:43.624Z | Finished `release` profile [optimized] target(s) in 10m 57s |
| 3455 | 2026-09-18T16:40:43.628Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3456 | 2026-09-18T16:40:43.628Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3457 | 2026-09-18T16:41:18.835Z | |
| 3458 | 2026-09-18T16:41:18.835Z | real 11:34.036276133 |
| 3459 | 2026-09-18T16:41:18.838Z | user 2:10:06.228394719 |
| 3460 | 2026-09-18T16:41:18.838Z | sys 4:54.165683573 |
| 3461 | 2026-09-18T16:41:18.838Z | trap 3.443657901 |
| 3462 | 2026-09-18T16:41:18.839Z | tflt 0.768099034 |
| 3463 | 2026-09-18T16:41:18.839Z | dflt 9.011705103 |
| 3464 | 2026-09-18T16:41:18.839Z | kflt 0.119247005 |
| 3465 | 2026-09-18T16:41:18.839Z | lock 8:46:18.158719556 |
| 3466 | 2026-09-18T16:41:18.839Z | slp 3:17:18.421905799 |
| 3467 | 2026-09-18T16:41:18.839Z | lat 3:02.825976075 |
| 3468 | 2026-09-18T16:41:18.839Z | stop 8:58.154985387 |
| 3469 | 2026-09-18T16:41:18.839Z | + mapfile -t packages |
| 3470 | 2026-09-18T16:41:18.839Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3471 | 2026-09-18T16:41:19.869Z | Finished `release` profile [optimized] target(s) in 1.01s |
| 3472 | 2026-09-18T16:41:19.930Z | Running `target/release/omicron-package -t test list-outputs` |
| 3473 | 2026-09-18T16:41:19.990Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3474 | 2026-09-18T16:41:19.993Z | + ptime -m cargo build --locked --release -p xtask |
| 3475 | 2026-09-18T16:41:20.494Z | Compiling libc v0.2.185 |
| 3476 | 2026-09-18T16:41:20.494Z | Compiling serde_core v1.0.228 |
| 3477 | 2026-09-18T16:41:20.494Z | Compiling serde v1.0.228 |
| 3478 | 2026-09-18T16:41:20.497Z | Compiling rustix v1.1.4 |
| 3479 | 2026-09-18T16:41:20.497Z | Compiling serde_json v1.0.151 |
| 3480 | 2026-09-18T16:41:20.497Z | Compiling bitflags v2.11.0 |
| 3481 | 2026-09-18T16:41:20.497Z | Compiling syn v2.0.117 |
| 3482 | 2026-09-18T16:41:20.497Z | Compiling usdt-impl v0.5.0 |
| 3483 | 2026-09-18T16:41:20.603Z | Compiling syn v1.0.109 |
| 3484 | 2026-09-18T16:41:20.691Z | Compiling getrandom v0.3.4 |
| 3485 | 2026-09-18T16:41:20.701Z | Compiling hashbrown v0.17.0 |
| 3486 | 2026-09-18T16:41:20.711Z | Compiling log v0.4.33 |
| 3487 | 2026-09-18T16:41:20.727Z | Compiling fs-err v3.3.0 |
| 3488 | 2026-09-18T16:41:20.966Z | Compiling heck v0.4.1 |
| 3489 | 2026-09-18T16:41:20.966Z | Compiling once_cell v1.21.3 |
| 3490 | 2026-09-18T16:41:20.992Z | Compiling anyhow v1.0.104 |
| 3491 | 2026-09-18T16:41:21.327Z | Compiling indexmap v2.14.0 |
| 3492 | 2026-09-18T16:41:21.450Z | Compiling thread-id v4.2.2 |
| 3493 | 2026-09-18T16:41:21.506Z | Compiling errno v0.3.14 |
| 3494 | 2026-09-18T16:41:21.509Z | Compiling memmap v0.7.0 |
| 3495 | 2026-09-18T16:41:22.170Z | Compiling proc-macro-error v1.0.4 |
| 3496 | 2026-09-18T16:41:22.436Z | Compiling tabled_derive v0.7.0 |
| 3497 | 2026-09-18T16:41:22.526Z | Compiling terminal_size v0.4.3 |
| 3498 | 2026-09-18T16:41:22.526Z | Compiling tempfile v3.27.0 |
| 3499 | 2026-09-18T16:41:22.626Z | Compiling clap_builder v4.6.0 |
| 3500 | 2026-09-18T16:41:22.626Z | Compiling textwrap v0.16.2 |
| 3501 | 2026-09-18T16:41:22.814Z | Compiling camino v1.2.5 |
| 3502 | 2026-09-18T16:41:22.814Z | Compiling semver v1.0.28 |
| 3503 | 2026-09-18T16:41:22.837Z | Compiling cargo-platform v0.3.2 |
| 3504 | 2026-09-18T16:41:22.861Z | Compiling pest_generator v2.8.6 |
| 3505 | 2026-09-18T16:41:23.159Z | Compiling tabled v0.15.0 |
| 3506 | 2026-09-18T16:41:23.171Z | Compiling camino-tempfile v1.4.1 |
| 3507 | 2026-09-18T16:41:23.377Z | Compiling serde_derive v1.0.228 |
| 3508 | 2026-09-18T16:41:23.380Z | Compiling thiserror-impl v1.0.69 |
| 3509 | 2026-09-18T16:41:23.380Z | Compiling zerocopy-derive v0.7.35 |
| 3510 | 2026-09-18T16:41:23.380Z | Compiling scroll_derive v0.12.1 |
| 3511 | 2026-09-18T16:41:23.380Z | Compiling thiserror-impl v2.0.18 |
| 3512 | 2026-09-18T16:41:23.380Z | Compiling clap_derive v4.6.1 |
| 3513 | 2026-09-18T16:41:23.450Z | Compiling pest_derive v2.8.6 |
| 3514 | 2026-09-18T16:41:24.137Z | Compiling scroll v0.12.0 |
| 3515 | 2026-09-18T16:41:24.243Z | Compiling zerocopy v0.7.35 |
| 3516 | 2026-09-18T16:41:24.394Z | Compiling goblin v0.8.2 |
| 3517 | 2026-09-18T16:41:24.576Z | Compiling thiserror v2.0.18 |
| 3518 | 2026-09-18T16:41:24.589Z | Compiling thiserror v1.0.69 |
| 3519 | 2026-09-18T16:41:24.681Z | Compiling dtrace-parser v0.2.0 |
| 3520 | 2026-09-18T16:41:24.847Z | Compiling clap v4.6.1 |
| 3521 | 2026-09-18T16:41:26.049Z | Compiling dof v0.3.0 |
| 3522 | 2026-09-18T16:41:26.049Z | Compiling serde_tokenstream v0.2.3 |
| 3523 | 2026-09-18T16:41:26.085Z | Compiling toml_datetime v0.6.11 |
| 3524 | 2026-09-18T16:41:26.085Z | Compiling serde_spanned v0.6.9 |
| 3525 | 2026-09-18T16:41:26.089Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3526 | 2026-09-18T16:41:26.089Z | Compiling cargo_metadata v0.23.1 |
| 3527 | 2026-09-18T16:41:26.089Z | Compiling macaddr v1.0.1 |
| 3528 | 2026-09-18T16:41:26.270Z | Compiling toml_edit v0.22.27 |
| 3529 | 2026-09-18T16:41:26.703Z | Compiling usdt-macro v0.5.0 |
| 3530 | 2026-09-18T16:41:26.703Z | Compiling usdt-attr-macro v0.5.0 |
| 3531 | 2026-09-18T16:41:27.543Z | Compiling usdt v0.5.0 |
| 3532 | 2026-09-18T16:41:27.749Z | Compiling toml v0.8.23 |
| 3533 | 2026-09-18T16:41:28.176Z | Compiling cargo_toml v0.21.0 |
| 3534 | 2026-09-18T16:41:30.457Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3535 | 2026-09-18T16:41:36.427Z | Finished `release` profile [optimized] target(s) in 16.42s |
| 3536 | 2026-09-18T16:41:36.533Z | |
| 3537 | 2026-09-18T16:41:36.536Z | real 16.504099252 |
| 3538 | 2026-09-18T16:41:36.536Z | user 1:57.417016524 |
| 3539 | 2026-09-18T16:41:36.536Z | sys 14.772415910 |
| 3540 | 2026-09-18T16:41:36.536Z | trap 0.058858924 |
| 3541 | 2026-09-18T16:41:36.536Z | tflt 0.711434021 |
| 3542 | 2026-09-18T16:41:36.536Z | dflt 1.842283847 |
| 3543 | 2026-09-18T16:41:36.536Z | kflt 0.000078990 |
| 3544 | 2026-09-18T16:41:36.536Z | lock 3:55.892184100 |
| 3545 | 2026-09-18T16:41:36.537Z | slp 2:17.217967612 |
| 3546 | 2026-09-18T16:41:36.537Z | lat 3.051806598 |
| 3547 | 2026-09-18T16:41:36.537Z | stop 17.425829739 |
| 3548 | 2026-09-18T16:41:36.537Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3549 | 2026-09-18T16:41:36.537Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3550 | 2026-09-18T16:41:36.537Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3551 | 2026-09-18T16:41:36.537Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3552 | 2026-09-18T16:41:36.537Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3553 | 2026-09-18T16:41:37.521Z | Compiling progenitor-client v0.14.0 |
| 3554 | 2026-09-18T16:41:37.524Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3555 | 2026-09-18T16:41:37.525Z | Compiling newtype-uuid-macros v0.1.0 |
| 3556 | 2026-09-18T16:41:37.525Z | Compiling sha1 v0.11.0 |
| 3557 | 2026-09-18T16:41:37.525Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3558 | 2026-09-18T16:41:37.678Z | Compiling serde_spanned v1.1.1 |
| 3559 | 2026-09-18T16:41:37.683Z | Compiling multer v3.1.0 |
| 3560 | 2026-09-18T16:41:37.684Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3561 | 2026-09-18T16:41:37.684Z | Compiling compression-core v0.4.31 |
| 3562 | 2026-09-18T16:41:37.690Z | Compiling match_cfg v0.1.0 |
| 3563 | 2026-09-18T16:41:37.693Z | Compiling debug-ignore v1.0.5 |
| 3564 | 2026-09-18T16:41:37.693Z | Compiling slog-json v2.6.1 |
| 3565 | 2026-09-18T16:41:37.694Z | Compiling async-stream-impl v0.3.6 |
| 3566 | 2026-09-18T16:41:37.694Z | Compiling dropshot v0.17.1 |
| 3567 | 2026-09-18T16:41:37.699Z | Compiling waitgroup v0.1.2 |
| 3568 | 2026-09-18T16:41:37.699Z | Compiling rustls-pemfile v2.2.0 |
| 3569 | 2026-09-18T16:41:37.868Z | Compiling dropshot_endpoint v0.17.1 |
| 3570 | 2026-09-18T16:41:37.958Z | Compiling hostname v0.3.1 |
| 3571 | 2026-09-18T16:41:37.977Z | Compiling serde_path_to_error v0.1.20 |
| 3572 | 2026-09-18T16:41:37.981Z | Compiling hostname v0.4.2 |
| 3573 | 2026-09-18T16:41:37.998Z | Compiling atomicwrites v0.4.4 |
| 3574 | 2026-09-18T16:41:38.013Z | Compiling compression-codecs v0.4.37 |
| 3575 | 2026-09-18T16:41:38.016Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3576 | 2026-09-18T16:41:38.106Z | Compiling slog-bunyan v2.5.0 |
| 3577 | 2026-09-18T16:41:38.126Z | Compiling macaddr v1.0.1 |
| 3578 | 2026-09-18T16:41:38.146Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3579 | 2026-09-18T16:41:38.169Z | Compiling serde_tokenstream v0.3.0 |
| 3580 | 2026-09-18T16:41:38.228Z | Compiling async-compression v0.4.41 |
| 3581 | 2026-09-18T16:41:38.268Z | Compiling oxide-generation v0.1.3 |
| 3582 | 2026-09-18T16:41:38.272Z | Compiling instant v0.1.13 |
| 3583 | 2026-09-18T16:41:38.329Z | Compiling parse-display-derive v0.10.0 |
| 3584 | 2026-09-18T16:41:38.336Z | Compiling regress v0.10.5 |
| 3585 | 2026-09-18T16:41:38.336Z | Compiling backon v1.6.0 |
| 3586 | 2026-09-18T16:41:38.390Z | Compiling backoff v0.4.0 |
| 3587 | 2026-09-18T16:41:38.410Z | Compiling itertools v0.14.0 |
| 3588 | 2026-09-18T16:41:38.415Z | Compiling humantime v2.3.0 |
| 3589 | 2026-09-18T16:41:38.455Z | Compiling async-stream v0.3.6 |
| 3590 | 2026-09-18T16:41:38.472Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3591 | 2026-09-18T16:41:38.502Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3592 | 2026-09-18T16:41:38.562Z | Compiling oxide-generation-macros v0.2.0 |
| 3593 | 2026-09-18T16:41:38.595Z | Compiling progenitor-extras v0.2.0 |
| 3594 | 2026-09-18T16:41:38.616Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3595 | 2026-09-18T16:41:38.616Z | Compiling half v2.7.1 |
| 3596 | 2026-09-18T16:41:38.651Z | Compiling ciborium-io v0.2.2 |
| 3597 | 2026-09-18T16:41:38.651Z | Compiling crucible-workspace-hack v0.1.0 |
| 3598 | 2026-09-18T16:41:38.690Z | Compiling convert_case v0.4.0 |
| 3599 | 2026-09-18T16:41:38.727Z | Compiling secrecy v0.10.3 |
| 3600 | 2026-09-18T16:41:38.775Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3601 | 2026-09-18T16:41:38.796Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3602 | 2026-09-18T16:41:38.835Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3603 | 2026-09-18T16:41:38.869Z | Compiling inout v0.1.4 |
| 3604 | 2026-09-18T16:41:38.896Z | Compiling ciborium-ll v0.2.2 |
| 3605 | 2026-09-18T16:41:38.929Z | Compiling regress v0.11.1 |
| 3606 | 2026-09-18T16:41:38.945Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3607 | 2026-09-18T16:41:38.978Z | Compiling universal-hash v0.5.1 |
| 3608 | 2026-09-18T16:41:39.057Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3609 | 2026-09-18T16:41:39.072Z | Compiling ciborium v0.2.2 |
| 3610 | 2026-09-18T16:41:39.089Z | Compiling derive_more v0.99.20 |
| 3611 | 2026-09-18T16:41:39.143Z | Compiling cipher v0.4.4 |
| 3612 | 2026-09-18T16:41:39.143Z | Compiling opaque-debug v0.3.1 |
| 3613 | 2026-09-18T16:41:39.174Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3614 | 2026-09-18T16:41:39.192Z | Compiling blake2 v0.10.6 |
| 3615 | 2026-09-18T16:41:39.251Z | Compiling poly1305 v0.8.0 |
| 3616 | 2026-09-18T16:41:39.374Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3617 | 2026-09-18T16:41:39.443Z | Compiling chacha20 v0.9.1 |
| 3618 | 2026-09-18T16:41:39.502Z | Compiling aead v0.5.2 |
| 3619 | 2026-09-18T16:41:39.571Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3620 | 2026-09-18T16:41:39.672Z | Compiling password-hash v0.5.0 |
| 3621 | 2026-09-18T16:41:39.693Z | Compiling indent_write v2.2.0 |
| 3622 | 2026-09-18T16:41:39.729Z | Compiling chacha20poly1305 v0.10.1 |
| 3623 | 2026-09-18T16:41:39.762Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3624 | 2026-09-18T16:41:39.766Z | Compiling unsafe-libyaml v0.2.11 |
| 3625 | 2026-09-18T16:41:39.798Z | Compiling itertools v0.15.0 |
| 3626 | 2026-09-18T16:41:39.818Z | Compiling num-derive v0.4.2 |
| 3627 | 2026-09-18T16:41:39.864Z | Compiling heapless v0.8.0 |
| 3628 | 2026-09-18T16:41:39.914Z | Compiling tabwriter v1.4.1 |
| 3629 | 2026-09-18T16:41:40.063Z | Compiling argon2 v0.5.3 |
| 3630 | 2026-09-18T16:41:40.085Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3631 | 2026-09-18T16:41:40.136Z | Compiling hash32 v0.3.1 |
| 3632 | 2026-09-18T16:41:40.174Z | Compiling parse-display v0.10.0 |
| 3633 | 2026-09-18T16:41:40.191Z | Compiling smoltcp v0.11.0 |
| 3634 | 2026-09-18T16:41:40.258Z | Compiling thiserror-no-std v2.0.2 |
| 3635 | 2026-09-18T16:41:40.310Z | Compiling serde_yaml v0.9.34+deprecated |
| 3636 | 2026-09-18T16:41:40.379Z | Compiling vsss-rs v3.3.4 |
| 3637 | 2026-09-18T16:41:40.439Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3638 | 2026-09-18T16:41:40.515Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3639 | 2026-09-18T16:41:40.590Z | Compiling typify-impl v0.6.2 |
| 3640 | 2026-09-18T16:41:40.713Z | Compiling proc-macro-crate v3.4.0 |
| 3641 | 2026-09-18T16:41:40.850Z | Compiling cobs v0.3.0 |
| 3642 | 2026-09-18T16:41:40.891Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3643 | 2026-09-18T16:41:41.035Z | Compiling colored v3.1.1 |
| 3644 | 2026-09-18T16:41:41.098Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3645 | 2026-09-18T16:41:41.155Z | Compiling postcard v1.1.3 |
| 3646 | 2026-09-18T16:41:41.203Z | Compiling ingot-macros v0.2.0 |
| 3647 | 2026-09-18T16:41:41.279Z | Compiling num_enum_derive v0.7.6 |
| 3648 | 2026-09-18T16:41:41.309Z | Compiling proc-macro-error v1.0.4 |
| 3649 | 2026-09-18T16:41:41.358Z | Compiling proc-macro-crate v1.3.1 |
| 3650 | 2026-09-18T16:41:41.375Z | Compiling foreign-types-macros v0.2.3 |
| 3651 | 2026-09-18T16:41:41.436Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3652 | 2026-09-18T16:41:41.559Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3653 | 2026-09-18T16:41:41.602Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3654 | 2026-09-18T16:41:41.657Z | Compiling foreign-types-shared v0.3.1 |
| 3655 | 2026-09-18T16:41:41.686Z | Compiling rayon-core v1.13.0 |
| 3656 | 2026-09-18T16:41:41.823Z | Compiling num_enum_derive v0.5.11 |
| 3657 | 2026-09-18T16:41:41.846Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3658 | 2026-09-18T16:41:41.868Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3659 | 2026-09-18T16:41:41.934Z | Compiling crossbeam-deque v0.8.6 |
| 3660 | 2026-09-18T16:41:41.974Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3661 | 2026-09-18T16:41:41.974Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3662 | 2026-09-18T16:41:42.010Z | Compiling cstr-argument v0.1.2 |
| 3663 | 2026-09-18T16:41:42.027Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3664 | 2026-09-18T16:41:42.044Z | Compiling foreign-types v0.5.0 |
| 3665 | 2026-09-18T16:41:42.147Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3666 | 2026-09-18T16:41:42.197Z | Compiling illumos-nvpair v0.3.0 |
| 3667 | 2026-09-18T16:41:42.292Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3668 | 2026-09-18T16:41:42.310Z | Compiling zone_cfg_derive v0.3.1 |
| 3669 | 2026-09-18T16:41:42.440Z | Compiling num_enum v0.7.6 |
| 3670 | 2026-09-18T16:41:42.459Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3671 | 2026-09-18T16:41:42.483Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3672 | 2026-09-18T16:41:42.503Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3673 | 2026-09-18T16:41:42.525Z | Compiling itertools v0.12.1 |
| 3674 | 2026-09-18T16:41:42.600Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3675 | 2026-09-18T16:41:42.622Z | Compiling rayon v1.11.0 |
| 3676 | 2026-09-18T16:41:42.652Z | Compiling sigpipe v0.1.3 |
| 3677 | 2026-09-18T16:41:42.683Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3678 | 2026-09-18T16:41:42.715Z | Compiling glob v0.3.3 |
| 3679 | 2026-09-18T16:41:42.720Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3680 | 2026-09-18T16:41:42.844Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3681 | 2026-09-18T16:41:42.878Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3682 | 2026-09-18T16:41:42.963Z | Compiling smf v0.2.3 |
| 3683 | 2026-09-18T16:41:42.997Z | Compiling num_enum v0.5.11 |
| 3684 | 2026-09-18T16:41:43.036Z | Compiling whoami v1.6.1 |
| 3685 | 2026-09-18T16:41:43.045Z | Compiling cpubits v0.1.1 |
| 3686 | 2026-09-18T16:41:43.063Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3687 | 2026-09-18T16:41:43.072Z | Compiling gethostname v0.5.0 |
| 3688 | 2026-09-18T16:41:43.145Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3689 | 2026-09-18T16:41:43.168Z | Compiling num-rational v0.4.2 |
| 3690 | 2026-09-18T16:41:43.172Z | Compiling num-complex v0.4.6 |
| 3691 | 2026-09-18T16:41:43.230Z | Compiling derive-where v1.6.0 |
| 3692 | 2026-09-18T16:41:43.243Z | Compiling toml v0.8.23 |
| 3693 | 2026-09-18T16:41:43.308Z | Compiling usdt-macro v0.5.0 |
| 3694 | 2026-09-18T16:41:43.482Z | Compiling usdt-attr-macro v0.5.0 |
| 3695 | 2026-09-18T16:41:43.504Z | Compiling pem-rfc7468 v1.0.0 |
| 3696 | 2026-09-18T16:41:43.594Z | Compiling num v0.4.3 |
| 3697 | 2026-09-18T16:41:43.638Z | Compiling memmap v0.7.0 |
| 3698 | 2026-09-18T16:41:43.706Z | Compiling zone v0.3.1 |
| 3699 | 2026-09-18T16:41:43.791Z | Compiling float-ord v0.3.2 |
| 3700 | 2026-09-18T16:41:43.811Z | Compiling cancel-safe-futures v0.1.5 |
| 3701 | 2026-09-18T16:41:43.836Z | Compiling universal-hash v0.6.1 |
| 3702 | 2026-09-18T16:41:43.866Z | Compiling resolv-conf v0.7.6 |
| 3703 | 2026-09-18T16:41:43.890Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3704 | 2026-09-18T16:41:43.942Z | Compiling sha1 v0.10.6 |
| 3705 | 2026-09-18T16:41:44.017Z | Compiling linear-map v1.2.0 |
| 3706 | 2026-09-18T16:41:44.157Z | Compiling libefi-sys v0.1.0 |
| 3707 | 2026-09-18T16:41:44.184Z | Compiling ingot-types v0.2.0 |
| 3708 | 2026-09-18T16:41:44.207Z | Compiling prettyplease v0.2.37 |
| 3709 | 2026-09-18T16:41:44.227Z | Compiling polyval v0.7.1 |
| 3710 | 2026-09-18T16:41:44.249Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3711 | 2026-09-18T16:41:44.361Z | Compiling der v0.8.0 |
| 3712 | 2026-09-18T16:41:44.403Z | Compiling usdt v0.5.0 |
| 3713 | 2026-09-18T16:41:44.454Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3714 | 2026-09-18T16:41:44.500Z | Compiling newline-converter v0.3.0 |
| 3715 | 2026-09-18T16:41:44.515Z | Compiling console v0.15.11 |
| 3716 | 2026-09-18T16:41:44.532Z | Compiling bitfield-struct v0.6.2 |
| 3717 | 2026-09-18T16:41:44.649Z | Compiling ingot v0.2.1 |
| 3718 | 2026-09-18T16:41:44.675Z | Compiling oxide-update-engine-types v0.1.2 |
| 3719 | 2026-09-18T16:41:44.687Z | Compiling ghash v0.6.0 |
| 3720 | 2026-09-18T16:41:44.750Z | Compiling aes v0.9.1 |
| 3721 | 2026-09-18T16:41:44.797Z | Compiling crypto-bigint v0.7.5 |
| 3722 | 2026-09-18T16:41:44.860Z | Compiling hickory-proto v0.24.4 |
| 3723 | 2026-09-18T16:41:44.950Z | Compiling expectorate v1.2.0 |
| 3724 | 2026-09-18T16:41:45.150Z | Compiling pbkdf2 v0.13.0 |
| 3725 | 2026-09-18T16:41:45.164Z | Compiling ctr v0.10.1 |
| 3726 | 2026-09-18T16:41:45.244Z | Compiling aead v0.6.1 |
| 3727 | 2026-09-18T16:41:45.275Z | Compiling typify-macro v0.6.2 |
| 3728 | 2026-09-18T16:41:45.290Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3729 | 2026-09-18T16:41:45.306Z | Compiling nom v8.0.0 |
| 3730 | 2026-09-18T16:41:45.407Z | Compiling semver v0.1.20 |
| 3731 | 2026-09-18T16:41:45.449Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3732 | 2026-09-18T16:41:45.519Z | Compiling linked-hash-map v0.5.6 |
| 3733 | 2026-09-18T16:41:45.567Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3734 | 2026-09-18T16:41:45.630Z | Compiling rustc_version v0.1.7 |
| 3735 | 2026-09-18T16:41:45.707Z | Compiling oxide-update-engine v0.1.2 |
| 3736 | 2026-09-18T16:41:45.742Z | Compiling lru-cache v0.1.2 |
| 3737 | 2026-09-18T16:41:45.765Z | Compiling aes-gcm v0.11.0 |
| 3738 | 2026-09-18T16:41:45.841Z | Compiling spki v0.8.0 |
| 3739 | 2026-09-18T16:41:45.891Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3740 | 2026-09-18T16:41:45.913Z | Compiling tokio-dtrace v0.1.1 |
| 3741 | 2026-09-18T16:41:45.919Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3742 | 2026-09-18T16:41:45.949Z | Compiling salsa20 v0.11.0 |
| 3743 | 2026-09-18T16:41:45.995Z | Compiling slog-dtrace v0.3.0 |
| 3744 | 2026-09-18T16:41:46.011Z | Compiling xshell-macros v0.2.7 |
| 3745 | 2026-09-18T16:41:46.107Z | Compiling minimal-lexical v0.2.1 |
| 3746 | 2026-09-18T16:41:46.129Z | Compiling scrypt v0.12.0 |
| 3747 | 2026-09-18T16:41:46.151Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3748 | 2026-09-18T16:41:46.224Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3749 | 2026-09-18T16:41:46.265Z | Compiling oxide-tokio-rt v0.1.4 |
| 3750 | 2026-09-18T16:41:46.277Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3751 | 2026-09-18T16:41:46.312Z | Compiling newtype_derive v0.1.6 |
| 3752 | 2026-09-18T16:41:46.406Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3753 | 2026-09-18T16:41:46.472Z | Compiling xshell v0.2.7 |
| 3754 | 2026-09-18T16:41:46.495Z | Compiling nom v7.1.3 |
| 3755 | 2026-09-18T16:41:46.569Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3756 | 2026-09-18T16:41:46.585Z | Compiling phf_shared v0.12.1 |
| 3757 | 2026-09-18T16:41:46.609Z | Compiling rfc6979 v0.4.0 |
| 3758 | 2026-09-18T16:41:46.634Z | Compiling cbc v0.2.1 |
| 3759 | 2026-09-18T16:41:46.778Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3760 | 2026-09-18T16:41:46.793Z | Compiling csv-core v0.1.13 |
| 3761 | 2026-09-18T16:41:46.835Z | Compiling unicode-xid v0.2.6 |
| 3762 | 2026-09-18T16:41:47.005Z | Compiling highway v1.3.0 |
| 3763 | 2026-09-18T16:41:47.039Z | Compiling chrono-tz v0.10.4 |
| 3764 | 2026-09-18T16:41:47.099Z | Compiling hickory-resolver v0.24.4 |
| 3765 | 2026-09-18T16:41:47.188Z | Compiling typify v0.6.2 |
| 3766 | 2026-09-18T16:41:47.211Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3767 | 2026-09-18T16:41:47.256Z | Compiling proc-macro-error2 v2.0.1 |
| 3768 | 2026-09-18T16:41:47.302Z | Compiling progenitor-impl v0.14.0 |
| 3769 | 2026-09-18T16:41:47.346Z | Compiling csv v1.4.0 |
| 3770 | 2026-09-18T16:41:47.413Z | Compiling const_format_proc_macros v0.2.34 |
| 3771 | 2026-09-18T16:41:47.431Z | Compiling pkcs5 v0.8.1 |
| 3772 | 2026-09-18T16:41:47.587Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3773 | 2026-09-18T16:41:47.620Z | Compiling phf v0.12.1 |
| 3774 | 2026-09-18T16:41:47.644Z | Compiling ecdsa v0.16.9 |
| 3775 | 2026-09-18T16:41:47.700Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3776 | 2026-09-18T16:41:47.870Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3777 | 2026-09-18T16:41:47.894Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3778 | 2026-09-18T16:41:47.911Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3779 | 2026-09-18T16:41:48.011Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3780 | 2026-09-18T16:41:48.102Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3781 | 2026-09-18T16:41:48.172Z | Compiling qorb v0.4.1 |
| 3782 | 2026-09-18T16:41:48.198Z | Compiling primeorder v0.13.6 |
| 3783 | 2026-09-18T16:41:48.217Z | Compiling hashbrown v0.14.5 |
| 3784 | 2026-09-18T16:41:48.314Z | Compiling salty v0.3.0 |
| 3785 | 2026-09-18T16:41:48.450Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3786 | 2026-09-18T16:41:48.474Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3787 | 2026-09-18T16:41:48.523Z | Compiling p384 v0.13.1 |
| 3788 | 2026-09-18T16:41:48.649Z | Compiling const_format v0.2.35 |
| 3789 | 2026-09-18T16:41:48.770Z | Compiling chumsky v0.9.3 |
| 3790 | 2026-09-18T16:41:48.822Z | Compiling pkcs8 v0.11.0 |
| 3791 | 2026-09-18T16:41:49.005Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3792 | 2026-09-18T16:41:49.145Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3793 | 2026-09-18T16:41:49.197Z | Compiling knus-derive v3.4.0 |
| 3794 | 2026-09-18T16:41:49.246Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3795 | 2026-09-18T16:41:49.400Z | Compiling tabled_derive v0.7.0 |
| 3796 | 2026-09-18T16:41:50.045Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3797 | 2026-09-18T16:41:50.066Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3798 | 2026-09-18T16:41:50.087Z | Compiling progenitor-macro v0.14.0 |
| 3799 | 2026-09-18T16:41:50.090Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3800 | 2026-09-18T16:41:50.124Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3801 | 2026-09-18T16:41:50.238Z | Compiling bcs v0.1.6 |
| 3802 | 2026-09-18T16:41:50.327Z | Compiling ff v0.14.0 |
| 3803 | 2026-09-18T16:41:50.345Z | Compiling termtree v0.5.1 |
| 3804 | 2026-09-18T16:41:50.366Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3805 | 2026-09-18T16:41:50.498Z | Compiling tabled v0.15.0 |
| 3806 | 2026-09-18T16:41:50.518Z | Compiling steno v0.4.1 |
| 3807 | 2026-09-18T16:41:50.538Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3808 | 2026-09-18T16:41:50.586Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3809 | 2026-09-18T16:41:50.604Z | Compiling group v0.14.0 |
| 3810 | 2026-09-18T16:41:50.626Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3811 | 2026-09-18T16:41:50.800Z | Compiling knus v3.4.0 |
| 3812 | 2026-09-18T16:41:50.841Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3813 | 2026-09-18T16:41:50.882Z | Compiling signature v3.0.0 |
| 3814 | 2026-09-18T16:41:51.019Z | Compiling tagptr v0.2.0 |
| 3815 | 2026-09-18T16:41:51.037Z | Compiling base16ct v1.0.0 |
| 3816 | 2026-09-18T16:41:51.118Z | Compiling hkdf v0.13.0 |
| 3817 | 2026-09-18T16:41:51.170Z | Compiling moka v0.12.13 |
| 3818 | 2026-09-18T16:41:51.207Z | Compiling sec1 v0.8.1 |
| 3819 | 2026-09-18T16:41:51.252Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3820 | 2026-09-18T16:41:51.320Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3821 | 2026-09-18T16:41:51.337Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3822 | 2026-09-18T16:41:51.533Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3823 | 2026-09-18T16:41:51.552Z | Compiling elliptic-curve v0.14.1 |
| 3824 | 2026-09-18T16:41:51.582Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3825 | 2026-09-18T16:41:51.691Z | Compiling corncobs v0.1.4 |
| 3826 | 2026-09-18T16:41:51.753Z | Compiling parking_lot_core v0.8.6 |
| 3827 | 2026-09-18T16:41:51.904Z | Compiling hickory-resolver v0.25.2 |
| 3828 | 2026-09-18T16:41:52.008Z | Compiling utf-8 v0.7.6 |
| 3829 | 2026-09-18T16:41:52.096Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3830 | 2026-09-18T16:41:52.148Z | Compiling tungstenite v0.21.0 |
| 3831 | 2026-09-18T16:41:52.223Z | Compiling wnaf v0.14.0 |
| 3832 | 2026-09-18T16:41:52.386Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3833 | 2026-09-18T16:41:52.427Z | Compiling primefield v0.14.0 |
| 3834 | 2026-09-18T16:41:52.457Z | Compiling rfc6979 v0.6.0 |
| 3835 | 2026-09-18T16:41:52.528Z | Compiling libscf-sys v1.2.0 |
| 3836 | 2026-09-18T16:41:52.546Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3837 | 2026-09-18T16:41:52.649Z | Compiling git-stub v1.0.0 |
| 3838 | 2026-09-18T16:41:52.703Z | Compiling secrecy v0.8.0 |
| 3839 | 2026-09-18T16:41:52.707Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3840 | 2026-09-18T16:41:52.881Z | Compiling git-stub-vcs v0.1.0 |
| 3841 | 2026-09-18T16:41:52.904Z | Compiling tokio-tungstenite v0.21.0 |
| 3842 | 2026-09-18T16:41:52.952Z | Compiling primeorder v0.14.0 |
| 3843 | 2026-09-18T16:41:53.001Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3844 | 2026-09-18T16:41:53.024Z | Compiling ecdsa v0.17.0 |
| 3845 | 2026-09-18T16:41:53.292Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281) |
| 3846 | 2026-09-18T16:41:53.308Z | Compiling papergrid v0.18.0 |
| 3847 | 2026-09-18T16:41:53.334Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3848 | 2026-09-18T16:41:53.379Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3849 | 2026-09-18T16:41:53.451Z | Compiling curve25519-dalek v5.0.0 |
| 3850 | 2026-09-18T16:41:53.511Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3851 | 2026-09-18T16:41:53.526Z | Compiling unicase v2.9.0 |
| 3852 | 2026-09-18T16:41:53.547Z | Compiling object v0.39.1 |
| 3853 | 2026-09-18T16:41:53.782Z | Compiling mime_guess v2.0.5 |
| 3854 | 2026-09-18T16:41:53.836Z | Compiling parking_lot v0.11.2 |
| 3855 | 2026-09-18T16:41:53.934Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3856 | 2026-09-18T16:41:53.980Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3857 | 2026-09-18T16:41:53.997Z | Compiling ssh-encoding v0.3.0 |
| 3858 | 2026-09-18T16:41:54.022Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3859 | 2026-09-18T16:41:54.078Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3860 | 2026-09-18T16:41:54.255Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3861 | 2026-09-18T16:41:54.273Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3862 | 2026-09-18T16:41:54.293Z | Compiling tabled v0.21.0 |
| 3863 | 2026-09-18T16:41:54.376Z | Compiling prefix-trie v0.7.0 |
| 3864 | 2026-09-18T16:41:54.457Z | Compiling fxhash v0.2.1 |
| 3865 | 2026-09-18T16:41:54.461Z | Compiling keccak v0.2.0 |
| 3866 | 2026-09-18T16:41:54.538Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3867 | 2026-09-18T16:41:54.628Z | Compiling sled v0.34.7 |
| 3868 | 2026-09-18T16:41:54.868Z | Compiling hickory-server v0.25.2 |
| 3869 | 2026-09-18T16:41:54.897Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3870 | 2026-09-18T16:41:55.129Z | Compiling ed25519 v3.0.0 |
| 3871 | 2026-09-18T16:41:55.149Z | Compiling crypto-primes v0.7.2 |
| 3872 | 2026-09-18T16:41:55.369Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3873 | 2026-09-18T16:41:55.388Z | Compiling progenitor v0.14.0 |
| 3874 | 2026-09-18T16:41:55.574Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3875 | 2026-09-18T16:41:55.840Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3876 | 2026-09-18T16:41:56.078Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3877 | 2026-09-18T16:41:56.229Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3878 | 2026-09-18T16:41:56.515Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3879 | 2026-09-18T16:41:56.639Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3880 | 2026-09-18T16:41:56.754Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3881 | 2026-09-18T16:41:56.844Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3882 | 2026-09-18T16:41:56.955Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3883 | 2026-09-18T16:41:56.998Z | Compiling poly1305 v0.9.0 |
| 3884 | 2026-09-18T16:41:57.194Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3885 | 2026-09-18T16:41:57.276Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3886 | 2026-09-18T16:41:57.550Z | Compiling blowfish v0.10.0 |
| 3887 | 2026-09-18T16:41:57.570Z | Compiling blake2 v0.11.0-rc.6 |
| 3888 | 2026-09-18T16:41:57.795Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281) |
| 3889 | 2026-09-18T16:41:57.848Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3890 | 2026-09-18T16:41:57.973Z | Compiling http-range v0.1.5 |
| 3891 | 2026-09-18T16:41:58.093Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281) |
| 3892 | 2026-09-18T16:41:58.202Z | Compiling half v1.8.3 |
| 3893 | 2026-09-18T16:41:58.202Z | Compiling path-slash v0.2.1 |
| 3894 | 2026-09-18T16:41:58.477Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3895 | 2026-09-18T16:41:58.501Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3896 | 2026-09-18T16:41:58.919Z | Compiling crc8 v0.1.1 |
| 3897 | 2026-09-18T16:41:59.075Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3) |
| 3898 | 2026-09-18T16:41:59.094Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=247502812015b409d33240b836d5bf242817453d#24750281) |
| 3899 | 2026-09-18T16:41:59.113Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3900 | 2026-09-18T16:41:59.132Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3901 | 2026-09-18T16:41:59.193Z | Compiling serde_cbor v0.11.2 |
| 3902 | 2026-09-18T16:41:59.274Z | Compiling argon2 v0.6.0-rc.8 |
| 3903 | 2026-09-18T16:41:59.428Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3904 | 2026-09-18T16:41:59.763Z | Compiling ssh-cipher v0.3.0 |
| 3905 | 2026-09-18T16:41:59.783Z | Compiling rsa v0.10.0-rc.18 |
| 3906 | 2026-09-18T16:41:59.926Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3907 | 2026-09-18T16:41:59.947Z | Compiling ed25519-dalek v3.0.0 |
| 3908 | 2026-09-18T16:41:59.999Z | Compiling sha3 v0.11.0 |
| 3909 | 2026-09-18T16:42:00.409Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3910 | 2026-09-18T16:42:00.505Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3911 | 2026-09-18T16:42:00.522Z | Compiling p384 v0.14.0 |
| 3912 | 2026-09-18T16:42:00.736Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3913 | 2026-09-18T16:42:00.755Z | Compiling p256 v0.14.0 |
| 3914 | 2026-09-18T16:42:00.890Z | Compiling p521 v0.14.0 |
| 3915 | 2026-09-18T16:42:00.992Z | Compiling scuffle v0.1.0 |
| 3916 | 2026-09-18T16:42:01.016Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3917 | 2026-09-18T16:42:01.111Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3918 | 2026-09-18T16:42:01.414Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3919 | 2026-09-18T16:42:01.925Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3920 | 2026-09-18T16:42:01.977Z | Compiling yasna v0.5.2 |
| 3921 | 2026-09-18T16:42:01.996Z | Compiling headers-core v0.3.0 |
| 3922 | 2026-09-18T16:42:02.158Z | Compiling kstat-rs v0.2.5 |
| 3923 | 2026-09-18T16:42:02.178Z | Compiling kem v0.3.0 |
| 3924 | 2026-09-18T16:42:02.197Z | Compiling module-lattice v0.2.3 |
| 3925 | 2026-09-18T16:42:02.341Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3926 | 2026-09-18T16:42:02.488Z | Compiling nanorand v0.7.0 |
| 3927 | 2026-09-18T16:42:02.488Z | Compiling sponge-cursor v0.1.0 |
| 3928 | 2026-09-18T16:42:02.689Z | Compiling sha3 v0.12.0 |
| 3929 | 2026-09-18T16:42:02.715Z | Compiling flume v0.11.1 |
| 3930 | 2026-09-18T16:42:02.766Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3931 | 2026-09-18T16:42:02.788Z | Compiling ml-kem v0.3.2 |
| 3932 | 2026-09-18T16:42:02.812Z | Compiling rcgen v0.12.1 |
| 3933 | 2026-09-18T16:42:02.908Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3934 | 2026-09-18T16:42:02.956Z | Compiling headers v0.4.1 |
| 3935 | 2026-09-18T16:42:03.056Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3936 | 2026-09-18T16:42:03.276Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3937 | 2026-09-18T16:42:03.341Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3938 | 2026-09-18T16:42:03.362Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3939 | 2026-09-18T16:42:03.669Z | Compiling hyper-staticfile v0.10.1 |
| 3940 | 2026-09-18T16:42:03.722Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3941 | 2026-09-18T16:42:03.739Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3942 | 2026-09-18T16:42:03.758Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3943 | 2026-09-18T16:42:03.761Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=93e04e189a76f73b3764c6417928274b0f4df453#93e04e18) |
| 3944 | 2026-09-18T16:42:03.802Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3945 | 2026-09-18T16:42:04.078Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3946 | 2026-09-18T16:42:04.081Z | Compiling ssh-key v0.7.0-rc.11 |
| 3947 | 2026-09-18T16:42:04.135Z | Compiling russh-cryptovec v0.62.0 |
| 3948 | 2026-09-18T16:42:04.153Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3949 | 2026-09-18T16:42:04.213Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3950 | 2026-09-18T16:42:04.234Z | Compiling port-file v0.1.0 |
| 3951 | 2026-09-18T16:42:04.343Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3952 | 2026-09-18T16:42:04.385Z | Compiling num-bigint v0.4.6 |
| 3953 | 2026-09-18T16:42:04.403Z | Compiling generic-array v1.4.3 |
| 3954 | 2026-09-18T16:42:04.421Z | Compiling russh-util v0.52.0 |
| 3955 | 2026-09-18T16:42:04.530Z | Compiling enum_dispatch v0.3.13 |
| 3956 | 2026-09-18T16:42:04.547Z | Compiling delegate v0.13.5 |
| 3957 | 2026-09-18T16:42:04.572Z | Compiling subprocess v0.2.15 |
| 3958 | 2026-09-18T16:42:04.607Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3959 | 2026-09-18T16:42:04.932Z | Compiling display-error-chain v0.2.2 |
| 3960 | 2026-09-18T16:42:05.062Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3961 | 2026-09-18T16:42:05.083Z | Compiling hex-literal v1.1.0 |
| 3962 | 2026-09-18T16:42:05.102Z | Compiling md5 v0.8.0 |
| 3963 | 2026-09-18T16:42:05.233Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3964 | 2026-09-18T16:42:05.401Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3965 | 2026-09-18T16:42:05.418Z | Compiling colored v2.2.0 |
| 3966 | 2026-09-18T16:42:05.578Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3967 | 2026-09-18T16:42:05.596Z | Compiling russh v0.62.4 |
| 3968 | 2026-09-18T16:42:05.621Z | Compiling internet-checksum v0.2.1 |
| 3969 | 2026-09-18T16:42:06.293Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3970 | 2026-09-18T16:42:06.345Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3971 | 2026-09-18T16:42:06.676Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3972 | 2026-09-18T16:42:08.987Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3973 | 2026-09-18T16:42:09.744Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3974 | 2026-09-18T16:42:10.297Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3975 | 2026-09-18T16:42:10.763Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3976 | 2026-09-18T16:42:11.699Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3977 | 2026-09-18T16:42:20.192Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3978 | 2026-09-18T16:42:20.192Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3979 | 2026-09-18T16:42:20.197Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3980 | 2026-09-18T16:42:20.197Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3981 | 2026-09-18T16:42:20.197Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3982 | 2026-09-18T16:42:22.025Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3983 | 2026-09-18T16:42:22.043Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3984 | 2026-09-18T16:42:26.391Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3985 | 2026-09-18T16:43:10.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
| 3986 | 2026-09-18T16:43:10.117Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3987 | 2026-09-18T16:43:10.117Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3988 | 2026-09-18T16:43:10.344Z | |
| 3989 | 2026-09-18T16:43:10.344Z | real 1:33.747468120 |
| 3990 | 2026-09-18T16:43:10.344Z | user 8:59.364046578 |
| 3991 | 2026-09-18T16:43:10.344Z | sys 1:46.376130016 |
| 3992 | 2026-09-18T16:43:10.347Z | trap 0.270457585 |
| 3993 | 2026-09-18T16:43:10.347Z | tflt 0.373720856 |
| 3994 | 2026-09-18T16:43:10.347Z | dflt 1.683082190 |
| 3995 | 2026-09-18T16:43:10.347Z | kflt 0.000376900 |
| 3996 | 2026-09-18T16:43:10.347Z | lock 33:24.547128403 |
| 3997 | 2026-09-18T16:43:10.347Z | slp 20:32.454944848 |
| 3998 | 2026-09-18T16:43:10.347Z | lat 41.658952348 |
| 3999 | 2026-09-18T16:43:10.347Z | stop 3:08.996512176 |
| 4000 | 2026-09-18T16:43:10.347Z | + mkdir tests |
| 4001 | 2026-09-18T16:43:10.350Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 4002 | 2026-09-18T16:43:10.350Z | + xargs -I '{}' -t cp '{}' tests/ |
| 4003 | 2026-09-18T16:43:10.373Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-842e34a46ea83241 tests/ |
| 4004 | 2026-09-18T16:43:10.396Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2d4ad139e65abfed tests/ |
| 4005 | 2026-09-18T16:43:10.418Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3420f611f32e8a93 tests/ |
| 4006 | 2026-09-18T16:43:10.440Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6ef6e9b45b838d0f tests/ |
| 4007 | 2026-09-18T16:43:10.802Z | + 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) |
| 4008 | 2026-09-18T16:43:10.807Z | + 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-2d4ad139e65abfed tests/commtest-3420f611f32e8a93 tests/dhcp_server-842e34a46ea83241 tests/end_to_end_tests-6ef6e9b45b838d0f 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 |
| 4009 | 2026-09-18T16:44:17.128Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 4010 | 2026-09-18T16:44:17.128Z | a .github/buildomat/ci-env.sh 1K |
| 4011 | 2026-09-18T16:44:17.128Z | a out/target/test 1K |
| 4012 | 2026-09-18T16:44:17.128Z | a out/npuzone/npuzone 27402K |
| 4013 | 2026-09-18T16:44:17.128Z | a package-manifest.toml 35K |
| 4014 | 2026-09-18T16:44:17.128Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 4015 | 2026-09-18T16:44:17.128Z | a target/release/omicron-package 16988K |
| 4016 | 2026-09-18T16:44:17.128Z | a target/release/xtask 6404K |
| 4017 | 2026-09-18T16:44:17.128Z | a target/debug/bootstrap 442384K |
| 4018 | 2026-09-18T16:44:17.128Z | a tests/bootstrap-2d4ad139e65abfed 34531K |
| 4019 | 2026-09-18T16:44:17.128Z | a tests/commtest-3420f611f32e8a93 34532K |
| 4020 | 2026-09-18T16:44:17.128Z | a tests/dhcp_server-842e34a46ea83241 34531K |
| 4021 | 2026-09-18T16:44:17.128Z | a tests/end_to_end_tests-6ef6e9b45b838d0f 507058K |
| 4022 | 2026-09-18T16:44:17.128Z | a tools/opte_version 1K |
| 4023 | 2026-09-18T16:44:17.128Z | a tools/opte_version_override 2K |
| 4024 | 2026-09-18T16:44:17.128Z | a out/clickhouse.tar.gz 233267K |
| 4025 | 2026-09-18T16:44:17.129Z | a out/clickhouse_keeper.tar.gz 227785K |
| 4026 | 2026-09-18T16:44:17.129Z | a out/clickhouse_server.tar.gz 233264K |
| 4027 | 2026-09-18T16:44:17.129Z | a out/cockroachdb.tar.gz 125085K |
| 4028 | 2026-09-18T16:44:17.129Z | a out/crucible-pantry-zone.tar.gz 24782K |
| 4029 | 2026-09-18T16:44:17.129Z | a out/crucible-utils.tar 18900K |
| 4030 | 2026-09-18T16:44:17.129Z | a out/crucible-zone.tar.gz 39595K |
| 4031 | 2026-09-18T16:44:17.129Z | a out/external-dns.tar.gz 15200K |
| 4032 | 2026-09-18T16:44:17.129Z | a out/internal-dns.tar.gz 15199K |
| 4033 | 2026-09-18T16:44:17.130Z | a out/mg-ddm-gz.tar 100917K |
| 4034 | 2026-09-18T16:44:17.130Z | a out/nexus.tar.gz 198619K |
| 4035 | 2026-09-18T16:44:17.130Z | a out/ntp.tar.gz 7168K |
| 4036 | 2026-09-18T16:44:17.130Z | a out/omicron-gateway-softnpu.tar.gz 14211K |
| 4037 | 2026-09-18T16:44:17.130Z | a out/omicron-sled-agent.tar 116533K |
| 4038 | 2026-09-18T16:44:17.130Z | a out/overlay.tar.gz 4K |
| 4039 | 2026-09-18T16:44:17.130Z | a out/oximeter.tar.gz 17749K |
| 4040 | 2026-09-18T16:44:17.130Z | a out/oxlog.tar 2410K |
| 4041 | 2026-09-18T16:44:17.130Z | a out/probe.tar.gz 3037K |
| 4042 | 2026-09-18T16:44:17.130Z | a out/propolis-server.tar.gz 37776K |
| 4043 | 2026-09-18T16:44:17.130Z | a out/pumpkind-gz.tar 26647K |
| 4044 | 2026-09-18T16:44:17.130Z | a out/switch-softnpu.tar.gz 327268K |
| 4045 | 2026-09-18T16:44:17.133Z | |
| 4046 | 2026-09-18T16:44:17.133Z | real 1:06.323688146 |
| 4047 | 2026-09-18T16:44:17.133Z | user 1:04.218470260 |
| 4048 | 2026-09-18T16:44:17.134Z | sys 3.531417907 |
| 4049 | 2026-09-18T16:44:17.134Z | trap 0.004501688 |
| 4050 | 2026-09-18T16:44:17.134Z | tflt 0.000000000 |
| 4051 | 2026-09-18T16:44:17.134Z | dflt 0.000000000 |
| 4052 | 2026-09-18T16:44:17.134Z | kflt 0.000000000 |
| 4053 | 2026-09-18T16:44:17.134Z | lock 0.000000000 |
| 4054 | 2026-09-18T16:44:17.134Z | slp 1:04.084728543 |
| 4055 | 2026-09-18T16:44:17.134Z | lat 0.803316998 |
| 4056 | 2026-09-18T16:44:17.134Z | stop 0.000217990 |
| 4057 | 2026-09-18T16:44:17.134Z | process exited: duration 1094963 ms, exit code 0 |
| |
| 4058 | 2026-09-18T16:44:17.147Z | found 1 output files |
| 4059 | 2026-09-18T16:44:17.147Z | uploading: /work/package.tar.gz (1866974965 bytes) |
| 4060 | 2026-09-18T16:44:50.426Z | uploaded: /work/package.tar.gz |