|
|
|
| 1 | 2026-03-13T18:18:48.826Z | job assigned to worker 01KKM6PBQSZ3H5TSPRGHQ22Q8W [factory aws, i-0a5aa4de4812234d0] (queued for 1 m 10 s) |
| |
| 2 | 2026-03-13T18:18:56.797Z | starting task 0: "setup" |
| 3 | 2026-03-13T18:18:56.803Z | ++ uname -s |
| 4 | 2026-03-13T18:18:56.806Z | + kern=SunOS |
| 5 | 2026-03-13T18:18:56.806Z | + build_user=build |
| 6 | 2026-03-13T18:18:56.806Z | + build_uid=12345 |
| 7 | 2026-03-13T18:18:56.806Z | + work_dir=/work |
| 8 | 2026-03-13T18:18:56.806Z | + input_dir=/input |
| 9 | 2026-03-13T18:18:56.806Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-13T18:18:56.806Z | + case "$kern" in |
| 11 | 2026-03-13T18:18:56.806Z | + groupadd -g 12345 build |
| 12 | 2026-03-13T18:18:56.809Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-13T18:18:58.814Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-13T18:18:58.939Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-13T18:18:58.942Z | + home_fs=zfs |
| 16 | 2026-03-13T18:18:58.942Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-13T18:18:58.942Z | + mkdir -p /home/build |
| 18 | 2026-03-13T18:18:58.945Z | + chown build:build /home/build /work |
| 19 | 2026-03-13T18:19:00.945Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-13T18:19:00.948Z | process exited: duration 4150 ms, exit code 0 |
| |
| 21 | 2026-03-13T18:19:00.954Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-13T18:19:00.959Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-13T18:19:00.959Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-13T18:19:00.959Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-13T18:19:00.959Z | * rust toolchain profile = "default" |
| 26 | 2026-03-13T18:19:00.959Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-13T18:19:00.959Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-13T18:19:00.963Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-13T18:19:00.963Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-13T18:19:01.093Z | info: downloading installer |
| 31 | 2026-03-13T18:19:03.054Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-13T18:19:03.054Z | warn: /opt/ooce/bin |
| 33 | 2026-03-13T18:19:03.054Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-13T18:19:03.054Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-13T18:19:03.054Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-13T18:19:03.054Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-13T18:19:03.054Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-13T18:19:03.054Z | error: cannot install while Rust is installed |
| 39 | 2026-03-13T18:19:03.054Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-13T18:19:03.054Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-13T18:19:03.054Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-13T18:19:03.054Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-13T18:19:03.055Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-13T18:19:03.070Z | info: profile set to default |
| 45 | 2026-03-13T18:19:03.070Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-13T18:19:03.073Z | info: syncing channel updates for 1.91.1-x86_64-unknown-illumos |
| 47 | 2026-03-13T18:19:03.265Z | info: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07) |
| 48 | 2026-03-13T18:19:03.270Z | info: downloading 6 components |
| 49 | 2026-03-13T18:19:20.685Z | info: default toolchain set to 1.91.1-x86_64-unknown-illumos |
| 50 | 2026-03-13T18:19:20.685Z | |
| 51 | 2026-03-13T18:19:20.720Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 52 | 2026-03-13T18:19:20.720Z | |
| 53 | 2026-03-13T18:19:20.723Z | |
| 54 | 2026-03-13T18:19:20.723Z | Rust is installed now. Great! |
| 55 | 2026-03-13T18:19:20.723Z | |
| 56 | 2026-03-13T18:19:20.723Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-13T18:19:20.723Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-13T18:19:20.723Z | |
| 59 | 2026-03-13T18:19:20.723Z | To configure your current shell, you need to source |
| 60 | 2026-03-13T18:19:20.723Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-13T18:19:20.723Z | |
| 62 | 2026-03-13T18:19:20.723Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-13T18:19:20.723Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-13T18:19:20.723Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-13T18:19:20.723Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-13T18:19:20.723Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-13T18:19:20.723Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-13T18:19:20.723Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-13T18:19:20.723Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-13T18:19:20.723Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-13T18:19:20.825Z | + rustup --version |
| 72 | 2026-03-13T18:19:20.835Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-13T18:19:20.838Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-13T18:19:20.862Z | info: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 75 | 2026-03-13T18:19:20.865Z | + cargo --version |
| 76 | 2026-03-13T18:19:20.885Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 77 | 2026-03-13T18:19:20.888Z | + rustc --version |
| 78 | 2026-03-13T18:19:20.912Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 79 | 2026-03-13T18:19:20.916Z | process exited: duration 19958 ms, exit code 0 |
| |
| 80 | 2026-03-13T18:19:20.922Z | starting task 2: "authentication" |
| 81 | 2026-03-13T18:19:20.942Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-13T18:19:20.948Z | starting task 3: "clone repository" |
| 83 | 2026-03-13T18:19:20.952Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-13T18:19:20.955Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-13T18:19:20.986Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-13T18:19:32.204Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-13T18:19:32.204Z | + git fetch origin b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 |
| 88 | 2026-03-13T18:19:32.518Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-13T18:19:32.518Z | * branch b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 -> FETCH_HEAD |
| 90 | 2026-03-13T18:19:32.531Z | + [[ -n bump-console-41d066cc ]] |
| 91 | 2026-03-13T18:19:32.534Z | ++ git branch --show-current |
| 92 | 2026-03-13T18:19:32.534Z | + current=main |
| 93 | 2026-03-13T18:19:32.534Z | + [[ main != bump-console-41d066cc ]] |
| 94 | 2026-03-13T18:19:32.534Z | + git branch -f bump-console-41d066cc b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 |
| 95 | 2026-03-13T18:19:32.538Z | + git checkout -f bump-console-41d066cc |
| 96 | 2026-03-13T18:19:32.690Z | Switched to branch 'bump-console-41d066cc' |
| 97 | 2026-03-13T18:19:32.692Z | + git reset --hard b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 |
| 98 | 2026-03-13T18:19:32.850Z | HEAD is now at b2686d401 Bump web console (fleet access + light mode polish) |
| 99 | 2026-03-13T18:19:32.853Z | process exited: duration 11901 ms, exit code 0 |
| |
| 100 | 2026-03-13T18:19:32.859Z | starting task 4: "build" |
| 101 | 2026-03-13T18:19:32.863Z | + source ./env.sh |
| 102 | 2026-03-13T18:19:32.866Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-13T18:19:32.867Z | ++ set -o xtrace |
| 104 | 2026-03-13T18:19:32.867Z | ++++ dirname ./env.sh |
| 105 | 2026-03-13T18:19:32.870Z | +++ readlink -f . |
| 106 | 2026-03-13T18:19:32.870Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-13T18:19:32.870Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-03-13T18:19:32.870Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-03-13T18:19:32.870Z | ++ 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 |
| 110 | 2026-03-13T18:19:32.871Z | ++ 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 |
| 111 | 2026-03-13T18:19:32.871Z | ++ 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 |
| 112 | 2026-03-13T18:19:32.871Z | ++ 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 |
| 113 | 2026-03-13T18:19:32.871Z | ++ 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 |
| 114 | 2026-03-13T18:19:32.871Z | ++ 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 |
| 115 | 2026-03-13T18:19:32.871Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-13T18:19:32.871Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-13T18:19:32.871Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-13T18:19:32.871Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-13T18:19:32.871Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-13T18:19:32.871Z | + cargo --version |
| 121 | 2026-03-13T18:19:32.881Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 122 | 2026-03-13T18:19:32.884Z | + rustc --version |
| 123 | 2026-03-13T18:19:32.912Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 124 | 2026-03-13T18:19:32.921Z | + banner prerequisites |
| 125 | 2026-03-13T18:19:32.929Z | |
| 126 | 2026-03-13T18:19:32.930Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-13T18:19:32.930Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-13T18:19:32.930Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-13T18:19:32.930Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-13T18:19:32.930Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-13T18:19:32.930Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-13T18:19:32.930Z | |
| 133 | 2026-03-13T18:19:32.930Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-13T18:19:42.806Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-03-13T18:19:52.474Z | Startup: Caching catalogs ... Done |
| 136 | 2026-03-13T18:20:15.073Z | Planning: Solver setup ... Done (20.949s) |
| 137 | 2026-03-13T18:20:15.185Z | Planning: Running solver ... Done (0.153s) |
| 138 | 2026-03-13T18:20:15.362Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-03-13T18:20:15.372Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-03-13T18:20:15.501Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-03-13T18:20:15.548Z | Planning: Package planning ... Done (0.043s) |
| 142 | 2026-03-13T18:20:15.587Z | Planning: Merging actions ... Done (0.039s) |
| 143 | 2026-03-13T18:20:15.819Z | Planning: Checking for conflicting actions ... Done (0.237s) |
| 144 | 2026-03-13T18:20:15.835Z | Planning: Consolidating action changes ... Done (0.010s) |
| 145 | 2026-03-13T18:20:16.687Z | Planning: Evaluating mediators ... Done (0.857s) |
| 146 | 2026-03-13T18:20:16.696Z | Planning: Planning completed in 24.08 seconds |
| 147 | 2026-03-13T18:20:16.709Z | Packages to install: 4 |
| 148 | 2026-03-13T18:20:16.709Z | Mediators to change: 2 |
| 149 | 2026-03-13T18:20:16.713Z | Services to change: 1 |
| 150 | 2026-03-13T18:20:16.713Z | Estimated space available: 155.43 GB |
| 151 | 2026-03-13T18:20:16.713Z | Estimated space to be consumed: 1.83 GB |
| 152 | 2026-03-13T18:20:16.713Z | Create boot environment: No |
| 153 | 2026-03-13T18:20:16.714Z | Create backup boot environment: No |
| 154 | 2026-03-13T18:20:16.714Z | Rebuild boot archive: No |
| 155 | 2026-03-13T18:20:16.714Z | |
| 156 | 2026-03-13T18:20:16.714Z | Changed mediators: |
| 157 | 2026-03-13T18:20:16.714Z | mediator clang: |
| 158 | 2026-03-13T18:20:16.714Z | version: None -> 15 (system default) |
| 159 | 2026-03-13T18:20:16.714Z | |
| 160 | 2026-03-13T18:20:16.714Z | mediator llvm: |
| 161 | 2026-03-13T18:20:16.714Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-03-13T18:20:16.714Z | |
| 163 | 2026-03-13T18:20:16.714Z | Changed packages: |
| 164 | 2026-03-13T18:20:16.714Z | helios-dev |
| 165 | 2026-03-13T18:20:16.714Z | developer/build-essential |
| 166 | 2026-03-13T18:20:16.714Z | None -> 11-2.0 |
| 167 | 2026-03-13T18:20:16.715Z | library/libxmlsec1 |
| 168 | 2026-03-13T18:20:16.715Z | None -> 1.2.35-2.0 |
| 169 | 2026-03-13T18:20:16.715Z | ooce/developer/clang-15 |
| 170 | 2026-03-13T18:20:16.715Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-13T18:20:16.715Z | ooce/developer/llvm-15 |
| 172 | 2026-03-13T18:20:16.715Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-13T18:20:16.715Z | |
| 174 | 2026-03-13T18:20:16.715Z | Services: |
| 175 | 2026-03-13T18:20:16.715Z | restart_fmri: |
| 176 | 2026-03-13T18:20:16.715Z | svc:/system/update-man-index:default |
| 177 | 2026-03-13T18:20:16.757Z | |
| 178 | 2026-03-13T18:20:16.757Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-03-13T18:20:26.582Z | Download: 213/3290 items 1.3/212.6MB 0% complete (1.1M/s) |
| 180 | 2026-03-13T18:20:31.618Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.5M/s) |
| 181 | 2026-03-13T18:20:36.623Z | Download: 2370/3290 items 119.7/212.6MB 56% complete (11.9M/s) |
| 182 | 2026-03-13T18:20:41.030Z | Download: Completed 212.60 MB in 24.25 seconds (8.8M/s) |
| 183 | 2026-03-13T18:20:41.881Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-13T18:20:45.391Z | Actions: Completed 3689 actions in 4.10 seconds. |
| 185 | 2026-03-13T18:20:45.733Z | Done (0.352s) |
| 186 | 2026-03-13T18:20:45.737Z | Done (0.000s) |
| 187 | 2026-03-13T18:20:50.322Z | Done (1.000s) |
| 188 | 2026-03-13T18:20:50.701Z | Done (3.623s) |
| 189 | 2026-03-13T18:20:50.782Z | Done (0.017s) |
| 190 | 2026-03-13T18:20:50.787Z | Done (0.000s) |
| 191 | 2026-03-13T18:20:50.954Z | Done (0.000s) |
| 192 | 2026-03-13T18:20:51.913Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-13T18:20:52.060Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-13T18:20:52.062Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-13T18:20:52.280Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-13T18:20:52.282Z | Planning: Planning completed in 0.37 seconds |
| 197 | 2026-03-13T18:20:52.309Z | Mediators to change: 2 |
| 198 | 2026-03-13T18:20:52.309Z | Create boot environment: No |
| 199 | 2026-03-13T18:20:52.313Z | Create backup boot environment: No |
| 200 | 2026-03-13T18:20:52.389Z | Done |
| 201 | 2026-03-13T18:20:52.389Z | Done |
| 202 | 2026-03-13T18:20:53.120Z | Done |
| 203 | 2026-03-13T18:20:56.432Z | Done |
| 204 | 2026-03-13T18:20:56.504Z | Done |
| 205 | 2026-03-13T18:20:56.507Z | Done |
| 206 | 2026-03-13T18:20:56.704Z | Done |
| 207 | 2026-03-13T18:20:57.200Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-13T18:20:57.204Z | Planning: Merging actions ... Done |
| 209 | 2026-03-13T18:20:57.370Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-13T18:20:57.373Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-13T18:20:57.589Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-13T18:20:57.631Z | Planning: Planning completed in 0.63 seconds |
| 213 | 2026-03-13T18:20:57.662Z | Packages to change: 1 |
| 214 | 2026-03-13T18:20:57.662Z | Mediators to change: 1 |
| 215 | 2026-03-13T18:20:57.665Z | Services to change: 1 |
| 216 | 2026-03-13T18:20:57.665Z | Create boot environment: No |
| 217 | 2026-03-13T18:20:57.665Z | Create backup boot environment: Yes |
| 218 | 2026-03-13T18:21:00.161Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-13T18:21:00.164Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-13T18:21:00.164Z | Done |
| 221 | 2026-03-13T18:21:00.164Z | Done |
| 222 | 2026-03-13T18:21:00.353Z | Done |
| 223 | 2026-03-13T18:21:03.645Z | Done |
| 224 | 2026-03-13T18:21:03.738Z | Done |
| 225 | 2026-03-13T18:21:03.743Z | Done |
| 226 | 2026-03-13T18:21:03.890Z | Done |
| 227 | 2026-03-13T18:21:04.267Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-13T18:21:04.267Z | clang system 15 system |
| 229 | 2026-03-13T18:21:04.267Z | csh system system illumos |
| 230 | 2026-03-13T18:21:04.267Z | ctags system system illumos |
| 231 | 2026-03-13T18:21:04.267Z | file system system illumos |
| 232 | 2026-03-13T18:21:04.267Z | gcc vendor 12 vendor |
| 233 | 2026-03-13T18:21:04.267Z | gcc system 10 system |
| 234 | 2026-03-13T18:21:04.267Z | gcc system 7 system |
| 235 | 2026-03-13T18:21:04.267Z | go system 1.20 system |
| 236 | 2026-03-13T18:21:04.267Z | go system 1.19 system |
| 237 | 2026-03-13T18:21:04.267Z | llvm system 15 system |
| 238 | 2026-03-13T18:21:04.267Z | llvm system 14 system |
| 239 | 2026-03-13T18:21:04.267Z | mariadb system 10.6 system |
| 240 | 2026-03-13T18:21:04.267Z | mta vendor vendor dma |
| 241 | 2026-03-13T18:21:04.267Z | openjdk system 17 system |
| 242 | 2026-03-13T18:21:04.267Z | openjdk system 11 system |
| 243 | 2026-03-13T18:21:04.268Z | openjdk system 1.8 system |
| 244 | 2026-03-13T18:21:04.268Z | openssl vendor 3 vendor |
| 245 | 2026-03-13T18:21:04.268Z | perl system 5.36 system |
| 246 | 2026-03-13T18:21:04.268Z | postgresql system 15 system |
| 247 | 2026-03-13T18:21:04.268Z | postgresql system 13 system |
| 248 | 2026-03-13T18:21:04.268Z | python vendor 3 vendor |
| 249 | 2026-03-13T18:21:04.268Z | python system 2 system |
| 250 | 2026-03-13T18:21:04.268Z | python3 system 3.11 system |
| 251 | 2026-03-13T18:21:04.268Z | ruby system 3.0 system |
| 252 | 2026-03-13T18:21:04.268Z | words vendor vendor american-english |
| 253 | 2026-03-13T18:21:04.268Z | words system system australian-english |
| 254 | 2026-03-13T18:21:04.268Z | words system system british-english |
| 255 | 2026-03-13T18:21:04.268Z | words system system canadian-english |
| 256 | 2026-03-13T18:21:04.268Z | words system system french |
| 257 | 2026-03-13T18:21:04.268Z | words system system italian |
| 258 | 2026-03-13T18:21:04.268Z | words system system ngerman |
| 259 | 2026-03-13T18:21:04.268Z | words system system ogerman |
| 260 | 2026-03-13T18:21:04.268Z | words system system spanish |
| 261 | 2026-03-13T18:21:04.570Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-13T18:21:04.571Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-13T18:21:10.534Z | FMRI IFO |
| 264 | 2026-03-13T18:21:10.534Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-13T18:21:10.534Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-13T18:21:10.534Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-13T18:21:10.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-13T18:21:10.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-13T18:21:10.534Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-13T18:21:10.534Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-13T18:21:10.534Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-13T18:21:10.535Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-13T18:21:10.535Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-13T18:21:10.535Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-13T18:21:10.535Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-13T18:21:10.535Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-13T18:21:10.535Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-13T18:21:10.535Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-13T18:21:10.535Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-13T18:21:11.760Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-13T18:21:12.079Z | Updating crates.io index |
| 282 | 2026-03-13T18:21:12.119Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-13T18:21:13.010Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-13T18:21:13.310Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-03-13T18:21:13.830Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2026-03-13T18:21:14.474Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 287 | 2026-03-13T18:21:15.644Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2026-03-13T18:21:16.340Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2026-03-13T18:21:17.940Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2026-03-13T18:21:19.717Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2026-03-13T18:21:20.847Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 292 | 2026-03-13T18:21:21.219Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 293 | 2026-03-13T18:21:22.162Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2026-03-13T18:21:23.054Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-03-13T18:21:23.528Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2026-03-13T18:21:23.952Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2026-03-13T18:21:24.935Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2026-03-13T18:21:26.694Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-03-13T18:21:27.006Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2026-03-13T18:21:27.522Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 301 | 2026-03-13T18:21:27.835Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2026-03-13T18:21:28.285Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2026-03-13T18:21:28.967Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2026-03-13T18:21:29.038Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2026-03-13T18:21:29.577Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2026-03-13T18:21:30.166Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 307 | 2026-03-13T18:21:30.730Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 308 | 2026-03-13T18:21:31.021Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2026-03-13T18:21:31.327Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2026-03-13T18:21:32.676Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2026-03-13T18:21:33.231Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2026-03-13T18:21:33.534Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2026-03-13T18:21:34.011Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 314 | 2026-03-13T18:21:34.358Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 315 | 2026-03-13T18:21:34.907Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2026-03-13T18:21:35.177Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2026-03-13T18:21:35.442Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2026-03-13T18:21:35.725Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2026-03-13T18:21:36.177Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 320 | 2026-03-13T18:21:50.951Z | Downloading crates ... |
| 321 | 2026-03-13T18:21:51.009Z | Downloaded anstyle-query v1.1.5 |
| 322 | 2026-03-13T18:21:51.020Z | Downloaded equivalent v1.0.2 |
| 323 | 2026-03-13T18:21:51.025Z | Downloaded scroll_derive v0.12.1 |
| 324 | 2026-03-13T18:21:51.030Z | Downloaded form_urlencoded v1.2.2 |
| 325 | 2026-03-13T18:21:51.030Z | Downloaded serde-value v0.7.0 |
| 326 | 2026-03-13T18:21:51.030Z | Downloaded itoa v1.0.17 |
| 327 | 2026-03-13T18:21:51.030Z | Downloaded cargo-platform v0.2.0 |
| 328 | 2026-03-13T18:21:51.034Z | Downloaded crypto-common v0.1.7 |
| 329 | 2026-03-13T18:21:51.034Z | Downloaded bytecount v0.6.9 |
| 330 | 2026-03-13T18:21:51.037Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-03-13T18:21:51.037Z | Downloaded block-buffer v0.10.4 |
| 332 | 2026-03-13T18:21:51.041Z | Downloaded clap_lex v1.0.0 |
| 333 | 2026-03-13T18:21:51.046Z | Downloaded byteorder v1.5.0 |
| 334 | 2026-03-13T18:21:51.050Z | Downloaded anstream v0.6.21 |
| 335 | 2026-03-13T18:21:51.051Z | Downloaded cargo-util-schemas v0.8.2 |
| 336 | 2026-03-13T18:21:51.055Z | Downloaded macaddr v1.0.1 |
| 337 | 2026-03-13T18:21:51.058Z | Downloaded zerofrom-derive v0.1.6 |
| 338 | 2026-03-13T18:21:51.058Z | Downloaded ordered-float v2.10.1 |
| 339 | 2026-03-13T18:21:51.058Z | Downloaded generic-array v0.14.7 |
| 340 | 2026-03-13T18:21:51.062Z | Downloaded pretty-hex v0.4.1 |
| 341 | 2026-03-13T18:21:51.062Z | Downloaded fastrand v2.3.0 |
| 342 | 2026-03-13T18:21:51.062Z | Downloaded version_check v0.9.5 |
| 343 | 2026-03-13T18:21:51.066Z | Downloaded cargo_toml v0.21.0 |
| 344 | 2026-03-13T18:21:51.066Z | Downloaded autocfg v1.5.0 |
| 345 | 2026-03-13T18:21:51.066Z | Downloaded cfg-if v1.0.4 |
| 346 | 2026-03-13T18:21:51.066Z | Downloaded zerofrom v0.1.6 |
| 347 | 2026-03-13T18:21:51.070Z | Downloaded synstructure v0.13.2 |
| 348 | 2026-03-13T18:21:51.070Z | Downloaded thread-id v4.2.2 |
| 349 | 2026-03-13T18:21:51.070Z | Downloaded anstyle-parse v0.2.7 |
| 350 | 2026-03-13T18:21:51.071Z | Downloaded toml_write v0.1.2 |
| 351 | 2026-03-13T18:21:51.073Z | Downloaded unicode-linebreak v0.1.5 |
| 352 | 2026-03-13T18:21:51.074Z | Downloaded utf8parse v0.2.2 |
| 353 | 2026-03-13T18:21:51.079Z | Downloaded toml_datetime v0.6.11 |
| 354 | 2026-03-13T18:21:51.083Z | Downloaded unicode-xid v0.2.6 |
| 355 | 2026-03-13T18:21:51.083Z | Downloaded anstyle v1.0.13 |
| 356 | 2026-03-13T18:21:51.087Z | Downloaded proc-macro-error-attr v1.0.4 |
| 357 | 2026-03-13T18:21:51.087Z | Downloaded cpufeatures v0.2.17 |
| 358 | 2026-03-13T18:21:51.090Z | Downloaded usdt v0.5.0 |
| 359 | 2026-03-13T18:21:51.090Z | Downloaded plain v0.2.3 |
| 360 | 2026-03-13T18:21:51.090Z | Downloaded clap_derive v4.5.55 |
| 361 | 2026-03-13T18:21:51.094Z | Downloaded camino-tempfile v1.4.1 |
| 362 | 2026-03-13T18:21:51.094Z | Downloaded utf8_iter v1.0.4 |
| 363 | 2026-03-13T18:21:51.094Z | Downloaded usdt-macro v0.5.0 |
| 364 | 2026-03-13T18:21:51.103Z | Downloaded smawk v0.3.2 |
| 365 | 2026-03-13T18:21:51.103Z | Downloaded typeid v1.0.3 |
| 366 | 2026-03-13T18:21:51.103Z | Downloaded potential_utf v0.1.4 |
| 367 | 2026-03-13T18:21:51.103Z | Downloaded memmap v0.7.0 |
| 368 | 2026-03-13T18:21:51.104Z | Downloaded bitflags v2.11.0 |
| 369 | 2026-03-13T18:21:51.109Z | Downloaded usdt-attr-macro v0.5.0 |
| 370 | 2026-03-13T18:21:51.109Z | Downloaded proc-macro-error v1.0.4 |
| 371 | 2026-03-13T18:21:51.109Z | Downloaded zmij v1.0.21 |
| 372 | 2026-03-13T18:21:51.109Z | Downloaded zerovec-derive v0.11.2 |
| 373 | 2026-03-13T18:21:51.109Z | Downloaded tinystr v0.8.2 |
| 374 | 2026-03-13T18:21:51.109Z | Downloaded cargo_metadata v0.21.0 |
| 375 | 2026-03-13T18:21:51.113Z | Downloaded thiserror-impl v1.0.69 |
| 376 | 2026-03-13T18:21:51.116Z | Downloaded usdt-impl v0.5.0 |
| 377 | 2026-03-13T18:21:51.116Z | Downloaded yoke-derive v0.8.1 |
| 378 | 2026-03-13T18:21:51.117Z | Downloaded writeable v0.6.2 |
| 379 | 2026-03-13T18:21:51.122Z | Downloaded thiserror-impl v2.0.18 |
| 380 | 2026-03-13T18:21:51.122Z | Downloaded is_terminal_polyfill v1.70.2 |
| 381 | 2026-03-13T18:21:51.122Z | Downloaded fnv v1.0.7 |
| 382 | 2026-03-13T18:21:51.122Z | Downloaded thiserror v2.0.18 |
| 383 | 2026-03-13T18:21:51.125Z | Downloaded heck v0.4.1 |
| 384 | 2026-03-13T18:21:51.125Z | Downloaded colorchoice v1.0.4 |
| 385 | 2026-03-13T18:21:51.129Z | Downloaded yoke v0.8.1 |
| 386 | 2026-03-13T18:21:51.129Z | Downloaded toml v0.8.23 |
| 387 | 2026-03-13T18:21:51.132Z | Downloaded stable_deref_trait v1.2.1 |
| 388 | 2026-03-13T18:21:51.132Z | Downloaded percent-encoding v2.3.2 |
| 389 | 2026-03-13T18:21:51.132Z | Downloaded zerocopy-derive v0.7.35 |
| 390 | 2026-03-13T18:21:51.136Z | Downloaded dtrace-parser v0.2.0 |
| 391 | 2026-03-13T18:21:51.136Z | Downloaded errno v0.3.14 |
| 392 | 2026-03-13T18:21:51.140Z | Downloaded swrite v0.1.0 |
| 393 | 2026-03-13T18:21:51.140Z | Downloaded dof v0.3.0 |
| 394 | 2026-03-13T18:21:51.140Z | Downloaded tabled_derive v0.7.0 |
| 395 | 2026-03-13T18:21:51.144Z | Downloaded camino v1.2.2 |
| 396 | 2026-03-13T18:21:51.147Z | Downloaded anyhow v1.0.102 |
| 397 | 2026-03-13T18:21:51.151Z | Downloaded textwrap v0.16.2 |
| 398 | 2026-03-13T18:21:51.152Z | Downloaded url v2.5.8 |
| 399 | 2026-03-13T18:21:51.156Z | Downloaded idna_adapter v1.2.1 |
| 400 | 2026-03-13T18:21:51.159Z | Downloaded unicode-ident v1.0.24 |
| 401 | 2026-03-13T18:21:51.159Z | Downloaded strsim v0.11.1 |
| 402 | 2026-03-13T18:21:51.163Z | Downloaded zerotrie v0.2.3 |
| 403 | 2026-03-13T18:21:51.163Z | Downloaded ucd-trie v0.1.7 |
| 404 | 2026-03-13T18:21:51.166Z | Downloaded typenum v1.19.0 |
| 405 | 2026-03-13T18:21:51.166Z | Downloaded toml_edit v0.22.27 |
| 406 | 2026-03-13T18:21:51.169Z | Downloaded zerocopy v0.7.35 |
| 407 | 2026-03-13T18:21:51.185Z | Downloaded semver v1.0.27 |
| 408 | 2026-03-13T18:21:51.185Z | Downloaded quote v1.0.44 |
| 409 | 2026-03-13T18:21:51.185Z | Downloaded pest_generator v2.8.6 |
| 410 | 2026-03-13T18:21:51.188Z | Downloaded serde-untagged v0.1.9 |
| 411 | 2026-03-13T18:21:51.189Z | Downloaded zerovec v0.11.5 |
| 412 | 2026-03-13T18:21:51.194Z | Downloaded erased-serde v0.4.9 |
| 413 | 2026-03-13T18:21:51.194Z | Downloaded papergrid v0.11.0 |
| 414 | 2026-03-13T18:21:51.197Z | Downloaded displaydoc v0.2.5 |
| 415 | 2026-03-13T18:21:51.197Z | Downloaded fs-err v3.3.0 |
| 416 | 2026-03-13T18:21:51.197Z | Downloaded scroll v0.12.0 |
| 417 | 2026-03-13T18:21:51.200Z | Downloaded pest_meta v2.8.6 |
| 418 | 2026-03-13T18:21:51.200Z | Downloaded icu_provider v2.1.1 |
| 419 | 2026-03-13T18:21:51.204Z | Downloaded winnow v0.7.14 |
| 420 | 2026-03-13T18:21:51.208Z | Downloaded thiserror v1.0.69 |
| 421 | 2026-03-13T18:21:51.213Z | Downloaded terminal_size v0.4.3 |
| 422 | 2026-03-13T18:21:51.216Z | Downloaded icu_properties v2.1.2 |
| 423 | 2026-03-13T18:21:51.216Z | Downloaded sha2 v0.10.9 |
| 424 | 2026-03-13T18:21:51.216Z | Downloaded unicode-width v0.2.0 |
| 425 | 2026-03-13T18:21:51.306Z | Downloaded unicode-width v0.1.14 |
| 426 | 2026-03-13T18:21:51.306Z | Downloaded smallvec v1.15.1 |
| 427 | 2026-03-13T18:21:51.306Z | Downloaded heck v0.5.0 |
| 428 | 2026-03-13T18:21:51.306Z | Downloaded litemap v0.8.1 |
| 429 | 2026-03-13T18:21:51.306Z | Downloaded digest v0.10.7 |
| 430 | 2026-03-13T18:21:51.306Z | Downloaded serde_tokenstream v0.2.3 |
| 431 | 2026-03-13T18:21:51.306Z | Downloaded once_cell v1.21.3 |
| 432 | 2026-03-13T18:21:51.306Z | Downloaded clap v4.5.60 |
| 433 | 2026-03-13T18:21:51.306Z | Downloaded tempfile v3.25.0 |
| 434 | 2026-03-13T18:21:51.306Z | Downloaded num-traits v0.2.19 |
| 435 | 2026-03-13T18:21:51.306Z | Downloaded icu_locale_core v2.1.1 |
| 436 | 2026-03-13T18:21:51.306Z | Downloaded serde_core v1.0.228 |
| 437 | 2026-03-13T18:21:51.306Z | Downloaded proc-macro2 v1.0.106 |
| 438 | 2026-03-13T18:21:51.306Z | Downloaded pest_derive v2.8.6 |
| 439 | 2026-03-13T18:21:51.306Z | Downloaded getrandom v0.4.1 |
| 440 | 2026-03-13T18:21:51.306Z | Downloaded icu_normalizer v2.1.1 |
| 441 | 2026-03-13T18:21:51.306Z | Downloaded serde_derive v1.0.228 |
| 442 | 2026-03-13T18:21:51.306Z | Downloaded memchr v2.8.0 |
| 443 | 2026-03-13T18:21:51.306Z | Downloaded log v0.4.29 |
| 444 | 2026-03-13T18:21:51.306Z | Downloaded icu_normalizer_data v2.1.1 |
| 445 | 2026-03-13T18:21:51.306Z | Downloaded clap_builder v4.5.60 |
| 446 | 2026-03-13T18:21:51.307Z | Downloaded icu_collections v2.1.1 |
| 447 | 2026-03-13T18:21:51.307Z | Downloaded serde v1.0.228 |
| 448 | 2026-03-13T18:21:51.310Z | Downloaded indexmap v2.13.0 |
| 449 | 2026-03-13T18:21:51.320Z | Downloaded goblin v0.8.2 |
| 450 | 2026-03-13T18:21:51.324Z | Downloaded pest v2.8.6 |
| 451 | 2026-03-13T18:21:51.338Z | Downloaded idna v1.1.0 |
| 452 | 2026-03-13T18:21:51.341Z | Downloaded hashbrown v0.16.1 |
| 453 | 2026-03-13T18:21:51.350Z | Downloaded icu_properties_data v2.1.2 |
| 454 | 2026-03-13T18:21:51.361Z | Downloaded serde_json v1.0.149 |
| 455 | 2026-03-13T18:21:51.370Z | Downloaded tabled v0.15.0 |
| 456 | 2026-03-13T18:21:51.381Z | Downloaded syn v1.0.109 |
| 457 | 2026-03-13T18:21:51.391Z | Downloaded syn v2.0.117 |
| 458 | 2026-03-13T18:21:51.408Z | Downloaded rustix v1.1.3 |
| 459 | 2026-03-13T18:21:51.439Z | Downloaded libc v0.2.180 |
| 460 | 2026-03-13T18:21:51.520Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-03-13T18:21:51.523Z | Compiling quote v1.0.44 |
| 462 | 2026-03-13T18:21:51.523Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-03-13T18:21:51.523Z | Compiling serde_core v1.0.228 |
| 464 | 2026-03-13T18:21:51.523Z | Compiling libc v0.2.180 |
| 465 | 2026-03-13T18:21:51.523Z | Compiling version_check v0.9.5 |
| 466 | 2026-03-13T18:21:51.524Z | Compiling serde v1.0.228 |
| 467 | 2026-03-13T18:21:51.524Z | Compiling memchr v2.8.0 |
| 468 | 2026-03-13T18:21:51.929Z | Compiling stable_deref_trait v1.2.1 |
| 469 | 2026-03-13T18:21:52.028Z | Compiling zmij v1.0.21 |
| 470 | 2026-03-13T18:21:52.244Z | Compiling itoa v1.0.17 |
| 471 | 2026-03-13T18:21:52.266Z | Compiling autocfg v1.5.0 |
| 472 | 2026-03-13T18:21:52.400Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-03-13T18:21:52.645Z | Compiling thiserror v1.0.69 |
| 474 | 2026-03-13T18:21:52.731Z | Compiling pest v2.8.6 |
| 475 | 2026-03-13T18:21:52.802Z | Compiling writeable v0.6.2 |
| 476 | 2026-03-13T18:21:52.868Z | Compiling litemap v0.8.1 |
| 477 | 2026-03-13T18:21:52.893Z | Compiling rustix v1.1.3 |
| 478 | 2026-03-13T18:21:53.063Z | Compiling icu_properties_data v2.1.2 |
| 479 | 2026-03-13T18:21:53.325Z | Compiling byteorder v1.5.0 |
| 480 | 2026-03-13T18:21:53.380Z | Compiling icu_normalizer_data v2.1.1 |
| 481 | 2026-03-13T18:21:53.472Z | Compiling syn v2.0.117 |
| 482 | 2026-03-13T18:21:53.673Z | Compiling errno v0.3.14 |
| 483 | 2026-03-13T18:21:53.697Z | Compiling serde_json v1.0.149 |
| 484 | 2026-03-13T18:21:53.770Z | Compiling bitflags v2.11.0 |
| 485 | 2026-03-13T18:21:53.945Z | Compiling num-traits v0.2.19 |
| 486 | 2026-03-13T18:21:54.094Z | Compiling smallvec v1.15.1 |
| 487 | 2026-03-13T18:21:54.118Z | Compiling equivalent v1.0.2 |
| 488 | 2026-03-13T18:21:54.231Z | Compiling hashbrown v0.16.1 |
| 489 | 2026-03-13T18:21:54.377Z | Compiling pest_meta v2.8.6 |
| 490 | 2026-03-13T18:21:54.475Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-13T18:21:54.771Z | Compiling thread-id v4.2.2 |
| 492 | 2026-03-13T18:21:54.883Z | Compiling usdt-impl v0.5.0 |
| 493 | 2026-03-13T18:21:54.918Z | Compiling indexmap v2.13.0 |
| 494 | 2026-03-13T18:21:54.998Z | Compiling proc-macro-error-attr v1.0.4 |
| 495 | 2026-03-13T18:21:55.003Z | Compiling erased-serde v0.4.9 |
| 496 | 2026-03-13T18:21:55.200Z | Compiling winnow v0.7.14 |
| 497 | 2026-03-13T18:21:55.282Z | Compiling syn v1.0.109 |
| 498 | 2026-03-13T18:21:55.373Z | Compiling toml_write v0.1.2 |
| 499 | 2026-03-13T18:21:55.886Z | Compiling proc-macro-error v1.0.4 |
| 500 | 2026-03-13T18:21:55.919Z | Compiling camino v1.2.2 |
| 501 | 2026-03-13T18:21:56.140Z | Compiling percent-encoding v2.3.2 |
| 502 | 2026-03-13T18:21:56.343Z | Compiling thiserror v2.0.18 |
| 503 | 2026-03-13T18:21:56.381Z | Compiling utf8parse v0.2.2 |
| 504 | 2026-03-13T18:21:56.522Z | Compiling getrandom v0.4.1 |
| 505 | 2026-03-13T18:21:56.730Z | Compiling utf8_iter v1.0.4 |
| 506 | 2026-03-13T18:21:56.771Z | Compiling plain v0.2.3 |
| 507 | 2026-03-13T18:21:56.794Z | Compiling log v0.4.29 |
| 508 | 2026-03-13T18:21:56.914Z | Compiling ordered-float v2.10.1 |
| 509 | 2026-03-13T18:21:57.023Z | Compiling anstyle-parse v0.2.7 |
| 510 | 2026-03-13T18:21:57.070Z | Compiling form_urlencoded v1.2.2 |
| 511 | 2026-03-13T18:21:57.259Z | Compiling terminal_size v0.4.3 |
| 512 | 2026-03-13T18:21:57.307Z | Compiling anstyle-query v1.1.5 |
| 513 | 2026-03-13T18:21:57.311Z | Compiling pretty-hex v0.4.1 |
| 514 | 2026-03-13T18:21:57.427Z | Compiling synstructure v0.13.2 |
| 515 | 2026-03-13T18:21:57.467Z | Compiling pest_generator v2.8.6 |
| 516 | 2026-03-13T18:21:57.490Z | Compiling is_terminal_polyfill v1.70.2 |
| 517 | 2026-03-13T18:21:57.569Z | Compiling colorchoice v1.0.4 |
| 518 | 2026-03-13T18:21:57.608Z | Compiling cfg-if v1.0.4 |
| 519 | 2026-03-13T18:21:57.705Z | Compiling anstyle v1.0.13 |
| 520 | 2026-03-13T18:21:57.728Z | Compiling serde-untagged v0.1.9 |
| 521 | 2026-03-13T18:21:57.929Z | Compiling anstream v0.6.21 |
| 522 | 2026-03-13T18:21:57.998Z | Compiling semver v1.0.27 |
| 523 | 2026-03-13T18:21:58.228Z | Compiling fs-err v3.3.0 |
| 524 | 2026-03-13T18:21:58.331Z | Compiling heck v0.5.0 |
| 525 | 2026-03-13T18:21:58.407Z | Compiling once_cell v1.21.3 |
| 526 | 2026-03-13T18:21:58.429Z | Compiling fnv v1.0.7 |
| 527 | 2026-03-13T18:21:58.481Z | Compiling clap_lex v1.0.0 |
| 528 | 2026-03-13T18:21:58.505Z | Compiling strsim v0.11.1 |
| 529 | 2026-03-13T18:21:58.557Z | Compiling unicode-xid v0.2.6 |
| 530 | 2026-03-13T18:21:58.646Z | Compiling heck v0.4.1 |
| 531 | 2026-03-13T18:21:58.677Z | Compiling unicode-width v0.1.14 |
| 532 | 2026-03-13T18:21:58.792Z | Compiling fastrand v2.3.0 |
| 533 | 2026-03-13T18:21:58.991Z | Compiling anyhow v1.0.102 |
| 534 | 2026-03-13T18:21:59.014Z | Compiling bytecount v0.6.9 |
| 535 | 2026-03-13T18:21:59.056Z | Compiling clap_builder v4.5.60 |
| 536 | 2026-03-13T18:21:59.135Z | Compiling papergrid v0.11.0 |
| 537 | 2026-03-13T18:21:59.188Z | Compiling tempfile v3.25.0 |
| 538 | 2026-03-13T18:21:59.340Z | Compiling memmap v0.7.0 |
| 539 | 2026-03-13T18:21:59.575Z | Compiling smawk v0.3.2 |
| 540 | 2026-03-13T18:21:59.688Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-03-13T18:21:59.710Z | Compiling unicode-width v0.2.0 |
| 542 | 2026-03-13T18:21:59.948Z | Compiling serde_derive v1.0.228 |
| 543 | 2026-03-13T18:22:00.005Z | Compiling zerofrom-derive v0.1.6 |
| 544 | 2026-03-13T18:22:00.070Z | Compiling yoke-derive v0.8.1 |
| 545 | 2026-03-13T18:22:00.136Z | Compiling zerovec-derive v0.11.2 |
| 546 | 2026-03-13T18:22:00.227Z | Compiling displaydoc v0.2.5 |
| 547 | 2026-03-13T18:22:01.129Z | Compiling thiserror-impl v1.0.69 |
| 548 | 2026-03-13T18:22:01.221Z | Compiling zerocopy-derive v0.7.35 |
| 549 | 2026-03-13T18:22:01.611Z | Compiling pest_derive v2.8.6 |
| 550 | 2026-03-13T18:22:01.650Z | Compiling scroll_derive v0.12.1 |
| 551 | 2026-03-13T18:22:01.957Z | Compiling zerofrom v0.1.6 |
| 552 | 2026-03-13T18:22:02.135Z | Compiling yoke v0.8.1 |
| 553 | 2026-03-13T18:22:02.203Z | Compiling thiserror-impl v2.0.18 |
| 554 | 2026-03-13T18:22:02.349Z | Compiling zerovec v0.11.5 |
| 555 | 2026-03-13T18:22:02.445Z | Compiling zerotrie v0.2.3 |
| 556 | 2026-03-13T18:22:02.530Z | Compiling zerocopy v0.7.35 |
| 557 | 2026-03-13T18:22:02.805Z | Compiling scroll v0.12.0 |
| 558 | 2026-03-13T18:22:02.973Z | Compiling tinystr v0.8.2 |
| 559 | 2026-03-13T18:22:03.049Z | Compiling potential_utf v0.1.4 |
| 560 | 2026-03-13T18:22:03.156Z | Compiling dtrace-parser v0.2.0 |
| 561 | 2026-03-13T18:22:03.236Z | Compiling icu_locale_core v2.1.1 |
| 562 | 2026-03-13T18:22:03.270Z | Compiling icu_collections v2.1.1 |
| 563 | 2026-03-13T18:22:03.357Z | Compiling goblin v0.8.2 |
| 564 | 2026-03-13T18:22:03.381Z | Compiling tabled_derive v0.7.0 |
| 565 | 2026-03-13T18:22:03.784Z | Compiling clap_derive v4.5.55 |
| 566 | 2026-03-13T18:22:03.977Z | Compiling textwrap v0.16.2 |
| 567 | 2026-03-13T18:22:04.264Z | Compiling icu_provider v2.1.1 |
| 568 | 2026-03-13T18:22:04.598Z | Compiling icu_normalizer v2.1.1 |
| 569 | 2026-03-13T18:22:04.625Z | Compiling toml_datetime v0.6.11 |
| 570 | 2026-03-13T18:22:04.658Z | Compiling serde_spanned v0.6.9 |
| 571 | 2026-03-13T18:22:04.664Z | Compiling icu_properties v2.1.2 |
| 572 | 2026-03-13T18:22:04.720Z | Compiling dof v0.3.0 |
| 573 | 2026-03-13T18:22:04.796Z | Compiling serde_tokenstream v0.2.3 |
| 574 | 2026-03-13T18:22:04.859Z | Compiling toml_edit v0.22.27 |
| 575 | 2026-03-13T18:22:04.982Z | Compiling serde-value v0.7.0 |
| 576 | 2026-03-13T18:22:05.262Z | Compiling cargo-platform v0.2.0 |
| 577 | 2026-03-13T18:22:05.322Z | Compiling tabled v0.15.0 |
| 578 | 2026-03-13T18:22:05.450Z | Compiling macaddr v1.0.1 |
| 579 | 2026-03-13T18:22:05.623Z | Compiling camino-tempfile v1.4.1 |
| 580 | 2026-03-13T18:22:05.926Z | Compiling idna_adapter v1.2.1 |
| 581 | 2026-03-13T18:22:06.062Z | Compiling usdt-macro v0.5.0 |
| 582 | 2026-03-13T18:22:06.101Z | Compiling idna v1.1.0 |
| 583 | 2026-03-13T18:22:06.125Z | Compiling usdt-attr-macro v0.5.0 |
| 584 | 2026-03-13T18:22:06.239Z | Compiling swrite v0.1.0 |
| 585 | 2026-03-13T18:22:06.244Z | Compiling clap v4.5.60 |
| 586 | 2026-03-13T18:22:06.365Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 587 | 2026-03-13T18:22:06.487Z | Compiling url v2.5.8 |
| 588 | 2026-03-13T18:22:06.868Z | Compiling toml v0.8.23 |
| 589 | 2026-03-13T18:22:07.510Z | Compiling cargo-util-schemas v0.8.2 |
| 590 | 2026-03-13T18:22:07.572Z | Compiling cargo_toml v0.21.0 |
| 591 | 2026-03-13T18:22:07.658Z | Compiling usdt v0.5.0 |
| 592 | 2026-03-13T18:22:08.703Z | Compiling cargo_metadata v0.21.0 |
| 593 | 2026-03-13T18:22:10.015Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 594 | 2026-03-13T18:22:12.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 595 | 2026-03-13T18:22:13.141Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 596 | 2026-03-13T18:22:13.882Z | Downloading crates ... |
| 597 | 2026-03-13T18:22:13.992Z | Downloaded cargo-platform v0.1.9 |
| 598 | 2026-03-13T18:22:14.011Z | Downloaded async-trait v0.1.89 |
| 599 | 2026-03-13T18:22:14.016Z | Downloaded ahash v0.8.12 |
| 600 | 2026-03-13T18:22:14.022Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-03-13T18:22:14.036Z | Downloaded enum-as-inner v0.6.1 |
| 602 | 2026-03-13T18:22:14.040Z | Downloaded foreign-types v0.3.2 |
| 603 | 2026-03-13T18:22:14.045Z | Downloaded embedded-io v0.4.0 |
| 604 | 2026-03-13T18:22:14.049Z | Downloaded critical-section v1.2.0 |
| 605 | 2026-03-13T18:22:14.052Z | Downloaded diesel-dtrace v0.4.2 |
| 606 | 2026-03-13T18:22:14.058Z | Downloaded fallible-iterator v0.2.0 |
| 607 | 2026-03-13T18:22:14.058Z | Downloaded crunchy v0.2.4 |
| 608 | 2026-03-13T18:22:14.066Z | Downloaded daft v0.1.5 |
| 609 | 2026-03-13T18:22:14.073Z | Downloaded find-msvc-tools v0.1.9 |
| 610 | 2026-03-13T18:22:14.073Z | Downloaded derive_more v0.99.20 |
| 611 | 2026-03-13T18:22:14.077Z | Downloaded difflib v0.4.0 |
| 612 | 2026-03-13T18:22:14.086Z | Downloaded derive_builder_macro v0.20.2 |
| 613 | 2026-03-13T18:22:14.092Z | Downloaded deranged v0.5.8 |
| 614 | 2026-03-13T18:22:14.092Z | Downloaded crucible-workspace-hack v0.1.0 |
| 615 | 2026-03-13T18:22:14.092Z | Downloaded darling_core v0.20.11 |
| 616 | 2026-03-13T18:22:14.104Z | Downloaded float-cmp v0.10.0 |
| 617 | 2026-03-13T18:22:14.118Z | Downloaded dirs-sys-next v0.1.2 |
| 618 | 2026-03-13T18:22:14.118Z | Downloaded display-error-chain v0.2.2 |
| 619 | 2026-03-13T18:22:14.118Z | Downloaded defmt v0.3.100 |
| 620 | 2026-03-13T18:22:14.123Z | Downloaded foreign-types-shared v0.3.1 |
| 621 | 2026-03-13T18:22:14.123Z | Downloaded embedded-io v0.6.1 |
| 622 | 2026-03-13T18:22:14.123Z | Downloaded float-ord v0.3.2 |
| 623 | 2026-03-13T18:22:14.124Z | Downloaded dunce v1.0.5 |
| 624 | 2026-03-13T18:22:14.124Z | Downloaded derive_builder_core v0.20.2 |
| 625 | 2026-03-13T18:22:14.128Z | Downloaded defmt-macros v1.0.1 |
| 626 | 2026-03-13T18:22:14.132Z | Downloaded darling v0.23.0 |
| 627 | 2026-03-13T18:22:14.135Z | Downloaded ctr v0.9.2 |
| 628 | 2026-03-13T18:22:14.139Z | Downloaded endian-type v0.1.2 |
| 629 | 2026-03-13T18:22:14.143Z | Downloaded darling_macro v0.21.3 |
| 630 | 2026-03-13T18:22:14.146Z | Downloaded cstr-argument v0.1.2 |
| 631 | 2026-03-13T18:22:14.149Z | Downloaded foreign-types-macros v0.2.3 |
| 632 | 2026-03-13T18:22:14.152Z | Downloaded castaway v0.2.4 |
| 633 | 2026-03-13T18:22:14.156Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 634 | 2026-03-13T18:22:14.159Z | Downloaded env_filter v1.0.0 |
| 635 | 2026-03-13T18:22:14.162Z | Downloaded bit-set v0.8.0 |
| 636 | 2026-03-13T18:22:14.167Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 637 | 2026-03-13T18:22:14.167Z | Downloaded foreign-types v0.5.0 |
| 638 | 2026-03-13T18:22:14.171Z | Downloaded atomicwrites v0.4.4 |
| 639 | 2026-03-13T18:22:14.174Z | Downloaded dtrace-parser v0.3.0 |
| 640 | 2026-03-13T18:22:14.178Z | Downloaded fixedbitset v0.4.2 |
| 641 | 2026-03-13T18:22:14.181Z | Downloaded futures-core v0.3.32 |
| 642 | 2026-03-13T18:22:14.184Z | Downloaded adler2 v2.0.1 |
| 643 | 2026-03-13T18:22:14.187Z | Downloaded futures-sink v0.3.32 |
| 644 | 2026-03-13T18:22:14.191Z | Downloaded fd-lock v4.0.4 |
| 645 | 2026-03-13T18:22:14.195Z | Downloaded foreign-types-shared v0.1.1 |
| 646 | 2026-03-13T18:22:14.198Z | Downloaded futures-macro v0.3.32 |
| 647 | 2026-03-13T18:22:14.198Z | Downloaded fxhash v0.2.1 |
| 648 | 2026-03-13T18:22:14.203Z | Downloaded gethostname v0.5.0 |
| 649 | 2026-03-13T18:22:14.209Z | Downloaded drift v0.1.3 |
| 650 | 2026-03-13T18:22:14.214Z | Downloaded ghash v0.5.1 |
| 651 | 2026-03-13T18:22:14.223Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-03-13T18:22:14.233Z | Downloaded foldhash v0.2.0 |
| 653 | 2026-03-13T18:22:14.236Z | Downloaded crossbeam-deque v0.8.6 |
| 654 | 2026-03-13T18:22:14.245Z | Downloaded crc-any v2.5.0 |
| 655 | 2026-03-13T18:22:14.249Z | Downloaded headers-core v0.3.0 |
| 656 | 2026-03-13T18:22:14.249Z | Downloaded hash32 v0.3.1 |
| 657 | 2026-03-13T18:22:14.258Z | Downloaded hash32 v0.2.1 |
| 658 | 2026-03-13T18:22:14.270Z | Downloaded flagset v0.4.7 |
| 659 | 2026-03-13T18:22:14.270Z | Downloaded ena v0.14.4 |
| 660 | 2026-03-13T18:22:14.270Z | Downloaded futures-executor v0.3.32 |
| 661 | 2026-03-13T18:22:14.270Z | Downloaded hex-literal v0.4.1 |
| 662 | 2026-03-13T18:22:14.282Z | Downloaded colored v2.2.0 |
| 663 | 2026-03-13T18:22:14.282Z | Downloaded diff v0.1.13 |
| 664 | 2026-03-13T18:22:14.292Z | Downloaded derive_builder v0.20.2 |
| 665 | 2026-03-13T18:22:14.292Z | Downloaded des v0.8.1 |
| 666 | 2026-03-13T18:22:14.292Z | Downloaded bcs v0.1.6 |
| 667 | 2026-03-13T18:22:14.292Z | Downloaded home v0.5.12 |
| 668 | 2026-03-13T18:22:14.299Z | Downloaded hubpack v0.1.2 |
| 669 | 2026-03-13T18:22:14.299Z | Downloaded crossbeam-channel v0.5.15 |
| 670 | 2026-03-13T18:22:14.309Z | Downloaded base16ct v1.0.0 |
| 671 | 2026-03-13T18:22:14.309Z | Downloaded crossbeam-epoch v0.9.18 |
| 672 | 2026-03-13T18:22:14.316Z | Downloaded group v0.13.0 |
| 673 | 2026-03-13T18:22:14.317Z | Downloaded colored v3.1.1 |
| 674 | 2026-03-13T18:22:14.317Z | Downloaded ident_case v1.0.1 |
| 675 | 2026-03-13T18:22:14.320Z | Downloaded derive_more v2.1.1 |
| 676 | 2026-03-13T18:22:14.326Z | Downloaded futures-channel v0.3.32 |
| 677 | 2026-03-13T18:22:14.330Z | Downloaded fs_extra v1.3.0 |
| 678 | 2026-03-13T18:22:14.348Z | Downloaded clang-sys v1.8.1 |
| 679 | 2026-03-13T18:22:14.365Z | Downloaded instability v0.3.11 |
| 680 | 2026-03-13T18:22:14.365Z | Downloaded crc32fast v1.5.0 |
| 681 | 2026-03-13T18:22:14.365Z | Downloaded inout v0.1.4 |
| 682 | 2026-03-13T18:22:14.365Z | Downloaded instant v0.1.13 |
| 683 | 2026-03-13T18:22:14.365Z | Downloaded cookie v0.18.1 |
| 684 | 2026-03-13T18:22:14.365Z | Downloaded chacha20poly1305 v0.10.1 |
| 685 | 2026-03-13T18:22:14.384Z | Downloaded hex v0.4.3 |
| 686 | 2026-03-13T18:22:14.384Z | Downloaded kstat-rs v0.2.4 |
| 687 | 2026-03-13T18:22:14.384Z | Downloaded chacha20 v0.10.0 |
| 688 | 2026-03-13T18:22:14.384Z | Downloaded const_format v0.2.35 |
| 689 | 2026-03-13T18:22:14.389Z | Downloaded lalrpop-util v0.19.12 |
| 690 | 2026-03-13T18:22:14.389Z | Downloaded lazy_static v1.5.0 |
| 691 | 2026-03-13T18:22:14.389Z | Downloaded keccak v0.1.6 |
| 692 | 2026-03-13T18:22:14.390Z | Downloaded cfg_aliases v0.1.1 |
| 693 | 2026-03-13T18:22:14.390Z | Downloaded cfg_aliases v0.2.1 |
| 694 | 2026-03-13T18:22:14.390Z | Downloaded linked-hash-map v0.5.6 |
| 695 | 2026-03-13T18:22:14.390Z | Downloaded getrandom v0.2.17 |
| 696 | 2026-03-13T18:22:14.395Z | Downloaded dropshot_endpoint v0.16.7 |
| 697 | 2026-03-13T18:22:14.401Z | Downloaded crypto-bigint v0.5.5 |
| 698 | 2026-03-13T18:22:14.405Z | Downloaded lru-slab v0.1.2 |
| 699 | 2026-03-13T18:22:14.410Z | Downloaded num-derive v0.3.3 |
| 700 | 2026-03-13T18:22:14.410Z | Downloaded mime v0.3.17 |
| 701 | 2026-03-13T18:22:14.414Z | Downloaded argon2 v0.5.3 |
| 702 | 2026-03-13T18:22:14.417Z | Downloaded opaque-debug v0.3.1 |
| 703 | 2026-03-13T18:22:14.417Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 704 | 2026-03-13T18:22:14.421Z | Downloaded camino-tempfile-ext v0.3.3 |
| 705 | 2026-03-13T18:22:14.425Z | Downloaded bit-vec v0.8.0 |
| 706 | 2026-03-13T18:22:14.428Z | Downloaded half v1.8.3 |
| 707 | 2026-03-13T18:22:14.432Z | Downloaded cpufeatures v0.3.0 |
| 708 | 2026-03-13T18:22:14.436Z | Downloaded async-stream-impl v0.3.6 |
| 709 | 2026-03-13T18:22:14.436Z | Downloaded aes v0.8.4 |
| 710 | 2026-03-13T18:22:14.441Z | Downloaded newline-converter v0.3.0 |
| 711 | 2026-03-13T18:22:14.447Z | Downloaded ipnetwork v0.21.1 |
| 712 | 2026-03-13T18:22:14.447Z | Downloaded ipnet v2.11.0 |
| 713 | 2026-03-13T18:22:14.452Z | Downloaded multimap v0.10.1 |
| 714 | 2026-03-13T18:22:14.452Z | Downloaded humantime v2.3.0 |
| 715 | 2026-03-13T18:22:14.456Z | Downloaded nodrop v0.1.14 |
| 716 | 2026-03-13T18:22:14.459Z | Downloaded match_cfg v0.1.0 |
| 717 | 2026-03-13T18:22:14.459Z | Downloaded nibble_vec v0.1.0 |
| 718 | 2026-03-13T18:22:14.469Z | Downloaded getrandom v0.3.4 |
| 719 | 2026-03-13T18:22:14.474Z | Downloaded hmac v0.12.1 |
| 720 | 2026-03-13T18:22:14.474Z | Downloaded newtype_derive v0.1.6 |
| 721 | 2026-03-13T18:22:14.474Z | Downloaded newtype-uuid-macros v0.1.0 |
| 722 | 2026-03-13T18:22:14.479Z | Downloaded jobserver v0.1.34 |
| 723 | 2026-03-13T18:22:14.479Z | Downloaded hostname v0.4.2 |
| 724 | 2026-03-13T18:22:14.483Z | Downloaded nonempty v0.12.0 |
| 725 | 2026-03-13T18:22:14.486Z | Downloaded num-conv v0.2.0 |
| 726 | 2026-03-13T18:22:14.486Z | Downloaded bit-set v0.5.3 |
| 727 | 2026-03-13T18:22:14.492Z | Downloaded elliptic-curve v0.13.8 |
| 728 | 2026-03-13T18:22:14.497Z | Downloaded half v2.7.1 |
| 729 | 2026-03-13T18:22:14.535Z | Downloaded lru-cache v0.1.2 |
| 730 | 2026-03-13T18:22:14.536Z | Downloaded num_threads v0.1.7 |
| 731 | 2026-03-13T18:22:14.536Z | Downloaded olpc-cjson v0.1.4 |
| 732 | 2026-03-13T18:22:14.536Z | Downloaded hostname v0.3.1 |
| 733 | 2026-03-13T18:22:14.536Z | Downloaded mime_guess v2.0.5 |
| 734 | 2026-03-13T18:22:14.536Z | Downloaded cipher v0.4.4 |
| 735 | 2026-03-13T18:22:14.536Z | Downloaded lock_api v0.4.14 |
| 736 | 2026-03-13T18:22:14.536Z | Downloaded crossterm v0.29.0 |
| 737 | 2026-03-13T18:22:14.536Z | Downloaded nanorand v0.7.0 |
| 738 | 2026-03-13T18:22:14.536Z | Downloaded ingot-macros v0.1.1 |
| 739 | 2026-03-13T18:22:14.536Z | Downloaded oso-derive v0.27.3 |
| 740 | 2026-03-13T18:22:14.537Z | Downloaded packed_struct_codegen v0.10.1 |
| 741 | 2026-03-13T18:22:14.537Z | Downloaded num_enum_derive v0.5.11 |
| 742 | 2026-03-13T18:22:14.542Z | Downloaded hickory-client v0.25.2 |
| 743 | 2026-03-13T18:22:14.542Z | Downloaded ingot v0.1.1 |
| 744 | 2026-03-13T18:22:14.546Z | Downloaded md-5 v0.10.6 |
| 745 | 2026-03-13T18:22:14.546Z | Downloaded newtype-uuid v1.3.2 |
| 746 | 2026-03-13T18:22:14.550Z | Downloaded parse-display v0.10.0 |
| 747 | 2026-03-13T18:22:14.550Z | Downloaded is-terminal v0.4.17 |
| 748 | 2026-03-13T18:22:14.554Z | Downloaded openssl-macros v0.1.1 |
| 749 | 2026-03-13T18:22:14.563Z | Downloaded managed v0.8.0 |
| 750 | 2026-03-13T18:22:14.563Z | Downloaded libscf-sys v1.1.0 |
| 751 | 2026-03-13T18:22:14.574Z | Downloaded openssl-probe v0.2.1 |
| 752 | 2026-03-13T18:22:14.574Z | Downloaded libloading v0.8.9 |
| 753 | 2026-03-13T18:22:14.574Z | Downloaded internet-checksum v0.2.1 |
| 754 | 2026-03-13T18:22:14.574Z | Downloaded new_debug_unreachable v1.0.6 |
| 755 | 2026-03-13T18:22:14.574Z | Downloaded num-complex v0.4.6 |
| 756 | 2026-03-13T18:22:14.574Z | Downloaded parse-size v1.1.0 |
| 757 | 2026-03-13T18:22:14.574Z | Downloaded pbkdf2 v0.11.0 |
| 758 | 2026-03-13T18:22:14.579Z | Downloaded http-range v0.1.5 |
| 759 | 2026-03-13T18:22:14.579Z | Downloaded linear-map v1.2.0 |
| 760 | 2026-03-13T18:22:14.585Z | Downloaded cookie_store v0.22.1 |
| 761 | 2026-03-13T18:22:14.591Z | Downloaded memmap2 v0.9.10 |
| 762 | 2026-03-13T18:22:14.591Z | Downloaded httparse v1.10.1 |
| 763 | 2026-03-13T18:22:14.595Z | Downloaded phf_shared v0.11.3 |
| 764 | 2026-03-13T18:22:14.595Z | Downloaded maybe-uninit v2.0.0 |
| 765 | 2026-03-13T18:22:14.601Z | Downloaded ciborium v0.2.2 |
| 766 | 2026-03-13T18:22:14.601Z | Downloaded pin-utils v0.1.0 |
| 767 | 2026-03-13T18:22:14.609Z | Downloaded openssl-probe v0.1.6 |
| 768 | 2026-03-13T18:22:14.609Z | Downloaded indoc v1.0.9 |
| 769 | 2026-03-13T18:22:14.624Z | Downloaded phf_shared v0.13.1 |
| 770 | 2026-03-13T18:22:14.624Z | Downloaded num-rational v0.4.2 |
| 771 | 2026-03-13T18:22:14.624Z | Downloaded darling_core v0.21.3 |
| 772 | 2026-03-13T18:22:14.632Z | Downloaded indexmap v1.9.3 |
| 773 | 2026-03-13T18:22:14.632Z | Downloaded powerfmt v0.2.0 |
| 774 | 2026-03-13T18:22:14.632Z | Downloaded path-slash v0.1.5 |
| 775 | 2026-03-13T18:22:14.632Z | Downloaded oxide-tokio-rt v0.1.3 |
| 776 | 2026-03-13T18:22:14.633Z | Downloaded libsw-core v0.3.2 |
| 777 | 2026-03-13T18:22:14.633Z | Downloaded packed_struct v0.10.1 |
| 778 | 2026-03-13T18:22:14.641Z | Downloaded pin-project-internal v1.1.11 |
| 779 | 2026-03-13T18:22:14.641Z | Downloaded pbkdf2 v0.12.2 |
| 780 | 2026-03-13T18:22:14.642Z | Downloaded precomputed-hash v0.1.1 |
| 781 | 2026-03-13T18:22:14.649Z | Downloaded predicates-core v1.0.10 |
| 782 | 2026-03-13T18:22:14.649Z | Downloaded predicates-tree v1.0.13 |
| 783 | 2026-03-13T18:22:14.659Z | Downloaded native-tls v0.2.18 |
| 784 | 2026-03-13T18:22:14.659Z | Downloaded libefi-sys v0.1.0 |
| 785 | 2026-03-13T18:22:14.659Z | Downloaded proc-macro-crate v1.3.1 |
| 786 | 2026-03-13T18:22:14.660Z | Downloaded peg-runtime v0.8.5 |
| 787 | 2026-03-13T18:22:14.663Z | Downloaded derive_more-impl v2.1.1 |
| 788 | 2026-03-13T18:22:14.664Z | Downloaded owo-colors v4.3.0 |
| 789 | 2026-03-13T18:22:14.664Z | Downloaded num_enum v0.5.11 |
| 790 | 2026-03-13T18:22:14.670Z | Downloaded proc-macro-crate v3.4.0 |
| 791 | 2026-03-13T18:22:14.675Z | Downloaded password-hash v0.5.0 |
| 792 | 2026-03-13T18:22:14.676Z | Downloaded progenitor-client v0.11.2 |
| 793 | 2026-03-13T18:22:14.679Z | Downloaded progenitor-client v0.10.0 |
| 794 | 2026-03-13T18:22:14.679Z | Downloaded num_enum v0.7.5 |
| 795 | 2026-03-13T18:22:14.684Z | Downloaded pem v3.0.6 |
| 796 | 2026-03-13T18:22:14.688Z | Downloaded num_enum_derive v0.7.5 |
| 797 | 2026-03-13T18:22:14.688Z | Downloaded progenitor-macro v0.10.0 |
| 798 | 2026-03-13T18:22:14.688Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 799 | 2026-03-13T18:22:14.693Z | Downloaded psl-types v2.0.11 |
| 800 | 2026-03-13T18:22:14.694Z | Downloaded phf v0.13.1 |
| 801 | 2026-03-13T18:22:14.699Z | Downloaded progenitor-macro v0.11.2 |
| 802 | 2026-03-13T18:22:14.699Z | Downloaded phf v0.12.1 |
| 803 | 2026-03-13T18:22:14.706Z | Downloaded progenitor-macro v0.13.0 |
| 804 | 2026-03-13T18:22:14.706Z | Downloaded poly1305 v0.8.0 |
| 805 | 2026-03-13T18:22:14.720Z | Downloaded num-iter v0.1.45 |
| 806 | 2026-03-13T18:22:14.720Z | Downloaded num-integer v0.1.46 |
| 807 | 2026-03-13T18:22:14.720Z | Downloaded quick-error v1.2.3 |
| 808 | 2026-03-13T18:22:14.727Z | Downloaded pkg-config v0.3.32 |
| 809 | 2026-03-13T18:22:14.727Z | Downloaded indicatif v0.18.4 |
| 810 | 2026-03-13T18:22:14.727Z | Downloaded paste v1.0.15 |
| 811 | 2026-03-13T18:22:14.727Z | Downloaded radium v0.7.0 |
| 812 | 2026-03-13T18:22:14.727Z | Downloaded polyval v0.6.2 |
| 813 | 2026-03-13T18:22:14.732Z | Downloaded ppv-lite86 v0.2.21 |
| 814 | 2026-03-13T18:22:14.732Z | Downloaded postgres-protocol v0.6.10 |
| 815 | 2026-03-13T18:22:14.732Z | Downloaded predicates v3.1.4 |
| 816 | 2026-03-13T18:22:14.737Z | Downloaded rand_xorshift v0.4.0 |
| 817 | 2026-03-13T18:22:14.737Z | Downloaded pem-rfc7468 v0.7.0 |
| 818 | 2026-03-13T18:22:14.747Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 819 | 2026-03-13T18:22:14.747Z | Downloaded recursive v0.1.1 |
| 820 | 2026-03-13T18:22:14.747Z | Downloaded compact_str v0.8.1 |
| 821 | 2026-03-13T18:22:14.751Z | Downloaded primeorder v0.13.6 |
| 822 | 2026-03-13T18:22:14.751Z | Downloaded base64 v0.22.1 |
| 823 | 2026-03-13T18:22:14.763Z | Downloaded blake2 v0.10.6 |
| 824 | 2026-03-13T18:22:14.763Z | Downloaded progenitor v0.11.2 |
| 825 | 2026-03-13T18:22:14.768Z | Downloaded pkcs8 v0.10.2 |
| 826 | 2026-03-13T18:22:14.768Z | Downloaded ref-cast v1.0.25 |
| 827 | 2026-03-13T18:22:14.768Z | Downloaded rtoolbox v0.0.3 |
| 828 | 2026-03-13T18:22:14.768Z | Downloaded progenitor-extras v0.1.1 |
| 829 | 2026-03-13T18:22:14.773Z | Downloaded progenitor v0.13.0 |
| 830 | 2026-03-13T18:22:14.774Z | Downloaded proc-macro-error2 v2.0.1 |
| 831 | 2026-03-13T18:22:14.779Z | Downloaded expectorate v1.2.0 |
| 832 | 2026-03-13T18:22:14.780Z | Downloaded password-hash v0.4.2 |
| 833 | 2026-03-13T18:22:14.785Z | Downloaded progenitor-client v0.13.0 |
| 834 | 2026-03-13T18:22:14.785Z | Downloaded pkcs5 v0.7.1 |
| 835 | 2026-03-13T18:22:14.785Z | Downloaded rustc-hash v2.1.1 |
| 836 | 2026-03-13T18:22:14.790Z | Downloaded rustc_version v0.1.7 |
| 837 | 2026-03-13T18:22:14.790Z | Downloaded psm v0.1.30 |
| 838 | 2026-03-13T18:22:14.795Z | Downloaded pkcs1 v0.7.5 |
| 839 | 2026-03-13T18:22:14.795Z | Downloaded rfc6979 v0.4.0 |
| 840 | 2026-03-13T18:22:14.799Z | Downloaded ed25519-dalek v2.2.0 |
| 841 | 2026-03-13T18:22:14.804Z | Downloaded rustc_version v0.4.1 |
| 842 | 2026-03-13T18:22:14.804Z | Downloaded russh-cryptovec v0.7.3 |
| 843 | 2026-03-13T18:22:14.804Z | Downloaded r2d2 v0.8.10 |
| 844 | 2026-03-13T18:22:14.814Z | Downloaded oxnet v0.1.4 |
| 845 | 2026-03-13T18:22:14.814Z | Downloaded papergrid v0.17.0 |
| 846 | 2026-03-13T18:22:14.820Z | Downloaded oso v0.27.3 |
| 847 | 2026-03-13T18:22:14.820Z | Downloaded postgres-types v0.2.12 |
| 848 | 2026-03-13T18:22:14.824Z | Downloaded rand_core v0.9.5 |
| 849 | 2026-03-13T18:22:14.824Z | Downloaded aes-gcm v0.10.3 |
| 850 | 2026-03-13T18:22:14.834Z | Downloaded rand_seeder v0.4.0 |
| 851 | 2026-03-13T18:22:14.834Z | Downloaded scopeguard v1.2.0 |
| 852 | 2026-03-13T18:22:14.845Z | Downloaded salsa20 v0.10.2 |
| 853 | 2026-03-13T18:22:14.845Z | Downloaded scrypt v0.11.0 |
| 854 | 2026-03-13T18:22:14.845Z | Downloaded rand_core v0.10.0 |
| 855 | 2026-03-13T18:22:14.845Z | Downloaded sapling-renderdag v0.1.0 |
| 856 | 2026-03-13T18:22:14.845Z | Downloaded hickory-server v0.25.2 |
| 857 | 2026-03-13T18:22:14.851Z | Downloaded jiff-static v0.2.21 |
| 858 | 2026-03-13T18:22:14.851Z | Downloaded ar_archive_writer v0.5.1 |
| 859 | 2026-03-13T18:22:14.851Z | Downloaded hickory-resolver v0.25.2 |
| 860 | 2026-03-13T18:22:14.855Z | Downloaded serde-big-array v0.5.1 |
| 861 | 2026-03-13T18:22:14.855Z | Downloaded secrecy v0.10.3 |
| 862 | 2026-03-13T18:22:14.855Z | Downloaded scroll_derive v0.13.1 |
| 863 | 2026-03-13T18:22:14.863Z | Downloaded secrecy v0.8.0 |
| 864 | 2026-03-13T18:22:14.863Z | Downloaded progenitor v0.10.0 |
| 865 | 2026-03-13T18:22:14.868Z | Downloaded same-file v1.0.6 |
| 866 | 2026-03-13T18:22:14.869Z | Downloaded ref-cast-impl v1.0.25 |
| 867 | 2026-03-13T18:22:14.869Z | Downloaded rand_chacha v0.9.0 |
| 868 | 2026-03-13T18:22:14.869Z | Downloaded rand_core v0.6.4 |
| 869 | 2026-03-13T18:22:14.881Z | Downloaded resolv-conf v0.7.6 |
| 870 | 2026-03-13T18:22:14.881Z | Downloaded serde_spanned v1.0.4 |
| 871 | 2026-03-13T18:22:14.881Z | Downloaded bitvec v1.0.1 |
| 872 | 2026-03-13T18:22:14.900Z | Downloaded serde_urlencoded v0.7.1 |
| 873 | 2026-03-13T18:22:14.905Z | Downloaded hashbrown v0.13.2 |
| 874 | 2026-03-13T18:22:14.905Z | Downloaded rustls-pemfile v2.2.0 |
| 875 | 2026-03-13T18:22:14.905Z | Downloaded sha1 v0.10.6 |
| 876 | 2026-03-13T18:22:14.905Z | Downloaded signature v2.2.0 |
| 877 | 2026-03-13T18:22:14.905Z | Downloaded signal-hook-tokio v0.3.1 |
| 878 | 2026-03-13T18:22:14.905Z | Downloaded sigpipe v0.1.3 |
| 879 | 2026-03-13T18:22:14.905Z | Downloaded siphasher v1.0.2 |
| 880 | 2026-03-13T18:22:14.905Z | Downloaded shell-words v1.1.1 |
| 881 | 2026-03-13T18:22:14.905Z | Downloaded serde_plain v1.0.2 |
| 882 | 2026-03-13T18:22:14.919Z | Downloaded postcard v1.1.3 |
| 883 | 2026-03-13T18:22:14.919Z | Downloaded rustls-pemfile v1.0.4 |
| 884 | 2026-03-13T18:22:14.926Z | Downloaded quinn-udp v0.5.14 |
| 885 | 2026-03-13T18:22:14.926Z | Downloaded signal-hook-mio v0.2.5 |
| 886 | 2026-03-13T18:22:14.926Z | Downloaded scheduled-thread-pool v0.2.7 |
| 887 | 2026-03-13T18:22:14.926Z | Downloaded rustversion v1.0.22 |
| 888 | 2026-03-13T18:22:14.926Z | Downloaded scroll v0.13.0 |
| 889 | 2026-03-13T18:22:14.926Z | Downloaded schemars_derive v0.8.22 |
| 890 | 2026-03-13T18:22:14.926Z | Downloaded rusty-fork v0.3.1 |
| 891 | 2026-03-13T18:22:14.934Z | Downloaded pin-project v1.1.11 |
| 892 | 2026-03-13T18:22:14.939Z | Downloaded slog-bunyan v2.5.0 |
| 893 | 2026-03-13T18:22:14.939Z | Downloaded rustls-native-certs v0.8.3 |
| 894 | 2026-03-13T18:22:14.939Z | Downloaded hickory-resolver v0.24.4 |
| 895 | 2026-03-13T18:22:14.944Z | Downloaded serde_repr v0.1.20 |
| 896 | 2026-03-13T18:22:14.954Z | Downloaded openssl-sys v0.9.111 |
| 897 | 2026-03-13T18:22:14.963Z | Downloaded serde-hex v0.1.0 |
| 898 | 2026-03-13T18:22:14.963Z | Downloaded sec1 v0.7.3 |
| 899 | 2026-03-13T18:22:14.963Z | Downloaded omicron-zone-package v0.12.2 |
| 900 | 2026-03-13T18:22:14.965Z | Downloaded seq-macro v0.3.6 |
| 901 | 2026-03-13T18:22:14.965Z | Downloaded semver v0.1.20 |
| 902 | 2026-03-13T18:22:14.972Z | Downloaded http v1.4.0 |
| 903 | 2026-03-13T18:22:14.972Z | Downloaded russh-keys v0.45.0 |
| 904 | 2026-03-13T18:22:14.972Z | Downloaded progenitor-impl v0.11.2 |
| 905 | 2026-03-13T18:22:14.972Z | Downloaded serde_bytes v0.11.19 |
| 906 | 2026-03-13T18:22:14.978Z | Downloaded ssh-encoding v0.2.0 |
| 907 | 2026-03-13T18:22:14.978Z | Downloaded ssh-cipher v0.2.0 |
| 908 | 2026-03-13T18:22:14.978Z | Downloaded sqlparser_derive v0.5.0 |
| 909 | 2026-03-13T18:22:14.978Z | Downloaded aws-lc-rs v1.16.0 |
| 910 | 2026-03-13T18:22:14.985Z | Downloaded hashbrown v0.12.3 |
| 911 | 2026-03-13T18:22:14.991Z | Downloaded signal-hook-registry v1.4.8 |
| 912 | 2026-03-13T18:22:14.991Z | Downloaded pin-project-lite v0.2.17 |
| 913 | 2026-03-13T18:22:14.998Z | Downloaded strip-ansi-escapes v0.2.1 |
| 914 | 2026-03-13T18:22:14.998Z | Downloaded serde_derive_internals v0.29.1 |
| 915 | 2026-03-13T18:22:15.005Z | Downloaded crossterm v0.28.1 |
| 916 | 2026-03-13T18:22:15.009Z | Downloaded strum v0.27.2 |
| 917 | 2026-03-13T18:22:15.009Z | Downloaded shlex v1.3.0 |
| 918 | 2026-03-13T18:22:15.010Z | Downloaded parking_lot_core v0.9.12 |
| 919 | 2026-03-13T18:22:15.010Z | Downloaded strum v0.26.3 |
| 920 | 2026-03-13T18:22:15.010Z | Downloaded structmeta-derive v0.3.0 |
| 921 | 2026-03-13T18:22:15.015Z | Downloaded rcgen v0.12.1 |
| 922 | 2026-03-13T18:22:15.015Z | Downloaded slog-envlogger v2.2.0 |
| 923 | 2026-03-13T18:22:15.020Z | Downloaded minimal-lexical v0.2.1 |
| 924 | 2026-03-13T18:22:15.020Z | Downloaded slog-scope v4.4.1 |
| 925 | 2026-03-13T18:22:15.025Z | Downloaded slog-dtrace v0.3.0 |
| 926 | 2026-03-13T18:22:15.025Z | Downloaded subtle v2.6.1 |
| 927 | 2026-03-13T18:22:15.025Z | Downloaded sync_wrapper v1.0.2 |
| 928 | 2026-03-13T18:22:15.030Z | Downloaded sync-ptr v0.1.4 |
| 929 | 2026-03-13T18:22:15.031Z | Downloaded slog-async v2.8.0 |
| 930 | 2026-03-13T18:22:15.031Z | Downloaded ron v0.8.1 |
| 931 | 2026-03-13T18:22:15.034Z | Downloaded hyper-util v0.1.20 |
| 932 | 2026-03-13T18:22:15.044Z | Downloaded rustls-pki-types v1.14.0 |
| 933 | 2026-03-13T18:22:15.044Z | Downloaded simd-adler32 v0.3.8 |
| 934 | 2026-03-13T18:22:15.044Z | Downloaded snafu-derive v0.8.9 |
| 935 | 2026-03-13T18:22:15.049Z | Downloaded smf v0.2.3 |
| 936 | 2026-03-13T18:22:15.049Z | Downloaded slog-stdlog v4.1.1 |
| 937 | 2026-03-13T18:22:15.049Z | Downloaded serde_cbor v0.11.2 |
| 938 | 2026-03-13T18:22:15.054Z | Downloaded tagptr v0.2.0 |
| 939 | 2026-03-13T18:22:15.054Z | Downloaded tabwriter v1.4.1 |
| 940 | 2026-03-13T18:22:15.054Z | Downloaded tabled_derive v0.11.0 |
| 941 | 2026-03-13T18:22:15.059Z | Downloaded smallvec v0.6.14 |
| 942 | 2026-03-13T18:22:15.059Z | Downloaded progenitor-impl v0.10.0 |
| 943 | 2026-03-13T18:22:15.059Z | Downloaded string_cache v0.8.9 |
| 944 | 2026-03-13T18:22:15.064Z | Downloaded static_assertions v1.1.0 |
| 945 | 2026-03-13T18:22:15.064Z | Downloaded slog-term v2.9.2 |
| 946 | 2026-03-13T18:22:15.064Z | Downloaded stacker v0.1.23 |
| 947 | 2026-03-13T18:22:15.072Z | Downloaded structmeta v0.3.0 |
| 948 | 2026-03-13T18:22:15.072Z | Downloaded termtree v0.5.1 |
| 949 | 2026-03-13T18:22:15.072Z | Downloaded serde_path_to_error v0.1.20 |
| 950 | 2026-03-13T18:22:15.078Z | Downloaded prettyplease v0.2.37 |
| 951 | 2026-03-13T18:22:15.078Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 952 | 2026-03-13T18:22:15.078Z | Downloaded sqlformat v0.3.5 |
| 953 | 2026-03-13T18:22:15.078Z | Downloaded time-core v0.1.8 |
| 954 | 2026-03-13T18:22:15.085Z | Downloaded slab v0.4.12 |
| 955 | 2026-03-13T18:22:15.085Z | Downloaded spki v0.7.3 |
| 956 | 2026-03-13T18:22:15.085Z | Downloaded sct v0.7.1 |
| 957 | 2026-03-13T18:22:15.089Z | Downloaded rustls-platform-verifier v0.6.2 |
| 958 | 2026-03-13T18:22:15.089Z | Downloaded tinyvec_macros v0.1.1 |
| 959 | 2026-03-13T18:22:15.094Z | Downloaded mio v1.1.1 |
| 960 | 2026-03-13T18:22:15.099Z | Downloaded strum_macros v0.24.3 |
| 961 | 2026-03-13T18:22:15.099Z | Downloaded serde_with_macros v3.17.0 |
| 962 | 2026-03-13T18:22:15.105Z | Downloaded rayon-core v1.13.0 |
| 963 | 2026-03-13T18:22:15.105Z | Downloaded testing_table v0.3.0 |
| 964 | 2026-03-13T18:22:15.105Z | Downloaded tap v1.0.1 |
| 965 | 2026-03-13T18:22:15.105Z | Downloaded thread-id v5.1.0 |
| 966 | 2026-03-13T18:22:15.105Z | Downloaded supports-color v3.0.2 |
| 967 | 2026-03-13T18:22:15.110Z | Downloaded pretty_assertions v1.4.1 |
| 968 | 2026-03-13T18:22:15.110Z | Downloaded stringprep v0.1.5 |
| 969 | 2026-03-13T18:22:15.117Z | Downloaded prefix-trie v0.7.0 |
| 970 | 2026-03-13T18:22:15.117Z | Downloaded p256 v0.13.2 |
| 971 | 2026-03-13T18:22:15.124Z | Downloaded spin v0.9.8 |
| 972 | 2026-03-13T18:22:15.124Z | Downloaded rand_chacha v0.3.1 |
| 973 | 2026-03-13T18:22:15.124Z | Downloaded miniz_oxide v0.8.9 |
| 974 | 2026-03-13T18:22:15.179Z | Downloaded dropshot-api-manager v0.6.0 |
| 975 | 2026-03-13T18:22:15.179Z | Downloaded parking_lot v0.12.5 |
| 976 | 2026-03-13T18:22:15.179Z | Downloaded peg-macros v0.8.5 |
| 977 | 2026-03-13T18:22:15.179Z | Downloaded peg v0.8.5 |
| 978 | 2026-03-13T18:22:15.179Z | Downloaded take_mut v0.2.2 |
| 979 | 2026-03-13T18:22:15.179Z | Downloaded support-bundle-viewer v0.1.2 |
| 980 | 2026-03-13T18:22:15.179Z | Downloaded itertools v0.10.5 |
| 981 | 2026-03-13T18:22:15.179Z | Downloaded termios v0.3.3 |
| 982 | 2026-03-13T18:22:15.180Z | Downloaded iddqd v0.3.17 |
| 983 | 2026-03-13T18:22:15.180Z | Downloaded schemars v0.8.22 |
| 984 | 2026-03-13T18:22:15.180Z | Downloaded slog-json v2.6.1 |
| 985 | 2026-03-13T18:22:15.180Z | Downloaded topological-sort v0.2.2 |
| 986 | 2026-03-13T18:22:15.180Z | Downloaded strum_macros v0.26.4 |
| 987 | 2026-03-13T18:22:15.180Z | Downloaded thread_local v1.1.9 |
| 988 | 2026-03-13T18:22:15.180Z | Downloaded similar v2.7.0 |
| 989 | 2026-03-13T18:22:15.180Z | Downloaded tower-service v0.3.3 |
| 990 | 2026-03-13T18:22:15.180Z | Downloaded thiserror-no-std v2.0.2 |
| 991 | 2026-03-13T18:22:15.180Z | Downloaded ryu v1.0.23 |
| 992 | 2026-03-13T18:22:15.180Z | Downloaded trait-variant v0.1.2 |
| 993 | 2026-03-13T18:22:15.189Z | Downloaded tower-layer v0.3.3 |
| 994 | 2026-03-13T18:22:15.189Z | Downloaded quinn v0.11.9 |
| 995 | 2026-03-13T18:22:15.189Z | Downloaded progenitor-impl v0.13.0 |
| 996 | 2026-03-13T18:22:15.189Z | Downloaded tiny-keccak v2.0.2 |
| 997 | 2026-03-13T18:22:15.195Z | Downloaded time-macros v0.2.27 |
| 998 | 2026-03-13T18:22:15.195Z | Downloaded num-bigint v0.4.6 |
| 999 | 2026-03-13T18:22:15.196Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1000 | 2026-03-13T18:22:15.200Z | Downloaded typify-macro v0.4.3 |
| 1001 | 2026-03-13T18:22:15.200Z | Downloaded try-lock v0.2.5 |
| 1002 | 2026-03-13T18:22:15.200Z | Downloaded tokio-macros v2.6.0 |
| 1003 | 2026-03-13T18:22:15.200Z | Downloaded tokio-dtrace v0.1.1 |
| 1004 | 2026-03-13T18:22:15.200Z | Downloaded itertools v0.13.0 |
| 1005 | 2026-03-13T18:22:15.205Z | Downloaded untrusted v0.7.1 |
| 1006 | 2026-03-13T18:22:15.211Z | Downloaded unarray v0.1.4 |
| 1007 | 2026-03-13T18:22:15.211Z | Downloaded tls_codec_derive v0.4.2 |
| 1008 | 2026-03-13T18:22:15.211Z | Downloaded publicsuffix v2.3.0 |
| 1009 | 2026-03-13T18:22:15.215Z | Downloaded socket2 v0.6.2 |
| 1010 | 2026-03-13T18:22:15.215Z | Downloaded hashbrown v0.15.5 |
| 1011 | 2026-03-13T18:22:15.220Z | Downloaded usdt-attr-macro v0.6.0 |
| 1012 | 2026-03-13T18:22:15.220Z | Downloaded tokio-native-tls v0.3.1 |
| 1013 | 2026-03-13T18:22:15.220Z | Downloaded tls_codec v0.4.2 |
| 1014 | 2026-03-13T18:22:15.225Z | Downloaded untrusted v0.9.0 |
| 1015 | 2026-03-13T18:22:15.226Z | Downloaded signal-hook v0.3.18 |
| 1016 | 2026-03-13T18:22:15.230Z | Downloaded usdt v0.6.0 |
| 1017 | 2026-03-13T18:22:15.230Z | Downloaded strum_macros v0.27.2 |
| 1018 | 2026-03-13T18:22:15.230Z | Downloaded parking_lot v0.11.2 |
| 1019 | 2026-03-13T18:22:15.236Z | Downloaded tokio-tungstenite v0.21.0 |
| 1020 | 2026-03-13T18:22:15.236Z | Downloaded tokio-rustls v0.25.0 |
| 1021 | 2026-03-13T18:22:15.236Z | Downloaded schemars v0.9.0 |
| 1022 | 2026-03-13T18:22:15.247Z | Downloaded universal-hash v0.5.1 |
| 1023 | 2026-03-13T18:22:15.252Z | Downloaded unit-prefix v0.5.2 |
| 1024 | 2026-03-13T18:22:15.252Z | Downloaded nom v7.1.3 |
| 1025 | 2026-03-13T18:22:15.252Z | Downloaded unicode-truncate v1.1.0 |
| 1026 | 2026-03-13T18:22:15.256Z | Downloaded term v1.2.1 |
| 1027 | 2026-03-13T18:22:15.257Z | Downloaded term v0.7.0 |
| 1028 | 2026-03-13T18:22:15.262Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1029 | 2026-03-13T18:22:15.262Z | Downloaded typify-macro v0.6.1 |
| 1030 | 2026-03-13T18:22:15.262Z | Downloaded iri-string v0.7.10 |
| 1031 | 2026-03-13T18:22:15.268Z | Downloaded want v0.3.1 |
| 1032 | 2026-03-13T18:22:15.268Z | Downloaded waitgroup v0.1.2 |
| 1033 | 2026-03-13T18:22:15.268Z | Downloaded utf-8 v0.7.6 |
| 1034 | 2026-03-13T18:22:15.272Z | Downloaded usdt-macro v0.6.0 |
| 1035 | 2026-03-13T18:22:15.272Z | Downloaded wait-timeout v0.2.1 |
| 1036 | 2026-03-13T18:22:15.272Z | Downloaded rand v0.8.5 |
| 1037 | 2026-03-13T18:22:15.277Z | Downloaded h2 v0.4.13 |
| 1038 | 2026-03-13T18:22:15.281Z | Downloaded slog v2.8.2 |
| 1039 | 2026-03-13T18:22:15.285Z | Downloaded futures-util v0.3.32 |
| 1040 | 2026-03-13T18:22:15.292Z | Downloaded unicase v2.9.0 |
| 1041 | 2026-03-13T18:22:15.307Z | Downloaded chrono v0.4.44 |
| 1042 | 2026-03-13T18:22:15.311Z | Downloaded tui-tree-widget v0.23.1 |
| 1043 | 2026-03-13T18:22:15.311Z | Downloaded rsa v0.9.10 |
| 1044 | 2026-03-13T18:22:15.311Z | Downloaded num-bigint-dig v0.8.6 |
| 1045 | 2026-03-13T18:22:15.311Z | Downloaded tokio-rustls v0.26.4 |
| 1046 | 2026-03-13T18:22:15.312Z | Downloaded xattr v1.6.1 |
| 1047 | 2026-03-13T18:22:15.315Z | Downloaded tokio-rustls v0.24.1 |
| 1048 | 2026-03-13T18:22:15.315Z | Downloaded zeroize_derive v1.4.3 |
| 1049 | 2026-03-13T18:22:15.315Z | Downloaded qorb v0.4.1 |
| 1050 | 2026-03-13T18:22:15.318Z | Downloaded snafu v0.8.9 |
| 1051 | 2026-03-13T18:22:15.322Z | Downloaded tokio-tungstenite v0.23.1 |
| 1052 | 2026-03-13T18:22:15.326Z | Downloaded samael v0.0.19 |
| 1053 | 2026-03-13T18:22:15.375Z | Downloaded xshell-macros v0.2.7 |
| 1054 | 2026-03-13T18:22:15.375Z | Downloaded void v1.0.2 |
| 1055 | 2026-03-13T18:22:15.375Z | Downloaded vergen-git2 v1.0.7 |
| 1056 | 2026-03-13T18:22:15.375Z | Downloaded vsss-rs v3.3.4 |
| 1057 | 2026-03-13T18:22:15.375Z | Downloaded zone v0.3.1 |
| 1058 | 2026-03-13T18:22:15.375Z | Downloaded vergen-lib v0.1.6 |
| 1059 | 2026-03-13T18:22:15.375Z | Downloaded test-strategy v0.4.5 |
| 1060 | 2026-03-13T18:22:15.375Z | Downloaded usdt-impl v0.6.0 |
| 1061 | 2026-03-13T18:22:15.375Z | Downloaded socket2 v0.5.10 |
| 1062 | 2026-03-13T18:22:15.375Z | Downloaded schemars v1.2.1 |
| 1063 | 2026-03-13T18:22:15.403Z | Downloaded zone_cfg_derive v0.3.1 |
| 1064 | 2026-03-13T18:22:15.403Z | Downloaded tracing-attributes v0.1.31 |
| 1065 | 2026-03-13T18:22:15.404Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1066 | 2026-03-13T18:22:15.404Z | Downloaded vergen-gitcl v1.0.8 |
| 1067 | 2026-03-13T18:22:15.404Z | Downloaded uzers v0.12.2 |
| 1068 | 2026-03-13T18:22:15.404Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1069 | 2026-03-13T18:22:15.404Z | Downloaded tinyvec v1.10.0 |
| 1070 | 2026-03-13T18:22:15.404Z | Downloaded tar v0.4.44 |
| 1071 | 2026-03-13T18:22:15.404Z | Downloaded rand v0.10.0 |
| 1072 | 2026-03-13T18:22:15.404Z | Downloaded itertools v0.14.0 |
| 1073 | 2026-03-13T18:22:15.404Z | Downloaded whoami v2.1.0 |
| 1074 | 2026-03-13T18:22:15.404Z | Downloaded bindgen v0.71.1 |
| 1075 | 2026-03-13T18:22:15.416Z | Downloaded twox-hash v2.1.2 |
| 1076 | 2026-03-13T18:22:15.416Z | Downloaded tokio-stream v0.1.18 |
| 1077 | 2026-03-13T18:22:15.416Z | Downloaded xshell v0.2.7 |
| 1078 | 2026-03-13T18:22:15.417Z | Downloaded wyz v0.5.1 |
| 1079 | 2026-03-13T18:22:15.417Z | Downloaded unicode-properties v0.1.4 |
| 1080 | 2026-03-13T18:22:15.417Z | Downloaded rand v0.9.2 |
| 1081 | 2026-03-13T18:22:15.417Z | Downloaded libm v0.2.16 |
| 1082 | 2026-03-13T18:22:15.418Z | Downloaded libxml v0.3.3 |
| 1083 | 2026-03-13T18:22:15.431Z | Downloaded whoami v1.6.1 |
| 1084 | 2026-03-13T18:22:15.431Z | Downloaded hkdf v0.12.4 |
| 1085 | 2026-03-13T18:22:15.431Z | Downloaded subprocess v0.2.15 |
| 1086 | 2026-03-13T18:22:15.432Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1087 | 2026-03-13T18:22:15.432Z | Downloaded rustls-webpki v0.103.9 |
| 1088 | 2026-03-13T18:22:15.438Z | Downloaded steno v0.4.1 |
| 1089 | 2026-03-13T18:22:15.438Z | Downloaded toml v0.7.8 |
| 1090 | 2026-03-13T18:22:15.438Z | Downloaded zeroize v1.8.2 |
| 1091 | 2026-03-13T18:22:15.438Z | Downloaded hyper v1.8.1 |
| 1092 | 2026-03-13T18:22:15.438Z | Downloaded itertools v0.12.1 |
| 1093 | 2026-03-13T18:22:15.445Z | Downloaded walkdir v2.5.0 |
| 1094 | 2026-03-13T18:22:15.453Z | Downloaded unicode-bidi v0.3.18 |
| 1095 | 2026-03-13T18:22:15.453Z | Downloaded vergen v9.0.6 |
| 1096 | 2026-03-13T18:22:15.453Z | Downloaded zstd-safe v7.2.4 |
| 1097 | 2026-03-13T18:22:15.454Z | Downloaded zstd v0.13.3 |
| 1098 | 2026-03-13T18:22:15.454Z | Downloaded tracing-core v0.1.36 |
| 1099 | 2026-03-13T18:22:15.459Z | Downloaded unsafe-libyaml v0.2.11 |
| 1100 | 2026-03-13T18:22:15.459Z | Downloaded tungstenite v0.23.0 |
| 1101 | 2026-03-13T18:22:15.459Z | Downloaded p521 v0.13.3 |
| 1102 | 2026-03-13T18:22:15.463Z | Downloaded typify v0.6.1 |
| 1103 | 2026-03-13T18:22:15.467Z | Downloaded yasna v0.5.2 |
| 1104 | 2026-03-13T18:22:15.468Z | Downloaded heapless v0.8.0 |
| 1105 | 2026-03-13T18:22:15.474Z | Downloaded hyper-rustls v0.27.7 |
| 1106 | 2026-03-13T18:22:15.474Z | Downloaded uuid v1.21.0 |
| 1107 | 2026-03-13T18:22:15.474Z | Downloaded blake3 v1.8.3 |
| 1108 | 2026-03-13T18:22:15.481Z | Downloaded rustyline v14.0.0 |
| 1109 | 2026-03-13T18:22:15.484Z | Downloaded xz2 v0.1.7 |
| 1110 | 2026-03-13T18:22:15.488Z | Downloaded vte v0.14.1 |
| 1111 | 2026-03-13T18:22:15.488Z | Downloaded russh v0.45.0 |
| 1112 | 2026-03-13T18:22:15.493Z | Downloaded ron v0.12.0 |
| 1113 | 2026-03-13T18:22:15.499Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1114 | 2026-03-13T18:22:15.505Z | Downloaded rpassword v7.4.0 |
| 1115 | 2026-03-13T18:22:15.505Z | Downloaded flate2 v1.1.9 |
| 1116 | 2026-03-13T18:22:15.509Z | Downloaded multer v3.1.0 |
| 1117 | 2026-03-13T18:22:15.513Z | Downloaded zerocopy v0.6.6 |
| 1118 | 2026-03-13T18:22:15.513Z | Downloaded litrs v1.0.0 |
| 1119 | 2026-03-13T18:22:15.519Z | Downloaded tungstenite v0.21.0 |
| 1120 | 2026-03-13T18:22:15.519Z | Downloaded typify v0.4.3 |
| 1121 | 2026-03-13T18:22:15.522Z | Downloaded reedline v0.40.0 |
| 1122 | 2026-03-13T18:22:15.527Z | Downloaded zopfli v0.8.3 |
| 1123 | 2026-03-13T18:22:15.530Z | Downloaded hyper-staticfile v0.10.1 |
| 1124 | 2026-03-13T18:22:15.530Z | Downloaded arc-swap v1.8.2 |
| 1125 | 2026-03-13T18:22:15.534Z | Downloaded parse-display-derive v0.10.0 |
| 1126 | 2026-03-13T18:22:15.535Z | Downloaded parking_lot_core v0.8.6 |
| 1127 | 2026-03-13T18:22:15.539Z | Downloaded libsw v3.5.0 |
| 1128 | 2026-03-13T18:22:15.539Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1129 | 2026-03-13T18:22:15.540Z | Downloaded iana-time-zone v0.1.65 |
| 1130 | 2026-03-13T18:22:15.547Z | Downloaded heapless v0.7.17 |
| 1131 | 2026-03-13T18:22:15.547Z | Downloaded reqwest v0.13.2 |
| 1132 | 2026-03-13T18:22:15.552Z | Downloaded indoc v2.0.7 |
| 1133 | 2026-03-13T18:22:15.553Z | Downloaded highway v1.3.0 |
| 1134 | 2026-03-13T18:22:15.558Z | Downloaded ssh-key v0.6.7 |
| 1135 | 2026-03-13T18:22:15.562Z | Downloaded headers v0.4.1 |
| 1136 | 2026-03-13T18:22:15.562Z | Downloaded yansi v1.0.1 |
| 1137 | 2026-03-13T18:22:15.568Z | Downloaded httpdate v1.0.3 |
| 1138 | 2026-03-13T18:22:15.568Z | Downloaded http-body-util v0.1.3 |
| 1139 | 2026-03-13T18:22:15.568Z | Downloaded num v0.4.3 |
| 1140 | 2026-03-13T18:22:15.568Z | Downloaded zip v0.6.6 |
| 1141 | 2026-03-13T18:22:15.573Z | Downloaded ignore v0.4.25 |
| 1142 | 2026-03-13T18:22:15.573Z | Downloaded phf_shared v0.12.1 |
| 1143 | 2026-03-13T18:22:15.578Z | Downloaded num-derive v0.4.2 |
| 1144 | 2026-03-13T18:22:15.578Z | Downloaded normalize-line-endings v0.3.0 |
| 1145 | 2026-03-13T18:22:15.578Z | Downloaded cbc v0.1.2 |
| 1146 | 2026-03-13T18:22:15.578Z | Downloaded is_ci v1.2.0 |
| 1147 | 2026-03-13T18:22:15.578Z | Downloaded p384 v0.13.1 |
| 1148 | 2026-03-13T18:22:15.583Z | Downloaded git2 v0.20.4 |
| 1149 | 2026-03-13T18:22:15.588Z | Downloaded reqwest v0.12.28 |
| 1150 | 2026-03-13T18:22:15.593Z | Downloaded regex v1.12.3 |
| 1151 | 2026-03-13T18:22:15.597Z | Downloaded http-body v1.0.1 |
| 1152 | 2026-03-13T18:22:15.605Z | Downloaded der v0.7.10 |
| 1153 | 2026-03-13T18:22:15.612Z | Downloaded bzip2 v0.6.1 |
| 1154 | 2026-03-13T18:22:15.612Z | Downloaded futures v0.3.32 |
| 1155 | 2026-03-13T18:22:15.612Z | Downloaded diesel_derives v2.2.7 |
| 1156 | 2026-03-13T18:22:15.612Z | Downloaded darling_core v0.23.0 |
| 1157 | 2026-03-13T18:22:15.618Z | Downloaded async-bb8-diesel v0.2.1 |
| 1158 | 2026-03-13T18:22:15.623Z | Downloaded nu-ansi-term v0.50.3 |
| 1159 | 2026-03-13T18:22:15.623Z | Downloaded cobs v0.3.0 |
| 1160 | 2026-03-13T18:22:15.623Z | Downloaded console v0.15.11 |
| 1161 | 2026-03-13T18:22:15.623Z | Downloaded toml_edit v0.19.15 |
| 1162 | 2026-03-13T18:22:15.634Z | Downloaded rayon v1.11.0 |
| 1163 | 2026-03-13T18:22:15.642Z | Downloaded x509-cert v0.2.5 |
| 1164 | 2026-03-13T18:22:15.648Z | Downloaded portable-atomic v1.13.1 |
| 1165 | 2026-03-13T18:22:15.659Z | Downloaded tokio-postgres v0.7.16 |
| 1166 | 2026-03-13T18:22:15.673Z | Downloaded salty v0.3.0 |
| 1167 | 2026-03-13T18:22:15.673Z | Downloaded unicode_categories v0.1.1 |
| 1168 | 2026-03-13T18:22:15.673Z | Downloaded moka v0.12.13 |
| 1169 | 2026-03-13T18:22:15.679Z | Downloaded lalrpop v0.19.12 |
| 1170 | 2026-03-13T18:22:15.679Z | Downloaded unicode-normalization v0.1.25 |
| 1171 | 2026-03-13T18:22:15.684Z | Downloaded goblin v0.10.5 |
| 1172 | 2026-03-13T18:22:15.703Z | Downloaded tower v0.5.3 |
| 1173 | 2026-03-13T18:22:15.707Z | Downloaded quick-xml v0.37.5 |
| 1174 | 2026-03-13T18:22:15.707Z | Downloaded tough v0.20.0 |
| 1175 | 2026-03-13T18:22:15.707Z | Downloaded typed-path v0.9.3 |
| 1176 | 2026-03-13T18:22:15.713Z | Downloaded ingot-types v0.1.2 |
| 1177 | 2026-03-13T18:22:15.713Z | Downloaded serde_with v3.17.0 |
| 1178 | 2026-03-13T18:22:15.721Z | Downloaded unicode-segmentation v1.12.0 |
| 1179 | 2026-03-13T18:22:15.725Z | Downloaded zerocopy-derive v0.8.40 |
| 1180 | 2026-03-13T18:22:15.732Z | Downloaded rustls-webpki v0.101.7 |
| 1181 | 2026-03-13T18:22:15.740Z | Downloaded flume v0.11.1 |
| 1182 | 2026-03-13T18:22:15.743Z | Downloaded fatfs v0.3.6 |
| 1183 | 2026-03-13T18:22:15.747Z | Downloaded aho-corasick v1.1.4 |
| 1184 | 2026-03-13T18:22:15.753Z | Downloaded memoffset v0.9.1 |
| 1185 | 2026-03-13T18:22:15.762Z | Downloaded proptest v1.10.0 |
| 1186 | 2026-03-13T18:22:15.773Z | Downloaded petname v2.0.2 |
| 1187 | 2026-03-13T18:22:15.773Z | Downloaded tokio-util v0.7.18 |
| 1188 | 2026-03-13T18:22:15.782Z | Downloaded zip v4.6.1 |
| 1189 | 2026-03-13T18:22:15.782Z | Downloaded md5 v0.7.0 |
| 1190 | 2026-03-13T18:22:15.782Z | Downloaded maplit v1.0.2 |
| 1191 | 2026-03-13T18:22:15.782Z | Downloaded lzss v0.8.2 |
| 1192 | 2026-03-13T18:22:15.782Z | Downloaded lru v0.12.5 |
| 1193 | 2026-03-13T18:22:15.782Z | Downloaded async-recursion v1.1.1 |
| 1194 | 2026-03-13T18:22:15.789Z | Downloaded tower-http v0.6.8 |
| 1195 | 2026-03-13T18:22:15.789Z | Downloaded corncobs v0.1.4 |
| 1196 | 2026-03-13T18:22:15.789Z | Downloaded const-oid v0.9.6 |
| 1197 | 2026-03-13T18:22:15.796Z | Downloaded base64ct v1.8.3 |
| 1198 | 2026-03-13T18:22:15.796Z | Downloaded indent_write v2.2.0 |
| 1199 | 2026-03-13T18:22:15.797Z | Downloaded fs-err v2.11.0 |
| 1200 | 2026-03-13T18:22:15.797Z | Downloaded async-stream v0.3.6 |
| 1201 | 2026-03-13T18:22:15.797Z | Downloaded bytes v1.11.1 |
| 1202 | 2026-03-13T18:22:15.802Z | Downloaded convert_case v0.10.0 |
| 1203 | 2026-03-13T18:22:15.803Z | Downloaded constant_time_eq v0.4.2 |
| 1204 | 2026-03-13T18:22:15.803Z | Downloaded const_format_proc_macros v0.2.34 |
| 1205 | 2026-03-13T18:22:15.803Z | Downloaded bit-vec v0.6.3 |
| 1206 | 2026-03-13T18:22:15.810Z | Downloaded darling v0.20.11 |
| 1207 | 2026-03-13T18:22:15.810Z | Downloaded quinn-proto v0.11.13 |
| 1208 | 2026-03-13T18:22:15.813Z | Downloaded rustls-webpki v0.102.8 |
| 1209 | 2026-03-13T18:22:15.825Z | Downloaded bstr v1.12.1 |
| 1210 | 2026-03-13T18:22:15.833Z | Downloaded winnow v0.5.40 |
| 1211 | 2026-03-13T18:22:15.839Z | Downloaded curve25519-dalek v4.1.3 |
| 1212 | 2026-03-13T18:22:15.845Z | Downloaded radix_trie v0.2.1 |
| 1213 | 2026-03-13T18:22:15.852Z | Downloaded cexpr v0.6.0 |
| 1214 | 2026-03-13T18:22:15.856Z | Downloaded cancel-safe-futures v0.1.5 |
| 1215 | 2026-03-13T18:22:15.856Z | Downloaded buf-list v1.1.2 |
| 1216 | 2026-03-13T18:22:15.856Z | Downloaded bitflags v1.3.2 |
| 1217 | 2026-03-13T18:22:15.860Z | Downloaded object v0.30.4 |
| 1218 | 2026-03-13T18:22:15.870Z | Downloaded nix v0.28.0 |
| 1219 | 2026-03-13T18:22:15.883Z | Downloaded nix v0.27.1 |
| 1220 | 2026-03-13T18:22:15.887Z | Downloaded backon v1.6.0 |
| 1221 | 2026-03-13T18:22:15.888Z | Downloaded cargo_toml v0.22.3 |
| 1222 | 2026-03-13T18:22:15.888Z | Downloaded tabled v0.20.0 |
| 1223 | 2026-03-13T18:22:15.899Z | Downloaded winnow v0.6.26 |
| 1224 | 2026-03-13T18:22:15.908Z | Downloaded polar-core v0.27.3 |
| 1225 | 2026-03-13T18:22:15.911Z | Downloaded nix v0.29.0 |
| 1226 | 2026-03-13T18:22:15.921Z | Downloaded zlib-rs v0.6.2 |
| 1227 | 2026-03-13T18:22:15.927Z | Downloaded diesel v2.2.12 |
| 1228 | 2026-03-13T18:22:15.939Z | Downloaded time v0.3.47 |
| 1229 | 2026-03-13T18:22:15.951Z | Downloaded rustls v0.21.12 |
| 1230 | 2026-03-13T18:22:15.962Z | Downloaded object v0.37.3 |
| 1231 | 2026-03-13T18:22:15.966Z | Downloaded hickory-proto v0.24.4 |
| 1232 | 2026-03-13T18:22:15.978Z | Downloaded smoltcp v0.9.1 |
| 1233 | 2026-03-13T18:22:15.987Z | Downloaded vcpkg v0.2.15 |
| 1234 | 2026-03-13T18:22:16.016Z | Downloaded rustls v0.22.4 |
| 1235 | 2026-03-13T18:22:16.026Z | Downloaded openapiv3 v2.2.0 |
| 1236 | 2026-03-13T18:22:16.035Z | Downloaded nix v0.31.1 |
| 1237 | 2026-03-13T18:22:16.046Z | Downloaded zerocopy v0.8.40 |
| 1238 | 2026-03-13T18:22:16.052Z | Downloaded smoltcp v0.11.0 |
| 1239 | 2026-03-13T18:22:16.063Z | Downloaded rustls v0.23.37 |
| 1240 | 2026-03-13T18:22:16.073Z | Downloaded rustix v0.38.44 |
| 1241 | 2026-03-13T18:22:16.088Z | Downloaded hickory-proto v0.25.2 |
| 1242 | 2026-03-13T18:22:16.104Z | Downloaded webpki-roots v1.0.6 |
| 1243 | 2026-03-13T18:22:16.108Z | Downloaded regress v0.10.5 |
| 1244 | 2026-03-13T18:22:16.112Z | Downloaded regex-syntax v0.8.10 |
| 1245 | 2026-03-13T18:22:16.118Z | Downloaded regex-syntax v0.6.29 |
| 1246 | 2026-03-13T18:22:16.125Z | Downloaded dropshot v0.16.7 |
| 1247 | 2026-03-13T18:22:16.144Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1248 | 2026-03-13T18:22:16.150Z | Downloaded openssl v0.10.75 |
| 1249 | 2026-03-13T18:22:16.159Z | Downloaded hyper-tls v0.6.0 |
| 1250 | 2026-03-13T18:22:16.166Z | Downloaded hubpack_derive v0.1.1 |
| 1251 | 2026-03-13T18:22:16.166Z | Downloaded globset v0.4.18 |
| 1252 | 2026-03-13T18:22:16.166Z | Downloaded glob v0.3.3 |
| 1253 | 2026-03-13T18:22:16.167Z | Downloaded git-stub-vcs v0.1.0 |
| 1254 | 2026-03-13T18:22:16.167Z | Downloaded crc-catalog v2.4.0 |
| 1255 | 2026-03-13T18:22:16.172Z | Downloaded backoff v0.4.0 |
| 1256 | 2026-03-13T18:22:16.172Z | Downloaded bb8 v0.8.6 |
| 1257 | 2026-03-13T18:22:16.172Z | Downloaded base16ct v0.2.0 |
| 1258 | 2026-03-13T18:22:16.172Z | Downloaded der_derive v0.7.3 |
| 1259 | 2026-03-13T18:22:16.172Z | Downloaded funty v2.0.0 |
| 1260 | 2026-03-13T18:22:16.172Z | Downloaded cmake v0.1.57 |
| 1261 | 2026-03-13T18:22:16.172Z | Downloaded ascii-canvas v3.0.0 |
| 1262 | 2026-03-13T18:22:16.172Z | Downloaded chacha20 v0.9.1 |
| 1263 | 2026-03-13T18:22:16.172Z | Downloaded ed25519 v2.2.3 |
| 1264 | 2026-03-13T18:22:16.177Z | Downloaded ecdsa v0.16.9 |
| 1265 | 2026-03-13T18:22:16.177Z | Downloaded daft-derive v0.1.5 |
| 1266 | 2026-03-13T18:22:16.184Z | Downloaded aead v0.5.2 |
| 1267 | 2026-03-13T18:22:16.184Z | Downloaded globwalk v0.9.1 |
| 1268 | 2026-03-13T18:22:16.184Z | Downloaded cc v1.2.56 |
| 1269 | 2026-03-13T18:22:16.188Z | Downloaded bumpalo v3.20.2 |
| 1270 | 2026-03-13T18:22:16.188Z | Downloaded console v0.16.2 |
| 1271 | 2026-03-13T18:22:16.188Z | Downloaded bitfield v0.19.4 |
| 1272 | 2026-03-13T18:22:16.188Z | Downloaded blowfish v0.9.1 |
| 1273 | 2026-03-13T18:22:16.193Z | Downloaded arrayvec v0.7.6 |
| 1274 | 2026-03-13T18:22:16.193Z | Downloaded foldhash v0.1.5 |
| 1275 | 2026-03-13T18:22:16.194Z | Downloaded sqlparser v0.61.0 |
| 1276 | 2026-03-13T18:22:16.199Z | Downloaded fixedbitset v0.5.7 |
| 1277 | 2026-03-13T18:22:16.204Z | Downloaded filetime v0.2.27 |
| 1278 | 2026-03-13T18:22:16.204Z | Downloaded erased-serde v0.3.31 |
| 1279 | 2026-03-13T18:22:16.204Z | Downloaded env_logger v0.11.9 |
| 1280 | 2026-03-13T18:22:16.208Z | Downloaded either v1.15.0 |
| 1281 | 2026-03-13T18:22:16.208Z | Downloaded dyn-clone v1.0.20 |
| 1282 | 2026-03-13T18:22:16.208Z | Downloaded dsl_auto_type v0.1.3 |
| 1283 | 2026-03-13T18:22:16.213Z | Downloaded derive-where v1.6.0 |
| 1284 | 2026-03-13T18:22:16.213Z | Downloaded derive-ex v0.1.8 |
| 1285 | 2026-03-13T18:22:16.213Z | Downloaded crc8 v0.1.1 |
| 1286 | 2026-03-13T18:22:16.213Z | Downloaded ciborium-ll v0.2.2 |
| 1287 | 2026-03-13T18:22:16.213Z | Downloaded bzip2 v0.4.4 |
| 1288 | 2026-03-13T18:22:16.220Z | Downloaded bitfield-macros v0.19.4 |
| 1289 | 2026-03-13T18:22:16.220Z | Downloaded crc v3.4.0 |
| 1290 | 2026-03-13T18:22:16.220Z | Downloaded data-encoding v2.10.0 |
| 1291 | 2026-03-13T18:22:16.220Z | Downloaded csv-core v0.1.13 |
| 1292 | 2026-03-13T18:22:16.234Z | Downloaded crossbeam-utils v0.8.21 |
| 1293 | 2026-03-13T18:22:16.234Z | Downloaded futures-task v0.3.32 |
| 1294 | 2026-03-13T18:22:16.234Z | Downloaded base64 v0.21.7 |
| 1295 | 2026-03-13T18:22:16.234Z | Downloaded tracing v0.1.44 |
| 1296 | 2026-03-13T18:22:16.251Z | Downloaded sled v0.34.7 |
| 1297 | 2026-03-13T18:22:16.259Z | Downloaded typify-impl v0.6.1 |
| 1298 | 2026-03-13T18:22:16.271Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-03-13T18:22:16.274Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-03-13T18:22:16.288Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-03-13T18:22:16.301Z | Downloaded lzma-sys v0.1.20 |
| 1302 | 2026-03-13T18:22:16.323Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-03-13T18:22:16.331Z | Downloaded regex-automata v0.4.14 |
| 1304 | 2026-03-13T18:22:16.340Z | Downloaded csv v1.4.0 |
| 1305 | 2026-03-13T18:22:16.356Z | Downloaded petgraph v0.8.3 |
| 1306 | 2026-03-13T18:22:16.371Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-03-13T18:22:16.387Z | Downloaded petgraph v0.6.5 |
| 1308 | 2026-03-13T18:22:16.400Z | Downloaded libz-sys v1.1.24 |
| 1309 | 2026-03-13T18:22:16.415Z | Downloaded atomic-waker v1.1.2 |
| 1310 | 2026-03-13T18:22:16.418Z | Downloaded futures-io v0.3.32 |
| 1311 | 2026-03-13T18:22:16.418Z | Downloaded ff v0.13.1 |
| 1312 | 2026-03-13T18:22:16.418Z | Downloaded cargo_metadata v0.19.2 |
| 1313 | 2026-03-13T18:22:16.423Z | Downloaded allocator-api2 v0.2.21 |
| 1314 | 2026-03-13T18:22:16.423Z | Downloaded convert_case v0.4.0 |
| 1315 | 2026-03-13T18:22:16.423Z | Downloaded ciborium-io v0.2.2 |
| 1316 | 2026-03-13T18:22:16.423Z | Downloaded bitfield-struct v0.6.2 |
| 1317 | 2026-03-13T18:22:16.426Z | Downloaded arrayref v0.3.9 |
| 1318 | 2026-03-13T18:22:16.426Z | Downloaded darling_macro v0.20.11 |
| 1319 | 2026-03-13T18:22:16.426Z | Downloaded block-padding v0.3.3 |
| 1320 | 2026-03-13T18:22:16.426Z | Downloaded cassowary v0.3.0 |
| 1321 | 2026-03-13T18:22:16.426Z | Downloaded assert_matches v1.5.0 |
| 1322 | 2026-03-13T18:22:16.427Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1323 | 2026-03-13T18:22:16.438Z | Downloaded tokio v1.49.0 |
| 1324 | 2026-03-13T18:22:16.467Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1325 | 2026-03-13T18:22:16.470Z | Downloaded array-init v0.0.4 |
| 1326 | 2026-03-13T18:22:16.470Z | Downloaded atty v0.2.14 |
| 1327 | 2026-03-13T18:22:16.470Z | Downloaded dof v0.4.0 |
| 1328 | 2026-03-13T18:22:16.470Z | Downloaded defmt-parser v1.0.0 |
| 1329 | 2026-03-13T18:22:16.474Z | Downloaded defmt v1.0.1 |
| 1330 | 2026-03-13T18:22:16.474Z | Downloaded darling_macro v0.23.0 |
| 1331 | 2026-03-13T18:22:16.476Z | Downloaded document-features v0.2.12 |
| 1332 | 2026-03-13T18:22:16.476Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1333 | 2026-03-13T18:22:16.476Z | Downloaded debug-ignore v1.0.5 |
| 1334 | 2026-03-13T18:22:16.476Z | Downloaded darling v0.21.3 |
| 1335 | 2026-03-13T18:22:16.487Z | Downloaded sha3 v0.10.8 |
| 1336 | 2026-03-13T18:22:16.491Z | Downloaded encoding_rs v0.8.35 |
| 1337 | 2026-03-13T18:22:16.636Z | Downloaded ring v0.17.14 |
| 1338 | 2026-03-13T18:22:16.703Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1339 | 2026-03-13T18:22:17.293Z | Downloaded aws-lc-sys v0.37.1 |
| 1340 | 2026-03-13T18:22:17.758Z | Compiling libc v0.2.180 |
| 1341 | 2026-03-13T18:22:17.758Z | Compiling serde v1.0.228 |
| 1342 | 2026-03-13T18:22:17.782Z | Compiling log v0.4.29 |
| 1343 | 2026-03-13T18:22:17.783Z | Compiling shlex v1.3.0 |
| 1344 | 2026-03-13T18:22:17.783Z | Compiling find-msvc-tools v0.1.9 |
| 1345 | 2026-03-13T18:22:17.783Z | Compiling smallvec v1.15.1 |
| 1346 | 2026-03-13T18:22:17.889Z | Compiling syn v2.0.117 |
| 1347 | 2026-03-13T18:22:17.915Z | Compiling typenum v1.19.0 |
| 1348 | 2026-03-13T18:22:18.026Z | Compiling generic-array v0.14.7 |
| 1349 | 2026-03-13T18:22:18.037Z | Compiling subtle v2.6.1 |
| 1350 | 2026-03-13T18:22:18.106Z | Compiling scopeguard v1.2.0 |
| 1351 | 2026-03-13T18:22:18.149Z | Compiling portable-atomic v1.13.1 |
| 1352 | 2026-03-13T18:22:18.203Z | Compiling const-oid v0.9.6 |
| 1353 | 2026-03-13T18:22:18.241Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-03-13T18:22:18.276Z | Compiling critical-section v1.2.0 |
| 1355 | 2026-03-13T18:22:18.358Z | Compiling zerocopy v0.8.40 |
| 1356 | 2026-03-13T18:22:18.402Z | Compiling serde_json v1.0.149 |
| 1357 | 2026-03-13T18:22:18.538Z | Compiling pin-project-lite v0.2.17 |
| 1358 | 2026-03-13T18:22:18.655Z | Compiling parking_lot_core v0.9.12 |
| 1359 | 2026-03-13T18:22:19.060Z | Compiling getrandom v0.2.17 |
| 1360 | 2026-03-13T18:22:19.106Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-03-13T18:22:19.125Z | Compiling errno v0.3.14 |
| 1362 | 2026-03-13T18:22:19.304Z | Compiling rand_core v0.6.4 |
| 1363 | 2026-03-13T18:22:19.347Z | Compiling signal-hook-registry v1.4.8 |
| 1364 | 2026-03-13T18:22:19.364Z | Compiling cc v1.2.56 |
| 1365 | 2026-03-13T18:22:19.602Z | Compiling pkg-config v0.3.32 |
| 1366 | 2026-03-13T18:22:19.619Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-03-13T18:22:19.662Z | Compiling parking_lot v0.12.5 |
| 1368 | 2026-03-13T18:22:19.708Z | Compiling mio v1.1.1 |
| 1369 | 2026-03-13T18:22:19.781Z | Compiling bitflags v2.11.0 |
| 1370 | 2026-03-13T18:22:19.887Z | Compiling libm v0.2.16 |
| 1371 | 2026-03-13T18:22:20.029Z | Compiling num-traits v0.2.19 |
| 1372 | 2026-03-13T18:22:20.159Z | Compiling futures-core v0.3.32 |
| 1373 | 2026-03-13T18:22:20.364Z | Compiling socket2 v0.6.2 |
| 1374 | 2026-03-13T18:22:20.394Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-03-13T18:22:20.433Z | Compiling allocator-api2 v0.2.21 |
| 1376 | 2026-03-13T18:22:20.457Z | Compiling cpufeatures v0.2.17 |
| 1377 | 2026-03-13T18:22:20.493Z | Compiling foldhash v0.2.0 |
| 1378 | 2026-03-13T18:22:20.543Z | Compiling futures-sink v0.3.32 |
| 1379 | 2026-03-13T18:22:20.639Z | Compiling getrandom v0.4.1 |
| 1380 | 2026-03-13T18:22:20.680Z | Compiling futures-channel v0.3.32 |
| 1381 | 2026-03-13T18:22:20.767Z | Compiling futures-task v0.3.32 |
| 1382 | 2026-03-13T18:22:20.864Z | Compiling hashbrown v0.16.1 |
| 1383 | 2026-03-13T18:22:20.932Z | Compiling slab v0.4.12 |
| 1384 | 2026-03-13T18:22:20.974Z | Compiling futures-io v0.3.32 |
| 1385 | 2026-03-13T18:22:20.992Z | Compiling getrandom v0.3.4 |
| 1386 | 2026-03-13T18:22:21.144Z | Compiling rustversion v1.0.22 |
| 1387 | 2026-03-13T18:22:21.157Z | Compiling rand_core v0.10.0 |
| 1388 | 2026-03-13T18:22:21.177Z | Compiling form_urlencoded v1.2.2 |
| 1389 | 2026-03-13T18:22:21.403Z | Compiling cmake v0.1.57 |
| 1390 | 2026-03-13T18:22:21.671Z | Compiling indexmap v2.13.0 |
| 1391 | 2026-03-13T18:22:21.710Z | Compiling ident_case v1.0.1 |
| 1392 | 2026-03-13T18:22:21.880Z | Compiling fs_extra v1.3.0 |
| 1393 | 2026-03-13T18:22:21.962Z | Compiling dunce v1.0.5 |
| 1394 | 2026-03-13T18:22:22.040Z | Compiling synstructure v0.13.2 |
| 1395 | 2026-03-13T18:22:22.079Z | Compiling base64ct v1.8.3 |
| 1396 | 2026-03-13T18:22:22.179Z | Compiling flagset v0.4.7 |
| 1397 | 2026-03-13T18:22:22.244Z | Compiling aws-lc-sys v0.37.1 |
| 1398 | 2026-03-13T18:22:22.346Z | Compiling rand_core v0.9.5 |
| 1399 | 2026-03-13T18:22:22.467Z | Compiling pem-rfc7468 v0.7.0 |
| 1400 | 2026-03-13T18:22:22.490Z | Compiling rustix v1.1.3 |
| 1401 | 2026-03-13T18:22:22.580Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-03-13T18:22:22.594Z | Compiling ring v0.17.14 |
| 1403 | 2026-03-13T18:22:22.727Z | Compiling uuid v1.21.0 |
| 1404 | 2026-03-13T18:22:22.841Z | Compiling rustc_version v0.4.1 |
| 1405 | 2026-03-13T18:22:22.865Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-03-13T18:22:22.883Z | Compiling aws-lc-rs v1.16.0 |
| 1407 | 2026-03-13T18:22:23.252Z | Compiling vcpkg v0.2.15 |
| 1408 | 2026-03-13T18:22:23.287Z | Compiling tracing-core v0.1.36 |
| 1409 | 2026-03-13T18:22:23.687Z | Compiling crossbeam-utils v0.8.21 |
| 1410 | 2026-03-13T18:22:24.078Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-03-13T18:22:24.118Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-03-13T18:22:24.300Z | Compiling openssl-sys v0.9.111 |
| 1413 | 2026-03-13T18:22:24.695Z | Compiling serde_derive v1.0.228 |
| 1414 | 2026-03-13T18:22:24.935Z | Compiling zeroize_derive v1.4.3 |
| 1415 | 2026-03-13T18:22:24.993Z | Compiling zerofrom-derive v0.1.6 |
| 1416 | 2026-03-13T18:22:25.022Z | Compiling yoke-derive v0.8.1 |
| 1417 | 2026-03-13T18:22:25.350Z | Compiling zerocopy-derive v0.8.40 |
| 1418 | 2026-03-13T18:22:25.802Z | Compiling zeroize v1.8.2 |
| 1419 | 2026-03-13T18:22:26.895Z | Compiling zerovec-derive v0.11.2 |
| 1420 | 2026-03-13T18:22:26.924Z | Compiling displaydoc v0.2.5 |
| 1421 | 2026-03-13T18:22:26.962Z | Compiling crypto-common v0.1.7 |
| 1422 | 2026-03-13T18:22:26.962Z | Compiling zerofrom v0.1.6 |
| 1423 | 2026-03-13T18:22:27.043Z | Compiling yoke v0.8.1 |
| 1424 | 2026-03-13T18:22:27.055Z | Compiling block-buffer v0.10.4 |
| 1425 | 2026-03-13T18:22:27.450Z | Compiling digest v0.10.7 |
| 1426 | 2026-03-13T18:22:27.467Z | Compiling tokio-macros v2.6.0 |
| 1427 | 2026-03-13T18:22:28.169Z | Compiling hmac v0.12.1 |
| 1428 | 2026-03-13T18:22:28.197Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-03-13T18:22:28.197Z | Compiling futures-macro v0.3.32 |
| 1430 | 2026-03-13T18:22:28.197Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-03-13T18:22:28.197Z | Compiling block-padding v0.3.3 |
| 1432 | 2026-03-13T18:22:28.197Z | Compiling inout v0.1.4 |
| 1433 | 2026-03-13T18:22:28.198Z | Compiling sha2 v0.10.9 |
| 1434 | 2026-03-13T18:22:28.219Z | Compiling cipher v0.4.4 |
| 1435 | 2026-03-13T18:22:28.241Z | Compiling der_derive v0.7.3 |
| 1436 | 2026-03-13T18:22:28.395Z | Compiling tinystr v0.8.2 |
| 1437 | 2026-03-13T18:22:28.747Z | Compiling potential_utf v0.1.4 |
| 1438 | 2026-03-13T18:22:28.761Z | Compiling icu_locale_core v2.1.1 |
| 1439 | 2026-03-13T18:22:28.761Z | Compiling icu_collections v2.1.1 |
| 1440 | 2026-03-13T18:22:28.761Z | Compiling futures-util v0.3.32 |
| 1441 | 2026-03-13T18:22:29.356Z | Compiling bytes v1.11.1 |
| 1442 | 2026-03-13T18:22:29.409Z | Compiling chrono v0.4.44 |
| 1443 | 2026-03-13T18:22:29.753Z | Compiling icu_provider v2.1.1 |
| 1444 | 2026-03-13T18:22:29.807Z | Compiling der v0.7.10 |
| 1445 | 2026-03-13T18:22:30.276Z | Compiling icu_normalizer v2.1.1 |
| 1446 | 2026-03-13T18:22:30.360Z | Compiling icu_properties v2.1.2 |
| 1447 | 2026-03-13T18:22:30.360Z | Compiling tokio v1.49.0 |
| 1448 | 2026-03-13T18:22:30.688Z | Compiling http v1.4.0 |
| 1449 | 2026-03-13T18:22:31.292Z | Compiling idna_adapter v1.2.1 |
| 1450 | 2026-03-13T18:22:31.448Z | Compiling idna v1.1.0 |
| 1451 | 2026-03-13T18:22:31.465Z | Compiling spki v0.7.3 |
| 1452 | 2026-03-13T18:22:31.508Z | Compiling salsa20 v0.10.2 |
| 1453 | 2026-03-13T18:22:31.675Z | Compiling ppv-lite86 v0.2.21 |
| 1454 | 2026-03-13T18:22:31.711Z | Compiling pbkdf2 v0.12.2 |
| 1455 | 2026-03-13T18:22:31.851Z | Compiling url v2.5.8 |
| 1456 | 2026-03-13T18:22:31.871Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-03-13T18:22:31.904Z | Compiling scrypt v0.11.0 |
| 1458 | 2026-03-13T18:22:31.922Z | Compiling cbc v0.1.2 |
| 1459 | 2026-03-13T18:22:32.099Z | Compiling rand_chacha v0.9.0 |
| 1460 | 2026-03-13T18:22:32.138Z | Compiling aes v0.8.4 |
| 1461 | 2026-03-13T18:22:32.229Z | Compiling rustls-pki-types v1.14.0 |
| 1462 | 2026-03-13T18:22:32.313Z | Compiling tracing-attributes v0.1.31 |
| 1463 | 2026-03-13T18:22:32.816Z | Compiling pkcs5 v0.7.1 |
| 1464 | 2026-03-13T18:22:32.900Z | Compiling rand v0.9.2 |
| 1465 | 2026-03-13T18:22:32.991Z | Compiling http-body v1.0.1 |
| 1466 | 2026-03-13T18:22:33.250Z | Compiling untrusted v0.7.1 |
| 1467 | 2026-03-13T18:22:33.402Z | Compiling schemars v0.8.22 |
| 1468 | 2026-03-13T18:22:33.451Z | Compiling openssl-probe v0.2.1 |
| 1469 | 2026-03-13T18:22:33.516Z | Compiling base64 v0.22.1 |
| 1470 | 2026-03-13T18:22:33.641Z | Compiling thiserror v2.0.18 |
| 1471 | 2026-03-13T18:22:33.665Z | Compiling syn v1.0.109 |
| 1472 | 2026-03-13T18:22:33.678Z | Compiling httparse v1.10.1 |
| 1473 | 2026-03-13T18:22:33.779Z | Compiling untrusted v0.9.0 |
| 1474 | 2026-03-13T18:22:33.958Z | Compiling pkcs8 v0.10.2 |
| 1475 | 2026-03-13T18:22:33.998Z | Compiling schemars_derive v0.8.22 |
| 1476 | 2026-03-13T18:22:34.135Z | Compiling tracing v0.1.44 |
| 1477 | 2026-03-13T18:22:34.175Z | Compiling pest_derive v2.8.6 |
| 1478 | 2026-03-13T18:22:34.213Z | Compiling scroll_derive v0.13.1 |
| 1479 | 2026-03-13T18:22:34.482Z | Compiling darling_core v0.20.11 |
| 1480 | 2026-03-13T18:22:34.736Z | Compiling atomic-waker v1.1.2 |
| 1481 | 2026-03-13T18:22:34.885Z | Compiling dyn-clone v1.0.20 |
| 1482 | 2026-03-13T18:22:35.038Z | Compiling tower-layer v0.3.3 |
| 1483 | 2026-03-13T18:22:35.173Z | Compiling try-lock v0.2.5 |
| 1484 | 2026-03-13T18:22:35.185Z | Compiling tokio-util v0.7.18 |
| 1485 | 2026-03-13T18:22:35.272Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-03-13T18:22:38.837Z | Compiling rustls v0.23.37 |
| 1487 | 2026-03-13T18:22:38.837Z | Compiling tinyvec_macros v0.1.1 |
| 1488 | 2026-03-13T18:22:38.837Z | Compiling tinyvec v1.10.0 |
| 1489 | 2026-03-13T18:22:38.837Z | Compiling scroll v0.13.0 |
| 1490 | 2026-03-13T18:22:38.837Z | Compiling want v0.3.1 |
| 1491 | 2026-03-13T18:22:38.837Z | Compiling h2 v0.4.13 |
| 1492 | 2026-03-13T18:22:38.837Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-03-13T18:22:38.837Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1494 | 2026-03-13T18:22:38.886Z | Compiling spin v0.9.8 |
| 1495 | 2026-03-13T18:22:38.886Z | Compiling aho-corasick v1.1.4 |
| 1496 | 2026-03-13T18:22:38.886Z | Compiling powerfmt v0.2.0 |
| 1497 | 2026-03-13T18:22:38.886Z | Compiling foreign-types-shared v0.1.1 |
| 1498 | 2026-03-13T18:22:38.886Z | Compiling time-core v0.1.8 |
| 1499 | 2026-03-13T18:22:38.886Z | Compiling num-conv v0.2.0 |
| 1500 | 2026-03-13T18:22:38.886Z | Compiling darling_macro v0.20.11 |
| 1501 | 2026-03-13T18:22:38.886Z | Compiling openssl v0.10.75 |
| 1502 | 2026-03-13T18:22:38.886Z | Compiling crc32fast v1.5.0 |
| 1503 | 2026-03-13T18:22:38.886Z | Compiling httpdate v1.0.3 |
| 1504 | 2026-03-13T18:22:38.887Z | Compiling pin-utils v0.1.0 |
| 1505 | 2026-03-13T18:22:38.887Z | Compiling regex-automata v0.4.14 |
| 1506 | 2026-03-13T18:22:38.887Z | Compiling tempfile v3.25.0 |
| 1507 | 2026-03-13T18:22:38.887Z | Compiling time-macros v0.2.27 |
| 1508 | 2026-03-13T18:22:38.887Z | Compiling darling v0.20.11 |
| 1509 | 2026-03-13T18:22:38.887Z | Compiling foreign-types v0.3.2 |
| 1510 | 2026-03-13T18:22:38.887Z | Compiling deranged v0.5.8 |
| 1511 | 2026-03-13T18:22:39.538Z | Compiling goblin v0.10.5 |
| 1512 | 2026-03-13T18:22:39.994Z | Compiling openssl-macros v0.1.1 |
| 1513 | 2026-03-13T18:22:40.512Z | Compiling hyper v1.8.1 |
| 1514 | 2026-03-13T18:22:40.588Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-03-13T18:22:41.398Z | Compiling socket2 v0.5.10 |
| 1516 | 2026-03-13T18:22:41.925Z | Compiling wait-timeout v0.2.1 |
| 1517 | 2026-03-13T18:22:41.941Z | Compiling simd-adler32 v0.3.8 |
| 1518 | 2026-03-13T18:22:42.253Z | Compiling bit-vec v0.8.0 |
| 1519 | 2026-03-13T18:22:42.271Z | Compiling native-tls v0.2.18 |
| 1520 | 2026-03-13T18:22:42.289Z | Compiling siphasher v1.0.2 |
| 1521 | 2026-03-13T18:22:42.537Z | Compiling either v1.15.0 |
| 1522 | 2026-03-13T18:22:42.551Z | Compiling quick-error v1.2.3 |
| 1523 | 2026-03-13T18:22:42.556Z | Compiling num_threads v0.1.7 |
| 1524 | 2026-03-13T18:22:42.588Z | Compiling usdt-impl v0.6.0 |
| 1525 | 2026-03-13T18:22:42.677Z | Compiling time v0.3.47 |
| 1526 | 2026-03-13T18:22:42.697Z | Compiling rusty-fork v0.3.1 |
| 1527 | 2026-03-13T18:22:42.820Z | Compiling bit-set v0.8.0 |
| 1528 | 2026-03-13T18:22:42.884Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-03-13T18:22:43.011Z | Compiling hyper-util v0.1.20 |
| 1530 | 2026-03-13T18:22:43.108Z | Compiling derive_builder_core v0.20.2 |
| 1531 | 2026-03-13T18:22:43.946Z | Compiling dof v0.4.0 |
| 1532 | 2026-03-13T18:22:44.576Z | Compiling unicode-normalization v0.1.25 |
| 1533 | 2026-03-13T18:22:44.918Z | Compiling crossbeam-epoch v0.9.18 |
| 1534 | 2026-03-13T18:22:45.175Z | Compiling dtrace-parser v0.3.0 |
| 1535 | 2026-03-13T18:22:45.325Z | Compiling rustls-native-certs v0.8.3 |
| 1536 | 2026-03-13T18:22:45.329Z | Compiling signature v2.2.0 |
| 1537 | 2026-03-13T18:22:45.553Z | Compiling scroll_derive v0.12.1 |
| 1538 | 2026-03-13T18:22:45.690Z | Compiling heapless v0.7.17 |
| 1539 | 2026-03-13T18:22:45.711Z | Compiling rand_xorshift v0.4.0 |
| 1540 | 2026-03-13T18:22:45.714Z | Compiling slog v2.8.2 |
| 1541 | 2026-03-13T18:22:45.936Z | Compiling darling_core v0.21.3 |
| 1542 | 2026-03-13T18:22:45.971Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1543 | 2026-03-13T18:22:46.004Z | Compiling sync_wrapper v1.0.2 |
| 1544 | 2026-03-13T18:22:46.138Z | Compiling thread-id v5.1.0 |
| 1545 | 2026-03-13T18:22:46.212Z | Compiling cookie v0.18.1 |
| 1546 | 2026-03-13T18:22:46.233Z | Compiling adler2 v2.0.1 |
| 1547 | 2026-03-13T18:22:46.342Z | Compiling signal-hook v0.3.18 |
| 1548 | 2026-03-13T18:22:46.397Z | Compiling paste v1.0.15 |
| 1549 | 2026-03-13T18:22:46.422Z | Compiling zstd-safe v7.2.4 |
| 1550 | 2026-03-13T18:22:46.454Z | Compiling unarray v0.1.4 |
| 1551 | 2026-03-13T18:22:46.563Z | Compiling unicode-bidi v0.3.18 |
| 1552 | 2026-03-13T18:22:46.586Z | Compiling unicode-properties v0.1.4 |
| 1553 | 2026-03-13T18:22:46.682Z | Compiling rayon-core v1.13.0 |
| 1554 | 2026-03-13T18:22:46.742Z | Compiling anyhow v1.0.102 |
| 1555 | 2026-03-13T18:22:46.851Z | Compiling unicode-segmentation v1.12.0 |
| 1556 | 2026-03-13T18:22:46.999Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-03-13T18:22:47.272Z | Compiling proptest v1.10.0 |
| 1558 | 2026-03-13T18:22:47.347Z | Compiling scroll v0.12.0 |
| 1559 | 2026-03-13T18:22:47.364Z | Compiling miniz_oxide v0.8.9 |
| 1560 | 2026-03-13T18:22:47.683Z | Compiling tower v0.5.3 |
| 1561 | 2026-03-13T18:22:48.085Z | Compiling crossbeam-deque v0.8.6 |
| 1562 | 2026-03-13T18:22:48.171Z | Compiling derive_builder_macro v0.20.2 |
| 1563 | 2026-03-13T18:22:48.193Z | Compiling ipnetwork v0.21.1 |
| 1564 | 2026-03-13T18:22:48.201Z | Compiling http-body-util v0.1.3 |
| 1565 | 2026-03-13T18:22:48.308Z | Compiling webpki-roots v1.0.6 |
| 1566 | 2026-03-13T18:22:48.323Z | Compiling rand_chacha v0.3.1 |
| 1567 | 2026-03-13T18:22:48.453Z | Compiling toml_datetime v0.6.11 |
| 1568 | 2026-03-13T18:22:48.496Z | Compiling serde_spanned v0.6.9 |
| 1569 | 2026-03-13T18:22:48.679Z | Compiling serde_tokenstream v0.2.3 |
| 1570 | 2026-03-13T18:22:48.726Z | Compiling erased-serde v0.3.31 |
| 1571 | 2026-03-13T18:22:48.757Z | Compiling md-5 v0.10.6 |
| 1572 | 2026-03-13T18:22:48.793Z | Compiling zerocopy-derive v0.7.35 |
| 1573 | 2026-03-13T18:22:48.979Z | Compiling curve25519-dalek v4.1.3 |
| 1574 | 2026-03-13T18:22:49.127Z | Compiling vergen-lib v0.1.6 |
| 1575 | 2026-03-13T18:22:49.376Z | Compiling num-integer v0.1.46 |
| 1576 | 2026-03-13T18:22:49.414Z | Compiling hash32 v0.2.1 |
| 1577 | 2026-03-13T18:22:49.439Z | Compiling ff v0.13.1 |
| 1578 | 2026-03-13T18:22:49.517Z | Compiling memoffset v0.9.1 |
| 1579 | 2026-03-13T18:22:49.553Z | Compiling darling_macro v0.21.3 |
| 1580 | 2026-03-13T18:22:49.609Z | Compiling cfg_aliases v0.2.1 |
| 1581 | 2026-03-13T18:22:49.659Z | Compiling psl-types v2.0.11 |
| 1582 | 2026-03-13T18:22:49.707Z | Compiling num-bigint-dig v0.8.6 |
| 1583 | 2026-03-13T18:22:49.776Z | Compiling base16ct v0.2.0 |
| 1584 | 2026-03-13T18:22:49.803Z | Compiling rustix v0.38.44 |
| 1585 | 2026-03-13T18:22:49.823Z | Compiling smoltcp v0.9.1 |
| 1586 | 2026-03-13T18:22:49.951Z | Compiling zlib-rs v0.6.2 |
| 1587 | 2026-03-13T18:22:50.002Z | Compiling ryu v1.0.23 |
| 1588 | 2026-03-13T18:22:50.019Z | Compiling fallible-iterator v0.2.0 |
| 1589 | 2026-03-13T18:22:50.178Z | Compiling iri-string v0.7.10 |
| 1590 | 2026-03-13T18:22:50.234Z | Compiling litrs v1.0.0 |
| 1591 | 2026-03-13T18:22:50.257Z | Compiling ref-cast v1.0.25 |
| 1592 | 2026-03-13T18:22:50.387Z | Compiling postgres-protocol v0.6.10 |
| 1593 | 2026-03-13T18:22:50.445Z | Compiling darling v0.21.3 |
| 1594 | 2026-03-13T18:22:50.542Z | Compiling serde_urlencoded v0.7.1 |
| 1595 | 2026-03-13T18:22:50.713Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-03-13T18:22:50.864Z | Compiling zerocopy v0.7.35 |
| 1597 | 2026-03-13T18:22:50.919Z | Compiling document-features v0.2.12 |
| 1598 | 2026-03-13T18:22:51.130Z | Compiling sec1 v0.7.3 |
| 1599 | 2026-03-13T18:22:51.147Z | Compiling publicsuffix v2.3.0 |
| 1600 | 2026-03-13T18:22:51.463Z | Compiling nix v0.31.1 |
| 1601 | 2026-03-13T18:22:51.481Z | Compiling num-iter v0.1.45 |
| 1602 | 2026-03-13T18:22:51.652Z | Compiling group v0.13.0 |
| 1603 | 2026-03-13T18:22:51.788Z | Compiling tower-http v0.6.8 |
| 1604 | 2026-03-13T18:22:51.999Z | Compiling derive_builder v0.20.2 |
| 1605 | 2026-03-13T18:22:52.146Z | Compiling rand v0.8.5 |
| 1606 | 2026-03-13T18:22:52.244Z | Compiling oxnet v0.1.4 |
| 1607 | 2026-03-13T18:22:52.312Z | Compiling proc-macro-error v1.0.4 |
| 1608 | 2026-03-13T18:22:52.501Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2026-03-13T18:22:52.683Z | Compiling goblin v0.8.2 |
| 1610 | 2026-03-13T18:22:53.171Z | Compiling heck v0.4.1 |
| 1611 | 2026-03-13T18:22:53.449Z | Compiling phf_shared v0.13.1 |
| 1612 | 2026-03-13T18:22:53.519Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-03-13T18:22:53.726Z | Compiling regex v1.12.3 |
| 1614 | 2026-03-13T18:22:53.777Z | Compiling lazy_static v1.5.0 |
| 1615 | 2026-03-13T18:22:53.921Z | Compiling cargo-platform v0.1.9 |
| 1616 | 2026-03-13T18:22:53.975Z | Compiling flate2 v1.1.9 |
| 1617 | 2026-03-13T18:22:54.148Z | Compiling hkdf v0.12.4 |
| 1618 | 2026-03-13T18:22:54.256Z | Compiling crypto-bigint v0.5.5 |
| 1619 | 2026-03-13T18:22:54.349Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1620 | 2026-03-13T18:22:54.352Z | Compiling async-trait v0.1.89 |
| 1621 | 2026-03-13T18:22:54.476Z | Compiling daft-derive v0.1.5 |
| 1622 | 2026-03-13T18:22:54.538Z | Compiling strum_macros v0.27.2 |
| 1623 | 2026-03-13T18:22:55.234Z | Compiling ref-cast-impl v1.0.25 |
| 1624 | 2026-03-13T18:22:55.444Z | Compiling terminal_size v0.4.3 |
| 1625 | 2026-03-13T18:22:55.606Z | Compiling vergen v9.0.6 |
| 1626 | 2026-03-13T18:22:55.785Z | Compiling fs-err v3.3.0 |
| 1627 | 2026-03-13T18:22:55.850Z | Compiling ahash v0.8.12 |
| 1628 | 2026-03-13T18:22:55.949Z | Compiling libbz2-rs-sys v0.2.2 |
| 1629 | 2026-03-13T18:22:56.032Z | Compiling foldhash v0.1.5 |
| 1630 | 2026-03-13T18:22:56.120Z | Compiling object v0.37.3 |
| 1631 | 2026-03-13T18:22:56.248Z | Compiling bumpalo v3.20.2 |
| 1632 | 2026-03-13T18:22:56.486Z | Compiling winnow v0.5.40 |
| 1633 | 2026-03-13T18:22:56.569Z | Compiling managed v0.8.0 |
| 1634 | 2026-03-13T18:22:56.851Z | Compiling bitflags v1.3.2 |
| 1635 | 2026-03-13T18:22:56.854Z | Compiling console v0.16.2 |
| 1636 | 2026-03-13T18:22:57.248Z | Compiling strum v0.27.2 |
| 1637 | 2026-03-13T18:22:57.407Z | Compiling clap_builder v4.5.60 |
| 1638 | 2026-03-13T18:22:57.464Z | Compiling zopfli v0.8.3 |
| 1639 | 2026-03-13T18:22:57.632Z | Compiling bzip2 v0.6.1 |
| 1640 | 2026-03-13T18:22:57.791Z | Compiling hashbrown v0.15.5 |
| 1641 | 2026-03-13T18:22:58.080Z | Compiling elliptic-curve v0.13.8 |
| 1642 | 2026-03-13T18:22:58.173Z | Compiling dof v0.3.0 |
| 1643 | 2026-03-13T18:22:58.324Z | Compiling toml_edit v0.19.15 |
| 1644 | 2026-03-13T18:22:58.467Z | Compiling daft v0.1.5 |
| 1645 | 2026-03-13T18:22:58.606Z | Compiling hubpack v0.1.2 |
| 1646 | 2026-03-13T18:22:58.863Z | Compiling cargo_metadata v0.19.2 |
| 1647 | 2026-03-13T18:22:59.236Z | Compiling phf v0.13.1 |
| 1648 | 2026-03-13T18:22:59.445Z | Compiling zone_cfg_derive v0.3.1 |
| 1649 | 2026-03-13T18:23:00.300Z | Compiling signal-hook-mio v0.2.5 |
| 1650 | 2026-03-13T18:23:00.449Z | Compiling cookie_store v0.22.1 |
| 1651 | 2026-03-13T18:23:01.246Z | Compiling zstd v0.13.3 |
| 1652 | 2026-03-13T18:23:01.328Z | Compiling rayon v1.11.0 |
| 1653 | 2026-03-13T18:23:01.594Z | Compiling hyper-tls v0.6.0 |
| 1654 | 2026-03-13T18:23:01.703Z | Compiling bzip2 v0.4.4 |
| 1655 | 2026-03-13T18:23:01.926Z | Compiling postgres-types v0.2.12 |
| 1656 | 2026-03-13T18:23:01.972Z | Compiling serde_with_macros v3.17.0 |
| 1657 | 2026-03-13T18:23:02.144Z | Compiling usdt-macro v0.6.0 |
| 1658 | 2026-03-13T18:23:02.712Z | Compiling usdt-attr-macro v0.6.0 |
| 1659 | 2026-03-13T18:23:02.787Z | Compiling ed25519 v2.2.3 |
| 1660 | 2026-03-13T18:23:03.134Z | Compiling dtrace-parser v0.2.0 |
| 1661 | 2026-03-13T18:23:03.516Z | Compiling itertools v0.12.1 |
| 1662 | 2026-03-13T18:23:03.587Z | Compiling phf_shared v0.11.3 |
| 1663 | 2026-03-13T18:23:03.760Z | Compiling bstr v1.12.1 |
| 1664 | 2026-03-13T18:23:03.783Z | Compiling pkcs1 v0.7.5 |
| 1665 | 2026-03-13T18:23:03.879Z | Compiling serde-big-array v0.5.1 |
| 1666 | 2026-03-13T18:23:04.063Z | Compiling hex v0.4.3 |
| 1667 | 2026-03-13T18:23:04.093Z | Compiling rfc6979 v0.4.0 |
| 1668 | 2026-03-13T18:23:04.215Z | Compiling clap_derive v4.5.55 |
| 1669 | 2026-03-13T18:23:04.232Z | Compiling enum-as-inner v0.6.1 |
| 1670 | 2026-03-13T18:23:04.346Z | Compiling serde_repr v0.1.20 |
| 1671 | 2026-03-13T18:23:04.415Z | Compiling strum_macros v0.26.4 |
| 1672 | 2026-03-13T18:23:04.697Z | Compiling float-cmp v0.10.0 |
| 1673 | 2026-03-13T18:23:04.884Z | Compiling thread-id v4.2.2 |
| 1674 | 2026-03-13T18:23:04.906Z | Compiling memmap2 v0.9.10 |
| 1675 | 2026-03-13T18:23:04.992Z | Compiling env_filter v1.0.0 |
| 1676 | 2026-03-13T18:23:05.064Z | Compiling encoding_rs v0.8.35 |
| 1677 | 2026-03-13T18:23:05.185Z | Compiling mime v0.3.17 |
| 1678 | 2026-03-13T18:23:05.272Z | Compiling fixedbitset v0.5.7 |
| 1679 | 2026-03-13T18:23:05.394Z | Compiling difflib v0.4.0 |
| 1680 | 2026-03-13T18:23:05.520Z | Compiling fixedbitset v0.4.2 |
| 1681 | 2026-03-13T18:23:05.692Z | Compiling new_debug_unreachable v1.0.6 |
| 1682 | 2026-03-13T18:23:05.779Z | Compiling precomputed-hash v0.1.1 |
| 1683 | 2026-03-13T18:23:05.812Z | Compiling normalize-line-endings v0.3.0 |
| 1684 | 2026-03-13T18:23:05.892Z | Compiling unit-prefix v0.5.2 |
| 1685 | 2026-03-13T18:23:05.931Z | Compiling data-encoding v2.10.0 |
| 1686 | 2026-03-13T18:23:06.069Z | Compiling static_assertions v1.1.0 |
| 1687 | 2026-03-13T18:23:06.155Z | Compiling whoami v2.1.0 |
| 1688 | 2026-03-13T18:23:06.183Z | Compiling jiff v0.2.21 |
| 1689 | 2026-03-13T18:23:06.333Z | Compiling keccak v0.1.6 |
| 1690 | 2026-03-13T18:23:06.648Z | Compiling predicates-core v1.0.10 |
| 1691 | 2026-03-13T18:23:06.684Z | Compiling rustc-hash v2.1.1 |
| 1692 | 2026-03-13T18:23:06.819Z | Compiling strum v0.26.3 |
| 1693 | 2026-03-13T18:23:06.837Z | Compiling iddqd v0.3.17 |
| 1694 | 2026-03-13T18:23:06.872Z | Compiling predicates v3.1.4 |
| 1695 | 2026-03-13T18:23:06.893Z | Compiling clap v4.5.60 |
| 1696 | 2026-03-13T18:23:06.968Z | Compiling sha3 v0.10.8 |
| 1697 | 2026-03-13T18:23:06.991Z | Compiling tokio-postgres v0.7.16 |
| 1698 | 2026-03-13T18:23:07.099Z | Compiling hickory-proto v0.25.2 |
| 1699 | 2026-03-13T18:23:07.441Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-03-13T18:23:07.582Z | Compiling indicatif v0.18.4 |
| 1701 | 2026-03-13T18:23:07.762Z | Compiling string_cache v0.8.9 |
| 1702 | 2026-03-13T18:23:08.046Z | Compiling toml_edit v0.22.27 |
| 1703 | 2026-03-13T18:23:08.370Z | Compiling petgraph v0.6.5 |
| 1704 | 2026-03-13T18:23:08.739Z | Compiling petgraph v0.8.3 |
| 1705 | 2026-03-13T18:23:10.004Z | Compiling zip v4.6.1 |
| 1706 | 2026-03-13T18:23:10.479Z | Compiling env_logger v0.11.9 |
| 1707 | 2026-03-13T18:23:10.941Z | Compiling zone v0.3.1 |
| 1708 | 2026-03-13T18:23:11.259Z | Compiling usdt v0.6.0 |
| 1709 | 2026-03-13T18:23:11.276Z | Compiling usdt-impl v0.5.0 |
| 1710 | 2026-03-13T18:23:11.384Z | Compiling similar v2.7.0 |
| 1711 | 2026-03-13T18:23:11.584Z | Compiling serde_with v3.17.0 |
| 1712 | 2026-03-13T18:23:11.842Z | Compiling ecdsa v0.16.9 |
| 1713 | 2026-03-13T18:23:11.860Z | Compiling rsa v0.9.10 |
| 1714 | 2026-03-13T18:23:12.070Z | Compiling crossterm v0.28.1 |
| 1715 | 2026-03-13T18:23:12.092Z | Compiling ed25519-dalek v2.2.0 |
| 1716 | 2026-03-13T18:23:12.558Z | Compiling zip v0.6.6 |
| 1717 | 2026-03-13T18:23:13.323Z | Compiling toml v0.7.8 |
| 1718 | 2026-03-13T18:23:13.927Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1719 | 2026-03-13T18:23:14.017Z | Compiling itertools v0.13.0 |
| 1720 | 2026-03-13T18:23:14.103Z | Compiling tokio-stream v0.1.18 |
| 1721 | 2026-03-13T18:23:14.202Z | Compiling buf-list v1.1.2 |
| 1722 | 2026-03-13T18:23:14.419Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1723 | 2026-03-13T18:23:14.565Z | Compiling x509-cert v0.2.5 |
| 1724 | 2026-03-13T18:23:14.717Z | Compiling openapiv3 v2.2.0 |
| 1725 | 2026-03-13T18:23:14.813Z | Compiling sha1 v0.10.6 |
| 1726 | 2026-03-13T18:23:14.848Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1727 | 2026-03-13T18:23:15.091Z | Compiling peg-runtime v0.8.5 |
| 1728 | 2026-03-13T18:23:15.220Z | Compiling lalrpop-util v0.19.12 |
| 1729 | 2026-03-13T18:23:15.459Z | Compiling thread_local v1.1.9 |
| 1730 | 2026-03-13T18:23:15.478Z | Compiling slog-async v2.8.0 |
| 1731 | 2026-03-13T18:23:15.728Z | Compiling crossbeam-channel v0.5.15 |
| 1732 | 2026-03-13T18:23:15.782Z | Compiling futures-executor v0.3.32 |
| 1733 | 2026-03-13T18:23:15.893Z | Compiling filetime v0.2.27 |
| 1734 | 2026-03-13T18:23:16.096Z | Compiling is-terminal v0.4.17 |
| 1735 | 2026-03-13T18:23:16.116Z | Compiling take_mut v0.2.2 |
| 1736 | 2026-03-13T18:23:16.211Z | Compiling term v1.2.1 |
| 1737 | 2026-03-13T18:23:16.248Z | Compiling xattr v1.6.1 |
| 1738 | 2026-03-13T18:23:16.310Z | Compiling futures v0.3.32 |
| 1739 | 2026-03-13T18:23:16.411Z | Compiling tar v0.4.44 |
| 1740 | 2026-03-13T18:23:16.852Z | Compiling slog-term v2.9.2 |
| 1741 | 2026-03-13T18:23:23.505Z | Compiling rustls-webpki v0.103.9 |
| 1742 | 2026-03-13T18:23:27.558Z | Compiling tokio-rustls v0.26.4 |
| 1743 | 2026-03-13T18:23:27.558Z | Compiling rustls-platform-verifier v0.6.2 |
| 1744 | 2026-03-13T18:23:27.832Z | Compiling hyper-rustls v0.27.7 |
| 1745 | 2026-03-13T18:23:28.075Z | Compiling reqwest v0.13.2 |
| 1746 | 2026-03-13T18:23:28.119Z | Compiling reqwest v0.12.28 |
| 1747 | 2026-03-13T18:23:31.029Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1748 | 2026-03-13T18:23:31.622Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1749 | 2026-03-13T18:23:35.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1750 | 2026-03-13T18:23:35.382Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1751 | 2026-03-13T18:23:35.388Z | Mar 13 18:23:34.290 INFO Starting download, target: Clickhouse |
| 1752 | 2026-03-13T18:23:35.388Z | Mar 13 18:23:34.291 INFO Starting download, target: DendriteStub |
| 1753 | 2026-03-13T18:23:35.388Z | Mar 13 18:23:34.291 INFO Starting download, target: MaghemiteMgd |
| 1754 | 2026-03-13T18:23:35.388Z | Mar 13 18:23:34.291 INFO Starting download, target: Console |
| 1755 | 2026-03-13T18:23:35.389Z | Mar 13 18:23:34.291 INFO Starting download, target: TransceiverControl |
| 1756 | 2026-03-13T18:23:35.389Z | Mar 13 18:23:34.291 INFO Starting download, target: Cockroach |
| 1757 | 2026-03-13T18:23:35.389Z | Mar 13 18:23:34.291 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1758 | 2026-03-13T18:23:35.409Z | Mar 13 18:23:34.291 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1759 | 2026-03-13T18:23:35.411Z | Mar 13 18:23:34.291 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1760 | 2026-03-13T18:23:35.411Z | Mar 13 18:23:34.291 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1761 | 2026-03-13T18:23:35.411Z | Mar 13 18:23:34.291 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1762 | 2026-03-13T18:23:35.411Z | Mar 13 18:23:34.291 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1763 | 2026-03-13T18:23:38.143Z | Mar 13 18:23:35.351 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1764 | 2026-03-13T18:23:38.178Z | Mar 13 18:23:35.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1765 | 2026-03-13T18:23:38.178Z | Mar 13 18:23:35.675 INFO Download complete, target: TransceiverControl |
| 1766 | 2026-03-13T18:23:38.178Z | Mar 13 18:23:35.712 INFO Download complete, target: Console |
| 1767 | 2026-03-13T18:23:38.202Z | Mar 13 18:23:36.688 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1768 | 2026-03-13T18:23:41.932Z | Mar 13 18:23:40.797 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1769 | 2026-03-13T18:23:42.637Z | Mar 13 18:23:41.510 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1770 | 2026-03-13T18:23:44.602Z | Mar 13 18:23:43.480 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1771 | 2026-03-13T18:23:44.604Z | Mar 13 18:23:43.480 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1772 | 2026-03-13T18:23:45.378Z | Mar 13 18:23:44.297 INFO Download complete, target: DendriteStub |
| 1773 | 2026-03-13T18:23:46.129Z | Mar 13 18:23:45.033 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-03-13T18:23:48.745Z | Mar 13 18:23:47.624 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-03-13T18:23:48.878Z | Mar 13 18:23:47.741 INFO Download complete, target: Clickhouse |
| 1776 | 2026-03-13T18:23:54.717Z | Mar 13 18:23:50.984 INFO Checking that binary works, target: Cockroach |
| 1777 | 2026-03-13T18:23:54.717Z | Mar 13 18:23:51.097 INFO Download complete, target: Cockroach |
| 1778 | 2026-03-13T18:23:54.717Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1779 | 2026-03-13T18:23:54.717Z | |
| 1780 | 2026-03-13T18:23:54.717Z | real 4:19.232903626 |
| 1781 | 2026-03-13T18:23:54.717Z | user 10:25.900097699 |
| 1782 | 2026-03-13T18:23:54.717Z | sys 1:49.005669477 |
| 1783 | 2026-03-13T18:23:54.717Z | trap 0.324946777 |
| 1784 | 2026-03-13T18:23:54.717Z | tflt 0.584393849 |
| 1785 | 2026-03-13T18:23:54.717Z | dflt 0.704504742 |
| 1786 | 2026-03-13T18:23:54.717Z | kflt 0.022545678 |
| 1787 | 2026-03-13T18:23:54.717Z | lock 23:20.063758714 |
| 1788 | 2026-03-13T18:23:54.717Z | slp 38:46.573198797 |
| 1789 | 2026-03-13T18:23:54.718Z | lat 55.680739869 |
| 1790 | 2026-03-13T18:23:54.718Z | stop 2:34.589401939 |
| 1791 | 2026-03-13T18:23:54.718Z | + banner clippy |
| 1792 | 2026-03-13T18:23:54.718Z | |
| 1793 | 2026-03-13T18:23:54.718Z | #### # # ##### ##### # # |
| 1794 | 2026-03-13T18:23:54.718Z | # # # # # # # # # # |
| 1795 | 2026-03-13T18:23:54.718Z | # # # # # # # # |
| 1796 | 2026-03-13T18:23:54.718Z | # # # ##### ##### # |
| 1797 | 2026-03-13T18:23:54.718Z | # # # # # # # |
| 1798 | 2026-03-13T18:23:54.718Z | #### ###### # # # # |
| 1799 | 2026-03-13T18:23:54.718Z | |
| 1800 | 2026-03-13T18:23:54.718Z | + export CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-13T18:23:54.718Z | + CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-13T18:23:54.720Z | + ptime -m cargo xtask clippy |
| 1803 | 2026-03-13T18:23:54.720Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1804 | 2026-03-13T18:23:54.720Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1805 | 2026-03-13T18:23:55.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
| 1806 | 2026-03-13T18:23:55.830Z | Running `target/debug/xtask clippy` |
| 1807 | 2026-03-13T18:23:56.012Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1808 | 2026-03-13T18:23:56.690Z | Downloading crates ... |
| 1809 | 2026-03-13T18:23:56.901Z | Downloaded assert-json-diff v2.0.2 |
| 1810 | 2026-03-13T18:23:56.901Z | Downloaded pathdiff v0.2.3 |
| 1811 | 2026-03-13T18:23:56.901Z | Downloaded linkme-impl v0.3.35 |
| 1812 | 2026-03-13T18:23:56.901Z | Downloaded httptest v0.16.4 |
| 1813 | 2026-03-13T18:23:56.933Z | Downloaded supports-hyperlinks v2.1.0 |
| 1814 | 2026-03-13T18:23:56.933Z | Downloaded owo-colors v3.5.0 |
| 1815 | 2026-03-13T18:23:56.933Z | Downloaded supports-unicode v2.1.0 |
| 1816 | 2026-03-13T18:23:56.933Z | Downloaded async-object-pool v0.2.0 |
| 1817 | 2026-03-13T18:23:56.933Z | Downloaded assert_cmd v2.1.2 |
| 1818 | 2026-03-13T18:23:56.933Z | Downloaded rand_distr v0.5.1 |
| 1819 | 2026-03-13T18:23:56.933Z | Downloaded concurrent-queue v2.5.0 |
| 1820 | 2026-03-13T18:23:56.933Z | Downloaded blake2b_simd v1.0.4 |
| 1821 | 2026-03-13T18:23:56.933Z | Downloaded libtest-mimic v0.8.1 |
| 1822 | 2026-03-13T18:23:56.933Z | Downloaded rstest v0.25.0 |
| 1823 | 2026-03-13T18:23:56.951Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1824 | 2026-03-13T18:23:56.951Z | Downloaded backtrace-ext v0.2.1 |
| 1825 | 2026-03-13T18:23:56.951Z | Downloaded supports-color v2.1.0 |
| 1826 | 2026-03-13T18:23:56.951Z | Downloaded stringmetrics v2.2.2 |
| 1827 | 2026-03-13T18:23:56.951Z | Downloaded parking v2.2.1 |
| 1828 | 2026-03-13T18:23:56.951Z | Downloaded event-listener-strategy v0.5.4 |
| 1829 | 2026-03-13T18:23:56.951Z | Downloaded datatest-stable v0.3.3 |
| 1830 | 2026-03-13T18:23:56.951Z | Downloaded textwrap v0.15.2 |
| 1831 | 2026-03-13T18:23:56.951Z | Downloaded rustc-demangle v0.1.27 |
| 1832 | 2026-03-13T18:23:56.955Z | Downloaded miette-derive v5.10.0 |
| 1833 | 2026-03-13T18:23:56.955Z | Downloaded criterion-plot v0.6.0 |
| 1834 | 2026-03-13T18:23:56.955Z | Downloaded serde_regex v1.1.0 |
| 1835 | 2026-03-13T18:23:56.955Z | Downloaded similar-asserts v1.7.0 |
| 1836 | 2026-03-13T18:23:56.955Z | Downloaded cast v0.3.0 |
| 1837 | 2026-03-13T18:23:56.955Z | Downloaded cargo-platform v0.3.2 |
| 1838 | 2026-03-13T18:23:56.955Z | Downloaded approx v0.5.1 |
| 1839 | 2026-03-13T18:23:56.956Z | Downloaded plotters-backend v0.3.7 |
| 1840 | 2026-03-13T18:23:56.956Z | Downloaded plotters-svg v0.3.7 |
| 1841 | 2026-03-13T18:23:56.956Z | Downloaded nested v0.1.1 |
| 1842 | 2026-03-13T18:23:56.956Z | Downloaded terminal_size v0.1.17 |
| 1843 | 2026-03-13T18:23:56.960Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1844 | 2026-03-13T18:23:56.960Z | Downloaded cargo_metadata v0.23.1 |
| 1845 | 2026-03-13T18:23:56.960Z | Downloaded escape8259 v0.5.3 |
| 1846 | 2026-03-13T18:23:56.965Z | Downloaded target-triple v1.0.0 |
| 1847 | 2026-03-13T18:23:56.977Z | Downloaded target-lexicon v0.13.3 |
| 1848 | 2026-03-13T18:23:56.981Z | Downloaded path-tree v0.8.3 |
| 1849 | 2026-03-13T18:23:56.981Z | Downloaded knuffel-derive v3.2.0 |
| 1850 | 2026-03-13T18:23:56.981Z | Downloaded constant_time_eq v0.3.1 |
| 1851 | 2026-03-13T18:23:56.981Z | Downloaded anes v0.1.6 |
| 1852 | 2026-03-13T18:23:56.987Z | Downloaded linkme v0.3.35 |
| 1853 | 2026-03-13T18:23:56.987Z | Downloaded tinytemplate v1.2.1 |
| 1854 | 2026-03-13T18:23:56.992Z | Downloaded fancy-regex v0.14.0 |
| 1855 | 2026-03-13T18:23:56.992Z | Downloaded termcolor v1.4.1 |
| 1856 | 2026-03-13T18:23:56.997Z | Downloaded futures-timer v3.0.3 |
| 1857 | 2026-03-13T18:23:56.997Z | Downloaded async-lock v3.4.2 |
| 1858 | 2026-03-13T18:23:56.997Z | Downloaded rust-argon2 v2.1.0 |
| 1859 | 2026-03-13T18:23:56.997Z | Downloaded oorandom v11.1.5 |
| 1860 | 2026-03-13T18:23:57.008Z | Downloaded target-spec v3.5.7 |
| 1861 | 2026-03-13T18:23:57.009Z | Downloaded relative-path v1.9.3 |
| 1862 | 2026-03-13T18:23:57.009Z | Downloaded addr2line v0.25.1 |
| 1863 | 2026-03-13T18:23:57.009Z | Downloaded partial-io v0.5.4 |
| 1864 | 2026-03-13T18:23:57.009Z | Downloaded backtrace v0.3.76 |
| 1865 | 2026-03-13T18:23:57.017Z | Downloaded trybuild v1.0.116 |
| 1866 | 2026-03-13T18:23:57.017Z | Downloaded event-listener v5.4.1 |
| 1867 | 2026-03-13T18:23:57.017Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1868 | 2026-03-13T18:23:57.033Z | Downloaded chumsky v0.9.3 |
| 1869 | 2026-03-13T18:23:57.046Z | Downloaded knuffel v3.2.0 |
| 1870 | 2026-03-13T18:23:57.046Z | Downloaded rstest_macros v0.25.0 |
| 1871 | 2026-03-13T18:23:57.047Z | Downloaded cfg-expr v0.20.6 |
| 1872 | 2026-03-13T18:23:57.047Z | Downloaded criterion v0.7.0 |
| 1873 | 2026-03-13T18:23:57.047Z | Downloaded miette v5.10.0 |
| 1874 | 2026-03-13T18:23:57.054Z | Downloaded hashbrown v0.14.5 |
| 1875 | 2026-03-13T18:23:57.060Z | Downloaded plotters v0.3.7 |
| 1876 | 2026-03-13T18:23:57.060Z | Downloaded guppy v0.17.25 |
| 1877 | 2026-03-13T18:23:57.086Z | Downloaded gimli v0.32.3 |
| 1878 | 2026-03-13T18:23:57.177Z | Downloaded httpmock v0.8.3 |
| 1879 | 2026-03-13T18:23:59.215Z | Checking cfg-if v1.0.4 |
| 1880 | 2026-03-13T18:23:59.578Z | Checking libc v0.2.180 |
| 1881 | 2026-03-13T18:23:59.588Z | Checking serde_core v1.0.228 |
| 1882 | 2026-03-13T18:23:59.659Z | Checking memchr v2.8.0 |
| 1883 | 2026-03-13T18:23:59.690Z | Checking smallvec v1.15.1 |
| 1884 | 2026-03-13T18:23:59.735Z | Checking log v0.4.29 |
| 1885 | 2026-03-13T18:23:59.735Z | Checking itoa v1.0.17 |
| 1886 | 2026-03-13T18:23:59.822Z | Checking zeroize v1.8.2 |
| 1887 | 2026-03-13T18:23:59.863Z | Checking libm v0.2.16 |
| 1888 | 2026-03-13T18:23:59.946Z | Checking scopeguard v1.2.0 |
| 1889 | 2026-03-13T18:23:59.993Z | Checking stable_deref_trait v1.2.1 |
| 1890 | 2026-03-13T18:24:00.032Z | Checking zmij v1.0.21 |
| 1891 | 2026-03-13T18:24:00.084Z | Checking zerofrom v0.1.6 |
| 1892 | 2026-03-13T18:24:00.120Z | Checking lock_api v0.4.14 |
| 1893 | 2026-03-13T18:24:00.178Z | Checking percent-encoding v2.3.2 |
| 1894 | 2026-03-13T18:24:00.207Z | Checking litemap v0.8.1 |
| 1895 | 2026-03-13T18:24:00.249Z | Checking errno v0.3.14 |
| 1896 | 2026-03-13T18:24:00.288Z | Checking getrandom v0.2.17 |
| 1897 | 2026-03-13T18:24:00.337Z | Checking yoke v0.8.1 |
| 1898 | 2026-03-13T18:24:00.381Z | Checking writeable v0.6.2 |
| 1899 | 2026-03-13T18:24:00.422Z | Checking subtle v2.6.1 |
| 1900 | 2026-03-13T18:24:00.431Z | Checking icu_properties_data v2.1.2 |
| 1901 | 2026-03-13T18:24:00.500Z | Checking icu_normalizer_data v2.1.1 |
| 1902 | 2026-03-13T18:24:00.543Z | Checking rand_core v0.6.4 |
| 1903 | 2026-03-13T18:24:00.584Z | Checking zerovec v0.11.5 |
| 1904 | 2026-03-13T18:24:00.631Z | Checking zerotrie v0.2.3 |
| 1905 | 2026-03-13T18:24:00.642Z | Checking form_urlencoded v1.2.2 |
| 1906 | 2026-03-13T18:24:00.716Z | Checking portable-atomic v1.13.1 |
| 1907 | 2026-03-13T18:24:00.752Z | Checking utf8_iter v1.0.4 |
| 1908 | 2026-03-13T18:24:00.798Z | Checking pin-project-lite v0.2.17 |
| 1909 | 2026-03-13T18:24:00.869Z | Checking critical-section v1.2.0 |
| 1910 | 2026-03-13T18:24:00.895Z | Checking num-traits v0.2.19 |
| 1911 | 2026-03-13T18:24:00.950Z | Checking zerocopy v0.8.40 |
| 1912 | 2026-03-13T18:24:00.991Z | Checking parking_lot_core v0.9.12 |
| 1913 | 2026-03-13T18:24:01.090Z | Checking rand_core v0.10.0 |
| 1914 | 2026-03-13T18:24:01.148Z | Checking signal-hook-registry v1.4.8 |
| 1915 | 2026-03-13T18:24:01.218Z | Checking tinystr v0.8.2 |
| 1916 | 2026-03-13T18:24:01.249Z | Checking potential_utf v0.1.4 |
| 1917 | 2026-03-13T18:24:01.260Z | Checking parking_lot v0.12.5 |
| 1918 | 2026-03-13T18:24:01.331Z | Checking once_cell v1.21.3 |
| 1919 | 2026-03-13T18:24:01.341Z | Checking getrandom v0.4.1 |
| 1920 | 2026-03-13T18:24:01.467Z | Checking icu_collections v2.1.1 |
| 1921 | 2026-03-13T18:24:01.507Z | Checking icu_locale_core v2.1.1 |
| 1922 | 2026-03-13T18:24:01.561Z | Checking mio v1.1.1 |
| 1923 | 2026-03-13T18:24:01.605Z | Checking typenum v1.19.0 |
| 1924 | 2026-03-13T18:24:01.653Z | Checking socket2 v0.6.2 |
| 1925 | 2026-03-13T18:24:01.712Z | Checking iana-time-zone v0.1.65 |
| 1926 | 2026-03-13T18:24:01.793Z | Checking serde v1.0.228 |
| 1927 | 2026-03-13T18:24:01.874Z | Checking bitflags v2.11.0 |
| 1928 | 2026-03-13T18:24:01.901Z | Checking serde_json v1.0.149 |
| 1929 | 2026-03-13T18:24:01.974Z | Checking thiserror v2.0.18 |
| 1930 | 2026-03-13T18:24:02.026Z | Checking allocator-api2 v0.2.21 |
| 1931 | 2026-03-13T18:24:02.116Z | Checking semver v1.0.27 |
| 1932 | 2026-03-13T18:24:02.158Z | Checking uuid v1.21.0 |
| 1933 | 2026-03-13T18:24:02.289Z | Checking icu_provider v2.1.1 |
| 1934 | 2026-03-13T18:24:02.339Z | Checking generic-array v0.14.7 |
| 1935 | 2026-03-13T18:24:02.389Z | Checking bytes v1.11.1 |
| 1936 | 2026-03-13T18:24:02.433Z | Checking chrono v0.4.44 |
| 1937 | 2026-03-13T18:24:02.476Z | Checking futures-core v0.3.32 |
| 1938 | 2026-03-13T18:24:02.602Z | Checking equivalent v1.0.2 |
| 1939 | 2026-03-13T18:24:02.646Z | Checking icu_properties v2.1.2 |
| 1940 | 2026-03-13T18:24:02.686Z | Checking icu_normalizer v2.1.1 |
| 1941 | 2026-03-13T18:24:02.766Z | Checking const-oid v0.9.6 |
| 1942 | 2026-03-13T18:24:02.894Z | Checking dyn-clone v1.0.20 |
| 1943 | 2026-03-13T18:24:03.026Z | Checking crypto-common v0.1.7 |
| 1944 | 2026-03-13T18:24:03.071Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1945 | 2026-03-13T18:24:03.077Z | Checking tokio v1.49.0 |
| 1946 | 2026-03-13T18:24:03.386Z | Checking foldhash v0.2.0 |
| 1947 | 2026-03-13T18:24:03.441Z | Checking block-buffer v0.10.4 |
| 1948 | 2026-03-13T18:24:03.476Z | Checking hashbrown v0.16.1 |
| 1949 | 2026-03-13T18:24:03.477Z | Checking futures-sink v0.3.32 |
| 1950 | 2026-03-13T18:24:03.496Z | Checking rustix v1.1.3 |
| 1951 | 2026-03-13T18:24:03.589Z | Checking byteorder v1.5.0 |
| 1952 | 2026-03-13T18:24:03.634Z | Checking futures-channel v0.3.32 |
| 1953 | 2026-03-13T18:24:03.845Z | Checking digest v0.10.7 |
| 1954 | 2026-03-13T18:24:03.854Z | Checking idna_adapter v1.2.1 |
| 1955 | 2026-03-13T18:24:03.923Z | Checking slab v0.4.12 |
| 1956 | 2026-03-13T18:24:03.933Z | Checking futures-io v0.3.32 |
| 1957 | 2026-03-13T18:24:04.061Z | Checking idna v1.1.0 |
| 1958 | 2026-03-13T18:24:04.117Z | Checking futures-task v0.3.32 |
| 1959 | 2026-03-13T18:24:04.144Z | Checking cpufeatures v0.2.17 |
| 1960 | 2026-03-13T18:24:04.164Z | Checking indexmap v2.13.0 |
| 1961 | 2026-03-13T18:24:04.252Z | Checking thiserror v1.0.69 |
| 1962 | 2026-03-13T18:24:04.262Z | Checking getrandom v0.3.4 |
| 1963 | 2026-03-13T18:24:04.313Z | Checking futures-util v0.3.32 |
| 1964 | 2026-03-13T18:24:04.371Z | Checking fnv v1.0.7 |
| 1965 | 2026-03-13T18:24:04.507Z | Checking url v2.5.8 |
| 1966 | 2026-03-13T18:24:04.576Z | Checking regex-syntax v0.8.10 |
| 1967 | 2026-03-13T18:24:04.576Z | Checking http v1.4.0 |
| 1968 | 2026-03-13T18:24:04.702Z | Checking tracing-core v0.1.36 |
| 1969 | 2026-03-13T18:24:05.005Z | Checking base64 v0.22.1 |
| 1970 | 2026-03-13T18:24:05.051Z | Checking schemars v0.8.22 |
| 1971 | 2026-03-13T18:24:05.156Z | Checking tracing v0.1.44 |
| 1972 | 2026-03-13T18:24:05.352Z | Checking unicode-ident v1.0.24 |
| 1973 | 2026-03-13T18:24:05.358Z | Checking ppv-lite86 v0.2.21 |
| 1974 | 2026-03-13T18:24:08.502Z | Checking ipnet v2.11.0 |
| 1975 | 2026-03-13T18:24:08.783Z | Checking anstyle v1.0.13 |
| 1976 | 2026-03-13T18:24:08.783Z | Checking utf8parse v0.2.2 |
| 1977 | 2026-03-13T18:24:08.783Z | Checking proc-macro2 v1.0.106 |
| 1978 | 2026-03-13T18:24:08.783Z | Checking untrusted v0.9.0 |
| 1979 | 2026-03-13T18:24:08.783Z | Checking anstyle-parse v0.2.7 |
| 1980 | 2026-03-13T18:24:08.783Z | Checking aho-corasick v1.1.4 |
| 1981 | 2026-03-13T18:24:08.783Z | Checking ring v0.17.14 |
| 1982 | 2026-03-13T18:24:08.789Z | Checking base64ct v1.8.3 |
| 1983 | 2026-03-13T18:24:08.789Z | Checking colorchoice v1.0.4 |
| 1984 | 2026-03-13T18:24:08.789Z | Checking quote v1.0.44 |
| 1985 | 2026-03-13T18:24:08.789Z | Checking is_terminal_polyfill v1.70.2 |
| 1986 | 2026-03-13T18:24:08.789Z | Checking anstyle-query v1.1.5 |
| 1987 | 2026-03-13T18:24:08.789Z | Checking block-padding v0.3.3 |
| 1988 | 2026-03-13T18:24:08.789Z | Checking terminal_size v0.4.3 |
| 1989 | 2026-03-13T18:24:08.789Z | Checking syn v2.0.117 |
| 1990 | 2026-03-13T18:24:08.789Z | Checking anstream v0.6.21 |
| 1991 | 2026-03-13T18:24:08.789Z | Checking inout v0.1.4 |
| 1992 | 2026-03-13T18:24:08.789Z | Checking rustls-pki-types v1.14.0 |
| 1993 | 2026-03-13T18:24:08.789Z | Checking crossbeam-utils v0.8.21 |
| 1994 | 2026-03-13T18:24:08.789Z | Checking httparse v1.10.1 |
| 1995 | 2026-03-13T18:24:08.790Z | Checking regex-automata v0.4.14 |
| 1996 | 2026-03-13T18:24:08.853Z | Checking cipher v0.4.4 |
| 1997 | 2026-03-13T18:24:08.853Z | Checking clap_lex v1.0.0 |
| 1998 | 2026-03-13T18:24:08.853Z | Checking strsim v0.11.1 |
| 1999 | 2026-03-13T18:24:08.853Z | Checking sha2 v0.10.9 |
| 2000 | 2026-03-13T18:24:08.853Z | Checking pem-rfc7468 v0.7.0 |
| 2001 | 2026-03-13T18:24:08.853Z | Checking http-body v1.0.1 |
| 2002 | 2026-03-13T18:24:08.853Z | Checking rand_core v0.9.5 |
| 2003 | 2026-03-13T18:24:08.853Z | Checking clap_builder v4.5.60 |
| 2004 | 2026-03-13T18:24:08.853Z | Checking tokio-util v0.7.18 |
| 2005 | 2026-03-13T18:24:08.853Z | Checking atomic-waker v1.1.2 |
| 2006 | 2026-03-13T18:24:08.853Z | Checking hmac v0.12.1 |
| 2007 | 2026-03-13T18:24:08.854Z | Checking try-lock v0.2.5 |
| 2008 | 2026-03-13T18:24:08.854Z | Checking httpdate v1.0.3 |
| 2009 | 2026-03-13T18:24:08.854Z | Checking ryu v1.0.23 |
| 2010 | 2026-03-13T18:24:08.854Z | Checking flagset v0.4.7 |
| 2011 | 2026-03-13T18:24:08.854Z | Checking want v0.3.1 |
| 2012 | 2026-03-13T18:24:08.854Z | Checking tower-service v0.3.3 |
| 2013 | 2026-03-13T18:24:08.854Z | Checking pin-utils v0.1.0 |
| 2014 | 2026-03-13T18:24:08.854Z | Checking tower-layer v0.3.3 |
| 2015 | 2026-03-13T18:24:08.854Z | Checking der v0.7.10 |
| 2016 | 2026-03-13T18:24:08.854Z | Checking rand_chacha v0.9.0 |
| 2017 | 2026-03-13T18:24:08.854Z | Checking erased-serde v0.3.31 |
| 2018 | 2026-03-13T18:24:08.854Z | Checking spin v0.9.8 |
| 2019 | 2026-03-13T18:24:08.854Z | Checking h2 v0.4.13 |
| 2020 | 2026-03-13T18:24:08.854Z | Checking rand v0.9.2 |
| 2021 | 2026-03-13T18:24:08.854Z | Checking socket2 v0.5.10 |
| 2022 | 2026-03-13T18:24:08.854Z | Checking slog v2.8.2 |
| 2023 | 2026-03-13T18:24:08.854Z | Checking anyhow v1.0.102 |
| 2024 | 2026-03-13T18:24:08.993Z | Checking powerfmt v0.2.0 |
| 2025 | 2026-03-13T18:24:09.016Z | Checking num_threads v0.1.7 |
| 2026 | 2026-03-13T18:24:09.016Z | Checking num-conv v0.2.0 |
| 2027 | 2026-03-13T18:24:09.024Z | Checking time-core v0.1.8 |
| 2028 | 2026-03-13T18:24:09.205Z | Checking deranged v0.5.8 |
| 2029 | 2026-03-13T18:24:09.218Z | Checking clap v4.5.60 |
| 2030 | 2026-03-13T18:24:09.294Z | Checking http-body-util v0.1.3 |
| 2031 | 2026-03-13T18:24:09.339Z | Checking aws-lc-sys v0.37.1 |
| 2032 | 2026-03-13T18:24:09.374Z | Checking untrusted v0.7.1 |
| 2033 | 2026-03-13T18:24:09.415Z | Checking fastrand v2.3.0 |
| 2034 | 2026-03-13T18:24:09.415Z | Checking openssl-probe v0.2.1 |
| 2035 | 2026-03-13T18:24:09.548Z | Checking regex v1.12.3 |
| 2036 | 2026-03-13T18:24:09.601Z | Checking spki v0.7.3 |
| 2037 | 2026-03-13T18:24:09.633Z | Checking serde_urlencoded v0.7.1 |
| 2038 | 2026-03-13T18:24:09.710Z | Checking pbkdf2 v0.12.2 |
| 2039 | 2026-03-13T18:24:09.745Z | Checking aes v0.8.4 |
| 2040 | 2026-03-13T18:24:09.828Z | Checking rand_chacha v0.3.1 |
| 2041 | 2026-03-13T18:24:09.865Z | Checking pretty-hex v0.4.1 |
| 2042 | 2026-03-13T18:24:09.941Z | Checking unicode-width v0.2.0 |
| 2043 | 2026-03-13T18:24:09.983Z | Checking cbc v0.1.2 |
| 2044 | 2026-03-13T18:24:10.042Z | Checking salsa20 v0.10.2 |
| 2045 | 2026-03-13T18:24:10.122Z | Checking rand v0.8.5 |
| 2046 | 2026-03-13T18:24:10.178Z | Checking ipnetwork v0.21.1 |
| 2047 | 2026-03-13T18:24:10.237Z | Checking scrypt v0.11.0 |
| 2048 | 2026-03-13T18:24:10.284Z | Checking aws-lc-rs v1.16.0 |
| 2049 | 2026-03-13T18:24:10.320Z | Checking tempfile v3.25.0 |
| 2050 | 2026-03-13T18:24:10.376Z | Checking hex v0.4.3 |
| 2051 | 2026-03-13T18:24:10.448Z | Checking plain v0.2.3 |
| 2052 | 2026-03-13T18:24:10.484Z | Checking pkcs5 v0.7.1 |
| 2053 | 2026-03-13T18:24:10.598Z | Checking rustls-native-certs v0.8.3 |
| 2054 | 2026-03-13T18:24:10.609Z | Checking sync_wrapper v1.0.2 |
| 2055 | 2026-03-13T18:24:10.704Z | Checking time v0.3.47 |
| 2056 | 2026-03-13T18:24:10.771Z | Checking camino v1.2.2 |
| 2057 | 2026-03-13T18:24:10.813Z | Checking ucd-trie v0.1.7 |
| 2058 | 2026-03-13T18:24:10.835Z | Checking tower v0.5.3 |
| 2059 | 2026-03-13T18:24:10.876Z | Checking webpki-roots v1.0.6 |
| 2060 | 2026-03-13T18:24:11.322Z | Checking pkcs8 v0.10.2 |
| 2061 | 2026-03-13T18:24:11.328Z | Checking pest v2.8.6 |
| 2062 | 2026-03-13T18:24:11.328Z | Checking iri-string v0.7.10 |
| 2063 | 2026-03-13T18:24:11.328Z | Checking either v1.15.0 |
| 2064 | 2026-03-13T18:24:11.328Z | Checking mime v0.3.17 |
| 2065 | 2026-03-13T18:24:11.379Z | Checking openapiv3 v2.2.0 |
| 2066 | 2026-03-13T18:24:11.430Z | Checking winnow v0.7.14 |
| 2067 | 2026-03-13T18:24:11.467Z | Checking oxnet v0.1.4 |
| 2068 | 2026-03-13T18:24:11.476Z | Checking rustls-webpki v0.103.9 |
| 2069 | 2026-03-13T18:24:11.807Z | Checking lazy_static v1.5.0 |
| 2070 | 2026-03-13T18:24:11.917Z | Checking hyper v1.8.1 |
| 2071 | 2026-03-13T18:24:11.955Z | Checking static_assertions v1.1.0 |
| 2072 | 2026-03-13T18:24:12.087Z | Checking foreign-types-shared v0.1.1 |
| 2073 | 2026-03-13T18:24:12.122Z | Checking rustls v0.23.37 |
| 2074 | 2026-03-13T18:24:12.684Z | Checking foreign-types v0.3.2 |
| 2075 | 2026-03-13T18:24:12.774Z | Checking signature v2.2.0 |
| 2076 | 2026-03-13T18:24:12.782Z | Checking openssl-sys v0.9.111 |
| 2077 | 2026-03-13T18:24:12.782Z | Checking encoding_rs v0.8.35 |
| 2078 | 2026-03-13T18:24:12.783Z | Checking simd-adler32 v0.3.8 |
| 2079 | 2026-03-13T18:24:12.783Z | Checking tower-http v0.6.8 |
| 2080 | 2026-03-13T18:24:12.830Z | Checking hubpack v0.1.2 |
| 2081 | 2026-03-13T18:24:13.071Z | Checking adler2 v2.0.1 |
| 2082 | 2026-03-13T18:24:13.096Z | Checking strum v0.26.3 |
| 2083 | 2026-03-13T18:24:13.150Z | Checking sha1 v0.10.6 |
| 2084 | 2026-03-13T18:24:13.170Z | Checking miniz_oxide v0.8.9 |
| 2085 | 2026-03-13T18:24:13.244Z | Checking openssl v0.10.75 |
| 2086 | 2026-03-13T18:24:13.275Z | Checking data-encoding v2.10.0 |
| 2087 | 2026-03-13T18:24:13.275Z | Checking tinyvec_macros v0.1.1 |
| 2088 | 2026-03-13T18:24:13.336Z | Checking hyper-util v0.1.20 |
| 2089 | 2026-03-13T18:24:13.368Z | Checking toml_datetime v0.6.11 |
| 2090 | 2026-03-13T18:24:13.460Z | Checking tinyvec v1.10.0 |
| 2091 | 2026-03-13T18:24:13.625Z | Checking serde_spanned v0.6.9 |
| 2092 | 2026-03-13T18:24:13.637Z | Checking num-integer v0.1.46 |
| 2093 | 2026-03-13T18:24:13.711Z | Checking scroll v0.13.0 |
| 2094 | 2026-03-13T18:24:13.754Z | Checking bit-vec v0.8.0 |
| 2095 | 2026-03-13T18:24:13.811Z | Checking base16ct v0.2.0 |
| 2096 | 2026-03-13T18:24:13.862Z | Checking crossbeam-epoch v0.9.18 |
| 2097 | 2026-03-13T18:24:14.009Z | Checking crc32fast v1.5.0 |
| 2098 | 2026-03-13T18:24:14.025Z | Checking sec1 v0.7.3 |
| 2099 | 2026-03-13T18:24:14.089Z | Checking bit-set v0.8.0 |
| 2100 | 2026-03-13T18:24:14.095Z | Checking goblin v0.10.5 |
| 2101 | 2026-03-13T18:24:14.194Z | Checking ff v0.13.1 |
| 2102 | 2026-03-13T18:24:14.244Z | Checking memmap2 v0.9.10 |
| 2103 | 2026-03-13T18:24:14.293Z | Checking wait-timeout v0.2.1 |
| 2104 | 2026-03-13T18:24:14.300Z | Checking num-iter v0.1.45 |
| 2105 | 2026-03-13T18:24:14.378Z | Checking group v0.13.0 |
| 2106 | 2026-03-13T18:24:14.484Z | Checking dtrace-parser v0.3.0 |
| 2107 | 2026-03-13T18:24:14.502Z | Checking bstr v1.12.1 |
| 2108 | 2026-03-13T18:24:14.573Z | Checking hkdf v0.12.4 |
| 2109 | 2026-03-13T18:24:14.603Z | Checking ahash v0.8.12 |
| 2110 | 2026-03-13T18:24:14.771Z | Checking crypto-bigint v0.5.5 |
| 2111 | 2026-03-13T18:24:14.841Z | Checking scroll v0.12.0 |
| 2112 | 2026-03-13T18:24:14.916Z | Checking thread-id v5.1.0 |
| 2113 | 2026-03-13T18:24:15.015Z | Checking quick-error v1.2.3 |
| 2114 | 2026-03-13T18:24:15.048Z | Checking rand_xorshift v0.4.0 |
| 2115 | 2026-03-13T18:24:15.117Z | Checking zerocopy v0.7.35 |
| 2116 | 2026-03-13T18:24:15.150Z | Checking goblin v0.8.2 |
| 2117 | 2026-03-13T18:24:15.224Z | Checking rusty-fork v0.3.1 |
| 2118 | 2026-03-13T18:24:15.282Z | Checking unarray v0.1.4 |
| 2119 | 2026-03-13T18:24:15.422Z | Checking num-bigint-dig v0.8.6 |
| 2120 | 2026-03-13T18:24:15.446Z | Checking proptest v1.10.0 |
| 2121 | 2026-03-13T18:24:15.484Z | Checking tokio-rustls v0.26.4 |
| 2122 | 2026-03-13T18:24:15.803Z | Checking hyper-rustls v0.27.7 |
| 2123 | 2026-03-13T18:24:15.851Z | Checking dtrace-parser v0.2.0 |
| 2124 | 2026-03-13T18:24:16.074Z | Checking native-tls v0.2.18 |
| 2125 | 2026-03-13T18:24:16.125Z | Checking pkcs1 v0.7.5 |
| 2126 | 2026-03-13T18:24:16.176Z | Checking x509-cert v0.2.5 |
| 2127 | 2026-03-13T18:24:16.320Z | Checking elliptic-curve v0.13.8 |
| 2128 | 2026-03-13T18:24:16.329Z | Checking tokio-native-tls v0.3.1 |
| 2129 | 2026-03-13T18:24:16.418Z | Checking thread-id v4.2.2 |
| 2130 | 2026-03-13T18:24:16.546Z | Checking psl-types v2.0.11 |
| 2131 | 2026-03-13T18:24:16.592Z | Checking hyper-tls v0.6.0 |
| 2132 | 2026-03-13T18:24:16.601Z | Checking unicode-segmentation v1.12.0 |
| 2133 | 2026-03-13T18:24:16.735Z | Checking zlib-rs v0.6.2 |
| 2134 | 2026-03-13T18:24:16.777Z | Checking publicsuffix v2.3.0 |
| 2135 | 2026-03-13T18:24:16.875Z | Checking reqwest v0.12.28 |
| 2136 | 2026-03-13T18:24:17.002Z | Checking rsa v0.9.10 |
| 2137 | 2026-03-13T18:24:17.041Z | Checking crossbeam-deque v0.8.6 |
| 2138 | 2026-03-13T18:24:17.095Z | Checking cookie v0.18.1 |
| 2139 | 2026-03-13T18:24:17.290Z | Checking rfc6979 v0.4.0 |
| 2140 | 2026-03-13T18:24:17.410Z | Checking toml_write v0.1.2 |
| 2141 | 2026-03-13T18:24:17.623Z | Checking dof v0.4.0 |
| 2142 | 2026-03-13T18:24:17.623Z | Checking ecdsa v0.16.9 |
| 2143 | 2026-03-13T18:24:17.747Z | Checking cookie_store v0.22.1 |
| 2144 | 2026-03-13T18:24:17.791Z | Checking toml_edit v0.22.27 |
| 2145 | 2026-03-13T18:24:17.906Z | Checking dof v0.3.0 |
| 2146 | 2026-03-13T18:24:18.030Z | Checking rustls-platform-verifier v0.6.2 |
| 2147 | 2026-03-13T18:24:18.056Z | Checking flate2 v1.1.9 |
| 2148 | 2026-03-13T18:24:18.091Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2149 | 2026-03-13T18:24:18.101Z | Checking newtype-uuid v1.3.2 |
| 2150 | 2026-03-13T18:24:18.194Z | Checking curve25519-dalek v4.1.3 |
| 2151 | 2026-03-13T18:24:18.201Z | Checking rustix v0.38.44 |
| 2152 | 2026-03-13T18:24:18.412Z | Checking usdt-impl v0.5.0 |
| 2153 | 2026-03-13T18:24:18.522Z | Checking memoffset v0.9.1 |
| 2154 | 2026-03-13T18:24:18.640Z | Checking env_filter v1.0.0 |
| 2155 | 2026-03-13T18:24:18.643Z | Checking usdt-impl v0.6.0 |
| 2156 | 2026-03-13T18:24:18.691Z | Checking keccak v0.1.6 |
| 2157 | 2026-03-13T18:24:18.691Z | Checking daft v0.1.5 |
| 2158 | 2026-03-13T18:24:18.723Z | Checking env_logger v0.11.9 |
| 2159 | 2026-03-13T18:24:18.735Z | Checking reqwest v0.13.2 |
| 2160 | 2026-03-13T18:24:18.804Z | Checking sha3 v0.10.8 |
| 2161 | 2026-03-13T18:24:18.880Z | Checking usdt v0.6.0 |
| 2162 | 2026-03-13T18:24:18.924Z | Checking ed25519 v2.2.3 |
| 2163 | 2026-03-13T18:24:18.986Z | Checking itertools v0.13.0 |
| 2164 | 2026-03-13T18:24:19.100Z | Checking serde_with v3.17.0 |
| 2165 | 2026-03-13T18:24:19.129Z | Checking siphasher v1.0.2 |
| 2166 | 2026-03-13T18:24:19.184Z | Checking bitflags v1.3.2 |
| 2167 | 2026-03-13T18:24:19.247Z | Checking unicode-normalization v0.1.25 |
| 2168 | 2026-03-13T18:24:19.274Z | Checking ed25519-dalek v2.2.0 |
| 2169 | 2026-03-13T18:24:19.327Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2170 | 2026-03-13T18:24:19.372Z | Checking signal-hook v0.3.18 |
| 2171 | 2026-03-13T18:24:19.380Z | Checking managed v0.8.0 |
| 2172 | 2026-03-13T18:24:20.261Z | Checking winnow v0.5.40 |
| 2173 | 2026-03-13T18:24:20.276Z | Checking nix v0.31.1 |
| 2174 | 2026-03-13T18:24:20.276Z | Checking rayon-core v1.13.0 |
| 2175 | 2026-03-13T18:24:20.276Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2176 | 2026-03-13T18:24:20.277Z | Checking object v0.37.3 |
| 2177 | 2026-03-13T18:24:20.277Z | Checking foldhash v0.1.5 |
| 2178 | 2026-03-13T18:24:20.277Z | Checking bzip2 v0.4.4 |
| 2179 | 2026-03-13T18:24:20.277Z | Checking hashbrown v0.15.5 |
| 2180 | 2026-03-13T18:24:20.277Z | Checking signal-hook-mio v0.2.5 |
| 2181 | 2026-03-13T18:24:20.277Z | Checking ref-cast v1.0.25 |
| 2182 | 2026-03-13T18:24:20.452Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2183 | 2026-03-13T18:24:20.601Z | Checking zip v0.6.6 |
| 2184 | 2026-03-13T18:24:20.601Z | Checking libbz2-rs-sys v0.2.2 |
| 2185 | 2026-03-13T18:24:20.601Z | Checking zstd-safe v7.2.4 |
| 2186 | 2026-03-13T18:24:20.784Z | Checking bumpalo v3.20.2 |
| 2187 | 2026-03-13T18:24:20.829Z | Checking zstd v0.13.3 |
| 2188 | 2026-03-13T18:24:20.896Z | Checking crossterm v0.28.1 |
| 2189 | 2026-03-13T18:24:20.951Z | Checking bzip2 v0.6.1 |
| 2190 | 2026-03-13T18:24:21.062Z | Checking zopfli v0.8.3 |
| 2191 | 2026-03-13T18:24:21.132Z | Checking rayon v1.11.0 |
| 2192 | 2026-03-13T18:24:21.220Z | Checking similar v2.7.0 |
| 2193 | 2026-03-13T18:24:21.220Z | Checking fs-err v3.3.0 |
| 2194 | 2026-03-13T18:24:21.263Z | Checking hash32 v0.2.1 |
| 2195 | 2026-03-13T18:24:21.263Z | Checking toml_edit v0.19.15 |
| 2196 | 2026-03-13T18:24:21.625Z | Checking serde-big-array v0.5.1 |
| 2197 | 2026-03-13T18:24:21.712Z | Checking unicode-properties v0.1.4 |
| 2198 | 2026-03-13T18:24:21.712Z | Checking unicode-bidi v0.3.18 |
| 2199 | 2026-03-13T18:24:21.712Z | Checking jiff v0.2.21 |
| 2200 | 2026-03-13T18:24:21.806Z | Checking predicates-core v1.0.10 |
| 2201 | 2026-03-13T18:24:21.806Z | Checking heapless v0.7.17 |
| 2202 | 2026-03-13T18:24:21.806Z | Checking hickory-proto v0.25.2 |
| 2203 | 2026-03-13T18:24:21.965Z | Checking tokio-stream v0.1.18 |
| 2204 | 2026-03-13T18:24:22.162Z | Checking stringprep v0.1.5 |
| 2205 | 2026-03-13T18:24:22.285Z | Checking md-5 v0.10.6 |
| 2206 | 2026-03-13T18:24:22.324Z | Checking float-cmp v0.10.0 |
| 2207 | 2026-03-13T18:24:22.369Z | Checking normalize-line-endings v0.3.0 |
| 2208 | 2026-03-13T18:24:22.454Z | Checking rustc-hash v2.1.1 |
| 2209 | 2026-03-13T18:24:22.515Z | Checking fallible-iterator v0.2.0 |
| 2210 | 2026-03-13T18:24:22.524Z | Checking difflib v0.4.0 |
| 2211 | 2026-03-13T18:24:22.600Z | Checking iddqd v0.3.17 |
| 2212 | 2026-03-13T18:24:22.692Z | Checking toml v0.7.8 |
| 2213 | 2026-03-13T18:24:26.336Z | Checking predicates v3.1.4 |
| 2214 | 2026-03-13T18:24:26.520Z | Checking postgres-protocol v0.6.10 |
| 2215 | 2026-03-13T18:24:26.520Z | Checking smoltcp v0.9.1 |
| 2216 | 2026-03-13T18:24:26.520Z | Checking phf_shared v0.13.1 |
| 2217 | 2026-03-13T18:24:26.521Z | Checking phf_shared v0.11.3 |
| 2218 | 2026-03-13T18:24:26.527Z | Checking itertools v0.12.1 |
| 2219 | 2026-03-13T18:24:26.528Z | Checking console v0.16.2 |
| 2220 | 2026-03-13T18:24:26.528Z | Checking buf-list v1.1.2 |
| 2221 | 2026-03-13T18:24:26.528Z | Checking strum v0.27.2 |
| 2222 | 2026-03-13T18:24:26.528Z | Checking fixedbitset v0.5.7 |
| 2223 | 2026-03-13T18:24:26.528Z | Checking fixedbitset v0.4.2 |
| 2224 | 2026-03-13T18:24:26.528Z | Checking unit-prefix v0.5.2 |
| 2225 | 2026-03-13T18:24:26.528Z | Checking new_debug_unreachable v1.0.6 |
| 2226 | 2026-03-13T18:24:26.528Z | Checking lalrpop-util v0.19.12 |
| 2227 | 2026-03-13T18:24:26.528Z | Checking precomputed-hash v0.1.1 |
| 2228 | 2026-03-13T18:24:26.528Z | Checking petgraph v0.8.3 |
| 2229 | 2026-03-13T18:24:26.528Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2230 | 2026-03-13T18:24:26.528Z | Checking indicatif v0.18.4 |
| 2231 | 2026-03-13T18:24:26.528Z | Checking string_cache v0.8.9 |
| 2232 | 2026-03-13T18:24:26.529Z | Checking petgraph v0.6.5 |
| 2233 | 2026-03-13T18:24:26.529Z | Checking phf v0.13.1 |
| 2234 | 2026-03-13T18:24:26.529Z | Checking postgres-types v0.2.12 |
| 2235 | 2026-03-13T18:24:26.529Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2236 | 2026-03-13T18:24:26.529Z | Checking zone v0.3.1 |
| 2237 | 2026-03-13T18:24:26.529Z | Checking zip v4.6.1 |
| 2238 | 2026-03-13T18:24:26.529Z | Checking whoami v2.1.0 |
| 2239 | 2026-03-13T18:24:26.529Z | Checking peg-runtime v0.8.5 |
| 2240 | 2026-03-13T18:24:26.529Z | Checking tokio-postgres v0.7.16 |
| 2241 | 2026-03-13T18:24:26.529Z | Checking futures-executor v0.3.32 |
| 2242 | 2026-03-13T18:24:26.534Z | Checking is-terminal v0.4.17 |
| 2243 | 2026-03-13T18:24:26.534Z | Checking crossbeam-channel v0.5.15 |
| 2244 | 2026-03-13T18:24:26.534Z | Checking futures v0.3.32 |
| 2245 | 2026-03-13T18:24:26.534Z | Compiling structmeta-derive v0.3.0 |
| 2246 | 2026-03-13T18:24:26.534Z | Checking thread_local v1.1.9 |
| 2247 | 2026-03-13T18:24:26.534Z | Checking term v1.2.1 |
| 2248 | 2026-03-13T18:24:26.534Z | Checking take_mut v0.2.2 |
| 2249 | 2026-03-13T18:24:26.534Z | Compiling newtype-uuid-macros v0.1.0 |
| 2250 | 2026-03-13T18:24:26.534Z | Compiling rustls v0.22.4 |
| 2251 | 2026-03-13T18:24:26.534Z | Checking slog-term v2.9.2 |
| 2252 | 2026-03-13T18:24:26.534Z | Checking slog-async v2.8.0 |
| 2253 | 2026-03-13T18:24:26.534Z | Checking regress v0.10.5 |
| 2254 | 2026-03-13T18:24:26.534Z | Compiling multer v3.1.0 |
| 2255 | 2026-03-13T18:24:27.578Z | Compiling async-stream-impl v0.3.6 |
| 2256 | 2026-03-13T18:24:27.578Z | Compiling dropshot v0.16.7 |
| 2257 | 2026-03-13T18:24:27.767Z | Compiling dropshot_endpoint v0.16.7 |
| 2258 | 2026-03-13T18:24:27.768Z | Checking match_cfg v0.1.0 |
| 2259 | 2026-03-13T18:24:27.877Z | Checking hostname v0.3.1 |
| 2260 | 2026-03-13T18:24:27.877Z | Checking slog-json v2.6.1 |
| 2261 | 2026-03-13T18:24:27.877Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2262 | 2026-03-13T18:24:27.877Z | Checking debug-ignore v1.0.5 |
| 2263 | 2026-03-13T18:24:27.877Z | Compiling structmeta v0.3.0 |
| 2264 | 2026-03-13T18:24:27.877Z | Checking slog-bunyan v2.5.0 |
| 2265 | 2026-03-13T18:24:27.877Z | Checking serde_spanned v1.0.4 |
| 2266 | 2026-03-13T18:24:27.877Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2267 | 2026-03-13T18:24:27.877Z | Checking rustls-webpki v0.102.8 |
| 2268 | 2026-03-13T18:24:27.877Z | Checking serde_path_to_error v0.1.20 |
| 2269 | 2026-03-13T18:24:27.878Z | Compiling derive-ex v0.1.8 |
| 2270 | 2026-03-13T18:24:27.878Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2271 | 2026-03-13T18:24:27.878Z | Checking toml v0.9.12+spec-1.1.0 |
| 2272 | 2026-03-13T18:24:27.878Z | Checking progenitor-client v0.13.0 |
| 2273 | 2026-03-13T18:24:28.029Z | Checking async-stream v0.3.6 |
| 2274 | 2026-03-13T18:24:28.116Z | Checking waitgroup v0.1.2 |
| 2275 | 2026-03-13T18:24:28.117Z | Checking rustls-pemfile v2.2.0 |
| 2276 | 2026-03-13T18:24:28.203Z | Checking hostname v0.4.2 |
| 2277 | 2026-03-13T18:24:28.378Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2278 | 2026-03-13T18:24:28.456Z | Compiling parse-display-derive v0.10.0 |
| 2279 | 2026-03-13T18:24:28.456Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2280 | 2026-03-13T18:24:28.456Z | Checking itertools v0.14.0 |
| 2281 | 2026-03-13T18:24:28.488Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2282 | 2026-03-13T18:24:28.488Z | Checking macaddr v1.0.1 |
| 2283 | 2026-03-13T18:24:28.513Z | Checking progenitor-client v0.10.0 |
| 2284 | 2026-03-13T18:24:28.791Z | Checking instant v0.1.13 |
| 2285 | 2026-03-13T18:24:29.121Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2286 | 2026-03-13T18:24:29.131Z | Checking backoff v0.4.0 |
| 2287 | 2026-03-13T18:24:29.131Z | Checking backon v1.6.0 |
| 2288 | 2026-03-13T18:24:29.141Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2289 | 2026-03-13T18:24:29.226Z | Checking heck v0.5.0 |
| 2290 | 2026-03-13T18:24:29.302Z | Checking progenitor-extras v0.1.1 |
| 2291 | 2026-03-13T18:24:29.439Z | Checking camino-tempfile v1.4.1 |
| 2292 | 2026-03-13T18:24:29.566Z | Checking toml v0.8.23 |
| 2293 | 2026-03-13T18:24:29.792Z | Compiling test-strategy v0.4.5 |
| 2294 | 2026-03-13T18:24:29.801Z | Compiling unsafe-libyaml v0.2.11 |
| 2295 | 2026-03-13T18:24:29.881Z | Compiling convert_case v0.4.0 |
| 2296 | 2026-03-13T18:24:29.924Z | Checking tokio-rustls v0.25.0 |
| 2297 | 2026-03-13T18:24:30.074Z | Checking secrecy v0.10.3 |
| 2298 | 2026-03-13T18:24:30.264Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2299 | 2026-03-13T18:24:30.419Z | Compiling derive_more v0.99.20 |
| 2300 | 2026-03-13T18:24:30.636Z | Checking parse-display v0.10.0 |
| 2301 | 2026-03-13T18:24:30.835Z | Compiling serde_yaml v0.9.34+deprecated |
| 2302 | 2026-03-13T18:24:31.310Z | Compiling crucible-workspace-hack v0.1.0 |
| 2303 | 2026-03-13T18:24:31.311Z | Compiling proc-macro-crate v3.4.0 |
| 2304 | 2026-03-13T18:24:31.337Z | Compiling typify-impl v0.6.1 |
| 2305 | 2026-03-13T18:24:31.962Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2306 | 2026-03-13T18:24:32.164Z | Checking half v2.7.1 |
| 2307 | 2026-03-13T18:24:34.182Z | Checking ciborium-io v0.2.2 |
| 2308 | 2026-03-13T18:24:34.228Z | Checking glob v0.3.3 |
| 2309 | 2026-03-13T18:24:34.228Z | Checking ciborium-ll v0.2.2 |
| 2310 | 2026-03-13T18:24:34.228Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2311 | 2026-03-13T18:24:34.228Z | Compiling heapless v0.8.0 |
| 2312 | 2026-03-13T18:24:34.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2313 | 2026-03-13T18:24:34.228Z | Checking ciborium v0.2.2 |
| 2314 | 2026-03-13T18:24:34.228Z | Compiling ingot-macros v0.1.1 |
| 2315 | 2026-03-13T18:24:34.228Z | Checking tabwriter v1.4.1 |
| 2316 | 2026-03-13T18:24:34.228Z | Checking hash32 v0.3.1 |
| 2317 | 2026-03-13T18:24:34.228Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2318 | 2026-03-13T18:24:34.228Z | Compiling smoltcp v0.11.0 |
| 2319 | 2026-03-13T18:24:34.228Z | Compiling num_enum_derive v0.7.5 |
| 2320 | 2026-03-13T18:24:34.228Z | Checking cobs v0.3.0 |
| 2321 | 2026-03-13T18:24:34.228Z | Compiling foreign-types-macros v0.2.3 |
| 2322 | 2026-03-13T18:24:34.228Z | Checking cpufeatures v0.3.0 |
| 2323 | 2026-03-13T18:24:34.229Z | Checking foreign-types-shared v0.3.1 |
| 2324 | 2026-03-13T18:24:34.286Z | Checking chacha20 v0.10.0 |
| 2325 | 2026-03-13T18:24:34.314Z | Checking postcard v1.1.3 |
| 2326 | 2026-03-13T18:24:34.777Z | Compiling proc-macro-crate v1.3.1 |
| 2327 | 2026-03-13T18:24:34.892Z | Checking foreign-types v0.5.0 |
| 2328 | 2026-03-13T18:24:34.904Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2329 | 2026-03-13T18:24:34.995Z | Checking sigpipe v0.1.3 |
| 2330 | 2026-03-13T18:24:35.119Z | Checking num_enum v0.7.5 |
| 2331 | 2026-03-13T18:24:35.123Z | Checking cstr-argument v0.1.2 |
| 2332 | 2026-03-13T18:24:35.218Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2333 | 2026-03-13T18:24:35.251Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2334 | 2026-03-13T18:24:35.321Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2335 | 2026-03-13T18:24:36.692Z | Checking colored v3.1.1 |
| 2336 | 2026-03-13T18:24:36.726Z | Compiling num_enum_derive v0.5.11 |
| 2337 | 2026-03-13T18:24:36.726Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2338 | 2026-03-13T18:24:36.726Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2339 | 2026-03-13T18:24:36.726Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2340 | 2026-03-13T18:24:36.726Z | Checking rand v0.10.0 |
| 2341 | 2026-03-13T18:24:36.726Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2342 | 2026-03-13T18:24:36.726Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2343 | 2026-03-13T18:24:36.726Z | Checking indent_write v2.2.0 |
| 2344 | 2026-03-13T18:24:36.726Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2345 | 2026-03-13T18:24:36.726Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2346 | 2026-03-13T18:24:36.727Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2347 | 2026-03-13T18:24:36.727Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2348 | 2026-03-13T18:24:36.727Z | Checking smf v0.2.3 |
| 2349 | 2026-03-13T18:24:36.831Z | Compiling num-derive v0.4.2 |
| 2350 | 2026-03-13T18:24:36.969Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2351 | 2026-03-13T18:24:36.974Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2352 | 2026-03-13T18:24:37.064Z | Checking num_enum v0.5.11 |
| 2353 | 2026-03-13T18:24:37.135Z | Checking ingot-types v0.1.2 |
| 2354 | 2026-03-13T18:24:37.219Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2355 | 2026-03-13T18:24:37.273Z | Checking whoami v1.6.1 |
| 2356 | 2026-03-13T18:24:37.437Z | Checking universal-hash v0.5.1 |
| 2357 | 2026-03-13T18:24:37.510Z | Checking opaque-debug v0.3.1 |
| 2358 | 2026-03-13T18:24:37.551Z | Checking aead v0.5.2 |
| 2359 | 2026-03-13T18:24:37.701Z | Checking swrite v0.1.0 |
| 2360 | 2026-03-13T18:24:37.744Z | Checking poly1305 v0.8.0 |
| 2361 | 2026-03-13T18:24:37.758Z | Checking ingot v0.1.1 |
| 2362 | 2026-03-13T18:24:37.816Z | Checking chacha20 v0.9.1 |
| 2363 | 2026-03-13T18:24:37.826Z | Checking unicode-width v0.1.14 |
| 2364 | 2026-03-13T18:24:37.826Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2365 | 2026-03-13T18:24:37.941Z | Compiling typify-macro v0.6.1 |
| 2366 | 2026-03-13T18:24:38.093Z | Checking password-hash v0.5.0 |
| 2367 | 2026-03-13T18:24:38.243Z | Checking blake2 v0.10.6 |
| 2368 | 2026-03-13T18:24:38.256Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2369 | 2026-03-13T18:24:38.256Z | Compiling usdt-macro v0.5.0 |
| 2370 | 2026-03-13T18:24:38.429Z | Compiling usdt-attr-macro v0.5.0 |
| 2371 | 2026-03-13T18:24:38.482Z | Checking memmap v0.7.0 |
| 2372 | 2026-03-13T18:24:38.533Z | Checking argon2 v0.5.3 |
| 2373 | 2026-03-13T18:24:38.683Z | Checking chacha20poly1305 v0.10.1 |
| 2374 | 2026-03-13T18:24:38.876Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2375 | 2026-03-13T18:24:38.980Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2376 | 2026-03-13T18:24:39.238Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2377 | 2026-03-13T18:24:39.384Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2378 | 2026-03-13T18:24:39.385Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2379 | 2026-03-13T18:24:39.515Z | Checking usdt v0.5.0 |
| 2380 | 2026-03-13T18:24:39.533Z | Checking thiserror-no-std v2.0.2 |
| 2381 | 2026-03-13T18:24:39.588Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2382 | 2026-03-13T18:24:39.608Z | Compiling derive-where v1.6.0 |
| 2383 | 2026-03-13T18:24:39.709Z | Checking atomicwrites v0.4.4 |
| 2384 | 2026-03-13T18:24:39.747Z | Checking vsss-rs v3.3.4 |
| 2385 | 2026-03-13T18:24:39.881Z | Checking tokio-dtrace v0.1.1 |
| 2386 | 2026-03-13T18:24:39.929Z | Checking console v0.15.11 |
| 2387 | 2026-03-13T18:24:40.021Z | Checking oxide-tokio-rt v0.1.3 |
| 2388 | 2026-03-13T18:24:40.517Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2389 | 2026-03-13T18:24:40.522Z | Checking newline-converter v0.3.0 |
| 2390 | 2026-03-13T18:24:40.522Z | Checking bytecount v0.6.9 |
| 2391 | 2026-03-13T18:24:40.522Z | Compiling typify v0.6.1 |
| 2392 | 2026-03-13T18:24:40.522Z | Checking expectorate v1.2.0 |
| 2393 | 2026-03-13T18:24:40.525Z | Compiling prettyplease v0.2.37 |
| 2394 | 2026-03-13T18:24:40.525Z | Compiling progenitor-impl v0.13.0 |
| 2395 | 2026-03-13T18:24:40.604Z | Compiling owo-colors v4.3.0 |
| 2396 | 2026-03-13T18:24:40.820Z | Compiling cancel-safe-futures v0.1.5 |
| 2397 | 2026-03-13T18:24:41.255Z | Checking libsw-core v0.3.2 |
| 2398 | 2026-03-13T18:24:41.417Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-03-13T18:24:41.449Z | Checking libsw v3.5.0 |
| 2400 | 2026-03-13T18:24:41.453Z | Checking same-file v1.0.6 |
| 2401 | 2026-03-13T18:24:41.655Z | Checking linear-map v1.2.0 |
| 2402 | 2026-03-13T18:24:41.697Z | Checking walkdir v2.5.0 |
| 2403 | 2026-03-13T18:24:41.701Z | Checking num-rational v0.4.2 |
| 2404 | 2026-03-13T18:24:41.777Z | Checking num-complex v0.4.6 |
| 2405 | 2026-03-13T18:24:41.781Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2406 | 2026-03-13T18:24:41.904Z | Checking float-ord v0.3.2 |
| 2407 | 2026-03-13T18:24:41.944Z | Checking gethostname v0.5.0 |
| 2408 | 2026-03-13T18:24:42.106Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2409 | 2026-03-13T18:24:42.182Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2410 | 2026-03-13T18:24:42.285Z | Compiling async-recursion v1.1.1 |
| 2411 | 2026-03-13T18:24:42.326Z | Checking num v0.4.3 |
| 2412 | 2026-03-13T18:24:42.451Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-03-13T18:24:43.220Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2414 | 2026-03-13T18:24:43.382Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2415 | 2026-03-13T18:24:44.241Z | Compiling progenitor-macro v0.13.0 |
| 2416 | 2026-03-13T18:24:44.690Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2417 | 2026-03-13T18:24:46.172Z | Checking smawk v0.3.2 |
| 2418 | 2026-03-13T18:24:46.176Z | Checking unicode-linebreak v0.1.5 |
| 2419 | 2026-03-13T18:24:46.348Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2420 | 2026-03-13T18:24:46.387Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2421 | 2026-03-13T18:24:46.430Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2422 | 2026-03-13T18:24:46.518Z | Checking globset v0.4.18 |
| 2423 | 2026-03-13T18:24:47.076Z | Compiling convert_case v0.10.0 |
| 2424 | 2026-03-13T18:24:47.810Z | Compiling slog-dtrace v0.3.0 |
| 2425 | 2026-03-13T18:24:48.105Z | Checking resolv-conf v0.7.6 |
| 2426 | 2026-03-13T18:24:48.249Z | Compiling derive_more-impl v2.1.1 |
| 2427 | 2026-03-13T18:24:48.559Z | Compiling pin-project-internal v1.1.11 |
| 2428 | 2026-03-13T18:24:48.685Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2429 | 2026-03-13T18:24:48.726Z | Checking pem v3.0.6 |
| 2430 | 2026-03-13T18:24:48.955Z | Checking fd-lock v4.0.4 |
| 2431 | 2026-03-13T18:24:48.999Z | Checking vte v0.14.1 |
| 2432 | 2026-03-13T18:24:49.142Z | Checking display-error-chain v0.2.2 |
| 2433 | 2026-03-13T18:24:49.223Z | Checking strip-ansi-escapes v0.2.1 |
| 2434 | 2026-03-13T18:24:49.322Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2435 | 2026-03-13T18:24:49.378Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2436 | 2026-03-13T18:24:49.382Z | Checking derive_more v2.1.1 |
| 2437 | 2026-03-13T18:24:49.456Z | Compiling snafu-derive v0.8.9 |
| 2438 | 2026-03-13T18:24:49.518Z | Checking linked-hash-map v0.5.6 |
| 2439 | 2026-03-13T18:24:49.562Z | Checking crossterm v0.29.0 |
| 2440 | 2026-03-13T18:24:49.773Z | Checking termtree v0.5.1 |
| 2441 | 2026-03-13T18:24:49.974Z | Checking nu-ansi-term v0.50.3 |
| 2442 | 2026-03-13T18:24:50.118Z | Checking pin-project v1.1.11 |
| 2443 | 2026-03-13T18:24:50.191Z | Checking lru-cache v0.1.2 |
| 2444 | 2026-03-13T18:24:50.268Z | Checking textwrap v0.16.2 |
| 2445 | 2026-03-13T18:24:50.311Z | Checking reedline v0.40.0 |
| 2446 | 2026-03-13T18:24:50.351Z | Checking olpc-cjson v0.1.4 |
| 2447 | 2026-03-13T18:24:50.395Z | Checking hickory-proto v0.24.4 |
| 2448 | 2026-03-13T18:24:50.597Z | Checking serde_plain v1.0.2 |
| 2449 | 2026-03-13T18:24:50.814Z | Compiling minimal-lexical v0.2.1 |
| 2450 | 2026-03-13T18:24:51.179Z | Checking typed-path v0.9.3 |
| 2451 | 2026-03-13T18:24:51.261Z | Checking progenitor v0.13.0 |
| 2452 | 2026-03-13T18:24:51.462Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2453 | 2026-03-13T18:24:51.899Z | Compiling nom v7.1.3 |
| 2454 | 2026-03-13T18:24:52.155Z | Checking snafu v0.8.9 |
| 2455 | 2026-03-13T18:24:52.286Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2456 | 2026-03-13T18:24:52.507Z | Checking tough v0.20.0 |
| 2457 | 2026-03-13T18:24:52.893Z | Checking nibble_vec v0.1.0 |
| 2458 | 2026-03-13T18:24:53.066Z | Checking endian-type v0.1.2 |
| 2459 | 2026-03-13T18:24:53.109Z | Checking hickory-resolver v0.24.4 |
| 2460 | 2026-03-13T18:24:53.272Z | Checking radix_trie v0.2.1 |
| 2461 | 2026-03-13T18:24:53.580Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2462 | 2026-03-13T18:24:53.842Z | Compiling ar_archive_writer v0.5.1 |
| 2463 | 2026-03-13T18:24:54.090Z | Checking humantime v2.3.0 |
| 2464 | 2026-03-13T18:24:54.237Z | Checking qorb v0.4.1 |
| 2465 | 2026-03-13T18:24:54.353Z | Checking csv-core v0.1.13 |
| 2466 | 2026-03-13T18:24:54.396Z | Checking base64 v0.21.7 |
| 2467 | 2026-03-13T18:24:54.621Z | Checking csv v1.4.0 |
| 2468 | 2026-03-13T18:24:54.746Z | Compiling stacker v0.1.23 |
| 2469 | 2026-03-13T18:24:55.052Z | Compiling psm v0.1.30 |
| 2470 | 2026-03-13T18:24:55.094Z | Compiling cfg_aliases v0.1.1 |
| 2471 | 2026-03-13T18:24:55.137Z | Checking highway v1.3.0 |
| 2472 | 2026-03-13T18:24:55.222Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2473 | 2026-03-13T18:24:55.262Z | Compiling nix v0.28.0 |
| 2474 | 2026-03-13T18:24:55.301Z | Checking papergrid v0.11.0 |
| 2475 | 2026-03-13T18:24:55.470Z | Compiling tabled_derive v0.7.0 |
| 2476 | 2026-03-13T18:24:55.727Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2477 | 2026-03-13T18:24:55.809Z | Checking home v0.5.12 |
| 2478 | 2026-03-13T18:24:55.889Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2479 | 2026-03-13T18:24:55.970Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2480 | 2026-03-13T18:24:55.973Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2481 | 2026-03-13T18:24:56.155Z | Checking phf_shared v0.12.1 |
| 2482 | 2026-03-13T18:24:56.273Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2483 | 2026-03-13T18:24:56.370Z | Compiling chrono-tz v0.10.4 |
| 2484 | 2026-03-13T18:24:56.625Z | Compiling semver v0.1.20 |
| 2485 | 2026-03-13T18:24:56.709Z | Checking phf v0.12.1 |
| 2486 | 2026-03-13T18:24:56.804Z | Checking tabled v0.15.0 |
| 2487 | 2026-03-13T18:24:56.846Z | Checking recursive v0.1.1 |
| 2488 | 2026-03-13T18:24:56.921Z | Compiling rustc_version v0.1.7 |
| 2489 | 2026-03-13T18:24:56.982Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2490 | 2026-03-13T18:24:57.023Z | Compiling const_format_proc_macros v0.2.34 |
| 2491 | 2026-03-13T18:24:57.063Z | Compiling peg-macros v0.8.5 |
| 2492 | 2026-03-13T18:24:57.106Z | Checking winnow v0.6.26 |
| 2493 | 2026-03-13T18:24:57.236Z | Compiling sqlparser_derive v0.5.0 |
| 2494 | 2026-03-13T18:24:58.011Z | Checking unicode_categories v0.1.1 |
| 2495 | 2026-03-13T18:24:58.220Z | Checking const_format v0.2.35 |
| 2496 | 2026-03-13T18:24:58.260Z | Checking rustyline v14.0.0 |
| 2497 | 2026-03-13T18:24:58.301Z | Checking sqlparser v0.61.0 |
| 2498 | 2026-03-13T18:24:58.621Z | Compiling newtype_derive v0.1.6 |
| 2499 | 2026-03-13T18:24:58.731Z | Checking sqlformat v0.3.5 |
| 2500 | 2026-03-13T18:24:59.013Z | Checking peg v0.8.5 |
| 2501 | 2026-03-13T18:24:59.134Z | Checking bcs v0.1.6 |
| 2502 | 2026-03-13T18:24:59.354Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2503 | 2026-03-13T18:24:59.438Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2504 | 2026-03-13T18:24:59.479Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2505 | 2026-03-13T18:24:59.620Z | Checking steno v0.4.1 |
| 2506 | 2026-03-13T18:24:59.839Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2507 | 2026-03-13T18:25:00.007Z | Compiling typify-impl v0.4.3 |
| 2508 | 2026-03-13T18:25:00.975Z | Checking utf-8 v0.7.6 |
| 2509 | 2026-03-13T18:25:01.100Z | Checking filetime v0.2.27 |
| 2510 | 2026-03-13T18:25:01.173Z | Checking arc-swap v1.8.2 |
| 2511 | 2026-03-13T18:25:01.299Z | Checking xattr v1.6.1 |
| 2512 | 2026-03-13T18:25:01.489Z | Checking slog-scope v4.4.1 |
| 2513 | 2026-03-13T18:25:01.729Z | Checking tar v0.4.44 |
| 2514 | 2026-03-13T18:25:02.289Z | Checking slog-stdlog v4.1.1 |
| 2515 | 2026-03-13T18:25:02.330Z | Checking tungstenite v0.21.0 |
| 2516 | 2026-03-13T18:25:02.469Z | Checking slog-envlogger v2.2.0 |
| 2517 | 2026-03-13T18:25:02.679Z | Checking typeid v1.0.3 |
| 2518 | 2026-03-13T18:25:02.823Z | Checking subprocess v0.2.15 |
| 2519 | 2026-03-13T18:25:02.864Z | Checking headers-core v0.3.0 |
| 2520 | 2026-03-13T18:25:02.946Z | Checking tokio-tungstenite v0.21.0 |
| 2521 | 2026-03-13T18:25:03.028Z | Checking headers v0.4.1 |
| 2522 | 2026-03-13T18:25:03.226Z | Compiling lzma-sys v0.1.20 |
| 2523 | 2026-03-13T18:25:03.332Z | Compiling cargo_toml v0.22.3 |
| 2524 | 2026-03-13T18:25:03.656Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2525 | 2026-03-13T18:25:03.698Z | Checking yasna v0.5.2 |
| 2526 | 2026-03-13T18:25:04.002Z | Checking xz2 v0.1.7 |
| 2527 | 2026-03-13T18:25:04.247Z | Checking ron v0.12.0 |
| 2528 | 2026-03-13T18:25:04.288Z | Checking rcgen v0.12.1 |
| 2529 | 2026-03-13T18:25:04.770Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2530 | 2026-03-13T18:25:04.781Z | Checking base16ct v1.0.0 |
| 2531 | 2026-03-13T18:25:04.961Z | Checking dropshot-api-manager-types v0.6.0 |
| 2532 | 2026-03-13T18:25:05.053Z | Checking tagptr v0.2.0 |
| 2533 | 2026-03-13T18:25:05.207Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2534 | 2026-03-13T18:25:05.269Z | Checking moka v0.12.13 |
| 2535 | 2026-03-13T18:25:05.308Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2536 | 2026-03-13T18:25:05.454Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2537 | 2026-03-13T18:25:05.518Z | Compiling libefi-sys v0.1.0 |
| 2538 | 2026-03-13T18:25:05.801Z | Compiling radium v0.7.0 |
| 2539 | 2026-03-13T18:25:06.124Z | Compiling bitfield-struct v0.6.2 |
| 2540 | 2026-03-13T18:25:06.165Z | Checking hickory-resolver v0.25.2 |
| 2541 | 2026-03-13T18:25:06.263Z | Checking tap v1.0.1 |
| 2542 | 2026-03-13T18:25:06.434Z | Compiling maybe-uninit v2.0.0 |
| 2543 | 2026-03-13T18:25:06.507Z | Compiling typify-macro v0.4.3 |
| 2544 | 2026-03-13T18:25:06.931Z | Checking wyz v0.5.1 |
| 2545 | 2026-03-13T18:25:07.003Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2546 | 2026-03-13T18:25:07.135Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2547 | 2026-03-13T18:25:07.197Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2548 | 2026-03-13T18:25:07.446Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2549 | 2026-03-13T18:25:07.511Z | Compiling zerocopy-derive v0.6.6 |
| 2550 | 2026-03-13T18:25:07.636Z | Compiling packed_struct v0.10.1 |
| 2551 | 2026-03-13T18:25:07.790Z | Checking crc-catalog v2.4.0 |
| 2552 | 2026-03-13T18:25:07.852Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2553 | 2026-03-13T18:25:07.947Z | Checking funty v2.0.0 |
| 2554 | 2026-03-13T18:25:07.989Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2555 | 2026-03-13T18:25:08.107Z | Checking crc v3.4.0 |
| 2556 | 2026-03-13T18:25:08.328Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2557 | 2026-03-13T18:25:08.440Z | Checking bitvec v1.0.1 |
| 2558 | 2026-03-13T18:25:08.523Z | Compiling packed_struct_codegen v0.10.1 |
| 2559 | 2026-03-13T18:25:08.565Z | Compiling bitfield-macros v0.19.4 |
| 2560 | 2026-03-13T18:25:08.604Z | Compiling indexmap v1.9.3 |
| 2561 | 2026-03-13T18:25:08.773Z | Checking zerocopy v0.6.6 |
| 2562 | 2026-03-13T18:25:08.902Z | Checking nodrop v0.1.14 |
| 2563 | 2026-03-13T18:25:08.945Z | Compiling typify v0.4.3 |
| 2564 | 2026-03-13T18:25:09.116Z | Compiling progenitor-impl v0.10.0 |
| 2565 | 2026-03-13T18:25:09.251Z | Checking array-init v0.0.4 |
| 2566 | 2026-03-13T18:25:09.561Z | Checking bitfield v0.19.4 |
| 2567 | 2026-03-13T18:25:09.831Z | Checking smallvec v0.6.14 |
| 2568 | 2026-03-13T18:25:09.968Z | Checking hashbrown v0.12.3 |
| 2569 | 2026-03-13T18:25:10.029Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2570 | 2026-03-13T18:25:10.115Z | Checking serde-hex v0.1.0 |
| 2571 | 2026-03-13T18:25:10.259Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2572 | 2026-03-13T18:25:10.388Z | Checking ron v0.8.1 |
| 2573 | 2026-03-13T18:25:11.029Z | Checking hashbrown v0.13.2 |
| 2574 | 2026-03-13T18:25:11.117Z | Checking crc-any v2.5.0 |
| 2575 | 2026-03-13T18:25:11.385Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2576 | 2026-03-13T18:25:11.471Z | Checking path-slash v0.1.5 |
| 2577 | 2026-03-13T18:25:11.618Z | Checking object v0.30.4 |
| 2578 | 2026-03-13T18:25:11.658Z | Compiling xshell-macros v0.2.7 |
| 2579 | 2026-03-13T18:25:11.661Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2580 | 2026-03-13T18:25:11.899Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2581 | 2026-03-13T18:25:12.159Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2582 | 2026-03-13T18:25:12.243Z | Checking xshell v0.2.7 |
| 2583 | 2026-03-13T18:25:12.247Z | Checking half v1.8.3 |
| 2584 | 2026-03-13T18:25:12.512Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2585 | 2026-03-13T18:25:12.579Z | Checking serde_cbor v0.11.2 |
| 2586 | 2026-03-13T18:25:12.786Z | Compiling progenitor-macro v0.10.0 |
| 2587 | 2026-03-13T18:25:13.084Z | Compiling num-derive v0.3.3 |
| 2588 | 2026-03-13T18:25:13.165Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2589 | 2026-03-13T18:25:13.524Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2590 | 2026-03-13T18:25:13.729Z | Compiling proc-macro-error2 v2.0.1 |
| 2591 | 2026-03-13T18:25:13.827Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2592 | 2026-03-13T18:25:14.152Z | Compiling tabled_derive v0.11.0 |
| 2593 | 2026-03-13T18:25:14.300Z | Checking libscf-sys v1.1.0 |
| 2594 | 2026-03-13T18:25:14.338Z | Checking papergrid v0.17.0 |
| 2595 | 2026-03-13T18:25:14.495Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2596 | 2026-03-13T18:25:14.756Z | Checking testing_table v0.3.0 |
| 2597 | 2026-03-13T18:25:14.797Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2598 | 2026-03-13T18:25:14.902Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2599 | 2026-03-13T18:25:15.197Z | Checking maplit v1.0.2 |
| 2600 | 2026-03-13T18:25:15.423Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2601 | 2026-03-13T18:25:15.463Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2602 | 2026-03-13T18:25:15.804Z | Checking tabled v0.20.0 |
| 2603 | 2026-03-13T18:25:15.887Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2604 | 2026-03-13T18:25:15.960Z | Checking crc8 v0.1.1 |
| 2605 | 2026-03-13T18:25:16.082Z | Checking fxhash v0.2.1 |
| 2606 | 2026-03-13T18:25:16.122Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2607 | 2026-03-13T18:25:16.163Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2608 | 2026-03-13T18:25:16.264Z | Checking unicase v2.9.0 |
| 2609 | 2026-03-13T18:25:16.495Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2610 | 2026-03-13T18:25:17.036Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2611 | 2026-03-13T18:25:17.118Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2612 | 2026-03-13T18:25:17.273Z | Checking kstat-rs v0.2.4 |
| 2613 | 2026-03-13T18:25:17.522Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2614 | 2026-03-13T18:25:17.571Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2615 | 2026-03-13T18:25:17.644Z | Compiling parking_lot_core v0.8.6 |
| 2616 | 2026-03-13T18:25:17.804Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2617 | 2026-03-13T18:25:18.002Z | Compiling git-stub v1.0.0 |
| 2618 | 2026-03-13T18:25:18.100Z | Compiling dsl_auto_type v0.1.3 |
| 2619 | 2026-03-13T18:25:18.223Z | Checking scheduled-thread-pool v0.2.7 |
| 2620 | 2026-03-13T18:25:18.369Z | Compiling vergen-gitcl v1.0.8 |
| 2621 | 2026-03-13T18:25:18.433Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2622 | 2026-03-13T18:25:18.696Z | Checking r2d2 v0.8.10 |
| 2623 | 2026-03-13T18:25:18.736Z | Compiling git-stub-vcs v0.1.0 |
| 2624 | 2026-03-13T18:25:18.779Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2625 | 2026-03-13T18:25:18.818Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2626 | 2026-03-13T18:25:18.953Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2627 | 2026-03-13T18:25:18.994Z | Compiling diesel_derives v2.2.7 |
| 2628 | 2026-03-13T18:25:19.047Z | Checking parking_lot v0.11.2 |
| 2629 | 2026-03-13T18:25:19.235Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2630 | 2026-03-13T18:25:19.277Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2631 | 2026-03-13T18:25:19.320Z | Checking prefix-trie v0.7.0 |
| 2632 | 2026-03-13T18:25:19.383Z | Checking nanorand v0.7.0 |
| 2633 | 2026-03-13T18:25:19.667Z | Compiling dirs-sys-next v0.1.2 |
| 2634 | 2026-03-13T18:25:19.811Z | Checking progenitor v0.10.0 |
| 2635 | 2026-03-13T18:25:19.814Z | Compiling crunchy v0.2.4 |
| 2636 | 2026-03-13T18:25:19.814Z | Checking hickory-server v0.25.2 |
| 2637 | 2026-03-13T18:25:19.980Z | Compiling dirs-next v2.0.0 |
| 2638 | 2026-03-13T18:25:20.025Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2639 | 2026-03-13T18:25:20.061Z | Checking flume v0.11.1 |
| 2640 | 2026-03-13T18:25:20.064Z | Checking sled v0.34.7 |
| 2641 | 2026-03-13T18:25:20.162Z | Compiling clang-sys v1.8.1 |
| 2642 | 2026-03-13T18:25:20.281Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2643 | 2026-03-13T18:25:20.399Z | Checking hickory-client v0.25.2 |
| 2644 | 2026-03-13T18:25:20.570Z | Compiling tiny-keccak v2.0.2 |
| 2645 | 2026-03-13T18:25:20.803Z | Compiling term v0.7.0 |
| 2646 | 2026-03-13T18:25:20.906Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2647 | 2026-03-13T18:25:20.945Z | Compiling salty v0.3.0 |
| 2648 | 2026-03-13T18:25:21.134Z | Compiling bit-vec v0.6.3 |
| 2649 | 2026-03-13T18:25:21.354Z | Compiling ascii-canvas v3.0.0 |
| 2650 | 2026-03-13T18:25:21.447Z | Compiling bit-set v0.5.3 |
| 2651 | 2026-03-13T18:25:21.584Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2652 | 2026-03-13T18:25:21.677Z | Checking primeorder v0.13.6 |
| 2653 | 2026-03-13T18:25:21.717Z | Compiling itertools v0.10.5 |
| 2654 | 2026-03-13T18:25:22.021Z | Compiling ena v0.14.4 |
| 2655 | 2026-03-13T18:25:22.060Z | Compiling libloading v0.8.9 |
| 2656 | 2026-03-13T18:25:22.301Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2657 | 2026-03-13T18:25:22.340Z | Compiling diff v0.1.13 |
| 2658 | 2026-03-13T18:25:22.380Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-03-13T18:25:22.722Z | Compiling regex-syntax v0.6.29 |
| 2660 | 2026-03-13T18:25:23.244Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2661 | 2026-03-13T18:25:23.592Z | Compiling cexpr v0.6.0 |
| 2662 | 2026-03-13T18:25:23.887Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2663 | 2026-03-13T18:25:24.339Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2664 | 2026-03-13T18:25:24.528Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2665 | 2026-03-13T18:25:24.917Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-03-13T18:25:25.079Z | Checking diesel v2.2.12 |
| 2667 | 2026-03-13T18:25:25.180Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2668 | 2026-03-13T18:25:25.221Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2026-03-13T18:25:25.709Z | Compiling libxml v0.3.3 |
| 2670 | 2026-03-13T18:25:26.040Z | Compiling fs-err v2.11.0 |
| 2671 | 2026-03-13T18:25:26.207Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2672 | 2026-03-13T18:25:26.505Z | Checking p384 v0.13.1 |
| 2673 | 2026-03-13T18:25:26.646Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2674 | 2026-03-13T18:25:27.099Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-03-13T18:25:28.589Z | Compiling indoc v1.0.9 |
| 2676 | 2026-03-13T18:25:29.264Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2677 | 2026-03-13T18:25:29.706Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2678 | 2026-03-13T18:25:29.937Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2679 | 2026-03-13T18:25:30.083Z | Checking quick-xml v0.37.5 |
| 2680 | 2026-03-13T18:25:30.221Z | Checking derive_builder v0.20.2 |
| 2681 | 2026-03-13T18:25:30.389Z | Compiling oso-derive v0.27.3 |
| 2682 | 2026-03-13T18:25:30.711Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2683 | 2026-03-13T18:25:30.957Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2684 | 2026-03-13T18:25:31.062Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2685 | 2026-03-13T18:25:31.317Z | Compiling trait-variant v0.1.2 |
| 2686 | 2026-03-13T18:25:31.360Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2687 | 2026-03-13T18:25:32.064Z | Checking openssl-probe v0.1.6 |
| 2688 | 2026-03-13T18:25:32.233Z | Checking parse-size v1.1.0 |
| 2689 | 2026-03-13T18:25:32.428Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2690 | 2026-03-13T18:25:33.202Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2691 | 2026-03-13T18:25:33.380Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2692 | 2026-03-13T18:25:33.580Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2693 | 2026-03-13T18:25:33.676Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2694 | 2026-03-13T18:25:33.731Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2695 | 2026-03-13T18:25:34.410Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2696 | 2026-03-13T18:25:34.492Z | Compiling progenitor-impl v0.11.2 |
| 2697 | 2026-03-13T18:25:34.763Z | Checking assert_matches v1.5.0 |
| 2698 | 2026-03-13T18:25:34.960Z | Compiling mime_guess v2.0.5 |
| 2699 | 2026-03-13T18:25:35.455Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2700 | 2026-03-13T18:25:35.710Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2701 | 2026-03-13T18:25:35.852Z | Checking predicates-tree v1.0.13 |
| 2702 | 2026-03-13T18:25:36.023Z | Checking progenitor-client v0.11.2 |
| 2703 | 2026-03-13T18:25:36.165Z | Checking http-range v0.1.5 |
| 2704 | 2026-03-13T18:25:36.358Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2705 | 2026-03-13T18:25:36.398Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-03-13T18:25:36.502Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2707 | 2026-03-13T18:25:37.267Z | Checking atty v0.2.14 |
| 2708 | 2026-03-13T18:25:37.309Z | Compiling diesel-dtrace v0.4.2 |
| 2709 | 2026-03-13T18:25:38.271Z | Compiling progenitor-macro v0.11.2 |
| 2710 | 2026-03-13T18:25:38.407Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2711 | 2026-03-13T18:25:38.926Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2712 | 2026-03-13T18:25:39.362Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2713 | 2026-03-13T18:25:40.058Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2714 | 2026-03-13T18:25:40.101Z | Checking bb8 v0.8.6 |
| 2715 | 2026-03-13T18:25:40.356Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2716 | 2026-03-13T18:25:40.490Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2717 | 2026-03-13T18:25:40.647Z | Checking corncobs v0.1.4 |
| 2718 | 2026-03-13T18:25:40.844Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-13T18:25:40.937Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2720 | 2026-03-13T18:25:41.200Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2721 | 2026-03-13T18:25:41.680Z | Checking hyper-staticfile v0.10.1 |
| 2722 | 2026-03-13T18:25:41.720Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2723 | 2026-03-13T18:25:42.084Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2724 | 2026-03-13T18:25:42.127Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2725 | 2026-03-13T18:25:42.414Z | Checking async-bb8-diesel v0.2.1 |
| 2726 | 2026-03-13T18:25:42.535Z | Checking ignore v0.4.25 |
| 2727 | 2026-03-13T18:25:42.910Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2728 | 2026-03-13T18:25:43.164Z | Checking signal-hook-tokio v0.3.1 |
| 2729 | 2026-03-13T18:25:43.374Z | Checking secrecy v0.8.0 |
| 2730 | 2026-03-13T18:25:43.553Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2731 | 2026-03-13T18:25:43.909Z | Checking globwalk v0.9.1 |
| 2732 | 2026-03-13T18:25:44.234Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2733 | 2026-03-13T18:25:44.450Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2734 | 2026-03-13T18:25:44.707Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-03-13T18:25:44.894Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2736 | 2026-03-13T18:25:45.032Z | Checking nonempty v0.12.0 |
| 2737 | 2026-03-13T18:25:45.069Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2738 | 2026-03-13T18:25:45.342Z | Checking camino-tempfile-ext v0.3.3 |
| 2739 | 2026-03-13T18:25:45.352Z | Checking progenitor v0.11.2 |
| 2740 | 2026-03-13T18:25:45.512Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2741 | 2026-03-13T18:25:45.554Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-03-13T18:25:45.558Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2743 | 2026-03-13T18:25:46.047Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2744 | 2026-03-13T18:25:46.310Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2745 | 2026-03-13T18:25:46.511Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2746 | 2026-03-13T18:25:46.928Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2747 | 2026-03-13T18:25:47.216Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2748 | 2026-03-13T18:25:47.811Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2749 | 2026-03-13T18:25:47.962Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2750 | 2026-03-13T18:25:48.167Z | Checking tungstenite v0.23.0 |
| 2751 | 2026-03-13T18:25:48.573Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2752 | 2026-03-13T18:25:48.787Z | Checking tokio-tungstenite v0.23.1 |
| 2753 | 2026-03-13T18:25:49.023Z | Checking void v1.0.2 |
| 2754 | 2026-03-13T18:25:49.067Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2755 | 2026-03-13T18:25:49.173Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2756 | 2026-03-13T18:25:49.212Z | Checking lzss v0.8.2 |
| 2757 | 2026-03-13T18:25:49.407Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2758 | 2026-03-13T18:25:49.488Z | Checking nix v0.27.1 |
| 2759 | 2026-03-13T18:25:49.964Z | Checking serde_bytes v0.11.19 |
| 2760 | 2026-03-13T18:25:50.243Z | Checking rand_seeder v0.4.0 |
| 2761 | 2026-03-13T18:25:50.280Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2762 | 2026-03-13T18:25:50.459Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2763 | 2026-03-13T18:25:50.973Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2764 | 2026-03-13T18:25:51.016Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2765 | 2026-03-13T18:25:51.219Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2766 | 2026-03-13T18:25:51.614Z | Checking is_ci v1.2.0 |
| 2767 | 2026-03-13T18:25:51.774Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2768 | 2026-03-13T18:25:52.046Z | Checking yansi v1.0.1 |
| 2769 | 2026-03-13T18:25:52.080Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2770 | 2026-03-13T18:25:52.352Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2771 | 2026-03-13T18:25:52.392Z | Checking pretty_assertions v1.4.1 |
| 2772 | 2026-03-13T18:25:52.435Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2773 | 2026-03-13T18:25:52.593Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2774 | 2026-03-13T18:25:52.662Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2775 | 2026-03-13T18:25:52.954Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2776 | 2026-03-13T18:25:53.287Z | Compiling darling_core v0.23.0 |
| 2777 | 2026-03-13T18:25:54.253Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2778 | 2026-03-13T18:25:54.623Z | Compiling indoc v2.0.7 |
| 2779 | 2026-03-13T18:25:54.942Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2780 | 2026-03-13T18:25:55.006Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2781 | 2026-03-13T18:25:55.252Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2782 | 2026-03-13T18:25:55.302Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-03-13T18:25:55.602Z | Compiling instability v0.3.11 |
| 2784 | 2026-03-13T18:25:55.975Z | Compiling libz-sys v1.1.24 |
| 2785 | 2026-03-13T18:25:56.012Z | Checking castaway v0.2.4 |
| 2786 | 2026-03-13T18:25:56.186Z | Checking compact_str v0.8.1 |
| 2787 | 2026-03-13T18:25:56.358Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-03-13T18:25:56.741Z | Checking supports-color v3.0.2 |
| 2789 | 2026-03-13T18:25:56.903Z | Compiling darling_macro v0.23.0 |
| 2790 | 2026-03-13T18:25:56.943Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2791 | 2026-03-13T18:25:57.239Z | Checking unicode-truncate v1.1.0 |
| 2792 | 2026-03-13T18:25:57.459Z | Checking lru v0.12.5 |
| 2793 | 2026-03-13T18:25:57.519Z | Checking cassowary v0.3.0 |
| 2794 | 2026-03-13T18:25:57.578Z | Compiling darling v0.23.0 |
| 2795 | 2026-03-13T18:25:57.803Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2796 | 2026-03-13T18:25:58.029Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2797 | 2026-03-13T18:25:58.733Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2798 | 2026-03-13T18:25:58.772Z | Checking ratatui v0.29.0 |
| 2799 | 2026-03-13T18:25:59.644Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2800 | 2026-03-13T18:25:59.968Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2801 | 2026-03-13T18:26:00.365Z | Compiling vergen-git2 v1.0.7 |
| 2802 | 2026-03-13T18:26:01.054Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2803 | 2026-03-13T18:26:01.082Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2804 | 2026-03-13T18:26:01.082Z | Checking colored v2.2.0 |
| 2805 | 2026-03-13T18:26:01.082Z | Compiling rustls v0.21.12 |
| 2806 | 2026-03-13T18:26:01.082Z | Checking shell-words v1.1.1 |
| 2807 | 2026-03-13T18:26:01.092Z | Checking plotters-backend v0.3.7 |
| 2808 | 2026-03-13T18:26:01.315Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2809 | 2026-03-13T18:26:01.355Z | Checking plotters-svg v0.3.7 |
| 2810 | 2026-03-13T18:26:01.394Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-03-13T18:26:01.565Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-03-13T18:26:01.703Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2813 | 2026-03-13T18:26:01.863Z | Checking sct v0.7.1 |
| 2814 | 2026-03-13T18:26:02.067Z | Checking rustls-webpki v0.101.7 |
| 2815 | 2026-03-13T18:26:02.284Z | Compiling nix v0.29.0 |
| 2816 | 2026-03-13T18:26:02.549Z | Checking hex-literal v0.4.1 |
| 2817 | 2026-03-13T18:26:02.595Z | Checking cast v0.3.0 |
| 2818 | 2026-03-13T18:26:02.734Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2819 | 2026-03-13T18:26:02.853Z | Checking criterion-plot v0.6.0 |
| 2820 | 2026-03-13T18:26:03.326Z | Checking plotters v0.3.7 |
| 2821 | 2026-03-13T18:26:04.379Z | Checking erased-serde v0.4.9 |
| 2822 | 2026-03-13T18:26:04.767Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2823 | 2026-03-13T18:26:04.938Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2824 | 2026-03-13T18:26:05.961Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2825 | 2026-03-13T18:26:06.940Z | Checking tinytemplate v1.2.1 |
| 2826 | 2026-03-13T18:26:07.250Z | Checking ordered-float v2.10.1 |
| 2827 | 2026-03-13T18:26:07.605Z | Checking oorandom v11.1.5 |
| 2828 | 2026-03-13T18:26:07.795Z | Checking anes v0.1.6 |
| 2829 | 2026-03-13T18:26:08.067Z | Checking criterion v0.7.0 |
| 2830 | 2026-03-13T18:26:08.418Z | Checking serde-value v0.7.0 |
| 2831 | 2026-03-13T18:26:08.731Z | Checking serde-untagged v0.1.9 |
| 2832 | 2026-03-13T18:26:09.022Z | Checking tokio-rustls v0.24.1 |
| 2833 | 2026-03-13T18:26:09.654Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-03-13T18:26:09.733Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2835 | 2026-03-13T18:26:10.020Z | Checking rustls-pemfile v1.0.4 |
| 2836 | 2026-03-13T18:26:10.227Z | Checking twox-hash v2.1.2 |
| 2837 | 2026-03-13T18:26:10.671Z | Checking unicode-xid v0.2.6 |
| 2838 | 2026-03-13T18:26:10.778Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2839 | 2026-03-13T18:26:10.842Z | Checking cargo-util-schemas v0.8.2 |
| 2840 | 2026-03-13T18:26:11.282Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2841 | 2026-03-13T18:26:11.497Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2842 | 2026-03-13T18:26:13.094Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2843 | 2026-03-13T18:26:13.094Z | Checking fatfs v0.3.6 |
| 2844 | 2026-03-13T18:26:13.094Z | Checking cargo-platform v0.2.0 |
| 2845 | 2026-03-13T18:26:13.350Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2846 | 2026-03-13T18:26:13.361Z | Compiling petname v2.0.2 |
| 2847 | 2026-03-13T18:26:14.338Z | Compiling seq-macro v0.3.6 |
| 2848 | 2026-03-13T18:26:14.982Z | Checking cargo_metadata v0.21.0 |
| 2849 | 2026-03-13T18:26:15.257Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2850 | 2026-03-13T18:26:16.036Z | Checking concurrent-queue v2.5.0 |
| 2851 | 2026-03-13T18:26:16.086Z | Checking rtoolbox v0.0.3 |
| 2852 | 2026-03-13T18:26:16.290Z | Checking parking v2.2.1 |
| 2853 | 2026-03-13T18:26:16.346Z | Checking futures-timer v3.0.3 |
| 2854 | 2026-03-13T18:26:16.478Z | Checking event-listener v5.4.1 |
| 2855 | 2026-03-13T18:26:16.587Z | Checking rpassword v7.4.0 |
| 2856 | 2026-03-13T18:26:16.764Z | Checking tui-tree-widget v0.23.1 |
| 2857 | 2026-03-13T18:26:16.803Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2858 | 2026-03-13T18:26:17.037Z | Checking polyval v0.6.2 |
| 2859 | 2026-03-13T18:26:17.077Z | Checking sapling-renderdag v0.1.0 |
| 2860 | 2026-03-13T18:26:17.180Z | Checking sync-ptr v0.1.4 |
| 2861 | 2026-03-13T18:26:17.278Z | Checking ghash v0.5.1 |
| 2862 | 2026-03-13T18:26:17.364Z | Checking event-listener-strategy v0.5.4 |
| 2863 | 2026-03-13T18:26:17.432Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2864 | 2026-03-13T18:26:17.472Z | Checking ctr v0.9.2 |
| 2865 | 2026-03-13T18:26:17.570Z | Checking arrayvec v0.7.6 |
| 2866 | 2026-03-13T18:26:17.730Z | Checking arrayref v0.3.9 |
| 2867 | 2026-03-13T18:26:17.769Z | Checking constant_time_eq v0.4.2 |
| 2868 | 2026-03-13T18:26:17.894Z | Checking aes-gcm v0.10.3 |
| 2869 | 2026-03-13T18:26:17.949Z | Checking async-lock v3.4.2 |
| 2870 | 2026-03-13T18:26:17.991Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2871 | 2026-03-13T18:26:18.073Z | Compiling samael v0.0.19 |
| 2872 | 2026-03-13T18:26:18.112Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2873 | 2026-03-13T18:26:18.507Z | Checking ssh-encoding v0.2.0 |
| 2874 | 2026-03-13T18:26:18.785Z | Checking blowfish v0.9.1 |
| 2875 | 2026-03-13T18:26:19.013Z | Checking bcrypt-pbkdf v0.10.0 |
| 2876 | 2026-03-13T18:26:19.252Z | Checking ssh-cipher v0.2.0 |
| 2877 | 2026-03-13T18:26:19.293Z | Checking async-object-pool v0.2.0 |
| 2878 | 2026-03-13T18:26:19.460Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2879 | 2026-03-13T18:26:19.499Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2880 | 2026-03-13T18:26:19.894Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2881 | 2026-03-13T18:26:20.275Z | Checking serde_regex v1.1.0 |
| 2882 | 2026-03-13T18:26:20.505Z | Checking password-hash v0.4.2 |
| 2883 | 2026-03-13T18:26:20.785Z | Checking assert-json-diff v2.0.2 |
| 2884 | 2026-03-13T18:26:20.830Z | Checking path-tree v0.8.3 |
| 2885 | 2026-03-13T18:26:21.034Z | Checking gimli v0.32.3 |
| 2886 | 2026-03-13T18:26:21.105Z | Checking stringmetrics v2.2.2 |
| 2887 | 2026-03-13T18:26:21.326Z | Compiling target-lexicon v0.13.3 |
| 2888 | 2026-03-13T18:26:21.801Z | Checking httpmock v0.8.3 |
| 2889 | 2026-03-13T18:26:22.093Z | Checking pbkdf2 v0.11.0 |
| 2890 | 2026-03-13T18:26:22.336Z | Checking ssh-key v0.6.7 |
| 2891 | 2026-03-13T18:26:23.260Z | Checking addr2line v0.25.1 |
| 2892 | 2026-03-13T18:26:23.635Z | Checking p256 v0.13.2 |
| 2893 | 2026-03-13T18:26:23.995Z | Checking p521 v0.13.3 |
| 2894 | 2026-03-13T18:26:24.239Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2895 | 2026-03-13T18:26:24.518Z | Checking russh-cryptovec v0.7.3 |
| 2896 | 2026-03-13T18:26:24.723Z | Checking rustc-demangle v0.1.27 |
| 2897 | 2026-03-13T18:26:24.804Z | Checking md5 v0.7.0 |
| 2898 | 2026-03-13T18:26:24.862Z | Compiling guppy-workspace-hack v0.1.0 |
| 2899 | 2026-03-13T18:26:25.049Z | Checking backtrace v0.3.76 |
| 2900 | 2026-03-13T18:26:25.052Z | Checking russh-keys v0.45.0 |
| 2901 | 2026-03-13T18:26:25.475Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2902 | 2026-03-13T18:26:25.539Z | Checking num-bigint v0.4.6 |
| 2903 | 2026-03-13T18:26:25.902Z | Checking des v0.8.1 |
| 2904 | 2026-03-13T18:26:26.132Z | Compiling blake3 v1.8.3 |
| 2905 | 2026-03-13T18:26:26.171Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2906 | 2026-03-13T18:26:26.647Z | Compiling target-spec v3.5.7 |
| 2907 | 2026-03-13T18:26:26.768Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2908 | 2026-03-13T18:26:26.965Z | Checking russh v0.45.0 |
| 2909 | 2026-03-13T18:26:27.576Z | Checking cfg-expr v0.20.6 |
| 2910 | 2026-03-13T18:26:27.641Z | Checking backtrace-ext v0.2.1 |
| 2911 | 2026-03-13T18:26:27.803Z | Checking supports-color v2.1.0 |
| 2912 | 2026-03-13T18:26:27.842Z | Checking textwrap v0.15.2 |
| 2913 | 2026-03-13T18:26:28.003Z | Checking supports-unicode v2.1.0 |
| 2914 | 2026-03-13T18:26:28.142Z | Checking supports-hyperlinks v2.1.0 |
| 2915 | 2026-03-13T18:26:28.181Z | Checking hashbrown v0.14.5 |
| 2916 | 2026-03-13T18:26:28.184Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2917 | 2026-03-13T18:26:28.316Z | Checking cargo-platform v0.3.2 |
| 2918 | 2026-03-13T18:26:28.513Z | Checking terminal_size v0.1.17 |
| 2919 | 2026-03-13T18:26:28.576Z | Compiling miette-derive v5.10.0 |
| 2920 | 2026-03-13T18:26:28.675Z | Checking owo-colors v3.5.0 |
| 2921 | 2026-03-13T18:26:28.866Z | Checking internet-checksum v0.2.1 |
| 2922 | 2026-03-13T18:26:29.049Z | Checking chumsky v0.9.3 |
| 2923 | 2026-03-13T18:26:29.520Z | Checking cargo_metadata v0.23.1 |
| 2924 | 2026-03-13T18:26:30.112Z | Checking miette v5.10.0 |
| 2925 | 2026-03-13T18:26:30.507Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2926 | 2026-03-13T18:26:30.555Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2927 | 2026-03-13T18:26:30.607Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2928 | 2026-03-13T18:26:30.799Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2929 | 2026-03-13T18:26:31.013Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2930 | 2026-03-13T18:26:31.140Z | Checking httptest v0.16.4 |
| 2931 | 2026-03-13T18:26:31.572Z | Checking pathdiff v0.2.3 |
| 2932 | 2026-03-13T18:26:31.693Z | Compiling knuffel-derive v3.2.0 |
| 2933 | 2026-03-13T18:26:31.696Z | Checking topological-sort v0.2.2 |
| 2934 | 2026-03-13T18:26:31.773Z | Checking nested v0.1.1 |
| 2935 | 2026-03-13T18:26:31.900Z | Checking omicron-zone-package v0.12.2 |
| 2936 | 2026-03-13T18:26:31.983Z | Compiling git2 v0.20.4 |
| 2937 | 2026-03-13T18:26:32.070Z | Checking guppy v0.17.25 |
| 2938 | 2026-03-13T18:26:32.173Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2939 | 2026-03-13T18:26:32.474Z | Checking similar-asserts v1.7.0 |
| 2940 | 2026-03-13T18:26:32.707Z | Compiling rstest_macros v0.25.0 |
| 2941 | 2026-03-13T18:26:33.121Z | Compiling target-triple v1.0.0 |
| 2942 | 2026-03-13T18:26:33.159Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2943 | 2026-03-13T18:26:33.453Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2944 | 2026-03-13T18:26:33.572Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2945 | 2026-03-13T18:26:33.627Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2946 | 2026-03-13T18:26:33.877Z | Checking knuffel v3.2.0 |
| 2947 | 2026-03-13T18:26:33.926Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2948 | 2026-03-13T18:26:34.745Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2949 | 2026-03-13T18:26:34.794Z | Compiling assert_cmd v2.1.2 |
| 2950 | 2026-03-13T18:26:35.056Z | Compiling relative-path v1.9.3 |
| 2951 | 2026-03-13T18:26:35.499Z | Checking escape8259 v0.5.3 |
| 2952 | 2026-03-13T18:26:35.698Z | Checking libtest-mimic v0.8.1 |
| 2953 | 2026-03-13T18:26:36.041Z | Checking toml v1.0.3+spec-1.1.0 |
| 2954 | 2026-03-13T18:26:36.282Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2955 | 2026-03-13T18:26:36.452Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2956 | 2026-03-13T18:26:36.863Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2957 | 2026-03-13T18:26:36.919Z | Checking blake2b_simd v1.0.4 |
| 2958 | 2026-03-13T18:26:37.390Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2959 | 2026-03-13T18:26:37.489Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2960 | 2026-03-13T18:26:37.953Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2961 | 2026-03-13T18:26:38.037Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2962 | 2026-03-13T18:26:38.339Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2963 | 2026-03-13T18:26:38.639Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2964 | 2026-03-13T18:26:38.884Z | Checking fancy-regex v0.14.0 |
| 2965 | 2026-03-13T18:26:39.178Z | Checking serde_tokenstream v0.2.3 |
| 2966 | 2026-03-13T18:26:39.393Z | Checking uzers v0.12.2 |
| 2967 | 2026-03-13T18:26:39.490Z | Checking termcolor v1.4.1 |
| 2968 | 2026-03-13T18:26:39.701Z | Compiling linkme-impl v0.3.35 |
| 2969 | 2026-03-13T18:26:39.803Z | Checking constant_time_eq v0.3.1 |
| 2970 | 2026-03-13T18:26:39.965Z | Checking rust-argon2 v2.1.0 |
| 2971 | 2026-03-13T18:26:40.247Z | Checking trybuild v1.0.116 |
| 2972 | 2026-03-13T18:26:40.318Z | Checking datatest-stable v0.3.3 |
| 2973 | 2026-03-13T18:26:40.958Z | Checking rstest v0.25.0 |
| 2974 | 2026-03-13T18:26:41.188Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2975 | 2026-03-13T18:26:41.270Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2976 | 2026-03-13T18:26:41.495Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2977 | 2026-03-13T18:26:41.570Z | Checking support-bundle-viewer v0.1.2 |
| 2978 | 2026-03-13T18:26:41.661Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2979 | 2026-03-13T18:26:41.797Z | Compiling polar-core v0.27.3 |
| 2980 | 2026-03-13T18:26:41.913Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2981 | 2026-03-13T18:26:42.149Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2982 | 2026-03-13T18:26:42.314Z | Checking drift v0.1.3 |
| 2983 | 2026-03-13T18:26:42.463Z | Checking rand_distr v0.5.1 |
| 2984 | 2026-03-13T18:26:42.505Z | Checking multimap v0.10.1 |
| 2985 | 2026-03-13T18:26:42.774Z | Checking approx v0.5.1 |
| 2986 | 2026-03-13T18:26:42.815Z | Compiling linkme v0.3.35 |
| 2987 | 2026-03-13T18:26:42.987Z | Checking dropshot-api-manager v0.6.0 |
| 2988 | 2026-03-13T18:26:43.333Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2989 | 2026-03-13T18:26:44.499Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2990 | 2026-03-13T18:26:44.502Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2991 | 2026-03-13T18:26:44.603Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2992 | 2026-03-13T18:26:44.902Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2993 | 2026-03-13T18:26:45.328Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2994 | 2026-03-13T18:26:45.368Z | Checking partial-io v0.5.4 |
| 2995 | 2026-03-13T18:26:45.576Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2996 | 2026-03-13T18:26:45.617Z | Checking cargo_toml v0.21.0 |
| 2997 | 2026-03-13T18:26:45.680Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2998 | 2026-03-13T18:26:46.311Z | Checking termios v0.3.3 |
| 2999 | 2026-03-13T18:26:46.358Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3000 | 2026-03-13T18:26:46.553Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3001 | 2026-03-13T18:26:46.677Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3002 | 2026-03-13T18:26:46.935Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3003 | 2026-03-13T18:26:47.372Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3004 | 2026-03-13T18:26:49.322Z | Checking oso v0.27.3 |
| 3005 | 2026-03-13T18:26:51.381Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3006 | 2026-03-13T18:26:53.944Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3007 | 2026-03-13T18:26:57.704Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3008 | 2026-03-13T18:27:00.619Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3009 | 2026-03-13T18:27:05.150Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3010 | 2026-03-13T18:27:11.496Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3011 | 2026-03-13T18:27:17.780Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3012 | 2026-03-13T18:27:21.152Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3013 | 2026-03-13T18:27:21.527Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3014 | 2026-03-13T18:27:32.086Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3015 | 2026-03-13T18:29:16.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 20s |
| 3016 | 2026-03-13T18:29:16.892Z | |
| 3017 | 2026-03-13T18:29:16.895Z | real 5:24.633169749 |
| 3018 | 2026-03-13T18:29:16.895Z | user 27:50.154107108 |
| 3019 | 2026-03-13T18:29:16.895Z | sys 5:44.274943122 |
| 3020 | 2026-03-13T18:29:16.895Z | trap 0.712532782 |
| 3021 | 2026-03-13T18:29:16.895Z | tflt 0.476424897 |
| 3022 | 2026-03-13T18:29:16.895Z | dflt 0.147471607 |
| 3023 | 2026-03-13T18:29:16.895Z | kflt 0.000909203 |
| 3024 | 2026-03-13T18:29:16.895Z | lock 1:05:22.099490263 |
| 3025 | 2026-03-13T18:29:16.895Z | slp 1:29:36.434598563 |
| 3026 | 2026-03-13T18:29:16.895Z | lat 2:16.846101303 |
| 3027 | 2026-03-13T18:29:16.895Z | stop 12:31.483161490 |
| 3028 | 2026-03-13T18:29:16.895Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3029 | 2026-03-13T18:29:16.895Z | + ptime -m cargo doc --workspace --no-deps |
| 3030 | 2026-03-13T18:29:18.053Z | warning: output filename collision. |
| 3031 | 2026-03-13T18:29:18.053Z | 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)`. |
| 3032 | 2026-03-13T18:29:18.053Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3033 | 2026-03-13T18:29:18.053Z | The targets should have unique names. |
| 3034 | 2026-03-13T18:29:18.053Z | This is a known bug where multiple crates with the same name use |
| 3035 | 2026-03-13T18:29:18.053Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3036 | 2026-03-13T18:29:19.239Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3037 | 2026-03-13T18:29:19.455Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3038 | 2026-03-13T18:29:19.483Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3039 | 2026-03-13T18:29:19.542Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3040 | 2026-03-13T18:29:19.574Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3041 | 2026-03-13T18:29:19.610Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3042 | 2026-03-13T18:29:19.613Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3043 | 2026-03-13T18:29:19.805Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3044 | 2026-03-13T18:29:19.835Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3045 | 2026-03-13T18:29:19.864Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3046 | 2026-03-13T18:29:19.915Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3047 | 2026-03-13T18:29:20.072Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3048 | 2026-03-13T18:29:20.112Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3049 | 2026-03-13T18:29:20.142Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3050 | 2026-03-13T18:29:20.197Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3051 | 2026-03-13T18:29:20.293Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3052 | 2026-03-13T18:29:20.406Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3053 | 2026-03-13T18:29:20.465Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3054 | 2026-03-13T18:29:20.492Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3055 | 2026-03-13T18:29:20.522Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3056 | 2026-03-13T18:29:20.988Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3057 | 2026-03-13T18:29:21.371Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3058 | 2026-03-13T18:29:21.397Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3059 | 2026-03-13T18:29:21.488Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3060 | 2026-03-13T18:29:21.626Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3061 | 2026-03-13T18:29:21.863Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3062 | 2026-03-13T18:29:21.978Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3063 | 2026-03-13T18:29:22.051Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3064 | 2026-03-13T18:29:22.089Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3065 | 2026-03-13T18:29:22.116Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3066 | 2026-03-13T18:29:22.143Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3067 | 2026-03-13T18:29:22.316Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3068 | 2026-03-13T18:29:22.368Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3069 | 2026-03-13T18:29:22.553Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3070 | 2026-03-13T18:29:22.580Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3071 | 2026-03-13T18:29:22.779Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3072 | 2026-03-13T18:29:22.807Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3073 | 2026-03-13T18:29:23.020Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3074 | 2026-03-13T18:29:23.049Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3075 | 2026-03-13T18:29:23.354Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3076 | 2026-03-13T18:29:23.378Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3077 | 2026-03-13T18:29:23.484Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3078 | 2026-03-13T18:29:23.685Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3079 | 2026-03-13T18:29:23.837Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3080 | 2026-03-13T18:29:24.100Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3081 | 2026-03-13T18:29:24.126Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3082 | 2026-03-13T18:29:24.336Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3083 | 2026-03-13T18:29:24.361Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3084 | 2026-03-13T18:29:24.441Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3085 | 2026-03-13T18:29:24.560Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3086 | 2026-03-13T18:29:24.668Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3087 | 2026-03-13T18:29:24.693Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3088 | 2026-03-13T18:29:24.755Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3089 | 2026-03-13T18:29:24.869Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3090 | 2026-03-13T18:29:24.909Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3091 | 2026-03-13T18:29:24.958Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3092 | 2026-03-13T18:29:25.094Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3093 | 2026-03-13T18:29:25.170Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3094 | 2026-03-13T18:29:25.258Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3095 | 2026-03-13T18:29:25.283Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3096 | 2026-03-13T18:29:25.397Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3097 | 2026-03-13T18:29:25.474Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3098 | 2026-03-13T18:29:25.498Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3099 | 2026-03-13T18:29:25.690Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3100 | 2026-03-13T18:29:25.723Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3101 | 2026-03-13T18:29:25.783Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3102 | 2026-03-13T18:29:25.822Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3103 | 2026-03-13T18:29:25.973Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3104 | 2026-03-13T18:29:25.999Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3105 | 2026-03-13T18:29:26.250Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3106 | 2026-03-13T18:29:26.282Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3107 | 2026-03-13T18:29:26.312Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3108 | 2026-03-13T18:29:26.363Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3109 | 2026-03-13T18:29:26.848Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3110 | 2026-03-13T18:29:27.006Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3111 | 2026-03-13T18:29:27.916Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3112 | 2026-03-13T18:29:28.011Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3113 | 2026-03-13T18:29:28.209Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3114 | 2026-03-13T18:29:28.571Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3115 | 2026-03-13T18:29:28.687Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3116 | 2026-03-13T18:29:28.797Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3117 | 2026-03-13T18:29:28.868Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3118 | 2026-03-13T18:29:29.091Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3119 | 2026-03-13T18:29:29.140Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3120 | 2026-03-13T18:29:29.511Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3121 | 2026-03-13T18:29:29.874Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3122 | 2026-03-13T18:29:30.110Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3123 | 2026-03-13T18:29:30.279Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3124 | 2026-03-13T18:29:30.310Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3125 | 2026-03-13T18:29:30.729Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3126 | 2026-03-13T18:29:31.163Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3127 | 2026-03-13T18:29:31.483Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3128 | 2026-03-13T18:29:31.546Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3129 | 2026-03-13T18:29:31.758Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3130 | 2026-03-13T18:29:32.126Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3131 | 2026-03-13T18:29:32.644Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3132 | 2026-03-13T18:29:32.709Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3133 | 2026-03-13T18:29:33.557Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3134 | 2026-03-13T18:29:33.879Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3135 | 2026-03-13T18:29:34.260Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3136 | 2026-03-13T18:29:34.996Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3137 | 2026-03-13T18:29:35.024Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3138 | 2026-03-13T18:29:35.456Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3139 | 2026-03-13T18:29:35.541Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3140 | 2026-03-13T18:29:35.588Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3141 | 2026-03-13T18:29:35.758Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3142 | 2026-03-13T18:29:35.880Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3143 | 2026-03-13T18:29:35.930Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3144 | 2026-03-13T18:29:36.290Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3145 | 2026-03-13T18:29:36.363Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3146 | 2026-03-13T18:29:36.556Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3147 | 2026-03-13T18:29:36.583Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3148 | 2026-03-13T18:29:36.795Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3149 | 2026-03-13T18:29:36.966Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3150 | 2026-03-13T18:29:37.600Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3151 | 2026-03-13T18:29:37.928Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3152 | 2026-03-13T18:29:38.029Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3153 | 2026-03-13T18:29:39.084Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3154 | 2026-03-13T18:29:39.340Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3155 | 2026-03-13T18:29:39.366Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3156 | 2026-03-13T18:29:39.686Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3157 | 2026-03-13T18:29:40.251Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3158 | 2026-03-13T18:29:40.280Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3159 | 2026-03-13T18:29:40.400Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3160 | 2026-03-13T18:29:40.958Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3161 | 2026-03-13T18:29:41.188Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3162 | 2026-03-13T18:29:41.410Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3163 | 2026-03-13T18:29:41.537Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3164 | 2026-03-13T18:29:41.695Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3165 | 2026-03-13T18:29:43.146Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3166 | 2026-03-13T18:29:43.206Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3167 | 2026-03-13T18:29:43.512Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-03-13T18:29:43.941Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3169 | 2026-03-13T18:29:44.546Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3170 | 2026-03-13T18:29:44.596Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3171 | 2026-03-13T18:29:46.029Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3172 | 2026-03-13T18:29:46.979Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3173 | 2026-03-13T18:29:47.018Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3174 | 2026-03-13T18:29:47.780Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3175 | 2026-03-13T18:29:47.998Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3176 | 2026-03-13T18:29:48.095Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3177 | 2026-03-13T18:29:48.127Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3178 | 2026-03-13T18:29:48.381Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3179 | 2026-03-13T18:29:49.097Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3180 | 2026-03-13T18:29:49.791Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3181 | 2026-03-13T18:29:51.230Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3182 | 2026-03-13T18:29:52.111Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3183 | 2026-03-13T18:29:52.237Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3184 | 2026-03-13T18:29:53.239Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3185 | 2026-03-13T18:29:53.403Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3186 | 2026-03-13T18:29:53.732Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3187 | 2026-03-13T18:29:53.757Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3188 | 2026-03-13T18:29:56.441Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3189 | 2026-03-13T18:29:57.385Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3190 | 2026-03-13T18:29:57.995Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3191 | 2026-03-13T18:29:59.672Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3192 | 2026-03-13T18:30:00.200Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3193 | 2026-03-13T18:30:00.321Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3194 | 2026-03-13T18:30:00.582Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3195 | 2026-03-13T18:30:01.179Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3196 | 2026-03-13T18:30:01.686Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3197 | 2026-03-13T18:30:02.032Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3198 | 2026-03-13T18:30:02.378Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3199 | 2026-03-13T18:30:02.797Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3200 | 2026-03-13T18:30:02.802Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3201 | 2026-03-13T18:30:03.453Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3202 | 2026-03-13T18:30:03.813Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3203 | 2026-03-13T18:30:03.817Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3204 | 2026-03-13T18:30:03.927Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3205 | 2026-03-13T18:30:04.408Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3206 | 2026-03-13T18:30:04.847Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3207 | 2026-03-13T18:30:05.046Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3208 | 2026-03-13T18:30:05.283Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3209 | 2026-03-13T18:30:05.311Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3210 | 2026-03-13T18:30:06.165Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3211 | 2026-03-13T18:30:06.518Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3212 | 2026-03-13T18:30:07.216Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3213 | 2026-03-13T18:30:07.419Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3214 | 2026-03-13T18:30:08.323Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3215 | 2026-03-13T18:30:08.864Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3216 | 2026-03-13T18:30:10.659Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3217 | 2026-03-13T18:30:14.408Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3218 | 2026-03-13T18:30:15.607Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3219 | 2026-03-13T18:30:16.470Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3220 | 2026-03-13T18:30:17.249Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3221 | 2026-03-13T18:30:17.802Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3222 | 2026-03-13T18:30:20.135Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3223 | 2026-03-13T18:30:21.693Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3224 | 2026-03-13T18:30:23.393Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3225 | 2026-03-13T18:30:23.725Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3226 | 2026-03-13T18:30:24.562Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3227 | 2026-03-13T18:30:26.846Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3228 | 2026-03-13T18:30:27.713Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3229 | 2026-03-13T18:30:28.207Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3230 | 2026-03-13T18:30:28.574Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3231 | 2026-03-13T18:30:29.067Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3232 | 2026-03-13T18:30:29.251Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3233 | 2026-03-13T18:30:30.306Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3234 | 2026-03-13T18:30:31.925Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3235 | 2026-03-13T18:30:32.799Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3236 | 2026-03-13T18:30:33.309Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3237 | 2026-03-13T18:30:37.581Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3238 | 2026-03-13T18:30:40.030Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3239 | 2026-03-13T18:30:41.373Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3240 | 2026-03-13T18:30:42.228Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3241 | 2026-03-13T18:30:43.064Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3242 | 2026-03-13T18:30:44.155Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3243 | 2026-03-13T18:30:46.597Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3244 | 2026-03-13T18:30:48.118Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3245 | 2026-03-13T18:30:49.091Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3246 | 2026-03-13T18:30:50.400Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3247 | 2026-03-13T18:30:50.988Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3248 | 2026-03-13T18:30:52.549Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3249 | 2026-03-13T18:30:53.843Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3250 | 2026-03-13T18:30:56.066Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3251 | 2026-03-13T18:30:59.300Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3252 | 2026-03-13T18:30:59.807Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3253 | 2026-03-13T18:31:00.866Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3254 | 2026-03-13T18:31:01.787Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3255 | 2026-03-13T18:31:05.074Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3256 | 2026-03-13T18:31:05.715Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3257 | 2026-03-13T18:31:06.841Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3258 | 2026-03-13T18:31:07.941Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3259 | 2026-03-13T18:31:09.663Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3260 | 2026-03-13T18:31:11.017Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3261 | 2026-03-13T18:31:12.799Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3262 | 2026-03-13T18:31:14.049Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3263 | 2026-03-13T18:31:15.721Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3264 | 2026-03-13T18:31:17.224Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3265 | 2026-03-13T18:31:21.655Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3266 | 2026-03-13T18:31:22.206Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3267 | 2026-03-13T18:31:23.891Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3268 | 2026-03-13T18:31:24.111Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3269 | 2026-03-13T18:31:26.492Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3270 | 2026-03-13T18:31:28.039Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3271 | 2026-03-13T18:31:30.026Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3272 | 2026-03-13T18:31:32.048Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3273 | 2026-03-13T18:31:33.961Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3274 | 2026-03-13T18:31:36.339Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3275 | 2026-03-13T18:31:37.875Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3276 | 2026-03-13T18:31:39.845Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3277 | 2026-03-13T18:31:41.804Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3278 | 2026-03-13T18:31:43.675Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3279 | 2026-03-13T18:31:45.352Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3280 | 2026-03-13T18:31:49.100Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3281 | 2026-03-13T18:31:49.440Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3282 | 2026-03-13T18:31:51.155Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3283 | 2026-03-13T18:31:53.027Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3284 | 2026-03-13T18:31:54.961Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3285 | 2026-03-13T18:31:56.896Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3286 | 2026-03-13T18:31:58.749Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3287 | 2026-03-13T18:32:00.835Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3288 | 2026-03-13T18:32:02.758Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3289 | 2026-03-13T18:32:04.744Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3290 | 2026-03-13T18:32:06.776Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3291 | 2026-03-13T18:32:08.724Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3292 | 2026-03-13T18:32:11.153Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3293 | 2026-03-13T18:32:12.798Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3294 | 2026-03-13T18:32:19.371Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3295 | 2026-03-13T18:32:19.416Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3296 | 2026-03-13T18:32:20.858Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3297 | 2026-03-13T18:32:23.052Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3298 | 2026-03-13T18:32:25.030Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3299 | 2026-03-13T18:32:26.950Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3300 | 2026-03-13T18:32:30.897Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3301 | 2026-03-13T18:32:31.604Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3302 | 2026-03-13T18:32:33.763Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3303 | 2026-03-13T18:32:35.905Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3304 | 2026-03-13T18:32:38.086Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3305 | 2026-03-13T18:32:40.245Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3306 | 2026-03-13T18:32:42.525Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3307 | 2026-03-13T18:32:44.637Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3308 | 2026-03-13T18:32:46.846Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3309 | 2026-03-13T18:32:48.987Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3310 | 2026-03-13T18:32:51.169Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3311 | 2026-03-13T18:32:53.501Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3312 | 2026-03-13T18:32:55.649Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3313 | 2026-03-13T18:32:58.185Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3314 | 2026-03-13T18:33:00.324Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3315 | 2026-03-13T18:33:02.289Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3316 | 2026-03-13T18:33:04.476Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3317 | 2026-03-13T18:33:07.612Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3318 | 2026-03-13T18:33:09.345Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3319 | 2026-03-13T18:33:11.583Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3320 | 2026-03-13T18:33:13.753Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3321 | 2026-03-13T18:33:16.034Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3322 | 2026-03-13T18:33:18.179Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3323 | 2026-03-13T18:33:20.644Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3324 | 2026-03-13T18:33:22.817Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3325 | 2026-03-13T18:33:24.998Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3326 | 2026-03-13T18:33:27.293Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3327 | 2026-03-13T18:33:29.589Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3328 | 2026-03-13T18:33:31.653Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3329 | 2026-03-13T18:33:33.974Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3330 | 2026-03-13T18:33:36.221Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3331 | 2026-03-13T18:33:41.745Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3332 | 2026-03-13T18:33:41.775Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3333 | 2026-03-13T18:33:43.414Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3334 | 2026-03-13T18:33:45.593Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3335 | 2026-03-13T18:33:47.971Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3336 | 2026-03-13T18:33:50.341Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3337 | 2026-03-13T18:33:52.746Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3338 | 2026-03-13T18:33:55.082Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3339 | 2026-03-13T18:33:58.086Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3340 | 2026-03-13T18:34:00.287Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3341 | 2026-03-13T18:34:02.662Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3342 | 2026-03-13T18:34:05.225Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3343 | 2026-03-13T18:34:07.631Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3344 | 2026-03-13T18:34:14.182Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3345 | 2026-03-13T18:34:15.802Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3346 | 2026-03-13T18:34:17.203Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3347 | 2026-03-13T18:34:20.253Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3348 | 2026-03-13T18:34:23.397Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3349 | 2026-03-13T18:34:28.137Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3350 | 2026-03-13T18:34:30.324Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3351 | 2026-03-13T18:34:33.679Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3352 | 2026-03-13T18:34:36.986Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3353 | 2026-03-13T18:34:40.240Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3354 | 2026-03-13T18:34:43.621Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3355 | 2026-03-13T18:34:46.922Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3356 | 2026-03-13T18:34:50.287Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3357 | 2026-03-13T18:34:53.552Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3358 | 2026-03-13T18:34:56.821Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3359 | 2026-03-13T18:35:00.208Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3360 | 2026-03-13T18:35:03.639Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3361 | 2026-03-13T18:35:06.949Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3362 | 2026-03-13T18:35:10.322Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3363 | 2026-03-13T18:35:13.549Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3364 | 2026-03-13T18:35:16.830Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3365 | 2026-03-13T18:35:43.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 26s |
| 3366 | 2026-03-13T18:35:43.706Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files |
| 3367 | 2026-03-13T18:35:43.806Z | |
| 3368 | 2026-03-13T18:35:43.810Z | real 6:26.767426973 |
| 3369 | 2026-03-13T18:35:43.810Z | user 21:40.619425703 |
| 3370 | 2026-03-13T18:35:43.810Z | sys 3:53.543400046 |
| 3371 | 2026-03-13T18:35:43.810Z | trap 0.416642279 |
| 3372 | 2026-03-13T18:35:43.810Z | tflt 0.118114721 |
| 3373 | 2026-03-13T18:35:43.810Z | dflt 0.185585296 |
| 3374 | 2026-03-13T18:35:43.810Z | kflt 0.000050178 |
| 3375 | 2026-03-13T18:35:43.810Z | lock 5:17:23.749657169 |
| 3376 | 2026-03-13T18:35:43.810Z | slp 2:12:42.680232987 |
| 3377 | 2026-03-13T18:35:43.810Z | lat 43.743056591 |
| 3378 | 2026-03-13T18:35:43.810Z | stop 1:45.851091758 |
| 3379 | 2026-03-13T18:35:43.811Z | process exited: duration 970777 ms, exit code 0 |
| |
| 3380 | 2026-03-13T18:35:43.817Z | found 0 output files |