|
|
|
| 1 | 2026-09-11T20:45:36.946Z | job assigned to worker 01M293EBAMP1EZMDEY2DMJVA47 [factory aws, i-02f47353378f20b4c] (queued for 56 s) |
| |
| 2 | 2026-09-11T20:45:44.418Z | starting task 0: "setup" |
| 3 | 2026-09-11T20:45:44.422Z | ++ uname -s |
| 4 | 2026-09-11T20:45:44.426Z | + kern=SunOS |
| 5 | 2026-09-11T20:45:44.426Z | + build_user=build |
| 6 | 2026-09-11T20:45:44.426Z | + build_uid=12345 |
| 7 | 2026-09-11T20:45:44.426Z | + work_dir=/work |
| 8 | 2026-09-11T20:45:44.426Z | + input_dir=/input |
| 9 | 2026-09-11T20:45:44.426Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-11T20:45:44.426Z | + case "$kern" in |
| 11 | 2026-09-11T20:45:44.426Z | + groupadd -g 12345 build |
| 12 | 2026-09-11T20:45:44.429Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-11T20:45:46.433Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-11T20:45:46.506Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-11T20:45:46.509Z | + home_fs=zfs |
| 16 | 2026-09-11T20:45:46.509Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-11T20:45:46.509Z | + mkdir -p /home/build |
| 18 | 2026-09-11T20:45:46.509Z | + chown build:build /home/build /work |
| 19 | 2026-09-11T20:45:48.512Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-11T20:45:48.515Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-09-11T20:45:48.521Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-11T20:45:48.526Z | + printf ' * rust toolchain channel = "%s"\n' 1.98.1 |
| 23 | 2026-09-11T20:45:48.526Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-11T20:45:48.526Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-09-11T20:45:48.526Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-09-11T20:45:48.526Z | * rust toolchain channel = "1.98.1" |
| 27 | 2026-09-11T20:45:48.526Z | * rust toolchain profile = "default" |
| 28 | 2026-09-11T20:45:48.529Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-11T20:45:48.529Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default |
| 30 | 2026-09-11T20:45:48.612Z | info: downloading installer |
| 31 | 2026-09-11T20:45:49.865Z | info: profile set to default |
| 32 | 2026-09-11T20:45:49.865Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-11T20:45:49.868Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 34 | 2026-09-11T20:45:50.020Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-11T20:45:50.024Z | info: downloading 6 components |
| 36 | 2026-09-11T20:46:05.195Z | info: default toolchain set to 1.98.1-x86_64-unknown-illumos |
| 37 | 2026-09-11T20:46:05.195Z | |
| 38 | 2026-09-11T20:46:05.228Z | 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-11T20:46:05.228Z | |
| 40 | 2026-09-11T20:46:05.231Z | |
| 41 | 2026-09-11T20:46:05.231Z | Rust is installed now. Great! |
| 42 | 2026-09-11T20:46:05.231Z | |
| 43 | 2026-09-11T20:46:05.231Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-11T20:46:05.231Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-11T20:46:05.231Z | |
| 46 | 2026-09-11T20:46:05.231Z | To configure your current shell, you need to source |
| 47 | 2026-09-11T20:46:05.232Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-11T20:46:05.232Z | |
| 49 | 2026-09-11T20:46:05.232Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-11T20:46:05.232Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-11T20:46:05.232Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-11T20:46:05.232Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-11T20:46:05.232Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-11T20:46:05.232Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-11T20:46:05.232Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-11T20:46:05.232Z | HOST_CC = None |
| 57 | 2026-09-11T20:46:05.232Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-11T20:46:05.232Z | CC = None |
| 59 | 2026-09-11T20:46:05.232Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-11T20:46:05.420Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-11T20:46:05.420Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-11T20:46:05.420Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-11T20:46:05.420Z | CFLAGS = None |
| 64 | 2026-09-11T20:46:05.420Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-11T20:46:05.420Z | HOST_CFLAGS = None |
| 66 | 2026-09-11T20:46:05.420Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-11T20:46:05.420Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-11T20:46:05.420Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-11T20:46:05.420Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-11T20:46:05.519Z | + rustup --version |
| 71 | 2026-09-11T20:46:05.524Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-11T20:46:05.527Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-11T20:46:05.547Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-11T20:46:05.550Z | + cargo --version |
| 75 | 2026-09-11T20:46:05.558Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-11T20:46:05.561Z | + rustc --version |
| 77 | 2026-09-11T20:46:05.580Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-11T20:46:05.583Z | process exited: duration 17061 ms, exit code 0 |
| |
| 79 | 2026-09-11T20:46:05.589Z | starting task 2: "authentication" |
| 80 | 2026-09-11T20:46:05.610Z | process exited: duration 20 ms, exit code 0 |
| |
| 81 | 2026-09-11T20:46:05.617Z | starting task 3: "clone repository" |
| 82 | 2026-09-11T20:46:05.621Z | + mkdir -p /work/oxidecomputer/omicron |
| 83 | 2026-09-11T20:46:05.624Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 84 | 2026-09-11T20:46:05.657Z | Cloning into '/work/oxidecomputer/omicron'... |
| 85 | 2026-09-11T20:46:19.132Z | + cd /work/oxidecomputer/omicron |
| 86 | 2026-09-11T20:46:19.132Z | + git fetch origin b3dab2e6b2527d48ca30d307d649f126ae511329 |
| 87 | 2026-09-11T20:46:19.436Z | From https://github.com/oxidecomputer/omicron |
| 88 | 2026-09-11T20:46:19.436Z | * branch b3dab2e6b2527d48ca30d307d649f126ae511329 -> FETCH_HEAD |
| 89 | 2026-09-11T20:46:19.451Z | + [[ -n ben/multiple-eips-in-blueprint-zone-types ]] |
| 90 | 2026-09-11T20:46:19.454Z | ++ git branch --show-current |
| 91 | 2026-09-11T20:46:19.454Z | + current=main |
| 92 | 2026-09-11T20:46:19.454Z | + [[ main != ben/multiple-eips-in-blueprint-zone-types ]] |
| 93 | 2026-09-11T20:46:19.454Z | + git branch -f ben/multiple-eips-in-blueprint-zone-types b3dab2e6b2527d48ca30d307d649f126ae511329 |
| 94 | 2026-09-11T20:46:19.457Z | + git checkout -f ben/multiple-eips-in-blueprint-zone-types |
| 95 | 2026-09-11T20:46:19.887Z | Switched to branch 'ben/multiple-eips-in-blueprint-zone-types' |
| 96 | 2026-09-11T20:46:19.898Z | + git reset --hard b3dab2e6b2527d48ca30d307d649f126ae511329 |
| 97 | 2026-09-11T20:46:19.926Z | HEAD is now at b3dab2e6b Merge remote-tracking branch 'origin/main' into ben/multiple-eips-in-blueprint-zone-types |
| 98 | 2026-09-11T20:46:19.929Z | process exited: duration 14311 ms, exit code 0 |
| |
| 99 | 2026-09-11T20:46:19.935Z | starting task 4: "build" |
| 100 | 2026-09-11T20:46:19.940Z | + source .github/buildomat/ci-env.sh |
| 101 | 2026-09-11T20:46:19.940Z | ++ export CARGO_TERM_COLOR=always |
| 102 | 2026-09-11T20:46:19.940Z | ++ CARGO_TERM_COLOR=always |
| 103 | 2026-09-11T20:46:19.943Z | +++ uname -s |
| 104 | 2026-09-11T20:46:19.943Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 105 | 2026-09-11T20:46:19.943Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 106 | 2026-09-11T20:46:19.947Z | + cargo --version |
| 107 | 2026-09-11T20:46:19.953Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 108 | 2026-09-11T20:46:19.956Z | + rustc --version |
| 109 | 2026-09-11T20:46:19.975Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 110 | 2026-09-11T20:46:19.978Z | + WORK=/work |
| 111 | 2026-09-11T20:46:19.978Z | + pfexec mkdir -p /work |
| 112 | 2026-09-11T20:46:19.981Z | + pfexec chown build /work |
| 113 | 2026-09-11T20:46:19.985Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-09-11T20:46:22.056Z | Startup: Refreshing catalog 'helios' ... Done |
| 115 | 2026-09-11T20:46:22.537Z | Startup: Caching catalogs ... Done |
| 116 | 2026-09-11T20:46:25.116Z | Planning: Solver setup ... Done (2.454s) |
| 117 | 2026-09-11T20:46:25.190Z | Planning: Running solver ... Done (0.072s) |
| 118 | 2026-09-11T20:46:25.241Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-09-11T20:46:25.251Z | Planning: Fetching manifests: 0/2 0% complete |
| 120 | 2026-09-11T20:46:25.268Z | Planning: Fetching manifests: 2/2 100% complete |
| 121 | 2026-09-11T20:46:25.282Z | Planning: Package planning ... Done (0.014s) |
| 122 | 2026-09-11T20:46:25.285Z | Planning: Merging actions ... Done (0.002s) |
| 123 | 2026-09-11T20:46:25.450Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 124 | 2026-09-11T20:46:25.453Z | Planning: Consolidating action changes ... Done (0.001s) |
| 125 | 2026-09-11T20:46:26.302Z | Planning: Evaluating mediators ... Done (0.850s) |
| 126 | 2026-09-11T20:46:26.306Z | Planning: Planning completed in 3.73 seconds |
| 127 | 2026-09-11T20:46:26.314Z | Packages to install: 2 |
| 128 | 2026-09-11T20:46:26.314Z | Estimated space available: 156.02 GB |
| 129 | 2026-09-11T20:46:26.314Z | Estimated space to be consumed: 87.89 MB |
| 130 | 2026-09-11T20:46:26.314Z | Create boot environment: No |
| 131 | 2026-09-11T20:46:26.314Z | Create backup boot environment: No |
| 132 | 2026-09-11T20:46:26.318Z | Rebuild boot archive: No |
| 133 | 2026-09-11T20:46:26.318Z | |
| 134 | 2026-09-11T20:46:26.318Z | Changed packages: |
| 135 | 2026-09-11T20:46:26.318Z | helios |
| 136 | 2026-09-11T20:46:26.318Z | developer/build-essential |
| 137 | 2026-09-11T20:46:26.318Z | None -> 11-3.0 |
| 138 | 2026-09-11T20:46:26.319Z | library/libxmlsec1 |
| 139 | 2026-09-11T20:46:26.319Z | None -> 1.2.35-3.0 |
| 140 | 2026-09-11T20:46:26.340Z | |
| 141 | 2026-09-11T20:46:26.340Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 142 | 2026-09-11T20:46:26.411Z | Download: Completed 1.28 MB in 0.07 seconds (18.5M/s) |
| 143 | 2026-09-11T20:46:26.472Z | Actions: 1/268 actions (Installing new actions) |
| 144 | 2026-09-11T20:46:26.510Z | Actions: Completed 268 actions in 0.04 seconds. |
| 145 | 2026-09-11T20:46:26.548Z | Finalize: Updating package state database ... Done (0.037s) |
| 146 | 2026-09-11T20:46:26.549Z | Finalize: Updating package cache ... Done (0.000s) |
| 147 | 2026-09-11T20:46:26.647Z | Finalize: Updating image state ... Done (0.097s) |
| 148 | 2026-09-11T20:46:29.367Z | Finalize: Creating fast lookup database ... Done (2.667s) |
| 149 | 2026-09-11T20:46:29.441Z | Finalize: Reading search index ... Done (0.013s) |
| 150 | 2026-09-11T20:46:29.444Z | Finalize: Updating search index ... Done (0.000s) |
| 151 | 2026-09-11T20:46:29.547Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-09-11T20:46:29.914Z | Planning: Evaluating mediator changes ... Done |
| 153 | 2026-09-11T20:46:30.017Z | Planning: Checking for conflicting actions ... Done |
| 154 | 2026-09-11T20:46:30.020Z | Planning: Consolidating action changes ... Done |
| 155 | 2026-09-11T20:46:30.174Z | Planning: Evaluating mediators ... Done |
| 156 | 2026-09-11T20:46:30.177Z | Planning: Planning completed in 0.26 seconds |
| 157 | 2026-09-11T20:46:30.196Z | Mediators to change: 2 |
| 158 | 2026-09-11T20:46:30.196Z | Create boot environment: No |
| 159 | 2026-09-11T20:46:30.196Z | Create backup boot environment: No |
| 160 | 2026-09-11T20:46:30.268Z | Finalize: Updating package state database ... Done |
| 161 | 2026-09-11T20:46:30.268Z | Finalize: Updating package cache ... Done |
| 162 | 2026-09-11T20:46:30.332Z | Finalize: Updating image state ... Done |
| 163 | 2026-09-11T20:46:32.271Z | Finalize: Creating fast lookup database ... Done |
| 164 | 2026-09-11T20:46:32.332Z | Finalize: Reading search index ... Done |
| 165 | 2026-09-11T20:46:32.335Z | Finalize: Updating search index ... Done |
| 166 | 2026-09-11T20:46:32.434Z | Finalize: Updating package cache ... Done |
| 167 | 2026-09-11T20:46:32.718Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-09-11T20:46:32.824Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-09-11T20:46:32.827Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-09-11T20:46:32.980Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-09-11T20:46:32.983Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-09-11T20:46:33.007Z | Mediators to change: 1 |
| 173 | 2026-09-11T20:46:33.007Z | Create boot environment: No |
| 174 | 2026-09-11T20:46:33.010Z | Create backup boot environment: No |
| 175 | 2026-09-11T20:46:33.080Z | Finalize: Updating package state database ... Done |
| 176 | 2026-09-11T20:46:33.080Z | Finalize: Updating package cache ... Done |
| 177 | 2026-09-11T20:46:33.141Z | Finalize: Updating image state ... Done |
| 178 | 2026-09-11T20:46:35.083Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-09-11T20:46:35.144Z | Finalize: Reading search index ... Done |
| 180 | 2026-09-11T20:46:35.147Z | Finalize: Updating search index ... Done |
| 181 | 2026-09-11T20:46:35.233Z | Finalize: Updating package cache ... Done |
| 182 | 2026-09-11T20:46:35.540Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 183 | 2026-09-11T20:46:35.540Z | apache system 2.4 system |
| 184 | 2026-09-11T20:46:35.540Z | clang system 15 system |
| 185 | 2026-09-11T20:46:35.540Z | csh system system illumos |
| 186 | 2026-09-11T20:46:35.540Z | ctags system system illumos |
| 187 | 2026-09-11T20:46:35.540Z | file vendor vendor darwinsys |
| 188 | 2026-09-11T20:46:35.540Z | file system system illumos |
| 189 | 2026-09-11T20:46:35.540Z | gcc vendor 14 vendor |
| 190 | 2026-09-11T20:46:35.541Z | gcc system 13 system |
| 191 | 2026-09-11T20:46:35.541Z | gcc system 10 system |
| 192 | 2026-09-11T20:46:35.541Z | go system 1.25 system |
| 193 | 2026-09-11T20:46:35.541Z | llvm system 15 system |
| 194 | 2026-09-11T20:46:35.541Z | mariadb system 11.4 system |
| 195 | 2026-09-11T20:46:35.541Z | mta vendor vendor dma |
| 196 | 2026-09-11T20:46:35.541Z | openjdk system 17 system |
| 197 | 2026-09-11T20:46:35.541Z | openjdk system 11 system |
| 198 | 2026-09-11T20:46:35.541Z | openssl vendor 3 vendor |
| 199 | 2026-09-11T20:46:35.541Z | perl system 5.40 system |
| 200 | 2026-09-11T20:46:35.541Z | postgresql system 18 system |
| 201 | 2026-09-11T20:46:35.541Z | postgresql system 17 system |
| 202 | 2026-09-11T20:46:35.541Z | python vendor 3 vendor |
| 203 | 2026-09-11T20:46:35.541Z | python system 2 system |
| 204 | 2026-09-11T20:46:35.541Z | python3 vendor 3.13 vendor |
| 205 | 2026-09-11T20:46:35.541Z | ruby system 3.4 system |
| 206 | 2026-09-11T20:46:35.541Z | ruby system 3.0 system |
| 207 | 2026-09-11T20:46:35.541Z | words vendor vendor american-english |
| 208 | 2026-09-11T20:46:35.541Z | words system system australian-english |
| 209 | 2026-09-11T20:46:35.541Z | words system system british-english |
| 210 | 2026-09-11T20:46:35.541Z | words system system canadian-english |
| 211 | 2026-09-11T20:46:35.541Z | words system system french |
| 212 | 2026-09-11T20:46:35.541Z | words system system italian |
| 213 | 2026-09-11T20:46:35.541Z | words system system ngerman |
| 214 | 2026-09-11T20:46:35.541Z | words system system ogerman |
| 215 | 2026-09-11T20:46:35.541Z | words system system spanish |
| 216 | 2026-09-11T20:46:35.789Z | PUBLISHER TYPE STATUS P LOCATION |
| 217 | 2026-09-11T20:46:35.789Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 218 | 2026-09-11T20:46:36.308Z | FMRI IFO |
| 219 | 2026-09-11T20:46:36.308Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 220 | 2026-09-11T20:46:36.308Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 221 | 2026-09-11T20:46:36.308Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 222 | 2026-09-11T20:46:36.308Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 223 | 2026-09-11T20:46:36.308Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 224 | 2026-09-11T20:46:36.308Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 225 | 2026-09-11T20:46:36.309Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 226 | 2026-09-11T20:46:36.309Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 227 | 2026-09-11T20:46:36.309Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 228 | 2026-09-11T20:46:36.652Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 229 | 2026-09-11T20:46:37.013Z | Updating crates.io index |
| 230 | 2026-09-11T20:46:37.016Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 231 | 2026-09-11T20:46:37.298Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 232 | 2026-09-11T20:46:37.646Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 233 | 2026-09-11T20:46:37.927Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 234 | 2026-09-11T20:46:38.954Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 235 | 2026-09-11T20:46:39.502Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 236 | 2026-09-11T20:46:41.481Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 237 | 2026-09-11T20:46:42.335Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 238 | 2026-09-11T20:46:42.627Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-09-11T20:46:42.983Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 240 | 2026-09-11T20:46:44.464Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 241 | 2026-09-11T20:46:44.769Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 242 | 2026-09-11T20:46:45.198Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 243 | 2026-09-11T20:46:45.775Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 244 | 2026-09-11T20:46:46.087Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 245 | 2026-09-11T20:46:46.357Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 246 | 2026-09-11T20:46:46.648Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 247 | 2026-09-11T20:46:46.916Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 248 | 2026-09-11T20:46:47.308Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 249 | 2026-09-11T20:46:47.713Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-09-11T20:46:48.215Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 251 | 2026-09-11T20:46:48.545Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 252 | 2026-09-11T20:46:49.337Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 253 | 2026-09-11T20:46:49.690Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 254 | 2026-09-11T20:46:49.995Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 255 | 2026-09-11T20:46:50.428Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 256 | 2026-09-11T20:46:50.721Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 257 | 2026-09-11T20:46:51.166Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 258 | 2026-09-11T20:46:51.542Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 259 | 2026-09-11T20:46:51.799Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 260 | 2026-09-11T20:46:52.143Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 261 | 2026-09-11T20:46:52.518Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 262 | 2026-09-11T20:46:53.087Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 263 | 2026-09-11T20:46:53.374Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 264 | 2026-09-11T20:46:53.687Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-09-11T20:46:53.954Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 266 | 2026-09-11T20:46:54.234Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 267 | 2026-09-11T20:46:54.564Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-09-11T20:46:54.826Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 269 | 2026-09-11T20:46:55.094Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 270 | 2026-09-11T20:46:55.418Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 271 | 2026-09-11T20:46:55.695Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 272 | 2026-09-11T20:46:56.145Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 273 | 2026-09-11T20:46:58.937Z | Downloading crates ... |
| 274 | 2026-09-11T20:46:58.998Z | Downloaded zerocopy-derive v0.7.35 |
| 275 | 2026-09-11T20:46:59.062Z | Downloaded zmij v1.0.21 |
| 276 | 2026-09-11T20:46:59.062Z | Downloaded crypto-common v0.1.7 |
| 277 | 2026-09-11T20:46:59.062Z | Downloaded heck v0.4.1 |
| 278 | 2026-09-11T20:46:59.062Z | Downloaded heck v0.5.0 |
| 279 | 2026-09-11T20:46:59.062Z | Downloaded cfg-if v1.0.4 |
| 280 | 2026-09-11T20:46:59.062Z | Downloaded zerocopy v0.7.35 |
| 281 | 2026-09-11T20:46:59.062Z | Downloaded fnv v1.0.7 |
| 282 | 2026-09-11T20:46:59.064Z | Downloaded is_terminal_polyfill v1.70.2 |
| 283 | 2026-09-11T20:46:59.064Z | Downloaded dtrace-parser v0.2.0 |
| 284 | 2026-09-11T20:46:59.064Z | Downloaded cpufeatures v0.2.17 |
| 285 | 2026-09-11T20:46:59.064Z | Downloaded cargo-platform v0.3.2 |
| 286 | 2026-09-11T20:46:59.064Z | Downloaded equivalent v1.0.2 |
| 287 | 2026-09-11T20:46:59.064Z | Downloaded fastrand v2.3.0 |
| 288 | 2026-09-11T20:46:59.064Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-09-11T20:46:59.064Z | Downloaded clap_lex v1.0.0 |
| 290 | 2026-09-11T20:46:59.064Z | Downloaded block-buffer v0.10.4 |
| 291 | 2026-09-11T20:46:59.065Z | Downloaded byteorder v1.5.0 |
| 292 | 2026-09-11T20:46:59.065Z | Downloaded pretty-hex v0.4.1 |
| 293 | 2026-09-11T20:46:59.065Z | Downloaded toml_write v0.1.2 |
| 294 | 2026-09-11T20:46:59.065Z | Downloaded dof v0.3.0 |
| 295 | 2026-09-11T20:46:59.065Z | Downloaded macaddr v1.0.1 |
| 296 | 2026-09-11T20:46:59.065Z | Downloaded itoa v1.0.17 |
| 297 | 2026-09-11T20:46:59.065Z | Downloaded generic-array v0.14.7 |
| 298 | 2026-09-11T20:46:59.104Z | Downloaded strsim v0.11.1 |
| 299 | 2026-09-11T20:46:59.104Z | Downloaded anstyle v1.0.14 |
| 300 | 2026-09-11T20:46:59.104Z | Downloaded bytecount v0.6.9 |
| 301 | 2026-09-11T20:46:59.104Z | Downloaded memmap v0.7.0 |
| 302 | 2026-09-11T20:46:59.104Z | Downloaded fs-err v3.3.0 |
| 303 | 2026-09-11T20:46:59.104Z | Downloaded anstyle-parse v1.0.0 |
| 304 | 2026-09-11T20:46:59.104Z | Downloaded anstyle-query v1.1.5 |
| 305 | 2026-09-11T20:46:59.104Z | Downloaded serde_spanned v0.6.9 |
| 306 | 2026-09-11T20:46:59.104Z | Downloaded digest v0.10.7 |
| 307 | 2026-09-11T20:46:59.104Z | Downloaded errno v0.3.14 |
| 308 | 2026-09-11T20:46:59.104Z | Downloaded cargo_metadata v0.23.1 |
| 309 | 2026-09-11T20:46:59.104Z | Downloaded thread-id v4.2.2 |
| 310 | 2026-09-11T20:46:59.104Z | Downloaded anstream v1.0.0 |
| 311 | 2026-09-11T20:46:59.104Z | Downloaded camino-tempfile v1.4.1 |
| 312 | 2026-09-11T20:46:59.105Z | Downloaded usdt-impl v0.5.0 |
| 313 | 2026-09-11T20:46:59.105Z | Downloaded bitflags v2.11.0 |
| 314 | 2026-09-11T20:46:59.105Z | Downloaded camino v1.2.5 |
| 315 | 2026-09-11T20:46:59.105Z | Downloaded unicode-linebreak v0.1.5 |
| 316 | 2026-09-11T20:46:59.105Z | Downloaded version_check v0.9.5 |
| 317 | 2026-09-11T20:46:59.105Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-09-11T20:46:59.105Z | Downloaded swrite v0.1.0 |
| 319 | 2026-09-11T20:46:59.105Z | Downloaded usdt v0.5.0 |
| 320 | 2026-09-11T20:46:59.105Z | Downloaded usdt-macro v0.5.0 |
| 321 | 2026-09-11T20:46:59.105Z | Downloaded terminal_size v0.4.3 |
| 322 | 2026-09-11T20:46:59.105Z | Downloaded smawk v0.3.2 |
| 323 | 2026-09-11T20:46:59.144Z | Downloaded usdt-attr-macro v0.5.0 |
| 324 | 2026-09-11T20:46:59.144Z | Downloaded scroll_derive v0.12.1 |
| 325 | 2026-09-11T20:46:59.145Z | Downloaded plain v0.2.3 |
| 326 | 2026-09-11T20:46:59.145Z | Downloaded proc-macro-error-attr v1.0.4 |
| 327 | 2026-09-11T20:46:59.145Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-09-11T20:46:59.145Z | Downloaded anyhow v1.0.104 |
| 329 | 2026-09-11T20:46:59.145Z | Downloaded pest_derive v2.8.6 |
| 330 | 2026-09-11T20:46:59.145Z | Downloaded autocfg v1.5.0 |
| 331 | 2026-09-11T20:46:59.145Z | Downloaded cargo_toml v0.21.0 |
| 332 | 2026-09-11T20:46:59.145Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-09-11T20:46:59.145Z | Downloaded clap_derive v4.6.1 |
| 334 | 2026-09-11T20:46:59.145Z | Downloaded serde_tokenstream v0.2.3 |
| 335 | 2026-09-11T20:46:59.145Z | Downloaded pest_generator v2.8.6 |
| 336 | 2026-09-11T20:46:59.145Z | Downloaded once_cell v1.21.3 |
| 337 | 2026-09-11T20:46:59.145Z | Downloaded proc-macro-error v1.0.4 |
| 338 | 2026-09-11T20:46:59.145Z | Downloaded thiserror-impl v2.0.18 |
| 339 | 2026-09-11T20:46:59.146Z | Downloaded scroll v0.12.0 |
| 340 | 2026-09-11T20:46:59.146Z | Downloaded toml_datetime v0.6.11 |
| 341 | 2026-09-11T20:46:59.174Z | Downloaded sha2 v0.10.9 |
| 342 | 2026-09-11T20:46:59.174Z | Downloaded log v0.4.33 |
| 343 | 2026-09-11T20:46:59.174Z | Downloaded thiserror v1.0.69 |
| 344 | 2026-09-11T20:46:59.174Z | Downloaded getrandom v0.4.3 |
| 345 | 2026-09-11T20:46:59.175Z | Downloaded proc-macro2 v1.0.106 |
| 346 | 2026-09-11T20:46:59.175Z | Downloaded thiserror-impl v1.0.69 |
| 347 | 2026-09-11T20:46:59.175Z | Downloaded clap v4.6.1 |
| 348 | 2026-09-11T20:46:59.175Z | Downloaded pest_meta v2.8.6 |
| 349 | 2026-09-11T20:46:59.175Z | Downloaded toml v0.8.23 |
| 350 | 2026-09-11T20:46:59.175Z | Downloaded semver v1.0.28 |
| 351 | 2026-09-11T20:46:59.175Z | Downloaded tempfile v3.27.0 |
| 352 | 2026-09-11T20:46:59.175Z | Downloaded quote v1.0.45 |
| 353 | 2026-09-11T20:46:59.175Z | Downloaded unicode-ident v1.0.24 |
| 354 | 2026-09-11T20:46:59.175Z | Downloaded textwrap v0.16.2 |
| 355 | 2026-09-11T20:46:59.175Z | Downloaded papergrid v0.11.0 |
| 356 | 2026-09-11T20:46:59.175Z | Downloaded ucd-trie v0.1.7 |
| 357 | 2026-09-11T20:46:59.175Z | Downloaded serde_derive v1.0.228 |
| 358 | 2026-09-11T20:46:59.199Z | Downloaded toml_edit v0.22.27 |
| 359 | 2026-09-11T20:46:59.199Z | Downloaded serde_core v1.0.228 |
| 360 | 2026-09-11T20:46:59.230Z | Downloaded indexmap v2.14.0 |
| 361 | 2026-09-11T20:46:59.231Z | Downloaded memchr v2.8.0 |
| 362 | 2026-09-11T20:46:59.231Z | Downloaded serde v1.0.228 |
| 363 | 2026-09-11T20:46:59.231Z | Downloaded typenum v1.20.1 |
| 364 | 2026-09-11T20:46:59.268Z | Downloaded pest v2.8.6 |
| 365 | 2026-09-11T20:46:59.268Z | Downloaded clap_builder v4.6.0 |
| 366 | 2026-09-11T20:46:59.268Z | Downloaded serde_json v1.0.151 |
| 367 | 2026-09-11T20:46:59.268Z | Downloaded hashbrown v0.17.0 |
| 368 | 2026-09-11T20:46:59.268Z | Downloaded goblin v0.8.2 |
| 369 | 2026-09-11T20:46:59.330Z | Downloaded winnow v0.7.14 |
| 370 | 2026-09-11T20:46:59.330Z | Downloaded tabled v0.15.0 |
| 371 | 2026-09-11T20:46:59.330Z | Downloaded syn v1.0.109 |
| 372 | 2026-09-11T20:46:59.330Z | Downloaded unicode-width v0.1.14 |
| 373 | 2026-09-11T20:46:59.331Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-09-11T20:46:59.331Z | Downloaded syn v2.0.117 |
| 375 | 2026-09-11T20:46:59.357Z | Downloaded rustix v1.1.4 |
| 376 | 2026-09-11T20:46:59.357Z | Downloaded libc v0.2.185 |
| 377 | 2026-09-11T20:46:59.390Z | Compiling proc-macro2 v1.0.106 |
| 378 | 2026-09-11T20:46:59.390Z | Compiling quote v1.0.45 |
| 379 | 2026-09-11T20:46:59.390Z | Compiling unicode-ident v1.0.24 |
| 380 | 2026-09-11T20:46:59.413Z | Compiling serde_core v1.0.228 |
| 381 | 2026-09-11T20:46:59.413Z | Compiling libc v0.2.185 |
| 382 | 2026-09-11T20:46:59.413Z | Compiling version_check v0.9.5 |
| 383 | 2026-09-11T20:46:59.413Z | Compiling memchr v2.8.0 |
| 384 | 2026-09-11T20:46:59.413Z | Compiling serde v1.0.228 |
| 385 | 2026-09-11T20:46:59.413Z | Compiling zmij v1.0.21 |
| 386 | 2026-09-11T20:46:59.413Z | Compiling itoa v1.0.17 |
| 387 | 2026-09-11T20:46:59.413Z | Compiling thiserror v1.0.69 |
| 388 | 2026-09-11T20:46:59.586Z | Compiling ucd-trie v0.1.7 |
| 389 | 2026-09-11T20:46:59.628Z | Compiling byteorder v1.5.0 |
| 390 | 2026-09-11T20:46:59.628Z | Compiling rustix v1.1.4 |
| 391 | 2026-09-11T20:46:59.816Z | Compiling bitflags v2.11.0 |
| 392 | 2026-09-11T20:46:59.872Z | Compiling serde_json v1.0.151 |
| 393 | 2026-09-11T20:46:59.930Z | Compiling usdt-impl v0.5.0 |
| 394 | 2026-09-11T20:46:59.949Z | Compiling pest v2.8.6 |
| 395 | 2026-09-11T20:47:00.112Z | Compiling proc-macro-error-attr v1.0.4 |
| 396 | 2026-09-11T20:47:00.203Z | Compiling camino v1.2.5 |
| 397 | 2026-09-11T20:47:00.252Z | Compiling syn v1.0.109 |
| 398 | 2026-09-11T20:47:00.270Z | Compiling proc-macro-error v1.0.4 |
| 399 | 2026-09-11T20:47:00.335Z | Compiling hashbrown v0.17.0 |
| 400 | 2026-09-11T20:47:00.388Z | Compiling log v0.4.33 |
| 401 | 2026-09-11T20:47:00.391Z | Compiling plain v0.2.3 |
| 402 | 2026-09-11T20:47:00.407Z | Compiling equivalent v1.0.2 |
| 403 | 2026-09-11T20:47:00.472Z | Compiling errno v0.3.14 |
| 404 | 2026-09-11T20:47:00.475Z | Compiling thread-id v4.2.2 |
| 405 | 2026-09-11T20:47:00.505Z | Compiling utf8parse v0.2.2 |
| 406 | 2026-09-11T20:47:00.508Z | Compiling getrandom v0.4.3 |
| 407 | 2026-09-11T20:47:00.578Z | Compiling anstyle-query v1.1.5 |
| 408 | 2026-09-11T20:47:00.581Z | Compiling autocfg v1.5.0 |
| 409 | 2026-09-11T20:47:00.631Z | Compiling anstyle-parse v1.0.0 |
| 410 | 2026-09-11T20:47:00.688Z | Compiling pretty-hex v0.4.1 |
| 411 | 2026-09-11T20:47:00.692Z | Compiling is_terminal_polyfill v1.70.2 |
| 412 | 2026-09-11T20:47:00.746Z | Compiling winnow v0.7.14 |
| 413 | 2026-09-11T20:47:00.766Z | Compiling anstyle v1.0.14 |
| 414 | 2026-09-11T20:47:00.771Z | Compiling colorchoice v1.0.4 |
| 415 | 2026-09-11T20:47:00.804Z | Compiling cfg-if v1.0.4 |
| 416 | 2026-09-11T20:47:00.836Z | Compiling toml_write v0.1.2 |
| 417 | 2026-09-11T20:47:00.874Z | Compiling indexmap v2.14.0 |
| 418 | 2026-09-11T20:47:00.906Z | Compiling thiserror v2.0.18 |
| 419 | 2026-09-11T20:47:00.941Z | Compiling strsim v0.11.1 |
| 420 | 2026-09-11T20:47:00.946Z | Compiling bytecount v0.6.9 |
| 421 | 2026-09-11T20:47:01.022Z | Compiling anstream v1.0.0 |
| 422 | 2026-09-11T20:47:01.067Z | Compiling clap_lex v1.0.0 |
| 423 | 2026-09-11T20:47:01.076Z | Compiling pest_meta v2.8.6 |
| 424 | 2026-09-11T20:47:01.093Z | Compiling syn v2.0.117 |
| 425 | 2026-09-11T20:47:01.192Z | Compiling fs-err v3.3.0 |
| 426 | 2026-09-11T20:47:01.210Z | Compiling heck v0.4.1 |
| 427 | 2026-09-11T20:47:01.331Z | Compiling once_cell v1.21.3 |
| 428 | 2026-09-11T20:47:01.338Z | Compiling heck v0.5.0 |
| 429 | 2026-09-11T20:47:01.357Z | Compiling unicode-width v0.1.14 |
| 430 | 2026-09-11T20:47:01.381Z | Compiling anyhow v1.0.104 |
| 431 | 2026-09-11T20:47:01.443Z | Compiling fastrand v2.3.0 |
| 432 | 2026-09-11T20:47:01.483Z | Compiling fnv v1.0.7 |
| 433 | 2026-09-11T20:47:01.557Z | Compiling memmap v0.7.0 |
| 434 | 2026-09-11T20:47:01.571Z | Compiling terminal_size v0.4.3 |
| 435 | 2026-09-11T20:47:01.600Z | Compiling smawk v0.3.2 |
| 436 | 2026-09-11T20:47:01.610Z | Compiling papergrid v0.11.0 |
| 437 | 2026-09-11T20:47:01.641Z | Compiling tempfile v3.27.0 |
| 438 | 2026-09-11T20:47:01.666Z | Compiling unicode-width v0.2.0 |
| 439 | 2026-09-11T20:47:01.672Z | Compiling unicode-linebreak v0.1.5 |
| 440 | 2026-09-11T20:47:01.716Z | Compiling clap_builder v4.6.0 |
| 441 | 2026-09-11T20:47:01.754Z | Compiling swrite v0.1.0 |
| 442 | 2026-09-11T20:47:01.927Z | Compiling textwrap v0.16.2 |
| 443 | 2026-09-11T20:47:02.113Z | Compiling cargo-platform v0.3.2 |
| 444 | 2026-09-11T20:47:02.113Z | Compiling semver v1.0.28 |
| 445 | 2026-09-11T20:47:02.431Z | Compiling camino-tempfile v1.4.1 |
| 446 | 2026-09-11T20:47:02.548Z | Compiling tabled_derive v0.7.0 |
| 447 | 2026-09-11T20:47:03.218Z | Compiling tabled v0.15.0 |
| 448 | 2026-09-11T20:47:03.261Z | Compiling pest_generator v2.8.6 |
| 449 | 2026-09-11T20:47:03.816Z | Compiling serde_derive v1.0.228 |
| 450 | 2026-09-11T20:47:03.816Z | Compiling thiserror-impl v1.0.69 |
| 451 | 2026-09-11T20:47:03.817Z | Compiling zerocopy-derive v0.7.35 |
| 452 | 2026-09-11T20:47:03.821Z | Compiling pest_derive v2.8.6 |
| 453 | 2026-09-11T20:47:03.821Z | Compiling scroll_derive v0.12.1 |
| 454 | 2026-09-11T20:47:03.821Z | Compiling thiserror-impl v2.0.18 |
| 455 | 2026-09-11T20:47:03.821Z | Compiling clap_derive v4.6.1 |
| 456 | 2026-09-11T20:47:04.490Z | Compiling scroll v0.12.0 |
| 457 | 2026-09-11T20:47:04.589Z | Compiling zerocopy v0.7.35 |
| 458 | 2026-09-11T20:47:04.710Z | Compiling goblin v0.8.2 |
| 459 | 2026-09-11T20:47:04.831Z | Compiling dtrace-parser v0.2.0 |
| 460 | 2026-09-11T20:47:05.130Z | Compiling clap v4.6.1 |
| 461 | 2026-09-11T20:47:06.253Z | Compiling toml_datetime v0.6.11 |
| 462 | 2026-09-11T20:47:06.253Z | Compiling serde_spanned v0.6.9 |
| 463 | 2026-09-11T20:47:06.257Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 464 | 2026-09-11T20:47:06.257Z | Compiling cargo_metadata v0.23.1 |
| 465 | 2026-09-11T20:47:06.257Z | Compiling macaddr v1.0.1 |
| 466 | 2026-09-11T20:47:06.271Z | Compiling dof v0.3.0 |
| 467 | 2026-09-11T20:47:06.274Z | Compiling serde_tokenstream v0.2.3 |
| 468 | 2026-09-11T20:47:06.517Z | Compiling toml_edit v0.22.27 |
| 469 | 2026-09-11T20:47:06.979Z | Compiling usdt-attr-macro v0.5.0 |
| 470 | 2026-09-11T20:47:06.982Z | Compiling usdt-macro v0.5.0 |
| 471 | 2026-09-11T20:47:07.594Z | Compiling usdt v0.5.0 |
| 472 | 2026-09-11T20:47:07.760Z | Compiling toml v0.8.23 |
| 473 | 2026-09-11T20:47:08.105Z | Compiling cargo_toml v0.21.0 |
| 474 | 2026-09-11T20:47:09.392Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 475 | 2026-09-11T20:47:11.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.95s |
| 476 | 2026-09-11T20:47:11.649Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 477 | 2026-09-11T20:47:12.187Z | Downloading crates ... |
| 478 | 2026-09-11T20:47:12.287Z | Downloaded base16ct v0.2.0 |
| 479 | 2026-09-11T20:47:12.292Z | Downloaded bitfield-struct v0.6.2 |
| 480 | 2026-09-11T20:47:12.292Z | Downloaded async-compression v0.4.41 |
| 481 | 2026-09-11T20:47:12.292Z | Downloaded async-trait v0.1.89 |
| 482 | 2026-09-11T20:47:12.292Z | Downloaded futures-macro v0.3.32 |
| 483 | 2026-09-11T20:47:12.292Z | Downloaded adler2 v2.0.1 |
| 484 | 2026-09-11T20:47:12.292Z | Downloaded async-stream v0.3.6 |
| 485 | 2026-09-11T20:47:12.292Z | Downloaded gethostname v0.5.0 |
| 486 | 2026-09-11T20:47:12.292Z | Downloaded enum_dispatch v0.3.13 |
| 487 | 2026-09-11T20:47:12.292Z | Downloaded argon2 v0.5.3 |
| 488 | 2026-09-11T20:47:12.292Z | Downloaded foreign-types v0.3.2 |
| 489 | 2026-09-11T20:47:12.292Z | Downloaded anstream v0.6.21 |
| 490 | 2026-09-11T20:47:12.292Z | Downloaded byte-wrapper v0.1.0 |
| 491 | 2026-09-11T20:47:12.292Z | Downloaded const-oid v0.9.6 |
| 492 | 2026-09-11T20:47:12.292Z | Downloaded fatfs v0.3.6 |
| 493 | 2026-09-11T20:47:12.292Z | Downloaded hex-literal v1.1.0 |
| 494 | 2026-09-11T20:47:12.292Z | Downloaded aead v0.5.2 |
| 495 | 2026-09-11T20:47:12.292Z | Downloaded atty v0.2.14 |
| 496 | 2026-09-11T20:47:12.292Z | Downloaded cmov v0.5.4 |
| 497 | 2026-09-11T20:47:12.292Z | Downloaded addr2line v0.25.1 |
| 498 | 2026-09-11T20:47:12.292Z | Downloaded bit-set v0.5.3 |
| 499 | 2026-09-11T20:47:12.292Z | Downloaded form_urlencoded v1.2.2 |
| 500 | 2026-09-11T20:47:12.292Z | Downloaded futures-io v0.3.32 |
| 501 | 2026-09-11T20:47:12.293Z | Downloaded const-oid v0.10.2 |
| 502 | 2026-09-11T20:47:12.293Z | Downloaded endian-type v0.1.2 |
| 503 | 2026-09-11T20:47:12.293Z | Downloaded ghash v0.6.0 |
| 504 | 2026-09-11T20:47:12.293Z | Downloaded ascii-canvas v3.0.0 |
| 505 | 2026-09-11T20:47:12.293Z | Downloaded enum-as-inner v0.6.1 |
| 506 | 2026-09-11T20:47:12.293Z | Downloaded flagset v0.4.7 |
| 507 | 2026-09-11T20:47:12.293Z | Downloaded env_filter v2.0.0 |
| 508 | 2026-09-11T20:47:12.293Z | Downloaded float-cmp v0.10.0 |
| 509 | 2026-09-11T20:47:12.293Z | Downloaded env_logger v0.11.11 |
| 510 | 2026-09-11T20:47:12.294Z | Downloaded foreign-types-shared v0.1.1 |
| 511 | 2026-09-11T20:47:12.299Z | Downloaded arrayref v0.3.9 |
| 512 | 2026-09-11T20:47:12.299Z | Downloaded bitfield-macros v0.19.4 |
| 513 | 2026-09-11T20:47:12.299Z | Downloaded fxhash v0.2.1 |
| 514 | 2026-09-11T20:47:12.303Z | Downloaded assert_matches v1.5.0 |
| 515 | 2026-09-11T20:47:12.307Z | Downloaded ff v0.14.0 |
| 516 | 2026-09-11T20:47:12.307Z | Downloaded futures-task v0.3.32 |
| 517 | 2026-09-11T20:47:12.307Z | Downloaded foreign-types-shared v0.3.1 |
| 518 | 2026-09-11T20:47:12.310Z | Downloaded futures-sink v0.3.32 |
| 519 | 2026-09-11T20:47:12.310Z | Downloaded aead v0.6.1 |
| 520 | 2026-09-11T20:47:12.314Z | Downloaded futures-executor v0.3.32 |
| 521 | 2026-09-11T20:47:12.319Z | Downloaded array-init v0.0.4 |
| 522 | 2026-09-11T20:47:12.319Z | Downloaded hashbrown v0.14.5 |
| 523 | 2026-09-11T20:47:12.319Z | Downloaded castaway v0.2.4 |
| 524 | 2026-09-11T20:47:12.323Z | Downloaded atomic-waker v1.1.2 |
| 525 | 2026-09-11T20:47:12.327Z | Downloaded fd-lock v4.0.4 |
| 526 | 2026-09-11T20:47:12.327Z | Downloaded filetime v0.2.27 |
| 527 | 2026-09-11T20:47:12.327Z | Downloaded find-msvc-tools v0.1.9 |
| 528 | 2026-09-11T20:47:12.327Z | Downloaded cobs v0.3.0 |
| 529 | 2026-09-11T20:47:12.330Z | Downloaded backtrace-ext v0.2.1 |
| 530 | 2026-09-11T20:47:12.335Z | Downloaded bit-set v0.8.0 |
| 531 | 2026-09-11T20:47:12.335Z | Downloaded float-ord v0.3.2 |
| 532 | 2026-09-11T20:47:12.336Z | Downloaded foreign-types-macros v0.2.3 |
| 533 | 2026-09-11T20:47:12.336Z | Downloaded futures-channel v0.3.32 |
| 534 | 2026-09-11T20:47:12.410Z | Downloaded futures-core v0.3.32 |
| 535 | 2026-09-11T20:47:12.410Z | Downloaded openssl-macros v0.1.1 |
| 536 | 2026-09-11T20:47:12.410Z | Downloaded funty v2.0.0 |
| 537 | 2026-09-11T20:47:12.414Z | Downloaded async-recursion v1.1.1 |
| 538 | 2026-09-11T20:47:12.414Z | Downloaded globwalk v0.9.1 |
| 539 | 2026-09-11T20:47:12.414Z | Downloaded hubpack v0.1.2 |
| 540 | 2026-09-11T20:47:12.414Z | Downloaded nibble_vec v0.1.0 |
| 541 | 2026-09-11T20:47:12.415Z | Downloaded bb8 v0.8.6 |
| 542 | 2026-09-11T20:47:12.415Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 543 | 2026-09-11T20:47:12.415Z | Downloaded heapless v0.7.17 |
| 544 | 2026-09-11T20:47:12.415Z | Downloaded atomicwrites v0.4.4 |
| 545 | 2026-09-11T20:47:12.415Z | Downloaded cfg_aliases v0.1.1 |
| 546 | 2026-09-11T20:47:12.415Z | Downloaded async-stream-impl v0.3.6 |
| 547 | 2026-09-11T20:47:12.415Z | Downloaded block-padding v0.4.2 |
| 548 | 2026-09-11T20:47:12.415Z | Downloaded headers-core v0.3.0 |
| 549 | 2026-09-11T20:47:12.415Z | Downloaded hex v0.4.3 |
| 550 | 2026-09-11T20:47:12.415Z | Downloaded http-range v0.1.5 |
| 551 | 2026-09-11T20:47:12.415Z | Downloaded foreign-types v0.5.0 |
| 552 | 2026-09-11T20:47:12.415Z | Downloaded base16ct v1.0.0 |
| 553 | 2026-09-11T20:47:12.415Z | Downloaded ciborium-ll v0.2.2 |
| 554 | 2026-09-11T20:47:12.415Z | Downloaded hash32 v0.2.1 |
| 555 | 2026-09-11T20:47:12.415Z | Downloaded nodrop v0.1.14 |
| 556 | 2026-09-11T20:47:12.415Z | Downloaded normalize-line-endings v0.3.0 |
| 557 | 2026-09-11T20:47:12.415Z | Downloaded git-stub v1.0.0 |
| 558 | 2026-09-11T20:47:12.415Z | Downloaded httpdate v1.0.3 |
| 559 | 2026-09-11T20:47:12.415Z | Downloaded hash32 v0.3.1 |
| 560 | 2026-09-11T20:47:12.415Z | Downloaded home v0.5.12 |
| 561 | 2026-09-11T20:47:12.415Z | Downloaded blowfish v0.10.0 |
| 562 | 2026-09-11T20:47:12.415Z | Downloaded base64ct v1.8.3 |
| 563 | 2026-09-11T20:47:12.415Z | Downloaded arrayvec v0.7.6 |
| 564 | 2026-09-11T20:47:12.415Z | Downloaded base64 v0.22.1 |
| 565 | 2026-09-11T20:47:12.415Z | Downloaded ciborium-io v0.2.2 |
| 566 | 2026-09-11T20:47:12.415Z | Downloaded block-buffer v0.12.1 |
| 567 | 2026-09-11T20:47:12.416Z | Downloaded cfg_aliases v0.2.1 |
| 568 | 2026-09-11T20:47:12.416Z | Downloaded http-body v1.0.1 |
| 569 | 2026-09-11T20:47:12.416Z | Downloaded hostname v0.4.2 |
| 570 | 2026-09-11T20:47:12.416Z | Downloaded olpc-cjson v0.1.4 |
| 571 | 2026-09-11T20:47:12.416Z | Downloaded num-iter v0.1.45 |
| 572 | 2026-09-11T20:47:12.416Z | Downloaded oxide-generation-macros v0.2.0 |
| 573 | 2026-09-11T20:47:12.416Z | Downloaded compression-core v0.4.31 |
| 574 | 2026-09-11T20:47:12.416Z | Downloaded num_threads v0.1.7 |
| 575 | 2026-09-11T20:47:12.416Z | Downloaded path-slash v0.1.5 |
| 576 | 2026-09-11T20:47:12.416Z | Downloaded path-slash v0.2.1 |
| 577 | 2026-09-11T20:47:12.416Z | Downloaded packed_struct_codegen v0.10.1 |
| 578 | 2026-09-11T20:47:12.416Z | Downloaded precomputed-hash v0.1.1 |
| 579 | 2026-09-11T20:47:12.416Z | Downloaded parse-size v1.1.0 |
| 580 | 2026-09-11T20:47:12.419Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 581 | 2026-09-11T20:47:12.419Z | Downloaded cassowary v0.3.0 |
| 582 | 2026-09-11T20:47:12.423Z | Downloaded bit-vec v0.8.0 |
| 583 | 2026-09-11T20:47:12.423Z | Downloaded bitfield v0.19.4 |
| 584 | 2026-09-11T20:47:12.426Z | Downloaded camino-tempfile-ext v0.3.3 |
| 585 | 2026-09-11T20:47:12.426Z | Downloaded fallible-iterator v0.2.0 |
| 586 | 2026-09-11T20:47:12.426Z | Downloaded ff v0.13.1 |
| 587 | 2026-09-11T20:47:12.426Z | Downloaded erased-serde v0.3.31 |
| 588 | 2026-09-11T20:47:12.430Z | Downloaded bs58 v0.5.1 |
| 589 | 2026-09-11T20:47:12.430Z | Downloaded buf-list v1.1.2 |
| 590 | 2026-09-11T20:47:12.430Z | Downloaded foldhash v0.2.0 |
| 591 | 2026-09-11T20:47:12.430Z | Downloaded glob v0.3.3 |
| 592 | 2026-09-11T20:47:12.434Z | Downloaded backoff v0.4.0 |
| 593 | 2026-09-11T20:47:12.434Z | Downloaded cipher v0.4.4 |
| 594 | 2026-09-11T20:47:12.434Z | Downloaded fixedbitset v0.5.7 |
| 595 | 2026-09-11T20:47:12.434Z | Downloaded foldhash v0.1.5 |
| 596 | 2026-09-11T20:47:12.438Z | Downloaded parking_lot_core v0.8.6 |
| 597 | 2026-09-11T20:47:12.438Z | Downloaded flume v0.11.1 |
| 598 | 2026-09-11T20:47:12.438Z | Downloaded highway v1.3.0 |
| 599 | 2026-09-11T20:47:12.442Z | Downloaded psl-types v2.0.11 |
| 600 | 2026-09-11T20:47:12.446Z | Downloaded ref-cast-impl v1.0.25 |
| 601 | 2026-09-11T20:47:12.446Z | Downloaded russh-util v0.52.0 |
| 602 | 2026-09-11T20:47:12.449Z | Downloaded bit-vec v0.6.3 |
| 603 | 2026-09-11T20:47:12.449Z | Downloaded cmake v0.1.57 |
| 604 | 2026-09-11T20:47:12.468Z | Downloaded ahash v0.8.12 |
| 605 | 2026-09-11T20:47:12.471Z | Downloaded rustc_version v0.4.1 |
| 606 | 2026-09-11T20:47:12.471Z | Downloaded cexpr v0.6.0 |
| 607 | 2026-09-11T20:47:12.471Z | Downloaded chacha20 v0.9.1 |
| 608 | 2026-09-11T20:47:12.472Z | Downloaded compression-codecs v0.4.37 |
| 609 | 2026-09-11T20:47:12.472Z | Downloaded arc-swap v1.8.2 |
| 610 | 2026-09-11T20:47:12.472Z | Downloaded fs_extra v1.3.0 |
| 611 | 2026-09-11T20:47:12.472Z | Downloaded hubpack_derive v0.1.1 |
| 612 | 2026-09-11T20:47:12.472Z | Downloaded globset v0.4.18 |
| 613 | 2026-09-11T20:47:12.479Z | Downloaded scheduled-thread-pool v0.2.7 |
| 614 | 2026-09-11T20:47:12.479Z | Downloaded sapling-renderdag v0.1.0 |
| 615 | 2026-09-11T20:47:12.479Z | Downloaded signature v3.0.0 |
| 616 | 2026-09-11T20:47:12.482Z | Downloaded fs-err v2.11.0 |
| 617 | 2026-09-11T20:47:12.482Z | Downloaded humantime v2.3.0 |
| 618 | 2026-09-11T20:47:12.485Z | Downloaded group v0.14.0 |
| 619 | 2026-09-11T20:47:12.486Z | Downloaded http-body-util v0.1.3 |
| 620 | 2026-09-11T20:47:12.490Z | Downloaded num-integer v0.1.46 |
| 621 | 2026-09-11T20:47:12.490Z | Downloaded oxide-tokio-rt v0.1.4 |
| 622 | 2026-09-11T20:47:12.490Z | Downloaded pem v3.0.6 |
| 623 | 2026-09-11T20:47:12.493Z | Downloaded oxide-generation v0.1.3 |
| 624 | 2026-09-11T20:47:12.496Z | Downloaded strum v0.27.2 |
| 625 | 2026-09-11T20:47:12.500Z | Downloaded git-stub-vcs v0.1.0 |
| 626 | 2026-09-11T20:47:12.500Z | Downloaded group v0.13.0 |
| 627 | 2026-09-11T20:47:12.500Z | Downloaded console v0.15.11 |
| 628 | 2026-09-11T20:47:12.503Z | Downloaded console v0.16.2 |
| 629 | 2026-09-11T20:47:12.503Z | Downloaded anstyle-parse v0.2.7 |
| 630 | 2026-09-11T20:47:12.503Z | Downloaded scroll_derive v0.13.1 |
| 631 | 2026-09-11T20:47:12.503Z | Downloaded bzip2 v0.4.4 |
| 632 | 2026-09-11T20:47:12.503Z | Downloaded bzip2 v0.6.1 |
| 633 | 2026-09-11T20:47:12.509Z | Downloaded phc v0.6.1 |
| 634 | 2026-09-11T20:47:12.512Z | Downloaded slog-bunyan v2.5.0 |
| 635 | 2026-09-11T20:47:12.512Z | Downloaded sqlparser_derive v0.5.0 |
| 636 | 2026-09-11T20:47:12.512Z | Downloaded backon v1.6.0 |
| 637 | 2026-09-11T20:47:12.512Z | Downloaded bcs v0.1.6 |
| 638 | 2026-09-11T20:47:12.512Z | Downloaded bitflags v1.3.2 |
| 639 | 2026-09-11T20:47:12.512Z | Downloaded colored v2.2.0 |
| 640 | 2026-09-11T20:47:12.516Z | Downloaded colored v3.1.1 |
| 641 | 2026-09-11T20:47:12.516Z | Downloaded psm v0.1.30 |
| 642 | 2026-09-11T20:47:12.521Z | Downloaded strum v0.26.3 |
| 643 | 2026-09-11T20:47:12.521Z | Downloaded predicates v3.1.4 |
| 644 | 2026-09-11T20:47:12.521Z | Downloaded sync-ptr v0.1.4 |
| 645 | 2026-09-11T20:47:12.521Z | Downloaded sync_wrapper v1.0.2 |
| 646 | 2026-09-11T20:47:12.521Z | Downloaded poly1305 v0.8.0 |
| 647 | 2026-09-11T20:47:12.525Z | Downloaded futures v0.3.32 |
| 648 | 2026-09-11T20:47:12.525Z | Downloaded getrandom v0.2.17 |
| 649 | 2026-09-11T20:47:12.525Z | Downloaded fixedbitset v0.4.2 |
| 650 | 2026-09-11T20:47:12.525Z | Downloaded getrandom v0.3.4 |
| 651 | 2026-09-11T20:47:12.528Z | Downloaded hyper-rustls v0.27.7 |
| 652 | 2026-09-11T20:47:12.529Z | Downloaded strip-ansi-escapes v0.2.1 |
| 653 | 2026-09-11T20:47:12.529Z | Downloaded supports-color v3.0.2 |
| 654 | 2026-09-11T20:47:12.533Z | Downloaded pin-project-internal v1.1.11 |
| 655 | 2026-09-11T20:47:12.533Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 656 | 2026-09-11T20:47:12.533Z | Downloaded blake2 v0.10.6 |
| 657 | 2026-09-11T20:47:12.533Z | Downloaded cbc v0.2.1 |
| 658 | 2026-09-11T20:47:12.533Z | Downloaded progenitor-client v0.13.0 |
| 659 | 2026-09-11T20:47:12.539Z | Downloaded rand_chacha v0.9.0 |
| 660 | 2026-09-11T20:47:12.542Z | Downloaded termtree v0.5.1 |
| 661 | 2026-09-11T20:47:12.542Z | Downloaded cipher v0.5.2 |
| 662 | 2026-09-11T20:47:12.548Z | Downloaded trait-variant v0.1.2 |
| 663 | 2026-09-11T20:47:12.551Z | Downloaded try-lock v0.2.5 |
| 664 | 2026-09-11T20:47:12.552Z | Downloaded utf-8 v0.7.6 |
| 665 | 2026-09-11T20:47:12.552Z | Downloaded unit-prefix v0.5.2 |
| 666 | 2026-09-11T20:47:12.552Z | Downloaded usdt-macro v0.6.0 |
| 667 | 2026-09-11T20:47:12.552Z | Downloaded wait-timeout v0.2.1 |
| 668 | 2026-09-11T20:47:12.552Z | Downloaded yoke-derive v0.8.1 |
| 669 | 2026-09-11T20:47:12.552Z | Downloaded untrusted v0.7.1 |
| 670 | 2026-09-11T20:47:12.555Z | Downloaded untrusted v0.9.0 |
| 671 | 2026-09-11T20:47:12.555Z | Downloaded wnaf v0.14.0 |
| 672 | 2026-09-11T20:47:12.555Z | Downloaded cstr-argument v0.1.2 |
| 673 | 2026-09-11T20:47:12.559Z | Downloaded serde_derive_internals v0.29.1 |
| 674 | 2026-09-11T20:47:12.559Z | Downloaded zone v0.3.1 |
| 675 | 2026-09-11T20:47:12.559Z | Downloaded scrypt v0.12.0 |
| 676 | 2026-09-11T20:47:12.564Z | Downloaded argon2 v0.6.0-rc.8 |
| 677 | 2026-09-11T20:47:12.564Z | Downloaded slab v0.4.12 |
| 678 | 2026-09-11T20:47:12.569Z | Downloaded signal-hook-registry v1.4.8 |
| 679 | 2026-09-11T20:47:12.569Z | Downloaded cancel-safe-futures v0.1.5 |
| 680 | 2026-09-11T20:47:12.572Z | Downloaded clang-sys v1.8.1 |
| 681 | 2026-09-11T20:47:12.576Z | Downloaded half v1.8.3 |
| 682 | 2026-09-11T20:47:12.576Z | Downloaded cpubits v0.1.1 |
| 683 | 2026-09-11T20:47:12.576Z | Downloaded hostname v0.3.1 |
| 684 | 2026-09-11T20:47:12.579Z | Downloaded hybrid-array v0.4.13 |
| 685 | 2026-09-11T20:47:12.579Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 686 | 2026-09-11T20:47:12.580Z | Downloaded httparse v1.10.1 |
| 687 | 2026-09-11T20:47:12.583Z | Downloaded hmac v0.13.0 |
| 688 | 2026-09-11T20:47:12.587Z | Downloaded postgres-types v0.2.14 |
| 689 | 2026-09-11T20:47:12.587Z | Downloaded slog-scope v4.4.1 |
| 690 | 2026-09-11T20:47:12.587Z | Downloaded slog-stdlog v4.1.1 |
| 691 | 2026-09-11T20:47:12.590Z | Downloaded async-bb8-diesel v0.2.1 |
| 692 | 2026-09-11T20:47:12.594Z | Downloaded darling_macro v0.20.11 |
| 693 | 2026-09-11T20:47:12.594Z | Downloaded darling_macro v0.21.3 |
| 694 | 2026-09-11T20:47:12.594Z | Downloaded defmt-parser v1.0.0 |
| 695 | 2026-09-11T20:47:12.594Z | Downloaded difflib v0.4.0 |
| 696 | 2026-09-11T20:47:12.599Z | Downloaded derive_builder_macro v0.20.2 |
| 697 | 2026-09-11T20:47:12.599Z | Downloaded dtrace-parser v0.3.0 |
| 698 | 2026-09-11T20:47:12.599Z | Downloaded backtrace v0.3.76 |
| 699 | 2026-09-11T20:47:12.603Z | Downloaded blake2 v0.11.0-rc.6 |
| 700 | 2026-09-11T20:47:12.603Z | Downloaded aes v0.9.1 |
| 701 | 2026-09-11T20:47:12.603Z | Downloaded chacha20 v0.10.0 |
| 702 | 2026-09-11T20:47:12.613Z | Downloaded generic-array v1.4.3 |
| 703 | 2026-09-11T20:47:12.620Z | Downloaded ciborium v0.2.2 |
| 704 | 2026-09-11T20:47:12.620Z | Downloaded sqlformat v0.3.5 |
| 705 | 2026-09-11T20:47:12.620Z | Downloaded tokio-tungstenite v0.21.0 |
| 706 | 2026-09-11T20:47:12.625Z | Downloaded dirs-sys-next v0.1.2 |
| 707 | 2026-09-11T20:47:12.625Z | Downloaded display-error-chain v0.2.2 |
| 708 | 2026-09-11T20:47:12.625Z | Downloaded embedded-io v0.6.1 |
| 709 | 2026-09-11T20:47:12.625Z | Downloaded idna_adapter v1.2.1 |
| 710 | 2026-09-11T20:47:12.625Z | Downloaded indent_write v2.2.0 |
| 711 | 2026-09-11T20:47:12.632Z | Downloaded primeorder v0.13.6 |
| 712 | 2026-09-11T20:47:12.632Z | Downloaded quinn-udp v0.5.14 |
| 713 | 2026-09-11T20:47:12.639Z | Downloaded salsa20 v0.11.0 |
| 714 | 2026-09-11T20:47:12.639Z | Downloaded vergen-lib v9.1.0 |
| 715 | 2026-09-11T20:47:12.639Z | Downloaded rand_core v0.6.4 |
| 716 | 2026-09-11T20:47:12.644Z | Downloaded thiserror-no-std v2.0.2 |
| 717 | 2026-09-11T20:47:12.644Z | Downloaded instant v0.1.13 |
| 718 | 2026-09-11T20:47:12.644Z | Downloaded linked-hash-map v0.5.6 |
| 719 | 2026-09-11T20:47:12.644Z | Downloaded lalrpop-util v0.19.12 |
| 720 | 2026-09-11T20:47:12.644Z | Downloaded lru-cache v0.1.2 |
| 721 | 2026-09-11T20:47:12.649Z | Downloaded lru v0.12.5 |
| 722 | 2026-09-11T20:47:12.649Z | Downloaded oso-derive v0.27.3 |
| 723 | 2026-09-11T20:47:12.653Z | Downloaded newline-converter v0.3.0 |
| 724 | 2026-09-11T20:47:12.653Z | Downloaded lru-slab v0.1.2 |
| 725 | 2026-09-11T20:47:12.653Z | Downloaded num_enum_derive v0.5.11 |
| 726 | 2026-09-11T20:47:12.656Z | Downloaded whoami v1.6.1 |
| 727 | 2026-09-11T20:47:12.660Z | Downloaded allocator-api2 v0.2.21 |
| 728 | 2026-09-11T20:47:12.663Z | Downloaded serde_cbor v0.11.2 |
| 729 | 2026-09-11T20:47:12.667Z | Downloaded elliptic-curve v0.14.1 |
| 730 | 2026-09-11T20:47:12.670Z | Downloaded corncobs v0.1.4 |
| 731 | 2026-09-11T20:47:12.670Z | Downloaded hmac v0.12.1 |
| 732 | 2026-09-11T20:47:12.670Z | Downloaded phf_shared v0.11.3 |
| 733 | 2026-09-11T20:47:12.677Z | Downloaded spin v0.9.8 |
| 734 | 2026-09-11T20:47:12.680Z | Downloaded tokio-native-tls v0.3.1 |
| 735 | 2026-09-11T20:47:12.680Z | Downloaded derive_builder_core v0.20.2 |
| 736 | 2026-09-11T20:47:12.685Z | Downloaded powerfmt v0.2.0 |
| 737 | 2026-09-11T20:47:12.688Z | Downloaded recursive v0.1.1 |
| 738 | 2026-09-11T20:47:12.688Z | Downloaded pkcs5 v0.8.1 |
| 739 | 2026-09-11T20:47:12.696Z | Downloaded zeroize v1.9.0 |
| 740 | 2026-09-11T20:47:12.696Z | Downloaded critical-section v1.2.0 |
| 741 | 2026-09-11T20:47:12.696Z | Downloaded crossbeam-deque v0.8.6 |
| 742 | 2026-09-11T20:47:12.701Z | Downloaded chumsky v0.9.3 |
| 743 | 2026-09-11T20:47:12.701Z | Downloaded sha2 v0.11.0 |
| 744 | 2026-09-11T20:47:12.705Z | Downloaded der_derive v0.7.3 |
| 745 | 2026-09-11T20:47:12.708Z | Downloaded rfc6979 v0.6.0 |
| 746 | 2026-09-11T20:47:12.709Z | Downloaded rustc-hash v2.1.1 |
| 747 | 2026-09-11T20:47:12.712Z | Downloaded progenitor-macro v0.14.0 |
| 748 | 2026-09-11T20:47:12.712Z | Downloaded rtoolbox v0.0.3 |
| 749 | 2026-09-11T20:47:12.721Z | Downloaded siphasher v1.0.2 |
| 750 | 2026-09-11T20:47:12.724Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 751 | 2026-09-11T20:47:12.724Z | Downloaded ar_archive_writer v0.5.1 |
| 752 | 2026-09-11T20:47:12.728Z | Downloaded ingot-types v0.2.0 |
| 753 | 2026-09-11T20:47:12.728Z | Downloaded progenitor-macro v0.13.0 |
| 754 | 2026-09-11T20:47:12.728Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 755 | 2026-09-11T20:47:12.728Z | Downloaded serde_bytes v0.11.19 |
| 756 | 2026-09-11T20:47:12.731Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 757 | 2026-09-11T20:47:12.731Z | Downloaded progenitor-impl v0.14.0 |
| 758 | 2026-09-11T20:47:12.731Z | Downloaded sha1 v0.11.0 |
| 759 | 2026-09-11T20:47:12.735Z | Downloaded linear-map v1.2.0 |
| 760 | 2026-09-11T20:47:12.739Z | Downloaded signature v2.2.0 |
| 761 | 2026-09-11T20:47:12.742Z | Downloaded structmeta v0.3.0 |
| 762 | 2026-09-11T20:47:12.742Z | Downloaded strsim v0.10.0 |
| 763 | 2026-09-11T20:47:12.746Z | Downloaded take_mut v0.2.2 |
| 764 | 2026-09-11T20:47:12.746Z | Downloaded ipnetwork v0.21.1 |
| 765 | 2026-09-11T20:47:12.754Z | Downloaded owo-colors v4.3.0 |
| 766 | 2026-09-11T20:47:12.757Z | Downloaded oxide-update-engine v0.1.2 |
| 767 | 2026-09-11T20:47:12.757Z | Downloaded newtype-uuid v1.3.2 |
| 768 | 2026-09-11T20:47:12.757Z | Downloaded parse-display-derive v0.10.0 |
| 769 | 2026-09-11T20:47:12.772Z | Downloaded typify-macro v0.6.2 |
| 770 | 2026-09-11T20:47:12.776Z | Downloaded base64 v0.21.7 |
| 771 | 2026-09-11T20:47:12.776Z | Downloaded darling v0.20.11 |
| 772 | 2026-09-11T20:47:12.776Z | Downloaded darling v0.21.3 |
| 773 | 2026-09-11T20:47:12.779Z | Downloaded bytes v1.11.1 |
| 774 | 2026-09-11T20:47:12.779Z | Downloaded half v2.7.1 |
| 775 | 2026-09-11T20:47:12.786Z | Downloaded void v1.0.2 |
| 776 | 2026-09-11T20:47:12.786Z | Downloaded headers v0.4.1 |
| 777 | 2026-09-11T20:47:12.790Z | Downloaded heapless v0.8.0 |
| 778 | 2026-09-11T20:47:12.790Z | Downloaded tinyvec v1.10.0 |
| 779 | 2026-09-11T20:47:12.790Z | Downloaded rand_core v0.9.5 |
| 780 | 2026-09-11T20:47:12.793Z | Downloaded rand_core v0.10.0 |
| 781 | 2026-09-11T20:47:12.797Z | Downloaded derive_builder v0.20.2 |
| 782 | 2026-09-11T20:47:12.797Z | Downloaded rustls-pemfile v2.2.0 |
| 783 | 2026-09-11T20:47:12.800Z | Downloaded rusty-fork v0.3.1 |
| 784 | 2026-09-11T20:47:12.800Z | Downloaded semver v0.1.20 |
| 785 | 2026-09-11T20:47:12.800Z | Downloaded flate2 v1.1.9 |
| 786 | 2026-09-11T20:47:12.804Z | Downloaded peg v0.8.5 |
| 787 | 2026-09-11T20:47:12.804Z | Downloaded crc v3.4.0 |
| 788 | 2026-09-11T20:47:12.809Z | Downloaded defmt v0.3.100 |
| 789 | 2026-09-11T20:47:12.809Z | Downloaded utf8_iter v1.0.4 |
| 790 | 2026-09-11T20:47:12.858Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 791 | 2026-09-11T20:47:12.858Z | Downloaded serde_with_macros v1.5.2 |
| 792 | 2026-09-11T20:47:12.858Z | Downloaded smallvec v0.6.14 |
| 793 | 2026-09-11T20:47:12.868Z | Downloaded crc8 v0.1.1 |
| 794 | 2026-09-11T20:47:12.868Z | Downloaded snafu-derive v0.8.9 |
| 795 | 2026-09-11T20:47:12.868Z | Downloaded typify v0.6.2 |
| 796 | 2026-09-11T20:47:12.868Z | Downloaded lock_api v0.4.14 |
| 797 | 2026-09-11T20:47:12.868Z | Downloaded ena v0.14.4 |
| 798 | 2026-09-11T20:47:12.868Z | Downloaded libloading v0.8.9 |
| 799 | 2026-09-11T20:47:12.868Z | Downloaded ssh-encoding v0.3.0 |
| 800 | 2026-09-11T20:47:12.868Z | Downloaded stacker v0.1.23 |
| 801 | 2026-09-11T20:47:12.868Z | Downloaded tap v1.0.1 |
| 802 | 2026-09-11T20:47:12.868Z | Downloaded darling_macro v0.13.4 |
| 803 | 2026-09-11T20:47:12.868Z | Downloaded sec1 v0.7.3 |
| 804 | 2026-09-11T20:47:12.868Z | Downloaded shlex v1.3.0 |
| 805 | 2026-09-11T20:47:12.868Z | Downloaded serde_yaml v0.9.34+deprecated |
| 806 | 2026-09-11T20:47:12.868Z | Downloaded litemap v0.8.1 |
| 807 | 2026-09-11T20:47:12.869Z | Downloaded synstructure v0.13.2 |
| 808 | 2026-09-11T20:47:12.869Z | Downloaded num-complex v0.4.6 |
| 809 | 2026-09-11T20:47:12.869Z | Downloaded chacha20poly1305 v0.10.1 |
| 810 | 2026-09-11T20:47:12.869Z | Downloaded zerocopy v0.6.6 |
| 811 | 2026-09-11T20:47:12.869Z | Downloaded support-bundle-viewer v0.1.2 |
| 812 | 2026-09-11T20:47:12.869Z | Downloaded parking_lot v0.11.2 |
| 813 | 2026-09-11T20:47:12.869Z | Downloaded tokio-test v0.4.5 |
| 814 | 2026-09-11T20:47:12.869Z | Downloaded hyper-tls v0.6.0 |
| 815 | 2026-09-11T20:47:12.869Z | Downloaded inout v0.1.4 |
| 816 | 2026-09-11T20:47:12.869Z | Downloaded compact_str v0.8.1 |
| 817 | 2026-09-11T20:47:12.869Z | Downloaded indoc v1.0.9 |
| 818 | 2026-09-11T20:47:12.869Z | Downloaded rand v0.8.6 |
| 819 | 2026-09-11T20:47:12.869Z | Downloaded thread_local v1.1.9 |
| 820 | 2026-09-11T20:47:12.869Z | Downloaded pbkdf2 v0.13.0 |
| 821 | 2026-09-11T20:47:12.869Z | Downloaded tiny-keccak v2.0.2 |
| 822 | 2026-09-11T20:47:12.880Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 823 | 2026-09-11T20:47:12.880Z | Downloaded inout v0.2.2 |
| 824 | 2026-09-11T20:47:12.880Z | Downloaded md5 v0.8.0 |
| 825 | 2026-09-11T20:47:12.880Z | Downloaded illumos-nvpair v0.3.0 |
| 826 | 2026-09-11T20:47:12.880Z | Downloaded scuffle v0.1.0 |
| 827 | 2026-09-11T20:47:12.880Z | Downloaded ecdsa v0.17.0 |
| 828 | 2026-09-11T20:47:12.880Z | Downloaded hickory-resolver v0.24.4 |
| 829 | 2026-09-11T20:47:12.884Z | Downloaded pkcs1 v0.7.5 |
| 830 | 2026-09-11T20:47:12.884Z | Downloaded bumpalo v3.20.2 |
| 831 | 2026-09-11T20:47:12.884Z | Downloaded cc v1.2.56 |
| 832 | 2026-09-11T20:47:12.884Z | Downloaded hickory-resolver v0.25.2 |
| 833 | 2026-09-11T20:47:12.889Z | Downloaded vsss-rs v3.3.4 |
| 834 | 2026-09-11T20:47:12.895Z | Downloaded convert_case v0.10.0 |
| 835 | 2026-09-11T20:47:12.901Z | Downloaded nonempty v0.12.0 |
| 836 | 2026-09-11T20:47:12.909Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 837 | 2026-09-11T20:47:12.909Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 838 | 2026-09-11T20:47:12.917Z | Downloaded litrs v1.0.0 |
| 839 | 2026-09-11T20:47:12.917Z | Downloaded num v0.4.3 |
| 840 | 2026-09-11T20:47:12.917Z | Downloaded yoke v0.8.1 |
| 841 | 2026-09-11T20:47:12.924Z | Downloaded predicates-tree v1.0.13 |
| 842 | 2026-09-11T20:47:12.932Z | Downloaded zstd-safe v7.2.4 |
| 843 | 2026-09-11T20:47:12.935Z | Downloaded ctr v0.10.1 |
| 844 | 2026-09-11T20:47:12.935Z | Downloaded opaque-debug v0.3.1 |
| 845 | 2026-09-11T20:47:12.935Z | Downloaded phf_shared v0.12.1 |
| 846 | 2026-09-11T20:47:12.939Z | Downloaded quick-error v1.2.3 |
| 847 | 2026-09-11T20:47:12.939Z | Downloaded rand_xorshift v0.4.0 |
| 848 | 2026-09-11T20:47:12.939Z | Downloaded tokio-rustls v0.26.4 |
| 849 | 2026-09-11T20:47:12.939Z | Downloaded serde_path_to_error v0.1.20 |
| 850 | 2026-09-11T20:47:12.939Z | Downloaded tracing-attributes v0.1.31 |
| 851 | 2026-09-11T20:47:12.942Z | Downloaded instability v0.3.11 |
| 852 | 2026-09-11T20:47:12.942Z | Downloaded ecdsa v0.16.9 |
| 853 | 2026-09-11T20:47:12.951Z | Downloaded proc-macro-crate v3.4.0 |
| 854 | 2026-09-11T20:47:12.951Z | Downloaded tar v0.4.46 |
| 855 | 2026-09-11T20:47:12.960Z | Downloaded rfc6979 v0.4.0 |
| 856 | 2026-09-11T20:47:12.960Z | Downloaded secrecy v0.10.3 |
| 857 | 2026-09-11T20:47:12.961Z | Downloaded serde_plain v1.0.2 |
| 858 | 2026-09-11T20:47:12.961Z | Downloaded serde_urlencoded v0.7.1 |
| 859 | 2026-09-11T20:47:12.965Z | Downloaded tls_codec_derive v0.4.2 |
| 860 | 2026-09-11T20:47:12.965Z | Downloaded tokio-stream v0.1.18 |
| 861 | 2026-09-11T20:47:12.965Z | Downloaded either v1.15.0 |
| 862 | 2026-09-11T20:47:12.965Z | Downloaded miette-derive v7.6.0 |
| 863 | 2026-09-11T20:47:12.965Z | Downloaded native-tls v0.2.18 |
| 864 | 2026-09-11T20:47:12.968Z | Downloaded scopeguard v1.2.0 |
| 865 | 2026-09-11T20:47:12.968Z | Downloaded sha1 v0.10.6 |
| 866 | 2026-09-11T20:47:12.973Z | Downloaded unicode-properties v0.1.4 |
| 867 | 2026-09-11T20:47:12.985Z | Downloaded daft v0.1.8 |
| 868 | 2026-09-11T20:47:12.989Z | Downloaded subtle v2.6.1 |
| 869 | 2026-09-11T20:47:12.992Z | Downloaded testing_table v0.3.0 |
| 870 | 2026-09-11T20:47:12.996Z | Downloaded tokio-macros v2.7.0 |
| 871 | 2026-09-11T20:47:12.996Z | Downloaded tower-layer v0.3.3 |
| 872 | 2026-09-11T20:47:12.999Z | Downloaded yansi v1.0.1 |
| 873 | 2026-09-11T20:47:13.009Z | Downloaded similar v2.7.0 |
| 874 | 2026-09-11T20:47:13.013Z | Downloaded expectorate v1.2.0 |
| 875 | 2026-09-11T20:47:13.016Z | Downloaded unarray v0.1.4 |
| 876 | 2026-09-11T20:47:13.021Z | Downloaded xshell-macros v0.2.7 |
| 877 | 2026-09-11T20:47:13.021Z | Downloaded zerofrom v0.1.6 |
| 878 | 2026-09-11T20:47:13.025Z | Downloaded progenitor-impl v0.13.0 |
| 879 | 2026-09-11T20:47:13.028Z | Downloaded phf v0.13.1 |
| 880 | 2026-09-11T20:47:13.028Z | Downloaded icu_normalizer v2.1.1 |
| 881 | 2026-09-11T20:47:13.032Z | Downloaded icu_normalizer_data v2.1.1 |
| 882 | 2026-09-11T20:47:13.032Z | Downloaded prefix-trie v0.7.0 |
| 883 | 2026-09-11T20:47:13.032Z | Downloaded nu-ansi-term v0.50.3 |
| 884 | 2026-09-11T20:47:13.037Z | Downloaded convert_case v0.4.0 |
| 885 | 2026-09-11T20:47:13.037Z | Downloaded crypto-common v0.2.2 |
| 886 | 2026-09-11T20:47:13.037Z | Downloaded darling_macro v0.23.0 |
| 887 | 2026-09-11T20:47:13.040Z | Downloaded tungstenite v0.23.0 |
| 888 | 2026-09-11T20:47:13.040Z | Downloaded pem-rfc7468 v1.0.0 |
| 889 | 2026-09-11T20:47:13.045Z | Downloaded proc-macro-error2 v2.0.1 |
| 890 | 2026-09-11T20:47:13.048Z | Downloaded rustversion v1.0.22 |
| 891 | 2026-09-11T20:47:13.049Z | Downloaded const_format v0.2.35 |
| 892 | 2026-09-11T20:47:13.052Z | Downloaded rustls-native-certs v0.8.3 |
| 893 | 2026-09-11T20:47:13.052Z | Downloaded omicron-zone-package v0.12.3 |
| 894 | 2026-09-11T20:47:13.055Z | Downloaded simd-adler32 v0.3.8 |
| 895 | 2026-09-11T20:47:13.055Z | Downloaded des v0.9.0 |
| 896 | 2026-09-11T20:47:13.055Z | Downloaded digest v0.11.3 |
| 897 | 2026-09-11T20:47:13.058Z | Downloaded slog-async v2.8.0 |
| 898 | 2026-09-11T20:47:13.059Z | Downloaded digest-io v0.1.0 |
| 899 | 2026-09-11T20:47:13.059Z | Downloaded embedded-io v0.4.0 |
| 900 | 2026-09-11T20:47:13.062Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 901 | 2026-09-11T20:47:13.062Z | Downloaded dsl_auto_type v0.2.0 |
| 902 | 2026-09-11T20:47:13.066Z | Downloaded keccak v0.2.0 |
| 903 | 2026-09-11T20:47:13.066Z | Downloaded http v1.4.2 |
| 904 | 2026-09-11T20:47:13.081Z | Downloaded strum_macros v0.24.3 |
| 905 | 2026-09-11T20:47:13.085Z | Downloaded is_ci v1.2.0 |
| 906 | 2026-09-11T20:47:13.085Z | Downloaded oxnet v0.1.6 |
| 907 | 2026-09-11T20:47:13.085Z | Downloaded ssh-cipher v0.3.0 |
| 908 | 2026-09-11T20:47:13.088Z | Downloaded is-terminal v0.4.17 |
| 909 | 2026-09-11T20:47:13.088Z | Downloaded new_debug_unreachable v1.0.6 |
| 910 | 2026-09-11T20:47:13.100Z | Downloaded lazy_static v1.5.0 |
| 911 | 2026-09-11T20:47:13.100Z | Downloaded darling_core v0.13.4 |
| 912 | 2026-09-11T20:47:13.103Z | Downloaded serde_with v1.14.0 |
| 913 | 2026-09-11T20:47:13.103Z | Downloaded packed_struct v0.10.1 |
| 914 | 2026-09-11T20:47:13.103Z | Downloaded knus v3.4.0 |
| 915 | 2026-09-11T20:47:13.103Z | Downloaded snafu v0.8.9 |
| 916 | 2026-09-11T20:47:13.103Z | Downloaded derive-where v1.6.0 |
| 917 | 2026-09-11T20:47:13.110Z | Downloaded dropshot_endpoint v0.17.1 |
| 918 | 2026-09-11T20:47:13.110Z | Downloaded num-conv v0.2.0 |
| 919 | 2026-09-11T20:47:13.110Z | Downloaded password-hash v0.5.0 |
| 920 | 2026-09-11T20:47:13.114Z | Downloaded password-hash v0.6.1 |
| 921 | 2026-09-11T20:47:13.114Z | Downloaded openssl-probe v0.1.6 |
| 922 | 2026-09-11T20:47:13.114Z | Downloaded openssl-probe v0.2.1 |
| 923 | 2026-09-11T20:47:13.114Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 924 | 2026-09-11T20:47:13.114Z | Downloaded usdt v0.6.0 |
| 925 | 2026-09-11T20:47:13.114Z | Downloaded unicase v2.9.0 |
| 926 | 2026-09-11T20:47:13.114Z | Downloaded pretty_assertions v1.4.1 |
| 927 | 2026-09-11T20:47:13.114Z | Downloaded postcard v1.1.3 |
| 928 | 2026-09-11T20:47:13.114Z | Downloaded prettyplease v0.2.37 |
| 929 | 2026-09-11T20:47:13.117Z | Downloaded writeable v0.6.2 |
| 930 | 2026-09-11T20:47:13.118Z | Downloaded zerovec-derive v0.11.2 |
| 931 | 2026-09-11T20:47:13.118Z | Downloaded vergen-git2 v9.1.0 |
| 932 | 2026-09-11T20:47:13.121Z | Downloaded deranged v0.5.8 |
| 933 | 2026-09-11T20:47:13.125Z | Downloaded progenitor-client v0.14.0 |
| 934 | 2026-09-11T20:47:13.128Z | Downloaded darling v0.13.4 |
| 935 | 2026-09-11T20:47:13.128Z | Downloaded phf_shared v0.13.1 |
| 936 | 2026-09-11T20:47:13.128Z | Downloaded poly1305 v0.9.0 |
| 937 | 2026-09-11T20:47:13.132Z | Downloaded diff v0.1.13 |
| 938 | 2026-09-11T20:47:13.138Z | Downloaded dof v0.4.0 |
| 939 | 2026-09-11T20:47:13.142Z | Downloaded rustc_version v0.1.7 |
| 940 | 2026-09-11T20:47:13.146Z | Downloaded serde_repr v0.1.20 |
| 941 | 2026-09-11T20:47:13.156Z | Downloaded secrecy v0.8.0 |
| 942 | 2026-09-11T20:47:13.160Z | Downloaded hashbrown v0.13.2 |
| 943 | 2026-09-11T20:47:13.163Z | Downloaded hashbrown v0.12.3 |
| 944 | 2026-09-11T20:47:13.166Z | Downloaded samael v0.0.19 |
| 945 | 2026-09-11T20:47:13.170Z | Downloaded schemars v1.2.1 |
| 946 | 2026-09-11T20:47:13.177Z | Downloaded crossbeam-channel v0.5.15 |
| 947 | 2026-09-11T20:47:13.182Z | Downloaded hickory-server v0.25.2 |
| 948 | 2026-09-11T20:47:13.185Z | Downloaded num-bigint-dig v0.8.6 |
| 949 | 2026-09-11T20:47:13.185Z | Downloaded libsw v3.5.0 |
| 950 | 2026-09-11T20:47:13.185Z | Downloaded libsw-core v0.3.2 |
| 951 | 2026-09-11T20:47:13.185Z | Downloaded mime_guess v2.0.5 |
| 952 | 2026-09-11T20:47:13.185Z | Downloaded stable_deref_trait v1.2.1 |
| 953 | 2026-09-11T20:47:13.188Z | Downloaded rsa v0.10.0-rc.18 |
| 954 | 2026-09-11T20:47:13.188Z | Downloaded thread-id v5.1.0 |
| 955 | 2026-09-11T20:47:13.192Z | Downloaded time-macros v0.2.27 |
| 956 | 2026-09-11T20:47:13.196Z | Downloaded futures-util v0.3.32 |
| 957 | 2026-09-11T20:47:13.199Z | Downloaded module-lattice v0.2.3 |
| 958 | 2026-09-11T20:47:13.202Z | Downloaded walkdir v2.5.0 |
| 959 | 2026-09-11T20:47:13.203Z | Downloaded zip v4.6.1 |
| 960 | 2026-09-11T20:47:13.206Z | Downloaded paste v1.0.15 |
| 961 | 2026-09-11T20:47:13.206Z | Downloaded tabwriter v1.4.1 |
| 962 | 2026-09-11T20:47:13.206Z | Downloaded tower-service v0.3.3 |
| 963 | 2026-09-11T20:47:13.206Z | Downloaded unicode-xid v0.2.6 |
| 964 | 2026-09-11T20:47:13.206Z | Downloaded unicode-truncate v1.1.0 |
| 965 | 2026-09-11T20:47:13.209Z | Downloaded primefield v0.14.0 |
| 966 | 2026-09-11T20:47:13.210Z | Downloaded progenitor v0.14.0 |
| 967 | 2026-09-11T20:47:13.213Z | Downloaded crunchy v0.2.4 |
| 968 | 2026-09-11T20:47:13.216Z | Downloaded zerofrom-derive v0.1.6 |
| 969 | 2026-09-11T20:47:13.219Z | Downloaded aes-gcm v0.11.0 |
| 970 | 2026-09-11T20:47:13.219Z | Downloaded miniz_oxide v0.8.9 |
| 971 | 2026-09-11T20:47:13.223Z | Downloaded zone_cfg_derive v0.3.1 |
| 972 | 2026-09-11T20:47:13.223Z | Downloaded dunce v1.0.5 |
| 973 | 2026-09-11T20:47:13.227Z | Downloaded slog v2.8.2 |
| 974 | 2026-09-11T20:47:13.240Z | Downloaded libscf-sys v1.2.0 |
| 975 | 2026-09-11T20:47:13.244Z | Downloaded jiff-static v0.2.34 |
| 976 | 2026-09-11T20:47:13.248Z | Downloaded postgres-protocol v0.6.12 |
| 977 | 2026-09-11T20:47:13.248Z | Downloaded aho-corasick v1.1.4 |
| 978 | 2026-09-11T20:47:13.252Z | Downloaded maybe-uninit v2.0.0 |
| 979 | 2026-09-11T20:47:13.252Z | Downloaded ed25519-dalek v3.0.0 |
| 980 | 2026-09-11T20:47:13.257Z | Downloaded unicode_categories v0.1.1 |
| 981 | 2026-09-11T20:47:13.257Z | Downloaded url v2.5.8 |
| 982 | 2026-09-11T20:47:13.257Z | Downloaded memoffset v0.9.1 |
| 983 | 2026-09-11T20:47:13.260Z | Downloaded radium v0.7.0 |
| 984 | 2026-09-11T20:47:13.260Z | Downloaded parse-display v0.10.0 |
| 985 | 2026-09-11T20:47:13.267Z | Downloaded term v1.2.1 |
| 986 | 2026-09-11T20:47:13.270Z | Downloaded hashbrown v0.15.5 |
| 987 | 2026-09-11T20:47:13.273Z | Downloaded chrono v0.4.45 |
| 988 | 2026-09-11T20:47:13.277Z | Downloaded predicates-core v1.0.10 |
| 989 | 2026-09-11T20:47:13.277Z | Downloaded hashbrown v0.16.1 |
| 990 | 2026-09-11T20:47:13.280Z | Downloaded der v0.7.10 |
| 991 | 2026-09-11T20:47:13.283Z | Downloaded static_assertions v1.1.0 |
| 992 | 2026-09-11T20:47:13.283Z | Downloaded unicode-normalization v0.1.25 |
| 993 | 2026-09-11T20:47:13.286Z | Downloaded serdect v0.4.3 |
| 994 | 2026-09-11T20:47:13.291Z | Downloaded unicode-bidi v0.3.18 |
| 995 | 2026-09-11T20:47:13.295Z | Downloaded num-bigint v0.4.6 |
| 996 | 2026-09-11T20:47:13.298Z | Downloaded vergen-lib v0.1.6 |
| 997 | 2026-09-11T20:47:13.302Z | Downloaded memmap2 v0.9.10 |
| 998 | 2026-09-11T20:47:13.302Z | Downloaded uuid v1.23.4 |
| 999 | 2026-09-11T20:47:13.305Z | Downloaded serde_spanned v1.1.1 |
| 1000 | 2026-09-11T20:47:13.309Z | Downloaded openssl-sys v0.9.117 |
| 1001 | 2026-09-11T20:47:13.312Z | Downloaded toml v0.7.8 |
| 1002 | 2026-09-11T20:47:13.315Z | Downloaded slog-envlogger v2.2.0 |
| 1003 | 2026-09-11T20:47:13.315Z | Downloaded topological-sort v0.2.2 |
| 1004 | 2026-09-11T20:47:13.315Z | Downloaded zopfli v0.8.3 |
| 1005 | 2026-09-11T20:47:13.319Z | Downloaded shell-words v1.1.1 |
| 1006 | 2026-09-11T20:47:13.322Z | Downloaded waitgroup v0.1.2 |
| 1007 | 2026-09-11T20:47:13.325Z | Downloaded crossbeam-utils v0.8.21 |
| 1008 | 2026-09-11T20:47:13.325Z | Downloaded signal-hook v0.3.18 |
| 1009 | 2026-09-11T20:47:13.333Z | Downloaded defmt v1.0.1 |
| 1010 | 2026-09-11T20:47:13.336Z | Downloaded jobserver v0.1.34 |
| 1011 | 2026-09-11T20:47:13.339Z | Downloaded ingot v0.2.1 |
| 1012 | 2026-09-11T20:47:13.344Z | Downloaded universal-hash v0.5.1 |
| 1013 | 2026-09-11T20:47:13.347Z | Downloaded dirs-next v2.0.0 |
| 1014 | 2026-09-11T20:47:13.350Z | Downloaded match_cfg v0.1.0 |
| 1015 | 2026-09-11T20:47:13.353Z | Downloaded md-5 v0.11.0 |
| 1016 | 2026-09-11T20:47:13.353Z | Downloaded peg-macros v0.8.5 |
| 1017 | 2026-09-11T20:47:13.353Z | Downloaded reqwest v0.13.2 |
| 1018 | 2026-09-11T20:47:13.359Z | Downloaded keccak v0.1.6 |
| 1019 | 2026-09-11T20:47:13.363Z | Downloaded port-file v0.1.0 |
| 1020 | 2026-09-11T20:47:13.366Z | Downloaded num_enum_derive v0.7.6 |
| 1021 | 2026-09-11T20:47:13.370Z | Downloaded serde_with_macros v3.21.0 |
| 1022 | 2026-09-11T20:47:13.373Z | Downloaded internet-checksum v0.2.1 |
| 1023 | 2026-09-11T20:47:13.381Z | Downloaded icu_properties v2.1.2 |
| 1024 | 2026-09-11T20:47:13.384Z | Downloaded indexmap v1.9.3 |
| 1025 | 2026-09-11T20:47:13.384Z | Downloaded rpassword v7.5.4 |
| 1026 | 2026-09-11T20:47:13.388Z | Downloaded pkcs8 v0.10.2 |
| 1027 | 2026-09-11T20:47:13.391Z | Downloaded managed v0.8.0 |
| 1028 | 2026-09-11T20:47:13.391Z | Downloaded multimap v0.10.1 |
| 1029 | 2026-09-11T20:47:13.395Z | Downloaded twox-hash v2.1.2 |
| 1030 | 2026-09-11T20:47:13.398Z | Downloaded smallvec v1.15.1 |
| 1031 | 2026-09-11T20:47:13.398Z | Downloaded x509-cert v0.2.5 |
| 1032 | 2026-09-11T20:47:13.403Z | Downloaded darling_core v0.23.0 |
| 1033 | 2026-09-11T20:47:13.413Z | Downloaded hyper-util v0.1.20 |
| 1034 | 2026-09-11T20:47:13.418Z | Downloaded slog-dtrace v0.3.0 |
| 1035 | 2026-09-11T20:47:13.418Z | Downloaded crc32fast v1.5.0 |
| 1036 | 2026-09-11T20:47:13.418Z | Downloaded defmt-macros v1.0.1 |
| 1037 | 2026-09-11T20:47:13.418Z | Downloaded percent-encoding v2.3.2 |
| 1038 | 2026-09-11T20:47:13.418Z | Downloaded yasna v0.5.2 |
| 1039 | 2026-09-11T20:47:13.418Z | Downloaded dropshot-api-manager v0.8.0 |
| 1040 | 2026-09-11T20:47:13.418Z | Downloaded ref-cast v1.0.25 |
| 1041 | 2026-09-11T20:47:13.421Z | Downloaded signal-hook-mio v0.2.5 |
| 1042 | 2026-09-11T20:47:13.421Z | Downloaded papergrid v0.18.0 |
| 1043 | 2026-09-11T20:47:13.424Z | Downloaded sec1 v0.8.1 |
| 1044 | 2026-09-11T20:47:13.424Z | Downloaded structmeta-derive v0.3.0 |
| 1045 | 2026-09-11T20:47:13.424Z | Downloaded cookie v0.18.1 |
| 1046 | 2026-09-11T20:47:13.428Z | Downloaded spki v0.8.0 |
| 1047 | 2026-09-11T20:47:13.428Z | Downloaded stringprep v0.1.5 |
| 1048 | 2026-09-11T20:47:13.428Z | Downloaded termios v0.3.3 |
| 1049 | 2026-09-11T20:47:13.428Z | Downloaded pin-project v1.1.11 |
| 1050 | 2026-09-11T20:47:13.434Z | Downloaded tower-http v0.6.8 |
| 1051 | 2026-09-11T20:47:13.440Z | Downloaded crc-any v2.5.0 |
| 1052 | 2026-09-11T20:47:13.443Z | Downloaded rcgen v0.12.1 |
| 1053 | 2026-09-11T20:47:13.444Z | Downloaded diesel-dtrace v0.5.0 |
| 1054 | 2026-09-11T20:47:13.447Z | Downloaded ingot-macros v0.2.0 |
| 1055 | 2026-09-11T20:47:13.447Z | Downloaded tower v0.5.3 |
| 1056 | 2026-09-11T20:47:13.451Z | Downloaded num-rational v0.4.2 |
| 1057 | 2026-09-11T20:47:13.454Z | Downloaded tagptr v0.2.0 |
| 1058 | 2026-09-11T20:47:13.454Z | Downloaded ryu v1.0.23 |
| 1059 | 2026-09-11T20:47:13.461Z | Downloaded usdt-impl v0.6.0 |
| 1060 | 2026-09-11T20:47:13.466Z | Downloaded crc-catalog v2.4.0 |
| 1061 | 2026-09-11T20:47:13.471Z | Downloaded hyper v1.10.1 |
| 1062 | 2026-09-11T20:47:13.475Z | Downloaded ed25519 v2.2.3 |
| 1063 | 2026-09-11T20:47:13.475Z | Downloaded hkdf v0.12.4 |
| 1064 | 2026-09-11T20:47:13.480Z | Downloaded icu_locale_core v2.1.1 |
| 1065 | 2026-09-11T20:47:13.484Z | Downloaded subprocess v0.2.15 |
| 1066 | 2026-09-11T20:47:13.487Z | Downloaded test-strategy v0.4.5 |
| 1067 | 2026-09-11T20:47:13.490Z | Downloaded rustls-pki-types v1.14.0 |
| 1068 | 2026-09-11T20:47:13.494Z | Downloaded kem v0.3.0 |
| 1069 | 2026-09-11T20:47:13.497Z | Downloaded mime v0.3.17 |
| 1070 | 2026-09-11T20:47:13.500Z | Downloaded ppv-lite86 v0.2.21 |
| 1071 | 2026-09-11T20:47:13.505Z | Downloaded progenitor-extras v0.2.0 |
| 1072 | 2026-09-11T20:47:13.509Z | Downloaded socket2 v0.6.3 |
| 1073 | 2026-09-11T20:47:13.509Z | Downloaded num_enum v0.7.6 |
| 1074 | 2026-09-11T20:47:13.513Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1075 | 2026-09-11T20:47:13.520Z | Downloaded quinn v0.11.11 |
| 1076 | 2026-09-11T20:47:13.524Z | Downloaded spki v0.7.3 |
| 1077 | 2026-09-11T20:47:13.524Z | Downloaded same-file v1.0.6 |
| 1078 | 2026-09-11T20:47:13.524Z | Downloaded rayon v1.11.0 |
| 1079 | 2026-09-11T20:47:13.529Z | Downloaded serde-hex v0.1.0 |
| 1080 | 2026-09-11T20:47:13.532Z | Downloaded term v0.7.0 |
| 1081 | 2026-09-11T20:47:13.532Z | Downloaded supports-hyperlinks v3.2.0 |
| 1082 | 2026-09-11T20:47:13.535Z | Downloaded nom v8.0.0 |
| 1083 | 2026-09-11T20:47:13.538Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1084 | 2026-09-11T20:47:13.541Z | Downloaded rand_chacha v0.3.1 |
| 1085 | 2026-09-11T20:47:13.546Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-09-11T20:47:13.546Z | Downloaded maplit v1.0.2 |
| 1087 | 2026-09-11T20:47:13.553Z | Downloaded uzers v0.12.2 |
| 1088 | 2026-09-11T20:47:13.556Z | Downloaded whoami v2.1.0 |
| 1089 | 2026-09-11T20:47:13.560Z | Downloaded data-encoding v2.10.0 |
| 1090 | 2026-09-11T20:47:13.564Z | Downloaded wyz v0.5.1 |
| 1091 | 2026-09-11T20:47:13.564Z | Downloaded indicatif v0.18.4 |
| 1092 | 2026-09-11T20:47:13.567Z | Downloaded iana-time-zone v0.1.65 |
| 1093 | 2026-09-11T20:47:13.567Z | Downloaded blake3 v1.8.5 |
| 1094 | 2026-09-11T20:47:13.582Z | Downloaded dyn-clone v1.0.20 |
| 1095 | 2026-09-11T20:47:13.589Z | Downloaded bindgen v0.71.1 |
| 1096 | 2026-09-11T20:47:13.593Z | Downloaded ed25519 v3.0.0 |
| 1097 | 2026-09-11T20:47:13.596Z | Downloaded ident_case v1.0.1 |
| 1098 | 2026-09-11T20:47:13.596Z | Downloaded parking_lot v0.12.5 |
| 1099 | 2026-09-11T20:47:13.596Z | Downloaded want v0.3.1 |
| 1100 | 2026-09-11T20:47:13.596Z | Downloaded libefi-sys v0.1.0 |
| 1101 | 2026-09-11T20:47:13.599Z | Downloaded crypto-bigint v0.5.5 |
| 1102 | 2026-09-11T20:47:13.604Z | Downloaded schemars v0.8.22 |
| 1103 | 2026-09-11T20:47:13.643Z | Downloaded nanorand v0.7.0 |
| 1104 | 2026-09-11T20:47:13.644Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1105 | 2026-09-11T20:47:13.644Z | Downloaded potential_utf v0.1.4 |
| 1106 | 2026-09-11T20:47:13.644Z | Downloaded progenitor v0.13.0 |
| 1107 | 2026-09-11T20:47:13.644Z | Downloaded rand_seeder v0.4.0 |
| 1108 | 2026-09-11T20:47:13.644Z | Downloaded tungstenite v0.21.0 |
| 1109 | 2026-09-11T20:47:13.644Z | Downloaded rustyline v14.0.0 |
| 1110 | 2026-09-11T20:47:13.644Z | Downloaded resolv-conf v0.7.6 |
| 1111 | 2026-09-11T20:47:13.644Z | Downloaded darling_core v0.20.11 |
| 1112 | 2026-09-11T20:47:13.644Z | Downloaded pin-project-lite v0.2.17 |
| 1113 | 2026-09-11T20:47:13.644Z | Downloaded scroll v0.13.0 |
| 1114 | 2026-09-11T20:47:13.644Z | Downloaded iri-string v0.7.10 |
| 1115 | 2026-09-11T20:47:13.644Z | Downloaded slog-term v2.9.2 |
| 1116 | 2026-09-11T20:47:13.644Z | Downloaded jiff-core v0.1.0 |
| 1117 | 2026-09-11T20:47:13.644Z | Downloaded derive_more-impl v2.1.1 |
| 1118 | 2026-09-11T20:47:13.644Z | Downloaded tls_codec v0.4.2 |
| 1119 | 2026-09-11T20:47:13.650Z | Downloaded vte v0.14.1 |
| 1120 | 2026-09-11T20:47:13.650Z | Downloaded indoc v2.0.7 |
| 1121 | 2026-09-11T20:47:13.650Z | Downloaded knus-derive v3.4.0 |
| 1122 | 2026-09-11T20:47:13.650Z | Downloaded zstd v0.13.3 |
| 1123 | 2026-09-11T20:47:13.650Z | Downloaded derive-ex v0.1.8 |
| 1124 | 2026-09-11T20:47:13.650Z | Downloaded proc-macro-crate v1.3.1 |
| 1125 | 2026-09-11T20:47:13.650Z | Downloaded lzss v0.8.2 |
| 1126 | 2026-09-11T20:47:13.650Z | Downloaded zerovec v0.11.5 |
| 1127 | 2026-09-11T20:47:13.655Z | Downloaded downcast-rs v2.0.2 |
| 1128 | 2026-09-11T20:47:13.655Z | Downloaded crossterm v0.29.0 |
| 1129 | 2026-09-11T20:47:13.659Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1130 | 2026-09-11T20:47:13.659Z | Downloaded rustc-demangle v0.1.27 |
| 1131 | 2026-09-11T20:47:13.659Z | Downloaded const_format_proc_macros v0.2.34 |
| 1132 | 2026-09-11T20:47:13.662Z | Downloaded xshell v0.2.7 |
| 1133 | 2026-09-11T20:47:13.662Z | Downloaded crossbeam-epoch v0.9.18 |
| 1134 | 2026-09-11T20:47:13.665Z | Downloaded h2 v0.4.15 |
| 1135 | 2026-09-11T20:47:13.668Z | Downloaded hkdf v0.13.0 |
| 1136 | 2026-09-11T20:47:13.669Z | Downloaded ignore v0.4.25 |
| 1137 | 2026-09-11T20:47:13.672Z | Downloaded itertools v0.15.0 |
| 1138 | 2026-09-11T20:47:13.676Z | Downloaded oso v0.27.3 |
| 1139 | 2026-09-11T20:47:13.676Z | Downloaded string_cache v0.8.9 |
| 1140 | 2026-09-11T20:47:13.676Z | Downloaded strum_macros v0.27.2 |
| 1141 | 2026-09-11T20:47:13.679Z | Downloaded p521 v0.14.0 |
| 1142 | 2026-09-11T20:47:13.679Z | Downloaded toml_edit v0.19.15 |
| 1143 | 2026-09-11T20:47:13.687Z | Downloaded slog-json v2.6.1 |
| 1144 | 2026-09-11T20:47:13.690Z | Downloaded newtype_derive v0.1.6 |
| 1145 | 2026-09-11T20:47:13.691Z | Downloaded parking_lot_core v0.9.12 |
| 1146 | 2026-09-11T20:47:13.691Z | Downloaded rand_pcg v0.10.2 |
| 1147 | 2026-09-11T20:47:13.691Z | Downloaded winnow v1.0.3 |
| 1148 | 2026-09-11T20:47:13.696Z | Downloaded rayon-core v1.13.0 |
| 1149 | 2026-09-11T20:47:13.701Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1150 | 2026-09-11T20:47:13.701Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1151 | 2026-09-11T20:47:13.706Z | Downloaded debug-ignore v1.0.5 |
| 1152 | 2026-09-11T20:47:13.706Z | Downloaded rand v0.9.2 |
| 1153 | 2026-09-11T20:47:13.706Z | Downloaded supports-unicode v3.0.0 |
| 1154 | 2026-09-11T20:47:13.706Z | Downloaded russh-cryptovec v0.62.0 |
| 1155 | 2026-09-11T20:47:13.710Z | Downloaded pem-rfc7468 v0.7.0 |
| 1156 | 2026-09-11T20:47:13.710Z | Downloaded num_enum v0.5.11 |
| 1157 | 2026-09-11T20:47:13.713Z | Downloaded icu_collections v2.1.1 |
| 1158 | 2026-09-11T20:47:13.716Z | Downloaded ron v0.8.1 |
| 1159 | 2026-09-11T20:47:13.720Z | Downloaded csv-core v0.1.13 |
| 1160 | 2026-09-11T20:47:13.720Z | Downloaded document-features v0.2.12 |
| 1161 | 2026-09-11T20:47:13.723Z | Downloaded xattr v1.6.1 |
| 1162 | 2026-09-11T20:47:13.729Z | Downloaded rawzip v0.4.4 |
| 1163 | 2026-09-11T20:47:13.729Z | Downloaded time-core v0.1.8 |
| 1164 | 2026-09-11T20:47:13.733Z | Downloaded universal-hash v0.6.1 |
| 1165 | 2026-09-11T20:47:13.733Z | Downloaded daft-derive v0.1.8 |
| 1166 | 2026-09-11T20:47:13.738Z | Downloaded aws-lc-rs v1.16.3 |
| 1167 | 2026-09-11T20:47:13.743Z | Downloaded smf v0.2.3 |
| 1168 | 2026-09-11T20:47:13.747Z | Downloaded ml-kem v0.3.2 |
| 1169 | 2026-09-11T20:47:13.747Z | Downloaded schemars_derive v0.8.22 |
| 1170 | 2026-09-11T20:47:13.747Z | Downloaded zip v0.6.6 |
| 1171 | 2026-09-11T20:47:13.751Z | Downloaded displaydoc v0.2.5 |
| 1172 | 2026-09-11T20:47:13.751Z | Downloaded sponge-cursor v0.1.0 |
| 1173 | 2026-09-11T20:47:13.755Z | Downloaded tinyvec_macros v0.1.1 |
| 1174 | 2026-09-11T20:47:13.755Z | Downloaded serde-big-array v0.5.1 |
| 1175 | 2026-09-11T20:47:13.755Z | Downloaded seq-macro v0.3.6 |
| 1176 | 2026-09-11T20:47:13.759Z | Downloaded ctutils v0.4.2 |
| 1177 | 2026-09-11T20:47:13.762Z | Downloaded phf v0.12.1 |
| 1178 | 2026-09-11T20:47:13.762Z | Downloaded tracing-core v0.1.36 |
| 1179 | 2026-09-11T20:47:13.770Z | Downloaded git2 v0.20.4 |
| 1180 | 2026-09-11T20:47:13.774Z | Downloaded num-derive v0.4.2 |
| 1181 | 2026-09-11T20:47:13.777Z | Downloaded zeroize_derive v1.5.0 |
| 1182 | 2026-09-11T20:47:13.777Z | Downloaded derive_more v0.99.20 |
| 1183 | 2026-09-11T20:47:13.781Z | Downloaded publicsuffix v2.3.0 |
| 1184 | 2026-09-11T20:47:13.781Z | Downloaded sigpipe v0.1.3 |
| 1185 | 2026-09-11T20:47:13.781Z | Downloaded pkcs8 v0.11.0 |
| 1186 | 2026-09-11T20:47:13.784Z | Downloaded pkg-config v0.3.32 |
| 1187 | 2026-09-11T20:47:13.787Z | Downloaded tokio-postgres v0.7.18 |
| 1188 | 2026-09-11T20:47:13.791Z | Downloaded winnow v0.6.26 |
| 1189 | 2026-09-11T20:47:13.794Z | Downloaded cpufeatures v0.3.0 |
| 1190 | 2026-09-11T20:47:13.797Z | Downloaded usdt-attr-macro v0.6.0 |
| 1191 | 2026-09-11T20:47:13.797Z | Downloaded signal-hook-tokio v0.3.1 |
| 1192 | 2026-09-11T20:47:13.798Z | Downloaded libxml v0.3.3 |
| 1193 | 2026-09-11T20:47:13.801Z | Downloaded peg-runtime v0.8.5 |
| 1194 | 2026-09-11T20:47:13.801Z | Downloaded kstat-rs v0.2.5 |
| 1195 | 2026-09-11T20:47:13.801Z | Downloaded bitvec v1.0.1 |
| 1196 | 2026-09-11T20:47:13.809Z | Downloaded delegate v0.13.5 |
| 1197 | 2026-09-11T20:47:13.812Z | Downloaded ed25519-dalek v2.2.0 |
| 1198 | 2026-09-11T20:47:13.812Z | Downloaded tokio-tungstenite v0.23.1 |
| 1199 | 2026-09-11T20:47:13.812Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1200 | 2026-09-11T20:47:13.816Z | Downloaded primeorder v0.14.0 |
| 1201 | 2026-09-11T20:47:13.816Z | Downloaded r2d2 v0.8.10 |
| 1202 | 2026-09-11T20:47:13.819Z | Downloaded polyval v0.7.1 |
| 1203 | 2026-09-11T20:47:13.819Z | Downloaded reedline v0.40.0 |
| 1204 | 2026-09-11T20:47:13.827Z | Downloaded tinystr v0.8.2 |
| 1205 | 2026-09-11T20:47:13.830Z | Downloaded serde_tokenstream v0.3.0 |
| 1206 | 2026-09-11T20:47:13.830Z | Downloaded drift v0.2.0 |
| 1207 | 2026-09-11T20:47:13.834Z | Downloaded ipnet v2.12.0 |
| 1208 | 2026-09-11T20:47:13.837Z | Downloaded nom v7.1.3 |
| 1209 | 2026-09-11T20:47:13.841Z | Downloaded tokio-dtrace v0.1.1 |
| 1210 | 2026-09-11T20:47:13.841Z | Downloaded vergen-gitcl v1.0.8 |
| 1211 | 2026-09-11T20:47:13.844Z | Downloaded constant_time_eq v0.4.2 |
| 1212 | 2026-09-11T20:47:13.847Z | Downloaded minimal-lexical v0.2.1 |
| 1213 | 2026-09-11T20:47:13.850Z | Downloaded tough v0.22.0 |
| 1214 | 2026-09-11T20:47:13.854Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1215 | 2026-09-11T20:47:13.857Z | Downloaded vergen v9.1.0 |
| 1216 | 2026-09-11T20:47:13.860Z | Downloaded petname v2.0.2 |
| 1217 | 2026-09-11T20:47:13.860Z | Downloaded itertools v0.10.5 |
| 1218 | 2026-09-11T20:47:13.868Z | Downloaded hyper-staticfile v0.10.1 |
| 1219 | 2026-09-11T20:47:13.875Z | Downloaded qorb v0.4.1 |
| 1220 | 2026-09-11T20:47:13.878Z | Downloaded icu_provider v2.1.1 |
| 1221 | 2026-09-11T20:47:13.878Z | Downloaded num-traits v0.2.19 |
| 1222 | 2026-09-11T20:47:13.895Z | Downloaded tui-tree-widget v0.23.1 |
| 1223 | 2026-09-11T20:47:13.908Z | Downloaded socket2 v0.5.10 |
| 1224 | 2026-09-11T20:47:13.912Z | Downloaded darling v0.23.0 |
| 1225 | 2026-09-11T20:47:13.912Z | Downloaded unsafe-libyaml v0.2.11 |
| 1226 | 2026-09-11T20:47:13.915Z | Downloaded bstr v1.12.1 |
| 1227 | 2026-09-11T20:47:13.918Z | Downloaded crypto-primes v0.7.2 |
| 1228 | 2026-09-11T20:47:13.924Z | Downloaded cookie_store v0.22.1 |
| 1229 | 2026-09-11T20:47:13.924Z | Downloaded derive_more v2.1.1 |
| 1230 | 2026-09-11T20:47:13.928Z | Downloaded rustls-webpki v0.103.13 |
| 1231 | 2026-09-11T20:47:13.932Z | Downloaded zerotrie v0.2.3 |
| 1232 | 2026-09-11T20:47:13.932Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1233 | 2026-09-11T20:47:13.935Z | Downloaded rand v0.10.1 |
| 1234 | 2026-09-11T20:47:13.935Z | Downloaded gimli v0.32.3 |
| 1235 | 2026-09-11T20:47:13.938Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1236 | 2026-09-11T20:47:13.941Z | Downloaded multer v3.1.0 |
| 1237 | 2026-09-11T20:47:13.942Z | Downloaded libm v0.2.16 |
| 1238 | 2026-09-11T20:47:13.946Z | Downloaded portable-atomic v1.13.1 |
| 1239 | 2026-09-11T20:47:13.950Z | Downloaded zerocopy-derive v0.8.55 |
| 1240 | 2026-09-11T20:47:13.955Z | Downloaded steno v0.4.1 |
| 1241 | 2026-09-11T20:47:13.958Z | Downloaded diesel_derives v2.3.7 |
| 1242 | 2026-09-11T20:47:13.962Z | Downloaded elliptic-curve v0.13.8 |
| 1243 | 2026-09-11T20:47:13.966Z | Downloaded goblin v0.10.5 |
| 1244 | 2026-09-11T20:47:13.973Z | Downloaded der v0.8.0 |
| 1245 | 2026-09-11T20:47:13.979Z | Downloaded schemars v0.9.0 |
| 1246 | 2026-09-11T20:47:13.987Z | Downloaded quick-xml v0.37.5 |
| 1247 | 2026-09-11T20:47:13.996Z | Downloaded proptest v1.11.0 |
| 1248 | 2026-09-11T20:47:14.010Z | Downloaded iddqd v0.4.2 |
| 1249 | 2026-09-11T20:47:14.015Z | Downloaded typed-path v0.9.3 |
| 1250 | 2026-09-11T20:47:14.019Z | Downloaded smoltcp v0.9.1 |
| 1251 | 2026-09-11T20:47:14.026Z | Downloaded p256 v0.14.0 |
| 1252 | 2026-09-11T20:47:14.030Z | Downloaded typed-path v0.12.3 |
| 1253 | 2026-09-11T20:47:14.034Z | Downloaded miette v7.6.0 |
| 1254 | 2026-09-11T20:47:14.037Z | Downloaded unicode-segmentation v1.12.0 |
| 1255 | 2026-09-11T20:47:14.037Z | Downloaded zip v8.6.0 |
| 1256 | 2026-09-11T20:47:14.041Z | Downloaded icu_properties_data v2.1.2 |
| 1257 | 2026-09-11T20:47:14.046Z | Downloaded zlib-rs v0.6.2 |
| 1258 | 2026-09-11T20:47:14.050Z | Downloaded polar-core v0.27.3 |
| 1259 | 2026-09-11T20:47:14.055Z | Downloaded salty v0.3.0 |
| 1260 | 2026-09-11T20:47:14.061Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1261 | 2026-09-11T20:47:14.064Z | Downloaded rsa v0.9.10 |
| 1262 | 2026-09-11T20:47:14.069Z | Downloaded p384 v0.14.0 |
| 1263 | 2026-09-11T20:47:14.073Z | Downloaded winnow v0.5.40 |
| 1264 | 2026-09-11T20:47:14.076Z | Downloaded reqwest v0.12.28 |
| 1265 | 2026-09-11T20:47:14.079Z | Downloaded darling_core v0.21.3 |
| 1266 | 2026-09-11T20:47:14.083Z | Downloaded mio v1.2.0 |
| 1267 | 2026-09-11T20:47:14.093Z | Downloaded tokio-util v0.7.18 |
| 1268 | 2026-09-11T20:47:14.096Z | Downloaded moka v0.12.13 |
| 1269 | 2026-09-11T20:47:14.112Z | Downloaded crossterm v0.28.1 |
| 1270 | 2026-09-11T20:47:14.116Z | Downloaded itertools v0.14.0 |
| 1271 | 2026-09-11T20:47:14.120Z | Downloaded lalrpop v0.19.12 |
| 1272 | 2026-09-11T20:47:14.134Z | Downloaded russh v0.62.4 |
| 1273 | 2026-09-11T20:47:14.139Z | Downloaded p384 v0.13.1 |
| 1274 | 2026-09-11T20:47:14.149Z | Downloaded openssl v0.10.80 |
| 1275 | 2026-09-11T20:47:14.160Z | Downloaded idna v1.1.0 |
| 1276 | 2026-09-11T20:47:14.189Z | Downloaded tabled v0.21.0 |
| 1277 | 2026-09-11T20:47:14.200Z | Downloaded zerocopy v0.8.55 |
| 1278 | 2026-09-11T20:47:14.212Z | Downloaded itertools v0.12.1 |
| 1279 | 2026-09-11T20:47:14.223Z | Downloaded crypto-bigint v0.7.5 |
| 1280 | 2026-09-11T20:47:14.232Z | Downloaded itertools v0.13.0 |
| 1281 | 2026-09-11T20:47:14.237Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-09-11T20:47:14.262Z | Downloaded regex v1.12.3 |
| 1283 | 2026-09-11T20:47:14.265Z | Downloaded time v0.3.47 |
| 1284 | 2026-09-11T20:47:14.272Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-09-11T20:47:14.277Z | Downloaded radix_trie v0.2.1 |
| 1286 | 2026-09-11T20:47:14.282Z | Downloaded sha3 v0.12.0 |
| 1287 | 2026-09-11T20:47:14.286Z | Downloaded hickory-proto v0.24.4 |
| 1288 | 2026-09-11T20:47:14.290Z | Downloaded regex-syntax v0.6.29 |
| 1289 | 2026-09-11T20:47:14.296Z | Downloaded nix v0.27.1 |
| 1290 | 2026-09-11T20:47:14.303Z | Downloaded rustix v0.38.44 |
| 1291 | 2026-09-11T20:47:14.322Z | Downloaded object v0.39.1 |
| 1292 | 2026-09-11T20:47:14.339Z | Downloaded quinn-proto v0.11.16 |
| 1293 | 2026-09-11T20:47:14.344Z | Downloaded rustls v0.23.41 |
| 1294 | 2026-09-11T20:47:14.358Z | Downloaded serde_with v3.21.0 |
| 1295 | 2026-09-11T20:47:14.366Z | Downloaded regress v0.11.1 |
| 1296 | 2026-09-11T20:47:14.371Z | Downloaded nix v0.31.2 |
| 1297 | 2026-09-11T20:47:14.380Z | Downloaded regress v0.10.5 |
| 1298 | 2026-09-11T20:47:14.391Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-09-11T20:47:14.410Z | Downloaded curve25519-dalek v4.1.3 |
| 1300 | 2026-09-11T20:47:14.427Z | Downloaded nix v0.28.0 |
| 1301 | 2026-09-11T20:47:14.427Z | Downloaded hickory-proto v0.25.2 |
| 1302 | 2026-09-11T20:47:14.438Z | Downloaded object v0.30.4 |
| 1303 | 2026-09-11T20:47:14.438Z | Downloaded syn v3.0.3 |
| 1304 | 2026-09-11T20:47:14.445Z | Downloaded curve25519-dalek v5.0.0 |
| 1305 | 2026-09-11T20:47:14.461Z | Downloaded sqlparser v0.61.0 |
| 1306 | 2026-09-11T20:47:14.485Z | Downloaded dropshot v0.17.1 |
| 1307 | 2026-09-11T20:47:14.498Z | Downloaded sled v0.34.7 |
| 1308 | 2026-09-11T20:47:14.504Z | Downloaded openapiv3 v2.2.0 |
| 1309 | 2026-09-11T20:47:14.511Z | Downloaded smoltcp v0.11.0 |
| 1310 | 2026-09-11T20:47:14.517Z | Downloaded object v0.37.3 |
| 1311 | 2026-09-11T20:47:14.524Z | Downloaded diesel v2.3.7 |
| 1312 | 2026-09-11T20:47:14.536Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1313 | 2026-09-11T20:47:14.584Z | Downloaded jiff v0.2.34 |
| 1314 | 2026-09-11T20:47:14.597Z | Downloaded sha3 v0.11.0 |
| 1315 | 2026-09-11T20:47:14.600Z | Downloaded tracing v0.1.44 |
| 1316 | 2026-09-11T20:47:14.646Z | Downloaded chrono-tz v0.10.4 |
| 1317 | 2026-09-11T20:47:14.660Z | Downloaded zerocopy-derive v0.6.6 |
| 1318 | 2026-09-11T20:47:14.668Z | Downloaded ratatui v0.29.0 |
| 1319 | 2026-09-11T20:47:14.678Z | Downloaded petgraph v0.6.5 |
| 1320 | 2026-09-11T20:47:14.690Z | Downloaded petgraph v0.8.3 |
| 1321 | 2026-09-11T20:47:14.702Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1322 | 2026-09-11T20:47:14.712Z | Downloaded regex-automata v0.4.14 |
| 1323 | 2026-09-11T20:47:14.722Z | Downloaded tokio v1.52.1 |
| 1324 | 2026-09-11T20:47:14.745Z | Downloaded sha3 v0.10.8 |
| 1325 | 2026-09-11T20:47:14.748Z | Downloaded csv v1.4.0 |
| 1326 | 2026-09-11T20:47:14.759Z | Downloaded libz-sys v1.1.24 |
| 1327 | 2026-09-11T20:47:14.796Z | Downloaded encoding_rs v0.8.35 |
| 1328 | 2026-09-11T20:47:14.812Z | Downloaded ring v0.17.14 |
| 1329 | 2026-09-11T20:47:14.878Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1330 | 2026-09-11T20:47:15.470Z | Downloaded aws-lc-sys v0.40.0 |
| 1331 | 2026-09-11T20:47:15.721Z | Compiling serde_core v1.0.228 |
| 1332 | 2026-09-11T20:47:15.722Z | Compiling libc v0.2.185 |
| 1333 | 2026-09-11T20:47:15.722Z | Compiling serde v1.0.228 |
| 1334 | 2026-09-11T20:47:15.727Z | Compiling log v0.4.33 |
| 1335 | 2026-09-11T20:47:15.727Z | Compiling smallvec v1.15.1 |
| 1336 | 2026-09-11T20:47:15.727Z | Compiling subtle v2.6.1 |
| 1337 | 2026-09-11T20:47:15.727Z | Compiling shlex v1.3.0 |
| 1338 | 2026-09-11T20:47:15.860Z | Compiling find-msvc-tools v0.1.9 |
| 1339 | 2026-09-11T20:47:15.897Z | Compiling typenum v1.20.1 |
| 1340 | 2026-09-11T20:47:15.908Z | Compiling scopeguard v1.2.0 |
| 1341 | 2026-09-11T20:47:15.911Z | Compiling stable_deref_trait v1.2.1 |
| 1342 | 2026-09-11T20:47:15.911Z | Compiling portable-atomic v1.13.1 |
| 1343 | 2026-09-11T20:47:15.911Z | Compiling getrandom v0.4.3 |
| 1344 | 2026-09-11T20:47:15.960Z | Compiling serde_json v1.0.151 |
| 1345 | 2026-09-11T20:47:15.987Z | Compiling syn v2.0.117 |
| 1346 | 2026-09-11T20:47:15.991Z | Compiling rand_core v0.10.0 |
| 1347 | 2026-09-11T20:47:16.096Z | Compiling zerocopy v0.8.55 |
| 1348 | 2026-09-11T20:47:16.112Z | Compiling lock_api v0.4.14 |
| 1349 | 2026-09-11T20:47:16.116Z | Compiling critical-section v1.2.0 |
| 1350 | 2026-09-11T20:47:16.142Z | Compiling libm v0.2.16 |
| 1351 | 2026-09-11T20:47:16.158Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-09-11T20:47:16.174Z | Compiling pkg-config v0.3.32 |
| 1353 | 2026-09-11T20:47:16.204Z | Compiling pin-project-lite v0.2.17 |
| 1354 | 2026-09-11T20:47:16.253Z | Compiling parking_lot_core v0.9.12 |
| 1355 | 2026-09-11T20:47:16.275Z | Compiling litemap v0.8.1 |
| 1356 | 2026-09-11T20:47:16.359Z | Compiling foldhash v0.2.0 |
| 1357 | 2026-09-11T20:47:16.371Z | Compiling percent-encoding v2.3.2 |
| 1358 | 2026-09-11T20:47:16.385Z | Compiling futures-core v0.3.32 |
| 1359 | 2026-09-11T20:47:16.415Z | Compiling writeable v0.6.2 |
| 1360 | 2026-09-11T20:47:16.447Z | Compiling icu_normalizer_data v2.1.1 |
| 1361 | 2026-09-11T20:47:16.536Z | Compiling icu_properties_data v2.1.2 |
| 1362 | 2026-09-11T20:47:16.588Z | Compiling generic-array v0.14.7 |
| 1363 | 2026-09-11T20:47:16.605Z | Compiling const-oid v0.9.6 |
| 1364 | 2026-09-11T20:47:16.647Z | Compiling hashbrown v0.17.0 |
| 1365 | 2026-09-11T20:47:16.677Z | Compiling rustix v1.1.4 |
| 1366 | 2026-09-11T20:47:16.677Z | Compiling futures-sink v0.3.32 |
| 1367 | 2026-09-11T20:47:16.691Z | Compiling utf8_iter v1.0.4 |
| 1368 | 2026-09-11T20:47:16.732Z | Compiling futures-task v0.3.32 |
| 1369 | 2026-09-11T20:47:16.798Z | Compiling futures-channel v0.3.32 |
| 1370 | 2026-09-11T20:47:16.813Z | Compiling futures-io v0.3.32 |
| 1371 | 2026-09-11T20:47:16.817Z | Compiling slab v0.4.12 |
| 1372 | 2026-09-11T20:47:16.868Z | Compiling form_urlencoded v1.2.2 |
| 1373 | 2026-09-11T20:47:16.892Z | Compiling getrandom v0.3.4 |
| 1374 | 2026-09-11T20:47:16.912Z | Compiling cmov v0.5.4 |
| 1375 | 2026-09-11T20:47:16.949Z | Compiling errno v0.3.14 |
| 1376 | 2026-09-11T20:47:16.978Z | Compiling jobserver v0.1.34 |
| 1377 | 2026-09-11T20:47:17.030Z | Compiling getrandom v0.2.17 |
| 1378 | 2026-09-11T20:47:17.062Z | Compiling mio v1.2.0 |
| 1379 | 2026-09-11T20:47:17.078Z | Compiling socket2 v0.6.3 |
| 1380 | 2026-09-11T20:47:17.110Z | Compiling signal-hook-registry v1.4.8 |
| 1381 | 2026-09-11T20:47:17.144Z | Compiling once_cell v1.21.3 |
| 1382 | 2026-09-11T20:47:17.251Z | Compiling cc v1.2.56 |
| 1383 | 2026-09-11T20:47:17.277Z | Compiling parking_lot v0.12.5 |
| 1384 | 2026-09-11T20:47:17.295Z | Compiling rand_core v0.6.4 |
| 1385 | 2026-09-11T20:47:17.313Z | Compiling ctutils v0.4.2 |
| 1386 | 2026-09-11T20:47:17.376Z | Compiling rustversion v1.0.22 |
| 1387 | 2026-09-11T20:47:17.405Z | Compiling iana-time-zone v0.1.65 |
| 1388 | 2026-09-11T20:47:17.421Z | Compiling base64ct v1.8.3 |
| 1389 | 2026-09-11T20:47:17.437Z | Compiling flagset v0.4.7 |
| 1390 | 2026-09-11T20:47:17.437Z | Compiling ident_case v1.0.1 |
| 1391 | 2026-09-11T20:47:17.542Z | Compiling dunce v1.0.5 |
| 1392 | 2026-09-11T20:47:17.574Z | Compiling regex-syntax v0.8.10 |
| 1393 | 2026-09-11T20:47:17.601Z | Compiling fs_extra v1.3.0 |
| 1394 | 2026-09-11T20:47:17.615Z | Compiling syn v1.0.109 |
| 1395 | 2026-09-11T20:47:17.648Z | Compiling base64 v0.22.1 |
| 1396 | 2026-09-11T20:47:17.651Z | Compiling vcpkg v0.2.15 |
| 1397 | 2026-09-11T20:47:17.651Z | Compiling tracing-core v0.1.36 |
| 1398 | 2026-09-11T20:47:17.690Z | Compiling dyn-clone v1.0.20 |
| 1399 | 2026-09-11T20:47:17.706Z | Compiling schemars v0.8.22 |
| 1400 | 2026-09-11T20:47:17.778Z | Compiling pem-rfc7468 v0.7.0 |
| 1401 | 2026-09-11T20:47:17.823Z | Compiling aws-lc-rs v1.16.3 |
| 1402 | 2026-09-11T20:47:17.856Z | Compiling crc32fast v1.5.0 |
| 1403 | 2026-09-11T20:47:17.896Z | Compiling rand_core v0.9.5 |
| 1404 | 2026-09-11T20:47:17.910Z | Compiling spin v0.9.8 |
| 1405 | 2026-09-11T20:47:18.010Z | Compiling openssl-probe v0.2.1 |
| 1406 | 2026-09-11T20:47:18.021Z | Compiling cmake v0.1.57 |
| 1407 | 2026-09-11T20:47:18.077Z | Compiling httparse v1.10.1 |
| 1408 | 2026-09-11T20:47:18.119Z | Compiling tinyvec_macros v0.1.1 |
| 1409 | 2026-09-11T20:47:18.161Z | Compiling bitflags v2.11.0 |
| 1410 | 2026-09-11T20:47:18.192Z | Compiling semver v1.0.28 |
| 1411 | 2026-09-11T20:47:18.210Z | Compiling indexmap v2.14.0 |
| 1412 | 2026-09-11T20:47:18.213Z | Compiling uuid v1.23.4 |
| 1413 | 2026-09-11T20:47:18.256Z | Compiling tinyvec v1.10.0 |
| 1414 | 2026-09-11T20:47:18.435Z | Compiling rustc_version v0.4.1 |
| 1415 | 2026-09-11T20:47:18.452Z | Compiling aho-corasick v1.1.4 |
| 1416 | 2026-09-11T20:47:18.467Z | Compiling tower-layer v0.3.3 |
| 1417 | 2026-09-11T20:47:18.523Z | Compiling radium v0.7.0 |
| 1418 | 2026-09-11T20:47:18.540Z | Compiling unicode-segmentation v1.12.0 |
| 1419 | 2026-09-11T20:47:18.557Z | Compiling simd-adler32 v0.3.8 |
| 1420 | 2026-09-11T20:47:18.571Z | Compiling untrusted v0.7.1 |
| 1421 | 2026-09-11T20:47:18.644Z | Compiling atomic-waker v1.1.2 |
| 1422 | 2026-09-11T20:47:18.667Z | Compiling tower-service v0.3.3 |
| 1423 | 2026-09-11T20:47:18.729Z | Compiling try-lock v0.2.5 |
| 1424 | 2026-09-11T20:47:18.809Z | Compiling openssl v0.10.80 |
| 1425 | 2026-09-11T20:47:18.814Z | Compiling maybe-uninit v2.0.0 |
| 1426 | 2026-09-11T20:47:18.841Z | Compiling want v0.3.1 |
| 1427 | 2026-09-11T20:47:18.873Z | Compiling const-oid v0.10.2 |
| 1428 | 2026-09-11T20:47:18.893Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-09-11T20:47:18.910Z | Compiling aws-lc-sys v0.40.0 |
| 1430 | 2026-09-11T20:47:18.924Z | Compiling openssl-sys v0.9.117 |
| 1431 | 2026-09-11T20:47:18.958Z | Compiling synstructure v0.13.2 |
| 1432 | 2026-09-11T20:47:18.975Z | Compiling serde_derive_internals v0.29.1 |
| 1433 | 2026-09-11T20:47:19.045Z | Compiling pest_generator v2.8.6 |
| 1434 | 2026-09-11T20:47:19.072Z | Compiling darling_core v0.20.11 |
| 1435 | 2026-09-11T20:47:19.113Z | Compiling tap v1.0.1 |
| 1436 | 2026-09-11T20:47:19.127Z | Compiling httpdate v1.0.3 |
| 1437 | 2026-09-11T20:47:19.143Z | Compiling cpufeatures v0.2.17 |
| 1438 | 2026-09-11T20:47:19.159Z | Compiling untrusted v0.9.0 |
| 1439 | 2026-09-11T20:47:19.240Z | Compiling foreign-types-shared v0.1.1 |
| 1440 | 2026-09-11T20:47:19.256Z | Compiling rustls v0.23.41 |
| 1441 | 2026-09-11T20:47:19.322Z | Compiling terminal_size v0.4.3 |
| 1442 | 2026-09-11T20:47:19.362Z | Compiling tempfile v3.27.0 |
| 1443 | 2026-09-11T20:47:19.378Z | Compiling regex-automata v0.4.14 |
| 1444 | 2026-09-11T20:47:19.397Z | Compiling foreign-types v0.3.2 |
| 1445 | 2026-09-11T20:47:19.492Z | Compiling wyz v0.5.1 |
| 1446 | 2026-09-11T20:47:19.522Z | Compiling miniz_oxide v0.8.9 |
| 1447 | 2026-09-11T20:47:19.573Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1448 | 2026-09-11T20:47:19.577Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1449 | 2026-09-11T20:47:19.742Z | Compiling unicode-normalization v0.1.25 |
| 1450 | 2026-09-11T20:47:19.764Z | Compiling num-integer v0.1.46 |
| 1451 | 2026-09-11T20:47:19.793Z | Compiling socket2 v0.5.10 |
| 1452 | 2026-09-11T20:47:19.832Z | Compiling wait-timeout v0.2.1 |
| 1453 | 2026-09-11T20:47:19.910Z | Compiling ahash v0.8.12 |
| 1454 | 2026-09-11T20:47:19.930Z | Compiling num-conv v0.2.0 |
| 1455 | 2026-09-11T20:47:20.024Z | Compiling native-tls v0.2.18 |
| 1456 | 2026-09-11T20:47:20.046Z | Compiling funty v2.0.0 |
| 1457 | 2026-09-11T20:47:20.097Z | Compiling cpufeatures v0.3.0 |
| 1458 | 2026-09-11T20:47:20.115Z | Compiling packed_struct v0.10.1 |
| 1459 | 2026-09-11T20:47:20.131Z | Compiling powerfmt v0.2.0 |
| 1460 | 2026-09-11T20:47:20.134Z | Compiling num-bigint-dig v0.8.6 |
| 1461 | 2026-09-11T20:47:20.226Z | Compiling bit-vec v0.8.0 |
| 1462 | 2026-09-11T20:47:20.229Z | Compiling quick-error v1.2.3 |
| 1463 | 2026-09-11T20:47:20.256Z | Compiling time-core v0.1.8 |
| 1464 | 2026-09-11T20:47:20.288Z | Compiling clap_builder v4.6.0 |
| 1465 | 2026-09-11T20:47:20.342Z | Compiling rusty-fork v0.3.1 |
| 1466 | 2026-09-11T20:47:20.361Z | Compiling deranged v0.5.8 |
| 1467 | 2026-09-11T20:47:20.376Z | Compiling num-iter v0.1.45 |
| 1468 | 2026-09-11T20:47:20.412Z | Compiling bitvec v1.0.1 |
| 1469 | 2026-09-11T20:47:20.441Z | Compiling time-macros v0.2.27 |
| 1470 | 2026-09-11T20:47:20.470Z | Compiling bit-set v0.8.0 |
| 1471 | 2026-09-11T20:47:20.525Z | Compiling lazy_static v1.5.0 |
| 1472 | 2026-09-11T20:47:20.609Z | Compiling rand_xorshift v0.4.0 |
| 1473 | 2026-09-11T20:47:20.655Z | Compiling sync_wrapper v1.0.2 |
| 1474 | 2026-09-11T20:47:20.670Z | Compiling indexmap v1.9.3 |
| 1475 | 2026-09-11T20:47:20.686Z | Compiling paste v1.0.15 |
| 1476 | 2026-09-11T20:47:20.703Z | Compiling serde_derive v1.0.228 |
| 1477 | 2026-09-11T20:47:20.717Z | Compiling zeroize_derive v1.5.0 |
| 1478 | 2026-09-11T20:47:20.791Z | Compiling zerofrom-derive v0.1.6 |
| 1479 | 2026-09-11T20:47:20.807Z | Compiling yoke-derive v0.8.1 |
| 1480 | 2026-09-11T20:47:20.908Z | Compiling zerovec-derive v0.11.2 |
| 1481 | 2026-09-11T20:47:21.003Z | Compiling zerocopy-derive v0.8.55 |
| 1482 | 2026-09-11T20:47:21.385Z | Compiling displaydoc v0.2.5 |
| 1483 | 2026-09-11T20:47:21.416Z | Compiling tokio-macros v2.7.0 |
| 1484 | 2026-09-11T20:47:21.443Z | Compiling futures-macro v0.3.32 |
| 1485 | 2026-09-11T20:47:21.458Z | Compiling der_derive v0.7.3 |
| 1486 | 2026-09-11T20:47:21.577Z | Compiling thiserror-impl v2.0.18 |
| 1487 | 2026-09-11T20:47:21.902Z | Compiling tracing-attributes v0.1.31 |
| 1488 | 2026-09-11T20:47:22.065Z | Compiling schemars_derive v0.8.22 |
| 1489 | 2026-09-11T20:47:22.102Z | Compiling pest_derive v2.8.6 |
| 1490 | 2026-09-11T20:47:22.116Z | Compiling scroll_derive v0.13.1 |
| 1491 | 2026-09-11T20:47:22.211Z | Compiling darling_macro v0.20.11 |
| 1492 | 2026-09-11T20:47:22.225Z | Compiling thiserror-impl v1.0.69 |
| 1493 | 2026-09-11T20:47:22.288Z | Compiling zerofrom v0.1.6 |
| 1494 | 2026-09-11T20:47:22.317Z | Compiling futures-util v0.3.32 |
| 1495 | 2026-09-11T20:47:22.448Z | Compiling yoke v0.8.1 |
| 1496 | 2026-09-11T20:47:22.486Z | Compiling openssl-macros v0.1.1 |
| 1497 | 2026-09-11T20:47:22.610Z | Compiling packed_struct_codegen v0.10.1 |
| 1498 | 2026-09-11T20:47:22.671Z | Compiling zerovec v0.11.5 |
| 1499 | 2026-09-11T20:47:22.768Z | Compiling zerotrie v0.2.3 |
| 1500 | 2026-09-11T20:47:23.000Z | Compiling thiserror v2.0.18 |
| 1501 | 2026-09-11T20:47:23.013Z | Compiling scroll v0.13.0 |
| 1502 | 2026-09-11T20:47:23.106Z | Compiling darling v0.20.11 |
| 1503 | 2026-09-11T20:47:23.136Z | Compiling tinystr v0.8.2 |
| 1504 | 2026-09-11T20:47:23.240Z | Compiling potential_utf v0.1.4 |
| 1505 | 2026-09-11T20:47:23.257Z | Compiling zerocopy-derive v0.6.6 |
| 1506 | 2026-09-11T20:47:23.349Z | Compiling tracing v0.1.44 |
| 1507 | 2026-09-11T20:47:23.366Z | Compiling icu_locale_core v2.1.1 |
| 1508 | 2026-09-11T20:47:23.408Z | Compiling icu_collections v2.1.1 |
| 1509 | 2026-09-11T20:47:23.424Z | Compiling goblin v0.10.5 |
| 1510 | 2026-09-11T20:47:23.442Z | Compiling clap_derive v4.6.1 |
| 1511 | 2026-09-11T20:47:23.445Z | Compiling bitfield-macros v0.19.4 |
| 1512 | 2026-09-11T20:47:23.613Z | Compiling thiserror v1.0.69 |
| 1513 | 2026-09-11T20:47:23.657Z | Compiling crossbeam-utils v0.8.21 |
| 1514 | 2026-09-11T20:47:23.671Z | Compiling num_threads v0.1.7 |
| 1515 | 2026-09-11T20:47:23.750Z | Compiling unarray v0.1.4 |
| 1516 | 2026-09-11T20:47:23.781Z | Compiling object v0.37.3 |
| 1517 | 2026-09-11T20:47:23.797Z | Compiling usdt-impl v0.6.0 |
| 1518 | 2026-09-11T20:47:23.889Z | Compiling nodrop v0.1.14 |
| 1519 | 2026-09-11T20:47:23.920Z | Compiling siphasher v1.0.2 |
| 1520 | 2026-09-11T20:47:24.004Z | Compiling icu_provider v2.1.1 |
| 1521 | 2026-09-11T20:47:24.019Z | Compiling crc-catalog v2.4.0 |
| 1522 | 2026-09-11T20:47:24.099Z | Compiling array-init v0.0.4 |
| 1523 | 2026-09-11T20:47:24.147Z | Compiling crc v3.4.0 |
| 1524 | 2026-09-11T20:47:24.163Z | Compiling time v0.3.47 |
| 1525 | 2026-09-11T20:47:24.166Z | Compiling zerocopy v0.6.6 |
| 1526 | 2026-09-11T20:47:24.179Z | Compiling derive_builder_core v0.20.2 |
| 1527 | 2026-09-11T20:47:24.245Z | Compiling zeroize v1.9.0 |
| 1528 | 2026-09-11T20:47:24.280Z | Compiling bytes v1.11.1 |
| 1529 | 2026-09-11T20:47:24.311Z | Compiling icu_properties v2.1.2 |
| 1530 | 2026-09-11T20:47:24.327Z | Compiling icu_normalizer v2.1.1 |
| 1531 | 2026-09-11T20:47:24.373Z | Compiling chrono v0.4.45 |
| 1532 | 2026-09-11T20:47:24.493Z | Compiling hybrid-array v0.4.13 |
| 1533 | 2026-09-11T20:47:24.547Z | Compiling der v0.7.10 |
| 1534 | 2026-09-11T20:47:24.700Z | Compiling rustls-pki-types v1.14.0 |
| 1535 | 2026-09-11T20:47:24.756Z | Compiling tokio v1.52.1 |
| 1536 | 2026-09-11T20:47:24.911Z | Compiling http v1.4.2 |
| 1537 | 2026-09-11T20:47:25.077Z | Compiling crypto-common v0.1.7 |
| 1538 | 2026-09-11T20:47:25.092Z | Compiling block-buffer v0.10.4 |
| 1539 | 2026-09-11T20:47:25.177Z | Compiling idna_adapter v1.2.1 |
| 1540 | 2026-09-11T20:47:25.287Z | Compiling digest v0.10.7 |
| 1541 | 2026-09-11T20:47:25.307Z | Compiling crypto-common v0.2.2 |
| 1542 | 2026-09-11T20:47:25.307Z | Compiling block-buffer v0.12.1 |
| 1543 | 2026-09-11T20:47:25.383Z | Compiling idna v1.1.0 |
| 1544 | 2026-09-11T20:47:25.398Z | Compiling block-padding v0.4.2 |
| 1545 | 2026-09-11T20:47:25.463Z | Compiling spki v0.7.3 |
| 1546 | 2026-09-11T20:47:25.556Z | Compiling ipnet v2.12.0 |
| 1547 | 2026-09-11T20:47:25.581Z | Compiling ppv-lite86 v0.2.21 |
| 1548 | 2026-09-11T20:47:25.607Z | Compiling inout v0.2.2 |
| 1549 | 2026-09-11T20:47:25.709Z | Compiling url v2.5.8 |
| 1550 | 2026-09-11T20:47:25.797Z | Compiling pkcs8 v0.10.2 |
| 1551 | 2026-09-11T20:47:25.820Z | Compiling http-body v1.0.1 |
| 1552 | 2026-09-11T20:47:25.835Z | Compiling signature v2.2.0 |
| 1553 | 2026-09-11T20:47:25.851Z | Compiling hex v0.4.3 |
| 1554 | 2026-09-11T20:47:25.854Z | Compiling sha2 v0.10.9 |
| 1555 | 2026-09-11T20:47:25.918Z | Compiling rand_chacha v0.9.0 |
| 1556 | 2026-09-11T20:47:25.944Z | Compiling rand_chacha v0.3.1 |
| 1557 | 2026-09-11T20:47:26.011Z | Compiling digest v0.11.3 |
| 1558 | 2026-09-11T20:47:26.048Z | Compiling cipher v0.5.2 |
| 1559 | 2026-09-11T20:47:26.062Z | Compiling serde_spanned v0.6.9 |
| 1560 | 2026-09-11T20:47:26.078Z | Compiling toml_datetime v0.6.11 |
| 1561 | 2026-09-11T20:47:26.093Z | Compiling pkcs1 v0.7.5 |
| 1562 | 2026-09-11T20:47:26.110Z | Compiling http-body-util v0.1.3 |
| 1563 | 2026-09-11T20:47:26.168Z | Compiling rand v0.9.2 |
| 1564 | 2026-09-11T20:47:26.271Z | Compiling rand v0.8.6 |
| 1565 | 2026-09-11T20:47:26.367Z | Compiling chacha20 v0.10.0 |
| 1566 | 2026-09-11T20:47:26.382Z | Compiling dof v0.4.0 |
| 1567 | 2026-09-11T20:47:26.524Z | Compiling clap v4.6.1 |
| 1568 | 2026-09-11T20:47:26.627Z | Compiling bitfield v0.19.4 |
| 1569 | 2026-09-11T20:47:26.663Z | Compiling dtrace-parser v0.3.0 |
| 1570 | 2026-09-11T20:47:26.783Z | Compiling proptest v1.11.0 |
| 1571 | 2026-09-11T20:47:26.938Z | Compiling structmeta-derive v0.3.0 |
| 1572 | 2026-09-11T20:47:26.953Z | Compiling scroll_derive v0.12.1 |
| 1573 | 2026-09-11T20:47:26.957Z | Compiling smallvec v0.6.14 |
| 1574 | 2026-09-11T20:47:27.100Z | Compiling ipnetwork v0.21.1 |
| 1575 | 2026-09-11T20:47:27.115Z | Compiling darling_core v0.23.0 |
| 1576 | 2026-09-11T20:47:27.191Z | Compiling heapless v0.7.17 |
| 1577 | 2026-09-11T20:47:27.210Z | Compiling slog v2.8.2 |
| 1578 | 2026-09-11T20:47:27.355Z | Compiling thread-id v5.1.0 |
| 1579 | 2026-09-11T20:47:27.446Z | Compiling env_filter v2.0.0 |
| 1580 | 2026-09-11T20:47:27.460Z | Compiling syn v3.0.3 |
| 1581 | 2026-09-11T20:47:27.477Z | Compiling cookie v0.18.1 |
| 1582 | 2026-09-11T20:47:27.496Z | Compiling allocator-api2 v0.2.21 |
| 1583 | 2026-09-11T20:47:27.532Z | Compiling hashbrown v0.12.3 |
| 1584 | 2026-09-11T20:47:27.584Z | Compiling ryu v1.0.23 |
| 1585 | 2026-09-11T20:47:27.608Z | Compiling winnow v0.5.40 |
| 1586 | 2026-09-11T20:47:27.695Z | Compiling iri-string v0.7.10 |
| 1587 | 2026-09-11T20:47:27.711Z | Compiling anyhow v1.0.104 |
| 1588 | 2026-09-11T20:47:27.724Z | Compiling gimli v0.32.3 |
| 1589 | 2026-09-11T20:47:27.774Z | Compiling zstd-safe v7.2.4 |
| 1590 | 2026-09-11T20:47:27.798Z | Compiling unicode-bidi v0.3.18 |
| 1591 | 2026-09-11T20:47:27.857Z | Compiling unicode-properties v0.1.4 |
| 1592 | 2026-09-11T20:47:28.005Z | Compiling base64 v0.21.7 |
| 1593 | 2026-09-11T20:47:28.029Z | Compiling signal-hook v0.3.18 |
| 1594 | 2026-09-11T20:47:28.083Z | Compiling structmeta v0.3.0 |
| 1595 | 2026-09-11T20:47:28.112Z | Compiling rsa v0.9.10 |
| 1596 | 2026-09-11T20:47:28.266Z | Compiling ron v0.8.1 |
| 1597 | 2026-09-11T20:47:28.329Z | Compiling stringprep v0.1.5 |
| 1598 | 2026-09-11T20:47:28.346Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1599 | 2026-09-11T20:47:28.376Z | Compiling serde_urlencoded v0.7.1 |
| 1600 | 2026-09-11T20:47:28.421Z | Compiling scroll v0.12.0 |
| 1601 | 2026-09-11T20:47:28.471Z | Compiling env_logger v0.11.11 |
| 1602 | 2026-09-11T20:47:28.654Z | Compiling tokio-util v0.7.18 |
| 1603 | 2026-09-11T20:47:28.721Z | Compiling tower v0.5.3 |
| 1604 | 2026-09-11T20:47:28.797Z | Compiling tokio-native-tls v0.3.1 |
| 1605 | 2026-09-11T20:47:28.921Z | Compiling toml_edit v0.19.15 |
| 1606 | 2026-09-11T20:47:29.204Z | Compiling newtype-uuid v1.3.2 |
| 1607 | 2026-09-11T20:47:29.223Z | Compiling tower-http v0.6.8 |
| 1608 | 2026-09-11T20:47:29.263Z | Compiling oxnet v0.1.6 |
| 1609 | 2026-09-11T20:47:29.278Z | Compiling serde-hex v0.1.0 |
| 1610 | 2026-09-11T20:47:29.571Z | Compiling h2 v0.4.15 |
| 1611 | 2026-09-11T20:47:29.666Z | Compiling addr2line v0.25.1 |
| 1612 | 2026-09-11T20:47:29.698Z | Compiling darling_macro v0.23.0 |
| 1613 | 2026-09-11T20:47:29.712Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-09-11T20:47:29.729Z | Compiling rand v0.10.1 |
| 1615 | 2026-09-11T20:47:29.743Z | Compiling hashbrown v0.13.2 |
| 1616 | 2026-09-11T20:47:29.946Z | Compiling hmac v0.13.0 |
| 1617 | 2026-09-11T20:47:30.025Z | Compiling md-5 v0.11.0 |
| 1618 | 2026-09-11T20:47:30.161Z | Compiling sha2 v0.11.0 |
| 1619 | 2026-09-11T20:47:30.255Z | Compiling x509-cert v0.2.5 |
| 1620 | 2026-09-11T20:47:30.268Z | Compiling derive_builder_macro v0.20.2 |
| 1621 | 2026-09-11T20:47:30.286Z | Compiling rustls-native-certs v0.8.3 |
| 1622 | 2026-09-11T20:47:30.380Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1623 | 2026-09-11T20:47:30.600Z | Compiling serde_tokenstream v0.2.3 |
| 1624 | 2026-09-11T20:47:30.615Z | Compiling erased-serde v0.3.31 |
| 1625 | 2026-09-11T20:47:30.619Z | Compiling camino v1.2.5 |
| 1626 | 2026-09-11T20:47:30.920Z | Compiling daft-derive v0.1.8 |
| 1627 | 2026-09-11T20:47:30.958Z | Compiling hubpack_derive v0.1.1 |
| 1628 | 2026-09-11T20:47:31.063Z | Compiling bstr v1.12.1 |
| 1629 | 2026-09-11T20:47:31.079Z | Compiling zerocopy-derive v0.7.35 |
| 1630 | 2026-09-11T20:47:31.144Z | Compiling async-trait v0.1.89 |
| 1631 | 2026-09-11T20:47:31.204Z | Compiling pin-project-internal v1.1.11 |
| 1632 | 2026-09-11T20:47:31.331Z | Compiling heck v0.4.1 |
| 1633 | 2026-09-11T20:47:31.472Z | Compiling curve25519-dalek v4.1.3 |
| 1634 | 2026-09-11T20:47:31.585Z | Compiling vergen-lib v9.1.0 |
| 1635 | 2026-09-11T20:47:31.656Z | Compiling hash32 v0.2.1 |
| 1636 | 2026-09-11T20:47:31.712Z | Compiling encoding_rs v0.8.35 |
| 1637 | 2026-09-11T20:47:31.744Z | Compiling memoffset v0.9.1 |
| 1638 | 2026-09-11T20:47:31.820Z | Compiling libbz2-rs-sys v0.2.2 |
| 1639 | 2026-09-11T20:47:31.868Z | Compiling ref-cast v1.0.25 |
| 1640 | 2026-09-11T20:47:31.882Z | Compiling owo-colors v4.3.0 |
| 1641 | 2026-09-11T20:47:31.952Z | Compiling litrs v1.0.0 |
| 1642 | 2026-09-11T20:47:31.984Z | Compiling bumpalo v3.20.2 |
| 1643 | 2026-09-11T20:47:32.000Z | Compiling psl-types v2.0.11 |
| 1644 | 2026-09-11T20:47:32.028Z | Compiling mime v0.3.17 |
| 1645 | 2026-09-11T20:47:32.154Z | Compiling crc-any v2.5.0 |
| 1646 | 2026-09-11T20:47:32.242Z | Compiling smoltcp v0.9.1 |
| 1647 | 2026-09-11T20:47:32.261Z | Compiling zlib-rs v0.6.2 |
| 1648 | 2026-09-11T20:47:32.276Z | Compiling cfg_aliases v0.2.1 |
| 1649 | 2026-09-11T20:47:32.279Z | Compiling fallible-iterator v0.2.0 |
| 1650 | 2026-09-11T20:47:32.320Z | Compiling rustix v0.38.44 |
| 1651 | 2026-09-11T20:47:32.391Z | Compiling rustc-demangle v0.1.27 |
| 1652 | 2026-09-11T20:47:32.411Z | Compiling pin-project v1.1.11 |
| 1653 | 2026-09-11T20:47:32.426Z | Compiling nix v0.31.2 |
| 1654 | 2026-09-11T20:47:32.508Z | Compiling document-features v0.2.12 |
| 1655 | 2026-09-11T20:47:32.535Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1656 | 2026-09-11T20:47:32.551Z | Compiling bzip2 v0.6.1 |
| 1657 | 2026-09-11T20:47:32.611Z | Compiling postgres-protocol v0.6.12 |
| 1658 | 2026-09-11T20:47:32.660Z | Compiling zopfli v0.8.3 |
| 1659 | 2026-09-11T20:47:32.683Z | Compiling publicsuffix v2.3.0 |
| 1660 | 2026-09-11T20:47:32.808Z | Compiling hyper v1.10.1 |
| 1661 | 2026-09-11T20:47:32.831Z | Compiling zerocopy v0.7.35 |
| 1662 | 2026-09-11T20:47:32.957Z | Compiling daft v0.1.8 |
| 1663 | 2026-09-11T20:47:32.979Z | Compiling snafu-derive v0.8.9 |
| 1664 | 2026-09-11T20:47:33.045Z | Compiling hubpack v0.1.2 |
| 1665 | 2026-09-11T20:47:33.200Z | Compiling backtrace v0.3.76 |
| 1666 | 2026-09-11T20:47:33.263Z | Compiling derive_builder v0.20.2 |
| 1667 | 2026-09-11T20:47:33.278Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1668 | 2026-09-11T20:47:33.293Z | Compiling toml v0.7.8 |
| 1669 | 2026-09-11T20:47:33.346Z | Compiling darling v0.23.0 |
| 1670 | 2026-09-11T20:47:33.417Z | Compiling object v0.30.4 |
| 1671 | 2026-09-11T20:47:33.433Z | Compiling zip v0.6.6 |
| 1672 | 2026-09-11T20:47:33.465Z | Compiling goblin v0.8.2 |
| 1673 | 2026-09-11T20:47:33.591Z | Compiling derive-ex v0.1.8 |
| 1674 | 2026-09-11T20:47:33.826Z | Compiling hmac v0.12.1 |
| 1675 | 2026-09-11T20:47:33.915Z | Compiling futures-executor v0.3.32 |
| 1676 | 2026-09-11T20:47:33.961Z | Compiling hyper-util v0.1.20 |
| 1677 | 2026-09-11T20:47:34.015Z | Compiling phf_shared v0.13.1 |
| 1678 | 2026-09-11T20:47:34.018Z | Compiling regex v1.12.3 |
| 1679 | 2026-09-11T20:47:34.044Z | Compiling strum_macros v0.27.2 |
| 1680 | 2026-09-11T20:47:34.059Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1681 | 2026-09-11T20:47:34.213Z | Compiling ref-cast-impl v1.0.25 |
| 1682 | 2026-09-11T20:47:34.299Z | Compiling convert_case v0.10.0 |
| 1683 | 2026-09-11T20:47:34.399Z | Compiling vergen v9.1.0 |
| 1684 | 2026-09-11T20:47:34.457Z | Compiling cargo-platform v0.3.2 |
| 1685 | 2026-09-11T20:47:34.500Z | Compiling ff v0.13.1 |
| 1686 | 2026-09-11T20:47:34.635Z | Compiling fs-err v3.3.0 |
| 1687 | 2026-09-11T20:47:34.648Z | Compiling bitflags v1.3.2 |
| 1688 | 2026-09-11T20:47:34.670Z | Compiling managed v0.8.0 |
| 1689 | 2026-09-11T20:47:34.745Z | Compiling base16ct v0.2.0 |
| 1690 | 2026-09-11T20:47:34.765Z | Compiling foldhash v0.1.5 |
| 1691 | 2026-09-11T20:47:34.765Z | Compiling path-slash v0.1.5 |
| 1692 | 2026-09-11T20:47:34.827Z | Compiling same-file v1.0.6 |
| 1693 | 2026-09-11T20:47:34.886Z | Compiling jiff-core v0.1.0 |
| 1694 | 2026-09-11T20:47:34.925Z | Compiling is_ci v1.2.0 |
| 1695 | 2026-09-11T20:47:34.939Z | Compiling hashbrown v0.15.5 |
| 1696 | 2026-09-11T20:47:34.953Z | Compiling snafu v0.8.9 |
| 1697 | 2026-09-11T20:47:34.969Z | Compiling walkdir v2.5.0 |
| 1698 | 2026-09-11T20:47:34.985Z | Compiling textwrap v0.16.2 |
| 1699 | 2026-09-11T20:47:35.096Z | Compiling supports-color v3.0.2 |
| 1700 | 2026-09-11T20:47:35.149Z | Compiling sec1 v0.7.3 |
| 1701 | 2026-09-11T20:47:35.367Z | Compiling test-strategy v0.4.5 |
| 1702 | 2026-09-11T20:47:35.488Z | Compiling flate2 v1.1.9 |
| 1703 | 2026-09-11T20:47:35.504Z | Compiling hyper-tls v0.6.0 |
| 1704 | 2026-09-11T20:47:35.521Z | Compiling cargo_metadata v0.23.1 |
| 1705 | 2026-09-11T20:47:35.555Z | Compiling derive_more-impl v2.1.1 |
| 1706 | 2026-09-11T20:47:35.772Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1707 | 2026-09-11T20:47:35.788Z | Compiling dof v0.3.0 |
| 1708 | 2026-09-11T20:47:35.804Z | Compiling reqwest v0.12.28 |
| 1709 | 2026-09-11T20:47:35.928Z | Compiling jiff v0.2.34 |
| 1710 | 2026-09-11T20:47:36.016Z | Compiling group v0.13.0 |
| 1711 | 2026-09-11T20:47:36.117Z | Compiling strum v0.27.2 |
| 1712 | 2026-09-11T20:47:36.152Z | Compiling phf v0.13.1 |
| 1713 | 2026-09-11T20:47:36.233Z | Compiling futures v0.3.32 |
| 1714 | 2026-09-11T20:47:36.278Z | Compiling hkdf v0.12.4 |
| 1715 | 2026-09-11T20:47:36.339Z | Compiling signal-hook-mio v0.2.5 |
| 1716 | 2026-09-11T20:47:36.368Z | Compiling cookie_store v0.22.1 |
| 1717 | 2026-09-11T20:47:36.482Z | Compiling backtrace-ext v0.2.1 |
| 1718 | 2026-09-11T20:47:36.496Z | Compiling zstd v0.13.3 |
| 1719 | 2026-09-11T20:47:36.554Z | Compiling serde_with_macros v3.21.0 |
| 1720 | 2026-09-11T20:47:36.687Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 1721 | 2026-09-11T20:47:36.795Z | Compiling postgres-types v0.2.14 |
| 1722 | 2026-09-11T20:47:36.941Z | Compiling globset v0.4.18 |
| 1723 | 2026-09-11T20:47:36.957Z | Compiling usdt-attr-macro v0.6.0 |
| 1724 | 2026-09-11T20:47:37.007Z | Compiling usdt-macro v0.6.0 |
| 1725 | 2026-09-11T20:47:37.052Z | Compiling hashbrown v0.16.1 |
| 1726 | 2026-09-11T20:47:37.074Z | Compiling byte-wrapper v0.1.0 |
| 1727 | 2026-09-11T20:47:37.221Z | Compiling ed25519 v2.2.3 |
| 1728 | 2026-09-11T20:47:37.388Z | Compiling crypto-bigint v0.5.5 |
| 1729 | 2026-09-11T20:47:37.446Z | Compiling serde-big-array v0.5.1 |
| 1730 | 2026-09-11T20:47:37.622Z | Compiling olpc-cjson v0.1.4 |
| 1731 | 2026-09-11T20:47:37.638Z | Compiling serde_plain v1.0.2 |
| 1732 | 2026-09-11T20:47:37.661Z | Compiling phf_shared v0.11.3 |
| 1733 | 2026-09-11T20:47:37.676Z | Compiling dtrace-parser v0.2.0 |
| 1734 | 2026-09-11T20:47:37.763Z | Compiling async-recursion v1.1.1 |
| 1735 | 2026-09-11T20:47:37.824Z | Compiling enum-as-inner v0.6.1 |
| 1736 | 2026-09-11T20:47:37.852Z | Compiling miette-derive v7.6.0 |
| 1737 | 2026-09-11T20:47:37.867Z | Compiling serde_repr v0.1.20 |
| 1738 | 2026-09-11T20:47:37.868Z | Compiling strum_macros v0.26.4 |
| 1739 | 2026-09-11T20:47:37.897Z | Compiling float-cmp v0.10.0 |
| 1740 | 2026-09-11T20:47:37.957Z | Compiling pem v3.0.6 |
| 1741 | 2026-09-11T20:47:37.973Z | Compiling thread-id v4.2.2 |
| 1742 | 2026-09-11T20:47:38.078Z | Compiling memmap2 v0.9.10 |
| 1743 | 2026-09-11T20:47:38.093Z | Compiling winnow v1.0.3 |
| 1744 | 2026-09-11T20:47:38.152Z | Compiling supports-hyperlinks v3.2.0 |
| 1745 | 2026-09-11T20:47:38.316Z | Compiling whoami v2.1.0 |
| 1746 | 2026-09-11T20:47:38.331Z | Compiling supports-unicode v3.0.0 |
| 1747 | 2026-09-11T20:47:38.347Z | Compiling precomputed-hash v0.1.1 |
| 1748 | 2026-09-11T20:47:38.387Z | Compiling new_debug_unreachable v1.0.6 |
| 1749 | 2026-09-11T20:47:38.404Z | Compiling static_assertions v1.1.0 |
| 1750 | 2026-09-11T20:47:38.464Z | Compiling either v1.15.0 |
| 1751 | 2026-09-11T20:47:39.484Z | Compiling fixedbitset v0.4.2 |
| 1752 | 2026-09-11T20:47:39.484Z | Compiling keccak v0.1.6 |
| 1753 | 2026-09-11T20:47:39.488Z | Compiling typed-path v0.9.3 |
| 1754 | 2026-09-11T20:47:39.488Z | Compiling predicates-core v1.0.10 |
| 1755 | 2026-09-11T20:47:39.488Z | Compiling difflib v0.4.0 |
| 1756 | 2026-09-11T20:47:39.488Z | Compiling typed-path v0.12.3 |
| 1757 | 2026-09-11T20:47:39.488Z | Compiling data-encoding v2.10.0 |
| 1758 | 2026-09-11T20:47:39.488Z | Compiling fixedbitset v0.5.7 |
| 1759 | 2026-09-11T20:47:39.488Z | Compiling normalize-line-endings v0.3.0 |
| 1760 | 2026-09-11T20:47:39.488Z | Compiling sha3 v0.10.8 |
| 1761 | 2026-09-11T20:47:39.488Z | Compiling predicates v3.1.4 |
| 1762 | 2026-09-11T20:47:39.488Z | Compiling hickory-proto v0.25.2 |
| 1763 | 2026-09-11T20:47:39.488Z | Compiling miette v7.6.0 |
| 1764 | 2026-09-11T20:47:39.488Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1765 | 2026-09-11T20:47:39.488Z | Compiling petgraph v0.8.3 |
| 1766 | 2026-09-11T20:47:39.488Z | Compiling itertools v0.13.0 |
| 1767 | 2026-09-11T20:47:39.488Z | Compiling petgraph v0.6.5 |
| 1768 | 2026-09-11T20:47:39.488Z | Compiling zip v8.6.0 |
| 1769 | 2026-09-11T20:47:39.538Z | Compiling tokio-postgres v0.7.18 |
| 1770 | 2026-09-11T20:47:39.551Z | Compiling toml_edit v0.22.27 |
| 1771 | 2026-09-11T20:47:39.554Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 1772 | 2026-09-11T20:47:39.627Z | Compiling string_cache v0.8.9 |
| 1773 | 2026-09-11T20:47:39.674Z | Compiling strum v0.26.3 |
| 1774 | 2026-09-11T20:47:39.710Z | Compiling elliptic-curve v0.13.8 |
| 1775 | 2026-09-11T20:47:39.740Z | Compiling usdt v0.6.0 |
| 1776 | 2026-09-11T20:47:39.793Z | Compiling zip v4.6.1 |
| 1777 | 2026-09-11T20:47:39.836Z | Compiling usdt-impl v0.5.0 |
| 1778 | 2026-09-11T20:47:39.888Z | Compiling serde_with v3.21.0 |
| 1779 | 2026-09-11T20:47:40.042Z | Compiling crossterm v0.28.1 |
| 1780 | 2026-09-11T20:47:40.141Z | Compiling iddqd v0.4.2 |
| 1781 | 2026-09-11T20:47:40.283Z | Compiling ed25519-dalek v2.2.0 |
| 1782 | 2026-09-11T20:47:40.477Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1783 | 2026-09-11T20:47:40.580Z | Compiling derive_more v2.1.1 |
| 1784 | 2026-09-11T20:47:40.843Z | Compiling similar v2.7.0 |
| 1785 | 2026-09-11T20:47:40.858Z | Compiling crossbeam-epoch v0.9.18 |
| 1786 | 2026-09-11T20:47:41.148Z | Compiling tokio-stream v0.1.18 |
| 1787 | 2026-09-11T20:47:41.162Z | Compiling buf-list v1.1.2 |
| 1788 | 2026-09-11T20:47:41.223Z | Compiling openapiv3 v2.2.0 |
| 1789 | 2026-09-11T20:47:41.267Z | Compiling peg-runtime v0.8.5 |
| 1790 | 2026-09-11T20:47:41.392Z | Compiling lalrpop-util v0.19.12 |
| 1791 | 2026-09-11T20:47:41.472Z | Compiling thread_local v1.1.9 |
| 1792 | 2026-09-11T20:47:41.488Z | Compiling slog-async v2.8.0 |
| 1793 | 2026-09-11T20:47:41.537Z | Compiling crossbeam-channel v0.5.15 |
| 1794 | 2026-09-11T20:47:41.585Z | Compiling is-terminal v0.4.17 |
| 1795 | 2026-09-11T20:47:41.616Z | Compiling filetime v0.2.27 |
| 1796 | 2026-09-11T20:47:41.647Z | Compiling take_mut v0.2.2 |
| 1797 | 2026-09-11T20:47:41.713Z | Compiling xattr v1.6.1 |
| 1798 | 2026-09-11T20:47:41.743Z | Compiling term v1.2.1 |
| 1799 | 2026-09-11T20:47:41.757Z | Compiling camino-tempfile v1.4.1 |
| 1800 | 2026-09-11T20:47:41.843Z | Compiling tar v0.4.46 |
| 1801 | 2026-09-11T20:47:42.036Z | Compiling slog-term v2.9.2 |
| 1802 | 2026-09-11T20:47:59.190Z | Compiling rustls-webpki v0.103.13 |
| 1803 | 2026-09-11T20:48:01.903Z | Compiling tokio-rustls v0.26.4 |
| 1804 | 2026-09-11T20:48:01.903Z | Compiling rustls-platform-verifier v0.6.2 |
| 1805 | 2026-09-11T20:48:01.906Z | Compiling tough v0.22.0 |
| 1806 | 2026-09-11T20:48:02.106Z | Compiling hyper-rustls v0.27.7 |
| 1807 | 2026-09-11T20:48:02.292Z | Compiling reqwest v0.13.2 |
| 1808 | 2026-09-11T20:48:04.479Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1809 | 2026-09-11T20:48:04.728Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1810 | 2026-09-11T20:48:07.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.97s |
| 1811 | 2026-09-11T20:48:07.817Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1812 | 2026-09-11T20:48:07.873Z | Sep 11 20:48:06.975 INFO Starting download, target: Cockroach |
| 1813 | 2026-09-11T20:48:07.873Z | Sep 11 20:48:06.976 INFO Starting download, target: Clickhouse |
| 1814 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.976 INFO Starting download, target: Console |
| 1815 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.976 INFO Starting download, target: DendriteStub |
| 1816 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.976 INFO Starting download, target: MaghemiteMgd |
| 1817 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.976 INFO Starting download, target: MaghemiteDdmd |
| 1818 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.976 INFO Starting download, target: TransceiverControl |
| 1819 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.976 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1820 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.977 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1821 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.977 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1822 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.977 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1823 | 2026-09-11T20:48:07.876Z | Sep 11 20:48:06.977 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1824 | 2026-09-11T20:48:07.877Z | Sep 11 20:48:06.977 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1825 | 2026-09-11T20:48:07.877Z | Sep 11 20:48:06.977 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1826 | 2026-09-11T20:48:08.533Z | Sep 11 20:48:07.625 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1827 | 2026-09-11T20:48:08.705Z | Sep 11 20:48:07.798 INFO Download complete, target: TransceiverControl |
| 1828 | 2026-09-11T20:48:09.899Z | Sep 11 20:48:08.997 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1829 | 2026-09-11T20:48:10.107Z | Sep 11 20:48:09.209 INFO Download complete, target: Console |
| 1830 | 2026-09-11T20:48:10.245Z | Sep 11 20:48:09.344 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1831 | 2026-09-11T20:48:10.414Z | Sep 11 20:48:09.513 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1832 | 2026-09-11T20:48:10.425Z | Sep 11 20:48:09.528 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1833 | 2026-09-11T20:48:10.962Z | Sep 11 20:48:10.065 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1834 | 2026-09-11T20:48:10.962Z | Sep 11 20:48:10.065 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1835 | 2026-09-11T20:48:11.113Z | Sep 11 20:48:10.215 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1836 | 2026-09-11T20:48:11.841Z | Sep 11 20:48:10.944 INFO Download complete, target: MaghemiteDdmd |
| 1837 | 2026-09-11T20:48:12.799Z | Sep 11 20:48:11.902 INFO Download complete, target: MaghemiteMgd |
| 1838 | 2026-09-11T20:48:12.802Z | Sep 11 20:48:11.906 INFO Download complete, target: DendriteStub |
| 1839 | 2026-09-11T20:48:14.834Z | Sep 11 20:48:13.933 INFO Checking that binary works, target: Cockroach |
| 1840 | 2026-09-11T20:48:14.964Z | Sep 11 20:48:14.062 INFO Download complete, target: Cockroach |
| 1841 | 2026-09-11T20:48:16.519Z | Sep 11 20:48:15.611 INFO Checking that binary works, target: Clickhouse |
| 1842 | 2026-09-11T20:48:16.591Z | Sep 11 20:48:15.692 INFO Download complete, target: Clickhouse |
| 1843 | 2026-09-11T20:48:16.605Z | All prerequisites installed successfully |
| 1844 | 2026-09-11T20:48:16.611Z | |
| 1845 | 2026-09-11T20:48:16.611Z | real 1:56.609928918 |
| 1846 | 2026-09-11T20:48:16.611Z | user 7:23.009871170 |
| 1847 | 2026-09-11T20:48:16.611Z | sys 1:54.931239459 |
| 1848 | 2026-09-11T20:48:16.611Z | trap 0.297888937 |
| 1849 | 2026-09-11T20:48:16.611Z | tflt 0.718386212 |
| 1850 | 2026-09-11T20:48:16.611Z | dflt 1.430898429 |
| 1851 | 2026-09-11T20:48:16.611Z | kflt 0.025457596 |
| 1852 | 2026-09-11T20:48:16.611Z | lock 29:15.165862047 |
| 1853 | 2026-09-11T20:48:16.612Z | slp 20:52.236564999 |
| 1854 | 2026-09-11T20:48:16.612Z | lat 28.749141569 |
| 1855 | 2026-09-11T20:48:16.612Z | stop 3:31.900472484 |
| 1856 | 2026-09-11T20:48:16.612Z | + ptime -m cargo xtask download softnpu |
| 1857 | 2026-09-11T20:48:17.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1858 | 2026-09-11T20:48:17.094Z | Running `target/debug/xtask download softnpu` |
| 1859 | 2026-09-11T20:48:17.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1860 | 2026-09-11T20:48:17.945Z | Running `target/debug/xtask-downloader softnpu` |
| 1861 | 2026-09-11T20:48:17.989Z | Sep 11 20:48:17.089 INFO Starting download, target: Softnpu |
| 1862 | 2026-09-11T20:48:17.993Z | Sep 11 20:48:17.090 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1863 | 2026-09-11T20:48:18.546Z | Sep 11 20:48:17.648 INFO Download complete, target: Softnpu |
| 1864 | 2026-09-11T20:48:18.550Z | |
| 1865 | 2026-09-11T20:48:18.550Z | real 1.946582056 |
| 1866 | 2026-09-11T20:48:18.550Z | user 1.337293791 |
| 1867 | 2026-09-11T20:48:18.550Z | sys 0.628730098 |
| 1868 | 2026-09-11T20:48:18.550Z | trap 0.001291810 |
| 1869 | 2026-09-11T20:48:18.550Z | tflt 0.000042730 |
| 1870 | 2026-09-11T20:48:18.550Z | dflt 0.000143670 |
| 1871 | 2026-09-11T20:48:18.550Z | kflt 0.000001500 |
| 1872 | 2026-09-11T20:48:18.550Z | lock 10.490272663 |
| 1873 | 2026-09-11T20:48:18.550Z | slp 0.412866285 |
| 1874 | 2026-09-11T20:48:18.550Z | lat 0.115887141 |
| 1875 | 2026-09-11T20:48:18.550Z | stop 0.000177770 |
| 1876 | 2026-09-11T20:48:18.550Z | + export CARGO_INCREMENTAL=0 |
| 1877 | 2026-09-11T20:48:18.550Z | + CARGO_INCREMENTAL=0 |
| 1878 | 2026-09-11T20:48:18.550Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1879 | 2026-09-11T20:48:19.480Z | Compiling proc-macro2 v1.0.106 |
| 1880 | 2026-09-11T20:48:19.480Z | Compiling quote v1.0.45 |
| 1881 | 2026-09-11T20:48:19.480Z | Compiling unicode-ident v1.0.24 |
| 1882 | 2026-09-11T20:48:19.483Z | Compiling serde_core v1.0.228 |
| 1883 | 2026-09-11T20:48:19.484Z | Compiling libc v0.2.185 |
| 1884 | 2026-09-11T20:48:19.484Z | Compiling serde v1.0.228 |
| 1885 | 2026-09-11T20:48:19.484Z | Compiling cfg-if v1.0.4 |
| 1886 | 2026-09-11T20:48:19.484Z | Compiling version_check v0.9.5 |
| 1887 | 2026-09-11T20:48:19.484Z | Compiling autocfg v1.5.0 |
| 1888 | 2026-09-11T20:48:19.484Z | Compiling memchr v2.8.0 |
| 1889 | 2026-09-11T20:48:19.484Z | Compiling shlex v1.3.0 |
| 1890 | 2026-09-11T20:48:19.484Z | Compiling find-msvc-tools v0.1.9 |
| 1891 | 2026-09-11T20:48:19.684Z | Compiling zmij v1.0.21 |
| 1892 | 2026-09-11T20:48:19.687Z | Compiling serde_json v1.0.151 |
| 1893 | 2026-09-11T20:48:19.786Z | Compiling getrandom v0.4.3 |
| 1894 | 2026-09-11T20:48:19.817Z | Compiling portable-atomic v1.13.1 |
| 1895 | 2026-09-11T20:48:19.889Z | Compiling zerocopy v0.8.55 |
| 1896 | 2026-09-11T20:48:20.045Z | Compiling libm v0.2.16 |
| 1897 | 2026-09-11T20:48:20.058Z | Compiling icu_properties_data v2.1.2 |
| 1898 | 2026-09-11T20:48:20.143Z | Compiling num-traits v0.2.19 |
| 1899 | 2026-09-11T20:48:20.169Z | Compiling icu_normalizer_data v2.1.1 |
| 1900 | 2026-09-11T20:48:20.217Z | Compiling smallvec v1.15.1 |
| 1901 | 2026-09-11T20:48:20.252Z | Compiling parking_lot_core v0.9.12 |
| 1902 | 2026-09-11T20:48:20.290Z | Compiling itoa v1.0.17 |
| 1903 | 2026-09-11T20:48:20.305Z | Compiling log v0.4.33 |
| 1904 | 2026-09-11T20:48:20.364Z | Compiling generic-array v0.14.7 |
| 1905 | 2026-09-11T20:48:20.392Z | Compiling subtle v2.6.1 |
| 1906 | 2026-09-11T20:48:20.412Z | Compiling pkg-config v0.3.32 |
| 1907 | 2026-09-11T20:48:20.479Z | Compiling typenum v1.20.1 |
| 1908 | 2026-09-11T20:48:20.515Z | Compiling stable_deref_trait v1.2.1 |
| 1909 | 2026-09-11T20:48:20.540Z | Compiling rustix v1.1.4 |
| 1910 | 2026-09-11T20:48:20.624Z | Compiling rand_core v0.10.0 |
| 1911 | 2026-09-11T20:48:20.639Z | Compiling scopeguard v1.2.0 |
| 1912 | 2026-09-11T20:48:20.639Z | Compiling thiserror v2.0.18 |
| 1913 | 2026-09-11T20:48:20.769Z | Compiling jobserver v0.1.34 |
| 1914 | 2026-09-11T20:48:20.789Z | Compiling errno v0.3.14 |
| 1915 | 2026-09-11T20:48:20.827Z | Compiling lock_api v0.4.14 |
| 1916 | 2026-09-11T20:48:20.873Z | Compiling getrandom v0.3.4 |
| 1917 | 2026-09-11T20:48:20.989Z | Compiling cc v1.2.56 |
| 1918 | 2026-09-11T20:48:21.047Z | Compiling syn v2.0.117 |
| 1919 | 2026-09-11T20:48:21.058Z | Compiling syn v1.0.109 |
| 1920 | 2026-09-11T20:48:21.076Z | Compiling critical-section v1.2.0 |
| 1921 | 2026-09-11T20:48:21.076Z | Compiling foldhash v0.2.0 |
| 1922 | 2026-09-11T20:48:21.099Z | Compiling equivalent v1.0.2 |
| 1923 | 2026-09-11T20:48:21.152Z | Compiling litemap v0.8.1 |
| 1924 | 2026-09-11T20:48:21.164Z | Compiling percent-encoding v2.3.2 |
| 1925 | 2026-09-11T20:48:21.207Z | Compiling writeable v0.6.2 |
| 1926 | 2026-09-11T20:48:21.228Z | Compiling schemars v0.8.22 |
| 1927 | 2026-09-11T20:48:21.286Z | Compiling pin-project-lite v0.2.17 |
| 1928 | 2026-09-11T20:48:21.335Z | Compiling hashbrown v0.17.0 |
| 1929 | 2026-09-11T20:48:21.393Z | Compiling once_cell v1.21.3 |
| 1930 | 2026-09-11T20:48:21.469Z | Compiling rustversion v1.0.22 |
| 1931 | 2026-09-11T20:48:21.540Z | Compiling heck v0.5.0 |
| 1932 | 2026-09-11T20:48:21.546Z | Compiling getrandom v0.2.17 |
| 1933 | 2026-09-11T20:48:21.616Z | Compiling dunce v1.0.5 |
| 1934 | 2026-09-11T20:48:21.641Z | Compiling fs_extra v1.3.0 |
| 1935 | 2026-09-11T20:48:21.664Z | Compiling byteorder v1.5.0 |
| 1936 | 2026-09-11T20:48:21.713Z | Compiling rand_core v0.6.4 |
| 1937 | 2026-09-11T20:48:21.723Z | Compiling utf8_iter v1.0.4 |
| 1938 | 2026-09-11T20:48:21.851Z | Compiling semver v1.0.28 |
| 1939 | 2026-09-11T20:48:21.882Z | Compiling indexmap v2.14.0 |
| 1940 | 2026-09-11T20:48:21.912Z | Compiling bitflags v2.11.0 |
| 1941 | 2026-09-11T20:48:21.932Z | Compiling cmake v0.1.57 |
| 1942 | 2026-09-11T20:48:21.961Z | Compiling form_urlencoded v1.2.2 |
| 1943 | 2026-09-11T20:48:22.033Z | Compiling strsim v0.11.1 |
| 1944 | 2026-09-11T20:48:22.182Z | Compiling signal-hook-registry v1.4.8 |
| 1945 | 2026-09-11T20:48:22.219Z | Compiling thiserror v1.0.69 |
| 1946 | 2026-09-11T20:48:22.228Z | Compiling mio v1.2.0 |
| 1947 | 2026-09-11T20:48:22.286Z | Compiling socket2 v0.6.3 |
| 1948 | 2026-09-11T20:48:22.306Z | Compiling aws-lc-sys v0.40.0 |
| 1949 | 2026-09-11T20:48:22.409Z | Compiling parking_lot v0.12.5 |
| 1950 | 2026-09-11T20:48:22.455Z | Compiling futures-core v0.3.32 |
| 1951 | 2026-09-11T20:48:22.490Z | Compiling aws-lc-rs v1.16.3 |
| 1952 | 2026-09-11T20:48:22.507Z | Compiling crc32fast v1.5.0 |
| 1953 | 2026-09-11T20:48:22.603Z | Compiling iana-time-zone v0.1.65 |
| 1954 | 2026-09-11T20:48:22.653Z | Compiling httparse v1.10.1 |
| 1955 | 2026-09-11T20:48:22.813Z | Compiling fnv v1.0.7 |
| 1956 | 2026-09-11T20:48:22.829Z | Compiling ucd-trie v0.1.7 |
| 1957 | 2026-09-11T20:48:22.870Z | Compiling regex-syntax v0.8.10 |
| 1958 | 2026-09-11T20:48:23.006Z | Compiling pest v2.8.6 |
| 1959 | 2026-09-11T20:48:23.034Z | Compiling uuid v1.23.4 |
| 1960 | 2026-09-11T20:48:23.042Z | Compiling ident_case v1.0.1 |
| 1961 | 2026-09-11T20:48:23.103Z | Compiling vcpkg v0.2.15 |
| 1962 | 2026-09-11T20:48:23.147Z | Compiling const-oid v0.9.6 |
| 1963 | 2026-09-11T20:48:23.362Z | Compiling rustc_version v0.4.1 |
| 1964 | 2026-09-11T20:48:23.559Z | Compiling rustls v0.23.41 |
| 1965 | 2026-09-11T20:48:23.574Z | Compiling futures-sink v0.3.32 |
| 1966 | 2026-09-11T20:48:23.655Z | Compiling dyn-clone v1.0.20 |
| 1967 | 2026-09-11T20:48:23.690Z | Compiling futures-channel v0.3.32 |
| 1968 | 2026-09-11T20:48:23.708Z | Compiling openssl-sys v0.9.117 |
| 1969 | 2026-09-11T20:48:23.820Z | Compiling aho-corasick v1.1.4 |
| 1970 | 2026-09-11T20:48:23.862Z | Compiling synstructure v0.13.2 |
| 1971 | 2026-09-11T20:48:23.908Z | Compiling serde_derive_internals v0.29.1 |
| 1972 | 2026-09-11T20:48:23.958Z | Compiling futures-io v0.3.32 |
| 1973 | 2026-09-11T20:48:24.028Z | Compiling slab v0.4.12 |
| 1974 | 2026-09-11T20:48:24.129Z | Compiling pest_meta v2.8.6 |
| 1975 | 2026-09-11T20:48:24.146Z | Compiling futures-task v0.3.32 |
| 1976 | 2026-09-11T20:48:24.281Z | Compiling radium v0.7.0 |
| 1977 | 2026-09-11T20:48:24.308Z | Compiling plain v0.2.3 |
| 1978 | 2026-09-11T20:48:24.339Z | Compiling cmov v0.5.4 |
| 1979 | 2026-09-11T20:48:24.355Z | Compiling num-conv v0.2.0 |
| 1980 | 2026-09-11T20:48:24.391Z | Compiling time-core v0.1.8 |
| 1981 | 2026-09-11T20:48:24.459Z | Compiling crossbeam-utils v0.8.21 |
| 1982 | 2026-09-11T20:48:24.558Z | Compiling time-macros v0.2.27 |
| 1983 | 2026-09-11T20:48:24.571Z | Compiling ctutils v0.4.2 |
| 1984 | 2026-09-11T20:48:24.588Z | Compiling maybe-uninit v2.0.0 |
| 1985 | 2026-09-11T20:48:24.652Z | Compiling regex-automata v0.4.14 |
| 1986 | 2026-09-11T20:48:24.697Z | Compiling pretty-hex v0.4.1 |
| 1987 | 2026-09-11T20:48:24.715Z | Compiling base64ct v1.8.3 |
| 1988 | 2026-09-11T20:48:24.775Z | Compiling pest_generator v2.8.6 |
| 1989 | 2026-09-11T20:48:24.793Z | Compiling base64 v0.22.1 |
| 1990 | 2026-09-11T20:48:24.838Z | Compiling openssl v0.10.80 |
| 1991 | 2026-09-11T20:48:24.857Z | Compiling slog v2.8.2 |
| 1992 | 2026-09-11T20:48:24.912Z | Compiling flagset v0.4.7 |
| 1993 | 2026-09-11T20:48:24.955Z | Compiling pem-rfc7468 v0.7.0 |
| 1994 | 2026-09-11T20:48:24.994Z | Compiling unicode-segmentation v1.12.0 |
| 1995 | 2026-09-11T20:48:25.070Z | Compiling darling_core v0.23.0 |
| 1996 | 2026-09-11T20:48:25.118Z | Compiling serde_derive v1.0.228 |
| 1997 | 2026-09-11T20:48:25.136Z | Compiling zeroize_derive v1.5.0 |
| 1998 | 2026-09-11T20:48:25.140Z | Compiling zerofrom-derive v0.1.6 |
| 1999 | 2026-09-11T20:48:25.170Z | Compiling yoke-derive v0.8.1 |
| 2000 | 2026-09-11T20:48:25.207Z | Compiling zerovec-derive v0.11.2 |
| 2001 | 2026-09-11T20:48:25.227Z | Compiling displaydoc v0.2.5 |
| 2002 | 2026-09-11T20:48:25.275Z | Compiling zerocopy-derive v0.8.55 |
| 2003 | 2026-09-11T20:48:25.275Z | Compiling tokio-macros v2.7.0 |
| 2004 | 2026-09-11T20:48:25.313Z | Compiling futures-macro v0.3.32 |
| 2005 | 2026-09-11T20:48:25.400Z | Compiling thiserror-impl v2.0.18 |
| 2006 | 2026-09-11T20:48:25.417Z | Compiling schemars_derive v0.8.22 |
| 2007 | 2026-09-11T20:48:25.434Z | Compiling der_derive v0.7.3 |
| 2008 | 2026-09-11T20:48:25.504Z | Compiling tracing-attributes v0.1.31 |
| 2009 | 2026-09-11T20:48:25.544Z | Compiling thiserror-impl v1.0.69 |
| 2010 | 2026-09-11T20:48:25.778Z | Compiling pest_derive v2.8.6 |
| 2011 | 2026-09-11T20:48:25.944Z | Compiling scroll_derive v0.13.1 |
| 2012 | 2026-09-11T20:48:25.974Z | Compiling scroll_derive v0.12.1 |
| 2013 | 2026-09-11T20:48:26.129Z | Compiling futures-util v0.3.32 |
| 2014 | 2026-09-11T20:48:26.286Z | Compiling openssl-macros v0.1.1 |
| 2015 | 2026-09-11T20:48:26.304Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2016 | 2026-09-11T20:48:26.320Z | Compiling zerofrom v0.1.6 |
| 2017 | 2026-09-11T20:48:26.472Z | Compiling yoke v0.8.1 |
| 2018 | 2026-09-11T20:48:26.617Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2019 | 2026-09-11T20:48:26.667Z | Compiling zerovec v0.11.5 |
| 2020 | 2026-09-11T20:48:26.701Z | Compiling zerotrie v0.2.3 |
| 2021 | 2026-09-11T20:48:26.782Z | Compiling syn v3.0.3 |
| 2022 | 2026-09-11T20:48:26.816Z | Compiling ahash v0.8.12 |
| 2023 | 2026-09-11T20:48:26.833Z | Compiling anyhow v1.0.104 |
| 2024 | 2026-09-11T20:48:27.067Z | Compiling native-tls v0.2.18 |
| 2025 | 2026-09-11T20:48:27.081Z | Compiling paste v1.0.15 |
| 2026 | 2026-09-11T20:48:27.084Z | Compiling packed_struct v0.10.1 |
| 2027 | 2026-09-11T20:48:27.165Z | Compiling tinystr v0.8.2 |
| 2028 | 2026-09-11T20:48:27.193Z | Compiling potential_utf v0.1.4 |
| 2029 | 2026-09-11T20:48:27.275Z | Compiling num-bigint-dig v0.8.6 |
| 2030 | 2026-09-11T20:48:27.321Z | Compiling icu_collections v2.1.1 |
| 2031 | 2026-09-11T20:48:27.352Z | Compiling icu_locale_core v2.1.1 |
| 2032 | 2026-09-11T20:48:27.373Z | Compiling darling_macro v0.23.0 |
| 2033 | 2026-09-11T20:48:27.388Z | Compiling regex v1.12.3 |
| 2034 | 2026-09-11T20:48:27.467Z | Compiling zerocopy-derive v0.7.35 |
| 2035 | 2026-09-11T20:48:27.962Z | Compiling icu_provider v2.1.1 |
| 2036 | 2026-09-11T20:48:28.001Z | Compiling tracing-core v0.1.36 |
| 2037 | 2026-09-11T20:48:28.082Z | Compiling cookie v0.18.1 |
| 2038 | 2026-09-11T20:48:28.098Z | Compiling camino v1.2.5 |
| 2039 | 2026-09-11T20:48:28.269Z | Compiling zeroize v1.9.0 |
| 2040 | 2026-09-11T20:48:28.285Z | Compiling bytes v1.11.1 |
| 2041 | 2026-09-11T20:48:28.381Z | Compiling chrono v0.4.45 |
| 2042 | 2026-09-11T20:48:28.458Z | Compiling icu_normalizer v2.1.1 |
| 2043 | 2026-09-11T20:48:28.532Z | Compiling icu_properties v2.1.2 |
| 2044 | 2026-09-11T20:48:28.728Z | Compiling hybrid-array v0.4.13 |
| 2045 | 2026-09-11T20:48:28.882Z | Compiling tokio v1.52.1 |
| 2046 | 2026-09-11T20:48:28.946Z | Compiling crypto-common v0.1.7 |
| 2047 | 2026-09-11T20:48:29.000Z | Compiling block-buffer v0.10.4 |
| 2048 | 2026-09-11T20:48:29.104Z | Compiling serde_tokenstream v0.2.3 |
| 2049 | 2026-09-11T20:48:29.171Z | Compiling digest v0.10.7 |
| 2050 | 2026-09-11T20:48:29.333Z | Compiling der v0.7.10 |
| 2051 | 2026-09-11T20:48:29.410Z | Compiling idna_adapter v1.2.1 |
| 2052 | 2026-09-11T20:48:29.525Z | Compiling http v1.4.2 |
| 2053 | 2026-09-11T20:48:29.572Z | Compiling idna v1.1.0 |
| 2054 | 2026-09-11T20:48:29.748Z | Compiling ppv-lite86 v0.2.21 |
| 2055 | 2026-09-11T20:48:29.826Z | Compiling fastrand v2.3.0 |
| 2056 | 2026-09-11T20:48:30.040Z | Compiling url v2.5.8 |
| 2057 | 2026-09-11T20:48:30.094Z | Compiling crypto-common v0.2.2 |
| 2058 | 2026-09-11T20:48:30.135Z | Compiling block-buffer v0.12.1 |
| 2059 | 2026-09-11T20:48:30.335Z | Compiling spki v0.7.3 |
| 2060 | 2026-09-11T20:48:30.424Z | Compiling tracing v0.1.44 |
| 2061 | 2026-09-11T20:48:30.458Z | Compiling serde_spanned v0.6.9 |
| 2062 | 2026-09-11T20:48:30.561Z | Compiling toml_datetime v0.6.11 |
| 2063 | 2026-09-11T20:48:30.690Z | Compiling darling v0.23.0 |
| 2064 | 2026-09-11T20:48:30.721Z | Compiling bitfield-macros v0.19.4 |
| 2065 | 2026-09-11T20:48:30.746Z | Compiling clap_derive v4.6.1 |
| 2066 | 2026-09-11T20:48:30.765Z | Compiling zerocopy-derive v0.6.6 |
| 2067 | 2026-09-11T20:48:30.786Z | Compiling packed_struct_codegen v0.10.1 |
| 2068 | 2026-09-11T20:48:30.826Z | Compiling indexmap v1.9.3 |
| 2069 | 2026-09-11T20:48:30.936Z | Compiling object v0.37.3 |
| 2070 | 2026-09-11T20:48:31.057Z | Compiling pkcs8 v0.10.2 |
| 2071 | 2026-09-11T20:48:31.135Z | Compiling http-body v1.0.1 |
| 2072 | 2026-09-11T20:48:31.233Z | Compiling daft-derive v0.1.8 |
| 2073 | 2026-09-11T20:48:31.334Z | Compiling rustls-pki-types v1.14.0 |
| 2074 | 2026-09-11T20:48:31.474Z | Compiling rand_core v0.9.5 |
| 2075 | 2026-09-11T20:48:31.605Z | Compiling spin v0.9.8 |
| 2076 | 2026-09-11T20:48:31.629Z | Compiling usdt-impl v0.5.0 |
| 2077 | 2026-09-11T20:48:31.697Z | Compiling tinyvec_macros v0.1.1 |
| 2078 | 2026-09-11T20:48:31.768Z | Compiling utf8parse v0.2.2 |
| 2079 | 2026-09-11T20:48:31.784Z | Compiling usdt-impl v0.6.0 |
| 2080 | 2026-09-11T20:48:31.857Z | Compiling either v1.15.0 |
| 2081 | 2026-09-11T20:48:31.874Z | Compiling winnow v0.5.40 |
| 2082 | 2026-09-11T20:48:31.891Z | Compiling anstyle v1.0.14 |
| 2083 | 2026-09-11T20:48:31.908Z | Compiling ref-cast v1.0.25 |
| 2084 | 2026-09-11T20:48:31.932Z | Compiling openssl-probe v0.2.1 |
| 2085 | 2026-09-11T20:48:31.948Z | Compiling anstyle-parse v1.0.0 |
| 2086 | 2026-09-11T20:48:32.038Z | Compiling tinyvec v1.10.0 |
| 2087 | 2026-09-11T20:48:32.142Z | Compiling tempfile v3.27.0 |
| 2088 | 2026-09-11T20:48:32.227Z | Compiling scroll v0.13.0 |
| 2089 | 2026-09-11T20:48:32.302Z | Compiling scroll v0.12.0 |
| 2090 | 2026-09-11T20:48:32.318Z | Compiling async-trait v0.1.89 |
| 2091 | 2026-09-11T20:48:32.353Z | Compiling terminal_size v0.4.3 |
| 2092 | 2026-09-11T20:48:32.372Z | Compiling heapless v0.7.17 |
| 2093 | 2026-09-11T20:48:32.508Z | Compiling simd-adler32 v0.3.8 |
| 2094 | 2026-09-11T20:48:32.538Z | Compiling atomic-waker v1.1.2 |
| 2095 | 2026-09-11T20:48:32.580Z | Compiling tokio-util v0.7.18 |
| 2096 | 2026-09-11T20:48:32.595Z | Compiling untrusted v0.7.1 |
| 2097 | 2026-09-11T20:48:32.654Z | Compiling tower-layer v0.3.3 |
| 2098 | 2026-09-11T20:48:32.679Z | Compiling winnow v1.0.3 |
| 2099 | 2026-09-11T20:48:32.694Z | Compiling zstd-safe v7.2.4 |
| 2100 | 2026-09-11T20:48:32.710Z | Compiling winnow v0.7.14 |
| 2101 | 2026-09-11T20:48:32.760Z | Compiling anstyle-query v1.1.5 |
| 2102 | 2026-09-11T20:48:32.836Z | Compiling tower-service v0.3.3 |
| 2103 | 2026-09-11T20:48:32.872Z | Compiling litrs v1.0.0 |
| 2104 | 2026-09-11T20:48:32.888Z | Compiling rustix v0.38.44 |
| 2105 | 2026-09-11T20:48:32.951Z | Compiling is_terminal_polyfill v1.70.2 |
| 2106 | 2026-09-11T20:48:33.063Z | Compiling colorchoice v1.0.4 |
| 2107 | 2026-09-11T20:48:33.195Z | Compiling toml_edit v0.19.15 |
| 2108 | 2026-09-11T20:48:33.228Z | Compiling signal-hook v0.3.18 |
| 2109 | 2026-09-11T20:48:33.335Z | Compiling try-lock v0.2.5 |
| 2110 | 2026-09-11T20:48:33.341Z | Compiling cpufeatures v0.2.17 |
| 2111 | 2026-09-11T20:48:33.341Z | Compiling h2 v0.4.15 |
| 2112 | 2026-09-11T20:48:33.360Z | Compiling anstream v1.0.0 |
| 2113 | 2026-09-11T20:48:33.390Z | Compiling document-features v0.2.12 |
| 2114 | 2026-09-11T20:48:33.406Z | Compiling want v0.3.1 |
| 2115 | 2026-09-11T20:48:33.672Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2116 | 2026-09-11T20:48:33.675Z | Compiling goblin v0.8.2 |
| 2117 | 2026-09-11T20:48:33.782Z | Compiling goblin v0.10.5 |
| 2118 | 2026-09-11T20:48:33.785Z | Compiling rand_chacha v0.9.0 |
| 2119 | 2026-09-11T20:48:33.838Z | Compiling ipnetwork v0.21.1 |
| 2120 | 2026-09-11T20:48:33.890Z | Compiling block-padding v0.4.2 |
| 2121 | 2026-09-11T20:48:33.936Z | Compiling zerocopy v0.7.35 |
| 2122 | 2026-09-11T20:48:33.961Z | Compiling ipnet v2.12.0 |
| 2123 | 2026-09-11T20:48:34.060Z | Compiling heck v0.4.1 |
| 2124 | 2026-09-11T20:48:34.196Z | Compiling structmeta-derive v0.3.0 |
| 2125 | 2026-09-11T20:48:34.213Z | Compiling ref-cast-impl v1.0.25 |
| 2126 | 2026-09-11T20:48:34.273Z | Compiling darling_core v0.20.11 |
| 2127 | 2026-09-11T20:48:34.288Z | Compiling curve25519-dalek v4.1.3 |
| 2128 | 2026-09-11T20:48:34.401Z | Compiling memoffset v0.9.1 |
| 2129 | 2026-09-11T20:48:34.421Z | Compiling foreign-types-shared v0.1.1 |
| 2130 | 2026-09-11T20:48:34.511Z | Compiling powerfmt v0.2.0 |
| 2131 | 2026-09-11T20:48:34.575Z | Compiling httpdate v1.0.3 |
| 2132 | 2026-09-11T20:48:34.642Z | Compiling const-oid v0.10.2 |
| 2133 | 2026-09-11T20:48:34.674Z | Compiling cpufeatures v0.3.0 |
| 2134 | 2026-09-11T20:48:34.814Z | Compiling untrusted v0.9.0 |
| 2135 | 2026-09-11T20:48:34.874Z | Compiling adler2 v2.0.1 |
| 2136 | 2026-09-11T20:48:34.960Z | Compiling tap v1.0.1 |
| 2137 | 2026-09-11T20:48:34.976Z | Compiling miniz_oxide v0.8.9 |
| 2138 | 2026-09-11T20:48:35.017Z | Compiling digest v0.11.3 |
| 2139 | 2026-09-11T20:48:35.034Z | Compiling deranged v0.5.8 |
| 2140 | 2026-09-11T20:48:35.052Z | Compiling foreign-types v0.3.2 |
| 2141 | 2026-09-11T20:48:35.082Z | Compiling wyz v0.5.1 |
| 2142 | 2026-09-11T20:48:35.204Z | Compiling structmeta v0.3.0 |
| 2143 | 2026-09-11T20:48:35.223Z | Compiling inout v0.2.2 |
| 2144 | 2026-09-11T20:48:35.239Z | Compiling rand v0.9.2 |
| 2145 | 2026-09-11T20:48:35.289Z | Compiling unicode-normalization v0.1.25 |
| 2146 | 2026-09-11T20:48:35.442Z | Compiling dtrace-parser v0.2.0 |
| 2147 | 2026-09-11T20:48:35.461Z | Compiling rand_chacha v0.3.1 |
| 2148 | 2026-09-11T20:48:35.491Z | Compiling signature v2.2.0 |
| 2149 | 2026-09-11T20:48:35.665Z | Compiling hex v0.4.3 |
| 2150 | 2026-09-11T20:48:35.775Z | Compiling dtrace-parser v0.3.0 |
| 2151 | 2026-09-11T20:48:35.837Z | Compiling pin-project-internal v1.1.11 |
| 2152 | 2026-09-11T20:48:35.853Z | Compiling hubpack_derive v0.1.1 |
| 2153 | 2026-09-11T20:48:35.891Z | Compiling dof v0.3.0 |
| 2154 | 2026-09-11T20:48:36.028Z | Compiling num-integer v0.1.46 |
| 2155 | 2026-09-11T20:48:36.186Z | Compiling thread-id v5.1.0 |
| 2156 | 2026-09-11T20:48:36.221Z | Compiling darling_macro v0.20.11 |
| 2157 | 2026-09-11T20:48:36.237Z | Compiling thread-id v4.2.2 |
| 2158 | 2026-09-11T20:48:36.285Z | Compiling socket2 v0.5.10 |
| 2159 | 2026-09-11T20:48:36.289Z | Compiling wait-timeout v0.2.1 |
| 2160 | 2026-09-11T20:48:36.408Z | Compiling quick-error v1.2.3 |
| 2161 | 2026-09-11T20:48:36.472Z | Compiling dof v0.4.0 |
| 2162 | 2026-09-11T20:48:36.503Z | Compiling hyper v1.10.1 |
| 2163 | 2026-09-11T20:48:36.518Z | Compiling num_threads v0.1.7 |
| 2164 | 2026-09-11T20:48:36.568Z | Compiling smoltcp v0.9.1 |
| 2165 | 2026-09-11T20:48:36.629Z | Compiling bit-vec v0.8.0 |
| 2166 | 2026-09-11T20:48:36.645Z | Compiling clap_lex v1.0.0 |
| 2167 | 2026-09-11T20:48:36.678Z | Compiling funty v2.0.0 |
| 2168 | 2026-09-11T20:48:36.697Z | Compiling owo-colors v4.3.0 |
| 2169 | 2026-09-11T20:48:36.774Z | Compiling cfg_aliases v0.2.1 |
| 2170 | 2026-09-11T20:48:36.884Z | Compiling nix v0.31.2 |
| 2171 | 2026-09-11T20:48:36.887Z | Compiling bit-set v0.8.0 |
| 2172 | 2026-09-11T20:48:36.916Z | Compiling clap_builder v4.6.0 |
| 2173 | 2026-09-11T20:48:36.932Z | Compiling darling v0.20.11 |
| 2174 | 2026-09-11T20:48:36.963Z | Compiling rusty-fork v0.3.1 |
| 2175 | 2026-09-11T20:48:37.033Z | Compiling bitvec v1.0.1 |
| 2176 | 2026-09-11T20:48:37.051Z | Compiling time v0.3.47 |
| 2177 | 2026-09-11T20:48:37.086Z | Compiling num-iter v0.1.45 |
| 2178 | 2026-09-11T20:48:37.276Z | Compiling rand v0.8.6 |
| 2179 | 2026-09-11T20:48:37.307Z | Compiling cipher v0.5.2 |
| 2180 | 2026-09-11T20:48:37.501Z | Compiling sha2 v0.10.9 |
| 2181 | 2026-09-11T20:48:37.593Z | Compiling hyper-util v0.1.20 |
| 2182 | 2026-09-11T20:48:37.716Z | Compiling lazy_static v1.5.0 |
| 2183 | 2026-09-11T20:48:37.742Z | Compiling rand_xorshift v0.4.0 |
| 2184 | 2026-09-11T20:48:37.837Z | Compiling erased-serde v0.3.31 |
| 2185 | 2026-09-11T20:48:37.911Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2186 | 2026-09-11T20:48:37.977Z | Compiling sync_wrapper v1.0.2 |
| 2187 | 2026-09-11T20:48:38.096Z | Compiling nodrop v0.1.14 |
| 2188 | 2026-09-11T20:48:38.206Z | Compiling unarray v0.1.4 |
| 2189 | 2026-09-11T20:48:38.361Z | Compiling crc-catalog v2.4.0 |
| 2190 | 2026-09-11T20:48:38.384Z | Compiling siphasher v1.0.2 |
| 2191 | 2026-09-11T20:48:38.514Z | Compiling crc v3.4.0 |
| 2192 | 2026-09-11T20:48:38.546Z | Compiling clap v4.6.1 |
| 2193 | 2026-09-11T20:48:38.620Z | Compiling proptest v1.11.0 |
| 2194 | 2026-09-11T20:48:38.718Z | Compiling array-init v0.0.4 |
| 2195 | 2026-09-11T20:48:39.082Z | Compiling tower v0.5.3 |
| 2196 | 2026-09-11T20:48:39.394Z | Compiling chacha20 v0.10.0 |
| 2197 | 2026-09-11T20:48:39.397Z | Compiling smallvec v0.6.14 |
| 2198 | 2026-09-11T20:48:39.613Z | Compiling derive_builder_core v0.20.2 |
| 2199 | 2026-09-11T20:48:39.634Z | Compiling snafu-derive v0.8.9 |
| 2200 | 2026-09-11T20:48:39.718Z | Compiling zerocopy v0.6.6 |
| 2201 | 2026-09-11T20:48:39.825Z | Compiling bitfield v0.19.4 |
| 2202 | 2026-09-11T20:48:39.890Z | Compiling http-body-util v0.1.3 |
| 2203 | 2026-09-11T20:48:40.050Z | Compiling pkcs1 v0.7.5 |
| 2204 | 2026-09-11T20:48:40.104Z | Compiling strum_macros v0.27.2 |
| 2205 | 2026-09-11T20:48:40.118Z | Compiling strum_macros v0.26.4 |
| 2206 | 2026-09-11T20:48:40.169Z | Compiling env_filter v2.0.0 |
| 2207 | 2026-09-11T20:48:40.265Z | Compiling fs-err v3.3.0 |
| 2208 | 2026-09-11T20:48:40.380Z | Compiling ryu v1.0.23 |
| 2209 | 2026-09-11T20:48:40.396Z | Compiling unicode-bidi v0.3.18 |
| 2210 | 2026-09-11T20:48:40.438Z | Compiling hashbrown v0.12.3 |
| 2211 | 2026-09-11T20:48:40.510Z | Compiling gimli v0.32.3 |
| 2212 | 2026-09-11T20:48:40.537Z | Compiling unicode-properties v0.1.4 |
| 2213 | 2026-09-11T20:48:40.552Z | Compiling base64 v0.21.7 |
| 2214 | 2026-09-11T20:48:40.617Z | Compiling allocator-api2 v0.2.21 |
| 2215 | 2026-09-11T20:48:40.883Z | Compiling iri-string v0.7.10 |
| 2216 | 2026-09-11T20:48:41.296Z | Compiling ron v0.8.1 |
| 2217 | 2026-09-11T20:48:41.311Z | Compiling stringprep v0.1.5 |
| 2218 | 2026-09-11T20:48:41.401Z | Compiling newtype-uuid v1.3.2 |
| 2219 | 2026-09-11T20:48:41.479Z | Compiling serde_urlencoded v0.7.1 |
| 2220 | 2026-09-11T20:48:41.545Z | Compiling derive_builder_macro v0.20.2 |
| 2221 | 2026-09-11T20:48:41.708Z | Compiling env_logger v0.11.11 |
| 2222 | 2026-09-11T20:48:41.724Z | Compiling rsa v0.9.10 |
| 2223 | 2026-09-11T20:48:41.757Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2224 | 2026-09-11T20:48:41.889Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2225 | 2026-09-11T20:48:41.932Z | Compiling oxnet v0.1.6 |
| 2226 | 2026-09-11T20:48:42.047Z | Compiling tower-http v0.6.8 |
| 2227 | 2026-09-11T20:48:42.082Z | Compiling tokio-native-tls v0.3.1 |
| 2228 | 2026-09-11T20:48:42.097Z | Compiling rand v0.10.1 |
| 2229 | 2026-09-11T20:48:42.141Z | Compiling serde-hex v0.1.0 |
| 2230 | 2026-09-11T20:48:42.229Z | Compiling addr2line v0.25.1 |
| 2231 | 2026-09-11T20:48:42.245Z | Compiling hashbrown v0.13.2 |
| 2232 | 2026-09-11T20:48:42.271Z | Compiling bzip2 v0.4.4 |
| 2233 | 2026-09-11T20:48:42.343Z | Compiling usdt-attr-macro v0.6.0 |
| 2234 | 2026-09-11T20:48:42.360Z | Compiling usdt-macro v0.6.0 |
| 2235 | 2026-09-11T20:48:42.427Z | Compiling sha2 v0.11.0 |
| 2236 | 2026-09-11T20:48:42.442Z | Compiling derive-ex v0.1.8 |
| 2237 | 2026-09-11T20:48:42.483Z | Compiling md-5 v0.11.0 |
| 2238 | 2026-09-11T20:48:42.499Z | Compiling hmac v0.13.0 |
| 2239 | 2026-09-11T20:48:42.734Z | Compiling rustls-native-certs v0.8.3 |
| 2240 | 2026-09-11T20:48:42.751Z | Compiling x509-cert v0.2.5 |
| 2241 | 2026-09-11T20:48:43.017Z | Compiling bstr v1.12.1 |
| 2242 | 2026-09-11T20:48:43.121Z | Compiling convert_case v0.10.0 |
| 2243 | 2026-09-11T20:48:43.203Z | Compiling vergen-lib v9.1.0 |
| 2244 | 2026-09-11T20:48:43.228Z | Compiling hash32 v0.2.1 |
| 2245 | 2026-09-11T20:48:43.313Z | Compiling encoding_rs v0.8.35 |
| 2246 | 2026-09-11T20:48:43.421Z | Compiling crc-any v2.5.0 |
| 2247 | 2026-09-11T20:48:43.574Z | Compiling zlib-rs v0.6.2 |
| 2248 | 2026-09-11T20:48:43.589Z | Compiling mime v0.3.17 |
| 2249 | 2026-09-11T20:48:43.617Z | Compiling rustc-demangle v0.1.27 |
| 2250 | 2026-09-11T20:48:43.654Z | Compiling bumpalo v3.20.2 |
| 2251 | 2026-09-11T20:48:43.856Z | Compiling unicode-width v0.2.0 |
| 2252 | 2026-09-11T20:48:43.942Z | Compiling fallible-iterator v0.2.0 |
| 2253 | 2026-09-11T20:48:43.958Z | Compiling libbz2-rs-sys v0.2.2 |
| 2254 | 2026-09-11T20:48:44.046Z | Compiling psl-types v2.0.11 |
| 2255 | 2026-09-11T20:48:44.130Z | Compiling test-strategy v0.4.5 |
| 2256 | 2026-09-11T20:48:44.169Z | Compiling publicsuffix v2.3.0 |
| 2257 | 2026-09-11T20:48:44.190Z | Compiling zopfli v0.8.3 |
| 2258 | 2026-09-11T20:48:44.283Z | Compiling postgres-protocol v0.6.12 |
| 2259 | 2026-09-11T20:48:44.559Z | Compiling bzip2 v0.6.1 |
| 2260 | 2026-09-11T20:48:44.565Z | Compiling backtrace v0.3.76 |
| 2261 | 2026-09-11T20:48:44.667Z | Compiling derive_more-impl v2.1.1 |
| 2262 | 2026-09-11T20:48:45.110Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2263 | 2026-09-11T20:48:45.318Z | Compiling object v0.30.4 |
| 2264 | 2026-09-11T20:48:45.429Z | Compiling zip v0.6.6 |
| 2265 | 2026-09-11T20:48:45.491Z | Compiling hyper-tls v0.6.0 |
| 2266 | 2026-09-11T20:48:45.542Z | Compiling daft v0.1.8 |
| 2267 | 2026-09-11T20:48:45.560Z | Compiling derive_builder v0.20.2 |
| 2268 | 2026-09-11T20:48:45.575Z | Compiling flate2 v1.1.9 |
| 2269 | 2026-09-11T20:48:45.613Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2270 | 2026-09-11T20:48:45.755Z | Compiling phf_shared v0.13.1 |
| 2271 | 2026-09-11T20:48:45.878Z | Compiling pin-project v1.1.11 |
| 2272 | 2026-09-11T20:48:45.896Z | Compiling hubpack v0.1.2 |
| 2273 | 2026-09-11T20:48:45.946Z | Compiling toml v0.7.8 |
| 2274 | 2026-09-11T20:48:46.000Z | Compiling serde_with_macros v3.21.0 |
| 2275 | 2026-09-11T20:48:46.018Z | Compiling hmac v0.12.1 |
| 2276 | 2026-09-11T20:48:46.068Z | Compiling futures-executor v0.3.32 |
| 2277 | 2026-09-11T20:48:46.100Z | Compiling enum-as-inner v0.6.1 |
| 2278 | 2026-09-11T20:48:46.136Z | Compiling async-recursion v1.1.1 |
| 2279 | 2026-09-11T20:48:46.194Z | Compiling serde_repr v0.1.20 |
| 2280 | 2026-09-11T20:48:46.218Z | Compiling miette-derive v7.6.0 |
| 2281 | 2026-09-11T20:48:46.367Z | Compiling ff v0.13.1 |
| 2282 | 2026-09-11T20:48:46.384Z | Compiling vergen v9.1.0 |
| 2283 | 2026-09-11T20:48:46.402Z | Compiling cargo-platform v0.3.2 |
| 2284 | 2026-09-11T20:48:46.502Z | Compiling managed v0.8.0 |
| 2285 | 2026-09-11T20:48:46.521Z | Compiling jiff-core v0.1.0 |
| 2286 | 2026-09-11T20:48:46.611Z | Compiling same-file v1.0.6 |
| 2287 | 2026-09-11T20:48:46.640Z | Compiling is_ci v1.2.0 |
| 2288 | 2026-09-11T20:48:46.663Z | Compiling unicode-linebreak v0.1.5 |
| 2289 | 2026-09-11T20:48:46.729Z | Compiling bitflags v1.3.2 |
| 2290 | 2026-09-11T20:48:46.745Z | Compiling foldhash v0.1.5 |
| 2291 | 2026-09-11T20:48:46.748Z | Compiling path-slash v0.1.5 |
| 2292 | 2026-09-11T20:48:46.780Z | Compiling base16ct v0.2.0 |
| 2293 | 2026-09-11T20:48:46.831Z | Compiling smawk v0.3.2 |
| 2294 | 2026-09-11T20:48:46.988Z | Compiling textwrap v0.16.2 |
| 2295 | 2026-09-11T20:48:47.075Z | Compiling sec1 v0.7.3 |
| 2296 | 2026-09-11T20:48:47.145Z | Compiling hashbrown v0.15.5 |
| 2297 | 2026-09-11T20:48:47.308Z | Compiling jiff v0.2.34 |
| 2298 | 2026-09-11T20:48:47.328Z | Compiling supports-color v3.0.2 |
| 2299 | 2026-09-11T20:48:47.363Z | Compiling walkdir v2.5.0 |
| 2300 | 2026-09-11T20:48:47.427Z | Compiling cargo_metadata v0.23.1 |
| 2301 | 2026-09-11T20:48:47.514Z | Compiling group v0.13.0 |
| 2302 | 2026-09-11T20:48:47.648Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2303 | 2026-09-11T20:48:47.715Z | Compiling futures v0.3.32 |
| 2304 | 2026-09-11T20:48:47.768Z | Compiling hkdf v0.12.4 |
| 2305 | 2026-09-11T20:48:47.946Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 2306 | 2026-09-11T20:48:48.140Z | Compiling snafu v0.8.9 |
| 2307 | 2026-09-11T20:48:48.164Z | Compiling phf v0.13.1 |
| 2308 | 2026-09-11T20:48:48.493Z | Compiling reqwest v0.12.28 |
| 2309 | 2026-09-11T20:48:48.737Z | Compiling signal-hook-mio v0.2.5 |
| 2310 | 2026-09-11T20:48:48.777Z | Compiling cookie_store v0.22.1 |
| 2311 | 2026-09-11T20:48:48.833Z | Compiling backtrace-ext v0.2.1 |
| 2312 | 2026-09-11T20:48:48.865Z | Compiling zstd v0.13.3 |
| 2313 | 2026-09-11T20:48:48.946Z | Compiling postgres-types v0.2.14 |
| 2314 | 2026-09-11T20:48:49.019Z | Compiling globset v0.4.18 |
| 2315 | 2026-09-11T20:48:49.036Z | Compiling strum v0.27.2 |
| 2316 | 2026-09-11T20:48:49.102Z | Compiling hashbrown v0.16.1 |
| 2317 | 2026-09-11T20:48:49.259Z | Compiling phf_shared v0.11.3 |
| 2318 | 2026-09-11T20:48:49.344Z | Compiling crossbeam-epoch v0.9.18 |
| 2319 | 2026-09-11T20:48:49.407Z | Compiling byte-wrapper v0.1.0 |
| 2320 | 2026-09-11T20:48:49.466Z | Compiling olpc-cjson v0.1.4 |
| 2321 | 2026-09-11T20:48:49.484Z | Compiling ed25519 v2.2.3 |
| 2322 | 2026-09-11T20:48:49.642Z | Compiling crypto-bigint v0.5.5 |
| 2323 | 2026-09-11T20:48:49.747Z | Compiling serde-big-array v0.5.1 |
| 2324 | 2026-09-11T20:48:49.751Z | Compiling serde_plain v1.0.2 |
| 2325 | 2026-09-11T20:48:49.779Z | Compiling pem v3.0.6 |
| 2326 | 2026-09-11T20:48:49.854Z | Compiling float-cmp v0.10.0 |
| 2327 | 2026-09-11T20:48:49.911Z | Compiling memmap2 v0.9.10 |
| 2328 | 2026-09-11T20:48:49.984Z | Compiling static_assertions v1.1.0 |
| 2329 | 2026-09-11T20:48:50.016Z | Compiling supports-hyperlinks v3.2.0 |
| 2330 | 2026-09-11T20:48:50.072Z | Compiling predicates-core v1.0.10 |
| 2331 | 2026-09-11T20:48:50.138Z | Compiling whoami v2.1.0 |
| 2332 | 2026-09-11T20:48:50.214Z | Compiling difflib v0.4.0 |
| 2333 | 2026-09-11T20:48:50.259Z | Compiling normalize-line-endings v0.3.0 |
| 2334 | 2026-09-11T20:48:50.275Z | Compiling precomputed-hash v0.1.1 |
| 2335 | 2026-09-11T20:48:50.293Z | Compiling typed-path v0.12.3 |
| 2336 | 2026-09-11T20:48:50.312Z | Compiling supports-unicode v3.0.0 |
| 2337 | 2026-09-11T20:48:50.329Z | Compiling fixedbitset v0.5.7 |
| 2338 | 2026-09-11T20:48:50.375Z | Compiling data-encoding v2.10.0 |
| 2339 | 2026-09-11T20:48:50.392Z | Compiling unicode-width v0.1.14 |
| 2340 | 2026-09-11T20:48:50.474Z | Compiling toml_write v0.1.2 |
| 2341 | 2026-09-11T20:48:50.490Z | Compiling new_debug_unreachable v1.0.6 |
| 2342 | 2026-09-11T20:48:50.528Z | Compiling typed-path v0.9.3 |
| 2343 | 2026-09-11T20:48:50.581Z | Compiling fixedbitset v0.4.2 |
| 2344 | 2026-09-11T20:48:50.620Z | Compiling keccak v0.1.6 |
| 2345 | 2026-09-11T20:48:50.664Z | Compiling toml_edit v0.22.27 |
| 2346 | 2026-09-11T20:48:50.708Z | Compiling hickory-proto v0.25.2 |
| 2347 | 2026-09-11T20:48:50.728Z | Compiling miette v7.6.0 |
| 2348 | 2026-09-11T20:48:50.804Z | Compiling sha3 v0.10.8 |
| 2349 | 2026-09-11T20:48:50.820Z | Compiling petgraph v0.6.5 |
| 2350 | 2026-09-11T20:48:50.837Z | Compiling string_cache v0.8.9 |
| 2351 | 2026-09-11T20:48:50.873Z | Compiling petgraph v0.8.3 |
| 2352 | 2026-09-11T20:48:50.911Z | Compiling elliptic-curve v0.13.8 |
| 2353 | 2026-09-11T20:48:51.087Z | Compiling predicates v3.1.4 |
| 2354 | 2026-09-11T20:48:51.268Z | Compiling zip v8.6.0 |
| 2355 | 2026-09-11T20:48:51.349Z | Compiling tokio-postgres v0.7.18 |
| 2356 | 2026-09-11T20:48:51.674Z | Compiling usdt v0.6.0 |
| 2357 | 2026-09-11T20:48:51.742Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 2358 | 2026-09-11T20:48:52.038Z | Compiling ed25519-dalek v2.2.0 |
| 2359 | 2026-09-11T20:48:52.238Z | Compiling iddqd v0.4.2 |
| 2360 | 2026-09-11T20:48:52.287Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2361 | 2026-09-11T20:48:52.425Z | Compiling zip v4.6.1 |
| 2362 | 2026-09-11T20:48:52.864Z | Compiling crossterm v0.28.1 |
| 2363 | 2026-09-11T20:48:53.455Z | Compiling serde_with v3.21.0 |
| 2364 | 2026-09-11T20:48:53.493Z | Compiling derive_more v2.1.1 |
| 2365 | 2026-09-11T20:48:53.593Z | Compiling similar v2.7.0 |
| 2366 | 2026-09-11T20:48:53.619Z | Compiling strum v0.26.3 |
| 2367 | 2026-09-11T20:48:53.690Z | Compiling tokio-stream v0.1.18 |
| 2368 | 2026-09-11T20:48:53.708Z | Compiling buf-list v1.1.2 |
| 2369 | 2026-09-11T20:48:53.787Z | Compiling itertools v0.13.0 |
| 2370 | 2026-09-11T20:48:53.902Z | Compiling openapiv3 v2.2.0 |
| 2371 | 2026-09-11T20:48:54.511Z | Compiling peg-runtime v0.8.5 |
| 2372 | 2026-09-11T20:48:54.766Z | Compiling lalrpop-util v0.19.12 |
| 2373 | 2026-09-11T20:49:08.316Z | Compiling macaddr v1.0.1 |
| 2374 | 2026-09-11T20:49:08.348Z | Compiling rayon-core v1.13.0 |
| 2375 | 2026-09-11T20:49:08.375Z | Compiling crucible-workspace-hack v0.1.0 |
| 2376 | 2026-09-11T20:49:08.410Z | Compiling itertools v0.15.0 |
| 2377 | 2026-09-11T20:49:08.534Z | Compiling secrecy v0.10.3 |
| 2378 | 2026-09-11T20:49:08.551Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2379 | 2026-09-11T20:49:08.596Z | Compiling heapless v0.8.0 |
| 2380 | 2026-09-11T20:49:08.613Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2381 | 2026-09-11T20:49:08.644Z | Compiling crossbeam-deque v0.8.6 |
| 2382 | 2026-09-11T20:49:08.648Z | Compiling inout v0.1.4 |
| 2383 | 2026-09-11T20:49:08.711Z | Compiling hash32 v0.3.1 |
| 2384 | 2026-09-11T20:49:08.766Z | Compiling multer v3.1.0 |
| 2385 | 2026-09-11T20:49:08.842Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2386 | 2026-09-11T20:49:08.859Z | Compiling thread_local v1.1.9 |
| 2387 | 2026-09-11T20:49:08.877Z | Compiling smoltcp v0.11.0 |
| 2388 | 2026-09-11T20:49:08.894Z | Compiling compression-core v0.4.31 |
| 2389 | 2026-09-11T20:49:08.897Z | Compiling match_cfg v0.1.0 |
| 2390 | 2026-09-11T20:49:08.928Z | Compiling slog-async v2.8.0 |
| 2391 | 2026-09-11T20:49:08.991Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2392 | 2026-09-11T20:49:09.006Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2393 | 2026-09-11T20:49:09.076Z | Compiling compression-codecs v0.4.37 |
| 2394 | 2026-09-11T20:49:09.092Z | Compiling hostname v0.3.1 |
| 2395 | 2026-09-11T20:49:09.161Z | Compiling cipher v0.4.4 |
| 2396 | 2026-09-11T20:49:09.275Z | Compiling atomicwrites v0.4.4 |
| 2397 | 2026-09-11T20:49:09.279Z | Compiling slog-json v2.6.1 |
| 2398 | 2026-09-11T20:49:09.314Z | Compiling crossbeam-channel v0.5.15 |
| 2399 | 2026-09-11T20:49:09.317Z | Compiling half v2.7.1 |
| 2400 | 2026-09-11T20:49:09.370Z | Compiling newtype-uuid-macros v0.1.0 |
| 2401 | 2026-09-11T20:49:09.431Z | Compiling proc-macro-crate v3.4.0 |
| 2402 | 2026-09-11T20:49:09.531Z | Compiling universal-hash v0.5.1 |
| 2403 | 2026-09-11T20:49:09.554Z | Compiling serde_tokenstream v0.3.0 |
| 2404 | 2026-09-11T20:49:09.632Z | Compiling cobs v0.3.0 |
| 2405 | 2026-09-11T20:49:09.666Z | Compiling async-stream-impl v0.3.6 |
| 2406 | 2026-09-11T20:49:09.694Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2407 | 2026-09-11T20:49:09.718Z | Compiling ingot-macros v0.2.0 |
| 2408 | 2026-09-11T20:49:09.745Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2409 | 2026-09-11T20:49:09.853Z | Compiling serde_spanned v1.1.1 |
| 2410 | 2026-09-11T20:49:09.870Z | Compiling is-terminal v0.4.17 |
| 2411 | 2026-09-11T20:49:09.873Z | Compiling proc-macro-error-attr v1.0.4 |
| 2412 | 2026-09-11T20:49:09.901Z | Compiling dropshot v0.17.1 |
| 2413 | 2026-09-11T20:49:09.988Z | Compiling take_mut v0.2.2 |
| 2414 | 2026-09-11T20:49:10.021Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2415 | 2026-09-11T20:49:10.070Z | Compiling term v1.2.1 |
| 2416 | 2026-09-11T20:49:10.103Z | Compiling opaque-debug v0.3.1 |
| 2417 | 2026-09-11T20:49:10.124Z | Compiling ciborium-io v0.2.2 |
| 2418 | 2026-09-11T20:49:10.141Z | Compiling convert_case v0.4.0 |
| 2419 | 2026-09-11T20:49:10.144Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2420 | 2026-09-11T20:49:10.191Z | Compiling poly1305 v0.8.0 |
| 2421 | 2026-09-11T20:49:10.206Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2422 | 2026-09-11T20:49:10.233Z | Compiling ciborium-ll v0.2.2 |
| 2423 | 2026-09-11T20:49:10.250Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2424 | 2026-09-11T20:49:10.290Z | Compiling async-stream v0.3.6 |
| 2425 | 2026-09-11T20:49:10.333Z | Compiling oxide-generation-macros v0.2.0 |
| 2426 | 2026-09-11T20:49:10.404Z | Compiling slog-term v2.9.2 |
| 2427 | 2026-09-11T20:49:10.452Z | Compiling derive_more v0.99.20 |
| 2428 | 2026-09-11T20:49:10.483Z | Compiling num_enum_derive v0.7.6 |
| 2429 | 2026-09-11T20:49:10.498Z | Compiling postcard v1.1.3 |
| 2430 | 2026-09-11T20:49:10.736Z | Compiling thiserror-no-std v2.0.2 |
| 2431 | 2026-09-11T20:49:10.889Z | Compiling slog-bunyan v2.5.0 |
| 2432 | 2026-09-11T20:49:10.905Z | Compiling chacha20 v0.9.1 |
| 2433 | 2026-09-11T20:49:11.027Z | Compiling async-compression v0.4.41 |
| 2434 | 2026-09-11T20:49:11.088Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2435 | 2026-09-11T20:49:11.092Z | Compiling oxide-generation v0.1.3 |
| 2436 | 2026-09-11T20:49:11.170Z | Compiling sha1 v0.11.0 |
| 2437 | 2026-09-11T20:49:11.186Z | Compiling parse-display-derive v0.10.0 |
| 2438 | 2026-09-11T20:49:11.315Z | Compiling proc-macro-crate v1.3.1 |
| 2439 | 2026-09-11T20:49:11.459Z | Compiling waitgroup v0.1.2 |
| 2440 | 2026-09-11T20:49:11.476Z | Compiling rustls-pemfile v2.2.0 |
| 2441 | 2026-09-11T20:49:11.526Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2442 | 2026-09-11T20:49:11.620Z | Compiling backon v1.6.0 |
| 2443 | 2026-09-11T20:49:11.663Z | Compiling blake2 v0.10.6 |
| 2444 | 2026-09-11T20:49:11.728Z | Compiling dropshot_endpoint v0.17.1 |
| 2445 | 2026-09-11T20:49:11.731Z | Compiling aead v0.5.2 |
| 2446 | 2026-09-11T20:49:11.825Z | Compiling password-hash v0.5.0 |
| 2447 | 2026-09-11T20:49:11.856Z | Compiling foreign-types-macros v0.2.3 |
| 2448 | 2026-09-11T20:49:11.931Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2449 | 2026-09-11T20:49:12.049Z | Compiling serde_path_to_error v0.1.20 |
| 2450 | 2026-09-11T20:49:12.207Z | Compiling hostname v0.4.2 |
| 2451 | 2026-09-11T20:49:12.230Z | Compiling proc-macro-error v1.0.4 |
| 2452 | 2026-09-11T20:49:12.247Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2453 | 2026-09-11T20:49:12.300Z | Compiling instant v0.1.13 |
| 2454 | 2026-09-11T20:49:12.383Z | Compiling rustls-webpki v0.103.13 |
| 2455 | 2026-09-11T20:49:12.400Z | Compiling ingot-types v0.2.0 |
| 2456 | 2026-09-11T20:49:12.404Z | Compiling foreign-types-shared v0.3.1 |
| 2457 | 2026-09-11T20:49:12.436Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2458 | 2026-09-11T20:49:12.489Z | Compiling debug-ignore v1.0.5 |
| 2459 | 2026-09-11T20:49:12.505Z | Compiling foreign-types v0.5.0 |
| 2460 | 2026-09-11T20:49:12.541Z | Compiling backoff v0.4.0 |
| 2461 | 2026-09-11T20:49:12.567Z | Compiling argon2 v0.5.3 |
| 2462 | 2026-09-11T20:49:12.595Z | Compiling chacha20poly1305 v0.10.1 |
| 2463 | 2026-09-11T20:49:12.616Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2464 | 2026-09-11T20:49:12.619Z | Compiling num_enum_derive v0.5.11 |
| 2465 | 2026-09-11T20:49:12.633Z | Compiling num_enum v0.7.6 |
| 2466 | 2026-09-11T20:49:12.696Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2467 | 2026-09-11T20:49:12.712Z | Compiling vsss-rs v3.3.4 |
| 2468 | 2026-09-11T20:49:12.730Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-09-11T20:49:12.733Z | Compiling ciborium v0.2.2 |
| 2470 | 2026-09-11T20:49:12.938Z | Compiling ingot v0.2.1 |
| 2471 | 2026-09-11T20:49:12.946Z | Compiling regress v0.10.5 |
| 2472 | 2026-09-11T20:49:13.057Z | Compiling itertools v0.14.0 |
| 2473 | 2026-09-11T20:49:13.188Z | Compiling tabwriter v1.4.1 |
| 2474 | 2026-09-11T20:49:13.205Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2475 | 2026-09-11T20:49:13.230Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2476 | 2026-09-11T20:49:13.286Z | Compiling cstr-argument v0.1.2 |
| 2477 | 2026-09-11T20:49:13.291Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2478 | 2026-09-11T20:49:13.367Z | Compiling humantime v2.3.0 |
| 2479 | 2026-09-11T20:49:13.452Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2480 | 2026-09-11T20:49:13.525Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2481 | 2026-09-11T20:49:13.641Z | Compiling num_enum v0.5.11 |
| 2482 | 2026-09-11T20:49:13.703Z | Compiling rayon v1.11.0 |
| 2483 | 2026-09-11T20:49:13.707Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2484 | 2026-09-11T20:49:13.737Z | Compiling colored v3.1.1 |
| 2485 | 2026-09-11T20:49:13.740Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2486 | 2026-09-11T20:49:13.769Z | Compiling indent_write v2.2.0 |
| 2487 | 2026-09-11T20:49:13.772Z | Compiling libefi-sys v0.1.0 |
| 2488 | 2026-09-11T20:49:13.803Z | Compiling zone_cfg_derive v0.3.1 |
| 2489 | 2026-09-11T20:49:13.806Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2490 | 2026-09-11T20:49:13.892Z | Compiling illumos-nvpair v0.3.0 |
| 2491 | 2026-09-11T20:49:13.955Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2492 | 2026-09-11T20:49:14.116Z | Compiling camino-tempfile v1.4.1 |
| 2493 | 2026-09-11T20:49:14.182Z | Compiling itertools v0.12.1 |
| 2494 | 2026-09-11T20:49:14.204Z | Compiling usdt-attr-macro v0.5.0 |
| 2495 | 2026-09-11T20:49:14.237Z | Compiling usdt-macro v0.5.0 |
| 2496 | 2026-09-11T20:49:14.253Z | Compiling bitfield-struct v0.6.2 |
| 2497 | 2026-09-11T20:49:14.268Z | Compiling num-derive v0.4.2 |
| 2498 | 2026-09-11T20:49:14.456Z | Compiling blake3 v1.8.5 |
| 2499 | 2026-09-11T20:49:14.472Z | Compiling memmap v0.7.0 |
| 2500 | 2026-09-11T20:49:14.571Z | Compiling sigpipe v0.1.3 |
| 2501 | 2026-09-11T20:49:14.674Z | Compiling swrite v0.1.0 |
| 2502 | 2026-09-11T20:49:14.690Z | Compiling glob v0.3.3 |
| 2503 | 2026-09-11T20:49:14.798Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2504 | 2026-09-11T20:49:14.856Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2505 | 2026-09-11T20:49:14.910Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2506 | 2026-09-11T20:49:14.986Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-09-11T20:49:15.023Z | Compiling usdt v0.5.0 |
| 2508 | 2026-09-11T20:49:15.057Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2509 | 2026-09-11T20:49:15.193Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2510 | 2026-09-11T20:49:15.293Z | Compiling smf v0.2.3 |
| 2511 | 2026-09-11T20:49:15.320Z | Compiling filetime v0.2.27 |
| 2512 | 2026-09-11T20:49:15.489Z | Compiling zone v0.3.1 |
| 2513 | 2026-09-11T20:49:15.507Z | Compiling constant_time_eq v0.4.2 |
| 2514 | 2026-09-11T20:49:15.522Z | Compiling arrayref v0.3.9 |
| 2515 | 2026-09-11T20:49:15.537Z | Compiling arrayvec v0.7.6 |
| 2516 | 2026-09-11T20:49:15.552Z | Compiling xattr v1.6.1 |
| 2517 | 2026-09-11T20:49:15.611Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2518 | 2026-09-11T20:49:15.627Z | Compiling whoami v1.6.1 |
| 2519 | 2026-09-11T20:49:15.647Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2520 | 2026-09-11T20:49:15.690Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2521 | 2026-09-11T20:49:15.707Z | Compiling tar v0.4.46 |
| 2522 | 2026-09-11T20:49:15.790Z | Compiling tokio-rustls v0.26.4 |
| 2523 | 2026-09-11T20:49:15.815Z | Compiling rustls-platform-verifier v0.6.2 |
| 2524 | 2026-09-11T20:49:15.861Z | Compiling tough v0.22.0 |
| 2525 | 2026-09-11T20:49:15.987Z | Compiling tokio-dtrace v0.1.1 |
| 2526 | 2026-09-11T20:49:16.044Z | Compiling hyper-rustls v0.27.7 |
| 2527 | 2026-09-11T20:49:16.072Z | Compiling gethostname v0.5.0 |
| 2528 | 2026-09-11T20:49:16.088Z | Compiling console v0.16.2 |
| 2529 | 2026-09-11T20:49:16.215Z | Compiling topological-sort v0.2.2 |
| 2530 | 2026-09-11T20:49:16.240Z | Compiling unit-prefix v0.5.2 |
| 2531 | 2026-09-11T20:49:16.287Z | Compiling reqwest v0.13.2 |
| 2532 | 2026-09-11T20:49:16.358Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2533 | 2026-09-11T20:49:16.419Z | Compiling oxide-tokio-rt v0.1.4 |
| 2534 | 2026-09-11T20:49:16.422Z | Compiling toml v0.8.23 |
| 2535 | 2026-09-11T20:49:16.450Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2536 | 2026-09-11T20:49:16.498Z | Compiling indicatif v0.18.4 |
| 2537 | 2026-09-11T20:49:16.528Z | Compiling shell-words v1.1.1 |
| 2538 | 2026-09-11T20:49:17.699Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2539 | 2026-09-11T20:49:19.131Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2540 | 2026-09-11T20:49:19.402Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2541 | 2026-09-11T20:49:25.896Z | Compiling progenitor-client v0.14.0 |
| 2542 | 2026-09-11T20:49:25.897Z | Compiling omicron-zone-package v0.12.3 |
| 2543 | 2026-09-11T20:49:26.147Z | Compiling progenitor-extras v0.2.0 |
| 2544 | 2026-09-11T20:49:26.491Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2545 | 2026-09-11T20:49:26.534Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2546 | 2026-09-11T20:49:26.620Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2547 | 2026-09-11T20:49:26.671Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2548 | 2026-09-11T20:49:26.728Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2549 | 2026-09-11T20:49:26.782Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2550 | 2026-09-11T20:49:26.827Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2551 | 2026-09-11T20:49:26.991Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2552 | 2026-09-11T20:49:27.296Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2553 | 2026-09-11T20:49:30.467Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2554 | 2026-09-11T20:49:40.186Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2555 | 2026-09-11T20:49:43.258Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2556 | 2026-09-11T20:49:44.254Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2557 | 2026-09-11T20:49:55.945Z | Finished `release` profile [optimized] target(s) in 1m 37s |
| 2558 | 2026-09-11T20:49:56.091Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2559 | 2026-09-11T20:49:56.153Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2560 | 2026-09-11T20:49:56.156Z | Created new build target 'test' and set it as active |
| 2561 | 2026-09-11T20:49:56.156Z | |
| 2562 | 2026-09-11T20:49:56.156Z | real 1:37.602621810 |
| 2563 | 2026-09-11T20:49:56.156Z | user 14:34.289109413 |
| 2564 | 2026-09-11T20:49:56.156Z | sys 2:52.869003725 |
| 2565 | 2026-09-11T20:49:56.156Z | trap 0.436543211 |
| 2566 | 2026-09-11T20:49:56.156Z | tflt 0.539915430 |
| 2567 | 2026-09-11T20:49:56.156Z | dflt 3.676983952 |
| 2568 | 2026-09-11T20:49:56.156Z | kflt 0.000954580 |
| 2569 | 2026-09-11T20:49:56.156Z | lock 40:48.592871511 |
| 2570 | 2026-09-11T20:49:56.156Z | slp 34:38.098935630 |
| 2571 | 2026-09-11T20:49:56.156Z | lat 41.244171457 |
| 2572 | 2026-09-11T20:49:56.156Z | stop 6:24.287254686 |
| 2573 | 2026-09-11T20:49:56.160Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2574 | 2026-09-11T20:49:57.055Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2575 | 2026-09-11T20:49:57.126Z | Running `target/release/omicron-package -t test package` |
| 2576 | 2026-09-11T20:49:57.182Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2577 | 2026-09-11T20:49:58.644Z | Compiling cfg-if v1.0.4 |
| 2578 | 2026-09-11T20:49:58.861Z | Compiling serde_core v1.0.228 |
| 2579 | 2026-09-11T20:49:58.861Z | Compiling libc v0.2.185 |
| 2580 | 2026-09-11T20:49:58.864Z | Compiling memchr v2.8.0 |
| 2581 | 2026-09-11T20:49:58.918Z | Compiling smallvec v1.15.1 |
| 2582 | 2026-09-11T20:49:58.951Z | Compiling stable_deref_trait v1.2.1 |
| 2583 | 2026-09-11T20:49:58.978Z | Compiling libm v0.2.16 |
| 2584 | 2026-09-11T20:49:58.982Z | Compiling scopeguard v1.2.0 |
| 2585 | 2026-09-11T20:49:59.026Z | Compiling rand_core v0.10.0 |
| 2586 | 2026-09-11T20:49:59.026Z | Compiling zerofrom v0.1.6 |
| 2587 | 2026-09-11T20:49:59.068Z | Compiling percent-encoding v2.3.2 |
| 2588 | 2026-09-11T20:49:59.071Z | Compiling writeable v0.6.2 |
| 2589 | 2026-09-11T20:49:59.090Z | Compiling litemap v0.8.1 |
| 2590 | 2026-09-11T20:49:59.142Z | Compiling lock_api v0.4.14 |
| 2591 | 2026-09-11T20:49:59.142Z | Compiling yoke v0.8.1 |
| 2592 | 2026-09-11T20:49:59.191Z | Compiling icu_properties_data v2.1.2 |
| 2593 | 2026-09-11T20:49:59.191Z | Compiling icu_normalizer_data v2.1.1 |
| 2594 | 2026-09-11T20:49:59.238Z | Compiling utf8_iter v1.0.4 |
| 2595 | 2026-09-11T20:49:59.238Z | Compiling form_urlencoded v1.2.2 |
| 2596 | 2026-09-11T20:49:59.288Z | Compiling iana-time-zone v0.1.65 |
| 2597 | 2026-09-11T20:49:59.314Z | Compiling zerocopy v0.8.55 |
| 2598 | 2026-09-11T20:49:59.336Z | Compiling errno v0.3.14 |
| 2599 | 2026-09-11T20:49:59.360Z | Compiling getrandom v0.4.3 |
| 2600 | 2026-09-11T20:49:59.364Z | Compiling zerovec v0.11.5 |
| 2601 | 2026-09-11T20:49:59.382Z | Compiling zerotrie v0.2.3 |
| 2602 | 2026-09-11T20:49:59.386Z | Compiling parking_lot_core v0.9.12 |
| 2603 | 2026-09-11T20:49:59.456Z | Compiling mio v1.2.0 |
| 2604 | 2026-09-11T20:49:59.481Z | Compiling signal-hook-registry v1.4.8 |
| 2605 | 2026-09-11T20:49:59.510Z | Compiling socket2 v0.6.3 |
| 2606 | 2026-09-11T20:49:59.541Z | Compiling thiserror v2.0.18 |
| 2607 | 2026-09-11T20:49:59.592Z | Compiling getrandom v0.2.17 |
| 2608 | 2026-09-11T20:49:59.626Z | Compiling futures-util v0.3.32 |
| 2609 | 2026-09-11T20:49:59.650Z | Compiling parking_lot v0.12.5 |
| 2610 | 2026-09-11T20:49:59.650Z | Compiling getrandom v0.3.4 |
| 2611 | 2026-09-11T20:49:59.654Z | Compiling base64 v0.22.1 |
| 2612 | 2026-09-11T20:49:59.740Z | Compiling time v0.3.47 |
| 2613 | 2026-09-11T20:49:59.836Z | Compiling num-traits v0.2.19 |
| 2614 | 2026-09-11T20:49:59.860Z | Compiling rand_core v0.6.4 |
| 2615 | 2026-09-11T20:49:59.884Z | Compiling rand_core v0.9.5 |
| 2616 | 2026-09-11T20:49:59.908Z | Compiling aho-corasick v1.1.4 |
| 2617 | 2026-09-11T20:49:59.935Z | Compiling tinystr v0.8.2 |
| 2618 | 2026-09-11T20:49:59.980Z | Compiling potential_utf v0.1.4 |
| 2619 | 2026-09-11T20:50:00.005Z | Compiling spin v0.9.8 |
| 2620 | 2026-09-11T20:50:00.036Z | Compiling socket2 v0.5.10 |
| 2621 | 2026-09-11T20:50:00.071Z | Compiling pest v2.8.6 |
| 2622 | 2026-09-11T20:50:00.128Z | Compiling icu_locale_core v2.1.1 |
| 2623 | 2026-09-11T20:50:00.179Z | Compiling crc32fast v1.5.0 |
| 2624 | 2026-09-11T20:50:00.201Z | Compiling icu_collections v2.1.1 |
| 2625 | 2026-09-11T20:50:00.221Z | Compiling encoding_rs v0.8.35 |
| 2626 | 2026-09-11T20:50:00.251Z | Compiling simd-adler32 v0.3.8 |
| 2627 | 2026-09-11T20:50:00.280Z | Compiling adler2 v2.0.1 |
| 2628 | 2026-09-11T20:50:00.304Z | Compiling lazy_static v1.5.0 |
| 2629 | 2026-09-11T20:50:00.430Z | Compiling wait-timeout v0.2.1 |
| 2630 | 2026-09-11T20:50:00.462Z | Compiling miniz_oxide v0.8.9 |
| 2631 | 2026-09-11T20:50:00.485Z | Compiling rand_xorshift v0.4.0 |
| 2632 | 2026-09-11T20:50:00.583Z | Compiling zlib-rs v0.6.2 |
| 2633 | 2026-09-11T20:50:00.647Z | Compiling num-integer v0.1.46 |
| 2634 | 2026-09-11T20:50:00.674Z | Compiling thread-id v5.1.0 |
| 2635 | 2026-09-11T20:50:00.701Z | Compiling serde v1.0.228 |
| 2636 | 2026-09-11T20:50:00.786Z | Compiling bitflags v2.11.0 |
| 2637 | 2026-09-11T20:50:00.809Z | Compiling serde_json v1.0.151 |
| 2638 | 2026-09-11T20:50:00.853Z | Compiling icu_provider v2.1.1 |
| 2639 | 2026-09-11T20:50:00.913Z | Compiling uuid v1.23.4 |
| 2640 | 2026-09-11T20:50:00.944Z | Compiling semver v1.0.28 |
| 2641 | 2026-09-11T20:50:01.063Z | Compiling rustix v1.1.4 |
| 2642 | 2026-09-11T20:50:01.220Z | Compiling bytes v1.11.1 |
| 2643 | 2026-09-11T20:50:01.292Z | Compiling zeroize v1.9.0 |
| 2644 | 2026-09-11T20:50:01.330Z | Compiling icu_properties v2.1.2 |
| 2645 | 2026-09-11T20:50:01.394Z | Compiling icu_normalizer v2.1.1 |
| 2646 | 2026-09-11T20:50:01.528Z | Compiling chrono v0.4.45 |
| 2647 | 2026-09-11T20:50:01.557Z | Compiling indexmap v2.14.0 |
| 2648 | 2026-09-11T20:50:01.580Z | Compiling generic-array v0.14.7 |
| 2649 | 2026-09-11T20:50:01.875Z | Compiling tokio v1.52.1 |
| 2650 | 2026-09-11T20:50:01.968Z | Compiling http v1.4.2 |
| 2651 | 2026-09-11T20:50:02.048Z | Compiling erased-serde v0.3.31 |
| 2652 | 2026-09-11T20:50:02.179Z | Compiling crypto-common v0.1.7 |
| 2653 | 2026-09-11T20:50:02.224Z | Compiling block-buffer v0.10.4 |
| 2654 | 2026-09-11T20:50:02.362Z | Compiling idna_adapter v1.2.1 |
| 2655 | 2026-09-11T20:50:02.435Z | Compiling ppv-lite86 v0.2.21 |
| 2656 | 2026-09-11T20:50:02.459Z | Compiling digest v0.10.7 |
| 2657 | 2026-09-11T20:50:02.462Z | Compiling terminal_size v0.4.3 |
| 2658 | 2026-09-11T20:50:02.506Z | Compiling idna v1.1.0 |
| 2659 | 2026-09-11T20:50:02.509Z | Compiling slog v2.8.2 |
| 2660 | 2026-09-11T20:50:02.553Z | Compiling rustls-pki-types v1.14.0 |
| 2661 | 2026-09-11T20:50:02.576Z | Compiling ipnet v2.12.0 |
| 2662 | 2026-09-11T20:50:02.601Z | Compiling clap_builder v4.6.0 |
| 2663 | 2026-09-11T20:50:02.625Z | Compiling aws-lc-rs v1.16.3 |
| 2664 | 2026-09-11T20:50:02.651Z | Compiling regex-automata v0.4.14 |
| 2665 | 2026-09-11T20:50:02.654Z | Compiling tempfile v3.27.0 |
| 2666 | 2026-09-11T20:50:02.699Z | Compiling der v0.7.10 |
| 2667 | 2026-09-11T20:50:02.761Z | Compiling rand_chacha v0.9.0 |
| 2668 | 2026-09-11T20:50:02.809Z | Compiling http-body v1.0.1 |
| 2669 | 2026-09-11T20:50:02.912Z | Compiling url v2.5.8 |
| 2670 | 2026-09-11T20:50:03.004Z | Compiling rand v0.9.2 |
| 2671 | 2026-09-11T20:50:03.042Z | Compiling hybrid-array v0.4.13 |
| 2672 | 2026-09-11T20:50:03.182Z | Compiling rand_chacha v0.3.1 |
| 2673 | 2026-09-11T20:50:03.231Z | Compiling http-body-util v0.1.3 |
| 2674 | 2026-09-11T20:50:03.275Z | Compiling serde_urlencoded v0.7.1 |
| 2675 | 2026-09-11T20:50:03.325Z | Compiling hex v0.4.3 |
| 2676 | 2026-09-11T20:50:03.388Z | Compiling hubpack v0.1.2 |
| 2677 | 2026-09-11T20:50:03.543Z | Compiling rand v0.8.6 |
| 2678 | 2026-09-11T20:50:03.595Z | Compiling schemars v0.8.22 |
| 2679 | 2026-09-11T20:50:03.649Z | Compiling rustls-native-certs v0.8.3 |
| 2680 | 2026-09-11T20:50:03.684Z | Compiling spki v0.7.3 |
| 2681 | 2026-09-11T20:50:03.749Z | Compiling rustls-webpki v0.103.13 |
| 2682 | 2026-09-11T20:50:03.774Z | Compiling futures-executor v0.3.32 |
| 2683 | 2026-09-11T20:50:03.909Z | Compiling pkcs8 v0.10.2 |
| 2684 | 2026-09-11T20:50:03.965Z | Compiling block-buffer v0.12.1 |
| 2685 | 2026-09-11T20:50:04.130Z | Compiling crypto-common v0.2.2 |
| 2686 | 2026-09-11T20:50:04.152Z | Compiling futures v0.3.32 |
| 2687 | 2026-09-11T20:50:04.202Z | Compiling publicsuffix v2.3.0 |
| 2688 | 2026-09-11T20:50:04.262Z | Compiling openapiv3 v2.2.0 |
| 2689 | 2026-09-11T20:50:04.328Z | Compiling rustls v0.23.41 |
| 2690 | 2026-09-11T20:50:04.394Z | Compiling cookie v0.18.1 |
| 2691 | 2026-09-11T20:50:04.421Z | Compiling signature v2.2.0 |
| 2692 | 2026-09-11T20:50:04.446Z | Compiling rusty-fork v0.3.1 |
| 2693 | 2026-09-11T20:50:04.468Z | Compiling sha2 v0.10.9 |
| 2694 | 2026-09-11T20:50:04.615Z | Compiling ipnetwork v0.21.1 |
| 2695 | 2026-09-11T20:50:04.638Z | Compiling clap v4.6.1 |
| 2696 | 2026-09-11T20:50:04.728Z | Compiling cookie_store v0.22.1 |
| 2697 | 2026-09-11T20:50:04.753Z | Compiling proptest v1.11.0 |
| 2698 | 2026-09-11T20:50:04.973Z | Compiling oxnet v0.1.6 |
| 2699 | 2026-09-11T20:50:04.996Z | Compiling digest v0.11.3 |
| 2700 | 2026-09-11T20:50:05.092Z | Compiling flate2 v1.1.9 |
| 2701 | 2026-09-11T20:50:05.161Z | Compiling dof v0.4.0 |
| 2702 | 2026-09-11T20:50:05.236Z | Compiling dtrace-parser v0.3.0 |
| 2703 | 2026-09-11T20:50:05.260Z | Compiling camino v1.2.5 |
| 2704 | 2026-09-11T20:50:05.302Z | Compiling data-encoding v2.10.0 |
| 2705 | 2026-09-11T20:50:05.408Z | Compiling x509-cert v0.2.5 |
| 2706 | 2026-09-11T20:50:05.441Z | Compiling memmap2 v0.9.10 |
| 2707 | 2026-09-11T20:50:05.666Z | Compiling regex v1.12.3 |
| 2708 | 2026-09-11T20:50:05.725Z | Compiling num-iter v0.1.45 |
| 2709 | 2026-09-11T20:50:05.749Z | Compiling rustix v0.38.44 |
| 2710 | 2026-09-11T20:50:05.773Z | Compiling packed_struct v0.10.1 |
| 2711 | 2026-09-11T20:50:05.881Z | Compiling hmac v0.12.1 |
| 2712 | 2026-09-11T20:50:05.907Z | Compiling num-bigint-dig v0.8.6 |
| 2713 | 2026-09-11T20:50:05.931Z | Compiling usdt-impl v0.6.0 |
| 2714 | 2026-09-11T20:50:06.070Z | Compiling dof v0.3.0 |
| 2715 | 2026-09-11T20:50:06.303Z | Compiling tokio-util v0.7.18 |
| 2716 | 2026-09-11T20:50:06.411Z | Compiling tower v0.5.3 |
| 2717 | 2026-09-11T20:50:06.626Z | Compiling usdt v0.6.0 |
| 2718 | 2026-09-11T20:50:06.811Z | Compiling bstr v1.12.1 |
| 2719 | 2026-09-11T20:50:06.995Z | Compiling tower-http v0.6.8 |
| 2720 | 2026-09-11T20:50:07.049Z | Compiling pkcs1 v0.7.5 |
| 2721 | 2026-09-11T20:50:07.135Z | Compiling h2 v0.4.15 |
| 2722 | 2026-09-11T20:50:07.274Z | Compiling newtype-uuid v1.3.2 |
| 2723 | 2026-09-11T20:50:07.335Z | Compiling block-padding v0.4.2 |
| 2724 | 2026-09-11T20:50:07.528Z | Compiling dtrace-parser v0.2.0 |
| 2725 | 2026-09-11T20:50:07.552Z | Compiling daft v0.1.8 |
| 2726 | 2026-09-11T20:50:07.686Z | Compiling serde_spanned v0.6.9 |
| 2727 | 2026-09-11T20:50:07.716Z | Compiling toml_datetime v0.6.11 |
| 2728 | 2026-09-11T20:50:07.755Z | Compiling ff v0.13.1 |
| 2729 | 2026-09-11T20:50:07.780Z | Compiling tokio-rustls v0.26.4 |
| 2730 | 2026-09-11T20:50:07.865Z | Compiling rustls-platform-verifier v0.6.2 |
| 2731 | 2026-09-11T20:50:07.892Z | Compiling thread-id v4.2.2 |
| 2732 | 2026-09-11T20:50:07.917Z | Compiling sec1 v0.7.3 |
| 2733 | 2026-09-11T20:50:07.942Z | Compiling group v0.13.0 |
| 2734 | 2026-09-11T20:50:07.942Z | Compiling signal-hook v0.3.18 |
| 2735 | 2026-09-11T20:50:07.992Z | Compiling usdt-impl v0.5.0 |
| 2736 | 2026-09-11T20:50:08.017Z | Compiling nix v0.31.2 |
| 2737 | 2026-09-11T20:50:08.020Z | Compiling inout v0.2.2 |
| 2738 | 2026-09-11T20:50:08.063Z | Compiling rsa v0.9.10 |
| 2739 | 2026-09-11T20:50:08.067Z | Compiling serde-hex v0.1.0 |
| 2740 | 2026-09-11T20:50:08.113Z | Compiling hkdf v0.12.4 |
| 2741 | 2026-09-11T20:50:08.173Z | Compiling ron v0.8.1 |
| 2742 | 2026-09-11T20:50:08.234Z | Compiling serde_with v3.21.0 |
| 2743 | 2026-09-11T20:50:08.276Z | Compiling crypto-bigint v0.5.5 |
| 2744 | 2026-09-11T20:50:08.330Z | Compiling foreign-types-shared v0.1.1 |
| 2745 | 2026-09-11T20:50:08.378Z | Compiling cipher v0.5.2 |
| 2746 | 2026-09-11T20:50:08.458Z | Compiling foreign-types v0.3.2 |
| 2747 | 2026-09-11T20:50:08.518Z | Compiling openssl-sys v0.9.117 |
| 2748 | 2026-09-11T20:50:08.560Z | Compiling ahash v0.8.12 |
| 2749 | 2026-09-11T20:50:08.712Z | Compiling chacha20 v0.10.0 |
| 2750 | 2026-09-11T20:50:08.851Z | Compiling signal-hook-mio v0.2.5 |
| 2751 | 2026-09-11T20:50:08.947Z | Compiling openssl v0.10.80 |
| 2752 | 2026-09-11T20:50:09.013Z | Compiling globset v0.4.18 |
| 2753 | 2026-09-11T20:50:09.048Z | Compiling zopfli v0.8.3 |
| 2754 | 2026-09-11T20:50:09.093Z | Compiling sha3 v0.10.8 |
| 2755 | 2026-09-11T20:50:09.432Z | Compiling elliptic-curve v0.13.8 |
| 2756 | 2026-09-11T20:50:09.475Z | Compiling toml_edit v0.19.15 |
| 2757 | 2026-09-11T20:50:09.575Z | Compiling curve25519-dalek v4.1.3 |
| 2758 | 2026-09-11T20:50:09.605Z | Compiling rand v0.10.1 |
| 2759 | 2026-09-11T20:50:09.630Z | Compiling bzip2 v0.4.4 |
| 2760 | 2026-09-11T20:50:09.671Z | Compiling hashbrown v0.13.2 |
| 2761 | 2026-09-11T20:50:09.871Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2762 | 2026-09-11T20:50:09.895Z | Compiling jiff v0.2.34 |
| 2763 | 2026-09-11T20:50:09.917Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2764 | 2026-09-11T20:50:09.971Z | Compiling zip v0.6.6 |
| 2765 | 2026-09-11T20:50:10.010Z | Compiling crossterm v0.28.1 |
| 2766 | 2026-09-11T20:50:10.092Z | Compiling sha2 v0.11.0 |
| 2767 | 2026-09-11T20:50:10.223Z | Compiling object v0.30.4 |
| 2768 | 2026-09-11T20:50:10.283Z | Compiling ed25519 v2.2.3 |
| 2769 | 2026-09-11T20:50:10.353Z | Compiling serde-big-array v0.5.1 |
| 2770 | 2026-09-11T20:50:10.357Z | Compiling pem v3.0.6 |
| 2771 | 2026-09-11T20:50:10.435Z | Compiling petgraph v0.8.3 |
| 2772 | 2026-09-11T20:50:10.539Z | Compiling ed25519-dalek v2.2.0 |
| 2773 | 2026-09-11T20:50:10.619Z | Compiling object v0.37.3 |
| 2774 | 2026-09-11T20:50:10.778Z | Compiling heapless v0.7.17 |
| 2775 | 2026-09-11T20:50:10.826Z | Compiling hyper v1.10.1 |
| 2776 | 2026-09-11T20:50:10.887Z | Compiling md-5 v0.11.0 |
| 2777 | 2026-09-11T20:50:10.973Z | Compiling hmac v0.13.0 |
| 2778 | 2026-09-11T20:50:11.094Z | Compiling toml v0.7.8 |
| 2779 | 2026-09-11T20:50:11.128Z | Compiling byte-wrapper v0.1.0 |
| 2780 | 2026-09-11T20:50:11.168Z | Compiling serde_plain v1.0.2 |
| 2781 | 2026-09-11T20:50:11.193Z | Compiling postgres-protocol v0.6.12 |
| 2782 | 2026-09-11T20:50:11.367Z | Compiling smoltcp v0.9.1 |
| 2783 | 2026-09-11T20:50:11.437Z | Compiling native-tls v0.2.18 |
| 2784 | 2026-09-11T20:50:11.696Z | Compiling tokio-native-tls v0.3.1 |
| 2785 | 2026-09-11T20:50:11.870Z | Compiling zip v8.6.0 |
| 2786 | 2026-09-11T20:50:11.912Z | Compiling toml_edit v0.22.27 |
| 2787 | 2026-09-11T20:50:11.991Z | Compiling hickory-proto v0.25.2 |
| 2788 | 2026-09-11T20:50:12.078Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 2789 | 2026-09-11T20:50:12.111Z | Compiling float-cmp v0.10.0 |
| 2790 | 2026-09-11T20:50:12.281Z | Compiling hyper-util v0.1.20 |
| 2791 | 2026-09-11T20:50:12.331Z | Compiling string_cache v0.8.9 |
| 2792 | 2026-09-11T20:50:12.433Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 2793 | 2026-09-11T20:50:12.570Z | Compiling zip v4.6.1 |
| 2794 | 2026-09-11T20:50:12.635Z | Compiling predicates v3.1.4 |
| 2795 | 2026-09-11T20:50:12.880Z | Compiling textwrap v0.16.2 |
| 2796 | 2026-09-11T20:50:13.051Z | Compiling petgraph v0.6.5 |
| 2797 | 2026-09-11T20:50:13.458Z | Compiling postgres-types v0.2.14 |
| 2798 | 2026-09-11T20:50:13.517Z | Compiling backtrace v0.3.76 |
| 2799 | 2026-09-11T20:50:13.855Z | Compiling iddqd v0.4.2 |
| 2800 | 2026-09-11T20:50:13.855Z | Compiling similar v2.7.0 |
| 2801 | 2026-09-11T20:50:13.911Z | Compiling olpc-cjson v0.1.4 |
| 2802 | 2026-09-11T20:50:14.005Z | Compiling hyper-rustls v0.27.7 |
| 2803 | 2026-09-11T20:50:14.064Z | Compiling hyper-tls v0.6.0 |
| 2804 | 2026-09-11T20:50:14.146Z | Compiling backtrace-ext v0.2.1 |
| 2805 | 2026-09-11T20:50:14.355Z | Compiling reqwest v0.13.2 |
| 2806 | 2026-09-11T20:50:14.397Z | Compiling reqwest v0.12.28 |
| 2807 | 2026-09-11T20:50:14.541Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2808 | 2026-09-11T20:50:14.579Z | Compiling tokio-stream v0.1.18 |
| 2809 | 2026-09-11T20:50:14.706Z | Compiling miette v7.6.0 |
| 2810 | 2026-09-11T20:50:14.794Z | Compiling tokio-postgres v0.7.18 |
| 2811 | 2026-09-11T20:50:14.949Z | Compiling fs-err v3.3.0 |
| 2812 | 2026-09-11T20:50:15.137Z | Compiling buf-list v1.1.2 |
| 2813 | 2026-09-11T20:50:15.439Z | Compiling thread_local v1.1.9 |
| 2814 | 2026-09-11T20:50:15.442Z | Compiling is-terminal v0.4.17 |
| 2815 | 2026-09-11T20:50:15.501Z | Compiling hostname v0.3.1 |
| 2816 | 2026-09-11T20:50:15.525Z | Compiling slog-json v2.6.1 |
| 2817 | 2026-09-11T20:50:15.592Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2818 | 2026-09-11T20:50:15.616Z | Compiling serde_spanned v1.1.1 |
| 2819 | 2026-09-11T20:50:15.672Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2820 | 2026-09-11T20:50:15.695Z | Compiling slog-async v2.8.0 |
| 2821 | 2026-09-11T20:50:15.761Z | Compiling slog-term v2.9.2 |
| 2822 | 2026-09-11T20:50:15.789Z | Compiling slog-bunyan v2.5.0 |
| 2823 | 2026-09-11T20:50:15.814Z | Compiling compression-codecs v0.4.37 |
| 2824 | 2026-09-11T20:50:15.814Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2825 | 2026-09-11T20:50:15.978Z | Compiling tough v0.22.0 |
| 2826 | 2026-09-11T20:50:16.002Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2827 | 2026-09-11T20:50:16.080Z | Compiling multer v3.1.0 |
| 2828 | 2026-09-11T20:50:16.126Z | Compiling async-compression v0.4.41 |
| 2829 | 2026-09-11T20:50:16.426Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2830 | 2026-09-11T20:50:16.531Z | Compiling progenitor-client v0.14.0 |
| 2831 | 2026-09-11T20:50:16.566Z | Compiling sha1 v0.11.0 |
| 2832 | 2026-09-11T20:50:16.851Z | Compiling rustls-pemfile v2.2.0 |
| 2833 | 2026-09-11T20:50:16.885Z | Compiling serde_path_to_error v0.1.20 |
| 2834 | 2026-09-11T20:50:16.950Z | Compiling hostname v0.4.2 |
| 2835 | 2026-09-11T20:50:16.973Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2836 | 2026-09-11T20:50:16.995Z | Compiling atomicwrites v0.4.4 |
| 2837 | 2026-09-11T20:50:17.042Z | Compiling macaddr v1.0.1 |
| 2838 | 2026-09-11T20:50:17.133Z | Compiling instant v0.1.13 |
| 2839 | 2026-09-11T20:50:17.158Z | Compiling oxide-generation v0.1.3 |
| 2840 | 2026-09-11T20:50:17.161Z | Compiling regress v0.10.5 |
| 2841 | 2026-09-11T20:50:17.217Z | Compiling progenitor-extras v0.2.0 |
| 2842 | 2026-09-11T20:50:17.269Z | Compiling dropshot v0.17.1 |
| 2843 | 2026-09-11T20:50:17.291Z | Compiling backoff v0.4.0 |
| 2844 | 2026-09-11T20:50:17.325Z | Compiling parse-display v0.10.0 |
| 2845 | 2026-09-11T20:50:17.349Z | Compiling half v2.7.1 |
| 2846 | 2026-09-11T20:50:17.499Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2847 | 2026-09-11T20:50:17.547Z | Compiling heck v0.5.0 |
| 2848 | 2026-09-11T20:50:17.638Z | Compiling ciborium-ll v0.2.2 |
| 2849 | 2026-09-11T20:50:17.710Z | Compiling regress v0.11.1 |
| 2850 | 2026-09-11T20:50:17.794Z | Compiling secrecy v0.10.3 |
| 2851 | 2026-09-11T20:50:17.841Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2852 | 2026-09-11T20:50:17.927Z | Compiling ciborium v0.2.2 |
| 2853 | 2026-09-11T20:50:17.953Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2854 | 2026-09-11T20:50:17.991Z | Compiling inout v0.1.4 |
| 2855 | 2026-09-11T20:50:18.187Z | Compiling cipher v0.4.4 |
| 2856 | 2026-09-11T20:50:18.211Z | Compiling universal-hash v0.5.1 |
| 2857 | 2026-09-11T20:50:18.242Z | Compiling unsafe-libyaml v0.2.11 |
| 2858 | 2026-09-11T20:50:18.396Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2859 | 2026-09-11T20:50:18.486Z | Compiling chacha20 v0.9.1 |
| 2860 | 2026-09-11T20:50:18.571Z | Compiling poly1305 v0.8.0 |
| 2861 | 2026-09-11T20:50:18.655Z | Compiling blake2 v0.10.6 |
| 2862 | 2026-09-11T20:50:18.676Z | Compiling aead v0.5.2 |
| 2863 | 2026-09-11T20:50:18.777Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2864 | 2026-09-11T20:50:18.878Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2865 | 2026-09-11T20:50:18.903Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2866 | 2026-09-11T20:50:18.933Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2867 | 2026-09-11T20:50:18.956Z | Compiling serde_yaml v0.9.34+deprecated |
| 2868 | 2026-09-11T20:50:19.028Z | Compiling password-hash v0.5.0 |
| 2869 | 2026-09-11T20:50:19.064Z | Compiling chacha20poly1305 v0.10.1 |
| 2870 | 2026-09-11T20:50:19.086Z | Compiling vsss-rs v3.3.4 |
| 2871 | 2026-09-11T20:50:19.196Z | Compiling camino-tempfile v1.4.1 |
| 2872 | 2026-09-11T20:50:19.225Z | Compiling heapless v0.8.0 |
| 2873 | 2026-09-11T20:50:19.252Z | Compiling ingot-types v0.2.0 |
| 2874 | 2026-09-11T20:50:19.585Z | Compiling typify-impl v0.6.2 |
| 2875 | 2026-09-11T20:50:19.610Z | Compiling argon2 v0.5.3 |
| 2876 | 2026-09-11T20:50:19.631Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2877 | 2026-09-11T20:50:19.689Z | Compiling cobs v0.3.0 |
| 2878 | 2026-09-11T20:50:19.725Z | Compiling smoltcp v0.11.0 |
| 2879 | 2026-09-11T20:50:19.761Z | Compiling ingot v0.2.1 |
| 2880 | 2026-09-11T20:50:19.811Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2881 | 2026-09-11T20:50:20.192Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2882 | 2026-09-11T20:50:20.216Z | Compiling postcard v1.1.3 |
| 2883 | 2026-09-11T20:50:20.239Z | Compiling cstr-argument v0.1.2 |
| 2884 | 2026-09-11T20:50:20.266Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2885 | 2026-09-11T20:50:20.419Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2886 | 2026-09-11T20:50:20.441Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2887 | 2026-09-11T20:50:20.536Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2888 | 2026-09-11T20:50:20.561Z | Compiling sigpipe v0.1.3 |
| 2889 | 2026-09-11T20:50:20.615Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2890 | 2026-09-11T20:50:20.682Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2891 | 2026-09-11T20:50:20.784Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2892 | 2026-09-11T20:50:20.806Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2893 | 2026-09-11T20:50:20.827Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2894 | 2026-09-11T20:50:21.052Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2895 | 2026-09-11T20:50:21.128Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2896 | 2026-09-11T20:50:21.207Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2897 | 2026-09-11T20:50:21.363Z | Compiling memmap v0.7.0 |
| 2898 | 2026-09-11T20:50:21.392Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2899 | 2026-09-11T20:50:21.573Z | Compiling usdt v0.5.0 |
| 2900 | 2026-09-11T20:50:21.598Z | Compiling zone v0.3.1 |
| 2901 | 2026-09-11T20:50:21.681Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2902 | 2026-09-11T20:50:21.884Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2903 | 2026-09-11T20:50:21.908Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2904 | 2026-09-11T20:50:21.932Z | Compiling derive-where v1.6.0 |
| 2905 | 2026-09-11T20:50:22.089Z | Compiling bytecount v0.6.9 |
| 2906 | 2026-09-11T20:50:22.112Z | Compiling toml v0.8.23 |
| 2907 | 2026-09-11T20:50:22.270Z | Compiling tokio-dtrace v0.1.1 |
| 2908 | 2026-09-11T20:50:22.291Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2909 | 2026-09-11T20:50:22.588Z | Compiling oxide-tokio-rt v0.1.4 |
| 2910 | 2026-09-11T20:50:22.592Z | Compiling prettyplease v0.2.37 |
| 2911 | 2026-09-11T20:50:22.612Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2912 | 2026-09-11T20:50:22.654Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2913 | 2026-09-11T20:50:22.876Z | Compiling newline-converter v0.3.0 |
| 2914 | 2026-09-11T20:50:23.035Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2915 | 2026-09-11T20:50:23.166Z | Compiling gethostname v0.5.0 |
| 2916 | 2026-09-11T20:50:23.170Z | Compiling console v0.15.11 |
| 2917 | 2026-09-11T20:50:23.170Z | Compiling typify-macro v0.6.2 |
| 2918 | 2026-09-11T20:50:23.170Z | Compiling slog-dtrace v0.3.0 |
| 2919 | 2026-09-11T20:50:23.170Z | Compiling cancel-safe-futures v0.1.5 |
| 2920 | 2026-09-11T20:50:23.182Z | Compiling oxide-update-engine-types v0.1.2 |
| 2921 | 2026-09-11T20:50:23.208Z | Compiling num-rational v0.4.2 |
| 2922 | 2026-09-11T20:50:23.256Z | Compiling num-complex v0.4.6 |
| 2923 | 2026-09-11T20:50:23.324Z | Compiling compression-core v0.4.31 |
| 2924 | 2026-09-11T20:50:23.383Z | Compiling resolv-conf v0.7.6 |
| 2925 | 2026-09-11T20:50:23.468Z | Compiling match_cfg v0.1.0 |
| 2926 | 2026-09-11T20:50:23.513Z | Compiling expectorate v1.2.0 |
| 2927 | 2026-09-11T20:50:23.734Z | Compiling num v0.4.3 |
| 2928 | 2026-09-11T20:50:23.867Z | Compiling crossbeam-channel v0.5.15 |
| 2929 | 2026-09-11T20:50:23.987Z | Compiling float-ord v0.3.2 |
| 2930 | 2026-09-11T20:50:24.012Z | Compiling take_mut v0.2.2 |
| 2931 | 2026-09-11T20:50:24.038Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2932 | 2026-09-11T20:50:24.080Z | Compiling linear-map v1.2.0 |
| 2933 | 2026-09-11T20:50:24.142Z | Compiling term v1.2.1 |
| 2934 | 2026-09-11T20:50:24.453Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2935 | 2026-09-11T20:50:24.540Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2936 | 2026-09-11T20:50:24.632Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2937 | 2026-09-11T20:50:24.674Z | Compiling oxide-update-engine v0.1.2 |
| 2938 | 2026-09-11T20:50:24.730Z | Compiling async-stream v0.3.6 |
| 2939 | 2026-09-11T20:50:24.798Z | Compiling typify v0.6.2 |
| 2940 | 2026-09-11T20:50:24.938Z | Compiling progenitor-impl v0.14.0 |
| 2941 | 2026-09-11T20:50:25.261Z | Compiling waitgroup v0.1.2 |
| 2942 | 2026-09-11T20:50:25.359Z | Compiling backon v1.6.0 |
| 2943 | 2026-09-11T20:50:25.451Z | Compiling debug-ignore v1.0.5 |
| 2944 | 2026-09-11T20:50:25.560Z | Compiling minimal-lexical v0.2.1 |
| 2945 | 2026-09-11T20:50:25.582Z | Compiling linked-hash-map v0.5.6 |
| 2946 | 2026-09-11T20:50:25.833Z | Compiling lru-cache v0.1.2 |
| 2947 | 2026-09-11T20:50:25.836Z | Compiling nom v7.1.3 |
| 2948 | 2026-09-11T20:50:25.899Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2949 | 2026-09-11T20:50:26.164Z | Compiling itertools v0.14.0 |
| 2950 | 2026-09-11T20:50:26.624Z | Compiling unicode-xid v0.2.6 |
| 2951 | 2026-09-11T20:50:26.674Z | Compiling humantime v2.3.0 |
| 2952 | 2026-09-11T20:50:26.777Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2953 | 2026-09-11T20:50:26.809Z | Compiling hickory-proto v0.24.4 |
| 2954 | 2026-09-11T20:50:27.058Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2955 | 2026-09-11T20:50:27.083Z | Compiling progenitor-macro v0.14.0 |
| 2956 | 2026-09-11T20:50:27.125Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2957 | 2026-09-11T20:50:27.223Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2958 | 2026-09-11T20:50:27.469Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2959 | 2026-09-11T20:50:28.044Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2960 | 2026-09-11T20:50:28.081Z | Compiling papergrid v0.11.0 |
| 2961 | 2026-09-11T20:50:28.230Z | Compiling tabled_derive v0.7.0 |
| 2962 | 2026-09-11T20:50:28.345Z | Compiling termtree v0.5.1 |
| 2963 | 2026-09-11T20:50:28.389Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2964 | 2026-09-11T20:50:28.415Z | Compiling crossterm v0.29.0 |
| 2965 | 2026-09-11T20:50:28.561Z | Compiling phf_shared v0.12.1 |
| 2966 | 2026-09-11T20:50:28.584Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2967 | 2026-09-11T20:50:29.085Z | Compiling vte v0.14.1 |
| 2968 | 2026-09-11T20:50:29.153Z | Compiling csv-core v0.1.13 |
| 2969 | 2026-09-11T20:50:29.201Z | Compiling tabled v0.15.0 |
| 2970 | 2026-09-11T20:50:29.237Z | Compiling highway v1.3.0 |
| 2971 | 2026-09-11T20:50:29.331Z | Compiling chrono-tz v0.10.4 |
| 2972 | 2026-09-11T20:50:29.490Z | Compiling hickory-resolver v0.24.4 |
| 2973 | 2026-09-11T20:50:29.599Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2974 | 2026-09-11T20:50:29.742Z | Compiling csv v1.4.0 |
| 2975 | 2026-09-11T20:50:30.218Z | Compiling strip-ansi-escapes v0.2.1 |
| 2976 | 2026-09-11T20:50:30.243Z | Compiling phf v0.12.1 |
| 2977 | 2026-09-11T20:50:30.444Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2978 | 2026-09-11T20:50:30.485Z | Compiling const_format_proc_macros v0.2.34 |
| 2979 | 2026-09-11T20:50:30.536Z | Compiling fd-lock v4.0.4 |
| 2980 | 2026-09-11T20:50:30.602Z | Compiling peg-macros v0.8.5 |
| 2981 | 2026-09-11T20:50:30.712Z | Compiling qorb v0.4.1 |
| 2982 | 2026-09-11T20:50:30.964Z | Compiling nu-ansi-term v0.50.3 |
| 2983 | 2026-09-11T20:50:31.186Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2984 | 2026-09-11T20:50:31.211Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2985 | 2026-09-11T20:50:31.295Z | Compiling const_format v0.2.35 |
| 2986 | 2026-09-11T20:50:31.319Z | Compiling progenitor v0.14.0 |
| 2987 | 2026-09-11T20:50:31.396Z | Compiling reedline v0.40.0 |
| 2988 | 2026-09-11T20:50:31.513Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2989 | 2026-09-11T20:50:31.644Z | Compiling bcs v0.1.6 |
| 2990 | 2026-09-11T20:50:31.672Z | Compiling nom v8.0.0 |
| 2991 | 2026-09-11T20:50:31.694Z | Compiling semver v0.1.20 |
| 2992 | 2026-09-11T20:50:31.882Z | Compiling peg v0.8.5 |
| 2993 | 2026-09-11T20:50:32.012Z | Compiling rustc_version v0.1.7 |
| 2994 | 2026-09-11T20:50:32.034Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2995 | 2026-09-11T20:50:32.251Z | Compiling newtype_derive v0.1.6 |
| 2996 | 2026-09-11T20:50:32.281Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2997 | 2026-09-11T20:50:32.463Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2998 | 2026-09-11T20:50:32.513Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2999 | 2026-09-11T20:50:32.741Z | Compiling steno v0.4.1 |
| 3000 | 2026-09-11T20:50:32.940Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3001 | 2026-09-11T20:50:32.972Z | Compiling sha1 v0.10.6 |
| 3002 | 2026-09-11T20:50:33.030Z | Compiling utf-8 v0.7.6 |
| 3003 | 2026-09-11T20:50:33.079Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3004 | 2026-09-11T20:50:33.245Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3005 | 2026-09-11T20:50:33.269Z | Compiling tagptr v0.2.0 |
| 3006 | 2026-09-11T20:50:33.319Z | Compiling tungstenite v0.21.0 |
| 3007 | 2026-09-11T20:50:33.408Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3008 | 2026-09-11T20:50:33.564Z | Compiling moka v0.12.13 |
| 3009 | 2026-09-11T20:50:33.567Z | Compiling darling_core v0.21.3 |
| 3010 | 2026-09-11T20:50:33.567Z | Compiling display-error-chain v0.2.2 |
| 3011 | 2026-09-11T20:50:33.585Z | Compiling vergen-lib v0.1.6 |
| 3012 | 2026-09-11T20:50:33.731Z | Compiling diesel_derives v2.3.7 |
| 3013 | 2026-09-11T20:50:33.983Z | Compiling tokio-tungstenite v0.21.0 |
| 3014 | 2026-09-11T20:50:34.035Z | Compiling scheduled-thread-pool v0.2.7 |
| 3015 | 2026-09-11T20:50:34.064Z | Compiling vergen-gitcl v1.0.8 |
| 3016 | 2026-09-11T20:50:34.294Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3017 | 2026-09-11T20:50:34.316Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3018 | 2026-09-11T20:50:34.375Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 3019 | 2026-09-11T20:50:34.497Z | Compiling dirs-sys-next v0.1.2 |
| 3020 | 2026-09-11T20:50:34.611Z | Compiling hickory-resolver v0.25.2 |
| 3021 | 2026-09-11T20:50:34.664Z | Compiling crunchy v0.2.4 |
| 3022 | 2026-09-11T20:50:34.686Z | Compiling maplit v1.0.2 |
| 3023 | 2026-09-11T20:50:34.749Z | Compiling glob v0.3.3 |
| 3024 | 2026-09-11T20:50:34.774Z | Compiling dirs-next v2.0.0 |
| 3025 | 2026-09-11T20:50:34.841Z | Compiling r2d2 v0.8.10 |
| 3026 | 2026-09-11T20:50:34.923Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3027 | 2026-09-11T20:50:35.030Z | Compiling libscf-sys v1.2.0 |
| 3028 | 2026-09-11T20:50:35.115Z | Compiling clang-sys v1.8.1 |
| 3029 | 2026-09-11T20:50:35.137Z | Compiling tiny-keccak v2.0.2 |
| 3030 | 2026-09-11T20:50:35.165Z | Compiling downcast-rs v2.0.2 |
| 3031 | 2026-09-11T20:50:35.201Z | Compiling xshell-macros v0.2.7 |
| 3032 | 2026-09-11T20:50:35.348Z | Compiling term v0.7.0 |
| 3033 | 2026-09-11T20:50:35.406Z | Compiling papergrid v0.18.0 |
| 3034 | 2026-09-11T20:50:35.438Z | Compiling bit-vec v0.6.3 |
| 3035 | 2026-09-11T20:50:35.472Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3036 | 2026-09-11T20:50:35.621Z | Compiling xshell v0.2.7 |
| 3037 | 2026-09-11T20:50:35.677Z | Compiling darling_macro v0.21.3 |
| 3038 | 2026-09-11T20:50:35.700Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3039 | 2026-09-11T20:50:35.748Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3040 | 2026-09-11T20:50:35.772Z | Compiling ascii-canvas v3.0.0 |
| 3041 | 2026-09-11T20:50:35.805Z | Compiling bit-set v0.5.3 |
| 3042 | 2026-09-11T20:50:35.843Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3043 | 2026-09-11T20:50:35.878Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3044 | 2026-09-11T20:50:35.998Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3045 | 2026-09-11T20:50:36.036Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3046 | 2026-09-11T20:50:36.230Z | Compiling darling v0.21.3 |
| 3047 | 2026-09-11T20:50:36.301Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3048 | 2026-09-11T20:50:36.324Z | Compiling itertools v0.15.0 |
| 3049 | 2026-09-11T20:50:36.347Z | Compiling dsl_auto_type v0.2.0 |
| 3050 | 2026-09-11T20:50:36.368Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3051 | 2026-09-11T20:50:36.391Z | Compiling itertools v0.10.5 |
| 3052 | 2026-09-11T20:50:36.541Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3053 | 2026-09-11T20:50:36.564Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3054 | 2026-09-11T20:50:36.874Z | Compiling tabled v0.21.0 |
| 3055 | 2026-09-11T20:50:36.976Z | Compiling ena v0.14.4 |
| 3056 | 2026-09-11T20:50:37.102Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3057 | 2026-09-11T20:50:37.228Z | Compiling libloading v0.8.9 |
| 3058 | 2026-09-11T20:50:37.356Z | Compiling unicase v2.9.0 |
| 3059 | 2026-09-11T20:50:37.460Z | Compiling diff v0.1.13 |
| 3060 | 2026-09-11T20:50:37.482Z | Compiling bindgen v0.71.1 |
| 3061 | 2026-09-11T20:50:37.537Z | Compiling regex-syntax v0.6.29 |
| 3062 | 2026-09-11T20:50:37.621Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3063 | 2026-09-11T20:50:37.731Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3064 | 2026-09-11T20:50:37.806Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3065 | 2026-09-11T20:50:37.827Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3066 | 2026-09-11T20:50:38.192Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3067 | 2026-09-11T20:50:38.517Z | Compiling cexpr v0.6.0 |
| 3068 | 2026-09-11T20:50:38.765Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3069 | 2026-09-11T20:50:39.021Z | Compiling lalrpop v0.19.12 |
| 3070 | 2026-09-11T20:50:39.126Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3071 | 2026-09-11T20:50:39.149Z | Compiling rustc-hash v2.1.1 |
| 3072 | 2026-09-11T20:50:39.592Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3073 | 2026-09-11T20:50:39.712Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3074 | 2026-09-11T20:50:39.858Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3075 | 2026-09-11T20:50:39.894Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3076 | 2026-09-11T20:50:40.585Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3077 | 2026-09-11T20:50:41.177Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3078 | 2026-09-11T20:50:41.442Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3079 | 2026-09-11T20:50:41.652Z | Compiling diesel v2.3.7 |
| 3080 | 2026-09-11T20:50:41.676Z | Compiling headers-core v0.3.0 |
| 3081 | 2026-09-11T20:50:41.783Z | Compiling libxml v0.3.3 |
| 3082 | 2026-09-11T20:50:41.841Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3083 | 2026-09-11T20:50:41.920Z | Compiling crc8 v0.1.1 |
| 3084 | 2026-09-11T20:50:42.063Z | Compiling headers v0.4.1 |
| 3085 | 2026-09-11T20:50:42.128Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3086 | 2026-09-11T20:50:42.384Z | Compiling strum_macros v0.24.3 |
| 3087 | 2026-09-11T20:50:42.409Z | Compiling indoc v1.0.9 |
| 3088 | 2026-09-11T20:50:42.855Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3089 | 2026-09-11T20:50:42.878Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3090 | 2026-09-11T20:50:43.136Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3091 | 2026-09-11T20:50:43.231Z | Compiling quick-xml v0.37.5 |
| 3092 | 2026-09-11T20:50:43.492Z | Compiling derive_builder v0.20.2 |
| 3093 | 2026-09-11T20:50:43.517Z | Compiling oso-derive v0.27.3 |
| 3094 | 2026-09-11T20:50:43.640Z | Compiling impl-trait-for-tuples v0.2.3 |
| 3095 | 2026-09-11T20:50:43.671Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3096 | 2026-09-11T20:50:43.830Z | Compiling object v0.39.1 |
| 3097 | 2026-09-11T20:50:44.056Z | Compiling openssl-probe v0.1.6 |
| 3098 | 2026-09-11T20:50:44.248Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3099 | 2026-09-11T20:50:44.271Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3100 | 2026-09-11T20:50:44.362Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3101 | 2026-09-11T20:50:44.542Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3102 | 2026-09-11T20:50:44.679Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3103 | 2026-09-11T20:50:44.941Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3104 | 2026-09-11T20:50:44.999Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3105 | 2026-09-11T20:50:45.134Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3106 | 2026-09-11T20:50:45.216Z | Compiling bb8 v0.8.6 |
| 3107 | 2026-09-11T20:50:45.375Z | Compiling filetime v0.2.27 |
| 3108 | 2026-09-11T20:50:45.409Z | Compiling trait-variant v0.1.2 |
| 3109 | 2026-09-11T20:50:45.607Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3110 | 2026-09-11T20:50:45.633Z | Compiling path-slash v0.2.1 |
| 3111 | 2026-09-11T20:50:45.733Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3112 | 2026-09-11T20:50:45.736Z | Compiling samael v0.0.19 |
| 3113 | 2026-09-11T20:50:45.878Z | Compiling half v1.8.3 |
| 3114 | 2026-09-11T20:50:45.956Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3115 | 2026-09-11T20:50:45.978Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3116 | 2026-09-11T20:50:46.041Z | Compiling proc-macro-error2 v2.0.1 |
| 3117 | 2026-09-11T20:50:46.241Z | Compiling serde_cbor v0.11.2 |
| 3118 | 2026-09-11T20:50:46.268Z | Compiling tar v0.4.46 |
| 3119 | 2026-09-11T20:50:46.394Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3120 | 2026-09-11T20:50:46.453Z | Compiling rfc6979 v0.4.0 |
| 3121 | 2026-09-11T20:50:46.489Z | Compiling polar-core v0.27.3 |
| 3122 | 2026-09-11T20:50:46.626Z | Compiling hashbrown v0.14.5 |
| 3123 | 2026-09-11T20:50:46.647Z | Compiling salty v0.3.0 |
| 3124 | 2026-09-11T20:50:47.012Z | Compiling ecdsa v0.16.9 |
| 3125 | 2026-09-11T20:50:47.043Z | Compiling knus-derive v3.4.0 |
| 3126 | 2026-09-11T20:50:47.226Z | Compiling chumsky v0.9.3 |
| 3127 | 2026-09-11T20:50:47.535Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3128 | 2026-09-11T20:50:47.686Z | Compiling primeorder v0.13.6 |
| 3129 | 2026-09-11T20:50:47.719Z | Compiling nonempty v0.12.0 |
| 3130 | 2026-09-11T20:50:47.948Z | Compiling p384 v0.13.1 |
| 3131 | 2026-09-11T20:50:47.982Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3132 | 2026-09-11T20:50:48.437Z | Compiling knus v3.4.0 |
| 3133 | 2026-09-11T20:50:48.498Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3134 | 2026-09-11T20:50:48.523Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3135 | 2026-09-11T20:50:48.738Z | Compiling fxhash v0.2.1 |
| 3136 | 2026-09-11T20:50:48.915Z | Compiling libz-sys v1.1.24 |
| 3137 | 2026-09-11T20:50:49.061Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3138 | 2026-09-11T20:50:49.156Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3139 | 2026-09-11T20:50:49.319Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3140 | 2026-09-11T20:50:49.392Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3141 | 2026-09-11T20:50:49.453Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3142 | 2026-09-11T20:50:49.548Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3143 | 2026-09-11T20:50:49.748Z | Compiling kstat-rs v0.2.5 |
| 3144 | 2026-09-11T20:50:50.195Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3145 | 2026-09-11T20:50:50.272Z | Compiling mime_guess v2.0.5 |
| 3146 | 2026-09-11T20:50:50.816Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3) |
| 3147 | 2026-09-11T20:50:51.044Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3148 | 2026-09-11T20:50:51.249Z | Compiling nanorand v0.7.0 |
| 3149 | 2026-09-11T20:50:51.507Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 3150 | 2026-09-11T20:50:51.595Z | Compiling parking_lot_core v0.8.6 |
| 3151 | 2026-09-11T20:50:51.951Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3152 | 2026-09-11T20:50:52.001Z | Compiling flume v0.11.1 |
| 3153 | 2026-09-11T20:50:52.420Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3154 | 2026-09-11T20:50:52.453Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3155 | 2026-09-11T20:50:52.619Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3156 | 2026-09-11T20:50:52.742Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3157 | 2026-09-11T20:50:53.112Z | Compiling git-stub v1.0.0 |
| 3158 | 2026-09-11T20:50:53.140Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3159 | 2026-09-11T20:50:53.189Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3160 | 2026-09-11T20:50:53.408Z | Compiling http-range v0.1.5 |
| 3161 | 2026-09-11T20:50:53.436Z | Compiling corncobs v0.1.4 |
| 3162 | 2026-09-11T20:50:53.454Z | Compiling strsim v0.10.0 |
| 3163 | 2026-09-11T20:50:53.605Z | Compiling instability v0.3.11 |
| 3164 | 2026-09-11T20:50:53.656Z | Compiling darling_core v0.13.4 |
| 3165 | 2026-09-11T20:50:53.707Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3166 | 2026-09-11T20:50:53.806Z | Compiling git-stub-vcs v0.1.0 |
| 3167 | 2026-09-11T20:50:54.039Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3168 | 2026-09-11T20:50:54.223Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3169 | 2026-09-11T20:50:54.536Z | Compiling progenitor-impl v0.13.0 |
| 3170 | 2026-09-11T20:50:54.539Z | Compiling ignore v0.4.25 |
| 3171 | 2026-09-11T20:50:54.599Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3172 | 2026-09-11T20:50:54.784Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3173 | 2026-09-11T20:50:54.835Z | Compiling secrecy v0.8.0 |
| 3174 | 2026-09-11T20:50:55.027Z | Compiling anstyle-parse v0.2.7 |
| 3175 | 2026-09-11T20:50:55.277Z | Compiling vergen-git2 v9.1.0 |
| 3176 | 2026-09-11T20:50:55.310Z | Compiling castaway v0.2.4 |
| 3177 | 2026-09-11T20:50:55.472Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3178 | 2026-09-11T20:50:55.520Z | Compiling indoc v2.0.7 |
| 3179 | 2026-09-11T20:50:55.717Z | Compiling oso v0.27.3 |
| 3180 | 2026-09-11T20:50:55.973Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3181 | 2026-09-11T20:50:56.512Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 3182 | 2026-09-11T20:50:56.658Z | Compiling progenitor-macro v0.13.0 |
| 3183 | 2026-09-11T20:50:56.773Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3184 | 2026-09-11T20:50:57.084Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3185 | 2026-09-11T20:50:57.406Z | Compiling compact_str v0.8.1 |
| 3186 | 2026-09-11T20:50:57.674Z | Compiling darling_macro v0.13.4 |
| 3187 | 2026-09-11T20:50:57.942Z | Compiling globwalk v0.9.1 |
| 3188 | 2026-09-11T20:50:57.975Z | Compiling anstream v0.6.21 |
| 3189 | 2026-09-11T20:50:58.216Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3190 | 2026-09-11T20:50:58.399Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3191 | 2026-09-11T20:50:58.423Z | Compiling parking_lot v0.11.2 |
| 3192 | 2026-09-11T20:50:58.453Z | Compiling hyper-staticfile v0.10.1 |
| 3193 | 2026-09-11T20:50:58.633Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3194 | 2026-09-11T20:50:58.871Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3195 | 2026-09-11T20:50:59.075Z | Compiling diesel-dtrace v0.5.0 |
| 3196 | 2026-09-11T20:50:59.158Z | Compiling async-bb8-diesel v0.2.1 |
| 3197 | 2026-09-11T20:50:59.340Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3198 | 2026-09-11T20:50:59.363Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3199 | 2026-09-11T20:50:59.412Z | Compiling predicates-tree v1.0.13 |
| 3200 | 2026-09-11T20:50:59.602Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3201 | 2026-09-11T20:50:59.774Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3202 | 2026-09-11T20:50:59.855Z | Compiling progenitor-client v0.13.0 |
| 3203 | 2026-09-11T20:51:00.342Z | Compiling unicode-truncate v1.1.0 |
| 3204 | 2026-09-11T20:51:00.553Z | Compiling lru v0.12.5 |
| 3205 | 2026-09-11T20:51:00.579Z | Compiling digest-io v0.1.0 |
| 3206 | 2026-09-11T20:51:00.758Z | Compiling prefix-trie v0.7.0 |
| 3207 | 2026-09-11T20:51:00.781Z | Compiling rand_seeder v0.4.0 |
| 3208 | 2026-09-11T20:51:00.784Z | Compiling cassowary v0.3.0 |
| 3209 | 2026-09-11T20:51:00.869Z | Compiling rawzip v0.4.4 |
| 3210 | 2026-09-11T20:51:00.962Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3211 | 2026-09-11T20:51:01.012Z | Compiling progenitor v0.13.0 |
| 3212 | 2026-09-11T20:51:01.168Z | Compiling hickory-server v0.25.2 |
| 3213 | 2026-09-11T20:51:01.201Z | Compiling ratatui v0.29.0 |
| 3214 | 2026-09-11T20:51:01.232Z | Compiling camino-tempfile-ext v0.3.3 |
| 3215 | 2026-09-11T20:51:01.434Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3216 | 2026-09-11T20:51:01.569Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3217 | 2026-09-11T20:51:01.666Z | Compiling sled v0.34.7 |
| 3218 | 2026-09-11T20:51:01.736Z | Compiling darling v0.13.4 |
| 3219 | 2026-09-11T20:51:03.564Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3220 | 2026-09-11T20:51:03.669Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3221 | 2026-09-11T20:51:04.103Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3222 | 2026-09-11T20:51:04.902Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3223 | 2026-09-11T20:51:04.952Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3224 | 2026-09-11T20:51:05.177Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3225 | 2026-09-11T20:51:05.266Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3226 | 2026-09-11T20:51:05.533Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3227 | 2026-09-11T20:51:05.953Z | Compiling serde_with_macros v1.5.2 |
| 3228 | 2026-09-11T20:51:06.077Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3229 | 2026-09-11T20:51:06.149Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3230 | 2026-09-11T20:51:06.400Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3231 | 2026-09-11T20:51:06.525Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3232 | 2026-09-11T20:51:06.649Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3233 | 2026-09-11T20:51:06.786Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3234 | 2026-09-11T20:51:06.819Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3235 | 2026-09-11T20:51:06.904Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3236 | 2026-09-11T20:51:07.037Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3237 | 2026-09-11T20:51:07.075Z | Compiling arc-swap v1.8.2 |
| 3238 | 2026-09-11T20:51:07.126Z | Compiling void v1.0.2 |
| 3239 | 2026-09-11T20:51:07.250Z | Compiling lzss v0.8.2 |
| 3240 | 2026-09-11T20:51:07.332Z | Compiling serde_with v1.14.0 |
| 3241 | 2026-09-11T20:51:07.349Z | Compiling slog-scope v4.4.1 |
| 3242 | 2026-09-11T20:51:07.478Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3243 | 2026-09-11T20:51:07.502Z | Compiling scuffle v0.1.0 |
| 3244 | 2026-09-11T20:51:07.526Z | Compiling tungstenite v0.23.0 |
| 3245 | 2026-09-11T20:51:07.628Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3246 | 2026-09-11T20:51:07.688Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3247 | 2026-09-11T20:51:07.947Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3248 | 2026-09-11T20:51:08.005Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3249 | 2026-09-11T20:51:08.136Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3250 | 2026-09-11T20:51:08.203Z | Compiling libsw-core v0.3.2 |
| 3251 | 2026-09-11T20:51:08.252Z | Compiling nix v0.27.1 |
| 3252 | 2026-09-11T20:51:08.278Z | Compiling twox-hash v2.1.2 |
| 3253 | 2026-09-11T20:51:08.397Z | Compiling serde_bytes v0.11.19 |
| 3254 | 2026-09-11T20:51:08.422Z | Compiling atty v0.2.14 |
| 3255 | 2026-09-11T20:51:08.512Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3256 | 2026-09-11T20:51:08.563Z | Compiling libsw v3.5.0 |
| 3257 | 2026-09-11T20:51:08.710Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3258 | 2026-09-11T20:51:08.763Z | Compiling tokio-tungstenite v0.23.1 |
| 3259 | 2026-09-11T20:51:08.788Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3260 | 2026-09-11T20:51:08.793Z | Compiling slog-stdlog v4.1.1 |
| 3261 | 2026-09-11T20:51:08.833Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3262 | 2026-09-11T20:51:08.858Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3263 | 2026-09-11T20:51:09.006Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=01f06089a97bd084bec2595d4d62e0f91338cf57#01f06089) |
| 3264 | 2026-09-11T20:51:09.032Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3265 | 2026-09-11T20:51:09.122Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3266 | 2026-09-11T20:51:09.146Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3267 | 2026-09-11T20:51:09.230Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3268 | 2026-09-11T20:51:09.313Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3269 | 2026-09-11T20:51:09.838Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3270 | 2026-09-11T20:51:09.861Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3271 | 2026-09-11T20:51:09.883Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3272 | 2026-09-11T20:51:10.008Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3273 | 2026-09-11T20:51:10.241Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3274 | 2026-09-11T20:51:10.951Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3275 | 2026-09-11T20:51:11.874Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3276 | 2026-09-11T20:51:12.985Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3277 | 2026-09-11T20:51:13.832Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3278 | 2026-09-11T20:51:13.945Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3279 | 2026-09-11T20:51:14.552Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3280 | 2026-09-11T20:51:14.984Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3281 | 2026-09-11T20:51:15.412Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3282 | 2026-09-11T20:51:15.972Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3283 | 2026-09-11T20:51:16.646Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3284 | 2026-09-11T20:51:17.281Z | Compiling git2 v0.20.4 |
| 3285 | 2026-09-11T20:51:17.484Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3286 | 2026-09-11T20:51:17.612Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3287 | 2026-09-11T20:51:17.804Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3288 | 2026-09-11T20:51:18.195Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3289 | 2026-09-11T20:51:19.074Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3290 | 2026-09-11T20:51:19.101Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3291 | 2026-09-11T20:51:19.761Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3292 | 2026-09-11T20:51:19.969Z | Compiling signal-hook-tokio v0.3.1 |
| 3293 | 2026-09-11T20:51:20.131Z | Compiling fatfs v0.3.6 |
| 3294 | 2026-09-11T20:51:20.282Z | Compiling yasna v0.5.2 |
| 3295 | 2026-09-11T20:51:20.343Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3296 | 2026-09-11T20:51:21.125Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3297 | 2026-09-11T20:51:21.197Z | Compiling console v0.16.2 |
| 3298 | 2026-09-11T20:51:21.223Z | Compiling assert_matches v1.5.0 |
| 3299 | 2026-09-11T20:51:21.321Z | Compiling seq-macro v0.3.6 |
| 3300 | 2026-09-11T20:51:21.325Z | Compiling rcgen v0.12.1 |
| 3301 | 2026-09-11T20:51:21.825Z | Compiling indicatif v0.18.4 |
| 3302 | 2026-09-11T20:51:22.054Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3303 | 2026-09-11T20:51:23.308Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3304 | 2026-09-11T20:51:23.654Z | Compiling slog-envlogger v2.2.0 |
| 3305 | 2026-09-11T20:51:24.168Z | Compiling oxide-update-engine-display v0.1.2 |
| 3306 | 2026-09-11T20:51:24.325Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3307 | 2026-09-11T20:51:24.539Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3308 | 2026-09-11T20:51:24.786Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3309 | 2026-09-11T20:51:24.881Z | Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy) |
| 3310 | 2026-09-11T20:51:25.039Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3311 | 2026-09-11T20:51:25.161Z | Compiling port-file v0.1.0 |
| 3312 | 2026-09-11T20:51:25.342Z | Compiling rtoolbox v0.0.3 |
| 3313 | 2026-09-11T20:51:25.440Z | Compiling subprocess v0.2.15 |
| 3314 | 2026-09-11T20:51:25.559Z | Compiling rpassword v7.5.4 |
| 3315 | 2026-09-11T20:51:25.933Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3316 | 2026-09-11T20:51:26.080Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3317 | 2026-09-11T20:51:26.335Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3318 | 2026-09-11T20:51:26.474Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3319 | 2026-09-11T20:51:26.603Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3320 | 2026-09-11T20:51:26.872Z | Compiling tui-tree-widget v0.23.1 |
| 3321 | 2026-09-11T20:51:26.982Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3322 | 2026-09-11T20:51:27.174Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3323 | 2026-09-11T20:51:27.675Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3324 | 2026-09-11T20:51:28.873Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3325 | 2026-09-11T20:51:29.391Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3326 | 2026-09-11T20:51:29.454Z | Compiling uzers v0.12.2 |
| 3327 | 2026-09-11T20:51:29.531Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3328 | 2026-09-11T20:51:29.684Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3329 | 2026-09-11T20:51:29.940Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3330 | 2026-09-11T20:51:30.078Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3331 | 2026-09-11T20:51:30.261Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3332 | 2026-09-11T20:51:30.684Z | Compiling support-bundle-viewer v0.1.2 |
| 3333 | 2026-09-11T20:51:30.740Z | Compiling multimap v0.10.1 |
| 3334 | 2026-09-11T20:51:31.808Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3335 | 2026-09-11T20:51:55.873Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3336 | 2026-09-11T20:52:16.462Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3337 | 2026-09-11T20:52:33.055Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3338 | 2026-09-11T21:00:12.022Z | Finished `release` profile [optimized] target(s) in 10m 14s |
| 3339 | 2026-09-11T21:00:12.026Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3340 | 2026-09-11T21:00:12.026Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3341 | 2026-09-11T21:00:47.620Z | |
| 3342 | 2026-09-11T21:00:47.620Z | real 10:51.437685722 |
| 3343 | 2026-09-11T21:00:47.620Z | user 2:04:31.302650070 |
| 3344 | 2026-09-11T21:00:47.623Z | sys 4:41.632169517 |
| 3345 | 2026-09-11T21:00:47.623Z | trap 3.300205692 |
| 3346 | 2026-09-11T21:00:47.623Z | tflt 0.653958448 |
| 3347 | 2026-09-11T21:00:47.623Z | dflt 9.598405552 |
| 3348 | 2026-09-11T21:00:47.623Z | kflt 0.011174124 |
| 3349 | 2026-09-11T21:00:47.623Z | lock 8:20:48.032510828 |
| 3350 | 2026-09-11T21:00:47.623Z | slp 3:08:54.548899574 |
| 3351 | 2026-09-11T21:00:47.623Z | lat 3:01.350685482 |
| 3352 | 2026-09-11T21:00:47.623Z | stop 8:42.238087444 |
| 3353 | 2026-09-11T21:00:47.623Z | + mapfile -t packages |
| 3354 | 2026-09-11T21:00:47.623Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3355 | 2026-09-11T21:00:48.606Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 3356 | 2026-09-11T21:00:48.675Z | Running `target/release/omicron-package -t test list-outputs` |
| 3357 | 2026-09-11T21:00:48.733Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3358 | 2026-09-11T21:00:48.736Z | + ptime -m cargo build --locked --release -p xtask |
| 3359 | 2026-09-11T21:00:49.234Z | Compiling libc v0.2.185 |
| 3360 | 2026-09-11T21:00:49.234Z | Compiling serde_core v1.0.228 |
| 3361 | 2026-09-11T21:00:49.238Z | Compiling serde v1.0.228 |
| 3362 | 2026-09-11T21:00:49.238Z | Compiling rustix v1.1.4 |
| 3363 | 2026-09-11T21:00:49.238Z | Compiling bitflags v2.11.0 |
| 3364 | 2026-09-11T21:00:49.238Z | Compiling serde_json v1.0.151 |
| 3365 | 2026-09-11T21:00:49.395Z | Compiling usdt-impl v0.5.0 |
| 3366 | 2026-09-11T21:00:49.398Z | Compiling syn v2.0.117 |
| 3367 | 2026-09-11T21:00:49.419Z | Compiling syn v1.0.109 |
| 3368 | 2026-09-11T21:00:49.431Z | Compiling getrandom v0.4.3 |
| 3369 | 2026-09-11T21:00:49.441Z | Compiling hashbrown v0.17.0 |
| 3370 | 2026-09-11T21:00:49.445Z | Compiling log v0.4.33 |
| 3371 | 2026-09-11T21:00:49.468Z | Compiling fs-err v3.3.0 |
| 3372 | 2026-09-11T21:00:49.648Z | Compiling once_cell v1.21.3 |
| 3373 | 2026-09-11T21:00:49.678Z | Compiling heck v0.4.1 |
| 3374 | 2026-09-11T21:00:49.789Z | Compiling anyhow v1.0.104 |
| 3375 | 2026-09-11T21:00:50.058Z | Compiling indexmap v2.14.0 |
| 3376 | 2026-09-11T21:00:50.137Z | Compiling errno v0.3.14 |
| 3377 | 2026-09-11T21:00:50.137Z | Compiling thread-id v4.2.2 |
| 3378 | 2026-09-11T21:00:50.140Z | Compiling memmap v0.7.0 |
| 3379 | 2026-09-11T21:00:50.887Z | Compiling proc-macro-error v1.0.4 |
| 3380 | 2026-09-11T21:00:51.113Z | Compiling terminal_size v0.4.3 |
| 3381 | 2026-09-11T21:00:51.116Z | Compiling tempfile v3.27.0 |
| 3382 | 2026-09-11T21:00:51.150Z | Compiling tabled_derive v0.7.0 |
| 3383 | 2026-09-11T21:00:51.212Z | Compiling clap_builder v4.6.0 |
| 3384 | 2026-09-11T21:00:51.215Z | Compiling textwrap v0.16.2 |
| 3385 | 2026-09-11T21:00:51.496Z | Compiling camino v1.2.5 |
| 3386 | 2026-09-11T21:00:51.520Z | Compiling cargo-platform v0.3.2 |
| 3387 | 2026-09-11T21:00:51.534Z | Compiling semver v1.0.28 |
| 3388 | 2026-09-11T21:00:51.582Z | Compiling pest_generator v2.8.6 |
| 3389 | 2026-09-11T21:00:51.809Z | Compiling camino-tempfile v1.4.1 |
| 3390 | 2026-09-11T21:00:51.849Z | Compiling tabled v0.15.0 |
| 3391 | 2026-09-11T21:00:52.001Z | Compiling serde_derive v1.0.228 |
| 3392 | 2026-09-11T21:00:52.001Z | Compiling thiserror-impl v1.0.69 |
| 3393 | 2026-09-11T21:00:52.006Z | Compiling zerocopy-derive v0.7.35 |
| 3394 | 2026-09-11T21:00:52.006Z | Compiling scroll_derive v0.12.1 |
| 3395 | 2026-09-11T21:00:52.006Z | Compiling thiserror-impl v2.0.18 |
| 3396 | 2026-09-11T21:00:52.006Z | Compiling clap_derive v4.6.1 |
| 3397 | 2026-09-11T21:00:52.121Z | Compiling pest_derive v2.8.6 |
| 3398 | 2026-09-11T21:00:52.706Z | Compiling scroll v0.12.0 |
| 3399 | 2026-09-11T21:00:52.824Z | Compiling zerocopy v0.7.35 |
| 3400 | 2026-09-11T21:00:52.974Z | Compiling goblin v0.8.2 |
| 3401 | 2026-09-11T21:00:53.175Z | Compiling thiserror v1.0.69 |
| 3402 | 2026-09-11T21:00:53.269Z | Compiling dtrace-parser v0.2.0 |
| 3403 | 2026-09-11T21:00:53.296Z | Compiling thiserror v2.0.18 |
| 3404 | 2026-09-11T21:00:53.435Z | Compiling clap v4.6.1 |
| 3405 | 2026-09-11T21:00:54.507Z | Compiling dof v0.3.0 |
| 3406 | 2026-09-11T21:00:54.508Z | Compiling serde_tokenstream v0.2.3 |
| 3407 | 2026-09-11T21:00:54.536Z | Compiling serde_spanned v0.6.9 |
| 3408 | 2026-09-11T21:00:54.536Z | Compiling toml_datetime v0.6.11 |
| 3409 | 2026-09-11T21:00:54.540Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3410 | 2026-09-11T21:00:54.540Z | Compiling cargo_metadata v0.23.1 |
| 3411 | 2026-09-11T21:00:54.540Z | Compiling macaddr v1.0.1 |
| 3412 | 2026-09-11T21:00:54.724Z | Compiling toml_edit v0.22.27 |
| 3413 | 2026-09-11T21:00:55.128Z | Compiling usdt-attr-macro v0.5.0 |
| 3414 | 2026-09-11T21:00:55.128Z | Compiling usdt-macro v0.5.0 |
| 3415 | 2026-09-11T21:00:56.051Z | Compiling usdt v0.5.0 |
| 3416 | 2026-09-11T21:00:56.182Z | Compiling toml v0.8.23 |
| 3417 | 2026-09-11T21:00:56.626Z | Compiling cargo_toml v0.21.0 |
| 3418 | 2026-09-11T21:00:58.864Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3419 | 2026-09-11T21:01:04.787Z | Finished `release` profile [optimized] target(s) in 16.04s |
| 3420 | 2026-09-11T21:01:04.892Z | |
| 3421 | 2026-09-11T21:01:04.892Z | real 16.121148774 |
| 3422 | 2026-09-11T21:01:04.892Z | user 1:55.977746948 |
| 3423 | 2026-09-11T21:01:04.892Z | sys 14.488316805 |
| 3424 | 2026-09-11T21:01:04.895Z | trap 0.053908032 |
| 3425 | 2026-09-11T21:01:04.895Z | tflt 0.764011805 |
| 3426 | 2026-09-11T21:01:04.895Z | dflt 1.498162535 |
| 3427 | 2026-09-11T21:01:04.895Z | kflt 0.000064010 |
| 3428 | 2026-09-11T21:01:04.895Z | lock 3:48.248758127 |
| 3429 | 2026-09-11T21:01:04.895Z | slp 2:13.979148993 |
| 3430 | 2026-09-11T21:01:04.895Z | lat 3.298241964 |
| 3431 | 2026-09-11T21:01:04.896Z | stop 16.549030529 |
| 3432 | 2026-09-11T21:01:04.896Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3433 | 2026-09-11T21:01:04.896Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3434 | 2026-09-11T21:01:04.896Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3435 | 2026-09-11T21:01:04.896Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3436 | 2026-09-11T21:01:04.896Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3437 | 2026-09-11T21:01:05.874Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3438 | 2026-09-11T21:01:05.874Z | Compiling progenitor-client v0.14.0 |
| 3439 | 2026-09-11T21:01:05.877Z | Compiling match_cfg v0.1.0 |
| 3440 | 2026-09-11T21:01:05.877Z | Compiling slog-json v2.6.1 |
| 3441 | 2026-09-11T21:01:05.877Z | Compiling newtype-uuid-macros v0.1.0 |
| 3442 | 2026-09-11T21:01:05.877Z | Compiling sha1 v0.11.0 |
| 3443 | 2026-09-11T21:01:05.877Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3444 | 2026-09-11T21:01:05.879Z | Compiling serde_spanned v1.1.1 |
| 3445 | 2026-09-11T21:01:05.879Z | Compiling multer v3.1.0 |
| 3446 | 2026-09-11T21:01:06.023Z | Compiling compression-core v0.4.31 |
| 3447 | 2026-09-11T21:01:06.026Z | Compiling debug-ignore v1.0.5 |
| 3448 | 2026-09-11T21:01:06.026Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3449 | 2026-09-11T21:01:06.085Z | Compiling async-stream-impl v0.3.6 |
| 3450 | 2026-09-11T21:01:06.101Z | Compiling dropshot v0.17.1 |
| 3451 | 2026-09-11T21:01:06.105Z | Compiling hostname v0.3.1 |
| 3452 | 2026-09-11T21:01:06.117Z | Compiling waitgroup v0.1.2 |
| 3453 | 2026-09-11T21:01:06.120Z | Compiling rustls-pemfile v2.2.0 |
| 3454 | 2026-09-11T21:01:06.200Z | Compiling compression-codecs v0.4.37 |
| 3455 | 2026-09-11T21:01:06.274Z | Compiling dropshot_endpoint v0.17.1 |
| 3456 | 2026-09-11T21:01:06.289Z | Compiling serde_path_to_error v0.1.20 |
| 3457 | 2026-09-11T21:01:06.308Z | Compiling hostname v0.4.2 |
| 3458 | 2026-09-11T21:01:06.311Z | Compiling atomicwrites v0.4.4 |
| 3459 | 2026-09-11T21:01:06.311Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3460 | 2026-09-11T21:01:06.381Z | Compiling slog-bunyan v2.5.0 |
| 3461 | 2026-09-11T21:01:06.396Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3462 | 2026-09-11T21:01:06.484Z | Compiling async-compression v0.4.41 |
| 3463 | 2026-09-11T21:01:06.569Z | Compiling macaddr v1.0.1 |
| 3464 | 2026-09-11T21:01:06.572Z | Compiling serde_tokenstream v0.3.0 |
| 3465 | 2026-09-11T21:01:06.572Z | Compiling oxide-generation v0.1.3 |
| 3466 | 2026-09-11T21:01:06.572Z | Compiling instant v0.1.13 |
| 3467 | 2026-09-11T21:01:06.589Z | Compiling parse-display-derive v0.10.0 |
| 3468 | 2026-09-11T21:01:06.663Z | Compiling regress v0.10.5 |
| 3469 | 2026-09-11T21:01:06.696Z | Compiling backon v1.6.0 |
| 3470 | 2026-09-11T21:01:06.699Z | Compiling itertools v0.14.0 |
| 3471 | 2026-09-11T21:01:06.757Z | Compiling backoff v0.4.0 |
| 3472 | 2026-09-11T21:01:06.780Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3473 | 2026-09-11T21:01:06.802Z | Compiling async-stream v0.3.6 |
| 3474 | 2026-09-11T21:01:06.821Z | Compiling humantime v2.3.0 |
| 3475 | 2026-09-11T21:01:06.824Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3476 | 2026-09-11T21:01:06.857Z | Compiling half v2.7.1 |
| 3477 | 2026-09-11T21:01:06.921Z | Compiling progenitor-extras v0.2.0 |
| 3478 | 2026-09-11T21:01:06.939Z | Compiling ciborium-io v0.2.2 |
| 3479 | 2026-09-11T21:01:06.942Z | Compiling oxide-generation-macros v0.2.0 |
| 3480 | 2026-09-11T21:01:06.976Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3481 | 2026-09-11T21:01:06.999Z | Compiling crucible-workspace-hack v0.1.0 |
| 3482 | 2026-09-11T21:01:07.003Z | Compiling convert_case v0.4.0 |
| 3483 | 2026-09-11T21:01:07.003Z | Compiling secrecy v0.10.3 |
| 3484 | 2026-09-11T21:01:07.063Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3485 | 2026-09-11T21:01:07.089Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3486 | 2026-09-11T21:01:07.116Z | Compiling ciborium-ll v0.2.2 |
| 3487 | 2026-09-11T21:01:07.190Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3488 | 2026-09-11T21:01:07.208Z | Compiling inout v0.1.4 |
| 3489 | 2026-09-11T21:01:07.209Z | Compiling regress v0.11.1 |
| 3490 | 2026-09-11T21:01:07.244Z | Compiling universal-hash v0.5.1 |
| 3491 | 2026-09-11T21:01:07.277Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3492 | 2026-09-11T21:01:07.356Z | Compiling ciborium v0.2.2 |
| 3493 | 2026-09-11T21:01:07.379Z | Compiling derive_more v0.99.20 |
| 3494 | 2026-09-11T21:01:07.398Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3495 | 2026-09-11T21:01:07.418Z | Compiling cipher v0.4.4 |
| 3496 | 2026-09-11T21:01:07.421Z | Compiling opaque-debug v0.3.1 |
| 3497 | 2026-09-11T21:01:07.455Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3498 | 2026-09-11T21:01:07.525Z | Compiling poly1305 v0.8.0 |
| 3499 | 2026-09-11T21:01:07.543Z | Compiling blake2 v0.10.6 |
| 3500 | 2026-09-11T21:01:07.695Z | Compiling chacha20 v0.9.1 |
| 3501 | 2026-09-11T21:01:07.718Z | Compiling aead v0.5.2 |
| 3502 | 2026-09-11T21:01:07.771Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3503 | 2026-09-11T21:01:07.792Z | Compiling password-hash v0.5.0 |
| 3504 | 2026-09-11T21:01:07.961Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3505 | 2026-09-11T21:01:07.978Z | Compiling indent_write v2.2.0 |
| 3506 | 2026-09-11T21:01:07.996Z | Compiling chacha20poly1305 v0.10.1 |
| 3507 | 2026-09-11T21:01:07.996Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3508 | 2026-09-11T21:01:08.057Z | Compiling argon2 v0.5.3 |
| 3509 | 2026-09-11T21:01:08.087Z | Compiling unsafe-libyaml v0.2.11 |
| 3510 | 2026-09-11T21:01:08.137Z | Compiling itertools v0.15.0 |
| 3511 | 2026-09-11T21:01:08.156Z | Compiling num-derive v0.4.2 |
| 3512 | 2026-09-11T21:01:08.185Z | Compiling heapless v0.8.0 |
| 3513 | 2026-09-11T21:01:08.222Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3514 | 2026-09-11T21:01:08.281Z | Compiling tabwriter v1.4.1 |
| 3515 | 2026-09-11T21:01:08.298Z | Compiling hash32 v0.3.1 |
| 3516 | 2026-09-11T21:01:08.402Z | Compiling parse-display v0.10.0 |
| 3517 | 2026-09-11T21:01:08.481Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3518 | 2026-09-11T21:01:08.533Z | Compiling thiserror-no-std v2.0.2 |
| 3519 | 2026-09-11T21:01:08.567Z | Compiling smoltcp v0.11.0 |
| 3520 | 2026-09-11T21:01:08.668Z | Compiling vsss-rs v3.3.4 |
| 3521 | 2026-09-11T21:01:08.728Z | Compiling serde_yaml v0.9.34+deprecated |
| 3522 | 2026-09-11T21:01:08.744Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3523 | 2026-09-11T21:01:08.848Z | Compiling typify-impl v0.6.2 |
| 3524 | 2026-09-11T21:01:08.995Z | Compiling proc-macro-crate v3.4.0 |
| 3525 | 2026-09-11T21:01:09.051Z | Compiling cobs v0.3.0 |
| 3526 | 2026-09-11T21:01:09.139Z | Compiling colored v3.1.1 |
| 3527 | 2026-09-11T21:01:09.234Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3528 | 2026-09-11T21:01:09.279Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3529 | 2026-09-11T21:01:09.298Z | Compiling postcard v1.1.3 |
| 3530 | 2026-09-11T21:01:09.499Z | Compiling proc-macro-error v1.0.4 |
| 3531 | 2026-09-11T21:01:09.518Z | Compiling ingot-macros v0.2.0 |
| 3532 | 2026-09-11T21:01:09.555Z | Compiling num_enum_derive v0.7.6 |
| 3533 | 2026-09-11T21:01:09.558Z | Compiling proc-macro-crate v1.3.1 |
| 3534 | 2026-09-11T21:01:09.590Z | Compiling foreign-types-macros v0.2.3 |
| 3535 | 2026-09-11T21:01:09.593Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3536 | 2026-09-11T21:01:09.670Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3537 | 2026-09-11T21:01:09.814Z | Compiling rayon-core v1.13.0 |
| 3538 | 2026-09-11T21:01:09.840Z | Compiling foreign-types-shared v0.3.1 |
| 3539 | 2026-09-11T21:01:09.921Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3540 | 2026-09-11T21:01:10.018Z | Compiling num_enum_derive v0.5.11 |
| 3541 | 2026-09-11T21:01:10.060Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3542 | 2026-09-11T21:01:10.064Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3543 | 2026-09-11T21:01:10.120Z | Compiling crossbeam-deque v0.8.6 |
| 3544 | 2026-09-11T21:01:10.154Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3545 | 2026-09-11T21:01:10.196Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3546 | 2026-09-11T21:01:10.240Z | Compiling cstr-argument v0.1.2 |
| 3547 | 2026-09-11T21:01:10.259Z | Compiling foreign-types v0.5.0 |
| 3548 | 2026-09-11T21:01:10.260Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3549 | 2026-09-11T21:01:10.369Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3550 | 2026-09-11T21:01:10.422Z | Compiling illumos-nvpair v0.3.0 |
| 3551 | 2026-09-11T21:01:10.507Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3552 | 2026-09-11T21:01:10.554Z | Compiling zone_cfg_derive v0.3.1 |
| 3553 | 2026-09-11T21:01:10.654Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3554 | 2026-09-11T21:01:10.673Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3555 | 2026-09-11T21:01:10.693Z | Compiling num_enum v0.7.6 |
| 3556 | 2026-09-11T21:01:10.711Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3557 | 2026-09-11T21:01:10.729Z | Compiling itertools v0.12.1 |
| 3558 | 2026-09-11T21:01:10.857Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3559 | 2026-09-11T21:01:10.877Z | Compiling rayon v1.11.0 |
| 3560 | 2026-09-11T21:01:10.913Z | Compiling sigpipe v0.1.3 |
| 3561 | 2026-09-11T21:01:10.933Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3562 | 2026-09-11T21:01:10.960Z | Compiling glob v0.3.3 |
| 3563 | 2026-09-11T21:01:10.987Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3564 | 2026-09-11T21:01:11.029Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3565 | 2026-09-11T21:01:11.112Z | Compiling smf v0.2.3 |
| 3566 | 2026-09-11T21:01:11.155Z | Compiling whoami v1.6.1 |
| 3567 | 2026-09-11T21:01:11.184Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3568 | 2026-09-11T21:01:11.202Z | Compiling num_enum v0.5.11 |
| 3569 | 2026-09-11T21:01:11.266Z | Compiling cpubits v0.1.1 |
| 3570 | 2026-09-11T21:01:11.285Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3571 | 2026-09-11T21:01:11.301Z | Compiling gethostname v0.5.0 |
| 3572 | 2026-09-11T21:01:11.353Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3573 | 2026-09-11T21:01:11.370Z | Compiling num-rational v0.4.2 |
| 3574 | 2026-09-11T21:01:11.391Z | Compiling num-complex v0.4.6 |
| 3575 | 2026-09-11T21:01:11.448Z | Compiling derive-where v1.6.0 |
| 3576 | 2026-09-11T21:01:11.466Z | Compiling toml v0.8.23 |
| 3577 | 2026-09-11T21:01:11.469Z | Compiling usdt-macro v0.5.0 |
| 3578 | 2026-09-11T21:01:11.503Z | Compiling usdt-attr-macro v0.5.0 |
| 3579 | 2026-09-11T21:01:11.694Z | Compiling pem-rfc7468 v1.0.0 |
| 3580 | 2026-09-11T21:01:11.810Z | Compiling num v0.4.3 |
| 3581 | 2026-09-11T21:01:11.911Z | Compiling memmap v0.7.0 |
| 3582 | 2026-09-11T21:01:11.947Z | Compiling zone v0.3.1 |
| 3583 | 2026-09-11T21:01:11.994Z | Compiling float-ord v0.3.2 |
| 3584 | 2026-09-11T21:01:12.034Z | Compiling cancel-safe-futures v0.1.5 |
| 3585 | 2026-09-11T21:01:12.051Z | Compiling universal-hash v0.6.1 |
| 3586 | 2026-09-11T21:01:12.123Z | Compiling resolv-conf v0.7.6 |
| 3587 | 2026-09-11T21:01:12.145Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3588 | 2026-09-11T21:01:12.158Z | Compiling sha1 v0.10.6 |
| 3589 | 2026-09-11T21:01:12.221Z | Compiling prettyplease v0.2.37 |
| 3590 | 2026-09-11T21:01:12.326Z | Compiling linear-map v1.2.0 |
| 3591 | 2026-09-11T21:01:12.378Z | Compiling usdt v0.5.0 |
| 3592 | 2026-09-11T21:01:12.437Z | Compiling libefi-sys v0.1.0 |
| 3593 | 2026-09-11T21:01:12.506Z | Compiling polyval v0.7.1 |
| 3594 | 2026-09-11T21:01:12.530Z | Compiling der v0.8.0 |
| 3595 | 2026-09-11T21:01:12.548Z | Compiling ingot-types v0.2.0 |
| 3596 | 2026-09-11T21:01:12.548Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3597 | 2026-09-11T21:01:12.676Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3598 | 2026-09-11T21:01:12.696Z | Compiling newline-converter v0.3.0 |
| 3599 | 2026-09-11T21:01:12.696Z | Compiling console v0.15.11 |
| 3600 | 2026-09-11T21:01:12.699Z | Compiling bitfield-struct v0.6.2 |
| 3601 | 2026-09-11T21:01:12.765Z | Compiling ghash v0.6.0 |
| 3602 | 2026-09-11T21:01:12.853Z | Compiling oxide-update-engine-types v0.1.2 |
| 3603 | 2026-09-11T21:01:12.870Z | Compiling aes v0.9.1 |
| 3604 | 2026-09-11T21:01:12.952Z | Compiling ingot v0.2.1 |
| 3605 | 2026-09-11T21:01:12.991Z | Compiling crypto-bigint v0.7.5 |
| 3606 | 2026-09-11T21:01:13.008Z | Compiling hickory-proto v0.24.4 |
| 3607 | 2026-09-11T21:01:13.208Z | Compiling expectorate v1.2.0 |
| 3608 | 2026-09-11T21:01:13.344Z | Compiling pbkdf2 v0.13.0 |
| 3609 | 2026-09-11T21:01:13.403Z | Compiling ctr v0.10.1 |
| 3610 | 2026-09-11T21:01:13.437Z | Compiling aead v0.6.1 |
| 3611 | 2026-09-11T21:01:13.462Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3612 | 2026-09-11T21:01:13.492Z | Compiling typify-macro v0.6.2 |
| 3613 | 2026-09-11T21:01:13.511Z | Compiling nom v8.0.0 |
| 3614 | 2026-09-11T21:01:13.634Z | Compiling semver v0.1.20 |
| 3615 | 2026-09-11T21:01:13.651Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3616 | 2026-09-11T21:01:13.755Z | Compiling linked-hash-map v0.5.6 |
| 3617 | 2026-09-11T21:01:13.778Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3618 | 2026-09-11T21:01:13.825Z | Compiling aes-gcm v0.11.0 |
| 3619 | 2026-09-11T21:01:13.906Z | Compiling oxide-update-engine v0.1.2 |
| 3620 | 2026-09-11T21:01:13.965Z | Compiling lru-cache v0.1.2 |
| 3621 | 2026-09-11T21:01:13.984Z | Compiling rustc_version v0.1.7 |
| 3622 | 2026-09-11T21:01:14.004Z | Compiling spki v0.8.0 |
| 3623 | 2026-09-11T21:01:14.004Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3624 | 2026-09-11T21:01:14.051Z | Compiling tokio-dtrace v0.1.1 |
| 3625 | 2026-09-11T21:01:14.096Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3626 | 2026-09-11T21:01:14.161Z | Compiling salsa20 v0.11.0 |
| 3627 | 2026-09-11T21:01:14.198Z | Compiling slog-dtrace v0.3.0 |
| 3628 | 2026-09-11T21:01:14.251Z | Compiling minimal-lexical v0.2.1 |
| 3629 | 2026-09-11T21:01:14.269Z | Compiling xshell-macros v0.2.7 |
| 3630 | 2026-09-11T21:01:14.272Z | Compiling scrypt v0.12.0 |
| 3631 | 2026-09-11T21:01:14.306Z | Compiling oxide-tokio-rt v0.1.4 |
| 3632 | 2026-09-11T21:01:14.364Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3633 | 2026-09-11T21:01:14.440Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3634 | 2026-09-11T21:01:14.443Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3635 | 2026-09-11T21:01:14.485Z | Compiling nom v7.1.3 |
| 3636 | 2026-09-11T21:01:14.528Z | Compiling newtype_derive v0.1.6 |
| 3637 | 2026-09-11T21:01:14.546Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3638 | 2026-09-11T21:01:14.613Z | Compiling phf_shared v0.12.1 |
| 3639 | 2026-09-11T21:01:14.644Z | Compiling rfc6979 v0.4.0 |
| 3640 | 2026-09-11T21:01:14.727Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3641 | 2026-09-11T21:01:14.783Z | Compiling xshell v0.2.7 |
| 3642 | 2026-09-11T21:01:14.813Z | Compiling cbc v0.2.1 |
| 3643 | 2026-09-11T21:01:14.831Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3644 | 2026-09-11T21:01:14.888Z | Compiling csv-core v0.1.13 |
| 3645 | 2026-09-11T21:01:15.014Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3646 | 2026-09-11T21:01:15.108Z | Compiling chrono-tz v0.10.4 |
| 3647 | 2026-09-11T21:01:15.144Z | Compiling hickory-resolver v0.24.4 |
| 3648 | 2026-09-11T21:01:15.183Z | Compiling unicode-xid v0.2.6 |
| 3649 | 2026-09-11T21:01:15.298Z | Compiling highway v1.3.0 |
| 3650 | 2026-09-11T21:01:15.317Z | Compiling proc-macro-error2 v2.0.1 |
| 3651 | 2026-09-11T21:01:15.342Z | Compiling const_format_proc_macros v0.2.34 |
| 3652 | 2026-09-11T21:01:15.363Z | Compiling typify v0.6.2 |
| 3653 | 2026-09-11T21:01:15.404Z | Compiling csv v1.4.0 |
| 3654 | 2026-09-11T21:01:15.505Z | Compiling progenitor-impl v0.14.0 |
| 3655 | 2026-09-11T21:01:15.542Z | Compiling pkcs5 v0.8.1 |
| 3656 | 2026-09-11T21:01:15.692Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3657 | 2026-09-11T21:01:15.858Z | Compiling ecdsa v0.16.9 |
| 3658 | 2026-09-11T21:01:15.878Z | Compiling phf v0.12.1 |
| 3659 | 2026-09-11T21:01:15.947Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3660 | 2026-09-11T21:01:16.000Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3661 | 2026-09-11T21:01:16.069Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3662 | 2026-09-11T21:01:16.109Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3663 | 2026-09-11T21:01:16.248Z | Compiling qorb v0.4.1 |
| 3664 | 2026-09-11T21:01:16.282Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3665 | 2026-09-11T21:01:16.299Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3666 | 2026-09-11T21:01:16.319Z | Compiling primeorder v0.13.6 |
| 3667 | 2026-09-11T21:01:16.335Z | Compiling hashbrown v0.14.5 |
| 3668 | 2026-09-11T21:01:16.364Z | Compiling salty v0.3.0 |
| 3669 | 2026-09-11T21:01:16.536Z | Compiling const_format v0.2.35 |
| 3670 | 2026-09-11T21:01:16.617Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3671 | 2026-09-11T21:01:16.658Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3672 | 2026-09-11T21:01:16.700Z | Compiling p384 v0.13.1 |
| 3673 | 2026-09-11T21:01:16.883Z | Compiling chumsky v0.9.3 |
| 3674 | 2026-09-11T21:01:16.958Z | Compiling pkcs8 v0.11.0 |
| 3675 | 2026-09-11T21:01:17.303Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3676 | 2026-09-11T21:01:17.449Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3677 | 2026-09-11T21:01:17.479Z | Compiling knus-derive v3.4.0 |
| 3678 | 2026-09-11T21:01:17.497Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3679 | 2026-09-11T21:01:17.500Z | Compiling tabled_derive v0.7.0 |
| 3680 | 2026-09-11T21:01:18.171Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3681 | 2026-09-11T21:01:18.190Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3682 | 2026-09-11T21:01:18.315Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3683 | 2026-09-11T21:01:18.337Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3684 | 2026-09-11T21:01:18.356Z | Compiling progenitor-macro v0.14.0 |
| 3685 | 2026-09-11T21:01:18.360Z | Compiling bcs v0.1.6 |
| 3686 | 2026-09-11T21:01:18.448Z | Compiling ff v0.14.0 |
| 3687 | 2026-09-11T21:01:18.485Z | Compiling termtree v0.5.1 |
| 3688 | 2026-09-11T21:01:18.504Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3689 | 2026-09-11T21:01:18.631Z | Compiling tabled v0.15.0 |
| 3690 | 2026-09-11T21:01:18.639Z | Compiling steno v0.4.1 |
| 3691 | 2026-09-11T21:01:18.689Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3692 | 2026-09-11T21:01:18.707Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3693 | 2026-09-11T21:01:18.748Z | Compiling group v0.14.0 |
| 3694 | 2026-09-11T21:01:18.748Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3695 | 2026-09-11T21:01:18.977Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3696 | 2026-09-11T21:01:19.000Z | Compiling signature v3.0.0 |
| 3697 | 2026-09-11T21:01:19.062Z | Compiling knus v3.4.0 |
| 3698 | 2026-09-11T21:01:19.105Z | Compiling tagptr v0.2.0 |
| 3699 | 2026-09-11T21:01:19.126Z | Compiling base16ct v1.0.0 |
| 3700 | 2026-09-11T21:01:19.254Z | Compiling hkdf v0.13.0 |
| 3701 | 2026-09-11T21:01:19.282Z | Compiling sec1 v0.8.1 |
| 3702 | 2026-09-11T21:01:19.314Z | Compiling moka v0.12.13 |
| 3703 | 2026-09-11T21:01:19.346Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3704 | 2026-09-11T21:01:19.446Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3705 | 2026-09-11T21:01:19.463Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3706 | 2026-09-11T21:01:19.622Z | Compiling elliptic-curve v0.14.1 |
| 3707 | 2026-09-11T21:01:19.630Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3708 | 2026-09-11T21:01:19.707Z | Compiling parking_lot_core v0.8.6 |
| 3709 | 2026-09-11T21:01:19.811Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3710 | 2026-09-11T21:01:20.000Z | Compiling corncobs v0.1.4 |
| 3711 | 2026-09-11T21:01:20.017Z | Compiling utf-8 v0.7.6 |
| 3712 | 2026-09-11T21:01:20.141Z | Compiling hickory-resolver v0.25.2 |
| 3713 | 2026-09-11T21:01:20.186Z | Compiling tungstenite v0.21.0 |
| 3714 | 2026-09-11T21:01:20.203Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3715 | 2026-09-11T21:01:20.281Z | Compiling wnaf v0.14.0 |
| 3716 | 2026-09-11T21:01:20.494Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3717 | 2026-09-11T21:01:20.509Z | Compiling primefield v0.14.0 |
| 3718 | 2026-09-11T21:01:20.528Z | Compiling rfc6979 v0.6.0 |
| 3719 | 2026-09-11T21:01:20.626Z | Compiling libscf-sys v1.2.0 |
| 3720 | 2026-09-11T21:01:20.644Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3721 | 2026-09-11T21:01:20.711Z | Compiling git-stub v1.0.0 |
| 3722 | 2026-09-11T21:01:20.809Z | Compiling secrecy v0.8.0 |
| 3723 | 2026-09-11T21:01:20.837Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3724 | 2026-09-11T21:01:20.990Z | Compiling git-stub-vcs v0.1.0 |
| 3725 | 2026-09-11T21:01:21.017Z | Compiling primeorder v0.14.0 |
| 3726 | 2026-09-11T21:01:21.036Z | Compiling tokio-tungstenite v0.21.0 |
| 3727 | 2026-09-11T21:01:21.064Z | Compiling ecdsa v0.17.0 |
| 3728 | 2026-09-11T21:01:21.207Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3729 | 2026-09-11T21:01:21.394Z | Compiling papergrid v0.18.0 |
| 3730 | 2026-09-11T21:01:21.424Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3731 | 2026-09-11T21:01:21.465Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3732 | 2026-09-11T21:01:21.483Z | Compiling curve25519-dalek v5.0.0 |
| 3733 | 2026-09-11T21:01:21.569Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3734 | 2026-09-11T21:01:21.569Z | Compiling unicase v2.9.0 |
| 3735 | 2026-09-11T21:01:21.628Z | Compiling object v0.39.1 |
| 3736 | 2026-09-11T21:01:21.645Z | Compiling parking_lot v0.11.2 |
| 3737 | 2026-09-11T21:01:21.663Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3738 | 2026-09-11T21:01:21.823Z | Compiling mime_guess v2.0.5 |
| 3739 | 2026-09-11T21:01:21.902Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3740 | 2026-09-11T21:01:22.050Z | Compiling ssh-encoding v0.3.0 |
| 3741 | 2026-09-11T21:01:22.072Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3742 | 2026-09-11T21:01:22.075Z | Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3743 | 2026-09-11T21:01:22.117Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3744 | 2026-09-11T21:01:22.144Z | Compiling prefix-trie v0.7.0 |
| 3745 | 2026-09-11T21:01:22.218Z | Compiling fxhash v0.2.1 |
| 3746 | 2026-09-11T21:01:22.310Z | Compiling keccak v0.2.0 |
| 3747 | 2026-09-11T21:01:22.338Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3748 | 2026-09-11T21:01:22.355Z | Compiling sled v0.34.7 |
| 3749 | 2026-09-11T21:01:22.415Z | Compiling tabled v0.21.0 |
| 3750 | 2026-09-11T21:01:22.468Z | Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9) |
| 3751 | 2026-09-11T21:01:22.507Z | Compiling hickory-server v0.25.2 |
| 3752 | 2026-09-11T21:01:22.510Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3753 | 2026-09-11T21:01:22.803Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3754 | 2026-09-11T21:01:23.136Z | Compiling ed25519 v3.0.0 |
| 3755 | 2026-09-11T21:01:23.205Z | Compiling crypto-primes v0.7.2 |
| 3756 | 2026-09-11T21:01:23.575Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3757 | 2026-09-11T21:01:23.632Z | Compiling progenitor v0.14.0 |
| 3758 | 2026-09-11T21:01:23.809Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3759 | 2026-09-11T21:01:23.859Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3760 | 2026-09-11T21:01:24.246Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3761 | 2026-09-11T21:01:24.274Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3762 | 2026-09-11T21:01:24.389Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3763 | 2026-09-11T21:01:24.551Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3764 | 2026-09-11T21:01:24.647Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3765 | 2026-09-11T21:01:24.747Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3766 | 2026-09-11T21:01:24.778Z | Compiling poly1305 v0.9.0 |
| 3767 | 2026-09-11T21:01:24.938Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3768 | 2026-09-11T21:01:24.964Z | Compiling blowfish v0.10.0 |
| 3769 | 2026-09-11T21:01:25.020Z | Compiling blake2 v0.11.0-rc.6 |
| 3770 | 2026-09-11T21:01:25.074Z | Compiling half v1.8.3 |
| 3771 | 2026-09-11T21:01:25.237Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3772 | 2026-09-11T21:01:25.370Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3773 | 2026-09-11T21:01:25.490Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f) |
| 3774 | 2026-09-11T21:01:25.529Z | Compiling path-slash v0.2.1 |
| 3775 | 2026-09-11T21:01:25.563Z | Compiling crc8 v0.1.1 |
| 3776 | 2026-09-11T21:01:25.637Z | Compiling http-range v0.1.5 |
| 3777 | 2026-09-11T21:01:25.710Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3778 | 2026-09-11T21:01:25.729Z | Compiling argon2 v0.6.0-rc.8 |
| 3779 | 2026-09-11T21:01:25.903Z | Compiling serde_cbor v0.11.2 |
| 3780 | 2026-09-11T21:01:25.934Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3781 | 2026-09-11T21:01:26.138Z | Compiling ssh-cipher v0.3.0 |
| 3782 | 2026-09-11T21:01:26.529Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3783 | 2026-09-11T21:01:26.693Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3784 | 2026-09-11T21:01:26.788Z | Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3) |
| 3785 | 2026-09-11T21:01:26.831Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3786 | 2026-09-11T21:01:26.926Z | Compiling rsa v0.10.0-rc.18 |
| 3787 | 2026-09-11T21:01:27.167Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3788 | 2026-09-11T21:01:27.321Z | Compiling ed25519-dalek v3.0.0 |
| 3789 | 2026-09-11T21:01:27.793Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3790 | 2026-09-11T21:01:27.869Z | Compiling sha3 v0.11.0 |
| 3791 | 2026-09-11T21:01:27.889Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3792 | 2026-09-11T21:01:28.116Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3793 | 2026-09-11T21:01:28.135Z | Compiling p521 v0.14.0 |
| 3794 | 2026-09-11T21:01:28.261Z | Compiling p256 v0.14.0 |
| 3795 | 2026-09-11T21:01:28.321Z | Compiling p384 v0.14.0 |
| 3796 | 2026-09-11T21:01:28.435Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3797 | 2026-09-11T21:01:28.525Z | Compiling scuffle v0.1.0 |
| 3798 | 2026-09-11T21:01:28.667Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3799 | 2026-09-11T21:01:29.130Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3800 | 2026-09-11T21:01:29.243Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3801 | 2026-09-11T21:01:29.275Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3802 | 2026-09-11T21:01:29.443Z | Compiling yasna v0.5.2 |
| 3803 | 2026-09-11T21:01:29.520Z | Compiling kstat-rs v0.2.5 |
| 3804 | 2026-09-11T21:01:29.841Z | Compiling headers-core v0.3.0 |
| 3805 | 2026-09-11T21:01:29.995Z | Compiling kem v0.3.0 |
| 3806 | 2026-09-11T21:01:30.116Z | Compiling module-lattice v0.2.3 |
| 3807 | 2026-09-11T21:01:30.142Z | Compiling nanorand v0.7.0 |
| 3808 | 2026-09-11T21:01:30.165Z | Compiling sponge-cursor v0.1.0 |
| 3809 | 2026-09-11T21:01:30.271Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3810 | 2026-09-11T21:01:30.314Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3811 | 2026-09-11T21:01:30.346Z | Compiling sha3 v0.12.0 |
| 3812 | 2026-09-11T21:01:30.401Z | Compiling ml-kem v0.3.2 |
| 3813 | 2026-09-11T21:01:30.460Z | Compiling flume v0.11.1 |
| 3814 | 2026-09-11T21:01:30.552Z | Compiling headers v0.4.1 |
| 3815 | 2026-09-11T21:01:30.742Z | Compiling rcgen v0.12.1 |
| 3816 | 2026-09-11T21:01:30.824Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3817 | 2026-09-11T21:01:30.991Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa) |
| 3818 | 2026-09-11T21:01:31.059Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3819 | 2026-09-11T21:01:31.078Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3820 | 2026-09-11T21:01:31.142Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3821 | 2026-09-11T21:01:31.363Z | Compiling hyper-staticfile v0.10.1 |
| 3822 | 2026-09-11T21:01:31.401Z | Compiling ssh-key v0.7.0-rc.11 |
| 3823 | 2026-09-11T21:01:31.405Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3824 | 2026-09-11T21:01:31.440Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3825 | 2026-09-11T21:01:31.458Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3826 | 2026-09-11T21:01:31.536Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3827 | 2026-09-11T21:01:31.642Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3828 | 2026-09-11T21:01:31.734Z | Compiling russh-cryptovec v0.62.0 |
| 3829 | 2026-09-11T21:01:31.789Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3830 | 2026-09-11T21:01:31.847Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3831 | 2026-09-11T21:01:31.915Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3832 | 2026-09-11T21:01:31.936Z | Compiling port-file v0.1.0 |
| 3833 | 2026-09-11T21:01:31.957Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3834 | 2026-09-11T21:01:31.998Z | Compiling num-bigint v0.4.6 |
| 3835 | 2026-09-11T21:01:32.019Z | Compiling generic-array v1.4.3 |
| 3836 | 2026-09-11T21:01:32.037Z | Compiling russh-util v0.52.0 |
| 3837 | 2026-09-11T21:01:32.211Z | Compiling enum_dispatch v0.3.13 |
| 3838 | 2026-09-11T21:01:32.229Z | Compiling delegate v0.13.5 |
| 3839 | 2026-09-11T21:01:32.248Z | Compiling subprocess v0.2.15 |
| 3840 | 2026-09-11T21:01:32.268Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3841 | 2026-09-11T21:01:32.536Z | Compiling display-error-chain v0.2.2 |
| 3842 | 2026-09-11T21:01:32.704Z | Compiling md5 v0.8.0 |
| 3843 | 2026-09-11T21:01:32.722Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3844 | 2026-09-11T21:01:32.741Z | Compiling hex-literal v1.1.0 |
| 3845 | 2026-09-11T21:01:32.908Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3846 | 2026-09-11T21:01:33.003Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3847 | 2026-09-11T21:01:33.044Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3848 | 2026-09-11T21:01:33.242Z | Compiling colored v2.2.0 |
| 3849 | 2026-09-11T21:01:33.259Z | Compiling russh v0.62.4 |
| 3850 | 2026-09-11T21:01:33.278Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3851 | 2026-09-11T21:01:33.322Z | Compiling internet-checksum v0.2.1 |
| 3852 | 2026-09-11T21:01:33.987Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3853 | 2026-09-11T21:01:34.014Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3854 | 2026-09-11T21:01:36.804Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3855 | 2026-09-11T21:01:37.496Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3856 | 2026-09-11T21:01:38.008Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3857 | 2026-09-11T21:01:39.138Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3858 | 2026-09-11T21:01:39.348Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3859 | 2026-09-11T21:01:48.357Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3860 | 2026-09-11T21:01:48.357Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3861 | 2026-09-11T21:01:48.357Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3862 | 2026-09-11T21:01:48.379Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3863 | 2026-09-11T21:01:48.379Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3864 | 2026-09-11T21:01:50.149Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3865 | 2026-09-11T21:01:50.357Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3866 | 2026-09-11T21:01:54.518Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3867 | 2026-09-11T21:02:37.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
| 3868 | 2026-09-11T21:02:37.145Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3869 | 2026-09-11T21:02:37.145Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3870 | 2026-09-11T21:02:37.359Z | |
| 3871 | 2026-09-11T21:02:37.359Z | real 1:32.406361705 |
| 3872 | 2026-09-11T21:02:37.359Z | user 8:47.707963292 |
| 3873 | 2026-09-11T21:02:37.359Z | sys 1:43.868783407 |
| 3874 | 2026-09-11T21:02:37.359Z | trap 0.254813935 |
| 3875 | 2026-09-11T21:02:37.362Z | tflt 0.348158345 |
| 3876 | 2026-09-11T21:02:37.362Z | dflt 1.700882982 |
| 3877 | 2026-09-11T21:02:37.362Z | kflt 0.000265270 |
| 3878 | 2026-09-11T21:02:37.362Z | lock 32:49.778811104 |
| 3879 | 2026-09-11T21:02:37.362Z | slp 20:09.938555959 |
| 3880 | 2026-09-11T21:02:37.362Z | lat 39.953814132 |
| 3881 | 2026-09-11T21:02:37.363Z | stop 3:00.686275285 |
| 3882 | 2026-09-11T21:02:37.363Z | + mkdir tests |
| 3883 | 2026-09-11T21:02:37.365Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3884 | 2026-09-11T21:02:37.365Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3885 | 2026-09-11T21:02:37.387Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-aaf4a15e164dd2f1 tests/ |
| 3886 | 2026-09-11T21:02:37.410Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-34f3fb48af2ada5f tests/ |
| 3887 | 2026-09-11T21:02:37.431Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-000aa3c85dd2e14d tests/ |
| 3888 | 2026-09-11T21:02:37.454Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-698a6264dbe3330b tests/ |
| 3889 | 2026-09-11T21:02:37.868Z | + 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) |
| 3890 | 2026-09-11T21:02:37.872Z | + 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-34f3fb48af2ada5f tests/commtest-000aa3c85dd2e14d tests/dhcp_server-aaf4a15e164dd2f1 tests/end_to_end_tests-698a6264dbe3330b 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 |
| 3891 | 2026-09-11T21:03:43.507Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3892 | 2026-09-11T21:03:43.507Z | a .github/buildomat/ci-env.sh 1K |
| 3893 | 2026-09-11T21:03:43.508Z | a out/target/test 1K |
| 3894 | 2026-09-11T21:03:43.508Z | a out/npuzone/npuzone 27402K |
| 3895 | 2026-09-11T21:03:43.508Z | a package-manifest.toml 35K |
| 3896 | 2026-09-11T21:03:43.508Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3897 | 2026-09-11T21:03:43.508Z | a target/release/omicron-package 16987K |
| 3898 | 2026-09-11T21:03:43.508Z | a target/release/xtask 6403K |
| 3899 | 2026-09-11T21:03:43.508Z | a target/debug/bootstrap 442204K |
| 3900 | 2026-09-11T21:03:43.508Z | a tests/bootstrap-34f3fb48af2ada5f 34531K |
| 3901 | 2026-09-11T21:03:43.508Z | a tests/commtest-000aa3c85dd2e14d 34532K |
| 3902 | 2026-09-11T21:03:43.508Z | a tests/dhcp_server-aaf4a15e164dd2f1 34531K |
| 3903 | 2026-09-11T21:03:43.508Z | a tests/end_to_end_tests-698a6264dbe3330b 506882K |
| 3904 | 2026-09-11T21:03:43.508Z | a tools/opte_version 1K |
| 3905 | 2026-09-11T21:03:43.508Z | a tools/opte_version_override 2K |
| 3906 | 2026-09-11T21:03:43.508Z | a out/clickhouse.tar.gz 233258K |
| 3907 | 2026-09-11T21:03:43.508Z | a out/clickhouse_keeper.tar.gz 227775K |
| 3908 | 2026-09-11T21:03:43.508Z | a out/clickhouse_server.tar.gz 233255K |
| 3909 | 2026-09-11T21:03:43.508Z | a out/cockroachdb.tar.gz 125080K |
| 3910 | 2026-09-11T21:03:43.509Z | a out/crucible-pantry-zone.tar.gz 24781K |
| 3911 | 2026-09-11T21:03:43.509Z | a out/crucible-utils.tar 18900K |
| 3912 | 2026-09-11T21:03:43.509Z | a out/crucible-zone.tar.gz 39593K |
| 3913 | 2026-09-11T21:03:43.509Z | a out/external-dns.tar.gz 15195K |
| 3914 | 2026-09-11T21:03:43.509Z | a out/internal-dns.tar.gz 15195K |
| 3915 | 2026-09-11T21:03:43.509Z | a out/mg-ddm-gz.tar 100917K |
| 3916 | 2026-09-11T21:03:43.509Z | a out/nexus.tar.gz 197243K |
| 3917 | 2026-09-11T21:03:43.509Z | a out/ntp.tar.gz 7167K |
| 3918 | 2026-09-11T21:03:43.509Z | a out/omicron-gateway-softnpu.tar.gz 14140K |
| 3919 | 2026-09-11T21:03:43.509Z | a out/omicron-sled-agent.tar 116724K |
| 3920 | 2026-09-11T21:03:43.509Z | a out/overlay.tar.gz 4K |
| 3921 | 2026-09-11T21:03:43.509Z | a out/oximeter.tar.gz 17736K |
| 3922 | 2026-09-11T21:03:43.509Z | a out/oxlog.tar 2410K |
| 3923 | 2026-09-11T21:03:43.509Z | a out/probe.tar.gz 3037K |
| 3924 | 2026-09-11T21:03:43.509Z | a out/propolis-server.tar.gz 34642K |
| 3925 | 2026-09-11T21:03:43.510Z | a out/pumpkind-gz.tar 26647K |
| 3926 | 2026-09-11T21:03:43.510Z | a out/switch-softnpu.tar.gz 307172K |
| 3927 | 2026-09-11T21:03:43.513Z | |
| 3928 | 2026-09-11T21:03:43.513Z | real 1:05.637377196 |
| 3929 | 2026-09-11T21:03:43.513Z | user 1:03.496087035 |
| 3930 | 2026-09-11T21:03:43.513Z | sys 3.548549505 |
| 3931 | 2026-09-11T21:03:43.513Z | trap 0.005012533 |
| 3932 | 2026-09-11T21:03:43.513Z | tflt 0.000000000 |
| 3933 | 2026-09-11T21:03:43.513Z | dflt 0.000000000 |
| 3934 | 2026-09-11T21:03:43.514Z | kflt 0.000000000 |
| 3935 | 2026-09-11T21:03:43.514Z | lock 0.000000000 |
| 3936 | 2026-09-11T21:03:43.514Z | slp 1:03.429781785 |
| 3937 | 2026-09-11T21:03:43.514Z | lat 0.790613715 |
| 3938 | 2026-09-11T21:03:43.514Z | stop 0.000224260 |
| 3939 | 2026-09-11T21:03:43.514Z | process exited: duration 1043567 ms, exit code 0 |
| |
| 3940 | 2026-09-11T21:03:43.530Z | found 1 output files |
| 3941 | 2026-09-11T21:03:43.581Z | uploading: /work/package.tar.gz (1842429265 bytes) |
| 3942 | 2026-09-11T21:04:14.189Z | uploaded: /work/package.tar.gz |