|
|
|
| 1 | 2026-03-12T01:00:51.641Z | job assigned to worker 01KKFRWWD4X9XK582SYRMYBG8E [factory aws, i-0e1a72693ac83fd94] (queued for 1 m 17 s) |
| |
| 2 | 2026-03-12T01:00:59.341Z | starting task 0: "setup" |
| 3 | 2026-03-12T01:00:59.346Z | ++ uname -s |
| 4 | 2026-03-12T01:00:59.349Z | + kern=SunOS |
| 5 | 2026-03-12T01:00:59.349Z | + build_user=build |
| 6 | 2026-03-12T01:00:59.349Z | + build_uid=12345 |
| 7 | 2026-03-12T01:00:59.349Z | + work_dir=/work |
| 8 | 2026-03-12T01:00:59.349Z | + input_dir=/input |
| 9 | 2026-03-12T01:00:59.349Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-12T01:00:59.349Z | + case "$kern" in |
| 11 | 2026-03-12T01:00:59.349Z | + groupadd -g 12345 build |
| 12 | 2026-03-12T01:00:59.354Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-12T01:01:01.357Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-12T01:01:01.475Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-12T01:01:01.481Z | + home_fs=zfs |
| 16 | 2026-03-12T01:01:01.481Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-12T01:01:01.481Z | + mkdir -p /home/build |
| 18 | 2026-03-12T01:01:01.481Z | + chown build:build /home/build /work |
| 19 | 2026-03-12T01:01:03.478Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-12T01:01:03.483Z | process exited: duration 4142 ms, exit code 0 |
| |
| 21 | 2026-03-12T01:01:03.491Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-12T01:01:03.498Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-12T01:01:03.499Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-12T01:01:03.499Z | * rust toolchain profile = "default" |
| 25 | 2026-03-12T01:01:03.503Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-12T01:01:03.503Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-12T01:01:03.503Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-12T01:01:03.503Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-12T01:01:03.503Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-12T01:01:03.629Z | info: downloading installer |
| 31 | 2026-03-12T01:01:05.177Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-12T01:01:05.177Z | warn: /opt/ooce/bin |
| 33 | 2026-03-12T01:01:05.177Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-12T01:01:05.177Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-12T01:01:05.177Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-12T01:01:05.177Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-12T01:01:05.177Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-12T01:01:05.177Z | error: cannot install while Rust is installed |
| 39 | 2026-03-12T01:01:05.177Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-12T01:01:05.190Z | info: profile set to 'default' |
| 41 | 2026-03-12T01:01:05.190Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-12T01:01:05.193Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-12T01:01:05.372Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-12T01:01:05.372Z | info: downloading component 'cargo' |
| 45 | 2026-03-12T01:01:06.392Z | info: downloading component 'clippy' |
| 46 | 2026-03-12T01:01:06.878Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-12T01:01:08.396Z | info: downloading component 'rust-std' |
| 48 | 2026-03-12T01:01:10.269Z | info: downloading component 'rustc' |
| 49 | 2026-03-12T01:01:19.318Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-12T01:01:19.647Z | info: installing component 'cargo' |
| 51 | 2026-03-12T01:01:20.471Z | info: installing component 'clippy' |
| 52 | 2026-03-12T01:01:20.826Z | info: installing component 'rust-docs' |
| 53 | 2026-03-12T01:01:22.269Z | info: installing component 'rust-std' |
| 54 | 2026-03-12T01:01:23.767Z | info: installing component 'rustc' |
| 55 | 2026-03-12T01:01:29.889Z | info: installing component 'rustfmt' |
| 56 | 2026-03-12T01:01:29.930Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-12T01:01:29.930Z | |
| 58 | 2026-03-12T01:01:30.303Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-12T01:01:30.303Z | |
| 60 | 2026-03-12T01:01:30.307Z | |
| 61 | 2026-03-12T01:01:30.307Z | Rust is installed now. Great! |
| 62 | 2026-03-12T01:01:30.307Z | |
| 63 | 2026-03-12T01:01:30.307Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-12T01:01:30.307Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-12T01:01:30.307Z | |
| 66 | 2026-03-12T01:01:30.307Z | To configure your current shell, you need to source |
| 67 | 2026-03-12T01:01:30.307Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-12T01:01:30.307Z | |
| 69 | 2026-03-12T01:01:30.307Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-12T01:01:30.307Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-12T01:01:30.307Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-12T01:01:30.307Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-12T01:01:30.408Z | + rustup --version |
| 74 | 2026-03-12T01:01:30.418Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-12T01:01:30.421Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-12T01:01:30.502Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-12T01:01:30.505Z | + cargo --version |
| 78 | 2026-03-12T01:01:30.573Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-12T01:01:30.577Z | + rustc --version |
| 80 | 2026-03-12T01:01:30.649Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-12T01:01:30.653Z | process exited: duration 27168 ms, exit code 0 |
| |
| 82 | 2026-03-12T01:01:30.660Z | starting task 2: "authentication" |
| 83 | 2026-03-12T01:01:30.679Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-12T01:01:30.684Z | starting task 3: "clone repository" |
| 85 | 2026-03-12T01:01:30.688Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-12T01:01:30.691Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-12T01:01:30.730Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-12T01:01:40.260Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-12T01:01:40.260Z | + git fetch origin cb97c8d5630c739fb0c0a4a7add85ea3f0d7f711 |
| 90 | 2026-03-12T01:01:40.571Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-12T01:01:40.571Z | * branch cb97c8d5630c739fb0c0a4a7add85ea3f0d7f711 -> FETCH_HEAD |
| 92 | 2026-03-12T01:01:40.581Z | + [[ -n wc/sb-nvme-logpage-health ]] |
| 93 | 2026-03-12T01:01:40.584Z | ++ git branch --show-current |
| 94 | 2026-03-12T01:01:40.584Z | + current=main |
| 95 | 2026-03-12T01:01:40.584Z | + [[ main != wc/sb-nvme-logpage-health ]] |
| 96 | 2026-03-12T01:01:40.584Z | + git branch -f wc/sb-nvme-logpage-health cb97c8d5630c739fb0c0a4a7add85ea3f0d7f711 |
| 97 | 2026-03-12T01:01:40.587Z | + git checkout -f wc/sb-nvme-logpage-health |
| 98 | 2026-03-12T01:01:40.801Z | Switched to branch 'wc/sb-nvme-logpage-health' |
| 99 | 2026-03-12T01:01:40.804Z | + git reset --hard cb97c8d5630c739fb0c0a4a7add85ea3f0d7f711 |
| 100 | 2026-03-12T01:01:41.017Z | HEAD is now at cb97c8d56 sled-diagnostics: Capture nvmeadm health logpage |
| 101 | 2026-03-12T01:01:41.020Z | process exited: duration 10336 ms, exit code 0 |
| |
| 102 | 2026-03-12T01:01:41.041Z | starting task 4: "build" |
| 103 | 2026-03-12T01:01:41.046Z | + source ./env.sh |
| 104 | 2026-03-12T01:01:41.046Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-03-12T01:01:41.046Z | ++ set -o xtrace |
| 106 | 2026-03-12T01:01:41.050Z | ++++ dirname ./env.sh |
| 107 | 2026-03-12T01:01:41.053Z | +++ readlink -f . |
| 108 | 2026-03-12T01:01:41.053Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-03-12T01:01:41.054Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-03-12T01:01:41.054Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-12T01:01:41.054Z | ++ 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 |
| 112 | 2026-03-12T01:01:41.054Z | ++ 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 |
| 113 | 2026-03-12T01:01:41.054Z | ++ 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 |
| 114 | 2026-03-12T01:01:41.054Z | ++ 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 |
| 115 | 2026-03-12T01:01:41.054Z | ++ 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 |
| 116 | 2026-03-12T01:01:41.054Z | ++ 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 |
| 117 | 2026-03-12T01:01:41.054Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-03-12T01:01:41.054Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-03-12T01:01:41.054Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-03-12T01:01:41.054Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-03-12T01:01:41.054Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-03-12T01:01:41.054Z | + cargo --version |
| 123 | 2026-03-12T01:01:41.110Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-03-12T01:01:41.113Z | + rustc --version |
| 125 | 2026-03-12T01:01:41.182Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-03-12T01:01:41.186Z | + banner prerequisites |
| 127 | 2026-03-12T01:01:41.189Z | |
| 128 | 2026-03-12T01:01:41.189Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-12T01:01:41.189Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-12T01:01:41.189Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-12T01:01:41.190Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-12T01:01:41.190Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-12T01:01:41.190Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-12T01:01:41.190Z | |
| 135 | 2026-03-12T01:01:41.190Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-12T01:01:51.290Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-12T01:02:00.941Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-12T01:02:22.239Z | Planning: Solver setup ... Done (19.770s) |
| 139 | 2026-03-12T01:02:22.384Z | Planning: Running solver ... Done (0.145s) |
| 140 | 2026-03-12T01:02:22.569Z | Planning: Finding local manifests ... Done (0.002s) |
| 141 | 2026-03-12T01:02:22.580Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-12T01:02:22.704Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-12T01:02:22.747Z | Planning: Package planning ... Done (0.043s) |
| 144 | 2026-03-12T01:02:22.786Z | Planning: Merging actions ... Done (0.039s) |
| 145 | 2026-03-12T01:02:23.024Z | Planning: Checking for conflicting actions ... Done (0.239s) |
| 146 | 2026-03-12T01:02:23.035Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-12T01:02:23.839Z | Planning: Evaluating mediators ... Done (0.804s) |
| 148 | 2026-03-12T01:02:23.848Z | Planning: Planning completed in 22.77 seconds |
| 149 | 2026-03-12T01:02:23.861Z | Packages to install: 4 |
| 150 | 2026-03-12T01:02:23.864Z | Mediators to change: 2 |
| 151 | 2026-03-12T01:02:23.864Z | Services to change: 1 |
| 152 | 2026-03-12T01:02:23.864Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-12T01:02:23.864Z | Estimated space to be consumed: 1.82 GB |
| 154 | 2026-03-12T01:02:23.864Z | Create boot environment: No |
| 155 | 2026-03-12T01:02:23.864Z | Create backup boot environment: No |
| 156 | 2026-03-12T01:02:23.865Z | Rebuild boot archive: No |
| 157 | 2026-03-12T01:02:23.865Z | |
| 158 | 2026-03-12T01:02:23.865Z | Changed mediators: |
| 159 | 2026-03-12T01:02:23.865Z | mediator clang: |
| 160 | 2026-03-12T01:02:23.865Z | version: None -> 15 (system default) |
| 161 | 2026-03-12T01:02:23.865Z | |
| 162 | 2026-03-12T01:02:23.865Z | mediator llvm: |
| 163 | 2026-03-12T01:02:23.865Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-12T01:02:23.865Z | |
| 165 | 2026-03-12T01:02:23.865Z | Changed packages: |
| 166 | 2026-03-12T01:02:23.865Z | helios-dev |
| 167 | 2026-03-12T01:02:23.865Z | developer/build-essential |
| 168 | 2026-03-12T01:02:23.865Z | None -> 11-2.0 |
| 169 | 2026-03-12T01:02:23.865Z | library/libxmlsec1 |
| 170 | 2026-03-12T01:02:23.865Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-12T01:02:23.865Z | ooce/developer/clang-15 |
| 172 | 2026-03-12T01:02:23.865Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-12T01:02:23.865Z | ooce/developer/llvm-15 |
| 174 | 2026-03-12T01:02:23.865Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-12T01:02:23.865Z | |
| 176 | 2026-03-12T01:02:23.865Z | Services: |
| 177 | 2026-03-12T01:02:23.865Z | restart_fmri: |
| 178 | 2026-03-12T01:02:23.865Z | svc:/system/update-man-index:default |
| 179 | 2026-03-12T01:02:23.910Z | |
| 180 | 2026-03-12T01:02:23.910Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-12T01:02:33.280Z | Download: 1196/3290 items 83.4/212.6MB 39% complete (25.2M/s) |
| 182 | 2026-03-12T01:02:38.279Z | Download: 3052/3290 items 121.1/212.6MB 56% complete (7.6M/s) |
| 183 | 2026-03-12T01:02:42.209Z | Download: Completed 212.60 MB in 18.30 seconds (11.6M/s) |
| 184 | 2026-03-12T01:02:42.376Z | Actions: 1/3689 actions (Installing new actions) |
| 185 | 2026-03-12T01:02:46.465Z | Actions: Completed 3689 actions in 4.09 seconds. |
| 186 | 2026-03-12T01:02:47.194Z | Done (0.725s) |
| 187 | 2026-03-12T01:02:47.194Z | Done (0.000s) |
| 188 | 2026-03-12T01:02:48.193Z | Done (0.999s) |
| 189 | 2026-03-12T01:02:52.111Z | Done (3.560s) |
| 190 | 2026-03-12T01:02:52.196Z | Done (0.015s) |
| 191 | 2026-03-12T01:02:52.199Z | Done (0.000s) |
| 192 | 2026-03-12T01:02:52.345Z | Done (0.000s) |
| 193 | 2026-03-12T01:02:53.301Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2026-03-12T01:02:53.447Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2026-03-12T01:02:53.450Z | Planning: Consolidating action changes ... Done |
| 196 | 2026-03-12T01:02:53.669Z | Planning: Evaluating mediators ... Done |
| 197 | 2026-03-12T01:02:53.672Z | Planning: Planning completed in 0.37 seconds |
| 198 | 2026-03-12T01:02:53.698Z | Mediators to change: 2 |
| 199 | 2026-03-12T01:02:53.698Z | Create boot environment: No |
| 200 | 2026-03-12T01:02:53.701Z | Create backup boot environment: No |
| 201 | 2026-03-12T01:02:53.783Z | Done |
| 202 | 2026-03-12T01:02:53.783Z | Done |
| 203 | 2026-03-12T01:02:54.510Z | Done |
| 204 | 2026-03-12T01:02:57.848Z | Done |
| 205 | 2026-03-12T01:02:57.932Z | Done |
| 206 | 2026-03-12T01:02:57.935Z | Done |
| 207 | 2026-03-12T01:02:58.092Z | Done |
| 208 | 2026-03-12T01:02:58.625Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2026-03-12T01:02:58.628Z | Planning: Merging actions ... Done |
| 210 | 2026-03-12T01:02:58.795Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2026-03-12T01:02:58.798Z | Planning: Consolidating action changes ... Done |
| 212 | 2026-03-12T01:02:59.012Z | Planning: Evaluating mediators ... Done |
| 213 | 2026-03-12T01:02:59.054Z | Planning: Planning completed in 0.63 seconds |
| 214 | 2026-03-12T01:02:59.087Z | Packages to change: 1 |
| 215 | 2026-03-12T01:02:59.087Z | Mediators to change: 1 |
| 216 | 2026-03-12T01:02:59.090Z | Services to change: 1 |
| 217 | 2026-03-12T01:02:59.090Z | Create boot environment: No |
| 218 | 2026-03-12T01:02:59.090Z | Create backup boot environment: Yes |
| 219 | 2026-03-12T01:03:01.773Z | Actions: 1/6 actions (Updating modified actions) |
| 220 | 2026-03-12T01:03:01.776Z | Actions: Completed 6 actions in 0.00 seconds. |
| 221 | 2026-03-12T01:03:01.776Z | Done |
| 222 | 2026-03-12T01:03:01.776Z | Done |
| 223 | 2026-03-12T01:03:01.961Z | Done |
| 224 | 2026-03-12T01:03:05.273Z | Done |
| 225 | 2026-03-12T01:03:05.363Z | Done |
| 226 | 2026-03-12T01:03:05.367Z | Done |
| 227 | 2026-03-12T01:03:05.501Z | Done |
| 228 | 2026-03-12T01:03:05.878Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 229 | 2026-03-12T01:03:05.878Z | clang system 15 system |
| 230 | 2026-03-12T01:03:05.878Z | csh system system illumos |
| 231 | 2026-03-12T01:03:05.878Z | ctags system system illumos |
| 232 | 2026-03-12T01:03:05.878Z | file system system illumos |
| 233 | 2026-03-12T01:03:05.878Z | gcc vendor 12 vendor |
| 234 | 2026-03-12T01:03:05.878Z | gcc system 10 system |
| 235 | 2026-03-12T01:03:05.878Z | gcc system 7 system |
| 236 | 2026-03-12T01:03:05.878Z | go system 1.20 system |
| 237 | 2026-03-12T01:03:05.878Z | go system 1.19 system |
| 238 | 2026-03-12T01:03:05.878Z | llvm system 15 system |
| 239 | 2026-03-12T01:03:05.878Z | llvm system 14 system |
| 240 | 2026-03-12T01:03:05.878Z | mariadb system 10.6 system |
| 241 | 2026-03-12T01:03:05.878Z | mta vendor vendor dma |
| 242 | 2026-03-12T01:03:05.878Z | openjdk system 17 system |
| 243 | 2026-03-12T01:03:05.878Z | openjdk system 11 system |
| 244 | 2026-03-12T01:03:05.878Z | openjdk system 1.8 system |
| 245 | 2026-03-12T01:03:05.878Z | openssl vendor 3 vendor |
| 246 | 2026-03-12T01:03:05.878Z | perl system 5.36 system |
| 247 | 2026-03-12T01:03:05.879Z | postgresql system 15 system |
| 248 | 2026-03-12T01:03:05.879Z | postgresql system 13 system |
| 249 | 2026-03-12T01:03:05.879Z | python vendor 3 vendor |
| 250 | 2026-03-12T01:03:05.879Z | python system 2 system |
| 251 | 2026-03-12T01:03:05.879Z | python3 system 3.11 system |
| 252 | 2026-03-12T01:03:05.879Z | ruby system 3.0 system |
| 253 | 2026-03-12T01:03:05.879Z | words vendor vendor american-english |
| 254 | 2026-03-12T01:03:05.879Z | words system system australian-english |
| 255 | 2026-03-12T01:03:05.879Z | words system system british-english |
| 256 | 2026-03-12T01:03:05.879Z | words system system canadian-english |
| 257 | 2026-03-12T01:03:05.879Z | words system system french |
| 258 | 2026-03-12T01:03:05.879Z | words system system italian |
| 259 | 2026-03-12T01:03:05.879Z | words system system ngerman |
| 260 | 2026-03-12T01:03:05.879Z | words system system ogerman |
| 261 | 2026-03-12T01:03:05.879Z | words system system spanish |
| 262 | 2026-03-12T01:03:06.175Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2026-03-12T01:03:06.175Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2026-03-12T01:03:12.097Z | FMRI IFO |
| 265 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 271 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 272 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 273 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 276 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2026-03-12T01:03:12.097Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2026-03-12T01:03:12.098Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 279 | 2026-03-12T01:03:12.098Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2026-03-12T01:03:12.098Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2026-03-12T01:03:13.351Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2026-03-12T01:03:13.594Z | Updating crates.io index |
| 283 | 2026-03-12T01:03:13.630Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 284 | 2026-03-12T01:03:14.268Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 285 | 2026-03-12T01:03:14.776Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-03-12T01:03:15.087Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 287 | 2026-03-12T01:03:15.436Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2026-03-12T01:03:16.771Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-03-12T01:03:18.434Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-03-12T01:03:19.418Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-03-12T01:03:20.019Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 292 | 2026-03-12T01:03:20.764Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 293 | 2026-03-12T01:03:21.302Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 294 | 2026-03-12T01:03:22.443Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 295 | 2026-03-12T01:03:22.847Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 296 | 2026-03-12T01:03:23.297Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2026-03-12T01:03:23.646Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 298 | 2026-03-12T01:03:24.566Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2026-03-12T01:03:25.263Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2026-03-12T01:03:25.540Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 301 | 2026-03-12T01:03:25.765Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 302 | 2026-03-12T01:03:26.349Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2026-03-12T01:03:26.584Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2026-03-12T01:03:26.818Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2026-03-12T01:03:27.069Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 306 | 2026-03-12T01:03:27.531Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2026-03-12T01:03:28.029Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 308 | 2026-03-12T01:03:28.485Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 309 | 2026-03-12T01:03:28.745Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2026-03-12T01:03:29.054Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2026-03-12T01:03:30.035Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2026-03-12T01:03:30.939Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2026-03-12T01:03:31.228Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2026-03-12T01:03:31.555Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-03-12T01:03:32.014Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 316 | 2026-03-12T01:03:32.465Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2026-03-12T01:03:32.690Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2026-03-12T01:03:32.917Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2026-03-12T01:03:33.266Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2026-03-12T01:03:33.659Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2026-03-12T01:03:47.202Z | Downloading crates ... |
| 322 | 2026-03-12T01:03:47.260Z | Downloaded clap_lex v1.0.0 |
| 323 | 2026-03-12T01:03:47.266Z | Downloaded anyhow v1.0.102 |
| 324 | 2026-03-12T01:03:47.269Z | Downloaded errno v0.3.14 |
| 325 | 2026-03-12T01:03:47.272Z | Downloaded cargo-platform v0.2.0 |
| 326 | 2026-03-12T01:03:47.275Z | Downloaded potential_utf v0.1.4 |
| 327 | 2026-03-12T01:03:47.278Z | Downloaded terminal_size v0.4.3 |
| 328 | 2026-03-12T01:03:47.278Z | Downloaded log v0.4.29 |
| 329 | 2026-03-12T01:03:47.280Z | Downloaded generic-array v0.14.7 |
| 330 | 2026-03-12T01:03:47.283Z | Downloaded unicode-linebreak v0.1.5 |
| 331 | 2026-03-12T01:03:47.283Z | Downloaded smallvec v1.15.1 |
| 332 | 2026-03-12T01:03:47.286Z | Downloaded cfg-if v1.0.4 |
| 333 | 2026-03-12T01:03:47.289Z | Downloaded block-buffer v0.10.4 |
| 334 | 2026-03-12T01:03:47.289Z | Downloaded camino v1.2.2 |
| 335 | 2026-03-12T01:03:47.292Z | Downloaded byteorder v1.5.0 |
| 336 | 2026-03-12T01:03:47.295Z | Downloaded displaydoc v0.2.5 |
| 337 | 2026-03-12T01:03:47.299Z | Downloaded autocfg v1.5.0 |
| 338 | 2026-03-12T01:03:47.305Z | Downloaded camino-tempfile v1.4.1 |
| 339 | 2026-03-12T01:03:47.308Z | Downloaded textwrap v0.16.2 |
| 340 | 2026-03-12T01:03:47.311Z | Downloaded indexmap v2.13.0 |
| 341 | 2026-03-12T01:03:47.314Z | Downloaded version_check v0.9.5 |
| 342 | 2026-03-12T01:03:47.314Z | Downloaded usdt v0.5.0 |
| 343 | 2026-03-12T01:03:47.317Z | Downloaded colorchoice v1.0.4 |
| 344 | 2026-03-12T01:03:47.317Z | Downloaded bytecount v0.6.9 |
| 345 | 2026-03-12T01:03:47.320Z | Downloaded clap_derive v4.5.55 |
| 346 | 2026-03-12T01:03:47.320Z | Downloaded zerofrom v0.1.6 |
| 347 | 2026-03-12T01:03:47.323Z | Downloaded utf8_iter v1.0.4 |
| 348 | 2026-03-12T01:03:47.323Z | Downloaded toml_write v0.1.2 |
| 349 | 2026-03-12T01:03:47.323Z | Downloaded proc-macro2 v1.0.106 |
| 350 | 2026-03-12T01:03:47.325Z | Downloaded toml_datetime v0.6.11 |
| 351 | 2026-03-12T01:03:47.325Z | Downloaded smawk v0.3.2 |
| 352 | 2026-03-12T01:03:47.328Z | Downloaded cargo-util-schemas v0.8.2 |
| 353 | 2026-03-12T01:03:47.328Z | Downloaded clap v4.5.60 |
| 354 | 2026-03-12T01:03:47.334Z | Downloaded zerofrom-derive v0.1.6 |
| 355 | 2026-03-12T01:03:47.336Z | Downloaded yoke-derive v0.8.1 |
| 356 | 2026-03-12T01:03:47.337Z | Downloaded usdt-macro v0.5.0 |
| 357 | 2026-03-12T01:03:47.337Z | Downloaded usdt-attr-macro v0.5.0 |
| 358 | 2026-03-12T01:03:47.339Z | Downloaded proc-macro-error-attr v1.0.4 |
| 359 | 2026-03-12T01:03:47.339Z | Downloaded typeid v1.0.3 |
| 360 | 2026-03-12T01:03:47.339Z | Downloaded percent-encoding v2.3.2 |
| 361 | 2026-03-12T01:03:47.339Z | Downloaded is_terminal_polyfill v1.70.2 |
| 362 | 2026-03-12T01:03:47.342Z | Downloaded unicode-xid v0.2.6 |
| 363 | 2026-03-12T01:03:47.342Z | Downloaded dof v0.3.0 |
| 364 | 2026-03-12T01:03:47.342Z | Downloaded utf8parse v0.2.2 |
| 365 | 2026-03-12T01:03:47.345Z | Downloaded thread-id v4.2.2 |
| 366 | 2026-03-12T01:03:47.345Z | Downloaded crypto-common v0.1.7 |
| 367 | 2026-03-12T01:03:47.345Z | Downloaded cargo_toml v0.21.0 |
| 368 | 2026-03-12T01:03:47.349Z | Downloaded cpufeatures v0.2.17 |
| 369 | 2026-03-12T01:03:47.349Z | Downloaded writeable v0.6.2 |
| 370 | 2026-03-12T01:03:47.352Z | Downloaded ordered-float v2.10.1 |
| 371 | 2026-03-12T01:03:47.354Z | Downloaded zmij v1.0.21 |
| 372 | 2026-03-12T01:03:47.354Z | Downloaded yoke v0.8.1 |
| 373 | 2026-03-12T01:03:47.357Z | Downloaded serde-value v0.7.0 |
| 374 | 2026-03-12T01:03:47.357Z | Downloaded scroll_derive v0.12.1 |
| 375 | 2026-03-12T01:03:47.357Z | Downloaded strsim v0.11.1 |
| 376 | 2026-03-12T01:03:47.360Z | Downloaded thiserror-impl v1.0.69 |
| 377 | 2026-03-12T01:03:47.360Z | Downloaded heck v0.4.1 |
| 378 | 2026-03-12T01:03:47.360Z | Downloaded tinystr v0.8.2 |
| 379 | 2026-03-12T01:03:47.363Z | Downloaded thiserror-impl v2.0.18 |
| 380 | 2026-03-12T01:03:47.363Z | Downloaded zerovec-derive v0.11.2 |
| 381 | 2026-03-12T01:03:47.366Z | Downloaded thiserror v2.0.18 |
| 382 | 2026-03-12T01:03:47.368Z | Downloaded macaddr v1.0.1 |
| 383 | 2026-03-12T01:03:47.369Z | Downloaded tabled_derive v0.7.0 |
| 384 | 2026-03-12T01:03:47.371Z | Downloaded swrite v0.1.0 |
| 385 | 2026-03-12T01:03:47.371Z | Downloaded fastrand v2.3.0 |
| 386 | 2026-03-12T01:03:47.371Z | Downloaded serde_spanned v0.6.9 |
| 387 | 2026-03-12T01:03:47.374Z | Downloaded heck v0.5.0 |
| 388 | 2026-03-12T01:03:47.374Z | Downloaded equivalent v1.0.2 |
| 389 | 2026-03-12T01:03:47.374Z | Downloaded usdt-impl v0.5.0 |
| 390 | 2026-03-12T01:03:47.374Z | Downloaded toml v0.8.23 |
| 391 | 2026-03-12T01:03:47.377Z | Downloaded cargo_metadata v0.21.0 |
| 392 | 2026-03-12T01:03:47.377Z | Downloaded anstyle-query v1.1.5 |
| 393 | 2026-03-12T01:03:47.380Z | Downloaded anstyle-parse v0.2.7 |
| 394 | 2026-03-12T01:03:47.380Z | Downloaded url v2.5.8 |
| 395 | 2026-03-12T01:03:47.383Z | Downloaded unicode-ident v1.0.24 |
| 396 | 2026-03-12T01:03:47.385Z | Downloaded ucd-trie v0.1.7 |
| 397 | 2026-03-12T01:03:47.390Z | Downloaded pretty-hex v0.4.1 |
| 398 | 2026-03-12T01:03:47.393Z | Downloaded dtrace-parser v0.2.0 |
| 399 | 2026-03-12T01:03:47.393Z | Downloaded zerotrie v0.2.3 |
| 400 | 2026-03-12T01:03:47.396Z | Downloaded typenum v1.19.0 |
| 401 | 2026-03-12T01:03:47.399Z | Downloaded plain v0.2.3 |
| 402 | 2026-03-12T01:03:47.399Z | Downloaded itoa v1.0.17 |
| 403 | 2026-03-12T01:03:47.401Z | Downloaded fnv v1.0.7 |
| 404 | 2026-03-12T01:03:47.404Z | Downloaded zerocopy-derive v0.7.35 |
| 405 | 2026-03-12T01:03:47.407Z | Downloaded toml_edit v0.22.27 |
| 406 | 2026-03-12T01:03:47.409Z | Downloaded idna_adapter v1.2.1 |
| 407 | 2026-03-12T01:03:47.412Z | Downloaded memmap v0.7.0 |
| 408 | 2026-03-12T01:03:47.412Z | Downloaded form_urlencoded v1.2.2 |
| 409 | 2026-03-12T01:03:47.415Z | Downloaded stable_deref_trait v1.2.1 |
| 410 | 2026-03-12T01:03:47.415Z | Downloaded zerovec v0.11.5 |
| 411 | 2026-03-12T01:03:47.424Z | Downloaded fs-err v3.3.0 |
| 412 | 2026-03-12T01:03:47.428Z | Downloaded zerocopy v0.7.35 |
| 413 | 2026-03-12T01:03:47.439Z | Downloaded serde_tokenstream v0.2.3 |
| 414 | 2026-03-12T01:03:47.442Z | Downloaded winnow v0.7.14 |
| 415 | 2026-03-12T01:03:47.446Z | Downloaded semver v1.0.27 |
| 416 | 2026-03-12T01:03:47.449Z | Downloaded anstream v0.6.21 |
| 417 | 2026-03-12T01:03:47.452Z | Downloaded anstyle v1.0.13 |
| 418 | 2026-03-12T01:03:47.452Z | Downloaded unicode-width v0.2.0 |
| 419 | 2026-03-12T01:03:47.455Z | Downloaded unicode-width v0.1.14 |
| 420 | 2026-03-12T01:03:47.459Z | Downloaded thiserror v1.0.69 |
| 421 | 2026-03-12T01:03:47.462Z | Downloaded sha2 v0.10.9 |
| 422 | 2026-03-12T01:03:47.465Z | Downloaded scroll v0.12.0 |
| 423 | 2026-03-12T01:03:47.465Z | Downloaded quote v1.0.44 |
| 424 | 2026-03-12T01:03:47.467Z | Downloaded serde-untagged v0.1.9 |
| 425 | 2026-03-12T01:03:47.467Z | Downloaded proc-macro-error v1.0.4 |
| 426 | 2026-03-12T01:03:47.470Z | Downloaded pest_generator v2.8.6 |
| 427 | 2026-03-12T01:03:47.470Z | Downloaded once_cell v1.21.3 |
| 428 | 2026-03-12T01:03:47.473Z | Downloaded synstructure v0.13.2 |
| 429 | 2026-03-12T01:03:47.492Z | Downloaded pest_derive v2.8.6 |
| 430 | 2026-03-12T01:03:47.495Z | Downloaded erased-serde v0.4.9 |
| 431 | 2026-03-12T01:03:47.498Z | Downloaded digest v0.10.7 |
| 432 | 2026-03-12T01:03:47.498Z | Downloaded litemap v0.8.1 |
| 433 | 2026-03-12T01:03:47.510Z | Downloaded icu_properties v2.1.2 |
| 434 | 2026-03-12T01:03:47.512Z | Downloaded getrandom v0.4.1 |
| 435 | 2026-03-12T01:03:47.518Z | Downloaded bitflags v2.11.0 |
| 436 | 2026-03-12T01:03:47.522Z | Downloaded num-traits v0.2.19 |
| 437 | 2026-03-12T01:03:47.534Z | Downloaded icu_provider v2.1.1 |
| 438 | 2026-03-12T01:03:47.537Z | Downloaded serde_core v1.0.228 |
| 439 | 2026-03-12T01:03:47.540Z | Downloaded icu_normalizer_data v2.1.1 |
| 440 | 2026-03-12T01:03:47.543Z | Downloaded icu_normalizer v2.1.1 |
| 441 | 2026-03-12T01:03:47.546Z | Downloaded icu_locale_core v2.1.1 |
| 442 | 2026-03-12T01:03:47.550Z | Downloaded pest_meta v2.8.6 |
| 443 | 2026-03-12T01:03:47.553Z | Downloaded serde_derive v1.0.228 |
| 444 | 2026-03-12T01:03:47.555Z | Downloaded tempfile v3.25.0 |
| 445 | 2026-03-12T01:03:47.558Z | Downloaded papergrid v0.11.0 |
| 446 | 2026-03-12T01:03:47.565Z | Downloaded icu_collections v2.1.1 |
| 447 | 2026-03-12T01:03:47.569Z | Downloaded serde v1.0.228 |
| 448 | 2026-03-12T01:03:47.574Z | Downloaded memchr v2.8.0 |
| 449 | 2026-03-12T01:03:47.586Z | Downloaded clap_builder v4.5.60 |
| 450 | 2026-03-12T01:03:47.593Z | Downloaded idna v1.1.0 |
| 451 | 2026-03-12T01:03:47.613Z | Downloaded pest v2.8.6 |
| 452 | 2026-03-12T01:03:47.624Z | Downloaded hashbrown v0.16.1 |
| 453 | 2026-03-12T01:03:47.627Z | Downloaded serde_json v1.0.149 |
| 454 | 2026-03-12T01:03:47.632Z | Downloaded icu_properties_data v2.1.2 |
| 455 | 2026-03-12T01:03:47.641Z | Downloaded goblin v0.8.2 |
| 456 | 2026-03-12T01:03:47.652Z | Downloaded tabled v0.15.0 |
| 457 | 2026-03-12T01:03:47.664Z | Downloaded syn v1.0.109 |
| 458 | 2026-03-12T01:03:47.674Z | Downloaded syn v2.0.117 |
| 459 | 2026-03-12T01:03:47.695Z | Downloaded rustix v1.1.3 |
| 460 | 2026-03-12T01:03:47.726Z | Downloaded libc v0.2.180 |
| 461 | 2026-03-12T01:03:47.805Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-03-12T01:03:47.808Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-03-12T01:03:47.808Z | Compiling quote v1.0.44 |
| 464 | 2026-03-12T01:03:47.808Z | Compiling serde_core v1.0.228 |
| 465 | 2026-03-12T01:03:47.808Z | Compiling libc v0.2.180 |
| 466 | 2026-03-12T01:03:47.808Z | Compiling version_check v0.9.5 |
| 467 | 2026-03-12T01:03:47.808Z | Compiling memchr v2.8.0 |
| 468 | 2026-03-12T01:03:47.808Z | Compiling serde v1.0.228 |
| 469 | 2026-03-12T01:03:48.210Z | Compiling stable_deref_trait v1.2.1 |
| 470 | 2026-03-12T01:03:48.306Z | Compiling zmij v1.0.21 |
| 471 | 2026-03-12T01:03:48.516Z | Compiling itoa v1.0.17 |
| 472 | 2026-03-12T01:03:48.562Z | Compiling thiserror v1.0.69 |
| 473 | 2026-03-12T01:03:48.759Z | Compiling autocfg v1.5.0 |
| 474 | 2026-03-12T01:03:48.960Z | Compiling ucd-trie v0.1.7 |
| 475 | 2026-03-12T01:03:49.113Z | Compiling writeable v0.6.2 |
| 476 | 2026-03-12T01:03:49.138Z | Compiling pest v2.8.6 |
| 477 | 2026-03-12T01:03:49.231Z | Compiling litemap v0.8.1 |
| 478 | 2026-03-12T01:03:49.300Z | Compiling icu_properties_data v2.1.2 |
| 479 | 2026-03-12T01:03:49.348Z | Compiling rustix v1.1.3 |
| 480 | 2026-03-12T01:03:49.484Z | Compiling icu_normalizer_data v2.1.1 |
| 481 | 2026-03-12T01:03:49.549Z | Compiling byteorder v1.5.0 |
| 482 | 2026-03-12T01:03:49.734Z | Compiling syn v2.0.117 |
| 483 | 2026-03-12T01:03:49.854Z | Compiling errno v0.3.14 |
| 484 | 2026-03-12T01:03:49.876Z | Compiling bitflags v2.11.0 |
| 485 | 2026-03-12T01:03:50.036Z | Compiling serde_json v1.0.149 |
| 486 | 2026-03-12T01:03:50.322Z | Compiling num-traits v0.2.19 |
| 487 | 2026-03-12T01:03:50.347Z | Compiling hashbrown v0.16.1 |
| 488 | 2026-03-12T01:03:50.373Z | Compiling smallvec v1.15.1 |
| 489 | 2026-03-12T01:03:50.705Z | Compiling pest_meta v2.8.6 |
| 490 | 2026-03-12T01:03:50.866Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-12T01:03:50.925Z | Compiling equivalent v1.0.2 |
| 492 | 2026-03-12T01:03:51.074Z | Compiling indexmap v2.13.0 |
| 493 | 2026-03-12T01:03:51.300Z | Compiling thread-id v4.2.2 |
| 494 | 2026-03-12T01:03:51.363Z | Compiling usdt-impl v0.5.0 |
| 495 | 2026-03-12T01:03:51.385Z | Compiling proc-macro-error-attr v1.0.4 |
| 496 | 2026-03-12T01:03:51.410Z | Compiling erased-serde v0.4.9 |
| 497 | 2026-03-12T01:03:51.648Z | Compiling winnow v0.7.14 |
| 498 | 2026-03-12T01:03:51.671Z | Compiling toml_write v0.1.2 |
| 499 | 2026-03-12T01:03:51.807Z | Compiling syn v1.0.109 |
| 500 | 2026-03-12T01:03:52.205Z | Compiling proc-macro-error v1.0.4 |
| 501 | 2026-03-12T01:03:52.315Z | Compiling percent-encoding v2.3.2 |
| 502 | 2026-03-12T01:03:52.461Z | Compiling log v0.4.29 |
| 503 | 2026-03-12T01:03:52.559Z | Compiling camino v1.2.2 |
| 504 | 2026-03-12T01:03:52.701Z | Compiling plain v0.2.3 |
| 505 | 2026-03-12T01:03:52.845Z | Compiling utf8_iter v1.0.4 |
| 506 | 2026-03-12T01:03:52.966Z | Compiling utf8parse v0.2.2 |
| 507 | 2026-03-12T01:03:52.990Z | Compiling thiserror v2.0.18 |
| 508 | 2026-03-12T01:03:53.032Z | Compiling getrandom v0.4.1 |
| 509 | 2026-03-12T01:03:53.113Z | Compiling anstyle-parse v0.2.7 |
| 510 | 2026-03-12T01:03:53.203Z | Compiling ordered-float v2.10.1 |
| 511 | 2026-03-12T01:03:53.246Z | Compiling form_urlencoded v1.2.2 |
| 512 | 2026-03-12T01:03:53.552Z | Compiling synstructure v0.13.2 |
| 513 | 2026-03-12T01:03:53.574Z | Compiling pest_generator v2.8.6 |
| 514 | 2026-03-12T01:03:53.694Z | Compiling terminal_size v0.4.3 |
| 515 | 2026-03-12T01:03:53.866Z | Compiling colorchoice v1.0.4 |
| 516 | 2026-03-12T01:03:54.006Z | Compiling anstyle v1.0.13 |
| 517 | 2026-03-12T01:03:54.030Z | Compiling is_terminal_polyfill v1.70.2 |
| 518 | 2026-03-12T01:03:54.126Z | Compiling pretty-hex v0.4.1 |
| 519 | 2026-03-12T01:03:54.153Z | Compiling cfg-if v1.0.4 |
| 520 | 2026-03-12T01:03:54.156Z | Compiling anstyle-query v1.1.5 |
| 521 | 2026-03-12T01:03:54.307Z | Compiling anstream v0.6.21 |
| 522 | 2026-03-12T01:03:54.307Z | Compiling serde-untagged v0.1.9 |
| 523 | 2026-03-12T01:03:54.462Z | Compiling semver v1.0.27 |
| 524 | 2026-03-12T01:03:54.558Z | Compiling fs-err v3.3.0 |
| 525 | 2026-03-12T01:03:54.632Z | Compiling fastrand v2.3.0 |
| 526 | 2026-03-12T01:03:54.729Z | Compiling heck v0.5.0 |
| 527 | 2026-03-12T01:03:54.816Z | Compiling unicode-xid v0.2.6 |
| 528 | 2026-03-12T01:03:54.908Z | Compiling clap_lex v1.0.0 |
| 529 | 2026-03-12T01:03:54.932Z | Compiling fnv v1.0.7 |
| 530 | 2026-03-12T01:03:54.982Z | Compiling bytecount v0.6.9 |
| 531 | 2026-03-12T01:03:54.985Z | Compiling unicode-width v0.1.14 |
| 532 | 2026-03-12T01:03:55.056Z | Compiling strsim v0.11.1 |
| 533 | 2026-03-12T01:03:55.154Z | Compiling heck v0.4.1 |
| 534 | 2026-03-12T01:03:55.213Z | Compiling once_cell v1.21.3 |
| 535 | 2026-03-12T01:03:55.362Z | Compiling anyhow v1.0.102 |
| 536 | 2026-03-12T01:03:55.483Z | Compiling tempfile v3.25.0 |
| 537 | 2026-03-12T01:03:55.507Z | Compiling clap_builder v4.5.60 |
| 538 | 2026-03-12T01:03:55.530Z | Compiling papergrid v0.11.0 |
| 539 | 2026-03-12T01:03:55.722Z | Compiling memmap v0.7.0 |
| 540 | 2026-03-12T01:03:55.963Z | Compiling smawk v0.3.2 |
| 541 | 2026-03-12T01:03:55.991Z | Compiling unicode-width v0.2.0 |
| 542 | 2026-03-12T01:03:56.096Z | Compiling unicode-linebreak v0.1.5 |
| 543 | 2026-03-12T01:03:56.169Z | Compiling serde_derive v1.0.228 |
| 544 | 2026-03-12T01:03:56.354Z | Compiling zerofrom-derive v0.1.6 |
| 545 | 2026-03-12T01:03:56.415Z | Compiling yoke-derive v0.8.1 |
| 546 | 2026-03-12T01:03:56.485Z | Compiling zerovec-derive v0.11.2 |
| 547 | 2026-03-12T01:03:56.634Z | Compiling displaydoc v0.2.5 |
| 548 | 2026-03-12T01:03:57.530Z | Compiling thiserror-impl v1.0.69 |
| 549 | 2026-03-12T01:03:57.633Z | Compiling zerocopy-derive v0.7.35 |
| 550 | 2026-03-12T01:03:57.988Z | Compiling pest_derive v2.8.6 |
| 551 | 2026-03-12T01:03:58.037Z | Compiling scroll_derive v0.12.1 |
| 552 | 2026-03-12T01:03:58.317Z | Compiling zerofrom v0.1.6 |
| 553 | 2026-03-12T01:03:58.488Z | Compiling yoke v0.8.1 |
| 554 | 2026-03-12T01:03:58.557Z | Compiling thiserror-impl v2.0.18 |
| 555 | 2026-03-12T01:03:58.737Z | Compiling zerovec v0.11.5 |
| 556 | 2026-03-12T01:03:58.833Z | Compiling zerotrie v0.2.3 |
| 557 | 2026-03-12T01:03:58.939Z | Compiling zerocopy v0.7.35 |
| 558 | 2026-03-12T01:03:59.236Z | Compiling scroll v0.12.0 |
| 559 | 2026-03-12T01:03:59.399Z | Compiling tinystr v0.8.2 |
| 560 | 2026-03-12T01:03:59.431Z | Compiling potential_utf v0.1.4 |
| 561 | 2026-03-12T01:03:59.594Z | Compiling icu_collections v2.1.1 |
| 562 | 2026-03-12T01:03:59.644Z | Compiling icu_locale_core v2.1.1 |
| 563 | 2026-03-12T01:03:59.676Z | Compiling dtrace-parser v0.2.0 |
| 564 | 2026-03-12T01:03:59.741Z | Compiling goblin v0.8.2 |
| 565 | 2026-03-12T01:03:59.894Z | Compiling tabled_derive v0.7.0 |
| 566 | 2026-03-12T01:04:00.324Z | Compiling clap_derive v4.5.55 |
| 567 | 2026-03-12T01:04:00.597Z | Compiling icu_provider v2.1.1 |
| 568 | 2026-03-12T01:04:00.766Z | Compiling textwrap v0.16.2 |
| 569 | 2026-03-12T01:04:00.971Z | Compiling icu_normalizer v2.1.1 |
| 570 | 2026-03-12T01:04:01.005Z | Compiling icu_properties v2.1.2 |
| 571 | 2026-03-12T01:04:01.029Z | Compiling toml_datetime v0.6.11 |
| 572 | 2026-03-12T01:04:01.076Z | Compiling serde_spanned v0.6.9 |
| 573 | 2026-03-12T01:04:01.225Z | Compiling dof v0.3.0 |
| 574 | 2026-03-12T01:04:01.271Z | Compiling serde_tokenstream v0.2.3 |
| 575 | 2026-03-12T01:04:01.377Z | Compiling toml_edit v0.22.27 |
| 576 | 2026-03-12T01:04:01.418Z | Compiling serde-value v0.7.0 |
| 577 | 2026-03-12T01:04:01.731Z | Compiling cargo-platform v0.2.0 |
| 578 | 2026-03-12T01:04:01.771Z | Compiling tabled v0.15.0 |
| 579 | 2026-03-12T01:04:01.910Z | Compiling macaddr v1.0.1 |
| 580 | 2026-03-12T01:04:02.090Z | Compiling camino-tempfile v1.4.1 |
| 581 | 2026-03-12T01:04:02.393Z | Compiling idna_adapter v1.2.1 |
| 582 | 2026-03-12T01:04:02.509Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-03-12T01:04:02.572Z | Compiling idna v1.1.0 |
| 584 | 2026-03-12T01:04:02.596Z | Compiling usdt-attr-macro v0.5.0 |
| 585 | 2026-03-12T01:04:02.600Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 586 | 2026-03-12T01:04:02.779Z | Compiling clap v4.5.60 |
| 587 | 2026-03-12T01:04:02.887Z | Compiling swrite v0.1.0 |
| 588 | 2026-03-12T01:04:02.937Z | Compiling url v2.5.8 |
| 589 | 2026-03-12T01:04:03.356Z | Compiling toml v0.8.23 |
| 590 | 2026-03-12T01:04:03.958Z | Compiling cargo-util-schemas v0.8.2 |
| 591 | 2026-03-12T01:04:03.999Z | Compiling usdt v0.5.0 |
| 592 | 2026-03-12T01:04:04.052Z | Compiling cargo_toml v0.21.0 |
| 593 | 2026-03-12T01:04:05.182Z | Compiling cargo_metadata v0.21.0 |
| 594 | 2026-03-12T01:04:06.484Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 595 | 2026-03-12T01:04:09.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.24s |
| 596 | 2026-03-12T01:04:09.629Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 597 | 2026-03-12T01:04:10.355Z | Downloading crates ... |
| 598 | 2026-03-12T01:04:10.479Z | Downloaded adler2 v2.0.1 |
| 599 | 2026-03-12T01:04:10.486Z | Downloaded ahash v0.8.12 |
| 600 | 2026-03-12T01:04:10.492Z | Downloaded aead v0.5.2 |
| 601 | 2026-03-12T01:04:10.498Z | Downloaded argon2 v0.5.3 |
| 602 | 2026-03-12T01:04:10.508Z | Downloaded darling_macro v0.23.0 |
| 603 | 2026-03-12T01:04:10.511Z | Downloaded crypto-bigint v0.5.5 |
| 604 | 2026-03-12T01:04:10.519Z | Downloaded diesel-dtrace v0.4.2 |
| 605 | 2026-03-12T01:04:10.523Z | Downloaded derive_more v0.99.20 |
| 606 | 2026-03-12T01:04:10.529Z | Downloaded des v0.8.1 |
| 607 | 2026-03-12T01:04:10.532Z | Downloaded deranged v0.5.8 |
| 608 | 2026-03-12T01:04:10.537Z | Downloaded derive_builder_macro v0.20.2 |
| 609 | 2026-03-12T01:04:10.540Z | Downloaded cmake v0.1.57 |
| 610 | 2026-03-12T01:04:10.543Z | Downloaded fatfs v0.3.6 |
| 611 | 2026-03-12T01:04:10.548Z | Downloaded critical-section v1.2.0 |
| 612 | 2026-03-12T01:04:10.552Z | Downloaded der v0.7.10 |
| 613 | 2026-03-12T01:04:10.559Z | Downloaded derive-ex v0.1.8 |
| 614 | 2026-03-12T01:04:10.562Z | Downloaded env_logger v0.11.9 |
| 615 | 2026-03-12T01:04:10.566Z | Downloaded ff v0.13.1 |
| 616 | 2026-03-12T01:04:10.570Z | Downloaded darling v0.21.3 |
| 617 | 2026-03-12T01:04:10.577Z | Downloaded fixedbitset v0.4.2 |
| 618 | 2026-03-12T01:04:10.580Z | Downloaded enum-as-inner v0.6.1 |
| 619 | 2026-03-12T01:04:10.584Z | Downloaded endian-type v0.1.2 |
| 620 | 2026-03-12T01:04:10.587Z | Downloaded castaway v0.2.4 |
| 621 | 2026-03-12T01:04:10.591Z | Downloaded funty v2.0.0 |
| 622 | 2026-03-12T01:04:10.594Z | Downloaded dirs-sys-next v0.1.2 |
| 623 | 2026-03-12T01:04:10.598Z | Downloaded crunchy v0.2.4 |
| 624 | 2026-03-12T01:04:10.601Z | Downloaded flagset v0.4.7 |
| 625 | 2026-03-12T01:04:10.604Z | Downloaded base16ct v0.2.0 |
| 626 | 2026-03-12T01:04:10.608Z | Downloaded foreign-types-shared v0.3.1 |
| 627 | 2026-03-12T01:04:10.611Z | Downloaded cfg_aliases v0.1.1 |
| 628 | 2026-03-12T01:04:10.614Z | Downloaded difflib v0.4.0 |
| 629 | 2026-03-12T01:04:10.618Z | Downloaded env_filter v1.0.0 |
| 630 | 2026-03-12T01:04:10.621Z | Downloaded document-features v0.2.12 |
| 631 | 2026-03-12T01:04:10.624Z | Downloaded async-recursion v1.1.1 |
| 632 | 2026-03-12T01:04:10.631Z | Downloaded foreign-types-shared v0.1.1 |
| 633 | 2026-03-12T01:04:10.634Z | Downloaded chacha20poly1305 v0.10.1 |
| 634 | 2026-03-12T01:04:10.637Z | Downloaded fxhash v0.2.1 |
| 635 | 2026-03-12T01:04:10.639Z | Downloaded futures-task v0.3.32 |
| 636 | 2026-03-12T01:04:10.642Z | Downloaded futures-io v0.3.32 |
| 637 | 2026-03-12T01:04:10.645Z | Downloaded hash32 v0.2.1 |
| 638 | 2026-03-12T01:04:10.648Z | Downloaded dtrace-parser v0.3.0 |
| 639 | 2026-03-12T01:04:10.651Z | Downloaded hash32 v0.3.1 |
| 640 | 2026-03-12T01:04:10.654Z | Downloaded futures-sink v0.3.32 |
| 641 | 2026-03-12T01:04:10.657Z | Downloaded git-stub v1.0.0 |
| 642 | 2026-03-12T01:04:10.659Z | Downloaded fs_extra v1.3.0 |
| 643 | 2026-03-12T01:04:10.662Z | Downloaded headers-core v0.3.0 |
| 644 | 2026-03-12T01:04:10.665Z | Downloaded colored v2.2.0 |
| 645 | 2026-03-12T01:04:10.669Z | Downloaded hex-literal v0.4.1 |
| 646 | 2026-03-12T01:04:10.671Z | Downloaded gethostname v0.5.0 |
| 647 | 2026-03-12T01:04:10.674Z | Downloaded base64ct v1.8.3 |
| 648 | 2026-03-12T01:04:10.678Z | Downloaded hostname v0.3.1 |
| 649 | 2026-03-12T01:04:10.681Z | Downloaded corncobs v0.1.4 |
| 650 | 2026-03-12T01:04:10.684Z | Downloaded http-body v1.0.1 |
| 651 | 2026-03-12T01:04:10.687Z | Downloaded hyper-tls v0.6.0 |
| 652 | 2026-03-12T01:04:10.690Z | Downloaded ident_case v1.0.1 |
| 653 | 2026-03-12T01:04:10.693Z | Downloaded httpdate v1.0.3 |
| 654 | 2026-03-12T01:04:10.696Z | Downloaded filetime v0.2.27 |
| 655 | 2026-03-12T01:04:10.698Z | Downloaded ed25519 v2.2.3 |
| 656 | 2026-03-12T01:04:10.702Z | Downloaded drift v0.1.3 |
| 657 | 2026-03-12T01:04:10.724Z | Downloaded instant v0.1.13 |
| 658 | 2026-03-12T01:04:10.727Z | Downloaded backon v1.6.0 |
| 659 | 2026-03-12T01:04:10.730Z | Downloaded highway v1.3.0 |
| 660 | 2026-03-12T01:04:10.734Z | Downloaded inout v0.1.4 |
| 661 | 2026-03-12T01:04:10.737Z | Downloaded group v0.13.0 |
| 662 | 2026-03-12T01:04:10.740Z | Downloaded internet-checksum v0.2.1 |
| 663 | 2026-03-12T01:04:10.743Z | Downloaded git-stub-vcs v0.1.0 |
| 664 | 2026-03-12T01:04:10.746Z | Downloaded hostname v0.4.2 |
| 665 | 2026-03-12T01:04:10.749Z | Downloaded async-bb8-diesel v0.2.1 |
| 666 | 2026-03-12T01:04:10.752Z | Downloaded linked-hash-map v0.5.6 |
| 667 | 2026-03-12T01:04:10.756Z | Downloaded humantime v2.3.0 |
| 668 | 2026-03-12T01:04:10.758Z | Downloaded lalrpop-util v0.19.12 |
| 669 | 2026-03-12T01:04:10.761Z | Downloaded getrandom v0.2.17 |
| 670 | 2026-03-12T01:04:10.764Z | Downloaded keccak v0.1.6 |
| 671 | 2026-03-12T01:04:10.767Z | Downloaded lru-cache v0.1.2 |
| 672 | 2026-03-12T01:04:10.770Z | Downloaded libscf-sys v1.1.0 |
| 673 | 2026-03-12T01:04:10.772Z | Downloaded lazy_static v1.5.0 |
| 674 | 2026-03-12T01:04:10.777Z | Downloaded md-5 v0.10.6 |
| 675 | 2026-03-12T01:04:10.779Z | Downloaded md5 v0.7.0 |
| 676 | 2026-03-12T01:04:10.782Z | Downloaded diff v0.1.13 |
| 677 | 2026-03-12T01:04:10.785Z | Downloaded maybe-uninit v2.0.0 |
| 678 | 2026-03-12T01:04:10.787Z | Downloaded futures-channel v0.3.32 |
| 679 | 2026-03-12T01:04:10.790Z | Downloaded mime v0.3.17 |
| 680 | 2026-03-12T01:04:10.793Z | Downloaded fallible-iterator v0.2.0 |
| 681 | 2026-03-12T01:04:10.796Z | Downloaded indoc v2.0.7 |
| 682 | 2026-03-12T01:04:10.799Z | Downloaded nodrop v0.1.14 |
| 683 | 2026-03-12T01:04:10.802Z | Downloaded new_debug_unreachable v1.0.6 |
| 684 | 2026-03-12T01:04:10.805Z | Downloaded nibble_vec v0.1.0 |
| 685 | 2026-03-12T01:04:10.808Z | Downloaded num-conv v0.2.0 |
| 686 | 2026-03-12T01:04:10.808Z | Downloaded num-derive v0.3.3 |
| 687 | 2026-03-12T01:04:10.811Z | Downloaded multimap v0.10.1 |
| 688 | 2026-03-12T01:04:10.813Z | Downloaded ipnetwork v0.21.1 |
| 689 | 2026-03-12T01:04:10.816Z | Downloaded ipnet v2.11.0 |
| 690 | 2026-03-12T01:04:10.819Z | Downloaded num v0.4.3 |
| 691 | 2026-03-12T01:04:10.822Z | Downloaded normalize-line-endings v0.3.0 |
| 692 | 2026-03-12T01:04:10.825Z | Downloaded nonempty v0.12.0 |
| 693 | 2026-03-12T01:04:10.828Z | Downloaded getrandom v0.3.4 |
| 694 | 2026-03-12T01:04:10.830Z | Downloaded openssl-probe v0.2.1 |
| 695 | 2026-03-12T01:04:10.833Z | Downloaded openssl-probe v0.1.6 |
| 696 | 2026-03-12T01:04:10.836Z | Downloaded packed_struct_codegen v0.10.1 |
| 697 | 2026-03-12T01:04:10.839Z | Downloaded openssl-macros v0.1.1 |
| 698 | 2026-03-12T01:04:10.840Z | Downloaded num_threads v0.1.7 |
| 699 | 2026-03-12T01:04:10.843Z | Downloaded libloading v0.8.9 |
| 700 | 2026-03-12T01:04:10.846Z | Downloaded oso-derive v0.27.3 |
| 701 | 2026-03-12T01:04:10.849Z | Downloaded lock_api v0.4.14 |
| 702 | 2026-03-12T01:04:10.849Z | Downloaded libefi-sys v0.1.0 |
| 703 | 2026-03-12T01:04:10.852Z | Downloaded jobserver v0.1.34 |
| 704 | 2026-03-12T01:04:10.854Z | Downloaded parse-size v1.1.0 |
| 705 | 2026-03-12T01:04:10.857Z | Downloaded opaque-debug v0.3.1 |
| 706 | 2026-03-12T01:04:10.860Z | Downloaded pbkdf2 v0.11.0 |
| 707 | 2026-03-12T01:04:10.863Z | Downloaded pbkdf2 v0.12.2 |
| 708 | 2026-03-12T01:04:10.866Z | Downloaded mime_guess v2.0.5 |
| 709 | 2026-03-12T01:04:10.869Z | Downloaded httparse v1.10.1 |
| 710 | 2026-03-12T01:04:10.871Z | Downloaded futures v0.3.32 |
| 711 | 2026-03-12T01:04:10.875Z | Downloaded native-tls v0.2.18 |
| 712 | 2026-03-12T01:04:10.878Z | Downloaded path-slash v0.1.5 |
| 713 | 2026-03-12T01:04:10.881Z | Downloaded parse-display v0.10.0 |
| 714 | 2026-03-12T01:04:10.884Z | Downloaded indexmap v1.9.3 |
| 715 | 2026-03-12T01:04:10.886Z | Downloaded peg-runtime v0.8.5 |
| 716 | 2026-03-12T01:04:10.889Z | Downloaded newtype-uuid-macros v0.1.0 |
| 717 | 2026-03-12T01:04:10.892Z | Downloaded nanorand v0.7.0 |
| 718 | 2026-03-12T01:04:10.895Z | Downloaded phf_shared v0.12.1 |
| 719 | 2026-03-12T01:04:10.898Z | Downloaded pin-utils v0.1.0 |
| 720 | 2026-03-12T01:04:10.900Z | Downloaded headers v0.4.1 |
| 721 | 2026-03-12T01:04:10.903Z | Downloaded phf_shared v0.13.1 |
| 722 | 2026-03-12T01:04:10.906Z | Downloaded olpc-cjson v0.1.4 |
| 723 | 2026-03-12T01:04:10.908Z | Downloaded precomputed-hash v0.1.1 |
| 724 | 2026-03-12T01:04:10.911Z | Downloaded half v2.7.1 |
| 725 | 2026-03-12T01:04:10.914Z | Downloaded predicates-tree v1.0.13 |
| 726 | 2026-03-12T01:04:10.917Z | Downloaded proc-macro-crate v3.4.0 |
| 727 | 2026-03-12T01:04:10.917Z | Downloaded bytes v1.11.1 |
| 728 | 2026-03-12T01:04:10.921Z | Downloaded num_enum v0.7.5 |
| 729 | 2026-03-12T01:04:10.926Z | Downloaded hyper-rustls v0.27.7 |
| 730 | 2026-03-12T01:04:10.929Z | Downloaded predicates-core v1.0.10 |
| 731 | 2026-03-12T01:04:10.932Z | Downloaded password-hash v0.5.0 |
| 732 | 2026-03-12T01:04:10.934Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 733 | 2026-03-12T01:04:10.937Z | Downloaded packed_struct v0.10.1 |
| 734 | 2026-03-12T01:04:10.940Z | Downloaded proc-macro-crate v1.3.1 |
| 735 | 2026-03-12T01:04:10.940Z | Downloaded bumpalo v3.20.2 |
| 736 | 2026-03-12T01:04:10.945Z | Downloaded paste v1.0.15 |
| 737 | 2026-03-12T01:04:10.948Z | Downloaded darling v0.20.11 |
| 738 | 2026-03-12T01:04:10.951Z | Downloaded progenitor-macro v0.10.0 |
| 739 | 2026-03-12T01:04:10.954Z | Downloaded flume v0.11.1 |
| 740 | 2026-03-12T01:04:10.957Z | Downloaded psl-types v2.0.11 |
| 741 | 2026-03-12T01:04:10.960Z | Downloaded progenitor-client v0.11.2 |
| 742 | 2026-03-12T01:04:10.962Z | Downloaded progenitor-client v0.10.0 |
| 743 | 2026-03-12T01:04:10.966Z | Downloaded phf v0.12.1 |
| 744 | 2026-03-12T01:04:10.966Z | Downloaded progenitor-macro v0.13.0 |
| 745 | 2026-03-12T01:04:10.970Z | Downloaded parse-display-derive v0.10.0 |
| 746 | 2026-03-12T01:04:10.975Z | Downloaded pem-rfc7468 v0.7.0 |
| 747 | 2026-03-12T01:04:10.975Z | Downloaded pem v3.0.6 |
| 748 | 2026-03-12T01:04:10.978Z | Downloaded quick-error v1.2.3 |
| 749 | 2026-03-12T01:04:10.978Z | Downloaded derive_more-impl v2.1.1 |
| 750 | 2026-03-12T01:04:10.981Z | Downloaded postgres-protocol v0.6.10 |
| 751 | 2026-03-12T01:04:10.983Z | Downloaded pin-project-internal v1.1.11 |
| 752 | 2026-03-12T01:04:10.986Z | Downloaded phf v0.13.1 |
| 753 | 2026-03-12T01:04:10.989Z | Downloaded rand_chacha v0.3.1 |
| 754 | 2026-03-12T01:04:10.992Z | Downloaded poly1305 v0.8.0 |
| 755 | 2026-03-12T01:04:11.006Z | Downloaded powerfmt v0.2.0 |
| 756 | 2026-03-12T01:04:11.006Z | Downloaded recursive v0.1.1 |
| 757 | 2026-03-12T01:04:11.006Z | Downloaded cc v1.2.56 |
| 758 | 2026-03-12T01:04:11.006Z | Downloaded hickory-resolver v0.25.2 |
| 759 | 2026-03-12T01:04:11.006Z | Downloaded heapless v0.8.0 |
| 760 | 2026-03-12T01:04:11.009Z | Downloaded password-hash v0.4.2 |
| 761 | 2026-03-12T01:04:11.012Z | Downloaded hickory-resolver v0.24.4 |
| 762 | 2026-03-12T01:04:11.015Z | Downloaded memmap2 v0.9.10 |
| 763 | 2026-03-12T01:04:11.018Z | Downloaded primeorder v0.13.6 |
| 764 | 2026-03-12T01:04:11.018Z | Downloaded libsw v3.5.0 |
| 765 | 2026-03-12T01:04:11.021Z | Downloaded predicates v3.1.4 |
| 766 | 2026-03-12T01:04:11.025Z | Downloaded ref-cast v1.0.25 |
| 767 | 2026-03-12T01:04:11.028Z | Downloaded rfc6979 v0.4.0 |
| 768 | 2026-03-12T01:04:11.028Z | Downloaded parking_lot v0.11.2 |
| 769 | 2026-03-12T01:04:11.031Z | Downloaded rtoolbox v0.0.3 |
| 770 | 2026-03-12T01:04:11.033Z | Downloaded progenitor v0.13.0 |
| 771 | 2026-03-12T01:04:11.036Z | Downloaded flate2 v1.1.9 |
| 772 | 2026-03-12T01:04:11.039Z | Downloaded progenitor-client v0.13.0 |
| 773 | 2026-03-12T01:04:11.042Z | Downloaded progenitor v0.11.2 |
| 774 | 2026-03-12T01:04:11.045Z | Downloaded ref-cast-impl v1.0.25 |
| 775 | 2026-03-12T01:04:11.045Z | Downloaded psm v0.1.30 |
| 776 | 2026-03-12T01:04:11.048Z | Downloaded hashbrown v0.12.3 |
| 777 | 2026-03-12T01:04:11.051Z | Downloaded dropshot-api-manager v0.6.0 |
| 778 | 2026-03-12T01:04:11.055Z | Downloaded rustc_version v0.4.1 |
| 779 | 2026-03-12T01:04:11.058Z | Downloaded russh-cryptovec v0.7.3 |
| 780 | 2026-03-12T01:04:11.060Z | Downloaded r2d2 v0.8.10 |
| 781 | 2026-03-12T01:04:11.060Z | Downloaded postgres-types v0.2.12 |
| 782 | 2026-03-12T01:04:11.063Z | Downloaded postcard v1.1.3 |
| 783 | 2026-03-12T01:04:11.066Z | Downloaded pkcs1 v0.7.5 |
| 784 | 2026-03-12T01:04:11.069Z | Downloaded rand_core v0.6.4 |
| 785 | 2026-03-12T01:04:11.071Z | Downloaded rustc_version v0.1.7 |
| 786 | 2026-03-12T01:04:11.074Z | Downloaded rand_chacha v0.9.0 |
| 787 | 2026-03-12T01:04:11.074Z | Downloaded papergrid v0.17.0 |
| 788 | 2026-03-12T01:04:11.079Z | Downloaded rand_seeder v0.4.0 |
| 789 | 2026-03-12T01:04:11.082Z | Downloaded scheduled-thread-pool v0.2.7 |
| 790 | 2026-03-12T01:04:11.082Z | Downloaded scopeguard v1.2.0 |
| 791 | 2026-03-12T01:04:11.085Z | Downloaded rand_core v0.9.5 |
| 792 | 2026-03-12T01:04:11.087Z | Downloaded rand_core v0.10.0 |
| 793 | 2026-03-12T01:04:11.090Z | Downloaded peg v0.8.5 |
| 794 | 2026-03-12T01:04:11.093Z | Downloaded expectorate v1.2.0 |
| 795 | 2026-03-12T01:04:11.095Z | Downloaded darling_core v0.23.0 |
| 796 | 2026-03-12T01:04:11.099Z | Downloaded p256 v0.13.2 |
| 797 | 2026-03-12T01:04:11.102Z | Downloaded oso v0.27.3 |
| 798 | 2026-03-12T01:04:11.105Z | Downloaded same-file v1.0.6 |
| 799 | 2026-03-12T01:04:11.108Z | Downloaded salsa20 v0.10.2 |
| 800 | 2026-03-12T01:04:11.111Z | Downloaded resolv-conf v0.7.6 |
| 801 | 2026-03-12T01:04:11.111Z | Downloaded serde_bytes v0.11.19 |
| 802 | 2026-03-12T01:04:11.115Z | Downloaded ed25519-dalek v2.2.0 |
| 803 | 2026-03-12T01:04:11.118Z | Downloaded crossbeam-channel v0.5.15 |
| 804 | 2026-03-12T01:04:11.121Z | Downloaded semver v0.1.20 |
| 805 | 2026-03-12T01:04:11.124Z | Downloaded pkcs8 v0.10.2 |
| 806 | 2026-03-12T01:04:11.127Z | Downloaded serde_spanned v1.0.4 |
| 807 | 2026-03-12T01:04:11.127Z | Downloaded secrecy v0.8.0 |
| 808 | 2026-03-12T01:04:11.130Z | Downloaded openssl-sys v0.9.111 |
| 809 | 2026-03-12T01:04:11.133Z | Downloaded rustls-pemfile v2.2.0 |
| 810 | 2026-03-12T01:04:11.136Z | Downloaded serde-big-array v0.5.1 |
| 811 | 2026-03-12T01:04:11.139Z | Downloaded secrecy v0.10.3 |
| 812 | 2026-03-12T01:04:11.139Z | Downloaded scrypt v0.11.0 |
| 813 | 2026-03-12T01:04:11.142Z | Downloaded shell-words v1.1.1 |
| 814 | 2026-03-12T01:04:11.142Z | Downloaded serde_repr v0.1.20 |
| 815 | 2026-03-12T01:04:11.145Z | Downloaded serde_plain v1.0.2 |
| 816 | 2026-03-12T01:04:11.145Z | Downloaded quinn-udp v0.5.14 |
| 817 | 2026-03-12T01:04:11.148Z | Downloaded rusty-fork v0.3.1 |
| 818 | 2026-03-12T01:04:11.151Z | Downloaded pin-project v1.1.11 |
| 819 | 2026-03-12T01:04:11.158Z | Downloaded signature v2.2.0 |
| 820 | 2026-03-12T01:04:11.161Z | Downloaded sigpipe v0.1.3 |
| 821 | 2026-03-12T01:04:11.164Z | Downloaded rustls-pemfile v1.0.4 |
| 822 | 2026-03-12T01:04:11.167Z | Downloaded signal-hook-mio v0.2.5 |
| 823 | 2026-03-12T01:04:11.167Z | Downloaded siphasher v1.0.2 |
| 824 | 2026-03-12T01:04:11.169Z | Downloaded miniz_oxide v0.8.9 |
| 825 | 2026-03-12T01:04:11.172Z | Downloaded signal-hook-tokio v0.3.1 |
| 826 | 2026-03-12T01:04:11.172Z | Downloaded sha1 v0.10.6 |
| 827 | 2026-03-12T01:04:11.175Z | Downloaded rustversion v1.0.22 |
| 828 | 2026-03-12T01:04:11.178Z | Downloaded progenitor-impl v0.11.2 |
| 829 | 2026-03-12T01:04:11.181Z | Downloaded prefix-trie v0.7.0 |
| 830 | 2026-03-12T01:04:11.183Z | Downloaded rustls-native-certs v0.8.3 |
| 831 | 2026-03-12T01:04:11.186Z | Downloaded schemars_derive v0.8.22 |
| 832 | 2026-03-12T01:04:11.186Z | Downloaded sapling-renderdag v0.1.0 |
| 833 | 2026-03-12T01:04:11.189Z | Downloaded jiff-static v0.2.21 |
| 834 | 2026-03-12T01:04:11.191Z | Downloaded sct v0.7.1 |
| 835 | 2026-03-12T01:04:11.194Z | Downloaded serde_path_to_error v0.1.20 |
| 836 | 2026-03-12T01:04:11.197Z | Downloaded serde_derive_internals v0.29.1 |
| 837 | 2026-03-12T01:04:11.197Z | Downloaded hickory-server v0.25.2 |
| 838 | 2026-03-12T01:04:11.200Z | Downloaded slog-envlogger v2.2.0 |
| 839 | 2026-03-12T01:04:11.203Z | Downloaded minimal-lexical v0.2.1 |
| 840 | 2026-03-12T01:04:11.206Z | Downloaded scroll v0.13.0 |
| 841 | 2026-03-12T01:04:11.209Z | Downloaded scroll_derive v0.13.1 |
| 842 | 2026-03-12T01:04:11.209Z | Downloaded rustc-hash v2.1.1 |
| 843 | 2026-03-12T01:04:11.212Z | Downloaded pkcs5 v0.7.1 |
| 844 | 2026-03-12T01:04:11.215Z | Downloaded russh-keys v0.45.0 |
| 845 | 2026-03-12T01:04:11.218Z | Downloaded progenitor v0.10.0 |
| 846 | 2026-03-12T01:04:11.218Z | Downloaded sec1 v0.7.3 |
| 847 | 2026-03-12T01:04:11.221Z | Downloaded ssh-cipher v0.2.0 |
| 848 | 2026-03-12T01:04:11.224Z | Downloaded proc-macro-error2 v2.0.1 |
| 849 | 2026-03-12T01:04:11.227Z | Downloaded progenitor-impl v0.13.0 |
| 850 | 2026-03-12T01:04:11.227Z | Downloaded shlex v1.3.0 |
| 851 | 2026-03-12T01:04:11.229Z | Downloaded serde-hex v0.1.0 |
| 852 | 2026-03-12T01:04:11.232Z | Downloaded seq-macro v0.3.6 |
| 853 | 2026-03-12T01:04:11.232Z | Downloaded parking_lot_core v0.9.12 |
| 854 | 2026-03-12T01:04:11.235Z | Downloaded strum v0.27.2 |
| 855 | 2026-03-12T01:04:11.236Z | Downloaded strum v0.26.3 |
| 856 | 2026-03-12T01:04:11.238Z | Downloaded structmeta-derive v0.3.0 |
| 857 | 2026-03-12T01:04:11.238Z | Downloaded supports-color v3.0.2 |
| 858 | 2026-03-12T01:04:11.241Z | Downloaded sqlparser_derive v0.5.0 |
| 859 | 2026-03-12T01:04:11.241Z | Downloaded signal-hook-registry v1.4.8 |
| 860 | 2026-03-12T01:04:11.244Z | Downloaded slog-scope v4.4.1 |
| 861 | 2026-03-12T01:04:11.246Z | Downloaded slog-json v2.6.1 |
| 862 | 2026-03-12T01:04:11.246Z | Downloaded serde_urlencoded v0.7.1 |
| 863 | 2026-03-12T01:04:11.249Z | Downloaded rustls-pki-types v1.14.0 |
| 864 | 2026-03-12T01:04:11.252Z | Downloaded strip-ansi-escapes v0.2.1 |
| 865 | 2026-03-12T01:04:11.252Z | Downloaded progenitor-impl v0.10.0 |
| 866 | 2026-03-12T01:04:11.255Z | Downloaded slab v0.4.12 |
| 867 | 2026-03-12T01:04:11.258Z | Downloaded simd-adler32 v0.3.8 |
| 868 | 2026-03-12T01:04:11.258Z | Downloaded structmeta v0.3.0 |
| 869 | 2026-03-12T01:04:11.260Z | Downloaded subtle v2.6.1 |
| 870 | 2026-03-12T01:04:11.260Z | Downloaded tap v1.0.1 |
| 871 | 2026-03-12T01:04:11.263Z | Downloaded sync-ptr v0.1.4 |
| 872 | 2026-03-12T01:04:11.263Z | Downloaded smf v0.2.3 |
| 873 | 2026-03-12T01:04:11.266Z | Downloaded sync_wrapper v1.0.2 |
| 874 | 2026-03-12T01:04:11.266Z | Downloaded serde_cbor v0.11.2 |
| 875 | 2026-03-12T01:04:11.269Z | Downloaded slog-stdlog v4.1.1 |
| 876 | 2026-03-12T01:04:11.269Z | Downloaded slog-dtrace v0.3.0 |
| 877 | 2026-03-12T01:04:11.271Z | Downloaded http v1.4.0 |
| 878 | 2026-03-12T01:04:11.274Z | Downloaded prettyplease v0.2.37 |
| 879 | 2026-03-12T01:04:11.277Z | Downloaded ssh-encoding v0.2.0 |
| 880 | 2026-03-12T01:04:11.280Z | Downloaded hyper-util v0.1.20 |
| 881 | 2026-03-12T01:04:11.283Z | Downloaded time-core v0.1.8 |
| 882 | 2026-03-12T01:04:11.286Z | Downloaded termtree v0.5.1 |
| 883 | 2026-03-12T01:04:11.289Z | Downloaded slog-term v2.9.2 |
| 884 | 2026-03-12T01:04:11.289Z | Downloaded take_mut v0.2.2 |
| 885 | 2026-03-12T01:04:11.291Z | Downloaded tabwriter v1.4.1 |
| 886 | 2026-03-12T01:04:11.291Z | Downloaded slog-bunyan v2.5.0 |
| 887 | 2026-03-12T01:04:11.295Z | Downloaded slog-async v2.8.0 |
| 888 | 2026-03-12T01:04:11.295Z | Downloaded stacker v0.1.23 |
| 889 | 2026-03-12T01:04:11.297Z | Downloaded spki v0.7.3 |
| 890 | 2026-03-12T01:04:11.300Z | Downloaded tinyvec_macros v0.1.1 |
| 891 | 2026-03-12T01:04:11.300Z | Downloaded snafu-derive v0.8.9 |
| 892 | 2026-03-12T01:04:11.300Z | Downloaded parking_lot v0.12.5 |
| 893 | 2026-03-12T01:04:11.303Z | Downloaded rustls-platform-verifier v0.6.2 |
| 894 | 2026-03-12T01:04:11.306Z | Downloaded smallvec v0.6.14 |
| 895 | 2026-03-12T01:04:11.309Z | Downloaded sqlformat v0.3.5 |
| 896 | 2026-03-12T01:04:11.309Z | Downloaded strum_macros v0.26.4 |
| 897 | 2026-03-12T01:04:11.312Z | Downloaded ron v0.8.1 |
| 898 | 2026-03-12T01:04:11.316Z | Downloaded static_assertions v1.1.0 |
| 899 | 2026-03-12T01:04:11.318Z | Downloaded thread-id v5.1.0 |
| 900 | 2026-03-12T01:04:11.318Z | Downloaded testing_table v0.3.0 |
| 901 | 2026-03-12T01:04:11.321Z | Downloaded mio v1.1.1 |
| 902 | 2026-03-12T01:04:11.324Z | Downloaded crossterm v0.28.1 |
| 903 | 2026-03-12T01:04:11.328Z | Downloaded string_cache v0.8.9 |
| 904 | 2026-03-12T01:04:11.331Z | Downloaded num-bigint v0.4.6 |
| 905 | 2026-03-12T01:04:11.336Z | Downloaded tagptr v0.2.0 |
| 906 | 2026-03-12T01:04:11.339Z | Downloaded support-bundle-viewer v0.1.2 |
| 907 | 2026-03-12T01:04:11.339Z | Downloaded ryu v1.0.23 |
| 908 | 2026-03-12T01:04:11.342Z | Downloaded tabled_derive v0.11.0 |
| 909 | 2026-03-12T01:04:11.342Z | Downloaded strum_macros v0.24.3 |
| 910 | 2026-03-12T01:04:11.345Z | Downloaded pretty_assertions v1.4.1 |
| 911 | 2026-03-12T01:04:11.345Z | Downloaded indicatif v0.18.4 |
| 912 | 2026-03-12T01:04:11.347Z | Downloaded ignore v0.4.25 |
| 913 | 2026-03-12T01:04:11.350Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 914 | 2026-03-12T01:04:11.353Z | Downloaded progenitor-extras v0.1.1 |
| 915 | 2026-03-12T01:04:11.353Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 916 | 2026-03-12T01:04:11.356Z | Downloaded libxml v0.3.3 |
| 917 | 2026-03-12T01:04:11.359Z | Downloaded serde_yaml v0.9.34+deprecated |
| 918 | 2026-03-12T01:04:11.362Z | Downloaded rand v0.8.5 |
| 919 | 2026-03-12T01:04:11.365Z | Downloaded itertools v0.10.5 |
| 920 | 2026-03-12T01:04:11.370Z | Downloaded tiny-keccak v2.0.2 |
| 921 | 2026-03-12T01:04:11.373Z | Downloaded topological-sort v0.2.2 |
| 922 | 2026-03-12T01:04:11.375Z | Downloaded schemars v0.8.22 |
| 923 | 2026-03-12T01:04:11.383Z | Downloaded tower-service v0.3.3 |
| 924 | 2026-03-12T01:04:11.385Z | Downloaded crossterm v0.29.0 |
| 925 | 2026-03-12T01:04:11.389Z | Downloaded try-lock v0.2.5 |
| 926 | 2026-03-12T01:04:11.392Z | Downloaded tokio-dtrace v0.1.1 |
| 927 | 2026-03-12T01:04:11.392Z | Downloaded tls_codec_derive v0.4.2 |
| 928 | 2026-03-12T01:04:11.395Z | Downloaded strum_macros v0.27.2 |
| 929 | 2026-03-12T01:04:11.398Z | Downloaded stringprep v0.1.5 |
| 930 | 2026-03-12T01:04:11.398Z | Downloaded rcgen v0.12.1 |
| 931 | 2026-03-12T01:04:11.400Z | Downloaded tower-layer v0.3.3 |
| 932 | 2026-03-12T01:04:11.400Z | Downloaded nom v7.1.3 |
| 933 | 2026-03-12T01:04:11.404Z | Downloaded thread_local v1.1.9 |
| 934 | 2026-03-12T01:04:11.407Z | Downloaded rayon-core v1.13.0 |
| 935 | 2026-03-12T01:04:11.410Z | Downloaded trait-variant v0.1.2 |
| 936 | 2026-03-12T01:04:11.410Z | Downloaded time-macros v0.2.27 |
| 937 | 2026-03-12T01:04:11.413Z | Downloaded thiserror-no-std v2.0.2 |
| 938 | 2026-03-12T01:04:11.415Z | Downloaded term v0.7.0 |
| 939 | 2026-03-12T01:04:11.418Z | Downloaded qorb v0.4.1 |
| 940 | 2026-03-12T01:04:11.421Z | Downloaded usdt v0.6.0 |
| 941 | 2026-03-12T01:04:11.424Z | Downloaded unicode-truncate v1.1.0 |
| 942 | 2026-03-12T01:04:11.424Z | Downloaded termios v0.3.3 |
| 943 | 2026-03-12T01:04:11.427Z | Downloaded similar v2.7.0 |
| 944 | 2026-03-12T01:04:11.430Z | Downloaded tokio-macros v2.6.0 |
| 945 | 2026-03-12T01:04:11.433Z | Downloaded itertools v0.13.0 |
| 946 | 2026-03-12T01:04:11.436Z | Downloaded untrusted v0.9.0 |
| 947 | 2026-03-12T01:04:11.438Z | Downloaded usdt-attr-macro v0.6.0 |
| 948 | 2026-03-12T01:04:11.438Z | Downloaded unit-prefix v0.5.2 |
| 949 | 2026-03-12T01:04:11.438Z | Downloaded untrusted v0.7.1 |
| 950 | 2026-03-12T01:04:11.441Z | Downloaded utf-8 v0.7.6 |
| 951 | 2026-03-12T01:04:11.441Z | Downloaded slog v2.8.2 |
| 952 | 2026-03-12T01:04:11.444Z | Downloaded term v1.2.1 |
| 953 | 2026-03-12T01:04:11.446Z | Downloaded hashbrown v0.15.5 |
| 954 | 2026-03-12T01:04:11.450Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 955 | 2026-03-12T01:04:11.454Z | Downloaded tokio-tungstenite v0.21.0 |
| 956 | 2026-03-12T01:04:11.457Z | Downloaded iri-string v0.7.10 |
| 957 | 2026-03-12T01:04:11.460Z | Downloaded tokio-rustls v0.25.0 |
| 958 | 2026-03-12T01:04:11.463Z | Downloaded tokio-tungstenite v0.23.1 |
| 959 | 2026-03-12T01:04:11.466Z | Downloaded tui-tree-widget v0.23.1 |
| 960 | 2026-03-12T01:04:11.466Z | Downloaded usdt-macro v0.6.0 |
| 961 | 2026-03-12T01:04:11.466Z | Downloaded hkdf v0.12.4 |
| 962 | 2026-03-12T01:04:11.468Z | Downloaded waitgroup v0.1.2 |
| 963 | 2026-03-12T01:04:11.468Z | Downloaded wait-timeout v0.2.1 |
| 964 | 2026-03-12T01:04:11.471Z | Downloaded universal-hash v0.5.1 |
| 965 | 2026-03-12T01:04:11.471Z | Downloaded typify-macro v0.6.1 |
| 966 | 2026-03-12T01:04:11.474Z | Downloaded typify-macro v0.4.3 |
| 967 | 2026-03-12T01:04:11.474Z | Downloaded iddqd v0.3.17 |
| 968 | 2026-03-12T01:04:11.478Z | Downloaded socket2 v0.6.2 |
| 969 | 2026-03-12T01:04:11.480Z | Downloaded itertools v0.14.0 |
| 970 | 2026-03-12T01:04:11.485Z | Downloaded void v1.0.2 |
| 971 | 2026-03-12T01:04:11.487Z | Downloaded spin v0.9.8 |
| 972 | 2026-03-12T01:04:11.488Z | Downloaded schemars v1.2.1 |
| 973 | 2026-03-12T01:04:11.498Z | Downloaded want v0.3.1 |
| 974 | 2026-03-12T01:04:11.501Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 975 | 2026-03-12T01:04:11.504Z | Downloaded tokio-rustls v0.26.4 |
| 976 | 2026-03-12T01:04:11.504Z | Downloaded tokio-rustls v0.24.1 |
| 977 | 2026-03-12T01:04:11.507Z | Downloaded xshell-macros v0.2.7 |
| 978 | 2026-03-12T01:04:11.507Z | Downloaded unicase v2.9.0 |
| 979 | 2026-03-12T01:04:11.507Z | Downloaded tls_codec v0.4.2 |
| 980 | 2026-03-12T01:04:11.510Z | Downloaded test-strategy v0.4.5 |
| 981 | 2026-03-12T01:04:11.512Z | Downloaded tar v0.4.44 |
| 982 | 2026-03-12T01:04:11.516Z | Downloaded tokio-native-tls v0.3.1 |
| 983 | 2026-03-12T01:04:11.518Z | Downloaded unarray v0.1.4 |
| 984 | 2026-03-12T01:04:11.518Z | Downloaded rand v0.10.0 |
| 985 | 2026-03-12T01:04:11.521Z | Downloaded subprocess v0.2.15 |
| 986 | 2026-03-12T01:04:11.524Z | Downloaded chrono v0.4.44 |
| 987 | 2026-03-12T01:04:11.527Z | Downloaded xattr v1.6.1 |
| 988 | 2026-03-12T01:04:11.530Z | Downloaded tinyvec v1.10.0 |
| 989 | 2026-03-12T01:04:11.533Z | Downloaded itertools v0.12.1 |
| 990 | 2026-03-12T01:04:11.536Z | Downloaded vergen-git2 v1.0.7 |
| 991 | 2026-03-12T01:04:11.539Z | Downloaded twox-hash v2.1.2 |
| 992 | 2026-03-12T01:04:11.543Z | Downloaded schemars v0.9.0 |
| 993 | 2026-03-12T01:04:11.548Z | Downloaded zone_cfg_derive v0.3.1 |
| 994 | 2026-03-12T01:04:11.551Z | Downloaded walkdir v2.5.0 |
| 995 | 2026-03-12T01:04:11.551Z | Downloaded zeroize_derive v1.4.3 |
| 996 | 2026-03-12T01:04:11.554Z | Downloaded rustls-webpki v0.103.9 |
| 997 | 2026-03-12T01:04:11.556Z | Downloaded blake3 v1.8.3 |
| 998 | 2026-03-12T01:04:11.560Z | Downloaded socket2 v0.5.10 |
| 999 | 2026-03-12T01:04:11.563Z | Downloaded publicsuffix v2.3.0 |
| 1000 | 2026-03-12T01:04:11.566Z | Downloaded whoami v1.6.1 |
| 1001 | 2026-03-12T01:04:11.566Z | Downloaded signal-hook v0.3.18 |
| 1002 | 2026-03-12T01:04:11.569Z | Downloaded serde_with_macros v3.17.0 |
| 1003 | 2026-03-12T01:04:11.571Z | Downloaded vsss-rs v3.3.4 |
| 1004 | 2026-03-12T01:04:11.572Z | Downloaded zone v0.3.1 |
| 1005 | 2026-03-12T01:04:11.575Z | Downloaded russh v0.45.0 |
| 1006 | 2026-03-12T01:04:11.578Z | Downloaded quinn v0.11.9 |
| 1007 | 2026-03-12T01:04:11.581Z | Downloaded xz2 v0.1.7 |
| 1008 | 2026-03-12T01:04:11.583Z | Downloaded rand v0.9.2 |
| 1009 | 2026-03-12T01:04:11.586Z | Downloaded libm v0.2.16 |
| 1010 | 2026-03-12T01:04:11.591Z | Downloaded wyz v0.5.1 |
| 1011 | 2026-03-12T01:04:11.594Z | Downloaded whoami v2.1.0 |
| 1012 | 2026-03-12T01:04:11.594Z | Downloaded num-bigint-dig v0.8.6 |
| 1013 | 2026-03-12T01:04:11.598Z | Downloaded tracing-attributes v0.1.31 |
| 1014 | 2026-03-12T01:04:11.600Z | Downloaded unicode-properties v0.1.4 |
| 1015 | 2026-03-12T01:04:11.603Z | Downloaded tungstenite v0.23.0 |
| 1016 | 2026-03-12T01:04:11.606Z | Downloaded xshell v0.2.7 |
| 1017 | 2026-03-12T01:04:11.606Z | Downloaded vergen-gitcl v1.0.8 |
| 1018 | 2026-03-12T01:04:11.608Z | Downloaded hyper v1.8.1 |
| 1019 | 2026-03-12T01:04:11.611Z | Downloaded samael v0.0.19 |
| 1020 | 2026-03-12T01:04:11.616Z | Downloaded toml v0.7.8 |
| 1021 | 2026-03-12T01:04:11.618Z | Downloaded usdt-impl v0.6.0 |
| 1022 | 2026-03-12T01:04:11.621Z | Downloaded tokio-stream v0.1.18 |
| 1023 | 2026-03-12T01:04:11.624Z | Downloaded p521 v0.13.3 |
| 1024 | 2026-03-12T01:04:11.627Z | Downloaded zeroize v1.8.2 |
| 1025 | 2026-03-12T01:04:11.631Z | Downloaded rpassword v7.4.0 |
| 1026 | 2026-03-12T01:04:11.631Z | Downloaded h2 v0.4.13 |
| 1027 | 2026-03-12T01:04:11.634Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1028 | 2026-03-12T01:04:11.637Z | Downloaded yasna v0.5.2 |
| 1029 | 2026-03-12T01:04:11.640Z | Downloaded vergen v9.0.6 |
| 1030 | 2026-03-12T01:04:11.640Z | Downloaded snafu v0.8.9 |
| 1031 | 2026-03-12T01:04:11.644Z | Downloaded zstd-safe v7.2.4 |
| 1032 | 2026-03-12T01:04:11.647Z | Downloaded tungstenite v0.21.0 |
| 1033 | 2026-03-12T01:04:11.650Z | Downloaded typify v0.6.1 |
| 1034 | 2026-03-12T01:04:11.652Z | Downloaded typify v0.4.3 |
| 1035 | 2026-03-12T01:04:11.655Z | Downloaded uzers v0.12.2 |
| 1036 | 2026-03-12T01:04:11.660Z | Downloaded tracing-core v0.1.36 |
| 1037 | 2026-03-12T01:04:11.660Z | Downloaded vergen-lib v0.1.6 |
| 1038 | 2026-03-12T01:04:11.665Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1039 | 2026-03-12T01:04:11.665Z | Downloaded zstd v0.13.3 |
| 1040 | 2026-03-12T01:04:11.665Z | Downloaded bitvec v1.0.1 |
| 1041 | 2026-03-12T01:04:11.673Z | Downloaded rustyline v14.0.0 |
| 1042 | 2026-03-12T01:04:11.677Z | Downloaded zerocopy v0.6.6 |
| 1043 | 2026-03-12T01:04:11.681Z | Downloaded uuid v1.21.0 |
| 1044 | 2026-03-12T01:04:11.683Z | Downloaded reedline v0.40.0 |
| 1045 | 2026-03-12T01:04:11.687Z | Downloaded git2 v0.20.4 |
| 1046 | 2026-03-12T01:04:11.693Z | Downloaded unsafe-libyaml v0.2.11 |
| 1047 | 2026-03-12T01:04:11.696Z | Downloaded ssh-key v0.6.7 |
| 1048 | 2026-03-12T01:04:11.701Z | Downloaded ron v0.12.0 |
| 1049 | 2026-03-12T01:04:11.707Z | Downloaded bindgen v0.71.1 |
| 1050 | 2026-03-12T01:04:11.712Z | Downloaded zopfli v0.8.3 |
| 1051 | 2026-03-12T01:04:11.715Z | Downloaded aws-lc-rs v1.16.0 |
| 1052 | 2026-03-12T01:04:11.721Z | Downloaded vte v0.14.1 |
| 1053 | 2026-03-12T01:04:11.724Z | Downloaded unicode-bidi v0.3.18 |
| 1054 | 2026-03-12T01:04:11.727Z | Downloaded tokio-postgres v0.7.16 |
| 1055 | 2026-03-12T01:04:11.730Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1056 | 2026-03-12T01:04:11.732Z | Downloaded reqwest v0.13.2 |
| 1057 | 2026-03-12T01:04:11.737Z | Downloaded yansi v1.0.1 |
| 1058 | 2026-03-12T01:04:11.740Z | Downloaded toml_edit v0.19.15 |
| 1059 | 2026-03-12T01:04:11.750Z | Downloaded rayon v1.11.0 |
| 1060 | 2026-03-12T01:04:11.757Z | Downloaded portable-atomic v1.13.1 |
| 1061 | 2026-03-12T01:04:11.763Z | Downloaded unicode_categories v0.1.1 |
| 1062 | 2026-03-12T01:04:11.766Z | Downloaded reqwest v0.12.28 |
| 1063 | 2026-03-12T01:04:11.769Z | Downloaded unicode-segmentation v1.12.0 |
| 1064 | 2026-03-12T01:04:11.772Z | Downloaded p384 v0.13.1 |
| 1065 | 2026-03-12T01:04:11.775Z | Downloaded zerocopy-derive v0.8.40 |
| 1066 | 2026-03-12T01:04:11.782Z | Downloaded lalrpop v0.19.12 |
| 1067 | 2026-03-12T01:04:11.790Z | Downloaded zip v0.6.6 |
| 1068 | 2026-03-12T01:04:11.793Z | Downloaded rustls-webpki v0.101.7 |
| 1069 | 2026-03-12T01:04:11.803Z | Downloaded x509-cert v0.2.5 |
| 1070 | 2026-03-12T01:04:11.807Z | Downloaded tower v0.5.3 |
| 1071 | 2026-03-12T01:04:11.814Z | Downloaded goblin v0.10.5 |
| 1072 | 2026-03-12T01:04:11.820Z | Downloaded regex v1.12.3 |
| 1073 | 2026-03-12T01:04:11.824Z | Downloaded steno v0.4.1 |
| 1074 | 2026-03-12T01:04:11.827Z | Downloaded futures-util v0.3.32 |
| 1075 | 2026-03-12T01:04:11.836Z | Downloaded rsa v0.9.10 |
| 1076 | 2026-03-12T01:04:11.839Z | Downloaded hashbrown v0.13.2 |
| 1077 | 2026-03-12T01:04:11.843Z | Downloaded derive_more v2.1.1 |
| 1078 | 2026-03-12T01:04:11.851Z | Downloaded petname v2.0.2 |
| 1079 | 2026-03-12T01:04:11.856Z | Downloaded proptest v1.10.0 |
| 1080 | 2026-03-12T01:04:11.863Z | Downloaded owo-colors v4.3.0 |
| 1081 | 2026-03-12T01:04:11.865Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1082 | 2026-03-12T01:04:11.868Z | Downloaded object v0.30.4 |
| 1083 | 2026-03-12T01:04:11.873Z | Downloaded rustls-webpki v0.102.8 |
| 1084 | 2026-03-12T01:04:11.887Z | Downloaded unicode-normalization v0.1.25 |
| 1085 | 2026-03-12T01:04:11.890Z | Downloaded typed-path v0.9.3 |
| 1086 | 2026-03-12T01:04:11.894Z | Downloaded tough v0.20.0 |
| 1087 | 2026-03-12T01:04:11.900Z | Downloaded zip v4.6.1 |
| 1088 | 2026-03-12T01:04:11.903Z | Downloaded quinn-proto v0.11.13 |
| 1089 | 2026-03-12T01:04:11.910Z | Downloaded tower-http v0.6.8 |
| 1090 | 2026-03-12T01:04:11.914Z | Downloaded openssl v0.10.75 |
| 1091 | 2026-03-12T01:04:11.922Z | Downloaded winnow v0.6.26 |
| 1092 | 2026-03-12T01:04:11.929Z | Downloaded salty v0.3.0 |
| 1093 | 2026-03-12T01:04:11.934Z | Downloaded tokio-util v0.7.18 |
| 1094 | 2026-03-12T01:04:11.939Z | Downloaded radix_trie v0.2.1 |
| 1095 | 2026-03-12T01:04:11.943Z | Downloaded nix v0.27.1 |
| 1096 | 2026-03-12T01:04:11.950Z | Downloaded moka v0.12.13 |
| 1097 | 2026-03-12T01:04:11.956Z | Downloaded quick-xml v0.37.5 |
| 1098 | 2026-03-12T01:04:11.961Z | Downloaded smoltcp v0.9.1 |
| 1099 | 2026-03-12T01:04:11.968Z | Downloaded bstr v1.12.1 |
| 1100 | 2026-03-12T01:04:11.975Z | Downloaded nix v0.30.1 |
| 1101 | 2026-03-12T01:04:11.984Z | Downloaded serde_with v3.17.0 |
| 1102 | 2026-03-12T01:04:11.993Z | Downloaded heapless v0.7.17 |
| 1103 | 2026-03-12T01:04:11.996Z | Downloaded curve25519-dalek v4.1.3 |
| 1104 | 2026-03-12T01:04:12.002Z | Downloaded zlib-rs v0.6.2 |
| 1105 | 2026-03-12T01:04:12.006Z | Downloaded object v0.37.3 |
| 1106 | 2026-03-12T01:04:12.015Z | Downloaded aho-corasick v1.1.4 |
| 1107 | 2026-03-12T01:04:12.019Z | Downloaded nix v0.31.1 |
| 1108 | 2026-03-12T01:04:12.028Z | Downloaded rand_xorshift v0.4.0 |
| 1109 | 2026-03-12T01:04:12.031Z | Downloaded regress v0.10.5 |
| 1110 | 2026-03-12T01:04:12.035Z | Downloaded smoltcp v0.11.0 |
| 1111 | 2026-03-12T01:04:12.046Z | Downloaded zerocopy v0.8.40 |
| 1112 | 2026-03-12T01:04:12.051Z | Downloaded winnow v0.5.40 |
| 1113 | 2026-03-12T01:04:12.058Z | Downloaded polar-core v0.27.3 |
| 1114 | 2026-03-12T01:04:12.064Z | Downloaded rustix v0.38.44 |
| 1115 | 2026-03-12T01:04:12.081Z | Downloaded tabled v0.20.0 |
| 1116 | 2026-03-12T01:04:12.093Z | Downloaded rustls v0.23.37 |
| 1117 | 2026-03-12T01:04:12.101Z | Downloaded time v0.3.47 |
| 1118 | 2026-03-12T01:04:12.110Z | Downloaded regex-syntax v0.6.29 |
| 1119 | 2026-03-12T01:04:12.116Z | Downloaded nix v0.28.0 |
| 1120 | 2026-03-12T01:04:12.125Z | Downloaded dropshot v0.16.7 |
| 1121 | 2026-03-12T01:04:12.141Z | Downloaded vcpkg v0.2.15 |
| 1122 | 2026-03-12T01:04:12.170Z | Downloaded diesel v2.2.12 |
| 1123 | 2026-03-12T01:04:12.183Z | Downloaded rustls v0.22.4 |
| 1124 | 2026-03-12T01:04:12.193Z | Downloaded webpki-roots v1.0.6 |
| 1125 | 2026-03-12T01:04:12.196Z | Downloaded hickory-proto v0.24.4 |
| 1126 | 2026-03-12T01:04:12.207Z | Downloaded regex-syntax v0.8.10 |
| 1127 | 2026-03-12T01:04:12.213Z | Downloaded hickory-proto v0.25.2 |
| 1128 | 2026-03-12T01:04:12.224Z | Downloaded typify-impl v0.4.3 |
| 1129 | 2026-03-12T01:04:12.236Z | Downloaded ratatui v0.29.0 |
| 1130 | 2026-03-12T01:04:12.250Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1131 | 2026-03-12T01:04:12.259Z | Downloaded rustls v0.21.12 |
| 1132 | 2026-03-12T01:04:12.267Z | Downloaded nix v0.29.0 |
| 1133 | 2026-03-12T01:04:12.276Z | Downloaded openapiv3 v2.2.0 |
| 1134 | 2026-03-12T01:04:12.284Z | Downloaded radium v0.7.0 |
| 1135 | 2026-03-12T01:04:12.295Z | Downloaded ppv-lite86 v0.2.21 |
| 1136 | 2026-03-12T01:04:12.295Z | Downloaded polyval v0.6.2 |
| 1137 | 2026-03-12T01:04:12.295Z | Downloaded nu-ansi-term v0.50.3 |
| 1138 | 2026-03-12T01:04:12.295Z | Downloaded omicron-zone-package v0.12.2 |
| 1139 | 2026-03-12T01:04:12.295Z | Downloaded num_enum_derive v0.7.5 |
| 1140 | 2026-03-12T01:04:12.295Z | Downloaded chrono-tz v0.10.4 |
| 1141 | 2026-03-12T01:04:12.306Z | Downloaded sqlparser v0.61.0 |
| 1142 | 2026-03-12T01:04:12.313Z | Downloaded petgraph v0.6.5 |
| 1143 | 2026-03-12T01:04:12.327Z | Downloaded jiff v0.2.21 |
| 1144 | 2026-03-12T01:04:12.341Z | Downloaded sled v0.34.7 |
| 1145 | 2026-03-12T01:04:12.348Z | Downloaded tracing v0.1.44 |
| 1146 | 2026-03-12T01:04:12.366Z | Downloaded typify-impl v0.6.1 |
| 1147 | 2026-03-12T01:04:12.376Z | Downloaded petgraph v0.8.3 |
| 1148 | 2026-03-12T01:04:12.392Z | Downloaded pkg-config v0.3.32 |
| 1149 | 2026-03-12T01:04:12.395Z | Downloaded pin-project-lite v0.2.17 |
| 1150 | 2026-03-12T01:04:12.397Z | Downloaded libz-sys v1.1.24 |
| 1151 | 2026-03-12T01:04:12.412Z | Downloaded peg-macros v0.8.5 |
| 1152 | 2026-03-12T01:04:12.415Z | Downloaded progenitor-macro v0.11.2 |
| 1153 | 2026-03-12T01:04:12.415Z | Downloaded parking_lot_core v0.8.6 |
| 1154 | 2026-03-12T01:04:12.418Z | Downloaded oxnet v0.1.4 |
| 1155 | 2026-03-12T01:04:12.419Z | Downloaded tokio v1.49.0 |
| 1156 | 2026-03-12T01:04:12.446Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1157 | 2026-03-12T01:04:12.449Z | Downloaded zerocopy-derive v0.6.6 |
| 1158 | 2026-03-12T01:04:12.455Z | Downloaded regex-automata v0.4.14 |
| 1159 | 2026-03-12T01:04:12.465Z | Downloaded litrs v1.0.0 |
| 1160 | 2026-03-12T01:04:12.468Z | Downloaded num_enum v0.5.11 |
| 1161 | 2026-03-12T01:04:12.470Z | Downloaded num-rational v0.4.2 |
| 1162 | 2026-03-12T01:04:12.473Z | Downloaded base64 v0.21.7 |
| 1163 | 2026-03-12T01:04:12.476Z | Downloaded num-integer v0.1.46 |
| 1164 | 2026-03-12T01:04:12.476Z | Downloaded phf_shared v0.11.3 |
| 1165 | 2026-03-12T01:04:12.476Z | Downloaded num-derive v0.4.2 |
| 1166 | 2026-03-12T01:04:12.478Z | Downloaded newtype-uuid v1.3.2 |
| 1167 | 2026-03-12T01:04:12.479Z | Downloaded multer v3.1.0 |
| 1168 | 2026-03-12T01:04:12.481Z | Downloaded ingot-macros v0.1.1 |
| 1169 | 2026-03-12T01:04:12.481Z | Downloaded compact_str v0.8.1 |
| 1170 | 2026-03-12T01:04:12.484Z | Downloaded num-complex v0.4.6 |
| 1171 | 2026-03-12T01:04:12.484Z | Downloaded ingot v0.1.1 |
| 1172 | 2026-03-12T01:04:12.487Z | Downloaded lzma-sys v0.1.20 |
| 1173 | 2026-03-12T01:04:12.506Z | Downloaded elliptic-curve v0.13.8 |
| 1174 | 2026-03-12T01:04:12.509Z | Downloaded const_format v0.2.35 |
| 1175 | 2026-03-12T01:04:12.512Z | Downloaded linear-map v1.2.0 |
| 1176 | 2026-03-12T01:04:12.515Z | Downloaded dropshot_endpoint v0.16.7 |
| 1177 | 2026-03-12T01:04:12.518Z | Downloaded num_enum_derive v0.5.11 |
| 1178 | 2026-03-12T01:04:12.518Z | Downloaded num-iter v0.1.45 |
| 1179 | 2026-03-12T01:04:12.518Z | Downloaded libsw-core v0.3.2 |
| 1180 | 2026-03-12T01:04:12.520Z | Downloaded hmac v0.12.1 |
| 1181 | 2026-03-12T01:04:12.520Z | Downloaded iana-time-zone v0.1.65 |
| 1182 | 2026-03-12T01:04:12.523Z | Downloaded ingot-types v0.1.2 |
| 1183 | 2026-03-12T01:04:12.523Z | Downloaded newtype_derive v0.1.6 |
| 1184 | 2026-03-12T01:04:12.523Z | Downloaded newline-converter v0.3.0 |
| 1185 | 2026-03-12T01:04:12.526Z | Downloaded half v1.8.3 |
| 1186 | 2026-03-12T01:04:12.526Z | Downloaded crc-any v2.5.0 |
| 1187 | 2026-03-12T01:04:12.528Z | Downloaded memoffset v0.9.1 |
| 1188 | 2026-03-12T01:04:12.528Z | Downloaded match_cfg v0.1.0 |
| 1189 | 2026-03-12T01:04:12.528Z | Downloaded maplit v1.0.2 |
| 1190 | 2026-03-12T01:04:12.529Z | Downloaded crossbeam-deque v0.8.6 |
| 1191 | 2026-03-12T01:04:12.531Z | Downloaded lru-slab v0.1.2 |
| 1192 | 2026-03-12T01:04:12.531Z | Downloaded is-terminal v0.4.17 |
| 1193 | 2026-03-12T01:04:12.531Z | Downloaded darling v0.23.0 |
| 1194 | 2026-03-12T01:04:12.534Z | Downloaded base64 v0.22.1 |
| 1195 | 2026-03-12T01:04:12.537Z | Downloaded managed v0.8.0 |
| 1196 | 2026-03-12T01:04:12.540Z | Downloaded lzss v0.8.2 |
| 1197 | 2026-03-12T01:04:12.540Z | Downloaded lru v0.12.5 |
| 1198 | 2026-03-12T01:04:12.540Z | Downloaded hickory-client v0.25.2 |
| 1199 | 2026-03-12T01:04:12.543Z | Downloaded kstat-rs v0.2.4 |
| 1200 | 2026-03-12T01:04:12.543Z | Downloaded is_ci v1.2.0 |
| 1201 | 2026-03-12T01:04:12.543Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1202 | 2026-03-12T01:04:12.546Z | Downloaded hyper-staticfile v0.10.1 |
| 1203 | 2026-03-12T01:04:12.546Z | Downloaded http-body-util v0.1.3 |
| 1204 | 2026-03-12T01:04:12.549Z | Downloaded blake2 v0.10.6 |
| 1205 | 2026-03-12T01:04:12.549Z | Downloaded crc32fast v1.5.0 |
| 1206 | 2026-03-12T01:04:12.552Z | Downloaded derive_builder v0.20.2 |
| 1207 | 2026-03-12T01:04:12.555Z | Downloaded crossbeam-utils v0.8.21 |
| 1208 | 2026-03-12T01:04:12.555Z | Downloaded instability v0.3.11 |
| 1209 | 2026-03-12T01:04:12.557Z | Downloaded csv v1.4.0 |
| 1210 | 2026-03-12T01:04:12.572Z | Downloaded indoc v1.0.9 |
| 1211 | 2026-03-12T01:04:12.575Z | Downloaded indent_write v2.2.0 |
| 1212 | 2026-03-12T01:04:12.575Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1213 | 2026-03-12T01:04:12.588Z | Downloaded sha3 v0.10.8 |
| 1214 | 2026-03-12T01:04:12.592Z | Downloaded hubpack v0.1.2 |
| 1215 | 2026-03-12T01:04:12.595Z | Downloaded globset v0.4.18 |
| 1216 | 2026-03-12T01:04:12.595Z | Downloaded glob v0.3.3 |
| 1217 | 2026-03-12T01:04:12.598Z | Downloaded ghash v0.5.1 |
| 1218 | 2026-03-12T01:04:12.598Z | Downloaded futures-executor v0.3.32 |
| 1219 | 2026-03-12T01:04:12.598Z | Downloaded foldhash v0.2.0 |
| 1220 | 2026-03-12T01:04:12.598Z | Downloaded ena v0.14.4 |
| 1221 | 2026-03-12T01:04:12.602Z | Downloaded either v1.15.0 |
| 1222 | 2026-03-12T01:04:12.602Z | Downloaded ecdsa v0.16.9 |
| 1223 | 2026-03-12T01:04:12.602Z | Downloaded dyn-clone v1.0.20 |
| 1224 | 2026-03-12T01:04:12.605Z | Downloaded der_derive v0.7.3 |
| 1225 | 2026-03-12T01:04:12.605Z | Downloaded daft-derive v0.1.5 |
| 1226 | 2026-03-12T01:04:12.608Z | Downloaded daft v0.1.5 |
| 1227 | 2026-03-12T01:04:12.608Z | Downloaded constant_time_eq v0.4.2 |
| 1228 | 2026-03-12T01:04:12.611Z | Downloaded const-oid v0.9.6 |
| 1229 | 2026-03-12T01:04:12.611Z | Downloaded console v0.16.2 |
| 1230 | 2026-03-12T01:04:12.611Z | Downloaded colored v3.1.1 |
| 1231 | 2026-03-12T01:04:12.614Z | Downloaded cassowary v0.3.0 |
| 1232 | 2026-03-12T01:04:12.614Z | Downloaded cancel-safe-futures v0.1.5 |
| 1233 | 2026-03-12T01:04:12.617Z | Downloaded bzip2 v0.6.1 |
| 1234 | 2026-03-12T01:04:12.620Z | Downloaded bzip2 v0.4.4 |
| 1235 | 2026-03-12T01:04:12.620Z | Downloaded buf-list v1.1.2 |
| 1236 | 2026-03-12T01:04:12.623Z | Downloaded blowfish v0.9.1 |
| 1237 | 2026-03-12T01:04:12.623Z | Downloaded darling_core v0.21.3 |
| 1238 | 2026-03-12T01:04:12.626Z | Downloaded cookie_store v0.22.1 |
| 1239 | 2026-03-12T01:04:12.628Z | Downloaded clang-sys v1.8.1 |
| 1240 | 2026-03-12T01:04:12.629Z | Downloaded bitfield v0.19.4 |
| 1241 | 2026-03-12T01:04:12.629Z | Downloaded diesel_derives v2.2.7 |
| 1242 | 2026-03-12T01:04:12.632Z | Downloaded defmt-parser v1.0.0 |
| 1243 | 2026-03-12T01:04:12.635Z | Downloaded csv-core v0.1.13 |
| 1244 | 2026-03-12T01:04:12.635Z | Downloaded erased-serde v0.3.31 |
| 1245 | 2026-03-12T01:04:12.635Z | Downloaded hubpack_derive v0.1.1 |
| 1246 | 2026-03-12T01:04:12.635Z | Downloaded http-range v0.1.5 |
| 1247 | 2026-03-12T01:04:12.639Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1248 | 2026-03-12T01:04:12.639Z | Downloaded bitflags v1.3.2 |
| 1249 | 2026-03-12T01:04:12.642Z | Downloaded home v0.5.12 |
| 1250 | 2026-03-12T01:04:12.642Z | Downloaded hex v0.4.3 |
| 1251 | 2026-03-12T01:04:12.642Z | Downloaded bb8 v0.8.6 |
| 1252 | 2026-03-12T01:04:12.642Z | Downloaded find-msvc-tools v0.1.9 |
| 1253 | 2026-03-12T01:04:12.642Z | Downloaded darling_core v0.20.11 |
| 1254 | 2026-03-12T01:04:12.646Z | Downloaded ctr v0.9.2 |
| 1255 | 2026-03-12T01:04:12.650Z | Downloaded cipher v0.4.4 |
| 1256 | 2026-03-12T01:04:12.650Z | Downloaded ciborium v0.2.2 |
| 1257 | 2026-03-12T01:04:12.650Z | Downloaded chacha20 v0.10.0 |
| 1258 | 2026-03-12T01:04:12.652Z | Downloaded cargo_toml v0.22.3 |
| 1259 | 2026-03-12T01:04:12.653Z | Downloaded foldhash v0.1.5 |
| 1260 | 2026-03-12T01:04:12.655Z | Downloaded fixedbitset v0.5.7 |
| 1261 | 2026-03-12T01:04:12.656Z | Downloaded defmt v1.0.1 |
| 1262 | 2026-03-12T01:04:12.658Z | Downloaded cbc v0.1.2 |
| 1263 | 2026-03-12T01:04:12.659Z | Downloaded async-trait v0.1.89 |
| 1264 | 2026-03-12T01:04:12.661Z | Downloaded embedded-io v0.6.1 |
| 1265 | 2026-03-12T01:04:12.661Z | Downloaded bit-vec v0.6.3 |
| 1266 | 2026-03-12T01:04:12.661Z | Downloaded foreign-types v0.3.2 |
| 1267 | 2026-03-12T01:04:12.666Z | Downloaded fs-err v2.11.0 |
| 1268 | 2026-03-12T01:04:12.666Z | Downloaded float-ord v0.3.2 |
| 1269 | 2026-03-12T01:04:12.666Z | Downloaded display-error-chain v0.2.2 |
| 1270 | 2026-03-12T01:04:12.666Z | Downloaded cookie v0.18.1 |
| 1271 | 2026-03-12T01:04:12.669Z | Downloaded console v0.15.11 |
| 1272 | 2026-03-12T01:04:12.669Z | Downloaded backoff v0.4.0 |
| 1273 | 2026-03-12T01:04:12.669Z | Downloaded globwalk v0.9.1 |
| 1274 | 2026-03-12T01:04:12.672Z | Downloaded futures-core v0.3.32 |
| 1275 | 2026-03-12T01:04:12.672Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 1276 | 2026-03-12T01:04:12.673Z | Downloaded dof v0.4.0 |
| 1277 | 2026-03-12T01:04:12.673Z | Downloaded cstr-argument v0.1.2 |
| 1278 | 2026-03-12T01:04:12.675Z | Downloaded futures-macro v0.3.32 |
| 1279 | 2026-03-12T01:04:12.675Z | Downloaded foreign-types v0.5.0 |
| 1280 | 2026-03-12T01:04:12.676Z | Downloaded foreign-types-macros v0.2.3 |
| 1281 | 2026-03-12T01:04:12.676Z | Downloaded darling_macro v0.20.11 |
| 1282 | 2026-03-12T01:04:12.676Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1283 | 2026-03-12T01:04:12.676Z | Downloaded bit-vec v0.8.0 |
| 1284 | 2026-03-12T01:04:12.678Z | Downloaded float-cmp v0.10.0 |
| 1285 | 2026-03-12T01:04:12.679Z | Downloaded fd-lock v4.0.4 |
| 1286 | 2026-03-12T01:04:12.681Z | Downloaded convert_case v0.10.0 |
| 1287 | 2026-03-12T01:04:12.681Z | Downloaded array-init v0.0.4 |
| 1288 | 2026-03-12T01:04:12.681Z | Downloaded embedded-io v0.4.0 |
| 1289 | 2026-03-12T01:04:12.686Z | Downloaded dsl_auto_type v0.1.3 |
| 1290 | 2026-03-12T01:04:12.686Z | Downloaded async-stream v0.3.6 |
| 1291 | 2026-03-12T01:04:12.686Z | Downloaded encoding_rs v0.8.35 |
| 1292 | 2026-03-12T01:04:12.700Z | Downloaded bitfield-struct v0.6.2 |
| 1293 | 2026-03-12T01:04:12.703Z | Downloaded async-stream-impl v0.3.6 |
| 1294 | 2026-03-12T01:04:12.703Z | Downloaded arrayvec v0.7.6 |
| 1295 | 2026-03-12T01:04:12.703Z | Downloaded dirs-next v2.0.0 |
| 1296 | 2026-03-12T01:04:12.705Z | Downloaded dunce v1.0.5 |
| 1297 | 2026-03-12T01:04:12.706Z | Downloaded debug-ignore v1.0.5 |
| 1298 | 2026-03-12T01:04:12.706Z | Downloaded ring v0.17.14 |
| 1299 | 2026-03-12T01:04:12.736Z | Downloaded cpufeatures v0.3.0 |
| 1300 | 2026-03-12T01:04:12.740Z | Downloaded chacha20 v0.9.1 |
| 1301 | 2026-03-12T01:04:12.740Z | Downloaded cargo_metadata v0.19.2 |
| 1302 | 2026-03-12T01:04:12.743Z | Downloaded bit-set v0.8.0 |
| 1303 | 2026-03-12T01:04:12.743Z | Downloaded bit-set v0.5.3 |
| 1304 | 2026-03-12T01:04:12.743Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1305 | 2026-03-12T01:04:12.743Z | Downloaded assert_matches v1.5.0 |
| 1306 | 2026-03-12T01:04:12.743Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1307 | 2026-03-12T01:04:12.746Z | Downloaded crc-catalog v2.4.0 |
| 1308 | 2026-03-12T01:04:12.746Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1309 | 2026-03-12T01:04:12.746Z | Downloaded crc8 v0.1.1 |
| 1310 | 2026-03-12T01:04:12.746Z | Downloaded crc v3.4.0 |
| 1311 | 2026-03-12T01:04:12.746Z | Downloaded cexpr v0.6.0 |
| 1312 | 2026-03-12T01:04:12.749Z | Downloaded ascii-canvas v3.0.0 |
| 1313 | 2026-03-12T01:04:12.749Z | Downloaded arrayref v0.3.9 |
| 1314 | 2026-03-12T01:04:12.749Z | Downloaded defmt-macros v1.0.1 |
| 1315 | 2026-03-12T01:04:12.752Z | Downloaded base16ct v1.0.0 |
| 1316 | 2026-03-12T01:04:12.752Z | Downloaded atty v0.2.14 |
| 1317 | 2026-03-12T01:04:12.755Z | Downloaded darling_macro v0.21.3 |
| 1318 | 2026-03-12T01:04:12.755Z | Downloaded cfg_aliases v0.2.1 |
| 1319 | 2026-03-12T01:04:12.755Z | Downloaded bitfield-macros v0.19.4 |
| 1320 | 2026-03-12T01:04:12.755Z | Downloaded derive_builder_core v0.20.2 |
| 1321 | 2026-03-12T01:04:12.755Z | Downloaded ciborium-ll v0.2.2 |
| 1322 | 2026-03-12T01:04:12.758Z | Downloaded cargo-platform v0.1.9 |
| 1323 | 2026-03-12T01:04:12.758Z | Downloaded defmt v0.3.100 |
| 1324 | 2026-03-12T01:04:12.758Z | Downloaded crossbeam-epoch v0.9.18 |
| 1325 | 2026-03-12T01:04:12.761Z | Downloaded convert_case v0.4.0 |
| 1326 | 2026-03-12T01:04:12.761Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1327 | 2026-03-12T01:04:12.800Z | Downloaded ciborium-io v0.2.2 |
| 1328 | 2026-03-12T01:04:12.803Z | Downloaded block-padding v0.3.3 |
| 1329 | 2026-03-12T01:04:12.803Z | Downloaded atomic-waker v1.1.2 |
| 1330 | 2026-03-12T01:04:12.803Z | Downloaded aes-gcm v0.10.3 |
| 1331 | 2026-03-12T01:04:12.806Z | Downloaded derive-where v1.6.0 |
| 1332 | 2026-03-12T01:04:12.809Z | Downloaded data-encoding v2.10.0 |
| 1333 | 2026-03-12T01:04:12.809Z | Downloaded const_format_proc_macros v0.2.34 |
| 1334 | 2026-03-12T01:04:12.812Z | Downloaded cobs v0.3.0 |
| 1335 | 2026-03-12T01:04:12.812Z | Downloaded ar_archive_writer v0.5.1 |
| 1336 | 2026-03-12T01:04:12.814Z | Downloaded allocator-api2 v0.2.21 |
| 1337 | 2026-03-12T01:04:12.817Z | Downloaded aes v0.8.4 |
| 1338 | 2026-03-12T01:04:12.817Z | Downloaded bcs v0.1.6 |
| 1339 | 2026-03-12T01:04:12.820Z | Downloaded atomicwrites v0.4.4 |
| 1340 | 2026-03-12T01:04:12.820Z | Downloaded arc-swap v1.8.2 |
| 1341 | 2026-03-12T01:04:13.282Z | Downloaded aws-lc-sys v0.37.1 |
| 1342 | 2026-03-12T01:04:13.587Z | Compiling libc v0.2.180 |
| 1343 | 2026-03-12T01:04:13.590Z | Compiling serde v1.0.228 |
| 1344 | 2026-03-12T01:04:13.590Z | Compiling log v0.4.29 |
| 1345 | 2026-03-12T01:04:13.590Z | Compiling find-msvc-tools v0.1.9 |
| 1346 | 2026-03-12T01:04:13.590Z | Compiling shlex v1.3.0 |
| 1347 | 2026-03-12T01:04:13.590Z | Compiling smallvec v1.15.1 |
| 1348 | 2026-03-12T01:04:13.807Z | Compiling syn v2.0.117 |
| 1349 | 2026-03-12T01:04:13.810Z | Compiling typenum v1.19.0 |
| 1350 | 2026-03-12T01:04:14.002Z | Compiling generic-array v0.14.7 |
| 1351 | 2026-03-12T01:04:14.026Z | Compiling subtle v2.6.1 |
| 1352 | 2026-03-12T01:04:14.044Z | Compiling scopeguard v1.2.0 |
| 1353 | 2026-03-12T01:04:14.144Z | Compiling portable-atomic v1.13.1 |
| 1354 | 2026-03-12T01:04:14.183Z | Compiling lock_api v0.4.14 |
| 1355 | 2026-03-12T01:04:14.200Z | Compiling const-oid v0.9.6 |
| 1356 | 2026-03-12T01:04:14.290Z | Compiling critical-section v1.2.0 |
| 1357 | 2026-03-12T01:04:14.342Z | Compiling zerocopy v0.8.40 |
| 1358 | 2026-03-12T01:04:14.416Z | Compiling parking_lot_core v0.9.12 |
| 1359 | 2026-03-12T01:04:14.486Z | Compiling pin-project-lite v0.2.17 |
| 1360 | 2026-03-12T01:04:14.604Z | Compiling serde_json v1.0.149 |
| 1361 | 2026-03-12T01:04:14.756Z | Compiling pkg-config v0.3.32 |
| 1362 | 2026-03-12T01:04:14.931Z | Compiling libm v0.2.16 |
| 1363 | 2026-03-12T01:04:15.065Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-03-12T01:04:15.112Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-03-12T01:04:15.273Z | Compiling rand_core v0.6.4 |
| 1366 | 2026-03-12T01:04:15.339Z | Compiling errno v0.3.14 |
| 1367 | 2026-03-12T01:04:15.587Z | Compiling cc v1.2.56 |
| 1368 | 2026-03-12T01:04:15.655Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-03-12T01:04:15.674Z | Compiling signal-hook-registry v1.4.8 |
| 1370 | 2026-03-12T01:04:15.698Z | Compiling mio v1.1.1 |
| 1371 | 2026-03-12T01:04:15.740Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-03-12T01:04:15.859Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-03-12T01:04:15.943Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-03-12T01:04:16.048Z | Compiling futures-core v0.3.32 |
| 1375 | 2026-03-12T01:04:16.256Z | Compiling socket2 v0.6.2 |
| 1376 | 2026-03-12T01:04:16.260Z | Compiling percent-encoding v2.3.2 |
| 1377 | 2026-03-12T01:04:16.334Z | Compiling allocator-api2 v0.2.21 |
| 1378 | 2026-03-12T01:04:16.397Z | Compiling cpufeatures v0.2.17 |
| 1379 | 2026-03-12T01:04:16.495Z | Compiling foldhash v0.2.0 |
| 1380 | 2026-03-12T01:04:16.526Z | Compiling futures-sink v0.3.32 |
| 1381 | 2026-03-12T01:04:16.624Z | Compiling slab v0.4.12 |
| 1382 | 2026-03-12T01:04:16.663Z | Compiling futures-channel v0.3.32 |
| 1383 | 2026-03-12T01:04:16.773Z | Compiling hashbrown v0.16.1 |
| 1384 | 2026-03-12T01:04:16.796Z | Compiling futures-io v0.3.32 |
| 1385 | 2026-03-12T01:04:16.843Z | Compiling getrandom v0.4.1 |
| 1386 | 2026-03-12T01:04:16.861Z | Compiling futures-task v0.3.32 |
| 1387 | 2026-03-12T01:04:16.963Z | Compiling getrandom v0.3.4 |
| 1388 | 2026-03-12T01:04:16.997Z | Compiling rand_core v0.10.0 |
| 1389 | 2026-03-12T01:04:17.085Z | Compiling rustversion v1.0.22 |
| 1390 | 2026-03-12T01:04:17.223Z | Compiling cmake v0.1.57 |
| 1391 | 2026-03-12T01:04:17.636Z | Compiling indexmap v2.13.0 |
| 1392 | 2026-03-12T01:04:17.793Z | Compiling form_urlencoded v1.2.2 |
| 1393 | 2026-03-12T01:04:17.848Z | Compiling ident_case v1.0.1 |
| 1394 | 2026-03-12T01:04:17.932Z | Compiling fs_extra v1.3.0 |
| 1395 | 2026-03-12T01:04:17.997Z | Compiling dunce v1.0.5 |
| 1396 | 2026-03-12T01:04:18.020Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-03-12T01:04:18.120Z | Compiling synstructure v0.13.2 |
| 1398 | 2026-03-12T01:04:18.171Z | Compiling flagset v0.4.7 |
| 1399 | 2026-03-12T01:04:18.289Z | Compiling aws-lc-sys v0.37.1 |
| 1400 | 2026-03-12T01:04:18.337Z | Compiling pem-rfc7468 v0.7.0 |
| 1401 | 2026-03-12T01:04:18.416Z | Compiling rand_core v0.9.5 |
| 1402 | 2026-03-12T01:04:18.481Z | Compiling rustix v1.1.3 |
| 1403 | 2026-03-12T01:04:18.542Z | Compiling iana-time-zone v0.1.65 |
| 1404 | 2026-03-12T01:04:18.561Z | Compiling ring v0.17.14 |
| 1405 | 2026-03-12T01:04:18.762Z | Compiling uuid v1.21.0 |
| 1406 | 2026-03-12T01:04:18.801Z | Compiling rustc_version v0.4.1 |
| 1407 | 2026-03-12T01:04:18.819Z | Compiling aws-lc-rs v1.16.0 |
| 1408 | 2026-03-12T01:04:18.967Z | Compiling regex-syntax v0.8.10 |
| 1409 | 2026-03-12T01:04:19.213Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-03-12T01:04:19.235Z | Compiling tracing-core v0.1.36 |
| 1411 | 2026-03-12T01:04:19.690Z | Compiling crossbeam-utils v0.8.21 |
| 1412 | 2026-03-12T01:04:19.991Z | Compiling pest_generator v2.8.6 |
| 1413 | 2026-03-12T01:04:20.098Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2026-03-12T01:04:20.224Z | Compiling openssl-sys v0.9.111 |
| 1415 | 2026-03-12T01:04:20.838Z | Compiling serde_derive v1.0.228 |
| 1416 | 2026-03-12T01:04:20.954Z | Compiling zeroize_derive v1.4.3 |
| 1417 | 2026-03-12T01:04:20.957Z | Compiling zerofrom-derive v0.1.6 |
| 1418 | 2026-03-12T01:04:20.992Z | Compiling yoke-derive v0.8.1 |
| 1419 | 2026-03-12T01:04:21.346Z | Compiling zerocopy-derive v0.8.40 |
| 1420 | 2026-03-12T01:04:21.829Z | Compiling zeroize v1.8.2 |
| 1421 | 2026-03-12T01:04:22.316Z | Compiling zerovec-derive v0.11.2 |
| 1422 | 2026-03-12T01:04:22.568Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-03-12T01:04:22.895Z | Compiling crypto-common v0.1.7 |
| 1424 | 2026-03-12T01:04:22.913Z | Compiling zerofrom v0.1.6 |
| 1425 | 2026-03-12T01:04:23.067Z | Compiling yoke v0.8.1 |
| 1426 | 2026-03-12T01:04:23.070Z | Compiling block-buffer v0.10.4 |
| 1427 | 2026-03-12T01:04:23.290Z | Compiling digest v0.10.7 |
| 1428 | 2026-03-12T01:04:23.308Z | Compiling tokio-macros v2.6.0 |
| 1429 | 2026-03-12T01:04:23.476Z | Compiling futures-macro v0.3.32 |
| 1430 | 2026-03-12T01:04:23.554Z | Compiling zerotrie v0.2.3 |
| 1431 | 2026-03-12T01:04:23.617Z | Compiling hmac v0.12.1 |
| 1432 | 2026-03-12T01:04:23.777Z | Compiling zerovec v0.11.5 |
| 1433 | 2026-03-12T01:04:23.813Z | Compiling block-padding v0.3.3 |
| 1434 | 2026-03-12T01:04:23.955Z | Compiling sha2 v0.10.9 |
| 1435 | 2026-03-12T01:04:24.017Z | Compiling inout v0.1.4 |
| 1436 | 2026-03-12T01:04:24.235Z | Compiling cipher v0.4.4 |
| 1437 | 2026-03-12T01:04:24.293Z | Compiling der_derive v0.7.3 |
| 1438 | 2026-03-12T01:04:24.477Z | Compiling tinystr v0.8.2 |
| 1439 | 2026-03-12T01:04:24.588Z | Compiling potential_utf v0.1.4 |
| 1440 | 2026-03-12T01:04:24.591Z | Compiling futures-util v0.3.32 |
| 1441 | 2026-03-12T01:04:24.742Z | Compiling icu_locale_core v2.1.1 |
| 1442 | 2026-03-12T01:04:24.766Z | Compiling icu_collections v2.1.1 |
| 1443 | 2026-03-12T01:04:25.401Z | Compiling salsa20 v0.10.2 |
| 1444 | 2026-03-12T01:04:25.598Z | Compiling bytes v1.11.1 |
| 1445 | 2026-03-12T01:04:25.616Z | Compiling chrono v0.4.44 |
| 1446 | 2026-03-12T01:04:25.634Z | Compiling der v0.7.10 |
| 1447 | 2026-03-12T01:04:25.826Z | Compiling icu_provider v2.1.1 |
| 1448 | 2026-03-12T01:04:26.045Z | Compiling pbkdf2 v0.12.2 |
| 1449 | 2026-03-12T01:04:26.186Z | Compiling icu_normalizer v2.1.1 |
| 1450 | 2026-03-12T01:04:26.205Z | Compiling icu_properties v2.1.2 |
| 1451 | 2026-03-12T01:04:26.442Z | Compiling tokio v1.49.0 |
| 1452 | 2026-03-12T01:04:26.913Z | Compiling spki v0.7.3 |
| 1453 | 2026-03-12T01:04:27.174Z | Compiling http v1.4.0 |
| 1454 | 2026-03-12T01:04:27.306Z | Compiling thiserror-impl v2.0.18 |
| 1455 | 2026-03-12T01:04:27.515Z | Compiling idna_adapter v1.2.1 |
| 1456 | 2026-03-12T01:04:27.688Z | Compiling idna v1.1.0 |
| 1457 | 2026-03-12T01:04:27.736Z | Compiling ppv-lite86 v0.2.21 |
| 1458 | 2026-03-12T01:04:27.775Z | Compiling scrypt v0.11.0 |
| 1459 | 2026-03-12T01:04:27.944Z | Compiling aes v0.8.4 |
| 1460 | 2026-03-12T01:04:28.097Z | Compiling url v2.5.8 |
| 1461 | 2026-03-12T01:04:28.187Z | Compiling rand_chacha v0.9.0 |
| 1462 | 2026-03-12T01:04:28.414Z | Compiling cbc v0.1.2 |
| 1463 | 2026-03-12T01:04:28.554Z | Compiling rustls-pki-types v1.14.0 |
| 1464 | 2026-03-12T01:04:28.599Z | Compiling tracing-attributes v0.1.31 |
| 1465 | 2026-03-12T01:04:29.100Z | Compiling pkcs5 v0.7.1 |
| 1466 | 2026-03-12T01:04:29.124Z | Compiling thiserror v2.0.18 |
| 1467 | 2026-03-12T01:04:29.155Z | Compiling rand v0.9.2 |
| 1468 | 2026-03-12T01:04:29.173Z | Compiling http-body v1.0.1 |
| 1469 | 2026-03-12T01:04:29.327Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-03-12T01:04:29.346Z | Compiling httparse v1.10.1 |
| 1471 | 2026-03-12T01:04:29.364Z | Compiling untrusted v0.7.1 |
| 1472 | 2026-03-12T01:04:29.477Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-03-12T01:04:29.517Z | Compiling schemars v0.8.22 |
| 1474 | 2026-03-12T01:04:29.696Z | Compiling base64 v0.22.1 |
| 1475 | 2026-03-12T01:04:29.736Z | Compiling syn v1.0.109 |
| 1476 | 2026-03-12T01:04:29.825Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2026-03-12T01:04:30.114Z | Compiling schemars_derive v0.8.22 |
| 1478 | 2026-03-12T01:04:30.188Z | Compiling pest_derive v2.8.6 |
| 1479 | 2026-03-12T01:04:30.208Z | Compiling scroll_derive v0.13.1 |
| 1480 | 2026-03-12T01:04:30.492Z | Compiling tracing v0.1.44 |
| 1481 | 2026-03-12T01:04:30.801Z | Compiling darling_core v0.20.11 |
| 1482 | 2026-03-12T01:04:30.847Z | Compiling rustls v0.23.37 |
| 1483 | 2026-03-12T01:04:30.919Z | Compiling atomic-waker v1.1.2 |
| 1484 | 2026-03-12T01:04:31.071Z | Compiling tower-service v0.3.3 |
| 1485 | 2026-03-12T01:04:31.089Z | Compiling tower-layer v0.3.3 |
| 1486 | 2026-03-12T01:04:31.189Z | Compiling tinyvec_macros v0.1.1 |
| 1487 | 2026-03-12T01:04:31.281Z | Compiling try-lock v0.2.5 |
| 1488 | 2026-03-12T01:04:31.298Z | Compiling dyn-clone v1.0.20 |
| 1489 | 2026-03-12T01:04:31.350Z | Compiling scroll v0.13.0 |
| 1490 | 2026-03-12T01:04:31.418Z | Compiling want v0.3.1 |
| 1491 | 2026-03-12T01:04:31.470Z | Compiling tinyvec v1.10.0 |
| 1492 | 2026-03-12T01:04:31.621Z | Compiling tokio-util v0.7.18 |
| 1493 | 2026-03-12T01:04:32.325Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-03-12T01:04:32.378Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1495 | 2026-03-12T01:04:32.895Z | Compiling h2 v0.4.13 |
| 1496 | 2026-03-12T01:04:33.015Z | Compiling spin v0.9.8 |
| 1497 | 2026-03-12T01:04:33.033Z | Compiling aho-corasick v1.1.4 |
| 1498 | 2026-03-12T01:04:33.281Z | Compiling openssl v0.10.75 |
| 1499 | 2026-03-12T01:04:33.598Z | Compiling pin-utils v0.1.0 |
| 1500 | 2026-03-12T01:04:33.659Z | Compiling foreign-types-shared v0.1.1 |
| 1501 | 2026-03-12T01:04:33.685Z | Compiling powerfmt v0.2.0 |
| 1502 | 2026-03-12T01:04:33.764Z | Compiling time-core v0.1.8 |
| 1503 | 2026-03-12T01:04:33.942Z | Compiling num-conv v0.2.0 |
| 1504 | 2026-03-12T01:04:33.963Z | Compiling httpdate v1.0.3 |
| 1505 | 2026-03-12T01:04:34.067Z | Compiling darling_macro v0.20.11 |
| 1506 | 2026-03-12T01:04:34.129Z | Compiling crc32fast v1.5.0 |
| 1507 | 2026-03-12T01:04:34.247Z | Compiling regex-automata v0.4.14 |
| 1508 | 2026-03-12T01:04:34.374Z | Compiling time-macros v0.2.27 |
| 1509 | 2026-03-12T01:04:34.553Z | Compiling tempfile v3.25.0 |
| 1510 | 2026-03-12T01:04:34.691Z | Compiling darling v0.20.11 |
| 1511 | 2026-03-12T01:04:34.793Z | Compiling deranged v0.5.8 |
| 1512 | 2026-03-12T01:04:35.053Z | Compiling foreign-types v0.3.2 |
| 1513 | 2026-03-12T01:04:35.436Z | Compiling goblin v0.10.5 |
| 1514 | 2026-03-12T01:04:36.262Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-03-12T01:04:36.695Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-03-12T01:04:37.205Z | Compiling hyper v1.8.1 |
| 1517 | 2026-03-12T01:04:37.345Z | Compiling wait-timeout v0.2.1 |
| 1518 | 2026-03-12T01:04:37.676Z | Compiling num_threads v0.1.7 |
| 1519 | 2026-03-12T01:04:37.793Z | Compiling bit-vec v0.8.0 |
| 1520 | 2026-03-12T01:04:37.976Z | Compiling either v1.15.0 |
| 1521 | 2026-03-12T01:04:38.097Z | Compiling siphasher v1.0.2 |
| 1522 | 2026-03-12T01:04:38.246Z | Compiling usdt-impl v0.6.0 |
| 1523 | 2026-03-12T01:04:38.318Z | Compiling simd-adler32 v0.3.8 |
| 1524 | 2026-03-12T01:04:38.345Z | Compiling quick-error v1.2.3 |
| 1525 | 2026-03-12T01:04:38.472Z | Compiling native-tls v0.2.18 |
| 1526 | 2026-03-12T01:04:38.550Z | Compiling rusty-fork v0.3.1 |
| 1527 | 2026-03-12T01:04:38.645Z | Compiling hyper-util v0.1.20 |
| 1528 | 2026-03-12T01:04:38.773Z | Compiling bit-set v0.8.0 |
| 1529 | 2026-03-12T01:04:38.966Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-03-12T01:04:38.983Z | Compiling time v0.3.47 |
| 1531 | 2026-03-12T01:04:39.345Z | Compiling dof v0.4.0 |
| 1532 | 2026-03-12T01:04:40.107Z | Compiling derive_builder_core v0.20.2 |
| 1533 | 2026-03-12T01:04:41.140Z | Compiling unicode-normalization v0.1.25 |
| 1534 | 2026-03-12T01:04:41.231Z | Compiling dtrace-parser v0.3.0 |
| 1535 | 2026-03-12T01:04:41.250Z | Compiling crossbeam-epoch v0.9.18 |
| 1536 | 2026-03-12T01:04:41.321Z | Compiling rustls-native-certs v0.8.3 |
| 1537 | 2026-03-12T01:04:41.617Z | Compiling signature v2.2.0 |
| 1538 | 2026-03-12T01:04:41.670Z | Compiling scroll_derive v0.12.1 |
| 1539 | 2026-03-12T01:04:41.698Z | Compiling heapless v0.7.17 |
| 1540 | 2026-03-12T01:04:41.748Z | Compiling rand_xorshift v0.4.0 |
| 1541 | 2026-03-12T01:04:41.838Z | Compiling slog v2.8.2 |
| 1542 | 2026-03-12T01:04:41.952Z | Compiling darling_core v0.21.3 |
| 1543 | 2026-03-12T01:04:42.025Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1544 | 2026-03-12T01:04:42.086Z | Compiling sync_wrapper v1.0.2 |
| 1545 | 2026-03-12T01:04:42.220Z | Compiling thread-id v5.1.0 |
| 1546 | 2026-03-12T01:04:42.282Z | Compiling cookie v0.18.1 |
| 1547 | 2026-03-12T01:04:42.319Z | Compiling paste v1.0.15 |
| 1548 | 2026-03-12T01:04:42.390Z | Compiling unicode-segmentation v1.12.0 |
| 1549 | 2026-03-12T01:04:42.527Z | Compiling unarray v0.1.4 |
| 1550 | 2026-03-12T01:04:42.551Z | Compiling signal-hook v0.3.18 |
| 1551 | 2026-03-12T01:04:42.661Z | Compiling rayon-core v1.13.0 |
| 1552 | 2026-03-12T01:04:42.679Z | Compiling unicode-properties v0.1.4 |
| 1553 | 2026-03-12T01:04:42.784Z | Compiling unicode-bidi v0.3.18 |
| 1554 | 2026-03-12T01:04:42.899Z | Compiling zstd-safe v7.2.4 |
| 1555 | 2026-03-12T01:04:42.902Z | Compiling anyhow v1.0.102 |
| 1556 | 2026-03-12T01:04:42.945Z | Compiling adler2 v2.0.1 |
| 1557 | 2026-03-12T01:04:43.105Z | Compiling miniz_oxide v0.8.9 |
| 1558 | 2026-03-12T01:04:43.211Z | Compiling stringprep v0.1.5 |
| 1559 | 2026-03-12T01:04:43.417Z | Compiling proptest v1.10.0 |
| 1560 | 2026-03-12T01:04:43.485Z | Compiling scroll v0.12.0 |
| 1561 | 2026-03-12T01:04:43.839Z | Compiling tower v0.5.3 |
| 1562 | 2026-03-12T01:04:44.020Z | Compiling crossbeam-deque v0.8.6 |
| 1563 | 2026-03-12T01:04:44.230Z | Compiling derive_builder_macro v0.20.2 |
| 1564 | 2026-03-12T01:04:44.259Z | Compiling ipnetwork v0.21.1 |
| 1565 | 2026-03-12T01:04:44.352Z | Compiling http-body-util v0.1.3 |
| 1566 | 2026-03-12T01:04:44.381Z | Compiling webpki-roots v1.0.6 |
| 1567 | 2026-03-12T01:04:44.461Z | Compiling rand_chacha v0.3.1 |
| 1568 | 2026-03-12T01:04:44.530Z | Compiling erased-serde v0.3.31 |
| 1569 | 2026-03-12T01:04:44.669Z | Compiling serde_tokenstream v0.2.3 |
| 1570 | 2026-03-12T01:04:44.774Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-03-12T01:04:44.824Z | Compiling serde_spanned v0.6.9 |
| 1572 | 2026-03-12T01:04:45.012Z | Compiling md-5 v0.10.6 |
| 1573 | 2026-03-12T01:04:45.065Z | Compiling zerocopy-derive v0.7.35 |
| 1574 | 2026-03-12T01:04:45.112Z | Compiling curve25519-dalek v4.1.3 |
| 1575 | 2026-03-12T01:04:45.214Z | Compiling vergen-lib v0.1.6 |
| 1576 | 2026-03-12T01:04:45.267Z | Compiling num-integer v0.1.46 |
| 1577 | 2026-03-12T01:04:45.511Z | Compiling hash32 v0.2.1 |
| 1578 | 2026-03-12T01:04:45.547Z | Compiling darling_macro v0.21.3 |
| 1579 | 2026-03-12T01:04:45.613Z | Compiling ff v0.13.1 |
| 1580 | 2026-03-12T01:04:45.617Z | Compiling litrs v1.0.0 |
| 1581 | 2026-03-12T01:04:45.754Z | Compiling smoltcp v0.9.1 |
| 1582 | 2026-03-12T01:04:45.772Z | Compiling ref-cast v1.0.25 |
| 1583 | 2026-03-12T01:04:45.790Z | Compiling rustix v0.38.44 |
| 1584 | 2026-03-12T01:04:46.178Z | Compiling num-bigint-dig v0.8.6 |
| 1585 | 2026-03-12T01:04:46.197Z | Compiling fallible-iterator v0.2.0 |
| 1586 | 2026-03-12T01:04:46.200Z | Compiling psl-types v2.0.11 |
| 1587 | 2026-03-12T01:04:46.259Z | Compiling base16ct v0.2.0 |
| 1588 | 2026-03-12T01:04:46.324Z | Compiling iri-string v0.7.10 |
| 1589 | 2026-03-12T01:04:46.343Z | Compiling ryu v1.0.23 |
| 1590 | 2026-03-12T01:04:46.373Z | Compiling zlib-rs v0.6.2 |
| 1591 | 2026-03-12T01:04:46.459Z | Compiling sec1 v0.7.3 |
| 1592 | 2026-03-12T01:04:46.486Z | Compiling document-features v0.2.12 |
| 1593 | 2026-03-12T01:04:46.579Z | Compiling postgres-protocol v0.6.10 |
| 1594 | 2026-03-12T01:04:46.612Z | Compiling serde_urlencoded v0.7.1 |
| 1595 | 2026-03-12T01:04:46.813Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-03-12T01:04:46.941Z | Compiling publicsuffix v2.3.0 |
| 1597 | 2026-03-12T01:04:47.158Z | Compiling zerocopy v0.7.35 |
| 1598 | 2026-03-12T01:04:47.301Z | Compiling darling v0.21.3 |
| 1599 | 2026-03-12T01:04:47.356Z | Compiling group v0.13.0 |
| 1600 | 2026-03-12T01:04:47.401Z | Compiling num-iter v0.1.45 |
| 1601 | 2026-03-12T01:04:47.644Z | Compiling derive_builder v0.20.2 |
| 1602 | 2026-03-12T01:04:47.788Z | Compiling rand v0.8.5 |
| 1603 | 2026-03-12T01:04:47.932Z | Compiling tower-http v0.6.8 |
| 1604 | 2026-03-12T01:04:47.998Z | Compiling oxnet v0.1.4 |
| 1605 | 2026-03-12T01:04:48.233Z | Compiling proc-macro-error v1.0.4 |
| 1606 | 2026-03-12T01:04:48.481Z | Compiling tokio-native-tls v0.3.1 |
| 1607 | 2026-03-12T01:04:48.499Z | Compiling goblin v0.8.2 |
| 1608 | 2026-03-12T01:04:49.338Z | Compiling heck v0.4.1 |
| 1609 | 2026-03-12T01:04:49.395Z | Compiling phf_shared v0.13.1 |
| 1610 | 2026-03-12T01:04:49.604Z | Compiling regex v1.12.3 |
| 1611 | 2026-03-12T01:04:49.622Z | Compiling hubpack_derive v0.1.1 |
| 1612 | 2026-03-12T01:04:49.728Z | Compiling lazy_static v1.5.0 |
| 1613 | 2026-03-12T01:04:49.765Z | Compiling cargo-platform v0.1.9 |
| 1614 | 2026-03-12T01:04:49.843Z | Compiling hkdf v0.12.4 |
| 1615 | 2026-03-12T01:04:50.045Z | Compiling crypto-bigint v0.5.5 |
| 1616 | 2026-03-12T01:04:50.092Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1617 | 2026-03-12T01:04:50.187Z | Compiling async-trait v0.1.89 |
| 1618 | 2026-03-12T01:04:50.210Z | Compiling strum_macros v0.27.2 |
| 1619 | 2026-03-12T01:04:50.993Z | Compiling flate2 v1.1.9 |
| 1620 | 2026-03-12T01:04:51.012Z | Compiling daft-derive v0.1.5 |
| 1621 | 2026-03-12T01:04:51.558Z | Compiling ref-cast-impl v1.0.25 |
| 1622 | 2026-03-12T01:04:51.692Z | Compiling terminal_size v0.4.3 |
| 1623 | 2026-03-12T01:04:51.860Z | Compiling vergen v9.0.6 |
| 1624 | 2026-03-12T01:04:51.978Z | Compiling fs-err v3.3.0 |
| 1625 | 2026-03-12T01:04:52.103Z | Compiling ahash v0.8.12 |
| 1626 | 2026-03-12T01:04:52.227Z | Compiling libbz2-rs-sys v0.2.2 |
| 1627 | 2026-03-12T01:04:52.275Z | Compiling object v0.37.3 |
| 1628 | 2026-03-12T01:04:52.377Z | Compiling winnow v0.5.40 |
| 1629 | 2026-03-12T01:04:52.638Z | Compiling bumpalo v3.20.2 |
| 1630 | 2026-03-12T01:04:52.973Z | Compiling foldhash v0.1.5 |
| 1631 | 2026-03-12T01:04:52.990Z | Compiling bitflags v1.3.2 |
| 1632 | 2026-03-12T01:04:53.085Z | Compiling managed v0.8.0 |
| 1633 | 2026-03-12T01:04:53.132Z | Compiling console v0.16.2 |
| 1634 | 2026-03-12T01:04:53.195Z | Compiling hashbrown v0.15.5 |
| 1635 | 2026-03-12T01:04:53.320Z | Compiling strum v0.27.2 |
| 1636 | 2026-03-12T01:04:53.473Z | Compiling zopfli v0.8.3 |
| 1637 | 2026-03-12T01:04:53.610Z | Compiling bzip2 v0.6.1 |
| 1638 | 2026-03-12T01:04:53.948Z | Compiling clap_builder v4.5.60 |
| 1639 | 2026-03-12T01:04:54.080Z | Compiling daft v0.1.5 |
| 1640 | 2026-03-12T01:04:54.098Z | Compiling elliptic-curve v0.13.8 |
| 1641 | 2026-03-12T01:04:54.349Z | Compiling toml_edit v0.19.15 |
| 1642 | 2026-03-12T01:04:54.386Z | Compiling dof v0.3.0 |
| 1643 | 2026-03-12T01:04:54.487Z | Compiling hubpack v0.1.2 |
| 1644 | 2026-03-12T01:04:54.644Z | Compiling cargo_metadata v0.19.2 |
| 1645 | 2026-03-12T01:04:55.402Z | Compiling phf v0.13.1 |
| 1646 | 2026-03-12T01:04:55.618Z | Compiling zone_cfg_derive v0.3.1 |
| 1647 | 2026-03-12T01:04:56.485Z | Compiling signal-hook-mio v0.2.5 |
| 1648 | 2026-03-12T01:04:56.577Z | Compiling zstd v0.13.3 |
| 1649 | 2026-03-12T01:04:56.634Z | Compiling cookie_store v0.22.1 |
| 1650 | 2026-03-12T01:04:56.940Z | Compiling rayon v1.11.0 |
| 1651 | 2026-03-12T01:04:58.018Z | Compiling hyper-tls v0.6.0 |
| 1652 | 2026-03-12T01:04:58.163Z | Compiling bzip2 v0.4.4 |
| 1653 | 2026-03-12T01:04:58.306Z | Compiling serde_with_macros v3.17.0 |
| 1654 | 2026-03-12T01:04:58.367Z | Compiling postgres-types v0.2.12 |
| 1655 | 2026-03-12T01:04:58.438Z | Compiling usdt-attr-macro v0.6.0 |
| 1656 | 2026-03-12T01:04:58.723Z | Compiling usdt-macro v0.6.0 |
| 1657 | 2026-03-12T01:04:59.122Z | Compiling ed25519 v2.2.3 |
| 1658 | 2026-03-12T01:04:59.385Z | Compiling dtrace-parser v0.2.0 |
| 1659 | 2026-03-12T01:04:59.519Z | Compiling phf_shared v0.11.3 |
| 1660 | 2026-03-12T01:04:59.722Z | Compiling itertools v0.12.1 |
| 1661 | 2026-03-12T01:04:59.770Z | Compiling bstr v1.12.1 |
| 1662 | 2026-03-12T01:04:59.843Z | Compiling pkcs1 v0.7.5 |
| 1663 | 2026-03-12T01:04:59.960Z | Compiling serde-big-array v0.5.1 |
| 1664 | 2026-03-12T01:05:00.143Z | Compiling hex v0.4.3 |
| 1665 | 2026-03-12T01:05:00.352Z | Compiling rfc6979 v0.4.0 |
| 1666 | 2026-03-12T01:05:00.393Z | Compiling serde_repr v0.1.20 |
| 1667 | 2026-03-12T01:05:00.485Z | Compiling clap_derive v4.5.55 |
| 1668 | 2026-03-12T01:05:00.529Z | Compiling strum_macros v0.26.4 |
| 1669 | 2026-03-12T01:05:00.552Z | Compiling enum-as-inner v0.6.1 |
| 1670 | 2026-03-12T01:05:00.727Z | Compiling float-cmp v0.10.0 |
| 1671 | 2026-03-12T01:05:00.914Z | Compiling memmap2 v0.9.10 |
| 1672 | 2026-03-12T01:05:01.119Z | Compiling thread-id v4.2.2 |
| 1673 | 2026-03-12T01:05:01.201Z | Compiling env_filter v1.0.0 |
| 1674 | 2026-03-12T01:05:01.224Z | Compiling encoding_rs v0.8.35 |
| 1675 | 2026-03-12T01:05:01.242Z | Compiling predicates-core v1.0.10 |
| 1676 | 2026-03-12T01:05:01.465Z | Compiling unit-prefix v0.5.2 |
| 1677 | 2026-03-12T01:05:01.483Z | Compiling jiff v0.2.21 |
| 1678 | 2026-03-12T01:05:01.608Z | Compiling keccak v0.1.6 |
| 1679 | 2026-03-12T01:05:01.646Z | Compiling fixedbitset v0.4.2 |
| 1680 | 2026-03-12T01:05:01.951Z | Compiling normalize-line-endings v0.3.0 |
| 1681 | 2026-03-12T01:05:02.071Z | Compiling data-encoding v2.10.0 |
| 1682 | 2026-03-12T01:05:02.201Z | Compiling fixedbitset v0.5.7 |
| 1683 | 2026-03-12T01:05:02.609Z | Compiling static_assertions v1.1.0 |
| 1684 | 2026-03-12T01:05:02.702Z | Compiling new_debug_unreachable v1.0.6 |
| 1685 | 2026-03-12T01:05:02.734Z | Compiling mime v0.3.17 |
| 1686 | 2026-03-12T01:05:02.793Z | Compiling precomputed-hash v0.1.1 |
| 1687 | 2026-03-12T01:05:02.904Z | Compiling difflib v0.4.0 |
| 1688 | 2026-03-12T01:05:02.961Z | Compiling whoami v2.1.0 |
| 1689 | 2026-03-12T01:05:02.990Z | Compiling rustc-hash v2.1.1 |
| 1690 | 2026-03-12T01:05:03.043Z | Compiling strum v0.26.3 |
| 1691 | 2026-03-12T01:05:03.075Z | Compiling clap v4.5.60 |
| 1692 | 2026-03-12T01:05:03.144Z | Compiling iddqd v0.3.17 |
| 1693 | 2026-03-12T01:05:03.177Z | Compiling string_cache v0.8.9 |
| 1694 | 2026-03-12T01:05:03.198Z | Compiling predicates v3.1.4 |
| 1695 | 2026-03-12T01:05:03.267Z | Compiling tokio-postgres v0.7.16 |
| 1696 | 2026-03-12T01:05:03.466Z | Compiling toml_edit v0.22.27 |
| 1697 | 2026-03-12T01:05:03.483Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1698 | 2026-03-12T01:05:03.681Z | Compiling hickory-proto v0.25.2 |
| 1699 | 2026-03-12T01:05:04.087Z | Compiling petgraph v0.8.3 |
| 1700 | 2026-03-12T01:05:04.702Z | Compiling petgraph v0.6.5 |
| 1701 | 2026-03-12T01:05:06.264Z | Compiling zip v4.6.1 |
| 1702 | 2026-03-12T01:05:06.778Z | Compiling sha3 v0.10.8 |
| 1703 | 2026-03-12T01:05:06.806Z | Compiling indicatif v0.18.4 |
| 1704 | 2026-03-12T01:05:07.248Z | Compiling env_logger v0.11.9 |
| 1705 | 2026-03-12T01:05:07.375Z | Compiling zone v0.3.1 |
| 1706 | 2026-03-12T01:05:07.402Z | Compiling usdt-impl v0.5.0 |
| 1707 | 2026-03-12T01:05:07.419Z | Compiling usdt v0.6.0 |
| 1708 | 2026-03-12T01:05:07.564Z | Compiling ecdsa v0.16.9 |
| 1709 | 2026-03-12T01:05:07.718Z | Compiling serde_with v3.17.0 |
| 1710 | 2026-03-12T01:05:07.748Z | Compiling similar v2.7.0 |
| 1711 | 2026-03-12T01:05:07.952Z | Compiling rsa v0.9.10 |
| 1712 | 2026-03-12T01:05:08.082Z | Compiling crossterm v0.28.1 |
| 1713 | 2026-03-12T01:05:08.176Z | Compiling ed25519-dalek v2.2.0 |
| 1714 | 2026-03-12T01:05:08.293Z | Compiling zip v0.6.6 |
| 1715 | 2026-03-12T01:05:09.057Z | Compiling toml v0.7.8 |
| 1716 | 2026-03-12T01:05:09.776Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1717 | 2026-03-12T01:05:09.899Z | Compiling itertools v0.13.0 |
| 1718 | 2026-03-12T01:05:09.903Z | Compiling tokio-stream v0.1.18 |
| 1719 | 2026-03-12T01:05:10.138Z | Compiling buf-list v1.1.2 |
| 1720 | 2026-03-12T01:05:10.275Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1721 | 2026-03-12T01:05:10.530Z | Compiling x509-cert v0.2.5 |
| 1722 | 2026-03-12T01:05:10.577Z | Compiling openapiv3 v2.2.0 |
| 1723 | 2026-03-12T01:05:10.696Z | Compiling sha1 v0.10.6 |
| 1724 | 2026-03-12T01:05:10.718Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1725 | 2026-03-12T01:05:10.980Z | Compiling lalrpop-util v0.19.12 |
| 1726 | 2026-03-12T01:05:11.104Z | Compiling peg-runtime v0.8.5 |
| 1727 | 2026-03-12T01:05:11.227Z | Compiling thread_local v1.1.9 |
| 1728 | 2026-03-12T01:05:11.475Z | Compiling slog-async v2.8.0 |
| 1729 | 2026-03-12T01:05:11.546Z | Compiling crossbeam-channel v0.5.15 |
| 1730 | 2026-03-12T01:05:11.656Z | Compiling futures-executor v0.3.32 |
| 1731 | 2026-03-12T01:05:11.894Z | Compiling is-terminal v0.4.17 |
| 1732 | 2026-03-12T01:05:11.980Z | Compiling filetime v0.2.27 |
| 1733 | 2026-03-12T01:05:12.008Z | Compiling take_mut v0.2.2 |
| 1734 | 2026-03-12T01:05:12.139Z | Compiling xattr v1.6.1 |
| 1735 | 2026-03-12T01:05:12.157Z | Compiling term v1.2.1 |
| 1736 | 2026-03-12T01:05:12.342Z | Compiling tar v0.4.44 |
| 1737 | 2026-03-12T01:05:12.345Z | Compiling futures v0.3.32 |
| 1738 | 2026-03-12T01:05:12.778Z | Compiling slog-term v2.9.2 |
| 1739 | 2026-03-12T01:05:19.403Z | Compiling rustls-webpki v0.103.9 |
| 1740 | 2026-03-12T01:05:23.411Z | Compiling tokio-rustls v0.26.4 |
| 1741 | 2026-03-12T01:05:23.414Z | Compiling rustls-platform-verifier v0.6.2 |
| 1742 | 2026-03-12T01:05:23.682Z | Compiling hyper-rustls v0.27.7 |
| 1743 | 2026-03-12T01:05:23.941Z | Compiling reqwest v0.13.2 |
| 1744 | 2026-03-12T01:05:23.958Z | Compiling reqwest v0.12.28 |
| 1745 | 2026-03-12T01:05:26.853Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1746 | 2026-03-12T01:05:27.149Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1747 | 2026-03-12T01:05:30.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1748 | 2026-03-12T01:05:31.135Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1749 | 2026-03-12T01:05:31.194Z | Mar 12 01:05:30.210 INFO Starting download, target: Clickhouse |
| 1750 | 2026-03-12T01:05:31.194Z | Mar 12 01:05:30.210 INFO Starting download, target: TransceiverControl |
| 1751 | 2026-03-12T01:05:31.194Z | Mar 12 01:05:30.210 INFO Starting download, target: MaghemiteMgd |
| 1752 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Starting download, target: Cockroach |
| 1753 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Starting download, target: Console |
| 1754 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Starting download, target: DendriteStub |
| 1755 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1756 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1757 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1758 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1759 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1760 | 2026-03-12T01:05:31.197Z | Mar 12 01:05:30.211 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-03-12T01:05:31.513Z | Mar 12 01:05:30.529 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-03-12T01:05:31.863Z | Mar 12 01:05:30.859 INFO Download complete, target: TransceiverControl |
| 1763 | 2026-03-12T01:05:32.251Z | Mar 12 01:05:31.264 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1764 | 2026-03-12T01:05:32.422Z | Mar 12 01:05:31.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1765 | 2026-03-12T01:05:32.618Z | Mar 12 01:05:31.631 INFO Download complete, target: Console |
| 1766 | 2026-03-12T01:05:33.234Z | Mar 12 01:05:32.251 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1767 | 2026-03-12T01:05:33.253Z | Mar 12 01:05:32.270 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1768 | 2026-03-12T01:05:33.253Z | Mar 12 01:05:32.270 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1769 | 2026-03-12T01:05:33.315Z | Mar 12 01:05:32.331 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1770 | 2026-03-12T01:05:35.820Z | Mar 12 01:05:34.838 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-03-12T01:05:36.857Z | Mar 12 01:05:35.876 INFO Download complete, target: DendriteStub |
| 1772 | 2026-03-12T01:05:40.940Z | Mar 12 01:05:39.959 INFO Checking that binary works, target: Cockroach |
| 1773 | 2026-03-12T01:05:41.056Z | Mar 12 01:05:40.076 INFO Download complete, target: Cockroach |
| 1774 | 2026-03-12T01:05:44.376Z | Mar 12 01:05:43.395 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-03-12T01:05:44.543Z | Mar 12 01:05:43.563 INFO Download complete, target: Clickhouse |
| 1776 | 2026-03-12T01:05:44.561Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1777 | 2026-03-12T01:05:44.564Z | |
| 1778 | 2026-03-12T01:05:44.564Z | real 4:03.433846850 |
| 1779 | 2026-03-12T01:05:44.564Z | user 10:26.738322869 |
| 1780 | 2026-03-12T01:05:44.564Z | sys 1:48.537341178 |
| 1781 | 2026-03-12T01:05:44.564Z | trap 0.324930369 |
| 1782 | 2026-03-12T01:05:44.565Z | tflt 0.673067684 |
| 1783 | 2026-03-12T01:05:44.565Z | dflt 0.531585712 |
| 1784 | 2026-03-12T01:05:44.565Z | kflt 0.022544964 |
| 1785 | 2026-03-12T01:05:44.565Z | lock 22:11.729009282 |
| 1786 | 2026-03-12T01:05:44.565Z | slp 38:23.815891177 |
| 1787 | 2026-03-12T01:05:44.565Z | lat 56.374263870 |
| 1788 | 2026-03-12T01:05:44.565Z | stop 2:37.164705093 |
| 1789 | 2026-03-12T01:05:44.565Z | + banner clippy |
| 1790 | 2026-03-12T01:05:44.565Z | |
| 1791 | 2026-03-12T01:05:44.565Z | #### # # ##### ##### # # |
| 1792 | 2026-03-12T01:05:44.565Z | # # # # # # # # # # |
| 1793 | 2026-03-12T01:05:44.565Z | # # # # # # # # |
| 1794 | 2026-03-12T01:05:44.565Z | # # # ##### ##### # |
| 1795 | 2026-03-12T01:05:44.565Z | # # # # # # # |
| 1796 | 2026-03-12T01:05:44.565Z | #### ###### # # # # |
| 1797 | 2026-03-12T01:05:44.565Z | |
| 1798 | 2026-03-12T01:05:44.565Z | + export CARGO_INCREMENTAL=0 |
| 1799 | 2026-03-12T01:05:44.565Z | + CARGO_INCREMENTAL=0 |
| 1800 | 2026-03-12T01:05:44.565Z | + ptime -m cargo xtask clippy |
| 1801 | 2026-03-12T01:05:45.285Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1802 | 2026-03-12T01:05:45.561Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1803 | 2026-03-12T01:05:48.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
| 1804 | 2026-03-12T01:05:48.226Z | Running `target/debug/xtask clippy` |
| 1805 | 2026-03-12T01:05:48.256Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1806 | 2026-03-12T01:05:49.082Z | Downloading crates ... |
| 1807 | 2026-03-12T01:05:49.343Z | Downloaded nested v0.1.1 |
| 1808 | 2026-03-12T01:05:49.352Z | Downloaded cfg-expr v0.20.6 |
| 1809 | 2026-03-12T01:05:49.371Z | Downloaded miette-derive v5.10.0 |
| 1810 | 2026-03-12T01:05:49.374Z | Downloaded stringmetrics v2.2.2 |
| 1811 | 2026-03-12T01:05:49.374Z | Downloaded rust-argon2 v2.1.0 |
| 1812 | 2026-03-12T01:05:49.377Z | Downloaded escape8259 v0.5.3 |
| 1813 | 2026-03-12T01:05:49.377Z | Downloaded concurrent-queue v2.5.0 |
| 1814 | 2026-03-12T01:05:49.377Z | Downloaded cargo_metadata v0.23.1 |
| 1815 | 2026-03-12T01:05:49.379Z | Downloaded futures-timer v3.0.3 |
| 1816 | 2026-03-12T01:05:49.380Z | Downloaded approx v0.5.1 |
| 1817 | 2026-03-12T01:05:49.382Z | Downloaded serde_regex v1.1.0 |
| 1818 | 2026-03-12T01:05:49.382Z | Downloaded plotters-backend v0.3.7 |
| 1819 | 2026-03-12T01:05:49.382Z | Downloaded pathdiff v0.2.3 |
| 1820 | 2026-03-12T01:05:49.385Z | Downloaded event-listener-strategy v0.5.4 |
| 1821 | 2026-03-12T01:05:49.385Z | Downloaded criterion-plot v0.6.0 |
| 1822 | 2026-03-12T01:05:49.388Z | Downloaded cargo-platform v0.3.2 |
| 1823 | 2026-03-12T01:05:49.388Z | Downloaded supports-color v2.1.0 |
| 1824 | 2026-03-12T01:05:49.391Z | Downloaded target-triple v1.0.0 |
| 1825 | 2026-03-12T01:05:49.391Z | Downloaded similar-asserts v1.7.0 |
| 1826 | 2026-03-12T01:05:49.394Z | Downloaded parking v2.2.1 |
| 1827 | 2026-03-12T01:05:49.394Z | Downloaded assert_cmd v2.1.2 |
| 1828 | 2026-03-12T01:05:49.397Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1829 | 2026-03-12T01:05:49.413Z | Downloaded plotters-svg v0.3.7 |
| 1830 | 2026-03-12T01:05:49.416Z | Downloaded async-object-pool v0.2.0 |
| 1831 | 2026-03-12T01:05:49.421Z | Downloaded rustc-demangle v0.1.27 |
| 1832 | 2026-03-12T01:05:49.424Z | Downloaded supports-unicode v2.1.0 |
| 1833 | 2026-03-12T01:05:49.431Z | Downloaded backtrace-ext v0.2.1 |
| 1834 | 2026-03-12T01:05:49.439Z | Downloaded supports-hyperlinks v2.1.0 |
| 1835 | 2026-03-12T01:05:49.442Z | Downloaded trybuild v1.0.116 |
| 1836 | 2026-03-12T01:05:49.444Z | Downloaded terminal_size v0.1.17 |
| 1837 | 2026-03-12T01:05:49.444Z | Downloaded assert-json-diff v2.0.2 |
| 1838 | 2026-03-12T01:05:49.447Z | Downloaded linkme-impl v0.3.35 |
| 1839 | 2026-03-12T01:05:49.450Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1840 | 2026-03-12T01:05:49.450Z | Downloaded target-lexicon v0.13.3 |
| 1841 | 2026-03-12T01:05:49.450Z | Downloaded linkme v0.3.35 |
| 1842 | 2026-03-12T01:05:49.456Z | Downloaded path-tree v0.8.3 |
| 1843 | 2026-03-12T01:05:49.460Z | Downloaded partial-io v0.5.4 |
| 1844 | 2026-03-12T01:05:49.463Z | Downloaded cast v0.3.0 |
| 1845 | 2026-03-12T01:05:49.463Z | Downloaded anes v0.1.6 |
| 1846 | 2026-03-12T01:05:49.466Z | Downloaded oorandom v11.1.5 |
| 1847 | 2026-03-12T01:05:49.466Z | Downloaded libtest-mimic v0.8.1 |
| 1848 | 2026-03-12T01:05:49.469Z | Downloaded knuffel-derive v3.2.0 |
| 1849 | 2026-03-12T01:05:49.472Z | Downloaded constant_time_eq v0.3.1 |
| 1850 | 2026-03-12T01:05:49.475Z | Downloaded termcolor v1.4.1 |
| 1851 | 2026-03-12T01:05:49.475Z | Downloaded relative-path v1.9.3 |
| 1852 | 2026-03-12T01:05:49.475Z | Downloaded owo-colors v3.5.0 |
| 1853 | 2026-03-12T01:05:49.486Z | Downloaded textwrap v0.15.2 |
| 1854 | 2026-03-12T01:05:49.489Z | Downloaded rstest v0.25.0 |
| 1855 | 2026-03-12T01:05:49.492Z | Downloaded httptest v0.16.4 |
| 1856 | 2026-03-12T01:05:49.496Z | Downloaded tinytemplate v1.2.1 |
| 1857 | 2026-03-12T01:05:49.496Z | Downloaded async-lock v3.4.2 |
| 1858 | 2026-03-12T01:05:49.499Z | Downloaded target-spec v3.5.7 |
| 1859 | 2026-03-12T01:05:49.499Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1860 | 2026-03-12T01:05:49.502Z | Downloaded blake2b_simd v1.0.4 |
| 1861 | 2026-03-12T01:05:49.502Z | Downloaded addr2line v0.25.1 |
| 1862 | 2026-03-12T01:05:49.505Z | Downloaded knuffel v3.2.0 |
| 1863 | 2026-03-12T01:05:49.505Z | Downloaded chumsky v0.9.3 |
| 1864 | 2026-03-12T01:05:49.508Z | Downloaded datatest-stable v0.3.3 |
| 1865 | 2026-03-12T01:05:49.511Z | Downloaded backtrace v0.3.76 |
| 1866 | 2026-03-12T01:05:49.514Z | Downloaded event-listener v5.4.1 |
| 1867 | 2026-03-12T01:05:49.517Z | Downloaded rand_distr v0.5.1 |
| 1868 | 2026-03-12T01:05:49.520Z | Downloaded rstest_macros v0.25.0 |
| 1869 | 2026-03-12T01:05:49.523Z | Downloaded miette v5.10.0 |
| 1870 | 2026-03-12T01:05:49.529Z | Downloaded hashbrown v0.14.5 |
| 1871 | 2026-03-12T01:05:49.533Z | Downloaded fancy-regex v0.14.0 |
| 1872 | 2026-03-12T01:05:49.538Z | Downloaded guppy v0.17.25 |
| 1873 | 2026-03-12T01:05:49.543Z | Downloaded criterion v0.7.0 |
| 1874 | 2026-03-12T01:05:49.547Z | Downloaded plotters v0.3.7 |
| 1875 | 2026-03-12T01:05:49.567Z | Downloaded gimli v0.32.3 |
| 1876 | 2026-03-12T01:05:49.676Z | Downloaded httpmock v0.8.3 |
| 1877 | 2026-03-12T01:05:51.663Z | Checking cfg-if v1.0.4 |
| 1878 | 2026-03-12T01:05:52.027Z | Checking libc v0.2.180 |
| 1879 | 2026-03-12T01:05:52.030Z | Checking serde_core v1.0.228 |
| 1880 | 2026-03-12T01:05:52.109Z | Checking memchr v2.8.0 |
| 1881 | 2026-03-12T01:05:52.152Z | Checking smallvec v1.15.1 |
| 1882 | 2026-03-12T01:05:52.194Z | Checking log v0.4.29 |
| 1883 | 2026-03-12T01:05:52.194Z | Checking itoa v1.0.17 |
| 1884 | 2026-03-12T01:05:52.279Z | Checking zeroize v1.8.2 |
| 1885 | 2026-03-12T01:05:52.324Z | Checking libm v0.2.16 |
| 1886 | 2026-03-12T01:05:52.406Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-03-12T01:05:52.450Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-03-12T01:05:52.496Z | Checking zmij v1.0.21 |
| 1889 | 2026-03-12T01:05:52.541Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-03-12T01:05:52.585Z | Checking lock_api v0.4.14 |
| 1891 | 2026-03-12T01:05:52.629Z | Checking percent-encoding v2.3.2 |
| 1892 | 2026-03-12T01:05:52.683Z | Checking litemap v0.8.1 |
| 1893 | 2026-03-12T01:05:52.716Z | Checking errno v0.3.14 |
| 1894 | 2026-03-12T01:05:52.719Z | Checking getrandom v0.2.17 |
| 1895 | 2026-03-12T01:05:52.806Z | Checking yoke v0.8.1 |
| 1896 | 2026-03-12T01:05:52.848Z | Checking writeable v0.6.2 |
| 1897 | 2026-03-12T01:05:52.889Z | Checking subtle v2.6.1 |
| 1898 | 2026-03-12T01:05:52.943Z | Checking icu_normalizer_data v2.1.1 |
| 1899 | 2026-03-12T01:05:52.943Z | Checking icu_properties_data v2.1.2 |
| 1900 | 2026-03-12T01:05:53.024Z | Checking rand_core v0.6.4 |
| 1901 | 2026-03-12T01:05:53.067Z | Checking zerovec v0.11.5 |
| 1902 | 2026-03-12T01:05:53.070Z | Checking zerotrie v0.2.3 |
| 1903 | 2026-03-12T01:05:53.144Z | Checking form_urlencoded v1.2.2 |
| 1904 | 2026-03-12T01:05:53.191Z | Checking portable-atomic v1.13.1 |
| 1905 | 2026-03-12T01:05:53.194Z | Checking utf8_iter v1.0.4 |
| 1906 | 2026-03-12T01:05:53.295Z | Checking pin-project-lite v0.2.17 |
| 1907 | 2026-03-12T01:05:53.350Z | Checking critical-section v1.2.0 |
| 1908 | 2026-03-12T01:05:53.393Z | Checking num-traits v0.2.19 |
| 1909 | 2026-03-12T01:05:53.438Z | Checking zerocopy v0.8.40 |
| 1910 | 2026-03-12T01:05:53.485Z | Checking parking_lot_core v0.9.12 |
| 1911 | 2026-03-12T01:05:53.489Z | Checking rand_core v0.10.0 |
| 1912 | 2026-03-12T01:05:53.573Z | Checking signal-hook-registry v1.4.8 |
| 1913 | 2026-03-12T01:05:53.725Z | Checking tinystr v0.8.2 |
| 1914 | 2026-03-12T01:05:53.768Z | Checking potential_utf v0.1.4 |
| 1915 | 2026-03-12T01:05:53.768Z | Checking parking_lot v0.12.5 |
| 1916 | 2026-03-12T01:05:53.853Z | Checking getrandom v0.4.1 |
| 1917 | 2026-03-12T01:05:53.857Z | Checking once_cell v1.21.3 |
| 1918 | 2026-03-12T01:05:53.959Z | Checking icu_collections v2.1.1 |
| 1919 | 2026-03-12T01:05:54.012Z | Checking icu_locale_core v2.1.1 |
| 1920 | 2026-03-12T01:05:54.081Z | Checking mio v1.1.1 |
| 1921 | 2026-03-12T01:05:54.129Z | Checking typenum v1.19.0 |
| 1922 | 2026-03-12T01:05:54.177Z | Checking socket2 v0.6.2 |
| 1923 | 2026-03-12T01:05:54.233Z | Checking iana-time-zone v0.1.65 |
| 1924 | 2026-03-12T01:05:54.289Z | Checking serde v1.0.228 |
| 1925 | 2026-03-12T01:05:54.402Z | Checking bitflags v2.11.0 |
| 1926 | 2026-03-12T01:05:54.405Z | Checking serde_json v1.0.149 |
| 1927 | 2026-03-12T01:05:54.512Z | Checking thiserror v2.0.18 |
| 1928 | 2026-03-12T01:05:54.565Z | Checking allocator-api2 v0.2.21 |
| 1929 | 2026-03-12T01:05:54.652Z | Checking semver v1.0.27 |
| 1930 | 2026-03-12T01:05:54.696Z | Checking uuid v1.21.0 |
| 1931 | 2026-03-12T01:05:54.834Z | Checking icu_provider v2.1.1 |
| 1932 | 2026-03-12T01:05:54.878Z | Checking generic-array v0.14.7 |
| 1933 | 2026-03-12T01:05:54.920Z | Checking bytes v1.11.1 |
| 1934 | 2026-03-12T01:05:54.964Z | Checking chrono v0.4.44 |
| 1935 | 2026-03-12T01:05:55.009Z | Checking futures-core v0.3.32 |
| 1936 | 2026-03-12T01:05:55.157Z | Checking equivalent v1.0.2 |
| 1937 | 2026-03-12T01:05:55.206Z | Checking icu_normalizer v2.1.1 |
| 1938 | 2026-03-12T01:05:55.209Z | Checking icu_properties v2.1.2 |
| 1939 | 2026-03-12T01:05:55.313Z | Checking dyn-clone v1.0.20 |
| 1940 | 2026-03-12T01:05:55.419Z | Checking const-oid v0.9.6 |
| 1941 | 2026-03-12T01:05:55.479Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1942 | 2026-03-12T01:05:55.554Z | Checking crypto-common v0.1.7 |
| 1943 | 2026-03-12T01:05:55.604Z | Checking tokio v1.49.0 |
| 1944 | 2026-03-12T01:05:55.639Z | Checking foldhash v0.2.0 |
| 1945 | 2026-03-12T01:05:55.742Z | Checking block-buffer v0.10.4 |
| 1946 | 2026-03-12T01:05:55.847Z | Checking futures-sink v0.3.32 |
| 1947 | 2026-03-12T01:05:55.889Z | Checking hashbrown v0.16.1 |
| 1948 | 2026-03-12T01:05:55.946Z | Checking rustix v1.1.3 |
| 1949 | 2026-03-12T01:05:56.002Z | Checking byteorder v1.5.0 |
| 1950 | 2026-03-12T01:05:56.164Z | Checking futures-channel v0.3.32 |
| 1951 | 2026-03-12T01:05:56.300Z | Checking futures-task v0.3.32 |
| 1952 | 2026-03-12T01:05:56.422Z | Checking idna_adapter v1.2.1 |
| 1953 | 2026-03-12T01:05:56.466Z | Checking futures-io v0.3.32 |
| 1954 | 2026-03-12T01:05:56.509Z | Checking digest v0.10.7 |
| 1955 | 2026-03-12T01:05:56.512Z | Checking slab v0.4.12 |
| 1956 | 2026-03-12T01:05:56.594Z | Checking cpufeatures v0.2.17 |
| 1957 | 2026-03-12T01:05:56.637Z | Checking idna v1.1.0 |
| 1958 | 2026-03-12T01:05:56.678Z | Checking indexmap v2.13.0 |
| 1959 | 2026-03-12T01:05:56.720Z | Checking thiserror v1.0.69 |
| 1960 | 2026-03-12T01:05:56.780Z | Checking futures-util v0.3.32 |
| 1961 | 2026-03-12T01:05:56.823Z | Checking getrandom v0.3.4 |
| 1962 | 2026-03-12T01:05:56.872Z | Checking fnv v1.0.7 |
| 1963 | 2026-03-12T01:05:56.987Z | Checking url v2.5.8 |
| 1964 | 2026-03-12T01:05:57.032Z | Checking regex-syntax v0.8.10 |
| 1965 | 2026-03-12T01:05:57.035Z | Checking http v1.4.0 |
| 1966 | 2026-03-12T01:05:57.145Z | Checking tracing-core v0.1.36 |
| 1967 | 2026-03-12T01:05:57.481Z | Checking base64 v0.22.1 |
| 1968 | 2026-03-12T01:05:57.590Z | Checking tracing v0.1.44 |
| 1969 | 2026-03-12T01:05:57.593Z | Checking schemars v0.8.22 |
| 1970 | 2026-03-12T01:05:57.777Z | Checking ppv-lite86 v0.2.21 |
| 1971 | 2026-03-12T01:05:57.824Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-03-12T01:05:57.887Z | Checking ipnet v2.11.0 |
| 1973 | 2026-03-12T01:05:57.927Z | Checking anstyle v1.0.13 |
| 1974 | 2026-03-12T01:05:57.994Z | Checking utf8parse v0.2.2 |
| 1975 | 2026-03-12T01:05:58.154Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-03-12T01:05:58.215Z | Checking untrusted v0.9.0 |
| 1977 | 2026-03-12T01:05:58.259Z | Checking anstyle-parse v0.2.7 |
| 1978 | 2026-03-12T01:05:58.302Z | Checking aho-corasick v1.1.4 |
| 1979 | 2026-03-12T01:05:58.386Z | Checking ring v0.17.14 |
| 1980 | 2026-03-12T01:05:58.492Z | Checking anstyle-query v1.1.5 |
| 1981 | 2026-03-12T01:05:58.582Z | Checking colorchoice v1.0.4 |
| 1982 | 2026-03-12T01:05:58.632Z | Checking quote v1.0.44 |
| 1983 | 2026-03-12T01:05:58.675Z | Checking base64ct v1.8.3 |
| 1984 | 2026-03-12T01:05:58.738Z | Checking is_terminal_polyfill v1.70.2 |
| 1985 | 2026-03-12T01:05:58.879Z | Checking anstream v0.6.21 |
| 1986 | 2026-03-12T01:05:58.922Z | Checking syn v2.0.117 |
| 1987 | 2026-03-12T01:05:58.925Z | Checking block-padding v0.3.3 |
| 1988 | 2026-03-12T01:05:59.012Z | Checking terminal_size v0.4.3 |
| 1989 | 2026-03-12T01:05:59.159Z | Checking inout v0.1.4 |
| 1990 | 2026-03-12T01:05:59.202Z | Checking rustls-pki-types v1.14.0 |
| 1991 | 2026-03-12T01:05:59.205Z | Checking crossbeam-utils v0.8.21 |
| 1992 | 2026-03-12T01:05:59.283Z | Checking regex-automata v0.4.14 |
| 1993 | 2026-03-12T01:05:59.363Z | Checking httparse v1.10.1 |
| 1994 | 2026-03-12T01:05:59.508Z | Checking cipher v0.4.4 |
| 1995 | 2026-03-12T01:05:59.625Z | Checking strsim v0.11.1 |
| 1996 | 2026-03-12T01:05:59.669Z | Checking clap_lex v1.0.0 |
| 1997 | 2026-03-12T01:05:59.723Z | Checking sha2 v0.10.9 |
| 1998 | 2026-03-12T01:05:59.787Z | Checking pem-rfc7468 v0.7.0 |
| 1999 | 2026-03-12T01:05:59.831Z | Checking http-body v1.0.1 |
| 2000 | 2026-03-12T01:05:59.874Z | Checking rand_core v0.9.5 |
| 2001 | 2026-03-12T01:05:59.917Z | Checking clap_builder v4.5.60 |
| 2002 | 2026-03-12T01:05:59.998Z | Checking tokio-util v0.7.18 |
| 2003 | 2026-03-12T01:06:00.024Z | Checking atomic-waker v1.1.2 |
| 2004 | 2026-03-12T01:06:00.027Z | Checking hmac v0.12.1 |
| 2005 | 2026-03-12T01:06:00.179Z | Checking httpdate v1.0.3 |
| 2006 | 2026-03-12T01:06:00.179Z | Checking try-lock v0.2.5 |
| 2007 | 2026-03-12T01:06:00.289Z | Checking tower-layer v0.3.3 |
| 2008 | 2026-03-12T01:06:00.292Z | Checking flagset v0.4.7 |
| 2009 | 2026-03-12T01:06:00.379Z | Checking want v0.3.1 |
| 2010 | 2026-03-12T01:06:00.422Z | Checking ryu v1.0.23 |
| 2011 | 2026-03-12T01:06:00.513Z | Checking pin-utils v0.1.0 |
| 2012 | 2026-03-12T01:06:00.556Z | Checking tower-service v0.3.3 |
| 2013 | 2026-03-12T01:06:00.598Z | Checking der v0.7.10 |
| 2014 | 2026-03-12T01:06:00.641Z | Checking rand_chacha v0.9.0 |
| 2015 | 2026-03-12T01:06:00.645Z | Checking erased-serde v0.3.31 |
| 2016 | 2026-03-12T01:06:00.724Z | Checking spin v0.9.8 |
| 2017 | 2026-03-12T01:06:00.884Z | Checking h2 v0.4.13 |
| 2018 | 2026-03-12T01:06:00.938Z | Checking rand v0.9.2 |
| 2019 | 2026-03-12T01:06:00.992Z | Checking anyhow v1.0.102 |
| 2020 | 2026-03-12T01:06:01.280Z | Checking http-body-util v0.1.3 |
| 2021 | 2026-03-12T01:06:01.284Z | Checking slog v2.8.2 |
| 2022 | 2026-03-12T01:06:01.604Z | Checking aws-lc-sys v0.37.1 |
| 2023 | 2026-03-12T01:06:01.607Z | Checking untrusted v0.7.1 |
| 2024 | 2026-03-12T01:06:01.694Z | Checking powerfmt v0.2.0 |
| 2025 | 2026-03-12T01:06:01.733Z | Checking clap v4.5.60 |
| 2026 | 2026-03-12T01:06:01.736Z | Checking num_threads v0.1.7 |
| 2027 | 2026-03-12T01:06:01.824Z | Checking num-conv v0.2.0 |
| 2028 | 2026-03-12T01:06:01.869Z | Checking fastrand v2.3.0 |
| 2029 | 2026-03-12T01:06:01.873Z | Checking openssl-probe v0.2.1 |
| 2030 | 2026-03-12T01:06:01.953Z | Checking time-core v0.1.8 |
| 2031 | 2026-03-12T01:06:01.956Z | Checking deranged v0.5.8 |
| 2032 | 2026-03-12T01:06:02.037Z | Checking regex v1.12.3 |
| 2033 | 2026-03-12T01:06:02.081Z | Checking spki v0.7.3 |
| 2034 | 2026-03-12T01:06:02.132Z | Checking serde_urlencoded v0.7.1 |
| 2035 | 2026-03-12T01:06:02.180Z | Checking pbkdf2 v0.12.2 |
| 2036 | 2026-03-12T01:06:02.261Z | Checking aes v0.8.4 |
| 2037 | 2026-03-12T01:06:02.322Z | Checking rand_chacha v0.3.1 |
| 2038 | 2026-03-12T01:06:02.365Z | Checking pretty-hex v0.4.1 |
| 2039 | 2026-03-12T01:06:02.438Z | Checking unicode-width v0.2.0 |
| 2040 | 2026-03-12T01:06:02.482Z | Checking salsa20 v0.10.2 |
| 2041 | 2026-03-12T01:06:02.538Z | Checking aws-lc-rs v1.16.0 |
| 2042 | 2026-03-12T01:06:02.585Z | Checking cbc v0.1.2 |
| 2043 | 2026-03-12T01:06:02.628Z | Checking rand v0.8.5 |
| 2044 | 2026-03-12T01:06:02.682Z | Checking ipnetwork v0.21.1 |
| 2045 | 2026-03-12T01:06:02.777Z | Checking scrypt v0.11.0 |
| 2046 | 2026-03-12T01:06:02.822Z | Checking tempfile v3.25.0 |
| 2047 | 2026-03-12T01:06:02.863Z | Checking hex v0.4.3 |
| 2048 | 2026-03-12T01:06:02.982Z | Checking plain v0.2.3 |
| 2049 | 2026-03-12T01:06:03.025Z | Checking pkcs5 v0.7.1 |
| 2050 | 2026-03-12T01:06:03.105Z | Checking rustls-native-certs v0.8.3 |
| 2051 | 2026-03-12T01:06:03.150Z | Checking sync_wrapper v1.0.2 |
| 2052 | 2026-03-12T01:06:03.217Z | Checking camino v1.2.2 |
| 2053 | 2026-03-12T01:06:03.308Z | Checking mime v0.3.17 |
| 2054 | 2026-03-12T01:06:03.350Z | Checking ucd-trie v0.1.7 |
| 2055 | 2026-03-12T01:06:03.395Z | Checking time v0.3.47 |
| 2056 | 2026-03-12T01:06:03.398Z | Checking tower v0.5.3 |
| 2057 | 2026-03-12T01:06:03.477Z | Checking pkcs8 v0.10.2 |
| 2058 | 2026-03-12T01:06:03.552Z | Checking pest v2.8.6 |
| 2059 | 2026-03-12T01:06:03.595Z | Checking webpki-roots v1.0.6 |
| 2060 | 2026-03-12T01:06:03.636Z | Checking iri-string v0.7.10 |
| 2061 | 2026-03-12T01:06:03.738Z | Checking either v1.15.0 |
| 2062 | 2026-03-12T01:06:03.783Z | Checking openapiv3 v2.2.0 |
| 2063 | 2026-03-12T01:06:03.786Z | Checking rustls-webpki v0.103.9 |
| 2064 | 2026-03-12T01:06:03.997Z | Checking foreign-types-shared v0.1.1 |
| 2065 | 2026-03-12T01:06:04.042Z | Checking openssl-sys v0.9.111 |
| 2066 | 2026-03-12T01:06:04.139Z | Checking foreign-types v0.3.2 |
| 2067 | 2026-03-12T01:06:04.263Z | Checking encoding_rs v0.8.35 |
| 2068 | 2026-03-12T01:06:04.422Z | Checking rustls v0.23.37 |
| 2069 | 2026-03-12T01:06:04.604Z | Checking hyper v1.8.1 |
| 2070 | 2026-03-12T01:06:04.830Z | Checking winnow v0.7.14 |
| 2071 | 2026-03-12T01:06:05.021Z | Checking openssl v0.10.75 |
| 2072 | 2026-03-12T01:06:05.112Z | Checking oxnet v0.1.4 |
| 2073 | 2026-03-12T01:06:05.155Z | Checking tower-http v0.6.8 |
| 2074 | 2026-03-12T01:06:05.452Z | Checking lazy_static v1.5.0 |
| 2075 | 2026-03-12T01:06:05.538Z | Checking static_assertions v1.1.0 |
| 2076 | 2026-03-12T01:06:05.584Z | Checking signature v2.2.0 |
| 2077 | 2026-03-12T01:06:05.625Z | Checking simd-adler32 v0.3.8 |
| 2078 | 2026-03-12T01:06:05.629Z | Checking hubpack v0.1.2 |
| 2079 | 2026-03-12T01:06:05.707Z | Checking adler2 v2.0.1 |
| 2080 | 2026-03-12T01:06:05.778Z | Checking strum v0.26.3 |
| 2081 | 2026-03-12T01:06:05.853Z | Checking hyper-util v0.1.20 |
| 2082 | 2026-03-12T01:06:05.897Z | Checking sha1 v0.10.6 |
| 2083 | 2026-03-12T01:06:05.900Z | Checking miniz_oxide v0.8.9 |
| 2084 | 2026-03-12T01:06:05.985Z | Checking tinyvec_macros v0.1.1 |
| 2085 | 2026-03-12T01:06:05.988Z | Checking data-encoding v2.10.0 |
| 2086 | 2026-03-12T01:06:06.102Z | Checking tinyvec v1.10.0 |
| 2087 | 2026-03-12T01:06:06.173Z | Checking toml_datetime v0.6.11 |
| 2088 | 2026-03-12T01:06:06.414Z | Checking serde_spanned v0.6.9 |
| 2089 | 2026-03-12T01:06:06.417Z | Checking num-integer v0.1.46 |
| 2090 | 2026-03-12T01:06:06.500Z | Checking scroll v0.13.0 |
| 2091 | 2026-03-12T01:06:06.543Z | Checking bit-vec v0.8.0 |
| 2092 | 2026-03-12T01:06:06.586Z | Checking base16ct v0.2.0 |
| 2093 | 2026-03-12T01:06:06.630Z | Checking crossbeam-epoch v0.9.18 |
| 2094 | 2026-03-12T01:06:06.776Z | Checking sec1 v0.7.3 |
| 2095 | 2026-03-12T01:06:06.820Z | Checking crc32fast v1.5.0 |
| 2096 | 2026-03-12T01:06:06.862Z | Checking goblin v0.10.5 |
| 2097 | 2026-03-12T01:06:06.865Z | Checking bit-set v0.8.0 |
| 2098 | 2026-03-12T01:06:06.950Z | Checking ff v0.13.1 |
| 2099 | 2026-03-12T01:06:07.032Z | Checking memmap2 v0.9.10 |
| 2100 | 2026-03-12T01:06:07.077Z | Checking wait-timeout v0.2.1 |
| 2101 | 2026-03-12T01:06:07.130Z | Checking num-iter v0.1.45 |
| 2102 | 2026-03-12T01:06:07.175Z | Checking group v0.13.0 |
| 2103 | 2026-03-12T01:06:07.260Z | Checking dtrace-parser v0.3.0 |
| 2104 | 2026-03-12T01:06:07.302Z | Checking bstr v1.12.1 |
| 2105 | 2026-03-12T01:06:07.305Z | Checking hkdf v0.12.4 |
| 2106 | 2026-03-12T01:06:07.389Z | Checking ahash v0.8.12 |
| 2107 | 2026-03-12T01:06:07.530Z | Checking crypto-bigint v0.5.5 |
| 2108 | 2026-03-12T01:06:07.574Z | Checking scroll v0.12.0 |
| 2109 | 2026-03-12T01:06:07.617Z | Checking thread-id v5.1.0 |
| 2110 | 2026-03-12T01:06:07.680Z | Checking quick-error v1.2.3 |
| 2111 | 2026-03-12T01:06:07.726Z | Checking tokio-rustls v0.26.4 |
| 2112 | 2026-03-12T01:06:07.772Z | Checking rand_xorshift v0.4.0 |
| 2113 | 2026-03-12T01:06:07.840Z | Checking rusty-fork v0.3.1 |
| 2114 | 2026-03-12T01:06:07.886Z | Checking zerocopy v0.7.35 |
| 2115 | 2026-03-12T01:06:07.889Z | Checking native-tls v0.2.18 |
| 2116 | 2026-03-12T01:06:07.968Z | Checking unarray v0.1.4 |
| 2117 | 2026-03-12T01:06:07.971Z | Checking goblin v0.8.2 |
| 2118 | 2026-03-12T01:06:08.054Z | Checking hyper-rustls v0.27.7 |
| 2119 | 2026-03-12T01:06:08.099Z | Checking num-bigint-dig v0.8.6 |
| 2120 | 2026-03-12T01:06:08.143Z | Checking proptest v1.10.0 |
| 2121 | 2026-03-12T01:06:08.197Z | Checking tokio-native-tls v0.3.1 |
| 2122 | 2026-03-12T01:06:08.370Z | Checking dtrace-parser v0.2.0 |
| 2123 | 2026-03-12T01:06:08.429Z | Checking hyper-tls v0.6.0 |
| 2124 | 2026-03-12T01:06:08.650Z | Checking pkcs1 v0.7.5 |
| 2125 | 2026-03-12T01:06:08.695Z | Checking reqwest v0.12.28 |
| 2126 | 2026-03-12T01:06:08.741Z | Checking x509-cert v0.2.5 |
| 2127 | 2026-03-12T01:06:08.964Z | Checking thread-id v4.2.2 |
| 2128 | 2026-03-12T01:06:09.102Z | Checking unicode-segmentation v1.12.0 |
| 2129 | 2026-03-12T01:06:09.145Z | Checking elliptic-curve v0.13.8 |
| 2130 | 2026-03-12T01:06:09.292Z | Checking zlib-rs v0.6.2 |
| 2131 | 2026-03-12T01:06:09.547Z | Checking rsa v0.9.10 |
| 2132 | 2026-03-12T01:06:09.593Z | Checking crossbeam-deque v0.8.6 |
| 2133 | 2026-03-12T01:06:09.656Z | Checking rfc6979 v0.4.0 |
| 2134 | 2026-03-12T01:06:09.832Z | Checking toml_write v0.1.2 |
| 2135 | 2026-03-12T01:06:09.876Z | Checking ecdsa v0.16.9 |
| 2136 | 2026-03-12T01:06:09.879Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2137 | 2026-03-12T01:06:10.086Z | Checking toml_edit v0.22.27 |
| 2138 | 2026-03-12T01:06:10.196Z | Checking curve25519-dalek v4.1.3 |
| 2139 | 2026-03-12T01:06:10.247Z | Checking dof v0.4.0 |
| 2140 | 2026-03-12T01:06:10.351Z | Checking rustix v0.38.44 |
| 2141 | 2026-03-12T01:06:10.396Z | Checking env_filter v1.0.0 |
| 2142 | 2026-03-12T01:06:10.546Z | Checking flate2 v1.1.9 |
| 2143 | 2026-03-12T01:06:10.615Z | Checking psl-types v2.0.11 |
| 2144 | 2026-03-12T01:06:10.756Z | Checking dof v0.3.0 |
| 2145 | 2026-03-12T01:06:10.800Z | Checking keccak v0.1.6 |
| 2146 | 2026-03-12T01:06:10.803Z | Checking newtype-uuid v1.3.2 |
| 2147 | 2026-03-12T01:06:10.980Z | Checking publicsuffix v2.3.0 |
| 2148 | 2026-03-12T01:06:11.045Z | Checking sha3 v0.10.8 |
| 2149 | 2026-03-12T01:06:11.124Z | Checking daft v0.1.5 |
| 2150 | 2026-03-12T01:06:11.172Z | Checking usdt-impl v0.5.0 |
| 2151 | 2026-03-12T01:06:11.217Z | Checking env_logger v0.11.9 |
| 2152 | 2026-03-12T01:06:11.263Z | Checking usdt-impl v0.6.0 |
| 2153 | 2026-03-12T01:06:11.307Z | Checking ed25519 v2.2.3 |
| 2154 | 2026-03-12T01:06:11.350Z | Checking cookie v0.18.1 |
| 2155 | 2026-03-12T01:06:11.466Z | Checking itertools v0.13.0 |
| 2156 | 2026-03-12T01:06:11.513Z | Checking serde_with v3.17.0 |
| 2157 | 2026-03-12T01:06:11.516Z | Checking bitflags v1.3.2 |
| 2158 | 2026-03-12T01:06:11.597Z | Checking siphasher v1.0.2 |
| 2159 | 2026-03-12T01:06:11.600Z | Checking ed25519-dalek v2.2.0 |
| 2160 | 2026-03-12T01:06:11.681Z | Checking rustls-platform-verifier v0.6.2 |
| 2161 | 2026-03-12T01:06:11.684Z | Checking usdt v0.6.0 |
| 2162 | 2026-03-12T01:06:11.684Z | Checking cookie_store v0.22.1 |
| 2163 | 2026-03-12T01:06:11.684Z | Checking unicode-normalization v0.1.25 |
| 2164 | 2026-03-12T01:06:11.845Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2165 | 2026-03-12T01:06:11.890Z | Checking signal-hook v0.3.18 |
| 2166 | 2026-03-12T01:06:11.948Z | Checking winnow v0.5.40 |
| 2167 | 2026-03-12T01:06:11.992Z | Checking managed v0.8.0 |
| 2168 | 2026-03-12T01:06:12.137Z | Checking rayon-core v1.13.0 |
| 2169 | 2026-03-12T01:06:12.180Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2170 | 2026-03-12T01:06:12.224Z | Checking reqwest v0.13.2 |
| 2171 | 2026-03-12T01:06:12.275Z | Checking object v0.37.3 |
| 2172 | 2026-03-12T01:06:12.321Z | Checking foldhash v0.1.5 |
| 2173 | 2026-03-12T01:06:12.363Z | Checking bzip2 v0.4.4 |
| 2174 | 2026-03-12T01:06:12.524Z | Checking hashbrown v0.15.5 |
| 2175 | 2026-03-12T01:06:12.602Z | Checking signal-hook-mio v0.2.5 |
| 2176 | 2026-03-12T01:06:12.644Z | Checking ref-cast v1.0.25 |
| 2177 | 2026-03-12T01:06:12.764Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2178 | 2026-03-12T01:06:12.811Z | Checking zip v0.6.6 |
| 2179 | 2026-03-12T01:06:12.902Z | Checking libbz2-rs-sys v0.2.2 |
| 2180 | 2026-03-12T01:06:12.953Z | Checking zstd-safe v7.2.4 |
| 2181 | 2026-03-12T01:06:13.203Z | Checking bumpalo v3.20.2 |
| 2182 | 2026-03-12T01:06:13.206Z | Checking zstd v0.13.3 |
| 2183 | 2026-03-12T01:06:13.287Z | Checking crossterm v0.28.1 |
| 2184 | 2026-03-12T01:06:13.380Z | Checking rayon v1.11.0 |
| 2185 | 2026-03-12T01:06:13.478Z | Checking bzip2 v0.6.1 |
| 2186 | 2026-03-12T01:06:13.520Z | Checking similar v2.7.0 |
| 2187 | 2026-03-12T01:06:13.563Z | Checking zopfli v0.8.3 |
| 2188 | 2026-03-12T01:06:13.608Z | Checking toml_edit v0.19.15 |
| 2189 | 2026-03-12T01:06:13.611Z | Checking fs-err v3.3.0 |
| 2190 | 2026-03-12T01:06:13.715Z | Checking hash32 v0.2.1 |
| 2191 | 2026-03-12T01:06:13.956Z | Checking serde-big-array v0.5.1 |
| 2192 | 2026-03-12T01:06:14.018Z | Checking unicode-bidi v0.3.18 |
| 2193 | 2026-03-12T01:06:14.064Z | Checking predicates-core v1.0.10 |
| 2194 | 2026-03-12T01:06:14.067Z | Checking jiff v0.2.21 |
| 2195 | 2026-03-12T01:06:14.160Z | Checking unicode-properties v0.1.4 |
| 2196 | 2026-03-12T01:06:14.251Z | Checking heapless v0.7.17 |
| 2197 | 2026-03-12T01:06:14.295Z | Checking hickory-proto v0.25.2 |
| 2198 | 2026-03-12T01:06:14.432Z | Checking tokio-stream v0.1.18 |
| 2199 | 2026-03-12T01:06:14.435Z | Checking stringprep v0.1.5 |
| 2200 | 2026-03-12T01:06:14.708Z | Checking md-5 v0.10.6 |
| 2201 | 2026-03-12T01:06:14.845Z | Checking float-cmp v0.10.0 |
| 2202 | 2026-03-12T01:06:14.918Z | Checking fallible-iterator v0.2.0 |
| 2203 | 2026-03-12T01:06:14.973Z | Checking rustc-hash v2.1.1 |
| 2204 | 2026-03-12T01:06:15.042Z | Checking difflib v0.4.0 |
| 2205 | 2026-03-12T01:06:15.086Z | Checking toml v0.7.8 |
| 2206 | 2026-03-12T01:06:15.151Z | Checking normalize-line-endings v0.3.0 |
| 2207 | 2026-03-12T01:06:15.295Z | Checking iddqd v0.3.17 |
| 2208 | 2026-03-12T01:06:15.338Z | Checking postgres-protocol v0.6.10 |
| 2209 | 2026-03-12T01:06:15.341Z | Checking predicates v3.1.4 |
| 2210 | 2026-03-12T01:06:15.433Z | Checking smoltcp v0.9.1 |
| 2211 | 2026-03-12T01:06:15.543Z | Checking phf_shared v0.11.3 |
| 2212 | 2026-03-12T01:06:15.764Z | Checking phf_shared v0.13.1 |
| 2213 | 2026-03-12T01:06:15.768Z | Checking itertools v0.12.1 |
| 2214 | 2026-03-12T01:06:15.847Z | Checking console v0.16.2 |
| 2215 | 2026-03-12T01:06:15.850Z | Checking buf-list v1.1.2 |
| 2216 | 2026-03-12T01:06:16.070Z | Checking strum v0.27.2 |
| 2217 | 2026-03-12T01:06:16.152Z | Checking unit-prefix v0.5.2 |
| 2218 | 2026-03-12T01:06:16.240Z | Checking new_debug_unreachable v1.0.6 |
| 2219 | 2026-03-12T01:06:16.284Z | Checking fixedbitset v0.4.2 |
| 2220 | 2026-03-12T01:06:16.327Z | Checking lalrpop-util v0.19.12 |
| 2221 | 2026-03-12T01:06:16.370Z | Checking precomputed-hash v0.1.1 |
| 2222 | 2026-03-12T01:06:16.374Z | Checking fixedbitset v0.5.7 |
| 2223 | 2026-03-12T01:06:16.475Z | Checking indicatif v0.18.4 |
| 2224 | 2026-03-12T01:06:16.521Z | Checking petgraph v0.6.5 |
| 2225 | 2026-03-12T01:06:16.524Z | Checking string_cache v0.8.9 |
| 2226 | 2026-03-12T01:06:16.605Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2227 | 2026-03-12T01:06:16.693Z | Checking petgraph v0.8.3 |
| 2228 | 2026-03-12T01:06:16.769Z | Checking phf v0.13.1 |
| 2229 | 2026-03-12T01:06:16.999Z | Checking postgres-types v0.2.12 |
| 2230 | 2026-03-12T01:06:17.041Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2231 | 2026-03-12T01:06:17.213Z | Checking zone v0.3.1 |
| 2232 | 2026-03-12T01:06:17.274Z | Checking zip v4.6.1 |
| 2233 | 2026-03-12T01:06:17.452Z | Checking peg-runtime v0.8.5 |
| 2234 | 2026-03-12T01:06:17.456Z | Checking whoami v2.1.0 |
| 2235 | 2026-03-12T01:06:17.721Z | Checking futures-executor v0.3.32 |
| 2236 | 2026-03-12T01:06:17.775Z | Checking tokio-postgres v0.7.16 |
| 2237 | 2026-03-12T01:06:17.822Z | Checking is-terminal v0.4.17 |
| 2238 | 2026-03-12T01:06:17.938Z | Checking futures v0.3.32 |
| 2239 | 2026-03-12T01:06:17.981Z | Checking crossbeam-channel v0.5.15 |
| 2240 | 2026-03-12T01:06:18.068Z | Checking thread_local v1.1.9 |
| 2241 | 2026-03-12T01:06:18.071Z | Checking take_mut v0.2.2 |
| 2242 | 2026-03-12T01:06:18.155Z | Checking term v1.2.1 |
| 2243 | 2026-03-12T01:06:18.279Z | Checking regress v0.10.5 |
| 2244 | 2026-03-12T01:06:18.324Z | Compiling rustls v0.22.4 |
| 2245 | 2026-03-12T01:06:18.367Z | Compiling newtype-uuid-macros v0.1.0 |
| 2246 | 2026-03-12T01:06:18.468Z | Checking slog-async v2.8.0 |
| 2247 | 2026-03-12T01:06:18.512Z | Checking slog-term v2.9.2 |
| 2248 | 2026-03-12T01:06:18.654Z | Compiling structmeta-derive v0.3.0 |
| 2249 | 2026-03-12T01:06:18.725Z | Compiling multer v3.1.0 |
| 2250 | 2026-03-12T01:06:18.890Z | Compiling async-stream-impl v0.3.6 |
| 2251 | 2026-03-12T01:06:18.938Z | Compiling dropshot v0.16.7 |
| 2252 | 2026-03-12T01:06:19.104Z | Compiling dropshot_endpoint v0.16.7 |
| 2253 | 2026-03-12T01:06:19.332Z | Checking match_cfg v0.1.0 |
| 2254 | 2026-03-12T01:06:19.419Z | Checking slog-json v2.6.1 |
| 2255 | 2026-03-12T01:06:19.462Z | Checking hostname v0.3.1 |
| 2256 | 2026-03-12T01:06:19.505Z | Checking debug-ignore v1.0.5 |
| 2257 | 2026-03-12T01:06:19.617Z | Checking serde_spanned v1.0.4 |
| 2258 | 2026-03-12T01:06:19.660Z | Checking slog-bunyan v2.5.0 |
| 2259 | 2026-03-12T01:06:19.702Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2260 | 2026-03-12T01:06:19.749Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-03-12T01:06:19.831Z | Checking rustls-webpki v0.102.8 |
| 2262 | 2026-03-12T01:06:19.837Z | Checking serde_path_to_error v0.1.20 |
| 2263 | 2026-03-12T01:06:19.923Z | Checking async-stream v0.3.6 |
| 2264 | 2026-03-12T01:06:19.972Z | Checking toml v0.9.12+spec-1.1.0 |
| 2265 | 2026-03-12T01:06:20.188Z | Compiling structmeta v0.3.0 |
| 2266 | 2026-03-12T01:06:20.276Z | Checking progenitor-client v0.13.0 |
| 2267 | 2026-03-12T01:06:20.279Z | Checking waitgroup v0.1.2 |
| 2268 | 2026-03-12T01:06:20.361Z | Checking rustls-pemfile v2.2.0 |
| 2269 | 2026-03-12T01:06:20.444Z | Checking hostname v0.4.2 |
| 2270 | 2026-03-12T01:06:20.493Z | Compiling derive-ex v0.1.8 |
| 2271 | 2026-03-12T01:06:20.537Z | Compiling parse-display-derive v0.10.0 |
| 2272 | 2026-03-12T01:06:20.582Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2273 | 2026-03-12T01:06:20.625Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2274 | 2026-03-12T01:06:20.628Z | Checking itertools v0.14.0 |
| 2275 | 2026-03-12T01:06:20.820Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2276 | 2026-03-12T01:06:20.863Z | Checking macaddr v1.0.1 |
| 2277 | 2026-03-12T01:06:21.134Z | Checking progenitor-client v0.10.0 |
| 2278 | 2026-03-12T01:06:21.137Z | Checking instant v0.1.13 |
| 2279 | 2026-03-12T01:06:21.319Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2280 | 2026-03-12T01:06:21.390Z | Checking backoff v0.4.0 |
| 2281 | 2026-03-12T01:06:21.459Z | Checking backon v1.6.0 |
| 2282 | 2026-03-12T01:06:21.514Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2283 | 2026-03-12T01:06:21.643Z | Checking heck v0.5.0 |
| 2284 | 2026-03-12T01:06:21.715Z | Checking progenitor-extras v0.1.1 |
| 2285 | 2026-03-12T01:06:21.834Z | Checking camino-tempfile v1.4.1 |
| 2286 | 2026-03-12T01:06:22.080Z | Checking toml v0.8.23 |
| 2287 | 2026-03-12T01:06:22.148Z | Compiling cfg_aliases v0.2.1 |
| 2288 | 2026-03-12T01:06:22.192Z | Compiling memoffset v0.9.1 |
| 2289 | 2026-03-12T01:06:22.279Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2290 | 2026-03-12T01:06:22.431Z | Checking tokio-rustls v0.25.0 |
| 2291 | 2026-03-12T01:06:22.567Z | Compiling crucible-workspace-hack v0.1.0 |
| 2292 | 2026-03-12T01:06:22.788Z | Checking secrecy v0.10.3 |
| 2293 | 2026-03-12T01:06:22.885Z | Compiling test-strategy v0.4.5 |
| 2294 | 2026-03-12T01:06:22.888Z | Checking parse-display v0.10.0 |
| 2295 | 2026-03-12T01:06:22.966Z | Checking glob v0.3.3 |
| 2296 | 2026-03-12T01:06:23.085Z | Compiling proc-macro-crate v3.4.0 |
| 2297 | 2026-03-12T01:06:23.137Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2298 | 2026-03-12T01:06:23.315Z | Compiling heapless v0.8.0 |
| 2299 | 2026-03-12T01:06:23.524Z | Checking tabwriter v1.4.1 |
| 2300 | 2026-03-12T01:06:23.785Z | Checking hash32 v0.3.1 |
| 2301 | 2026-03-12T01:06:23.827Z | Compiling ingot-macros v0.1.1 |
| 2302 | 2026-03-12T01:06:23.881Z | Compiling unsafe-libyaml v0.2.11 |
| 2303 | 2026-03-12T01:06:23.925Z | Compiling convert_case v0.4.0 |
| 2304 | 2026-03-12T01:06:23.982Z | Compiling smoltcp v0.11.0 |
| 2305 | 2026-03-12T01:06:24.023Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2306 | 2026-03-12T01:06:24.515Z | Compiling derive_more v0.99.20 |
| 2307 | 2026-03-12T01:06:24.570Z | Compiling num_enum_derive v0.7.5 |
| 2308 | 2026-03-12T01:06:24.927Z | Compiling serde_yaml v0.9.34+deprecated |
| 2309 | 2026-03-12T01:06:24.970Z | Checking cobs v0.3.0 |
| 2310 | 2026-03-12T01:06:25.043Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2311 | 2026-03-12T01:06:25.189Z | Compiling foreign-types-macros v0.2.3 |
| 2312 | 2026-03-12T01:06:25.332Z | Checking foreign-types-shared v0.3.1 |
| 2313 | 2026-03-12T01:06:25.480Z | Checking cpufeatures v0.3.0 |
| 2314 | 2026-03-12T01:06:25.577Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2315 | 2026-03-12T01:06:25.622Z | Checking chacha20 v0.10.0 |
| 2316 | 2026-03-12T01:06:25.936Z | Checking postcard v1.1.3 |
| 2317 | 2026-03-12T01:06:26.022Z | Checking foreign-types v0.5.0 |
| 2318 | 2026-03-12T01:06:26.063Z | Checking num_enum v0.7.5 |
| 2319 | 2026-03-12T01:06:26.315Z | Compiling proc-macro-crate v1.3.1 |
| 2320 | 2026-03-12T01:06:26.367Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2321 | 2026-03-12T01:06:26.409Z | Checking sigpipe v0.1.3 |
| 2322 | 2026-03-12T01:06:26.541Z | Checking cstr-argument v0.1.2 |
| 2323 | 2026-03-12T01:06:26.687Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-03-12T01:06:26.730Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2325 | 2026-03-12T01:06:26.905Z | Checking colored v3.1.1 |
| 2326 | 2026-03-12T01:06:27.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2327 | 2026-03-12T01:06:27.149Z | Compiling num_enum_derive v0.5.11 |
| 2328 | 2026-03-12T01:06:27.212Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-03-12T01:06:27.276Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-03-12T01:06:27.379Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2331 | 2026-03-12T01:06:27.444Z | Checking rand v0.10.0 |
| 2332 | 2026-03-12T01:06:27.487Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2333 | 2026-03-12T01:06:27.622Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2334 | 2026-03-12T01:06:27.673Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2335 | 2026-03-12T01:06:27.763Z | Checking ingot-types v0.1.2 |
| 2336 | 2026-03-12T01:06:27.861Z | Compiling nix v0.30.1 |
| 2337 | 2026-03-12T01:06:27.907Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2338 | 2026-03-12T01:06:28.111Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2339 | 2026-03-12T01:06:28.191Z | Checking smf v0.2.3 |
| 2340 | 2026-03-12T01:06:28.368Z | Checking ingot v0.1.1 |
| 2341 | 2026-03-12T01:06:28.410Z | Compiling num-derive v0.4.2 |
| 2342 | 2026-03-12T01:06:28.452Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2343 | 2026-03-12T01:06:28.602Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2344 | 2026-03-12T01:06:28.645Z | Checking num_enum v0.5.11 |
| 2345 | 2026-03-12T01:06:28.808Z | Checking whoami v1.6.1 |
| 2346 | 2026-03-12T01:06:28.849Z | Compiling typify-impl v0.6.1 |
| 2347 | 2026-03-12T01:06:28.852Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2348 | 2026-03-12T01:06:29.066Z | Checking half v2.7.1 |
| 2349 | 2026-03-12T01:06:29.371Z | Checking ciborium-io v0.2.2 |
| 2350 | 2026-03-12T01:06:29.475Z | Checking indent_write v2.2.0 |
| 2351 | 2026-03-12T01:06:29.523Z | Checking ciborium-ll v0.2.2 |
| 2352 | 2026-03-12T01:06:29.673Z | Checking universal-hash v0.5.1 |
| 2353 | 2026-03-12T01:06:29.716Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2354 | 2026-03-12T01:06:29.776Z | Checking ciborium v0.2.2 |
| 2355 | 2026-03-12T01:06:29.858Z | Checking opaque-debug v0.3.1 |
| 2356 | 2026-03-12T01:06:29.861Z | Checking aead v0.5.2 |
| 2357 | 2026-03-12T01:06:29.980Z | Checking swrite v0.1.0 |
| 2358 | 2026-03-12T01:06:30.036Z | Checking poly1305 v0.8.0 |
| 2359 | 2026-03-12T01:06:30.108Z | Checking chacha20 v0.9.1 |
| 2360 | 2026-03-12T01:06:30.149Z | Checking unicode-width v0.1.14 |
| 2361 | 2026-03-12T01:06:30.390Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2362 | 2026-03-12T01:06:30.393Z | Checking password-hash v0.5.0 |
| 2363 | 2026-03-12T01:06:30.473Z | Checking blake2 v0.10.6 |
| 2364 | 2026-03-12T01:06:30.514Z | Compiling usdt-attr-macro v0.5.0 |
| 2365 | 2026-03-12T01:06:30.761Z | Compiling usdt-macro v0.5.0 |
| 2366 | 2026-03-12T01:06:30.803Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2367 | 2026-03-12T01:06:30.844Z | Checking memmap v0.7.0 |
| 2368 | 2026-03-12T01:06:30.975Z | Checking argon2 v0.5.3 |
| 2369 | 2026-03-12T01:06:31.048Z | Checking chacha20poly1305 v0.10.1 |
| 2370 | 2026-03-12T01:06:31.243Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2371 | 2026-03-12T01:06:31.462Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2372 | 2026-03-12T01:06:31.589Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2373 | 2026-03-12T01:06:31.658Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2374 | 2026-03-12T01:06:31.758Z | Checking usdt v0.5.0 |
| 2375 | 2026-03-12T01:06:31.871Z | Compiling derive-where v1.6.0 |
| 2376 | 2026-03-12T01:06:31.957Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2377 | 2026-03-12T01:06:32.002Z | Checking tokio-dtrace v0.1.1 |
| 2378 | 2026-03-12T01:06:32.039Z | Checking atomicwrites v0.4.4 |
| 2379 | 2026-03-12T01:06:32.081Z | Checking thiserror-no-std v2.0.2 |
| 2380 | 2026-03-12T01:06:32.226Z | Checking vsss-rs v3.3.4 |
| 2381 | 2026-03-12T01:06:32.229Z | Checking console v0.15.11 |
| 2382 | 2026-03-12T01:06:32.307Z | Checking oxide-tokio-rt v0.1.2 |
| 2383 | 2026-03-12T01:06:32.363Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2384 | 2026-03-12T01:06:32.519Z | Checking newline-converter v0.3.0 |
| 2385 | 2026-03-12T01:06:32.667Z | Checking bytecount v0.6.9 |
| 2386 | 2026-03-12T01:06:32.709Z | Checking expectorate v1.2.0 |
| 2387 | 2026-03-12T01:06:32.755Z | Compiling prettyplease v0.2.37 |
| 2388 | 2026-03-12T01:06:32.829Z | Compiling owo-colors v4.3.0 |
| 2389 | 2026-03-12T01:06:32.900Z | Compiling cancel-safe-futures v0.1.5 |
| 2390 | 2026-03-12T01:06:33.121Z | Checking libsw-core v0.3.2 |
| 2391 | 2026-03-12T01:06:33.397Z | Checking libsw v3.5.0 |
| 2392 | 2026-03-12T01:06:33.624Z | Checking linear-map v1.2.0 |
| 2393 | 2026-03-12T01:06:33.691Z | Checking same-file v1.0.6 |
| 2394 | 2026-03-12T01:06:33.735Z | Checking num-rational v0.4.2 |
| 2395 | 2026-03-12T01:06:33.777Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2396 | 2026-03-12T01:06:33.780Z | Checking num-complex v0.4.6 |
| 2397 | 2026-03-12T01:06:33.872Z | Checking walkdir v2.5.0 |
| 2398 | 2026-03-12T01:06:33.914Z | Checking float-ord v0.3.2 |
| 2399 | 2026-03-12T01:06:33.982Z | Compiling typify-impl v0.4.3 |
| 2400 | 2026-03-12T01:06:34.111Z | Checking gethostname v0.5.0 |
| 2401 | 2026-03-12T01:06:34.251Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2402 | 2026-03-12T01:06:34.344Z | Checking num v0.4.3 |
| 2403 | 2026-03-12T01:06:34.387Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2404 | 2026-03-12T01:06:34.390Z | Compiling async-recursion v1.1.1 |
| 2405 | 2026-03-12T01:06:34.469Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2406 | 2026-03-12T01:06:35.410Z | Compiling typify-macro v0.6.1 |
| 2407 | 2026-03-12T01:06:36.366Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2408 | 2026-03-12T01:06:36.911Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2409 | 2026-03-12T01:06:37.001Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2410 | 2026-03-12T01:06:37.612Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2411 | 2026-03-12T01:06:37.720Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2412 | 2026-03-12T01:06:37.790Z | Compiling typify v0.6.1 |
| 2413 | 2026-03-12T01:06:37.964Z | Compiling progenitor-impl v0.13.0 |
| 2414 | 2026-03-12T01:06:39.612Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2415 | 2026-03-12T01:06:40.508Z | Checking unicode-linebreak v0.1.5 |
| 2416 | 2026-03-12T01:06:40.551Z | Compiling typify-macro v0.4.3 |
| 2417 | 2026-03-12T01:06:40.731Z | Checking smawk v0.3.2 |
| 2418 | 2026-03-12T01:06:40.791Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2419 | 2026-03-12T01:06:40.834Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2420 | 2026-03-12T01:06:40.931Z | Checking globset v0.4.18 |
| 2421 | 2026-03-12T01:06:41.422Z | Compiling convert_case v0.10.0 |
| 2422 | 2026-03-12T01:06:41.821Z | Compiling progenitor-macro v0.13.0 |
| 2423 | 2026-03-12T01:06:42.160Z | Compiling slog-dtrace v0.3.0 |
| 2424 | 2026-03-12T01:06:42.458Z | Checking resolv-conf v0.7.6 |
| 2425 | 2026-03-12T01:06:42.593Z | Compiling derive_more-impl v2.1.1 |
| 2426 | 2026-03-12T01:06:42.948Z | Compiling typify v0.4.3 |
| 2427 | 2026-03-12T01:06:43.126Z | Compiling pin-project-internal v1.1.11 |
| 2428 | 2026-03-12T01:06:43.182Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2429 | 2026-03-12T01:06:43.484Z | Checking pem v3.0.6 |
| 2430 | 2026-03-12T01:06:43.736Z | Checking fd-lock v4.0.4 |
| 2431 | 2026-03-12T01:06:43.803Z | Checking derive_more v2.1.1 |
| 2432 | 2026-03-12T01:06:43.848Z | Checking vte v0.14.1 |
| 2433 | 2026-03-12T01:06:43.925Z | Checking display-error-chain v0.2.2 |
| 2434 | 2026-03-12T01:06:43.966Z | Checking crossterm v0.29.0 |
| 2435 | 2026-03-12T01:06:44.083Z | Checking strip-ansi-escapes v0.2.1 |
| 2436 | 2026-03-12T01:06:44.125Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2437 | 2026-03-12T01:06:44.256Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2438 | 2026-03-12T01:06:44.446Z | Compiling snafu-derive v0.8.9 |
| 2439 | 2026-03-12T01:06:44.752Z | Checking pin-project v1.1.11 |
| 2440 | 2026-03-12T01:06:44.794Z | Checking nu-ansi-term v0.50.3 |
| 2441 | 2026-03-12T01:06:44.911Z | Checking termtree v0.5.1 |
| 2442 | 2026-03-12T01:06:45.093Z | Checking linked-hash-map v0.5.6 |
| 2443 | 2026-03-12T01:06:45.135Z | Compiling progenitor-impl v0.11.2 |
| 2444 | 2026-03-12T01:06:45.138Z | Checking reedline v0.40.0 |
| 2445 | 2026-03-12T01:06:45.351Z | Checking lru-cache v0.1.2 |
| 2446 | 2026-03-12T01:06:45.536Z | Checking textwrap v0.16.2 |
| 2447 | 2026-03-12T01:06:45.846Z | Checking olpc-cjson v0.1.4 |
| 2448 | 2026-03-12T01:06:46.058Z | Checking hickory-proto v0.24.4 |
| 2449 | 2026-03-12T01:06:46.804Z | Checking serde_plain v1.0.2 |
| 2450 | 2026-03-12T01:06:46.807Z | Checking typed-path v0.9.3 |
| 2451 | 2026-03-12T01:06:47.036Z | Compiling minimal-lexical v0.2.1 |
| 2452 | 2026-03-12T01:06:47.148Z | Checking snafu v0.8.9 |
| 2453 | 2026-03-12T01:06:47.401Z | Compiling nom v7.1.3 |
| 2454 | 2026-03-12T01:06:47.958Z | Checking tough v0.20.0 |
| 2455 | 2026-03-12T01:06:48.495Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2456 | 2026-03-12T01:06:48.752Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2457 | 2026-03-12T01:06:48.796Z | Checking progenitor-client v0.11.2 |
| 2458 | 2026-03-12T01:06:48.924Z | Compiling progenitor-macro v0.11.2 |
| 2459 | 2026-03-12T01:06:48.975Z | Checking progenitor v0.13.0 |
| 2460 | 2026-03-12T01:06:49.122Z | Checking nibble_vec v0.1.0 |
| 2461 | 2026-03-12T01:06:49.177Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2462 | 2026-03-12T01:06:49.262Z | Checking endian-type v0.1.2 |
| 2463 | 2026-03-12T01:06:49.315Z | Checking hickory-resolver v0.24.4 |
| 2464 | 2026-03-12T01:06:49.358Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2465 | 2026-03-12T01:06:49.467Z | Checking radix_trie v0.2.1 |
| 2466 | 2026-03-12T01:06:49.773Z | Compiling ar_archive_writer v0.5.1 |
| 2467 | 2026-03-12T01:06:50.027Z | Checking humantime v2.3.0 |
| 2468 | 2026-03-12T01:06:50.155Z | Checking csv-core v0.1.13 |
| 2469 | 2026-03-12T01:06:50.302Z | Checking base64 v0.21.7 |
| 2470 | 2026-03-12T01:06:50.347Z | Checking qorb v0.4.1 |
| 2471 | 2026-03-12T01:06:50.432Z | Checking csv v1.4.0 |
| 2472 | 2026-03-12T01:06:50.659Z | Compiling stacker v0.1.23 |
| 2473 | 2026-03-12T01:06:50.725Z | Compiling cfg_aliases v0.1.1 |
| 2474 | 2026-03-12T01:06:50.967Z | Checking highway v1.3.0 |
| 2475 | 2026-03-12T01:06:51.024Z | Compiling psm v0.1.30 |
| 2476 | 2026-03-12T01:06:51.125Z | Compiling nix v0.28.0 |
| 2477 | 2026-03-12T01:06:51.311Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2478 | 2026-03-12T01:06:51.647Z | Checking papergrid v0.11.0 |
| 2479 | 2026-03-12T01:06:51.917Z | Compiling tabled_derive v0.7.0 |
| 2480 | 2026-03-12T01:06:51.960Z | Checking home v0.5.12 |
| 2481 | 2026-03-12T01:06:52.189Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2482 | 2026-03-12T01:06:52.192Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2483 | 2026-03-12T01:06:52.567Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2484 | 2026-03-12T01:06:52.727Z | Checking phf_shared v0.12.1 |
| 2485 | 2026-03-12T01:06:52.897Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2486 | 2026-03-12T01:06:52.959Z | Compiling semver v0.1.20 |
| 2487 | 2026-03-12T01:06:53.280Z | Compiling chrono-tz v0.10.4 |
| 2488 | 2026-03-12T01:06:53.330Z | Checking tabled v0.15.0 |
| 2489 | 2026-03-12T01:06:53.373Z | Compiling rustc_version v0.1.7 |
| 2490 | 2026-03-12T01:06:53.414Z | Checking phf v0.12.1 |
| 2491 | 2026-03-12T01:06:53.528Z | Checking recursive v0.1.1 |
| 2492 | 2026-03-12T01:06:53.671Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2493 | 2026-03-12T01:06:53.713Z | Compiling const_format_proc_macros v0.2.34 |
| 2494 | 2026-03-12T01:06:53.716Z | Compiling peg-macros v0.8.5 |
| 2495 | 2026-03-12T01:06:53.869Z | Checking winnow v0.6.26 |
| 2496 | 2026-03-12T01:06:54.892Z | Compiling sqlparser_derive v0.5.0 |
| 2497 | 2026-03-12T01:06:55.016Z | Checking unicode_categories v0.1.1 |
| 2498 | 2026-03-12T01:06:55.264Z | Checking rustyline v14.0.0 |
| 2499 | 2026-03-12T01:06:55.492Z | Checking sqlformat v0.3.5 |
| 2500 | 2026-03-12T01:06:55.653Z | Checking peg v0.8.5 |
| 2501 | 2026-03-12T01:06:55.657Z | Checking const_format v0.2.35 |
| 2502 | 2026-03-12T01:06:55.844Z | Compiling newtype_derive v0.1.6 |
| 2503 | 2026-03-12T01:06:55.958Z | Checking sqlparser v0.61.0 |
| 2504 | 2026-03-12T01:06:56.026Z | Checking progenitor v0.11.2 |
| 2505 | 2026-03-12T01:06:56.122Z | Checking bcs v0.1.6 |
| 2506 | 2026-03-12T01:06:56.232Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2507 | 2026-03-12T01:06:56.275Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2508 | 2026-03-12T01:06:56.409Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2509 | 2026-03-12T01:06:56.463Z | Checking steno v0.4.1 |
| 2510 | 2026-03-12T01:06:56.508Z | Checking utf-8 v0.7.6 |
| 2511 | 2026-03-12T01:06:56.584Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2512 | 2026-03-12T01:06:56.706Z | Checking filetime v0.2.27 |
| 2513 | 2026-03-12T01:06:56.764Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2514 | 2026-03-12T01:06:56.836Z | Checking arc-swap v1.8.2 |
| 2515 | 2026-03-12T01:06:56.908Z | Checking xattr v1.6.1 |
| 2516 | 2026-03-12T01:06:57.102Z | Checking tar v0.4.44 |
| 2517 | 2026-03-12T01:06:57.164Z | Checking slog-scope v4.4.1 |
| 2518 | 2026-03-12T01:06:57.371Z | Compiling progenitor-impl v0.10.0 |
| 2519 | 2026-03-12T01:06:57.639Z | Checking slog-stdlog v4.1.1 |
| 2520 | 2026-03-12T01:06:57.859Z | Checking slog-envlogger v2.2.0 |
| 2521 | 2026-03-12T01:06:57.861Z | Checking tungstenite v0.21.0 |
| 2522 | 2026-03-12T01:06:58.075Z | Checking typeid v1.0.3 |
| 2523 | 2026-03-12T01:06:58.247Z | Checking subprocess v0.2.15 |
| 2524 | 2026-03-12T01:06:58.517Z | Checking tokio-tungstenite v0.21.0 |
| 2525 | 2026-03-12T01:06:58.656Z | Checking headers-core v0.3.0 |
| 2526 | 2026-03-12T01:06:58.826Z | Checking headers v0.4.1 |
| 2527 | 2026-03-12T01:06:58.938Z | Compiling lzma-sys v0.1.20 |
| 2528 | 2026-03-12T01:06:59.077Z | Compiling cargo_toml v0.22.3 |
| 2529 | 2026-03-12T01:06:59.515Z | Checking yasna v0.5.2 |
| 2530 | 2026-03-12T01:06:59.800Z | Checking xz2 v0.1.7 |
| 2531 | 2026-03-12T01:07:00.051Z | Checking ron v0.12.0 |
| 2532 | 2026-03-12T01:07:00.093Z | Checking rcgen v0.12.1 |
| 2533 | 2026-03-12T01:07:00.468Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2534 | 2026-03-12T01:07:00.537Z | Checking base16ct v1.0.0 |
| 2535 | 2026-03-12T01:07:00.737Z | Checking dropshot-api-manager-types v0.6.0 |
| 2536 | 2026-03-12T01:07:00.794Z | Checking tagptr v0.2.0 |
| 2537 | 2026-03-12T01:07:00.992Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2538 | 2026-03-12T01:07:01.032Z | Checking moka v0.12.13 |
| 2539 | 2026-03-12T01:07:01.078Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2540 | 2026-03-12T01:07:01.176Z | Compiling progenitor-macro v0.10.0 |
| 2541 | 2026-03-12T01:07:01.240Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2542 | 2026-03-12T01:07:01.290Z | Compiling radium v0.7.0 |
| 2543 | 2026-03-12T01:07:01.678Z | Compiling libefi-sys v0.1.0 |
| 2544 | 2026-03-12T01:07:01.827Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2545 | 2026-03-12T01:07:01.940Z | Compiling bitfield-struct v0.6.2 |
| 2546 | 2026-03-12T01:07:01.982Z | Checking hickory-resolver v0.25.2 |
| 2547 | 2026-03-12T01:07:02.075Z | Checking tap v1.0.1 |
| 2548 | 2026-03-12T01:07:02.248Z | Compiling maybe-uninit v2.0.0 |
| 2549 | 2026-03-12T01:07:02.380Z | Checking wyz v0.5.1 |
| 2550 | 2026-03-12T01:07:02.820Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-03-12T01:07:02.969Z | Compiling zerocopy-derive v0.6.6 |
| 2552 | 2026-03-12T01:07:03.012Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2553 | 2026-03-12T01:07:03.015Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2554 | 2026-03-12T01:07:03.092Z | Compiling packed_struct v0.10.1 |
| 2555 | 2026-03-12T01:07:03.206Z | Checking funty v2.0.0 |
| 2556 | 2026-03-12T01:07:03.519Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2557 | 2026-03-12T01:07:03.658Z | Checking crc-catalog v2.4.0 |
| 2558 | 2026-03-12T01:07:03.717Z | Checking bitvec v1.0.1 |
| 2559 | 2026-03-12T01:07:03.761Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2560 | 2026-03-12T01:07:03.824Z | Checking crc v3.4.0 |
| 2561 | 2026-03-12T01:07:04.107Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2562 | 2026-03-12T01:07:04.253Z | Checking zerocopy v0.6.6 |
| 2563 | 2026-03-12T01:07:04.328Z | Compiling packed_struct_codegen v0.10.1 |
| 2564 | 2026-03-12T01:07:04.370Z | Compiling bitfield-macros v0.19.4 |
| 2565 | 2026-03-12T01:07:04.464Z | Compiling indexmap v1.9.3 |
| 2566 | 2026-03-12T01:07:04.704Z | Checking nodrop v0.1.14 |
| 2567 | 2026-03-12T01:07:04.831Z | Checking smallvec v0.6.14 |
| 2568 | 2026-03-12T01:07:04.872Z | Checking array-init v0.0.4 |
| 2569 | 2026-03-12T01:07:05.120Z | Checking hashbrown v0.12.3 |
| 2570 | 2026-03-12T01:07:05.399Z | Checking serde-hex v0.1.0 |
| 2571 | 2026-03-12T01:07:05.402Z | Checking bitfield v0.19.4 |
| 2572 | 2026-03-12T01:07:05.606Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2573 | 2026-03-12T01:07:05.843Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2574 | 2026-03-12T01:07:05.924Z | Checking ron v0.8.1 |
| 2575 | 2026-03-12T01:07:06.188Z | Checking hashbrown v0.13.2 |
| 2576 | 2026-03-12T01:07:06.670Z | Checking crc-any v2.5.0 |
| 2577 | 2026-03-12T01:07:06.807Z | Checking object v0.30.4 |
| 2578 | 2026-03-12T01:07:06.950Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2579 | 2026-03-12T01:07:07.091Z | Checking path-slash v0.1.5 |
| 2580 | 2026-03-12T01:07:07.191Z | Compiling xshell-macros v0.2.7 |
| 2581 | 2026-03-12T01:07:07.256Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2582 | 2026-03-12T01:07:07.455Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2583 | 2026-03-12T01:07:07.513Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2584 | 2026-03-12T01:07:07.741Z | Checking xshell v0.2.7 |
| 2585 | 2026-03-12T01:07:07.782Z | Checking half v1.8.3 |
| 2586 | 2026-03-12T01:07:08.030Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2587 | 2026-03-12T01:07:08.096Z | Checking serde_cbor v0.11.2 |
| 2588 | 2026-03-12T01:07:08.355Z | Checking progenitor v0.10.0 |
| 2589 | 2026-03-12T01:07:08.441Z | Compiling num-derive v0.3.3 |
| 2590 | 2026-03-12T01:07:08.562Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2591 | 2026-03-12T01:07:08.711Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-03-12T01:07:09.072Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2593 | 2026-03-12T01:07:09.298Z | Compiling proc-macro-error2 v2.0.1 |
| 2594 | 2026-03-12T01:07:09.387Z | Compiling nix v0.31.1 |
| 2595 | 2026-03-12T01:07:09.687Z | Checking libscf-sys v1.1.0 |
| 2596 | 2026-03-12T01:07:09.734Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2597 | 2026-03-12T01:07:09.903Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2598 | 2026-03-12T01:07:09.992Z | Compiling tabled_derive v0.11.0 |
| 2599 | 2026-03-12T01:07:10.090Z | Checking papergrid v0.17.0 |
| 2600 | 2026-03-12T01:07:10.196Z | Checking testing_table v0.3.0 |
| 2601 | 2026-03-12T01:07:10.351Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2602 | 2026-03-12T01:07:11.076Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2603 | 2026-03-12T01:07:11.198Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2604 | 2026-03-12T01:07:11.440Z | Checking maplit v1.0.2 |
| 2605 | 2026-03-12T01:07:11.579Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2606 | 2026-03-12T01:07:11.619Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2607 | 2026-03-12T01:07:11.660Z | Checking tabled v0.20.0 |
| 2608 | 2026-03-12T01:07:11.752Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2609 | 2026-03-12T01:07:12.285Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2610 | 2026-03-12T01:07:12.348Z | Checking crc8 v0.1.1 |
| 2611 | 2026-03-12T01:07:12.504Z | Checking fxhash v0.2.1 |
| 2612 | 2026-03-12T01:07:12.690Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2613 | 2026-03-12T01:07:12.782Z | Checking unicase v2.9.0 |
| 2614 | 2026-03-12T01:07:12.822Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2615 | 2026-03-12T01:07:13.023Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2616 | 2026-03-12T01:07:13.134Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2617 | 2026-03-12T01:07:13.590Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2618 | 2026-03-12T01:07:13.635Z | Checking kstat-rs v0.2.4 |
| 2619 | 2026-03-12T01:07:13.719Z | Compiling parking_lot_core v0.8.6 |
| 2620 | 2026-03-12T01:07:13.920Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2621 | 2026-03-12T01:07:14.237Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2622 | 2026-03-12T01:07:14.277Z | Compiling git-stub v1.0.0 |
| 2623 | 2026-03-12T01:07:14.436Z | Compiling dsl_auto_type v0.1.3 |
| 2624 | 2026-03-12T01:07:14.527Z | Checking scheduled-thread-pool v0.2.7 |
| 2625 | 2026-03-12T01:07:14.637Z | Compiling vergen-gitcl v1.0.8 |
| 2626 | 2026-03-12T01:07:14.743Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2627 | 2026-03-12T01:07:14.990Z | Checking r2d2 v0.8.10 |
| 2628 | 2026-03-12T01:07:15.047Z | Compiling git-stub-vcs v0.1.0 |
| 2629 | 2026-03-12T01:07:15.131Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2630 | 2026-03-12T01:07:15.230Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2631 | 2026-03-12T01:07:15.271Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2632 | 2026-03-12T01:07:15.313Z | Compiling diesel_derives v2.2.7 |
| 2633 | 2026-03-12T01:07:15.369Z | Checking parking_lot v0.11.2 |
| 2634 | 2026-03-12T01:07:15.571Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2635 | 2026-03-12T01:07:15.648Z | Checking prefix-trie v0.7.0 |
| 2636 | 2026-03-12T01:07:15.702Z | Checking nanorand v0.7.0 |
| 2637 | 2026-03-12T01:07:15.847Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2638 | 2026-03-12T01:07:15.993Z | Compiling dirs-sys-next v0.1.2 |
| 2639 | 2026-03-12T01:07:16.126Z | Compiling crunchy v0.2.4 |
| 2640 | 2026-03-12T01:07:16.222Z | Compiling dirs-next v2.0.0 |
| 2641 | 2026-03-12T01:07:16.278Z | Checking hickory-server v0.25.2 |
| 2642 | 2026-03-12T01:07:16.351Z | Checking flume v0.11.1 |
| 2643 | 2026-03-12T01:07:16.391Z | Checking sled v0.34.7 |
| 2644 | 2026-03-12T01:07:16.433Z | Compiling clang-sys v1.8.1 |
| 2645 | 2026-03-12T01:07:16.571Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2646 | 2026-03-12T01:07:16.705Z | Checking hickory-client v0.25.2 |
| 2647 | 2026-03-12T01:07:16.864Z | Compiling tiny-keccak v2.0.2 |
| 2648 | 2026-03-12T01:07:17.092Z | Compiling term v0.7.0 |
| 2649 | 2026-03-12T01:07:17.202Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-03-12T01:07:17.257Z | Compiling salty v0.3.0 |
| 2651 | 2026-03-12T01:07:17.435Z | Compiling bit-vec v0.6.3 |
| 2652 | 2026-03-12T01:07:17.694Z | Compiling bit-set v0.5.3 |
| 2653 | 2026-03-12T01:07:17.761Z | Compiling ascii-canvas v3.0.0 |
| 2654 | 2026-03-12T01:07:17.928Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2655 | 2026-03-12T01:07:17.968Z | Checking primeorder v0.13.6 |
| 2656 | 2026-03-12T01:07:18.179Z | Compiling itertools v0.10.5 |
| 2657 | 2026-03-12T01:07:18.360Z | Compiling ena v0.14.4 |
| 2658 | 2026-03-12T01:07:18.457Z | Compiling libloading v0.8.9 |
| 2659 | 2026-03-12T01:07:18.675Z | Compiling regex-syntax v0.6.29 |
| 2660 | 2026-03-12T01:07:18.714Z | Compiling bindgen v0.71.1 |
| 2661 | 2026-03-12T01:07:18.778Z | Compiling diff v0.1.13 |
| 2662 | 2026-03-12T01:07:19.486Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2663 | 2026-03-12T01:07:19.711Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2664 | 2026-03-12T01:07:19.835Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2665 | 2026-03-12T01:07:19.974Z | Compiling cexpr v0.6.0 |
| 2666 | 2026-03-12T01:07:20.286Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2667 | 2026-03-12T01:07:20.571Z | Compiling lalrpop v0.19.12 |
| 2668 | 2026-03-12T01:07:20.658Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2669 | 2026-03-12T01:07:20.934Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2670 | 2026-03-12T01:07:21.234Z | Compiling libxml v0.3.3 |
| 2671 | 2026-03-12T01:07:21.504Z | Checking diesel v2.2.12 |
| 2672 | 2026-03-12T01:07:21.561Z | Compiling fs-err v2.11.0 |
| 2673 | 2026-03-12T01:07:21.704Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2674 | 2026-03-12T01:07:21.758Z | Checking p384 v0.13.1 |
| 2675 | 2026-03-12T01:07:22.021Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2676 | 2026-03-12T01:07:22.278Z | Compiling strum_macros v0.24.3 |
| 2677 | 2026-03-12T01:07:22.354Z | Compiling indoc v1.0.9 |
| 2678 | 2026-03-12T01:07:24.229Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2679 | 2026-03-12T01:07:24.269Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2680 | 2026-03-12T01:07:24.722Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-03-12T01:07:24.762Z | Checking quick-xml v0.37.5 |
| 2682 | 2026-03-12T01:07:25.022Z | Checking derive_builder v0.20.2 |
| 2683 | 2026-03-12T01:07:25.194Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-03-12T01:07:25.277Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-03-12T01:07:25.554Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-03-12T01:07:25.888Z | Checking openssl-probe v0.1.6 |
| 2687 | 2026-03-12T01:07:26.014Z | Checking parse-size v1.1.0 |
| 2688 | 2026-03-12T01:07:26.053Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2689 | 2026-03-12T01:07:26.092Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2690 | 2026-03-12T01:07:26.201Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2691 | 2026-03-12T01:07:27.104Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2692 | 2026-03-12T01:07:27.257Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2693 | 2026-03-12T01:07:27.341Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2694 | 2026-03-12T01:07:27.780Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2695 | 2026-03-12T01:07:27.921Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2696 | 2026-03-12T01:07:29.028Z | Checking assert_matches v1.5.0 |
| 2697 | 2026-03-12T01:07:29.473Z | Compiling mime_guess v2.0.5 |
| 2698 | 2026-03-12T01:07:29.784Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2699 | 2026-03-12T01:07:29.842Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2700 | 2026-03-12T01:07:30.206Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2701 | 2026-03-12T01:07:30.260Z | Checking predicates-tree v1.0.13 |
| 2702 | 2026-03-12T01:07:30.446Z | Checking http-range v0.1.5 |
| 2703 | 2026-03-12T01:07:30.487Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2704 | 2026-03-12T01:07:30.646Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2705 | 2026-03-12T01:07:30.990Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-03-12T01:07:31.123Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2707 | 2026-03-12T01:07:31.529Z | Checking atty v0.2.14 |
| 2708 | 2026-03-12T01:07:31.687Z | Compiling diesel-dtrace v0.4.2 |
| 2709 | 2026-03-12T01:07:32.321Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2710 | 2026-03-12T01:07:32.523Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2711 | 2026-03-12T01:07:32.847Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2712 | 2026-03-12T01:07:33.159Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2713 | 2026-03-12T01:07:33.240Z | Checking bb8 v0.8.6 |
| 2714 | 2026-03-12T01:07:33.638Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2715 | 2026-03-12T01:07:33.896Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2716 | 2026-03-12T01:07:33.936Z | Checking corncobs v0.1.4 |
| 2717 | 2026-03-12T01:07:34.139Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2718 | 2026-03-12T01:07:34.578Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-12T01:07:34.629Z | Checking hyper-staticfile v0.10.1 |
| 2720 | 2026-03-12T01:07:34.797Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2721 | 2026-03-12T01:07:34.989Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2722 | 2026-03-12T01:07:35.036Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2723 | 2026-03-12T01:07:35.076Z | Checking ignore v0.4.25 |
| 2724 | 2026-03-12T01:07:35.193Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2725 | 2026-03-12T01:07:35.234Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2726 | 2026-03-12T01:07:35.328Z | Checking signal-hook-tokio v0.3.1 |
| 2727 | 2026-03-12T01:07:35.517Z | Checking secrecy v0.8.0 |
| 2728 | 2026-03-12T01:07:35.646Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2729 | 2026-03-12T01:07:35.938Z | Checking globwalk v0.9.1 |
| 2730 | 2026-03-12T01:07:36.094Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2731 | 2026-03-12T01:07:36.209Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2732 | 2026-03-12T01:07:36.497Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2733 | 2026-03-12T01:07:36.752Z | Checking nonempty v0.12.0 |
| 2734 | 2026-03-12T01:07:36.823Z | Checking camino-tempfile-ext v0.3.3 |
| 2735 | 2026-03-12T01:07:36.999Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2736 | 2026-03-12T01:07:37.108Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2737 | 2026-03-12T01:07:37.149Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2738 | 2026-03-12T01:07:37.556Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-03-12T01:07:38.045Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2740 | 2026-03-12T01:07:38.570Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2741 | 2026-03-12T01:07:38.783Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2742 | 2026-03-12T01:07:39.028Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2743 | 2026-03-12T01:07:39.315Z | Checking async-bb8-diesel v0.2.1 |
| 2744 | 2026-03-12T01:07:39.565Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2745 | 2026-03-12T01:07:39.702Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2746 | 2026-03-12T01:07:39.800Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2747 | 2026-03-12T01:07:40.052Z | Checking tungstenite v0.23.0 |
| 2748 | 2026-03-12T01:07:40.408Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2749 | 2026-03-12T01:07:40.526Z | Checking void v1.0.2 |
| 2750 | 2026-03-12T01:07:40.675Z | Checking tokio-tungstenite v0.23.1 |
| 2751 | 2026-03-12T01:07:40.715Z | Checking lzss v0.8.2 |
| 2752 | 2026-03-12T01:07:40.807Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2753 | 2026-03-12T01:07:40.877Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2754 | 2026-03-12T01:07:40.991Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2755 | 2026-03-12T01:07:41.049Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2756 | 2026-03-12T01:07:41.241Z | Checking nix v0.27.1 |
| 2757 | 2026-03-12T01:07:41.796Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-03-12T01:07:42.010Z | Checking rand_seeder v0.4.0 |
| 2759 | 2026-03-12T01:07:42.073Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2760 | 2026-03-12T01:07:42.244Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2761 | 2026-03-12T01:07:42.612Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2762 | 2026-03-12T01:07:42.766Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2763 | 2026-03-12T01:07:42.899Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2764 | 2026-03-12T01:07:43.769Z | Checking is_ci v1.2.0 |
| 2765 | 2026-03-12T01:07:43.934Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2766 | 2026-03-12T01:07:43.975Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2767 | 2026-03-12T01:07:44.171Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2768 | 2026-03-12T01:07:44.319Z | Checking yansi v1.0.1 |
| 2769 | 2026-03-12T01:07:44.635Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2770 | 2026-03-12T01:07:44.708Z | Checking pretty_assertions v1.4.1 |
| 2771 | 2026-03-12T01:07:44.918Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2772 | 2026-03-12T01:07:44.962Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2773 | 2026-03-12T01:07:45.274Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2774 | 2026-03-12T01:07:45.606Z | Compiling darling_core v0.23.0 |
| 2775 | 2026-03-12T01:07:46.747Z | Compiling indoc v2.0.7 |
| 2776 | 2026-03-12T01:07:46.962Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2777 | 2026-03-12T01:07:47.005Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2778 | 2026-03-12T01:07:47.306Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2779 | 2026-03-12T01:07:47.393Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-03-12T01:07:47.706Z | Compiling instability v0.3.11 |
| 2781 | 2026-03-12T01:07:47.967Z | Compiling libz-sys v1.1.24 |
| 2782 | 2026-03-12T01:07:48.063Z | Checking castaway v0.2.4 |
| 2783 | 2026-03-12T01:07:48.248Z | Checking compact_str v0.8.1 |
| 2784 | 2026-03-12T01:07:48.439Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2785 | 2026-03-12T01:07:48.808Z | Checking supports-color v3.0.2 |
| 2786 | 2026-03-12T01:07:48.925Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2787 | 2026-03-12T01:07:49.022Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2788 | 2026-03-12T01:07:49.317Z | Checking unicode-truncate v1.1.0 |
| 2789 | 2026-03-12T01:07:49.372Z | Compiling darling_macro v0.23.0 |
| 2790 | 2026-03-12T01:07:49.535Z | Checking lru v0.12.5 |
| 2791 | 2026-03-12T01:07:49.575Z | Checking cassowary v0.3.0 |
| 2792 | 2026-03-12T01:07:49.849Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2793 | 2026-03-12T01:07:50.068Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2794 | 2026-03-12T01:07:50.071Z | Compiling darling v0.23.0 |
| 2795 | 2026-03-12T01:07:50.852Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2796 | 2026-03-12T01:07:51.245Z | Checking ratatui v0.29.0 |
| 2797 | 2026-03-12T01:07:51.672Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2798 | 2026-03-12T01:07:51.972Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2799 | 2026-03-12T01:07:52.388Z | Compiling vergen-git2 v1.0.7 |
| 2800 | 2026-03-12T01:07:52.780Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2801 | 2026-03-12T01:07:52.863Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2802 | 2026-03-12T01:07:53.085Z | Checking colored v2.2.0 |
| 2803 | 2026-03-12T01:07:53.128Z | Compiling rustls v0.21.12 |
| 2804 | 2026-03-12T01:07:53.178Z | Checking plotters-backend v0.3.7 |
| 2805 | 2026-03-12T01:07:53.417Z | Checking shell-words v1.1.1 |
| 2806 | 2026-03-12T01:07:53.497Z | Checking plotters-svg v0.3.7 |
| 2807 | 2026-03-12T01:07:53.610Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-03-12T01:07:53.703Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2809 | 2026-03-12T01:07:53.742Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2810 | 2026-03-12T01:07:54.013Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2811 | 2026-03-12T01:07:54.077Z | Compiling nix v0.29.0 |
| 2812 | 2026-03-12T01:07:54.599Z | Checking sct v0.7.1 |
| 2813 | 2026-03-12T01:07:54.668Z | Checking rustls-webpki v0.101.7 |
| 2814 | 2026-03-12T01:07:54.809Z | Checking hex-literal v0.4.1 |
| 2815 | 2026-03-12T01:07:54.916Z | Checking cast v0.3.0 |
| 2816 | 2026-03-12T01:07:54.974Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-03-12T01:07:55.162Z | Checking criterion-plot v0.6.0 |
| 2818 | 2026-03-12T01:07:55.689Z | Checking plotters v0.3.7 |
| 2819 | 2026-03-12T01:07:56.741Z | Checking erased-serde v0.4.9 |
| 2820 | 2026-03-12T01:07:56.996Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2821 | 2026-03-12T01:07:57.300Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2822 | 2026-03-12T01:07:58.056Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2823 | 2026-03-12T01:07:58.323Z | Checking tinytemplate v1.2.1 |
| 2824 | 2026-03-12T01:07:58.640Z | Checking ordered-float v2.10.1 |
| 2825 | 2026-03-12T01:07:59.011Z | Checking oorandom v11.1.5 |
| 2826 | 2026-03-12T01:07:59.193Z | Checking anes v0.1.6 |
| 2827 | 2026-03-12T01:07:59.476Z | Checking criterion v0.7.0 |
| 2828 | 2026-03-12T01:08:01.232Z | Checking serde-value v0.7.0 |
| 2829 | 2026-03-12T01:08:01.545Z | Checking serde-untagged v0.1.9 |
| 2830 | 2026-03-12T01:08:01.587Z | Checking tokio-rustls v0.24.1 |
| 2831 | 2026-03-12T01:08:01.880Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2832 | 2026-03-12T01:08:02.183Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-03-12T01:08:02.480Z | Checking rustls-pemfile v1.0.4 |
| 2834 | 2026-03-12T01:08:02.692Z | Checking twox-hash v2.1.2 |
| 2835 | 2026-03-12T01:08:02.932Z | Checking unicode-xid v0.2.6 |
| 2836 | 2026-03-12T01:08:03.108Z | Checking cargo-util-schemas v0.8.2 |
| 2837 | 2026-03-12T01:08:03.210Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2838 | 2026-03-12T01:08:03.485Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2839 | 2026-03-12T01:08:03.702Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-03-12T01:08:04.362Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2841 | 2026-03-12T01:08:04.595Z | Checking fatfs v0.3.6 |
| 2842 | 2026-03-12T01:08:05.260Z | Checking cargo-platform v0.2.0 |
| 2843 | 2026-03-12T01:08:05.500Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2844 | 2026-03-12T01:08:05.542Z | Compiling petname v2.0.2 |
| 2845 | 2026-03-12T01:08:06.252Z | Compiling seq-macro v0.3.6 |
| 2846 | 2026-03-12T01:08:07.189Z | Checking cargo_metadata v0.21.0 |
| 2847 | 2026-03-12T01:08:07.449Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2848 | 2026-03-12T01:08:08.268Z | Checking concurrent-queue v2.5.0 |
| 2849 | 2026-03-12T01:08:08.553Z | Checking rtoolbox v0.0.3 |
| 2850 | 2026-03-12T01:08:08.761Z | Checking futures-timer v3.0.3 |
| 2851 | 2026-03-12T01:08:08.974Z | Checking parking v2.2.1 |
| 2852 | 2026-03-12T01:08:09.058Z | Checking rpassword v7.4.0 |
| 2853 | 2026-03-12T01:08:09.164Z | Checking event-listener v5.4.1 |
| 2854 | 2026-03-12T01:08:09.489Z | Checking tui-tree-widget v0.23.1 |
| 2855 | 2026-03-12T01:08:09.771Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2856 | 2026-03-12T01:08:09.810Z | Checking polyval v0.6.2 |
| 2857 | 2026-03-12T01:08:10.011Z | Checking sapling-renderdag v0.1.0 |
| 2858 | 2026-03-12T01:08:10.058Z | Checking sync-ptr v0.1.4 |
| 2859 | 2026-03-12T01:08:10.247Z | Checking ghash v0.5.1 |
| 2860 | 2026-03-12T01:08:10.372Z | Checking event-listener-strategy v0.5.4 |
| 2861 | 2026-03-12T01:08:10.434Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2862 | 2026-03-12T01:08:10.588Z | Checking ctr v0.9.2 |
| 2863 | 2026-03-12T01:08:10.738Z | Checking constant_time_eq v0.4.2 |
| 2864 | 2026-03-12T01:08:10.848Z | Checking arrayvec v0.7.6 |
| 2865 | 2026-03-12T01:08:10.950Z | Checking arrayref v0.3.9 |
| 2866 | 2026-03-12T01:08:11.082Z | Checking aes-gcm v0.10.3 |
| 2867 | 2026-03-12T01:08:11.190Z | Checking async-lock v3.4.2 |
| 2868 | 2026-03-12T01:08:11.246Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2869 | 2026-03-12T01:08:11.312Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2870 | 2026-03-12T01:08:11.768Z | Checking ssh-encoding v0.2.0 |
| 2871 | 2026-03-12T01:08:12.046Z | Checking blowfish v0.9.1 |
| 2872 | 2026-03-12T01:08:12.275Z | Checking bcrypt-pbkdf v0.10.0 |
| 2873 | 2026-03-12T01:08:12.517Z | Checking ssh-cipher v0.2.0 |
| 2874 | 2026-03-12T01:08:12.556Z | Checking async-object-pool v0.2.0 |
| 2875 | 2026-03-12T01:08:12.726Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2876 | 2026-03-12T01:08:12.767Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2877 | 2026-03-12T01:08:13.198Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2878 | 2026-03-12T01:08:13.625Z | Checking serde_regex v1.1.0 |
| 2879 | 2026-03-12T01:08:13.866Z | Checking password-hash v0.4.2 |
| 2880 | 2026-03-12T01:08:14.104Z | Checking assert-json-diff v2.0.2 |
| 2881 | 2026-03-12T01:08:14.205Z | Checking path-tree v0.8.3 |
| 2882 | 2026-03-12T01:08:14.353Z | Compiling target-lexicon v0.13.3 |
| 2883 | 2026-03-12T01:08:14.490Z | Checking stringmetrics v2.2.2 |
| 2884 | 2026-03-12T01:08:14.715Z | Checking gimli v0.32.3 |
| 2885 | 2026-03-12T01:08:15.074Z | Checking httpmock v0.8.3 |
| 2886 | 2026-03-12T01:08:15.130Z | Checking pbkdf2 v0.11.0 |
| 2887 | 2026-03-12T01:08:15.239Z | Compiling samael v0.0.19 |
| 2888 | 2026-03-12T01:08:15.380Z | Checking ssh-key v0.6.7 |
| 2889 | 2026-03-12T01:08:16.966Z | Checking addr2line v0.25.1 |
| 2890 | 2026-03-12T01:08:17.358Z | Checking p256 v0.13.2 |
| 2891 | 2026-03-12T01:08:17.728Z | Checking p521 v0.13.3 |
| 2892 | 2026-03-12T01:08:18.097Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2893 | 2026-03-12T01:08:18.395Z | Checking russh-cryptovec v0.7.3 |
| 2894 | 2026-03-12T01:08:18.601Z | Checking md5 v0.7.0 |
| 2895 | 2026-03-12T01:08:18.640Z | Checking rustc-demangle v0.1.27 |
| 2896 | 2026-03-12T01:08:18.856Z | Compiling guppy-workspace-hack v0.1.0 |
| 2897 | 2026-03-12T01:08:18.979Z | Checking russh-keys v0.45.0 |
| 2898 | 2026-03-12T01:08:19.018Z | Checking backtrace v0.3.76 |
| 2899 | 2026-03-12T01:08:19.448Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2900 | 2026-03-12T01:08:19.528Z | Checking num-bigint v0.4.6 |
| 2901 | 2026-03-12T01:08:19.863Z | Checking des v0.8.1 |
| 2902 | 2026-03-12T01:08:20.304Z | Compiling blake3 v1.8.3 |
| 2903 | 2026-03-12T01:08:20.830Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2904 | 2026-03-12T01:08:20.928Z | Compiling target-spec v3.5.7 |
| 2905 | 2026-03-12T01:08:21.378Z | Checking russh v0.45.0 |
| 2906 | 2026-03-12T01:08:21.419Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2907 | 2026-03-12T01:08:21.657Z | Checking cfg-expr v0.20.6 |
| 2908 | 2026-03-12T01:08:21.988Z | Checking backtrace-ext v0.2.1 |
| 2909 | 2026-03-12T01:08:22.212Z | Checking supports-color v2.1.0 |
| 2910 | 2026-03-12T01:08:22.293Z | Checking textwrap v0.15.2 |
| 2911 | 2026-03-12T01:08:22.296Z | Checking supports-hyperlinks v2.1.0 |
| 2912 | 2026-03-12T01:08:22.410Z | Checking supports-unicode v2.1.0 |
| 2913 | 2026-03-12T01:08:22.512Z | Checking hashbrown v0.14.5 |
| 2914 | 2026-03-12T01:08:22.583Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2915 | 2026-03-12T01:08:22.624Z | Checking cargo-platform v0.3.2 |
| 2916 | 2026-03-12T01:08:22.879Z | Checking terminal_size v0.1.17 |
| 2917 | 2026-03-12T01:08:22.918Z | Checking socket2 v0.5.10 |
| 2918 | 2026-03-12T01:08:23.049Z | Compiling miette-derive v5.10.0 |
| 2919 | 2026-03-12T01:08:23.197Z | Checking owo-colors v3.5.0 |
| 2920 | 2026-03-12T01:08:23.297Z | Checking internet-checksum v0.2.1 |
| 2921 | 2026-03-12T01:08:23.506Z | Checking chumsky v0.9.3 |
| 2922 | 2026-03-12T01:08:23.896Z | Compiling git2 v0.20.4 |
| 2923 | 2026-03-12T01:08:24.009Z | Checking cargo_metadata v0.23.1 |
| 2924 | 2026-03-12T01:08:24.681Z | Checking miette v5.10.0 |
| 2925 | 2026-03-12T01:08:25.034Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2926 | 2026-03-12T01:08:25.074Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2927 | 2026-03-12T01:08:25.169Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2928 | 2026-03-12T01:08:25.369Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2929 | 2026-03-12T01:08:25.595Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2930 | 2026-03-12T01:08:25.708Z | Checking httptest v0.16.4 |
| 2931 | 2026-03-12T01:08:26.127Z | Checking pathdiff v0.2.3 |
| 2932 | 2026-03-12T01:08:26.190Z | Compiling knuffel-derive v3.2.0 |
| 2933 | 2026-03-12T01:08:26.234Z | Checking topological-sort v0.2.2 |
| 2934 | 2026-03-12T01:08:26.313Z | Checking nested v0.1.1 |
| 2935 | 2026-03-12T01:08:26.447Z | Checking omicron-zone-package v0.12.2 |
| 2936 | 2026-03-12T01:08:26.523Z | Checking guppy v0.17.25 |
| 2937 | 2026-03-12T01:08:26.753Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2938 | 2026-03-12T01:08:27.640Z | Checking similar-asserts v1.7.0 |
| 2939 | 2026-03-12T01:08:27.841Z | Compiling rstest_macros v0.25.0 |
| 2940 | 2026-03-12T01:08:27.881Z | Compiling target-triple v1.0.0 |
| 2941 | 2026-03-12T01:08:27.923Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2942 | 2026-03-12T01:08:28.151Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2943 | 2026-03-12T01:08:28.364Z | Checking knuffel v3.2.0 |
| 2944 | 2026-03-12T01:08:28.411Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2945 | 2026-03-12T01:08:28.450Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2946 | 2026-03-12T01:08:28.730Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2947 | 2026-03-12T01:08:28.772Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2948 | 2026-03-12T01:08:29.268Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2949 | 2026-03-12T01:08:29.586Z | Compiling assert_cmd v2.1.2 |
| 2950 | 2026-03-12T01:08:29.825Z | Checking escape8259 v0.5.3 |
| 2951 | 2026-03-12T01:08:29.954Z | Compiling relative-path v1.9.3 |
| 2952 | 2026-03-12T01:08:30.027Z | Checking libtest-mimic v0.8.1 |
| 2953 | 2026-03-12T01:08:30.476Z | Checking toml v1.0.3+spec-1.1.0 |
| 2954 | 2026-03-12T01:08:30.850Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2955 | 2026-03-12T01:08:31.016Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2956 | 2026-03-12T01:08:31.349Z | Checking blake2b_simd v1.0.4 |
| 2957 | 2026-03-12T01:08:31.935Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2958 | 2026-03-12T01:08:31.986Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2959 | 2026-03-12T01:08:32.488Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2960 | 2026-03-12T01:08:32.532Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2961 | 2026-03-12T01:08:32.838Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2962 | 2026-03-12T01:08:33.269Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2963 | 2026-03-12T01:08:33.572Z | Checking fancy-regex v0.14.0 |
| 2964 | 2026-03-12T01:08:33.861Z | Checking serde_tokenstream v0.2.3 |
| 2965 | 2026-03-12T01:08:34.131Z | Checking uzers v0.12.2 |
| 2966 | 2026-03-12T01:08:34.212Z | Checking termcolor v1.4.1 |
| 2967 | 2026-03-12T01:08:34.474Z | Checking constant_time_eq v0.3.1 |
| 2968 | 2026-03-12T01:08:34.560Z | Compiling linkme-impl v0.3.35 |
| 2969 | 2026-03-12T01:08:34.652Z | Checking rust-argon2 v2.1.0 |
| 2970 | 2026-03-12T01:08:35.060Z | Checking trybuild v1.0.116 |
| 2971 | 2026-03-12T01:08:35.117Z | Checking datatest-stable v0.3.3 |
| 2972 | 2026-03-12T01:08:35.910Z | Checking rstest v0.25.0 |
| 2973 | 2026-03-12T01:08:36.046Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2974 | 2026-03-12T01:08:36.139Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2975 | 2026-03-12T01:08:36.516Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2976 | 2026-03-12T01:08:36.615Z | Checking support-bundle-viewer v0.1.2 |
| 2977 | 2026-03-12T01:08:36.969Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2978 | 2026-03-12T01:08:37.281Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2979 | 2026-03-12T01:08:37.443Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2980 | 2026-03-12T01:08:37.589Z | Checking drift v0.1.3 |
| 2981 | 2026-03-12T01:08:37.751Z | Checking rand_distr v0.5.1 |
| 2982 | 2026-03-12T01:08:37.828Z | Compiling polar-core v0.27.3 |
| 2983 | 2026-03-12T01:08:38.075Z | Checking multimap v0.10.1 |
| 2984 | 2026-03-12T01:08:38.345Z | Checking approx v0.5.1 |
| 2985 | 2026-03-12T01:08:38.397Z | Compiling linkme v0.3.35 |
| 2986 | 2026-03-12T01:08:38.574Z | Checking dropshot-api-manager v0.6.0 |
| 2987 | 2026-03-12T01:08:39.915Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2988 | 2026-03-12T01:08:40.312Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2989 | 2026-03-12T01:08:40.397Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2990 | 2026-03-12T01:08:40.400Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2991 | 2026-03-12T01:08:40.479Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2992 | 2026-03-12T01:08:40.783Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2993 | 2026-03-12T01:08:40.825Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2994 | 2026-03-12T01:08:40.895Z | Checking partial-io v0.5.4 |
| 2995 | 2026-03-12T01:08:41.102Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2996 | 2026-03-12T01:08:41.212Z | Checking cargo_toml v0.21.0 |
| 2997 | 2026-03-12T01:08:41.252Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2998 | 2026-03-12T01:08:41.380Z | Checking termios v0.3.3 |
| 2999 | 2026-03-12T01:08:41.456Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3000 | 2026-03-12T01:08:42.044Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3001 | 2026-03-12T01:08:42.420Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3002 | 2026-03-12T01:08:43.573Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3003 | 2026-03-12T01:08:45.144Z | Checking oso v0.27.3 |
| 3004 | 2026-03-12T01:08:46.082Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3005 | 2026-03-12T01:08:49.793Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3006 | 2026-03-12T01:08:52.484Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3007 | 2026-03-12T01:08:55.379Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3008 | 2026-03-12T01:09:00.874Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3009 | 2026-03-12T01:09:05.370Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3010 | 2026-03-12T01:09:13.358Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3011 | 2026-03-12T01:09:14.755Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3012 | 2026-03-12T01:09:17.003Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3013 | 2026-03-12T01:09:28.002Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3014 | 2026-03-12T01:11:15.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 26s |
| 3015 | 2026-03-12T01:11:15.877Z | |
| 3016 | 2026-03-12T01:11:15.877Z | real 5:31.395321395 |
| 3017 | 2026-03-12T01:11:15.880Z | user 28:18.816002307 |
| 3018 | 2026-03-12T01:11:15.880Z | sys 5:53.306519777 |
| 3019 | 2026-03-12T01:11:15.880Z | trap 0.734833464 |
| 3020 | 2026-03-12T01:11:15.880Z | tflt 0.512423158 |
| 3021 | 2026-03-12T01:11:15.880Z | dflt 0.165904617 |
| 3022 | 2026-03-12T01:11:15.880Z | kflt 0.005193325 |
| 3023 | 2026-03-12T01:11:15.880Z | lock 1:06:41.566023490 |
| 3024 | 2026-03-12T01:11:15.880Z | slp 1:30:57.823008590 |
| 3025 | 2026-03-12T01:11:15.880Z | lat 2:19.617160110 |
| 3026 | 2026-03-12T01:11:15.880Z | stop 13:01.964663502 |
| 3027 | 2026-03-12T01:11:15.880Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3028 | 2026-03-12T01:11:15.880Z | + ptime -m cargo doc --workspace --no-deps |
| 3029 | 2026-03-12T01:11:17.119Z | warning: output filename collision. |
| 3030 | 2026-03-12T01:11:17.119Z | 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)`. |
| 3031 | 2026-03-12T01:11:17.119Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3032 | 2026-03-12T01:11:17.119Z | The targets should have unique names. |
| 3033 | 2026-03-12T01:11:17.119Z | This is a known bug where multiple crates with the same name use |
| 3034 | 2026-03-12T01:11:17.119Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3035 | 2026-03-12T01:11:18.303Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3036 | 2026-03-12T01:11:18.514Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3037 | 2026-03-12T01:11:18.543Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3038 | 2026-03-12T01:11:18.601Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3039 | 2026-03-12T01:11:18.635Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3040 | 2026-03-12T01:11:18.668Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3041 | 2026-03-12T01:11:18.671Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3042 | 2026-03-12T01:11:18.862Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3043 | 2026-03-12T01:11:18.895Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3044 | 2026-03-12T01:11:18.923Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3045 | 2026-03-12T01:11:18.977Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3046 | 2026-03-12T01:11:19.051Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3047 | 2026-03-12T01:11:19.203Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3048 | 2026-03-12T01:11:19.229Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3049 | 2026-03-12T01:11:19.272Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3050 | 2026-03-12T01:11:19.384Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3051 | 2026-03-12T01:11:19.462Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3052 | 2026-03-12T01:11:19.492Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3053 | 2026-03-12T01:11:19.873Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3054 | 2026-03-12T01:11:20.160Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3055 | 2026-03-12T01:11:20.216Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3056 | 2026-03-12T01:11:20.387Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3057 | 2026-03-12T01:11:20.414Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3058 | 2026-03-12T01:11:20.466Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3059 | 2026-03-12T01:11:20.497Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3060 | 2026-03-12T01:11:20.716Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3061 | 2026-03-12T01:11:20.740Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3062 | 2026-03-12T01:11:20.979Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3063 | 2026-03-12T01:11:21.076Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3064 | 2026-03-12T01:11:21.182Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3065 | 2026-03-12T01:11:21.357Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3066 | 2026-03-12T01:11:21.532Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3067 | 2026-03-12T01:11:21.592Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3068 | 2026-03-12T01:11:21.622Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3069 | 2026-03-12T01:11:21.840Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3070 | 2026-03-12T01:11:21.920Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3071 | 2026-03-12T01:11:21.952Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3072 | 2026-03-12T01:11:22.255Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3073 | 2026-03-12T01:11:22.335Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3074 | 2026-03-12T01:11:22.676Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3075 | 2026-03-12T01:11:22.752Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3076 | 2026-03-12T01:11:22.851Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3077 | 2026-03-12T01:11:23.018Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3078 | 2026-03-12T01:11:23.063Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3079 | 2026-03-12T01:11:23.089Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-03-12T01:11:23.117Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-03-12T01:11:23.332Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3082 | 2026-03-12T01:11:23.407Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3083 | 2026-03-12T01:11:23.432Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3084 | 2026-03-12T01:11:23.456Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3085 | 2026-03-12T01:11:23.598Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3086 | 2026-03-12T01:11:23.783Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3087 | 2026-03-12T01:11:23.808Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3088 | 2026-03-12T01:11:23.833Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3089 | 2026-03-12T01:11:23.906Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3090 | 2026-03-12T01:11:24.113Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3091 | 2026-03-12T01:11:24.138Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3092 | 2026-03-12T01:11:24.161Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3093 | 2026-03-12T01:11:24.352Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3094 | 2026-03-12T01:11:24.477Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3095 | 2026-03-12T01:11:24.504Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3096 | 2026-03-12T01:11:24.529Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3097 | 2026-03-12T01:11:24.747Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3098 | 2026-03-12T01:11:24.783Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3099 | 2026-03-12T01:11:24.950Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3100 | 2026-03-12T01:11:24.979Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3101 | 2026-03-12T01:11:25.058Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3102 | 2026-03-12T01:11:25.121Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3103 | 2026-03-12T01:11:25.201Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3104 | 2026-03-12T01:11:25.850Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3105 | 2026-03-12T01:11:25.933Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3106 | 2026-03-12T01:11:26.183Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3107 | 2026-03-12T01:11:26.408Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3108 | 2026-03-12T01:11:26.930Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3109 | 2026-03-12T01:11:27.455Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3110 | 2026-03-12T01:11:27.520Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3111 | 2026-03-12T01:11:27.749Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3112 | 2026-03-12T01:11:28.107Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3113 | 2026-03-12T01:11:28.136Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3114 | 2026-03-12T01:11:28.225Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3115 | 2026-03-12T01:11:28.341Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3116 | 2026-03-12T01:11:28.548Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3117 | 2026-03-12T01:11:28.579Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3118 | 2026-03-12T01:11:28.732Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3119 | 2026-03-12T01:11:29.055Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3120 | 2026-03-12T01:11:29.449Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3121 | 2026-03-12T01:11:29.486Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3122 | 2026-03-12T01:11:29.583Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3123 | 2026-03-12T01:11:29.853Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3124 | 2026-03-12T01:11:30.167Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3125 | 2026-03-12T01:11:30.574Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3126 | 2026-03-12T01:11:30.828Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3127 | 2026-03-12T01:11:30.856Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3128 | 2026-03-12T01:11:30.892Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3129 | 2026-03-12T01:11:31.247Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3130 | 2026-03-12T01:11:31.488Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3131 | 2026-03-12T01:11:32.084Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3132 | 2026-03-12T01:11:32.129Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3133 | 2026-03-12T01:11:32.272Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3134 | 2026-03-12T01:11:32.996Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3135 | 2026-03-12T01:11:34.164Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3136 | 2026-03-12T01:11:34.508Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3137 | 2026-03-12T01:11:34.719Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3138 | 2026-03-12T01:11:34.827Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3139 | 2026-03-12T01:11:35.041Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3140 | 2026-03-12T01:11:35.265Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3141 | 2026-03-12T01:11:35.300Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3142 | 2026-03-12T01:11:35.582Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3143 | 2026-03-12T01:11:35.627Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3144 | 2026-03-12T01:11:35.654Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3145 | 2026-03-12T01:11:36.031Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3146 | 2026-03-12T01:11:36.059Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3147 | 2026-03-12T01:11:36.111Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3148 | 2026-03-12T01:11:36.307Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3149 | 2026-03-12T01:11:36.700Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3150 | 2026-03-12T01:11:36.725Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3151 | 2026-03-12T01:11:38.368Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3152 | 2026-03-12T01:11:38.496Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3153 | 2026-03-12T01:11:38.937Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3154 | 2026-03-12T01:11:39.148Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3155 | 2026-03-12T01:11:39.273Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3156 | 2026-03-12T01:11:39.537Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3157 | 2026-03-12T01:11:39.686Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3158 | 2026-03-12T01:11:40.560Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3159 | 2026-03-12T01:11:40.587Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3160 | 2026-03-12T01:11:40.721Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3161 | 2026-03-12T01:11:41.082Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3162 | 2026-03-12T01:11:41.659Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3163 | 2026-03-12T01:11:41.687Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3164 | 2026-03-12T01:11:41.986Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3165 | 2026-03-12T01:11:42.248Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-03-12T01:11:42.392Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3167 | 2026-03-12T01:11:42.433Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3168 | 2026-03-12T01:11:42.729Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3169 | 2026-03-12T01:11:44.186Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3170 | 2026-03-12T01:11:44.459Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3171 | 2026-03-12T01:11:44.571Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3172 | 2026-03-12T01:11:45.299Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-03-12T01:11:45.505Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3174 | 2026-03-12T01:11:45.899Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-03-12T01:11:47.239Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3176 | 2026-03-12T01:11:47.425Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3177 | 2026-03-12T01:11:48.223Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3178 | 2026-03-12T01:11:48.318Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3179 | 2026-03-12T01:11:48.474Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3180 | 2026-03-12T01:11:49.169Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3181 | 2026-03-12T01:11:52.053Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3182 | 2026-03-12T01:11:52.226Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3183 | 2026-03-12T01:11:52.327Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3184 | 2026-03-12T01:11:52.356Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3185 | 2026-03-12T01:11:52.436Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3186 | 2026-03-12T01:11:53.205Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3187 | 2026-03-12T01:11:53.423Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3188 | 2026-03-12T01:11:54.226Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3189 | 2026-03-12T01:11:57.488Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3190 | 2026-03-12T01:11:57.669Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3191 | 2026-03-12T01:11:59.049Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3192 | 2026-03-12T01:11:59.197Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3193 | 2026-03-12T01:12:00.353Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3194 | 2026-03-12T01:12:00.801Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3195 | 2026-03-12T01:12:01.314Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3196 | 2026-03-12T01:12:02.140Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3197 | 2026-03-12T01:12:02.610Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3198 | 2026-03-12T01:12:02.750Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3199 | 2026-03-12T01:12:04.298Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3200 | 2026-03-12T01:12:04.394Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3201 | 2026-03-12T01:12:04.828Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3202 | 2026-03-12T01:12:04.887Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3203 | 2026-03-12T01:12:05.175Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3204 | 2026-03-12T01:12:05.200Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3205 | 2026-03-12T01:12:05.225Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-03-12T01:12:05.750Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3207 | 2026-03-12T01:12:05.949Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3208 | 2026-03-12T01:12:05.977Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3209 | 2026-03-12T01:12:06.177Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3210 | 2026-03-12T01:12:06.681Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3211 | 2026-03-12T01:12:06.820Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3212 | 2026-03-12T01:12:07.124Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3213 | 2026-03-12T01:12:07.641Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3214 | 2026-03-12T01:12:08.217Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3215 | 2026-03-12T01:12:08.537Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3216 | 2026-03-12T01:12:08.949Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-03-12T01:12:09.178Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3218 | 2026-03-12T01:12:09.866Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3219 | 2026-03-12T01:12:11.510Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3220 | 2026-03-12T01:12:13.028Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3221 | 2026-03-12T01:12:13.210Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3222 | 2026-03-12T01:12:17.269Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3223 | 2026-03-12T01:12:17.817Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3224 | 2026-03-12T01:12:18.480Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3225 | 2026-03-12T01:12:19.023Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3226 | 2026-03-12T01:12:19.869Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3227 | 2026-03-12T01:12:23.450Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3228 | 2026-03-12T01:12:24.794Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3229 | 2026-03-12T01:12:25.292Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3230 | 2026-03-12T01:12:25.770Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3231 | 2026-03-12T01:12:26.645Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3232 | 2026-03-12T01:12:30.894Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3233 | 2026-03-12T01:12:31.236Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3234 | 2026-03-12T01:12:31.964Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3235 | 2026-03-12T01:12:33.017Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3236 | 2026-03-12T01:12:33.275Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3237 | 2026-03-12T01:12:33.350Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3238 | 2026-03-12T01:12:34.428Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3239 | 2026-03-12T01:12:35.332Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3240 | 2026-03-12T01:12:36.409Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3241 | 2026-03-12T01:12:37.184Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3242 | 2026-03-12T01:12:39.963Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3243 | 2026-03-12T01:12:40.603Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3244 | 2026-03-12T01:12:45.282Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3245 | 2026-03-12T01:12:46.259Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3246 | 2026-03-12T01:12:47.534Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3247 | 2026-03-12T01:12:48.288Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3248 | 2026-03-12T01:12:49.211Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3249 | 2026-03-12T01:12:50.135Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3250 | 2026-03-12T01:12:52.960Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3251 | 2026-03-12T01:12:54.323Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3252 | 2026-03-12T01:12:55.701Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3253 | 2026-03-12T01:12:56.347Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3254 | 2026-03-12T01:12:57.447Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3255 | 2026-03-12T01:12:58.748Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3256 | 2026-03-12T01:13:01.147Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3257 | 2026-03-12T01:13:01.281Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3258 | 2026-03-12T01:13:02.501Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3259 | 2026-03-12T01:13:03.915Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3260 | 2026-03-12T01:13:05.195Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3261 | 2026-03-12T01:13:11.354Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3262 | 2026-03-12T01:13:11.524Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3263 | 2026-03-12T01:13:12.605Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3264 | 2026-03-12T01:13:15.162Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3265 | 2026-03-12T01:13:15.990Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3266 | 2026-03-12T01:13:18.113Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3267 | 2026-03-12T01:13:19.702Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3268 | 2026-03-12T01:13:21.520Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3269 | 2026-03-12T01:13:26.167Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3270 | 2026-03-12T01:13:27.181Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3271 | 2026-03-12T01:13:28.132Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3272 | 2026-03-12T01:13:29.118Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3273 | 2026-03-12T01:13:31.126Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3274 | 2026-03-12T01:13:32.951Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3275 | 2026-03-12T01:13:34.882Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3276 | 2026-03-12T01:13:37.236Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3277 | 2026-03-12T01:13:39.149Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3278 | 2026-03-12T01:13:41.050Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3279 | 2026-03-12T01:13:43.437Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3280 | 2026-03-12T01:13:45.035Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3281 | 2026-03-12T01:13:47.007Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3282 | 2026-03-12T01:13:48.992Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3283 | 2026-03-12T01:13:50.904Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3284 | 2026-03-12T01:13:52.489Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3285 | 2026-03-12T01:13:54.786Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3286 | 2026-03-12T01:13:56.417Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3287 | 2026-03-12T01:13:58.837Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3288 | 2026-03-12T01:14:00.433Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3289 | 2026-03-12T01:14:02.567Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3290 | 2026-03-12T01:14:04.538Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3291 | 2026-03-12T01:14:06.690Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3292 | 2026-03-12T01:14:08.692Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3293 | 2026-03-12T01:14:10.792Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3294 | 2026-03-12T01:14:12.945Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3295 | 2026-03-12T01:14:14.932Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3296 | 2026-03-12T01:14:16.927Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3297 | 2026-03-12T01:14:19.019Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3298 | 2026-03-12T01:14:21.105Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3299 | 2026-03-12T01:14:23.239Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3300 | 2026-03-12T01:14:25.385Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3301 | 2026-03-12T01:14:27.253Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3302 | 2026-03-12T01:14:29.353Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3303 | 2026-03-12T01:14:31.487Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3304 | 2026-03-12T01:14:33.583Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3305 | 2026-03-12T01:14:38.081Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3306 | 2026-03-12T01:14:40.245Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3307 | 2026-03-12T01:14:42.476Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3308 | 2026-03-12T01:14:44.697Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3309 | 2026-03-12T01:14:45.947Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3310 | 2026-03-12T01:14:49.063Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3311 | 2026-03-12T01:14:51.232Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3312 | 2026-03-12T01:14:53.705Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3313 | 2026-03-12T01:14:55.832Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3314 | 2026-03-12T01:14:58.043Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3315 | 2026-03-12T01:15:00.186Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3316 | 2026-03-12T01:15:02.563Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3317 | 2026-03-12T01:15:04.663Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3318 | 2026-03-12T01:15:07.379Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3319 | 2026-03-12T01:15:09.803Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3320 | 2026-03-12T01:15:11.636Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3321 | 2026-03-12T01:15:14.003Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3322 | 2026-03-12T01:15:16.117Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3323 | 2026-03-12T01:15:18.316Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3324 | 2026-03-12T01:15:20.663Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3325 | 2026-03-12T01:15:22.933Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3326 | 2026-03-12T01:15:25.194Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3327 | 2026-03-12T01:15:27.413Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3328 | 2026-03-12T01:15:29.800Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3329 | 2026-03-12T01:15:31.949Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3330 | 2026-03-12T01:15:34.351Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3331 | 2026-03-12T01:15:36.636Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3332 | 2026-03-12T01:15:38.810Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3333 | 2026-03-12T01:15:41.460Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3334 | 2026-03-12T01:15:43.771Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3335 | 2026-03-12T01:15:46.136Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3336 | 2026-03-12T01:15:48.442Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3337 | 2026-03-12T01:15:51.500Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3338 | 2026-03-12T01:15:53.586Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3339 | 2026-03-12T01:15:56.102Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3340 | 2026-03-12T01:15:58.485Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3341 | 2026-03-12T01:16:02.665Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3342 | 2026-03-12T01:16:04.483Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3343 | 2026-03-12T01:16:07.120Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3344 | 2026-03-12T01:16:09.840Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3345 | 2026-03-12T01:16:12.641Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3346 | 2026-03-12T01:16:19.903Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3347 | 2026-03-12T01:16:21.071Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3348 | 2026-03-12T01:16:23.219Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3349 | 2026-03-12T01:16:26.623Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3350 | 2026-03-12T01:16:29.859Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3351 | 2026-03-12T01:16:33.140Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3352 | 2026-03-12T01:16:36.419Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3353 | 2026-03-12T01:16:39.752Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3354 | 2026-03-12T01:16:43.204Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3355 | 2026-03-12T01:16:46.484Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3356 | 2026-03-12T01:16:49.731Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3357 | 2026-03-12T01:16:53.195Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3358 | 2026-03-12T01:16:56.534Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3359 | 2026-03-12T01:16:59.753Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3360 | 2026-03-12T01:17:02.998Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3361 | 2026-03-12T01:17:06.648Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3362 | 2026-03-12T01:17:33.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s |
| 3363 | 2026-03-12T01:17:33.536Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3364 | 2026-03-12T01:17:33.634Z | |
| 3365 | 2026-03-12T01:17:33.637Z | real 6:17.778263914 |
| 3366 | 2026-03-12T01:17:33.637Z | user 21:52.591559287 |
| 3367 | 2026-03-12T01:17:33.637Z | sys 3:56.316312108 |
| 3368 | 2026-03-12T01:17:33.637Z | trap 0.427737708 |
| 3369 | 2026-03-12T01:17:33.637Z | tflt 0.059051227 |
| 3370 | 2026-03-12T01:17:33.637Z | dflt 0.080898170 |
| 3371 | 2026-03-12T01:17:33.637Z | kflt 0.000253825 |
| 3372 | 2026-03-12T01:17:33.637Z | lock 5:02:35.112223848 |
| 3373 | 2026-03-12T01:17:33.638Z | slp 2:08:45.050390189 |
| 3374 | 2026-03-12T01:17:33.638Z | lat 42.200927096 |
| 3375 | 2026-03-12T01:17:33.638Z | stop 1:44.331425801 |
| 3376 | 2026-03-12T01:17:33.638Z | process exited: duration 952838 ms, exit code 0 |
| |
| 3377 | 2026-03-12T01:17:33.645Z | found 0 output files |