|
|
|
| 1 | 2026-06-25T00:24:44.705Z | job assigned to worker 01KVY2K2Y09C5Y8AB3QECF14Q4 [factory aws, i-04a66ebeb2428f53d] (queued for 53 s) |
| |
| 2 | 2026-06-25T00:24:50.803Z | starting task 0: "setup" |
| 3 | 2026-06-25T00:24:50.808Z | ++ uname -s |
| 4 | 2026-06-25T00:24:50.812Z | + kern=SunOS |
| 5 | 2026-06-25T00:24:50.812Z | + build_user=build |
| 6 | 2026-06-25T00:24:50.812Z | + build_uid=12345 |
| 7 | 2026-06-25T00:24:50.812Z | + work_dir=/work |
| 8 | 2026-06-25T00:24:50.812Z | + input_dir=/input |
| 9 | 2026-06-25T00:24:50.812Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T00:24:50.812Z | + case "$kern" in |
| 11 | 2026-06-25T00:24:50.812Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T00:24:50.812Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T00:24:52.818Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T00:24:52.966Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T00:24:52.971Z | + home_fs=zfs |
| 16 | 2026-06-25T00:24:52.971Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T00:24:52.971Z | + mkdir -p /home/build |
| 18 | 2026-06-25T00:24:52.971Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T00:24:54.971Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T00:24:54.974Z | process exited: duration 4172 ms, exit code 0 |
| |
| 21 | 2026-06-25T00:24:54.981Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T00:24:54.985Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T00:24:54.986Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-25T00:24:54.986Z | * rust toolchain profile = "default" |
| 25 | 2026-06-25T00:24:54.986Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-25T00:24:54.986Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-25T00:24:54.986Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-25T00:24:54.990Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T00:24:54.990Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T00:24:55.068Z | info: downloading installer |
| 31 | 2026-06-25T00:24:56.621Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T00:24:56.621Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T00:24:56.622Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T00:24:56.622Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T00:24:56.633Z | info: profile set to default |
| 36 | 2026-06-25T00:24:56.633Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T00:24:56.636Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T00:24:56.792Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T00:24:56.792Z | info: downloading 6 components |
| 40 | 2026-06-25T00:25:12.770Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T00:25:12.771Z | |
| 42 | 2026-06-25T00:25:12.797Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T00:25:12.797Z | |
| 44 | 2026-06-25T00:25:12.809Z | |
| 45 | 2026-06-25T00:25:12.810Z | Rust is installed now. Great! |
| 46 | 2026-06-25T00:25:12.810Z | |
| 47 | 2026-06-25T00:25:12.810Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T00:25:12.810Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T00:25:12.810Z | |
| 50 | 2026-06-25T00:25:12.810Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T00:25:12.810Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T00:25:12.810Z | |
| 53 | 2026-06-25T00:25:12.810Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T00:25:12.810Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T00:25:12.810Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T00:25:12.810Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T00:25:12.810Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T00:25:12.810Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T00:25:12.810Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T00:25:12.810Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T00:25:12.810Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T00:25:12.889Z | + rustup --version |
| 63 | 2026-06-25T00:25:12.900Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T00:25:12.908Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T00:25:12.919Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T00:25:12.923Z | + cargo --version |
| 67 | 2026-06-25T00:25:12.936Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T00:25:12.939Z | + rustc --version |
| 69 | 2026-06-25T00:25:12.956Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T00:25:12.960Z | process exited: duration 17977 ms, exit code 0 |
| |
| 71 | 2026-06-25T00:25:12.968Z | starting task 2: "authentication" |
| 72 | 2026-06-25T00:25:12.984Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-25T00:25:12.990Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T00:25:12.994Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-25T00:25:12.997Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-25T00:25:13.026Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-25T00:25:22.873Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-25T00:25:22.873Z | + git fetch origin e5381fe59782a53d220d0a97276fbf81f5c2a285 |
| 79 | 2026-06-25T00:25:23.146Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-25T00:25:23.146Z | * branch e5381fe59782a53d220d0a97276fbf81f5c2a285 -> FETCH_HEAD |
| 81 | 2026-06-25T00:25:23.157Z | + [[ -n value-update-poc ]] |
| 82 | 2026-06-25T00:25:23.161Z | ++ git branch --show-current |
| 83 | 2026-06-25T00:25:23.161Z | + current=main |
| 84 | 2026-06-25T00:25:23.161Z | + [[ main != value-update-poc ]] |
| 85 | 2026-06-25T00:25:23.161Z | + git branch -f value-update-poc e5381fe59782a53d220d0a97276fbf81f5c2a285 |
| 86 | 2026-06-25T00:25:23.165Z | + git checkout -f value-update-poc |
| 87 | 2026-06-25T00:25:23.401Z | Switched to branch 'value-update-poc' |
| 88 | 2026-06-25T00:25:23.405Z | + git reset --hard e5381fe59782a53d220d0a97276fbf81f5c2a285 |
| 89 | 2026-06-25T00:25:23.426Z | HEAD is now at e5381fe59 rename LLM-ish update_value_semantics to strict_put_bodies |
| 90 | 2026-06-25T00:25:23.430Z | process exited: duration 10436 ms, exit code 0 |
| |
| 91 | 2026-06-25T00:25:23.436Z | starting task 4: "build" |
| 92 | 2026-06-25T00:25:23.441Z | + source ./env.sh |
| 93 | 2026-06-25T00:25:23.441Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-25T00:25:23.441Z | ++ set -o xtrace |
| 95 | 2026-06-25T00:25:23.448Z | ++++ dirname ./env.sh |
| 96 | 2026-06-25T00:25:23.448Z | +++ readlink -f . |
| 97 | 2026-06-25T00:25:23.448Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-25T00:25:23.448Z | ++ 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-06-25T00:25:23.448Z | ++ 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-06-25T00:25:23.449Z | ++ 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-06-25T00:25:23.449Z | ++ 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-06-25T00:25:23.449Z | ++ 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-06-25T00:25:23.449Z | ++ 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-06-25T00:25:23.449Z | ++ 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-06-25T00:25:23.449Z | ++ 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-06-25T00:25:23.449Z | ++ 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-06-25T00:25:23.449Z | ++ 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-06-25T00:25:23.449Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-25T00:25:23.449Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-25T00:25:23.449Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-25T00:25:23.449Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-25T00:25:23.449Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-25T00:25:23.449Z | + cargo --version |
| 114 | 2026-06-25T00:25:23.457Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-25T00:25:23.460Z | + rustc --version |
| 116 | 2026-06-25T00:25:23.480Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-25T00:25:23.483Z | + banner prerequisites |
| 118 | 2026-06-25T00:25:23.487Z | |
| 119 | 2026-06-25T00:25:23.487Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-25T00:25:23.487Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-25T00:25:23.487Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-25T00:25:23.487Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-25T00:25:23.487Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-25T00:25:23.487Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-25T00:25:23.487Z | |
| 126 | 2026-06-25T00:25:23.487Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-25T00:25:25.671Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-25T00:25:25.773Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-25T00:25:26.238Z | Planning: Solver setup ... Done (0.422s) |
| 130 | 2026-06-25T00:25:26.269Z | Planning: Running solver ... Done (0.024s) |
| 131 | 2026-06-25T00:25:26.273Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-25T00:25:26.693Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-25T00:25:27.128Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-25T00:25:27.142Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-06-25T00:25:27.145Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-06-25T00:25:27.309Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 137 | 2026-06-25T00:25:27.319Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-25T00:25:28.119Z | Planning: Evaluating mediators ... Done (0.809s) |
| 139 | 2026-06-25T00:25:28.123Z | Planning: Planning completed in 2.33 seconds |
| 140 | 2026-06-25T00:25:28.128Z | Packages to install: 2 |
| 141 | 2026-06-25T00:25:28.128Z | Estimated space available: 156.06 GB |
| 142 | 2026-06-25T00:25:28.128Z | Estimated space to be consumed: 29.57 MB |
| 143 | 2026-06-25T00:25:28.131Z | Create boot environment: No |
| 144 | 2026-06-25T00:25:28.131Z | Create backup boot environment: No |
| 145 | 2026-06-25T00:25:28.131Z | Rebuild boot archive: No |
| 146 | 2026-06-25T00:25:28.131Z | |
| 147 | 2026-06-25T00:25:28.131Z | Changed packages: |
| 148 | 2026-06-25T00:25:28.131Z | helios |
| 149 | 2026-06-25T00:25:28.131Z | developer/build-essential |
| 150 | 2026-06-25T00:25:28.131Z | None -> 11-3.0 |
| 151 | 2026-06-25T00:25:28.131Z | library/libxmlsec1 |
| 152 | 2026-06-25T00:25:28.131Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-25T00:25:28.152Z | |
| 154 | 2026-06-25T00:25:28.152Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-25T00:25:28.672Z | Download: Completed 1.28 MB in 0.52 seconds (2.5M/s) |
| 156 | 2026-06-25T00:25:28.750Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-25T00:25:28.788Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-25T00:25:28.798Z | Finalize: Updating package state database ... Done (0.010s) |
| 159 | 2026-06-25T00:25:28.801Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-25T00:25:28.828Z | Finalize: Updating image state ... Done (0.029s) |
| 161 | 2026-06-25T00:25:31.265Z | Finalize: Creating fast lookup database ... Done (2.414s) |
| 162 | 2026-06-25T00:25:31.334Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-25T00:25:31.337Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-25T00:25:31.416Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-25T00:25:31.726Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-25T00:25:31.831Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-25T00:25:31.834Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-25T00:25:31.992Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-25T00:25:31.996Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-25T00:25:32.013Z | Mediators to change: 2 |
| 171 | 2026-06-25T00:25:32.013Z | Create boot environment: No |
| 172 | 2026-06-25T00:25:32.013Z | Create backup boot environment: No |
| 173 | 2026-06-25T00:25:32.055Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-25T00:25:32.056Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-25T00:25:32.070Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-25T00:25:34.037Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-25T00:25:34.099Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-25T00:25:34.099Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-25T00:25:34.154Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-25T00:25:34.439Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-25T00:25:34.545Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-25T00:25:34.549Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-25T00:25:34.703Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-25T00:25:34.706Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-06-25T00:25:34.727Z | Mediators to change: 1 |
| 186 | 2026-06-25T00:25:34.727Z | Create boot environment: No |
| 187 | 2026-06-25T00:25:34.727Z | Create backup boot environment: No |
| 188 | 2026-06-25T00:25:34.763Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-25T00:25:34.764Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-25T00:25:34.778Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-25T00:25:36.752Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-25T00:25:36.818Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-25T00:25:36.821Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-25T00:25:36.864Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-25T00:25:37.176Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-25T00:25:37.176Z | apache system 2.4 system |
| 197 | 2026-06-25T00:25:37.176Z | clang system 15 system |
| 198 | 2026-06-25T00:25:37.176Z | csh system system illumos |
| 199 | 2026-06-25T00:25:37.176Z | ctags system system illumos |
| 200 | 2026-06-25T00:25:37.176Z | file vendor vendor darwinsys |
| 201 | 2026-06-25T00:25:37.176Z | file system system illumos |
| 202 | 2026-06-25T00:25:37.176Z | gcc vendor 14 vendor |
| 203 | 2026-06-25T00:25:37.176Z | gcc system 13 system |
| 204 | 2026-06-25T00:25:37.176Z | gcc system 10 system |
| 205 | 2026-06-25T00:25:37.176Z | go system 1.25 system |
| 206 | 2026-06-25T00:25:37.176Z | llvm system 15 system |
| 207 | 2026-06-25T00:25:37.176Z | mariadb system 11.4 system |
| 208 | 2026-06-25T00:25:37.176Z | mta vendor vendor dma |
| 209 | 2026-06-25T00:25:37.176Z | openjdk system 17 system |
| 210 | 2026-06-25T00:25:37.176Z | openjdk system 11 system |
| 211 | 2026-06-25T00:25:37.177Z | openssl vendor 3 vendor |
| 212 | 2026-06-25T00:25:37.177Z | perl system 5.40 system |
| 213 | 2026-06-25T00:25:37.177Z | postgresql system 18 system |
| 214 | 2026-06-25T00:25:37.177Z | postgresql system 17 system |
| 215 | 2026-06-25T00:25:37.177Z | python vendor 3 vendor |
| 216 | 2026-06-25T00:25:37.177Z | python system 2 system |
| 217 | 2026-06-25T00:25:37.177Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-25T00:25:37.177Z | ruby system 3.4 system |
| 219 | 2026-06-25T00:25:37.177Z | ruby system 3.0 system |
| 220 | 2026-06-25T00:25:37.177Z | words vendor vendor american-english |
| 221 | 2026-06-25T00:25:37.177Z | words system system australian-english |
| 222 | 2026-06-25T00:25:37.177Z | words system system british-english |
| 223 | 2026-06-25T00:25:37.177Z | words system system canadian-english |
| 224 | 2026-06-25T00:25:37.177Z | words system system french |
| 225 | 2026-06-25T00:25:37.177Z | words system system italian |
| 226 | 2026-06-25T00:25:37.177Z | words system system ngerman |
| 227 | 2026-06-25T00:25:37.177Z | words system system ogerman |
| 228 | 2026-06-25T00:25:37.177Z | words system system spanish |
| 229 | 2026-06-25T00:25:37.429Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-25T00:25:37.429Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-25T00:25:37.729Z | FMRI IFO |
| 232 | 2026-06-25T00:25:37.729Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-25T00:25:37.729Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-25T00:25:37.729Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-25T00:25:37.729Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-25T00:25:37.729Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-25T00:25:37.729Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-25T00:25:37.729Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-25T00:25:37.729Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-25T00:25:37.729Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-25T00:25:37.979Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-25T00:25:38.241Z | Updating crates.io index |
| 243 | 2026-06-25T00:25:38.244Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-25T00:25:38.474Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-25T00:25:38.750Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-25T00:25:39.005Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-25T00:25:39.833Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-25T00:25:40.351Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-25T00:25:42.219Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-25T00:25:42.940Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-25T00:25:43.172Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-25T00:25:44.231Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-25T00:25:44.462Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-25T00:25:44.752Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-25T00:25:44.993Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-25T00:25:45.390Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-25T00:25:45.858Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-25T00:25:46.252Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-25T00:25:46.477Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-25T00:25:46.715Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-25T00:25:47.021Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-25T00:25:47.242Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-25T00:25:47.446Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-25T00:25:47.674Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-25T00:25:47.998Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-25T00:25:48.327Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-25T00:25:48.569Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-25T00:25:48.969Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-25T00:25:49.216Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-25T00:25:49.519Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-25T00:25:49.749Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-25T00:25:49.991Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-25T00:25:50.359Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-25T00:25:50.712Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-25T00:25:51.102Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-25T00:25:51.358Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-25T00:25:51.606Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-25T00:25:51.872Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-25T00:25:52.311Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-25T00:25:52.531Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-25T00:25:52.799Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-25T00:25:53.058Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-25T00:25:55.644Z | Downloading crates ... |
| 284 | 2026-06-25T00:25:55.706Z | Downloaded cargo_metadata v0.21.0 |
| 285 | 2026-06-25T00:25:55.713Z | Downloaded heck v0.4.1 |
| 286 | 2026-06-25T00:25:55.717Z | Downloaded idna_adapter v1.2.1 |
| 287 | 2026-06-25T00:25:55.717Z | Downloaded idna v1.1.0 |
| 288 | 2026-06-25T00:25:55.743Z | Downloaded block-buffer v0.10.4 |
| 289 | 2026-06-25T00:25:55.743Z | Downloaded anstyle-query v1.1.5 |
| 290 | 2026-06-25T00:25:55.743Z | Downloaded textwrap v0.16.2 |
| 291 | 2026-06-25T00:25:55.743Z | Downloaded pest_meta v2.8.6 |
| 292 | 2026-06-25T00:25:55.743Z | Downloaded yoke-derive v0.8.1 |
| 293 | 2026-06-25T00:25:55.743Z | Downloaded thiserror v1.0.69 |
| 294 | 2026-06-25T00:25:55.743Z | Downloaded heck v0.5.0 |
| 295 | 2026-06-25T00:25:55.743Z | Downloaded usdt-attr-macro v0.5.0 |
| 296 | 2026-06-25T00:25:55.743Z | Downloaded byteorder v1.5.0 |
| 297 | 2026-06-25T00:25:55.743Z | Downloaded zerofrom v0.1.6 |
| 298 | 2026-06-25T00:25:55.743Z | Downloaded version_check v0.9.5 |
| 299 | 2026-06-25T00:25:55.743Z | Downloaded utf8parse v0.2.2 |
| 300 | 2026-06-25T00:25:55.743Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-06-25T00:25:55.743Z | Downloaded cargo-util-schemas v0.8.2 |
| 302 | 2026-06-25T00:25:55.747Z | Downloaded zerofrom-derive v0.1.6 |
| 303 | 2026-06-25T00:25:55.748Z | Downloaded thiserror v2.0.18 |
| 304 | 2026-06-25T00:25:55.748Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-06-25T00:25:55.751Z | Downloaded dof v0.3.0 |
| 306 | 2026-06-25T00:25:55.751Z | Downloaded toml_write v0.1.2 |
| 307 | 2026-06-25T00:25:55.751Z | Downloaded usdt v0.5.0 |
| 308 | 2026-06-25T00:25:55.754Z | Downloaded unicode-xid v0.2.6 |
| 309 | 2026-06-25T00:25:55.754Z | Downloaded unicode-linebreak v0.1.5 |
| 310 | 2026-06-25T00:25:55.757Z | Downloaded hashbrown v0.17.0 |
| 311 | 2026-06-25T00:25:55.757Z | Downloaded anstyle v1.0.14 |
| 312 | 2026-06-25T00:25:55.761Z | Downloaded camino v1.2.2 |
| 313 | 2026-06-25T00:25:55.765Z | Downloaded utf8_iter v1.0.4 |
| 314 | 2026-06-25T00:25:55.769Z | Downloaded anyhow v1.0.102 |
| 315 | 2026-06-25T00:25:55.769Z | Downloaded colorchoice v1.0.4 |
| 316 | 2026-06-25T00:25:55.769Z | Downloaded typeid v1.0.3 |
| 317 | 2026-06-25T00:25:55.773Z | Downloaded zerovec-derive v0.11.2 |
| 318 | 2026-06-25T00:25:55.773Z | Downloaded toml_datetime v0.6.11 |
| 319 | 2026-06-25T00:25:55.773Z | Downloaded yoke v0.8.1 |
| 320 | 2026-06-25T00:25:55.776Z | Downloaded thiserror-impl v1.0.69 |
| 321 | 2026-06-25T00:25:55.779Z | Downloaded tinystr v0.8.2 |
| 322 | 2026-06-25T00:25:55.782Z | Downloaded writeable v0.6.2 |
| 323 | 2026-06-25T00:25:55.782Z | Downloaded toml v0.8.23 |
| 324 | 2026-06-25T00:25:55.782Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-06-25T00:25:55.785Z | Downloaded ucd-trie v0.1.7 |
| 326 | 2026-06-25T00:25:55.785Z | Downloaded swrite v0.1.0 |
| 327 | 2026-06-25T00:25:55.785Z | Downloaded dtrace-parser v0.2.0 |
| 328 | 2026-06-25T00:25:55.788Z | Downloaded cpufeatures v0.2.17 |
| 329 | 2026-06-25T00:25:55.788Z | Downloaded cargo-platform v0.2.0 |
| 330 | 2026-06-25T00:25:55.788Z | Downloaded cfg-if v1.0.4 |
| 331 | 2026-06-25T00:25:55.791Z | Downloaded proc-macro-error-attr v1.0.4 |
| 332 | 2026-06-25T00:25:55.791Z | Downloaded memmap v0.7.0 |
| 333 | 2026-06-25T00:25:55.791Z | Downloaded terminal_size v0.4.3 |
| 334 | 2026-06-25T00:25:55.794Z | Downloaded generic-array v0.14.7 |
| 335 | 2026-06-25T00:25:55.794Z | Downloaded fnv v1.0.7 |
| 336 | 2026-06-25T00:25:55.794Z | Downloaded itoa v1.0.17 |
| 337 | 2026-06-25T00:25:55.798Z | Downloaded zmij v1.0.21 |
| 338 | 2026-06-25T00:25:55.801Z | Downloaded zerocopy-derive v0.7.35 |
| 339 | 2026-06-25T00:25:55.809Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-06-25T00:25:55.809Z | Downloaded unicode-ident v1.0.24 |
| 341 | 2026-06-25T00:25:55.809Z | Downloaded typenum v1.19.0 |
| 342 | 2026-06-25T00:25:55.809Z | Downloaded crypto-common v0.1.7 |
| 343 | 2026-06-25T00:25:55.809Z | Downloaded toml_edit v0.22.27 |
| 344 | 2026-06-25T00:25:55.813Z | Downloaded plain v0.2.3 |
| 345 | 2026-06-25T00:25:55.813Z | Downloaded is_terminal_polyfill v1.70.2 |
| 346 | 2026-06-25T00:25:55.813Z | Downloaded errno v0.3.14 |
| 347 | 2026-06-25T00:25:55.813Z | Downloaded url v2.5.8 |
| 348 | 2026-06-25T00:25:55.816Z | Downloaded tabled_derive v0.7.0 |
| 349 | 2026-06-25T00:25:55.816Z | Downloaded zerotrie v0.2.3 |
| 350 | 2026-06-25T00:25:55.819Z | Downloaded pretty-hex v0.4.1 |
| 351 | 2026-06-25T00:25:55.819Z | Downloaded equivalent v1.0.2 |
| 352 | 2026-06-25T00:25:55.822Z | Downloaded serde_spanned v0.6.9 |
| 353 | 2026-06-25T00:25:55.825Z | Downloaded macaddr v1.0.1 |
| 354 | 2026-06-25T00:25:55.829Z | Downloaded scroll_derive v0.12.1 |
| 355 | 2026-06-25T00:25:55.832Z | Downloaded zerovec v0.11.5 |
| 356 | 2026-06-25T00:25:55.835Z | Downloaded clap_lex v1.0.0 |
| 357 | 2026-06-25T00:25:55.838Z | Downloaded form_urlencoded v1.2.2 |
| 358 | 2026-06-25T00:25:55.841Z | Downloaded strsim v0.11.1 |
| 359 | 2026-06-25T00:25:55.841Z | Downloaded zerocopy v0.7.35 |
| 360 | 2026-06-25T00:25:55.848Z | Downloaded ordered-float v2.10.1 |
| 361 | 2026-06-25T00:25:55.851Z | Downloaded cargo_toml v0.21.0 |
| 362 | 2026-06-25T00:25:55.851Z | Downloaded winnow v0.7.14 |
| 363 | 2026-06-25T00:25:55.855Z | Downloaded percent-encoding v2.3.2 |
| 364 | 2026-06-25T00:25:55.858Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-06-25T00:25:55.861Z | Downloaded stable_deref_trait v1.2.1 |
| 366 | 2026-06-25T00:25:55.861Z | Downloaded potential_utf v0.1.4 |
| 367 | 2026-06-25T00:25:55.861Z | Downloaded icu_collections v2.1.1 |
| 368 | 2026-06-25T00:25:55.864Z | Downloaded unicode-width v0.1.14 |
| 369 | 2026-06-25T00:25:55.867Z | Downloaded smawk v0.3.2 |
| 370 | 2026-06-25T00:25:55.867Z | Downloaded fastrand v2.3.0 |
| 371 | 2026-06-25T00:25:55.867Z | Downloaded digest v0.10.7 |
| 372 | 2026-06-25T00:25:55.870Z | Downloaded anstyle-parse v1.0.0 |
| 373 | 2026-06-25T00:25:55.870Z | Downloaded icu_normalizer_data v2.1.1 |
| 374 | 2026-06-25T00:25:55.870Z | Downloaded bytecount v0.6.9 |
| 375 | 2026-06-25T00:25:55.873Z | Downloaded autocfg v1.5.0 |
| 376 | 2026-06-25T00:25:55.873Z | Downloaded anstream v1.0.0 |
| 377 | 2026-06-25T00:25:55.874Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-06-25T00:25:55.876Z | Downloaded serde-value v0.7.0 |
| 379 | 2026-06-25T00:25:55.876Z | Downloaded scroll v0.12.0 |
| 380 | 2026-06-25T00:25:55.885Z | Downloaded proc-macro-error v1.0.4 |
| 381 | 2026-06-25T00:25:55.888Z | Downloaded serde-untagged v0.1.9 |
| 382 | 2026-06-25T00:25:55.891Z | Downloaded camino-tempfile v1.4.1 |
| 383 | 2026-06-25T00:25:55.891Z | Downloaded clap v4.6.1 |
| 384 | 2026-06-25T00:25:55.895Z | Downloaded displaydoc v0.2.5 |
| 385 | 2026-06-25T00:25:55.898Z | Downloaded fs-err v3.3.0 |
| 386 | 2026-06-25T00:25:55.901Z | Downloaded erased-serde v0.4.9 |
| 387 | 2026-06-25T00:25:55.904Z | Downloaded serde_tokenstream v0.2.3 |
| 388 | 2026-06-25T00:25:55.904Z | Downloaded tempfile v3.25.0 |
| 389 | 2026-06-25T00:25:55.908Z | Downloaded pest_generator v2.8.6 |
| 390 | 2026-06-25T00:25:55.911Z | Downloaded clap_builder v4.6.0 |
| 391 | 2026-06-25T00:25:55.914Z | Downloaded litemap v0.8.1 |
| 392 | 2026-06-25T00:25:55.917Z | Downloaded semver v1.0.28 |
| 393 | 2026-06-25T00:25:55.920Z | Downloaded once_cell v1.21.3 |
| 394 | 2026-06-25T00:25:55.924Z | Downloaded clap_derive v4.6.1 |
| 395 | 2026-06-25T00:25:55.927Z | Downloaded pest_derive v2.8.6 |
| 396 | 2026-06-25T00:25:55.930Z | Downloaded smallvec v1.15.1 |
| 397 | 2026-06-25T00:25:55.933Z | Downloaded icu_provider v2.1.1 |
| 398 | 2026-06-25T00:25:55.934Z | Downloaded quote v1.0.45 |
| 399 | 2026-06-25T00:25:55.939Z | Downloaded sha2 v0.10.9 |
| 400 | 2026-06-25T00:25:55.943Z | Downloaded num-traits v0.2.19 |
| 401 | 2026-06-25T00:25:55.943Z | Downloaded proc-macro2 v1.0.106 |
| 402 | 2026-06-25T00:25:55.946Z | Downloaded getrandom v0.4.1 |
| 403 | 2026-06-25T00:25:55.946Z | Downloaded papergrid v0.11.0 |
| 404 | 2026-06-25T00:25:55.949Z | Downloaded icu_properties v2.1.2 |
| 405 | 2026-06-25T00:25:55.952Z | Downloaded icu_normalizer v2.1.1 |
| 406 | 2026-06-25T00:25:55.955Z | Downloaded icu_locale_core v2.1.1 |
| 407 | 2026-06-25T00:25:55.958Z | Downloaded log v0.4.29 |
| 408 | 2026-06-25T00:25:55.962Z | Downloaded serde_derive v1.0.228 |
| 409 | 2026-06-25T00:25:55.965Z | Downloaded bitflags v2.11.0 |
| 410 | 2026-06-25T00:25:55.971Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-06-25T00:25:55.977Z | Downloaded serde v1.0.228 |
| 412 | 2026-06-25T00:25:55.980Z | Downloaded serde_core v1.0.228 |
| 413 | 2026-06-25T00:25:55.983Z | Downloaded memchr v2.8.0 |
| 414 | 2026-06-25T00:25:56.004Z | Downloaded pest v2.8.6 |
| 415 | 2026-06-25T00:25:56.017Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-06-25T00:25:56.022Z | Downloaded serde_json v1.0.149 |
| 417 | 2026-06-25T00:25:56.025Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-25T00:25:56.045Z | Downloaded tabled v0.15.0 |
| 419 | 2026-06-25T00:25:56.051Z | Downloaded syn v1.0.109 |
| 420 | 2026-06-25T00:25:56.063Z | Downloaded syn v2.0.117 |
| 421 | 2026-06-25T00:25:56.080Z | Downloaded rustix v1.1.3 |
| 422 | 2026-06-25T00:25:56.115Z | Downloaded libc v0.2.185 |
| 423 | 2026-06-25T00:25:56.179Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-06-25T00:25:56.179Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-06-25T00:25:56.179Z | Compiling quote v1.0.45 |
| 426 | 2026-06-25T00:25:56.179Z | Compiling serde_core v1.0.228 |
| 427 | 2026-06-25T00:25:56.179Z | Compiling libc v0.2.185 |
| 428 | 2026-06-25T00:25:56.179Z | Compiling version_check v0.9.5 |
| 429 | 2026-06-25T00:25:56.182Z | Compiling serde v1.0.228 |
| 430 | 2026-06-25T00:25:56.182Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-06-25T00:25:56.479Z | Compiling memchr v2.8.0 |
| 432 | 2026-06-25T00:25:56.495Z | Compiling zmij v1.0.21 |
| 433 | 2026-06-25T00:25:56.734Z | Compiling thiserror v1.0.69 |
| 434 | 2026-06-25T00:25:56.765Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-06-25T00:25:57.056Z | Compiling itoa v1.0.17 |
| 436 | 2026-06-25T00:25:57.071Z | Compiling autocfg v1.5.0 |
| 437 | 2026-06-25T00:25:57.137Z | Compiling pest v2.8.6 |
| 438 | 2026-06-25T00:25:57.153Z | Compiling litemap v0.8.1 |
| 439 | 2026-06-25T00:25:57.238Z | Compiling writeable v0.6.2 |
| 440 | 2026-06-25T00:25:57.304Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-06-25T00:25:57.361Z | Compiling byteorder v1.5.0 |
| 442 | 2026-06-25T00:25:57.491Z | Compiling rustix v1.1.3 |
| 443 | 2026-06-25T00:25:57.604Z | Compiling icu_properties_data v2.1.2 |
| 444 | 2026-06-25T00:25:57.710Z | Compiling syn v2.0.117 |
| 445 | 2026-06-25T00:25:57.748Z | Compiling errno v0.3.14 |
| 446 | 2026-06-25T00:25:57.812Z | Compiling serde_json v1.0.149 |
| 447 | 2026-06-25T00:25:57.887Z | Compiling bitflags v2.11.0 |
| 448 | 2026-06-25T00:25:58.036Z | Compiling num-traits v0.2.19 |
| 449 | 2026-06-25T00:25:58.098Z | Compiling equivalent v1.0.2 |
| 450 | 2026-06-25T00:25:58.114Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-06-25T00:25:58.202Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-06-25T00:25:58.228Z | Compiling smallvec v1.15.1 |
| 453 | 2026-06-25T00:25:58.439Z | Compiling typeid v1.0.3 |
| 454 | 2026-06-25T00:25:58.619Z | Compiling indexmap v2.14.0 |
| 455 | 2026-06-25T00:25:58.692Z | Compiling thread-id v4.2.2 |
| 456 | 2026-06-25T00:25:58.754Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-06-25T00:25:58.775Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-25T00:25:58.828Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-06-25T00:25:58.931Z | Compiling toml_write v0.1.2 |
| 460 | 2026-06-25T00:25:59.089Z | Compiling syn v1.0.109 |
| 461 | 2026-06-25T00:25:59.124Z | Compiling winnow v0.7.14 |
| 462 | 2026-06-25T00:25:59.351Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-06-25T00:25:59.459Z | Compiling thiserror v2.0.18 |
| 464 | 2026-06-25T00:25:59.536Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-06-25T00:25:59.691Z | Compiling log v0.4.29 |
| 466 | 2026-06-25T00:25:59.789Z | Compiling camino v1.2.2 |
| 467 | 2026-06-25T00:25:59.809Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-06-25T00:25:59.837Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-06-25T00:25:59.880Z | Compiling plain v0.2.3 |
| 470 | 2026-06-25T00:25:59.953Z | Compiling getrandom v0.4.1 |
| 471 | 2026-06-25T00:25:59.996Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-06-25T00:26:00.013Z | Compiling anstyle-parse v1.0.0 |
| 473 | 2026-06-25T00:26:00.151Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-06-25T00:26:00.298Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-06-25T00:26:00.325Z | Compiling synstructure v0.13.2 |
| 476 | 2026-06-25T00:26:00.435Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-06-25T00:26:00.622Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-06-25T00:26:00.655Z | Compiling pretty-hex v0.4.1 |
| 479 | 2026-06-25T00:26:00.686Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-06-25T00:26:00.703Z | Compiling anstyle v1.0.14 |
| 481 | 2026-06-25T00:26:00.734Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-06-25T00:26:00.803Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-06-25T00:26:00.918Z | Compiling anstream v1.0.0 |
| 484 | 2026-06-25T00:26:00.940Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-06-25T00:26:00.953Z | Compiling semver v1.0.28 |
| 486 | 2026-06-25T00:26:01.171Z | Compiling fs-err v3.3.0 |
| 487 | 2026-06-25T00:26:01.253Z | Compiling unicode-width v0.1.14 |
| 488 | 2026-06-25T00:26:01.254Z | Compiling once_cell v1.21.3 |
| 489 | 2026-06-25T00:26:01.318Z | Compiling bytecount v0.6.9 |
| 490 | 2026-06-25T00:26:01.377Z | Compiling fastrand v2.3.0 |
| 491 | 2026-06-25T00:26:01.439Z | Compiling fnv v1.0.7 |
| 492 | 2026-06-25T00:26:01.508Z | Compiling anyhow v1.0.102 |
| 493 | 2026-06-25T00:26:01.508Z | Compiling heck v0.4.1 |
| 494 | 2026-06-25T00:26:01.529Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-06-25T00:26:01.590Z | Compiling clap_lex v1.0.0 |
| 496 | 2026-06-25T00:26:01.605Z | Compiling strsim v0.11.1 |
| 497 | 2026-06-25T00:26:01.650Z | Compiling heck v0.5.0 |
| 498 | 2026-06-25T00:26:01.684Z | Compiling tempfile v3.25.0 |
| 499 | 2026-06-25T00:26:01.820Z | Compiling clap_builder v4.6.0 |
| 500 | 2026-06-25T00:26:01.904Z | Compiling papergrid v0.11.0 |
| 501 | 2026-06-25T00:26:02.031Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-06-25T00:26:02.053Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-06-25T00:26:02.122Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-06-25T00:26:02.165Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-06-25T00:26:02.242Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-06-25T00:26:02.967Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-06-25T00:26:03.263Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-06-25T00:26:03.290Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-06-25T00:26:03.406Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-06-25T00:26:03.421Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-06-25T00:26:03.553Z | Compiling yoke v0.8.1 |
| 512 | 2026-06-25T00:26:03.726Z | Compiling zerovec v0.11.5 |
| 513 | 2026-06-25T00:26:03.746Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-06-25T00:26:03.976Z | Compiling scroll v0.12.0 |
| 515 | 2026-06-25T00:26:04.049Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-06-25T00:26:04.148Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-06-25T00:26:04.242Z | Compiling tinystr v0.8.2 |
| 518 | 2026-06-25T00:26:04.273Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-06-25T00:26:04.366Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-06-25T00:26:04.437Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-06-25T00:26:04.455Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-06-25T00:26:04.691Z | Compiling goblin v0.8.2 |
| 523 | 2026-06-25T00:26:04.867Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-06-25T00:26:04.953Z | Compiling clap_derive v4.6.1 |
| 525 | 2026-06-25T00:26:05.106Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-06-25T00:26:05.331Z | Compiling memmap v0.7.0 |
| 527 | 2026-06-25T00:26:05.382Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-06-25T00:26:05.419Z | Compiling icu_normalizer v2.1.1 |
| 529 | 2026-06-25T00:26:05.436Z | Compiling icu_properties v2.1.2 |
| 530 | 2026-06-25T00:26:05.462Z | Compiling serde_spanned v0.6.9 |
| 531 | 2026-06-25T00:26:05.500Z | Compiling dof v0.3.0 |
| 532 | 2026-06-25T00:26:05.599Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-06-25T00:26:05.638Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-06-25T00:26:05.927Z | Compiling serde-value v0.7.0 |
| 535 | 2026-06-25T00:26:05.951Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-06-25T00:26:06.004Z | Compiling smawk v0.3.2 |
| 537 | 2026-06-25T00:26:06.149Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-06-25T00:26:06.224Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-06-25T00:26:06.319Z | Compiling idna_adapter v1.2.1 |
| 540 | 2026-06-25T00:26:06.392Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-06-25T00:26:06.448Z | Compiling idna v1.1.0 |
| 542 | 2026-06-25T00:26:06.466Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-06-25T00:26:06.484Z | Compiling textwrap v0.16.2 |
| 544 | 2026-06-25T00:26:06.546Z | Compiling tabled v0.15.0 |
| 545 | 2026-06-25T00:26:06.698Z | Compiling clap v4.6.1 |
| 546 | 2026-06-25T00:26:06.789Z | Compiling url v2.5.8 |
| 547 | 2026-06-25T00:26:07.035Z | Compiling macaddr v1.0.1 |
| 548 | 2026-06-25T00:26:07.163Z | Compiling toml v0.8.23 |
| 549 | 2026-06-25T00:26:07.608Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-06-25T00:26:07.634Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-06-25T00:26:07.712Z | Compiling camino-tempfile v1.4.1 |
| 552 | 2026-06-25T00:26:07.782Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-06-25T00:26:07.946Z | Compiling usdt v0.5.0 |
| 554 | 2026-06-25T00:26:08.043Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-25T00:26:08.544Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-06-25T00:26:09.460Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-06-25T00:26:11.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.71s |
| 558 | 2026-06-25T00:26:11.746Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 559 | 2026-06-25T00:26:12.236Z | Downloading crates ... |
| 560 | 2026-06-25T00:26:12.342Z | Downloaded ahash v0.8.12 |
| 561 | 2026-06-25T00:26:12.346Z | Downloaded atomic-waker v1.1.2 |
| 562 | 2026-06-25T00:26:12.352Z | Downloaded backoff v0.4.0 |
| 563 | 2026-06-25T00:26:12.355Z | Downloaded bit-set v0.5.3 |
| 564 | 2026-06-25T00:26:12.355Z | Downloaded arrayvec v0.7.6 |
| 565 | 2026-06-25T00:26:12.362Z | Downloaded crc32fast v1.5.0 |
| 566 | 2026-06-25T00:26:12.366Z | Downloaded crc-any v2.5.0 |
| 567 | 2026-06-25T00:26:12.369Z | Downloaded data-encoding v2.10.0 |
| 568 | 2026-06-25T00:26:12.373Z | Downloaded darling_macro v0.21.3 |
| 569 | 2026-06-25T00:26:12.374Z | Downloaded ctr v0.9.2 |
| 570 | 2026-06-25T00:26:12.374Z | Downloaded crc8 v0.1.1 |
| 571 | 2026-06-25T00:26:12.377Z | Downloaded blake3 v1.8.5 |
| 572 | 2026-06-25T00:26:12.381Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 573 | 2026-06-25T00:26:12.384Z | Downloaded crossbeam-epoch v0.9.18 |
| 574 | 2026-06-25T00:26:12.384Z | Downloaded async-bb8-diesel v0.2.1 |
| 575 | 2026-06-25T00:26:12.387Z | Downloaded difflib v0.4.0 |
| 576 | 2026-06-25T00:26:12.387Z | Downloaded arc-swap v1.8.2 |
| 577 | 2026-06-25T00:26:12.392Z | Downloaded darling_macro v0.23.0 |
| 578 | 2026-06-25T00:26:12.392Z | Downloaded cfg_aliases v0.2.1 |
| 579 | 2026-06-25T00:26:12.392Z | Downloaded adler2 v2.0.1 |
| 580 | 2026-06-25T00:26:12.392Z | Downloaded aes v0.8.4 |
| 581 | 2026-06-25T00:26:12.396Z | Downloaded bb8 v0.8.6 |
| 582 | 2026-06-25T00:26:12.401Z | Downloaded allocator-api2 v0.2.21 |
| 583 | 2026-06-25T00:26:12.407Z | Downloaded crucible-workspace-hack v0.1.0 |
| 584 | 2026-06-25T00:26:12.410Z | Downloaded crc-catalog v2.4.0 |
| 585 | 2026-06-25T00:26:12.410Z | Downloaded defmt v0.3.100 |
| 586 | 2026-06-25T00:26:12.413Z | Downloaded darling v0.13.4 |
| 587 | 2026-06-25T00:26:12.413Z | Downloaded daft-derive v0.1.7 |
| 588 | 2026-06-25T00:26:12.417Z | Downloaded atty v0.2.14 |
| 589 | 2026-06-25T00:26:12.417Z | Downloaded convert_case v0.4.0 |
| 590 | 2026-06-25T00:26:12.420Z | Downloaded async-trait v0.1.89 |
| 591 | 2026-06-25T00:26:12.423Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-06-25T00:26:12.423Z | Downloaded defmt-parser v1.0.0 |
| 593 | 2026-06-25T00:26:12.423Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 594 | 2026-06-25T00:26:12.427Z | Downloaded async-stream-impl v0.3.6 |
| 595 | 2026-06-25T00:26:12.431Z | Downloaded darling v0.23.0 |
| 596 | 2026-06-25T00:26:12.434Z | Downloaded darling_macro v0.13.4 |
| 597 | 2026-06-25T00:26:12.434Z | Downloaded arrayref v0.3.9 |
| 598 | 2026-06-25T00:26:12.437Z | Downloaded ciborium-io v0.2.2 |
| 599 | 2026-06-25T00:26:12.437Z | Downloaded base64 v0.22.1 |
| 600 | 2026-06-25T00:26:12.441Z | Downloaded darling_core v0.23.0 |
| 601 | 2026-06-25T00:26:12.444Z | Downloaded darling_macro v0.20.11 |
| 602 | 2026-06-25T00:26:12.447Z | Downloaded cstr-argument v0.1.2 |
| 603 | 2026-06-25T00:26:12.447Z | Downloaded async-stream v0.3.6 |
| 604 | 2026-06-25T00:26:12.450Z | Downloaded assert_matches v1.5.0 |
| 605 | 2026-06-25T00:26:12.451Z | Downloaded dyn-clone v1.0.20 |
| 606 | 2026-06-25T00:26:12.451Z | Downloaded crc v3.4.0 |
| 607 | 2026-06-25T00:26:12.453Z | Downloaded ascii-canvas v3.0.0 |
| 608 | 2026-06-25T00:26:12.454Z | Downloaded daft v0.1.7 |
| 609 | 2026-06-25T00:26:12.454Z | Downloaded convert_case v0.10.0 |
| 610 | 2026-06-25T00:26:12.458Z | Downloaded compression-codecs v0.4.37 |
| 611 | 2026-06-25T00:26:12.458Z | Downloaded crunchy v0.2.4 |
| 612 | 2026-06-25T00:26:12.461Z | Downloaded buf-list v1.1.2 |
| 613 | 2026-06-25T00:26:12.461Z | Downloaded bitfield v0.19.4 |
| 614 | 2026-06-25T00:26:12.461Z | Downloaded backon v1.6.0 |
| 615 | 2026-06-25T00:26:12.465Z | Downloaded derive_builder_macro v0.20.2 |
| 616 | 2026-06-25T00:26:12.465Z | Downloaded debug-ignore v1.0.5 |
| 617 | 2026-06-25T00:26:12.466Z | Downloaded cargo-platform v0.3.2 |
| 618 | 2026-06-25T00:26:12.470Z | Downloaded cobs v0.3.0 |
| 619 | 2026-06-25T00:26:12.470Z | Downloaded bitfield-macros v0.19.4 |
| 620 | 2026-06-25T00:26:12.470Z | Downloaded async-recursion v1.1.1 |
| 621 | 2026-06-25T00:26:12.476Z | Downloaded critical-section v1.2.0 |
| 622 | 2026-06-25T00:26:12.476Z | Downloaded aead v0.5.2 |
| 623 | 2026-06-25T00:26:12.482Z | Downloaded cfg_aliases v0.1.1 |
| 624 | 2026-06-25T00:26:12.482Z | Downloaded ciborium-ll v0.2.2 |
| 625 | 2026-06-25T00:26:12.485Z | Downloaded downcast-rs v2.0.2 |
| 626 | 2026-06-25T00:26:12.485Z | Downloaded dtrace-parser v0.3.0 |
| 627 | 2026-06-25T00:26:12.485Z | Downloaded dirs-sys-next v0.1.2 |
| 628 | 2026-06-25T00:26:12.485Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 629 | 2026-06-25T00:26:12.485Z | Downloaded block-padding v0.3.3 |
| 630 | 2026-06-25T00:26:12.488Z | Downloaded atomicwrites v0.4.4 |
| 631 | 2026-06-25T00:26:12.488Z | Downloaded fixedbitset v0.4.2 |
| 632 | 2026-06-25T00:26:12.491Z | Downloaded dsl_auto_type v0.2.0 |
| 633 | 2026-06-25T00:26:12.491Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 634 | 2026-06-25T00:26:12.491Z | Downloaded foreign-types-macros v0.2.3 |
| 635 | 2026-06-25T00:26:12.496Z | Downloaded foreign-types v0.5.0 |
| 636 | 2026-06-25T00:26:12.496Z | Downloaded fd-lock v4.0.4 |
| 637 | 2026-06-25T00:26:12.496Z | Downloaded base16ct v0.2.0 |
| 638 | 2026-06-25T00:26:12.499Z | Downloaded foreign-types v0.3.2 |
| 639 | 2026-06-25T00:26:12.499Z | Downloaded dof v0.4.0 |
| 640 | 2026-06-25T00:26:12.499Z | Downloaded enum-as-inner v0.6.1 |
| 641 | 2026-06-25T00:26:12.502Z | Downloaded float-cmp v0.10.0 |
| 642 | 2026-06-25T00:26:12.502Z | Downloaded display-error-chain v0.2.2 |
| 643 | 2026-06-25T00:26:12.502Z | Downloaded funty v2.0.0 |
| 644 | 2026-06-25T00:26:12.505Z | Downloaded dirs-next v2.0.0 |
| 645 | 2026-06-25T00:26:12.506Z | Downloaded compression-core v0.4.31 |
| 646 | 2026-06-25T00:26:12.509Z | Downloaded blowfish v0.9.1 |
| 647 | 2026-06-25T00:26:12.509Z | Downloaded argon2 v0.5.3 |
| 648 | 2026-06-25T00:26:12.509Z | Downloaded env_filter v1.0.0 |
| 649 | 2026-06-25T00:26:12.512Z | Downloaded embedded-io v0.6.1 |
| 650 | 2026-06-25T00:26:12.512Z | Downloaded bitflags v1.3.2 |
| 651 | 2026-06-25T00:26:12.512Z | Downloaded futures-macro v0.3.32 |
| 652 | 2026-06-25T00:26:12.515Z | Downloaded deranged v0.5.8 |
| 653 | 2026-06-25T00:26:12.515Z | Downloaded globwalk v0.9.1 |
| 654 | 2026-06-25T00:26:12.516Z | Downloaded fxhash v0.2.1 |
| 655 | 2026-06-25T00:26:12.520Z | Downloaded crossbeam-utils v0.8.21 |
| 656 | 2026-06-25T00:26:12.520Z | Downloaded embedded-io v0.4.0 |
| 657 | 2026-06-25T00:26:12.520Z | Downloaded cmake v0.1.57 |
| 658 | 2026-06-25T00:26:12.525Z | Downloaded castaway v0.2.4 |
| 659 | 2026-06-25T00:26:12.525Z | Downloaded const_format_proc_macros v0.2.34 |
| 660 | 2026-06-25T00:26:12.525Z | Downloaded futures-io v0.3.32 |
| 661 | 2026-06-25T00:26:12.525Z | Downloaded foreign-types-shared v0.3.1 |
| 662 | 2026-06-25T00:26:12.528Z | Downloaded endian-type v0.1.2 |
| 663 | 2026-06-25T00:26:12.528Z | Downloaded dunce v1.0.5 |
| 664 | 2026-06-25T00:26:12.528Z | Downloaded anstyle-parse v0.2.7 |
| 665 | 2026-06-25T00:26:12.528Z | Downloaded camino-tempfile-ext v0.3.3 |
| 666 | 2026-06-25T00:26:12.528Z | Downloaded float-ord v0.3.2 |
| 667 | 2026-06-25T00:26:12.533Z | Downloaded document-features v0.2.12 |
| 668 | 2026-06-25T00:26:12.533Z | Downloaded futures-core v0.3.32 |
| 669 | 2026-06-25T00:26:12.533Z | Downloaded base64ct v1.8.3 |
| 670 | 2026-06-25T00:26:12.536Z | Downloaded cipher v0.4.4 |
| 671 | 2026-06-25T00:26:12.536Z | Downloaded cargo_metadata v0.23.1 |
| 672 | 2026-06-25T00:26:12.536Z | Downloaded bit-set v0.8.0 |
| 673 | 2026-06-25T00:26:12.536Z | Downloaded cexpr v0.6.0 |
| 674 | 2026-06-25T00:26:12.539Z | Downloaded array-init v0.0.4 |
| 675 | 2026-06-25T00:26:12.539Z | Downloaded chacha20 v0.9.1 |
| 676 | 2026-06-25T00:26:12.539Z | Downloaded fallible-iterator v0.2.0 |
| 677 | 2026-06-25T00:26:12.542Z | Downloaded env_logger v0.11.9 |
| 678 | 2026-06-25T00:26:12.542Z | Downloaded crossbeam-deque v0.8.6 |
| 679 | 2026-06-25T00:26:12.546Z | Downloaded cpufeatures v0.3.0 |
| 680 | 2026-06-25T00:26:12.546Z | Downloaded futures-task v0.3.32 |
| 681 | 2026-06-25T00:26:12.546Z | Downloaded bit-vec v0.6.3 |
| 682 | 2026-06-25T00:26:12.549Z | Downloaded byte-wrapper v0.1.0 |
| 683 | 2026-06-25T00:26:12.549Z | Downloaded ghash v0.5.1 |
| 684 | 2026-06-25T00:26:12.549Z | Downloaded git-stub v1.0.0 |
| 685 | 2026-06-25T00:26:12.552Z | Downloaded constant_time_eq v0.4.2 |
| 686 | 2026-06-25T00:26:12.552Z | Downloaded corncobs v0.1.4 |
| 687 | 2026-06-25T00:26:12.552Z | Downloaded hash32 v0.3.1 |
| 688 | 2026-06-25T00:26:12.555Z | Downloaded blake2 v0.10.6 |
| 689 | 2026-06-25T00:26:12.555Z | Downloaded bit-vec v0.8.0 |
| 690 | 2026-06-25T00:26:12.558Z | Downloaded headers-core v0.3.0 |
| 691 | 2026-06-25T00:26:12.558Z | Downloaded darling_core v0.13.4 |
| 692 | 2026-06-25T00:26:12.561Z | Downloaded find-msvc-tools v0.1.9 |
| 693 | 2026-06-25T00:26:12.561Z | Downloaded foldhash v0.2.0 |
| 694 | 2026-06-25T00:26:12.561Z | Downloaded filetime v0.2.27 |
| 695 | 2026-06-25T00:26:12.564Z | Downloaded defmt-macros v1.0.1 |
| 696 | 2026-06-25T00:26:12.564Z | Downloaded der_derive v0.7.3 |
| 697 | 2026-06-25T00:26:12.567Z | Downloaded cookie_store v0.22.1 |
| 698 | 2026-06-25T00:26:12.567Z | Downloaded futures-sink v0.3.32 |
| 699 | 2026-06-25T00:26:12.573Z | Downloaded flagset v0.4.7 |
| 700 | 2026-06-25T00:26:12.573Z | Downloaded ed25519 v2.2.3 |
| 701 | 2026-06-25T00:26:12.573Z | Downloaded derive-ex v0.1.8 |
| 702 | 2026-06-25T00:26:12.576Z | Downloaded cassowary v0.3.0 |
| 703 | 2026-06-25T00:26:12.576Z | Downloaded cbc v0.1.2 |
| 704 | 2026-06-25T00:26:12.576Z | Downloaded diesel-dtrace v0.5.0 |
| 705 | 2026-06-25T00:26:12.576Z | Downloaded hostname v0.4.2 |
| 706 | 2026-06-25T00:26:12.576Z | Downloaded derive_builder_core v0.20.2 |
| 707 | 2026-06-25T00:26:12.581Z | Downloaded hash32 v0.2.1 |
| 708 | 2026-06-25T00:26:12.581Z | Downloaded gethostname v0.5.0 |
| 709 | 2026-06-25T00:26:12.581Z | Downloaded ecdsa v0.16.9 |
| 710 | 2026-06-25T00:26:12.584Z | Downloaded cancel-safe-futures v0.1.5 |
| 711 | 2026-06-25T00:26:12.584Z | Downloaded http-body v1.0.1 |
| 712 | 2026-06-25T00:26:12.584Z | Downloaded erased-serde v0.3.31 |
| 713 | 2026-06-25T00:26:12.591Z | Downloaded illumos-nvpair v0.3.0 |
| 714 | 2026-06-25T00:26:12.591Z | Downloaded httpdate v1.0.3 |
| 715 | 2026-06-25T00:26:12.591Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 716 | 2026-06-25T00:26:12.591Z | Downloaded http-range v0.1.5 |
| 717 | 2026-06-25T00:26:12.591Z | Downloaded either v1.15.0 |
| 718 | 2026-06-25T00:26:12.595Z | Downloaded der v0.7.10 |
| 719 | 2026-06-25T00:26:12.595Z | Downloaded home v0.5.12 |
| 720 | 2026-06-25T00:26:12.595Z | Downloaded futures-executor v0.3.32 |
| 721 | 2026-06-25T00:26:12.595Z | Downloaded fs-err v2.11.0 |
| 722 | 2026-06-25T00:26:12.599Z | Downloaded fixedbitset v0.5.7 |
| 723 | 2026-06-25T00:26:12.599Z | Downloaded console v0.16.2 |
| 724 | 2026-06-25T00:26:12.599Z | Downloaded clang-sys v1.8.1 |
| 725 | 2026-06-25T00:26:12.602Z | Downloaded ciborium v0.2.2 |
| 726 | 2026-06-25T00:26:12.602Z | Downloaded fs_extra v1.3.0 |
| 727 | 2026-06-25T00:26:12.602Z | Downloaded hubpack_derive v0.1.1 |
| 728 | 2026-06-25T00:26:12.602Z | Downloaded ident_case v1.0.1 |
| 729 | 2026-06-25T00:26:12.605Z | Downloaded drift v0.2.0 |
| 730 | 2026-06-25T00:26:12.609Z | Downloaded ena v0.14.4 |
| 731 | 2026-06-25T00:26:12.612Z | Downloaded globset v0.4.18 |
| 732 | 2026-06-25T00:26:12.612Z | Downloaded console v0.15.11 |
| 733 | 2026-06-25T00:26:12.615Z | Downloaded bzip2 v0.6.1 |
| 734 | 2026-06-25T00:26:12.615Z | Downloaded anstream v0.6.21 |
| 735 | 2026-06-25T00:26:12.618Z | Downloaded glob v0.3.3 |
| 736 | 2026-06-25T00:26:12.618Z | Downloaded hyper-tls v0.6.0 |
| 737 | 2026-06-25T00:26:12.618Z | Downloaded const-oid v0.9.6 |
| 738 | 2026-06-25T00:26:12.622Z | Downloaded hubpack v0.1.2 |
| 739 | 2026-06-25T00:26:12.622Z | Downloaded hostname v0.3.1 |
| 740 | 2026-06-25T00:26:12.622Z | Downloaded colored v3.1.1 |
| 741 | 2026-06-25T00:26:12.625Z | Downloaded indent_write v2.2.0 |
| 742 | 2026-06-25T00:26:12.625Z | Downloaded colored v2.2.0 |
| 743 | 2026-06-25T00:26:12.628Z | Downloaded is-terminal v0.4.17 |
| 744 | 2026-06-25T00:26:12.628Z | Downloaded derive_builder v0.20.2 |
| 745 | 2026-06-25T00:26:12.631Z | Downloaded internet-checksum v0.2.1 |
| 746 | 2026-06-25T00:26:12.631Z | Downloaded chacha20 v0.10.0 |
| 747 | 2026-06-25T00:26:12.634Z | Downloaded bzip2 v0.4.4 |
| 748 | 2026-06-25T00:26:12.634Z | Downloaded darling_core v0.20.11 |
| 749 | 2026-06-25T00:26:12.637Z | Downloaded bcs v0.1.6 |
| 750 | 2026-06-25T00:26:12.637Z | Downloaded darling v0.21.3 |
| 751 | 2026-06-25T00:26:12.640Z | Downloaded foreign-types-shared v0.1.1 |
| 752 | 2026-06-25T00:26:12.643Z | Downloaded darling v0.20.11 |
| 753 | 2026-06-25T00:26:12.646Z | Downloaded is_ci v1.2.0 |
| 754 | 2026-06-25T00:26:12.646Z | Downloaded instant v0.1.13 |
| 755 | 2026-06-25T00:26:12.646Z | Downloaded instability v0.3.11 |
| 756 | 2026-06-25T00:26:12.649Z | Downloaded lazy_static v1.5.0 |
| 757 | 2026-06-25T00:26:12.649Z | Downloaded humantime v2.3.0 |
| 758 | 2026-06-25T00:26:12.649Z | Downloaded ff v0.13.1 |
| 759 | 2026-06-25T00:26:12.652Z | Downloaded inout v0.1.4 |
| 760 | 2026-06-25T00:26:12.652Z | Downloaded kstat-rs v0.2.4 |
| 761 | 2026-06-25T00:26:12.652Z | Downloaded highway v1.3.0 |
| 762 | 2026-06-25T00:26:12.655Z | Downloaded lalrpop-util v0.19.12 |
| 763 | 2026-06-25T00:26:12.655Z | Downloaded keccak v0.1.6 |
| 764 | 2026-06-25T00:26:12.655Z | Downloaded libscf-sys v1.1.0 |
| 765 | 2026-06-25T00:26:12.658Z | Downloaded csv-core v0.1.13 |
| 766 | 2026-06-25T00:26:12.658Z | Downloaded hex-literal v0.4.1 |
| 767 | 2026-06-25T00:26:12.658Z | Downloaded hex v0.4.3 |
| 768 | 2026-06-25T00:26:12.661Z | Downloaded linked-hash-map v0.5.6 |
| 769 | 2026-06-25T00:26:12.661Z | Downloaded defmt v1.0.1 |
| 770 | 2026-06-25T00:26:12.664Z | Downloaded lru-cache v0.1.2 |
| 771 | 2026-06-25T00:26:12.664Z | Downloaded lru v0.12.5 |
| 772 | 2026-06-25T00:26:12.667Z | Downloaded http-body-util v0.1.3 |
| 773 | 2026-06-25T00:26:12.670Z | Downloaded futures-channel v0.3.32 |
| 774 | 2026-06-25T00:26:12.670Z | Downloaded half v1.8.3 |
| 775 | 2026-06-25T00:26:12.673Z | Downloaded futures v0.3.32 |
| 776 | 2026-06-25T00:26:12.676Z | Downloaded match_cfg v0.1.0 |
| 777 | 2026-06-25T00:26:12.676Z | Downloaded maybe-uninit v2.0.0 |
| 778 | 2026-06-25T00:26:12.676Z | Downloaded managed v0.8.0 |
| 779 | 2026-06-25T00:26:12.679Z | Downloaded mime v0.3.17 |
| 780 | 2026-06-25T00:26:12.679Z | Downloaded cookie v0.18.1 |
| 781 | 2026-06-25T00:26:12.682Z | Downloaded foldhash v0.1.5 |
| 782 | 2026-06-25T00:26:12.682Z | Downloaded getrandom v0.2.17 |
| 783 | 2026-06-25T00:26:12.685Z | Downloaded des v0.8.1 |
| 784 | 2026-06-25T00:26:12.685Z | Downloaded derive-where v1.6.0 |
| 785 | 2026-06-25T00:26:12.689Z | Downloaded md5 v0.7.0 |
| 786 | 2026-06-25T00:26:12.689Z | Downloaded maplit v1.0.2 |
| 787 | 2026-06-25T00:26:12.689Z | Downloaded ipnetwork v0.21.1 |
| 788 | 2026-06-25T00:26:12.692Z | Downloaded git-stub-vcs v0.1.0 |
| 789 | 2026-06-25T00:26:12.692Z | Downloaded compact_str v0.8.1 |
| 790 | 2026-06-25T00:26:12.692Z | Downloaded lru-slab v0.1.2 |
| 791 | 2026-06-25T00:26:12.692Z | Downloaded lzss v0.8.2 |
| 792 | 2026-06-25T00:26:12.695Z | Downloaded md-5 v0.10.6 |
| 793 | 2026-06-25T00:26:12.695Z | Downloaded memoffset v0.9.1 |
| 794 | 2026-06-25T00:26:12.698Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 795 | 2026-06-25T00:26:12.698Z | Downloaded new_debug_unreachable v1.0.6 |
| 796 | 2026-06-25T00:26:12.698Z | Downloaded ipnet v2.11.0 |
| 797 | 2026-06-25T00:26:12.702Z | Downloaded ingot v0.1.1 |
| 798 | 2026-06-25T00:26:12.702Z | Downloaded newtype-uuid-macros v0.1.0 |
| 799 | 2026-06-25T00:26:12.702Z | Downloaded multimap v0.10.1 |
| 800 | 2026-06-25T00:26:12.705Z | Downloaded nibble_vec v0.1.0 |
| 801 | 2026-06-25T00:26:12.705Z | Downloaded group v0.13.0 |
| 802 | 2026-06-25T00:26:12.705Z | Downloaded num-conv v0.2.0 |
| 803 | 2026-06-25T00:26:12.709Z | Downloaded indoc v2.0.7 |
| 804 | 2026-06-25T00:26:12.709Z | Downloaded fatfs v0.3.6 |
| 805 | 2026-06-25T00:26:12.713Z | Downloaded newtype_derive v0.1.6 |
| 806 | 2026-06-25T00:26:12.713Z | Downloaded elliptic-curve v0.13.8 |
| 807 | 2026-06-25T00:26:12.713Z | Downloaded indoc v1.0.9 |
| 808 | 2026-06-25T00:26:12.717Z | Downloaded nonempty v0.12.0 |
| 809 | 2026-06-25T00:26:12.717Z | Downloaded diff v0.1.13 |
| 810 | 2026-06-25T00:26:12.720Z | Downloaded normalize-line-endings v0.3.0 |
| 811 | 2026-06-25T00:26:12.720Z | Downloaded hyper-rustls v0.27.7 |
| 812 | 2026-06-25T00:26:12.723Z | Downloaded hyper-staticfile v0.10.1 |
| 813 | 2026-06-25T00:26:12.723Z | Downloaded num-derive v0.4.2 |
| 814 | 2026-06-25T00:26:12.723Z | Downloaded nodrop v0.1.14 |
| 815 | 2026-06-25T00:26:12.728Z | Downloaded httparse v1.10.1 |
| 816 | 2026-06-25T00:26:12.728Z | Downloaded derive_more v0.99.20 |
| 817 | 2026-06-25T00:26:12.731Z | Downloaded jobserver v0.1.34 |
| 818 | 2026-06-25T00:26:12.731Z | Downloaded hmac v0.12.1 |
| 819 | 2026-06-25T00:26:12.731Z | Downloaded darling_core v0.21.3 |
| 820 | 2026-06-25T00:26:12.734Z | Downloaded openssl-macros v0.1.1 |
| 821 | 2026-06-25T00:26:12.737Z | Downloaded olpc-cjson v0.1.4 |
| 822 | 2026-06-25T00:26:12.737Z | Downloaded lock_api v0.4.14 |
| 823 | 2026-06-25T00:26:12.737Z | Downloaded num_threads v0.1.7 |
| 824 | 2026-06-25T00:26:12.740Z | Downloaded num-iter v0.1.45 |
| 825 | 2026-06-25T00:26:12.740Z | Downloaded openssl-probe v0.1.6 |
| 826 | 2026-06-25T00:26:12.743Z | Downloaded opaque-debug v0.3.1 |
| 827 | 2026-06-25T00:26:12.743Z | Downloaded oso-derive v0.27.3 |
| 828 | 2026-06-25T00:26:12.743Z | Downloaded openssl-probe v0.2.1 |
| 829 | 2026-06-25T00:26:12.746Z | Downloaded libefi-sys v0.1.0 |
| 830 | 2026-06-25T00:26:12.746Z | Downloaded dropshot_endpoint v0.17.0 |
| 831 | 2026-06-25T00:26:12.746Z | Downloaded libsw v3.5.0 |
| 832 | 2026-06-25T00:26:12.749Z | Downloaded num v0.4.3 |
| 833 | 2026-06-25T00:26:12.749Z | Downloaded linear-map v1.2.0 |
| 834 | 2026-06-25T00:26:12.753Z | Downloaded flume v0.11.1 |
| 835 | 2026-06-25T00:26:12.756Z | Downloaded num-derive v0.3.3 |
| 836 | 2026-06-25T00:26:12.761Z | Downloaded packed_struct_codegen v0.10.1 |
| 837 | 2026-06-25T00:26:12.765Z | Downloaded ar_archive_writer v0.5.1 |
| 838 | 2026-06-25T00:26:12.765Z | Downloaded chacha20poly1305 v0.10.1 |
| 839 | 2026-06-25T00:26:12.768Z | Downloaded crossbeam-channel v0.5.15 |
| 840 | 2026-06-25T00:26:12.768Z | Downloaded newtype-uuid v1.3.2 |
| 841 | 2026-06-25T00:26:12.771Z | Downloaded multer v3.1.0 |
| 842 | 2026-06-25T00:26:12.771Z | Downloaded base64 v0.21.7 |
| 843 | 2026-06-25T00:26:12.774Z | Downloaded parse-size v1.1.0 |
| 844 | 2026-06-25T00:26:12.774Z | Downloaded getrandom v0.3.4 |
| 845 | 2026-06-25T00:26:12.777Z | Downloaded iana-time-zone v0.1.65 |
| 846 | 2026-06-25T00:26:12.782Z | Downloaded pbkdf2 v0.12.2 |
| 847 | 2026-06-25T00:26:12.782Z | Downloaded num_enum v0.5.11 |
| 848 | 2026-06-25T00:26:12.784Z | Downloaded half v2.7.1 |
| 849 | 2026-06-25T00:26:12.784Z | Downloaded parse-display v0.10.0 |
| 850 | 2026-06-25T00:26:12.785Z | Downloaded newline-converter v0.3.0 |
| 851 | 2026-06-25T00:26:12.787Z | Downloaded native-tls v0.2.18 |
| 852 | 2026-06-25T00:26:12.788Z | Downloaded nanorand v0.7.0 |
| 853 | 2026-06-25T00:26:12.792Z | Downloaded ingot-types v0.1.2 |
| 854 | 2026-06-25T00:26:12.792Z | Downloaded derive_more v2.1.1 |
| 855 | 2026-06-25T00:26:12.797Z | Downloaded libloading v0.8.9 |
| 856 | 2026-06-25T00:26:12.800Z | Downloaded num-rational v0.4.2 |
| 857 | 2026-06-25T00:26:12.800Z | Downloaded num_enum v0.7.6 |
| 858 | 2026-06-25T00:26:12.803Z | Downloaded peg-runtime v0.8.5 |
| 859 | 2026-06-25T00:26:12.805Z | Downloaded pbkdf2 v0.11.0 |
| 860 | 2026-06-25T00:26:12.805Z | Downloaded path-slash v0.1.5 |
| 861 | 2026-06-25T00:26:12.808Z | Downloaded pin-utils v0.1.0 |
| 862 | 2026-06-25T00:26:12.820Z | Downloaded precomputed-hash v0.1.1 |
| 863 | 2026-06-25T00:26:12.824Z | Downloaded crossterm v0.28.1 |
| 864 | 2026-06-25T00:26:12.827Z | Downloaded powerfmt v0.2.0 |
| 865 | 2026-06-25T00:26:12.827Z | Downloaded phf_shared v0.13.1 |
| 866 | 2026-06-25T00:26:12.827Z | Downloaded bumpalo v3.20.2 |
| 867 | 2026-06-25T00:26:12.830Z | Downloaded phf_shared v0.12.1 |
| 868 | 2026-06-25T00:26:12.830Z | Downloaded phf_shared v0.11.3 |
| 869 | 2026-06-25T00:26:12.830Z | Downloaded num-integer v0.1.46 |
| 870 | 2026-06-25T00:26:12.833Z | Downloaded const_format v0.2.35 |
| 871 | 2026-06-25T00:26:12.836Z | Downloaded num_enum_derive v0.5.11 |
| 872 | 2026-06-25T00:26:12.836Z | Downloaded cc v1.2.56 |
| 873 | 2026-06-25T00:26:12.839Z | Downloaded bytes v1.11.1 |
| 874 | 2026-06-25T00:26:12.842Z | Downloaded packed_struct v0.10.1 |
| 875 | 2026-06-25T00:26:12.842Z | Downloaded oxnet v0.1.6 |
| 876 | 2026-06-25T00:26:12.842Z | Downloaded oxide-tokio-rt v0.1.4 |
| 877 | 2026-06-25T00:26:12.845Z | Downloaded predicates-tree v1.0.13 |
| 878 | 2026-06-25T00:26:12.845Z | Downloaded predicates-core v1.0.10 |
| 879 | 2026-06-25T00:26:12.845Z | Downloaded owo-colors v4.3.0 |
| 880 | 2026-06-25T00:26:12.848Z | Downloaded aes-gcm v0.10.3 |
| 881 | 2026-06-25T00:26:12.848Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 882 | 2026-06-25T00:26:12.851Z | Downloaded memmap2 v0.9.10 |
| 883 | 2026-06-25T00:26:12.851Z | Downloaded ingot-macros v0.1.1 |
| 884 | 2026-06-25T00:26:12.854Z | Downloaded phf v0.12.1 |
| 885 | 2026-06-25T00:26:12.854Z | Downloaded password-hash v0.5.0 |
| 886 | 2026-06-25T00:26:12.854Z | Downloaded num_enum_derive v0.7.6 |
| 887 | 2026-06-25T00:26:12.857Z | Downloaded libsw-core v0.3.2 |
| 888 | 2026-06-25T00:26:12.857Z | Downloaded litrs v1.0.0 |
| 889 | 2026-06-25T00:26:12.860Z | Downloaded mime_guess v2.0.5 |
| 890 | 2026-06-25T00:26:12.860Z | Downloaded psl-types v2.0.11 |
| 891 | 2026-06-25T00:26:12.860Z | Downloaded progenitor-client v0.14.0 |
| 892 | 2026-06-25T00:26:12.863Z | Downloaded indexmap v1.9.3 |
| 893 | 2026-06-25T00:26:12.863Z | Downloaded progenitor-macro v0.14.0 |
| 894 | 2026-06-25T00:26:12.868Z | Downloaded proc-macro-crate v3.4.0 |
| 895 | 2026-06-25T00:26:12.868Z | Downloaded progenitor-macro v0.13.0 |
| 896 | 2026-06-25T00:26:12.868Z | Downloaded rand_chacha v0.3.1 |
| 897 | 2026-06-25T00:26:12.871Z | Downloaded flate2 v1.1.9 |
| 898 | 2026-06-25T00:26:12.871Z | Downloaded heapless v0.7.17 |
| 899 | 2026-06-25T00:26:12.874Z | Downloaded quick-error v1.2.3 |
| 900 | 2026-06-25T00:26:12.874Z | Downloaded crypto-bigint v0.5.5 |
| 901 | 2026-06-25T00:26:12.877Z | Downloaded parse-display-derive v0.10.0 |
| 902 | 2026-06-25T00:26:12.880Z | Downloaded heapless v0.8.0 |
| 903 | 2026-06-25T00:26:12.880Z | Downloaded headers v0.4.1 |
| 904 | 2026-06-25T00:26:12.884Z | Downloaded radium v0.7.0 |
| 905 | 2026-06-25T00:26:12.887Z | Downloaded peg-macros v0.8.5 |
| 906 | 2026-06-25T00:26:12.887Z | Downloaded peg v0.8.5 |
| 907 | 2026-06-25T00:26:12.889Z | Downloaded num-complex v0.4.6 |
| 908 | 2026-06-25T00:26:12.890Z | Downloaded paste v1.0.15 |
| 909 | 2026-06-25T00:26:12.892Z | Downloaded pem-rfc7468 v0.7.0 |
| 910 | 2026-06-25T00:26:12.893Z | Downloaded libbz2-rs-sys v0.2.2 |
| 911 | 2026-06-25T00:26:12.895Z | Downloaded pem v3.0.6 |
| 912 | 2026-06-25T00:26:12.895Z | Downloaded postgres-protocol v0.6.10 |
| 913 | 2026-06-25T00:26:12.899Z | Downloaded pkg-config v0.3.32 |
| 914 | 2026-06-25T00:26:12.899Z | Downloaded pkcs8 v0.10.2 |
| 915 | 2026-06-25T00:26:12.899Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-06-25T00:26:12.904Z | Downloaded nu-ansi-term v0.50.3 |
| 917 | 2026-06-25T00:26:12.904Z | Downloaded ref-cast v1.0.25 |
| 918 | 2026-06-25T00:26:12.907Z | Downloaded rand_xorshift v0.4.0 |
| 919 | 2026-06-25T00:26:12.907Z | Downloaded proc-macro-crate v1.3.1 |
| 920 | 2026-06-25T00:26:12.911Z | Downloaded pin-project-internal v1.1.11 |
| 921 | 2026-06-25T00:26:12.911Z | Downloaded omicron-zone-package v0.12.2 |
| 922 | 2026-06-25T00:26:12.914Z | Downloaded polyval v0.6.2 |
| 923 | 2026-06-25T00:26:12.918Z | Downloaded async-compression v0.4.41 |
| 924 | 2026-06-25T00:26:12.920Z | Downloaded ref-cast-impl v1.0.25 |
| 925 | 2026-06-25T00:26:12.924Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 926 | 2026-06-25T00:26:12.929Z | Downloaded recursive v0.1.1 |
| 927 | 2026-06-25T00:26:12.929Z | Downloaded rfc6979 v0.4.0 |
| 928 | 2026-06-25T00:26:12.929Z | Downloaded predicates v3.1.4 |
| 929 | 2026-06-25T00:26:12.932Z | Downloaded progenitor v0.14.0 |
| 930 | 2026-06-25T00:26:12.932Z | Downloaded ppv-lite86 v0.2.21 |
| 931 | 2026-06-25T00:26:12.932Z | Downloaded parking_lot v0.11.2 |
| 932 | 2026-06-25T00:26:12.932Z | Downloaded progenitor-extras v0.2.0 |
| 933 | 2026-06-25T00:26:12.934Z | Downloaded progenitor v0.13.0 |
| 934 | 2026-06-25T00:26:12.934Z | Downloaded primeorder v0.13.6 |
| 935 | 2026-06-25T00:26:12.937Z | Downloaded ed25519-dalek v2.2.0 |
| 936 | 2026-06-25T00:26:12.937Z | Downloaded ignore v0.4.25 |
| 937 | 2026-06-25T00:26:12.940Z | Downloaded progenitor-client v0.13.0 |
| 938 | 2026-06-25T00:26:12.940Z | Downloaded rustc_version v0.4.1 |
| 939 | 2026-06-25T00:26:12.940Z | Downloaded russh-cryptovec v0.7.3 |
| 940 | 2026-06-25T00:26:12.943Z | Downloaded proc-macro-error2 v2.0.1 |
| 941 | 2026-06-25T00:26:12.943Z | Downloaded rustc-hash v2.1.1 |
| 942 | 2026-06-25T00:26:12.947Z | Downloaded rtoolbox v0.0.3 |
| 943 | 2026-06-25T00:26:12.950Z | Downloaded parking_lot v0.12.5 |
| 944 | 2026-06-25T00:26:12.953Z | Downloaded r2d2 v0.8.10 |
| 945 | 2026-06-25T00:26:12.953Z | Downloaded psm v0.1.30 |
| 946 | 2026-06-25T00:26:12.956Z | Downloaded hickory-resolver v0.25.2 |
| 947 | 2026-06-25T00:26:12.959Z | Downloaded parking_lot_core v0.9.12 |
| 948 | 2026-06-25T00:26:12.962Z | Downloaded parking_lot_core v0.8.6 |
| 949 | 2026-06-25T00:26:12.962Z | Downloaded password-hash v0.4.2 |
| 950 | 2026-06-25T00:26:12.965Z | Downloaded postgres-types v0.2.12 |
| 951 | 2026-06-25T00:26:12.965Z | Downloaded pkcs5 v0.7.1 |
| 952 | 2026-06-25T00:26:12.967Z | Downloaded pkcs1 v0.7.5 |
| 953 | 2026-06-25T00:26:12.970Z | Downloaded rand_core v0.9.5 |
| 954 | 2026-06-25T00:26:12.970Z | Downloaded rand_chacha v0.9.0 |
| 955 | 2026-06-25T00:26:12.970Z | Downloaded pin-project-lite v0.2.17 |
| 956 | 2026-06-25T00:26:12.978Z | Downloaded rand_core v0.6.4 |
| 957 | 2026-06-25T00:26:12.981Z | Downloaded phf v0.13.1 |
| 958 | 2026-06-25T00:26:12.984Z | Downloaded same-file v1.0.6 |
| 959 | 2026-06-25T00:26:12.984Z | Downloaded salsa20 v0.10.2 |
| 960 | 2026-06-25T00:26:12.987Z | Downloaded expectorate v1.2.0 |
| 961 | 2026-06-25T00:26:12.987Z | Downloaded rand_core v0.10.0 |
| 962 | 2026-06-25T00:26:12.990Z | Downloaded oso v0.27.3 |
| 963 | 2026-06-25T00:26:12.993Z | Downloaded postcard v1.1.3 |
| 964 | 2026-06-25T00:26:13.030Z | Downloaded p256 v0.13.2 |
| 965 | 2026-06-25T00:26:13.035Z | Downloaded hashbrown v0.13.2 |
| 966 | 2026-06-25T00:26:13.035Z | Downloaded scopeguard v1.2.0 |
| 967 | 2026-06-25T00:26:13.035Z | Downloaded resolv-conf v0.7.6 |
| 968 | 2026-06-25T00:26:13.035Z | Downloaded miniz_oxide v0.8.9 |
| 969 | 2026-06-25T00:26:13.035Z | Downloaded scroll_derive v0.13.1 |
| 970 | 2026-06-25T00:26:13.035Z | Downloaded scheduled-thread-pool v0.2.7 |
| 971 | 2026-06-25T00:26:13.035Z | Downloaded sapling-renderdag v0.1.0 |
| 972 | 2026-06-25T00:26:13.035Z | Downloaded secrecy v0.10.3 |
| 973 | 2026-06-25T00:26:13.036Z | Downloaded derive_more-impl v2.1.1 |
| 974 | 2026-06-25T00:26:13.036Z | Downloaded rand_seeder v0.4.0 |
| 975 | 2026-06-25T00:26:13.036Z | Downloaded serde_urlencoded v0.7.1 |
| 976 | 2026-06-25T00:26:13.036Z | Downloaded serde_plain v1.0.2 |
| 977 | 2026-06-25T00:26:13.036Z | Downloaded seq-macro v0.3.6 |
| 978 | 2026-06-25T00:26:13.036Z | Downloaded serde_repr v0.1.20 |
| 979 | 2026-06-25T00:26:13.036Z | Downloaded shell-words v1.1.1 |
| 980 | 2026-06-25T00:26:13.036Z | Downloaded serde-big-array v0.5.1 |
| 981 | 2026-06-25T00:26:13.036Z | Downloaded semver v0.1.20 |
| 982 | 2026-06-25T00:26:13.036Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-06-25T00:26:13.036Z | Downloaded secrecy v0.8.0 |
| 984 | 2026-06-25T00:26:13.036Z | Downloaded sigpipe v0.1.3 |
| 985 | 2026-06-25T00:26:13.036Z | Downloaded signature v2.2.0 |
| 986 | 2026-06-25T00:26:13.036Z | Downloaded indicatif v0.18.4 |
| 987 | 2026-06-25T00:26:13.036Z | Downloaded serde_bytes v0.11.19 |
| 988 | 2026-06-25T00:26:13.041Z | Downloaded quinn-udp v0.5.14 |
| 989 | 2026-06-25T00:26:13.041Z | Downloaded hickory-server v0.25.2 |
| 990 | 2026-06-25T00:26:13.041Z | Downloaded hickory-resolver v0.24.4 |
| 991 | 2026-06-25T00:26:13.044Z | Downloaded jiff-static v0.2.21 |
| 992 | 2026-06-25T00:26:13.044Z | Downloaded rustc_version v0.1.7 |
| 993 | 2026-06-25T00:26:13.044Z | Downloaded hyper-util v0.1.20 |
| 994 | 2026-06-25T00:26:13.047Z | Downloaded serde_spanned v1.0.4 |
| 995 | 2026-06-25T00:26:13.051Z | Downloaded pin-project v1.1.11 |
| 996 | 2026-06-25T00:26:13.055Z | Downloaded diesel_derives v2.3.7 |
| 997 | 2026-06-25T00:26:13.058Z | Downloaded rusty-fork v0.3.1 |
| 998 | 2026-06-25T00:26:13.061Z | Downloaded rustls-pemfile v1.0.4 |
| 999 | 2026-06-25T00:26:13.061Z | Downloaded rustversion v1.0.22 |
| 1000 | 2026-06-25T00:26:13.064Z | Downloaded openssl-sys v0.9.115 |
| 1001 | 2026-06-25T00:26:13.070Z | Downloaded rustls-native-certs v0.8.3 |
| 1002 | 2026-06-25T00:26:13.074Z | Downloaded signal-hook-mio v0.2.5 |
| 1003 | 2026-06-25T00:26:13.074Z | Downloaded hashbrown v0.12.3 |
| 1004 | 2026-06-25T00:26:13.077Z | Downloaded siphasher v1.0.2 |
| 1005 | 2026-06-25T00:26:13.080Z | Downloaded signal-hook-tokio v0.3.1 |
| 1006 | 2026-06-25T00:26:13.083Z | Downloaded slog-bunyan v2.5.0 |
| 1007 | 2026-06-25T00:26:13.083Z | Downloaded sct v0.7.1 |
| 1008 | 2026-06-25T00:26:13.094Z | Downloaded prefix-trie v0.7.0 |
| 1009 | 2026-06-25T00:26:13.097Z | Downloaded progenitor-impl v0.14.0 |
| 1010 | 2026-06-25T00:26:13.100Z | Downloaded scroll v0.13.0 |
| 1011 | 2026-06-25T00:26:13.100Z | Downloaded slog-envlogger v2.2.0 |
| 1012 | 2026-06-25T00:26:13.100Z | Downloaded scrypt v0.11.0 |
| 1013 | 2026-06-25T00:26:13.104Z | Downloaded schemars_derive v0.8.22 |
| 1014 | 2026-06-25T00:26:13.104Z | Downloaded serde_path_to_error v0.1.20 |
| 1015 | 2026-06-25T00:26:13.107Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-06-25T00:26:13.110Z | Downloaded papergrid v0.17.0 |
| 1017 | 2026-06-25T00:26:13.114Z | Downloaded serde-hex v0.1.0 |
| 1018 | 2026-06-25T00:26:13.114Z | Downloaded sec1 v0.7.3 |
| 1019 | 2026-06-25T00:26:13.123Z | Downloaded http v1.4.0 |
| 1020 | 2026-06-25T00:26:13.129Z | Downloaded rustls-pemfile v2.2.0 |
| 1021 | 2026-06-25T00:26:13.132Z | Downloaded rustls-pki-types v1.14.0 |
| 1022 | 2026-06-25T00:26:13.135Z | Downloaded serde_with_macros v1.5.2 |
| 1023 | 2026-06-25T00:26:13.137Z | Downloaded simd-adler32 v0.3.8 |
| 1024 | 2026-06-25T00:26:13.140Z | Downloaded ssh-encoding v0.2.0 |
| 1025 | 2026-06-25T00:26:13.140Z | Downloaded ssh-cipher v0.2.0 |
| 1026 | 2026-06-25T00:26:13.149Z | Downloaded strum v0.27.2 |
| 1027 | 2026-06-25T00:26:13.152Z | Downloaded strum v0.26.3 |
| 1028 | 2026-06-25T00:26:13.152Z | Downloaded subtle v2.6.1 |
| 1029 | 2026-06-25T00:26:13.158Z | Downloaded tabled_derive v0.11.0 |
| 1030 | 2026-06-25T00:26:13.161Z | Downloaded rcgen v0.12.1 |
| 1031 | 2026-06-25T00:26:13.161Z | Downloaded slab v0.4.12 |
| 1032 | 2026-06-25T00:26:13.161Z | Downloaded signal-hook-registry v1.4.8 |
| 1033 | 2026-06-25T00:26:13.164Z | Downloaded slog-async v2.8.0 |
| 1034 | 2026-06-25T00:26:13.168Z | Downloaded strsim v0.10.0 |
| 1035 | 2026-06-25T00:26:13.168Z | Downloaded structmeta-derive v0.3.0 |
| 1036 | 2026-06-25T00:26:13.168Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-06-25T00:26:13.171Z | Downloaded slog-dtrace v0.3.0 |
| 1038 | 2026-06-25T00:26:13.171Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1039 | 2026-06-25T00:26:13.171Z | Downloaded slog-term v2.9.2 |
| 1040 | 2026-06-25T00:26:13.175Z | Downloaded smf v0.2.3 |
| 1041 | 2026-06-25T00:26:13.176Z | Downloaded smallvec v0.6.14 |
| 1042 | 2026-06-25T00:26:13.176Z | Downloaded tap v1.0.1 |
| 1043 | 2026-06-25T00:26:13.179Z | Downloaded prettyplease v0.2.37 |
| 1044 | 2026-06-25T00:26:13.179Z | Downloaded take_mut v0.2.2 |
| 1045 | 2026-06-25T00:26:13.179Z | Downloaded sync-ptr v0.1.4 |
| 1046 | 2026-06-25T00:26:13.180Z | Downloaded termtree v0.5.1 |
| 1047 | 2026-06-25T00:26:13.183Z | Downloaded structmeta v0.3.0 |
| 1048 | 2026-06-25T00:26:13.183Z | Downloaded slog-stdlog v4.1.1 |
| 1049 | 2026-06-25T00:26:13.183Z | Downloaded slog-scope v4.4.1 |
| 1050 | 2026-06-25T00:26:13.183Z | Downloaded pretty_assertions v1.4.1 |
| 1051 | 2026-06-25T00:26:13.186Z | Downloaded tagptr v0.2.0 |
| 1052 | 2026-06-25T00:26:13.186Z | Downloaded tabwriter v1.4.1 |
| 1053 | 2026-06-25T00:26:13.186Z | Downloaded serde_cbor v0.11.2 |
| 1054 | 2026-06-25T00:26:13.189Z | Downloaded minimal-lexical v0.2.1 |
| 1055 | 2026-06-25T00:26:13.192Z | Downloaded serde_with_macros v3.17.0 |
| 1056 | 2026-06-25T00:26:13.195Z | Downloaded testing_table v0.3.0 |
| 1057 | 2026-06-25T00:26:13.195Z | Downloaded sync_wrapper v1.0.2 |
| 1058 | 2026-06-25T00:26:13.195Z | Downloaded time-core v0.1.8 |
| 1059 | 2026-06-25T00:26:13.198Z | Downloaded progenitor-impl v0.13.0 |
| 1060 | 2026-06-25T00:26:13.198Z | Downloaded crossterm v0.29.0 |
| 1061 | 2026-06-25T00:26:13.201Z | Downloaded string_cache v0.8.9 |
| 1062 | 2026-06-25T00:26:13.204Z | Downloaded stacker v0.1.23 |
| 1063 | 2026-06-25T00:26:13.204Z | Downloaded sqlformat v0.3.5 |
| 1064 | 2026-06-25T00:26:13.207Z | Downloaded num-bigint v0.4.6 |
| 1065 | 2026-06-25T00:26:13.207Z | Downloaded supports-color v3.0.2 |
| 1066 | 2026-06-25T00:26:13.211Z | Downloaded static_assertions v1.1.0 |
| 1067 | 2026-06-25T00:26:13.211Z | Downloaded spki v0.7.3 |
| 1068 | 2026-06-25T00:26:13.214Z | Downloaded snafu-derive v0.8.9 |
| 1069 | 2026-06-25T00:26:13.214Z | Downloaded sqlparser_derive v0.5.0 |
| 1070 | 2026-06-25T00:26:13.214Z | Downloaded shlex v1.3.0 |
| 1071 | 2026-06-25T00:26:13.220Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1072 | 2026-06-25T00:26:13.227Z | Downloaded tinyvec_macros v0.1.1 |
| 1073 | 2026-06-25T00:26:13.237Z | Downloaded support-bundle-viewer v0.1.2 |
| 1074 | 2026-06-25T00:26:13.242Z | Downloaded stringprep v0.1.5 |
| 1075 | 2026-06-25T00:26:13.245Z | Downloaded strum_macros v0.27.2 |
| 1076 | 2026-06-25T00:26:13.250Z | Downloaded schemars v0.8.22 |
| 1077 | 2026-06-25T00:26:13.256Z | Downloaded ryu v1.0.23 |
| 1078 | 2026-06-25T00:26:13.263Z | Downloaded dropshot-api-manager v0.7.2 |
| 1079 | 2026-06-25T00:26:13.265Z | Downloaded termios v0.3.3 |
| 1080 | 2026-06-25T00:26:13.269Z | Downloaded russh-keys v0.45.0 |
| 1081 | 2026-06-25T00:26:13.272Z | Downloaded ron v0.8.1 |
| 1082 | 2026-06-25T00:26:13.275Z | Downloaded thiserror-no-std v2.0.2 |
| 1083 | 2026-06-25T00:26:13.277Z | Downloaded thread-id v5.1.0 |
| 1084 | 2026-06-25T00:26:13.278Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1085 | 2026-06-25T00:26:13.281Z | Downloaded qorb v0.4.1 |
| 1086 | 2026-06-25T00:26:13.283Z | Downloaded spin v0.9.8 |
| 1087 | 2026-06-25T00:26:13.286Z | Downloaded thread_local v1.1.9 |
| 1088 | 2026-06-25T00:26:13.286Z | Downloaded nom v7.1.3 |
| 1089 | 2026-06-25T00:26:13.291Z | Downloaded publicsuffix v2.3.0 |
| 1090 | 2026-06-25T00:26:13.293Z | Downloaded hashbrown v0.15.5 |
| 1091 | 2026-06-25T00:26:13.294Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1092 | 2026-06-25T00:26:13.296Z | Downloaded tiny-keccak v2.0.2 |
| 1093 | 2026-06-25T00:26:13.299Z | Downloaded time-macros v0.2.27 |
| 1094 | 2026-06-25T00:26:13.299Z | Downloaded rand v0.8.6 |
| 1095 | 2026-06-25T00:26:13.304Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-06-25T00:26:13.307Z | Downloaded unarray v0.1.4 |
| 1097 | 2026-06-25T00:26:13.310Z | Downloaded trait-variant v0.1.2 |
| 1098 | 2026-06-25T00:26:13.316Z | Downloaded strum_macros v0.26.4 |
| 1099 | 2026-06-25T00:26:13.319Z | Downloaded strum_macros v0.24.3 |
| 1100 | 2026-06-25T00:26:13.324Z | Downloaded libxml v0.3.3 |
| 1101 | 2026-06-25T00:26:13.327Z | Downloaded slog v2.8.2 |
| 1102 | 2026-06-25T00:26:13.327Z | Downloaded try-lock v0.2.5 |
| 1103 | 2026-06-25T00:26:13.327Z | Downloaded utf-8 v0.7.6 |
| 1104 | 2026-06-25T00:26:13.327Z | Downloaded tokio-native-tls v0.3.1 |
| 1105 | 2026-06-25T00:26:13.330Z | Downloaded tokio-macros v2.7.0 |
| 1106 | 2026-06-25T00:26:13.330Z | Downloaded tokio-dtrace v0.1.1 |
| 1107 | 2026-06-25T00:26:13.330Z | Downloaded tls_codec v0.4.2 |
| 1108 | 2026-06-25T00:26:13.333Z | Downloaded untrusted v0.9.0 |
| 1109 | 2026-06-25T00:26:13.333Z | Downloaded similar v2.7.0 |
| 1110 | 2026-06-25T00:26:13.336Z | Downloaded rayon-core v1.13.0 |
| 1111 | 2026-06-25T00:26:13.339Z | Downloaded schemars v0.9.0 |
| 1112 | 2026-06-25T00:26:13.344Z | Downloaded term v1.2.1 |
| 1113 | 2026-06-25T00:26:13.347Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-06-25T00:26:13.350Z | Downloaded tokio-rustls v0.25.0 |
| 1115 | 2026-06-25T00:26:13.350Z | Downloaded unit-prefix v0.5.2 |
| 1116 | 2026-06-25T00:26:13.350Z | Downloaded term v0.7.0 |
| 1117 | 2026-06-25T00:26:13.354Z | Downloaded usdt-macro v0.6.0 |
| 1118 | 2026-06-25T00:26:13.354Z | Downloaded usdt v0.6.0 |
| 1119 | 2026-06-25T00:26:13.356Z | Downloaded aho-corasick v1.1.4 |
| 1120 | 2026-06-25T00:26:13.359Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1121 | 2026-06-25T00:26:13.359Z | Downloaded mio v1.2.0 |
| 1122 | 2026-06-25T00:26:13.362Z | Downloaded itertools v0.12.1 |
| 1123 | 2026-06-25T00:26:13.367Z | Downloaded usdt-attr-macro v0.6.0 |
| 1124 | 2026-06-25T00:26:13.370Z | Downloaded untrusted v0.7.1 |
| 1125 | 2026-06-25T00:26:13.370Z | Downloaded typify-macro v0.6.2 |
| 1126 | 2026-06-25T00:26:13.370Z | Downloaded topological-sort v0.2.2 |
| 1127 | 2026-06-25T00:26:13.370Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1128 | 2026-06-25T00:26:13.373Z | Downloaded tokio-tungstenite v0.23.1 |
| 1129 | 2026-06-25T00:26:13.373Z | Downloaded rsa v0.9.10 |
| 1130 | 2026-06-25T00:26:13.376Z | Downloaded void v1.0.2 |
| 1131 | 2026-06-25T00:26:13.376Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1132 | 2026-06-25T00:26:13.379Z | Downloaded quinn v0.11.9 |
| 1133 | 2026-06-25T00:26:13.383Z | Downloaded iri-string v0.7.10 |
| 1134 | 2026-06-25T00:26:13.389Z | Downloaded wait-timeout v0.2.1 |
| 1135 | 2026-06-25T00:26:13.396Z | Downloaded rustls-webpki v0.103.9 |
| 1136 | 2026-06-25T00:26:13.399Z | Downloaded samael v0.0.19 |
| 1137 | 2026-06-25T00:26:13.404Z | Downloaded tui-tree-widget v0.23.1 |
| 1138 | 2026-06-25T00:26:13.407Z | Downloaded tls_codec_derive v0.4.2 |
| 1139 | 2026-06-25T00:26:13.407Z | Downloaded signal-hook v0.3.18 |
| 1140 | 2026-06-25T00:26:13.410Z | Downloaded rand v0.9.2 |
| 1141 | 2026-06-25T00:26:13.413Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2026-06-25T00:26:13.413Z | Downloaded want v0.3.1 |
| 1143 | 2026-06-25T00:26:13.413Z | Downloaded num-bigint-dig v0.8.6 |
| 1144 | 2026-06-25T00:26:13.416Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-06-25T00:26:13.419Z | Downloaded tokio-tungstenite v0.21.0 |
| 1146 | 2026-06-25T00:26:13.419Z | Downloaded unicase v2.9.0 |
| 1147 | 2026-06-25T00:26:13.422Z | Downloaded subprocess v0.2.15 |
| 1148 | 2026-06-25T00:26:13.431Z | Downloaded tokio-stream v0.1.18 |
| 1149 | 2026-06-25T00:26:13.434Z | Downloaded universal-hash v0.5.1 |
| 1150 | 2026-06-25T00:26:13.437Z | Downloaded tower-layer v0.3.3 |
| 1151 | 2026-06-25T00:26:13.437Z | Downloaded vergen-git2 v9.1.0 |
| 1152 | 2026-06-25T00:26:13.437Z | Downloaded tokio-rustls v0.26.4 |
| 1153 | 2026-06-25T00:26:13.441Z | Downloaded xattr v1.6.1 |
| 1154 | 2026-06-25T00:26:13.441Z | Downloaded xshell-macros v0.2.7 |
| 1155 | 2026-06-25T00:26:13.444Z | Downloaded uzers v0.12.2 |
| 1156 | 2026-06-25T00:26:13.444Z | Downloaded socket2 v0.6.3 |
| 1157 | 2026-06-25T00:26:13.449Z | Downloaded h2 v0.4.13 |
| 1158 | 2026-06-25T00:26:13.453Z | Downloaded socket2 v0.5.10 |
| 1159 | 2026-06-25T00:26:13.457Z | Downloaded vergen-lib v0.1.6 |
| 1160 | 2026-06-25T00:26:13.462Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1161 | 2026-06-25T00:26:13.465Z | Downloaded zone_cfg_derive v0.3.1 |
| 1162 | 2026-06-25T00:26:13.466Z | Downloaded zeroize_derive v1.4.3 |
| 1163 | 2026-06-25T00:26:13.466Z | Downloaded itertools v0.10.5 |
| 1164 | 2026-06-25T00:26:13.469Z | Downloaded vergen-lib v9.1.0 |
| 1165 | 2026-06-25T00:26:13.472Z | Downloaded itertools v0.13.0 |
| 1166 | 2026-06-25T00:26:13.475Z | Downloaded hashbrown v0.16.1 |
| 1167 | 2026-06-25T00:26:13.481Z | Downloaded zone v0.3.1 |
| 1168 | 2026-06-25T00:26:13.481Z | Downloaded usdt-impl v0.6.0 |
| 1169 | 2026-06-25T00:26:13.481Z | Downloaded tinyvec v1.10.0 |
| 1170 | 2026-06-25T00:26:13.481Z | Downloaded test-strategy v0.4.5 |
| 1171 | 2026-06-25T00:26:13.492Z | Downloaded tracing-attributes v0.1.31 |
| 1172 | 2026-06-25T00:26:13.492Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-06-25T00:26:13.492Z | Downloaded itertools v0.14.0 |
| 1174 | 2026-06-25T00:26:13.498Z | Downloaded libm v0.2.16 |
| 1175 | 2026-06-25T00:26:13.498Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-06-25T00:26:13.498Z | Downloaded curve25519-dalek v4.1.3 |
| 1177 | 2026-06-25T00:26:13.501Z | Downloaded wyz v0.5.1 |
| 1178 | 2026-06-25T00:26:13.502Z | Downloaded whoami v2.1.0 |
| 1179 | 2026-06-25T00:26:13.504Z | Downloaded p521 v0.13.3 |
| 1180 | 2026-06-25T00:26:13.508Z | Downloaded hyper v1.8.1 |
| 1181 | 2026-06-25T00:26:13.511Z | Downloaded tar v0.4.45 |
| 1182 | 2026-06-25T00:26:13.511Z | Downloaded snafu v0.8.9 |
| 1183 | 2026-06-25T00:26:13.514Z | Downloaded schemars v1.2.1 |
| 1184 | 2026-06-25T00:26:13.521Z | Downloaded zeroize v1.8.2 |
| 1185 | 2026-06-25T00:26:13.524Z | Downloaded vergen-gitcl v1.0.8 |
| 1186 | 2026-06-25T00:26:13.524Z | Downloaded vergen v9.1.0 |
| 1187 | 2026-06-25T00:26:13.524Z | Downloaded twox-hash v2.1.2 |
| 1188 | 2026-06-25T00:26:13.527Z | Downloaded toml v0.7.8 |
| 1189 | 2026-06-25T00:26:13.530Z | Downloaded zstd-safe v7.2.4 |
| 1190 | 2026-06-25T00:26:13.530Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1191 | 2026-06-25T00:26:13.533Z | Downloaded russh v0.45.0 |
| 1192 | 2026-06-25T00:26:13.536Z | Downloaded rand v0.10.0 |
| 1193 | 2026-06-25T00:26:13.539Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-06-25T00:26:13.539Z | Downloaded hkdf v0.12.4 |
| 1195 | 2026-06-25T00:26:13.547Z | Downloaded steno v0.4.1 |
| 1196 | 2026-06-25T00:26:13.549Z | Downloaded typify v0.6.2 |
| 1197 | 2026-06-25T00:26:13.552Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-06-25T00:26:13.559Z | Downloaded tungstenite v0.21.0 |
| 1199 | 2026-06-25T00:26:13.566Z | Downloaded futures-util v0.3.32 |
| 1200 | 2026-06-25T00:26:13.572Z | Downloaded zerocopy v0.6.6 |
| 1201 | 2026-06-25T00:26:13.575Z | Downloaded xshell v0.2.7 |
| 1202 | 2026-06-25T00:26:13.575Z | Downloaded uuid v1.23.0 |
| 1203 | 2026-06-25T00:26:13.579Z | Downloaded unsafe-libyaml v0.2.11 |
| 1204 | 2026-06-25T00:26:13.582Z | Downloaded tungstenite v0.23.0 |
| 1205 | 2026-06-25T00:26:13.582Z | Downloaded iddqd v0.4.2 |
| 1206 | 2026-06-25T00:26:13.585Z | Downloaded unicode-properties v0.1.4 |
| 1207 | 2026-06-25T00:26:13.590Z | Downloaded rpassword v7.4.0 |
| 1208 | 2026-06-25T00:26:13.590Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1209 | 2026-06-25T00:26:13.594Z | Downloaded tracing-core v0.1.36 |
| 1210 | 2026-06-25T00:26:13.594Z | Downloaded serde_with v1.14.0 |
| 1211 | 2026-06-25T00:26:13.597Z | Downloaded vsss-rs v3.3.4 |
| 1212 | 2026-06-25T00:26:13.602Z | Downloaded nom v8.0.0 |
| 1213 | 2026-06-25T00:26:13.607Z | Downloaded rustyline v14.0.0 |
| 1214 | 2026-06-25T00:26:13.616Z | Downloaded tokio-postgres v0.7.16 |
| 1215 | 2026-06-25T00:26:13.624Z | Downloaded yasna v0.5.2 |
| 1216 | 2026-06-25T00:26:13.626Z | Downloaded bitvec v1.0.1 |
| 1217 | 2026-06-25T00:26:13.641Z | Downloaded vte v0.14.1 |
| 1218 | 2026-06-25T00:26:13.644Z | Downloaded ssh-key v0.6.7 |
| 1219 | 2026-06-25T00:26:13.647Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-06-25T00:26:13.658Z | Downloaded reedline v0.40.0 |
| 1221 | 2026-06-25T00:26:13.662Z | Downloaded aws-lc-rs v1.16.3 |
| 1222 | 2026-06-25T00:26:13.673Z | Downloaded chrono v0.4.44 |
| 1223 | 2026-06-25T00:26:13.676Z | Downloaded p384 v0.13.1 |
| 1224 | 2026-06-25T00:26:13.679Z | Downloaded unicode_categories v0.1.1 |
| 1225 | 2026-06-25T00:26:13.682Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-06-25T00:26:13.691Z | Downloaded zip v0.6.6 |
| 1227 | 2026-06-25T00:26:13.694Z | Downloaded toml_edit v0.19.15 |
| 1228 | 2026-06-25T00:26:13.704Z | Downloaded regex v1.12.3 |
| 1229 | 2026-06-25T00:26:13.707Z | Downloaded bindgen v0.71.1 |
| 1230 | 2026-06-25T00:26:13.720Z | Downloaded tower v0.5.3 |
| 1231 | 2026-06-25T00:26:13.725Z | Downloaded quick-xml v0.37.5 |
| 1232 | 2026-06-25T00:26:13.730Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-06-25T00:26:13.737Z | Downloaded typed-path v0.9.3 |
| 1234 | 2026-06-25T00:26:13.739Z | Downloaded git2 v0.20.4 |
| 1235 | 2026-06-25T00:26:13.744Z | Downloaded portable-atomic v1.13.1 |
| 1236 | 2026-06-25T00:26:13.749Z | Downloaded x509-cert v0.2.5 |
| 1237 | 2026-06-25T00:26:13.753Z | Downloaded rustls-webpki v0.101.7 |
| 1238 | 2026-06-25T00:26:13.760Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-06-25T00:26:13.763Z | Downloaded salty v0.3.0 |
| 1240 | 2026-06-25T00:26:13.768Z | Downloaded petname v2.0.2 |
| 1241 | 2026-06-25T00:26:13.771Z | Downloaded moka v0.12.13 |
| 1242 | 2026-06-25T00:26:13.776Z | Downloaded reqwest v0.13.2 |
| 1243 | 2026-06-25T00:26:13.779Z | Downloaded zerocopy-derive v0.8.40 |
| 1244 | 2026-06-25T00:26:13.784Z | Downloaded reqwest v0.12.28 |
| 1245 | 2026-06-25T00:26:13.787Z | Downloaded zip v4.6.1 |
| 1246 | 2026-06-25T00:26:13.791Z | Downloaded serde_with v3.17.0 |
| 1247 | 2026-06-25T00:26:13.797Z | Downloaded lalrpop v0.19.12 |
| 1248 | 2026-06-25T00:26:13.805Z | Downloaded tough v0.22.0 |
| 1249 | 2026-06-25T00:26:13.810Z | Downloaded tokio-util v0.7.18 |
| 1250 | 2026-06-25T00:26:13.815Z | Downloaded goblin v0.10.5 |
| 1251 | 2026-06-25T00:26:13.830Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-06-25T00:26:13.846Z | Downloaded proptest v1.10.0 |
| 1253 | 2026-06-25T00:26:13.851Z | Downloaded nix v0.27.1 |
| 1254 | 2026-06-25T00:26:13.859Z | Downloaded winnow v0.5.40 |
| 1255 | 2026-06-25T00:26:13.864Z | Downloaded rustls-webpki v0.102.8 |
| 1256 | 2026-06-25T00:26:13.874Z | Downloaded tower-http v0.6.8 |
| 1257 | 2026-06-25T00:26:13.879Z | Downloaded radix_trie v0.2.1 |
| 1258 | 2026-06-25T00:26:13.882Z | Downloaded quinn-proto v0.11.13 |
| 1259 | 2026-06-25T00:26:13.885Z | Downloaded winnow v0.6.26 |
| 1260 | 2026-06-25T00:26:13.893Z | Downloaded object v0.30.4 |
| 1261 | 2026-06-25T00:26:13.923Z | Downloaded polar-core v0.27.3 |
| 1262 | 2026-06-25T00:26:13.950Z | Downloaded dropshot v0.17.0 |
| 1263 | 2026-06-25T00:26:13.963Z | Downloaded bstr v1.12.1 |
| 1264 | 2026-06-25T00:26:13.968Z | Downloaded openssl v0.10.79 |
| 1265 | 2026-06-25T00:26:13.973Z | Downloaded tabled v0.20.0 |
| 1266 | 2026-06-25T00:26:13.983Z | Downloaded vcpkg v0.2.15 |
| 1267 | 2026-06-25T00:26:14.005Z | Downloaded zlib-rs v0.6.2 |
| 1268 | 2026-06-25T00:26:14.008Z | Downloaded zerocopy v0.8.40 |
| 1269 | 2026-06-25T00:26:14.013Z | Downloaded time v0.3.47 |
| 1270 | 2026-06-25T00:26:14.020Z | Downloaded nix v0.31.2 |
| 1271 | 2026-06-25T00:26:14.027Z | Downloaded smoltcp v0.9.1 |
| 1272 | 2026-06-25T00:26:14.033Z | Downloaded rustls v0.23.37 |
| 1273 | 2026-06-25T00:26:14.039Z | Downloaded rustls v0.22.4 |
| 1274 | 2026-06-25T00:26:14.046Z | Downloaded openapiv3 v2.2.0 |
| 1275 | 2026-06-25T00:26:14.053Z | Downloaded object v0.37.3 |
| 1276 | 2026-06-25T00:26:14.059Z | Downloaded smoltcp v0.11.0 |
| 1277 | 2026-06-25T00:26:14.066Z | Downloaded regress v0.10.5 |
| 1278 | 2026-06-25T00:26:14.071Z | Downloaded hickory-proto v0.25.2 |
| 1279 | 2026-06-25T00:26:14.082Z | Downloaded regress v0.11.1 |
| 1280 | 2026-06-25T00:26:14.085Z | Downloaded diesel v2.3.7 |
| 1281 | 2026-06-25T00:26:14.097Z | Downloaded regex-syntax v0.6.29 |
| 1282 | 2026-06-25T00:26:14.100Z | Downloaded webpki-roots v1.0.6 |
| 1283 | 2026-06-25T00:26:14.103Z | Downloaded regex-syntax v0.8.10 |
| 1284 | 2026-06-25T00:26:14.107Z | Downloaded rustls v0.21.12 |
| 1285 | 2026-06-25T00:26:14.113Z | Downloaded sqlparser v0.61.0 |
| 1286 | 2026-06-25T00:26:14.119Z | Downloaded rustix v0.38.44 |
| 1287 | 2026-06-25T00:26:14.133Z | Downloaded hickory-proto v0.24.4 |
| 1288 | 2026-06-25T00:26:14.140Z | Downloaded nix v0.28.0 |
| 1289 | 2026-06-25T00:26:14.146Z | Downloaded typify-impl v0.6.2 |
| 1290 | 2026-06-25T00:26:14.154Z | Downloaded tracing v0.1.44 |
| 1291 | 2026-06-25T00:26:14.187Z | Downloaded regex-automata v0.4.14 |
| 1292 | 2026-06-25T00:26:14.196Z | Downloaded zerocopy-derive v0.6.6 |
| 1293 | 2026-06-25T00:26:14.214Z | Downloaded sled v0.34.7 |
| 1294 | 2026-06-25T00:26:14.220Z | Downloaded ratatui v0.29.0 |
| 1295 | 2026-06-25T00:26:14.234Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-06-25T00:26:14.240Z | Downloaded csv v1.4.0 |
| 1297 | 2026-06-25T00:26:14.263Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1298 | 2026-06-25T00:26:14.275Z | Downloaded tokio v1.52.1 |
| 1299 | 2026-06-25T00:26:14.309Z | Downloaded encoding_rs v0.8.35 |
| 1300 | 2026-06-25T00:26:14.323Z | Downloaded petgraph v0.6.5 |
| 1301 | 2026-06-25T00:26:14.346Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-06-25T00:26:14.357Z | Downloaded chrono-tz v0.10.4 |
| 1303 | 2026-06-25T00:26:14.369Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-06-25T00:26:14.396Z | Downloaded libz-sys v1.1.24 |
| 1305 | 2026-06-25T00:26:14.409Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-06-25T00:26:14.533Z | Downloaded ring v0.17.14 |
| 1307 | 2026-06-25T00:26:14.580Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1308 | 2026-06-25T00:26:15.124Z | Downloaded aws-lc-sys v0.40.0 |
| 1309 | 2026-06-25T00:26:15.377Z | Compiling libc v0.2.185 |
| 1310 | 2026-06-25T00:26:15.377Z | Compiling serde v1.0.228 |
| 1311 | 2026-06-25T00:26:15.380Z | Compiling log v0.4.29 |
| 1312 | 2026-06-25T00:26:15.380Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-06-25T00:26:15.380Z | Compiling shlex v1.3.0 |
| 1314 | 2026-06-25T00:26:15.380Z | Compiling smallvec v1.15.1 |
| 1315 | 2026-06-25T00:26:15.380Z | Compiling syn v2.0.117 |
| 1316 | 2026-06-25T00:26:15.380Z | Compiling typenum v1.19.0 |
| 1317 | 2026-06-25T00:26:15.691Z | Compiling generic-array v0.14.7 |
| 1318 | 2026-06-25T00:26:15.719Z | Compiling subtle v2.6.1 |
| 1319 | 2026-06-25T00:26:15.748Z | Compiling scopeguard v1.2.0 |
| 1320 | 2026-06-25T00:26:15.765Z | Compiling const-oid v0.9.6 |
| 1321 | 2026-06-25T00:26:15.828Z | Compiling serde_json v1.0.149 |
| 1322 | 2026-06-25T00:26:15.865Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-06-25T00:26:15.915Z | Compiling zerocopy v0.8.40 |
| 1324 | 2026-06-25T00:26:15.945Z | Compiling pin-project-lite v0.2.17 |
| 1325 | 2026-06-25T00:26:16.037Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-06-25T00:26:16.097Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-06-25T00:26:16.329Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-06-25T00:26:16.342Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-06-25T00:26:16.396Z | Compiling errno v0.3.14 |
| 1330 | 2026-06-25T00:26:16.461Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-06-25T00:26:16.520Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-06-25T00:26:16.543Z | Compiling cc v1.2.56 |
| 1333 | 2026-06-25T00:26:16.721Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-06-25T00:26:16.736Z | Compiling bitflags v2.11.0 |
| 1335 | 2026-06-25T00:26:16.838Z | Compiling futures-core v0.3.32 |
| 1336 | 2026-06-25T00:26:18.060Z | Compiling critical-section v1.2.0 |
| 1337 | 2026-06-25T00:26:18.065Z | Compiling libm v0.2.16 |
| 1338 | 2026-06-25T00:26:18.065Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-06-25T00:26:18.065Z | Compiling mio v1.2.0 |
| 1340 | 2026-06-25T00:26:18.065Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-06-25T00:26:18.065Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-06-25T00:26:18.065Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-06-25T00:26:18.065Z | Compiling socket2 v0.6.3 |
| 1344 | 2026-06-25T00:26:18.065Z | Compiling futures-sink v0.3.32 |
| 1345 | 2026-06-25T00:26:18.065Z | Compiling cpufeatures v0.2.17 |
| 1346 | 2026-06-25T00:26:18.065Z | Compiling futures-channel v0.3.32 |
| 1347 | 2026-06-25T00:26:18.065Z | Compiling slab v0.4.12 |
| 1348 | 2026-06-25T00:26:18.065Z | Compiling futures-task v0.3.32 |
| 1349 | 2026-06-25T00:26:18.066Z | Compiling futures-io v0.3.32 |
| 1350 | 2026-06-25T00:26:18.066Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-06-25T00:26:18.066Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-06-25T00:26:18.066Z | Compiling indexmap v2.14.0 |
| 1353 | 2026-06-25T00:26:18.066Z | Compiling getrandom v0.3.4 |
| 1354 | 2026-06-25T00:26:18.066Z | Compiling rustversion v1.0.22 |
| 1355 | 2026-06-25T00:26:18.066Z | Compiling cmake v0.1.57 |
| 1356 | 2026-06-25T00:26:18.272Z | Compiling form_urlencoded v1.2.2 |
| 1357 | 2026-06-25T00:26:18.296Z | Compiling dunce v1.0.5 |
| 1358 | 2026-06-25T00:26:18.328Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-06-25T00:26:18.466Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-06-25T00:26:18.466Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-06-25T00:26:18.586Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-06-25T00:26:18.601Z | Compiling iana-time-zone v0.1.65 |
| 1363 | 2026-06-25T00:26:18.630Z | Compiling aws-lc-sys v0.40.0 |
| 1364 | 2026-06-25T00:26:18.731Z | Compiling regex-syntax v0.8.10 |
| 1365 | 2026-06-25T00:26:18.806Z | Compiling rustix v1.1.3 |
| 1366 | 2026-06-25T00:26:18.853Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-25T00:26:18.887Z | Compiling flagset v0.4.7 |
| 1368 | 2026-06-25T00:26:19.017Z | Compiling rand_core v0.9.5 |
| 1369 | 2026-06-25T00:26:19.042Z | Compiling ring v0.17.14 |
| 1370 | 2026-06-25T00:26:19.074Z | Compiling aws-lc-rs v1.16.3 |
| 1371 | 2026-06-25T00:26:19.160Z | Compiling vcpkg v0.2.15 |
| 1372 | 2026-06-25T00:26:19.308Z | Compiling uuid v1.23.0 |
| 1373 | 2026-06-25T00:26:19.365Z | Compiling rustc_version v0.4.1 |
| 1374 | 2026-06-25T00:26:19.703Z | Compiling tracing-core v0.1.36 |
| 1375 | 2026-06-25T00:26:19.925Z | Compiling openssl-sys v0.9.115 |
| 1376 | 2026-06-25T00:26:20.062Z | Compiling base64 v0.22.1 |
| 1377 | 2026-06-25T00:26:20.225Z | Compiling serde_derive v1.0.228 |
| 1378 | 2026-06-25T00:26:20.278Z | Compiling zeroize_derive v1.4.3 |
| 1379 | 2026-06-25T00:26:20.360Z | Compiling zerofrom-derive v0.1.6 |
| 1380 | 2026-06-25T00:26:20.452Z | Compiling yoke-derive v0.8.1 |
| 1381 | 2026-06-25T00:26:20.551Z | Compiling zerocopy-derive v0.8.40 |
| 1382 | 2026-06-25T00:26:20.932Z | Compiling zeroize v1.8.2 |
| 1383 | 2026-06-25T00:26:21.150Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-06-25T00:26:21.616Z | Compiling displaydoc v0.2.5 |
| 1385 | 2026-06-25T00:26:21.713Z | Compiling crypto-common v0.1.7 |
| 1386 | 2026-06-25T00:26:21.749Z | Compiling zerofrom v0.1.6 |
| 1387 | 2026-06-25T00:26:21.860Z | Compiling block-buffer v0.10.4 |
| 1388 | 2026-06-25T00:26:21.924Z | Compiling yoke v0.8.1 |
| 1389 | 2026-06-25T00:26:22.062Z | Compiling digest v0.10.7 |
| 1390 | 2026-06-25T00:26:22.114Z | Compiling tokio-macros v2.7.0 |
| 1391 | 2026-06-25T00:26:22.285Z | Compiling zerovec v0.11.5 |
| 1392 | 2026-06-25T00:26:22.321Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-06-25T00:26:22.372Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-06-25T00:26:22.671Z | Compiling hmac v0.12.1 |
| 1395 | 2026-06-25T00:26:22.793Z | Compiling tinystr v0.8.2 |
| 1396 | 2026-06-25T00:26:22.832Z | Compiling potential_utf v0.1.4 |
| 1397 | 2026-06-25T00:26:22.845Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-06-25T00:26:22.988Z | Compiling icu_locale_core v2.1.1 |
| 1399 | 2026-06-25T00:26:22.988Z | Compiling icu_collections v2.1.1 |
| 1400 | 2026-06-25T00:26:23.014Z | Compiling inout v0.1.4 |
| 1401 | 2026-06-25T00:26:23.130Z | Compiling futures-util v0.3.32 |
| 1402 | 2026-06-25T00:26:23.178Z | Compiling cipher v0.4.4 |
| 1403 | 2026-06-25T00:26:23.434Z | Compiling sha2 v0.10.9 |
| 1404 | 2026-06-25T00:26:23.464Z | Compiling der_derive v0.7.3 |
| 1405 | 2026-06-25T00:26:23.703Z | Compiling bytes v1.11.1 |
| 1406 | 2026-06-25T00:26:23.732Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-06-25T00:26:23.878Z | Compiling chrono v0.4.44 |
| 1408 | 2026-06-25T00:26:24.032Z | Compiling icu_properties v2.1.2 |
| 1409 | 2026-06-25T00:26:24.329Z | Compiling tokio v1.52.1 |
| 1410 | 2026-06-25T00:26:24.420Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-06-25T00:26:24.819Z | Compiling der v0.7.10 |
| 1412 | 2026-06-25T00:26:24.950Z | Compiling idna_adapter v1.2.1 |
| 1413 | 2026-06-25T00:26:25.029Z | Compiling ppv-lite86 v0.2.21 |
| 1414 | 2026-06-25T00:26:25.086Z | Compiling idna v1.1.0 |
| 1415 | 2026-06-25T00:26:25.116Z | Compiling http v1.4.0 |
| 1416 | 2026-06-25T00:26:25.260Z | Compiling salsa20 v0.10.2 |
| 1417 | 2026-06-25T00:26:25.341Z | Compiling pbkdf2 v0.12.2 |
| 1418 | 2026-06-25T00:26:25.397Z | Compiling url v2.5.8 |
| 1419 | 2026-06-25T00:26:25.409Z | Compiling rustls-pki-types v1.14.0 |
| 1420 | 2026-06-25T00:26:25.452Z | Compiling thiserror-impl v2.0.18 |
| 1421 | 2026-06-25T00:26:25.730Z | Compiling spki v0.7.3 |
| 1422 | 2026-06-25T00:26:25.851Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-06-25T00:26:25.935Z | Compiling http-body v1.0.1 |
| 1424 | 2026-06-25T00:26:25.995Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-06-25T00:26:25.998Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-06-25T00:26:26.083Z | Compiling cbc v0.1.2 |
| 1427 | 2026-06-25T00:26:26.165Z | Compiling aes v0.8.4 |
| 1428 | 2026-06-25T00:26:26.249Z | Compiling untrusted v0.7.1 |
| 1429 | 2026-06-25T00:26:26.291Z | Compiling untrusted v0.9.0 |
| 1430 | 2026-06-25T00:26:26.372Z | Compiling tinyvec_macros v0.1.1 |
| 1431 | 2026-06-25T00:26:26.412Z | Compiling httparse v1.10.1 |
| 1432 | 2026-06-25T00:26:26.442Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-06-25T00:26:26.613Z | Compiling pkcs5 v0.7.1 |
| 1434 | 2026-06-25T00:26:26.677Z | Compiling tinyvec v1.10.0 |
| 1435 | 2026-06-25T00:26:26.772Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-06-25T00:26:26.931Z | Compiling pest_generator v2.8.6 |
| 1437 | 2026-06-25T00:26:27.066Z | Compiling rand v0.9.2 |
| 1438 | 2026-06-25T00:26:27.133Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2026-06-25T00:26:27.160Z | Compiling tracing v0.1.44 |
| 1440 | 2026-06-25T00:26:27.215Z | Compiling aho-corasick v1.1.4 |
| 1441 | 2026-06-25T00:26:27.425Z | Compiling try-lock v0.2.5 |
| 1442 | 2026-06-25T00:26:27.538Z | Compiling tower-service v0.3.3 |
| 1443 | 2026-06-25T00:26:27.625Z | Compiling schemars v0.8.22 |
| 1444 | 2026-06-25T00:26:27.639Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-06-25T00:26:27.802Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-06-25T00:26:27.823Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2026-06-25T00:26:27.858Z | Compiling rustls v0.23.37 |
| 1448 | 2026-06-25T00:26:27.949Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-06-25T00:26:27.965Z | Compiling want v0.3.1 |
| 1450 | 2026-06-25T00:26:28.013Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-06-25T00:26:28.028Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-06-25T00:26:28.126Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-06-25T00:26:28.372Z | Compiling pkcs8 v0.10.2 |
| 1454 | 2026-06-25T00:26:28.672Z | Compiling ipnet v2.11.0 |
| 1455 | 2026-06-25T00:26:28.883Z | Compiling h2 v0.4.13 |
| 1456 | 2026-06-25T00:26:28.883Z | Compiling scroll_derive v0.13.1 |
| 1457 | 2026-06-25T00:26:29.142Z | Compiling darling_core v0.20.11 |
| 1458 | 2026-06-25T00:26:29.161Z | Compiling foreign-types-shared v0.1.1 |
| 1459 | 2026-06-25T00:26:29.231Z | Compiling pin-utils v0.1.0 |
| 1460 | 2026-06-25T00:26:29.245Z | Compiling openssl v0.10.79 |
| 1461 | 2026-06-25T00:26:29.303Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-06-25T00:26:29.490Z | Compiling tempfile v3.25.0 |
| 1463 | 2026-06-25T00:26:29.676Z | Compiling scroll v0.13.0 |
| 1464 | 2026-06-25T00:26:29.859Z | Compiling foreign-types v0.3.2 |
| 1465 | 2026-06-25T00:26:29.931Z | Compiling unicode-normalization v0.1.25 |
| 1466 | 2026-06-25T00:26:29.996Z | Compiling openssl-macros v0.1.1 |
| 1467 | 2026-06-25T00:26:30.347Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1468 | 2026-06-25T00:26:30.379Z | Compiling socket2 v0.5.10 |
| 1469 | 2026-06-25T00:26:30.392Z | Compiling spin v0.9.8 |
| 1470 | 2026-06-25T00:26:30.596Z | Compiling native-tls v0.2.18 |
| 1471 | 2026-06-25T00:26:30.726Z | Compiling time-core v0.1.8 |
| 1472 | 2026-06-25T00:26:30.769Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-06-25T00:26:30.794Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-06-25T00:26:30.812Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-06-25T00:26:30.937Z | Compiling time-macros v0.2.27 |
| 1476 | 2026-06-25T00:26:30.992Z | Compiling deranged v0.5.8 |
| 1477 | 2026-06-25T00:26:31.393Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-06-25T00:26:31.862Z | Compiling hyper v1.8.1 |
| 1479 | 2026-06-25T00:26:32.014Z | Compiling darling v0.20.11 |
| 1480 | 2026-06-25T00:26:32.027Z | Compiling goblin v0.10.5 |
| 1481 | 2026-06-25T00:26:32.054Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-06-25T00:26:32.097Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-06-25T00:26:32.201Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-06-25T00:26:32.341Z | Compiling crossbeam-utils v0.8.21 |
| 1485 | 2026-06-25T00:26:32.468Z | Compiling siphasher v1.0.2 |
| 1486 | 2026-06-25T00:26:32.630Z | Compiling bit-vec v0.8.0 |
| 1487 | 2026-06-25T00:26:32.657Z | Compiling unicode-segmentation v1.12.0 |
| 1488 | 2026-06-25T00:26:32.864Z | Compiling syn v1.0.109 |
| 1489 | 2026-06-25T00:26:32.879Z | Compiling simd-adler32 v0.3.8 |
| 1490 | 2026-06-25T00:26:33.033Z | Compiling hyper-util v0.1.20 |
| 1491 | 2026-06-25T00:26:33.121Z | Compiling quick-error v1.2.3 |
| 1492 | 2026-06-25T00:26:33.168Z | Compiling num_threads v0.1.7 |
| 1493 | 2026-06-25T00:26:33.227Z | Compiling usdt-impl v0.6.0 |
| 1494 | 2026-06-25T00:26:33.267Z | Compiling time v0.3.47 |
| 1495 | 2026-06-25T00:26:33.494Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-06-25T00:26:33.801Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-06-25T00:26:33.832Z | Compiling tower v0.5.3 |
| 1498 | 2026-06-25T00:26:33.960Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-06-25T00:26:34.248Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-06-25T00:26:34.296Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-06-25T00:26:34.537Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-06-25T00:26:34.659Z | Compiling signature v2.2.0 |
| 1503 | 2026-06-25T00:26:34.767Z | Compiling dof v0.4.0 |
| 1504 | 2026-06-25T00:26:34.814Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-06-25T00:26:34.827Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-06-25T00:26:34.840Z | Compiling heapless v0.7.17 |
| 1507 | 2026-06-25T00:26:34.990Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-06-25T00:26:35.067Z | Compiling slog v2.8.2 |
| 1509 | 2026-06-25T00:26:35.154Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-06-25T00:26:35.247Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-06-25T00:26:35.455Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-06-25T00:26:35.513Z | Compiling cookie v0.18.1 |
| 1513 | 2026-06-25T00:26:35.536Z | Compiling anyhow v1.0.102 |
| 1514 | 2026-06-25T00:26:35.695Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-06-25T00:26:35.837Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-06-25T00:26:35.884Z | Compiling unarray v0.1.4 |
| 1517 | 2026-06-25T00:26:35.898Z | Compiling allocator-api2 v0.2.21 |
| 1518 | 2026-06-25T00:26:36.034Z | Compiling paste v1.0.15 |
| 1519 | 2026-06-25T00:26:36.043Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-06-25T00:26:36.056Z | Compiling signal-hook v0.3.18 |
| 1521 | 2026-06-25T00:26:36.218Z | Compiling adler2 v2.0.1 |
| 1522 | 2026-06-25T00:26:36.221Z | Compiling iri-string v0.7.10 |
| 1523 | 2026-06-25T00:26:36.221Z | Compiling ryu v1.0.23 |
| 1524 | 2026-06-25T00:26:36.317Z | Compiling miniz_oxide v0.8.9 |
| 1525 | 2026-06-25T00:26:36.343Z | Compiling thiserror v1.0.69 |
| 1526 | 2026-06-25T00:26:36.418Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2026-06-25T00:26:36.449Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-06-25T00:26:36.571Z | Compiling proptest v1.10.0 |
| 1529 | 2026-06-25T00:26:36.946Z | Compiling scroll v0.12.0 |
| 1530 | 2026-06-25T00:26:37.278Z | Compiling derive_builder_macro v0.20.2 |
| 1531 | 2026-06-25T00:26:37.478Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-06-25T00:26:37.685Z | Compiling darling_macro v0.21.3 |
| 1533 | 2026-06-25T00:26:37.741Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-06-25T00:26:37.779Z | Compiling heck v0.4.1 |
| 1535 | 2026-06-25T00:26:37.878Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-06-25T00:26:37.911Z | Compiling bstr v1.12.1 |
| 1537 | 2026-06-25T00:26:38.001Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-06-25T00:26:38.001Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-06-25T00:26:38.166Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-06-25T00:26:38.274Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-06-25T00:26:38.287Z | Compiling serde_spanned v0.6.9 |
| 1542 | 2026-06-25T00:26:38.432Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-06-25T00:26:38.561Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-06-25T00:26:38.581Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-06-25T00:26:38.595Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-06-25T00:26:38.647Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-06-25T00:26:38.787Z | Compiling vergen-lib v9.1.0 |
| 1548 | 2026-06-25T00:26:38.969Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-06-25T00:26:38.984Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-06-25T00:26:39.174Z | Compiling ff v0.13.1 |
| 1551 | 2026-06-25T00:26:39.288Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-06-25T00:26:39.316Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-06-25T00:26:39.448Z | Compiling num-bigint-dig v0.8.6 |
| 1554 | 2026-06-25T00:26:39.476Z | Compiling base16ct v0.2.0 |
| 1555 | 2026-06-25T00:26:39.560Z | Compiling ref-cast v1.0.25 |
| 1556 | 2026-06-25T00:26:39.637Z | Compiling litrs v1.0.0 |
| 1557 | 2026-06-25T00:26:39.660Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-06-25T00:26:39.687Z | Compiling mime v0.3.17 |
| 1559 | 2026-06-25T00:26:39.861Z | Compiling zlib-rs v0.6.2 |
| 1560 | 2026-06-25T00:26:39.942Z | Compiling psl-types v2.0.11 |
| 1561 | 2026-06-25T00:26:39.969Z | Compiling cfg_aliases v0.2.1 |
| 1562 | 2026-06-25T00:26:40.048Z | Compiling rustix v0.38.44 |
| 1563 | 2026-06-25T00:26:40.069Z | Compiling smoltcp v0.9.1 |
| 1564 | 2026-06-25T00:26:40.148Z | Compiling document-features v0.2.12 |
| 1565 | 2026-06-25T00:26:40.421Z | Compiling nix v0.31.2 |
| 1566 | 2026-06-25T00:26:40.474Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-06-25T00:26:40.650Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-06-25T00:26:40.780Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-06-25T00:26:40.816Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-06-25T00:26:40.877Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-06-25T00:26:40.919Z | Compiling group v0.13.0 |
| 1572 | 2026-06-25T00:26:41.076Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-06-25T00:26:41.223Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-06-25T00:26:41.422Z | Compiling rand v0.8.6 |
| 1575 | 2026-06-25T00:26:41.500Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-06-25T00:26:41.545Z | Compiling darling v0.21.3 |
| 1577 | 2026-06-25T00:26:41.562Z | Compiling oxnet v0.1.6 |
| 1578 | 2026-06-25T00:26:41.629Z | Compiling snafu-derive v0.8.9 |
| 1579 | 2026-06-25T00:26:41.693Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-06-25T00:26:41.914Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-06-25T00:26:42.039Z | Compiling goblin v0.8.2 |
| 1582 | 2026-06-25T00:26:42.635Z | Compiling phf_shared v0.13.1 |
| 1583 | 2026-06-25T00:26:42.638Z | Compiling lazy_static v1.5.0 |
| 1584 | 2026-06-25T00:26:42.744Z | Compiling regex v1.12.3 |
| 1585 | 2026-06-25T00:26:42.881Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-06-25T00:26:43.093Z | Compiling anstyle-parse v0.2.7 |
| 1587 | 2026-06-25T00:26:43.156Z | Compiling strum_macros v0.27.2 |
| 1588 | 2026-06-25T00:26:43.184Z | Compiling futures-executor v0.3.32 |
| 1589 | 2026-06-25T00:26:43.272Z | Compiling hex v0.4.3 |
| 1590 | 2026-06-25T00:26:43.294Z | Compiling hkdf v0.12.4 |
| 1591 | 2026-06-25T00:26:43.442Z | Compiling crypto-bigint v0.5.5 |
| 1592 | 2026-06-25T00:26:43.461Z | Compiling terminal_size v0.4.3 |
| 1593 | 2026-06-25T00:26:43.542Z | Compiling daft-derive v0.1.7 |
| 1594 | 2026-06-25T00:26:43.586Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-06-25T00:26:43.601Z | Compiling ref-cast-impl v1.0.25 |
| 1596 | 2026-06-25T00:26:44.157Z | Compiling vergen v9.1.0 |
| 1597 | 2026-06-25T00:26:44.236Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-06-25T00:26:44.256Z | Compiling cargo-platform v0.3.2 |
| 1599 | 2026-06-25T00:26:44.329Z | Compiling ahash v0.8.12 |
| 1600 | 2026-06-25T00:26:44.422Z | Compiling foldhash v0.2.0 |
| 1601 | 2026-06-25T00:26:44.528Z | Compiling bumpalo v3.20.2 |
| 1602 | 2026-06-25T00:26:44.541Z | Compiling same-file v1.0.6 |
| 1603 | 2026-06-25T00:26:44.646Z | Compiling managed v0.8.0 |
| 1604 | 2026-06-25T00:26:44.704Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-06-25T00:26:44.777Z | Compiling winnow v0.5.40 |
| 1606 | 2026-06-25T00:26:44.791Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-06-25T00:26:44.859Z | Compiling libbz2-rs-sys v0.2.2 |
| 1608 | 2026-06-25T00:26:44.961Z | Compiling object v0.37.3 |
| 1609 | 2026-06-25T00:26:45.114Z | Compiling clap_builder v4.6.0 |
| 1610 | 2026-06-25T00:26:45.278Z | Compiling strum v0.27.2 |
| 1611 | 2026-06-25T00:26:45.414Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-06-25T00:26:45.523Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-06-25T00:26:45.571Z | Compiling zopfli v0.8.3 |
| 1614 | 2026-06-25T00:26:45.624Z | Compiling walkdir v2.5.0 |
| 1615 | 2026-06-25T00:26:45.935Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-06-25T00:26:46.070Z | Compiling toml_edit v0.19.15 |
| 1617 | 2026-06-25T00:26:46.227Z | Compiling cargo_metadata v0.23.1 |
| 1618 | 2026-06-25T00:26:46.358Z | Compiling elliptic-curve v0.13.8 |
| 1619 | 2026-06-25T00:26:46.391Z | Compiling dof v0.3.0 |
| 1620 | 2026-06-25T00:26:46.521Z | Compiling daft v0.1.7 |
| 1621 | 2026-06-25T00:26:46.959Z | Compiling snafu v0.8.9 |
| 1622 | 2026-06-25T00:26:47.123Z | Compiling futures v0.3.32 |
| 1623 | 2026-06-25T00:26:47.208Z | Compiling anstream v0.6.21 |
| 1624 | 2026-06-25T00:26:47.324Z | Compiling phf v0.13.1 |
| 1625 | 2026-06-25T00:26:47.520Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-06-25T00:26:47.619Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-06-25T00:26:47.641Z | Compiling zstd v0.13.3 |
| 1628 | 2026-06-25T00:26:47.914Z | Compiling bzip2 v0.4.4 |
| 1629 | 2026-06-25T00:26:47.970Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-06-25T00:26:48.129Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-06-25T00:26:48.170Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-06-25T00:26:48.306Z | Compiling usdt-attr-macro v0.6.0 |
| 1633 | 2026-06-25T00:26:48.722Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-06-25T00:26:48.763Z | Compiling globset v0.4.18 |
| 1635 | 2026-06-25T00:26:49.170Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-06-25T00:26:49.249Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-06-25T00:26:49.390Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-06-25T00:26:49.434Z | Compiling olpc-cjson v0.1.4 |
| 1639 | 2026-06-25T00:26:49.459Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-06-25T00:26:49.579Z | Compiling clap_derive v4.6.1 |
| 1641 | 2026-06-25T00:26:49.599Z | Compiling strum_macros v0.26.4 |
| 1642 | 2026-06-25T00:26:49.810Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-06-25T00:26:49.836Z | Compiling serde_plain v1.0.2 |
| 1644 | 2026-06-25T00:26:49.860Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-06-25T00:26:50.003Z | Compiling rfc6979 v0.4.0 |
| 1646 | 2026-06-25T00:26:50.029Z | Compiling pem v3.0.6 |
| 1647 | 2026-06-25T00:26:50.134Z | Compiling async-recursion v1.1.1 |
| 1648 | 2026-06-25T00:26:50.148Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-06-25T00:26:50.322Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-06-25T00:26:50.363Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-06-25T00:26:50.451Z | Compiling memmap2 v0.9.10 |
| 1652 | 2026-06-25T00:26:50.476Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-06-25T00:26:50.670Z | Compiling fixedbitset v0.4.2 |
| 1654 | 2026-06-25T00:26:50.692Z | Compiling precomputed-hash v0.1.1 |
| 1655 | 2026-06-25T00:26:50.778Z | Compiling whoami v2.1.0 |
| 1656 | 2026-06-25T00:26:50.783Z | Compiling new_debug_unreachable v1.0.6 |
| 1657 | 2026-06-25T00:26:50.783Z | Compiling static_assertions v1.1.0 |
| 1658 | 2026-06-25T00:26:50.864Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-06-25T00:26:50.877Z | Compiling data-encoding v2.10.0 |
| 1660 | 2026-06-25T00:26:50.893Z | Compiling predicates-core v1.0.10 |
| 1661 | 2026-06-25T00:26:51.071Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-06-25T00:26:51.155Z | Compiling jiff v0.2.21 |
| 1663 | 2026-06-25T00:26:51.168Z | Compiling either v1.15.0 |
| 1664 | 2026-06-25T00:26:51.332Z | Compiling keccak v0.1.6 |
| 1665 | 2026-06-25T00:26:51.335Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-06-25T00:26:51.375Z | Compiling difflib v0.4.0 |
| 1667 | 2026-06-25T00:26:51.440Z | Compiling itertools v0.13.0 |
| 1668 | 2026-06-25T00:26:51.569Z | Compiling sha3 v0.10.8 |
| 1669 | 2026-06-25T00:26:51.953Z | Compiling predicates v3.1.4 |
| 1670 | 2026-06-25T00:26:52.077Z | Compiling clap v4.6.1 |
| 1671 | 2026-06-25T00:26:52.106Z | Compiling strum v0.26.3 |
| 1672 | 2026-06-25T00:26:52.126Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-06-25T00:26:52.243Z | Compiling petgraph v0.8.3 |
| 1674 | 2026-06-25T00:26:52.369Z | Compiling tokio-postgres v0.7.16 |
| 1675 | 2026-06-25T00:26:52.627Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1676 | 2026-06-25T00:26:52.732Z | Compiling string_cache v0.8.9 |
| 1677 | 2026-06-25T00:26:52.972Z | Compiling petgraph v0.6.5 |
| 1678 | 2026-06-25T00:26:53.277Z | Compiling toml_edit v0.22.27 |
| 1679 | 2026-06-25T00:26:54.220Z | Compiling zip v4.6.1 |
| 1680 | 2026-06-25T00:26:54.444Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-06-25T00:26:54.606Z | Compiling usdt v0.6.0 |
| 1682 | 2026-06-25T00:26:54.808Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-06-25T00:26:54.873Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-06-25T00:26:55.198Z | Compiling rsa v0.9.10 |
| 1685 | 2026-06-25T00:26:55.273Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-06-25T00:26:55.386Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-06-25T00:26:55.391Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-06-25T00:26:55.938Z | Compiling zip v0.6.6 |
| 1689 | 2026-06-25T00:26:56.387Z | Compiling toml v0.7.8 |
| 1690 | 2026-06-25T00:26:56.534Z | Compiling iddqd v0.4.2 |
| 1691 | 2026-06-25T00:26:57.035Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-06-25T00:26:57.099Z | Compiling similar v2.7.0 |
| 1693 | 2026-06-25T00:26:57.119Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-06-25T00:26:57.143Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-06-25T00:26:57.458Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-06-25T00:26:57.612Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-06-25T00:26:57.666Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1698 | 2026-06-25T00:26:57.738Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-06-25T00:26:57.898Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-06-25T00:26:57.968Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-06-25T00:26:57.982Z | Compiling peg-runtime v0.8.5 |
| 1702 | 2026-06-25T00:26:58.120Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-06-25T00:26:58.164Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-06-25T00:26:58.259Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-06-25T00:26:58.370Z | Compiling filetime v0.2.27 |
| 1706 | 2026-06-25T00:26:58.487Z | Compiling is-terminal v0.4.17 |
| 1707 | 2026-06-25T00:26:58.549Z | Compiling term v1.2.1 |
| 1708 | 2026-06-25T00:26:58.564Z | Compiling xattr v1.6.1 |
| 1709 | 2026-06-25T00:26:58.578Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-06-25T00:26:58.691Z | Compiling tar v0.4.45 |
| 1711 | 2026-06-25T00:26:59.136Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-06-25T00:27:08.752Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-06-25T00:27:11.556Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-06-25T00:27:11.556Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-06-25T00:27:11.776Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-06-25T00:27:12.073Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-06-25T00:27:12.093Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-06-25T00:27:13.253Z | Compiling tough v0.22.0 |
| 1719 | 2026-06-25T00:27:15.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-06-25T00:27:16.062Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-06-25T00:27:18.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1722 | 2026-06-25T00:27:19.055Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1723 | 2026-06-25T00:27:19.109Z | Jun 25 00:27:18.094 INFO Starting download, target: Cockroach |
| 1724 | 2026-06-25T00:27:19.109Z | Jun 25 00:27:18.095 INFO Starting download, target: Clickhouse |
| 1725 | 2026-06-25T00:27:19.109Z | Jun 25 00:27:18.095 INFO Starting download, target: Console |
| 1726 | 2026-06-25T00:27:19.109Z | Jun 25 00:27:18.095 INFO Starting download, target: DendriteStub |
| 1727 | 2026-06-25T00:27:19.112Z | Jun 25 00:27:18.095 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-06-25T00:27:19.112Z | Jun 25 00:27:18.095 INFO Starting download, target: MaghemiteDdmd |
| 1729 | 2026-06-25T00:27:19.112Z | Jun 25 00:27:18.095 INFO Starting download, target: TransceiverControl |
| 1730 | 2026-06-25T00:27:19.112Z | Jun 25 00:27:18.095 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-06-25T00:27:19.112Z | Jun 25 00:27:18.095 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1732 | 2026-06-25T00:27:19.112Z | Jun 25 00:27:18.095 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-06-25T00:27:19.112Z | Jun 25 00:27:18.095 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1734 | 2026-06-25T00:27:19.113Z | Jun 25 00:27:18.095 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-06-25T00:27:19.113Z | Jun 25 00:27:18.095 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1736 | 2026-06-25T00:27:19.113Z | Jun 25 00:27:18.095 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-06-25T00:27:19.659Z | Jun 25 00:27:18.645 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-06-25T00:27:19.882Z | Jun 25 00:27:18.857 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-06-25T00:27:20.924Z | Jun 25 00:27:19.905 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-06-25T00:27:21.170Z | Jun 25 00:27:20.154 INFO Download complete, target: Console |
| 1741 | 2026-06-25T00:27:21.225Z | Jun 25 00:27:20.204 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1742 | 2026-06-25T00:27:21.309Z | Jun 25 00:27:20.293 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-06-25T00:27:21.418Z | Jun 25 00:27:20.398 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-06-25T00:27:21.582Z | Jun 25 00:27:20.564 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-06-25T00:27:21.823Z | Jun 25 00:27:20.809 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1746 | 2026-06-25T00:27:21.823Z | Jun 25 00:27:20.809 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1747 | 2026-06-25T00:27:23.126Z | Jun 25 00:27:22.112 INFO Download complete, target: MaghemiteDdmd |
| 1748 | 2026-06-25T00:27:23.861Z | Jun 25 00:27:22.846 INFO Download complete, target: DendriteStub |
| 1749 | 2026-06-25T00:27:23.999Z | Jun 25 00:27:22.985 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-06-25T00:27:26.590Z | Jun 25 00:27:25.576 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-06-25T00:27:26.705Z | Jun 25 00:27:25.690 INFO Download complete, target: Cockroach |
| 1752 | 2026-06-25T00:27:28.411Z | Jun 25 00:27:27.396 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-06-25T00:27:28.509Z | Jun 25 00:27:27.494 INFO Download complete, target: Clickhouse |
| 1754 | 2026-06-25T00:27:28.525Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1755 | 2026-06-25T00:27:28.529Z | |
| 1756 | 2026-06-25T00:27:28.529Z | real 2:05.036193218 |
| 1757 | 2026-06-25T00:27:28.529Z | user 6:53.510230968 |
| 1758 | 2026-06-25T00:27:28.530Z | sys 1:24.058479199 |
| 1759 | 2026-06-25T00:27:28.530Z | trap 0.243946103 |
| 1760 | 2026-06-25T00:27:28.530Z | tflt 0.694413766 |
| 1761 | 2026-06-25T00:27:28.530Z | dflt 0.714489310 |
| 1762 | 2026-06-25T00:27:28.530Z | kflt 0.024994482 |
| 1763 | 2026-06-25T00:27:28.530Z | lock 23:19.267814906 |
| 1764 | 2026-06-25T00:27:28.530Z | slp 21:15.549137619 |
| 1765 | 2026-06-25T00:27:28.530Z | lat 42.821176813 |
| 1766 | 2026-06-25T00:27:28.530Z | stop 2:05.137965093 |
| 1767 | 2026-06-25T00:27:28.530Z | + banner clippy |
| 1768 | 2026-06-25T00:27:28.530Z | |
| 1769 | 2026-06-25T00:27:28.530Z | #### # # ##### ##### # # |
| 1770 | 2026-06-25T00:27:28.530Z | # # # # # # # # # # |
| 1771 | 2026-06-25T00:27:28.530Z | # # # # # # # # |
| 1772 | 2026-06-25T00:27:28.530Z | # # # ##### ##### # |
| 1773 | 2026-06-25T00:27:28.530Z | # # # # # # # |
| 1774 | 2026-06-25T00:27:28.530Z | #### ###### # # # # |
| 1775 | 2026-06-25T00:27:28.531Z | |
| 1776 | 2026-06-25T00:27:28.531Z | + export CARGO_INCREMENTAL=0 |
| 1777 | 2026-06-25T00:27:28.531Z | + CARGO_INCREMENTAL=0 |
| 1778 | 2026-06-25T00:27:28.531Z | + ptime -m cargo xtask clippy |
| 1779 | 2026-06-25T00:27:28.985Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1780 | 2026-06-25T00:27:29.201Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1781 | 2026-06-25T00:27:31.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1782 | 2026-06-25T00:27:31.146Z | Running `target/debug/xtask clippy` |
| 1783 | 2026-06-25T00:27:31.170Z | running: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1784 | 2026-06-25T00:27:31.712Z | Downloading crates ... |
| 1785 | 2026-06-25T00:27:31.909Z | Downloaded assert-json-diff v2.0.2 |
| 1786 | 2026-06-25T00:27:31.913Z | Downloaded approx v0.5.1 |
| 1787 | 2026-06-25T00:27:31.922Z | Downloaded anes v0.1.6 |
| 1788 | 2026-06-25T00:27:31.925Z | Downloaded addr2line v0.25.1 |
| 1789 | 2026-06-25T00:27:31.928Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1790 | 2026-06-25T00:27:31.931Z | Downloaded backtrace v0.3.76 |
| 1791 | 2026-06-25T00:27:31.934Z | Downloaded cast v0.3.0 |
| 1792 | 2026-06-25T00:27:31.939Z | Downloaded supports-hyperlinks v2.1.0 |
| 1793 | 2026-06-25T00:27:31.944Z | Downloaded parking v2.2.1 |
| 1794 | 2026-06-25T00:27:31.944Z | Downloaded miette-derive v5.10.0 |
| 1795 | 2026-06-25T00:27:31.944Z | Downloaded linkme-impl v0.3.35 |
| 1796 | 2026-06-25T00:27:31.944Z | Downloaded linkme v0.3.35 |
| 1797 | 2026-06-25T00:27:31.947Z | Downloaded futures-timer v3.0.3 |
| 1798 | 2026-06-25T00:27:31.952Z | Downloaded constant_time_eq v0.3.1 |
| 1799 | 2026-06-25T00:27:31.959Z | Downloaded partial-io v0.5.4 |
| 1800 | 2026-06-25T00:27:31.962Z | Downloaded criterion-plot v0.6.0 |
| 1801 | 2026-06-25T00:27:31.962Z | Downloaded assert_cmd v2.1.2 |
| 1802 | 2026-06-25T00:27:31.965Z | Downloaded oorandom v11.1.5 |
| 1803 | 2026-06-25T00:27:31.965Z | Downloaded escape8259 v0.5.3 |
| 1804 | 2026-06-25T00:27:31.969Z | Downloaded hickory-client v0.25.2 |
| 1805 | 2026-06-25T00:27:31.972Z | Downloaded plotters-svg v0.3.7 |
| 1806 | 2026-06-25T00:27:31.976Z | Downloaded tokio-test v0.4.5 |
| 1807 | 2026-06-25T00:27:31.976Z | Downloaded terminal_size v0.1.17 |
| 1808 | 2026-06-25T00:27:31.976Z | Downloaded async-lock v3.4.2 |
| 1809 | 2026-06-25T00:27:31.979Z | Downloaded plotters-backend v0.3.7 |
| 1810 | 2026-06-25T00:27:31.982Z | Downloaded blake2b_simd v1.0.4 |
| 1811 | 2026-06-25T00:27:31.982Z | Downloaded knuffel-derive v3.2.0 |
| 1812 | 2026-06-25T00:27:31.988Z | Downloaded pathdiff v0.2.3 |
| 1813 | 2026-06-25T00:27:31.989Z | Downloaded nested v0.1.1 |
| 1814 | 2026-06-25T00:27:31.989Z | Downloaded async-object-pool v0.2.0 |
| 1815 | 2026-06-25T00:27:31.994Z | Downloaded miette v5.10.0 |
| 1816 | 2026-06-25T00:27:32.001Z | Downloaded backtrace-ext v0.2.1 |
| 1817 | 2026-06-25T00:27:32.005Z | Downloaded similar-asserts v1.7.0 |
| 1818 | 2026-06-25T00:27:32.010Z | Downloaded supports-unicode v2.1.0 |
| 1819 | 2026-06-25T00:27:32.013Z | Downloaded cfg-expr v0.20.6 |
| 1820 | 2026-06-25T00:27:32.016Z | Downloaded target-triple v1.0.0 |
| 1821 | 2026-06-25T00:27:32.022Z | Downloaded supports-color v2.1.0 |
| 1822 | 2026-06-25T00:27:32.025Z | Downloaded serde_regex v1.1.0 |
| 1823 | 2026-06-25T00:27:32.035Z | Downloaded target-lexicon v0.13.3 |
| 1824 | 2026-06-25T00:27:32.040Z | Downloaded knuffel v3.2.0 |
| 1825 | 2026-06-25T00:27:32.040Z | Downloaded path-tree v0.8.3 |
| 1826 | 2026-06-25T00:27:32.043Z | Downloaded relative-path v1.9.3 |
| 1827 | 2026-06-25T00:27:32.046Z | Downloaded target-spec v3.5.7 |
| 1828 | 2026-06-25T00:27:32.050Z | Downloaded rustc-demangle v0.1.27 |
| 1829 | 2026-06-25T00:27:32.050Z | Downloaded rust-argon2 v2.1.0 |
| 1830 | 2026-06-25T00:27:32.050Z | Downloaded event-listener-strategy v0.5.4 |
| 1831 | 2026-06-25T00:27:32.054Z | Downloaded concurrent-queue v2.5.0 |
| 1832 | 2026-06-25T00:27:32.057Z | Downloaded tinytemplate v1.2.1 |
| 1833 | 2026-06-25T00:27:32.057Z | Downloaded stringmetrics v2.2.2 |
| 1834 | 2026-06-25T00:27:32.061Z | Downloaded libtest-mimic v0.8.1 |
| 1835 | 2026-06-25T00:27:32.061Z | Downloaded owo-colors v3.5.0 |
| 1836 | 2026-06-25T00:27:32.065Z | Downloaded httptest v0.16.4 |
| 1837 | 2026-06-25T00:27:32.068Z | Downloaded trybuild v1.0.116 |
| 1838 | 2026-06-25T00:27:32.073Z | Downloaded textwrap v0.15.2 |
| 1839 | 2026-06-25T00:27:32.078Z | Downloaded termcolor v1.4.1 |
| 1840 | 2026-06-25T00:27:32.078Z | Downloaded datatest-stable v0.3.3 |
| 1841 | 2026-06-25T00:27:32.084Z | Downloaded rstest v0.25.0 |
| 1842 | 2026-06-25T00:27:32.088Z | Downloaded event-listener v5.4.1 |
| 1843 | 2026-06-25T00:27:32.091Z | Downloaded chumsky v0.9.3 |
| 1844 | 2026-06-25T00:27:32.099Z | Downloaded rstest_macros v0.25.0 |
| 1845 | 2026-06-25T00:27:32.110Z | Downloaded rand_distr v0.5.1 |
| 1846 | 2026-06-25T00:27:32.117Z | Downloaded fancy-regex v0.14.0 |
| 1847 | 2026-06-25T00:27:32.122Z | Downloaded plotters v0.3.7 |
| 1848 | 2026-06-25T00:27:32.128Z | Downloaded criterion v0.7.0 |
| 1849 | 2026-06-25T00:27:32.131Z | Downloaded guppy v0.17.25 |
| 1850 | 2026-06-25T00:27:32.135Z | Downloaded hashbrown v0.14.5 |
| 1851 | 2026-06-25T00:27:32.227Z | Downloaded gimli v0.32.3 |
| 1852 | 2026-06-25T00:27:32.268Z | Downloaded httpmock v0.8.3 |
| 1853 | 2026-06-25T00:27:33.926Z | Checking cfg-if v1.0.4 |
| 1854 | 2026-06-25T00:27:34.281Z | Checking libc v0.2.185 |
| 1855 | 2026-06-25T00:27:34.284Z | Checking serde_core v1.0.228 |
| 1856 | 2026-06-25T00:27:34.354Z | Checking memchr v2.8.0 |
| 1857 | 2026-06-25T00:27:34.393Z | Checking smallvec v1.15.1 |
| 1858 | 2026-06-25T00:27:34.434Z | Checking itoa v1.0.17 |
| 1859 | 2026-06-25T00:27:34.473Z | Checking log v0.4.29 |
| 1860 | 2026-06-25T00:27:34.517Z | Checking zeroize v1.8.2 |
| 1861 | 2026-06-25T00:27:34.517Z | Checking libm v0.2.16 |
| 1862 | 2026-06-25T00:27:34.599Z | Checking scopeguard v1.2.0 |
| 1863 | 2026-06-25T00:27:34.638Z | Checking stable_deref_trait v1.2.1 |
| 1864 | 2026-06-25T00:27:34.681Z | Checking zmij v1.0.21 |
| 1865 | 2026-06-25T00:27:34.721Z | Checking errno v0.3.14 |
| 1866 | 2026-06-25T00:27:34.721Z | Checking getrandom v0.2.17 |
| 1867 | 2026-06-25T00:27:34.792Z | Checking lock_api v0.4.14 |
| 1868 | 2026-06-25T00:27:34.830Z | Checking zerofrom v0.1.6 |
| 1869 | 2026-06-25T00:27:34.868Z | Checking percent-encoding v2.3.2 |
| 1870 | 2026-06-25T00:27:34.906Z | Checking litemap v0.8.1 |
| 1871 | 2026-06-25T00:27:34.909Z | Checking writeable v0.6.2 |
| 1872 | 2026-06-25T00:27:34.974Z | Checking yoke v0.8.1 |
| 1873 | 2026-06-25T00:27:35.020Z | Checking icu_normalizer_data v2.1.1 |
| 1874 | 2026-06-25T00:27:35.052Z | Checking icu_properties_data v2.1.2 |
| 1875 | 2026-06-25T00:27:35.088Z | Checking subtle v2.6.1 |
| 1876 | 2026-06-25T00:27:35.178Z | Checking form_urlencoded v1.2.2 |
| 1877 | 2026-06-25T00:27:35.182Z | Checking utf8_iter v1.0.4 |
| 1878 | 2026-06-25T00:27:35.192Z | Checking zerovec v0.11.5 |
| 1879 | 2026-06-25T00:27:35.192Z | Checking zerotrie v0.2.3 |
| 1880 | 2026-06-25T00:27:35.259Z | Checking num-traits v0.2.19 |
| 1881 | 2026-06-25T00:27:35.297Z | Checking rand_core v0.6.4 |
| 1882 | 2026-06-25T00:27:35.330Z | Checking pin-project-lite v0.2.17 |
| 1883 | 2026-06-25T00:27:35.369Z | Checking zerocopy v0.8.40 |
| 1884 | 2026-06-25T00:27:35.372Z | Checking rand_core v0.10.0 |
| 1885 | 2026-06-25T00:27:35.458Z | Checking parking_lot_core v0.9.12 |
| 1886 | 2026-06-25T00:27:35.505Z | Checking portable-atomic v1.13.1 |
| 1887 | 2026-06-25T00:27:35.547Z | Checking signal-hook-registry v1.4.8 |
| 1888 | 2026-06-25T00:27:35.582Z | Checking getrandom v0.4.1 |
| 1889 | 2026-06-25T00:27:35.652Z | Checking tinystr v0.8.2 |
| 1890 | 2026-06-25T00:27:35.691Z | Checking potential_utf v0.1.4 |
| 1891 | 2026-06-25T00:27:35.741Z | Checking parking_lot v0.12.5 |
| 1892 | 2026-06-25T00:27:35.779Z | Checking critical-section v1.2.0 |
| 1893 | 2026-06-25T00:27:35.817Z | Checking serde v1.0.228 |
| 1894 | 2026-06-25T00:27:35.820Z | Checking serde_json v1.0.149 |
| 1895 | 2026-06-25T00:27:35.886Z | Checking bitflags v2.11.0 |
| 1896 | 2026-06-25T00:27:35.889Z | Checking icu_locale_core v2.1.1 |
| 1897 | 2026-06-25T00:27:35.954Z | Checking icu_collections v2.1.1 |
| 1898 | 2026-06-25T00:27:35.957Z | Checking once_cell v1.21.3 |
| 1899 | 2026-06-25T00:27:36.027Z | Checking mio v1.2.0 |
| 1900 | 2026-06-25T00:27:36.087Z | Checking typenum v1.19.0 |
| 1901 | 2026-06-25T00:27:36.198Z | Checking socket2 v0.6.3 |
| 1902 | 2026-06-25T00:27:36.245Z | Checking bytes v1.11.1 |
| 1903 | 2026-06-25T00:27:36.301Z | Checking iana-time-zone v0.1.65 |
| 1904 | 2026-06-25T00:27:36.353Z | Checking uuid v1.23.0 |
| 1905 | 2026-06-25T00:27:36.440Z | Checking chrono v0.4.44 |
| 1906 | 2026-06-25T00:27:36.477Z | Checking thiserror v2.0.18 |
| 1907 | 2026-06-25T00:27:36.514Z | Checking icu_provider v2.1.1 |
| 1908 | 2026-06-25T00:27:36.557Z | Checking semver v1.0.28 |
| 1909 | 2026-06-25T00:27:36.617Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1910 | 2026-06-25T00:27:36.657Z | Checking generic-array v0.14.7 |
| 1911 | 2026-06-25T00:27:36.692Z | Checking futures-core v0.3.32 |
| 1912 | 2026-06-25T00:27:36.729Z | Checking tokio v1.52.1 |
| 1913 | 2026-06-25T00:27:36.777Z | Checking icu_normalizer v2.1.1 |
| 1914 | 2026-06-25T00:27:36.813Z | Checking icu_properties v2.1.2 |
| 1915 | 2026-06-25T00:27:36.850Z | Checking dyn-clone v1.0.20 |
| 1916 | 2026-06-25T00:27:36.936Z | Checking equivalent v1.0.2 |
| 1917 | 2026-06-25T00:27:36.993Z | Checking const-oid v0.9.6 |
| 1918 | 2026-06-25T00:27:37.051Z | Checking rustix v1.1.3 |
| 1919 | 2026-06-25T00:27:37.125Z | Checking byteorder v1.5.0 |
| 1920 | 2026-06-25T00:27:37.162Z | Checking crypto-common v0.1.7 |
| 1921 | 2026-06-25T00:27:37.317Z | Checking block-buffer v0.10.4 |
| 1922 | 2026-06-25T00:27:37.323Z | Checking futures-sink v0.3.32 |
| 1923 | 2026-06-25T00:27:37.387Z | Checking futures-task v0.3.32 |
| 1924 | 2026-06-25T00:27:37.479Z | Checking futures-channel v0.3.32 |
| 1925 | 2026-06-25T00:27:37.515Z | Checking slab v0.4.12 |
| 1926 | 2026-06-25T00:27:37.552Z | Checking futures-io v0.3.32 |
| 1927 | 2026-06-25T00:27:37.669Z | Checking idna_adapter v1.2.1 |
| 1928 | 2026-06-25T00:27:37.706Z | Checking cpufeatures v0.2.17 |
| 1929 | 2026-06-25T00:27:37.711Z | Checking digest v0.10.7 |
| 1930 | 2026-06-25T00:27:37.734Z | Checking futures-util v0.3.32 |
| 1931 | 2026-06-25T00:27:37.737Z | Checking thiserror v1.0.69 |
| 1932 | 2026-06-25T00:27:37.834Z | Checking idna v1.1.0 |
| 1933 | 2026-06-25T00:27:37.838Z | Checking hashbrown v0.17.0 |
| 1934 | 2026-06-25T00:27:37.904Z | Checking getrandom v0.3.4 |
| 1935 | 2026-06-25T00:27:37.939Z | Checking fnv v1.0.7 |
| 1936 | 2026-06-25T00:27:37.975Z | Checking regex-syntax v0.8.10 |
| 1937 | 2026-06-25T00:27:38.066Z | Checking http v1.4.0 |
| 1938 | 2026-06-25T00:27:38.103Z | Checking tracing-core v0.1.36 |
| 1939 | 2026-06-25T00:27:38.146Z | Checking url v2.5.8 |
| 1940 | 2026-06-25T00:27:38.184Z | Checking ppv-lite86 v0.2.21 |
| 1941 | 2026-06-25T00:27:38.335Z | Checking indexmap v2.14.0 |
| 1942 | 2026-06-25T00:27:38.459Z | Checking utf8parse v0.2.2 |
| 1943 | 2026-06-25T00:27:38.518Z | Checking base64 v0.22.1 |
| 1944 | 2026-06-25T00:27:38.594Z | Checking tracing v0.1.44 |
| 1945 | 2026-06-25T00:27:38.638Z | Checking schemars v0.8.22 |
| 1946 | 2026-06-25T00:27:38.676Z | Checking anstyle v1.0.14 |
| 1947 | 2026-06-25T00:27:38.795Z | Checking colorchoice v1.0.4 |
| 1948 | 2026-06-25T00:27:38.835Z | Checking anstyle-query v1.1.5 |
| 1949 | 2026-06-25T00:27:38.886Z | Checking is_terminal_polyfill v1.70.2 |
| 1950 | 2026-06-25T00:27:38.927Z | Checking base64ct v1.8.3 |
| 1951 | 2026-06-25T00:27:38.963Z | Checking block-padding v0.3.3 |
| 1952 | 2026-06-25T00:27:38.966Z | Checking ipnet v2.11.0 |
| 1953 | 2026-06-25T00:27:39.033Z | Checking untrusted v0.9.0 |
| 1954 | 2026-06-25T00:27:39.136Z | Checking inout v0.1.4 |
| 1955 | 2026-06-25T00:27:39.173Z | Checking ring v0.17.14 |
| 1956 | 2026-06-25T00:27:39.210Z | Checking anstyle-parse v1.0.0 |
| 1957 | 2026-06-25T00:27:39.283Z | Checking terminal_size v0.4.3 |
| 1958 | 2026-06-25T00:27:39.321Z | Checking cipher v0.4.4 |
| 1959 | 2026-06-25T00:27:39.324Z | Checking aho-corasick v1.1.4 |
| 1960 | 2026-06-25T00:27:39.393Z | Checking crossbeam-utils v0.8.21 |
| 1961 | 2026-06-25T00:27:39.396Z | Checking unicode-ident v1.0.24 |
| 1962 | 2026-06-25T00:27:39.460Z | Checking anstream v1.0.0 |
| 1963 | 2026-06-25T00:27:39.560Z | Checking proc-macro2 v1.0.106 |
| 1964 | 2026-06-25T00:27:39.563Z | Checking strsim v0.11.1 |
| 1965 | 2026-06-25T00:27:39.686Z | Checking clap_lex v1.0.0 |
| 1966 | 2026-06-25T00:27:39.740Z | Checking pem-rfc7468 v0.7.0 |
| 1967 | 2026-06-25T00:27:39.774Z | Checking sha2 v0.10.9 |
| 1968 | 2026-06-25T00:27:39.810Z | Checking rustls-pki-types v1.14.0 |
| 1969 | 2026-06-25T00:27:39.869Z | Checking clap_builder v4.6.0 |
| 1970 | 2026-06-25T00:27:39.907Z | Checking quote v1.0.45 |
| 1971 | 2026-06-25T00:27:39.941Z | Checking httparse v1.10.1 |
| 1972 | 2026-06-25T00:27:40.063Z | Checking tokio-util v0.7.18 |
| 1973 | 2026-06-25T00:27:40.075Z | Checking regex-automata v0.4.14 |
| 1974 | 2026-06-25T00:27:40.091Z | Checking powerfmt v0.2.0 |
| 1975 | 2026-06-25T00:27:40.125Z | Checking syn v2.0.117 |
| 1976 | 2026-06-25T00:27:40.127Z | Checking rand_core v0.9.5 |
| 1977 | 2026-06-25T00:27:40.194Z | Checking hmac v0.12.1 |
| 1978 | 2026-06-25T00:27:40.231Z | Checking time-core v0.1.8 |
| 1979 | 2026-06-25T00:27:40.267Z | Checking deranged v0.5.8 |
| 1980 | 2026-06-25T00:27:40.354Z | Checking num-conv v0.2.0 |
| 1981 | 2026-06-25T00:27:40.393Z | Checking num_threads v0.1.7 |
| 1982 | 2026-06-25T00:27:40.428Z | Checking erased-serde v0.3.31 |
| 1983 | 2026-06-25T00:27:40.501Z | Checking flagset v0.4.7 |
| 1984 | 2026-06-25T00:27:40.538Z | Checking http-body v1.0.1 |
| 1985 | 2026-06-25T00:27:40.649Z | Checking allocator-api2 v0.2.21 |
| 1986 | 2026-06-25T00:27:40.684Z | Checking der v0.7.10 |
| 1987 | 2026-06-25T00:27:40.719Z | Checking atomic-waker v1.1.2 |
| 1988 | 2026-06-25T00:27:40.835Z | Checking slog v2.8.2 |
| 1989 | 2026-06-25T00:27:40.874Z | Checking rand_chacha v0.9.0 |
| 1990 | 2026-06-25T00:27:40.961Z | Checking anyhow v1.0.102 |
| 1991 | 2026-06-25T00:27:41.106Z | Checking try-lock v0.2.5 |
| 1992 | 2026-06-25T00:27:41.145Z | Checking httpdate v1.0.3 |
| 1993 | 2026-06-25T00:27:41.148Z | Checking clap v4.6.1 |
| 1994 | 2026-06-25T00:27:41.215Z | Checking rand v0.9.2 |
| 1995 | 2026-06-25T00:27:41.253Z | Checking time v0.3.47 |
| 1996 | 2026-06-25T00:27:41.256Z | Checking want v0.3.1 |
| 1997 | 2026-06-25T00:27:41.338Z | Checking h2 v0.4.13 |
| 1998 | 2026-06-25T00:27:41.342Z | Checking spin v0.9.8 |
| 1999 | 2026-06-25T00:27:41.405Z | Checking pin-utils v0.1.0 |
| 2000 | 2026-06-25T00:27:41.441Z | Checking tower-service v0.3.3 |
| 2001 | 2026-06-25T00:27:41.503Z | Checking tower-layer v0.3.3 |
| 2002 | 2026-06-25T00:27:41.565Z | Checking ryu v1.0.23 |
| 2003 | 2026-06-25T00:27:41.569Z | Checking ipnetwork v0.21.1 |
| 2004 | 2026-06-25T00:27:41.680Z | Checking socket2 v0.5.10 |
| 2005 | 2026-06-25T00:27:41.717Z | Checking mime v0.3.17 |
| 2006 | 2026-06-25T00:27:41.755Z | Checking fastrand v2.3.0 |
| 2007 | 2026-06-25T00:27:41.843Z | Checking spki v0.7.3 |
| 2008 | 2026-06-25T00:27:41.889Z | Checking pbkdf2 v0.12.2 |
| 2009 | 2026-06-25T00:27:41.929Z | Checking aes v0.8.4 |
| 2010 | 2026-06-25T00:27:41.959Z | Checking http-body-util v0.1.3 |
| 2011 | 2026-06-25T00:27:41.963Z | Checking salsa20 v0.10.2 |
| 2012 | 2026-06-25T00:27:42.028Z | Checking cbc v0.1.2 |
| 2013 | 2026-06-25T00:27:42.065Z | Checking rand_chacha v0.3.1 |
| 2014 | 2026-06-25T00:27:42.153Z | Checking hex v0.4.3 |
| 2015 | 2026-06-25T00:27:42.190Z | Checking aws-lc-sys v0.40.0 |
| 2016 | 2026-06-25T00:27:42.226Z | Checking untrusted v0.7.1 |
| 2017 | 2026-06-25T00:27:42.302Z | Checking simd-adler32 v0.3.8 |
| 2018 | 2026-06-25T00:27:42.348Z | Checking pretty-hex v0.4.1 |
| 2019 | 2026-06-25T00:27:42.383Z | Checking rand v0.8.6 |
| 2020 | 2026-06-25T00:27:42.422Z | Checking scrypt v0.11.0 |
| 2021 | 2026-06-25T00:27:42.457Z | Checking tempfile v3.25.0 |
| 2022 | 2026-06-25T00:27:42.460Z | Checking adler2 v2.0.1 |
| 2023 | 2026-06-25T00:27:42.526Z | Checking openssl-probe v0.2.1 |
| 2024 | 2026-06-25T00:27:42.529Z | Checking plain v0.2.3 |
| 2025 | 2026-06-25T00:27:42.616Z | Checking pkcs5 v0.7.1 |
| 2026 | 2026-06-25T00:27:42.629Z | Checking miniz_oxide v0.8.9 |
| 2027 | 2026-06-25T00:27:42.665Z | Checking regex v1.12.3 |
| 2028 | 2026-06-25T00:27:42.703Z | Checking serde_urlencoded v0.7.1 |
| 2029 | 2026-06-25T00:27:42.707Z | Checking encoding_rs v0.8.35 |
| 2030 | 2026-06-25T00:27:42.768Z | Checking aws-lc-rs v1.16.3 |
| 2031 | 2026-06-25T00:27:42.876Z | Checking ucd-trie v0.1.7 |
| 2032 | 2026-06-25T00:27:42.912Z | Checking pkcs8 v0.10.2 |
| 2033 | 2026-06-25T00:27:42.948Z | Checking camino v1.2.2 |
| 2034 | 2026-06-25T00:27:42.984Z | Checking rustls-native-certs v0.8.3 |
| 2035 | 2026-06-25T00:27:43.020Z | Checking oxnet v0.1.6 |
| 2036 | 2026-06-25T00:27:43.056Z | Checking pest v2.8.6 |
| 2037 | 2026-06-25T00:27:43.122Z | Checking futures-executor v0.3.32 |
| 2038 | 2026-06-25T00:27:43.159Z | Checking sync_wrapper v1.0.2 |
| 2039 | 2026-06-25T00:27:43.225Z | Checking either v1.15.0 |
| 2040 | 2026-06-25T00:27:43.292Z | Checking tower v0.5.3 |
| 2041 | 2026-06-25T00:27:43.330Z | Checking futures v0.3.32 |
| 2042 | 2026-06-25T00:27:43.334Z | Checking webpki-roots v1.0.6 |
| 2043 | 2026-06-25T00:27:43.446Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-06-25T00:27:43.483Z | Checking iri-string v0.7.10 |
| 2045 | 2026-06-25T00:27:43.520Z | Checking static_assertions v1.1.0 |
| 2046 | 2026-06-25T00:27:43.618Z | Checking foldhash v0.2.0 |
| 2047 | 2026-06-25T00:27:43.621Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-06-25T00:27:43.689Z | Checking rustls-webpki v0.103.9 |
| 2049 | 2026-06-25T00:27:43.723Z | Checking openapiv3 v2.2.0 |
| 2050 | 2026-06-25T00:27:43.760Z | Checking signature v2.2.0 |
| 2051 | 2026-06-25T00:27:43.796Z | Checking winnow v0.7.14 |
| 2052 | 2026-06-25T00:27:43.833Z | Checking hashbrown v0.16.1 |
| 2053 | 2026-06-25T00:27:43.923Z | Checking hubpack v0.1.2 |
| 2054 | 2026-06-25T00:27:44.143Z | Checking zlib-rs v0.6.2 |
| 2055 | 2026-06-25T00:27:44.148Z | Checking hyper v1.8.1 |
| 2056 | 2026-06-25T00:27:44.156Z | Checking rustls v0.23.37 |
| 2057 | 2026-06-25T00:27:44.255Z | Checking strum v0.26.3 |
| 2058 | 2026-06-25T00:27:44.358Z | Checking psl-types v2.0.11 |
| 2059 | 2026-06-25T00:27:44.426Z | Checking tinyvec_macros v0.1.1 |
| 2060 | 2026-06-25T00:27:44.508Z | Checking publicsuffix v2.3.0 |
| 2061 | 2026-06-25T00:27:44.545Z | Checking tinyvec v1.10.0 |
| 2062 | 2026-06-25T00:27:44.548Z | Checking tower-http v0.6.8 |
| 2063 | 2026-06-25T00:27:44.697Z | Checking cookie v0.18.1 |
| 2064 | 2026-06-25T00:27:44.852Z | Checking sha1 v0.10.6 |
| 2065 | 2026-06-25T00:27:44.927Z | Checking num-integer v0.1.46 |
| 2066 | 2026-06-25T00:27:44.963Z | Checking scroll v0.13.0 |
| 2067 | 2026-06-25T00:27:45.024Z | Checking data-encoding v2.10.0 |
| 2068 | 2026-06-25T00:27:45.026Z | Checking cookie_store v0.22.1 |
| 2069 | 2026-06-25T00:27:45.096Z | Checking flate2 v1.1.9 |
| 2070 | 2026-06-25T00:27:45.099Z | Checking serde_spanned v0.6.9 |
| 2071 | 2026-06-25T00:27:45.180Z | Checking toml_datetime v0.6.11 |
| 2072 | 2026-06-25T00:27:45.216Z | Checking goblin v0.10.5 |
| 2073 | 2026-06-25T00:27:45.219Z | Checking hyper-util v0.1.20 |
| 2074 | 2026-06-25T00:27:45.287Z | Checking memmap2 v0.9.10 |
| 2075 | 2026-06-25T00:27:45.323Z | Checking base16ct v0.2.0 |
| 2076 | 2026-06-25T00:27:45.391Z | Checking bit-vec v0.8.0 |
| 2077 | 2026-06-25T00:27:45.428Z | Checking dtrace-parser v0.3.0 |
| 2078 | 2026-06-25T00:27:45.431Z | Checking ff v0.13.1 |
| 2079 | 2026-06-25T00:27:45.500Z | Checking wait-timeout v0.2.1 |
| 2080 | 2026-06-25T00:27:45.503Z | Checking sec1 v0.7.3 |
| 2081 | 2026-06-25T00:27:45.612Z | Checking bit-set v0.8.0 |
| 2082 | 2026-06-25T00:27:45.648Z | Checking thread-id v5.1.0 |
| 2083 | 2026-06-25T00:27:45.682Z | Checking group v0.13.0 |
| 2084 | 2026-06-25T00:27:45.718Z | Checking num-iter v0.1.45 |
| 2085 | 2026-06-25T00:27:45.756Z | Checking bstr v1.12.1 |
| 2086 | 2026-06-25T00:27:45.793Z | Checking hkdf v0.12.4 |
| 2087 | 2026-06-25T00:27:45.796Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-06-25T00:27:45.861Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-06-25T00:27:45.864Z | Checking ahash v0.8.12 |
| 2090 | 2026-06-25T00:27:45.954Z | Checking crypto-bigint v0.5.5 |
| 2091 | 2026-06-25T00:27:46.044Z | Checking quick-error v1.2.3 |
| 2092 | 2026-06-25T00:27:46.082Z | Checking anstream v0.6.21 |
| 2093 | 2026-06-25T00:27:46.119Z | Checking rand_xorshift v0.4.0 |
| 2094 | 2026-06-25T00:27:46.174Z | Checking scroll v0.12.0 |
| 2095 | 2026-06-25T00:27:46.209Z | Checking rusty-fork v0.3.1 |
| 2096 | 2026-06-25T00:27:46.274Z | Checking unarray v0.1.4 |
| 2097 | 2026-06-25T00:27:46.312Z | Checking num-bigint-dig v0.8.6 |
| 2098 | 2026-06-25T00:27:46.408Z | Checking pkcs1 v0.7.5 |
| 2099 | 2026-06-25T00:27:46.412Z | Checking proptest v1.10.0 |
| 2100 | 2026-06-25T00:27:46.477Z | Checking goblin v0.8.2 |
| 2101 | 2026-06-25T00:27:46.532Z | Checking x509-cert v0.2.5 |
| 2102 | 2026-06-25T00:27:46.589Z | Checking tokio-rustls v0.26.4 |
| 2103 | 2026-06-25T00:27:46.650Z | Checking rustls-platform-verifier v0.6.2 |
| 2104 | 2026-06-25T00:27:46.822Z | Checking zerocopy v0.7.35 |
| 2105 | 2026-06-25T00:27:46.918Z | Checking hyper-rustls v0.27.7 |
| 2106 | 2026-06-25T00:27:46.923Z | Checking elliptic-curve v0.13.8 |
| 2107 | 2026-06-25T00:27:47.102Z | Checking reqwest v0.13.2 |
| 2108 | 2026-06-25T00:27:47.138Z | Checking unicode-segmentation v1.12.0 |
| 2109 | 2026-06-25T00:27:47.206Z | Checking foreign-types-shared v0.1.1 |
| 2110 | 2026-06-25T00:27:47.243Z | Checking rsa v0.9.10 |
| 2111 | 2026-06-25T00:27:47.322Z | Checking foreign-types v0.3.2 |
| 2112 | 2026-06-25T00:27:47.357Z | Checking dtrace-parser v0.2.0 |
| 2113 | 2026-06-25T00:27:47.421Z | Checking rfc6979 v0.4.0 |
| 2114 | 2026-06-25T00:27:47.488Z | Checking memoffset v0.9.1 |
| 2115 | 2026-06-25T00:27:47.571Z | Checking openssl-sys v0.9.115 |
| 2116 | 2026-06-25T00:27:47.608Z | Checking thread-id v4.2.2 |
| 2117 | 2026-06-25T00:27:47.611Z | Checking dof v0.4.0 |
| 2118 | 2026-06-25T00:27:47.676Z | Checking ecdsa v0.16.9 |
| 2119 | 2026-06-25T00:27:47.720Z | Checking curve25519-dalek v4.1.3 |
| 2120 | 2026-06-25T00:27:47.758Z | Checking rustix v0.38.44 |
| 2121 | 2026-06-25T00:27:47.973Z | Checking openssl v0.10.79 |
| 2122 | 2026-06-25T00:27:48.012Z | Checking env_filter v1.0.0 |
| 2123 | 2026-06-25T00:27:48.050Z | Checking toml_write v0.1.2 |
| 2124 | 2026-06-25T00:27:48.190Z | Checking keccak v0.1.6 |
| 2125 | 2026-06-25T00:27:48.251Z | Checking same-file v1.0.6 |
| 2126 | 2026-06-25T00:27:48.326Z | Checking newtype-uuid v1.3.2 |
| 2127 | 2026-06-25T00:27:48.330Z | Checking usdt-impl v0.6.0 |
| 2128 | 2026-06-25T00:27:48.392Z | Checking sha3 v0.10.8 |
| 2129 | 2026-06-25T00:27:48.395Z | Checking dof v0.3.0 |
| 2130 | 2026-06-25T00:27:48.461Z | Checking walkdir v2.5.0 |
| 2131 | 2026-06-25T00:27:48.531Z | Checking daft v0.1.7 |
| 2132 | 2026-06-25T00:27:48.534Z | Checking toml_edit v0.22.27 |
| 2133 | 2026-06-25T00:27:48.609Z | Checking env_logger v0.11.9 |
| 2134 | 2026-06-25T00:27:48.648Z | Checking ed25519 v2.2.3 |
| 2135 | 2026-06-25T00:27:48.651Z | Checking usdt v0.6.0 |
| 2136 | 2026-06-25T00:27:48.715Z | Checking itertools v0.13.0 |
| 2137 | 2026-06-25T00:27:48.752Z | Checking usdt-impl v0.5.0 |
| 2138 | 2026-06-25T00:27:48.801Z | Checking serde_with v3.17.0 |
| 2139 | 2026-06-25T00:27:48.839Z | Checking siphasher v1.0.2 |
| 2140 | 2026-06-25T00:27:48.875Z | Checking bitflags v1.3.2 |
| 2141 | 2026-06-25T00:27:48.877Z | Checking ed25519-dalek v2.2.0 |
| 2142 | 2026-06-25T00:27:48.979Z | Checking nix v0.31.2 |
| 2143 | 2026-06-25T00:27:49.025Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2144 | 2026-06-25T00:27:49.064Z | Checking unicode-normalization v0.1.25 |
| 2145 | 2026-06-25T00:27:49.170Z | Checking signal-hook v0.3.18 |
| 2146 | 2026-06-25T00:27:49.382Z | Checking winnow v0.5.40 |
| 2147 | 2026-06-25T00:27:49.419Z | Checking managed v0.8.0 |
| 2148 | 2026-06-25T00:27:49.493Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2149 | 2026-06-25T00:27:49.613Z | Checking object v0.37.3 |
| 2150 | 2026-06-25T00:27:49.651Z | Checking foldhash v0.1.5 |
| 2151 | 2026-06-25T00:27:49.701Z | Checking bzip2 v0.4.4 |
| 2152 | 2026-06-25T00:27:49.759Z | Checking signal-hook-mio v0.2.5 |
| 2153 | 2026-06-25T00:27:49.813Z | Checking hashbrown v0.15.5 |
| 2154 | 2026-06-25T00:27:49.896Z | Checking globset v0.4.18 |
| 2155 | 2026-06-25T00:27:49.899Z | Checking ref-cast v1.0.25 |
| 2156 | 2026-06-25T00:27:50.030Z | Checking native-tls v0.2.18 |
| 2157 | 2026-06-25T00:27:50.067Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2158 | 2026-06-25T00:27:50.104Z | Checking zip v0.6.6 |
| 2159 | 2026-06-25T00:27:50.182Z | Checking pin-project v1.1.11 |
| 2160 | 2026-06-25T00:27:50.220Z | Checking zstd-safe v7.2.4 |
| 2161 | 2026-06-25T00:27:50.254Z | Checking tokio-native-tls v0.3.1 |
| 2162 | 2026-06-25T00:27:50.290Z | Checking bumpalo v3.20.2 |
| 2163 | 2026-06-25T00:27:50.328Z | Checking libbz2-rs-sys v0.2.2 |
| 2164 | 2026-06-25T00:27:50.331Z | Checking crossterm v0.28.1 |
| 2165 | 2026-06-25T00:27:50.409Z | Checking zstd v0.13.3 |
| 2166 | 2026-06-25T00:27:50.445Z | Checking hyper-tls v0.6.0 |
| 2167 | 2026-06-25T00:27:50.481Z | Checking similar v2.7.0 |
| 2168 | 2026-06-25T00:27:50.522Z | Checking zopfli v0.8.3 |
| 2169 | 2026-06-25T00:27:50.559Z | Checking toml_edit v0.19.15 |
| 2170 | 2026-06-25T00:27:50.625Z | Checking tokio-stream v0.1.18 |
| 2171 | 2026-06-25T00:27:50.663Z | Checking reqwest v0.12.28 |
| 2172 | 2026-06-25T00:27:50.752Z | Checking bzip2 v0.6.1 |
| 2173 | 2026-06-25T00:27:50.881Z | Checking fs-err v3.3.0 |
| 2174 | 2026-06-25T00:27:50.918Z | Checking pem v3.0.6 |
| 2175 | 2026-06-25T00:27:50.954Z | Checking hash32 v0.2.1 |
| 2176 | 2026-06-25T00:27:51.043Z | Checking serde-big-array v0.5.1 |
| 2177 | 2026-06-25T00:27:51.100Z | Checking unicode-bidi v0.3.18 |
| 2178 | 2026-06-25T00:27:51.138Z | Checking jiff v0.2.21 |
| 2179 | 2026-06-25T00:27:51.174Z | Checking unicode-properties v0.1.4 |
| 2180 | 2026-06-25T00:27:51.209Z | Checking predicates-core v1.0.10 |
| 2181 | 2026-06-25T00:27:51.246Z | Checking heapless v0.7.17 |
| 2182 | 2026-06-25T00:27:51.368Z | Checking snafu v0.8.9 |
| 2183 | 2026-06-25T00:27:51.405Z | Checking olpc-cjson v0.1.4 |
| 2184 | 2026-06-25T00:27:51.440Z | Checking stringprep v0.1.5 |
| 2185 | 2026-06-25T00:27:51.544Z | Checking hickory-proto v0.25.2 |
| 2186 | 2026-06-25T00:27:51.581Z | Checking md-5 v0.10.6 |
| 2187 | 2026-06-25T00:27:51.626Z | Checking serde_plain v1.0.2 |
| 2188 | 2026-06-25T00:27:51.662Z | Checking toml v0.7.8 |
| 2189 | 2026-06-25T00:27:51.666Z | Checking float-cmp v0.10.0 |
| 2190 | 2026-06-25T00:27:51.730Z | Checking difflib v0.4.0 |
| 2191 | 2026-06-25T00:27:51.766Z | Checking fallible-iterator v0.2.0 |
| 2192 | 2026-06-25T00:27:51.803Z | Checking typed-path v0.9.3 |
| 2193 | 2026-06-25T00:27:51.849Z | Checking normalize-line-endings v0.3.0 |
| 2194 | 2026-06-25T00:27:51.936Z | Checking smoltcp v0.9.1 |
| 2195 | 2026-06-25T00:27:51.973Z | Checking predicates v3.1.4 |
| 2196 | 2026-06-25T00:27:51.977Z | Checking iddqd v0.4.2 |
| 2197 | 2026-06-25T00:27:52.042Z | Checking phf_shared v0.13.1 |
| 2198 | 2026-06-25T00:27:52.077Z | Checking postgres-protocol v0.6.10 |
| 2199 | 2026-06-25T00:27:52.272Z | Checking phf_shared v0.11.3 |
| 2200 | 2026-06-25T00:27:52.336Z | Checking buf-list v1.1.2 |
| 2201 | 2026-06-25T00:27:52.421Z | Checking strum v0.27.2 |
| 2202 | 2026-06-25T00:27:52.458Z | Checking lalrpop-util v0.19.12 |
| 2203 | 2026-06-25T00:27:52.546Z | Checking new_debug_unreachable v1.0.6 |
| 2204 | 2026-06-25T00:27:52.584Z | Checking precomputed-hash v0.1.1 |
| 2205 | 2026-06-25T00:27:52.587Z | Checking fixedbitset v0.4.2 |
| 2206 | 2026-06-25T00:27:52.652Z | Checking tough v0.22.0 |
| 2207 | 2026-06-25T00:27:52.655Z | Checking fixedbitset v0.5.7 |
| 2208 | 2026-06-25T00:27:52.655Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2209 | 2026-06-25T00:27:52.754Z | Checking string_cache v0.8.9 |
| 2210 | 2026-06-25T00:27:52.789Z | Checking petgraph v0.6.5 |
| 2211 | 2026-06-25T00:27:52.910Z | Checking petgraph v0.8.3 |
| 2212 | 2026-06-25T00:27:52.913Z | Checking postgres-types v0.2.12 |
| 2213 | 2026-06-25T00:27:52.982Z | Checking phf v0.13.1 |
| 2214 | 2026-06-25T00:27:53.165Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2215 | 2026-06-25T00:27:53.291Z | Checking peg-runtime v0.8.5 |
| 2216 | 2026-06-25T00:27:53.415Z | Checking zip v4.6.1 |
| 2217 | 2026-06-25T00:27:53.468Z | Checking whoami v2.1.0 |
| 2218 | 2026-06-25T00:27:53.622Z | Checking is-terminal v0.4.17 |
| 2219 | 2026-06-25T00:27:53.708Z | Checking tokio-postgres v0.7.16 |
| 2220 | 2026-06-25T00:27:53.753Z | Checking crossbeam-channel v0.5.15 |
| 2221 | 2026-06-25T00:27:54.048Z | Checking thread_local v1.1.9 |
| 2222 | 2026-06-25T00:27:54.098Z | Compiling structmeta-derive v0.3.0 |
| 2223 | 2026-06-25T00:27:54.134Z | Checking term v1.2.1 |
| 2224 | 2026-06-25T00:27:54.247Z | Checking take_mut v0.2.2 |
| 2225 | 2026-06-25T00:27:54.383Z | Checking slog-term v2.9.2 |
| 2226 | 2026-06-25T00:27:54.386Z | Checking slog-async v2.8.0 |
| 2227 | 2026-06-25T00:27:54.427Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-06-25T00:27:54.553Z | Compiling rustls v0.22.4 |
| 2229 | 2026-06-25T00:27:54.669Z | Compiling multer v3.1.0 |
| 2230 | 2026-06-25T00:27:54.703Z | Compiling async-stream-impl v0.3.6 |
| 2231 | 2026-06-25T00:27:54.752Z | Checking match_cfg v0.1.0 |
| 2232 | 2026-06-25T00:27:54.835Z | Checking slog-json v2.6.1 |
| 2233 | 2026-06-25T00:27:54.872Z | Checking hostname v0.3.1 |
| 2234 | 2026-06-25T00:27:54.983Z | Compiling dropshot v0.17.0 |
| 2235 | 2026-06-25T00:27:55.020Z | Compiling dropshot_endpoint v0.17.0 |
| 2236 | 2026-06-25T00:27:55.053Z | Checking slog-bunyan v2.5.0 |
| 2237 | 2026-06-25T00:27:55.089Z | Checking debug-ignore v1.0.5 |
| 2238 | 2026-06-25T00:27:55.193Z | Checking progenitor-client v0.14.0 |
| 2239 | 2026-06-25T00:27:55.265Z | Compiling structmeta v0.3.0 |
| 2240 | 2026-06-25T00:27:55.300Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2241 | 2026-06-25T00:27:55.303Z | Checking rustls-webpki v0.102.8 |
| 2242 | 2026-06-25T00:27:55.367Z | Checking serde_path_to_error v0.1.20 |
| 2243 | 2026-06-25T00:27:55.370Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2244 | 2026-06-25T00:27:55.435Z | Checking serde_spanned v1.0.4 |
| 2245 | 2026-06-25T00:27:55.472Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2246 | 2026-06-25T00:27:55.507Z | Compiling derive-ex v0.1.8 |
| 2247 | 2026-06-25T00:27:55.593Z | Checking compression-core v0.4.31 |
| 2248 | 2026-06-25T00:27:55.628Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-06-25T00:27:55.669Z | Checking async-stream v0.3.6 |
| 2250 | 2026-06-25T00:27:55.750Z | Checking compression-codecs v0.4.37 |
| 2251 | 2026-06-25T00:27:55.827Z | Checking waitgroup v0.1.2 |
| 2252 | 2026-06-25T00:27:55.863Z | Checking toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-06-25T00:27:55.898Z | Checking rustls-pemfile v2.2.0 |
| 2254 | 2026-06-25T00:27:55.946Z | Checking async-compression v0.4.41 |
| 2255 | 2026-06-25T00:27:55.983Z | Checking hostname v0.4.2 |
| 2256 | 2026-06-25T00:27:56.032Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2257 | 2026-06-25T00:27:56.071Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2258 | 2026-06-25T00:27:56.110Z | Checking atomicwrites v0.4.4 |
| 2259 | 2026-06-25T00:27:56.171Z | Compiling parse-display-derive v0.10.0 |
| 2260 | 2026-06-25T00:27:56.220Z | Checking itertools v0.14.0 |
| 2261 | 2026-06-25T00:27:56.257Z | Checking macaddr v1.0.1 |
| 2262 | 2026-06-25T00:27:56.293Z | Checking regress v0.10.5 |
| 2263 | 2026-06-25T00:27:56.467Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2264 | 2026-06-25T00:27:56.504Z | Checking instant v0.1.13 |
| 2265 | 2026-06-25T00:27:56.622Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2266 | 2026-06-25T00:27:56.765Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2267 | 2026-06-25T00:27:56.888Z | Checking backoff v0.4.0 |
| 2268 | 2026-06-25T00:27:56.927Z | Checking backon v1.6.0 |
| 2269 | 2026-06-25T00:27:57.102Z | Checking humantime v2.3.0 |
| 2270 | 2026-06-25T00:27:57.139Z | Checking progenitor-extras v0.2.0 |
| 2271 | 2026-06-25T00:27:57.199Z | Checking tokio-rustls v0.25.0 |
| 2272 | 2026-06-25T00:27:57.305Z | Compiling test-strategy v0.4.5 |
| 2273 | 2026-06-25T00:27:57.316Z | Checking unicode-width v0.2.0 |
| 2274 | 2026-06-25T00:27:57.316Z | Compiling convert_case v0.4.0 |
| 2275 | 2026-06-25T00:27:57.343Z | Checking heck v0.5.0 |
| 2276 | 2026-06-25T00:27:57.393Z | Checking half v2.7.1 |
| 2277 | 2026-06-25T00:27:57.494Z | Checking ciborium-io v0.2.2 |
| 2278 | 2026-06-25T00:27:57.548Z | Checking secrecy v0.10.3 |
| 2279 | 2026-06-25T00:27:57.615Z | Compiling regress v0.11.1 |
| 2280 | 2026-06-25T00:27:57.680Z | Checking ciborium-ll v0.2.2 |
| 2281 | 2026-06-25T00:27:57.718Z | Checking indent_write v2.2.0 |
| 2282 | 2026-06-25T00:27:57.721Z | Compiling derive_more v0.99.20 |
| 2283 | 2026-06-25T00:27:57.784Z | Checking universal-hash v0.5.1 |
| 2284 | 2026-06-25T00:27:57.876Z | Checking opaque-debug v0.3.1 |
| 2285 | 2026-06-25T00:27:57.878Z | Checking parse-display v0.10.0 |
| 2286 | 2026-06-25T00:27:57.943Z | Checking ciborium v0.2.2 |
| 2287 | 2026-06-25T00:27:58.009Z | Checking camino-tempfile v1.4.1 |
| 2288 | 2026-06-25T00:27:58.083Z | Compiling crucible-workspace-hack v0.1.0 |
| 2289 | 2026-06-25T00:27:58.192Z | Checking aead v0.5.2 |
| 2290 | 2026-06-25T00:27:58.336Z | Compiling unsafe-libyaml v0.2.11 |
| 2291 | 2026-06-25T00:27:58.441Z | Checking poly1305 v0.8.0 |
| 2292 | 2026-06-25T00:27:58.503Z | Checking chacha20 v0.9.1 |
| 2293 | 2026-06-25T00:27:58.734Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2294 | 2026-06-25T00:27:58.773Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2295 | 2026-06-25T00:27:58.776Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2296 | 2026-06-25T00:27:59.131Z | Compiling serde_yaml v0.9.34+deprecated |
| 2297 | 2026-06-25T00:27:59.168Z | Checking swrite v0.1.0 |
| 2298 | 2026-06-25T00:27:59.222Z | Checking password-hash v0.5.0 |
| 2299 | 2026-06-25T00:27:59.290Z | Compiling typify-impl v0.6.2 |
| 2300 | 2026-06-25T00:27:59.473Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2301 | 2026-06-25T00:27:59.511Z | Checking blake2 v0.10.6 |
| 2302 | 2026-06-25T00:27:59.776Z | Checking argon2 v0.5.3 |
| 2303 | 2026-06-25T00:27:59.965Z | Checking thiserror-no-std v2.0.2 |
| 2304 | 2026-06-25T00:28:00.085Z | Checking vsss-rs v3.3.4 |
| 2305 | 2026-06-25T00:28:00.155Z | Checking chacha20poly1305 v0.10.1 |
| 2306 | 2026-06-25T00:28:00.318Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2307 | 2026-06-25T00:28:00.405Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2308 | 2026-06-25T00:28:00.655Z | Checking byte-wrapper v0.1.0 |
| 2309 | 2026-06-25T00:28:00.728Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2310 | 2026-06-25T00:28:00.764Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2311 | 2026-06-25T00:28:00.767Z | Checking crossbeam-deque v0.8.6 |
| 2312 | 2026-06-25T00:28:00.890Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2313 | 2026-06-25T00:28:00.944Z | Compiling rayon-core v1.13.0 |
| 2314 | 2026-06-25T00:28:00.993Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2315 | 2026-06-25T00:28:01.031Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2316 | 2026-06-25T00:28:01.238Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2317 | 2026-06-25T00:28:01.311Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2318 | 2026-06-25T00:28:01.558Z | Compiling proc-macro-error v1.0.4 |
| 2319 | 2026-06-25T00:28:01.632Z | Checking rayon v1.11.0 |
| 2320 | 2026-06-25T00:28:01.907Z | Compiling proc-macro-crate v3.4.0 |
| 2321 | 2026-06-25T00:28:02.347Z | Checking toml v0.8.23 |
| 2322 | 2026-06-25T00:28:02.401Z | Checking tabwriter v1.4.1 |
| 2323 | 2026-06-25T00:28:02.438Z | Checking glob v0.3.3 |
| 2324 | 2026-06-25T00:28:02.480Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2325 | 2026-06-25T00:28:02.483Z | Compiling num_enum_derive v0.7.6 |
| 2326 | 2026-06-25T00:28:02.576Z | Checking cpufeatures v0.3.0 |
| 2327 | 2026-06-25T00:28:02.613Z | Compiling heapless v0.8.0 |
| 2328 | 2026-06-25T00:28:02.650Z | Checking colored v3.1.1 |
| 2329 | 2026-06-25T00:28:02.685Z | Compiling ingot-macros v0.1.1 |
| 2330 | 2026-06-25T00:28:02.779Z | Checking hash32 v0.3.1 |
| 2331 | 2026-06-25T00:28:02.883Z | Compiling smoltcp v0.11.0 |
| 2332 | 2026-06-25T00:28:02.887Z | Checking unicode-width v0.1.14 |
| 2333 | 2026-06-25T00:28:03.115Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2334 | 2026-06-25T00:28:03.163Z | Checking cobs v0.3.0 |
| 2335 | 2026-06-25T00:28:03.344Z | Compiling usdt-macro v0.5.0 |
| 2336 | 2026-06-25T00:28:03.381Z | Compiling usdt-attr-macro v0.5.0 |
| 2337 | 2026-06-25T00:28:03.462Z | Checking memmap v0.7.0 |
| 2338 | 2026-06-25T00:28:03.508Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2339 | 2026-06-25T00:28:03.603Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2340 | 2026-06-25T00:28:03.639Z | Checking num_enum v0.7.6 |
| 2341 | 2026-06-25T00:28:03.819Z | Checking postcard v1.1.3 |
| 2342 | 2026-06-25T00:28:03.887Z | Compiling typify-macro v0.6.2 |
| 2343 | 2026-06-25T00:28:03.921Z | Compiling proc-macro-crate v1.3.1 |
| 2344 | 2026-06-25T00:28:04.131Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2345 | 2026-06-25T00:28:04.178Z | Checking sigpipe v0.1.3 |
| 2346 | 2026-06-25T00:28:04.214Z | Checking usdt v0.5.0 |
| 2347 | 2026-06-25T00:28:04.290Z | Compiling foreign-types-macros v0.2.3 |
| 2348 | 2026-06-25T00:28:04.374Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2349 | 2026-06-25T00:28:04.377Z | Checking foreign-types-shared v0.3.1 |
| 2350 | 2026-06-25T00:28:04.448Z | Compiling num_enum_derive v0.5.11 |
| 2351 | 2026-06-25T00:28:04.712Z | Checking chacha20 v0.10.0 |
| 2352 | 2026-06-25T00:28:04.807Z | Checking cstr-argument v0.1.2 |
| 2353 | 2026-06-25T00:28:04.871Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-06-25T00:28:04.918Z | Checking foreign-types v0.5.0 |
| 2355 | 2026-06-25T00:28:04.961Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2356 | 2026-06-25T00:28:04.964Z | Compiling num-derive v0.4.2 |
| 2357 | 2026-06-25T00:28:05.031Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2358 | 2026-06-25T00:28:05.302Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2359 | 2026-06-25T00:28:05.337Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2360 | 2026-06-25T00:28:05.447Z | Checking rand v0.10.0 |
| 2361 | 2026-06-25T00:28:05.486Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2362 | 2026-06-25T00:28:05.519Z | Checking num_enum v0.5.11 |
| 2363 | 2026-06-25T00:28:05.524Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2364 | 2026-06-25T00:28:05.591Z | Checking ingot-types v0.1.2 |
| 2365 | 2026-06-25T00:28:05.651Z | Compiling typify v0.6.2 |
| 2366 | 2026-06-25T00:28:05.688Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2367 | 2026-06-25T00:28:05.754Z | Checking itertools v0.12.1 |
| 2368 | 2026-06-25T00:28:05.790Z | Compiling progenitor-impl v0.14.0 |
| 2369 | 2026-06-25T00:28:05.865Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2370 | 2026-06-25T00:28:05.988Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2371 | 2026-06-25T00:28:06.019Z | Checking ingot v0.1.1 |
| 2372 | 2026-06-25T00:28:06.183Z | Compiling zone_cfg_derive v0.3.1 |
| 2373 | 2026-06-25T00:28:06.230Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2374 | 2026-06-25T00:28:06.437Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2375 | 2026-06-25T00:28:06.708Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2376 | 2026-06-25T00:28:06.798Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2377 | 2026-06-25T00:28:06.833Z | Checking smf v0.2.3 |
| 2378 | 2026-06-25T00:28:06.868Z | Checking zone v0.3.1 |
| 2379 | 2026-06-25T00:28:06.902Z | Checking whoami v1.6.1 |
| 2380 | 2026-06-25T00:28:06.940Z | Checking tokio-dtrace v0.1.1 |
| 2381 | 2026-06-25T00:28:07.049Z | Compiling derive-where v1.6.0 |
| 2382 | 2026-06-25T00:28:07.099Z | Checking console v0.15.11 |
| 2383 | 2026-06-25T00:28:07.136Z | Checking newline-converter v0.3.0 |
| 2384 | 2026-06-25T00:28:07.169Z | Checking oxide-tokio-rt v0.1.4 |
| 2385 | 2026-06-25T00:28:07.248Z | Checking bytecount v0.6.9 |
| 2386 | 2026-06-25T00:28:07.283Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-06-25T00:28:07.364Z | Compiling cancel-safe-futures v0.1.5 |
| 2388 | 2026-06-25T00:28:07.401Z | Checking libsw-core v0.3.2 |
| 2389 | 2026-06-25T00:28:07.404Z | Checking expectorate v1.2.0 |
| 2390 | 2026-06-25T00:28:07.578Z | Checking libsw v3.5.0 |
| 2391 | 2026-06-25T00:28:07.616Z | Checking num-rational v0.4.2 |
| 2392 | 2026-06-25T00:28:07.684Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2393 | 2026-06-25T00:28:07.923Z | Checking num-complex v0.4.6 |
| 2394 | 2026-06-25T00:28:08.005Z | Checking linear-map v1.2.0 |
| 2395 | 2026-06-25T00:28:08.042Z | Checking float-ord v0.3.2 |
| 2396 | 2026-06-25T00:28:08.174Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-06-25T00:28:08.209Z | Checking gethostname v0.5.0 |
| 2398 | 2026-06-25T00:28:08.288Z | Checking num v0.4.3 |
| 2399 | 2026-06-25T00:28:08.329Z | Compiling prettyplease v0.2.37 |
| 2400 | 2026-06-25T00:28:08.364Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2026-06-25T00:28:08.443Z | Compiling progenitor-macro v0.14.0 |
| 2402 | 2026-06-25T00:28:08.477Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2403 | 2026-06-25T00:28:08.482Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2404 | 2026-06-25T00:28:08.643Z | Checking resolv-conf v0.7.6 |
| 2405 | 2026-06-25T00:28:08.812Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2406 | 2026-06-25T00:28:08.859Z | Checking smawk v0.3.2 |
| 2407 | 2026-06-25T00:28:08.951Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2408 | 2026-06-25T00:28:09.021Z | Checking unicode-linebreak v0.1.5 |
| 2409 | 2026-06-25T00:28:09.273Z | Checking papergrid v0.11.0 |
| 2410 | 2026-06-25T00:28:09.913Z | Compiling tabled_derive v0.7.0 |
| 2411 | 2026-06-25T00:28:10.037Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2412 | 2026-06-25T00:28:10.074Z | Compiling convert_case v0.10.0 |
| 2413 | 2026-06-25T00:28:10.110Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2414 | 2026-06-25T00:28:10.283Z | Compiling slog-dtrace v0.3.0 |
| 2415 | 2026-06-25T00:28:10.363Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2416 | 2026-06-25T00:28:10.411Z | Compiling derive_more-impl v2.1.1 |
| 2417 | 2026-06-25T00:28:10.581Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2418 | 2026-06-25T00:28:10.631Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2419 | 2026-06-25T00:28:10.900Z | Checking tabled v0.15.0 |
| 2420 | 2026-06-25T00:28:11.256Z | Checking derive_more v2.1.1 |
| 2421 | 2026-06-25T00:28:11.392Z | Checking crossterm v0.29.0 |
| 2422 | 2026-06-25T00:28:11.638Z | Checking linked-hash-map v0.5.6 |
| 2423 | 2026-06-25T00:28:11.841Z | Checking lru-cache v0.1.2 |
| 2424 | 2026-06-25T00:28:12.266Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-06-25T00:28:12.304Z | Checking fd-lock v4.0.4 |
| 2426 | 2026-06-25T00:28:12.337Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2427 | 2026-06-25T00:28:13.040Z | Checking vte v0.14.1 |
| 2428 | 2026-06-25T00:28:13.193Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2429 | 2026-06-25T00:28:13.299Z | Checking progenitor v0.14.0 |
| 2430 | 2026-06-25T00:28:13.450Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-06-25T00:28:13.488Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2432 | 2026-06-25T00:28:13.661Z | Checking strip-ansi-escapes v0.2.1 |
| 2433 | 2026-06-25T00:28:14.090Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2434 | 2026-06-25T00:28:14.939Z | Checking termtree v0.5.1 |
| 2435 | 2026-06-25T00:28:15.127Z | Checking nu-ansi-term v0.50.3 |
| 2436 | 2026-06-25T00:28:15.330Z | Checking hickory-resolver v0.24.4 |
| 2437 | 2026-06-25T00:28:15.364Z | Checking reedline v0.40.0 |
| 2438 | 2026-06-25T00:28:15.398Z | Checking textwrap v0.16.2 |
| 2439 | 2026-06-25T00:28:15.469Z | Compiling minimal-lexical v0.2.1 |
| 2440 | 2026-06-25T00:28:15.582Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2441 | 2026-06-25T00:28:15.640Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2442 | 2026-06-25T00:28:15.751Z | Compiling nom v7.1.3 |
| 2443 | 2026-06-25T00:28:15.911Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2444 | 2026-06-25T00:28:16.119Z | Checking qorb v0.4.1 |
| 2445 | 2026-06-25T00:28:16.206Z | Compiling ar_archive_writer v0.5.1 |
| 2446 | 2026-06-25T00:28:16.522Z | Checking csv-core v0.1.13 |
| 2447 | 2026-06-25T00:28:16.723Z | Compiling stacker v0.1.23 |
| 2448 | 2026-06-25T00:28:16.758Z | Checking csv v1.4.0 |
| 2449 | 2026-06-25T00:28:17.019Z | Checking highway v1.3.0 |
| 2450 | 2026-06-25T00:28:17.094Z | Compiling psm v0.1.30 |
| 2451 | 2026-06-25T00:28:17.131Z | Compiling cfg_aliases v0.1.1 |
| 2452 | 2026-06-25T00:28:17.170Z | Compiling semver v0.1.20 |
| 2453 | 2026-06-25T00:28:17.239Z | Compiling nix v0.28.0 |
| 2454 | 2026-06-25T00:28:17.333Z | Checking nibble_vec v0.1.0 |
| 2455 | 2026-06-25T00:28:17.364Z | Checking home v0.5.12 |
| 2456 | 2026-06-25T00:28:17.489Z | Compiling rustc_version v0.1.7 |
| 2457 | 2026-06-25T00:28:17.493Z | Checking endian-type v0.1.2 |
| 2458 | 2026-06-25T00:28:17.557Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2459 | 2026-06-25T00:28:17.618Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2460 | 2026-06-25T00:28:17.721Z | Checking radix_trie v0.2.1 |
| 2461 | 2026-06-25T00:28:17.788Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2462 | 2026-06-25T00:28:17.791Z | Compiling newtype_derive v0.1.6 |
| 2463 | 2026-06-25T00:28:17.960Z | Checking phf_shared v0.12.1 |
| 2464 | 2026-06-25T00:28:18.034Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2465 | 2026-06-25T00:28:18.070Z | Compiling chrono-tz v0.10.4 |
| 2466 | 2026-06-25T00:28:18.133Z | Checking phf v0.12.1 |
| 2467 | 2026-06-25T00:28:18.343Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2468 | 2026-06-25T00:28:18.346Z | Compiling const_format_proc_macros v0.2.34 |
| 2469 | 2026-06-25T00:28:18.428Z | Compiling peg-macros v0.8.5 |
| 2470 | 2026-06-25T00:28:18.464Z | Checking nom v8.0.0 |
| 2471 | 2026-06-25T00:28:18.499Z | Checking recursive v0.1.1 |
| 2472 | 2026-06-25T00:28:18.625Z | Checking winnow v0.6.26 |
| 2473 | 2026-06-25T00:28:18.882Z | Compiling sqlparser_derive v0.5.0 |
| 2474 | 2026-06-25T00:28:19.256Z | Checking unicode_categories v0.1.1 |
| 2475 | 2026-06-25T00:28:19.318Z | Checking rustyline v14.0.0 |
| 2476 | 2026-06-25T00:28:19.442Z | Checking const_format v0.2.35 |
| 2477 | 2026-06-25T00:28:19.693Z | Checking sqlparser v0.61.0 |
| 2478 | 2026-06-25T00:28:19.809Z | Checking sqlformat v0.3.5 |
| 2479 | 2026-06-25T00:28:19.842Z | Checking peg v0.8.5 |
| 2480 | 2026-06-25T00:28:20.024Z | Checking bcs v0.1.6 |
| 2481 | 2026-06-25T00:28:20.058Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2482 | 2026-06-25T00:28:20.154Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2483 | 2026-06-25T00:28:20.263Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2484 | 2026-06-25T00:28:20.297Z | Checking steno v0.4.1 |
| 2485 | 2026-06-25T00:28:20.370Z | Checking filetime v0.2.27 |
| 2486 | 2026-06-25T00:28:20.468Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2487 | 2026-06-25T00:28:20.517Z | Checking xattr v1.6.1 |
| 2488 | 2026-06-25T00:28:20.551Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2489 | 2026-06-25T00:28:20.683Z | Checking tar v0.4.45 |
| 2490 | 2026-06-25T00:28:20.756Z | Checking subprocess v0.2.15 |
| 2491 | 2026-06-25T00:28:21.114Z | Checking base64 v0.21.7 |
| 2492 | 2026-06-25T00:28:21.253Z | Checking headers-core v0.3.0 |
| 2493 | 2026-06-25T00:28:21.333Z | Checking yasna v0.5.2 |
| 2494 | 2026-06-25T00:28:21.384Z | Checking dropshot-api-manager-types v0.7.2 |
| 2495 | 2026-06-25T00:28:21.419Z | Checking headers v0.4.1 |
| 2496 | 2026-06-25T00:28:21.588Z | Checking tagptr v0.2.0 |
| 2497 | 2026-06-25T00:28:21.755Z | Checking rcgen v0.12.1 |
| 2498 | 2026-06-25T00:28:21.790Z | Checking moka v0.12.13 |
| 2499 | 2026-06-25T00:28:21.917Z | Checking utf-8 v0.7.6 |
| 2500 | 2026-06-25T00:28:22.086Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2501 | 2026-06-25T00:28:22.122Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2502 | 2026-06-25T00:28:22.263Z | Compiling libefi-sys v0.1.0 |
| 2503 | 2026-06-25T00:28:22.469Z | Checking hickory-resolver v0.25.2 |
| 2504 | 2026-06-25T00:28:22.581Z | Checking tungstenite v0.21.0 |
| 2505 | 2026-06-25T00:28:22.616Z | Compiling bitfield-struct v0.6.2 |
| 2506 | 2026-06-25T00:28:22.859Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-06-25T00:28:22.968Z | Compiling radium v0.7.0 |
| 2508 | 2026-06-25T00:28:23.030Z | Checking tokio-tungstenite v0.21.0 |
| 2509 | 2026-06-25T00:28:23.265Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2510 | 2026-06-25T00:28:23.300Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-06-25T00:28:23.463Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2512 | 2026-06-25T00:28:23.607Z | Checking tap v1.0.1 |
| 2513 | 2026-06-25T00:28:23.610Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2514 | 2026-06-25T00:28:23.748Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2515 | 2026-06-25T00:28:23.783Z | Compiling maybe-uninit v2.0.0 |
| 2516 | 2026-06-25T00:28:23.910Z | Checking wyz v0.5.1 |
| 2517 | 2026-06-25T00:28:24.124Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2518 | 2026-06-25T00:28:24.168Z | Compiling zerocopy-derive v0.6.6 |
| 2519 | 2026-06-25T00:28:24.224Z | Checking crc-catalog v2.4.0 |
| 2520 | 2026-06-25T00:28:24.259Z | Compiling packed_struct v0.10.1 |
| 2521 | 2026-06-25T00:28:24.262Z | Checking funty v2.0.0 |
| 2522 | 2026-06-25T00:28:24.346Z | Checking crc v3.4.0 |
| 2523 | 2026-06-25T00:28:24.489Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2524 | 2026-06-25T00:28:24.536Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2525 | 2026-06-25T00:28:24.649Z | Checking bitvec v1.0.1 |
| 2526 | 2026-06-25T00:28:24.682Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2527 | 2026-06-25T00:28:24.724Z | Compiling packed_struct_codegen v0.10.1 |
| 2528 | 2026-06-25T00:28:25.051Z | Checking zerocopy v0.6.6 |
| 2529 | 2026-06-25T00:28:25.151Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2530 | 2026-06-25T00:28:25.378Z | Compiling bitfield-macros v0.19.4 |
| 2531 | 2026-06-25T00:28:25.684Z | Compiling indexmap v1.9.3 |
| 2532 | 2026-06-25T00:28:25.839Z | Checking nodrop v0.1.14 |
| 2533 | 2026-06-25T00:28:25.883Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2534 | 2026-06-25T00:28:25.961Z | Checking array-init v0.0.4 |
| 2535 | 2026-06-25T00:28:25.996Z | Checking smallvec v0.6.14 |
| 2536 | 2026-06-25T00:28:26.111Z | Checking bitfield v0.19.4 |
| 2537 | 2026-06-25T00:28:26.247Z | Checking hashbrown v0.12.3 |
| 2538 | 2026-06-25T00:28:26.290Z | Checking serde-hex v0.1.0 |
| 2539 | 2026-06-25T00:28:26.406Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2540 | 2026-06-25T00:28:26.598Z | Checking ron v0.8.1 |
| 2541 | 2026-06-25T00:28:27.038Z | Checking hashbrown v0.13.2 |
| 2542 | 2026-06-25T00:28:27.077Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2543 | 2026-06-25T00:28:27.154Z | Checking crc-any v2.5.0 |
| 2544 | 2026-06-25T00:28:27.364Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2545 | 2026-06-25T00:28:27.495Z | Checking object v0.30.4 |
| 2546 | 2026-06-25T00:28:27.559Z | Compiling xshell-macros v0.2.7 |
| 2547 | 2026-06-25T00:28:27.732Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2548 | 2026-06-25T00:28:27.806Z | Checking path-slash v0.1.5 |
| 2549 | 2026-06-25T00:28:27.939Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2550 | 2026-06-25T00:28:27.974Z | Checking xshell v0.2.7 |
| 2551 | 2026-06-25T00:28:28.039Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-06-25T00:28:28.198Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2553 | 2026-06-25T00:28:28.512Z | Checking half v1.8.3 |
| 2554 | 2026-06-25T00:28:28.650Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2555 | 2026-06-25T00:28:28.745Z | Checking serde_cbor v0.11.2 |
| 2556 | 2026-06-25T00:28:28.853Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2557 | 2026-06-25T00:28:29.112Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2558 | 2026-06-25T00:28:29.172Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2559 | 2026-06-25T00:28:29.401Z | Compiling num-derive v0.3.3 |
| 2560 | 2026-06-25T00:28:29.476Z | Checking papergrid v0.17.0 |
| 2561 | 2026-06-25T00:28:29.550Z | Compiling proc-macro-error2 v2.0.1 |
| 2562 | 2026-06-25T00:28:29.682Z | Checking testing_table v0.3.0 |
| 2563 | 2026-06-25T00:28:29.812Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2564 | 2026-06-25T00:28:29.895Z | Compiling tabled_derive v0.11.0 |
| 2565 | 2026-06-25T00:28:30.262Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2566 | 2026-06-25T00:28:30.296Z | Compiling progenitor-impl v0.13.0 |
| 2567 | 2026-06-25T00:28:30.329Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2568 | 2026-06-25T00:28:30.363Z | Checking libscf-sys v1.1.0 |
| 2569 | 2026-06-25T00:28:30.522Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2570 | 2026-06-25T00:28:30.759Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2571 | 2026-06-25T00:28:30.987Z | Checking maplit v1.0.2 |
| 2572 | 2026-06-25T00:28:31.088Z | Checking tabled v0.20.0 |
| 2573 | 2026-06-25T00:28:31.154Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2574 | 2026-06-25T00:28:31.265Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2575 | 2026-06-25T00:28:31.636Z | Checking progenitor-client v0.13.0 |
| 2576 | 2026-06-25T00:28:31.913Z | Compiling git-stub v1.0.0 |
| 2577 | 2026-06-25T00:28:32.037Z | Checking crc8 v0.1.1 |
| 2578 | 2026-06-25T00:28:32.105Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2579 | 2026-06-25T00:28:32.165Z | Compiling git-stub-vcs v0.1.0 |
| 2580 | 2026-06-25T00:28:32.208Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2581 | 2026-06-25T00:28:32.500Z | Checking fxhash v0.2.1 |
| 2582 | 2026-06-25T00:28:32.547Z | Checking unicase v2.9.0 |
| 2583 | 2026-06-25T00:28:32.655Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2584 | 2026-06-25T00:28:32.729Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2585 | 2026-06-25T00:28:32.764Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2586 | 2026-06-25T00:28:32.894Z | Compiling progenitor-macro v0.13.0 |
| 2587 | 2026-06-25T00:28:32.984Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-06-25T00:28:33.169Z | Compiling diesel_derives v2.3.7 |
| 2589 | 2026-06-25T00:28:33.205Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2590 | 2026-06-25T00:28:33.208Z | Checking scheduled-thread-pool v0.2.7 |
| 2591 | 2026-06-25T00:28:33.313Z | Compiling dsl_auto_type v0.2.0 |
| 2592 | 2026-06-25T00:28:33.445Z | Compiling vergen-gitcl v1.0.8 |
| 2593 | 2026-06-25T00:28:33.479Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2594 | 2026-06-25T00:28:33.560Z | Checking r2d2 v0.8.10 |
| 2595 | 2026-06-25T00:28:33.738Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2596 | 2026-06-25T00:28:33.771Z | Checking downcast-rs v2.0.2 |
| 2597 | 2026-06-25T00:28:33.805Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2598 | 2026-06-25T00:28:33.808Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2599 | 2026-06-25T00:28:33.892Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2600 | 2026-06-25T00:28:34.123Z | Checking kstat-rs v0.2.4 |
| 2601 | 2026-06-25T00:28:34.156Z | Checking arc-swap v1.8.2 |
| 2602 | 2026-06-25T00:28:34.391Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2603 | 2026-06-25T00:28:34.442Z | Checking slog-scope v4.4.1 |
| 2604 | 2026-06-25T00:28:34.595Z | Compiling parking_lot_core v0.8.6 |
| 2605 | 2026-06-25T00:28:34.626Z | Checking slog-stdlog v4.1.1 |
| 2606 | 2026-06-25T00:28:34.633Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2607 | 2026-06-25T00:28:34.691Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2608 | 2026-06-25T00:28:34.724Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2609 | 2026-06-25T00:28:34.777Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2610 | 2026-06-25T00:28:35.043Z | Checking slog-envlogger v2.2.0 |
| 2611 | 2026-06-25T00:28:35.146Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2612 | 2026-06-25T00:28:35.228Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2613 | 2026-06-25T00:28:35.512Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2614 | 2026-06-25T00:28:35.549Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2615 | 2026-06-25T00:28:35.585Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-06-25T00:28:35.784Z | Compiling crunchy v0.2.4 |
| 2617 | 2026-06-25T00:28:35.819Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-06-25T00:28:35.893Z | Checking parking_lot v0.11.2 |
| 2619 | 2026-06-25T00:28:35.954Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2620 | 2026-06-25T00:28:35.987Z | Compiling clang-sys v1.8.1 |
| 2621 | 2026-06-25T00:28:36.121Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2622 | 2026-06-25T00:28:36.156Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2623 | 2026-06-25T00:28:36.275Z | Checking prefix-trie v0.7.0 |
| 2624 | 2026-06-25T00:28:36.413Z | Compiling tiny-keccak v2.0.2 |
| 2625 | 2026-06-25T00:28:36.579Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2626 | 2026-06-25T00:28:36.678Z | Checking hickory-server v0.25.2 |
| 2627 | 2026-06-25T00:28:36.745Z | Checking sled v0.34.7 |
| 2628 | 2026-06-25T00:28:36.810Z | Compiling term v0.7.0 |
| 2629 | 2026-06-25T00:28:36.887Z | Checking nanorand v0.7.0 |
| 2630 | 2026-06-25T00:28:37.114Z | Compiling salty v0.3.0 |
| 2631 | 2026-06-25T00:28:37.180Z | Compiling bit-vec v0.6.3 |
| 2632 | 2026-06-25T00:28:37.418Z | Compiling bit-set v0.5.3 |
| 2633 | 2026-06-25T00:28:37.449Z | Checking flume v0.11.1 |
| 2634 | 2026-06-25T00:28:37.482Z | Compiling ascii-canvas v3.0.0 |
| 2635 | 2026-06-25T00:28:37.724Z | Checking primeorder v0.13.6 |
| 2636 | 2026-06-25T00:28:37.758Z | Compiling itertools v0.10.5 |
| 2637 | 2026-06-25T00:28:37.791Z | Checking progenitor v0.13.0 |
| 2638 | 2026-06-25T00:28:37.958Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2639 | 2026-06-25T00:28:37.993Z | Compiling ena v0.14.4 |
| 2640 | 2026-06-25T00:28:38.027Z | Compiling libloading v0.8.9 |
| 2641 | 2026-06-25T00:28:38.058Z | Compiling regex-syntax v0.6.29 |
| 2642 | 2026-06-25T00:28:39.063Z | Compiling bindgen v0.71.1 |
| 2643 | 2026-06-25T00:28:39.066Z | Compiling diff v0.1.13 |
| 2644 | 2026-06-25T00:28:39.066Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2645 | 2026-06-25T00:28:39.282Z | Checking diesel v2.3.7 |
| 2646 | 2026-06-25T00:28:39.340Z | Compiling cexpr v0.6.0 |
| 2647 | 2026-06-25T00:28:39.380Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2648 | 2026-06-25T00:28:39.382Z | Compiling fs-err v2.11.0 |
| 2649 | 2026-06-25T00:28:39.614Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2650 | 2026-06-25T00:28:39.650Z | Compiling lalrpop v0.19.12 |
| 2651 | 2026-06-25T00:28:40.046Z | Compiling rustc-hash v2.1.1 |
| 2652 | 2026-06-25T00:28:40.207Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2653 | 2026-06-25T00:28:40.240Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2654 | 2026-06-25T00:28:40.458Z | Compiling libxml v0.3.3 |
| 2655 | 2026-06-25T00:28:40.775Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2656 | 2026-06-25T00:28:40.900Z | Checking p384 v0.13.1 |
| 2657 | 2026-06-25T00:28:41.353Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2658 | 2026-06-25T00:28:41.743Z | Compiling strum_macros v0.24.3 |
| 2659 | 2026-06-25T00:28:41.954Z | Compiling indoc v1.0.9 |
| 2660 | 2026-06-25T00:28:42.436Z | Checking assert_matches v1.5.0 |
| 2661 | 2026-06-25T00:28:42.542Z | Checking parse-size v1.1.0 |
| 2662 | 2026-06-25T00:28:42.702Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2663 | 2026-06-25T00:28:43.247Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2664 | 2026-06-25T00:28:43.477Z | Checking quick-xml v0.37.5 |
| 2665 | 2026-06-25T00:28:43.618Z | Checking derive_builder v0.20.2 |
| 2666 | 2026-06-25T00:28:43.735Z | Compiling oso-derive v0.27.3 |
| 2667 | 2026-06-25T00:28:43.769Z | Compiling trait-variant v0.1.2 |
| 2668 | 2026-06-25T00:28:44.270Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2669 | 2026-06-25T00:28:44.341Z | Checking openssl-probe v0.1.6 |
| 2670 | 2026-06-25T00:28:44.407Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2671 | 2026-06-25T00:28:44.522Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2672 | 2026-06-25T00:28:44.577Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2673 | 2026-06-25T00:28:45.156Z | Checking predicates-tree v1.0.13 |
| 2674 | 2026-06-25T00:28:45.198Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2675 | 2026-06-25T00:28:45.362Z | Checking http-range v0.1.5 |
| 2676 | 2026-06-25T00:28:45.526Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2677 | 2026-06-25T00:28:45.560Z | Compiling mime_guess v2.0.5 |
| 2678 | 2026-06-25T00:28:45.641Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2679 | 2026-06-25T00:28:45.832Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2680 | 2026-06-25T00:28:45.947Z | Checking bb8 v0.8.6 |
| 2681 | 2026-06-25T00:28:45.981Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2682 | 2026-06-25T00:28:46.055Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2683 | 2026-06-25T00:28:46.188Z | Checking atty v0.2.14 |
| 2684 | 2026-06-25T00:28:46.220Z | Checking corncobs v0.1.4 |
| 2685 | 2026-06-25T00:28:46.378Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2686 | 2026-06-25T00:28:46.413Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2687 | 2026-06-25T00:28:46.416Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2688 | 2026-06-25T00:28:46.628Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2689 | 2026-06-25T00:28:46.670Z | Checking ignore v0.4.25 |
| 2690 | 2026-06-25T00:28:46.705Z | Checking secrecy v0.8.0 |
| 2691 | 2026-06-25T00:28:46.802Z | Checking hyper-staticfile v0.10.1 |
| 2692 | 2026-06-25T00:28:47.119Z | Checking globwalk v0.9.1 |
| 2693 | 2026-06-25T00:28:47.151Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2694 | 2026-06-25T00:28:47.243Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2695 | 2026-06-25T00:28:47.334Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2696 | 2026-06-25T00:28:47.473Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2697 | 2026-06-25T00:28:47.511Z | Checking nonempty v0.12.0 |
| 2698 | 2026-06-25T00:28:47.721Z | Checking camino-tempfile-ext v0.3.3 |
| 2699 | 2026-06-25T00:28:47.786Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2700 | 2026-06-25T00:28:47.823Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2701 | 2026-06-25T00:28:47.912Z | Checking signal-hook-tokio v0.3.1 |
| 2702 | 2026-06-25T00:28:47.945Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2703 | 2026-06-25T00:28:48.214Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2704 | 2026-06-25T00:28:48.249Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2705 | 2026-06-25T00:28:48.632Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2706 | 2026-06-25T00:28:48.665Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2707 | 2026-06-25T00:28:48.981Z | Checking illumos-nvpair v0.3.0 |
| 2708 | 2026-06-25T00:28:49.099Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2709 | 2026-06-25T00:28:49.135Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2710 | 2026-06-25T00:28:49.176Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2711 | 2026-06-25T00:28:49.209Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2712 | 2026-06-25T00:28:49.496Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2713 | 2026-06-25T00:28:49.532Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2714 | 2026-06-25T00:28:49.968Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2715 | 2026-06-25T00:28:50.247Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2716 | 2026-06-25T00:28:50.636Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2717 | 2026-06-25T00:28:50.842Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2718 | 2026-06-25T00:28:51.011Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2719 | 2026-06-25T00:28:51.116Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2720 | 2026-06-25T00:28:51.179Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2721 | 2026-06-25T00:28:51.719Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2722 | 2026-06-25T00:28:51.906Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2723 | 2026-06-25T00:28:52.162Z | Checking tungstenite v0.23.0 |
| 2724 | 2026-06-25T00:28:52.198Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2725 | 2026-06-25T00:28:52.416Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2726 | 2026-06-25T00:28:52.626Z | Checking tokio-tungstenite v0.23.1 |
| 2727 | 2026-06-25T00:28:52.840Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2728 | 2026-06-25T00:28:52.913Z | Checking rand_seeder v0.4.0 |
| 2729 | 2026-06-25T00:28:52.946Z | Checking void v1.0.2 |
| 2730 | 2026-06-25T00:28:53.087Z | Checking lzss v0.8.2 |
| 2731 | 2026-06-25T00:28:53.121Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2732 | 2026-06-25T00:28:53.212Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2733 | 2026-06-25T00:28:53.314Z | Checking nix v0.27.1 |
| 2734 | 2026-06-25T00:28:53.314Z | Checking serde_bytes v0.11.19 |
| 2735 | 2026-06-25T00:28:53.383Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2736 | 2026-06-25T00:28:53.494Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2737 | 2026-06-25T00:28:53.560Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2738 | 2026-06-25T00:28:53.867Z | Checking diesel-dtrace v0.5.0 |
| 2739 | 2026-06-25T00:28:54.154Z | Checking async-bb8-diesel v0.2.1 |
| 2740 | 2026-06-25T00:28:54.205Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2741 | 2026-06-25T00:28:54.330Z | Checking is_ci v1.2.0 |
| 2742 | 2026-06-25T00:28:54.464Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2743 | 2026-06-25T00:28:54.514Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2744 | 2026-06-25T00:28:54.720Z | Checking yansi v1.0.1 |
| 2745 | 2026-06-25T00:28:54.763Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2746 | 2026-06-25T00:28:55.025Z | Checking pretty_assertions v1.4.1 |
| 2747 | 2026-06-25T00:28:55.069Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2748 | 2026-06-25T00:28:55.194Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2749 | 2026-06-25T00:28:55.464Z | Compiling darling_core v0.23.0 |
| 2750 | 2026-06-25T00:28:55.685Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2751 | 2026-06-25T00:28:56.404Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2752 | 2026-06-25T00:28:56.526Z | Compiling indoc v2.0.7 |
| 2753 | 2026-06-25T00:28:56.632Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2754 | 2026-06-25T00:28:56.861Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-06-25T00:28:57.020Z | Compiling libz-sys v1.1.24 |
| 2756 | 2026-06-25T00:28:57.437Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-06-25T00:28:57.673Z | Compiling instability v0.3.11 |
| 2758 | 2026-06-25T00:28:57.708Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-25T00:28:58.049Z | Compiling darling_macro v0.23.0 |
| 2760 | 2026-06-25T00:28:58.052Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2761 | 2026-06-25T00:28:58.164Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2762 | 2026-06-25T00:28:58.405Z | Checking castaway v0.2.4 |
| 2763 | 2026-06-25T00:28:58.556Z | Checking compact_str v0.8.1 |
| 2764 | 2026-06-25T00:28:58.610Z | Compiling darling v0.23.0 |
| 2765 | 2026-06-25T00:28:58.980Z | Checking supports-color v3.0.2 |
| 2766 | 2026-06-25T00:28:59.147Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2767 | 2026-06-25T00:28:59.378Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2768 | 2026-06-25T00:28:59.482Z | Checking unicode-truncate v1.1.0 |
| 2769 | 2026-06-25T00:28:59.521Z | Checking console v0.16.2 |
| 2770 | 2026-06-25T00:28:59.604Z | Checking lru v0.12.5 |
| 2771 | 2026-06-25T00:28:59.641Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2772 | 2026-06-25T00:28:59.674Z | Checking unit-prefix v0.5.2 |
| 2773 | 2026-06-25T00:28:59.796Z | Checking cassowary v0.3.0 |
| 2774 | 2026-06-25T00:28:59.874Z | Checking indicatif v0.18.4 |
| 2775 | 2026-06-25T00:29:00.042Z | Checking ratatui v0.29.0 |
| 2776 | 2026-06-25T00:29:00.126Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2777 | 2026-06-25T00:29:00.293Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2778 | 2026-06-25T00:29:00.546Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2779 | 2026-06-25T00:29:01.354Z | Compiling vergen-git2 v9.1.0 |
| 2780 | 2026-06-25T00:29:01.404Z | Checking plotters-backend v0.3.7 |
| 2781 | 2026-06-25T00:29:01.624Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2782 | 2026-06-25T00:29:01.658Z | Checking plotters-svg v0.3.7 |
| 2783 | 2026-06-25T00:29:01.836Z | Compiling rustls v0.21.12 |
| 2784 | 2026-06-25T00:29:01.870Z | Checking cast v0.3.0 |
| 2785 | 2026-06-25T00:29:02.053Z | Checking criterion-plot v0.6.0 |
| 2786 | 2026-06-25T00:29:02.182Z | Checking plotters v0.3.7 |
| 2787 | 2026-06-25T00:29:02.282Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2788 | 2026-06-25T00:29:02.331Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2789 | 2026-06-25T00:29:02.560Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2790 | 2026-06-25T00:29:02.791Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2791 | 2026-06-25T00:29:02.966Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2792 | 2026-06-25T00:29:03.019Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2793 | 2026-06-25T00:29:03.197Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2794 | 2026-06-25T00:29:03.249Z | Checking colored v2.2.0 |
| 2795 | 2026-06-25T00:29:03.287Z | Checking sct v0.7.1 |
| 2796 | 2026-06-25T00:29:03.478Z | Checking rustls-webpki v0.101.7 |
| 2797 | 2026-06-25T00:29:03.512Z | Checking tinytemplate v1.2.1 |
| 2798 | 2026-06-25T00:29:03.771Z | Checking shell-words v1.1.1 |
| 2799 | 2026-06-25T00:29:03.889Z | Checking anes v0.1.6 |
| 2800 | 2026-06-25T00:29:03.928Z | Checking oorandom v11.1.5 |
| 2801 | 2026-06-25T00:29:04.073Z | Checking criterion v0.7.0 |
| 2802 | 2026-06-25T00:29:04.076Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2803 | 2026-06-25T00:29:05.513Z | Checking typeid v1.0.3 |
| 2804 | 2026-06-25T00:29:05.558Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2805 | 2026-06-25T00:29:05.649Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2806 | 2026-06-25T00:29:06.356Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2807 | 2026-06-25T00:29:07.131Z | Checking hex-literal v0.4.1 |
| 2808 | 2026-06-25T00:29:07.268Z | Checking erased-serde v0.4.9 |
| 2809 | 2026-06-25T00:29:07.663Z | Checking tokio-rustls v0.24.1 |
| 2810 | 2026-06-25T00:29:07.904Z | Checking rustls-pemfile v1.0.4 |
| 2811 | 2026-06-25T00:29:08.081Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2812 | 2026-06-25T00:29:08.336Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2813 | 2026-06-25T00:29:08.743Z | Checking twox-hash v2.1.2 |
| 2814 | 2026-06-25T00:29:09.016Z | Checking ordered-float v2.10.1 |
| 2815 | 2026-06-25T00:29:09.129Z | Checking serde-untagged v0.1.9 |
| 2816 | 2026-06-25T00:29:09.283Z | Checking serde-value v0.7.0 |
| 2817 | 2026-06-25T00:29:09.358Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2818 | 2026-06-25T00:29:09.528Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2819 | 2026-06-25T00:29:09.728Z | Checking fatfs v0.3.6 |
| 2820 | 2026-06-25T00:29:10.218Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2821 | 2026-06-25T00:29:10.370Z | Checking unicode-xid v0.2.6 |
| 2822 | 2026-06-25T00:29:10.518Z | Compiling seq-macro v0.3.6 |
| 2823 | 2026-06-25T00:29:10.623Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2824 | 2026-06-25T00:29:10.858Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2825 | 2026-06-25T00:29:11.050Z | Checking cargo-util-schemas v0.8.2 |
| 2826 | 2026-06-25T00:29:11.577Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2827 | 2026-06-25T00:29:11.978Z | Checking cargo-platform v0.2.0 |
| 2828 | 2026-06-25T00:29:12.201Z | Compiling petname v2.0.2 |
| 2829 | 2026-06-25T00:29:12.204Z | Checking cargo_metadata v0.21.0 |
| 2830 | 2026-06-25T00:29:12.456Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2831 | 2026-06-25T00:29:12.885Z | Checking concurrent-queue v2.5.0 |
| 2832 | 2026-06-25T00:29:13.038Z | Checking rtoolbox v0.0.3 |
| 2833 | 2026-06-25T00:29:13.103Z | Checking parking v2.2.1 |
| 2834 | 2026-06-25T00:29:13.203Z | Checking rpassword v7.4.0 |
| 2835 | 2026-06-25T00:29:13.258Z | Checking event-listener v5.4.1 |
| 2836 | 2026-06-25T00:29:13.532Z | Checking tui-tree-widget v0.23.1 |
| 2837 | 2026-06-25T00:29:13.765Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2838 | 2026-06-25T00:29:13.799Z | Checking polyval v0.6.2 |
| 2839 | 2026-06-25T00:29:13.966Z | Checking sapling-renderdag v0.1.0 |
| 2840 | 2026-06-25T00:29:13.999Z | Checking sync-ptr v0.1.4 |
| 2841 | 2026-06-25T00:29:14.150Z | Checking ghash v0.5.1 |
| 2842 | 2026-06-25T00:29:14.243Z | Checking event-listener-strategy v0.5.4 |
| 2843 | 2026-06-25T00:29:14.303Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2844 | 2026-06-25T00:29:14.407Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2845 | 2026-06-25T00:29:14.634Z | Checking ctr v0.9.2 |
| 2846 | 2026-06-25T00:29:14.838Z | Checking futures-timer v3.0.3 |
| 2847 | 2026-06-25T00:29:14.992Z | Checking constant_time_eq v0.4.2 |
| 2848 | 2026-06-25T00:29:15.061Z | Checking arrayref v0.3.9 |
| 2849 | 2026-06-25T00:29:15.165Z | Checking arrayvec v0.7.6 |
| 2850 | 2026-06-25T00:29:15.199Z | Checking aes-gcm v0.10.3 |
| 2851 | 2026-06-25T00:29:15.383Z | Checking async-lock v3.4.2 |
| 2852 | 2026-06-25T00:29:15.460Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2853 | 2026-06-25T00:29:15.827Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2854 | 2026-06-25T00:29:16.056Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2855 | 2026-06-25T00:29:16.441Z | Checking ssh-encoding v0.2.0 |
| 2856 | 2026-06-25T00:29:16.679Z | Checking blowfish v0.9.1 |
| 2857 | 2026-06-25T00:29:16.861Z | Compiling strsim v0.10.0 |
| 2858 | 2026-06-25T00:29:17.073Z | Compiling darling_core v0.13.4 |
| 2859 | 2026-06-25T00:29:17.228Z | Checking bcrypt-pbkdf v0.10.0 |
| 2860 | 2026-06-25T00:29:17.428Z | Checking ssh-cipher v0.2.0 |
| 2861 | 2026-06-25T00:29:17.641Z | Checking async-object-pool v0.2.0 |
| 2862 | 2026-06-25T00:29:17.788Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-06-25T00:29:18.205Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2864 | 2026-06-25T00:29:18.903Z | Checking serde_regex v1.1.0 |
| 2865 | 2026-06-25T00:29:18.956Z | Checking password-hash v0.4.2 |
| 2866 | 2026-06-25T00:29:19.009Z | Checking assert-json-diff v2.0.2 |
| 2867 | 2026-06-25T00:29:19.094Z | Checking path-tree v0.8.3 |
| 2868 | 2026-06-25T00:29:19.209Z | Compiling target-lexicon v0.13.3 |
| 2869 | 2026-06-25T00:29:19.212Z | Checking stringmetrics v2.2.2 |
| 2870 | 2026-06-25T00:29:19.312Z | Checking gimli v0.32.3 |
| 2871 | 2026-06-25T00:29:19.432Z | Checking httpmock v0.8.3 |
| 2872 | 2026-06-25T00:29:19.795Z | Checking pbkdf2 v0.11.0 |
| 2873 | 2026-06-25T00:29:20.004Z | Compiling darling_macro v0.13.4 |
| 2874 | 2026-06-25T00:29:20.516Z | Checking ssh-key v0.6.7 |
| 2875 | 2026-06-25T00:29:20.898Z | Checking addr2line v0.25.1 |
| 2876 | 2026-06-25T00:29:21.046Z | Compiling samael v0.0.19 |
| 2877 | 2026-06-25T00:29:21.248Z | Checking p256 v0.13.2 |
| 2878 | 2026-06-25T00:29:21.532Z | Checking p521 v0.13.3 |
| 2879 | 2026-06-25T00:29:21.702Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2880 | 2026-06-25T00:29:21.974Z | Checking russh-cryptovec v0.7.3 |
| 2881 | 2026-06-25T00:29:22.144Z | Compiling guppy-workspace-hack v0.1.0 |
| 2882 | 2026-06-25T00:29:22.179Z | Checking md5 v0.7.0 |
| 2883 | 2026-06-25T00:29:22.358Z | Checking rustc-demangle v0.1.27 |
| 2884 | 2026-06-25T00:29:22.392Z | Checking russh-keys v0.45.0 |
| 2885 | 2026-06-25T00:29:22.624Z | Checking backtrace v0.3.76 |
| 2886 | 2026-06-25T00:29:23.012Z | Compiling darling v0.13.4 |
| 2887 | 2026-06-25T00:29:23.110Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2888 | 2026-06-25T00:29:23.144Z | Checking num-bigint v0.4.6 |
| 2889 | 2026-06-25T00:29:23.334Z | Checking des v0.8.1 |
| 2890 | 2026-06-25T00:29:23.531Z | Compiling blake3 v1.8.5 |
| 2891 | 2026-06-25T00:29:23.565Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2892 | 2026-06-25T00:29:23.928Z | Compiling target-spec v3.5.7 |
| 2893 | 2026-06-25T00:29:24.023Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-06-25T00:29:24.165Z | Checking russh v0.45.0 |
| 2895 | 2026-06-25T00:29:24.778Z | Checking cfg-expr v0.20.6 |
| 2896 | 2026-06-25T00:29:24.876Z | Compiling serde_with_macros v1.5.2 |
| 2897 | 2026-06-25T00:29:25.305Z | Checking backtrace-ext v0.2.1 |
| 2898 | 2026-06-25T00:29:25.452Z | Checking supports-color v2.1.0 |
| 2899 | 2026-06-25T00:29:25.620Z | Checking textwrap v0.15.2 |
| 2900 | 2026-06-25T00:29:25.732Z | Checking supports-unicode v2.1.0 |
| 2901 | 2026-06-25T00:29:25.860Z | Checking supports-hyperlinks v2.1.0 |
| 2902 | 2026-06-25T00:29:25.893Z | Checking hashbrown v0.14.5 |
| 2903 | 2026-06-25T00:29:26.009Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2904 | 2026-06-25T00:29:26.082Z | Checking cargo-platform v0.3.2 |
| 2905 | 2026-06-25T00:29:26.204Z | Checking terminal_size v0.1.17 |
| 2906 | 2026-06-25T00:29:26.237Z | Compiling miette-derive v5.10.0 |
| 2907 | 2026-06-25T00:29:26.292Z | Checking internet-checksum v0.2.1 |
| 2908 | 2026-06-25T00:29:26.396Z | Checking owo-colors v3.5.0 |
| 2909 | 2026-06-25T00:29:26.441Z | Checking chumsky v0.9.3 |
| 2910 | 2026-06-25T00:29:26.952Z | Checking cargo_metadata v0.23.1 |
| 2911 | 2026-06-25T00:29:27.389Z | Checking miette v5.10.0 |
| 2912 | 2026-06-25T00:29:27.497Z | Compiling git2 v0.20.4 |
| 2913 | 2026-06-25T00:29:27.530Z | Compiling serde_with v1.14.0 |
| 2914 | 2026-06-25T00:29:27.902Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2915 | 2026-06-25T00:29:28.004Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2916 | 2026-06-25T00:29:28.227Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2917 | 2026-06-25T00:29:28.608Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2918 | 2026-06-25T00:29:28.772Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2919 | 2026-06-25T00:29:28.828Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2920 | 2026-06-25T00:29:28.861Z | Compiling knuffel-derive v3.2.0 |
| 2921 | 2026-06-25T00:29:28.963Z | Checking httptest v0.16.4 |
| 2922 | 2026-06-25T00:29:29.000Z | Checking pathdiff v0.2.3 |
| 2923 | 2026-06-25T00:29:29.137Z | Checking nested v0.1.1 |
| 2924 | 2026-06-25T00:29:29.310Z | Checking topological-sort v0.2.2 |
| 2925 | 2026-06-25T00:29:29.366Z | Checking guppy v0.17.25 |
| 2926 | 2026-06-25T00:29:29.486Z | Checking omicron-zone-package v0.12.2 |
| 2927 | 2026-06-25T00:29:30.347Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2928 | 2026-06-25T00:29:30.381Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2929 | 2026-06-25T00:29:30.384Z | Checking knuffel v3.2.0 |
| 2930 | 2026-06-25T00:29:30.448Z | Checking similar-asserts v1.7.0 |
| 2931 | 2026-06-25T00:29:30.634Z | Compiling target-triple v1.0.0 |
| 2932 | 2026-06-25T00:29:30.671Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2933 | 2026-06-25T00:29:30.838Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2934 | 2026-06-25T00:29:30.892Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2935 | 2026-06-25T00:29:31.014Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2936 | 2026-06-25T00:29:31.078Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2937 | 2026-06-25T00:29:31.613Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2938 | 2026-06-25T00:29:31.735Z | Checking hickory-client v0.25.2 |
| 2939 | 2026-06-25T00:29:32.029Z | Checking tokio-test v0.4.5 |
| 2940 | 2026-06-25T00:29:32.062Z | Compiling assert_cmd v2.1.2 |
| 2941 | 2026-06-25T00:29:32.265Z | Checking escape8259 v0.5.3 |
| 2942 | 2026-06-25T00:29:32.430Z | Checking libtest-mimic v0.8.1 |
| 2943 | 2026-06-25T00:29:32.745Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2944 | 2026-06-25T00:29:32.816Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2945 | 2026-06-25T00:29:32.887Z | Checking blake2b_simd v1.0.4 |
| 2946 | 2026-06-25T00:29:33.339Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2947 | 2026-06-25T00:29:33.575Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2948 | 2026-06-25T00:29:33.781Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2949 | 2026-06-25T00:29:34.002Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2950 | 2026-06-25T00:29:34.037Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2951 | 2026-06-25T00:29:34.238Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2952 | 2026-06-25T00:29:34.438Z | Checking fancy-regex v0.14.0 |
| 2953 | 2026-06-25T00:29:34.678Z | Checking serde_tokenstream v0.2.3 |
| 2954 | 2026-06-25T00:29:34.837Z | Checking approx v0.5.1 |
| 2955 | 2026-06-25T00:29:34.938Z | Checking uzers v0.12.2 |
| 2956 | 2026-06-25T00:29:35.002Z | Compiling rstest_macros v0.25.0 |
| 2957 | 2026-06-25T00:29:35.186Z | Checking termcolor v1.4.1 |
| 2958 | 2026-06-25T00:29:35.313Z | Compiling linkme-impl v0.3.35 |
| 2959 | 2026-06-25T00:29:35.439Z | Checking constant_time_eq v0.3.1 |
| 2960 | 2026-06-25T00:29:35.580Z | Checking rust-argon2 v2.1.0 |
| 2961 | 2026-06-25T00:29:35.705Z | Checking trybuild v1.0.116 |
| 2962 | 2026-06-25T00:29:35.981Z | Checking datatest-stable v0.3.3 |
| 2963 | 2026-06-25T00:29:36.500Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2964 | 2026-06-25T00:29:36.798Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2965 | 2026-06-25T00:29:36.835Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2966 | 2026-06-25T00:29:36.866Z | Checking support-bundle-viewer v0.1.2 |
| 2967 | 2026-06-25T00:29:37.138Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2968 | 2026-06-25T00:29:37.362Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2969 | 2026-06-25T00:29:37.588Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2970 | 2026-06-25T00:29:37.591Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2971 | 2026-06-25T00:29:37.786Z | Compiling polar-core v0.27.3 |
| 2972 | 2026-06-25T00:29:37.811Z | Checking drift v0.2.0 |
| 2973 | 2026-06-25T00:29:37.844Z | Checking rand_distr v0.5.1 |
| 2974 | 2026-06-25T00:29:37.983Z | Checking multimap v0.10.1 |
| 2975 | 2026-06-25T00:29:38.189Z | Compiling linkme v0.3.35 |
| 2976 | 2026-06-25T00:29:38.224Z | Compiling relative-path v1.9.3 |
| 2977 | 2026-06-25T00:29:38.285Z | Checking dropshot-api-manager v0.7.2 |
| 2978 | 2026-06-25T00:29:39.463Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2979 | 2026-06-25T00:29:40.232Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2980 | 2026-06-25T00:29:40.267Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2981 | 2026-06-25T00:29:40.347Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2982 | 2026-06-25T00:29:40.583Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2983 | 2026-06-25T00:29:40.857Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2984 | 2026-06-25T00:29:40.983Z | Checking cargo_toml v0.21.0 |
| 2985 | 2026-06-25T00:29:41.100Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2986 | 2026-06-25T00:29:41.554Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2987 | 2026-06-25T00:29:41.751Z | Checking partial-io v0.5.4 |
| 2988 | 2026-06-25T00:29:41.813Z | Checking termios v0.3.3 |
| 2989 | 2026-06-25T00:29:41.973Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2990 | 2026-06-25T00:29:42.082Z | Checking rstest v0.25.0 |
| 2991 | 2026-06-25T00:29:42.642Z | Checking oso v0.27.3 |
| 2992 | 2026-06-25T00:29:43.595Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2993 | 2026-06-25T00:29:44.359Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2994 | 2026-06-25T00:29:44.762Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2995 | 2026-06-25T00:29:47.208Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2996 | 2026-06-25T00:29:52.526Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2997 | 2026-06-25T00:29:55.100Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2998 | 2026-06-25T00:29:55.237Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2999 | 2026-06-25T00:29:57.080Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3000 | 2026-06-25T00:30:02.032Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3001 | 2026-06-25T00:30:05.686Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3002 | 2026-06-25T00:30:10.188Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3003 | 2026-06-25T00:30:10.223Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3004 | 2026-06-25T00:30:11.099Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3005 | 2026-06-25T00:30:17.588Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-06-25T00:30:21.869Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3007 | 2026-06-25T00:31:39.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s |
| 3008 | 2026-06-25T00:31:39.671Z | |
| 3009 | 2026-06-25T00:31:39.671Z | real 4:11.137463660 |
| 3010 | 2026-06-25T00:31:39.671Z | user 21:13.811396190 |
| 3011 | 2026-06-25T00:31:39.671Z | sys 4:53.186344732 |
| 3012 | 2026-06-25T00:31:39.671Z | trap 0.523189981 |
| 3013 | 2026-06-25T00:31:39.671Z | tflt 0.460243324 |
| 3014 | 2026-06-25T00:31:39.671Z | dflt 0.521855461 |
| 3015 | 2026-06-25T00:31:39.671Z | kflt 0.004466328 |
| 3016 | 2026-06-25T00:31:39.671Z | lock 58:25.659061712 |
| 3017 | 2026-06-25T00:31:39.671Z | slp 57:56.169770153 |
| 3018 | 2026-06-25T00:31:39.677Z | lat 1:47.314934590 |
| 3019 | 2026-06-25T00:31:39.677Z | stop 11:01.677619529 |
| 3020 | 2026-06-25T00:31:39.678Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3021 | 2026-06-25T00:31:39.678Z | + ptime -m cargo doc --workspace --no-deps |
| 3022 | 2026-06-25T00:31:40.469Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3023 | 2026-06-25T00:31:40.470Z | | |
| 3024 | 2026-06-25T00:31:40.470Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3025 | 2026-06-25T00:31:40.470Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3026 | 2026-06-25T00:31:41.480Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3027 | 2026-06-25T00:31:41.706Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3028 | 2026-06-25T00:31:41.749Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3029 | 2026-06-25T00:31:41.809Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3030 | 2026-06-25T00:31:41.868Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3031 | 2026-06-25T00:31:41.893Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3032 | 2026-06-25T00:31:41.986Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3033 | 2026-06-25T00:31:42.011Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3034 | 2026-06-25T00:31:42.039Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3035 | 2026-06-25T00:31:42.077Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3036 | 2026-06-25T00:31:42.264Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3037 | 2026-06-25T00:31:42.286Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3038 | 2026-06-25T00:31:42.326Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3039 | 2026-06-25T00:31:42.358Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3040 | 2026-06-25T00:31:42.379Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3041 | 2026-06-25T00:31:42.404Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3042 | 2026-06-25T00:31:42.423Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3043 | 2026-06-25T00:31:42.444Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3044 | 2026-06-25T00:31:42.448Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3045 | 2026-06-25T00:31:42.493Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3046 | 2026-06-25T00:31:42.581Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3047 | 2026-06-25T00:31:42.590Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3048 | 2026-06-25T00:31:42.846Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3049 | 2026-06-25T00:31:43.163Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3050 | 2026-06-25T00:31:43.195Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3051 | 2026-06-25T00:31:43.275Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3052 | 2026-06-25T00:31:43.309Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3053 | 2026-06-25T00:31:43.337Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3054 | 2026-06-25T00:31:43.507Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3055 | 2026-06-25T00:31:43.569Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3056 | 2026-06-25T00:31:43.675Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3057 | 2026-06-25T00:31:43.797Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3058 | 2026-06-25T00:31:43.901Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3059 | 2026-06-25T00:31:43.943Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3060 | 2026-06-25T00:31:43.985Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3061 | 2026-06-25T00:31:44.020Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3062 | 2026-06-25T00:31:44.128Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3063 | 2026-06-25T00:31:44.211Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3064 | 2026-06-25T00:31:44.240Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3065 | 2026-06-25T00:31:44.469Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-06-25T00:31:44.518Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3067 | 2026-06-25T00:31:44.836Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3068 | 2026-06-25T00:31:44.901Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3069 | 2026-06-25T00:31:44.968Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3070 | 2026-06-25T00:31:45.066Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3071 | 2026-06-25T00:31:45.135Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3072 | 2026-06-25T00:31:45.159Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3073 | 2026-06-25T00:31:45.236Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3074 | 2026-06-25T00:31:45.291Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3075 | 2026-06-25T00:31:45.383Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3076 | 2026-06-25T00:31:45.421Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3077 | 2026-06-25T00:31:45.475Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3078 | 2026-06-25T00:31:45.526Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3079 | 2026-06-25T00:31:45.610Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3080 | 2026-06-25T00:31:45.659Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3081 | 2026-06-25T00:31:45.695Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3082 | 2026-06-25T00:31:45.721Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3083 | 2026-06-25T00:31:45.804Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3084 | 2026-06-25T00:31:45.829Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3085 | 2026-06-25T00:31:45.852Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3086 | 2026-06-25T00:31:45.889Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3087 | 2026-06-25T00:31:45.915Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3088 | 2026-06-25T00:31:46.000Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3089 | 2026-06-25T00:31:46.348Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3090 | 2026-06-25T00:31:46.372Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3091 | 2026-06-25T00:31:46.475Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3092 | 2026-06-25T00:31:46.675Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3093 | 2026-06-25T00:31:46.908Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3094 | 2026-06-25T00:31:47.156Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3095 | 2026-06-25T00:31:47.373Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3096 | 2026-06-25T00:31:47.398Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3097 | 2026-06-25T00:31:47.424Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3098 | 2026-06-25T00:31:47.457Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3099 | 2026-06-25T00:31:47.646Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3100 | 2026-06-25T00:31:47.679Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3101 | 2026-06-25T00:31:47.725Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3102 | 2026-06-25T00:31:47.747Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3103 | 2026-06-25T00:31:48.318Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3104 | 2026-06-25T00:31:48.819Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3105 | 2026-06-25T00:31:48.842Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3106 | 2026-06-25T00:31:48.949Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3107 | 2026-06-25T00:31:49.079Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3108 | 2026-06-25T00:31:49.182Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3109 | 2026-06-25T00:31:49.314Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3110 | 2026-06-25T00:31:49.337Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3111 | 2026-06-25T00:31:49.467Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3112 | 2026-06-25T00:31:49.661Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3113 | 2026-06-25T00:31:49.684Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3114 | 2026-06-25T00:31:49.707Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3115 | 2026-06-25T00:31:49.833Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3116 | 2026-06-25T00:31:49.882Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3117 | 2026-06-25T00:31:49.949Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3118 | 2026-06-25T00:31:49.977Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3119 | 2026-06-25T00:31:49.980Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3120 | 2026-06-25T00:31:50.041Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3121 | 2026-06-25T00:31:50.199Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3122 | 2026-06-25T00:31:50.203Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3123 | 2026-06-25T00:31:50.260Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3124 | 2026-06-25T00:31:50.271Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3125 | 2026-06-25T00:31:50.271Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3126 | 2026-06-25T00:31:50.325Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3127 | 2026-06-25T00:31:50.407Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3128 | 2026-06-25T00:31:50.494Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3129 | 2026-06-25T00:31:50.521Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3130 | 2026-06-25T00:31:50.573Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3131 | 2026-06-25T00:31:50.685Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3132 | 2026-06-25T00:31:50.832Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3133 | 2026-06-25T00:31:50.872Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3134 | 2026-06-25T00:31:50.875Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3135 | 2026-06-25T00:31:51.350Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3136 | 2026-06-25T00:31:51.506Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3137 | 2026-06-25T00:31:51.602Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3138 | 2026-06-25T00:31:52.283Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3139 | 2026-06-25T00:31:52.367Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3140 | 2026-06-25T00:31:52.532Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3141 | 2026-06-25T00:31:53.095Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3142 | 2026-06-25T00:31:53.117Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3143 | 2026-06-25T00:31:53.811Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3144 | 2026-06-25T00:31:54.531Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3145 | 2026-06-25T00:31:55.176Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3146 | 2026-06-25T00:31:55.198Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3147 | 2026-06-25T00:31:55.546Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3148 | 2026-06-25T00:31:55.834Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3149 | 2026-06-25T00:31:55.857Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3150 | 2026-06-25T00:31:56.036Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3151 | 2026-06-25T00:31:56.570Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3152 | 2026-06-25T00:31:56.651Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3153 | 2026-06-25T00:31:56.771Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3154 | 2026-06-25T00:31:56.886Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3155 | 2026-06-25T00:31:57.047Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3156 | 2026-06-25T00:31:57.489Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3157 | 2026-06-25T00:31:57.527Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3158 | 2026-06-25T00:31:57.916Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3159 | 2026-06-25T00:31:57.918Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3160 | 2026-06-25T00:31:57.986Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3161 | 2026-06-25T00:31:58.505Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3162 | 2026-06-25T00:31:58.753Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3163 | 2026-06-25T00:31:58.995Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3164 | 2026-06-25T00:31:59.548Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3165 | 2026-06-25T00:31:59.974Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-06-25T00:32:00.389Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3167 | 2026-06-25T00:32:00.937Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3168 | 2026-06-25T00:32:01.137Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3169 | 2026-06-25T00:32:01.761Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3170 | 2026-06-25T00:32:02.267Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3171 | 2026-06-25T00:32:02.326Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3172 | 2026-06-25T00:32:02.529Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-06-25T00:32:02.816Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3174 | 2026-06-25T00:32:03.441Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3175 | 2026-06-25T00:32:04.018Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3176 | 2026-06-25T00:32:04.661Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3177 | 2026-06-25T00:32:04.861Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3178 | 2026-06-25T00:32:04.895Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3179 | 2026-06-25T00:32:05.326Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3180 | 2026-06-25T00:32:05.375Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3181 | 2026-06-25T00:32:06.949Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3182 | 2026-06-25T00:32:09.272Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3183 | 2026-06-25T00:32:09.927Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3184 | 2026-06-25T00:32:10.363Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3185 | 2026-06-25T00:32:10.698Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3186 | 2026-06-25T00:32:10.925Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3187 | 2026-06-25T00:32:11.334Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3188 | 2026-06-25T00:32:11.474Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3189 | 2026-06-25T00:32:12.938Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3190 | 2026-06-25T00:32:13.099Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3191 | 2026-06-25T00:32:13.347Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3192 | 2026-06-25T00:32:13.558Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3193 | 2026-06-25T00:32:14.060Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3194 | 2026-06-25T00:32:14.311Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3195 | 2026-06-25T00:32:14.340Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3196 | 2026-06-25T00:32:14.638Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3197 | 2026-06-25T00:32:14.703Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3198 | 2026-06-25T00:32:14.756Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3199 | 2026-06-25T00:32:15.412Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3200 | 2026-06-25T00:32:15.474Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3201 | 2026-06-25T00:32:15.857Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3202 | 2026-06-25T00:32:16.093Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3203 | 2026-06-25T00:32:16.190Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3204 | 2026-06-25T00:32:16.449Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3205 | 2026-06-25T00:32:16.475Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3206 | 2026-06-25T00:32:16.767Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3207 | 2026-06-25T00:32:17.129Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3208 | 2026-06-25T00:32:18.461Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3209 | 2026-06-25T00:32:18.965Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3210 | 2026-06-25T00:32:19.558Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3211 | 2026-06-25T00:32:20.647Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3212 | 2026-06-25T00:32:21.222Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3213 | 2026-06-25T00:32:22.692Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3214 | 2026-06-25T00:32:23.628Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3215 | 2026-06-25T00:32:25.393Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3216 | 2026-06-25T00:32:25.730Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-06-25T00:32:26.366Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3218 | 2026-06-25T00:32:27.775Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3219 | 2026-06-25T00:32:29.232Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3220 | 2026-06-25T00:32:30.869Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3221 | 2026-06-25T00:32:31.347Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3222 | 2026-06-25T00:32:31.886Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3223 | 2026-06-25T00:32:32.853Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3224 | 2026-06-25T00:32:34.091Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3225 | 2026-06-25T00:32:34.437Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3226 | 2026-06-25T00:32:35.283Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3227 | 2026-06-25T00:32:37.450Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3228 | 2026-06-25T00:32:39.070Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3229 | 2026-06-25T00:32:41.728Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3230 | 2026-06-25T00:32:42.600Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3231 | 2026-06-25T00:32:44.448Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3232 | 2026-06-25T00:32:45.115Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3233 | 2026-06-25T00:32:45.867Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3234 | 2026-06-25T00:32:46.646Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3235 | 2026-06-25T00:32:48.075Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3236 | 2026-06-25T00:32:48.235Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3237 | 2026-06-25T00:32:49.052Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3238 | 2026-06-25T00:32:49.494Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3239 | 2026-06-25T00:32:50.035Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3240 | 2026-06-25T00:32:51.141Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3241 | 2026-06-25T00:32:52.922Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3242 | 2026-06-25T00:32:54.862Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3243 | 2026-06-25T00:32:55.732Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3244 | 2026-06-25T00:32:56.993Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3245 | 2026-06-25T00:32:57.657Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3246 | 2026-06-25T00:32:58.869Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3247 | 2026-06-25T00:33:00.010Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3248 | 2026-06-25T00:33:02.637Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3249 | 2026-06-25T00:33:02.928Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3250 | 2026-06-25T00:33:03.834Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3251 | 2026-06-25T00:33:05.110Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3252 | 2026-06-25T00:33:06.298Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3253 | 2026-06-25T00:33:07.577Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3254 | 2026-06-25T00:33:08.883Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3255 | 2026-06-25T00:33:11.390Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3256 | 2026-06-25T00:33:11.942Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3257 | 2026-06-25T00:33:13.819Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3258 | 2026-06-25T00:33:15.211Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3259 | 2026-06-25T00:33:16.632Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3260 | 2026-06-25T00:33:18.376Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3261 | 2026-06-25T00:33:19.877Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3262 | 2026-06-25T00:33:21.557Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3263 | 2026-06-25T00:33:23.119Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3264 | 2026-06-25T00:33:27.050Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3265 | 2026-06-25T00:33:27.804Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3266 | 2026-06-25T00:33:28.913Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3267 | 2026-06-25T00:33:29.504Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3268 | 2026-06-25T00:33:31.393Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3269 | 2026-06-25T00:33:33.113Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3270 | 2026-06-25T00:33:34.675Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3271 | 2026-06-25T00:33:36.820Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3272 | 2026-06-25T00:33:38.571Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3273 | 2026-06-25T00:33:40.264Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3274 | 2026-06-25T00:33:42.342Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3275 | 2026-06-25T00:33:43.781Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3276 | 2026-06-25T00:33:45.589Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3277 | 2026-06-25T00:33:47.291Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3278 | 2026-06-25T00:33:50.479Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3279 | 2026-06-25T00:33:52.605Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3280 | 2026-06-25T00:33:54.109Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3281 | 2026-06-25T00:33:56.172Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3282 | 2026-06-25T00:33:57.496Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3283 | 2026-06-25T00:34:01.694Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3284 | 2026-06-25T00:34:03.431Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3285 | 2026-06-25T00:34:05.560Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3286 | 2026-06-25T00:34:07.268Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3287 | 2026-06-25T00:34:09.172Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3288 | 2026-06-25T00:34:11.086Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3289 | 2026-06-25T00:34:13.918Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3290 | 2026-06-25T00:34:15.258Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3291 | 2026-06-25T00:34:17.765Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3292 | 2026-06-25T00:34:19.994Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3293 | 2026-06-25T00:34:22.149Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3294 | 2026-06-25T00:34:24.469Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3295 | 2026-06-25T00:34:26.553Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3296 | 2026-06-25T00:34:30.216Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3297 | 2026-06-25T00:34:30.988Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3298 | 2026-06-25T00:34:33.276Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3299 | 2026-06-25T00:34:35.370Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3300 | 2026-06-25T00:34:37.826Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3301 | 2026-06-25T00:34:40.125Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3302 | 2026-06-25T00:34:41.777Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3303 | 2026-06-25T00:34:44.157Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3304 | 2026-06-25T00:34:46.408Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3305 | 2026-06-25T00:34:48.723Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3306 | 2026-06-25T00:34:50.923Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3307 | 2026-06-25T00:34:53.179Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3308 | 2026-06-25T00:34:55.505Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3309 | 2026-06-25T00:34:57.789Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3310 | 2026-06-25T00:35:00.099Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3311 | 2026-06-25T00:35:02.452Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3312 | 2026-06-25T00:35:04.791Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3313 | 2026-06-25T00:35:07.139Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3314 | 2026-06-25T00:35:09.503Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3315 | 2026-06-25T00:35:11.738Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3316 | 2026-06-25T00:35:14.237Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3317 | 2026-06-25T00:35:16.615Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3318 | 2026-06-25T00:35:18.797Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3319 | 2026-06-25T00:35:21.143Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3320 | 2026-06-25T00:35:23.428Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3321 | 2026-06-25T00:35:26.285Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3322 | 2026-06-25T00:35:28.332Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3323 | 2026-06-25T00:35:30.785Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3324 | 2026-06-25T00:35:33.172Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3325 | 2026-06-25T00:35:35.487Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3326 | 2026-06-25T00:35:37.986Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3327 | 2026-06-25T00:35:40.267Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3328 | 2026-06-25T00:35:42.770Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3329 | 2026-06-25T00:35:45.303Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3330 | 2026-06-25T00:35:47.689Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3331 | 2026-06-25T00:35:50.000Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3332 | 2026-06-25T00:35:52.509Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3333 | 2026-06-25T00:35:55.093Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3334 | 2026-06-25T00:35:57.509Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3335 | 2026-06-25T00:36:00.089Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3336 | 2026-06-25T00:36:02.672Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3337 | 2026-06-25T00:36:05.189Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3338 | 2026-06-25T00:36:07.681Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3339 | 2026-06-25T00:36:10.112Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3340 | 2026-06-25T00:36:12.654Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3341 | 2026-06-25T00:36:15.199Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3342 | 2026-06-25T00:36:17.745Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3343 | 2026-06-25T00:36:20.674Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3344 | 2026-06-25T00:36:23.086Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3345 | 2026-06-25T00:36:31.030Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3346 | 2026-06-25T00:36:31.059Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3347 | 2026-06-25T00:36:34.437Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3348 | 2026-06-25T00:36:37.610Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3349 | 2026-06-25T00:36:41.037Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3350 | 2026-06-25T00:36:44.267Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3351 | 2026-06-25T00:36:47.574Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3352 | 2026-06-25T00:36:52.199Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3353 | 2026-06-25T00:36:54.990Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3354 | 2026-06-25T00:36:58.671Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3355 | 2026-06-25T00:37:02.398Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3356 | 2026-06-25T00:37:06.019Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3357 | 2026-06-25T00:37:09.549Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3358 | 2026-06-25T00:37:13.137Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3359 | 2026-06-25T00:37:16.846Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3360 | 2026-06-25T00:37:20.396Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3361 | 2026-06-25T00:37:24.035Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3362 | 2026-06-25T00:37:27.648Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3363 | 2026-06-25T00:37:31.297Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3364 | 2026-06-25T00:37:34.907Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3365 | 2026-06-25T00:37:38.613Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3366 | 2026-06-25T00:37:42.242Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3367 | 2026-06-25T00:37:45.845Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3368 | 2026-06-25T00:37:49.564Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3369 | 2026-06-25T00:37:53.153Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3370 | 2026-06-25T00:38:22.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s |
| 3371 | 2026-06-25T00:38:22.391Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files |
| 3372 | 2026-06-25T00:38:22.488Z | |
| 3373 | 2026-06-25T00:38:22.488Z | real 6:42.733681536 |
| 3374 | 2026-06-25T00:38:22.491Z | user 18:03.799949049 |
| 3375 | 2026-06-25T00:38:22.491Z | sys 3:49.346228364 |
| 3376 | 2026-06-25T00:38:22.491Z | trap 0.268671102 |
| 3377 | 2026-06-25T00:38:22.491Z | tflt 0.011926353 |
| 3378 | 2026-06-25T00:38:22.491Z | dflt 0.044123277 |
| 3379 | 2026-06-25T00:38:22.491Z | kflt 0.000044780 |
| 3380 | 2026-06-25T00:38:22.491Z | lock 6:11:39.082793384 |
| 3381 | 2026-06-25T00:38:22.491Z | slp 2:15:12.138555046 |
| 3382 | 2026-06-25T00:38:22.491Z | lat 32.269807626 |
| 3383 | 2026-06-25T00:38:22.491Z | stop 1:38.235474370 |
| 3384 | 2026-06-25T00:38:22.491Z | process exited: duration 779042 ms, exit code 0 |
| |
| 3385 | 2026-06-25T00:38:22.498Z | found 0 output files |