|
|
|
| 1 | 2026-08-25T16:31:32.680Z | job assigned to worker 01M0WW4XJA37QWPHFBDCR493XH [factory aws, i-0b47f4621de16740d] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-25T16:31:38.845Z | starting task 0: "setup" |
| 3 | 2026-08-25T16:31:38.860Z | ++ uname -s |
| 4 | 2026-08-25T16:31:38.860Z | + kern=SunOS |
| 5 | 2026-08-25T16:31:38.860Z | + build_user=build |
| 6 | 2026-08-25T16:31:38.860Z | + build_uid=12345 |
| 7 | 2026-08-25T16:31:38.860Z | + work_dir=/work |
| 8 | 2026-08-25T16:31:38.860Z | + input_dir=/input |
| 9 | 2026-08-25T16:31:38.860Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T16:31:38.860Z | + case "$kern" in |
| 11 | 2026-08-25T16:31:38.860Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T16:31:38.860Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T16:31:40.859Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T16:31:40.958Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T16:31:40.969Z | + home_fs=zfs |
| 16 | 2026-08-25T16:31:40.969Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T16:31:40.969Z | + mkdir -p /home/build |
| 18 | 2026-08-25T16:31:40.969Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T16:31:42.957Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T16:31:42.961Z | process exited: duration 4116 ms, exit code 0 |
| |
| 21 | 2026-08-25T16:31:42.967Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T16:31:42.971Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T16:31:42.971Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T16:31:42.971Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T16:31:42.971Z | * rust toolchain profile = "default" |
| 26 | 2026-08-25T16:31:42.974Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T16:31:42.974Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T16:31:42.974Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T16:31:42.974Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T16:31:43.074Z | info: downloading installer |
| 31 | 2026-08-25T16:31:44.572Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T16:31:44.572Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T16:31:44.572Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T16:31:44.572Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T16:31:44.584Z | info: profile set to default |
| 36 | 2026-08-25T16:31:44.584Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T16:31:44.587Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T16:31:44.711Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T16:31:44.714Z | info: downloading 6 components |
| 40 | 2026-08-25T16:31:58.809Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T16:31:58.809Z | |
| 42 | 2026-08-25T16:31:58.837Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T16:31:58.837Z | |
| 44 | 2026-08-25T16:31:58.837Z | |
| 45 | 2026-08-25T16:31:58.837Z | Rust is installed now. Great! |
| 46 | 2026-08-25T16:31:58.838Z | |
| 47 | 2026-08-25T16:31:58.838Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T16:31:58.838Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T16:31:58.838Z | |
| 50 | 2026-08-25T16:31:58.838Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T16:31:58.838Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T16:31:58.838Z | |
| 53 | 2026-08-25T16:31:58.838Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T16:31:58.838Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T16:31:58.838Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T16:31:58.838Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T16:31:58.838Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T16:31:58.838Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T16:31:58.838Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T16:31:58.841Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T16:31:58.841Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T16:31:58.943Z | + rustup --version |
| 63 | 2026-08-25T16:31:58.951Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T16:31:58.954Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T16:31:58.972Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T16:31:58.975Z | + cargo --version |
| 67 | 2026-08-25T16:31:58.990Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T16:31:58.994Z | + rustc --version |
| 69 | 2026-08-25T16:31:59.012Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T16:31:59.015Z | process exited: duration 16046 ms, exit code 0 |
| |
| 71 | 2026-08-25T16:31:59.021Z | starting task 2: "authentication" |
| 72 | 2026-08-25T16:31:59.038Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T16:31:59.044Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T16:31:59.048Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T16:31:59.051Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T16:31:59.078Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T16:32:12.333Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T16:32:12.333Z | + git fetch origin 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b |
| 79 | 2026-08-25T16:32:12.722Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T16:32:12.722Z | * branch 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b -> FETCH_HEAD |
| 81 | 2026-08-25T16:32:12.735Z | + [[ -n renovate/crate-postgres-protocol-vulnerability ]] |
| 82 | 2026-08-25T16:32:12.739Z | ++ git branch --show-current |
| 83 | 2026-08-25T16:32:12.739Z | + current=main |
| 84 | 2026-08-25T16:32:12.739Z | + [[ main != renovate/crate-postgres-protocol-vulnerability ]] |
| 85 | 2026-08-25T16:32:12.739Z | + git branch -f renovate/crate-postgres-protocol-vulnerability 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b |
| 86 | 2026-08-25T16:32:12.745Z | + git checkout -f renovate/crate-postgres-protocol-vulnerability |
| 87 | 2026-08-25T16:32:13.005Z | Switched to branch 'renovate/crate-postgres-protocol-vulnerability' |
| 88 | 2026-08-25T16:32:13.008Z | + git reset --hard 349e9bd3dbbcfa2f6a97bf3d0ad3a5942be7776b |
| 89 | 2026-08-25T16:32:13.023Z | HEAD is now at 349e9bd3d Update Rust crate postgres-protocol to v0.6.12 [SECURITY] |
| 90 | 2026-08-25T16:32:13.026Z | process exited: duration 13979 ms, exit code 0 |
| |
| 91 | 2026-08-25T16:32:13.032Z | starting task 4: "build" |
| 92 | 2026-08-25T16:32:13.035Z | + source ./env.sh |
| 93 | 2026-08-25T16:32:13.036Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-25T16:32:13.039Z | ++ set -o xtrace |
| 95 | 2026-08-25T16:32:13.039Z | ++++ dirname ./env.sh |
| 96 | 2026-08-25T16:32:13.042Z | +++ readlink -f . |
| 97 | 2026-08-25T16:32:13.042Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-25T16:32:13.042Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-08-25T16:32:13.042Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-08-25T16:32:13.042Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-08-25T16:32:13.042Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-08-25T16:32:13.042Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-08-25T16:32:13.042Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-08-25T16:32:13.042Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-08-25T16:32:13.042Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-08-25T16:32:13.042Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-08-25T16:32:13.042Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-08-25T16:32:13.042Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-25T16:32:13.042Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-25T16:32:13.042Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-25T16:32:13.042Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-25T16:32:13.042Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-25T16:32:13.046Z | +++ uname -s |
| 114 | 2026-08-25T16:32:13.046Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-25T16:32:13.046Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-25T16:32:13.046Z | + cargo --version |
| 117 | 2026-08-25T16:32:13.053Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-25T16:32:13.056Z | + rustc --version |
| 119 | 2026-08-25T16:32:13.075Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-25T16:32:13.078Z | + banner prerequisites |
| 121 | 2026-08-25T16:32:13.081Z | |
| 122 | 2026-08-25T16:32:13.081Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-25T16:32:13.081Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-25T16:32:13.081Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-25T16:32:13.081Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-25T16:32:13.081Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-25T16:32:13.081Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-25T16:32:13.082Z | |
| 129 | 2026-08-25T16:32:13.082Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-25T16:32:15.011Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-25T16:32:15.393Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-25T16:32:17.596Z | Planning: Solver setup ... Done (2.086s) |
| 133 | 2026-08-25T16:32:17.657Z | Planning: Running solver ... Done (0.061s) |
| 134 | 2026-08-25T16:32:17.705Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-25T16:32:17.719Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-25T16:32:17.741Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-25T16:32:17.753Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-08-25T16:32:17.756Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-08-25T16:32:17.977Z | Planning: Checking for conflicting actions ... Done (0.221s) |
| 140 | 2026-08-25T16:32:17.980Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-25T16:32:18.767Z | Planning: Evaluating mediators ... Done (0.790s) |
| 142 | 2026-08-25T16:32:18.770Z | Planning: Planning completed in 3.34 seconds |
| 143 | 2026-08-25T16:32:18.776Z | Packages to install: 2 |
| 144 | 2026-08-25T16:32:18.779Z | Estimated space available: 156.01 GB |
| 145 | 2026-08-25T16:32:18.779Z | Estimated space to be consumed: 80.56 MB |
| 146 | 2026-08-25T16:32:18.779Z | Create boot environment: No |
| 147 | 2026-08-25T16:32:18.779Z | Create backup boot environment: No |
| 148 | 2026-08-25T16:32:18.779Z | Rebuild boot archive: No |
| 149 | 2026-08-25T16:32:18.779Z | |
| 150 | 2026-08-25T16:32:18.779Z | Changed packages: |
| 151 | 2026-08-25T16:32:18.779Z | helios |
| 152 | 2026-08-25T16:32:18.780Z | developer/build-essential |
| 153 | 2026-08-25T16:32:18.780Z | None -> 11-3.0 |
| 154 | 2026-08-25T16:32:18.780Z | library/libxmlsec1 |
| 155 | 2026-08-25T16:32:18.780Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-25T16:32:18.800Z | |
| 157 | 2026-08-25T16:32:18.800Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-25T16:32:18.868Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 159 | 2026-08-25T16:32:18.955Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-25T16:32:18.992Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-25T16:32:19.028Z | Finalize: Updating package state database ... Done (0.036s) |
| 162 | 2026-08-25T16:32:19.028Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-25T16:32:19.116Z | Finalize: Updating image state ... Done (0.088s) |
| 164 | 2026-08-25T16:32:21.554Z | Finalize: Creating fast lookup database ... Done (2.385s) |
| 165 | 2026-08-25T16:32:21.619Z | Finalize: Reading search index ... Done (0.011s) |
| 166 | 2026-08-25T16:32:21.622Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-25T16:32:21.713Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-25T16:32:22.084Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-25T16:32:22.188Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-25T16:32:22.191Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-25T16:32:22.344Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-25T16:32:22.347Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-25T16:32:22.370Z | Mediators to change: 2 |
| 174 | 2026-08-25T16:32:22.370Z | Create boot environment: No |
| 175 | 2026-08-25T16:32:22.370Z | Create backup boot environment: No |
| 176 | 2026-08-25T16:32:22.403Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-25T16:32:22.403Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-25T16:32:22.457Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-25T16:32:24.391Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-25T16:32:24.449Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-25T16:32:24.453Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-25T16:32:24.517Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-25T16:32:24.804Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-25T16:32:24.908Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-25T16:32:24.911Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-25T16:32:25.062Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-25T16:32:25.066Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-25T16:32:25.086Z | Mediators to change: 1 |
| 189 | 2026-08-25T16:32:25.086Z | Create boot environment: No |
| 190 | 2026-08-25T16:32:25.086Z | Create backup boot environment: No |
| 191 | 2026-08-25T16:32:25.122Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-25T16:32:25.122Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-25T16:32:25.176Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-25T16:32:27.099Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-25T16:32:27.158Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-25T16:32:27.162Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-25T16:32:27.215Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-25T16:32:27.521Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-25T16:32:27.521Z | apache system 2.4 system |
| 200 | 2026-08-25T16:32:27.521Z | clang system 15 system |
| 201 | 2026-08-25T16:32:27.521Z | csh system system illumos |
| 202 | 2026-08-25T16:32:27.521Z | ctags system system illumos |
| 203 | 2026-08-25T16:32:27.521Z | file vendor vendor darwinsys |
| 204 | 2026-08-25T16:32:27.521Z | file system system illumos |
| 205 | 2026-08-25T16:32:27.521Z | gcc vendor 14 vendor |
| 206 | 2026-08-25T16:32:27.521Z | gcc system 13 system |
| 207 | 2026-08-25T16:32:27.521Z | gcc system 10 system |
| 208 | 2026-08-25T16:32:27.521Z | go system 1.25 system |
| 209 | 2026-08-25T16:32:27.521Z | llvm system 15 system |
| 210 | 2026-08-25T16:32:27.521Z | mariadb system 11.4 system |
| 211 | 2026-08-25T16:32:27.521Z | mta vendor vendor dma |
| 212 | 2026-08-25T16:32:27.521Z | openjdk system 17 system |
| 213 | 2026-08-25T16:32:27.521Z | openjdk system 11 system |
| 214 | 2026-08-25T16:32:27.521Z | openssl vendor 3 vendor |
| 215 | 2026-08-25T16:32:27.521Z | perl system 5.40 system |
| 216 | 2026-08-25T16:32:27.521Z | postgresql system 18 system |
| 217 | 2026-08-25T16:32:27.521Z | postgresql system 17 system |
| 218 | 2026-08-25T16:32:27.521Z | python vendor 3 vendor |
| 219 | 2026-08-25T16:32:27.521Z | python system 2 system |
| 220 | 2026-08-25T16:32:27.521Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-25T16:32:27.521Z | ruby system 3.4 system |
| 222 | 2026-08-25T16:32:27.521Z | ruby system 3.0 system |
| 223 | 2026-08-25T16:32:27.521Z | words vendor vendor american-english |
| 224 | 2026-08-25T16:32:27.521Z | words system system australian-english |
| 225 | 2026-08-25T16:32:27.521Z | words system system british-english |
| 226 | 2026-08-25T16:32:27.521Z | words system system canadian-english |
| 227 | 2026-08-25T16:32:27.521Z | words system system french |
| 228 | 2026-08-25T16:32:27.521Z | words system system italian |
| 229 | 2026-08-25T16:32:27.522Z | words system system ngerman |
| 230 | 2026-08-25T16:32:27.522Z | words system system ogerman |
| 231 | 2026-08-25T16:32:27.522Z | words system system spanish |
| 232 | 2026-08-25T16:32:27.771Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-25T16:32:27.771Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-25T16:32:28.255Z | FMRI IFO |
| 235 | 2026-08-25T16:32:28.255Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-25T16:32:28.255Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-25T16:32:28.255Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-25T16:32:28.255Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-25T16:32:28.256Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-25T16:32:28.256Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-25T16:32:28.256Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-25T16:32:28.256Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-25T16:32:28.256Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-25T16:32:28.591Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-25T16:32:28.922Z | Updating crates.io index |
| 246 | 2026-08-25T16:32:28.925Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-25T16:32:29.198Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-25T16:32:29.590Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-25T16:32:32.716Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-08-25T16:32:33.284Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-25T16:32:35.394Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-25T16:32:36.343Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-25T16:32:36.661Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-08-25T16:32:37.034Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-08-25T16:32:38.648Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-08-25T16:32:38.925Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-08-25T16:32:39.344Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-08-25T16:32:40.139Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-08-25T16:32:40.426Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-08-25T16:32:40.737Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-08-25T16:32:41.055Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-08-25T16:32:41.350Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-08-25T16:32:41.688Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 264 | 2026-08-25T16:32:42.213Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-08-25T16:32:42.639Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 266 | 2026-08-25T16:32:43.449Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-25T16:32:43.991Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2026-08-25T16:32:44.280Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 269 | 2026-08-25T16:32:44.982Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 270 | 2026-08-25T16:32:45.280Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 271 | 2026-08-25T16:32:45.538Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 272 | 2026-08-25T16:32:45.953Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 273 | 2026-08-25T16:32:46.846Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-08-25T16:32:47.298Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-08-25T16:32:47.665Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-08-25T16:32:47.919Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-08-25T16:32:48.806Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-08-25T16:32:49.779Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 279 | 2026-08-25T16:32:50.360Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-08-25T16:32:51.586Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-08-25T16:32:51.881Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-08-25T16:32:52.708Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-08-25T16:32:53.960Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 284 | 2026-08-25T16:32:54.232Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 285 | 2026-08-25T16:32:54.545Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 286 | 2026-08-25T16:32:54.868Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 287 | 2026-08-25T16:32:55.156Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 288 | 2026-08-25T16:32:55.447Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 289 | 2026-08-25T16:32:57.963Z | Downloading crates ... |
| 290 | 2026-08-25T16:32:58.018Z | Downloaded dtrace-parser v0.2.0 |
| 291 | 2026-08-25T16:32:58.028Z | Downloaded camino-tempfile v1.4.1 |
| 292 | 2026-08-25T16:32:58.032Z | Downloaded anstream v1.0.0 |
| 293 | 2026-08-25T16:32:58.032Z | Downloaded bytecount v0.6.9 |
| 294 | 2026-08-25T16:32:58.038Z | Downloaded once_cell v1.21.3 |
| 295 | 2026-08-25T16:32:58.038Z | Downloaded fs-err v3.3.0 |
| 296 | 2026-08-25T16:32:58.038Z | Downloaded toml_write v0.1.2 |
| 297 | 2026-08-25T16:32:58.042Z | Downloaded cpufeatures v0.2.17 |
| 298 | 2026-08-25T16:32:58.045Z | Downloaded cargo-platform v0.3.2 |
| 299 | 2026-08-25T16:32:58.048Z | Downloaded colorchoice v1.0.4 |
| 300 | 2026-08-25T16:32:58.048Z | Downloaded dof v0.3.0 |
| 301 | 2026-08-25T16:32:58.052Z | Downloaded zerocopy v0.7.35 |
| 302 | 2026-08-25T16:32:58.060Z | Downloaded anstyle-query v1.1.5 |
| 303 | 2026-08-25T16:32:58.063Z | Downloaded fastrand v2.3.0 |
| 304 | 2026-08-25T16:32:58.063Z | Downloaded zmij v1.0.21 |
| 305 | 2026-08-25T16:32:58.063Z | Downloaded zerocopy-derive v0.7.35 |
| 306 | 2026-08-25T16:32:58.067Z | Downloaded block-buffer v0.10.4 |
| 307 | 2026-08-25T16:32:58.067Z | Downloaded usdt-attr-macro v0.5.0 |
| 308 | 2026-08-25T16:32:58.067Z | Downloaded anstyle-parse v1.0.0 |
| 309 | 2026-08-25T16:32:58.067Z | Downloaded autocfg v1.5.0 |
| 310 | 2026-08-25T16:32:58.071Z | Downloaded anstyle v1.0.14 |
| 311 | 2026-08-25T16:32:58.071Z | Downloaded cargo_metadata v0.23.1 |
| 312 | 2026-08-25T16:32:58.074Z | Downloaded memmap v0.7.0 |
| 313 | 2026-08-25T16:32:58.077Z | Downloaded errno v0.3.14 |
| 314 | 2026-08-25T16:32:58.077Z | Downloaded is_terminal_polyfill v1.70.2 |
| 315 | 2026-08-25T16:32:58.080Z | Downloaded cfg-if v1.0.4 |
| 316 | 2026-08-25T16:32:58.080Z | Downloaded heck v0.4.1 |
| 317 | 2026-08-25T16:32:58.080Z | Downloaded toml v0.8.23 |
| 318 | 2026-08-25T16:32:58.085Z | Downloaded usdt v0.5.0 |
| 319 | 2026-08-25T16:32:58.088Z | Downloaded pest_derive v2.8.6 |
| 320 | 2026-08-25T16:32:58.093Z | Downloaded byteorder v1.5.0 |
| 321 | 2026-08-25T16:32:58.098Z | Downloaded cargo_toml v0.21.0 |
| 322 | 2026-08-25T16:32:58.098Z | Downloaded camino v1.2.5 |
| 323 | 2026-08-25T16:32:58.098Z | Downloaded anyhow v1.0.104 |
| 324 | 2026-08-25T16:32:58.101Z | Downloaded usdt-macro v0.5.0 |
| 325 | 2026-08-25T16:32:58.106Z | Downloaded crypto-common v0.1.7 |
| 326 | 2026-08-25T16:32:58.106Z | Downloaded heck v0.5.0 |
| 327 | 2026-08-25T16:32:58.106Z | Downloaded fnv v1.0.7 |
| 328 | 2026-08-25T16:32:58.106Z | Downloaded macaddr v1.0.1 |
| 329 | 2026-08-25T16:32:58.110Z | Downloaded generic-array v0.14.7 |
| 330 | 2026-08-25T16:32:58.110Z | Downloaded itoa v1.0.17 |
| 331 | 2026-08-25T16:32:58.113Z | Downloaded thread-id v4.2.2 |
| 332 | 2026-08-25T16:32:58.116Z | Downloaded scroll_derive v0.12.1 |
| 333 | 2026-08-25T16:32:58.116Z | Downloaded smawk v0.3.2 |
| 334 | 2026-08-25T16:32:58.116Z | Downloaded terminal_size v0.4.3 |
| 335 | 2026-08-25T16:32:58.119Z | Downloaded serde_spanned v0.6.9 |
| 336 | 2026-08-25T16:32:58.119Z | Downloaded equivalent v1.0.2 |
| 337 | 2026-08-25T16:32:58.123Z | Downloaded pretty-hex v0.4.1 |
| 338 | 2026-08-25T16:32:58.126Z | Downloaded clap_lex v1.0.0 |
| 339 | 2026-08-25T16:32:58.126Z | Downloaded utf8parse v0.2.2 |
| 340 | 2026-08-25T16:32:58.131Z | Downloaded swrite v0.1.0 |
| 341 | 2026-08-25T16:32:58.134Z | Downloaded strsim v0.11.1 |
| 342 | 2026-08-25T16:32:58.140Z | Downloaded proc-macro-error-attr v1.0.4 |
| 343 | 2026-08-25T16:32:58.146Z | Downloaded plain v0.2.3 |
| 344 | 2026-08-25T16:32:58.149Z | Downloaded unicode-linebreak v0.1.5 |
| 345 | 2026-08-25T16:32:58.149Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2026-08-25T16:32:58.156Z | Downloaded log v0.4.33 |
| 347 | 2026-08-25T16:32:58.159Z | Downloaded bitflags v2.11.0 |
| 348 | 2026-08-25T16:32:58.162Z | Downloaded digest v0.10.7 |
| 349 | 2026-08-25T16:32:58.165Z | Downloaded version_check v0.9.5 |
| 350 | 2026-08-25T16:32:58.168Z | Downloaded thiserror v2.0.18 |
| 351 | 2026-08-25T16:32:58.172Z | Downloaded scroll v0.12.0 |
| 352 | 2026-08-25T16:32:58.177Z | Downloaded thiserror v1.0.69 |
| 353 | 2026-08-25T16:32:58.185Z | Downloaded toml_datetime v0.6.11 |
| 354 | 2026-08-25T16:32:58.185Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-08-25T16:32:58.185Z | Downloaded quote v1.0.45 |
| 356 | 2026-08-25T16:32:58.189Z | Downloaded sha2 v0.10.9 |
| 357 | 2026-08-25T16:32:58.189Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2026-08-25T16:32:58.194Z | Downloaded clap v4.6.1 |
| 359 | 2026-08-25T16:32:58.201Z | Downloaded serde_tokenstream v0.2.3 |
| 360 | 2026-08-25T16:32:58.201Z | Downloaded thiserror-impl v1.0.69 |
| 361 | 2026-08-25T16:32:58.201Z | Downloaded thiserror-impl v2.0.18 |
| 362 | 2026-08-25T16:32:58.202Z | Downloaded pest_meta v2.8.6 |
| 363 | 2026-08-25T16:32:58.202Z | Downloaded getrandom v0.4.3 |
| 364 | 2026-08-25T16:32:58.206Z | Downloaded ucd-trie v0.1.7 |
| 365 | 2026-08-25T16:32:58.206Z | Downloaded clap_derive v4.6.1 |
| 366 | 2026-08-25T16:32:58.214Z | Downloaded semver v1.0.28 |
| 367 | 2026-08-25T16:32:58.219Z | Downloaded tempfile v3.27.0 |
| 368 | 2026-08-25T16:32:58.229Z | Downloaded pest_generator v2.8.6 |
| 369 | 2026-08-25T16:32:58.242Z | Downloaded serde_derive v1.0.228 |
| 370 | 2026-08-25T16:32:58.246Z | Downloaded papergrid v0.11.0 |
| 371 | 2026-08-25T16:32:58.252Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-08-25T16:32:58.252Z | Downloaded unicode-ident v1.0.24 |
| 373 | 2026-08-25T16:32:58.258Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-08-25T16:32:58.263Z | Downloaded serde_core v1.0.228 |
| 375 | 2026-08-25T16:32:58.276Z | Downloaded serde v1.0.228 |
| 376 | 2026-08-25T16:32:58.287Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-08-25T16:32:58.293Z | Downloaded memchr v2.8.0 |
| 378 | 2026-08-25T16:32:58.302Z | Downloaded toml_edit v0.22.27 |
| 379 | 2026-08-25T16:32:58.321Z | Downloaded typenum v1.20.1 |
| 380 | 2026-08-25T16:32:58.341Z | Downloaded pest v2.8.6 |
| 381 | 2026-08-25T16:32:58.345Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-08-25T16:32:58.348Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-08-25T16:32:58.352Z | Downloaded serde_json v1.0.151 |
| 384 | 2026-08-25T16:32:58.356Z | Downloaded syn v1.0.109 |
| 385 | 2026-08-25T16:32:58.376Z | Downloaded goblin v0.8.2 |
| 386 | 2026-08-25T16:32:58.379Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-25T16:32:58.383Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-25T16:32:58.399Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-08-25T16:32:58.405Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-08-25T16:32:58.412Z | Downloaded syn v2.0.117 |
| 391 | 2026-08-25T16:32:58.425Z | Downloaded rustix v1.1.4 |
| 392 | 2026-08-25T16:32:58.458Z | Downloaded libc v0.2.185 |
| 393 | 2026-08-25T16:32:58.520Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-08-25T16:32:58.520Z | Compiling quote v1.0.45 |
| 395 | 2026-08-25T16:32:58.520Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-08-25T16:32:58.520Z | Compiling serde_core v1.0.228 |
| 397 | 2026-08-25T16:32:58.524Z | Compiling libc v0.2.185 |
| 398 | 2026-08-25T16:32:58.524Z | Compiling version_check v0.9.5 |
| 399 | 2026-08-25T16:32:58.524Z | Compiling memchr v2.8.0 |
| 400 | 2026-08-25T16:32:58.524Z | Compiling serde v1.0.228 |
| 401 | 2026-08-25T16:32:58.877Z | Compiling zmij v1.0.21 |
| 402 | 2026-08-25T16:32:59.073Z | Compiling ucd-trie v0.1.7 |
| 403 | 2026-08-25T16:32:59.117Z | Compiling itoa v1.0.17 |
| 404 | 2026-08-25T16:32:59.296Z | Compiling thiserror v1.0.69 |
| 405 | 2026-08-25T16:32:59.342Z | Compiling pest v2.8.6 |
| 406 | 2026-08-25T16:32:59.445Z | Compiling rustix v1.1.4 |
| 407 | 2026-08-25T16:32:59.475Z | Compiling byteorder v1.5.0 |
| 408 | 2026-08-25T16:32:59.726Z | Compiling errno v0.3.14 |
| 409 | 2026-08-25T16:32:59.824Z | Compiling serde_json v1.0.151 |
| 410 | 2026-08-25T16:32:59.887Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-25T16:32:59.948Z | Compiling syn v2.0.117 |
| 412 | 2026-08-25T16:33:00.004Z | Compiling thread-id v4.2.2 |
| 413 | 2026-08-25T16:33:00.084Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-08-25T16:33:00.101Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-25T16:33:00.191Z | Compiling camino v1.2.5 |
| 416 | 2026-08-25T16:33:00.263Z | Compiling syn v1.0.109 |
| 417 | 2026-08-25T16:33:00.411Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-25T16:33:00.566Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-25T16:33:00.598Z | Compiling log v0.4.33 |
| 420 | 2026-08-25T16:33:00.628Z | Compiling equivalent v1.0.2 |
| 421 | 2026-08-25T16:33:00.720Z | Compiling plain v0.2.3 |
| 422 | 2026-08-25T16:33:00.744Z | Compiling utf8parse v0.2.2 |
| 423 | 2026-08-25T16:33:00.777Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-08-25T16:33:00.862Z | Compiling getrandom v0.4.3 |
| 425 | 2026-08-25T16:33:00.974Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-25T16:33:01.131Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-08-25T16:33:01.313Z | Compiling indexmap v2.14.0 |
| 428 | 2026-08-25T16:33:01.725Z | Compiling colorchoice v1.0.4 |
| 429 | 2026-08-25T16:33:01.796Z | Compiling autocfg v1.5.0 |
| 430 | 2026-08-25T16:33:01.840Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-08-25T16:33:01.843Z | Compiling toml_write v0.1.2 |
| 432 | 2026-08-25T16:33:01.933Z | Compiling anstyle-query v1.1.5 |
| 433 | 2026-08-25T16:33:01.951Z | Compiling anstyle v1.0.14 |
| 434 | 2026-08-25T16:33:02.006Z | Compiling pretty-hex v0.4.1 |
| 435 | 2026-08-25T16:33:02.043Z | Compiling winnow v0.7.14 |
| 436 | 2026-08-25T16:33:02.059Z | Compiling thiserror v2.0.18 |
| 437 | 2026-08-25T16:33:02.109Z | Compiling cfg-if v1.0.4 |
| 438 | 2026-08-25T16:33:02.141Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-25T16:33:02.187Z | Compiling anstream v1.0.0 |
| 440 | 2026-08-25T16:33:02.251Z | Compiling fs-err v3.3.0 |
| 441 | 2026-08-25T16:33:02.446Z | Compiling anyhow v1.0.104 |
| 442 | 2026-08-25T16:33:02.472Z | Compiling bytecount v0.6.9 |
| 443 | 2026-08-25T16:33:02.612Z | Compiling fnv v1.0.7 |
| 444 | 2026-08-25T16:33:02.637Z | Compiling heck v0.4.1 |
| 445 | 2026-08-25T16:33:02.716Z | Compiling strsim v0.11.1 |
| 446 | 2026-08-25T16:33:02.759Z | Compiling unicode-width v0.1.14 |
| 447 | 2026-08-25T16:33:02.858Z | Compiling fastrand v2.3.0 |
| 448 | 2026-08-25T16:33:02.874Z | Compiling heck v0.5.0 |
| 449 | 2026-08-25T16:33:02.877Z | Compiling once_cell v1.21.3 |
| 450 | 2026-08-25T16:33:03.037Z | Compiling clap_lex v1.0.0 |
| 451 | 2026-08-25T16:33:03.068Z | Compiling tempfile v3.27.0 |
| 452 | 2026-08-25T16:33:03.104Z | Compiling papergrid v0.11.0 |
| 453 | 2026-08-25T16:33:03.240Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-08-25T16:33:03.269Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-08-25T16:33:03.339Z | Compiling semver v1.0.28 |
| 456 | 2026-08-25T16:33:03.408Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-08-25T16:33:03.438Z | Compiling memmap v0.7.0 |
| 458 | 2026-08-25T16:33:03.551Z | Compiling unicode-width v0.2.0 |
| 459 | 2026-08-25T16:33:03.592Z | Compiling smawk v0.3.2 |
| 460 | 2026-08-25T16:33:03.624Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-08-25T16:33:03.732Z | Compiling camino-tempfile v1.4.1 |
| 462 | 2026-08-25T16:33:03.825Z | Compiling textwrap v0.16.2 |
| 463 | 2026-08-25T16:33:03.862Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-08-25T16:33:03.878Z | Compiling thiserror-impl v1.0.69 |
| 465 | 2026-08-25T16:33:03.963Z | Compiling zerocopy-derive v0.7.35 |
| 466 | 2026-08-25T16:33:04.016Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-08-25T16:33:04.278Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-08-25T16:33:04.306Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-08-25T16:33:04.449Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-08-25T16:33:04.518Z | Compiling tabled v0.15.0 |
| 471 | 2026-08-25T16:33:04.803Z | Compiling zerocopy v0.7.35 |
| 472 | 2026-08-25T16:33:04.931Z | Compiling scroll v0.12.0 |
| 473 | 2026-08-25T16:33:05.197Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2026-08-25T16:33:05.214Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-25T16:33:05.665Z | Compiling swrite v0.1.0 |
| 476 | 2026-08-25T16:33:06.175Z | Compiling clap v4.6.1 |
| 477 | 2026-08-25T16:33:06.788Z | Compiling serde_spanned v0.6.9 |
| 478 | 2026-08-25T16:33:06.789Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-08-25T16:33:06.789Z | Compiling cargo_metadata v0.23.1 |
| 480 | 2026-08-25T16:33:06.823Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-08-25T16:33:06.823Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-25T16:33:06.845Z | Compiling dof v0.3.0 |
| 483 | 2026-08-25T16:33:06.851Z | Compiling serde_tokenstream v0.2.3 |
| 484 | 2026-08-25T16:33:06.999Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-08-25T16:33:07.575Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-08-25T16:33:07.581Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-25T16:33:08.218Z | Compiling usdt v0.5.0 |
| 488 | 2026-08-25T16:33:08.353Z | Compiling toml v0.8.23 |
| 489 | 2026-08-25T16:33:08.675Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-08-25T16:33:09.916Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-08-25T16:33:11.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.49s |
| 492 | 2026-08-25T16:33:12.119Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-08-25T16:33:12.636Z | Downloading crates ... |
| 494 | 2026-08-25T16:33:12.680Z | Downloaded adler2 v2.0.1 |
| 495 | 2026-08-25T16:33:12.686Z | Downloaded anstream v0.6.21 |
| 496 | 2026-08-25T16:33:12.695Z | Downloaded async-recursion v1.1.1 |
| 497 | 2026-08-25T16:33:12.698Z | Downloaded bitfield-macros v0.19.4 |
| 498 | 2026-08-25T16:33:12.698Z | Downloaded backtrace-ext v0.2.1 |
| 499 | 2026-08-25T16:33:12.698Z | Downloaded addr2line v0.25.1 |
| 500 | 2026-08-25T16:33:12.703Z | Downloaded float-cmp v0.10.0 |
| 501 | 2026-08-25T16:33:12.706Z | Downloaded async-stream v0.3.6 |
| 502 | 2026-08-25T16:33:12.706Z | Downloaded base16ct v1.0.0 |
| 503 | 2026-08-25T16:33:12.709Z | Downloaded atty v0.2.14 |
| 504 | 2026-08-25T16:33:12.709Z | Downloaded aead v0.5.2 |
| 505 | 2026-08-25T16:33:12.712Z | Downloaded float-ord v0.3.2 |
| 506 | 2026-08-25T16:33:12.712Z | Downloaded async-trait v0.1.89 |
| 507 | 2026-08-25T16:33:12.715Z | Downloaded bb8 v0.8.6 |
| 508 | 2026-08-25T16:33:12.719Z | Downloaded headers v0.4.1 |
| 509 | 2026-08-25T16:33:12.722Z | Downloaded form_urlencoded v1.2.2 |
| 510 | 2026-08-25T16:33:12.722Z | Downloaded async-stream-impl v0.3.6 |
| 511 | 2026-08-25T16:33:12.722Z | Downloaded backoff v0.4.0 |
| 512 | 2026-08-25T16:33:12.722Z | Downloaded bitfield v0.19.4 |
| 513 | 2026-08-25T16:33:12.722Z | Downloaded getrandom v0.2.17 |
| 514 | 2026-08-25T16:33:12.725Z | Downloaded futures-sink v0.3.32 |
| 515 | 2026-08-25T16:33:12.725Z | Downloaded bit-set v0.5.3 |
| 516 | 2026-08-25T16:33:12.725Z | Downloaded enum-as-inner v0.6.1 |
| 517 | 2026-08-25T16:33:12.725Z | Downloaded enum_dispatch v0.3.13 |
| 518 | 2026-08-25T16:33:12.728Z | Downloaded erased-serde v0.3.31 |
| 519 | 2026-08-25T16:33:12.728Z | Downloaded env_filter v2.0.0 |
| 520 | 2026-08-25T16:33:12.731Z | Downloaded funty v2.0.0 |
| 521 | 2026-08-25T16:33:12.731Z | Downloaded futures-task v0.3.32 |
| 522 | 2026-08-25T16:33:12.731Z | Downloaded fd-lock v4.0.4 |
| 523 | 2026-08-25T16:33:12.731Z | Downloaded ghash v0.6.0 |
| 524 | 2026-08-25T16:33:12.734Z | Downloaded arrayref v0.3.9 |
| 525 | 2026-08-25T16:33:12.734Z | Downloaded ascii-canvas v3.0.0 |
| 526 | 2026-08-25T16:33:12.734Z | Downloaded atomic-waker v1.1.2 |
| 527 | 2026-08-25T16:33:12.734Z | Downloaded gethostname v0.5.0 |
| 528 | 2026-08-25T16:33:12.734Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 529 | 2026-08-25T16:33:12.744Z | Downloaded atomicwrites v0.4.4 |
| 530 | 2026-08-25T16:33:12.744Z | Downloaded endian-type v0.1.2 |
| 531 | 2026-08-25T16:33:12.744Z | Downloaded foreign-types-shared v0.1.1 |
| 532 | 2026-08-25T16:33:12.744Z | Downloaded fxhash v0.2.1 |
| 533 | 2026-08-25T16:33:12.744Z | Downloaded bit-set v0.8.0 |
| 534 | 2026-08-25T16:33:12.753Z | Downloaded aead v0.6.1 |
| 535 | 2026-08-25T16:33:12.754Z | Downloaded flagset v0.4.7 |
| 536 | 2026-08-25T16:33:12.754Z | Downloaded foreign-types v0.5.0 |
| 537 | 2026-08-25T16:33:12.754Z | Downloaded base16ct v0.2.0 |
| 538 | 2026-08-25T16:33:12.754Z | Downloaded ciborium-ll v0.2.2 |
| 539 | 2026-08-25T16:33:12.758Z | Downloaded cfg_aliases v0.1.1 |
| 540 | 2026-08-25T16:33:12.758Z | Downloaded cfg_aliases v0.2.1 |
| 541 | 2026-08-25T16:33:12.758Z | Downloaded env_logger v0.11.11 |
| 542 | 2026-08-25T16:33:12.758Z | Downloaded getrandom v0.3.4 |
| 543 | 2026-08-25T16:33:12.758Z | Downloaded block-padding v0.4.2 |
| 544 | 2026-08-25T16:33:12.758Z | Downloaded hash32 v0.2.1 |
| 545 | 2026-08-25T16:33:12.758Z | Downloaded futures-macro v0.3.32 |
| 546 | 2026-08-25T16:33:12.758Z | Downloaded arrayvec v0.7.6 |
| 547 | 2026-08-25T16:33:12.761Z | Downloaded bit-vec v0.6.3 |
| 548 | 2026-08-25T16:33:12.761Z | Downloaded const-oid v0.10.2 |
| 549 | 2026-08-25T16:33:12.761Z | Downloaded fs-err v2.11.0 |
| 550 | 2026-08-25T16:33:12.763Z | Downloaded futures-executor v0.3.32 |
| 551 | 2026-08-25T16:33:12.763Z | Downloaded fallible-iterator v0.2.0 |
| 552 | 2026-08-25T16:33:12.763Z | Downloaded foldhash v0.1.5 |
| 553 | 2026-08-25T16:33:12.763Z | Downloaded bcs v0.1.6 |
| 554 | 2026-08-25T16:33:12.766Z | Downloaded cbc v0.2.1 |
| 555 | 2026-08-25T16:33:12.766Z | Downloaded bitfield-struct v0.6.2 |
| 556 | 2026-08-25T16:33:12.766Z | Downloaded flate2 v1.1.9 |
| 557 | 2026-08-25T16:33:12.768Z | Downloaded foreign-types-shared v0.3.1 |
| 558 | 2026-08-25T16:33:12.771Z | Downloaded array-init v0.0.4 |
| 559 | 2026-08-25T16:33:12.771Z | Downloaded block-buffer v0.12.1 |
| 560 | 2026-08-25T16:33:12.771Z | Downloaded headers-core v0.3.0 |
| 561 | 2026-08-25T16:33:12.771Z | Downloaded http-range v0.1.5 |
| 562 | 2026-08-25T16:33:12.774Z | Downloaded fixedbitset v0.4.2 |
| 563 | 2026-08-25T16:33:12.775Z | Downloaded foreign-types v0.3.2 |
| 564 | 2026-08-25T16:33:12.775Z | Downloaded base64ct v1.8.3 |
| 565 | 2026-08-25T16:33:12.777Z | Downloaded globwalk v0.9.1 |
| 566 | 2026-08-25T16:33:12.780Z | Downloaded castaway v0.2.4 |
| 567 | 2026-08-25T16:33:12.783Z | Downloaded compression-core v0.4.31 |
| 568 | 2026-08-25T16:33:12.786Z | Downloaded hostname v0.4.2 |
| 569 | 2026-08-25T16:33:12.786Z | Downloaded assert_matches v1.5.0 |
| 570 | 2026-08-25T16:33:12.788Z | Downloaded futures-core v0.3.32 |
| 571 | 2026-08-25T16:33:12.788Z | Downloaded hostname v0.3.1 |
| 572 | 2026-08-25T16:33:12.793Z | Downloaded git-stub v1.0.0 |
| 573 | 2026-08-25T16:33:12.796Z | Downloaded ciborium-io v0.2.2 |
| 574 | 2026-08-25T16:33:12.800Z | Downloaded fs_extra v1.3.0 |
| 575 | 2026-08-25T16:33:12.803Z | Downloaded nibble_vec v0.1.0 |
| 576 | 2026-08-25T16:33:12.803Z | Downloaded futures-io v0.3.32 |
| 577 | 2026-08-25T16:33:12.803Z | Downloaded http-body v1.0.1 |
| 578 | 2026-08-25T16:33:12.803Z | Downloaded hex v0.4.3 |
| 579 | 2026-08-25T16:33:12.806Z | Downloaded hubpack v0.1.2 |
| 580 | 2026-08-25T16:33:12.809Z | Downloaded nodrop v0.1.14 |
| 581 | 2026-08-25T16:33:12.812Z | Downloaded httpdate v1.0.3 |
| 582 | 2026-08-25T16:33:12.812Z | Downloaded num v0.4.3 |
| 583 | 2026-08-25T16:33:12.817Z | Downloaded hubpack_derive v0.1.1 |
| 584 | 2026-08-25T16:33:12.820Z | Downloaded cmake v0.1.57 |
| 585 | 2026-08-25T16:33:12.823Z | Downloaded foreign-types-macros v0.2.3 |
| 586 | 2026-08-25T16:33:12.823Z | Downloaded hash32 v0.3.1 |
| 587 | 2026-08-25T16:33:12.823Z | Downloaded bit-vec v0.8.0 |
| 588 | 2026-08-25T16:33:12.827Z | Downloaded num_threads v0.1.7 |
| 589 | 2026-08-25T16:33:12.830Z | Downloaded allocator-api2 v0.2.21 |
| 590 | 2026-08-25T16:33:12.830Z | Downloaded openssl-macros v0.1.1 |
| 591 | 2026-08-25T16:33:12.833Z | Downloaded hex-literal v1.1.0 |
| 592 | 2026-08-25T16:33:12.836Z | Downloaded blowfish v0.10.0 |
| 593 | 2026-08-25T16:33:12.836Z | Downloaded path-slash v0.1.5 |
| 594 | 2026-08-25T16:33:12.840Z | Downloaded cmov v0.5.4 |
| 595 | 2026-08-25T16:33:12.840Z | Downloaded camino-tempfile-ext v0.3.3 |
| 596 | 2026-08-25T16:33:12.840Z | Downloaded cipher v0.4.4 |
| 597 | 2026-08-25T16:33:12.840Z | Downloaded oxide-generation-macros v0.2.0 |
| 598 | 2026-08-25T16:33:12.843Z | Downloaded group v0.14.0 |
| 599 | 2026-08-25T16:33:12.843Z | Downloaded humantime v2.3.0 |
| 600 | 2026-08-25T16:33:12.846Z | Downloaded password-hash v0.6.1 |
| 601 | 2026-08-25T16:33:12.846Z | Downloaded phf_shared v0.13.1 |
| 602 | 2026-08-25T16:33:12.846Z | Downloaded group v0.13.0 |
| 603 | 2026-08-25T16:33:12.849Z | Downloaded num_enum v0.5.11 |
| 604 | 2026-08-25T16:33:12.852Z | Downloaded ff v0.14.0 |
| 605 | 2026-08-25T16:33:12.852Z | Downloaded home v0.5.12 |
| 606 | 2026-08-25T16:33:12.852Z | Downloaded radium v0.7.0 |
| 607 | 2026-08-25T16:33:12.852Z | Downloaded ff v0.13.1 |
| 608 | 2026-08-25T16:33:12.852Z | Downloaded rfc6979 v0.6.0 |
| 609 | 2026-08-25T16:33:12.855Z | Downloaded http-body-util v0.1.3 |
| 610 | 2026-08-25T16:33:12.855Z | Downloaded rfc6979 v0.4.0 |
| 611 | 2026-08-25T16:33:12.859Z | Downloaded russh-cryptovec v0.62.0 |
| 612 | 2026-08-25T16:33:12.859Z | Downloaded scopeguard v1.2.0 |
| 613 | 2026-08-25T16:33:12.862Z | Downloaded backon v1.6.0 |
| 614 | 2026-08-25T16:33:12.862Z | Downloaded rand_chacha v0.3.1 |
| 615 | 2026-08-25T16:33:12.862Z | Downloaded semver v0.1.20 |
| 616 | 2026-08-25T16:33:12.865Z | Downloaded cassowary v0.3.0 |
| 617 | 2026-08-25T16:33:12.865Z | Downloaded seq-macro v0.3.6 |
| 618 | 2026-08-25T16:33:12.865Z | Downloaded anstyle-parse v0.2.7 |
| 619 | 2026-08-25T16:33:12.868Z | Downloaded secrecy v0.10.3 |
| 620 | 2026-08-25T16:33:12.868Z | Downloaded signature v2.2.0 |
| 621 | 2026-08-25T16:33:12.868Z | Downloaded cobs v0.3.0 |
| 622 | 2026-08-25T16:33:12.868Z | Downloaded serde_repr v0.1.20 |
| 623 | 2026-08-25T16:33:12.871Z | Downloaded serde_plain v1.0.2 |
| 624 | 2026-08-25T16:33:12.874Z | Downloaded signature v3.0.0 |
| 625 | 2026-08-25T16:33:12.874Z | Downloaded byte-wrapper v0.1.0 |
| 626 | 2026-08-25T16:33:12.877Z | Downloaded chacha20 v0.9.1 |
| 627 | 2026-08-25T16:33:12.877Z | Downloaded stable_deref_trait v1.2.1 |
| 628 | 2026-08-25T16:33:12.877Z | Downloaded cexpr v0.6.0 |
| 629 | 2026-08-25T16:33:12.882Z | Downloaded compression-codecs v0.4.37 |
| 630 | 2026-08-25T16:33:12.882Z | Downloaded supports-unicode v3.0.0 |
| 631 | 2026-08-25T16:33:12.885Z | Downloaded git-stub-vcs v0.1.0 |
| 632 | 2026-08-25T16:33:12.885Z | Downloaded foldhash v0.2.0 |
| 633 | 2026-08-25T16:33:12.885Z | Downloaded bitflags v1.3.2 |
| 634 | 2026-08-25T16:33:12.888Z | Downloaded fixedbitset v0.5.7 |
| 635 | 2026-08-25T16:33:12.888Z | Downloaded filetime v0.2.27 |
| 636 | 2026-08-25T16:33:12.891Z | Downloaded globset v0.4.18 |
| 637 | 2026-08-25T16:33:12.891Z | Downloaded argon2 v0.5.3 |
| 638 | 2026-08-25T16:33:12.895Z | Downloaded sqlparser_derive v0.5.0 |
| 639 | 2026-08-25T16:33:12.895Z | Downloaded highway v1.3.0 |
| 640 | 2026-08-25T16:33:12.899Z | Downloaded bs58 v0.5.1 |
| 641 | 2026-08-25T16:33:12.899Z | Downloaded bzip2 v0.6.1 |
| 642 | 2026-08-25T16:33:12.902Z | Downloaded glob v0.3.3 |
| 643 | 2026-08-25T16:33:12.902Z | Downloaded num-integer v0.1.46 |
| 644 | 2026-08-25T16:33:12.902Z | Downloaded colored v2.2.0 |
| 645 | 2026-08-25T16:33:12.902Z | Downloaded slog-envlogger v2.2.0 |
| 646 | 2026-08-25T16:33:12.905Z | Downloaded structmeta v0.3.0 |
| 647 | 2026-08-25T16:33:12.905Z | Downloaded phf v0.12.1 |
| 648 | 2026-08-25T16:33:12.905Z | Downloaded base64 v0.22.1 |
| 649 | 2026-08-25T16:33:12.906Z | Downloaded take_mut v0.2.2 |
| 650 | 2026-08-25T16:33:12.911Z | Downloaded buf-list v1.1.2 |
| 651 | 2026-08-25T16:33:12.915Z | Downloaded subtle v2.6.1 |
| 652 | 2026-08-25T16:33:12.915Z | Downloaded pkg-config v0.3.32 |
| 653 | 2026-08-25T16:33:12.921Z | Downloaded cancel-safe-futures v0.1.5 |
| 654 | 2026-08-25T16:33:12.922Z | Downloaded password-hash v0.5.0 |
| 655 | 2026-08-25T16:33:12.922Z | Downloaded paste v1.0.15 |
| 656 | 2026-08-25T16:33:12.925Z | Downloaded progenitor v0.13.0 |
| 657 | 2026-08-25T16:33:12.925Z | Downloaded progenitor-client v0.13.0 |
| 658 | 2026-08-25T16:33:12.925Z | Downloaded async-bb8-diesel v0.2.1 |
| 659 | 2026-08-25T16:33:12.925Z | Downloaded hmac v0.13.0 |
| 660 | 2026-08-25T16:33:12.925Z | Downloaded cipher v0.5.2 |
| 661 | 2026-08-25T16:33:12.926Z | Downloaded futures-channel v0.3.32 |
| 662 | 2026-08-25T16:33:12.926Z | Downloaded generic-array v1.4.3 |
| 663 | 2026-08-25T16:33:12.928Z | Downloaded schemars_derive v0.8.22 |
| 664 | 2026-08-25T16:33:12.929Z | Downloaded serdect v0.4.3 |
| 665 | 2026-08-25T16:33:12.929Z | Downloaded testing_table v0.3.0 |
| 666 | 2026-08-25T16:33:12.929Z | Downloaded expectorate v1.2.0 |
| 667 | 2026-08-25T16:33:12.932Z | Downloaded usdt v0.6.0 |
| 668 | 2026-08-25T16:33:12.935Z | Downloaded unarray v0.1.4 |
| 669 | 2026-08-25T16:33:12.935Z | Downloaded unicode-xid v0.2.6 |
| 670 | 2026-08-25T16:33:12.935Z | Downloaded utf-8 v0.7.6 |
| 671 | 2026-08-25T16:33:12.935Z | Downloaded wait-timeout v0.2.1 |
| 672 | 2026-08-25T16:33:12.938Z | Downloaded primefield v0.14.0 |
| 673 | 2026-08-25T16:33:12.938Z | Downloaded rand_chacha v0.9.0 |
| 674 | 2026-08-25T16:33:12.938Z | Downloaded rustls-native-certs v0.8.3 |
| 675 | 2026-08-25T16:33:12.941Z | Downloaded const-oid v0.9.6 |
| 676 | 2026-08-25T16:33:12.941Z | Downloaded slog-json v2.6.1 |
| 677 | 2026-08-25T16:33:12.941Z | Downloaded slog-scope v4.4.1 |
| 678 | 2026-08-25T16:33:12.941Z | Downloaded spki v0.8.0 |
| 679 | 2026-08-25T16:33:12.945Z | Downloaded console v0.15.11 |
| 680 | 2026-08-25T16:33:12.950Z | Downloaded zeroize_derive v1.5.0 |
| 681 | 2026-08-25T16:33:12.950Z | Downloaded bzip2 v0.4.4 |
| 682 | 2026-08-25T16:33:12.950Z | Downloaded colored v3.1.1 |
| 683 | 2026-08-25T16:33:12.954Z | Downloaded console v0.16.2 |
| 684 | 2026-08-25T16:33:12.954Z | Downloaded zone v0.3.1 |
| 685 | 2026-08-25T16:33:12.954Z | Downloaded blake2 v0.10.6 |
| 686 | 2026-08-25T16:33:12.954Z | Downloaded argon2 v0.6.0-rc.8 |
| 687 | 2026-08-25T16:33:12.954Z | Downloaded ciborium v0.2.2 |
| 688 | 2026-08-25T16:33:12.957Z | Downloaded clang-sys v1.8.1 |
| 689 | 2026-08-25T16:33:12.957Z | Downloaded httparse v1.10.1 |
| 690 | 2026-08-25T16:33:12.957Z | Downloaded find-msvc-tools v0.1.9 |
| 691 | 2026-08-25T16:33:12.960Z | Downloaded hybrid-array v0.4.13 |
| 692 | 2026-08-25T16:33:12.964Z | Downloaded convert_case v0.4.0 |
| 693 | 2026-08-25T16:33:12.968Z | Downloaded postgres-types v0.2.12 |
| 694 | 2026-08-25T16:33:12.972Z | Downloaded postgres-protocol v0.6.12 |
| 695 | 2026-08-25T16:33:12.972Z | Downloaded pkcs1 v0.7.5 |
| 696 | 2026-08-25T16:33:12.975Z | Downloaded strum_macros v0.24.3 |
| 697 | 2026-08-25T16:33:12.975Z | Downloaded synstructure v0.13.2 |
| 698 | 2026-08-25T16:33:12.975Z | Downloaded crunchy v0.2.4 |
| 699 | 2026-08-25T16:33:12.975Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 700 | 2026-08-25T16:33:12.975Z | Downloaded darling_macro v0.20.11 |
| 701 | 2026-08-25T16:33:12.980Z | Downloaded string_cache v0.8.9 |
| 702 | 2026-08-25T16:33:12.984Z | Downloaded half v1.8.3 |
| 703 | 2026-08-25T16:33:12.984Z | Downloaded tiny-keccak v2.0.2 |
| 704 | 2026-08-25T16:33:12.984Z | Downloaded tinystr v0.8.2 |
| 705 | 2026-08-25T16:33:12.984Z | Downloaded debug-ignore v1.0.5 |
| 706 | 2026-08-25T16:33:12.987Z | Downloaded dirs-sys-next v0.1.2 |
| 707 | 2026-08-25T16:33:12.987Z | Downloaded dof v0.4.0 |
| 708 | 2026-08-25T16:33:12.987Z | Downloaded dtrace-parser v0.3.0 |
| 709 | 2026-08-25T16:33:12.987Z | Downloaded parking_lot_core v0.9.12 |
| 710 | 2026-08-25T16:33:12.987Z | Downloaded postcard v1.1.3 |
| 711 | 2026-08-25T16:33:12.987Z | Downloaded dunce v1.0.5 |
| 712 | 2026-08-25T16:33:12.991Z | Downloaded progenitor v0.14.0 |
| 713 | 2026-08-25T16:33:12.991Z | Downloaded thread_local v1.1.9 |
| 714 | 2026-08-25T16:33:12.991Z | Downloaded ahash v0.8.12 |
| 715 | 2026-08-25T16:33:12.991Z | Downloaded blake2 v0.11.0-rc.6 |
| 716 | 2026-08-25T16:33:12.995Z | Downloaded rustversion v1.0.22 |
| 717 | 2026-08-25T16:33:12.999Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 718 | 2026-08-25T16:33:12.999Z | Downloaded vergen-lib v0.1.6 |
| 719 | 2026-08-25T16:33:12.999Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 720 | 2026-08-25T16:33:12.999Z | Downloaded tui-tree-widget v0.23.1 |
| 721 | 2026-08-25T16:33:12.999Z | Downloaded embedded-io v0.6.1 |
| 722 | 2026-08-25T16:33:13.004Z | Downloaded idna_adapter v1.2.1 |
| 723 | 2026-08-25T16:33:13.004Z | Downloaded indoc v1.0.9 |
| 724 | 2026-08-25T16:33:13.004Z | Downloaded instant v0.1.13 |
| 725 | 2026-08-25T16:33:13.037Z | Downloaded pkcs8 v0.11.0 |
| 726 | 2026-08-25T16:33:13.038Z | Downloaded keccak v0.1.6 |
| 727 | 2026-08-25T16:33:13.038Z | Downloaded lzss v0.8.2 |
| 728 | 2026-08-25T16:33:13.038Z | Downloaded lalrpop-util v0.19.12 |
| 729 | 2026-08-25T16:33:13.038Z | Downloaded lazy_static v1.5.0 |
| 730 | 2026-08-25T16:33:13.038Z | Downloaded arc-swap v1.8.2 |
| 731 | 2026-08-25T16:33:13.038Z | Downloaded chacha20 v0.10.0 |
| 732 | 2026-08-25T16:33:13.038Z | Downloaded wyz v0.5.1 |
| 733 | 2026-08-25T16:33:13.038Z | Downloaded elliptic-curve v0.14.1 |
| 734 | 2026-08-25T16:33:13.038Z | Downloaded memoffset v0.9.1 |
| 735 | 2026-08-25T16:33:13.038Z | Downloaded num_enum_derive v0.5.11 |
| 736 | 2026-08-25T16:33:13.038Z | Downloaded half v2.7.1 |
| 737 | 2026-08-25T16:33:13.038Z | Downloaded yoke-derive v0.8.1 |
| 738 | 2026-08-25T16:33:13.038Z | Downloaded hyper-rustls v0.27.7 |
| 739 | 2026-08-25T16:33:13.038Z | Downloaded multimap v0.10.1 |
| 740 | 2026-08-25T16:33:13.043Z | Downloaded ar_archive_writer v0.5.1 |
| 741 | 2026-08-25T16:33:13.043Z | Downloaded backtrace v0.3.76 |
| 742 | 2026-08-25T16:33:13.043Z | Downloaded fatfs v0.3.6 |
| 743 | 2026-08-25T16:33:13.043Z | Downloaded critical-section v1.2.0 |
| 744 | 2026-08-25T16:33:13.046Z | Downloaded daft v0.1.8 |
| 745 | 2026-08-25T16:33:13.046Z | Downloaded defmt-macros v1.0.1 |
| 746 | 2026-08-25T16:33:13.046Z | Downloaded defmt-parser v1.0.0 |
| 747 | 2026-08-25T16:33:13.046Z | Downloaded num-iter v0.1.45 |
| 748 | 2026-08-25T16:33:13.049Z | Downloaded predicates-tree v1.0.13 |
| 749 | 2026-08-25T16:33:13.049Z | Downloaded openssl-probe v0.1.6 |
| 750 | 2026-08-25T16:33:13.049Z | Downloaded parse-size v1.1.0 |
| 751 | 2026-08-25T16:33:13.049Z | Downloaded predicates-core v1.0.10 |
| 752 | 2026-08-25T16:33:13.052Z | Downloaded progenitor-macro v0.14.0 |
| 753 | 2026-08-25T16:33:13.052Z | Downloaded oxide-update-engine-types v0.1.2 |
| 754 | 2026-08-25T16:33:13.052Z | Downloaded tokio-stream v0.1.18 |
| 755 | 2026-08-25T16:33:13.056Z | Downloaded futures v0.3.32 |
| 756 | 2026-08-25T16:33:13.059Z | Downloaded term v1.2.1 |
| 757 | 2026-08-25T16:33:13.059Z | Downloaded ctr v0.10.1 |
| 758 | 2026-08-25T16:33:13.062Z | Downloaded hmac v0.12.1 |
| 759 | 2026-08-25T16:33:13.062Z | Downloaded papergrid v0.18.0 |
| 760 | 2026-08-25T16:33:13.066Z | Downloaded diesel-dtrace v0.5.0 |
| 761 | 2026-08-25T16:33:13.066Z | Downloaded flume v0.11.1 |
| 762 | 2026-08-25T16:33:13.069Z | Downloaded heapless v0.7.17 |
| 763 | 2026-08-25T16:33:13.069Z | Downloaded potential_utf v0.1.4 |
| 764 | 2026-08-25T16:33:13.072Z | Downloaded heapless v0.8.0 |
| 765 | 2026-08-25T16:33:13.072Z | Downloaded quick-error v1.2.3 |
| 766 | 2026-08-25T16:33:13.072Z | Downloaded rand_pcg v0.10.2 |
| 767 | 2026-08-25T16:33:13.075Z | Downloaded russh-util v0.52.0 |
| 768 | 2026-08-25T16:33:13.075Z | Downloaded recursive v0.1.1 |
| 769 | 2026-08-25T16:33:13.075Z | Downloaded rustc_version v0.4.1 |
| 770 | 2026-08-25T16:33:13.076Z | Downloaded tracing-attributes v0.1.31 |
| 771 | 2026-08-25T16:33:13.076Z | Downloaded unicode-properties v0.1.4 |
| 772 | 2026-08-25T16:33:13.079Z | Downloaded sha1 v0.10.6 |
| 773 | 2026-08-25T16:33:13.079Z | Downloaded ingot-types v0.2.0 |
| 774 | 2026-08-25T16:33:13.079Z | Downloaded ipnetwork v0.21.1 |
| 775 | 2026-08-25T16:33:13.084Z | Downloaded jobserver v0.1.34 |
| 776 | 2026-08-25T16:33:13.084Z | Downloaded schemars v0.8.22 |
| 777 | 2026-08-25T16:33:13.087Z | Downloaded supports-color v3.0.2 |
| 778 | 2026-08-25T16:33:13.089Z | Downloaded linear-map v1.2.0 |
| 779 | 2026-08-25T16:33:13.090Z | Downloaded chumsky v0.9.3 |
| 780 | 2026-08-25T16:33:13.090Z | Downloaded compact_str v0.8.1 |
| 781 | 2026-08-25T16:33:13.092Z | Downloaded corncobs v0.1.4 |
| 782 | 2026-08-25T16:33:13.093Z | Downloaded bytes v1.11.1 |
| 783 | 2026-08-25T16:33:13.095Z | Downloaded lock_api v0.4.14 |
| 784 | 2026-08-25T16:33:13.095Z | Downloaded sapling-renderdag v0.1.0 |
| 785 | 2026-08-25T16:33:13.096Z | Downloaded signal-hook-mio v0.2.5 |
| 786 | 2026-08-25T16:33:13.099Z | Downloaded sigpipe v0.1.3 |
| 787 | 2026-08-25T16:33:13.099Z | Downloaded signal-hook v0.3.18 |
| 788 | 2026-08-25T16:33:13.099Z | Downloaded slog v2.8.2 |
| 789 | 2026-08-25T16:33:13.102Z | Downloaded maybe-uninit v2.0.0 |
| 790 | 2026-08-25T16:33:13.102Z | Downloaded tokio-macros v2.7.0 |
| 791 | 2026-08-25T16:33:13.102Z | Downloaded libsw v3.5.0 |
| 792 | 2026-08-25T16:33:13.105Z | Downloaded oxide-update-engine-display v0.1.2 |
| 793 | 2026-08-25T16:33:13.108Z | Downloaded structmeta-derive v0.3.0 |
| 794 | 2026-08-25T16:33:13.108Z | Downloaded supports-hyperlinks v3.2.0 |
| 795 | 2026-08-25T16:33:13.108Z | Downloaded tinyvec_macros v0.1.1 |
| 796 | 2026-08-25T16:33:13.112Z | Downloaded typify-macro v0.6.2 |
| 797 | 2026-08-25T16:33:13.116Z | Downloaded crossbeam-utils v0.8.21 |
| 798 | 2026-08-25T16:33:13.119Z | Downloaded multer v3.1.0 |
| 799 | 2026-08-25T16:33:13.122Z | Downloaded topological-sort v0.2.2 |
| 800 | 2026-08-25T16:33:13.122Z | Downloaded owo-colors v4.3.0 |
| 801 | 2026-08-25T16:33:13.128Z | Downloaded unicode-truncate v1.1.0 |
| 802 | 2026-08-25T16:33:13.128Z | Downloaded untrusted v0.7.1 |
| 803 | 2026-08-25T16:33:13.128Z | Downloaded trait-variant v0.1.2 |
| 804 | 2026-08-25T16:33:13.128Z | Downloaded pin-project-internal v1.1.11 |
| 805 | 2026-08-25T16:33:13.134Z | Downloaded oso v0.27.3 |
| 806 | 2026-08-25T16:33:13.134Z | Downloaded hickory-resolver v0.24.4 |
| 807 | 2026-08-25T16:33:13.134Z | Downloaded derive_builder v0.20.2 |
| 808 | 2026-08-25T16:33:13.134Z | Downloaded percent-encoding v2.3.2 |
| 809 | 2026-08-25T16:33:13.134Z | Downloaded progenitor-extras v0.2.0 |
| 810 | 2026-08-25T16:33:13.138Z | Downloaded universal-hash v0.6.1 |
| 811 | 2026-08-25T16:33:13.138Z | Downloaded aho-corasick v1.1.4 |
| 812 | 2026-08-25T16:33:13.141Z | Downloaded base64 v0.21.7 |
| 813 | 2026-08-25T16:33:13.141Z | Downloaded rpassword v7.5.4 |
| 814 | 2026-08-25T16:33:13.145Z | Downloaded waitgroup v0.1.2 |
| 815 | 2026-08-25T16:33:13.145Z | Downloaded rayon-core v1.13.0 |
| 816 | 2026-08-25T16:33:13.145Z | Downloaded serde_yaml v0.9.34+deprecated |
| 817 | 2026-08-25T16:33:13.151Z | Downloaded crypto-common v0.2.2 |
| 818 | 2026-08-25T16:33:13.151Z | Downloaded scroll v0.13.0 |
| 819 | 2026-08-25T16:33:13.151Z | Downloaded sec1 v0.7.3 |
| 820 | 2026-08-25T16:33:13.154Z | Downloaded serde_path_to_error v0.1.20 |
| 821 | 2026-08-25T16:33:13.158Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 822 | 2026-08-25T16:33:13.161Z | Downloaded downcast-rs v2.0.2 |
| 823 | 2026-08-25T16:33:13.161Z | Downloaded document-features v0.2.12 |
| 824 | 2026-08-25T16:33:13.166Z | Downloaded smf v0.2.3 |
| 825 | 2026-08-25T16:33:13.169Z | Downloaded chacha20poly1305 v0.10.1 |
| 826 | 2026-08-25T16:33:13.169Z | Downloaded simd-adler32 v0.3.8 |
| 827 | 2026-08-25T16:33:13.169Z | Downloaded snafu-derive v0.8.9 |
| 828 | 2026-08-25T16:33:13.172Z | Downloaded mime_guess v2.0.5 |
| 829 | 2026-08-25T16:33:13.176Z | Downloaded digest-io v0.1.0 |
| 830 | 2026-08-25T16:33:13.181Z | Downloaded ml-kem v0.3.2 |
| 831 | 2026-08-25T16:33:13.181Z | Downloaded slog-stdlog v4.1.1 |
| 832 | 2026-08-25T16:33:13.186Z | Downloaded strum_macros v0.27.2 |
| 833 | 2026-08-25T16:33:13.189Z | Downloaded is_ci v1.2.0 |
| 834 | 2026-08-25T16:33:13.192Z | Downloaded async-compression v0.4.41 |
| 835 | 2026-08-25T16:33:13.195Z | Downloaded tokio-native-tls v0.3.1 |
| 836 | 2026-08-25T16:33:13.195Z | Downloaded crc-any v2.5.0 |
| 837 | 2026-08-25T16:33:13.195Z | Downloaded module-lattice v0.2.3 |
| 838 | 2026-08-25T16:33:13.199Z | Downloaded md5 v0.8.0 |
| 839 | 2026-08-25T16:33:13.199Z | Downloaded oxnet v0.1.6 |
| 840 | 2026-08-25T16:33:13.199Z | Downloaded prettyplease v0.2.37 |
| 841 | 2026-08-25T16:33:13.203Z | Downloaded p384 v0.14.0 |
| 842 | 2026-08-25T16:33:13.204Z | Downloaded pbkdf2 v0.13.0 |
| 843 | 2026-08-25T16:33:13.204Z | Downloaded parking_lot v0.12.5 |
| 844 | 2026-08-25T16:33:13.206Z | Downloaded aes v0.9.1 |
| 845 | 2026-08-25T16:33:13.207Z | Downloaded hickory-resolver v0.25.2 |
| 846 | 2026-08-25T16:33:13.209Z | Downloaded poly1305 v0.9.0 |
| 847 | 2026-08-25T16:33:13.209Z | Downloaded predicates v3.1.4 |
| 848 | 2026-08-25T16:33:13.213Z | Downloaded uzers v0.12.2 |
| 849 | 2026-08-25T16:33:13.213Z | Downloaded hickory-server v0.25.2 |
| 850 | 2026-08-25T16:33:13.216Z | Downloaded zeroize v1.9.0 |
| 851 | 2026-08-25T16:33:13.216Z | Downloaded newline-converter v0.3.0 |
| 852 | 2026-08-25T16:33:13.216Z | Downloaded olpc-cjson v0.1.4 |
| 853 | 2026-08-25T16:33:13.216Z | Downloaded num-conv v0.2.0 |
| 854 | 2026-08-25T16:33:13.219Z | Downloaded openssl-probe v0.2.1 |
| 855 | 2026-08-25T16:33:13.219Z | Downloaded http v1.4.2 |
| 856 | 2026-08-25T16:33:13.219Z | Downloaded xshell v0.2.7 |
| 857 | 2026-08-25T16:33:13.222Z | Downloaded proc-macro-crate v3.4.0 |
| 858 | 2026-08-25T16:33:13.222Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 859 | 2026-08-25T16:33:13.222Z | Downloaded psl-types v2.0.11 |
| 860 | 2026-08-25T16:33:13.222Z | Downloaded ignore v0.4.25 |
| 861 | 2026-08-25T16:33:13.226Z | Downloaded unsafe-libyaml v0.2.11 |
| 862 | 2026-08-25T16:33:13.226Z | Downloaded vte v0.14.1 |
| 863 | 2026-08-25T16:33:13.229Z | Downloaded powerfmt v0.2.0 |
| 864 | 2026-08-25T16:33:13.229Z | Downloaded zstd-safe v7.2.4 |
| 865 | 2026-08-25T16:33:13.229Z | Downloaded const_format_proc_macros v0.2.34 |
| 866 | 2026-08-25T16:33:13.229Z | Downloaded rand_xorshift v0.4.0 |
| 867 | 2026-08-25T16:33:13.232Z | Downloaded data-encoding v2.10.0 |
| 868 | 2026-08-25T16:33:13.232Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 869 | 2026-08-25T16:33:13.235Z | Downloaded scroll_derive v0.13.1 |
| 870 | 2026-08-25T16:33:13.235Z | Downloaded publicsuffix v2.3.0 |
| 871 | 2026-08-25T16:33:13.238Z | Downloaded samael v0.0.19 |
| 872 | 2026-08-25T16:33:13.242Z | Downloaded bumpalo v3.20.2 |
| 873 | 2026-08-25T16:33:13.245Z | Downloaded zerotrie v0.2.3 |
| 874 | 2026-08-25T16:33:13.248Z | Downloaded thread-id v5.1.0 |
| 875 | 2026-08-25T16:33:13.251Z | Downloaded keccak v0.2.0 |
| 876 | 2026-08-25T16:33:13.258Z | Downloaded derive-ex v0.1.8 |
| 877 | 2026-08-25T16:33:13.258Z | Downloaded ed25519 v3.0.0 |
| 878 | 2026-08-25T16:33:13.258Z | Downloaded cc v1.2.56 |
| 879 | 2026-08-25T16:33:13.261Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 880 | 2026-08-25T16:33:13.261Z | Downloaded libsw-core v0.3.2 |
| 881 | 2026-08-25T16:33:13.261Z | Downloaded same-file v1.0.6 |
| 882 | 2026-08-25T16:33:13.264Z | Downloaded siphasher v1.0.2 |
| 883 | 2026-08-25T16:33:13.264Z | Downloaded tabwriter v1.4.1 |
| 884 | 2026-08-25T16:33:13.267Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 885 | 2026-08-25T16:33:13.267Z | Downloaded md-5 v0.11.0 |
| 886 | 2026-08-25T16:33:13.267Z | Downloaded omicron-zone-package v0.12.3 |
| 887 | 2026-08-25T16:33:13.271Z | Downloaded whoami v2.1.0 |
| 888 | 2026-08-25T16:33:13.273Z | Downloaded hashbrown v0.12.3 |
| 889 | 2026-08-25T16:33:13.276Z | Downloaded peg-macros v0.8.5 |
| 890 | 2026-08-25T16:33:13.276Z | Downloaded pem-rfc7468 v1.0.0 |
| 891 | 2026-08-25T16:33:13.279Z | Downloaded tower-service v0.3.3 |
| 892 | 2026-08-25T16:33:13.279Z | Downloaded pin-project v1.1.11 |
| 893 | 2026-08-25T16:33:13.285Z | Downloaded quinn v0.11.11 |
| 894 | 2026-08-25T16:33:13.289Z | Downloaded kstat-rs v0.2.5 |
| 895 | 2026-08-25T16:33:13.289Z | Downloaded icu_normalizer v2.1.1 |
| 896 | 2026-08-25T16:33:13.292Z | Downloaded rand_core v0.6.4 |
| 897 | 2026-08-25T16:33:13.292Z | Downloaded utf8_iter v1.0.4 |
| 898 | 2026-08-25T16:33:13.292Z | Downloaded rustls-platform-verifier v0.6.2 |
| 899 | 2026-08-25T16:33:13.295Z | Downloaded parking_lot_core v0.8.6 |
| 900 | 2026-08-25T16:33:13.295Z | Downloaded darling v0.21.3 |
| 901 | 2026-08-25T16:33:13.298Z | Downloaded icu_provider v2.1.1 |
| 902 | 2026-08-25T16:33:13.303Z | Downloaded ryu v1.0.23 |
| 903 | 2026-08-25T16:33:13.304Z | Downloaded zerofrom v0.1.6 |
| 904 | 2026-08-25T16:33:13.304Z | Downloaded cpubits v0.1.1 |
| 905 | 2026-08-25T16:33:13.310Z | Downloaded oxide-tokio-rt v0.1.4 |
| 906 | 2026-08-25T16:33:13.310Z | Downloaded oxide-update-engine v0.1.2 |
| 907 | 2026-08-25T16:33:13.310Z | Downloaded poly1305 v0.8.0 |
| 908 | 2026-08-25T16:33:13.310Z | Downloaded rtoolbox v0.0.3 |
| 909 | 2026-08-25T16:33:13.310Z | Downloaded nom v7.1.3 |
| 910 | 2026-08-25T16:33:13.314Z | Downloaded zone_cfg_derive v0.3.1 |
| 911 | 2026-08-25T16:33:13.314Z | Downloaded derive_builder_macro v0.20.2 |
| 912 | 2026-08-25T16:33:13.314Z | Downloaded dyn-clone v1.0.20 |
| 913 | 2026-08-25T16:33:13.324Z | Downloaded is-terminal v0.4.17 |
| 914 | 2026-08-25T16:33:13.324Z | Downloaded serde_derive_internals v0.29.1 |
| 915 | 2026-08-25T16:33:13.324Z | Downloaded test-strategy v0.4.5 |
| 916 | 2026-08-25T16:33:13.328Z | Downloaded crc32fast v1.5.0 |
| 917 | 2026-08-25T16:33:13.328Z | Downloaded crossbeam-epoch v0.9.18 |
| 918 | 2026-08-25T16:33:13.328Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 919 | 2026-08-25T16:33:13.328Z | Downloaded tungstenite v0.21.0 |
| 920 | 2026-08-25T16:33:13.332Z | Downloaded litemap v0.8.1 |
| 921 | 2026-08-25T16:33:13.340Z | Downloaded support-bundle-viewer v0.1.2 |
| 922 | 2026-08-25T16:33:13.340Z | Downloaded ingot-macros v0.2.0 |
| 923 | 2026-08-25T16:33:13.340Z | Downloaded illumos-nvpair v0.3.0 |
| 924 | 2026-08-25T16:33:13.345Z | Downloaded slog-bunyan v2.5.0 |
| 925 | 2026-08-25T16:33:13.345Z | Downloaded match_cfg v0.1.0 |
| 926 | 2026-08-25T16:33:13.345Z | Downloaded normalize-line-endings v0.3.0 |
| 927 | 2026-08-25T16:33:13.345Z | Downloaded darling_core v0.20.11 |
| 928 | 2026-08-25T16:33:13.348Z | Downloaded mime v0.3.17 |
| 929 | 2026-08-25T16:33:13.348Z | Downloaded newtype_derive v0.1.6 |
| 930 | 2026-08-25T16:33:13.348Z | Downloaded litrs v1.0.0 |
| 931 | 2026-08-25T16:33:13.348Z | Downloaded ssh-cipher v0.3.0 |
| 932 | 2026-08-25T16:33:13.351Z | Downloaded stringprep v0.1.5 |
| 933 | 2026-08-25T16:33:13.351Z | Downloaded tokio-dtrace v0.1.1 |
| 934 | 2026-08-25T16:33:13.354Z | Downloaded hashbrown v0.13.2 |
| 935 | 2026-08-25T16:33:13.354Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-08-25T16:33:13.357Z | Downloaded derive_more v2.1.1 |
| 937 | 2026-08-25T16:33:13.365Z | Downloaded static_assertions v1.1.0 |
| 938 | 2026-08-25T16:33:13.368Z | Downloaded peg-runtime v0.8.5 |
| 939 | 2026-08-25T16:33:13.371Z | Downloaded vergen-lib v9.1.0 |
| 940 | 2026-08-25T16:33:13.371Z | Downloaded indexmap v1.9.3 |
| 941 | 2026-08-25T16:33:13.371Z | Downloaded vergen-gitcl v1.0.8 |
| 942 | 2026-08-25T16:33:13.376Z | Downloaded writeable v0.6.2 |
| 943 | 2026-08-25T16:33:13.376Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 944 | 2026-08-25T16:33:13.376Z | Downloaded phf_shared v0.12.1 |
| 945 | 2026-08-25T16:33:13.376Z | Downloaded progenitor-client v0.14.0 |
| 946 | 2026-08-25T16:33:13.379Z | Downloaded proc-macro-crate v1.3.1 |
| 947 | 2026-08-25T16:33:13.382Z | Downloaded serde_bytes v0.11.19 |
| 948 | 2026-08-25T16:33:13.382Z | Downloaded rustc-hash v2.1.1 |
| 949 | 2026-08-25T16:33:13.385Z | Downloaded sha1 v0.11.0 |
| 950 | 2026-08-25T16:33:13.385Z | Downloaded daft-derive v0.1.8 |
| 951 | 2026-08-25T16:33:13.390Z | Downloaded darling v0.13.4 |
| 952 | 2026-08-25T16:33:13.390Z | Downloaded hyper-staticfile v0.10.1 |
| 953 | 2026-08-25T16:33:13.393Z | Downloaded sha2 v0.11.0 |
| 954 | 2026-08-25T16:33:13.393Z | Downloaded scuffle v0.1.0 |
| 955 | 2026-08-25T16:33:13.393Z | Downloaded x509-cert v0.2.5 |
| 956 | 2026-08-25T16:33:13.396Z | Downloaded derive_builder_core v0.20.2 |
| 957 | 2026-08-25T16:33:13.403Z | Downloaded drift v0.2.0 |
| 958 | 2026-08-25T16:33:13.408Z | Downloaded serde_urlencoded v0.7.1 |
| 959 | 2026-08-25T16:33:13.411Z | Downloaded crypto-bigint v0.5.5 |
| 960 | 2026-08-25T16:33:13.414Z | Downloaded signal-hook-tokio v0.3.1 |
| 961 | 2026-08-25T16:33:13.415Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 962 | 2026-08-25T16:33:13.417Z | Downloaded smallvec v1.15.1 |
| 963 | 2026-08-25T16:33:13.417Z | Downloaded sync_wrapper v1.0.2 |
| 964 | 2026-08-25T16:33:13.417Z | Downloaded try-lock v0.2.5 |
| 965 | 2026-08-25T16:33:13.418Z | Downloaded term v0.7.0 |
| 966 | 2026-08-25T16:33:13.420Z | Downloaded tokio-test v0.4.5 |
| 967 | 2026-08-25T16:33:13.421Z | Downloaded xshell-macros v0.2.7 |
| 968 | 2026-08-25T16:33:13.424Z | Downloaded unit-prefix v0.5.2 |
| 969 | 2026-08-25T16:33:13.424Z | Downloaded qorb v0.4.1 |
| 970 | 2026-08-25T16:33:13.426Z | Downloaded uuid v1.23.4 |
| 971 | 2026-08-25T16:33:13.431Z | Downloaded native-tls v0.2.18 |
| 972 | 2026-08-25T16:33:13.435Z | Downloaded num-rational v0.4.2 |
| 973 | 2026-08-25T16:33:13.435Z | Downloaded void v1.0.2 |
| 974 | 2026-08-25T16:33:13.438Z | Downloaded crc-catalog v2.4.0 |
| 975 | 2026-08-25T16:33:13.441Z | Downloaded twox-hash v2.1.2 |
| 976 | 2026-08-25T16:33:13.446Z | Downloaded darling v0.20.11 |
| 977 | 2026-08-25T16:33:13.450Z | Downloaded const_format v0.2.35 |
| 978 | 2026-08-25T16:33:13.453Z | Downloaded yasna v0.5.2 |
| 979 | 2026-08-25T16:33:13.453Z | Downloaded proc-macro-error2 v2.0.1 |
| 980 | 2026-08-25T16:33:13.456Z | Downloaded polyval v0.7.1 |
| 981 | 2026-08-25T16:33:13.456Z | Downloaded dirs-next v2.0.0 |
| 982 | 2026-08-25T16:33:13.456Z | Downloaded dsl_auto_type v0.2.0 |
| 983 | 2026-08-25T16:33:13.459Z | Downloaded instability v0.3.11 |
| 984 | 2026-08-25T16:33:13.459Z | Downloaded defmt v0.3.100 |
| 985 | 2026-08-25T16:33:13.459Z | Downloaded hyper-tls v0.6.0 |
| 986 | 2026-08-25T16:33:13.459Z | Downloaded ident_case v1.0.1 |
| 987 | 2026-08-25T16:33:13.459Z | Downloaded either v1.15.0 |
| 988 | 2026-08-25T16:33:13.462Z | Downloaded lru v0.12.5 |
| 989 | 2026-08-25T16:33:13.462Z | Downloaded rand v0.10.1 |
| 990 | 2026-08-25T16:33:13.465Z | Downloaded cookie_store v0.22.1 |
| 991 | 2026-08-25T16:33:13.468Z | Downloaded snafu v0.8.9 |
| 992 | 2026-08-25T16:33:13.470Z | Downloaded derive-where v1.6.0 |
| 993 | 2026-08-25T16:33:13.474Z | Downloaded zerocopy-derive v0.8.55 |
| 994 | 2026-08-25T16:33:13.478Z | Downloaded icu_locale_core v2.1.1 |
| 995 | 2026-08-25T16:33:13.482Z | Downloaded icu_normalizer_data v2.1.1 |
| 996 | 2026-08-25T16:33:13.485Z | Downloaded libefi-sys v0.1.0 |
| 997 | 2026-08-25T16:33:13.485Z | Downloaded stacker v0.1.23 |
| 998 | 2026-08-25T16:33:13.485Z | Downloaded rustc-demangle v0.1.27 |
| 999 | 2026-08-25T16:33:13.488Z | Downloaded digest v0.11.3 |
| 1000 | 2026-08-25T16:33:13.488Z | Downloaded hashbrown v0.16.1 |
| 1001 | 2026-08-25T16:33:13.491Z | Downloaded tokio-postgres v0.7.16 |
| 1002 | 2026-08-25T16:33:13.493Z | Downloaded maplit v1.0.2 |
| 1003 | 2026-08-25T16:33:13.494Z | Downloaded sec1 v0.8.1 |
| 1004 | 2026-08-25T16:33:13.496Z | Downloaded socket2 v0.5.10 |
| 1005 | 2026-08-25T16:33:13.497Z | Downloaded slog-async v2.8.0 |
| 1006 | 2026-08-25T16:33:13.497Z | Downloaded sqlformat v0.3.5 |
| 1007 | 2026-08-25T16:33:13.500Z | Downloaded strum v0.26.3 |
| 1008 | 2026-08-25T16:33:13.500Z | Downloaded tls_codec_derive v0.4.2 |
| 1009 | 2026-08-25T16:33:13.500Z | Downloaded nonempty v0.12.0 |
| 1010 | 2026-08-25T16:33:13.503Z | Downloaded hashbrown v0.14.5 |
| 1011 | 2026-08-25T16:33:13.506Z | Downloaded num-complex v0.4.6 |
| 1012 | 2026-08-25T16:33:13.506Z | Downloaded thiserror-no-std v2.0.2 |
| 1013 | 2026-08-25T16:33:13.509Z | Downloaded toml v0.7.8 |
| 1014 | 2026-08-25T16:33:13.509Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1015 | 2026-08-25T16:33:13.513Z | Downloaded usdt-impl v0.6.0 |
| 1016 | 2026-08-25T16:33:13.513Z | Downloaded vsss-rs v3.3.4 |
| 1017 | 2026-08-25T16:33:13.516Z | Downloaded convert_case v0.10.0 |
| 1018 | 2026-08-25T16:33:13.516Z | Downloaded pretty_assertions v1.4.1 |
| 1019 | 2026-08-25T16:33:13.516Z | Downloaded tinyvec v1.10.0 |
| 1020 | 2026-08-25T16:33:13.520Z | Downloaded tungstenite v0.23.0 |
| 1021 | 2026-08-25T16:33:13.520Z | Downloaded zerofrom-derive v0.1.6 |
| 1022 | 2026-08-25T16:33:13.523Z | Downloaded ref-cast-impl v1.0.25 |
| 1023 | 2026-08-25T16:33:13.523Z | Downloaded tower-http v0.6.8 |
| 1024 | 2026-08-25T16:33:13.526Z | Downloaded sponge-cursor v0.1.0 |
| 1025 | 2026-08-25T16:33:13.526Z | Downloaded reedline v0.40.0 |
| 1026 | 2026-08-25T16:33:13.529Z | Downloaded ed25519-dalek v3.0.0 |
| 1027 | 2026-08-25T16:33:13.532Z | Downloaded hyper-util v0.1.20 |
| 1028 | 2026-08-25T16:33:13.535Z | Downloaded typify v0.6.2 |
| 1029 | 2026-08-25T16:33:13.538Z | Downloaded phc v0.6.1 |
| 1030 | 2026-08-25T16:33:13.538Z | Downloaded port-file v0.1.0 |
| 1031 | 2026-08-25T16:33:13.538Z | Downloaded ctutils v0.4.2 |
| 1032 | 2026-08-25T16:33:13.540Z | Downloaded der_derive v0.7.3 |
| 1033 | 2026-08-25T16:33:13.540Z | Downloaded secrecy v0.8.0 |
| 1034 | 2026-08-25T16:33:13.541Z | Downloaded sync-ptr v0.1.4 |
| 1035 | 2026-08-25T16:33:13.541Z | Downloaded usdt-attr-macro v0.6.0 |
| 1036 | 2026-08-25T16:33:13.544Z | Downloaded want v0.3.1 |
| 1037 | 2026-08-25T16:33:13.544Z | Downloaded icu_properties v2.1.2 |
| 1038 | 2026-08-25T16:33:13.544Z | Downloaded libloading v0.8.9 |
| 1039 | 2026-08-25T16:33:13.548Z | Downloaded aes-gcm v0.11.0 |
| 1040 | 2026-08-25T16:33:13.548Z | Downloaded steno v0.4.1 |
| 1041 | 2026-08-25T16:33:13.551Z | Downloaded darling_core v0.23.0 |
| 1042 | 2026-08-25T16:33:13.554Z | Downloaded icu_collections v2.1.1 |
| 1043 | 2026-08-25T16:33:13.557Z | Downloaded termtree v0.5.1 |
| 1044 | 2026-08-25T16:33:13.560Z | Downloaded hashbrown v0.15.5 |
| 1045 | 2026-08-25T16:33:13.563Z | Downloaded tokio-rustls v0.26.4 |
| 1046 | 2026-08-25T16:33:13.566Z | Downloaded hyper v1.10.1 |
| 1047 | 2026-08-25T16:33:13.569Z | Downloaded newtype-uuid v1.3.2 |
| 1048 | 2026-08-25T16:33:13.571Z | Downloaded pin-project-lite v0.2.17 |
| 1049 | 2026-08-25T16:33:13.575Z | Downloaded primeorder v0.13.6 |
| 1050 | 2026-08-25T16:33:13.575Z | Downloaded diesel_derives v2.3.7 |
| 1051 | 2026-08-25T16:33:13.578Z | Downloaded jiff-static v0.2.34 |
| 1052 | 2026-08-25T16:33:13.581Z | Downloaded pem-rfc7468 v0.7.0 |
| 1053 | 2026-08-25T16:33:13.581Z | Downloaded oso-derive v0.27.3 |
| 1054 | 2026-08-25T16:33:13.581Z | Downloaded progenitor-macro v0.13.0 |
| 1055 | 2026-08-25T16:33:13.584Z | Downloaded darling_macro v0.21.3 |
| 1056 | 2026-08-25T16:33:13.587Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1057 | 2026-08-25T16:33:13.590Z | Downloaded inout v0.1.4 |
| 1058 | 2026-08-25T16:33:13.592Z | Downloaded indent_write v2.2.0 |
| 1059 | 2026-08-25T16:33:13.595Z | Downloaded serde_spanned v1.1.1 |
| 1060 | 2026-08-25T16:33:13.595Z | Downloaded tokio-util v0.7.18 |
| 1061 | 2026-08-25T16:33:13.599Z | Downloaded zip v0.6.6 |
| 1062 | 2026-08-25T16:33:13.602Z | Downloaded der v0.7.10 |
| 1063 | 2026-08-25T16:33:13.605Z | Downloaded slab v0.4.12 |
| 1064 | 2026-08-25T16:33:13.605Z | Downloaded rustls-webpki v0.103.13 |
| 1065 | 2026-08-25T16:33:13.608Z | Downloaded parking_lot v0.11.2 |
| 1066 | 2026-08-25T16:33:13.608Z | Downloaded parse-display v0.10.0 |
| 1067 | 2026-08-25T16:33:13.611Z | Downloaded des v0.9.0 |
| 1068 | 2026-08-25T16:33:13.611Z | Downloaded tokio-tungstenite v0.21.0 |
| 1069 | 2026-08-25T16:33:13.614Z | Downloaded ref-cast v1.0.25 |
| 1070 | 2026-08-25T16:33:13.619Z | Downloaded universal-hash v0.5.1 |
| 1071 | 2026-08-25T16:33:13.622Z | Downloaded ed25519-dalek v2.2.0 |
| 1072 | 2026-08-25T16:33:13.622Z | Downloaded num-bigint-dig v0.8.6 |
| 1073 | 2026-08-25T16:33:13.624Z | Downloaded walkdir v2.5.0 |
| 1074 | 2026-08-25T16:33:13.630Z | Downloaded typed-path v0.9.3 |
| 1075 | 2026-08-25T16:33:13.633Z | Downloaded tracing-core v0.1.36 |
| 1076 | 2026-08-25T16:33:13.636Z | Downloaded zstd v0.13.3 |
| 1077 | 2026-08-25T16:33:13.640Z | Downloaded crossbeam-deque v0.8.6 |
| 1078 | 2026-08-25T16:33:13.640Z | Downloaded wnaf v0.14.0 |
| 1079 | 2026-08-25T16:33:13.640Z | Downloaded xattr v1.6.1 |
| 1080 | 2026-08-25T16:33:13.646Z | Downloaded embedded-io v0.4.0 |
| 1081 | 2026-08-25T16:33:13.649Z | Downloaded h2 v0.4.15 |
| 1082 | 2026-08-25T16:33:13.652Z | Downloaded hkdf v0.13.0 |
| 1083 | 2026-08-25T16:33:13.655Z | Downloaded linked-hash-map v0.5.6 |
| 1084 | 2026-08-25T16:33:13.655Z | Downloaded futures-util v0.3.32 |
| 1085 | 2026-08-25T16:33:13.660Z | Downloaded openssl-sys v0.9.117 |
| 1086 | 2026-08-25T16:33:13.662Z | Downloaded quinn-udp v0.5.14 |
| 1087 | 2026-08-25T16:33:13.665Z | Downloaded displaydoc v0.2.5 |
| 1088 | 2026-08-25T16:33:13.665Z | Downloaded num-derive v0.4.2 |
| 1089 | 2026-08-25T16:33:13.668Z | Downloaded ed25519 v2.2.3 |
| 1090 | 2026-08-25T16:33:13.668Z | Downloaded rustc_version v0.1.7 |
| 1091 | 2026-08-25T16:33:13.668Z | Downloaded zip v4.6.1 |
| 1092 | 2026-08-25T16:33:13.672Z | Downloaded salsa20 v0.11.0 |
| 1093 | 2026-08-25T16:33:13.675Z | Downloaded url v2.5.8 |
| 1094 | 2026-08-25T16:33:13.675Z | Downloaded rusty-fork v0.3.1 |
| 1095 | 2026-08-25T16:33:13.678Z | Downloaded num_enum v0.7.6 |
| 1096 | 2026-08-25T16:33:13.681Z | Downloaded strsim v0.10.0 |
| 1097 | 2026-08-25T16:33:13.681Z | Downloaded socket2 v0.6.3 |
| 1098 | 2026-08-25T16:33:13.684Z | Downloaded time-core v0.1.8 |
| 1099 | 2026-08-25T16:33:13.684Z | Downloaded serde_tokenstream v0.3.0 |
| 1100 | 2026-08-25T16:33:13.690Z | Downloaded serde_with v1.14.0 |
| 1101 | 2026-08-25T16:33:13.693Z | Downloaded shlex v1.3.0 |
| 1102 | 2026-08-25T16:33:13.696Z | Downloaded winnow v0.6.26 |
| 1103 | 2026-08-25T16:33:13.699Z | Downloaded dropshot_endpoint v0.17.1 |
| 1104 | 2026-08-25T16:33:13.702Z | Downloaded resolv-conf v0.7.6 |
| 1105 | 2026-08-25T16:33:13.706Z | Downloaded slog-term v2.9.2 |
| 1106 | 2026-08-25T16:33:13.706Z | Downloaded ssh-encoding v0.3.0 |
| 1107 | 2026-08-25T16:33:13.706Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-08-25T16:33:13.711Z | Downloaded strum v0.27.2 |
| 1109 | 2026-08-25T16:33:13.711Z | Downloaded strum_macros v0.26.4 |
| 1110 | 2026-08-25T16:33:13.711Z | Downloaded darling_macro v0.23.0 |
| 1111 | 2026-08-25T16:33:13.711Z | Downloaded usdt-macro v0.6.0 |
| 1112 | 2026-08-25T16:33:13.711Z | Downloaded crc8 v0.1.1 |
| 1113 | 2026-08-25T16:33:13.711Z | Downloaded difflib v0.4.0 |
| 1114 | 2026-08-25T16:33:13.711Z | Downloaded managed v0.8.0 |
| 1115 | 2026-08-25T16:33:13.715Z | Downloaded hkdf v0.12.4 |
| 1116 | 2026-08-25T16:33:13.715Z | Downloaded defmt v1.0.1 |
| 1117 | 2026-08-25T16:33:13.715Z | Downloaded delegate v0.13.5 |
| 1118 | 2026-08-25T16:33:13.715Z | Downloaded itertools v0.10.5 |
| 1119 | 2026-08-25T16:33:13.723Z | Downloaded tar v0.4.46 |
| 1120 | 2026-08-25T16:33:13.723Z | Downloaded yoke v0.8.1 |
| 1121 | 2026-08-25T16:33:13.723Z | Downloaded indoc v2.0.7 |
| 1122 | 2026-08-25T16:33:13.727Z | Downloaded num-traits v0.2.19 |
| 1123 | 2026-08-25T16:33:13.727Z | Downloaded opaque-debug v0.3.1 |
| 1124 | 2026-08-25T16:33:13.727Z | Downloaded mio v1.2.0 |
| 1125 | 2026-08-25T16:33:13.734Z | Downloaded deranged v0.5.8 |
| 1126 | 2026-08-25T16:33:13.734Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1127 | 2026-08-25T16:33:13.740Z | Downloaded oxide-generation v0.1.3 |
| 1128 | 2026-08-25T16:33:13.740Z | Downloaded phf v0.13.1 |
| 1129 | 2026-08-25T16:33:13.741Z | Downloaded serde-big-array v0.5.1 |
| 1130 | 2026-08-25T16:33:13.741Z | Downloaded pem v3.0.6 |
| 1131 | 2026-08-25T16:33:13.750Z | Downloaded dropshot-api-manager v0.8.0 |
| 1132 | 2026-08-25T16:33:13.750Z | Downloaded iana-time-zone v0.1.65 |
| 1133 | 2026-08-25T16:33:13.750Z | Downloaded memmap2 v0.9.10 |
| 1134 | 2026-08-25T16:33:13.753Z | Downloaded peg v0.8.5 |
| 1135 | 2026-08-25T16:33:13.753Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1136 | 2026-08-25T16:33:13.753Z | Downloaded pkcs8 v0.10.2 |
| 1137 | 2026-08-25T16:33:13.756Z | Downloaded rustls-pemfile v2.2.0 |
| 1138 | 2026-08-25T16:33:13.756Z | Downloaded signal-hook-registry v1.4.8 |
| 1139 | 2026-08-25T16:33:13.767Z | Downloaded termios v0.3.3 |
| 1140 | 2026-08-25T16:33:13.770Z | Downloaded tower-layer v0.3.3 |
| 1141 | 2026-08-25T16:33:13.770Z | Downloaded iri-string v0.7.10 |
| 1142 | 2026-08-25T16:33:13.777Z | Downloaded similar v2.7.0 |
| 1143 | 2026-08-25T16:33:13.780Z | Downloaded darling_core v0.21.3 |
| 1144 | 2026-08-25T16:33:13.784Z | Downloaded cookie v0.18.1 |
| 1145 | 2026-08-25T16:33:13.787Z | Downloaded subprocess v0.2.15 |
| 1146 | 2026-08-25T16:33:13.788Z | Downloaded csv-core v0.1.13 |
| 1147 | 2026-08-25T16:33:13.788Z | Downloaded ipnet v2.12.0 |
| 1148 | 2026-08-25T16:33:13.792Z | Downloaded precomputed-hash v0.1.1 |
| 1149 | 2026-08-25T16:33:13.792Z | Downloaded cstr-argument v0.1.2 |
| 1150 | 2026-08-25T16:33:13.792Z | Downloaded internet-checksum v0.2.1 |
| 1151 | 2026-08-25T16:33:13.792Z | Downloaded lru-cache v0.1.2 |
| 1152 | 2026-08-25T16:33:13.792Z | Downloaded phf_shared v0.11.3 |
| 1153 | 2026-08-25T16:33:13.795Z | Downloaded schemars v1.2.1 |
| 1154 | 2026-08-25T16:33:13.799Z | Downloaded miette-derive v7.6.0 |
| 1155 | 2026-08-25T16:33:13.802Z | Downloaded parse-display-derive v0.10.0 |
| 1156 | 2026-08-25T16:33:13.802Z | Downloaded primeorder v0.14.0 |
| 1157 | 2026-08-25T16:33:13.802Z | Downloaded tagptr v0.2.0 |
| 1158 | 2026-08-25T16:33:13.807Z | Downloaded zerocopy v0.6.6 |
| 1159 | 2026-08-25T16:33:13.811Z | Downloaded shell-words v1.1.1 |
| 1160 | 2026-08-25T16:33:13.811Z | Downloaded smallvec v0.6.14 |
| 1161 | 2026-08-25T16:33:13.817Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1162 | 2026-08-25T16:33:13.817Z | Downloaded tokio-tungstenite v0.23.1 |
| 1163 | 2026-08-25T16:33:13.817Z | Downloaded darling_macro v0.13.4 |
| 1164 | 2026-08-25T16:33:13.817Z | Downloaded libscf-sys v1.2.0 |
| 1165 | 2026-08-25T16:33:13.817Z | Downloaded p256 v0.14.0 |
| 1166 | 2026-08-25T16:33:13.820Z | Downloaded serde_cbor v0.11.2 |
| 1167 | 2026-08-25T16:33:13.825Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1168 | 2026-08-25T16:33:13.829Z | Downloaded display-error-chain v0.2.2 |
| 1169 | 2026-08-25T16:33:13.829Z | Downloaded vergen-git2 v9.1.0 |
| 1170 | 2026-08-25T16:33:13.829Z | Downloaded zerovec-derive v0.11.2 |
| 1171 | 2026-08-25T16:33:13.829Z | Downloaded kem v0.3.0 |
| 1172 | 2026-08-25T16:33:13.834Z | Downloaded nanorand v0.7.0 |
| 1173 | 2026-08-25T16:33:13.839Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1174 | 2026-08-25T16:33:13.839Z | Downloaded itertools v0.15.0 |
| 1175 | 2026-08-25T16:33:13.844Z | Downloaded spin v0.9.8 |
| 1176 | 2026-08-25T16:33:13.844Z | Downloaded inout v0.2.2 |
| 1177 | 2026-08-25T16:33:13.844Z | Downloaded num_enum_derive v0.7.6 |
| 1178 | 2026-08-25T16:33:13.854Z | Downloaded cpufeatures v0.3.0 |
| 1179 | 2026-08-25T16:33:13.890Z | Downloaded serde-hex v0.1.0 |
| 1180 | 2026-08-25T16:33:13.890Z | Downloaded minimal-lexical v0.2.1 |
| 1181 | 2026-08-25T16:33:13.903Z | Downloaded ecdsa v0.17.0 |
| 1182 | 2026-08-25T16:33:13.903Z | Downloaded crc v3.4.0 |
| 1183 | 2026-08-25T16:33:13.903Z | Downloaded rand_seeder v0.4.0 |
| 1184 | 2026-08-25T16:33:13.903Z | Downloaded slog-dtrace v0.3.0 |
| 1185 | 2026-08-25T16:33:13.903Z | Downloaded rand v0.9.2 |
| 1186 | 2026-08-25T16:33:13.903Z | Downloaded blake3 v1.8.5 |
| 1187 | 2026-08-25T16:33:13.903Z | Downloaded packed_struct_codegen v0.10.1 |
| 1188 | 2026-08-25T16:33:13.903Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1189 | 2026-08-25T16:33:13.903Z | Downloaded progenitor-impl v0.14.0 |
| 1190 | 2026-08-25T16:33:13.903Z | Downloaded ecdsa v0.16.9 |
| 1191 | 2026-08-25T16:33:13.903Z | Downloaded nu-ansi-term v0.50.3 |
| 1192 | 2026-08-25T16:33:13.903Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1193 | 2026-08-25T16:33:13.903Z | Downloaded new_debug_unreachable v1.0.6 |
| 1194 | 2026-08-25T16:33:13.903Z | Downloaded unicase v2.9.0 |
| 1195 | 2026-08-25T16:33:13.909Z | Downloaded diff v0.1.13 |
| 1196 | 2026-08-25T16:33:13.909Z | Downloaded knus-derive v3.4.0 |
| 1197 | 2026-08-25T16:33:13.909Z | Downloaded tap v1.0.1 |
| 1198 | 2026-08-25T16:33:13.909Z | Downloaded tls_codec v0.4.2 |
| 1199 | 2026-08-25T16:33:13.909Z | Downloaded ppv-lite86 v0.2.21 |
| 1200 | 2026-08-25T16:33:13.909Z | Downloaded lru-slab v0.1.2 |
| 1201 | 2026-08-25T16:33:13.909Z | Downloaded schemars v0.9.0 |
| 1202 | 2026-08-25T16:33:13.914Z | Downloaded psm v0.1.30 |
| 1203 | 2026-08-25T16:33:13.918Z | Downloaded rawzip v0.4.4 |
| 1204 | 2026-08-25T16:33:13.921Z | Downloaded zopfli v0.8.3 |
| 1205 | 2026-08-25T16:33:13.921Z | Downloaded ingot v0.2.1 |
| 1206 | 2026-08-25T16:33:13.926Z | Downloaded serde_with_macros v1.5.2 |
| 1207 | 2026-08-25T16:33:13.926Z | Downloaded spki v0.7.3 |
| 1208 | 2026-08-25T16:33:13.929Z | Downloaded bindgen v0.71.1 |
| 1209 | 2026-08-25T16:33:13.930Z | Downloaded git2 v0.20.4 |
| 1210 | 2026-08-25T16:33:13.933Z | Downloaded indicatif v0.18.4 |
| 1211 | 2026-08-25T16:33:13.936Z | Downloaded knus v3.4.0 |
| 1212 | 2026-08-25T16:33:13.941Z | Downloaded packed_struct v0.10.1 |
| 1213 | 2026-08-25T16:33:13.941Z | Downloaded vergen v9.1.0 |
| 1214 | 2026-08-25T16:33:13.945Z | Downloaded aws-lc-rs v1.16.3 |
| 1215 | 2026-08-25T16:33:13.949Z | Downloaded time-macros v0.2.27 |
| 1216 | 2026-08-25T16:33:13.949Z | Downloaded libxml v0.3.3 |
| 1217 | 2026-08-25T16:33:13.952Z | Downloaded jiff-core v0.1.0 |
| 1218 | 2026-08-25T16:33:13.952Z | Downloaded progenitor-impl v0.13.0 |
| 1219 | 2026-08-25T16:33:13.952Z | Downloaded rand_core v0.9.5 |
| 1220 | 2026-08-25T16:33:13.955Z | Downloaded rustls-pki-types v1.14.0 |
| 1221 | 2026-08-25T16:33:13.955Z | Downloaded rcgen v0.12.1 |
| 1222 | 2026-08-25T16:33:13.960Z | Downloaded rand_core v0.10.0 |
| 1223 | 2026-08-25T16:33:13.960Z | Downloaded nom v8.0.0 |
| 1224 | 2026-08-25T16:33:13.964Z | Downloaded quick-xml v0.37.5 |
| 1225 | 2026-08-25T16:33:13.964Z | Downloaded rand v0.8.6 |
| 1226 | 2026-08-25T16:33:13.967Z | Downloaded constant_time_eq v0.4.2 |
| 1227 | 2026-08-25T16:33:13.967Z | Downloaded elliptic-curve v0.13.8 |
| 1228 | 2026-08-25T16:33:13.967Z | Downloaded russh v0.62.4 |
| 1229 | 2026-08-25T16:33:13.972Z | Downloaded derive_more v0.99.20 |
| 1230 | 2026-08-25T16:33:13.975Z | Downloaded unicode_categories v0.1.1 |
| 1231 | 2026-08-25T16:33:13.978Z | Downloaded chrono v0.4.45 |
| 1232 | 2026-08-25T16:33:13.984Z | Downloaded scrypt v0.12.0 |
| 1233 | 2026-08-25T16:33:13.984Z | Downloaded prefix-trie v0.7.0 |
| 1234 | 2026-08-25T16:33:13.988Z | Downloaded ron v0.8.1 |
| 1235 | 2026-08-25T16:33:13.993Z | Downloaded whoami v1.6.1 |
| 1236 | 2026-08-25T16:33:13.993Z | Downloaded serde_with_macros v3.21.0 |
| 1237 | 2026-08-25T16:33:13.996Z | Downloaded p521 v0.14.0 |
| 1238 | 2026-08-25T16:33:14.010Z | Downloaded miniz_oxide v0.8.9 |
| 1239 | 2026-08-25T16:33:14.013Z | Downloaded crossterm v0.28.1 |
| 1240 | 2026-08-25T16:33:14.017Z | Downloaded bitvec v1.0.1 |
| 1241 | 2026-08-25T16:33:14.024Z | Downloaded ena v0.14.4 |
| 1242 | 2026-08-25T16:33:14.027Z | Downloaded pkcs5 v0.8.1 |
| 1243 | 2026-08-25T16:33:14.031Z | Downloaded zlib-rs v0.6.2 |
| 1244 | 2026-08-25T16:33:14.035Z | Downloaded darling v0.23.0 |
| 1245 | 2026-08-25T16:33:14.039Z | Downloaded toml_edit v0.19.15 |
| 1246 | 2026-08-25T16:33:14.047Z | Downloaded yansi v1.0.1 |
| 1247 | 2026-08-25T16:33:14.054Z | Downloaded crossterm v0.29.0 |
| 1248 | 2026-08-25T16:33:14.062Z | Downloaded darling_core v0.13.4 |
| 1249 | 2026-08-25T16:33:14.069Z | Downloaded unicode-bidi v0.3.18 |
| 1250 | 2026-08-25T16:33:14.070Z | Downloaded reqwest v0.12.28 |
| 1251 | 2026-08-25T16:33:14.076Z | Downloaded winnow v0.5.40 |
| 1252 | 2026-08-25T16:33:14.076Z | Downloaded miette v7.6.0 |
| 1253 | 2026-08-25T16:33:14.086Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1254 | 2026-08-25T16:33:14.086Z | Downloaded vcpkg v0.2.15 |
| 1255 | 2026-08-25T16:33:14.097Z | Downloaded rsa v0.9.10 |
| 1256 | 2026-08-25T16:33:14.100Z | Downloaded crypto-primes v0.7.2 |
| 1257 | 2026-08-25T16:33:14.104Z | Downloaded moka v0.12.13 |
| 1258 | 2026-08-25T16:33:14.106Z | Downloaded object v0.30.4 |
| 1259 | 2026-08-25T16:33:14.111Z | Downloaded itertools v0.13.0 |
| 1260 | 2026-08-25T16:33:14.114Z | Downloaded tough v0.22.0 |
| 1261 | 2026-08-25T16:33:14.121Z | Downloaded regex v1.12.3 |
| 1262 | 2026-08-25T16:33:14.125Z | Downloaded crossbeam-channel v0.5.15 |
| 1263 | 2026-08-25T16:33:14.125Z | Downloaded der v0.8.0 |
| 1264 | 2026-08-25T16:33:14.128Z | Downloaded unicode-normalization v0.1.25 |
| 1265 | 2026-08-25T16:33:14.133Z | Downloaded goblin v0.10.5 |
| 1266 | 2026-08-25T16:33:14.144Z | Downloaded salty v0.3.0 |
| 1267 | 2026-08-25T16:33:14.146Z | Downloaded serde_with v3.21.0 |
| 1268 | 2026-08-25T16:33:14.154Z | Downloaded rayon v1.11.0 |
| 1269 | 2026-08-25T16:33:14.158Z | Downloaded rsa v0.10.0-rc.18 |
| 1270 | 2026-08-25T16:33:14.161Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-08-25T16:33:14.167Z | Downloaded itertools v0.14.0 |
| 1272 | 2026-08-25T16:33:14.170Z | Downloaded num-bigint v0.4.6 |
| 1273 | 2026-08-25T16:33:14.173Z | Downloaded p384 v0.13.1 |
| 1274 | 2026-08-25T16:33:14.174Z | Downloaded iddqd v0.4.2 |
| 1275 | 2026-08-25T16:33:14.177Z | Downloaded reqwest v0.13.2 |
| 1276 | 2026-08-25T16:33:14.181Z | Downloaded rustyline v14.0.0 |
| 1277 | 2026-08-25T16:33:14.184Z | Downloaded derive_more-impl v2.1.1 |
| 1278 | 2026-08-25T16:33:14.188Z | Downloaded bstr v1.12.1 |
| 1279 | 2026-08-25T16:33:14.192Z | Downloaded idna v1.1.0 |
| 1280 | 2026-08-25T16:33:14.195Z | Downloaded unicode-segmentation v1.12.0 |
| 1281 | 2026-08-25T16:33:14.202Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2026-08-25T16:33:14.209Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-08-25T16:33:14.217Z | Downloaded tower v0.5.3 |
| 1284 | 2026-08-25T16:33:14.220Z | Downloaded zerovec v0.11.5 |
| 1285 | 2026-08-25T16:33:14.225Z | Downloaded libm v0.2.16 |
| 1286 | 2026-08-25T16:33:14.229Z | Downloaded sha3 v0.12.0 |
| 1287 | 2026-08-25T16:33:14.234Z | Downloaded portable-atomic v1.13.1 |
| 1288 | 2026-08-25T16:33:14.237Z | Downloaded gimli v0.32.3 |
| 1289 | 2026-08-25T16:33:14.242Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1290 | 2026-08-25T16:33:14.246Z | Downloaded nix v0.27.1 |
| 1291 | 2026-08-25T16:33:14.251Z | Downloaded zerocopy v0.8.55 |
| 1292 | 2026-08-25T16:33:14.261Z | Downloaded icu_properties_data v2.1.2 |
| 1293 | 2026-08-25T16:33:14.266Z | Downloaded itertools v0.12.1 |
| 1294 | 2026-08-25T16:33:14.270Z | Downloaded crypto-bigint v0.7.5 |
| 1295 | 2026-08-25T16:33:14.278Z | Downloaded proptest v1.11.0 |
| 1296 | 2026-08-25T16:33:14.283Z | Downloaded radix_trie v0.2.1 |
| 1297 | 2026-08-25T16:33:14.286Z | Downloaded rustls v0.23.41 |
| 1298 | 2026-08-25T16:33:14.292Z | Downloaded winnow v1.0.3 |
| 1299 | 2026-08-25T16:33:14.297Z | Downloaded syn v3.0.3 |
| 1300 | 2026-08-25T16:33:14.303Z | Downloaded hickory-proto v0.24.4 |
| 1301 | 2026-08-25T16:33:14.312Z | Downloaded lalrpop v0.19.12 |
| 1302 | 2026-08-25T16:33:14.318Z | Downloaded polar-core v0.27.3 |
| 1303 | 2026-08-25T16:33:14.321Z | Downloaded hickory-proto v0.25.2 |
| 1304 | 2026-08-25T16:33:14.330Z | Downloaded time v0.3.47 |
| 1305 | 2026-08-25T16:33:14.337Z | Downloaded regress v0.10.5 |
| 1306 | 2026-08-25T16:33:14.341Z | Downloaded petname v2.0.2 |
| 1307 | 2026-08-25T16:33:14.344Z | Downloaded rustix v0.38.44 |
| 1308 | 2026-08-25T16:33:14.355Z | Downloaded quinn-proto v0.11.16 |
| 1309 | 2026-08-25T16:33:14.360Z | Downloaded regex-syntax v0.8.10 |
| 1310 | 2026-08-25T16:33:14.374Z | Downloaded tabled v0.21.0 |
| 1311 | 2026-08-25T16:33:14.383Z | Downloaded openssl v0.10.80 |
| 1312 | 2026-08-25T16:33:14.390Z | Downloaded nix v0.31.2 |
| 1313 | 2026-08-25T16:33:14.396Z | Downloaded regress v0.11.1 |
| 1314 | 2026-08-25T16:33:14.401Z | Downloaded nix v0.28.0 |
| 1315 | 2026-08-25T16:33:14.407Z | Downloaded curve25519-dalek v4.1.3 |
| 1316 | 2026-08-25T16:33:14.412Z | Downloaded object v0.37.3 |
| 1317 | 2026-08-25T16:33:14.418Z | Downloaded curve25519-dalek v5.0.0 |
| 1318 | 2026-08-25T16:33:14.425Z | Downloaded typify-impl v0.6.2 |
| 1319 | 2026-08-25T16:33:14.432Z | Downloaded tracing v0.1.44 |
| 1320 | 2026-08-25T16:33:14.444Z | Downloaded dropshot v0.17.1 |
| 1321 | 2026-08-25T16:33:14.456Z | Downloaded regex-automata v0.4.14 |
| 1322 | 2026-08-25T16:33:14.464Z | Downloaded sled v0.34.7 |
| 1323 | 2026-08-25T16:33:14.470Z | Downloaded openapiv3 v2.2.0 |
| 1324 | 2026-08-25T16:33:14.482Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1325 | 2026-08-25T16:33:14.493Z | Downloaded tokio v1.52.1 |
| 1326 | 2026-08-25T16:33:14.514Z | Downloaded encoding_rs v0.8.35 |
| 1327 | 2026-08-25T16:33:14.549Z | Downloaded diesel v2.3.7 |
| 1328 | 2026-08-25T16:33:14.560Z | Downloaded sqlparser v0.61.0 |
| 1329 | 2026-08-25T16:33:14.609Z | Downloaded sha3 v0.11.0 |
| 1330 | 2026-08-25T16:33:14.620Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1331 | 2026-08-25T16:33:14.628Z | Downloaded zerocopy-derive v0.6.6 |
| 1332 | 2026-08-25T16:33:14.638Z | Downloaded ratatui v0.29.0 |
| 1333 | 2026-08-25T16:33:14.689Z | Downloaded petgraph v0.6.5 |
| 1334 | 2026-08-25T16:33:14.709Z | Downloaded jiff v0.2.34 |
| 1335 | 2026-08-25T16:33:14.719Z | Downloaded chrono-tz v0.10.4 |
| 1336 | 2026-08-25T16:33:14.750Z | Downloaded petgraph v0.8.3 |
| 1337 | 2026-08-25T16:33:14.776Z | Downloaded sha3 v0.10.8 |
| 1338 | 2026-08-25T16:33:14.783Z | Downloaded libz-sys v1.1.24 |
| 1339 | 2026-08-25T16:33:14.794Z | Downloaded csv v1.4.0 |
| 1340 | 2026-08-25T16:33:14.904Z | Downloaded ring v0.17.14 |
| 1341 | 2026-08-25T16:33:14.951Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1342 | 2026-08-25T16:33:15.445Z | Downloaded aws-lc-sys v0.40.0 |
| 1343 | 2026-08-25T16:33:15.719Z | Compiling serde_core v1.0.228 |
| 1344 | 2026-08-25T16:33:15.719Z | Compiling libc v0.2.185 |
| 1345 | 2026-08-25T16:33:15.719Z | Compiling serde v1.0.228 |
| 1346 | 2026-08-25T16:33:15.723Z | Compiling log v0.4.33 |
| 1347 | 2026-08-25T16:33:15.723Z | Compiling smallvec v1.15.1 |
| 1348 | 2026-08-25T16:33:15.723Z | Compiling subtle v2.6.1 |
| 1349 | 2026-08-25T16:33:15.833Z | Compiling find-msvc-tools v0.1.9 |
| 1350 | 2026-08-25T16:33:15.836Z | Compiling syn v2.0.117 |
| 1351 | 2026-08-25T16:33:16.007Z | Compiling shlex v1.3.0 |
| 1352 | 2026-08-25T16:33:16.050Z | Compiling typenum v1.20.1 |
| 1353 | 2026-08-25T16:33:16.065Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-08-25T16:33:16.145Z | Compiling lock_api v0.4.14 |
| 1355 | 2026-08-25T16:33:16.159Z | Compiling stable_deref_trait v1.2.1 |
| 1356 | 2026-08-25T16:33:16.185Z | Compiling getrandom v0.4.3 |
| 1357 | 2026-08-25T16:33:16.197Z | Compiling portable-atomic v1.13.1 |
| 1358 | 2026-08-25T16:33:16.238Z | Compiling serde_json v1.0.151 |
| 1359 | 2026-08-25T16:33:16.372Z | Compiling rand_core v0.10.0 |
| 1360 | 2026-08-25T16:33:16.433Z | Compiling zerocopy v0.8.55 |
| 1361 | 2026-08-25T16:33:16.540Z | Compiling critical-section v1.2.0 |
| 1362 | 2026-08-25T16:33:16.555Z | Compiling libm v0.2.16 |
| 1363 | 2026-08-25T16:33:16.643Z | Compiling num-traits v0.2.19 |
| 1364 | 2026-08-25T16:33:16.661Z | Compiling errno v0.3.14 |
| 1365 | 2026-08-25T16:33:16.726Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-08-25T16:33:16.830Z | Compiling pkg-config v0.3.32 |
| 1367 | 2026-08-25T16:33:17.021Z | Compiling cc v1.2.56 |
| 1368 | 2026-08-25T16:33:17.038Z | Compiling parking_lot_core v0.9.12 |
| 1369 | 2026-08-25T16:33:17.080Z | Compiling pin-project-lite v0.2.17 |
| 1370 | 2026-08-25T16:33:17.175Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-08-25T16:33:17.366Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-08-25T16:33:17.472Z | Compiling getrandom v0.2.17 |
| 1373 | 2026-08-25T16:33:17.577Z | Compiling futures-core v0.3.32 |
| 1374 | 2026-08-25T16:33:17.598Z | Compiling writeable v0.6.2 |
| 1375 | 2026-08-25T16:33:17.702Z | Compiling percent-encoding v2.3.2 |
| 1376 | 2026-08-25T16:33:17.733Z | Compiling litemap v0.8.1 |
| 1377 | 2026-08-25T16:33:17.796Z | Compiling parking_lot v0.12.5 |
| 1378 | 2026-08-25T16:33:17.937Z | Compiling rand_core v0.6.4 |
| 1379 | 2026-08-25T16:33:17.955Z | Compiling bitflags v2.11.0 |
| 1380 | 2026-08-25T16:33:18.120Z | Compiling semver v1.0.28 |
| 1381 | 2026-08-25T16:33:18.182Z | Compiling mio v1.2.0 |
| 1382 | 2026-08-25T16:33:18.197Z | Compiling icu_normalizer_data v2.1.1 |
| 1383 | 2026-08-25T16:33:18.215Z | Compiling icu_properties_data v2.1.2 |
| 1384 | 2026-08-25T16:33:18.412Z | Compiling generic-array v0.14.7 |
| 1385 | 2026-08-25T16:33:18.427Z | Compiling const-oid v0.9.6 |
| 1386 | 2026-08-25T16:33:18.529Z | Compiling socket2 v0.6.3 |
| 1387 | 2026-08-25T16:33:18.576Z | Compiling rustix v1.1.4 |
| 1388 | 2026-08-25T16:33:18.645Z | Compiling futures-sink v0.3.32 |
| 1389 | 2026-08-25T16:33:18.648Z | Compiling indexmap v2.14.0 |
| 1390 | 2026-08-25T16:33:18.734Z | Compiling synstructure v0.13.2 |
| 1391 | 2026-08-25T16:33:18.749Z | Compiling futures-channel v0.3.32 |
| 1392 | 2026-08-25T16:33:18.935Z | Compiling getrandom v0.3.4 |
| 1393 | 2026-08-25T16:33:18.977Z | Compiling futures-task v0.3.32 |
| 1394 | 2026-08-25T16:33:19.152Z | Compiling futures-io v0.3.32 |
| 1395 | 2026-08-25T16:33:19.187Z | Compiling utf8_iter v1.0.4 |
| 1396 | 2026-08-25T16:33:19.231Z | Compiling slab v0.4.12 |
| 1397 | 2026-08-25T16:33:19.305Z | Compiling form_urlencoded v1.2.2 |
| 1398 | 2026-08-25T16:33:19.320Z | Compiling cmov v0.5.4 |
| 1399 | 2026-08-25T16:33:19.333Z | Compiling rustversion v1.0.22 |
| 1400 | 2026-08-25T16:33:19.336Z | Compiling base64ct v1.8.3 |
| 1401 | 2026-08-25T16:33:19.413Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-08-25T16:33:19.489Z | Compiling cmake v0.1.57 |
| 1403 | 2026-08-25T16:33:19.534Z | Compiling ctutils v0.4.2 |
| 1404 | 2026-08-25T16:33:19.643Z | Compiling pem-rfc7468 v0.7.0 |
| 1405 | 2026-08-25T16:33:19.656Z | Compiling fs_extra v1.3.0 |
| 1406 | 2026-08-25T16:33:19.767Z | Compiling ident_case v1.0.1 |
| 1407 | 2026-08-25T16:33:19.830Z | Compiling dunce v1.0.5 |
| 1408 | 2026-08-25T16:33:19.888Z | Compiling flagset v0.4.7 |
| 1409 | 2026-08-25T16:33:19.902Z | Compiling regex-syntax v0.8.10 |
| 1410 | 2026-08-25T16:33:19.922Z | Compiling uuid v1.23.4 |
| 1411 | 2026-08-25T16:33:19.925Z | Compiling aws-lc-sys v0.40.0 |
| 1412 | 2026-08-25T16:33:19.949Z | Compiling base64 v0.22.1 |
| 1413 | 2026-08-25T16:33:20.014Z | Compiling syn v1.0.109 |
| 1414 | 2026-08-25T16:33:20.266Z | Compiling vcpkg v0.2.15 |
| 1415 | 2026-08-25T16:33:20.290Z | Compiling rand_core v0.9.5 |
| 1416 | 2026-08-25T16:33:20.293Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2026-08-25T16:33:20.364Z | Compiling rustc_version v0.4.1 |
| 1418 | 2026-08-25T16:33:20.484Z | Compiling serde_derive v1.0.228 |
| 1419 | 2026-08-25T16:33:20.568Z | Compiling zeroize_derive v1.5.0 |
| 1420 | 2026-08-25T16:33:20.615Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-08-25T16:33:20.696Z | Compiling yoke-derive v0.8.1 |
| 1422 | 2026-08-25T16:33:21.003Z | Compiling zerocopy-derive v0.8.55 |
| 1423 | 2026-08-25T16:33:21.278Z | Compiling zerovec-derive v0.11.2 |
| 1424 | 2026-08-25T16:33:21.334Z | Compiling displaydoc v0.2.5 |
| 1425 | 2026-08-25T16:33:21.924Z | Compiling tokio-macros v2.7.0 |
| 1426 | 2026-08-25T16:33:22.050Z | Compiling zerofrom v0.1.6 |
| 1427 | 2026-08-25T16:33:22.073Z | Compiling futures-macro v0.3.32 |
| 1428 | 2026-08-25T16:33:22.173Z | Compiling yoke v0.8.1 |
| 1429 | 2026-08-25T16:33:22.306Z | Compiling der_derive v0.7.3 |
| 1430 | 2026-08-25T16:33:22.389Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-08-25T16:33:22.407Z | Compiling zerotrie v0.2.3 |
| 1432 | 2026-08-25T16:33:22.699Z | Compiling thiserror-impl v2.0.18 |
| 1433 | 2026-08-25T16:33:22.699Z | Compiling openssl-sys v0.9.117 |
| 1434 | 2026-08-25T16:33:22.906Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-08-25T16:33:22.909Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-08-25T16:33:23.083Z | Compiling icu_locale_core v2.1.1 |
| 1437 | 2026-08-25T16:33:23.106Z | Compiling icu_collections v2.1.1 |
| 1438 | 2026-08-25T16:33:23.232Z | Compiling futures-util v0.3.32 |
| 1439 | 2026-08-25T16:33:23.273Z | Compiling tracing-attributes v0.1.31 |
| 1440 | 2026-08-25T16:33:23.582Z | Compiling tracing-core v0.1.36 |
| 1441 | 2026-08-25T16:33:23.957Z | Compiling zeroize v1.9.0 |
| 1442 | 2026-08-25T16:33:23.991Z | Compiling bytes v1.11.1 |
| 1443 | 2026-08-25T16:33:24.023Z | Compiling icu_provider v2.1.1 |
| 1444 | 2026-08-25T16:33:24.112Z | Compiling chrono v0.4.45 |
| 1445 | 2026-08-25T16:33:24.306Z | Compiling icu_normalizer v2.1.1 |
| 1446 | 2026-08-25T16:33:24.557Z | Compiling tokio v1.52.1 |
| 1447 | 2026-08-25T16:33:24.600Z | Compiling icu_properties v2.1.2 |
| 1448 | 2026-08-25T16:33:24.721Z | Compiling block-buffer v0.10.4 |
| 1449 | 2026-08-25T16:33:24.821Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-08-25T16:33:24.891Z | Compiling hybrid-array v0.4.13 |
| 1451 | 2026-08-25T16:33:24.973Z | Compiling digest v0.10.7 |
| 1452 | 2026-08-25T16:33:25.225Z | Compiling der v0.7.10 |
| 1453 | 2026-08-25T16:33:25.453Z | Compiling idna_adapter v1.2.1 |
| 1454 | 2026-08-25T16:33:25.466Z | Compiling thiserror v2.0.18 |
| 1455 | 2026-08-25T16:33:25.572Z | Compiling idna v1.1.0 |
| 1456 | 2026-08-25T16:33:25.586Z | Compiling ppv-lite86 v0.2.21 |
| 1457 | 2026-08-25T16:33:25.650Z | Compiling http v1.4.2 |
| 1458 | 2026-08-25T16:33:25.670Z | Compiling crypto-common v0.2.2 |
| 1459 | 2026-08-25T16:33:25.685Z | Compiling block-buffer v0.12.1 |
| 1460 | 2026-08-25T16:33:25.872Z | Compiling url v2.5.8 |
| 1461 | 2026-08-25T16:33:25.899Z | Compiling dyn-clone v1.0.20 |
| 1462 | 2026-08-25T16:33:26.034Z | Compiling spki v0.7.3 |
| 1463 | 2026-08-25T16:33:26.206Z | Compiling simd-adler32 v0.3.8 |
| 1464 | 2026-08-25T16:33:26.237Z | Compiling schemars v0.8.22 |
| 1465 | 2026-08-25T16:33:26.398Z | Compiling aws-lc-rs v1.16.3 |
| 1466 | 2026-08-25T16:33:26.439Z | Compiling http-body v1.0.1 |
| 1467 | 2026-08-25T16:33:26.455Z | Compiling pkcs8 v0.10.2 |
| 1468 | 2026-08-25T16:33:26.531Z | Compiling tracing v0.1.44 |
| 1469 | 2026-08-25T16:33:26.586Z | Compiling rustls-pki-types v1.14.0 |
| 1470 | 2026-08-25T16:33:26.665Z | Compiling schemars_derive v0.8.22 |
| 1471 | 2026-08-25T16:33:26.717Z | Compiling spin v0.9.8 |
| 1472 | 2026-08-25T16:33:26.786Z | Compiling adler2 v2.0.1 |
| 1473 | 2026-08-25T16:33:26.909Z | Compiling tinyvec_macros v0.1.1 |
| 1474 | 2026-08-25T16:33:26.909Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-08-25T16:33:26.979Z | Compiling httparse v1.10.1 |
| 1476 | 2026-08-25T16:33:27.021Z | Compiling openssl-probe v0.2.1 |
| 1477 | 2026-08-25T16:33:27.190Z | Compiling tinyvec v1.10.0 |
| 1478 | 2026-08-25T16:33:27.234Z | Compiling miniz_oxide v0.8.9 |
| 1479 | 2026-08-25T16:33:27.399Z | Compiling tempfile v3.27.0 |
| 1480 | 2026-08-25T16:33:27.413Z | Compiling pest_generator v2.8.6 |
| 1481 | 2026-08-25T16:33:27.563Z | Compiling rand_chacha v0.9.0 |
| 1482 | 2026-08-25T16:33:27.759Z | Compiling terminal_size v0.4.3 |
| 1483 | 2026-08-25T16:33:27.833Z | Compiling aho-corasick v1.1.4 |
| 1484 | 2026-08-25T16:33:27.896Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-08-25T16:33:28.004Z | Compiling radium v0.7.0 |
| 1486 | 2026-08-25T16:33:28.090Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-08-25T16:33:28.212Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-08-25T16:33:28.247Z | Compiling tower-service v0.3.3 |
| 1489 | 2026-08-25T16:33:28.261Z | Compiling untrusted v0.7.1 |
| 1490 | 2026-08-25T16:33:28.337Z | Compiling tokio-util v0.7.18 |
| 1491 | 2026-08-25T16:33:28.397Z | Compiling pest_derive v2.8.6 |
| 1492 | 2026-08-25T16:33:28.407Z | Compiling want v0.3.1 |
| 1493 | 2026-08-25T16:33:28.562Z | Compiling rand v0.9.2 |
| 1494 | 2026-08-25T16:33:28.817Z | Compiling regex-automata v0.4.14 |
| 1495 | 2026-08-25T16:33:29.196Z | Compiling h2 v0.4.15 |
| 1496 | 2026-08-25T16:33:29.464Z | Compiling block-padding v0.4.2 |
| 1497 | 2026-08-25T16:33:29.521Z | Compiling ipnet v2.12.0 |
| 1498 | 2026-08-25T16:33:29.592Z | Compiling scroll_derive v0.13.1 |
| 1499 | 2026-08-25T16:33:29.628Z | Compiling darling_core v0.20.11 |
| 1500 | 2026-08-25T16:33:29.998Z | Compiling tap v1.0.1 |
| 1501 | 2026-08-25T16:33:30.115Z | Compiling untrusted v0.9.0 |
| 1502 | 2026-08-25T16:33:30.202Z | Compiling foreign-types-shared v0.1.1 |
| 1503 | 2026-08-25T16:33:30.228Z | Compiling openssl v0.10.80 |
| 1504 | 2026-08-25T16:33:30.291Z | Compiling httpdate v1.0.3 |
| 1505 | 2026-08-25T16:33:30.355Z | Compiling cpufeatures v0.2.17 |
| 1506 | 2026-08-25T16:33:30.427Z | Compiling const-oid v0.10.2 |
| 1507 | 2026-08-25T16:33:30.445Z | Compiling maybe-uninit v2.0.0 |
| 1508 | 2026-08-25T16:33:30.493Z | Compiling rustls v0.23.41 |
| 1509 | 2026-08-25T16:33:30.526Z | Compiling scroll v0.13.0 |
| 1510 | 2026-08-25T16:33:30.617Z | Compiling digest v0.11.3 |
| 1511 | 2026-08-25T16:33:30.659Z | Compiling foreign-types v0.3.2 |
| 1512 | 2026-08-25T16:33:30.726Z | Compiling wyz v0.5.1 |
| 1513 | 2026-08-25T16:33:30.738Z | Compiling inout v0.2.2 |
| 1514 | 2026-08-25T16:33:30.830Z | Compiling unicode-normalization v0.1.25 |
| 1515 | 2026-08-25T16:33:30.903Z | Compiling rand_chacha v0.3.1 |
| 1516 | 2026-08-25T16:33:30.970Z | Compiling signature v2.2.0 |
| 1517 | 2026-08-25T16:33:31.150Z | Compiling hex v0.4.3 |
| 1518 | 2026-08-25T16:33:31.278Z | Compiling thiserror-impl v1.0.69 |
| 1519 | 2026-08-25T16:33:31.303Z | Compiling openssl-macros v0.1.1 |
| 1520 | 2026-08-25T16:33:31.410Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1521 | 2026-08-25T16:33:31.673Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-08-25T16:33:31.687Z | Compiling num-integer v0.1.46 |
| 1523 | 2026-08-25T16:33:31.783Z | Compiling wait-timeout v0.2.1 |
| 1524 | 2026-08-25T16:33:31.843Z | Compiling darling_macro v0.20.11 |
| 1525 | 2026-08-25T16:33:31.937Z | Compiling ahash v0.8.12 |
| 1526 | 2026-08-25T16:33:31.991Z | Compiling num-bigint-dig v0.8.6 |
| 1527 | 2026-08-25T16:33:32.040Z | Compiling time-core v0.1.8 |
| 1528 | 2026-08-25T16:33:32.141Z | Compiling native-tls v0.2.18 |
| 1529 | 2026-08-25T16:33:32.170Z | Compiling funty v2.0.0 |
| 1530 | 2026-08-25T16:33:32.217Z | Compiling num-conv v0.2.0 |
| 1531 | 2026-08-25T16:33:32.344Z | Compiling hyper v1.10.1 |
| 1532 | 2026-08-25T16:33:32.359Z | Compiling packed_struct v0.10.1 |
| 1533 | 2026-08-25T16:33:32.373Z | Compiling cpufeatures v0.3.0 |
| 1534 | 2026-08-25T16:33:32.447Z | Compiling bit-vec v0.8.0 |
| 1535 | 2026-08-25T16:33:32.539Z | Compiling quick-error v1.2.3 |
| 1536 | 2026-08-25T16:33:32.590Z | Compiling powerfmt v0.2.0 |
| 1537 | 2026-08-25T16:33:32.642Z | Compiling bit-set v0.8.0 |
| 1538 | 2026-08-25T16:33:32.680Z | Compiling rusty-fork v0.3.1 |
| 1539 | 2026-08-25T16:33:32.752Z | Compiling deranged v0.5.8 |
| 1540 | 2026-08-25T16:33:32.803Z | Compiling thiserror v1.0.69 |
| 1541 | 2026-08-25T16:33:32.819Z | Compiling bitvec v1.0.1 |
| 1542 | 2026-08-25T16:33:32.858Z | Compiling time-macros v0.2.27 |
| 1543 | 2026-08-25T16:33:32.922Z | Compiling darling v0.20.11 |
| 1544 | 2026-08-25T16:33:33.018Z | Compiling clap_builder v4.6.0 |
| 1545 | 2026-08-25T16:33:33.266Z | Compiling num-iter v0.1.45 |
| 1546 | 2026-08-25T16:33:33.716Z | Compiling hyper-util v0.1.20 |
| 1547 | 2026-08-25T16:33:33.891Z | Compiling rand v0.8.6 |
| 1548 | 2026-08-25T16:33:33.910Z | Compiling cipher v0.5.2 |
| 1549 | 2026-08-25T16:33:34.236Z | Compiling goblin v0.10.5 |
| 1550 | 2026-08-25T16:33:34.266Z | Compiling packed_struct_codegen v0.10.1 |
| 1551 | 2026-08-25T16:33:34.667Z | Compiling sha2 v0.10.9 |
| 1552 | 2026-08-25T16:33:35.318Z | Compiling lazy_static v1.5.0 |
| 1553 | 2026-08-25T16:33:35.387Z | Compiling serde_spanned v0.6.9 |
| 1554 | 2026-08-25T16:33:35.408Z | Compiling toml_datetime v0.6.11 |
| 1555 | 2026-08-25T16:33:35.527Z | Compiling zerocopy-derive v0.6.6 |
| 1556 | 2026-08-25T16:33:35.656Z | Compiling clap_derive v4.6.1 |
| 1557 | 2026-08-25T16:33:35.925Z | Compiling bitfield-macros v0.19.4 |
| 1558 | 2026-08-25T16:33:35.947Z | Compiling rand_xorshift v0.4.0 |
| 1559 | 2026-08-25T16:33:36.107Z | Compiling sync_wrapper v1.0.2 |
| 1560 | 2026-08-25T16:33:36.211Z | Compiling indexmap v1.9.3 |
| 1561 | 2026-08-25T16:33:36.341Z | Compiling paste v1.0.15 |
| 1562 | 2026-08-25T16:33:36.394Z | Compiling nodrop v0.1.14 |
| 1563 | 2026-08-25T16:33:36.487Z | Compiling unicode-segmentation v1.12.0 |
| 1564 | 2026-08-25T16:33:36.597Z | Compiling num_threads v0.1.7 |
| 1565 | 2026-08-25T16:33:36.611Z | Compiling crc-catalog v2.4.0 |
| 1566 | 2026-08-25T16:33:36.694Z | Compiling siphasher v1.0.2 |
| 1567 | 2026-08-25T16:33:36.710Z | Compiling usdt-impl v0.6.0 |
| 1568 | 2026-08-25T16:33:36.726Z | Compiling unarray v0.1.4 |
| 1569 | 2026-08-25T16:33:36.833Z | Compiling object v0.37.3 |
| 1570 | 2026-08-25T16:33:36.861Z | Compiling crossbeam-utils v0.8.21 |
| 1571 | 2026-08-25T16:33:36.876Z | Compiling zlib-rs v0.6.2 |
| 1572 | 2026-08-25T16:33:36.920Z | Compiling dof v0.4.0 |
| 1573 | 2026-08-25T16:33:37.145Z | Compiling proptest v1.11.0 |
| 1574 | 2026-08-25T16:33:37.164Z | Compiling crc v3.4.0 |
| 1575 | 2026-08-25T16:33:37.389Z | Compiling time v0.3.47 |
| 1576 | 2026-08-25T16:33:37.392Z | Compiling clap v4.6.1 |
| 1577 | 2026-08-25T16:33:37.506Z | Compiling bitfield v0.19.4 |
| 1578 | 2026-08-25T16:33:37.825Z | Compiling array-init v0.0.4 |
| 1579 | 2026-08-25T16:33:38.134Z | Compiling zerocopy v0.6.6 |
| 1580 | 2026-08-25T16:33:38.156Z | Compiling tower v0.5.3 |
| 1581 | 2026-08-25T16:33:38.706Z | Compiling smallvec v0.6.14 |
| 1582 | 2026-08-25T16:33:38.896Z | Compiling chacha20 v0.10.0 |
| 1583 | 2026-08-25T16:33:39.223Z | Compiling derive_builder_core v0.20.2 |
| 1584 | 2026-08-25T16:33:39.245Z | Compiling dtrace-parser v0.3.0 |
| 1585 | 2026-08-25T16:33:39.858Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-08-25T16:33:39.890Z | Compiling ipnetwork v0.21.1 |
| 1587 | 2026-08-25T16:33:39.952Z | Compiling pkcs1 v0.7.5 |
| 1588 | 2026-08-25T16:33:40.046Z | Compiling http-body-util v0.1.3 |
| 1589 | 2026-08-25T16:33:40.065Z | Compiling heapless v0.7.17 |
| 1590 | 2026-08-25T16:33:40.248Z | Compiling scroll_derive v0.12.1 |
| 1591 | 2026-08-25T16:33:40.263Z | Compiling structmeta-derive v0.3.0 |
| 1592 | 2026-08-25T16:33:40.283Z | Compiling slog v2.8.2 |
| 1593 | 2026-08-25T16:33:40.298Z | Compiling darling_core v0.23.0 |
| 1594 | 2026-08-25T16:33:40.332Z | Compiling thread-id v5.1.0 |
| 1595 | 2026-08-25T16:33:40.412Z | Compiling cookie v0.18.1 |
| 1596 | 2026-08-25T16:33:40.458Z | Compiling env_filter v2.0.0 |
| 1597 | 2026-08-25T16:33:40.588Z | Compiling syn v3.0.3 |
| 1598 | 2026-08-25T16:33:40.750Z | Compiling zstd-safe v7.2.4 |
| 1599 | 2026-08-25T16:33:40.897Z | Compiling unicode-bidi v0.3.18 |
| 1600 | 2026-08-25T16:33:40.941Z | Compiling ryu v1.0.23 |
| 1601 | 2026-08-25T16:33:41.123Z | Compiling winnow v0.5.40 |
| 1602 | 2026-08-25T16:33:41.323Z | Compiling iri-string v0.7.10 |
| 1603 | 2026-08-25T16:33:41.424Z | Compiling signal-hook v0.3.18 |
| 1604 | 2026-08-25T16:33:41.593Z | Compiling allocator-api2 v0.2.21 |
| 1605 | 2026-08-25T16:33:41.924Z | Compiling unicode-properties v0.1.4 |
| 1606 | 2026-08-25T16:33:42.128Z | Compiling base64 v0.21.7 |
| 1607 | 2026-08-25T16:33:42.474Z | Compiling anyhow v1.0.104 |
| 1608 | 2026-08-25T16:33:42.538Z | Compiling gimli v0.32.3 |
| 1609 | 2026-08-25T16:33:42.780Z | Compiling hashbrown v0.12.3 |
| 1610 | 2026-08-25T16:33:42.795Z | Compiling darling_macro v0.23.0 |
| 1611 | 2026-08-25T16:33:43.050Z | Compiling tower-http v0.6.8 |
| 1612 | 2026-08-25T16:33:43.306Z | Compiling toml_edit v0.19.15 |
| 1613 | 2026-08-25T16:33:43.441Z | Compiling ron v0.8.1 |
| 1614 | 2026-08-25T16:33:43.622Z | Compiling stringprep v0.1.5 |
| 1615 | 2026-08-25T16:33:43.852Z | Compiling structmeta v0.3.0 |
| 1616 | 2026-08-25T16:33:44.047Z | Compiling daft-derive v0.1.8 |
| 1617 | 2026-08-25T16:33:44.061Z | Compiling serde_urlencoded v0.7.1 |
| 1618 | 2026-08-25T16:33:44.092Z | Compiling scroll v0.12.0 |
| 1619 | 2026-08-25T16:33:44.322Z | Compiling addr2line v0.25.1 |
| 1620 | 2026-08-25T16:33:44.351Z | Compiling env_logger v0.11.11 |
| 1621 | 2026-08-25T16:33:44.488Z | Compiling rsa v0.9.10 |
| 1622 | 2026-08-25T16:33:44.624Z | Compiling oxnet v0.1.6 |
| 1623 | 2026-08-25T16:33:44.687Z | Compiling derive_builder_macro v0.20.2 |
| 1624 | 2026-08-25T16:33:44.853Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1625 | 2026-08-25T16:33:45.001Z | Compiling newtype-uuid v1.3.2 |
| 1626 | 2026-08-25T16:33:45.040Z | Compiling hashbrown v0.13.2 |
| 1627 | 2026-08-25T16:33:45.149Z | Compiling rand v0.10.1 |
| 1628 | 2026-08-25T16:33:45.320Z | Compiling bzip2 v0.4.4 |
| 1629 | 2026-08-25T16:33:45.513Z | Compiling serde-hex v0.1.0 |
| 1630 | 2026-08-25T16:33:45.528Z | Compiling tokio-native-tls v0.3.1 |
| 1631 | 2026-08-25T16:33:45.698Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1632 | 2026-08-25T16:33:46.370Z | Compiling camino v1.2.5 |
| 1633 | 2026-08-25T16:33:46.373Z | Compiling sha2 v0.11.0 |
| 1634 | 2026-08-25T16:33:46.757Z | Compiling bstr v1.12.1 |
| 1635 | 2026-08-25T16:33:47.213Z | Compiling md-5 v0.11.0 |
| 1636 | 2026-08-25T16:33:47.404Z | Compiling hmac v0.13.0 |
| 1637 | 2026-08-25T16:33:47.511Z | Compiling rustls-native-certs v0.8.3 |
| 1638 | 2026-08-25T16:33:47.537Z | Compiling x509-cert v0.2.5 |
| 1639 | 2026-08-25T16:33:47.593Z | Compiling serde_tokenstream v0.2.3 |
| 1640 | 2026-08-25T16:33:47.811Z | Compiling erased-serde v0.3.31 |
| 1641 | 2026-08-25T16:33:47.904Z | Compiling curve25519-dalek v4.1.3 |
| 1642 | 2026-08-25T16:33:47.981Z | Compiling zerocopy-derive v0.7.35 |
| 1643 | 2026-08-25T16:33:48.146Z | Compiling async-trait v0.1.89 |
| 1644 | 2026-08-25T16:33:48.222Z | Compiling pin-project-internal v1.1.11 |
| 1645 | 2026-08-25T16:33:48.293Z | Compiling vergen-lib v9.1.0 |
| 1646 | 2026-08-25T16:33:48.470Z | Compiling hash32 v0.2.1 |
| 1647 | 2026-08-25T16:33:48.667Z | Compiling memoffset v0.9.1 |
| 1648 | 2026-08-25T16:33:48.739Z | Compiling encoding_rs v0.8.35 |
| 1649 | 2026-08-25T16:33:48.818Z | Compiling ref-cast v1.0.25 |
| 1650 | 2026-08-25T16:33:48.850Z | Compiling mime v0.3.17 |
| 1651 | 2026-08-25T16:33:49.095Z | Compiling owo-colors v4.3.0 |
| 1652 | 2026-08-25T16:33:49.110Z | Compiling litrs v1.0.0 |
| 1653 | 2026-08-25T16:33:49.122Z | Compiling rustc-demangle v0.1.27 |
| 1654 | 2026-08-25T16:33:49.137Z | Compiling rustix v0.38.44 |
| 1655 | 2026-08-25T16:33:49.291Z | Compiling smoltcp v0.9.1 |
| 1656 | 2026-08-25T16:33:49.373Z | Compiling fallible-iterator v0.2.0 |
| 1657 | 2026-08-25T16:33:49.397Z | Compiling crc-any v2.5.0 |
| 1658 | 2026-08-25T16:33:49.469Z | Compiling cfg_aliases v0.2.1 |
| 1659 | 2026-08-25T16:33:49.504Z | Compiling psl-types v2.0.11 |
| 1660 | 2026-08-25T16:33:49.541Z | Compiling nix v0.31.2 |
| 1661 | 2026-08-25T16:33:49.603Z | Compiling document-features v0.2.12 |
| 1662 | 2026-08-25T16:33:49.628Z | Compiling publicsuffix v2.3.0 |
| 1663 | 2026-08-25T16:33:49.634Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1664 | 2026-08-25T16:33:49.656Z | Compiling postgres-protocol v0.6.12 |
| 1665 | 2026-08-25T16:33:49.790Z | Compiling backtrace v0.3.76 |
| 1666 | 2026-08-25T16:33:49.803Z | Compiling pin-project v1.1.11 |
| 1667 | 2026-08-25T16:33:49.935Z | Compiling zerocopy v0.7.35 |
| 1668 | 2026-08-25T16:33:50.203Z | Compiling daft v0.1.8 |
| 1669 | 2026-08-25T16:33:50.252Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1670 | 2026-08-25T16:33:50.449Z | Compiling hyper-tls v0.6.0 |
| 1671 | 2026-08-25T16:33:50.465Z | Compiling zip v0.6.6 |
| 1672 | 2026-08-25T16:33:50.477Z | Compiling object v0.30.4 |
| 1673 | 2026-08-25T16:33:50.525Z | Compiling derive_builder v0.20.2 |
| 1674 | 2026-08-25T16:33:50.649Z | Compiling toml v0.7.8 |
| 1675 | 2026-08-25T16:33:50.768Z | Compiling goblin v0.8.2 |
| 1676 | 2026-08-25T16:33:50.921Z | Compiling derive-ex v0.1.8 |
| 1677 | 2026-08-25T16:33:51.179Z | Compiling darling v0.23.0 |
| 1678 | 2026-08-25T16:33:51.258Z | Compiling phf_shared v0.13.1 |
| 1679 | 2026-08-25T16:33:51.314Z | Compiling convert_case v0.10.0 |
| 1680 | 2026-08-25T16:33:51.492Z | Compiling regex v1.12.3 |
| 1681 | 2026-08-25T16:33:51.562Z | Compiling hubpack_derive v0.1.1 |
| 1682 | 2026-08-25T16:33:51.610Z | Compiling futures-executor v0.3.32 |
| 1683 | 2026-08-25T16:33:51.869Z | Compiling hmac v0.12.1 |
| 1684 | 2026-08-25T16:33:51.910Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1685 | 2026-08-25T16:33:52.010Z | Compiling strum_macros v0.27.2 |
| 1686 | 2026-08-25T16:33:52.040Z | Compiling ref-cast-impl v1.0.25 |
| 1687 | 2026-08-25T16:33:52.572Z | Compiling snafu-derive v0.8.9 |
| 1688 | 2026-08-25T16:33:52.599Z | Compiling vergen v9.1.0 |
| 1689 | 2026-08-25T16:33:52.610Z | Compiling ff v0.13.1 |
| 1690 | 2026-08-25T16:33:52.752Z | Compiling cargo-platform v0.3.2 |
| 1691 | 2026-08-25T16:33:52.769Z | Compiling fs-err v3.3.0 |
| 1692 | 2026-08-25T16:33:52.959Z | Compiling either v1.15.0 |
| 1693 | 2026-08-25T16:33:53.019Z | Compiling bumpalo v3.20.2 |
| 1694 | 2026-08-25T16:33:53.167Z | Compiling libbz2-rs-sys v0.2.2 |
| 1695 | 2026-08-25T16:33:53.278Z | Compiling same-file v1.0.6 |
| 1696 | 2026-08-25T16:33:53.357Z | Compiling bitflags v1.3.2 |
| 1697 | 2026-08-25T16:33:53.421Z | Compiling is_ci v1.2.0 |
| 1698 | 2026-08-25T16:33:53.467Z | Compiling base16ct v0.2.0 |
| 1699 | 2026-08-25T16:33:53.653Z | Compiling foldhash v0.1.5 |
| 1700 | 2026-08-25T16:33:53.750Z | Compiling jiff-core v0.1.0 |
| 1701 | 2026-08-25T16:33:53.857Z | Compiling managed v0.8.0 |
| 1702 | 2026-08-25T16:33:54.056Z | Compiling foldhash v0.2.0 |
| 1703 | 2026-08-25T16:33:54.056Z | Compiling path-slash v0.1.5 |
| 1704 | 2026-08-25T16:33:54.216Z | Compiling strum v0.27.2 |
| 1705 | 2026-08-25T16:33:54.216Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1706 | 2026-08-25T16:33:54.217Z | Compiling hashbrown v0.16.1 |
| 1707 | 2026-08-25T16:33:54.361Z | Compiling textwrap v0.16.2 |
| 1708 | 2026-08-25T16:33:54.535Z | Compiling snafu v0.8.9 |
| 1709 | 2026-08-25T16:33:54.696Z | Compiling jiff v0.2.34 |
| 1710 | 2026-08-25T16:33:54.741Z | Compiling hashbrown v0.15.5 |
| 1711 | 2026-08-25T16:33:54.757Z | Compiling bzip2 v0.6.1 |
| 1712 | 2026-08-25T16:33:54.841Z | Compiling sec1 v0.7.3 |
| 1713 | 2026-08-25T16:33:54.919Z | Compiling supports-color v3.0.2 |
| 1714 | 2026-08-25T16:33:54.930Z | Compiling walkdir v2.5.0 |
| 1715 | 2026-08-25T16:33:55.120Z | Compiling zopfli v0.8.3 |
| 1716 | 2026-08-25T16:33:55.133Z | Compiling dof v0.3.0 |
| 1717 | 2026-08-25T16:33:55.235Z | Compiling cargo_metadata v0.23.1 |
| 1718 | 2026-08-25T16:33:55.350Z | Compiling group v0.13.0 |
| 1719 | 2026-08-25T16:33:55.517Z | Compiling test-strategy v0.4.5 |
| 1720 | 2026-08-25T16:33:55.711Z | Compiling hubpack v0.1.2 |
| 1721 | 2026-08-25T16:33:55.788Z | Compiling hkdf v0.12.4 |
| 1722 | 2026-08-25T16:33:55.927Z | Compiling futures v0.3.32 |
| 1723 | 2026-08-25T16:33:55.957Z | Compiling derive_more-impl v2.1.1 |
| 1724 | 2026-08-25T16:33:56.008Z | Compiling phf v0.13.1 |
| 1725 | 2026-08-25T16:33:56.525Z | Compiling serde_with_macros v3.21.0 |
| 1726 | 2026-08-25T16:33:56.607Z | Compiling signal-hook-mio v0.2.5 |
| 1727 | 2026-08-25T16:33:56.688Z | Compiling cookie_store v0.22.1 |
| 1728 | 2026-08-25T16:33:56.959Z | Compiling zstd v0.13.3 |
| 1729 | 2026-08-25T16:33:57.098Z | Compiling reqwest v0.12.28 |
| 1730 | 2026-08-25T16:33:57.290Z | Compiling backtrace-ext v0.2.1 |
| 1731 | 2026-08-25T16:33:57.458Z | Compiling postgres-types v0.2.12 |
| 1732 | 2026-08-25T16:33:58.026Z | Compiling usdt-attr-macro v0.6.0 |
| 1733 | 2026-08-25T16:33:58.247Z | Compiling usdt-macro v0.6.0 |
| 1734 | 2026-08-25T16:33:58.285Z | Compiling globset v0.4.18 |
| 1735 | 2026-08-25T16:33:58.585Z | Compiling phf_shared v0.11.3 |
| 1736 | 2026-08-25T16:33:58.786Z | Compiling dtrace-parser v0.2.0 |
| 1737 | 2026-08-25T16:33:58.821Z | Compiling byte-wrapper v0.1.0 |
| 1738 | 2026-08-25T16:33:58.821Z | Compiling olpc-cjson v0.1.4 |
| 1739 | 2026-08-25T16:33:58.832Z | Compiling ed25519 v2.2.3 |
| 1740 | 2026-08-25T16:33:58.975Z | Compiling crypto-bigint v0.5.5 |
| 1741 | 2026-08-25T16:33:58.975Z | Compiling serde_plain v1.0.2 |
| 1742 | 2026-08-25T16:33:58.975Z | Compiling serde-big-array v0.5.1 |
| 1743 | 2026-08-25T16:33:59.112Z | Compiling strum_macros v0.26.4 |
| 1744 | 2026-08-25T16:33:59.126Z | Compiling serde_repr v0.1.20 |
| 1745 | 2026-08-25T16:33:59.126Z | Compiling enum-as-inner v0.6.1 |
| 1746 | 2026-08-25T16:33:59.570Z | Compiling async-recursion v1.1.1 |
| 1747 | 2026-08-25T16:33:59.705Z | Compiling miette-derive v7.6.0 |
| 1748 | 2026-08-25T16:33:59.720Z | Compiling pem v3.0.6 |
| 1749 | 2026-08-25T16:33:59.759Z | Compiling float-cmp v0.10.0 |
| 1750 | 2026-08-25T16:33:59.893Z | Compiling thread-id v4.2.2 |
| 1751 | 2026-08-25T16:33:59.955Z | Compiling memmap2 v0.9.10 |
| 1752 | 2026-08-25T16:33:59.966Z | Compiling winnow v1.0.3 |
| 1753 | 2026-08-25T16:34:00.108Z | Compiling supports-hyperlinks v3.2.0 |
| 1754 | 2026-08-25T16:34:00.227Z | Compiling normalize-line-endings v0.3.0 |
| 1755 | 2026-08-25T16:34:00.301Z | Compiling supports-unicode v3.0.0 |
| 1756 | 2026-08-25T16:34:00.301Z | Compiling fixedbitset v0.4.2 |
| 1757 | 2026-08-25T16:34:00.406Z | Compiling fixedbitset v0.5.7 |
| 1758 | 2026-08-25T16:34:00.507Z | Compiling data-encoding v2.10.0 |
| 1759 | 2026-08-25T16:34:00.728Z | Compiling whoami v2.1.0 |
| 1760 | 2026-08-25T16:34:00.746Z | Compiling difflib v0.4.0 |
| 1761 | 2026-08-25T16:34:00.815Z | Compiling precomputed-hash v0.1.1 |
| 1762 | 2026-08-25T16:34:00.911Z | Compiling keccak v0.1.6 |
| 1763 | 2026-08-25T16:34:00.935Z | Compiling static_assertions v1.1.0 |
| 1764 | 2026-08-25T16:34:00.973Z | Compiling typed-path v0.9.3 |
| 1765 | 2026-08-25T16:34:00.993Z | Compiling predicates-core v1.0.10 |
| 1766 | 2026-08-25T16:34:01.026Z | Compiling new_debug_unreachable v1.0.6 |
| 1767 | 2026-08-25T16:34:01.075Z | Compiling sha3 v0.10.8 |
| 1768 | 2026-08-25T16:34:01.086Z | Compiling string_cache v0.8.9 |
| 1769 | 2026-08-25T16:34:01.158Z | Compiling predicates v3.1.4 |
| 1770 | 2026-08-25T16:34:01.166Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1771 | 2026-08-25T16:34:01.284Z | Compiling tokio-postgres v0.7.16 |
| 1772 | 2026-08-25T16:34:01.368Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1773 | 2026-08-25T16:34:01.512Z | Compiling strum v0.26.3 |
| 1774 | 2026-08-25T16:34:01.601Z | Compiling hickory-proto v0.25.2 |
| 1775 | 2026-08-25T16:34:01.646Z | Compiling miette v7.6.0 |
| 1776 | 2026-08-25T16:34:01.767Z | Compiling toml_edit v0.22.27 |
| 1777 | 2026-08-25T16:34:01.927Z | Compiling petgraph v0.8.3 |
| 1778 | 2026-08-25T16:34:02.156Z | Compiling petgraph v0.6.5 |
| 1779 | 2026-08-25T16:34:02.842Z | Compiling usdt v0.6.0 |
| 1780 | 2026-08-25T16:34:03.106Z | Compiling usdt-impl v0.5.0 |
| 1781 | 2026-08-25T16:34:03.591Z | Compiling elliptic-curve v0.13.8 |
| 1782 | 2026-08-25T16:34:03.705Z | Compiling ed25519-dalek v2.2.0 |
| 1783 | 2026-08-25T16:34:03.734Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1784 | 2026-08-25T16:34:03.899Z | Compiling crossterm v0.28.1 |
| 1785 | 2026-08-25T16:34:03.968Z | Compiling serde_with v3.21.0 |
| 1786 | 2026-08-25T16:34:04.235Z | Compiling zip v4.6.1 |
| 1787 | 2026-08-25T16:34:04.616Z | Compiling derive_more v2.1.1 |
| 1788 | 2026-08-25T16:34:05.078Z | Compiling iddqd v0.4.2 |
| 1789 | 2026-08-25T16:34:05.142Z | Compiling itertools v0.13.0 |
| 1790 | 2026-08-25T16:34:05.193Z | Compiling itertools v0.15.0 |
| 1791 | 2026-08-25T16:34:05.541Z | Compiling similar v2.7.0 |
| 1792 | 2026-08-25T16:34:05.628Z | Compiling crossbeam-epoch v0.9.18 |
| 1793 | 2026-08-25T16:34:05.701Z | Compiling heck v0.4.1 |
| 1794 | 2026-08-25T16:34:05.922Z | Compiling tokio-stream v0.1.18 |
| 1795 | 2026-08-25T16:34:05.945Z | Compiling buf-list v1.1.2 |
| 1796 | 2026-08-25T16:34:06.214Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1797 | 2026-08-25T16:34:06.264Z | Compiling openapiv3 v2.2.0 |
| 1798 | 2026-08-25T16:34:06.327Z | Compiling peg-runtime v0.8.5 |
| 1799 | 2026-08-25T16:34:06.366Z | Compiling lalrpop-util v0.19.12 |
| 1800 | 2026-08-25T16:34:06.383Z | Compiling thread_local v1.1.9 |
| 1801 | 2026-08-25T16:34:06.386Z | Compiling slog-async v2.8.0 |
| 1802 | 2026-08-25T16:34:06.468Z | Compiling crossbeam-channel v0.5.15 |
| 1803 | 2026-08-25T16:34:06.505Z | Compiling filetime v0.2.27 |
| 1804 | 2026-08-25T16:34:06.548Z | Compiling is-terminal v0.4.17 |
| 1805 | 2026-08-25T16:34:06.593Z | Compiling take_mut v0.2.2 |
| 1806 | 2026-08-25T16:34:06.623Z | Compiling xattr v1.6.1 |
| 1807 | 2026-08-25T16:34:06.641Z | Compiling term v1.2.1 |
| 1808 | 2026-08-25T16:34:06.670Z | Compiling camino-tempfile v1.4.1 |
| 1809 | 2026-08-25T16:34:06.783Z | Compiling tar v0.4.46 |
| 1810 | 2026-08-25T16:34:06.885Z | Compiling slog-term v2.9.2 |
| 1811 | 2026-08-25T16:34:12.822Z | Compiling rustls-webpki v0.103.13 |
| 1812 | 2026-08-25T16:34:15.491Z | Compiling tokio-rustls v0.26.4 |
| 1813 | 2026-08-25T16:34:15.491Z | Compiling rustls-platform-verifier v0.6.2 |
| 1814 | 2026-08-25T16:34:15.491Z | Compiling tough v0.22.0 |
| 1815 | 2026-08-25T16:34:15.732Z | Compiling hyper-rustls v0.27.7 |
| 1816 | 2026-08-25T16:34:15.885Z | Compiling reqwest v0.13.2 |
| 1817 | 2026-08-25T16:34:18.134Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1818 | 2026-08-25T16:34:18.345Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1819 | 2026-08-25T16:34:21.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1820 | 2026-08-25T16:34:21.391Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1821 | 2026-08-25T16:34:21.440Z | Aug 25 16:34:19.854 INFO Starting download, target: Cockroach |
| 1822 | 2026-08-25T16:34:21.440Z | Aug 25 16:34:19.855 INFO Starting download, target: Clickhouse |
| 1823 | 2026-08-25T16:34:21.440Z | Aug 25 16:34:19.855 INFO Starting download, target: DendriteStub |
| 1824 | 2026-08-25T16:34:21.445Z | Aug 25 16:34:19.855 INFO Starting download, target: MaghemiteMgd |
| 1825 | 2026-08-25T16:34:21.445Z | Aug 25 16:34:19.855 INFO Starting download, target: Console |
| 1826 | 2026-08-25T16:34:21.445Z | Aug 25 16:34:19.855 INFO Starting download, target: MaghemiteDdmd |
| 1827 | 2026-08-25T16:34:21.445Z | Aug 25 16:34:19.855 INFO Starting download, target: TransceiverControl |
| 1828 | 2026-08-25T16:34:21.445Z | Aug 25 16:34:19.855 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1829 | 2026-08-25T16:34:21.445Z | Aug 25 16:34:19.855 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1830 | 2026-08-25T16:34:21.445Z | Aug 25 16:34:19.855 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1831 | 2026-08-25T16:34:21.446Z | Aug 25 16:34:19.855 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1832 | 2026-08-25T16:34:21.446Z | Aug 25 16:34:19.855 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1833 | 2026-08-25T16:34:21.446Z | Aug 25 16:34:19.855 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1834 | 2026-08-25T16:34:21.446Z | Aug 25 16:34:19.855 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1835 | 2026-08-25T16:34:22.585Z | Aug 25 16:34:20.985 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1836 | 2026-08-25T16:34:22.785Z | Aug 25 16:34:21.199 INFO Download complete, target: TransceiverControl |
| 1837 | 2026-08-25T16:34:23.456Z | Aug 25 16:34:21.863 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1838 | 2026-08-25T16:34:23.540Z | Aug 25 16:34:21.953 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1839 | 2026-08-25T16:34:23.719Z | Aug 25 16:34:22.132 INFO Download complete, target: Console |
| 1840 | 2026-08-25T16:34:26.480Z | Aug 25 16:34:24.853 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1841 | 2026-08-25T16:34:27.217Z | Aug 25 16:34:25.590 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1842 | 2026-08-25T16:34:27.358Z | Aug 25 16:34:25.710 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1843 | 2026-08-25T16:34:28.306Z | Aug 25 16:34:26.683 INFO Download complete, target: MaghemiteDdmd |
| 1844 | 2026-08-25T16:34:28.679Z | Aug 25 16:34:27.090 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1845 | 2026-08-25T16:34:28.679Z | Aug 25 16:34:27.090 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1846 | 2026-08-25T16:34:29.639Z | Aug 25 16:34:28.047 INFO Download complete, target: DendriteStub |
| 1847 | 2026-08-25T16:34:29.851Z | Aug 25 16:34:28.212 INFO Download complete, target: MaghemiteMgd |
| 1848 | 2026-08-25T16:34:30.320Z | Aug 25 16:34:28.723 INFO Checking that binary works, target: Clickhouse |
| 1849 | 2026-08-25T16:34:30.430Z | Aug 25 16:34:28.835 INFO Download complete, target: Clickhouse |
| 1850 | 2026-08-25T16:34:33.276Z | Aug 25 16:34:31.686 INFO Checking that binary works, target: Cockroach |
| 1851 | 2026-08-25T16:34:33.380Z | Aug 25 16:34:31.794 INFO Download complete, target: Cockroach |
| 1852 | 2026-08-25T16:34:33.398Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1853 | 2026-08-25T16:34:33.404Z | |
| 1854 | 2026-08-25T16:34:33.404Z | real 2:20.313915029 |
| 1855 | 2026-08-25T16:34:33.404Z | user 7:22.191715820 |
| 1856 | 2026-08-25T16:34:33.404Z | sys 1:26.460659506 |
| 1857 | 2026-08-25T16:34:33.404Z | trap 0.253425486 |
| 1858 | 2026-08-25T16:34:33.404Z | tflt 0.598245196 |
| 1859 | 2026-08-25T16:34:33.404Z | dflt 0.871293048 |
| 1860 | 2026-08-25T16:34:33.404Z | kflt 0.024503165 |
| 1861 | 2026-08-25T16:34:33.404Z | lock 28:46.730267236 |
| 1862 | 2026-08-25T16:34:33.404Z | slp 22:36.641546896 |
| 1863 | 2026-08-25T16:34:33.404Z | lat 48.047915957 |
| 1864 | 2026-08-25T16:34:33.404Z | stop 2:41.376690093 |
| 1865 | 2026-08-25T16:34:33.404Z | + banner clippy |
| 1866 | 2026-08-25T16:34:33.404Z | |
| 1867 | 2026-08-25T16:34:33.405Z | #### # # ##### ##### # # |
| 1868 | 2026-08-25T16:34:33.405Z | # # # # # # # # # # |
| 1869 | 2026-08-25T16:34:33.405Z | # # # # # # # # |
| 1870 | 2026-08-25T16:34:33.405Z | # # # ##### ##### # |
| 1871 | 2026-08-25T16:34:33.405Z | # # # # # # # |
| 1872 | 2026-08-25T16:34:33.405Z | #### ###### # # # # |
| 1873 | 2026-08-25T16:34:33.405Z | |
| 1874 | 2026-08-25T16:34:33.405Z | + export CARGO_INCREMENTAL=0 |
| 1875 | 2026-08-25T16:34:33.405Z | + CARGO_INCREMENTAL=0 |
| 1876 | 2026-08-25T16:34:33.405Z | + ptime -m cargo xtask clippy |
| 1877 | 2026-08-25T16:34:33.876Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1878 | 2026-08-25T16:34:34.154Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1879 | 2026-08-25T16:34:36.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
| 1880 | 2026-08-25T16:34:36.090Z | Running `target/debug/xtask clippy` |
| 1881 | 2026-08-25T16:34:36.119Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1882 | 2026-08-25T16:34:36.683Z | Downloading crates ... |
| 1883 | 2026-08-25T16:34:36.858Z | Downloaded async-lock v3.4.2 |
| 1884 | 2026-08-25T16:34:36.864Z | Downloaded constant_time_eq v0.3.1 |
| 1885 | 2026-08-25T16:34:36.864Z | Downloaded assert-json-diff v2.0.2 |
| 1886 | 2026-08-25T16:34:36.864Z | Downloaded async-object-pool v0.2.0 |
| 1887 | 2026-08-25T16:34:36.864Z | Downloaded approx v0.5.1 |
| 1888 | 2026-08-25T16:34:36.864Z | Downloaded criterion-plot v0.6.0 |
| 1889 | 2026-08-25T16:34:36.864Z | Downloaded cast v0.3.0 |
| 1890 | 2026-08-25T16:34:36.864Z | Downloaded anes v0.1.6 |
| 1891 | 2026-08-25T16:34:36.864Z | Downloaded cfg-expr v0.20.6 |
| 1892 | 2026-08-25T16:34:36.864Z | Downloaded concurrent-queue v2.5.0 |
| 1893 | 2026-08-25T16:34:36.864Z | Downloaded event-listener-strategy v0.5.4 |
| 1894 | 2026-08-25T16:34:36.873Z | Downloaded blake2b_simd v1.0.4 |
| 1895 | 2026-08-25T16:34:36.873Z | Downloaded assert_cmd v2.1.2 |
| 1896 | 2026-08-25T16:34:36.873Z | Downloaded event-listener v5.4.1 |
| 1897 | 2026-08-25T16:34:36.873Z | Downloaded datatest-stable v0.3.3 |
| 1898 | 2026-08-25T16:34:36.873Z | Downloaded escape8259 v0.5.3 |
| 1899 | 2026-08-25T16:34:36.873Z | Downloaded fancy-regex v0.14.0 |
| 1900 | 2026-08-25T16:34:36.878Z | Downloaded futures-timer v3.0.3 |
| 1901 | 2026-08-25T16:34:36.878Z | Downloaded criterion v0.7.0 |
| 1902 | 2026-08-25T16:34:36.878Z | Downloaded guppy v0.17.25 |
| 1903 | 2026-08-25T16:34:36.888Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1904 | 2026-08-25T16:34:36.888Z | Downloaded hex-literal v0.4.1 |
| 1905 | 2026-08-25T16:34:36.888Z | Downloaded hickory-client v0.25.2 |
| 1906 | 2026-08-25T16:34:36.888Z | Downloaded httptest v0.16.4 |
| 1907 | 2026-08-25T16:34:36.888Z | Downloaded linkme v0.3.35 |
| 1908 | 2026-08-25T16:34:36.888Z | Downloaded linkme-impl v0.3.35 |
| 1909 | 2026-08-25T16:34:36.888Z | Downloaded miette-derive v5.10.0 |
| 1910 | 2026-08-25T16:34:36.895Z | Downloaded nested v0.1.1 |
| 1911 | 2026-08-25T16:34:36.895Z | Downloaded parking v2.2.1 |
| 1912 | 2026-08-25T16:34:36.895Z | Downloaded knuffel v3.2.0 |
| 1913 | 2026-08-25T16:34:36.895Z | Downloaded libtest-mimic v0.8.1 |
| 1914 | 2026-08-25T16:34:36.895Z | Downloaded knuffel-derive v3.2.0 |
| 1915 | 2026-08-25T16:34:36.895Z | Downloaded plotters-svg v0.3.7 |
| 1916 | 2026-08-25T16:34:36.895Z | Downloaded oorandom v11.1.5 |
| 1917 | 2026-08-25T16:34:36.895Z | Downloaded pathdiff v0.2.3 |
| 1918 | 2026-08-25T16:34:36.895Z | Downloaded owo-colors v3.5.0 |
| 1919 | 2026-08-25T16:34:36.895Z | Downloaded partial-io v0.5.4 |
| 1920 | 2026-08-25T16:34:36.895Z | Downloaded path-tree v0.8.3 |
| 1921 | 2026-08-25T16:34:36.895Z | Downloaded miette v5.10.0 |
| 1922 | 2026-08-25T16:34:36.898Z | Downloaded plotters-backend v0.3.7 |
| 1923 | 2026-08-25T16:34:36.899Z | Downloaded relative-path v1.9.3 |
| 1924 | 2026-08-25T16:34:36.899Z | Downloaded rust-argon2 v2.1.0 |
| 1925 | 2026-08-25T16:34:36.899Z | Downloaded serde_regex v1.1.0 |
| 1926 | 2026-08-25T16:34:36.899Z | Downloaded rand_distr v0.5.1 |
| 1927 | 2026-08-25T16:34:36.899Z | Downloaded rstest v0.25.0 |
| 1928 | 2026-08-25T16:34:36.903Z | Downloaded rstest_macros v0.25.0 |
| 1929 | 2026-08-25T16:34:36.903Z | Downloaded similar-asserts v1.7.0 |
| 1930 | 2026-08-25T16:34:36.908Z | Downloaded supports-color v2.1.0 |
| 1931 | 2026-08-25T16:34:36.909Z | Downloaded supports-hyperlinks v2.1.0 |
| 1932 | 2026-08-25T16:34:36.909Z | Downloaded supports-unicode v2.1.0 |
| 1933 | 2026-08-25T16:34:36.909Z | Downloaded terminal_size v0.1.17 |
| 1934 | 2026-08-25T16:34:36.909Z | Downloaded target-triple v1.0.0 |
| 1935 | 2026-08-25T16:34:36.909Z | Downloaded target-spec v3.5.7 |
| 1936 | 2026-08-25T16:34:36.909Z | Downloaded termcolor v1.4.1 |
| 1937 | 2026-08-25T16:34:36.909Z | Downloaded plotters v0.3.7 |
| 1938 | 2026-08-25T16:34:36.915Z | Downloaded stringmetrics v2.2.2 |
| 1939 | 2026-08-25T16:34:36.915Z | Downloaded textwrap v0.15.2 |
| 1940 | 2026-08-25T16:34:36.918Z | Downloaded target-lexicon v0.13.3 |
| 1941 | 2026-08-25T16:34:36.918Z | Downloaded tinytemplate v1.2.1 |
| 1942 | 2026-08-25T16:34:36.918Z | Downloaded trybuild v1.0.116 |
| 1943 | 2026-08-25T16:34:37.016Z | Downloaded httpmock v0.8.3 |
| 1944 | 2026-08-25T16:34:38.830Z | Checking cfg-if v1.0.4 |
| 1945 | 2026-08-25T16:34:39.210Z | Checking serde_core v1.0.228 |
| 1946 | 2026-08-25T16:34:39.210Z | Checking libc v0.2.185 |
| 1947 | 2026-08-25T16:34:39.295Z | Checking memchr v2.8.0 |
| 1948 | 2026-08-25T16:34:39.327Z | Checking smallvec v1.15.1 |
| 1949 | 2026-08-25T16:34:39.367Z | Checking rand_core v0.10.0 |
| 1950 | 2026-08-25T16:34:39.406Z | Checking itoa v1.0.17 |
| 1951 | 2026-08-25T16:34:39.446Z | Checking subtle v2.6.1 |
| 1952 | 2026-08-25T16:34:39.480Z | Checking libm v0.2.16 |
| 1953 | 2026-08-25T16:34:39.541Z | Checking log v0.4.33 |
| 1954 | 2026-08-25T16:34:39.593Z | Checking typenum v1.20.1 |
| 1955 | 2026-08-25T16:34:39.593Z | Checking scopeguard v1.2.0 |
| 1956 | 2026-08-25T16:34:39.670Z | Checking getrandom v0.4.3 |
| 1957 | 2026-08-25T16:34:39.670Z | Checking errno v0.3.14 |
| 1958 | 2026-08-25T16:34:39.743Z | Checking lock_api v0.4.14 |
| 1959 | 2026-08-25T16:34:39.743Z | Checking zmij v1.0.21 |
| 1960 | 2026-08-25T16:34:39.754Z | Checking stable_deref_trait v1.2.1 |
| 1961 | 2026-08-25T16:34:39.855Z | Checking zerofrom v0.1.6 |
| 1962 | 2026-08-25T16:34:39.895Z | Checking percent-encoding v2.3.2 |
| 1963 | 2026-08-25T16:34:39.899Z | Checking writeable v0.6.2 |
| 1964 | 2026-08-25T16:34:39.991Z | Checking litemap v0.8.1 |
| 1965 | 2026-08-25T16:34:40.027Z | Checking yoke v0.8.1 |
| 1966 | 2026-08-25T16:34:40.078Z | Checking icu_properties_data v2.1.2 |
| 1967 | 2026-08-25T16:34:40.081Z | Checking icu_normalizer_data v2.1.1 |
| 1968 | 2026-08-25T16:34:40.198Z | Checking form_urlencoded v1.2.2 |
| 1969 | 2026-08-25T16:34:40.213Z | Checking utf8_iter v1.0.4 |
| 1970 | 2026-08-25T16:34:40.231Z | Checking zerovec v0.11.5 |
| 1971 | 2026-08-25T16:34:40.231Z | Checking zerotrie v0.2.3 |
| 1972 | 2026-08-25T16:34:40.236Z | Checking num-traits v0.2.19 |
| 1973 | 2026-08-25T16:34:40.350Z | Checking portable-atomic v1.13.1 |
| 1974 | 2026-08-25T16:34:40.387Z | Checking zerocopy v0.8.55 |
| 1975 | 2026-08-25T16:34:40.387Z | Checking pin-project-lite v0.2.17 |
| 1976 | 2026-08-25T16:34:40.460Z | Checking critical-section v1.2.0 |
| 1977 | 2026-08-25T16:34:40.533Z | Checking parking_lot_core v0.9.12 |
| 1978 | 2026-08-25T16:34:40.583Z | Checking signal-hook-registry v1.4.8 |
| 1979 | 2026-08-25T16:34:40.628Z | Checking mio v1.2.0 |
| 1980 | 2026-08-25T16:34:40.700Z | Checking tinystr v0.8.2 |
| 1981 | 2026-08-25T16:34:40.739Z | Checking serde v1.0.228 |
| 1982 | 2026-08-25T16:34:40.776Z | Checking bitflags v2.11.0 |
| 1983 | 2026-08-25T16:34:40.815Z | Checking serde_json v1.0.151 |
| 1984 | 2026-08-25T16:34:40.815Z | Checking potential_utf v0.1.4 |
| 1985 | 2026-08-25T16:34:40.888Z | Checking once_cell v1.21.3 |
| 1986 | 2026-08-25T16:34:40.920Z | Checking icu_locale_core v2.1.1 |
| 1987 | 2026-08-25T16:34:40.958Z | Checking parking_lot v0.12.5 |
| 1988 | 2026-08-25T16:34:40.997Z | Checking iana-time-zone v0.1.65 |
| 1989 | 2026-08-25T16:34:41.036Z | Checking icu_collections v2.1.1 |
| 1990 | 2026-08-25T16:34:41.110Z | Checking uuid v1.23.4 |
| 1991 | 2026-08-25T16:34:41.139Z | Checking socket2 v0.6.3 |
| 1992 | 2026-08-25T16:34:41.178Z | Checking zeroize v1.9.0 |
| 1993 | 2026-08-25T16:34:41.184Z | Checking bytes v1.11.1 |
| 1994 | 2026-08-25T16:34:41.359Z | Checking chrono v0.4.45 |
| 1995 | 2026-08-25T16:34:41.406Z | Checking semver v1.0.28 |
| 1996 | 2026-08-25T16:34:41.467Z | Checking thiserror v2.0.18 |
| 1997 | 2026-08-25T16:34:41.514Z | Checking icu_provider v2.1.1 |
| 1998 | 2026-08-25T16:34:41.548Z | Checking dyn-clone v1.0.20 |
| 1999 | 2026-08-25T16:34:41.608Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2000 | 2026-08-25T16:34:41.608Z | Checking rustix v1.1.4 |
| 2001 | 2026-08-25T16:34:41.691Z | Checking futures-core v0.3.32 |
| 2002 | 2026-08-25T16:34:41.695Z | Checking tokio v1.52.1 |
| 2003 | 2026-08-25T16:34:41.721Z | Checking equivalent v1.0.2 |
| 2004 | 2026-08-25T16:34:41.790Z | Checking icu_normalizer v2.1.1 |
| 2005 | 2026-08-25T16:34:41.839Z | Checking icu_properties v2.1.2 |
| 2006 | 2026-08-25T16:34:41.878Z | Checking cmov v0.5.4 |
| 2007 | 2026-08-25T16:34:41.969Z | Checking getrandom v0.2.17 |
| 2008 | 2026-08-25T16:34:42.097Z | Checking ctutils v0.4.2 |
| 2009 | 2026-08-25T16:34:42.135Z | Checking futures-sink v0.3.32 |
| 2010 | 2026-08-25T16:34:42.172Z | Checking byteorder v1.5.0 |
| 2011 | 2026-08-25T16:34:42.227Z | Checking rand_core v0.6.4 |
| 2012 | 2026-08-25T16:34:42.266Z | Checking futures-channel v0.3.32 |
| 2013 | 2026-08-25T16:34:42.341Z | Checking hybrid-array v0.4.13 |
| 2014 | 2026-08-25T16:34:42.412Z | Checking getrandom v0.3.4 |
| 2015 | 2026-08-25T16:34:42.444Z | Checking futures-io v0.3.32 |
| 2016 | 2026-08-25T16:34:42.480Z | Checking slab v0.4.12 |
| 2017 | 2026-08-25T16:34:42.523Z | Checking futures-task v0.3.32 |
| 2018 | 2026-08-25T16:34:42.579Z | Checking regex-syntax v0.8.10 |
| 2019 | 2026-08-25T16:34:42.619Z | Checking fnv v1.0.7 |
| 2020 | 2026-08-25T16:34:42.668Z | Checking hashbrown v0.17.0 |
| 2021 | 2026-08-25T16:34:42.708Z | Checking futures-util v0.3.32 |
| 2022 | 2026-08-25T16:34:42.712Z | Checking idna_adapter v1.2.1 |
| 2023 | 2026-08-25T16:34:42.781Z | Checking thiserror v1.0.69 |
| 2024 | 2026-08-25T16:34:42.893Z | Checking idna v1.1.0 |
| 2025 | 2026-08-25T16:34:42.940Z | Checking generic-array v0.14.7 |
| 2026 | 2026-08-25T16:34:43.119Z | Checking crypto-common v0.2.2 |
| 2027 | 2026-08-25T16:34:43.154Z | Checking ppv-lite86 v0.2.21 |
| 2028 | 2026-08-25T16:34:43.186Z | Checking indexmap v2.14.0 |
| 2029 | 2026-08-25T16:34:43.189Z | Checking url v2.5.8 |
| 2030 | 2026-08-25T16:34:43.424Z | Checking block-buffer v0.12.1 |
| 2031 | 2026-08-25T16:34:43.469Z | Checking base64ct v1.8.3 |
| 2032 | 2026-08-25T16:34:43.625Z | Checking const-oid v0.9.6 |
| 2033 | 2026-08-25T16:34:43.678Z | Checking schemars v0.8.22 |
| 2034 | 2026-08-25T16:34:43.731Z | Checking base64 v0.22.1 |
| 2035 | 2026-08-25T16:34:43.772Z | Checking crypto-common v0.1.7 |
| 2036 | 2026-08-25T16:34:43.775Z | Checking erased-serde v0.3.31 |
| 2037 | 2026-08-25T16:34:43.890Z | Checking rand_core v0.9.5 |
| 2038 | 2026-08-25T16:34:43.933Z | Checking utf8parse v0.2.2 |
| 2039 | 2026-08-25T16:34:43.998Z | Checking const-oid v0.10.2 |
| 2040 | 2026-08-25T16:34:44.068Z | Checking anstyle v1.0.14 |
| 2041 | 2026-08-25T16:34:44.110Z | Checking http v1.4.2 |
| 2042 | 2026-08-25T16:34:44.181Z | Checking tracing-core v0.1.36 |
| 2043 | 2026-08-25T16:34:44.221Z | Checking slog v2.8.2 |
| 2044 | 2026-08-25T16:34:44.278Z | Checking rand_chacha v0.9.0 |
| 2045 | 2026-08-25T16:34:44.332Z | Checking block-buffer v0.10.4 |
| 2046 | 2026-08-25T16:34:44.371Z | Checking anstyle-query v1.1.5 |
| 2047 | 2026-08-25T16:34:44.502Z | Checking colorchoice v1.0.4 |
| 2048 | 2026-08-25T16:34:44.535Z | Checking is_terminal_polyfill v1.70.2 |
| 2049 | 2026-08-25T16:34:44.538Z | Checking tracing v0.1.44 |
| 2050 | 2026-08-25T16:34:44.569Z | Checking rand v0.9.2 |
| 2051 | 2026-08-25T16:34:44.575Z | Checking digest v0.10.7 |
| 2052 | 2026-08-25T16:34:44.676Z | Checking terminal_size v0.4.3 |
| 2053 | 2026-08-25T16:34:44.681Z | Checking fastrand v2.3.0 |
| 2054 | 2026-08-25T16:34:44.716Z | Checking digest v0.11.3 |
| 2055 | 2026-08-25T16:34:44.728Z | Checking anstyle-parse v1.0.0 |
| 2056 | 2026-08-25T16:34:44.820Z | Checking ipnet v2.12.0 |
| 2057 | 2026-08-25T16:34:44.859Z | Checking aho-corasick v1.1.4 |
| 2058 | 2026-08-25T16:34:44.866Z | Checking cpufeatures v0.3.0 |
| 2059 | 2026-08-25T16:34:44.959Z | Checking tempfile v3.27.0 |
| 2060 | 2026-08-25T16:34:44.963Z | Checking tokio-util v0.7.18 |
| 2061 | 2026-08-25T16:34:44.998Z | Checking anstream v1.0.0 |
| 2062 | 2026-08-25T16:34:45.039Z | Checking ipnetwork v0.21.1 |
| 2063 | 2026-08-25T16:34:45.111Z | Checking crossbeam-utils v0.8.21 |
| 2064 | 2026-08-25T16:34:45.119Z | Checking unicode-ident v1.0.24 |
| 2065 | 2026-08-25T16:34:45.145Z | Checking strsim v0.11.1 |
| 2066 | 2026-08-25T16:34:45.233Z | Checking clap_lex v1.0.0 |
| 2067 | 2026-08-25T16:34:45.274Z | Checking powerfmt v0.2.0 |
| 2068 | 2026-08-25T16:34:45.321Z | Checking allocator-api2 v0.2.21 |
| 2069 | 2026-08-25T16:34:45.358Z | Checking time-core v0.1.8 |
| 2070 | 2026-08-25T16:34:45.368Z | Checking proc-macro2 v1.0.106 |
| 2071 | 2026-08-25T16:34:45.431Z | Checking clap_builder v4.6.0 |
| 2072 | 2026-08-25T16:34:45.468Z | Checking deranged v0.5.8 |
| 2073 | 2026-08-25T16:34:45.511Z | Checking num_threads v0.1.7 |
| 2074 | 2026-08-25T16:34:45.545Z | Checking num-conv v0.2.0 |
| 2075 | 2026-08-25T16:34:45.580Z | Checking regex-automata v0.4.14 |
| 2076 | 2026-08-25T16:34:45.620Z | Checking httparse v1.10.1 |
| 2077 | 2026-08-25T16:34:45.668Z | Checking anyhow v1.0.104 |
| 2078 | 2026-08-25T16:34:45.674Z | Checking rustls-pki-types v1.14.0 |
| 2079 | 2026-08-25T16:34:45.734Z | Checking quote v1.0.45 |
| 2080 | 2026-08-25T16:34:45.737Z | Checking aws-lc-sys v0.40.0 |
| 2081 | 2026-08-25T16:34:45.853Z | Checking untrusted v0.7.1 |
| 2082 | 2026-08-25T16:34:45.892Z | Checking http-body v1.0.1 |
| 2083 | 2026-08-25T16:34:45.933Z | Checking syn v2.0.117 |
| 2084 | 2026-08-25T16:34:46.000Z | Checking atomic-waker v1.1.2 |
| 2085 | 2026-08-25T16:34:46.034Z | Checking oxnet v0.1.6 |
| 2086 | 2026-08-25T16:34:46.073Z | Checking cpufeatures v0.2.17 |
| 2087 | 2026-08-25T16:34:46.124Z | Checking httpdate v1.0.3 |
| 2088 | 2026-08-25T16:34:46.170Z | Checking try-lock v0.2.5 |
| 2089 | 2026-08-25T16:34:46.288Z | Checking aws-lc-rs v1.16.3 |
| 2090 | 2026-08-25T16:34:46.327Z | Checking h2 v0.4.15 |
| 2091 | 2026-08-25T16:34:46.332Z | Checking want v0.3.1 |
| 2092 | 2026-08-25T16:34:46.363Z | Checking block-padding v0.4.2 |
| 2093 | 2026-08-25T16:34:46.437Z | Checking time v0.3.47 |
| 2094 | 2026-08-25T16:34:46.518Z | Checking hex v0.4.3 |
| 2095 | 2026-08-25T16:34:46.565Z | Checking untrusted v0.9.0 |
| 2096 | 2026-08-25T16:34:46.716Z | Checking clap v4.6.1 |
| 2097 | 2026-08-25T16:34:46.745Z | Checking simd-adler32 v0.3.8 |
| 2098 | 2026-08-25T16:34:46.789Z | Checking tower-service v0.3.3 |
| 2099 | 2026-08-25T16:34:46.824Z | Checking ryu v1.0.23 |
| 2100 | 2026-08-25T16:34:46.908Z | Checking tower-layer v0.3.3 |
| 2101 | 2026-08-25T16:34:46.948Z | Checking inout v0.2.2 |
| 2102 | 2026-08-25T16:34:46.994Z | Checking spin v0.9.8 |
| 2103 | 2026-08-25T16:34:47.092Z | Checking adler2 v2.0.1 |
| 2104 | 2026-08-25T16:34:47.133Z | Checking unicode-width v0.2.0 |
| 2105 | 2026-08-25T16:34:47.173Z | Checking rustls-webpki v0.103.13 |
| 2106 | 2026-08-25T16:34:47.205Z | Checking pem-rfc7468 v0.7.0 |
| 2107 | 2026-08-25T16:34:47.367Z | Checking miniz_oxide v0.8.9 |
| 2108 | 2026-08-25T16:34:47.410Z | Checking flagset v0.4.7 |
| 2109 | 2026-08-25T16:34:47.415Z | Checking mime v0.3.17 |
| 2110 | 2026-08-25T16:34:47.481Z | Checking cipher v0.5.2 |
| 2111 | 2026-08-25T16:34:47.597Z | Checking der v0.7.10 |
| 2112 | 2026-08-25T16:34:47.619Z | Checking camino v1.2.5 |
| 2113 | 2026-08-25T16:34:47.662Z | Checking pretty-hex v0.4.1 |
| 2114 | 2026-08-25T16:34:47.683Z | Checking rustls v0.23.41 |
| 2115 | 2026-08-25T16:34:47.725Z | Checking http-body-util v0.1.3 |
| 2116 | 2026-08-25T16:34:47.766Z | Checking plain v0.2.3 |
| 2117 | 2026-08-25T16:34:47.803Z | Checking openssl-probe v0.2.1 |
| 2118 | 2026-08-25T16:34:47.887Z | Checking ucd-trie v0.1.7 |
| 2119 | 2026-08-25T16:34:47.928Z | Checking regex v1.12.3 |
| 2120 | 2026-08-25T16:34:47.964Z | Checking serde_urlencoded v0.7.1 |
| 2121 | 2026-08-25T16:34:48.002Z | Checking rand_chacha v0.3.1 |
| 2122 | 2026-08-25T16:34:48.055Z | Checking pest v2.8.6 |
| 2123 | 2026-08-25T16:34:48.190Z | Checking encoding_rs v0.8.35 |
| 2124 | 2026-08-25T16:34:48.231Z | Checking bit-vec v0.8.0 |
| 2125 | 2026-08-25T16:34:48.269Z | Checking rand v0.8.6 |
| 2126 | 2026-08-25T16:34:48.273Z | Checking futures-executor v0.3.32 |
| 2127 | 2026-08-25T16:34:48.343Z | Checking spki v0.7.3 |
| 2128 | 2026-08-25T16:34:48.452Z | Checking bit-set v0.8.0 |
| 2129 | 2026-08-25T16:34:48.492Z | Checking wait-timeout v0.2.1 |
| 2130 | 2026-08-25T16:34:48.574Z | Checking futures v0.3.32 |
| 2131 | 2026-08-25T16:34:48.634Z | Checking crc32fast v1.5.0 |
| 2132 | 2026-08-25T16:34:48.676Z | Checking quick-error v1.2.3 |
| 2133 | 2026-08-25T16:34:48.679Z | Checking either v1.15.0 |
| 2134 | 2026-08-25T16:34:48.830Z | Checking rusty-fork v0.3.1 |
| 2135 | 2026-08-25T16:34:48.833Z | Checking rand_xorshift v0.4.0 |
| 2136 | 2026-08-25T16:34:48.884Z | Checking sync_wrapper v1.0.2 |
| 2137 | 2026-08-25T16:34:48.930Z | Checking unarray v0.1.4 |
| 2138 | 2026-08-25T16:34:48.997Z | Checking pkcs8 v0.10.2 |
| 2139 | 2026-08-25T16:34:49.037Z | Checking tower v0.5.3 |
| 2140 | 2026-08-25T16:34:49.041Z | Checking foldhash v0.2.0 |
| 2141 | 2026-08-25T16:34:49.110Z | Checking proptest v1.11.0 |
| 2142 | 2026-08-25T16:34:49.148Z | Checking iri-string v0.7.10 |
| 2143 | 2026-08-25T16:34:49.193Z | Checking openapiv3 v2.2.0 |
| 2144 | 2026-08-25T16:34:49.201Z | Checking hyper v1.10.1 |
| 2145 | 2026-08-25T16:34:49.201Z | Checking zlib-rs v0.6.2 |
| 2146 | 2026-08-25T16:34:49.299Z | Checking hashbrown v0.16.1 |
| 2147 | 2026-08-25T16:34:49.450Z | Checking static_assertions v1.1.0 |
| 2148 | 2026-08-25T16:34:49.565Z | Checking hmac v0.13.0 |
| 2149 | 2026-08-25T16:34:49.756Z | Checking rustls-native-certs v0.8.3 |
| 2150 | 2026-08-25T16:34:49.823Z | Checking lazy_static v1.5.0 |
| 2151 | 2026-08-25T16:34:49.922Z | Checking hubpack v0.1.2 |
| 2152 | 2026-08-25T16:34:49.955Z | Checking psl-types v2.0.11 |
| 2153 | 2026-08-25T16:34:50.005Z | Checking tokio-rustls v0.26.4 |
| 2154 | 2026-08-25T16:34:50.127Z | Checking tinyvec_macros v0.1.1 |
| 2155 | 2026-08-25T16:34:50.149Z | Checking publicsuffix v2.3.0 |
| 2156 | 2026-08-25T16:34:50.183Z | Checking flate2 v1.1.9 |
| 2157 | 2026-08-25T16:34:50.189Z | Checking tower-http v0.6.8 |
| 2158 | 2026-08-25T16:34:50.258Z | Checking tinyvec v1.10.0 |
| 2159 | 2026-08-25T16:34:50.296Z | Checking hyper-util v0.1.20 |
| 2160 | 2026-08-25T16:34:50.313Z | Checking cookie v0.18.1 |
| 2161 | 2026-08-25T16:34:50.365Z | Checking sha2 v0.11.0 |
| 2162 | 2026-08-25T16:34:50.487Z | Checking rustls-platform-verifier v0.6.2 |
| 2163 | 2026-08-25T16:34:50.503Z | Checking sha2 v0.10.9 |
| 2164 | 2026-08-25T16:34:50.563Z | Checking signature v2.2.0 |
| 2165 | 2026-08-25T16:34:50.620Z | Checking num-integer v0.1.46 |
| 2166 | 2026-08-25T16:34:50.636Z | Checking cookie_store v0.22.1 |
| 2167 | 2026-08-25T16:34:50.679Z | Checking strum v0.26.3 |
| 2168 | 2026-08-25T16:34:50.747Z | Checking scroll v0.13.0 |
| 2169 | 2026-08-25T16:34:50.836Z | Checking ahash v0.8.12 |
| 2170 | 2026-08-25T16:34:50.884Z | Checking memmap2 v0.9.10 |
| 2171 | 2026-08-25T16:34:50.915Z | Checking unicode-width v0.1.14 |
| 2172 | 2026-08-25T16:34:50.943Z | Checking newtype-uuid v1.3.2 |
| 2173 | 2026-08-25T16:34:50.991Z | Checking goblin v0.10.5 |
| 2174 | 2026-08-25T16:34:51.035Z | Checking dtrace-parser v0.3.0 |
| 2175 | 2026-08-25T16:34:51.066Z | Checking toml_datetime v0.6.11 |
| 2176 | 2026-08-25T16:34:51.070Z | Checking serde_spanned v0.6.9 |
| 2177 | 2026-08-25T16:34:51.070Z | Checking thread-id v5.1.0 |
| 2178 | 2026-08-25T16:34:51.215Z | Checking data-encoding v2.10.0 |
| 2179 | 2026-08-25T16:34:51.237Z | Checking daft v0.1.8 |
| 2180 | 2026-08-25T16:34:51.259Z | Checking bstr v1.12.1 |
| 2181 | 2026-08-25T16:34:51.290Z | Checking base64 v0.21.7 |
| 2182 | 2026-08-25T16:34:51.320Z | Checking x509-cert v0.2.5 |
| 2183 | 2026-08-25T16:34:51.320Z | Checking crossbeam-epoch v0.9.18 |
| 2184 | 2026-08-25T16:34:51.489Z | Checking memoffset v0.9.1 |
| 2185 | 2026-08-25T16:34:51.582Z | Checking num-iter v0.1.45 |
| 2186 | 2026-08-25T16:34:51.595Z | Checking scroll v0.12.0 |
| 2187 | 2026-08-25T16:34:51.623Z | Checking hmac v0.12.1 |
| 2188 | 2026-08-25T16:34:51.623Z | Checking hyper-rustls v0.27.7 |
| 2189 | 2026-08-25T16:34:51.702Z | Checking zerocopy v0.7.35 |
| 2190 | 2026-08-25T16:34:51.779Z | Checking rustix v0.38.44 |
| 2191 | 2026-08-25T16:34:51.779Z | Checking env_filter v2.0.0 |
| 2192 | 2026-08-25T16:34:51.887Z | Checking unicode-segmentation v1.12.0 |
| 2193 | 2026-08-25T16:34:51.887Z | Checking goblin v0.8.2 |
| 2194 | 2026-08-25T16:34:51.958Z | Checking reqwest v0.13.2 |
| 2195 | 2026-08-25T16:34:51.977Z | Checking smawk v0.3.2 |
| 2196 | 2026-08-25T16:34:52.025Z | Checking tap v1.0.1 |
| 2197 | 2026-08-25T16:34:52.107Z | Checking unicode-linebreak v0.1.5 |
| 2198 | 2026-08-25T16:34:52.176Z | Checking env_logger v0.11.11 |
| 2199 | 2026-08-25T16:34:52.253Z | Checking wyz v0.5.1 |
| 2200 | 2026-08-25T16:34:52.370Z | Checking num-bigint-dig v0.8.6 |
| 2201 | 2026-08-25T16:34:52.521Z | Checking nix v0.31.2 |
| 2202 | 2026-08-25T16:34:52.521Z | Checking pkcs1 v0.7.5 |
| 2203 | 2026-08-25T16:34:52.521Z | Checking dtrace-parser v0.2.0 |
| 2204 | 2026-08-25T16:34:52.806Z | Checking ff v0.13.1 |
| 2205 | 2026-08-25T16:34:52.957Z | Checking radium v0.7.0 |
| 2206 | 2026-08-25T16:34:52.957Z | Checking thread-id v4.2.2 |
| 2207 | 2026-08-25T16:34:52.957Z | Checking funty v2.0.0 |
| 2208 | 2026-08-25T16:34:52.957Z | Checking same-file v1.0.6 |
| 2209 | 2026-08-25T16:34:52.958Z | Checking winnow v1.0.3 |
| 2210 | 2026-08-25T16:34:52.958Z | Checking base16ct v0.2.0 |
| 2211 | 2026-08-25T16:34:52.984Z | Checking crc-catalog v2.4.0 |
| 2212 | 2026-08-25T16:34:53.002Z | Checking sec1 v0.7.3 |
| 2213 | 2026-08-25T16:34:53.057Z | Checking bitvec v1.0.1 |
| 2214 | 2026-08-25T16:34:53.079Z | Checking crc v3.4.0 |
| 2215 | 2026-08-25T16:34:53.079Z | Checking rsa v0.9.10 |
| 2216 | 2026-08-25T16:34:53.248Z | Checking walkdir v2.5.0 |
| 2217 | 2026-08-25T16:34:53.323Z | Checking group v0.13.0 |
| 2218 | 2026-08-25T16:34:53.435Z | Checking dof v0.4.0 |
| 2219 | 2026-08-25T16:34:53.594Z | Checking hkdf v0.12.4 |
| 2220 | 2026-08-25T16:34:53.594Z | Checking unicode-normalization v0.1.25 |
| 2221 | 2026-08-25T16:34:53.621Z | Checking chacha20 v0.10.0 |
| 2222 | 2026-08-25T16:34:53.621Z | Checking crypto-bigint v0.5.5 |
| 2223 | 2026-08-25T16:34:53.633Z | Checking zerocopy v0.6.6 |
| 2224 | 2026-08-25T16:34:53.739Z | Checking maybe-uninit v2.0.0 |
| 2225 | 2026-08-25T16:34:53.768Z | Checking dof v0.3.0 |
| 2226 | 2026-08-25T16:34:53.792Z | Checking nodrop v0.1.14 |
| 2227 | 2026-08-25T16:34:53.848Z | Checking winnow v0.5.40 |
| 2228 | 2026-08-25T16:34:54.010Z | Checking foldhash v0.1.5 |
| 2229 | 2026-08-25T16:34:54.010Z | Checking foreign-types-shared v0.1.1 |
| 2230 | 2026-08-25T16:34:54.010Z | Checking gimli v0.32.3 |
| 2231 | 2026-08-25T16:34:54.068Z | Checking usdt-impl v0.6.0 |
| 2232 | 2026-08-25T16:34:54.155Z | Checking usdt-impl v0.5.0 |
| 2233 | 2026-08-25T16:34:54.155Z | Checking is_ci v1.2.0 |
| 2234 | 2026-08-25T16:34:54.211Z | Checking hashbrown v0.15.5 |
| 2235 | 2026-08-25T16:34:54.279Z | Checking foreign-types v0.3.2 |
| 2236 | 2026-08-25T16:34:54.375Z | Checking array-init v0.0.4 |
| 2237 | 2026-08-25T16:34:54.399Z | Checking usdt v0.6.0 |
| 2238 | 2026-08-25T16:34:54.399Z | Checking packed_struct v0.10.1 |
| 2239 | 2026-08-25T16:34:54.445Z | Checking smallvec v0.6.14 |
| 2240 | 2026-08-25T16:34:54.526Z | Checking serde_with v3.21.0 |
| 2241 | 2026-08-25T16:34:54.572Z | Checking elliptic-curve v0.13.8 |
| 2242 | 2026-08-25T16:34:54.693Z | Checking bitfield v0.19.4 |
| 2243 | 2026-08-25T16:34:54.787Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2244 | 2026-08-25T16:34:54.787Z | Checking openssl-sys v0.9.117 |
| 2245 | 2026-08-25T16:34:54.890Z | Checking object v0.37.3 |
| 2246 | 2026-08-25T16:34:54.918Z | Checking rustc-demangle v0.1.27 |
| 2247 | 2026-08-25T16:34:54.918Z | Checking bitflags v1.3.2 |
| 2248 | 2026-08-25T16:34:55.023Z | Checking toml_edit v0.19.15 |
| 2249 | 2026-08-25T16:34:55.040Z | Checking keccak v0.1.6 |
| 2250 | 2026-08-25T16:34:55.137Z | Checking siphasher v1.0.2 |
| 2251 | 2026-08-25T16:34:55.303Z | Checking hashbrown v0.12.3 |
| 2252 | 2026-08-25T16:34:55.359Z | Checking sha3 v0.10.8 |
| 2253 | 2026-08-25T16:34:55.359Z | Checking openssl v0.10.80 |
| 2254 | 2026-08-25T16:34:55.537Z | Checking bzip2 v0.4.4 |
| 2255 | 2026-08-25T16:34:55.773Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2256 | 2026-08-25T16:34:55.773Z | Checking addr2line v0.25.1 |
| 2257 | 2026-08-25T16:34:55.843Z | Checking indexmap v1.9.3 |
| 2258 | 2026-08-25T16:34:55.843Z | Checking serde-hex v0.1.0 |
| 2259 | 2026-08-25T16:34:55.851Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2260 | 2026-08-25T16:34:55.954Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2261 | 2026-08-25T16:34:56.048Z | Checking ron v0.8.1 |
| 2262 | 2026-08-25T16:34:56.082Z | Checking toml v0.7.8 |
| 2263 | 2026-08-25T16:34:56.105Z | Checking hashbrown v0.13.2 |
| 2264 | 2026-08-25T16:34:56.332Z | Checking itertools v0.13.0 |
| 2265 | 2026-08-25T16:34:56.453Z | Checking itertools v0.15.0 |
| 2266 | 2026-08-25T16:34:56.564Z | Checking signal-hook v0.3.18 |
| 2267 | 2026-08-25T16:34:56.632Z | Checking crc-any v2.5.0 |
| 2268 | 2026-08-25T16:34:56.830Z | Checking managed v0.8.0 |
| 2269 | 2026-08-25T16:34:56.848Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2270 | 2026-08-25T16:34:57.018Z | Checking object v0.30.4 |
| 2271 | 2026-08-25T16:34:57.067Z | Checking zip v0.6.6 |
| 2272 | 2026-08-25T16:34:57.103Z | Checking backtrace v0.3.76 |
| 2273 | 2026-08-25T16:34:57.211Z | Checking rand v0.10.1 |
| 2274 | 2026-08-25T16:34:57.288Z | Checking globset v0.4.18 |
| 2275 | 2026-08-25T16:34:57.361Z | Checking curve25519-dalek v4.1.3 |
| 2276 | 2026-08-25T16:34:57.433Z | Checking winnow v0.7.14 |
| 2277 | 2026-08-25T16:34:57.470Z | Checking backtrace-ext v0.2.1 |
| 2278 | 2026-08-25T16:34:57.693Z | Checking toml_write v0.1.2 |
| 2279 | 2026-08-25T16:34:57.714Z | Checking path-slash v0.1.5 |
| 2280 | 2026-08-25T16:34:57.714Z | Checking native-tls v0.2.18 |
| 2281 | 2026-08-25T16:34:57.714Z | Checking signal-hook-mio v0.2.5 |
| 2282 | 2026-08-25T16:34:57.760Z | Checking textwrap v0.16.2 |
| 2283 | 2026-08-25T16:34:57.953Z | Checking ed25519 v2.2.3 |
| 2284 | 2026-08-25T16:34:58.096Z | Checking ref-cast v1.0.25 |
| 2285 | 2026-08-25T16:34:58.097Z | Checking pin-project v1.1.11 |
| 2286 | 2026-08-25T16:34:58.097Z | Checking jiff-core v0.1.0 |
| 2287 | 2026-08-25T16:34:58.135Z | Checking tokio-native-tls v0.3.1 |
| 2288 | 2026-08-25T16:34:58.135Z | Checking pem v3.0.6 |
| 2289 | 2026-08-25T16:34:58.135Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2290 | 2026-08-25T16:34:58.174Z | Checking ed25519-dalek v2.2.0 |
| 2291 | 2026-08-25T16:34:58.257Z | Checking owo-colors v4.3.0 |
| 2292 | 2026-08-25T16:34:58.274Z | Checking fixedbitset v0.5.7 |
| 2293 | 2026-08-25T16:34:58.274Z | Checking zstd-safe v7.2.4 |
| 2294 | 2026-08-25T16:34:58.541Z | Checking hyper-tls v0.6.0 |
| 2295 | 2026-08-25T16:34:58.854Z | Checking petgraph v0.8.3 |
| 2296 | 2026-08-25T16:34:58.854Z | Checking snafu v0.8.9 |
| 2297 | 2026-08-25T16:34:58.854Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2298 | 2026-08-25T16:34:58.854Z | Checking toml_edit v0.22.27 |
| 2299 | 2026-08-25T16:34:59.132Z | Checking crossterm v0.28.1 |
| 2300 | 2026-08-25T16:34:59.132Z | Checking jiff v0.2.34 |
| 2301 | 2026-08-25T16:34:59.133Z | Checking supports-color v3.0.2 |
| 2302 | 2026-08-25T16:34:59.133Z | Checking similar v2.7.0 |
| 2303 | 2026-08-25T16:34:59.536Z | Checking fs-err v3.3.0 |
| 2304 | 2026-08-25T16:34:59.536Z | Checking hash32 v0.2.1 |
| 2305 | 2026-08-25T16:34:59.536Z | Checking serde_plain v1.0.2 |
| 2306 | 2026-08-25T16:34:59.536Z | Checking serde-big-array v0.5.1 |
| 2307 | 2026-08-25T16:34:59.536Z | Checking unicode-bidi v0.3.18 |
| 2308 | 2026-08-25T16:34:59.536Z | Checking bumpalo v3.20.2 |
| 2309 | 2026-08-25T16:34:59.536Z | Checking typed-path v0.9.3 |
| 2310 | 2026-08-25T16:34:59.673Z | Checking predicates-core v1.0.10 |
| 2311 | 2026-08-25T16:34:59.673Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2312 | 2026-08-25T16:34:59.827Z | Checking unicode-properties v0.1.4 |
| 2313 | 2026-08-25T16:34:59.827Z | Checking libbz2-rs-sys v0.2.2 |
| 2314 | 2026-08-25T16:34:59.827Z | Checking zopfli v0.8.3 |
| 2315 | 2026-08-25T16:35:00.038Z | Checking heapless v0.7.17 |
| 2316 | 2026-08-25T16:35:00.038Z | Checking stringprep v0.1.5 |
| 2317 | 2026-08-25T16:35:00.150Z | Checking reqwest v0.12.28 |
| 2318 | 2026-08-25T16:35:00.150Z | Checking zstd v0.13.3 |
| 2319 | 2026-08-25T16:35:00.150Z | Checking hickory-proto v0.25.2 |
| 2320 | 2026-08-25T16:35:00.166Z | Checking bzip2 v0.6.1 |
| 2321 | 2026-08-25T16:35:00.204Z | Checking byte-wrapper v0.1.0 |
| 2322 | 2026-08-25T16:35:01.144Z | Checking md-5 v0.11.0 |
| 2323 | 2026-08-25T16:35:01.144Z | Checking float-cmp v0.10.0 |
| 2324 | 2026-08-25T16:35:01.228Z | Checking normalize-line-endings v0.3.0 |
| 2325 | 2026-08-25T16:35:01.229Z | Checking supports-unicode v3.0.0 |
| 2326 | 2026-08-25T16:35:01.229Z | Checking difflib v0.4.0 |
| 2327 | 2026-08-25T16:35:01.229Z | Checking fallible-iterator v0.2.0 |
| 2328 | 2026-08-25T16:35:01.229Z | Checking supports-hyperlinks v3.2.0 |
| 2329 | 2026-08-25T16:35:01.229Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2330 | 2026-08-25T16:35:01.229Z | Checking smoltcp v0.9.1 |
| 2331 | 2026-08-25T16:35:01.229Z | Checking predicates v3.1.4 |
| 2332 | 2026-08-25T16:35:01.229Z | Checking miette v7.6.0 |
| 2333 | 2026-08-25T16:35:01.229Z | Checking zip v4.6.1 |
| 2334 | 2026-08-25T16:35:01.229Z | Checking iddqd v0.4.2 |
| 2335 | 2026-08-25T16:35:01.229Z | Checking postgres-protocol v0.6.12 |
| 2336 | 2026-08-25T16:35:01.229Z | Checking phf_shared v0.13.1 |
| 2337 | 2026-08-25T16:35:01.229Z | Checking phf_shared v0.11.3 |
| 2338 | 2026-08-25T16:35:01.229Z | Checking olpc-cjson v0.1.4 |
| 2339 | 2026-08-25T16:35:01.472Z | Checking tokio-stream v0.1.18 |
| 2340 | 2026-08-25T16:35:01.472Z | Checking derive_more v2.1.1 |
| 2341 | 2026-08-25T16:35:01.472Z | Checking strum v0.27.2 |
| 2342 | 2026-08-25T16:35:01.502Z | Checking precomputed-hash v0.1.1 |
| 2343 | 2026-08-25T16:35:01.503Z | Checking new_debug_unreachable v1.0.6 |
| 2344 | 2026-08-25T16:35:01.503Z | Checking lalrpop-util v0.19.12 |
| 2345 | 2026-08-25T16:35:01.503Z | Checking fixedbitset v0.4.2 |
| 2346 | 2026-08-25T16:35:01.503Z | Checking tough v0.22.0 |
| 2347 | 2026-08-25T16:35:01.503Z | Checking string_cache v0.8.9 |
| 2348 | 2026-08-25T16:35:01.503Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2349 | 2026-08-25T16:35:01.551Z | Checking phf v0.13.1 |
| 2350 | 2026-08-25T16:35:01.902Z | Checking petgraph v0.6.5 |
| 2351 | 2026-08-25T16:35:01.923Z | Checking postgres-types v0.2.12 |
| 2352 | 2026-08-25T16:35:01.923Z | Checking buf-list v1.1.2 |
| 2353 | 2026-08-25T16:35:01.923Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2354 | 2026-08-25T16:35:01.924Z | Checking peg-runtime v0.8.5 |
| 2355 | 2026-08-25T16:35:01.924Z | Checking whoami v2.1.0 |
| 2356 | 2026-08-25T16:35:02.128Z | Checking is-terminal v0.4.17 |
| 2357 | 2026-08-25T16:35:02.155Z | Checking crossbeam-channel v0.5.15 |
| 2358 | 2026-08-25T16:35:02.155Z | Checking thread_local v1.1.9 |
| 2359 | 2026-08-25T16:35:02.155Z | Checking take_mut v0.2.2 |
| 2360 | 2026-08-25T16:35:02.156Z | Checking tokio-postgres v0.7.16 |
| 2361 | 2026-08-25T16:35:02.226Z | Checking term v1.2.1 |
| 2362 | 2026-08-25T16:35:02.397Z | Compiling newtype-uuid-macros v0.1.0 |
| 2363 | 2026-08-25T16:35:02.438Z | Checking slog-async v2.8.0 |
| 2364 | 2026-08-25T16:35:02.479Z | Checking slog-term v2.9.2 |
| 2365 | 2026-08-25T16:35:02.598Z | Checking match_cfg v0.1.0 |
| 2366 | 2026-08-25T16:35:02.672Z | Checking hostname v0.3.1 |
| 2367 | 2026-08-25T16:35:02.839Z | Checking slog-json v2.6.1 |
| 2368 | 2026-08-25T16:35:02.867Z | Compiling multer v3.1.0 |
| 2369 | 2026-08-25T16:35:02.867Z | Compiling async-stream-impl v0.3.6 |
| 2370 | 2026-08-25T16:35:02.975Z | Compiling dropshot v0.17.1 |
| 2371 | 2026-08-25T16:35:03.005Z | Checking slog-bunyan v2.5.0 |
| 2372 | 2026-08-25T16:35:03.067Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2373 | 2026-08-25T16:35:03.108Z | Checking debug-ignore v1.0.5 |
| 2374 | 2026-08-25T16:35:03.149Z | Compiling dropshot_endpoint v0.17.1 |
| 2375 | 2026-08-25T16:35:03.368Z | Checking serde_path_to_error v0.1.20 |
| 2376 | 2026-08-25T16:35:03.385Z | Checking sha1 v0.11.0 |
| 2377 | 2026-08-25T16:35:03.427Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2378 | 2026-08-25T16:35:03.560Z | Checking serde_spanned v1.1.1 |
| 2379 | 2026-08-25T16:35:03.596Z | Checking compression-core v0.4.31 |
| 2380 | 2026-08-25T16:35:03.596Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2381 | 2026-08-25T16:35:03.596Z | Checking async-stream v0.3.6 |
| 2382 | 2026-08-25T16:35:03.658Z | Checking waitgroup v0.1.2 |
| 2383 | 2026-08-25T16:35:03.679Z | Checking rustls-pemfile v2.2.0 |
| 2384 | 2026-08-25T16:35:03.900Z | Checking compression-codecs v0.4.37 |
| 2385 | 2026-08-25T16:35:03.922Z | Checking toml v1.1.2+spec-1.1.0 |
| 2386 | 2026-08-25T16:35:03.923Z | Checking hostname v0.4.2 |
| 2387 | 2026-08-25T16:35:03.923Z | Checking progenitor-client v0.14.0 |
| 2388 | 2026-08-25T16:35:03.923Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2389 | 2026-08-25T16:35:03.988Z | Checking atomicwrites v0.4.4 |
| 2390 | 2026-08-25T16:35:03.988Z | Checking async-compression v0.4.41 |
| 2391 | 2026-08-25T16:35:03.988Z | Compiling serde_tokenstream v0.3.0 |
| 2392 | 2026-08-25T16:35:04.085Z | Compiling parse-display-derive v0.10.0 |
| 2393 | 2026-08-25T16:35:04.116Z | Checking regress v0.10.5 |
| 2394 | 2026-08-25T16:35:04.155Z | Checking macaddr v1.0.1 |
| 2395 | 2026-08-25T16:35:04.267Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2396 | 2026-08-25T16:35:04.570Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2397 | 2026-08-25T16:35:04.761Z | Compiling oxide-generation-macros v0.2.0 |
| 2398 | 2026-08-25T16:35:04.761Z | Checking instant v0.1.13 |
| 2399 | 2026-08-25T16:35:04.761Z | Checking itertools v0.14.0 |
| 2400 | 2026-08-25T16:35:04.761Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2401 | 2026-08-25T16:35:04.761Z | Checking oxide-generation v0.1.3 |
| 2402 | 2026-08-25T16:35:04.871Z | Checking backoff v0.4.0 |
| 2403 | 2026-08-25T16:35:04.871Z | Checking backon v1.6.0 |
| 2404 | 2026-08-25T16:35:04.872Z | Checking humantime v2.3.0 |
| 2405 | 2026-08-25T16:35:04.998Z | Compiling convert_case v0.4.0 |
| 2406 | 2026-08-25T16:35:05.094Z | Checking progenitor-extras v0.2.0 |
| 2407 | 2026-08-25T16:35:05.095Z | Checking half v2.7.1 |
| 2408 | 2026-08-25T16:35:05.170Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2409 | 2026-08-25T16:35:05.235Z | Checking ciborium-io v0.2.2 |
| 2410 | 2026-08-25T16:35:05.321Z | Checking heck v0.5.0 |
| 2411 | 2026-08-25T16:35:05.343Z | Compiling derive_more v0.99.20 |
| 2412 | 2026-08-25T16:35:05.380Z | Checking ciborium-ll v0.2.2 |
| 2413 | 2026-08-25T16:35:05.540Z | Checking secrecy v0.10.3 |
| 2414 | 2026-08-25T16:35:05.622Z | Checking camino-tempfile v1.4.1 |
| 2415 | 2026-08-25T16:35:05.714Z | Checking indent_write v2.2.0 |
| 2416 | 2026-08-25T16:35:05.714Z | Compiling crucible-workspace-hack v0.1.0 |
| 2417 | 2026-08-25T16:35:05.714Z | Checking ciborium v0.2.2 |
| 2418 | 2026-08-25T16:35:05.729Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2419 | 2026-08-25T16:35:05.729Z | Compiling regress v0.11.1 |
| 2420 | 2026-08-25T16:35:05.943Z | Checking inout v0.1.4 |
| 2421 | 2026-08-25T16:35:06.155Z | Checking parse-display v0.10.0 |
| 2422 | 2026-08-25T16:35:06.155Z | Checking cipher v0.4.4 |
| 2423 | 2026-08-25T16:35:06.503Z | Checking universal-hash v0.5.1 |
| 2424 | 2026-08-25T16:35:06.503Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2425 | 2026-08-25T16:35:06.503Z | Checking opaque-debug v0.3.1 |
| 2426 | 2026-08-25T16:35:06.504Z | Checking blake2 v0.10.6 |
| 2427 | 2026-08-25T16:35:06.504Z | Checking aead v0.5.2 |
| 2428 | 2026-08-25T16:35:06.504Z | Checking poly1305 v0.8.0 |
| 2429 | 2026-08-25T16:35:06.504Z | Checking chacha20 v0.9.1 |
| 2430 | 2026-08-25T16:35:06.543Z | Checking password-hash v0.5.0 |
| 2431 | 2026-08-25T16:35:06.543Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2432 | 2026-08-25T16:35:06.543Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2433 | 2026-08-25T16:35:06.543Z | Checking chacha20poly1305 v0.10.1 |
| 2434 | 2026-08-25T16:35:06.590Z | Checking argon2 v0.5.3 |
| 2435 | 2026-08-25T16:35:06.657Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2436 | 2026-08-25T16:35:07.035Z | Compiling unsafe-libyaml v0.2.11 |
| 2437 | 2026-08-25T16:35:07.046Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2438 | 2026-08-25T16:35:07.046Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2439 | 2026-08-25T16:35:07.046Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2440 | 2026-08-25T16:35:07.242Z | Checking swrite v0.1.0 |
| 2441 | 2026-08-25T16:35:07.278Z | Compiling typify-impl v0.6.2 |
| 2442 | 2026-08-25T16:35:07.375Z | Checking thiserror-no-std v2.0.2 |
| 2443 | 2026-08-25T16:35:09.432Z | Checking vsss-rs v3.3.4 |
| 2444 | 2026-08-25T16:35:10.678Z | Compiling serde_yaml v0.9.34+deprecated |
| 2445 | 2026-08-25T16:35:10.678Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2446 | 2026-08-25T16:35:10.678Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2447 | 2026-08-25T16:35:10.678Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2448 | 2026-08-25T16:35:10.678Z | Checking crossbeam-deque v0.8.6 |
| 2449 | 2026-08-25T16:35:10.679Z | Compiling rayon-core v1.13.0 |
| 2450 | 2026-08-25T16:35:10.771Z | Compiling num-derive v0.4.2 |
| 2451 | 2026-08-25T16:35:10.771Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2452 | 2026-08-25T16:35:10.771Z | Compiling proc-macro-error v1.0.4 |
| 2453 | 2026-08-25T16:35:10.771Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2454 | 2026-08-25T16:35:10.771Z | Checking rayon v1.11.0 |
| 2455 | 2026-08-25T16:35:10.771Z | Checking tabwriter v1.4.1 |
| 2456 | 2026-08-25T16:35:10.771Z | Checking glob v0.3.3 |
| 2457 | 2026-08-25T16:35:10.771Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2458 | 2026-08-25T16:35:10.771Z | Compiling heapless v0.8.0 |
| 2459 | 2026-08-25T16:35:10.771Z | Compiling proc-macro-crate v3.4.0 |
| 2460 | 2026-08-25T16:35:10.771Z | Checking hash32 v0.3.1 |
| 2461 | 2026-08-25T16:35:10.771Z | Compiling ingot-macros v0.2.0 |
| 2462 | 2026-08-25T16:35:10.771Z | Compiling smoltcp v0.11.0 |
| 2463 | 2026-08-25T16:35:10.771Z | Checking colored v3.1.1 |
| 2464 | 2026-08-25T16:35:10.771Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2465 | 2026-08-25T16:35:10.771Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2466 | 2026-08-25T16:35:10.771Z | Compiling num_enum_derive v0.7.6 |
| 2467 | 2026-08-25T16:35:10.772Z | Checking illumos-nvpair v0.3.0 |
| 2468 | 2026-08-25T16:35:10.772Z | Checking toml v0.8.23 |
| 2469 | 2026-08-25T16:35:11.550Z | Checking cobs v0.3.0 |
| 2470 | 2026-08-25T16:35:11.591Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2471 | 2026-08-25T16:35:11.591Z | Checking postcard v1.1.3 |
| 2472 | 2026-08-25T16:35:11.591Z | Compiling proc-macro-crate v1.3.1 |
| 2473 | 2026-08-25T16:35:11.591Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2474 | 2026-08-25T16:35:11.592Z | Checking sigpipe v0.1.3 |
| 2475 | 2026-08-25T16:35:11.592Z | Compiling foreign-types-macros v0.2.3 |
| 2476 | 2026-08-25T16:35:11.592Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2477 | 2026-08-25T16:35:11.592Z | Checking foreign-types-shared v0.3.1 |
| 2478 | 2026-08-25T16:35:11.592Z | Checking num_enum v0.7.6 |
| 2479 | 2026-08-25T16:35:11.592Z | Compiling num_enum_derive v0.5.11 |
| 2480 | 2026-08-25T16:35:12.307Z | error[E0432]: unresolved import `omicron_common::api::external::Generation` |
| 2481 | 2026-08-25T16:35:12.307Z | --> sled-agent/types/versions/src/add_update_disposition/inventory.rs:38:5 |
| 2482 | 2026-08-25T16:35:12.307Z | | |
| 2483 | 2026-08-25T16:35:12.307Z | 38 | use omicron_common::api::external::Generation; |
| 2484 | 2026-08-25T16:35:12.307Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Generation` in `api::external` |
| 2485 | 2026-08-25T16:35:12.307Z | |
| 2486 | 2026-08-25T16:35:12.336Z | Compiling usdt-macro v0.5.0 |
| 2487 | 2026-08-25T16:35:12.336Z | Compiling typify-macro v0.6.2 |
| 2488 | 2026-08-25T16:35:12.336Z | Compiling usdt-attr-macro v0.5.0 |
| 2489 | 2026-08-25T16:35:12.336Z | Checking foreign-types v0.5.0 |
| 2490 | 2026-08-25T16:35:12.336Z | Checking cstr-argument v0.1.2 |
| 2491 | 2026-08-25T16:35:12.336Z | Checking memmap v0.7.0 |
| 2492 | 2026-08-25T16:35:12.336Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2493 | 2026-08-25T16:35:12.358Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2494 | 2026-08-25T16:35:12.681Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2495 | 2026-08-25T16:35:12.714Z | Checking num_enum v0.5.11 |
| 2496 | 2026-08-25T16:35:12.714Z | Checking usdt v0.5.0 |
| 2497 | 2026-08-25T16:35:12.714Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2498 | 2026-08-25T16:35:13.374Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2499 | 2026-08-25T16:35:13.420Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2500 | 2026-08-25T16:35:13.420Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2501 | 2026-08-25T16:35:13.420Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2502 | 2026-08-25T16:35:13.420Z | Checking ingot-types v0.2.0 |
| 2503 | 2026-08-25T16:35:13.421Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2504 | 2026-08-25T16:35:13.421Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2505 | 2026-08-25T16:35:13.421Z | Compiling zone_cfg_derive v0.3.1 |
| 2506 | 2026-08-25T16:35:13.421Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2507 | 2026-08-25T16:35:13.421Z | Checking itertools v0.12.1 |
| 2508 | 2026-08-25T16:35:13.421Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2509 | 2026-08-25T16:35:13.421Z | Checking ingot v0.2.1 |
| 2510 | 2026-08-25T16:35:13.568Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2511 | 2026-08-25T16:35:14.024Z | Compiling typify v0.6.2 |
| 2512 | 2026-08-25T16:35:14.050Z | Compiling progenitor-impl v0.14.0 |
| 2513 | 2026-08-25T16:35:14.050Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2514 | 2026-08-25T16:35:14.050Z | Checking smf v0.2.3 |
| 2515 | 2026-08-25T16:35:14.050Z | Checking whoami v1.6.1 |
| 2516 | 2026-08-25T16:35:14.050Z | Compiling derive-where v1.6.0 |
| 2517 | 2026-08-25T16:35:14.105Z | Checking tokio-dtrace v0.1.1 |
| 2518 | 2026-08-25T16:35:14.120Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2519 | 2026-08-25T16:35:14.232Z | Checking zone v0.3.1 |
| 2520 | 2026-08-25T16:35:14.296Z | Checking oxide-tokio-rt v0.1.4 |
| 2521 | 2026-08-25T16:35:14.581Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2522 | 2026-08-25T16:35:14.657Z | Checking console v0.15.11 |
| 2523 | 2026-08-25T16:35:14.829Z | Checking newline-converter v0.3.0 |
| 2524 | 2026-08-25T16:35:14.879Z | Checking bytecount v0.6.9 |
| 2525 | 2026-08-25T16:35:14.879Z | Checking num-rational v0.4.2 |
| 2526 | 2026-08-25T16:35:14.964Z | Checking num-complex v0.4.6 |
| 2527 | 2026-08-25T16:35:14.964Z | Checking expectorate v1.2.0 |
| 2528 | 2026-08-25T16:35:14.993Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2529 | 2026-08-25T16:35:15.123Z | Compiling cancel-safe-futures v0.1.5 |
| 2530 | 2026-08-25T16:35:15.203Z | Checking float-ord v0.3.2 |
| 2531 | 2026-08-25T16:35:15.360Z | Checking num v0.4.3 |
| 2532 | 2026-08-25T16:35:15.394Z | Checking linear-map v1.2.0 |
| 2533 | 2026-08-25T16:35:15.476Z | Checking gethostname v0.5.0 |
| 2534 | 2026-08-25T16:35:15.579Z | Checking oxide-update-engine-types v0.1.2 |
| 2535 | 2026-08-25T16:35:15.658Z | Compiling prettyplease v0.2.37 |
| 2536 | 2026-08-25T16:35:15.659Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2537 | 2026-08-25T16:35:15.801Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2538 | 2026-08-25T16:35:16.091Z | Checking resolv-conf v0.7.6 |
| 2539 | 2026-08-25T16:35:16.180Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2540 | 2026-08-25T16:35:16.180Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2541 | 2026-08-25T16:35:16.213Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2542 | 2026-08-25T16:35:16.260Z | Checking papergrid v0.11.0 |
| 2543 | 2026-08-25T16:35:16.274Z | Compiling tabled_derive v0.7.0 |
| 2544 | 2026-08-25T16:35:16.420Z | Checking oxide-update-engine v0.1.2 |
| 2545 | 2026-08-25T16:35:16.457Z | Compiling progenitor-macro v0.14.0 |
| 2546 | 2026-08-25T16:35:16.896Z | Compiling slog-dtrace v0.3.0 |
| 2547 | 2026-08-25T16:35:17.160Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2548 | 2026-08-25T16:35:17.297Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2549 | 2026-08-25T16:35:17.380Z | Checking tabled v0.15.0 |
| 2550 | 2026-08-25T16:35:17.780Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2551 | 2026-08-25T16:35:17.845Z | Checking crossterm v0.29.0 |
| 2552 | 2026-08-25T16:35:17.918Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2553 | 2026-08-25T16:35:18.135Z | Checking linked-hash-map v0.5.6 |
| 2554 | 2026-08-25T16:35:18.377Z | Checking lru-cache v0.1.2 |
| 2555 | 2026-08-25T16:35:18.571Z | Checking hickory-proto v0.24.4 |
| 2556 | 2026-08-25T16:35:19.092Z | Checking fd-lock v4.0.4 |
| 2557 | 2026-08-25T16:35:19.202Z | For more information about this error, try `rustc --explain E0432`. |
| 2558 | 2026-08-25T16:35:19.202Z | error: could not compile `sled-agent-types-versions` (lib) due to 1 previous error |
| 2559 | 2026-08-25T16:35:19.202Z | warning: build failed, waiting for other jobs to finish... |
| 2560 | 2026-08-25T16:35:21.276Z | Error: failed: exit status: 101 |
| 2561 | 2026-08-25T16:35:21.281Z | |
| 2562 | 2026-08-25T16:35:21.281Z | real 47.875849521 |
| 2563 | 2026-08-25T16:35:21.281Z | user 3:39.193750106 |
| 2564 | 2026-08-25T16:35:21.281Z | sys 1:19.424256162 |
| 2565 | 2026-08-25T16:35:21.281Z | trap 0.090055663 |
| 2566 | 2026-08-25T16:35:21.281Z | tflt 0.016064337 |
| 2567 | 2026-08-25T16:35:21.281Z | dflt 0.167500517 |
| 2568 | 2026-08-25T16:35:21.281Z | kflt 0.000129030 |
| 2569 | 2026-08-25T16:35:21.281Z | lock 10:35.554231101 |
| 2570 | 2026-08-25T16:35:21.281Z | slp 8:20.129508326 |
| 2571 | 2026-08-25T16:35:21.281Z | lat 28.731046344 |
| 2572 | 2026-08-25T16:35:21.281Z | stop 5:06.088572470 |
| 2573 | 2026-08-25T16:35:21.282Z | process exited: duration 188244 ms, exit code 1 |
| |
| 2574 | 2026-08-25T16:35:21.310Z | found 0 output files |