|
|
|
| 1 | 2026-06-26T04:07:30.161Z | job assigned to worker 01KW11QR3EN4MCXG4HJQM7NXK2 [factory aws, i-0e3bd47dc25232c4f] (queued for 56 s) |
| |
| 2 | 2026-06-26T04:07:37.128Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:07:37.134Z | ++ uname -s |
| 4 | 2026-06-26T04:07:37.137Z | + kern=SunOS |
| 5 | 2026-06-26T04:07:37.137Z | + build_user=build |
| 6 | 2026-06-26T04:07:37.137Z | + build_uid=12345 |
| 7 | 2026-06-26T04:07:37.137Z | + work_dir=/work |
| 8 | 2026-06-26T04:07:37.137Z | + input_dir=/input |
| 9 | 2026-06-26T04:07:37.137Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:07:37.137Z | + case "$kern" in |
| 11 | 2026-06-26T04:07:37.137Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:07:37.140Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:07:39.142Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:07:39.223Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:07:39.226Z | + home_fs=zfs |
| 16 | 2026-06-26T04:07:39.226Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:07:39.226Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:07:39.226Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:07:40.229Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:07:40.233Z | process exited: duration 3100 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:07:40.240Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:07:40.243Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:07:40.243Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-26T04:07:40.243Z | * rust toolchain profile = "default" |
| 25 | 2026-06-26T04:07:40.243Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-26T04:07:40.244Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T04:07:40.244Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-26T04:07:40.247Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:07:40.247Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:07:40.348Z | info: downloading installer |
| 31 | 2026-06-26T04:07:41.711Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:07:41.711Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:07:41.711Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:07:41.711Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:07:41.724Z | info: profile set to default |
| 36 | 2026-06-26T04:07:41.724Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:07:41.727Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:07:41.884Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:07:41.887Z | info: downloading 6 components |
| 40 | 2026-06-26T04:07:59.843Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-26T04:07:59.844Z | |
| 42 | 2026-06-26T04:07:59.875Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:07:59.875Z | |
| 44 | 2026-06-26T04:07:59.879Z | |
| 45 | 2026-06-26T04:07:59.879Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:07:59.879Z | |
| 47 | 2026-06-26T04:07:59.879Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:07:59.879Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:07:59.879Z | |
| 50 | 2026-06-26T04:07:59.879Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:07:59.879Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:07:59.879Z | |
| 53 | 2026-06-26T04:07:59.879Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:07:59.879Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:07:59.879Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:07:59.879Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:07:59.879Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:07:59.879Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:07:59.879Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:07:59.879Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:07:59.879Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:07:59.991Z | + rustup --version |
| 63 | 2026-06-26T04:08:00.000Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:08:00.005Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:08:00.021Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:08:00.024Z | + cargo --version |
| 67 | 2026-06-26T04:08:00.037Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:08:00.041Z | + rustc --version |
| 69 | 2026-06-26T04:08:00.060Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:08:00.063Z | process exited: duration 19822 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:08:00.069Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:08:00.086Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:08:00.093Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:08:00.096Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T04:08:00.099Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T04:08:00.128Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T04:08:09.876Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T04:08:09.876Z | + git fetch origin 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3 |
| 79 | 2026-06-26T04:08:10.190Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T04:08:10.190Z | * branch 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3 -> FETCH_HEAD |
| 81 | 2026-06-26T04:08:10.203Z | + [[ -n renovate/crucible-pantry-client-digest ]] |
| 82 | 2026-06-26T04:08:10.206Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:08:10.206Z | + current=main |
| 84 | 2026-06-26T04:08:10.206Z | + [[ main != renovate/crucible-pantry-client-digest ]] |
| 85 | 2026-06-26T04:08:10.206Z | + git branch -f renovate/crucible-pantry-client-digest 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3 |
| 86 | 2026-06-26T04:08:10.209Z | + git checkout -f renovate/crucible-pantry-client-digest |
| 87 | 2026-06-26T04:08:10.454Z | Switched to branch 'renovate/crucible-pantry-client-digest' |
| 88 | 2026-06-26T04:08:10.458Z | + git reset --hard 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3 |
| 89 | 2026-06-26T04:08:10.472Z | HEAD is now at 9e60976c4 Update crucible-pantry-client digest to 2bfe090 |
| 90 | 2026-06-26T04:08:10.476Z | process exited: duration 10380 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:08:10.482Z | starting task 4: "build" |
| 92 | 2026-06-26T04:08:10.485Z | + source ./env.sh |
| 93 | 2026-06-26T04:08:10.485Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-26T04:08:10.485Z | ++ set -o xtrace |
| 95 | 2026-06-26T04:08:10.490Z | ++++ dirname ./env.sh |
| 96 | 2026-06-26T04:08:10.490Z | +++ readlink -f . |
| 97 | 2026-06-26T04:08:10.493Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ 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-26T04:08:10.493Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-26T04:08:10.493Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-26T04:08:10.493Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-26T04:08:10.493Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-26T04:08:10.493Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-26T04:08:10.493Z | + cargo --version |
| 114 | 2026-06-26T04:08:10.504Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-26T04:08:10.508Z | + rustc --version |
| 116 | 2026-06-26T04:08:10.523Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-26T04:08:10.527Z | + banner prerequisites |
| 118 | 2026-06-26T04:08:10.530Z | |
| 119 | 2026-06-26T04:08:10.530Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-26T04:08:10.530Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-26T04:08:10.530Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-26T04:08:10.530Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-26T04:08:10.530Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-26T04:08:10.531Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-26T04:08:10.531Z | |
| 126 | 2026-06-26T04:08:10.531Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-26T04:08:12.040Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-26T04:08:12.148Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-26T04:08:12.641Z | Planning: Solver setup ... Done (0.446s) |
| 130 | 2026-06-26T04:08:12.666Z | Planning: Running solver ... Done (0.025s) |
| 131 | 2026-06-26T04:08:12.677Z | Planning: Finding local manifests ... Done (0.002s) |
| 132 | 2026-06-26T04:08:12.687Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-26T04:08:12.706Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-26T04:08:12.719Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-06-26T04:08:12.723Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-06-26T04:08:12.886Z | Planning: Checking for conflicting actions ... Done (0.165s) |
| 137 | 2026-06-26T04:08:12.889Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-26T04:08:13.649Z | Planning: Evaluating mediators ... Done (0.763s) |
| 139 | 2026-06-26T04:08:13.653Z | Planning: Planning completed in 1.48 seconds |
| 140 | 2026-06-26T04:08:13.659Z | Packages to install: 2 |
| 141 | 2026-06-26T04:08:13.662Z | Estimated space available: 156.08 GB |
| 142 | 2026-06-26T04:08:13.662Z | Estimated space to be consumed: 30.96 MB |
| 143 | 2026-06-26T04:08:13.662Z | Create boot environment: No |
| 144 | 2026-06-26T04:08:13.662Z | Create backup boot environment: No |
| 145 | 2026-06-26T04:08:13.663Z | Rebuild boot archive: No |
| 146 | 2026-06-26T04:08:13.663Z | |
| 147 | 2026-06-26T04:08:13.663Z | Changed packages: |
| 148 | 2026-06-26T04:08:13.663Z | helios |
| 149 | 2026-06-26T04:08:13.663Z | developer/build-essential |
| 150 | 2026-06-26T04:08:13.663Z | None -> 11-3.0 |
| 151 | 2026-06-26T04:08:13.663Z | library/libxmlsec1 |
| 152 | 2026-06-26T04:08:13.663Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-26T04:08:13.684Z | |
| 154 | 2026-06-26T04:08:13.684Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-26T04:08:14.940Z | Download: Completed 1.28 MB in 1.26 seconds (1.0M/s) |
| 156 | 2026-06-26T04:08:14.993Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-26T04:08:15.033Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-26T04:08:15.042Z | Finalize: Updating package state database ... Done (0.010s) |
| 159 | 2026-06-26T04:08:15.042Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-26T04:08:15.083Z | Finalize: Updating image state ... Done (0.028s) |
| 161 | 2026-06-26T04:08:17.481Z | Finalize: Creating fast lookup database ... Done (2.384s) |
| 162 | 2026-06-26T04:08:17.550Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-26T04:08:17.554Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-26T04:08:17.660Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-26T04:08:17.981Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-26T04:08:18.089Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-26T04:08:18.092Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-26T04:08:18.246Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-26T04:08:18.251Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-26T04:08:18.269Z | Mediators to change: 2 |
| 171 | 2026-06-26T04:08:18.269Z | Create boot environment: No |
| 172 | 2026-06-26T04:08:18.274Z | Create backup boot environment: No |
| 173 | 2026-06-26T04:08:18.338Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-26T04:08:18.346Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-26T04:08:18.346Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-26T04:08:20.277Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-26T04:08:20.341Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-26T04:08:20.345Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-26T04:08:20.399Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-26T04:08:20.686Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-26T04:08:20.793Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-26T04:08:20.796Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-26T04:08:20.951Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-26T04:08:20.954Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-06-26T04:08:20.974Z | Mediators to change: 1 |
| 186 | 2026-06-26T04:08:20.978Z | Create boot environment: No |
| 187 | 2026-06-26T04:08:20.978Z | Create backup boot environment: No |
| 188 | 2026-06-26T04:08:21.017Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-26T04:08:21.020Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-26T04:08:21.031Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-26T04:08:22.998Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-26T04:08:23.057Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-26T04:08:23.060Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-26T04:08:23.113Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-26T04:08:23.450Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-26T04:08:23.450Z | apache system 2.4 system |
| 197 | 2026-06-26T04:08:23.450Z | clang system 15 system |
| 198 | 2026-06-26T04:08:23.450Z | csh system system illumos |
| 199 | 2026-06-26T04:08:23.450Z | ctags system system illumos |
| 200 | 2026-06-26T04:08:23.450Z | file vendor vendor darwinsys |
| 201 | 2026-06-26T04:08:23.450Z | file system system illumos |
| 202 | 2026-06-26T04:08:23.450Z | gcc vendor 14 vendor |
| 203 | 2026-06-26T04:08:23.450Z | gcc system 13 system |
| 204 | 2026-06-26T04:08:23.450Z | gcc system 10 system |
| 205 | 2026-06-26T04:08:23.450Z | go system 1.25 system |
| 206 | 2026-06-26T04:08:23.451Z | llvm system 15 system |
| 207 | 2026-06-26T04:08:23.451Z | mariadb system 11.4 system |
| 208 | 2026-06-26T04:08:23.451Z | mta vendor vendor dma |
| 209 | 2026-06-26T04:08:23.451Z | openjdk system 17 system |
| 210 | 2026-06-26T04:08:23.451Z | openjdk system 11 system |
| 211 | 2026-06-26T04:08:23.451Z | openssl vendor 3 vendor |
| 212 | 2026-06-26T04:08:23.451Z | perl system 5.40 system |
| 213 | 2026-06-26T04:08:23.451Z | postgresql system 18 system |
| 214 | 2026-06-26T04:08:23.451Z | postgresql system 17 system |
| 215 | 2026-06-26T04:08:23.451Z | python vendor 3 vendor |
| 216 | 2026-06-26T04:08:23.451Z | python system 2 system |
| 217 | 2026-06-26T04:08:23.451Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-26T04:08:23.451Z | ruby system 3.4 system |
| 219 | 2026-06-26T04:08:23.451Z | ruby system 3.0 system |
| 220 | 2026-06-26T04:08:23.451Z | words vendor vendor american-english |
| 221 | 2026-06-26T04:08:23.451Z | words system system australian-english |
| 222 | 2026-06-26T04:08:23.451Z | words system system british-english |
| 223 | 2026-06-26T04:08:23.451Z | words system system canadian-english |
| 224 | 2026-06-26T04:08:23.451Z | words system system french |
| 225 | 2026-06-26T04:08:23.451Z | words system system italian |
| 226 | 2026-06-26T04:08:23.451Z | words system system ngerman |
| 227 | 2026-06-26T04:08:23.451Z | words system system ogerman |
| 228 | 2026-06-26T04:08:23.451Z | words system system spanish |
| 229 | 2026-06-26T04:08:23.680Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-26T04:08:23.680Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-26T04:08:23.987Z | FMRI IFO |
| 232 | 2026-06-26T04:08:23.987Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-26T04:08:23.987Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-26T04:08:23.987Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-26T04:08:23.987Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-26T04:08:23.987Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-26T04:08:23.987Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-26T04:08:23.987Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-26T04:08:23.987Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-26T04:08:23.987Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-26T04:08:24.256Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-26T04:08:24.540Z | Updating crates.io index |
| 243 | 2026-06-26T04:08:24.543Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-26T04:08:24.789Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-26T04:08:25.104Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-26T04:08:25.373Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-26T04:08:26.246Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-26T04:08:26.749Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-26T04:08:28.613Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-26T04:08:29.374Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-26T04:08:29.665Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-26T04:08:30.712Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-26T04:08:30.953Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-26T04:08:31.279Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-26T04:08:31.538Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-26T04:08:31.959Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-26T04:08:32.441Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-26T04:08:32.875Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-26T04:08:33.140Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-26T04:08:33.434Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-26T04:08:33.760Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-26T04:08:33.989Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-26T04:08:34.254Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-26T04:08:34.501Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-26T04:08:34.881Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-26T04:08:35.192Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-06-26T04:08:35.601Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 268 | 2026-06-26T04:08:35.833Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 269 | 2026-06-26T04:08:36.219Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 270 | 2026-06-26T04:08:36.464Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-06-26T04:08:36.937Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-06-26T04:08:37.183Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2026-06-26T04:08:37.421Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 274 | 2026-06-26T04:08:37.760Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 275 | 2026-06-26T04:08:38.154Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2026-06-26T04:08:38.395Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-06-26T04:08:38.697Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-06-26T04:08:38.972Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 279 | 2026-06-26T04:08:39.241Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 280 | 2026-06-26T04:08:39.535Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-06-26T04:08:39.795Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-06-26T04:08:40.072Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-06-26T04:08:40.334Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-06-26T04:08:43.149Z | Downloading crates ... |
| 285 | 2026-06-26T04:08:43.221Z | Downloaded clap_lex v1.0.0 |
| 286 | 2026-06-26T04:08:43.228Z | Downloaded dtrace-parser v0.2.0 |
| 287 | 2026-06-26T04:08:43.229Z | Downloaded anstyle-query v1.1.5 |
| 288 | 2026-06-26T04:08:43.254Z | Downloaded toml v0.8.23 |
| 289 | 2026-06-26T04:08:43.266Z | Downloaded hashbrown v0.17.0 |
| 290 | 2026-06-26T04:08:43.267Z | Downloaded thiserror-impl v2.0.18 |
| 291 | 2026-06-26T04:08:43.267Z | Downloaded semver v1.0.28 |
| 292 | 2026-06-26T04:08:43.267Z | Downloaded icu_provider v2.1.1 |
| 293 | 2026-06-26T04:08:43.267Z | Downloaded memmap v0.7.0 |
| 294 | 2026-06-26T04:08:43.267Z | Downloaded pest v2.8.6 |
| 295 | 2026-06-26T04:08:43.267Z | Downloaded url v2.5.8 |
| 296 | 2026-06-26T04:08:43.276Z | Downloaded ordered-float v2.10.1 |
| 297 | 2026-06-26T04:08:43.276Z | Downloaded indexmap v2.14.0 |
| 298 | 2026-06-26T04:08:43.276Z | Downloaded tempfile v3.25.0 |
| 299 | 2026-06-26T04:08:43.276Z | Downloaded zerofrom v0.1.6 |
| 300 | 2026-06-26T04:08:43.276Z | Downloaded crypto-common v0.1.7 |
| 301 | 2026-06-26T04:08:43.276Z | Downloaded sha2 v0.10.9 |
| 302 | 2026-06-26T04:08:43.276Z | Downloaded digest v0.10.7 |
| 303 | 2026-06-26T04:08:43.282Z | Downloaded thread-id v4.2.2 |
| 304 | 2026-06-26T04:08:43.299Z | Downloaded clap v4.6.1 |
| 305 | 2026-06-26T04:08:43.306Z | Downloaded fnv v1.0.7 |
| 306 | 2026-06-26T04:08:43.331Z | Downloaded synstructure v0.13.2 |
| 307 | 2026-06-26T04:08:43.337Z | Downloaded serde_json v1.0.149 |
| 308 | 2026-06-26T04:08:43.377Z | Downloaded colorchoice v1.0.4 |
| 309 | 2026-06-26T04:08:43.381Z | Downloaded icu_locale_core v2.1.1 |
| 310 | 2026-06-26T04:08:43.405Z | Downloaded cpufeatures v0.2.17 |
| 311 | 2026-06-26T04:08:43.413Z | Downloaded anyhow v1.0.102 |
| 312 | 2026-06-26T04:08:43.427Z | Downloaded litemap v0.8.1 |
| 313 | 2026-06-26T04:08:43.436Z | Downloaded icu_properties_data v2.1.2 |
| 314 | 2026-06-26T04:08:43.440Z | Downloaded yoke v0.8.1 |
| 315 | 2026-06-26T04:08:43.440Z | Downloaded swrite v0.1.0 |
| 316 | 2026-06-26T04:08:43.440Z | Downloaded dof v0.3.0 |
| 317 | 2026-06-26T04:08:43.440Z | Downloaded zerovec-derive v0.11.2 |
| 318 | 2026-06-26T04:08:43.444Z | Downloaded getrandom v0.4.1 |
| 319 | 2026-06-26T04:08:43.450Z | Downloaded camino-tempfile v1.4.1 |
| 320 | 2026-06-26T04:08:43.453Z | Downloaded cargo_toml v0.21.0 |
| 321 | 2026-06-26T04:08:43.459Z | Downloaded idna_adapter v1.2.1 |
| 322 | 2026-06-26T04:08:43.462Z | Downloaded autocfg v1.5.0 |
| 323 | 2026-06-26T04:08:43.476Z | Downloaded plain v0.2.3 |
| 324 | 2026-06-26T04:08:43.482Z | Downloaded syn v2.0.117 |
| 325 | 2026-06-26T04:08:43.489Z | Downloaded icu_normalizer v2.1.1 |
| 326 | 2026-06-26T04:08:43.497Z | Downloaded serde-value v0.7.0 |
| 327 | 2026-06-26T04:08:43.497Z | Downloaded serde v1.0.228 |
| 328 | 2026-06-26T04:08:43.497Z | Downloaded unicode-linebreak v0.1.5 |
| 329 | 2026-06-26T04:08:43.500Z | Downloaded proc-macro-error-attr v1.0.4 |
| 330 | 2026-06-26T04:08:43.500Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-06-26T04:08:43.500Z | Downloaded unicode-ident v1.0.24 |
| 332 | 2026-06-26T04:08:43.504Z | Downloaded quote v1.0.45 |
| 333 | 2026-06-26T04:08:43.507Z | Downloaded utf8parse v0.2.2 |
| 334 | 2026-06-26T04:08:43.507Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2026-06-26T04:08:43.512Z | Downloaded heck v0.4.1 |
| 336 | 2026-06-26T04:08:43.515Z | Downloaded log v0.4.29 |
| 337 | 2026-06-26T04:08:43.519Z | Downloaded rustix v1.1.3 |
| 338 | 2026-06-26T04:08:43.528Z | Downloaded zerotrie v0.2.3 |
| 339 | 2026-06-26T04:08:43.531Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-06-26T04:08:43.535Z | Downloaded version_check v0.9.5 |
| 341 | 2026-06-26T04:08:43.535Z | Downloaded terminal_size v0.4.3 |
| 342 | 2026-06-26T04:08:43.535Z | Downloaded usdt-macro v0.5.0 |
| 343 | 2026-06-26T04:08:43.538Z | Downloaded percent-encoding v2.3.2 |
| 344 | 2026-06-26T04:08:43.538Z | Downloaded generic-array v0.14.7 |
| 345 | 2026-06-26T04:08:43.538Z | Downloaded erased-serde v0.4.9 |
| 346 | 2026-06-26T04:08:43.538Z | Downloaded byteorder v1.5.0 |
| 347 | 2026-06-26T04:08:43.543Z | Downloaded yoke-derive v0.8.1 |
| 348 | 2026-06-26T04:08:43.547Z | Downloaded cargo-platform v0.2.0 |
| 349 | 2026-06-26T04:08:43.552Z | Downloaded typeid v1.0.3 |
| 350 | 2026-06-26T04:08:43.557Z | Downloaded utf8_iter v1.0.4 |
| 351 | 2026-06-26T04:08:43.557Z | Downloaded unicode-width v0.2.0 |
| 352 | 2026-06-26T04:08:43.562Z | Downloaded writeable v0.6.2 |
| 353 | 2026-06-26T04:08:43.563Z | Downloaded serde_tokenstream v0.2.3 |
| 354 | 2026-06-26T04:08:43.563Z | Downloaded anstream v1.0.0 |
| 355 | 2026-06-26T04:08:43.566Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2026-06-26T04:08:43.566Z | Downloaded proc-macro2 v1.0.106 |
| 357 | 2026-06-26T04:08:43.577Z | Downloaded serde_core v1.0.228 |
| 358 | 2026-06-26T04:08:43.585Z | Downloaded strsim v0.11.1 |
| 359 | 2026-06-26T04:08:43.604Z | Downloaded usdt-impl v0.5.0 |
| 360 | 2026-06-26T04:08:43.607Z | Downloaded tabled_derive v0.7.0 |
| 361 | 2026-06-26T04:08:43.607Z | Downloaded libc v0.2.185 |
| 362 | 2026-06-26T04:08:43.624Z | Downloaded unicode-xid v0.2.6 |
| 363 | 2026-06-26T04:08:43.630Z | Downloaded pest_derive v2.8.6 |
| 364 | 2026-06-26T04:08:43.630Z | Downloaded smawk v0.3.2 |
| 365 | 2026-06-26T04:08:43.630Z | Downloaded fastrand v2.3.0 |
| 366 | 2026-06-26T04:08:43.630Z | Downloaded ucd-trie v0.1.7 |
| 367 | 2026-06-26T04:08:43.642Z | Downloaded potential_utf v0.1.4 |
| 368 | 2026-06-26T04:08:43.642Z | Downloaded num-traits v0.2.19 |
| 369 | 2026-06-26T04:08:43.642Z | Downloaded memchr v2.8.0 |
| 370 | 2026-06-26T04:08:43.642Z | Downloaded itoa v1.0.17 |
| 371 | 2026-06-26T04:08:43.642Z | Downloaded equivalent v1.0.2 |
| 372 | 2026-06-26T04:08:43.642Z | Downloaded block-buffer v0.10.4 |
| 373 | 2026-06-26T04:08:43.682Z | Downloaded anstyle-parse v1.0.0 |
| 374 | 2026-06-26T04:08:43.685Z | Downloaded icu_collections v2.1.1 |
| 375 | 2026-06-26T04:08:43.694Z | Downloaded displaydoc v0.2.5 |
| 376 | 2026-06-26T04:08:43.697Z | Downloaded fs-err v3.3.0 |
| 377 | 2026-06-26T04:08:43.731Z | Downloaded heck v0.5.0 |
| 378 | 2026-06-26T04:08:43.758Z | Downloaded unicode-width v0.1.14 |
| 379 | 2026-06-26T04:08:43.761Z | Downloaded pretty-hex v0.4.1 |
| 380 | 2026-06-26T04:08:43.833Z | Downloaded cfg-if v1.0.4 |
| 381 | 2026-06-26T04:08:43.836Z | Downloaded once_cell v1.21.3 |
| 382 | 2026-06-26T04:08:43.890Z | Downloaded scroll_derive v0.12.1 |
| 383 | 2026-06-26T04:08:43.897Z | Downloaded proc-macro-error v1.0.4 |
| 384 | 2026-06-26T04:08:43.905Z | Downloaded icu_normalizer_data v2.1.1 |
| 385 | 2026-06-26T04:08:43.920Z | Downloaded pest_meta v2.8.6 |
| 386 | 2026-06-26T04:08:43.923Z | Downloaded idna v1.1.0 |
| 387 | 2026-06-26T04:08:43.949Z | Downloaded tabled v0.15.0 |
| 388 | 2026-06-26T04:08:43.953Z | Downloaded syn v1.0.109 |
| 389 | 2026-06-26T04:08:43.957Z | Downloaded scroll v0.12.0 |
| 390 | 2026-06-26T04:08:43.957Z | Downloaded clap_derive v4.6.1 |
| 391 | 2026-06-26T04:08:43.973Z | Downloaded bitflags v2.11.0 |
| 392 | 2026-06-26T04:08:43.976Z | Downloaded anstyle v1.0.14 |
| 393 | 2026-06-26T04:08:43.986Z | Downloaded camino v1.2.2 |
| 394 | 2026-06-26T04:08:43.989Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-26T04:08:43.993Z | Downloaded stable_deref_trait v1.2.1 |
| 396 | 2026-06-26T04:08:44.013Z | Downloaded macaddr v1.0.1 |
| 397 | 2026-06-26T04:08:44.025Z | Downloaded thiserror-impl v1.0.69 |
| 398 | 2026-06-26T04:08:44.042Z | Downloaded errno v0.3.14 |
| 399 | 2026-06-26T04:08:44.047Z | Downloaded smallvec v1.15.1 |
| 400 | 2026-06-26T04:08:44.067Z | Downloaded form_urlencoded v1.2.2 |
| 401 | 2026-06-26T04:08:44.070Z | Downloaded bytecount v0.6.9 |
| 402 | 2026-06-26T04:08:44.077Z | Downloaded tinystr v0.8.2 |
| 403 | 2026-06-26T04:08:44.080Z | Downloaded serde_derive v1.0.228 |
| 404 | 2026-06-26T04:08:44.080Z | Downloaded pest_generator v2.8.6 |
| 405 | 2026-06-26T04:08:44.087Z | Downloaded clap_builder v4.6.0 |
| 406 | 2026-06-26T04:08:44.095Z | Downloaded icu_properties v2.1.2 |
| 407 | 2026-06-26T04:08:44.100Z | Downloaded cargo_metadata v0.21.0 |
| 408 | 2026-06-26T04:08:44.103Z | Downloaded cargo-util-schemas v0.8.2 |
| 409 | 2026-06-26T04:08:44.103Z | Downloaded papergrid v0.11.0 |
| 410 | 2026-06-26T04:08:44.116Z | Downloaded zerovec v0.11.5 |
| 411 | 2026-06-26T04:08:44.137Z | Downloaded serde-untagged v0.1.9 |
| 412 | 2026-06-26T04:08:44.148Z | Downloaded is_terminal_polyfill v1.70.2 |
| 413 | 2026-06-26T04:08:44.158Z | Downloaded textwrap v0.16.2 |
| 414 | 2026-06-26T04:08:44.196Z | Downloaded winnow v0.7.14 |
| 415 | 2026-06-26T04:08:44.203Z | Downloaded zmij v1.0.21 |
| 416 | 2026-06-26T04:08:44.221Z | Downloaded typenum v1.19.0 |
| 417 | 2026-06-26T04:08:44.242Z | Downloaded toml_write v0.1.2 |
| 418 | 2026-06-26T04:08:44.246Z | Downloaded thiserror v2.0.18 |
| 419 | 2026-06-26T04:08:44.251Z | Downloaded toml_edit v0.22.27 |
| 420 | 2026-06-26T04:08:44.262Z | Downloaded zerofrom-derive v0.1.6 |
| 421 | 2026-06-26T04:08:44.278Z | Downloaded zerocopy v0.7.35 |
| 422 | 2026-06-26T04:08:44.288Z | Downloaded usdt-attr-macro v0.5.0 |
| 423 | 2026-06-26T04:08:44.294Z | Downloaded usdt v0.5.0 |
| 424 | 2026-06-26T04:08:44.341Z | Compiling proc-macro2 v1.0.106 |
| 425 | 2026-06-26T04:08:44.341Z | Compiling quote v1.0.45 |
| 426 | 2026-06-26T04:08:44.341Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-06-26T04:08:44.341Z | Compiling serde_core v1.0.228 |
| 428 | 2026-06-26T04:08:44.344Z | Compiling libc v0.2.185 |
| 429 | 2026-06-26T04:08:44.344Z | Compiling version_check v0.9.5 |
| 430 | 2026-06-26T04:08:44.344Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-06-26T04:08:44.344Z | Compiling serde v1.0.228 |
| 432 | 2026-06-26T04:08:44.648Z | Compiling memchr v2.8.0 |
| 433 | 2026-06-26T04:08:44.664Z | Compiling zmij v1.0.21 |
| 434 | 2026-06-26T04:08:44.899Z | Compiling thiserror v1.0.69 |
| 435 | 2026-06-26T04:08:44.932Z | Compiling autocfg v1.5.0 |
| 436 | 2026-06-26T04:08:44.990Z | Compiling itoa v1.0.17 |
| 437 | 2026-06-26T04:08:45.209Z | Compiling ucd-trie v0.1.7 |
| 438 | 2026-06-26T04:08:45.283Z | Compiling litemap v0.8.1 |
| 439 | 2026-06-26T04:08:45.359Z | Compiling pest v2.8.6 |
| 440 | 2026-06-26T04:08:45.365Z | Compiling writeable v0.6.2 |
| 441 | 2026-06-26T04:08:45.453Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-06-26T04:08:45.477Z | Compiling rustix v1.1.3 |
| 443 | 2026-06-26T04:08:45.634Z | Compiling byteorder v1.5.0 |
| 444 | 2026-06-26T04:08:45.781Z | Compiling syn v2.0.117 |
| 445 | 2026-06-26T04:08:45.829Z | Compiling icu_properties_data v2.1.2 |
| 446 | 2026-06-26T04:08:45.910Z | Compiling errno v0.3.14 |
| 447 | 2026-06-26T04:08:45.929Z | Compiling bitflags v2.11.0 |
| 448 | 2026-06-26T04:08:46.039Z | Compiling serde_json v1.0.149 |
| 449 | 2026-06-26T04:08:46.191Z | Compiling num-traits v0.2.19 |
| 450 | 2026-06-26T04:08:46.226Z | Compiling typeid v1.0.3 |
| 451 | 2026-06-26T04:08:46.377Z | Compiling smallvec v1.15.1 |
| 452 | 2026-06-26T04:08:46.462Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-06-26T04:08:46.494Z | Compiling hashbrown v0.17.0 |
| 454 | 2026-06-26T04:08:46.585Z | Compiling equivalent v1.0.2 |
| 455 | 2026-06-26T04:08:46.704Z | Compiling thread-id v4.2.2 |
| 456 | 2026-06-26T04:08:46.788Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-06-26T04:08:46.804Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-06-26T04:08:46.853Z | Compiling syn v1.0.109 |
| 459 | 2026-06-26T04:08:46.979Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-06-26T04:08:47.014Z | Compiling indexmap v2.14.0 |
| 461 | 2026-06-26T04:08:47.086Z | Compiling toml_write v0.1.2 |
| 462 | 2026-06-26T04:08:47.193Z | Compiling winnow v0.7.14 |
| 463 | 2026-06-26T04:08:47.568Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2026-06-26T04:08:47.657Z | Compiling thiserror v2.0.18 |
| 465 | 2026-06-26T04:08:47.727Z | Compiling camino v1.2.2 |
| 466 | 2026-06-26T04:08:47.993Z | Compiling getrandom v0.4.1 |
| 467 | 2026-06-26T04:08:48.081Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-06-26T04:08:48.081Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-06-26T04:08:48.105Z | Compiling log v0.4.29 |
| 470 | 2026-06-26T04:08:48.189Z | Compiling utf8_iter v1.0.4 |
| 471 | 2026-06-26T04:08:48.280Z | Compiling plain v0.2.3 |
| 472 | 2026-06-26T04:08:48.340Z | Compiling form_urlencoded v1.2.2 |
| 473 | 2026-06-26T04:08:48.340Z | Compiling anstyle-parse v1.0.0 |
| 474 | 2026-06-26T04:08:48.441Z | Compiling ordered-float v2.10.1 |
| 475 | 2026-06-26T04:08:48.572Z | Compiling synstructure v0.13.2 |
| 476 | 2026-06-26T04:08:48.572Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-06-26T04:08:48.726Z | Compiling terminal_size v0.4.3 |
| 478 | 2026-06-26T04:08:48.856Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-06-26T04:08:48.953Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-06-26T04:08:49.022Z | Compiling anstyle v1.0.14 |
| 481 | 2026-06-26T04:08:49.022Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-06-26T04:08:49.022Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-06-26T04:08:49.085Z | Compiling cfg-if v1.0.4 |
| 484 | 2026-06-26T04:08:49.124Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-06-26T04:08:49.218Z | Compiling anstream v1.0.0 |
| 486 | 2026-06-26T04:08:49.266Z | Compiling semver v1.0.28 |
| 487 | 2026-06-26T04:08:49.334Z | Compiling fs-err v3.3.0 |
| 488 | 2026-06-26T04:08:49.354Z | Compiling bytecount v0.6.9 |
| 489 | 2026-06-26T04:08:49.496Z | Compiling unicode-width v0.1.14 |
| 490 | 2026-06-26T04:08:49.501Z | Compiling fnv v1.0.7 |
| 491 | 2026-06-26T04:08:49.501Z | Compiling heck v0.5.0 |
| 492 | 2026-06-26T04:08:49.550Z | Compiling once_cell v1.21.3 |
| 493 | 2026-06-26T04:08:49.557Z | Compiling anyhow v1.0.102 |
| 494 | 2026-06-26T04:08:49.622Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-06-26T04:08:49.785Z | Compiling strsim v0.11.1 |
| 496 | 2026-06-26T04:08:49.799Z | Compiling fastrand v2.3.0 |
| 497 | 2026-06-26T04:08:49.813Z | Compiling clap_lex v1.0.0 |
| 498 | 2026-06-26T04:08:49.888Z | Compiling heck v0.4.1 |
| 499 | 2026-06-26T04:08:50.057Z | Compiling tempfile v3.25.0 |
| 500 | 2026-06-26T04:08:50.069Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-06-26T04:08:50.117Z | Compiling papergrid v0.11.0 |
| 502 | 2026-06-26T04:08:50.175Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-06-26T04:08:50.239Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-06-26T04:08:50.299Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-06-26T04:08:50.456Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-06-26T04:08:50.661Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-06-26T04:08:51.408Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-06-26T04:08:51.446Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-06-26T04:08:51.546Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-06-26T04:08:51.625Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-06-26T04:08:51.673Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-06-26T04:08:51.803Z | Compiling yoke v0.8.1 |
| 513 | 2026-06-26T04:08:51.939Z | Compiling zerovec v0.11.5 |
| 514 | 2026-06-26T04:08:51.968Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-06-26T04:08:52.223Z | Compiling scroll v0.12.0 |
| 516 | 2026-06-26T04:08:52.291Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-06-26T04:08:52.322Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-06-26T04:08:52.466Z | Compiling tinystr v0.8.2 |
| 519 | 2026-06-26T04:08:52.505Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-06-26T04:08:52.675Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-06-26T04:08:52.679Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-06-26T04:08:52.819Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-06-26T04:08:52.877Z | Compiling goblin v0.8.2 |
| 524 | 2026-06-26T04:08:53.112Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-06-26T04:08:53.206Z | Compiling clap_derive v4.6.1 |
| 526 | 2026-06-26T04:08:53.616Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-06-26T04:08:53.659Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-06-26T04:08:53.676Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-06-26T04:08:53.692Z | Compiling dof v0.3.0 |
| 530 | 2026-06-26T04:08:53.713Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-06-26T04:08:53.924Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-06-26T04:08:53.940Z | Compiling icu_normalizer v2.1.1 |
| 533 | 2026-06-26T04:08:53.958Z | Compiling toml_edit v0.22.27 |
| 534 | 2026-06-26T04:08:54.073Z | Compiling serde-value v0.7.0 |
| 535 | 2026-06-26T04:08:54.089Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-06-26T04:08:54.371Z | Compiling memmap v0.7.0 |
| 537 | 2026-06-26T04:08:54.454Z | Compiling unicode-linebreak v0.1.5 |
| 538 | 2026-06-26T04:08:54.500Z | Compiling unicode-width v0.2.0 |
| 539 | 2026-06-26T04:08:54.571Z | Compiling smawk v0.3.2 |
| 540 | 2026-06-26T04:08:54.669Z | Compiling usdt-attr-macro v0.5.0 |
| 541 | 2026-06-26T04:08:54.709Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-06-26T04:08:54.726Z | Compiling textwrap v0.16.2 |
| 543 | 2026-06-26T04:08:54.784Z | Compiling idna_adapter v1.2.1 |
| 544 | 2026-06-26T04:08:54.933Z | Compiling idna v1.1.0 |
| 545 | 2026-06-26T04:08:54.992Z | Compiling clap v4.6.1 |
| 546 | 2026-06-26T04:08:55.025Z | Compiling tabled v0.15.0 |
| 547 | 2026-06-26T04:08:55.118Z | Compiling macaddr v1.0.1 |
| 548 | 2026-06-26T04:08:55.357Z | Compiling url v2.5.8 |
| 549 | 2026-06-26T04:08:55.373Z | Compiling camino-tempfile v1.4.1 |
| 550 | 2026-06-26T04:08:55.624Z | Compiling toml v0.8.23 |
| 551 | 2026-06-26T04:08:55.909Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-06-26T04:08:56.028Z | Compiling cargo-util-schemas v0.8.2 |
| 553 | 2026-06-26T04:08:56.112Z | Compiling cargo_toml v0.21.0 |
| 554 | 2026-06-26T04:08:56.154Z | Compiling usdt v0.5.0 |
| 555 | 2026-06-26T04:08:56.221Z | Compiling swrite v0.1.0 |
| 556 | 2026-06-26T04:08:56.924Z | Compiling cargo_metadata v0.21.0 |
| 557 | 2026-06-26T04:08:57.857Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2026-06-26T04:08:59.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.89s |
| 559 | 2026-06-26T04:09:00.192Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 560 | 2026-06-26T04:09:00.709Z | Downloading crates ... |
| 561 | 2026-06-26T04:09:00.823Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-06-26T04:09:00.847Z | Downloaded bit-set v0.5.3 |
| 563 | 2026-06-26T04:09:00.850Z | Downloaded atty v0.2.14 |
| 564 | 2026-06-26T04:09:00.850Z | Downloaded darling v0.23.0 |
| 565 | 2026-06-26T04:09:00.854Z | Downloaded crossbeam-deque v0.8.6 |
| 566 | 2026-06-26T04:09:00.857Z | Downloaded cstr-argument v0.1.2 |
| 567 | 2026-06-26T04:09:00.862Z | Downloaded expectorate v1.2.0 |
| 568 | 2026-06-26T04:09:00.865Z | Downloaded des v0.8.1 |
| 569 | 2026-06-26T04:09:00.869Z | Downloaded backon v1.6.0 |
| 570 | 2026-06-26T04:09:00.872Z | Downloaded ecdsa v0.16.9 |
| 571 | 2026-06-26T04:09:00.876Z | Downloaded derive_more v0.99.20 |
| 572 | 2026-06-26T04:09:00.881Z | Downloaded ed25519-dalek v2.2.0 |
| 573 | 2026-06-26T04:09:00.884Z | Downloaded embedded-io v0.4.0 |
| 574 | 2026-06-26T04:09:00.884Z | Downloaded deranged v0.5.8 |
| 575 | 2026-06-26T04:09:00.884Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 576 | 2026-06-26T04:09:00.888Z | Downloaded bitfield-macros v0.19.4 |
| 577 | 2026-06-26T04:09:00.888Z | Downloaded arrayref v0.3.9 |
| 578 | 2026-06-26T04:09:00.888Z | Downloaded defmt v0.3.100 |
| 579 | 2026-06-26T04:09:00.891Z | Downloaded bcs v0.1.6 |
| 580 | 2026-06-26T04:09:00.895Z | Downloaded async-stream v0.3.6 |
| 581 | 2026-06-26T04:09:00.895Z | Downloaded assert_matches v1.5.0 |
| 582 | 2026-06-26T04:09:00.898Z | Downloaded bitvec v1.0.1 |
| 583 | 2026-06-26T04:09:00.903Z | Downloaded drift v0.2.0 |
| 584 | 2026-06-26T04:09:00.908Z | Downloaded bb8 v0.8.6 |
| 585 | 2026-06-26T04:09:00.912Z | Downloaded bit-vec v0.8.0 |
| 586 | 2026-06-26T04:09:00.912Z | Downloaded async-bb8-diesel v0.2.1 |
| 587 | 2026-06-26T04:09:00.912Z | Downloaded anstyle-parse v0.2.7 |
| 588 | 2026-06-26T04:09:00.916Z | Downloaded async-stream-impl v0.3.6 |
| 589 | 2026-06-26T04:09:00.921Z | Downloaded darling_macro v0.13.4 |
| 590 | 2026-06-26T04:09:00.921Z | Downloaded const-oid v0.9.6 |
| 591 | 2026-06-26T04:09:00.921Z | Downloaded bitflags v1.3.2 |
| 592 | 2026-06-26T04:09:00.925Z | Downloaded flate2 v1.1.9 |
| 593 | 2026-06-26T04:09:00.928Z | Downloaded difflib v0.4.0 |
| 594 | 2026-06-26T04:09:00.928Z | Downloaded env_filter v1.0.0 |
| 595 | 2026-06-26T04:09:00.928Z | Downloaded ar_archive_writer v0.5.1 |
| 596 | 2026-06-26T04:09:00.932Z | Downloaded dyn-clone v1.0.20 |
| 597 | 2026-06-26T04:09:00.932Z | Downloaded async-recursion v1.1.1 |
| 598 | 2026-06-26T04:09:00.935Z | Downloaded darling_core v0.21.3 |
| 599 | 2026-06-26T04:09:00.939Z | Downloaded allocator-api2 v0.2.21 |
| 600 | 2026-06-26T04:09:00.951Z | Downloaded cpufeatures v0.3.0 |
| 601 | 2026-06-26T04:09:00.954Z | Downloaded block-padding v0.3.3 |
| 602 | 2026-06-26T04:09:00.954Z | Downloaded curve25519-dalek v4.1.3 |
| 603 | 2026-06-26T04:09:00.958Z | Downloaded diff v0.1.13 |
| 604 | 2026-06-26T04:09:00.961Z | Downloaded derive-ex v0.1.8 |
| 605 | 2026-06-26T04:09:00.961Z | Downloaded crossbeam-epoch v0.9.18 |
| 606 | 2026-06-26T04:09:00.964Z | Downloaded float-ord v0.3.2 |
| 607 | 2026-06-26T04:09:00.965Z | Downloaded erased-serde v0.3.31 |
| 608 | 2026-06-26T04:09:00.965Z | Downloaded der_derive v0.7.3 |
| 609 | 2026-06-26T04:09:00.968Z | Downloaded ena v0.14.4 |
| 610 | 2026-06-26T04:09:00.968Z | Downloaded critical-section v1.2.0 |
| 611 | 2026-06-26T04:09:00.968Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 612 | 2026-06-26T04:09:00.968Z | Downloaded convert_case v0.4.0 |
| 613 | 2026-06-26T04:09:00.971Z | Downloaded atomicwrites v0.4.4 |
| 614 | 2026-06-26T04:09:00.971Z | Downloaded ciborium-ll v0.2.2 |
| 615 | 2026-06-26T04:09:00.971Z | Downloaded aead v0.5.2 |
| 616 | 2026-06-26T04:09:00.971Z | Downloaded elliptic-curve v0.13.8 |
| 617 | 2026-06-26T04:09:00.975Z | Downloaded defmt v1.0.1 |
| 618 | 2026-06-26T04:09:00.978Z | Downloaded cfg_aliases v0.2.1 |
| 619 | 2026-06-26T04:09:00.978Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 620 | 2026-06-26T04:09:00.981Z | Downloaded cobs v0.3.0 |
| 621 | 2026-06-26T04:09:00.981Z | Downloaded dtrace-parser v0.3.0 |
| 622 | 2026-06-26T04:09:00.986Z | Downloaded darling_core v0.20.11 |
| 623 | 2026-06-26T04:09:00.986Z | Downloaded crc32fast v1.5.0 |
| 624 | 2026-06-26T04:09:00.990Z | Downloaded derive_builder_core v0.20.2 |
| 625 | 2026-06-26T04:09:00.990Z | Downloaded bit-set v0.8.0 |
| 626 | 2026-06-26T04:09:00.990Z | Downloaded array-init v0.0.4 |
| 627 | 2026-06-26T04:09:00.990Z | Downloaded foreign-types v0.5.0 |
| 628 | 2026-06-26T04:09:00.990Z | Downloaded convert_case v0.10.0 |
| 629 | 2026-06-26T04:09:00.993Z | Downloaded debug-ignore v1.0.5 |
| 630 | 2026-06-26T04:09:00.999Z | Downloaded futures-sink v0.3.32 |
| 631 | 2026-06-26T04:09:01.005Z | Downloaded funty v2.0.0 |
| 632 | 2026-06-26T04:09:01.005Z | Downloaded foreign-types-shared v0.1.1 |
| 633 | 2026-06-26T04:09:01.005Z | Downloaded fallible-iterator v0.2.0 |
| 634 | 2026-06-26T04:09:01.008Z | Downloaded base16ct v0.2.0 |
| 635 | 2026-06-26T04:09:01.013Z | Downloaded futures-executor v0.3.32 |
| 636 | 2026-06-26T04:09:01.013Z | Downloaded cassowary v0.3.0 |
| 637 | 2026-06-26T04:09:01.017Z | Downloaded git-stub v1.0.0 |
| 638 | 2026-06-26T04:09:01.024Z | Downloaded cexpr v0.6.0 |
| 639 | 2026-06-26T04:09:01.024Z | Downloaded backoff v0.4.0 |
| 640 | 2026-06-26T04:09:01.028Z | Downloaded futures-core v0.3.32 |
| 641 | 2026-06-26T04:09:01.028Z | Downloaded dropshot_endpoint v0.17.0 |
| 642 | 2026-06-26T04:09:01.031Z | Downloaded ghash v0.5.1 |
| 643 | 2026-06-26T04:09:01.031Z | Downloaded crc-any v2.5.0 |
| 644 | 2026-06-26T04:09:01.032Z | Downloaded arrayvec v0.7.6 |
| 645 | 2026-06-26T04:09:01.036Z | Downloaded cbc v0.1.2 |
| 646 | 2026-06-26T04:09:01.039Z | Downloaded crossbeam-utils v0.8.21 |
| 647 | 2026-06-26T04:09:01.043Z | Downloaded ciborium-io v0.2.2 |
| 648 | 2026-06-26T04:09:01.043Z | Downloaded chacha20 v0.10.0 |
| 649 | 2026-06-26T04:09:01.046Z | Downloaded diesel_derives v2.3.7 |
| 650 | 2026-06-26T04:09:01.050Z | Downloaded h2 v0.4.13 |
| 651 | 2026-06-26T04:09:01.053Z | Downloaded dropshot-api-manager v0.7.2 |
| 652 | 2026-06-26T04:09:01.058Z | Downloaded crc v3.4.0 |
| 653 | 2026-06-26T04:09:01.062Z | Downloaded hickory-resolver v0.25.2 |
| 654 | 2026-06-26T04:09:01.066Z | Downloaded buf-list v1.1.2 |
| 655 | 2026-06-26T04:09:01.070Z | Downloaded fs-err v2.11.0 |
| 656 | 2026-06-26T04:09:01.073Z | Downloaded camino-tempfile-ext v0.3.3 |
| 657 | 2026-06-26T04:09:01.077Z | Downloaded hyper-tls v0.6.0 |
| 658 | 2026-06-26T04:09:01.080Z | Downloaded group v0.13.0 |
| 659 | 2026-06-26T04:09:01.080Z | Downloaded compression-core v0.4.31 |
| 660 | 2026-06-26T04:09:01.080Z | Downloaded atomic-waker v1.1.2 |
| 661 | 2026-06-26T04:09:01.084Z | Downloaded anstream v0.6.21 |
| 662 | 2026-06-26T04:09:01.087Z | Downloaded blake2 v0.10.6 |
| 663 | 2026-06-26T04:09:01.088Z | Downloaded headers-core v0.3.0 |
| 664 | 2026-06-26T04:09:01.091Z | Downloaded argon2 v0.5.3 |
| 665 | 2026-06-26T04:09:01.091Z | Downloaded constant_time_eq v0.4.2 |
| 666 | 2026-06-26T04:09:01.091Z | Downloaded blowfish v0.9.1 |
| 667 | 2026-06-26T04:09:01.094Z | Downloaded console v0.16.2 |
| 668 | 2026-06-26T04:09:01.095Z | Downloaded ciborium v0.2.2 |
| 669 | 2026-06-26T04:09:01.095Z | Downloaded cancel-safe-futures v0.1.5 |
| 670 | 2026-06-26T04:09:01.099Z | Downloaded globwalk v0.9.1 |
| 671 | 2026-06-26T04:09:01.099Z | Downloaded colored v3.1.1 |
| 672 | 2026-06-26T04:09:01.102Z | Downloaded dirs-sys-next v0.1.2 |
| 673 | 2026-06-26T04:09:01.102Z | Downloaded async-trait v0.1.89 |
| 674 | 2026-06-26T04:09:01.102Z | Downloaded corncobs v0.1.4 |
| 675 | 2026-06-26T04:09:01.107Z | Downloaded fd-lock v4.0.4 |
| 676 | 2026-06-26T04:09:01.107Z | Downloaded bitfield-struct v0.6.2 |
| 677 | 2026-06-26T04:09:01.107Z | Downloaded clang-sys v1.8.1 |
| 678 | 2026-06-26T04:09:01.110Z | Downloaded hostname v0.4.2 |
| 679 | 2026-06-26T04:09:01.110Z | Downloaded byte-wrapper v0.1.0 |
| 680 | 2026-06-26T04:09:01.111Z | Downloaded cipher v0.4.4 |
| 681 | 2026-06-26T04:09:01.111Z | Downloaded fixedbitset v0.4.2 |
| 682 | 2026-06-26T04:09:01.114Z | Downloaded cargo_metadata v0.23.1 |
| 683 | 2026-06-26T04:09:01.114Z | Downloaded arc-swap v1.8.2 |
| 684 | 2026-06-26T04:09:01.118Z | Downloaded ctr v0.9.2 |
| 685 | 2026-06-26T04:09:01.118Z | Downloaded bit-vec v0.6.3 |
| 686 | 2026-06-26T04:09:01.118Z | Downloaded daft-derive v0.1.7 |
| 687 | 2026-06-26T04:09:01.121Z | Downloaded gethostname v0.5.0 |
| 688 | 2026-06-26T04:09:01.121Z | Downloaded daft v0.1.7 |
| 689 | 2026-06-26T04:09:01.125Z | Downloaded chacha20 v0.9.1 |
| 690 | 2026-06-26T04:09:01.125Z | Downloaded bitfield v0.19.4 |
| 691 | 2026-06-26T04:09:01.128Z | Downloaded httpdate v1.0.3 |
| 692 | 2026-06-26T04:09:01.128Z | Downloaded bzip2 v0.4.4 |
| 693 | 2026-06-26T04:09:01.132Z | Downloaded find-msvc-tools v0.1.9 |
| 694 | 2026-06-26T04:09:01.132Z | Downloaded foreign-types v0.3.2 |
| 695 | 2026-06-26T04:09:01.132Z | Downloaded bzip2 v0.6.1 |
| 696 | 2026-06-26T04:09:01.135Z | Downloaded ff v0.13.1 |
| 697 | 2026-06-26T04:09:01.135Z | Downloaded futures-channel v0.3.32 |
| 698 | 2026-06-26T04:09:01.139Z | Downloaded ascii-canvas v3.0.0 |
| 699 | 2026-06-26T04:09:01.139Z | Downloaded httparse v1.10.1 |
| 700 | 2026-06-26T04:09:01.142Z | Downloaded compression-codecs v0.4.37 |
| 701 | 2026-06-26T04:09:01.142Z | Downloaded fatfs v0.3.6 |
| 702 | 2026-06-26T04:09:01.145Z | Downloaded castaway v0.2.4 |
| 703 | 2026-06-26T04:09:01.145Z | Downloaded highway v1.3.0 |
| 704 | 2026-06-26T04:09:01.149Z | Downloaded flagset v0.4.7 |
| 705 | 2026-06-26T04:09:01.149Z | Downloaded embedded-io v0.6.1 |
| 706 | 2026-06-26T04:09:01.153Z | Downloaded heapless v0.8.0 |
| 707 | 2026-06-26T04:09:01.153Z | Downloaded cfg_aliases v0.1.1 |
| 708 | 2026-06-26T04:09:01.153Z | Downloaded base64ct v1.8.3 |
| 709 | 2026-06-26T04:09:01.157Z | Downloaded data-encoding v2.10.0 |
| 710 | 2026-06-26T04:09:01.157Z | Downloaded futures-task v0.3.32 |
| 711 | 2026-06-26T04:09:01.161Z | Downloaded foldhash v0.2.0 |
| 712 | 2026-06-26T04:09:01.161Z | Downloaded cookie v0.18.1 |
| 713 | 2026-06-26T04:09:01.165Z | Downloaded derive_builder_macro v0.20.2 |
| 714 | 2026-06-26T04:09:01.165Z | Downloaded crc-catalog v2.4.0 |
| 715 | 2026-06-26T04:09:01.165Z | Downloaded cookie_store v0.22.1 |
| 716 | 2026-06-26T04:09:01.165Z | Downloaded const_format_proc_macros v0.2.34 |
| 717 | 2026-06-26T04:09:01.169Z | Downloaded cmake v0.1.57 |
| 718 | 2026-06-26T04:09:01.169Z | Downloaded cargo-platform v0.3.2 |
| 719 | 2026-06-26T04:09:01.169Z | Downloaded ahash v0.8.12 |
| 720 | 2026-06-26T04:09:01.172Z | Downloaded defmt-parser v1.0.0 |
| 721 | 2026-06-26T04:09:01.173Z | Downloaded hubpack v0.1.2 |
| 722 | 2026-06-26T04:09:01.173Z | Downloaded enum-as-inner v0.6.1 |
| 723 | 2026-06-26T04:09:01.176Z | Downloaded aes-gcm v0.10.3 |
| 724 | 2026-06-26T04:09:01.176Z | Downloaded console v0.15.11 |
| 725 | 2026-06-26T04:09:01.179Z | Downloaded foldhash v0.1.5 |
| 726 | 2026-06-26T04:09:01.182Z | Downloaded humantime v2.3.0 |
| 727 | 2026-06-26T04:09:01.182Z | Downloaded indent_write v2.2.0 |
| 728 | 2026-06-26T04:09:01.186Z | Downloaded hubpack_derive v0.1.1 |
| 729 | 2026-06-26T04:09:01.186Z | Downloaded hash32 v0.2.1 |
| 730 | 2026-06-26T04:09:01.190Z | Downloaded illumos-nvpair v0.3.0 |
| 731 | 2026-06-26T04:09:01.193Z | Downloaded hyper-staticfile v0.10.1 |
| 732 | 2026-06-26T04:09:01.193Z | Downloaded derive_builder v0.20.2 |
| 733 | 2026-06-26T04:09:01.196Z | Downloaded getrandom v0.2.17 |
| 734 | 2026-06-26T04:09:01.200Z | Downloaded indoc v1.0.9 |
| 735 | 2026-06-26T04:09:01.200Z | Downloaded foreign-types-macros v0.2.3 |
| 736 | 2026-06-26T04:09:01.200Z | Downloaded crypto-bigint v0.5.5 |
| 737 | 2026-06-26T04:09:01.204Z | Downloaded endian-type v0.1.2 |
| 738 | 2026-06-26T04:09:01.204Z | Downloaded darling v0.13.4 |
| 739 | 2026-06-26T04:09:01.209Z | Downloaded const_format v0.2.35 |
| 740 | 2026-06-26T04:09:01.212Z | Downloaded diesel-dtrace v0.5.0 |
| 741 | 2026-06-26T04:09:01.212Z | Downloaded darling v0.21.3 |
| 742 | 2026-06-26T04:09:01.216Z | Downloaded instability v0.3.11 |
| 743 | 2026-06-26T04:09:01.219Z | Downloaded linked-hash-map v0.5.6 |
| 744 | 2026-06-26T04:09:01.223Z | Downloaded fixedbitset v0.5.7 |
| 745 | 2026-06-26T04:09:01.223Z | Downloaded colored v2.2.0 |
| 746 | 2026-06-26T04:09:01.223Z | Downloaded hmac v0.12.1 |
| 747 | 2026-06-26T04:09:01.227Z | Downloaded float-cmp v0.10.0 |
| 748 | 2026-06-26T04:09:01.230Z | Downloaded getrandom v0.3.4 |
| 749 | 2026-06-26T04:09:01.230Z | Downloaded crossbeam-channel v0.5.15 |
| 750 | 2026-06-26T04:09:01.235Z | Downloaded dsl_auto_type v0.2.0 |
| 751 | 2026-06-26T04:09:01.235Z | Downloaded chacha20poly1305 v0.10.1 |
| 752 | 2026-06-26T04:09:01.238Z | Downloaded ed25519 v2.2.3 |
| 753 | 2026-06-26T04:09:01.238Z | Downloaded ingot v0.1.1 |
| 754 | 2026-06-26T04:09:01.238Z | Downloaded ignore v0.4.25 |
| 755 | 2026-06-26T04:09:01.242Z | Downloaded half v1.8.3 |
| 756 | 2026-06-26T04:09:01.242Z | Downloaded fxhash v0.2.1 |
| 757 | 2026-06-26T04:09:01.245Z | Downloaded hyper-rustls v0.27.7 |
| 758 | 2026-06-26T04:09:01.249Z | Downloaded hickory-proto v0.25.2 |
| 759 | 2026-06-26T04:09:01.254Z | Downloaded ipnetwork v0.21.1 |
| 760 | 2026-06-26T04:09:01.258Z | Downloaded libscf-sys v1.1.0 |
| 761 | 2026-06-26T04:09:01.258Z | Downloaded bindgen v0.71.1 |
| 762 | 2026-06-26T04:09:01.262Z | Downloaded newtype-uuid-macros v0.1.0 |
| 763 | 2026-06-26T04:09:01.262Z | Downloaded lock_api v0.4.14 |
| 764 | 2026-06-26T04:09:01.269Z | Downloaded jobserver v0.1.34 |
| 765 | 2026-06-26T04:09:01.269Z | Downloaded hex v0.4.3 |
| 766 | 2026-06-26T04:09:01.278Z | Downloaded nanorand v0.7.0 |
| 767 | 2026-06-26T04:09:01.281Z | Downloaded csv-core v0.1.13 |
| 768 | 2026-06-26T04:09:01.281Z | Downloaded flume v0.11.1 |
| 769 | 2026-06-26T04:09:01.285Z | Downloaded derive-where v1.6.0 |
| 770 | 2026-06-26T04:09:01.288Z | Downloaded base64 v0.22.1 |
| 771 | 2026-06-26T04:09:01.288Z | Downloaded der v0.7.10 |
| 772 | 2026-06-26T04:09:01.293Z | Downloaded derive_more-impl v2.1.1 |
| 773 | 2026-06-26T04:09:01.298Z | Downloaded multimap v0.10.1 |
| 774 | 2026-06-26T04:09:01.298Z | Downloaded indicatif v0.18.4 |
| 775 | 2026-06-26T04:09:01.301Z | Downloaded half v2.7.1 |
| 776 | 2026-06-26T04:09:01.301Z | Downloaded crucible-workspace-hack v0.1.0 |
| 777 | 2026-06-26T04:09:01.301Z | Downloaded crc8 v0.1.1 |
| 778 | 2026-06-26T04:09:01.301Z | Downloaded lru v0.12.5 |
| 779 | 2026-06-26T04:09:01.301Z | Downloaded cc v1.2.56 |
| 780 | 2026-06-26T04:09:01.305Z | Downloaded openssl-probe v0.1.6 |
| 781 | 2026-06-26T04:09:01.305Z | Downloaded derive_more v2.1.1 |
| 782 | 2026-06-26T04:09:01.310Z | Downloaded normalize-line-endings v0.3.0 |
| 783 | 2026-06-26T04:09:01.314Z | Downloaded hickory-server v0.25.2 |
| 784 | 2026-06-26T04:09:01.318Z | Downloaded ident_case v1.0.1 |
| 785 | 2026-06-26T04:09:01.318Z | Downloaded omicron-zone-package v0.12.2 |
| 786 | 2026-06-26T04:09:01.318Z | Downloaded headers v0.4.1 |
| 787 | 2026-06-26T04:09:01.322Z | Downloaded hyper-util v0.1.20 |
| 788 | 2026-06-26T04:09:01.330Z | Downloaded globset v0.4.18 |
| 789 | 2026-06-26T04:09:01.330Z | Downloaded crossterm v0.29.0 |
| 790 | 2026-06-26T04:09:01.334Z | Downloaded hex-literal v0.4.1 |
| 791 | 2026-06-26T04:09:01.334Z | Downloaded glob v0.3.3 |
| 792 | 2026-06-26T04:09:01.334Z | Downloaded defmt-macros v1.0.1 |
| 793 | 2026-06-26T04:09:01.334Z | Downloaded fs_extra v1.3.0 |
| 794 | 2026-06-26T04:09:01.337Z | Downloaded git-stub-vcs v0.1.0 |
| 795 | 2026-06-26T04:09:01.337Z | Downloaded display-error-chain v0.2.2 |
| 796 | 2026-06-26T04:09:01.337Z | Downloaded filetime v0.2.27 |
| 797 | 2026-06-26T04:09:01.337Z | Downloaded async-compression v0.4.41 |
| 798 | 2026-06-26T04:09:01.341Z | Downloaded managed v0.8.0 |
| 799 | 2026-06-26T04:09:01.344Z | Downloaded base64 v0.21.7 |
| 800 | 2026-06-26T04:09:01.344Z | Downloaded hickory-resolver v0.24.4 |
| 801 | 2026-06-26T04:09:01.349Z | Downloaded bumpalo v3.20.2 |
| 802 | 2026-06-26T04:09:01.353Z | Downloaded mime v0.3.17 |
| 803 | 2026-06-26T04:09:01.353Z | Downloaded num-complex v0.4.6 |
| 804 | 2026-06-26T04:09:01.353Z | Downloaded ingot-types v0.1.2 |
| 805 | 2026-06-26T04:09:01.353Z | Downloaded bytes v1.11.1 |
| 806 | 2026-06-26T04:09:01.359Z | Downloaded libm v0.2.16 |
| 807 | 2026-06-26T04:09:01.364Z | Downloaded pbkdf2 v0.12.2 |
| 808 | 2026-06-26T04:09:01.367Z | Downloaded kstat-rs v0.2.4 |
| 809 | 2026-06-26T04:09:01.367Z | Downloaded http-body v1.0.1 |
| 810 | 2026-06-26T04:09:01.367Z | Downloaded compact_str v0.8.1 |
| 811 | 2026-06-26T04:09:01.378Z | Downloaded match_cfg v0.1.0 |
| 812 | 2026-06-26T04:09:01.382Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 813 | 2026-06-26T04:09:01.382Z | Downloaded hashbrown v0.12.3 |
| 814 | 2026-06-26T04:09:01.387Z | Downloaded linear-map v1.2.0 |
| 815 | 2026-06-26T04:09:01.387Z | Downloaded iddqd v0.4.2 |
| 816 | 2026-06-26T04:09:01.390Z | Downloaded p521 v0.13.3 |
| 817 | 2026-06-26T04:09:01.394Z | Downloaded newtype_derive v0.1.6 |
| 818 | 2026-06-26T04:09:01.394Z | Downloaded ingot-macros v0.1.1 |
| 819 | 2026-06-26T04:09:01.394Z | Downloaded http-body-util v0.1.3 |
| 820 | 2026-06-26T04:09:01.397Z | Downloaded aes v0.8.4 |
| 821 | 2026-06-26T04:09:01.397Z | Downloaded maplit v1.0.2 |
| 822 | 2026-06-26T04:09:01.401Z | Downloaded password-hash v0.5.0 |
| 823 | 2026-06-26T04:09:01.401Z | Downloaded phf v0.13.1 |
| 824 | 2026-06-26T04:09:01.401Z | Downloaded is_ci v1.2.0 |
| 825 | 2026-06-26T04:09:01.401Z | Downloaded dof v0.4.0 |
| 826 | 2026-06-26T04:09:01.404Z | Downloaded lzss v0.8.2 |
| 827 | 2026-06-26T04:09:01.404Z | Downloaded darling_macro v0.23.0 |
| 828 | 2026-06-26T04:09:01.405Z | Downloaded futures-macro v0.3.32 |
| 829 | 2026-06-26T04:09:01.405Z | Downloaded iana-time-zone v0.1.65 |
| 830 | 2026-06-26T04:09:01.408Z | Downloaded miniz_oxide v0.8.9 |
| 831 | 2026-06-26T04:09:01.408Z | Downloaded nodrop v0.1.14 |
| 832 | 2026-06-26T04:09:01.412Z | Downloaded md-5 v0.10.6 |
| 833 | 2026-06-26T04:09:01.412Z | Downloaded hashbrown v0.13.2 |
| 834 | 2026-06-26T04:09:01.417Z | Downloaded darling v0.20.11 |
| 835 | 2026-06-26T04:09:01.420Z | Downloaded libefi-sys v0.1.0 |
| 836 | 2026-06-26T04:09:01.420Z | Downloaded dunce v1.0.5 |
| 837 | 2026-06-26T04:09:01.420Z | Downloaded env_logger v0.11.9 |
| 838 | 2026-06-26T04:09:01.420Z | Downloaded memmap2 v0.9.10 |
| 839 | 2026-06-26T04:09:01.424Z | Downloaded num-conv v0.2.0 |
| 840 | 2026-06-26T04:09:01.429Z | Downloaded lalrpop-util v0.19.12 |
| 841 | 2026-06-26T04:09:01.434Z | Downloaded hostname v0.3.1 |
| 842 | 2026-06-26T04:09:01.435Z | Downloaded packed_struct_codegen v0.10.1 |
| 843 | 2026-06-26T04:09:01.435Z | Downloaded openssl-probe v0.2.1 |
| 844 | 2026-06-26T04:09:01.435Z | Downloaded memoffset v0.9.1 |
| 845 | 2026-06-26T04:09:01.439Z | Downloaded foreign-types-shared v0.3.1 |
| 846 | 2026-06-26T04:09:01.439Z | Downloaded libloading v0.8.9 |
| 847 | 2026-06-26T04:09:01.439Z | Downloaded aho-corasick v1.1.4 |
| 848 | 2026-06-26T04:09:01.442Z | Downloaded oso-derive v0.27.3 |
| 849 | 2026-06-26T04:09:01.446Z | Downloaded libsw v3.5.0 |
| 850 | 2026-06-26T04:09:01.454Z | Downloaded nu-ansi-term v0.50.3 |
| 851 | 2026-06-26T04:09:01.460Z | Downloaded parse-size v1.1.0 |
| 852 | 2026-06-26T04:09:01.464Z | Downloaded num_enum_derive v0.5.11 |
| 853 | 2026-06-26T04:09:01.464Z | Downloaded indexmap v1.9.3 |
| 854 | 2026-06-26T04:09:01.468Z | Downloaded futures v0.3.32 |
| 855 | 2026-06-26T04:09:01.471Z | Downloaded inout v0.1.4 |
| 856 | 2026-06-26T04:09:01.471Z | Downloaded home v0.5.12 |
| 857 | 2026-06-26T04:09:01.475Z | Downloaded new_debug_unreachable v1.0.6 |
| 858 | 2026-06-26T04:09:01.475Z | Downloaded dirs-next v2.0.0 |
| 859 | 2026-06-26T04:09:01.475Z | Downloaded predicates v3.1.4 |
| 860 | 2026-06-26T04:09:01.484Z | Downloaded progenitor-macro v0.13.0 |
| 861 | 2026-06-26T04:09:01.488Z | Downloaded postcard v1.1.3 |
| 862 | 2026-06-26T04:09:01.488Z | Downloaded crossterm v0.28.1 |
| 863 | 2026-06-26T04:09:01.493Z | Downloaded pin-project-internal v1.1.11 |
| 864 | 2026-06-26T04:09:01.497Z | Downloaded opaque-debug v0.3.1 |
| 865 | 2026-06-26T04:09:01.497Z | Downloaded olpc-cjson v0.1.4 |
| 866 | 2026-06-26T04:09:01.497Z | Downloaded num_enum v0.5.11 |
| 867 | 2026-06-26T04:09:01.497Z | Downloaded polyval v0.6.2 |
| 868 | 2026-06-26T04:09:01.500Z | Downloaded precomputed-hash v0.1.1 |
| 869 | 2026-06-26T04:09:01.500Z | Downloaded parking_lot_core v0.8.6 |
| 870 | 2026-06-26T04:09:01.500Z | Downloaded hickory-proto v0.24.4 |
| 871 | 2026-06-26T04:09:01.528Z | Downloaded pin-utils v0.1.0 |
| 872 | 2026-06-26T04:09:01.535Z | Downloaded dropshot v0.17.0 |
| 873 | 2026-06-26T04:09:01.535Z | Downloaded md5 v0.7.0 |
| 874 | 2026-06-26T04:09:01.535Z | Downloaded instant v0.1.13 |
| 875 | 2026-06-26T04:09:01.535Z | Downloaded internet-checksum v0.2.1 |
| 876 | 2026-06-26T04:09:01.535Z | Downloaded downcast-rs v2.0.2 |
| 877 | 2026-06-26T04:09:01.535Z | Downloaded multer v3.1.0 |
| 878 | 2026-06-26T04:09:01.535Z | Downloaded pbkdf2 v0.11.0 |
| 879 | 2026-06-26T04:09:01.535Z | Downloaded libsw-core v0.3.2 |
| 880 | 2026-06-26T04:09:01.535Z | Downloaded pem v3.0.6 |
| 881 | 2026-06-26T04:09:01.535Z | Downloaded darling_macro v0.21.3 |
| 882 | 2026-06-26T04:09:01.539Z | Downloaded diesel v2.3.7 |
| 883 | 2026-06-26T04:09:01.546Z | Downloaded radium v0.7.0 |
| 884 | 2026-06-26T04:09:01.549Z | Downloaded peg-runtime v0.8.5 |
| 885 | 2026-06-26T04:09:01.549Z | Downloaded lru-cache v0.1.2 |
| 886 | 2026-06-26T04:09:01.550Z | Downloaded crunchy v0.2.4 |
| 887 | 2026-06-26T04:09:01.550Z | Downloaded either v1.15.0 |
| 888 | 2026-06-26T04:09:01.554Z | Downloaded parking_lot_core v0.9.12 |
| 889 | 2026-06-26T04:09:01.557Z | Downloaded futures-util v0.3.32 |
| 890 | 2026-06-26T04:09:01.562Z | Downloaded peg v0.8.5 |
| 891 | 2026-06-26T04:09:01.566Z | Downloaded newline-converter v0.3.0 |
| 892 | 2026-06-26T04:09:01.566Z | Downloaded packed_struct v0.10.1 |
| 893 | 2026-06-26T04:09:01.570Z | Downloaded pkcs8 v0.10.2 |
| 894 | 2026-06-26T04:09:01.570Z | Downloaded nibble_vec v0.1.0 |
| 895 | 2026-06-26T04:09:01.570Z | Downloaded hashbrown v0.16.1 |
| 896 | 2026-06-26T04:09:01.573Z | Downloaded openssl-macros v0.1.1 |
| 897 | 2026-06-26T04:09:01.577Z | Downloaded parking_lot v0.11.2 |
| 898 | 2026-06-26T04:09:01.577Z | Downloaded progenitor v0.13.0 |
| 899 | 2026-06-26T04:09:01.577Z | Downloaded libbz2-rs-sys v0.2.2 |
| 900 | 2026-06-26T04:09:01.587Z | Downloaded pkcs5 v0.7.1 |
| 901 | 2026-06-26T04:09:01.593Z | Downloaded jiff-static v0.2.21 |
| 902 | 2026-06-26T04:09:01.597Z | Downloaded polar-core v0.27.3 |
| 903 | 2026-06-26T04:09:01.603Z | Downloaded document-features v0.2.12 |
| 904 | 2026-06-26T04:09:01.607Z | Downloaded p256 v0.13.2 |
| 905 | 2026-06-26T04:09:01.607Z | Downloaded http-range v0.1.5 |
| 906 | 2026-06-26T04:09:01.607Z | Downloaded postgres-types v0.2.12 |
| 907 | 2026-06-26T04:09:01.611Z | Downloaded nix v0.31.2 |
| 908 | 2026-06-26T04:09:01.615Z | Downloaded prefix-trie v0.7.0 |
| 909 | 2026-06-26T04:09:01.618Z | Downloaded ref-cast-impl v1.0.25 |
| 910 | 2026-06-26T04:09:01.618Z | Downloaded hash32 v0.3.1 |
| 911 | 2026-06-26T04:09:01.621Z | Downloaded object v0.30.4 |
| 912 | 2026-06-26T04:09:01.625Z | Downloaded russh-cryptovec v0.7.3 |
| 913 | 2026-06-26T04:09:01.628Z | Downloaded rand v0.9.2 |
| 914 | 2026-06-26T04:09:01.628Z | Downloaded postgres-protocol v0.6.10 |
| 915 | 2026-06-26T04:09:01.631Z | Downloaded is-terminal v0.4.17 |
| 916 | 2026-06-26T04:09:01.631Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 917 | 2026-06-26T04:09:01.631Z | Downloaded num-bigint v0.4.6 |
| 918 | 2026-06-26T04:09:01.635Z | Downloaded native-tls v0.2.18 |
| 919 | 2026-06-26T04:09:01.635Z | Downloaded darling_core v0.23.0 |
| 920 | 2026-06-26T04:09:01.638Z | Downloaded futures-io v0.3.32 |
| 921 | 2026-06-26T04:09:01.638Z | Downloaded rustc-hash v2.1.1 |
| 922 | 2026-06-26T04:09:01.643Z | Downloaded rfc6979 v0.4.0 |
| 923 | 2026-06-26T04:09:01.643Z | Downloaded progenitor-extras v0.2.0 |
| 924 | 2026-06-26T04:09:01.643Z | Downloaded lazy_static v1.5.0 |
| 925 | 2026-06-26T04:09:01.646Z | Downloaded iri-string v0.7.10 |
| 926 | 2026-06-26T04:09:01.653Z | Downloaded num-iter v0.1.45 |
| 927 | 2026-06-26T04:09:01.653Z | Downloaded darling_core v0.13.4 |
| 928 | 2026-06-26T04:09:01.657Z | Downloaded libxml v0.3.3 |
| 929 | 2026-06-26T04:09:01.657Z | Downloaded pretty_assertions v1.4.1 |
| 930 | 2026-06-26T04:09:01.660Z | Downloaded nom v8.0.0 |
| 931 | 2026-06-26T04:09:01.670Z | Downloaded ron v0.8.1 |
| 932 | 2026-06-26T04:09:01.673Z | Downloaded rustls-pki-types v1.14.0 |
| 933 | 2026-06-26T04:09:01.676Z | Downloaded ref-cast v1.0.25 |
| 934 | 2026-06-26T04:09:01.680Z | Downloaded num v0.4.3 |
| 935 | 2026-06-26T04:09:01.680Z | Downloaded lru-slab v0.1.2 |
| 936 | 2026-06-26T04:09:01.680Z | Downloaded darling_macro v0.20.11 |
| 937 | 2026-06-26T04:09:01.680Z | Downloaded keccak v0.1.6 |
| 938 | 2026-06-26T04:09:01.683Z | Downloaded nonempty v0.12.0 |
| 939 | 2026-06-26T04:09:01.683Z | Downloaded maybe-uninit v2.0.0 |
| 940 | 2026-06-26T04:09:01.683Z | Downloaded password-hash v0.4.2 |
| 941 | 2026-06-26T04:09:01.683Z | Downloaded oso v0.27.3 |
| 942 | 2026-06-26T04:09:01.687Z | Downloaded rand_chacha v0.9.0 |
| 943 | 2026-06-26T04:09:01.687Z | Downloaded itertools v0.13.0 |
| 944 | 2026-06-26T04:09:01.690Z | Downloaded phf_shared v0.11.3 |
| 945 | 2026-06-26T04:09:01.694Z | Downloaded rand_seeder v0.4.0 |
| 946 | 2026-06-26T04:09:01.694Z | Downloaded indoc v2.0.7 |
| 947 | 2026-06-26T04:09:01.697Z | Downloaded num_enum v0.7.6 |
| 948 | 2026-06-26T04:09:01.700Z | Downloaded num-derive v0.4.2 |
| 949 | 2026-06-26T04:09:01.700Z | Downloaded http v1.4.0 |
| 950 | 2026-06-26T04:09:01.704Z | Downloaded num-derive v0.3.3 |
| 951 | 2026-06-26T04:09:01.704Z | Downloaded aws-lc-rs v1.16.3 |
| 952 | 2026-06-26T04:09:01.708Z | Downloaded salsa20 v0.10.2 |
| 953 | 2026-06-26T04:09:01.711Z | Downloaded oxnet v0.1.6 |
| 954 | 2026-06-26T04:09:01.712Z | Downloaded same-file v1.0.6 |
| 955 | 2026-06-26T04:09:01.712Z | Downloaded owo-colors v4.3.0 |
| 956 | 2026-06-26T04:09:01.715Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 957 | 2026-06-26T04:09:01.715Z | Downloaded num-integer v0.1.46 |
| 958 | 2026-06-26T04:09:01.715Z | Downloaded phf_shared v0.12.1 |
| 959 | 2026-06-26T04:09:01.719Z | Downloaded ipnet v2.11.0 |
| 960 | 2026-06-26T04:09:01.719Z | Downloaded pkg-config v0.3.32 |
| 961 | 2026-06-26T04:09:01.719Z | Downloaded peg-macros v0.8.5 |
| 962 | 2026-06-26T04:09:01.722Z | Downloaded sapling-renderdag v0.1.0 |
| 963 | 2026-06-26T04:09:01.722Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 964 | 2026-06-26T04:09:01.722Z | Downloaded scheduled-thread-pool v0.2.7 |
| 965 | 2026-06-26T04:09:01.726Z | Downloaded paste v1.0.15 |
| 966 | 2026-06-26T04:09:01.726Z | Downloaded prettyplease v0.2.37 |
| 967 | 2026-06-26T04:09:01.734Z | Downloaded rustls-native-certs v0.8.3 |
| 968 | 2026-06-26T04:09:01.739Z | Downloaded rustls-pemfile v1.0.4 |
| 969 | 2026-06-26T04:09:01.739Z | Downloaded path-slash v0.1.5 |
| 970 | 2026-06-26T04:09:01.739Z | Downloaded parse-display v0.10.0 |
| 971 | 2026-06-26T04:09:01.743Z | Downloaded predicates-tree v1.0.13 |
| 972 | 2026-06-26T04:09:01.743Z | Downloaded powerfmt v0.2.0 |
| 973 | 2026-06-26T04:09:01.746Z | Downloaded phf_shared v0.13.1 |
| 974 | 2026-06-26T04:09:01.747Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 975 | 2026-06-26T04:09:01.751Z | Downloaded pkcs1 v0.7.5 |
| 976 | 2026-06-26T04:09:01.755Z | Downloaded rand_xorshift v0.4.0 |
| 977 | 2026-06-26T04:09:01.759Z | Downloaded proc-macro-error2 v2.0.1 |
| 978 | 2026-06-26T04:09:01.759Z | Downloaded progenitor-macro v0.14.0 |
| 979 | 2026-06-26T04:09:01.763Z | Downloaded quick-error v1.2.3 |
| 980 | 2026-06-26T04:09:01.768Z | Downloaded r2d2 v0.8.10 |
| 981 | 2026-06-26T04:09:01.768Z | Downloaded progenitor v0.14.0 |
| 982 | 2026-06-26T04:09:01.772Z | Downloaded num_enum_derive v0.7.6 |
| 983 | 2026-06-26T04:09:01.772Z | Downloaded rustc_version v0.4.1 |
| 984 | 2026-06-26T04:09:01.772Z | Downloaded rusty-fork v0.3.1 |
| 985 | 2026-06-26T04:09:01.772Z | Downloaded itertools v0.10.5 |
| 986 | 2026-06-26T04:09:01.777Z | Downloaded num_threads v0.1.7 |
| 987 | 2026-06-26T04:09:01.780Z | Downloaded openssl-sys v0.9.115 |
| 988 | 2026-06-26T04:09:01.785Z | Downloaded serde_cbor v0.11.2 |
| 989 | 2026-06-26T04:09:01.788Z | Downloaded progenitor-impl v0.14.0 |
| 990 | 2026-06-26T04:09:01.792Z | Downloaded rand_chacha v0.3.1 |
| 991 | 2026-06-26T04:09:01.792Z | Downloaded signal-hook-mio v0.2.5 |
| 992 | 2026-06-26T04:09:01.795Z | Downloaded sha1 v0.10.6 |
| 993 | 2026-06-26T04:09:01.796Z | Downloaded proc-macro-crate v1.3.1 |
| 994 | 2026-06-26T04:09:01.799Z | Downloaded parking_lot v0.12.5 |
| 995 | 2026-06-26T04:09:01.805Z | Downloaded resolv-conf v0.7.6 |
| 996 | 2026-06-26T04:09:01.810Z | Downloaded hkdf v0.12.4 |
| 997 | 2026-06-26T04:09:01.810Z | Downloaded progenitor-client v0.14.0 |
| 998 | 2026-06-26T04:09:01.810Z | Downloaded quick-xml v0.37.5 |
| 999 | 2026-06-26T04:09:01.813Z | Downloaded poly1305 v0.8.0 |
| 1000 | 2026-06-26T04:09:01.813Z | Downloaded git2 v0.20.4 |
| 1001 | 2026-06-26T04:09:01.820Z | Downloaded primeorder v0.13.6 |
| 1002 | 2026-06-26T04:09:01.823Z | Downloaded phf v0.12.1 |
| 1003 | 2026-06-26T04:09:01.823Z | Downloaded slog-bunyan v2.5.0 |
| 1004 | 2026-06-26T04:09:01.823Z | Downloaded serde_path_to_error v0.1.20 |
| 1005 | 2026-06-26T04:09:01.823Z | Downloaded rand_core v0.9.5 |
| 1006 | 2026-06-26T04:09:01.823Z | Downloaded sec1 v0.7.3 |
| 1007 | 2026-06-26T04:09:01.827Z | Downloaded mime_guess v2.0.5 |
| 1008 | 2026-06-26T04:09:01.827Z | Downloaded psm v0.1.30 |
| 1009 | 2026-06-26T04:09:01.830Z | Downloaded pin-project-lite v0.2.17 |
| 1010 | 2026-06-26T04:09:01.830Z | Downloaded serde_plain v1.0.2 |
| 1011 | 2026-06-26T04:09:01.834Z | Downloaded rcgen v0.12.1 |
| 1012 | 2026-06-26T04:09:01.834Z | Downloaded recursive v0.1.1 |
| 1013 | 2026-06-26T04:09:01.834Z | Downloaded predicates-core v1.0.10 |
| 1014 | 2026-06-26T04:09:01.838Z | Downloaded rustls-pemfile v2.2.0 |
| 1015 | 2026-06-26T04:09:01.839Z | Downloaded num-rational v0.4.2 |
| 1016 | 2026-06-26T04:09:01.839Z | Downloaded parse-display-derive v0.10.0 |
| 1017 | 2026-06-26T04:09:01.842Z | Downloaded mio v1.2.0 |
| 1018 | 2026-06-26T04:09:01.842Z | Downloaded hashbrown v0.15.5 |
| 1019 | 2026-06-26T04:09:01.847Z | Downloaded chrono v0.4.44 |
| 1020 | 2026-06-26T04:09:01.850Z | Downloaded slog-envlogger v2.2.0 |
| 1021 | 2026-06-26T04:09:01.856Z | Downloaded serde_repr v0.1.20 |
| 1022 | 2026-06-26T04:09:01.868Z | Downloaded serde_spanned v1.0.4 |
| 1023 | 2026-06-26T04:09:01.872Z | Downloaded strsim v0.10.0 |
| 1024 | 2026-06-26T04:09:01.875Z | Downloaded semver v0.1.20 |
| 1025 | 2026-06-26T04:09:01.875Z | Downloaded shell-words v1.1.1 |
| 1026 | 2026-06-26T04:09:01.875Z | Downloaded psl-types v2.0.11 |
| 1027 | 2026-06-26T04:09:01.878Z | Downloaded heapless v0.7.17 |
| 1028 | 2026-06-26T04:09:01.878Z | Downloaded strum v0.26.3 |
| 1029 | 2026-06-26T04:09:01.881Z | Downloaded sqlparser_derive v0.5.0 |
| 1030 | 2026-06-26T04:09:01.882Z | Downloaded sigpipe v0.1.3 |
| 1031 | 2026-06-26T04:09:01.882Z | Downloaded progenitor-client v0.13.0 |
| 1032 | 2026-06-26T04:09:01.882Z | Downloaded quinn-udp v0.5.14 |
| 1033 | 2026-06-26T04:09:01.885Z | Downloaded quinn v0.11.9 |
| 1034 | 2026-06-26T04:09:01.885Z | Downloaded serde-hex v0.1.0 |
| 1035 | 2026-06-26T04:09:01.890Z | Downloaded rayon-core v1.13.0 |
| 1036 | 2026-06-26T04:09:01.890Z | Downloaded ppv-lite86 v0.2.21 |
| 1037 | 2026-06-26T04:09:01.893Z | Downloaded publicsuffix v2.3.0 |
| 1038 | 2026-06-26T04:09:01.893Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1039 | 2026-06-26T04:09:01.893Z | Downloaded strum v0.27.2 |
| 1040 | 2026-06-26T04:09:01.893Z | Downloaded rtoolbox v0.0.3 |
| 1041 | 2026-06-26T04:09:01.893Z | Downloaded pin-project v1.1.11 |
| 1042 | 2026-06-26T04:09:01.900Z | Downloaded ssh-encoding v0.2.0 |
| 1043 | 2026-06-26T04:09:01.903Z | Downloaded slab v0.4.12 |
| 1044 | 2026-06-26T04:09:01.903Z | Downloaded pem-rfc7468 v0.7.0 |
| 1045 | 2026-06-26T04:09:01.906Z | Downloaded minimal-lexical v0.2.1 |
| 1046 | 2026-06-26T04:09:01.906Z | Downloaded scroll v0.13.0 |
| 1047 | 2026-06-26T04:09:01.910Z | Downloaded slog-async v2.8.0 |
| 1048 | 2026-06-26T04:09:01.910Z | Downloaded rustc_version v0.1.7 |
| 1049 | 2026-06-26T04:09:01.910Z | Downloaded newtype-uuid v1.3.2 |
| 1050 | 2026-06-26T04:09:01.913Z | Downloaded proc-macro-crate v3.4.0 |
| 1051 | 2026-06-26T04:09:01.913Z | Downloaded smallvec v0.6.14 |
| 1052 | 2026-06-26T04:09:01.913Z | Downloaded litrs v1.0.0 |
| 1053 | 2026-06-26T04:09:01.917Z | Downloaded shlex v1.3.0 |
| 1054 | 2026-06-26T04:09:01.917Z | Downloaded slog-term v2.9.2 |
| 1055 | 2026-06-26T04:09:01.929Z | Downloaded signature v2.2.0 |
| 1056 | 2026-06-26T04:09:01.934Z | Downloaded blake3 v1.8.5 |
| 1057 | 2026-06-26T04:09:01.937Z | Downloaded stacker v0.1.23 |
| 1058 | 2026-06-26T04:09:01.937Z | Downloaded snafu-derive v0.8.9 |
| 1059 | 2026-06-26T04:09:01.943Z | Downloaded smf v0.2.3 |
| 1060 | 2026-06-26T04:09:01.943Z | Downloaded papergrid v0.17.0 |
| 1061 | 2026-06-26T04:09:01.947Z | Downloaded take_mut v0.2.2 |
| 1062 | 2026-06-26T04:09:01.947Z | Downloaded serde-big-array v0.5.1 |
| 1063 | 2026-06-26T04:09:01.947Z | Downloaded rand_core v0.6.4 |
| 1064 | 2026-06-26T04:09:01.947Z | Downloaded itertools v0.14.0 |
| 1065 | 2026-06-26T04:09:01.951Z | Downloaded strum_macros v0.24.3 |
| 1066 | 2026-06-26T04:09:01.951Z | Downloaded hyper v1.8.1 |
| 1067 | 2026-06-26T04:09:01.958Z | Downloaded qorb v0.4.1 |
| 1068 | 2026-06-26T04:09:01.965Z | Downloaded supports-color v3.0.2 |
| 1069 | 2026-06-26T04:09:01.965Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1070 | 2026-06-26T04:09:01.965Z | Downloaded siphasher v1.0.2 |
| 1071 | 2026-06-26T04:09:01.970Z | Downloaded nom v7.1.3 |
| 1072 | 2026-06-26T04:09:01.974Z | Downloaded slog-json v2.6.1 |
| 1073 | 2026-06-26T04:09:01.974Z | Downloaded termtree v0.5.1 |
| 1074 | 2026-06-26T04:09:01.978Z | Downloaded tinyvec_macros v0.1.1 |
| 1075 | 2026-06-26T04:09:01.981Z | Downloaded serde_with_macros v1.5.2 |
| 1076 | 2026-06-26T04:09:01.981Z | Downloaded sync-ptr v0.1.4 |
| 1077 | 2026-06-26T04:09:01.981Z | Downloaded structmeta v0.3.0 |
| 1078 | 2026-06-26T04:09:01.985Z | Downloaded ssh-cipher v0.2.0 |
| 1079 | 2026-06-26T04:09:01.985Z | Downloaded tagptr v0.2.0 |
| 1080 | 2026-06-26T04:09:01.990Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1081 | 2026-06-26T04:09:01.990Z | Downloaded p384 v0.13.1 |
| 1082 | 2026-06-26T04:09:01.994Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1083 | 2026-06-26T04:09:01.994Z | Downloaded schemars_derive v0.8.22 |
| 1084 | 2026-06-26T04:09:01.998Z | Downloaded num-bigint-dig v0.8.6 |
| 1085 | 2026-06-26T04:09:01.998Z | Downloaded tokio-test v0.4.5 |
| 1086 | 2026-06-26T04:09:02.018Z | Downloaded testing_table v0.3.0 |
| 1087 | 2026-06-26T04:09:02.021Z | Downloaded time-core v0.1.8 |
| 1088 | 2026-06-26T04:09:02.021Z | Downloaded serde_urlencoded v0.7.1 |
| 1089 | 2026-06-26T04:09:02.021Z | Downloaded tokio-macros v2.7.0 |
| 1090 | 2026-06-26T04:09:02.021Z | Downloaded seq-macro v0.3.6 |
| 1091 | 2026-06-26T04:09:02.021Z | Downloaded stringprep v0.1.5 |
| 1092 | 2026-06-26T04:09:02.021Z | Downloaded spki v0.7.3 |
| 1093 | 2026-06-26T04:09:02.022Z | Downloaded rand_core v0.10.0 |
| 1094 | 2026-06-26T04:09:02.022Z | Downloaded similar v2.7.0 |
| 1095 | 2026-06-26T04:09:02.022Z | Downloaded support-bundle-viewer v0.1.2 |
| 1096 | 2026-06-26T04:09:02.027Z | Downloaded scrypt v0.11.0 |
| 1097 | 2026-06-26T04:09:02.027Z | Downloaded tap v1.0.1 |
| 1098 | 2026-06-26T04:09:02.027Z | Downloaded scopeguard v1.2.0 |
| 1099 | 2026-06-26T04:09:02.034Z | Downloaded itertools v0.12.1 |
| 1100 | 2026-06-26T04:09:02.038Z | Downloaded strum_macros v0.26.4 |
| 1101 | 2026-06-26T04:09:02.042Z | Downloaded secrecy v0.8.0 |
| 1102 | 2026-06-26T04:09:02.042Z | Downloaded rand v0.10.0 |
| 1103 | 2026-06-26T04:09:02.042Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-06-26T04:09:02.046Z | Downloaded tokio-tungstenite v0.23.1 |
| 1105 | 2026-06-26T04:09:02.046Z | Downloaded static_assertions v1.1.0 |
| 1106 | 2026-06-26T04:09:02.046Z | Downloaded serde_derive_internals v0.29.1 |
| 1107 | 2026-06-26T04:09:02.049Z | Downloaded rsa v0.9.10 |
| 1108 | 2026-06-26T04:09:02.049Z | Downloaded string_cache v0.8.9 |
| 1109 | 2026-06-26T04:09:02.054Z | Downloaded socket2 v0.6.3 |
| 1110 | 2026-06-26T04:09:02.054Z | Downloaded tower-service v0.3.3 |
| 1111 | 2026-06-26T04:09:02.054Z | Downloaded sct v0.7.1 |
| 1112 | 2026-06-26T04:09:02.058Z | Downloaded tower-layer v0.3.3 |
| 1113 | 2026-06-26T04:09:02.062Z | Downloaded thread_local v1.1.9 |
| 1114 | 2026-06-26T04:09:02.066Z | Downloaded schemars v1.2.1 |
| 1115 | 2026-06-26T04:09:02.074Z | Downloaded unarray v0.1.4 |
| 1116 | 2026-06-26T04:09:02.077Z | Downloaded trait-variant v0.1.2 |
| 1117 | 2026-06-26T04:09:02.077Z | Downloaded subprocess v0.2.15 |
| 1118 | 2026-06-26T04:09:02.081Z | Downloaded term v1.2.1 |
| 1119 | 2026-06-26T04:09:02.084Z | Downloaded untrusted v0.9.0 |
| 1120 | 2026-06-26T04:09:02.084Z | Downloaded untrusted v0.7.1 |
| 1121 | 2026-06-26T04:09:02.088Z | Downloaded tls_codec_derive v0.4.2 |
| 1122 | 2026-06-26T04:09:02.088Z | Downloaded thiserror-no-std v2.0.2 |
| 1123 | 2026-06-26T04:09:02.093Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1124 | 2026-06-26T04:09:02.093Z | Downloaded tls_codec v0.4.2 |
| 1125 | 2026-06-26T04:09:02.094Z | Downloaded tiny-keccak v2.0.2 |
| 1126 | 2026-06-26T04:09:02.097Z | Downloaded usdt-macro v0.6.0 |
| 1127 | 2026-06-26T04:09:02.097Z | Downloaded rustversion v1.0.22 |
| 1128 | 2026-06-26T04:09:02.097Z | Downloaded signal-hook-tokio v0.3.1 |
| 1129 | 2026-06-26T04:09:02.100Z | Downloaded sync_wrapper v1.0.2 |
| 1130 | 2026-06-26T04:09:02.100Z | Downloaded usdt v0.6.0 |
| 1131 | 2026-06-26T04:09:02.104Z | Downloaded usdt-attr-macro v0.6.0 |
| 1132 | 2026-06-26T04:09:02.108Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1133 | 2026-06-26T04:09:02.113Z | Downloaded scroll_derive v0.13.1 |
| 1134 | 2026-06-26T04:09:02.113Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1135 | 2026-06-26T04:09:02.116Z | Downloaded signal-hook v0.3.18 |
| 1136 | 2026-06-26T04:09:02.116Z | Downloaded rand v0.8.6 |
| 1137 | 2026-06-26T04:09:02.117Z | Downloaded term v0.7.0 |
| 1138 | 2026-06-26T04:09:02.121Z | Downloaded time-macros v0.2.27 |
| 1139 | 2026-06-26T04:09:02.125Z | Downloaded ryu v1.0.23 |
| 1140 | 2026-06-26T04:09:02.125Z | Downloaded schemars v0.8.22 |
| 1141 | 2026-06-26T04:09:02.133Z | Downloaded subtle v2.6.1 |
| 1142 | 2026-06-26T04:09:02.133Z | Downloaded socket2 v0.5.10 |
| 1143 | 2026-06-26T04:09:02.133Z | Downloaded serde_bytes v0.11.19 |
| 1144 | 2026-06-26T04:09:02.137Z | Downloaded wait-timeout v0.2.1 |
| 1145 | 2026-06-26T04:09:02.141Z | Downloaded want v0.3.1 |
| 1146 | 2026-06-26T04:09:02.144Z | Downloaded void v1.0.2 |
| 1147 | 2026-06-26T04:09:02.148Z | Downloaded schemars v0.9.0 |
| 1148 | 2026-06-26T04:09:02.152Z | Downloaded unit-prefix v0.5.2 |
| 1149 | 2026-06-26T04:09:02.155Z | Downloaded typify-macro v0.6.2 |
| 1150 | 2026-06-26T04:09:02.156Z | Downloaded russh-keys v0.45.0 |
| 1151 | 2026-06-26T04:09:02.156Z | Downloaded secrecy v0.10.3 |
| 1152 | 2026-06-26T04:09:02.159Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1153 | 2026-06-26T04:09:02.159Z | Downloaded utf-8 v0.7.6 |
| 1154 | 2026-06-26T04:09:02.162Z | Downloaded tokio-rustls v0.25.0 |
| 1155 | 2026-06-26T04:09:02.162Z | Downloaded tui-tree-widget v0.23.1 |
| 1156 | 2026-06-26T04:09:02.166Z | Downloaded unicode-truncate v1.1.0 |
| 1157 | 2026-06-26T04:09:02.166Z | Downloaded try-lock v0.2.5 |
| 1158 | 2026-06-26T04:09:02.169Z | Downloaded slog-scope v4.4.1 |
| 1159 | 2026-06-26T04:09:02.169Z | Downloaded unicase v2.9.0 |
| 1160 | 2026-06-26T04:09:02.172Z | Downloaded toml v0.7.8 |
| 1161 | 2026-06-26T04:09:02.177Z | Downloaded structmeta-derive v0.3.0 |
| 1162 | 2026-06-26T04:09:02.183Z | Downloaded progenitor-impl v0.13.0 |
| 1163 | 2026-06-26T04:09:02.188Z | Downloaded vergen-git2 v9.1.0 |
| 1164 | 2026-06-26T04:09:02.188Z | Downloaded topological-sort v0.2.2 |
| 1165 | 2026-06-26T04:09:02.188Z | Downloaded tabled_derive v0.11.0 |
| 1166 | 2026-06-26T04:09:02.188Z | Downloaded xattr v1.6.1 |
| 1167 | 2026-06-26T04:09:02.191Z | Downloaded moka v0.12.13 |
| 1168 | 2026-06-26T04:09:02.194Z | Downloaded tokio-rustls v0.26.4 |
| 1169 | 2026-06-26T04:09:02.195Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1170 | 2026-06-26T04:09:02.198Z | Downloaded waitgroup v0.1.2 |
| 1171 | 2026-06-26T04:09:02.198Z | Downloaded test-strategy v0.4.5 |
| 1172 | 2026-06-26T04:09:02.201Z | Downloaded tracing-attributes v0.1.31 |
| 1173 | 2026-06-26T04:09:02.204Z | Downloaded universal-hash v0.5.1 |
| 1174 | 2026-06-26T04:09:02.208Z | Downloaded zone v0.3.1 |
| 1175 | 2026-06-26T04:09:02.208Z | Downloaded xshell-macros v0.2.7 |
| 1176 | 2026-06-26T04:09:02.208Z | Downloaded russh v0.45.0 |
| 1177 | 2026-06-26T04:09:02.212Z | Downloaded slog-stdlog v4.1.1 |
| 1178 | 2026-06-26T04:09:02.212Z | Downloaded slog-dtrace v0.3.0 |
| 1179 | 2026-06-26T04:09:02.212Z | Downloaded simd-adler32 v0.3.8 |
| 1180 | 2026-06-26T04:09:02.212Z | Downloaded uzers v0.12.2 |
| 1181 | 2026-06-26T04:09:02.216Z | Downloaded rustyline v14.0.0 |
| 1182 | 2026-06-26T04:09:02.220Z | Downloaded tokio-tungstenite v0.21.0 |
| 1183 | 2026-06-26T04:09:02.220Z | Downloaded termios v0.3.3 |
| 1184 | 2026-06-26T04:09:02.220Z | Downloaded signal-hook-registry v1.4.8 |
| 1185 | 2026-06-26T04:09:02.225Z | Downloaded vergen-gitcl v1.0.8 |
| 1186 | 2026-06-26T04:09:02.229Z | Downloaded whoami v1.6.1 |
| 1187 | 2026-06-26T04:09:02.229Z | Downloaded zone_cfg_derive v0.3.1 |
| 1188 | 2026-06-26T04:09:02.229Z | Downloaded vergen-lib v0.1.6 |
| 1189 | 2026-06-26T04:09:02.229Z | Downloaded zeroize_derive v1.4.3 |
| 1190 | 2026-06-26T04:09:02.232Z | Downloaded vergen-lib v9.1.0 |
| 1191 | 2026-06-26T04:09:02.232Z | Downloaded twox-hash v2.1.2 |
| 1192 | 2026-06-26T04:09:02.232Z | Downloaded usdt-impl v0.6.0 |
| 1193 | 2026-06-26T04:09:02.235Z | Downloaded wyz v0.5.1 |
| 1194 | 2026-06-26T04:09:02.236Z | Downloaded serde_with_macros v3.17.0 |
| 1195 | 2026-06-26T04:09:02.239Z | Downloaded tar v0.4.45 |
| 1196 | 2026-06-26T04:09:02.242Z | Downloaded xshell v0.2.7 |
| 1197 | 2026-06-26T04:09:02.245Z | Downloaded walkdir v2.5.0 |
| 1198 | 2026-06-26T04:09:02.245Z | Downloaded tinyvec v1.10.0 |
| 1199 | 2026-06-26T04:09:02.249Z | Downloaded reqwest v0.12.28 |
| 1200 | 2026-06-26T04:09:02.260Z | Downloaded tokio-stream v0.1.18 |
| 1201 | 2026-06-26T04:09:02.265Z | Downloaded zeroize v1.8.2 |
| 1202 | 2026-06-26T04:09:02.269Z | Downloaded tokio-rustls v0.24.1 |
| 1203 | 2026-06-26T04:09:02.269Z | Downloaded zstd v0.13.3 |
| 1204 | 2026-06-26T04:09:02.269Z | Downloaded whoami v2.1.0 |
| 1205 | 2026-06-26T04:09:02.273Z | Downloaded vergen v9.1.0 |
| 1206 | 2026-06-26T04:09:02.273Z | Downloaded portable-atomic v1.13.1 |
| 1207 | 2026-06-26T04:09:02.277Z | Downloaded zstd-safe v7.2.4 |
| 1208 | 2026-06-26T04:09:02.277Z | Downloaded rustls-webpki v0.103.9 |
| 1209 | 2026-06-26T04:09:02.280Z | Downloaded vsss-rs v3.3.4 |
| 1210 | 2026-06-26T04:09:02.283Z | Downloaded tungstenite v0.21.0 |
| 1211 | 2026-06-26T04:09:02.287Z | Downloaded sqlformat v0.3.5 |
| 1212 | 2026-06-26T04:09:02.288Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1213 | 2026-06-26T04:09:02.296Z | Downloaded reqwest v0.13.2 |
| 1214 | 2026-06-26T04:09:02.300Z | Downloaded typify v0.6.2 |
| 1215 | 2026-06-26T04:09:02.300Z | Downloaded tungstenite v0.23.0 |
| 1216 | 2026-06-26T04:09:02.303Z | Downloaded yasna v0.5.2 |
| 1217 | 2026-06-26T04:09:02.308Z | Downloaded unsafe-libyaml v0.2.11 |
| 1218 | 2026-06-26T04:09:02.330Z | Downloaded samael v0.0.19 |
| 1219 | 2026-06-26T04:09:02.336Z | Downloaded reedline v0.40.0 |
| 1220 | 2026-06-26T04:09:02.336Z | Downloaded uuid v1.23.0 |
| 1221 | 2026-06-26T04:09:02.336Z | Downloaded snafu v0.8.9 |
| 1222 | 2026-06-26T04:09:02.336Z | Downloaded lalrpop v0.19.12 |
| 1223 | 2026-06-26T04:09:02.343Z | Downloaded zerocopy v0.6.6 |
| 1224 | 2026-06-26T04:09:02.343Z | Downloaded unicode-bidi v0.3.18 |
| 1225 | 2026-06-26T04:09:02.346Z | Downloaded tracing-core v0.1.36 |
| 1226 | 2026-06-26T04:09:02.346Z | Downloaded unicode-properties v0.1.4 |
| 1227 | 2026-06-26T04:09:02.347Z | Downloaded tokio-postgres v0.7.16 |
| 1228 | 2026-06-26T04:09:02.350Z | Downloaded goblin v0.10.5 |
| 1229 | 2026-06-26T04:09:02.355Z | Downloaded toml_edit v0.19.15 |
| 1230 | 2026-06-26T04:09:02.364Z | Downloaded slog v2.8.2 |
| 1231 | 2026-06-26T04:09:02.369Z | Downloaded bstr v1.12.1 |
| 1232 | 2026-06-26T04:09:02.373Z | Downloaded salty v0.3.0 |
| 1233 | 2026-06-26T04:09:02.387Z | Downloaded zopfli v0.8.3 |
| 1234 | 2026-06-26T04:09:02.391Z | Downloaded ssh-key v0.6.7 |
| 1235 | 2026-06-26T04:09:02.401Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1236 | 2026-06-26T04:09:02.406Z | Downloaded proptest v1.10.0 |
| 1237 | 2026-06-26T04:09:02.411Z | Downloaded unicode_categories v0.1.1 |
| 1238 | 2026-06-26T04:09:02.417Z | Downloaded tower v0.5.3 |
| 1239 | 2026-06-26T04:09:02.422Z | Downloaded unicode-segmentation v1.12.0 |
| 1240 | 2026-06-26T04:09:02.425Z | Downloaded rpassword v7.4.0 |
| 1241 | 2026-06-26T04:09:02.425Z | Downloaded petname v2.0.2 |
| 1242 | 2026-06-26T04:09:02.431Z | Downloaded vte v0.14.1 |
| 1243 | 2026-06-26T04:09:02.439Z | Downloaded x509-cert v0.2.5 |
| 1244 | 2026-06-26T04:09:02.443Z | Downloaded zip v0.6.6 |
| 1245 | 2026-06-26T04:09:02.446Z | Downloaded typed-path v0.9.3 |
| 1246 | 2026-06-26T04:09:02.457Z | Downloaded spin v0.9.8 |
| 1247 | 2026-06-26T04:09:02.460Z | Downloaded rayon v1.11.0 |
| 1248 | 2026-06-26T04:09:02.464Z | Downloaded serde_with v1.14.0 |
| 1249 | 2026-06-26T04:09:02.472Z | Downloaded zerocopy-derive v0.8.40 |
| 1250 | 2026-06-26T04:09:02.476Z | Downloaded yansi v1.0.1 |
| 1251 | 2026-06-26T04:09:02.497Z | Downloaded tough v0.22.0 |
| 1252 | 2026-06-26T04:09:02.505Z | Downloaded tower-http v0.6.8 |
| 1253 | 2026-06-26T04:09:02.505Z | Downloaded rustls-webpki v0.102.8 |
| 1254 | 2026-06-26T04:09:02.505Z | Downloaded zip v4.6.1 |
| 1255 | 2026-06-26T04:09:02.512Z | Downloaded rustls-webpki v0.101.7 |
| 1256 | 2026-06-26T04:09:02.518Z | Downloaded quinn-proto v0.11.13 |
| 1257 | 2026-06-26T04:09:02.524Z | Downloaded unicode-normalization v0.1.25 |
| 1258 | 2026-06-26T04:09:02.552Z | Downloaded tokio-native-tls v0.3.1 |
| 1259 | 2026-06-26T04:09:02.564Z | Downloaded regex-syntax v0.8.10 |
| 1260 | 2026-06-26T04:09:02.569Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-06-26T04:09:02.591Z | Downloaded tokio-util v0.7.18 |
| 1262 | 2026-06-26T04:09:02.606Z | Downloaded winnow v0.5.40 |
| 1263 | 2026-06-26T04:09:02.652Z | Downloaded winnow v0.6.26 |
| 1264 | 2026-06-26T04:09:02.653Z | Downloaded nix v0.27.1 |
| 1265 | 2026-06-26T04:09:02.653Z | Downloaded regex-syntax v0.6.29 |
| 1266 | 2026-06-26T04:09:02.653Z | Downloaded object v0.37.3 |
| 1267 | 2026-06-26T04:09:02.653Z | Downloaded time v0.3.47 |
| 1268 | 2026-06-26T04:09:02.653Z | Downloaded tabled v0.20.0 |
| 1269 | 2026-06-26T04:09:02.653Z | Downloaded nix v0.28.0 |
| 1270 | 2026-06-26T04:09:02.653Z | Downloaded tabwriter v1.4.1 |
| 1271 | 2026-06-26T04:09:02.657Z | Downloaded smoltcp v0.9.1 |
| 1272 | 2026-06-26T04:09:02.665Z | Downloaded openssl v0.10.79 |
| 1273 | 2026-06-26T04:09:02.685Z | Downloaded zlib-rs v0.6.2 |
| 1274 | 2026-06-26T04:09:02.695Z | Downloaded rustls v0.23.37 |
| 1275 | 2026-06-26T04:09:02.713Z | Downloaded serde_with v3.17.0 |
| 1276 | 2026-06-26T04:09:02.713Z | Downloaded vcpkg v0.2.15 |
| 1277 | 2026-06-26T04:09:02.757Z | Downloaded steno v0.4.1 |
| 1278 | 2026-06-26T04:09:02.775Z | Downloaded openapiv3 v2.2.0 |
| 1279 | 2026-06-26T04:09:02.775Z | Downloaded regress v0.11.1 |
| 1280 | 2026-06-26T04:09:02.775Z | Downloaded regress v0.10.5 |
| 1281 | 2026-06-26T04:09:02.775Z | Downloaded zerocopy v0.8.40 |
| 1282 | 2026-06-26T04:09:02.775Z | Downloaded webpki-roots v1.0.6 |
| 1283 | 2026-06-26T04:09:02.775Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-06-26T04:09:02.775Z | Downloaded rustls v0.21.12 |
| 1285 | 2026-06-26T04:09:02.784Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-06-26T04:09:02.784Z | Downloaded rustls v0.22.4 |
| 1287 | 2026-06-26T04:09:02.792Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1288 | 2026-06-26T04:09:02.811Z | Downloaded encoding_rs v0.8.35 |
| 1289 | 2026-06-26T04:09:02.833Z | Downloaded thread-id v5.1.0 |
| 1290 | 2026-06-26T04:09:02.833Z | Downloaded regex v1.12.3 |
| 1291 | 2026-06-26T04:09:02.864Z | Downloaded sled v0.34.7 |
| 1292 | 2026-06-26T04:09:02.883Z | Downloaded ratatui v0.29.0 |
| 1293 | 2026-06-26T04:09:02.918Z | Downloaded typify-impl v0.6.2 |
| 1294 | 2026-06-26T04:09:02.918Z | Downloaded tracing v0.1.44 |
| 1295 | 2026-06-26T04:09:02.927Z | Downloaded sqlparser v0.61.0 |
| 1296 | 2026-06-26T04:09:02.927Z | Downloaded chrono-tz v0.10.4 |
| 1297 | 2026-06-26T04:09:02.956Z | Downloaded regex-automata v0.4.14 |
| 1298 | 2026-06-26T04:09:02.956Z | Downloaded jiff v0.2.21 |
| 1299 | 2026-06-26T04:09:02.978Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-06-26T04:09:02.978Z | Downloaded petgraph v0.6.5 |
| 1301 | 2026-06-26T04:09:02.997Z | Downloaded petgraph v0.8.3 |
| 1302 | 2026-06-26T04:09:02.997Z | Downloaded csv v1.4.0 |
| 1303 | 2026-06-26T04:09:03.006Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-06-26T04:09:03.065Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1305 | 2026-06-26T04:09:03.094Z | Downloaded tokio v1.52.1 |
| 1306 | 2026-06-26T04:09:03.094Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-06-26T04:09:03.116Z | Downloaded strum_macros v0.27.2 |
| 1308 | 2026-06-26T04:09:03.116Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-26T04:09:03.235Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-06-26T04:09:03.869Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-06-26T04:09:04.119Z | Compiling libc v0.2.185 |
| 1312 | 2026-06-26T04:09:04.135Z | Compiling serde v1.0.228 |
| 1313 | 2026-06-26T04:09:04.135Z | Compiling log v0.4.29 |
| 1314 | 2026-06-26T04:09:04.136Z | Compiling shlex v1.3.0 |
| 1315 | 2026-06-26T04:09:04.275Z | Compiling find-msvc-tools v0.1.9 |
| 1316 | 2026-06-26T04:09:04.300Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-06-26T04:09:04.321Z | Compiling syn v2.0.117 |
| 1318 | 2026-06-26T04:09:04.321Z | Compiling typenum v1.19.0 |
| 1319 | 2026-06-26T04:09:04.446Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-06-26T04:09:04.474Z | Compiling subtle v2.6.1 |
| 1321 | 2026-06-26T04:09:04.485Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-06-26T04:09:04.558Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-06-26T04:09:04.593Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-06-26T04:09:04.601Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-06-26T04:09:04.643Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-06-26T04:09:04.696Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-06-26T04:09:04.819Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-06-26T04:09:04.932Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-06-26T04:09:05.094Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-26T04:09:05.169Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-06-26T04:09:05.191Z | Compiling errno v0.3.14 |
| 1332 | 2026-06-26T04:09:05.230Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-06-26T04:09:05.291Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-06-26T04:09:05.328Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-06-26T04:09:05.527Z | Compiling cc v1.2.56 |
| 1336 | 2026-06-26T04:09:05.556Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-06-26T04:09:05.587Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-06-26T04:09:05.616Z | Compiling libm v0.2.16 |
| 1339 | 2026-06-26T04:09:05.688Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-06-26T04:09:05.783Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-06-26T04:09:05.843Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-06-26T04:09:05.863Z | Compiling mio v1.2.0 |
| 1343 | 2026-06-26T04:09:05.874Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-06-26T04:09:05.958Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-06-26T04:09:06.012Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-06-26T04:09:06.153Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-06-26T04:09:06.230Z | Compiling futures-task v0.3.32 |
| 1348 | 2026-06-26T04:09:06.237Z | Compiling futures-channel v0.3.32 |
| 1349 | 2026-06-26T04:09:06.260Z | Compiling getrandom v0.4.1 |
| 1350 | 2026-06-26T04:09:06.335Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-06-26T04:09:06.397Z | Compiling cpufeatures v0.2.17 |
| 1352 | 2026-06-26T04:09:06.421Z | Compiling slab v0.4.12 |
| 1353 | 2026-06-26T04:09:06.466Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-06-26T04:09:06.479Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-06-26T04:09:06.491Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-06-26T04:09:06.605Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-06-26T04:09:06.648Z | Compiling cmake v0.1.57 |
| 1358 | 2026-06-26T04:09:06.994Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-06-26T04:09:07.053Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-06-26T04:09:07.070Z | Compiling dunce v1.0.5 |
| 1361 | 2026-06-26T04:09:07.175Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-06-26T04:09:07.188Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-06-26T04:09:07.188Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-06-26T04:09:07.308Z | Compiling regex-syntax v0.8.10 |
| 1365 | 2026-06-26T04:09:07.355Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-06-26T04:09:07.462Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-26T04:09:07.530Z | Compiling flagset v0.4.7 |
| 1368 | 2026-06-26T04:09:07.560Z | Compiling iana-time-zone v0.1.65 |
| 1369 | 2026-06-26T04:09:07.579Z | Compiling rustix v1.1.3 |
| 1370 | 2026-06-26T04:09:07.704Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-06-26T04:09:07.777Z | Compiling ring v0.17.14 |
| 1372 | 2026-06-26T04:09:07.777Z | Compiling vcpkg v0.2.15 |
| 1373 | 2026-06-26T04:09:07.785Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-06-26T04:09:08.040Z | Compiling uuid v1.23.0 |
| 1375 | 2026-06-26T04:09:08.116Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-06-26T04:09:08.485Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-06-26T04:09:08.625Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-06-26T04:09:08.726Z | Compiling base64 v0.22.1 |
| 1379 | 2026-06-26T04:09:09.034Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-26T04:09:09.208Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-26T04:09:09.208Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-26T04:09:09.208Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-26T04:09:09.328Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-06-26T04:09:09.765Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-06-26T04:09:09.799Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-06-26T04:09:10.246Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-26T04:09:10.907Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-26T04:09:10.946Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-06-26T04:09:10.946Z | Compiling yoke v0.8.1 |
| 1390 | 2026-06-26T04:09:10.946Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-06-26T04:09:10.946Z | Compiling digest v0.10.7 |
| 1392 | 2026-06-26T04:09:10.946Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-06-26T04:09:10.946Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-06-26T04:09:10.964Z | Compiling zerotrie v0.2.3 |
| 1395 | 2026-06-26T04:09:11.029Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-06-26T04:09:11.293Z | Compiling hmac v0.12.1 |
| 1397 | 2026-06-26T04:09:11.364Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-06-26T04:09:11.422Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-06-26T04:09:11.538Z | Compiling block-padding v0.3.3 |
| 1400 | 2026-06-26T04:09:11.604Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-06-26T04:09:11.656Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-06-26T04:09:11.684Z | Compiling inout v0.1.4 |
| 1403 | 2026-06-26T04:09:11.789Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-26T04:09:11.838Z | Compiling cipher v0.4.4 |
| 1405 | 2026-06-26T04:09:12.086Z | Compiling sha2 v0.10.9 |
| 1406 | 2026-06-26T04:09:12.163Z | Compiling der_derive v0.7.3 |
| 1407 | 2026-06-26T04:09:12.400Z | Compiling bytes v1.11.1 |
| 1408 | 2026-06-26T04:09:12.415Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-06-26T04:09:12.446Z | Compiling chrono v0.4.44 |
| 1410 | 2026-06-26T04:09:12.764Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-06-26T04:09:13.014Z | Compiling tokio v1.52.1 |
| 1412 | 2026-06-26T04:09:13.026Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-06-26T04:09:13.287Z | Compiling der v0.7.10 |
| 1414 | 2026-06-26T04:09:13.439Z | Compiling http v1.4.0 |
| 1415 | 2026-06-26T04:09:13.857Z | Compiling ppv-lite86 v0.2.21 |
| 1416 | 2026-06-26T04:09:13.943Z | Compiling salsa20 v0.10.2 |
| 1417 | 2026-06-26T04:09:14.088Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-06-26T04:09:14.144Z | Compiling spki v0.7.3 |
| 1419 | 2026-06-26T04:09:14.204Z | Compiling idna v1.1.0 |
| 1420 | 2026-06-26T04:09:14.204Z | Compiling pbkdf2 v0.12.2 |
| 1421 | 2026-06-26T04:09:14.262Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-06-26T04:09:14.319Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-06-26T04:09:14.368Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-06-26T04:09:14.431Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-06-26T04:09:14.471Z | Compiling url v2.5.8 |
| 1426 | 2026-06-26T04:09:14.641Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-06-26T04:09:14.716Z | Compiling http-body v1.0.1 |
| 1428 | 2026-06-26T04:09:14.815Z | Compiling cbc v0.1.2 |
| 1429 | 2026-06-26T04:09:14.833Z | Compiling aes v0.8.4 |
| 1430 | 2026-06-26T04:09:15.052Z | Compiling untrusted v0.9.0 |
| 1431 | 2026-06-26T04:09:15.140Z | Compiling untrusted v0.7.1 |
| 1432 | 2026-06-26T04:09:15.240Z | Compiling httparse v1.10.1 |
| 1433 | 2026-06-26T04:09:15.266Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-06-26T04:09:15.290Z | Compiling openssl-probe v0.2.1 |
| 1435 | 2026-06-26T04:09:15.330Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-06-26T04:09:15.463Z | Compiling pkcs5 v0.7.1 |
| 1437 | 2026-06-26T04:09:15.569Z | Compiling tracing v0.1.44 |
| 1438 | 2026-06-26T04:09:15.641Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-06-26T04:09:15.670Z | Compiling pest_generator v2.8.6 |
| 1440 | 2026-06-26T04:09:15.742Z | Compiling rand v0.9.2 |
| 1441 | 2026-06-26T04:09:15.838Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-06-26T04:09:15.848Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-06-26T04:09:15.941Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-06-26T04:09:16.066Z | Compiling schemars v0.8.22 |
| 1445 | 2026-06-26T04:09:16.264Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-06-26T04:09:16.372Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-06-26T04:09:16.384Z | Compiling rustls v0.23.37 |
| 1448 | 2026-06-26T04:09:16.494Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-06-26T04:09:16.532Z | Compiling tower-service v0.3.3 |
| 1450 | 2026-06-26T04:09:16.542Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-06-26T04:09:16.623Z | Compiling want v0.3.1 |
| 1452 | 2026-06-26T04:09:16.652Z | Compiling regex-automata v0.4.14 |
| 1453 | 2026-06-26T04:09:16.707Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-06-26T04:09:16.802Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-06-26T04:09:16.965Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-06-26T04:09:17.381Z | Compiling ipnet v2.11.0 |
| 1457 | 2026-06-26T04:09:17.498Z | Compiling h2 v0.4.13 |
| 1458 | 2026-06-26T04:09:17.565Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-06-26T04:09:17.836Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-06-26T04:09:17.893Z | Compiling foreign-types-shared v0.1.1 |
| 1461 | 2026-06-26T04:09:17.946Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-06-26T04:09:17.972Z | Compiling openssl v0.10.79 |
| 1463 | 2026-06-26T04:09:18.210Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-06-26T04:09:18.230Z | Compiling tempfile v3.25.0 |
| 1465 | 2026-06-26T04:09:18.303Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-06-26T04:09:18.407Z | Compiling scroll v0.13.0 |
| 1467 | 2026-06-26T04:09:18.603Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-06-26T04:09:18.702Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-06-26T04:09:19.068Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-06-26T04:09:19.093Z | Compiling socket2 v0.5.10 |
| 1471 | 2026-06-26T04:09:19.108Z | Compiling spin v0.9.8 |
| 1472 | 2026-06-26T04:09:19.319Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-06-26T04:09:19.450Z | Compiling time-core v0.1.8 |
| 1474 | 2026-06-26T04:09:19.500Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-06-26T04:09:19.525Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-06-26T04:09:19.600Z | Compiling num-conv v0.2.0 |
| 1477 | 2026-06-26T04:09:19.718Z | Compiling deranged v0.5.8 |
| 1478 | 2026-06-26T04:09:19.741Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-06-26T04:09:20.140Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-06-26T04:09:20.611Z | Compiling hyper v1.8.1 |
| 1481 | 2026-06-26T04:09:20.624Z | Compiling darling v0.20.11 |
| 1482 | 2026-06-26T04:09:20.702Z | Compiling goblin v0.10.5 |
| 1483 | 2026-06-26T04:09:20.777Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-06-26T04:09:20.791Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-06-26T04:09:20.898Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-06-26T04:09:21.061Z | Compiling quick-error v1.2.3 |
| 1487 | 2026-06-26T04:09:21.172Z | Compiling bit-vec v0.8.0 |
| 1488 | 2026-06-26T04:09:21.185Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-06-26T04:09:21.409Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-06-26T04:09:21.420Z | Compiling usdt-impl v0.6.0 |
| 1491 | 2026-06-26T04:09:21.534Z | Compiling num_threads v0.1.7 |
| 1492 | 2026-06-26T04:09:21.615Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-06-26T04:09:21.635Z | Compiling unicode-segmentation v1.12.0 |
| 1494 | 2026-06-26T04:09:21.682Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-06-26T04:09:21.821Z | Compiling syn v1.0.109 |
| 1496 | 2026-06-26T04:09:22.212Z | Compiling time v0.3.47 |
| 1497 | 2026-06-26T04:09:22.226Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-06-26T04:09:22.350Z | Compiling rusty-fork v0.3.1 |
| 1499 | 2026-06-26T04:09:22.389Z | Compiling tower v0.5.3 |
| 1500 | 2026-06-26T04:09:22.681Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-06-26T04:09:22.860Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-06-26T04:09:22.972Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-06-26T04:09:23.270Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-06-26T04:09:23.396Z | Compiling signature v2.2.0 |
| 1505 | 2026-06-26T04:09:23.441Z | Compiling dof v0.4.0 |
| 1506 | 2026-06-26T04:09:23.579Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-06-26T04:09:23.583Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-06-26T04:09:23.653Z | Compiling heapless v0.7.17 |
| 1509 | 2026-06-26T04:09:23.873Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-06-26T04:09:23.894Z | Compiling slog v2.8.2 |
| 1511 | 2026-06-26T04:09:24.039Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-06-26T04:09:24.077Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-06-26T04:09:24.266Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-06-26T04:09:24.353Z | Compiling cookie v0.18.1 |
| 1515 | 2026-06-26T04:09:24.358Z | Compiling paste v1.0.15 |
| 1516 | 2026-06-26T04:09:24.528Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-06-26T04:09:24.610Z | Compiling allocator-api2 v0.2.21 |
| 1518 | 2026-06-26T04:09:24.624Z | Compiling iri-string v0.7.10 |
| 1519 | 2026-06-26T04:09:24.656Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-06-26T04:09:24.825Z | Compiling zstd-safe v7.2.4 |
| 1521 | 2026-06-26T04:09:24.929Z | Compiling signal-hook v0.3.18 |
| 1522 | 2026-06-26T04:09:24.945Z | Compiling unicode-properties v0.1.4 |
| 1523 | 2026-06-26T04:09:24.958Z | Compiling unicode-bidi v0.3.18 |
| 1524 | 2026-06-26T04:09:25.017Z | Compiling ryu v1.0.23 |
| 1525 | 2026-06-26T04:09:25.101Z | Compiling unarray v0.1.4 |
| 1526 | 2026-06-26T04:09:25.145Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2026-06-26T04:09:25.195Z | Compiling proptest v1.10.0 |
| 1528 | 2026-06-26T04:09:25.395Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-06-26T04:09:25.428Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-06-26T04:09:25.525Z | Compiling miniz_oxide v0.8.9 |
| 1531 | 2026-06-26T04:09:25.810Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-06-26T04:09:26.130Z | Compiling scroll v0.12.0 |
| 1533 | 2026-06-26T04:09:26.271Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-06-26T04:09:26.330Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-06-26T04:09:26.532Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-06-26T04:09:26.555Z | Compiling heck v0.4.1 |
| 1537 | 2026-06-26T04:09:26.693Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-06-26T04:09:26.726Z | Compiling bstr v1.12.1 |
| 1539 | 2026-06-26T04:09:26.780Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-06-26T04:09:26.887Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-06-26T04:09:27.038Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-06-26T04:09:27.091Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-06-26T04:09:27.194Z | Compiling toml_datetime v0.6.11 |
| 1544 | 2026-06-26T04:09:27.241Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-06-26T04:09:27.374Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-06-26T04:09:27.409Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-06-26T04:09:27.449Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-06-26T04:09:27.513Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-06-26T04:09:27.576Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-06-26T04:09:27.754Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-06-26T04:09:27.842Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-06-26T04:09:28.034Z | Compiling ff v0.13.1 |
| 1553 | 2026-06-26T04:09:28.073Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-06-26T04:09:28.231Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-06-26T04:09:28.272Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-06-26T04:09:28.328Z | Compiling mime v0.3.17 |
| 1557 | 2026-06-26T04:09:28.399Z | Compiling smoltcp v0.9.1 |
| 1558 | 2026-06-26T04:09:28.484Z | Compiling cfg_aliases v0.2.1 |
| 1559 | 2026-06-26T04:09:28.489Z | Compiling ref-cast v1.0.25 |
| 1560 | 2026-06-26T04:09:28.564Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2026-06-26T04:09:28.584Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-06-26T04:09:28.737Z | Compiling num-bigint-dig v0.8.6 |
| 1563 | 2026-06-26T04:09:28.783Z | Compiling litrs v1.0.0 |
| 1564 | 2026-06-26T04:09:28.884Z | Compiling base16ct v0.2.0 |
| 1565 | 2026-06-26T04:09:28.926Z | Compiling rustix v0.38.44 |
| 1566 | 2026-06-26T04:09:29.062Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-06-26T04:09:29.295Z | Compiling document-features v0.2.12 |
| 1568 | 2026-06-26T04:09:29.355Z | Compiling postgres-protocol v0.6.10 |
| 1569 | 2026-06-26T04:09:29.452Z | Compiling nix v0.31.2 |
| 1570 | 2026-06-26T04:09:29.745Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-06-26T04:09:29.812Z | Compiling publicsuffix v2.3.0 |
| 1572 | 2026-06-26T04:09:29.886Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-06-26T04:09:29.908Z | Compiling group v0.13.0 |
| 1574 | 2026-06-26T04:09:29.979Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-06-26T04:09:30.139Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-06-26T04:09:30.373Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-06-26T04:09:30.404Z | Compiling darling v0.21.3 |
| 1578 | 2026-06-26T04:09:30.420Z | Compiling rand v0.8.6 |
| 1579 | 2026-06-26T04:09:30.441Z | Compiling oxnet v0.1.6 |
| 1580 | 2026-06-26T04:09:30.485Z | Compiling snafu-derive v0.8.9 |
| 1581 | 2026-06-26T04:09:30.544Z | Compiling derive_builder v0.20.2 |
| 1582 | 2026-06-26T04:09:30.804Z | Compiling hyper-tls v0.6.0 |
| 1583 | 2026-06-26T04:09:30.855Z | Compiling goblin v0.8.2 |
| 1584 | 2026-06-26T04:09:31.495Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-06-26T04:09:31.586Z | Compiling phf_shared v0.13.1 |
| 1586 | 2026-06-26T04:09:31.829Z | Compiling lazy_static v1.5.0 |
| 1587 | 2026-06-26T04:09:31.832Z | Compiling regex v1.12.3 |
| 1588 | 2026-06-26T04:09:31.855Z | Compiling anstyle-parse v0.2.7 |
| 1589 | 2026-06-26T04:09:31.887Z | Compiling strum_macros v0.27.2 |
| 1590 | 2026-06-26T04:09:31.922Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-06-26T04:09:32.040Z | Compiling hex v0.4.3 |
| 1592 | 2026-06-26T04:09:32.181Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-06-26T04:09:32.266Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-06-26T04:09:32.315Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-06-26T04:09:32.346Z | Compiling ref-cast-impl v1.0.25 |
| 1596 | 2026-06-26T04:09:32.382Z | Compiling daft-derive v0.1.7 |
| 1597 | 2026-06-26T04:09:32.448Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1598 | 2026-06-26T04:09:32.892Z | Compiling vergen v9.1.0 |
| 1599 | 2026-06-26T04:09:33.073Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-06-26T04:09:33.097Z | Compiling cargo-platform v0.3.2 |
| 1601 | 2026-06-26T04:09:33.143Z | Compiling ahash v0.8.12 |
| 1602 | 2026-06-26T04:09:33.352Z | Compiling object v0.37.3 |
| 1603 | 2026-06-26T04:09:33.358Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-06-26T04:09:33.399Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-06-26T04:09:33.581Z | Compiling winnow v0.5.40 |
| 1606 | 2026-06-26T04:09:33.595Z | Compiling managed v0.8.0 |
| 1607 | 2026-06-26T04:09:33.657Z | Compiling libbz2-rs-sys v0.2.2 |
| 1608 | 2026-06-26T04:09:33.812Z | Compiling same-file v1.0.6 |
| 1609 | 2026-06-26T04:09:33.863Z | Compiling foldhash v0.1.5 |
| 1610 | 2026-06-26T04:09:33.982Z | Compiling bitflags v1.3.2 |
| 1611 | 2026-06-26T04:09:34.059Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-06-26T04:09:34.356Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-06-26T04:09:34.454Z | Compiling clap_builder v4.6.0 |
| 1614 | 2026-06-26T04:09:34.468Z | Compiling walkdir v2.5.0 |
| 1615 | 2026-06-26T04:09:34.563Z | Compiling strum v0.27.2 |
| 1616 | 2026-06-26T04:09:34.641Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-06-26T04:09:34.741Z | Compiling hashbrown v0.16.1 |
| 1618 | 2026-06-26T04:09:34.859Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-06-26T04:09:34.922Z | Compiling toml_edit v0.19.15 |
| 1620 | 2026-06-26T04:09:35.051Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-06-26T04:09:35.281Z | Compiling dof v0.3.0 |
| 1622 | 2026-06-26T04:09:35.345Z | Compiling daft v0.1.7 |
| 1623 | 2026-06-26T04:09:35.750Z | Compiling snafu v0.8.9 |
| 1624 | 2026-06-26T04:09:35.989Z | Compiling futures v0.3.32 |
| 1625 | 2026-06-26T04:09:36.073Z | Compiling anstream v0.6.21 |
| 1626 | 2026-06-26T04:09:36.203Z | Compiling phf v0.13.1 |
| 1627 | 2026-06-26T04:09:36.254Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-06-26T04:09:36.378Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-06-26T04:09:36.385Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-06-26T04:09:36.602Z | Compiling zstd v0.13.3 |
| 1631 | 2026-06-26T04:09:36.724Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-06-26T04:09:36.870Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-06-26T04:09:37.028Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-06-26T04:09:37.422Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-06-26T04:09:37.558Z | Compiling usdt-attr-macro v0.6.0 |
| 1636 | 2026-06-26T04:09:37.582Z | Compiling globset v0.4.18 |
| 1637 | 2026-06-26T04:09:37.990Z | Compiling dtrace-parser v0.2.0 |
| 1638 | 2026-06-26T04:09:38.172Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-06-26T04:09:38.196Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-06-26T04:09:38.269Z | Compiling olpc-cjson v0.1.4 |
| 1641 | 2026-06-26T04:09:38.352Z | Compiling pkcs1 v0.7.5 |
| 1642 | 2026-06-26T04:09:38.385Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-06-26T04:09:38.434Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-06-26T04:09:38.503Z | Compiling clap_derive v4.6.1 |
| 1645 | 2026-06-26T04:09:38.761Z | Compiling serde_plain v1.0.2 |
| 1646 | 2026-06-26T04:09:38.783Z | Compiling serde-big-array v0.5.1 |
| 1647 | 2026-06-26T04:09:38.930Z | Compiling rfc6979 v0.4.0 |
| 1648 | 2026-06-26T04:09:38.930Z | Compiling pem v3.0.6 |
| 1649 | 2026-06-26T04:09:38.962Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-06-26T04:09:39.075Z | Compiling serde_repr v0.1.20 |
| 1651 | 2026-06-26T04:09:39.107Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-06-26T04:09:39.256Z | Compiling thread-id v4.2.2 |
| 1653 | 2026-06-26T04:09:39.269Z | Compiling memmap2 v0.9.10 |
| 1654 | 2026-06-26T04:09:39.334Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-06-26T04:09:39.473Z | Compiling static_assertions v1.1.0 |
| 1656 | 2026-06-26T04:09:39.556Z | Compiling precomputed-hash v0.1.1 |
| 1657 | 2026-06-26T04:09:39.597Z | Compiling fixedbitset v0.4.2 |
| 1658 | 2026-06-26T04:09:39.614Z | Compiling whoami v2.1.0 |
| 1659 | 2026-06-26T04:09:39.637Z | Compiling difflib v0.4.0 |
| 1660 | 2026-06-26T04:09:39.652Z | Compiling keccak v0.1.6 |
| 1661 | 2026-06-26T04:09:39.821Z | Compiling predicates-core v1.0.10 |
| 1662 | 2026-06-26T04:09:39.984Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-06-26T04:09:39.997Z | Compiling typed-path v0.9.3 |
| 1664 | 2026-06-26T04:09:40.058Z | Compiling fixedbitset v0.5.7 |
| 1665 | 2026-06-26T04:09:40.137Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-06-26T04:09:40.189Z | Compiling jiff v0.2.21 |
| 1667 | 2026-06-26T04:09:40.230Z | Compiling data-encoding v2.10.0 |
| 1668 | 2026-06-26T04:09:40.275Z | Compiling either v1.15.0 |
| 1669 | 2026-06-26T04:09:40.353Z | Compiling clap v4.6.1 |
| 1670 | 2026-06-26T04:09:40.385Z | Compiling petgraph v0.8.3 |
| 1671 | 2026-06-26T04:09:40.435Z | Compiling toml_edit v0.22.27 |
| 1672 | 2026-06-26T04:09:40.476Z | Compiling itertools v0.13.0 |
| 1673 | 2026-06-26T04:09:40.911Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-06-26T04:09:41.208Z | Compiling predicates v3.1.4 |
| 1675 | 2026-06-26T04:09:41.725Z | Compiling strum v0.26.3 |
| 1676 | 2026-06-26T04:09:41.837Z | Compiling string_cache v0.8.9 |
| 1677 | 2026-06-26T04:09:41.857Z | Compiling tokio-postgres v0.7.16 |
| 1678 | 2026-06-26T04:09:41.861Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-06-26T04:09:42.068Z | Compiling petgraph v0.6.5 |
| 1680 | 2026-06-26T04:09:42.344Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1681 | 2026-06-26T04:09:42.355Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-06-26T04:09:42.743Z | Compiling usdt v0.6.0 |
| 1683 | 2026-06-26T04:09:42.976Z | Compiling zip v4.6.1 |
| 1684 | 2026-06-26T04:09:43.166Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-06-26T04:09:43.616Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-06-26T04:09:43.757Z | Compiling rsa v0.9.10 |
| 1687 | 2026-06-26T04:09:43.973Z | Compiling ed25519-dalek v2.2.0 |
| 1688 | 2026-06-26T04:09:44.015Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-06-26T04:09:44.169Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-06-26T04:09:44.637Z | Compiling zip v0.6.6 |
| 1691 | 2026-06-26T04:09:45.224Z | Compiling toml v0.7.8 |
| 1692 | 2026-06-26T04:09:45.449Z | Compiling iddqd v0.4.2 |
| 1693 | 2026-06-26T04:09:45.817Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-06-26T04:09:45.877Z | Compiling similar v2.7.0 |
| 1695 | 2026-06-26T04:09:45.917Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-06-26T04:09:46.027Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-06-26T04:09:46.247Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-06-26T04:09:46.452Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-06-26T04:09:46.490Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-06-26T04:09:46.521Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-06-26T04:09:46.741Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-06-26T04:09:46.745Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-06-26T04:09:46.782Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-06-26T04:09:46.960Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-06-26T04:09:46.976Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-06-26T04:09:47.030Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-06-26T04:09:47.097Z | Compiling filetime v0.2.27 |
| 1708 | 2026-06-26T04:09:47.215Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-06-26T04:09:47.269Z | Compiling term v1.2.1 |
| 1710 | 2026-06-26T04:09:47.285Z | Compiling take_mut v0.2.2 |
| 1711 | 2026-06-26T04:09:47.307Z | Compiling xattr v1.6.1 |
| 1712 | 2026-06-26T04:09:47.478Z | Compiling tar v0.4.45 |
| 1713 | 2026-06-26T04:09:47.845Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-06-26T04:09:57.790Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-06-26T04:10:00.640Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-06-26T04:10:00.641Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-06-26T04:10:00.839Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-06-26T04:10:01.036Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-06-26T04:10:01.039Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-06-26T04:10:02.347Z | Compiling tough v0.22.0 |
| 1721 | 2026-06-26T04:10:04.921Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-06-26T04:10:05.122Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-06-26T04:10:08.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1724 | 2026-06-26T04:10:08.160Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1725 | 2026-06-26T04:10:08.212Z | Jun 26 04:10:07.018 INFO Starting download, target: Cockroach |
| 1726 | 2026-06-26T04:10:08.212Z | Jun 26 04:10:07.018 INFO Starting download, target: Clickhouse |
| 1727 | 2026-06-26T04:10:08.212Z | Jun 26 04:10:07.018 INFO Starting download, target: DendriteStub |
| 1728 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Starting download, target: Console |
| 1729 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Starting download, target: MaghemiteDdmd |
| 1731 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1734 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1735 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1738 | 2026-06-26T04:10:08.215Z | Jun 26 04:10:07.019 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1739 | 2026-06-26T04:10:08.706Z | Jun 26 04:10:07.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-06-26T04:10:08.929Z | Jun 26 04:10:07.728 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-06-26T04:10:09.926Z | Jun 26 04:10:08.729 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-06-26T04:10:10.023Z | Jun 26 04:10:08.827 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1743 | 2026-06-26T04:10:10.151Z | Jun 26 04:10:08.947 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1744 | 2026-06-26T04:10:10.189Z | Jun 26 04:10:08.987 INFO Download complete, target: Console |
| 1745 | 2026-06-26T04:10:10.547Z | Jun 26 04:10:09.343 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1746 | 2026-06-26T04:10:10.615Z | Jun 26 04:10:09.404 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1747 | 2026-06-26T04:10:12.026Z | Jun 26 04:10:10.831 INFO Download complete, target: MaghemiteDdmd |
| 1748 | 2026-06-26T04:10:12.119Z | Jun 26 04:10:10.926 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-06-26T04:10:12.119Z | Jun 26 04:10:10.926 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-06-26T04:10:13.079Z | Jun 26 04:10:11.886 INFO Download complete, target: DendriteStub |
| 1751 | 2026-06-26T04:10:13.170Z | Jun 26 04:10:11.976 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-06-26T04:10:16.777Z | Jun 26 04:10:15.584 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-06-26T04:10:16.841Z | Jun 26 04:10:15.647 INFO Checking that binary works, target: Clickhouse |
| 1754 | 2026-06-26T04:10:16.897Z | Jun 26 04:10:15.703 INFO Download complete, target: Cockroach |
| 1755 | 2026-06-26T04:10:16.981Z | Jun 26 04:10:15.788 INFO Download complete, target: Clickhouse |
| 1756 | 2026-06-26T04:10:16.996Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-06-26T04:10:16.999Z | |
| 1758 | 2026-06-26T04:10:16.999Z | real 2:06.465317678 |
| 1759 | 2026-06-26T04:10:16.999Z | user 6:54.546717126 |
| 1760 | 2026-06-26T04:10:16.999Z | sys 1:25.115081401 |
| 1761 | 2026-06-26T04:10:16.999Z | trap 0.227766461 |
| 1762 | 2026-06-26T04:10:16.999Z | tflt 0.689074028 |
| 1763 | 2026-06-26T04:10:16.999Z | dflt 0.557357637 |
| 1764 | 2026-06-26T04:10:16.999Z | kflt 0.024179702 |
| 1765 | 2026-06-26T04:10:16.999Z | lock 22:28.443139913 |
| 1766 | 2026-06-26T04:10:16.999Z | slp 21:25.900763900 |
| 1767 | 2026-06-26T04:10:16.999Z | lat 42.207925642 |
| 1768 | 2026-06-26T04:10:16.999Z | stop 1:57.116229450 |
| 1769 | 2026-06-26T04:10:16.999Z | + banner clippy |
| 1770 | 2026-06-26T04:10:16.999Z | |
| 1771 | 2026-06-26T04:10:16.999Z | #### # # ##### ##### # # |
| 1772 | 2026-06-26T04:10:16.999Z | # # # # # # # # # # |
| 1773 | 2026-06-26T04:10:16.999Z | # # # # # # # # |
| 1774 | 2026-06-26T04:10:16.999Z | # # # ##### ##### # |
| 1775 | 2026-06-26T04:10:16.999Z | # # # # # # # |
| 1776 | 2026-06-26T04:10:16.999Z | #### ###### # # # # |
| 1777 | 2026-06-26T04:10:16.999Z | |
| 1778 | 2026-06-26T04:10:16.999Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-06-26T04:10:17.000Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-06-26T04:10:17.000Z | + ptime -m cargo xtask clippy |
| 1781 | 2026-06-26T04:10:17.466Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-06-26T04:10:17.676Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-06-26T04:10:19.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1784 | 2026-06-26T04:10:19.643Z | Running `target/debug/xtask clippy` |
| 1785 | 2026-06-26T04:10:19.671Z | running: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1786 | 2026-06-26T04:10:20.231Z | Downloading crates ... |
| 1787 | 2026-06-26T04:10:20.445Z | Downloaded plotters-backend v0.3.7 |
| 1788 | 2026-06-26T04:10:20.448Z | Downloaded termcolor v1.4.1 |
| 1789 | 2026-06-26T04:10:20.453Z | Downloaded datatest-stable v0.3.3 |
| 1790 | 2026-06-26T04:10:20.465Z | Downloaded approx v0.5.1 |
| 1791 | 2026-06-26T04:10:20.479Z | Downloaded cast v0.3.0 |
| 1792 | 2026-06-26T04:10:20.482Z | Downloaded knuffel-derive v3.2.0 |
| 1793 | 2026-06-26T04:10:20.488Z | Downloaded similar-asserts v1.7.0 |
| 1794 | 2026-06-26T04:10:20.491Z | Downloaded assert-json-diff v2.0.2 |
| 1795 | 2026-06-26T04:10:20.498Z | Downloaded plotters v0.3.7 |
| 1796 | 2026-06-26T04:10:20.502Z | Downloaded rstest v0.25.0 |
| 1797 | 2026-06-26T04:10:20.506Z | Downloaded escape8259 v0.5.3 |
| 1798 | 2026-06-26T04:10:20.509Z | Downloaded async-lock v3.4.2 |
| 1799 | 2026-06-26T04:10:20.509Z | Downloaded constant_time_eq v0.3.1 |
| 1800 | 2026-06-26T04:10:20.512Z | Downloaded addr2line v0.25.1 |
| 1801 | 2026-06-26T04:10:20.515Z | Downloaded target-lexicon v0.13.3 |
| 1802 | 2026-06-26T04:10:20.518Z | Downloaded event-listener v5.4.1 |
| 1803 | 2026-06-26T04:10:20.549Z | Downloaded target-spec v3.5.7 |
| 1804 | 2026-06-26T04:10:20.549Z | Downloaded chumsky v0.9.3 |
| 1805 | 2026-06-26T04:10:20.549Z | Downloaded textwrap v0.15.2 |
| 1806 | 2026-06-26T04:10:20.549Z | Downloaded rust-argon2 v2.1.0 |
| 1807 | 2026-06-26T04:10:20.549Z | Downloaded pathdiff v0.2.3 |
| 1808 | 2026-06-26T04:10:20.549Z | Downloaded httptest v0.16.4 |
| 1809 | 2026-06-26T04:10:20.552Z | Downloaded nested v0.1.1 |
| 1810 | 2026-06-26T04:10:20.552Z | Downloaded parking v2.2.1 |
| 1811 | 2026-06-26T04:10:20.564Z | Downloaded miette-derive v5.10.0 |
| 1812 | 2026-06-26T04:10:20.574Z | Downloaded plotters-svg v0.3.7 |
| 1813 | 2026-06-26T04:10:20.577Z | Downloaded target-triple v1.0.0 |
| 1814 | 2026-06-26T04:10:20.586Z | Downloaded libtest-mimic v0.8.1 |
| 1815 | 2026-06-26T04:10:20.589Z | Downloaded supports-color v2.1.0 |
| 1816 | 2026-06-26T04:10:20.592Z | Downloaded hickory-client v0.25.2 |
| 1817 | 2026-06-26T04:10:20.592Z | Downloaded gimli v0.32.3 |
| 1818 | 2026-06-26T04:10:20.596Z | Downloaded futures-timer v3.0.3 |
| 1819 | 2026-06-26T04:10:20.599Z | Downloaded concurrent-queue v2.5.0 |
| 1820 | 2026-06-26T04:10:20.599Z | Downloaded criterion-plot v0.6.0 |
| 1821 | 2026-06-26T04:10:20.602Z | Downloaded rustc-demangle v0.1.27 |
| 1822 | 2026-06-26T04:10:20.602Z | Downloaded relative-path v1.9.3 |
| 1823 | 2026-06-26T04:10:20.605Z | Downloaded blake2b_simd v1.0.4 |
| 1824 | 2026-06-26T04:10:20.618Z | Downloaded stringmetrics v2.2.2 |
| 1825 | 2026-06-26T04:10:20.621Z | Downloaded owo-colors v3.5.0 |
| 1826 | 2026-06-26T04:10:20.624Z | Downloaded path-tree v0.8.3 |
| 1827 | 2026-06-26T04:10:20.628Z | Downloaded rand_distr v0.5.1 |
| 1828 | 2026-06-26T04:10:20.631Z | Downloaded fancy-regex v0.14.0 |
| 1829 | 2026-06-26T04:10:20.637Z | Downloaded trybuild v1.0.116 |
| 1830 | 2026-06-26T04:10:20.637Z | Downloaded backtrace v0.3.76 |
| 1831 | 2026-06-26T04:10:20.640Z | Downloaded guppy v0.17.25 |
| 1832 | 2026-06-26T04:10:20.645Z | Downloaded miette v5.10.0 |
| 1833 | 2026-06-26T04:10:20.668Z | Downloaded linkme-impl v0.3.35 |
| 1834 | 2026-06-26T04:10:20.710Z | Downloaded oorandom v11.1.5 |
| 1835 | 2026-06-26T04:10:20.769Z | Downloaded rstest_macros v0.25.0 |
| 1836 | 2026-06-26T04:10:20.779Z | Downloaded partial-io v0.5.4 |
| 1837 | 2026-06-26T04:10:20.787Z | Downloaded linkme v0.3.35 |
| 1838 | 2026-06-26T04:10:20.805Z | Downloaded hashbrown v0.14.5 |
| 1839 | 2026-06-26T04:10:20.808Z | Downloaded event-listener-strategy v0.5.4 |
| 1840 | 2026-06-26T04:10:20.811Z | Downloaded anes v0.1.6 |
| 1841 | 2026-06-26T04:10:20.811Z | Downloaded assert_cmd v2.1.2 |
| 1842 | 2026-06-26T04:10:20.825Z | Downloaded tinytemplate v1.2.1 |
| 1843 | 2026-06-26T04:10:20.834Z | Downloaded terminal_size v0.1.17 |
| 1844 | 2026-06-26T04:10:20.840Z | Downloaded serde_regex v1.1.0 |
| 1845 | 2026-06-26T04:10:20.844Z | Downloaded async-object-pool v0.2.0 |
| 1846 | 2026-06-26T04:10:20.847Z | Downloaded knuffel v3.2.0 |
| 1847 | 2026-06-26T04:10:20.859Z | Downloaded supports-hyperlinks v2.1.0 |
| 1848 | 2026-06-26T04:10:20.862Z | Downloaded backtrace-ext v0.2.1 |
| 1849 | 2026-06-26T04:10:20.865Z | Downloaded supports-unicode v2.1.0 |
| 1850 | 2026-06-26T04:10:20.868Z | Downloaded criterion v0.7.0 |
| 1851 | 2026-06-26T04:10:20.927Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1852 | 2026-06-26T04:10:21.220Z | Downloaded cfg-expr v0.20.6 |
| 1853 | 2026-06-26T04:10:21.607Z | Downloaded httpmock v0.8.3 |
| 1854 | 2026-06-26T04:10:23.287Z | Checking cfg-if v1.0.4 |
| 1855 | 2026-06-26T04:10:23.646Z | Checking libc v0.2.185 |
| 1856 | 2026-06-26T04:10:23.650Z | Checking serde_core v1.0.228 |
| 1857 | 2026-06-26T04:10:23.726Z | Checking memchr v2.8.0 |
| 1858 | 2026-06-26T04:10:23.764Z | Checking smallvec v1.15.1 |
| 1859 | 2026-06-26T04:10:23.806Z | Checking itoa v1.0.17 |
| 1860 | 2026-06-26T04:10:23.844Z | Checking log v0.4.29 |
| 1861 | 2026-06-26T04:10:23.888Z | Checking zeroize v1.8.2 |
| 1862 | 2026-06-26T04:10:23.888Z | Checking libm v0.2.16 |
| 1863 | 2026-06-26T04:10:23.969Z | Checking scopeguard v1.2.0 |
| 1864 | 2026-06-26T04:10:24.008Z | Checking stable_deref_trait v1.2.1 |
| 1865 | 2026-06-26T04:10:24.048Z | Checking zmij v1.0.21 |
| 1866 | 2026-06-26T04:10:24.088Z | Checking errno v0.3.14 |
| 1867 | 2026-06-26T04:10:24.121Z | Checking getrandom v0.2.17 |
| 1868 | 2026-06-26T04:10:24.126Z | Checking lock_api v0.4.14 |
| 1869 | 2026-06-26T04:10:24.190Z | Checking zerofrom v0.1.6 |
| 1870 | 2026-06-26T04:10:24.229Z | Checking percent-encoding v2.3.2 |
| 1871 | 2026-06-26T04:10:24.264Z | Checking litemap v0.8.1 |
| 1872 | 2026-06-26T04:10:24.300Z | Checking writeable v0.6.2 |
| 1873 | 2026-06-26T04:10:24.336Z | Checking yoke v0.8.1 |
| 1874 | 2026-06-26T04:10:24.374Z | Checking icu_properties_data v2.1.2 |
| 1875 | 2026-06-26T04:10:24.377Z | Checking icu_normalizer_data v2.1.1 |
| 1876 | 2026-06-26T04:10:24.444Z | Checking subtle v2.6.1 |
| 1877 | 2026-06-26T04:10:24.483Z | Checking form_urlencoded v1.2.2 |
| 1878 | 2026-06-26T04:10:24.519Z | Checking utf8_iter v1.0.4 |
| 1879 | 2026-06-26T04:10:24.556Z | Checking zerovec v0.11.5 |
| 1880 | 2026-06-26T04:10:24.556Z | Checking zerotrie v0.2.3 |
| 1881 | 2026-06-26T04:10:24.560Z | Checking rand_core v0.6.4 |
| 1882 | 2026-06-26T04:10:24.658Z | Checking num-traits v0.2.19 |
| 1883 | 2026-06-26T04:10:24.658Z | Checking pin-project-lite v0.2.17 |
| 1884 | 2026-06-26T04:10:24.725Z | Checking zerocopy v0.8.40 |
| 1885 | 2026-06-26T04:10:24.728Z | Checking rand_core v0.10.0 |
| 1886 | 2026-06-26T04:10:24.810Z | Checking parking_lot_core v0.9.12 |
| 1887 | 2026-06-26T04:10:24.859Z | Checking portable-atomic v1.13.1 |
| 1888 | 2026-06-26T04:10:24.900Z | Checking signal-hook-registry v1.4.8 |
| 1889 | 2026-06-26T04:10:24.936Z | Checking getrandom v0.4.1 |
| 1890 | 2026-06-26T04:10:25.002Z | Checking tinystr v0.8.2 |
| 1891 | 2026-06-26T04:10:25.043Z | Checking potential_utf v0.1.4 |
| 1892 | 2026-06-26T04:10:25.088Z | Checking parking_lot v0.12.5 |
| 1893 | 2026-06-26T04:10:25.126Z | Checking critical-section v1.2.0 |
| 1894 | 2026-06-26T04:10:25.192Z | Checking serde v1.0.228 |
| 1895 | 2026-06-26T04:10:25.196Z | Checking serde_json v1.0.149 |
| 1896 | 2026-06-26T04:10:25.261Z | Checking bitflags v2.11.0 |
| 1897 | 2026-06-26T04:10:25.261Z | Checking icu_locale_core v2.1.1 |
| 1898 | 2026-06-26T04:10:25.265Z | Checking icu_collections v2.1.1 |
| 1899 | 2026-06-26T04:10:25.364Z | Checking once_cell v1.21.3 |
| 1900 | 2026-06-26T04:10:25.399Z | Checking mio v1.2.0 |
| 1901 | 2026-06-26T04:10:25.455Z | Checking typenum v1.19.0 |
| 1902 | 2026-06-26T04:10:25.571Z | Checking socket2 v0.6.3 |
| 1903 | 2026-06-26T04:10:25.621Z | Checking bytes v1.11.1 |
| 1904 | 2026-06-26T04:10:25.669Z | Checking iana-time-zone v0.1.65 |
| 1905 | 2026-06-26T04:10:25.719Z | Checking uuid v1.23.0 |
| 1906 | 2026-06-26T04:10:25.807Z | Checking chrono v0.4.44 |
| 1907 | 2026-06-26T04:10:25.845Z | Checking thiserror v2.0.18 |
| 1908 | 2026-06-26T04:10:25.881Z | Checking icu_provider v2.1.1 |
| 1909 | 2026-06-26T04:10:25.924Z | Checking semver v1.0.28 |
| 1910 | 2026-06-26T04:10:25.981Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1911 | 2026-06-26T04:10:26.021Z | Checking generic-array v0.14.7 |
| 1912 | 2026-06-26T04:10:26.054Z | Checking futures-core v0.3.32 |
| 1913 | 2026-06-26T04:10:26.090Z | Checking tokio v1.52.1 |
| 1914 | 2026-06-26T04:10:26.134Z | Checking icu_properties v2.1.2 |
| 1915 | 2026-06-26T04:10:26.171Z | Checking icu_normalizer v2.1.1 |
| 1916 | 2026-06-26T04:10:26.209Z | Checking dyn-clone v1.0.20 |
| 1917 | 2026-06-26T04:10:26.292Z | Checking equivalent v1.0.2 |
| 1918 | 2026-06-26T04:10:26.342Z | Checking const-oid v0.9.6 |
| 1919 | 2026-06-26T04:10:26.404Z | Checking rustix v1.1.3 |
| 1920 | 2026-06-26T04:10:26.491Z | Checking crypto-common v0.1.7 |
| 1921 | 2026-06-26T04:10:26.526Z | Checking block-buffer v0.10.4 |
| 1922 | 2026-06-26T04:10:26.641Z | Checking byteorder v1.5.0 |
| 1923 | 2026-06-26T04:10:26.679Z | Checking futures-sink v0.3.32 |
| 1924 | 2026-06-26T04:10:26.715Z | Checking slab v0.4.12 |
| 1925 | 2026-06-26T04:10:26.805Z | Checking futures-channel v0.3.32 |
| 1926 | 2026-06-26T04:10:26.875Z | Checking futures-task v0.3.32 |
| 1927 | 2026-06-26T04:10:26.911Z | Checking futures-io v0.3.32 |
| 1928 | 2026-06-26T04:10:26.968Z | Checking idna_adapter v1.2.1 |
| 1929 | 2026-06-26T04:10:27.060Z | Checking cpufeatures v0.2.17 |
| 1930 | 2026-06-26T04:10:27.065Z | Checking thiserror v1.0.69 |
| 1931 | 2026-06-26T04:10:27.065Z | Checking digest v0.10.7 |
| 1932 | 2026-06-26T04:10:27.065Z | Checking futures-util v0.3.32 |
| 1933 | 2026-06-26T04:10:27.162Z | Checking idna v1.1.0 |
| 1934 | 2026-06-26T04:10:27.165Z | Checking hashbrown v0.17.0 |
| 1935 | 2026-06-26T04:10:27.230Z | Checking getrandom v0.3.4 |
| 1936 | 2026-06-26T04:10:27.264Z | Checking fnv v1.0.7 |
| 1937 | 2026-06-26T04:10:27.320Z | Checking regex-syntax v0.8.10 |
| 1938 | 2026-06-26T04:10:27.384Z | Checking http v1.4.0 |
| 1939 | 2026-06-26T04:10:27.422Z | Checking tracing-core v0.1.36 |
| 1940 | 2026-06-26T04:10:27.454Z | Checking url v2.5.8 |
| 1941 | 2026-06-26T04:10:27.507Z | Checking ppv-lite86 v0.2.21 |
| 1942 | 2026-06-26T04:10:27.683Z | Checking indexmap v2.14.0 |
| 1943 | 2026-06-26T04:10:27.761Z | Checking base64 v0.22.1 |
| 1944 | 2026-06-26T04:10:27.827Z | Checking utf8parse v0.2.2 |
| 1945 | 2026-06-26T04:10:27.922Z | Checking schemars v0.8.22 |
| 1946 | 2026-06-26T04:10:27.960Z | Checking tracing v0.1.44 |
| 1947 | 2026-06-26T04:10:27.996Z | Checking anstyle v1.0.14 |
| 1948 | 2026-06-26T04:10:28.030Z | Checking anstyle-query v1.1.5 |
| 1949 | 2026-06-26T04:10:28.161Z | Checking base64ct v1.8.3 |
| 1950 | 2026-06-26T04:10:28.206Z | Checking is_terminal_polyfill v1.70.2 |
| 1951 | 2026-06-26T04:10:28.243Z | Checking colorchoice v1.0.4 |
| 1952 | 2026-06-26T04:10:28.286Z | Checking block-padding v0.3.3 |
| 1953 | 2026-06-26T04:10:28.324Z | Checking ipnet v2.11.0 |
| 1954 | 2026-06-26T04:10:28.369Z | Checking untrusted v0.9.0 |
| 1955 | 2026-06-26T04:10:28.425Z | Checking anstyle-parse v1.0.0 |
| 1956 | 2026-06-26T04:10:28.461Z | Checking inout v0.1.4 |
| 1957 | 2026-06-26T04:10:28.507Z | Checking ring v0.17.14 |
| 1958 | 2026-06-26T04:10:28.606Z | Checking terminal_size v0.4.3 |
| 1959 | 2026-06-26T04:10:28.609Z | Checking aho-corasick v1.1.4 |
| 1960 | 2026-06-26T04:10:28.640Z | Checking crossbeam-utils v0.8.21 |
| 1961 | 2026-06-26T04:10:28.708Z | Checking unicode-ident v1.0.24 |
| 1962 | 2026-06-26T04:10:28.712Z | Checking cipher v0.4.4 |
| 1963 | 2026-06-26T04:10:28.776Z | Checking anstream v1.0.0 |
| 1964 | 2026-06-26T04:10:28.846Z | Checking proc-macro2 v1.0.106 |
| 1965 | 2026-06-26T04:10:28.976Z | Checking clap_lex v1.0.0 |
| 1966 | 2026-06-26T04:10:29.013Z | Checking strsim v0.11.1 |
| 1967 | 2026-06-26T04:10:29.016Z | Checking pem-rfc7468 v0.7.0 |
| 1968 | 2026-06-26T04:10:29.082Z | Checking sha2 v0.10.9 |
| 1969 | 2026-06-26T04:10:29.153Z | Checking rustls-pki-types v1.14.0 |
| 1970 | 2026-06-26T04:10:29.190Z | Checking quote v1.0.45 |
| 1971 | 2026-06-26T04:10:29.235Z | Checking clap_builder v4.6.0 |
| 1972 | 2026-06-26T04:10:29.261Z | Checking httparse v1.10.1 |
| 1973 | 2026-06-26T04:10:29.341Z | Checking tokio-util v0.7.18 |
| 1974 | 2026-06-26T04:10:29.381Z | Checking regex-automata v0.4.14 |
| 1975 | 2026-06-26T04:10:29.385Z | Checking powerfmt v0.2.0 |
| 1976 | 2026-06-26T04:10:29.385Z | Checking syn v2.0.117 |
| 1977 | 2026-06-26T04:10:29.479Z | Checking rand_core v0.9.5 |
| 1978 | 2026-06-26T04:10:29.515Z | Checking hmac v0.12.1 |
| 1979 | 2026-06-26T04:10:29.518Z | Checking time-core v0.1.8 |
| 1980 | 2026-06-26T04:10:29.615Z | Checking deranged v0.5.8 |
| 1981 | 2026-06-26T04:10:29.674Z | Checking num_threads v0.1.7 |
| 1982 | 2026-06-26T04:10:29.711Z | Checking num-conv v0.2.0 |
| 1983 | 2026-06-26T04:10:29.714Z | Checking erased-serde v0.3.31 |
| 1984 | 2026-06-26T04:10:29.788Z | Checking flagset v0.4.7 |
| 1985 | 2026-06-26T04:10:29.889Z | Checking http-body v1.0.1 |
| 1986 | 2026-06-26T04:10:29.939Z | Checking der v0.7.10 |
| 1987 | 2026-06-26T04:10:29.974Z | Checking allocator-api2 v0.2.21 |
| 1988 | 2026-06-26T04:10:30.045Z | Checking atomic-waker v1.1.2 |
| 1989 | 2026-06-26T04:10:30.118Z | Checking slog v2.8.2 |
| 1990 | 2026-06-26T04:10:30.172Z | Checking rand_chacha v0.9.0 |
| 1991 | 2026-06-26T04:10:30.277Z | Checking anyhow v1.0.102 |
| 1992 | 2026-06-26T04:10:30.402Z | Checking try-lock v0.2.5 |
| 1993 | 2026-06-26T04:10:30.443Z | Checking httpdate v1.0.3 |
| 1994 | 2026-06-26T04:10:30.486Z | Checking clap v4.6.1 |
| 1995 | 2026-06-26T04:10:30.522Z | Checking rand v0.9.2 |
| 1996 | 2026-06-26T04:10:30.557Z | Checking time v0.3.47 |
| 1997 | 2026-06-26T04:10:30.560Z | Checking want v0.3.1 |
| 1998 | 2026-06-26T04:10:30.625Z | Checking h2 v0.4.13 |
| 1999 | 2026-06-26T04:10:30.628Z | Checking spin v0.9.8 |
| 2000 | 2026-06-26T04:10:30.702Z | Checking tower-service v0.3.3 |
| 2001 | 2026-06-26T04:10:30.738Z | Checking ryu v1.0.23 |
| 2002 | 2026-06-26T04:10:30.820Z | Checking tower-layer v0.3.3 |
| 2003 | 2026-06-26T04:10:30.868Z | Checking pin-utils v0.1.0 |
| 2004 | 2026-06-26T04:10:30.903Z | Checking ipnetwork v0.21.1 |
| 2005 | 2026-06-26T04:10:30.964Z | Checking socket2 v0.5.10 |
| 2006 | 2026-06-26T04:10:30.998Z | Checking mime v0.3.17 |
| 2007 | 2026-06-26T04:10:31.034Z | Checking fastrand v2.3.0 |
| 2008 | 2026-06-26T04:10:31.142Z | Checking spki v0.7.3 |
| 2009 | 2026-06-26T04:10:31.198Z | Checking pbkdf2 v0.12.2 |
| 2010 | 2026-06-26T04:10:31.235Z | Checking aes v0.8.4 |
| 2011 | 2026-06-26T04:10:31.240Z | Checking http-body-util v0.1.3 |
| 2012 | 2026-06-26T04:10:31.301Z | Checking cbc v0.1.2 |
| 2013 | 2026-06-26T04:10:31.336Z | Checking salsa20 v0.10.2 |
| 2014 | 2026-06-26T04:10:31.339Z | Checking rand_chacha v0.3.1 |
| 2015 | 2026-06-26T04:10:31.453Z | Checking hex v0.4.3 |
| 2016 | 2026-06-26T04:10:31.506Z | Checking aws-lc-sys v0.40.0 |
| 2017 | 2026-06-26T04:10:31.540Z | Checking untrusted v0.7.1 |
| 2018 | 2026-06-26T04:10:31.575Z | Checking simd-adler32 v0.3.8 |
| 2019 | 2026-06-26T04:10:31.657Z | Checking pretty-hex v0.4.1 |
| 2020 | 2026-06-26T04:10:31.694Z | Checking rand v0.8.6 |
| 2021 | 2026-06-26T04:10:31.697Z | Checking scrypt v0.11.0 |
| 2022 | 2026-06-26T04:10:31.697Z | Checking tempfile v3.25.0 |
| 2023 | 2026-06-26T04:10:31.729Z | Checking plain v0.2.3 |
| 2024 | 2026-06-26T04:10:31.889Z | Checking openssl-probe v0.2.1 |
| 2025 | 2026-06-26T04:10:31.893Z | Checking adler2 v2.0.1 |
| 2026 | 2026-06-26T04:10:31.962Z | Checking regex v1.12.3 |
| 2027 | 2026-06-26T04:10:32.017Z | Checking pkcs5 v0.7.1 |
| 2028 | 2026-06-26T04:10:32.023Z | Checking aws-lc-rs v1.16.3 |
| 2029 | 2026-06-26T04:10:32.091Z | Checking serde_urlencoded v0.7.1 |
| 2030 | 2026-06-26T04:10:32.094Z | Checking miniz_oxide v0.8.9 |
| 2031 | 2026-06-26T04:10:32.121Z | Checking encoding_rs v0.8.35 |
| 2032 | 2026-06-26T04:10:32.256Z | Checking ucd-trie v0.1.7 |
| 2033 | 2026-06-26T04:10:32.297Z | Checking camino v1.2.2 |
| 2034 | 2026-06-26T04:10:32.333Z | Checking rustls-native-certs v0.8.3 |
| 2035 | 2026-06-26T04:10:32.336Z | Checking pkcs8 v0.10.2 |
| 2036 | 2026-06-26T04:10:32.411Z | Checking pest v2.8.6 |
| 2037 | 2026-06-26T04:10:32.489Z | Checking oxnet v0.1.6 |
| 2038 | 2026-06-26T04:10:32.526Z | Checking futures-executor v0.3.32 |
| 2039 | 2026-06-26T04:10:32.571Z | Checking sync_wrapper v1.0.2 |
| 2040 | 2026-06-26T04:10:32.576Z | Checking either v1.15.0 |
| 2041 | 2026-06-26T04:10:32.702Z | Checking futures v0.3.32 |
| 2042 | 2026-06-26T04:10:32.705Z | Checking tower v0.5.3 |
| 2043 | 2026-06-26T04:10:32.774Z | Checking webpki-roots v1.0.6 |
| 2044 | 2026-06-26T04:10:32.812Z | Checking crc32fast v1.5.0 |
| 2045 | 2026-06-26T04:10:32.815Z | Checking iri-string v0.7.10 |
| 2046 | 2026-06-26T04:10:32.896Z | Checking rustls-webpki v0.103.9 |
| 2047 | 2026-06-26T04:10:32.935Z | Checking static_assertions v1.1.0 |
| 2048 | 2026-06-26T04:10:32.982Z | Checking foldhash v0.2.0 |
| 2049 | 2026-06-26T04:10:33.030Z | Checking lazy_static v1.5.0 |
| 2050 | 2026-06-26T04:10:33.130Z | Checking openapiv3 v2.2.0 |
| 2051 | 2026-06-26T04:10:33.167Z | Checking hashbrown v0.16.1 |
| 2052 | 2026-06-26T04:10:33.170Z | Checking signature v2.2.0 |
| 2053 | 2026-06-26T04:10:33.200Z | Checking winnow v0.7.14 |
| 2054 | 2026-06-26T04:10:33.363Z | Checking hubpack v0.1.2 |
| 2055 | 2026-06-26T04:10:33.369Z | Checking hyper v1.8.1 |
| 2056 | 2026-06-26T04:10:33.369Z | Checking rustls v0.23.37 |
| 2057 | 2026-06-26T04:10:33.517Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-06-26T04:10:33.561Z | Checking strum v0.26.3 |
| 2059 | 2026-06-26T04:10:33.700Z | Checking tinyvec_macros v0.1.1 |
| 2060 | 2026-06-26T04:10:33.738Z | Checking psl-types v2.0.11 |
| 2061 | 2026-06-26T04:10:33.797Z | Checking tinyvec v1.10.0 |
| 2062 | 2026-06-26T04:10:33.879Z | Checking publicsuffix v2.3.0 |
| 2063 | 2026-06-26T04:10:33.917Z | Checking tower-http v0.6.8 |
| 2064 | 2026-06-26T04:10:34.066Z | Checking cookie v0.18.1 |
| 2065 | 2026-06-26T04:10:34.127Z | Checking sha1 v0.10.6 |
| 2066 | 2026-06-26T04:10:34.223Z | Checking num-integer v0.1.46 |
| 2067 | 2026-06-26T04:10:34.321Z | Checking scroll v0.13.0 |
| 2068 | 2026-06-26T04:10:34.324Z | Checking hyper-util v0.1.20 |
| 2069 | 2026-06-26T04:10:34.324Z | Checking data-encoding v2.10.0 |
| 2070 | 2026-06-26T04:10:34.431Z | Checking flate2 v1.1.9 |
| 2071 | 2026-06-26T04:10:34.468Z | Checking cookie_store v0.22.1 |
| 2072 | 2026-06-26T04:10:34.473Z | Checking toml_datetime v0.6.11 |
| 2073 | 2026-06-26T04:10:34.473Z | Checking serde_spanned v0.6.9 |
| 2074 | 2026-06-26T04:10:34.575Z | Checking goblin v0.10.5 |
| 2075 | 2026-06-26T04:10:34.651Z | Checking memmap2 v0.9.10 |
| 2076 | 2026-06-26T04:10:34.688Z | Checking bit-vec v0.8.0 |
| 2077 | 2026-06-26T04:10:34.720Z | Checking base16ct v0.2.0 |
| 2078 | 2026-06-26T04:10:34.756Z | Checking dtrace-parser v0.3.0 |
| 2079 | 2026-06-26T04:10:34.824Z | Checking ff v0.13.1 |
| 2080 | 2026-06-26T04:10:34.861Z | Checking wait-timeout v0.2.1 |
| 2081 | 2026-06-26T04:10:34.895Z | Checking sec1 v0.7.3 |
| 2082 | 2026-06-26T04:10:34.930Z | Checking bit-set v0.8.0 |
| 2083 | 2026-06-26T04:10:34.979Z | Checking thread-id v5.1.0 |
| 2084 | 2026-06-26T04:10:35.016Z | Checking group v0.13.0 |
| 2085 | 2026-06-26T04:10:35.019Z | Checking num-iter v0.1.45 |
| 2086 | 2026-06-26T04:10:35.087Z | Checking bstr v1.12.1 |
| 2087 | 2026-06-26T04:10:35.123Z | Checking hkdf v0.12.4 |
| 2088 | 2026-06-26T04:10:35.159Z | Checking crossbeam-epoch v0.9.18 |
| 2089 | 2026-06-26T04:10:35.194Z | Checking anstyle-parse v0.2.7 |
| 2090 | 2026-06-26T04:10:35.197Z | Checking ahash v0.8.12 |
| 2091 | 2026-06-26T04:10:35.280Z | Checking crypto-bigint v0.5.5 |
| 2092 | 2026-06-26T04:10:35.403Z | Checking quick-error v1.2.3 |
| 2093 | 2026-06-26T04:10:35.406Z | Checking anstream v0.6.21 |
| 2094 | 2026-06-26T04:10:35.477Z | Checking rand_xorshift v0.4.0 |
| 2095 | 2026-06-26T04:10:35.509Z | Checking scroll v0.12.0 |
| 2096 | 2026-06-26T04:10:35.544Z | Checking rusty-fork v0.3.1 |
| 2097 | 2026-06-26T04:10:35.619Z | Checking unarray v0.1.4 |
| 2098 | 2026-06-26T04:10:35.660Z | Checking num-bigint-dig v0.8.6 |
| 2099 | 2026-06-26T04:10:35.699Z | Checking pkcs1 v0.7.5 |
| 2100 | 2026-06-26T04:10:35.739Z | Checking x509-cert v0.2.5 |
| 2101 | 2026-06-26T04:10:35.775Z | Checking proptest v1.10.0 |
| 2102 | 2026-06-26T04:10:35.778Z | Checking goblin v0.8.2 |
| 2103 | 2026-06-26T04:10:35.842Z | Checking tokio-rustls v0.26.4 |
| 2104 | 2026-06-26T04:10:35.936Z | Checking rustls-platform-verifier v0.6.2 |
| 2105 | 2026-06-26T04:10:36.101Z | Checking hyper-rustls v0.27.7 |
| 2106 | 2026-06-26T04:10:36.105Z | Checking zerocopy v0.7.35 |
| 2107 | 2026-06-26T04:10:36.193Z | Checking elliptic-curve v0.13.8 |
| 2108 | 2026-06-26T04:10:36.373Z | Checking reqwest v0.13.2 |
| 2109 | 2026-06-26T04:10:36.421Z | Checking foreign-types-shared v0.1.1 |
| 2110 | 2026-06-26T04:10:36.494Z | Checking unicode-segmentation v1.12.0 |
| 2111 | 2026-06-26T04:10:36.532Z | Checking foreign-types v0.3.2 |
| 2112 | 2026-06-26T04:10:36.535Z | Checking rsa v0.9.10 |
| 2113 | 2026-06-26T04:10:36.631Z | Checking dtrace-parser v0.2.0 |
| 2114 | 2026-06-26T04:10:36.634Z | Checking rfc6979 v0.4.0 |
| 2115 | 2026-06-26T04:10:36.811Z | Checking memoffset v0.9.1 |
| 2116 | 2026-06-26T04:10:36.850Z | Checking openssl-sys v0.9.115 |
| 2117 | 2026-06-26T04:10:36.898Z | Checking thread-id v4.2.2 |
| 2118 | 2026-06-26T04:10:36.936Z | Checking ecdsa v0.16.9 |
| 2119 | 2026-06-26T04:10:36.939Z | Checking dof v0.4.0 |
| 2120 | 2026-06-26T04:10:37.005Z | Checking curve25519-dalek v4.1.3 |
| 2121 | 2026-06-26T04:10:37.070Z | Checking rustix v0.38.44 |
| 2122 | 2026-06-26T04:10:37.243Z | Checking openssl v0.10.79 |
| 2123 | 2026-06-26T04:10:37.279Z | Checking env_filter v1.0.0 |
| 2124 | 2026-06-26T04:10:37.316Z | Checking keccak v0.1.6 |
| 2125 | 2026-06-26T04:10:37.455Z | Checking toml_write v0.1.2 |
| 2126 | 2026-06-26T04:10:37.513Z | Checking same-file v1.0.6 |
| 2127 | 2026-06-26T04:10:37.584Z | Checking newtype-uuid v1.3.2 |
| 2128 | 2026-06-26T04:10:37.619Z | Checking usdt-impl v0.6.0 |
| 2129 | 2026-06-26T04:10:37.655Z | Checking toml_edit v0.22.27 |
| 2130 | 2026-06-26T04:10:37.690Z | Checking walkdir v2.5.0 |
| 2131 | 2026-06-26T04:10:37.724Z | Checking dof v0.3.0 |
| 2132 | 2026-06-26T04:10:37.803Z | Checking sha3 v0.10.8 |
| 2133 | 2026-06-26T04:10:37.841Z | Checking daft v0.1.7 |
| 2134 | 2026-06-26T04:10:37.878Z | Checking env_logger v0.11.9 |
| 2135 | 2026-06-26T04:10:37.914Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-06-26T04:10:37.949Z | Checking usdt v0.6.0 |
| 2137 | 2026-06-26T04:10:38.033Z | Checking itertools v0.13.0 |
| 2138 | 2026-06-26T04:10:38.037Z | Checking usdt-impl v0.5.0 |
| 2139 | 2026-06-26T04:10:38.105Z | Checking serde_with v3.17.0 |
| 2140 | 2026-06-26T04:10:38.116Z | Checking bitflags v1.3.2 |
| 2141 | 2026-06-26T04:10:38.186Z | Checking siphasher v1.0.2 |
| 2142 | 2026-06-26T04:10:38.190Z | Checking ed25519-dalek v2.2.0 |
| 2143 | 2026-06-26T04:10:38.256Z | Checking nix v0.31.2 |
| 2144 | 2026-06-26T04:10:38.357Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2145 | 2026-06-26T04:10:38.391Z | Checking unicode-normalization v0.1.25 |
| 2146 | 2026-06-26T04:10:38.482Z | Checking signal-hook v0.3.18 |
| 2147 | 2026-06-26T04:10:38.699Z | Checking winnow v0.5.40 |
| 2148 | 2026-06-26T04:10:38.737Z | Checking managed v0.8.0 |
| 2149 | 2026-06-26T04:10:38.812Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2150 | 2026-06-26T04:10:38.849Z | Checking object v0.37.3 |
| 2151 | 2026-06-26T04:10:38.929Z | Checking foldhash v0.1.5 |
| 2152 | 2026-06-26T04:10:38.966Z | Checking bzip2 v0.4.4 |
| 2153 | 2026-06-26T04:10:39.092Z | Checking hashbrown v0.15.5 |
| 2154 | 2026-06-26T04:10:39.128Z | Checking signal-hook-mio v0.2.5 |
| 2155 | 2026-06-26T04:10:39.163Z | Checking globset v0.4.18 |
| 2156 | 2026-06-26T04:10:39.259Z | Checking ref-cast v1.0.25 |
| 2157 | 2026-06-26T04:10:39.298Z | Checking native-tls v0.2.18 |
| 2158 | 2026-06-26T04:10:39.337Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2159 | 2026-06-26T04:10:39.387Z | Checking zip v0.6.6 |
| 2160 | 2026-06-26T04:10:39.439Z | Checking pin-project v1.1.11 |
| 2161 | 2026-06-26T04:10:39.477Z | Checking zstd-safe v7.2.4 |
| 2162 | 2026-06-26T04:10:39.513Z | Checking tokio-native-tls v0.3.1 |
| 2163 | 2026-06-26T04:10:39.561Z | Checking bumpalo v3.20.2 |
| 2164 | 2026-06-26T04:10:39.596Z | Checking libbz2-rs-sys v0.2.2 |
| 2165 | 2026-06-26T04:10:39.631Z | Checking crossterm v0.28.1 |
| 2166 | 2026-06-26T04:10:39.671Z | Checking zstd v0.13.3 |
| 2167 | 2026-06-26T04:10:39.706Z | Checking hyper-tls v0.6.0 |
| 2168 | 2026-06-26T04:10:39.742Z | Checking similar v2.7.0 |
| 2169 | 2026-06-26T04:10:39.791Z | Checking zopfli v0.8.3 |
| 2170 | 2026-06-26T04:10:39.882Z | Checking toml_edit v0.19.15 |
| 2171 | 2026-06-26T04:10:39.916Z | Checking tokio-stream v0.1.18 |
| 2172 | 2026-06-26T04:10:39.920Z | Checking reqwest v0.12.28 |
| 2173 | 2026-06-26T04:10:40.019Z | Checking bzip2 v0.6.1 |
| 2174 | 2026-06-26T04:10:40.144Z | Checking fs-err v3.3.0 |
| 2175 | 2026-06-26T04:10:40.183Z | Checking pem v3.0.6 |
| 2176 | 2026-06-26T04:10:40.215Z | Checking hash32 v0.2.1 |
| 2177 | 2026-06-26T04:10:40.337Z | Checking serde-big-array v0.5.1 |
| 2178 | 2026-06-26T04:10:40.376Z | Checking jiff v0.2.21 |
| 2179 | 2026-06-26T04:10:40.379Z | Checking unicode-bidi v0.3.18 |
| 2180 | 2026-06-26T04:10:40.444Z | Checking predicates-core v1.0.10 |
| 2181 | 2026-06-26T04:10:40.479Z | Checking unicode-properties v0.1.4 |
| 2182 | 2026-06-26T04:10:40.513Z | Checking heapless v0.7.17 |
| 2183 | 2026-06-26T04:10:40.591Z | Checking snafu v0.8.9 |
| 2184 | 2026-06-26T04:10:40.695Z | Checking olpc-cjson v0.1.4 |
| 2185 | 2026-06-26T04:10:40.731Z | Checking stringprep v0.1.5 |
| 2186 | 2026-06-26T04:10:40.839Z | Checking hickory-proto v0.25.2 |
| 2187 | 2026-06-26T04:10:40.876Z | Checking md-5 v0.10.6 |
| 2188 | 2026-06-26T04:10:40.879Z | Checking serde_plain v1.0.2 |
| 2189 | 2026-06-26T04:10:40.943Z | Checking float-cmp v0.10.0 |
| 2190 | 2026-06-26T04:10:40.947Z | Checking toml v0.7.8 |
| 2191 | 2026-06-26T04:10:41.010Z | Checking typed-path v0.9.3 |
| 2192 | 2026-06-26T04:10:41.043Z | Checking difflib v0.4.0 |
| 2193 | 2026-06-26T04:10:41.088Z | Checking normalize-line-endings v0.3.0 |
| 2194 | 2026-06-26T04:10:41.113Z | Checking fallible-iterator v0.2.0 |
| 2195 | 2026-06-26T04:10:41.170Z | Checking smoltcp v0.9.1 |
| 2196 | 2026-06-26T04:10:41.206Z | Checking iddqd v0.4.2 |
| 2197 | 2026-06-26T04:10:41.246Z | Checking predicates v3.1.4 |
| 2198 | 2026-06-26T04:10:41.309Z | Checking phf_shared v0.11.3 |
| 2199 | 2026-06-26T04:10:41.412Z | Checking postgres-protocol v0.6.10 |
| 2200 | 2026-06-26T04:10:41.479Z | Checking phf_shared v0.13.1 |
| 2201 | 2026-06-26T04:10:41.571Z | Checking buf-list v1.1.2 |
| 2202 | 2026-06-26T04:10:41.706Z | Checking strum v0.27.2 |
| 2203 | 2026-06-26T04:10:41.756Z | Checking new_debug_unreachable v1.0.6 |
| 2204 | 2026-06-26T04:10:41.791Z | Checking lalrpop-util v0.19.12 |
| 2205 | 2026-06-26T04:10:41.795Z | Checking fixedbitset v0.5.7 |
| 2206 | 2026-06-26T04:10:41.860Z | Checking tough v0.22.0 |
| 2207 | 2026-06-26T04:10:41.865Z | Checking fixedbitset v0.4.2 |
| 2208 | 2026-06-26T04:10:41.865Z | Checking precomputed-hash v0.1.1 |
| 2209 | 2026-06-26T04:10:42.002Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2210 | 2026-06-26T04:10:42.026Z | Checking string_cache v0.8.9 |
| 2211 | 2026-06-26T04:10:42.071Z | Checking petgraph v0.8.3 |
| 2212 | 2026-06-26T04:10:42.105Z | Checking petgraph v0.6.5 |
| 2213 | 2026-06-26T04:10:42.145Z | Checking postgres-types v0.2.12 |
| 2214 | 2026-06-26T04:10:42.230Z | Checking phf v0.13.1 |
| 2215 | 2026-06-26T04:10:42.406Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2216 | 2026-06-26T04:10:42.502Z | Checking whoami v2.1.0 |
| 2217 | 2026-06-26T04:10:42.637Z | Checking zip v4.6.1 |
| 2218 | 2026-06-26T04:10:42.705Z | Checking peg-runtime v0.8.5 |
| 2219 | 2026-06-26T04:10:42.757Z | Checking tokio-postgres v0.7.16 |
| 2220 | 2026-06-26T04:10:42.990Z | Checking is-terminal v0.4.17 |
| 2221 | 2026-06-26T04:10:43.115Z | Checking crossbeam-channel v0.5.15 |
| 2222 | 2026-06-26T04:10:43.264Z | Checking thread_local v1.1.9 |
| 2223 | 2026-06-26T04:10:43.425Z | Compiling structmeta-derive v0.3.0 |
| 2224 | 2026-06-26T04:10:43.465Z | Checking take_mut v0.2.2 |
| 2225 | 2026-06-26T04:10:43.500Z | Checking term v1.2.1 |
| 2226 | 2026-06-26T04:10:43.598Z | Checking slog-async v2.8.0 |
| 2227 | 2026-06-26T04:10:43.716Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-06-26T04:10:43.719Z | Compiling rustls v0.22.4 |
| 2229 | 2026-06-26T04:10:43.788Z | Checking slog-term v2.9.2 |
| 2230 | 2026-06-26T04:10:43.821Z | Compiling multer v3.1.0 |
| 2231 | 2026-06-26T04:10:43.933Z | Compiling async-stream-impl v0.3.6 |
| 2232 | 2026-06-26T04:10:44.014Z | Checking match_cfg v0.1.0 |
| 2233 | 2026-06-26T04:10:44.053Z | Checking slog-json v2.6.1 |
| 2234 | 2026-06-26T04:10:44.123Z | Checking hostname v0.3.1 |
| 2235 | 2026-06-26T04:10:44.127Z | Compiling dropshot v0.17.0 |
| 2236 | 2026-06-26T04:10:44.188Z | Compiling dropshot_endpoint v0.17.0 |
| 2237 | 2026-06-26T04:10:44.246Z | Checking debug-ignore v1.0.5 |
| 2238 | 2026-06-26T04:10:44.281Z | Checking slog-bunyan v2.5.0 |
| 2239 | 2026-06-26T04:10:44.401Z | Checking progenitor-client v0.14.0 |
| 2240 | 2026-06-26T04:10:44.454Z | Checking rustls-webpki v0.102.8 |
| 2241 | 2026-06-26T04:10:44.481Z | Checking serde_spanned v1.0.4 |
| 2242 | 2026-06-26T04:10:44.487Z | Checking serde_path_to_error v0.1.20 |
| 2243 | 2026-06-26T04:10:44.548Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2244 | 2026-06-26T04:10:44.553Z | Compiling structmeta v0.3.0 |
| 2245 | 2026-06-26T04:10:44.553Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-06-26T04:10:44.647Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2247 | 2026-06-26T04:10:44.684Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2248 | 2026-06-26T04:10:44.801Z | Checking compression-core v0.4.31 |
| 2249 | 2026-06-26T04:10:44.842Z | Compiling derive-ex v0.1.8 |
| 2250 | 2026-06-26T04:10:44.848Z | Checking async-stream v0.3.6 |
| 2251 | 2026-06-26T04:10:44.937Z | Checking toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-06-26T04:10:44.974Z | Checking compression-codecs v0.4.37 |
| 2253 | 2026-06-26T04:10:45.039Z | Checking waitgroup v0.1.2 |
| 2254 | 2026-06-26T04:10:45.073Z | Checking rustls-pemfile v2.2.0 |
| 2255 | 2026-06-26T04:10:45.163Z | Checking hostname v0.4.2 |
| 2256 | 2026-06-26T04:10:45.166Z | Checking async-compression v0.4.41 |
| 2257 | 2026-06-26T04:10:45.241Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2258 | 2026-06-26T04:10:45.276Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2259 | 2026-06-26T04:10:45.309Z | Checking atomicwrites v0.4.4 |
| 2260 | 2026-06-26T04:10:45.375Z | Compiling parse-display-derive v0.10.0 |
| 2261 | 2026-06-26T04:10:45.442Z | Checking itertools v0.14.0 |
| 2262 | 2026-06-26T04:10:45.478Z | Checking macaddr v1.0.1 |
| 2263 | 2026-06-26T04:10:45.482Z | Checking regress v0.10.5 |
| 2264 | 2026-06-26T04:10:45.547Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2265 | 2026-06-26T04:10:45.717Z | Checking instant v0.1.13 |
| 2266 | 2026-06-26T04:10:45.837Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2267 | 2026-06-26T04:10:45.952Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2268 | 2026-06-26T04:10:45.989Z | Checking backoff v0.4.0 |
| 2269 | 2026-06-26T04:10:46.098Z | Checking backon v1.6.0 |
| 2270 | 2026-06-26T04:10:46.194Z | Checking humantime v2.3.0 |
| 2271 | 2026-06-26T04:10:46.293Z | Checking progenitor-extras v0.2.0 |
| 2272 | 2026-06-26T04:10:46.388Z | Checking tokio-rustls v0.25.0 |
| 2273 | 2026-06-26T04:10:46.423Z | Checking unicode-width v0.2.0 |
| 2274 | 2026-06-26T04:10:46.461Z | Compiling convert_case v0.4.0 |
| 2275 | 2026-06-26T04:10:46.524Z | Checking heck v0.5.0 |
| 2276 | 2026-06-26T04:10:46.559Z | Compiling test-strategy v0.4.5 |
| 2277 | 2026-06-26T04:10:46.562Z | Checking half v2.7.1 |
| 2278 | 2026-06-26T04:10:46.669Z | Checking ciborium-io v0.2.2 |
| 2279 | 2026-06-26T04:10:46.703Z | Checking secrecy v0.10.3 |
| 2280 | 2026-06-26T04:10:46.790Z | Compiling regress v0.11.1 |
| 2281 | 2026-06-26T04:10:46.849Z | Checking indent_write v2.2.0 |
| 2282 | 2026-06-26T04:10:46.852Z | Compiling derive_more v0.99.20 |
| 2283 | 2026-06-26T04:10:46.916Z | Checking ciborium-ll v0.2.2 |
| 2284 | 2026-06-26T04:10:46.951Z | Checking universal-hash v0.5.1 |
| 2285 | 2026-06-26T04:10:47.004Z | Checking opaque-debug v0.3.1 |
| 2286 | 2026-06-26T04:10:47.086Z | Checking parse-display v0.10.0 |
| 2287 | 2026-06-26T04:10:47.121Z | Checking ciborium v0.2.2 |
| 2288 | 2026-06-26T04:10:47.121Z | Checking camino-tempfile v1.4.1 |
| 2289 | 2026-06-26T04:10:47.258Z | Compiling crucible-workspace-hack v0.1.0 |
| 2290 | 2026-06-26T04:10:47.366Z | Checking aead v0.5.2 |
| 2291 | 2026-06-26T04:10:47.514Z | Compiling unsafe-libyaml v0.2.11 |
| 2292 | 2026-06-26T04:10:47.599Z | Checking poly1305 v0.8.0 |
| 2293 | 2026-06-26T04:10:47.645Z | Checking chacha20 v0.9.1 |
| 2294 | 2026-06-26T04:10:47.871Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2295 | 2026-06-26T04:10:47.906Z | Checking swrite v0.1.0 |
| 2296 | 2026-06-26T04:10:48.027Z | Checking password-hash v0.5.0 |
| 2297 | 2026-06-26T04:10:48.075Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2298 | 2026-06-26T04:10:48.316Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2299 | 2026-06-26T04:10:48.350Z | Compiling serde_yaml v0.9.34+deprecated |
| 2300 | 2026-06-26T04:10:48.535Z | Compiling typify-impl v0.6.2 |
| 2301 | 2026-06-26T04:10:48.667Z | Checking blake2 v0.10.6 |
| 2302 | 2026-06-26T04:10:48.706Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2303 | 2026-06-26T04:10:48.940Z | Checking argon2 v0.5.3 |
| 2304 | 2026-06-26T04:10:49.114Z | Checking thiserror-no-std v2.0.2 |
| 2305 | 2026-06-26T04:10:49.234Z | Checking vsss-rs v3.3.4 |
| 2306 | 2026-06-26T04:10:49.325Z | Checking chacha20poly1305 v0.10.1 |
| 2307 | 2026-06-26T04:10:49.482Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2308 | 2026-06-26T04:10:49.563Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2309 | 2026-06-26T04:10:49.873Z | Checking byte-wrapper v0.1.0 |
| 2310 | 2026-06-26T04:10:49.908Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2311 | 2026-06-26T04:10:49.943Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2312 | 2026-06-26T04:10:49.977Z | Checking crossbeam-deque v0.8.6 |
| 2313 | 2026-06-26T04:10:50.111Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2314 | 2026-06-26T04:10:50.147Z | Compiling rayon-core v1.13.0 |
| 2315 | 2026-06-26T04:10:50.188Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2316 | 2026-06-26T04:10:50.192Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2317 | 2026-06-26T04:10:50.432Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2318 | 2026-06-26T04:10:50.494Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2319 | 2026-06-26T04:10:50.754Z | Compiling proc-macro-error v1.0.4 |
| 2320 | 2026-06-26T04:10:50.859Z | Checking rayon v1.11.0 |
| 2321 | 2026-06-26T04:10:51.092Z | Compiling proc-macro-crate v3.4.0 |
| 2322 | 2026-06-26T04:10:51.521Z | Checking toml v0.8.23 |
| 2323 | 2026-06-26T04:10:51.608Z | Checking tabwriter v1.4.1 |
| 2324 | 2026-06-26T04:10:51.647Z | Checking cpufeatures v0.3.0 |
| 2325 | 2026-06-26T04:10:51.680Z | Compiling num_enum_derive v0.7.6 |
| 2326 | 2026-06-26T04:10:51.685Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2327 | 2026-06-26T04:10:51.748Z | Checking glob v0.3.3 |
| 2328 | 2026-06-26T04:10:51.751Z | Compiling heapless v0.8.0 |
| 2329 | 2026-06-26T04:10:51.838Z | Checking colored v3.1.1 |
| 2330 | 2026-06-26T04:10:51.877Z | Compiling ingot-macros v0.1.1 |
| 2331 | 2026-06-26T04:10:51.993Z | Checking hash32 v0.3.1 |
| 2332 | 2026-06-26T04:10:52.071Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2333 | 2026-06-26T04:10:52.152Z | Compiling smoltcp v0.11.0 |
| 2334 | 2026-06-26T04:10:52.313Z | Checking unicode-width v0.1.14 |
| 2335 | 2026-06-26T04:10:52.434Z | Checking cobs v0.3.0 |
| 2336 | 2026-06-26T04:10:52.571Z | Compiling usdt-attr-macro v0.5.0 |
| 2337 | 2026-06-26T04:10:52.606Z | Compiling usdt-macro v0.5.0 |
| 2338 | 2026-06-26T04:10:52.613Z | Checking memmap v0.7.0 |
| 2339 | 2026-06-26T04:10:52.713Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2340 | 2026-06-26T04:10:52.750Z | Checking num_enum v0.7.6 |
| 2341 | 2026-06-26T04:10:52.796Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2342 | 2026-06-26T04:10:52.890Z | Checking postcard v1.1.3 |
| 2343 | 2026-06-26T04:10:53.053Z | Compiling proc-macro-crate v1.3.1 |
| 2344 | 2026-06-26T04:10:53.089Z | Compiling typify-macro v0.6.2 |
| 2345 | 2026-06-26T04:10:53.258Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2346 | 2026-06-26T04:10:53.418Z | Checking sigpipe v0.1.3 |
| 2347 | 2026-06-26T04:10:53.421Z | Checking usdt v0.5.0 |
| 2348 | 2026-06-26T04:10:53.503Z | Compiling foreign-types-macros v0.2.3 |
| 2349 | 2026-06-26T04:10:53.507Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2350 | 2026-06-26T04:10:53.571Z | Checking foreign-types-shared v0.3.1 |
| 2351 | 2026-06-26T04:10:53.650Z | Compiling num_enum_derive v0.5.11 |
| 2352 | 2026-06-26T04:10:53.861Z | Checking chacha20 v0.10.0 |
| 2353 | 2026-06-26T04:10:53.996Z | Checking cstr-argument v0.1.2 |
| 2354 | 2026-06-26T04:10:54.097Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-06-26T04:10:54.133Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2356 | 2026-06-26T04:10:54.137Z | Compiling num-derive v0.4.2 |
| 2357 | 2026-06-26T04:10:54.137Z | Checking foreign-types v0.5.0 |
| 2358 | 2026-06-26T04:10:54.273Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2359 | 2026-06-26T04:10:54.534Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2360 | 2026-06-26T04:10:54.570Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2361 | 2026-06-26T04:10:54.624Z | Checking rand v0.10.0 |
| 2362 | 2026-06-26T04:10:54.703Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2363 | 2026-06-26T04:10:54.739Z | Checking num_enum v0.5.11 |
| 2364 | 2026-06-26T04:10:54.742Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2365 | 2026-06-26T04:10:54.805Z | Checking ingot-types v0.1.2 |
| 2366 | 2026-06-26T04:10:54.874Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2367 | 2026-06-26T04:10:54.912Z | Checking itertools v0.12.1 |
| 2368 | 2026-06-26T04:10:54.915Z | Compiling typify v0.6.2 |
| 2369 | 2026-06-26T04:10:55.023Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2370 | 2026-06-26T04:10:55.079Z | Compiling progenitor-impl v0.14.0 |
| 2371 | 2026-06-26T04:10:55.181Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2372 | 2026-06-26T04:10:55.213Z | Checking ingot v0.1.1 |
| 2373 | 2026-06-26T04:10:55.373Z | Compiling zone_cfg_derive v0.3.1 |
| 2374 | 2026-06-26T04:10:55.410Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2375 | 2026-06-26T04:10:55.609Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2376 | 2026-06-26T04:10:55.881Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2377 | 2026-06-26T04:10:55.997Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2378 | 2026-06-26T04:10:56.039Z | Checking zone v0.3.1 |
| 2379 | 2026-06-26T04:10:56.075Z | Checking smf v0.2.3 |
| 2380 | 2026-06-26T04:10:56.079Z | Checking whoami v1.6.1 |
| 2381 | 2026-06-26T04:10:56.145Z | Checking tokio-dtrace v0.1.1 |
| 2382 | 2026-06-26T04:10:56.282Z | Compiling derive-where v1.6.0 |
| 2383 | 2026-06-26T04:10:56.309Z | Checking console v0.15.11 |
| 2384 | 2026-06-26T04:10:56.345Z | Checking newline-converter v0.3.0 |
| 2385 | 2026-06-26T04:10:56.379Z | Checking oxide-tokio-rt v0.1.4 |
| 2386 | 2026-06-26T04:10:56.430Z | Checking bytecount v0.6.9 |
| 2387 | 2026-06-26T04:10:56.482Z | Compiling owo-colors v4.3.0 |
| 2388 | 2026-06-26T04:10:56.559Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-06-26T04:10:56.595Z | Checking libsw-core v0.3.2 |
| 2390 | 2026-06-26T04:10:56.629Z | Checking expectorate v1.2.0 |
| 2391 | 2026-06-26T04:10:56.769Z | Checking libsw v3.5.0 |
| 2392 | 2026-06-26T04:10:56.806Z | Checking num-rational v0.4.2 |
| 2393 | 2026-06-26T04:10:56.876Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2394 | 2026-06-26T04:10:57.146Z | Checking num-complex v0.4.6 |
| 2395 | 2026-06-26T04:10:57.214Z | Checking linear-map v1.2.0 |
| 2396 | 2026-06-26T04:10:57.251Z | Checking float-ord v0.3.2 |
| 2397 | 2026-06-26T04:10:57.382Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2398 | 2026-06-26T04:10:57.418Z | Checking gethostname v0.5.0 |
| 2399 | 2026-06-26T04:10:57.508Z | Checking num v0.4.3 |
| 2400 | 2026-06-26T04:10:57.546Z | Compiling prettyplease v0.2.37 |
| 2401 | 2026-06-26T04:10:57.579Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2402 | 2026-06-26T04:10:57.585Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2403 | 2026-06-26T04:10:57.646Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2404 | 2026-06-26T04:10:57.690Z | Compiling progenitor-macro v0.14.0 |
| 2405 | 2026-06-26T04:10:57.825Z | Checking resolv-conf v0.7.6 |
| 2406 | 2026-06-26T04:10:57.987Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2407 | 2026-06-26T04:10:58.036Z | Checking smawk v0.3.2 |
| 2408 | 2026-06-26T04:10:58.078Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2409 | 2026-06-26T04:10:58.278Z | Checking unicode-linebreak v0.1.5 |
| 2410 | 2026-06-26T04:10:58.525Z | Checking papergrid v0.11.0 |
| 2411 | 2026-06-26T04:10:59.165Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2412 | 2026-06-26T04:10:59.201Z | Compiling tabled_derive v0.7.0 |
| 2413 | 2026-06-26T04:10:59.239Z | Compiling convert_case v0.10.0 |
| 2414 | 2026-06-26T04:10:59.275Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2415 | 2026-06-26T04:10:59.408Z | Compiling slog-dtrace v0.3.0 |
| 2416 | 2026-06-26T04:10:59.551Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2417 | 2026-06-26T04:10:59.585Z | Compiling derive_more-impl v2.1.1 |
| 2418 | 2026-06-26T04:10:59.704Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2419 | 2026-06-26T04:10:59.877Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2420 | 2026-06-26T04:11:00.214Z | Checking tabled v0.15.0 |
| 2421 | 2026-06-26T04:11:00.462Z | Checking derive_more v2.1.1 |
| 2422 | 2026-06-26T04:11:00.536Z | Checking crossterm v0.29.0 |
| 2423 | 2026-06-26T04:11:00.827Z | Checking linked-hash-map v0.5.6 |
| 2424 | 2026-06-26T04:11:01.022Z | Checking lru-cache v0.1.2 |
| 2425 | 2026-06-26T04:11:01.412Z | Checking hickory-proto v0.24.4 |
| 2426 | 2026-06-26T04:11:01.484Z | Checking fd-lock v4.0.4 |
| 2427 | 2026-06-26T04:11:01.628Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2428 | 2026-06-26T04:11:02.325Z | Checking vte v0.14.1 |
| 2429 | 2026-06-26T04:11:02.528Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2430 | 2026-06-26T04:11:02.576Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-06-26T04:11:02.693Z | Checking progenitor v0.14.0 |
| 2432 | 2026-06-26T04:11:02.817Z | Checking strip-ansi-escapes v0.2.1 |
| 2433 | 2026-06-26T04:11:02.860Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2434 | 2026-06-26T04:11:03.277Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2435 | 2026-06-26T04:11:04.428Z | Checking termtree v0.5.1 |
| 2436 | 2026-06-26T04:11:04.470Z | Checking nu-ansi-term v0.50.3 |
| 2437 | 2026-06-26T04:11:04.555Z | Checking hickory-resolver v0.24.4 |
| 2438 | 2026-06-26T04:11:04.593Z | Checking textwrap v0.16.2 |
| 2439 | 2026-06-26T04:11:04.630Z | Compiling minimal-lexical v0.2.1 |
| 2440 | 2026-06-26T04:11:04.710Z | Checking reedline v0.40.0 |
| 2441 | 2026-06-26T04:11:04.840Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2442 | 2026-06-26T04:11:04.900Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2443 | 2026-06-26T04:11:04.937Z | Compiling nom v7.1.3 |
| 2444 | 2026-06-26T04:11:05.306Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2445 | 2026-06-26T04:11:05.343Z | Checking qorb v0.4.1 |
| 2446 | 2026-06-26T04:11:05.469Z | Compiling ar_archive_writer v0.5.1 |
| 2447 | 2026-06-26T04:11:05.940Z | Checking csv-core v0.1.13 |
| 2448 | 2026-06-26T04:11:06.020Z | Compiling stacker v0.1.23 |
| 2449 | 2026-06-26T04:11:06.156Z | Checking csv v1.4.0 |
| 2450 | 2026-06-26T04:11:06.314Z | Compiling semver v0.1.20 |
| 2451 | 2026-06-26T04:11:06.351Z | Compiling cfg_aliases v0.1.1 |
| 2452 | 2026-06-26T04:11:06.354Z | Compiling psm v0.1.30 |
| 2453 | 2026-06-26T04:11:06.493Z | Checking highway v1.3.0 |
| 2454 | 2026-06-26T04:11:06.564Z | Compiling rustc_version v0.1.7 |
| 2455 | 2026-06-26T04:11:06.601Z | Compiling nix v0.28.0 |
| 2456 | 2026-06-26T04:11:06.688Z | Checking nibble_vec v0.1.0 |
| 2457 | 2026-06-26T04:11:06.749Z | Checking endian-type v0.1.2 |
| 2458 | 2026-06-26T04:11:06.824Z | Checking home v0.5.12 |
| 2459 | 2026-06-26T04:11:06.860Z | Compiling newtype_derive v0.1.6 |
| 2460 | 2026-06-26T04:11:06.863Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2461 | 2026-06-26T04:11:06.926Z | Checking radix_trie v0.2.1 |
| 2462 | 2026-06-26T04:11:06.992Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2463 | 2026-06-26T04:11:07.094Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2464 | 2026-06-26T04:11:07.128Z | Checking phf_shared v0.12.1 |
| 2465 | 2026-06-26T04:11:07.164Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2466 | 2026-06-26T04:11:07.296Z | Compiling chrono-tz v0.10.4 |
| 2467 | 2026-06-26T04:11:07.355Z | Checking phf v0.12.1 |
| 2468 | 2026-06-26T04:11:07.611Z | Checking recursive v0.1.1 |
| 2469 | 2026-06-26T04:11:07.647Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2470 | 2026-06-26T04:11:07.651Z | Compiling const_format_proc_macros v0.2.34 |
| 2471 | 2026-06-26T04:11:07.682Z | Compiling peg-macros v0.8.5 |
| 2472 | 2026-06-26T04:11:07.746Z | Checking nom v8.0.0 |
| 2473 | 2026-06-26T04:11:07.780Z | Checking winnow v0.6.26 |
| 2474 | 2026-06-26T04:11:08.177Z | Compiling sqlparser_derive v0.5.0 |
| 2475 | 2026-06-26T04:11:08.530Z | Checking unicode_categories v0.1.1 |
| 2476 | 2026-06-26T04:11:08.566Z | Checking const_format v0.2.35 |
| 2477 | 2026-06-26T04:11:08.724Z | Checking rustyline v14.0.0 |
| 2478 | 2026-06-26T04:11:08.990Z | Checking sqlparser v0.61.0 |
| 2479 | 2026-06-26T04:11:09.026Z | Checking sqlformat v0.3.5 |
| 2480 | 2026-06-26T04:11:09.178Z | Checking peg v0.8.5 |
| 2481 | 2026-06-26T04:11:09.387Z | Checking bcs v0.1.6 |
| 2482 | 2026-06-26T04:11:09.444Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2483 | 2026-06-26T04:11:09.484Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2484 | 2026-06-26T04:11:09.548Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2485 | 2026-06-26T04:11:09.654Z | Checking steno v0.4.1 |
| 2486 | 2026-06-26T04:11:09.704Z | Checking filetime v0.2.27 |
| 2487 | 2026-06-26T04:11:09.742Z | Checking xattr v1.6.1 |
| 2488 | 2026-06-26T04:11:09.807Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2489 | 2026-06-26T04:11:09.870Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2490 | 2026-06-26T04:11:09.904Z | Checking tar v0.4.45 |
| 2491 | 2026-06-26T04:11:10.071Z | Checking subprocess v0.2.15 |
| 2492 | 2026-06-26T04:11:10.317Z | Checking base64 v0.21.7 |
| 2493 | 2026-06-26T04:11:10.550Z | Checking headers-core v0.3.0 |
| 2494 | 2026-06-26T04:11:10.598Z | Checking yasna v0.5.2 |
| 2495 | 2026-06-26T04:11:10.694Z | Checking headers v0.4.1 |
| 2496 | 2026-06-26T04:11:10.730Z | Checking dropshot-api-manager-types v0.7.2 |
| 2497 | 2026-06-26T04:11:10.934Z | Checking tagptr v0.2.0 |
| 2498 | 2026-06-26T04:11:11.022Z | Checking rcgen v0.12.1 |
| 2499 | 2026-06-26T04:11:11.108Z | Checking moka v0.12.13 |
| 2500 | 2026-06-26T04:11:11.194Z | Checking utf-8 v0.7.6 |
| 2501 | 2026-06-26T04:11:11.358Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2502 | 2026-06-26T04:11:11.392Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2503 | 2026-06-26T04:11:11.535Z | Compiling libefi-sys v0.1.0 |
| 2504 | 2026-06-26T04:11:11.790Z | Checking hickory-resolver v0.25.2 |
| 2505 | 2026-06-26T04:11:11.860Z | Checking tungstenite v0.21.0 |
| 2506 | 2026-06-26T04:11:11.894Z | Compiling bitfield-struct v0.6.2 |
| 2507 | 2026-06-26T04:11:12.273Z | Compiling radium v0.7.0 |
| 2508 | 2026-06-26T04:11:12.315Z | Checking tokio-tungstenite v0.21.0 |
| 2509 | 2026-06-26T04:11:12.599Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2510 | 2026-06-26T04:11:12.603Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2511 | 2026-06-26T04:11:12.665Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-06-26T04:11:12.818Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2513 | 2026-06-26T04:11:12.905Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2514 | 2026-06-26T04:11:13.003Z | Checking tap v1.0.1 |
| 2515 | 2026-06-26T04:11:13.134Z | Compiling maybe-uninit v2.0.0 |
| 2516 | 2026-06-26T04:11:13.176Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2517 | 2026-06-26T04:11:13.210Z | Checking wyz v0.5.1 |
| 2518 | 2026-06-26T04:11:13.462Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2519 | 2026-06-26T04:11:13.500Z | Compiling zerocopy-derive v0.6.6 |
| 2520 | 2026-06-26T04:11:13.570Z | Compiling packed_struct v0.10.1 |
| 2521 | 2026-06-26T04:11:13.604Z | Checking crc-catalog v2.4.0 |
| 2522 | 2026-06-26T04:11:13.638Z | Checking funty v2.0.0 |
| 2523 | 2026-06-26T04:11:13.726Z | Checking crc v3.4.0 |
| 2524 | 2026-06-26T04:11:13.939Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2525 | 2026-06-26T04:11:13.993Z | Checking bitvec v1.0.1 |
| 2526 | 2026-06-26T04:11:14.029Z | Compiling packed_struct_codegen v0.10.1 |
| 2527 | 2026-06-26T04:11:14.081Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2528 | 2026-06-26T04:11:14.420Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2529 | 2026-06-26T04:11:14.482Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2530 | 2026-06-26T04:11:14.552Z | Checking zerocopy v0.6.6 |
| 2531 | 2026-06-26T04:11:14.882Z | Compiling bitfield-macros v0.19.4 |
| 2532 | 2026-06-26T04:11:14.967Z | Compiling indexmap v1.9.3 |
| 2533 | 2026-06-26T04:11:15.151Z | Checking nodrop v0.1.14 |
| 2534 | 2026-06-26T04:11:15.238Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2535 | 2026-06-26T04:11:15.273Z | Checking array-init v0.0.4 |
| 2536 | 2026-06-26T04:11:15.276Z | Checking smallvec v0.6.14 |
| 2537 | 2026-06-26T04:11:15.527Z | Checking hashbrown v0.12.3 |
| 2538 | 2026-06-26T04:11:15.599Z | Checking serde-hex v0.1.0 |
| 2539 | 2026-06-26T04:11:15.635Z | Checking bitfield v0.19.4 |
| 2540 | 2026-06-26T04:11:15.938Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2541 | 2026-06-26T04:11:16.139Z | Checking ron v0.8.1 |
| 2542 | 2026-06-26T04:11:16.332Z | Checking hashbrown v0.13.2 |
| 2543 | 2026-06-26T04:11:16.456Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2544 | 2026-06-26T04:11:16.704Z | Checking crc-any v2.5.0 |
| 2545 | 2026-06-26T04:11:16.811Z | Checking object v0.30.4 |
| 2546 | 2026-06-26T04:11:16.917Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2547 | 2026-06-26T04:11:17.110Z | Checking path-slash v0.1.5 |
| 2548 | 2026-06-26T04:11:17.156Z | Compiling xshell-macros v0.2.7 |
| 2549 | 2026-06-26T04:11:17.244Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2550 | 2026-06-26T04:11:17.404Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2551 | 2026-06-26T04:11:17.461Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-06-26T04:11:17.575Z | Checking xshell v0.2.7 |
| 2553 | 2026-06-26T04:11:17.736Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2554 | 2026-06-26T04:11:17.932Z | Checking half v1.8.3 |
| 2555 | 2026-06-26T04:11:18.153Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2556 | 2026-06-26T04:11:18.188Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2557 | 2026-06-26T04:11:18.226Z | Checking serde_cbor v0.11.2 |
| 2558 | 2026-06-26T04:11:18.405Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2559 | 2026-06-26T04:11:18.651Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2560 | 2026-06-26T04:11:18.851Z | Compiling proc-macro-error2 v2.0.1 |
| 2561 | 2026-06-26T04:11:18.885Z | Compiling num-derive v0.3.3 |
| 2562 | 2026-06-26T04:11:18.997Z | Checking papergrid v0.17.0 |
| 2563 | 2026-06-26T04:11:19.047Z | Checking testing_table v0.3.0 |
| 2564 | 2026-06-26T04:11:19.171Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2565 | 2026-06-26T04:11:19.207Z | Compiling tabled_derive v0.11.0 |
| 2566 | 2026-06-26T04:11:19.714Z | Compiling progenitor-impl v0.13.0 |
| 2567 | 2026-06-26T04:11:19.750Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2568 | 2026-06-26T04:11:19.818Z | Checking libscf-sys v1.1.0 |
| 2569 | 2026-06-26T04:11:19.854Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2570 | 2026-06-26T04:11:19.980Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2571 | 2026-06-26T04:11:20.216Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2572 | 2026-06-26T04:11:20.421Z | Checking tabled v0.20.0 |
| 2573 | 2026-06-26T04:11:20.458Z | Checking maplit v1.0.2 |
| 2574 | 2026-06-26T04:11:20.689Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2575 | 2026-06-26T04:11:20.772Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2576 | 2026-06-26T04:11:21.158Z | Checking progenitor-client v0.13.0 |
| 2577 | 2026-06-26T04:11:21.441Z | Compiling git-stub v1.0.0 |
| 2578 | 2026-06-26T04:11:21.557Z | Checking crc8 v0.1.1 |
| 2579 | 2026-06-26T04:11:21.589Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2580 | 2026-06-26T04:11:21.683Z | Compiling git-stub-vcs v0.1.0 |
| 2581 | 2026-06-26T04:11:21.750Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2582 | 2026-06-26T04:11:21.939Z | Checking fxhash v0.2.1 |
| 2583 | 2026-06-26T04:11:22.065Z | Checking unicase v2.9.0 |
| 2584 | 2026-06-26T04:11:22.098Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2585 | 2026-06-26T04:11:22.223Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2586 | 2026-06-26T04:11:22.264Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2587 | 2026-06-26T04:11:22.345Z | Compiling progenitor-macro v0.13.0 |
| 2588 | 2026-06-26T04:11:22.543Z | Compiling vergen-lib v0.1.6 |
| 2589 | 2026-06-26T04:11:22.580Z | Compiling diesel_derives v2.3.7 |
| 2590 | 2026-06-26T04:11:22.661Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2591 | 2026-06-26T04:11:22.696Z | Checking scheduled-thread-pool v0.2.7 |
| 2592 | 2026-06-26T04:11:22.835Z | Compiling dsl_auto_type v0.2.0 |
| 2593 | 2026-06-26T04:11:22.868Z | Compiling vergen-gitcl v1.0.8 |
| 2594 | 2026-06-26T04:11:22.902Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2595 | 2026-06-26T04:11:22.995Z | Checking r2d2 v0.8.10 |
| 2596 | 2026-06-26T04:11:23.176Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2597 | 2026-06-26T04:11:23.210Z | Checking downcast-rs v2.0.2 |
| 2598 | 2026-06-26T04:11:23.244Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2599 | 2026-06-26T04:11:23.277Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2600 | 2026-06-26T04:11:23.336Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2601 | 2026-06-26T04:11:23.536Z | Checking kstat-rs v0.2.4 |
| 2602 | 2026-06-26T04:11:23.604Z | Checking arc-swap v1.8.2 |
| 2603 | 2026-06-26T04:11:23.842Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2604 | 2026-06-26T04:11:23.873Z | Checking slog-scope v4.4.1 |
| 2605 | 2026-06-26T04:11:24.035Z | Compiling parking_lot_core v0.8.6 |
| 2606 | 2026-06-26T04:11:24.070Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2607 | 2026-06-26T04:11:24.074Z | Checking slog-stdlog v4.1.1 |
| 2608 | 2026-06-26T04:11:24.138Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2609 | 2026-06-26T04:11:24.142Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2610 | 2026-06-26T04:11:24.253Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2611 | 2026-06-26T04:11:24.520Z | Checking slog-envlogger v2.2.0 |
| 2612 | 2026-06-26T04:11:24.582Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2613 | 2026-06-26T04:11:24.735Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2614 | 2026-06-26T04:11:24.998Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2615 | 2026-06-26T04:11:25.033Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2616 | 2026-06-26T04:11:25.071Z | Compiling dirs-sys-next v0.1.2 |
| 2617 | 2026-06-26T04:11:25.217Z | Compiling crunchy v0.2.4 |
| 2618 | 2026-06-26T04:11:25.301Z | Compiling dirs-next v2.0.0 |
| 2619 | 2026-06-26T04:11:25.387Z | Checking parking_lot v0.11.2 |
| 2620 | 2026-06-26T04:11:25.442Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2621 | 2026-06-26T04:11:25.475Z | Compiling clang-sys v1.8.1 |
| 2622 | 2026-06-26T04:11:25.556Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2623 | 2026-06-26T04:11:25.613Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2624 | 2026-06-26T04:11:25.793Z | Checking prefix-trie v0.7.0 |
| 2625 | 2026-06-26T04:11:25.858Z | Compiling tiny-keccak v2.0.2 |
| 2626 | 2026-06-26T04:11:26.113Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2627 | 2026-06-26T04:11:26.180Z | Checking sled v0.34.7 |
| 2628 | 2026-06-26T04:11:26.185Z | Checking hickory-server v0.25.2 |
| 2629 | 2026-06-26T04:11:26.281Z | Compiling term v0.7.0 |
| 2630 | 2026-06-26T04:11:26.355Z | Checking nanorand v0.7.0 |
| 2631 | 2026-06-26T04:11:26.585Z | Compiling salty v0.3.0 |
| 2632 | 2026-06-26T04:11:26.731Z | Compiling bit-vec v0.6.3 |
| 2633 | 2026-06-26T04:11:26.896Z | Checking flume v0.11.1 |
| 2634 | 2026-06-26T04:11:26.940Z | Compiling bit-set v0.5.3 |
| 2635 | 2026-06-26T04:11:26.986Z | Compiling ascii-canvas v3.0.0 |
| 2636 | 2026-06-26T04:11:27.171Z | Checking primeorder v0.13.6 |
| 2637 | 2026-06-26T04:11:27.263Z | Compiling itertools v0.10.5 |
| 2638 | 2026-06-26T04:11:27.322Z | Checking progenitor v0.13.0 |
| 2639 | 2026-06-26T04:11:27.445Z | Compiling ena v0.14.4 |
| 2640 | 2026-06-26T04:11:27.479Z | Compiling libloading v0.8.9 |
| 2641 | 2026-06-26T04:11:27.514Z | Compiling diff v0.1.13 |
| 2642 | 2026-06-26T04:11:27.517Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2643 | 2026-06-26T04:11:27.580Z | Compiling bindgen v0.71.1 |
| 2644 | 2026-06-26T04:11:27.685Z | Compiling regex-syntax v0.6.29 |
| 2645 | 2026-06-26T04:11:28.401Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2646 | 2026-06-26T04:11:28.625Z | Compiling cexpr v0.6.0 |
| 2647 | 2026-06-26T04:11:28.810Z | Checking diesel v2.3.7 |
| 2648 | 2026-06-26T04:11:28.866Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2649 | 2026-06-26T04:11:28.880Z | Compiling fs-err v2.11.0 |
| 2650 | 2026-06-26T04:11:29.110Z | Compiling lalrpop v0.19.12 |
| 2651 | 2026-06-26T04:11:29.333Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2652 | 2026-06-26T04:11:29.369Z | Compiling rustc-hash v2.1.1 |
| 2653 | 2026-06-26T04:11:29.698Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2654 | 2026-06-26T04:11:29.882Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2655 | 2026-06-26T04:11:29.920Z | Compiling libxml v0.3.3 |
| 2656 | 2026-06-26T04:11:30.308Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2657 | 2026-06-26T04:11:30.473Z | Checking p384 v0.13.1 |
| 2658 | 2026-06-26T04:11:30.932Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2659 | 2026-06-26T04:11:31.323Z | Compiling strum_macros v0.24.3 |
| 2660 | 2026-06-26T04:11:31.459Z | Compiling indoc v1.0.9 |
| 2661 | 2026-06-26T04:11:31.935Z | Checking assert_matches v1.5.0 |
| 2662 | 2026-06-26T04:11:32.044Z | Checking parse-size v1.1.0 |
| 2663 | 2026-06-26T04:11:32.201Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2664 | 2026-06-26T04:11:32.830Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2665 | 2026-06-26T04:11:33.063Z | Checking quick-xml v0.37.5 |
| 2666 | 2026-06-26T04:11:33.101Z | Checking derive_builder v0.20.2 |
| 2667 | 2026-06-26T04:11:33.263Z | Compiling oso-derive v0.27.3 |
| 2668 | 2026-06-26T04:11:33.338Z | Compiling trait-variant v0.1.2 |
| 2669 | 2026-06-26T04:11:33.798Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2670 | 2026-06-26T04:11:33.917Z | Checking openssl-probe v0.1.6 |
| 2671 | 2026-06-26T04:11:34.001Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2672 | 2026-06-26T04:11:34.107Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2673 | 2026-06-26T04:11:34.224Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2674 | 2026-06-26T04:11:34.749Z | Checking predicates-tree v1.0.13 |
| 2675 | 2026-06-26T04:11:34.897Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2676 | 2026-06-26T04:11:35.033Z | Checking http-range v0.1.5 |
| 2677 | 2026-06-26T04:11:35.070Z | Compiling mime_guess v2.0.5 |
| 2678 | 2026-06-26T04:11:35.198Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-06-26T04:11:35.334Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2680 | 2026-06-26T04:11:35.373Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-06-26T04:11:35.595Z | Checking bb8 v0.8.6 |
| 2682 | 2026-06-26T04:11:35.629Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-06-26T04:11:35.697Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2684 | 2026-06-26T04:11:35.740Z | Checking atty v0.2.14 |
| 2685 | 2026-06-26T04:11:35.852Z | Checking corncobs v0.1.4 |
| 2686 | 2026-06-26T04:11:35.922Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2687 | 2026-06-26T04:11:36.036Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2688 | 2026-06-26T04:11:36.080Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-06-26T04:11:36.255Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2690 | 2026-06-26T04:11:36.298Z | Checking ignore v0.4.25 |
| 2691 | 2026-06-26T04:11:36.334Z | Checking secrecy v0.8.0 |
| 2692 | 2026-06-26T04:11:36.414Z | Checking hyper-staticfile v0.10.1 |
| 2693 | 2026-06-26T04:11:36.740Z | Checking globwalk v0.9.1 |
| 2694 | 2026-06-26T04:11:36.773Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2695 | 2026-06-26T04:11:36.873Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2696 | 2026-06-26T04:11:36.967Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2697 | 2026-06-26T04:11:37.095Z | Checking nonempty v0.12.0 |
| 2698 | 2026-06-26T04:11:37.135Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2699 | 2026-06-26T04:11:37.293Z | Checking camino-tempfile-ext v0.3.3 |
| 2700 | 2026-06-26T04:11:37.396Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2701 | 2026-06-26T04:11:37.437Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2702 | 2026-06-26T04:11:37.525Z | Checking signal-hook-tokio v0.3.1 |
| 2703 | 2026-06-26T04:11:37.561Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2704 | 2026-06-26T04:11:37.686Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2705 | 2026-06-26T04:11:37.991Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2706 | 2026-06-26T04:11:38.252Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2707 | 2026-06-26T04:11:38.449Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2708 | 2026-06-26T04:11:38.619Z | Checking illumos-nvpair v0.3.0 |
| 2709 | 2026-06-26T04:11:38.769Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2710 | 2026-06-26T04:11:38.815Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2711 | 2026-06-26T04:11:38.899Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2712 | 2026-06-26T04:11:38.942Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2713 | 2026-06-26T04:11:38.979Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2714 | 2026-06-26T04:11:39.119Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2715 | 2026-06-26T04:11:39.193Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2716 | 2026-06-26T04:11:39.241Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2717 | 2026-06-26T04:11:39.674Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2718 | 2026-06-26T04:11:39.883Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2719 | 2026-06-26T04:11:40.823Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2720 | 2026-06-26T04:11:40.928Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2721 | 2026-06-26T04:11:41.155Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2722 | 2026-06-26T04:11:41.547Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2723 | 2026-06-26T04:11:41.905Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2724 | 2026-06-26T04:11:41.991Z | Checking tungstenite v0.23.0 |
| 2725 | 2026-06-26T04:11:42.029Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2726 | 2026-06-26T04:11:42.200Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2727 | 2026-06-26T04:11:42.240Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2728 | 2026-06-26T04:11:42.460Z | Checking tokio-tungstenite v0.23.1 |
| 2729 | 2026-06-26T04:11:42.614Z | Checking rand_seeder v0.4.0 |
| 2730 | 2026-06-26T04:11:42.651Z | Checking void v1.0.2 |
| 2731 | 2026-06-26T04:11:42.764Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2732 | 2026-06-26T04:11:42.866Z | Checking lzss v0.8.2 |
| 2733 | 2026-06-26T04:11:42.871Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2734 | 2026-06-26T04:11:42.961Z | Checking nix v0.27.1 |
| 2735 | 2026-06-26T04:11:43.024Z | Checking serde_bytes v0.11.19 |
| 2736 | 2026-06-26T04:11:43.105Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2737 | 2026-06-26T04:11:43.236Z | Checking diesel-dtrace v0.5.0 |
| 2738 | 2026-06-26T04:11:43.273Z | Checking async-bb8-diesel v0.2.1 |
| 2739 | 2026-06-26T04:11:43.307Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2740 | 2026-06-26T04:11:43.555Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2741 | 2026-06-26T04:11:43.657Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2742 | 2026-06-26T04:11:44.038Z | Checking is_ci v1.2.0 |
| 2743 | 2026-06-26T04:11:44.176Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2744 | 2026-06-26T04:11:44.482Z | Checking yansi v1.0.1 |
| 2745 | 2026-06-26T04:11:44.485Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2746 | 2026-06-26T04:11:44.614Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2747 | 2026-06-26T04:11:44.777Z | Checking pretty_assertions v1.4.1 |
| 2748 | 2026-06-26T04:11:44.882Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2749 | 2026-06-26T04:11:44.937Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2750 | 2026-06-26T04:11:44.970Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2751 | 2026-06-26T04:11:45.195Z | Compiling darling_core v0.23.0 |
| 2752 | 2026-06-26T04:11:46.046Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2753 | 2026-06-26T04:11:46.483Z | Compiling indoc v2.0.7 |
| 2754 | 2026-06-26T04:11:46.520Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2755 | 2026-06-26T04:11:46.748Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-06-26T04:11:46.977Z | Compiling libz-sys v1.1.24 |
| 2757 | 2026-06-26T04:11:47.313Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2758 | 2026-06-26T04:11:47.389Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-26T04:11:47.586Z | Compiling instability v0.3.11 |
| 2760 | 2026-06-26T04:11:47.697Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-06-26T04:11:47.764Z | Compiling darling_macro v0.23.0 |
| 2762 | 2026-06-26T04:11:47.990Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2763 | 2026-06-26T04:11:48.026Z | Checking castaway v0.2.4 |
| 2764 | 2026-06-26T04:11:48.180Z | Checking compact_str v0.8.1 |
| 2765 | 2026-06-26T04:11:48.333Z | Compiling darling v0.23.0 |
| 2766 | 2026-06-26T04:11:48.606Z | Checking supports-color v3.0.2 |
| 2767 | 2026-06-26T04:11:48.771Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2768 | 2026-06-26T04:11:48.992Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2769 | 2026-06-26T04:11:49.042Z | Checking unicode-truncate v1.1.0 |
| 2770 | 2026-06-26T04:11:49.210Z | Checking console v0.16.2 |
| 2771 | 2026-06-26T04:11:49.246Z | Checking lru v0.12.5 |
| 2772 | 2026-06-26T04:11:49.251Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2773 | 2026-06-26T04:11:49.438Z | Checking cassowary v0.3.0 |
| 2774 | 2026-06-26T04:11:49.524Z | Checking unit-prefix v0.5.2 |
| 2775 | 2026-06-26T04:11:49.688Z | Checking indicatif v0.18.4 |
| 2776 | 2026-06-26T04:11:49.693Z | Checking ratatui v0.29.0 |
| 2777 | 2026-06-26T04:11:49.798Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2778 | 2026-06-26T04:11:50.112Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2779 | 2026-06-26T04:11:50.363Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2780 | 2026-06-26T04:11:51.050Z | Compiling vergen-git2 v9.1.0 |
| 2781 | 2026-06-26T04:11:51.152Z | Checking plotters-backend v0.3.7 |
| 2782 | 2026-06-26T04:11:51.329Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2783 | 2026-06-26T04:11:51.394Z | Checking plotters-svg v0.3.7 |
| 2784 | 2026-06-26T04:11:51.561Z | Compiling rustls v0.21.12 |
| 2785 | 2026-06-26T04:11:51.598Z | Checking cast v0.3.0 |
| 2786 | 2026-06-26T04:11:51.783Z | Checking criterion-plot v0.6.0 |
| 2787 | 2026-06-26T04:11:51.868Z | Checking plotters v0.3.7 |
| 2788 | 2026-06-26T04:11:52.112Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2789 | 2026-06-26T04:11:52.158Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2790 | 2026-06-26T04:11:52.386Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2791 | 2026-06-26T04:11:52.620Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2792 | 2026-06-26T04:11:52.713Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2793 | 2026-06-26T04:11:52.853Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2794 | 2026-06-26T04:11:52.889Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2795 | 2026-06-26T04:11:53.083Z | Checking colored v2.2.0 |
| 2796 | 2026-06-26T04:11:53.137Z | Checking sct v0.7.1 |
| 2797 | 2026-06-26T04:11:53.328Z | Checking rustls-webpki v0.101.7 |
| 2798 | 2026-06-26T04:11:53.360Z | Checking tinytemplate v1.2.1 |
| 2799 | 2026-06-26T04:11:53.615Z | Checking anes v0.1.6 |
| 2800 | 2026-06-26T04:11:53.653Z | Checking shell-words v1.1.1 |
| 2801 | 2026-06-26T04:11:53.709Z | Checking oorandom v11.1.5 |
| 2802 | 2026-06-26T04:11:53.848Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2803 | 2026-06-26T04:11:53.881Z | Checking criterion v0.7.0 |
| 2804 | 2026-06-26T04:11:55.337Z | Checking typeid v1.0.3 |
| 2805 | 2026-06-26T04:11:55.383Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2806 | 2026-06-26T04:11:55.472Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2807 | 2026-06-26T04:11:56.247Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2808 | 2026-06-26T04:11:57.076Z | Checking tokio-test v0.4.5 |
| 2809 | 2026-06-26T04:11:57.318Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-06-26T04:11:57.454Z | Checking erased-serde v0.4.9 |
| 2811 | 2026-06-26T04:11:57.844Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-06-26T04:11:58.084Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-06-26T04:11:58.262Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-06-26T04:11:58.490Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2815 | 2026-06-26T04:11:58.760Z | Checking twox-hash v2.1.2 |
| 2816 | 2026-06-26T04:11:58.903Z | Checking ordered-float v2.10.1 |
| 2817 | 2026-06-26T04:11:59.146Z | Checking serde-untagged v0.1.9 |
| 2818 | 2026-06-26T04:11:59.181Z | Checking serde-value v0.7.0 |
| 2819 | 2026-06-26T04:11:59.372Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2820 | 2026-06-26T04:11:59.427Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2821 | 2026-06-26T04:11:59.660Z | Checking fatfs v0.3.6 |
| 2822 | 2026-06-26T04:12:00.070Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-06-26T04:12:00.419Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2824 | 2026-06-26T04:12:00.458Z | Checking unicode-xid v0.2.6 |
| 2825 | 2026-06-26T04:12:00.590Z | Compiling seq-macro v0.3.6 |
| 2826 | 2026-06-26T04:12:00.626Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2827 | 2026-06-26T04:12:01.126Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-06-26T04:12:01.427Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2829 | 2026-06-26T04:12:01.968Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-06-26T04:12:02.005Z | Compiling petname v2.0.2 |
| 2831 | 2026-06-26T04:12:02.063Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2832 | 2026-06-26T04:12:02.183Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-06-26T04:12:02.684Z | Checking concurrent-queue v2.5.0 |
| 2834 | 2026-06-26T04:12:02.902Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-06-26T04:12:02.967Z | Checking parking v2.2.1 |
| 2836 | 2026-06-26T04:12:03.066Z | Checking rpassword v7.4.0 |
| 2837 | 2026-06-26T04:12:03.124Z | Checking event-listener v5.4.1 |
| 2838 | 2026-06-26T04:12:03.381Z | Checking tui-tree-widget v0.23.1 |
| 2839 | 2026-06-26T04:12:03.608Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2840 | 2026-06-26T04:12:03.641Z | Checking polyval v0.6.2 |
| 2841 | 2026-06-26T04:12:03.803Z | Checking sapling-renderdag v0.1.0 |
| 2842 | 2026-06-26T04:12:03.838Z | Checking sync-ptr v0.1.4 |
| 2843 | 2026-06-26T04:12:03.989Z | Checking ghash v0.5.1 |
| 2844 | 2026-06-26T04:12:04.081Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-06-26T04:12:04.140Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-06-26T04:12:04.253Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-06-26T04:12:04.473Z | Checking ctr v0.9.2 |
| 2848 | 2026-06-26T04:12:04.680Z | Checking arrayref v0.3.9 |
| 2849 | 2026-06-26T04:12:04.798Z | Checking futures-timer v3.0.3 |
| 2850 | 2026-06-26T04:12:04.825Z | Checking arrayvec v0.7.6 |
| 2851 | 2026-06-26T04:12:04.999Z | Checking constant_time_eq v0.4.2 |
| 2852 | 2026-06-26T04:12:05.045Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-06-26T04:12:05.213Z | Checking async-lock v3.4.2 |
| 2854 | 2026-06-26T04:12:05.247Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-06-26T04:12:05.629Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2856 | 2026-06-26T04:12:06.005Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2857 | 2026-06-26T04:12:06.223Z | Checking ssh-encoding v0.2.0 |
| 2858 | 2026-06-26T04:12:06.450Z | Checking blowfish v0.9.1 |
| 2859 | 2026-06-26T04:12:06.635Z | Compiling strsim v0.10.0 |
| 2860 | 2026-06-26T04:12:06.878Z | Compiling darling_core v0.13.4 |
| 2861 | 2026-06-26T04:12:06.998Z | Checking bcrypt-pbkdf v0.10.0 |
| 2862 | 2026-06-26T04:12:07.197Z | Checking ssh-cipher v0.2.0 |
| 2863 | 2026-06-26T04:12:07.398Z | Checking async-object-pool v0.2.0 |
| 2864 | 2026-06-26T04:12:07.539Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-06-26T04:12:07.956Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2866 | 2026-06-26T04:12:08.654Z | Checking serde_regex v1.1.0 |
| 2867 | 2026-06-26T04:12:08.801Z | Checking password-hash v0.4.2 |
| 2868 | 2026-06-26T04:12:08.837Z | Checking assert-json-diff v2.0.2 |
| 2869 | 2026-06-26T04:12:08.869Z | Checking path-tree v0.8.3 |
| 2870 | 2026-06-26T04:12:09.032Z | Compiling target-lexicon v0.13.3 |
| 2871 | 2026-06-26T04:12:09.069Z | Checking gimli v0.32.3 |
| 2872 | 2026-06-26T04:12:09.102Z | Checking stringmetrics v2.2.2 |
| 2873 | 2026-06-26T04:12:09.281Z | Checking httpmock v0.8.3 |
| 2874 | 2026-06-26T04:12:09.612Z | Checking pbkdf2 v0.11.0 |
| 2875 | 2026-06-26T04:12:09.817Z | Compiling darling_macro v0.13.4 |
| 2876 | 2026-06-26T04:12:10.332Z | Checking ssh-key v0.6.7 |
| 2877 | 2026-06-26T04:12:10.458Z | Compiling samael v0.0.19 |
| 2878 | 2026-06-26T04:12:10.667Z | Checking addr2line v0.25.1 |
| 2879 | 2026-06-26T04:12:11.067Z | Checking p521 v0.13.3 |
| 2880 | 2026-06-26T04:12:11.538Z | Checking p256 v0.13.2 |
| 2881 | 2026-06-26T04:12:11.703Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-06-26T04:12:11.826Z | Checking russh-cryptovec v0.7.3 |
| 2883 | 2026-06-26T04:12:11.969Z | Checking md5 v0.7.0 |
| 2884 | 2026-06-26T04:12:12.025Z | Compiling guppy-workspace-hack v0.1.0 |
| 2885 | 2026-06-26T04:12:12.177Z | Checking rustc-demangle v0.1.27 |
| 2886 | 2026-06-26T04:12:12.262Z | Checking russh-keys v0.45.0 |
| 2887 | 2026-06-26T04:12:12.436Z | Checking backtrace v0.3.76 |
| 2888 | 2026-06-26T04:12:12.774Z | Compiling darling v0.13.4 |
| 2889 | 2026-06-26T04:12:12.917Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2026-06-26T04:12:12.952Z | Checking num-bigint v0.4.6 |
| 2891 | 2026-06-26T04:12:13.143Z | Checking des v0.8.1 |
| 2892 | 2026-06-26T04:12:13.339Z | Compiling blake3 v1.8.5 |
| 2893 | 2026-06-26T04:12:13.343Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-06-26T04:12:13.741Z | Compiling target-spec v3.5.7 |
| 2895 | 2026-06-26T04:12:13.825Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2896 | 2026-06-26T04:12:13.997Z | Checking russh v0.45.0 |
| 2897 | 2026-06-26T04:12:14.616Z | Checking cfg-expr v0.20.6 |
| 2898 | 2026-06-26T04:12:14.700Z | Compiling serde_with_macros v1.5.2 |
| 2899 | 2026-06-26T04:12:15.035Z | Checking backtrace-ext v0.2.1 |
| 2900 | 2026-06-26T04:12:15.285Z | Checking supports-color v2.1.0 |
| 2901 | 2026-06-26T04:12:15.447Z | Checking textwrap v0.15.2 |
| 2902 | 2026-06-26T04:12:15.565Z | Checking supports-hyperlinks v2.1.0 |
| 2903 | 2026-06-26T04:12:15.660Z | Checking supports-unicode v2.1.0 |
| 2904 | 2026-06-26T04:12:15.693Z | Checking hashbrown v0.14.5 |
| 2905 | 2026-06-26T04:12:15.727Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2906 | 2026-06-26T04:12:15.805Z | Checking cargo-platform v0.3.2 |
| 2907 | 2026-06-26T04:12:15.948Z | Checking terminal_size v0.1.17 |
| 2908 | 2026-06-26T04:12:15.984Z | Compiling miette-derive v5.10.0 |
| 2909 | 2026-06-26T04:12:16.016Z | Checking internet-checksum v0.2.1 |
| 2910 | 2026-06-26T04:12:16.084Z | Checking owo-colors v3.5.0 |
| 2911 | 2026-06-26T04:12:16.198Z | Checking chumsky v0.9.3 |
| 2912 | 2026-06-26T04:12:16.641Z | Checking cargo_metadata v0.23.1 |
| 2913 | 2026-06-26T04:12:17.147Z | Checking miette v5.10.0 |
| 2914 | 2026-06-26T04:12:17.277Z | Compiling serde_with v1.14.0 |
| 2915 | 2026-06-26T04:12:17.699Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2916 | 2026-06-26T04:12:17.783Z | Compiling git2 v0.20.4 |
| 2917 | 2026-06-26T04:12:17.830Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2026-06-26T04:12:17.926Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-06-26T04:12:18.283Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2920 | 2026-06-26T04:12:18.490Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2921 | 2026-06-26T04:12:18.526Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2922 | 2026-06-26T04:12:18.688Z | Compiling knuffel-derive v3.2.0 |
| 2923 | 2026-06-26T04:12:18.757Z | Checking httptest v0.16.4 |
| 2924 | 2026-06-26T04:12:18.793Z | Checking pathdiff v0.2.3 |
| 2925 | 2026-06-26T04:12:18.931Z | Checking topological-sort v0.2.2 |
| 2926 | 2026-06-26T04:12:19.104Z | Checking nested v0.1.1 |
| 2927 | 2026-06-26T04:12:19.164Z | Checking omicron-zone-package v0.12.2 |
| 2928 | 2026-06-26T04:12:19.278Z | Checking guppy v0.17.25 |
| 2929 | 2026-06-26T04:12:19.399Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2930 | 2026-06-26T04:12:20.226Z | Checking knuffel v3.2.0 |
| 2931 | 2026-06-26T04:12:20.264Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2932 | 2026-06-26T04:12:20.543Z | Checking similar-asserts v1.7.0 |
| 2933 | 2026-06-26T04:12:20.728Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2934 | 2026-06-26T04:12:20.763Z | Compiling target-triple v1.0.0 |
| 2935 | 2026-06-26T04:12:20.897Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2936 | 2026-06-26T04:12:20.933Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2937 | 2026-06-26T04:12:21.077Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2938 | 2026-06-26T04:12:21.160Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-06-26T04:12:21.225Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2940 | 2026-06-26T04:12:21.384Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-06-26T04:12:21.699Z | Compiling assert_cmd v2.1.2 |
| 2942 | 2026-06-26T04:12:21.733Z | Checking escape8259 v0.5.3 |
| 2943 | 2026-06-26T04:12:21.900Z | Checking libtest-mimic v0.8.1 |
| 2944 | 2026-06-26T04:12:22.225Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2945 | 2026-06-26T04:12:22.364Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2946 | 2026-06-26T04:12:22.766Z | Checking blake2b_simd v1.0.4 |
| 2947 | 2026-06-26T04:12:23.058Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2948 | 2026-06-26T04:12:23.222Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2949 | 2026-06-26T04:12:23.480Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2950 | 2026-06-26T04:12:23.657Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2951 | 2026-06-26T04:12:23.717Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2952 | 2026-06-26T04:12:23.893Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2953 | 2026-06-26T04:12:24.117Z | Checking fancy-regex v0.14.0 |
| 2954 | 2026-06-26T04:12:24.366Z | Checking serde_tokenstream v0.2.3 |
| 2955 | 2026-06-26T04:12:24.516Z | Checking approx v0.5.1 |
| 2956 | 2026-06-26T04:12:24.614Z | Checking uzers v0.12.2 |
| 2957 | 2026-06-26T04:12:24.677Z | Compiling rstest_macros v0.25.0 |
| 2958 | 2026-06-26T04:12:24.867Z | Checking termcolor v1.4.1 |
| 2959 | 2026-06-26T04:12:24.993Z | Checking constant_time_eq v0.3.1 |
| 2960 | 2026-06-26T04:12:25.128Z | Compiling linkme-impl v0.3.35 |
| 2961 | 2026-06-26T04:12:25.162Z | Checking trybuild v1.0.116 |
| 2962 | 2026-06-26T04:12:25.531Z | Checking rust-argon2 v2.1.0 |
| 2963 | 2026-06-26T04:12:25.818Z | Checking datatest-stable v0.3.3 |
| 2964 | 2026-06-26T04:12:26.214Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2965 | 2026-06-26T04:12:26.524Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2966 | 2026-06-26T04:12:26.586Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2967 | 2026-06-26T04:12:26.763Z | Checking support-bundle-viewer v0.1.2 |
| 2968 | 2026-06-26T04:12:27.037Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2969 | 2026-06-26T04:12:27.270Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2970 | 2026-06-26T04:12:27.333Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2971 | 2026-06-26T04:12:27.531Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2972 | 2026-06-26T04:12:27.560Z | Checking drift v0.2.0 |
| 2973 | 2026-06-26T04:12:27.594Z | Compiling polar-core v0.27.3 |
| 2974 | 2026-06-26T04:12:27.746Z | Checking rand_distr v0.5.1 |
| 2975 | 2026-06-26T04:12:27.819Z | Checking multimap v0.10.1 |
| 2976 | 2026-06-26T04:12:27.951Z | Compiling relative-path v1.9.3 |
| 2977 | 2026-06-26T04:12:28.023Z | Compiling linkme v0.3.35 |
| 2978 | 2026-06-26T04:12:28.195Z | Checking dropshot-api-manager v0.7.2 |
| 2979 | 2026-06-26T04:12:29.372Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2980 | 2026-06-26T04:12:30.002Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2981 | 2026-06-26T04:12:30.099Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2982 | 2026-06-26T04:12:30.267Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2983 | 2026-06-26T04:12:30.505Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2984 | 2026-06-26T04:12:30.696Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2985 | 2026-06-26T04:12:30.768Z | Checking cargo_toml v0.21.0 |
| 2986 | 2026-06-26T04:12:31.036Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2987 | 2026-06-26T04:12:31.396Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2988 | 2026-06-26T04:12:31.602Z | Checking partial-io v0.5.4 |
| 2989 | 2026-06-26T04:12:31.708Z | Checking termios v0.3.3 |
| 2990 | 2026-06-26T04:12:31.828Z | Checking rstest v0.25.0 |
| 2991 | 2026-06-26T04:12:31.861Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2992 | 2026-06-26T04:12:32.568Z | Checking oso v0.27.3 |
| 2993 | 2026-06-26T04:12:33.937Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2994 | 2026-06-26T04:12:34.123Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2995 | 2026-06-26T04:12:34.766Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2996 | 2026-06-26T04:12:37.134Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2997 | 2026-06-26T04:12:42.706Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2998 | 2026-06-26T04:12:44.567Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2999 | 2026-06-26T04:12:45.160Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-06-26T04:12:47.395Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3001 | 2026-06-26T04:12:52.109Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3002 | 2026-06-26T04:12:57.450Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3003 | 2026-06-26T04:13:00.736Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3004 | 2026-06-26T04:13:00.742Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3005 | 2026-06-26T04:13:01.347Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3006 | 2026-06-26T04:13:07.096Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3007 | 2026-06-26T04:13:12.486Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3008 | 2026-06-26T04:14:30.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s |
| 3009 | 2026-06-26T04:14:30.898Z | |
| 3010 | 2026-06-26T04:14:30.898Z | real 4:13.894907012 |
| 3011 | 2026-06-26T04:14:30.898Z | user 21:25.218294919 |
| 3012 | 2026-06-26T04:14:30.898Z | sys 4:54.855052304 |
| 3013 | 2026-06-26T04:14:30.898Z | trap 0.508323660 |
| 3014 | 2026-06-26T04:14:30.898Z | tflt 0.491758839 |
| 3015 | 2026-06-26T04:14:30.898Z | dflt 0.500048862 |
| 3016 | 2026-06-26T04:14:30.898Z | kflt 0.005033891 |
| 3017 | 2026-06-26T04:14:30.898Z | lock 58:54.253315345 |
| 3018 | 2026-06-26T04:14:30.898Z | slp 58:25.813400708 |
| 3019 | 2026-06-26T04:14:30.898Z | lat 1:48.209371493 |
| 3020 | 2026-06-26T04:14:30.898Z | stop 11:10.521544496 |
| 3021 | 2026-06-26T04:14:30.902Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3022 | 2026-06-26T04:14:30.902Z | + ptime -m cargo doc --workspace --no-deps |
| 3023 | 2026-06-26T04:14:31.712Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3024 | 2026-06-26T04:14:31.712Z | | |
| 3025 | 2026-06-26T04:14:31.712Z | = 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)` |
| 3026 | 2026-06-26T04:14:31.712Z | = 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> |
| 3027 | 2026-06-26T04:14:32.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3028 | 2026-06-26T04:14:32.953Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3029 | 2026-06-26T04:14:32.999Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3030 | 2026-06-26T04:14:33.062Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3031 | 2026-06-26T04:14:33.122Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3032 | 2026-06-26T04:14:33.217Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3033 | 2026-06-26T04:14:33.241Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3034 | 2026-06-26T04:14:33.268Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3035 | 2026-06-26T04:14:33.296Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3036 | 2026-06-26T04:14:33.323Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3037 | 2026-06-26T04:14:33.412Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3038 | 2026-06-26T04:14:33.524Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3039 | 2026-06-26T04:14:33.553Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3040 | 2026-06-26T04:14:33.609Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3041 | 2026-06-26T04:14:33.645Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-06-26T04:14:33.667Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3043 | 2026-06-26T04:14:33.670Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3044 | 2026-06-26T04:14:33.711Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3045 | 2026-06-26T04:14:33.714Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3046 | 2026-06-26T04:14:33.758Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3047 | 2026-06-26T04:14:33.809Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3048 | 2026-06-26T04:14:34.071Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3049 | 2026-06-26T04:14:34.382Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3050 | 2026-06-26T04:14:34.407Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3051 | 2026-06-26T04:14:34.511Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3052 | 2026-06-26T04:14:34.535Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3053 | 2026-06-26T04:14:34.559Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3054 | 2026-06-26T04:14:34.743Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3055 | 2026-06-26T04:14:34.791Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3056 | 2026-06-26T04:14:34.909Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3057 | 2026-06-26T04:14:35.044Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3058 | 2026-06-26T04:14:35.125Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3059 | 2026-06-26T04:14:35.183Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3060 | 2026-06-26T04:14:35.209Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3061 | 2026-06-26T04:14:35.231Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3062 | 2026-06-26T04:14:35.405Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3063 | 2026-06-26T04:14:35.453Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3064 | 2026-06-26T04:14:35.481Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3065 | 2026-06-26T04:14:35.666Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-06-26T04:14:35.722Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3067 | 2026-06-26T04:14:36.046Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3068 | 2026-06-26T04:14:36.191Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3069 | 2026-06-26T04:14:36.219Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3070 | 2026-06-26T04:14:36.384Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3071 | 2026-06-26T04:14:36.419Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3072 | 2026-06-26T04:14:36.443Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3073 | 2026-06-26T04:14:36.669Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3074 | 2026-06-26T04:14:36.693Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3075 | 2026-06-26T04:14:36.718Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3076 | 2026-06-26T04:14:36.741Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3077 | 2026-06-26T04:14:36.924Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3078 | 2026-06-26T04:14:36.927Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3079 | 2026-06-26T04:14:37.019Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3080 | 2026-06-26T04:14:37.049Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3081 | 2026-06-26T04:14:37.186Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3082 | 2026-06-26T04:14:37.212Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3083 | 2026-06-26T04:14:37.235Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3084 | 2026-06-26T04:14:37.238Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3085 | 2026-06-26T04:14:37.279Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3086 | 2026-06-26T04:14:37.390Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3087 | 2026-06-26T04:14:37.585Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3088 | 2026-06-26T04:14:37.763Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3089 | 2026-06-26T04:14:37.923Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3090 | 2026-06-26T04:14:38.045Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3091 | 2026-06-26T04:14:38.361Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3092 | 2026-06-26T04:14:38.539Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3093 | 2026-06-26T04:14:38.810Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3094 | 2026-06-26T04:14:38.835Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3095 | 2026-06-26T04:14:38.838Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3096 | 2026-06-26T04:14:38.885Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3097 | 2026-06-26T04:14:39.065Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3098 | 2026-06-26T04:14:39.093Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3099 | 2026-06-26T04:14:39.125Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3100 | 2026-06-26T04:14:39.262Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3101 | 2026-06-26T04:14:39.631Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3102 | 2026-06-26T04:14:40.188Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3103 | 2026-06-26T04:14:40.231Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3104 | 2026-06-26T04:14:40.288Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3105 | 2026-06-26T04:14:40.339Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3106 | 2026-06-26T04:14:40.564Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3107 | 2026-06-26T04:14:40.591Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3108 | 2026-06-26T04:14:40.622Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3109 | 2026-06-26T04:14:40.730Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3110 | 2026-06-26T04:14:40.836Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3111 | 2026-06-26T04:14:40.860Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3112 | 2026-06-26T04:14:40.920Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3113 | 2026-06-26T04:14:41.106Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3114 | 2026-06-26T04:14:41.130Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3115 | 2026-06-26T04:14:41.151Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3116 | 2026-06-26T04:14:41.174Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3117 | 2026-06-26T04:14:41.291Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3118 | 2026-06-26T04:14:41.407Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3119 | 2026-06-26T04:14:41.431Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3120 | 2026-06-26T04:14:41.453Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3121 | 2026-06-26T04:14:41.478Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3122 | 2026-06-26T04:14:41.623Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3123 | 2026-06-26T04:14:41.650Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3124 | 2026-06-26T04:14:41.650Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3125 | 2026-06-26T04:14:41.740Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3126 | 2026-06-26T04:14:41.760Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3127 | 2026-06-26T04:14:41.826Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3128 | 2026-06-26T04:14:41.870Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3129 | 2026-06-26T04:14:41.959Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3130 | 2026-06-26T04:14:42.029Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3131 | 2026-06-26T04:14:42.053Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3132 | 2026-06-26T04:14:42.162Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3133 | 2026-06-26T04:14:42.342Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3134 | 2026-06-26T04:14:42.345Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3135 | 2026-06-26T04:14:42.384Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3136 | 2026-06-26T04:14:42.852Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3137 | 2026-06-26T04:14:43.006Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3138 | 2026-06-26T04:14:43.110Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3139 | 2026-06-26T04:14:43.758Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3140 | 2026-06-26T04:14:43.894Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3141 | 2026-06-26T04:14:43.970Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3142 | 2026-06-26T04:14:44.540Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3143 | 2026-06-26T04:14:44.628Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3144 | 2026-06-26T04:14:45.300Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3145 | 2026-06-26T04:14:46.070Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3146 | 2026-06-26T04:14:46.731Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3147 | 2026-06-26T04:14:46.757Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3148 | 2026-06-26T04:14:47.052Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3149 | 2026-06-26T04:14:47.371Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3150 | 2026-06-26T04:14:47.440Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3151 | 2026-06-26T04:14:47.610Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3152 | 2026-06-26T04:14:47.693Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3153 | 2026-06-26T04:14:48.177Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3154 | 2026-06-26T04:14:48.316Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3155 | 2026-06-26T04:14:48.403Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3156 | 2026-06-26T04:14:48.719Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3157 | 2026-06-26T04:14:48.966Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3158 | 2026-06-26T04:14:49.121Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3159 | 2026-06-26T04:14:49.442Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3160 | 2026-06-26T04:14:49.628Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3161 | 2026-06-26T04:14:49.842Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3162 | 2026-06-26T04:14:50.067Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3163 | 2026-06-26T04:14:50.179Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3164 | 2026-06-26T04:14:50.380Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3165 | 2026-06-26T04:14:51.060Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3166 | 2026-06-26T04:14:51.179Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3167 | 2026-06-26T04:14:51.822Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3168 | 2026-06-26T04:14:52.246Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3169 | 2026-06-26T04:14:52.519Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3170 | 2026-06-26T04:14:52.873Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3171 | 2026-06-26T04:14:53.450Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3172 | 2026-06-26T04:14:54.010Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3173 | 2026-06-26T04:14:54.033Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3174 | 2026-06-26T04:14:54.530Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-06-26T04:14:55.195Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3176 | 2026-06-26T04:14:55.721Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3177 | 2026-06-26T04:14:56.463Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3178 | 2026-06-26T04:14:56.671Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3179 | 2026-06-26T04:14:56.948Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3180 | 2026-06-26T04:14:57.141Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3181 | 2026-06-26T04:14:57.324Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3182 | 2026-06-26T04:14:58.547Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3183 | 2026-06-26T04:15:00.262Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3184 | 2026-06-26T04:15:01.312Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3185 | 2026-06-26T04:15:01.672Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3186 | 2026-06-26T04:15:02.965Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3187 | 2026-06-26T04:15:03.379Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3188 | 2026-06-26T04:15:03.405Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3189 | 2026-06-26T04:15:03.578Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3190 | 2026-06-26T04:15:04.839Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3191 | 2026-06-26T04:15:04.995Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2026-06-26T04:15:05.129Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3193 | 2026-06-26T04:15:05.374Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3194 | 2026-06-26T04:15:06.065Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3195 | 2026-06-26T04:15:06.311Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3196 | 2026-06-26T04:15:06.338Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3197 | 2026-06-26T04:15:06.560Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3198 | 2026-06-26T04:15:06.777Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3199 | 2026-06-26T04:15:06.828Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3200 | 2026-06-26T04:15:07.529Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3201 | 2026-06-26T04:15:07.566Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3202 | 2026-06-26T04:15:07.911Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3203 | 2026-06-26T04:15:08.121Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3204 | 2026-06-26T04:15:08.308Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3205 | 2026-06-26T04:15:08.458Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3206 | 2026-06-26T04:15:08.560Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3207 | 2026-06-26T04:15:08.834Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3208 | 2026-06-26T04:15:09.154Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3209 | 2026-06-26T04:15:10.577Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3210 | 2026-06-26T04:15:10.951Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3211 | 2026-06-26T04:15:11.075Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3212 | 2026-06-26T04:15:12.816Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3213 | 2026-06-26T04:15:14.427Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3214 | 2026-06-26T04:15:14.890Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3215 | 2026-06-26T04:15:16.153Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3216 | 2026-06-26T04:15:17.120Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3217 | 2026-06-26T04:15:18.080Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3218 | 2026-06-26T04:15:19.218Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3219 | 2026-06-26T04:15:19.834Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3220 | 2026-06-26T04:15:21.871Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3221 | 2026-06-26T04:15:22.676Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3222 | 2026-06-26T04:15:23.298Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3223 | 2026-06-26T04:15:24.046Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3224 | 2026-06-26T04:15:25.233Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3225 | 2026-06-26T04:15:26.095Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3226 | 2026-06-26T04:15:26.153Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3227 | 2026-06-26T04:15:27.114Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3228 | 2026-06-26T04:15:29.421Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3229 | 2026-06-26T04:15:32.464Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3230 | 2026-06-26T04:15:33.588Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3231 | 2026-06-26T04:15:34.064Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3232 | 2026-06-26T04:15:35.018Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3233 | 2026-06-26T04:15:35.779Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3234 | 2026-06-26T04:15:36.687Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3235 | 2026-06-26T04:15:37.431Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3236 | 2026-06-26T04:15:38.173Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3237 | 2026-06-26T04:15:40.812Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3238 | 2026-06-26T04:15:40.872Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3239 | 2026-06-26T04:15:41.938Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3240 | 2026-06-26T04:15:42.045Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3241 | 2026-06-26T04:15:42.689Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3242 | 2026-06-26T04:15:43.610Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3243 | 2026-06-26T04:15:44.648Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3244 | 2026-06-26T04:15:47.565Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3245 | 2026-06-26T04:15:49.210Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3246 | 2026-06-26T04:15:49.876Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3247 | 2026-06-26T04:15:50.769Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3248 | 2026-06-26T04:15:51.891Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3249 | 2026-06-26T04:15:52.865Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3250 | 2026-06-26T04:15:56.298Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3251 | 2026-06-26T04:15:56.538Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3252 | 2026-06-26T04:15:57.449Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3253 | 2026-06-26T04:15:58.696Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3254 | 2026-06-26T04:15:59.998Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3255 | 2026-06-26T04:16:01.339Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3256 | 2026-06-26T04:16:03.904Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3257 | 2026-06-26T04:16:04.460Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3258 | 2026-06-26T04:16:06.363Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3259 | 2026-06-26T04:16:07.802Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3260 | 2026-06-26T04:16:09.251Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3261 | 2026-06-26T04:16:11.076Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3262 | 2026-06-26T04:16:12.619Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3263 | 2026-06-26T04:16:14.297Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3264 | 2026-06-26T04:16:15.952Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3265 | 2026-06-26T04:16:19.893Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3266 | 2026-06-26T04:16:20.768Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3267 | 2026-06-26T04:16:21.956Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3268 | 2026-06-26T04:16:22.641Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3269 | 2026-06-26T04:16:24.216Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3270 | 2026-06-26T04:16:25.913Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3271 | 2026-06-26T04:16:27.964Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3272 | 2026-06-26T04:16:29.903Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3273 | 2026-06-26T04:16:31.662Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3274 | 2026-06-26T04:16:33.408Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3275 | 2026-06-26T04:16:35.494Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3276 | 2026-06-26T04:16:37.000Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3277 | 2026-06-26T04:16:38.756Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3278 | 2026-06-26T04:16:40.559Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3279 | 2026-06-26T04:16:44.112Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3280 | 2026-06-26T04:16:45.646Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3281 | 2026-06-26T04:16:47.704Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3282 | 2026-06-26T04:16:49.121Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3283 | 2026-06-26T04:16:51.340Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3284 | 2026-06-26T04:16:55.224Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3285 | 2026-06-26T04:16:57.210Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3286 | 2026-06-26T04:16:59.045Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3287 | 2026-06-26T04:17:00.910Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3288 | 2026-06-26T04:17:02.924Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3289 | 2026-06-26T04:17:05.789Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3290 | 2026-06-26T04:17:07.199Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3291 | 2026-06-26T04:17:09.354Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3292 | 2026-06-26T04:17:11.921Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3293 | 2026-06-26T04:17:14.216Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3294 | 2026-06-26T04:17:16.390Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3295 | 2026-06-26T04:17:18.694Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3296 | 2026-06-26T04:17:20.895Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3297 | 2026-06-26T04:17:23.163Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3298 | 2026-06-26T04:17:25.405Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3299 | 2026-06-26T04:17:27.767Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3300 | 2026-06-26T04:17:29.942Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3301 | 2026-06-26T04:17:32.660Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3302 | 2026-06-26T04:17:34.634Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3303 | 2026-06-26T04:17:36.617Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3304 | 2026-06-26T04:17:38.810Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3305 | 2026-06-26T04:17:41.197Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3306 | 2026-06-26T04:17:43.500Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3307 | 2026-06-26T04:17:45.756Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3308 | 2026-06-26T04:17:48.038Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3309 | 2026-06-26T04:17:50.477Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3310 | 2026-06-26T04:17:52.770Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3311 | 2026-06-26T04:17:55.184Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3312 | 2026-06-26T04:17:57.578Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3313 | 2026-06-26T04:17:59.951Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3314 | 2026-06-26T04:18:02.321Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3315 | 2026-06-26T04:18:04.633Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3316 | 2026-06-26T04:18:06.975Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3317 | 2026-06-26T04:18:09.290Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3318 | 2026-06-26T04:18:11.841Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3319 | 2026-06-26T04:18:14.252Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3320 | 2026-06-26T04:18:16.594Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3321 | 2026-06-26T04:18:19.003Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3322 | 2026-06-26T04:18:21.343Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3323 | 2026-06-26T04:18:24.014Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3324 | 2026-06-26T04:18:26.376Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3325 | 2026-06-26T04:18:28.851Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3326 | 2026-06-26T04:18:31.309Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3327 | 2026-06-26T04:18:33.688Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3328 | 2026-06-26T04:18:36.055Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3329 | 2026-06-26T04:18:38.444Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3330 | 2026-06-26T04:18:40.915Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3331 | 2026-06-26T04:18:43.321Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3332 | 2026-06-26T04:18:46.255Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3333 | 2026-06-26T04:18:48.338Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3334 | 2026-06-26T04:18:51.021Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3335 | 2026-06-26T04:18:53.505Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3336 | 2026-06-26T04:18:56.159Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3337 | 2026-06-26T04:18:58.865Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3338 | 2026-06-26T04:19:01.453Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3339 | 2026-06-26T04:19:04.048Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3340 | 2026-06-26T04:19:06.497Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3341 | 2026-06-26T04:19:09.121Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3342 | 2026-06-26T04:19:11.701Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3343 | 2026-06-26T04:19:14.312Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3344 | 2026-06-26T04:19:17.281Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3345 | 2026-06-26T04:19:19.786Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3346 | 2026-06-26T04:19:27.928Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3347 | 2026-06-26T04:19:27.987Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3348 | 2026-06-26T04:19:31.312Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3349 | 2026-06-26T04:19:34.724Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3350 | 2026-06-26T04:19:38.212Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3351 | 2026-06-26T04:19:41.661Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3352 | 2026-06-26T04:19:44.911Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3353 | 2026-06-26T04:19:49.638Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3354 | 2026-06-26T04:19:52.635Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3355 | 2026-06-26T04:19:56.367Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3356 | 2026-06-26T04:19:59.947Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3357 | 2026-06-26T04:20:03.708Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3358 | 2026-06-26T04:20:07.520Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3359 | 2026-06-26T04:20:11.217Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3360 | 2026-06-26T04:20:14.927Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3361 | 2026-06-26T04:20:18.660Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3362 | 2026-06-26T04:20:22.380Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3363 | 2026-06-26T04:20:26.152Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3364 | 2026-06-26T04:20:29.809Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3365 | 2026-06-26T04:20:33.488Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3366 | 2026-06-26T04:20:37.477Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3367 | 2026-06-26T04:20:41.014Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3368 | 2026-06-26T04:20:44.786Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3369 | 2026-06-26T04:20:48.551Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3370 | 2026-06-26T04:20:52.291Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3371 | 2026-06-26T04:21:22.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s |
| 3372 | 2026-06-26T04:21:22.365Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files |
| 3373 | 2026-06-26T04:21:22.472Z | |
| 3374 | 2026-06-26T04:21:22.472Z | real 6:51.484106014 |
| 3375 | 2026-06-26T04:21:22.472Z | user 18:21.657000830 |
| 3376 | 2026-06-26T04:21:22.472Z | sys 3:55.371297226 |
| 3377 | 2026-06-26T04:21:22.472Z | trap 0.264586119 |
| 3378 | 2026-06-26T04:21:22.475Z | tflt 0.014117962 |
| 3379 | 2026-06-26T04:21:22.475Z | dflt 0.029767507 |
| 3380 | 2026-06-26T04:21:22.475Z | kflt 0.000069150 |
| 3381 | 2026-06-26T04:21:22.475Z | lock 6:21:12.591557683 |
| 3382 | 2026-06-26T04:21:22.475Z | slp 2:18:13.136416304 |
| 3383 | 2026-06-26T04:21:22.476Z | lat 32.746801451 |
| 3384 | 2026-06-26T04:21:22.476Z | stop 1:37.889001489 |
| 3385 | 2026-06-26T04:21:22.476Z | process exited: duration 791985 ms, exit code 0 |
| |
| 3386 | 2026-06-26T04:21:22.482Z | found 0 output files |