|
|
|
| 1 | 2026-03-19T05:53:43.949Z | job assigned to worker 01KM2AD8BHHR17T45ZW4Y94H3R [factory aws, i-06a51fac95e5c312c] (queued for 1 m 49 s) |
| |
| 2 | 2026-03-19T05:53:51.676Z | starting task 0: "setup" |
| 3 | 2026-03-19T05:53:51.683Z | ++ uname -s |
| 4 | 2026-03-19T05:53:51.686Z | + kern=SunOS |
| 5 | 2026-03-19T05:53:51.686Z | + build_user=build |
| 6 | 2026-03-19T05:53:51.686Z | + build_uid=12345 |
| 7 | 2026-03-19T05:53:51.686Z | + work_dir=/work |
| 8 | 2026-03-19T05:53:51.686Z | + input_dir=/input |
| 9 | 2026-03-19T05:53:51.686Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-19T05:53:51.686Z | + case "$kern" in |
| 11 | 2026-03-19T05:53:51.686Z | + groupadd -g 12345 build |
| 12 | 2026-03-19T05:53:51.689Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-19T05:53:53.693Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-19T05:53:53.805Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-19T05:53:53.808Z | + home_fs=zfs |
| 16 | 2026-03-19T05:53:53.808Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-19T05:53:53.808Z | + mkdir -p /home/build |
| 18 | 2026-03-19T05:53:53.811Z | + chown build:build /home/build /work |
| 19 | 2026-03-19T05:53:54.811Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-19T05:53:54.814Z | process exited: duration 3136 ms, exit code 0 |
| |
| 21 | 2026-03-19T05:53:54.819Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-19T05:53:54.824Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-19T05:53:54.824Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-19T05:53:54.824Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-19T05:53:54.824Z | * rust toolchain profile = "default" |
| 26 | 2026-03-19T05:53:54.824Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-19T05:53:54.824Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-19T05:53:54.827Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-19T05:53:54.827Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-19T05:53:54.962Z | info: downloading installer |
| 31 | 2026-03-19T05:53:56.631Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-19T05:53:56.631Z | warn: /opt/ooce/bin |
| 33 | 2026-03-19T05:53:56.631Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-19T05:53:56.631Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-19T05:53:56.632Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-19T05:53:56.632Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-19T05:53:56.632Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-19T05:53:56.632Z | error: cannot install while Rust is installed |
| 39 | 2026-03-19T05:53:56.632Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-19T05:53:56.632Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-19T05:53:56.632Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-19T05:53:56.632Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-19T05:53:56.632Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-19T05:53:56.644Z | info: profile set to default |
| 45 | 2026-03-19T05:53:56.644Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-19T05:53:56.647Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-19T05:53:56.812Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-19T05:53:56.815Z | info: downloading 6 components |
| 49 | 2026-03-19T05:54:12.819Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-19T05:54:12.819Z | |
| 51 | 2026-03-19T05:54:12.854Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-19T05:54:12.854Z | |
| 53 | 2026-03-19T05:54:12.858Z | |
| 54 | 2026-03-19T05:54:12.858Z | Rust is installed now. Great! |
| 55 | 2026-03-19T05:54:12.858Z | |
| 56 | 2026-03-19T05:54:12.858Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-19T05:54:12.858Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-19T05:54:12.858Z | |
| 59 | 2026-03-19T05:54:12.858Z | To configure your current shell, you need to source |
| 60 | 2026-03-19T05:54:12.858Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-19T05:54:12.858Z | |
| 62 | 2026-03-19T05:54:12.858Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-19T05:54:12.859Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-19T05:54:12.859Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-19T05:54:12.859Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-19T05:54:12.859Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-19T05:54:12.859Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-19T05:54:12.859Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-19T05:54:12.859Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-19T05:54:12.859Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-19T05:54:12.960Z | + rustup --version |
| 72 | 2026-03-19T05:54:12.972Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-19T05:54:12.976Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-19T05:54:12.996Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-19T05:54:12.999Z | + cargo --version |
| 76 | 2026-03-19T05:54:13.016Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-19T05:54:13.019Z | + rustc --version |
| 78 | 2026-03-19T05:54:13.045Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-19T05:54:13.049Z | process exited: duration 18225 ms, exit code 0 |
| |
| 80 | 2026-03-19T05:54:13.058Z | starting task 2: "authentication" |
| 81 | 2026-03-19T05:54:13.083Z | process exited: duration 23 ms, exit code 0 |
| |
| 82 | 2026-03-19T05:54:13.090Z | starting task 3: "clone repository" |
| 83 | 2026-03-19T05:54:13.096Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-19T05:54:13.100Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-19T05:54:13.129Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-19T05:54:24.167Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-19T05:54:24.171Z | + git fetch origin 5245858d476bcb9dc8b139984b2e09f83fec316f |
| 88 | 2026-03-19T05:54:24.465Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-19T05:54:24.465Z | * branch 5245858d476bcb9dc8b139984b2e09f83fec316f -> FETCH_HEAD |
| 90 | 2026-03-19T05:54:24.475Z | + [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]] |
| 91 | 2026-03-19T05:54:24.478Z | ++ git branch --show-current |
| 92 | 2026-03-19T05:54:24.481Z | + current=main |
| 93 | 2026-03-19T05:54:24.481Z | + [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]] |
| 94 | 2026-03-19T05:54:24.481Z | + git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 5245858d476bcb9dc8b139984b2e09f83fec316f |
| 95 | 2026-03-19T05:54:24.484Z | + git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order |
| 96 | 2026-03-19T05:54:24.811Z | Switched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order' |
| 97 | 2026-03-19T05:54:24.814Z | + git reset --hard 5245858d476bcb9dc8b139984b2e09f83fec316f |
| 98 | 2026-03-19T05:54:24.832Z | HEAD is now at 5245858d4 [spr] initial version |
| 99 | 2026-03-19T05:54:24.835Z | process exited: duration 11742 ms, exit code 0 |
| |
| 100 | 2026-03-19T05:54:24.841Z | starting task 4: "build" |
| 101 | 2026-03-19T05:54:24.845Z | + source ./env.sh |
| 102 | 2026-03-19T05:54:24.848Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-03-19T05:54:24.848Z | ++ set -o xtrace |
| 104 | 2026-03-19T05:54:24.848Z | ++++ dirname ./env.sh |
| 105 | 2026-03-19T05:54:24.851Z | +++ readlink -f . |
| 106 | 2026-03-19T05:54:24.854Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-03-19T05:54:24.854Z | ++ 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-19T05:54:24.854Z | ++ 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-19T05:54:24.854Z | ++ 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-19T05:54:24.854Z | ++ 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-19T05:54:24.854Z | ++ 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-19T05:54:24.854Z | ++ 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-19T05:54:24.855Z | ++ 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-19T05:54:24.855Z | ++ 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-19T05:54:24.855Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-03-19T05:54:24.855Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-03-19T05:54:24.855Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-03-19T05:54:24.855Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-03-19T05:54:24.855Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-03-19T05:54:24.855Z | + cargo --version |
| 121 | 2026-03-19T05:54:24.864Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-03-19T05:54:24.866Z | + rustc --version |
| 123 | 2026-03-19T05:54:24.892Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-03-19T05:54:24.895Z | + banner prerequisites |
| 125 | 2026-03-19T05:54:24.898Z | |
| 126 | 2026-03-19T05:54:24.898Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-03-19T05:54:24.898Z | # # # # # # # # # # # # # # # |
| 128 | 2026-03-19T05:54:24.898Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-03-19T05:54:24.898Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-03-19T05:54:24.898Z | # # # # # # # # # # # # # # # |
| 131 | 2026-03-19T05:54:24.898Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-03-19T05:54:24.898Z | |
| 133 | 2026-03-19T05:54:24.898Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-03-19T05:54:34.741Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-03-19T05:54:44.590Z | Startup: Caching catalogs ... Done |
| 136 | 2026-03-19T05:55:06.926Z | Planning: Solver setup ... Done (20.886s) |
| 137 | 2026-03-19T05:55:07.078Z | Planning: Running solver ... Done (0.152s) |
| 138 | 2026-03-19T05:55:07.266Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-03-19T05:55:07.281Z | Planning: Fetching manifests: 0/4 0% complete |
| 140 | 2026-03-19T05:55:07.409Z | Planning: Fetching manifests: 4/4 100% complete |
| 141 | 2026-03-19T05:55:07.452Z | Planning: Package planning ... Done (0.043s) |
| 142 | 2026-03-19T05:55:07.492Z | Planning: Merging actions ... Done (0.040s) |
| 143 | 2026-03-19T05:55:07.731Z | Planning: Checking for conflicting actions ... Done (0.238s) |
| 144 | 2026-03-19T05:55:07.741Z | Planning: Consolidating action changes ... Done (0.010s) |
| 145 | 2026-03-19T05:55:08.603Z | Planning: Evaluating mediators ... Done (0.861s) |
| 146 | 2026-03-19T05:55:08.611Z | Planning: Planning completed in 23.88 seconds |
| 147 | 2026-03-19T05:55:08.626Z | Packages to install: 4 |
| 148 | 2026-03-19T05:55:08.630Z | Mediators to change: 2 |
| 149 | 2026-03-19T05:55:08.630Z | Services to change: 1 |
| 150 | 2026-03-19T05:55:08.630Z | Estimated space available: 155.43 GB |
| 151 | 2026-03-19T05:55:08.630Z | Estimated space to be consumed: 1.83 GB |
| 152 | 2026-03-19T05:55:08.630Z | Create boot environment: No |
| 153 | 2026-03-19T05:55:08.630Z | Create backup boot environment: No |
| 154 | 2026-03-19T05:55:08.630Z | Rebuild boot archive: No |
| 155 | 2026-03-19T05:55:08.631Z | |
| 156 | 2026-03-19T05:55:08.631Z | Changed mediators: |
| 157 | 2026-03-19T05:55:08.631Z | mediator clang: |
| 158 | 2026-03-19T05:55:08.631Z | version: None -> 15 (system default) |
| 159 | 2026-03-19T05:55:08.631Z | |
| 160 | 2026-03-19T05:55:08.631Z | mediator llvm: |
| 161 | 2026-03-19T05:55:08.631Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-03-19T05:55:08.631Z | |
| 163 | 2026-03-19T05:55:08.631Z | Changed packages: |
| 164 | 2026-03-19T05:55:08.631Z | helios-dev |
| 165 | 2026-03-19T05:55:08.631Z | developer/build-essential |
| 166 | 2026-03-19T05:55:08.631Z | None -> 11-2.0 |
| 167 | 2026-03-19T05:55:08.631Z | library/libxmlsec1 |
| 168 | 2026-03-19T05:55:08.631Z | None -> 1.2.35-2.0 |
| 169 | 2026-03-19T05:55:08.631Z | ooce/developer/clang-15 |
| 170 | 2026-03-19T05:55:08.631Z | None -> 15.0.7-2.0 |
| 171 | 2026-03-19T05:55:08.631Z | ooce/developer/llvm-15 |
| 172 | 2026-03-19T05:55:08.631Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-19T05:55:08.631Z | |
| 174 | 2026-03-19T05:55:08.631Z | Services: |
| 175 | 2026-03-19T05:55:08.632Z | restart_fmri: |
| 176 | 2026-03-19T05:55:08.632Z | svc:/system/update-man-index:default |
| 177 | 2026-03-19T05:55:08.674Z | |
| 178 | 2026-03-19T05:55:08.674Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 179 | 2026-03-19T05:55:13.675Z | Download: 2622/3290 items 120.5/212.6MB 56% complete (24.3M/s) |
| 180 | 2026-03-19T05:55:19.251Z | Download: 3288/3290 items 212.0/212.6MB 99% complete (24.3M/s) |
| 181 | 2026-03-19T05:55:22.681Z | Download: Completed 212.60 MB in 14.01 seconds (15.2M/s) |
| 182 | 2026-03-19T05:55:22.829Z | Actions: 1/3689 actions (Installing new actions) |
| 183 | 2026-03-19T05:55:26.957Z | Actions: Completed 3689 actions in 4.13 seconds. |
| 184 | 2026-03-19T05:55:27.329Z | Done (0.367s) |
| 185 | 2026-03-19T05:55:27.329Z | Done (0.000s) |
| 186 | 2026-03-19T05:55:28.335Z | Done (1.005s) |
| 187 | 2026-03-19T05:55:32.452Z | Done (3.769s) |
| 188 | 2026-03-19T05:55:32.537Z | Done (0.017s) |
| 189 | 2026-03-19T05:55:32.542Z | Done (0.000s) |
| 190 | 2026-03-19T05:55:32.680Z | Done (0.000s) |
| 191 | 2026-03-19T05:55:33.654Z | Planning: Evaluating mediator changes ... Done |
| 192 | 2026-03-19T05:55:33.863Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2026-03-19T05:55:33.876Z | Planning: Consolidating action changes ... Done |
| 194 | 2026-03-19T05:55:34.023Z | Planning: Evaluating mediators ... Done |
| 195 | 2026-03-19T05:55:34.027Z | Planning: Planning completed in 0.38 seconds |
| 196 | 2026-03-19T05:55:34.053Z | Mediators to change: 2 |
| 197 | 2026-03-19T05:55:34.057Z | Create boot environment: No |
| 198 | 2026-03-19T05:55:34.057Z | Create backup boot environment: No |
| 199 | 2026-03-19T05:55:34.138Z | Done |
| 200 | 2026-03-19T05:55:34.138Z | Done |
| 201 | 2026-03-19T05:55:34.874Z | Done |
| 202 | 2026-03-19T05:55:38.261Z | Done |
| 203 | 2026-03-19T05:55:38.355Z | Done |
| 204 | 2026-03-19T05:55:38.361Z | Done |
| 205 | 2026-03-19T05:55:38.515Z | Done |
| 206 | 2026-03-19T05:55:39.051Z | Planning: Evaluating mediator changes ... Done |
| 207 | 2026-03-19T05:55:39.057Z | Planning: Merging actions ... Done |
| 208 | 2026-03-19T05:55:39.222Z | Planning: Checking for conflicting actions ... Done |
| 209 | 2026-03-19T05:55:39.230Z | Planning: Consolidating action changes ... Done |
| 210 | 2026-03-19T05:55:39.441Z | Planning: Evaluating mediators ... Done |
| 211 | 2026-03-19T05:55:39.488Z | Planning: Planning completed in 0.63 seconds |
| 212 | 2026-03-19T05:55:39.514Z | Packages to change: 1 |
| 213 | 2026-03-19T05:55:39.514Z | Mediators to change: 1 |
| 214 | 2026-03-19T05:55:39.528Z | Services to change: 1 |
| 215 | 2026-03-19T05:55:39.528Z | Create boot environment: No |
| 216 | 2026-03-19T05:55:39.528Z | Create backup boot environment: Yes |
| 217 | 2026-03-19T05:55:41.956Z | Actions: 1/6 actions (Updating modified actions) |
| 218 | 2026-03-19T05:55:41.959Z | Actions: Completed 6 actions in 0.00 seconds. |
| 219 | 2026-03-19T05:55:41.959Z | Done |
| 220 | 2026-03-19T05:55:41.959Z | Done |
| 221 | 2026-03-19T05:55:42.152Z | Done |
| 222 | 2026-03-19T05:55:45.436Z | Done |
| 223 | 2026-03-19T05:55:45.524Z | Done |
| 224 | 2026-03-19T05:55:45.530Z | Done |
| 225 | 2026-03-19T05:55:45.674Z | Done |
| 226 | 2026-03-19T05:55:46.052Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 227 | 2026-03-19T05:55:46.052Z | clang system 15 system |
| 228 | 2026-03-19T05:55:46.052Z | csh system system illumos |
| 229 | 2026-03-19T05:55:46.052Z | ctags system system illumos |
| 230 | 2026-03-19T05:55:46.052Z | file system system illumos |
| 231 | 2026-03-19T05:55:46.052Z | gcc vendor 12 vendor |
| 232 | 2026-03-19T05:55:46.052Z | gcc system 10 system |
| 233 | 2026-03-19T05:55:46.052Z | gcc system 7 system |
| 234 | 2026-03-19T05:55:46.052Z | go system 1.20 system |
| 235 | 2026-03-19T05:55:46.052Z | go system 1.19 system |
| 236 | 2026-03-19T05:55:46.052Z | llvm system 15 system |
| 237 | 2026-03-19T05:55:46.052Z | llvm system 14 system |
| 238 | 2026-03-19T05:55:46.052Z | mariadb system 10.6 system |
| 239 | 2026-03-19T05:55:46.052Z | mta vendor vendor dma |
| 240 | 2026-03-19T05:55:46.052Z | openjdk system 17 system |
| 241 | 2026-03-19T05:55:46.053Z | openjdk system 11 system |
| 242 | 2026-03-19T05:55:46.053Z | openjdk system 1.8 system |
| 243 | 2026-03-19T05:55:46.053Z | openssl vendor 3 vendor |
| 244 | 2026-03-19T05:55:46.053Z | perl system 5.36 system |
| 245 | 2026-03-19T05:55:46.053Z | postgresql system 15 system |
| 246 | 2026-03-19T05:55:46.053Z | postgresql system 13 system |
| 247 | 2026-03-19T05:55:46.053Z | python vendor 3 vendor |
| 248 | 2026-03-19T05:55:46.053Z | python system 2 system |
| 249 | 2026-03-19T05:55:46.053Z | python3 system 3.11 system |
| 250 | 2026-03-19T05:55:46.053Z | ruby system 3.0 system |
| 251 | 2026-03-19T05:55:46.053Z | words vendor vendor american-english |
| 252 | 2026-03-19T05:55:46.053Z | words system system australian-english |
| 253 | 2026-03-19T05:55:46.053Z | words system system british-english |
| 254 | 2026-03-19T05:55:46.053Z | words system system canadian-english |
| 255 | 2026-03-19T05:55:46.053Z | words system system french |
| 256 | 2026-03-19T05:55:46.053Z | words system system italian |
| 257 | 2026-03-19T05:55:46.053Z | words system system ngerman |
| 258 | 2026-03-19T05:55:46.053Z | words system system ogerman |
| 259 | 2026-03-19T05:55:46.053Z | words system system spanish |
| 260 | 2026-03-19T05:55:46.351Z | PUBLISHER TYPE STATUS P LOCATION |
| 261 | 2026-03-19T05:55:46.352Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 262 | 2026-03-19T05:55:52.307Z | FMRI IFO |
| 263 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 264 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 265 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 266 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 267 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 268 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 269 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 270 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 271 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 272 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 273 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 274 | 2026-03-19T05:55:52.307Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 275 | 2026-03-19T05:55:52.308Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 276 | 2026-03-19T05:55:52.308Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 277 | 2026-03-19T05:55:52.308Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 278 | 2026-03-19T05:55:52.308Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 279 | 2026-03-19T05:55:53.550Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 280 | 2026-03-19T05:55:53.811Z | Updating crates.io index |
| 281 | 2026-03-19T05:55:53.845Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 282 | 2026-03-19T05:55:54.560Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 283 | 2026-03-19T05:55:55.015Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 284 | 2026-03-19T05:55:55.260Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 285 | 2026-03-19T05:55:55.822Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 286 | 2026-03-19T05:55:56.767Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 287 | 2026-03-19T05:55:57.276Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2026-03-19T05:55:58.607Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-03-19T05:56:00.278Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-03-19T05:56:01.282Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-03-19T05:56:01.699Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 292 | 2026-03-19T05:56:02.632Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2026-03-19T05:56:02.999Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 294 | 2026-03-19T05:56:03.371Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2026-03-19T05:56:03.751Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2026-03-19T05:56:04.654Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2026-03-19T05:56:05.471Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 298 | 2026-03-19T05:56:05.725Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2026-03-19T05:56:06.055Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 300 | 2026-03-19T05:56:06.510Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2026-03-19T05:56:06.754Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2026-03-19T05:56:06.977Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2026-03-19T05:56:07.233Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 304 | 2026-03-19T05:56:07.691Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 305 | 2026-03-19T05:56:08.225Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 306 | 2026-03-19T05:56:08.717Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 307 | 2026-03-19T05:56:08.971Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2026-03-19T05:56:09.440Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2026-03-19T05:56:10.557Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2026-03-19T05:56:11.070Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2026-03-19T05:56:11.361Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2026-03-19T05:56:11.692Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 313 | 2026-03-19T05:56:11.994Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 314 | 2026-03-19T05:56:12.496Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2026-03-19T05:56:12.733Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2026-03-19T05:56:12.981Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2026-03-19T05:56:13.265Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 318 | 2026-03-19T05:56:13.680Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2026-03-19T05:56:27.124Z | Downloading crates ... |
| 320 | 2026-03-19T05:56:27.178Z | Downloaded dof v0.3.0 |
| 321 | 2026-03-19T05:56:27.184Z | Downloaded camino-tempfile v1.4.1 |
| 322 | 2026-03-19T05:56:27.187Z | Downloaded bitflags v2.11.0 |
| 323 | 2026-03-19T05:56:27.190Z | Downloaded bytecount v0.6.9 |
| 324 | 2026-03-19T05:56:27.190Z | Downloaded pest_generator v2.8.6 |
| 325 | 2026-03-19T05:56:27.193Z | Downloaded zerofrom-derive v0.1.6 |
| 326 | 2026-03-19T05:56:27.193Z | Downloaded displaydoc v0.2.5 |
| 327 | 2026-03-19T05:56:27.197Z | Downloaded utf8_iter v1.0.4 |
| 328 | 2026-03-19T05:56:27.197Z | Downloaded camino v1.2.2 |
| 329 | 2026-03-19T05:56:27.197Z | Downloaded is_terminal_polyfill v1.70.2 |
| 330 | 2026-03-19T05:56:27.200Z | Downloaded equivalent v1.0.2 |
| 331 | 2026-03-19T05:56:27.200Z | Downloaded dtrace-parser v0.2.0 |
| 332 | 2026-03-19T05:56:27.200Z | Downloaded anyhow v1.0.102 |
| 333 | 2026-03-19T05:56:27.203Z | Downloaded url v2.5.8 |
| 334 | 2026-03-19T05:56:27.206Z | Downloaded cfg-if v1.0.4 |
| 335 | 2026-03-19T05:56:27.206Z | Downloaded anstyle-parse v0.2.7 |
| 336 | 2026-03-19T05:56:27.206Z | Downloaded cargo_metadata v0.21.0 |
| 337 | 2026-03-19T05:56:27.209Z | Downloaded idna_adapter v1.2.1 |
| 338 | 2026-03-19T05:56:27.209Z | Downloaded thiserror-impl v2.0.18 |
| 339 | 2026-03-19T05:56:27.212Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-03-19T05:56:27.212Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-03-19T05:56:27.212Z | Downloaded cargo_toml v0.21.0 |
| 342 | 2026-03-19T05:56:27.215Z | Downloaded block-buffer v0.10.4 |
| 343 | 2026-03-19T05:56:27.215Z | Downloaded once_cell v1.21.3 |
| 344 | 2026-03-19T05:56:27.218Z | Downloaded heck v0.5.0 |
| 345 | 2026-03-19T05:56:27.218Z | Downloaded anstyle v1.0.13 |
| 346 | 2026-03-19T05:56:27.218Z | Downloaded anstream v0.6.21 |
| 347 | 2026-03-19T05:56:27.221Z | Downloaded zerofrom v0.1.6 |
| 348 | 2026-03-19T05:56:27.221Z | Downloaded unicode-xid v0.2.6 |
| 349 | 2026-03-19T05:56:27.221Z | Downloaded utf8parse v0.2.2 |
| 350 | 2026-03-19T05:56:27.225Z | Downloaded serde_core v1.0.228 |
| 351 | 2026-03-19T05:56:27.225Z | Downloaded colorchoice v1.0.4 |
| 352 | 2026-03-19T05:56:27.228Z | Downloaded byteorder v1.5.0 |
| 353 | 2026-03-19T05:56:27.228Z | Downloaded yoke-derive v0.8.1 |
| 354 | 2026-03-19T05:56:27.228Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2026-03-19T05:56:27.230Z | Downloaded serde_spanned v0.6.9 |
| 356 | 2026-03-19T05:56:27.231Z | Downloaded getrandom v0.4.1 |
| 357 | 2026-03-19T05:56:27.234Z | Downloaded typeid v1.0.3 |
| 358 | 2026-03-19T05:56:27.234Z | Downloaded litemap v0.8.1 |
| 359 | 2026-03-19T05:56:27.237Z | Downloaded yoke v0.8.1 |
| 360 | 2026-03-19T05:56:27.237Z | Downloaded usdt v0.5.0 |
| 361 | 2026-03-19T05:56:27.237Z | Downloaded cargo-platform v0.2.0 |
| 362 | 2026-03-19T05:56:27.240Z | Downloaded toml_write v0.1.2 |
| 363 | 2026-03-19T05:56:27.240Z | Downloaded cpufeatures v0.2.17 |
| 364 | 2026-03-19T05:56:27.240Z | Downloaded toml_datetime v0.6.11 |
| 365 | 2026-03-19T05:56:27.243Z | Downloaded potential_utf v0.1.4 |
| 366 | 2026-03-19T05:56:27.243Z | Downloaded zerovec-derive v0.11.2 |
| 367 | 2026-03-19T05:56:27.246Z | Downloaded zmij v1.0.21 |
| 368 | 2026-03-19T05:56:27.246Z | Downloaded tinystr v0.8.2 |
| 369 | 2026-03-19T05:56:27.249Z | Downloaded thread-id v4.2.2 |
| 370 | 2026-03-19T05:56:27.249Z | Downloaded thiserror-impl v1.0.69 |
| 371 | 2026-03-19T05:56:27.252Z | Downloaded version_check v0.9.5 |
| 372 | 2026-03-19T05:56:27.252Z | Downloaded unicode-linebreak v0.1.5 |
| 373 | 2026-03-19T05:56:27.252Z | Downloaded thiserror v2.0.18 |
| 374 | 2026-03-19T05:56:27.255Z | Downloaded percent-encoding v2.3.2 |
| 375 | 2026-03-19T05:56:27.258Z | Downloaded usdt-macro v0.5.0 |
| 376 | 2026-03-19T05:56:27.258Z | Downloaded thiserror v1.0.69 |
| 377 | 2026-03-19T05:56:27.261Z | Downloaded zerocopy-derive v0.7.35 |
| 378 | 2026-03-19T05:56:27.264Z | Downloaded terminal_size v0.4.3 |
| 379 | 2026-03-19T05:56:27.264Z | Downloaded smawk v0.3.2 |
| 380 | 2026-03-19T05:56:27.267Z | Downloaded itoa v1.0.17 |
| 381 | 2026-03-19T05:56:27.267Z | Downloaded ordered-float v2.10.1 |
| 382 | 2026-03-19T05:56:27.267Z | Downloaded writeable v0.6.2 |
| 383 | 2026-03-19T05:56:27.271Z | Downloaded unicode-ident v1.0.24 |
| 384 | 2026-03-19T05:56:27.271Z | Downloaded fnv v1.0.7 |
| 385 | 2026-03-19T05:56:27.271Z | Downloaded generic-array v0.14.7 |
| 386 | 2026-03-19T05:56:27.274Z | Downloaded proc-macro-error-attr v1.0.4 |
| 387 | 2026-03-19T05:56:27.274Z | Downloaded scroll_derive v0.12.1 |
| 388 | 2026-03-19T05:56:27.274Z | Downloaded toml v0.8.23 |
| 389 | 2026-03-19T05:56:27.277Z | Downloaded errno v0.3.14 |
| 390 | 2026-03-19T05:56:27.277Z | Downloaded macaddr v1.0.1 |
| 391 | 2026-03-19T05:56:27.280Z | Downloaded crypto-common v0.1.7 |
| 392 | 2026-03-19T05:56:27.280Z | Downloaded strsim v0.11.1 |
| 393 | 2026-03-19T05:56:27.280Z | Downloaded pretty-hex v0.4.1 |
| 394 | 2026-03-19T05:56:27.280Z | Downloaded memmap v0.7.0 |
| 395 | 2026-03-19T05:56:27.283Z | Downloaded swrite v0.1.0 |
| 396 | 2026-03-19T05:56:27.283Z | Downloaded serde-value v0.7.0 |
| 397 | 2026-03-19T05:56:27.283Z | Downloaded zerotrie v0.2.3 |
| 398 | 2026-03-19T05:56:27.287Z | Downloaded synstructure v0.13.2 |
| 399 | 2026-03-19T05:56:27.287Z | Downloaded textwrap v0.16.2 |
| 400 | 2026-03-19T05:56:27.290Z | Downloaded cargo-util-schemas v0.8.2 |
| 401 | 2026-03-19T05:56:27.290Z | Downloaded form_urlencoded v1.2.2 |
| 402 | 2026-03-19T05:56:27.290Z | Downloaded typenum v1.19.0 |
| 403 | 2026-03-19T05:56:27.293Z | Downloaded plain v0.2.3 |
| 404 | 2026-03-19T05:56:27.293Z | Downloaded toml_edit v0.22.27 |
| 405 | 2026-03-19T05:56:27.296Z | Downloaded tabled_derive v0.7.0 |
| 406 | 2026-03-19T05:56:27.297Z | Downloaded stable_deref_trait v1.2.1 |
| 407 | 2026-03-19T05:56:27.300Z | Downloaded anstyle-query v1.1.5 |
| 408 | 2026-03-19T05:56:27.300Z | Downloaded clap_lex v1.0.0 |
| 409 | 2026-03-19T05:56:27.303Z | Downloaded zerovec v0.11.5 |
| 410 | 2026-03-19T05:56:27.306Z | Downloaded fastrand v2.3.0 |
| 411 | 2026-03-19T05:56:27.309Z | Downloaded scroll v0.12.0 |
| 412 | 2026-03-19T05:56:27.309Z | Downloaded proc-macro-error v1.0.4 |
| 413 | 2026-03-19T05:56:27.312Z | Downloaded pest_meta v2.8.6 |
| 414 | 2026-03-19T05:56:27.312Z | Downloaded zerocopy v0.7.35 |
| 415 | 2026-03-19T05:56:27.323Z | Downloaded tempfile v3.25.0 |
| 416 | 2026-03-19T05:56:27.326Z | Downloaded winnow v0.7.14 |
| 417 | 2026-03-19T05:56:27.331Z | Downloaded erased-serde v0.4.9 |
| 418 | 2026-03-19T05:56:27.334Z | Downloaded proc-macro2 v1.0.106 |
| 419 | 2026-03-19T05:56:27.337Z | Downloaded unicode-width v0.1.14 |
| 420 | 2026-03-19T05:56:27.340Z | Downloaded quote v1.0.44 |
| 421 | 2026-03-19T05:56:27.343Z | Downloaded unicode-width v0.2.0 |
| 422 | 2026-03-19T05:56:27.347Z | Downloaded autocfg v1.5.0 |
| 423 | 2026-03-19T05:56:27.347Z | Downloaded sha2 v0.10.9 |
| 424 | 2026-03-19T05:56:27.350Z | Downloaded serde_tokenstream v0.2.3 |
| 425 | 2026-03-19T05:56:27.350Z | Downloaded pest_derive v2.8.6 |
| 426 | 2026-03-19T05:56:27.350Z | Downloaded clap_derive v4.5.55 |
| 427 | 2026-03-19T05:56:27.353Z | Downloaded digest v0.10.7 |
| 428 | 2026-03-19T05:56:27.353Z | Downloaded heck v0.4.1 |
| 429 | 2026-03-19T05:56:27.355Z | Downloaded fs-err v3.3.0 |
| 430 | 2026-03-19T05:56:27.356Z | Downloaded serde-untagged v0.1.9 |
| 431 | 2026-03-19T05:56:27.362Z | Downloaded semver v1.0.27 |
| 432 | 2026-03-19T05:56:27.367Z | Downloaded icu_provider v2.1.1 |
| 433 | 2026-03-19T05:56:27.370Z | Downloaded icu_properties v2.1.2 |
| 434 | 2026-03-19T05:56:27.373Z | Downloaded serde_derive v1.0.228 |
| 435 | 2026-03-19T05:56:27.373Z | Downloaded papergrid v0.11.0 |
| 436 | 2026-03-19T05:56:27.375Z | Downloaded num-traits v0.2.19 |
| 437 | 2026-03-19T05:56:27.378Z | Downloaded smallvec v1.15.1 |
| 438 | 2026-03-19T05:56:27.381Z | Downloaded icu_normalizer v2.1.1 |
| 439 | 2026-03-19T05:56:27.381Z | Downloaded clap v4.5.60 |
| 440 | 2026-03-19T05:56:27.387Z | Downloaded icu_normalizer_data v2.1.1 |
| 441 | 2026-03-19T05:56:27.391Z | Downloaded icu_locale_core v2.1.1 |
| 442 | 2026-03-19T05:56:27.394Z | Downloaded log v0.4.29 |
| 443 | 2026-03-19T05:56:27.401Z | Downloaded memchr v2.8.0 |
| 444 | 2026-03-19T05:56:27.416Z | Downloaded icu_collections v2.1.1 |
| 445 | 2026-03-19T05:56:27.420Z | Downloaded icu_properties_data v2.1.2 |
| 446 | 2026-03-19T05:56:27.426Z | Downloaded serde v1.0.228 |
| 447 | 2026-03-19T05:56:27.431Z | Downloaded indexmap v2.13.0 |
| 448 | 2026-03-19T05:56:27.452Z | Downloaded hashbrown v0.16.1 |
| 449 | 2026-03-19T05:56:27.456Z | Downloaded pest v2.8.6 |
| 450 | 2026-03-19T05:56:27.459Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-03-19T05:56:27.464Z | Downloaded idna v1.1.0 |
| 452 | 2026-03-19T05:56:27.467Z | Downloaded clap_builder v4.5.60 |
| 453 | 2026-03-19T05:56:27.476Z | Downloaded goblin v0.8.2 |
| 454 | 2026-03-19T05:56:27.483Z | Downloaded tabled v0.15.0 |
| 455 | 2026-03-19T05:56:27.496Z | Downloaded syn v1.0.109 |
| 456 | 2026-03-19T05:56:27.514Z | Downloaded syn v2.0.117 |
| 457 | 2026-03-19T05:56:27.523Z | Downloaded rustix v1.1.3 |
| 458 | 2026-03-19T05:56:27.549Z | Downloaded libc v0.2.180 |
| 459 | 2026-03-19T05:56:27.634Z | Compiling proc-macro2 v1.0.106 |
| 460 | 2026-03-19T05:56:27.634Z | Compiling unicode-ident v1.0.24 |
| 461 | 2026-03-19T05:56:27.637Z | Compiling quote v1.0.44 |
| 462 | 2026-03-19T05:56:27.637Z | Compiling serde_core v1.0.228 |
| 463 | 2026-03-19T05:56:27.637Z | Compiling libc v0.2.180 |
| 464 | 2026-03-19T05:56:27.637Z | Compiling version_check v0.9.5 |
| 465 | 2026-03-19T05:56:27.637Z | Compiling serde v1.0.228 |
| 466 | 2026-03-19T05:56:27.637Z | Compiling stable_deref_trait v1.2.1 |
| 467 | 2026-03-19T05:56:28.014Z | Compiling memchr v2.8.0 |
| 468 | 2026-03-19T05:56:28.049Z | Compiling zmij v1.0.21 |
| 469 | 2026-03-19T05:56:28.433Z | Compiling autocfg v1.5.0 |
| 470 | 2026-03-19T05:56:28.458Z | Compiling itoa v1.0.17 |
| 471 | 2026-03-19T05:56:28.692Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-03-19T05:56:28.714Z | Compiling thiserror v1.0.69 |
| 473 | 2026-03-19T05:56:28.883Z | Compiling pest v2.8.6 |
| 474 | 2026-03-19T05:56:28.918Z | Compiling litemap v0.8.1 |
| 475 | 2026-03-19T05:56:28.969Z | Compiling writeable v0.6.2 |
| 476 | 2026-03-19T05:56:29.033Z | Compiling icu_normalizer_data v2.1.1 |
| 477 | 2026-03-19T05:56:29.162Z | Compiling rustix v1.1.3 |
| 478 | 2026-03-19T05:56:29.222Z | Compiling byteorder v1.5.0 |
| 479 | 2026-03-19T05:56:29.527Z | Compiling syn v2.0.117 |
| 480 | 2026-03-19T05:56:29.620Z | Compiling icu_properties_data v2.1.2 |
| 481 | 2026-03-19T05:56:29.725Z | Compiling errno v0.3.14 |
| 482 | 2026-03-19T05:56:29.759Z | Compiling serde_json v1.0.149 |
| 483 | 2026-03-19T05:56:29.873Z | Compiling bitflags v2.11.0 |
| 484 | 2026-03-19T05:56:30.017Z | Compiling num-traits v0.2.19 |
| 485 | 2026-03-19T05:56:30.039Z | Compiling hashbrown v0.16.1 |
| 486 | 2026-03-19T05:56:30.157Z | Compiling typeid v1.0.3 |
| 487 | 2026-03-19T05:56:30.244Z | Compiling equivalent v1.0.2 |
| 488 | 2026-03-19T05:56:30.356Z | Compiling pest_meta v2.8.6 |
| 489 | 2026-03-19T05:56:30.485Z | Compiling smallvec v1.15.1 |
| 490 | 2026-03-19T05:56:30.831Z | Compiling indexmap v2.13.0 |
| 491 | 2026-03-19T05:56:30.931Z | Compiling thread-id v4.2.2 |
| 492 | 2026-03-19T05:56:31.043Z | Compiling usdt-impl v0.5.0 |
| 493 | 2026-03-19T05:56:31.108Z | Compiling proc-macro-error-attr v1.0.4 |
| 494 | 2026-03-19T05:56:31.135Z | Compiling syn v1.0.109 |
| 495 | 2026-03-19T05:56:31.311Z | Compiling winnow v0.7.14 |
| 496 | 2026-03-19T05:56:31.346Z | Compiling toml_write v0.1.2 |
| 497 | 2026-03-19T05:56:31.610Z | Compiling erased-serde v0.4.9 |
| 498 | 2026-03-19T05:56:31.972Z | Compiling proc-macro-error v1.0.4 |
| 499 | 2026-03-19T05:56:32.012Z | Compiling log v0.4.29 |
| 500 | 2026-03-19T05:56:32.206Z | Compiling camino v1.2.2 |
| 501 | 2026-03-19T05:56:32.259Z | Compiling getrandom v0.4.1 |
| 502 | 2026-03-19T05:56:32.604Z | Compiling percent-encoding v2.3.2 |
| 503 | 2026-03-19T05:56:32.676Z | Compiling plain v0.2.3 |
| 504 | 2026-03-19T05:56:32.740Z | Compiling utf8parse v0.2.2 |
| 505 | 2026-03-19T05:56:32.814Z | Compiling thiserror v2.0.18 |
| 506 | 2026-03-19T05:56:32.837Z | Compiling utf8_iter v1.0.4 |
| 507 | 2026-03-19T05:56:32.860Z | Compiling anstyle-parse v0.2.7 |
| 508 | 2026-03-19T05:56:32.885Z | Compiling form_urlencoded v1.2.2 |
| 509 | 2026-03-19T05:56:33.020Z | Compiling ordered-float v2.10.1 |
| 510 | 2026-03-19T05:56:33.338Z | Compiling synstructure v0.13.2 |
| 511 | 2026-03-19T05:56:33.383Z | Compiling pest_generator v2.8.6 |
| 512 | 2026-03-19T05:56:33.386Z | Compiling terminal_size v0.4.3 |
| 513 | 2026-03-19T05:56:33.557Z | Compiling pretty-hex v0.4.1 |
| 514 | 2026-03-19T05:56:33.639Z | Compiling anstyle-query v1.1.5 |
| 515 | 2026-03-19T05:56:33.735Z | Compiling cfg-if v1.0.4 |
| 516 | 2026-03-19T05:56:33.772Z | Compiling colorchoice v1.0.4 |
| 517 | 2026-03-19T05:56:33.796Z | Compiling anstyle v1.0.13 |
| 518 | 2026-03-19T05:56:33.799Z | Compiling is_terminal_polyfill v1.70.2 |
| 519 | 2026-03-19T05:56:33.939Z | Compiling serde-untagged v0.1.9 |
| 520 | 2026-03-19T05:56:34.072Z | Compiling anstream v0.6.21 |
| 521 | 2026-03-19T05:56:34.125Z | Compiling semver v1.0.27 |
| 522 | 2026-03-19T05:56:34.257Z | Compiling fs-err v3.3.0 |
| 523 | 2026-03-19T05:56:34.364Z | Compiling anyhow v1.0.102 |
| 524 | 2026-03-19T05:56:34.491Z | Compiling strsim v0.11.1 |
| 525 | 2026-03-19T05:56:34.514Z | Compiling heck v0.5.0 |
| 526 | 2026-03-19T05:56:34.560Z | Compiling fastrand v2.3.0 |
| 527 | 2026-03-19T05:56:34.586Z | Compiling unicode-width v0.1.14 |
| 528 | 2026-03-19T05:56:34.761Z | Compiling fnv v1.0.7 |
| 529 | 2026-03-19T05:56:34.891Z | Compiling bytecount v0.6.9 |
| 530 | 2026-03-19T05:56:34.916Z | Compiling clap_lex v1.0.0 |
| 531 | 2026-03-19T05:56:34.943Z | Compiling unicode-xid v0.2.6 |
| 532 | 2026-03-19T05:56:34.968Z | Compiling once_cell v1.21.3 |
| 533 | 2026-03-19T05:56:35.063Z | Compiling heck v0.4.1 |
| 534 | 2026-03-19T05:56:35.101Z | Compiling papergrid v0.11.0 |
| 535 | 2026-03-19T05:56:35.215Z | Compiling tempfile v3.25.0 |
| 536 | 2026-03-19T05:56:35.240Z | Compiling clap_builder v4.5.60 |
| 537 | 2026-03-19T05:56:35.481Z | Compiling memmap v0.7.0 |
| 538 | 2026-03-19T05:56:35.536Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-03-19T05:56:35.759Z | Compiling smawk v0.3.2 |
| 540 | 2026-03-19T05:56:35.782Z | Compiling unicode-width v0.2.0 |
| 541 | 2026-03-19T05:56:35.894Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-03-19T05:56:35.917Z | Compiling zerofrom-derive v0.1.6 |
| 543 | 2026-03-19T05:56:35.940Z | Compiling yoke-derive v0.8.1 |
| 544 | 2026-03-19T05:56:36.140Z | Compiling zerovec-derive v0.11.2 |
| 545 | 2026-03-19T05:56:36.216Z | Compiling displaydoc v0.2.5 |
| 546 | 2026-03-19T05:56:37.153Z | Compiling thiserror-impl v1.0.69 |
| 547 | 2026-03-19T05:56:37.193Z | Compiling zerocopy-derive v0.7.35 |
| 548 | 2026-03-19T05:56:37.501Z | Compiling pest_derive v2.8.6 |
| 549 | 2026-03-19T05:56:37.636Z | Compiling scroll_derive v0.12.1 |
| 550 | 2026-03-19T05:56:37.850Z | Compiling zerofrom v0.1.6 |
| 551 | 2026-03-19T05:56:38.015Z | Compiling yoke v0.8.1 |
| 552 | 2026-03-19T05:56:38.038Z | Compiling thiserror-impl v2.0.18 |
| 553 | 2026-03-19T05:56:38.264Z | Compiling zerovec v0.11.5 |
| 554 | 2026-03-19T05:56:38.341Z | Compiling zerotrie v0.2.3 |
| 555 | 2026-03-19T05:56:38.501Z | Compiling zerocopy v0.7.35 |
| 556 | 2026-03-19T05:56:38.743Z | Compiling scroll v0.12.0 |
| 557 | 2026-03-19T05:56:38.957Z | Compiling tinystr v0.8.2 |
| 558 | 2026-03-19T05:56:38.961Z | Compiling potential_utf v0.1.4 |
| 559 | 2026-03-19T05:56:39.097Z | Compiling dtrace-parser v0.2.0 |
| 560 | 2026-03-19T05:56:39.174Z | Compiling icu_collections v2.1.1 |
| 561 | 2026-03-19T05:56:39.248Z | Compiling icu_locale_core v2.1.1 |
| 562 | 2026-03-19T05:56:39.285Z | Compiling goblin v0.8.2 |
| 563 | 2026-03-19T05:56:39.539Z | Compiling tabled_derive v0.7.0 |
| 564 | 2026-03-19T05:56:39.812Z | Compiling clap_derive v4.5.55 |
| 565 | 2026-03-19T05:56:39.922Z | Compiling textwrap v0.16.2 |
| 566 | 2026-03-19T05:56:40.153Z | Compiling icu_provider v2.1.1 |
| 567 | 2026-03-19T05:56:40.513Z | Compiling icu_normalizer v2.1.1 |
| 568 | 2026-03-19T05:56:40.537Z | Compiling icu_properties v2.1.2 |
| 569 | 2026-03-19T05:56:40.743Z | Compiling toml_datetime v0.6.11 |
| 570 | 2026-03-19T05:56:40.769Z | Compiling serde_spanned v0.6.9 |
| 571 | 2026-03-19T05:56:40.836Z | Compiling dof v0.3.0 |
| 572 | 2026-03-19T05:56:40.953Z | Compiling serde_tokenstream v0.2.3 |
| 573 | 2026-03-19T05:56:41.097Z | Compiling toml_edit v0.22.27 |
| 574 | 2026-03-19T05:56:41.121Z | Compiling serde-value v0.7.0 |
| 575 | 2026-03-19T05:56:41.367Z | Compiling cargo-platform v0.2.0 |
| 576 | 2026-03-19T05:56:41.389Z | Compiling tabled v0.15.0 |
| 577 | 2026-03-19T05:56:41.619Z | Compiling macaddr v1.0.1 |
| 578 | 2026-03-19T05:56:41.726Z | Compiling camino-tempfile v1.4.1 |
| 579 | 2026-03-19T05:56:41.918Z | Compiling idna_adapter v1.2.1 |
| 580 | 2026-03-19T05:56:42.095Z | Compiling idna v1.1.0 |
| 581 | 2026-03-19T05:56:42.120Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 582 | 2026-03-19T05:56:42.120Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-03-19T05:56:42.233Z | Compiling usdt-attr-macro v0.5.0 |
| 584 | 2026-03-19T05:56:42.406Z | Compiling clap v4.5.60 |
| 585 | 2026-03-19T05:56:42.435Z | Compiling swrite v0.1.0 |
| 586 | 2026-03-19T05:56:42.510Z | Compiling url v2.5.8 |
| 587 | 2026-03-19T05:56:43.089Z | Compiling toml v0.8.23 |
| 588 | 2026-03-19T05:56:43.430Z | Compiling usdt v0.5.0 |
| 589 | 2026-03-19T05:56:43.618Z | Compiling cargo-util-schemas v0.8.2 |
| 590 | 2026-03-19T05:56:43.746Z | Compiling cargo_toml v0.21.0 |
| 591 | 2026-03-19T05:56:44.836Z | Compiling cargo_metadata v0.21.0 |
| 592 | 2026-03-19T05:56:46.132Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 593 | 2026-03-19T05:56:48.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.61s |
| 594 | 2026-03-19T05:56:49.226Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 595 | 2026-03-19T05:56:49.961Z | Downloading crates ... |
| 596 | 2026-03-19T05:56:50.092Z | Downloaded critical-section v1.2.0 |
| 597 | 2026-03-19T05:56:50.095Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 598 | 2026-03-19T05:56:50.098Z | Downloaded dof v0.4.0 |
| 599 | 2026-03-19T05:56:50.098Z | Downloaded endian-type v0.1.2 |
| 600 | 2026-03-19T05:56:50.101Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 601 | 2026-03-19T05:56:50.101Z | Downloaded dyn-clone v1.0.20 |
| 602 | 2026-03-19T05:56:50.107Z | Downloaded foreign-types-shared v0.3.1 |
| 603 | 2026-03-19T05:56:50.111Z | Downloaded backon v1.6.0 |
| 604 | 2026-03-19T05:56:50.114Z | Downloaded der_derive v0.7.3 |
| 605 | 2026-03-19T05:56:50.117Z | Downloaded cfg_aliases v0.1.1 |
| 606 | 2026-03-19T05:56:50.117Z | Downloaded async-recursion v1.1.1 |
| 607 | 2026-03-19T05:56:50.120Z | Downloaded diesel-dtrace v0.5.0 |
| 608 | 2026-03-19T05:56:50.123Z | Downloaded deranged v0.5.8 |
| 609 | 2026-03-19T05:56:50.123Z | Downloaded atomicwrites v0.4.4 |
| 610 | 2026-03-19T05:56:50.127Z | Downloaded ctr v0.9.2 |
| 611 | 2026-03-19T05:56:50.127Z | Downloaded darling_macro v0.23.0 |
| 612 | 2026-03-19T05:56:50.127Z | Downloaded dunce v1.0.5 |
| 613 | 2026-03-19T05:56:50.129Z | Downloaded difflib v0.4.0 |
| 614 | 2026-03-19T05:56:50.130Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 615 | 2026-03-19T05:56:50.132Z | Downloaded atty v0.2.14 |
| 616 | 2026-03-19T05:56:50.132Z | Downloaded aead v0.5.2 |
| 617 | 2026-03-19T05:56:50.132Z | Downloaded atomic-waker v1.1.2 |
| 618 | 2026-03-19T05:56:50.135Z | Downloaded ciborium-io v0.2.2 |
| 619 | 2026-03-19T05:56:50.135Z | Downloaded cstr-argument v0.1.2 |
| 620 | 2026-03-19T05:56:50.139Z | Downloaded enum-as-inner v0.6.1 |
| 621 | 2026-03-19T05:56:50.142Z | Downloaded ena v0.14.4 |
| 622 | 2026-03-19T05:56:50.145Z | Downloaded data-encoding v2.10.0 |
| 623 | 2026-03-19T05:56:50.145Z | Downloaded crc8 v0.1.1 |
| 624 | 2026-03-19T05:56:50.145Z | Downloaded adler2 v2.0.1 |
| 625 | 2026-03-19T05:56:50.148Z | Downloaded cargo-platform v0.1.9 |
| 626 | 2026-03-19T05:56:50.148Z | Downloaded defmt v0.3.100 |
| 627 | 2026-03-19T05:56:50.151Z | Downloaded crucible-workspace-hack v0.1.0 |
| 628 | 2026-03-19T05:56:50.155Z | Downloaded daft v0.1.5 |
| 629 | 2026-03-19T05:56:50.155Z | Downloaded daft-derive v0.1.5 |
| 630 | 2026-03-19T05:56:50.159Z | Downloaded futures-channel v0.3.32 |
| 631 | 2026-03-19T05:56:50.162Z | Downloaded either v1.15.0 |
| 632 | 2026-03-19T05:56:50.162Z | Downloaded fixedbitset v0.4.2 |
| 633 | 2026-03-19T05:56:50.165Z | Downloaded downcast-rs v2.0.2 |
| 634 | 2026-03-19T05:56:50.165Z | Downloaded bb8 v0.8.6 |
| 635 | 2026-03-19T05:56:50.168Z | Downloaded embedded-io v0.4.0 |
| 636 | 2026-03-19T05:56:50.168Z | Downloaded darling_core v0.21.3 |
| 637 | 2026-03-19T05:56:50.171Z | Downloaded crossbeam-deque v0.8.6 |
| 638 | 2026-03-19T05:56:50.174Z | Downloaded darling v0.20.11 |
| 639 | 2026-03-19T05:56:50.177Z | Downloaded foreign-types v0.5.0 |
| 640 | 2026-03-19T05:56:50.179Z | Downloaded debug-ignore v1.0.5 |
| 641 | 2026-03-19T05:56:50.179Z | Downloaded foreign-types-shared v0.1.1 |
| 642 | 2026-03-19T05:56:50.182Z | Downloaded crunchy v0.2.4 |
| 643 | 2026-03-19T05:56:50.183Z | Downloaded cobs v0.3.0 |
| 644 | 2026-03-19T05:56:50.183Z | Downloaded ascii-canvas v3.0.0 |
| 645 | 2026-03-19T05:56:50.186Z | Downloaded arrayref v0.3.9 |
| 646 | 2026-03-19T05:56:50.186Z | Downloaded cfg_aliases v0.2.1 |
| 647 | 2026-03-19T05:56:50.189Z | Downloaded bit-set v0.5.3 |
| 648 | 2026-03-19T05:56:50.189Z | Downloaded array-init v0.0.4 |
| 649 | 2026-03-19T05:56:50.189Z | Downloaded dtrace-parser v0.3.0 |
| 650 | 2026-03-19T05:56:50.192Z | Downloaded float-cmp v0.10.0 |
| 651 | 2026-03-19T05:56:50.192Z | Downloaded darling_macro v0.20.11 |
| 652 | 2026-03-19T05:56:50.192Z | Downloaded async-stream v0.3.6 |
| 653 | 2026-03-19T05:56:50.195Z | Downloaded darling_macro v0.21.3 |
| 654 | 2026-03-19T05:56:50.195Z | Downloaded base16ct v0.2.0 |
| 655 | 2026-03-19T05:56:50.195Z | Downloaded document-features v0.2.12 |
| 656 | 2026-03-19T05:56:50.198Z | Downloaded castaway v0.2.4 |
| 657 | 2026-03-19T05:56:50.198Z | Downloaded display-error-chain v0.2.2 |
| 658 | 2026-03-19T05:56:50.201Z | Downloaded base16ct v1.0.0 |
| 659 | 2026-03-19T05:56:50.201Z | Downloaded assert_matches v1.5.0 |
| 660 | 2026-03-19T05:56:50.201Z | Downloaded env_filter v1.0.0 |
| 661 | 2026-03-19T05:56:50.204Z | Downloaded embedded-io v0.6.1 |
| 662 | 2026-03-19T05:56:50.204Z | Downloaded derive_builder_macro v0.20.2 |
| 663 | 2026-03-19T05:56:50.207Z | Downloaded block-padding v0.3.3 |
| 664 | 2026-03-19T05:56:50.207Z | Downloaded bit-vec v0.6.3 |
| 665 | 2026-03-19T05:56:50.207Z | Downloaded dirs-sys-next v0.1.2 |
| 666 | 2026-03-19T05:56:50.210Z | Downloaded cipher v0.4.4 |
| 667 | 2026-03-19T05:56:50.210Z | Downloaded float-ord v0.3.2 |
| 668 | 2026-03-19T05:56:50.213Z | Downloaded argon2 v0.5.3 |
| 669 | 2026-03-19T05:56:50.213Z | Downloaded bcs v0.1.6 |
| 670 | 2026-03-19T05:56:50.216Z | Downloaded bitfield-struct v0.6.2 |
| 671 | 2026-03-19T05:56:50.216Z | Downloaded dirs-next v2.0.0 |
| 672 | 2026-03-19T05:56:50.219Z | Downloaded async-stream-impl v0.3.6 |
| 673 | 2026-03-19T05:56:50.219Z | Downloaded crc-catalog v2.4.0 |
| 674 | 2026-03-19T05:56:50.219Z | Downloaded derive_more v2.1.1 |
| 675 | 2026-03-19T05:56:50.227Z | Downloaded gethostname v0.5.0 |
| 676 | 2026-03-19T05:56:50.231Z | Downloaded futures-task v0.3.32 |
| 677 | 2026-03-19T05:56:50.231Z | Downloaded futures-sink v0.3.32 |
| 678 | 2026-03-19T05:56:50.234Z | Downloaded futures-core v0.3.32 |
| 679 | 2026-03-19T05:56:50.234Z | Downloaded dsl_auto_type v0.2.0 |
| 680 | 2026-03-19T05:56:50.237Z | Downloaded fd-lock v4.0.4 |
| 681 | 2026-03-19T05:56:50.237Z | Downloaded convert_case v0.4.0 |
| 682 | 2026-03-19T05:56:50.237Z | Downloaded ghash v0.5.1 |
| 683 | 2026-03-19T05:56:50.240Z | Downloaded darling_core v0.20.11 |
| 684 | 2026-03-19T05:56:50.243Z | Downloaded derive_builder_core v0.20.2 |
| 685 | 2026-03-19T05:56:50.245Z | Downloaded fxhash v0.2.1 |
| 686 | 2026-03-19T05:56:50.245Z | Downloaded bitfield v0.19.4 |
| 687 | 2026-03-19T05:56:50.248Z | Downloaded foldhash v0.1.5 |
| 688 | 2026-03-19T05:56:50.248Z | Downloaded convert_case v0.10.0 |
| 689 | 2026-03-19T05:56:50.251Z | Downloaded hash32 v0.2.1 |
| 690 | 2026-03-19T05:56:50.251Z | Downloaded cexpr v0.6.0 |
| 691 | 2026-03-19T05:56:50.254Z | Downloaded hash32 v0.3.1 |
| 692 | 2026-03-19T05:56:50.254Z | Downloaded defmt-parser v1.0.0 |
| 693 | 2026-03-19T05:56:50.257Z | Downloaded arrayvec v0.7.6 |
| 694 | 2026-03-19T05:56:50.257Z | Downloaded bit-vec v0.8.0 |
| 695 | 2026-03-19T05:56:50.260Z | Downloaded fixedbitset v0.5.7 |
| 696 | 2026-03-19T05:56:50.263Z | Downloaded base64ct v1.8.3 |
| 697 | 2026-03-19T05:56:50.263Z | Downloaded backoff v0.4.0 |
| 698 | 2026-03-19T05:56:50.266Z | Downloaded find-msvc-tools v0.1.9 |
| 699 | 2026-03-19T05:56:50.266Z | Downloaded fallible-iterator v0.2.0 |
| 700 | 2026-03-19T05:56:50.268Z | Downloaded ff v0.13.1 |
| 701 | 2026-03-19T05:56:50.269Z | Downloaded hex v0.4.3 |
| 702 | 2026-03-19T05:56:50.271Z | Downloaded env_logger v0.11.9 |
| 703 | 2026-03-19T05:56:50.274Z | Downloaded ed25519 v2.2.3 |
| 704 | 2026-03-19T05:56:50.274Z | Downloaded cmake v0.1.57 |
| 705 | 2026-03-19T05:56:50.277Z | Downloaded home v0.5.12 |
| 706 | 2026-03-19T05:56:50.277Z | Downloaded hostname v0.4.2 |
| 707 | 2026-03-19T05:56:50.280Z | Downloaded http-body v1.0.1 |
| 708 | 2026-03-19T05:56:50.280Z | Downloaded darling v0.21.3 |
| 709 | 2026-03-19T05:56:50.283Z | Downloaded crossbeam-epoch v0.9.18 |
| 710 | 2026-03-19T05:56:50.286Z | Downloaded foldhash v0.2.0 |
| 711 | 2026-03-19T05:56:50.289Z | Downloaded async-bb8-diesel v0.2.1 |
| 712 | 2026-03-19T05:56:50.289Z | Downloaded erased-serde v0.3.31 |
| 713 | 2026-03-19T05:56:50.292Z | Downloaded headers-core v0.3.0 |
| 714 | 2026-03-19T05:56:50.292Z | Downloaded hostname v0.3.1 |
| 715 | 2026-03-19T05:56:50.295Z | Downloaded fs_extra v1.3.0 |
| 716 | 2026-03-19T05:56:50.297Z | Downloaded http-range v0.1.5 |
| 717 | 2026-03-19T05:56:50.297Z | Downloaded bitflags v1.3.2 |
| 718 | 2026-03-19T05:56:50.300Z | Downloaded futures-io v0.3.32 |
| 719 | 2026-03-19T05:56:50.314Z | Downloaded inout v0.1.4 |
| 720 | 2026-03-19T05:56:50.318Z | Downloaded hubpack_derive v0.1.1 |
| 721 | 2026-03-19T05:56:50.318Z | Downloaded indoc v1.0.9 |
| 722 | 2026-03-19T05:56:50.321Z | Downloaded ident_case v1.0.1 |
| 723 | 2026-03-19T05:56:50.321Z | Downloaded hubpack v0.1.2 |
| 724 | 2026-03-19T05:56:50.321Z | Downloaded httpdate v1.0.3 |
| 725 | 2026-03-19T05:56:50.324Z | Downloaded des v0.8.1 |
| 726 | 2026-03-19T05:56:50.324Z | Downloaded indent_write v2.2.0 |
| 727 | 2026-03-19T05:56:50.327Z | Downloaded derive_builder v0.20.2 |
| 728 | 2026-03-19T05:56:50.330Z | Downloaded csv-core v0.1.13 |
| 729 | 2026-03-19T05:56:50.330Z | Downloaded is-terminal v0.4.17 |
| 730 | 2026-03-19T05:56:50.333Z | Downloaded globset v0.4.18 |
| 731 | 2026-03-19T05:56:50.333Z | Downloaded glob v0.3.3 |
| 732 | 2026-03-19T05:56:50.337Z | Downloaded console v0.16.2 |
| 733 | 2026-03-19T05:56:50.337Z | Downloaded clang-sys v1.8.1 |
| 734 | 2026-03-19T05:56:50.340Z | Downloaded lazy_static v1.5.0 |
| 735 | 2026-03-19T05:56:50.340Z | Downloaded cookie v0.18.1 |
| 736 | 2026-03-19T05:56:50.343Z | Downloaded keccak v0.1.6 |
| 737 | 2026-03-19T05:56:50.346Z | Downloaded humantime v2.3.0 |
| 738 | 2026-03-19T05:56:50.346Z | Downloaded http-body-util v0.1.3 |
| 739 | 2026-03-19T05:56:50.349Z | Downloaded highway v1.3.0 |
| 740 | 2026-03-19T05:56:50.349Z | Downloaded instability v0.3.11 |
| 741 | 2026-03-19T05:56:50.352Z | Downloaded fs-err v2.11.0 |
| 742 | 2026-03-19T05:56:50.355Z | Downloaded allocator-api2 v0.2.21 |
| 743 | 2026-03-19T05:56:50.355Z | Downloaded console v0.15.11 |
| 744 | 2026-03-19T05:56:50.358Z | Downloaded lru-cache v0.1.2 |
| 745 | 2026-03-19T05:56:50.361Z | Downloaded is_ci v1.2.0 |
| 746 | 2026-03-19T05:56:50.362Z | Downloaded internet-checksum v0.2.1 |
| 747 | 2026-03-19T05:56:50.362Z | Downloaded instant v0.1.13 |
| 748 | 2026-03-19T05:56:50.365Z | Downloaded hyper-tls v0.6.0 |
| 749 | 2026-03-19T05:56:50.365Z | Downloaded hyper-staticfile v0.10.1 |
| 750 | 2026-03-19T05:56:50.365Z | Downloaded md5 v0.7.0 |
| 751 | 2026-03-19T05:56:50.368Z | Downloaded linked-hash-map v0.5.6 |
| 752 | 2026-03-19T05:56:50.368Z | Downloaded match_cfg v0.1.0 |
| 753 | 2026-03-19T05:56:50.368Z | Downloaded maplit v1.0.2 |
| 754 | 2026-03-19T05:56:50.371Z | Downloaded libscf-sys v1.1.0 |
| 755 | 2026-03-19T05:56:50.371Z | Downloaded lru-slab v0.1.2 |
| 756 | 2026-03-19T05:56:50.374Z | Downloaded lru v0.12.5 |
| 757 | 2026-03-19T05:56:50.374Z | Downloaded lzss v0.8.2 |
| 758 | 2026-03-19T05:56:50.374Z | Downloaded managed v0.8.0 |
| 759 | 2026-03-19T05:56:50.377Z | Downloaded getrandom v0.2.17 |
| 760 | 2026-03-19T05:56:50.380Z | Downloaded mime v0.3.17 |
| 761 | 2026-03-19T05:56:50.380Z | Downloaded multimap v0.10.1 |
| 762 | 2026-03-19T05:56:50.383Z | Downloaded ingot v0.1.1 |
| 763 | 2026-03-19T05:56:50.383Z | Downloaded md-5 v0.10.6 |
| 764 | 2026-03-19T05:56:50.383Z | Downloaded der v0.7.10 |
| 765 | 2026-03-19T05:56:50.387Z | Downloaded hex-literal v0.4.1 |
| 766 | 2026-03-19T05:56:50.390Z | Downloaded elliptic-curve v0.13.8 |
| 767 | 2026-03-19T05:56:50.393Z | Downloaded hickory-client v0.25.2 |
| 768 | 2026-03-19T05:56:50.396Z | Downloaded ipnetwork v0.21.1 |
| 769 | 2026-03-19T05:56:50.396Z | Downloaded cancel-safe-futures v0.1.5 |
| 770 | 2026-03-19T05:56:50.398Z | Downloaded newline-converter v0.3.0 |
| 771 | 2026-03-19T05:56:50.401Z | Downloaded new_debug_unreachable v1.0.6 |
| 772 | 2026-03-19T05:56:50.401Z | Downloaded memoffset v0.9.1 |
| 773 | 2026-03-19T05:56:50.401Z | Downloaded maybe-uninit v2.0.0 |
| 774 | 2026-03-19T05:56:50.405Z | Downloaded ingot-types v0.1.2 |
| 775 | 2026-03-19T05:56:50.405Z | Downloaded indoc v2.0.7 |
| 776 | 2026-03-19T05:56:50.408Z | Downloaded newtype_derive v0.1.6 |
| 777 | 2026-03-19T05:56:50.408Z | Downloaded const-oid v0.9.6 |
| 778 | 2026-03-19T05:56:50.411Z | Downloaded libefi-sys v0.1.0 |
| 779 | 2026-03-19T05:56:50.411Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 780 | 2026-03-19T05:56:50.414Z | Downloaded derive-where v1.6.0 |
| 781 | 2026-03-19T05:56:50.417Z | Downloaded futures v0.3.32 |
| 782 | 2026-03-19T05:56:50.420Z | Downloaded num-derive v0.3.3 |
| 783 | 2026-03-19T05:56:50.423Z | Downloaded num-derive v0.4.2 |
| 784 | 2026-03-19T05:56:50.426Z | Downloaded num_enum_derive v0.5.11 |
| 785 | 2026-03-19T05:56:50.426Z | Downloaded num-conv v0.2.0 |
| 786 | 2026-03-19T05:56:50.426Z | Downloaded nibble_vec v0.1.0 |
| 787 | 2026-03-19T05:56:50.429Z | Downloaded lock_api v0.4.14 |
| 788 | 2026-03-19T05:56:50.429Z | Downloaded newtype-uuid-macros v0.1.0 |
| 789 | 2026-03-19T05:56:50.432Z | Downloaded ciborium v0.2.2 |
| 790 | 2026-03-19T05:56:50.432Z | Downloaded num-iter v0.1.45 |
| 791 | 2026-03-19T05:56:50.435Z | Downloaded getrandom v0.3.4 |
| 792 | 2026-03-19T05:56:50.438Z | Downloaded jobserver v0.1.34 |
| 793 | 2026-03-19T05:56:50.441Z | Downloaded num_threads v0.1.7 |
| 794 | 2026-03-19T05:56:50.441Z | Downloaded num v0.4.3 |
| 795 | 2026-03-19T05:56:50.441Z | Downloaded nodrop v0.1.14 |
| 796 | 2026-03-19T05:56:50.444Z | Downloaded linear-map v1.2.0 |
| 797 | 2026-03-19T05:56:50.444Z | Downloaded libsw-core v0.3.2 |
| 798 | 2026-03-19T05:56:50.444Z | Downloaded openssl-probe v0.1.6 |
| 799 | 2026-03-19T05:56:50.447Z | Downloaded opaque-debug v0.3.1 |
| 800 | 2026-03-19T05:56:50.447Z | Downloaded packed_struct_codegen v0.10.1 |
| 801 | 2026-03-19T05:56:50.450Z | Downloaded normalize-line-endings v0.3.0 |
| 802 | 2026-03-19T05:56:50.450Z | Downloaded nonempty v0.12.0 |
| 803 | 2026-03-19T05:56:50.450Z | Downloaded colored v3.1.1 |
| 804 | 2026-03-19T05:56:50.453Z | Downloaded openssl-macros v0.1.1 |
| 805 | 2026-03-19T05:56:50.453Z | Downloaded libsw v3.5.0 |
| 806 | 2026-03-19T05:56:50.456Z | Downloaded crc-any v2.5.0 |
| 807 | 2026-03-19T05:56:50.459Z | Downloaded flume v0.11.1 |
| 808 | 2026-03-19T05:56:50.461Z | Downloaded httparse v1.10.1 |
| 809 | 2026-03-19T05:56:50.465Z | Downloaded olpc-cjson v0.1.4 |
| 810 | 2026-03-19T05:56:50.465Z | Downloaded iana-time-zone v0.1.65 |
| 811 | 2026-03-19T05:56:50.468Z | Downloaded hyper-rustls v0.27.7 |
| 812 | 2026-03-19T05:56:50.468Z | Downloaded openssl-probe v0.2.1 |
| 813 | 2026-03-19T05:56:50.471Z | Downloaded hmac v0.12.1 |
| 814 | 2026-03-19T05:56:50.471Z | Downloaded oso-derive v0.27.3 |
| 815 | 2026-03-19T05:56:50.473Z | Downloaded newtype-uuid v1.3.2 |
| 816 | 2026-03-19T05:56:50.473Z | Downloaded pbkdf2 v0.12.2 |
| 817 | 2026-03-19T05:56:50.477Z | Downloaded parse-display v0.10.0 |
| 818 | 2026-03-19T05:56:50.477Z | Downloaded native-tls v0.2.18 |
| 819 | 2026-03-19T05:56:50.480Z | Downloaded peg-runtime v0.8.5 |
| 820 | 2026-03-19T05:56:50.480Z | Downloaded pbkdf2 v0.11.0 |
| 821 | 2026-03-19T05:56:50.480Z | Downloaded half v1.8.3 |
| 822 | 2026-03-19T05:56:50.483Z | Downloaded compact_str v0.8.1 |
| 823 | 2026-03-19T05:56:50.488Z | Downloaded parse-size v1.1.0 |
| 824 | 2026-03-19T05:56:50.488Z | Downloaded nanorand v0.7.0 |
| 825 | 2026-03-19T05:56:50.491Z | Downloaded multer v3.1.0 |
| 826 | 2026-03-19T05:56:50.491Z | Downloaded ingot-macros v0.1.1 |
| 827 | 2026-03-19T05:56:50.494Z | Downloaded mime_guess v2.0.5 |
| 828 | 2026-03-19T05:56:50.494Z | Downloaded ipnet v2.11.0 |
| 829 | 2026-03-19T05:56:50.497Z | Downloaded num-rational v0.4.2 |
| 830 | 2026-03-19T05:56:50.497Z | Downloaded phf_shared v0.11.3 |
| 831 | 2026-03-19T05:56:50.497Z | Downloaded phf_shared v0.12.1 |
| 832 | 2026-03-19T05:56:50.500Z | Downloaded base64 v0.22.1 |
| 833 | 2026-03-19T05:56:50.503Z | Downloaded num-integer v0.1.46 |
| 834 | 2026-03-19T05:56:50.503Z | Downloaded num-complex v0.4.6 |
| 835 | 2026-03-19T05:56:50.506Z | Downloaded fatfs v0.3.6 |
| 836 | 2026-03-19T05:56:50.509Z | Downloaded path-slash v0.1.5 |
| 837 | 2026-03-19T05:56:50.509Z | Downloaded half v2.7.1 |
| 838 | 2026-03-19T05:56:50.512Z | Downloaded bzip2 v0.6.1 |
| 839 | 2026-03-19T05:56:50.512Z | Downloaded pin-utils v0.1.0 |
| 840 | 2026-03-19T05:56:50.516Z | Downloaded ignore v0.4.25 |
| 841 | 2026-03-19T05:56:50.516Z | Downloaded num_enum_derive v0.7.5 |
| 842 | 2026-03-19T05:56:50.519Z | Downloaded litrs v1.0.0 |
| 843 | 2026-03-19T05:56:50.521Z | Downloaded num_enum v0.5.11 |
| 844 | 2026-03-19T05:56:50.524Z | Downloaded packed_struct v0.10.1 |
| 845 | 2026-03-19T05:56:50.527Z | Downloaded proc-macro-crate v1.3.1 |
| 846 | 2026-03-19T05:56:50.527Z | Downloaded predicates-core v1.0.10 |
| 847 | 2026-03-19T05:56:50.527Z | Downloaded powerfmt v0.2.0 |
| 848 | 2026-03-19T05:56:50.530Z | Downloaded precomputed-hash v0.1.1 |
| 849 | 2026-03-19T05:56:50.530Z | Downloaded oxnet v0.1.4 |
| 850 | 2026-03-19T05:56:50.533Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 851 | 2026-03-19T05:56:50.533Z | Downloaded proc-macro-crate v3.4.0 |
| 852 | 2026-03-19T05:56:50.533Z | Downloaded crypto-bigint v0.5.5 |
| 853 | 2026-03-19T05:56:50.538Z | Downloaded chacha20poly1305 v0.10.1 |
| 854 | 2026-03-19T05:56:50.541Z | Downloaded heapless v0.7.17 |
| 855 | 2026-03-19T05:56:50.544Z | Downloaded owo-colors v4.3.0 |
| 856 | 2026-03-19T05:56:50.547Z | Downloaded memmap2 v0.9.10 |
| 857 | 2026-03-19T05:56:50.547Z | Downloaded libloading v0.8.9 |
| 858 | 2026-03-19T05:56:50.550Z | Downloaded pem-rfc7468 v0.7.0 |
| 859 | 2026-03-19T05:56:50.553Z | Downloaded peg-macros v0.8.5 |
| 860 | 2026-03-19T05:56:50.553Z | Downloaded predicates-tree v1.0.13 |
| 861 | 2026-03-19T05:56:50.553Z | Downloaded progenitor-client v0.11.2 |
| 862 | 2026-03-19T05:56:50.556Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-03-19T05:56:50.556Z | Downloaded diesel_derives v2.3.7 |
| 864 | 2026-03-19T05:56:50.569Z | Downloaded progenitor-macro v0.11.2 |
| 865 | 2026-03-19T05:56:50.572Z | Downloaded libbz2-rs-sys v0.2.2 |
| 866 | 2026-03-19T05:56:50.575Z | Downloaded pem v3.0.6 |
| 867 | 2026-03-19T05:56:50.575Z | Downloaded password-hash v0.5.0 |
| 868 | 2026-03-19T05:56:50.578Z | Downloaded psl-types v2.0.11 |
| 869 | 2026-03-19T05:56:50.578Z | Downloaded progenitor-client v0.10.0 |
| 870 | 2026-03-19T05:56:50.581Z | Downloaded rand_xorshift v0.4.0 |
| 871 | 2026-03-19T05:56:50.581Z | Downloaded rand_chacha v0.3.1 |
| 872 | 2026-03-19T05:56:50.584Z | Downloaded pin-project-lite v0.2.17 |
| 873 | 2026-03-19T05:56:50.587Z | Downloaded phf v0.12.1 |
| 874 | 2026-03-19T05:56:50.590Z | Downloaded paste v1.0.15 |
| 875 | 2026-03-19T05:56:50.593Z | Downloaded pkg-config v0.3.32 |
| 876 | 2026-03-19T05:56:50.593Z | Downloaded phf_shared v0.13.1 |
| 877 | 2026-03-19T05:56:50.596Z | Downloaded phf v0.13.1 |
| 878 | 2026-03-19T05:56:50.596Z | Downloaded quick-error v1.2.3 |
| 879 | 2026-03-19T05:56:50.599Z | Downloaded oxide-tokio-rt v0.1.3 |
| 880 | 2026-03-19T05:56:50.599Z | Downloaded primeorder v0.13.6 |
| 881 | 2026-03-19T05:56:50.602Z | Downloaded predicates v3.1.4 |
| 882 | 2026-03-19T05:56:50.605Z | Downloaded ref-cast-impl v1.0.25 |
| 883 | 2026-03-19T05:56:50.605Z | Downloaded indexmap v1.9.3 |
| 884 | 2026-03-19T05:56:50.607Z | Downloaded indicatif v0.18.4 |
| 885 | 2026-03-19T05:56:50.611Z | Downloaded nu-ansi-term v0.50.3 |
| 886 | 2026-03-19T05:56:50.614Z | Downloaded pkcs8 v0.10.2 |
| 887 | 2026-03-19T05:56:50.617Z | Downloaded polyval v0.6.2 |
| 888 | 2026-03-19T05:56:50.620Z | Downloaded poly1305 v0.8.0 |
| 889 | 2026-03-19T05:56:50.620Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 890 | 2026-03-19T05:56:50.623Z | Downloaded hickory-resolver v0.24.4 |
| 891 | 2026-03-19T05:56:50.626Z | Downloaded recursive v0.1.1 |
| 892 | 2026-03-19T05:56:50.626Z | Downloaded progenitor v0.13.0 |
| 893 | 2026-03-19T05:56:50.629Z | Downloaded ppv-lite86 v0.2.21 |
| 894 | 2026-03-19T05:56:50.629Z | Downloaded progenitor v0.11.2 |
| 895 | 2026-03-19T05:56:50.632Z | Downloaded headers v0.4.1 |
| 896 | 2026-03-19T05:56:50.635Z | Downloaded omicron-zone-package v0.12.2 |
| 897 | 2026-03-19T05:56:50.638Z | Downloaded rtoolbox v0.0.3 |
| 898 | 2026-03-19T05:56:50.641Z | Downloaded russh-cryptovec v0.7.3 |
| 899 | 2026-03-19T05:56:50.641Z | Downloaded rustc_version v0.1.7 |
| 900 | 2026-03-19T05:56:50.641Z | Downloaded proc-macro-error2 v2.0.1 |
| 901 | 2026-03-19T05:56:50.644Z | Downloaded ref-cast v1.0.25 |
| 902 | 2026-03-19T05:56:50.647Z | Downloaded dropshot-api-manager v0.6.0 |
| 903 | 2026-03-19T05:56:50.651Z | Downloaded heapless v0.8.0 |
| 904 | 2026-03-19T05:56:50.654Z | Downloaded rand_core v0.9.5 |
| 905 | 2026-03-19T05:56:50.654Z | Downloaded progenitor v0.10.0 |
| 906 | 2026-03-19T05:56:50.657Z | Downloaded cc v1.2.56 |
| 907 | 2026-03-19T05:56:50.660Z | Downloaded rand_core v0.6.4 |
| 908 | 2026-03-19T05:56:50.663Z | Downloaded p256 v0.13.2 |
| 909 | 2026-03-19T05:56:50.665Z | Downloaded parking_lot_core v0.9.12 |
| 910 | 2026-03-19T05:56:50.666Z | Downloaded progenitor-macro v0.10.0 |
| 911 | 2026-03-19T05:56:50.669Z | Downloaded rand_seeder v0.4.0 |
| 912 | 2026-03-19T05:56:50.669Z | Downloaded rustc-hash v2.1.1 |
| 913 | 2026-03-19T05:56:50.671Z | Downloaded progenitor-client v0.13.0 |
| 914 | 2026-03-19T05:56:50.671Z | Downloaded parking_lot v0.12.5 |
| 915 | 2026-03-19T05:56:50.675Z | Downloaded psm v0.1.30 |
| 916 | 2026-03-19T05:56:50.678Z | Downloaded ed25519-dalek v2.2.0 |
| 917 | 2026-03-19T05:56:50.680Z | Downloaded radium v0.7.0 |
| 918 | 2026-03-19T05:56:50.680Z | Downloaded hashbrown v0.12.3 |
| 919 | 2026-03-19T05:56:50.683Z | Downloaded postcard v1.1.3 |
| 920 | 2026-03-19T05:56:50.687Z | Downloaded pkcs1 v0.7.5 |
| 921 | 2026-03-19T05:56:50.690Z | Downloaded same-file v1.0.6 |
| 922 | 2026-03-19T05:56:50.690Z | Downloaded salsa20 v0.10.2 |
| 923 | 2026-03-19T05:56:50.693Z | Downloaded r2d2 v0.8.10 |
| 924 | 2026-03-19T05:56:50.693Z | Downloaded rand_chacha v0.9.0 |
| 925 | 2026-03-19T05:56:50.696Z | Downloaded postgres-types v0.2.12 |
| 926 | 2026-03-19T05:56:50.696Z | Downloaded postgres-protocol v0.6.10 |
| 927 | 2026-03-19T05:56:50.699Z | Downloaded pin-project-internal v1.1.11 |
| 928 | 2026-03-19T05:56:50.699Z | Downloaded secrecy v0.8.0 |
| 929 | 2026-03-19T05:56:50.702Z | Downloaded scheduled-thread-pool v0.2.7 |
| 930 | 2026-03-19T05:56:50.702Z | Downloaded parse-display-derive v0.10.0 |
| 931 | 2026-03-19T05:56:50.705Z | Downloaded derive_more-impl v2.1.1 |
| 932 | 2026-03-19T05:56:50.709Z | Downloaded scrypt v0.11.0 |
| 933 | 2026-03-19T05:56:50.711Z | Downloaded rustc_version v0.4.1 |
| 934 | 2026-03-19T05:56:50.711Z | Downloaded resolv-conf v0.7.6 |
| 935 | 2026-03-19T05:56:50.711Z | Downloaded scroll_derive v0.13.1 |
| 936 | 2026-03-19T05:56:50.715Z | Downloaded parking_lot_core v0.8.6 |
| 937 | 2026-03-19T05:56:50.715Z | Downloaded serde-big-array v0.5.1 |
| 938 | 2026-03-19T05:56:50.718Z | Downloaded pin-project v1.1.11 |
| 939 | 2026-03-19T05:56:50.726Z | Downloaded serde_repr v0.1.20 |
| 940 | 2026-03-19T05:56:50.728Z | Downloaded oso v0.27.3 |
| 941 | 2026-03-19T05:56:50.731Z | Downloaded sha1 v0.10.6 |
| 942 | 2026-03-19T05:56:50.734Z | Downloaded rfc6979 v0.4.0 |
| 943 | 2026-03-19T05:56:50.734Z | Downloaded secrecy v0.10.3 |
| 944 | 2026-03-19T05:56:50.737Z | Downloaded rand_core v0.10.0 |
| 945 | 2026-03-19T05:56:50.737Z | Downloaded seq-macro v0.3.6 |
| 946 | 2026-03-19T05:56:50.740Z | Downloaded rustls-pemfile v1.0.4 |
| 947 | 2026-03-19T05:56:50.740Z | Downloaded semver v0.1.20 |
| 948 | 2026-03-19T05:56:50.743Z | Downloaded pkcs5 v0.7.1 |
| 949 | 2026-03-19T05:56:50.746Z | Downloaded sigpipe v0.1.3 |
| 950 | 2026-03-19T05:56:50.746Z | Downloaded signal-hook-mio v0.2.5 |
| 951 | 2026-03-19T05:56:50.748Z | Downloaded progenitor-extras v0.1.1 |
| 952 | 2026-03-19T05:56:50.749Z | Downloaded rustls-pemfile v2.2.0 |
| 953 | 2026-03-19T05:56:50.751Z | Downloaded rustls-native-certs v0.8.3 |
| 954 | 2026-03-19T05:56:50.754Z | Downloaded minimal-lexical v0.2.1 |
| 955 | 2026-03-19T05:56:50.757Z | Downloaded serde_spanned v1.0.4 |
| 956 | 2026-03-19T05:56:50.760Z | Downloaded parking_lot v0.11.2 |
| 957 | 2026-03-19T05:56:50.760Z | Downloaded papergrid v0.17.0 |
| 958 | 2026-03-19T05:56:50.772Z | Downloaded miniz_oxide v0.8.9 |
| 959 | 2026-03-19T05:56:50.777Z | Downloaded siphasher v1.0.2 |
| 960 | 2026-03-19T05:56:50.777Z | Downloaded scopeguard v1.2.0 |
| 961 | 2026-03-19T05:56:50.777Z | Downloaded slog-envlogger v2.2.0 |
| 962 | 2026-03-19T05:56:50.777Z | Downloaded slog-bunyan v2.5.0 |
| 963 | 2026-03-19T05:56:50.777Z | Downloaded shell-words v1.1.1 |
| 964 | 2026-03-19T05:56:50.777Z | Downloaded serde_urlencoded v0.7.1 |
| 965 | 2026-03-19T05:56:50.777Z | Downloaded hickory-resolver v0.25.2 |
| 966 | 2026-03-19T05:56:50.780Z | Downloaded signal-hook-tokio v0.3.1 |
| 967 | 2026-03-19T05:56:50.780Z | Downloaded sec1 v0.7.3 |
| 968 | 2026-03-19T05:56:50.783Z | Downloaded signature v2.2.0 |
| 969 | 2026-03-19T05:56:50.783Z | Downloaded sct v0.7.1 |
| 970 | 2026-03-19T05:56:50.786Z | Downloaded serde_bytes v0.11.19 |
| 971 | 2026-03-19T05:56:50.789Z | Downloaded quinn-udp v0.5.14 |
| 972 | 2026-03-19T05:56:50.789Z | Downloaded jiff-static v0.2.21 |
| 973 | 2026-03-19T05:56:50.792Z | Downloaded http v1.4.0 |
| 974 | 2026-03-19T05:56:50.795Z | Downloaded sapling-renderdag v0.1.0 |
| 975 | 2026-03-19T05:56:50.798Z | Downloaded serde-hex v0.1.0 |
| 976 | 2026-03-19T05:56:50.798Z | Downloaded russh-keys v0.45.0 |
| 977 | 2026-03-19T05:56:50.801Z | Downloaded rusty-fork v0.3.1 |
| 978 | 2026-03-19T05:56:50.801Z | Downloaded rustversion v1.0.22 |
| 979 | 2026-03-19T05:56:50.804Z | Downloaded scroll v0.13.0 |
| 980 | 2026-03-19T05:56:50.806Z | Downloaded schemars_derive v0.8.22 |
| 981 | 2026-03-19T05:56:50.806Z | Downloaded ar_archive_writer v0.5.1 |
| 982 | 2026-03-19T05:56:50.810Z | Downloaded prettyplease v0.2.37 |
| 983 | 2026-03-19T05:56:50.814Z | Downloaded prefix-trie v0.7.0 |
| 984 | 2026-03-19T05:56:50.814Z | Downloaded hickory-server v0.25.2 |
| 985 | 2026-03-19T05:56:50.817Z | Downloaded sqlparser_derive v0.5.0 |
| 986 | 2026-03-19T05:56:50.820Z | Downloaded hashbrown v0.13.2 |
| 987 | 2026-03-19T05:56:50.823Z | Downloaded crossterm v0.29.0 |
| 988 | 2026-03-19T05:56:50.826Z | Downloaded openssl-sys v0.9.111 |
| 989 | 2026-03-19T05:56:50.830Z | Downloaded itertools v0.10.5 |
| 990 | 2026-03-19T05:56:50.835Z | Downloaded crossterm v0.28.1 |
| 991 | 2026-03-19T05:56:50.840Z | Downloaded strip-ansi-escapes v0.2.1 |
| 992 | 2026-03-19T05:56:50.843Z | Downloaded progenitor-impl v0.13.0 |
| 993 | 2026-03-19T05:56:50.846Z | Downloaded aes v0.8.4 |
| 994 | 2026-03-19T05:56:50.849Z | Downloaded progenitor-impl v0.11.2 |
| 995 | 2026-03-19T05:56:50.849Z | Downloaded serde_derive_internals v0.29.1 |
| 996 | 2026-03-19T05:56:50.852Z | Downloaded ssh-encoding v0.2.0 |
| 997 | 2026-03-19T05:56:50.852Z | Downloaded slog-dtrace v0.3.0 |
| 998 | 2026-03-19T05:56:50.855Z | Downloaded slog-async v2.8.0 |
| 999 | 2026-03-19T05:56:50.855Z | Downloaded ssh-cipher v0.2.0 |
| 1000 | 2026-03-19T05:56:50.858Z | Downloaded strum v0.26.3 |
| 1001 | 2026-03-19T05:56:50.858Z | Downloaded simd-adler32 v0.3.8 |
| 1002 | 2026-03-19T05:56:50.861Z | Downloaded take_mut v0.2.2 |
| 1003 | 2026-03-19T05:56:50.861Z | Downloaded tagptr v0.2.0 |
| 1004 | 2026-03-19T05:56:50.864Z | Downloaded supports-color v3.0.2 |
| 1005 | 2026-03-19T05:56:50.864Z | Downloaded strum v0.27.2 |
| 1006 | 2026-03-19T05:56:50.866Z | Downloaded serde_path_to_error v0.1.20 |
| 1007 | 2026-03-19T05:56:50.867Z | Downloaded rustls-pki-types v1.14.0 |
| 1008 | 2026-03-19T05:56:50.869Z | Downloaded hyper-util v0.1.20 |
| 1009 | 2026-03-19T05:56:50.873Z | Downloaded tabwriter v1.4.1 |
| 1010 | 2026-03-19T05:56:50.876Z | Downloaded sync_wrapper v1.0.2 |
| 1011 | 2026-03-19T05:56:50.876Z | Downloaded subtle v2.6.1 |
| 1012 | 2026-03-19T05:56:50.879Z | Downloaded serde_cbor v0.11.2 |
| 1013 | 2026-03-19T05:56:50.882Z | Downloaded rayon-core v1.13.0 |
| 1014 | 2026-03-19T05:56:50.885Z | Downloaded structmeta-derive v0.3.0 |
| 1015 | 2026-03-19T05:56:50.885Z | Downloaded structmeta v0.3.0 |
| 1016 | 2026-03-19T05:56:50.885Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1017 | 2026-03-19T05:56:50.888Z | Downloaded smf v0.2.3 |
| 1018 | 2026-03-19T05:56:50.891Z | Downloaded sync-ptr v0.1.4 |
| 1019 | 2026-03-19T05:56:50.891Z | Downloaded slog-term v2.9.2 |
| 1020 | 2026-03-19T05:56:50.894Z | Downloaded static_assertions v1.1.0 |
| 1021 | 2026-03-19T05:56:50.897Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1022 | 2026-03-19T05:56:50.897Z | Downloaded testing_table v0.3.0 |
| 1023 | 2026-03-19T05:56:50.897Z | Downloaded thread-id v5.1.0 |
| 1024 | 2026-03-19T05:56:50.900Z | Downloaded termtree v0.5.1 |
| 1025 | 2026-03-19T05:56:50.900Z | Downloaded tabled_derive v0.11.0 |
| 1026 | 2026-03-19T05:56:50.904Z | Downloaded time-core v0.1.8 |
| 1027 | 2026-03-19T05:56:50.904Z | Downloaded stringprep v0.1.5 |
| 1028 | 2026-03-19T05:56:50.904Z | Downloaded stacker v0.1.23 |
| 1029 | 2026-03-19T05:56:50.908Z | Downloaded sqlformat v0.3.5 |
| 1030 | 2026-03-19T05:56:50.908Z | Downloaded slog-scope v4.4.1 |
| 1031 | 2026-03-19T05:56:50.911Z | Downloaded slog-json v2.6.1 |
| 1032 | 2026-03-19T05:56:50.911Z | Downloaded pretty_assertions v1.4.1 |
| 1033 | 2026-03-19T05:56:50.914Z | Downloaded mio v1.1.1 |
| 1034 | 2026-03-19T05:56:50.917Z | Downloaded ryu v1.0.23 |
| 1035 | 2026-03-19T05:56:50.920Z | Downloaded hashbrown v0.15.5 |
| 1036 | 2026-03-19T05:56:50.923Z | Downloaded snafu-derive v0.8.9 |
| 1037 | 2026-03-19T05:56:50.926Z | Downloaded aes-gcm v0.10.3 |
| 1038 | 2026-03-19T05:56:50.929Z | Downloaded strum_macros v0.26.4 |
| 1039 | 2026-03-19T05:56:50.929Z | Downloaded strum_macros v0.24.3 |
| 1040 | 2026-03-19T05:56:50.932Z | Downloaded ron v0.8.1 |
| 1041 | 2026-03-19T05:56:50.935Z | Downloaded smallvec v0.6.14 |
| 1042 | 2026-03-19T05:56:50.938Z | Downloaded progenitor-impl v0.10.0 |
| 1043 | 2026-03-19T05:56:50.938Z | Downloaded slab v0.4.12 |
| 1044 | 2026-03-19T05:56:50.941Z | Downloaded signal-hook-registry v1.4.8 |
| 1045 | 2026-03-19T05:56:50.941Z | Downloaded shlex v1.3.0 |
| 1046 | 2026-03-19T05:56:50.944Z | Downloaded serde_plain v1.0.2 |
| 1047 | 2026-03-19T05:56:50.944Z | Downloaded bumpalo v3.20.2 |
| 1048 | 2026-03-19T05:56:50.947Z | Downloaded num_enum v0.7.5 |
| 1049 | 2026-03-19T05:56:50.950Z | Downloaded tap v1.0.1 |
| 1050 | 2026-03-19T05:56:50.952Z | Downloaded flate2 v1.1.9 |
| 1051 | 2026-03-19T05:56:50.955Z | Downloaded support-bundle-viewer v0.1.2 |
| 1052 | 2026-03-19T05:56:50.958Z | Downloaded string_cache v0.8.9 |
| 1053 | 2026-03-19T05:56:50.958Z | Downloaded serde_with_macros v3.17.0 |
| 1054 | 2026-03-19T05:56:50.961Z | Downloaded topological-sort v0.2.2 |
| 1055 | 2026-03-19T05:56:50.961Z | Downloaded const_format v0.2.35 |
| 1056 | 2026-03-19T05:56:50.964Z | Downloaded bytes v1.11.1 |
| 1057 | 2026-03-19T05:56:50.968Z | Downloaded signal-hook v0.3.18 |
| 1058 | 2026-03-19T05:56:50.971Z | Downloaded trait-variant v0.1.2 |
| 1059 | 2026-03-19T05:56:50.974Z | Downloaded time-macros v0.2.27 |
| 1060 | 2026-03-19T05:56:50.974Z | Downloaded tower-service v0.3.3 |
| 1061 | 2026-03-19T05:56:50.977Z | Downloaded schemars v0.8.22 |
| 1062 | 2026-03-19T05:56:50.984Z | Downloaded tower-layer v0.3.3 |
| 1063 | 2026-03-19T05:56:50.987Z | Downloaded tiny-keccak v2.0.2 |
| 1064 | 2026-03-19T05:56:50.990Z | Downloaded itertools v0.12.1 |
| 1065 | 2026-03-19T05:56:50.993Z | Downloaded thiserror-no-std v2.0.2 |
| 1066 | 2026-03-19T05:56:50.996Z | Downloaded tls_codec_derive v0.4.2 |
| 1067 | 2026-03-19T05:56:50.999Z | Downloaded slog-stdlog v4.1.1 |
| 1068 | 2026-03-19T05:56:51.003Z | Downloaded libxml v0.3.3 |
| 1069 | 2026-03-19T05:56:51.006Z | Downloaded publicsuffix v2.3.0 |
| 1070 | 2026-03-19T05:56:51.009Z | Downloaded try-lock v0.2.5 |
| 1071 | 2026-03-19T05:56:51.009Z | Downloaded iri-string v0.7.10 |
| 1072 | 2026-03-19T05:56:51.013Z | Downloaded untrusted v0.7.1 |
| 1073 | 2026-03-19T05:56:51.016Z | Downloaded universal-hash v0.5.1 |
| 1074 | 2026-03-19T05:56:51.016Z | Downloaded tokio-rustls v0.25.0 |
| 1075 | 2026-03-19T05:56:51.019Z | Downloaded tokio-macros v2.6.0 |
| 1076 | 2026-03-19T05:56:51.019Z | Downloaded tokio-dtrace v0.1.1 |
| 1077 | 2026-03-19T05:56:51.022Z | Downloaded tls_codec v0.4.2 |
| 1078 | 2026-03-19T05:56:51.022Z | Downloaded unarray v0.1.4 |
| 1079 | 2026-03-19T05:56:51.025Z | Downloaded rsa v0.9.10 |
| 1080 | 2026-03-19T05:56:51.028Z | Downloaded untrusted v0.9.0 |
| 1081 | 2026-03-19T05:56:51.031Z | Downloaded unit-prefix v0.5.2 |
| 1082 | 2026-03-19T05:56:51.031Z | Downloaded typify-macro v0.6.1 |
| 1083 | 2026-03-19T05:56:51.031Z | Downloaded utf-8 v0.7.6 |
| 1084 | 2026-03-19T05:56:51.035Z | Downloaded usdt-attr-macro v0.6.0 |
| 1085 | 2026-03-19T05:56:51.035Z | Downloaded void v1.0.2 |
| 1086 | 2026-03-19T05:56:51.035Z | Downloaded quinn v0.11.9 |
| 1087 | 2026-03-19T05:56:51.038Z | Downloaded usdt v0.6.0 |
| 1088 | 2026-03-19T05:56:51.041Z | Downloaded tokio-native-tls v0.3.1 |
| 1089 | 2026-03-19T05:56:51.041Z | Downloaded term v0.7.0 |
| 1090 | 2026-03-19T05:56:51.043Z | Downloaded usdt-macro v0.6.0 |
| 1091 | 2026-03-19T05:56:51.044Z | Downloaded tokio-tungstenite v0.23.1 |
| 1092 | 2026-03-19T05:56:51.047Z | Downloaded socket2 v0.6.2 |
| 1093 | 2026-03-19T05:56:51.050Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1094 | 2026-03-19T05:56:51.050Z | Downloaded num-bigint v0.4.6 |
| 1095 | 2026-03-19T05:56:51.052Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1096 | 2026-03-19T05:56:51.055Z | Downloaded schemars v0.9.0 |
| 1097 | 2026-03-19T05:56:51.064Z | Downloaded termios v0.3.3 |
| 1098 | 2026-03-19T05:56:51.066Z | Downloaded slog v2.8.2 |
| 1099 | 2026-03-19T05:56:51.069Z | Downloaded tokio-rustls v0.24.1 |
| 1100 | 2026-03-19T05:56:51.072Z | Downloaded typify-macro v0.4.3 |
| 1101 | 2026-03-19T05:56:51.072Z | Downloaded similar v2.7.0 |
| 1102 | 2026-03-19T05:56:51.075Z | Downloaded samael v0.0.19 |
| 1103 | 2026-03-19T05:56:51.079Z | Downloaded tokio-stream v0.1.18 |
| 1104 | 2026-03-19T05:56:51.084Z | Downloaded tokio-rustls v0.26.4 |
| 1105 | 2026-03-19T05:56:51.087Z | Downloaded hkdf v0.12.4 |
| 1106 | 2026-03-19T05:56:51.087Z | Downloaded rand v0.8.5 |
| 1107 | 2026-03-19T05:56:51.090Z | Downloaded nom v7.1.3 |
| 1108 | 2026-03-19T05:56:51.093Z | Downloaded want v0.3.1 |
| 1109 | 2026-03-19T05:56:51.096Z | Downloaded waitgroup v0.1.2 |
| 1110 | 2026-03-19T05:56:51.096Z | Downloaded wait-timeout v0.2.1 |
| 1111 | 2026-03-19T05:56:51.099Z | Downloaded tui-tree-widget v0.23.1 |
| 1112 | 2026-03-19T05:56:51.099Z | Downloaded socket2 v0.5.10 |
| 1113 | 2026-03-19T05:56:51.099Z | Downloaded futures-util v0.3.32 |
| 1114 | 2026-03-19T05:56:51.108Z | Downloaded usdt-impl v0.6.0 |
| 1115 | 2026-03-19T05:56:51.111Z | Downloaded xattr v1.6.1 |
| 1116 | 2026-03-19T05:56:51.111Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1117 | 2026-03-19T05:56:51.114Z | Downloaded xshell-macros v0.2.7 |
| 1118 | 2026-03-19T05:56:51.114Z | Downloaded tinyvec_macros v0.1.1 |
| 1119 | 2026-03-19T05:56:51.117Z | Downloaded spin v0.9.8 |
| 1120 | 2026-03-19T05:56:51.117Z | Downloaded unicode-truncate v1.1.0 |
| 1121 | 2026-03-19T05:56:51.120Z | Downloaded unicase v2.9.0 |
| 1122 | 2026-03-19T05:56:51.120Z | Downloaded aho-corasick v1.1.4 |
| 1123 | 2026-03-19T05:56:51.123Z | Downloaded vergen-lib v0.1.6 |
| 1124 | 2026-03-19T05:56:51.126Z | Downloaded vergen-gitcl v1.0.8 |
| 1125 | 2026-03-19T05:56:51.126Z | Downloaded tracing-attributes v0.1.31 |
| 1126 | 2026-03-19T05:56:51.129Z | Downloaded subprocess v0.2.15 |
| 1127 | 2026-03-19T05:56:51.132Z | Downloaded zone v0.3.1 |
| 1128 | 2026-03-19T05:56:51.132Z | Downloaded zeroize_derive v1.4.3 |
| 1129 | 2026-03-19T05:56:51.135Z | Downloaded test-strategy v0.4.5 |
| 1130 | 2026-03-19T05:56:51.138Z | Downloaded rand v0.9.2 |
| 1131 | 2026-03-19T05:56:51.141Z | Downloaded p521 v0.13.3 |
| 1132 | 2026-03-19T05:56:51.145Z | Downloaded itertools v0.13.0 |
| 1133 | 2026-03-19T05:56:51.148Z | Downloaded tar v0.4.44 |
| 1134 | 2026-03-19T05:56:51.151Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1135 | 2026-03-19T05:56:51.151Z | Downloaded rustls-webpki v0.103.9 |
| 1136 | 2026-03-19T05:56:51.154Z | Downloaded qorb v0.4.1 |
| 1137 | 2026-03-19T05:56:51.156Z | Downloaded zone_cfg_derive v0.3.1 |
| 1138 | 2026-03-19T05:56:51.159Z | Downloaded russh v0.45.0 |
| 1139 | 2026-03-19T05:56:51.162Z | Downloaded whoami v1.6.1 |
| 1140 | 2026-03-19T05:56:51.162Z | Downloaded term v1.2.1 |
| 1141 | 2026-03-19T05:56:51.165Z | Downloaded tokio-tungstenite v0.21.0 |
| 1142 | 2026-03-19T05:56:51.168Z | Downloaded whoami v2.1.0 |
| 1143 | 2026-03-19T05:56:51.171Z | Downloaded strum_macros v0.27.2 |
| 1144 | 2026-03-19T05:56:51.171Z | Downloaded spki v0.7.3 |
| 1145 | 2026-03-19T05:56:51.174Z | Downloaded thread_local v1.1.9 |
| 1146 | 2026-03-19T05:56:51.174Z | Downloaded rcgen v0.12.1 |
| 1147 | 2026-03-19T05:56:51.177Z | Downloaded toml v0.7.8 |
| 1148 | 2026-03-19T05:56:51.180Z | Downloaded uzers v0.12.2 |
| 1149 | 2026-03-19T05:56:51.180Z | Downloaded rand v0.10.0 |
| 1150 | 2026-03-19T05:56:51.183Z | Downloaded tinyvec v1.10.0 |
| 1151 | 2026-03-19T05:56:51.186Z | Downloaded snafu v0.8.9 |
| 1152 | 2026-03-19T05:56:51.189Z | Downloaded twox-hash v2.1.2 |
| 1153 | 2026-03-19T05:56:51.193Z | Downloaded unicode-properties v0.1.4 |
| 1154 | 2026-03-19T05:56:51.196Z | Downloaded iddqd v0.3.17 |
| 1155 | 2026-03-19T05:56:51.199Z | Downloaded arc-swap v1.8.2 |
| 1156 | 2026-03-19T05:56:51.202Z | Downloaded expectorate v1.2.0 |
| 1157 | 2026-03-19T05:56:51.205Z | Downloaded wyz v0.5.1 |
| 1158 | 2026-03-19T05:56:51.208Z | Downloaded peg v0.8.5 |
| 1159 | 2026-03-19T05:56:51.211Z | Downloaded password-hash v0.4.2 |
| 1160 | 2026-03-19T05:56:51.211Z | Downloaded base64 v0.21.7 |
| 1161 | 2026-03-19T05:56:51.213Z | Downloaded typify v0.6.1 |
| 1162 | 2026-03-19T05:56:51.216Z | Downloaded xz2 v0.1.7 |
| 1163 | 2026-03-19T05:56:51.219Z | Downloaded schemars v1.2.1 |
| 1164 | 2026-03-19T05:56:51.230Z | Downloaded zeroize v1.8.2 |
| 1165 | 2026-03-19T05:56:51.233Z | Downloaded zstd-safe v7.2.4 |
| 1166 | 2026-03-19T05:56:51.233Z | Downloaded zstd v0.13.3 |
| 1167 | 2026-03-19T05:56:51.236Z | Downloaded yasna v0.5.2 |
| 1168 | 2026-03-19T05:56:51.236Z | Downloaded vsss-rs v3.3.4 |
| 1169 | 2026-03-19T05:56:51.239Z | Downloaded vergen-git2 v1.0.7 |
| 1170 | 2026-03-19T05:56:51.239Z | Downloaded hyper v1.8.1 |
| 1171 | 2026-03-19T05:56:51.243Z | Downloaded zerocopy v0.6.6 |
| 1172 | 2026-03-19T05:56:51.246Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-03-19T05:56:51.249Z | Downloaded tungstenite v0.23.0 |
| 1174 | 2026-03-19T05:56:51.252Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1175 | 2026-03-19T05:56:51.255Z | Downloaded tracing-core v0.1.36 |
| 1176 | 2026-03-19T05:56:51.255Z | Downloaded typify v0.4.3 |
| 1177 | 2026-03-19T05:56:51.259Z | Downloaded steno v0.4.1 |
| 1178 | 2026-03-19T05:56:51.262Z | Downloaded reedline v0.40.0 |
| 1179 | 2026-03-19T05:56:51.266Z | Downloaded vergen v9.0.6 |
| 1180 | 2026-03-19T05:56:51.269Z | Downloaded unsafe-libyaml v0.2.11 |
| 1181 | 2026-03-19T05:56:51.272Z | Downloaded vte v0.14.1 |
| 1182 | 2026-03-19T05:56:51.272Z | Downloaded xshell v0.2.7 |
| 1183 | 2026-03-19T05:56:51.275Z | Downloaded rustyline v14.0.0 |
| 1184 | 2026-03-19T05:56:51.278Z | Downloaded ron v0.12.0 |
| 1185 | 2026-03-19T05:56:51.284Z | Downloaded rpassword v7.4.0 |
| 1186 | 2026-03-19T05:56:51.286Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1187 | 2026-03-19T05:56:51.289Z | Downloaded num-bigint-dig v0.8.6 |
| 1188 | 2026-03-19T05:56:51.292Z | Downloaded uuid v1.21.0 |
| 1189 | 2026-03-19T05:56:51.296Z | Downloaded toml_edit v0.19.15 |
| 1190 | 2026-03-19T05:56:51.308Z | Downloaded unicode-bidi v0.3.18 |
| 1191 | 2026-03-19T05:56:51.311Z | Downloaded tungstenite v0.21.0 |
| 1192 | 2026-03-19T05:56:51.314Z | Downloaded ssh-key v0.6.7 |
| 1193 | 2026-03-19T05:56:51.318Z | Downloaded tokio-postgres v0.7.16 |
| 1194 | 2026-03-19T05:56:51.322Z | Downloaded curve25519-dalek v4.1.3 |
| 1195 | 2026-03-19T05:56:51.329Z | Downloaded zopfli v0.8.3 |
| 1196 | 2026-03-19T05:56:51.332Z | Downloaded git2 v0.20.4 |
| 1197 | 2026-03-19T05:56:51.337Z | Downloaded yansi v1.0.1 |
| 1198 | 2026-03-19T05:56:51.340Z | Downloaded unicode_categories v0.1.1 |
| 1199 | 2026-03-19T05:56:51.343Z | Downloaded p384 v0.13.1 |
| 1200 | 2026-03-19T05:56:51.346Z | Downloaded h2 v0.4.13 |
| 1201 | 2026-03-19T05:56:51.349Z | Downloaded blake3 v1.8.3 |
| 1202 | 2026-03-19T05:56:51.356Z | Downloaded zip v0.6.6 |
| 1203 | 2026-03-19T05:56:51.359Z | Downloaded regex v1.12.3 |
| 1204 | 2026-03-19T05:56:51.364Z | Downloaded bitvec v1.0.1 |
| 1205 | 2026-03-19T05:56:51.376Z | Downloaded quick-xml v0.37.5 |
| 1206 | 2026-03-19T05:56:51.380Z | Downloaded lalrpop v0.19.12 |
| 1207 | 2026-03-19T05:56:51.389Z | Downloaded reqwest v0.12.28 |
| 1208 | 2026-03-19T05:56:51.394Z | Downloaded rustls-webpki v0.101.7 |
| 1209 | 2026-03-19T05:56:51.406Z | Downloaded zerocopy-derive v0.8.40 |
| 1210 | 2026-03-19T05:56:51.413Z | Downloaded chrono v0.4.44 |
| 1211 | 2026-03-19T05:56:51.419Z | Downloaded tower v0.5.3 |
| 1212 | 2026-03-19T05:56:51.426Z | Downloaded reqwest v0.13.2 |
| 1213 | 2026-03-19T05:56:51.430Z | Downloaded x509-cert v0.2.5 |
| 1214 | 2026-03-19T05:56:51.435Z | Downloaded unicode-normalization v0.1.25 |
| 1215 | 2026-03-19T05:56:51.438Z | Downloaded typed-path v0.9.3 |
| 1216 | 2026-03-19T05:56:51.443Z | Downloaded tokio-util v0.7.18 |
| 1217 | 2026-03-19T05:56:51.449Z | Downloaded unicode-segmentation v1.12.0 |
| 1218 | 2026-03-19T05:56:51.452Z | Downloaded salty v0.3.0 |
| 1219 | 2026-03-19T05:56:51.456Z | Downloaded aws-lc-rs v1.16.0 |
| 1220 | 2026-03-19T05:56:51.464Z | Downloaded zip v4.6.1 |
| 1221 | 2026-03-19T05:56:51.468Z | Downloaded portable-atomic v1.13.1 |
| 1222 | 2026-03-19T05:56:51.475Z | Downloaded object v0.30.4 |
| 1223 | 2026-03-19T05:56:51.482Z | Downloaded tower-http v0.6.8 |
| 1224 | 2026-03-19T05:56:51.488Z | Downloaded moka v0.12.13 |
| 1225 | 2026-03-19T05:56:51.494Z | Downloaded proptest v1.10.0 |
| 1226 | 2026-03-19T05:56:51.501Z | Downloaded tough v0.20.0 |
| 1227 | 2026-03-19T05:56:51.508Z | Downloaded quinn-proto v0.11.13 |
| 1228 | 2026-03-19T05:56:51.513Z | Downloaded rustls-webpki v0.102.8 |
| 1229 | 2026-03-19T05:56:51.528Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-03-19T05:56:51.537Z | Downloaded petname v2.0.2 |
| 1231 | 2026-03-19T05:56:51.542Z | Downloaded winnow v0.5.40 |
| 1232 | 2026-03-19T05:56:51.548Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-03-19T05:56:51.555Z | Downloaded nix v0.27.1 |
| 1234 | 2026-03-19T05:56:51.563Z | Downloaded winnow v0.6.26 |
| 1235 | 2026-03-19T05:56:51.570Z | Downloaded polar-core v0.27.3 |
| 1236 | 2026-03-19T05:56:51.576Z | Downloaded goblin v0.10.5 |
| 1237 | 2026-03-19T05:56:51.582Z | Downloaded radix_trie v0.2.1 |
| 1238 | 2026-03-19T05:56:51.586Z | Downloaded bindgen v0.71.1 |
| 1239 | 2026-03-19T05:56:51.591Z | Downloaded openssl v0.10.75 |
| 1240 | 2026-03-19T05:56:51.598Z | Downloaded dropshot v0.16.7 |
| 1241 | 2026-03-19T05:56:51.615Z | Downloaded libm v0.2.16 |
| 1242 | 2026-03-19T05:56:51.622Z | Downloaded bstr v1.12.1 |
| 1243 | 2026-03-19T05:56:51.629Z | Downloaded nix v0.29.0 |
| 1244 | 2026-03-19T05:56:51.640Z | Downloaded time v0.3.47 |
| 1245 | 2026-03-19T05:56:51.647Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-03-19T05:56:51.661Z | Downloaded vcpkg v0.2.15 |
| 1247 | 2026-03-19T05:56:51.690Z | Downloaded zlib-rs v0.6.2 |
| 1248 | 2026-03-19T05:56:51.696Z | Downloaded object v0.37.3 |
| 1249 | 2026-03-19T05:56:51.702Z | Downloaded zerocopy v0.8.40 |
| 1250 | 2026-03-19T05:56:51.710Z | Downloaded smoltcp v0.11.0 |
| 1251 | 2026-03-19T05:56:51.719Z | Downloaded regex-syntax v0.8.10 |
| 1252 | 2026-03-19T05:56:51.725Z | Downloaded openapiv3 v2.2.0 |
| 1253 | 2026-03-19T05:56:51.734Z | Downloaded rustls v0.23.37 |
| 1254 | 2026-03-19T05:56:51.743Z | Downloaded hickory-proto v0.25.2 |
| 1255 | 2026-03-19T05:56:51.755Z | Downloaded rustix v0.38.44 |
| 1256 | 2026-03-19T05:56:51.772Z | Downloaded rustls v0.22.4 |
| 1257 | 2026-03-19T05:56:51.782Z | Downloaded diesel v2.3.7 |
| 1258 | 2026-03-19T05:56:51.798Z | Downloaded sqlparser v0.61.0 |
| 1259 | 2026-03-19T05:56:51.807Z | Downloaded sled v0.34.7 |
| 1260 | 2026-03-19T05:56:51.814Z | Downloaded regress v0.10.5 |
| 1261 | 2026-03-19T05:56:51.820Z | Downloaded webpki-roots v1.0.6 |
| 1262 | 2026-03-19T05:56:51.822Z | Downloaded regex-syntax v0.6.29 |
| 1263 | 2026-03-19T05:56:51.827Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-03-19T05:56:51.839Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1265 | 2026-03-19T05:56:51.848Z | Downloaded smoltcp v0.9.1 |
| 1266 | 2026-03-19T05:56:51.855Z | Downloaded rustls v0.21.12 |
| 1267 | 2026-03-19T05:56:51.864Z | Downloaded nix v0.31.1 |
| 1268 | 2026-03-19T05:56:51.872Z | Downloaded nix v0.28.0 |
| 1269 | 2026-03-19T05:56:51.880Z | Downloaded itertools v0.14.0 |
| 1270 | 2026-03-19T05:56:51.886Z | Downloaded cookie_store v0.22.1 |
| 1271 | 2026-03-19T05:56:51.888Z | Downloaded crossbeam-channel v0.5.15 |
| 1272 | 2026-03-19T05:56:51.891Z | Downloaded lalrpop-util v0.19.12 |
| 1273 | 2026-03-19T05:56:51.891Z | Downloaded colored v2.2.0 |
| 1274 | 2026-03-19T05:56:51.894Z | Downloaded chacha20 v0.10.0 |
| 1275 | 2026-03-19T05:56:51.895Z | Downloaded cargo_toml v0.22.3 |
| 1276 | 2026-03-19T05:56:51.897Z | Downloaded derive_more v0.99.20 |
| 1277 | 2026-03-19T05:56:51.900Z | Downloaded defmt-macros v1.0.1 |
| 1278 | 2026-03-19T05:56:51.904Z | Downloaded darling_core v0.23.0 |
| 1279 | 2026-03-19T05:56:51.907Z | Downloaded darling v0.23.0 |
| 1280 | 2026-03-19T05:56:51.910Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-03-19T05:56:51.922Z | Downloaded crc32fast v1.5.0 |
| 1282 | 2026-03-19T05:56:51.925Z | Downloaded ciborium-ll v0.2.2 |
| 1283 | 2026-03-19T05:56:51.925Z | Downloaded blake2 v0.10.6 |
| 1284 | 2026-03-19T05:56:51.928Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-03-19T05:56:51.939Z | Downloaded typify-impl v0.6.1 |
| 1286 | 2026-03-19T05:56:51.950Z | Downloaded typify-impl v0.4.3 |
| 1287 | 2026-03-19T05:56:51.961Z | Downloaded tracing v0.1.44 |
| 1288 | 2026-03-19T05:56:51.978Z | Downloaded ratatui v0.29.0 |
| 1289 | 2026-03-19T05:56:51.993Z | Downloaded kstat-rs v0.2.4 |
| 1290 | 2026-03-19T05:56:51.996Z | Downloaded ahash v0.8.12 |
| 1291 | 2026-03-19T05:56:51.996Z | Downloaded const_format_proc_macros v0.2.34 |
| 1292 | 2026-03-19T05:56:52.000Z | Downloaded group v0.13.0 |
| 1293 | 2026-03-19T05:56:52.000Z | Downloaded globwalk v0.9.1 |
| 1294 | 2026-03-19T05:56:52.000Z | Downloaded git-stub-vcs v0.1.0 |
| 1295 | 2026-03-19T05:56:52.003Z | Downloaded futures-executor v0.3.32 |
| 1296 | 2026-03-19T05:56:52.003Z | Downloaded dropshot_endpoint v0.16.7 |
| 1297 | 2026-03-19T05:56:52.006Z | Downloaded corncobs v0.1.4 |
| 1298 | 2026-03-19T05:56:52.006Z | Downloaded constant_time_eq v0.4.2 |
| 1299 | 2026-03-19T05:56:52.006Z | Downloaded chacha20 v0.9.1 |
| 1300 | 2026-03-19T05:56:52.010Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-03-19T05:56:52.019Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-03-19T05:56:52.026Z | Downloaded cbc v0.1.2 |
| 1303 | 2026-03-19T05:56:52.029Z | Downloaded cargo_metadata v0.19.2 |
| 1304 | 2026-03-19T05:56:52.029Z | Downloaded diff v0.1.13 |
| 1305 | 2026-03-19T05:56:52.032Z | Downloaded cpufeatures v0.3.0 |
| 1306 | 2026-03-19T05:56:52.032Z | Downloaded drift v0.1.3 |
| 1307 | 2026-03-19T05:56:52.035Z | Downloaded ecdsa v0.16.9 |
| 1308 | 2026-03-19T05:56:52.038Z | Downloaded bzip2 v0.4.4 |
| 1309 | 2026-03-19T05:56:52.038Z | Downloaded async-trait v0.1.89 |
| 1310 | 2026-03-19T05:56:52.041Z | Downloaded buf-list v1.1.2 |
| 1311 | 2026-03-19T05:56:52.044Z | Downloaded bitfield-macros v0.19.4 |
| 1312 | 2026-03-19T05:56:52.044Z | Downloaded git-stub v1.0.0 |
| 1313 | 2026-03-19T05:56:52.044Z | Downloaded cassowary v0.3.0 |
| 1314 | 2026-03-19T05:56:52.044Z | Downloaded jiff v0.2.21 |
| 1315 | 2026-03-19T05:56:52.058Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1316 | 2026-03-19T05:56:52.062Z | Downloaded petgraph v0.6.5 |
| 1317 | 2026-03-19T05:56:52.073Z | Downloaded lzma-sys v0.1.20 |
| 1318 | 2026-03-19T05:56:52.095Z | Downloaded blowfish v0.9.1 |
| 1319 | 2026-03-19T05:56:52.097Z | Downloaded derive-ex v0.1.8 |
| 1320 | 2026-03-19T05:56:52.098Z | Downloaded crossbeam-utils v0.8.21 |
| 1321 | 2026-03-19T05:56:52.098Z | Downloaded defmt v1.0.1 |
| 1322 | 2026-03-19T05:56:52.100Z | Downloaded filetime v0.2.27 |
| 1323 | 2026-03-19T05:56:52.103Z | Downloaded crc v3.4.0 |
| 1324 | 2026-03-19T05:56:52.103Z | Downloaded futures-macro v0.3.32 |
| 1325 | 2026-03-19T05:56:52.103Z | Downloaded funty v2.0.0 |
| 1326 | 2026-03-19T05:56:52.104Z | Downloaded foreign-types-macros v0.2.3 |
| 1327 | 2026-03-19T05:56:52.106Z | Downloaded foreign-types v0.3.2 |
| 1328 | 2026-03-19T05:56:52.107Z | Downloaded flagset v0.4.7 |
| 1329 | 2026-03-19T05:56:52.107Z | Downloaded bit-set v0.8.0 |
| 1330 | 2026-03-19T05:56:52.107Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1331 | 2026-03-19T05:56:52.116Z | Downloaded petgraph v0.8.3 |
| 1332 | 2026-03-19T05:56:52.132Z | Downloaded csv v1.4.0 |
| 1333 | 2026-03-19T05:56:52.155Z | Downloaded libz-sys v1.1.24 |
| 1334 | 2026-03-19T05:56:52.179Z | Downloaded sha3 v0.10.8 |
| 1335 | 2026-03-19T05:56:52.185Z | Downloaded tokio v1.49.0 |
| 1336 | 2026-03-19T05:56:52.258Z | Downloaded encoding_rs v0.8.35 |
| 1337 | 2026-03-19T05:56:52.290Z | Downloaded ring v0.17.14 |
| 1338 | 2026-03-19T05:56:52.328Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1339 | 2026-03-19T05:56:52.758Z | Downloaded aws-lc-sys v0.37.1 |
| 1340 | 2026-03-19T05:56:53.083Z | Compiling libc v0.2.180 |
| 1341 | 2026-03-19T05:56:53.086Z | Compiling serde v1.0.228 |
| 1342 | 2026-03-19T05:56:53.086Z | Compiling log v0.4.29 |
| 1343 | 2026-03-19T05:56:53.086Z | Compiling shlex v1.3.0 |
| 1344 | 2026-03-19T05:56:53.289Z | Compiling find-msvc-tools v0.1.9 |
| 1345 | 2026-03-19T05:56:53.289Z | Compiling smallvec v1.15.1 |
| 1346 | 2026-03-19T05:56:53.306Z | Compiling syn v2.0.117 |
| 1347 | 2026-03-19T05:56:53.325Z | Compiling typenum v1.19.0 |
| 1348 | 2026-03-19T05:56:53.507Z | Compiling generic-array v0.14.7 |
| 1349 | 2026-03-19T05:56:53.507Z | Compiling subtle v2.6.1 |
| 1350 | 2026-03-19T05:56:53.571Z | Compiling scopeguard v1.2.0 |
| 1351 | 2026-03-19T05:56:53.630Z | Compiling portable-atomic v1.13.1 |
| 1352 | 2026-03-19T05:56:53.667Z | Compiling const-oid v0.9.6 |
| 1353 | 2026-03-19T05:56:53.713Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-03-19T05:56:53.733Z | Compiling critical-section v1.2.0 |
| 1355 | 2026-03-19T05:56:53.813Z | Compiling zerocopy v0.8.40 |
| 1356 | 2026-03-19T05:56:53.861Z | Compiling parking_lot_core v0.9.12 |
| 1357 | 2026-03-19T05:56:54.015Z | Compiling pin-project-lite v0.2.17 |
| 1358 | 2026-03-19T05:56:54.131Z | Compiling serde_json v1.0.149 |
| 1359 | 2026-03-19T05:56:54.183Z | Compiling pkg-config v0.3.32 |
| 1360 | 2026-03-19T05:56:54.376Z | Compiling getrandom v0.2.17 |
| 1361 | 2026-03-19T05:56:54.395Z | Compiling jobserver v0.1.34 |
| 1362 | 2026-03-19T05:56:54.448Z | Compiling errno v0.3.14 |
| 1363 | 2026-03-19T05:56:54.617Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-03-19T05:56:54.636Z | Compiling signal-hook-registry v1.4.8 |
| 1365 | 2026-03-19T05:56:54.655Z | Compiling cc v1.2.56 |
| 1366 | 2026-03-19T05:56:54.877Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-03-19T05:56:54.955Z | Compiling mio v1.1.1 |
| 1368 | 2026-03-19T05:56:54.974Z | Compiling bitflags v2.11.0 |
| 1369 | 2026-03-19T05:56:54.993Z | Compiling libm v0.2.16 |
| 1370 | 2026-03-19T05:56:55.137Z | Compiling num-traits v0.2.19 |
| 1371 | 2026-03-19T05:56:55.253Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-03-19T05:56:55.277Z | Compiling futures-core v0.3.32 |
| 1373 | 2026-03-19T05:56:55.461Z | Compiling socket2 v0.6.2 |
| 1374 | 2026-03-19T05:56:55.552Z | Compiling percent-encoding v2.3.2 |
| 1375 | 2026-03-19T05:56:55.719Z | Compiling allocator-api2 v0.2.21 |
| 1376 | 2026-03-19T05:56:55.883Z | Compiling foldhash v0.2.0 |
| 1377 | 2026-03-19T05:56:55.933Z | Compiling cpufeatures v0.2.17 |
| 1378 | 2026-03-19T05:56:56.028Z | Compiling futures-sink v0.3.32 |
| 1379 | 2026-03-19T05:56:56.135Z | Compiling hashbrown v0.16.1 |
| 1380 | 2026-03-19T05:56:56.165Z | Compiling futures-channel v0.3.32 |
| 1381 | 2026-03-19T05:56:56.184Z | Compiling getrandom v0.4.1 |
| 1382 | 2026-03-19T05:56:56.184Z | Compiling futures-io v0.3.32 |
| 1383 | 2026-03-19T05:56:56.404Z | Compiling futures-task v0.3.32 |
| 1384 | 2026-03-19T05:56:56.407Z | Compiling slab v0.4.12 |
| 1385 | 2026-03-19T05:56:56.470Z | Compiling rand_core v0.10.0 |
| 1386 | 2026-03-19T05:56:56.651Z | Compiling getrandom v0.3.4 |
| 1387 | 2026-03-19T05:56:56.669Z | Compiling rustversion v1.0.22 |
| 1388 | 2026-03-19T05:56:56.938Z | Compiling indexmap v2.13.0 |
| 1389 | 2026-03-19T05:56:56.963Z | Compiling form_urlencoded v1.2.2 |
| 1390 | 2026-03-19T05:56:56.983Z | Compiling cmake v0.1.57 |
| 1391 | 2026-03-19T05:56:57.171Z | Compiling dunce v1.0.5 |
| 1392 | 2026-03-19T05:56:57.209Z | Compiling fs_extra v1.3.0 |
| 1393 | 2026-03-19T05:56:57.292Z | Compiling base64ct v1.8.3 |
| 1394 | 2026-03-19T05:56:57.535Z | Compiling synstructure v0.13.2 |
| 1395 | 2026-03-19T05:56:57.565Z | Compiling ident_case v1.0.1 |
| 1396 | 2026-03-19T05:56:57.634Z | Compiling pem-rfc7468 v0.7.0 |
| 1397 | 2026-03-19T05:56:57.689Z | Compiling aws-lc-sys v0.37.1 |
| 1398 | 2026-03-19T05:56:57.721Z | Compiling flagset v0.4.7 |
| 1399 | 2026-03-19T05:56:57.874Z | Compiling rand_core v0.9.5 |
| 1400 | 2026-03-19T05:56:57.894Z | Compiling rustix v1.1.3 |
| 1401 | 2026-03-19T05:56:57.915Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-03-19T05:56:57.972Z | Compiling ring v0.17.14 |
| 1403 | 2026-03-19T05:56:58.047Z | Compiling uuid v1.21.0 |
| 1404 | 2026-03-19T05:56:58.183Z | Compiling rustc_version v0.4.1 |
| 1405 | 2026-03-19T05:56:58.235Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-03-19T05:56:58.390Z | Compiling aws-lc-rs v1.16.0 |
| 1407 | 2026-03-19T05:56:58.620Z | Compiling vcpkg v0.2.15 |
| 1408 | 2026-03-19T05:56:58.760Z | Compiling tracing-core v0.1.36 |
| 1409 | 2026-03-19T05:56:58.982Z | Compiling crossbeam-utils v0.8.21 |
| 1410 | 2026-03-19T05:56:59.385Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-03-19T05:56:59.536Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-03-19T05:56:59.648Z | Compiling openssl-sys v0.9.111 |
| 1413 | 2026-03-19T05:57:00.060Z | Compiling serde_derive v1.0.228 |
| 1414 | 2026-03-19T05:57:00.312Z | Compiling zeroize_derive v1.4.3 |
| 1415 | 2026-03-19T05:57:00.332Z | Compiling zerofrom-derive v0.1.6 |
| 1416 | 2026-03-19T05:57:00.351Z | Compiling yoke-derive v0.8.1 |
| 1417 | 2026-03-19T05:57:00.823Z | Compiling zerocopy-derive v0.8.40 |
| 1418 | 2026-03-19T05:57:01.185Z | Compiling zeroize v1.8.2 |
| 1419 | 2026-03-19T05:57:01.595Z | Compiling zerovec-derive v0.11.2 |
| 1420 | 2026-03-19T05:57:01.941Z | Compiling displaydoc v0.2.5 |
| 1421 | 2026-03-19T05:57:02.227Z | Compiling crypto-common v0.1.7 |
| 1422 | 2026-03-19T05:57:02.287Z | Compiling zerofrom v0.1.6 |
| 1423 | 2026-03-19T05:57:02.406Z | Compiling block-buffer v0.10.4 |
| 1424 | 2026-03-19T05:57:02.444Z | Compiling yoke v0.8.1 |
| 1425 | 2026-03-19T05:57:02.608Z | Compiling digest v0.10.7 |
| 1426 | 2026-03-19T05:57:02.685Z | Compiling tokio-macros v2.6.0 |
| 1427 | 2026-03-19T05:57:02.850Z | Compiling futures-macro v0.3.32 |
| 1428 | 2026-03-19T05:57:02.896Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-03-19T05:57:02.925Z | Compiling hmac v0.12.1 |
| 1430 | 2026-03-19T05:57:03.058Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-03-19T05:57:03.120Z | Compiling block-padding v0.3.3 |
| 1432 | 2026-03-19T05:57:03.286Z | Compiling inout v0.1.4 |
| 1433 | 2026-03-19T05:57:03.319Z | Compiling sha2 v0.10.9 |
| 1434 | 2026-03-19T05:57:03.499Z | Compiling cipher v0.4.4 |
| 1435 | 2026-03-19T05:57:03.646Z | Compiling der_derive v0.7.3 |
| 1436 | 2026-03-19T05:57:03.743Z | Compiling tinystr v0.8.2 |
| 1437 | 2026-03-19T05:57:03.843Z | Compiling potential_utf v0.1.4 |
| 1438 | 2026-03-19T05:57:03.918Z | Compiling futures-util v0.3.32 |
| 1439 | 2026-03-19T05:57:04.005Z | Compiling icu_locale_core v2.1.1 |
| 1440 | 2026-03-19T05:57:04.058Z | Compiling icu_collections v2.1.1 |
| 1441 | 2026-03-19T05:57:04.698Z | Compiling salsa20 v0.10.2 |
| 1442 | 2026-03-19T05:57:04.842Z | Compiling bytes v1.11.1 |
| 1443 | 2026-03-19T05:57:04.867Z | Compiling icu_provider v2.1.1 |
| 1444 | 2026-03-19T05:57:04.930Z | Compiling der v0.7.10 |
| 1445 | 2026-03-19T05:57:05.186Z | Compiling icu_normalizer v2.1.1 |
| 1446 | 2026-03-19T05:57:05.218Z | Compiling icu_properties v2.1.2 |
| 1447 | 2026-03-19T05:57:05.242Z | Compiling chrono v0.4.44 |
| 1448 | 2026-03-19T05:57:05.735Z | Compiling tokio v1.49.0 |
| 1449 | 2026-03-19T05:57:05.894Z | Compiling http v1.4.0 |
| 1450 | 2026-03-19T05:57:06.637Z | Compiling idna_adapter v1.2.1 |
| 1451 | 2026-03-19T05:57:06.775Z | Compiling idna v1.1.0 |
| 1452 | 2026-03-19T05:57:06.807Z | Compiling spki v0.7.3 |
| 1453 | 2026-03-19T05:57:07.047Z | Compiling ppv-lite86 v0.2.21 |
| 1454 | 2026-03-19T05:57:07.067Z | Compiling pbkdf2 v0.12.2 |
| 1455 | 2026-03-19T05:57:07.150Z | Compiling url v2.5.8 |
| 1456 | 2026-03-19T05:57:07.170Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-03-19T05:57:07.203Z | Compiling scrypt v0.11.0 |
| 1458 | 2026-03-19T05:57:07.206Z | Compiling aes v0.8.4 |
| 1459 | 2026-03-19T05:57:07.480Z | Compiling rand_chacha v0.9.0 |
| 1460 | 2026-03-19T05:57:07.528Z | Compiling cbc v0.1.2 |
| 1461 | 2026-03-19T05:57:07.643Z | Compiling rustls-pki-types v1.14.0 |
| 1462 | 2026-03-19T05:57:07.711Z | Compiling tracing-attributes v0.1.31 |
| 1463 | 2026-03-19T05:57:08.198Z | Compiling pkcs5 v0.7.1 |
| 1464 | 2026-03-19T05:57:08.245Z | Compiling rand v0.9.2 |
| 1465 | 2026-03-19T05:57:08.348Z | Compiling http-body v1.0.1 |
| 1466 | 2026-03-19T05:57:08.597Z | Compiling httparse v1.10.1 |
| 1467 | 2026-03-19T05:57:08.617Z | Compiling syn v1.0.109 |
| 1468 | 2026-03-19T05:57:08.834Z | Compiling untrusted v0.9.0 |
| 1469 | 2026-03-19T05:57:08.949Z | Compiling thiserror v2.0.18 |
| 1470 | 2026-03-19T05:57:08.983Z | Compiling schemars v0.8.22 |
| 1471 | 2026-03-19T05:57:09.003Z | Compiling untrusted v0.7.1 |
| 1472 | 2026-03-19T05:57:09.023Z | Compiling base64 v0.22.1 |
| 1473 | 2026-03-19T05:57:09.076Z | Compiling openssl-probe v0.2.1 |
| 1474 | 2026-03-19T05:57:09.276Z | Compiling pkcs8 v0.10.2 |
| 1475 | 2026-03-19T05:57:09.279Z | Compiling schemars_derive v0.8.22 |
| 1476 | 2026-03-19T05:57:09.315Z | Compiling pest_derive v2.8.6 |
| 1477 | 2026-03-19T05:57:09.430Z | Compiling scroll_derive v0.13.1 |
| 1478 | 2026-03-19T05:57:09.497Z | Compiling tracing v0.1.44 |
| 1479 | 2026-03-19T05:57:09.839Z | Compiling darling_core v0.20.11 |
| 1480 | 2026-03-19T05:57:09.840Z | Compiling dyn-clone v1.0.20 |
| 1481 | 2026-03-19T05:57:10.011Z | Compiling atomic-waker v1.1.2 |
| 1482 | 2026-03-19T05:57:10.168Z | Compiling tower-layer v0.3.3 |
| 1483 | 2026-03-19T05:57:10.332Z | Compiling tower-service v0.3.3 |
| 1484 | 2026-03-19T05:57:10.373Z | Compiling tinyvec_macros v0.1.1 |
| 1485 | 2026-03-19T05:57:10.451Z | Compiling try-lock v0.2.5 |
| 1486 | 2026-03-19T05:57:10.471Z | Compiling rustls v0.23.37 |
| 1487 | 2026-03-19T05:57:10.490Z | Compiling scroll v0.13.0 |
| 1488 | 2026-03-19T05:57:10.623Z | Compiling want v0.3.1 |
| 1489 | 2026-03-19T05:57:10.741Z | Compiling tinyvec v1.10.0 |
| 1490 | 2026-03-19T05:57:10.852Z | Compiling tokio-util v0.7.18 |
| 1491 | 2026-03-19T05:57:11.597Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-03-19T05:57:11.767Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1493 | 2026-03-19T05:57:12.255Z | Compiling h2 v0.4.13 |
| 1494 | 2026-03-19T05:57:12.275Z | Compiling spin v0.9.8 |
| 1495 | 2026-03-19T05:57:12.295Z | Compiling aho-corasick v1.1.4 |
| 1496 | 2026-03-19T05:57:12.541Z | Compiling time-core v0.1.8 |
| 1497 | 2026-03-19T05:57:12.730Z | Compiling powerfmt v0.2.0 |
| 1498 | 2026-03-19T05:57:12.853Z | Compiling foreign-types-shared v0.1.1 |
| 1499 | 2026-03-19T05:57:12.962Z | Compiling num-conv v0.2.0 |
| 1500 | 2026-03-19T05:57:13.000Z | Compiling openssl v0.10.75 |
| 1501 | 2026-03-19T05:57:13.134Z | Compiling pin-utils v0.1.0 |
| 1502 | 2026-03-19T05:57:13.181Z | Compiling darling_macro v0.20.11 |
| 1503 | 2026-03-19T05:57:13.233Z | Compiling crc32fast v1.5.0 |
| 1504 | 2026-03-19T05:57:13.286Z | Compiling httpdate v1.0.3 |
| 1505 | 2026-03-19T05:57:13.582Z | Compiling regex-automata v0.4.14 |
| 1506 | 2026-03-19T05:57:13.654Z | Compiling time-macros v0.2.27 |
| 1507 | 2026-03-19T05:57:13.743Z | Compiling tempfile v3.25.0 |
| 1508 | 2026-03-19T05:57:13.766Z | Compiling darling v0.20.11 |
| 1509 | 2026-03-19T05:57:13.870Z | Compiling foreign-types v0.3.2 |
| 1510 | 2026-03-19T05:57:13.957Z | Compiling deranged v0.5.8 |
| 1511 | 2026-03-19T05:57:14.656Z | Compiling goblin v0.10.5 |
| 1512 | 2026-03-19T05:57:15.295Z | Compiling openssl-macros v0.1.1 |
| 1513 | 2026-03-19T05:57:15.825Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-03-19T05:57:15.845Z | Compiling wait-timeout v0.2.1 |
| 1515 | 2026-03-19T05:57:16.193Z | Compiling quick-error v1.2.3 |
| 1516 | 2026-03-19T05:57:16.326Z | Compiling hyper v1.8.1 |
| 1517 | 2026-03-19T05:57:16.532Z | Compiling simd-adler32 v0.3.8 |
| 1518 | 2026-03-19T05:57:16.856Z | Compiling native-tls v0.2.18 |
| 1519 | 2026-03-19T05:57:17.110Z | Compiling bit-vec v0.8.0 |
| 1520 | 2026-03-19T05:57:17.411Z | Compiling usdt-impl v0.6.0 |
| 1521 | 2026-03-19T05:57:17.517Z | Compiling either v1.15.0 |
| 1522 | 2026-03-19T05:57:17.631Z | Compiling num_threads v0.1.7 |
| 1523 | 2026-03-19T05:57:17.664Z | Compiling siphasher v1.0.2 |
| 1524 | 2026-03-19T05:57:17.750Z | Compiling hyper-util v0.1.20 |
| 1525 | 2026-03-19T05:57:17.785Z | Compiling time v0.3.47 |
| 1526 | 2026-03-19T05:57:17.942Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-03-19T05:57:18.071Z | Compiling bit-set v0.8.0 |
| 1528 | 2026-03-19T05:57:18.305Z | Compiling rusty-fork v0.3.1 |
| 1529 | 2026-03-19T05:57:18.473Z | Compiling dof v0.4.0 |
| 1530 | 2026-03-19T05:57:19.382Z | Compiling derive_builder_core v0.20.2 |
| 1531 | 2026-03-19T05:57:20.076Z | Compiling unicode-normalization v0.1.25 |
| 1532 | 2026-03-19T05:57:20.093Z | Compiling crossbeam-epoch v0.9.18 |
| 1533 | 2026-03-19T05:57:20.216Z | Compiling dtrace-parser v0.3.0 |
| 1534 | 2026-03-19T05:57:20.522Z | Compiling rustls-native-certs v0.8.3 |
| 1535 | 2026-03-19T05:57:20.579Z | Compiling signature v2.2.0 |
| 1536 | 2026-03-19T05:57:20.708Z | Compiling scroll_derive v0.12.1 |
| 1537 | 2026-03-19T05:57:20.730Z | Compiling heapless v0.7.17 |
| 1538 | 2026-03-19T05:57:20.821Z | Compiling rand_xorshift v0.4.0 |
| 1539 | 2026-03-19T05:57:20.938Z | Compiling slog v2.8.2 |
| 1540 | 2026-03-19T05:57:21.025Z | Compiling darling_core v0.21.3 |
| 1541 | 2026-03-19T05:57:21.044Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1542 | 2026-03-19T05:57:21.164Z | Compiling sync_wrapper v1.0.2 |
| 1543 | 2026-03-19T05:57:21.273Z | Compiling thread-id v5.1.0 |
| 1544 | 2026-03-19T05:57:21.299Z | Compiling cookie v0.18.1 |
| 1545 | 2026-03-19T05:57:21.376Z | Compiling unicode-segmentation v1.12.0 |
| 1546 | 2026-03-19T05:57:21.396Z | Compiling signal-hook v0.3.18 |
| 1547 | 2026-03-19T05:57:21.525Z | Compiling unicode-bidi v0.3.18 |
| 1548 | 2026-03-19T05:57:21.583Z | Compiling adler2 v2.0.1 |
| 1549 | 2026-03-19T05:57:21.603Z | Compiling unarray v0.1.4 |
| 1550 | 2026-03-19T05:57:21.736Z | Compiling zstd-safe v7.2.4 |
| 1551 | 2026-03-19T05:57:21.756Z | Compiling anyhow v1.0.102 |
| 1552 | 2026-03-19T05:57:21.876Z | Compiling paste v1.0.15 |
| 1553 | 2026-03-19T05:57:21.976Z | Compiling unicode-properties v0.1.4 |
| 1554 | 2026-03-19T05:57:22.138Z | Compiling rayon-core v1.13.0 |
| 1555 | 2026-03-19T05:57:22.231Z | Compiling stringprep v0.1.5 |
| 1556 | 2026-03-19T05:57:22.371Z | Compiling proptest v1.10.0 |
| 1557 | 2026-03-19T05:57:22.538Z | Compiling miniz_oxide v0.8.9 |
| 1558 | 2026-03-19T05:57:22.584Z | Compiling scroll v0.12.0 |
| 1559 | 2026-03-19T05:57:22.929Z | Compiling tower v0.5.3 |
| 1560 | 2026-03-19T05:57:23.036Z | Compiling derive_builder_macro v0.20.2 |
| 1561 | 2026-03-19T05:57:23.359Z | Compiling crossbeam-deque v0.8.6 |
| 1562 | 2026-03-19T05:57:23.504Z | Compiling ipnetwork v0.21.1 |
| 1563 | 2026-03-19T05:57:23.554Z | Compiling http-body-util v0.1.3 |
| 1564 | 2026-03-19T05:57:23.576Z | Compiling webpki-roots v1.0.6 |
| 1565 | 2026-03-19T05:57:23.601Z | Compiling rand_chacha v0.3.1 |
| 1566 | 2026-03-19T05:57:23.604Z | Compiling toml_datetime v0.6.11 |
| 1567 | 2026-03-19T05:57:23.725Z | Compiling erased-serde v0.3.31 |
| 1568 | 2026-03-19T05:57:23.867Z | Compiling serde_spanned v0.6.9 |
| 1569 | 2026-03-19T05:57:23.953Z | Compiling serde_tokenstream v0.2.3 |
| 1570 | 2026-03-19T05:57:24.012Z | Compiling md-5 v0.10.6 |
| 1571 | 2026-03-19T05:57:24.049Z | Compiling zerocopy-derive v0.7.35 |
| 1572 | 2026-03-19T05:57:24.211Z | Compiling curve25519-dalek v4.1.3 |
| 1573 | 2026-03-19T05:57:24.357Z | Compiling vergen-lib v0.1.6 |
| 1574 | 2026-03-19T05:57:24.455Z | Compiling num-integer v0.1.46 |
| 1575 | 2026-03-19T05:57:24.576Z | Compiling hash32 v0.2.1 |
| 1576 | 2026-03-19T05:57:24.596Z | Compiling darling_macro v0.21.3 |
| 1577 | 2026-03-19T05:57:24.624Z | Compiling ff v0.13.1 |
| 1578 | 2026-03-19T05:57:24.629Z | Compiling memoffset v0.9.1 |
| 1579 | 2026-03-19T05:57:24.799Z | Compiling rustix v0.38.44 |
| 1580 | 2026-03-19T05:57:24.822Z | Compiling smoltcp v0.9.1 |
| 1581 | 2026-03-19T05:57:24.879Z | Compiling ref-cast v1.0.25 |
| 1582 | 2026-03-19T05:57:24.899Z | Compiling ryu v1.0.23 |
| 1583 | 2026-03-19T05:57:25.129Z | Compiling num-bigint-dig v0.8.6 |
| 1584 | 2026-03-19T05:57:25.198Z | Compiling iri-string v0.7.10 |
| 1585 | 2026-03-19T05:57:25.219Z | Compiling litrs v1.0.0 |
| 1586 | 2026-03-19T05:57:25.238Z | Compiling psl-types v2.0.11 |
| 1587 | 2026-03-19T05:57:25.244Z | Compiling base16ct v0.2.0 |
| 1588 | 2026-03-19T05:57:25.276Z | Compiling fallible-iterator v0.2.0 |
| 1589 | 2026-03-19T05:57:25.355Z | Compiling zlib-rs v0.6.2 |
| 1590 | 2026-03-19T05:57:25.411Z | Compiling cfg_aliases v0.2.1 |
| 1591 | 2026-03-19T05:57:25.461Z | Compiling sec1 v0.7.3 |
| 1592 | 2026-03-19T05:57:25.503Z | Compiling nix v0.31.1 |
| 1593 | 2026-03-19T05:57:25.725Z | Compiling postgres-protocol v0.6.10 |
| 1594 | 2026-03-19T05:57:25.885Z | Compiling newtype-uuid v1.3.2 |
| 1595 | 2026-03-19T05:57:25.951Z | Compiling document-features v0.2.12 |
| 1596 | 2026-03-19T05:57:26.025Z | Compiling publicsuffix v2.3.0 |
| 1597 | 2026-03-19T05:57:26.361Z | Compiling zerocopy v0.7.35 |
| 1598 | 2026-03-19T05:57:26.449Z | Compiling darling v0.21.3 |
| 1599 | 2026-03-19T05:57:26.468Z | Compiling serde_urlencoded v0.7.1 |
| 1600 | 2026-03-19T05:57:26.729Z | Compiling group v0.13.0 |
| 1601 | 2026-03-19T05:57:26.797Z | Compiling num-iter v0.1.45 |
| 1602 | 2026-03-19T05:57:26.948Z | Compiling tower-http v0.6.8 |
| 1603 | 2026-03-19T05:57:27.163Z | Compiling rand v0.8.5 |
| 1604 | 2026-03-19T05:57:27.307Z | Compiling oxnet v0.1.4 |
| 1605 | 2026-03-19T05:57:27.432Z | Compiling derive_builder v0.20.2 |
| 1606 | 2026-03-19T05:57:27.582Z | Compiling proc-macro-error v1.0.4 |
| 1607 | 2026-03-19T05:57:27.718Z | Compiling goblin v0.8.2 |
| 1608 | 2026-03-19T05:57:28.357Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2026-03-19T05:57:28.550Z | Compiling heck v0.4.1 |
| 1610 | 2026-03-19T05:57:28.580Z | Compiling phf_shared v0.13.1 |
| 1611 | 2026-03-19T05:57:28.826Z | Compiling regex v1.12.3 |
| 1612 | 2026-03-19T05:57:28.846Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-03-19T05:57:28.903Z | Compiling lazy_static v1.5.0 |
| 1614 | 2026-03-19T05:57:29.017Z | Compiling cargo-platform v0.1.9 |
| 1615 | 2026-03-19T05:57:29.172Z | Compiling hkdf v0.12.4 |
| 1616 | 2026-03-19T05:57:29.344Z | Compiling crypto-bigint v0.5.5 |
| 1617 | 2026-03-19T05:57:29.379Z | Compiling daft-derive v0.1.5 |
| 1618 | 2026-03-19T05:57:29.400Z | Compiling strum_macros v0.27.2 |
| 1619 | 2026-03-19T05:57:29.419Z | Compiling ref-cast-impl v1.0.25 |
| 1620 | 2026-03-19T05:57:30.021Z | Compiling flate2 v1.1.9 |
| 1621 | 2026-03-19T05:57:30.139Z | Compiling async-trait v0.1.89 |
| 1622 | 2026-03-19T05:57:30.330Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1623 | 2026-03-19T05:57:30.583Z | Compiling terminal_size v0.4.3 |
| 1624 | 2026-03-19T05:57:30.772Z | Compiling vergen v9.0.6 |
| 1625 | 2026-03-19T05:57:30.999Z | Compiling fs-err v3.3.0 |
| 1626 | 2026-03-19T05:57:31.212Z | Compiling ahash v0.8.12 |
| 1627 | 2026-03-19T05:57:31.241Z | Compiling winnow v0.5.40 |
| 1628 | 2026-03-19T05:57:31.455Z | Compiling object v0.37.3 |
| 1629 | 2026-03-19T05:57:31.596Z | Compiling bitflags v1.3.2 |
| 1630 | 2026-03-19T05:57:31.686Z | Compiling foldhash v0.1.5 |
| 1631 | 2026-03-19T05:57:31.788Z | Compiling managed v0.8.0 |
| 1632 | 2026-03-19T05:57:31.901Z | Compiling bumpalo v3.20.2 |
| 1633 | 2026-03-19T05:57:32.066Z | Compiling libbz2-rs-sys v0.2.2 |
| 1634 | 2026-03-19T05:57:32.156Z | Compiling strum v0.27.2 |
| 1635 | 2026-03-19T05:57:32.225Z | Compiling zopfli v0.8.3 |
| 1636 | 2026-03-19T05:57:32.313Z | Compiling hashbrown v0.15.5 |
| 1637 | 2026-03-19T05:57:32.679Z | Compiling bzip2 v0.6.1 |
| 1638 | 2026-03-19T05:57:32.967Z | Compiling clap_builder v4.5.60 |
| 1639 | 2026-03-19T05:57:33.005Z | Compiling toml_edit v0.19.15 |
| 1640 | 2026-03-19T05:57:33.048Z | Compiling console v0.16.2 |
| 1641 | 2026-03-19T05:57:33.310Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-19T05:57:33.391Z | Compiling elliptic-curve v0.13.8 |
| 1643 | 2026-03-19T05:57:33.789Z | Compiling daft v0.1.5 |
| 1644 | 2026-03-19T05:57:34.046Z | Compiling hubpack v0.1.2 |
| 1645 | 2026-03-19T05:57:34.143Z | Compiling cargo_metadata v0.19.2 |
| 1646 | 2026-03-19T05:57:34.328Z | Compiling zone_cfg_derive v0.3.1 |
| 1647 | 2026-03-19T05:57:35.153Z | Compiling phf v0.13.1 |
| 1648 | 2026-03-19T05:57:35.861Z | Compiling hyper-tls v0.6.0 |
| 1649 | 2026-03-19T05:57:36.070Z | Compiling zstd v0.13.3 |
| 1650 | 2026-03-19T05:57:36.150Z | Compiling signal-hook-mio v0.2.5 |
| 1651 | 2026-03-19T05:57:36.295Z | Compiling cookie_store v0.22.1 |
| 1652 | 2026-03-19T05:57:36.436Z | Compiling rayon v1.11.0 |
| 1653 | 2026-03-19T05:57:36.577Z | Compiling bzip2 v0.4.4 |
| 1654 | 2026-03-19T05:57:36.850Z | Compiling serde_with_macros v3.17.0 |
| 1655 | 2026-03-19T05:57:37.185Z | Compiling postgres-types v0.2.12 |
| 1656 | 2026-03-19T05:57:37.265Z | Compiling usdt-macro v0.6.0 |
| 1657 | 2026-03-19T05:57:37.290Z | Compiling usdt-attr-macro v0.6.0 |
| 1658 | 2026-03-19T05:57:37.944Z | Compiling ed25519 v2.2.3 |
| 1659 | 2026-03-19T05:57:38.220Z | Compiling dtrace-parser v0.2.0 |
| 1660 | 2026-03-19T05:57:38.344Z | Compiling phf_shared v0.11.3 |
| 1661 | 2026-03-19T05:57:38.388Z | Compiling itertools v0.12.1 |
| 1662 | 2026-03-19T05:57:38.513Z | Compiling bstr v1.12.1 |
| 1663 | 2026-03-19T05:57:38.586Z | Compiling pkcs1 v0.7.5 |
| 1664 | 2026-03-19T05:57:38.890Z | Compiling serde-big-array v0.5.1 |
| 1665 | 2026-03-19T05:57:39.074Z | Compiling hex v0.4.3 |
| 1666 | 2026-03-19T05:57:39.096Z | Compiling rfc6979 v0.4.0 |
| 1667 | 2026-03-19T05:57:39.138Z | Compiling enum-as-inner v0.6.1 |
| 1668 | 2026-03-19T05:57:39.249Z | Compiling serde_repr v0.1.20 |
| 1669 | 2026-03-19T05:57:39.289Z | Compiling strum_macros v0.26.4 |
| 1670 | 2026-03-19T05:57:39.404Z | Compiling clap_derive v4.5.55 |
| 1671 | 2026-03-19T05:57:39.426Z | Compiling float-cmp v0.10.0 |
| 1672 | 2026-03-19T05:57:39.617Z | Compiling memmap2 v0.9.10 |
| 1673 | 2026-03-19T05:57:39.794Z | Compiling thread-id v4.2.2 |
| 1674 | 2026-03-19T05:57:39.902Z | Compiling env_filter v1.0.0 |
| 1675 | 2026-03-19T05:57:39.902Z | Compiling encoding_rs v0.8.35 |
| 1676 | 2026-03-19T05:57:39.944Z | Compiling rustc-hash v2.1.1 |
| 1677 | 2026-03-19T05:57:40.060Z | Compiling predicates-core v1.0.10 |
| 1678 | 2026-03-19T05:57:40.100Z | Compiling whoami v2.1.0 |
| 1679 | 2026-03-19T05:57:40.288Z | Compiling fixedbitset v0.5.7 |
| 1680 | 2026-03-19T05:57:40.308Z | Compiling data-encoding v2.10.0 |
| 1681 | 2026-03-19T05:57:40.657Z | Compiling unit-prefix v0.5.2 |
| 1682 | 2026-03-19T05:57:40.757Z | Compiling keccak v0.1.6 |
| 1683 | 2026-03-19T05:57:40.848Z | Compiling new_debug_unreachable v1.0.6 |
| 1684 | 2026-03-19T05:57:40.943Z | Compiling static_assertions v1.1.0 |
| 1685 | 2026-03-19T05:57:41.038Z | Compiling precomputed-hash v0.1.1 |
| 1686 | 2026-03-19T05:57:41.153Z | Compiling difflib v0.4.0 |
| 1687 | 2026-03-19T05:57:41.301Z | Compiling jiff v0.2.21 |
| 1688 | 2026-03-19T05:57:41.736Z | Compiling fixedbitset v0.4.2 |
| 1689 | 2026-03-19T05:57:41.815Z | Compiling mime v0.3.17 |
| 1690 | 2026-03-19T05:57:41.879Z | Compiling normalize-line-endings v0.3.0 |
| 1691 | 2026-03-19T05:57:41.899Z | Compiling clap v4.5.60 |
| 1692 | 2026-03-19T05:57:41.942Z | Compiling strum v0.26.3 |
| 1693 | 2026-03-19T05:57:41.996Z | Compiling predicates v3.1.4 |
| 1694 | 2026-03-19T05:57:42.017Z | Compiling petgraph v0.6.5 |
| 1695 | 2026-03-19T05:57:42.038Z | Compiling toml_edit v0.22.27 |
| 1696 | 2026-03-19T05:57:42.058Z | Compiling string_cache v0.8.9 |
| 1697 | 2026-03-19T05:57:42.100Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1698 | 2026-03-19T05:57:42.151Z | Compiling sha3 v0.10.8 |
| 1699 | 2026-03-19T05:57:42.337Z | Compiling indicatif v0.18.4 |
| 1700 | 2026-03-19T05:57:42.731Z | Compiling hickory-proto v0.25.2 |
| 1701 | 2026-03-19T05:57:42.884Z | Compiling petgraph v0.8.3 |
| 1702 | 2026-03-19T05:57:43.491Z | Compiling tokio-postgres v0.7.16 |
| 1703 | 2026-03-19T05:57:44.057Z | Compiling env_logger v0.11.9 |
| 1704 | 2026-03-19T05:57:44.539Z | Compiling iddqd v0.3.17 |
| 1705 | 2026-03-19T05:57:45.529Z | Compiling zip v4.6.1 |
| 1706 | 2026-03-19T05:57:45.888Z | Compiling zone v0.3.1 |
| 1707 | 2026-03-19T05:57:45.993Z | Compiling usdt-impl v0.5.0 |
| 1708 | 2026-03-19T05:57:46.115Z | Compiling usdt v0.6.0 |
| 1709 | 2026-03-19T05:57:46.448Z | Compiling serde_with v3.17.0 |
| 1710 | 2026-03-19T05:57:46.469Z | Compiling ecdsa v0.16.9 |
| 1711 | 2026-03-19T05:57:46.755Z | Compiling similar v2.7.0 |
| 1712 | 2026-03-19T05:57:46.821Z | Compiling rsa v0.9.10 |
| 1713 | 2026-03-19T05:57:46.866Z | Compiling ed25519-dalek v2.2.0 |
| 1714 | 2026-03-19T05:57:46.990Z | Compiling crossterm v0.28.1 |
| 1715 | 2026-03-19T05:57:47.710Z | Compiling zip v0.6.6 |
| 1716 | 2026-03-19T05:57:48.452Z | Compiling toml v0.7.8 |
| 1717 | 2026-03-19T05:57:49.040Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1718 | 2026-03-19T05:57:49.096Z | Compiling itertools v0.13.0 |
| 1719 | 2026-03-19T05:57:49.288Z | Compiling tokio-stream v0.1.18 |
| 1720 | 2026-03-19T05:57:49.308Z | Compiling buf-list v1.1.2 |
| 1721 | 2026-03-19T05:57:49.328Z | Compiling x509-cert v0.2.5 |
| 1722 | 2026-03-19T05:57:49.665Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1723 | 2026-03-19T05:57:49.903Z | Compiling openapiv3 v2.2.0 |
| 1724 | 2026-03-19T05:57:49.922Z | Compiling sha1 v0.10.6 |
| 1725 | 2026-03-19T05:57:50.063Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1726 | 2026-03-19T05:57:50.197Z | Compiling lalrpop-util v0.19.12 |
| 1727 | 2026-03-19T05:57:50.441Z | Compiling peg-runtime v0.8.5 |
| 1728 | 2026-03-19T05:57:50.460Z | Compiling thread_local v1.1.9 |
| 1729 | 2026-03-19T05:57:50.789Z | Compiling slog-async v2.8.0 |
| 1730 | 2026-03-19T05:57:50.812Z | Compiling crossbeam-channel v0.5.15 |
| 1731 | 2026-03-19T05:57:50.835Z | Compiling futures-executor v0.3.32 |
| 1732 | 2026-03-19T05:57:51.017Z | Compiling filetime v0.2.27 |
| 1733 | 2026-03-19T05:57:51.183Z | Compiling is-terminal v0.4.17 |
| 1734 | 2026-03-19T05:57:51.204Z | Compiling term v1.2.1 |
| 1735 | 2026-03-19T05:57:51.240Z | Compiling xattr v1.6.1 |
| 1736 | 2026-03-19T05:57:51.303Z | Compiling take_mut v0.2.2 |
| 1737 | 2026-03-19T05:57:51.468Z | Compiling tar v0.4.44 |
| 1738 | 2026-03-19T05:57:51.471Z | Compiling futures v0.3.32 |
| 1739 | 2026-03-19T05:57:51.568Z | Compiling slog-term v2.9.2 |
| 1740 | 2026-03-19T05:57:58.533Z | Compiling rustls-webpki v0.103.9 |
| 1741 | 2026-03-19T05:58:02.590Z | Compiling tokio-rustls v0.26.4 |
| 1742 | 2026-03-19T05:58:02.590Z | Compiling rustls-platform-verifier v0.6.2 |
| 1743 | 2026-03-19T05:58:02.849Z | Compiling hyper-rustls v0.27.7 |
| 1744 | 2026-03-19T05:58:03.105Z | Compiling reqwest v0.13.2 |
| 1745 | 2026-03-19T05:58:03.105Z | Compiling reqwest v0.12.28 |
| 1746 | 2026-03-19T05:58:06.101Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1747 | 2026-03-19T05:58:06.382Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1748 | 2026-03-19T05:58:10.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1749 | 2026-03-19T05:58:10.389Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1750 | 2026-03-19T05:58:10.450Z | Mar 19 05:58:09.638 INFO Starting download, target: Console |
| 1751 | 2026-03-19T05:58:10.450Z | Mar 19 05:58:09.639 INFO Starting download, target: MaghemiteMgd |
| 1752 | 2026-03-19T05:58:10.450Z | Mar 19 05:58:09.639 INFO Starting download, target: TransceiverControl |
| 1753 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Starting download, target: Cockroach |
| 1754 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Starting download, target: Clickhouse |
| 1755 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Starting download, target: DendriteStub |
| 1756 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1757 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1758 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1759 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1760 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1761 | 2026-03-19T05:58:10.454Z | Mar 19 05:58:09.639 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1762 | 2026-03-19T05:58:10.930Z | Mar 19 05:58:10.116 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1763 | 2026-03-19T05:58:11.285Z | Mar 19 05:58:10.470 INFO Download complete, target: TransceiverControl |
| 1764 | 2026-03-19T05:58:11.455Z | Mar 19 05:58:10.642 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1765 | 2026-03-19T05:58:11.829Z | Mar 19 05:58:11.015 INFO Download complete, target: Console |
| 1766 | 2026-03-19T05:58:11.866Z | Mar 19 05:58:11.054 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1767 | 2026-03-19T05:58:12.180Z | Mar 19 05:58:11.367 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1768 | 2026-03-19T05:58:12.375Z | Mar 19 05:58:11.564 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1769 | 2026-03-19T05:58:13.351Z | Mar 19 05:58:12.539 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1770 | 2026-03-19T05:58:13.351Z | Mar 19 05:58:12.539 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1771 | 2026-03-19T05:58:15.484Z | Mar 19 05:58:14.673 INFO Download complete, target: DendriteStub |
| 1772 | 2026-03-19T05:58:15.763Z | Mar 19 05:58:14.952 INFO Download complete, target: MaghemiteMgd |
| 1773 | 2026-03-19T05:58:21.124Z | Mar 19 05:58:20.312 INFO Checking that binary works, target: Cockroach |
| 1774 | 2026-03-19T05:58:21.236Z | Mar 19 05:58:20.424 INFO Download complete, target: Cockroach |
| 1775 | 2026-03-19T05:58:23.730Z | Mar 19 05:58:22.918 INFO Checking that binary works, target: Clickhouse |
| 1776 | 2026-03-19T05:58:23.896Z | Mar 19 05:58:23.084 INFO Download complete, target: Clickhouse |
| 1777 | 2026-03-19T05:58:23.914Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1778 | 2026-03-19T05:58:23.917Z | |
| 1779 | 2026-03-19T05:58:23.917Z | real 3:58.996300137 |
| 1780 | 2026-03-19T05:58:23.917Z | user 10:25.967037994 |
| 1781 | 2026-03-19T05:58:23.917Z | sys 1:47.934987087 |
| 1782 | 2026-03-19T05:58:23.917Z | trap 0.335889887 |
| 1783 | 2026-03-19T05:58:23.917Z | tflt 0.685711567 |
| 1784 | 2026-03-19T05:58:23.917Z | dflt 0.480840282 |
| 1785 | 2026-03-19T05:58:23.917Z | kflt 0.020833571 |
| 1786 | 2026-03-19T05:58:23.917Z | lock 30:50.936008749 |
| 1787 | 2026-03-19T05:58:23.917Z | slp 29:19.146326954 |
| 1788 | 2026-03-19T05:58:23.917Z | lat 55.890963633 |
| 1789 | 2026-03-19T05:58:23.917Z | stop 2:39.607083879 |
| 1790 | 2026-03-19T05:58:23.917Z | + banner clippy |
| 1791 | 2026-03-19T05:58:23.918Z | |
| 1792 | 2026-03-19T05:58:23.918Z | #### # # ##### ##### # # |
| 1793 | 2026-03-19T05:58:23.918Z | # # # # # # # # # # |
| 1794 | 2026-03-19T05:58:23.918Z | # # # # # # # # |
| 1795 | 2026-03-19T05:58:23.918Z | # # # ##### ##### # |
| 1796 | 2026-03-19T05:58:23.918Z | # # # # # # # |
| 1797 | 2026-03-19T05:58:23.918Z | #### ###### # # # # |
| 1798 | 2026-03-19T05:58:23.918Z | |
| 1799 | 2026-03-19T05:58:23.918Z | + export CARGO_INCREMENTAL=0 |
| 1800 | 2026-03-19T05:58:23.918Z | + CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-19T05:58:23.918Z | + ptime -m cargo xtask clippy |
| 1802 | 2026-03-19T05:58:24.614Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1803 | 2026-03-19T05:58:24.886Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1804 | 2026-03-19T05:58:27.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
| 1805 | 2026-03-19T05:58:27.487Z | Running `target/debug/xtask clippy` |
| 1806 | 2026-03-19T05:58:27.516Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1807 | 2026-03-19T05:58:28.287Z | Downloading crates ... |
| 1808 | 2026-03-19T05:58:28.549Z | Downloaded cargo-platform v0.3.2 |
| 1809 | 2026-03-19T05:58:28.556Z | Downloaded blake2b_simd v1.0.4 |
| 1810 | 2026-03-19T05:58:28.559Z | Downloaded addr2line v0.25.1 |
| 1811 | 2026-03-19T05:58:28.562Z | Downloaded tinytemplate v1.2.1 |
| 1812 | 2026-03-19T05:58:28.581Z | Downloaded target-lexicon v0.13.3 |
| 1813 | 2026-03-19T05:58:28.584Z | Downloaded approx v0.5.1 |
| 1814 | 2026-03-19T05:58:28.585Z | Downloaded supports-unicode v2.1.0 |
| 1815 | 2026-03-19T05:58:28.587Z | Downloaded serde_regex v1.1.0 |
| 1816 | 2026-03-19T05:58:28.588Z | Downloaded rstest v0.25.0 |
| 1817 | 2026-03-19T05:58:28.590Z | Downloaded knuffel-derive v3.2.0 |
| 1818 | 2026-03-19T05:58:28.593Z | Downloaded async-lock v3.4.2 |
| 1819 | 2026-03-19T05:58:28.593Z | Downloaded backtrace-ext v0.2.1 |
| 1820 | 2026-03-19T05:58:28.596Z | Downloaded assert_cmd v2.1.2 |
| 1821 | 2026-03-19T05:58:28.596Z | Downloaded plotters-backend v0.3.7 |
| 1822 | 2026-03-19T05:58:28.599Z | Downloaded rustc-demangle v0.1.27 |
| 1823 | 2026-03-19T05:58:28.599Z | Downloaded pathdiff v0.2.3 |
| 1824 | 2026-03-19T05:58:28.599Z | Downloaded nested v0.1.1 |
| 1825 | 2026-03-19T05:58:28.602Z | Downloaded futures-timer v3.0.3 |
| 1826 | 2026-03-19T05:58:28.605Z | Downloaded trybuild v1.0.116 |
| 1827 | 2026-03-19T05:58:28.610Z | Downloaded httptest v0.16.4 |
| 1828 | 2026-03-19T05:58:28.613Z | Downloaded owo-colors v3.5.0 |
| 1829 | 2026-03-19T05:58:28.619Z | Downloaded miette-derive v5.10.0 |
| 1830 | 2026-03-19T05:58:28.619Z | Downloaded async-object-pool v0.2.0 |
| 1831 | 2026-03-19T05:58:28.619Z | Downloaded constant_time_eq v0.3.1 |
| 1832 | 2026-03-19T05:58:28.619Z | Downloaded terminal_size v0.1.17 |
| 1833 | 2026-03-19T05:58:28.624Z | Downloaded termcolor v1.4.1 |
| 1834 | 2026-03-19T05:58:28.624Z | Downloaded target-triple v1.0.0 |
| 1835 | 2026-03-19T05:58:28.624Z | Downloaded supports-hyperlinks v2.1.0 |
| 1836 | 2026-03-19T05:58:28.624Z | Downloaded partial-io v0.5.4 |
| 1837 | 2026-03-19T05:58:28.627Z | Downloaded parking v2.2.1 |
| 1838 | 2026-03-19T05:58:28.627Z | Downloaded event-listener-strategy v0.5.4 |
| 1839 | 2026-03-19T05:58:28.632Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1840 | 2026-03-19T05:58:28.635Z | Downloaded similar-asserts v1.7.0 |
| 1841 | 2026-03-19T05:58:28.635Z | Downloaded supports-color v2.1.0 |
| 1842 | 2026-03-19T05:58:28.638Z | Downloaded plotters-svg v0.3.7 |
| 1843 | 2026-03-19T05:58:28.640Z | Downloaded relative-path v1.9.3 |
| 1844 | 2026-03-19T05:58:28.643Z | Downloaded cargo_metadata v0.23.1 |
| 1845 | 2026-03-19T05:58:28.649Z | Downloaded linkme-impl v0.3.35 |
| 1846 | 2026-03-19T05:58:28.651Z | Downloaded cast v0.3.0 |
| 1847 | 2026-03-19T05:58:28.655Z | Downloaded stringmetrics v2.2.2 |
| 1848 | 2026-03-19T05:58:28.658Z | Downloaded target-spec v3.5.7 |
| 1849 | 2026-03-19T05:58:28.661Z | Downloaded libtest-mimic v0.8.1 |
| 1850 | 2026-03-19T05:58:28.661Z | Downloaded concurrent-queue v2.5.0 |
| 1851 | 2026-03-19T05:58:28.664Z | Downloaded criterion-plot v0.6.0 |
| 1852 | 2026-03-19T05:58:28.664Z | Downloaded anes v0.1.6 |
| 1853 | 2026-03-19T05:58:28.666Z | Downloaded miette v5.10.0 |
| 1854 | 2026-03-19T05:58:28.669Z | Downloaded linkme v0.3.35 |
| 1855 | 2026-03-19T05:58:28.669Z | Downloaded knuffel v3.2.0 |
| 1856 | 2026-03-19T05:58:28.672Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1857 | 2026-03-19T05:58:28.672Z | Downloaded cfg-expr v0.20.6 |
| 1858 | 2026-03-19T05:58:28.675Z | Downloaded rust-argon2 v2.1.0 |
| 1859 | 2026-03-19T05:58:28.677Z | Downloaded escape8259 v0.5.3 |
| 1860 | 2026-03-19T05:58:28.677Z | Downloaded fancy-regex v0.14.0 |
| 1861 | 2026-03-19T05:58:28.680Z | Downloaded textwrap v0.15.2 |
| 1862 | 2026-03-19T05:58:28.680Z | Downloaded path-tree v0.8.3 |
| 1863 | 2026-03-19T05:58:28.683Z | Downloaded event-listener v5.4.1 |
| 1864 | 2026-03-19T05:58:28.683Z | Downloaded datatest-stable v0.3.3 |
| 1865 | 2026-03-19T05:58:28.686Z | Downloaded oorandom v11.1.5 |
| 1866 | 2026-03-19T05:58:28.686Z | Downloaded assert-json-diff v2.0.2 |
| 1867 | 2026-03-19T05:58:28.689Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1868 | 2026-03-19T05:58:28.698Z | Downloaded rstest_macros v0.25.0 |
| 1869 | 2026-03-19T05:58:28.703Z | Downloaded rand_distr v0.5.1 |
| 1870 | 2026-03-19T05:58:28.708Z | Downloaded chumsky v0.9.3 |
| 1871 | 2026-03-19T05:58:28.711Z | Downloaded backtrace v0.3.76 |
| 1872 | 2026-03-19T05:58:28.714Z | Downloaded plotters v0.3.7 |
| 1873 | 2026-03-19T05:58:28.730Z | Downloaded criterion v0.7.0 |
| 1874 | 2026-03-19T05:58:28.735Z | Downloaded hashbrown v0.14.5 |
| 1875 | 2026-03-19T05:58:28.738Z | Downloaded guppy v0.17.25 |
| 1876 | 2026-03-19T05:58:28.755Z | Downloaded gimli v0.32.3 |
| 1877 | 2026-03-19T05:58:28.854Z | Downloaded httpmock v0.8.3 |
| 1878 | 2026-03-19T05:58:31.035Z | Checking cfg-if v1.0.4 |
| 1879 | 2026-03-19T05:58:31.447Z | Checking libc v0.2.180 |
| 1880 | 2026-03-19T05:58:31.450Z | Checking serde_core v1.0.228 |
| 1881 | 2026-03-19T05:58:31.541Z | Checking memchr v2.8.0 |
| 1882 | 2026-03-19T05:58:31.590Z | Checking smallvec v1.15.1 |
| 1883 | 2026-03-19T05:58:31.639Z | Checking itoa v1.0.17 |
| 1884 | 2026-03-19T05:58:31.642Z | Checking log v0.4.29 |
| 1885 | 2026-03-19T05:58:31.740Z | Checking zeroize v1.8.2 |
| 1886 | 2026-03-19T05:58:31.792Z | Checking libm v0.2.16 |
| 1887 | 2026-03-19T05:58:31.854Z | Checking scopeguard v1.2.0 |
| 1888 | 2026-03-19T05:58:31.907Z | Checking stable_deref_trait v1.2.1 |
| 1889 | 2026-03-19T05:58:31.959Z | Checking zmij v1.0.21 |
| 1890 | 2026-03-19T05:58:32.011Z | Checking zerofrom v0.1.6 |
| 1891 | 2026-03-19T05:58:32.061Z | Checking lock_api v0.4.14 |
| 1892 | 2026-03-19T05:58:32.103Z | Checking errno v0.3.14 |
| 1893 | 2026-03-19T05:58:32.106Z | Checking getrandom v0.2.17 |
| 1894 | 2026-03-19T05:58:32.201Z | Checking percent-encoding v2.3.2 |
| 1895 | 2026-03-19T05:58:32.249Z | Checking yoke v0.8.1 |
| 1896 | 2026-03-19T05:58:32.297Z | Checking litemap v0.8.1 |
| 1897 | 2026-03-19T05:58:32.345Z | Checking writeable v0.6.2 |
| 1898 | 2026-03-19T05:58:32.392Z | Checking subtle v2.6.1 |
| 1899 | 2026-03-19T05:58:32.438Z | Checking icu_normalizer_data v2.1.1 |
| 1900 | 2026-03-19T05:58:32.438Z | Checking icu_properties_data v2.1.2 |
| 1901 | 2026-03-19T05:58:32.529Z | Checking zerovec v0.11.5 |
| 1902 | 2026-03-19T05:58:32.577Z | Checking zerotrie v0.2.3 |
| 1903 | 2026-03-19T05:58:32.580Z | Checking form_urlencoded v1.2.2 |
| 1904 | 2026-03-19T05:58:32.669Z | Checking rand_core v0.6.4 |
| 1905 | 2026-03-19T05:58:32.672Z | Checking portable-atomic v1.13.1 |
| 1906 | 2026-03-19T05:58:32.765Z | Checking pin-project-lite v0.2.17 |
| 1907 | 2026-03-19T05:58:32.822Z | Checking num-traits v0.2.19 |
| 1908 | 2026-03-19T05:58:32.825Z | Checking utf8_iter v1.0.4 |
| 1909 | 2026-03-19T05:58:32.926Z | Checking zerocopy v0.8.40 |
| 1910 | 2026-03-19T05:58:32.975Z | Checking critical-section v1.2.0 |
| 1911 | 2026-03-19T05:58:33.024Z | Checking parking_lot_core v0.9.12 |
| 1912 | 2026-03-19T05:58:33.074Z | Checking rand_core v0.10.0 |
| 1913 | 2026-03-19T05:58:33.141Z | Checking signal-hook-registry v1.4.8 |
| 1914 | 2026-03-19T05:58:33.190Z | Checking tinystr v0.8.2 |
| 1915 | 2026-03-19T05:58:33.288Z | Checking potential_utf v0.1.4 |
| 1916 | 2026-03-19T05:58:33.337Z | Checking parking_lot v0.12.5 |
| 1917 | 2026-03-19T05:58:33.384Z | Checking getrandom v0.4.1 |
| 1918 | 2026-03-19T05:58:33.388Z | Checking once_cell v1.21.3 |
| 1919 | 2026-03-19T05:58:33.476Z | Checking icu_locale_core v2.1.1 |
| 1920 | 2026-03-19T05:58:33.522Z | Checking icu_collections v2.1.1 |
| 1921 | 2026-03-19T05:58:33.621Z | Checking mio v1.1.1 |
| 1922 | 2026-03-19T05:58:33.677Z | Checking typenum v1.19.0 |
| 1923 | 2026-03-19T05:58:33.729Z | Checking serde v1.0.228 |
| 1924 | 2026-03-19T05:58:33.729Z | Checking bitflags v2.11.0 |
| 1925 | 2026-03-19T05:58:33.732Z | Checking serde_json v1.0.149 |
| 1926 | 2026-03-19T05:58:33.953Z | Checking socket2 v0.6.2 |
| 1927 | 2026-03-19T05:58:34.058Z | Checking thiserror v2.0.18 |
| 1928 | 2026-03-19T05:58:34.110Z | Checking iana-time-zone v0.1.65 |
| 1929 | 2026-03-19T05:58:34.231Z | Checking allocator-api2 v0.2.21 |
| 1930 | 2026-03-19T05:58:34.283Z | Checking icu_provider v2.1.1 |
| 1931 | 2026-03-19T05:58:34.331Z | Checking uuid v1.21.0 |
| 1932 | 2026-03-19T05:58:34.334Z | Checking semver v1.0.27 |
| 1933 | 2026-03-19T05:58:34.427Z | Checking bytes v1.11.1 |
| 1934 | 2026-03-19T05:58:34.430Z | Checking generic-array v0.14.7 |
| 1935 | 2026-03-19T05:58:34.623Z | Checking icu_properties v2.1.2 |
| 1936 | 2026-03-19T05:58:34.672Z | Checking icu_normalizer v2.1.1 |
| 1937 | 2026-03-19T05:58:34.719Z | Checking chrono v0.4.44 |
| 1938 | 2026-03-19T05:58:34.768Z | Checking futures-core v0.3.32 |
| 1939 | 2026-03-19T05:58:34.829Z | Checking equivalent v1.0.2 |
| 1940 | 2026-03-19T05:58:34.987Z | Checking dyn-clone v1.0.20 |
| 1941 | 2026-03-19T05:58:34.990Z | Checking const-oid v0.9.6 |
| 1942 | 2026-03-19T05:58:35.093Z | Checking crypto-common v0.1.7 |
| 1943 | 2026-03-19T05:58:35.132Z | Checking tokio v1.49.0 |
| 1944 | 2026-03-19T05:58:35.135Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1945 | 2026-03-19T05:58:35.223Z | Checking foldhash v0.2.0 |
| 1946 | 2026-03-19T05:58:35.272Z | Checking block-buffer v0.10.4 |
| 1947 | 2026-03-19T05:58:35.453Z | Checking hashbrown v0.16.1 |
| 1948 | 2026-03-19T05:58:35.504Z | Checking futures-sink v0.3.32 |
| 1949 | 2026-03-19T05:58:35.606Z | Checking rustix v1.1.3 |
| 1950 | 2026-03-19T05:58:35.704Z | Checking byteorder v1.5.0 |
| 1951 | 2026-03-19T05:58:35.795Z | Checking idna_adapter v1.2.1 |
| 1952 | 2026-03-19T05:58:35.923Z | Checking futures-channel v0.3.32 |
| 1953 | 2026-03-19T05:58:35.985Z | Checking idna v1.1.0 |
| 1954 | 2026-03-19T05:58:36.035Z | Checking digest v0.10.7 |
| 1955 | 2026-03-19T05:58:36.038Z | Checking futures-io v0.3.32 |
| 1956 | 2026-03-19T05:58:36.172Z | Checking slab v0.4.12 |
| 1957 | 2026-03-19T05:58:36.223Z | Checking futures-task v0.3.32 |
| 1958 | 2026-03-19T05:58:36.270Z | Checking cpufeatures v0.2.17 |
| 1959 | 2026-03-19T05:58:36.324Z | Checking indexmap v2.13.0 |
| 1960 | 2026-03-19T05:58:36.373Z | Checking url v2.5.8 |
| 1961 | 2026-03-19T05:58:36.418Z | Checking thiserror v1.0.69 |
| 1962 | 2026-03-19T05:58:36.421Z | Checking getrandom v0.3.4 |
| 1963 | 2026-03-19T05:58:36.507Z | Checking futures-util v0.3.32 |
| 1964 | 2026-03-19T05:58:36.573Z | Checking fnv v1.0.7 |
| 1965 | 2026-03-19T05:58:36.676Z | Checking regex-syntax v0.8.10 |
| 1966 | 2026-03-19T05:58:36.728Z | Checking http v1.4.0 |
| 1967 | 2026-03-19T05:58:36.820Z | Checking tracing-core v0.1.36 |
| 1968 | 2026-03-19T05:58:36.989Z | Checking schemars v0.8.22 |
| 1969 | 2026-03-19T05:58:36.992Z | Checking ppv-lite86 v0.2.21 |
| 1970 | 2026-03-19T05:58:37.130Z | Checking base64 v0.22.1 |
| 1971 | 2026-03-19T05:58:37.295Z | Checking tracing v0.1.44 |
| 1972 | 2026-03-19T05:58:37.484Z | Checking unicode-ident v1.0.24 |
| 1973 | 2026-03-19T05:58:37.531Z | Checking ipnet v2.11.0 |
| 1974 | 2026-03-19T05:58:37.584Z | Checking utf8parse v0.2.2 |
| 1975 | 2026-03-19T05:58:37.631Z | Checking anstyle v1.0.13 |
| 1976 | 2026-03-19T05:58:37.678Z | Checking proc-macro2 v1.0.106 |
| 1977 | 2026-03-19T05:58:37.746Z | Checking untrusted v0.9.0 |
| 1978 | 2026-03-19T05:58:37.902Z | Checking anstyle-parse v0.2.7 |
| 1979 | 2026-03-19T05:58:37.950Z | Checking aho-corasick v1.1.4 |
| 1980 | 2026-03-19T05:58:37.953Z | Checking ring v0.17.14 |
| 1981 | 2026-03-19T05:58:37.990Z | Checking is_terminal_polyfill v1.70.2 |
| 1982 | 2026-03-19T05:58:38.128Z | Checking base64ct v1.8.3 |
| 1983 | 2026-03-19T05:58:38.133Z | Checking quote v1.0.44 |
| 1984 | 2026-03-19T05:58:38.218Z | Checking anstyle-query v1.1.5 |
| 1985 | 2026-03-19T05:58:38.369Z | Checking colorchoice v1.0.4 |
| 1986 | 2026-03-19T05:58:38.437Z | Checking syn v2.0.117 |
| 1987 | 2026-03-19T05:58:38.488Z | Checking block-padding v0.3.3 |
| 1988 | 2026-03-19T05:58:38.537Z | Checking anstream v0.6.21 |
| 1989 | 2026-03-19T05:58:38.540Z | Checking terminal_size v0.4.3 |
| 1990 | 2026-03-19T05:58:38.696Z | Checking inout v0.1.4 |
| 1991 | 2026-03-19T05:58:38.760Z | Checking rustls-pki-types v1.14.0 |
| 1992 | 2026-03-19T05:58:38.834Z | Checking crossbeam-utils v0.8.21 |
| 1993 | 2026-03-19T05:58:38.949Z | Checking httparse v1.10.1 |
| 1994 | 2026-03-19T05:58:38.953Z | Checking regex-automata v0.4.14 |
| 1995 | 2026-03-19T05:58:39.190Z | Checking cipher v0.4.4 |
| 1996 | 2026-03-19T05:58:39.252Z | Checking clap_lex v1.0.0 |
| 1997 | 2026-03-19T05:58:39.301Z | Checking strsim v0.11.1 |
| 1998 | 2026-03-19T05:58:39.385Z | Checking sha2 v0.10.9 |
| 1999 | 2026-03-19T05:58:39.434Z | Checking pem-rfc7468 v0.7.0 |
| 2000 | 2026-03-19T05:58:39.483Z | Checking http-body v1.0.1 |
| 2001 | 2026-03-19T05:58:39.534Z | Checking rand_core v0.9.5 |
| 2002 | 2026-03-19T05:58:39.585Z | Checking clap_builder v4.5.60 |
| 2003 | 2026-03-19T05:58:39.588Z | Checking tokio-util v0.7.18 |
| 2004 | 2026-03-19T05:58:39.680Z | Checking atomic-waker v1.1.2 |
| 2005 | 2026-03-19T05:58:39.683Z | Checking hmac v0.12.1 |
| 2006 | 2026-03-19T05:58:39.773Z | Checking httpdate v1.0.3 |
| 2007 | 2026-03-19T05:58:39.820Z | Checking try-lock v0.2.5 |
| 2008 | 2026-03-19T05:58:39.866Z | Checking tower-layer v0.3.3 |
| 2009 | 2026-03-19T05:58:39.927Z | Checking tower-service v0.3.3 |
| 2010 | 2026-03-19T05:58:39.978Z | Checking want v0.3.1 |
| 2011 | 2026-03-19T05:58:40.023Z | Checking pin-utils v0.1.0 |
| 2012 | 2026-03-19T05:58:40.076Z | Checking flagset v0.4.7 |
| 2013 | 2026-03-19T05:58:40.125Z | Checking ryu v1.0.23 |
| 2014 | 2026-03-19T05:58:40.171Z | Checking rand_chacha v0.9.0 |
| 2015 | 2026-03-19T05:58:40.174Z | Checking erased-serde v0.3.31 |
| 2016 | 2026-03-19T05:58:40.267Z | Checking der v0.7.10 |
| 2017 | 2026-03-19T05:58:40.332Z | Checking spin v0.9.8 |
| 2018 | 2026-03-19T05:58:40.463Z | Checking rand v0.9.2 |
| 2019 | 2026-03-19T05:58:40.510Z | Checking h2 v0.4.13 |
| 2020 | 2026-03-19T05:58:40.603Z | Checking anyhow v1.0.102 |
| 2021 | 2026-03-19T05:58:40.822Z | Checking slog v2.8.2 |
| 2022 | 2026-03-19T05:58:40.899Z | Checking powerfmt v0.2.0 |
| 2023 | 2026-03-19T05:58:41.134Z | Checking deranged v0.5.8 |
| 2024 | 2026-03-19T05:58:41.137Z | Checking num_threads v0.1.7 |
| 2025 | 2026-03-19T05:58:41.228Z | Checking time-core v0.1.8 |
| 2026 | 2026-03-19T05:58:41.295Z | Checking clap v4.5.60 |
| 2027 | 2026-03-19T05:58:41.345Z | Checking num-conv v0.2.0 |
| 2028 | 2026-03-19T05:58:41.348Z | Checking http-body-util v0.1.3 |
| 2029 | 2026-03-19T05:58:41.437Z | Checking aws-lc-sys v0.37.1 |
| 2030 | 2026-03-19T05:58:41.485Z | Checking untrusted v0.7.1 |
| 2031 | 2026-03-19T05:58:41.533Z | Checking openssl-probe v0.2.1 |
| 2032 | 2026-03-19T05:58:41.580Z | Checking fastrand v2.3.0 |
| 2033 | 2026-03-19T05:58:41.664Z | Checking regex v1.12.3 |
| 2034 | 2026-03-19T05:58:41.713Z | Checking spki v0.7.3 |
| 2035 | 2026-03-19T05:58:41.716Z | Checking serde_urlencoded v0.7.1 |
| 2036 | 2026-03-19T05:58:41.805Z | Checking pbkdf2 v0.12.2 |
| 2037 | 2026-03-19T05:58:41.854Z | Checking aes v0.8.4 |
| 2038 | 2026-03-19T05:58:41.955Z | Checking rand_chacha v0.3.1 |
| 2039 | 2026-03-19T05:58:42.002Z | Checking unicode-width v0.2.0 |
| 2040 | 2026-03-19T05:58:42.060Z | Checking pretty-hex v0.4.1 |
| 2041 | 2026-03-19T05:58:42.108Z | Checking cbc v0.1.2 |
| 2042 | 2026-03-19T05:58:42.186Z | Checking aws-lc-rs v1.16.0 |
| 2043 | 2026-03-19T05:58:42.247Z | Checking salsa20 v0.10.2 |
| 2044 | 2026-03-19T05:58:42.295Z | Checking rand v0.8.5 |
| 2045 | 2026-03-19T05:58:42.342Z | Checking ipnetwork v0.21.1 |
| 2046 | 2026-03-19T05:58:42.391Z | Checking tempfile v3.25.0 |
| 2047 | 2026-03-19T05:58:42.441Z | Checking hex v0.4.3 |
| 2048 | 2026-03-19T05:58:42.489Z | Checking scrypt v0.11.0 |
| 2049 | 2026-03-19T05:58:42.492Z | Checking time v0.3.47 |
| 2050 | 2026-03-19T05:58:42.655Z | Checking plain v0.2.3 |
| 2051 | 2026-03-19T05:58:42.704Z | Checking pkcs5 v0.7.1 |
| 2052 | 2026-03-19T05:58:42.708Z | Checking rustls-native-certs v0.8.3 |
| 2053 | 2026-03-19T05:58:42.796Z | Checking sync_wrapper v1.0.2 |
| 2054 | 2026-03-19T05:58:42.840Z | Checking camino v1.2.2 |
| 2055 | 2026-03-19T05:58:42.943Z | Checking ucd-trie v0.1.7 |
| 2056 | 2026-03-19T05:58:42.991Z | Checking tower v0.5.3 |
| 2057 | 2026-03-19T05:58:43.045Z | Checking webpki-roots v1.0.6 |
| 2058 | 2026-03-19T05:58:43.093Z | Checking pkcs8 v0.10.2 |
| 2059 | 2026-03-19T05:58:43.146Z | Checking pest v2.8.6 |
| 2060 | 2026-03-19T05:58:43.223Z | Checking iri-string v0.7.10 |
| 2061 | 2026-03-19T05:58:43.272Z | Checking either v1.15.0 |
| 2062 | 2026-03-19T05:58:43.354Z | Checking mime v0.3.17 |
| 2063 | 2026-03-19T05:58:43.404Z | Checking rustls-webpki v0.103.9 |
| 2064 | 2026-03-19T05:58:43.547Z | Checking openapiv3 v2.2.0 |
| 2065 | 2026-03-19T05:58:43.594Z | Checking winnow v0.7.14 |
| 2066 | 2026-03-19T05:58:43.641Z | Checking oxnet v0.1.4 |
| 2067 | 2026-03-19T05:58:43.992Z | Checking lazy_static v1.5.0 |
| 2068 | 2026-03-19T05:58:43.995Z | Checking rustls v0.23.37 |
| 2069 | 2026-03-19T05:58:44.135Z | Checking foreign-types-shared v0.1.1 |
| 2070 | 2026-03-19T05:58:44.182Z | Checking static_assertions v1.1.0 |
| 2071 | 2026-03-19T05:58:44.267Z | Checking hyper v1.8.1 |
| 2072 | 2026-03-19T05:58:44.314Z | Checking foreign-types v0.3.2 |
| 2073 | 2026-03-19T05:58:44.318Z | Checking signature v2.2.0 |
| 2074 | 2026-03-19T05:58:44.434Z | Checking openssl-sys v0.9.111 |
| 2075 | 2026-03-19T05:58:44.558Z | Checking encoding_rs v0.8.35 |
| 2076 | 2026-03-19T05:58:44.656Z | Checking simd-adler32 v0.3.8 |
| 2077 | 2026-03-19T05:58:44.728Z | Checking tower-http v0.6.8 |
| 2078 | 2026-03-19T05:58:44.921Z | Checking hubpack v0.1.2 |
| 2079 | 2026-03-19T05:58:45.112Z | Checking openssl v0.10.75 |
| 2080 | 2026-03-19T05:58:45.161Z | Checking adler2 v2.0.1 |
| 2081 | 2026-03-19T05:58:45.209Z | Checking strum v0.26.3 |
| 2082 | 2026-03-19T05:58:45.299Z | Checking sha1 v0.10.6 |
| 2083 | 2026-03-19T05:58:45.348Z | Checking miniz_oxide v0.8.9 |
| 2084 | 2026-03-19T05:58:45.395Z | Checking data-encoding v2.10.0 |
| 2085 | 2026-03-19T05:58:45.398Z | Checking tinyvec_macros v0.1.1 |
| 2086 | 2026-03-19T05:58:45.539Z | Checking toml_datetime v0.6.11 |
| 2087 | 2026-03-19T05:58:45.587Z | Checking tinyvec v1.10.0 |
| 2088 | 2026-03-19T05:58:45.591Z | Checking hyper-util v0.1.20 |
| 2089 | 2026-03-19T05:58:45.781Z | Checking serde_spanned v0.6.9 |
| 2090 | 2026-03-19T05:58:45.831Z | Checking num-integer v0.1.46 |
| 2091 | 2026-03-19T05:58:45.878Z | Checking scroll v0.13.0 |
| 2092 | 2026-03-19T05:58:45.925Z | Checking memmap2 v0.9.10 |
| 2093 | 2026-03-19T05:58:45.977Z | Checking base16ct v0.2.0 |
| 2094 | 2026-03-19T05:58:46.043Z | Checking bit-vec v0.8.0 |
| 2095 | 2026-03-19T05:58:46.168Z | Checking dtrace-parser v0.3.0 |
| 2096 | 2026-03-19T05:58:46.171Z | Checking sec1 v0.7.3 |
| 2097 | 2026-03-19T05:58:46.171Z | Checking crossbeam-epoch v0.9.18 |
| 2098 | 2026-03-19T05:58:46.307Z | Checking goblin v0.10.5 |
| 2099 | 2026-03-19T05:58:46.352Z | Checking bit-set v0.8.0 |
| 2100 | 2026-03-19T05:58:46.515Z | Checking crc32fast v1.5.0 |
| 2101 | 2026-03-19T05:58:46.566Z | Checking ff v0.13.1 |
| 2102 | 2026-03-19T05:58:46.569Z | Checking thread-id v5.1.0 |
| 2103 | 2026-03-19T05:58:46.657Z | Checking wait-timeout v0.2.1 |
| 2104 | 2026-03-19T05:58:46.727Z | Checking num-iter v0.1.45 |
| 2105 | 2026-03-19T05:58:46.777Z | Checking bstr v1.12.1 |
| 2106 | 2026-03-19T05:58:46.780Z | Checking group v0.13.0 |
| 2107 | 2026-03-19T05:58:46.871Z | Checking hkdf v0.12.4 |
| 2108 | 2026-03-19T05:58:46.918Z | Checking ahash v0.8.12 |
| 2109 | 2026-03-19T05:58:47.045Z | Checking crypto-bigint v0.5.5 |
| 2110 | 2026-03-19T05:58:47.094Z | Checking quick-error v1.2.3 |
| 2111 | 2026-03-19T05:58:47.220Z | Checking rand_xorshift v0.4.0 |
| 2112 | 2026-03-19T05:58:47.270Z | Checking rusty-fork v0.3.1 |
| 2113 | 2026-03-19T05:58:47.336Z | Checking tokio-rustls v0.26.4 |
| 2114 | 2026-03-19T05:58:47.386Z | Checking scroll v0.12.0 |
| 2115 | 2026-03-19T05:58:47.389Z | Checking unarray v0.1.4 |
| 2116 | 2026-03-19T05:58:47.479Z | Checking num-bigint-dig v0.8.6 |
| 2117 | 2026-03-19T05:58:47.527Z | Checking pkcs1 v0.7.5 |
| 2118 | 2026-03-19T05:58:47.599Z | Checking proptest v1.10.0 |
| 2119 | 2026-03-19T05:58:47.673Z | Checking hyper-rustls v0.27.7 |
| 2120 | 2026-03-19T05:58:47.730Z | Checking goblin v0.8.2 |
| 2121 | 2026-03-19T05:58:47.835Z | Checking x509-cert v0.2.5 |
| 2122 | 2026-03-19T05:58:47.975Z | Checking zerocopy v0.7.35 |
| 2123 | 2026-03-19T05:58:48.023Z | Checking native-tls v0.2.18 |
| 2124 | 2026-03-19T05:58:48.293Z | Checking tokio-native-tls v0.3.1 |
| 2125 | 2026-03-19T05:58:48.404Z | Checking elliptic-curve v0.13.8 |
| 2126 | 2026-03-19T05:58:48.523Z | Checking hyper-tls v0.6.0 |
| 2127 | 2026-03-19T05:58:48.669Z | Checking psl-types v2.0.11 |
| 2128 | 2026-03-19T05:58:48.718Z | Checking unicode-segmentation v1.12.0 |
| 2129 | 2026-03-19T05:58:48.766Z | Checking zlib-rs v0.6.2 |
| 2130 | 2026-03-19T05:58:48.814Z | Checking reqwest v0.12.28 |
| 2131 | 2026-03-19T05:58:48.868Z | Checking publicsuffix v2.3.0 |
| 2132 | 2026-03-19T05:58:48.868Z | Checking rsa v0.9.10 |
| 2133 | 2026-03-19T05:58:49.154Z | Checking crossbeam-deque v0.8.6 |
| 2134 | 2026-03-19T05:58:49.206Z | Checking dtrace-parser v0.2.0 |
| 2135 | 2026-03-19T05:58:49.425Z | Checking cookie v0.18.1 |
| 2136 | 2026-03-19T05:58:49.517Z | Checking rfc6979 v0.4.0 |
| 2137 | 2026-03-19T05:58:49.562Z | Checking thread-id v4.2.2 |
| 2138 | 2026-03-19T05:58:49.617Z | Checking dof v0.4.0 |
| 2139 | 2026-03-19T05:58:49.699Z | Checking toml_write v0.1.2 |
| 2140 | 2026-03-19T05:58:49.702Z | Checking ecdsa v0.16.9 |
| 2141 | 2026-03-19T05:58:49.793Z | Checking cookie_store v0.22.1 |
| 2142 | 2026-03-19T05:58:49.951Z | Checking toml_edit v0.22.27 |
| 2143 | 2026-03-19T05:58:50.002Z | Checking rustls-platform-verifier v0.6.2 |
| 2144 | 2026-03-19T05:58:50.049Z | Checking flate2 v1.1.9 |
| 2145 | 2026-03-19T05:58:50.175Z | Checking newtype-uuid v1.3.2 |
| 2146 | 2026-03-19T05:58:50.233Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2147 | 2026-03-19T05:58:50.284Z | Checking curve25519-dalek v4.1.3 |
| 2148 | 2026-03-19T05:58:50.287Z | Checking rustix v0.38.44 |
| 2149 | 2026-03-19T05:58:50.376Z | Checking dof v0.3.0 |
| 2150 | 2026-03-19T05:58:50.472Z | Checking memoffset v0.9.1 |
| 2151 | 2026-03-19T05:58:50.520Z | Checking usdt-impl v0.6.0 |
| 2152 | 2026-03-19T05:58:50.524Z | Checking env_filter v1.0.0 |
| 2153 | 2026-03-19T05:58:50.626Z | Checking keccak v0.1.6 |
| 2154 | 2026-03-19T05:58:50.714Z | Checking daft v0.1.5 |
| 2155 | 2026-03-19T05:58:50.783Z | Checking env_logger v0.11.9 |
| 2156 | 2026-03-19T05:58:50.786Z | Checking usdt-impl v0.5.0 |
| 2157 | 2026-03-19T05:58:50.881Z | Checking sha3 v0.10.8 |
| 2158 | 2026-03-19T05:58:50.930Z | Checking usdt v0.6.0 |
| 2159 | 2026-03-19T05:58:51.061Z | Checking reqwest v0.13.2 |
| 2160 | 2026-03-19T05:58:51.064Z | Checking ed25519 v2.2.3 |
| 2161 | 2026-03-19T05:58:51.169Z | Checking itertools v0.13.0 |
| 2162 | 2026-03-19T05:58:51.218Z | Checking serde_with v3.17.0 |
| 2163 | 2026-03-19T05:58:51.221Z | Checking siphasher v1.0.2 |
| 2164 | 2026-03-19T05:58:51.355Z | Checking bitflags v1.3.2 |
| 2165 | 2026-03-19T05:58:51.402Z | Checking ed25519-dalek v2.2.0 |
| 2166 | 2026-03-19T05:58:51.462Z | Checking unicode-normalization v0.1.25 |
| 2167 | 2026-03-19T05:58:51.512Z | Checking signal-hook v0.3.18 |
| 2168 | 2026-03-19T05:58:51.516Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2169 | 2026-03-19T05:58:51.604Z | Checking managed v0.8.0 |
| 2170 | 2026-03-19T05:58:51.732Z | Checking winnow v0.5.40 |
| 2171 | 2026-03-19T05:58:51.789Z | Checking nix v0.31.1 |
| 2172 | 2026-03-19T05:58:51.858Z | Checking rayon-core v1.13.0 |
| 2173 | 2026-03-19T05:58:51.903Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2174 | 2026-03-19T05:58:52.024Z | Checking object v0.37.3 |
| 2175 | 2026-03-19T05:58:52.072Z | Checking foldhash v0.1.5 |
| 2176 | 2026-03-19T05:58:52.258Z | Checking bzip2 v0.4.4 |
| 2177 | 2026-03-19T05:58:52.308Z | Checking hashbrown v0.15.5 |
| 2178 | 2026-03-19T05:58:52.357Z | Checking signal-hook-mio v0.2.5 |
| 2179 | 2026-03-19T05:58:52.511Z | Checking ref-cast v1.0.25 |
| 2180 | 2026-03-19T05:58:52.559Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2181 | 2026-03-19T05:58:52.664Z | Checking zip v0.6.6 |
| 2182 | 2026-03-19T05:58:52.711Z | Checking libbz2-rs-sys v0.2.2 |
| 2183 | 2026-03-19T05:58:52.758Z | Checking zstd-safe v7.2.4 |
| 2184 | 2026-03-19T05:58:52.978Z | Checking bumpalo v3.20.2 |
| 2185 | 2026-03-19T05:58:53.025Z | Checking zstd v0.13.3 |
| 2186 | 2026-03-19T05:58:53.125Z | Checking crossterm v0.28.1 |
| 2187 | 2026-03-19T05:58:53.250Z | Checking bzip2 v0.6.1 |
| 2188 | 2026-03-19T05:58:53.300Z | Checking zopfli v0.8.3 |
| 2189 | 2026-03-19T05:58:53.303Z | Checking rayon v1.11.0 |
| 2190 | 2026-03-19T05:58:53.392Z | Checking similar v2.7.0 |
| 2191 | 2026-03-19T05:58:53.394Z | Checking toml_edit v0.19.15 |
| 2192 | 2026-03-19T05:58:53.435Z | Checking fs-err v3.3.0 |
| 2193 | 2026-03-19T05:58:53.529Z | Checking hash32 v0.2.1 |
| 2194 | 2026-03-19T05:58:53.761Z | Checking serde-big-array v0.5.1 |
| 2195 | 2026-03-19T05:58:53.808Z | Checking jiff v0.2.21 |
| 2196 | 2026-03-19T05:58:53.911Z | Checking predicates-core v1.0.10 |
| 2197 | 2026-03-19T05:58:53.959Z | Checking unicode-bidi v0.3.18 |
| 2198 | 2026-03-19T05:58:54.004Z | Checking unicode-properties v0.1.4 |
| 2199 | 2026-03-19T05:58:54.102Z | Checking heapless v0.7.17 |
| 2200 | 2026-03-19T05:58:54.150Z | Checking hickory-proto v0.25.2 |
| 2201 | 2026-03-19T05:58:54.285Z | Checking tokio-stream v0.1.18 |
| 2202 | 2026-03-19T05:58:54.378Z | Checking stringprep v0.1.5 |
| 2203 | 2026-03-19T05:58:54.611Z | Checking md-5 v0.10.6 |
| 2204 | 2026-03-19T05:58:54.704Z | Checking float-cmp v0.10.0 |
| 2205 | 2026-03-19T05:58:54.820Z | Checking fallible-iterator v0.2.0 |
| 2206 | 2026-03-19T05:58:54.869Z | Checking normalize-line-endings v0.3.0 |
| 2207 | 2026-03-19T05:58:54.917Z | Checking difflib v0.4.0 |
| 2208 | 2026-03-19T05:58:54.920Z | Checking toml v0.7.8 |
| 2209 | 2026-03-19T05:58:55.017Z | Checking rustc-hash v2.1.1 |
| 2210 | 2026-03-19T05:58:55.179Z | Checking predicates v3.1.4 |
| 2211 | 2026-03-19T05:58:55.228Z | Checking iddqd v0.3.17 |
| 2212 | 2026-03-19T05:58:55.231Z | Checking postgres-protocol v0.6.10 |
| 2213 | 2026-03-19T05:58:55.365Z | Checking smoltcp v0.9.1 |
| 2214 | 2026-03-19T05:58:55.415Z | Checking phf_shared v0.11.3 |
| 2215 | 2026-03-19T05:58:55.461Z | Checking phf_shared v0.13.1 |
| 2216 | 2026-03-19T05:58:55.621Z | Checking itertools v0.12.1 |
| 2217 | 2026-03-19T05:58:55.668Z | Checking console v0.16.2 |
| 2218 | 2026-03-19T05:58:55.734Z | Checking buf-list v1.1.2 |
| 2219 | 2026-03-19T05:58:55.782Z | Checking strum v0.27.2 |
| 2220 | 2026-03-19T05:58:55.960Z | Checking lalrpop-util v0.19.12 |
| 2221 | 2026-03-19T05:58:56.009Z | Checking precomputed-hash v0.1.1 |
| 2222 | 2026-03-19T05:58:56.102Z | Checking fixedbitset v0.4.2 |
| 2223 | 2026-03-19T05:58:56.150Z | Checking fixedbitset v0.5.7 |
| 2224 | 2026-03-19T05:58:56.203Z | Checking unit-prefix v0.5.2 |
| 2225 | 2026-03-19T05:58:56.252Z | Checking new_debug_unreachable v1.0.6 |
| 2226 | 2026-03-19T05:58:56.331Z | Checking petgraph v0.6.5 |
| 2227 | 2026-03-19T05:58:56.379Z | Checking string_cache v0.8.9 |
| 2228 | 2026-03-19T05:58:56.427Z | Checking indicatif v0.18.4 |
| 2229 | 2026-03-19T05:58:56.475Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2230 | 2026-03-19T05:58:56.478Z | Checking petgraph v0.8.3 |
| 2231 | 2026-03-19T05:58:56.625Z | Checking phf v0.13.1 |
| 2232 | 2026-03-19T05:58:56.860Z | Checking postgres-types v0.2.12 |
| 2233 | 2026-03-19T05:58:56.923Z | Checking zip v4.6.1 |
| 2234 | 2026-03-19T05:58:56.973Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2235 | 2026-03-19T05:58:57.054Z | Checking zone v0.3.1 |
| 2236 | 2026-03-19T05:58:57.346Z | Checking peg-runtime v0.8.5 |
| 2237 | 2026-03-19T05:58:57.395Z | Checking whoami v2.1.0 |
| 2238 | 2026-03-19T05:58:57.621Z | Checking futures-executor v0.3.32 |
| 2239 | 2026-03-19T05:58:57.685Z | Checking tokio-postgres v0.7.16 |
| 2240 | 2026-03-19T05:58:57.735Z | Checking is-terminal v0.4.17 |
| 2241 | 2026-03-19T05:58:57.785Z | Checking crossbeam-channel v0.5.15 |
| 2242 | 2026-03-19T05:58:57.837Z | Checking futures v0.3.32 |
| 2243 | 2026-03-19T05:58:57.885Z | Compiling structmeta-derive v0.3.0 |
| 2244 | 2026-03-19T05:58:57.972Z | Checking thread_local v1.1.9 |
| 2245 | 2026-03-19T05:58:58.022Z | Checking term v1.2.1 |
| 2246 | 2026-03-19T05:58:58.131Z | Checking take_mut v0.2.2 |
| 2247 | 2026-03-19T05:58:58.218Z | Compiling newtype-uuid-macros v0.1.0 |
| 2248 | 2026-03-19T05:58:58.269Z | Compiling rustls v0.22.4 |
| 2249 | 2026-03-19T05:58:58.316Z | Checking slog-async v2.8.0 |
| 2250 | 2026-03-19T05:58:58.362Z | Checking slog-term v2.9.2 |
| 2251 | 2026-03-19T05:58:58.574Z | Checking regress v0.10.5 |
| 2252 | 2026-03-19T05:58:58.636Z | Compiling multer v3.1.0 |
| 2253 | 2026-03-19T05:58:58.750Z | Compiling async-stream-impl v0.3.6 |
| 2254 | 2026-03-19T05:58:58.799Z | Compiling dropshot v0.16.7 |
| 2255 | 2026-03-19T05:58:59.003Z | Compiling dropshot_endpoint v0.16.7 |
| 2256 | 2026-03-19T05:58:59.183Z | Checking match_cfg v0.1.0 |
| 2257 | 2026-03-19T05:58:59.259Z | Checking slog-json v2.6.1 |
| 2258 | 2026-03-19T05:58:59.309Z | Checking hostname v0.3.1 |
| 2259 | 2026-03-19T05:58:59.373Z | Compiling structmeta v0.3.0 |
| 2260 | 2026-03-19T05:58:59.423Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2261 | 2026-03-19T05:58:59.472Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2262 | 2026-03-19T05:58:59.521Z | Checking slog-bunyan v2.5.0 |
| 2263 | 2026-03-19T05:58:59.586Z | Checking debug-ignore v1.0.5 |
| 2264 | 2026-03-19T05:58:59.681Z | Compiling derive-ex v0.1.8 |
| 2265 | 2026-03-19T05:58:59.729Z | Checking serde_spanned v1.0.4 |
| 2266 | 2026-03-19T05:58:59.778Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2267 | 2026-03-19T05:58:59.829Z | Checking rustls-webpki v0.102.8 |
| 2268 | 2026-03-19T05:58:59.938Z | Checking serde_path_to_error v0.1.20 |
| 2269 | 2026-03-19T05:58:59.987Z | Checking progenitor-client v0.13.0 |
| 2270 | 2026-03-19T05:59:00.039Z | Checking async-stream v0.3.6 |
| 2271 | 2026-03-19T05:59:00.087Z | Checking toml v0.9.12+spec-1.1.0 |
| 2272 | 2026-03-19T05:59:00.322Z | Checking waitgroup v0.1.2 |
| 2273 | 2026-03-19T05:59:00.370Z | Checking rustls-pemfile v2.2.0 |
| 2274 | 2026-03-19T05:59:00.486Z | Checking hostname v0.4.2 |
| 2275 | 2026-03-19T05:59:00.554Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2276 | 2026-03-19T05:59:00.602Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2277 | 2026-03-19T05:59:00.605Z | Compiling parse-display-derive v0.10.0 |
| 2278 | 2026-03-19T05:59:00.693Z | Checking itertools v0.14.0 |
| 2279 | 2026-03-19T05:59:00.770Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2026-03-19T05:59:00.773Z | Checking macaddr v1.0.1 |
| 2281 | 2026-03-19T05:59:00.931Z | Checking progenitor-client v0.10.0 |
| 2282 | 2026-03-19T05:59:01.090Z | Checking instant v0.1.13 |
| 2283 | 2026-03-19T05:59:01.240Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2284 | 2026-03-19T05:59:01.288Z | Checking backoff v0.4.0 |
| 2285 | 2026-03-19T05:59:01.336Z | Checking backon v1.6.0 |
| 2286 | 2026-03-19T05:59:01.441Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2287 | 2026-03-19T05:59:01.599Z | Checking progenitor-extras v0.1.1 |
| 2288 | 2026-03-19T05:59:01.602Z | Checking heck v0.5.0 |
| 2289 | 2026-03-19T05:59:01.791Z | Checking camino-tempfile v1.4.1 |
| 2290 | 2026-03-19T05:59:01.979Z | Checking toml v0.8.23 |
| 2291 | 2026-03-19T05:59:02.086Z | Compiling test-strategy v0.4.5 |
| 2292 | 2026-03-19T05:59:02.148Z | Compiling convert_case v0.4.0 |
| 2293 | 2026-03-19T05:59:02.220Z | Compiling unsafe-libyaml v0.2.11 |
| 2294 | 2026-03-19T05:59:02.478Z | Checking tokio-rustls v0.25.0 |
| 2295 | 2026-03-19T05:59:02.532Z | Checking secrecy v0.10.3 |
| 2296 | 2026-03-19T05:59:02.713Z | Compiling derive_more v0.99.20 |
| 2297 | 2026-03-19T05:59:02.761Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2298 | 2026-03-19T05:59:02.992Z | Checking parse-display v0.10.0 |
| 2299 | 2026-03-19T05:59:03.217Z | Compiling serde_yaml v0.9.34+deprecated |
| 2300 | 2026-03-19T05:59:03.274Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-03-19T05:59:03.528Z | Compiling proc-macro-crate v3.4.0 |
| 2302 | 2026-03-19T05:59:03.857Z | Compiling typify-impl v0.6.1 |
| 2303 | 2026-03-19T05:59:04.182Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2304 | 2026-03-19T05:59:04.508Z | Checking half v2.7.1 |
| 2305 | 2026-03-19T05:59:04.719Z | Checking glob v0.3.3 |
| 2306 | 2026-03-19T05:59:04.911Z | Checking ciborium-io v0.2.2 |
| 2307 | 2026-03-19T05:59:04.996Z | Compiling heapless v0.8.0 |
| 2308 | 2026-03-19T05:59:05.065Z | Checking ciborium-ll v0.2.2 |
| 2309 | 2026-03-19T05:59:05.325Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2310 | 2026-03-19T05:59:05.372Z | Checking ciborium v0.2.2 |
| 2311 | 2026-03-19T05:59:05.463Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2312 | 2026-03-19T05:59:05.679Z | Compiling ingot-macros v0.1.1 |
| 2313 | 2026-03-19T05:59:05.683Z | Checking tabwriter v1.4.1 |
| 2314 | 2026-03-19T05:59:05.895Z | Checking hash32 v0.3.1 |
| 2315 | 2026-03-19T05:59:05.943Z | Compiling smoltcp v0.11.0 |
| 2316 | 2026-03-19T05:59:05.947Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2317 | 2026-03-19T05:59:06.036Z | Compiling num_enum_derive v0.7.5 |
| 2318 | 2026-03-19T05:59:06.305Z | Checking cobs v0.3.0 |
| 2319 | 2026-03-19T05:59:06.365Z | Compiling foreign-types-macros v0.2.3 |
| 2320 | 2026-03-19T05:59:06.479Z | Checking foreign-types-shared v0.3.1 |
| 2321 | 2026-03-19T05:59:06.525Z | Checking cpufeatures v0.3.0 |
| 2322 | 2026-03-19T05:59:06.628Z | Checking postcard v1.1.3 |
| 2323 | 2026-03-19T05:59:06.678Z | Checking chacha20 v0.10.0 |
| 2324 | 2026-03-19T05:59:07.232Z | Compiling proc-macro-crate v1.3.1 |
| 2325 | 2026-03-19T05:59:07.242Z | Checking foreign-types v0.5.0 |
| 2326 | 2026-03-19T05:59:07.288Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-03-19T05:59:07.378Z | Checking cstr-argument v0.1.2 |
| 2328 | 2026-03-19T05:59:07.529Z | Checking num_enum v0.7.5 |
| 2329 | 2026-03-19T05:59:07.576Z | Checking sigpipe v0.1.3 |
| 2330 | 2026-03-19T05:59:07.622Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-03-19T05:59:07.711Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2332 | 2026-03-19T05:59:07.714Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2333 | 2026-03-19T05:59:07.803Z | Checking colored v3.1.1 |
| 2334 | 2026-03-19T05:59:08.094Z | Compiling num_enum_derive v0.5.11 |
| 2335 | 2026-03-19T05:59:08.141Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2336 | 2026-03-19T05:59:08.146Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-03-19T05:59:08.231Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2338 | 2026-03-19T05:59:08.385Z | Checking rand v0.10.0 |
| 2339 | 2026-03-19T05:59:08.434Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2340 | 2026-03-19T05:59:08.482Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2341 | 2026-03-19T05:59:08.485Z | Checking indent_write v2.2.0 |
| 2342 | 2026-03-19T05:59:08.730Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2343 | 2026-03-19T05:59:08.875Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2344 | 2026-03-19T05:59:08.998Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2345 | 2026-03-19T05:59:09.074Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2346 | 2026-03-19T05:59:09.117Z | Checking smf v0.2.3 |
| 2347 | 2026-03-19T05:59:09.346Z | Compiling num-derive v0.4.2 |
| 2348 | 2026-03-19T05:59:09.474Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2026-03-19T05:59:09.521Z | Checking num_enum v0.5.11 |
| 2350 | 2026-03-19T05:59:09.525Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2351 | 2026-03-19T05:59:09.613Z | Checking ingot-types v0.1.2 |
| 2352 | 2026-03-19T05:59:09.695Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2353 | 2026-03-19T05:59:09.793Z | Checking whoami v1.6.1 |
| 2354 | 2026-03-19T05:59:09.853Z | Checking universal-hash v0.5.1 |
| 2355 | 2026-03-19T05:59:10.044Z | Checking opaque-debug v0.3.1 |
| 2356 | 2026-03-19T05:59:10.091Z | Checking aead v0.5.2 |
| 2357 | 2026-03-19T05:59:10.140Z | Checking ingot v0.1.1 |
| 2358 | 2026-03-19T05:59:10.186Z | Checking swrite v0.1.0 |
| 2359 | 2026-03-19T05:59:10.190Z | Checking poly1305 v0.8.0 |
| 2360 | 2026-03-19T05:59:10.296Z | Checking chacha20 v0.9.1 |
| 2361 | 2026-03-19T05:59:10.344Z | Checking unicode-width v0.1.14 |
| 2362 | 2026-03-19T05:59:10.387Z | Compiling typify-macro v0.6.1 |
| 2363 | 2026-03-19T05:59:10.390Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2364 | 2026-03-19T05:59:10.576Z | Checking password-hash v0.5.0 |
| 2365 | 2026-03-19T05:59:10.625Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2366 | 2026-03-19T05:59:10.629Z | Checking blake2 v0.10.6 |
| 2367 | 2026-03-19T05:59:10.717Z | Checking chacha20poly1305 v0.10.1 |
| 2368 | 2026-03-19T05:59:10.912Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2369 | 2026-03-19T05:59:10.959Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2370 | 2026-03-19T05:59:11.006Z | Checking argon2 v0.5.3 |
| 2371 | 2026-03-19T05:59:11.010Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2372 | 2026-03-19T05:59:11.325Z | Compiling usdt-attr-macro v0.5.0 |
| 2373 | 2026-03-19T05:59:11.374Z | Compiling usdt-macro v0.5.0 |
| 2374 | 2026-03-19T05:59:11.421Z | Checking memmap v0.7.0 |
| 2375 | 2026-03-19T05:59:11.490Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2376 | 2026-03-19T05:59:11.624Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2377 | 2026-03-19T05:59:11.947Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2378 | 2026-03-19T05:59:12.053Z | Checking thiserror-no-std v2.0.2 |
| 2379 | 2026-03-19T05:59:12.208Z | Checking vsss-rs v3.3.4 |
| 2380 | 2026-03-19T05:59:12.332Z | Compiling derive-where v1.6.0 |
| 2381 | 2026-03-19T05:59:12.411Z | Checking usdt v0.5.0 |
| 2382 | 2026-03-19T05:59:12.477Z | Checking atomicwrites v0.4.4 |
| 2383 | 2026-03-19T05:59:12.527Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2384 | 2026-03-19T05:59:12.659Z | Checking tokio-dtrace v0.1.1 |
| 2385 | 2026-03-19T05:59:12.707Z | Checking console v0.15.11 |
| 2386 | 2026-03-19T05:59:12.793Z | Compiling typify v0.6.1 |
| 2387 | 2026-03-19T05:59:12.976Z | Compiling progenitor-impl v0.13.0 |
| 2388 | 2026-03-19T05:59:13.025Z | Checking oxide-tokio-rt v0.1.3 |
| 2389 | 2026-03-19T05:59:13.147Z | Checking newline-converter v0.3.0 |
| 2390 | 2026-03-19T05:59:13.271Z | Compiling prettyplease v0.2.37 |
| 2391 | 2026-03-19T05:59:13.320Z | Checking expectorate v1.2.0 |
| 2392 | 2026-03-19T05:59:13.323Z | Checking bytecount v0.6.9 |
| 2393 | 2026-03-19T05:59:13.516Z | Compiling owo-colors v4.3.0 |
| 2394 | 2026-03-19T05:59:13.564Z | Compiling cancel-safe-futures v0.1.5 |
| 2395 | 2026-03-19T05:59:13.718Z | Checking libsw-core v0.3.2 |
| 2396 | 2026-03-19T05:59:13.923Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2397 | 2026-03-19T05:59:14.061Z | Checking libsw v3.5.0 |
| 2398 | 2026-03-19T05:59:14.110Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2399 | 2026-03-19T05:59:14.203Z | Checking linear-map v1.2.0 |
| 2400 | 2026-03-19T05:59:14.258Z | Checking same-file v1.0.6 |
| 2401 | 2026-03-19T05:59:14.306Z | Checking num-rational v0.4.2 |
| 2402 | 2026-03-19T05:59:14.311Z | Checking num-complex v0.4.6 |
| 2403 | 2026-03-19T05:59:14.442Z | Checking walkdir v2.5.0 |
| 2404 | 2026-03-19T05:59:14.489Z | Checking float-ord v0.3.2 |
| 2405 | 2026-03-19T05:59:14.652Z | Checking gethostname v0.5.0 |
| 2406 | 2026-03-19T05:59:14.800Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2407 | 2026-03-19T05:59:14.869Z | Checking num v0.4.3 |
| 2408 | 2026-03-19T05:59:14.926Z | Compiling async-recursion v1.1.1 |
| 2409 | 2026-03-19T05:59:14.998Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2410 | 2026-03-19T05:59:15.046Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2411 | 2026-03-19T05:59:15.456Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2412 | 2026-03-19T05:59:15.920Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2413 | 2026-03-19T05:59:16.700Z | Compiling progenitor-macro v0.13.0 |
| 2414 | 2026-03-19T05:59:17.252Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2415 | 2026-03-19T05:59:18.682Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2416 | 2026-03-19T05:59:18.920Z | Checking unicode-linebreak v0.1.5 |
| 2417 | 2026-03-19T05:59:18.972Z | Checking smawk v0.3.2 |
| 2418 | 2026-03-19T05:59:19.181Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2419 | 2026-03-19T05:59:19.249Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2420 | 2026-03-19T05:59:19.367Z | Checking globset v0.4.18 |
| 2421 | 2026-03-19T05:59:19.862Z | Compiling convert_case v0.10.0 |
| 2422 | 2026-03-19T05:59:20.625Z | Compiling slog-dtrace v0.3.0 |
| 2423 | 2026-03-19T05:59:20.903Z | Checking resolv-conf v0.7.6 |
| 2424 | 2026-03-19T05:59:21.077Z | Compiling derive_more-impl v2.1.1 |
| 2425 | 2026-03-19T05:59:21.384Z | Compiling pin-project-internal v1.1.11 |
| 2426 | 2026-03-19T05:59:21.386Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2427 | 2026-03-19T05:59:21.530Z | Checking pem v3.0.6 |
| 2428 | 2026-03-19T05:59:21.723Z | Checking fd-lock v4.0.4 |
| 2429 | 2026-03-19T05:59:21.773Z | Checking vte v0.14.1 |
| 2430 | 2026-03-19T05:59:21.917Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-03-19T05:59:22.007Z | Checking strip-ansi-escapes v0.2.1 |
| 2432 | 2026-03-19T05:59:22.107Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2433 | 2026-03-19T05:59:22.185Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2434 | 2026-03-19T05:59:22.233Z | Checking derive_more v2.1.1 |
| 2435 | 2026-03-19T05:59:22.235Z | Compiling snafu-derive v0.8.9 |
| 2436 | 2026-03-19T05:59:22.325Z | Checking linked-hash-map v0.5.6 |
| 2437 | 2026-03-19T05:59:22.413Z | Checking crossterm v0.29.0 |
| 2438 | 2026-03-19T05:59:22.594Z | Checking termtree v0.5.1 |
| 2439 | 2026-03-19T05:59:22.808Z | Checking nu-ansi-term v0.50.3 |
| 2440 | 2026-03-19T05:59:22.959Z | Checking pin-project v1.1.11 |
| 2441 | 2026-03-19T05:59:23.034Z | Checking lru-cache v0.1.2 |
| 2442 | 2026-03-19T05:59:23.121Z | Checking textwrap v0.16.2 |
| 2443 | 2026-03-19T05:59:23.168Z | Checking reedline v0.40.0 |
| 2444 | 2026-03-19T05:59:23.216Z | Checking olpc-cjson v0.1.4 |
| 2445 | 2026-03-19T05:59:23.427Z | Checking hickory-proto v0.24.4 |
| 2446 | 2026-03-19T05:59:23.474Z | Checking serde_plain v1.0.2 |
| 2447 | 2026-03-19T05:59:23.697Z | Compiling minimal-lexical v0.2.1 |
| 2448 | 2026-03-19T05:59:23.938Z | Checking progenitor v0.13.0 |
| 2449 | 2026-03-19T05:59:24.072Z | Checking typed-path v0.9.3 |
| 2450 | 2026-03-19T05:59:24.147Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2451 | 2026-03-19T05:59:24.801Z | Compiling nom v7.1.3 |
| 2452 | 2026-03-19T05:59:24.933Z | Checking snafu v0.8.9 |
| 2453 | 2026-03-19T05:59:25.232Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2454 | 2026-03-19T05:59:25.296Z | Checking tough v0.20.0 |
| 2455 | 2026-03-19T05:59:25.886Z | Checking nibble_vec v0.1.0 |
| 2456 | 2026-03-19T05:59:25.972Z | Checking endian-type v0.1.2 |
| 2457 | 2026-03-19T05:59:26.086Z | Checking hickory-resolver v0.24.4 |
| 2458 | 2026-03-19T05:59:26.176Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-03-19T05:59:26.488Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2460 | 2026-03-19T05:59:26.691Z | Compiling ar_archive_writer v0.5.1 |
| 2461 | 2026-03-19T05:59:26.969Z | Checking humantime v2.3.0 |
| 2462 | 2026-03-19T05:59:27.090Z | Checking qorb v0.4.1 |
| 2463 | 2026-03-19T05:59:27.285Z | Checking csv-core v0.1.13 |
| 2464 | 2026-03-19T05:59:27.334Z | Checking base64 v0.21.7 |
| 2465 | 2026-03-19T05:59:27.558Z | Checking csv v1.4.0 |
| 2466 | 2026-03-19T05:59:27.685Z | Compiling stacker v0.1.23 |
| 2467 | 2026-03-19T05:59:27.750Z | Compiling cfg_aliases v0.1.1 |
| 2468 | 2026-03-19T05:59:27.891Z | Checking highway v1.3.0 |
| 2469 | 2026-03-19T05:59:27.963Z | Compiling psm v0.1.30 |
| 2470 | 2026-03-19T05:59:28.061Z | Compiling semver v0.1.20 |
| 2471 | 2026-03-19T05:59:28.113Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2472 | 2026-03-19T05:59:28.206Z | Compiling nix v0.28.0 |
| 2473 | 2026-03-19T05:59:28.253Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2474 | 2026-03-19T05:59:28.256Z | Checking papergrid v0.11.0 |
| 2475 | 2026-03-19T05:59:28.466Z | Compiling rustc_version v0.1.7 |
| 2476 | 2026-03-19T05:59:28.695Z | Compiling tabled_derive v0.7.0 |
| 2477 | 2026-03-19T05:59:28.741Z | Checking home v0.5.12 |
| 2478 | 2026-03-19T05:59:28.834Z | Compiling newtype_derive v0.1.6 |
| 2479 | 2026-03-19T05:59:28.927Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2480 | 2026-03-19T05:59:29.019Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2481 | 2026-03-19T05:59:29.101Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2482 | 2026-03-19T05:59:29.162Z | Checking phf_shared v0.12.1 |
| 2483 | 2026-03-19T05:59:29.208Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2484 | 2026-03-19T05:59:29.388Z | Compiling chrono-tz v0.10.4 |
| 2485 | 2026-03-19T05:59:29.442Z | Checking phf v0.12.1 |
| 2486 | 2026-03-19T05:59:29.794Z | Checking recursive v0.1.1 |
| 2487 | 2026-03-19T05:59:29.797Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2488 | 2026-03-19T05:59:29.797Z | Compiling const_format_proc_macros v0.2.34 |
| 2489 | 2026-03-19T05:59:29.929Z | Compiling peg-macros v0.8.5 |
| 2490 | 2026-03-19T05:59:29.975Z | Checking winnow v0.6.26 |
| 2491 | 2026-03-19T05:59:30.025Z | Checking tabled v0.15.0 |
| 2492 | 2026-03-19T05:59:30.070Z | Compiling sqlparser_derive v0.5.0 |
| 2493 | 2026-03-19T05:59:30.566Z | Checking unicode_categories v0.1.1 |
| 2494 | 2026-03-19T05:59:31.097Z | Checking sqlparser v0.61.0 |
| 2495 | 2026-03-19T05:59:31.143Z | Checking rustyline v14.0.0 |
| 2496 | 2026-03-19T05:59:31.620Z | Checking sqlformat v0.3.5 |
| 2497 | 2026-03-19T05:59:31.670Z | Checking const_format v0.2.35 |
| 2498 | 2026-03-19T05:59:31.834Z | Checking peg v0.8.5 |
| 2499 | 2026-03-19T05:59:32.159Z | Checking bcs v0.1.6 |
| 2500 | 2026-03-19T05:59:32.208Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2501 | 2026-03-19T05:59:32.274Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2502 | 2026-03-19T05:59:32.488Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2503 | 2026-03-19T05:59:32.534Z | Checking steno v0.4.1 |
| 2504 | 2026-03-19T05:59:32.863Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2505 | 2026-03-19T05:59:32.910Z | Compiling typify-impl v0.4.3 |
| 2506 | 2026-03-19T05:59:33.840Z | Checking utf-8 v0.7.6 |
| 2507 | 2026-03-19T05:59:33.961Z | Checking filetime v0.2.27 |
| 2508 | 2026-03-19T05:59:34.051Z | Checking arc-swap v1.8.2 |
| 2509 | 2026-03-19T05:59:34.390Z | Checking xattr v1.6.1 |
| 2510 | 2026-03-19T05:59:34.600Z | Checking tar v0.4.44 |
| 2511 | 2026-03-19T05:59:35.156Z | Checking slog-scope v4.4.1 |
| 2512 | 2026-03-19T05:59:35.242Z | Checking tungstenite v0.21.0 |
| 2513 | 2026-03-19T05:59:35.366Z | Checking slog-stdlog v4.1.1 |
| 2514 | 2026-03-19T05:59:35.558Z | Checking slog-envlogger v2.2.0 |
| 2515 | 2026-03-19T05:59:35.633Z | Checking typeid v1.0.3 |
| 2516 | 2026-03-19T05:59:35.782Z | Checking subprocess v0.2.15 |
| 2517 | 2026-03-19T05:59:35.829Z | Checking headers-core v0.3.0 |
| 2518 | 2026-03-19T05:59:35.875Z | Checking tokio-tungstenite v0.21.0 |
| 2519 | 2026-03-19T05:59:36.001Z | Checking headers v0.4.1 |
| 2520 | 2026-03-19T05:59:36.194Z | Compiling lzma-sys v0.1.20 |
| 2521 | 2026-03-19T05:59:36.267Z | Compiling cargo_toml v0.22.3 |
| 2522 | 2026-03-19T05:59:36.343Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2523 | 2026-03-19T05:59:36.681Z | Checking yasna v0.5.2 |
| 2524 | 2026-03-19T05:59:36.967Z | Checking xz2 v0.1.7 |
| 2525 | 2026-03-19T05:59:37.238Z | Checking ron v0.12.0 |
| 2526 | 2026-03-19T05:59:37.241Z | Checking rcgen v0.12.1 |
| 2527 | 2026-03-19T05:59:37.707Z | Checking base16ct v1.0.0 |
| 2528 | 2026-03-19T05:59:37.820Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2529 | 2026-03-19T05:59:37.912Z | Checking dropshot-api-manager-types v0.6.0 |
| 2530 | 2026-03-19T05:59:38.176Z | Checking tagptr v0.2.0 |
| 2531 | 2026-03-19T05:59:38.271Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2532 | 2026-03-19T05:59:38.324Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2533 | 2026-03-19T05:59:38.398Z | Checking moka v0.12.13 |
| 2534 | 2026-03-19T05:59:38.525Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2535 | 2026-03-19T05:59:38.573Z | Compiling libefi-sys v0.1.0 |
| 2536 | 2026-03-19T05:59:38.841Z | Compiling radium v0.7.0 |
| 2537 | 2026-03-19T05:59:39.193Z | Compiling bitfield-struct v0.6.2 |
| 2538 | 2026-03-19T05:59:39.304Z | Checking tap v1.0.1 |
| 2539 | 2026-03-19T05:59:39.352Z | Compiling typify-macro v0.4.3 |
| 2540 | 2026-03-19T05:59:39.356Z | Checking hickory-resolver v0.25.2 |
| 2541 | 2026-03-19T05:59:39.481Z | Compiling maybe-uninit v2.0.0 |
| 2542 | 2026-03-19T05:59:39.979Z | Checking wyz v0.5.1 |
| 2543 | 2026-03-19T05:59:40.068Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2544 | 2026-03-19T05:59:40.314Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2545 | 2026-03-19T05:59:40.357Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-03-19T05:59:40.406Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2547 | 2026-03-19T05:59:40.552Z | Compiling zerocopy-derive v0.6.6 |
| 2548 | 2026-03-19T05:59:40.696Z | Checking crc-catalog v2.4.0 |
| 2549 | 2026-03-19T05:59:40.742Z | Compiling packed_struct v0.10.1 |
| 2550 | 2026-03-19T05:59:40.857Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-03-19T05:59:40.989Z | Checking funty v2.0.0 |
| 2552 | 2026-03-19T05:59:41.038Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2553 | 2026-03-19T05:59:41.158Z | Checking crc v3.4.0 |
| 2554 | 2026-03-19T05:59:41.390Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2555 | 2026-03-19T05:59:41.487Z | Checking bitvec v1.0.1 |
| 2556 | 2026-03-19T05:59:41.578Z | Compiling packed_struct_codegen v0.10.1 |
| 2557 | 2026-03-19T05:59:41.625Z | Compiling bitfield-macros v0.19.4 |
| 2558 | 2026-03-19T05:59:41.673Z | Compiling indexmap v1.9.3 |
| 2559 | 2026-03-19T05:59:41.720Z | Compiling typify v0.4.3 |
| 2560 | 2026-03-19T05:59:41.893Z | Compiling progenitor-impl v0.10.0 |
| 2561 | 2026-03-19T05:59:41.985Z | Checking zerocopy v0.6.6 |
| 2562 | 2026-03-19T05:59:42.496Z | Checking nodrop v0.1.14 |
| 2563 | 2026-03-19T05:59:42.647Z | Checking array-init v0.0.4 |
| 2564 | 2026-03-19T05:59:42.691Z | Checking bitfield v0.19.4 |
| 2565 | 2026-03-19T05:59:43.139Z | Checking smallvec v0.6.14 |
| 2566 | 2026-03-19T05:59:43.186Z | Checking hashbrown v0.12.3 |
| 2567 | 2026-03-19T05:59:43.234Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2568 | 2026-03-19T05:59:43.279Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2569 | 2026-03-19T05:59:43.435Z | Checking serde-hex v0.1.0 |
| 2570 | 2026-03-19T05:59:43.482Z | Checking ron v0.8.1 |
| 2571 | 2026-03-19T05:59:44.271Z | Checking hashbrown v0.13.2 |
| 2572 | 2026-03-19T05:59:44.315Z | Checking crc-any v2.5.0 |
| 2573 | 2026-03-19T05:59:44.530Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2574 | 2026-03-19T05:59:44.595Z | Checking path-slash v0.1.5 |
| 2575 | 2026-03-19T05:59:44.764Z | Compiling xshell-macros v0.2.7 |
| 2576 | 2026-03-19T05:59:44.807Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2577 | 2026-03-19T05:59:44.892Z | Checking object v0.30.4 |
| 2578 | 2026-03-19T05:59:45.107Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2579 | 2026-03-19T05:59:45.287Z | Checking xshell v0.2.7 |
| 2580 | 2026-03-19T05:59:45.333Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2581 | 2026-03-19T05:59:45.554Z | Checking half v1.8.3 |
| 2582 | 2026-03-19T05:59:45.598Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2583 | 2026-03-19T05:59:45.666Z | Compiling progenitor-macro v0.10.0 |
| 2584 | 2026-03-19T05:59:45.861Z | Checking serde_cbor v0.11.2 |
| 2585 | 2026-03-19T05:59:46.219Z | Compiling num-derive v0.3.3 |
| 2586 | 2026-03-19T05:59:46.432Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2587 | 2026-03-19T05:59:46.579Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2588 | 2026-03-19T05:59:46.900Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2589 | 2026-03-19T05:59:46.972Z | Compiling proc-macro-error2 v2.0.1 |
| 2590 | 2026-03-19T05:59:47.411Z | Checking papergrid v0.17.0 |
| 2591 | 2026-03-19T05:59:47.457Z | Checking libscf-sys v1.1.0 |
| 2592 | 2026-03-19T05:59:47.460Z | Compiling tabled_derive v0.11.0 |
| 2593 | 2026-03-19T05:59:47.666Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2594 | 2026-03-19T05:59:47.925Z | Checking testing_table v0.3.0 |
| 2595 | 2026-03-19T05:59:47.976Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2596 | 2026-03-19T05:59:48.082Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2597 | 2026-03-19T05:59:48.363Z | Checking maplit v1.0.2 |
| 2598 | 2026-03-19T05:59:48.551Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2599 | 2026-03-19T05:59:48.612Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2600 | 2026-03-19T05:59:49.072Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2601 | 2026-03-19T05:59:49.121Z | Checking tabled v0.20.0 |
| 2602 | 2026-03-19T05:59:49.123Z | Checking crc8 v0.1.1 |
| 2603 | 2026-03-19T05:59:49.216Z | Checking fxhash v0.2.1 |
| 2604 | 2026-03-19T05:59:49.323Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2605 | 2026-03-19T05:59:49.386Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2606 | 2026-03-19T05:59:49.431Z | Checking unicase v2.9.0 |
| 2607 | 2026-03-19T05:59:49.674Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2608 | 2026-03-19T05:59:50.145Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2609 | 2026-03-19T05:59:50.263Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2610 | 2026-03-19T05:59:50.308Z | Checking kstat-rs v0.2.4 |
| 2611 | 2026-03-19T05:59:50.589Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2612 | 2026-03-19T05:59:50.723Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2613 | 2026-03-19T05:59:50.768Z | Compiling diesel_derives v2.3.7 |
| 2614 | 2026-03-19T05:59:50.919Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2615 | 2026-03-19T05:59:51.031Z | Compiling parking_lot_core v0.8.6 |
| 2616 | 2026-03-19T05:59:51.198Z | Compiling git-stub v1.0.0 |
| 2617 | 2026-03-19T05:59:51.424Z | Checking scheduled-thread-pool v0.2.7 |
| 2618 | 2026-03-19T05:59:51.485Z | Compiling dsl_auto_type v0.2.0 |
| 2619 | 2026-03-19T05:59:51.570Z | Compiling vergen-gitcl v1.0.8 |
| 2620 | 2026-03-19T05:59:51.644Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2621 | 2026-03-19T05:59:51.773Z | Checking r2d2 v0.8.10 |
| 2622 | 2026-03-19T05:59:51.909Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2623 | 2026-03-19T05:59:51.958Z | Compiling git-stub-vcs v0.1.0 |
| 2624 | 2026-03-19T05:59:52.048Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2625 | 2026-03-19T05:59:52.051Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2626 | 2026-03-19T05:59:52.286Z | Checking downcast-rs v2.0.2 |
| 2627 | 2026-03-19T05:59:52.482Z | Checking parking_lot v0.11.2 |
| 2628 | 2026-03-19T05:59:52.576Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2629 | 2026-03-19T05:59:52.579Z | Checking prefix-trie v0.7.0 |
| 2630 | 2026-03-19T05:59:52.669Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2631 | 2026-03-19T05:59:52.749Z | Checking progenitor v0.10.0 |
| 2632 | 2026-03-19T05:59:52.795Z | Checking nanorand v0.7.0 |
| 2633 | 2026-03-19T05:59:52.888Z | Compiling dirs-sys-next v0.1.2 |
| 2634 | 2026-03-19T05:59:52.950Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2635 | 2026-03-19T05:59:53.089Z | Compiling crunchy v0.2.4 |
| 2636 | 2026-03-19T05:59:53.135Z | Checking hickory-server v0.25.2 |
| 2637 | 2026-03-19T05:59:53.256Z | Compiling dirs-next v2.0.0 |
| 2638 | 2026-03-19T05:59:53.302Z | Checking flume v0.11.1 |
| 2639 | 2026-03-19T05:59:53.352Z | Checking sled v0.34.7 |
| 2640 | 2026-03-19T05:59:53.445Z | Compiling clang-sys v1.8.1 |
| 2641 | 2026-03-19T05:59:53.556Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2642 | 2026-03-19T05:59:53.660Z | Checking hickory-client v0.25.2 |
| 2643 | 2026-03-19T05:59:53.832Z | Compiling tiny-keccak v2.0.2 |
| 2644 | 2026-03-19T05:59:54.102Z | Compiling term v0.7.0 |
| 2645 | 2026-03-19T05:59:54.191Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2646 | 2026-03-19T05:59:54.251Z | Compiling salty v0.3.0 |
| 2647 | 2026-03-19T05:59:54.426Z | Compiling bit-vec v0.6.3 |
| 2648 | 2026-03-19T05:59:54.652Z | Compiling ascii-canvas v3.0.0 |
| 2649 | 2026-03-19T05:59:54.743Z | Compiling bit-set v0.5.3 |
| 2650 | 2026-03-19T05:59:54.889Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2651 | 2026-03-19T05:59:54.983Z | Checking primeorder v0.13.6 |
| 2652 | 2026-03-19T05:59:55.031Z | Compiling itertools v0.10.5 |
| 2653 | 2026-03-19T05:59:55.123Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2654 | 2026-03-19T05:59:55.388Z | Compiling ena v0.14.4 |
| 2655 | 2026-03-19T05:59:55.572Z | Compiling libloading v0.8.9 |
| 2656 | 2026-03-19T05:59:55.705Z | Compiling diff v0.1.13 |
| 2657 | 2026-03-19T05:59:55.877Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-03-19T05:59:56.097Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-03-19T05:59:56.763Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2660 | 2026-03-19T05:59:56.808Z | Compiling cexpr v0.6.0 |
| 2661 | 2026-03-19T05:59:57.111Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2662 | 2026-03-19T05:59:57.837Z | Compiling lalrpop v0.19.12 |
| 2663 | 2026-03-19T05:59:58.028Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2664 | 2026-03-19T05:59:58.490Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2665 | 2026-03-19T05:59:58.758Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2666 | 2026-03-19T05:59:58.919Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2667 | 2026-03-19T05:59:59.195Z | Compiling libxml v0.3.3 |
| 2668 | 2026-03-19T05:59:59.514Z | Compiling fs-err v2.11.0 |
| 2669 | 2026-03-19T05:59:59.779Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2670 | 2026-03-19T05:59:59.963Z | Checking diesel v2.3.7 |
| 2671 | 2026-03-19T06:00:00.008Z | Checking p384 v0.13.1 |
| 2672 | 2026-03-19T06:00:00.191Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2673 | 2026-03-19T06:00:00.621Z | Compiling strum_macros v0.24.3 |
| 2674 | 2026-03-19T06:00:01.982Z | Compiling indoc v1.0.9 |
| 2675 | 2026-03-19T06:00:02.791Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2676 | 2026-03-19T06:00:03.268Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2677 | 2026-03-19T06:00:03.418Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2678 | 2026-03-19T06:00:03.521Z | Checking quick-xml v0.37.5 |
| 2679 | 2026-03-19T06:00:03.699Z | Checking derive_builder v0.20.2 |
| 2680 | 2026-03-19T06:00:03.882Z | Compiling oso-derive v0.27.3 |
| 2681 | 2026-03-19T06:00:04.222Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2682 | 2026-03-19T06:00:04.343Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2683 | 2026-03-19T06:00:04.536Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2684 | 2026-03-19T06:00:04.581Z | Compiling trait-variant v0.1.2 |
| 2685 | 2026-03-19T06:00:04.805Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2686 | 2026-03-19T06:00:05.333Z | Checking openssl-probe v0.1.6 |
| 2687 | 2026-03-19T06:00:05.514Z | Checking parse-size v1.1.0 |
| 2688 | 2026-03-19T06:00:05.709Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2689 | 2026-03-19T06:00:06.749Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2690 | 2026-03-19T06:00:06.794Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2691 | 2026-03-19T06:00:06.843Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2692 | 2026-03-19T06:00:07.097Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2693 | 2026-03-19T06:00:07.143Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2694 | 2026-03-19T06:00:07.854Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-03-19T06:00:07.903Z | Compiling progenitor-impl v0.11.2 |
| 2696 | 2026-03-19T06:00:08.204Z | Checking assert_matches v1.5.0 |
| 2697 | 2026-03-19T06:00:08.644Z | Compiling mime_guess v2.0.5 |
| 2698 | 2026-03-19T06:00:08.899Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2699 | 2026-03-19T06:00:09.300Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2700 | 2026-03-19T06:00:09.398Z | Checking predicates-tree v1.0.13 |
| 2701 | 2026-03-19T06:00:09.586Z | Checking progenitor-client v0.11.2 |
| 2702 | 2026-03-19T06:00:09.669Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2703 | 2026-03-19T06:00:09.938Z | Checking http-range v0.1.5 |
| 2704 | 2026-03-19T06:00:10.030Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-03-19T06:00:10.140Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2706 | 2026-03-19T06:00:10.759Z | Checking atty v0.2.14 |
| 2707 | 2026-03-19T06:00:11.672Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2708 | 2026-03-19T06:00:11.743Z | Compiling progenitor-macro v0.11.2 |
| 2709 | 2026-03-19T06:00:12.210Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2710 | 2026-03-19T06:00:12.828Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2711 | 2026-03-19T06:00:13.556Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2712 | 2026-03-19T06:00:13.654Z | Checking bb8 v0.8.6 |
| 2713 | 2026-03-19T06:00:13.842Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2714 | 2026-03-19T06:00:14.058Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2715 | 2026-03-19T06:00:14.147Z | Checking corncobs v0.1.4 |
| 2716 | 2026-03-19T06:00:14.241Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2717 | 2026-03-19T06:00:14.348Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2718 | 2026-03-19T06:00:14.722Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2719 | 2026-03-19T06:00:15.203Z | Checking hyper-staticfile v0.10.1 |
| 2720 | 2026-03-19T06:00:15.256Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2721 | 2026-03-19T06:00:15.633Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2722 | 2026-03-19T06:00:15.680Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2723 | 2026-03-19T06:00:15.834Z | Checking ignore v0.4.25 |
| 2724 | 2026-03-19T06:00:15.958Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2725 | 2026-03-19T06:00:16.420Z | Checking signal-hook-tokio v0.3.1 |
| 2726 | 2026-03-19T06:00:16.617Z | Checking secrecy v0.8.0 |
| 2727 | 2026-03-19T06:00:16.699Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2728 | 2026-03-19T06:00:17.053Z | Checking globwalk v0.9.1 |
| 2729 | 2026-03-19T06:00:17.404Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2730 | 2026-03-19T06:00:17.630Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2731 | 2026-03-19T06:00:18.064Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2732 | 2026-03-19T06:00:18.184Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2733 | 2026-03-19T06:00:18.234Z | Checking nonempty v0.12.0 |
| 2734 | 2026-03-19T06:00:18.477Z | Checking camino-tempfile-ext v0.3.3 |
| 2735 | 2026-03-19T06:00:18.573Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2736 | 2026-03-19T06:00:18.745Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2737 | 2026-03-19T06:00:18.790Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2738 | 2026-03-19T06:00:18.862Z | Checking progenitor v0.11.2 |
| 2739 | 2026-03-19T06:00:19.077Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2740 | 2026-03-19T06:00:19.291Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2741 | 2026-03-19T06:00:19.775Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2742 | 2026-03-19T06:00:19.828Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2743 | 2026-03-19T06:00:20.196Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2744 | 2026-03-19T06:00:20.672Z | Checking diesel-dtrace v0.5.0 |
| 2745 | 2026-03-19T06:00:21.024Z | Checking async-bb8-diesel v0.2.1 |
| 2746 | 2026-03-19T06:00:21.220Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2747 | 2026-03-19T06:00:21.521Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2748 | 2026-03-19T06:00:21.765Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2749 | 2026-03-19T06:00:21.883Z | Checking tungstenite v0.23.0 |
| 2750 | 2026-03-19T06:00:22.371Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2751 | 2026-03-19T06:00:22.420Z | Checking void v1.0.2 |
| 2752 | 2026-03-19T06:00:22.559Z | Checking tokio-tungstenite v0.23.1 |
| 2753 | 2026-03-19T06:00:22.607Z | Checking lzss v0.8.2 |
| 2754 | 2026-03-19T06:00:22.859Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2755 | 2026-03-19T06:00:22.907Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2756 | 2026-03-19T06:00:22.954Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2757 | 2026-03-19T06:00:23.155Z | Checking nix v0.27.1 |
| 2758 | 2026-03-19T06:00:23.760Z | Checking serde_bytes v0.11.19 |
| 2759 | 2026-03-19T06:00:23.931Z | Checking rand_seeder v0.4.0 |
| 2760 | 2026-03-19T06:00:24.037Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2761 | 2026-03-19T06:00:24.162Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2762 | 2026-03-19T06:00:24.557Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2763 | 2026-03-19T06:00:24.687Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-03-19T06:00:24.807Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2765 | 2026-03-19T06:00:25.492Z | Checking is_ci v1.2.0 |
| 2766 | 2026-03-19T06:00:25.657Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2767 | 2026-03-19T06:00:25.879Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2768 | 2026-03-19T06:00:25.927Z | Checking yansi v1.0.1 |
| 2769 | 2026-03-19T06:00:25.975Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2770 | 2026-03-19T06:00:26.023Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2771 | 2026-03-19T06:00:26.310Z | Checking pretty_assertions v1.4.1 |
| 2772 | 2026-03-19T06:00:26.358Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2773 | 2026-03-19T06:00:26.516Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2774 | 2026-03-19T06:00:26.702Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2775 | 2026-03-19T06:00:27.031Z | Compiling darling_core v0.23.0 |
| 2776 | 2026-03-19T06:00:27.850Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2777 | 2026-03-19T06:00:28.513Z | Compiling indoc v2.0.7 |
| 2778 | 2026-03-19T06:00:28.609Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2779 | 2026-03-19T06:00:28.786Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2780 | 2026-03-19T06:00:28.889Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2781 | 2026-03-19T06:00:29.149Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2782 | 2026-03-19T06:00:29.436Z | Compiling instability v0.3.11 |
| 2783 | 2026-03-19T06:00:29.821Z | Compiling libz-sys v1.1.24 |
| 2784 | 2026-03-19T06:00:29.867Z | Checking castaway v0.2.4 |
| 2785 | 2026-03-19T06:00:29.990Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2786 | 2026-03-19T06:00:30.057Z | Checking compact_str v0.8.1 |
| 2787 | 2026-03-19T06:00:30.610Z | Checking supports-color v3.0.2 |
| 2788 | 2026-03-19T06:00:30.737Z | Compiling darling_macro v0.23.0 |
| 2789 | 2026-03-19T06:00:30.814Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2790 | 2026-03-19T06:00:31.097Z | Checking unicode-truncate v1.1.0 |
| 2791 | 2026-03-19T06:00:31.330Z | Checking lru v0.12.5 |
| 2792 | 2026-03-19T06:00:31.378Z | Checking cassowary v0.3.0 |
| 2793 | 2026-03-19T06:00:31.425Z | Compiling darling v0.23.0 |
| 2794 | 2026-03-19T06:00:31.695Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2795 | 2026-03-19T06:00:31.997Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2796 | 2026-03-19T06:00:32.340Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2797 | 2026-03-19T06:00:32.614Z | Checking ratatui v0.29.0 |
| 2798 | 2026-03-19T06:00:33.598Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2799 | 2026-03-19T06:00:33.884Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2800 | 2026-03-19T06:00:34.293Z | Compiling vergen-git2 v1.0.7 |
| 2801 | 2026-03-19T06:00:34.352Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2802 | 2026-03-19T06:00:34.455Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2803 | 2026-03-19T06:00:34.629Z | Checking colored v2.2.0 |
| 2804 | 2026-03-19T06:00:34.674Z | Checking shell-words v1.1.1 |
| 2805 | 2026-03-19T06:00:34.736Z | Compiling rustls v0.21.12 |
| 2806 | 2026-03-19T06:00:34.874Z | Checking plotters-backend v0.3.7 |
| 2807 | 2026-03-19T06:00:35.100Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-03-19T06:00:35.144Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2809 | 2026-03-19T06:00:35.190Z | Checking plotters-svg v0.3.7 |
| 2810 | 2026-03-19T06:00:35.409Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-03-19T06:00:35.454Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2812 | 2026-03-19T06:00:35.688Z | Checking rustls-webpki v0.101.7 |
| 2813 | 2026-03-19T06:00:36.048Z | Checking sct v0.7.1 |
| 2814 | 2026-03-19T06:00:36.174Z | Compiling nix v0.29.0 |
| 2815 | 2026-03-19T06:00:36.253Z | Checking cast v0.3.0 |
| 2816 | 2026-03-19T06:00:36.386Z | Checking hex-literal v0.4.1 |
| 2817 | 2026-03-19T06:00:36.500Z | Checking criterion-plot v0.6.0 |
| 2818 | 2026-03-19T06:00:36.545Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2819 | 2026-03-19T06:00:36.978Z | Checking plotters v0.3.7 |
| 2820 | 2026-03-19T06:00:38.096Z | Checking erased-serde v0.4.9 |
| 2821 | 2026-03-19T06:00:38.636Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2822 | 2026-03-19T06:00:38.680Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2823 | 2026-03-19T06:00:39.658Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2824 | 2026-03-19T06:00:40.673Z | Checking tinytemplate v1.2.1 |
| 2825 | 2026-03-19T06:00:40.994Z | Checking ordered-float v2.10.1 |
| 2826 | 2026-03-19T06:00:41.367Z | Checking oorandom v11.1.5 |
| 2827 | 2026-03-19T06:00:41.553Z | Checking anes v0.1.6 |
| 2828 | 2026-03-19T06:00:41.834Z | Checking criterion v0.7.0 |
| 2829 | 2026-03-19T06:00:42.269Z | Checking serde-value v0.7.0 |
| 2830 | 2026-03-19T06:00:42.593Z | Checking serde-untagged v0.1.9 |
| 2831 | 2026-03-19T06:00:42.886Z | Checking tokio-rustls v0.24.1 |
| 2832 | 2026-03-19T06:00:43.508Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2833 | 2026-03-19T06:00:43.511Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2834 | 2026-03-19T06:00:43.830Z | Checking rustls-pemfile v1.0.4 |
| 2835 | 2026-03-19T06:00:44.043Z | Checking twox-hash v2.1.2 |
| 2836 | 2026-03-19T06:00:44.486Z | Checking unicode-xid v0.2.6 |
| 2837 | 2026-03-19T06:00:44.624Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2838 | 2026-03-19T06:00:44.668Z | Checking cargo-util-schemas v0.8.2 |
| 2839 | 2026-03-19T06:00:45.159Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2840 | 2026-03-19T06:00:45.381Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2841 | 2026-03-19T06:00:45.905Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2842 | 2026-03-19T06:00:46.146Z | Checking fatfs v0.3.6 |
| 2843 | 2026-03-19T06:00:46.806Z | Checking cargo-platform v0.2.0 |
| 2844 | 2026-03-19T06:00:47.090Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2845 | 2026-03-19T06:00:47.184Z | Compiling petname v2.0.2 |
| 2846 | 2026-03-19T06:00:47.872Z | Compiling seq-macro v0.3.6 |
| 2847 | 2026-03-19T06:00:48.810Z | Checking cargo_metadata v0.21.0 |
| 2848 | 2026-03-19T06:00:49.094Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2849 | 2026-03-19T06:00:49.143Z | Checking concurrent-queue v2.5.0 |
| 2850 | 2026-03-19T06:00:49.419Z | Checking rtoolbox v0.0.3 |
| 2851 | 2026-03-19T06:00:49.627Z | Checking futures-timer v3.0.3 |
| 2852 | 2026-03-19T06:00:49.887Z | Checking parking v2.2.1 |
| 2853 | 2026-03-19T06:00:49.890Z | Checking rpassword v7.4.0 |
| 2854 | 2026-03-19T06:00:50.076Z | Checking event-listener v5.4.1 |
| 2855 | 2026-03-19T06:00:50.400Z | Checking tui-tree-widget v0.23.1 |
| 2856 | 2026-03-19T06:00:50.446Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2857 | 2026-03-19T06:00:50.672Z | Checking polyval v0.6.2 |
| 2858 | 2026-03-19T06:00:50.724Z | Checking sapling-renderdag v0.1.0 |
| 2859 | 2026-03-19T06:00:50.760Z | Checking sync-ptr v0.1.4 |
| 2860 | 2026-03-19T06:00:50.920Z | Checking ghash v0.5.1 |
| 2861 | 2026-03-19T06:00:50.965Z | Checking event-listener-strategy v0.5.4 |
| 2862 | 2026-03-19T06:00:51.071Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2863 | 2026-03-19T06:00:51.117Z | Checking ctr v0.9.2 |
| 2864 | 2026-03-19T06:00:51.175Z | Checking arrayvec v0.7.6 |
| 2865 | 2026-03-19T06:00:51.347Z | Checking arrayref v0.3.9 |
| 2866 | 2026-03-19T06:00:51.394Z | Checking constant_time_eq v0.4.2 |
| 2867 | 2026-03-19T06:00:51.466Z | Checking aes-gcm v0.10.3 |
| 2868 | 2026-03-19T06:00:51.575Z | Checking async-lock v3.4.2 |
| 2869 | 2026-03-19T06:00:51.621Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2870 | 2026-03-19T06:00:51.689Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2871 | 2026-03-19T06:00:52.140Z | Checking ssh-encoding v0.2.0 |
| 2872 | 2026-03-19T06:00:52.446Z | Checking blowfish v0.9.1 |
| 2873 | 2026-03-19T06:00:52.682Z | Checking bcrypt-pbkdf v0.10.0 |
| 2874 | 2026-03-19T06:00:52.926Z | Checking ssh-cipher v0.2.0 |
| 2875 | 2026-03-19T06:00:52.972Z | Checking async-object-pool v0.2.0 |
| 2876 | 2026-03-19T06:00:53.154Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2877 | 2026-03-19T06:00:53.199Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2878 | 2026-03-19T06:00:53.601Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2879 | 2026-03-19T06:00:53.850Z | Compiling samael v0.0.19 |
| 2880 | 2026-03-19T06:00:53.979Z | Checking serde_regex v1.1.0 |
| 2881 | 2026-03-19T06:00:54.227Z | Checking password-hash v0.4.2 |
| 2882 | 2026-03-19T06:00:54.475Z | Checking assert-json-diff v2.0.2 |
| 2883 | 2026-03-19T06:00:54.554Z | Checking path-tree v0.8.3 |
| 2884 | 2026-03-19T06:00:54.729Z | Compiling target-lexicon v0.13.3 |
| 2885 | 2026-03-19T06:00:54.838Z | Checking gimli v0.32.3 |
| 2886 | 2026-03-19T06:00:55.425Z | Checking stringmetrics v2.2.2 |
| 2887 | 2026-03-19T06:00:55.573Z | Checking pbkdf2 v0.11.0 |
| 2888 | 2026-03-19T06:00:55.648Z | Checking httpmock v0.8.3 |
| 2889 | 2026-03-19T06:00:55.824Z | Checking ssh-key v0.6.7 |
| 2890 | 2026-03-19T06:00:57.103Z | Checking addr2line v0.25.1 |
| 2891 | 2026-03-19T06:00:57.513Z | Checking p521 v0.13.3 |
| 2892 | 2026-03-19T06:00:58.362Z | Checking p256 v0.13.2 |
| 2893 | 2026-03-19T06:00:58.692Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2894 | 2026-03-19T06:00:58.737Z | Checking russh-cryptovec v0.7.3 |
| 2895 | 2026-03-19T06:00:58.949Z | Compiling guppy-workspace-hack v0.1.0 |
| 2896 | 2026-03-19T06:00:58.995Z | Checking md5 v0.7.0 |
| 2897 | 2026-03-19T06:00:59.211Z | Checking rustc-demangle v0.1.27 |
| 2898 | 2026-03-19T06:00:59.256Z | Checking russh-keys v0.45.0 |
| 2899 | 2026-03-19T06:00:59.551Z | Checking backtrace v0.3.76 |
| 2900 | 2026-03-19T06:00:59.852Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2901 | 2026-03-19T06:00:59.988Z | Checking num-bigint v0.4.6 |
| 2902 | 2026-03-19T06:01:00.044Z | Checking des v0.8.1 |
| 2903 | 2026-03-19T06:01:00.281Z | Compiling blake3 v1.8.3 |
| 2904 | 2026-03-19T06:01:00.327Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2905 | 2026-03-19T06:01:00.770Z | Compiling target-spec v3.5.7 |
| 2906 | 2026-03-19T06:01:00.896Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2907 | 2026-03-19T06:01:01.406Z | Checking russh v0.45.0 |
| 2908 | 2026-03-19T06:01:01.804Z | Checking backtrace-ext v0.2.1 |
| 2909 | 2026-03-19T06:01:01.849Z | Checking cfg-expr v0.20.6 |
| 2910 | 2026-03-19T06:01:01.983Z | Checking supports-color v2.1.0 |
| 2911 | 2026-03-19T06:01:02.052Z | Checking textwrap v0.15.2 |
| 2912 | 2026-03-19T06:01:02.187Z | Checking supports-unicode v2.1.0 |
| 2913 | 2026-03-19T06:01:02.357Z | Checking supports-hyperlinks v2.1.0 |
| 2914 | 2026-03-19T06:01:02.402Z | Checking hashbrown v0.14.5 |
| 2915 | 2026-03-19T06:01:02.447Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2916 | 2026-03-19T06:01:02.538Z | Checking cargo-platform v0.3.2 |
| 2917 | 2026-03-19T06:01:02.745Z | Checking terminal_size v0.1.17 |
| 2918 | 2026-03-19T06:01:02.808Z | Checking socket2 v0.5.10 |
| 2919 | 2026-03-19T06:01:02.918Z | Compiling miette-derive v5.10.0 |
| 2920 | 2026-03-19T06:01:03.091Z | Checking internet-checksum v0.2.1 |
| 2921 | 2026-03-19T06:01:03.181Z | Checking owo-colors v3.5.0 |
| 2922 | 2026-03-19T06:01:03.281Z | Checking chumsky v0.9.3 |
| 2923 | 2026-03-19T06:01:03.975Z | Checking cargo_metadata v0.23.1 |
| 2924 | 2026-03-19T06:01:04.449Z | Checking miette v5.10.0 |
| 2925 | 2026-03-19T06:01:04.645Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2926 | 2026-03-19T06:01:05.033Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2927 | 2026-03-19T06:01:05.130Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2928 | 2026-03-19T06:01:05.229Z | Checking ls-apis-shared v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis-shared) |
| 2929 | 2026-03-19T06:01:05.484Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2930 | 2026-03-19T06:01:05.546Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2931 | 2026-03-19T06:01:05.707Z | Compiling git2 v0.20.4 |
| 2932 | 2026-03-19T06:01:05.754Z | Checking httptest v0.16.4 |
| 2933 | 2026-03-19T06:01:05.820Z | Checking pathdiff v0.2.3 |
| 2934 | 2026-03-19T06:01:05.995Z | Compiling knuffel-derive v3.2.0 |
| 2935 | 2026-03-19T06:01:06.139Z | Checking nested v0.1.1 |
| 2936 | 2026-03-19T06:01:06.275Z | Checking topological-sort v0.2.2 |
| 2937 | 2026-03-19T06:01:06.351Z | Checking guppy v0.17.25 |
| 2938 | 2026-03-19T06:01:06.492Z | Checking omicron-zone-package v0.12.2 |
| 2939 | 2026-03-19T06:01:06.700Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2940 | 2026-03-19T06:01:07.002Z | Checking similar-asserts v1.7.0 |
| 2941 | 2026-03-19T06:01:07.242Z | Compiling rstest_macros v0.25.0 |
| 2942 | 2026-03-19T06:01:07.650Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2943 | 2026-03-19T06:01:07.708Z | Compiling target-triple v1.0.0 |
| 2944 | 2026-03-19T06:01:07.851Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2945 | 2026-03-19T06:01:07.901Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2946 | 2026-03-19T06:01:08.158Z | Checking knuffel v3.2.0 |
| 2947 | 2026-03-19T06:01:08.221Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2948 | 2026-03-19T06:01:08.512Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2949 | 2026-03-19T06:01:09.360Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2950 | 2026-03-19T06:01:09.688Z | Compiling assert_cmd v2.1.2 |
| 2951 | 2026-03-19T06:01:09.884Z | Checking escape8259 v0.5.3 |
| 2952 | 2026-03-19T06:01:10.036Z | Compiling relative-path v1.9.3 |
| 2953 | 2026-03-19T06:01:10.093Z | Checking libtest-mimic v0.8.1 |
| 2954 | 2026-03-19T06:01:10.302Z | Checking toml v1.0.3+spec-1.1.0 |
| 2955 | 2026-03-19T06:01:10.601Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2956 | 2026-03-19T06:01:10.696Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2957 | 2026-03-19T06:01:10.865Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2958 | 2026-03-19T06:01:11.264Z | Checking blake2b_simd v1.0.4 |
| 2959 | 2026-03-19T06:01:11.783Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2960 | 2026-03-19T06:01:11.841Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2961 | 2026-03-19T06:01:12.324Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2962 | 2026-03-19T06:01:12.405Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2963 | 2026-03-19T06:01:12.697Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2964 | 2026-03-19T06:01:12.988Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2965 | 2026-03-19T06:01:13.243Z | Checking fancy-regex v0.14.0 |
| 2966 | 2026-03-19T06:01:13.543Z | Checking serde_tokenstream v0.2.3 |
| 2967 | 2026-03-19T06:01:13.644Z | Compiling polar-core v0.27.3 |
| 2968 | 2026-03-19T06:01:13.779Z | Checking uzers v0.12.2 |
| 2969 | 2026-03-19T06:01:13.887Z | Compiling linkme-impl v0.3.35 |
| 2970 | 2026-03-19T06:01:14.123Z | Checking constant_time_eq v0.3.1 |
| 2971 | 2026-03-19T06:01:14.300Z | Checking termcolor v1.4.1 |
| 2972 | 2026-03-19T06:01:14.456Z | Checking rust-argon2 v2.1.0 |
| 2973 | 2026-03-19T06:01:14.630Z | Checking trybuild v1.0.116 |
| 2974 | 2026-03-19T06:01:14.821Z | Checking datatest-stable v0.3.3 |
| 2975 | 2026-03-19T06:01:15.648Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2976 | 2026-03-19T06:01:15.743Z | Checking rstest v0.25.0 |
| 2977 | 2026-03-19T06:01:16.024Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2978 | 2026-03-19T06:01:16.167Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2979 | 2026-03-19T06:01:16.223Z | Checking support-bundle-viewer v0.1.2 |
| 2980 | 2026-03-19T06:01:16.594Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2981 | 2026-03-19T06:01:16.901Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2982 | 2026-03-19T06:01:17.135Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2983 | 2026-03-19T06:01:17.195Z | Checking drift v0.1.3 |
| 2984 | 2026-03-19T06:01:17.426Z | Checking rand_distr v0.5.1 |
| 2985 | 2026-03-19T06:01:17.642Z | Checking multimap v0.10.1 |
| 2986 | 2026-03-19T06:01:17.915Z | Checking approx v0.5.1 |
| 2987 | 2026-03-19T06:01:18.053Z | Compiling linkme v0.3.35 |
| 2988 | 2026-03-19T06:01:18.139Z | Checking dropshot-api-manager v0.6.0 |
| 2989 | 2026-03-19T06:01:19.602Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2990 | 2026-03-19T06:01:19.867Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2991 | 2026-03-19T06:01:20.075Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2992 | 2026-03-19T06:01:20.435Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2993 | 2026-03-19T06:01:20.652Z | Checking oso v0.27.3 |
| 2994 | 2026-03-19T06:01:20.733Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2995 | 2026-03-19T06:01:20.996Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2996 | 2026-03-19T06:01:21.045Z | Checking partial-io v0.5.4 |
| 2997 | 2026-03-19T06:01:21.089Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2998 | 2026-03-19T06:01:21.254Z | Checking cargo_toml v0.21.0 |
| 2999 | 2026-03-19T06:01:21.356Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3000 | 2026-03-19T06:01:21.426Z | Checking termios v0.3.3 |
| 3001 | 2026-03-19T06:01:21.512Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3002 | 2026-03-19T06:01:21.634Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3003 | 2026-03-19T06:01:22.087Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3004 | 2026-03-19T06:01:22.242Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3005 | 2026-03-19T06:01:22.462Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3006 | 2026-03-19T06:01:26.818Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3007 | 2026-03-19T06:01:31.602Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3008 | 2026-03-19T06:01:34.646Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3009 | 2026-03-19T06:01:39.925Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3010 | 2026-03-19T06:01:41.575Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3011 | 2026-03-19T06:01:46.223Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3012 | 2026-03-19T06:01:53.544Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3013 | 2026-03-19T06:01:56.058Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3014 | 2026-03-19T06:01:56.630Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3015 | 2026-03-19T06:02:07.511Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3016 | 2026-03-19T06:04:04.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 36s |
| 3017 | 2026-03-19T06:04:04.981Z | |
| 3018 | 2026-03-19T06:04:04.981Z | real 5:41.035275332 |
| 3019 | 2026-03-19T06:04:04.984Z | user 28:32.711814318 |
| 3020 | 2026-03-19T06:04:04.984Z | sys 5:56.771132366 |
| 3021 | 2026-03-19T06:04:04.984Z | trap 0.723653597 |
| 3022 | 2026-03-19T06:04:04.984Z | tflt 0.087438959 |
| 3023 | 2026-03-19T06:04:04.984Z | dflt 0.238980544 |
| 3024 | 2026-03-19T06:04:04.984Z | kflt 0.000946494 |
| 3025 | 2026-03-19T06:04:04.984Z | lock 1:20:34.191329302 |
| 3026 | 2026-03-19T06:04:04.984Z | slp 1:17:19.715552773 |
| 3027 | 2026-03-19T06:04:04.984Z | lat 1:54.496214646 |
| 3028 | 2026-03-19T06:04:04.984Z | stop 14:01.526341208 |
| 3029 | 2026-03-19T06:04:04.984Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3030 | 2026-03-19T06:04:04.984Z | + ptime -m cargo doc --workspace --no-deps |
| 3031 | 2026-03-19T06:04:06.178Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3032 | 2026-03-19T06:04:06.178Z | | |
| 3033 | 2026-03-19T06:04:06.178Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3034 | 2026-03-19T06:04:06.178Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3035 | 2026-03-19T06:04:07.496Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3036 | 2026-03-19T06:04:07.767Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3037 | 2026-03-19T06:04:07.817Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3038 | 2026-03-19T06:04:07.899Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3039 | 2026-03-19T06:04:08.078Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3040 | 2026-03-19T06:04:08.107Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3041 | 2026-03-19T06:04:08.136Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3042 | 2026-03-19T06:04:08.172Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3043 | 2026-03-19T06:04:08.241Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3044 | 2026-03-19T06:04:08.352Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3045 | 2026-03-19T06:04:08.394Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3046 | 2026-03-19T06:04:08.441Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3047 | 2026-03-19T06:04:08.494Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3048 | 2026-03-19T06:04:08.529Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3049 | 2026-03-19T06:04:08.572Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3050 | 2026-03-19T06:04:08.648Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3051 | 2026-03-19T06:04:08.678Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3052 | 2026-03-19T06:04:08.708Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3053 | 2026-03-19T06:04:08.750Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3054 | 2026-03-19T06:04:08.825Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3055 | 2026-03-19T06:04:09.102Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3056 | 2026-03-19T06:04:09.420Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3057 | 2026-03-19T06:04:09.603Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3058 | 2026-03-19T06:04:09.656Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3059 | 2026-03-19T06:04:09.687Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3060 | 2026-03-19T06:04:09.837Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3061 | 2026-03-19T06:04:09.922Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3062 | 2026-03-19T06:04:10.132Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3063 | 2026-03-19T06:04:10.186Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3064 | 2026-03-19T06:04:10.283Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3065 | 2026-03-19T06:04:10.409Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3066 | 2026-03-19T06:04:10.438Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3067 | 2026-03-19T06:04:10.681Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3068 | 2026-03-19T06:04:10.883Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3069 | 2026-03-19T06:04:10.924Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3070 | 2026-03-19T06:04:10.952Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3071 | 2026-03-19T06:04:11.172Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3072 | 2026-03-19T06:04:11.237Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3073 | 2026-03-19T06:04:11.276Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3074 | 2026-03-19T06:04:11.565Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3075 | 2026-03-19T06:04:11.651Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3076 | 2026-03-19T06:04:11.977Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3077 | 2026-03-19T06:04:12.008Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3078 | 2026-03-19T06:04:12.054Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3079 | 2026-03-19T06:04:12.158Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3080 | 2026-03-19T06:04:12.219Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3081 | 2026-03-19T06:04:12.437Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3082 | 2026-03-19T06:04:12.497Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3083 | 2026-03-19T06:04:12.537Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3084 | 2026-03-19T06:04:12.675Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3085 | 2026-03-19T06:04:12.738Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3086 | 2026-03-19T06:04:12.777Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3087 | 2026-03-19T06:04:12.806Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3088 | 2026-03-19T06:04:13.085Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3089 | 2026-03-19T06:04:13.085Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3090 | 2026-03-19T06:04:13.140Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3091 | 2026-03-19T06:04:13.142Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3092 | 2026-03-19T06:04:13.392Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3093 | 2026-03-19T06:04:13.419Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3094 | 2026-03-19T06:04:13.448Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3095 | 2026-03-19T06:04:13.638Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3096 | 2026-03-19T06:04:13.722Z | Checking ls-apis-shared v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis-shared) |
| 3097 | 2026-03-19T06:04:13.762Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3098 | 2026-03-19T06:04:13.802Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3099 | 2026-03-19T06:04:13.936Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3100 | 2026-03-19T06:04:14.007Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3101 | 2026-03-19T06:04:14.052Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3102 | 2026-03-19T06:04:14.178Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3103 | 2026-03-19T06:04:14.361Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3104 | 2026-03-19T06:04:14.416Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-03-19T06:04:14.445Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3106 | 2026-03-19T06:04:14.477Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3107 | 2026-03-19T06:04:14.686Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3108 | 2026-03-19T06:04:15.174Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3109 | 2026-03-19T06:04:15.287Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3110 | 2026-03-19T06:04:16.222Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3111 | 2026-03-19T06:04:16.747Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3112 | 2026-03-19T06:04:16.989Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3113 | 2026-03-19T06:04:17.036Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3114 | 2026-03-19T06:04:17.199Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3115 | 2026-03-19T06:04:17.265Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3116 | 2026-03-19T06:04:17.496Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3117 | 2026-03-19T06:04:17.548Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3118 | 2026-03-19T06:04:17.966Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3119 | 2026-03-19T06:04:18.130Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3120 | 2026-03-19T06:04:18.431Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3121 | 2026-03-19T06:04:18.536Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3122 | 2026-03-19T06:04:18.566Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3123 | 2026-03-19T06:04:18.785Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3124 | 2026-03-19T06:04:19.103Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3125 | 2026-03-19T06:04:19.377Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3126 | 2026-03-19T06:04:19.979Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3127 | 2026-03-19T06:04:20.035Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3128 | 2026-03-19T06:04:20.110Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3129 | 2026-03-19T06:04:20.586Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3130 | 2026-03-19T06:04:20.627Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3131 | 2026-03-19T06:04:21.201Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3132 | 2026-03-19T06:04:21.477Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3133 | 2026-03-19T06:04:22.370Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3134 | 2026-03-19T06:04:22.480Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3135 | 2026-03-19T06:04:22.855Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3136 | 2026-03-19T06:04:23.587Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3137 | 2026-03-19T06:04:23.675Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3138 | 2026-03-19T06:04:23.999Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3139 | 2026-03-19T06:04:24.098Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3140 | 2026-03-19T06:04:24.404Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3141 | 2026-03-19T06:04:24.441Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3142 | 2026-03-19T06:04:24.471Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3143 | 2026-03-19T06:04:24.503Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3144 | 2026-03-19T06:04:24.890Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3145 | 2026-03-19T06:04:24.956Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3146 | 2026-03-19T06:04:25.097Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3147 | 2026-03-19T06:04:25.129Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3148 | 2026-03-19T06:04:25.159Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3149 | 2026-03-19T06:04:25.556Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3150 | 2026-03-19T06:04:25.637Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3151 | 2026-03-19T06:04:26.329Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3152 | 2026-03-19T06:04:26.661Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3153 | 2026-03-19T06:04:27.508Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3154 | 2026-03-19T06:04:28.067Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3155 | 2026-03-19T06:04:28.332Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3156 | 2026-03-19T06:04:28.586Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3157 | 2026-03-19T06:04:28.677Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3158 | 2026-03-19T06:04:29.015Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3159 | 2026-03-19T06:04:29.129Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3160 | 2026-03-19T06:04:29.684Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3161 | 2026-03-19T06:04:29.767Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3162 | 2026-03-19T06:04:29.904Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3163 | 2026-03-19T06:04:30.084Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3164 | 2026-03-19T06:04:30.301Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3165 | 2026-03-19T06:04:31.806Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3166 | 2026-03-19T06:04:32.034Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3167 | 2026-03-19T06:04:32.064Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-03-19T06:04:32.735Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3169 | 2026-03-19T06:04:33.348Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3170 | 2026-03-19T06:04:34.821Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3171 | 2026-03-19T06:04:35.366Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3172 | 2026-03-19T06:04:35.919Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3173 | 2026-03-19T06:04:36.379Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3174 | 2026-03-19T06:04:36.711Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3175 | 2026-03-19T06:04:36.743Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3176 | 2026-03-19T06:04:36.911Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3177 | 2026-03-19T06:04:37.319Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3178 | 2026-03-19T06:04:37.712Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3179 | 2026-03-19T06:04:37.913Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3180 | 2026-03-19T06:04:38.742Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3181 | 2026-03-19T06:04:39.954Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3182 | 2026-03-19T06:04:39.982Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3183 | 2026-03-19T06:04:40.825Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3184 | 2026-03-19T06:04:43.362Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3185 | 2026-03-19T06:04:44.205Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3186 | 2026-03-19T06:04:46.173Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3187 | 2026-03-19T06:04:46.764Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3188 | 2026-03-19T06:04:47.298Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3189 | 2026-03-19T06:04:47.705Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3190 | 2026-03-19T06:04:48.069Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3191 | 2026-03-19T06:04:48.745Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3192 | 2026-03-19T06:04:49.561Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3193 | 2026-03-19T06:04:50.440Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3194 | 2026-03-19T06:04:50.757Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3195 | 2026-03-19T06:04:50.954Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3196 | 2026-03-19T06:04:51.955Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3197 | 2026-03-19T06:04:52.005Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3198 | 2026-03-19T06:04:52.499Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3199 | 2026-03-19T06:04:52.632Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3200 | 2026-03-19T06:04:52.841Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3201 | 2026-03-19T06:04:52.994Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3202 | 2026-03-19T06:04:53.314Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3203 | 2026-03-19T06:04:53.596Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3204 | 2026-03-19T06:04:54.165Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3205 | 2026-03-19T06:04:54.290Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3206 | 2026-03-19T06:04:54.513Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3207 | 2026-03-19T06:04:54.719Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3208 | 2026-03-19T06:04:55.068Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3209 | 2026-03-19T06:04:55.641Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3210 | 2026-03-19T06:04:55.828Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3211 | 2026-03-19T06:04:55.998Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3212 | 2026-03-19T06:04:56.691Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3213 | 2026-03-19T06:04:57.766Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3214 | 2026-03-19T06:04:58.953Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3215 | 2026-03-19T06:05:00.329Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3216 | 2026-03-19T06:05:00.359Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3217 | 2026-03-19T06:05:04.963Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3218 | 2026-03-19T06:05:05.423Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3219 | 2026-03-19T06:05:06.712Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3220 | 2026-03-19T06:05:07.598Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3221 | 2026-03-19T06:05:08.487Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3222 | 2026-03-19T06:05:11.443Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3223 | 2026-03-19T06:05:12.680Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3224 | 2026-03-19T06:05:13.246Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3225 | 2026-03-19T06:05:14.133Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3226 | 2026-03-19T06:05:15.050Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3227 | 2026-03-19T06:05:18.452Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3228 | 2026-03-19T06:05:19.664Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3229 | 2026-03-19T06:05:19.705Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3230 | 2026-03-19T06:05:20.024Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3231 | 2026-03-19T06:05:21.079Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3232 | 2026-03-19T06:05:21.109Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3233 | 2026-03-19T06:05:24.095Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3234 | 2026-03-19T06:05:25.020Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3235 | 2026-03-19T06:05:28.927Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3236 | 2026-03-19T06:05:30.473Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3237 | 2026-03-19T06:05:31.716Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3238 | 2026-03-19T06:05:32.571Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3239 | 2026-03-19T06:05:33.555Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3240 | 2026-03-19T06:05:34.568Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3241 | 2026-03-19T06:05:35.556Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3242 | 2026-03-19T06:05:36.560Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3243 | 2026-03-19T06:05:38.097Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3244 | 2026-03-19T06:05:39.013Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3245 | 2026-03-19T06:05:40.600Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3246 | 2026-03-19T06:05:41.875Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3247 | 2026-03-19T06:05:43.044Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3248 | 2026-03-19T06:05:44.640Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3249 | 2026-03-19T06:05:45.331Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3250 | 2026-03-19T06:05:47.607Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3251 | 2026-03-19T06:05:49.279Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3252 | 2026-03-19T06:05:49.728Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3253 | 2026-03-19T06:05:52.035Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3254 | 2026-03-19T06:05:53.190Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3255 | 2026-03-19T06:05:54.278Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3256 | 2026-03-19T06:05:57.800Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3257 | 2026-03-19T06:05:58.406Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3258 | 2026-03-19T06:06:00.351Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3259 | 2026-03-19T06:06:01.532Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3260 | 2026-03-19T06:06:03.363Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3261 | 2026-03-19T06:06:05.330Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3262 | 2026-03-19T06:06:08.518Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3263 | 2026-03-19T06:06:09.446Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3264 | 2026-03-19T06:06:11.913Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3265 | 2026-03-19T06:06:14.298Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3266 | 2026-03-19T06:06:16.186Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3267 | 2026-03-19T06:06:18.484Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3268 | 2026-03-19T06:06:21.065Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3269 | 2026-03-19T06:06:23.238Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3270 | 2026-03-19T06:06:28.996Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3271 | 2026-03-19T06:06:30.509Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3272 | 2026-03-19T06:06:31.059Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3273 | 2026-03-19T06:06:32.889Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3274 | 2026-03-19T06:06:35.348Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3275 | 2026-03-19T06:06:37.871Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3276 | 2026-03-19T06:06:40.392Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3277 | 2026-03-19T06:06:43.262Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3278 | 2026-03-19T06:06:45.689Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3279 | 2026-03-19T06:06:48.138Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3280 | 2026-03-19T06:06:51.037Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3281 | 2026-03-19T06:06:53.121Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3282 | 2026-03-19T06:06:55.596Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3283 | 2026-03-19T06:06:58.059Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3284 | 2026-03-19T06:07:00.451Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3285 | 2026-03-19T06:07:02.569Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3286 | 2026-03-19T06:07:05.426Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3287 | 2026-03-19T06:07:07.651Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3288 | 2026-03-19T06:07:10.127Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3289 | 2026-03-19T06:07:12.725Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3290 | 2026-03-19T06:07:15.199Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3291 | 2026-03-19T06:07:17.759Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3292 | 2026-03-19T06:07:20.358Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3293 | 2026-03-19T06:07:23.347Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3294 | 2026-03-19T06:07:25.698Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3295 | 2026-03-19T06:07:28.307Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3296 | 2026-03-19T06:07:30.968Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3297 | 2026-03-19T06:07:33.472Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3298 | 2026-03-19T06:07:38.792Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3299 | 2026-03-19T06:07:43.422Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3300 | 2026-03-19T06:07:44.661Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3301 | 2026-03-19T06:07:46.940Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3302 | 2026-03-19T06:07:50.460Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3303 | 2026-03-19T06:07:53.325Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3304 | 2026-03-19T06:07:56.060Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3305 | 2026-03-19T06:07:58.972Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3306 | 2026-03-19T06:08:01.953Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3307 | 2026-03-19T06:08:04.721Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3308 | 2026-03-19T06:08:07.544Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3309 | 2026-03-19T06:08:10.687Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3310 | 2026-03-19T06:08:13.721Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3311 | 2026-03-19T06:08:16.082Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3312 | 2026-03-19T06:08:18.866Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3313 | 2026-03-19T06:08:21.957Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3314 | 2026-03-19T06:08:24.650Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3315 | 2026-03-19T06:08:27.571Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3316 | 2026-03-19T06:08:30.504Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3317 | 2026-03-19T06:08:33.341Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3318 | 2026-03-19T06:08:36.321Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3319 | 2026-03-19T06:08:39.579Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3320 | 2026-03-19T06:08:42.326Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3321 | 2026-03-19T06:08:45.451Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3322 | 2026-03-19T06:08:48.352Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3323 | 2026-03-19T06:08:51.518Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3324 | 2026-03-19T06:08:54.577Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3325 | 2026-03-19T06:08:57.606Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3326 | 2026-03-19T06:09:00.621Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3327 | 2026-03-19T06:09:03.579Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3328 | 2026-03-19T06:09:06.699Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3329 | 2026-03-19T06:09:09.797Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3330 | 2026-03-19T06:09:12.909Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3331 | 2026-03-19T06:09:15.992Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3332 | 2026-03-19T06:09:19.294Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3333 | 2026-03-19T06:09:22.431Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3334 | 2026-03-19T06:09:25.572Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3335 | 2026-03-19T06:09:28.633Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3336 | 2026-03-19T06:09:31.824Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3337 | 2026-03-19T06:09:35.029Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3338 | 2026-03-19T06:09:38.300Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3339 | 2026-03-19T06:09:41.440Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3340 | 2026-03-19T06:09:45.192Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3341 | 2026-03-19T06:09:48.220Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3342 | 2026-03-19T06:09:57.428Z | Documenting ls-apis-shared v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis-shared) |
| 3343 | 2026-03-19T06:09:57.553Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3344 | 2026-03-19T06:10:01.699Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3345 | 2026-03-19T06:10:05.909Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3346 | 2026-03-19T06:10:11.817Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3347 | 2026-03-19T06:10:15.342Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3348 | 2026-03-19T06:10:20.036Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3349 | 2026-03-19T06:10:24.536Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3350 | 2026-03-19T06:10:29.190Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3351 | 2026-03-19T06:10:33.770Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3352 | 2026-03-19T06:10:38.412Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3353 | 2026-03-19T06:10:43.041Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3354 | 2026-03-19T06:10:47.946Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3355 | 2026-03-19T06:10:52.400Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3356 | 2026-03-19T06:10:57.143Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3357 | 2026-03-19T06:11:01.786Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3358 | 2026-03-19T06:11:06.399Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3359 | 2026-03-19T06:11:11.017Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3360 | 2026-03-19T06:11:15.765Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3361 | 2026-03-19T06:11:20.322Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3362 | 2026-03-19T06:11:24.917Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3363 | 2026-03-19T06:11:29.623Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3364 | 2026-03-19T06:11:34.183Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3365 | 2026-03-19T06:11:38.832Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3366 | 2026-03-19T06:12:15.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 10s |
| 3367 | 2026-03-19T06:12:16.050Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files |
| 3368 | 2026-03-19T06:12:16.163Z | |
| 3369 | 2026-03-19T06:12:16.166Z | real 8:11.055248665 |
| 3370 | 2026-03-19T06:12:16.166Z | user 23:47.368545583 |
| 3371 | 2026-03-19T06:12:16.166Z | sys 4:28.765380643 |
| 3372 | 2026-03-19T06:12:16.166Z | trap 0.432260786 |
| 3373 | 2026-03-19T06:12:16.166Z | tflt 0.024149152 |
| 3374 | 2026-03-19T06:12:16.166Z | dflt 0.010865449 |
| 3375 | 2026-03-19T06:12:16.167Z | kflt 0.000031844 |
| 3376 | 2026-03-19T06:12:16.167Z | lock 7:24:46.350471251 |
| 3377 | 2026-03-19T06:12:16.167Z | slp 2:43:23.920917685 |
| 3378 | 2026-03-19T06:12:16.167Z | lat 36.947813868 |
| 3379 | 2026-03-19T06:12:16.167Z | stop 1:56.168527474 |
| 3380 | 2026-03-19T06:12:16.167Z | process exited: duration 1071241 ms, exit code 0 |
| |
| 3381 | 2026-03-19T06:12:16.173Z | found 0 output files |